@charset "UTF-8";
/** Created by UICUT.com on 2016/12/31. Contact QQ: 215611388 */
html{line-height: 1.15; -webkit-text-size-adjust: 100%;}
body{margin: 0;}
h1{font-size: 2em; margin: 0.67em 0;}
hr{-webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible;}
pre{font-family: monospace, monospace; font-size: 1em;}
a{background-color: transparent;}
abbr[title]{border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted;}
b, strong{font-weight: bolder;}
code, kbd, samp{font-family: monospace, monospace; font-size: 1em;}
small{font-size: 80%;}
sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub{bottom: -0.25em;}
sup{top: -0.5em;}
img{border-style: none;}
button, input, optgroup, select, textarea{font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}
button, input{overflow: visible;}
button, select{text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style: none; padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline: 1px dotted ButtonText;}
fieldset{padding: 0.35em 0.75em 0.625em;}
legend{-webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;}
progress{vertical-align: baseline;}
textarea{overflow: auto;}
[type="checkbox"], [type="radio"]{-webkit-box-sizing: border-box; box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height: auto;}
[type="search"]{-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button; font: inherit;}
details{display: block;}
summary{display: list-item;}
template{display: none;}
[hidden]{display: none;}
.blue{color: #00a2e9;}
.gray{color: #b9bcc7;}
.red{color: #fc4444;}
.orange{color: #ff7802;}
/** 单位转换，u(),代替unit()。 默认px，需要px表示的单位不要用此函数转换 @Author 赫连勃格(uicut.com) @DateTime 2019-07-30T08:59:07+0800 @param{number} $val:0 输入需要转换的数字 @return{string} 结果： ?rem ?rpx ?upx */
body{padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right); padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left); padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) + 0); padding-bottom: calc(constant(safe-area-inset-bottom) + 0); padding-bottom: -webkit-calc(env(safe-area-inset-bottom) + 0); padding-bottom: calc(env(safe-area-inset-bottom) + 0);}
footer .ft1 .logo{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;}
html, body{font-size: 12px;}
@media (min-width: 768px){html, body{font-size: 12px;} }
@media (min-width: 992px){html, body{font-size: 14px;} }
@media (min-width: 1200px){html, body{font-size: 16px;} }
html{font-family: "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Helvetica, Arial, sans-serif;}
body{color: #333; background: #fff;}
table{border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video, body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea{margin: 0; padding: 0; font-weight: normal; font-style: normal; font-family: inherit; -webkit-box-sizing: border-box; box-sizing: border-box;}
ul, li, ol{list-style: none; line-height: normal;}
i, address, cite, dfn, em, var{font-style: normal;}
input[type=date]{outline: none; border: none; -webkit-appearance: none;}
a{text-decoration: none; color: #333; background-color: transparent; -webkit-text-decoration-skip: objects; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:active, a:hover, a:focus{color: #00a2e9; outline-width: 0;}
img{width: auto; max-width: 100%;-ms-interpolation-mode: bicubic;}
video{border: none; outline: none; display: block; width: 100%;}
a, img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header, time, span, em, i{-webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
input[type=text], input[type=password], input[type=submit], select, button{border: #cccccc 1px solid; height: 30px; border-radius: 5px; width: 100%;}
input[type=text]:focus, input[type=password]:focus, input[type=submit]:focus, select:focus, button:focus{border-color: #00a2e9;}
button{width: auto;}
input[type=text], input[type=password]{padding: 0 5px;}
input[type=submit]{background-color: #00a2e9; text-align: center; width: 100%;}
input[type=file]{cursor: pointer;}
textarea{height: auto; min-height: 1.2rem; border: #cccccc 1px solid; border-radius: 5px; padding: 5px; width: 100%;}
input:-moz-placeholder{color: #ddd;}
::-webkit-input-placeholder{color: #ddd;}
input[type=text], input[type=password]{-webkit-appearance: none;}
.g-five:before, .g-five:after, .cf:before, .cf:after{content: ""; display: table;}
.g-five:after, .cf:after{clear: both;}
.g-notice .marquee p{white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
input[type=text], input[type=password], input[type=submit], select, button, textarea{border: #333 1px solid; outline: none;}
input:hover[type=text], input:hover[type=password], input:hover[type=submit], select:hover, button:hover, textarea:hover, input:focus[type=text], input:focus[type=password], input:focus[type=submit], select:focus, button:focus, textarea:focus{border-color: #00a2e9;}
.show{display: block !important;}
.hide{display: none !important;}
.bg{background-color: #f7fafc;}
.fill{-o-object-fit: fill; object-fit: fill; height: 100%;}
.contain{-o-object-fit: contain; object-fit: contain; height: 100%;}
.cover{-o-object-fit: cover; object-fit: cover; height: 100%;}
.none{-o-object-fit: none; object-fit: none; height: 100%;}
.scale-down{-o-object-fit: scale-down; object-fit: scale-down; height: 100%;}
.arrow-right{background: url("images/arrow-right.png") right center no-repeat; background-size: 10px 20px; padding-right: 20px;}
.btn{line-height: 30px; padding: 0 10px; border-radius: 5px; border: #00a2e9 1px solid; text-align: center; background-color: #00a2e9; color: #fff;}
.btn:hover{opacity: .8; color: #fff;}
.btn.btn-blue{background-color: #00a2e9; border-color: #00a2e9;}
.btn.btn-gray{background-color: #b9bcc7; border-color: #b9bcc7;}
.btn.btn-red{background-color: #fc4444; border-color: #fc4444;}
.btn.btn-orange{background-color: #ff7802; border-color: #ff7802;}
.btn.btn-white{background-color: #fff; border-color: #cccccc; color: #333;}
.g-bannerAd img{display: block;}
.g-five .item{width: 30%; margin-right: 4.5%; float: left; margin-bottom: 4.5%;}
.g-five .item:nth-child(3n){margin-right: 0;}
.g-five .item:nth-child(4){margin-left: 15%;}
@media (min-width: 992px){.g-five .item{width: 19%; margin-left: 1.25%; float: left; margin-right: 0;} .g-five .item:first-child{margin-left: 0;} .g-five .item:nth-child(3n){margin-right: 0;} .g-five .item:nth-child(4){margin-left: 1.25%;} }
.g-notice{position: relative; padding: 10px 120px 10px 120px;}
.g-notice .tt{position: absolute; left: 0; top: 50%; line-height: 20px; margin-top: -10px;}
.g-notice .marquee{padding: 0 10px; height: 20px;}
.g-notice .marquee p{line-height: 30px;}
.g-notice .more{position: absolute; right: 0; top: 50%; margin-top: -10px;}
.banner{overflow: hidden; width: 100%; position: relative;}
.banner .hd{z-index: 1; overflow: hidden; position: absolute; left: 46%; margin-left: -30px; bottom: 5px; height: 15px;}
.banner .hd ul{overflow: hidden; zoom: 1; float: left;}
.banner .hd li{text-align: center; background: #fff; cursor: pointer; float: left; margin: 0 8px; width: 8px; height: 8px; border-radius: 8px; line-height: 14px;}
.banner .hd li.on{background: #00a2e9;}
.banner .bd{position: relative; height: 100%; z-index: 0;}
.banner .bd li{zoom: 1; vertical-align: middle;}
.banner .bd img{width: 100%; display: block;}
.banner .prev, .banner .next{width: 80px; height: 80px; position: absolute; top: 50%; margin-top: -40px; background: url("images/l.png") left top no-repeat; cursor: pointer; opacity: .8;}
.banner .prev:hover, .banner .next:hover{opacity: 1;}
.banner .prev{left: 50%; margin-left: -600px;}
.banner .next{background-image: url(images/r.png); right: 50%; margin-right: -600px;}
@media (min-width: 768px){.banner .hd{bottom: 3rem;} .banner .hd li{width: 12px; height: 12px; border-radius: 12px; margin: 0 12px;} }
.banner12{overflow: hidden; width: 100%; position: relative; padding-bottom: 5rem;}
.banner12 .hd{z-index: 1; overflow: hidden; position: absolute; left:48%; margin-left: -8%; bottom: 5px; height: 15px;}
.banner12 .hd ul{overflow: hidden; zoom: 1; float: left;}
.banner12 .hd li{text-align: center; background: #cccccc; cursor: pointer; float: left; margin: 0 8px; width: 8px; height: 8px; border-radius: 8px; line-height: 14px;}
.banner12 .hd li.on{background: #00a2e9;}
.banner12 .bd{position: relative; height: 100%; z-index: 0;}
.banner12 .bd li{zoom: 1; vertical-align: middle;}
.banner12 .bd img{width: 100%; display: block;}
.banner12 .info h3{font-size: 2rem; margin-bottom: .5rem;}
.banner12 .info h4{font-size: 1.4rem;}
.banner12 .info .con{font-size: 1rem; line-height: 1.75rem; text-align: justify; padding: 2rem 0;}
.banner12 .info .operate{text-align: center;}
@media (min-width: 768px){.banner12 .hd li{width: 12px; height: 12px; border-radius: 12px; margin: 0 12px;} .banner12 .info{padding-left: 1rem;} .banner12 .info .con{padding: 3rem 0rem 5rem; line-height: 2.5rem;} .banner12 .info .operate{text-align: left;} }
.header-space{height: 0.5rem; padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top); -webkit-box-sizing: content-box; box-sizing: content-box;}
.footer-space{height: 0.5rem; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); -webkit-box-sizing: content-box; box-sizing: content-box;}
.header-phone{top: 0; height: 50px; position: fixed; top: 0; background-color: #fff; z-index: 9999; overflow: hidden; width: 100%;}
.header-phone .logo{width: 40%; display: inline-block; padding: 2px 15px;}
.header-phone .logo img{width: 80px;}
.header-phone .btn-menu{width: 50px; height: 50px; position: absolute; right: 0; background: url(images/icon-menu.png) center center no-repeat; background-size: 32px 32px; top: 0;}
.alert-menu{display: none; position: fixed; z-index: 8888; top: 0px; width: 100%; background-color: rgba(0, 0, 0, 0.1); min-height: 100vh; padding-top: 50px;}
.alert-menu .list{width: 100%; background-color: #fff; padding: 10px 15px; border-top: #cccccc 1px solid;}
.alert-menu .list li{line-height: 32px; border-top: #cccccc 1px solid; font-size: 14px;}
.alert-menu .list li > a{display: block;}
.alert-menu .list li:first-child{border: none;}
.alert-menu .list li.on{color: #00a2e9;}
.alert-menu .list li.on a >{color: #00a2e9;}
.alert-menu .list .hasSubMenu > a{background: url("../images/arrow.png") right center no-repeat; background-size: 6px auto;}
.alert-menu .subMenu{padding-bottom: 10px; border-top: #cccccc 1px solid; display: none; background-color: #f7fafc; padding-left: 10px;}
.alert-menu .subMenu a{display: block;}

body{padding-top: 50px;}
/*@media (min-width: 768px){body{padding-top: 100px;} }
@media (min-width: 768px){.header-pc{position: fixed; z-index: 9999; top: 0; height: 100px; padding-left: 0; padding-right: 0; background-color: rgba(255, 255, 255, 0.95);} .header-pc .logo{padding-top: 22px; display: block;} .header-pc .logo .logo-img{width: 106px; display: block;} .header-pc .logo .logo-tag{width: 170px; position: absolute; left: 116px; bottom: 0;} .header-pc .list{text-align: right; float: right; margin-top: 40px;} .header-pc .list li{height: 1.2rem; line-height: 1.2rem; text-align: center; padding: 0 1rem; border-left: #333333 1px solid; display: inline-block;} .header-pc .list li:first-child{border: none;} .header-pc .list li:last-child{padding-right: 0;} .header-pc .list li:hover a, .header-pc .list li.on a{color: #00a2e9;} .header-pc .list a{display: block;} }*/

@media (min-width: 768px){body{padding-top: 100px;} }
.header-pc{position: fixed; z-index: 9999; top: 0; height: 100px; padding-left: 0; padding-right: 0; background-color: rgba(255, 255, 255, 0.95);}
.header-pc .logo{padding-top: 22px; display: block;}

/*.header-pc{position: fixed; z-index: 9999; top: 0; height: 100px; padding-left: 0; padding-right: 0; background-color: rgba(255, 255, 255, 0.95);}*/
.header-pc .logo{padding-top: 22px; display: block;}
.header-pc .logo .logo-img{width: 106px; display: block;}
.header-pc .logo .logo-tag{width: 170px; position: absolute; left: 116px; bottom: 22px;}
.header-pc .list{text-align: right; float: right;}
.header-pc .list li{height: 100px; line-height: 100px; text-align: center; padding: 0 1rem; position: relative; margin-left: 1px; display: inline-block;}
.header-pc .list li:first-child{border: none;}
.header-pc .list li:hover a, .header-pc .list li.on a{color: #00a2e9;}
.header-pc .list li:after{content: ''; width: 0; height: 4px; background-color: #00a2e9; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.header-pc .list li.on:after, .header-pc .list li:hover:after{width: 100%;}
.header-pc .list li:hover .subMenu{display: block; height: auto;}
.header-pc .list li:hover .subMenu .con{margin-top: 0;font-size:0.8rem;}
.header-pc .list li.hasSubMenu{background: url("images/arrow-down.png") right center no-repeat; background-size: 10px auto;}
.header-pc .list a{display: block;}
.header-pc .subMenu{position: absolute; top: 100px; left: -3rem; height: 0; overflow: hidden;}
.header-pc .subMenu .con{width: 12rem; background-color:#00a2e9; padding: 1rem 0 1rem; position: relative; margin-top: 1.5rem; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; font-size: 1rem;}
.header-pc .subMenu a{display: block; line-height: 2rem;font-size:0.8rem;}
.header-pc .subMenu a:hover{color: #00a2e9;font-size:0.8rem;}
.header-pc .subMenu .con a{color:#fff!important;}

footer{color: #fff; overflow: hidden;}
footer > div{margin-left: -5px; margin-right: -5px;}
footer .conta{padding: 0;}
footer a{color: #fff;}
footer a:hover{opacity: .8;}
footer .ft1{background-color: #454246; padding: 2rem 0;}
footer .ft1 .item{padding: 1rem 2rem;}
footer .ft1 h3{font-size: 20px; border-bottom: #cccccc 1px solid;padding: 5px 0;}
footer .ft1 .btnSubMenu{float: right; font-weight: bold;}
footer .ft1 .con a{margin-right: 8px; display: inline-block; line-height: 2rem; font-size: 14px;}
footer .ft1 .con2{display: none;}
footer .ft1 .con2 a{display: block; line-height: 3rem; border-bottom: #cccccc 1px solid; padding-left: 1rem;}
footer .ft1 .box{padding: 1rem 2rem;}
footer .ft1 .logo{margin-bottom: 2rem;}
footer .ft1 .logo img{width: 9rem; float: left;}
footer .ft1 .logo .r{border-left: #fff 1px solid; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 18px; float: left; margin-left: 1.5rem; padding-left: 1.5rem;}
footer .ft1 .logo .tel{font-size: 24px; margin-top: 10px;}
footer .code-box{text-align: center;}
footer .code-box img{width: 6rem; height: 6rem; display: block; margin: 0 auto 5px;}
footer .ft2{background-color: #333033; padding: 1rem 0; text-align: center; font-size: 14px; line-height: 20px;}
footer .ft2 span, footer .ft2 a{margin: 0 5px; display: inline-block;}
@media (min-width: 768px){footer .ft1{padding-top: 3rem; padding-bottom: 3rem;} footer .ft1 .logo .r{font-size: 1rem;} footer .ft1 .tel{font-size: 1.5rem;} }
@media (min-width: 992px){footer{background-color: #ccc;} }
@media (min-width: 1200px){footer{background-color: #ddd;} }
.revealOnScroll{opacity: 0;}
/* ----------------------------------------------------------------------main-------------------------------------------------------------------- */
.section12, .section13, .section14, .section15, .section16, .section17{padding-top: 5rem; padding-bottom: 5rem;}
.section12 .title, .section13 .title, .section14 .title, .section15 .title, .section16 .title, .section17 .title{margin-bottom: 5rem; font-size: 2.5rem; text-align: center;}
.section12 .btn-more, .section13 .btn-more, .section14 .btn-more, .section15 .btn-more, .section16 .btn-more, .section17 .btn-more{width: 11rem; height: 3.75rem; line-height: 3.75rem; border: none; border-radius: 3px; font-size: 1.1rem; display: inline-block;}
.section13, .section15, .section17{background-color: #f7fafc;}
@media (min-width: 768px){.section13 .banner12 .info{padding-left: 5px; padding-right: 5rem;} .section13 .banner12 .info .con{padding-top: 2rem; padding-bottom: 4rem;} }
.section14 .banner12 .img{margin-bottom: 2rem;}
@media (min-width: 768px){.section14 .banner12 .info .con{padding-top: 1rem; padding-bottom: 3rem;} }
.section15 .item{text-align: center; font-size: 1rem; margin-bottom: 2rem;}
.section15 .item p{height: 4rem; padding: 0 1rem; overflow: hidden; line-height: 2rem;}
.section15 .item img{width: 8rem; height: 8rem; display: block; margin: 0 auto 1rem;}
.section15 .item .s2{display: none;}
.section15 .item:hover .s1{display: none;}
.section15 .item:hover .s2{display: block;}
.section15 .item:hover a{color: #00a2e9;}
.section16 .item{margin-bottom: 5rem;}
.section16 .item h3{text-align: center; font-size: 1.5rem; margin-bottom: 1rem;}
.section16 .item .con{font-size:0.8rem; line-height: 2rem; text-align: center;padding: 0 2rem;}
.section16 .operate{text-align: center;}
.section17 .item{padding: .75rem;}
.section17 .item:hover{opacity: .8;}
.section17 img{display: block; background-color: #fff; border: #cccccc 1px solid;}




/* -- pager -- */
.pager{text-align: center; padding-top:40px; color: #666; font-size: 14px;}
.pager a{color: #666; text-decoration: underline;}

/* -- pager class two -- */
.pager ul{display: inline-block;*display: inline;/* border-left: 1px solid #dddddd;*/}
.pager ul li{display: inline;}
.pager ul li a{float: left; padding: 0 14px; line-height: 38px; text-decoration: none;background-color: #05a9ed;margin: 0 5px;color: #fff;    border-radius: 5px;/* border: 1px solid #dddddd; border-left-width: 0;*/}
.pager ul li a:hover{background-color: #020202;color:#fff;}
.pager ul .active a{background-color: #020202; color: #fff; cursor: default;margin:0 5px;}


.in-news {width:100%;height:auto;max-width:1400px;padding:0px 0px;margin:0 auto;position:relative;overflow:hidden;}
.in-news ul {width:100%;height:auto;overflow:hidden;}
.in-news ul li {width:100%;height:auto;overflow:hidden;padding:25px 0;border-bottom:1px #999 dashed;}
.in-news ul li .pic {width:100%;max-width:225px;height:auto;overflow:hidden;float:left;}
.in-news-a {width:135px;height:32px;line-height:32px;text-align:center;border-radius:5px;font-size:14px;display:block;float:left;margin-top:60px;background-color:#05a9ed;color:#fff;transition:all 0.3s ease;}
.in-news-a:hover {background:#020202;color:#fff;}
.in-news ul li .box {width:calc(100% - 360px);height:auto;overflow:hidden;float:left;padding:0 20px;}
.in-news ul li .box h2 {font-size:20px;font-weight:900;margin-top:10px;transition:all 0.3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;}
.in-news ul li .box h2:hover {color:#05a9ed;}
.in-news ul li .box p.tim {font-size:14px;text-align:left;color:#999;height:30px;line-height:30px;margin-bottom:10px;}
.in-news ul li .box p.tim span {display:inline-block;padding-left:40px;margin-right:20px;background-repeat:no-repeat;background-position:center left;}
.in-news ul li .box .in-news-main {font-size:14px;height:56px;overflow:hidden;line-height:2;}
@media (max-width:1200px) {.in-news ul li .in-news-a {/*display:none;*/}
.in-news ul li .box {width:calc(100% - 225px);padding-right:0px;}
}
@media (max-width:992px) {.in-news ul li .pic {/*display:none;*/}
.in-news ul li .box {width:calc(100% - 0px);padding-left:0px;}
}
@media (max-width:768px) {.in-become {width:100%;padding:0 20px;}
.in-news {width:100%;}
}

.in-news .hh-essay {width:calc(100% - 330px);max-width:1000px;float:left;margin-top:0px;}
.in-news .hh-essay .hh-essay-t h2 {text-align:left;}
.in-news .hh-essay .hh-essay-t p {text-align:left;float:left;height:40px;line-height:40px;}
.in-news .hh-essay .hh-essay-t p span {margin-left:0px;}
.in-news .hh-essay .hh-essay-t p.hh-essay-a0 {text-align:left;float:right;}
.in-news .in-news-r {width:300px;margin-left:30px;height:auto;overflow:hidden;float:right;}
.in-news .in-news-r h3 {font-size:24px;margin-top:15px;}
.in-news .in-news-r span {display:block;height:6px;width:100%;position:relative;margin-top:10px;margin-bottom:15px;}
.in-news .in-news-r span b {display:block;height:6px;width:55px;background:#020202;position:relative;z-index:11;}
.in-news .in-news-r span i {display:block;height:2px;width:100%;background:#999;position:absolute;left:0px;top:2px;z-index:10;}
.in-news .in-news-r ul {width:100%;height:auto;overflow:hidden;}
.in-news .in-news-r ul li {width:100%;height:auto;overflow:hidden;margin-bottom:10px;position:relative;line-height:2;font-size:14px;color:#666;padding:0px;padding-left:16px;transition:all 0.3s ease;border-width:0px;}
.in-news .in-news-r ul li:hover {color:#020202;}
.in-news .in-news-r ul li span {position:absolute;display:block;width:4px;height:4px;left:0px;top:2px;background:#020202;}
@media (max-width:1000px) {.in-news .in-news-r {/*display:none;*/}
.in-news .hh-essay {width:calc(100% - 0px);}
.in-news .hh-essay .hh-essay-t p {height:auto;line-height:2}
.in-news  .hh-essay-a0 {margin-right:0px;}
}
@media (max-width:600px) {.in-news .hh-essay .hh-essay-t h2 {font-size:20px;}
}
.in-news2 {width:94%;height:auto;max-width:1400px;padding:0px 0px;margin:0 auto;margin-top:40px;position:relative;overflow:hidden;}
.in-news2 ul {width:100%;height:auto;overflow:hidden;}
.in-news2 ul li {width:33.3%;height:auto;overflow:hidden;padding:10px;float:left;margin-bottom:30px;}
.in-news2 ul li .box {width:100%;height:auto;overflow:hidden;box-shadow:0px 0px 3px rgba(0,0,0,0.3);padding:10px}
.in-news2 ul li .box h2 {font-size:18px;height:50px;line-height:2;line-height:50px;margin-top:10px;transition:all 0.3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;}
.in-news2 ul li:hover .box h2 {color:#020202;}
.in-news2 ul li .box .pic span {display:block;position:absolute;height:32px;line-height:32px;background-color:rgba(240,133,25,0.8);padding-left:36px;padding-right:8px;background-image:url(../img/064.png);background-position:left center;background-repeat:no-repeat;bottom:5px;left:5px;color:#fff;}
.in-news3 {width:94%;height:auto;max-width:1400px;padding:0px 0px;margin:0 auto;margin-top:40px;position:relative;overflow:hidden;}
.in-news3 ul {width:100%;height:auto;overflow:hidden;}
.in-news3 ul li {width:33.3%;height:auto;overflow:hidden;padding:0 15px;float:left;margin-bottom:50px;}
.in-news3 ul li .box {width:100%;height:auto;overflow:hidden;}
.in-news3 ul li .box .hhpic2 .ope {width:100px;height:100px;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-50px;}
.in-news3 ul li .box .vid-t {padding:0px;margin-top:20px;}
.in-news3 ul li .box .in-news-main {font-size:14px;height:42px;overflow:hidden;}
.in-news3 ul li .box h3 {color:#0167b4;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:20px;margin-bottom:10px;transition:all 0.3s ease;}
.in-news3 ul li .box h3:hover {color:#020202;}
@media (max-width:1000px) {.in-news2 ul li {width:50%;}
.in-news3 ul li {width:50%;}
}
@media (max-width:768px) {.in-news2 ul li {width:100%;}
.in-news3 ul li {width:100%;}
.in-news2 {width:100%;padding:0px 20px;}
.in-news3 {width:100%;padding:0px 20px;}
.in-news3 ul li {padding:0 0px;}
}

.xxs{font-size:12px;padding: 10px 0;}
.views{padding:5px 0;line-height:16px;padding: 25px;background: #f7f7f7;border-radius: 5px;margin: 25px 0;}
.views img{padding:8px 0 15px; 0;border-radius:5px;}
.zy{padding: 25px;background: #f7f7f7;border-radius: 5px;margin: 25px 0;font-size:14px;}
.lift{margin-top: 60px; color: #999; font-size: 14px;/*border-top:1px solid #ccc;padding: 15px 0;*/padding: 25px;background: #f7f7f7;border-radius: 5px;margin: 25px 0;}
.lift a{color: #999;}
.lift span{margin-right: 15px;}
.urHere{color:#ccc;}
.urHere a{color:#ccc;}


.in-pro {width:100%;height:auto;max-width:1400px;padding:0 0px;margin:0 auto;margin-top:30px;}
.in-pro ul {width:100%;height:auto;overflow:hidden;}
.in-pro ul li {width:25%;padding:10px;float:left;height:auto;overflow:hidden;}
.in-pro ul li .box {border:1px solid #ddd;padding-bottom:90px;width:100%;height:auto;overflow:hidden;position:relative;}
.in-pro ul li .box .pic {width:100%;height:auto;overflow:hidden;}
.in-pro ul li .box .pic img {width:100%;display:block;height:317px;}
.in-pro ul li .box .txt {position:absolute;width:100%;height:145px;left:0px;transition:all 0.3s ease;background:#fff;bottom:-55px;border-top:1px solid #ddd;padding:16px;text-align:center;}
.in-pro ul li .box .txt h2 {font-size:16px;padding-bottom:10px;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.in-pro ul li .box .txt p {font-size:12px;padding-bottom:12px;color:#999;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.in-pro ul li .box .txt span {font-size:14px;color:#00a2e9;display:block;width:120px;line-height:36px;background:#fff;margin:0 auto;}
.in-pro ul li:hover .box .txt {background:#00a2e9;bottom:0px;border-top:0px solid #aaa;}
.in-pro ul li:hover .box .txt h2 {color:#fff;}
.in-pro ul li:hover .box .txt p {color:#fff;}
.in-pro-d {width:94%;height:auto;max-width:1400px;padding:0 0;margin:0 auto;margin-top:30px;}
.in-pro-d-l {width:50%;height:auto;overflow:hidden;float:left;}
.in-pro-d-l-box {width:100%;height:auto;overflow:hidden;max-width:585px;}
.in-pro-d-l-box .ms-showcase2-template.ms-dir-v {padding-right:120px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:110px;right:-120px;top:0;}
.in-pro-d-l-box .ms-showcase2-template .ms-view img {width:100%;display:block;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:110px;height:110px;opacity:1;border:1px solid #eee;margin-bottom:13px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected {border:1px solid #00a2e9;}
.in-pro-d-r {width:50%;height:auto;overflow:hidden;float:left;padding-left:20px;}
.in-pro-d-r h2 {font-size:32px;margin-bottom:25px;}
.in-pro-d-r h3 {font-size:24px;font-weight:500;margin-bottom:25px;}
.in-pro-d-r span {display:block;width:100%;display:block;overflow:hidden;height:1px;background-image:linear-gradient(to right,#666 0%,#666 50%,transparent 50%);background-size:10px 1px;background-repeat:repeat-x;}
.in-pro-d-r ul {width:100%;height:auto;overflow:hidden;margin-top:30px;}
.in-pro-d-r ul li {width:100%;height:auto;overflow:hidden;line-height:2;font-size:16px;padding-left:30px;background-position:top left;background-size:30px 28px;background-repeat:no-repeat;background-image:url(../img/032.png);}
.in-pro-d-r .pdm {width:100%;height:auto;overflow:hidden;}
.in-pro-d-r .pdm .hh-essay-a0 {margin-top:25px;}
.in-pro-d-r .more {display:block;width:140px;text-align:center;height:40px;line-height:40px;display:block;transition:all 0.3s ease;float:left;margin-right:10px;border-radius:20px;border:1px solid #00a2e9;margin-top:30px;color:#00a2e9;}
.in-pro-d-r .more:hover {background:#00a2e9;color:#fff;border:1px solid #00a2e9;}
.in-pro-d-c {width:94%;height:auto;max-width:1400px;padding:0 0px;margin:0 auto;position:relative;}
.in-pro-d-c .tip {width:100%;height:auto;overflow:hidden;position:relative;}
.in-pro-d-c .tip .tip2 {height:auto;overflow:hidden;float:left;padding-right:30px;display:inline-block;background:#fff;position:relative;z-index:100;font-size:24px;color:#999;font-weight:900;line-height:1;}
.in-pro-d-c .tip .tip2 h2 {line-height:1;font-size:32px;color:#333;font-weight:500;display:inline-block;margin-right:20px;}
.in-pro-d-c .tip span {position:absolute;background:#999;display:block;width:100%;height:1px;z-index:99;bottom:10px;left:0px;}
.in-pro-d-c .tip .tip2 b {display:inline-block;margin-top:10px;}
.box table {border-collapse: collapse;word-break: break-all;}
.box table td span{margin: 5px;}
.box table tr td {border: 1px solid #ccc;border-collapse: collapse;}
.in-pro-d-c .box {margin-top:30px;width:100%;height:auto;overflow:hidden;line-height:2;color:#666;font-size:14px; }
.in-pro-d-c .box p {word-wrap:break-word;}
.pro .in-hh-title h1 {color:#fff;}
.pro .in-hh-title h2 {color:#fff;}
.pro1 .swiper-slide .box {border:1px solid #ddd;padding-bottom:90px;width:100%;height:auto;overflow:hidden;position:relative;}
.pro1 .swiper-slide .box .pic {width:100%;height:auto;overflow:hidden;}
.pro1 .swiper-slide .box .pic img {width:100%;display:block;}
.pro1 .swiper-slide .box .txt {position:absolute;width:100%;height:145px;left:0px;transition:all 0.3s ease;background:#fff;bottom:-55px;border-top:1px solid #ddd;padding:16px;text-align:center;}
.pro1 .swiper-slide .box .txt h2 {font-size:18px;padding-bottom:10px;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.pro1 .swiper-slide .box .txt p {font-size:14px;padding-bottom:12px;color:#666;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.pro1 .swiper-slide .box .txt a {font-size:14px;color:#00a2e9;display:block;width:120px;height:36px;line-height:36px;background:#fff;margin:0 auto;}
.pro1 .swiper-slide:hover .box .txt {background:#00a2e9;bottom:0px;border-top:0px solid #aaa;}
.pro1 .swiper-slide:hover .box .txt h2 {color:#fff;}
.pro1 .swiper-slide:hover .box .txt p {color:#fff;}
.in-pro-b .swiper-button-prev,.in-pro-b .swiper-button-next {top:50%;width:30px;height:60px;margin-top:-60px;background-size:cover;}
.in-pro-b .swiper-button-next,.in-pro-b .swiper-conta-rtl .swiper-button-prev {background-image:url(../img/071.png);right:3px;left:auto;}
.in-pro-b .swiper-button-prev,.in-pro-b .swiper-conta-rtl .swiper-button-next {background-image:url(../img/070.png);left:0px;right:auto;}
.in-pro-b .swiper-slide {padding-bottom:4px;}
.in-pro-b .swiper-slide .box {box-shadow:1px 1px 4px rgba(0,0,0,0.3)}
@media (max-width:900px) {.in-case-t li .box h1 {font-size:20px;}
.in-case-t {padding:0 5px;}
.in-case-t li {width:calc(50% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-t li .pic {width:100%;}
.in-case-t li .box {width:calc(100% - 0px);padding:20px;}
.in-eva .box2 {padding:20px;}
.in-eva .box-l {width:100%;border-right-width:0px;height:auto;padding:20px 0;}
.in-eva .box-l h2 {margin-top:0px;}
.in-eva .box-r {width:calc(100% - 0px);height:330px;}
.in-eva-s .pic {float:none;margin:0 auto;}
.in-eva-s .txt {width:calc(100% - 0px);padding-right:0px;margin-top:20px;}
.in-eva-s .txt h3 {text-align:center;}
.in-eva-s .swiper-pagination {text-align:center;padding-right:0px;}
.in-eva-tt {margin-top:20px;}
.in-pro ul li {width:33.3%;}
.in-pro-d-l {width:100%;}
.in-pro-d-r {width:100%;margin-top:30px;}
.in-pro-d-l-box {margin:0 auto;}
}
@media (max-width:600px) {.in-case-t li {width:calc(100% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-b  .case-txt p {display:block;}
.in-case-b  .case-txt .more1 {display:block;}
.in-pro ul li {width:50%;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:80px;height:80px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:80px;right:-90px;}
.in-pro-d-l-box .ms-showcase2-template.ms-dir-v {padding-right:90px;}
.in-eva {padding-left:20px;padding-right:20px;}
.in-eva .box1 {width:100%;}
.in-case-b {padding:0 20px;}
.in-case-b {width:100%;padding:0 20px;}
.in-case-t {width:100%;padding:0 20px;}
.in-pro-d {width:100%;padding:0 20px;}
.in-pro-d-r {padding-left:0px;}
.in-pro-d-c .tip span {display:none;}
.in-pro-d-c .tip .tip2 h2 {width:100%;}
.in-pro-d-c .box {margin-top:40px;}
.in-pro-d-c {width:100%;padding:0 20px;}
.in-pro.in-pro-d-c {width:100%;padding:0 20px;}
}
@media (max-width:420px) {.in-pro ul li {width:100%;}
}


.in-pro-d {width:94%;height:auto;max-width:1400px;padding:0 0;margin:0 auto;margin-top:30px;}
.in-pro-d-l {width:50%;height:auto;overflow:hidden;float:left;}
.in-pro-d-l-box {width:100%;height:auto;overflow:hidden;max-width:585px;}
.in-pro-d-l-box .ms-showcase2-template.ms-dir-v {padding-right:120px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:110px;right:-120px;top:0;}
.in-pro-d-l-box .ms-showcase2-template .ms-view img {width:100%;display:block;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:110px;height:110px;opacity:1;border:1px solid #eee;margin-bottom:13px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected {border:1px solid #0babed;}
.in-pro-d-r {width:50%;height:auto;overflow:hidden;float:left;padding-left:20px;}
.in-pro-d-r h2 {font-size:28px;margin-bottom:25px;}
.in-pro-d-r h3 {font-size:24px;font-weight:500;margin-bottom:25px;}
.in-pro-d-r span {width:100%;display:block;overflow:hidden;height:1px;background-image:linear-gradient(to right,#666 0%,#666 50%,transparent 50%);background-size:10px 1px;background-repeat:repeat-x;}
.in-pro-d-r ul {width:100%;height:auto;overflow:hidden;margin-top:30px;}
.in-pro-d-r ul li {width:100%;height:auto;overflow:hidden;line-height:2;font-size:16px;padding-left:30px;background-position:top left;background-size:30px 28px;background-repeat:no-repeat;background-image:url(../img/032.png);}
.in-pro-d-r .pdm {width:100%;height:auto;overflow:hidden;}
.in-pro-d-r .pdm .hh-essay-a0 {margin-top:25px;}
.in-pro-d-r .more {width:140px;text-align:center;height:40px;line-height:40px;display:block;transition:all 0.3s ease;float:left;margin-right:10px;border-radius:20px;border:1px solid #0babed;margin-top:30px;color:#0babed;}
.in-pro-d-r .more:hover {background:#0babed;color:#fff;border:1px solid #0babed;}
.in-pro-d-c {width:94%;height:auto;max-width:1400px;padding:0 0px;margin:0 auto;position:relative;}
.in-pro-d-c .tip {width:100%;height:auto;overflow:hidden;position:relative;}
.in-pro-d-c .tip .tip2 {height:auto;overflow:hidden;float:left;padding-right:30px;display:inline-block;background:#fff;position:relative;z-index:100;font-size:24px;color:#999;font-weight:900;line-height:1;}
.in-pro-d-c .tip .tip2 h2 {line-height:1;font-size:32px;color:#333;font-weight:500;display:inline-block;margin-right:20px;}
.in-pro-d-c .tip span {position:absolute;background:#999;display:block;width:100%;height:1px;z-index:99;bottom:10px;left:0px;}
.in-pro-d-c .tip .tip2 b {display:inline-block;margin-top:10px;}
.box table {border-collapse: collapse;}
.box table td span{margin: 5px;}
.box table tr td {border: 1px solid #ccc;border-collapse: collapse;padding: 5px;}
.box table tr td p{text-align:left!important;font-size:1em;line-height:1.4;}
.in-pro-d-c .box {margin-top:30px;width:100%;height:auto;overflow:hidden;line-height:2;color:#666;font-size:14px; }
.in-pro-d-c .box p {word-wrap:break-word;text-align: justify;}
.pro .in-hh-title h1 {color:#fff;}
.pro .in-hh-title h2 {color:#fff;}
.pro1 .swiper-slide .box {border:1px solid #ddd;padding-bottom:90px;width:100%;height:auto;overflow:hidden;position:relative;}
.pro1 .swiper-slide .box .pic {width:100%;height:auto;overflow:hidden;}
.pro1 .swiper-slide .box .pic img {width:100%;display:block;}
.pro1 .swiper-slide .box .txt {position:absolute;width:100%;height:145px;left:0px;transition:all 0.3s ease;background:#fff;bottom:-55px;border-top:1px solid #ddd;padding:16px;text-align:center;}
.pro1 .swiper-slide .box .txt h2 {font-size:18px;padding-bottom:10px;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.pro1 .swiper-slide .box .txt p {font-size:14px;padding-bottom:12px;color:#666;overflow:hidden;transition:all 0.3s ease;text-overflow:ellipsis;white-space:nowrap;}
.pro1 .swiper-slide .box .txt a {font-size:14px;color:#0babed;display:block;width:120px;height:36px;line-height:36px;background:#fff;margin:0 auto;}
.pro1 .swiper-slide:hover .box .txt {background:#0babed;bottom:0px;border-top:0px solid #aaa;}
.pro1 .swiper-slide:hover .box .txt h2 {color:#fff;}
.pro1 .swiper-slide:hover .box .txt p {color:#fff;}
.in-pro-b .swiper-button-prev,.in-pro-b .swiper-button-next {top:50%;width:30px;height:60px;margin-top:-60px;background-size:cover;}
.in-pro-b .swiper-button-next,.in-pro-b .swiper-conta-rtl .swiper-button-prev {background-image:url(../img/071.png);right:3px;left:auto;}
.in-pro-b .swiper-button-prev,.in-pro-b .swiper-conta-rtl .swiper-button-next {background-image:url(../img/070.png);left:0px;right:auto;}
.in-pro-b .swiper-slide {padding-bottom:4px;}
.in-pro-b .swiper-slide .box {box-shadow:1px 1px 4px rgba(0,0,0,0.3)}
@media (max-width:900px) {.in-case-t li .box h1 {font-size:20px;}
.in-case-t {padding:0 5px;}
.in-case-t li {width:calc(50% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-t li .pic {width:100%;}
.in-case-t li .box {width:calc(100% - 0px);padding:20px;}
.in-eva .box2 {padding:20px;}
.in-eva .box-l {width:100%;border-right-width:0px;height:auto;padding:20px 0;}
.in-eva .box-l h2 {margin-top:0px;}
.in-eva .box-r {width:calc(100% - 0px);height:330px;}
.in-eva-s .pic {float:none;margin:0 auto;}
.in-eva-s .txt {width:calc(100% - 0px);padding-right:0px;margin-top:20px;}
.in-eva-s .txt h3 {text-align:center;}
.in-eva-s .swiper-pagination {text-align:center;padding-right:0px;}
.in-eva-tt {margin-top:20px;}
.in-pro ul li {width:33.3%;}
.in-pro-d-l {width:100%;}
.in-pro-d-r {width:100%;margin-top:30px;}
.in-pro-d-l-box {margin:0 auto;}
}
@media (max-width:600px) {.in-case-t li {width:calc(100% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-b  .case-txt p {display:block;}
.in-case-b  .case-txt .more1 {display:block;}
.in-pro ul li {width:50%;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:80px;height:80px;}
.in-pro-d-l-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:80px;right:-90px;}
.in-pro-d-l-box .ms-showcase2-template.ms-dir-v {padding-right:90px;}
.in-eva {padding-left:20px;padding-right:20px;}
.in-eva .box1 {width:100%;}
.in-case-b {padding:0 20px;}
.in-case-b {width:100%;padding:0 20px;}
.in-case-t {width:100%;padding:0 20px;}
.in-pro-d {width:100%;padding:0 20px;}
.in-pro-d-r {padding-left:0px;}
.in-pro-d-c .tip span {display:none;}
.in-pro-d-c .tip .tip2 h2 {width:100%;}
.in-pro-d-c .box {margin-top:40px;}
.in-pro-d-c {width:100%;padding:0 20px;}
.in-pro.in-pro-d-c {width:100%;padding:0 20px;}
}
@media (max-width:420px) {.in-pro ul li {width:100%;}
}
.ms-sbar .ms-bar {display:none;}
.w90 {width:94%;}
.w90-1 {width:100%;}
.w90-2 {width:94%;}
@media (max-width:600px) {.w90 {width:100%;padding-right:20px;padding-left:20px;}
.w90-1 {padding-left:20px;padding-right:20px;}
.w90-2 {width:100%;}
}
#willesPlay {max-width:900px;}


.in-case-t {width:100%;height:auto;max-width:1400px;padding:0 0px;margin:0 auto;margin-top:30px;}
.in-case-t li {width:100%;height:auto;overflow:hidden;margin-bottom:30px;background:#f7f7f7;}
.in-case-t li .pic {width:390px;height:auto;overflow:hidden;float:left;}
.in-case-t li .box {width:calc(100% - 390px);padding:35px 30px;height:auto;overflow:hidden;float:left;}
.in-case-t li .box h1 {font-size:24px;transition:all 0.3s ease;}
.in-case-tt {margin-top:15px;height:84px;overflow:hidden;font-size:14px;color:#666;line-height:2;}
.in-case-t li .box .more {display:block;width:140px;height:36px;line-height:36px;transition:all 0.3s ease;text-align:center;border:1px solid #0babed;border-radius:5px;color:#0babed;margin-top:15px;}
.in-case-t li .box h1:hover {color:#0babed;}
.in-case-t li .box .more:hover {background:#0babed;color:#fff;}
@media (max-width:900px) {.in-case-t li .box h1 {font-size:20px;}
.in-case-t {padding:0 5px;}
.in-case-t li {width:calc(50% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-t li .pic {width:100%;}
.in-case-t li .box {width:calc(100% - 0px);padding:20px;}
@media (max-width:600px) {.in-case-t li {width:calc(100% - 20px);margin-left:10px;margin-bottom:20px;margin-right:10px;float:left;}
.in-case-t {width:100%;padding:0 20px;}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}


.my-map{ margin: 0 auto; width: 100%;max-width:900px; height: 200px; }
.my-map .icon{ background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir{ height: 31px; width: 28px; }
.my-map .icon-cir-blue{ background-position: -11px -55px; }
.amap-container{height: 100%;}