@charset "utf-8";

/*首页*/
.index-header {
    height: 784px;
    background: url("/frontdesk/images/index01.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.index-nav {
    overflow: hidden;
    margin-top: 45px;
}

.csj-logo {
    font-size: 30px;
    color: #fff;
}

.index-nav ul {
    overflow: hidden;
    margin-top: 25px;
}

.index-nav ul li {
    float: left;
    margin-left: 65px;
    color: #fff;
}

.index-nav ul li a {
    padding: 0 8px;
    color: #fff;
}

/*商桥*/
.fixbg {
    height: 100%;
    width: 5px;
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 999;
}

.yc {
    right: -30px;
}

.fix_con {
    position: absolute;
    top: 30%;
}

.fix_con>ul>li>a {
    display: block;
    width: 60px;
    height: 50px;
    padding-top: 10px;
    background: #5462c9;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.fix_con>ul>li {
    position: relative;
    background-color: #454545;
    margin-left: -35px;
    margin-bottom: 1px;
}

.fix_con>ul>li:hover {
    background-color: #5462c9;
}

.fix_con>ul>li>div {
    background-color: #5462c9;
    display: none;
    position: absolute;
    right: 60px;
    top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px;
}

.fix_con>ul>li:hover div {
    display: block;
}

.fix_con>ul>li>div.ewm {
    padding: 10px;
}

.fix_con>ul>li>div.dh {
    width: 170px;
}

.fix_con>ul>li>div.qykf {
    width: 60px;
}

.fix_con>ul>li>div.tjxq {
    width: 60px;
}

.fix_con>ul>li>div.sq {
    width: 30px;
    height: 35px;
    line-height: 35px;
}

.fix_con>ul>li>div.hdb {
    width: 50px;
}

.fix_con>ul>li.hdb {
    margin-top: 165px;
}

.fixbg .sz {
    position: absolute;
    right: 25px;
    top: 40%;
    display: none;
}

.fixbg .sz a {
    display: block;
}

.back2Top {
    position: fixed;
    bottom: 10px;
    background: #5462c9;
    right: 10px;
    width: 60px;
    height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

/* 首页搜索 */
.index-searchBox {
    margin-top: 150px;
}

.list-header-search {
    width: 700px;
    height: 60px;
    background: #fff;
    border-radius: 3px;
}

.search-left {
    width: 640px;
}

.list-header-service {
    position: relative;
    height: 65px;
}

.list-header-project {
    font-size: 16px;
    padding: 0 10px 0 20px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #333;
}

.list-header-search input {
    font-size: 16px;
    width: 500px;
    height: 60px;
    margin-left: 30px;
}

.header-search-btn {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.list-header-service {
    position: relative;
}

.list-select {
    display: none;
    position: absolute;
    z-index: 100;
;
    border-radius: 3px;
    background: #fff;
    margin-top: 5px;
    overflow: hidden;
}

.list-select li {
    width: 85px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
}

.list-select li:hover {
    background: #f5f5f5;
}

.list-select li a {
    color: #333;
    font-size: 14px;
}

.hot-search,
.hot-search ul {
    overflow: hidden;
}

.hot-search ul {
    margin-left: 265px;
    margin-top: 20px;
}

.hot-search ul li {
    float: left;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}

.hot-search ul li a {
    font-size: 12px;
    color: #fff;
}

.index-classify {
    height: 115px;
    margin-top: 155px;
}

/* .index-classify>ul{margin-left:50px;} */
.index-classify>ul>li {
    float: left;
    margin-right: 28px;
    position: relative;
    cursor: pointer;
}

.index-classify>ul>li span {
    position: absolute;
    display: block;
    width: 119px;
    bottom: 20px;
    color: #fff;
    text-align: center
}

.submenu-box {
    position: absolute;
    overflow: hidden;
    top: 120px;
    display: none;
    width: 450px;
}

.submenu-box img {
    display: block;
    margin-left: 30px;
    opacity: 0.9
}

.submenu-box ul {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    height: 45px;
}

.submenu-box ul li {
    float: left;
    padding: 0 10px;
    line-height: 45px
}

.submenu-box ul li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    height: 35px;
}

.submenu-box ul li a:hover {
    border-bottom: 1px solid #386FEC;
    color: #386FEC;
}

.developing {
    position: absolute;
    top: 115px;
    background: rgba(125, 125, 127, 0.8);
    width: 100%;
    padding: 10px 0 15px 0;
    display: none
}

.developing li {
    font-size: 16px;
    margin-top: 5px;
}

.developing li a {
    display: block;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.developing li a:hover {
    background: #959596
}

/* 轮播图 */
/* .index-banner{overflow:hidden;margin-top:50px;}
#csj-banner{width:725px;height:385px;}
#csj-banner .carousel-indicators span{width:30px;height:4px;border-radius:unset;}
.index-newsBox,.index-news{overflow:hidden;}
.index-news{width:438px;}
.index-news h3{height:25px;background:url("/frontdesk/images/index14.png") no-repeat left;padding-left:15px;font-size:18px;color:#333;font-weight:bold}
.index-news h3 a{display:inline-block;width:56px;height:23px;border:1px solid #C5C5C5;color:#999999;font-size:14px;padding-left:12px;background:url("/frontdesk/images/index15.png") no-repeat 45px center;line-height:25px;font-weight:normal}
.index-news ul{overflow:hidden;margin-top:10px;margin-left:17px;}
.index-news ul li{overflow:hidden;margin-bottom:10px;}
.index-news ul li a{font-size:14px;display:block;}
.i-news-content{color:#666;display:inline-block;width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.i-news-content:hover{color:#999;}
.i-news-time{color:#4F4F4F;} */
.index-banner {
    overflow: hidden;
    margin-top: 50px;
}

#csj-banner {
    width: 725px;
    height: 385px;
}

#csj-banner .carousel-indicators span {
    width: 30px;
    height: 4px;
    border-radius: unset;
}

#csj-banner .carousel-prev-btn,
#csj-banner .carousel-next-btn {
    height: 70px;
    width: 30px;
    margin-top: -35px;
}

#csj-banner .carousel-prev-btn {
    background-image: url("/frontdesk/images/buttonLeft.png");
    left: 30px;
}

#csj-banner .carousel-next-btn {
    background-image: url("/frontdesk/images/buttonRight.png");
    right: 30px;
}

.index-newsBox {
    overflow: hidden;
}

.index-news {
    width: 438px;
}

