@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    overflow-x: hidden;
    max-width: 750px;
    height: auto;
    margin: auto;
    font-family: MicrosoftYaHei;
}

p {
    margin: 0;
    padding: 0;
}

a img,
img {
    border: 0 none;
}

img {
    margin: 0;
    padding: 0;
    display: block;
}

li,
ul {
    list-style-type: none;
    border: 0 none;
}

iframe {
    border: 0;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #a3a3a3;
}

a:active {
    text-decoration: none;
    color: #333;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.wrap2 {
    width: 1270px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

input {
    border: none;
}

input[type='button'],
input[type='search'] {
    -webkit-appearance: none;
    outline: none;
}

input,
select,
button {
    border: none;
    outline: none;
    -webkit-appearance: none;
    background: none;
    appearance: none;
}

input:focus {
    outline: none;
}

input::-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.yj_bj {
    width: 100%;
    /* background: url("../images/yj_head.jpg") no-repeat top center;
	box-sizing: border-box;
	padding-top: 24px; */
}

.yj_logo {
    width: 100%;
    height: auto;
    position: relative;
    /* margin-bottom: 200px; */
}

.yj_logo img {
    display: block;
}

.yj_logo span {
    display: block;
    float: right;
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
}
.yj_logo .login {
    font-size: 14px;
    color: #fff;
    /* font-weight: bold; */
    position: absolute;
    right: 6px;
    top: 8px;
}
.yj_logo .login i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/zhuce.png);
    vertical-align: middle;
    background-size: 100%;
    margin-right: 4px;
}

/**/
.yj_main {
    width: 100%;
    height: 11.7rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    /* background-color: #FFFFFF; */
}

.yj_nav {
    width: 25%;
}

.yj_nav .nav_item {
    height: 1.3rem;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    line-height: 1.3rem;
    color: #333;
    cursor: pointer;
    background: #015293;
}

.yj_nav dd span {
    display: block;
    /* color: #ffffff; */
    color: #c2d9ec;
    font-size: 0.25rem;
    padding-left: 23%;
}

.yj_nav dd:last-child {
    border: 0;
}

.yj_nav .nav_item.choose_dd {
    background: #043d6a;
    color: #fff;
}

.yj_nav .choose_dd span:after {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    /* margin-left: 28px; */
    background: url('../images/choose_r.png') no-repeat right center;
}

.yj_nav dd:nth-child(1) span {
    background: url('../images/yj_nav_icon_01.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(2) span {
    background: url('../images/yj_nav_icon_02.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(3) span {
    background: url('../images/yj_nav_icon_03.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(4) span {
    background: url('../images/yj_nav_icon_04.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(5) span {
    background: url('../images/yj_nav_icon_05.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(6) span {
    background: url('../images/yj_nav_icon_06.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(7) span {
    background: url('../images/yj_nav_icon_07.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.yj_nav dd:nth-child(8) span {
    background: url('../images/yj_nav_icon_08.png') no-repeat left 5px center;
    background-size: 0.3rem 0.3rem;
}

.font-Red {
    color: #d51719 !important;
    display: inline-block !important;
}
.yj_project {
    width: 75%;
    height: 100%;
    background: #ffffff;
}

.yj_item {
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    padding-top: 0.2rem;
}

.yj_item_title {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.yj_item_title span {
    display: block;
    text-align: center;
    color: #015293;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.yj_item_title p {
    text-align: center;
    height: 30px;
}

.yj_item_title p em {
    display: inline-block;
    font-style: normal;
    color: #2152b4;
    font-size: 0.3rem;
    vertical-align: top;
}

.yj_item_title p em:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
    background: url('../images/title_bj_left.png')
        /*tpa=http://akg.ahbrjjx.com/jjs/jjs-wd-360-pc4/images/title_bj_left.png*/ no-repeat center;
}

.yj_item_title p em:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.1rem;
    background: url('../images/title_bj_right.png')
        /*tpa=http://akg.ahbrjjx.com/jjs/jjs-wd-360-pc4/images/title_bj_right.png*/ no-repeat center;
}

.yj_item img {
    display: block;
    margin: 0 auto 0.3rem auto;
}

.yj_item form > img {
    cursor: pointer;
}

.yj_item[name='bktj'] .yj_item_title {
    margin-bottom: 20px;
}

.yj_item form dl {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.yj_item form dd {
    margin-bottom: 0.4rem;
}

.yj_item form dd span {
    display: block;
    color: #333333;
    font-size: 0.3rem;
    width: 100%;
    height: 0.2rem;
    margin-bottom: 0;
}

.yj_item form dd span em {
    font-style: normal;
    color: #ff3333;
    margin-right: 5px;
    display: none;
}

.yj_item form dd input,
.yj_item form dd select {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 0.2rem;
    padding: 0 0.2rem;
}

/* .yj_item form dd select {
    background: url('../images/select_xb.png') */
/*tpa=http://akg.ahbrjjx.com/jjs/jjs-wd-360-pc4/images/select_xb.png*/
/* no-repeat right 20px
        center;
} */

.yj_item .submit_btn {
    width: 90%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    font-size: 0.35rem;
    font-weight: bold;
    background: #015293;
    display: block;
    margin: 0 auto 0.3rem auto;
}

.yj_item form > p {
    width: 95%;
    text-align: center;
    color: #7f7d7d;
    font-size: 0.2rem;
    margin: 0 auto;
}

.yj_item form > p em {
    font-style: normal;
    color: #ff002a;
}

.out {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
}
.zcTk {
    display: none;
    width: 458px;
    height: 406px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -229px;
    margin-top: -150px;
    background: url(../images/form_bj1.png) no-repeat center top;
    z-index: 50;
}
.zcTk .zcTkTop {
    width: 100%;
    height: 80px;
}
.zcTk .zcTkTop .tkLogo {
    float: left;
    background: #a00000;
    width: 78px;
    height: 78px;
}
.zcTk .zcTkTop .tkLogo img {
    margin-top: 11px;
    margin-left: 7px;
}
.zcTk .zcTkTop .tkTil {
    float: left;
    position: relative;
    width: 404px;
    height: 78px;
}
.zcTk .zcTkTop .tkTil h1 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}
.zcTk .zcTkTop .tkTil h1 p {
    font-size: 14px;
    margin-top: 5px;
}
.zcTk .zcTkTop .tkTil a {
    position: absolute;
    top: 12px;
    right: 0;
    background: url(../images/closed.png) no-repeat;
    width: 26px;
    height: 26px;
}
.zcTk .tkBottom {
    background: none;
    height: 220px;
}
.zcTk .tkBottom .formCon {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    padding-top: 22px;
    padding-left: 40px;
}
.zcTk .tkBottom .formCon div {
    width: 100%;
    border: 1px solid #5495de;
    height: 38px;
    margin-top: 30px;
}
.zcTk .tkBottom .formCon div span {
    float: left;
    width: 82px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #222;
    font-weight: bold;
}
.zcTk .tkBottom .formCon div input {
    display: inherit;
    width: 200px;
    font-size: 16px;
    color: #d6d5d5;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
}
.zcTk .tkBottom .formCon a {
    display: block;
    font-size: 18px;
    color: #fff;
    background: #197fd4;
    width: 165px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin: 25px 0;
    border-radius: 5px;
}
.tkBottom .close {
    position: fixed;
    right: 10px;
    top: 10px;
    background-color: #999 !important;
    color: #fff;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 12px;
}
