@font-face{
    font-family: "Lato Bold";
    src: url("./assets/font/Lato-Bold.ttf");
}
@font-face{
    font-family: "lato-bold";
    src: url("./assets/font/Lato-Bold.ttf");
}
@font-face{top_title
    font-family: "Lato Regular";
    src: url("./assets/font/Lato-Regular.ttf");
}



@font-face{
    font-family: "lato-regular";
    src: url("./assets/font/Lato-Regular.ttf");
}
@font-face{
    font-family: "Puhuiti Bold";
    src: url("./assets/font_cn/ALIBABA-PUHUITI-BOLD.OTF");
}
@font-face{
    font-family: "Puhuiti Regular";
    src: url("./assets/font_cn/ALIBABA-PUHUITI-REGULAR.OTF");
}
@font-face{
    font-family: "Lato Semibold";
    src: url("./assets/font/Lato-Semibold.ttf");
}






::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    box-shadow: inset 0 0 6px transparent;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


body {
    padding-top: 0;
 font-family:Arial, Helvetica, sans-serif;
}


#banner{ display:none}


.lato_regular{
    font-family:"Lato Regular";
}
.lato_semibold{
    font-family: "Lato Semibold";
}
.swiper1.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:40px;
}
.video_box2{
    position: relative;
    font-size: 0;
}
.video_box2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
    width: 100%;
    bottom: 10px;
    background: rgba(0, 92, 185,.45);
    background: rgba(0, 92, 185);
    opacity: 0.45;
}
.video-fill video{
    width: 100%;
}
.video-fill .video_box{
    position: relative;
    height:100%;
}
.video-fill .video_box::after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(0, 92, 185,.45);
    background: rgba(0, 92, 185);
    opacity: 0.45;
  }
.clear_float::after{
    content:"";
    display:block;
    clear: both;
}
* {margin: 0;padding: 0;}

.swiper1 .swiper-slide{
    text-align:center;
}


.footer .bdsharebuttonbox.new_icon_box a {
    margin: 0px 14px 0 0;
}
.footer .bdsharebuttonbox.new_icon_box a>div img{
    bottom: 40px;
    left: -140px;
    width:300px;
    border-radius: 20px;
    z-index: 100;
}

/* .swiper-slide img,.swiper-slide video{
    transition: all .5s;
}
.swiper-slide:hover img,.swiper-slide:hover video{
    transform: scale(1.07);
} */
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-pagination-bullet-active{
    /*background:#BCD131;*/
    background:#fff;
}
.swiper-button-next, .swiper-button-prev{
    width: 32px;
    height: 32px;
    background-size: 25px 25px;
    border-radius: 50%;
    transition:all .3s;
}
.swiper-button-prev{
    background-image: url('../images/arrow_left.png');
}
.swiper-button-next{
    background-image: url('../images/arrow_right.png');
}

.swiper1 .swiper_desc_box{
    position:absolute;
    top:120px;
    color:#fff;
    left:0;
    right:0;
    line-height:1.4;
    font-size:18px;
    z-index: 200;
}
.swiper1 .swiper_desc_box.swiper1_desc_box{
    /* top:50%; */
    /* transform: translateY(-50%); */
}
.swiper1 .swiper_title{
    font-size:30px;
    font-weight:bold;
    
}
.swiper1 .swiper_desc{
    width:75%;
    margin: 0 auto;
    padding:20px 0;
    font-family: "Lato Regular";
    max-width: 788px;
}
.card_box{
    width:90%;
    margin:0 auto;
    padding:16px 0;
    flex-wrap: wrap;
    font-family: "Lato Regular";
    font-size:18px;
}
.card_box>div{
    width: 20%;
    margin:30px 0;
}
.card_box>div>a>img{
    width:72px;
    display:inline-block;
    transition: all .3s;
    margin-bottom:10px;
}
.card_box>div>a>img:hover{
    transform: scale(1.07);
}
/* .red-slide{background:red;}
.orange-slide{background:orange;}
.blue-slide{background:blue;}
.green-slide{background:green;} */
.mid_box .pc_hidden,.swiper1 .pc_hidden,.partners_box .pc_hidden,.swiper2 .pc_hidden,.Media_box .pc_hidden, .footer .pc_hidden{
    display:none;
}

.flex{
    display:flex;
}
.flex_grow_1{
    flex-grow: 1;
}
img{
    vertical-align: middle;
}

.Media_box .recent_desc{
    padding:10px;
    padding-bottom:80px;
    font-size:30px;
}
.Media_box .recent_desc h3 { font-size:42px; font-weight:400; color:#fff;}
.Media_box .recent_desc p { font-size:18px; line-height:2; color:#fff; width:80%; margin:2% auto;}
.footer .commonweb{
    border:none;
}
.footer .copy{
    font-family: "Lato Regular";
}
/* .language_box.phone_hidden{
    width:100px;
} */
header .contact a{
    font-family:"Lato Semibold";
}
#ECHAT_icon_link img{
    /*display:none;*/
    visibility:hidden;
}
#ECHAT_icon_link::after{
    content:"";
    display:block;
    width:80px;
    height:80px;
    background-image:url('/themes/simple/img/2022/MessageIconDesktop-02.png');
    position: absolute;
    top: 0;
    background-size: 100% 100%;
}


 .media_icon a{
        display:inline-block;
        margin-top:10px;
        margin-right:16px;
        position: relative;
        width:120px;
        height:120px;
    }
	
	
	
@media (min-width: 1024px){
    .card_box>div{
        margin: 40px 0;
    }
    .swiper1 .swiper-slide{
        /* height:920px; */
    }
    header ul li div.top_title a{
        position:relative;
        padding: 10px 0;
    }
	.header_nav { margin-top:35px; font-size:16px;}
    header ul li div.top_title a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        /*background: #BCD131;*/
        background: #0080c9
;
        height: 4px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    header ul li div.top_title:hover a:before, header ul li div.top_title.cur a:before, header ul li div.top_title.active a:before {
        left: 0;
        right: 0;
    }
    header li{
        float:left;
        padding:0 6px;
        margin-left: 16px;
    }
    header .subnav {
        /* display: none; */
        position: absolute;
        overflow: hidden;
        min-width: 140px;
        background: rgba(0, 128, 201,.95);
        left: 0;
        right: 0;
        /* box-shadow: 0 0 10px #666; */
        visibility: hidden;
        /* opacity: 0; */
        /* height:0; */
        max-height:0;
        top: 67px;
    }
    header .subnav.hidden_phone{
        top:104.78px;
    }
    
    .small_sub .subnav{
        text-align: center; 
        white-space: nowrap;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
    }
    .li03{
        width:200px;
    }
    .small_sub .subnav a{
        display: block;
        border-left:0px solid transparent;
        line-height:40px; font-size:15px;
		text-overflow: ellipsis; padding:0PX 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 40px;
line-height: 40px; color:#fff;
		
		
		
		
		
    }
    .small_sub .subnav a.support_portal_a{
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
        background: #0080c9
;
        color: #fff;
        border-radius: 20px;
        line-height: 32px;
    }
    .small_sub .subnav a.support_portal_a:hover{
        text-decoration:underline; font-weight:900; color:#fff;
    }
    .small_sub .subnav a.active{
        border-left:0px solid #0080c9
;
        color: #fff;
    }
    .small_sub .subnav a.support_portal_a.active{
        border-left:0px solid #0080c9
;
        color: #fff; font-weight:900;
    }
    header li.contact a{
        color:#2473C2;
        color:#fff;
        display: inline-block;
        border:1px solid #2473C2;
        border:1px solid #fff;
        border-radius:50px;
        padding:0 20px;
        line-height: 28px;
        height:28px;
    }
    header li.contact a{
        color:#2473C2;
        border:1px solid #0080c9
;
        background: #0080c9
;
        color: #fff;
    }
    header li.contact a:hover{
        background:#0080c9
;
        border:1px solid #0080c9
;
        color:#fff;
    }
    header .cur .subnav.pc_hidden, header li:hover .subnav.pc_hidden{
        display:none;
    }
    .ft-subscribe ,.media_icon{
        float: left; width:25%;
    }
    .swiper1 .swiper_desc_box{
        top:60px;
    }
    .partners_box{
        padding:50px 20px;
    }
    .Media_box{
        padding-top:50px;
    }
    .Media_box .recent_desc {
        padding-bottom: 30px;
    }
    

}
.small_sub .subnav a.support_portal_a{
    width: 150px;
    /*margin: 0 auto;*/
    text-align:center;
    margin-bottom: 20px;
    background: #0080c9
;
    color: #fff;
    border-radius: 20px;
    line-height: 32px;
}
.small_sub .subnav a.support_portal_a:hover{
    text-decoration:underline;
}
.small_sub .subnav a.support_portal_a.active{
    border-left:4px solid #0080c9
;
    color: #fff;
}
@media screen and (min-width:1400px){
    header li {
        margin-left: 24px;
    }
    .swiper1 .swiper_desc{
        padding: 35px 0;
    }
    .swiper1 .swiper_desc_box{
        top:80px;
    }
    .partners_box{
        padding:0px 20px; 
    }
    .Media_box{
        padding-top:60px;
    }
    .Media_box .recent_desc {
        padding-bottom: 45px;
    }

}
@media screen and (min-width:1600px) {
    header li {
        margin-left: 40px;
    }
    .swiper1 .swiper_desc{
        padding: 60px 0;
    }
    .card_box>div{
        margin: 70px 0;
    }
    .swiper1 .swiper_desc_box{
        top:120px;
    }
    div.media_icon a{
        width:28px;
        height:28px;
    }
}
@media screen and (min-width:1920px) {
    .swiper1 .swiper_desc_box{
        top:140px;
    }
    .partners_box{
        padding:80px 20px;
    }
    .Media_box{
        padding-top:80px;
    }
    .Media_box .recent_desc {
        padding-bottom: 55px;
    }
    
}




header .logo img{

}

header .logo .dark {  width:auto;}


header .light{
    display: none;
}
header .dark {
    display: inline-block;
}
header.hover .dark,header:hover .dark{
    display: inline-block;
}