.index-news h3 {
    height: 25px;
    background: url("/frontdesk/images/index14.png") no-repeat left;
    padding-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.index-news h3 a {
    display: inline-block;
    width: 56px;
    height: 23px;
    border: 1px solid #C5C5C5;
    color: #999999;
    font-size: 14px;
    padding-left: 12px;
    background: url("../../images/index15.png") no-repeat 45px center;
    line-height: 25px;
    font-weight: normal
}

.scroll-a {
    height: 140px;
    overflow: hidden;
    margin-top: 10px;
}

.scroll-a ul li {
    margin-bottom: 15px;
}

.scroll-a ul li a {
    font-size: 14px;
    display: block;
    height: 20px;
}

.i-news-content {
    color: #666;
    display: inline-block;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.i-news-content:hover {
    color: #999;
}

.i-news-time {
    color: #C4C4C4;
}

/* 物联网链接 */
.IoT-link {
    overflow: hidden;
    margin-top: 70px;
}

.index-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold
}

.index-title img {
    padding: 0 20px;
}

.IoT-link ul {
    overflow: hidden;
    margin-top: 45px;
}

.IoT-link ul li {
    float: left;
    width: 33%;
    height: 305px;
    position: relative;
}

.IoT-link ul li:first-child {
    background: url("/frontdesk/images/index18.png") no-repeat center;
    background-size: cover;
}

.IoT-link ul li:nth-child(2) {
    margin: 0 0.5%;
    background: url("/frontdesk/images/index19.png") no-repeat center;
    background-size: cover;
}

.IoT-link ul li:last-child {
    background: url("/frontdesk/images/index20.png") no-repeat center;
    background-size: cover;
    float: right;
}

.IoT-link ul li span {
    position: absolute;
    z-index: 5;
    color: #FFFFFF;
    font-size: 24px;
    bottom: 10%;
    right: 12%;
}

.IoT-shade {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none
}

.IoT-shade h4 {
    width: 50%;
    height: 75px;
    color: #fff;
    line-height: 25px;
    margin-top: 12%;
    margin-left: 15%;
    overflow: hidden;
}

/* 大科学装置绿色通道 */
.install-green {
    overflow: hidden;
    margin-top: 65px;
}

.install-green ul {
    overflow: hidden;
    margin-top: 40px;
}

.install-green ul li {
    float: left;
    margin-right: 106px;
}

.install-green ul li:last-child {
    margin-right: 0;
}

.install-green ul li h2 {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400
}

.install-green ul li h5 {
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 20px;
}

.install-green ul li h5 img {
    margin-right: 5px;
}

.green-box {
    width: 291px;
    height: 291px;
    border: 5px solid #e3edf6;
    padding: 11px;
    border-radius: 100%;
    position: relative;
}

.i-green-img {
    width: 291px;
    height: 291px;
    border-radius: 100%;
    overflow: hidden;
}

.i-green-img img {
    width: 100%;
    height: 100%;
}

.i-green-shade {
    position: absolute;
    overflow: hidden;
    width: 291px;
    height: 291px;
    border-radius: 100%;
    background: rgba(125, 161, 240, 0.6);
    top: 11px;
    display: none
}

.i-green-shade h4 {
    width: 223px;
    height: 154px;
    text-align: center;
    margin-top: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.i-green-shade a {
    display: inline-block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url("/frontdesk/images/index36.png") no-repeat center;
    color: #fff;
    margin-top: 15px;
}

/* 科学仪器共享 */
.install-s-bg {
    overflow: hidden;
    background: #F7F7F7;
    margin-top: 60px;
    padding: 45px 0 35px;
}

.install-share h3 {
    position: relative;
    height: 40px;
}

.install-share h3 a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 38px;
    border: 1px solid #C5C5C5;
    color: #999999;
    font-size: 14px;
    padding-left: 25px;
    background: url("/frontdesk/images/index15.png") no-repeat 70px center;
    line-height: 40px;
    font-weight: normal;
    text-align: left
}

.install-share ul {
    overflow: hidden;
    margin-top: 45px;
}

.install-share ul li {
    float: left;
    width: 280px;
    margin-right: 23px;
    margin-bottom: 20px;
}

.install-share ul li:nth-child(4n) {
    margin-right: 0;
}

.install-share ul li:hover .i-share-img {
    opacity: 0.8
}

.i-share-img {
    width: 280px;
    height: 280px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.i-share-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.install-share ul li h5 {
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 15px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.install-share ul li h4 {
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.install-share ul li h4 img {
    margin-right: 5px;
}

/* 研发托管&科技社群 */
.research-tech {
    overflow: hidden;
    margin-top: 60px;
}

.research-save {
    width: 565px;
}

.research-save ul {
    overflow: hidden;
    margin-top: 30px;
}

.research-save ul li {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.research-save ul li:hover {
    opacity: 0.8
}

.research-save ul li a {
    display: inline-block;
    width: 280px;
    height: 220px;
}

.research-save ul li:nth-child(2n) {
    margin-right: 0;
}

.research-save ul li h4 {
    text-align: center;
    margin-top: 150px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.tech-society {
    overflow: hidden;
    width: 570px;
}

.tech-society ul {
    overflow: hidden;
    margin-top: 35px;
}

.tech-society ul li {
    border-bottom: 1px solid #E8E8E8;
    padding: 12px 0 12px 5px;
    overflow: hidden;
    height: 45px;
    line-height: 45px
}

.tech-society ul li:first-child {
    padding-top: 0;
}

.tech-society ul li:hover .tech-type {
    color: #666;
}

.tech-society ul li h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tech-society ul li h5 {
    color: #999;
    font-size: 16px;
}

.tech-type {
    color: #333;
}

.tech-s-more {
    display: inline-block;
    margin-top: 15px;
    float: right;
    width: 106px;
    height: 46px;
    border: 2px solid #999;
    color: #333;
    padding-left: 50px;
    line-height: 46px;
    background: url("/frontdesk/images/index55.png") no-repeat 105px center;
    font-weight: bold;
}


/* 政策资讯 */
.policy-n-bg {
    margin-top: 60px;
    padding: 40px 0 20px 0;
    background: #FBFBFB;
}

.policy-news {
    overflow: hidden;
}

.policy-news .index-title {
    margin-bottom: 40px;
}

.index-title {
    overflow: hidden;
}

.policy-l-img {
    width: 374px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.policy-l-video {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.policy-l-img img {
    width: 100%;
    height: auto;
}

.policy-side {
    width: 380px
}

.policy-side h4,
.policy-center li h4 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.policy-side h5,
.policy-center li h5 {
    font-size: 14px;
    color: #CAC9C9;
    margin-top: 5px;
}

.policy-side>img {
    margin-top: 30px;
    margin-left: 30px;
}

.policy-l-shade {
    background: rgba(242, 113, 117, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 35px 40px 0 35px;
    box-sizing: border-box;
    display: none
}

.policy-l-shade img {
    width: 19px;
}

.policy-l-shade h2 {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
}

.policy-l-shade a {
    display: inline-block;
    bottom: 30px;
    right: 30px;
    width: 90px;
    height: 33px;
    border: 1px solid #fff;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    background: url("/frontdesk/images/index45.png") no-repeat 80px;
    line-height: 35px;
    position: absolute;
}

.policy-center {
    margin-left: 59px;
}

.policy-center li {
    width: 314px;
    margin-bottom: 30px;
}

.policy-m-img {
    width: 314px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.policy-m-img img {
    width: 100%;
    height: auto;
}

.policy-m-shade {
    background: rgba(242, 113, 117, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 15px 25px 0 25px;
    box-sizing: border-box;
    display: none
}

.policy-m-shade img {
    width: 15px;
}

.policy-m-shade h2 {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    margin-top: 5px;
    height: 66px;
    overflow: hidden;
}

.policy-m-shade a {
    display: inline-block;
    bottom: 15px;
    right: 25px;
    width: 80px;
    height: 25px;
    border: 1px solid #fff;
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    background: url("/frontdesk/images/index45.png") no-repeat 65px;
    background-size: 15px;
    line-height: 25px;
    position: absolute;
}

.p-l-shade-a h2 {
    height: 132px;
}

.p-l-shade-b h2 {
    height: 110px;
}

.policy-more {
    margin-top: 110px;
}

/* 培训活动 */
.index-activity {
    overflow: hidden;
    margin-top: 60px;
}

.index-activity>ul {
    margin-top: 55px;
    background: url("../../images/index57.png") no-repeat center;
    overflow: hidden;
}

.index-activity>ul>li {
    width: 595px;
}

.index-activity>ul>li:nth-child(2n-1) {
    float: left;
}

.index-activity>ul>li:nth-child(2n) {
    float: right;
}

.index-a-imgbox {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.index-a-imgbox img {
    width: 100%;
    height: auto;
}

.index-a-content {
    width: 295px;
    margin: 0 25px;
}

.index-a-content ul {
    overflow: hidden;
}

.index-a-content ul li {
    color: #999;
    font-size: 14px;
    width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}

.index-activity ul li:hover .index-a-imgbox {
    opacity: 0.8
}

.index-activity ul li:hover h2 {
    color: #666;
}

.index-a-content h2 {
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.index-a-content h4 {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
}

.index-a-content h5 {
    font-size: 14px;
    color: #999;
    font-weight: bold;
    margin-top: 20px;
}

.index-activity .tech-s-more {
    float: unset;
    text-align: left
}

/* 加盟机构 */
.join-insti-bg {
    overflow: hidden;
    margin-top: 65px;
    padding: 55px 0 70px 0;
    background: #386FEC
}

.join-insti {
    overflow: hidden;
}

.join-insti .index-title {
    color: #fff;
}

.insti-a {
    overflow: hidden;
    margin-top: 40px;
}

.insti-a li,
.insti-b li {
    float: left;
    margin-right: 5px;
    width: 393px;
    position: relative;
    height: 210px;
    cursor: pointer;
}

.insti-a li:last-child,
.insti-b li:last-child {
    margin-right: 0;
}

.index-insimg {
    float: left;
    width: 210px;
    height: 210px;
    overflow: hidden;
    position: relative;
    background: #fff
}

.index-insimg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ins-title {
    position: absolute;
    right: 0;
    background: url("/frontdesk/images/index43.png") no-repeat;
    width: 200px;
    height: 210px;
    z-index: 5;
}

.ins-title h2 {
    width: 130px;
    font-size: 16px;
    color: #333;
    margin-top: 70px;
    margin-left: 45px;
    text-align: center
}

.insti-b {
    overflow: hidden;
    margin-top: 5px;
}

.insti-b .index-insimg {
    float: right;
}

.ins-title-b {
    left: 0;
    background: url("/frontdesk/images/index58.png") no-repeat;
    position: absolute;
    width: 200px;
    height: 210px;
    z-index: 5;
}

.ins-btn {
    position: absolute;
    bottom: 30px;
    left: 65px;
    display: inline-block;
    width: 88px;
    height: 28px;
    border: 1px solid #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: none
}

.ins-title-b h2 {
    width: 140px;
    font-size: 16px;
    color: #333;
    margin-top: 60px;
    margin-left: 20px;
    text-align: center
}

.ins-title-b .ins-btn {
    left: 45px;
}

.ins-more {
    display: inline-block;
    margin-top: 40px;
    width: 106px;
    height: 46px;
    text-align: left;
    border: 2px solid #fff;
    color: #fff;
    padding-left: 50px;
    line-height: 46px;
    background: url("/frontdesk/images/index45.png") no-repeat 105px center;
    font-weight: bold;
}

/* 广告条 */
.index-adBox {
    overflow: hidden;
    height: 170px;
    border: 1px solid #DDDDDD;
    background: #FEFDFD
}

.index-ad {
    height: 170px;
    background: url("/frontdesk/images/index46.png") no-repeat center;
}

/* 长三角创新一体化联盟 */
.become-one {
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 100px;
}

.become-one h2 {
    font-size: 40px;
    text-align: center
}

.union-class {
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
    margin-top: 60px;
    background: url(/frontdesk/images/index60.png) no-repeat center 78px;
}

.union-class li {
    float: left;
    text-align: center;
    margin-right: 129px;
}

.union-class li:last-child {
    margin-right: 0;
}

.union-img {
    height: 52px;
    margin-bottom: 15px;
}

.union-class li h3 {
    font-size: 24px;
    color: #666;
    display: inline-block;
    height: 38px;
    border-bottom: 2px solid #fff;
}

.unino-city {
    overflow: hidden;
    width: 990px;
    margin: 0 auto;
    margin-top: 40px;
}

.unino-city li {
    float: left;
    font-size: 18px;
    margin-right: 36px;
}

.unino-city li:last-child {
    margin-right: 0;
}

.unino-city li a {
    color: #999;
}

.unino-city li a:hover {
    color: #666;
}

.unino-cur {
    color: #386FEC !important;
    border-bottom: 1px solid #386FEC !important;
}

.h-img {
    display: none
}

/* End 首页 */

/* 仪器详情 */
.product-detail-bg {
    background: #FAFAFA;
    height: 410px;
    padding: 30px 0;
    box-sizing: border-box;
}

.product-detail-l {
    width: 910px;
    border-right: 1px solid #DCDCDC;
}

.product-img {
    width: 350px;
    height: 350px;
    background: #F1F1F1;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.product-infor {
    margin-left: 40px;
    width: 490px;
}

.product-infor h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 25px 0;
}

.p-basicinfor {
    overflow: hidden;
    margin-bottom: 10px;
}

.p-basicinfor li {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-infor h3 {
    color: #999;
    font-size: 16px;
}

.product-infor h3 img {
    opacity: 0.5;
    margin-right: 5px;
}

.product-operate {
    overflow: hidden;
    margin-top: 35px;
}

.p-reserve-btn {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: url("/frontdesk/images/detail02.png") no-repeat center;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.p-reserve-btn:hover {
    opacity: 0.9
}

.p-reserve-btn1 {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: url("/frontdesk/images/detail02.png") no-repeat center;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.p-reserve-btn1:hover {
    opacity: 0.9
}

.product-operate ul {
    overflow: hidden;
    float: right;
}

.product-operate ul li {
    float: left;
    margin-left: 25px;
}

.product-operate ul li a {
    display: inline-block;
    line-height: 60px;
    color: #999;
    font-size: 14px;
}

.product-operate ul li a img {
    margin-right: 7px;
}

.product-detail-r {
    width: 279px;
    overflow: hidden;
}

.product-detail-r h3 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 5px 0 15px 0;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-detail-r h4 {
    width: 260px;
    height: 250px;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    /*text-indent:2em;*/
}

.product-detail-r h4 span {
    font-size: 14px !important;
    color: #999;
    line-height: 25px;
    font-family: "Microsoft Yahei" !important;
}

.product-detail-r a {
    float: right;
    display: block;
    margin-top: 35px;
    font-size: 14px;
    color: #666;
}

.product-detail-r a img {
    margin-left: 10px;
    margin-top: -2px;
}

.product-string {
    overflow: hidden;
    padding: 35px 0 65px 10px;
}

.product-string h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.product-string ul {
    overflow: hidden;
    margin-top: 35px;
}

.product-string ul li {
    margin-bottom: 30px;
    overflow: hidden;
}

.string-title {
    display: block;
    width: 140px;
    color: #333;
    font-size: 16px;
    float: left;
    line-height: 35px;
    font-weight: bold;
}

.string-content {
    display: block;
    width: 1040px;
    float: left;
    color: 666;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}

.m-reserve-box {
    width: 650px;
    height: 490px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 1000;
    top: 0;
    box-shadow: 0 0 80px #999;
    display: none
}

.delete-icon {
    position: absolute;
    right: -80px;
    top: -70px;
    cursor: pointer;
}

.m-reserve-box h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.first-four {
    overflow: hidden;
    margin-left: 55px;
    margin-top: 30px;
}

.first-four li {
    float: left;
    margin-bottom: 10px;
    width: 260px;
}

.first-four li label,
.last-five li label {
    color: #666;
    font-size: 16px;
}

.first-four li label span,
.last-five li label span {
    color: #EF3232;
    margin-right: 3px;
}

.first-four li input,
.last-five li input {
    border-bottom: 1px solid #EAEAEA;
    height: 30px;
    font-size: 16px;
}

.last-five {
    overflow: hidden;
    margin-left: 55px;
}

.last-five li {
    margin-bottom: 10px;
}

.width-sure {
    display: inline-block;
    width: 108px;
    box-sizing: border-box;
}

.last-l-sp {
    padding-left: 10px;
    color: #999 !important;
}

.input-a {
    width: 153px;
    margin-left: 15px;
}

.input-b {
    width: 188px;
    margin-left: 15px;
}

.input-c {
    width: 163px;
    margin-left: 15px;
}

.input-d {
    width: 158px;
    margin-left: 15px;
}

.input-e {
    width: 418px;
    margin-left: 15px;
}

.input-f {
    width: 388px;
    margin-left: 15px;
}

.input-g {
    width: 400px;
}

.m-reserve-btn {
    margin-top: 20px;
    overflow: hidden;
}

.m-reserve-btn a {
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background: #F15054;
    text-align: center;
    border-radius: 55px;
}

.m-reserve-btn a:hover {
    opacity: 0.9
}

/* 仪器列表 */
.machine-list-box {
    overflow: hidden;
    padding: 15px 0 40px 0;
}

.machine-class {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.machine-class h3,
.machine-locate h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    width: 80px;
    float: left;
    line-height: 30px
}

.m-class-box {
    overflow: hidden;
}

.machine-class li,
.machine-locate li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 35px;
    margin-bottom: 5px;
}

.machine-class li a,
.machine-locate li a {
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding: 0 14px;
}

.machine-class li a:hover {
    background: #386FEC;
    color: #fff;
}

.machine-locate {
    overflow: hidden;
    margin-top: 20px;
}

.machine-locate li a:hover {
    color: #999;
}

.machine-list {
    overflow: hidden;
    margin-top: 35px;
}

.machine-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 226px;
    height: 300px
}

.machine-list li:hover {
    opacity: 0.9
}

.machine-list li:nth-child(5n) {
    margin-right: 0;
}

.machine-list li a {
    display: inline-block;
}

.list-img {
    width: 226px;
    height: 226px;
    overflow: hidden;
    border-radius: 10px
}

.list-img img {
    height: 226px;
    min-height: 226px;
    min-width: 226px
}

.machine-list li h4 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.machine-list li h5 {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.machine-list li h5 img {
    opacity: 0.5;
    margin-right: 5px;
}

/* 服务机构 */
.institute-infor-bg {
    height: 310px;
    background: #FAFAFA;
    padding-top: 40px;
    box-sizing: border-box;
}

#insti-banner {
    width: 295px;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}

#insti-banner img {
    height: 100%;
}

#insti-banner .carousel-btn {
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

#insti-banner .carousel-prev-btn {
    background: url("/frontdesk/images/banner-arrow-l.png") no-repeat center;
    left: 10px;
}

#insti-banner .carousel-next-btn {
    background: url("/frontdesk/images/banner-arrow-r.png") no-repeat center;
    right: 10px;
}

.insti-content {
    overflow: hidden;
    width: 860px;
    position: relative;
}

.insti-content h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 5px 0 15px 0;
}

.insti-operate {
    position: absolute;
    right: 30px;
    overflow: hidden;
    top: 10px;
}

.insti-operate li {
    float: left;
    margin-left: 25px;
}

.insti-operate li a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
}

.insti-operate li a img {
    margin-right: 7px;
}

.insti-basic {
    overflow: hidden;
}

.insti-basic li {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.insti-content h4 {
    padding-right: 35px;
    overflow-y: scroll;
    height: 125px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.insti-content h4 span {
    font-size: 14px !important;
    color: #999;
    line-height: 25px;
    font-family: "Microsoft Yahei" !important;
}


.institute-product {
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 60px;
}

.inpr-title-box {
    overflow: hidden;
}

.inpr-title-box h3 {
    font-size: 20px;
    color: #333;
    float: left;
    margin-left: 20px;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px
}

.inpr-title-box h3 span {
    color: #F15054;
}

.institute-product .machine-list {
    margin-top: 20px;
}

.inpr-boder {
    border-color: #F15054 !important;
}

/* 登录 */
.login-box {
    overflow: hidden;
    margin-top: 10vh;
}

.login-box>img {
    margin-left: -80px;
}

.login-phone {
    width: 360px;
    margin: 0 auto;
    margin-top: 3vh;
}

.login-pwd {
    width: 360px;
    margin: 0 auto;
    margin-top: 2.3vh
}

.login-phone input,
.login-pwd input {
    width: 356px;
    height: 46px;
    border: 2px solid #33ABF8;
    font-size: 16px;
    background: none;
    border-radius: 46px;
    text-align: center;
    color: #fff;
}

.login-btn,
.reg-btn {
    display: block;
    margin-top: 2.7vh;
    width: 360px;
    height: 50px;
    line-height: 50px;
    background: #F1A123;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50px
}

.login-btn:hover,
.reg-btn:hover {
    opacity: 0.9
}

.forget-box {
    width: 360px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2.3vh;
}

.forget-box>a {
    float: left;
    margin-left: 25px;
    font-size: 14px;
    color: #fff;
}

.forget-box>span {
    float: right;
    margin-right: 8px;
}

.forget-box>span input {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    float: left;
    margin-right: 5px;
}

.forget-box>span input:checked {
    background: url("/frontdesk/images/login03.png") no-repeat center;
}

.forget-box>span label {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    float: left
}

.register-link {
    display: block;
    margin-top: 2vh;
    color: #A5E2FF;
    font-size: 16px;
    text-decoration: underline;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%
}

.other-way-box {
    overflow: hidden;
    width: 360px;
    margin: 0 auto;
}

.third-way,
.joint-way {
    overflow: hidden;
}

.third-way h3,
.joint-way h3 {
    color: #A5E2FF;
    font-size: 14px;
    margin: 20px 0 10px 0;
}

.third-way h3 {
    text-align: left
}

.joint-way h3 {
    text-align: right
}

.third-way li,
.joint-way li {
    float: left;
    width: 40px;
    position: relative;
}

.third-way li {
    margin-right: 5px;
}

.joint-way li {
    margin-left: 5px;
}

.way-img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #fff;
}

.way-img img {
    width: 25px;
}

.way-shade {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    display: none;
}


/* 注册 */
.register-box {
    margin-top: 9.72vh;
}

.register-box>img {
    margin-left: -45px;
}

.reg-fill-box {
    width: 360px;
    margin: 0 auto;
    text-align: left;
    margin-top: 15px;
}

.reg-fill {
    width: 356px;
    height: 46px;
    border: 2px solid #33ABF8;
    border-radius: 46px;
    position: relative;
    margin-top: 10px;
}

.reg-fill input {
    position: absolute;
    z-index: 1;
    height: 46px;
    line-height: 46px;
    background: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 46px;
    padding-left: 30px;
}

.reg-fill h5 {
    position: absolute;
    z-index: 0;
    left: 30px;
    font-size: 16px;
    color: #fff;
    top: 12px;
    width: 95px;
    text-align: left
}

.reg-fill h5 span {
    margin-right: 5px;
}

.get-code {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    color: #6AE5FF;
    font-size: 16px;
}

.reg-link {
    display: block;
    margin-top: 45px;
    color: #A5E2FF;
    font-size: 16px;
    text-decoration: underline;
}

/* 科技社群 */
.ts-tab {
    overflow: hidden;
    width: 555px;
    margin: 0 auto;
    margin-top: 25px;
}

.ts-tab li {
    float: left;
    width: 115px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    margin-right: 105px;
}

.ts-tab li:last-child {
    margin-right: 0;
}

.ts-tab li:hover,
.ts-tab-on {
    background: #386FEC;
    color: #fff !important;
}

.ts-locate-filter {
    overflow: hidden;
    height: 43px;
    border: 1px solid #ECECEC;
    margin-top: 25px;
}

.ts-locate-filter li {
    float: left;
    margin: 0 45px 0 25px;
    line-height: 43px;
}

.ts-locate-filter li a {
    font-size: 14px;
    color: #666;
}

.ts-locate-filter li a:hover {
    color: #5B78F7;
}

.ts-content {
    padding-bottom: 85px;
}

.ts-expert {
    padding-top: 30px;
}

.ts-expert li {
    float: left;
    height: 300px;
    width: 180px;
    margin-right: 72px;
}

.ts-expert li:nth-child(5n) {
    margin-right: 0;
}

.ts-expert li:hover .ts-img {
    box-shadow: 0 0 25px #9f9f9f
}

.ts-expert li a {
    display: inline-block;
}

.ts-img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
}

.ts-img img {
    width: 100%;
    height: 100%;
}

.ts-expert li h3 {
    text-align: center;
    margin-top: 15px;
    color: #333;
    font-size: 16px;
}

.ts-expert li h4 {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.ts-expert li h4 img {
    opacity: 0.5;
    position: relative;
    top: -2px;
}

.ts-expert li h4 span {
    margin: 0 5px 0 7px;
}

.ts-expert li h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: #999;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kj-classify {
    margin-top: 25px;
}

.kj-top {
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.kj-top li {
    float: left;
}

.kj-top li a {
    font-size: 14px;
    color: #666;
    width: 100px;
    text-align: center;
    display: block;
    line-height: 35px;
    height: 35px;
}

.kj-hide {
    display: none;
    clear: both;
}

.kj-bottom {
    padding-bottom: 50px;
}

.kj-bottom li {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px;
    overflow: hidden;
}

.kj-bottom li:hover {
    background: #f5f5f5;
}

.kj-bottom li a {
    overflow: hidden;
    display: block;
}

.kj-btleft {
    width: 1070px;
    float: left;
}

.kj-right {
    float: right;
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.kj-btleft h5 {
    font-size: 16px;
    color: #333;
}

.kj-btleft h6 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.hd-al {
    overflow: hidden;
    margin-top: 25px;
}

.hd-list {
    overflow: hidden;
    margin-bottom: 20px;
}

.hd-list li {
    width: 360px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.hd-list li:nth-child(3n) {
    margin-right: 0;
}

.hd-list li h6,
.hd-list li p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.hd-list li span {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 16px;
    display: block;
    border: 1px solid #ececec;
}

.hd-img {
    width: 360px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.mask {
    width: 360px;
    height: 250px;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    display: none;
}

.hd-list li a:hover .mask {
    display: block;
}

.hd-img img {
    width: 100%;
    height: auto;
}

.kj-top li a:hover,
.fl-click {
    color: #5b78f7 !important;
}

.classify-title {
    font-size: 16px;
    color: #333;
    float: left;
    padding-left: 10px;
    line-height: 35px
}

.kj-down {
    background: url(/frontdesk/images/down.png) no-repeat 72px center;
}

.kj-up {
    background: url(/frontdesk/images/up.png) no-repeat 72px center;
}

/* 政策资讯 */
/* .policy-news-box{overflow:hidden;margin-bottom:65px;}
.news-filter{overflow:hidden;height:120px;border:1px solid #ECECEC;margin-top:25px;}
.news-filter ul{height:35px;font-size: 14px;color:#666;}
.news-filter ul:first-child{margin-top:10px;}
.news-filter li{float:left;margin:0 10px 0 25px;line-height:35px;}
.news-filter li a{font-size: 14px;color:#666;display:inline-block;width:60px;}
.news-filter li a:hover{color:#5B78F7;}
.news-list{overflow:hidden;margin-bottom:5px;}
.news-list li{height:80px;line-height:80px;border-bottom:1px solid #e8e8e8;}
.news-list li:hover .p-content{color:#5b78f7;}
.news-list li a{display:inline-block;width:100%}
.p-content{display:inline-block;width:750px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;float:left;font-size: 16px;color:#333;}
.p-time{float:right;font-size: 16px;color:#999;}
.policy-selected{color: #5B78F7 !important;} */
.policy-news-box {
    overflow: hidden;
    margin-bottom: 65px;
    clear: both
}

.policyNewsLeft {
    width: 220px;
    background: #FAFAFA;
    margin-top: 25px;
}

.policyNewsLeft>ul {
    margin: 50px 0 60px 0;
}

.policyNewsLeft>ul>li {
    padding-left: 40px;
    color: #333;
    font-size: 18px;
    margin-bottom: 30px;
}

.policyNewsLeft>ul>li:first-child {
    margin-bottom: 20px;
}

.policyNewsLeft>ul>li>a {
    color: #333;
    font-size: 18px;
}

.policyNewsLeft>ul>li>a:hover {
    color: #386FEC;
}

.policyNewsSecondMenu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    padding-left: 40px
}

.policyNewsSecondMenu li a:hover,
.policyNewsCur {
    background: #386FEC;
    color: #fff !important;
}

.policyNewsSecondMenu li:last-child {
    margin-bottom: 20px;
}

.policyNewsRight {
    width: 950px;
}

.news-filter {
    overflow: hidden;
    border: 1px solid #ECECEC;
    margin-top: 25px;
    padding-bottom: 10px;
}

.news-filter ul {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.news-filter ul:first-child {
    margin-top: 10px;
}

.news-filter li {
    float: left;
    margin-right: 60px;
    padding: 5px 0;
}

.news-filter>ul>li:first-child {
    width: 60px;
    margin: 0 10px 0 25px;
}

.news-filter li a {
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.news-filter li a:hover {
    color: #5B78F7;
}

.policyKeyword {
    padding-right: 20px;
    margin-top: 10px;
}

.policyKeyword img {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.policyKeyword div {
    overflow: hidden;
    display: inline-block;
    padding-left: 95px;
    display: none
}

.news-list {
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8;
}

.news-list li:hover .p-content {
    color: #5b78f7;
}

.news-list li a {
    display: inline-block;
    width: 100%
}

.p-content {
    display: inline-block;
    width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 16px;
    color: #333;
}

.p-time {
    float: right;
    font-size: 16px;
    color: #999;
}

.techNewsFliter {
    border: 1px solid #ECECEC;
    height: 50px;
    overflow: hidden;
    margin-top: 25px;
}

.techNewsFliter li {
    float: left;
    margin: 0 20px;
    line-height: 50px
}

.techNewsFliter li a {
    font-size: 14px;
    color: #666;
}

.techNewsFliter li a:hover,
.fliterOn {
    color: #386FEC !important;
}

.seniorFliter {
    width: 950px;
    border: 1px solid #ECECEC;
    margin-top: 25px;
    padding: 25px 58px 5px 20px;
    box-sizing: border-box;
}

.seniorFliter ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.seniorFliter ul:last-child {
    margin-bottom: 0;
}

.seniorFliter ul h3,
.seniorFliter h3 {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #666;
    float: left
}

.seniorFliter ul li {
    float: left;
    margin-right: 40px;
}

.seniorFliter ul li input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.seniorFliter ul li input[type="checkbox"]:checked {
    background: #386FEC url("../../images/gg.png") no-repeat center;
    border: 1px solid #386FEC;
}

.seniorFliter ul li span {
    float: left;
    font-size: 14px;
    color: #999;
}

.policyClass li {
    margin-bottom: 20px;
}

#distpicker3 select {
    width: 185px;
    height: 45px;
    border: 1px solid #EFEFEF;
    float: left;
    outline: none;
    border-radius: 3px;
    margin-right: 25px;
}

.TitleSp {
    height: 45px;
    line-height: 45px
}

.policyFastInput {
    margin: 20px 0 0 0 !important;
}

.policyFastDetail {
    margin-bottom: 65px !important;
}

/* 培训活动 */
/* .training-list{margin-top:20px;overflow:hidden;}
.training-list li{height:430px;width:360px;margin-bottom:30px;float:left;margin-right:55px;}
.training-list li:nth-child(3n){margin-right:0;}
.train-click{display:inline-block;}
.train-click:hover{opacity:0.8}
.train-img{width:360px;height:220px;overflow:hidden;position:relative;}
.train-img img{width:100%;position:absolute;height:auto;top:0;bottom:0;left:0;right:0;margin:auto;}
.train-click h3{width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size: 16px;margin-top:15px;}
.training-list li h4{color:#666;font-size: 14px;margin-top:5px;}
.train-status{overflow:hidden;margin-top:15px;}
.train-free{font-size: 22px;color:#F15054;}
.train-count{line-height:30px;font-size: 14px;color:#999;}
.train-count a{color:#227CCA;margin-left:5px;}
.train-btn{display:inline-block;width:358px;height:48px;border:1px solid #ECECEC;line-height:48px;font-size: 18px;text-align:center;margin-top:25px;}
.train-ok{color:#386FEC;}
.train-stop{color:#666;} */
.trainTab {
    overflow: hidden;
    margin: 50px 0 20px 0;
}

.trainTab li {
    float: left;
    margin-right: 75px;
}

.trainTab li:first-child {
    margin-left: 255px;
}

.trainTab li a {
    display: block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    border-radius: 3px
}

.trainTab li a:hover,
.trainTabOn {
    background: #386FEC;
    color: #fff !important;
}

.trainFliter {
    border: 1px solid #ECECEC;
    padding: 20px 0 0 20px;
}

.trainFliter>ul {
    margin-bottom: 8px;
    overflow: hidden;
}

.trainFliter>ul>li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.trainFliter>ul>li:first-child {
    margin-right: 0;
}

.trainFliter>ul>li>a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    border-radius: 3px
}

.trainFliter>ul>li>a:hover {
    color: #386FEC;
}

.timeOpen li a {
    padding: 0 15px;
}

.selectYear {
    margin-right: 20px !important;
}

.selectYear select {
    outline: none;
    width: 110px;
    height: 30px;
    font-size: 16px;
    color: #999;
    border-radius: 3px
}

.hotLabel li a {
    padding: 0 10px;
}

.trainTechClass {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #EFEFEF;
    padding-left: 45px;
}

.trainTechClass li {
    float: left;
    margin-right: 135px;
    line-height: 50px
}

.trainTechClass li a {
    font-size: 16px;
    color: #333;
}

.trainTechClass li a:hover,
.trainTechClassOn {
    color: #386FEC !important;
}

.training-list {
    margin-top: 20px;
    overflow: hidden;
}

.training-list li {
    height: 430px;
    width: 360px;
    margin-bottom: 30px;
    float: left;
    margin-right: 55px;
}

.training-list li:nth-child(3n) {
    margin-right: 0;
}

.train-click {
    display: inline-block;
}

.train-click:hover {
    opacity: 0.8
}

.train-img {
    width: 360px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.train-img img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.train-click h3,
.trainShow h3 {
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

/* .training-list li h4{color:#666;font-size: 14px;margin-top:5px;} */
.training-list li h4 {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.train-status {
    overflow: hidden;
    margin-top: 15px;
}

.train-free {
    font-size: 22px;
    color: #F15054;
}

.train-count {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.train-count a {
    color: #227CCA;
    margin-left: 5px;
}

.train-btn {
    display: inline-block;
    width: 358px;
    height: 48px;
    border: 1px solid #ECECEC;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}

.train-ok {
    color: #386FEC;
}

.train-stop {
    color: #666;
}

.trainShow li {
    height: 355px;
}

.trainShow li a {
    display: block
}

.trainShow li a:hover h3 {
    color: #386FEC;
}

.trainShow li a:hover img {
    opacity: 0.8;
}

.trainShow h5 {
    width: 360px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    margin-top: 10px;
}

/* 活动案例详情 */
.trainShowDetail {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 100px;
}

.trainShowDetailLeft {
    width: 208px;
    border: 1px solid #E6E6E6;
}

.trainShowDetailLeft h2 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #F5F5F5;
    font-size: 18px;
    color: #333;
}

.trainShowDetailLeft ul {
    padding: 0 15px 30px 15px;
}

.trainShowDetailLeft ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #E6E6E6;
}

.trainShowDetailLeft ul li:last-child {
    border-bottom: none;
}

.trainShowDetailLeft ul li a {
    line-height: 22px;
    font-size: 14px;
    color: #333;
    display: block;
    height: 44px;
}

.trainShowDetailRight {
    width: 960px;
}

.trainShowDetailRight h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.trainShowDetailRight ul {
    margin: 30px 0;
}

.trainShowDetailRight ul li {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-indent: 2em;
    text-align: justify;
}

.trainShowDetailRight ul li:last-child {
    margin-bottom: 0;
}

.trainShowDetailRight img {
    height: 260px;
    margin: 0 20px;
}

/* 实验室活动详情 */
.trainLabDetail {
    overflow: hidden;
    margin-top: 40px;
}

.trainLabDetail h2 {
    width: 625px;
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.trainLabTop {
    overflow: hidden;
    margin-top: 40px;
}

.trainLabImg {
    width: 268px;
    height: 268px;
    border: 1px solid #ECECEC;
    padding: 15px;
    box-sizing: border-box;
}

.trainLabImg img {
    width: 100%;
    height: auto;
}

.trainLabInfor {
    width: 890px;
}

.trainLabBlueBox {
    background: #F2FBFF;
    padding: 20px 105px 0 40px;
    overflow: hidden;
    height: 150px;
    box-sizing: border-box;
}

.trainLabBlueBox ul li {
    font-size: 18px;
    color: 333;
    text-align: left;
    margin-bottom: 15px;
}

.word-sp {
    font-weight: bold;
}

.word-sp span {
    color: #FF8800;
    font-size: 24px;
    font-style: italic;
}

.trainLabBlueBox h3 {
    background: url("../../images/train03.png") no-repeat center 50px;
    width: 55px;
    margin-top: 8px;
}

.trainLabBlueBox h3 span {
    display: block
}

.signCount {
    color: #386FEC;
    font-weight: bold;
    font-size: 38px;
}

.signWord {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
}

.trainLabLabel {
    overflow: hidden;
    margin: 25px 0 25px 0;
}

.trainLabLabel li {
    float: left;
    font-size: 16px;
    color: #666;
    margin-right: 80px;
}

.trainLabBtn {
    overflow: hidden;
}

.trainLabBtn a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 105px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.trainDownload {
    background: #ff8800
}

.trainToSign {
    background: #386FEC
}

.trainToSign1 {
    background: red
}

.trainLabBottom {
    overflow: hidden;
    border: 1px solid #ECECEC;
    margin-top: 40px;
    margin-bottom: 70px;
}

.trainLabTab {
    overflow: hidden;
    background: #F5F5F5
}

.trainLabTab li {
    float: left;
    width: 130px;
    margin-right: 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.trainLabTab li:hover,
.trainLabTabOn {
    background: #386FEC;
    color: #fff !important;
}

.trainLabContent {
    text-align: left;
    padding-left: 35px;
    padding-bottom: 40px;
}

.trainLabContent h3 {
    color: #333;
    font-size: 16px;
    margin-top: 25px;
}

.trainLabContent ul li {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* 培训活动表单 */
.trainSignFormBox {
    margin-top: 50px;
}

.trainSignFormBox h2 {
    font-size: 24px;
    color: #5B78F7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
}

.trainSignFormBox h2 span {
    color: #666;
    font-size: 16px;
    font-weight: normal;
}

.trainSignFormBox form {
    margin-left: 210px;
    overflow: hidden;
}

.trainSignFormBox form ul,
.trainSignFormBox form div {
    overflow: hidden;
    margin-bottom: 20px;
}

.trainSignFormBox form ul li {
    float: left;
    width: 345px;
    margin-right: 100px;
    line-height: 45px
}

.trainSignFormBox form ul li:last-child {
    margin-right: 0;
}

.trainSignFormBox form label {
    width: 70px;
    display: block;
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: right
}

.trainSignFormBox form label span {
    color: #FF0000;
    margin-right: 5px;
}

.trainSignFormBox form input {
    float: left;
    margin-left: 15px;
}

.trainSignFormBox form ul input[type="text"] {
    width: 258px;
    height: 43px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    padding-left: 15px;
    box-sizing: border-box;
}

.trainSignFormBox form input[type="radio"] {
    width: 15px;
    height: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    margin-top: 15px;
}

.trainSignFormBox form input[type="radio"]:checked {
    background: #386FEC url("../../images/gg.png") no-repeat center;
    border: 1px solid #386FEC;
}

.trainSignFormBox form div span {
    line-height: 45px
}

.selectValue {
    float: left;
    font-size: 14px;
    color: #333;
    margin: 0 45px 0 10px;
}

#addressDetail3 {
    margin-left: 85px;
}

.trainSignBtn {
    margin: 45px 0 45px 260px !important;
}

.trainSignBtn a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    text-align: center
}

.trainSignCancel {
    background: #DDDDDD
}

.trainSignSubmit {
    background: #386FEC;
    margin-left: 25px;
}

/* 加盟机构列表 */
.jm-box {
    overflow: hidden;
    margin: 30px 0 55px 0;
}

.jm {
    overflow: hidden;
    margin-top: 25px;
}

.jm li {
    width: 190px;
    float: left;
    margin-right: 58px;
    margin-bottom: 30px;
}

.jm-img {
    width: 192px;
    height: 192px;
}

.jm-img img {
    width: 100%;
    height: auto
}

.jm li:nth-child(5n) {
    margin-right: 0;
}

.jm li a {
    text-align: center;
    color: #6666;
}

.jm li h6 {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jm li img {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.jm li span {
    font-size: 14px;
    text-align: center;
    display: block;
    background: url(/frontdesk/images/jm-icon_03.png) no-repeat 60px center;
}

/*需求发布*/
.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    z-index: 100000;
    display: none
}

.require-popup {
    width: 670px;
    height: 520px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 100001;
    display: none
}

.require-title {
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    margin-left: 280px;
}

.re-close {
    margin: 20px;
}

.re-left span {
    color: #ff0000;
    margin-right: 5px;
    float: left;
}

.re-left {
    width: 100px;
    text-align: right;
    line-height: 45px;
}

.re-right input {
    width: 442px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    text-indent: 10px;
}

.re-left h6 {
    font-size: 16px;
    color: #333;
    float: left;
}

.require-top {
    overflow: hidden;
}

.re-form {
    overflow: hidden;
    padding: 30px 60px 50px 60px;
}

.re-text {
    width: 422px;
    height: 100px;
    border: 1px solid #eee;
    padding: 10px;
}

.re-form li {
    overflow: hidden;
    margin-bottom: 20px;
}

.require-tj {
    width: 175px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    background: #f15054;
    border-radius: 20px;
}

.re-close {
    cursor: pointer;
}

.re-text::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
}

.re-text::-moz-placeholder {
    font-size: 14px;
    color: #666;
}

.re-text:-ms-input-placeholder {
    font-size: 14px;
    color: #666;
}

.mj-title h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.mj-line {
    width: 44px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background: #386fec;
    margin-top: 15px;
}

.mj-img {
    margin-top: 45px;
}

.mj-one {
    margin-top: 80px;
    overflow: hidden;
}

.mj-one .jm {
    margin-bottom: 60px;
}

.z-join>li {
    float: left;
    margin-left: 80px;
}

.z-join {
    margin-top: 45px;
}

.z-join a {
    display: block;
    border-radius: 100%;
    transition: transform 0.1s;
    position: relative;
}

.z-join a:hover {
    box-shadow: 0px 0px 20px #ccc;
    border-radius: 100%;
    transform: translate(0, -15px);
}

.z-join-shade {
    position: absolute;
    top: 0;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    background: rgba(125, 161, 240, 0.6);
    display: none
}

.z-join-shade ul {
    margin-top: 100px;
}

.z-join-shade li {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.mj-more {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

/* 高端人才 */
.talent-bg {
    height: 690px;
    background: url("/frontdesk/images/talent01.png") no-repeat center;
    background-size: cover;
}

.talent-data {
    overflow: hidden;
}

.talent-data ul {
    width: 855px;
    overflow: hidden;
    margin: 35px 0 55px 0;
}

.talent-data ul li {
    float: left;
    width: 244px;
    height: 171px;
    margin-right: 60px;
    text-align: center
}

.talent-data ul li:first-child {
    background: url("/frontdesk/images/talent02.png") no-repeat center;
}

.talent-data ul li:nth-child(2) {
    background: url("/frontdesk/images/talent03.png") no-repeat center;
}

.talent-data ul li:last-child {
    background: url("/frontdesk/images/talent04.png") no-repeat center;
    margin-right: 0;
}

.talent-data ul li h2 {
    margin-top: 80px;
    font-size: 18px;
    color: #F31818;
}

.talent-data ul li h2 span {
    font-size: 24px;
}

.talent-data ul li h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

.talent-people {
    overflow: hidden;
    height: 424px;
}

.talent-first {
    width: 311px;
    height: 424px;
    position: relative;
    overflow: hidden;
}

.talent-first a,
.talent-second a,
.talent-third a {
    display: inline-block;
    width: 100%;
}

.talent-first img {
    width: 100%;
    height: auto;
}

.talent-first p {
    height: 424px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -424px;
    color: #ffffff;
    z-index: 2;
}

.talent-first .talent-name {
    margin-top: 295px;
}

.talent-second {
    margin-left: 6px;
    overflow: hidden;
    width: 582px;
}

.talent-second li {
    float: left;
    position: relative;
    width: 190px;
    height: 209px;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
}

.talent-second li:nth-child(3n) {
    margin-right: 0;
}

.talent-second li p,
.talent-third li p {
    height: 209px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -209px;
    color: #ffffff;
    z-index: 2;
}

.talent-first p i,
.talent-second li p i,
.talent-third li p i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.talent-second li img {
    width: 190px;
    height: 209px;
    display: block;
}

.talent-third {
    overflow: hidden;
    width: 285px;
    margin-left: 6px;
}

.talent-third li {
    float: left;
    position: relative;
    width: 140px;
    height: 209px;
    margin-bottom: 6px;
    overflow: hidden;
}

.talent-third li:first-child {
    margin-right: 5px;
}

.talent-third li:last-child {
    width: 285px;
}

.talent-third li img {
    width: 100%;
    height: 100%;
}

.talent-name {
    display: block;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 95px;
}

.talent-university {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talent-area {
    display: block;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talent-chart {
    overflow: hidden;
    margin: 70px 0 85px 0;
}

.talent-chart li {
    float: left;
    width: 567px;
    margin-right: 56px;
    height: 420px;
}

.talent-chart li:nth-child(2n) {
    margin-right: 0;
}

.talent-chart li>div {
    width: 567px;
    height: 354px;
    overflow: hidden;
    line-height: 345px;
}

.talent-chart li h3 {
    margin: 20px 0;
    font-size: 18px;
    color: #666;
    text-align: center
}

/*研发托管*/
.yf-bg {
    background: #fff;
}

.yf-center {
    width: 1190px;
    height: 1652px;
    margin: 0 auto;
    background: url(/frontdesk/images/yf-bg_03.jpg) no-repeat center center;
}

.yf-content {
    overflow: hidden;
    width: 1075px;
    margin: 80px auto 0;
}

.yf-img {
    width: 481px;
    height: 399px;
}

.yf-img img {
    width: 100%;
    height: auto;
}

.yf-text li {
    font-size: 26px;
    color: #999;
    line-height: 50px;
}

.yf-text {
    margin-left: 120px;
    margin-top: 20px;
}

.yf-text li span {
    color: #3a52d8;
    font-size: 36px;
    margin-right: 25px;
    font-weight: bold;
}

.yf-model {
    overflow: hidden;
}

.yf-text-dis {
    margin-left: 50px;
    margin-top: 120px;
}

.yf-sp {
    margin-top: 210px;
}

/*End 研发托管*/
/* 大科学装置详情 */
.install-detail {
    overflow: hidden;
    margin: 30px 0 30px 0;
}

.install-img {
    width: 410px;
    height: 350px;
    overflow: hidden;
}

.install-img img {
    width: 100%;
    height: auto;
}

.install-detail .product-infor {
    margin-left: 60px;
}

.install-content {
    overflow: hidden;
    border: 1px solid #F1F1F1;
    margin-bottom: 40px;
}

.install-type {
    overflow: hidden;
    margin: 0 20px;
    border-bottom: 1px solid #F1F1F1;
}

.install-type li {
    float: left;
    height: 65px;
    font-size: 18px;
    line-height: 80px;
    margin-right: 70px;
    color: #333;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.install-cur,
.install-type li:hover {
    border-bottom: 3px solid #386FEC !important;
    color: #386FEC !important;
}

.install-type li:first-child {
    margin-left: 55px;
}

.install-tab {
    overflow: hidden;
    margin: 40px 40px 170px 50px;
    display: none
}

.install-a li {
    overflow: hidden;
    margin-bottom: 20px;
}

.install-title {
    display: inline-block;
    width: 115px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: right;
    float: left;
    line-height: 34px
}

.install-infor {
    float: left;
    width: 950px;
    margin-left: 30px;
    line-height: 34px;
    color: #333;
    text-align: justify;
}

.install-b li {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 30px
}

.install-c,
.install-c ul {
    overflow: hidden;
}

.install-c h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
}

.install-c ul li {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-indent: 2em
}

.install-c ul h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 20px 0;
}

.install-c ul h5 {
    font-size: 18px;
    text-indent: 2em;
    margin: 25px 0 10px 0;
}

.install-c ul h6 {
    font-size: 14px;
    color: #333;
}

.install-d,
.install-d ul {
    overflow: hidden;
}

.install-d ul li {
    float: left;
    width: 520px;
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-right: 55px;
    margin-top: 20px;
}

.install-d ul li:nth-child(2n) {
    margin-right: 0;
}

.install-d ul li img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block
}

/* 政策资讯详情 */
.policy-news-detail {
    background: white;
    padding: 50px 25px 50px 20px;
}

.zx_title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
}

.zx_title h3 {
    font-size: 22px;
    font-weight: bold;
}

.zx_title ul {
    overflow: hidden;
}

.zx_title ul li {
    display: inline-block
}

.zx-basic {
    margin: 25px 0 15px 0;
}

.zx-basic li {
    margin-right: 35px;
    font-size: 12px;
    color: #999999;
}

.zx-basic li:last-child {
    margin-right: 0px
}

.zx-basic li img {
    vertical-align: middle;
    margin-right: 10px
}

.special_1 {
    font-size: 14px !important
}

.zx-label li {
    width: 68px;
    height: 25px;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 25px;
    font-size: 12px
}

.zx-label li a {
    color: #666666;
}

.zx_article {
    padding-top: 25px
}

.zx_article ul {
    overflow: hidden;
}

.zx_article ul li {
    text-indent: 2em;
    font-size: 14px;
    color: #666666;
    line-height: 25px
}

.specail_3 {
    text-indent: 0em !important;
    margin: 25px 0 15px 0;
}

.special_4,
.special_5 {
    margin-top: 30px;
}

.special_5 {
    text-indent: 4em !important
}

.pre_next {
    margin-top: 70px
}

.pre_next a {
    font-size: 14px;
}

.pre_next a:hover {
    color: #386FEC;
}

.pre_next a:first-child {
    float: left
}

.pre_next a:last-child {
    float: right
}

/* 你问我答详情 */
.wd_title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
}

.p-reply-btn {
    display: inline-block;
    width: 85px;
    height: 40px;
    line-height: 60px;
    background: url("/frontdesk/images/detail02.png") no-repeat center;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.questions-and-answers-list {
    overflow: hidden;
    margin-bottom: 5px;
}

.questions-and-answers-list li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8;
}

/*.answers-content{font-size: 16px;color:#333;}*/
/*关于平台*/
.stationHeadBg {
    height: 260px;
    overflow: hidden;
    background: url("../../images/station01.png") no-repeat center;
    position: relative;
}

.stationHeadBg h3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: 85px;
}

.stationHeadBg h3 img {
    margin-right: 30px;
}

.stationHeadBg ul {
    position: absolute;
    bottom: 0;
    background: #c7e9f6;
    height: 50px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    overflow: hidden;
    padding-left: 180px;
    box-sizing: border-box;
}

.stationHeadBg ul li {
    float: left;
    height: 46px;
    line-height: 46px;
    width: 120px;
    text-align: center;
    margin-right: 235px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.stationHeadBg ul li:after {
    content: '';
    position: absolute;
    height: 4px;
    bottom: -4px;
    width: 0;
    left: 50%;
    transition: all .5s;
    background: #386FEC;
}

.stationHeadBg ul li:hover:after {
    left: 0;
    width: 100%;
}

.stationOn {
    border-bottom: 4px solid #386FEC;
    color: #386FEC !important;
}

.stationContentBox {
    overflow: hidden;
    margin-bottom: 160px;
}

.ScontactUs {
    overflow: hidden;
    margin-top: 55px;
}

.ScontactUs li {
    float: left;
    width: 370px;
    height: 460px;
    background: #FAFAFA;
    border-radius: 20px;
    margin-right: 40px;
}

.ScontactUs li:last-child {
    margin-right: 0;
}

.contactImg {
    overflow: hidden;
    margin-top: 50px;
}

.ScontactUs li h2 {
    margin-top: 70px;
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.ScontactUs li h3 {
    margin-top: 40px;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.stationAbout h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.stationAbout h4 {
    line-height: 30px;
    color: #333;
}

.stationAbout,
.stationLaw {
    margin-top: 30px;
}

.stationLaw h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.stationLaw li {
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}

/* 需求大厅 */
.requireHallBox {
    margin: 40px 0 60px 0;
}

.publishInput {
    overflow: hidden;
    margin: 20px 0;
}

.publishInput input {
    width: 344px;
    height: 43px;
    border: 1px solid #ECECEC;
    border-right: none;
    font-size: 14px;
    padding-left: 10px;
}

.pSearchBtn {
    width: 65px;
    height: 45px;
    background: #386FEC;
    text-align: center;
    line-height: 45px;
    display: block
}

.publishBtn {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    background: #386FEC;
    margin-left: 15px;
}

.requireList>li {
    height: 140px;
    box-sizing: border-box;
    padding: 25px 70px 0 10px;
    border: 1px solid #ECECEC;
    margin-bottom: 10px;
}

.requireList>li:hover {
    box-shadow: 0 0 5px #999
}

.requireList>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.requireList>li>a>span {
    font-size: 18px;
    float: right;
    margin-top: 35px;
}

.hasSolved {
    color: #999;
}

.solving {
    color: #ebab00;
}

.notSolve {
    color: #D40707;
}

.requireListContent {
    width: 810px;
}

.requireListContent h3,
.requireListContent h4 {
    width: 810px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: 400;
}

.requireListContent h4 {
    color: #999;
    margin-top: 15px;
    font-size: 14px;
}

.requireListContent ul {
    overflow: hidden;
    margin-top: 10px;
}

.requireListContent ul li {
    float: left;
    margin-right: 70px;
    font-size: 14px;
    color: #999;
}

#buyer-time-b input {
    height: 30px;
    width: 140px;
    border: 1px solid #F0F0F0;
    float: left;
    margin-right: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}

#buyer-time-b label {
    float: left;
    color: #999;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 10px;
}

/*需求发布表单*/
.requirePublishBox {
    margin-top: 50px;
}

.requirePublishBox h2 {
    font-size: 24px;
    color: #5B78F7;
    font-weight: bold;
    text-align: center
}

.requirePublishBox h2 span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.requirePublishBox form {
    margin-left: 270px;
    margin-top: 45px;
}

.requireFill {
    overflow: hidden;
    margin-bottom: 20px;
}

.requireFill label {
    float: left;
    display: inline-block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: right;
}

.requireFill label span {
    color: #FF0000;
    margin-right: 5px;
}

.requireFill input,
.requireFill textarea {
    float: left;
    margin-left: 15px;
}

.requireFill input {
    width: 338px;
    height: 43px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}

.requireFill textarea {
    width: 600px;
    height: 160px;
    border: 1px solid #EFEFEF;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px
}

#distpicker1 select {
    width: 185px;
    height: 45px;
    border: 1px solid #EFEFEF;
    margin: 0 8px 0 15px;
    float: left;
    outline: none;
    border-radius: 3px
}

#addressDetail {
    margin-left: 115px;
    margin-top: 20px;
}

.requireFill input[type="file"] {
    border: none;
    padding-top: 12px;
    margin-left: 87px;
}

.requirePublishBox form input[type="submit"] {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #386FEC;
    border-radius: 3px;
    margin: 25px 0 50px 260px;
    cursor: pointer;
}

/* 需求详情 */
/* .breadNav{overflow:hidden;margin-top:15px;background:url("../../images/breadNav.png") no-repeat left top;padding-left:30px;padding-bottom:15px;border-bottom:1px solid #ECECEC;}
.breadNav li{float:left;margin-right:5px;font-size: 14px;color:#999;}
.breadNav li a{font-size: 14px;color:#999;}
.requireDetailBox{overflow:hidden;}
.requireDetail{margin:40px;}
.requireDetail h1{width:625px;color:#333;font-size: 24px;font-weight: 400;}
.requireDetail ul{margin-top:45px;}
.requireDetail ul li{text-indent:2em;font-size:16px;line-height:30px;color:#333;margin-bottom:10px;}
.getContactBtn{display:block;width:160px;height:45px;line-height:45px;text-align:center;font-size: 18px;color:#fff;border-radius:3px;background:#386FEC;margin:40px 0 50px 0;}
.getContactBtn:hover{opacity:0.8} */
/*.breadNav{overflow:hidden;margin-top:15px;background:url("../../images/breadNav.png") no-repeat left top;padding-left:30px;padding-bottom:15px;border-bottom:1px solid #ECECEC;}*/
.breadNav {
    overflow: hidden;
    margin-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}

.breadNav li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}

.breadNav li a {
    font-size: 14px;
    color: #999;
}

.requireDetailBox {
    overflow: hidden;
    clear: both
}

.requireDetail {
    margin: 40px;
}

.requireDetail h1 {
    width: 625px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
}

.requireDetail ul {
    margin-top: 45px;
}

.requireDetail ul li {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.getContactBtn {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: #386FEC;
    margin: 40px 0 50px 0;
}

.getContactBtn:hover {
    opacity: 0.8
}

.requireDetailContent {
    overflow: hidden;
    margin-bottom: 50px;
}

.requireContentLeft {
    width: 840px;
    border: 1px solid #ECECEC;
    padding: 40px 30px 70px 30px;
    box-sizing: border-box;
}

.requireContentLeft h2 {
    font-size: 24px;
    color: #333;
}

.requireContentLeft ul {
    margin-top: 35px;
    overflow: hidden;
}

.requireContentLeft li {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.requireContentLeft li h4 {
    margin: 15px 0 30px 0;
    line-height: 24px
}

.requireContentLeft li div {
    margin-top: 20px;
}

.requireContentLeft li div img {
    margin-right: 10px;
}

.requireContentRight {
    width: 328px;
    border: 1px solid #E6E6E6;
}

.requireContentRight h3 {
    border-left: 6px solid #386FEC;
    font-size: 20px;
    color: #333;
    padding-left: 15px;
    background: #F5F5F5;
    height: 45px;
    line-height: 45px
}

.requireContentRight ul {
    overflow: hidden;
    padding: 0 20px;
}

.requireContentRight ul li {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0 15px 0;
}

.requireContentRight ul li:last-child {
    border-bottom: none;
}

.requireContentRight ul li a {
    display: block
}

.requireContentRight ul li h4 {
    width: 288px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.requireContentRight ul li h5 {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

/* 获取联系方式弹框 */
.getContacPop {
    position: absolute;
    width: 645px;
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 45px;
    display: none;
    z-index: 100001
}

.getContacPop h1 {
    background: #386FEC url("../../images/add.png") no-repeat 20px center;
    padding-left: 45px;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px
}

.getContacPop h1 img {
    float: right;
    margin: 15px 20px 0 0;
}

.getContactInfor {
    margin: 40px 57px 0 57px;
}

.getContactInfor ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.getContactInfor ul li {
    width: 240px;
}

.getContactInfor ul li label {
    float: left;
    display: inline-block;
    width: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    text-align: right;
}

.getContactInfor ul li label span {
    color: #FF0000;
    margin-right: 5px;
}

.getContactInfor ul li input {
    width: 158px;
    height: 43px;
    margin-left: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 3px
}

.getContactFill {
    overflow: hidden;
    width: 530px;
    margin-bottom: 20px;
}

.getContactFill label {
    float: left;
    display: inline-block;
    width: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: right;
}

.getContactFill label span {
    color: #FF0000;
    margin-right: 5px;
}

.getContactFill input {
    width: 438px;
    height: 43px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    margin-left: 10px;
    padding-left: 10px;
}

#distpicker2 select {
    width: 140px;
    height: 45px;
    border: 1px solid #EFEFEF;
    margin-left: 15px;
    float: left;
    outline: none;
    border-radius: 3px
}

#distpicker2 select:first-child {
    margin-left: 10px;
}

#addressDetail2 {
    margin-left: 80px;
    margin-top: 20px;
}

.getContactBtnBox {
    overflow: hidden;
    margin: 40px 0 0 80px;
}

.getContactBtnBox a {
    display: block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    float: left;
}

.cCancelBtn {
    background: #DDDDDD;
}

.cSubmitBtn {
    background: #386FEC;
    margin-left: 30px;
}

.cDeleteIcon {
    cursor: pointer;
}

/* placeholder颜色 */
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

/* 找回密码 */
.findPwdHead {
    height: 120px;
    background: #120F7F
}

.fpLogo {
    margin-top: 30px;
}

.fpHasAccont {
    font-size: 24px;
    color: #fff;
    line-height: 120px
}

.fpHasAccont span {
    color: #F1A123;
}

.findPwdBox {
    padding-top: 100px;
}

.findPwdBox h1 {
    font-weight: 500;
    font-size: 34px;
    color: #333;
    text-align: center
}

.fpContent {
    margin: 65px 0 65px 350px;
}

.fpContent>div {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.fpContent>div>label {
    display: block;
    float: left;
    width: 90px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    text-align: right
}

.fpContent>div>label>span {
    color: #FF0000;
    font-size: 14px;
    margin-right: 3px;
}

.fpContent>div>input {
    float: left;
    box-sizing: border-box;
    width: 360px;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.fpGetCode {
    position: absolute;
    display: block;
    top: 1px;
    right: 1px;
    width: 160px;
    border-left: 1px solid #E1E1E1;
    background: #F9F9F9;
    border-radius: 0 5px 5px 0;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.fpContent div:last-child input {
    width: 180px;
}

.refreshCode {
    float: left;
    margin-left: 20px;
    width: 160px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
}

.refreshCode>img {
    width: 99px;
    height: 45px;
    float: left;
}

.refreshCode a {
    display: block;
    background: #F9F9F9;
    border-left: 1px solid #E1E1E1;
    position: relative;
    width: 58px;
    float: left;
    height: 43px;
}

.refreshCode a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fpSubmit a {
    display: block;
    width: 120px;
    line-height: 45px;
    background: #F1A123;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.fpSubmit a:hover {
    opacity: 0.8;
}

/* 注册成功 */
.registerSuccessBox {
    margin-top: 12%;
}

.registerSuccessBox h2 {
    font-size: 28px;
    color: #333;
    margin-top: 25px;
    font-weight: 500;
}

.RschooseStation {
    overflow: hidden;
    margin-top: 120px;
    width: 800px;
    padding: 0 185px;
    box-sizing: border-box;
}

.RschooseStation h3 {
    font-size: 24px;
    margin-bottom: -6px;
    color: #333;
    padding-bottom: 20px;
    background: url("../../images/find05.png") no-repeat center bottom;
}

.RschooseStation a {
    width: 198px;
    line-height: 58px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.RschooseStation a:hover {
    background: #386FEC;
    border-color: #386FEC;
    color: #fff;
}

/* 密码修改成功 */
.changePwdSuc {
    margin-top: 20%;
}

.changePwdSuc img {
    margin-left: 10px;
    margin-top: -139px
}

.changePwdSuc h2 {
    font-size: 28px;
    color: #333;
    margin-top: -16px;
    margin-bottom: 80px;
}

/* 沪通科技合作大仪券管理平台 */
.ht-head {
    height: 451px;
    background: url("../../images/ht01.png") no-repeat center;
}

.ht-head img {
    margin-top: 80px;
}

.ht-head a {
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    background: #F1A123;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    margin-top: 40px;
}

.ht-bg {
    background: url("../../images/ht03.png") no-repeat center bottom;
    padding-top: 50px;
    margin: 35px 0;
    box-sizing: border-box;
    height: 310px;
    position: relative;
    z-index: 1
}

.ht-bg .ht-title {
    color: #fff;
    text-align: left;
    margin-left: 50px;
}

.ht-title {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    padding: 0 15px;
    text-align: center
}

.ht-bg ul {
    margin: 0 63px;
    margin-top: 25px;
    height: 125px;
}

.ht-bg ul li {
    text-indent: 2em;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: left
}

.ht-point {
    background: #F9F9F9;
    overflow: hidden;
    padding: 120px 0 85px 0;
    box-sizing: border-box;
}

.htp-box {
    margin-top: 60px;
    overflow: hidden;
}

.htp-content-box {
    height: 270px;
}

.htp-img {
    float: left;
}

.point-content {
    width: 630px;
    float: right;
}

.point-content ul {
    margin-top: 20px;
}

.point-content h2,
.point-content ul li {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-align: left
}

.htp-btn {
    display: block;
    width: 245px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #386FEC;
    font-size: 18px;
    margin-top: 45px;
}

.htp-btn:hover {
    background: #174FCE
}

.ht-flowchart {
    margin-top: 20px;
}

.ht-flowchart h3 {
    background: url("../../images/ht05.png") no-repeat center;
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.ht-news {
    padding-top: 60px;
    margin-bottom: 70px;
}

.htn-box {
    overflow: hidden;
    margin-top: 50px;
}

#htn-banner {
    width: 540px;
    height: 471px;
}

.htn-img {
    width: 540px;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: #0c006e
}

.htn-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

#htn-banner .carousel-next-btn,
#htn-banner .carousel-prev-btn {
    width: 40px;
    height: 40px;
    top: 90px;
    margin-top: -20px;
}

#htn-banner .carousel-next-btn {
    background: url("../../images/ht09.png") no-repeat center;
    right: 10px;
}

#htn-banner .carousel-prev-btn {
    background: url("../../images/ht08.png") no-repeat center;
    left: 10px;
}

#htn-banner .carousel-item {
    text-align: left;
}

#htn-banner .carousel-item h3 {
    color: #333;
    font-size: 20px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#htn-banner .carousel-item h4 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    height: 104px;
    margin-top: 15px;
}

#htn-banner .htn-btn {
    margin-top: 80px;
}

.htn-btn {
    display: block;
    background: #F5F5F5;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 23px;
}

.htn-right {
    float: right;
    width: 594px;
}

.htn-right li a {
    display: block;
    border-top: 1px solid #E1E1E1;
    line-height: 50px;
    padding-right: 15px;
    overflow: hidden;
    text-align: left
}

.htn-right li a:hover .htn-title {
    color: #386FEC;
}

.htn-right li a:hover .htn-square {
    background: #386FEC;
}

.htn-title {
    font-size: 16px;
    color: #333;
    float: left;
    display: inline-block;
    width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.htn-time {
    float: right;
    font-size: 16px;
    color: #999;
}

.htn-square {
    display: block;
    width: 6px;
    height: 6px;
    background: #C3C3C3;
    float: left;
    margin-top: 22px;
    margin-right: 15px;
}

/* 标准文献首页 */
.standard-head {
    height: 320px;
    background: url("../../images/bz01.png") no-repeat center;
    box-sizing: border-box;
    padding-top: 110px;
}

.standard-head h1 {
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 25, 145, 1);
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}

.standard-head ul {
    overflow: hidden;
    background: #fff;
    padding: 20px 0 15px 0;
    margin-top: 90px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1
}

.standard-head ul li {
    float: left;
    margin-right: 80px;
}

.standard-head ul li:first-child {
    margin-left: 70px;
}

.standard-head ul li:last-child {
    margin-right: 0;
}

.standard-head ul li a {
    display: block;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    color: #333;
}

.standard-head ul li a:hover,
.standard-head-on {
    border-color: #005BF1 !important;
    color: #005BF1 !important;
}

.standard-head ul li a div {
    height: 32px;
    position: relative;
}

.standard-head ul li a div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.standard-head ul li a h3 {
    font-size: 16px;
    margin-top: 15px;
}

.sdi-intro {
    background: #fff;
    height: 280px;
    margin-top: 125px;
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
}

.quote-top,
.quote-bottom {
    position: absolute;
}

.quote-top {
    top: -15px;
    left: 60px;
}

.quote-bottom {
    bottom: -15px;
    right: 60px;
}

.sdi-intro-img {
    float: left;
    width: 288px;
    height: 218px;
    position: relative;
    border: 1px solid #EFEFEF;
    margin-left: 85px;
}

.sdi-intro-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.sdi-intro-word {
    width: 700px;
    float: left;
    margin-left: 35px;
}

.sdi-intro h4 {
    line-height: 35px;
    font-size: 20px;
    color: #333;
    height: 175px;
    text-align: justify;
}

.sdi-intro a {
    display: block;
    font-size: 20px;
    color: #999;
    float: right;
    margin-top: 10px;
}

.sdi-advertise {
    height: 180px;
    background: url("../../images/bz14.png") no-repeat center;
    margin-top: 75px;
}

.sdi-advertise h3 {
    text-shadow: 0px 2px 0px rgba(0, 61, 94, 1);
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    line-height: 180px
}

.sdi-advertise h3 span {
    font-size: 44px;
    color: #166DFF;
    font-weight: bold;
    font-style: italic;
}

.sdi-classify {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.sdi-classify li {
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.sdi-classify li:nth-child(3n) {
    margin-right: 0;
}

.sdi-classify li a {
    display: block;
    width: 380px;
    height: 240px;
}

.sdi-classbg {
    position: absolute;
    z-index: 0
}

.sdi-classbox {
    position: absolute;
    z-index: 2;
    width: 336px;
    height: 196px;
    border: 2px solid #fff;
    top: 20px;
    left: 20px;
    color: #fff;
}

.sdi-classbox h2 {
    font-size: 40px;
    margin: 35px 0 15px 0;
}

.sdi-classbox h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.sdi-classbox h4 {
    font-size: 20px;
    padding-top: 20px;
}

.sdi-classshade {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none
}

/* 标准文献-标准检索 */
.sd-search-fliter {
    margin-top: 80px;
    overflow: hidden;
}

.sd-search-fliter li {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    line-height: 45px
}

.sd-search-fliter li:last-child {
    margin-right: 0;
}

.sd-search-fliter span {
    float: left;
    font-size: 16px;
    color: #333;
}

.sd-search-fliter input[type="text"] {
    float: left;
    width: 180px;
    height: 45px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    margin-left: 10px;
    padding-left: 15px;
}

.sd-search-fliter select {
    float: left;
    width: 200px;
    height: 45px;
    outline: none;
    border-color: #eeeeee;
    margin: 0 5px;
}

.sd-search-fliter select:first-child {
    margin-left: 10px;
}

.sd-search-fliter select:last-child {
    margin-right: 0;
}

.sd-search-fliter input[type="radio"],
.sd-book-publish li input {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 15px;
}

.sd-search-fliter input[type="radio"]:checked,
.sd-book-publish li input:checked,
.sd-order-table input[type="radio"]:checked,
.sd-check input:checked {
    background: url("../../images/bz22.png") no-repeat center;
    border-color: #166DFF;
    background-size: cover;
}

.sd-search-fliter input[type="checkbox"],
.sd-book-publish li input {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 15px;
}

.sd-search-fliter input[type="checkbox"]:checked,
.sd-book-publish li input:checked,
.sd-order-table input[type="checkbox"]:checked,
.sd-check input:checked {
    background: url("../../images/bz22.png") no-repeat center;
    border-color: #166DFF;
    background-size: cover;
}

.sd-search-fliter label {
    float: left;
    margin-right: 15px;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}

.sd-search-fliter label:last-child {
    margin-right: 0;
}

.sd-searchbtn {
    margin: 20px 0 30px 0;
}

.sd-searchbtn a {
    display: inline-block;
    padding: 0 35px;
    line-height: 45px;
    border-radius: 5px;
    background: #E6B300;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.sd-searchbtn_back {
    margin: 20px 0 30px 0;
}

.sd-searchbtn_back a {
    display: inline-block;
    padding: 0 35px;
    line-height: 45px;
    border-radius: 5px;
    background: #E6B300;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.sd-search-table {
    width: 100%;
}

.sd-search-table thead th {
    height: 60px;
    background: #EFEFEF;
    color: #333;
    font-size: 18px;
}

.sd-search-table tbody td {
    height: 60px;
    border-bottom: 1px solid #EFEFEF;
    text-align: center
}

.sd-search-table tbody tr td:nth-child(3) {
    text-align: left;
    width: 480px;
}

.sd-search-table tbody tr td:nth-child(3) span {
    display: inline-block;
    width: 445px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sd-search-table tbody tr td {
    color: #333;
    font-size: 18px;
}

.sd-search-table tbody tr td a:hover {
    color: #386FEC;
}

.sd-table-box {
    margin-bottom: 55px;
}

/* 标准文献-标准检索详情 */
.sd-serdet-box {
    margin-top: 80px;
}

.sd-serdet-box h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.sd-serdet-table {
    width: 100%;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 20px;
    margin-bottom: 105px;
}

.sd-serdet-table td {
    height: 60px;
    font-size: 18px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
    border-left: none;
}

.sd-serdet-table tr td:first-child {
    text-align: center;
    width: 18%;
}

.sd-serdet-table tr td:last-child {
    text-align: left;
    padding-left: 40px;
}

.sdsd-blue {
    color: #005BF1;
}

/* 标准文献-标准公开首页 */
.sd-open-box {
    background: url("/frontdesk/images/bz23.png") no-repeat top;
    height: 970px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.sd-open-sp {
    margin-top: 155px;
    overflow: hidden;
}

.sd-open-sp li {
    width: 360px;
    height: 400px;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 55px;
    box-sizing: border-box;
    padding: 0 36px;
}

.sd-open-sp li:last-child {
    margin-right: 0;
}

.sd-open-sp li:last-child h4 {
    text-align: center;
    font-size: 24px;
}

.sd-open-sp li img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.sd-open-sp li h3 {
    margin: 65px 0 50px 0;
    font-size: 34px;
    font-weight: 500;
}

.sd-open-sp li h4 {
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
    margin-top: 15px;
}

.sd-open-class {
    overflow: hidden;
    margin-top: 80px;
}

.sd-open-class li {
    float: left;
    text-align: center
}

.sd-open-class li a {
    display: block;
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    width: 548px;
    line-height: 180px;
    background: url("/frontdesk/images/bz27.png") no-repeat center;
}

.sd-open-class li:last-child {
    float: right;
}

/* 标准文献-标准公开列表 */
.sd-open-table .sd-search-table tbody tr td:nth-child(2) {
    text-align: center;
    width: 325px;
    min-width: 0
}

.sd-open-table .sd-search-table tbody tr td:nth-child(2) span {
    width: 315px;
}

/* 标准文献-标准公开列表详情 */
.sd-opendet-info {
    background: #F3FAFF;
    padding: 30px 0 35px 30px;
    margin-bottom: 30px;
}

.sd-opendet-info h2 {
    font-size: 30px;
    color: #D7AC00;
    font-weight: 500;
    margin-bottom: 20px;
}

.sd-opendet-info ul li {
    line-height: 34px;
    color: #333;
    font-size: 16px;
}

.sd-opendet-box tr td:first-child {
    width: 22%;
}

/* 标准文献-标准专业图书首页 */
.sd-book-box {
    height: 808px;
    background: url("/frontdesk/images/bz28.png") no-repeat bottom;
    overflow: hidden;
}

.sd-book-bg {
    line-height: 400px;
    background: url("/frontdesk/images/bz29.png") no-repeat center;
    margin-top: 100px;
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.sd-book-box .sd-open-class {
    margin-top: 50px;
}

/* 标准文献-专业图书检索 */
.sd-bookser-box {
    margin-top: 80px;
    overflow: hidden;
}

.sd-bookser-left {
    width: 120px;
    height: 230px;
    float: left;
    text-align: center;
    background: url("../../images/bz30.png") no-repeat center;
}

.sd-bookser-left h3 {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.sd-bookser-left li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.sd-bookser-left li a:hover,
.sdbl-on {
    background: #40B2FF !important;
}

.sd-bookser-right {
    width: 1040px;
    float: right;
    margin-bottom: 45px;
}

.sd-search-condition {
    overflow: hidden;
}

.sd-search-condition li {
    float: left;
    overflow: hidden;
}

.sd-search-condition li>span {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    line-height: 45px;
    float: left;
}

.sd-search-condition li input {
    float: left;
    box-sizing: border-box;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #EFEFEF;
}

.sd-search-condition li:last-child {
    float: left;
    margin-left: 267px;
}

.sd-search-condition li:last-child input {
    width: 400px;
}

.sd-book-time input {
    width: 120px;
    margin-left: 5px;
    margin-right: 30px;
}

.sd-book-time label {
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 45px;
}

.sd-book-publish {
    overflow: hidden;
    margin-top: 35px;
    position: relative;
}

.sd-book-publish>span {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    float: left;
}

.sd-book-publish {
    overflow: hidden;
    margin-bottom: 10px;
}

.sd-book-publish li {
    float: left;
    margin-right: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sd-book-publish li:last-child {
    margin-right: 0;
}

.sd-book-publish li input {
    margin: 5px 10px 0 0;
}

.sd-publish-show {
    width: 951px;
    overflow: hidden;
}

.sd-publish-show li:last-child {
    margin-right: 0;
}

.sd-publish-show li:first-child {
    margin-right: 10px;
    color: #333;
}

.sd-book-publish>a {
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.sd-publish-hide {
    margin-left: 75px;
    display: none;
    overflow: hidden;
}

.sd-book-order {
    overflow: hidden;
    line-height: 60px;
    background: #EFEFEF;
    padding-left: 20px;
}

.sd-book-order li {
    float: left;
    margin-right: 60px;
    font-size: 18px;
}

.sd-book-order li a {
    color: #999;
}

.sd-book-order li a:hover,
.sdbo-on {
    color: #005BF1 !important;
}

.sd-book-order li a img {
    margin-left: 5px;
}

.sd-book-table {
    margin-top: 10px;
    width: 100%;
}

.sd-book-table thead th {
    height: 60px;
    font-size: 18px;
    color: #333;
    background: #EFEFEF
}

.sd-book-table tbody td {
    height: 100px;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
    font-size: 16px;
}

.sd-book-table tbody tr td:nth-child(4) {
    color: #CC3300;
}

.sd-book-name {
    display: inline-block;
    width: 180px;
}

.sd-book-operate,
.bookstatus {
    display: inline-block;
    line-height: 35px;
    border-radius: 5px;
    color: #333;
    background: #EEEEEE;
    padding: 0 20px;
}

.sd-book-operate:hover {
    background: #005BF1;
    color: #fff;
}

/* 标准文献-专业图书热门 */
.sd-bookhot {
    overflow: hidden;
    border-left: 1px solid #EFEFEF;
}

.sd-bookhot li {
    float: left;
    border: 1px solid #EFEFEF;
    border-left: none;
    width: 207px;
    height: 310px;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    position: relative;
}

.sd-book-img {
    width: 180px;
    height: 210px;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
}

.sd-book-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

.sd-bookhot li h3 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 60px;
    margin-top: 10px;
}

.sd-book-shade {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: none
}

.sd-book-shade h4 {
    width: 170px;
    text-align: justify;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    height: 192px;
}

.sd-book-shade h4 a {
    color: #fff;
}

.sd-book-shade>a {
    display: block;
    width: 108px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.sd-book-shade>a:hover {
    background: #005BF1;
    border-color: #005BF1;
}

.sd-bookhot-title {
    font-size: 24px;
    color: #005BF1;
    margin: 50px 0 20px 0;
}

/* 标准文献-采购单 */
.sd-order-head {
    line-height: 210px;
    background: url("../../images/bz37.png") no-repeat center;
    text-align: center;
    color: #F9F9F9;
    font-size: 48px;
}

.sd-order-box {
    margin-top: 30px;
}

.sd-order-table {
    margin-top: 0;
}

.sd-order-table input[type="checkbox"],
.sd-check input {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    margin-left: 30px;
}

.sd-counter {
    overflow: hidden;
    margin-left: 18%;
}

.sd-minus,
.sd-add {
    float: left;
    display: inline-block;
    width: 33px !important;
    line-height: 33px;
    border: 1px solid #EFEFEF;
    background: #F5F5F5;
    text-align: center;
    cursor: pointer;
}

.sd-counter input {
    float: left;
    width: 50px;
    font-size: 16px;
    line-height: 33px;
    border: 1px solid #EFEFEF;
    border-left: none;
    border-right: none;
    text-align: center
}

.sd-order-all {
    margin-top: 20px;
    overflow: hidden;
    background: #F5F5F5
}

.sd-order-left {
    float: left;
    width: 1050px;
    overflow: hidden;
}

.sd-check {
    float: left;
    line-height: 60px
}

.sd-check input {
    position: relative;
    top: 3px;
    left: 10px;
}

.sd-check span {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    margin-left: 15px;
}

.sd-order-all a {
    float: right;
    display: block;
    width: 120px;
    background: #E6B300;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.sd-totalprice {
    float: right;
    overflow: hidden;
    margin-right: 30px;
}

.sd-totalprice li {
    float: left;
    margin-left: 40px;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    height: 60px;
}

.sd-totalprice li span {
    color: #CC3300;
}

.sd-total,
.sd-order-table em {
    font-style: normal;
}

.sd-good-price {
    font-size: 26px;
}

/* 沪嘉科技创新全面战略合作 */
.hj-head {
    height: 300px;
    background: url("../../images/hj01.png") no-repeat center;
}

.hj-intro {
    padding: 55px 0 65px 0;
}

.hj-title {
    position: relative;
    display: inline-block;
    font-size: 34px;
    text-align: center;
    padding: 0 30px;
    color: #333;
    z-index: 0
}

.hj-title span {
    position: absolute;
    background: #D6E6FF;
    border-radius: 0px 6px 0px 6px;
    display: block;
    bottom: 0;
    height: 24px;
    width: 100%;
    left: 0;
    bottom: -5px;
    z-index: -1
}

.hj-intro ul {
    margin-top: 50px;
}

.hj-intro ul li {
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    text-align: left;
    line-height: 32px
}

.hj-pf-box {
    height: 831px;
    background: url("../../images/hj02.png") no-repeat center;
    box-sizing: border-box;
    padding-top: 45px;
}

.hj-pf-box .hj-title,
.hj-result .hj-title {
    color: #fff;
}

.hj-pf-box .hj-title span,
.hj-result .hj-title span {
    background: #2D77E7
}

.hj-point {
    overflow: hidden;
    margin-top: 60px;
}

.hj-point-img {
    float: left;
}

.hj-point-content {
    width: 660px;
    float: right;
}

.hj-point-content ul {
    height: 290px;
}

.hj-point-content li {
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left
}

.hj-point-content li span {
    font-weight: bold;
}

.hj-look-btn {
    display: block;
    width: 140px;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    background: #42A9F0;
    margin-top: 20px;
}

.hj-flowchart {
    margin-top: 55px;
}

.hj-news #htn-banner {
    width: 560px;
    height: 480px;
    border: 1px solid #E8E8E8;
}

.hj-news #htn-banner .carousel-next-btn,
.hj-news #htn-banner .carousel-prev-btn {
    width: 26px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
}

.hj-news #htn-banner .carousel-next-btn {
    background: url("../../images/hj07.png") no-repeat center;
    right: 12px;
}

.hj-news #htn-banner .carousel-prev-btn {
    background: url("../../images/hj06.png") no-repeat center;
    left: 12px;
}

.hj-news #htn-banner .carousel-item {
    width: 460px !important;
    margin: 30px 50px 0 50px;
}

.hj-news #htn-banner .htn-img {
    width: 460px;
    height: 220px;
}

.hj-news #htn-banner .carousel-item h3 {
    margin-top: 15px;
}

.hj-news #htn-banner .htn-btn {
    margin-top: 10px;
}

.hj-news .htn-right ul {
    border-bottom: 1px solid #E1E1E1;
}

.hj-news .htn-right .htn-btn {
    margin-top: 32px;
}

.hj-result {
    height: 758px;
    background: url("../../images/hj08.png") no-repeat center;
    box-sizing: border-box;
    padding-top: 40px;
}

.hj-result ul {
    margin-top: 60px;
    height: 120px;
}

.hj-result ul li {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: left
}

.hj-result h1 {
    margin: 45px 0 35px 0;
    color: #fff;
    font-size: 22px;
}

#hj-result {
    height: 300px;
}

#hj-result .carousel-item {
    width: 945px;
    overflow: hidden;
}

#hj-result .carousel-prev-btn,
#hj-result .carousel-next-btn {
    width: 45px;
    height: 55px;
    z-index: 5
}

#hj-result .carousel-prev-btn {
    background: url("../../images/hj11.png") no-repeat center;
}

#hj-result .carousel-next-btn {
    background: url("../../images/hj12.png") no-repeat center;
}

.hj-result-case {
    overflow: hidden;
    margin: 0 130px 0 120px;
    position: relative;
}

.hj-case-img {
    width: 470px;
    height: 300px;
    position: relative;
    overflow: hidden;
    background: #0c006e;
    float: left;
}

.hj-case-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.hj-case-word {
    width: 548px;
    height: 240px;
    background: url("../../images/hj10.png") no-repeat center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
}

.hj-case-word h3 {
    font-size: 7px;
    color: #fff;
    line-height: 23px;
    margin-top: 35px;
    width: 450px;
    text-align: justify;
    height: 168px;
}

/* 标准文献-专业图书详情 */
.sd-bd-top {
    overflow: hidden;
}

.sd-bd-img {
    overflow: hidden;
    width: 398px;
    height: 398px;
    border: 1px solid #EFEFEF;
    position: relative;
    float: left;
}

.sd-bd-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
}

.sd-bd-info {
    float: right;
    width: 750px;
    padding-bottom: 50px;
}

.sd-bd-info h3 {
    font-size: 24px;
    color: #333;
}

.sd-bd-basic {
    background: #F4FBFF;
    margin-top: 20px;
    overflow: hidden;
}

.sd-bd-basic h2 {
    float: left;
    font-size: 24px;
    color: #999;
    margin-left: 30px;
    line-height: 90px;
}

.sd-bd-basic h2 span {
    color: #E40000;
    font-size: 34px;
    margin-left: 35px;
    font-weight: bold;
}

.sd-bd-basic h2 span em {
    font-style: normal;
    font-size: 24px;
}

.sd-bd-read {
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}

.sd-bd-read span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.sd-bd-readnum {
    color: #005BF1 !important;
    font-size: 28px !important;
    font-weight: bold;
}

.sd-bd-word {
    margin-top: 20px;
    overflow: hidden;
    color: #999;
}

.sd-bd-word label {
    float: left;
    font-size: 16px;
}

.sd-bd-word h5 {
    float: left;
    line-height: 24px;
    height: 72px;
    width: 700px;
    font-size: 16px;
}

.sd-bd-num {
    overflow: hidden;
    margin-top: 30px;
}

.sd-bd-num h2 {
    float: left;
    display: inline-block;
    line-height: 45px;
    color: #333;
    font-size: 16px;
}

.sd-bd-counter {
    overflow: hidden;
    margin-left: 10px;
    float: left;
}

.sd-bd-counter input {
    width: 59px;
    height: 43px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #F5F5F5;
    border-right: none;
    float: left;
}

.sd-bd-counter div {
    float: left;
    width: 20px;
}

.sd-bd-counter div span {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 21px;
    border: 1px solid #F5F5F5;
    text-align: center;
    color: #999;
    line-height: 21px
}

.add {
    border-bottom: none !important;
}

.sd-bd-btn {
    overflow: hidden;
    margin-top: 40px;
}

.sd-bd-btn a {
    float: left;
    display: block;
    width: 140px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 235px;
}

.sd-bd-blue {
    background: #005BF1
}

.sd-bd-yellow {
    background: #E6B300
}

.sd-bd-bottom {
    margin-top: 50px;
    margin-bottom: 110px;
}

.sd-bd-bottom h3 {
    background: #EFEFEF;
    line-height: 45px;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
}

.sd-bd-bottom ul {
    margin-top: 25px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.sd-bd-bottom ul li:nth-child(2) {
    margin-bottom: 30px;
}

.sd-bd-pub {
    margin-top: 20px
}

.sd-bd-pub li {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/* 标准文献-有效性查新首页 */
.sd-find-index {
    margin-top: 100px;
}

.sd-findi-top {
    margin: 0 145px;
    position: relative;
    height: 450px;
}

.sd-findi-intro {
    width: 550px;
    height: 315px;
    background: url("../../images/bz43.png") no-repeat center;
    padding-top: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.sd-findi-title {
    font-size: 34px;
    color: #333;
    padding-bottom: 20px;
    background: url("../../images/bz40.png") no-repeat center bottom;
    text-align: center
}

.sd-findi-intro h3,
.sd-findi-intro h4 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 20px;
}

.sd-findi-intro h4 {
    width: 500px;
    margin-top: 10px;
    text-align: left
}

.sd-findi-img {
    position: absolute;
    width: 550px;
    height: 450px;
    background: #66c7ff;
    overflow: hidden;
    right: 0;
}

.sd-findi-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.sd-findi-center {
    height: 490px;
    background: url("../../images/bz41.png") no-repeat center bottom;
    margin-top: 60px;
    box-sizing: border-box;
    padding-top: 90px;
}

.sd-findi-flowchart {
    width: 665px;
    margin: 0 auto;
}

.sd-findi-flowchart h3 {
    margin-top: 35px;
    font-size: 20px;
    color: #333;
}

.sd-findi-flowchart ul {
    overflow: hidden;
    margin-top: 15px;
}

.sd-findi-flowchart ul li {
    width: 140px;
    line-height: 60px;
    background: rgba(63, 132, 244, 0.75);
    position: relative;
    float: left;
    margin-right: 35px;
    text-align: center;
    color: #fff;
}

.sd-findi-flowchart ul li:last-child {
    margin-right: 0;
}

.sd-findi-flowchart ul li img {
    position: absolute;
    right: -14px;
    top: 16px;
}

.sd-findi-bottom {
    padding: 45px 0 70px 0;
}

.sd-findi-bottom h4 {
    color: #333;
    font-size: 16px;
    margin-top: 35px;
}

.sd-findi-btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 45px;
    color: #fff;
    text-align: center;
    background: #E6B300;
    border-radius: 5px;
    margin-top: 60px;
    font-size: 18px;
}

/* 标准文献-有效性查新导入文件 */
.sd-fimprot-tab {
    margin-top: 100px;
    border-bottom: 1px solid #005BF1;
}

.sd-fimprot-tab ul {
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block;
}

.sd-fimprot-tab ul li {
    float: left;
    margin: 0 30px;
}

.sd-fimprot-tab ul li a {
    font-size: 20px;
    color: #333;
}

.sd-fim-on {
    color: #005BF1 !important;
}

.sd-fimport-select {
    margin: 0 auto;
    width: 580px;
    margin-top: 20px;
    margin-bottom: 303px;
}

.sd-file-box {
    overflow: hidden;
}

.sd-file-box input[type="text"] {
    line-height: 43px;
    font-size: 16px;
    width: 320px;
    border: 1px solid #EFEFEF;
    border-right: none;
    border-radius: 3px 0 0 3px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.sd-file-box input[type="button"] {
    background: #EFEFEF;
    font-size: 14px;
    color: #333;
    border-radius: 0px 3px 3px 0px;
    line-height: 45px;
    width: 120px;
    float: left;
}

.sd-file-box>a {
    display: inline-block;
    width: 120px;
    line-height: 45px;
    background: linear-gradient(0deg, rgba(31, 116, 255, 1), rgba(0, 91, 241, 1));
    border-radius: 3px;
    text-align: center;
    color: #EFEFEF;
    float: left;
    margin-left: 20px;
}

.sd-fim-remind {
    color: #CC3300;
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
}

/* 标准文献-有效性查新手动输入 */
.sd-fhand-select {
    margin-top: 20px;
    margin-bottom: 60px;
}

.sd-fhand-select textarea {
    width: 580px;
    height: 200px;
    resize: none;
    border-color: #EFEFEF;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border-radius: 3px
}

.sd-fhand-remind {
    width: 580px;
    background: #FFFDF4;
    height: 110px;
    border-radius: 3px
}

.sd-fhand-remind h4 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-left: 15px;
    text-align: left
}

.sd-fhand-remind h4:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sd-fhand-remind h4 span {
    color: #CC3300;
}

/* 标准文献-有效性查新结果详情 */
.sd-fr {
    margin-bottom: 90px;
}

.sd-fr-table {
    margin-top: 90px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.sd-fr-table th {
    height: 60px;
    background: #EFEFEF;
    font-size: 18px;
    color: #333;
}

.sd-fr-table td {
    height: 100px;
    border-bottom: 1px solid #EFEFEF;
}

.sd-fr-table h4 {
    width: 450px;
    line-height: 24px;
    height: 72px;
    text-align: justify;
}

.fr-grey {
    color: #666;
}

.fr-blue {
    color: #005BF1;
}

.fr-red {
    color: #CC3300;
}

/* 标准文献-标准托管首页 */
.sd-di-serve {
    height: 420px;
    background: url("../../images/bz44.png") no-repeat 140px 125px;
}

.sd-di-serveword {
    float: right;
    margin-top: 165px;
    width: 595px;
}

.sd-di-title {
    font-size: 34px;
    position: relative;
    display: inline-block;
}

.sd-di-title img {
    position: absolute;
    right: 0;
    top: -15px;
}

.sd-di-serve .sd-di-title {
    float: right;
    color: #333;
}

.sd-di-serve h4 {
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
}

.sd-di-flowchart {
    height: 450px;
    background: url("../../images/bz45.png") no-repeat center;
}

.sd-di-flowchart .sd-di-title {
    margin: 70px 0 50px 0;
    color: #fff;
}

.sd-di-flowchart .sd-di-title img {
    left: 0;
}

.sd-di-pay {
    padding: 70px 0 60px 0;
}

.sd-di-pay h5 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    text-align: center
}

.sd-di-pay ul {
    overflow: hidden;
    margin-top: 110px;
}

.sd-di-pay ul li {
    float: left;
    text-align: center;
    position: relative;
}

.sd-di-pay ul li:last-child {
    float: right;
}

.sd-di-pay ul li img {
    left: 0;
}

.sd-di-pay ul li a {
    display: block;
    width: 570px;
    height: 280px;
}

.sd-di-pay ul li h3 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 100%;
    margin-top: 100px;
    color: #fff;
    font-size: 34px;
    padding-bottom: 20px;
    background: url("../../images/bz49.png") no-repeat center bottom;
}

/* 标准文献-标准托管标准翻译 */
.sd-dt-ul {
    padding: 110px 0 60px 0;
    overflow: hidden;
}

.sd-dt-ul li {
    float: left;
    width: 570px;
    height: 280px;
    padding: 0 100px;
    box-sizing: border-box;
}

.sd-dt-ul li:last-child {
    float: right;
}

.sd-dt-blue {
    background: url("../../images/bz52.png") no-repeat center;
}

.sd-dt-purple {
    background: url("../../images/bz53.png") no-repeat center;
}

.sd-dt-ul li h2 {
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin-top: 65px;
    padding-bottom: 20px;
    background: url("../../images/bz49.png") no-repeat center bottom;
}

.sd-dt-ul li h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.sd-df-flowchart {
    height: 580px;
    background: url("../../images/bz54.png") no-repeat center;
    overflow: hidden;
}

.sd-df-flowchart .sd-findi-title {
    margin: 50px 0 30px 0;
}

.sd-df-flowchart .sd-findi-btn {
    margin-top: 90px;
}

/* 标准文献-标准托管标准翻译-我要托管 */
/* .sd-dtd-box{padding:110px 0 100px 0;}
.sd-dtd-box h1{font-size:34px;color:#333;text-align:center;}
.sd-dtd-basicinfo{overflow:hidden;margin-top:40px;}
.sd-dtd-basicinfo li,.sd-dtd-upload li{float:left;overflow:hidden;margin-right:90px;}
.sd-dtd-basicinfo li label,.sd-dtd-upload li label{float:left;font-size:16px;color:#333;line-height:45px}
.sd-dtd-basicinfo li label span,.sd-dtd-upload li label span{color:#CC3300;}
.sd-dtd-basicinfo li input,.sd-dtd-upload li input[type="text"]{box-sizing:border-box;padding-left:10px;width:320px;height:45px;font-size:16px;border:1px solid #EFEFEF;float:left;margin-left:15px;}
.sd-dtd-upload{overflow:hidden;}
.sd-dtd-upload li{margin-right:90px;margin-top:20px;}
.sd-dtd-upload li input[type="button"]{width:120px;background:none;border:1px solid #EFEFEF;height:45px;float:left}
#sd-file-name{border:none;width:auto;font-size:14px;color:#005BF1;}
.sd-dtd-upload li a{float:left;display:block;width:80px;line-height:45px;text-align:center;font-size:14px;color:#333;background:#EFEFEF}
.sd-dtd-btn{margin-top:30px;}
.sd-dtd-btn a{display:inline-block;line-height:40px;padding:0 25px;text-align:center;font-size:18px;color:#fff;border-radius:5px;margin:0 10px;}
.sd-dtd-table{width:100%;text-align:center;margin:40px 0 50px 0;}
.sd-dtd-table th{height:60px;font-size:18px;background:#EFEFEF}
.sd-dtd-table td{height:60px;border:1px solid #EFEFEF;border-right:none;border-top:none;}
.sd-dtd-table td img{cursor:pointer;}
.sd-dtd-table tbody tr td:last-child{border-right:1px solid #EFEFEF;;} */
.sd-dtd-box {
    padding: 110px 0 100px 0;
}

.sd-dtd-box h1 {
    font-size: 34px;
    color: #333;
    text-align: center;
}

.sd-dtd-basicinfo {
    overflow: hidden;
    margin-top: 40px;
}

.sd-dtd-basicinfo li,
.sd-dtd-upload li {
    float: left;
    overflow: hidden;
    width: 595px;
}

.sd-dtd-basicinfo li label,
.sd-dtd-upload li label {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    width: 90px;
}

.sd-dtd-basicinfo li label span,
.sd-dtd-upload li label span {
    color: #CC3300;
}

.sd-dtd-basicinfo li input,
.sd-dtd-upload li input[type="text"] {
    box-sizing: border-box;
    padding-left: 10px;
    width: 320px;
    height: 45px;
    font-size: 16px;
    border: 1px solid #EFEFEF;
    float: left;
    margin-left: 15px;
}

.sd-dtd-upload {
    overflow: hidden;
}

.sd-dtd-upload li {
    margin-top: 20px;
    width: 595px;
}

.sd-dtd-upload li input[type="button"] {
    width: 120px;
    background: none;
    border: 1px solid #EFEFEF;
    height: 45px;
    float: left
}

#sd-file-name {
    border: none;
    font-size: 14px;
    color: #005BF1;
    margin-left: 0;
}

.sd-dtd-upload li a {
    float: left;
    display: block;
    width: 80px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #EFEFEF
}

.sd-dtd-btn {
    margin-top: 30px;
}

.sd-dtd-btn a {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px;
}

.sd-dtd-table {
    width: 100%;
    text-align: center;
    margin: 40px 0 50px 0;
}

.sd-dtd-table th {
    height: 60px;
    font-size: 18px;
    background: #EFEFEF
}

.sd-dtd-table td {
    height: 60px;
    border: 1px solid #EFEFEF;
    border-right: none;
    border-top: none;
}

.sd-dtd-table td img {
    cursor: pointer;
}

.sd-dtd-table tbody tr td:last-child {
    border-right: 1px solid #EFEFEF;
}

.sub-way {
    overflow: hidden;
    display: inline-block;
    margin-left: 15px;
    line-height: 45px;
    float: left;
}

.sub-way input {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 3px
}

.sub-way input:checked {
    background: url("../../images/bz22.png") no-repeat center;
    background-size: cover;
    border-color: #386FEC;
}

.sub-way span {
    margin-left: 5px;
    color: #999;
    font-size: 14px;
}

.upload-attach,
.upload-notneed {
    display: none;
    float: left;
    margin-left: 20px;
    line-height: 45px
}

.upload-notneed {
    color: #CC3300;
}

.upload-attach {
    margin-left: 100px;
}

.sd-dtd-translste select {
    box-sizing: border-box;
    padding-left: 10px;
    width: 320px;
    height: 45px;
    font-size: 16px;
    border: 1px solid #EFEFEF;
    float: left;
    margin-left: 15px;
    outline: none
}

/* 标准文献标准托管-标准文献数据库 */
.sd-ddatabase {
    padding: 100px 0;
}

.sd-dd-box,
.sd-dd-rbottom {
    overflow: hidden;
}

.sd-dd-box h2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
    background: url("../../images/bz49.png") no-repeat center bottom;
    margin-bottom: 25px;
    margin-top: 40px;
}

.sd-dd-box h3 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

.sd-dd-left {
    float: left;
    width: 400px;
    height: 550px;
    background: url("../../images/bz57.png") no-repeat center;
    overflow: hidden;
}

.sd-dd-left h3 {
    width: 336px;
}

.sd-dd-left h2 {
    margin-top: 100px;
}

.sd-dd-right {
    width: 780px;
    float: right;
}

.sd-dd-rtop {
    height: 270px;
    background: url("../../images/bz58.png") no-repeat center;
    overflow: hidden;
    margin-bottom: 10px;
}

.sd-dd-rtop h3 {
    width: 710px;
}

.sd-dd-rbleft,
.sd-dd-rbright {
    width: 385px;
    height: 270px;
    overflow: hidden;
}

.sd-dd-rbleft {
    background: url("../../images/bz59.png") no-repeat center;
    float: left;
}

.sd-dd-rbright {
    background: url("../../images/bz60.png") no-repeat center;
    float: right;
}

.sd-dd-rbleft h2,
.sd-dd-rbright h2 {
    margin-top: 30px;
}

.sd-dd-rbright h3 {
    text-align: center
}

.sd-dd-rbleft h3 {
    width: 320px;
}

/* 标准文献标准托管-标准文献数据库-我要托管 */
.sd-ddatabase-do {
    padding: 110px 0;
}

.sd-ddatabase-do h1 {
    font-size: 34px;
    color: #333;
    text-align: center;
}

.sd-dd-submit {
    width: 420px;
    margin: 0 auto;
    margin-top: 43px;
}

.sd-dd-submit li {
    margin-bottom: 20px;
    overflow: hidden;
}

.sd-dd-submit li label {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    float: left;
    display: inline-block;
    width: 90px;
    text-align: right
}

.sd-dd-submit li label span {
    color: #CC3300;
}

.sd-dd-submit li input {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 320px;
    height: 45px;
    border: 1px solid #EFEFEF;
    font-size: 16px;
}

/* 标准文献标准代购 */
.sd-pi-serve {
    margin-top: 110px;
}

.sd-pi-serve h3 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 20px;
}

.sd-pi-mode {
    background: url("../../images/bz61.png") no-repeat center top;
    padding: 20px 0 80px 0;
    margin-top: 65px;
}

.sd-pi-mode img {
    margin-top: -15px;
}

.sd-pi-price {
    margin-bottom: 80px;
}

.sd-pi-price h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.sd-pi-btn {
    overflow: hidden;
    margin-top: 75px;
}

.sd-pi-btn a {
    display: inline-block;
    float: left;
    background: url("../../images/bz63.png") no-repeat center;
    width: 548px;
    line-height: 121px;
    font-size: 34px;
    color: #fff;
    text-align: center
}

.sd-pi-btn a:last-child {
    float: right;
}

/* 标准文献标准代购-ASTM原版标准+ASTM原版胶片 */
.sd-pp-tab-a {
    height: 60px;
    margin: 0 auto;
    margin-top: 100px;
    width: 780px;
}

.sd-pp-tab-a li {
    position: relative;
    float: left;
    margin: 0 5px
}

.sd-pp-tab-a li a {
    display: block;
    width: 380px;
    line-height: 60px;
    border-radius: 5px;
    color: #333;
;
    text-align: center;
    font-size: 24px;
}

.sd-pp-tab-a li img {
    position: absolute;
    bottom: -30px;
    left: 175px;
}

.sd-pp-on-a {
    color: #fff !important;
    background: #005BF1;
}

.tab-a-box {
    background: #f5f5f5;
    margin-top: 30px;
}

.sd-pp-tab-b {
    overflow: hidden;
    width: 855px;
    margin: 0 auto;
}

.sd-pp-tab-b li {
    float: left;
    line-height: 80px;
    font-size: 20px;
    color: #333;
    margin: 0 50px;
    cursor: pointer;
}

.sd-pp-on-b {
    color: #005BF1 !important;
}

.sd-pp-intro {
    padding-bottom: 85px;
}

.sd-pp-intro li {
    margin-bottom: 10px;
}

.sd-pp-intro li:last-child {
    margin-bottom: 0;
}

.sd-pp-show {
    background: #EFEFEF;
    overflow: hidden;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
}

.vertical-blue {
    float: left;
    display: block;
    width: 4px;
    background: #005BF1;
    height: 45px;
}

.sd-pp-title {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #333;
}

.sd-pp-show img {
    margin-right: 20px;
    float: right;
    margin-top: 20px;
}

.sd-pp-hide {
    margin: 0 24px;
    padding-bottom: 30px;
    display: none
}

.sd-pp-hide h3 {
    margin: 15px 0 10px 0;
    color: #333;
    font-size: 16px;
}

.sd-pp-hide h4 {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.sd-pp-price {
    display: none
}

.sd-pp-price a,
.sd-po-box a {
    color: #cc3300;
    font-size: 16px;
    border-bottom: 1px solid #cc3300;
    float: left;
    margin-bottom: 30px;
}

.sd-pp-remind {
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 20px;
}

.sd-ppr-left {
    float: left;
    width: 720px;
    padding-top: 15px;
}

.sd-ppr-left h3 {
    font-size: 16px;
    color: #542e84;
    line-height: 26px;
    text-align: left
}

.sd-ppr-right {
    width: 309px;
    height: 170px;
    background: url("../../images/bz71.png") no-repeat center;
    float: right;
    line-height: 160px;
    font-size: 26px;
}

.sd-po-box h3 {
    color: #0070C0;
}

.sd-po-box .sd-ppr-right {
    background-image: url("../../images/bz74.png")
}

.sd-po-box a {
    margin-top: 30px;
}

/* 标准文献标准关注 */
.sd-fi-box {
    padding: 123px 0 75px 0;
    background: url("../../images/bz78.png") no-repeat center bottom;
}

.sd-fi-box h2 {
    text-align: center;
    font-size: 34px;
    padding-bottom: 25px;
    background: url("../../images/bz49.png") no-repeat center bottom;
    color: #fff;
}

.sd-fi-computer {
    height: 516px;
    background: url("../../images/bz75.png") no-repeat center;
    overflow: hidden;
}

.sd-fi-computer h2 {
    margin-top: 70px;
}

.sd-fi-computer h3 {
    font-size: 16px;
    color: #fff;
    width: 464px;
    margin: 0 auto;
    line-height: 26px;
    margin-top: 20px;
}

.sd-fi-ul {
    overflow: hidden;
    margin-top: 120px;
}

.sd-fi-ul li {
    width: 570px;
    height: 280px;
    float: left;
    background: url("../../images/bz77.png") no-repeat center;
    box-sizing: border-box;
    padding-top: 70px;
}

.sd-fi-ul li:last-child {
    float: right;
    background-image: url("../../images/bz76.png");
}

.sd-fi-box .sd-findi-btn {
    margin-top: 80px;
}

.sd-fi-ul li h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

/* 标准文献标准关注-我要关注 */
.sd-fd-box {
    padding: 95px 0 50px 0;
}

.sd-fd-basic {
    overflow: hidden;
}

.sd-fd-basic li {
    float: left;
    overflow: hidden;
    margin-right: 30px;
    width: 515px;
    margin-top: 19px
}

.sd-fd-basic li:last-child {
    margin-right: 0;
}

.sd-fd-basic li label {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: right;
    line-height: 45px;
    width: 88px;
}

.sd-fd-basic li input {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #EFEFEF;
    height: 45px;
    width: 200px;
    font-size: 16px;
}

.sd-fd-box h3 {
    margin-top: 30px;
    color: #333;
    font-size: 16px;
}

.sd-fd-interest {
    overflow: hidden;
    margin-top: 20px;
}

.sd-fd-interest li {
    position: relative;
    float: left;
    width: 183px;
    line-height: 43px;
    border: 1px solid #EFEFEF;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.sd-fd-interest li:nth-child(6n) {
    margin-right: 0;
}

.sd-fd-interest li img {
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: none
}

.sd-follow-pop {
    position: absolute;
    width: 510px;
    height: 300px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    z-index: 100001;
    display: none
}

.sd-follow-pop>a {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.sd-fp-content {
    margin-top: 50px;
}

.sd-fp-content img {
    width: 40px
}

.sd-fp-content h2 {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}

.sd-fp-content h3 {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}

.sd-fp-content .sd-findi-btn {
    margin-top: 40px;
}

/* 标准文献采购单提交成功 */
.sd-order-suc {
    padding: 170px 0 275px 0;
}

.sd-order-suc h2 {
    font-size: 28px;
    color: #333;
    margin-top: 40px;
}

.sd-order-suc h3 {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.sd-order-suc a {
    display: block;
    margin-top: 55px;
    width: 140px;
    line-height: 45px;
    background: #EEEEEE;
    border-radius: 5px;
    font-size: 18px;
    color: #666;
}

/* 长江三角洲创新共同体 */
.col-area-head {
    background: url("../../images/hz01.png") no-repeat center;
    color: #fff;
    font-size: 48px;
    line-height: 270px;
    font-weight: bold;
    text-align: center
}

.ca-distribute {
    height: 710px;
    background: url("../../images/hz02.png") no-repeat center;
    overflow: hidden;
}

.ca-distri-left {
    float: left;
    width: 620px;
}

.ca-distri-left h2 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 45px;
}

.ca-distri-left h3 {
    margin-top: 25px;
    font-size: 20px;
    color: #333;
}

.ca-distri-left ul {
    margin-top: 35px;
}

.ca-distri-left ul li {
    color: #333;
    font-size: 16px;
    line-height: 52px
}

/* .ca-distri-city{overflow:hidden;margin-top:15px;}
.ca-distri-city dl{float:left;width:300px;height:130px;box-sizing:border-box;padding:12px 0 0 25px;margin:0 20px 10px 0;}
.ca-distri-city dl:nth-child(2n){margin-right:0;}
.ca-distri-red{background:url("../../images/hz03.png") no-repeat center;}
.ca-distri-blue{background:url("../../images/hz04.png") no-repeat center;}
.ca-distri-yellow{background:url("../../images/hz05.png") no-repeat center;}
.ca-distri-green{background:url("../../images/hz06.png") no-repeat center;}
.ca-distri-city dl dt{font-size:18px;color:#fff;margin-bottom:10px;}
.ca-distri-city dl dd{float:left;margin-right:10px;font-size:14px;color:#fff;width:42px;line-height:17px}
.ca-distri-onefive{overflow:hidden;margin-top:10px;}
.ca-distri-onefive li,.ca-distri-four li{float:left;margin-right:15px;font-size:16px;color:#333;line-height:70px}
.ca-distri-onefive li img,.ca-distri-four li img{margin-left:15px;}
.ca-distri-onefive li:first-child,.ca-distri-four li:first-child{font-size:18px;color:#4174DA;padding-left:20px;}
.ca-distri-one{width:170px;background:#C6DCF3;float:left;}
.ca-distri-five{width:430px;background:#C6F3F3;float:right;}
.ca-distri-four{background:#EAF3C6;overflow:hidden;margin-top:10px;} */
.cs-distri-right {
    width: 459px;
    height: 611px;
    float: right;
    margin: 70px 35px 0 0;
}

.ca-policy {
    padding: 50px 0 70px 0;
}

.ca-title {
    font-size: 26px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

.ca-title a {
    float: right;
    display: block;
    line-height: 40px;
    width: 90px;
    border-radius: 20px;
    background: #F0F0F0;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.ca-title img {
    margin-left: 10px;
    vertical-align: middle;
}

.ca-policy-bg {
    overflow: hidden;
    margin-top: 30px;
    background: #FAFAFA;
    height: 290px;
}

.ca-policy-tab {
    float: left;
    width: 135px;
    background: #3F71DB;
    padding-top: 25px;
    height: 290px;
    box-sizing: border-box;
}

.ca-policy-tab li {
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.ca-policy-tab-on {
    background: #5C8CF2
}

.ca-policy-list {
    float: right;
    width: 1055px;
    padding-top: 15px;
    display: none;
    overflow-y: scroll;
    height: 290px
}

.ca-policy-list dl {
    float: left;
    width: 470px;
    height: 85px;
    border-bottom: 1px solid #D5D5D5;
    margin-left: 40px;
}

.ca-policy-list dl:nth-child(5),
.ca-policy-list dl:last-child {
    border-bottom: none;
}

.ca-policy-list dt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 10px 0;
}

.ca-policy-list dt a {
    color: #333;
}

.ca-policy-list dt a:hover {
    color: #3F71DB;
}

.ca-policy-list dd {
    float: left;
    font-size: 14px;
    color: #999;
    margin-right: 25px;
}

.ca-policy-list dd a {
    color: #999;
}

.ca-policy-list dd a:hover {
    color: #C5C5C5;
}

.ca-situation {
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 50px;
    background: url("../../images/hz16.png") no-repeat center top;
}

.ca-situ-box {
    margin-top: 30px;
    height: 538px;
}

.ca-situ-left {
    float: left;
    width: 595px;
}

.ca-situ-left li {
    float: left;
    width: 260px;
    height: 285px;
    margin-right: 75px;
    text-align: center
}

.ca-situ-left li:nth-child(2n) {
    margin-right: 0;
}

.ca-situ-img {
    width: 260px;
    height: 219px;
    position: relative;
    z-index: 5;
}

.ca-situ-left li h3 {
    margin-top: 15px;
    font-size: 16px;
}

.ca-situ-right {
    float: right;
    width: 503px;
    background: #F6FFFF;
    height: 538px;
    box-sizing: border-box;
    padding: 35px 45px 70px 45px;
}

.ca-situ-right h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

#ca-banner {
    width: 413px;
    height: 230px;
    margin-top: 35px;
}

#ca-banner .ca-situ-num {
    float: left;
    margin-right: 60px;
}

#ca-banner .ca-situ-num:last-child {
    margin-right: 0;
}

#ca-banner .ca-situ-num h1 {
    font-size: 45px;
    color: #333;
}

#ca-banner .ca-situ-num h4 {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

#ca-banner .ca-situ-num ul li {
    margin-top: 15px;
    font-size: 20px;
    color: #888;
}

#ca-banner .ca-situ-num ul li span {
    color: #FF8800;
    margin-left: 10px;
}

