/*reset*/
* { padding: 0; margin: 0; list-style: none; }
html, body { margin: 0 auto; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer { margin: 0; padding: 0 }
body, button, input, select, textarea { font: 12px/1.5 "microsoft yahei"; color: #666; font-weight: normal; }
body { overflow-x: hidden; }
address, cite, dfn, em, var, i { font-style: normal }
ul, ol, dl { list-style: none }
a { text-decoration: none; outline: none; font-family: "microsoft yahei"; color: #666; cursor: pointer; font-size: 12px; }
li { font-size: 12px; font-family: "microsoft yahei"; list-style: none; margin: 0; padding: 0; }
em { font-style: normal; font-size: 12px; }
body, p, span { font-family: "microsoft yahei"; }
img { border: none; }
p { margin: 0px; padding: 0px; word-wrap: break-word; }
:focus { outline: none; }
img { border: 0; vertical-align: middle; display: inline-block; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.clear:after { display: block; mainContent: ""; clear: both; }
.transtion { transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.clear:after { display: block; content: ""; clear: both; }

.header-box { position: fixed; left: 0; right: 0; top: 0; z-index: 999; transition: all 0.5s; }
.header-box.on { background: #0070ba; /* padding-bottom: 20px; */ }
.header { width: 1200px; margin: 0 auto; /* overflow: hidden; */ /* position: relative; */ }
.header .logo { float: left; font-size: 0; margin-top: 35px; }
.header .logo img{max-width: 200px;}
.header .nav { float: right; /* overflow: hidden; */ margin-top: 60px; }
.header .nav ul li { float: left; margin-left: 44px; /* position: relative; */padding-bottom: 20px;}
.header .nav ul li a { font-size: 20px; color: #fff; }
.header .nav ul li ul{position: absolute;left: 0px;top: 35px;/* width: 140px; */border-radius: 3px;padding: 8px 15px;background: rgba(255, 255, 255, 0.15);
right: 0;top: 110px;text-align: center;padding-bottom: 30px;background: rgba(255, 255, 255, 0.4);}
.header .nav ul li ul.on{background: #0070ba;}
.header .nav>ul>li>ul{transition: all 0.4s;-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-o-transform: scaleY(0);-ms-transform: scaleY(0);
transform: scaleY(0);-webkit-transform-origin: 0 0 0;-ms-transform-origin: 0 0 0;-o-transform-origin: 0 0 0;transform-origin: 0 0 0;display: block !important;}
.header .nav>ul>li:hover>ul{-webkit-transform: scaleY(1);-moz-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);
transform: scaleY(1);}
.header .nav ul li ul li{margin-left: 0;padding-bottom: 0;padding: 0px 60px;/* width: 100%; */float: none;display: inline-block;vertical-align: top;
text-align: left;width: 220px;}
.header .nav ul li ul li a{font-size: 18px;/* opacity: 0.75; */ font-weight: bold;color: #094d7a;}
.header .nav ul li ul li a:hover{/* opacity: 1; */text-decoration: underline;}
.header .nav ul li ul li ul{position: relative;top: 0;display: block !important;background: none;padding: 0;margin-top: 10px;}
.header .nav ul li ul li ul li{padding: 0;display: block;position: relative;padding-left: 15px;line-height: 36px;transition: all 0.35s;}
.header .nav ul li ul li ul li a{font-size: 16px;font-weight: normal;color: #fff;transition: all 0.35s;}
.header .nav ul li ul li ul li:before{position: absolute;left: 0;top: 0;bottom: 0;width: 5px;height: 5px;background: #fff;content: "";border-radius: 50%;
margin: auto;transition: all 0.35s;}
.header .nav ul li ul li ul li:hover:before{background: #094d7a;}
.header .nav ul li ul li ul li:hover{padding-left: 20px;}
.header .nav ul li ul li ul li:hover a{color: #094d7a;}

/* .header .nav ul li:last-child ul{width: 70px;} */
.header-box:hover{background: rgba(255, 255, 255, 0.4);}
.header-box.on:hover{background: #0070ba;}
.header-box.on .nav ul li ul li a{color: #fff;}
.header-box.on .header .nav ul li ul li ul li a{opacity: 0.75;}
.header-box.on .header .nav ul li ul li ul li:hover:before{background: #fff;}
.header-box.on .header .nav ul li ul li ul li:hover{padding-left: 20px;}
.header-box.on .header .nav ul li ul li ul li:hover a{color: #fff;opacity: 1;}

.header .lang { float: left; margin-right: 27px; border-right: 1px solid rgba(255,255,255,0.6); height: 24px; line-height: 24px; padding-right: 27px; padding-left: 35px; background: url(lang.png) no-repeat left center; }
.header .lang a { font-size: 14px; color: rgba(255,255,255,0.6); }
.header .lang a:hover { color: #fff; text-decoration: underline; }
.header .search-vip { position: absolute; right: 0; top: 18px; overflow: hidden; }
.header .search-vip .search { float: left; overflow: hidden; margin: 0 27px; border-right: 1px solid rgba(255,255,255,0.6); }
.header .search-vip .search a { float: left; font-size: 0; background: url(search.png) no-repeat center; height: 24px; width: 24px; margin-right: 10px; }
.header .search-vip .search input { color: #fff; border: none; background: none; font-size: 14px; height: 24px; line-height: 24px; width: 50px; transition: all 0.5s; }
.header .search-vip .search input::-webkit-input-placeholder { color: #fff; }
.header .search-vip .search input::-moz-input-placeholder { color: #fff; }
.header .search-vip .search input::-ms-input-placeholder { color: #fff; }
.header .search-vip .search:hover input { width: 200px; }
.header .search-vip .vip { float: right; color: rgba(255,255,255,0.6); font-size: 15px; padding-left: 35px; background: url(user.png) no-repeat left center; }
.header .search-vip .vip a { font-size: 14px; color: #fff; opacity: 0.6; vertical-align: middle; }
.header .search-vip .vip a:hover { opacity: 1; text-decoration: underline; }
.header .search-vip .vip span { margin: 0 5px; }

.banner { position: relative; height: 712px; overflow: hidden; }
.banner .hd { position: absolute; right: 0; bottom: 50px; z-index: 99; left: 0; font-size: 0; text-align: center; }
.banner .hd ul { display: inline-block; width: 1200px; }
.banner .hd ul li { width: 10px; height: 10px; border-radius: 50%; font-size: 0; margin: 0 7px; transition: all 0.5s; border: 2px solid #fff; display: inline-block; position: relative; cursor: pointer; }
.banner .hd ul li::before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; content: ""; background: #fff; width: 8px; height: 8px; border-radius: 50%; margin: auto; display: none; }
.banner .hd ul li.on { background: #fff; }
.banner .bd li { height: 712px; position: relative; overflow: hidden; }
.banner .bd li img { position: absolute; left: 50%; top: 0; margin-left: -960px; }

.index-title { text-align: center; width: 1200px; margin: 0 auto; padding: 40px 0; }
.index-title h3 { color: #333; font-size: 30px; font-weight: bold; }
.index-title p { font-size: 16px; margin-top: 5px; }

.project-list { width: 1200px; margin: 20px auto; overflow: hidden; }
.project-list dl { float: left; width: 25%; }
.project-list dl dt { text-align: center; width: 110px; height: 110px; font-size: 0; line-height: 110px; margin: 0 auto; overflow: hidden; }
.project-list dl dt img { max-width: 100%; max-height: 100%; transition: all 0.5s; }
.project-list dl dd { margin: 0 20px; }
.project-list dl dd h3 { text-align: center; font-size: 20px; color: #333; font-weight: bold; margin: 10px 0; transition: all 0.5s; }
.project-list dl dd p { font-size: 16px; line-height: 30px; }
.project-list dl:hover dd h3 { color: #0070BA; }
.project-list dl:hover dt img { transform: rotateY(180deg); }

.index-a { display: block; width: 122px; height: 38px; margin: 75px auto 0; background: #0070ba; text-align: center; line-height: 38px; border-radius: 5px; color: #fff; font-size: 16px; }
.index-a:hover { color: #fff; }

.laboratory { margin-top: 15px; }
.laboratory-list { width: 1200px; margin: 0 auto; position: relative; padding-bottom: 33px; }
.laboratory-list .hd { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; font-size: 0; }
.laboratory-list .hd li { display: inline-block; font-size: 0; margin: 0 7px; width: 15px; height: 15px; border-radius: 50%; background: #eeeeee; }
.laboratory-list .hd li.on { background: #0070BA; }
.laboratory-list .bd li { overflow: hidden; }
.laboratory-list .bd li p { float: left; width: 599px; height: 427px; font-size: 0; text-align: center; line-height: 427px; overflow: hidden; }
.laboratory-list .bd li p img { max-width: 100%; max-height: 100%; transition: all 0.5s; }
.laboratory-list .bd li p:hover img { transform: scale(1.1); }
.laboratory-list .bd li div { float: right; width: 601px; height: 427px; overflow: hidden; }
.laboratory-list .bd li div span { float: left; width: 299px; margin-left: 1px; height: 213px; margin-bottom: 1px; text-align: center; line-height: 213px; font-size: 0; overflow: hidden; }
.laboratory-list .bd li div span img { max-width: 100%; max-height: 100%; transition: all 0.5s; }
.laboratory-list .bd li div span:nth-child(even) { float: right; }
.laboratory-list .bd li div span:hover img { transform: scale(1.1); }

.order { margin-top: 20px; }
.order-list { width: 1200px; margin: 0 auto; overflow: hidden; }
.order-list dl { float: left; width: 390px; margin-right: 15px; overflow: hidden; width: 595px;margin-right: 10px;}
.order-list dl:last-child { margin: 0; }
.order-list dl dt { font-size: 0; height: 482px; }
.order-list dl dt img { max-width: 100%; }
.order-list dl dd { font-size: 16px; text-align: center; color: #333; padding: 30px 0; transition: all 0.5s; }
.order-list dl:hover dd { background: #0070BA; color: #fff; }

.about-dynamic { overflow: hidden; width: 1200px; margin: 80px auto; }
.about { float: left; width: 595px; height: 503px; background: url(about-img01.png) no-repeat center; }
.about h3 { text-align: left; font-size: 30px; color: #fff; margin: 0 70px; margin-top: 70px; }
.about p { font-size: 16px; color: #fff; margin: 35px 70px; line-height: 30px; }
.about a { display: block; font-size: 16px; color: #fff; opacity: 0.65; width: 100px; margin: 0 0 0 70px; text-align: left; background: url(right.png) no-repeat right center; }
.dynamic { float: right; width: 595px; height: 503px; background: url(news-img01.png) no-repeat center; }
.dynamic h3 { text-align: left; font-size: 30px; color: #fff; margin: 0 47px; margin-top: 70px; }
.dynamic p { font-size: 16px; color: #fff; margin: 35px 70px; line-height: 30px; }
.dynamic a.dynamic-a { display: block; font-size: 16px; color: #fff; opacity: 0.65; width: 100px; margin: 0 0 0 47px; text-align: left; 
background: url(right.png) no-repeat right center; }
.dynamic ul { margin: 35px 47px; }
.dynamic ul li a { display: block; font-size: 16px; color: #fff; line-height: 40px; }

.footer-link { height: 90px; background: #0070BA; }
.footer-link-list { width: 1200px; margin: 0 auto; }
.footer-link-list div { float: left; overflow: hidden; line-height: 90px; }
.footer-link-list div span { float: left; font-size: 14px; color: #fff; }
.footer-link-list div ul { float: left; overflow: hidden; }
.footer-link-list div ul li { float: left; margin-right: 20px; }
.footer-link-list div ul li a { display: block; font-size: 14px; color: #fff; }
.footer-link-list dl { float: right; position: relative; /* padding-right: 215px; */ height: 90px; padding-right: 150px;}
.footer-link-list dl dt { position: absolute; right: 0; bottom: 2px; }
.footer-link-list dl dt img { max-width: 115px; }
.footer-link-list dl dd { float: left; font-size: 16px; color: #fff; margin-top: 20px; line-height: 26px; /* background: url(tel.png) no-repeat left 5px; */ padding-left: 30px; }
.footer-link-list dl dd b { display: ; font-size: 16px; font-weight:normal;}
.footer-nav { width: 1200px; margin: 30px auto; text-align: center; font-size: 0; }
.footer-nav ul li { display: inline-block; margin: 0 56px; text-align: left; line-height: 30px; vertical-align: top; }
.footer-nav ul li a { display: block; font-size: 18px; font-weight: bold; color: #0070BA; padding-bottom: 20px; position: relative; }
.footer-nav ul li a::before { position: absolute; left: 0; bottom: 10px; content: ""; width: 18px; height: 1px; background: #0070BA; }
.footer-nav ul li ul li { display: block; margin: 0; }
.footer-nav ul li ul li a { font-size: 14px; color: #0070BA; font-weight: normal; padding: 0; }
.footer-nav ul li ul li a:hover { color: #333; text-decoration: underline; }
.footer-nav ul li ul li a::before { display: none; }
.footer-copyright { width: 1200px; margin: 0 auto; text-align: center; font-size: 14px; padding: 20px 0; }
.footer-copyright a { font-size: 14px; }

.innerBanner { position: relative; height: 446px; overflow: hidden; }
.innerBanner img { position: absolute; left: -960px; top: 0; margin-left: 50%; }

.innerPosition { position: relative; margin: 15px auto; width: 1200px; font-size: 16px; }
.innerPosition a { font-size: 16px; }
.innerPosition a:last-child { color: #0070BA; }

.innerProject { width: 1200px; margin: 0 auto; }
.innerProject dl { margin: 40px 0; overflow: hidden; }
.innerProject dl dt { float: left; width: 623px; height: 416px; font-size: 0; text-align: center; line-height: 416px; }
.innerProject dl dt img { max-width: 100%; max-height: 100%; }
.innerProject dl:nth-child(even) dt { float: right; }
.innerProject dl dd { float: left; margin-left: 55px; width: 490px; }
.innerProject dl dd h3 { font-size: 24px; color: #333; font-weight: normal; margin-top: 90px; }
.innerProject dl dd p { font-size: 16px; margin: 15px 0 50px; }
.innerProject dl dd a { display: block; border: 1px solid #2386ee; text-indent: 24px; line-height: 49px; width: 135px; border-radius: 5px; font-size: 16px; color: #2386EE; background: url(right02.png) no-repeat 96px center; transition: all 0.5s; }
.innerProject dl:hover dd a { background: #2386ee url(right03.png) no-repeat 96px center; color: #fff; }

.innerComprehensive-nav { padding: 13px 0; box-shadow: 0 3px 5px 1px #e8e8e8; }
.innerComprehensive-nav ul { overflow: hidden; width: 1200px; margin: 0 auto; }
.innerComprehensive-nav li { float: left; width: 20%; }
.innerComprehensive-nav li a { display: block; height: 66px; line-height: 66px; text-align: center; font-size: 18px; border-radius: 66px; }
.innerComprehensive-nav li a.on { background: #0070ba; color: #fff; }

.innerComprehensive-list { width: 1200px; margin: 30px auto 70px; border-top: 1px solid #e1e7eb; border-left: 1px solid #e1e7eb; }
.innerComprehensive-list-title { height: 70px; background: #f0f7fb; text-align: center; line-height: 70px; color: #333; font-size: 16px; }
.innerComprehensive-list-title b { width: 48%; box-sizing: border-box; float: left; border-bottom: 1px solid #e1e7eb; border-right: 1px solid #e1e7eb; line-height: 70px; box-sizing: border-box; }
.innerComprehensive-list-title b:first-child { width: 10.5%; }
.innerComprehensive-list-title b:last-child { width: 41.5%; }
.innerComprehensive-list-item { text-align: center; color: #666; font-size: 0; border-bottom: 1px solid #e1e7eb; position: relative; border-right: 1px solid #e1e7eb; }
.innerComprehensive-list-item::before { position: absolute; left: calc(10.5% - 1px); top: 0; bottom: 0; width: 1px; content: ""; background: #e1e7eb; }
.innerComprehensive-list-item::after { position: absolute; left: calc(58.5% - 1px); top: 0; bottom: 0; width: 1px; content: ""; background: #e1e7eb; }
.innerComprehensive-list-item span { width: 48%; box-sizing: border-box; display: inline-block; font-size: 16px; vertical-align: middle; padding: 10px 20px; }
.innerComprehensive-list-item span:first-child { width: 10.5%; }
.innerComprehensive-list-item span:last-child { width: 41.5%; }

.innerMolecule { width: 1200px; margin: 70px auto; }
.innerMolecule-title { font-size: 30px; color: #333; text-align: center; margin-bottom: 30px; }
.innerMolecule-list-title { height: 87px; background: #0070ba; text-align: center; line-height: 87px; color: #fff; font-size: 18px; }
.innerMolecule-list-title b { width: 46%; box-sizing: border-box; float: left; line-height: 87px; box-sizing: border-box; height: 87px; }
.innerMolecule-list-title b:first-child { width: 35%; background: #2685c4; }
.innerMolecule-list-title b:last-child { width: 19%; background: #2685c4; }
.innerMolecule-list-item { background: #e0eef7; text-align: center; color: #333; font-size: 0px; margin: 2px 0; }
.innerMolecule-list-item span { width: 46%; box-sizing: border-box; display: inline-block; font-size: 16px; vertical-align: middle; padding: 20px; font-size: 16px; }
.innerMolecule-list-item span a { display: inline-block; vertical-align: middle; border: 1px solid #0070ba; width: 89px; height: 30px; border-radius: 5px; text-align: center; line-height: 30px; font-size: 16px; color: #0070BA; background: #fff; }
.innerMolecule-list-item span:first-child {width: 35%;/* background: #e5f1f8; */}
.innerMolecule-list-item span:last-child {width: 19%;/* background: #e5f1f8; */}
.innerMolecule-list-item:nth-child(odd) { background: #edf5fa; }
.innerMolecule-list-item:nth-child(odd) span:first-child { background: #f0f6fb; }
.innerMolecule-list-item:nth-child(odd) span:last-child { background: #f0f6fb; }

.innerMoleculeDetails { width: 1200px; margin: 0 auto; }
.innerMoleculeDetails-brief { overflow: hidden; padding: 30px; box-shadow: 0 0 5px 1px #e2e2e2; margin: 30px 0; }
.innerMoleculeDetails-brief dt { float: left; width: 389px; height: 259px; font-size: 0; text-align: center; line-height: 259px; }
.innerMoleculeDetails-brief dt img { max-width: 100%; max-height: 100%;}
.innerMoleculeDetails-brief dd { float: right; width: 710px; }
.innerMoleculeDetails-brief dd h3 { font-size: 30px; color: #333; font-weight: normal; }
.innerMoleculeDetails-brief dd p { font-size: 16px; margin: 10px 0; min-height: 80px; }
.innerMoleculeDetails-brief dd span { overflow: hidden; display: block; }
.innerMoleculeDetails-brief dd span a { float: left; width: 149px; height: 48px; text-align: center; line-height: 48px; margin-right: 10px; border: 1px solid #e95638; color: #e95638; font-size: 16px; border-radius: 5px; }
.innerMoleculeDetails-brief dd span a:first-child { background: #0070BA; border-color: #0070BA; color: #fff; }
.innerMoleculeDetails-content { padding: 0 30px; }
.innerMoleculeDetails-content-title { font-size: 18px; font-weight: bold; color: #333; line-height: 60px; border-bottom: 1px solid #eeeeee; }
.innerMoleculeDetails-content-list { font-size: 16px; line-height: 30px; margin: 20px 0; }
.innerMoleculeDetails-content-list * {/* max-width: 100%; */}
.innerMoleculeDetails-content-download { display: block; background: url(download.png) no-repeat left center; font-size: 16px; color: #0070BA; padding-left: 50px; margin: 40px; line-height: 40px; }

.innerMoleculeDetails-form { position: fixed; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 999; display: none; }
.innerMoleculeDetails-form-list { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; margin: auto; border-radius: 5px; padding: 0 65px; width: 613px; height: 543px; }
.innerMoleculeDetails-form-list h3 { text-align: center; font-size: 30px; color: #333; font-weight: normal; line-height: 112px; }
.innerMoleculeDetails-form-list div input { display: block; border: 1px solid #eeeeee; height: 57px; width: 100%; font-size: 16px; padding: 0 32px; box-sizing: border-box; margin-bottom: 20px; }
.innerMoleculeDetails-form-list div { overflow: hidden; }
.innerMoleculeDetails-form-list div .radio-group { float: left; margin-left: 20px; }
.innerMoleculeDetails-form-list div span { float: left; font-size: 16px; line-height: 35px; }
.innerMoleculeDetails-form-list div label { float: left; overflow: hidden; font-size: 16px; margin: 0 22px 0 33px; }
.innerMoleculeDetails-form-list div label input { float: left; width: 20px; height: 20px; border: 1px solid #eeeeee; vertical-align: middle; margin: 0; display: inline-block; margin-right: 10px; }
.innerMoleculeDetails-form-list .layui-btn { display: block; width: 238px; height: 58px; border: none; margin: 64px auto 44px; background: #ea5334; border-radius: 5px; color: #fff; font-size: 16px; }
.innerMoleculeDetails-form-list p { font-size: 14px; color: #999; border-top: 1px solid #eeeeee; padding-top: 15px; }
.innerMoleculeDetails-form-list img { position: absolute; right: 10px; top: 10px; cursor: pointer; }

.innerOrder { width: 1200px; margin: 0 auto; }
.innerOrder-nav { text-align: center; font-size: 0; margin: 35px 0; }
.innerOrder-nav li { display: inline-block; margin: 0 12px; }
.innerOrder-nav li a { display: block; border: 1px solid #eeeeee; border-radius: 64px; line-height: 64px; font-size: 18px; width: 234px; height: 64px; }
.innerOrder-nav li a.on { color: #0070BA; border-color: #0070BA; }
.innerOrder-title { text-align: center; padding: 45px 0; }
.innerOrder-title h3 { font-size: 30px; color: #333333; font-weight: normal; }
.innerOrder-title p { font-size: 16px; margin-top: 10px; }
.innerOrder-list { margin-bottom: 100px; }
.innerOrder-list-title { height: 87px; background: #0070BA; font-size: 18px; color: #fff; text-align: left; line-height: 87px; }
.innerOrder-list-title b { width: 12%; float: left; padding: 0 20px; box-sizing: border-box;}
.innerOrder-list-title b:nth-child(even) { width: 70%; }
.innerOrder-list-title b:last-child { width: 18%; }
.innerOrder-list-item { background: #e5f1f8; font-size: 0px; color: #fff; text-align: center; margin: 2px 0; }
.innerOrder-list-item span { width: 12%; font-size: 16px; color: #333; display: inline-block; vertical-align: middle; padding: 20px; 
box-sizing: border-box; text-align: left;}
.innerOrder-list-item span img{max-width: 100%;max-height: 100%;}
.innerOrder-list-item span:last-child { width: 18%; }
.innerOrder-list-item span:nth-child(even) { width: 70%; /* background: #e0eef7; */ }
.innerOrder-list-item span.nodata { position: relative; }
.innerOrder-list-item span.nodata::before { position: absolute; left: 20px; top: 0; bottom: 0; width: 110px; height: 1px; background: #515151; 
margin: auto; content: ""; }
.innerOrder-list-item:nth-child(odd) { background: #f0f6fb; }
/* .innerOrder-list-item:nth-child(odd) span:nth-child(even) { background: #edf5fa; } */

.innerLaboratory { width: 1200px; margin: 0 auto; }
.innerLaboratory-list { overflow: hidden; }
.innerLaboratory-list dl { float: left; width: 357px; margin: 20px 64px 40px 0; }
.innerLaboratory-list dl:nth-child(3n) { margin-right: 0; }
.innerLaboratory-list dl dt { height: 254px; overflow: hidden; text-align: center; line-height: 254px; font-size: 0; }
.innerLaboratory-list dl dt img { max-width: 100%; }
.innerLaboratory-list dl dd { text-align: center; font-size: 16px; color: #333; margin: 15px 0; }

.innerCooperation-list { font-size: 16px; line-height: 30px; margin-bottom: 100px; }
.innerCooperation-list * { max-width: 100%; }

.innerExpert { }
.innerExpert-search { width: 1200px; margin: 40px auto; position: relative; height: 72px; }
.innerExpert-search ul { position: absolute; top: 62px; width: 206px; box-shadow: 0px 2px 5px 0px #dedede; background: #fff; display: none; }
.innerExpert-search ul.major { right: 325px; }
.innerExpert-search ul.department { right: 30px; }
.innerExpert-search ul li { display: block; text-align: center; font-size: 16px; line-height: 30px; cursor: pointer; }
.innerExpert-search div.innerExpert-search-left { float: left; border: 1px solid #eeeeee; width: 538px; }
.innerExpert-search div.innerExpert-search-left input { float: left; height: 60px; border: none; font-size: 16px; margin-left: 30px; width: 440px; }
.innerExpert-search div.innerExpert-search-left a { float: right; height: 60px; width: 60px; background: url(search02.png) no-repeat center; }
.innerExpert-search div.innerExpert-search-right { float: right; overflow: hidden; }
.innerExpert-search div.innerExpert-search-right div { float: left; margin-left: 25px; }
.innerExpert-search div.innerExpert-search-right a { float: left; width: 266px; height: 60px; border: 1px solid #eeeeee; border-radius: 60px; line-height: 60px; font-size: 16px; background: url(down02.png) no-repeat 180px center; text-indent: 80px; }
.innerExpert-search div.innerExpert-search-right a.on { border-color: #0070BA; color: #FFFFFF; background: #0070BA url(down.png) no-repeat 180px center; text-indent: 80px; }
.innerExpert-list { overflow: hidden; width: 1224px; margin: 0 auto 40px; }
.innerExpert-list dl { float: left; margin: 12px; box-shadow: 0 0 5px 1px #eee; overflow: hidden; }
.innerExpert-list dl dt { float: left; width: 132px; height: 164px; background: #efefef; text-align: center; line-height: 164px; font-size: 0; }
.innerExpert-list dl dt img { max-width: 100%; max-height: 100%; }
.innerExpert-list dl dd { float: left; width: 250px; }
.innerExpert-list dl dd h3 { font-size: 24px; color: #333; font-weight: normal; margin: 20px 30px 0; }
.innerExpert-list dl dd p { font-size: 16px; margin: 0 30px; height: 48px; overflow: hidden; margin-bottom: 5px; }
.innerExpert-list dl dd span { display: inline-block; height: 34px; font-size: 16px; color: #0070BA; background: rgba(0,112,186,0.08); line-height: 34px; border-radius: 34px; min-width: 70px; padding: 0 17px; text-align: center; margin: 0 30px; }

.innermAppointment { width: 1200px; margin: 50px auto; text-align: center; }
.innermAppointment dd { font-size: 18px; }
.innermAppointment dd span { color: #e35838; }
.innermAppointment dt { margin: 30px 0 50px; }
.innermAppointment p a { display: inline-block; width: 134px; height: 38px; background: #0070ba; border-radius: 5px; text-align: center; line-height: 38px; color: #fff; font-size: 16px; margin: 0 4px; }

.header-black { background: #fff; padding-bottom: 20px; }
.header-black .nav li a { color: #333; }
.header-black .search-vip .search a { background: url(search-black.png) no-repeat center; }
.header-black .search-vip .search input { color: #999; }
.header-black .search-vip .search input::-webkit-input-placeholder { color: #999; }
.header-black .search-vip .search input::-moz-input-placeholder { color: #999; }
.header-black .search-vip .search input::-ms-input-placeholder { color: #999; }
.header-black .lang { background: url(lang-black.png) no-repeat left center; color: #333; }
.header-black .lang a { color: #999; }
.header-black .lang a:hover { color: #999; }
.header-black .search-vip .vip { background: url(user-black.png) no-repeat left center; }
.header-black .search-vip .vip a { color: #999; opacity: 1; }
.header-black .search-vip .vip span { color: #999; }
.header-black .search-vip .search { border-right: 1px solid #d3d2d2; }
.header-black .search-vip .lang { border-right: 1px solid #d3d2d2; }

.innerLogin { background: url(login-bg.jpg) no-repeat center; background-size: 100% 100%; /* margin-top: 107px; */ overflow: hidden; }
.innerLogin-list { width: 1200px; margin: 200px auto 0; overflow: hidden; }
.innerLogin-list-txt { float: left; margin-left: 155px; margin-top: 80px; }
.innerLogin-list-txt b { display: block; font-size: 18px; color: #fff; }
.innerLogin-list-txt p { font-size: 16px; color: #fff; margin-top: 30px; line-height: 30px; }
.innerLogin-list-txt li { font-size: 16px; color: #fff; line-height: 30px; padding-left: 20px; position: relative; }
.innerLogin-list-txt li::before { position: absolute; left: 0; top: 0; bottom: 0; width: 7px; height: 7px; content: ""; background: #fff; margin: auto; border-radius: 7px; }
.innerLogin-list-txt a { font-size: 16px; color: #fff; text-decoration: underline; display: block; margin-top: 30px; }
.innerLogin-list-form { float: right; background: rgba(255,255,255,0.25); padding: 0 40px; border-radius: 5px; }
.innerLogin-list-form h3 { font-size: 30px; color: #fff; font-weight: normal; text-align: center; margin-top: 40px; }
.innerLogin-list-form span { display: block; text-align: center; color: #fff; font-size: 16px; margin-bottom: 25px; }
.innerLogin-list-form div { height: 60px; background: #fff; margin: 15px 0; border-radius: 5px; width: 526px; position: relative; }
.innerLogin-list-form div.Verification { width: 365px; }
.innerLogin-list-form div em { float: left; height: 60px; width: 60px; text-align: center; line-height: 60px; font-size: 0; }
.innerLogin-list-form div em img { }
.innerLogin-list-form div input { float: left; border: none; font-size: 16px; color: #333; width: 466px; height: 60px; }
.innerLogin-list-form div.Verification input { width: 305px; }
.innerLogin-list-form div img.validateCode { max-height: 100%; position: absolute; right: -160px; top: 0; }
.innerLogin-list-form .layui-btn { display: block; border: none; height: 60px; border-radius: 5px; background: #0070BA; font-size: 16px; color: #fff; width: 100%; }
.innerLogin-list-form p { font-size: 14px; color: #fff; text-align: center; margin: 15px 0 25px; }
.innerLogin-list-form p b { font-size: 16px; }

.innerRegister .innerLogin-list-form div { background: none; }
.innerRegister .innerLogin-list-form div dd { float: left; background: #fff; border-radius: 5px; width: 255px; overflow: hidden; }
.innerRegister .innerLogin-list-form div dd:nth-child(even) { float: right; }
.innerRegister .innerLogin-list-form div.Verification { background: #fff; }

.innerBanner-userCenter { height: 258px; /* margin-top: 107px; */}
.userCenter { width: 1200px; margin: 60px auto; overflow: hidden; }
.userCenter-account { float: left; width: 247px; }
.userCenter-account dl dt { height: 110px; width: 110px; border-radius: 110px; overflow: hidden; margin: 0 auto; background: #efefef; text-align: center; line-height: 130px; }
.userCenter-account dl dt img { width: 100%; height: 100%; vertical-align: top; }
.userCenter-account dl dd h3 { text-align: center; font-size: 16px; color: #333; font-weight: normal; margin: 10px 0; line-height: 30px; }
.userCenter-account dl dd p { text-align: center; font-size: 0; margin: 25px 0; }
.userCenter-account dl dd p a { display: inline-block; width: 98px; height: 38px; text-align: center; line-height: 38px; border-radius: 5px; font-size: 16px; color: #fff; background: #0070ba; margin: 0 4px; }
.userCenter-account dl dd p a:last-child { background: #ea5334; }
.userCenter-account ul { border-top: 1px solid #eeeeee; margin-top: 50px; }
.userCenter-account ul li { margin: 32px; }
.userCenter-account ul li a { overflow: hidden; display: block; }
.userCenter-account ul li a em { float: left; }
.userCenter-account ul li a span { float: left; font-size: 16px; color: #333; margin-left: 10px; }
.userCenter-data { float: right; width: 900px; }
.userCenter-data-title { font-size: 24px; color: #333; font-weight: normal; border-bottom: 3px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px; }
.userCenter-data-form div { overflow: hidden; margin: 17px 0; }
.userCenter-data-form p { background: url(tip.png) no-repeat left center; padding-left: 30px; font-size: 16px; margin: 30px 0; }
.userCenter-data-form div span { float: left; font-size: 16px; line-height: 60px; width: 80px; text-align: right; margin-right: 20px; min-height: 1px; }
.userCenter-data-form div input { float: left; width: 487px; height: 58px; border: 1px solid #eeeeee; font-size: 16px; color: #333; padding: 0 33px; }
.userCenter-data-form div select { float: left; width: 498px; height: 58px; border: 1px solid #eeeeee; font-size: 16px; color: #333; padding: 0 33px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(down03.png) no-repeat 445px center; }
.userCenter-data-form div input:focus { border-color: #0070BA; }
.userCenter-data-form .singUploader { height: 38px; margin-top: 10px; }
.userCenter-data-form .singUploader div { overflow: visible; margin: 0; }
.userCenter-data-form .singUploader .fileInfo { margin-top: -1px; width: auto; }
.userCenter-data-form .layui-btn { background: #0070ba; color: #fff; text-align: center; line-height: 57px; height: 57px; border-radius: 5px; width: 233px; border: none; font-size: 18px; margin-right: 20px; }
.userCenter-data-form button.cancle { background: #0070ba; color: #fff; text-align: center; line-height: 57px; height: 57px; border-radius: 5px; width: 233px; border: none; font-size: 18px; margin-right: 20px; background: #dcdcdc; }
.userCenter-data-form02 div span { width: 90px; }
.userCenter-data-form03 div span { width: 170px; }
.userCenter-data-application { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255,255,255,0.45); z-index: 9999; display: none; }
.userCenter-data-application-list { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: #0070BA; width: 745px; height: 400px; border-radius: 5px; text-align: center; }
.userCenter-data-application-list img { margin: 45px auto 0; }
.userCenter-data-application-list p { font-size: 18px; color: #fff; margin: 20px 0 70px; }
.userCenter-data-application-list a { display: block; border: 1px solid #ffffff; margin: 0 auto; text-align: center; line-height: 56px; border-radius: 5px; width: 236px; color: #fff; font-size: 16px; }

.userCenter-data-list-title { overflow: hidden; background: #0070BA; }
.userCenter-data-list-title b { float: left; font-size: 16px; color: #fff; box-sizing: border-box; line-height: 64px; text-align: center; border-right: 1px solid #fff; }
.userCenter-data-list-title b.number { width: 10%; }
.userCenter-data-list-title b.name { width: 50%; }
.userCenter-data-list-title b.time { width: 20%; }
.userCenter-data-list-title b.stage { width: 20%; }
.userCenter-data-list-item { overflow: hidden; margin: 1px 0; background: #e5f0f8; font-size: 0; }
.userCenter-data-list-item:nth-child(odd) { background: #d9eaf5; }
.userCenter-data-list-item span { font-size: 16px; color: #333; box-sizing: border-box; text-align: center; border-right: 1px solid #fff; padding: 20px; display: inline-block; vertical-align: middle; }
.userCenter-data-list-item span.number { width: 10%; }
.userCenter-data-list-item span.name { width: 50%; }
.userCenter-data-list-item span.time { width: 20%; }
.userCenter-data-list-item span.stage { width: 20%; }
.userCenter-data-list-item span em { font-size: 16px; color: #0070BA; }

.userCenter-data-list02 .userCenter-data-list-title { overflow: hidden; background: #0070BA; }
.userCenter-data-list02 .userCenter-data-list-title b { float: left; font-size: 16px; color: #fff; box-sizing: border-box; line-height: 64px; text-align: center; border-right: 1px solid #fff; }
.userCenter-data-list02 .userCenter-data-list-title b.number { width: 10%; }
.userCenter-data-list02 .userCenter-data-list-title b.name { width: 12%; }
.userCenter-data-list02 .userCenter-data-list-title b.department { width: 12%; }
.userCenter-data-list02 .userCenter-data-list-title b.time { width: 20%; }
.userCenter-data-list02 .userCenter-data-list-title b.direction { width: 20%; }
.userCenter-data-list02 .userCenter-data-list-title b.explain { width: 26%; }
.userCenter-data-list02 .userCenter-data-list-item { overflow: hidden; margin: 1px 0; background: #e5f0f8; font-size: 0; }
.userCenter-data-list02 .userCenter-data-list-item:nth-child(odd) { background: #d9eaf5; }
.userCenter-data-list02 .userCenter-data-list-item span { font-size: 16px; color: #333; box-sizing: border-box; text-align: center; border-right: 1px solid #fff; padding: 20px; display: inline-block; vertical-align: middle; }
.userCenter-data-list02 .userCenter-data-list-item span.number { width: 10%; }
.userCenter-data-list02 .userCenter-data-list-item span.name { width: 12%; }
.userCenter-data-list02 .userCenter-data-list-item span.department { width: 12%; }
.userCenter-data-list02 .userCenter-data-list-item span.time { width: 20%; }
.userCenter-data-list02 .userCenter-data-list-item span.direction { width: 20%; }
.userCenter-data-list02 .userCenter-data-list-item span.explain { width: 26%; }

.innerExpert-order { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.45); z-index: 999; display: none; }
.innerExpert-order-list { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; border-radius: 5px; padding: 40px 65px; width: 613px; margin: auto; height: 660px; }
.innerExpert-order-list .close { position: absolute; right: 10px; top: 10px; cursor: pointer; }
.innerExpert-order-list dl { overflow: hidden; }
.innerExpert-order-list dl dt { float: left; width: 186px; height: 230px; background: #efefef; border-radius: 5px; text-align: center; line-height: 230px; font-size: 0; }
.innerExpert-order-list dl dt img { max-width: 100%; max-height: 100%; }
.innerExpert-order-list dl dd { float: right; width: 390px; }
.innerExpert-order-list dl dd h3 { font-size: 24px; color: #333; font-weight: normal; margin-top: 10px; }
.innerExpert-order-list dl dd p { font-size: 16px; margin-top: 10px; }
.innerExpert-order-list dl dd span { display: inline-block; height: 34px; font-size: 16px; color: #0070BA; background: rgba(0,112,186,0.08); line-height: 34px; border-radius: 34px; min-width: 70px; padding: 0 17px; text-align: center; margin: 50px 0 0; }
.innerExpert-order-list li input { border: 1px solid #eeeeee; display: block; width: 100%; height: 59px; padding: 0 32px; box-sizing: border-box; font-size: 16px; margin: 18px 0; }
.innerExpert-order-list li textarea { border: 1px solid #eeeeee; display: block; width: 100%; height: 166px; padding: 16px 32px; box-sizing: border-box; font-size: 16px; margin: 18px 0; resize: none; }
.innerExpert-order-list .layui-btn { font-size: 16px; display: block; border: none; background: #0070BA; color: #fff; width: 238px; height: 58px; border-radius: 5px; margin: 38px auto 0; }

.layui-laypage { width: 100%; text-align: center; margin-bottom: 50px; }
.layui-laypage .layui-laypage-curr .layui-laypage-em { background: #0070BA; }
.layui-laypage a:hover { color: #0070BA; }

.innerDynamic a.innerDynamic-list { display: block; line-height: 40px; font-size: 16px; overflow: hidden; border-bottom: 1px dashed #dedede; transition: all 0.5s; margin-bottom: 10px; }
.innerDynamic a.innerDynamic-list span { float: right; }
.innerDynamic a.innerDynamic-list:hover { color: #0070BA; }

.innerDetails { margin: 50px auto; }
.innerDetails .innerDetails-title { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #d9d9d9; }
.innerDetails .innerDetails-title h3 { font-size: 20px; color: #333; font-weight: normal; }
.innerDetails .innerDetails-title p { font-size: 16px; color: #999; margin-top: 10px; }
.innerDetails .innerDetails-content { font-size: 16px; line-height: 30px; min-height: 300px; }
.innerDetails .innerDetails-content * { max-width: 100%; }
.innerDetails .innerDetails-prevNext { border-top: 1px solid #D9D9D9; margin: 20px 0; padding-top: 20px; position: relative; }
.innerDetails .innerDetails-prevNext p { font-size: 16px; line-height: 30px; color: #333; }
.innerDetails .innerDetails-prevNext p a { font-size: 16px; color: #333; }
.innerDetails .innerDetails-prevNext p em { font-size: 16px; color: #333; }

.nodata { line-height: 100px; text-align: center; font-size: 14px; }

/* 首页更新 */
.n-product{}
.n-product-list{width: 1200px;margin: 0 auto;overflow: hidden;}
.n-product-list .hd{float: left;width: 343px;border: 1px solid #f0f0f0;border-bottom: none;}
.n-product-list .hd li{height: 142px;padding: 0 35px;border-bottom: 1px solid #f0f0f0;position: relative;transition: all 0.5s;}
.n-product-list .hd li p{font-size: 20px;font-weight: bold;color: #333;padding-top: 45px;}
.n-product-list .hd li a{font-size: 14px;margin-top: 10px;display: block;}
.n-product-list .hd li.on{background: #0070ba;}
.n-product-list .hd li.on p{color: #fff;}
.n-product-list .hd li.on a{color: rgba(255, 255, 255, 0.6);}
.n-product-list .hd li.on:before{position: absolute;right: -9px;top: 0;bottom: 0;width: 10px;height: 16px;content: "";margin: auto;
background: url(n-triangle.png) no-repeat center;}
.n-product-list .bd{float: right;}
.n-product-list .bd li{width: 843px;height: 427px;font-size: 0;}
.n-product-list .bd li img{width: 100%;height: 100%;}
.n-service-list{width: 1200px;margin: 0 auto;height: 450px;background: url(n-img05.png) no-repeat center;font-size: 0;text-align: center;}
.n-service-list dl{display: inline-block;width: 25%;vertical-align: top;transition: all 0.5s;height: 100%;}
.n-service-list dl dt{border: 1px solid #fff;width: 133px;height: 133px;margin: 133px auto 0;border-radius: 50%;text-align: center;line-height: 133px;}
.n-service-list dl dt img{max-width: 80%;max-height: 80%;}
.n-service-list dl dd{font-size: 20px;font-weight: bold;color: #fff;margin-top: 30px;}
.n-service-list:hover dl{width: 50%;}
.n-service-list dl:hover{background: rgba(0, 112, 186, 0.75);}
.n-brief-news{margin: 60px auto;width: 1200px;overflow: hidden;padding: 10px;}
.n-brief{float: left;width: 595px;box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.15);border-radius: 10px;}
.n-brief dt{height: 256px;font-size: 0;}
.n-brief dt img{width: 100%;height: 100%;}
.n-brief dd{padding: 0 38px 40px;}
.n-brief dd h3{font-size: 30px;color: #333;font-weight: bold;padding: 18px 0 10px;}
.n-brief dd p{font-size: 16px;margin-bottom: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;height: 90px;line-height: 30px;}
.n-brief dd a{display: inline-block;padding-right: 30px;color: #c5c5c5;font-size: 16px;background: url(n-img07.png) no-repeat right center;}
.n-news{float: right;width: 595px;box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.15);border-radius: 10px;padding: 29px 0;}
.n-news .n-news-title{overflow: hidden;margin: 0 30px;}
.n-news .n-news-title h3{font-size: 30px;color: #333;font-weight: bold;float: left;}
.n-news .n-news-title a{font-size: 16px;padding-right: 30px;color: #c5c5c5;background: url(n-img07.png) no-repeat right center;float: right;}
.n-news .n-news-list dl{overflow: hidden;padding: 15px;margin: 0 30px;border-bottom: 1px solid #eeeeee;transition: all 0.5s;}
.n-news .n-news-list dl dt{float: left;text-align: center;}
.n-news .n-news-list dl dt em{font-size: 16px;}
.n-news .n-news-list dl dt p{font-size: 30px;}
.n-news .n-news-list dl dd{float: right;font-size: 20px;width: 415px;text-overflow: -o-ellipsis-lastline;overflow: hidden;
text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.n-news .n-news-list dl:hover{background: #ebf4fa;}
.n-news .n-news-list dl:hover dt em{color: #0070ba;}
.n-news .n-news-list dl:hover dt p{color: #0070ba;}