@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor: pointer
}
;
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/


#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url(../img/top.gif) no-repeat
}
#fall {
	background: url(../img/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../img/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	_margin-right: -558px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.content {
	margin-top: 15px;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.header .headerTop {
	overflow: hidden;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #e8e8e8;
}
.header .headerTop p {
	font-size: 13px;
	color: #666666;
	float: left;
	line-height: 33px;
}
.header .headerTop ul {
	overflow: hidden;
	float: right;
	margin-top: 8px;
	height: 17px;
	line-height: 17px;
}
.header .headerTop li {
	float: left;
	padding: 0 10px 0 28px;
	border-left: 1px solid #e8e8e8;
	font-size: 13px;
}
.header .headerTop li:first-child {
	border: none;
}
.header .headerTop li.last {
	padding-right: 0;
	background: url(../img/header-icon03.png) no-repeat 10px center;
}
.header .headerTop li a {
	color: #666;
}
.header .headerTop .first {
	background: url(../img/header-icon01.png) no-repeat 10px center;
}
.header .headerTop .second {
	background: url(../img/header-icon02.png) no-repeat 10px center;
}
.header .headerCenter {
	overflow: hidden;
	height: 109px;
}
.header .headerCenter dl {
	overflow: hidden;
	float: left;
	margin-top: 23px;
}
.header .headerCenter dt {
	float: left;
	overflow: hidden;
}
.header .headerCenter dd {
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 26px;
	height: 48px;
	padding-left: 16px;
	border-left: 1px solid #e8e8e8;
}
.header .headerCenter h3 {
	font-size: 30px;
	color: #333333;
	padding-bottom: 6px;
	font-weight: normal;
	font-weight: bold;
}
.header .headerCenter h2 {
	font-size: 16px;
	color: #333333;
	padding-bottom: 6px;
	font-weight: normal;
}
.header .headerCenter dd p {
	font-size: 16px;
	color: #333333;
	/*font-weight: bold; */
}
.header .headerCenter dd p span {
	color: #ff9800;
}
.header .headerCenter .phone {
	overflow: hidden;
	float: right;
	margin-top: 32px;
	background: url(../img/header-phone.png) no-repeat left top;
	padding-left: 50px;
	width: 205px;
}
.header .headerCenter .phone p {
	font-size: 14px;
	color: #333333;
}
.header .headerCenter .phone i {
	font-size: 28px;
	font-family: Myriad Pro;
	color: #0087d5;
	display: block;
	font-weight: bold;
}
.headerNav {
	width: 100%;
	height: 42px;
	background: url(../img/navbg.jpg) no-repeat center;
}
.headerNav ul {
	width: 102%;
	height: 42px;
}
.headerNav li {
	float: left;
	font-size: 15px;
	border-left: 1px solid #22a7e0;
	height: 42px;
	line-height: 42px;
	border-right: 1px solid #008eca;
}
.headerNav li:first-child {
	border-left: none;
}
.headerNav li:last-child {
	border-right: none;
}
.headerNav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.headerNav li:hover, .headerNav li.cur {
	background: url(../img/navbg2.png) repeat-x center;
}
/* footer */
.footer {
	width: 100%;
	overflow: hidden;
}
.footerTop {
	width: 100%;
	overflow: hidden;
	height: 55px;
	background: #0095db;
}
.footerTop .menu {
	overflow: hidden;
}
.footerTop .menu ul {
	overflow: hidden;
	margin-top: 22px;
}
.footerTop .menu li {
	font-size: 15px;
	border-left: 1px solid #31aae2;
	float: left;
}
.footerTop .menu li:first-child {
	border-left: none;
}
.footerTop .menu li a {
	color: #fff;
}
.footerBottom {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 28px 0;
}
.footerBottom p {
	margin-bottom: 12px;
	font-size: 14px;
}
.footerBottom .p2 {
	color: #666666;
}
.footerBottom .p2 {
	color: #999;
}
.footerBottom .p2 a {
	color: #999;
}
.retop ul {
	overflow: hidden;
}
.retop li {
	float: left;
	margin-left: 10px;
}
.retop li img {
	display: block;
}
.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	top: 85%;
	right: 51%;
	margin-right: -675px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
.b15 {
	background: url(../img/skinsvibtn.png) no-repeat;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.b15 {
	background-position: -79px -650px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
/*处理中动画占全屏*/
#oran_div_processing {
	width: 300px;
	padding: 20px;
	z-index: 9999;
	text-align: center;
	background: #fffeef;
	border: solid 1px #b8ab04;
}
.age_li_about img {
	max-width: 100%;
}
#cntrBody img {
	max-width: 100%;
}
.shouzi2 img {
	max-width: 100%;
}
.tj button {
	border: 0;
	width: 96%;
	height: 96%;
	font-weight: bold;
	color: #fff;
	background: rgba(7, 122, 212, 0);
}

/*index-chanpin*/


.case282 .w282 {
    width: 1200px;
    margin: 0 auto;
}
.case282 .indextit {
    text-align: center;
}
.case282 .indextit .tit {
    font-size: 48px;
    color: #005197;
    font-weight: bold;
    line-height: 48px;
}
.case282 .indextit .tit span {
    color: #0087d5;
    display: inline-block;
    padding-left: 24px;
}
.case282 .indextit .subtit {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
}
.case282 .icon {
    background: url(/skin/img/icon282.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.case282 {
    width: 100%;
    background: url(/skin/img/b282.jpg) center center no-repeat;
    padding-bottom: 1px;
}
.case282 .indextit {
    padding-top: 50px;
}
.ca282 {
    padding-top: 54px;
    display: inline-block;
    width: 1200px;
}
.ca282 .cb282 {
    position: relative;
    background: url(/skin/img/a282.jpg) top center no-repeat;
    width: 250px;
    height: 700px;
    float: left;
}
.ca282 .cb282 h3 {
    height: 95px;
    width: 250px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 74px;
    padding: 5px 0;
}
.ca282 .cb282 ul {
    display: inline-block;
    width: 230px;
    margin-left: 10px;
}
.ca282 .cb282 ul li {
    display: block;
    width: 230px;
    height: 40px;
    margin-top: 10px;
}
.ca282 .cb282 ul li a {
    display: block;
    width: 228px;
    height: 38px;
    border: #4e88b9 solid 1px;
    text-align: center;
    line-height: 38px;
    font-size: 19px;
    color: #fff;
}
.ca282 .cb282 ul li a:hover {
    border: #3ba86f solid 1px;
    background-color: #45bd7f;
}
.ca282 .cb282 dl {
    position: absolute;
    bottom: 0;
    width: 230px;
    margin-left: 10px;
    margin-top: 34px;
    text-align: center;
}
.ca282 .cb282 dl dt {
    background: url(/skin/img/c282.png) center center no-repeat;
    width: 230px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}
.ca282 .cb282 dl dt1 {
  
    width: 230px;
    height: 18px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.ca282 .cb282 dl dd {
    font-family: "Arial";
    font-size: 24px;
    color: #fff;
    line-height: 27px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 35px;
}
.ca282 .cb282 dl dd2 {
    font-family: "Arial";
    font-size: 24px;
    color: #fff;
    line-height: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 24px;
}
.ca282 .cc282 {
    float: right;
    width: 950px;
}
.ca282 .cc282 .fl_t {
    background: url(/skin/img/d282.jpg) center center no-repeat;
    width: 900px;
    height: 60px;
}
.ca282 .cc282 .fl_t p {
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 28px;
    text-align: center;
    line-height: 60px;
}
.ca282 .cc282 .fl_t a {
    display: block;
    float: right;
    font-size: 16px;
    color: #333;
    padding-right: 20px;
    line-height: 60px;
}
.ca282 .cc282 .fl_t a:hover {
    color: #3ba86f;
}
.case282 .game163 {
    width: 900px;
    position: relative;
    padding: 30px 28px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.case282 .game163 .smallscroll {
    width: 100%;
    position: relative;
    height: 314px;
    margin-top: 22px;
}
.case282 .game163 .smallscroll .smallimg {
    width: 840px;
    position: relative;
    height: 300px;
}
.case282 .game163 .smallscroll .smallimg ul {
    width: auto;
    height: 251px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    position: absolute;
}
.case282 .game163 .smallscroll .smallimg ul li {
    width: 285px;
    cursor: pointer;
    height: 251px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    display: block;
}
.case282 .game163 .smallscroll .smallimg ul li .txt {
    width: 270px;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.case282 .game163 .smallscroll .smallimg ul li span, .case282 .game163 .smallscroll .smallimg ul li p, .case282 .game163 .smallscroll .smallimg ul li .lx {
    display: none;
}
.case282 .game163 .smallscroll .smallimg ul li h2 {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    position: relative;
}
.case282 .game163 .smallscroll .smallimg ul li h2 i {
    display: block;
    width: 13px;
    height: 13px;
    background-position: 0px -29px;
    position: absolute;
    right: 0;
    top: 19px;
}
.case282 .game163 .smallscroll .smallimg ul li img {
    width: 270px;
    height: 200px;
    display: block;
    overflow: hidden;
}
.case282 .game163 .bigimg li {
    height: 350px;
}
.case282 .game163 .bigimg .iopo {
    display: block;
    width: 470px;
    height: 348px;
    border: #f2f2f2 solid 1px;
    text-align: center;
    float: left;
}
.case282 .game163 .bigimg .iopo img {
    width: 460px;
    height: 340px;
    display: inline-block;
    margin-top: 5px;
}
.case282 .game163 .bigimg {
    width: 842px;
    height: 350px;
    position: relative;
}
.case282 .game163 .bigimg .txt {
    width: 340px;
    height: 350px;
    float: right;
    font-size: 24px;
    color: #333;
}
.case282 .game163 .bigimg .txt h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 18px;
    color: #333;
    border-bottom: #e5e5e5 solid 1px;
    font-weight: normal;
}
.case282 .game163 .bigimg .txt p {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 13px 0;
    text-align: justify;
    height: 230px;
    overflow: hidden;
}
.case282 .game163 .bigimg .txt p span {
    display: block;
    padding-top: 30px;
}
.case282 .game163 .bigimg .txt p a {
    font-weight: bold;
    display: inline-block;
}
.case282 .game163 .bigimg .txt .lx a {
    display: inline-block;
    width: 160px;
    height: 46px;
    background-color: #3ba86f;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.case282 .game163 .bigimg .txt .lx a.x2 {
    margin-left: 20px;
    display: inline-block;
    width: 160px;
    height: 46px;
    background-color: #005faf;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.case282 .game163 .bigimg .txt .lx a:hover {
    background-color: #005faf;
}
.case282 .game163 .bigimg .txt .lx a.x2:hover {
    background-color: #3ba86f;
}
.case282 .game163 .smallscroll .sprev {
    width: 120px;
    height: 36px;
    position: absolute;
    display: block;
    left: 286px;
    bottom: 0;
    text-align: center;
    background-color: #3ba86f;
    z-index: 22;
}
.case282 .game163 .smallscroll .sprev span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.case282 .game163 .smallscroll .snext {
    width: 120px;
    height: 36px;
    position: absolute;
    display: block;
    left: 436px;
    bottom: 0;
    text-align: center;
    background-color: #3ba86f;
    z-index: 22;
}
.case282 .game163 .smallscroll .snext span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}


.case282 .cc282 .right {
    float: left;
    width: 1050px;
    margin-left: 40px;
}
.case282 .cc282 .right .prolist {
    width: 106%;
}
.case282 .cc282 .right .prolist .item {
    width: 315px;
    float: left;
    margin: 0 50px 30px 0;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    transition: all .5s;
}
.case282 .cc282 .right .prolist .item a {
    display: block;
    width: 100%;
    cursor: pointer;
}
.case282 .cc282 .right .prolist .item .img {
    display: block;
    width: 315px;
    height: 315px;
}
.case282 .cc282 .right .prolist .item .txt {
    padding: 0 20px;
    height: 70px;
}
.case282 .cc282 .right .prolist .item .txt .tit {
    float: left;
    width: 126px;
    height: 70px;
    font-size: 19px;
    line-height: 70px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}
.case282 .cc282 .right .prolist .item .txt .yd {
    float: right;
    display: block;
    width: 110px;
    height: 30px;
    margin-top: 20px;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    background: url("{eyou:global name='web_cmspath' /}/skin/zujianku/images/y258.png") no-repeat center center;
    text-indent: 16px;
    transition: all .5s;
}
.case282 .cc282 .right .prolist .item .xcx {
    width: 100%;
    height: 278px;
    z-index: 10;
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/b258.png) repeat 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 20%;
    transition: all .5s;
}
.case282 .cc282 .right .prolist .item .xcx span {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 10;
    font-size: 16px;
    color: #333;
}
.case282 .cc282 .right .prolist .item .xcx h6 {
    width: 218px;
    height: 175px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding: 40px 20px 10px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	word-break: break-all;
	font-size: 16px;
	line-height: 30px;
}
.case282 .cc282 .right .prolist .item:hover {
    background: #0b61ac;
    border-color: #0b61ac;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.case282 .cc282 .right .prolist .item:hover .xcx {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}
.case282 .cc282 .right .prolist .item:hover .txt .tit {
    color: #fff;
}
.case282 .cc282 .right .prolist .item:hover .yd {
    background: url("{eyou:global name='web_cmspath' /}/skin/zujianku/images/yh258.png") no-repeat center center;
}



/* nav-index*/


    .fl_175 {float: left;}
    .fr_175 {float: right;}
    .w1200_175 {width: 1200px;margin: 0 auto;}
    .icon_175 {background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/icon_175.png) no-repeat;display: inline-block;vertical-align: middle;}
    .clearfix {*zoom: 1;}
    .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
    .head_main_top_175 {height: 38px;width: 100%;background-color: #fff;font-size: 12px;line-height: 36px;color: #333;border-top: #dddddd solid 1px;border-bottom: #dddddd solid 1px;}
    .head_main a {color: #333;font-size: 12px;}
    .head_main_top_175 li {padding: 0 8px;display: inline-block;}
    .head_main_top_175 li i.qy_175 {display: inline-block;width: 16px;height: 16px;background-position: -0px -58px;margin-right: 4px;}
    .head_main_top_175 li i.zx_175 {display: inline-block;width: 16px;height: 18px;background-position: -20px -58px;margin-right: 4px;}
    .head_main_top_175 li i.lx_175 {display: inline-block;width: 12px;height: 16px;background-position: -44px -58px;margin-right: 4px;}
    .head_main_top_175 a:hover {color: #0087d5;}
    .header_main_175 {position: relative;width: 100%;height: 220px;background: #fbfbfb;min-width: 1200px;z-index: 22;position: relative;}
    .header_main_175 .header_logo_175 {height: 120px;background-color: #fbfbfb;}
    .header_main_175 .logo_175 {display: block;padding-top: 35px;float: left;}

    .header_main_175 .ewm {width: 76px;text-align: center;margin-top: 15px;margin-left: 54px;}
    .header_main_175 .ewm {width: 76px;height: 76px;display: inline-block;}
    .header_main_175 .ewm i {display: block;padding-left: 4px;font-size: 12px;line-height: 12px;}
    .header_main_175 .dhua_175 {width: 250px;margin-top: 10px;margin-right: 60px;}
    .header_main_175 .dhua_175 b {background-position: -36px -0px;width: 26px;height: 52px;float: left;margin-top: 20px;display: block;}
    .header_main_175 .dhua_175 p {float: right;font-size: 16px;color: #999999;display: block;padding-top: 16px;}
    .header_main_175 .dhua_175 p span {display: block;font-size: 34px;color: #1661f7;line-height: 34px;font-weight: bold;}
    /*搜索框*/
    .header_main_175 .search_main_175 {width: 296px;height: 40px;overflow: hidden;border: #0087d5 solid 1px;background-color: #fff;position: relative;margin-top: 40px;border-right: 0;border-radius: 2px;}
    .header_main_175 .search_main_175 input {background-color: none;border: none;}
    .header_main_175 .search_main_175 .stxt_175 {width: 236px;height: 40px;line-height: 40px;display: block;text-indent: 10px;color: #999;}
    .header_main_175 .search_main_175 .sbtn_175 {width: 60px;height: 40px;font-size: 16px;text-align: center;color: #fff;display: block;cursor: pointer;position: absolute;top: 0;right: 0;background: #0087d5;}
    .nav_main_175 {position: relative;z-index: 9;background-color: #0087d5;width: 100%;}
    .nav {height: 60px;position: relative;width: 1200px;margin: 0 auto;}
    .nav .list {text-align: left;}
    .nav li {float: left;width: 133px;display: block;position: relative;z-index: 10;height: 60px;}
    .nav li a {font-size: 16px;text-align: center;height: 60px;line-height: 60px;cursor: pointer;display: block;position: relative;overflow: hidden;color: #fff;}
    .nav li.hover a, .nav li:hover a {background-color: #1661f7;}
    #nav .subnav {position: absolute;width: 100%;top: 60px;left: 0px;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);opacity: 0;visibility: hidden;-webkit-transform: translate3d(0, 10px, 0);text-align: center;overflow: hidden;z-index: 199;}
    #nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);text-align: center;}
    .nav .subnav .nav2 {width: 100%;}
    .nav .subnav .nav2 li {display: block;width: 100%;font-size: 14px;line-height: 40px;background: none;height: 40px;padding: 0;border-bottom: #dddddd solid 1px;background-color: #fff;}
    .nav li.tnav6 {padding-right: 0;background: none;}
    .nav .subnav .nav2 li a {display: block;width: 100%;height: 40px;font-size: 14px;line-height: 40px;color: #333;padding: 0;}
    .nav li.hover li a, .nav li:hover li a {background-color: #fff;}
    .nav .subnav .nav2 li:hover a {color: #0087d5;background-color: #f0f0f0;}


.md-recruit {
	background-color: #f7f7f7;
	padding-bottom: 0.5rem;
}
.md-recruit .form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.md-recruit .form .sel {
	position: relative;
	width: 2.5rem;
	margin-right: 0.18rem;
}
.md-recruit .form .sel .icon {
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
	pointer-events: none;
}
.md-recruit .form .sel select {
	width: 100%;
	height: 0.5rem;
	min-height: 40px;
	background-color: #fff;
	color: #666;
	padding: 0 0.2rem;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.md-recruit .form .inp {
	display: flex;
}
.md-recruit .form .inp input {
	width: 100%;
	height: 0.5rem;
	min-height: 40px;
	background-color: #fff;
	padding: 0 0.2rem;
	border: none;
	outline: none;
}
.md-recruit .form .inp .btn {
	height: 0.5rem;
	min-height: 40px;
	padding: 0 0.48rem;
	background-color: #0094da;
	border: none;
	outline: none;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
}
.md-recruit .rec_2 {
	padding-bottom: 0.34rem;
}
.md-recruit .rec2_i {
	margin-top: 0.44rem;
}
.md-recruit .rec2_i.on .hd {
	background-color: #0094da;
	border-top: 4px solid #0094da;
}
.md-recruit .rec2_i.on .hd .hd_1 {
	color: #fff;
}
.md-recruit .rec2_i.on .hd .hd_2 {
	padding: 0.35rem 0;
	transition: all 0.3s;
	color: #fff;
}
.md-recruit .rec2_i.on .hd .hd_2 .bth {
	background-color: #fff;
	color: #222;
}
.md-recruit .rec2_i.on .hd .hd_2 .bth img:nth-child(2n-1) {
	display: none;
}
.md-recruit .rec2_i.on .hd .hd_2 .bth img:nth-child(2n) {
	display: block;
}
.md-recruit .rec2_i .hd {
	background-color: #fff;
	display: flex;
	border: solid 1px #e5e5e5;
}
.md-recruit .rec2_i .hd .hd_1 {
	width: 21%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.md-recruit .rec2_i .hd .hd_2 {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	padding-right: 1rem !important;
	border-left: 1px solid #e5e5e5;
	transition: all 0.3s;
	color: #666;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left {
	height: 100%;
	display: flex;
	align-items: center;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left .item {
	margin-left: 1.2rem;
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left .p1 {
	margin-bottom: 0.2rem;
}
.md-recruit .rec2_i .hd .hd_2 .bth {
	background-color: #f5f6f7;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	color: #999;
	padding: 1.1rem 1.4rem;
	cursor: pointer;
}
.md-recruit .rec2_i .hd .hd_2 .bth img {
	margin-left: 0.13rem;
}
.md-recruit .rec2_i .hd .hd_2 .bth img:nth-child(2n-1) {
	display: block;
}
.md-recruit .rec2_i .hd .hd_2 .bth img:nth-child(2n) {
	display: none;
}
.md-recruit .rec2_i .bd {
	border: solid 1px #e5e5e5;
	background-color: #fff;
	padding: 0.32rem 0.6rem;
	display: none;
}
.md-recruit .rec2_i .bd .bd_te {
	display: none;
	flex-wrap: wrap;
}
.md-recruit .rec2_i .bd .bd_te .p1 {
	min-width: 50%;
	margin-bottom: 0.2rem;
}
.md-recruit .rec2_i .bd .bd_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.md-recruit .rec2_i .bd .bd_1 .btn {
	display: inline-flex;
	align-items: center;
	color: #fff;
	background-color: #0094da;
	padding: 1rem 1.7rem;
	cursor: pointer;
}
.md-recruit .rec2_i .bd .bd_1 .btn img {
	margin-left: 0.1rem;
}
.md-recruit .rec2_i .bd .bd_2 {
	display: flex;
	flex-wrap: wrap;
}
.md-recruit .rec2_i .bd .bd2_i {
	width: 50%;
	margin-top: 0.5rem;
	padding-right: 0.2rem;
}
.md-recruit .rec2_i .bd .bd2_i .p1 {
	color: #222;
	margin-bottom: 0.1rem;
}
.md-recruit .rec2_i .bd .bd2_i .d2 {
	color: #666;
	line-height: 1.75;
}
@media (max-width: 900px) {
.md-recruit .rec2_i .hd .hd_1 {
	width: 40%;
}
.md-recruit .rec2_i .hd .hd_2 {
	padding: 0.6rem;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left {
	height: 100%;
	display: flex;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left .item {
	display: none;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left .bth {
	width: 2rem;
}
.md-recruit .rec2_i .hd .hd_2 .p2-left .bth img {
	width: 6.25%;
	margin-left: 8.125%;
}
.md-recruit .rec2_i .bd .bd_te {
	display: flex;
}
.md-recruit .rec2_i .bd .bd2_i {
	width: 100%;
}

/* 生产*/