#ca-banner .carousel-indicators {
    bottom: 0;
}

#ca-banner .carousel-indicators span {
    width: 25px;
    height: 5px;
    background: #D2E3F9;
    margin: 0 5px;
    border-radius: 0
}

#ca-banner .carousel-indicators span.active {
    background: #0E6DEE;
}

.ca-apply-btn {
    display: inline-block;
    margin-top: 45px;
    text-align: center;
    width: 100%;
    line-height: 86px;
    background: url("../../images/hz14.png") no-repeat center;
    font-size: 32px;
    color: #fff;
}

.ca-intro {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 100px;
}

.ca-intro-tab {
    background: #F5F5F5;
    padding: 10px 0;
}

.ca-intro-tab ul {
    display: inline-block;
    overflow: hidden;
}

.ca-intro-tab ul li {
    float: left;
    line-height: 48px;
    cursor: pointer;
    padding: 0 27px;
    margin-right: 110px;
    font-size: 20px;
    color: #333;
    border-radius: 24px
}

.ca-intro-tab ul li:last-child {
    margin-right: 0;
}

.ca-intro-tabon,
.ca-intro-tab ul li:hover {
    background: #0E6DEE;
    color: #fff !important;
}

.ca-intro-content {
    overflow: hidden;
    margin-top: 30px;
    display: none
}

