html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span,p {
    padding: 0;
    margin: 0;       
}
ul { list-style: none;margin: 0; padding: 0;}
a:hover{cursor: pointer;}
html {width: 100%;overflow-x: hidden;}
 input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

.banner .swiper-slide img{width: 100%}
textarea {  -webkit-appearance: none;}   
.left{float: left;}
.right{float: right;}
.clear{clear: both}
body { width: 100%;  *cursor: default;
font: 16px/1.5 "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;overflow-x:hidden;}
img{border:0px;max-width: 100%}
a{text-decoration: none;outline: none}
div{outline: none}
ul,li{list-style-type: none}
*{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;}
.main{margin:0 auto;max-width: 90%;width:1510px;}
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.myhidden{display:none;}
.flex_{display: flex;}
/*两边的向两边靠*/
.flex_space-between{display: flex;justify-content:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;justify-content:center;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;justify-content:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;align-items:center;}
.flex_wrap{flex-wrap:wrap;}

.align_center{text-align:center;}
.alignleft{text-align: left}
.alignright{text-align: right}

@font-face {
  font-family: 'iconfont';  /* Project id 3257405 */
  src: url('//at.alicdn.com/t/font_3257405_0ggf2zatsaq.woff2?t=1651721545341') format('woff2'),
       url('//at.alicdn.com/t/font_3257405_0ggf2zatsaq.woff?t=1651721545341') format('woff'),
       url('//at.alicdn.com/t/font_3257405_0ggf2zatsaq.ttf?t=1651721545341') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
   font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


.overflow{overflow: hidden}
.banner{position: relative;}
.banner .swiper-button-prev{width: 80px;height: 80px;background:rgba(255,255,255,0.5);left:10%;border-radius: 50%;font-size: 30px;line-height: 80px;text-align: center;color: #fff}
.banner .swiper-button-next{width: 80px;height: 80px;background:rgba(255,255,255,0.5);right:10%;border-radius: 50%;font-size: 30px;line-height: 80px;text-align: center;color: #fff}
.aligncenter{text-align: center;}

.banner .swiper-slide img{transition: 1s linear 6s;transform: scale(1.1);}
.banner .swiper-slide.swiper-slide-active img{transition:6s linear;transform:scale(1);}

header{background: #ffffff;}
header .logo{max-width:331px}
header .main{position: relative;}
.navlist li>a{display:block;padding: 0 24px;font-size: 14px;color: #666666;line-height: 100px;}

.search-wrapper.active::before{display: none;}
.search{position: absolute;right: 5px;top:50%;transform: translateY(-50%);}
.search_span{color: #fff;font-size: 15px;height: 40px;line-height: 40px;position: absolute;right:-35px;top:0;display: block;}
.search-wrapper .input-holder {
    width: 45px;
    overflow: hidden;
    border-radius:6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width:175px;
    background:#014081;
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input::-webkit-input-placeholder { color:#fff; }
.search-wrapper .input-holder .search-input::-moz-placeholder { color:#fff; } /* firefox 19+ */
.search-wrapper .input-holder .search-input:-ms-input-placeholder { color:#fff; } /* ie */
.search-wrapper .input-holder .search-input:-moz-placeholder { color:#fff; }

.search-wrapper .input-holder .search-input {
    width:100%;
   
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#fff;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width:30px;
    height:40px;
    margin-right:10px;
    border:none;
    background:transparent;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 30px;
    height:40px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:15px;
    height:15px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height: 6px;
    left: 10px;
    top: 16px;
    border-radius: 2px;
    background: #a4a4a4;
}
.search-wrapper .input-holder .search-icon span::after {
    width:15px;
    height:15px;
    left: 0px;
    top: -3px;
    border-radius:50%;
    border: 2px solid #a4a4a4;
}


.search-wrapper.active .input-holder .search-icon span::before{background:#fff;}
.search-wrapper.active .input-holder .search-icon span::after{
  border: 2px solid #fff;
}
.search-wrapper .close {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top:3px;
    right:10px;
    width:25px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    opacity: 1;
    right:-30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #014081;
    border-radius: 2px;
}



.search-wrapper .close::before {width: 2px;height: 25px;left: 18px;top: 4px;}
.search-wrapper .close::after {width: 25px;height: 2px;left: 7px;top: 15px;}
.search-wrapper .result-container {width: 100%;position: absolute;top:80px;left:0px;text-align: center;font-family: "Open Sans", Arial, Verdana;font-size: 14px;display:none;color:#B7B7B7;}
.navlist{margin-left: 60px}
.navlist li{position: relative;}
.navlist .two{position: absolute;background: #fff;height: auto;left: 50%;transform: translateX(-50%);z-index: 1000;white-space: nowrap;padding: 0 10px;padding-bottom: 0;box-sizing: border-box;transition: all 0.2s;padding-bottom: 15px;display:none;z-index: 1001}
.navlist .two dd a{font-size: 14px;color: #333333;display:block;padding: 0 30px}
.navlist .two dd{padding: 22px 0;}
.navlist li:hover>a{color: #005eaa;font-weight: bold;}
.navlist .two dd:hover a{color: #205aa7}
.navlist .two i{font-size: 20px;color: #e6e6e6;display:block;position: absolute;top:-16px;left:50%;transform: translateX(-50%);}

.banner{position: relative;}
.ban_bg{width: 688px;height: 48px;line-height: 48px;position: absolute;top:-2px;left:50%;transform: translateX(-50%);z-index: 1000;font-size: 22px;color: #fff;text-align:center;}
.ban_bg p{background: url('../images/ban.png') no-repeat center top;}

.ks_two{width: 743px;}
.menu_list_box{padding-top: 10px;padding-left: 25px}
.menu_list_box .menu_list{float: left;margin:0 20px;}
.menu_two>a{font-size: 18.22px;color: #454357;font-weight: bold;}
.menu_three{margin-top:20px}
.menu_three a{display:block;font-size: 14px;color: #454357;margin-bottom:15px}
.menu_two>a:hover{color:#005eaa }
.menu_three a:hover{color: #005eaa}
.bot{width: 100%;background: #000000;color: #999999}
.bot2{color: #999999;font-size: 14px;padding:40px 0;border-top:1px solid #212121;}
.bot1{width: 1645px;max-width: 90%;margin:0 auto;padding:95px 0 40px;}
.bot1_right{font-size: 14px;color: #999999;line-height: 25px;text-align:right;}
.bot1_right img{margin-bottom:15px}
.bot1 li{margin:0 22px;}
.bot1 li>a{font-size: 14px;color: #ffffff}
.bot1 li .two dd a{font-size: 14px;color: #999999;line-height: 26px;}
.bot1 li .two{margin-top:5px}
.bot1 li:first-child{margin-left:0;}
.bot1 li .two dd a:hover{color: #fff}
.bot1 li>a:hover{font-weight:bold;}

.title_main{width: 1505px;margin:0 auto;}
.sec1_left_w{width: 950px;max-width: 63%}
.sec1_right_w{width: 555px;max-width: 36.8%}
.title span{font-size: 28px;color: #000000;font-weight: bold;}
.title{font-size: 14px;color: #666666}
.title:before{content: "";display: block;width: 30px;height: 4px;background: #005eaa;margin-bottom: 15px}
.section{padding-top:60px;}
.line{padding-bottom: 45px;border-bottom: 1px solid #e6e6e6;width: 100%}

.type a{display: inline-block;font-size: 14px;color: #005eaa;border:1px solid #005eaa;margin-right:8px;height: 37px;line-height: 37px;padding:0 30px;position: relative;}
.type a:before{position: absolute;bottom: -1px;left: -1px;width: calc(100% + 2px);transition: all 0.3s;height: 0;background:#005eaa;display:block;content: "";z-index: -1}
.type a:hover:before,.type a.active:before{height: calc(100% + 2px)}
.type a:hover,.type a.active{color: #fff}


.sec1_type{padding:35px 0 30px 55px;}
.sec1_list{display: none}
.sec1_list .swiper-slide .pic{height: 363px;width: 100%;position: relative;}
.sec1_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec1_list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center top;}

.sec1_list .swiper-slide .jian{font-size: 15px;color: #666666;line-height: 1.8;margin-top:5px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sec1_list{width: 100%;position: relative;}
.sec1_list .swiper-slide .date{text-align: right;font-size: 16px;color: #666666;margin-top:5px}

.sec1_list .swiper-slide .tit {position: relative;width: 100%;font-size: 24px;color: #000000;font-weight: bold;margin-top:20px;}
.sec1_list .swiper-slide .tit p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 75px);}
.sec1_list .swiper-slide .tit i{width: 45px;height: 25px;position: absolute;right: 0;top:0;background:url('../images/new.png') no-repeat center top;display: block;}

.sec1_list .swiper-slide .info{padding:0 15px 0 10px;}
.sec1_list .swiper-pagination{width: 52px;left:10px;font-size: 16px;color: #666666;bottom:0px;z-index: 101}
.sec1_list .swiper-button-prev{position: absolute;left:98px;bottom: 0px;top:auto;background: transparent;width: auto;height: auto;font-size: 22px;color: #005eaa;z-index: 101}
.sec1_list .swiper-button-next{position: absolute;left:153px;bottom: 0px;top:auto;background: transparent;width: auto;height: auto;font-size: 22px;color: #005eaa;z-index: 101;width: 25px}

.sec1_list .swiper-container{height:550px;overflow: hidden}


.sec1_more{display:block;width: 146px;height: 40px;line-height: 40px;border:1px solid #cdcdcd;border-radius: 20px;font-size: 16px;color: #666666;text-align:center;position:absolute;right: 105px;bottom: 0;z-index: 10}

.sec1_left{float: left;}
.sec1_right{float: right;}
.sec1_right ul{padding-left: 43px;padding-top:25px}
.sec1_right li{margin-top:15px;width: 100%}
.sec1_right li .sec1_right_info{border:5px solid #e6e6e6;padding:10px 13px;}
.sec1_right li .info{width: calc(100% - 80px)}
.sec1_right li .sort{font-size: 56px;font-weight: bold;color:#666666;margin-right:17px;}
.sec1_right li .info a{display:block;font-size: 20px;color: #333333;line-height: 1;position: relative;}
.sec1_right li .info a p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:calc(100% - 55px);float: left;}

.sec1_right li .info a i{width: 45px;height: 25px;position: absolute;right: 0;top:0;background:url('../images/new.png') no-repeat center top;display: block;float: right;}


.sec1_right li .info .des{font-size: 12px;color: #999999;margin-top:12px;}
.sec1_right li:hover .sec1_right_info{background: #014081;border:5px solid #014081;}
.sec1_right li:hover a{color: #fff}
.sec1_right li:hover .info .des{color: #fff}
.sec1_right li:hover .sort{color: #fff}

.w50{width: 50%}
.sec2_type{margin-right:13px;}
.section2 .title{padding-left: 55px;position: relative;}
.sec2_type_list{position: absolute;top:73px;right: 0}
.sec2_type_list .list{background: #f4f4f4;padding:0 14px;}
.sec2_type_list .list li{float: right;margin:0 18px;padding:8px 0;}
.sec2_type_list .list li a{display:inline-block;font-size: 14px;color: #333333}
.sec2_type_list .list li a:hover{color: #005eaa}
.sec2_type_list .list li a:after {content: "";display: block;width:0;height: 1px;background: #005eaa;margin-top:5px;transition: all 0.3s}
.sec2_type_list .list li:hover a:after{width: 100%}


.sec2_nr{margin-top:47px;}
.sec2_right .pic{position:relative;width:100%;height:0;padding-top:56%;}
.sec2_right .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec2_right .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec2_right .tit{position: absolute;top:50%;transform: translateY(-50%);left:0;width: 100%;font-size: 78px;color: #ffffff;text-align:center;}

.sec2_left .video_pic{position:relative;width:100%;height:0;padding-top:56%;}
.sec2_left .video_pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec2_left .video_pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.video_pic video{position:absolute;top:0;left:0;width:100%;height:100%;}
.video_pic i{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 1;}
.video_pic i em {font-size: 80px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.sec3_top{margin-bottom:35px;padding:0 50px;}

.sec3_nr{background: #f2f2f2;padding:50px 0 75px;}
.sec3_tit{font-size: 18px;color: #333333;text-align:center;}
.sec3_part1 .list{margin-top:65px;}
.sec3_part1 .list li{width: 267px;margin-right:43px;background: #fff;margin-bottom:55px;position: relative;overflow: hidden}
.sec3_part1 .list li .pic{position:relative;width:100%;height:0;padding-top:91%;}
.sec3_part1 .list li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec3_part1 .list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec3_part1 .list li:nth-child(5n){margin-right:0;}
.sec3_more{display:block;width: 90px;height: 26px;line-height: 26px;text-align:center;font-size: 14px;color: #005eaa;border:1px solid #005eaa;border-radius:15px;margin:15px auto 0;}
.sec3_part1 .list li .tit{font-size: 14px;color: #000000;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sec3_part1 .list li .info{padding:14px 10px 20px;}

.sec3_pop{position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: rgba(0,94,170,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    padding: 0 10px;
}
.sec3_part1 .list li:hover .sec3_pop{bottom:0;}
.sec3_pop p{font-size: 14px;color:#fff;margin-bottom:0px;text-align:center;}
.sec3_more{position: relative;}
.sec3_part1 .list li:hover .sec3_more{background: #fff;color: #005eaa;border:1px solid #fff;z-index: 1}

.sec3_pop p{transition: all 0.5s;transition-delay: 0.2s;padding-top: 30px}
.sec3_part1 .list li:hover .sec3_pop p{padding-top:0px;}

.sec3_part2{position:relative;}
.sec3_part3{width: 380px;max-width: 25%}
.sec3_part3 .pic{position:relative;width:100%;height:0;padding-top:169%;}
.sec3_part3 .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec3_part3 .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec3_part2 .sec3_tit{margin-bottom:40px;}
.sec3_part3 a{display:block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 18px;color: #fff;font-weight: bold;z-index: 10}
.sec3_part4{width: 1130px;max-width: 75%;height: 100%}


.sec3_part4 .list li{position: relative;float: left}
.sec3_part4 .list li:nth-child(1),.sec3_part4 .list li:nth-child(2),.sec3_part4 .list li:nth-child(3){width:33.3%}
.sec3_part4 .list li:nth-child(4),.sec3_part4 .list li:nth-child(5){width:50%}
.sec3_part4 .list li:nth-child(1) .sec3_part4_item,.sec3_part4 .list li:nth-child(2) .sec3_part4_item,.sec3_part4 .list li:nth-child(3)  .sec3_part4_item{position:relative;width:100%;height:0;padding-top:84.5%;}
.sec3_part4 .list li:nth-child(4) .sec3_part4_item,.sec3_part4 .list li:nth-child(5) .sec3_part4_item{position:relative;width:100%;height:0;padding-top:56%;}

.sec3_part4 .list li .sec3_part4_item .pic{position: absolute;width:calc(100% - 17px);height:calc(100% - 6px);top: 0;left: 17px;margin-bottom:7px;}

.sec3_part4 .list li:nth-child(4) .sec3_part4_item .pic,.sec3_part4 .list li:nth-child(5) .sec3_part4_item .pic{margin-top:9px;margin-bottom:0;}

.sec3_part4 .list li .sec3_part4_item img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.sec2_list .swiper-slide{position:relative;width:100%;height:0;padding-top:74%;}
.sec2_list .swiper-slide .sec2_pic{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec2_list .swiper-slide img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec3_part4 .list li .info{position: absolute;bottom: 29px;left:0;width: 100%;padding:0 10px;text-align:center;color: #fff;}
.sec3_part4 .list li .info p{font-size: 18px;font-weight: bold;margin-bottom:10px;}
.sec3_part4 .list li .info span{display: block;font-size: 16px;}

.section4 .list{margin-top:80px;}
.section4 .list li{width:22%;transition: all 0.5s;overflow: hidden;float: left;height: 547px;position: relative;}
.section4 .list li.active{width:34%}
.section4 .list li .pic{position:relative;width:100%;height:100%;}
.section4 .list li .info{background: rgba(0,94,170,0.8);color: #fff;position: absolute;width:0%;height: 100%;top: 0;left: 0;transition: all 0.5s;}
.section4 .list li .info .info_box{position: absolute;left:10%;transform: translateY(-50%);top:50%;display:none;min-width: 250px}
.section4 .list li .info .tit{font-size: 24px;font-weight: bold;}
.section4 .list li .info .des{font-size: 16px;margin-top:25px;}
.section4 .list li:hover .info{width: 100%}
.section4 .list li:hover .info_box{display:block;}
.section4 .list li .tit_show{position: absolute;left:10%;transform: translateY(-50%);top:50%;font-size: 24px;font-weight: bold;color: #fff;padding-bottom:48px;}
.section4 .list li:hover .tit_show{display:none;}
.section4{padding-bottom:15px;}

.sec5_type{margin:60px 0 35px;}
.sec5_type a{width: 245px;max-width:20%;display:block;text-align:center;color: #666666;font-size: 18px;}
.sec5_type a i{display:block;padding:100px 0 20px;}
.sec5_type a:nth-child(1) i{background: url('../images/icon1.png') no-repeat center top 25px;}
.sec5_type a:nth-child(2) i{background: url('../images/icon2.png') no-repeat center top 25px;}
.sec5_type a:nth-child(3) i{background: url('../images/icon3.png') no-repeat center top 25px;}
.sec5_type a:nth-child(4) i{background: url('../images/icon4.png') no-repeat center top 25px;}
.sec5_type a:nth-child(5) i{background: url('../images/icon5.png') no-repeat center top 25px;}


.sec5_type a.active{color: #fff}
.sec5_item{background: #005eaa;color: #fff;position: relative;overflow: hidden;display:none;}
.sec5_right{width: 54%;float: right;}
.sec5_left{width: 46%;float: left}
.sec5_left_main{width: 680px;max-width:90%;padding:35px 90px 25px 0;float: right;}
.sec5_left .tit{font-size: 32px;font-weight: bold;}
.sec5_left .con{font-size: 16px;color: #fff;line-height: 37px;margin-top:30px;}
.sec5_left .con strong{font-size: 24px;font-weight: normal}
.sec5_right .pic{position:relative;width:100%;height:602px;}
/*.sec5_right .pic{position:relative;width:100%;height:0;padding-top:57%;}*/
.sec5_right .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec5_right .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec5_left .tit:after{content: "";display: block;width: 60px;height: 6px;background: #fff;margin-top:17px;margin-left:10px;}
.sec5_more{display:block;width: 157px;height: 43px;line-height: 43px;text-align:center;border:1px solid #fff;border-radius:20px;font-size: 16px;color: #fff;margin-top:35px;}
.sec6_top{border-bottom: 1px solid #e6e6e6;padding-bottom:20px;}
.sec6_nr{margin-top: 50px;position: relative;}


.sec6_right li{height: 643px;}
.sec6_right li .list{width: 492px;float: right;margin-top:12px;margin-right: 105px;background: rgba(0,0,0,0.7);color: #fff}
.sec6_left{width: 458px;position:absolute;top:0;left:0;z-index: 10}
.sec6_left li{padding:25px 0 22px 85px;}
.sec6_left li .tit{font-size: 16px;color: #333333;}
.sec6_left li .des{font-size: 12px;color: #999999;margin-top: 10px;}
.sec6_left li .des:after{content: "";display: block;width: 24px;height: 3px;background: #005eaa;margin-top:7px;}
.sec6_left li:hover,.sec6_left li.active{background: #005eaa;}
.sec6_left li:hover .tit,.sec6_left li.active .tit{color: #fff}
.sec6_left li:hover .des,.sec6_left li.active .des{color: #fff}
.sec6_left li:hover .des:after,.sec6_left li.active .des:after{background: #fff;}
.sec6_left li:hover a,.sec6_left li.active a{display:block;background: url('../images/jt.png') no-repeat center right 33px;}

.sec6_right li .list{padding:35px 33px 28px;}
.sec6_right li .list .tit{font-size: 36px;color: #fff;margin-bottom:25px;}
.case_list a{display:block;font-size: 16px;line-height: 40px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sec6_more{display:block;width: 232px;height: 41px;line-height: 41px;border:1px solid #fff;color: #fff;font-size: 16px;text-align:center;margin-top:15px;}
.more{display:block;font-size: 16px;color: #666666;display:block;width: 157px;height: 43px;line-height: 43px;border:1px solid #cdcdcd;border-radius:20px;margin:0 auto;text-align:center;}
.sec6_nr{margin-bottom:30px;}


.sec7_list{padding:50px 0;}

 
.sec7_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:39%;display:block;}
.sec7_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec7_list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}


.sec3_part4_pop{position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: rgba(0,94,170,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}
.sec3_part4 .list li .sec3_part4_item .pic{overflow: hidden}
.sec3_part4 .list li:hover .sec3_part4_pop{bottom: 0}
.sec3_part4 .list li .info{transition:all 0.3s;}
.sec3_part4 .list li:hover .info{bottom: 50%;transform: translateY(50%);}
.sec3_part4 .list li .info span{transition:all 0.3s;transition-delay: 0.1s;display:block;}


.sec3_part3_nr{overflow: hidden}
.sec3_part3_pop{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: rgba(0,94,170,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}
.sec3_part3_nr:hover .sec3_part3_pop{bottom: 0}

.w1210{width: 1210px;margin:0 auto;max-width: 90%}
.banner{position: relative;}
.lanmu{font-size: 47.06px;color: #fff;position: absolute;top:50%;left:calc(50% - 30px);transform: translate(-50%,-50%);}
.lanmu:after {content: "";display: block;width: 93px;height: 4px;background: #fff;margin-top: 16px}

.about1_tit p{color: #333333;font-size: 30px;font-weight: bold;}
.about1_tit span{display:block;font-size: 18px;color: #333333;margin-top:10px;}

.about1{padding:50px 0 100px;}
.about1_con{color: #666666;font-size: 16px;line-height: 36px;margin-top:65px;}

.about2{background: #333333;position: relative;}
.about2_left{width: 840px;max-width: calc(100% - 370px)}
.about2_right{width: 370px;position: absolute;top:50%;transform: translateY(-50%);right: 0}
.about2_left .video_pic{position:relative;width:100%;height:0;padding-top:67%;}
.about2_left .video_pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.about2_left .video_pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.about2_left .video_pic video{position:absolute;top:0;left:0;width:100%;height:100%;}
.about2_left .video_pic i{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 1;}
.about2_left .video_pic i em {font-size: 80px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about2_tit i{font-size: 114.22px;color: #3b3b3b;font-weight: bold;text-transform: uppercase;font-style: normal;line-height: 1;}
.about2_tit{position: relative;}
.about2_tit .tit{position: absolute;top:50%;transform: translateY(-50%);color: #fff;left:40px;}
.about2_tit .tit p{font-size: 24.61px;font-weight: bold;text-align: left}
.about2_tit .tit span{font-size: 11.48px;text-transform:uppercase;margin-top:5px;display:block;}
.about2_con{width: 316px;color: #999999;font-size: 13.12px;line-height: 25px;margin:50px auto 70px;}
.about2_more{display:block;width: 182px;height: 54px;line-height: 54px;margin:0 auto;text-align: center;font-size: 16.44px;color: #fff;border:1px solid #fff;}

.about3{padding:35px 0;width: 1370px;margin:0 auto;max-width: 90%}
.about_tit p{font-size: 28px;color: #1a1e24;font-weight: bold;}
.about_tit span{display:block;font-size: 14px;color: #666666;margin-top:5px;}
.about_tit:before {content: "";display: block;width:30px;height:5px;background: #205aa7;margin:0 auto 10px;}

.about3_list{margin-top:35px;padding-bottom:53px;position: relative;}
.about3_list .swiper-slide .tit{font-size: 20px;color: #333333;font-weight: bold;margin-top:27px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.about3_list .swiper-button-prev{background: transparent;font-size: 46px;color: #205aa7;font-weight: bold;top:auto;bottom: 0;margin-top:0;left:50%;margin-left:-60px;width: auto;height: auto; }
.about3_list .swiper-button-next{background: transparent;font-size: 46px;color: #205aa7;font-weight: bold;top:auto;bottom: 0;margin-top:0;right:50%;margin-right:-60px;width: auto;height: auto; }

.about3_list .swiper-slide .pic{position: relative;}

.about3_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:100%;overflow: hidden}
.about3_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.about3_list .swiper-slide img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.about3_pop{position: absolute;width: 100%;height: 100%;bottom: -100%;left: 0;background: rgba(0,94,170,0.7);display: flex;flex-direction: column;align-items: center;justify-content: center;transition: all 0.3s;cursor: pointer;}
.about3_nr{width: 350px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);max-width: 90%}
.about3_pop .con{font-size: 14px;color: #fff;line-height: 31px;margin-bottom:20px;}
.about3_pop a.btn{display:block;width: 322px;height: 55px;line-height: 55px;margin:0 auto;text-align: center;font-size: 16px;color: #fff;border-radius:30px;border:1px solid #fff;}
a.zgs_btn{display:block;width: 322px;height: 55px;line-height: 55px;margin:0 auto;text-align: center;font-size: 16px;color: #333;border-radius:30px;border:1px solid #ddd;}
.about3_list .swiper-slide:hover .about3_pop{bottom: 0} 
.about3_list .swiper-slide:hover .tit{color: #205aa7}

.about4{width: 100%;background: #f1f1f2;padding:50px 0 57px;}
.about4_main{width: 1370px;max-width: 90%;margin:0 auto;padding-top:40px;}

.about4_main h4{font-size: 16px;color: #205aa7;text-align: center;}
.about4_list .item{width: 100%;position: relative;padding:33px 0;}

.about4_list .item .alignright{padding-right: 50px}
.about4_list .item .alignleft{padding-left: 50px}
.about4_info .tit{font-size: 24px;color: #1a1e24;font-weight: bold;line-height: 1;}
.about4_info .con{font-size: 16px;color: #1a1e24;line-height: 30px;margin-top:5px;}
.about4_list .item .about4_info{position: relative;}
.about4_list .item .bor{width: 1px;height: 100%;background: #dadada;position: absolute;top:0;left:50%;transform: translateX(-50%);}
.about4_list .item .dot{width: 21px;height: 21px;background:url('../images/dot.png') no-repeat center;}

.about4_list .item .about4_info.alignright .dot{position: absolute;top:0px;right:0;transform: translateX(50%);z-index:10;}
.about4_list .item .about4_info.alignleft .dot{position: absolute;top:0px;left:0;transform: translateX(-50%);z-index:10;}

.about4_list .item .about4_info.alignright {position: absolute;top:50%;left:0;transform: translateY(-50%);z-index:10;}
.about4_list .item .about4_info.alignleft {position: absolute;top:50%;right:0;transform: translateY(-50%);z-index:10;}

.about4_list{position: relative;overflow: hidden}
.about4_main .more-wrap{width:142px;height: 43px;line-height: 43px;background: #205aa7;font-size: 16px;color: #fff;margin:0 auto;text-align:center;cursor: pointer;}
.about5{padding:50px 0 80px;}

.about5_list{width: 1300px;margin:0 auto;padding-top:45px;max-width: 90%}


.about5_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:39%;display:block;}
.about5_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.about5_list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}

.culture{padding:50px 0 125px;}
.culture .title{padding-left: 90px}
.culture li{margin-bottom:55px;}
.culture li .info .tit{font-size: 24px;color: #236ac8;font-weight: bold;line-height: 1;}
.culture li .info .key{font-size: 16px;color: #333333;margin:15px 0 10px;}
.culture li .info .des{font-size: 14px;color: #999999;}
.culture li .icon{width: 98px;margin-right:30px;}
.culture_nr{margin-top:98px;background: url('../images/cul.png') no-repeat top right;}
.culture.main{width: 1400px;margin:0 auto;max-width: 90%}

.job_top{width: 1400px;margin:0 auto;max-width: 90%;padding:35px 0 60px;}
.job li .icon{width: 124px;height: 124px;border:1px solid #d3d3d3;text-align:center;border-radius:50%;margin:0 auto;}
.job li .tit{font-size: 22px;font-weight: bold;color: #1a1e23;text-align:center;margin-top:20px;cursor: pointer;}
.job_list{width: 1270px;margin:0 auto;max-width: 90%}
.job_list li{margin-bottom:34px;padding:25px 55px;border:1px solid #e6e6e6;cursor: pointer;}

.job_contact{font-size: 16px;font-weight: bold;color: #333333;padding:20px 0 50px}
.job_contact span{display: inline-block;}
.job_contact span:last-child{margin-left: 145px}

.job_tit{font-size: 18px;color: #1a1e23}
.job_tit p{float: left}
.job_tit span{display:block;float: right;}
.job_list li .job_des{font-size: 14px;color: #1a1e23;line-height: 26px;padding:25px 0 20px;display:none;}

.fc1{width: 1280px;margin:0 auto;padding:50px 0 80px;max-width: 90%}
.fc1_list{margin-top:45px;}
.fc1_list .swiper-slide .fc1_left{width: 639px;max-width:50%;}
.fc1_list .swiper-slide .fc1_right{width: 513px;max-width: 40%;}
.fc1_list .swiper-button-prev,.fc1_list .swiper-button-next{background: transparent;font-size: 28px;color: #205aa7;font-weight:bold;}
.fc1_left .tit{color: #000000;font-size: 17.95px;font-weight: bold;}
.fc1_left .jian{font-size: 14px;color: #666666;line-height: 30px;margin-top:25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:6;-webkit-box-orient: vertical;}
.fc_more{display:block;width: 188px;height: 50px;line-height: 50px;text-align:center;background: #205aa7;color: #fff;font-size: 14px;margin-top:55px;float: right;}

.fc1_list .swiper-pagination{width: 50px;left:0;bottom: 15px;font-size: 16px;color: #666666}
.fc1_list .swiper-button-prev{left:58px;top:auto;margin-top:0;bottom: 10px;width:30px;height: auto;}
.fc1_list .swiper-button-next{left:110px;top:auto;margin-top:0;bottom: 10px;width:30px;height: auto;}
.fc1_list .swiper-container{height: 350px;}

.fc2{width: 100%;background: #205aa7;padding:50px 0 55px;}
.fc2_main{width: 1420px;margin:0 auto;max-width: 90%}
.fc2 .title{color: #fff;padding-left: 115px}
.fc2 .title span{color: #fff}
.fc2 .title:before{background: #fff}

.fc3_main{width: 1335px;margin:0 auto;max-width: 90%}
.fc3_title{padding-left: 67px}
.fc3{padding:48px 0 55px;}
.fc_list{margin-top:50px;position: relative;}

.fc_list .swiper-slide{background: #f5f5f5;}

.fc_list .swiper-slide .fc3_left{width:485px;max-width:36%;}
.fc_list .swiper-slide .fc3_right{width: 780px;max-width: 58.4%;margin-left: 34px}
.fc_list .swiper-container{height: 301px;}
.fc_list .swiper-button-prev,.fc_list .swiper-button-next{background: transparent;font-size: 28px;color: #205aa7;font-weight:bold;}
.fc_list .swiper-slide .tit{font-size: 20px;font-weight: bold;color: #000000}
.fc_list .swiper-slide .jian{font-size: 14px;color: #666666;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;margin-top:15px;}
.fc_list .swiper-pagination{width: 50px;left:522px;bottom:65px;font-size: 16px;color: #666666}
.fc_list .swiper-button-prev{left:580px;top:auto;margin-top:0;bottom: 60px;width:30px;height: auto;}
.fc_list .swiper-button-next{left:630px;top:auto;margin-top:0;bottom: 60px;width:30px;height: auto;}
.fc_list .swiper-container{height: 301px;}
.fc_list .swiper-slide .fc3_left{height: 301px;position: relative;}
.fc_list .swiper-slide .fc3_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.fc_list .swiper-slide .fc3_left img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.fc_list .fc_more{margin-top:15px;}
.fc4{padding-bottom:90px;}
.fc3_right{padding-top:15px;}

.fc2_list{margin-top:48px;padding-bottom:85px;position: relative;}
.fc2_list .swiper-button-prev,.fc2_list .swiper-button-next{background: transparent;font-size:47px;color: #fff;font-weight:bold;}
.fc2_list .swiper-slide .tit{font-size: 20px;color: #fff;font-weight: bold;text-align:center;margin-top:20px;}

.fc2_list .swiper-button-prev{left:50%;top:auto;margin-top:0;bottom:0px;width:auto;height: auto;transform: translateX(-65px);}
.fc2_list .swiper-button-next{right:50%;top:auto;margin-top:0;bottom:0px;width:auto;height: auto;transform: translateX(65px);}

.fc2_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:68%;}
.fc2_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.fc2_list .swiper-slide img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.contact{width: 1400px;margin:0 auto;padding:50px 0 105px;max-width: 90%}
.contact .title{padding-left: 85px}
.contact_top{margin:30px 0 36px;}
.map iframe{width: 100%!important}

.contact_left{width: 874px;max-width: 62.4%}
.contact_right{width: 466px;max-width: 33%;}
.contact_right .icon{font-size: 43px;color: #01499f;width: 45px;}
.contact_right li{border-bottom:1px solid #edebeb;padding:20px 0 20px 40px}
.contact_right li .info{margin-left:20px;}
.contact_right li .info span{display:block;font-size: 14px;color: #666666}
.contact_right li .info p{font-size: 14px;color: #999999;margin-top:10px;}
.contact_right li:nth-child(1) .icon{font-size: 50px;}
.contact_right li:nth-child(4) .icon{font-size: 47px;}

.honor{width: 1220px;max-width: 90%;margin:0 auto;}
.honor1{padding-top:55px;}
.honor1_list{padding:55px 0 65px;}

.honor1_list li{width: 363px;padding:165px 0 49px;font-size: 16px;font-weight: bold;color: #1a1e24;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius:20px;}
.honor1_list li:nth-child(1){background: url('../images/honor1.png') no-repeat center top 47px;}
.honor1_list li:nth-child(2){background: url('../images/honor2.png') no-repeat center top 47px;}
.honor1_list li:nth-child(3){background: url('../images/honor3.png') no-repeat center top 47px;}

.honor2_type{margin-top:60px;background: #f1f1f2;}
.honor2_type li{width: 20%;text-align:center;line-height: 55px;font-size: 16px;color: #333333;cursor: pointer;}
.honor2_list{margin-top:40px;padding-bottom: 80px}

.honor2_item li{margin-bottom: 20px;font-size: 14px;color: #333333;cursor: pointer;position: relative;}
.honor2_item ul{padding-left: 44px;border-left: 1px solid #DEE2EC;width: 550px;}
.honor2_item li.active::before {
    content: "";
    width: 3px;
    height: 24px;
    background-color: #205aa7;
    position: absolute;
    left: -46px;
}


.honor2_item{display:none;}
.honor2_pic{width: 400px;max-width: 100%}

.honor2_list{max-height: 500px;overflow: auto;}
.honor2_item li.active{color:#205aa7}
.open_pic{padding:10px;}

.prompt{width: 100%;height: 100%;background: rgba(0, 0, 0, .6);position: fixed;bottom: 0;z-index: 9999;display:none;}

.prompt .big_pic{
    width: 510px;
    height: 682px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 16px 24px 24px;
    font-size: 12px;
    max-width: 80%;max-height: 80%;
}
.prompt_top{
    display: flex;
    justify-content: space-between;
}
.prompt_close{
    font-size: 30px;color: #333;
    cursor: pointer;
   
}
.prompt_pic{
    width: 100%;
    height: 95%;
    margin-top: 15px;
    position: relative;
}
.prompt_pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prompt_tit{font-size: 22px;color: #333;text-align:center;width: 100%}

.news_list{width: 1290px;margin:0 auto;max-width: 90%;padding-top:54px;}

.newslist{margin-top:15px}
.news_tit p span{color: #1a1e24;font-size: 37.33px;font-weight: bold;}
.news_tit p i{font-style: normal;font-size: 16px;color: #666666}
.news_tit em{display:block;font-style: normal;font-size: 16px;color: #999999;}
.news_tit p:after{content: "";display: block;width:68px;height: 9px;background: #205aa7;margin:15px 0;transition:all 0.3s;}

.inv_sec2_top .news_tit:hover p span,.inv_sec2_top .news_tit.active p span{color: #205aa7}
.inv_sec2_top .news_tit:hover p:after,.inv_sec2_top .news_tit.active p:after{width: 150px}


.newslist li .news_left{width: 305px;float: left}
.newslist li .news_left .pic{position:relative;width:100%;height:0;padding-top:64%;}
.newslist li .news_left .pic a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display:block;}
.newslist li .news_left .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .news_right{width: 935px;float: right;margin-right: 12px;}

.newslist li .tit{display:block;color: #000000;font-size: 21.33px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newslist li .jian{color: #333333;line-height: 24px;margin:10px 0 15px;display:block;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.newslist li .date{color: #666666;font-size: 13.33px;}


.page{text-align:center;font-size: 0px;padding:40px 0 60px;vertical-align: middle;}
.page a{display:inline-block;padding:0 12px;height: 34px;line-height: 34px;border:1px solid #e6e6e6;font-size: 18.67px;color: #333333;margin:0 9px;vertical-align:middle}
.page a.pre_page,.page a.next_page{padding:0 8px;font-size: 22px;font-weight: bold;color: #1a1e24;line-height: 32px;}
.page a.select{background: #205aa7;color: #fff}

.ns{width: 1280px;margin:0 auto;max-width: 90%;padding-top:55px;}
.ns .tit{font-size: 32px;color: #333333;font-weight: bold;text-align:center;}
.ns .info{font-size: 14px;color: #666666;text-align:center;padding:20px 0 50px;}
.ns .des{border:1px solid #e6e6e6;padding:25px 30px;font-size: 14px;color: #333333;line-height: 1.8;}
.ns .con {padding:30px 0 60px;font-size: 14px;color: #333333;line-height: 36px;border-bottom: 1px solid #e6e6e6;}
.fenye{padding:40px 0;}
.fenye li{font-size: 14px;color: #666666;margin-bottom:20px;}
.fenye li a{color: #666666}
.fenye li:hover a{color: #205aa7}
.ns .info span{color: #205aa7}

.news{width: 1300px;margin:0 auto;max-width: 90%;padding-top:50px;}
.news1_nr{background: #f9f9f9}
.news1_left{width: 647px;max-width: 50%;float: left}
.news1_right{width: 633px;max-width: 50%;float: right;padding:30px 25px;}
.news1_top{margin-top:35px;}
.news1_left .pic{position:relative;width:100%;height:401px;}
/*.news1_left .pic{position:relative;width:100%;height:0;padding-top:62%;}*/
.news1_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.news1_left .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.news1_right .tit{font-size: 32px;font-weight: bold;color: #333333;line-height: 40px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news1_right .jian{font-size: 16px;color: #333333;line-height: 34px;margin:15px 0;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news1_right .date{font-size: 16px;color: #999999;margin-bottom:35px;}
.news1_more{font-size: 18px;font-weight: bold;color: #205aa7}

.news1_top{margin-bottom:28px;border:1px solid #e6e6e6;}
.news1_bot li{width: 415px;margin-right:27px;}
.news1_bot li:nth-child(3n){margin-right: 0}
.news1_bot li .tit{display:block;font-size: 22px;font-weight: bold;color: #000000;margin:10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news1_bot li .jian{display:block;font-size: 14px;color: #666666;line-height: 30px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news1_bot li .date{font-size: 14px;color: #666666;margin-top:7px;}
.news1_bot,.news2 ul{margin-bottom:50px;}

.news1_top .swiper-container-vertical > .swiper-pagination-bullets{bottom: 40px;width: auto;left:690px;top:auto;right: auto;}
.news1_top .swiper-pagination-bullet{width: 75px;height: 7px;background: #e6e6e6;border-radius:0;opacity:1;}
.news1_top .swiper-pagination-bullet-active{background: #205aa7}
.news1_top .swiper-container{height: 401px}

.news1_top .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{display:inline-block;margin:0 4px;}

.news1,.news2{margin-bottom:70px;}
.video_list{width: 1290px;margin:0 auto;max-width: 90%}
.classify{padding:55px 0 70px;}
.classify a{font-size: 37.33px;font-weight: bold;color: #1a1e24;margin-right: 185px}
.classify a:after{content: "";display: block;width: 68px;height: 9px;background: #205aa7;margin-top:20px;transition:all 0.3s;}

.classify a:hover,.classify a.active{color: #205aa7;}
.classify a:hover:after,.classify a.active:after{width:100%}


.videolist li{width: 410px;float: left;margin-right:30px;margin-bottom:60px;}
.videolist li:nth-child(3n){margin-right:0px; }

.videolist li .pic{position:relative;width:100%;height:0;padding-top:58%;}
.videolist li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.videolist li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.videolist li .tit{font-size: 24px;color: #060606;text-align:center;margin:15px 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.videolist li .jian{font-size:16px;color: #666666;line-height: 29px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.video_list{padding-bottom:30px;}
.videolist li .pic i{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;background: url(../images/play.png) no-repeat center;background-color: rgba(0, 0, 0, 0.3);z-index: 1;}

.case{width: 1225px;margin:0 auto;max-width: 90%}
.case_type{margin:33px 0 55px;}
.case_type a{display:block;width: 300px;text-align:center;padding:20px 0;border-radius:10px;}
.case_type a p{font-size: 28px;color: #1a1e24;font-weight: bold;margin-bottom:10px;}
.case_type a span{display:block;font-size: 14px;color: #666666}
.case_type a p:before{content: "";display: block;width:30px;height:5px;background: #205aa7;margin:0 auto 10px;}


.case_list li{position: relative;margin-bottom:85px;}
.case_list li .case_info{background: #fff;position: absolute;right: 0;top:50%;transform: translateY(-50%);width:885px;max-width:72%;padding:65px 40px 0;height: 275px;box-shadow: 0 0 20px rgba(0,0,0,0.2);overflow: hidden}
.case_list li .case_info .tit{font-size: 24px;color: #060606;font-weight: bold;}
.case_list li .case_info .con{font-size: 16px;color: #666666;line-height: 32px;margin-top:30px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.case_list li .case_pic{float: left;}
.case_list li:nth-child(2n) .case_pic{float: right;}
.case_list li:nth-child(2n) .case_info{left:0;}

.case_pop{    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #205aa7;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding-left: 56px;
    padding-right: 56px;
    transition: all 0.3s;}
.case_list li:hover .case_pop{top:0;}
.case_list li:hover .case_info_nr{position:relative;z-index: 10;display: block;}
.case_list li:hover .tit{color: #fff}
.case_list li:hover .con{color: #fff}

.investor{width: 1285px;margin:0 auto;max-width: 90%}
.inv_sec2_top{padding:50px 0 38px;}
.inv_sec2_top .news_tit{margin-right:70px}
.inv_sec2_top .news_tit a{display:block;}

.inv_sec2_list li{padding:25px 0;border-bottom: 1px solid #e6e6e6}
.inv_sec2_list li .news_left{width: 214px}
.inv_sec2_list li .news_right{width: 1045px;padding-right:20px;}
.inv_sec2_list li .date{font-size: 14px;color: #999999}
.inv_sec2_list li .tit{color: #000000;font-size: 20px;font-weight: bold;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:10px 0;}
.inv_sec2_list li .jian{display:block;font-size: 14px;color: #999999;line-height: 1.7;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inv_sec2_list{padding-bottom:15px;}

.inv_sec3_con{font-size: 22px;color: #666666;line-height: 31px;padding:25px 0 75px;}

.prod_type{width: 1628px;max-width: 90%;margin:15px auto 45px;}

.znzd{margin-top: 45px}


.prod_type a{display:block;border:1px solid #dfdfdf;width: 14.28%;text-align:center;padding:45px 15px;height: 187px}
.prod_type a i{color: #9a9a9a;font-size: 47px;display:block;margin:0 auto;}
.prod_type a p{font-size: 24px;font-weight: bold;color: #1a1e24;margin-top:10px}
.prod_type a p:after{content: "";display: block;width:0px;height:4px;background: #205aa7;margin:10px auto 0;transition: all 0.3s}
.prod_type a:hover p,.prod_type a:hover i,.prod_type a.active p,.prod_type a.active i{color: #205aa7}
.prod_type a:hover p:after,.prod_type a.active p:after{width: 28px}
.prod_type a{border-right:0;}
.prod_type a:last-child{border-right:1px solid #dfdfdf;}

.prod_list{width: 1200px;margin:0 auto;padding-bottom:20px;}
.prod_list li{margin-bottom:36px;}

.prod_type.ybcg{display:block;text-align: center;}
.prod_type.ybcg a{display: inline-block;}


.prod_list li .prod_left{width:50%}
.prod_list li .prod_right{width:50%;padding:24px;}
.prod_list li .prod_right .tit{font-size: 24px;color: #333333}
.prod_list li .prod_right .jian{font-size: 14px;color: #666666;line-height: 30px;margin:23px 0 30px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.prod_list li .prod_right span{display:block;width: 154px;height: 40px;line-height: 40px;border:1px solid #e6e6e6;text-align:center;font-size: 16px;color: #333333}
.prod_list li:hover .prod_right .tit{color: #205aa7}
.prod_list li:hover .prod_right .jian{color: #205aa7}


.prods1_w{width: 1260px;max-width: 100%;padding-top:55px;}
.prods1_nr{margin:30px 0 70px;}

.prods1_left{width: 600px;max-width: 48.5%}
.prods1_right{width: 610px;max-width: 48.5%;margin-left: 45px;}
.prods1_right .tit{font-size: 24px;font-weight: bold;color: #205aa7}
.prods1_right .con{font-size: 16px;color: #666666;line-height: 30px;margin:20px 0 25px;}

.btn a{width: 174px;height: 55px;text-align:center;}
.btn a.btn1{background: #205aa7;font-size: 18px;color: #fff;margin-right: 40px}
.btn a.btn2{border:1px solid #cdcdcd;font-size: 18px;color: #205aa7}
.btn a i{font-size: 27px;display:inline-block;}
.btn a.btn2 i{font-size: 30px;}

.prodshow_main{width: 1290px;margin:0 auto;max-width: 90%}
.prods2{background: #f8f8f8;padding:30px 0 57px;}
.prods2_nr{padding-top:30px;}
.prods3{padding:47px 0 60px;}
.prods3_nr{margin-top:35px;}

.prods3_left{width: 615px;margin-right: 95px;position: relative;height:462px;}
.prods3_right{width: 560px;padding-top:20px;color: #333333;font-size: 16px;line-height: 1.8}
.prods3_right li{margin-bottom:30px;font-size: 16px;color: #333333;position: relative;}
.prods3_right li:before{content: "";display: block;width:4px;height:17px;background: #205aa7;transition: all 0.3s;position: absolute;top:3px;left:-10px;}

.prods3_tit{color: #cccccc;font-size:43.75px;font-weight: bold;text-transform:uppercase;margin-bottom:25px;letter-spacing: 1px}
.prods3_bg{width: 368px;background: #205aa7;height:100%;position: absolute;left:0;top:0;}
.prods3_info{position:relative;padding-left: 62px}
.prods3_tit span{color: #fff}
.prods3_pic{text-align: right;}

.prods3_pic .pic{position:relative;width:100%;height:0;padding-top:56%;}
.prods3_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.prods3_pic .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.inv_sec2{padding-bottom:65px;}

.inv_sec1{padding-top:55px;}

.inv_sec1_left_p1{font-size: 24px;font-weight: bold;color: #1a1e24;margin-bottom:20px;}
.inv_sec1_left_p2{font-size: 18px;font-weight: bold;color: #333333}
.inv_sec1_left_p2 span{color: #e60012;font-size: 55px;font-weight: bold;}

.inv_sec1_nr{padding:35px 0 40px;border-bottom: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;margin-top:40px;}

.inv_sec1_left{width: 320px}
.inv_sec1_right .tit{font-size: 12px;color: #333333;text-align: right;}
.inv_sec1_right{width: 530px;}

.inv_sec1_right li .tit{color: #333333;font-size: 12px;text-align:left;}
.inv_sec1_right li .key{font-size: 30px;font-weight: bold;color: #e80012;margin-top:10px;}
.inv_sec1_right ul{margin-top:30px;}

.inv_sec2 .page{padding-bottom:0;}

.zx_365_main{width: 1240px;margin:0 auto;max-width:90%}
.zx_365_tit p{position: relative;padding-left:15px;}
.zx_365_tit p span{color: #1a1e24;font-size:28px;font-weight: bold;}
.zx_365_tit p i{font-style: normal;font-size: 16px;color: #666666}
.zx_365_tit p:before{content: "";display: block;width:5px;height: 31px;background: #205aa7;position: absolute;top:5px;left: 0}

.zx_365_tit{padding-top:50px;margin-bottom:35px;}
.zx_365_1_left{width: 461px;margin-left:28px;}
.zx_365_1_right{width: 676px;font-size: 16px;color: #666666;line-height: 30px;}
.zx_365_1_top{padding-bottom: 45px}

.zx_365_1_bot{width: 100%;background: #205aa7;padding:75px 0 70px;}
.zx_365_1_bot ul{width: 1410px;margin:0 auto;}
.zx_365_1_bot li{width: 453px;float: left;margin-right:25px;}
.zx_365_1_bot li:nth-child(3n){margin-right:0;}

.zx_365_1_bot li .pic{position:relative;width:100%;height:0;padding-top:68%;}
.zx_365_1_bot li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_1_bot li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.zx_365_2_main1{width: 1274px;margin:0 auto;max-width: 90%}
.zx_365_2_top li{width: 413px;float: left;margin-right:17px;position: relative;overflow: hidden}
.zx_365_2_top li:nth-child(3n){margin-right:0;}
.zx_365_2_top{padding:20px 0 55px;}
.zx_365_2_top li .bg{position: absolute;width: 100%;height: 100%;top: 100%;left: 0;background: rgba(32,90,167,0.6);padding:35px 20px;color: #fff;transition: all 0.3s;display: block;}
.zx_365_2_top li .tit{font-size: 24px;font-weight: bold;transition: all 0.8s;padding:25px 0;}
.zx_365_2_top li .jian{font-size: 16px;margin-top: 10px;line-height: 1.5;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:6;-webkit-box-orient: vertical;}
.zx_365_2_top li:hover .bg{top:0;}
.zx_365_2_top li:hover .tit{padding:0;}

.zx_365_2_main2{width: 1250px;max-width: 90%;margin:0 auto;}
.zx_365_2_mid{margin:43px auto 0;}
.zx_365_2_mid .zx_365_2_left{width:595px;float:left;}
.zx_365_2_mid .zx_365_2_right{width:530px;text-align:center;float: right;}
.zx_365_2_left li .tit{font-size: 24px;font-weight: bold;color: #333333}
.zx_365_2_left li  .info{font-size: 16px;color: #333333;line-height: 29px;margin-top: 10px}
.zx_365_2_left li:nth-child(1){margin-bottom:50px;}
.zx_365_2_left li:nth-child(2){margin-bottom:90px;}
.zx_365_2_left li:nth-child(3){margin-bottom:25px;}

.zx_365_2_bot_left{width: 660px}
.zx_365_2_bot_left .pic{position:relative;width:100%;height:0;padding-top:81%;}
.zx_365_2_bot_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_2_bot_left .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.zx_365_2_bot_right{width: 575px;}
.zx_365_2_bot_right li{background: #fff;padding:18px 32px;}
.zx_365_2_bot_right li .tit{font-size: 24px;font-weight: bold;color: #333333}

.zx_365_2_bot_right li .info{font-size: 16px;color: #333333;line-height: 30px;margin-top:10px}
/*.zx_365_2_bot_right li:hover{background: #205aa7}*/
.zx_365_2_bot_right li:hover .tit{color: #fff}
.zx_365_2_bot_right li:hover .info{color: #fff}

.zx_365_2_bot_right i{display: block;}

.zx_365_2_bot{background: #e6e6e6;padding:30px 0;}

.zx_365_3_nr{width: 1290px;margin:0 auto;max-width: 90%}


.zx_365_4_list{width: 1328px;margin:0 auto;max-width: 90%}
.zx_365_3_nr{margin-top:27px;position: relative;}

.zx_365_3_left{position: absolute;width: 453px;top:0;left:0;}
.zx_365_3_left .swiper-pagination{position: absolute;bottom: 24px;right:40px}

.zx_365_3_tit{font-size: 28px;color: #1a1e24}
.zx_365_3_content{font-size: 14px;color: #666666;line-height: 34px;margin-top:10px;}

.zx_365_3_right{width: 953px;padding-left:122px;box-shadow: 0 0 20px rgba(0,0,0,0.2);float: right;margin-top:60px;}

.zx_365_3_info{padding:50px 35px 45px 38px;width: 825px}

.zx_365_3_left .swiper-pagination-bullet{width: 13px;height: 13px;background: #fff;margin:0 8px;}

.zx_365_4_list{margin:55px auto;padding-bottom:70px;width: 1328px;position: relative;}
.zx_365_4_list .swiper-slide{background: #fafafa;border:1px solid #f3f3f3;color: #666666;cursor: pointer;}
.zx_365_4_list  .tit{height: 155px;text-align: center;font-size: 18.06px;}

.zx_365_4_list .swiper-slide:hover a{color: #fff}

.zx_365_4_list .swiper-pagination{width: 100%;bottom:5px;}
.zx_365_4_list .swiper-pagination-bullet{width: 8px;height: 8px;background: #cccccc;margin:0 4px;opacity: 1;}
.zx_365_4_list .swiper-pagination-bullet-active{background: #ff6600}

.zx_365_4_list .swiper-button-prev{background: transparent;font-size:25px;color:#afafaf;position: absolute;bottom: 0;top:auto;margin:0;left:50%;transform: translateX(-100px);height: auto;width: auto;}
.zx_365_4_list .swiper-button-next{background: transparent;font-size:25px;color:#afafaf;position: absolute;bottom: 0;top:auto;margin:0;right:50%;transform: translateX(100px);height: auto;width: auto;}


.charge_main{width: 1225px;max-width: 90%;margin:0 auto;}
.charge1{padding:80px 0 15px;}
.charge_tit p{position: relative;padding-left:15px;}
.charge_tit p span{color: #1a1e24;font-size:28px;font-weight: bold;}
.charge_tit p i{font-style: normal;font-size: 16px;color: #666666;display:block;margin-top:5px;}
.charge_tit p:before{content: "";display: block;width:5px;height: 31px;background: #205aa7;position: absolute;top:5px;left: 0}

.charge1_left{width: 630px;max-width: 50%}
.charge1_right{width: 568px;max-width: 47.5%}

.charge1_right_tit p{position: relative;}
.charge1_right_tit span{font-size: 30px;font-weight: bold;color: #333333}
.charge1_right_tit i{font-size: 16px;color: #999999;font-style: normal}
.charge1_right_tit p:before{content: "";display: block;width:55px;height:6px;background: #205aa7;margin-bottom:5px;}
.charge1_right_con{color: #333333;line-height:1.8;margin-top:10px;font-size: 14px}
.charge1_nr{margin-top:30px;}

.charge2_list li{width: 50%;height: 230px;background: #f2f2f2;border:1px solid #d8d8d8;position: relative;overflow: hidden}
.charge2_list li .charge2_info .tit{display:block;width: 100%;font-size: 16px;color: #333333;text-align: center;}
.charge2_list li .charge2_info .des{display:block;width: 100%;font-size: 14px;color: #333333;margin-top:10px;}
.charge2_list li:nth-child(1),.charge2_list li:nth-child(3){border-right: 0px}
.charge2_list li:nth-child(1),.charge2_list li:nth-child(2){border-bottom: 0px}


.charge2_info{position: absolute;top:50%;transform: translateY(-50%);left: 0;padding:25px;}

.charge2_pop{position: absolute;width: 100%;height: 100%;bottom: -100%;left: 0;background:#205aa7;transition: all 0.3s;cursor: pointer;color: #fff;overflow: hidden}
.charge2_list li:hover .charge2_pop{bottom:0;}
.charge2_list li .tit{font-size: 16px;color: #fff;}
.charge2_list li .des{font-size: 14px;color: #fff;line-height: 2;margin-top:10px;}
.charge2_pop .tit{width: 100%}
.charge2_pop .des{width: 100%}

.charge2_pop_nr{position: absolute;top:50%;transform: translateY(-50%);padding:25px;left:0;}
.charge2{padding-bottom:55px;}
.charge2_list{width: 1200px;margin:0 auto;max-width: 100%}
.charge3_nr{padding-top:10px;}

.charge3_type ul{float: right;}
.charge3_type li{background: #f6f6f6;margin:0 5px;font-size: 16px;display:inline-block;}
.charge3_type li a{padding:0 25px;line-height: 38px;display:inline-block;}
.charge3_type li:hover,.charge3_type li.active{background: #205aa7;color: #fff}
.charge3_type li:hover a,.charge3_type li.active a{color: #fff}

.charge3_left{width: 264px;padding:100px 25px 25px;font-size: 18px;color: #333333;line-height: 35px;}
.charge3_right{width: 936px;position: relative;}

.charge3_list{background: #f6f6f6}
.charge3_right .swiper-slide img{display:block;}

.charge3_list .swiper-pagination{position: absolute;bottom: 25px;right: 90px;text-align:right;width: auto;}
.charge3_list .swiper-pagination-bullet{width: 53px;height: 7px;background: #fff;opacity: 1;margin-left: 8px;border-radius:0;}
.charge3_list .swiper-pagination-bullet-active{background: #5d6fad}

/*.charge3_list{display:none;}*/
.charge4{padding:75px 0;}
.charge4_nr{margin-top:50px;position: relative;padding-bottom:60px;}
.charge4_left{width: 889px;max-width: 100%}
.charge4_right{width: 950px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);position:absolute;bottom: 0;right: 0;padding:35px 60px;font-size: 16px;color: #666666;line-height: 35px;max-width: 90%}

.charge5_nr{background: #f6f6f6;margin-top:50px;}
.charge5_left{width: 695px;background: #fff;max-width: 56%}
.charge5_left_list{width: 600px;text-align: center;max-width: 100%}
.charge5_right{width: 530px;background: #f6f6f6;padding:55px;font-size: 16px;color: #666666;line-height:2;height: 100%;max-width: 43%}


.charge5_left .swiper-button-prev{width:30px;height:auto;right:calc(5% + 50px);font-size: 30px;color: #cecfd1;background: transparent;left:auto;bottom:30px;top:auto;}
.charge5_left .swiper-button-next{width:30px;height:auto;right:5%;font-size: 30px;color: #cecfd1;background: transparent;bottom:30px;top:auto;}

.charge5_left .swiper-button-prev:hover{color: #205aa7}
.charge5_left .swiper-button-next:hover{color: #205aa7}

.charge6{padding:50px 0 45px;}
.charge6_con{font-size: 16px;color: #666666;line-height: 34px;padding:35px 0 45px;}

.charge6_list{position: relative;padding-bottom:60px;width: 1500px;max-width: 90%;margin:0 auto;}

.charge6_list .swiper-pagination{width: 100%;bottom:0px;}
.charge6_list .swiper-pagination-bullet{width: 8px;height: 8px;background: #cccccc;margin:0 4px;opacity: 1;}
.charge6_list .swiper-pagination-bullet-active{background: #ff6600}
.charge6_list .swiper-button-prev{background: transparent;font-size:25px;color:#afafaf;position: absolute;bottom: 0;top:auto;margin:0;left:50%;transform: translateX(-100px);height: auto;width: auto;}
.charge6_list .swiper-button-next{background: transparent;font-size:25px;color:#afafaf;position: absolute;bottom: 0;top:auto;margin:0;right:50%;transform: translateX(100px);height: auto;width: auto;}

.charge7{width: 100%;background:#f5f5f5;padding:55px 0 100px;}

.charge7_list .swiper-button-prev{width: 45px;height:70px;background:#e5e5e5;font-size:40px;color:#afafaf;position: absolute;margin-top:-35px;left:0%;line-height: 68px;text-align: center;}
.charge7_list .swiper-button-next{width: 45px;height:70px;background:#e5e5e5;font-size:40px;color:#afafaf;position: absolute;margin-top:-35px;right:0%;line-height: 68px;text-align: center;}
.charge7_list{margin-top:40px;}
.charge7_list .swiper-slide{border:1px solid #dadada;background: #fff}
.charge7_list .tit{line-height: 70px;border-top:1px solid #dadada;text-align: center;font-size: 14px;color: #3d373a}
.charge7_list .tit:hover{background: #205aa7;border-top: 1px solid #205aa7;color: #fff}
.charge7_list .tit{padding: 0 10px}

.charge7_list .swiper-slide:hover{background: #205aa7;}
.charge7_list .swiper-slide:hover .tit{color: #fff}

.special_main{width: 1273px;margin:0 auto;max-width: 90%}
.special1{padding:50px 0 15px;}
.special1_nr{margin-top:35px;position: relative;}
.special1_nr .info {padding-left:35px;width: 464px;}
.special1_nr .info .tit{font-size: 24px;color: #1a1e24;margin:35px 0 10px;}
.special1_nr .info .des{font-size: 16px;color: #666666}
.special1_nr .info:after {content: "";display: block;width: 110px;height: 10px;background: #205aa7;margin-top:20px;}
.special1_nr .content{position: absolute;right: 0;bottom: 0;width: 670px;background: #205aa7;padding:35px 45px;font-size: 14px;color: #fff;line-height: 30px;}
.special1_nr .pic img{display:block;width: 100%}

.special2_list{margin:45px auto 0;width: 1387px;max-width: 90%;}
.special2_list li{width: 33.3%;}
.special2_list li:nth-child(1),.special2_list li:nth-child(2),.special2_list li:nth-child(3){border-bottom: 1px solid #d8d8d8;}

.special2_list li:nth-child(3){border-right: 1px solid #d8d8d8;border-left: 0;}
.special2{padding-bottom:55px;}

.special2_list li .charge2_info .tit{text-align: left;}
.special3{padding-bottom: 50px}
.special3 .zx_365_3_left{width: 404px}
.special3 .zx_365_3_nr{width: 1280px}
.special3 .zx_365_3_right{padding-left: 103px}

.special4 .zx_365_4_list .tit{height: 118px}

.banner{position: relative;}
.banner .special_main{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.banner .zt_info .tit{font-size: 48px;color: #fff;font-weight: bold;}
.banner .zt_info .info{font-size: 18px;color: #fff;line-height: 32px;margin-top:15px;width: 686px;}

.special4 .zx_365_4_list{margin-top:40px;}

.special_main .zt_info p{font-size: 16px;color: #fff;margin-top:20px;line-height:30px;}
.play_btn{width: 55px;height: 50px;border:6px solid #fff;border-radius: 10px;font-size:30px;line-height:38px;color: #fff;text-align: center;font-weight: bold;padding-left: 3px;display: inline-block;margin-right:5px}

.video_bg{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);display:none;
}
.video-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.video{position: relative;width: 728px;height: 442px;  }
.btn-close{position: absolute;top:0px;font-size:36px;color: #fff;right:-18px;z-index: 1000;cursor: pointer;}
.video_bg video{width: 100%;height: 100%;}

.videoshow{text-align: center;padding:50px 0 100px;}
.video_tit{color: #333333;font-size: 30px;font-weight: bold;}
.video_con,.prods_con{
    padding: 30px 0 ;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
   
}
.prod_show{padding:50px 0 100px;}
.wu{font-size: 22px;color: #333;padding:30px 0 100px}
.search_list{padding:30px 0 80px;}

.fa_ani * {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.fa_Float {position: fixed;z-index: 999;right: 5px;top: 20%;width:50px;}
.fa_Float>a {display: block;position: relative;background: #014081}
.fa_Float_icon {color: #fff;text-align: center;position: relative;font-size:28px;overflow: hidden;margin-bottom:1px;padding:10px 0;}
.fa_Float_info {font-size: 18px;color: #fff;overflow: hidden;line-height: 55px;float: left;position: absolute;right:55px;background: #014081;top: 0;bottom: 0;height: 50px;line-height: 50px;max-width: 0;white-space: nowrap;font-weight: 300;}
.fa_Float_img{ position:absolute; width:100px; left:-105px; bottom:0; overflow:hidden; max-height:0; opacity: 0; } 
.fa_Float>a .fa_Float_img img{ width:100%; } 
.fa_Float>a:hover .fa_Float_info{ max-width:1000px; padding:0 10px; } 
.fa_Float>a:hover .fa_Float_img{ max-height:200px; opacity: 1; } 

.fa_Float>a:hover{background: #cdcdcd}

.fa_Float_icon p{line-height: 18px;font-size: 12px;}

.fa_Float>a:nth-child(4) .fa_Float_icon{font-size: 25px;}
.fa_Float>a:nth-child(4) .fa_Float_icon p{margin-top:3px;}

.fa_Float>a:nth-child(5) .fa_Float_icon{font-size: 25px;}


/*.fa_Float>a:nth-child(6){background: transparent;}*/
/*.fa_Float>a:nth-child(6) .fa_Float_icon{color: #014081;font-size: 36px;}
.fa_Float>a:nth-child(6):hover .fa_Float_icon{background: transparent;}*/

.btn_hover{position: relative;-moz-transition: all 0.2s;-o-transition: all 0.2s;-webkit-transition: all 0.2s;transition: all 0.2s;overflow: hidden;}
.anim {-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;}
.btn_hover:hover > .anim{-moz-animation: anim-out 1s;-webkit-animation: anim-out 1s;animation: anim-out 1s;}
.btn_hover:hover > .anim:after{-moz-animation: anim-out-pseudo 1s;-webkit-animation: anim-out-pseudo 1s;animation: anim-out-pseudo 1s;}
.anim:before {position: relative;content: '';display: block;margin-top: 100%;}
.anim:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}


.sec1_right li .sec1_right_info{transition: all 0.4s;}
.sec1_right li:hover .sec1_right_info{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform: scale(1.05);}

.btn-1 {cursor:pointer;border: 0 solid;box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);outline: 1px solid;outline-color: rgba(255, 255, 255, 0.5);outline-offset: 0px;text-shadow: none;-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
.btn-1:hover {box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);outline-color: rgba(255, 255, 255, 0);outline-offset: 15px;text-shadow: 1px 1px 2px #427388;}

.btn-2{-webkit-transition: all 0.7s ease-out;transition: all 0.7s ease-out;background: -webkit-linear-gradient(180deg, #014081, #014081, transparent, transparent);background-position: 1% 50%;background-size: 300% 300%;}
.btn-2:hover{color:#fff;border:1px solid #014081;background-position: 99% 50%;letter-spacing:2px}



.sec1_list .swiper-slide .pic{overflow: hidden;}
.sec1_list .swiper-slide .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 1s;}
.sec1_list .swiper-slide:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.sec1_list .swiper-slide:hover .tit{color:#005eaa}
.sec1_list:hover .sec1_more{color:#fff;border:1px solid #014081;background-position: 99% 50%;}

.sec3_part1 .list li .pic{overflow: hidden;}
.sec3_part1 .list li .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 1s;}
.sec3_part1 .list li:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.sec3_part4 .list li .sec3_part4_item .pic{overflow: hidden;}
.sec3_part4 .list li .sec3_part4_item .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 1s;}
.sec3_part4 .list li .sec3_part4_item:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}



.sec3_part3 .pic{overflow: hidden;}
.sec3_part3 .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 1s;}
.sec3_part3:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.sec5_type a i,.btn-3 i{font-style: normal}
.sec5_type a,.btn-3{overflow:hidden;position:relative;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.sec5_type a:after,.btn-3:after{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;content:"";position:absolute;left:50%;top:0;width:0;height:110%;background:#205aa7;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.sec5_type a:hover:after,.sec5_type a.active:after,.btn-3:hover:after{width:100%}
.sec5_type a>i,.btn-3 i{font-style: normal;position:relative;z-index:2;}

.sec5_type a:nth-child(1).active i{background:url('../images/icon11.png') no-repeat center top 25px;}
.sec5_type a:nth-child(2).active i{background:url('../images/icon22.png') no-repeat center top 25px;}
.sec5_type a:nth-child(3).active i{background:url('../images/icon33.png') no-repeat center top 25px;}
.sec5_type a:nth-child(4).active i{background:url('../images/icon44.png') no-repeat center top 25px;}
.sec5_type a:nth-child(5).active i{background:url('../images/icon55.png') no-repeat center top 25px;}



.sec6_left li a{transition: all 0.3s;background-position:center right 55px}
.sec6_left li:hover a,.sec6_left li.active a{display:block;background: url('../images/jt.png') no-repeat center right 33px;opacity: 1;}

.sec6_right{width: 1139px;float: right;max-width: 75%}

.sec6_more:hover{border:1px solid #005eaa;}
.sec7_list .swiper-slide{padding:10px;}
.sec7_list .swiper-slide .pic{transition: all 0.4s;/*border:1px solid #e6e6e6;*/}
.sec7_list .swiper-slide:hover .pic{box-shadow: 0px 0 20px 0px rgba(0,0,0,0.1);box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);transform: scale(1.05);border:0;}


.zx_365_1_bot li .pic{position:relative;width:100%;height:0;padding-top:68%;overflow: hidden}
.zx_365_1_bot li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_1_bot li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.zx_365_1_bot li .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 0.5s;}
.zx_365_1_bot li:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.prod_list li a{transition: all 0.4s;border:1px solid #e6e6e6;}
.prod_list li:hover a{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform:translateY(-8px);border:0;}


.prod_list li .prod_left .pic{position:relative;width:100%;height:0;padding-top:61%;overflow: hidden}
.prod_list li .prod_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.prod_list li .prod_left .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.prod_list li:hover .prod_right span{color: #fff}
.prod_list li:hover .prod_right span:after{width:100%}

.btn a.btn2{transition: all 0.5s}
.btn a.btn2:hover{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}


.case_type a{transition: all 0.5s}
.case_type a:hover,.case_type a.active{box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.case_type a:hover p,.case_type a.active p{color: #205aa7}

.case_list li .case_info{transition: all 0.5s;z-index: 10}
.case_list li:nth-child(2n+1):hover .case_info{right: -30px}
.case_list li:nth-child(2n):hover .case_info{left: -30px}

.case_list li .case_pic{transition: all 0.5s;}
.case_list li:nth-child(2n+1):hover .case_pic{margin-left: -30px}
.case_list li:nth-child(2n):hover .case_pic{margin-right: -30px}

.case_list li .case_pic{width: 457px;}

.case_list li .case_pic .pic{position:relative;width:100%;height:0;padding-top:73%;overflow: hidden;display: block;}
.case_list li .case_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.case_list li .case_pic .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}



.news1_bot li .news1_bot_li{transition: all 0.5s;padding:10px 10px 20px;}
.news1_bot li:hover .news1_bot_li{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform: scale(1.02);}

/*.news1_bot li .news1_bot_li{-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.news1_bot li:hover .news1_bot_li{-webkit-box-shadow:0 24px 48px rgba(0,0,0,.05);box-shadow:0 24px 48px rgba(0,0,0,.05);}
*/
.news1_top{transition: all 0.5s;}
.news1_top:hover{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}

.news1_top .swiper-slide:hover .news1_right .tit{color: #205aa7}

.news1_bot li:hover .tit{color: #205aa7}

.newslist li{padding:14px 0;border-bottom: 1px solid #e6e6e6}
.newslist .news_li{padding:10px;transition:all 0.5s;}
.newslist li:hover .news_li{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform: scale(1.02);}

.newslist li:hover .tit{color: #205aa7}

.videolist li a{transition: all 0.5s;padding:10px 10px 20px;display:block;}
.videolist li:hover a{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform: scale(1.02);}

.video_list .classify{padding-left:10px;}

.videolist li:hover .tit{color: #205aa7}

.inv_sec2_list li .inv_sec2_li{transition:all 0.5s;}
.inv_sec2_list li:hover .inv_sec2_li{box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);transform: scale(1.02);}
.inv_sec2_list li:hover .tit{color:#205aa7 }

.about3_list .swiper-slide .pic{overflow: hidden}
.about3_list .swiper-slide .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 0.5s;}
.about3_list .swiper-slide:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.about5_list .swiper-slide{padding:10px;}
.about5_list .swiper-slide .pic{transition: all 0.4s;/*border:1px solid #e6e6e6;*/}
.about5_list .swiper-slide:hover .pic{box-shadow: 0px 0 20px 0px rgba(0,0,0,0.1);box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);transform: scale(1.05);border:0;}


.honor2_type li{overflow:hidden;position:relative;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.honor2_type li:after{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;content:"";position:absolute;left:50%;top:0;width:0;height:110%;background:#205aa7;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.honor2_type li.active:after{width:100%;}
.honor2_type li i{font-style: normal;position:relative;z-index:2;}
.honor2_type li.active{color: #fff}


.fc2_list .swiper-slide .pic{overflow: hidden}
.fc2_list .swiper-slide .pic img{-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1);transform: scale(1);transition:all 0.5s;}
.fc2_list .swiper-slide:hover .pic img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.honor2_pic img{max-height: 400px}
@media  (max-width:1750px){
    .sec3_part1 .list li{width:18%;margin-right:2.25%;}
    .sec5_left_main{padding-right: 55px}
}
@media  (max-width:1550px){
    .navlist li>a{padding:0 15px;line-height: 90px;}
    .bot1 li {margin: 0 15px}
    .bot1_right{width: 300px;}
    .banner .swiper-button-prev,.banner .swiper-button-next{width: 70px;height: 70px;line-height: 70px;}
    .sec3_part1 .list,.section4 .list,.sec5_type{margin-top:45px;}
    .sec5_left .con{font-size: 15px;line-height: 2;}
    .sec1_right li .info a{font-size: 18px;}
    .sec6_right li .list .tit{font-size: 30px;}

    .banner .zt_info .tit{font-size: 45px;}
    .banner .zt_info .info{font-size: 16px;}

    .zx_365_1_bot ul{max-width: 90%;margin:0 auto;}
    .zx_365_1_bot li{width: 32%;float: left;margin-right:2%;}

    .zx_365_4_list .tit{height: 120px}
    .prod_type a p{font-size: 20px;}

    .news1_right .tit{font-size: 25px;}
    .news1_right .jian{font-size: 15px;line-height: 2;}

    .news1_bot li{width:32%;margin-right:2%;}
    .news1_bot li .tit{font-size: 20px;}

    .news_tit p span{font-size: 33px;}
        
    .newslist li .news_li{display: flex;align-items:center;}
    .newslist li .news_left{width: 30%}
    .newslist li .news_right{width: 67%;margin-left:3%;}

    .classify a{font-size: 32px;}

    .zx_365_2_top li{width: 32%;float: left;margin-right:2%;}
}

@media  (max-width:1440px){
    .zx_365_3_left{max-width: 35%}
    .zx_365_3_right{width: 70%;padding-left: 50px}
    .zx_365_3_info{width: 100%}
    .videolist li{width:32%;margin-right:2%;}
    .inv_sec2_list li .news_right{width: calc(100% - 235px)}
    .contact_left{max-width: 60%}
    .contact_right{max-width:38%}
    .sec5_right .pic{height: 520px}
    .zx_365_2_top li .jian{font-size: 14px}
}
@media  (max-width:1366px){
    .navlist li>a{padding:0 12px;line-height: 90px;}
    .sec1_left_w{max-width: 60%}
    .sec1_right_w{max-width: 39.8%;}
    .sec1_right li .sort{font-size: 45px;}
    .sec1_list .swiper-slide .pic{height: 310px}
    .sec1_list .swiper-container{height: 500px}
    .sec1_type{padding-left: 0}
    .line{padding-bottom: 30px}
    .section4 .list li{height: 450px}
    .lanmu{font-size: 35px;}
    .banner .zt_info .tit{font-size: 35px;}
    .banner .zt_info .info{font-size: 15px;line-height: 2;}
    .special3 .zx_365_3_right{padding-left: 75px;width: 73%;}

    .zx_365_2_bot_left{width: 49%}
    .zx_365_2_bot_right{width: 49%;}

    .zx_365_2_bot_right li .info{font-size:15px;line-height:2;}
    .sec5_left_main{padding-right: 45px}

    .classify a{font-size:30px;}
    .classify a:after{margin-top:15px;}
    .fc3_title{padding-left: 0}
    .fc1_list .swiper-slide .fc1_left{max-width:56%}
    .fc1_list .swiper-slide .fc1_right{max-width: 42%}
    .fc2 .title{padding-left: 0}
    .fc2_list .swiper-slide .tit{margin:20px 0;}
    .job li .tit{font-size: 20px;}
    .culture .title{padding-left: 0}
    .navlist{margin-left: 30px}
    .sec2_type_list .list li{margin:0 15px;}
    .section2 .title{padding-left:20px}
    .prods1_right{margin-left: 3%}
    .sec1_right li .info{width: calc(100% - 55px);}
}

@media  (max-width:1300px){
    .navlist li>a{padding:0 10px;}
    .bot1 li{margin:0 10px;}
    .sec2_type_list .list li{margin:0 12px;}
    .xt_list{padding-bottom:0;}
    .zx_365_4_list .tit{font-size: 16px;}
    .special4 .zx_365_4_list .tit{height: 90px}
    .zx_365_1_left{margin-left: 0}
    .zx_365_1_right{margin-left: 30px}
    .zx_365_2_top{padding-bottom:30px;}
    .zx_365_2_bot_right li .info{line-height: 1.8;font-size: 14px;}
    .zx_365_1_bot{padding:50px 0;}
    .prod_type a p{font-size: 18px;}
    .about3_pop .con{line-height: 1.8;}
    .contact_left{max-width: 58%}
    .contact_right{max-width: 40%}
    .contact_right li{padding: 10px 0 10px 20px;}
    .prod_list{max-width: 90%}
    .prod_list li .prod_right .jian{margin-top:15px;line-height: 1.8;}
    .contact .title{padding-left: 0}
} 

@media  (max-width:1200px){
    .navlist{margin-left:25px;}
    .navlist li>a{font-size: 12px;padding:0 5px;line-height: 75px;}
    header .logo{width:300px}
    .ban_bg {width: 500px;height: 36px;line-height: 36px;font-size: 16px;}
    .ban_bg p {background: url(../images/ban.png) no-repeat center top;background-size: 100%}
    .banner .swiper-button-prev, .banner .swiper-button-next{width: 50px;height: 50px;line-height: 50px;font-size: 25px;}
    .navlist .two dd{padding:13px 0;}
    .title span{font-size: 25px;}
    .sec1_list .swiper-slide .tit{font-size: 20px;margin-top: 10px}
    .sec1_right li{margin-top: 21px}
    .sec1_list .swiper-slide .jian{font-size: 14px;line-height: 2;}
    .sec1_right li .sort{font-size: 40px;margin-right: 10px}
    .sec1_right li .info a{font-size: 16px;}
    .sec1_list .swiper-container{height: 485px}
    .section2 .title{padding-left: 0}
    .type a{padding:0 18px;}
    .sec2_type_list .list li{margin:0 5px;}
    .sec2_type_list .list li a{font-size: 12px;}
    .sec3_top{padding:0;}
    .section4 .list li .tit_show{font-size: 18px;padding-bottom:20px;}
    .section4 .list li .info .tit{font-size: 18px;}
    .section4 .list li .info .des {font-size: 14px;margin-top: 10px}

    .sec5_left{max-width: 50%;width: 50%;}
    .sec5_right{max-width: 50%;width: 50%}
    .sec5_right .pic{height: 455px}
    .sec5_left_main{padding-right: 30px}
    .sec5_left .con{font-size: 14px;line-height: 1.8;}
    .sec5_left .con strong{font-size: 22px;}
    .sec5_left .con p{margin-bottom: 10px}
    .sec5_left .tit{font-size: 25px;}
    .sec6_right li .list{margin-right:0;}
    .sec6_left{width: 350px}
    .sec6_left li{padding: 15px 0 15px 30px;}
    .case_list a{font-size: 14px;line-height: 2;}
    .sec6_right li .list .tit{font-size: 30px;margin-bottom: 10px;font-size: 25px;}
    .sec6_more{width: 150px;height: 37px;line-height: 37px;}
    .sec6_right li{height: 500px}

    .bot1{display:none;}
    .special1_nr .content{max-width: 55%}
    .special1_nr .content{padding:25px 15px;font-size: 12px;line-height: 1.8;}
    
    .special1_nr .info{width: 50%;padding-left:0;}
    .special1_nr .info .tit{font-size: 22px;}

    .charge2_list li .charge2_info .des,.charge2_list li .des{font-size: 13px;line-height: 1.8;}
    
    .special3 .zx_365_3_left{}
    .special4 .zx_365_4_list .tit{font-size: 14px;}

    .charge2_list li{height: 180px}

    .zx_365_3_info {padding: 30px 20px 30px 30px;}
    .zx_365_3_tit{font-size: 22px;}
    .zx_365_3_content{font-size: 12px;line-height:2;}

    .banner .zt_info .tit{font-size: 28px;}
    .charge_tit p span,.zx_365_tit p span{font-size: 25px;}
    .zx_365_1_right{font-size: 14px;line-height: 2;}
    .zx_365_tit{margin-bottom: 20px}
    .zx_365_2_top li .jian{font-size: 14px;    -webkit-line-clamp:4;}
    .zx_365_2_mid{margin-top:0px;}

    .charge1_right_tit p span{font-size: 25px;}
    .charge1_right_tit{font-size: 14px;line-height: 2;}
    .charge1_right_tit{margin-bottom: 20px}

    .zx_365_2_left li .info{font-size: 13px;line-height: 2;}
    .zx_365_2_mid .zx_365_2_left{max-width: 53%}
    .zx_365_2_mid .zx_365_2_right{max-width: 45%}
    .zx_365_2_left li:nth-child(2){margin-bottom:50px;}

    .zx_365_2_left li .tit{font-size: 20px;}

    .zx_365_2_bot_right li .tit{font-size: 20px;}
    .zx_365_2_bot_right li .info{font-size: 12px;margin-top:5px;}
    .zx_365_2_bot_right li{padding:15px 20px;}
    .zx_365_4_list .tit{font-size: 14px;}
    .zx_365_4_list .tit{height: 90px}
    .zx_365_4_list{margin-top: 30px}
    .prod_type a p{font-size: 15px;}
    .prod_type a{padding:30px 12px;height: 153px}
    .prod_list li .prod_right .tit{font-size: 20px;}
    .prod_list li .prod_right .jian{font-size: 13px;}
    .prods1_right .con{font-size: 14px;line-height: 1.8;margin: 10px 0 15px;}
    .prods1_nr{margin-bottom:50px;}
    .title span{font-size: 22px;}
    .prods3_left{max-width: 50%;margin-right: 2%;height: 350px}
    .prods3_right{max-width: 48%}
    .prods3_bg{width: 250px}
    .prods3_pic{max-width: 90%}
    .prods3_info{padding-left:10%;width: 100%}
    .prods3_tit{font-size: 28px;}
    .prods3_right li{font-size: 14px;}
    .btn a{width: 150px;height: 40px;font-size: 15px;}
    .btn a.btn1,.btn a.btn2{font-size: 15px;}
    .lanmu{font-size: 28px;}
    .case_type a p{font-size: 22px;}
    .case_type a{width: 250px}
    .case_list li .case_pic{max-width: 35%}
    .case_list li .case_info {
        padding:30px 30px 0;
        height: 200px;
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        overflow: hidden;
    }
    .case_list li .case_info .tit{font-size: 20px;}
    .case_list li .case_info .con {
        font-size: 14px;
        color: #666666;
        line-height:1.8;
        margin-top: 15px;
    }
    .case_list li:hover .case_info .con{color: #fff}
    .news_tit p span{font-size: 25px;}
    .newslist li .tit{font-size: 18px;}
    .newslist li .jian{font-size: 13px;line-height: 1.8;}
    .ns .tit{font-size: 25px;}
    .ns .des {padding:20px 20px;font-size: 13px;line-height: 1.8;}
    .classify {padding:45px 0 50px;}
    .classify a{font-size: 25px;}
    .classify a:after{height: 5px;margin-top:10px;}
    .videolist li a {padding:5px 5px 15px;}
    .videolist li .tit {font-size: 18px;margin:10px 0 7px;}
    .videolist li .jian{font-size: 12px;line-height: 1.8;}
    .videolist li{margin-bottom:30px;}
    .video_tit{font-size: 25px;}
    .inv_sec2_list li .tit{font-size: 18px;}
    .about1 {padding:30px 0 50px;}
    .about1_con {font-size: 14px;line-height:2;margin-top:35px;}

    .about2_con {
        font-size: 12px;
        line-height:1.8;
        margin: 20px auto 30px;
    }
    .about2_more {
        width:150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .about2_tit i{font-size: 55px;}
    .about3_list .swiper-slide .tit{font-size: 18px;}
    .about4_info .con{font-size: 14px;}
    .about4_info .tit{font-size: 20px;}
    .about4_list .item .alignright{padding-right: 40px}
    .about4_list .item .alignleft{padding-left:40px;}
    .about3_list .swiper-slide .tit{margin-top:10px;}
    .about3_pop{display:none;}
    .about1_tit p{font-size: 25px;}
    .about1_tit span{font-size: 16px;}
    .about1_con{margin-top:25px;}
    .about1{padding-bottom: 30px}
    .lanmu{max-width: 90%;left: 50%}

   .culture li .icon{width:60px;margin-right: 20px}
   .culture li .info .tit{font-size: 22px;}
   .culture li .info .key {
       font-size: 15px;
       margin: 10px 0 5px;
   }
   .culture li{margin-bottom:30px;}
   .culture_nr{background: url(../images/cul.jpg) no-repeat top right;background-size:85%;margin-top:35px;}
   .culture{padding-bottom: 40px}

   .honor1_list li {width: 32%;padding: 110px 10px 30px;font-size: 14px;font-weight: normal;text-align: center;}
   .honor1_list li:nth-child(1){background: url('../images/honor1.png') no-repeat center top 30px;background-size: auto 65px}
   .honor1_list li:nth-child(2){background: url('../images/honor2.png') no-repeat center top 30px;background-size: auto 65px}
   .honor1_list li:nth-child(3){background: url('../images/honor3.png') no-repeat center top 35px;background-size: auto 60px}
   .honor1_list {padding:40px 0 40px;}
   .honor2_type{margin-top:35px;}
   .honor2_type li{line-height: 45px;}
   .fc1_left .jian {
       font-size: 13px;
       color: #666666;
       line-height:2;
       margin-top:15px;
   }
   .fc_more {
       width: 150px;
       height: 40px;
       line-height: 40px;
       font-size: 14px;
       margin-top: 20px;
   }
   .fc1_list .swiper-container{height: 320px}
   .fc1_list{margin-top:25px;}
   .fc2_list .swiper-slide .tit{font-size: 18px;}
   .fc2_list .swiper-slide .tit{margin:15px 0;}
   .fc2_list {margin-top: 35px;padding-bottom: 65px;}
   .fc2{padding-bottom: 45px}
   .fc_list{margin-top:30px;}
   .fc_list .swiper-slide .fc3_right{margin-right: 5%}
   .fc_list .swiper-slide .tit{font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
   .fc_list .swiper-container {
       height:185px;
   }
   .fc_list .swiper-slide .fc3_left{height:185px;}
   


   .fc_list .swiper-slide .jian{    -webkit-line-clamp: 2;margin-top:10px;}
   .fc_list .swiper-button-prev,.fc_list .swiper-button-next{bottom:20px;}
    .fc_list .swiper-pagination{bottom:25px;}
    .fc3_right{padding-top: 0}
    .job li .tit{font-size: 18px;}
    .job li .icon {width: 100px;height: 100px}
    .job li .icon img{height:50px}
    .job_list li {margin-bottom: 20px;padding:20px 30px;}
    .job_tit{font-size: 16px;}

    .news1_top .swiper-pagination-bullet{width: 40px}
    .news1_top .swiper-container-vertical > .swiper-pagination-bullets{left: 55%}
    .news1_top .swiper-container{height: 350px}
    .fc_list .swiper-pagination{left: 40%}
    .fc_list .swiper-button-prev{left: calc(40% + 60px)}
    .fc_list .swiper-button-next{left: calc(40% + 100px)}
    .honor2_type li{font-size: 14px}

}

html{height: 100%;}
body.open {height: 100%;
  overflow: hidden;
}
#sidebar {
    width: 0%;
    height: 100%;
    background: #005eaa;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
  
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 10;
}
#sidebar ul li {
    display: block;
    min-height:45px;
    border-bottom: 1px solid #025aa1;
    font-size: 14px;
    width: 100%;
}
.agent-mobile #sidebar ul li {
    border-color: rgba(255, 255, 255, .05);
}
#sidebar ul li>a {
    display: block;
    color: #fff;
    padding: 0 15px;
    height:45px;
    line-height:45px;
    
}

.nr {
    position: relative;
    z-index: 10;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close{position: absolute;right:10px;top:10px;}
#close img{height:15px;}

li.navitem{
    position: relative;
    top: 100px;
    opacity: 0;
    transition: .3s;
    transitino-delay: 1s;
}

body.open li.navitem{
    top: 0px;
    opacity: 1;
    transition: 1s;
}
body.open li.navitem:nth-child(2)  {
    transition-delay: 0.2s;
}

body.open li.navitem:nth-child(3)  {
    transition-delay: 0.4s;
}

body.open li.navitem:nth-child(4)  {
    transition-delay: 0.6s;
}

body.open li.navitem:nth-child(5)  {
    transition-delay: 0.8s;
}

body.open li.navitem:nth-child(6)  {
    transition-delay: 1s;
}

body.open li.navitem:nth-child(7)  {
    transition-delay: 1.2s;
}
body.open li.navitem:nth-child(8)  {
    transition-delay: 1.4s;
}
body.open li.navitem:nth-child(9)  {
    transition-delay: 1.6s;
}
body.open li.navitem:nth-child(10)  {
    transition-delay: 1.8s;
}

body.open li.navitem:nth-child(11)  {
    transition-delay: 2s;
}
body.open li.navitem:nth-child(12)  {
    transition-delay: 2.2s;
}
body.open li.navitem:nth-child(13)  {
    transition-delay: 2.4s;
}
body.open li.navitem:nth-child(14)  {
    transition-delay: 2.6s;
}
.sub_nav dd.active{background:#02589d;}
.sub_nav{display: none;}
.sub_nav  li a {
   height: 35px;
   line-height: 35px;
    color: #4E4E4E;
    font-size: 14px;
    text-align: center;
    display: block;
    background:#ebebeb;

}
 .sub_nav li{
    display: block;
    min-height: 35px;
    border-top: 1px solid #c68555;
    font-size: 1.3rem;
    width: 100%;
}



body.open .navitem .nav_down span:after{transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);}

body.open .navitem .nav_down span:after {
    position: absolute;
    top:15px;
    right:8px;
    content: "";
    display: block;
    width:16px;
    height:16px;
    background: url(../images/jia.png) center no-repeat;
    background-size: 100%;
    
}
body.open .navitem.on .nav_down span:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.sub_nav dd {
    margin:0;
    padding: 0 8px;
    border-top: 1px solid #025aa1;
    height:35px;line-height:35px;
}

.sub_nav dd a{display: block;padding-left: 40px;color: #fff;font-size:12px;height: 35px;
   line-height: 35px;}
.ipaid{display: none}
.title_3g{display: none;}
@media  (max-width:1000px){
  .ipaid{display:block;}
  .pc{display:none;}
  .prod_type.ybcg{display: none}
   
  .head_3g .logo_3g img{height:30px}
  .head_3g{width: 100%;background: #fff;padding:13px 0;display: block;}
  .head_3g .nav img{height:20px;margin-top:5px}
  .head_3g .search2 img{margin-right: 10px;height: 23px;margin-top: 3.5px}

  .ss{width:0;height:35px;position:absolute;left:0;top:56px;overflow:hidden;z-index:7;}
  .ss_bd{width:80%;height:35px;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:14px;}
  .ss_btn{width:20%;float:left;line-height:35px;background:#014081;border:none;color:#fff;border-radius:3px;
  -moz-border-radius:3px;-webkit-border-radius:3px;font-size:15px;}
 

  body.open #sidebar{width:35%} 
  body.open .nr { transform: translate3d(35%,0,0);  -webkit-transform: translate3d(35%,0,0)}
  .banner .swiper-button-prev, .banner .swiper-button-next{width: 50px;height: 50px;font-size: 23px;line-height: 50px;margin-top:-25px;top:calc(50% + 30px);}

  .banner .pic{position:relative;width:100%;height:0;padding-top:45%;}
  .banner .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .banner .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

  .banner_365 .pic{padding-top:38%;}

  .ban_bg{top:0;z-index: 1}

   .line{display: none;}
  .sec1_left_w{width: 100%;max-width: 100%;}
  .sec1_left,.sec1_right{float: none}
  .sec1_right_w{width: 100%;max-width: 100%;}
  .sec1_right ul {padding-left:0;padding-top: 25px;}
  .fa_Float{display: none}

  .title_3g{text-align: center;display: block;}
  .title_3g p{color: #000000;font-size:25px;}
  .title_3g span{font-size: 21px;color: #cccccc;text-transform: uppercase;display: block;margin-top: 5px}
  .section{padding-top: 40px}
  .sec1_more{right:20px}
  .sec1_right{margin-top: 30px}
  .sec1_right ul{padding-top: 15px}
  .sec1_right li:nth-child(4),.sec1_right li:nth-child(5),.sec1_right li:nth-child(6){display: none}
  .w50{width:90%;margin:0 auto;}
  .sec2_nr{display: block;}
  .type{text-align: center}
  .sec2_nr{margin-top: 0}
  .sec2_type{margin:20px 0 25px;}
  .sec2_right{padding-top: 40px}
  .sec2_right .pic{margin-top:25px;}
  .sec3_part2 .sec3_tit{font-size: 16px}
  .type a{font-size: 13px}
  .type a:last-child{margin-right: 0px}
  .sec3_part1 .list li:nth-child(9),.sec3_part1 .list li:nth-child(10){display: none}
  .sec3_part1 .list li {width:24%;margin-right: 1.33%;}
  .sec3_part1 .list li:nth-child(5n) {margin-right: 1.33%;}
  .sec3_part1 .list li:nth-child(4n) {margin-right: 0;}
  .sec3_part1 .list, .section4 .list, .sec5_type{margin-top: 25px}
  .sec3_nr{padding: 40px 0}
  .sec3_part3 a{font-size: 15px}
  .sec3_part4 .list li .info p{font-size: 15px;margin-bottom: 5px}
  .sec3_part4 .list li .info span{font-size: 13px}
  .sec3_part2 .sec3_tit,.sec3_part2 .sec3_tit{margin-bottom: 20px}
  .sec3_part4 .list li .sec3_part4_item .pic{position: absolute;width:calc(100% - 10px);height:calc(100% - 4px);top: 0;left: 10px;margin-bottom:5px;}
  .sec3_part4 .list li:nth-child(4) .sec3_part4_item .pic,.sec3_part4 .list li:nth-child(5) .sec3_part4_item .pic{margin-top:5px;margin-bottom:0;}
  .sec3_part1 .list li{margin-bottom: 15px}
  .sec3_part1{padding-bottom: 10px}
  .sec3_top{margin-bottom: 25px}

  .sec4_list_3g{margin:25px 0 0;}
  .sec4_list_3g .pic{position:relative;width:100%;height:0;padding-top:98%;}
  .sec4_list_3g .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .sec4_list_3g .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
  .sec4_list_3g a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;}
  .sec4_list_3g a .tit{padding:0 5px;color: #fff;font-size: 18px;font-weight: bold;}
  .section4{padding-bottom: 0}
  .sec5_type_3g .swiper-slide{display:block;text-align:center;color: #666666;font-size:16px;}
  .sec5_type_3g .swiper-slide i{display:block;padding:90px 0 20px;font-style: normal;}
  .sec5_type_3g .swiper-slide:nth-child(1) i{background: url('../images/icon1.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(2) i{background: url('../images/icon2.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(3) i{background: url('../images/icon3.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(4) i{background: url('../images/icon4.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(5) i{background: url('../images/icon5.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide.swiper-slide-thumb-active{background: #005eaa;color: #fff}
  .sec5_type_3g .swiper-slide.swiper-slide-thumb-active a{color: #fff}
  .sec5_type_3g .swiper-slide:nth-child(1).swiper-slide-thumb-active i{background: url('../images/icon11.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(2).swiper-slide-thumb-active i{background: url('../images/icon22.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(3).swiper-slide-thumb-active i{background: url('../images/icon33.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(4).swiper-slide-thumb-active i{background: url('../images/icon44.png') no-repeat center top 25px;}
  .sec5_type_3g .swiper-slide:nth-child(5).swiper-slide-thumb-active i{background: url('../images/icon55.png') no-repeat center top 25px;}
  .sec5_type_3g{margin: 30px 0}
  .sec5_li_3g{background: #005eaa;color: #fff;padding:30px 20px}
  .sec5_li_3g .tit{font-size:22px;font-weight: bold;}
  .sec5_li_3g .con{font-size: 14px;color: #fff;line-height: 2;margin-top:10px;}
  .sec5_li_3g .con strong{font-size:16px;font-weight: normal}

  .sec6_type_3g{margin:30px auto 0;}
  .sec6_type_3g .swiper-slide{text-align: center;padding:20px 0}
  .sec6_type_3g .swiper-slide .tit{font-size: 16px;color: #333333;}
  .sec6_type_3g .swiper-slide .des{font-size: 12px;color: #999999;margin-top: 10px;}
  .sec6_type_3g .swiper-slide.swiper-slide-thumb-active{background: #005eaa}
  .sec6_type_3g .swiper-slide.swiper-slide-thumb-active .tit{color: #fff;}
  .sec6_type_3g .swiper-slide.swiper-slide-thumb-active .des{color: #fff;}
  .sec6_list_3g .sec6_bg{padding:20px}
  .sec6_list_3g .list{background: rgba(0,0,0,0.7);padding:20px}
  .sec6_list_3g .swiper-slide .tit{color: #fff;font-size: 22px;margin-bottom: 10px}
  .sec7_list{padding: 20px 0}
  .bot2{padding: 20px 0}
  .sec3_top{display: block;}
  .sec3_type{padding-top:20px;}
  .sec2_right .tit{font-size:55px}
  .sec1_type{padding: 20px 0}

  .news_list{padding-top: 40px}
  .news_tit p span{font-size: 22px}
  .news_tit p:after{height: 5px;margin:10px 0;}
  .news_tit em{font-size: 14px}
  .newslist li{padding:10px 0}
  .lanmu{font-size: 25px}
  .lanmu:after{height: 3px;margin-top: 10px}
  .ns{padding-top: 40px}
  .ns .tit{font-size: 22px}
  .ns .info{padding: 15px 0 20px}
  .fenye{padding: 20px 0}
  .fenye li{margin-bottom: 15px}

  .classify{padding: 40px 0 30px}
  .video_list .classify{padding-left: 0}
  .classify a{font-size: 20px;margin-right:50px}
  .classify a:after{width: 50px;height: 3px}
  .videolist li a{padding: 0}
  .videolist li .jian{-webkit-line-clamp: 2;}
  .videolist li .tit{font-size: 16px;margin:7px 0 5px;}
  .videolist li{margin-bottom: 20px}
  .videoshow{padding: 40px 0}
  .video_tit{font-size: 20px}
  .videolist li .pic i{background-size: 35px}

  .case_list li{margin-bottom: 20px}
  .case_list li .case_pic{transition: all 0.5s;}
  .case_list li:nth-child(2n+1):hover .case_pic{margin-left: 0px}
  .case_list li:nth-child(2n):hover .case_pic{margin-right: 0px}
  .case_list li:nth-child(2n+1):hover .case_info{right:0px}
  .case_list li:nth-child(2n):hover .case_info{left:0px}

  .case_type a{width: 32%;margin-right: 2%}
  .case_type a p{font-size: 20px;margin-bottom:7px}
  .case_list li{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);}
  .case_list li .case_info {padding:18px;height: auto;position:static;}
  .case_list li .case_info .tit{font-size: 18px}
  .case_list li .case_info .con{margin-top: 10px;font-size: 13px}
  .case_type{margin:30px 0;}
  .case_list li .case_pic{width: 32%}
  .case_list li .case_info{max-width: 68%;float: right;transform: translateY(0%);box-shadow:0 0 0px;}
  .case_list li:hover .case_pop{display: none}
  .case_list li:hover .tit{color: #060606}
  .case_list li:hover .case_info .con{color: #666666;}

  .about2_left{width: 100%;max-width: 100%}
  .about2_right{width: 100%;max-width: 100%;position: static;transform:translateY(0);padding:25px 20px;}
  .about2{display: block;}

  .about2_tit .tit{position: static;transform:translateY(0);display: none;}
  .about2_tit .tit p{text-align: center;}
  .about2_tit i{display: none}
  .about2_con{width: 100%;margin:0;}

  .about1_tit p,.about_tit p{font-size: 22px}
  .about1_con,.about3_list{margin-top: 20px}
  .about3_list .swiper-slide .tit{font-size: 15px}
  .about4{padding: 40px 0}
  .about4_main{padding-top: 25px}
  .about4_list .item .alignright{padding-right: 30px}
  .about4_list .item .alignleft{padding-left: 30px}
  .about4_info .con{font-size: 13px;line-height: 1.8}
  .about5_list{padding-top: 25px}
  .about5{padding: 40px 0}
  .contact_left{display: none}
  .contact_right{max-width: 100%;width: 100%}
  .job li .tit{font-size: 16px}
  .job li .icon img{height: 40px}
  .job li .icon{width: 85px;height: 85px}
  .job_top{padding: 35px 0}
  .job_list li{padding: 15px;margin-bottom: 15px}
  .job_tit{font-size: 15px}
  .fc1_left .jian.ipaid{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:5;-webkit-box-orient: vertical;}
  .fc1_list .swiper-container{height: auto;}
  .fc1{padding: 40px 0}
  .fc_more{width: 120px;height: 35px;line-height: 35px;margin-top: 15px}
  .fc2_list .swiper-slide .tit{font-size: 16px;margin:10px 0;}
  .fc2{padding: 45px 0 40px}
  .fc_list .swiper-container{height:155px;}
  .fc_list .swiper-slide .fc3_left{height:155px;}

  .fc_list .pic{position:relative;width:100%;height:155px;}
  .fc_list .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .fc_list .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
  .fc_list .swiper-slide .tit{font-size: 16px}
  .fc_list .swiper-slide .jian{margin-top: 7px}
  .fc_list .swiper-pagination {left: 38%;}
  .fc_list .swiper-slide .fc3_right{margin:0 3%}
  .fc_list .fc_more{margin-top: 10px;width: 110px;height: 32px;line-height: 32px}

  .inv_sec1{padding-top: 40px}
  .inv_sec1_left{width: 220px}
  .inv_sec1_left_p1{font-size: 20px}
  .inv_sec1_left_p2 span{font-size: 45px}
  .inv_sec1_left_p2{font-size: 16px}
  .inv_sec1_right li .key{font-size: 25px}
  .inv_sec1_nr{margin-top:30px;padding: 25px 0;}
  .news_tit p span{font-size: 20px}
  .news_tit p i{font-size: 14px}
  .inv_sec2_top{padding: 40px 0 15px}
  .prod_type_3g{margin:20px auto 25px;}
  .prod_type_3g a{display:block;border:1px solid #dfdfdf;text-align:center;padding:20px;}
  .prod_type_3g a i{color: #9a9a9a;font-size:35px;display:block;margin:0 auto;}
  .prod_type_3g a p{font-size:18px;font-weight: bold;color: #1a1e24;margin-top:10px}
  .prod_type_3g a p:after{content: "";display: block;width:0px;height:4px;background: #205aa7;margin:10px auto 0;transition: all 0.3s}
  .prod_type_3g a:hover p,.prod_type_3g a:hover i,.prod_type_3g a.active p,.prod_type_3g a.active i{color: #205aa7}
  .prod_type_3g a:hover p:after,.prod_type_3g a.active p:after{width: 28px}
  .prod_type_3g a{border-right:0;}
  .prod_type_3g a:last-child{border-right: 1px solid #dfdfdf;}

  .prod_list li .prod_left{width: 45%}
  .prod_list li .prod_right{width: 55%;padding: 20px}
  .prod_list li .prod_right .jian{margin:10px 0 15px;-webkit-line-clamp:2;}

  .prods3_tit{font-size: 22px}
  .prods1_right .tit{font-size: 20px}
  .prods1_right .con{font-size: 13px}
  .prods1_nr{display: block;}
  .prods1_left{max-width: 60%;margin:0 auto 15px;}
  .prods1_right{max-width: 100%;width: 100%}
  .prods1_right .btn{width: 340px;margin:0 auto;}
  .prods1_w{padding-top: 40px}
  .prods1_nr{margin-bottom: 40px}
  .prods1_right .con{margin:15px 0 20px;}
  .prods3{padding: 40px 0}
  .prods3_right li{margin-bottom: 20px}
  .special1_nr{overflow: visible;}
  .special1_nr .content{max-width: 50%;padding:15px 15px}
  .special1_nr .info .tit{font-size: 18px}
  .special1_nr .info .des{font-size: 13px}
  .special1{padding: 40px 0 0px}
  .charge_tit p span, .zx_365_tit p span{font-size: 20px}
  .charge1_right_tit p span{font-size: 20px;}
  .charge1_right_tit p:before{width:35px;height: 4px;margin-bottom: 3px}
  .charge1_right_tit{margin-bottom:5px}
  .charge1_left{text-align: center;}
  .charge1{padding: 30px 0 0}
  .charge2_list li{height: 235px}
  .charge3_left{padding: 20px;font-size: 15px;line-height: 2}
  .charge4_right{padding: 20px;font-size: 15px;line-height: 1.8}
  .charge5_left_list .swiper-slide .pic{width:75%;margin: 0 auto}
  .charge5_right{font-size: 15px;padding: 20px;line-height: 1.8}
  .charge6_con{padding: 20px 0;font-size: 15px;line-height: 1.8}
  .charge7{padding: 40px 0}
  .charge7_list{margin-top: 25px}

  .special1_nr .info:after{width: 90px;height: 5px}
  .zx_365_tit{padding-top: 40px}
  .zx_365_tit p:before,.charge_tit p:before{width:4px;height: 22px;top:3px;}
  .special2_list{margin-top: 30px}
  .charge2_info,.charge2_pop_nr{padding:15px}
  .charge2_list li .charge2_info .des, .charge2_list li .des{font-size: 12px}
  .charge2_pop_nr{margin-top: 0px}
  .special2_list_3g .info{background:#f2f2f2;color: #333333;padding: 15px;min-height: 178px}
  .special2_list_3g  .tit{font-size:16px;margin-bottom: 10px}
  .special2_list_3g .des{font-size:13px;line-height: 1.8}
  .special2_list_3g{padding-bottom: 45px;position: relative;}
  .special2_list_3g .swiper-pagination{bottom: 0;width: 100%;}
  .special2_list_3g .swiper-pagination-bullet{width: 10px;height: 10px;background: #f2f2f2;margin:0 6px;opacity: 1;}
  .special2_list_3g .swiper-pagination-bullet-active{background:#205aa7}
  .special2{padding-bottom: 20px}

  .special3 .zx_365_3_left{width: 100%;max-width: 100%;position: relative;}
  .special3 .zx_365_3_right{width: 100%;padding-left: 0;margin-top:0px}
  .special3 .zx_365_3_left img{width: 100%}
  .special3 {padding-bottom: 40px}
  .play_btn{border:4px solid #fff;font-size: 22px;width: 44px;height:40px;line-height: 30px}
  .banner .zt_info .tit{font-size: 22px}
  .banner .zt_info .info{font-size: 14px;line-height: 1.8}
 
  .zx_365_2_bot_left{width:100%;}
  .zx_365_2_main2{display: block;}
  .zx_365_2_bot_right{width: 100%}

  .zx_365_3_left{width: 100%;max-width: 100%;position: relative;}
  .zx_365_3_right {
      width: 100%;
      padding-left: 0;
      margin-top: 0px;
  }
  .zx_365_3_left img{width: 100%}

  .charge1_nr{display: block;}
  .charge1_left{width: 100%;max-width: 100%}
  .charge1_right{width: 100%;max-width: 100%;margin-top: 25px}
  .charge3_type_3g{background:#f6f6f6;margin-bottom:15px}
  .charge3_type_3g .swiper-slide{line-height: 38px;background:#f6f6f6;font-size: 16px;text-align: center;}
  .charge3_type_3g .swiper-slide.swiper-slide-thumb-active {background: #205aa7;color: #fff}
  .charge3_type_3g .swiper-slide.swiper-slide-thumb-active a{color: #fff}
  .charge3_list_3g .tit{color:#333333;font-size: 15px;padding: 10px 0 13px;text-align: center;}
  .charge3_list_3g .swiper-slide{background:#f6f6f6; }
  .charge3_list_3g .swiper-slide img{display: block;width: 100%}
  .charge3_list_3g .swiper-pagination{position: absolute;bottom:70px;right: 5%;text-align:right;width: auto;}
  .charge3_list_3g .swiper-pagination-bullet{width:35px;height:4px;background: #fff;opacity: 1;margin-left:4px;border-radius:0;}
  .charge3_list_3g .swiper-pagination-bullet-active{background: #5d6fad}

  .charge2_list_3g .info{min-height: 271px}
  .charge2{padding-bottom: 0}
  .charge4{padding: 40px 0}
  .charge4_nr{margin-top: 25px}

  .charge5_nr{margin-top: 25px}
  .charge5_left_list .swiper-slide .pic{width: 60%}
  .charge6{padding: 40px 0}
  .charge7_list .tit{line-height:45px}

  .about4_list .item .alignleft{width: 50%;max-width:50%}
  .about4_list .item .alignright{width: 50%;max-width:50%}

  .zx_365_2_top li .jian{-webkit-line-clamp: 2;}

}
.job_list{padding-bottom: 30px}
.section3_3g{display: none;}
.banner_3g{display: none;}
.ns .info i{font-style: normal;}
.video_con video{max-width: 100%!important}
.a.zgs_btn_3g{display: none;}
.m{display: none;}
.honor1_list_3g{display: none;}
.honor2_3g{display: none;}
.zx_365_1_bot_3g{display: none;}
.zx_365_2_top_3g{display: none;}
.bot1_logo_3g{display: none;}
.zgs_btn_3g{display: none}
@media  (max-width:750px){
  .m{display: block;}
  html {font-size:calc(100vw/360 * 100);} 
  body {font-size: 0.14rem;overflow-x:hidden;}
  #sidebar ul li {
      min-height: 0.49rem;
      font-size:0.14rem;

  }
  #sidebar ul li>a {
      display: block;
      color: #fff;
      padding: 0 0.25rem;
      height: 0.49rem;
      line-height: 0.49rem;
      
  }
  li.navitem{
      position: relative;
      top: 1rem;
      opacity: 0;
      transition: .3s;
      transitino-delay: 1s;
  }
  .sub_nav dd a{font-size: 0.13rem}
  #close{position: absolute;right:0.1rem;top:0.1rem;}
  #close img{height:0.15rem;}

  body.open #sidebar{width:70%} 
  body.open .nr { transform: translate3d(70%,0,0);  -webkit-transform: translate3d(70%,0,0)}
  .main,.w50,.w1210,.about4_main,.culture.main,.contact,.fc1,.fc2_main,.fc3_main,.news_list,.honor,.investor{max-width: 94%;}

  .znzd{margin-top: 0.2rem}

  .head_3g .logo_3g img{height: 0.23rem;margin-top: 0.03rem}
  .head_3g .nav img{height: 0.2rem;}
  .head_3g .search2 img{height:0.24rem;margin-right: 0.05rem}
  .head_3g{padding:0.07rem 0;}
  .banner_3g{display:block;}
  .banner_pc{display:none;}
  .ban_bg{width:94%;}
  .ban_bg p {background: url(../images/ban.png) no-repeat center top;background-size:100% 100%;font-size: 14px;height: 30px;line-height: 30px;}
  .ss{top:0.41rem;}
  .section{padding-top: 0.2rem}

  .title_3g p{font-size: 0.22rem}
  .title_3g span{font-size: 0.18rem;margin-top: 0.04rem}
  .type a{font-size: 0.13rem;height: 0.32rem;line-height: 0.32rem;padding: 0 0.1rem;margin-right: 0.04rem}
  
  .sec1_type{padding:0.15rem 0}
  .sec1_list .swiper-container{height:auto!important}
  .sec1_list .swiper-slide .pic{height: 2rem}
  .sec1_list .swiper-slide .jian{display: none;}
  .sec1_list .swiper-slide .tit{font-size: 0.16rem;margin-top: 0.08rem}
  .sec1_list .swiper-slide .date{font-size: 0.15rem}
  .sec1_list .swiper-pagination{width:0.45rem;left:0;font-size:0.15rem;color: #666666;bottom:0.05rem;z-index: 101}
  .sec1_list .swiper-button-prev{position: absolute;left:0.5rem;bottom: 0.05rem;top:auto;background: transparent;width: auto;height: auto;font-size:0.18rem;color: #005eaa;z-index: 101}
  .sec1_list .swiper-button-next{position: absolute;left:0.8rem;bottom: 0.05rem;top:auto;background: transparent;width: auto;height: auto;font-size:0.18rem;color: #005eaa;z-index: 101;width: 25px}
  .sec1_more{width: 1rem;height: 0.32rem;line-height: 0.32rem;font-size: 0.13rem;position:static;margin-top: 0.1rem;}
  .sec1_right{margin-top:0.2rem}
  .sec1_right ul{padding-top: 0}
  .sec1_right li .sec1_right_info {border: 0.02rem solid #e6e6e6;padding:0.08rem;}
  .sec1_right li .sort {font-size: 0.3rem;margin-right:0.1rem;}
  .sec1_right li .info a{font-size: 0.15rem}
  .sec1_right li .info .des{font-size: 0.13rem;margin-top: 0.05rem}
  .sec1_right li .info {width: calc(100% - 0.5rem);}
  .video_pic i em{font-size: 0.55rem}
  .sec2_type{margin:0.15rem 0;}
  .sec2_right{padding-top: 0.2rem}
  .sec2_right .pic{margin-top: 0.15rem}
  .sec2_right .tit{font-size: 0.4rem}
  .section3{display: none}
  .section3_3g{display: block;}


  .section3_3g  .list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:91%;}
  .section3_3g  .list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .section3_3g  .list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
  .sec3_tit p{display: inline-block;font-size: 0.13rem;color: #005eaa;border:1px solid #005eaa;margin:0 0.04rem;height:0.32rem;line-height:0.32rem;padding:0 0.18rem;position: relative;}
  .sec3_tit{text-align: center;margin-top: 0.1rem}
  .sec3_part1 .list, .section4 .list, .sec5_type{margin-top: 0.15rem}
  .section3_3g{padding-top: 0.2rem}
  .section3_3g  .list .swiper-slide .info{padding: 0.07rem 0.05rem 0}
  .section3_3g  .list .swiper-slide .info .tit{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 0.13rem;text-align: center;}
  .sec3_more{display:block;width:0.9rem;height:0.26rem;line-height:0.26rem;text-align:center;font-size: 0.13rem;color: #005eaa;border:1px solid #005eaa;border-radius:0.15rem;margin:0.1rem auto 0;}
  .sec3_part2{padding-bottom: 0.1rem}
  .sec3_part2 .pic{position:relative;width:100%;height:0;padding-top:91%;}
  .sec3_part2 .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .sec3_part2 .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
  .sec3_part2 a{display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5);color: #fff;font-size: 0.13rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
  .sec3_part3_3g .list{padding: 0.15rem 0}
  .sec4_list_3g a .tit{padding:0 0.05rem;color: #fff;font-size:0.18rem;font-weight: bold;}

  .sec5_type_3g .swiper-slide{font-size:0.15rem;}
  .sec5_type_3g .swiper-slide i{display:block;padding:0.85rem 0 0.2rem;font-style: normal;}
  .sec5_type_3g .swiper-slide:nth-child(1) i{background: url('../images/icon1.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(2) i{background: url('../images/icon2.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(3) i{background: url('../images/icon3.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(4) i{background: url('../images/icon4.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(5) i{background: url('../images/icon5.png') no-repeat center top 0.2rem;}

  .sec5_type_3g .swiper-slide:nth-child(1).swiper-slide-thumb-active i{background: url('../images/icon11.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(2).swiper-slide-thumb-active i{background: url('../images/icon22.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(3).swiper-slide-thumb-active i{background: url('../images/icon33.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(4).swiper-slide-thumb-active i{background: url('../images/icon44.png') no-repeat center top 0.2rem;}
  .sec5_type_3g .swiper-slide:nth-child(5).swiper-slide-thumb-active i{background: url('../images/icon55.png') no-repeat center top 0.2rem;}
  .sec5_type_3g{margin:0.2rem 0}
  .sec5_li_3g{padding:0.2rem;min-height: 4.3rem}
  .sec5_li_3g .tit{font-size:0.2rem;}
  .sec5_li_3g .con{font-size:0.13rem;margin-top:0.07rem;}
  .sec5_li_3g .con strong{font-size:0.16rem;}

  .sec5_more{display:block;width:1.2rem;height:0.32rem;line-height:0.32rem;font-size:0.14rem;color: #fff;margin-top:0.15rem;}
  .sec6_type_3g .swiper-slide{padding: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 0.75rem}
  .sec6_type_3g .swiper-slide .tit{font-size: 0.16rem}
  .sec6_type_3g .swiper-slide .des {font-size: 0.13rem;margin-top:0.07rem;}
  .sec6_type_3g{margin-top: 0.15rem}
  .sec6_list_3g .sec6_bg{padding: 0.15rem 0.1rem}
  .sec6_list_3g .list{padding: 0.15rem  0.1rem}
  .case_list a{font-size: 0.13rem}
  .sec6_list_3g .swiper-slide .tit{font-size: 0.2rem;margin-bottom: 0.07rem}
  .sec6_more {width:1.3rem;height:0.34rem;line-height:0.32rem;font-size: 0.13rem}
  .sec7_list{padding: 0.15rem 0}
  .bot2{font-size: 0.13rem;padding: 0.1rem 0}
  .sec7_list .swiper-slide{padding: 5px}
  .lanmu:after{width:75px}
  .news_list{padding-top: 0.2rem}
  .lanmu{font-size: 0.22rem}
  .newslist li .date{display: none}
  .newslist li .news_left{width: 35%}
  .newslist li .news_right{width: 62%}
  .lanmu:after{width: 0.6rem;height: 0.02rem}
  .news_tit p span{font-size: 0.2rem}
  .news_tit p i{font-size: 0.14rem}
  .news_tit em{font-size: 0.13rem}
  .news_tit p:after{width: 0.6rem;height: 0.03rem;margin:0.07rem 0;}
  .newslist .news_li{padding: 0}
  .newslist li .tit{font-size: 0.15rem}
  .newslist li .jian{font-size: 0.13rem;line-height: 1.5;margin:0.05rem 0 0;}
  .page{padding:0.2rem 0;}
  .page a{padding:0 0.08rem;height:0.28rem;line-height:0.28rem;font-size:0.13rem;color: #000000;margin:0 0.04rem;}
  .page a.pre_page, .page a.next_page {padding:0 0.08rem;font-size: 0.2rem;line-height: 0.25rem;}
  .ns{padding-top: 0.2rem}
  .ns .tit{font-size: 0.18rem}
  .ns .info{font-size: 0.13rem;padding:0.07rem 0 0.1rem;}
  .ns .info i{display: none}
  .ns .des{font-size: 0.13rem;line-height: 1.7;padding: 0.1rem}
  .ns .con{font-size: 0.13rem;line-height: 1.7;padding: 0.15rem 0}
  .fenye{padding: 0.2rem 0}
  .fenye li{font-size: 0.13rem;margin-bottom: 0.1rem}

  .classify{padding: 0.2rem 0}
  .classify a{margin-right:0.3rem;font-size: 0.18rem;}
  .classify a:after{width: 0.5rem;height: 0.03rem;margin-top: 0.07rem}
  .videolist li{width: 48.5%;margin-right: 0;margin-bottom: 0.1rem}
  .videolist li:nth-child(2n){float: right;}
  .videolist li .tit{font-size: 0.14rem;margin:0.05rem 0;}
  .videolist li .jian{display: none}
  .videolist li .pic i{background-size: 0.3rem}
  .videoshow{padding: 0.2rem 0}
  .video_tit{font-size: 0.18rem}
  .video_con, .prods_con{font-size: 0.13rem;line-height: 1.7;padding: 0.15rem 0}

  .case_list li .case_pic{width:100%;float: none;max-width: 100%}
  .case_list li .case_info{max-width: 100%;max-width: 100%;float: none}
  .case_type a span{display: none;}
  .case_type a p{font-size: 0.16rem;margin-bottom: 0}
  .case_type a{padding: 0.13rem 0 0.1rem}
  .case_type a p:before{width: 0.25rem;height: 0.03rem;margin-bottom: 0.05rem}
  .case_type{margin: 0.2rem 0}
  .case_list li .case_info{padding: 0.15rem}
  .case_list li .case_info .tit{font-size: 0.16rem}
  .case_list li .case_info .con{font-size: 0.13rem;margin-top: 0.05rem}
  .case_list li{margin-bottom: 0.15rem}

  .xt_list{padding: 0.1rem 0 0.2rem}
  .sec3_tit{font-size: 0.18rem}
  .sec3_part1 .list li{width: 48.5%;margin-right: 0;float: left;}
  .sec3_part1 .list li:nth-child(2n){float: right;}
  .xt_list .list{display: block;}

  .sec3_part1 .list li .info {padding:0.1rem 0.1rem 0.15rem;}
  .sec3_part1 .list li .tit{font-size: 0.13rem}
  .sec3_pop p{font-size: 0.14rem}
  .about1{padding: 0.2rem 0}
  .about1_tit p, .about_tit p{font-size: 0.18rem}
  .about1_tit span{font-size: 0.15rem;margin-top: 0.07rem}
  .about1_con, .about3_list{margin-top: 0.15rem}
  .about1_con{font-size: 0.13rem;line-height:2}
  .about2_left .video_pic i em{font-size: 0.5rem}
  .about2_right{padding: 0.15rem 0.15rem 0.2rem}
  .about2_con{font-size: 0.13rem;margin-bottom: 0.15rem}
  .about2_more{width: 1.2rem;height: 0.32rem;line-height: 0.32rem;font-size: 0.13rem}
  .about3{padding: 0.2rem 0;width: 94%}
  .about_tit span{font-size: 0.14rem;margin-top: 0.05rem}
  .about3_list{padding-bottom: 0.5rem;}
  .about3_list .swiper-button-next,.about3_list .swiper-button-prev{font-size:0.3rem}
  .about3_list .swiper-slide .tit{font-size:0.14rem;margin-top: 0.05rem}
  .about4{padding: 0.2rem 0}
  .about_tit:before{width: 0.28rem;height: 0.03rem;margin:0 auto 0.05rem;}
  .about4_main{padding-top: 0.2rem}
  .about4_list .item .alignright{padding-right: 0.2rem}
  .about4_list .item .alignleft{padding-left: 0.2rem}
  .about4_info .tit{font-size: 0.18rem}
  .about4_info .con{font-size: 0.13rem;line-height: 1.5}
  .about4_list .item{padding: 0.2rem 0}
  .about5_list .swiper-slide{padding: 0}
  .about5_list{padding-top: 0.2rem}
  .about5{padding: 0.2rem 0}
  .about4_main .more-wrap{width: 1.2rem;height: 0.32rem;line-height: 0.32rem;font-size: 0.13rem}
  .prod_show{padding: 0.2rem 0}
  .culture_nr{background: transparent;margin-top: 0.15rem}

  .title span{font-size: 0.2rem;display:block;}
  .title{font-size: 0.14rem}
  .title:before{width: 0.3rem;height: 0.03rem;margin-bottom:0.07rem;}
  .culture,.contact{padding: 0.25rem 0}
  .culture li .info .des{display: none;}
  .culture li .info .tit{font-size: 0.18rem}
  .culture li .info .key{font-size: 0.13rem;margin:0.07rem 0 0}
  .culture li{margin-bottom: 0.15rem}
  .culture li .icon{margin-right: 0.1rem;width: 0.6rem}
  .contact_top{margin:0.15rem 0;}
  .contact_right li{padding:0.1rem 0 0.1rem 0.1rem;}
  .contact_right li .info span{font-size: 0.14rem;}
  .contact_right li .info p{font-size: 0.13rem;margin-top: 0.07rem}

  .contact_right .icon{font-size:0.35rem;width: 0.38rem;}
  .contact_right li:nth-child(1) .icon{font-size:0.38rem;}
  .contact_right li:nth-child(4) .icon{font-size:0.34rem;}
  .contact_right li .info{margin-left: 0.1rem}
  .job_top{display: block;}
  .job_top li{width: 50%;float: left;margin-bottom: 0.1rem}
  .job li .tit{font-size:0.14rem;margin-top:0.07rem}
  .job_top{padding: 0.2rem 0}
  .job li .icon{width: 0.73rem;height: 0.73rem}
  .job li .icon img{height: 0.35rem}
  .job_list li{padding: 0.1rem}
  .job_tit{font-size: 0.14rem}
  .job_list li .job_des {font-size:0.13rem;line-height:1.8;padding:0.1rem 0}
  .job_list{padding-bottom: 0.2rem}

  .fc1{padding: 0.25rem 0 0.2rem;}
  .f1 .fc1_nr{display: block;}
  .fc1_list .swiper-slide .fc1_left{width: 100%;max-width: 100%}
  .fc1_list .swiper-slide .fc1_right{display: none}

  .fc1_left .tit{font-size:0.16rem;margin: 0.1rem 0}
  .fc1_left .jian{font-size: 0.13rem;line-height: 1.8;margin-top: 0}
  .fc1_list{margin-top: 0.18rem}
  .fc_more{width:1.1rem;height:0.32rem;line-height:0.32rem;margin-top:0.1rem;}
  .fc1_list .swiper-pagination{bottom: 0.05rem}
  .fc1_list .swiper-button-prev{left:0.5rem;top:auto;margin-top:0;bottom:0.03rem;width:0.25rem;height: auto;}
  .fc1_list .swiper-button-next{left:0.9rem;top:auto;margin-top:0;bottom:0.03rem;width:0.25rem;height: auto;}

  .fc2,.fc3{padding: 0.25rem 0 0.2rem}
  .fc2_list{margin-top: 0.2rem}
  .fc2_list{padding-bottom: 0.4rem}
  .fc2_list .swiper-slide .tit{font-size: 0.15rem;margin:0.07rem 0;}
  .fc2_list .swiper-button-prev, .fc2_list .swiper-button-next{font-size: 0.3rem}
  .fc_list{margin-top: 0.15rem}
  .fc_list .swiper-slide .fc3_left{width: 100%;max-width: 100%}

  .fc_list .swiper-container{height: auto}
  .fc_list .swiper-slide .fc3_left{height:auto;}
  .fc_list .swiper-slide .fc3_right{width: 100%;margin:0;max-width: 100%;padding: 0.1rem}
  .fc_list .swiper-slide .tit{font-size: 0.15rem}
  .fc_list .swiper-slide .jian{font-size: 0.05rem;line-height: 1.8;font-size: 0.13rem}
  .fc_list .fc_more{width:1.1rem;height:0.32rem;line-height:0.32rem;margin-top:0.1rem;}
  .fc_list .swiper-pagination{bottom: 0.15rem;left: 0.1rem}
  .fc_list .swiper-button-prev{left:0.6rem;top:auto;margin-top:0;bottom:0.13rem;width:0.25rem;height: auto;}
  .fc_list .swiper-button-next{left:1rem;top:auto;margin-top:0;bottom:0.13rem;width:0.25rem;height: auto;}
  .fc4{padding-bottom: 0.25rem}
  a.zgs_btn_pc{display: none;}
  a.zgs_btn_3g{display:block;width:2.5rem;height:0.4rem;line-height:0.4rem;margin:0 auto;text-align: center;font-size:0.14rem;color: #333;border-radius:30px;border:1px solid #ddd;}
  .fc_list .fc1_nr{display: block;}
  .wu {font-size: 0.16rem;padding: 0.2rem 0 0.25rem;}
  .search_list{padding: 0rem 0 0.25rem}
  .newslist{margin-top: 0.15rem}

  .honor1{padding-top: 0.25rem}
  .honor1_list{display: none;}
  .honor1_list_3g{padding: 0.1rem 0 0.15rem;display: block;margin-left:-2%}
  .honor1_list_3g .swiper-slide{padding: 0.1rem}
  .honor1_list_3g .swiper-slide .honor1_icon{padding:0.8rem 0.1rem 0.2rem;font-size: 0.14rem;text-align: center;color: #1a1e24;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.1);border-radius:0.1rem;}
  .honor1_list_3g .swiper-slide:nth-child(1) .honor1_icon{background: url('../images/honor1.png') no-repeat center top 0.2rem;background-size: auto 0.5rem}
  .honor1_list_3g .swiper-slide:nth-child(2) .honor1_icon{background: url('../images/honor2.png') no-repeat center top 0.2rem;background-size: auto 0.5rem}
  .honor1_list_3g .swiper-slide:nth-child(3) .honor1_icon{background: url('../images/honor3.png') no-repeat center top 0.2rem;background-size: auto 0.5rem}
 
  .honor2_3g{display: block;}
  .honor2_pc{display: none;}

  .honor2_type_3g{margin-top:0.15rem;background: #f1f1f2;}
  .honor2_type_3g p{text-align:center;line-height:0.35rem;font-size:0.14rem;color: #333333;cursor: pointer;}
  .honor2_type_3g .swiper-slide-thumb-active p{background:#205aa7;color: #fff }
  .honor2_list_3g{margin-top:0.2rem;padding-bottom:0.25rem}
  .honor2_item_3g li{padding: 0.05rem 0;font-size:0.13rem;color: #333333;cursor: pointer;position: relative;line-height: 0.2rem}
  .honor2_item_3g ul{padding-left:0.15rem;margin-top: 0.15rem}
  .honor2_item_3g li.active::before {
      content: "";
      width: 0.02rem;
      height: 0.2rem;
      background-color: #205aa7;
      position: absolute;
      left: -0.15rem;
  }

  .honor2_item_3g li.active{color:#205aa7}
  .honor2_pic_3g{text-align: center;}

  .inv_sec1{padding-top: 0.2rem;}
  .news_tit p span{display: block;}
  .inv_sec1_nr{margin-top: 0.2rem;padding:0.15rem 0;display: block;}
  .inv_sec1_left{width: 100%}
  .inv_sec1_right{width: 100%;margin-top: 0.05rem}
  .inv_sec1_right .tit{text-align: left;font-size: 0.13rem}
  .inv_sec1_left_p1{font-size: 0.18rem;margin-bottom: 0.1rem}
  .inv_sec1_left_p2 span{font-size: 0.35rem}
  .inv_sec1_left_p2{font-size: 0.15rem}
  .inv_sec1_right ul{margin-top: 0.15rem}
  .inv_sec1_right li .key{font-size: 0.22rem;margin-top: 0.1rem}
  .inv_sec1_right li .tit{font-size: 0.13rem}
  .inv_sec2_top{padding: 0.15rem 0}
  .inv_sec2_top .news_tit{margin-right: 0}
  .news_tit em{display: none;}
  .news_tit p i{font-size: 0.13rem}
  .inv_sec2_top{display:block;}
  .inv_sec2_top .news_tit{float: left;}
  .inv_sec2_top .news_tit p span{font-size: 0.18rem}
  .inv_sec2_top .news_tit:nth-child(2){float: right;}
  .inv_sec2_list li{padding: 0.1rem 0}
  .inv_sec2_list li .news_left{width: 35%}
  .inv_sec2_list li .news_right{width: 62%;padding-right: 0}
  .inv_sec2_list li .date{display: none;}
  .inv_sec2_list li .tit{font-size: 0.15rem;margin:0 0 0.07rem;}
  .inv_sec2_list li .jian{font-size: 0.13rem;line-height: 1.7}
  .inv_sec2_list{padding-bottom: 0.15rem}
  .inv_sec2{padding-bottom: 0.05rem}
  .inv_sec3_con {font-size:0.16rem;line-height:1.7;padding:0.15rem 0 0.25rem;}

  .prod_list li a{display: block;}
  .prod_list li .prod_left{width: 100%}
  .prod_list li .prod_right{width:100%;padding:0.1rem 0.1rem 0.15rem}
  .prod_list li .prod_right .jian{margin:0.07rem 0 0.1rem;-webkit-line-clamp:4;font-size: 0.13rem}

  .prod_type_3g{margin:0.2rem auto;}
  .prod_type_3g a{padding:0.15rem 0;}
  .prod_type_3g a i{font-size:0.35rem;}
  .prod_type_3g a p{font-size:0.15rem;font-weight: bold;color: #1a1e24;margin-top:0.07rem}
  .prod_type_3g a p:after{width:0px;height:0.02rem;background: #205aa7;margin:0.07rem auto 0;transition: all 0.3s}
  .prod_type_3g a:hover p:after,.prod_type_3g a.active p:after{width: 0.2rem}
  .prod_type_3g a{padding: 0.15rem;border-right: 0px}
  .prod_type_3g .swiper-slide:last-child a{border-right:1px solid #dfdfdf;}
  .prod_list,.prodshow_main{max-width: 94%}
  .prod_list li .prod_right .tit{font-size: 0.16rem}
  .prod_list li .prod_right span{width:1.2rem;height:0.32rem;line-height:0.31rem;font-size: 0.14rem;}
  .prod_list li{margin-bottom: 0.15rem}

  .prods1_w{padding-top:0.25rem;}
  .prods1_nr{margin:0.2rem 0;}
  .prods1_left{width: 100%;max-width: 100%;margin-bottom: 0.1rem}
  .prods1_right .tit{font-size: 0.18rem}
  .prods1_right .con{margin:0.1rem 0 0.15rem;font-size: 0.13rem}
  .prods1_right .btn{max-width:2.7rem;display:block;}
  .btn a{width: 1.2rem;height: 0.35rem;line-height: 0.35rem;margin-right: 0;float: left;}
  .btn a.btn2{float: right;}
  .btn a.btn1{margin-right: 0}
  .btn a.btn1, .btn a.btn2{font-size:0.13rem}
  .prods2{padding: 0.2rem 0}
  .prods2_nr{padding-top: 0.15rem}
  .prods3{padding: 0.25rem 0 0.1rem}
  .prods3_nr{margin-top: 0.2rem}
  .prods3_nr{display: block;}
  .prods3_left{width: 100%;max-width: 100%;margin-right: 0;height: 2.5rem}
  .prods3_bg{width: 50%}
  .prods3_info{padding-left: 7%}
  .prods3_tit{font-size: 0.2rem;margin-bottom: 0.1rem}
  .prods3_right{max-width:calc(100% - 10px);width:calc(100% - 10px);padding-top: 0.2rem;margin-left: 3%}
  .prods3_right li{margin-bottom: 0.15rem;font-size:0.13rem;line-height: 0.2rem}
  .prods3_right li:before{width: 0.02rem;height: 0.15rem;top:0.025rem;}

  .special1_nr .content{width: 100%;position:static;}

  .banner .zt_info .info{width: 100%}
  .banner .zt_info .info{font-size: 0.13rem;line-height: 1.5;margin-top: 0.07rem}
  .banner .zt_info .tit{font-size: 0.18rem}
  .banner_xt .pic{padding-top:65%}
  .special1{padding-top: 0.2rem}
  .charge_tit p span, .zx_365_tit p span{font-size: 0.18rem}
  .charge_tit p i{font-size: 0.13rem;margin-top: 0.05rem}
  .special1_nr{margin-top: 0.15rem}
  .special1_nr .info{width: 100%;display: none;}
  .special1_nr .content{width: 94%;max-width: 94%;left:3%;top:-0.1rem;position:relative;padding: 0.13rem}
  .special1_nr .info .tit{font-size: 0.18rem;margin:0.1rem 0 0.05rem;}
  .special1_nr .info .des{font-size: 0.13rem}
  .special1_nr .info:after{width: 0.5rem;height: 0.02rem;margin-top: 0.1rem;font-size: 0.13rem;padding:0.15rem;}
  .zx_365_tit{padding-top: 0.1rem;margin-bottom: 0.1rem}
  .zx_365_tit p i{display: block;font-size: 0.13rem;margin-top: 0.05rem}
  .special2_list_3g .tit{font-size: 0.15rem;margin-bottom: 0.07rem}
  .special2_list_3g .des{font-size: 0.13rem}
  .special2_list_3g .info{padding: 0.13rem}
  .special2_list_3g .info{min-height: 2.5rem}
  .special2_list_3g{padding-bottom: 0.3rem}

  .special2_list_3g .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;background: #f2f2f2;margin:0 0.04rem;opacity: 1;}
  .special2_list_3g .swiper-pagination-bullet-active{background:#205aa7}
  .special2{padding-bottom: 0.2rem}
  .zx_365_3_nr{margin-top: 0.2rem}
  .zx_365_3_left .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;margin:0 0.04rem;}
  .zx_365_3_left .swiper-pagination{bottom: 0.15rem;right: 0.2rem}
  .zx_365_3_info{padding: 0.15rem 0.13rem}
  .zx_365_3_tit{font-size: 0.16rem}
  .zx_365_3_content{font-size: 0.13rem;margin-top:0.05rem;}
  .special3{padding-bottom: 0.2rem}
  .zx_365_4_list,.special_main{max-width: 94%}
  .special4 .zx_365_4_list{margin: 0.15rem auto 0.2rem}
  .special4 .zx_365_4_list .tit{font-size: 0.13rem;height: 0.7rem}
  .zx_365_4_list{padding-bottom: 0.4rem}

  .special3{padding-bottom:0.1rem}

  .play_btn {
      border: 0.02rem solid #fff;
      font-size:0.18rem;
      width:0.3rem;
      height:0.28rem;
      line-height:0.23rem;border-radius: 0.07rem;margin-top: 0.1rem;
  }
  .video{width: 90%;height:auto}
  .btn-close{position: absolute;top:-0.1rem;font-size:0.28rem;color: #fff;right:-0.14rem;z-index: 1000;cursor: pointer;}
  
  .zx_365_1_top{display: block;}
  .zx_365_1_left{width: 100%}
  .zx_365_1_top{padding: 0.05rem 0 0.2rem}
  .zx_365_1_right{width: 100%;margin-left: 0;font-size: 0.13rem;line-height: 1.8;margin-top: 0.1rem}
  .zx_365_main,.zx_365_1_bot ul,.zx_365_2_main1,.zx_365_2_main2,.zx_365_3_nr{width: 94%;max-width: 94%}
  .zx_365_1_bot{display: none}
  .zx_365_2_top{padding: 0.05rem 0 0.15rem}
  .zx_365_2_mid .zx_365_2_left{width: 100%;float: none;max-width: 100%}
  .zx_365_2_left li:nth-child(1),.zx_365_2_left li:nth-child(2){margin-bottom: 0.15rem}
  .zx_365_2_left li:nth-child(3){display: none;}
  .zx_365_2_mid .zx_365_2_right{width: 80%;float: none;margin: 0 auto;max-width: 80%}
  .zx_365_2_bot {margin-top: 0.2rem}
  .zx_365_2_left li .tit{font-size: 0.18rem}
  .zx_365_2_left li .info{font-size: 0.13rem;margin-top: 0.05rem;line-height: 1.8}
  .zx_365_2_bot_right li{padding: 0.15rem}
  .zx_365_2_bot_right li .tit{font-size: 0.18rem}
  .zx_365_2_bot_right li .info{font-size: 0.13rem;margin-top: 0.05rem}
  .zx_365_2_bot{padding: 0.2rem 0}
  .zx_365_4{padding-top: 0.1rem}
  .zx_365_4_list{margin: 0.15rem auto 0.2rem}
  .zx_365_4_list .tit{font-size: 0.13rem;height: 0.7rem}
  .zx_365_4_list{padding-bottom: 0.4rem}
  .zx_365_1_bot_3g{position: relative;display: block;padding-bottom: 0.25rem;margin-bottom: 0.05rem}
  .zx_365_1_bot_3g_bg{padding: 0.15rem 0;background: #205aa7;width: 100%}
  .zx_365_1_bot_3g .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;background: #f2f2f2;margin:0 0.04rem;opacity: 1;}
  .zx_365_1_bot_3g .swiper-pagination-bullet-active{background:#205aa7}
  .zx_365_1_bot_3g .swiper-pagination{bottom: 0;width: 100%}

  .zx_365_2_top{display: none;}
  .zx_365_2_top_3g{display: block;margin-bottom: 0.15rem}
  .zx_365_2_top_3g .swiper-slide .bg{position: absolute;width: 100%;height: 100%;top: 100%;left: 0;background: rgba(32,90,167,0.6);padding:0.15rem 0.1rem;color: #fff;transition: all 0.3s}
  .zx_365_2_top_3g .swiper-slide .tit{font-size:0.18rem;font-weight: bold;padding:0.07rem 0;}
  .zx_365_2_top_3g .swiper-slide .jian{font-size: 0.13rem;margin-top: 0.05rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
  .zx_365_2_top_3g .swiper-slide:hover .bg{top:0;}
  .zx_365_2_top_3g .swiper-slide:hover .tit{padding:0;}

  .charge1{padding-top: 0.2rem}
  .charge_main{max-width: 94%}
  .charge1_nr{margin-top: 0.1rem}
  .charge1_right_tit{padding-top: 0.1rem;margin-bottom: 0.1rem}
  .charge1_right_tit p i{font-size: 0.13rem;}

  .charge1_right_tit p span{font-size: 0.18rem}
  .charge1_right_tit p i{font-size: 0.13rem;margin-top: 0.05rem}
  .charge1_right_tit p:before {
      width: 0.3rem;
      height:0.03rem;
      margin-bottom:0;
  }
  .charge1_right{margin-top: 0.15rem}
  .charge1_right_con{font-size: 0.13rem;margin-top: 0.03rem}
  .charge1_right .charge1_right_tit{margin-bottom: 0}
  .charge2_list_3g .info{min-height: 3.1rem}
  .charge2{padding-bottom: 0.1rem}
  .charge3_nr{padding-top: 0.05rem}

  .charge3_type_3g{margin-bottom:0.1rem}
  .charge3_type_3g .swiper-slide{line-height: 0.35rem;font-size:0.14rem;}

  .charge3_list_3g .tit{font-size:0.14rem;padding:0.1rem;}
  .charge3_list_3g .swiper-pagination{position: absolute;bottom:0.5rem;right: 5%;text-align:right;width: auto;}
  .charge3_list_3g .swiper-pagination-bullet{width:0.3rem;height:0.03rem;margin-left:0.04rem;}

  .charge3_nr_3g{padding-top: 0.05rem}
  .charge4{padding: 0.2rem 0}
  .charge4_nr{margin-top: 0.15rem;padding-bottom:0}
  .charge4_right{max-width: 100%;position:static;padding: 0.1rem;font-size: 0.13rem;line-height: 1.8}
  .charge5_nr{margin-top: 0.15rem;display: block;}
  .charge5_left{width: 100%;max-width: 100%;padding-bottom: 0.15rem}
  .charge5_right{width: 100%;max-width: 100%;font-size: 0.13rem;line-height: 1.8;padding: 0.13rem}
  .charge5_left .swiper-button-prev{width:0.25rem;height:auto;right:calc(5% + 0.35rem);font-size:0.25rem;color: #cecfd1;background: transparent;left:auto;bottom:0rem;top:auto;}
  .charge5_left .swiper-button-next{width:0.25rem;height:auto;right:5%;font-size:0.25rem;color: #cecfd1;background: transparent;bottom:0rem;top:auto;}
  .charge6{padding: 0.2rem 0}
  .charge6_con{font-size: 0.13rem;padding: 0.15rem 0}
  .charge6_list{padding-bottom: 0.35rem}
  .charge6_list .swiper-button-prev,.charge6_list .swiper-button-next{font-size: 0.2rem}
  .charge7{padding: 0.2rem 0}
  .charge7_list{margin-top: 0.15rem}
  .charge7_list .swiper-button-prev,.charge7_list .swiper-button-next{display:none;}
  .charge7_list .tit{line-height: 1.5;font-size: 0.13rem;padding:0.1rem 0.05rem}
  .special1_nr .content{font-size: 0.13rem}
  .bot1_logo_3g{display: block;padding: 0.15rem 0;text-align: center;}
  .bot1_logo_3g img{height: 0.38rem}
  /*.foot_3g_h{height: 1.24rem}*/
  /*.fix_3g{width: 100%;position: fixed;bottom: 0;left: 0;background: #000000;z-index: 10}*/
  .zgs_btn_3g{display: block;}
  .zgs_btn_pc{display: none}
  a.zgs_btn{display:block;width:2.7rem;height:0.4rem;line-height:0.4rem;margin:0 auto;text-align: center;font-size:0.15rem;color: #333;border-radius:30px;border:1px solid #ddd;}

  .job_contact{font-size:0.14rem;font-weight: normal;color: #333333;padding:0.1rem 0 0}
  .job_contact span{display:block;margin-bottom: 0.07rem}
  .job_contact span:last-child{margin-left: 0}
  .about5_top{margin-bottom: 0.05rem}

}

.text-effect span{ animation: animate linear 2000ms infinite; }
.text-effect span:nth-child(1n){ animation-delay: 0s; }
.text-effect span:nth-child(2n){ animation-delay: 100ms; }
.text-effect span:nth-child(3n){ animation-delay: 200ms; }
.text-effect span:nth-child(4n){ animation-delay: 300ms; }
.text-effect span:nth-child(5n){ animation-delay: 400ms; }
.text-effect span:nth-child(6n){ animation-delay: 500ms; }
.text-effect span:nth-child(7n){ animation-delay: 600ms; }
.text-effect span:nth-child(8n){ animation-delay: 700ms; }
.text-effect span:nth-child(9n){ animation-delay: 800ms; }
.text-effect span:nth-child(10n){ animation-delay: 900ms; }
.text-effect span:nth-child(11n){ animation-delay: 1000ms; }
.text-effect span:nth-child(12n){ animation-delay: 1100ms; }
.text-effect span:nth-child(13n){ animation-delay: 1200ms; }
.text-effect span:nth-child(14n){ animation-delay: 1300ms; }
.text-effect span:nth-child(15n){ animation-delay: 1400ms; }
.text-effect span:nth-child(16n){ animation-delay: 1500ms; }
.text-effect span:nth-child(17n){ animation-delay: 1600ms; }

@keyframes animate{
    0%{
       opacity:1;
       text-shadow: 0 0 80px Red,0 0 30px orange,0 0 6px DarkRed;
    }
    100%{ opacity: 0.3; }
    
}

.sec7_list .swiper-wrapper,.about5_top .swiper-wrapper,.about5_bot .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
}

.charge7_list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:76%;}
.charge7_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.charge7_list .swiper-slide img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.charge7_list .tit p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.special1_nr .pic{position:relative;width:100%;height:0;padding-top:29%;}
.special1_nr .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.special1_nr img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}


.zx_365_3_left .pic{position:relative;width:100%;height:0;padding-top:76%;}
.zx_365_3_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_3_left img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.prods2_nr table{width: 100%!important}
.prods2_nr td{font-size: 16px;color: #666666;height: 49px;vertical-align: middle;font-family: 微软雅黑;padding:0 10px}


.zx_365_1_left .pic{position:relative;width:100%;height:0;padding-top:97%;}
.zx_365_1_left .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_1_left img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}


.zx_365_2_top .pic{position:relative;width:100%;height:0;padding-top:67%;}
.zx_365_2_top .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zx_365_2_top img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}


.charge3_right .pic{position:relative;width:100%;height:0;padding-top:44%;}
.charge3_right .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.charge3_right img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.charge3_list_3g .pic{position:relative;width:100%;height:0;padding-top:44%;}
.charge3_list_3g .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.charge3_list_3g img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}


.about4_list .item .about4_pic .pic{position:relative;width:100%;height:0;padding-top:62%;}
.about4_list .item .about4_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.about4_list .item .about4_pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.message{font-size: 16px;color: #333}
.message_tit{padding: 30px 0 20px;font-size: 28px;font-weight: bold;color: #1a1e24}
.message .item{margin-bottom:33px;}
.message .item{width: 545px;max-width: 100%}
.message .item input{height: 44px;line-height: 44px;border:1px solid #e5e6e6;display:block;padding:0 13px;width: 100%}

.message .textarea{width: 1105px;border:1px solid #e5e6e6;max-width: 100%}
.message .textarea textarea{width: 100%;height: 202px;border:0;resize: none;padding:10px;}

.message .mes_btn{width: 125px;height: 43px;line-height: 43px;background: #01499f;font-size: 16px;color: #fff;display:block;text-align:center;margin-top:30px;}
.message .mes_btn i{font-style: normal;}

.prods1 .btn_3g{display: none}
.sec7_list_3g{display: none}

.sec1_right .sec1_more{position:static;margin-top: 35px}
@media  (max-width:1000px){
    .sec1_right .sec1_more{position:static;margin:35px auto 0;float: none}
    .special1_nr .pic{padding-top: 54%}
}
@media  (max-width:750px){
    .message{font-size:0.14rem;}
    .message_tit{padding:0.15rem 0;font-size:0.22rem;font-weight: bold;color: #1a1e24}
    .message .item{margin-bottom:0.1rem;}
    .message .item input{height:0.35rem;line-height:0.35rem;border:1px solid #e5e6e6;display:block;padding:0 0.1rem;width: 100%}
    .message .textarea textarea{width: 100%;height:1.2rem;border:0;resize: none;padding:10px;}

    .message .mes_btn{width:1rem;height:0.35rem;line-height:0.35rem;background: #01499f;font-size: 0.16rem;color: #fff;display:block;text-align:center;margin:0.1rem auto;}

    .prods1 .btn_3g{display: block;}
    .prods1 .btn_pc{display: none}

    .sec7_list_3g{display: block;margin:0.17rem 0 0.22rem;}
    .sec7_list{display: none}
    .sec7_3g_bot{margin-top:0.05rem;}
    .sec7_list_3g .swiper-wrapper{
        -webkit-transition-timing-function: linear; /*之前是ease-out*/
          -moz-transition-timing-function: linear;
          -ms-transition-timing-function: linear;
          -o-transition-timing-function: linear;
          transition-timing-function: linear;
    }
    .sec1_right .sec1_more{position:static;margin:0.15rem auto 0;float: none}

}
.rightQuick{display: none}
@media  (max-width:1000px){
    .rightQuick{position:fixed;right:2%;bottom:76px;z-index:110;display: block;}
    .rightQuick .quickBtn img{width:55px;}
    .rightQuick .quickBtn{transform:rotate(-45deg);transition:all .2s;}
    .rightQuick.play .quickBtn{transform:rotate(0);position:relative;top:15px;left:0;animation:play-state .4s ease-out infinite alternate;}
    .rightQuick.play ul{display:none;}
    .rightQuick ul{position:absolute;right:0;bottom:100%;margin-bottom:5px;}
    .rightQuick ul li{background:#fff;border-radius:20px;margin-bottom:6px;box-shadow:0 0 10px rgba(23, 23, 23, .2);line-height: 25px}
    .rightQuick ul li a{width:192px;font-size:16px;color:#2f2f2f;letter-spacing:-0.05em;display:inline-block;padding:8px 17px 8px 17px;box-sizing:border-box;}
    .rightQuick ul li i{font-size: 25px;float: right;}

    .rightQuick ul li.icon4 i{font-size: 22px;}
    .rightQuick ul li.icon5 i{font-size: 22px;}
    .rightQuick ul li.icon6 i{font-size: 22px;}


    .rightQuick li{position: relative}
    .rightQuick li .wxcode{position: absolute;top:50%;right:170px;opacity: 0;width: 120px;transform: translateY(-50%);}
    .rightQuick li .wxcode img{width: 100%;}

    @keyframes play-state{
      from{
        top: 15px;
      }
      to{
        top: 0;
      }
    }
}

.ns a:hover{text-decoration: underline;color: #014081}
.map_3g{display: none}
@media  (max-width:750px){
  .rightQuick{position:fixed;right:2%;bottom:60px;z-index:140;}
  .rightQuick .quickBtn{transform:rotate(-45deg);transition:all .2s;}
  .rightQuick .quickBtn img{width:47px;}
  .rightQuick.play .quickBtn{transform:rotate(0);position:relative;top:15px;left:0;animation:play-state .4s ease-out infinite alternate;}
  .rightQuick.play ul{display:none;}
  .rightQuick ul{position:absolute;right:0;bottom:100%;margin-bottom:5px;}
  .rightQuick ul li{background:#fff;border-radius:20px;margin-bottom:6px;box-shadow:0 0 10px rgba(23, 23, 23, .2);line-height: 25px}
  .rightQuick ul li i{font-size: 25px;float: right;}
  .rightQuick ul li a{width:165px;font-size:14px;color:#2f2f2f;letter-spacing:-0.05em;display:inline-block;padding:5px 10px 5px 10px;box-sizing:border-box;background-size:19px auto !important;}
  .rightQuick li .wxcode{position: absolute;top:50%;right:110%;opacity: 0;width:100px;transform: translateY(-50%);opacity: 1;display: none;}

  .sec1_list .swiper-slide .tit p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 0.35rem);}
  .sec1_list .swiper-slide .info{padding: 0 0.1rem}
  .sec1_list .swiper-slide .tit i{width:0.3rem;height: 0.17rem;position: absolute;right: 0;top:0;background:url('../images/new.png') no-repeat center top;display: block;background-size: 100%}

  .sec1_right li .info a p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 0.35rem);}
  .sec1_right li .info a i{width:0.3rem;height: 0.17rem;position: absolute;right: 0;top:0;background:url('../images/new.png') no-repeat center top;display: block;background-size: 100%}

  .map_3g{display: block;}
  .map{display: none;}

}

.qiandao{width: 55px;height: 55px;background:url('../images/user/qd2.png') no-repeat center;background-size: 100%;position: fixed;bottom: 5%;right: 5px;display: block;z-index: 1;}
.qiandao:hover{background:url('../images/user/qd.png') no-repeat center;background-size: 100%;}
@media (max-width: 1000px){
    .qiandao{bottom: auto;top:25%;}
}
@media (max-width: 750px){
    .qiandao{width: 0.45rem;height: 0.45rem}
}