header .menu {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    top: 0;
    /* padding: 5px; */
}
header .menu span {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header.hover .menu span,header:hover .menu span{
    /*background: #0080c9
;*/
    background: #76838D;
}
header .menu span:first-child {
    top: 7px;
}
header .menu span:last-child {
    top: auto;
    bottom: 6px;
}
header .menu.cur span {
    opacity: 0;
}
header .menu.cur span:first-child {
    top: 15px;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    opacity: 1;
}
header .menu.cur span:last-child {
    -webkit-transform: rotate(
-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg);
    opacity: 1;
    bottom: 14px;
}
header>ul{
    transition: all .5s;
    /* height: 100vh; */
}


.small_sub{
    position: relative;
}
.subnav > table{
    margin-top:10px;
    margin-bottom:10px;
    width:1290px;
    color:#000;
    line-height:1.4;
    margin: 30px auto;
}
.subnav  .item_box {
    width: 33.3%;
    padding:0 30px;
}
.item_box .img_box{
    width: 150px;
    padding:0px 25px 20px 25px;
    vertical-align: top;
    padding-top: 15px;
}
.item_box .has_top_border .img_box{
    padding:20px 0 20px 0;
}
.img_box img{
    width:100%;
}
.subnav .des_title{
    font-size:15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.subnav .item_box table{
    margin-top:10px;
    height: 160px;
}
.item_box table:hover .des_title{
    text-decoration: underline;
}
.subnav .desc{
    font-size:12px;
    font-family:"Lato Regular";
}
.subnav .desc_box{
    padding-left:20px;
    vertical-align: top;
}
.has_border{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.has_top_border{
    border-top: 1px solid #ccc;
}
.subnav a{
    font-size:17px;
}
.img-title,.apc1-scroll{
    text-align: center;
}
.img-title-main{
    font-size:40px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    line-height:40px;
    text-shadow: 0px 0px 2px #fff;
}
.img-title>img{
    width:52px;
    margin-top:45px;
}
.subnav.li03>a:first-child{
    margin-top: 10px;
}
.subnav.li03>a:last-child{
    margin-bottom: 20px;
}
.subnav.li03 > a.support_portal_a{
    margin-top:10px;
}
.arrow_bottom{
    width:30px;
    margin-top:16px;
    cursor: pointer;
}
.apc1-scroll{
    font-size:20px;
    /* font-weight:bold; */
}

.cover-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.85);
    z-index: 10000;
}
.close-video {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}
.position-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.mid_box>ul{
    padding:18px 0 0 18px;
}
.mid_box li{
    width:50%;
    padding-right:18px;
    padding-bottom:18px;
    float:left;
    overflow: hidden;
}

.mid_box li .mid_desc_box{
    display: block;
    position: relative;
    z-index: 110;
    height: inherit;
    overflow: hidden;
    width:100%;
}
.mid_box li .mid_desc_box img{
    width:100%;
    transition: all .5s;
}
.mid_box li .mid_desc_box >div{
    position: absolute;
    z-index: 120;
    left:45px;
    color:#fff;
    line-height: 1.2;
    width:85%;
}
.mid_box li:hover .mid_desc_box img{
    transform: scale(1.07);
}
.mid_box .desc_title{
    font-size:25px;
}
.mid_box .desc_content{
    font-size:18px;
    padding:10px 0;
    font-family: "Lato Regular";
}
.mid_box .li_01 .mid_desc_box >div,.mid_box .li_04 .mid_desc_box >div{
    bottom: 45px;
}
.mid_box .li_02 .mid_desc_box >div,.mid_box .li_03 .mid_desc_box >div{
    top: 45px;
}
.mid_box .desc_btn{
    color:#fff;
    text-decoration: none;
    display:inline-block;
    border:1px solid #fff;
    border-radius:20px;
    padding:4px 34px 6px;
    margin-top:10px;
    font-size:20px;
    font-family: "Lato Semibold";
    line-height: 1;
    /*height: 33px;*/
}

.partners_box{
   height:800px; background:url(../images/hzbg.jpg) no-repeat center top;
    color:#000;
    font-size:30px;
    text-align:center;
    font-weight: bold;
    line-height: 1.2;
}
.partners_box .img1{
    width:75%;
    margin-top:20px;
}
.partners_box .img2{
    width:50%;
}
.border_top{
    border-top:1px solid #CCCCCC;
    width:35%;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
}
.partners_box .Media_box {  margin-top:0px; padding-top:80px;}
.Media_box{
    font-size:50px;
    color:#000;
    font-weight:bold;  padding-top:200px; margin-top:-110px;
    text-align:center;
    line-height:1.2;
    padding-left:18px; padding-right:18px;
    padding-bottom:40px;
}
.Media_box .desc_bottom{
    /* background: #163F8C; */
    /* min-height:100px; */
    font-size:20px;
    color:#969696;
    padding:20px 20px;
}
.Media_box .desc_bottom a{
    font-size:16px;
    /*color:#969696;*/
    color:#7A8790;
    font-family: "Lato Semibold";
}

.Media_box .item_list{
    flex-grow:1;
    margin-right:10px;
    width:25%;
    /*background: #163F8C;*/
    /*background: #F2F2F2;*/
    background: #fff;
    overflow: hidden;
}
.Media_box .item_list img{
    width:100%;
    transition: all .3s;
}
.Media_box .item_list:hover img{
    transform: scale(1.07);
}
.Media_box .explore_btn,.footer .apply_btn{
    margin:30px 0;
    display:inline-block;
    padding:4px 50px;
    border:2px solid #0080c9
;
    color:#000;
    border-radius:40px;
    text-decoration: none;
    font-size:18px;
}
.Media_box .explore_btn{
    margin:40px 0 60px;
}
.footer .apply_btn{
    font-size:13px;
    padding:4px 20px;
    color: #000;
    border:0px solid #fff;
    background: #fff;
}


.swiper2 .swiper_desc_box,.swiper3 .swiper_desc_box{
    position:absolute;
    left:0;
    right:0;
    text-align: center;
    bottom:20px;
    z-index: 200;
}
.swiper2 .swiper_img_box{
    position:absolute;
    left:0;
    right:0;
    text-align: center;
    top:35%;
    z-index: 201;
}
.swiper2 .swiper_img_box .play_btn{
    width:60px;
    display:inline-block;
}
.swiper2 .swiper_desc,.swiper3 .swiper_desc{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    width:85%;
    margin:0 auto;
    margin-top:40px;
    font-family: "Lato Semibold";
}
.swiper_desc h3 {font-size:20px; font-weight:700;}
.swiper_desc .span { padding:2%;  display:block; margin:2% auto; width:80px; border-bottom:2px solid #fff; font-weight:400; }

.swiper3 .swiper_desc a{
    /*color:#969696;*/
    color:#7A8790;
}
.swiper2 .swiper-slide,.swiper3 .swiper-slide{
    overflow: hidden;
}
.swiper2 .swiper-slide>img,.swiper3 .swiper-slide>img{
    transition: all .3s;
}
.swiper2 .swiper-slide:hover>img,.swiper3 .swiper-slide:hover>img{
    transform: scale(1.07);
}

footer.footer{
    background: url(../images/fbg.jpg) no-repeat center top #01417e;background-size:cover;  padding-bottom:2%; padding-top:50px;
    color: #fff;
}
.footer .bdsharebuttonbox{
    text-align:left;
}
.footer .bdsharebuttonbox .text{
    font-size:18px;
}
.media_icon .title,.language_box .title{
    font-size: 16px;
    line-height: 40px; text-align: left;
}
.media_icon { line-height:35px; width:180px;}
.media_icon img{ width:110px;
   
}

.footer .language_box .lang-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    /* width: 66px; */
    height: 25px;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 90px;
}
.footer .language_box .lang-list.show>p{
    display:block;
}
.footer .language_box .lang-list>a{
    padding-left: 4px;
}
.footer .language_box .lang-list>p{
    display:none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding:4px 0;
    /* margin-top:5px; */
}
.footer .language_box .lang-list>p>a{
    display:block;
    padding: 2px 10px ;
    line-height:1.5;
}
.footer .language_box .lang-list>p>a:hover{
    background:#fff;
    color:#2473C2;
}

.footer .language_box .lang-list:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
}
.footer .language_box .lang-list:hover:after {
    top: 3px;
    border-top-color: transparent;
    border-bottom-color: #fff;
}


