
img{max-width:100%;}


/*主体宽度*/
.w_1560{ max-width:1560px; margin-right: auto; margin-left: auto;}
.w_1400{ max-width:1400px; margin-right: auto; margin-left: auto;}
/*两边距离*/
.w_width{padding-left: 80px;padding-right: 80px;}
@media  screen and (max-width: 1040px){
.w_width{padding-left: 15px;padding-right: 15px;}
}
/*顶部导航*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 98;background: #fff;box-shadow:0px 12px 8px -12px rgba(195,195,195,0.3);}
.t_navs{ width: 100%;}
.t_navs::after{content: "";display: block;clear: both;}
/*正常屏幕显示*/
.t_navs .top{ width: 100%; float: left; position: relative;}
/*logo*/
.t_navs .top .logo{ margin: 20px 0; line-height: 0; float: left;}
.t_navs .top .logo img{ width: auto; height: 52px;}
/*一级导航*/
.t_navs .top .right{ float: right;}
.t_navs .top .right .menu{float: left;}
.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: #333333; position: relative;padding:  25px 15px;font-size: 18px;line-height: 50px;}
/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a,.t_navs .top .menu .nli:hover span a{ color: #e65400;}
/*二级导航*/
.t_navs .top .sub{padding-top: 24px;padding-bottom: 24px;display: none; position: absolute; width: 774px;top:100%; left: -30px; z-index: 4;background: #ffffff;box-shadow: 0 0 20px rgba(170,170,170,0.23);}
.t_navs .top .sub .ubox{width: 100%;overflow: hidden;position: relative;}
.t_navs .top .sub .ubox::after{content: "";display: block;width: 1px;height: 100%;background: #dddddd;position: absolute; top: 0;left: 192px;z-index: 1;}
.t_navs .top .sub .u2{padding-bottom: 100px;width: 192px;padding-left: 46px;padding-top: 10px;float: left;position: relative;z-index: 2;}
.t_navs .top .sub .l2{width: 100%;margin-bottom: 36px;position: relative;padding-right: 20px;}
.t_navs .top .sub .l2::after{content: "";display: block;width: 3px;height: 100%;background: #e65400;position: absolute;left: calc(100% - 1px);top: 0;opacity: 0;
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 .top .sub .l2:hover::after,
.t_navs .top .sub .l2.on::after{opacity: 1;}
.t_navs .top .sub .l2:last-child{margin-bottom: 0;}
.t_navs .top .sub .l2 .a2{font-size: 16px;color: #333333;line-height: 20px;}
.t_navs .top .sub .l2:hover .a2,
.t_navs .top .sub .l2.on .a2{color: #e65400;}
.t_navs .top .sub .u3box{float: right;width: 582px;padding-left: 60px;z-index: 2;padding-right: 60px;}
.t_navs .top .sub .u3box .u3{width: 100%;display: none;padding-bottom: 28px;padding-top: 10px;}
.t_navs .top .sub .u3box .u3.on{display: block;}
.t_navs .top .sub .u3box .u3 .l3{width: 100%;margin-bottom: 22px;}
.t_navs .top .sub .u3box .u3 .l3:last-child{margin-bottom: 0;}
.t_navs .top .sub .u3box .u3 .l3 a{display: block;font-size: 14px;color: #666666;line-height: 20px;}
.t_navs .top .sub .u3box .u3 .l3 a:hover{color: #e65400;}
/*搜索*/
.t_navs .top .right .menu .search{float: left;position: relative;margin-left: 38px;padding: 42px 0;}
.t_navs .top .right .menu .search ._t{width: 16px;position: relative;z-index: 2;cursor: pointer;}
.t_navs .top .right .menu .search ._t img{width: 100%;display: block;}
.t_navs .top .right .menu .search ._t img.img2{display: none;}
.t_navs .top .right .menu .search.on ._t img.img1{display: none;}
.t_navs .top .right .menu .search.on ._t img.img2{display: block;}
.t_navs .top .right .menu .search ._b{width: 240px;position: absolute;right: -16px;top: 50%;z-index: 1;display: none;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.t_navs .top .right .menu .search ._b.on{display: block;}
.t_navs .top .right .menu .search ._b input{width: 100%;height: 40px;background: #e65400;border-radius: 20px;padding: 0 40px 0 20px;font-size: 16px;color: #fff;}
/*隐藏手机显示*/
.t_navs .menuph{ display: none;} 
.t_navs .xialaph{ display: none;}


.t_navs .top .sub.sub1{ width:200px; left:50%; margin-left:-100px; padding:0;}
.t_navs .top .sub.sub1 .u2{width:100%; padding:0;}
.t_navs .top .sub.sub1 .u2 li a{display:block; text-align:center; padding:15px 10px; font-size: 16px; color: #333333; line-height: 20px;}
.t_navs .top .sub.sub1 .u2 li:hover a{background:#e65400; color:#fff;}
.t_navs .top .sub.sub1 .ubox::after{display:none;}

@media screen and (max-width:1680px) {
.t_navs .top .logo{ margin: 14px 0;}
.t_navs .top .logo img{height: 37px;}
.t_navs .top .menu .nli{padding: 0 8px;}
.t_navs .top .menu .nli span a{padding:  15px 12px;font-size: 16px;line-height: 35px;}
/*二级导航*/
.t_navs .top .sub{padding-top: 20px;padding-bottom: 20px; width: 540px; left: -30px;}
.t_navs .top .sub .ubox::after{left: 150px;}
.t_navs .top .sub .u2{padding-bottom: 60px;width: 150px;padding-left: 24px;padding-top: 8px;}
.t_navs .top .sub .l2{margin-bottom: 20px;padding-right: 16px;}
.t_navs .top .sub .l2 .a2{font-size: 14px;}
.t_navs .top .sub .u3box{width: 390px;padding-left: 30px;padding-right: 30px;}
.t_navs .top .sub .u3box .u3{padding-bottom: 20px;padding-top: 8px;}
.t_navs .top .sub .u3box .u3 .l3{margin-bottom: 14px;}
.t_navs .top .sub .u3box .u3 .l3 a{font-size: 12px;line-height: 18px;}
/*搜索*/
.t_navs .top .right .menu .search{margin-left: 30px;padding: 24.5px 0;}
.t_navs .top .right .menu .search ._b{width: 200px;}
.t_navs .top .right .menu .search ._b input{height: 34px;border-radius: 17px;font-size: 14px;}
}
@media screen and (max-width:1300px) {
.t_navs .top .menu .nli{padding: 0 1px;}
.t_navs .top .menu .nli span a{padding:  15px 10px;}
.t_navs .top .right .menu .search{margin-left: 16px;}
}
@media screen and (max-width:1024px) {
/*电脑端导航隐藏*/
.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;border-bottom: 1px solid #eee;}
/*logo*/
.t_navs .top .logo{ margin: 8px 0;}
.t_navs .top .logo img{ height: 34px;}
/*右侧三条杠*/
.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 .point:hover .navbtn,
.t_navs .menuph .point:hover .navbtn::after,
.t_navs .menuph .point:hover .navbtn::before { width: 28px;}
.t_navs .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #e65400;
-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: #e65400;
-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: 50px 15px 100px 15px; display: none; z-index:3; background:#fff;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph h4 a{ float: left; width: 60%; color: #333333;line-height: 50px;font-size: 16px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #e65400;}
.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: 24px; cursor: pointer;}
.t_navs .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: -25px; margin-right: 18px; cursor: pointer;}
.t_navs .xialaph h4.active img.img_s,
.t_navs .xialaph h5.active img.img_s{ display: none;}
.t_navs .xialaph h4.active img.img_d,
.t_navs .xialaph h5.active img.img_d{ display: block;}
.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px; z-index: -1; position: relative;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph li:last-child .ul3::after{ display: none;}
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 35px; display: block;font-size: 14px;}
.t_navs .xialaph .ul3 li:hover a{color: #e65400;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;}
.t_navs .xialaph .ul3 li:first-child{ padding-top: 0;}
.t_navs .xialaph .input{width: 100%;float: left;margin-top: 20px;border: 1px solid #eee;position: relative;}
.t_navs .xialaph .input input{width: 100%;height: 34px;padding: 0 50px 0 14px;display: block;background: rgba(255,255,255,0);border: 0;}
.t_navs .xialaph .input img{width: 16px;display: block;position: absolute;right: 10px;top: 50%;margin-top: -8px;}
/*二级三级导航箭头*/
.t_navs .img_d,
.t_navs .disno{ display: none;} 
}

/*底导航漂浮*/
/*20220627start*/
.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: #727cec; z-index: 16; box-shadow: 0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{ width: 20%; 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(../image/zzzimg1.png) no-repeat center; background-size: 24px 24px;}
.b_navs .pf_down li.l2 .ico7{ background: url(../image/zzzimg2.png) no-repeat center; background-size: 24px 24px;}
.b_navs .pf_down li.l3 .ico7{ background: url(../image/zzzimg3.png) no-repeat center; background-size: 24px 24px;}
.b_navs .pf_down li.l4 .ico7{ background: url(../image/zzzimg4.png) no-repeat center; background-size: 24px 24px;}
.b_navs .pf_down li.l5 .ico7{ background: url(../image/zzzimg5.png) no-repeat center; background-size: 24px 24px;}
.b_navs .pf_down li:last-child{ border: none;}
.b_navs .pf_down li{ border: none;}
/*20220627end*/

/*底部*/
.bottomnav{width: 100%;background: #2c2c2c;padding: 0 100px;}
.bottomnav .top{width: 100%;border-bottom: 1px solid #565656;padding-top: 76px;padding-bottom: 52px;}
.bottomnav .top .content{width: 100%;overflow: hidden;}
.bottomnav .top .content .left{width: 340px;float: left;padding-top: 18px;padding-right: 144px;}
.bottomnav .top .content .left .logo{width: 100%;margin-bottom: 96px;}
.bottomnav .top .content .left .logo img{max-width: 100%;display: block;}
.bottomnav .top .content .left .listbox{margin: 0 -9px;overflow: hidden;width: calc(100% + 18px);}
.bottomnav .top .content .left .listbox .list{width: 25%;float: left;padding: 0 9px;}
.bottomnav .top .content .left .listbox .list a{display: block;}
.bottomnav .top .content .left .listbox .list a img{width: 100%;display: block;
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;}
.bottomnav .top .content .left .listbox .list a:hover img{
transform: scale(0.95);
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-o-transform: scale(0.95);
-ms-transform: scale(0.95);}
.bottomnav .top .content .right{width: calc(100% - 340px);float: right;}
.bottomnav .top .content .right ul{width: 100%;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.bottomnav .top .content .right ul li{display: inline-block;vertical-align: middle;}
.bottomnav .top .content .right ul li ._t{margin-bottom: 28px;}
.bottomnav .top .content .right ul li ._t a{font-size: 18px;color: #ffffff;line-height: 22px;}
.bottomnav .top .content .right ul li ._t a:hover{color: rgba(255,255,255,0.6);}
.bottomnav .top .content .right ul li .border{width: 74px;height: 1px;background: #525252;position: relative;margin-bottom: 28px;}
.bottomnav .top .content .right ul li .border::after{content: "";display: block;width: 24px;height: 2px;background: #ffffff;position: absolute;left: 0;bottom: 0;}
.bottomnav .top .content .right ul li .listbox{width: 100%;}
.bottomnav .top .content .right ul li .listbox .list{width: 100%;margin-bottom: 16px;}
.bottomnav .top .content .right ul li .listbox .list:last-child{margin-bottom: 0;}
.bottomnav .top .content .right ul li .listbox .list a{font-size: 16px;color: #ffffff;line-height: 20px;}
.bottomnav .top .content .right ul li .listbox .list a:hover{color: rgba(255,255,255,0.6);}
.bottomnav .bottom{width: 100%;padding-top: 26px;padding-bottom: 44px;}
.bottomnav .bottom .content{width: 100%;}
.bottomnav .bottom .content::after{content: "";display: block;clear: both;}
.bottomnav .bottom .content .left{float: left;font-size: 16px;color: #ffffff;line-height: 20px;}
.bottomnav .bottom .content .right{float: right;}
.bottomnav .bottom .content .right .abox{float: left;margin-right: 55px;font-size: 0;}
.bottomnav .bottom .content .right .abox a{font-size: 16px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;}
.bottomnav .bottom .content .right .abox a:hover{color: rgba(255,255,255,0.6);}
.bottomnav .bottom .content .right .abox span{font-size: 16px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;margin: 0 10px;}
.bottomnav .bottom .content .right .firend{float: left;position: relative;}
.bottomnav .bottom .content .right .firend ._t{font-size: 0;}
.bottomnav .bottom .content .right .firend ._t a{font-size: 16px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;}
.bottomnav .bottom .content .right .firend ._t span{font-size: 16px;color: #ffffff;line-height: 20px;margin: 0 10px;display: inline-block;vertical-align: middle;}
.bottomnav .bottom .content .right .firend ._t .boxs{cursor: pointer;display: inline-block;vertical-align: middle;font-size: 0;}
.bottomnav .bottom .content .right .firend ._t .boxs .words{font-size: 16px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;}
.bottomnav .bottom .content .right .firend ._t .boxs img{width: 11px;display: inline-block;vertical-align: middle;margin-left: 16px;}
.bottomnav .bottom .content .right .firend ._b{width: 96px;background: #fff;position: absolute;right: 0;bottom: 112%;display: none;}
.bottomnav .bottom .content .right .firend ._b a{display: block;width: 100%;font-size: 14px;color: #333;line-height: 30px;text-align: center;}
.bottomnav .bottom .content .right .firend ._b a:hover{background: #e65400;color: #fff;}
@media screen and (max-width:1680px) {
.bottomnav{padding: 0 50px;}
.bottomnav .top{padding-top: 50px;padding-bottom: 50px;}
.bottomnav .top .content .left{width: 300px;padding-top: 12px;padding-right: 130px;}
.bottomnav .top .content .left .logo{margin-bottom: 50px;}
.bottomnav .top .content .left .listbox{margin: 0 -6px;width: calc(100% + 12px);}
.bottomnav .top .content .left .listbox .list{padding: 0 6px;}
.bottomnav .top .content .right{width: calc(100% - 300px);}
.bottomnav .top .content .right ul li ._t{margin-bottom: 20px;}
.bottomnav .top .content .right ul li ._t a{font-size: 16px;line-height: 20px;}
.bottomnav .top .content .right ul li .border{width: 60px;margin-bottom: 20px;}
.bottomnav .top .content .right ul li .border::after{width: 20px;}
.bottomnav .top .content .right ul li .listbox .list{margin-bottom: 14px;}
.bottomnav .top .content .right ul li .listbox .list a{font-size: 14px;}
.bottomnav .bottom{padding-top: 20px;padding-bottom: 34px;}
.bottomnav .bottom .content .left{font-size: 14px;}
.bottomnav .bottom .content .right .abox{margin-right: 30px;}
.bottomnav .bottom .content .right .abox a{font-size: 14px;}
.bottomnav .bottom .content .right .abox span{font-size: 14px;}
.bottomnav .bottom .content .right .firend ._t a{font-size: 14px;}
.bottomnav .bottom .content .right .firend ._t span{font-size: 14px;margin: 0 6px;}
.bottomnav .bottom .content .right .firend ._t .boxs .words{font-size: 14px;}
.bottomnav .bottom .content .right .firend ._t .boxs img{width: 10px;margin-left: 12px;}
.bottomnav .bottom .content .right .firend ._b{width: 83px;}
.bottomnav .bottom .content .right .firend ._b a{font-size: 12px;line-height: 26px;}
}
@media screen and (max-width:1300px) {
.bottomnav .top .content .right ul li .listbox .list a{font-size: 12px;}
.bottomnav .top .content .right ul li {padding-right: 20px;}
}
@media screen and (max-width:1024px) {
.bottomnav{margin-bottom: 50px; padding: 0;}
.bottomnav .top{padding-top: 26px;padding-bottom: 26px;}
.bottomnav .top .content .left{width: 100%;padding-top: 0;padding-right: 0;}
.bottomnav .top .content .left .logo{margin-bottom: 14px;}
.bottomnav .top .content .left .logo img{max-width: 30%;margin: 0 auto;}
.bottomnav .top .content .left .listbox{margin: 0 -6px;width: calc(100% + 12px);padding: 0 90px;}
.bottomnav .top .content .left .listbox .list{padding: 0 6px;}
.bottomnav .top .content .right{display: none;}
.bottomnav .bottom{padding-top: 20px;padding-bottom: 20px;}
.bottomnav .bottom .content .left{font-size: 14px;text-align: center;margin-bottom: 14px; width: 100%;}
.bottomnav .bottom .content .right{width: 100%;}
.bottomnav .bottom .content .right .abox{margin-right: 0;width: 100%;text-align: center;margin-bottom: 14px;}
.bottomnav .bottom .content .right .abox a{font-size: 14px;}
.bottomnav .bottom .content .right .abox span{font-size: 14px;margin: 0 6px;}
.bottomnav .bottom .content .right .firend{float: left;position: relative;left: 50%;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.bottomnav .bottom .content .right .firend ._t a{font-size: 14px;}
.bottomnav .bottom .content .right .firend ._t span{font-size: 14px;margin: 0 6px;}
.bottomnav .bottom .content .right .firend ._t .boxs .words{font-size: 14px;}
.bottomnav .bottom .content .right .firend ._t .boxs img{width: 10px;margin-left: 10px;}
.bottomnav .bottom .content .right .firend ._b{width: 81px;}
.bottomnav .bottom .content .right .firend ._b a{font-size: 12px;line-height: 26px;}
}

/*首页banner*/
.sy_banner{width: 100%;margin-top: 100px;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .li img{width: 100%;display: block;}
.sy_banner .ul .slick-dots{position: absolute; bottom: 80px; height: 10px; text-align: center;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: 10px; height: 10px;border-radius: 100%; margin: 0 15px; position: relative;}
.sy_banner .ul .slick-dots li::after{content: "";display: block;width: 16px;height: 16px;border-radius: 100%;border: 1px solid #fff;position: absolute;left: 50%;top: 50%;display: none;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.sy_banner .ul .slick-dots li::before{content: "";display: block;width: 100%;height: 100%;background: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.sy_banner .ul .slick-dots li.slick-active::before{width: 6px;height: 6px; }
.sy_banner .ul .slick-dots li.slick-active::after{display: block;}

.sy_banner .slick-prev{width: 50px;height: 50px;background: linear-gradient(to right, #bbbbbb , #dedede);border-radius: 100%;
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; z-index:95;
}
.sy_banner .slick-next{width: 50px;height: 50px;background: linear-gradient(to right, #dedede , #bbbbbb);border-radius: 100%;
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; z-index:95;
}
.sy_banner .slick-prev::after{content: "";display: block;width: 100%;height: 100%;border-radius: 100%;background: url(../image/img27.png) no-repeat center center; background-size: cover;position: absolute;left: 0;top: 0;}
.sy_banner .slick-next::after{content: "";display: block;width: 100%;height: 100%;border-radius: 100%;background: url(../image/img28.png) no-repeat center center; background-size: cover;position: absolute;left: 0;top: 0;}
.sy_banner .slick-prev:hover{background: linear-gradient(to right, #727af5 , #8af4e8);}
.sy_banner .slick-next:hover{background: linear-gradient(to right, #8af4e8 , #727af5);}


@media screen and (max-width:1680px) {
.sy_banner{margin-top: 65px;}
.sy_banner .ul .slick-dots{ bottom: 60px; height: 8px;}
.sy_banner .ul .slick-dots li{width: 8px; height: 8px; margin: 0 10px;}
.sy_banner .ul .slick-dots li::after{width: 14px;height: 14px;}

.sy_banner .slick-prev{width: 40px;height: 40px;}
.sy_banner .slick-next{width: 40px;height: 40px;}

}
@media screen and (max-width:1024px) {
.sy_banner{margin-top: 50px;}
.sy_banner .ul .slick-dots{ bottom: 20px; height: 8px;}
.sy_banner .ul .slick-dots li{width: 8px; height: 8px; margin: 0 6px;}
.sy_banner .ul .slick-dots li::after{width: 14px;height: 14px;}

.sy_banner .slick-prev{width: 30px;height: 30px;}
.sy_banner .slick-next{width: 30px;height: 30px;}

}

/*首页标题*/
.sy_titbox{width: 100%;}
.sy_titbox h2{font-size: 48px;color: #333333;line-height: 52px;margin-bottom: 8px;}
.sy_titbox h3{font-size: 24px;color: #333333;line-height: 28px;text-transform:uppercase;}
@media screen and (max-width:1680px) {
.sy_titbox h2{font-size: 30px;line-height: 34px;margin-bottom: 6px;}
.sy_titbox h3{font-size: 18px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.sy_titbox h2{font-size: 22px;line-height: 26px;}
.sy_titbox h3{font-size: 16px;line-height: 20px;}
}

/*首页*/
.sy_section1{width: 100%;padding-top: 80px;padding-bottom: 80px;position: relative;}
.sy_section1::after{content: "";display: block;width: 100%;height: 439px;background: #fff;position: absolute;left: 0;top: 0;z-index: 1;box-shadow:0px 12px 8px -12px rgba(195,195,195,0.3);}
.sy_section1 .w_1400{position: relative;z-index: 2;}
.sy_section1 .content{width: 100%;margin-top: 80px;}
.sy_section1 .content ._t{margin: 0 -42px;width: calc(100% + 84px);padding: 0 42px;}
.sy_section1 .content ._t li{padding: 0 42px;}
.sy_section1 .content ._t li a{display: block;}
.sy_section1 .content ._t li a img{width: 80px;display: block;margin: 0 auto 26px auto;}
.sy_section1 .content ._t li a .words{font-size: 24px;color: #333333;line-height: 28px;margin-bottom: 54px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 .content ._t li.slick-current a .words{color: #e65400;}
.sy_section1 .content ._t li a .border{width: 0%;height: 3px;background-image: linear-gradient(to right, #ffc107 , #e65400);
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_section1 .content ._t li.slick-current a .border{width: 100%;}
.sy_section1 .content ._t .slick-prev{width: 13px;height: 24px;background: url(../image/img25.png) no-repeat center center; background-size: cover;left: 42px;top: 63%;}
.sy_section1 .content ._t .slick-next{width: 13px;height: 24px;background: url(../image/img26.png) no-repeat center center; background-size: cover;right: 42px;top: 63%;}
.sy_section1 .content ._t .slick-prev:hover,
.sy_section1 .content ._t .slick-next:hover{opacity: 0.8;}
.sy_section1 .content ._b{width: 100%;position: relative;}
.sy_section1 .content ._b::after{content: "";display: block;width: 39.5%;height: 100%;background: #fcfcfc;position: absolute;right: 0;top: 0;box-shadow: 0 0 26px rgba(161,161,161,0.19);z-index: 1;}
.sy_section1 .content ._b .slick-list{z-index: 2;}
.sy_section1 .content ._b li{width: 100%;}
.sy_section1 .content ._b li .a{display: block;font-size: 0;}
.sy_section1 .content ._b li .a .left{width: 60.5%;display: inline-block;vertical-align: middle;}
.sy_section1 .content ._b li .a .left .pic{ width: 100%; padding-bottom: 64.63%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section1 .content ._b li .a .left .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;}
.sy_section1 .content ._b li .a:hover .left .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);}
.sy_section1 .content ._b li .a .right{width: 39%;display: inline-block;vertical-align: middle;}
.sy_section1 .content ._b li .a .right .wordsbox{width: 100%;padding: 0 72px;}
.sy_section1 .content ._b li .a .right .wordsbox .tit{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 36px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 .content ._b li .a .right .wordsbox .border{width: 60px;height: 2px;background: #000000;margin-bottom: 34px;}
.sy_section1 .content ._b li .a .right .wordsbox .info{font-size: 18px;color: #666666;line-height: 36px;margin-bottom: 94px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.sy_section1 .content ._b li .a .right .wordsbox .more{width: 196px;font-size: 0;text-align: center;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;
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_section1 .content ._b li .a .right .wordsbox .more:hover{background: #e65400;}
.sy_section1 .content ._b li .a .right .wordsbox .more .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.sy_section1 .content ._b li .a .right .wordsbox .more img{width: 47px;display: inline-block;vertical-align: middle;}
@media screen and (max-width:1680px) {
.sy_section1{padding-top: 60px;padding-bottom: 60px;}
.sy_section1::after{height: 318px;}
.sy_section1 .content{margin-top: 50px;}
.sy_section1 .content ._t{margin: 0 -30px;width: calc(100% + 60px);padding: 0 30px;}
.sy_section1 .content ._t li{padding: 0 30px;}
.sy_section1 .content ._t li a img{width: 60px;margin: 0 auto 20px auto;}
.sy_section1 .content ._t li a .words{font-size: 18px;line-height: 24px;margin-bottom: 40px;}
.sy_section1 .content ._t li a .border{height: 2px;}
.sy_section1 .content ._t .slick-prev{width: 10px;height: 20px;left: 30px;top: 63%;}
.sy_section1 .content ._t .slick-next{width: 10px;height: 20px;right: 30px;top: 63%;}
.sy_section1 .content ._b li .a .right .wordsbox{padding: 0 60px;}
.sy_section1 .content ._b li .a .right .wordsbox .tit{font-size: 24px;line-height: 30px;margin-bottom: 26px;}
.sy_section1 .content ._b li .a .right .wordsbox .border{width: 50px;margin-bottom: 26px;}
.sy_section1 .content ._b li .a .right .wordsbox .info{font-size: 14px;line-height: 26px;margin-bottom: 70px;}
.sy_section1 .content ._b li .a .right .wordsbox .more{width: 160px;border-radius: 20px;}
.sy_section1 .content ._b li .a .right .wordsbox .more .words{font-size: 14px;line-height: 40px;margin-right: 12px;}
.sy_section1 .content ._b li .a .right .wordsbox .more img{width: 36px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1::after{height: 439px;}
.sy_section1 .content{margin-top: 20px;}
.sy_section1 .content ._t{margin: 0 -10px;width: calc(100% + 20px);padding: 0 30px;}
.sy_section1 .content ._t li{padding: 0 10px;}
.sy_section1 .content ._t li a{display: block;}
.sy_section1 .content ._t li a img{width: 50px;margin: 0 auto 4px auto;}
.sy_section1 .content ._t li a .words{font-size: 16px;line-height: 20px;margin-bottom: 14px;}
.sy_section1 .content ._t li a .border{height: 2px;}
.sy_section1 .content ._t .slick-prev{left: 10px;top: 63%;}
.sy_section1 .content ._t .slick-next{right: 10px;top: 63%;}
.sy_section1 .content ._b::after{width: 100%;}
.sy_section1 .content ._b li .a .left{width: 100%;}
.sy_section1 .content ._b li .a .right{width: 100%;}
.sy_section1 .content ._b li .a .right .wordsbox{padding: 14px;}
.sy_section1 .content ._b li .a .right .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .content ._b li .a .right .wordsbox .border{width: 40px;margin-bottom: 12px;}
.sy_section1 .content ._b li .a .right .wordsbox .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .content ._b li .a .right .wordsbox .more{width: 140px;border-radius: 19px;}
.sy_section1 .content ._b li .a .right .wordsbox .more .words{font-size: 14px;line-height: 38px;margin-right: 10px;}
.sy_section1 .content ._b li .a .right .wordsbox .more img{width: 30px;}
}

.sy_section2{width: 100%;padding-top: 80px;padding-bottom: 80px;background: #efefef;overflow: hidden;}
.sy_section2 .sy_titbox{/*position: absolute;left: 0;top: 0;*/}
.sy_section2 .content{width: 100%;float: left;position: relative;}
.sy_section2 .top{margin-bottom: 104px;float: right;}
.sy_section2 .top li{float: left;margin-right: 62px;font-size: 0;padding: 0 32px;border-radius: 25px;position: relative;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;}
.sy_section2 .top li::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sy_section2 .top li:last-child{margin-right: 0;}
.sy_section2 .top li.on{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.sy_section2 .top li .words{font-size: 16px;color: #333333;line-height: 50px;display: inline-block;vertical-align: middle;
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_section2 .top li.on .words{color: #fff;}
.sy_section2 .top li img{width: 47px;display: inline-block;vertical-align: middle;margin-left: 18px;display: none;}
.sy_section2 .top li.on img{display: inline-block;}
.sy_section2 .bottom{width: 100%;float: left;position: relative;}
.sy_section2 .bottom ul{margin: 0 -15px;width: calc(100% + 30px);position: static;}
.sy_section2 .bottom ul li{padding: 0 15px;}
.sy_section2 .bottom ul li a{display: block;width: 100%;
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_section2 .bottom ul li a:hover{box-shadow: 0 0 14px rgb(220,220,220);}
.sy_section2 .bottom ul li a .pic{ width: 100%; padding-bottom: 67.26%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section2 .bottom ul 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;}
.sy_section2 .bottom ul 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);}
.sy_section2 .bottom ul li a .wordsbox{width: 100%;background: #ffffff;padding: 40px 30px 52px 30px;}
.sy_section2 .bottom ul li a .wordsbox .tit{font-size: 24px;color: #333333;line-height: 28px;height: 28px;margin-bottom: 25px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .bottom ul li a:hover .wordsbox .tit{color: #e65400;}
.sy_section2 .bottom ul li a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 .bottom .more{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);margin: 80px auto 0 auto;border-radius: 25px;
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_section2 .bottom .more:hover{background: #e65400;}
.sy_section2 .bottom .more a{display: block;width: 100%;text-align: center;font-size: 0;}
.sy_section2 .bottom .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.sy_section2 .bottom .more a img{width: 47px;display: inline-block;vertical-align: middle;}
.sy_section2 .bottom  .slick-prev{width: 50px;height: 50px;left: auto;right: 80px; top: auto;background: linear-gradient(to right, #bbbbbb , #dedede);border-radius: 100%;bottom: 0;
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;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_section2 .bottom  .slick-next{width: 50px;height: 50px;right: 0;top: auto;background: linear-gradient(to right, #dedede , #bbbbbb);border-radius: 100%;bottom: 0;
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;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_section2 .bottom  .slick-prev::after{content: "";display: block;width: 100%;height: 100%;border-radius: 100%;background: url(../image/img27.png) no-repeat center center; background-size: cover;position: absolute;left: 0;top: 0;}
.sy_section2 .bottom  .slick-next::after{content: "";display: block;width: 100%;height: 100%;border-radius: 100%;background: url(../image/img28.png) no-repeat center center; background-size: cover;position: absolute;left: 0;top: 0;}
.sy_section2 .bottom  .slick-prev:hover{background: linear-gradient(to right, #727af5 , #8af4e8);}
.sy_section2 .bottom  .slick-next:hover{background: linear-gradient(to right, #8af4e8 , #727af5);}
@media screen and (max-width:1680px) {
.sy_section2{padding-top: 60px;padding-bottom: 60px;}
.sy_section2 .top{margin-bottom: 70px;}
.sy_section2 .top li{;margin-right: 34px;padding: 0 20px;border-radius: 20px;}
.sy_section2 .top li .words{font-size: 14px;line-height: 40px;}
.sy_section2 .top li img{width: 34px;margin-left: 12px;}
.sy_section2 .bottom ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section2 .bottom ul li{padding: 0 10px;}
.sy_section2 .bottom ul li a .wordsbox{padding: 30px;}
.sy_section2 .bottom ul li a .wordsbox .tit{font-size: 18px;line-height: 24px;height: 24px;margin-bottom: 18px;}
.sy_section2 .bottom ul li a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
.sy_section2 .bottom .more{width: 160px;margin: 50px auto 0 auto;border-radius: 20px;}
.sy_section2 .bottom .more a .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.sy_section2 .bottom .more a img{width: 36px;}
.sy_section2 .bottom  .slick-prev{width: 40px;height: 40px;right: 60px;}
.sy_section2 .bottom  .slick-next{width: 40px;height: 40px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .sy_titbox{position: static;margin-bottom: 14px;width: 100%;}
.sy_section2 .top{margin-bottom: 14px;width: 100%;font-size: 0;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.sy_section2 .top::-webkit-scrollbar{ display: none;}
.sy_section2 .top li{float: none;margin-right: 8px;width: calc(44% - 8px);display: inline-block;vertical-align: middle;padding: 0 10px;text-align: center; border-radius: 25px;}
.sy_section2 .top li .words{font-size: 14px;line-height: 44px;}
.sy_section2 .top li img{width: 34px;margin-left: 12px;}
.sy_section2 .bottom ul{margin: 0 -2px;width: calc(100% + 4px);}
.sy_section2 .bottom ul li{padding: 0 2px;}
.sy_section2 .bottom ul li a .wordsbox{padding: 20px;}
.sy_section2 .bottom ul li a .wordsbox .tit{font-size: 18px;line-height: 24px;height: 24px;margin-bottom: 12px;}
.sy_section2 .bottom ul li a .wordsbox .info{font-size: 14px;line-height: 22px;height: 44px;}
.sy_section2 .bottom .more{width: 150px;margin: 14px 0 0 0;border-radius: 21px;}
.sy_section2 .bottom .more a .words{font-size: 14px;line-height: 42px;margin-right: 10px;}
.sy_section2 .bottom .more a img{width: 32px;}
.sy_section2 .bottom  .slick-prev{width: 30px;height: 30px;right: 42px;}
.sy_section2 .bottom  .slick-next{width: 30px;height: 30px;}
}

.sy_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.sy_section3 .content{width: 100%;margin-top: 80px;}
.sy_section3 .content ul{margin: -17px -20px;width: calc(100% + 40px);display:flex; flex-wrap: wrap; align-items: flex-start;}
.sy_section3 .content ul::after{content: "";display: block;clear: both;}
.sy_section3 .content ul li{width: 50%;float: left;padding: 17px 20px;}
.sy_section3 .content ul li .a{display: block;width: 100%;background: #ffffff;box-shadow: 0 0 20px rgba(195,195,195,0.23);padding: 40px 44px 32px 44px;height: 485px;}
.sy_section3 .content ul li .a .titbox{width: 100%;margin-bottom: 26px;overflow: hidden;}
.sy_section3 .content ul li .a .titbox .tit{width: calc(100% - 160px);float: left;font-size: 20px;color: #333333;line-height: 50px;padding-right: 10px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .content ul li .a:hover .titbox .tit{color: #e65400;}
.sy_section3 .content ul li .a .titbox .more{width: 160px;float: right;font-size: 0;text-align: center;border-radius: 25px;background-image: linear-gradient(to right, #ffc107 , #e65400);
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_section3 .content ul li .a:hover .titbox .more{background: #e65400;}
.sy_section3 .content ul li .a .titbox .more .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.sy_section3 .content ul li .a .titbox .more img{width: 38px;display: inline-block;vertical-align: middle;}
.sy_section3 .content ul li .a .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 34px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.sy_section3 .content ul li .a .cons{width: 100%;font-size: 0;}
/*20220721start*/
.sy_section3 .content ul li .a .cons .left{width: 310px;display: inline-block;vertical-align: middle;position: relative;border-radius: 8px;overflow: hidden;}
.sy_section3 .content ul li .a .cons .left .ba_pic{width: 100%;position: relative;z-index: 2;}
.sy_section3 .content ul li .a .cons .left .picbox{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.sy_section3 .content ul li .a .cons .left .pic{ padding-bottom: 60%; position: relative; overflow: hidden;}
.sy_section3 .content ul li .a .cons .left .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%);}
/*20220721end*/
.sy_section3 .content ul li .a .cons .right{width: calc(100% - 312px);padding-left: 30px;display: inline-block;vertical-align: middle;}
.sy_section3 .content ul li .a .cons .right .listbox{width: 100%;}
.sy_section3 .content ul li .a .cons .right .listbox .list{width: 100%;margin-bottom: 22px;font-size: 0;}
.sy_section3 .content ul li .a .cons .right .listbox .list:last-child{margin-bottom: 0;}
.sy_section3 .content ul li .a .cons .right .listbox .list img{width: 10px;display: inline-block;vertical-align: middle;}
.sy_section3 .content ul li .a .cons .right .listbox .list .words{font-size: 14px;color: #666666;line-height: 18px;display: inline-block;vertical-align: middle;padding-left: 10px;width: calc(100% - 12px);letter-spacing: 0;}
.sy_section3 .content .gd{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);margin: 80px auto 0 auto;border-radius: 25px;
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_section3 .content .gd:hover{background: #e65400;}
.sy_section3 .content .gd a{display: block;width: 100%;text-align: center;font-size: 0;}
.sy_section3 .content .gd a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.sy_section3 .content .gd a img{width: 47px;display: inline-block;vertical-align: middle;}
@media screen and (max-width:1680px) {
.sy_section3{padding-top: 60px;padding-bottom: 60px;}
.sy_section3 .content{margin-top: 50px;}
.sy_section3 .content .gd{width: 160px;margin: 50px auto 0 auto;border-radius: 20px;}
.sy_section3 .content .gd a .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.sy_section3 .content .gd a img{width: 36px;}
.sy_section3 .content ul{margin: -15px;width: calc(100% + 30px);}
.sy_section3 .content ul li{padding: 15px;}
.sy_section3 .content ul li .a{padding: 24px;height: 408px;}
.sy_section3 .content ul li .a .titbox{margin-bottom: 20px;}
.sy_section3 .content ul li .a .titbox .tit{width: calc(100% - 140px);font-size: 18px;line-height: 40px;}
.sy_section3 .content ul li .a .titbox .more{width: 140px;border-radius: 20px;}
.sy_section3 .content ul li .a .titbox .more .words{font-size: 14px;line-height: 40px;margin-right: 8px;}
.sy_section3 .content ul li .a .titbox .more img{width: 30px;}
.sy_section3 .content ul li .a .info{font-size: 14px;;line-height: 24px;margin-bottom: 24px;}
.sy_section3 .content ul li .a .cons .left{width: 300px;}
.sy_section3 .content ul li .a .cons .right{width: calc(100% - 302px);padding-left: 14px;}
.sy_section3 .content ul li .a .cons .right .listbox .list{margin-bottom: 14px;}
.sy_section3 .content ul li .a .cons .right .listbox .list .words{padding-left: 6px;}
}
@media screen and (max-width:1280px) {
.sy_section3 .content ul li .a{padding: 24px;height: 374px;}
.sy_section3 .content ul li .a .cons .left{width: 240px;}
.sy_section3 .content ul li .a .cons .right{width: calc(100% - 242px);}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .content{margin-top: 14px;}
.sy_section3 .content .gd{width: 150px;margin: 14px auto 0 auto;border-radius: 21px;}
.sy_section3 .content .gd a .words{font-size: 14px;line-height: 42px;margin-right: 10px;}
.sy_section3 .content .gd a img{width: 32px;}
.sy_section3 .content ul{margin: 0;width: 100%;}
.sy_section3 .content ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.sy_section3 .content ul li:last-child{margin-bottom: 0;}
.sy_section3 .content ul li .a{padding: 12px;height: auto;}
.sy_section3 .content ul li .a .titbox{margin-bottom: 12px;}
.sy_section3 .content ul li .a .titbox .tit{width: calc(100% - 120px);font-size: 16px;line-height: 30px;padding-right: 8px;}
.sy_section3 .content ul li .a .titbox .more{width: 120px;border-radius: 15px;}
.sy_section3 .content ul li .a .titbox .more .words{font-size: 14px;line-height: 30px;margin-right: 8px;}
.sy_section3 .content ul li .a .titbox .more img{width: 22px;}
.sy_section3 .content ul li .a .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.sy_section3 .content ul li .a .cons .left{width: 100%;margin-bottom: 12px;}
.sy_section3 .content ul li .a .cons .right{width: 100%;padding-left: 0;}
.sy_section3 .content ul li .a .cons .right .listbox .list{margin-bottom: 10px;}
}

.sy_section4{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.sy_section4 .top{width: 100%;overflow: hidden;margin-bottom: 80px;}
.sy_section4 .top .sy_titbox{float: left;width: auto;}
.sy_section4 .top .qh_t{float: right;}
.sy_section4 .top .qh_t li{float: left;margin-right: 62px;font-size: 0;padding: 0 32px;border-radius: 25px;position: relative;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;}
.sy_section4 .top .qh_t li::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sy_section4 .top .qh_t li:last-child{margin-right: 0;}
.sy_section4 .top .qh_t li.on{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.sy_section4 .top .qh_t li .words{font-size: 16px;color: #333333;line-height: 50px;display: inline-block;vertical-align: middle;
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_section4 .top .qh_t li.on .words{color: #fff;}
.sy_section4 .top .qh_t li img{width: 47px;display: inline-block;vertical-align: middle;margin-left: 18px;display: none;}
.sy_section4 .top .qh_t li.on img{display: inline-block;}
.sy_section4 .qh_b{width: 100%;}
.sy_section4 .qh_b li{width: 100%;}
.sy_section4 .qh_b li::after{content: "";display: block;clear: both;}
.sy_section4 .qh_b li .left{width: 39.71%;float: left;}
.sy_section4 .qh_b li .left a{display: block;width: 100%;border-radius: 20px 20px 0 0;overflow: hidden;box-shadow: 0 0 30px rgba(195,195,195,0.23);}
.sy_section4 .qh_b li .left a .picbox{width: 100%;overflow: hidden;height: 328px;}
.sy_section4 .qh_b li .left a .picbox .pic{width: 100%;height: 100%;
-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;}
.sy_section4 .qh_b li .left a:hover .picbox .pic{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);}
.sy_section4 .qh_b li .left a .wordsbox{width: 100%;background: #fff;padding: 32px 28px 24px 28px;}
.sy_section4 .qh_b li .left a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 30px;height: 60px;font-weight: bolder;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .qh_b li .left a:hover .wordsbox .tit{color: #e65400;}
.sy_section4 .qh_b li .left a .wordsbox .boxs{width: 100%;padding-top: 26px;margin-top: 24px;border-top: 1px solid #dddddd;overflow: hidden;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .date{font-size: 16px;color: #333333;line-height: 50px;float: left;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more{border-radius: 25px; float: right;width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);font-size: 0;text-align: center;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more img{width: 47px;display: inline-block;vertical-align: middle;}
.sy_section4 .qh_b li .right{width: 60.29%;float: left;padding-left: 52px;padding-top: 30px;}
.sy_section4 .qh_b li .right .listbox{width: 100%;}
.sy_section4 .qh_b li .right .listbox .list{width: 100%;padding-bottom: 23px;margin-bottom: 40px;position: relative;}
.sy_section4 .qh_b li .right .listbox .list::after{content: "";display: block;width: 100%;height: 1px;background: #dddddd;position: absolute;left: 0;bottom: 0;}
.sy_section4 .qh_b li .right .listbox .list:hover::after{background-image: linear-gradient(to right, #ffc107 , #e65400);font-size: 0;}
.sy_section4 .qh_b li .right .listbox .list:last-child{margin-bottom: 0;}
.sy_section4 .qh_b li .right .listbox .list a{display: block;width: 100%;overflow: hidden;position: relative;font-size: 0;padding-bottom: 10px;}
.sy_section4 .qh_b li .right .listbox .list a::after{content: "";display: block;width: 1px;height: 100%;background: #dddddd;position: absolute;left: calc(100% - 147px);top: 0;}
.sy_section4 .qh_b li .right .listbox .list a:hover::after{background-image: linear-gradient(#7279f5 , #8af4e8);}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox{width: calc(100% - 147px);display: inline-block;vertical-align: middle;padding-right: 50px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .qh_b li .right .listbox .list a:hover .wordsbox .tit{color: #e65400;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .qh_b li .right .listbox .list a .datebox{width: 145px;display: inline-block;vertical-align: middle;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date1{font-size: 36px;color: #666666;line-height: 40px;margin-bottom: 10px;text-align: center;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date2{font-size: 16px;color: #666666;line-height: 20px;text-align: center;}
@media screen and (max-width:1680px) {
.sy_section4{padding-top: 60px;padding-bottom: 60px;}
.sy_section4 .top{margin-bottom: 50px;}
.sy_section4 .top .qh_t li{;margin-right: 34px;padding: 0 20px;border-radius: 20px;}
.sy_section4 .top .qh_t li .words{font-size: 14px;line-height: 40px;}
.sy_section4 .top .qh_t li img{width: 34px;margin-left: 12px;}
.sy_section4 .qh_b li .left a .picbox{height: 315px;}
.sy_section4 .qh_b li .left a .wordsbox{padding: 20px;}
.sy_section4 .qh_b li .left a .wordsbox .tit{font-size: 16px;line-height: 24px;height: 48px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs{padding-top: 18px;margin-top: 18px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .date{font-size: 14px;line-height: 40px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more{border-radius: 20px;width: 160px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more img{width: 30px;}
.sy_section4 .qh_b li .right{padding-left: 40px;padding-top: 50px;}
.sy_section4 .qh_b li .right .listbox .list{padding-bottom: 20px;margin-bottom: 32px;}
.sy_section4 .qh_b li .right .listbox .list a{padding-bottom: 8px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox{padding-right: 30px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .tit{font-size: 16px;line-height: 20px;margin-bottom: 14px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .info{font-size: 14px;line-height: 24px;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date1{font-size: 30px;line-height: 34px;margin-bottom: 8px;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date2{font-size: 14px;line-height: 18px;}
}
@media screen and (max-width:1300px) {
.sy_section4 .qh_b li .left a .picbox{height: 260px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top:0;padding-bottom: 30px;}
.sy_section4 .top{margin-bottom: 14px;}
.sy_section4 .top .sy_titbox{width: 100%;margin-bottom: 12px;}
.sy_section4 .top .qh_t{margin-bottom: 14px;width: 100%;font-size: 0;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.sy_section4 .top .qh_t::-webkit-scrollbar{ display: none;}
.sy_section4 .top .qh_t li{float: none;margin-right: 12px;width: calc(50% - 12px);display: inline-block;vertical-align: middle;padding: 0 10px;text-align: center; border-radius: 25px;}
.sy_section4 .top .qh_t li .words{font-size: 14px;line-height: 44px;}
.sy_section4 .top .qh_t li img{width: 34px;margin-left: 12px;}
.sy_section4 .qh_b li .left{width: 100%;}
.sy_section4 .qh_b li .left a .picbox{height: auto;}
.sy_section4 .qh_b li .left a .wordsbox{padding: 14px;}
.sy_section4 .qh_b li .left a .wordsbox .tit{font-size: 16px;line-height: 24px;height: 48px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs{padding-top: 10px;margin-top: 10px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .date{font-size: 14px;;line-height: 38px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more{border-radius: 19px;width: 120px;}
.sy_section4 .qh_b li .left a .wordsbox .boxs .more .words{font-size: 14px;line-height: 38px;margin-right: 10px;}
.sy_section4 .qh_b li .right{width: 100%;padding-left: 0;padding-top: 12px;}
.sy_section4 .qh_b li .right .listbox .list{padding-bottom: 10px;margin-bottom: 10px;}
.sy_section4 .qh_b li .right .listbox .list a{padding-bottom: 0;}
.sy_section4 .qh_b li .right .listbox .list a::after{left: calc(100% - 92px);}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox{width: calc(100% - 92px);padding-right: 14px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .tit{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.sy_section4 .qh_b li .right .listbox .list a .wordsbox .info{font-size: 14px;line-height: 24px;}
.sy_section4 .qh_b li .right .listbox .list a .datebox{width: 90px;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date1{font-size: 24px;line-height: 28px;margin-bottom: 8px;}
.sy_section4 .qh_b li .right .listbox .list a .datebox .date2{font-size: 14px;line-height: 18px;}
}

.sy_section5{width: 100%;padding-top: 76px;padding-bottom: 110px;}
.sy_section5 .content{width: 100%;overflow: hidden;margin-top: 76px;}
.sy_section5 .content::after{content: "";display: block;clear: both;}
.sy_section5 .content .left{width: 42.14%;float: left;padding-top: 26px;padding-right: 80px;}
.sy_section5 .content .left .listbox{width: 100%;margin-bottom: 74px;}
.sy_section5 .content .left .listbox .list{width: 100%;font-size: 0;margin-bottom: 66px;}
.sy_section5 .content .left .listbox .list:last-child{margin-bottom: 0;}
.sy_section5 .content .left .listbox .list img{width: 34px;display: inline-block;vertical-align: middle;}
.sy_section5 .content .left .listbox .list .words{letter-spacing: 0; font-size: 18px;color: #333333;line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 18px;width: calc(100% - 36px);}
.sy_section5 .content .left .ewmbox{width: 100%;padding-left: 4px;overflow: hidden;}
.sy_section5 .content .left .ewmbox .ewm{width: 131px;float: left;margin-right: 64px;}
.sy_section5 .content .left .ewmbox .ewm:last-child{margin-right: 0;}
.sy_section5 .content .left .ewmbox .ewm img{width: 100%;display: block;margin-bottom: 20px;border-radius: 4px;}
.sy_section5 .content .left .ewmbox .ewm .words{font-size: 16px;color: #666666;line-height: 20px;text-align: center;}
.sy_section5 .content .right{width: 57.86%;float: right;}
.sy_section5 .content .right .inputbox{margin: -22px -16px;overflow: hidden;width: calc(100% + 32px);}
.sy_section5 .content .right .inputbox .input{width: 50%;float: left;padding: 22px 16px;}
.sy_section5 .content .right .inputbox .input .words{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 18px;}
.sy_section5 .content .right .inputbox .input input{width: 100%;height: 62px;border-radius: 6px;border: 1px solid #cccccc;font-size: 16px;color: #555;padding: 0 20px;background: rgba(255,255,255,0);}
.sy_section5 .content .right .textbox{width: 100%;margin-top: 46px;margin-bottom: 46px;}
.sy_section5 .content .right .textbox .words{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 18px;}
.sy_section5 .content .right .textbox textarea{width: 100%;height: 175px;border: 1px solid #cccccc;border-radius: 6px;background: rgba(255,255,255,0);font-size: 16px;color: #555;line-height: 24px;padding: 20px;}
.sy_section5 .content .right .tit{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 28px;}
.sy_section5 .content .right .listbox{margin: -13px -10px;overflow: hidden;width: calc(100% + 20px);}
.sy_section5 .content .right .listbox .list{float: left;padding: 13px 10px;}
.sy_section5 .content .right .listbox .list .a{display: block;width: 100%;}
.sy_section5 .content .right .listbox .list .a .icobox{width: 30px;height: 30px;border: 1px solid #cccccc;border-radius: 6px;position: relative;display: inline-block;vertical-align: middle;}
.sy_section5 .content .right .listbox .list .a .icobox img{width: 28px;display: block;position: absolute;left: 50%;top: 50%;display: none;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.sy_section5 .content .right .listbox .list.on .a .icobox img{display: block;}
.sy_section5 .content .right .listbox .list .a .words{font-size: 18px;color: #333333;line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 10px;letter-spacing: 0;}
.sy_section5 .content .right .listbox .list .a input{width: 260px;display: inline-block;vertical-align: middle;height: 24px;background: rgba(255,255,255,0);border-bottom: 1px solid #cccccc;display: none;}
.sy_section5 .content .right .listbox .list.on .a input{display: inline-block;}
.sy_section5 .content .right .boxs{margin-top: 65px;overflow: hidden;}
.sy_section5 .content .right .boxs .input_l{width: 51.25%;float: left;position: relative;}
.sy_section5 .content .right .boxs .input_l input{width: 100%;height: 60px;border-bottom: 1px solid #ffffff;padding-right: 150px;background: rgba(255,255,255,0);padding-left: 10px;font-size: 16px;color: #555;}
.sy_section5 .content .right .boxs .input_l input::-webkit-input-placeholder{font-size: 16px;color: #555;}
.sy_section5 .content .right .boxs .input_l input:-moz-placeholder{font-size: 16px;color: #555;}
.sy_section5 .content .right .boxs .input_l input::moz-placeholder{font-size: 16px;color: #555;}
.sy_section5 .content .right .boxs .input_l input:-ms-input-placeholder{font-size: 16px;color: #555;}
.sy_section5 .content .right .boxs .input_l img{position: absolute;right: 0;top: 15px;display: block; height:30px;}
.sy_section5 .content .right .boxs .button_r{width: 42.75%;float: right;}
.sy_section5 .content .right .boxs .button_r .button1{width: 57.3%;float: left;background-image: linear-gradient(to right, #c8c8c8 , #a8a8a8);border-radius: 25px;}
.sy_section5 .content .right .boxs .button_r .button1:hover{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.sy_section5 .content .right .boxs .button_r .button1 a{display: block;text-align: center;font-size: 0;}
.sy_section5 .content .right .boxs .button_r .button1 a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.sy_section5 .content .right .boxs .button_r .button1 a img{width: 47px;display: inline-block;vertical-align: middle;}
.sy_section5 .content .right .boxs .button_r .button2{width: 32.74%;float: right;background-image: linear-gradient(to right, #c8c8c8 , #a8a8a8);border-radius: 25px;}
.sy_section5 .content .right .boxs .button_r .button2:hover{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.sy_section5 .content .right .boxs .button_r .button2 a{display: block;font-size: 16px;color: #ffffff;line-height: 50px;text-align: center;}
@media screen and (max-width:1680px) {
.sy_section5{padding-top: 60px;padding-bottom: 60px;}
.sy_section5 .content{margin-top: 50px;}
.sy_section5 .content .left{padding-top: 20px;padding-right: 50px;}
.sy_section5 .content .left .listbox{margin-bottom: 50px;}
.sy_section5 .content .left .listbox .list{margin-bottom: 34px;}
.sy_section5 .content .left .listbox .list img{width: 30px;}
.sy_section5 .content .left .listbox .list .words{font-size: 16px;line-height: 20px;padding-left: 12px;width: calc(100% - 32px);}
.sy_section5 .content .left .ewmbox .ewm{width: 120px;margin-right: 40px;}
.sy_section5 .content .left .ewmbox .ewm img{margin-bottom: 14px;}
.sy_section5 .content .left .ewmbox .ewm .words{font-size: 14px;}
.sy_section5 .content .right .inputbox{margin: -14px;width: calc(100% + 28px);}
.sy_section5 .content .right .inputbox .input{padding: 14px;}
.sy_section5 .content .right .inputbox .input .words{font-size: 16px;line-height: 20px;margin-bottom: 14px;}
.sy_section5 .content .right .inputbox .input input{height: 46px;font-size: 14px;padding: 0 14px;}
.sy_section5 .content .right .textbox{margin-top: 30px;margin-bottom: 30px;}
.sy_section5 .content .right .textbox .words{font-size: 16px;line-height: 20px;margin-bottom: 14px;}
.sy_section5 .content .right .textbox textarea{height: 120px;font-size: 14px;line-height: 20px;padding: 14px;}
.sy_section5 .content .right .tit{font-size: 16px;line-height: 20px;margin-bottom: 18px;}
.sy_section5 .content .right .listbox{margin: -6px;overflow: hidden;width: calc(100% + 12px);}
.sy_section5 .content .right .listbox .list{padding: 6px;}
.sy_section5 .content .right .listbox .list .a .icobox{width: 26px;height: 26px;}
.sy_section5 .content .right .listbox .list .a .icobox img{width: 22px;}
.sy_section5 .content .right .listbox .list .a .words{font-size: 16px;line-height: 20px;padding-left: 6px;}
.sy_section5 .content .right .listbox .list .a input{width: 200px;height: 20px;}
.sy_section5 .content .right .boxs{margin-top: 40px;}
.sy_section5 .content .right .boxs .input_l input{height: 44px;padding-right: 120px;font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input::-webkit-input-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input:-moz-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input::moz-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input:-ms-input-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l img{top:7px;}
.sy_section5 .content .right .boxs .button_r .button1{border-radius: 22px;}
.sy_section5 .content .right .boxs .button_r .button1 a .words{font-size: 14px;line-height: 44px;margin-right: 14px;}
.sy_section5 .content .right .boxs .button_r .button1 a img{width: 30px;}
.sy_section5 .content .right .boxs .button_r .button2{border-radius: 22px;}
.sy_section5 .content .right .boxs .button_r .button2 a{font-size: 14px;line-height: 44px;}
}
@media screen and (max-width:1024px) {
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5 .content{margin-top: 14px;}
.sy_section5 .content .left{width: 100%;padding-top: 0;padding-right: 0;}
.sy_section5 .content .left .listbox{margin-bottom: 12px;}
.sy_section5 .content .left .listbox .list{margin-bottom: 10px;}
.sy_section5 .content .left .listbox .list img{width: 28px;}
.sy_section5 .content .left .listbox .list .words{ font-size: 14px;line-height: 20px;padding-left: 10px;width: calc(100% - 30px);}
.sy_section5 .content .left .ewmbox{padding-left: 0;overflow: hidden;}
.sy_section5 .content .left .ewmbox .ewm{width: 120px; margin-right: 14px;}
.sy_section5 .content .left .ewmbox .ewm img{margin-bottom: 10px;}
.sy_section5 .content .left .ewmbox .ewm .words{font-size: 14px;}
.sy_section5 .content .right{width: 100%;margin-top: 16px;}
.sy_section5 .content .right .inputbox{margin: -6px 0px;width: 100%;}
.sy_section5 .content .right .inputbox .input{width: 100%;padding: 6px 0;}
.sy_section5 .content .right .inputbox .input .words{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section5 .content .right .inputbox .input input{height: 38px;font-size: 14px;padding: 0 12px;}
.sy_section5 .content .right .textbox{margin-top: 14px;margin-bottom: 14px;}
.sy_section5 .content .right .textbox .words{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section5 .content .right .textbox textarea{height: 100px;font-size: 14px;line-height: 20px;padding: 12px;}
.sy_section5 .content .right .tit{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section5 .content .right .listbox{margin: -5px;width: calc(100% + 10px);}
.sy_section5 .content .right .listbox .list{padding: 5px;}
.sy_section5 .content .right .listbox .list .a .icobox{width: 26px;height: 26px;}
.sy_section5 .content .right .listbox .list .a .icobox img{width: 22px;}
.sy_section5 .content .right .listbox .list .a .words{font-size: 14px;line-height: 20px;padding-left: 6px;}
.sy_section5 .content .right .listbox .list .a input{width: 120px;height: 20px;}
.sy_section5 .content .right .boxs{margin-top: 14px;}
.sy_section5 .content .right .boxs .input_l{width: 100%;}
.sy_section5 .content .right .boxs .input_l input{height: 38px;padding-right: 100px;font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input::-webkit-input-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input:-moz-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input::moz-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l input:-ms-input-placeholder{font-size: 14px;}
.sy_section5 .content .right .boxs .input_l img{top:4px;}
.sy_section5 .content .right .boxs .button_r{width: 100%;margin-top: 14px;}
.sy_section5 .content .right .boxs .button_r .button1{border-radius: 20px;}
.sy_section5 .content .right .boxs .button_r .button1 a .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.sy_section5 .content .right .boxs .button_r .button2{border-radius: 20px;}
.sy_section5 .content .right .boxs .button_r .button2 a{font-size: 14px;line-height: 40px;;}
}

/*内页banner*/
.ny_banner{width: 100%;position: relative;margin-top: 100px;}
.ny_banner .ba_pic{width: 100%;}
.ny_banner .ba_pic img{width: 100%;display: block;}
.ny_banner .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.ny_banner .wordsbox .content{width: 100%;padding-left: 14px;border-left: 6px solid #fff;}
.ny_banner .wordsbox .content .tit1{font-size: 36px;color: #ffffff;line-height: 40px;margin-bottom: 4px;}
.ny_banner .wordsbox .content .tit2{font-size: 36px;color: #ffffff;line-height: 40px;text-transform:uppercase;}
@media screen and (max-width:1680px) {
.ny_banner{margin-top: 65px;}
.ny_banner .wordsbox .content{padding-left: 10px;border-left: 4px solid #fff;}
.ny_banner .wordsbox .content .tit1{font-size: 26px;line-height: 30px;}
.ny_banner .wordsbox .content .tit2{font-size: 26px;line-height: 30px;}
}
@media screen and (max-width:1024px) {
.ny_banner{margin-top: 50px;}
.ny_banner .wordsbox .content{padding-left: 8px;border-left: 4px solid #fff;}
.ny_banner .wordsbox .content .tit1{font-size: 20px;line-height: 24px;}
.ny_banner .wordsbox .content .tit2{font-size: 20px;line-height: 24px;}
}

/*当前位置二级导航*/
.qdej_section{width: 100%;background-image: linear-gradient(to right, #eeeeee , #e0e0e0);}
.qdej_section .content{width: 100%;overflow: hidden;}
.qdej_section .content .left{float: left;font-size: 0;}
.qdej_section .content .left img{width: 20px;display: inline-block;vertical-align: middle;margin-right: 15px;}
.qdej_section .content .left a{display: inline-block;vertical-align: middle;font-size: 18px;color: #666666;line-height: 80px;display: inline-block;vertical-align: middle;}
.qdej_section .content .left a:hover,
.qdej_section .content .left a.on{color: #e65400;}
.qdej_section .content .left span{display: inline-block;vertical-align: middle;font-size: 18px;color: #666666;line-height: 80px;display: inline-block;vertical-align: middle;margin: 0 10px;}
.qdej_section .content .rights{float: right;background: rgba(255,255,255,0.3);}
.qdej_section .content .rights a{display: block;width: 170px;font-size: 0;text-align: center;}
.qdej_section .content .rights a .words{font-size: 16px;color: #ffffff;line-height: 80px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.qdej_section .content .rights a img{width: 47px;display: none;}
/*20220615start*/
.qdej_section .content .right{float: right;width: calc(100% - 480px);}
.qdej_section .content .right ul{font-size: 0; float: left;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;width: 100%;text-align: right;}
.qdej_section .content .right ul::-webkit-scrollbar{ height: 3px;}
.qdej_section .content .right ul::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.qdej_section .content .right ul::-webkit-scrollbar-thumb{ height: 3px;  background-color: #e65400; border-radius: 3px;}
.qdej_section .content .right ul li{/*width: 260px;*/ display: inline-block;vertical-align: middle;margin-right: 30px;}
.qdej_section .content .right ul li:last-child{margin-right: 0;}
.qdej_section .content .right ul li a{display: block;font-size: 0;text-align: center; padding:0 40px;}
.qdej_section .content .right ul li a .words{font-size: 16px;color: #333333;line-height: 80px;display: inline-block;vertical-align: middle;}
.qdej_section .content .right ul li:hover a,
.qdej_section .content .right ul li.on a{background: rgba(255,255,255,0.3);}
.qdej_section .content .right ul li:hover a .words,
.qdej_section .content .right ul li.on a .words{color: #e65400;}
.qdej_section .content .right ul li a img{width: 0;display: inline-block;vertical-align: middle;margin-left: 0;
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;}
.qdej_section .content .right ul li:hover a img,
.qdej_section .content .right ul li.on a img{display: none;}
@media screen and (max-width:1680px) {
.qdej_section .content .left img{width: 16px;margin-right: 12px;}
.qdej_section .content .left a{font-size: 14px;line-height: 60px;}
.qdej_section .content .left span{font-size: 14px;line-height: 60px;margin: 0 8px;}
.qdej_section .content .rights a .words{font-size: 14px;line-height: 60px;margin-right: 6px;}
.qdej_section .content .rights a img{width: 30px;}
.qdej_section .content .right ul li{margin-right: 20px;}
.qdej_section .content .right ul li:last-child{margin-right: 0;}
.qdej_section .content .right ul li a .words{font-size: 14px;line-height: 60px;}
}
@media screen and (max-width:1024px) {
.qdej_section{padding-top: 10px;padding-bottom: 10px;}
.qdej_section .left{width: 100%;margin-bottom: 14px;}
.qdej_section .content .left a{line-height: 20px;}
.qdej_section .content .left span{line-height: 20px;margin: 0 6px;}
.qdej_section .lefts{width: auto;margin-bottom: 0;}
.qdej_section .content .lefts a{line-height: 36px;}
.qdej_section .content .lefts span{line-height: 36px;}
.qdej_section .content .right{width: 100%;}
.qdej_section .content .right ul{width: 100%;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.qdej_section .content .right ul::-webkit-scrollbar{ display: none;}
.qdej_section .content .right ul li{margin-right: 0;width: auto;}
.qdej_section .content .right ul li a{padding: 0 20px;}
.qdej_section .content .right ul li a .words{font-size: 14px;line-height: 32px;}
.qdej_section .content .right ul li:hover a img,
.qdej_section .content .right ul li.on a img{width: 35px;margin-left: 4px;}
}
/*20220615end*/

/*应用行业一级*/
.hyyyyj_section{width: 100%;padding-top: 80px;padding-bottom: 100px;background: #f5f5f5;}
.hyyyyj_section ul{width: 100%;}
.hyyyyj_section ul li{width: 100%;margin-bottom: 40px;}
.hyyyyj_section ul li:last-child{margin-bottom: 0;}
.hyyyyj_section ul li .a{display: block;width: 100%;overflow: hidden;background: #fff;}
.hyyyyj_section ul li .a:hover{box-shadow: 0 0 20px rgba(220,220,220,1);}
.hyyyyj_section ul li .a .left{width: 41.42%;float: left;}
.hyyyyj_section ul li .a .left .pic{ width: 100%; padding-bottom: 72.41%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyyj_section ul li .a .left .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;}
.hyyyyj_section ul li .a:hover  .left .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);}
.hyyyyj_section ul li .a .right{width: 58.58%;float: right;}
.hyyyyj_section ul li .a .right .wordsbox{width: 100%;padding-top: 70px;padding-left: 48px;padding-right: 64px;}
.hyyyyj_section ul li .a .right .wordsbox .tit{font-size: 28px;color: #333333;line-height: 32px;margin-bottom: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.hyyyyj_section ul li .a:hover .right .wordsbox .tit{color: #e65400;font-weight: bolder;}
.hyyyyj_section ul li .a .right .wordsbox .border{width: 100%;height: 1px;background: #dddddd;position: relative;margin-bottom: 20px;}
.hyyyyj_section ul li .a .right .wordsbox .border::after{content: "";display: block;width: 188px;height: 2px;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(to right, #ffc107 , #7175f5);}
.hyyyyj_section ul li .a .right .wordsbox .info{font-size: 18px;color: #333333;line-height: 36px;margin-bottom: 38px;letter-spacing: 0;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.hyyyyj_section ul li .a .right .wordsbox .more{width: 196px;display: block;text-align: center;font-size: 0;background-image: linear-gradient(to right, #ffc107 , #7175f5);border-radius: 25px;}
.hyyyyj_section ul li .a .right .wordsbox .more:hover{background: #737df4;}
.hyyyyj_section ul li .a .right .wordsbox .more .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.hyyyyj_section ul li .a .right .wordsbox .more img{width: 47px;display: inline-block;vertical-align: middle;}
@media screen and (max-width:1680px) {
.hyyyyj_section{padding-top: 60px;padding-bottom: 60px;}
.hyyyyj_section ul li{margin-bottom: 30px;}
.hyyyyj_section ul li .a .right .wordsbox{padding-top: 86px;padding-left: 50px;padding-right: 70px;}
.hyyyyj_section ul li .a .right .wordsbox .tit{font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.hyyyyj_section ul li .a .right .wordsbox .border::after{width: 160px;}
.hyyyyj_section ul li .a .right .wordsbox .info{font-size: 14px;line-height: 30px;margin-bottom: 30px;}
.hyyyyj_section ul li .a .right .wordsbox .more{width: 160px;border-radius: 20px;}
.hyyyyj_section ul li .a .right .wordsbox .more .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.hyyyyj_section ul li .a .right .wordsbox .more img{width: 30px;}
}
@media screen and (max-width:1300px) {
.hyyyyj_section ul li .a .right .wordsbox{padding-top: 30px;padding-left: 50px;padding-right: 60px;}
}
@media screen and (max-width:1024px) {
.hyyyyj_section{padding-top: 30px;padding-bottom: 30px;}
.hyyyyj_section ul li{margin-bottom: 14px;}
.hyyyyj_section ul li .a .left{width: 100%;}
.hyyyyj_section ul li .a .right{width: 100%;}
.hyyyyj_section ul li .a .right .wordsbox{padding: 14px;}
.hyyyyj_section ul li .a .right .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.hyyyyj_section ul li .a .right .wordsbox .border{margin-bottom: 12px;}
.hyyyyj_section ul li .a .right .wordsbox .border::after{;width: 110px;}
.hyyyyj_section ul li .a .right .wordsbox .info{font-size: 14px;line-height: 26px;margin-bottom: 10px;}
.hyyyyj_section ul li .a .right .wordsbox .more{width: 130px;border-radius: 18px;}
.hyyyyj_section ul li .a .right .wordsbox .more .words{font-size: 14px;line-height: 36px;margin-right: 12px;}
}
	 
/*应用行业*/
.yyhy_section1{width: 100%;padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.yyhy_section1 .content{width: 100%;}
.yyhy_section1 .content .a{display: block;width: 100%;overflow: hidden;}
.yyhy_section1 .content .a .left{width: 48.71%;float: left;}
.yyhy_section1 .content .a .left .slick-dots{position: absolute; bottom: 20px; height: 16px; text-align: center;width: auto;left: auto;right: 48px;}
.yyhy_section1 .content .a .left .slick-dots li{ vertical-align: top; width: 16px; height: 16px;border-radius: 100%; margin: 0 7px; background: rgba(255,255,255,0.7);}
.yyhy_section1 .content .a .left .slick-dots li.slick-active{ background: #fff;}
.yyhy_section1 .content .a .left .pic{ width: 100%; padding-bottom: 57.62%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.yyhy_section1 .content .a .left .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;}
.yyhy_section1 .content .a:hover .left .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);}
.yyhy_section1 .content .a .right{width: 51.29%;float: left;padding-top: 50px;padding-left: 58px;}
.yyhy_section1 .content .a .right .tit{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 45px;font-weight: bolder;}
.yyhy_section1 .content .a:hover .right .tit{color: #e65400;}
.yyhy_section1 .content .a .right .info{font-size: 16px;color: #333333;line-height: 36px;}
@media screen and (max-width:1680px) {
.yyhy_section1{padding-top: 60px;padding-bottom: 60px;}
.yyhy_section1 .content .a .right{padding-top: 80px;padding-left: 58px;}
.yyhy_section1 .content .a .right .tit{font-size: 22px;line-height: 36px;margin-bottom: 20px;}
.yyhy_section1 .content .a .right .info{font-size: 14px;line-height: 30px;}
}
@media screen and (max-width:1300px) {
.yyhy_section1 .content .a .right{padding-top: 40px;padding-left: 50px;}
}
@media screen and (max-width:1024px) {
.yyhy_section1{padding-top: 30px;padding-bottom: 14px;}
.yyhy_section1 .content .a .left{width: 100%;}
.yyhy_section1 .content .a .right{width: 100%;padding: 14px;background: #ffffff;}
.yyhy_section1 .content .a .right .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.yyhy_section1 .content .a .right .info{font-size: 14px;line-height: 24px;}
.yyhy_section1 .content .a .left .slick-dots{bottom: 14px; height: 12px;right: 30px;}
.yyhy_section1 .content .a .left .slick-dots li{ vertical-align: top; width: 12px; height: 12px;margin: 0 4px;}
}

.yyhy_section2{width: 100%;padding-bottom: 100px;background: #f5f5f5;}
.yyhy_section2 .ulbox{margin-bottom: 85px;}
.yyhy_section2 ul{margin: -20px -15px;width: calc(100% + 30px);}
.yyhy_section2 ul::after{content: "";display: block;clear: both;}
.yyhy_section2 ul li{width: 33.3333333%;float: left;padding: 20px 15px;}
.yyhy_section2 ul li .a{display: block;width: 100%;}
.yyhy_section2 ul li .a .pic{ width: 100%; padding-bottom: 67.26%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.yyhy_section2 ul 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;}
.yyhy_section2 ul 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);}
.yyhy_section2 ul li .a .wordsbox{width: 100%;background: #fff;padding: 40px 30px 50px 26px;}
.yyhy_section2 ul li .a .wordsbox .tit{font-size: 24px;color: #333333;line-height: 28px;margin-bottom: 22px;height: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.yyhy_section2 ul li .a:hover .wordsbox .tit{color: #e65400;}
.yyhy_section2 ul li .a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.yyhy_section2 ul li .a:hover{box-shadow: 0 0 30px rgba(161,161,161,0.19);}
@media screen and (max-width:1680px) {
.yyhy_section2{padding-bottom: 70px;}
.yyhy_section2 .ulbox{margin-bottom: 40px;}
.yyhy_section2 ul{margin: -12px;width: calc(100% + 24px);}
.yyhy_section2 ul li{padding: 12px;}
.yyhy_section2 ul li .a .wordsbox{padding: 30px;}
.yyhy_section2 ul li .a .wordsbox .tit{font-size: 20px;line-height: 24px;margin-bottom: 18px;height: 24px;}
.yyhy_section2 ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
}
@media screen and (max-width:1024px) {
.yyhy_section2{padding-bottom: 30px;}
.yyhy_section2 .ulbox{margin-bottom: 16px;}
.yyhy_section2 ul{margin: 0;width: 100%;}
.yyhy_section2 ul li{width: 100%;padding: 0;margin-bottom: 14px;}
.yyhy_section2 ul li .a .wordsbox{padding: 14px;}
.yyhy_section2 ul li .a .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;height: 24px;}
.yyhy_section2 ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
}

/*分页*/
.page_section{width: 100%;text-align: center;font-size: 0;}
.page_section .page-num{display: inline-block;vertical-align: middle;margin: 0 5px;font-size: 18px;color: #666666;line-height: 39px;width: 39px;}
.page_section .page-num:hover,
.page_section .page-num.on{color: #e65400;font-weight: bolder;}
.page_section .prev{width: 39px;height: 39px;display: inline-block;vertical-align: middle;background-image: linear-gradient(to right, #bdbdbd , #dddddd);border-radius: 100%;margin-right: 32px;}
.page_section .next{width: 39px;height: 39px;display: inline-block;vertical-align: middle;background-image: linear-gradient(to right, #dddddd , #bdbdbd);border-radius: 100%;margin-left: 32px;}
.page_section .prev img,
.page_section .next img{width: 100%;display: block;}
.page_section .prev:hover{background-image: linear-gradient(to right, #ff5722 , #ff9800);}
.page_section .next:hover{background-image: linear-gradient(to right, #ff5722 , #ff9800);}
@media screen and (max-width:1680px) {
.page_section .a{margin: 0 4px;font-size: 14px;line-height: 30px;width: 30px;}
.page_section .prev{width: 30px;height: 30px;margin-right: 14px;}
.page_section .next{width: 30px;height: 30px;margin-left: 14px;}
}
@media screen and (max-width:1024px) {
.wappage_section{width: 100%;text-align: center;font-size: 0;}
.wappage_section a{display: inline-block;vertical-align: middle;}
.wappage_section a.boxs2{margin: 0 12px;font-size: 14px;color: #555;line-height: 30px;}
.wappage_section a.boxs1{width: 80px;font-size: 14px;color: #fff;line-height: 30px;background: #c4c4c4;border-radius: 15px;}
.wappage_section a.boxs1:hover{background: #7eb4ef;}
}

/*行业应用详情*/
.hyyyxq_section{width: 100%;padding-top: 50px;padding-bottom: 115px;background: #f5f5f5;}
.hyyyxq_section .content{width: 100%;}
.hyyyxq_section .content::after{content: "";display: block;clear: both;}
.hyyyxq_section .content .left{width: 66.78%;float: left;background: #ffffff;padding: 62px 36px 54px 36px;}
.hyyyxq_section .content .left .boxs1{width: 100%;padding-bottom: 54px;margin-bottom: 45px;border-bottom: 1px solid #dddddd;}
.hyyyxq_section .content .left .boxs1 .tit{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 40px;font-weight: bold;}
.hyyyxq_section .content .left .boxs1 .info{font-size: 18px;color: #666666;line-height: 30px;margin-bottom: 46px;}
.hyyyxq_section .content .left .boxs1 .more{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;}
.hyyyxq_section .content .left .boxs1 .more:hover{background: #e65400;}
.hyyyxq_section .content .left .boxs1 .more a{display: block;width: 100%;font-size: 0;text-align: center;}
.hyyyxq_section .content .left .boxs1 .more a img{width: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.hyyyxq_section .content .left .boxs1 .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;}
.hyyyxq_section .content .left .boxs2{width: 100%;margin-bottom: 64px;}
.hyyyxq_section .content .left .boxs2 ul{width: 100%;}
.hyyyxq_section .content .left .boxs2 ul li{width: 100%;margin-bottom: 62px;}
.hyyyxq_section .content .left .boxs2 ul li .tit{margin-bottom: 28px; font-weight:bold; font-size: 22px;color: #333333;line-height: 24px;padding-left: 24px;position: relative; padding-bottom:20px;}
.hyyyxq_section .content .left .boxs2 ul li .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.hyyyxq_section .content .left .boxs2 ul li .tit::after{content: "";display: block;width: 4px;height: 26px;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.hyyyxq_section .content .left .boxs2 ul li .listbox{width: 100%;margin-bottom: 30px; font-size: 18px;color: #666666;line-height: 24px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list{width: 100%;padding-left: 28px;position: relative;font-size: 18px;color: #666666;line-height: 24px;margin-bottom: 28px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list:last-child{margin-bottom: 0;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list::after{content: "";display: block;width: 8px;height: 8px;background: #999999;border-radius: 100%;position: absolute;left: 0;top: 50%;margin-top: -4px;}
.hyyyxq_section .content .left .boxs2 ul li .pic{width: 100%;}
.hyyyxq_section .content .left .boxs2 ul li .pic img{width: 100%;display: block;}
.hyyyxq_section .content .left .boxs2 ul li .pic.pic1{margin-bottom: 28px;}
.hyyyxq_section .content .left .boxs2 .more{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;}
.hyyyxq_section .content .left .boxs2 .more:hover{background: #e65400;}
.hyyyxq_section .content .left .boxs2 .more a{display: block;width: 100%;font-size: 0;text-align: center;}
.hyyyxq_section .content .left .boxs2 .more a img{width: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.hyyyxq_section .content .left .boxs2 .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;}
.hyyyxq_section .content .left .boxs3{width: 100%;margin-bottom: 60px;}
.hyyyxq_section .content .left .boxs3 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.hyyyxq_section .content .left .boxs3 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.hyyyxq_section .content .left .boxs3 .ul{margin: -10px;width: calc(100 + 20px);}
.hyyyxq_section .content .left .boxs3 .ul .li{padding: 10px;}
.hyyyxq_section .content .left .boxs3 .ul .li a{display: block;padding: 15px 15px 35px 15px;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.hyyyxq_section .content .left .boxs3 .ul .li a .pic{ width: 100%; padding-bottom: 76.47%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyxq_section .content .left .boxs3 .ul .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;}
.hyyyxq_section .content .left .boxs3 .ul .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);}
.hyyyxq_section .content .left .boxs3 .ul .li a .words{font-size: 16px;color: #333333;line-height: 20px;text-align: center;margin-top: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyyyxq_section .content .left .boxs3 .ul .li a:hover .words{color: #e65400;}
.hyyyxq_section .content .left .boxs4{margin-bottom: 60px;width: 100%;}
.hyyyxq_section .content .left .boxs4 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.hyyyxq_section .content .left .boxs4 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.hyyyxq_section .content .left .boxs4 .ul{margin: -10px;width: calc(100 + 20px);}
.hyyyxq_section .content .left .boxs4 .ul .li{padding: 10px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.hyyyxq_section .content .left .boxs4 .ul .li .a .pic{ width: 100%; padding-bottom: 67.03%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyxq_section .content .left .boxs4 .ul .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;}
.hyyyxq_section .content .left .boxs4 .ul .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);}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox{width: 100%;padding: 20px 20px 30px 20px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox .tits{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 14px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyyyxq_section .content .left .boxs4 .ul .li .a:hover .wordsbox .tits{color: #e65400;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox .info{font-size: 14px;color: #666666;line-height: 20px;height: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.hyyyxq_section .content .left .boxs5{width: 100%;margin-bottom: 60px;}
.hyyyxq_section .content .left .boxs5 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.hyyyxq_section .content .left .boxs5 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.hyyyxq_section .content .left .boxs5 .ul{margin: -10px;width: calc(100% + 20px);}
.hyyyxq_section .content .left .boxs5 .ul .li{padding: 10px;}
.hyyyxq_section .content .left .boxs5 .ul .li a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox{width: 100%;position: relative;overflow: hidden;}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox .pic{ width: 100%; padding-bottom: 73.97%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox .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;}
.hyyyxq_section .content .left .boxs5 .ul .li a:hover .picbox .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);}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 47px;display: block;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox{width: 100%;padding: 15px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 16px;color: #333333;line-height: 30px;text-align: center;height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyyyxq_section .content .left .boxs5 .ul .li a:hover .wordsbox .words{color: #e65400;}
.hyyyxq_section .content .left .boxs6{width: 100%;}
.hyyyxq_section .content .left .boxs6 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.hyyyxq_section .content .left .boxs6 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.hyyyxq_section .content .left .boxs6 .ul{width: 100%;}
.hyyyxq_section .content .left .boxs6 .ul .li{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px dashed #dddddd;}
.hyyyxq_section .content .left .boxs6 .ul .li:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.hyyyxq_section .content .left .boxs6 .ul .li a{display: block;width: 100%;font-size: 0;}
.hyyyxq_section .content .left .boxs6 .ul .li a .lefts{width: 250px;display: inline-block;vertical-align: middle;}
.hyyyxq_section .content .left .boxs6 .ul .li a .lefts .pic{ width: 100%; padding-bottom: 68%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyxq_section .content .left .boxs6 .ul .li a .lefts .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;}
.hyyyxq_section .content .left .boxs6 .ul .li a:hover .lefts .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);}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights{width: calc(100% - 252px);display: inline-block;vertical-align: middle;padding-left: 16px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .tits{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyyyxq_section .content .left .boxs6 .ul .li a:hover .rights .tits{color: #e65400;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs{width: 100%;overflow: hidden;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .date{float: left;font-size: 16px;color: #666666;line-height: 20px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more{float: right;font-size: 0;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more .words{font-size: 16px;color: #e65400;line-height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: 0;
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;}
.hyyyxq_section .content .left .boxs6 .ul .li a:hover .rights .boxs .more .words{opacity: 1;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more img{display: inline-block;vertical-align: middle;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more .img2{display: none;}
.hyyyxq_section .content .left .boxs6 .ul .li a:hover .rights .boxs .more .img1{display: none;}
.hyyyxq_section .content .left .boxs6 .ul .li a:hover .rights .boxs .more .img2{display: inline-block;}
.hyyyxq_section .content .right{width: 30%;float: right;background: #ffffff;padding: 40px 32px 45px 32px;}
.hyyyxq_section .content .right h2{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 30px;padding-bottom: 34px;border-bottom: 1px solid #dddddd;}
.hyyyxq_section .content .right ul{width: 100%;}
.hyyyxq_section .content .right ul li{width: 100%;margin-bottom: 30px;}
.hyyyxq_section .content .right ul li:last-child{margin-bottom: 0;}
.hyyyxq_section .content .right ul li .a{display: block;width: 100%;border: 1px solid #e4e4e4;}
.hyyyxq_section .content .right ul li .a:hover{border-color: rgba(255,255,255,0);box-shadow: 0 0 20px rgba(220,220,220,0.6);}
.hyyyxq_section .content .right ul li .a .pic{ width: 100%; padding-bottom: 67.53%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.hyyyxq_section .content .right ul 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;}
.hyyyxq_section .content .right ul 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);}
.hyyyxq_section .content .right ul li .a .wordsbox{width: 100%;padding: 24px 20px 36px 20px;}
.hyyyxq_section .content .right ul li .a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 16px;height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyyyxq_section .content .right ul li .a:hover .wordsbox .tit{color: #e65400;}
.hyyyxq_section .content .right ul li .a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
@media screen and (max-width:1680px) {
.hyyyxq_section{padding-bottom: 70px;}
.hyyyxq_section .content .left{padding: 50px 30px 40px 30px;}
.hyyyxq_section .content .left .boxs1{padding-bottom: 40px;margin-bottom: 40px;}
.hyyyxq_section .content .left .boxs1 .tit{font-size: 20px;line-height: 24px;margin-bottom: 30px;}
.hyyyxq_section .content .left .boxs1 .info{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
.hyyyxq_section .content .left .boxs1 .more{width: 140px;border-radius: 20px;}
.hyyyxq_section .content .left .boxs1 .more a img{width: 14px;margin-right: 8px;}
.hyyyxq_section .content .left .boxs1 .more a .words{font-size: 14px;line-height: 40px;}
.hyyyxq_section .content .left .boxs2{margin-bottom: 40px;}
.hyyyxq_section .content .left .boxs2 ul li{margin-bottom: 34px;}
.hyyyxq_section .content .left .boxs2 ul li .tit{margin-bottom: 20px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs2 ul li .tit::after{width: 3px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox{margin-bottom: 20px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list{padding-left: 20px;font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list::after{width: 6px;height: 6px;margin-top: -3px;}
.hyyyxq_section .content .left .boxs2 ul li .pic.pic1{margin-bottom: 20px;}
.hyyyxq_section .content .left .boxs2 .more{width: 140px;border-radius: 20px;}
.hyyyxq_section .content .left .boxs2 .more a img{width: 14px;margin-right: 8px;}
.hyyyxq_section .content .left .boxs2 .more a .words{font-size: 14px;line-height: 40px;}
.hyyyxq_section .content .left .boxs3{margin-bottom: 40px;}
.hyyyxq_section .content .left .boxs3 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs3 .tit::after{width: 3px;}
.hyyyxq_section .content .left .boxs3 .ul .li a{padding: 12px 12px 30px 12px;}
.hyyyxq_section .content .left .boxs3 .ul .li a .words{font-size: 14px;margin-top: 12px;}
.hyyyxq_section .content .left .boxs4{margin-bottom: 40px;}
.hyyyxq_section .content .left .boxs4 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs4 .tit::after{width: 4px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox{padding: 16px 16px 20px 16px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs5{margin-bottom: 40px;}
.hyyyxq_section .content .left .boxs5 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs5 .tit::after{width: 3px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 34px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox{padding: 12px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 14px;line-height: 24px;height: 24px;}
.hyyyxq_section .content .left .boxs6 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs6 .tit::after{width: 3px;}
.hyyyxq_section .content .left .boxs6 .ul .li{margin-bottom: 20px;padding-bottom: 20px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .lefts{width: 220px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights{width: calc(100% - 222px);padding-left: 10px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .tits{font-size: 18px;margin-bottom: 16px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .date{font-size: 14px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more .words{font-size: 14px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more img{width: 34px;}
.hyyyxq_section .content .right{padding: 50px 26px 40px 26px;}
.hyyyxq_section .content .right h2{font-size: 24px;line-height: 30px;margin-bottom: 20px;padding-bottom: 20px;}
.hyyyxq_section .content .right ul li{margin-bottom: 20px;}
.hyyyxq_section .content .right ul li .a .wordsbox{padding: 16px 16px 24px 16px;}
.hyyyxq_section .content .right ul li .a .wordsbox .tit{font-size: 18px;margin-bottom: 12px;}
.hyyyxq_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
}
@media screen and (max-width:1024px) {
.hyyyxq_section{padding-top: 30px;padding-bottom: 30px;}
.hyyyxq_section .content .left{width: 100%;padding: 12px;margin-bottom: 20px;}
.hyyyxq_section .content .left .boxs1{padding-bottom: 14px;margin-bottom: 14px;}
.hyyyxq_section .content .left .boxs1 .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs1 .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs1 .more{width: 130px;border-radius: 18px;}
.hyyyxq_section .content .left .boxs1 .more a .words{font-size: 14px;line-height: 38px;}
.hyyyxq_section .content .left .boxs2{margin-bottom: 14px;}
.hyyyxq_section .content .left .boxs2 ul li{margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs2 ul li .tit{margin-bottom: 12px;font-size: 18px; padding-bottom:12px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox{margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs2 ul li .listbox .list{margin-bottom: 10px;}
.hyyyxq_section .content .left .boxs2 ul li .pic.pic1{margin-bottom: 10px;}
.hyyyxq_section .content .left .boxs2 .more{width: 130px;border-radius: 18px;}
.hyyyxq_section .content .left .boxs2 .more a .words{font-size: 14px;line-height: 36px;}
.hyyyxq_section .content .left .boxs3{margin-bottom: 14px;}
.hyyyxq_section .content .left .boxs3 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs3 .ul{padding-bottom: 30px;}
.hyyyxq_section .content .left .boxs3 .ul .li a{padding: 12px 12px 16px 12px;}
.hyyyxq_section .content .left .boxs3 .ul .li a .words{font-size: 14px;margin-top: 10px;}
.hyyyxq_section .content .left .boxs3 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.hyyyxq_section .content .left .boxs3 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.hyyyxq_section .content .left .boxs3 .ul .slick-dots li.slick-active{ background: #e65400;}
.hyyyxq_section .content .left .boxs4{margin-bottom: 14px;}
.hyyyxq_section .content .left .boxs4 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs4 .ul{padding-bottom: 30px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox{padding: 10px;}
.hyyyxq_section .content .left .boxs4 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.hyyyxq_section .content .left .boxs4 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.hyyyxq_section .content .left .boxs4 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.hyyyxq_section .content .left .boxs4 .ul .slick-dots li.slick-active{ background: #e65400;}
.hyyyxq_section .content .left .boxs5{margin-bottom: 14px;}
.hyyyxq_section .content .left .boxs5 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs5 .ul{padding-bottom: 30px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 34px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox{padding: 10px;}
.hyyyxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 14px;line-height: 24px;height: 24px;}
.hyyyxq_section .content .left .boxs5 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.hyyyxq_section .content .left .boxs5 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.hyyyxq_section .content .left .boxs5 .ul .slick-dots li.slick-active{ background: #e65400;}
.hyyyxq_section .content .left .boxs6 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.hyyyxq_section .content .left .boxs6 .ul{margin: -10px;width: calc(100% + 20px);padding-bottom: 50px;}
.hyyyxq_section .content .left .boxs6 .ul .li{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;padding: 10px;}
.hyyyxq_section .content .left .boxs6 .ul .li a{box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.hyyyxq_section .content .left .boxs6 .ul .li a .lefts{width: 100%;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights{width: 100%;display: block; padding-left: 0;padding: 10px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .tits{font-size: 18px;margin-bottom: 12px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;height: 40px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .date{font-size: 14px;}
.hyyyxq_section .content .left .boxs6 .ul .li a .rights .boxs .more .words{font-size: 14px;margin-right: 8px;}
.hyyyxq_section .content .left .boxs6 .ul .slick-dots{position: absolute; bottom: 30px; height: 8px; text-align: center;}
.hyyyxq_section .content .left .boxs6 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.hyyyxq_section .content .left .boxs6 .ul .slick-dots li.slick-active{ background: #e65400;}
.hyyyxq_section .content .right{width: 100%;padding: 12px;}
.hyyyxq_section .content .right h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-bottom: 12px;}
.hyyyxq_section .content .right ul li{margin-bottom: 12px;}
.hyyyxq_section .content .right ul li .a .wordsbox{padding: 12px;}
.hyyyxq_section .content .right ul li .a .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;height: 24px;}
.hyyyxq_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 22px;height: 44px;}
}

/*弹窗*/
._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(../image/img85.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 12px;}
._htm video{width: 100%;display: block;margin: 0 auto;}
._htm img{width: 100%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1199px){
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(img);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:360px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}

/*表单下载弹窗*/
.bd_section{width: 100%;height: 100vh;position: fixed;left: 0;top: 0;background: rgba(0,0,0,0.52);z-index: 99;display: none;}
.bd_section.on{display: block;}
.bd_section .bdbox{position: absolute;left: 50%;top: 50%;width: 930px;border-radius: 14px 14px 0 0;overflow: hidden;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.bd_section .bdbox .top{width: 100%;position: relative;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.bd_section .bdbox .top .tit{font-size: 24px;color: #ffffff;line-height: 68px;text-align: center;font-weight: bolder;}
.bd_section .bdbox .top .none{width: 38px;display: block;position: absolute;right: 26px;top: 50%;cursor: pointer;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.bd_section .bdbox .bottom{width: 100%;background: #ffffff;padding: 14px 8px 36px 40px;}
.bd_section .bdbox .bottom ._t{width: 100%;padding-top: 12px;margin-bottom: 80px;padding-right: 20px;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 520px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar{ width: 5px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar-track{ background-color: #dde3e8; border-radius: 5px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar-thumb{ width: 5px; background-image: linear-gradient(#8bf6e8 , #e65400); border-radius: 5px;}
.bd_section .bdbox .bottom ._t .boxs1{width: 100%;margin-bottom: 50px;overflow: hidden;}
.bd_section .bdbox .bottom ._t .boxs1 .lefts{padding-top: 7.5px;width: 49.59%;float: left;padding-right: 40px;font-size: 16px;color: #222222;line-height: 28px;letter-spacing: 0;}
.bd_section .bdbox .bottom ._t .boxs1 .rights{width: 50.41%;float: right;font-size: 0;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .words{display: inline-block;vertical-align: middle;font-size: 16px;color: #222222;line-height: 28px;width: calc(100% - 100px);padding-right: 22px;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .words img{display: inline-block;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .ewm{width: 98px;display: inline-block;vertical-align: middle;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .ewm img{width: 100%;display: block;}
.bd_section .bdbox .bottom ._t .boxs2{width: 100%;margin-bottom: 24px;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox{margin: -10px -14px;overflow: hidden;width: calc(100% + 20px);}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs{width: 50%;float: left;padding: 10px 14px;overflow: hidden;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs .words{font-size: 16px;color: #222222;line-height: 40px;width: 88px;letter-spacing: 0;float: left;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs .words span{color: #ff0000;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs input{width: calc(100% - 90px);float: left;height: 40px;padding: 0 10px;font-size: 16px;color: #333;border: 1px solid #cccccc;border-radius: 4px;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox{margin-top: 20px;width: 100%; overflow: hidden;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox .words{font-size: 16px;color: #222222;line-height: 40px;width: 88px;letter-spacing: 0;float: left;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox textarea{width: calc(100% - 90px);float: left;padding: 10px;font-size: 16px;color: #333;border: 1px solid #cccccc;border-radius: 4px;height: 82px;}
.bd_section .bdbox .bottom ._t .boxs3{width: 100%;}
.bd_section .bdbox .bottom ._t .boxs3 .tit{font-size: 16px;color: #222222;line-height: 20px;margin-bottom: 24px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox{width: calc(100% + 20px);margin: -10px; overflow: hidden;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list{width: 33.3333%;float: left;padding: 10px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a{display: block;width: 100%;overflow: hidden;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .imgbox{width: 30px;float: left;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .imgbox img{width: 100%;display: block;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .imgbox img.img2{display: none;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list.on a .imgbox img.img1{display: none;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list.on a .imgbox img.img2{display: block;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .words{font-size: 16px;color: #666666;line-height: 30px;float: left;width: calc(100% - 30px);padding-left: 10px;}
.bd_section .bdbox .bottom ._b{width: 100%;padding-right: 64px;}
.bd_section .bdbox .bottom ._b .boxs{width: 100%;overflow: hidden;margin-bottom: 54px;}
.bd_section .bdbox .bottom ._b .boxs .lefts{width: 51.82%;float: left;position: relative;}
.bd_section .bdbox .bottom ._b .boxs .lefts .words{font-size: 16px;color: #222222;line-height: 20px;float: left;width: 64px;letter-spacing: 0;}
.bd_section .bdbox .bottom ._b .boxs .lefts input{width: calc(100% - 64px);float: left;height: 44px;border-bottom: 1px solid #dddddd;font-size: 16px;color: #333;padding: 0 150px 0 12px;}
.bd_section .bdbox .bottom ._b .boxs .lefts img{width: 137px;display: block;position: absolute;right: 0;top: 0;}
.bd_section .bdbox .bottom ._b .boxs .rights{width: 35.85%;float: right;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1{width: 54.76%;float: left;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a{display: block;width: 100%;font-size: 0;text-align: center;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 24px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a:hover{background: #e65400;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a .words{font-size: 18px;color: #ffffff;line-height: 48px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a img{width: 16px;display: inline-block;vertical-align: middle;}
.bd_section .bdbox .bottom ._b .boxs .rights .button2{width: 34.69%;float: right;}
.bd_section .bdbox .bottom ._b .boxs .rights .button2 a{display: block;width: 100%;text-align: center;font-size: 18px;line-height: 46px;color: #7175f5; border-radius: 24px;border: 1px solid #e65400;}
.bd_section .bdbox .bottom ._b .boxs .rights .button2 a:hover{background: #e65400;color: #fff;}
.bd_section .bdbox .bottom ._b .dz{width: 100%;}
.bd_section .bdbox .bottom ._b .dz a{display: block;width: 100%;font-size: 12px;color: #000000;line-height: 16px;}
.bd_section .bdbox .bottom ._b .dz a:hover{color: #e65400;}
@media  screen and (max-width: 1680px){
.bd_section .bdbox{width: 800px;}
.bd_section .bdbox .top .tit{font-size: 18px;line-height: 54px;}
.bd_section .bdbox .top .none{width: 30px;right: 18px;}
.bd_section .bdbox .bottom{padding: 14px 6px 24px 24px;}
.bd_section .bdbox .bottom ._t{padding-top: 10px;margin-bottom: 40px;padding-right: 18px; max-height: 414px;}
.bd_section .bdbox .bottom ._t .boxs1{margin-bottom: 30px;}
.bd_section .bdbox .bottom ._t .boxs1 .lefts{padding-top: 0;padding-right: 24px;font-size: 14px;line-height: 24px;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .words{font-size: 14px;line-height: 24px;width: calc(100% - 90px);padding-right: 16px;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .ewm{width: 88px;}
.bd_section .bdbox .bottom ._t .boxs2{margin-bottom: 18px;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox{margin: -8px;width: calc(100% + 16px);}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs{padding: 8px;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs .words{font-size: 14px;line-height: 34px;width: 80px;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs input{width: calc(100% - 80px);height: 34px;font-size: 14px;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox{margin-top: 14px;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox .words{font-size: 14px;line-height: 34px;width: 80px;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox textarea{width: calc(100% - 80px);font-size: 14px;height: 60px;}
.bd_section .bdbox .bottom ._t .boxs3 .tit{font-size: 14px;margin-bottom: 16px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox{width: calc(100% + 12px);margin: -6px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list{padding: 6px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .imgbox{width: 26px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .words{font-size: 14px;line-height: 26px;width: calc(100% - 26px);}
.bd_section .bdbox .bottom ._b{padding-right: 30px;}
.bd_section .bdbox .bottom ._b .boxs{margin-bottom: 30px;}
.bd_section .bdbox .bottom ._b .boxs .lefts .words{font-size: 14px;width: 60px;}
.bd_section .bdbox .bottom ._b .boxs .lefts input{width: calc(100% - 60px);height: 36px;font-size: 14px;padding: 0 130px 0 12px;}
.bd_section .bdbox .bottom ._b .boxs .lefts img{width: 118px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a{border-radius: 18px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a .words{font-size: 14px;line-height: 36px;margin-right: 10px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1 a img{width: 14px;}
.bd_section .bdbox .bottom ._b .boxs .rights .button2 a{font-size: 14px;line-height: 34px;border-radius: 18px;}
}
@media  screen and (max-width: 1300px){
.bd_section .bdbox .bottom ._t{max-height: 368px;}
}
@media  screen and (max-width: 1024px){
.bd_section .bdbox{width: calc(100% - 30px);}
.bd_section .bdbox .top .tit{font-size: 18px;line-height: 40px;}
.bd_section .bdbox .top .none{width: 24px;right: 14px;}
.bd_section .bdbox .bottom{padding: 12px;}
.bd_section .bdbox .bottom ._t{padding-top: 0;margin-bottom: 14px;padding-right: 10px;max-height: 324px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar{width: 3px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar-track{border-radius: 3px;}
.bd_section .bdbox .bottom ._t::-webkit-scrollbar-thumb{width: 3px;border-radius: 3px;}
.bd_section .bdbox .bottom ._t .boxs1{margin-bottom: 12px;}
.bd_section .bdbox .bottom ._t .boxs1 .lefts{padding-top: 0;width: 100%;padding-right: 0;font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.bd_section .bdbox .bottom ._t .boxs1 .rights{width: 100%;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .words{font-size: 14px;line-height: 24px;width: calc(100% - 80px);padding-right: 10px;}
.bd_section .bdbox .bottom ._t .boxs1 .rights .ewm{width: 78px;}
.bd_section .bdbox .bottom ._t .boxs2{margin-bottom: 12px;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox{margin: 0;width: 100%;}
.bd_section .bdbox .bottom ._t .boxs2 .inputbox .inputs{width: 100%;padding: 0;margin-bottom: 8px;}
.bd_section .bdbox .bottom ._t .boxs2 .textbox{margin-top: 0;}
.bd_section .bdbox .bottom ._t .boxs3{width: 100%;}
.bd_section .bdbox .bottom ._t .boxs3 .tit{font-size: 14px;margin-bottom: 10px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox{width: calc(100% + 10px);margin: -5px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list{width: 50%;padding: 5px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .imgbox{width: 24px;}
.bd_section .bdbox .bottom ._t .boxs3 .listbox .list a .words{font-size: 14px;line-height: 24px;width: calc(100% - 24px);padding-left: 8px;}
.bd_section .bdbox .bottom ._b{padding-right: 10px;}
.bd_section .bdbox .bottom ._b .boxs{margin-bottom: 10px;}
.bd_section .bdbox .bottom ._b .boxs .lefts{width: 100%;margin-bottom: 8px;}
.bd_section .bdbox .bottom ._b .boxs .lefts .words{font-size: 14px;width: 58px;}
.bd_section .bdbox .bottom ._b .boxs .lefts input{width: calc(100% - 58px);height: 34px;font-size: 14px;padding: 0 120px 0 12px;}
.bd_section .bdbox .bottom ._b .boxs .lefts img{width: auto;height: 33px;}
.bd_section .bdbox .bottom ._b .boxs .rights{width: 100%;}
.bd_section .bdbox .bottom ._b .boxs .rights .button1{width: 56%;}
.bd_section .bdbox .bottom ._b .boxs .rights .button2{width: 30%;}
.bd_section .bdbox .bottom ._b .dz a{letter-spacing: 0;}
}

/*产品中心*/
.cp_section{width: 100%;padding-top: 80px;padding-bottom: 110px;background: #f5f5f5;}
.cp_section ul{width: 100%;}
.cp_section ul li{width: 100%;margin-bottom: 40px;}
.cp_section ul li a{display: block;width: 100%;padding: 54px 50px 50px 76px;background: #ffffff;overflow: hidden;}
.cp_section ul li:last-child{margin-bottom: 0;}
.cp_section ul li a .left{width: 397px;float: left;margin-top: 40px;position: relative;}
.cp_section ul li a .left .border{ padding-bottom: 59.94%; position: relative; overflow: hidden;z-index: 2;}
.cp_section ul li a .left .border 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%);}
.cp_section ul li a .left .pic{ width: 100%; padding-bottom: 59.94%; position: absolute;left: 0;top: 0;  overflow: hidden; min-height: 50px;z-index: 1;border-radius: 8px;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;}
.cp_section ul li a .left .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;}
.cp_section ul li a:hover .left .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);}
.cp_section ul li a .right{width: calc(100% - 397px);float: left;padding-left: 60px;}
.cp_section ul li a .right .titbox{width: 100%;overflow: hidden;margin-bottom: 44px;}
.cp_section ul li a .right .titbox .tit{font-size: 28px;color: #333333;line-height: 50px;width: calc(100% - 196px);float: left;font-weight: bold;padding-right: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cp_section ul li a:hover .right .titbox .tit{color: #e65400;}
.cp_section ul li a .right .titbox .more{width: 196px;float: left;background-image: linear-gradient(to right, #ffc107 , #e65400);font-size: 0;text-align: center;border-radius: 25px;}
.cp_section ul li a .right .titbox .more .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.cp_section ul li a .right .titbox .more img{width: 47px;display: inline-block;vertical-align: middle;}
.cp_section ul li a .right .info{font-size: 18px;color: #666666;line-height: 36px;margin-bottom: 36px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cp_section ul li a .right .listbox{width: calc(100% + 100px);padding-top: 36px;margin: -8px -50px; border-top: 1px solid #dddddd;}
.cp_section ul li a .right .listbox .list{float: left;font-size: 0;padding: 8px 50px;}
.cp_section ul li a .right .listbox .list.list2{margin-left: 50px;}
.cp_section ul li a .right .listbox .list.list3{margin-left: 110px;}
.cp_section ul li a .right .listbox .list.list4{margin-left: -14px;}
.cp_section ul li a .right .listbox .list.list5{margin-left: 10px;}
.cp_section ul li a .right .listbox .list img{width: 10px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.cp_section ul li a .right .listbox .list .words{font-size: 16px;color: #666666;line-height: 20px;display: inline-block;vertical-align: middle;padding-left: 0;}
@media  screen and (max-width: 1680px){
.cp_section{padding-top: 60px;padding-bottom: 60px;}
.cp_section ul li{margin-bottom: 30px;}
.cp_section ul li a{padding: 40px;}
.cp_section ul li a .left{width: 360px;margin-top: 40px;}
.cp_section ul li a .right{width: calc(100% - 360px);padding-left: 40px;}
.cp_section ul li a .right .titbox{margin-bottom: 30px;}
.cp_section ul li a .right .titbox .tit{font-size: 20px;line-height: 40px;width: calc(100% - 160px);}
.cp_section ul li a .right .titbox .more{width: 160px;border-radius: 20px;}
.cp_section ul li a .right .titbox .more .words{font-size: 14px;line-height: 40px;margin-right: 12px;}
.cp_section ul li a .right .titbox .more img{width: 34px;}
.cp_section ul li a .right .info{font-size: 14px;line-height: 30px;margin-bottom: 26px;}
.cp_section ul li a .right .listbox{width: calc(100% + 100px);padding-top: 26px;margin: -6px -50px;}
.cp_section ul li a .right .listbox .list{padding: 6px 50px;}
.cp_section ul li a .right .listbox .list img{width: 8px;margin-right: 10px;}
.cp_section ul li a .right .listbox .list .words{font-size: 16px;}
.cp_section ul li a .right .listbox .list.list2{margin-left: 50px;}
.cp_section ul li a .right .listbox .list.list3{margin-left: 80px;}
.cp_section ul li a .right .listbox .list.list4{margin-left: -43px;}
.cp_section ul li a .right .listbox .list.list5{margin-left: 10px;}
}
@media  screen and (max-width: 1500px){
.cp_section ul li a .right .listbox .list.list2{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list3{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list4{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list5{margin-left: 0;}
}
@media  screen and (max-width: 1300px){
.cp_section ul li a .right .listbox .list .words{font-size: 12px;}
.cp_section ul li a .right .listbox .list.list2{margin-left: 38px;}
.cp_section ul li a .right .listbox .list.list3{margin-left: 60px;}
.cp_section ul li a .right .listbox .list.list4{margin-left: -35px;}
.cp_section ul li a .right .listbox .list.list5{margin-left: 7px;}
}
@media  screen and (max-width: 1200px){
.cp_section ul li a .right .listbox .list.list2{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list3{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list4{margin-left: 0;}
.cp_section ul li a .right .listbox .list.list5{margin-left: 0;}
}
@media  screen and (max-width: 1024px){
.cp_section{padding-top: 30px;padding-bottom: 30px;}
.cp_section ul li{margin-bottom: 14px;}
.cp_section ul li a{padding: 14px;}
.cp_section ul li a .left{width: 100%;margin-top: 0;}
.cp_section ul li a .right{width: 100%;padding-left: 0;padding-top: 12px;}
.cp_section ul li a .right .titbox{margin-bottom: 10px;}
.cp_section ul li a .right .titbox .tit{font-size: 18px;line-height: 36px;width: calc(100% - 120px);padding-right: 14px;}
.cp_section ul li a .right .titbox .more{width: 120px;border-radius: 18px;}
.cp_section ul li a .right .titbox .more .words{font-size: 14px;line-height: 36px;margin-right: 8px;}
.cp_section ul li a .right .titbox .more img{width: 30px;}
.cp_section ul li a .right .info{font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.cp_section ul li a .right .listbox{width: 100%;padding-top: 10px;margin: 0;height: auto;}
.cp_section ul li a .right .listbox .list{padding: 0;width: 100%;margin-bottom: 10px;}
.cp_section ul li a .right .listbox .list:last-child{margin-bottom: 0;}
.cp_section ul li a .right .listbox .list img{width: 8px;margin-right: 8px;}
.cp_section ul li a .right .listbox .list .words{font-size: 14px;width: calc(100% - 18px);}
}

/*产品详情*/
.cpxq_section{width: 100%;padding-top: 45px;padding-bottom: 100px;background: #f5f5f5;}
.cpxq_section .content{width: 100%;overflow: hidden;}
.cpxq_section .content .left{width: 66.78%;float: left;padding: 58px 56px 54px 40px;background: #fff;}
.cpxq_section .content .left .boxs1{width: 100%;padding-bottom: 54px;margin-bottom: 54px;border-bottom: 1px solid #dddddd;}
.cpxq_section .content .left .boxs1 .ul{margin-left: 150px;margin-right: 135px;margin-bottom: 60px;width: calc(100% - 285px);}
/*20220721satrt*/
.cpxq_section .content .left .boxs1 .ul .li{width: 100%;position: relative;border-radius: 8px;overflow: hidden;}
.cpxq_section .content .left .boxs1 .ul .li .ba_pic{width: 100%;position: relative;z-index: 2;}
.cpxq_section .content .left .boxs1 .ul .li .picbox{width: 100%;position: absolute;left: 0;top: 0; z-index: 1;}
.cpxq_section .content .left .boxs1 .ul .li .pic{ padding-bottom: 60%; position: relative; overflow: hidden;}
.cpxq_section .content .left .boxs1 .ul .li .pic video,
.cpxq_section .content .left .boxs1 .ul .li .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%);}
/*20220721end*/
.cpxq_section .content .left .boxs1 .ul .slick-dots{width: 100%; position: absolute; bottom: 26px; height: 8px; text-align: center;}
.cpxq_section .content .left .boxs1 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 11px; background: #e0e9f2;}
.cpxq_section .content .left .boxs1 .ul .slick-dots li.slick-active{ background: #fff;}
.cpxq_section .content .left .boxs1 .tit{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 56px;font-weight: bolder;text-align: center;}
.cpxq_section .content .left .boxs1 .info{width: 100%;font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 48px;}
.cpxq_section .content .left .boxs1 .more{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;}
.cpxq_section .content .left .boxs1 .more:hover{background: #e65400;}
.cpxq_section .content .left .boxs1 .more a{display: block;width: 100%;text-align: center;font-size: 0;}
.cpxq_section .content .left .boxs1 .more a img{width: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.cpxq_section .content .left .boxs1 .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;}
.cpxq_section .content .left .boxs2{width: 100%;padding-bottom: 1px;position: relative;}
.cpxq_section .content .left .boxs2::after{content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.cpxq_section .content .left .boxs2 ul{width: 100%;overflow: hidden;}
.cpxq_section .content .left .boxs2 ul li{float: left;margin-right: 18px;}
.cpxq_section .content .left .boxs2 ul li:last-child{margin-bottom: 0;}
.cpxq_section .content .left .boxs2 ul li a{display: block;font-size: 18px;color: #333333;line-height: 50px;padding: 0 22px;
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;}
.cpxq_section .content .left .boxs2 ul li:hover a,
.cpxq_section .content .left .boxs2 ul li.on a{background-image: linear-gradient(to right, #ffc107 , #e65400);color: #fff;}
.cpxq_section .content .left .boxs3{padding-top: 50px;}
.cpxq_section .content .left .boxs3 ul{width: 100%;}
.cpxq_section .content .left .boxs3 ul li{width: 100%;margin-bottom: 68px;}
.cpxq_section .content .left .boxs3 ul li:last-child{margin-bottom: 0;}
.cpxq_section .content .left .boxs3 ul li .tit{margin-bottom: 28px; font-weight:bold; font-size: 22px;color: #333333;line-height: 24px;padding-left: 24px;position: relative; padding-bottom:20px;}
.cpxq_section .content .left .boxs3 ul li .tit::after{content: "";display: block;width: 4px;height: 26px;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}

.cpxq_section .content .left .boxs3 ul li .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}

.cpxq_section .content .left .boxs3 ul li .listbox{width: 100%; font-size: 16px;color: #666666;line-height: 20px;}



.cpxq_section .content .left .boxs3 ul li .listbox .list{font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 26px;padding-left: 26px;position: relative;}
.cpxq_section .content .left .boxs3 ul li .listbox .list:last-child{margin-bottom: 0;}
.cpxq_section .content .left .boxs3 ul li .listbox .list::after{content: "";display: block;width: 8px;height: 8px;border-radius: 100%;background: #999999;position: absolute;left: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.cpxq_section .content .left .boxs4{width: 100%;padding-top: 62px;}
.cpxq_section .content .left .boxs4 .tit{margin-bottom: 28px;font-size: 20px;color: #333333;line-height: 24px;padding-left: 24px;position: relative;}
.cpxq_section .content .left .boxs4 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.cpxq_section .content .left .boxs3 table{width: 100%;border: 1px solid #dddddd;margin-bottom: 48px;}
.cpxq_section .content .left .boxs3 table tr{width: 100%;border-bottom: 1px solid #dddddd;}
.cpxq_section .content .left .boxs3 table tr th{font-size: 16px;color: #333333;line-height: 20px;padding: 7.5px 32px;background: #edeef7;border-right: 1px solid #dddddd;text-align: left;}
.cpxq_section .content .left .boxs3 table tr td{font-size: 16px;color: #333333;line-height: 20px;padding: 7.5px 32px;border-right: 1px solid #dddddd;}
.cpxq_section .content .left .boxs4 .more{width: 196px;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;}
.cpxq_section .content .left .boxs4 .more:hover{background: #e65400;}
.cpxq_section .content .left .boxs4 .more a{display: block;width: 100%;text-align: center;font-size: 0;}
.cpxq_section .content .left .boxs4 .more a img{width: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.cpxq_section .content .left .boxs4 .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;}
.cpxq_section .content .left .boxs5{width: 100%;padding-top: 84px;}
.cpxq_section .content .left .boxs5 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.cpxq_section .content .left .boxs5 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.cpxq_section .content .left .boxs5 .ul{margin: -10px;width: calc(100% + 20px);}
.cpxq_section .content .left .boxs5 .ul .li{padding: 10px;}
.cpxq_section .content .left .boxs5 .ul .li a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.cpxq_section .content .left .boxs5 .ul .li a .picbox{width: 100%;position: relative;overflow: hidden;}
.cpxq_section .content .left .boxs5 .ul .li a .picbox .pic{ width: 100%; padding-bottom: 73.97%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section .content .left .boxs5 .ul .li a .picbox .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;}
.cpxq_section .content .left .boxs5 .ul .li a:hover .picbox .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);}
.cpxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 47px;display: block;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox{width: 100%;padding: 15px;}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 16px;color: #333333;line-height: 30px;text-align: center;height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section .content .left .boxs5 .ul .li a:hover .wordsbox .words{color: #e65400;}
.cpxq_section .content .left .boxs6{padding-top: 58px; width: 100%;}
.cpxq_section .content .left .boxs6 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.cpxq_section .content .left .boxs6 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.cpxq_section .content .left .boxs6 .ul{margin: -10px;width: calc(100 + 20px);}
.cpxq_section .content .left .boxs6 .ul .li{padding: 10px;}
.cpxq_section .content .left .boxs6 .ul .li .a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.cpxq_section .content .left .boxs6 .ul .li .a .pic{ width: 100%; padding-bottom: 67.03%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section .content .left .boxs6 .ul .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;}
.cpxq_section .content .left .boxs6 .ul .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);}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox{width: 100%;padding: 20px 20px 30px 20px;}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox .tits{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 14px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section .content .left .boxs6 .ul .li .a:hover .wordsbox .tits{color: #e65400;}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox .info{font-size: 14px;color: #666666;line-height: 20px;height: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section .content .left .boxs7{width: 100%;padding-top: 74px;}
.cpxq_section .content .left .boxs7 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.cpxq_section .content .left .boxs7 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.cpxq_section .content .left .boxs7 .ul{width: 100%;}
.cpxq_section .content .left .boxs7 .ul .li{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px dashed #dddddd;}
.cpxq_section .content .left .boxs7 .ul .li:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.cpxq_section .content .left .boxs7 .ul .li .a{display: block;width: 100%;font-size: 0;}
.cpxq_section .content .left .boxs7 .ul .li .a .lefts{width: 250px;display: inline-block;vertical-align: middle;}
.cpxq_section .content .left .boxs7 .ul .li .a .lefts .pic{ width: 100%; padding-bottom: 68%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section .content .left .boxs7 .ul .li .a .lefts .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;}
.cpxq_section .content .left .boxs7 .ul .li .a:hover .lefts .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);}
.cpxq_section .content .left .boxs7 .ul .li .a .rights{width: calc(100% - 252px);display: inline-block;vertical-align: middle;padding-left: 16px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .tits{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section .content .left .boxs7 .ul .li .a:hover .rights .tits{color: #e65400;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs{width: 100%;overflow: hidden;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .date{float: left;font-size: 16px;color: #666666;line-height: 20px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more{float: right;font-size: 0;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more .words{font-size: 16px;color: #e65400;line-height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: 0;
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;}
.cpxq_section .content .left .boxs7 .ul .li .a:hover .rights .boxs .more .words{opacity: 1;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more img{display: inline-block;vertical-align: middle;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more .img2{display: none;}
.cpxq_section .content .left .boxs7 .ul .li .a:hover .rights .boxs .more .img1{display: none;}
.cpxq_section .content .left .boxs7 .ul .li .a:hover .rights .boxs .more .img2{display: inline-block;}
.cpxq_section .content .right{width: 30%;float: right;background: #ffffff;padding: 40px 32px 45px 32px;}
.cpxq_section .content .right h2{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 30px;padding-bottom: 34px;border-bottom: 1px solid #dddddd;}
.cpxq_section .content .right ul{width: 100%;}
.cpxq_section .content .right ul li{width: 100%;margin-bottom: 30px;}
.cpxq_section .content .right ul li:last-child{margin-bottom: 0;}
.cpxq_section .content .right ul li .a{display: block;width: 100%;border: 1px solid #e4e4e4;}
.cpxq_section .content .right ul li .a:hover{border-color: rgba(255,255,255,0);box-shadow: 0 0 20px rgba(220,220,220,0.6);}
.cpxq_section .content .right ul li .a .pic{ width: 100%; padding-bottom: 67.53%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section .content .right ul 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;}
.cpxq_section .content .right ul 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);}
.cpxq_section .content .right ul li .a .wordsbox{width: 100%;padding: 24px 20px 36px 20px;}
.cpxq_section .content .right ul li .a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 16px;height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section .content .right ul li .a:hover .wordsbox .tit{color: #e65400;}
.cpxq_section .content .right ul li .a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
@media  screen and (max-width: 1680px){
.cpxq_section{padding-bottom: 60px;}
.cpxq_section .content .left{padding: 40px;}
.cpxq_section .content .left .boxs1{padding-bottom: 40px;margin-bottom: 40px;}
.cpxq_section .content .left .boxs1 .ul{margin-left: 100px;margin-right: 100px;margin-bottom: 40px;width: calc(100% - 200px);}
.cpxq_section .content .left .boxs1 .ul .slick-dots{ bottom: 20px;}
.cpxq_section .content .left .boxs1 .tit{font-size: 24px;line-height: 28px;margin-bottom: 36px;}
.cpxq_section .content .left .boxs1 .info{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
.cpxq_section .content .left .boxs1 .more{width: 140px;border-radius: 20px;}
.cpxq_section .content .left .boxs1 .more a .words{font-size: 14px;line-height: 40px;}
.cpxq_section .content .left .boxs2 ul li{margin-right: 12px;}
.cpxq_section .content .left .boxs2 ul li a{font-size: 16px;line-height: 40px;padding: 0 16px;}
.cpxq_section .content .left .boxs3{padding-top: 40px;}
.cpxq_section .content .left .boxs3 ul li{margin-bottom: 30px;}
.cpxq_section .content .left .boxs3 ul li .tit{margin-bottom: 20px;}
.cpxq_section .content .left .boxs3 ul li .listbox .list{font-size: 14px;margin-bottom: 16px;padding-left: 20px;}
.cpxq_section .content .left .boxs4{padding-top: 40px;}
.cpxq_section .content .left .boxs4 .tit{margin-bottom: 20px;}
.cpxq_section .content .left .boxs3 table{margin-bottom: 30px;}
.cpxq_section .content .left .boxs3 table tr th{font-size: 14px;line-height: 18px;padding: 7px 26px;}
.cpxq_section .content .left .boxs3 table tr td{font-size: 14px;line-height: 18px;padding: 7px 26px;}
.cpxq_section .content .left .boxs4 .more{width: 140px;border-radius: 20px;}
.cpxq_section .content .left .boxs4 .more a .words{font-size: 14px;line-height: 40px;}
.cpxq_section .content .left .boxs5{padding-top: 40px;}
.cpxq_section .content .left .boxs5 .tit{margin-bottom: 20px;}
.cpxq_section .content .left .boxs5 .ul .li a .picbox{width: 100%;position: relative;overflow: hidden;}
.cpxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 34px;}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox{padding: 12px;}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 14px;line-height: 26px;height: 26px;}
.cpxq_section .content .left .boxs6{padding-top: 40px;}
.cpxq_section .content .left .boxs6 .tit{margin-bottom: 20px;}
.cpxq_section .content .left .boxs6 .ul .li .a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox{padding: 16px 16px 20px 16px;}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section .content .left .boxs7{padding-top: 40px;}
.cpxq_section .content .left .boxs7 .tit{margin-bottom: 20px;}
.cpxq_section .content .left .boxs7 .ul .li{margin-bottom: 20px;padding-bottom: 20px;}
.cpxq_section .content .left .boxs7 .ul .li .a .lefts{width: 230px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights{width: calc(100% - 232px);padding-left: 14px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .tits{font-size: 18px;margin-bottom: 16px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .info{font-size: 14px;line-height: 26px;margin-bottom: 20px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .date{font-size: 14px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more .words{font-size: 14px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more img{width: 36px;}
.cpxq_section .content .right{padding: 50px 26px 40px 26px;}
.cpxq_section .content .right h2{font-size: 24px;line-height: 30px;margin-bottom: 20px;padding-bottom: 20px;}
.cpxq_section .content .right ul li{margin-bottom: 20px;}
.cpxq_section .content .right ul li .a .wordsbox{padding: 16px 16px 24px 16px;}
.cpxq_section .content .right ul li .a .wordsbox .tit{font-size: 18px;margin-bottom: 12px;}
.cpxq_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
}
@media  screen and (max-width: 1024px){
.cpxq_section{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section .content .left{padding: 12px;width: 100%;}
.cpxq_section .content .left .boxs1{padding-bottom: 14px;margin-bottom: 14px;}
.cpxq_section .content .left .boxs1 .ul{margin-left: 0;margin-right: 0;margin-bottom: 12px;width: 100%;}
.cpxq_section .content .left .boxs1 .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section .content .left .boxs1 .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.cpxq_section .content .left .boxs1 .more{width: 130px;border-radius: 18px;}
.cpxq_section .content .left .boxs1 .more a img{width: 14px;margin-right: 8px;}
.cpxq_section .content .left .boxs1 .more a .words{font-size: 14px;line-height: 36px;}
.cpxq_section .content .left .boxs2 ul{width: calc(100% + 10px);margin: 0 -5px;}
.cpxq_section .content .left .boxs2 ul li{margin-right: 0;width: 25%;padding: 0 5px;}
.cpxq_section .content .left .boxs2 ul li a{font-size: 14px;line-height: 36px;padding: 0;width: 100%;text-align: center;}
.cpxq_section .content .left .boxs3{padding-top: 14px;}
.cpxq_section .content .left .boxs3 ul li{margin-bottom: 16px;}
.cpxq_section .content .left .boxs3 ul li .tit{margin-bottom: 12px;font-size: 18px;padding-left: 18px; padding-bottom:12px;}
.cpxq_section .content .left .boxs3 ul li .listbox .list{font-size: 14px;margin-bottom: 10px;padding-left: 20px;}
.cpxq_section .content .left .boxs4{padding-top: 14px;}
.cpxq_section .content .left .boxs4 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 18px;}
.cpxq_section .content .left .boxs4{white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.cpxq_section .content .left .boxs3 table{margin-bottom: 12px;width: 800px;}
.cpxq_section .content .left .boxs3 table tr th{padding: 6px 16px;}
.cpxq_section .content .left .boxs3 table tr td{padding: 6px 16px;}
.cpxq_section .content .left .boxs4 .more{width: 130px;border-radius: 18px;}
.cpxq_section .content .left .boxs4 .more a img{width: 14px;margin-right: 8px;}
.cpxq_section .content .left .boxs4 .more a .words{font-size: 14px;line-height: 36px;}
.cpxq_section .content .left .boxs5{padding-top: 14px;}
.cpxq_section .content .left .boxs5 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 18px;}
.cpxq_section .content .left .boxs5 .ul{padding-bottom: 30px;}
.cpxq_section .content .left .boxs5 .ul .li a .picbox .ico{width: 34px;}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox{padding: 12px;}
.cpxq_section .content .left .boxs5 .ul .li a .wordsbox .words{font-size: 14px;line-height: 24px;height: 24px;}
.cpxq_section .content .left .boxs5 .ul .slick-dots{position: absolute; bottom: 12px; height: 8px; text-align: center;}
.cpxq_section .content .left .boxs5 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.cpxq_section .content .left .boxs5 .ul .slick-dots li.slick-active{ background: #e65400;}
.cpxq_section .content .left .boxs6{padding-top: 14px;}
.cpxq_section .content .left .boxs6 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 18px;}
.cpxq_section .content .left .boxs6 .ul{padding-bottom: 30px;}
.cpxq_section .content .left .boxs6 .ul .li .a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox{padding: 10px;}
.cpxq_section .content .left .boxs6 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section .content .left .boxs6 .ul .slick-dots{position: absolute; bottom: 12px; height: 8px; text-align: center;}
.cpxq_section .content .left .boxs6 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.cpxq_section .content .left .boxs6 .ul .slick-dots li.slick-active{ background: #e65400;}
.cpxq_section .content .left .boxs7{padding-top: 14px;}
.cpxq_section .content .left .boxs7 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 18px;}
.cpxq_section .content .left .boxs7 .ul{margin: -10px;width: calc(100% + 20px);padding-bottom: 50px;}
.cpxq_section .content .left .boxs7 .ul .li{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;padding: 10px;}
.cpxq_section .content .left .boxs7 .ul .li .a{box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.cpxq_section .content .left .boxs7 .ul .li .a .lefts{width: 100%;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights{width: 100%;display: block; padding-left: 0;padding: 10px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .tits{font-size: 18px;margin-bottom: 12px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;height: 40px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .date{font-size: 14px;}
.cpxq_section .content .left .boxs7 .ul .li .a .rights .boxs .more .words{font-size: 14px;margin-right: 8px;}
.cpxq_section .content .left .boxs7 .ul .slick-dots{position: absolute; bottom: 30px; height: 8px; text-align: center;}
.cpxq_section .content .left .boxs7 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.cpxq_section .content .left .boxs7 .ul .slick-dots li.slick-active{ background: #e65400;}
.cpxq_section .content .right{width: 100%;padding: 12px;margin-top: 14px;}
.cpxq_section .content .right h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-bottom: 12px;}
.cpxq_section .content .right ul li{margin-bottom: 12px;}
.cpxq_section .content .right ul li .a .wordsbox{padding: 12px;}
.cpxq_section .content .right ul li .a .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;height: 24px;}
.cpxq_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 22px;height: 44px;}
}

/*三级导航*/
.sj_section{width: 100%;padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.sj_section ul{width: 100%;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.sj_section ul li{display: inline-block;vertical-align: middle;}
.sj_section ul li a{display: block;padding: 0 24px 0 32px;font-size: 0;border-radius: 25px;}
.sj_section ul li.on a,
.sj_section ul li:hover a{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.sj_section ul li a .words{font-size: 18px;color: #333333;line-height: 50px;display: inline-block;vertical-align: middle;}
.sj_section ul li:hover a .words,
.sj_section ul li.on a .words{color: #fff;}
.sj_section ul li a img{width: 47px;display: inline-block;vertical-align: middle;margin-left: 16px;display: none;}
.sj_section ul li.on a img,
.sj_section ul li:hover a img{display: inline-block;}
@media  screen and (max-width: 1680px){
.sj_section{padding-top: 60px;padding-bottom: 60px;}
.sj_section ul li a{padding: 0 20px;border-radius: 20px;}
.sj_section ul li a .words{font-size: 14px;line-height: 40px;}
.sj_section ul li a img{width: 34px;margin-left: 12px;}
}
@media  screen and (max-width: 1024px){
.sj_section{padding-top: 30px;padding-bottom: 20px;}
.sj_section ul{width: 100%;display: block;font-size: 0;white-space:nowrap;overflow: hidden; overflow-x: auto; scrollbar-width: thin; max-width: 100%;}
.sj_section ul::-webkit-scrollbar{ display: none;}
.sj_section ul li{display: inline-block;vertical-align: middle;margin-right: 12px;}
.sj_section ul li a{padding: 0 12px;border-radius: 18px;}
.sj_section ul li a .words{line-height: 36px;}
.sj_section ul li a img{width: 34px;margin-left: 10px;}
}

/*视频*/
.sp_section{padding-bottom: 100px;background: #f5f5f5; padding-top:50px;}
.sp_section .ulbox{width: 100%;margin-bottom: 80px;}
.sp_section ul{margin: -20px;overflow: hidden;width: calc(100% + 40px);}
.sp_section ul li{width: 33.3333%;float: left;padding: 20px;}
.sp_section ul li a{display: block;width: 100%;}
.sp_section ul li a .picbox{width: 100%;position: relative;}
.sp_section ul li a .pic{ width: 100%; padding-bottom: 74.09%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sp_section ul 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;}
.sp_section ul 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);}
.sp_section ul li a .picbox .ico{width: 76px;display: block;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.sp_section ul li a .wordsbox{width: 100%;background: #fff;padding: 35px 20px;}
.sp_section ul li a .wordsbox .words{font-size: 20px;color: #333333;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sp_section ul li a:hover .wordsbox .words{color: #e65400;}
@media  screen and (max-width: 1680px){
.sp_section{padding-bottom: 60px;}
.sp_section .ulbox{margin-bottom: 40px;}
.sp_section ul{margin: -14px;width: calc(100% + 28px);}
.sp_section ul li{padding: 14px;}
.sp_section ul li a{display: block;width: 100%;}
.sp_section ul li a .picbox .ico{width: 54px;}
.sp_section ul li a .wordsbox{padding: 20px 14px;}
.sp_section ul li a .wordsbox .words{font-size: 16px;line-height: 24px;}
}
@media  screen and (max-width: 1024px){
.sp_section{padding-bottom: 30px; padding-top:20px;}
.sp_section .ulbox{margin-bottom: 14px;}
.sp_section ul{margin: 0;width: 100%;}
.sp_section ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.sp_section ul li:last-child{margin-bottom: 0;}
.sp_section ul li a{display: block;width: 100%;}
.sp_section ul li a .picbox .ico{width: 50px;}
.sp_section ul li a .wordsbox{padding: 12px;}
.sp_section ul li a .wordsbox .words{font-size: 16px;line-height: 20px;}
}

/*技术支持*/
.jszc_section{width: 100%;padding-top: 80px;padding-bottom: 100px;background: #f5f5f5;}
.jszc_section .ulbox{width: 100%;margin-bottom: 80px;}
.jszc_section .ulbox ul{width: 100%;}
.jszc_section .ulbox ul li{width: 100%;margin-bottom: 30px;}
.jszc_section .ulbox ul li:last-child{margin-bottom: 0;}
.jszc_section .ulbox ul li a{display: block;width: 100%;overflow: hidden;background: #ffffff;position: relative;}
.jszc_section .ulbox ul li a::after{content: "";display: block;width: 1px;height: 105px;background: #dddddd;position: absolute;left: 40%;top: 50%;margin-top: -52.5px;}
.jszc_section .ulbox ul li a .left{width: 40%;float: left;font-size: 0;padding-right: 20px;}
.jszc_section .ulbox ul li a .left .picbox{width: 149px;display: inline-block;vertical-align: middle;}
.jszc_section .ulbox ul li a .left .picbox .pic{ width: 100%; padding-bottom: 93.95%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.jszc_section .ulbox ul li a .left .picbox .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;}
.jszc_section .ulbox ul li a:hover .left .picbox .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);}
.jszc_section .ulbox ul li a .left .wordsbox{width: calc(100% - 151px);display: inline-block;vertical-align: middle;padding-left: 50px;}
.jszc_section .ulbox ul li a .left .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 42px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp: 2;}
.jszc_section .ulbox ul li a:hover .left .wordsbox .tit{color: #e65400;}
.jszc_section .ulbox ul li a .left .wordsbox .date{font-size: 0;width: 100%;}
.jszc_section .ulbox ul li a .left .wordsbox .date img{width: 18px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.jszc_section .ulbox ul li a .left .wordsbox .date .words{font-size: 16px;color: #666666;line-height: 20px;display: inline-block;vertical-align: middle;}
.jszc_section .ulbox ul li a .right{width: 60%;float: right;font-size: 0;padding-left: 70px;}
.jszc_section .ulbox ul li a .right .wordsbox{width: calc(100% - 142px);display: inline-block;vertical-align: middle;padding-right: 115px;}
.jszc_section .ulbox ul li a .right .wordsbox .info{font-size: 14px;color: #333333;line-height: 24px;margin-bottom: 22px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.jszc_section .ulbox ul li a .right .wordsbox .nc{width: 100%;font-size: 0;}
.jszc_section .ulbox ul li a .right .wordsbox .nc img{width: 19px;display: inline-block;vertical-align: middle;margin-right: 22px;}
.jszc_section .ulbox ul li a .right .wordsbox .nc .words{font-size: 16px;color: #666666;line-height: 20px;display: inline-block;vertical-align: middle;}
.jszc_section .ulbox ul li a .right .picbox{width: 140px;display: inline-block;vertical-align: middle;}
.jszc_section .ulbox ul li a .right .picbox img{width: 100%;display: block;}
.jszc_section .ulbox ul li a .right .picbox img.img2{display: none;}
.jszc_section .ulbox ul li:hover a .right .picbox img.img1{display: none;}
.jszc_section .ulbox ul li:hover a .right .picbox img.img2{display: block;}
@media  screen and (max-width: 1680px){
.jszc_section{padding-top: 60px;padding-bottom: 60px;}
.jszc_section .ulbox{margin-bottom: 40px;}
.jszc_section .ulbox ul li{margin-bottom: 20px;}
.jszc_section .ulbox ul li a::after{height: 95px;margin-top: -42.5px;}
.jszc_section .ulbox ul li a .left .picbox{width: 139px;}
.jszc_section .ulbox ul li a .left .wordsbox{width: calc(100% - 141px);padding-left: 30px;}
.jszc_section .ulbox ul li a .left .wordsbox .tit{font-size: 18px;margin-bottom: 30px;}
.jszc_section .ulbox ul li a .left .wordsbox .date img{width: 16px;margin-right: 8px;}
.jszc_section .ulbox ul li a .left .wordsbox .date .words{font-size: 14px;}
.jszc_section .ulbox ul li a .right{padding-left: 50px;}
.jszc_section .ulbox ul li a .right .wordsbox{width: calc(100% - 132px);padding-right: 70px;}
.jszc_section .ulbox ul li a .right .wordsbox .info{margin-bottom: 16px;}
.jszc_section .ulbox ul li a .right .wordsbox .nc img{width: 16px;margin-right: 18px;}
.jszc_section .ulbox ul li a .right .wordsbox .nc .words{font-size: 14px;}
.jszc_section .ulbox ul li a .right .picbox{width: 130px;}
}
@media  screen and (max-width: 1024px){
.jszc_section{padding-top: 30px;padding-bottom: 30px;}
.jszc_section .ulbox{margin-bottom: 16px;}
.jszc_section .ulbox ul li{margin-bottom: 12px;}
.jszc_section .ulbox ul li a{padding: 10px;}
.jszc_section .ulbox ul li a::after{display: none;}
.jszc_section .ulbox ul li a .left{width: 100%;padding-right: 0;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.jszc_section .ulbox ul li a .left .picbox{width: 80px;}
.jszc_section .ulbox ul li a .left .wordsbox{width: calc(100% - 82px);padding-left: 12px;}
.jszc_section .ulbox ul li a .left .wordsbox .tit{margin-bottom: 12px;}
.jszc_section .ulbox ul li a .left .wordsbox .date img{width: 14px;margin-right: 8px;}
.jszc_section .ulbox ul li a .left .wordsbox .date .words{font-size: 14px;}
.jszc_section .ulbox ul li a .right{width: 100%;padding-left: 0;}
.jszc_section .ulbox ul li a .right .wordsbox{width: calc(100% - 82px);padding-right: 12px;}
.jszc_section .ulbox ul li a .right .wordsbox .info{margin-bottom: 12px;}
.jszc_section .ulbox ul li a .right .wordsbox .nc img{width: 14px;margin-right: 12px;}
.jszc_section .ulbox ul li a .right .wordsbox .nc .words{font-size: 14px;}
.jszc_section .ulbox ul li a .right .picbox{width: 80px;}
}

/*常见问题*/
.cjwt_section{width: 100%;background: #f5f5f5;}
.cjwt_section .content{width: 100%;overflow: hidden;}
.cjwt_section .left{width: 66.14%;float: left;padding-top: 64px;padding-bottom: 100px;}
.cjwt_section .left .inputbox{width: 100%;margin-bottom: 60px;padding-left: 34px;overflow: hidden;}
.cjwt_section .left .inputbox input{width: calc(100% - 84px);float: left;border: 1px solid #dddddd;border-radius: 6px 0 0 6px;height: 50px;padding: 0 26px;background: rgba(255,255,255,0);font-size: 16px;color: #999999;}
.cjwt_section .left .inputbox input::-webkit-input-placeholder{font-size: 16px;color: #999999;}
.cjwt_section .left .inputbox input:-moz-placeholder{font-size: 16px;color: #999999;}
.cjwt_section .left .inputbox input::moz-placeholder{font-size: 16px;color: #999999;}
.cjwt_section .left .inputbox input:-ms-input-placeholder{font-size: 16px;color: #999999;}
.cjwt_section .left .inputbox img{width: 84px;float: left;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;}
.cjwt_section .left .inputbox img:hover{opacity: 0.8;}
.cjwt_section .left ul{width: 100%;margin-bottom: 80px;}
.cjwt_section .left ul li{width: 100%;padding-bottom: 26px;margin-bottom: 26px;border-bottom: 1px dashed #dddddd;}
.cjwt_section .left ul li:last-child{margin-bottom: 0;}
.cjwt_section .left ul li .top{width: 100%;margin-bottom: 26px;overflow: hidden;}
.cjwt_section .left ul li .top .num{width: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #ffffff;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 100%;float: left;}
.cjwt_section .left ul li .top .tit{font-size: 20px;color: #333333;line-height: 30px;float: left;width: calc(100% - 30px);padding-left: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}

.cjwt_section .left ul li:hover .top .tit{color: #e65400;}
.cjwt_section .left ul li .bottom{font-size: 16px;color: #666666;line-height: 36px;}
.cjwt_section .right{width: 30%;float: right;background: #fff;padding: 58px 40px 96px 40px;margin-top: 2px;}
.cjwt_section .right .tit{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 48px;}
.cjwt_section .right .inputbox{width: 100%;margin-bottom: 20px;}
.cjwt_section .right .inputbox input{width: 100%;display: block;padding: 0 16px;font-size: 16px;color: #666666;height: 48px;border: 1px solid #dddddd;border-radius: 6px;}
.cjwt_section .right .inputbox input::-webkit-input-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .inputbox input:-moz-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .inputbox input::moz-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .inputbox input:-ms-input-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .textbox{margin-bottom: 28px;}
.cjwt_section .right .textbox textarea{width: 100%;display: block;font-size: 16px;color: #666666;height: 150px;border: 1px solid #dddddd;border-radius: 6px;padding: 16px;}
.cjwt_section .right .textbox textarea::-webkit-input-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .textbox textarea:-moz-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .textbox textarea::moz-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .textbox textarea:-ms-input-placeholder{font-size: 16px;color: #666666;}
.cjwt_section .right .yzmbox{margin-bottom: 48px;position: relative;}
.cjwt_section .right .yzmbox input{width: 100%;border-bottom: 1px solid #dddddd;padding-right: 120px;font-size: 16px;color: #333333;height: 48px;}
.cjwt_section .right .yzmbox input::-webkit-input-placeholder{font-size: 16px;color: #333333;}
.cjwt_section .right .yzmbox input:-moz-placeholder{font-size: 16px;color: #333333;}
.cjwt_section .right .yzmbox input::moz-placeholder{font-size: 16px;color: #333333;}
.cjwt_section .right .yzmbox input:-ms-input-placeholder{font-size: 16px;color: #333333;}
.cjwt_section .right .yzmbox img{height: 47px;display: block;position: absolute;right: 0;top: 0;}
.cjwt_section .right .more{width: 100%;}
.cjwt_section .right .more a{display: block;width: 196px;margin: 0 auto;border-radius: 25px;font-size: 0;text-align: center;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.cjwt_section .right .more a:hover{background: #e65400;}
.cjwt_section .right .more a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 18px;}
.cjwt_section .right .more a img{width: 47px;display: inline-block;vertical-align: middle;}
@media  screen and (max-width: 1680px){
.cjwt_section .left{padding-top: 60px;padding-bottom: 60px;}
.cjwt_section .left .inputbox{margin-bottom: 40px;padding-left: 20px;}
.cjwt_section .left .inputbox input{width: calc(100% - 70px);height: 41.66px;padding: 0 16px;font-size: 14px;}
.cjwt_section .left .inputbox input::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .left .inputbox input:-moz-placeholder{font-size: 14px;}
.cjwt_section .left .inputbox input::moz-placeholder{font-size: 14px;}
.cjwt_section .left .inputbox input:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .left .inputbox img{width: 70px;}
.cjwt_section .left ul{margin-bottom: 40px;}
.cjwt_section .left ul li{padding-bottom: 18px;margin-bottom: 18px;}
.cjwt_section .left ul li .top{margin-bottom: 18px;}
.cjwt_section .left ul li .top .num{width: 26px;line-height: 26px;font-size: 14px;}
.cjwt_section .left ul li .top .tit{font-size: 18px;line-height: 26px;width: calc(100% - 26px);padding-left: 18px;}
.cjwt_section .left ul li .bottom{font-size: 14px;line-height: 26px;}
.cjwt_section .right{padding: 40px;}
.cjwt_section .right .tit{font-size: 22px;line-height: 26px;margin-bottom: 40px;}
.cjwt_section .right .inputbox{margin-bottom: 16px;}
.cjwt_section .right .inputbox input{padding: 0 14px;font-size: 14px;height: 40px;}
.cjwt_section .right .inputbox input::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input::moz-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .textbox{margin-bottom: 20px;}
.cjwt_section .right .textbox textarea{font-size: 14px;height: 100px;padding: 14px;}
.cjwt_section .right .textbox textarea::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea::moz-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox{margin-bottom: 30px;}
.cjwt_section .right .yzmbox input{padding-right: 100px;font-size: 14px;height: 40px;}
.cjwt_section .right .yzmbox input::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input::moz-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox img{height: 30px; top:5px}
.cjwt_section .right .more a{width: 160px;border-radius: 20px;}
.cjwt_section .right .more a .words{font-size: 14px;line-height: 40px;margin-right: 12px;}
.cjwt_section .right .more a img{width: 36px;}
}
@media  screen and (max-width: 1024px){
.cjwt_section{padding-top: 30px;padding-bottom: 30px;}
.cjwt_section .left{width: 100%;padding-top: 0px;padding-bottom: 20px;}
.cjwt_section .left .inputbox{margin-bottom: 14px;padding-left: 0;}
.cjwt_section .left ul{margin-bottom: 14px;}
.cjwt_section .left ul li{padding-bottom: 12px;margin-bottom: 12px;}
.cjwt_section .left ul li .top{margin-bottom: 10px;}
.cjwt_section .left ul li .top .num{font-size: 14px;}
.cjwt_section .left ul li .top .tit{font-size: 16px;line-height: 26px;padding-left: 14px;}
.cjwt_section .left ul li .bottom{font-size: 14px;line-height: 24px;}
.cjwt_section .right{width: 100%;padding: 12px;margin-top: 0;}
.cjwt_section .right .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.cjwt_section .right .inputbox{margin-bottom: 12px;}
.cjwt_section .right .inputbox input{padding: 0 12px;font-size: 14px;height: 34px;}
.cjwt_section .right .inputbox input::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input::moz-placeholder{font-size: 14px;}
.cjwt_section .right .inputbox input:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .textbox{margin-bottom: 14px;}
.cjwt_section .right .textbox textarea{font-size: 14px;height: 100px;padding: 12px;}
.cjwt_section .right .textbox textarea::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea::moz-placeholder{font-size: 14px;}
.cjwt_section .right .textbox textarea:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox{margin-bottom: 12px;}
.cjwt_section .right .yzmbox input{padding-right: 90px;font-size: 14px;height: 34px;}
.cjwt_section .right .yzmbox input::-webkit-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input:-moz-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input::moz-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox input:-ms-input-placeholder{font-size: 14px;}
.cjwt_section .right .yzmbox img{height: 30px; top:2px;}
.cjwt_section .right .more a{width: 130px;border-radius: 18px;}
.cjwt_section .right .more a .words{font-size: 14px;line-height: 36px;margin-right: 10px;}
.cjwt_section .right .more a img{width: 34px;}
}

/*关于我们*/
.gy_section1{width: 100%;padding-top: 80px;padding-bottom: 60px;background: #f5f5f5;}
.gy_section1 .content{width: 100%;font-size: 0;}
.gy_section1 .content .left{width: 44%;display: inline-block;vertical-align: middle;}
.gy_section1 .content .left img{width: 100%;display: block;}

.gy_section1 .content .left video{width: 100%;display: block;}

.gy_section1 .content .right{width: 55%;display: inline-block;vertical-align: middle;padding-left: 50px;}
.gy_section1 .content .right h2{font-size: 36px;color: #333333;line-height: 40px;margin-bottom: 42px;font-weight: bolder;}
.gy_section1 .content .right .border{width: 60px;height: 3px;margin-bottom: 30px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.gy_section1 .content .right .info{font-size: 16px;color: #666666;line-height: 30px;}
@media  screen and (max-width: 1680px){
.gy_section1{padding-top: 60px;padding-bottom: 50px;}
.gy_section1 .content .right{padding-left: 30px;}
.gy_section1 .content .right h2{font-size: 26px;line-height: 30px;margin-bottom: 30px;}
.gy_section1 .content .right .border{width: 40px;height: 2px;margin-bottom: 20px;}
.gy_section1 .content .right .info{font-size: 14px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
.gy_section1{padding-top: 30px;padding-bottom: 30px;}
.gy_section1 .content .left{width: 100%;}
.gy_section1 .content .right{width: 100%;padding-left: 0;padding-top: 14px;}
.gy_section1 .content .right h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.gy_section1 .content .right .border{margin-bottom: 12px;}
.gy_section1 .content .right .info{font-size: 14px;line-height: 24px;}
}

.gy_section2{width: 100%;padding-bottom: 80px;background: #f5f5f5;}
.gy_section2 ul{width: 100%;}
.gy_section2 ul li{width: 100%;margin-bottom: 30px;font-size: 0;position: relative;}
.gy_section2 ul li:last-child{margin-bottom: 0;}
.gy_section2 ul li .left{width: 400px;display: inline-block;vertical-align: middle;}
.gy_section2 ul li .left .pic{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gy_section2 ul li .left .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;}
.gy_section2 ul li:hover .left .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);}
.gy_section2 ul li .right{width: calc(100% - 402px);display: inline-block;vertical-align: middle;padding: 10px 0;padding-left: 40px;}
.gy_section2 ul li .right .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 32px;font-weight: bolder;}
.gy_section2 ul li:hover .right .tit{color: #e65400;}
.gy_section2 ul li .right .info{font-size: 16px;color: #666666;line-height: 30px;letter-spacing: 0;}
.gy_section2 ul li::after{content: "";display: block;width: calc(100% - 402px);height: 2px;position: absolute;left: 400px;bottom: 0;background-image: linear-gradient(to right, #ffc107 , #e65400);}
@media  screen and (max-width: 1680px){
.gy_section2{padding-bottom: 60px;}
.gy_section2 ul li{margin-bottom: 20px;}
.gy_section2 ul li .left{width: 340px;}
.gy_section2 ul li .right{width: calc(100% - 342px);padding-left: 30px;}
.gy_section2 ul li .right .tit{font-size: 16px;line-height: 20px;margin-bottom: 24px;}
.gy_section2 ul li .right .info{font-size: 14px;line-height: 24px;}
.gy_section2 ul li::after{width: calc(100% - 342px);left: 340px;bottom: 0;}
}
@media  screen and (max-width: 1024px){
.gy_section2{padding-bottom: 30px;}
.gy_section2 ul li{margin-bottom: 12px;}
.gy_section2 ul li .left{width: 100%;}
.gy_section2 ul li .right{width: 100%;padding: 0;padding-top: 12px;padding-bottom: 12px;}
.gy_section2 ul li .right .tit{margin-bottom: 12px;}
.gy_section2 ul li::after{width: 100%;left: 0;}
}

.gy_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;}
.gy_section3 .content{width: 100%;overflow: hidden;}
.gy_section3 .content .left{width: 234px;float: left;background: #f6f6f6;padding: 50px 52px 74px 52px;}
.gy_section3 .content .left .listbox{width: 100%;}
.gy_section3 .content .left .listbox .list{width: 100%;margin-bottom: 110px;}
.gy_section3 .content .left .listbox .list:last-child{margin-bottom: 0;}
.gy_section3 .content .left .listbox .list ._t{line-height: 52px;margin-bottom: 5px;font-size: 18px;color: #222222;}
.gy_section3 .content .left .listbox .list ._t span{font-size: 48px;font-weight: bold;margin-right: 4px;
background-image:-webkit-linear-gradient(left,#8bf5e8,#e65400); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.gy_section3 .content .left .listbox .list ._b{font-size: 18px;color: #222222;line-height: 22px;letter-spacing: 0;}
.gy_section3 .content .right{width: calc(100% - 234px);float: left;padding-top: 46px;padding-left: 90px;}
.gy_section3 .content .right .top{width: 100%;margin-bottom: 40px;overflow: hidden;}
.gy_section3 .content .right .top .tit{font-size: 36px;color: #333333;line-height: 40px;text-align: right;font-weight: bolder;width: 100%;float: left;margin-bottom: 38px;}
.gy_section3 .content .right .top .border{width: 60px;height: 3px;float: right;margin-bottom: 36px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.gy_section3 .content .right .top .info{font-size: 16px;color: #222222;line-height: 30px;float: left;text-align: right;width: 100%;}
.gy_section3 .content .right .bottom{width: 100%;}
.gy_section3 .content .right .bottom ul{width: 100%;padding-top: 86px;}
.gy_section3 .content .right .bottom ul .slick-list{width: 100%;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;}
.gy_section3 .content .right .bottom ul li .list{width: 100%;border-bottom: 1px solid #dddddd;border-right: 1px solid #dddddd;}
.gy_section3 .content .right .bottom ul li .list a{display: block;width: 100%;}
.gy_section3 .content .right .bottom ul li .list a .pic{ width: 100%; padding-bottom: 40.18%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gy_section3 .content .right .bottom ul li .list 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;}
.gy_section3 .content .right .bottom ul li .list 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);}
.gy_section3 .content .right .bottom ul .slick-prev{width: 39px;height: 39px;left: 0;top: 0;background-image: linear-gradient(to right, #bcbcbc , #dedede);border-radius: 100%;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gy_section3 .content .right .bottom ul .slick-next{width: 39px;height: 39px;right: auto;left: 62px; top: 0;background-image: linear-gradient(to right, #dedede , #bcbcbc);border-radius: 100%;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gy_section3 .content .right .bottom ul .slick-prev:hover{background-image: linear-gradient(to right, #7279f5 , #8af3e8);}
.gy_section3 .content .right .bottom ul .slick-next:hover{background-image: linear-gradient(to right, #8af3e8 , #7279f5);}
.gy_section3 .content .right .bottom ul .slick-prev::after{content: "";display: block;width: 100%;height: 100%;background: url(../image/img67.png)no-repeat center center;background-size: cover;position: absolute;left: 0;top: 0}
.gy_section3 .content .right .bottom ul .slick-next::after{content: "";display: block;width: 100%;height: 100%;background: url(../image/img68.png)no-repeat center center;background-size: cover;position: absolute;left: 0;top: 0}
@media  screen and (max-width: 1680px){
.gy_section3{padding-top: 60px;padding-bottom: 60px;}
.gy_section3 .content .left{width: 200px;padding: 60px 40px;}
.gy_section3 .content .left .listbox .list{margin-bottom: 84px;}
.gy_section3 .content .left .listbox .list ._t{line-height: 40px;margin-bottom: 4px;font-size: 14px;}
.gy_section3 .content .left .listbox .list ._t span{font-size: 36px;}
.gy_section3 .content .left .listbox .list ._b{font-size: 14px;line-height: 20px;}
.gy_section3 .content .right .bottom ul .slick-list{width: 100%;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;border-right: 1px solid #dddddd;}
.gy_section3 .content .right{width: calc(100% - 200px);padding-top: 20px;padding-left: 50px;}
.gy_section3 .content .right .top{margin-bottom: 24px;}
.gy_section3 .content .right .top .tit{font-size: 20px;line-height: 24px;margin-bottom: 24px;}
.gy_section3 .content .right .top .border{width: 40px;margin-bottom: 30px;}
.gy_section3 .content .right .top .info{font-size: 14px;line-height: 24px;}
.gy_section3 .content .right .bottom ul{padding-top: 60px;}
.gy_section3 .content .right .bottom ul .slick-prev{width: 30px;height: 30px;}
.gy_section3 .content .right .bottom ul .slick-next{width: 30px;height: 30px;left: 50px;}
}
@media  screen and (max-width: 1300px){
.gy_section3 .content .left .listbox .list{margin-bottom: 60px;}
}
@media  screen and (max-width: 1024px){
.gy_section3{padding-top: 30px;padding-bottom: 30px;}
.gy_section3 .content .left{width: calc(100% + 12px);padding: 14px;overflow: hidden;}
.gy_section3 .content .left .listbox .list{margin-bottom: 0;width: 33.3333%;float: left;padding: 0 6px;}
.gy_section3 .content .left .listbox .list ._t{line-height: 28px;font-size: 14px;}
.gy_section3 .content .left .listbox .list ._t span{font-size: 24px;}
.gy_section3 .content .right{width: 100%;padding-top: 20px;padding-left: 0;}
.gy_section3 .content .right .top{margin-bottom: 14px;}
.gy_section3 .content .right .top .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;text-align: left;}
.gy_section3 .content .right .top .border{margin-bottom: 12px;float: left;}
.gy_section3 .content .right .top .info{font-size: 14px;line-height: 22px;text-align: left;}
.gy_section3 .content .right .bottom ul{padding-top: 40px;}
.gy_section3 .content .right .bottom ul .slick-list{width: 100%;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;}
.gy_section3 .content .right .bottom ul .slick-prev{width: 26px;height: 26px;}
.gy_section3 .content .right .bottom ul .slick-next{width: 26px;height: 26px;left: 44px;}
}

.gy_section4{width: 100%;padding-top: 78px;padding-bottom: 122px;}
.gy_section4 .content{width: 100%;overflow: hidden;}
.gy_section4 .content .left{width: 42.85%;float: left;padding-right: 80px;}
.gy_section4 .content .left .tit{font-size: 36px;color: #333333;line-height: 40px;margin-bottom: 40px;font-weight: bolder;}
.gy_section4 .content .left .border{width: 60px;height: 3px;background-image: linear-gradient(to right, #ffc107 , #e65400);margin-bottom: 36px;}
.gy_section4 .content .left .tit2{font-size: 18px;color: #222222;line-height: 24px;font-weight: bolder;}
.gy_section4 .content .left .icobox{width: 100%;overflow: hidden;margin-top: 46px;}
.gy_section4 .content .left .icobox .ico{width: 50px;float: left;margin-right: 52px;background-image: linear-gradient(to right, #bababa , #e0dfdf);border-radius: 100%;
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;}
.gy_section4 .content .left .icobox .ico:last-child{margin-right: 0;}
.gy_section4 .content .left .icobox .ico img{width: 100%;display: block;}
.gy_section4 .content .left .icobox .ico:hover,
.gy_section4 .content .left .icobox .ico.on{background-image: linear-gradient(to right, #ffc107 , #e65400);}
.gy_section4 .content .left .ewmbox{width: 100%;overflow: hidden;margin-top: 52px;}
.gy_section4 .content .left .ewmbox .ewm{width: 125px;float: left;margin-right: 68px;}
.gy_section4 .content .left .ewmbox .ewm:last-child{margin-right: 0;}
.gy_section4 .content .left .ewmbox .ewm img{width: 100%;display: block;margin-bottom: 18px;}
.gy_section4 .content .left .ewmbox .ewm .words{font-size: 16px;color: #666666;line-height: 20px;text-align: center;}
.gy_section4 .content .left .phone{width: 100%;margin-top: 22px;}
.gy_section4 .content .left .phone ._ts{font-size: 16px;color: #333333;line-height: 48px;margin-bottom: 34px;}
.gy_section4 .content .left .phone ._bs{width: 100%;}
.gy_section4 .content .left .phone ._bs .list{width: 100%;overflow: hidden;margin-bottom: 32px;}
.gy_section4 .content .left .phone ._bs .list:last-child{margin-bottom: 0;}
.gy_section4 .content .left .phone ._bs .list .lwords{width: 100px;float: left;font-size: 16px;color: #333333;line-height: 28px;}
.gy_section4 .content .left .phone ._bs .list .rcon{width: calc(100% - 100px);float: left;}
.gy_section4 .content .left .phone ._bs .list .rcon .bq{float: left;font-size: 16px;color: #ffffff;line-height: 28px;padding: 0 22px;border-radius: 14px;background-image: linear-gradient(to right, #93f6e8 , #e65400);margin-right: 20px;}
.gy_section4 .content .left .phone ._bs .list .rcon .bq:last-child{margin-right: 0;}
.gy_section4 .content .left .phone ._bs .list .rcon .bq2{font-size: 16px;color: #333333;line-height: 28px;}
.gy_section4 .content .right{width: 57.15%;float: right;}
.gy_section4 .content .right .tit{font-size: 16px;color: #333333;line-height: 30px;margin-bottom: 46px;}
.gy_section4 .content .right .tit span{font-size: 24px;color: #e65400;font-weight: bolder;}
.gy_section4 .content .right .inputbox{margin: -12px -19px;overflow: hidden;width: calc(100% + 38px);}
.gy_section4 .content .right .inputbox .inputs{width: 50%;float: left;padding: 12px 19px;;}
.gy_section4 .content .right .inputbox .inputs .words{font-size: 18px;color: #666666;line-height: 22px;margin-bottom: 6px;}
.gy_section4 .content .right .inputbox .inputs input{width: 100%;background: rgba(255,255,255,0);padding: 0 12px;font-size: 16px;color: #333;border: 1px solid #8f8f8f;border-radius: 4px;height: 48px;}
.gy_section4 .content .right .textbox{width: 100%;margin-top: 24px;margin-bottom: 50px;}
.gy_section4 .content .right .textbox .words{font-size: 18px;color: #666666;line-height: 22px;margin-bottom: 6px;}
.gy_section4 .content .right .textbox textarea{width: 100%;background: rgba(255,255,255,0);padding: 12px;font-size: 16px;color: #333;border: 1px solid #8f8f8f;border-radius: 4px;height: 110px;}
.gy_section4 .content .right .boxs{width: 100%;overflow: hidden;}
.gy_section4 .content .right .boxs .yzm{width: calc(100% - 196px);float: left;padding-right: 160px;}
.gy_section4 .content .right .boxs .yzm .inputs{width: 100%;position: relative;}
.gy_section4 .content .right .boxs .yzm input{width: 100%;border-bottom: 1px solid #8f8f8f;height: 60px;padding-right: 150px;font-size: 18px;color: #333333;background: rgba(255,255,255,0);}
.gy_section4 .content .right .boxs .yzm input::-webkit-input-placeholder{font-size: 18px;color: #333333;}
.gy_section4 .content .right .boxs .yzm input:-moz-placeholder{font-size: 18px;color: #333333;}
.gy_section4 .content .right .boxs .yzm input::moz-placeholder{font-size: 18px;color: #333333;}
.gy_section4 .content .right .boxs .yzm input:-ms-input-placeholder{font-size: 18px;color: #333333;}
.gy_section4 .content .right .boxs .yzm img{height: 59px;display: block;position: absolute;right: 0;top: 0;}
.gy_section4 .content .right .boxs .button{width: 196px;float: right;}
.gy_section4 .content .right .boxs .button a{display: block;width: 100%;font-size: 0;text-align: center;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 25px;}
.gy_section4 .content .right .boxs .button a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;}
.gy_section4 .content .right .boxs .button a img{width: 47px;display: inline-block;vertical-align: middle;margin-left: 20px;}
@media  screen and (max-width: 1680px){
.gy_section4{padding-top: 60px;padding-bottom: 80px;}
.gy_section4 .content .left{padding-right: 60px;}
.gy_section4 .content .left .tit{font-size: 24px;line-height: 28px;margin-bottom: 26px;}
.gy_section4 .content .left .border{width: 40px;margin-bottom: 30px;}
.gy_section4 .content .left .tit2{font-size: 14px;line-height: 20px;margin-bottom: 30px;}
.gy_section4 .content .left .icobox{margin-top: 30px;}
.gy_section4 .content .left .icobox .ico{width: 40px;margin-right: 30px;}
.gy_section4 .content .left .ewmbox{margin-top: 30px;}
.gy_section4 .content .left .ewmbox .ewm{width: 100px;margin-right: 40px;}
.gy_section4 .content .left .ewmbox .ewm img{margin-bottom: 12px;}
.gy_section4 .content .left .ewmbox .ewm .words{font-size: 14px;}
.gy_section4 .content .left .phone{margin-top: 20px;}
.gy_section4 .content .left .phone ._ts{font-size: 14px;line-height: 26px;margin-bottom: 20px;}
.gy_section4 .content .left .phone ._bs .list{margin-bottom: 20px;}
.gy_section4 .content .left .phone ._bs .list .lwords{width: 80px;font-size: 14px;line-height: 24px;}
.gy_section4 .content .left .phone ._bs .list .rcon{width: calc(100% - 80px);}
.gy_section4 .content .left .phone ._bs .list .rcon .bq{font-size: 14px;line-height: 24px;padding: 0 20px;margin-right: 14px;}
.gy_section4 .content .left .phone ._bs .list .rcon .bq2{font-size: 14px;line-height: 24px;}
.gy_section4 .content .right .tit{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
.gy_section4 .content .right .tit span{font-size: 18px;}
.gy_section4 .content .right .inputbox{margin: -10px;width: calc(100% + 20px);}
.gy_section4 .content .right .inputbox .inputs{padding: 10px;;}
.gy_section4 .content .right .inputbox .inputs .words{font-size: 15px;line-height: 20px;}
.gy_section4 .content .right .inputbox .inputs input{padding: 0 10px;font-size: 14px;height: 40px;}
.gy_section4 .content .right .textbox{margin-top: 20px;margin-bottom: 30px;}
.gy_section4 .content .right .textbox .words{font-size: 15px;line-height: 20px;}
.gy_section4 .content .right .textbox textarea{padding: 10px;font-size: 14px;height: 90px;}
.gy_section4 .content .right .boxs .yzm{width: calc(100% - 160px);padding-right: 100px;}
.gy_section4 .content .right .boxs .yzm input{height: 40px;padding-right: 150px;font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input::-webkit-input-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input:-moz-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input::moz-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input:-ms-input-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm img{height: 39px;}
.gy_section4 .content .right .boxs .button{width: 160px;}
.gy_section4 .content .right .boxs .button a{border-radius: 20px;}
.gy_section4 .content .right .boxs .button a .words{font-size: 14px;line-height: 40px;}
.gy_section4 .content .right .boxs .button a img{width: 36px;margin-left: 16px;}
}
@media  screen and (max-width: 1024px){
.gy_section4{padding-top: 30px;padding-bottom: 30px;}
.gy_section4 .content .left{width: 100%;padding-right: 0;margin-bottom: 16px;}
.gy_section4 .content .left ._lsd{width: 100%;float: left;}
.gy_section4 .content .left .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.gy_section4 .content .left .border{width: 40px;margin-bottom: 12px;}
.gy_section4 .content .left .tit2{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.gy_section4 .content .left .icobox{margin-bottom: 12px;margin-top: 12px;}
.gy_section4 .content .left .icobox .ico{margin-right: 14px;}
.gy_section4 .content .left .ewmbox{float: right;width: 60%;float: left;margin-top: 12px;}
.gy_section4 .content .left .ewmbox .ewm{margin-right: 12px;width: calc(50% - 6px);}
.gy_section4 .content .left .ewmbox .ewm img{margin-bottom: 10px;}
.gy_section4 .content .left .ewmbox .ewm .words{font-size: 14px;}


.gy_section4 .content .left .phone{margin-top: 14px;}
.gy_section4 .content .left .phone ._ts{line-height: 24px;margin-bottom: 12px;}
.gy_section4 .content .left .phone ._bs .list{margin-bottom: 12px;}
.gy_section4 .content .left .phone ._bs .list .rcon .bq{padding: 0 16px;margin-right: 8px;}



.gy_section4 .content .right{width: 100%;}
.gy_section4 .content .right .tit{margin-bottom: 12px;}
.gy_section4 .content .right .inputbox{margin: 0px;width: 100%;}
.gy_section4 .content .right .inputbox .inputs{width: 100%;padding: 0;margin-bottom: 12px;}
.gy_section4 .content .right .inputbox .inputs input{font-size: 14px;height: 36px;}
.gy_section4 .content .right .textbox{margin-top: 0;margin-bottom: 12px;}
.gy_section4 .content .right .textbox .words{font-size: 14px;line-height: 20px;}
.gy_section4 .content .right .textbox textarea{font-size: 14px;height: 80px;}
.gy_section4 .content .right .boxs .yzm{width: 100%;padding-right: 0;float: none;}
.gy_section4 .content .right .boxs .yzm input{height: 40px;padding-right: 110px;font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input::-webkit-input-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input:-moz-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input::moz-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm input:-ms-input-placeholder{font-size: 14px;}
.gy_section4 .content .right .boxs .yzm img{height: 39px;}
.gy_section4 .content .right .boxs .button{width: 140px;float: none;margin: 12px auto 0 auto;}
.gy_section4 .content .right .boxs .button a{border-radius: 18px;}
.gy_section4 .content .right .boxs .button a .words{font-size: 14px;line-height: 36px;}
.gy_section4 .content .right .boxs .button a img{width: 36px;margin-left: 12px;}
}

/*新闻资讯*/
.xw_section{width: 100%;padding-top: 50px;padding-bottom: 100px;background: #f5f5f5;}
.xw_section .content{width: 100%;overflow: hidden;}
.xw_section .content .left{width: 67.14%;float: left;}
.xw_section .content .left ul{width: 100%;margin-bottom: 80px;}
.xw_section .content .left ul li{width: 100%;overflow: hidden;padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px dashed #dddddd;}
.xw_section .content .left ul li:last-child{margin-bottom: 0;}
.xw_section .content .left ul li .a{display: block;width: 100%;font-size: 0;overflow: hidden;}
.xw_section .content .left ul li .a .picbox{width: 250px;display: inline-block;vertical-align: middle;}
.xw_section .content .left ul li .a .picbox .pic{ width: 100%; padding-bottom: 68%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .left ul li .a .picbox .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 .content .left ul li .a:hover  .picbox .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 .content .left ul li .a .wordsbox{width: calc(100% - 252px);display: inline-block;vertical-align: middle;padding-left: 15px;}
.xw_section .content .left ul li .a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .left ul li .a:hover .wordsbox .tit{color: #e65400;}
.xw_section .content .left ul li .a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 32px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content .left ul li .a .wordsbox .boxs{width: 100%;overflow: hidden;}
.xw_section .content .left ul li .a .wordsbox .boxs .date{font-size: 16px;color: #666666;line-height: 20px;float: left;}
.xw_section .content .left ul li .a .wordsbox .boxs .more{float: right;font-size: 0;}
.xw_section .content .left ul li .a .wordsbox .boxs .more .words{font-size: 16px;color: #e65400;line-height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: 0;
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;}
.xw_section .content .left ul li .a:hover .wordsbox .boxs .more .words{opacity: 1;}
.xw_section .content .left ul li .a .wordsbox .boxs .more img{width: 47px;display: inline-block;vertical-align: middle;}
.xw_section .content .left ul li .a .wordsbox .boxs .more .img2{display: none;}
.xw_section .content .left ul li .a:hover .wordsbox .boxs .more .img1{display: none;}
.xw_section .content .left ul li .a:hover .wordsbox .boxs .more .img2{display: inline-block;}
.xw_section .content .right{width: 30%;float: right;background: #ffffff;padding: 40px 32px 45px 32px;}
.xw_section .content .right h2{font-size: 30px;color: #333333;line-height: 34px;margin-bottom: 30px;padding-bottom: 34px;border-bottom: 1px solid #dddddd;}
.xw_section .content .right ul{width: 100%;}
.xw_section .content .right ul li{width: 100%;margin-bottom: 30px;}
.xw_section .content .right ul li:last-child{margin-bottom: 0;}
.xw_section .content .right ul li .a{display: block;width: 100%;border: 1px solid #e4e4e4;}
.xw_section .content .right ul li .a:hover{border-color: rgba(255,255,255,0);box-shadow: 0 0 20px rgba(220,220,220,0.6);}
.xw_section .content .right ul li .a .pic{ width: 100%; padding-bottom: 67.53%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .right ul 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 .content .right ul 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 .content .right ul li .a .wordsbox{width: 100%;padding: 24px 20px 36px 20px;}
.xw_section .content .right ul li .a .wordsbox .tit{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 16px;height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .right ul li .a:hover .wordsbox .tit{color: #e65400;}
.xw_section .content .right ul li .a .wordsbox .info{font-size: 16px;color: #666666;line-height: 30px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}

/*新闻详情*/
.xw_section .content .lefts2{width: 66.78%;background: #fff;padding: 30px 40px 90px 40px;float: left;margin-bottom: 20px;}
.xw_section .content .lefts2 .boxs1{width: 100%;margin-bottom: 100px;}
.xw_section .content .lefts2 .boxs1 .tit{font-size: 30px;color: #333333;line-height: 36px;margin-bottom: 38px;}
.xw_section .content .lefts2 .boxs1 .listbox{width: 100%;overflow: hidden;border-bottom: 1px solid #dddddd;padding-bottom: 46px;margin-bottom: 30px;}
.xw_section .content .lefts2 .boxs1 .listbox .list{float: left;font-size: 16px;color: #666666;line-height: 20px;letter-spacing: 0;margin-right: 130px;}
.xw_section .content .lefts2 .boxs1 .listbox .list:last-child{margin-right: 0;}
.xw_section .content .lefts2 .boxs1 .info{font-size: 16px;color: #666666;line-height: 30px;padding-bottom: 72px;border-bottom: 1px solid #dddddd;}
.xw_section .content .lefts2 .boxs1 .pagebox{width: 100%;overflow: hidden;margin-top: 50px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l{width: calc(100% - 168px);float: left;padding-right: 40px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l a{display: block;width: 100%;font-size: 16px;color: #666666;line-height: 20px;margin-bottom: 30px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l a:last-child{margin-bottom: 0;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l a:hover{color: #7279f5;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r{width: 168px;float: right;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a{display: block;width: 100%;font-size: 0;text-align: center;background-image: linear-gradient(to right, #ffc107 , #e65400);border-radius: 24px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a img{width: 14px;display: inline-block;vertical-align: middle;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a .words{font-size: 16px;color: #ffffff;line-height: 48px;display: inline-block;vertical-align: middle;margin-left: 20px;}

.xw_section .content .lefts2 .boxs2{width: 100%;margin-bottom: 60px;}
.xw_section .content .lefts2 .boxs2 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.xw_section .content .lefts2 .boxs2 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.xw_section .content .lefts2 .boxs2 .ul{margin: -10px;width: calc(100% + 20px);}
.xw_section .content .lefts2 .boxs2 .ul .li{padding: 10px;}
.xw_section .content .lefts2 .boxs2 .ul .li a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.xw_section .content .lefts2 .boxs2 .ul .li a .picbox{width: 100%;position: relative;overflow: hidden;}
.xw_section .content .lefts2 .boxs2 .ul .li a .picbox .pic{ width: 100%; padding-bottom: 73.97%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .lefts2 .boxs2 .ul .li a .picbox .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 .content .lefts2 .boxs2 .ul .li a:hover .picbox .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 .content .lefts2 .boxs2 .ul .li a .picbox .ico{width: 47px;display: block;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox{width: 100%;padding: 15px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox .words{font-size: 16px;color: #333333;line-height: 30px;text-align: center;height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .lefts2 .boxs2 .ul .li a:hover .wordsbox .words{color: #e65400;}
.xw_section .content .lefts2 .boxs3{width: 100%;margin-bottom: 60px;}
.xw_section .content .lefts2 .boxs3 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.xw_section .content .lefts2 .boxs3 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.xw_section .content .lefts2 .boxs3 .ul{margin: -10px;width: calc(100 + 20px);}
.xw_section .content .lefts2 .boxs3 .ul .li{padding: 10px;}
.xw_section .content .lefts2 .boxs3 .ul .li a{display: block;padding: 15px 15px 35px 15px;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.xw_section .content .lefts2 .boxs3 .ul .li a .pic{ width: 100%; padding-bottom: 76.47%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .lefts2 .boxs3 .ul .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 .content .lefts2 .boxs3 .ul .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 .content .lefts2 .boxs3 .ul .li a .words{font-size: 16px;color: #333333;line-height: 20px;text-align: center;margin-top: 18px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .lefts2 .boxs3 .ul .li a:hover .words{color: #e65400;}
.xw_section .content .lefts2 .boxs4{width: 100%;}
.xw_section .content .lefts2 .boxs4 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.xw_section .content .lefts2 .boxs4 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.xw_section .content .lefts2 .boxs4 .ul{margin: -10px;width: calc(100 + 20px);}
.xw_section .content .lefts2 .boxs4 .ul .li{padding: 10px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a{display: block;width: 100%;box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.xw_section .content .lefts2 .boxs4 .ul .li .a .pic{ width: 100%; padding-bottom: 67.03%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .lefts2 .boxs4 .ul .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 .content .lefts2 .boxs4 .ul .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 .content .lefts2 .boxs4 .ul .li .a .wordsbox{width: 100%;padding: 20px 20px 30px 20px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox .tits{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 14px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .lefts2 .boxs4 .ul .li .a:hover .wordsbox .tits{color: #e65400;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox .info{font-size: 14px;color: #666666;line-height: 20px;height: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content .lefts2 .boxs6{width: 100%;margin-bottom: 60px;}
.xw_section .content .lefts2 .boxs6 .tit{margin-bottom: 28px;font-size: 24px;color: #333333;line-height: 28px;padding-left: 24px;position: relative;font-weight: bolder;}
.xw_section .content .lefts2 .boxs6 .tit::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}
.xw_section .content .lefts2 .boxs6 .ul{width: 100%;}
.xw_section .content .lefts2 .boxs6 .ul .li{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px dashed #dddddd;}
.xw_section .content .lefts2 .boxs6 .ul .li:last-child{margin-bottom: 0;}
.xw_section .content .lefts2 .boxs6 .ul .li a{display: block;width: 100%;font-size: 0;}
.xw_section .content .lefts2 .boxs6 .ul .li a .lefts{width: 250px;display: inline-block;vertical-align: middle;}
.xw_section .content .lefts2 .boxs6 .ul .li a .lefts .pic{ width: 100%; padding-bottom: 68%; position: relative; overflow: hidden; min-height: 50px;
-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 .content .lefts2 .boxs6 .ul .li a .lefts .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 .content .lefts2 .boxs6 .ul .li a:hover .lefts .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 .content .lefts2 .boxs6 .ul .li a .rights{width: calc(100% - 252px);display: inline-block;vertical-align: middle;padding-left: 16px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .tits{font-size: 20px;color: #333333;line-height: 24px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .lefts2 .boxs6 .ul .li a:hover .rights .tits{color: #e65400;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .info{font-size: 16px;color: #666666;line-height: 30px;margin-bottom: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs{width: 100%;overflow: hidden;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .date{float: left;font-size: 16px;color: #666666;line-height: 20px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more{float: right;font-size: 0;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more .words{font-size: 16px;color: #e65400;line-height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: 0;
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;}
.xw_section .content .lefts2 .boxs6 .ul .li a:hover .rights .boxs .more .words{opacity: 1;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more img{display: inline-block;vertical-align: middle;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more .img2{display: none;}
.xw_section .content .lefts2 .boxs6 .ul .li a:hover .rights .boxs .more .img1{display: none;}
.xw_section .content .lefts2 .boxs6 .ul .li a:hover .rights .boxs .more .img2{display: inline-block;}
@media  screen and (max-width: 1680px){
.xw_section{padding-bottom: 60px;}
.xw_section .content .left ul{margin-bottom: 40px;}
.xw_section .content .left ul li{padding-bottom: 30px;margin-bottom: 30px;}
.xw_section .content .left ul li .a .picbox{width: 230px;}
.xw_section .content .left ul li .a .wordsbox{width: calc(100% - 232px);padding-left: 12px;}
.xw_section .content .left ul li .a .wordsbox .tit{font-size: 18px;margin-bottom: 14px;}
.xw_section .content .left ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.xw_section .content .left ul li .a .wordsbox .boxs .date{font-size: 14px;}
.xw_section .content .left ul li .a .wordsbox .boxs .more .words{font-size: 14px;}
.xw_section .content .left ul li .a .wordsbox .boxs .more img{width: 36px;}
.xw_section .content .right{padding: 30px 26px 40px 26px;}
.xw_section .content .right h2{font-size: 24px;line-height: 30px;margin-bottom: 20px;padding-bottom: 20px;}
.xw_section .content .right ul li{margin-bottom: 20px;}
.xw_section .content .right ul li .a .wordsbox{padding: 16px 16px 24px 16px;}
.xw_section .content .right ul li .a .wordsbox .tit{font-size: 18px;margin-bottom: 12px;}
.xw_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;height: 48px;}
/*新闻详情*/
.xw_section .content .lefts2{padding: 40px;}
.xw_section .content .lefts2 .boxs1{margin-bottom: 40px;}
.xw_section .content .lefts2 .boxs1 .tit{font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.xw_section .content .lefts2 .boxs1 .listbox{padding-bottom: 26px;margin-bottom: 26px;}
.xw_section .content .lefts2 .boxs1 .listbox .list{font-size: 14px;margin-right: 80px;}
.xw_section .content .lefts2 .boxs1 .info{font-size: 14px;line-height: 24px;padding-bottom: 30px;}
.xw_section .content .lefts2 .boxs1 .pagebox{margin-top: 30px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l{width: calc(100% - 140px);padding-right: 30px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l a{font-size: 14px;margin-bottom: 24px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r{width: 140px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a{border-radius: 20px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a .words{font-size: 14px;line-height: 40px;margin-left: 14px;}
.xw_section .content .lefts2 .boxs3{margin-bottom: 40px;}
.xw_section .content .lefts2 .boxs3 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs3 .tit::after{width: 3px;}
.xw_section .content .lefts2 .boxs3 .ul .li a{padding: 12px 12px 30px 12px;}
.xw_section .content .lefts2 .boxs3 .ul .li a .words{font-size: 14px;margin-top: 12px;}
.xw_section .content .lefts2 .boxs4 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs4 .tit::after{width: 4px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox{padding: 16px 16px 20px 16px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.xw_section .content .lefts2 .boxs2{margin-bottom: 40px;}
.xw_section .content .lefts2 .boxs2 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs2 .tit::after{width: 3px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .picbox .ico{width: 34px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox{padding: 12px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox .words{font-size: 14px;line-height: 24px;height: 24px;}
.xw_section .content .lefts2 .boxs6{margin-bottom: 40px;}
.xw_section .content .lefts2 .boxs6 .tit{margin-bottom: 20px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs6 .tit::after{width: 3px;}
.xw_section .content .lefts2 .boxs6 .ul .li{margin-bottom: 20px;padding-bottom: 20px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .lefts{width: 220px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights{width: calc(100% - 222px);padding-left: 10px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .tits{font-size: 18px;margin-bottom: 16px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .info{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .date{font-size: 14px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more .words{font-size: 14px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more img{width: 34px;}
}
@media  screen and (max-width: 1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section .content .left{width: 100%;margin-bottom: 20px;}
.xw_section .content .left ul{margin-bottom: 14px;}
.xw_section .content .left ul li{padding-bottom: 12px;margin-bottom: 12px;}
.xw_section .content .left ul li .a .picbox{width: 100%;}
.xw_section .content .left ul li .a .wordsbox{width: 100%;padding-left: 0;padding-top: 10px;}
.xw_section .content .left ul li .a .wordsbox .tit{margin-bottom: 12px;}
.xw_section .content .left ul li .a .wordsbox .info{font-size: 14px;line-height: 24px;margin-bottom: 12px;}
.xw_section .content .left ul li .a .wordsbox .boxs .more .words{margin-right: 8px;}
.xw_section .content .left ul li .a .wordsbox .boxs .more img{width: 32px;}
.xw_section .content .right{width: 100%;padding: 12px;}
.xw_section .content .right h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;padding-bottom: 12px;}
.xw_section .content .right ul li{margin-bottom: 12px;}
.xw_section .content .right ul li .a .wordsbox{padding: 12px;}
.xw_section .content .right ul li .a .wordsbox .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;height: 24px;}
.xw_section .content .right ul li .a .wordsbox .info{font-size: 14px;line-height: 22px;height: 44px;}

/*新闻详情*/
.xw_section .content .lefts2{width: 100%;padding: 12px;}
.xw_section .content .lefts2 .boxs1{margin-bottom: 14px;}
.xw_section .content .lefts2 .boxs1 .tit{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.xw_section .content .lefts2 .boxs1 .listbox{padding-bottom: 12px;margin-bottom: 12px;}
.xw_section .content .lefts2 .boxs1 .listbox .list{font-size: 14px;margin-right: 0px;width: 100%;margin-bottom: 10px;}
.xw_section .content .lefts2 .boxs1 .listbox .list:last-child{margin-bottom: 0;}
.xw_section .content .lefts2 .boxs1 .info{font-size: 14px;line-height: 24px;padding-bottom: 12px;}
.xw_section .content .lefts2 .boxs1 .pagebox{margin-top: 12px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l{width: 100%;padding-right: 0;margin-bottom: 10px;float: none;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_l a{font-size: 14px;margin-bottom: 10px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r{width: 120px;float: none;margin: 12px auto 0 auto;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a{border-radius: 18px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a img{width: 12px;}
.xw_section .content .lefts2 .boxs1 .pagebox .page_r a .words{font-size: 14px;line-height: 38px;margin-left: 14px;}
.xw_section .content .lefts2 .boxs3{margin-bottom: 14px;}
.xw_section .content .lefts2 .boxs3 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs3 .ul{padding-bottom: 30px;}
.xw_section .content .lefts2 .boxs3 .ul .li a{padding: 12px 12px 16px 12px;}
.xw_section .content .lefts2 .boxs3 .ul .li a .words{font-size: 14px;margin-top: 10px;}
.xw_section .content .lefts2 .boxs3 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.xw_section .content .lefts2 .boxs3 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.xw_section .content .lefts2 .boxs3 .ul .slick-dots li.slick-active{ background: #e65400;}
.xw_section .content .lefts2 .boxs4 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs4 .ul{padding-bottom: 30px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox{padding: 10px;}
.xw_section .content .lefts2 .boxs4 .ul .li .a .wordsbox .tits{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.xw_section .content .lefts2 .boxs4 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.xw_section .content .lefts2 .boxs4 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.xw_section .content .lefts2 .boxs4 .ul .slick-dots li.slick-active{ background: #e65400;}
.xw_section .content .lefts2 .boxs2{margin-bottom: 14px;}
.xw_section .content .lefts2 .boxs2 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs2 .ul{padding-bottom: 30px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .picbox .ico{width: 34px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox{padding: 10px;}
.xw_section .content .lefts2 .boxs2 .ul .li a .wordsbox .words{font-size: 14px;line-height: 24px;height: 24px;}
.xw_section .content .lefts2 .boxs2 .ul .slick-dots{position: absolute; bottom: 10px; height: 8px; text-align: center;}
.xw_section .content .lefts2 .boxs2 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.xw_section .content .lefts2 .boxs2 .ul .slick-dots li.slick-active{ background: #e65400;}
.xw_section .content .lefts2 .boxs6{margin-bottom: 14px;}
.xw_section .content .lefts2 .boxs6 .tit{margin-bottom: 12px;font-size: 18px;padding-left: 20px;}
.xw_section .content .lefts2 .boxs6 .ul{margin: -10px;width: calc(100% + 20px);padding-bottom: 50px;}
.xw_section .content .lefts2 .boxs6 .ul .li{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;padding: 10px;}
.xw_section .content .lefts2 .boxs6 .ul .li a{box-shadow: 0 0 10px rgba(220,220,220,0.5);}
.xw_section .content .lefts2 .boxs6 .ul .li a .lefts{width: 100%;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights{width: 100%;display: block; padding-left: 0;padding: 10px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .tits{font-size: 18px;margin-bottom: 12px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;height: 40px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .date{font-size: 14px;}
.xw_section .content .lefts2 .boxs6 .ul .li a .rights .boxs .more .words{font-size: 14px;margin-right: 8px;}
.xw_section .content .lefts2 .boxs6 .ul .slick-dots{position: absolute; bottom: 30px; height: 8px; text-align: center;}
.xw_section .content .lefts2 .boxs6 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.xw_section .content .lefts2 .boxs6 .ul .slick-dots li.slick-active{ background: #e65400;}
}

/*联系我们*/
.lxwm_section1{width: 100%;padding-top: 80px;padding-bottom: 84px;background: #f5f5f5;}
.lxwm_section1 .content{width: 100%;overflow: hidden;font-size: 0;position: relative;}
.lxwm_section1 .content::after{content: "";display: block;width: 37.5%;height: 100%;background: #fff;position: absolute;left: 0;top: 0;z-index: 1;}
.lxwm_section1 .content .left{width: 37.5%;background: #fff;display: inline-block;vertical-align: middle; padding: 10px 36px 10px 56px;position: relative;z-index: 2;}
.lxwm_section1 .content .left .tit{font-size: 36px;color: #000000;line-height: 40px;margin-bottom: 40px;}
.lxwm_section1 .content .left .listbox{width: 100%;margin-bottom: 46px;}
.lxwm_section1 .content .left .listbox .list{width: 100%;margin-bottom: 36px;font-size: 0;}
.lxwm_section1 .content .left .listbox .list img{width: 34px;display: inline-block;vertical-align: middle;}
.lxwm_section1 .content .left .listbox .list .words{font-size: 18px;color: #333333;line-height: 24px;width: calc(100% - 36px);display: inline-block;vertical-align: middle;padding-left: 16px;}
.lxwm_section1 .content .left .ewmbox{width: 100%;overflow: hidden;}
.lxwm_section1 .content .left .ewmbox .ewm{width: 109px;float: left;margin-right: 46px;}
.lxwm_section1 .content .left .ewmbox .ewm:last-child{margin-right: 0;}
.lxwm_section1 .content .left .ewmbox .ewm img{width: 100%;display: block;margin-bottom: 8px;}
.lxwm_section1 .content .left .ewmbox .ewm .words{font-size: 14px;color: #666666;line-height: 20px;text-align: center;}
.lxwm_section1 .content .right{width: 61.5%;height: 636px;display: inline-block;vertical-align: middle; }
.lxwm_section1 .content .right ._mapbox{height:100%!important;}
.lxwm_section1 .content .right .BMapLabel{ width: 315px; height: 44px; line-height: 44px!important;text-align: center; font-size: 16px!important; color: #333333!important; border: 0!important;background: #fff;border-radius: 6px; padding-top: 0!important;left: 34px!important;top: -8px!important;}
.lxwm_section1 .content .right .BMapLabel::after{content: "";display: block;width: 0;height: 0;border: 8px solid;border-color: transparent #fff transparent transparent;position: absolute;right: 100%;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
@media  screen and (max-width: 1680px){
.lxwm_section1{padding-top: 60px;padding-bottom: 60px;}
.lxwm_section1 .content .left{ padding: 10px 30px;}
.lxwm_section1 .content .left .tit{font-size: 24px;line-height: 28px;margin-bottom: 20px;}
.lxwm_section1 .content .left .listbox{margin-bottom: 30px;}
.lxwm_section1 .content .left .listbox .list{margin-bottom: 20px;}
.lxwm_section1 .content .left .listbox .list img{width: 30px;}
.lxwm_section1 .content .left .listbox .list .words{font-size: 14px;line-height: 20px;width: calc(100% - 32px);padding-left: 14px;}
.lxwm_section1 .content .left .ewmbox .ewm{width: 90px;margin-right: 30px;}
.lxwm_section1 .content .right{height: 550px;}
}
@media  screen and (max-width: 1024px){
.lxwm_section1{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section1 .content::after{display: none;}
.lxwm_section1 .content .left{width: 100%; padding: 12px;}
.lxwm_section1 .content .left .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.lxwm_section1 .content .left .listbox{margin-bottom: 12px;}
.lxwm_section1 .content .left .listbox .list{margin-bottom: 10px;}
.lxwm_section1 .content .left .listbox .list img{width: 26px;}
.lxwm_section1 .content .left .listbox .list .words{font-size: 14px;line-height: 20px;width: calc(100% - 28px);padding-left: 10px;}
.lxwm_section1 .content .left .ewmbox .ewm{width: 90px;margin-right: 20px;}
.lxwm_section1 .content .left .ewmbox .ewm .words{font-size: 12px;}
.lxwm_section1 .content .right{width: 100%;height: 220px;}
.lxwm_section1 .content .right .BMapLabel{ width: 260px;font-size: 14px!important; left: 50%!important;top: 38px!important;margin-left: -130px!important;padding: 0!important;}
.lxwm_section1 .content .right .BMapLabel::after{display: none;}
}

.lxwm_section2{width: 100%;padding-top: 76px;padding-bottom: 100px;}
.lxwm_section2 h2{font-size: 36px;color: #000000;line-height: 40px;margin-bottom: 80px;font-weight: bolder;text-align: center;}
.lxwm_section2 .inputbox{margin: -22px;overflow: hidden;width: calc(100% + 44px);}
.lxwm_section2 .inputbox .input{width: 50%;float: left;padding: 22px;}
.lxwm_section2 .inputbox .input .words{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 16px;}
.lxwm_section2 .inputbox .input input{width: 100%;height: 62px;border-radius: 6px;border: 1px solid #cccccc;padding: 0 10px;font-size: 16px;color: #333;}
.lxwm_section2 .textbox{width: 100%;margin-top: 48px;margin-bottom: 56px;}
.lxwm_section2 .textbox .words{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 16px;}
.lxwm_section2 .textbox textarea{width: 100%;height: 174px;border-radius: 6px;border: 1px solid #cccccc;padding: 10px;font-size: 16px;color: #333;}
.lxwm_section2 .tit{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 48px;}
.lxwm_section2 .listbox{width: calc(100% + 50px);overflow: hidden;margin: -17px -25px;}
.lxwm_section2 .listbox .list{float: left;padding: 17px 25px;}
.lxwm_section2 .listbox .list .a{display: block;}
.lxwm_section2 .listbox .list .a .icobox{width: 30px;height: 30px;border: 1px solid #cccccc;border-radius: 6px;position: relative;display: inline-block;vertical-align: middle;}
.lxwm_section2 .listbox .list .a .icobox img{width: 26px;display: block;position: absolute;left: 50%;top: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}
.lxwm_section2 .listbox .list .a .icobox img{display: none;}
.lxwm_section2 .listbox .list.on .a .icobox img{display: block;}
.lxwm_section2 .listbox .list .a .words{letter-spacing: 0; font-size: 18px;color: #333333;line-height: 30px;display: inline-block;vertical-align: middle;margin-left: 20px;}
.lxwm_section2 .listbox .list .a input{display: none; color:#333; width: 1100px;height: 30px;padding: 0 12px;border-bottom: 1px solid #cccccc;margin-left: 16px;}
.lxwm_section2 .listbox .list.on .a input{display: inline-block;}
.lxwm_section2 .boxs{width: 100%;margin-top: 74px;overflow: hidden;padding-right: 120px;}
.lxwm_section2 .boxs .yzmbox{width: 56.25%;float: left;position: relative;}
.lxwm_section2 .boxs .yzmbox input{width: 100%;border-bottom: 1px solid #dddddd;padding-right: 150px;font-size: 18px;color: #333333;height: 60px;}
.lxwm_section2 .boxs .yzmbox input::-webkit-input-placeholder{font-size: 18px;color: #333333;}
.lxwm_section2 .boxs .yzmbox input:-moz-placeholder{font-size: 18px;color: #333333;}
.lxwm_section2 .boxs .yzmbox input::moz-placeholder{font-size: 18px;color: #333333;}
.lxwm_section2 .boxs .yzmbox input:-ms-input-placeholder{font-size: 18px;color: #333333;}
.lxwm_section2 .boxs .yzmbox img{height: 59px;display: block;position: absolute;right: 0;top: 0;}
.lxwm_section2 .boxs .buttonbox{width: 32.03%;float: right;}
.lxwm_section2 .boxs .buttonbox .button1{width: 47.8%;float: left;}
.lxwm_section2 .boxs .buttonbox .button1 a{display: block;width: 100%;text-align: center;border-radius: 25px;background-image: linear-gradient(to right, #c8c8c8 , #a8a8a8);}
.lxwm_section2 .boxs .buttonbox .button1 a .words{font-size: 16px;color: #ffffff;line-height: 50px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.lxwm_section2 .boxs .buttonbox .button1 a img{width: 47px;display: inline-block;vertical-align: middle;}
.lxwm_section2 .boxs .buttonbox .button1 a:hover{background-image: linear-gradient(to right, #8bf6e8 , #e65400);}
.lxwm_section2 .boxs .buttonbox .button2{width: 39%;float: right;}
.lxwm_section2 .boxs .buttonbox .button2 a{display: block;font-size: 16px;color: #ffffff;line-height: 50px;background-image: linear-gradient(to right, #c8c8c8 , #a8a8a8);border-radius: 25px;text-align: center;}
.lxwm_section2 .boxs .buttonbox .button2 a:hover{background-image: linear-gradient(to right, #8bf6e8 , #e65400);}
@media  screen and (max-width: 1680px){
.lxwm_section2{padding-top: 60px;padding-bottom: 60px;}
.lxwm_section2 h2{font-size: 24px;line-height: 30px;margin-bottom: 40px;}
.lxwm_section2 .inputbox{margin: -14px;width: calc(100% + 28px);}
.lxwm_section2 .inputbox .input{padding: 14px;}
.lxwm_section2 .inputbox .input .words{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.lxwm_section2 .inputbox .input input{height: 50px;font-size: 14px;}
.lxwm_section2 .textbox{margin-top: 30px;margin-bottom: 30px;}
.lxwm_section2 .textbox .words{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.lxwm_section2 .textbox textarea{height: 100px;font-size: 14px;}
.lxwm_section2 .tit{font-size: 16px;line-height: 20px;margin-bottom: 30px;}
.lxwm_section2 .listbox{width: calc(100% + 30px);margin: -15px;}
.lxwm_section2 .listbox .list{float: left;padding: 15px;}
.lxwm_section2 .listbox .list .a .icobox{width: 26px;height: 26px;}
.lxwm_section2 .listbox .list .a .icobox img{width: 22px;}
.lxwm_section2 .listbox .list .a .words{font-size: 14px;line-height: 26px;margin-left: 14px;}
.lxwm_section2 .listbox .list .a input{width: 800px;height: 26px;margin-left: 12px;}
.lxwm_section2 .boxs{margin-top: 40px;padding-right: 60px;}
.lxwm_section2 .boxs .yzmbox input{padding-right: 130px;font-size: 14px;height: 50px;}
.lxwm_section2 .boxs .yzmbox input::-webkit-input-placeholder{font-size: 14px;}
.lxwm_section2 .boxs .yzmbox input:-moz-placeholder{font-size: 14px;}
.lxwm_section2 .boxs .yzmbox input::moz-placeholder{font-size: 14px;}
.lxwm_section2 .boxs .yzmbox input:-ms-input-placeholder{font-size: 14px;}
.lxwm_section2 .boxs .yzmbox img{height: 49px;}
.lxwm_section2 .boxs .buttonbox .button1 a{border-radius: 20px;}
.lxwm_section2 .boxs .buttonbox .button1 a .words{font-size: 14px;line-height: 40px;margin-right: 14px;}
.lxwm_section2 .boxs .buttonbox .button1 a img{width: 34px;}
.lxwm_section2 .boxs .buttonbox .button2 a{font-size: 14px;line-height: 40px;border-radius: 20px;}
}
@media  screen and (max-width: 1024px){
.lxwm_section2{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section2 h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.lxwm_section2 .inputbox{margin: 0;width: 100%;}
.lxwm_section2 .inputbox .input{width: 100%;padding: 0;margin-bottom: 12px;}
.lxwm_section2 .inputbox .input .words{margin-bottom: 10px;}
.lxwm_section2 .inputbox .input input{height: 38px;}
.lxwm_section2 .textbox{margin-top: 0;margin-bottom: 12px;}
.lxwm_section2 .textbox .words{margin-bottom: 10px;}
.lxwm_section2 .textbox textarea{height: 100px;}
.lxwm_section2 .tit{margin-bottom: 12px;}
.lxwm_section2 .listbox{width: calc(100% + 12px);margin: -6px;}
.lxwm_section2 .listbox .list{padding: 6px;}
.lxwm_section2 .listbox .list .a .words{margin-left: 12px;}
.lxwm_section2 .listbox .list .a input{ width: 160px;margin-left: 8px;}
.lxwm_section2 .boxs{margin-top: 14px;padding-right: 0;}
.lxwm_section2 .boxs .yzmbox{width: 100%;}
.lxwm_section2 .boxs .yzmbox input{padding-right: 120px;height: 45px;}
.lxwm_section2 .boxs .yzmbox img{height: 44px;}
.lxwm_section2 .boxs .buttonbox{width: 100%;margin-top: 12px;}
.lxwm_section2 .boxs .buttonbox .button1 a{border-radius: 18px;}
.lxwm_section2 .boxs .buttonbox .button1 a .words{line-height: 36px;margin-right: 14px;}
.lxwm_section2 .boxs .buttonbox .button1 a img{width: 34px;}
.lxwm_section2 .boxs .buttonbox .button2 a{font-size: 14px;line-height: 36px;border-radius: 18px;}
}




.pagecon.xw_section{padding-bottom:50px;}
.pagecon .content {font-size: 16px;color: #666666;line-height: 30px;}

@media screen and (max-width: 1680px) {
    .pagecon .content {font-size: 14px;color: #666666;line-height: 24px;}
}

@media screen and (max-width: 1024px) {
    .pagecon.xw_section{padding:15px;}
}

.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#e65400;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}



._search{ background:url(../image/ico56.jpg) center repeat;}
._search .title{ float:left; width:100%; color:#333333; font-size:16px; line-height:26px;}
._search .title span{font-weight:bold; color:#e65400;}
._search .list{ float:left; width:100%; margin-top:25px;}
._search .list li{ float:left; width:100%; border-bottom:1px solid rgba(0,0,0,0.1); padding:25px 0; position:relative;
-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;  
}
._search .list li:after{ float:left; position:absolute; right:20px; top:50%; margin-top:-7px; content:''; width:22px; height:15px; background:url(../image/ico57.png) right center no-repeat;}
._search .list li .tit{ float:left; width:100%; color:#333333; font-size:18px; line-height:28px; font-weight:bold;}
._search .list li .info{ float:left; width:100%; color:#555555; font-size:16px; line-height:26px; margin-top:10px;}
._search .list li .info a{ color:#555555;}
._search .list li .info a:hover{color:#e65400;}
._search .list li:hover{ background:#f2f2f2; padding:25px 20px;}
._search .list li:hover:after{ background:url(../image/ico58.png) right center no-repeat;}
._search .list li:hover .tit{ color:#e65400;}
._search .img{ float:left; width:100%; margin-top:22px; line-height:0; text-align:center;}
._search .cont{ float:left; width:100%; margin-bottom:22px; color:#1b1b1b; color:rgba(27,27,27,0.5); font-size:24px; line-height:28px; text-align:center;}

@media  screen and (max-width:1024px){

._search .list{ margin-top:10px;}
._search .list li{ padding:15px 0;}
._search .list li:after{ right:12px; width:15px;}
._search .list li .tit{ font-size:16px; line-height:26px; }
._search .list li .info{ font-size:14px; line-height:24px; margin-top:2px;}
._search .list li:hover{ padding:15px 12px;}
._search .cont{ font-size:18px; line-height:22px;}

}
@media  screen and (max-width:767px){


}


.cpxq_section .content .left .boxs5 .tit{padding-bottom:20px;}
.cpxq_section .content .left .boxs5 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.cpxq_section .content .left .boxs5 .tit::after{height:30px;}
@media screen and (max-width:1024px) {
    .cpxq_section .content .left .boxs5 .tit{padding-bottom:12px;}
}

.cpxq_section .content .left .boxs6 .tit{padding-bottom:20px;}
.cpxq_section .content .left .boxs6 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.cpxq_section .content .left .boxs6 .tit::after{height:30px;}
@media screen and (max-width:1024px) {
    .cpxq_section .content .left .boxs6 .tit{padding-bottom:12px;}
}

.cpxq_section .content .left .boxs7 .tit{padding-bottom:20px;}
.cpxq_section .content .left .boxs7 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.cpxq_section .content .left .boxs7 .tit::after{height:30px;}
@media screen and (max-width:1024px) {
    .cpxq_section .content .left .boxs7 .tit{padding-bottom:12px;}
}

.hyyyxq_section .content .left .boxs3 .tit{padding-bottom:20px;}
.hyyyxq_section .content .left .boxs3 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.hyyyxq_section .content .left .boxs3 .tit::after{height:30px;}
@media screen and (max-width:1680px) {
    .hyyyxq_section .content .left .boxs3 .tit{font-size:24px;}
}
@media screen and (max-width:1024px) {
    .hyyyxq_section .content .left .boxs3 .tit{padding-bottom:12px; font-size:18px;}
}


.hyyyxq_section .content .left .boxs4 .tit{padding-bottom:20px;}
.hyyyxq_section .content .left .boxs4 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.hyyyxq_section .content .left .boxs4 .tit::after{height:30px;}
@media screen and (max-width:1680px) {
    .hyyyxq_section .content .left .boxs4 .tit{font-size:24px;}
}
@media screen and (max-width:1024px) {
    .hyyyxq_section .content .left .boxs4 .tit{padding-bottom:12px;  font-size:18px;}
}

.hyyyxq_section .content .left .boxs5 .tit{padding-bottom:20px;}
.hyyyxq_section .content .left .boxs5 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.hyyyxq_section .content .left .boxs5 .tit::after{height:30px;}
@media screen and (max-width:1680px) {
    .hyyyxq_section .content .left .boxs5 .tit{font-size:24px;}
}
@media screen and (max-width:1024px) {
    .hyyyxq_section .content .left .boxs5 .tit{padding-bottom:12px;  font-size:18px;}
}

.hyyyxq_section .content .left .boxs6 .tit{padding-bottom:20px;}
.hyyyxq_section .content .left .boxs6 .tit::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
.hyyyxq_section .content .left .boxs6 .tit::after{height:30px;}
@media screen and (max-width:1680px) {
    .hyyyxq_section .content .left .boxs6 .tit{font-size:24px;}
}
@media screen and (max-width:1024px) {
    .hyyyxq_section .content .left .boxs6 .tit{padding-bottom:12px; font-size:18px;}
}



#searchtop{display:none; position:absolute; right:-10px; top:100%; }
.t_navs .top .right .menu .search ._b{display: block; position:initial; transform: translate(0,0%);
-ms-transform: translate(0,0%);
-webkit-transform: translate(0,0%);
-moz-transform: translate(0,0%);
-o-transform: translate(0,0%); }
.t_navs .top .right .menu .search.on #searchtop{display:block;}
.t_navs .top .right .menu .search #searchtop ._t{position:absolute; right:10px; top:9px;}
.t_navs .top .right .menu .search.on #searchtop ._t img.img1{display:block;}

@media screen and (max-width:1024px) {
    .cpxq_section .content .right{float:none; padding:0;}

    .cpxq_section .content .right h2{margin-bottom: 12px;font-size: 18px;color: #333333;line-height: 28px;padding-left: 18px;position: relative;font-weight: bolder; border-bottom:0;}
    .cpxq_section .content .right h2::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}

    .cpxq_section .content .right h2::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
    .cpxq_section .content .right h2::after{height:30px;}


    .cpxq_section .content .left .boxs3 ul li .listbox{width:100%; overflow-x:auto;}
    .cpxq_section .content .left .boxs3 ul li .listbox table{min-width:600px;}
    .cpxq_section .content .left .boxs3 ul li .listbox p img{height:auto !important;}


    .hyyyxq_section .content .right{float:none; padding:0; margin-bottom:14px;}

    .hyyyxq_section .content .right h2{margin-bottom: 12px;font-size: 18px;color: #333333;line-height: 28px;padding-left: 18px;position: relative;font-weight: bolder; border-bottom:0;}
    .hyyyxq_section .content .right h2::after{content: "";display: block;width: 4px;height: 100%;position: absolute;left: 0;top: 0;background-image: linear-gradient(#e65400 , #ffc107);}

    .hyyyxq_section .content .right h2::before{position: absolute;left: 0;bottom: 0; content: "";display: block;width: 100%;height: 1px;background-image: linear-gradient(to right, #ffc107 , #e65400);}
    .hyyyxq_section .content .right h2::after{height:30px;}

    .hyyyxq_section .content .left .boxs2 ul li .listbox{width:100%; overflow-x:auto;}
    .hyyyxq_section .content .left .boxs2 ul li .listbox table{min-width:600px;}
    .hyyyxq_section .content .left .boxs2 ul li .listbox p img{height:auto !important;}

    

}




span.red{color:red;}