.ca-intro-img {
    float: left;
    width: 450px;
    height: 295px;
    overflow: hidden;
    position: relative;
    background: #c0f0f2
}

.ca-intro-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.ca-intro-article {
    float: right;
    width: 630px;
    margin-right: 35px;
    margin-top: 10px;
}

.ca-intro-article li {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    text-align: justify;
}

.ca-intro-article li:last-child {
    margin-bottom: 0;
}

.sd-import-contact {
    margin-top: 20px;
    overflow: hidden;
}

.sd-import-contact input {
    width: 180px;
    height: 35px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    margin-left: 10px;
    padding-left: 15px;
    margin-right: 55px
}

/* 店铺首页 */
.shopi-box {
    margin-top: 35px;
}

.shopi-nav ul {
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
}

.shopi-nav li {
    float: left;
    margin-right: 45px;
}

.shopi-nav li a {
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    color: #333;
    font-size: 16px;
    display: inline-block
}

.shopi-nav li a span {
    color: #F15054;
}

.shopi-nav li a:hover,
.shopi-nav li a.shopi-navon {
    border-color: #2553FD;
    color: #2553FD;
}

.shopi-banner {
    height: 440px;
    background: url("../../images/shopi01.png") no-repeat center;
}

.shopi-banner h1,
.shopi-banner h2 {
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.47);
    font-size: 46px;
}

