﻿@charset 'utf-8';

/** Generated by FG **/
@font-face {
    font-family: 'Conv_HelveticaNeueLTPro-Th';
    src: url('../fonts/HelveticaNeueLTPro-Th.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLTPro-Th.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_IMPACT';
    src: url('../fonts/IMPACT.eot');
    src: local('☺'), url('../fonts/IMPACT.woff') format('woff'), url('../fonts/IMPACT.ttf') format('truetype'), url('../fonts/IMPACT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    src: url('../fonts/HELVETICA NEUE CE 35 THIN.eot');
    src: local('☺'), url('../fonts/HELVETICA NEUE CE 35 THIN.woff') format('woff'), url('../fonts/HELVETICA NEUE CE 35 THIN.ttf') format('truetype'), url('../fonts/HELVETICA NEUE CE 35 THIN.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_tt0142m_';
    src: url('../fonts/tt0142m_.eot');
    src: local('☺'), url('../fonts/tt0142m_.woff') format('woff'), url('../fonts/tt0142m_.ttf') format('truetype'), url('../fonts/tt0142m_.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_ELEPHNT';
    src: url('../fonts/ELEPHNT.eot');
    src: local('☺'), url('../fonts/ELEPHNT.woff') format('woff'), url('../fonts/ELEPHNT.ttf') format('truetype'), url('../fonts/ELEPHNT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




body{
    overflow: hidden;
}
.pc_head{
    width: 100%;
    height: 130px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top:0;
    z-index: 1000;
    padding-left: 50px;
    padding-right: 50px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll{
    height: 90px;
}
@media screen and (max-width: 1199px){
    .pc_head{
        display: none;
    }
}
.pc_head .logo{
    float: left;
    line-height: 130px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head  .logo img{
    display: inline-block;
    width: 200px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll  .logo{
    line-height: 90px;
}
.pc_head.scroll  .logo img{
    display: inline-block;
    width: 180px;
}
 .pc_nav{
    float: left;
    width: calc(100% - 515px);
    padding: 0 75px;
}
.pc_nav > li{
    float: left;
    width: 12.5%;
    margin-top: 55px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll .pc_nav > li{
    margin-top: 38px;
}
.pc_nav > li>a>span{
    display: inline-block;
    color: #333333;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.pc_nav > li:hover >a>span{
    color: #007AFF;
}
.pc_nav > li.on >a>span{
    color: #007AFF;
}
.pc_nav > li + li >a>span{
    border-left: 1px solid  #DEDEDE;
}
.pc_language{
    float: right;
    width: 22px;
    height: 22px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #999999;
    margin-top: 55px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll .pc_language{
    margin-top: 38px;
}
.ph_language{
    float: right;
    width: 22px;
    height: 22px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #999999;
    margin-top: 30px;
    margin-right: 15px;
}
.pc_search{
    float: right;
    margin-top: 45px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCCCCC;
    padding:  0 15px;
    margin-left: 20px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll .pc_search{
    margin-top:25px;
}
.pc_search input{
    width:210px ;
}
.pc_search input::-moz-placeholder { color:#eeeeee; opacity: 1; }

.pc_search input:-moz-placeholder { color:#eeeeee;opacity: 1; }

.pc_search input::-webkit-input-placeholder { color:#eeeeee; }

.pc_search input:-ms-input-placeholder { color:#eeeeee; }
.pc_search .iconfont{
    font-size: 22px;
    color: #999999;
    cursor: pointer;
}
.ph_search{
    float: right;
    font-size: 22px;
    color: #999999;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 75px;
}
.pc_nav_down{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top:130px;
    z-index: 500;
    display: none;
}
.pc_nav_down.scroll{
    top:90px;
}
.pc_nav_down .left{
    float: left;
    width: 24%;
    height: auto;
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_nav_down .left .con{
    width: 200px;
    height: auto;
}
.pc_nav_down .left .p1{
    font-size: 30px;
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 23px;
}
.pc_nav_down .left .p2{
    color: #eaf5ff;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeueLTPro-Th';
}
.pc_nav_down .right{
    float: left;
    width: 76%;
    height: auto;
    min-height: 270px;
    padding: 40px 260px 0 110px;
    background: #FFFFFF;
    -moz-box-shadow:0px 5px 20px #eeeeee inset;
    -webkit-box-shadow:0px 5px 20px #eeeeee inset;
    box-shadow:0px 5px 20px #eeeeee inset;
}
.pc_nav_down .right ul{
    width: 220px;
    float: left;
}
.pc_nav_down .right ul li{
    color: #666666;
    font-size: 16px;
    display:block;
    padding-bottom: 45px;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 25px;
}
.pc_nav_down .right ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top:5px;
    width:7px;
    height: 7px;
    background:#59CAD5 ;
}
/* 小屏幕头部 */
.ys-header2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
    background-color: #fff;
    display: none;
}
@media screen and (max-width: 1199px){
    .ys-header2{
        display: block;
    }
}
.ys-header2 .ys-logo{
    float: left;
    margin-left: 15px;
    line-height: 80px;
    width: 100px;
}
.ys-header2 .ys-logo img{
    display: inline-block;
    /* height: 60px; */
    width: 100%;
}
.ys-header2 .ys-menuph{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}

.ys-header2 .ys-menuph .ys-point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn,
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn::after,
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn::before{
    width: 28px;
}
.ys-header2 .ys-menuph .ys-navbtn{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background:#666;
}
.ys-header2 .ys-menuph .ys-navbtn::after,
.ys-header2 .ys-menuph .ys-navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}
.ys-header2 .ys-menuph .ys-navbtn::after{
    top: -11px;
}
.ys-header2 .ys-menuph .ys-navbtn::before{
    top: 10px;
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn{
    background: transparent;
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*
*手机导航下拉
*/
.ys-phonemeng.ys-active {
    display: block;
}
.ys-phonemeng {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
}
.ys-menu-ul{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1300;
    background: #FFFFFF;
    padding:  0 40px;
    display: none;
    box-sizing: border-box;
}
@media screen and (max-width:400px){
    .ys-menu-ul{
        padding:  0 20px;
    }
}
.ys-menu-ul .ys-xialaph .ys-ul1{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 .ys-containerr{
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 a{
    color: #999999;
    cursor: pointer;
    font-size: 16px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 h4{
    font-size: 18px;
    padding-bottom: 10px;
    color: #999999;
    cursor: pointer;
}
.ys-menu-ul .ys-xialaph h4.ys-active, .ys-menu-ul .ys-xialaph h5.ys-active {
    border-bottom: 0;
}
.ys-menu-ul .ys-xialaph h4 img {
    float: right;
    width:16px;
    margin-top:0px;
    cursor: pointer;
}
.ys-menu-ul .ys-xialaph h5 img {
    float: right;
    width: 13px;
    margin-top:0px;
    cursor: pointer;
}
.ys-img_d{
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul1 h5{
    font-size: 14px;
    color: #999999;
}
.ys-menu-ul .ys-xialaph .ys-ul2{
    padding-left: 30px;
    background: #F0F0F0;
    padding-bottom: 20px;
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul2 li{
    padding-top: 20px;
}
.ys-menu-ul .ys-xialaph .ys-ul3{
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul3 li{
    padding-left: 15px;
    font-size: 12px;
    color: #999999;
}
.ys-tansou {
    position: fixed;
    z-index: 1061;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}
.ys-tansou .ys-sou {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 847px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ys-tansou .ys-sou input {
    font-size: 18px;
    float: left;
    width: 731px;
    height: 87px;
    padding-left: 30px;
    color: #333;
    background: #fff;
}
@media screen and (max-width: 990px) {
    .ys-tansou .ys-sou {
        width: 750px;
    }
    .ys-tansou .ys-sou input {
        width: 638px;
    }
}
@media screen and (max-width: 767px) {
    .ys-tansou .ys-sou {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .ys-tansou .ys-sou input {
        font-size: 12px;
        width:         calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        height: 50px;
        padding-left: 15px;
    }
}
.ys-tansou .ys-sou button {
    line-height: 86px;
    float: right;
    width: 102px;
    height: 87px;
    margin-left: 3px;
    text-align: center;
    background: #045bab;
}

.ys-tansou .ys-sou button img {
    width: 44px;
}
@media screen and (max-width: 767px) {
    .ys-tansou .ys-sou button {
        line-height: 50px;
        width: 60px;
        height: 50px;
    }
    .ys-tansou .ys-sou button img {
        width: 26px;
    }
}
.ys-tansou .ys-tansouc {
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .ys-tansou .ys-tansouc {
        width: 20px;
        position: absolute;
        top: 20px;
        right: 15px;
        cursor: pointer;
    }
}
/* 首页banner */
.sy_banner{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 130px;
}
.sy_banner .item{
    width: 100%;
    overflow: hidden;
}
.sy_banner .item .ph-show{
    display: none;
}
.sy_banner .item img{
    display: inline-block;
    width: 100%;
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sy_banner .item img.scale{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sy_banner .slick-prev{
    width: 24px;
    height: 44px;
    left: 50px;
    z-index: 200;
    background: url("../images/sy_left.png") 0 0 no-repeat;
    display: none!important;
}
.sy_banner .slick-next{
    width: 24px;
    height: 44px;
    right: 50px;
    z-index: 200;
    background: url("../images/sy_right.png") 0 0 no-repeat;
    display: none!important;
}
.sy_banner .slick-dots{
    position: absolute;
    bottom: 25px;

}
.sy_banner .slick-dots li button::before,
.sy_banner .slick-dots li button::after{
    display: none;
}
.sy_banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
    opacity: 1;
    margin: 0 10px;
}
.sy_banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sy_banner .slick-dots li.slick-active {
    background-color: #ffffff;
}
/* 首页推荐产品 */
.sy_product{
    width: 100%;
    /*overflow: hidden;*/
}
.sy_cn_1{
    color: #333333;
    text-align: center;
    font-size: 48px;
}
.sy_product .sy_cn_1{
    padding-top: 95px;
    padding-bottom: 30px;
}
.sy_en_1{
    color: #666666;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}
.sy_product .sy_en_1{
    padding-bottom: 50px;
}
.content{
    width: 1200px;
    margin: auto;
}
.product_zhuan{
    padding-left: 50px;
    padding-right: 50px;
}
.product_zhuan li{
   padding: 20px 20px 0;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.product_zhuan li .bottom{
    width: 100%;
    height: 90px;
    background: #59CAD5;
}
.product_zhuan li .bottom .en{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top:25px ;
    padding-bottom: 10px;
}
.product_zhuan li .bottom .cn{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.product_zhuan li .top{
    overflow: hidden;
    text-align: center;
    box-shadow:0px -3px 15px #F7F7F7, -3px 0px 15px #F7F7F7, 3px 0px 15px #F7F7F7;
    -moz-box-shadow:0px -3px 15px #F7F7F7, -3px 0px 15px #F7F7F7, 3px 0px 15px #F7F7F7;
    -webkit-box-shadow:0px -3px 15px #F7F7F7, -3px 0px 15px #F7F7F7, 3px 0px 15px #F7F7F7;
}
.product_zhuan li .top img{
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-ms-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
}
.product_zhuan .slick-prev{
    width:17px;
    height: 30px;
    left: 0px;
    z-index: 200;
    background: url("../images/sy_shang.png") 0 0 no-repeat;
}
.product_zhuan .slick-next{
    width:17px;
    height: 30px;
    right: 0px;
    z-index: 200;
    background: url("../images/sy_xia.png") 0 0 no-repeat;
}
/* 首页仪真简介 */
.sy_jianjie{
    width: 100%;
    height: 480px;
    margin-top: -90px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover;
}
.sy_jianjie > .sy_cn_1{
    color: #ffffff;
    padding-top: 230px;
    padding-bottom: 30px;
}
.sy_jianjie > .sy_en_1{
    color: #ffffff;
}
.sy_icon{
    text-align: center;
    margin: -72px 0 90px;
}
.sy_icon p{
    width:145px;
    height: 145px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #F1F1F1;
    margin:0px 55px ;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.sy_icon p .hover-show{
    display: none;
}
.sy_icon p img{
    display: block;
    max-width: 100%;
    margin: 20px auto 10px;
}
.sy_icon  span{
    font-size: 14px;
}
.sy_icon .huan span{
    color: #ff8400;
}
.sy_icon .huan:nth-child(2) span{
    color:#59cad5;
}
.sy_icon .huan:nth-child(3) span{
    color:#ffd200;
}
.sy_icon .huan:nth-child(4) span{
    color:#93c93d;
}
.sy_icon .huan:nth-child(5) span{
    color:#d38ed4;
}
.sy_company .left{
    float: left;
    width: calc(100% - 480px);
}
.sy_company .left .tit img{
    display: inline-block;
    width: 36px;
}
.sy_company .left .tit span{
    color: #005baa;
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px;
}
.sy_company .left .p1{
    color: #666666;
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
    margin-bottom:35px;
    padding-right: 80px;
    text-align: justify;
}
.sy_company .left .s2{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #005BAA;
    text-align: center;
    line-height: 22px;
}
.sy_company .left .s2 .iconfont{
    font-size: 12px;
    color: #ffffff;
}
.sy_company .left .s2{
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.sy_company .left .s1{
    color: #005baa;
    font-size: 18px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    padding-left: 15px;
}
.sy_company .right{
    float: right;
    width: 480px;
}
.sy_company .right img{
    max-width: 100%;
    position: relative;
    z-index: 20;
    float: right;
}
.sy_company .right img:last-child{
    margin-top: -180px;
    position: relative;
    z-index: 10;
    float: left;
}
/* 首页解决方案 */
.sy_solutions{
    width: 100%;
    height: auto;
    background: #E6E6E6;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}
.sy_solutions .sy_cn_2{
    color: #333333;
    font-size: 40px;
    text-align: center;
    padding-top:85px ;
    padding-bottom: 25px;
}
.sy_solutions .sy_en_2{
    color: #666666;
    font-size: 18px;
    text-align: center;
    padding-bottom: 75px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.sy_slutu .item{
    width: auto;
    height: 288px;
    overflow: hidden;
    position: relative;
}
.sy_slutu .item p{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.33);
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom:0;
}
.sy_slutu .slick-prev{
    width: 24px;
    height: 44px;
    left: 20px;
    z-index: 200;
    background: url("../images/sy_left.png") 0 0 no-repeat;
}
.sy_slutu .slick-next{
    width: 24px;
    height: 44px;
    right: 20px;
    z-index: 200;
    background: url("../images/sy_right.png") 0 0 no-repeat;
}
.sy_slutu .item img{
    height: 100%;
    position: absolute;
    left: 50%;
    top:0;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.sy_solutions .more{
    width: 120px;
    height: 40px;
    background: #007AFF;
    border: 1px solid #007AFF;
    line-height: 40px;
    text-align: center;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    margin: 65px auto;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.sy_solutions .more span:first-child{
    font-size: 14px;
    color: #ffffff;
}
.sy_solutions .more span:last-child{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    margin-left: 15px;
    transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}
.sy_solutions .more span .iconfont{
    font-size: 8px;
    color: #007AFF;
}
.sy_solutions .btn{
    position: absolute;
    top:150px;
    right: 80px;
    cursor: pointer;
}
.sy_solutions .btn:after{
    content: '';
    width:1px;
    height: 16px;
    background: #D4D4D4;
    position: absolute;
    top:0px;
    left:45px;
    z-index: 20;
}
.sy_solutions .btn .iconfont{
    font-size: 14px;
    color: #D4D4D4;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
/*  首页新闻 */
.sy_news .left{
    float: left;
    width: 50%;
    height: 774px;
    padding: 0 80px  68px;
    position: relative;
}
.sy_news .left .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background:  rgba(0,122,255,0.66);
}
.sy_news .left .butt{
    position: absolute;
    bottom:50px;
    right: 80px;
    z-index: 23;
    cursor: pointer;
}
.sy_news .left .butt:after{
    content: '';
    width:1px;
    height: 16px;
    background: #709FD3;
    position: absolute;
    top:0px;
    left:45px;
    z-index: 20;
}
.sy_news .left .butt .iconfont{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
 .sy_cn_3{
    color: #ffffff;
    font-size: 40px;
    padding-top:74px ;
    padding-bottom: 25px;
     position: relative;
     z-index: 20;
}
 .sy_en_3{
     color: #ffffff;
     font-size: 18px;
     padding-bottom: 20px;
     position: relative;
     z-index: 20;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.sy_news_zhuan{
    position: relative;
    z-index: 20;
}
.sy_news_zhuan .slick-dots{
    position: absolute;
    bottom: -15px;

}
.sy_news_zhuan .slick-dots li button::before,
.sy_news_zhuan .slick-dots li button::after{
    display: none;
}
.sy_news_zhuan  .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background:transparent;
    opacity: 1;
    margin: 0 10px;
}
.sy_news_zhuan .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sy_news_zhuan .slick-dots li.slick-active {
    background-color: #ffffff;
}
.sy_news_zhuan_con .item:first-child{
    border-bottom: 1px solid  #3677C4;
}
.sy_news_zhuan_con .item .date{
    color: #cfe6ff;
    font-size: 14px;
    padding-top:25px;
    padding-bottom: 25px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.sy_news_zhuan_con .item  .tit{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    display:block;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}
.sy_news_zhuan_con .item  .p1{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    max-height: 60px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.sy_news_zhuan_con .item .btn{
    width: 120px;
    height: 35px;
    background: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    color: #007aff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sy_news_zhuan_con .item .btn span{
    display: inline-block;
    margin-left: 12px;
}
.sy_news_zhuan_con .item .btn span img{
    display: inline-block;
    width: 15px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.sy_news .right{
    float: left;
    width: 50%;
}
.sy_news .right .right_box .left{
    width: 50%;
    height: 387px;
    background: #ffffff;
    padding: 80px 80px 0;
    text-align: center;
    position: relative;
}
.sy_news .right .right_box .left:before{
    content: '';
    width: 20px;
    height: 42px;
    position: absolute;
    top:50%;
    margin-top: -21px;
    z-index: 20;
}
.sy_news .right .right_box:first-child .left:before{
    right:-18px;
    background: url("../images/sy_153.png") 0 0 no-repeat;
}
.sy_news .right .right_box:last-child .left:before{
    left:-18px;
    background: url("../images/sy_152.png") 0 0 no-repeat;
}
.sy_news .right .right_box:first-child .left{
    float: left;
}
.sy_news .right .right_box:last-child .left{
    float: right;
}
.sy_news .right .right_box .left .ti{
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2;/* 超出的行数 */
}
.sy_news .right .right_box .left .xian{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sy_news .right .right_box .left .p5{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    overflow:hidden;
    text-align: center;
    text-overflow:ellipsis;
    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:3;/* 超出的行数 */
}
.sy_news .right .right_box .left .iconfont{
    font-size: 24px;
    color: #999999;
    display: inline-block;
    margin-top: 30px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.sy_news .right .right_box .img{
    float: left;
    width: 50%;
    height: 387px;
    position: relative;
    overflow: hidden;
}
.sy_news .right .right_box .img img{
    height: 100%;
    position: absolute;
    left: 50%;
    top:0;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.sy_technical{
    width: 100%;
    height: 120px;
    background: #005BAA;
    position: relative;
}
.sy_technical .fl .cn{
    color: #ffffff;
    font-size: 30px;
    padding-top: 30px;
}
.sy_technical .fl .en{
    font-size: 14px;
    color: #ffffff;
    padding-top: 16px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.sy_technical .fr p{
    width: 150px;
    height: 30px;
    border: 1px solid #70A3CF;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}
.sy_technical .center{
    position: absolute;
    left: 50%;
    bottom:0;
    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}
.sy_technical .center span{
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin-left:40px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.sy_technical .center span:first-child{
    padding-top: 15px;
}

/* 底部 */
.pc_foot{
    width: 100%;
    height: auto;
    background: #292929;
    padding-top: 45px;
}
.pc_foot .link ul{
    float: left;
    width:186px;
    margin-bottom: 40px;
}
.pc_foot .link ul:last-child{
    width: 72px;
}
.pc_foot .link ul a:first-child li{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.pc_foot .link ul a li{
    color: #d1d1d1;
    font-size: 14px;
    line-height: 2;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.pc_foot .p1{
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
}
.pc_foot .lianxi ul li img{
    -webkit-transform: scale(0.5);

    -ms-transform: scale(0.5);

    -o-transform: scale(0.5);

    transform: scale(0.5);
    margin-left: -5px;
}
.pc_foot .lianxi ul li span{
    color: #d1d1d1;
    font-size: 16px;
    line-height: 30px;
    padding-right: 30px;
}
.pc_foot .firend_link{
    float: right;
    width: 165px;
    height: 45px;
    position: relative;
}
.pc_foot .firend_link p{
    width: 165px;
    height: 45px;
    line-height: 45px;
    padding:  0 15px;
    border: 1px solid #585858;
    color: #5c5c5c;
    font-size: 16px;
    cursor: pointer;
}
.pc_foot .firend_link p .iconfont{
    font-size: 13px;
    color: #C0C0C0;
    margin-top: 18px;
    -ms-transform:rotate(180deg);

    -moz-transform:rotate(180deg);

    -webkit-transform:rotate(180deg);

    -o-transform:rotate(180deg);
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_foot .firend_link p.act .iconfont{
    -ms-transform:rotate(0deg);

    -moz-transform:rotate(0deg);

    -webkit-transform:rotate(0deg);

    -o-transform:rotate(0deg);
}
.pc_foot .firend_link .link_xiala{
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top:45px;
    border: 1px solid #585858; 
    border-top: none;
    display: none;
    /* overflow: hidden; */
}
.pc_foot .firend_link .link_xiala li{
    font-size:12px;
    color: #ffffff;
    line-height: 35px;
    padding:  0 15px;
    background:#292929 ;
}
.pc_foot .firend_link .link_xiala a + a li{
    border-top: 1px dashed #ffffff;
}
.pc_foot .firend_link .mCSB_inside>.mCSB_container {
    margin-right: 0px;
    /* border: 1px solid #585858; */
}
.foot_copy{
    padding: 10px 0;
    border-top: 1px solid #3D3D3D;
    text-align: center;
    line-height: 1.5;
    color: #767676;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    font-size: 14px;
    margin-top: 40px;
    letter-spacing: 1px;
}
.foot_copy > a{
    display: none;
}
.foot_share{
    float: right;
    width: 140px;
    height: 45px;
    border: 1px solid #585858;
    margin-left: 20px;
}
.foot_share span{
    width: 44px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    float: left;
    cursor: pointer;
    position: relative;
}
.foot_share span .wx_img{
    display: inline-block;
    width: 80px;
    position: absolute;
    left: 0;
    margin-left: -15px;
    bottom:55px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.foot_share span:hover  .wx_img{
    visibility: visible;
    opacity: 1;
}
.foot_share span + span{
    border-left:  1px solid #585858;
}
.foot_share span .iconfont{
    font-size: 24px;
    color: #ffffff;
}
.neiban{
    width: 100%;
    margin-top: 130px;
}
.neiban img{
    width: 100%;
}
.bread{
    width: 100%;
    padding-top: 35px;
    border-bottom: 1px solid #eaeaea;
}
.bread ul{
    margin: 0 -25px;
}
.bread ul li{
    padding: 0 25px;
}
.bread ul li a{
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.bread ul li.act a:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #005baa;
}
.bread .bread_con{
    padding: 15px 0;
}
.bread .bread_con a img{
    width: 20px;
}
.bread .bread_con a{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.bread .bread_con span{
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.pro_con{
    padding-top: 55px;
}
.prot_fl{
    position: relative;
    width: 50%;
    padding-bottom: 50px;
    background:url(../images/pro_05.jpg) no-repeat;
    background-size: cover;
    height:590px;
    border: 1px solid #e6e6e6;
}
.prot_fl .prot_img{
    /* padding: 90px 50px 30px 20px; */
    padding: 0 0 30px 0;
}
.prot_fl .prot_img img{
    width: 100%;
}
.prot_fl .prot_txt{
    padding: 0 60px;
}
.prot_fl .prot_txt h1{
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}
.prot_fl .prot_txt p{
    margin-bottom: 20px;
    font-size: 14px;
    color: #d5ebfe;
    line-height: 1.5;
}
.prot_fl .prot_tit{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background-color: #59cad5;
}
.prot_fl .nei_btn{
    background-color: #fff;
    color: #007aff;
    border: 1px solid #fff;
}
.prot_fl .nei_btn .img_s{
    display: none;
}
.prot_fl .nei_btn .img_d{
    display: inline-block;
}
.nei_btn{
    width: 125px;
    padding: 10px 14px 10px 20px;
    color: #fff;
    font-size: 14px;
    background-color: #007aff;
    border: 1px solid #007aff;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.nei_btn img{
    width: 15px;
    margin-left: 30px;
}
.prot_fr{
    width: 50%;
}
.pro_line{
    /* border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; */
}
.prot_fr .pro_box{
    width: 100%;
}
/* .prot_fr .pro_box:nth-child(1){
    border-top: 1px solid #e6e6e6;
} */
.pro_box{
    position: relative;
    width: 50%;
   /*  border-bottom: 1px solid #e6e6e6; */
    /* border-left: 1px solid #e6e6e6; */
    border: 1px solid #e6e6e6;
    padding: 9px 0 5px 0px;
    height: 295px;
}
.pro_box .prob_img{
    width: 50%;
    padding-left: 8px;
    text-align: center;
}
.pro_box .prob_img img{
    max-width: 100%;
}
.pro_box .prob_txt{
    width: 50%;
    padding: 60px 45px 0 0;
}
.pro_box .prob_txt h1{
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}
.pro_box .prob_txt p{
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 18px 0;
}
.pro_box:nth-child(2n+3){
    border-left: 0px;
}
.pro_box .prob_new{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 90px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #59cad5;
    font-size: 14px;
    color: #fff;
}
.fenye{
    padding: 50px 0;
    text-align: center;
}
.fenye li{
    display: inline-block;
    padding: 13px 15px;
    margin: 0 15px;
    background-color: #f3f5f7;
    font-size: 16px;
    color: #999999;
    font-family: 'Conv_HelveticaNeueLTPro-Th';
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.fenye li.activepage{
    background-color: #015aaa;
    color: #fff;
}
.fenye li:hover{
    background-color: #015aaa;
    color: #fff;
}
.fenyeph{
    display: none;
    padding: 20px 15px;
}
.fenyeph .fenbtn{
    padding:10px 18px;
    background-color: #015aaa;
}
.fenyeph .fenbtn a{
    font-size: 14px;
    color: #fff;
}
.pron_bg:nth-child(odd){
    background-color: #f3f5f7;
}
.pron_bg:nth-child(even){
    background-color: #fff;
}
.pron_bg p{
	padding: 30px 0;
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.pron_slick{
    margin-top: 40px;
    background-color: #fff;
}
.prou_img .slick-prev{
    background: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: #035aa9;
    z-index: 3;
}
.prou_img .slick-next{
    background: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: #035aa9;
    z-index: 3;
}
.pron_slick .prons_fl{
    width: 74%;
    text-align: center;
}
.pron_slick .prons_fl img{
    max-width: 100%;
}
.pron_slick .prons_fr{
    width: 26%;
    background: url(../images/b2_03.jpg);
    background-size: cover;
    text-align: center;
}
.pron_slick .prons_fr .prons_num{
    position: relative;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #136cbc;
    text-align: center;
    color: #fff;
    line-height: 54px;
}
.pron_slick .prons_fr .prons_num .prons_prev{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 100%;
    text-align: center;
    line-height: 54px;
    color: #7aa3c6;
    border-right: 1px solid #136cbc;
    cursor: pointer;
}
.pron_slick .prons_fr .prons_num .prons_next{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 100%;
    text-align: center;
    line-height: 54px;
    color: #7aa3c6;
    border-left: 1px solid #136cbc;
    cursor: pointer;
}
.pron_slick .prons_fr h1{
    margin: 70px 0 50px;
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
}
.pron_slick .prons_fr button{
    margin-bottom:80px; 
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #59cad5;
}
.pron_text{
    padding: 45px 0;
}
.pron_text p{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.pron_tit{
    padding-top: 30px;
    border-bottom: 1px solid #cccccc;
}
.pron_tit h1{
    position: relative;
    padding: 15px 0px; 
    font-size: 26px;
    color: #333333;
}
.pron_tit h1:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 107px;
    height: 5px;
    background-color: #035aa9;
}
.pro_tedian{
    margin: 50px 0;
    background-color: #f3f5f7;
}
.pro_tedian .prot_fl{
    width: 30.4%;
    height: auto;
    padding: 100px 0 100px 74px;
    background: url(../images/b2_07.jpg);
    background-size: cover;
}
.pro_tedian .prot_fl h1{
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
}
.pro_tedian .prot_fr{
    width: 69.6%;
    padding: 18px 0;
}
.pro_tedian .prot_fr ul{
    width: 50%;
    padding: 0 65px;
}
.pro_tedian .prot_fr ul:nth-child(1){
    border-right: 1px solid #ffffff;
}
.pro_tedian .prot_fr ul li{
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    padding: 7px 0 7px 15px;
}
.pro_tedian .prot_fr ul li:after{
    content: '';
    position: absolute;
    top:19px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: #59cad5;
}
.pro_yuanli{
    padding: 25px 0 70px 0;
}
.pro_yuanli p{
    margin-bottom: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.pro_yuanli img{
    max-width: 100%;
}
.yuanli_img{
    text-align: center;
}
.pro_biaozhun{
    padding: 20px 0 40px;
}
.pro_biaozhun li{
    padding: 7px 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.pro_liucheng{
    padding: 50px 0 80px 0;
}
.pro_liucheng img{
    max-width: 100%;
}
.pro_liucheng p{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.pro_canshu{
    padding: 75px 65px 50px 60px;
}
.pro_canshu li{
    position: relative;
    padding: 0px 0 40px 30px;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}
.pro_canshu li:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    background: url(../images/icon.png) no-repeat;
    background-size: 100% auto;
}
.pro_canshu li:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px dashed #999999;
}
.pro_canshu li:last-child:after{
    display: none;
}
.proc_fl{
    width: 58.6%;
}
.proc_fr{
    width: 41.4%;
    padding-top: 45px;
}
.proc_fr img{
    width: 100%;
}
.pro_mo{
    width: 25%;
    padding-bottom: 60px;
}
.pro_mo img{
    width: 100%;
}
.pro_mo h1{
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #2a62ae;
    line-height: 1.5;
}
.pro_use{
    padding: 40px 0  50px 0;
}
.pro_use p{
    margin-bottom: 35px;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.pro_use .prou_box{
    width: 20%;
}
.pro_use .prou_box img{
    width: 100%;
}
.sol_con{
    padding-top: 50px;
}
.sol_con .sol_box{
    position: relative;
    margin-right: -310px;
    overflow: hidden;
}
.sol_con .sol_box:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 505px;
    height: 6px;
    background-color: #eaeaea;
}
.sol_con .sol_box .sol_fl{
    position: relative;
    width: 28%;
    padding: 35px 0 0 0;
}
.sol_con .sol_box .sol_fl h1{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.sol_con .sol_box .sol_fl h2{
    margin-bottom: 25px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.sol_con .sol_box .sol_fl p{
    margin: 0 -19px 50px;
}
.sol_con .sol_box .sol_fl p span{
    display: inline-block;
    padding: 0 19px;
    font-size: 14px;
    color: #999999;
}
.sol_con .sol_box .sol_fr{
    position: relative;
    width: 72%;
    overflow: hidden;
}
.sol_con .sol_box .sol_fr img{
    width: 100%;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.sol_con .sol_box .sol_fr .mc{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #000000;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.sol_page{
    padding: 20px 0 80px;
}
.solp_con{
    position: relative;
    padding: 55px 0;
    border-bottom: 1px solid #e6e6e6;
}
.solp_con .solp_num{
    font-size: 100px;
    color: #999999;
    font-family: 'Conv_IMPACT';
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.solp_con .solp_txt{
    position: absolute;
    top: 50%;
    left: 0px;
    padding-left: 160px;
    width: 100%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.solp_con .solp_txt h1{
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    color: #666666;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    letter-spacing: 1px;
    line-height: 2;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.solp_con .solp_txt h1 span{
    position: absolute;
    top:50%;
    left: 130px;
    line-height: 2;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wenti{
    padding-top: 30px;
}
.wen_top{
    position: relative;
    padding-left: 80px;
    cursor: pointer;
}
.wen_top .wen_q{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 76px;
    height: 75px;
    text-align: center;
    background-color: #e1e3e6;
}
.wen_top .wen_q p{
    font-size: 30px;
    line-height: 75px;
    color: #015aaa;
    font-family: 'Conv_tt0142m_';
}
.wen_top .wen_con{
    position: relative;
    width: 100%;
    background-color: #f3f5f7;
    padding:0px 30px;
    transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.wen_top .wen_con p{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding:25px 0px;
}
.wen_top .wen_con span{
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 16px;
    color: #999999;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wen_box{
    margin-top:20px; 
}
.wen_box.act .wen_top .wen_q{
    background-color: #005baa;
    border-bottom: 1px solid #1b78cb;
}
.wen_box.act .wen_top .wen_q p{
    color: #fff;
    font-weight: bold;
}
.wen_box.act .wen_top .wen_con{
    height: 75px;
    background-color: #59cad5;
}
.wen_box.act .wen_top .wen_con p{
    color: #fff;
    border-bottom: 1px solid #83dfe8;
    font-weight: bold;
}
.wen_box.act .wen_top .wen_con span{
    color: #fff;
}
.wen_bottom {
    display: none;
    position: relative;
    padding-left: 80px;
}
.wen_bottom .wen_a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 76px;
    height: 97px;
    background-color: #005baa; 
    text-align: center;
}
.wen_bottom .wen_a p{
    font-size: 30px;
    color: #fff;
    line-height: 97px;
    font-family: 'Conv_tt0142m_';
}
.wen_bottom .wen_bcon{
    padding: 30px 30px 45px; 
    background-color: #59cad5;
}
.wen_bottom .wen_bcon p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.down{
    padding-top: 25px;
}
.down_box{
    width: 100%;
    margin-top: 25px;
    padding: 20px 0;
    background-color: #f5f7f8;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.down_box .down_tit{
    width: 350px;
    padding-left: 100px;
}
.down_box .down_tit h1{
    margin-bottom: 10px;
    font-size: 16px;
    color: #005baa;
    line-height: 1.5;
}
.down_box .down_tit h2{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.down_box .down_con{
    position: relative;
    width: calc(100% - 350px);
    padding-right: 65px;
}
.down_box .down_con p{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding: 17px 0;
}
.down_box .down_con img{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.new_top{
    padding: 50px 0;
    background-color: #f3f5f7;
}
.new_top .newt_box{
    position: relative;
    width: 100%;
}
.new_top .newt_box:nth-child(1){
    margin-bottom: 40px;
}
.new_top .newt_box .newt_img{
    width: 56.6%;
    overflow: hidden;
}
.new_top .newt_box .newt_img img{
    width: 100%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.new_top .newt_box .newt_txt{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 54%;
    padding: 10px 40px 37px;
    background-color: #fff;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.new_top .newt_box .newt_txt h1{
    position: relative;
    padding: 25px 0;
    font-size: 26px;
    color: #333333;
}
.new_top .newt_box .newt_txt h1:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
}
.new_top .newt_box .newt_txt h1:after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
}
.new_top .newt_box .newt_txt p{
    margin: 25px 0 30px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.new_top .newt_box .newt_txt .new_btn span{
    font-size: 16px;
    color: #999999;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
    line-height: 37px;
}
.new_top .newt_box:nth-child(2) .newt_txt{
    right: auto;
    left: 0px;
}
.newb_box{
    position: relative;
    padding: 50px 0;
    background-color: #fff;
}
.newb_box:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/comnew_02.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.newb_box .container{
    position: relative;
    z-index: 1;
}
.newb_box .newb_img{
    width: 40.6%;
    padding-left: 20px;
    overflow: hidden;
}
.newb_box .newb_img img{
    width: 100%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.newb_box .newb_txt{
    width: 59.4%;
    padding: 10px 40px 0 30px;
}
.newb_box .newb_txt span{
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
}
.newb_box .newb_txt h1{
    font-size: 26px;
    color: #666666;
    margin: 20px 0 0;
    line-height: 1.5;
}
.newb_box .newb_txt p{
    margin: 30px 0;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
}
.newb_box.w100 .newb_txt{
    width: 100%;
}
.newp_tit{
    position: relative;
    padding: 45px 0 30px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}
.newp_tit h1{
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
}
.newp_tit:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 60px;
    height: 4px;
    background-color: #015aaa;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.newp_mess{
    padding: 35px 0;
    text-align: center;
}
.newp_mess span{
    display: inline-block;
    padding: 5px 50px;
    font-size: 16px;
    color: #999999;
}
.newp_mess span:nth-child(1){
    border-right: 1px solid #ececec;
}
.newp_txt p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.newp_txt img{
    margin-top:30px; 
    max-width: 100%;
}
.newp_fen{
    position: relative;
    padding: 45px 0;
}
.newp_fen .newp_prev,
.newp_fen .newp_next{
    width: 250px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #035aa9;
    border: 1px solid #007aff;
}
.newp_fen .newp_prev a,
.newp_fen .newp_next a{
    font-size: 14px;
    color: #fff;
}
.newp_fen .newp_reback{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 43px;
    background-color: #035aa9;
    text-align: center;
    line-height: 40px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border: 1px solid #035aa9;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.newp_fen .newp_reback img{
    width: 25px;
}
.pro_con.brand{
    padding-top: 0px;
}
.brand .brand_tit{
    padding: 70px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.brand .brand_tit h1{
    position: relative;
    padding: 25px 0;
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
.brand .brand_tit h1:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 90px;
    height: 1px;
    background-color: #cccccc;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.brand .pro_box:nth-child(2n+3) {
    border-left: 1px solid #e6e6e6;
}
.brand .pro_box:nth-child(2n) {
    border-left: 0px solid #e6e6e6;
}
.brand{
    padding-bottom: 80px;
}
.coop_tit{
    padding: 45px 0;
    text-align: center;
}
.coop_tit h1{
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.coop_tit h2{
    position: relative;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    padding-bottom: 20px;
}
.coop_tit h2:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 90px;
    height: 1px;
    background-color: #cccccc;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.coop_logo{
    margin: 0 -30px 45px;
}
.coop_logo .coop_icon{
    width: 25%;
    padding: 0 30px;
    margin-bottom: 55px;
}
.coop_logo .coop_icon .coop_rel{
    position: relative;
}
.coop_logo .coop_icon .coop_bg{
    width: 100%;
}
.coop_logo .coop_icon .coop_bg img{
    width: 100%;
}
.coop_logo .coop_icon .coop_img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
.coop_logo .coop_icon .coop_img img{
    max-width: 70%;
}
.coop_logo .coop_icon .coop_jia{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
}
.coop_logo .coop_icon .coop_jia img{
    width: 100%;
}
.coop_logo .coop_icon .coop_meng{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.coop_logo .coop_icon .coop_meng img{
    display: inline-block;
    margin-bottom: 15px;
}
.coop_logo .coop_icon .coop_meng p{
    font-size: 16px;
    color: #ffffff;
}
.coop_logo .coop_icon .coop_rel:after{
    opacity: 0;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,91,170,.85);
    z-index: 1;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.peo_top{
    position: relative;
    margin-top: 75px;
    padding-left: 120px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.peo_top img{
    width: 100%;
}
.peo_top .peo_mail{
    position: absolute;
    bottom: -21px;
    left: 0px;
    padding:25px 55px;
    background-color: #005baa;
}
.peo_top .peo_mail a{
    font-size: 20px;
    color: #fff;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.peo_bottom{
    padding-top: 50px;
}
.peo_zhiwei{
    position: relative;
    width: 100%;
    padding: 20px 30px;
    background-color: #f3f5f7;
    border-left: 4px solid #045bab;
    cursor: pointer;
}
.peo_zhiwei h1{
    width: 55%;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}
.peo_zhiwei p{
    width: 45%;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
}
.peo_zhiwei .peo_img{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 28px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.peo_zhiwei .peo_img img{
    width: 100%;
}
.peo_zhiwei.act{
    background-color: #005baa;
    border-left: 4px solid #59cad5;
}
.peo_zhiwei.act h1{
    color: #fff;
}
.peo_zhiwei.act p{
    color: #fff;
}
.peo_zhiwei.act .peo_img .img_s{
    display: none;
}
.peo_zhiwei.act .peo_img .img_d{
    display: inline-block;
}
.peo_xiala{
    display: none;
    background-color: #f3f5f7;
    padding:  1px 80px 40px 50px;
}
.peo_xiala h1{
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin-top: 45px;
}
.peo_xiala ul{
    padding-left: 40px;
    margin-top: 5px;
}
.peo_xiala ul li{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.peo_xiala button{
    padding: 12px 60px;
    font-size: 20px;
    color: #fff;
    background-color: #005baa;
    margin: 45px 0 0 40px;
    border: 1px solid #005baa;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.peo_box{
    margin-top: 42px;
}
.about_top{
    background: url(../images/about_04.jpg);
    background-size: cover;
}
.about h1.th1{
    position: relative;
    padding: 45px 0 20px;
    font-size: 36px;
    color: #005baa;
    text-align: center;
}
.about h1.th1:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 44px;
    height: 1px;
    background-color: #cccccc;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.about_yizhen p{
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.yizhen_icon{
    margin: 55px 0 50px;
    text-align: center;
}
.yizhen_icon .yizhen_box{
    display: inline-block;
    width: 165px;
    max-width: 19.5%;
    padding: 20px 0;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
}
.yizhen_icon .yizhen_box img{
    width: 62px;
    margin-bottom: 15px;
}
.yizhen_icon .yizhen_box p{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.yz_fl{
    width: 52%;
    padding-right: 60px;
}
.yz_ul h1{
    margin-bottom: 15px;
    font-size: 26px;
    color: #59cad5;
    line-height: 1.5;
    text-align: left;
}
.yz_ul p{
    margin-bottom: 45px;
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.yz_fr{
    width: 48%;
}
.yz_fr li{
    position: relative;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding-left: 17px;
}
.yz_fr li:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: #59cad5;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.about_culture{
    background:url(../images/about_05.jpg); 
}
.about_culture .ab_cul{
    margin: 60px -33px 85px;
}
.about_culture .ab_cul .ab_box{
    width: 25%;
    padding: 0 33px;
    text-align: center;
}
.about_culture .ab_cul .ab_box img{
    width: 45px;
    margin-bottom: 20px;
}
.about_culture .ab_cul .ab_box h1{
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}
.about_culture .ab_cul .ab_box p{
    font-size: 16px;
    color: #c1e2ff;
    line-height: 1.8;
}
.about_culture h1.th1{
    color: #fff;
}
.about_big{
    background: url(../images/about_06.jpg);
    background-size: cover;
    padding-bottom: 55px;
}
.about_big h1{
    font-size: 36px;
    color: #005baa;
}
.about_big .ab_p{
    margin: 25px auto 60px;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: center;
    width: 490px;
    max-width: 100%;
}
.abb_slide{
    text-align: center;
}
.abb_slide h2{
    position: relative;
    padding-bottom: 30px;
    font-size: 24px;
    color: #999999;
    font-family: 'Conv_ELEPHNT';
}
.abb_slide h2:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
}
.abb_slide h2:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    width: 17px;
    height: 17px;
    background-color: #d6d6d6;
    border-radius: 50%;
    transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
}
.abb_slide .abb_arr{
    margin: 25px 0;
}
.abb_slide .h1_bg{
    position: relative;
    width: 144px;
    height: 73px;
    margin: 0px auto 80px;
    text-align: center;
    background: url(../images/tuo.png);
    background-size: 100% 100%;
    z-index: 2;
}
.abb_slide .h1_bg h1{
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 40px;
    color: #035aa9;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.abb_slide .h1_bg:before{
    content: '';
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 0;
    width: 96px;
    height: 96px;
    background: url(../images/bgyuan.png);
    background-size: 100% 100%;
    transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}
.abb_slide .h1_bg:after{
    content: '';
    position: absolute;
    bottom: -3px;
    right: -170px;
    z-index: 0;
    width: 200px;
    height: 1px;
    border-top: 1px dashed #035aa9;
}
.abb_slide p{
    position: relative;
    padding: 0 70px;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    text-align: left;
}
.abb_slide p:after{
    content: '';
    position: absolute;
    top: -40px;
    left: 113px;
    z-index: 0;
    width: 1px;
    height: 40px;
    border-left: 1px dashed #035aa9;
}
.abb_slick{
    margin: 0 -100px;
}
.abb_slick .slick-prev{
    top: 0px;
    width: 22px;
    height: 22px;
    background: url(../images/prev1.png);
    background-size: 100% 100%;
    z-index: 1;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.abb_slick .slick-prev:hover{
    background: url(../images/prev2.png);
}
.abb_slick .slick-next{
    top: 0px;
    width: 22px;
    height: 22px;
    background: url(../images/next1.png);
    background-size: 100% 100%;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.abb_slick .slick-next:hover{
    background: url(../images/next2.png);
}
.honor_slick{
    margin: 40px -15px;
}
.honor_slick .slick-prev{
    left: -60px;
    width: 20px;
    height: 37px;
    background:url(../images/prev3.png) no-repeat;
    background-size: 100% 100%;
}
.honor_slick .slick-prev:hover{
    background:url(../images/prev4.png) no-repeat;
}
.honor_slick .slick-next{
    right: -60px;
    width: 20px;
    height: 37px;
    background:url(../images/next4.png) no-repeat;
    background-size: 100% 100%;
}
.honor_slick .slick-next:hover{
    background:url(../images/next3.png) no-repeat;
}
.honor_slide{
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}
.honor_slide .honor_img{
    overflow: hidden;
}
.honor_slide .honor_img img{
    width: 100%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.honor_slide .honor_txt{
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background-color: #035aa9;
}
.honor_slide .honor_txt h1{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
}
.honor_slide .honor_txt p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.abb_bottom{
    position: relative;
}
.abb_bottom:after{
    content: '';
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.honor_slide:before{
    content: '';
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.honor_slide:after{
    content: '';
    position: absolute;
    top: -100%;
    left: 50%;
    width: 57px;
    height: 57px;
    background: url(../images/sousuo.png);
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.about_scale{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1001;
}
.about_scale img{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.map_top{
    margin-top: 45px;
}
.map_top .map_fl{
    width: 29%;
    padding-right: 30px;
}
.map_top .map_fl h1{
    font-size: 30px;
    color: #005baa;
    line-height: 1.5;
    padding-bottom: 25px;
    font-family: 'Conv_HELVETICA NEUE CE 35 THIN';
}
.map_txt{
    width: 100%;
    padding: 0 32px 0 25px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.map_txt h2{
    padding: 20px 0;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    border-bottom: 1px solid #2a7bc1;
}
.map_txt li{
    position: relative;
    padding: 15px 0 15px 85px;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}
.map_txt li span{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 85px;
    font-size: 16px;
    color: #333333;
}
.map_txt li span img{
    width: 16px;
    margin-right: 15px;
}
.map_txt.act{
    background-color: #005baa;
}
.map_txt.act h2{
    color: #fff;
}
.map_txt.act li .img_s{
    display: none;
}
.map_txt.act li .img_d{
    display: inline-block;
}
.map_txt.act li{
    color: #acd1f1;
}
.map_txt.act li span{
    color: #ffffff;
}
.map_top .map_fr{
    width: 71%;
}
.map_top .map_fr .map{
    width: 100%;
    height: 430px;
}
.map_center{
    padding: 50px 0;
}
.map_center .mapc_fl,
.map_center .mapc_fr{
    width: 50%;
    padding-right:235px; 
}
.map_bottom h1{
    padding: 0 0 50px;
    font-size: 26px;
    color: #005baa;
    text-align: center;
    line-height: 1.5;
}
.map_bottom .map_table{
    margin: 0 -13px;
}
.map_bottom .map_table span{
    display: inline-block;
    width: 50%;
    padding: 0 13px;
    margin-bottom: 25px;
}
.map_bottom .map_table span input{
    width: 100%;
    height: 55px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    color: #999999;
}
.map_bottom .map_table textarea{
    width: 100%;
    height: 215px;
    padding: 13px 20px;
    color: #999999;
    border: 1px solid #cccccc;
}
.map_bottom .map_table .tab_tex{
    padding: 0 13px;
}
.tab_btn{
    padding: 45px 0;
    text-align: center;
}
.tab_btn button{
    padding: 20px 170px;
    background-color: #005baa;
    font-size: 20px;
    color: #fff;
    border: 1px solid #005baa;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.map_fr .slick-next {
    top:auto;
    bottom: 0px;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #eef0f1;
    background-image: url(../images/next4.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: 11px 21px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    z-index: 1;
}
.map_fr .slick-prev {
    top:auto;
    bottom: 0px;
    left: auto;
    right: 55px;
    width: 55px;
    height: 42px;
    background-color: #eef0f1;
    background-image: url(../images/prev3.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: 11px 21px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    z-index: 1;
}
.map_fr .slick-next:hover{
    background-color: #005baa;
    background-image: url(../images/sy_right.png);
    background-size: 11px 21px;
}
.map_fr .slick-prev:hover{
    background-color: #005baa;
    background-image: url(../images/sy_left.png);
    background-size: 11px 21px;
}




.bgblue{
    background-color: #005baa;
    padding: 50px 0;
    text-align: center;
}
.bgblue .bgb_box{
    display: inline-block;
    text-align: left;
    padding-right: 60px;
}
.bgblue .bgb_box h1{
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}
.bgblue .bgb_box .bgb_img{
    width: 57px;
    margin-right: 20px;
}
.bgblue .bgb_box .bgb_txt h2{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 5px;
}
.bgblue .bgb_box .bgb_txt p{
    font-size: 14px;
    color: #b6ddff;
    line-height: 1.5;
}
.solbg{
    background: url(../images/solbg_02.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0;
    text-align: center;
}
.solbg p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.solbg button{
    margin-left: 130px;
    padding: 10px 24px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #005baa;
}
.solbg button:hover{
    background-color: transparent;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .bgblue .bgb_box {
        padding-right: 0px;
        width: 24%;
    }
}
@media screen and (max-width: 991px) {
    .bgblue .bgb_box .bgb_img {
        display: none;
    }
    .bgblue .bgb_box {
        text-align: center;
    }
    .bgblue {
        padding: 25px 0;
    }
    .solbg {
        padding: 25px 0;
    }
    .solbg button {
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .bgblue {
        display: none;
    }
    .bgblue .bgb_box {
        width: 100%;
    }
    .bgblue .bgb_box h1 {
        font-size: 16px;
    }
    .bgblue .bgb_box h1 br{
        display: none;
    }
    .bgblue .bgb_box .bgb_txt{
        float: none;
    }
    .solbg button {
        display: block;
        margin: 10px auto 0;
    }
}
.html, body {
    min-height: 100vh;
}
.container{
    margin: 0 auto;
}

@media (min-width: 1230px){
.container {
    width: 1230px;
}
}
@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
/* @media (min-width: 768px){
.container {
    width: 750px;
}
} */
@media (max-width: 767px){
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}















































/* 12.3 macro*/
.clearfix::after
{
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.mc_form_container{
    width: 812px;
    margin: 0 auto;
    max-width: 100%;
}

.mc_formpage{
    padding-top: 60px;
    padding-bottom: 100px;
}

.mc_sel_inputbox{
    width: 100%;
}

.mc_select .mc_sel_inputbox{
    width: calc(100% - 16px);
}

.mc_select_yjt{
    width: 16px;
    line-height: 48px;
}

.mc_select input{
    pointer-events: none;
}

.mc_icon_yjt{
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #999999;
    transition: all .36s;
    transform: translateY(6px);
}

.mc_formgroup{
    width: 100%;
    height: 50px;
    border: 1px solid #d6d6d6;
    padding-right: 20px;
}

.mc_sel_inputbox{
    height: 48px;
}

.mc_sel_inputbox .mc_input{
    padding: 14px 20px;
    padding-right: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.mc_select .mc_sel_inputbox .mc_input{
    padding-right: 20px;
}

.mc_sel_inputbox .mc_input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.mc_sel_inputbox .mc_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.mc_sel_inputbox .mc_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.mc_sel_inputbox .mc_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.mc_select_yjt.act .mc_icon_yjt{
    transform: rotate(180deg);
}

.mc_formgroup{
    position: relative;
}

.mc_select_hd{
    cursor: pointer;
}


.mc_select_bd{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    width: calc(100% + 2px);
    margin-left: -1px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.mc_formgroup{
    margin-bottom: 30px;
}

.mc_formwrap .mc_formgroup{
    width: calc(50% - 25px);
}

.mc_select_li{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    color: #666;
    transition: all .36s;
    cursor: pointer;
}

.mc_bt::before{
    content: "*";
    position: absolute;
    left: calc(100% + 10px);
    top: 10px;
    font-size: 18px;
    color: #d00000;
}

.mc_txtareabox{
    height: 137px;
}

.mc_txtareabox .mc_sel_inputbox{
    height: 135px;
}

.mc_txtareabox .mc_input{
    resize: none;
}

.mc_fj .mc_formgroup1{
    width: calc(100% - 135px);
}

.mc_fj .mc_formgroup1 input{
    pointer-events: none;
}
.mc_fj .mc_formgroup2{
    width: 120px;
    text-align: right;
    padding-right: 0;
    cursor: pointer;
}

.mc_formgroup2 .mc_btn{
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #045bab;
}

.mc_formgroup2 .mc_input{
    cursor: pointer;
    padding-left: 120px;
}

.mc_formgroup2 .mc_sel_inputbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.mc_formbot{
    margin-top: 78px;
    width: 100%;
    padding: 0 42px;
}

.mc_formb_group{
    height: 45px;
    border: 1px solid #d6d6d6;
}

.mc_formb_inputbox{
    width: 100%;
    height: 100%;
}

.mc_formb_input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 11px 25px;
}

.mc_formb_input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

.mc_formb_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

.mc_formb_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

.mc_formb_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

.mc_yzb_imgbox{
    max-width: 138px;
    height: 100%;
}
.mc_yzb_imgbox img{
    height: 100%;
}

.mc_yzmbox .mc_formb_inputbox{
    width: calc(100% - 138px);
}

.mc_fromb_btn input{
    width: 135px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.mc_form_submit input{
    color: #fff;
    background: #045bab;
}
.mc_form_reset input{
    color: #666666;
    background: #eeeeee;
}

.mc_form_submit{
    margin-left: 50px;
}
input[type="text"]{
    text-overflow: ellipsis;
}
.mc_formgroup{
    margin-bottom: 15px;
}

.mc_yzb_imgbox {
    cursor: pointer;
}


@media screen and (min-width: 1200px){
    .mc_select_li:hover{
        background: #f4f4f4;
        color: #035aa9;
    }
}

@media screen and (max-width: 1200px){
    .mc_formbot{
        padding: 0;
    }
}

@media screen and (max-width: 768px){
    .mc_formgroup{
        padding-right: 15px;
    }
    .mc_formpage{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mc_formgroup{
        height: 40px;
    }
    .mc_sel_inputbox {
        height: 38px;
    }
    .mc_sel_inputbox .mc_input {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .mc_sel_inputbox .mc_input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 14px;
    }
    
    .mc_sel_inputbox .mc_input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    
    .mc_sel_inputbox .mc_input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    
    .mc_sel_inputbox .mc_input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 14px;
    }
    .mc_select_yjt {
        width: 12px;
        line-height: 38px;
    }
    .mc_icon_yjt {
        border-width: 6px;
    }
    .mc_select_li{
        padding: 5px 15px;
    }
    .mc_bt::before {
        left: calc(100% + 5px);
        top: 5px;
        font-size: 14px;
    }
    .mc_formwrap .mc_formgroup{
        width: 100%;
    }
    .mc_txtareabox{
        padding-right: 0;
        height: 80px;
    }
    .mc_txtareabox .mc_sel_inputbox{
        height: 78px;
    }
    .mc_formgroup2 .mc_btn{
        line-height: 38px;
    }
    .mc_formbot{
        margin-top: 15px;
    }
 
    .mc_formb_group{
        height: 40px;
    }
    .mc_formb_input{
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 9px 15px;
    }
    
    .mc_formb_input::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 14px;
    }
    
    .mc_formb_input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
    }
    
    .mc_formb_input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px;
    }
    
    .mc_formb_input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 14px;
    }
    .mc_yzmbox {
        width: 100%;
        margin-bottom: 15px;
    }
    .mc_form_submit {
        margin-left: 0;
    }

    .mc_fromb_btn input{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .mc_select_list{
        max-height: 180px;
        overflow: auto;
    }

    .mc_form_reset{
        float: left;
        margin-left: 20px;
    }


}