.footer .quicklylink dd a:hover {
    color: #0080c9
;
}
.logo_box img{
  
}
.logo_box{
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.1);
    margin: 0 40px;
}
.footer .quicklylink dt a,.ft-subscribe .title,.language_box .title,.media_icon .title{
    font-size:17px;text-align: left; font-weight:900;
}
.footer .quicklylink dd a{ width:50%; float:left;
    font-size:15px;
    font-family: "Lato Regular";color: #fff;
}
.footer .copy a {color: #fff;}

.footer .copy{color: #fff;}
.ft-subscribe .desc{
    line-height:29px; color: #fff;
}
.zdsfloatcont{
    background-color: #0080c9
;
}
.modal-body .modalsub{
    border-radius: 30px;
    border: 1px solid #80AEDC;
}
.modal-body .content textarea,.modal-body .item input{
    border:none;
    border-bottom:1px solid #80AEDC;
    padding-left: 0;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#CBDEF1;
}
.zdsfloatbtn{
    background-image: url(images/close.png);
}
.header_nav .top_title,.subnav{
    font-family: "Lato Semibold"; font-size:16px;
}
.in_title{
    color:#0080c9
;
    font-family:"Lato Semibold";
    padding-left: 25px;
}
.item_box{
    vertical-align:top;
}
header .diliver_line{
    border-left:1px solid #AAACAE;
}
.lan_li .top_title a{
    
    /*padding-left: 40px;*/
}
.lan_li .top_title a img{
    width:18px;
    margin-right:6px;
    margin-top: -3px;
}
.lan_img.gray_color,.lan_img.blue_color,header .lan_img.white_color{
    display:none;
}
header .lan_img.gray_color{
    display:inline-block;
}
header.hover .lan_img.gray_color,header:hover .lan_img.gray_color{
    display:inline-block;
}
.contact a:hover{
    text-decoration:underline;
}
.lan_li a::before{
    display:none;
}

@media (max-width: 1024px){
    header>a,header>div{
        line-height:1;
    }
    header .logo img {
        width: 112px;
    }
    header>ul li {
        position: relative;
        padding: 0 10px;
    }
    header>ul{
        background: #fff;
        position: fixed;
        top: 50px;
        left: 0;
        /* display:none; */
        color: #000;
        overflow: auto;
        /* height:0; */
        bottom:100%;
    }
    header>.flex_grow_1{
        text-align: center;
        padding-right: 30px;
        line-height:30px;
    }
    header>ul.phone_show{
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom:0;
        /* display:block; */
        background:#fff ;
        /* height:0vh; */
        bottom:0;
        /* padding:10px; */
        /* opacity: .9; */
    }
    .phone_show.header_nav .open{
        background:#F7F9FA;
        
    }
    ul.phone_show .hidden_phone{
        display:none !important;
    }
    header>ul.phone_show li .subnav{
        /* visibility: hidden; */
        /* opacity: 0; */
        max-height:0;
        overflow: hidden;
    }
    header>ul.phone_show li.open .subnav{
        /* visibility: visible; */
        /* opacity: 1; */
        max-height: 865px;
    }
    header>ul.phone_show li{
        position: relative;
        padding:0 30px;
    }
    .header_nav li:first-child .top_title{
        border-top:1px  solid #ccc;
    }
    .contact>a{
        display:block;
        border-bottom:1px solid #ccc;
    }
    .header_nav .top_title{
        border-bottom:1px solid #ccc;
    }
    .hassub .top_title a:after {
        position: absolute;
        right: 20px;
        top: 3px;
        content: '';
        width: 45px;
        height: 45px;
        background: url('../images/arrow_down.png') no-repeat center;
        background-size: 20px auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    .open.hassub .top_title a:after {
        position: absolute;
        right: 20px;
        top: 0;
        content: '';
        width: 45px;
        height: 45px;
        background: url('../images/arrow_top.png') no-repeat center;
        background-size: 20px auto;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }
    .subnav{
        padding:0 10px 0 20px;
    }
    .subnav>a{
        display:block;
    }
    .footer .pc_hidden{
        display:inline-block;
    }
    .footer .phone_hidden{
        display:none;
    }
    .media_icon img {
        margin-right: 35px;
    }
    .media_icon{
        width:100%;
    }
    .logo_box{
        margin: 0 20px;
    }
    
    .subnav.pc_hidden>div{
        line-height:30px;
        padding-top:16px;
    }
    .subnav.pc_hidden>div:active a{
        text-decoration: underline;
    }
    .subnav.pc_hidden .detail_desc{
        line-height:20px;
        font-family: "Lato Regular";
        color:#73838C;
    }
    .subnav.pc_hidden>div:last-child{
        padding-bottom:30px;
    }
    .subnav.li03>a:last-child{
        margin-bottom:20px;
    }
    .small_sub .subnav a.support_portal_a{
        margin-left:-10px;
    }
    
    .footer .quicklylink dd{
        /*background:#033E8A;*/
        background:#000;
        padding: 0 10px 4px 40px;
    }
    .footer .quicklylink dd a{
        color:#fff;
    }
    .footer .quicklylink dl{
        border-bottom:1px solid #3A5069;
    }
    .logo_box {
        margin: 0 40px;
        margin-bottom:30px;
    }
    .media_icon {
        padding-top:30px;
        padding-bottom:50px;
    }
    .footer .quicklylink dd a{
        line-height:40px;
    }
    .footer .quicklylink dd a:last-child{
        margin-bottom:10px;
    }
    .footer .quicklylink dd a:first-child{
        padding-top: 8px;
    }
    .media_icon a{
        margin-right:35px;
    }
    .footer .bdsharebuttonbox.new_icon_box a {
        margin: 0px 35px 0 0;
    }
    .footer .bdsharebuttonbox.new_icon_box a>div.weixin img,.footer .bdsharebuttonbox.new_icon_box a>div#mydivicon_dy img{
        
        left: 0;
    }
}



.backtotop_mobile{padding-left:93%; float: right; position:absolute}
@media (min-width: 1200px){
    .language_box{
        float: right;
    }
    .media_icon{
        float: right;
        margin-right:0;
    }
    .logo_box{
        margin: 0 auto;
        max-width: 1120px;
        padding: 0;
        padding-bottom:20px;
    }
    .footer .quicklylink dl{
        width: 33.3%;
    }
    .footer .language_box .lang-list {
        width: 120px;
    }
    .footer {
        padding: 60px 0 0;
    }
    .footer .commonweb{
        padding-bottom: 0px; max-width:1300px;
    }
    .footer .quicklylink {
        width: 40%;
    }
}
@media (min-width: 1320px){
    .logo_box {
        max-width: 1120px;
    }
}
        
@media (min-width: 1320px){
    .logo_box {
        max-width: 1300px;
    }
}

.footer .quicklylink dt .flodbtn{
    background-image: url('../images/arrow_down_m.png');
    background-size: 20px auto;
}
.footer .quicklylink dt.cur .flodbtn{
    background-image: url('../images/arrow_top_m.png');
    background-size: 20px auto;
}
.modal_logo{
    width:112px;
    position: absolute;
    left: 32px;
    top: 18px;
}
.modal-header{
    padding: 66px 34px 15px;
}
.modal-body .modalsub{
    width:156px;
    font-size:14px;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea{
    font-family: "Lato Regular";
    font-size: 14px;
}

.zdsfloatask2, input[type="submit"]{
    font-family: "Lato Bold";
}

.display_inline_block{display:inline-block;}
.text_center{text-align:center;}
.bold{font-weight:bold;}
.f15{font-size:15px;line-height: 22px;}
.f20{font-size:20px;line-height: 32px;}
.f25{font-size:25px;line-height: 35px;}
.f30{font-size:30px;line-height: 42px;}
.f35{font-size:35px;line-height: 45px;}

/*v6e css start  .V6Expert_box01*/
.V6Expert_box01 .imgbox{position:relative;}
.V6Expert_box01 .imgbox .top_title_box{position:absolute;top:160px;width:100%;font-size:32px;line-height:1;}
.V6Expert_box01 .imgbox .top_title_box img{width:42%;margin-bottom:20px;}
.V6Expert_box01 .imgbox .top_title_box .bold{padding:8px 0;}
.top_title_box .btn{background:#000;border-radius:50px;color:#fff;padding: 4px 26px;}
.V6Expert_box02 .boxico dd{font-size:15px;}
.V6Expert_box04 .f35{padding-bottom: 20px;}
.V6Expert_box04 .feature-article .f30{margin-bottom: 28px;}
.V6Expert_box04 .feature-article .f25{margin-bottom: 6px;}
div.feature-article .feature-icons dd,.V6Expert_box09 .boxico dd,.V6Expert_box14.V6Expert_box15 .img04 dl span,.V6Expert_box14.V6Expert_box15 span,.V6Expert_box13 div.right span{font-size:15px;font-family:"Lato Regular";}
.V6Expert_box06 .w1200 .f20{width: 110px;border-radius:4px; background: #F8F8F8;text-align: center;}
.V6Expert_box07 .f35,.V6Expert_box08 .f35,.V6Expert_box09 .f35,.V6Expert_box11 .f35,.V6Expert_box12 .f35,.V6Expert_box13 .f35,.w6_box18 .f35{padding-bottom: 20px;}
.V6Expert_box11 .f35{color:#333;}
.V6Expert_box12 .imgbox .f15{position: absolute;left: 100px;}
.V6Expert_box13 .right .f25{overflow: hidden;margin-top: 26px;margin-bottom: 30px;}
.w6_box18 .f35 {
    position: absolute;
    right: 40px;
    top: 432px;
    text-align: right;
    z-index: 8888;
    color: #fff;
}
.w6_box18 .f20 {
    position: absolute;
    right: 40px;
    top: 489px;
    text-align: right;
    z-index: 8888;
    color: #fff;
}
section.V6Expert_box04,section.V6Expert_box09,section.V6Expert_box11 .imgbox02,section.V6Expert_box13-wep{padding-top:90px;}
section.V6Expert_box05,section.V6Expert_box11{padding-top:90px;padding-bottom:90px;}
section.V6Expert_box07{margin-top:90px;margin-bottom:90px;}
section.w6_box18{margin-top:60px;margin-bottom:60px;}

@media (min-width: 1600px){
    .V6Expert_box01 .imgbox .top_title_box{top:150px;font-size:38px;}
}



/*v6s css*/

.arrow_right{
    width:20px;
}
div.title_box .max_width_600{
    max-width: 600px;
}
.pro-nav{
    z-index:1001;
}
.sep-v6-section2 ul li div.title{
    font-size:16px;
}
.sep-v6-section1 .btns .title,.box09 .ico_box li p,.dive-in-wrapper div.dive-in-article{
    font-family: "Lato Regular";
}
.logo_box_v6s{
    display:none;
}
.sep-v6-section2-m .video li .box div.title{
    font-family: "Lato Bold";
}
div.title_box h2{
    font-size:16px;
    line-height: 18px;
}
.new_pic .picture{
    display:none;
}
.v6s_flag.sep-v6-section2 ul li{
    padding:0;
}
.new_pic.box06 .title_box{
    color: #DBF64C;
}
.v6s_show_pc,.v6s_show_phone{
    display:none;
}
.v6s_box{
    background-image:url('/uploads/2021/img/Background_1207.jpg');
}
@media (min-width: 1200px){
    .v6s_box.feature-wrapper.box01{
        margin-top: 80px;
    }
    .logo_box_v6s{
        position: absolute;
        top: 110px;
        width: 100%;
    }
    .logo_box_v6s img{
        width:30%;
        margin-left: -10%;
    }
    .box01 .title_box {
        top: 32%;
    }
    section.box09 .ico_box .icon img{
        width:75px;
        height:75px;
    }
    div.box-wap{
        z-index: 1000;
    }
    .box01 div.title_box h1{
        font-size:40px;
        line-height:45px;
    }
    div.title_box h2{
        line-height:35px;
    }
    .box01 div.title_box h2{
        line-height:24px;
        font-size:20px;
    }
    .box03 div.title_box h1,.box04 div.title_box h1,.box05 div.title_box h1,.box06 div.title_box h1,.box07 div.title_box h1,.box08 .sep-title-new{
        font-size:35px;
    }
    div.title_box h2, .v6s_flag.box07 .title_box h2,.sep-v6-section1 .sep-container2 div.text{
        font-size:20px;
    }
    div.title_box h2.f18{
        font-size:18px;
    }
    .dive-in-wrapper div.dive-in-article {
        font-size: 20px;
        line-height: 45px;
    }
    .sep-v6-section1 .btns div.title,section.box09 .ico_box li p{
        font-size:15px;
    }
}

/*v6 css*/
.v6_flag.sep-v6-section-add2 .buy{
    font-family:"Lato Bold";
}
div.m-c {
    margin-top: 100px;
}
.v6_flag .sep-title-new,.v6_flag.sep-v6-section5 .toggle-wrap .title,.sep-v6-section1 .sep-title-new{
    text-transform: none;
}
.w6_banner .imgbox img{
    width:500px;
}
.innerbanner.v6_flag .text{
    width:100%;
    max-width: 100%;
    left:0;
    transform: translateX(-0%);
}
.v6p_box01.v6p_flag{
    margin-top:100px;
}
div.v6p_logo{
    padding-top:80px;
}
.v6p_box01 .imgbox img{
    max-width:550px;
}
span.v6p_18{
    font-size:18px;
}
div.f35{
    text-transform: none;
}
.w6_banner.w6_flag{
    margin-top:120px;
}
.w6_flag.w6_banner .w6_logo{
    padding-top:50px;
}
.w6_ico.w6_flag{
    padding-top: 60px;
    padding-bottom: 60px;
}
.w6_flag.w6_gif{
    padding-top:40px;
    padding-bottom:40px;
}
section.w6_box{
    padding-top: 20px;
}
.padding_top_50{
    padding-top:50px;
}

.show_phone{
    display:none;
}
.v6_flag.sep-v6-section5 .toggle-wrap .title{
    font-family:"Lato Bold";
}
.sep-v6-section6.v6_flag .thumb img{
    width: 80px;
}
.v6_flag.sep-v6-section1 .btns .thumb{
    margin-bottom: 16px;
}
.v6_flag.sep-v6-section3 ul li .title, .v6_flag.sep-v6-section-add ul li .title,.v6_flag.sep-v6-section7 .sep-container ul li .title {
    margin-top:16px;
}
section.padding_bottom_20{
    padding-top:20px;
}
div.boxico dt{
    margin-bottom:16px;
}
.v6p_flag.v6p_box08 img{
    margin-bottom:0;
}
@media (min-width: 1200px){
    div.sep-v6-section1 .btns .thumb img,.sep-v6-section3 .thumb img,  .sep-v6-section7 .thumb img{
        width:75px;
        height:75px;
    }
    .sep-v6-section1 .sep-title-new,.v6_flag .sep-title-new{
        font-size:35px;
        margin-bottom:40px;
    }
    .v6_flag.sep-v6-section-add2 .buy,.v6_flag.sep-v6-section5 .btns li .title,.v6_flag.innerbanner .text,.v6_flag.sep-v6-section-add .alias,.v6_flag.sep-v6-section6 .text,.v6_flag.sep-v6-section7 .sep-container .text,.v6_flag.sep-v6-section-add2 .alias,.v6_flag.sep-v6-section-add2 .buy{
        font-size:20px;
    }
    div.sep-v6-section2 ul li div.title,.v6_flag.sep-v6-section4 .name{
        font-size:18px;
    }
    div.v6_flag.sep-v6-section2 ul li div.title{
        font-size:20px;
    }
    div.v6_flag.sep-v6-section2 ul li .thumb img{
        width:60px;
    }
    .v6_flag.sep-v6-section5 .toggle-wrap .title{
        font-size:30px;
    }
    div.sep-v6-section1 .sep-container2 div.text,div.sep-v6-section2 ul li .summary,.v6_flag.sep-v6-section3 ul li .title,.v6_flag.sep-v6-section5 .toggle-wrap .text,.v6_flag.sep-v6-section-add ul li .title,.v6_flag.sep-v6-section7 .sep-container ul li .title{
        font-size:15px;
    }
    .sep-v6-section-add.v6_flag .clearfix li{
        min-height:158px;
    }
    
}
.v6_flag.sep-v6-section-add2 .alias{
    width:100%;
    left: 0;
    transform: translate(0);
    text-align: center;
}
@media (max-width: 1560px){
   .v6_flag.sep-v6-section-add2 .alias{
       top: 60px;
   }
   .v6_flag.sep-v6-section-add2 .buy{
        top: 120px;
        left: 50%;
   }
}

/*v6plus css*/
.w6_flag .f25{
    font-size:25px;
}
.lato_bold{
    font-family:"Lato Bold";
}
section.padding_top_0{
    padding-top:0;
}
.f36.padding_bottom_0{
    padding-bottom:0;
}
.w6_box06 .text_box .f28.margin_left_0{
    margin-left:0;
}
.w6_flag .img_box img{
    /*max-height:500px;*/
}
.margin_right_10{
    margin-right:10px;
}
@media (min-width: 1200px){
    .v6p_box01 .boxico dt img, .v6p_box03 .boxico dt img, .v6p_box05 .boxico dt img, .v6p_box08 .boxico dt img{
        width:75px;
    }
    section.v6p_box01 .f38,section.w6_banner .f38{
        font-size:38px;
        padding-top: 30px;
        line-height: 52px;
    }
    .v6p_box01 .f25,.w6_banner .f25{font-size:25px;}
    .v6p_box01 .boxico dd, .v6p_box03 .boxico dd,.v6p_box05 .boxico dd,.v6p_box08 .boxico dd,div.f15,dd.f15,span.f15,.w6_ico .boxico dd,.w6_box05 .boxico dd{font-size:15px;}
    div.f20{font-size:20px;}
    .v6p_box05 .f16.f20{font-size:20px;width:118px;}
    div.f35{font-size:35px;}
    .w6_box07 .imgbox dl{
        min-height: 190px;
    }
    .w6_ico .boxico dt img,.w6_box05 .boxico dt img{
        width:75px;
    }
    .v6p_box01 .imgbox img{
        width:34%;
    }
    section.v6p_box01 .imgbox {
        padding-top: 50px;
    }
    .v6p_flag .boxico dt,.w6_flag .boxico dt{
        margin-bottom:16px;
    }
}

.v6s_show_pc .title_box .logo{
    text-align:right;margin-bottom:20px;
}
.v6s_show_phone .phone_logo{width:65%;}
.v6s_show_phone .phone_text{
    padding: 20px 10px 20px 20px;text-align: left;font-size:16px;
}
.v6s_show_pc .title_box .title_ul{
    padding: 8% 0;padding-left: 12%;
}
.V6Expert_box01 .imgbox .top_title_box,.V6Expert_box01-txt,.v6s_show_pc .title_box .logo,.v6s_show_pc .title_box .title_ul,.v6s_show_phone .phone_logo,.v6s_show_phone .phone_text, .innerbanner.v6_flag .title_txt, .innerbanner.v6_flag .text,.opacity_margin{
    opacity:0;
    margin-top:10px;
}

.footer .bdsharebuttonbox.new_icon_box a{
    width:28px;
    height:28px;
}

.footer .bdsharebuttonbox .bds_douyin {
    background-image: url(/themes/simple/img/2022/Artboard_dy.png);
}
.footer .bdsharebuttonbox .bds_bilibili {
    background-image: url(/themes/simple/img/2022/Artboard_bb.png);
}
.footer .bdsharebuttonbox .bds_shipinhao {
    background-image: url(/themes/simple/img/2022/Artboard_at.png);
}

.footer .bdsharebuttonbox.new_icon_box a>div{
    transition:opacity .3s;
    display: none;
    opacity: 0;
}
.footer .bdsharebuttonbox.new_icon_box a:hover>div{
    display:block;
    opacity: 1;
}
/*w6 css*/



.sy_about { width:90%; text-align:center; padding:5% 5% 4% 5%; line-height:24px; font-size:16px; }
.sy_about img { padding-bottom:2%;}
.sy_about strong { font-size:30px; font-weight:400; color:#000; line-height:104px;}

.init-4 {
    padding: 150px 0 185px;
    background: url(../images/why-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.init-4 .container { text-align:center;}
.init-4 .container h5 {
    text-align: center; font-size:35px; color:#fff;
}
.init-4 .container h5 a {color:#fff;}
.init-4 .container h2 {
    color: #fff;text-align: center; 
    padding: 40px 0 35px;
}
.init-4 .container h2 b { font-weight:900; font-family:Arial, Helvetica, sans-serif;}
.init-4 .container p {
    max-width:80%; text-align:center;
    color: #fff;
    font-family: ;
    line-height: 2; font-size: 1.2em;
    margin: 0 auto;
}
.init-4 .container .play {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    z-index: 6; margin:50px auto 0px;
}

    
.init-4 .container .play:before {
    content: '';
    position: absolute; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}

.init-4 .container .play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
.container {
    width: ; margin:0px 18px;
}
.init-5 {width:100%;  }
.init-5 ul {
    max-width: 90%; position: relative; z-index:9;
    margin: -140px auto 0;
   background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 0px;
}
.init-5 ul li {
    width: 25%;
    padding: 5% 3%;
    text-align: center;
}
.init-5 ul li:nth-child(1) span {  color:#01519b;}
.init-5 ul li:nth-child(3) span {  color:#0080c9
;}
.init-5 ul li span {
    font-size: 30px;
    color: #d20208;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
}
.init-5 ul li span em {font-size: 50px;}
.init-5 ul li p.pp {
    max-width: 173px;
    margin: 10px auto 0;
    color: #969696; font-size:16px;
    line-height: 1.5;
}
.init-5 ul li span:after {
    width: 65px;
    height: 2px;
    background: #f32f3d;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.init-5 ul li:nth-child(1) span:after {
    background: #0080c9
;
}
.init-5 ul li:nth-child(3) span:after {
    background: #0080c9
;
}
.support_graphic_box>img{
    width:50%;
}
.support_graphic_box .img_box_1 img{
    width:60px;
    margin-bottom:16px;
}
.support_graphic_box>div>div{
    max-width:420px;
    margin:0 auto;
    /* padding-top: 40px; */
}
.support_graphic_box>div>div .font_16{
    padding:20px 0 40px;
}
.Additional_box{
    padding:40px 0;
    width:95%;
    margin:0 auto;
    max-width:1300px;
}
.Additional_box .font_30{
    color:#001B3D;
    padding:30px 0 50px;
    text-align: center;
}
.Additional_box img{
    width:100px;
    margin-bottom:16px;
}
.Additional_box .flex{
    flex-wrap: wrap;
    text-align: center;
}
.Additional_box .flex>div{
    width:33.3%;
    margin-bottom:40px;
    padding:20px; font-size:16px;
}
.border_left_right{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.border_right{
    border-right:1px solid #ccc;
}
.Additional_box .margin_left_17{
    margin-left:17%;
}
.Additional_box .flex>div:hover{
    text-decoration: underline;
}






    @media screen and (min-width: 1024px){
       header .header_nav li.contact a{
            color:#2473C2;
            color:#fff;
            display: inline-block;
            border:1px solid #2473C2;
            border:1px solid #fff;
            border-radius:50px;
            padding:0 20px;
            line-height: 28px;
            height:28px;
            background: none;
        }
        header.hover .header_nav li.contact a,header:hover .header_nav li.contact a{
            color:#2473C2;
            border:1px solid #0080c9
;
            background: #0080c9
;
            color: #fff;
        } 
    }
    .layui-layer.layui-layer-dialog{
        background:#000;
        box-shadow:0 0 10px #fff;
    }
    #cutdown_dialog{
        padding:0;
        background:url(images/QYSEACountdownCN.jpg) #000;
        background-size:100% 100%;
        width:860px;
        height:500px;
    }
    #countdown{
        font-size:20px;
        color:#59DDF2;
        position: absolute;
        bottom: 10px;
        display: flex;
        justify-content: space-around;
        width: 100%;
        line-height: 1;
        text-align: center;
    }
    #countdown.is_coming{
          bottom: 32px;
      }
    #countdown .pop_jump{
        display:inline-block;
        padding:10px 30px;
        color:#fff;
        border:2px solid #fff;
    }
    #countdown .pop_jump:hover{
        background: #0080c9
;
    }
    .cut_day,.cut_hour,.cut_min,.cut_sec,.fenge{
        color:#fff;
        font-size: 60px;
        margin-bottom:10px;
    }
    @media screen and (max-width: 860px){
       #cutdown_dialog{
            background:url(images/QYSEACountdownCNMobile.jpg) #000;
            background-size:100% 100%;
            width: 360px;
            height:500px;
        }
        #countdown{
            font-size:13px;
        }
        .cut_day,.cut_hour,.cut_min,.cut_sec,.fenge{
            font-size: 30px;
        }
    }


.hezuo { width:; margin:0px 18px;}
.hezuo .hzt { width:15.6666%; margin:0.5%; float:left; overflow:hidden; background:#fff; border:1px solid #cce8f4; background:#f3f3f3; }
.hezuo .hzt img { width:100%; transition:all .4s;}
.hezuo .hzt:hover img { transform: scale(.8,.8); }
.hezuo .hzt:hover {box-shadow:6px 6px 6px 6px rgba(0,0,0,.1);}




.sy_about3 { height:622px; background:url(../images/hzbg.jpg) no-repeat center top fixed;background-size:cover;  width:100%; clear:both; overflow:visible;  }

.sy_about3 .con_zi {width:100%; float:left; padding-right:5%;}

.sy_about3 .con {  color:#fff; padding:70px 0%; margin:auto; width:1290px; }
.sy_about3 .con .logotu { height:100px; width:auto;}
.sy_about3 .con .span1 { font-size:20px; font-family:Arial, Helvetica, sans-serif; padding-top:35px; line-height:40px; display:block; }
.sy_about3 .con h3 { font-size:35px; font-weight:700; line-height:60px; padding-bottom:45px;}



.sy_about1 { height:580px; background:url(../images/bb2.jpg) no-repeat center top fixed; background-size:cover; width:100%; clear:both; overflow:visible;   }

.sy_about1 .con_tu { width:40%; float:right; margin-top:10%;  border-right:8px solid #1fa136;  border-bottom:8px solid #1fa136; border-radius:15px; overflow:hidden; height:350px;}
.sy_about1 .con_tu img { width:100%; height:100%; border-right:0px solid #1fa136; border-radius:5px; overflow:hidden;}

.sy_about1 .con_zi {width:50%; float:left; padding-right:5%;}

.sy_about1 .con {  color:#fff; padding:75px 0%;  margin:auto; width:1200px; }
.sy_about1 .con .logotu { height:100px; width:auto;}
.sy_about1 .con .span1 { font-size:25px; font-family:Arial, Helvetica, sans-serif; padding-top:0px; line-height:50px; display:block; }
.sy_about1 .con h3 { font-size:30px; font-weight:700; line-height:60px; padding-bottom:20px;}
.sy_about1 .con p { font-size:16px; line-height:25px; width:100%;  text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:6;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.sy_about1 .con a { color: #fff;}
.sy_about1 .con .gd { width:150px; height:42px; border:0px solid #009e49; line-height:42px; color:#fff; display:block; margin-top:30px; text-align:center; font-size:16px; font-style:normal; margin-bottom:56px;  border-radius:5px;
background:#009e49;

background-image: linear-gradient(to right, #1a9f36,#1a9f36, #60b526);




}




.sy_about1 .con .fl { width:50%; background:rgb(255,255,255,.9); height:175px;}
.sy_about1 .con dl { width:49%; display: inline-block; text-align:center; padding-top:45px; background:url(../images/ab_xx1.jpg) no-repeat right 45px; height:128px;}
.sy_about1 .con dl dt span { font-family: Akz; font-weight:700; font-size:55px;}
.sy_about1 .con .fl dl:nth-child(2) { background:none;}
.sy_about1 .con .fr dl:nth-child(1) {background:url(../images/ab_xx2.jpg)  no-repeat right 45px;}
.sy_about1 .con .fr dl:nth-child(2) { background:none;}




.sy_about1 .con dl dt { font-family:Arial, Helvetica, sans-serif; }
.sy_about1 .con dl dt em { font-size:15px; color:#4b4b4b; }
.sy_about1 .con dl dd { font-size:15px; color:#4b4b4b; }

.sy_about1 .con .fl dl dt { color:#0053a7;}

.sy_about1 .con .fr dl dt { color:#fff;}
.sy_about1 .con .fr dl dt em { color:#fff;}
.sy_about1 .con .fr dl dd { color:#fff;}

.sy_about1 .con .fr { width:50%; background:rgb(12,77,143,.9); height:175px;}


.icp { width:100%; padding:5% 0px;  background-size: auto 100%; height:880px; margin:auto}
.icp .con { padding:0px 0%; margin:auto; width:1290px;}



.iys { width:100%; background:#f5f5f5; padding:5% 0px;  background-size: auto 100%; height:1200px;}




.yin_t{font-size: 40px;color: #333;text-align: center;position: relative;line-height: 42px;  padding:2% 0px 0px;}
.yin_t img { margin-bottom:20px;}
.yin_t a{color: #27282a;}
.yin_t span{display: block;font-size: 20px;font-weight: normal;}
.yin{padding: 100px 0 100px;}
.yin_t{font-size: 40px;color: #000;font-weight: normal;text-align: center;line-height: 40px;}
.yin_t .ll{ text-align:left; width:80%; float:left;}
.yin_t .rr{ text-align:left; width:20%; float:right;}

.yin_t .rr a.more { width:120px; line-height:38px; color:#fff; border-radius:5px; float:right; font-size:17px;

background: #009e49;
    background-image: linear-gradient(to right, #1a9f36,#1a9f36, #60b526); text-align:center; margin-top:50px;



}

.yin_t a{color: #27282a; margin-top:20px;}
.yin_t b{color: #000;}
.yin_t span{display: block;


 color:#666; font-size:17px; line-height:28px; padding:15px 0px 20px;

  }
.yin_t i{color: #0080c9
;padding:0 15px;}
.yin dl{width: 286px;height: 400px;position: relative;margin: 80px 18px 0 0;float: left;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s; border-radius:15px;}
.yin dl dt{width: 286px;line-height: 0;position: relative;}
.yin dl dt img{width: 286px;height: 400px;}
.yin dl dt h4{font-size: 22px;color: #333;height: 125px;line-height: 125px;width: 286px;text-align: center;position: absolute;bottom: 0;left: 0;background: #0080c9
;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dt h4 em{display: block;width: 46px;height: 46px;line-height: 0;background: #142038;border-radius: 50%;position: absolute;top: -23px;left: 120px;}
.yin dl dt h4 em img{width: 46px;height: 46px;}
.yin dl dd{background: rgba(0,0,0,0.7);position: absolute;bottom: 0;left: 0;height: 0;overflow: hidden;width: 286px;text-align: center;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dd h5{height: 70px;line-height: 70px;overflow: hidden; background:url(../../images/yin_line.gif) no-repeat center 67px;font-size: 21px;color: #fff;}
.yin dl dd em{display: block;width: 46px;height: 46px;line-height: 0;background: #0080c9
;border-radius: 50%;padding: 9px;margin: 80px auto 0;}
.yin dl dd em img{width: 46px;height: 46px;}
.yin dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 220px;margin: 0 auto;padding: 15px 0 0;}
.yin dl:hover dd,.yin dl.cur dd{height: 400px;}
.yin dl:hover dt h4,.yin dl.cur dt h4{height: 0;}
.yin dl:hover dt h4 em,.yin dl.cur dt h4 em{top: 0;}
.yin dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.yin .nobor{margin-right: 0;}





.ipart01{padding:65px 0 100px;}
.ipart01 .wrap { width:1300px; margin:0px auto;}
.ipart01 .infor{text-align:center;}
.ipart01 .infor .tit{font-size:42px; line-height:42px; color:#000; margin-bottom:10px;}

.ipart01 .infor .con{font-size:18px; line-height:27px; color:#999;}
.ipart01 .content{margin-top:0px;}
.ipart01 .content .left{width:41%; float:left;}
.ipart01 .content .left .scroll_con{height:399px; overflow:hidden;}
.ipart01 .content .left li{border-bottom:1px solid #F2F8FA}
.ipart01 .content .left .li_box{padding:28px 24px 24px; display:block;}
.ipart01 .content .left .li_box .date{width:17%; color:#A7A7A7; transition:all 0.5s ease;}
.ipart01 .content .left .li_box .date .day{font-size:60px;  line-height:1;}
.ipart01 .content .left .li_box .date .year {font-size:16px; line-height:20px; color:#888585;}
.ipart01 .content .left .li_box .intro{width:82%; float:left; margin-top:5px;}
.ipart01 .content .left .li_box .intro .t{font-size:24px; line-height:30px; color:#252424; margin-bottom:11px; transition:all 0.5s ease;}
.ipart01 .content .left .li_box .intro .c{font-size:18px; line-height:26px; color:#666;transition:all 0.5s ease;}
.ipart01 .content .left .scroll_btn .btns{width:49%; float:left; margin-right:1%; height:25px; line-height:25px; text-align:center; font-size:16px;background:#e7e7e7; color:#fff; font-weight:bold; cursor:pointer; transition:all 0.5s ease;}
.ipart01 .content .left .scroll_btn .btns:hover{background:#4479c9;}
.ipart01 .content .left li:hover .li_box .date{color:#4479c9;}
.ipart01 .content .left li:hover .li_box .intro .t{color:#4479c9;}
.ipart01 .content .left li:hover .li_box .intro .c{color:#4479c9;}
.ipart01 .content .right{width:56%; float:right;}
.ipart01 .content .right .rect-62{padding-bottom:62%; border-radius:10px;}
.ipart01 .content .right .cell{width:47.7%; margin-left:3.5%; float:left;}
.ipart01 .content .right .cell a{display:block;}
.ipart01 .content .right .cell:first-child{margin-left:0;}
.ipart01 .content .right .cell .img_{position:relative;}
.ipart01 .content .right .cell .img_:after{content:''; width:55px; height:55px; background:url(../images/ipart01_2.png) no-repeat center; transition:all 0.5s ease; position:absolute; left:50%; margin-left:-27px; bottom:-27px;}
.ipart01 .content .right .cell .intro{margin-top:50px;}
.ipart01 .content .right .cell .intro .t{font-size:24px; color:#1f1f1f; line-height:26px; margin-bottom:7px;}
.ipart01 .content .right .cell .intro .d{font-size:20px; line-height:20px; color:#a8a8a8;  margin-bottom:7px;}
.ipart01 .content .right .cell .intro .c{font-size:18px; color:#666; line-height:30px; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.ipart01 .content .right .cell:hover .img_:after{background:url(../images/ipart01_3.png) no-repeat center;}
.ipart01 .content .right .cell:hover .intro .t{color:#4479c9;}
/* æ–°é—»è¯¦ç»† */
.news_detail_jt{position:absolute; right:0; bottom:90px; text-align:right; width:100%;}
.news_detail_jt .box{float:right;}
.news_detail_jt a{float:left; display:block; width:45px; height:46px;  margin-left:10px;}
.news_detail_jt a.prev_jt{background:url(../images/news_detail_jt1_on.png) no-repeat center; background-size:cover;}
.news_detail_jt a.next_jt{background:url(../images/news_detail_jt2.png) no-repeat center;background-size:cover;}
.news_detail_jt a.back{background:url(../images/back.png) no-repeat center;background-size:cover;}
.news_detail01 .left{width:63%; float:left;}
.news_detail01 .left .title{font-size:39px; line-height:52px; color:#000; margin-bottom:30px;}
/* .news_detail01 .left .con{padding-bottom:35px;} */
.news_detail01 .left .con .box{padding:25px 50px 25px 25px; color:#fff; background:#4479c9;}
.news_detail01 .left .con .box .date{font-size:33px; line-height:60px; font-family:Arial}
.news_detail01 .left .con .box .text{font-size:16px; line-height:30px; padding-left:70px; height:60px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.news_detail01 .left .myart{font-size:16px; color:#666; line-height:2; border-top:1px solid #DCDCDC; padding-top:35px;}
.news_detail01 .right{width:31%; float:right;}
.news_detail01 .right .inp_wrap{border:1px solid #B7B7B7; border-radius:10px; height:50px; line-height:50px; padding-left:55px; position:relative;}
.news_detail01 .right .inp_wrap .icon{width:23px; height:22px; background:url(../images/news_detail01_1.png) no-repeat center; position:absolute; left:16px; top:50%; margin-top:-11px;}
.news_detail01 .right .inp_wrap .inp{height:50px; line-height:50px; border:none; padding:0; margin:0; border-radius:10px; width:calc(100% - 105px);}
.news_detail01 .right .inp_wrap .btns{width:105px; height:50px; line-height:50px; background:#4479c9; color:#fff; font-size:16px; color:#fff; border-radius:10px; padding:0; margin:0; border:none; position:absolute; right:0; top:0; cursor:pointer; outline:none}
.news_detail01 .right .news_share{ margin:20px 0 24px;}
.news_detail01 .right .news_share .bshare-custom{overflow:hidden;}
.news_detail01 .right .news_share .bshare-custom a{display:block; float:left; width:36px; height:36px; text-align:center; padding:0; line-height:36px; border-radius:5px; color:#fff; background:#e4e4e4; margin-right:8px;}
.news_detail01 .right .news_share .bshare-custom a i{background:none; margin:0; vertical-align:top; font-size:20px;}		
.news_detail01 .right ul li{background:#F2F6F8; border-radius:10px; margin-bottom:34px;}
.news_detail01 .right ul li .li_box{display:block; padding:55px 47px 45px;}
.news_detail01 .right ul li .li_box .tit{font-size:26px; line-height:40px; color:#444; margin-bottom:13px; max-height:80px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition:all 0.5s ease;}
.news_detail01 .right ul li .li_box .con{font-size:15px; line-height:27px; color:#666; height:81px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin-bottom:15px;}
.news_detail01 .right ul li .li_box .date{font-size:14px; line-height:26px; color:#999;}
.news_detail01 .right ul li:hover .li_box .tit{color:#4479c9;}

.ipart01 .news_detail01 { padding-top:5%; display: flex; justify-content: space-between;}
.ipart01 .news_detail01 .left { width:50%; background:#f4f4f4;  border-radius:0px; overflow:hidden; float:left; border-radius:5px; overflow:hidden;}
.ipart01 .news_detail01 .right { width:50%;}
.ipart01 .news_detail01 .right li { width:48%; margin-left:2%; margin-bottom:2%; float:left;}
.ipart01  .news_detail01 .right ul li .li_box { padding:35px 35px;}




.news_list01 .inp_wrap .inp{font-size:18px;}
.news_list02 .li_ .intro_ .box .tit{font-size:22px;}
.news_list02 .li_ .rect-60{padding-bottom:55%;}
.news_list02 .li_ .intro_ .box .date{font-size:16px;}
.news_detail01 .right ul li .li_box .tit{font-size:24px;}
.news_detail01 .right ul li .li_box .con{font-size:16px;}
.news_detail01 .right ul li .li_box .date{font-size:16px;}
.wrap {
    width: 1300px;
}



.ipart08 { padding:0px 0px!important;; background: none !important;}
.ipart08 .bott_ { margin-top:0px !important;}
.ipart08 .bott_ .infor .tit strong { font-weight:400 !important; color:#01519b;}



.ipart03 .wrap {
    position: relative;
    z-index: 2;
}

.ipart03z { width:100%; clear:both; overflow:visible; padding-top:40px; height:600px;}

.ipart03{padding:80px 0 100px; margin:0px auto;  width:1300px;  margin-bottom:100px !important;/* height:360px;*/}
.ipart03 .left_bg{position:absolute; top:0%; z-index:1;}
.ipart03 .right_bg{position:absolute;top:204px;right:0;z-index:1;}
.ipart03 .wrap{position:relative; z-index:2;}
.ipart03 .top_ .infor{text-align:center;}
.ipart03 .top_ .infor .tit{font-size:42px; line-height:42px; color:#232d46; margin-bottom:12px;}
.ipart03 .top_ .infor .tit strong { color:#01519b; font-weight:400;}
.ipart03 .top_ .infor .con{font-size:18px; line-height:30px; color:#666;}
.ipart03 .top_ .content{margin-top:60px; width:1300px; margin:0px auto;}
.ipart03 .top_ .content .rect-76{padding-bottom:76%;}
.ipart03 .top_ .content li{width:23.5%; float:left; margin-left:2%; background:#fff; box-shadow:0 0 25px rgba(0,0,0,.1); border-radius:20px; }
.ipart03 .top_ .content li:first-child{margin-left:0;}
.ipart03 .top_ .content li .box{padding:50px 70px;}
.ipart03 .top_ .content li .box .icon{width:80px; height:80px; margin:0 auto; background-position:0 -80px; transition:all 0.5s ease;}
.ipart03 .top_ .content li .box .tit{font-size:24px; line-height:30px; color:#374567; padding-top:46px; transition:all 0.3s ease; text-align:center;}

.ipart03 .top_ .content li .box .zi { font-size:15px; line-height:22px; color:#999; text-align:center; padding:15px 0px; height:66px;}

.ipart03 .top_ .content li .box .con{font-size:16px; line-height:40px; color:#fff; text-align:center; transition:all 0.5s ease; margin-top:20px;}
.ipart03 .top_ .content li .box .con .icon{display:inline-block; width:26px; height:14px; background:url(../images/more_jt.png) no-repeat center; margin-left:14px;}
.ipart03 .top_ .content li:hover .box .icon{transform:rotateY(180deg);}
.ipart03 .top_ .content li:hover .box .con{opacity:1; visibility:visible;}
.ipart03 .bott_{margin-top:120px;}
.ipart03 .bott_ .infor_l{position:relative;}
.ipart03 .bott_ .infor .tit{font-size:42px; line-height:42px; color:#232d46; margin-bottom:12px;}
.ipart03 .bott_ .infor .con{font-size:18px; line-height:30px; color:#666;}
.ipart03 .bott_ .infor_l .line{margin-top:25px;}
.ipart03 .bott_ .infor_r {margin-top:60px;}
.ipart03 .bott_ .infor_r .common_more{background:#4479c9; color:#fff;}
.ipart03 .bott_ .infor_r .common_more span.text{line-height:63px;}
.ipart03 .bott_ .content {margin-top:0px;}
.ipart03 .bott_ .content li{float:left; width:23%; margin-right:2%; height:250px; margin-bottom:30px; 


}

.ipart03 .bott_ .content li .rect-786 img { width:100%; height:250px;}
.ipart03 .bott_ .content li .rect-786{/*padding-bottom:78.6%;*/ border-radius:5px;}
.ipart03 .bott_ .content li .li_box{display:block;}
.ipart03 .bott_ .content li .intro .box{padding:30px 20px 0; text-align:center; border-bottom:0px solid #104ecf;}
.ipart03 .bott_ .content li .intro .box .t{font-size:26px; line-height:30px; color:#374567;}
.ipart03 .bott_ .content li .intro .box .c{font-size:16px; line-height:24px; color:#666; margin:15px 0 20px; height:72px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.ipart03 .bott_ .content li .intro .box .more{font-size:16px; line-height:43px; color:#4479c9; font-weight:bold;}
.ipart03 .bott_ .content li .rect-786{/*padding-bottom:110%;*/}
.ipart03 .bott_ .content li{position:relative;}
.ipart03 .bott_ .content li .intro{position:absolute; left:0; bottom:40%; width:60%; /*background:rgba(0,0,0,.4) center;*/ border:none; transition:all 0.5s ease;  margin:0px 20%; border:2px solid #fff; z-index:2; font-weight:700;}
.ipart03 .bott_ .content li:before{ content:" "; width:100%; height:100%; background:rgba(0,0,0,.2); position:absolute; left:0px; top:0px; z-index:1;}
.ipart03 .bott_ .content li .intro .box{padding:20px;}
.ipart03 .bott_ .content li .intro .box .t{font-size:18px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#fff;}
.ipart03 .bott_ .content li .cover{position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.5s ease; opacity:0; visibility:hidden; background:rgba(38,96,166,.9); display:flex; flex-direction:column; justify-content:center;}
.ipart03 .bott_ .content li .cover .box{padding:100px 40px; color:#fff; height:400px;       }
.ipart03 .bott_ .content li .cover .box .t{font-size:22px; line-height:30px; text-align:center; padding-top:45px;}
.ipart03 .bott_ .content li .cover .box .c{font-size:16px; line-height:30px; margin:0px 0 0px; padding-right:10px; height:270px; overflow-y:auto; text-align:justify;}
.ipart03 .bott_ .content li .cover .box .c h3 { margin-bottom:20px; font-size:22px;}
.ipart03 .bott_ .content li .cover .box .c h3 p { padding:0px; margin:0px;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar {width:4px; height:4px;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar-thumb {border-radius:5px; background:#f6f5f5;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar-track {border-radius:0; background:#4479c9;}
.ipart03 .bott_ .content li .cover .box .more{display:none;}
.ipart03 .bott_ .content li:hover .intro{opacity:0; visibility:hidden;}
.ipart03 .bott_ .content li:hover .cover{opacity:1; visibility:visible; z-index:3;}	.ipart05 .content{display:block;}

.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }


.gengduo { width:100%; margin:40px 80px; }
.gengduo b { border-bottom:0px solid rgba(255,255,255,1); font-size:14px; line-height:50px; font-size:15px; height:50px; font-weight:400;}

.scx { width:90%; padding:1% 0px 5%; display:flex; justify-content:space-between; margin:0px 5%; }
.scx i { width:1px; height:300px; background:rgba(0,0,0,.15); display:block; margin-top:4%;}


.lxwmg  { width:110px; line-height:40px; border-radius:50px; text-align: center; color:#fff; background:#0080c9
;float:left; margin-top:20px;}








@font-face {
	font-family:Helvetica-Neue-2;
	src: url('../fonts/Helvetica-Neue-2.ttf'); }

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }

@font-face {
	font-family:DINOT-Bold;
	src: url('../fonts/DINOT-Bold.otf'); }

@font-face {
	font-family:Oswald-Bold;
	src: url('../fonts/Oswald-Bold.otf'); }






.digital{width:66%;height: 165px;background: #fff;/*box-shadow: 0 3px 6px 3px rgba(0,0,0,0.1);border-radius: 10px;*/padding-top: 0px;position: relative;z-index: 5;margin: 0px  auto 0px;}
.ibrand-num{ display:flex; width:90%; text-align:center; margin:0px auto;}
.ibrand-num li{flex:1;height:115px;padding-left:0px;color:#8a8a8a;font-size:16px;position: relative;}
.ibrand-num li:before{content: "";width: 0px;height: 88px;position: absolute;top: 5px;left: 0;background: #e5e5e5;}
.ibrand-num li b{display: block;font-size:54px;color: #000;line-height: 56px; font-family:'Oswald-Bold';margin-left: -3px; font-weight:900;}

.ibrand-num li b i { font-weight:400; font-family:Arial, "微软雅黑"; font-size:18px; margin-top:-100px; display:inline-block; color:#666;}

.cente1r{justify-content: center; width:70% ; margin:0 auto; display:flex}
.dda{ line-height:50px; text-align:left; border-left:1px #eee solid; padding-left:1%; margin-top:-10px;}
.ibrand-num li:first-child:before{background: none;}


.ibrand-num li:nth-child(2){ padding-left:50px}








.fl { float:left}
.fr{ float:right;}
.newsyou{ width:47%; float:right; }
.xwbr{ width:88%;color:#8f8f8f; margin-top:17px;  overflow:hidden; font-size:15px; background:url(../images/lj.png) no-repeat left  2px; padding-left:25px; 

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 44px;
line-height: 22px;


}
.xwgd{ margin-top:0px; width:8%;}
.xwlist{ border-bottom:1px solid #d8d8d8; padding-bottom:15px; padding-top:15px; min-height:120px}
.newsyou .xwlist:last-child { border:0px;}
.xwlist .biaoti { font-size:16px; font-weight:900; margin-bottom:10px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 24px;
line-height: 24px;

}


.footer .quicklylink dl { width:100%; margin-right:8%; height:200px;}
.footer .quicklylink dl  { border-right:0px solid rgba(255,255,255,.2);}
.ft-subscribe  { border-right:1px solid rgba(255,255,255,.2);  width:40%;}
.dhdh { font-family:Oswald-Bold; font-weight:900; font-size:30px; color:#fff; padding:10px 0px;}
.dhdh i { font-weight:400; font-size:15px;}






@media all and (max-width:768px){



.flex{ display:none}


/*------------公司---------*/


/*------------简介---------*/


.sy_about { width:90%; text-align:center; padding:5% 5% 4% 5%; line-height:20px; font-size:13px; }
.sy_about img { padding-bottom:2%;}
.sy_about strong { font-size:18px; font-weight:400; color:#000; line-height:20px; padding-bottom:20px;}





.digital{width:66%;height:auto;background: #fff;/*box-shadow: 0 3px 6px 3px rgba(0,0,0,0.1);border-radius: 10px;*/padding-top: 0px;position: relative;z-index: 5;margin: 0px  auto 0px;}
.ibrand-num{ display:flex; width:100%; text-align:center; margin:0px auto; padding-bottom:20px;}
.ibrand-num li{flex:1;height:auto;padding-left:0px;color:#8a8a8a;font-size:12px;position: relative;}
.ibrand-num li:before{content: "";width: 0px;height: 88px;position: absolute;top: 5px;left: 0;background: #e5e5e5;}
.ibrand-num li b{display: block;font-size:15px;color: #000;line-height:18px; font-family:'Oswald-Bold';margin-left:0px; font-weight:900; }

.ibrand-num li b i { font-weight:400; font-family:Arial, "微软雅黑"; font-size:12px; margin-top:-100px; display:inline-block; color:#666;}

.cente1r{justify-content: center; width:100% ; margin:0 auto; display:flex}
.dda{ line-height:50px; text-align:left; border-left:1px #eee solid; padding-left:1%; margin-top:-10px;}
.ibrand-num li:first-child:before{background: none;}


.ibrand-num li:nth-child(2){ padding-left:0px}









.sy_about1 { height:auto; padding-bottom:50px;  background:url(../images/ba1.jpg) no-repeat center top fixed; background-size:cover; width:90%; clear:both; overflow:hidden; padding-left:5%; padding-right:5%}

.sy_about1 .con_tu { width:40%; float:right; margin-top:10%;  border-right:8px solid #1fa136;  border-bottom:8px solid #1fa136; border-radius:15px; overflow:hidden; height:350px;}
.sy_about1 .con_tu img { width:100%; height:100%; border-right:0px solid #1fa136; border-radius:5px; overflow:hidden;}

.sy_about1 .con_zi {width:100%; float:left; padding-right:5%; padding-left:5%}

.sy_about1 .con {  color:#fff; padding:10% 0%;  margin:auto; width:100%; }
.sy_about1 .con .logotu { height:100px; width:auto;}
.sy_about1 .con .span1 { font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-top:10px; line-height:20px; display:block; }
.sy_about1 .con h3 { font-size:15px; font-weight:700; line-height:25px; padding-bottom:10px;}
.sy_about1 .con p { font-size:14px; line-height:20px; width:100%;  text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:6;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.sy_about1 .con a { color: #fff;}
.sy_about1 .con .gd { width:110px; height:28px; border:0px solid #009e49; line-height:28px; color:#fff; display:block; margin-top:10px; text-align:center; font-size:12px; font-style:normal; margin-bottom:0px;  border-radius:5px;
background:#009e49;

background-image: linear-gradient(to right, #1a9f36,#1a9f36, #60b526);

}


.vv34{width:90%;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:4;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; }



.sy_about1 .con .fl { width:100%; background:rgb(255,255,255,.9); height:175px;}
.sy_about1 .con dl { width:100%; display: inline-block; text-align:center; padding-top:20px; background:url(../images/ab_xx1.jpg) no-repeat right 0px; height:128px;}
.sy_about1 .con dl dt span { font-family: Akz; font-weight:700; font-size:55px;}
.sy_about1 .con .fl dl:nth-child(2) { background:none;}
.sy_about1 .con .fr dl:nth-child(1) {background:url(../images/ab_xx2.jpg)  no-repeat right 45px;}
.sy_about1 .con .fr dl:nth-child(2) { background:none;}




.sy_about1 .con dl dt { font-family:Arial, Helvetica, sans-serif; }
.sy_about1 .con dl dt em { font-size:15px; color:#4b4b4b; }
.sy_about1 .con dl dd { font-size:15px; color:#4b4b4b; }

.sy_about1 .con .fl dl dt { color:#0053a7;}

.sy_about1 .con .fr dl dt { color:#fff;}
.sy_about1 .con .fr dl dt em { color:#fff;}
.sy_about1 .con .fr dl dd { color:#fff;}

.sy_about1 .con .fr { width:50%; background:rgb(12,77,143,.9); height:175px;}


.icp { width:100%; padding:5% 5%;  background-size: auto 100%; height:auto; margin:auto}
.icp .con { padding:0px 0%; margin:auto; width:100%;}



.iys { width:100%; background:#f5f5f5; padding:5% 0px;  background-size: auto 100%; height:auto;}



.yin{padding:20px 0 20px;}
.yin_t{font-size:20px;color: #000;font-weight: normal;text-align: center;line-height: 25px;}
.yin_t .ll{ text-align:left; width:80%; float:left;}
.yin_t .rr{ text-align:left; width:20%; float:right;}

.yin_t .rr a.more { width:80px; line-height:28px; color:#fff; border-radius:5px; float:right; font-size:12px;

background: #009e49;
    background-image: linear-gradient(to right, #1a9f36,#1a9f36, #60b526); text-align:center; margin-top:0px;



}

.yin_t a{color: #27282a; margin-top:10px;}
.yin_t b{color: #000;font-size:20px;}
.yin_t span{display: block;


 color:#666; font-size:13px; line-height:20px; padding:10px 0px 10px;

  }
.yin_t i{color: #0080c9
;padding:0 15px;}
.yin dl{width: 286px;height: 400px;position: relative;margin: 80px 18px 0 0;float: left;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s; border-radius:15px;}
.yin dl dt{width: 286px;line-height: 0;position: relative;}
.yin dl dt img{width: 286px;height: 400px;}
.yin dl dt h4{font-size: 22px;color: #333;height: 125px;line-height: 125px;width: 286px;text-align: center;position: absolute;bottom: 0;left: 0;background: #0080c9
;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dt h4 em{display: block;width: 46px;height: 46px;line-height: 0;background: #142038;border-radius: 50%;position: absolute;top: -23px;left: 120px;}
.yin dl dt h4 em img{width: 46px;height: 46px;}
.yin dl dd{background: rgba(0,0,0,0.7);position: absolute;bottom: 0;left: 0;height: 0;overflow: hidden;width: 286px;text-align: center;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dd h5{height: 70px;line-height: 70px;overflow: hidden; background:url(../../images/yin_line.gif) no-repeat center 67px;font-size: 21px;color: #fff;}
.yin dl dd em{display: block;width: 46px;height: 46px;line-height: 0;background: #0080c9
;border-radius: 50%;padding: 9px;margin: 80px auto 0;}
.yin dl dd em img{width: 46px;height: 46px;}
.yin dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 220px;margin: 0 auto;padding: 15px 0 0;}
.yin dl:hover dd,.yin dl.cur dd{height: 400px;}
.yin dl:hover dt h4,.yin dl.cur dt h4{height: 0;}
.yin dl:hover dt h4 em,.yin dl.cur dt h4 em{top: 0;}
.yin dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.yin .nobor{margin-right: 0;}










.ipart03 .wrap {
    position: relative;
    z-index: 2;
}

.ipart03z { width:100%; clear:both; overflow:visible; padding-top:40px; height:auto;}

.ipart03{padding:80px 0 100px; margin:0px auto;  width:100%;  margin-bottom:0px !important;/* height:360px;*/}
.ipart03 .left_bg{position:absolute; top:0%; z-index:1;}
.ipart03 .right_bg{position:absolute;top:204px;right:0;z-index:1;}
.ipart03 .wrap{position:relative; z-index:2;}
.ipart03 .top_ .infor{text-align:center;}
.ipart03 .top_ .infor .tit{font-size:42px; line-height:42px; color:#232d46; margin-bottom:12px;}
.ipart03 .top_ .infor .tit strong { color:#01519b; font-weight:400;}
.ipart03 .top_ .infor .con{font-size:18px; line-height:30px; color:#666;}
.ipart03 .top_ .content{margin-top:60px; width:1300px; margin:0px auto;}
.ipart03 .top_ .content .rect-76{padding-bottom:76%;}
.ipart03 .top_ .content li{width:23.5%; float:left; margin-left:2%; background:#fff; box-shadow:0 0 25px rgba(0,0,0,.1); border-radius:20px; }
.ipart03 .top_ .content li:first-child{margin-left:0;}
.ipart03 .top_ .content li .box{padding:50px 70px;}
.ipart03 .top_ .content li .box .icon{width:80px; height:80px; margin:0 auto; background-position:0 -80px; transition:all 0.5s ease;}
.ipart03 .top_ .content li .box .tit{font-size:24px; line-height:30px; color:#374567; padding-top:46px; transition:all 0.3s ease; text-align:center;}

.ipart03 .top_ .content li .box .zi { font-size:15px; line-height:22px; color:#999; text-align:center; padding:15px 0px; height:66px;}

.ipart03 .top_ .content li .box .con{font-size:16px; line-height:40px; color:#fff; text-align:center; transition:all 0.5s ease; margin-top:20px;}
.ipart03 .top_ .content li .box .con .icon{display:inline-block; width:26px; height:14px; background:url(../images/more_jt.png) no-repeat center; margin-left:14px;}
.ipart03 .top_ .content li:hover .box .icon{transform:rotateY(180deg);}
.ipart03 .top_ .content li:hover .box .con{opacity:1; visibility:visible;}
.ipart03 .bott_{margin-top:120px;}
.ipart03 .bott_ .infor_l{position:relative;}
.ipart03 .bott_ .infor .tit{font-size:14px; line-height:20px; color:#232d46; margin-bottom:12px;}
.ipart03 .bott_ .infor .con{font-size:12px; line-height:20px; color:#666;}
.ipart03 .bott_ .infor_l .line{margin-top:25px;}
.ipart03 .bott_ .infor_r {margin-top:60px;}
.ipart03 .bott_ .infor_r .common_more{background:#4479c9; color:#fff;}
.ipart03 .bott_ .infor_r .common_more span.text{line-height:63px;}
.ipart03 .bott_ .content {margin-top:0px;}
.ipart03 .bott_ .content li{float:left; width:22.5%; margin-right:1%; height:100px; margin-bottom:2px; 


}

.ipart03 .bott_ .content li .rect-786 img { width:100%; height:100px;}
.ipart03 .bott_ .content li .rect-786{/*padding-bottom:78.6%;*/ border-radius:5px;}
.ipart03 .bott_ .content li .li_box{display:block;}
.ipart03 .bott_ .content li .intro .box{padding:0px 0px 0; text-align:center; border-bottom:0px solid #104ecf;}
.ipart03 .bott_ .content li .intro .box .t{font-size:13px; line-height:18px; color:#374567;}
.ipart03 .bott_ .content li .intro .box .c{font-size:12px; line-height:18px; color:#666; margin:15px 0 20px; height:72px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.ipart03 .bott_ .content li .intro .box .more{font-size:12px; line-height:18px; color:#4479c9; font-weight:bold;}
.ipart03 .bott_ .content li .rect-786{/*padding-bottom:110%;*/}
.ipart03 .bott_ .content li{position:relative;}
.ipart03 .bott_ .content li .intro{position:absolute; left:0; bottom:20%; width:100%; /*background:rgba(0,0,0,.4) center;*/ border:none; transition:all 0.5s ease;  margin:0px 0%; border:0px solid #fff; z-index:2; font-weight:100;}
.ipart03 .bott_ .content li:before{ content:" "; width:100%; height:100%; background:rgba(0,0,0,.2); position:absolute; left:0px; top:0px; z-index:1;}
.ipart03 .bott_ .content li .intro .box{padding:20px;}
.ipart03 .bott_ .content li .intro .box .t{font-size:13px; line-height:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#fff;}
.ipart03 .bott_ .content li .cover{position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.5s ease; opacity:0; visibility:hidden; background:rgba(38,96,166,.9); display:flex; flex-direction:column; justify-content:center;}
.ipart03 .bott_ .content li .cover .box{padding:0px 0px; color:#fff; height:50px;       }
.ipart03 .bott_ .content li .cover .box .t{font-size:12px; line-height:18px; text-align:center; padding-top:20px;}
.ipart03 .bott_ .content li .cover .box .c{font-size:12px; line-height:18px; margin:0px 0 0px; padding-right:10px; height:270px; overflow-y:auto; text-align:justify;}
.ipart03 .bott_ .content li .cover .box .c h3 { margin-bottom:20px; font-size:22px;}
.ipart03 .bott_ .content li .cover .box .c h3 p { padding:0px; margin:0px;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar {width:4px; height:4px;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar-thumb {border-radius:5px; background:#f6f5f5;}
.ipart03 .bott_ .content li .cover .box .c::-webkit-scrollbar-track {border-radius:0; background:#4479c9;}
.ipart03 .bott_ .content li .cover .box .more{display:none;}
.ipart03 .bott_ .content li:hover .intro{opacity:0; visibility:hidden;}
.ipart03 .bott_ .content li:hover .cover{opacity:1; visibility:visible; z-index:3;}	.ipart05 .content{display:block;}

.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }


.gengduo { width:100%; margin:40px 80px; }
.gengduo b { border-bottom:0px solid rgba(255,255,255,1); font-size:14px; line-height:50px; font-size:15px; height:50px; font-weight:400;}

.scx { width:90%; padding:1% 0px 5%; display:flex; justify-content:space-between; margin:0px 5%; }
.scx i { width:1px; height:300px; background:rgba(0,0,0,.15); display:block; margin-top:4%;}


.lxwmg  { width:110px; line-height:40px; border-radius:50px; text-align: center; color:#fff; background:#0080c9
;float:left; margin-top:20px;}






.sy_about3 { height:auto; background:url(../images/hzbg.jpg) no-repeat center top fixed;background-size:cover;  width:100%; clear:both; overflow:hidden; padding-bottom:30px; }

.sy_about3 .con_zi {width:100%; float:left; padding-right:5%; padding-left:5%; padding-right:5%}

.sy_about3 .con {  color:#fff; padding:10px 0%; margin:auto; width:100%; }
.sy_about3 .con .logotu { height:100px; width:auto;}
.sy_about3 .con .span1 { font-size:14px; font-family:Arial, Helvetica, sans-serif; padding-top:20px; line-height:20px; display:block; }
.sy_about3 .con h3 { font-size:17px; font-weight:700; line-height:20px; padding-bottom:10px;}



.backtotop_mobile{display:none; }
.commonweb{display:none; }
.logo_box{display:none; }


.footer .copy{color: #fff; width:90%; margin:auto; font-size:14px;}



.ipart01{padding:40px 0 10px;}
.ipart01 .wrap { width:100%; margin:0px auto;}
}