.shopi-banner h1 {
    padding-top: 150px;
    font-weight: bold;
}

.shopi-banner h2 {
    padding-top: 10px;
}

.shopi-content {
    margin-bottom: 110px;
}

.shopi-sameul,
.shopi-abilityul {
    margin-top: 65px;
}

.shopi-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 35px;
    font-weight: 500;
}

.shopi-sameul ul {
    overflow: hidden;
}

.shopi-sameul ul li {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 226px;
    height: 296px;
}

.shopi-sameul ul li:nth-child(5n) {
    margin-right: 0;
}

.shopi-machine-img {
    width: 226px;
    height: 226px;
    border-radius: 10px;
    overflow: hidden;
    background: #F1F1F1;
}

.shopi-machine-img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.shopi-sameul ul li:hover .shopi-machine-img img {
    transform: scale(1.2);
}

.shopi-sameul ul li h3 {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopi-sameul ul li h4 {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.shopi-sameul ul li h4 img {
    margin-right: 7px;
    vertical-align: sub;
}

.shopi-sameul ul li h5 {
    color: #ED454A;
    margin-top: 10px;
}

.shopi-abilityul ul {
    height: 336px;
}

.shopi-abilityul ul li {
    float: left;
    margin-right: 15px;
    width: 226px;
    height: 336px;
}

.shopi-abilityul ul li:nth-child(5n) {
    margin-right: 0;
}

.shopi-ability-img {
    background: #F1F1F1;
    width: 226px;
    height: 336px;
}

.shopi-ability-img img {
    width: 100%;
    height: 100%;
}

/* 走进实验室 */
.shopi-labbox {
    margin-bottom: 100px;
}

.shopi-video-box,
.shopi-contact-box {
    margin-top: 55px;
}

.shopi-video-box .shopi-title {
    margin-bottom: 15px;
}

.shopi-contact-box .shopi-title {
    margin-bottom: 30px;
}

.shopi-video>div {
    width: 750px;
    height: 430px;
}

.shopi-contact-box ul {
    display: inline-block;
    overflow: hidden;
}

.shopi-contact-box ul li {
    float: left;
    width: 190px;
    text-align: center;
}

.shopi-contact-box ul li:last-child {
    margin-right: 0;
}

.shopi-contact-box ul li h3 {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.shopi-contact-box ul li h4 {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

/* 研发基地列表 */
.rbs-right {
    width: 980px;
    float: right;
    display: none;
}

.rbs-right li {
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0 15px 0;
}

.rbs-right li:first-child {
    padding-top: 12px;
}

.rbs-rcontent {
    width: 765px;
    float: left;
}

.rbs-rcontent h2 {
    font-size: 18px;
    color: #333;
}

.rbs-rcontent h2 span {
    font-size: 14px;
    color: #35CCE3;
    padding: 3px 6px;
    border: 2px solid #35CCE3;
    margin-left: 20px;
}

.rbs-rcontent h4 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
}

.rbs-rbtn {
    width: 85px;
    float: right;
    margin-top: 35px;
}

.rbs-rbtn a {
    display: block;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.rbs-rbtn a:hover {
    opacity: 0.8;
}

.bg-blue {
    background: #3476E4;
}

.bg-orange {
    background: #FF8800;
}

.rbase-nhide {
    display: block;
}

.rbase-fliter .rs-fliter-div {
    padding: 0;
    padding-top: 10px;
}

.rbase-fliter .rs-fliter-div:last-child {
    margin-bottom: 10px;
}

.rbase-list-box {
    margin-top: 20px;
}

.rbs-list-show {
    display: block;
    float: unset;
    width: auto;
    margin-bottom: 45px;
}

.rbase-pop {
    width: 685px;
    height: 540px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    display: none;
    z-index: 100000;
}

.rbase-pop h1 {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-top: 40px;
}

.rbase-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.rbpop-scroll {
    height: 390px;
    overflow: hidden;
    margin: 40px 30px 0 40px;
    padding-right: 10px;
}

.rbpop-show-a {
    overflow: hidden;
}

.rbpop-show-a li,
.rbpop-show-b li {
    float: left;
    width: 55%;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.rbpop-show-a li:nth-child(2n),
.rbpop-show-b li:nth-child(2n) {
    width: 45%;
}

.rbpop-show-a li.rbpop-detail {
    width: 100%;
}

.rbpop-show-a li.rbpop-detail span {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    line-height: 25px;
    margin-bottom: 20px;
    height: 125px;
    overflow-y: scroll;
    padding-right: 10px;
    background: #f5f5f5
}

.rbase-pop-more {
    display: inline-block;
    width: 150px;
    line-height: 45px;
    background: #3476E4;
    border-radius: 23px;
    font-size: 16px;
    color: #F9F9F9;
    margin-top: 25px;
    margin-bottom: 20px;
}

.rbpop-show-b {
    padding: 25px 0 5px 0;
    border: 1px solid #DCDCDC;
    border-left: none;
    border-right: none;
    margin-top: 13px;
    overflow: hidden;
}

.rbpop-show-b li {
    margin-bottom: 20px;
}

.rbpop-show-c h2 {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}

.rbpop-show-c ul {
    overflow: hidden;
    margin-top: 30px;
}

.rbpop-show-c ul li {
    float: left;
    width: 55%;
    font-size: 14px;
    margin-bottom: 20px;
}

.rbpop-show-c ul li:nth-child(2n) {
    width: 45%;
}

.rbpop-show-c ul li h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rbpop-show-c ul li h4,
.rbpop-show-c ul li h5 {
    font-size: 14px;
    color: #999;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* google浏览器滚轮样式 */
.insti-content h4::-webkit-scrollbar {
    width: 2px;
}

.insti-content h4::-webkit-scrollbar-button {
    display: none;
}

.insti-content h4::-webkit-scrollbar-track {
    background: #E2E2E2;
}

.insti-content h4::-webkit-scrollbar-track-piece {
    background: #E2E2E2;
}

.insti-content h4::-webkit-scrollbar-thumb {
    background: #608CD4;
}

.login-phone label.error,
.login-pwd label.error {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    font-weight: 700;
    color: #ffb565;
}

.install-type li:last-child {
    margin-right: 0;
}

/*标准文献hwl2019-10-15*/
.standard-top {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 30px;
}

.standard-title {
    width: 130px;
    font-size: 32px;
    border-bottom: 3px solid #386fec;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.standard-label {
    font-size: 16px;
    color: #333;
    line-height: 45px;
}

.st-input {
    width: 360px;
    height: 45px;
    border: 1px solid #efefef;
    text-indent: 10px;
    border-radius: 4px;
}

.standard-btn {
    width: 90px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    background: #386fec;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-item {
    overflow: hidden;
    margin-bottom: 18px;
}

.standard-img {
    position: relative;
    margin-left: 25px;
}

.standard-img h6 {
    position: absolute;
    top: 34%;
    left: 13%;
    color: #fff;
    font-size: 20px;
}

.major-service-bg {
    background: #fafafa;
}

.major-service {
    padding: 50px 0;
}

.major-list {
    display: flex;
    justify-content: space-between;
}

.major-list li {
    position: relative;
    cursor: pointer;
}

.major-shadow {
    position: absolute;
    top: 60px;
    left: 150px;
}

.major-shadow h6 {
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
    letter-spacing: 2px;
}

.major-shade {
    position: absolute;
    width: 380px;
    height: 250px;
    top: 0;
    border-radius: 8px;
}

.major-shade1 {
    background: rgba(105, 148, 243, 0.8);
}

.major-shade1:hover {
    background: rgba(105, 148, 243, 0.9);
}

.major-shade2 {
    background: rgba(81, 179, 230, 0.8);
}

.major-shade2:hover {
    background: rgba(81, 179, 230, 0.9);
}

.major-shade3 {
    background: rgba(245, 177, 70, 0.8);
}

.major-shade3:hover {
    background: rgba(245, 177, 70, 0.9);
}

.msg-wrap {
    overflow: hidden;
    padding: 50px 0;
}

.corprate-all {
    overflow: hidden;
    padding: 50px 0;
}

.inter {
    display: flex;
    justify-content: space-between;
}

.inter {
    width: 630px;
}

.msg-list {
    display: flex;
    justify-content: space-around;
}

.msg-list {
    width: 510px;
}

.inter li {
    position: relative;
    cursor: pointer;
}

.inter li h6 {
    position: absolute;
    top: 80px;
    left: 40px;
    font-size: 24px;
    color: #fff;
    width: 120px;
    text-align: center;
}

.msg-list li span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-top: 5px;
}

.msg-list li:first-child {
    width: 192px;
    text-align: center;
}

.msg-list li:nth-child(2) {
    text-align: center;
}

.inter-hover {
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 200px;
    height: 215px;
    opacity: 0;
    background: rgba(60, 153, 237, 0.95);
    text-align: center;
}

.inter-hover h5 {
    width: 120px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.inter-hover a {
    width: 100px;
    height: 32px;
    background: #073bb2;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    display: block;
    color: #fff;
    line-height: 32px;
    margin-left: 10px;
}

.inter-content {
    position: absolute;
    top: 68px;
    left: 42px;
}

.inter li:hover .inter-hover {
    opacity: 1;
}

#standard-banner {
    width: 510px;
    height: 280px;
    overflow: hidden;
}

#standard-banner img {
    height: 100%;
}

.standard-push-bg {
    height: 1257px;
    background: url("../../images/standard-bg02.jpg") no-repeat;
}

.standard-content {
    overflow: hidden;
    padding-top: 50px;
}

.mbx {
    overflow: hidden;
    padding-top: 20px;
    font-size: 14px;
    color: #999;
    background: url("../../images/standard-img5.png") no-repeat left 20px;
    padding-left: 25px;
}

.mbx li {
    float: left;
}

.mbx li span {
    margin: 0 4px;
}

.ts-bg {
    width: 771px;
    height: 516px;
    background: url("../../images/standard-img1.png") no-repeat center center;
    margin: 50px auto;
}

.ts-content {
    width: 465px;
    margin: 0 auto;
    padding-top: 50px;
}

.ts-title {
    font-size: 34px;
    color: #fff;
    text-align: center;
    background: url("../../images/standard-img4.png") no-repeat center 55px;
    padding-bottom: 20px;
}

.ts-content p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 35px;
}

.service-lc {
    width: 870px;
    margin: 0 auto;
    padding-top: 20px;
}

.ser-title {
    height: 70px;
    font-size: 34px;
    color: #000;
    background: url("../../images/standard-img2.png") no-repeat center 60px;
    text-align: center;
    margin-bottom: 20px;
}

.service-step {
    height: 152px;
    background: url("../../images/standard-img3.png") no-repeat center center;
    margin-top: 50px;
}

.service-step p {
    font-size: 16px;
    color: #333;
}

.item-pos-title1 {
    margin-right: 170px;
    margin-top: 10px;
}

.service-st {
    height: 220px;
    position: relative;
}

.item-pos {
    position: absolute;
    top: 160px;
}

.item-pos-title3 {
    left: 350px;
}

.item-pos-title4 {
    right: 20px;
}

.basic-msg {
    margin-top: 120px;
}

.basic-list li {
    float: left;
    margin-bottom: 20px;
}

.basic-list input,
.basic-list select {
    height: 45px;
    text-indent: 10px;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.basic-input1 {
    width: 320px;
}

.basic-input3 {
    width: 178px;
}

.basic-input4 {
    width: 744px;
}

.basic-input5 {
    width: 180px;
}

.basic-text {
    width: 100px;
    text-align: right;
    float: left;
    line-height: 45px;
}

.basic-text span {
    color: #cc3300;
}

.basic-list {
    overflow: hidden;
    margin-top: 40px;
}

.basic-tj {
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    display: block;
    background: #e6b300;
    border-radius: 5px;
    margin: 30px auto;
}

.translate-left-bg {
    width: 570px;
    height: 280px;
    background: url("../../images/standard-translate01.jpg") no-repeat center center;
}

.translate-right-bg {
    width: 570px;
    height: 280px;
    background: url("../../images/standard-translate02.jpg") no-repeat center center;
}

.translate-left-text {
    width: 450px;
    margin: 0 auto;
    padding-top: 40px;
}

.translate-right-text {
    width: 325px;
    margin: 0 auto;
    padding-top: 40px;
}

.translate-list {
    overflow: hidden;
    margin: 50px 0;
}

.translate-left-text p,
.translate-right-text p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
}

.trans-service-bg {
    height: 450px;
    background: url("../../images/standard-trate-bg_02.jpg") no-repeat center center;
}

.trans-content {
    width: 995px;
    height: 225px;
    margin: 40px auto;
    position: relative;
}

.trans-bg {
    height: 153px;
    background: url("../../images/standard-translate03.png") no-repeat center center;
}

.trans-center {
    overflow: hidden;
    padding-top: 50px;
}

.trans-item {
    position: absolute;
    margin-top: 10px;
}

.trans-item2 {
    left: 180px;
}

.trans-item3 {
    left: 380px;
}

.trans-item4 {
    left: 570px;
}

.trans-item5 {
    right: 180px;
}

.trans-item6 {
    width: 100px;
    right: 0px;
}

.translate-title {
    padding-top: 40px;
}

.translate-dis {
    width: 890px;
    margin: 0 auto;
}

.translate-dis li {
    margin: 0 10px;
}

.standard-search-bg {
    background: url("../../images/standard-bg01.jpg") no-repeat center top;
}

.standard-search {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.st-search-bg {
    width: 530px;
    height: 290px;
    background: url("../../images/standard-search_03.png") no-repeat center center;
}

.st-search-left {
    width: 470px;
    padding-top: 25px;
    margin: 0 auto;
}

.st-search-left p {
    font-size: 16px;
    color: #333;
    text-indent: 20px;
    line-height: 25px;
}

.st-search-right {
    width: 460px;
    margin: 0 auto;
    padding-top: 25px;
}

.st-search-right ul {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.ser-title-sp {
    margin-bottom: 10px;
}

.standard-search-top {
    width: 1123px;
    margin: 0 auto;
    padding-top: 138px;
}

.sd-search {
    height: 225px;
    position: relative;
}

.sd-search-bg {
    height: 153px;
    margin-top: 40px;
    margin-bottom: 10px;
    background: url("../../images/standard-search_07.png") no-repeat center center;
}

.sd-search-item {
    position: absolute;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.sd-search-item1 {
    width: 130px;
    left: 110px;
}

.sd-search-item2 {
    width: 170px;
    left: 340px;
}

.sd-search-item3 {
    width: 100px;
    right: 400px;
}

.sd-search-item4 {
    width: 195px;
    right: 100px;
}

.st-search-border {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.st-search-tab {
    width: 225px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.st-search-msg {
    margin-top: 80px;
}

.st-active {
    color: #005bf1;
}

.st-search-text {
    width: 600px;
    margin: 0 auto;
    padding-top: 20px;
}

.st-msg {
    overflow: hidden;
}

.st-msg-left {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    height: 45px;
}

.st-msg-input {
    width: 320px;
    height: 45px;
    text-indent: 10px;
}

.st-msg-file {
    width: 120px;
    height: 45px;
    cursor: pointer;
    background: #efefef;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    text-align: center;
}

.st-msg-right {
    width: 120px;
    height: 45px;
    background: #1168f9;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: block;
}

.st-tip {
    font-size: 14px;
    color: #cc3300;
    margin-top: 10px;
}

.st-search-bottom li {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.st-file-text h5 {
    font-size: 16px;
    color: #000;
}

.st-file-text h6 {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.st-search-bottom {
    overflow: hidden;
    margin-top: 20px;
}

.st-file-text {
    margin: 12px 0 12px 15px;
}

.st-file-right {
    margin: 15px 20px 15px 0;
}

.st-hand-text {
    width: 790px;
    margin: 0 auto;
    padding-top: 20px;
}

.st-textarea {
    width: 100%;
    height: 200px;
    text-indent: 10px;
    padding-top: 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.st-hand-tip {
    background: #fffdf4;
}

.st-hand-dis {
    padding: 15px 0 15px 20px;
    margin-top: 10px;
}

.st-hand-dis li {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.st-hand-dis li span {
    font-size: 14px;
    color: #cc3300;
}

.st-search-list {
    display: none;
    overflow: hidden;
}

.st-search-tab li {
    cursor: pointer;
}

/*End 标准文献hwl2019-10-15*/

/* 附件资料 */
.attachment .title {
    font-size: 24px;
    color: #666;
    padding-top: 43px;
    padding-bottom: 21px;
}

.attachment ul.kjBox {
    margin-right: 35px;
    display: flex;
    flex-wrap: wrap;
}

.attachment ul.kjBox li {
    height: 370px;
    width: 360px;
    box-sizing: border-box;
    margin: 0px 0px 20px 19px;
}

.attachment ul.kjBox li:nth-child(3n+1) {
    margin-left: 0px;
}

.attachment ul.kjBox li .attachmentLeft {
    margin-bottom: 15px;
}

.attachment ul.kjBox li .attachmentLeft .imgBox {
    width: 360px;
    height: 220px;
    overflow: hidden;
}

.attachment ul.kjBox li .attachmentLeft .imgBox img {
    object-fit: cover;
    width: 360px;
    height: 220px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.attachment ul.kjBox li .attachmentLeft .content {
    padding: 0px 14px 14px;
    box-sizing: border-box;
    width: 360px;
}

.attachment ul.kjBox li .attachmentLeft .content .content_t {
    height: 60px;
    overflow: hidden;
    padding-top: 11px;
    box-sizing: border-box;
}

.attachment ul.kjBox li .attachmentLeft .content .content_t p {
    font-size: 18px;
    color: #666;
    width: 330px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}

.attachment ul.kjBox li .attachmentLeft .content span {
    font-size: 14px;
    color: #cdcdcd;
    line-height: 26px;
    text-align: right;
    display: block;
}

.attachment ul.kjBox li .previewBtn,
.attachment ul.kjBox li .previewBtn2 {
    width: 360px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.attachment ul.kjBox li .previewBtn:hover,
.attachment ul.kjBox li .previewBtn2:hover {
    color: #ed9846;
    background-color: #f3e5d2;
    border-color: #f3e5d2;
}

.attachment ul.kjBox li:hover .previewBtn,
.attachment ul.kjBox li:hover .previewBtn2 {
    color: #ed9846;
    background-color: #f3e5d2;
    border-color: #f3e5d2;
}

.attachment ul.kjBox li:hover .attachmentLeft {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.attachment ul.kjBox li:hover .attachmentLeft .content .content_t p {
    color: #466fe4;
}

.attachment .videoBox {
    display: none;
    margin-right: 35px;
    height: 350px;
}

.attachment .videoBox .displayBox {
    display: flex;
    justify-content: space-between;
}

.attachment .videoBox .videoContent {
    width: 350px;
    height: 350px;
}

.attachment .videoBox .videoContent .titleBox {
    padding: 3px 0px 16px;
    border-bottom: 1px solid #efefef;
    height: 85px;
    box-sizing: border-box;
}

.attachment .videoBox .videoContent .titleBox p {
    color: #577be6;
    font-size: 20px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.attachment .videoBox .videoContent .content_b {}

.attachment .videoBox .videoContent .content_b .content_b_t {
    padding: 20px 0 10px;
    height: 240px;
    box-sizing: border-box;
    overflow: hidden;
}

.attachment .videoBox .videoContent .content_b .content_b_t p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.attachment .videoBox .videoContent .content_b span {
    font-size: 14px;
    color: #c2c2c2;
}

.attachment .spBox {
    margin-right: 35px;
    margin-top: 25px;
}

.attachment .spBox li {
    display: flex;
    justify-content: space-between;
    height: 42px;
    border-top: 1px solid #f4f4f4;
    box-sizing: border-box;
    align-items: center;
    padding: 0 17px;
    margin-top: 0px;
    cursor: pointer;
}

.attachment .spBox li:last-child {
    border-bottom: 1px solid #f4f4f4;
}

.attachment .spBox li p {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 800px;
}

.attachment .spBox li p i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url(../../images/shipinImg1.png);
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.attachment .spBox li span {
    color: #c2c2c2;
    font-size: 14px;
}

.attachment .spBox li:hover {
    background-color: #f7faff;
}

.attachment .spBox li:hover p {
    color: #466fe4;
}

.attachment .spBox li:hover p i {
    background-image: url(../../images/shipinImg2.png);
}

.attachment .videoBox .displayBox {
    position: relative;
}

.attachment .mask {
    width: 750px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    background: url(../../images/maskImg.jpg);
}

.attachment .mask {
    width: 750px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    background: url(../../images/maskImg.jpg);
}

.attachment ul.kjBox li .previewBtn a,
.attachment ul.kjBox li .previewBtn2 a {
    color: #ccc;
}

.attachment ul.kjBox li:hover .previewBtn a,
.attachment ul.kjBox li:hover .previewBtn2 a {
    color: #ed9846;
}