body{padding-bottom: 43px;background: #f1f1f1;}
.sub-nav2018:after,.information-list:after, .hd-cont:after {content: '\0020';display: block;clear: both;}
/* .e-pop-hd {background: #aaa;} */
/* .hd-spacing{height: 61px;} */
.copy-fixed{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 10;background: #fff;border-top: 1px solid #eee;}
.hd-cont {
    padding: 15px 16px 35px;
}

.hd-box.hd-fixed{position: absolute;top: 0;left: 0;right: 0;z-index: 19;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#66000000', endColorstr='#00FFFFFF');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}

.banner-box {
    width: 100%;
    margin: 0;
}

.container, .copyright{width: 1180px;margin: 0 auto;}
.container{padding: 20px 0;}
.cont__bd{width: 1180px;min-height: 500px;}
.cont-rig{float: right;width: 308px;}
.info-list li{padding: 25px 20px;}

.hd-cont h1{width: 279px;height: 57px;background: url(../img/logo.png) no-repeat center center;background-size: 80%;float: left;}
.hd-nav{float: right;margin: 12px 0 0 20px;}
.hd-nav li{float: left;margin-right: 30px;}
.hd-nav li>a{display: block;height: 40px;line-height: 40px;font-size: 16px;color: #fff;}
.search-model{margin: 12px 12px 0;float: right;}

.navbar-wrap {width: 100%;background: #333;}
.sub-nav2018 {width: 1180px;margin: 0 auto;border: 0;}
.sub-nav2018 ul{width: 875px;float: left;}
.sub-nav2018 li{float: left;margin-top: -1px;position: relative;width: 125px;height: 60px;text-align: center;}
.sub-nav2018 li a{display: inline-block;text-align: center;height: 60px;font: 16px/60px '\5FAE\8F6F\96C5\9ED1';padding: 0 7px;color: #fff;}
.sub-nav2018 li.active a{position: relative;}
.sub-nav2018 li.active>a:after{position: absolute;left: 0;bottom: 0;content: '\20';display: block;width: 100%;border-bottom: 3px solid #58b8e7;z-index: 2;}
.sub-nav2018 li.classify-li:hover .classify{display: block;}
.sub-nav2018 li.classify-li>a {position: relative;}
.sub-nav2018 li.classify-li>a::before {content: '\20';display: block;width: 12px;height: 12px;background: url(../img/icons/arrow-dn.png) no-repeat center center;
    background-size: 100%;position: absolute;top: 25px;right: -10px;transition: all .3s;}
.sub-nav2018 li.classify-li:hover>a::before {
    transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);
}
.classify-li .classify{display: none;width: 474px;position: absolute;left: 50%;margin-left: -237px;top: 56px;z-index: 9;
    background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .2);padding: 15px 0;}
.classify-li .classify::before {
    content: '\20';
    top: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;    
} 
.sub-nav2018 li.classify-li .classify::after {content: '\20';display: block;clear: both;}  
.sub-nav2018 li.classify-li .classify dd {float: left;min-width: 98px;margin: 0 10px 0;} 
.sub-nav2018 li.classify-li .classify dd.on a {color: #58b8e7;}   
.sub-nav2018 li.classify-li .classify a{height: 34px;line-height: 34px;color: #333;font-size: 14px;}

.cont__bd {
    width: 1220px;
    margin: 0 auto; 
}

.information-list {
    padding-left: 20px;
}

.information-list li {
    float: left;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}

.information-list li:hover {
    box-shadow:0 0 15px rgba(45,50,55,.3);
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-4px);
    -ms-transform:translateY(-4px);
    -o-transform:translateY(-4px);
    transform:translateY(-4px)
}

.information-list li a {
    display: block;
    position: relative;
}

.information-list .info-pic img {
    display: block;
    width: 380px;
    height: 250px;
}

.information-list li .info {
    background: #fff;
    padding: 10px 15px;
}

.information-list li .title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    line-height: 1.5;
}

.information-list li .title:hover a {
    color: #f40;
}

.information-list li .abstract {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    height: 50px;
    padding: 10px 0 0;
    margin-bottom: 10px;
    text-align: justify;
}

.information-list li .other {
    font-size: 12px;
    color: #999;
}


.screening{position: relative;z-index: 1;background: #fff;}
.sc-title{font:14px/30px 'Simsun';color: #3a3a32;height: 30px;background: #eef1f8;padding: 0 15px;}
.sc-title span{font-size:12px;color: #c7c7c7;}
.kw-row{overflow: hidden;padding: 4px 0;border-bottom: 1px solid #f1f1f1;-webkit-transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.kw-row ul{overflow: hidden;}
/* .kw-row:last-child{border-bottom: none;} */
.kw-row dt{float: left;font:12px/30px 'Simsun';width: 80px;padding-left: 15px;color: #000;}
.kw-row dd{float: left;width: 600px;line-height: 30px;text-align: justify;color: #555;overflow: hidden;height: 30px;*height: 30px;}
.kw-row dd li{float: left;display: inline;line-height: 18px;padding: 6px 10px 6px 22px;color: #555;position: relative;}
.kw-row li em{display: inline;height: 12px;width: 1px;overflow: hidden;background: #e1e0e0;position: absolute;left: -9px;top: 10px;z-index: 2;}
.kw-row dd li span{cursor: pointer;padding: 2px 8px;}
.kw-row dd li span:hover{background: #0064c4;color: #fff;}
.kw-row dd li.active span{background: #0064c4;color: #fff;}
.kw-row dd.choices{float: right;width: 100px;text-align: right;}
.kw-row dd.choices a{background: #fff;padding: 4px 2px;text-align: center;border: 1px solid #e8e8e8;;border-radius: 3px;font-family: 'Simsun';margin: 0 7px 0 0;position: relative;top:0px;color: #888;}
.kw-row dd.choices a:hover span,.kw-row dd.choices a:hover{border-color: #ff7300;}
.kw-row dd.choices span{font:20px 'Microsoft yahei';position: relative;top:3px;margin-left: 2px;}
.kw-row.on dd{height: auto;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.amore span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px 5px 0px;
    border-style: solid;
    border-color: #aaa;
    border-image: none;
    border-width: 1px 1px 0px 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.kw-row.on .choices .amore span{-webkit-transform:rotate(-45deg);-moz-transform: rotate(-45deg);ransform: rotate(-45deg);top:7px;}
/* .select-time{width: 120px;position: relative;border: 1px solid #c7c7c7;} */
/* .rows dd .select-time input,.select-time input{margin: 0;color: #c7c7c7;padding: 0 6px;display: block;height: 20px;line-height: 20px;width: 100px;border: 0;}
.select-time i{display: block;position: absolute;top:3px;right: 3px;z-index: 2;width: 16px;height: 16px;background: url(../images/icon-group.png) -144px 0 no-repeat;} */
.find-terms{padding: 7px 0;}
.find-terms li{float: left;color: #666;}
.find-terms li span{margin:0 10px 0 15px;}
.find-terms li input[type="text"]{width: 146px;padding: 2px 4px;height: 19px;line-height: 19px;border: 1px solid #e4e4e4;}
.btn-clear,.btn-search{height: 25px;line-height: 19px;color: #fff;cursor: pointer;width: 55px;background: #fc8026;border: 1px solid #e77019;font-size: 12px;display: inline-block;margin-right: 7px;}
.btn-clear{background: #949494;border: 1px solid #888786;}

.contact-bar {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 99;
    margin-top: -120px;
    width: 40px;
}

.contact-bar li {
    margin-bottom: 10px;
    background: #777;
    height: 40px;
    position: relative;
    width: 40px;
}

.contact-bar .ct-txt, .contact-bar .ct-code {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    left: auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 0;
    line-height: 40px;
    background-color: #777;
    overflow: hidden;
}

.contact-bar .ct-code {
    line-height: 1;
    -webkit-transition: none;
    transition: none;
}

.contact-bar .ct-code img {
    width: 100%;
    display: block;
}

.contact-bar li.open:hover .ct-txt {
    width: 140px;
}

.contact-bar li.open:hover .ct-code {
    width: 160px;
    overflow: visible;
}

.contact-bar li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    float: right;
}

.contact-bar li a i {
    display: block;
    width: 30px;
    margin: 0 auto;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.ico__contact-us {
    background-image: url(../img/icons/contact-us.png);
}

.ico__contact-qq {
    background-image: url(../img/icons/contact-qq.png);
}

.ico__contact-phone {
    background-image: url(../img/icons/contact-phone.png);
}

.ico__contact-qrcode {
    background-image: url(../img/icons/contact-qrcode.png);
}

.back-to-top {
    background-image: url(../img/icons/arrow-up.png);
}