﻿@charset "UTF-8";
html{
  font-size: 8.547vw;
}
@media screen and  (min-width:1170px){
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
.w_width{max-width:1170px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 15px;padding-right: 15px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*顶部导航*/
body.on{overflow: hidden;height: 100vh;}
.head{width: 100%;position:fixed;left: 0;top: 0;z-index: 10;}
.head.active .t_navs{padding: 0 35px;}
.t_navs{ width: 100%;padding:20px 35px;background: #fff;box-shadow: 0 2px 0.3rem rgba(117,135,141,0.6);
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.t_navs::after{content: "";display: block;clear: both;}
/*正常屏幕显示*/
.t_navs .top{ width: 100%; float: left;position: relative;}
/*logo*/
.t_navs .top .logo{ margin: 15px 0;line-height: 0;float: left;}
.t_navs .top .logo img{ width: auto; height: 50px;}
/* 中英文切换 */
.t_navs .top .right .lang{float: left;position: relative;padding: 34px 0;}
.t_navs .top .right .lang .btn{float: left;line-height: 0;display: flex;align-items: center;cursor: pointer;}
.t_navs .top .right .lang img{display: inline-block;height: 12px;width: auto;}
.t_navs .top .right .lang i{display: inline-block;width: 6px;height: 6px;border-left: 1px solid #333;border-bottom: 1px solid #333;margin-left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.t_navs .top .right .lang .down{display: block;position: absolute;left: 0;top: 54px;border-top: 2px solid #4169e2;display: none;}
.t_navs .top .right .lang .down div{display: block;line-height: 0;width: 40px;height: 30px;display: flex;align-items: center;justify-content: center;background: #fff;cursor: pointer;}
.t_navs .top .right .lang .cn{border-bottom:1px solid #ddd;}
.t_navs .top .right .lang:hover .down{display: block;}
/*一级导航*/
.t_navs .top .right{ float: right;min-width: 50%;}
.t_navs .top .right .menu{float: left;margin-right: 20px;}
.t_navs .top .right .menu ul{float: left;}
.t_navs .top .menu .nli{ float: left; position: relative;padding: 0 10px;}
.t_navs .top .menu .nli span a{ display: block;color: #333; position: relative;font-size: 16px;line-height: 80px;}
/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a,.t_navs .top .menu .nli:hover span a{ color: #4169e2 ;}
.t_navs .top .menu .nli.on span a::before,.t_navs .top .menu .nli:hover span a::before{content:"";display: block;width: 6px;height: 6px;border-radius: 100%;border: 2px solid #4169e2;position: absolute;left: 0;bottom: 8px;}
.t_navs .top .menu .nli.on span a::after,.t_navs .top .menu .nli:hover span a::after{ content: ""; display: block; width: calc(100% - 6px);height: 2px; background: #4169e2 ; position: absolute; bottom: 10px; right: 0;}
/*二级导航*/
.t_navs .top .sub{ display: none; position: absolute; width: 100%; top:60px; left: 0; background: #f0f0f0; z-index: 4;}
.t_navs .top .sub .l2{ width: 100%;padding: 5px 0;text-align: center;font-size: 16px;}
.t_navs .top .sub .l2 a{ display: block; color: #555;}
.t_navs .top .sub .l2 a:hover{ color: #4169e2;}
/*隐藏手机显示*/
.t_navs .menuph{ display: none;} 
.t_navs .xialaph{ display: none;}

@media screen and (max-width:1024px) {
.t_navs .top .right{min-width:auto;}
/*电脑端导航隐藏*/
.t_navs .menu{ display: none;}
/*手机端导航显示*/
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
/*手机端样式*/
.t_navs .top{ padding: 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4; background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
/*logo*/
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
/* 中英文切换 */
.t_navs .top .right .lang{padding: 19px 0;margin-right: 30px;}
.t_navs .top .right .lang .down{top: 40px;}
/*右侧三条杠*/
.t_navs .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 14px 0;}
.t_navs .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
.t_navs .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #4169e2;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after,
.t_navs .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #4169e2;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after { top: -11px;}
.t_navs .menuph .navbtn::before { top: 11px;}
.t_navs .menuph .point.active .navbtn{ background: transparent;}
.t_navs .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0;}
.t_navs .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
/*一级导航*/
.t_navs .xialaph{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; overflow: scroll; padding: 46px 15px 100px 15px; display: none; z-index:3; background:#fff;}
.t_navs .xialaph .ul1{float: left;width: 100%;position: relative;padding: 10px 0;}
.t_navs .xialaph .ul1::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph .ul1 li{float: left;width: 100%;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph h4 a{ float: left; width: 60%; color: #333333;line-height: 40px;font-size: 16px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #4169e2;}
.t_navs .xialaph h5 a{ float: left; width: 100%; color: #1f1f1f;line-height: 40px; text-transform: uppercase;font-size: 14px;}
.t_navs .xialaph h5{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 16px; cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: -25px; margin-right: 18px; cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
/* .t_navs .xialaph h4.active img.img_s,
.t_navs .xialaph h5.active img.img_s{ display: block;}
.t_navs .xialaph h4.active img.img_d,
.t_navs .xialaph h5.active img.img_d{ display: block;} */
.t_navs .xialaph h4.active img,
.t_navs .xialaph h5.active img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;width: 100%;}
.t_navs .xialaph .ul2 li{width: 100%;float: left;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px;  position: relative;width: 100%;float: left;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 35px; display: block;font-size: 14px;}
.t_navs .xialaph .ul3 li:hover a{color: #4169e2;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;float: left;width: 100%;}
/*二级三级导航箭头*/
.t_navs .img_d,
.t_navs .disno{ display: none;} 

/* 下拉列表电话 */
.t_navs .xialaph .numb {float: left;width: 100%;font-size: 18px;color: #eb6106;line-height: 24px;text-align: center;font-weight: bolder;margin-top: 16px;}
/* 下拉搜索 */
.t_navs .xialaph .inputbox{float: left;width: 100%;position: relative;border: 1px solid #eee;margin-top: 20px;}
.t_navs .xialaph .inputbox input{width: 100%;height: 36px;display: block;padding: 0 50px 0 12px;font-size: 14px;color: #333;}
.t_navs .xialaph .inputbox img{width: 26px;display: block;position: absolute;right: 12px;top: 50%;margin-top: -13px;cursor: pointer;}
}

.bottomnav{width: 100%;background: #e6e6e6;}
.bottomnav .infobox{width: 100%;padding:calc(10px + 0.2rem) 20%;display: flex;justify-content: space-between;align-items: flex-start;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.04rem);color: #000;}
.bottomnav .infobox .info{float: left;display: flex;}
.bottomnav .infobox .info .name{white-space: nowrap;}
.bottomnav .copyright{background: rgba(0,0,0,0.4);width: 100%;font-size: calc(12px + 0.02rem);line-height: calc(18px + 0.02rem);color: rgba(255,255,255,0.7);padding: calc(10px + 0.1rem) 15px;text-align: center;}
.bottomnav .copyright a{color: rgba(255,255,255,0.7);display: inline-block;}
.bottomnav .copyright a:hover{color: rgba(255,255,255,1);}
@media screen and (max-width:1600px) {
.bottomnav .infobox{padding:calc(10px + 0.2rem) 10%;}
}
@media screen and (max-width:1024px) {
.bottomnav .infobox{flex-wrap: wrap;}
.bottomnav .infobox .info{width: 100%;margin-bottom: 6px;}
.bottomnav .infobox .info:last-child{margin-bottom: 0;}
}
@media screen and (max-width:991px) {
.bottomnav{margin-bottom: 50px;}
}
@media screen and (max-width:767px) {
  .bottomnav .infobox{padding-left: 15px;padding-right: 15px;}
}
/*底导航漂浮*/
.b_navs .q_d_m{ float: left; width: 100%; height: 50px;}
.b_navs .pf_down{ width: 100%; float: left; position: fixed; left: 0; bottom: 0; height: 50px; background: #4169e2; z-index: 16; box-shadow: 0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{ width: 33.3%; float: left; text-align: center; padding: 7px 0 4px 0; border-right: 1px solid #fff;}
.b_navs .pf_down li .ico7{ width: 100%; float: left; height: 20px;}
.b_navs .pf_down li .d_name{ width: 100%; float: left; margin-top: 4px; font-size: 12px; color: #fff; line-height: 14px;}
.b_navs .pf_down li.l1 .ico7{ background: url(img/img4.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l2 .ico7{ background: url(img/img3.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l3 .ico7{ background: url(img/img2.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li:last-child{ border: none;}
.b_navs .pf_down li:nth-child(3n){ border: none;}


/* 公共标题 */
.pub_title{width: 100%;font-size: calc(16px + 0.1rem);line-height: calc(22px + 0.1rem);color:#002231;text-align: center;}
.hr{display: block;width: 100%;display: flex;align-items: center;justify-content: center;margin-top: calc(10px + 0.26rem);}
.hr span{display: block;width: 14px;height: 14px;border: 2px solid #4169e2;border-radius: 100%;position: relative;}
.hr i{display: inline-block;width: calc(67px + 1rem);height: 2px;background: #4169e2;}
/* .hr span::after{content: "";display: block;position: absolute;width: calc(67px + 1rem);height: 2px;background: #4169e2;left: 12px;bottom: 4px;} */
/* 返回顶部 */
.returntop{width: 40px;height: 40px;position: fixed;right: 10px;bottom: 10px;background: #4169e2;display: none;align-items: center;justify-content: center;cursor: pointer;}
.returntop img{display: block;width: 20px;}
.returntop:hover{background: #073de0;}
.returntop.active{display: flex;}
/* 首页 */
.sy_banner{width: 100%;margin-top: 120px;position:relative;}
.sy_banner .ul{width: 100%;}
.sy_banner .li{width: 100%;position: relative;overflow: hidden;}
.sy_banner .background{display: block;width: 100%;height: calc(100px + 4.48rem);}
.sy_banner .contbox{width: 100%;position: absolute;left: 0;top: 50%;
-webkit-transform: translate(0, -50%); 
-moz-transform: translate(0, -50%); 
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);}
.sy_banner .titbox{width: 100%;text-align: center;}
.sy_banner .titbox .tit1{display: block;width: 100%;font-size: calc(16px + 0.32rem);line-height: calc(22px + 0.32rem);color: #fff;font-weight: bold;
transition: All 0.8s ease-out;
-webkit-transition: All 0.8s ease-out;
-moz-transition: All 0.8s ease-out;
-o-transition: All 0.8s ease-out;
opacity: 0;
transform:translateX(-100%);}
.sy_banner .titbox .tit2{display: inline-block;min-width: 40%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.02rem);color: #fff;margin-top: calc(7px + 0.1rem);text-transform: uppercase;font-weight: bold;background: linear-gradient(to right,rgba(65,105,226,0),rgba(65,105,226,1),rgba(65,105,226,0));padding: 5px 10px;
transition: All 0.8s ease-out;
-webkit-transition: All 0.8s ease-out;
-moz-transition: All 0.8s ease-out;
-o-transition: All 0.8s ease-out;
opacity: 0;
transform:translateX(100%);}

.sy_banner .btnbox{width: 100%;margin-top: 1.06rem;display: flex;align-items: center;justify-content: center;}
.sy_banner .btnbox a{float: left;padding: 0 calc(18px + 0.2rem);font-size: 14px;line-height: 20px;color: #fff;height: calc(30px + 0.28rem);display: flex;align-items: center;white-space: nowrap;}
.sy_banner .btnbox .btn1{background: #4169e2;margin-right: 1rem;}
.sy_banner .btnbox .btn2{border: 2px solid #fff;}
.sy_banner .btnbox .btn1:hover{background: #1245e2;}
.sy_banner .btnbox .btn2:hover{background: #fff;color: #333;}
.sy_banner .slick-arrow{background: url(img/left.svg) center no-repeat;background-size: cover;width: calc(20px + 0.3rem);height: calc(20px + 0.3rem);opacity: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.sy_banner .slick-next{background: url(img/right.svg) center no-repeat;background-size: cover;}
.sy_banner .ul:hover .slick-arrow{opacity: 1;}
.sy_banner .slick-dots{width: 100%;position: absolute;left: 0;bottom: calc(10px + 0.3rem);display: flex;align-items: center;justify-content: center;}
.sy_banner .slick-dots li{float: left;width: 8px;height: 8px;border-radius: 100%;background:rgba(255,255,255,0.7);margin: 0 calc(5px + 0.05rem);position: relative;cursor: pointer;}
.sy_banner .slick-dots .slick-active{background: #fff;}
.sy_banner .slick-dots li::after{content: "";display: none;position: absolute;left: 50%;top: 50%;width: 14px;height: 14px;border: 1px solid #fff;border-radius: 100%;margin-left: -7px;margin-top: -7px;}
.sy_banner .slick-dots .slick-active::after{display: block;}
@keyframes titmove1{
  from{
    opacity: 0;
    transform:translateX(-100%);
  }
  to{
    opacity: 1;
    transform:translateX(0);
  }
}
@keyframes titmove2{
  from{
    opacity: 0;
    transform:translateX(100%);
  }
  to{
    opacity: 1;
    transform:translateX(0);
  }
}
/* .sy_banner .ul .animate-text{animation: titmove1 0.5s 1;} */
/* .sy_banner .slick-current .tit1{animation: titmove1 0.5s 1;}
.sy_banner .slick-current .tit2{animation: titmove2 0.5s 1;} */
.sy_banner .slick-current .tit1{opacity: 1;transform:translateX(0);}
.sy_banner .slick-current .tit2{opacity: 1;transform:translateX(0);}

.sy_banner .butbox{width:100%;display:flex;justify-content:center;margin-top:60px;}
.sy_banner .butbox .but{margin-right:90px;}
.sy_banner .butbox .but:last-child{margin-right:0}
.sy_banner .butbox a{display:block;font-size:16px;color:#fff;line-height:40px;padding:0 40px;background:rgba(65,106,226,0.6);}
.sy_banner .butbox a:hover{background:rgba(65,106,226,1);}







@media screen and (max-width:1024px) {
.sy_banner{margin-top: 50px;}
}
@media screen and (max-width:767px) {
    .sy_banner .butbox{margin-top:20px;}
.sy_banner .butbox .but{margin-right:20px;}
.sy_banner .butbox a{font-size:14px;line-height:34px;padding:0 20px;}



.sy_banner .titbox .tit1{font-size: 18px;line-height: 24px;}
.sy_banner .titbox .tit2{font-size: 12px;line-height: 18px;}
}
.sy_sect1{width: 100%;padding-top: calc(10px + 0.63rem);padding-bottom: calc(10px + 0.5rem);}
.sy_sect1 .list{width: 100%;margin-top:calc(10px + 0.5rem);}
.sy_sect1 .list::after{content: "";display: block;clear: both;}
.sy_sect1 .ul{float: left;width: calc(100% + 10px + 0.14rem);margin: calc(-5px - 0.07rem);display: flex;flex-wrap: wrap;}
.sy_sect1 .li{float: left;width: 33.33%;padding: calc(5px + 0.07rem);}
.sy_sect1 .li a{float: left;width: 100%;}
.sy_sect1 .li .ico{float: left;width: calc(34px + 0.3rem);position: relative;}
.sy_sect1 .li img{display: block;width: 100%;opacity: 0;}
.sy_sect1 .li svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.sy_sect1 .li .cont{float: left;width: calc(100% - 34px - 0.3rem);padding-left: calc(10px + 0.06rem);}
.sy_sect1 .li .tit{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(22px + 0.04rem);color: #002231;margin-bottom: calc(4px + 0.05rem);}
.sy_sect1 .li .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.04rem);color: #969fa3;}
@media screen and (max-width:767px) {
.sy_sect1 .li{width: 100%;}
}
.sy_sect2{width: 100%;padding-top: calc(10px + 0.5rem);padding-bottom: calc(10px + 0.5rem);background: rgba(240,244,246);}
.sy_sect2 ._video{width: 100%;text-align: center;}
.sy_sect2 iframe{width: 640px !important;height: 362px !important;}
.sy_sect2 ._video video{width:100%;object-fit: cover;height:362px!important;}
@media screen and (max-width:767px) {
.sy_sect2 iframe{width: 100% !important;height: auto !important;}
}
.sy_sect1-1{padding-top: calc(10px + 0.5rem);}
/* .sy_sect1-1 .li img{opacity: 1;} */
.sy_sect1-1 .list{margin-top: calc(10px + 0.4rem);}
.sy_sect1-1 .ul{width: calc(100% + 10px + 0.2rem);margin:calc(-10px - 0.2rem) calc(-5px - 0.1rem);}
.sy_sect1-1 .li{width: 50%;padding:calc(10px + 0.2rem) calc(5px + 0.1rem);}
@media screen and (max-width:767px) {
.sy_sect1-1 .li{width: 100%;}
}
.sy_sect4{width: 100%;padding-top: calc(10px + 0.4rem);padding-bottom: calc(10px + 0.4rem);background: url(img/sy_bg1.jpg) no-repeat;background-size: cover;}
.sy_sect4 .ul{width: 100%;display: flex;flex-wrap: wrap;}
.sy_sect4 .li{float: left;width: 25%;}
.sy_sect4 .li .ico{display: block;width:100%;margin-bottom: calc(10px + 0.14rem);position: relative;}
.sy_sect4 .li .ico img{display: block;height: calc(30px + 0.2rem);width: auto;margin: 0 auto;}
.sy_sect4 .li .ico svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.sy_sect4 .li .numb{display: block;width: 100%;font-size: calc(14px + 0.26rem);line-height: calc(20px + 0.26rem);color: #fff;font-weight: bold;padding-bottom: calc(12px + 0.14rem);position: relative;text-align: center;}
.sy_sect4 .li .numb::after{content: "";display: block;width: calc(60px + 0.78rem);height: 2px;background: #fff;position: absolute;left: 50%;bottom: 0;margin-left: calc(-30px - 0.39rem);}
.sy_sect4 .li .tit{display: block;width: 100%;font-size: calc(12px + 0.06rem);line-height: calc(18px + 0.06rem);color: #fff;text-align: center;margin-top: calc(10px + 0.1rem);}
@media screen and (max-width:767px) {
.sy_sect4 .ul{margin-bottom: -20px;}
.sy_sect4 .li{width: 50%;margin-bottom: 20px;}
}
.sy_sect5{width: 100%;padding-top: calc(10px + 0.4rem);padding-bottom: calc(10px + 0.14rem);}
.sy_sect5 .box{width: 100%;}
.sy_sect5 .box::after{content: "";display: block;clear: both;}
.sy_sect5 ._l{float: left;width: 52%;padding-right: 2%;}
.sy_sect5 .title{float: left;width: 100%;font-size: calc(16px + 0.1rem);line-height: calc(22px + 0.1rem);color: #002231;font-weight: bold;}
.sy_sect5 ._l .tit{float: left;width: 100%;font-size: calc(14px + 0.06rem);line-height: calc(20px + 0.06rem);color: #969fa3;font-weight: bold;margin-top: calc(10px + 0.26rem);}
.sy_sect5 ._l .text{float: left;width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.06rem);color: #969fa3;margin-top: calc(10px + 0.26rem);margin-bottom: calc(10px + 0.08rem);}
.sy_sect5 ._l .btn{float: left;font-size: 14px;line-height: calc(32px + 0.3rem);color: #fff;background: #4169e2;}
.sy_sect5 ._l .btn .more{float: left;padding: 0 calc(15px + 0.15rem);}
.sy_sect5 ._l .btn .ico{float: left;width: calc(30px + 0.28rem);height: calc(32px + 0.3rem);background: #073de0;position: relative;overflow: hidden;}
.sy_sect5 ._l .btn .ico img{display: block;height: calc(18px + 0.05rem);width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_sect5 ._l .btn .ico .i2{left: -150%;}
.sy_sect5 ._l .btn:hover .i1{left: 150%;}
.sy_sect5 ._l .btn:hover .i2{left: 50%;}
.sy_sect5 ._l .btn:hover{background: #073de0;}
.sy_sect5 ._r{float: left;width: 48%;}
.sy_sect5 ._r .ul{float: left;width: 100%;border-top: 1px solid #e7eaec;margin-top: calc(10px + 0.34rem);}
.sy_sect5 ._r .li{float: left;width: 100%;border-bottom: 1px solid #e7eaec;}
.sy_sect5 ._r .top{display: block;width: 100%;padding: calc(15px + 0.1rem) calc(10px + 0.34rem) calc(15px + 0.1rem) calc(40px + 0.29rem);font-size: 14px;line-height: 20px;color: #666;position: relative;cursor: pointer;}
.sy_sect5 ._r .top::after{content: "+";display: block;height: calc(20px + 0.08rem);width:calc(20px + 0.08rem);line-height: calc(18px + 0.08rem);text-align: center;background-color: #f0f4f6;font-size: 26px;font-weight: 700;color: #b1b6b8;border-radius: 100%;font-style: normal;position: absolute;top: 50%;left: calc(10px + 0.1rem);margin-top: calc(-10px - 0.04rem);}
.sy_sect5 ._r .down{width: 100%;padding: calc(10px + 0.1rem) calc(10px + 0.34rem) calc(10px + 0.13rem);font-size: 14px;line-height: 24px;color: #969fa3;display: none;}
.sy_sect5 ._r .li.on .top{background: #f0f4f6;color: #4169e2;}
.sy_sect5 ._r .li.on .top::after{content: "-";line-height: calc(14px + 0.08rem);}
.sy_sect5 ._r .top:hover{background: #f0f4f6;color: #4169e2;}
@media screen and (max-width:767px) {
.sy_sect5 ._l{width: 100%;}
.sy_sect5 ._r{width: 100%;margin-top: calc(10px + 0.4rem);}
}
.sy_sect6{width: 100%;background: #f0f4f6;padding: calc(10px + 0.2rem) 50px calc(10px + 0.3rem);}
.sy_sect6 .ul{width: 100%;margin-top: calc(10px + 0.2rem);}
.sy_sect6 .ul::after{content: "";display: block;clear: both;}
.sy_sect6 .ul .li{float: left;width: 33.33%;}
.sy_sect6 .ul a{float: left;width: 100%;}
.sy_sect6 .ul ._img{display: block;width: 100%;}
.sy_sect6 .ul ._img img{display: block;max-width: 100%;height: calc(100px + 1.14rem);width: auto;margin: 0 auto;object-fit: cover;}
.sy_sect6 .ul .tit{display: block;width: 100%;font-size: 14px;line-height: 20px;color: #000;text-align: center;padding: 13px 10px;}
.sy_sect6 .ul a:hover .tit{color: #4169e2;}
.sy_sect6 .btnbox{display: block;width: 100%;display: flex;justify-content: center;margin-top: calc(10px + 0.3rem);}
.sy_sect6 .btn{float: left;font-size: 14px;line-height: calc(32px + 0.3rem);color: #fff;background: #4169e2;display: flex;}
.sy_sect6 .btn .more{float: left;padding: 0 calc(15px + 0.15rem);}
.sy_sect6 .btn .ico{float: left;width: calc(30px + 0.28rem);height: calc(32px + 0.3rem);background: #073de0;position: relative;overflow: hidden;}
.sy_sect6 .btn .ico img{display: block;height: calc(18px + 0.05rem);width: auto;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_sect6 .btn .ico .i2{left: -150%;}
.sy_sect6 .btn:hover .i1{left: 150%;}
.sy_sect6 .btn:hover .i2{left: 50%;}
.sy_sect6 .btn:hover{background: #073de0;}
@media screen and (max-width:1024px) {
.sy_sect6{padding-left: 15px;padding-right: 15px;}
.sy_sect6 .ul ._img img{width: 96%;}
}
@media screen and (max-width:767px) {
.sy_sect6{padding: calc(10px + 0.5rem) 15px;}
.sy_sect6 .ul .li{width: 100%;}
.sy_sect6 .ul ._img img{width: 86%;height: auto;}
.sy_sect6 .ul .tit{width: 86%;margin: 0 auto;padding-left: 0;padding-right: 0;}
}

/* 关于 */
.ny_banner{display: block;width: 100%;height: calc(160px + 1rem);margin-top: 120px;display: flex;align-items: center;justify-content: center;}
.ny_banner .tit{display: block;width: 100%;font-size: calc(16px + 0.16rem);line-height: calc(22px + 0.16rem);color: #fff;text-align: center;}
@media screen and (max-width:1024px) {
.ny_banner{margin-top: 50px;}
}
.about_sect1{width: 100%;padding-top: calc(10px + 0.66rem);padding-bottom: calc(10px + 0.6rem);}
.about_sect1 .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.04rem);color: #969fa3;margin-top: calc(10px + 0.2rem);}

.about_sect2{width: 100%;background: #f0f4f6;padding-top: calc(10px + 0.55rem);padding-bottom: calc(10px + 0.5rem);}
.about_sect2 .ul{width: 100%;display: flex;flex-wrap: wrap;margin-top: calc(10px + 0.26rem);margin-bottom: calc(-10px - 0.46rem);}
.about_sect2 .ul .li{float: left;width: 25%;margin-bottom: calc(10px + 0.46rem);}
.about_sect2 .ul .ico{display: block;width: 100%;position: relative;}
.about_sect2 .ul .ico img{display: block;height: calc(20px + 0.8rem);width: auto;max-width: 100%;margin: 0 auto;opacity: 0;}
.about_sect2 .ul svg{width: 100%;height: 100%;position: absolute;left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.about_sect2 .ul .name{display: block;width: 100%;padding: 0 10px;font-size: calc(14px + 0.06rem);line-height: calc(20px + 0.06rem);color: #002231;margin-top: 0.4rem;text-align: center;}

.about_sect3{width: 100%;padding-top: calc(10px + 0.54rem);padding-bottom: calc(10px + 0.78rem);}
.about_sect3 .ul{width: 100%;}
.about_sect3 .li{width: 100%;display: flex;flex-wrap: wrap;padding: 0 2.08rem;justify-content: space-between;align-items: center;margin-bottom: calc(10px + 0.34rem);}
.about_sect3 .li:nth-child(2n){flex-direction: row-reverse;}
.about_sect3 .li:last-child{margin-bottom: 0;}
.about_sect3 .li .time{float: left;width: calc(80px + 1rem);height: calc(80px + 1rem);border-radius: 100%;overflow: hidden;border: 2px solid #f0f4f6;padding: calc(5px + 0.05rem);font-size: 0.18rem;line-height: 0.22rem;color: #fff;font-weight: bold;}
.about_sect3 .li .time .border{display: block;width: 100%;height: 100%;border-radius: 100%;background: #4169e2;display: flex;align-items: center;justify-content: center;}
.about_sect3 .li .cont{float: left;width: calc(100% - 90px - 1.16rem);font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.04rem);color: #969fa3;white-space: pre-wrap;}
@media screen and (max-width:1024px) {
.about_sect3 .li{padding: 0;}
}
@media screen and (max-width:767px) {
  .about_sect3 .li{align-items: flex-start;}
}
.about_sect4{width: 100%;background: #f0f4f6;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.7rem);}
.about_sect4 .pub_title{text-align: left;}
.about_sect4 .hr{justify-content: flex-start;}
.about_sect4 .hr i{width: calc(100% - 14px);}
.about_sect4 .box{width: 100%;display: flex;flex-wrap: wrap;}
.about_sect4 ._l{float: left;width: 49%;padding-right: 0.6rem;}
.about_sect4 ._l ._img{display: block;width: 100%;line-height: 0;margin-top: calc(10px + 0.78rem);}
.about_sect4 ._l img{display: block;width: 100%;}
.about_sect4 ._r{float: left;width: 51%;}
.about_sect4 ._r .ul{float: left;width: 100%;}
.about_sect4 ._r .li{float: left;width: 100%;margin-bottom: calc(10px + 0.32rem);}
.about_sect4 ._r .li:last-child{margin-bottom: 0;}
.about_sect4 ._r .ico{float: left;width: calc(40px + 0.24rem);padding-top: calc(10px + 0.04rem);position: relative;}
.about_sect4 ._r .ico img{display: block;width: 100%;opacity: 0;}
.about_sect4 ._r .ico svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.about_sect4 ._r .cont{float: left;width: calc(100% - 40px - 0.24rem);padding-left: calc(10px + 0.06rem);}
.about_sect4 ._r .tit{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(22px + 0.04rem);color: #002231;}
.about_sect4 ._r .text{float: left;width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.04rem);color: #969fa3;margin-top: calc(4px + 0.06rem);}
@media screen and (max-width:767px) {
.about_sect4 ._l{width: 100%;padding-right: 0;}
.about_sect4 ._r{width: 100%;margin-top: calc(10px + 0.32rem);}
}

/* 智慧分销 */
.zhfx_sect1{width: 100%;background: #f0f4f6;padding-top: calc(10px + 0.74rem);padding-bottom: calc(10px + 0.65rem);}
.zhfx_sect1 ._img{display: block;width: 100%;margin-top: 0.7rem;}
.zhfx_sect1 ._img img{width: 100%;max-width:625px;display: block;margin: 0 auto;}

.zhfx_sect2{width: 100%;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.5rem);}
.zhfx_sect2 .list{width: 100%;margin-top: calc(10px + 0.42rem);}
.zhfx_sect2 .list::after{content: "";display: block;clear: both;}
.zhfx_sect2 .ul{float: left;width: calc(100% + 10px);margin: calc(-5px - 0.25rem) -5px;display: flex;flex-wrap: wrap;}
.zhfx_sect2 .ul .li{float: left;width: 50%;padding: calc(5px + 0.25rem) 5px;}
.zhfx_sect2 .ul a{float: left;width: 100%;display:flex;justify-content:center;align-items:center;}
.zhfx_sect2 .ul .ico{float: left;width: calc(43px + 0.4rem);position: relative;}
.zhfx_sect2 .ul .ico img{display: block;height: calc(34px + 0.3rem);width: auto;opacity: 0;}
.zhfx_sect2 .ul .ico svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.zhfx_sect2 .ul .cont{float: left;width:160px;}
.zhfx_sect2 .ul .tit{float: left;width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(22px + 0.04rem);color: #002231;}
@media screen and (max-width:767px) {
.zhfx_sect2 .ul .li{width: 100%;}
.zhfx_sect2 .ul a{justify-content:flex-start;}
}
/* 质量 */
.quality_sect1{width: 100%;padding-top: calc(10px + 0.64rem);}
.quality_sect1 ._img{display: block;width: 100%;}
.quality_sect1 ._img img{display: block;width: 480px;margin: 0 auto;max-width: 100%;}
@media screen and (max-width:767px) {
.quality_sect1{padding-bottom: calc(10px + 0.64rem);}
}
.quality_sect2{width: 100%;background: rgba(240,244,246);padding-top: calc(10px + 0.5rem);}
.quality_sect2 .ul{width: 100%;margin-top: calc(10px + 0.52rem);display: flex;flex-wrap: wrap;}
.quality_sect2 .li{float: left;width: 50%;height: calc(200px + 2.36rem);padding: calc(10px + 0.1rem);overflow: hidden;}
.quality_sect2 .ul .cont{display: block;width: 100%;height: 100%;border: 1px solid #fff;font-size: calc(14px + 0.06rem);line-height: calc(22px + 0.06rem);color: #fff;text-align: center;padding: calc(10px + 0.1rem);display: flex;align-items: center;justify-content: center;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.quality_sect2 .li:hover .cont{-webkit-transform: scale(1.02); -moz-transform: scale(1.02);transform: scale(1.02);}

.pub_titbox{width: 100%;padding-top: calc(10px + 0.5rem);padding-bottom: calc(10px + 0.52rem);background: rgba(240,244,246);}

.quality_sect3{width: 100%;padding-top: calc(10px + 0.5rem);padding-bottom: calc(10px + 0.66rem);}
.quality_sect3 .list{width: 100%;margin-top: 0.96rem;}
.quality_sect3 .list::after{content: "";display: block;clear: both;}
.quality_sect3 .ul{float: left;width: calc(100% + 10px + 0.7rem);margin: calc(-5px - 0.35rem);display: flex;flex-wrap: wrap;}
.quality_sect3 .ul .li{float: left;width: 33.33%;padding: calc(5px + 0.35rem);}
.quality_sect3 .ul a{float: left;width: 100%;}
.quality_sect3 .ul .ico{display: block;width: 100%;line-height: 0;position: relative;}
.quality_sect3 .ul .ico img{display: block;width: calc(40px + 0.6rem);margin: 0 auto;opacity: 0;}
.quality_sect3 .ul .ico svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.quality_sect3 .ul .cont{width: 100%;margin-top: calc(10px + 0.22rem);}
.quality_sect3 .ul .tit{width: 100%;font-size: calc(16px + 0.04rem);line-height: calc(22px + 0.04rem);color: #002231;text-align: center;}
.quality_sect3 .ul .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.06rem);color: #969fa3;margin-top: calc(4px + 0.06rem);text-align: center;}
.quality_sect3 .ul a:hover .tit{color: #4169e2;}
@media screen and (max-width:767px) {
.quality_sect3 .ul .li{width: 100%;}
}
.quality_sect4{width: 100%;padding-bottom: 0.24rem;}
.quality_sect4 .b_ul{width: 100%;}
.quality_sect4 .b_li{width: 100%;height: calc(300px + 1rem);display: flex;align-items: center;justify-content: center;position: relative;}
.quality_sect4 .b_li::after{content: "";display: block;position: absolute;width: 100%;height: 100%;background: #4169e2;opacity: 0.6;left: 0;top: 0;z-index: 1;}
.quality_sect4 .text{width: 100%;font-size: calc(14px + 0.06rem);line-height: calc(20px + 0.06rem);color: #fff;text-align: center;width: 640px;max-width: 100%;position: relative;z-index: 5;}
.quality_sect4 .list2{width: 100%;position: relative;z-index: 5;display: flex;flex-wrap: wrap;justify-content: center;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%); 
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);}
.quality_sect4 .s_ul{float: left;width: calc(100% + 10px + 0.66rem);margin: calc(-5px - 0.33rem);max-width: 510px;}
.quality_sect4 .s_li{float: left;width: 33.33%;padding: calc(5px + 0.33rem);}
.quality_sect4 .s_li ._img{display: block;width: 100%;border-radius: 100%;overflow: hidden;border: 4px solid #fff;position: relative;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.quality_sect4 .s_li img{display:block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.quality_sect4 .s_li ._img:hover{-webkit-transform: scale(1.5); -moz-transform: scale(1.5);transform: scale(1.5);}
.quality_sect4 .s_ul .slick-current ._img{-webkit-transform: scale(1.5); -moz-transform: scale(1.5);transform: scale(1.5);}
@media screen and (max-width:1024px){
.quality_sect4 .s_ul .slick-current ._img{-webkit-transform: scale(1.2); -moz-transform: scale(1.2);transform: scale(1.2);}
}
@media screen and (max-width:767px) {
.quality_sect4 .s_ul{max-width:80%}
}
/* 鑫科人 */
.hr-1{margin-top: calc(10px + 0.1rem);}
.xkr_sect1{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.06rem);color: rgba(0,0,0);padding-top: calc(10px + 0.63rem);padding-bottom: calc(10px + 0.27rem);}
.xkr_sect2{width: 100%;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.2rem);background: #f0f4f6;}
.xkr_sect2 .cont{width: 100%;margin-top: calc(10px + 0.22rem);font-size: calc(14px + 0.02rem);line-height: calc(24px + 0.02rem);color: rgba(0,0,0,0.63);}
@media screen and (max-width:767px) {
.xkr_sect1{padding-bottom: calc(10px + 0.63rem);}
}
.xkr_sect3{width: 100%;padding-top: calc(10px + 0.3rem);padding-bottom: 1.06rem;}
.xkr_sect3 .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.06rem);color: rgba(0,0,0,0.63);text-align: center;margin-top: calc(10px + 0.2rem);}
.xkr_sect3 ._img{display: block;width: 100%;margin-top: calc(10px + 0.3rem);}
.xkr_sect3 ._img img{display: block;max-width: 100%;margin: 0 auto;}

.xkr_sect3-1{background: #f0f4f6;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.2rem);}

.xkr_sect5{width: 100%;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.2rem);}
.xkr_sect5 .box{width: 100%;display: flex;margin-top: calc(10px + 0.36rem);}
.xkr_sect5 .select{float: left;padding-right: calc(10px + 0.16rem);margin-right: calc(10px + 0.26rem);border-right: 3px solid #f0f4f6;}
.xkr_sect5 .select .opt{display: block;font-size: 12px;line-height: 16px;color: #636d71;white-space: nowrap;margin-bottom: 5px;letter-spacing: 2px;cursor: pointer;}
.xkr_sect5 .select .opt.on .border{border-color: #4169e2;}
.xkr_sect5 .select .border{display: inline-block;border-top: 3px solid transparent;border-bottom: 3px solid transparent;padding: 9px 0;}
.xkr_sect5 .contlist{float: left;width: 100%;}
.xkr_sect5 .contbox{width: 100%;background: rgba(248,248,248);padding: calc(10px + 0.1rem) calc(10px + 0.3rem) calc(10px + 0.15rem);}
.xkr_sect5 .contbox p{margin-bottom: calc(10px + 0.05rem);}
.xkr_sect5 .contbox .cont{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.06rem);color: #969fa3;}
.xkr_sect5 .contbox .btn{width: 100%;margin-top: calc(10px + 0.2rem);}
.xkr_sect5 .contbox .btn a{display: inline-block;font-size: 14px;line-height: calc(30px + 0.28rem);color: #fff;background: #4169e2;padding: 0 calc(18px + 0.2rem);}
.xkr_sect5 .contbox .btn a:hover{background: #073de0;}
@media screen and (max-width:767px) {
.xkr_sect5{display: none;}
}
.xkr_sect5-1 .select .opt{text-align: right;}
.xkr_sect5-1 .imglist{width: 100%;}
.xkr_sect5-1 .overbox{width: 100%;max-height: 484px;padding-bottom: calc(20px + 0.24rem);overflow: auto;padding-right: 10px;}
.xkr_sect5-1 .overbox::-webkit-scrollbar{width: 4px;background: rgba(241,241,241);}
.xkr_sect5-1 .overbox::-webkit-scrollbar-thumb{background: rgba(193,193,193);}
.xkr_sect5-1 .imgbox{width: 100%;column-count: 2;column-gap: 10px;}
.xkr_sect5-1 ._img{width: 100%;margin-bottom: 10px;}
.xkr_sect5-1 ._img img{display: block;width: 100%;}

.xkr_sect6{width: 100%;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.2rem);background: #f0f4f6;}
.xkr_sect6 .list{width: 100%;margin-top: calc(10px + 0.3rem);display: flex;flex-wrap: wrap;}
.xkr_sect6 .ul{float: left;width: calc(100% + 10px);margin: -5px;}
.xkr_sect6 .ul .li{float: left;width: 25%;padding: 5px;}
.xkr_sect6 .ul .la{float: left;width:100%; position: relative; background: #000}
.xkr_sect6 .ul .la ._img{display: block;width: 100%;padding-bottom: 75%; position: relative; overflow: hidden;}
.xkr_sect6 .ul .la ._img img{display: block; width: 100%; position: absolute; left:0; top:0; height: 100%;object-fit: cover; opacity: 0.6;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;
transition: -webkit-transform 2s;}
.xkr_sect6 .ul .la:hover ._img img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);transform:scale(1.1); opacity: 0.8;}
.xkr_sect6 .ul .la .cont{float: left; width: 100%;  font-size: calc(14px + 0.04rem); line-height:calc(20px + 0.04rem); color:#fff; position: absolute; left: 0; top: 50%; transform: translate(0%,-50%);-ms-transform: translate(0%,-50%); text-align: center; padding:10% 12%; }
.xkr_sect6 .ul .la .cont .p{ margin-top:18px; font-size: calc(12px + 0.03rem);line-height:calc(14px + 0.1rem); min-height:calc(42px + 0.3rem); }


.xkr5_ph{width: 100%;padding-top: calc(10px + 0.1rem);padding-bottom: calc(10px + 0.1rem);display: none !important;}
.xkr5_ph .ul{width: 100%;margin-top: 20px;}
.xkr5_ph .li{width: 100%;position: relative;margin-bottom: 10px;}
.xkr5_ph .li:last-child{margin-bottom: 0;}
.xkr5_ph .top{width: 100%;font-size: 14px;line-height: 18px;color: #666;padding: 13px 20px;border: 1px solid #eeeeee;}
.xkr5_ph .down{width: 100%;margin-top: 10px;display: none;}
.xkr5_ph li:first-child .down{display:block;}
.xkr5_ph .down .contbox{background: rgba(248,248,248);padding: calc(10px + 0.1rem) calc(10px + 0.3rem) calc(10px + 0.15rem);}
.xkr5_ph .down p{margin-bottom: calc(10px + 0.05rem);}
.xkr5_ph .down .cont{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.06rem);color: #969fa3;}
.xkr5_ph .down .btn{width: 100%;margin-top: calc(10px + 0.2rem);}
.xkr5_ph .down .btn a{display: inline-block;font-size: 14px;line-height: calc(30px + 0.28rem);color: #fff;background: #4169e2;padding: 0 calc(18px + 0.2rem);}
.xkr5_ph .down .btn a:hover{background: #073de0;}
.xkr5_ph .down .imgbox{width: 100%;max-height: 440px;overflow: auto;}
.xkr5_ph .down .imgbox::-webkit-scrollbar{ display: none;}
.xkr5_ph .down ._img{display: block;width: 100%;margin-bottom: 10px;}
.xkr5_ph .down ._img img{display: block;width: 100%;}
.xkr5_ph .down ._img:last-child{margin-bottom: 0;}
@media screen and (max-width:767px) {
.xkr5_ph{display: block !important;}
.xkr_sect6 .ul .la .cont .p{ margin-top:10px;line-height:calc(16px + 0.1rem); min-height:calc(32px + 0.2rem);}
}
/* 联系我们 */
.call_sect1{width: 100%;padding-top: 1.02rem;}
.call_sect1 .hr i{width: 5.07rem;}
.call_sect1 .ul{width: 100%;margin-top: 1rem;}
.call_sect1 .ul .li{width: 100%;display: flex;flex-wrap: wrap;align-items: center;background: #4185e2;}
.call_sect1 .ul .li:nth-child(2n){flex-direction: row-reverse;}
.call_sect1 .ul .cont{float: left;width: 50%;padding: calc(10px + 0.3rem) calc(10px + 0.7rem);}
.call_sect1 .ul .tit{width: 100%;font-size: calc(16px + 0.06rem);line-height: calc(22px + 0.06rem);color: #fff;margin-bottom: calc(4px + 0.06rem);}
.call_sect1 .ul .text{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(22px + 0.04rem);color: #fff;font-weight: 100;}
.call_sect1 .ul ._img{float: left;width: 50%;}
.call_sect1 .ul ._img img{display: block;width: 100%;height: 259px;object-fit: cover;}
@media screen and (max-width:767px) {
.call_sect1 .ul .cont{width: 100%;}
.call_sect1 .ul ._img{width: 100%;}
}
.call_sect2{width: 100%;padding-top: calc(10px + 0.7rem);padding-bottom: calc(10px + 0.9rem);}
.call_sect2 .pub_title{text-align: left;}
.call_sect2 .hr{justify-content: flex-start;}
.call_sect2 .box{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.call_sect2 ._l{float: left;width: 63.33%;padding-top: calc(10px + 0.2rem);}
.call_sect2 ._l .hr i{width: 4.17rem;max-width: 100%;}
.call_sect2 ._l .tip{width: 100%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.02rem);color: #002231;margin-top: 0.64rem;}
.call_sect2 ._l .form{width: 100%;margin-top: calc(10px + 0.16rem);display: flex;justify-content: space-between;flex-wrap: wrap;}
.call_sect2 ._l .lab{float: left;width: 47.9%;position: relative;margin-bottom: calc(10px + 0.22rem);}
.call_sect2 ._l .text{width: 100%;height: calc(38px + 0.2rem);border: 1px solid #dadee1;padding: calc(4px + 0.06rem) 15px;color: #a8b2ba;font-style: italic;font-size: 15px;line-height: 21px;}
.call_sect2 ._l .text::-webkit-input-placeholder{opacity: 0.4;}
.call_sect2 ._l .text::-moz-placeholder{opacity: 0.4;}
.call_sect2 ._l .text::-ms-input-placeholder{opacity: 0.4;}
.call_sect2 ._l .lab2{width: 100%;}
.call_sect2 ._l .textarea{height: calc(100px + 0.76rem);}
.call_sect2 ._l .btnbox{float: left;width: 100%;position: relative;padding-bottom: 24px;}
.call_sect2 ._l .submit{width: 100%;font-size: 14px;color: #fff;height: calc(38px + 0.2rem);background: #4169e2;position: relative;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.call_sect2 ._l .btnbox::after{content: "";display: block;width: 100%;height: 10px;position: absolute;left: 0;bottom: 0;background: #4169e2;-webkit-transform: rotateX(-88deg);
-khtml-transform: rotateX(-88deg);
-moz-transform: rotateX(-88deg);
-ms-transform: rotateX(-88deg);
-o-transform: rotateX(-88deg);
transform: rotateX(-88deg);
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.call_sect2 ._l .btnbox:hover .submit{transform: rotatex(25deg);}
.call_sect2 ._l .btnbox:hover::after{-webkit-transform: rotateX(-44deg);
-khtml-transform: rotateX(-44deg);
-moz-transform: rotateX(-44deg);
-ms-transform: rotateX(-44deg);
-o-transform: rotateX(-44deg);
transform: rotateX(-44deg);}
.call_sect2 ._l .ico{display: block;width: calc(12px + 0.1rem);position: absolute;right: 15px;top: 50%;
-webkit-transform: translate(0, -50%); 
-moz-transform: translate(0, -50%); 
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%)}
.call_sect2 ._l .lab2 .ico{top: 16%;}
.call_sect2 ._r{float: left;width: 32.82%;padding: calc(10px + 0.2rem) calc(10px + 0.3rem);background: #f0f4f6;}
.call_sect2 ._r .ewm{width: 100%;margin-top: calc(10px + 0.22rem);}
.call_sect2 ._r img{display: block;max-width: 100%;width: 50%;}
@media screen and (max-width:767px) {
.call_sect2{padding-bottom: 20px;}
.call_sect2 ._l{width: 100%;padding-top: 0;}
.call_sect2 ._r{width: 100%;}
.call_sect2 ._l .btnbox{padding-bottom: 20px;}
.call_sect2 ._l .btnbox::after{display: none;}
.call_sect2 ._l .lab{width: 100%;}
}

/* 服务 */
.serv_sect1{width: 100%;padding-top: calc(10px + 0.82rem);padding-bottom: calc(10px + 0.85rem);}
.serv_sect1 .select{width: 100%;display:flex;align-items: center;justify-content: center;border-bottom: 3px solid #f0f4f6;}
.serv_sect1 .select .opt{float: left;margin-right: calc(10px + 0.54rem);font-size: 12px;line-height: 18px;color: #636d71;padding-bottom: calc(10px + 0.06rem);position: relative;cursor: pointer;white-space: nowrap;}
.serv_sect1 .select .opt::after{content: "";display: block;width: 100%;height: 3px;background: #4169e2;position: absolute;left: 0;bottom: 0;display: none;}
.serv_sect1 .select .opt:hover{color: #4169e2;}
.serv_sect1 .select .opt:hover::after{display: block;}
.serv_sect1 .select .opt.on{color: #4169e2;}
.serv_sect1 .select .opt.on::after{display: block;}
.serv_sect1 .select .opt:last-child{margin-right: 0;}
.serv_sect1 .listbox{width: 100%;border-bottom: 3px solid #f0f4f6;margin-bottom: calc(10px + 0.2rem);}
.serv_sect1 .contbox{width: 100%;border-right: 1px solid #ededed;}
.serv_sect1 .contbox .cont{width: 100%;display: flex;font-size: calc(12px + 0.03rem);line-height:calc(20px + 0.11rem);border-bottom: 1px solid #ededed;}
.serv_sect1 .contbox .tit{float: left;width: 19.7%;background: #4169e2;padding: calc(10px + 0.05rem) calc(15px + 0.1rem);color: #fff;display: flex;align-items: center;}
.serv_sect1 .contbox .text{float: left;width: 79.3%;padding: calc(10px + 0.05rem) calc(15px + 0.1rem);color: #969fa3;}
.serv_sect1 .btnbox{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.serv_sect1 .btnbox .btn{float: left;font-size: 12px;line-height: 18px;color: #636d71;cursor: pointer;}
.serv_sect1 .btnbox .slide-prev{padding-left:17px;background: url(img/left2.svg) center left no-repeat;background-size: 16px 16px;}
.serv_sect1 .btnbox .slide-next{padding-right:17px;background: url(img/right2.svg) center right no-repeat;background-size: 16px 16px;}
.serv_sect1 .table{width: 100%;}

.serv_sect1-1{padding-top: calc(10px + 0.5rem);padding-bottom: calc(10px + 0.2rem);}
.serv_sect1-1 .pub_title{font-size: calc(16px + 0.2rem);line-height: calc(22px + 0.2rem);font-weight: bolder;}
.serv_sect1-1 .select{margin-top: calc(10px + 0.6rem);}

.serv_sect1-2{padding-top: calc(10px + 0.3rem);padding-bottom: calc(10px + 0.77rem);}
.serv_sect1-2 .pub_title{font-size: calc(16px + 0.2rem);line-height: calc(22px + 0.2rem);font-weight: bolder;}
.serv_sect1-2 .select{margin-top: calc(10px + 0.6rem);}

._Table{ color:#666666;font-size: calc(13px + 0.02rem); line-height: calc(19px + 0.02rem);color: #807b7b;}
._Table tr{border-bottom: 1px solid #ededed;}
._Table td{width: 20%;padding:calc(7px + 0.06rem) calc(10px + 0.1rem);border:1px solid #ededed;}
@media screen and (max-width:767px) {
.serv_sect1 .table{max-width: 100%;overflow: auto;}
.serv_sect1 .table::-webkit-scrollbar{ display: none;}
._Table{width: 1024px;}
.serv_sect1 .select{max-width: 100%;overflow: auto;justify-content: flex-start;}
.serv_sect1 .select::-webkit-scrollbar{ display: none;}
.serv_sect1 .contbox .tit{writing-mode: vertical-rl;text-align: center;width: auto;justify-content: center;letter-spacing: 2px;}
.serv_sect1 .contbox .text{width: 100%;}
}

.serv_sect2{width: 100%;}
.serv_sect2 .ul{width: 100%;}
.serv_sect2 .li{width: 100%;display: flex;flex-wrap: wrap;background: rgba(240,244,246);}
.serv_sect2 .li:nth-child(2n){flex-direction: row-reverse;}
.serv_sect2 .cont{float: left;width: 50%;padding: calc(10px + 0.3rem) calc(10px + 0.4rem);background: #f9f9f9;}
.serv_sect2 .tit{float: left;width: 100%;font-size: calc(16px + 0.1rem);line-height: calc(22px + 0.1rem);color:#002231;}
.serv_sect2 .ul2{float: left;width: 100%;margin-top: calc(10px + 0.34rem);margin-bottom: calc(-6px - 0.04rem);display: flex;flex-wrap: wrap;}
.serv_sect2 .ul2 .li2{float: left;width: 50%;font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.02rem);color: #969fa3;padding-left: calc(20px + 0.05rem);position: relative;margin-bottom: calc(6px + 0.04rem);}
.serv_sect2 .li2::after{content: "";display: block;position: absolute;width: calc(8px + 0.04rem);height: calc(8px + 0.04rem);background: #4169e2;left: 0;top: 6px;}
.serv_sect2 ._img{float: left;width: 50%;position: relative;}
.serv_sect2 ._img img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
@media screen and (max-width:1024px) {
.serv_sect2 .cont{width: 100%;}
.serv_sect2 ._img{width: 100%;}
.serv_sect2 ._img img{position: static;height: 200px;}
}
@media screen and (max-width:767px) {
/* .serv_sect2 .ul2 .li2{width: 100%;} */
.serv_sect2 .ul2 .li2:nth-child(2n+1){padding-right: 10px;}
}
.pub_title.pt2{font-size: calc(16px + 0.16rem);line-height: calc(22px + 0.16rem);font-weight: bold;}
.serv_sect4{width: 100%;padding-top: calc(10px + 0.5rem);padding-bottom: calc(10px + 0.75rem);background: #f0f4f6;}
.serv_sect4 .list{width: 100%;margin-top: calc(10px + 0.26rem);display: flex;flex-wrap: wrap;}
.serv_sect4 .ul{float: left;width: calc(100% + 10px + 0.1rem);margin: calc(-5px - 0.05rem);}
.serv_sect4 .li{float: left;width: 20%;padding: calc(5px + 0.05rem);}
.serv_sect4 .ico{display: block;width: 100%;position: relative;}
.serv_sect4 .ico img{display: block;height: calc(30px + 0.72rem);width:auto;margin: 0 auto;opacity: 0;}
.serv_sect4 .ico svg{width: 100%;height: 100%;position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
.serv_sect4 .li .name{display: block;width: 100%;font-size: calc(12px + 0.08rem);line-height: calc(18px + 0.08rem);color: #002231;text-align: center;margin-top: calc(10px + 0.23rem);}
.serv_sect4 .btn{width: 100%;display: flex;align-items: center;justify-content:center;margin-top: calc(10px + 0.68rem);}
.serv_sect4 .btn a{float: left;font-size: 14px;color: #fff;line-height: calc(38px + 0.2rem);padding:0 calc(18px + 0.2rem);background: #4169e2;display: flex;align-items: center;}
.serv_sect4 .btn a i{display: inline-block;width: 12px;height: 12px;margin-right: 10px;}
.serv_sect4 .btn a:hover{background: #073de0;}
@media screen and (max-width:767px) {
.serv_sect4 .li{width: 33.33%;}
.serv_sect4 .slick-dots{width: 100%;display:flex;align-items: center;justify-content: center;margin-top: 10px;}
.serv_sect4 .slick-dots li{float: left;width: 8px;height: 8px;border-radius: 100%;background: #4169e2;opacity: 0.4;margin: 0 5px;}
.serv_sect4 .slick-dots .slick-active{opacity: 1;}
}
.serv_sect5{width: 100%;padding-top: calc(10px + 0.26rem);padding-bottom: calc(10px + 0.16rem);}
.serv_sect5 .form{width: 100%;margin-top: calc(10px + 0.26rem);display: flex;justify-content: space-between;flex-wrap: wrap;}
.serv_sect5 .lab{float: left;width: 47.9%;position: relative;margin-bottom: calc(10px + 0.1rem);}
.serv_sect5 .text{width: 100%;height: calc(38px + 0.2rem);border: 1px solid #dadee1;padding: calc(4px + 0.06rem) 15px;color: #a8b2ba;font-style: italic;font-size: 15px;line-height: 21px;}
.serv_sect5 .text::-webkit-input-placeholder{opacity: 0.4;}
.serv_sect5 .text::-moz-placeholder{opacity: 0.4;}
.serv_sect5 .text::-ms-input-placeholder{opacity: 0.4;}
.serv_sect5 .lab2{width: 100%;}
.serv_sect5 .textarea{height: calc(100px + 0.76rem);}
.serv_sect5 .submit{width: 100%;font-size: 14px;color: #fff;height: calc(38px + 0.2rem);background: #4169e2;position: relative;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.serv_sect5 .submit:hover{background: #073de0;}
.serv_sect5 .ico{display: block;width: calc(12px + 0.1rem);position: absolute;right: 15px;top: 50%;
-webkit-transform: translate(0, -50%); 
-moz-transform: translate(0, -50%); 
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%)}
.serv_sect5 .lab2 .ico{top: 16%;}
@media screen and (max-width:767px) {
.serv_sect5 .lab{width: 100%;}
}

.dytw_section {font-size: 16px;color: #333;line-height: 30px;}
@media screen and (max-width:1024px) {
.dytw_section {font-size: 14px;line-height: 24px;}
}


/*新闻*/
.xw_section{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.xw_section .content{width: 100%;margin-top: 30px;margin-bottom: 30px;}
.xw_section ul{margin: -12px;overflow: hidden;width: calc(100% + 24px);}
.xw_section li{width: 33.3333%;float: left;padding: 12px;}
.xw_section li a{display: block;width: 100%;}
.xw_section li a .pic{ width: 100%; padding-bottom: 56.85%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section li a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section li a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xw_section li a .wordsbox{width: 100%;padding-top: 16px;}
.xw_section li a .bt{font-size: 14px;color: #333;line-height: 20px;min-height: 20px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section li a:hover .bt{color: #4169e2;}
@media screen and (max-width:1024px) {
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section .content{margin-top: 14px;margin-bottom: 20px;}
.xw_section ul{margin: -6px;width: calc(100% + 12px);}
.xw_section li{width: 100%;padding: 6px;}
.xw_section li a{display: block;width: 100%;}
.xw_section li a .wordsbox{padding-top: 12px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .pcpage{width: 100%;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;font-size: 14px;color: #333;line-height: 34px;width: 36px;border: 1px solid #eee;text-align: center;margin: 0 6px;}
.page_section .pcpage a.a1{width: 80px;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #4169e2;color: #fff;border-color: #4169e2;}
@media screen and (max-width:1024px) {
.page_section .wappage{width: 100%;display: flex!important;justify-content: center;align-items: center;}
.page_section .wappage a{display: block;font-size: 14px;color: #fff;line-height: 30px;text-align: center;width: 80px;border-radius: 15px;background: #4169e2;}
.page_section .wappage span{display: block;font-size: 16px;color: #333;line-height: 30px;margin: 0 20px;}
}

.xwxq_section{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.xwxq_section .content{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.xwxq_section .left{width: 74.36%;padding-right: 60px;}
.xwxq_section .left .btbox{width: 100%;margin-bottom: 36px;display: flex;align-items: center;justify-content: space-between;position: relative;}
.xwxq_section .left .btbox::after{content: "";display: block;width: calc(100% - 80px);height: 1px;background: #e7eaec;position: absolute;right: 0;bottom: 0;}
.xwxq_section .left .datebox{width: 60px;}
.xwxq_section .left .date1{width: 100%;font-size: 18px;color: #636d71;line-height: 33px;background: #E7EAEC;text-align: center;}
.xwxq_section .left .date2{width: 100%;font-size: 18px;color: #fff;line-height: 36px;background: #4169e2;text-align: center;}
.xwxq_section .left .date3{width: 100%;font-size: 12px;color: #fff;line-height: 22px;background: #001822;text-align: center;}
.xwxq_section .left .wordsbox{width: calc(100% - 80px);}
.xwxq_section .left .title{font-size: 22px;color: #333;line-height: 30px;}
.xwxq_section .left .cons{font-size: 15px;color: #969fa3;line-height: 26px;}
.xwxq_section .right{width: 25.64%;}
.xwxq_section .right .ss_box{width: 100%;position: relative;margin-bottom: 30px;}
.xwxq_section .right .ss_box input{width: 100%;height: 50px;display: block;font-size: 14px;color: #002231;background: #e7eaec;padding: 0 50px 0 12px;}
.xwxq_section .right .ss_box input::-webkit-input-placeholder{font-size: 14px;color: #555;}
.xwxq_section .right .ss_box input::-moz-placeholder{font-size: 14px;color: #555;}
.xwxq_section .right .ss_box input::moz-placeholder{font-size: 14px;color: #555;}
.xwxq_section .right .ss_box input:-ms-input-placeholder{font-size: 14px;color: #555;}
.xwxq_section .right .ss_box .ico{width: 20px;display: block;cursor: pointer;position: absolute;right: 12px;top: 50%;transform: translate(0,-50%);}
.xwxq_section .right .ss_box .ico:hover{opacity: 0.8;}
.xwxq_section .right ul{width: 100%;}
.xwxq_section .right li{width: 100%;margin-bottom: 12px;}
.xwxq_section .right li:last-child{margin-bottom: 0;}
.xwxq_section .right li a{display: block;width: 100%;}
.xwxq_section .right li a .pic{ width: 100%; padding-bottom: 56.85%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwxq_section .right li a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xwxq_section .right li a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xwxq_section .right li a .wordsbox{width: 100%;padding-top: 16px;}
.xwxq_section .right li a .bt{font-size: 14px;color: #333;line-height: 20px;min-height: 20px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section .right li a:hover .bt{color: #4169e2;}
@media screen and (max-width:1024px) {
.xwxq_section{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section .content{display: block;}
.xwxq_section .left{width: 100%;padding-right: 0;}
.xwxq_section .left .btbox{margin-bottom: 12px;align-items: flex-start;}
.xwxq_section .left .btbox::after{width: calc(100% - 64px);}
.xwxq_section .left .datebox{width: 50px;}
.xwxq_section .left .date1{font-size: 18px;line-height: 33px;}
.xwxq_section .left .date2{font-size: 18px;line-height: 36px;}
.xwxq_section .left .date3{font-size: 12px;line-height: 22px;}
.xwxq_section .left .wordsbox{width: calc(100% - 64px);padding-bottom: 12px;}
.xwxq_section .left .title{font-size: 16px;line-height: 24px;}
.xwxq_section .left .cons{font-size: 14px;line-height: 24px;}
.xwxq_section .right{display: none;}
}