body{zoom:1!important;}

/*通用*/

/*效果过渡*/

._ea{-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;-o-transition:all 1s ease-out 0s;transition:all 1s ease-out 0s;}

/*超出隐藏*/
._el{overflow:hidden;white-space:nowrap;text-soverflow:ellipsis;}
._el1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
._el2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
._el3{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
._el4{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
._el5{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
._el6{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:6;-webkit-box-orient:vertical;}
._el7{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:7;-webkit-box-orient:vertical;}
._el8{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:8;-webkit-box-orient:vertical;}
._el9{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:9;-webkit-box-orient:vertical;}
._el10{overflow:hidden;display:-webkit-box;word-break:break-all;-webkit-line-clamp:10;-webkit-box-orient:vertical;}

/*主体宽度*/
@media all and (-moz-min-device-pixel-ratio:1.09) and (-moz-max-device-pixel-ratio:1.18),(-webkit-min-device-pixel-ratio:1.09) and (-webkit-max-device-pixel-ratio:1.18),(min-resolution:1.09dppx) and (max-resolution:1.18dppx){
    :root{font-size:14px;}
}
@media all and (-moz-min-device-pixel-ratio:1.19) and (-moz-max-device-pixel-ratio:1.28),(-webkit-min-device-pixel-ratio:1.19) and (-webkit-max-device-pixel-ratio:1.28),(min-resolution:1.19dppx) and (max-resolution:1.28dppx){
    :root{font-size:13px;}
}
@media all and (-moz-min-device-pixel-ratio:1.29) and (-moz-max-device-pixel-ratio:1.4),(-webkit-min-device-pixel-ratio:1.29) and (-webkit-max-device-pixel-ratio:1.4),(min-resolution:1.29dppx) and (max-resolution:1.4dppx){
    :root{font-size:12px;}
}
@media all and (-moz-min-device-pixel-ratio:1.41) and (-moz-max-device-pixel-ratio:1.6),(-webkit-min-device-pixel-ratio:1.41) and (-webkit-max-device-pixel-ratio:1.6),(min-resolution:1.41dppx) and (max-resolution:1.6dppx){
    :root{font-size:10px;}
}
@media all and (-moz-min-device-pixel-ratio:1.61) and (-moz-max-device-pixel-ratio:1.8),(-webkit-min-device-pixel-ratio:1.61) and (-webkit-max-device-pixel-ratio:1.8),(min-resolution:1.61dppx) and (max-resolution:1.8dppx){
    :root{font-size:9px;}
}
@media all and (-moz-min-device-pixel-ratio:1.81) and (-moz-max-device-pixel-ratio:2.1),(-webkit-min-device-pixel-ratio:1.81) and (-webkit-max-device-pixel-ratio:2.1),(min-resolution:1.81dppx) and (max-resolution:2.1dppx){
    :root{font-size:8px;}
}
.w_1920{max-width:1920px;margin-right:auto;margin-left:auto;}
.w_1780{max-width:92.71%;margin-right:auto;margin-left:auto;}
.w_1600{max-width:84.08%;margin-right:auto;margin-left:auto;}
@media(max-width:1680px){
    .w_1200{max-width:60%;}
}
@media screen and (max-width:1024px){
    .w_1600{max-width:100%;}
    .w_1200{max-width:100%;}
}

/*两边距离*/
.w_width{padding-left:120px;padding-right:120px;}
@media screen and (max-width:1040px){
    .w_width{padding-left:15px;padding-right:15px;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
}

/*顶部导航*/
body.on{overflow:hidden;height:100vh;}
.wyb_s.none{display:none;}
.t_navs{width:100%;position:relative;z-index:10;}
.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:60px;}

/*一级导航*/
.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;}
.t_navs .top .menu .nli span a{display:block;color:#333;position:relative;padding:36px 46px;font-size:18px;}
.t_navs .top .menu .nli span a::after{content:"";display:block;width:2px;height:20px;background-color:#333333;position:absolute;right: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%);}
.t_navs .top .menu .nli:last-child span a::after{display:none;}

/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a,
.t_navs .top .menu .nli:hover span a{color:#de7238;}

/*二级导航*/
.t_navs .top .sub{display:none;position:absolute;width:622px;top:97px;left:50%;background:#fff;z-index:4;box-shadow:0 11px 24px rgba(189,189,189,0.19);overflow:hidden;padding:25px 25px 22px 36px;transform:translate(-50%,0);-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.t_navs .top .sub::after{content:"";display:block;width:1px;position:absolute;left:287px;top:25px;background-color:#dddddd;height:calc(100% - 47px);}
.t_navs .top .sub .left2{width:262px;float:left;padding:24px 0 66px 0;}
.t_navs .top .sub .left2 .ul2{width:100%;}
.t_navs .top .sub .left2 .ul2 .li2{margin-bottom:28px;}
.t_navs .top .sub .left2 .ul2 .li2:last-child{margin-bottom:0;}
.t_navs .top .sub .left2 .ul2 .li2 a{display:block;font-size:16px;color:#666666;line-height:20px;letter-spacing:0;}
.t_navs .top .sub .left2 .ul2 .li2 a:hover{color:#de7238;}
.t_navs .top .sub .right2{width:299px;float:left;}
.t_navs .top .sub .right2 .rightboxs{width:100%;padding:36px 0 0 46px;}
.t_navs .top .sub .right2 .rightboxs .tits{font-size:16px;color:#666666;line-height:20px;margin-bottom:116px;}
.t_navs .top .sub .right2 .rightboxs .pics{width:100%;padding-left:12px;}
.t_navs .top .sub .right2 .rightboxs .pics img{width:100%;display:block;}

/*电话 */
.t_navs .top .right .phone{float:left;font-size:0;padding:31px 0;padding-left:14px;}
.t_navs .top .right .phone .ico{width:23px;height:24px;display:inline-block;vertical-align:middle;margin-right:20px;}
.t_navs .top .right .phone .words{font-size:30px;color:#de7238;line-height:34px;font-weight:bold;display:inline-block;vertical-align:middle;}

/*隐藏手机显示*/
.t_navs .menuph{display:none;}
.t_navs .xialaph{display:none;}
@media screen and (max-width:1785px){
    .t_navs .top .menu .nli span a{padding:36px 30px;}
    .t_navs .top .right .phone{padding-left:0;}
}
@media screen and (max-width:1562px){
    .t_navs .top .menu .nli span a{padding:36px 20px;}
    .t_navs .top .right .phone .words{font-size:24px;}
    .t_navs .top .right .phone .ico{margin-right:12px;}
}
@media screen and (max-width:1380px){
    .t_navs .top .logo{margin:28px 0;}
    .t_navs .top .logo img{height:28px;}
    .t_navs .top .menu .nli span a{padding:31px 14px;font-size:16px;}
    .t_navs .top .right .phone{padding:25px 0;}
    .t_navs .top .sub{top:84px;}
    .t_navs .top .right .phone .words{font-size:18px;}
}
@media screen and (max-width:1600px){
    .t_navs .top .logo img{height:40px;}
    .t_navs .top .menu .nli span a{padding:33px 20px;font-size:14px;}
    .t_navs .top .menu .nli span a::after{width:1px;height:16px;}
    .t_navs .top .sub{width:622px;top:85px;}
    .t_navs .top .sub::after{left:287px;top:25px;height:calc(100% - 47px);}
    .t_navs .top .sub .left2{width:262px;float:left;padding:20px 0;}
    .t_navs .top .sub .left2 .ul2{width:100%;}
    .t_navs .top .sub .left2 .ul2 .li2{margin-bottom:18px;}
    .t_navs .top .sub .left2 .ul2 .li2 a{font-size:14px;line-height:18px;}
    .t_navs .top .sub .right2{width:299px;}
    .t_navs .top .sub .right2 .rightboxs{padding:20px 0 0 20px;}
    .t_navs .top .sub .right2 .rightboxs .tits{font-size:14px;line-height:18px;margin-bottom:80px;}
    .t_navs .top .sub .right2 .rightboxs .pics{padding-left:8px;}

    /*电话 */
    .t_navs .top .right .phone{padding:32px 0;padding-left:8px;}
    .t_navs .top .right .phone .ico{width:20px;height:20px;margin-right:14px;}
    .t_navs .top .right .phone .words{font-size:20px;line-height:22px;}
}
@media screen and (max-width:1280px){
    .t_navs .top .logo{margin:22px 0;}
    .t_navs .top .logo img{height:36px;}
    .t_navs .top .menu .nli span a{padding:31px 10px;font-size:14px;}
    .t_navs .top .menu .nli span a::after{width:1px;height:16px;}
    .t_navs .top .sub{width:622px;top:80px;}
    .t_navs .top .sub::after{left:287px;top:25px;height:calc(100% - 47px);}
    .t_navs .top .sub .left2{width:262px;float:left;padding:20px 0;}
    .t_navs .top .sub .left2 .ul2{width:100%;}
    .t_navs .top .sub .left2 .ul2 .li2{margin-bottom:18px;}
    .t_navs .top .sub .left2 .ul2 .li2 a{font-size:14px;line-height:18px;}
    .t_navs .top .sub .right2{width:299px;}
    .t_navs .top .sub .right2 .rightboxs{padding:20px 0 0 20px;}
    .t_navs .top .sub .right2 .rightboxs .tits{font-size:14px;line-height:18px;margin-bottom:80px;}
    .t_navs .top .sub .right2 .rightboxs .pics{padding-left:8px;}

    /*电话 */
    .t_navs .top .right .phone{padding:29px 0;padding-left:8px;}
    .t_navs .top .right .phone .ico{width:18px;height:18px;margin-right:14px;}
    .t_navs .top .right .phone .words{font-size:18px;line-height:22px;}
}
@media screen and (max-width:1024px){

    /*电脑端导航隐藏*/
    .t_navs .menu{display:none;}
    .t_navs .top .right .phone{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:32px;}

    /*右侧三条杠*/
    .t_navs .menuph{float:right;width:28px;height:22px;cursor:pointer;text-align:center;margin:12px 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:#de7238;-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:#de7238;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
    .t_navs .menuph .navbtn::after{top:-11px;}
    .t_navs .menuph .navbtn::before{top:11px;}
    .t_navs .menuph .point.active .navbtn{background:transparent;}
    .t_navs .menuph .point.active .navbtn::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:0;}
    .t_navs .menuph .point.active .navbtn::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:0;}

    /*一级导航*/
    .t_navs .xialaph{position:fixed;left:0;top:0;float:left;width:100%;height:100%;overflow:scroll;padding:46px 15px 100px 15px;display:none;z-index:3;background:#fff;}
    .t_navs .xialaph .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:#de7238;}
    .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:#de7238;}
    .t_navs .xialaph .ul3 li{padding-top:5px;}
    .t_navs .xialaph .ul3 li:first-child{padding-top:0;}
    .t_navs .xialaph .phone{width:100%;float:left;text-align:center;padding-top:20px;font-size:0;}
    .t_navs .xialaph .phone .ico{width:23px;height:24px;display:inline-block;vertical-align:middle;margin-right:6px;}
    .t_navs .xialaph .phone .words{font-size:18px;color:#de7238;line-height:24px;display:inline-block;vertical-align:middle;font-weight:bold;}

    /*二级三级导航箭头*/
    .t_navs .img_d,
    .t_navs .disno{display:none;}
}

/*底部*/
.bottomnav{width:100%;}
.bottomnav .top{width:100%;padding:56px 0 36px 0;border-bottom:1px solid rgba(225,224,225,0.27);overflow:hidden;}
.bottomnav .top .left{width:160px;float:left;}
.bottomnav .top .left .logo{width:100%;margin-bottom:42px;}
.bottomnav .top .left .logo img{width:100%;display:block;}
.bottomnav .top .left .ewmbox{width:100%;}
.bottomnav .top .left .ewmbox .ewm{width:106px;height:106px;margin:0 auto 30px auto;}
.bottomnav .top .left .ewmbox .words{font-size:16px;color:#ffffff;line-height:20px;text-align:center;}
.bottomnav .top .center{float:left;padding-left:120px;padding-right:104px;width:calc(100% - 680px);width:-ms-calc(100% - 680px);width:-o-calc(100% - 680px);width:-moz-calc(100% - 680px);width:-webkit-calc(100% - 680px);}
.bottomnav .top .center ul{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:left;}
.bottomnav .top .center ul li{display:inline-block;vertical-align:middle;}
.bottomnav .top .center ul li ._t{margin-bottom:34px;}
.bottomnav .top .center ul li ._t a{display:block;font-size:18px;color:#ffffff;line-height:22px;}
.bottomnav .top .center ul li ._t a:hover{color:#de7238;}
.bottomnav .top .center ul li ._bbox ._b{margin-bottom:28px;}
.bottomnav .top .center ul li ._bbox ._b:last-child{margin-bottom:0;}
.bottomnav .top .center ul li ._bbox ._b a{display:block;font-size:16px;color:#ffffff;line-height:20px;}
.bottomnav .top .center ul li ._bbox ._b a:hover{color:#de7238;}
.bottomnav .top .right{width:320px;float:left;}
.bottomnav .top .right ._t{margin-bottom:34px;font-size:18px;color:#ffffff;line-height:22px;}
.bottomnav .top .right .listbox .list{margin-bottom:54px;font-size:16px;color:#ffffff;line-height:20px;}
.bottomnav .top .right .listbox .list:last-child{margin-bottom:0;}
.bottomnav .bottom{padding:16px 0 24px 0;}
.bottomnav .bottom::after{content:"";display:block;clear:both;}
.bottomnav .bottom .left{float:left;font-size:16px;color:rgba(255,255,255,0.6);line-height:38px;}
.bottomnav .bottom .right{float:right;}
.bottomnav .bottom .right .abox{float:left;font-size:0;}
.bottomnav .bottom .right .abox a{display:block;font-size:16px;color:#ffffff;line-height:38px;float:left;margin-left:24px;}
.bottomnav .bottom .right .abox a:hover{color:#de7238;}
.bottomnav .bottom .right .firend{float:left;margin-left:22px;position:relative;}
.bottomnav .bottom .right .firend ._t{width:172px;overflow:hidden;background-color:rgba(255,255,255,0.1);padding:0 20px 0 36px;cursor:pointer;}
.bottomnav .bottom .right .firend ._t .words{float:left;font-size:16px;color:rgba(255,255,255,0.6);line-height:38px;}
.bottomnav .bottom .right .firend ._t .ioc{width:8px;height:8px;border-right:2px solid rgba(255,255,255,0.6);border-bottom:2px solid rgba(255,255,255,0.6);float:right;margin-top:14px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.bottomnav .bottom .right .firend ._b{width:100%;position:absolute;left:0;bottom:100%;background-color:rgba(255,255,255,0.8);display:none;}
.bottomnav .bottom .right .firend ._b .list{width:100%;border-bottom:1px solid #eee;}
.bottomnav .bottom .right .firend ._b .list:last-child{border-bottom:0;}
.bottomnav .bottom .right .firend ._b .list a{display:block;width:100%;font-size:14px;color:#555;line-height:30px;text-align:center;}
.bottomnav .bottom .right .firend ._b .list a:hover{color:#de7238;}
@media screen and (max-width:1650px){
    .bottomnav .top .center{padding-left:40px;padding-right:40px;}
}
@media screen and (max-width:1460px){
    .bottomnav .top .left{width:280px;}
    .bottomnav .top .left .logo{margin-bottom:30px;}
    .bottomnav .top .left .ewmbox .ewm{width:80px;height:80px;margin:0 auto 20px auto;}
    .bottomnav .top .left .ewmbox .words{font-size:14px;line-height:18px;}
    .bottomnav .top .center{padding-left:30px;padding-right:30px;width:calc(100% - 560px);width:-ms-calc(100% - 560px);width:-o-calc(100% - 560px);width:-moz-calc(100% - 560px);width:-webkit-calc(100% - 560px);}
    .bottomnav .top .center ul li ._t{margin-bottom:20px;}
    .bottomnav .top .center ul li ._t a{font-size:16px;line-height:20px;}
    .bottomnav .top .center ul li ._bbox ._b{margin-bottom:20px;}
    .bottomnav .top .center ul li ._bbox ._b a{font-size:14px;line-height:18px;}
    .bottomnav .top .right{width:280px;}
    .bottomnav .top .right ._t{margin-bottom:20px;font-size:16px;line-height:20px;}
    .bottomnav .top .right .listbox .list{margin-bottom:30px;font-size:14px;line-height:18px;}
}
@media screen and (max-width:1600px){
    .bottomnav .top{padding:40px 0;}
    .bottomnav .top .left{width:240px;}
    .bottomnav .top .left .logo{margin-bottom:50px;}
    .bottomnav .top .left .ewmbox .ewm{width:100px;height:100px;margin:0 auto 24px auto;}
    .bottomnav .top .left .ewmbox .words{font-size:14px;line-height:20px;}
    .bottomnav .top .center{padding-left:100px;padding-right:100px;width:calc(100% - 520px);width:-ms-calc(100% - 520px);width:-o-calc(100% - 520px);width:-moz-calc(100% - 520px);width:-webkit-calc(100% - 520px);}
    .bottomnav .top .center ul li ._t{margin-bottom:20px;}
    .bottomnav .top .center ul li ._t a{font-size:16px;line-height:20px;}
    .bottomnav .top .center ul li ._bbox ._b{margin-bottom:14px;}
    .bottomnav .top .center ul li ._bbox ._b a{font-size:14px;line-height:20px;}
    .bottomnav .top .right{width:280px;}
    .bottomnav .top .right ._t{margin-bottom:20px;font-size:16px;line-height:20px;}
    .bottomnav .top .right .listbox .list{margin-bottom:16px;font-size:14px;line-height:20px;}
    .bottomnav .bottom{padding:20px 0;}
    .bottomnav .bottom .left{font-size:16px;line-height:30px;}
    .bottomnav .bottom .right .abox a{font-size:14px;line-height:30px;margin-left:16px;}
    .bottomnav .bottom .right .firend{margin-left:16px;}
    .bottomnav .bottom .right .firend ._t{width:140px;padding:0 20px;}
    .bottomnav .bottom .right .firend ._t .words{font-size:14px;line-height:30px;}
    .bottomnav .bottom .right .firend ._t .ioc{width:8px;height:8px;margin-top:10px;}
    .bottomnav .bottom .right .firend ._b .list a{font-size:14px;line-height:28px;}
}
@media screen and (max-width:1280px){
    .bottomnav .top{padding:30px 0;}
    .bottomnav .top .left{width:200px;}
    .bottomnav .top .left .logo{margin-bottom:42px;}
    .bottomnav .top .left .ewmbox .ewm{width:80px;height:80px;margin:0 auto 18px auto;}
    .bottomnav .top .left .ewmbox .words{font-size:12px;line-height:18px;}
    .bottomnav .top .center{padding-left:60px;padding-right:60px;width:calc(100% - 440px);width:-ms-calc(100% - 440px);width:-o-calc(100% - 440px);width:-moz-calc(100% - 440px);width:-webkit-calc(100% - 440px);}
    .bottomnav .top .center ul li ._t{margin-bottom:16px;}
    .bottomnav .top .center ul li ._t a{font-size:14px;line-height:18px;}
    .bottomnav .top .center ul li ._bbox ._b{margin-bottom:12px;}
    .bottomnav .top .center ul li ._bbox ._b a{font-size:12px;line-height:18px;}
    .bottomnav .top .right{width:240px;}
    .bottomnav .top .right ._t{margin-bottom:18px;font-size:14px;line-height:18px;}
    .bottomnav .top .right .listbox .list{margin-bottom:14px;font-size:12px;line-height:18px;}
    .bottomnav .bottom{padding:14px 0;}
    .bottomnav .bottom .left{font-size:14px;line-height:26px;}
    .bottomnav .bottom .right .abox a{font-size:12px;line-height:30px;margin-left:12px;}
    .bottomnav .bottom .right .firend{margin-left:12px;}
    .bottomnav .bottom .right .firend ._t{width:140px;padding:0 12px;}
    .bottomnav .bottom .right .firend ._t .words{font-size:12px;line-height:30px;}
    .bottomnav .bottom .right .firend ._t .ioc{width:6px;height:6px;margin-top:10px;}
    .bottomnav .bottom .right .firend ._b .list a{font-size:12px;line-height:24px;}
}
@media screen and (max-width:1220px){
    .bottomnav .top .left{width:180px;}
    .bottomnav .top .right{width:180px;}
    .bottomnav .top .center{padding-left:30px;padding-right:30px;width:calc(100% - 360px);width:-ms-calc(100% - 360px);width:-o-calc(100% - 360px);width:-moz-calc(100% - 360px);width:-webkit-calc(100% - 360px);}
}
@media screen and (max-width:1024px){
    .bottomnav{margin-bottom:50px;padding:0 20px;}
    .bottomnav .top{padding:22px 0;}
    .bottomnav .top .left{width:100%;}
    .bottomnav .top .left .logo{margin-bottom:12px;text-align:center;}
    .bottomnav .top .left .logo img{height:30px;width:auto;display:inline-block;}
    .bottomnav .top .left .ewmbox .ewm{width:80px;height:80px;margin:0 auto 10px auto;}
    .bottomnav .top .left .ewmbox .words{font-size:14px;line-height:18px;}
    .bottomnav .top .center{display:none;}
    .bottomnav .top .right{width:100%;margin-top:16px;text-align:center;}
    .bottomnav .top .right ._t{margin-bottom:10px;font-size:16px;line-height:20px;}
    .bottomnav .top .right .listbox .list{margin-bottom:10px;font-size:14px;line-height:18px;}
    .bottomnav .bottom{padding:16px 10px;}
    .bottomnav .bottom .left{width:100%;text-align:center;font-size:14px;line-height:24px;text-align:center;margin-bottom:12px;}
    .bottomnav .bottom .right{float:right;width:100%;}
    .bottomnav .bottom .right .abox{text-align:center;width:100%;float:none;margin-bottom:12px;}
    .bottomnav .bottom .right .abox a{font-size:14px;line-height:20px;margin-left:10px;float:none;display:inline-block;vertical-align:middle;}
    .bottomnav .bottom .right .firend{margin-left:0;margin:0 auto;display:block;float:none;width:172px;display:none;}
    .bottomnav .bottom .right .firend ._t{width:100%;padding:0 12px;}
    .bottomnav .bottom .right .firend ._t .words{font-size:14px;line-height:30px;}
    .bottomnav .bottom .right .firend ._t .ioc{margin-top:8px;}
    .bottomnav .bottom .right .firend ._b .list a{font-size:12px;line-height:24px;}
}

/*底导航漂浮*/
.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:#de7238;z-index:16;box-shadow:0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{width:25%;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(images/img4.png) no-repeat center;background-size:20px 20px;}
.b_navs .pf_down li.l2 .ico7{background:url(images/img3.png) no-repeat center;background-size:20px 20px;}
.b_navs .pf_down li.l3 .ico7{background:url(images/img2.png) no-repeat center;background-size:20px 20px;}
.b_navs .pf_down li.l4 .ico7{background:url(images/img12.png) no-repeat center;background-size:20px 20px;}
.b_navs .pf_down li:last-child{border:none;}
.b_navs .pf_down li:nth-child(3n){border:none;}

/*侧悬浮*/
.cxf{position:fixed;right:25px;top:50%;z-index:8;transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.cxf ul{width:88px;}
.cxf ul li{width:100%;margin-bottom:8px;position:relative;}
.cxf ul li:last-child{margin-bottom:0;}
.cxf ul li .libox{width:100%;background-color:#336896;padding:8px 0;border-radius:6px;overflow:hidden;}
.cxf ul li .libox:hover{background-color:#de7238;}
.cxf ul li .libox .ico{width:40px;height:40px;margin:0 auto 12px auto;}
.cxf ul li .libox .words{width:100%;font-size:16px;color:#ffffff;line-height:20px;text-align:center;}
.cxf ul li .phone{width:180px;background-color:#336896;position:absolute;right:-240%;opacity:0;top:50%;font-size:18px;color:#fff;text-align:center;padding:14px 0;font-weight:bold;transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);transition:All 0.3s ease-in-out;-webkit-transition:All 0.3s ease-in-out;-moz-transition:All 0.3s ease-in-out;-o-transition:All 0.3s ease-in-out;}
.cxf ul li:hover .phone{right:130%;opacity:1;}
.cxf ul li .phone::after{content:"";display:block;width:0;height:0;border:10px solid;border-color:transparent transparent transparent #336896;position:absolute;left: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%);}
.cxf ul li .ewmbox{width:120px;height:120px;padding:10px;background-color:#336896;position:absolute;right:-240%;top:50%;opacity:0;transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);transition:All 0.3s ease-in-out;-webkit-transition:All 0.3s ease-in-out;-moz-transition:All 0.3s ease-in-out;-o-transition:All 0.3s ease-in-out;}
.cxf ul li:hover .ewmbox{right:130%;opacity:1;}
.cxf ul li .ewmbox .ewm{width:100%;height:100%;}
.cxf ul li .ewmbox::after{content:"";display:block;width:0;height:0;border:10px solid;border-color:transparent transparent transparent #336896;position:absolute;left: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:1450px){
    .cxf{right:10px;}
}
@media screen and (max-width:1600px){
    .cxf ul{width:66px;}
    .cxf ul li{margin-bottom:5px;}
    .cxf ul li .libox{padding:5px 0;}
    .cxf ul li .libox .ico{width:30px;height:30px;margin:0 auto 8px auto;}
    .cxf ul li .libox .words{font-size:12px;line-height:18px;}
    .cxf ul li .phone{width:120px;font-size:14px;padding:8px 0;}
    .cxf ul li .phone::after{width:0;height:0;border:6px solid;border-color:transparent transparent transparent #336896;}
    .cxf ul li .ewmbox{width:100px;height:100px;padding:6px;}
    .cxf ul li .ewmbox::after{width:0;height:0;border:6px solid;border-color:transparent transparent transparent #336896;}
}
@media screen and (max-width:1260px){
    .cxf ul{width:76px;}
    .cxf ul li .libox .ico{margin:0 auto 6px auto;}
    .cxf ul li .libox .words{font-size:14px;line-height:18px;}
    .cxf ul li .libox{padding:6px 0;}
}
@media screen and (max-width:1120px){
    .cxf{right:6px;}
    .cxf ul{width:70px;}
    .cxf ul li .libox .ico{width:34px;height:34px;}
}
@media screen and (max-width:1024px){
    .cxf{display:none;}
}

/*首页banner*/
.sy_banner{width:100%;position:relative;}
.sy_banner .ul{width:100%;}
.sy_banner .ul .li{width:100%;height:auto;}
.sy_banner .ul .li .pic{width:100%;height:calc(100vh - 97px);}
.sy_banner .icobox{position:absolute;bottom:50px;left:50%;margin-left:-30px;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;animation:myfirst 1s infinite;-moz-animation:myfirst 1s infinite;-webkit-animation:myfirst 1s infinite;-o-animation:myfirst 1s infinite;}
@keyframes myfirst{
    0%{bottom:50px;}
    25%{bottom:45px;}
    50%{bottom:40px;}
    75%{bottom:45px;}
    100%{bottom:50px;}
}
@-moz-keyframes myfirst{
    0%{bottom:50px;}
    25%{bottom:45px;}
    50%{bottom:40px;}
    75%{bottom:45px;}
    100%{bottom:50px;}
}
@-webkit-keyframes myfirst{
    0%{bottom:50px;}
    25%{bottom:45px;}
    50%{bottom:40px;}
    75%{bottom:45px;}
    100%{bottom:50px;}
}
@-o-keyframes myfirst{
    0%{bottom:50px;}
    25%{bottom:45px;}
    50%{bottom:40px;}
    75%{bottom:45px;}
    100%{bottom:50px;}
}
.sy_banner .icobox .ico{width:16px;height:28px;margin:0 auto 16px auto;}
.sy_banner .icobox .words{font-size:14px;color:#ffffff;line-height:18px;text-align:center;}

/*20211111start*/
.sy_banner .ul .slick-prev{width:15px;height:26px;background:url(images/img19.png) no-repeat center center;background-size:cover;left:120px;top:50%;}
.sy_banner .ul .slick-next{width:15px;height:26px;background:url(images/img20.png) no-repeat center center;background-size:cover;right:120px;top:50%;}

/*20211111end*/
.sy_banner .ul .slick-prev:hover{background:url(images/img21.png) no-repeat center center;background-size:cover;}
.sy_banner .ul .slick-next:hover{background:url(images/img22.png) no-repeat center center;background-size:cover;}
.sy_banner .ul .slick-dots{position:absolute;bottom:74px;height:4px;text-align:center;width:auto;right:120px;}
.sy_banner .ul .slick-dots li{vertical-align:bottom;width:40px;height:2px;margin:0 4.5px;background:#ffffff;}
.sy_banner .ul .slick-dots li.slick-active{background:#de7238;height:4px;}
@media screen and (max-width:1366px){
    .sy_banner .ul .li .pic{width:100%;height:calc(100vh - 84px);}
}
@media screen and (max-width:1280px){
    .sy_banner .ul .li .pic{width:100%;height:calc(100vh - 80px);}
    .sy_banner .icobox .ico{width:10px;height:18px;margin:0 auto 6px auto;}
    .sy_banner .icobox .words{font-size:12px;line-height:16px;}
    .sy_banner .ul .slick-dots{bottom:60px;height:3px;right:120px;}
    .sy_banner .ul .slick-dots li{width:30px;height:1.5px;margin:0 4px;}
    .sy_banner .ul .slick-dots li.slick-active{height:3px;}
}
@media screen and (max-width:1024px){
    .sy_banner{margin-top:49px;}
    .sy_banner .ul .li img{display:block;width:100%;}
    .sy_banner .icobox{display:none;}
    .sy_banner .ul .slick-prev{width:0;height:0;opacity:0;display:none;}
    .sy_banner .ul .slick-next{width:0;height:0;opacity:0;display:none;}
    .sy_banner .ul .slick-dots{bottom:20px;height:4px;width:100%;right:0;}
    .sy_banner .ul .slick-dots li{width:24px;margin:0 4px;}
}

/*弹窗*/
._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(images/img50.png)no-repeat center center;background-size:cover;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);}
._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(images);-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%);}
}

/*首页模块1*/
.sy_section1{width:100%;padding-top:62px;padding-bottom:80px;}
.sy_section1 ._t{width:100%;margin-bottom:58px;}

/*20211111start*/
.sy_section1 ._t ul{margin:0 -9px;text-align:center;font-size:0;width:calc(100% + 18px);width:-ms-calc(100% + 18px);width:-o-calc(100% + 18px);width:-moz-calc(100% + 18px);width:-webkit-calc(100% + 18px);}
.sy_section1 ._t ul li{width:12.4%;display:inline-block;vertical-align:middle;padding:0 9px;}

/*20211111end*/
.sy_section1 ._t ul li .libox{width:100%;border:1px solid #dddddd;font-size:0;text-align:center;padding:7px 0;cursor:pointer;}
.sy_section1 ._t ul li .libox .icobox{width:46px;height:46px;display:inline-block;vertical-align:middle;margin-right:8px;}
.sy_section1 ._t ul li .libox .icobox .ico{width:100%;height:100%;}
.sy_section1 ._t ul li .libox .icobox .ico2{display:none;}
.sy_section1 ._t ul li.on .libox .icobox .ico1{display:none;}
.sy_section1 ._t ul li.on .libox .icobox .ico2{display:block;}
.sy_section1 ._t ul li .libox .words{font-size:24px;color:#333333;line-height:46px;display:inline-block;vertical-align:middle;}
.sy_section1 ._t ul li.on .libox .words{color:#de7238;}
.sy_section1 ._t ul li:hover .libox .icobox .ico1{display:none;}
.sy_section1 ._t ul li:hover .libox .icobox .ico2{display:block;}
.sy_section1 ._t ul li:hover .libox .words{color:#de7238;}

/*20211111start*/
.sy_section1 ._c{width:100%;margin-bottom:28px;}

/*20211111end*/
.sy_section1 ._c .tit1box{width:100%;text-align:center;position:relative;}
.sy_section1 ._c .tit1box h2{font-size:72px;color:rgba(34,34,34,0.1);line-height:76px;text-transform:uppercase;font-weight:bold;}
.sy_section1 ._c .tit1box h3{font-size:48px;color:#222222;line-height:52px;position:absolute;left:0;top:50%;width:100%;font-weight:bold;transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);}

/*20211111start*/
.sy_section1 ._c .border{width:36px;height:2px;background-color:#de7238;margin:26px auto 0 auto;}
.sy_section1 ._b h4{font-size:18px;color:#666666;line-height:22px;text-align:center;margin-bottom:54px;}

/*20211111end*/
.sy_section1 ._b{width:100%;}
.sy_section1 ._b ul{margin:-15px -10px;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.sy_section1 ._b ul::after{content:"";display:block;clear:both;}
.sy_section1 ._b ul li{width:25%;float:left;padding:15px 10px;}
.sy_section1 ._b ul li .a{display:block;width:100%;box-shadow:0 0 30px rgba(190,190,190,0.19);border:2px solid rgba(255,255,255,0);}
.sy_section1 ._b ul li .a:hover{border-color:#dd753d;}
.sy_section1 ._b ul li .a .pic{width:100%;padding-bottom:108%;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 ._b 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_section1 ._b 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_section1 ._b ul li .a .wordsbox{width:100%;padding:16px 50px 46px 50px;}
.sy_section1 ._b ul li .a .wordsbox h2{font-size:24px;color:#222222;line-height:28px;margin-bottom:16px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 ._b ul li .a .wordsbox h3{font-size:16px;color:#666666;line-height:20px;margin-bottom:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section1 ._b ul li .a .wordsbox .morebox{margin:0 -10px;overflow:hidden;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.sy_section1 ._b ul li .a .wordsbox .morebox .more{width:50%;float:left;padding:0 10px;cursor:pointer;}
.sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs{width:100%;font-size:0;text-align:center;background-color:#de7238;}
.sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs:hover{background-color:#336896;}
.sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:24px;height:24px;display:inline-block;vertical-align:middle;}
.sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;margin-left:8px;}
.sy_section1 ._b .mores{width:200px;margin:62px auto 0 auto;background-color:#de7238;}
.sy_section1 ._b .mores:hover{background-color:#336896;}
.sy_section1 ._b .mores a{display:block;width:100%;font-size:0;text-align:center;}
.sy_section1 ._b .mores a .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;margin-right:16px;}
.sy_section1 ._b .mores a .ico{width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;display:inline-block;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
@media screen and (max-width:1600px){
    .sy_section1 ._t ul li .libox .words{font-size:18px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:16px;line-height:40px;}
    .sy_section1 ._b .mores{width:160px;}
    .sy_section1 ._b .mores a .words{font-size:16px;line-height:40px;margin-right:10px;}
}
@media screen and (max-width:1400px){
    .sy_section1 ._t ul li .libox .icobox{width:40px;height:40px;}
    .sy_section1 ._t ul li .libox .words{font-size:16px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:36px;}
    .sy_section1 ._b ul li .a .wordsbox h2{font-size:18px;line-height:22px;}
    .sy_section1 ._b ul li .a .wordsbox h3{font-size:14px;line-height:20px;margin-bottom:24px;}
}
@media screen and (max-width:1600px){
    .sy_section1{padding-top:60px;padding-bottom:60px;}
    .sy_section1 ._t{margin-bottom:40px;}
    .sy_section1 ._t ul{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .sy_section1 ._t ul li{padding:0 8px;}
    .sy_section1 ._t ul li .libox{padding:8px 0;}
    .sy_section1 ._t ul li .libox .icobox{width:40px;height:40px;margin-right:8px;}
    .sy_section1 ._t ul li .libox .words{font-size:18px;line-height:40px;}

    /*20211111start*/
    .sy_section1 ._c{margin-bottom:20px;}

    /*20211111end*/
    .sy_section1 ._c .tit1box h2{font-size:50px;line-height:54px;}
    .sy_section1 ._c .tit1box h3{font-size:24px;line-height:30px;}

    /*20211111start*/
    .sy_section1 ._c .border{width:40px;margin:20px auto 0 auto;}
    .sy_section1 ._b h4{font-size:16px;line-height:20px;margin-bottom:40px;}

    /*20211111end*/
    .sy_section1 ._b ul{margin:-12px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .sy_section1 ._b ul li{padding:12px;}
    .sy_section1 ._b ul li .a .wordsbox{padding:20px;}
    .sy_section1 ._b ul li .a .wordsbox h2{font-size:18px;line-height:22px;margin-bottom:12px;}
    .sy_section1 ._b ul li .a .wordsbox h3{font-size:14px;line-height:20px;margin-bottom:16px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox{margin:0 -8px;width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more{padding:0 8px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:22px;height:22px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:40px;margin-left:8px;}
    .sy_section1 ._b .mores{width:180px;margin:40px auto 0 auto;}
    .sy_section1 ._b .mores a .words{font-size:16px;line-height:36px;margin-right:14px;}
    .sy_section1 ._b .mores a .ico{width:10px;height:10px;}
}
@media screen and (max-width:1280px){
    .sy_section1{padding-top:40px;padding-bottom:40px;}
    .sy_section1 ._t{margin-bottom:30px;}
    .sy_section1 ._t ul{margin:0 -5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .sy_section1 ._t ul li{padding:0 5px;}
    .sy_section1 ._t ul li .libox{padding:4px 0;}
    .sy_section1 ._t ul li .libox .icobox{width:34px;height:34px;margin-right:4px;}
    .sy_section1 ._t ul li .libox .words{font-size:16px;line-height:34px;}

    /*20211111start*/
    .sy_section1 ._c{margin-bottom:16px;}

    /*20211111end*/
    .sy_section1 ._c .tit1box h2{font-size:40px;line-height:44px;}
    .sy_section1 ._c .tit1box h3{font-size:18px;line-height:30px;}

    /*20211111start*/
    .sy_section1 ._c .border{width:30px;margin:16px auto 0 auto;}
    .sy_section1 ._b h4{font-size:14px;line-height:18px;}

    /*20211111end*/
    .sy_section1 ._b ul{margin:-8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .sy_section1 ._b ul li{padding:8px;}
    .sy_section1 ._b ul li .a .wordsbox{padding:20px;}
    .sy_section1 ._b ul li .a .wordsbox h2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .sy_section1 ._b ul li .a .wordsbox h3{font-size:12px;line-height:16px;margin-bottom:14px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox{margin:0 -4px;width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more{padding:0 4px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:18px;height:18px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:12px;line-height:26px;margin-left:4px;}
    .sy_section1 ._b .mores{width:120px;margin:30px auto 0 auto;}
    .sy_section1 ._b .mores a .words{font-size:14px;line-height:30px;margin-right:10px;}
    .sy_section1 ._b .mores a .ico{width:6px;height:6px;}
}
@media screen and (max-width:1125px){
    .sy_section1 ._t ul li .libox .icobox{width:32px;height:32px;}
    .sy_section1 ._t ul li .libox .icobox{margin-right:4px;}
    .sy_section1 ._t ul li .libox{padding:0;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{margin-left:4px;font-size:12px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox{margin:0 -4px;width:calc(100% + 8px);width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more{padding:0 4px;}
}
@media screen and (max-width:1024px){
    .sy_section1{padding:30px 20px;}
    .sy_section1 ._t{margin-bottom:12px;}
    .sy_section1 ._t ul{margin:-5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .sy_section1 ._t ul li{width:50%;padding:5px;}
    .sy_section1 ._t ul li .libox{padding:2px 0;}
    .sy_section1 ._t ul li .libox .icobox{width:30px;height:30px;margin-right:4px;}
    .sy_section1 ._t ul li .libox .words{font-size:16px;line-height:34px;}
    .sy_section1 ._c{margin-bottom:12px;}
    .sy_section1 ._c .tit1box h2{font-size:30px;line-height:24px;}
    .sy_section1 ._c .tit1box h3{font-size:18px;line-height:20px;}
    .sy_section1 ._c .border{width:26px;margin:8px auto;}
    .sy_section1 ._c h4{font-size:14px;line-height:20px;}
    .sy_section1 ._b ul{margin:-5px;display:flex;flex-wrap:wrap;align-items:flex-start;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .sy_section1 ._b ul li{width:50%;padding:5px;}
    .sy_section1 ._b ul li .a .wordsbox{padding:8px;}
    .sy_section1 ._b ul li .a .wordsbox h2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .sy_section1 ._b ul li .a .wordsbox h3{font-size:14px;line-height:18px;margin-bottom:12px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox{margin:-5px 0;width:100%;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more{width:100%;padding:5px 0;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .sy_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:30px;margin-left:6px;}
    .sy_section1 ._b .mores{width:140px;margin:14px auto 0 auto;}
    .sy_section1 ._b .mores a .words{font-size:14px;line-height:32px;margin-right:10px;}
}

/*首页模块2*/
.sy_section2{width:100%;padding-top:78px;padding-bottom:78px;}
.sy_section2 .content{width:100%;overflow:hidden;}
.sy_section2 .content .left{width:52.5%;float:left;}
.sy_section2 .content .left .ul{width:100%;}
.sy_section2 .content .left .ul .li{width:100%;height:auto;}
.sy_section2 .content .left .ul .li .libox{width:100%;position:relative;border:4px solid #de7238;}

/*20211126start*/
.sy_section2 .content .left .ul .li .libox .ba_pic{width:100%;height:629px;object-fit:cover;}
.sy_section2 .content .left .ul .li .libox .icobox{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%);}
.sy_section2 .content .left .ul .li .libox .icobox.on{display:none;}

/*20211126end*/
.sy_section2 .content .left .ul .li .libox .icobox .ico{width:80px;height:80px;margin:0 auto 38px auto;}
.sy_section2 .content .left .ul .li .libox .icobox .words{font-size:18px;color:#ffffff;line-height:22px;text-align:center;font-weight:bold;}
.sy_section2 .content .left .ul .slick-dots{position:absolute;bottom:68px;height:10px;text-align:center;}
.sy_section2 .content .left .ul .slick-dots li{vertical-align:top;width:10px;height:10px;border-radius:10px;margin:0 6.5px;background:#f8f8f8;}
.sy_section2 .content .left .ul .slick-dots li.slick-active{background:#de7238;width:22px;}
.sy_section2 .content .right{width:47.5%;float:left;padding-left:55px;}
.sy_section2 .content .right .titbox{width:100%;margin-bottom:40px;position:relative;}
.sy_section2 .content .right .titbox h2{font-size:72px;color:rgba(34,34,34,0.1);line-height:76px;font-weight:bold;text-transform:uppercase;}
.sy_section2 .content .right .titbox h3{font-size:48px;color:#222222;line-height:52px;font-weight:bold;position:absolute;left:0;bottom:10px;}
.sy_section2 .content .right .border{width:88px;height:3px;background-color:#df8a24;margin-bottom:40px;}
.sy_section2 .content .right .info{font-size:18px;color:#666666;line-height:36px;margin-bottom:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
.sy_section2 .content .right .info span{color:#336896;font-weight:bold;}
.sy_section2 .content .right .more{width:200px;margin-bottom:64px;}
.sy_section2 .content .right .more a{display:block;font-size:0;text-align:center;background-color:#336896;width:100%;}
.sy_section2 .content .right .more a:hover{background-color:#de7238;}
.sy_section2 .content .right .more .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;margin-right:14px;}
.sy_section2 .content .right .more .ico{width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;display:inline-block;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.sy_section2 .content .right .boxs{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:left;}
.sy_section2 .content .right .boxs .list{display:inline-block;vertical-align:middle;}
.sy_section2 .content .right .boxs .list .num{font-size:60px;color:#336896;line-height:64px;margin-bottom:20px;font-weight:bold;font-style:italic}
.sy_section2 .content .right .boxs .list .words{font-size:18px;color:#666666;line-height:22px;}
@media screen and (max-width:1400px){
    .sy_section2 .content .left .ul .li .libox .ba_pic{height:470px;}
    .sy_section2 .content .right{padding-left:30px;}
    .sy_section2 .content .right .titbox{margin-bottom:20px;}
    .sy_section2 .content .right .border{margin-bottom:20px;}
    .sy_section2 .content .right .info{font-size:16px;line-height:24px;margin-bottom:30px;}
    .sy_section2 .content .right .more{margin-bottom:30px;}
    .sy_section2 .content .right .boxs .list .num{font-size:40px;line-height:54px;margin-bottom:12px;}
    .sy_section2 .content .right .boxs .list .words{font-size:16px;line-height:20px;}
}
@media screen and (max-width:1600px){
    .sy_section2{padding-top:60px;padding-bottom:60px;}
    .sy_section2 .content .left .ul .li .libox{border:5px solid #de7238;}
    .sy_section2 .content .left .ul .li .libox .ba_pic{height:500px;}
    .sy_section2 .content .left .ul .li .libox .icobox .ico{width:80px;height:80px;margin:0 auto 26px auto;}
    .sy_section2 .content .left .ul .li .libox .icobox .words{font-size:16px;line-height:20px;}
    .sy_section2 .content .left .ul .slick-dots{bottom:40px;height:10px;}
    .sy_section2 .content .left .ul .slick-dots li{width:10px;height:10px;border-radius:10px;margin:0 6px;}
    .sy_section2 .content .left .ul .slick-dots li.slick-active{width:22px;}
    .sy_section2 .content .right{padding-left:40px;}
    .sy_section2 .content .right .titbox{margin-bottom:22px;}
    .sy_section2 .content .right .titbox h2{font-size:50px;line-height:54px;}
    .sy_section2 .content .right .titbox h3{font-size:20px;line-height:30px;bottom:6px;}
    .sy_section2 .content .right .border{width:70px;margin-bottom:24px;}
    .sy_section2 .content .right .info{font-size:16px;line-height:30px;margin-bottom:46px;}
    .sy_section2 .content .right .more{width:170px;margin-bottom:40px;}
    .sy_section2 .content .right .more .words{font-size:16px;line-height:30px;margin-right:10px;}
    .sy_section2 .content .right .more .ico{width:10px;height:10px;}
    .sy_section2 .content .right .boxs .list .num{font-size:26px;line-height:30px;margin-bottom:12px;}
    .sy_section2 .content .right .boxs .list .words{font-size:16px;line-height:20px;}
}
@media screen and (max-width:1280px){
    .sy_section2{padding-top:40px;padding-bottom:40px;}
    .sy_section2 .content .left .ul .li .libox{border:3px solid #de7238;}
    .sy_section2 .content .left .ul .li .libox .ba_pic{height:430px;}
    .sy_section2 .content .left .ul .li .libox .icobox .ico{width:60px;height:60px;margin:0 auto 20px auto;}
    .sy_section2 .content .left .ul .li .libox .icobox .words{font-size:14px;line-height:18px;}
    .sy_section2 .content .left .ul .slick-dots{bottom:30px;height:8px;}
    .sy_section2 .content .left .ul .slick-dots li{width:8px;height:8px;border-radius:8px;margin:0 4px;}
    .sy_section2 .content .left .ul .slick-dots li.slick-active{width:16px;}
    .sy_section2 .content .right{padding-left:20px;}
    .sy_section2 .content .right .titbox{margin-bottom:18px;}
    .sy_section2 .content .right .titbox h2{font-size:40px;line-height:44px;}
    .sy_section2 .content .right .titbox h3{font-size:18px;line-height:24px;bottom:6px;}
    .sy_section2 .content .right .border{width:60px;margin-bottom:20px;}
    .sy_section2 .content .right .info{font-size:14px;line-height:26px;margin-bottom:40px;}
    .sy_section2 .content .right .more{width:140px;margin-bottom:30px;}
    .sy_section2 .content .right .more .words{font-size:14px;line-height:30px;margin-right:8px;}
    .sy_section2 .content .right .more .ico{width:6px;height:6px;}
    .sy_section2 .content .right .boxs .list .num{font-size:22px;line-height:30px;margin-bottom:10px;}
    .sy_section2 .content .right .boxs .list .words{font-size:14px;line-height:18px;}
}
@media screen and (max-width:1100px){
    .sy_section2 .content .right .titbox h2{font-size:60px;line-height:64px;}
    .sy_section2 .content .right .titbox h3{font-size:36px;line-height:40px;bottom:10px;}
    .sy_section2 .content .right .boxs .list .num{font-size:30px;line-height:40px;margin-bottom:10px;}
    .sy_section2 .content .right .boxs .list .words{font-size:14px;line-height:18px;}
}
@media screen and (max-width:1024px){
    .sy_section2{padding:30px 20px;}
    .sy_section2 .content .left{width:100%;}
    .sy_section2 .content .left .ul .li .libox{border:2px solid #de7238;}
    .sy_section2 .content .left .ul .li .libox .ba_pic{height:255px;}
    .sy_section2 .content .left .ul .li .libox .icobox .ico{width:40px;height:40px;margin:0 auto 12px auto;}
    .sy_section2 .content .left .ul .li .libox .icobox .words{font-size:14px;line-height:18px;}
    .sy_section2 .content .left .ul .slick-dots{bottom:12px;height:8px;}
    .sy_section2 .content .left .ul .slick-dots li{width:8px;height:8px;border-radius:8px;margin:0 4px;}
    .sy_section2 .content .left .ul .slick-dots li.slick-active{width:16px;}
    .sy_section2 .content .right{width:100%;padding-left:0;padding-top:14px;}
    .sy_section2 .content .right .titbox{margin-bottom:12px;}
    .sy_section2 .content .right .titbox h2{font-size:30px;line-height:34px;}
    .sy_section2 .content .right .titbox h3{font-size:18px;line-height:20px;bottom:4px;}
    .sy_section2 .content .right .border{width:40px;height:2px;margin-bottom:12px;}
    .sy_section2 .content .right .info{font-size:14px;line-height:20px;margin-bottom:12px;-webkit-line-clamp:100;}
    .sy_section2 .content .right .more{width:120px;margin-bottom:12px;}
    .sy_section2 .content .right .more .words{font-size:14px;line-height:34px;margin-right:8px;}
    .sy_section2 .content .right .boxs .list .num{font-size:18px;line-height:22px;margin-bottom:8px}
    .sy_section2 .content .right .boxs .list .words{font-size:12px;line-height:18px;}
}

/*首页模块3*/
.sy_section3{width:100%;padding-top:76px;padding-bottom:78px;}
.sy_section3 .titbox{width:100%;text-align:center;position:relative;margin-bottom:24px;}
.sy_section3 .titbox h2{font-size:72px;color:rgba(34,34,34,0.1);line-height:76px;font-weight:bold;text-transform:uppercase;}
.sy_section3 .titbox h3{font-size:48px;color:#222222;line-height:52px;position:absolute;left:0;bottom:10px;width:100%;font-weight:bold;}
.sy_section3 .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 26px auto;}
.sy_section3 .text{font-size:18px;color:#666666;line-height:22px;text-align:center;margin-bottom:56px;}
.sy_section3 .content{width:100%;overflow:hidden;}
.sy_section3 .content .left{width:74.375%;float:left;padding-right:8px;}
.sy_section3 .content .left ._t{width:100%;overflow:hidden;margin-bottom:16px;}
.sy_section3 .content .left ._t .boxs1{width:66.38%;float:left;padding-right:8px;}
.sy_section3 .content .left ._t .picbox{width:100%;height:380px;overflow:hidden;}
.sy_section3 .content .left ._t .boxs1 .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_section3 .content .left ._t .boxs1:hover .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_section3 .content .left ._t .boxs2{width:33.62%;float:right;padding-left:8px;}
.sy_section3 .content .left ._t .boxs2 .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_section3 .content .left ._t .boxs2:hover .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_section3 .content .left ._b{width:100%;overflow:hidden;}
.sy_section3 .content .left ._b .boxs1{width:33.62%;float:left;padding-right:8px;}
.sy_section3 .content .left ._b .boxs1 .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_section3 .content .left ._b .boxs1:hover .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_section3 .content .left ._b .boxs2{width:66.38%;float:right;padding-left:8px;}
.sy_section3 .content .left ._b .picbox{width:100%;height:380px;overflow:hidden;}
.sy_section3 .content .left ._b .boxs2 .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_section3 .content .left ._b .boxs2:hover .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_section3 .content .right{width:25.625%;float:right;padding-left:8px;}
.sy_section3 .content .right .picbox{width:100%;height:776px;overflow:hidden;}
.sy_section3 .content .right .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_section3 .content .right: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);}
@media screen and (max-width:1400px){
    .sy_section3 .content .left ._t .picbox{height:270px;}
    .sy_section3 .content .left ._b .picbox{height:270px;}
    .sy_section3 .content .right .picbox{height:556px;}
}
@media screen and (max-width:1600px){
    .sy_section3{padding-top:60px;padding-bottom:60px;}
    .sy_section3 .titbox{margin-bottom:20px;}
    .sy_section3 .titbox h2{font-size:50px;line-height:54px;}
    .sy_section3 .titbox h3{font-size:20px;line-height:30px;bottom:8px;}
    .sy_section3 .border{width:30px;margin:0 auto 14px auto;}
    .sy_section3 .text{font-size:14px;line-height:18px;margin-bottom:20px;}
    .sy_section3 .content .left ._t .picbox{height:300px;}
    .sy_section3 .content .left ._b .picbox{height:300px;}
    .sy_section3 .content .right .picbox{height:616px;}
}
@media screen and (max-width:1280px){
    .sy_section3{padding-top:40px;padding-bottom:40px;}
    .sy_section3 .titbox{margin-bottom:12px;}
    .sy_section3 .titbox h2{font-size:40px;line-height:44px;}
    .sy_section3 .titbox h3{font-size:18px;line-height:24px;bottom:5px;}
    .sy_section3 .border{width:40px;margin:0 auto 20px auto;}
    .sy_section3 .text{font-size:16px;line-height:20px;margin-bottom:24px;}
    .sy_section3 .content .left ._t .picbox{height:230px;}
    .sy_section3 .content .left ._b .picbox{height:230px;}
    .sy_section3 .content .right .picbox{height:476px;}
}
@media screen and (max-width:1024px){
    .sy_section3{padding:30px 20px;}
    .sy_section3 .titbox{margin-bottom:12px;}
    .sy_section3 .titbox h2{font-size:26px;line-height:30px;letter-spacing:0;}
    .sy_section3 .titbox h3{font-size:18px;line-height:20px;bottom:4px;}
    .sy_section3 .border{width:26px;margin:0 auto 12px auto;}
    .sy_section3 .text{font-size:13px;line-height:20px;margin-bottom:12px;letter-spacing:0;}
    .sy_section3 .content .left{width:100%;padding-bottom:10px;padding-right:0;}
    .sy_section3 .content .left ._t{margin-bottom:10px;}
    .sy_section3 .content .left ._t .boxs1{width:64%;padding-right:5px;}
    .sy_section3 .content .left ._t .picbox{height:100px;}
    .sy_section3 .content .left ._t .boxs2{width:36%;padding-left:5px;}
    .sy_section3 .content .left ._b .boxs1{width:36%;padding-right:5px;}
    .sy_section3 .content .left ._b .boxs2{width:64%;padding-left:5px;}
    .sy_section3 .content .left ._b .picbox{height:100px;}
    .sy_section3 .content .right{width:100%;padding-left:0;}
    .sy_section3 .content .right .picbox{height:120px;}
}

/*首页模块4*/
.sy_section4{width:100%;padding-top:76px;padding-bottom:78px;}
.sy_section4 .titbox{width:100%;text-align:center;position:relative;margin-bottom:28px;}
.sy_section4 .titbox h2{font-size:72px;color:rgba(255,255,255,0.1);line-height:76px;text-align:center;font-weight:bold;text-transform:uppercase;}
.sy_section4 .titbox h3{font-size:48px;color:#ffffff;line-height:52px;width:100%;text-align:center;font-weight:bold;position:absolute;left:0;bottom:10px;}
.sy_section4 .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 26px auto;}
.sy_section4 .text{font-size:18px;color:#ffffff;line-height:22px;text-align:center;}
.sy_section4 .content{width:100%;margin-top:58px;overflow:hidden;}
.sy_section4 .content .con{width:100%;}
.sy_section4 .content .con1{margin-bottom:20px;}
.sy_section4 .content .con ul{width:100%;overflow:hidden;}
.sy_section4 .content .con ul li{float:left;margin-right:16px;}
.sy_section4 .content .con ul li img{width:241px;height:80px;}
.sy_section4 .content .con ul li:last-child{margin-right:0;}
@media screen and (max-width:1600px){
    .sy_section4{padding-top:60px;padding-bottom:60px;}
    .sy_section4 .titbox{margin-bottom:20px;}
    .sy_section4 .titbox h2{font-size:50px;line-height:54px;}
    .sy_section4 .titbox h3{font-size:20px;line-height:30px;bottom:6px;}
    .sy_section4 .border{width:40px;margin:0 auto 20px auto;}
    .sy_section4 .text{font-size:16px;line-height:20px;}
    .sy_section4 .content{margin-top:30px;}
    .sy_section4 .content .con1{margin-bottom:20px;}
}
@media screen and (max-width:1280px){
    .sy_section4{padding-top:40px;padding-bottom:40px;}
    .sy_section4 .titbox{margin-bottom:14px;}
    .sy_section4 .titbox h2{font-size:40px;line-height:44px;}
    .sy_section4 .titbox h3{font-size:18px;line-height:24px;bottom:5px;}
    .sy_section4 .border{width:30px;margin:0 auto 14px auto;}
    .sy_section4 .text{font-size:14px;line-height:18px;}
    .sy_section4 .content{margin-top:20px;}
    .sy_section4 .content .con1{margin-bottom:14px;}
    .sy_section4 .content .con ul li{margin-right:14px;}
    .sy_section4 .content .con ul li .pic img{display:inline-block;height:60px;}
}
@media screen and (max-width:1024px){
    .sy_section4{padding:30px 20px;}
    .sy_section4 .titbox{margin-bottom:12px;}
    .sy_section4 .titbox h2{font-size:30px;line-height:34px;}
    .sy_section4 .titbox h3{font-size:18px;line-height:20px;bottom:4px;}
    .sy_section4 .border{width:30px;margin:0 auto 12px auto;}
    .sy_section4 .text{font-size:14px;line-height:20px;}
    .sy_section4 .content{margin-top:12px;}
    .sy_section4 .content .con1{margin-bottom:12px;}
    .sy_section4 .content .con ul li{margin-right:8px;}
    .sy_section4 .content .con ul li .pic{width:100%;text-align:center;}
    .sy_section4 .content .con ul li .pic img{display:inline-block;height:50px;}
}

/*首页版块5*/
.sy_section5{width:100%;padding-top:76px;padding-bottom:78px;}
.sy_section5 .tit{width:100%;position:relative;text-align:center;margin-bottom:26px;}
.sy_section5 .tit h2{font-size:72px;color:rgba(34,34,34,0.1);line-height:73px;font-weight:bold;text-transform:uppercase;}
.sy_section5 .tit h3{font-size:48px;color:#222222;line-height:52px;position:absolute;left:0;bottom:0;font-weight:bold;width:100%;}
.sy_section5 .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 26px auto;}
.sy_section5 .text{font-size:18px;color:#666666;line-height:22px;text-align:center;}
.sy_section5 .ul{margin:0 -15px;padding-top:38px;padding-bottom:50px;width:calc(100% + 30px);width:-ms-calc(100% + 30px);width:-o-calc(100% + 30px);width:-moz-calc(100% + 30px);width:-webkit-calc(100% + 30px);}
.sy_section5 .ul .li{height:auto;padding:0 15px;padding-top:20px;padding-bottom:20px;}
.sy_section5 .ul .li a{display:block;width:100%;border:1px solid #dddddd;}
.sy_section5 .ul .li a:hover{border-color:rgba(255,255,255,0);box-shadow:0 0 16px rgba(220,220,220,0.4);}
.sy_section5 .ul .li a .pic{width:100%;padding-bottom:114.89%;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_section5 .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_section5 .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_section5 .ul .slick-dots{position:absolute;bottom:0;height:10px;text-align:center;}
.sy_section5 .ul .slick-dots li{vertical-align:top;width:10px;height:10px;margin:0 15px;background:#336896;}
.sy_section5 .ul .slick-dots li.slick-active{background:#de7238;}
.sy_section5 .ul .slick-prev{width:13px;height:24px;background:url(images/img61.png) no-repeat center center;background-size:cover;left:-18px;top:50%;}
.sy_section5 .ul .slick-next{width:13px;height:24px;background:url(images/img62.png) no-repeat center center;background-size:cover;right:-18px;top:50%;}
.sy_section5 .ul .slick-prev:hover,
.sy_section5 .ul .slick-next:hover{opacity:0.6;}
@media screen and (max-width:1600px){
    .sy_section5{padding-top:60px;padding-bottom:60px;}
    .sy_section5 .tit{margin-bottom:20px;}
    .sy_section5 .tit h2{font-size:50px;line-height:54px;}
    .sy_section5 .tit h3{font-size:20px;line-height:30px;bottom:6px;}
    .sy_section5 .border{width:40px;margin:0 auto 20px auto;}
    .sy_section5 .text{font-size:16px;line-height:20px;}
    .sy_section5 .ul{margin:0 -15px;padding-top:24px;padding-bottom:40px;width:calc(100% + 30px);width:-ms-calc(100% + 30px);width:-o-calc(100% + 30px);width:-moz-calc(100% + 30px);width:-webkit-calc(100% + 30px);}
    .sy_section5 .ul .li{padding:0 15px;padding-top:20px;padding-bottom:14px;}
    .sy_section5 .ul .slick-dots{height:10px;}
    .sy_section5 .ul .slick-dots li{width:10px;height:10px;margin:0 10px;}
}
@media screen and (max-width:1280px){
    .sy_section5{padding-top:40px;padding-bottom:40px;}
    .sy_section5 .tit{margin-bottom:14px;}
    .sy_section5 .tit h2{font-size:40px;line-height:44px;}
    .sy_section5 .tit h3{font-size:18px;line-height:24px;bottom:5px;}
    .sy_section5 .border{width:30px;margin:0 auto 12px auto;}
    .sy_section5 .text{font-size:14px;line-height:18px;}
    .sy_section5 .ul{margin:0 -10px;padding-top:20px;padding-bottom:30px;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
    .sy_section5 .ul .li{padding:0 10px;padding-top:14px;padding-bottom:14px;}
    .sy_section5 .ul .slick-dots{height:8px;}
    .sy_section5 .ul .slick-dots li{width:8px;height:8px;margin:0 8px;}
}
@media screen and (max-width:1024px){
    .sy_section5{padding:30px 20px;}
    .sy_section5 .tit{margin-bottom:12px;}
    .sy_section5 .tit h2{font-size:22px;line-height:26px;letter-spacing:0;}
    .sy_section5 .tit h3{font-size:18px;line-height:20px;bottom:4px;}
    .sy_section5 .border{width:30px;margin:0 auto 12px auto;}
    .sy_section5 .text{font-size:14px;line-height:20px;}
    .sy_section5 .ul{margin:0 -7px;padding-top:0px;padding-bottom:0px;width:calc(100% + 14px);width:-ms-calc(100% + 14px);width:-o-calc(100% + 14px);width:-moz-calc(100% + 14px);width:-webkit-calc(100% + 14px);}
    .sy_section5 .ul .li{padding:0 7px;padding-top:12px;padding-bottom:26px;}
    .sy_section5 .ul .li a:hover{box-shadow:0 0 10px rgba(220,220,220,0.4);}
    .sy_section5 .ul .slick-dots{height:8px;}
    .sy_section5 .ul .slick-dots li{width:8px;height:8px;margin:0 4px;}
    .sy_section5 .ul .slick-prev{width:0;height:0;opacity:0;}
    .sy_section5 .ul .slick-next{width:0;height:0;opacity:0;}
}

/*首页模块6*/
.sy_section6{width:100%;padding-top:70px;padding-bottom:70px;padding-left:100px;padding-right:100px;}
.sy_section6 ul{margin:0 -49px;overflow:hidden;width:calc(100% + 98px);width:-ms-calc(100% + 98px);width:-o-calc(100% + 98px);width:-moz-calc(100% + 98px);width:-webkit-calc(100% + 98px);}
.sy_section6 ul li{width:20%;float:left;padding:0 49px;}
.sy_section6 ul li a{display:block;width:100%;border:1px solid #acb1b3;text-align:center;font-size:0;}
.sy_section6 ul li a:hover{background-color:#de7238;border-color:#de7238;}
.sy_section6 ul li a .words{font-size:24px;color:#ffffff;line-height:58px;display:inline-block;vertical-align:middle;}
.sy_section6 ul li a .ico{width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;display:inline-block;vertical-align:middle;margin-top:2px;margin-left:24px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
@media screen and (max-width:1600px){
    .sy_section6{padding-top:60px;padding-bottom:60px;padding-left:0;padding-right:0;}
    .sy_section6 ul{margin:0 -40px;width:calc(100% + 80px);width:-ms-calc(100% + 80px);width:-o-calc(100% + 80px);width:-moz-calc(100% + 80px);width:-webkit-calc(100% + 80px);}
    .sy_section6 ul li{padding:0 40px;}
    .sy_section6 ul li a .words{font-size:20px;line-height:44px;}
    .sy_section6 ul li a .ico{width:10px;height:10px;margin-top:4px;margin-left:16px;}
}
@media screen and (max-width:1400px){
    .sy_section6{padding-left:50px;padding-right:50px;}
    .sy_section6 ul{margin:0 -20px;width:calc(100% + 40px);width:-ms-calc(100% + 40px);width:-o-calc(100% + 40px);width:-moz-calc(100% + 40px);width:-webkit-calc(100% + 40px);}
    .sy_section6 ul li{padding:0 20px;}
    .sy_section6 ul li a .words{font-size:18px;line-height:40px;}
    .sy_section6 ul li a .ico{width:10px;height:10px;margin-top:2px;margin-left:12px;}
}
@media screen and (max-width:1280px){
    .sy_section6{padding-top:40px;padding-bottom:40px;padding-left:0;padding-right:0;}
    .sy_section6 ul{margin:0 -26px;width:calc(100% + 52px);width:-ms-calc(100% + 52px);width:-o-calc(100% + 52px);width:-moz-calc(100% + 52px);width:-webkit-calc(100% + 52px);}
    .sy_section6 ul li{padding:0 26px;}
    .sy_section6 ul li a .words{font-size:16px;line-height:30px;}
    .sy_section6 ul li a .ico{width:8px;height:8px;margin-top:2px;margin-left:12px;}
}
@media screen and (max-width:1024px){
    .sy_section6{padding:30px 20px;}
    .sy_section6 ul{margin:-5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .sy_section6 ul li{width:50%;padding:5px;}
    .sy_section6 ul li:last-child{width:100%;}
    .sy_section6 ul li a .words{font-size:16px;line-height:34px;}
    .sy_section6 ul li a .ico{width:8px;height:8px;margin-top:2px;margin-left:10px;}
}
@media screen and (max-width:767px){
    .sy_section4 .content .con ul li img{width:133px;height:50px;}
}

/*首页模块7*/
.sy_section7{width:100%;padding-top:82px;padding-bottom:78px;}
.sy_section7 .titbox{width:100%;position:relative;text-align:center;margin-bottom:86px;}
.sy_section7 .titbox h2{font-size:72px;color:rgba(34,34,34,0.1);line-height:76px;text-align:center;font-weight:bold;text-transform:uppercase;}
.sy_section7 .titbox h3{font-size:48px;color:#222222;line-height:52px;width:100%;text-align:center;position:absolute;left:0;bottom:10px;font-weight:bold;}
.sy_section7 .ul{margin:0 -36px;overflow:hidden;width:calc(100% + 72px);width:-ms-calc(100% + 72px);width:-o-calc(100% + 72px);width:-moz-calc(100% + 72px);width:-webkit-calc(100% + 72px);}
.sy_section7 .ul .li{width:50%;float:left;padding:0 36px;}
.sy_section7 .ul .li .libox{width:100%;}
.sy_section7 .ul .li .libox ._t{width:100%;overflow:hidden;border-bottom:2px solid #336896;padding-right:8px;padding-bottom:36px;margin-bottom:40px;}
.sy_section7 .ul .li .libox ._t .left{float:left;font-size:20px;color:#222222;line-height:24px;font-weight:bold;}
.sy_section7 .ul .li .libox ._t .right{float:right;font-size:0;}
.sy_section7 .ul .li .libox ._t .right:hover{opacity:0.6;}
.sy_section7 .ul .li .libox ._t .right .words{font-size:18px;color:#336896;line-height:22px;display:inline-block;vertical-align:middle;margin-right:8px;font-weight:bold;}
.sy_section7 .ul .li .libox ._t .right .ico{width:10px;height:10px;border-top:1px solid #336896;border-right:1px solid #336896;display:inline-block;vertical-align:middle;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.sy_section7 .ul .li .libox ._c{width:100%;margin-bottom:36px;}
.sy_section7 .ul .li .libox ._c a{display:block;width:100%;overflow:hidden;}
.sy_section7 .ul .li .libox ._c a .left{width:29.52%;float:left;height:144px;overflow:hidden;}
.sy_section7 .ul .li .libox ._c a .left .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_section7 .ul .li .libox ._c a:hover .left .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_section7 .ul .li .libox ._c a .right{width:70.48%;float:left;padding-left:28px;padding-top:8px;}
.sy_section7 .ul .li .libox ._c a .right .tit1{font-size:18px;color:#de7238;line-height:22px;margin-bottom:10px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section7 .ul .li .libox ._c a .right .tit2{font-size:16px;color:#666666;line-height:30px;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section7 .ul .li .libox ._c a:hover .right .tit2{color:#de7238;}
.sy_section7 .ul .li .libox ._c a .right .date{font-size:16px;color:#666666;line-height:20px;}
.sy_section7 .ul .li .libox ._b{width:100%;}
.sy_section7 .ul .li .libox ._b .listbox{width:100%;}
.sy_section7 .ul .li .libox ._b .listbox .list{width:100%;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eeeeee;}
.sy_section7 .ul .li .libox ._b .listbox .list:hover{border-bottom-color:#de7238;}
.sy_section7 .ul .li .libox ._b .listbox .list a{display:block;width:100%;font-size:0;overflow:hidden;}
.sy_section7 .ul .li .libox ._b .listbox .list a .date{font-size:16px;color:#666666;line-height:22px;float:left;}
.sy_section7 .ul .li .libox ._b .listbox .list:hover a .date{color:#de7238;}
.sy_section7 .ul .li .libox ._b .listbox .list a .words{font-size:18px;color:#666666;line-height:22px;float:left;margin-left:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;width:calc(100% - 148px);width:-ms-calc(100% - 148px);width:-o-calc(100% - 148px);width:-moz-calc(100% - 148px);width:-webkit-calc(100% - 148px);}
.sy_section7 .ul .li .libox ._b .listbox .list:hover a .words{color:#de7238;}
@media screen and (max-width:1400px){
    .sy_section7 .ul .li .libox ._c a .left{height:106px;}
    .sy_section7 .ul .li .libox ._c a .right{padding-top:4px;}
    .sy_section7 .ul .li .libox ._c a .right .tit1{font-size:16px;line-height:20px;margin-bottom:8px;}
    .sy_section7 .ul .li .libox ._c a .right .tit2{font-size:14px;line-height:24px;margin-bottom:8px;}
    .sy_section7 .ul .li .libox ._c a .right .date{font-size:14px;line-height:18px;}
    .sy_section7 .titbox h2{font-size:60px;line-height:64px;}
    .sy_section7 .titbox h3{font-size:36px;line-height:40px;bottom:6px;}
}
@media screen and (max-width:1600px){
    .sy_section7{padding-top:60px;padding-bottom:60px;}
    .sy_section7 .titbox{margin-bottom:20px;}
    .sy_section7 .titbox h2{font-size:50px;line-height:54px;}
    .sy_section7 .titbox h3{font-size:20px;line-height:30px;width:100%;bottom:6px;}
    .sy_section7 .ul{margin:0 -20px;width:calc(100% + 40px);width:-ms-calc(100% + 40px);width:-o-calc(100% + 40px);width:-moz-calc(100% + 40px);width:-webkit-calc(100% + 40px);}
    .sy_section7 .ul .li{padding:0 20px;}
    .sy_section7 .ul .li .libox ._t{padding-bottom:20px;margin-bottom:20px;}
    .sy_section7 .ul .li .libox ._t .left{font-size:16px;line-height:22px;}
    .sy_section7 .ul .li .libox ._t .right .words{font-size:16px;line-height:22px;margin-right:6px;}
    .sy_section7 .ul .li .libox ._t .right .ico{width:10px;height:10px;}
    .sy_section7 .ul .li .libox ._c{margin-bottom:20px;}
    .sy_section7 .ul .li .libox ._c a .left{height:120px;}
    .sy_section7 .ul .li .libox ._c a .right{padding-left:20px;padding-top:20px;}
    .sy_section7 .ul .li .libox ._c a .right .tit1{font-size:18px;line-height:20px;margin-bottom:8px;}
    .sy_section7 .ul .li .libox ._c a .right .tit2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .sy_section7 .ul .li .libox ._c a .right .date{font-size:16px;line-height:20px;}
    .sy_section7 .ul .li .libox ._b .listbox .list{padding-bottom:14px;margin-bottom:14px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .date{font-size:14px;line-height:20px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .words{font-size:16px;line-height:20px;margin-left:16px;width:calc(100% - 148px);width:-ms-calc(100% - 148px);width:-o-calc(100% - 148px);width:-moz-calc(100% - 148px);width:-webkit-calc(100% - 148px);}
}
@media screen and (max-width:1280px){
    .sy_section7{padding-top:40px;padding-bottom:40px;}
    .sy_section7 .titbox{margin-bottom:14px;}
    .sy_section7 .titbox h2{font-size:40px;line-height:44px;}
    .sy_section7 .titbox h3{font-size:18px;line-height:24px;width:100%;bottom:5px;}
    .sy_section7 .ul{margin:0 -14px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .sy_section7 .ul .li{padding:0 14px;}
    .sy_section7 .ul .li .libox ._t{padding-bottom:18px;margin-bottom:18px;}
    .sy_section7 .ul .li .libox ._t .left{font-size:14px;line-height:20px;}
    .sy_section7 .ul .li .libox ._t .right .words{font-size:14px;line-height:18px;margin-right:4px;}
    .sy_section7 .ul .li .libox ._t .right .ico{width:8px;height:8px;}
    .sy_section7 .ul .li .libox ._c{margin-bottom:16px;}
    .sy_section7 .ul .li .libox ._c a .left{height:144px;}
    .sy_section7 .ul .li .libox ._c a .right{padding-left:14px;padding-top:8px;}
    .sy_section7 .ul .li .libox ._c a .right .tit1{font-size:14px;line-height:18px;margin-bottom:6px;}
    .sy_section7 .ul .li .libox ._c a .right .tit2{font-size:12px;line-height:20px;margin-bottom:8px;}
    .sy_section7 .ul .li .libox ._c a .right .date{font-size:12px;line-height:18px;}
    .sy_section7 .ul .li .libox ._b .listbox .list{padding-bottom:10px;margin-bottom:10px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .date{font-size:12px;line-height:18px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .words{font-size:14px;line-height:18px;margin-left:20px;width:calc(100% - 148px);width:-ms-calc(100% - 148px);width:-o-calc(100% - 148px);width:-moz-calc(100% - 148px);width:-webkit-calc(100% - 148px);}
}
@media screen and (max-width:1024px){
    .sy_section7{padding:30px 20px;}
    .sy_section7 .titbox{margin-bottom:14px;}
    .sy_section7 .titbox h2{font-size:20px;line-height:24px;}
    .sy_section7 .titbox h3{font-size:18px;line-height:18px;bottom:2px;}
    .sy_section7 .ul{margin:-6px 0;width:100%;}
    .sy_section7 .ul .li{width:100%;padding:6px 0;}
    .sy_section7 .ul .li .libox ._t{padding-right:8px;padding-bottom:10px;margin-bottom:12px;}
    .sy_section7 .ul .li .libox ._t .left{font-size:16px;line-height:20px;}
    .sy_section7 .ul .li .libox ._t .right .words{font-size:16px;line-height:20px;margin-right:4px;}
    .sy_section7 .ul .li .libox ._t .right .ico{width:8px;height:8px;}
    .sy_section7 .ul .li .libox ._c{margin-bottom:12px;}
    .sy_section7 .ul .li .libox ._c a .left{width:42%;float:left;height:100px;}
    .sy_section7 .ul .li .libox ._c a .right{width:58%;padding-left:10px;padding-top:0;}
    .sy_section7 .ul .li .libox ._c a .right .tit1{font-size:16px;line-height:20px;margin-bottom:6px;}
    .sy_section7 .ul .li .libox ._c a .right .tit2{font-size:14px;line-height:22px;margin-bottom:10px;}
    .sy_section7 .ul .li .libox ._c a .right .date{font-size:14px;line-height:18px;}
    .sy_section7 .ul .li .libox ._b .listbox .list{padding-bottom:10px;margin-bottom:10px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .date{font-size:14px;line-height:20px;}
    .sy_section7 .ul .li .libox ._b .listbox .list a .words{font-size:14px;line-height:20px;margin-left:12px;width:calc(100% - 102px);width:-ms-calc(100% - 102px);width:-o-calc(100% - 102px);width:-moz-calc(100% - 102px);width:-webkit-calc(100% - 102px);}
}

/*内页banner*/
.ny_banner{width:100%;position:relative;z-index:3;}
.ny_banner .ba_pic{width:100%;position:relative;z-index:3;}
.ny_banner .ba_pic img{display:block;width:100%;}
.ny_banner .wordsbox{width:100%;position:absolute;left:0;top:20%;z-index:4;}
.ny_banner .wordsbox2{top:38%;}
.ny_banner .wordsbox .tit{width:100%;font-size:48px;color:#ffffff;line-height:52px;text-align:center;font-weight:bold;}
.ny_banner .wordsbox .border{width:70px;height:5px;background-color:#de7238;margin:32px auto 28px auto;}
.ny_banner .wordsbox .tit2{font-size:36px;color:#ffffff;line-height:40px;text-align:center;font-weight:bold;}
@media screen and (max-width:1600px){
    .ny_banner .wordsbox{top:20%;}
    .ny_banner .wordsbox .tit{font-size:36px;line-height:40px;}
    .ny_banner .wordsbox .border{width:60px;height:4px;margin:20px auto;}
    .ny_banner .wordsbox .tit2{font-size:18px;line-height:24px;}
}
@media screen and (max-width:1300px){
    .ny_banner .wordsbox{top:20%;}
}
@media screen and (max-width:1280px){
    .ny_banner .wordsbox{top:16%;}
    .ny_banner .wordsbox2{top:38%;}
    .ny_banner .wordsbox .tit{font-size:26px;line-height:30px;}
    .ny_banner .wordsbox .border{width:26px;height:3px;margin:14px auto;}
    .ny_banner .wordsbox .tit2{font-size:18px;line-height:24px;}
}
@media screen and (max-width:1024px){
    .ny_banner{margin-top:49px;}
    .ny_banner .wordsbox{top:50%;padding:0 20px;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 .tit{font-size:18px;line-height:22px;}
    .ny_banner .wordsbox .border{width:40px;height:2px;margin:12px auto;}
    .ny_banner .wordsbox .tit2{font-size:16px;line-height:20px;}
}

/*当前地址*/
.dq_section{width:100%;font-size:0;}
.dq_section .ico{width:16px;height:15px;display:inline-block;vertical-align:middle;margin-right:18px;}
.dq_section a{font-size:16px;color:#666666;line-height:20px;display:inline-block;vertical-align:middle;}
.dq_section a:hover{color:#de7238;}
.dq_section span{font-size:16px;color:#666666;line-height:20px;display:inline-block;vertical-align:middle;margin:0 12px;}
@media screen and (max-width:1600px){
    .dq_section .ico{width:14px;height:14px;margin-right:8px;}
    .dq_section a{font-size:14px;line-height:20px;}
    .dq_section span{font-size:14px;line-height:20px;margin:0 8px;}
}
@media screen and (max-width:1280px){
    .dq_section .ico{width:12px;height:12px;margin-right:6px;}
    .dq_section a{font-size:12px;line-height:18px;}
    .dq_section span{font-size:12px;line-height:18px;margin:0 6px;}
}
@media screen and (max-width:1024px){
}

/*产品模块1*/
.cp_section1{width:100%;margin-top:-80px;position:relative;z-index:4;}
.cp_section1 .content{background-color:#fff;}
.cp_section1 ._t{width:100%;padding:60px;border-bottom:1px solid #dddddd;}
.cp_section1 ._t .dq_section{margin-top:58px;}

/*20211111start*/
.cp_section1 ._t ul{margin:0 -9px;overflow:hidden;width:calc(100% + 18px);width:-ms-calc(100% + 18px);width:-o-calc(100% + 18px);width:-moz-calc(100% + 18px);width:-webkit-calc(100% + 18px);font-size:0;text-align:center;}
.cp_section1 ._t ul li{width:12.4%;display:inline-block;vertical-align:middle;padding:0 9px;}

/*20211111end*/
.cp_section1 ._t ul li .libox{width:100%;border:1px solid #dddddd;font-size:0;text-align:center;padding:7px 0;cursor:pointer;}
.cp_section1 ._t ul li.on .libox,
.cp_section1 ._t ul li:hover .libox{border-color:#de7238;}
.cp_section1 ._t ul li .libox .icobox{width:46px;height:46px;display:inline-block;vertical-align:middle;margin-right:8px;}
.cp_section1 ._t ul li .libox .icobox .ico{width:100%;height:100%;}
.cp_section1 ._t ul li .libox .icobox .ico2{display:none;}
.cp_section1 ._t ul li.on .libox .icobox .ico1,
.cp_section1 ._t ul li:hover .libox .icobox .ico1{display:none;}
.cp_section1 ._t ul li.on .libox .icobox .ico2,
.cp_section1 ._t ul li:hover .libox .icobox .ico2{display:block;}
.cp_section1 ._t ul li .libox .words{font-size:24px;color:#333333;line-height:46px;display:inline-block;vertical-align:middle;}
.cp_section1 ._t ul li.on .libox .words,
.cp_section1 ._t ul li:hover .libox .words{color:#de7238;}
.cp_section1 ._c{width:100%;padding:60px 60px 100px 60px;}
.cp_section1 ._c h2{font-size:36px;color:#333333;line-height:40px;text-align:center;margin-bottom:56px;}
.cp_section1 ._c .info{font-size:16px;color:#666666;line-height:36px;margin-bottom:22px;}
.cp_section1 ._c .listbox{width:100%;font-size:0;text-align:center;}
.cp_section1 ._c .listbox .list{padding:0 10px;display:inline-block;vertical-align:middle;}
.cp_section1 ._c .listbox .list a{display:block;background-color:#336896;font-size:0;padding:0 44px;}
.cp_section1 ._c .listbox .list a:hover{background-color:#de7238;}
.cp_section1 ._c .listbox .list a .ico{width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:10px;}
.cp_section1 ._c .listbox .list a .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;}
.cp_section1 ._b{width:100%;padding:0 60px;}
.cp_section1 ._b ul{margin:-15px -10px;display:flex;flex-wrap:wrap;align-items:flex-start;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.cp_section1 ._b ul::after{content:"";display:block;clear:both;}
.cp_section1 ._b ul li{width:25%;float:left;padding:15px 10px;}
.cp_section1 ._b ul li .a{display:block;width:100%;box-shadow:0 0 30px rgba(190,190,190,0.19);border:2px solid rgba(255,255,255,0);}
.cp_section1 ._b ul li .a:hover{border-color:#dd753d;}
.cp_section1 ._b ul li .a .pic{width:100%;padding-bottom:108%;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;}
.cp_section1 ._b 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;}
.cp_section1 ._b 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);}
.cp_section1 ._b ul li .a .wordsbox{width:100%;padding:16px 50px 46px 50px;}
.cp_section1 ._b ul li .a .wordsbox h2{font-size:24px;color:#222222;line-height:28px;margin-bottom:16px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cp_section1 ._b ul li .a .wordsbox h3{font-size:16px;color:#666666;line-height:20px;margin-bottom:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cp_section1 ._b ul li .wordsbox .morebox{margin:0 -10px;overflow:hidden;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.cp_section1 ._b ul li .wordsbox .morebox .more{width:50%;float:left;padding:0 10px;}
.cp_section1 ._b ul li .wordsbox .morebox .more .boxs{width:100%;font-size:0;text-align:center;background-color:#de7238;}
.cp_section1 ._b ul li .wordsbox .morebox .more .boxs:hover{background-color:#336896;}
.cp_section1 ._b ul li .wordsbox .morebox .more .boxs .ico{width:24px;height:24px;display:inline-block;vertical-align:middle;}
.cp_section1 ._b ul li .wordsbox .morebox .more .boxs .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;margin-left:8px;}
.cp_section1 ._b .mores{width:52px;height:52px;margin:70px auto 0 auto;}
.cp_section1 ._b .mores .icos{width:100%;height:100%;}
@media screen and (max-width:1600px){
    .cp_section1 ._t ul li .libox .words{font-size:18px;}
    .cp_section1 ._b ul li .wordsbox .morebox .more .boxs .words{font-size:16px;line-height:40px;}
    .cp_section1 ._t ul li .libox .icobox{width:40px;height:40px;}
    .cp_section1 ._t ul li .libox .words{font-size:16px;}
    .cp_section1 ._b ul li .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:36px;}
    .cp_section1 ._b ul li .a .wordsbox h2{font-size:18px;line-height:22px;}
    .cp_section1 ._b ul li .a .wordsbox h3{font-size:14px;line-height:20px;margin-bottom:24px;}
    .cp_section1 ._t .dq_section{margin-top:30px;}
}
@media screen and (max-width:1400px){
    .cp_section1 ._t{padding:40px;}
    .cp_section1 ._c{padding:40px;}
    .cp_section1 ._b{padding:0 40px;}
    .cp_section1 ._c .listbox .list a{display:block;background-color:#336896;font-size:0;padding:0 20px;}
}
@media screen and (max-width:1600px){
    .cp_section1{margin-top:-70px;}
    .cp_section1 ._t .dq_section{margin-top:34px;}
    .cp_section1 ._t ul{margin:0 -6px;width:calc(100% + 12px);width:-ms-calc(100% + 12px);width:-o-calc(100% + 12px);width:-moz-calc(100% + 12px);width:-webkit-calc(100% + 12px);}
    .cp_section1 ._t ul li{padding:0 6px;}
    .cp_section1 ._t ul li .libox{padding:6px 0;}
    .cp_section1 ._t ul li .libox .icobox{width:36px;height:36px;margin-right:6px;}
    .cp_section1 ._t ul li .libox .words{font-size:15px;line-height:34px;}
    .cp_section1 ._c h2{font-size:24px;line-height:28px;margin-bottom:34px;}
    .cp_section1 ._c .info{font-size:16px;line-height:28px;margin-bottom:20px;}
    .cp_section1 ._c .listbox .list{padding:0 8px;}
    .cp_section1 ._c .listbox .list a{padding:0 20px;}
    .cp_section1 ._c .listbox .list a .ico{width:28px;height:28px;margin-right:10px;}
    .cp_section1 ._c .listbox .list a .words{font-size:16px;line-height:34px;}
    .cp_section1 ._b ul{margin:-12px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .cp_section1 ._b ul li{padding:12px;}
    .cp_section1 ._b ul li a .wordsbox{padding:26px;}
    .cp_section1 ._b ul li a .wordsbox h2{font-size:20px;line-height:24px;margin-bottom:14px;}
    .cp_section1 ._b ul li a .wordsbox h3{font-size:14px;line-height:20px;margin-bottom:30px;}
    .cp_section1 ._b ul li a .wordsbox .morebox{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .cp_section1 ._b ul li a .wordsbox .morebox .more{padding:0 8px;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .ico{width:28px;height:28px;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .words{font-size:16px;line-height:34px;margin-left:6px;}
    .cp_section1 ._b .mores{width:44px;height:44px;margin:30px auto 0 auto;}
}
@media screen and (max-width:1280px){
    .cp_section1{margin-top:-60px;}
    .cp_section1 ._t .dq_section{margin-top:20px;}
    .cp_section1 ._t ul{margin:0 -4px;width:calc(100% + 8px);width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .cp_section1 ._t .dq_section{margin-top:0;}
    .cp_section1 ._t ul li{padding:0 4px;}
    .cp_section1 ._t ul li .libox{padding:4px 0;}
    .cp_section1 ._t ul li .libox .icobox{width:30px;height:30px;margin-right:4px;}
    .cp_section1 ._t ul li .libox .words{font-size:12px;line-height:30px;}
    .cp_section1 ._c h2{font-size:18px;line-height:24px;margin-bottom:20px;}
    .cp_section1 ._c .info{font-size:14px;line-height:24px;margin-bottom:12px;}
    .cp_section1 ._c .listbox .list{padding:0 4px;}
    .cp_section1 ._c .listbox .list a{padding:0 10px;}
    .cp_section1 ._c .listbox .list a .ico{width:20px;height:20px;margin-right:6px;}
    .cp_section1 ._c .listbox .list a .words{font-size:14px;line-height:30px;}
    .cp_section1 ._b ul{margin:-8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .cp_section1 ._b ul li{padding:8px;}
    .cp_section1 ._b ul li a .wordsbox{padding:20px;}
    .cp_section1 ._b ul li a .wordsbox h2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .cp_section1 ._b ul li a .wordsbox h3{font-size:12px;line-height:18px;margin-bottom:24px;}
    .cp_section1 ._b ul li a .wordsbox .morebox{margin:0 -5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .cp_section1 ._b ul li a .wordsbox .morebox .more{padding:0 5px;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:30px;margin-left:4px;}
    .cp_section1 ._b .mores{width:30px;height:30px;margin:20px auto 0 auto;}
}
@media screen and (max-width:1125px){
    .cp_section1 ._t ul li .libox .icobox{width:32px;height:32px;}
    .cp_section1 ._t ul li .libox .icobox{margin-right:4px;}
    .cp_section1 ._t ul li .libox{padding:0;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cp_section1 ._b ul li a .wordsbox .morebox .more .boxs .words{margin-left:4px;font-size:12px;}
    .cp_section1 ._b ul li a .wordsbox .morebox{margin:0 -4px;width:calc(100% + 8px);width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .cp_section1 ._b ul li a .wordsbox .morebox .more{padding:0 4px;}
}
@media screen and (max-width:1024px){
    .cp_section1ssss{margin-bottom:30px;}
    .cp_section1{padding:0 20px;margin-top:0;padding-top:30px;}
    .cp_section1 ._t{padding:15px;}
    .cp_section1 ._t ul{margin:-5px;display:none;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .cp_section1 ._t ul li{width:50%;padding:5px;}
    .cp_section1 ._t ul li .libox{padding:2px 0;}
    .cp_section1 ._t ul li .libox .icobox{width:30px;height:30px;margin-right:4px;}
    .cp_section1 ._t ul li .libox .words{font-size:16px;line-height:34px;}
    .cp_section1 ._c{padding:15px;}
    .cp_section1 ._c h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .cp_section1 ._c .info{font-size:14px;line-height:22px;margin-bottom:12px;}
    .cp_section1 ._c .listbox .list{padding:5px 0;width:100%;}
    .cp_section1 ._c .listbox .list a{padding:0 12px;}
    .cp_section1 ._c .listbox .list a .ico{width:18px;height:18px;margin-right:6px;}
    .cp_section1 ._c .listbox .list a .words{font-size:14px;line-height:34px;}
    .cp_section1 ._b{padding:0 15px;padding-bottom:20px;}
    .cp_section1 ._b ul{margin:-5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .cp_section1 ._b ul li{width:50%;padding:5px;}

    /*20211102start*/
    .cp_section1 ._b ul li .a .wordsbox{padding:8px;}
    .cp_section1 ._b ul li .a .wordsbox h2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .cp_section1 ._b ul li .a .wordsbox h3{font-size:14px;line-height:18px;margin-bottom:12px;}
    .cp_section1 ._b ul li .a .wordsbox .morebox{margin:-5px 0;width:100%;}
    .cp_section1 ._b ul li .a .wordsbox .morebox .more{width:100%;padding:5px 0;}
    .cp_section1 ._b ul li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cp_section1 ._b ul li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:30px;margin-left:6px;}
    .cp_section1 ._b .mores{width:30px;height:30px;margin:16px auto 0 auto;}

/*20211102end*/}

/*产品模块2*/
.cp_section2{width:100%;margin-bottom:80px;}
.cp_section2 .content{width:100%;padding:68px 60px 84px 60px;background-color:#fff;}
.cp_section2 .content h2{font-size:48px;color:#333333;line-height:52px;margin-bottom:120px;text-align:center;}
.cp_section2 .content ul{margin:-15px -20px;overflow:hidden;width:calc(100% + 40px);width:-ms-calc(100% + 40px);width:-o-calc(100% + 40px);width:-moz-calc(100% + 40px);width:-webkit-calc(100% + 40px);}
.cp_section2 .content ul li{width:50%;float:left;padding:15px 20px;}
.cp_section2 .content ul li a{display:block;width:100%;overflow:hidden;background-color:#f5f5f5;}
.cp_section2 .content ul li a:hover{background-color:#de7238;}
.cp_section2 .content ul li a .left{width:31.64%;float:left;height:164px;overflow:hidden;}
.cp_section2 .content ul li a .left .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;}
.cp_section2 .content ul li a:hover .left .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);}
.cp_section2 .content ul li a .right{width:68.36%;float:left;padding-left:24px;padding-right:30px;padding-top:18px;}
.cp_section2 .content ul li a .right .tit1{font-size:20px;color:#333333;line-height:24px;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cp_section2 .content ul li a:hover .right .tit1{color:#fff;}
.cp_section2 .content ul li a .right .tit2{font-size:16px;color:#666666;line-height:30px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cp_section2 .content ul li a:hover .right .tit2{color:#fff;}
.cp_section2 .content ul li a .right .date{font-size:16px;color:#666666;line-height:20px;}
.cp_section2 .content ul li a:hover .right .date{color:#fff;}
@media screen and (max-width:1400px){
    .cp_section2 .content{padding:50px 40px 60px 40px;background-color:#fff;}
    .cp_section2 .content ul li a .left{width:40%;height:150px;}
    .cp_section2 .content ul li a .right{width:60%;padding-left:16px;padding-right:16px;padding-top:8px;}
}
@media screen and (max-width:1600px){
    .cp_section2 .content h2{font-size:24px;line-height:28px;margin-bottom:34px;}
    .cp_section2 .content ul{margin:-14px;width:calc(100% + -28px);width:-ms-calc(100% + -28px);width:-o-calc(100% + -28px);width:-moz-calc(100% + -28px);width:-webkit-calc(100% + -28px);}
    .cp_section2 .content ul li{padding:14px;}
    .cp_section2 .content ul li a .left{height:118px;}
    .cp_section2 .content ul li a .right{padding-left:16px;padding-right:16px;padding-top:10px;}
    .cp_section2 .content ul li a .right .tit1{font-size:16px;line-height:20px;margin-bottom:12px;}
    .cp_section2 .content ul li a .right .tit2{font-size:14px;line-height:20px;margin-bottom:8px;}
    .cp_section2 .content ul li a .right .date{font-size:14px;line-height:20px;}
}
@media screen and (max-width:1280px){
    .cp_section2 .content h2{font-size:18px;line-height:24px;margin-bottom:20px;}
    .cp_section2 .content ul{margin:-8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .cp_section2 .content ul li{padding:8px;}
    .cp_section2 .content ul li a .left{height:118px;}
    .cp_section2 .content ul li a .right{padding-left:12px;padding-right:14px;padding-top:18px;}
    .cp_section2 .content ul li a .right .tit1{font-size:14px;line-height:20px;margin-bottom:10px;}
    .cp_section2 .content ul li a .right .tit2{font-size:12px;line-height:18px;margin-bottom:6px;}
    .cp_section2 .content ul li a .right .date{font-size:12px;line-height:18px;}
}
@media screen and (max-width:1024px){
    .cp_section2{display:none;}
    .cp_section2 .content{padding:24px 15px;display:none;}
    .cp_section2 .content h2{font-size:18px;line-height:24px;margin-bottom:14px;}
    .cp_section2 .content ul{margin:-8px 0;width:100%;}
    .cp_section2 .content ul li{width:100%;padding:8px 0;}
    .cp_section2 .content ul li a .left{width:42%;height:100px;}
    .cp_section2 .content ul li a .right{width:58%;padding-left:10px;padding-right:10px;padding-top:6px;}
    .cp_section2 .content ul li a .right .tit1{font-size:16px;line-height:20px;margin-bottom:6px;}
    .cp_section2 .content ul li a .right .tit2{font-size:14px;line-height:18px;margin-bottom:6px;}
    .cp_section2 .content ul li a .right .date{font-size:12px;line-height:18px;}
}

/*产品详情模块1*/
.cpxq_section1{width:100%;}
.cpxq_section1 .content{background-color:#fff;padding:60px 60px 66px 60px;overflow:hidden;font-size:0;}
.cpxq_section1 .content .left{width:49.8%;display:inline-block;vertical-align:middle;border:1px solid #dfdfdf;}
.cpxq_section1 .content .left .ul{width:100%;}

/*20211111start*/
.cpxq_section1 .content .left .ul .li{width:100%;height:auto;position:relative;}

/*20211111end*/
.cpxq_section1 .content .left .ul .li .picbox{width:100%;height:552px;overflow:hidden;}
.cpxq_section1 .content .left .ul .li .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;}

/*20211126start*/
.cpxq_section1 .content .left .ul .li .picbox .videos{width:100%;height:100%;object-fit:cover;}
.cpxq_section1 .content .left .ul .li .ba_pics{width:100%;height:100%;background-color:rgba(0,0,0,0.4);position:absolute;left:0;top:0;}
.cpxq_section1 .content .left .ul .li .ba_pics.on{display:none;}

/*20211126end*/
.cpxq_section1 .content .left .ul .li .icobox{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%);}
.cpxq_section1 .content .left .ul .li .icobox .ico{width:80px;height:80px;margin:0 auto 38px auto;}
.cpxq_section1 .content .left .ul .li .icobox .words{font-size:18px;color:#ffffff;line-height:22px;text-align:center;font-weight:bold;}

/*20211111end*/
.cpxq_section1 .content .left .ul:hover .li .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);}
.cpxq_section1 .content .left .ul .slick-dots{position:absolute;bottom:64px;height:12px;text-align:center;}
.cpxq_section1 .content .left .ul .slick-dots li{vertical-align:top;width:12px;height:12px;border-radius:100%;margin:0 9px;background:#8ea6c6;cursor:pointer;}
.cpxq_section1 .content .left .ul .slick-dots li.slick-active{background:#de8632;}
.cpxq_section1 .content .right{width:49.8%;padding-left:88px;display:inline-block;vertical-align:middle;}
.cpxq_section1 .content .right .tit{width:100%;font-size:36px;color:#333333;line-height:40px;margin-bottom:40px;font-weight:bold;}
.cpxq_section1 .content .right .info{font-size:18px;color:#666666;line-height:36px;margin-bottom:40px;}
.cpxq_section1 .content .right .info2{font-size:16px;color:#333333;line-height:36px;margin-bottom:50px;}
.cpxq_section1 .content .right .phone{width:100%;font-size:0;margin-bottom:50px;}
.cpxq_section1 .content .right .phone .ico{width:28px;height:28px;display:inline-block;vertical-align:middle;margin-right:18px;}
.cpxq_section1 .content .right .phone .words{font-size:24px;color:#19498b;line-height:28px;display:inline-block;vertical-align:middle;font-weight:bold;}
.cpxq_section1 .content .right .abox{width:100%;overflow:hidden;}
.cpxq_section1 .content .right .abox a{overflow:hidden;margin-right:18px;background-color:#336896;display:inline-block;vertical-align:middle;padding:0 46px;}
.cpxq_section1 .content .right .abox a:hover{background-color:#de7238;}
.cpxq_section1 .content .right .abox a .ico{width:22px;height:22px;display:inline-block;vertical-align:middle;margin-right:8px;}
.cpxq_section1 .content .right .abox a .words{font-size:16px;color:#ffffff;line-height:44px;display:inline-block;vertical-align:middle;}
@media screen and (max-width:1366px){
    .cpxq_section1 .content{padding:40px 40px 45px 40px;}
    .cpxq_section1 .content .left .ul .li .picbox{height:400px;}
    .cpxq_section1 .content .right{padding-left:40px;}
    .cpxq_section1 .content .right .tit{font-size:30px;line-height:34px;margin-bottom:26px;}
    .cpxq_section1 .content .right .info{font-size:16px;line-height:30px;margin-bottom:26px;}
    .cpxq_section1 .content .right .info2{font-size:14px;line-height:26px;margin-bottom:30px;}
    .cpxq_section1 .content .right .phone{margin-bottom:30px;}
}
@media screen and (max-width:1600px){
    .cpxq_section1 .content .left .ul .li .picbox{height:420px;}
    .cpxq_section1 .content .left .ul .slick-dots{bottom:40px;height:12px;}
    .cpxq_section1 .content .left .ul .slick-dots li{width:12px;height:12px;margin:0 7px;}
    .cpxq_section1 .content .right{padding-left:100px;}
    .cpxq_section1 .content .right .tit{font-size:20px;line-height:30px;margin-bottom:24px;}
    .cpxq_section1 .content .right .info{font-size:16px;line-height:30px;margin-bottom:24px;}
    .cpxq_section1 .content .right .info2{font-size:16px;line-height:30px;margin-bottom:26px;}
    .cpxq_section1 .content .right .phone{margin-bottom:24px;}
    .cpxq_section1 .content .right .phone .ico{width:28px;height:28px;margin-right:14px;}
    .cpxq_section1 .content .right .phone .words{font-size:18px;line-height:24px;}
    .cpxq_section1 .content .right .abox a{margin-right:10px;padding:0 16px;}
    .cpxq_section1 .content .right .abox a.a3{margin-right:0;}
    .cpxq_section1 .content .right .abox a .ico{width:22px;height:22px;margin-right:10px;}
    .cpxq_section1 .content .right .abox a .words{font-size:14px;line-height:34px;}

    /*20211111start*/
    .cpxq_section1 .content .left .ul .li .icobox .ico{width:60px;height:60px;margin:0 auto 24px auto;}
    .cpxq_section1 .content .left .ul .li .icobox .words{font-size:16px;line-height:20px;}

/*20211111end*/}
@media screen and (max-width:1280px){
    .cpxq_section1 .content .left .ul .li .picbox{height:340px;}
    .cpxq_section1 .content .left .ul .slick-dots{bottom:20px;height:10px;}
    .cpxq_section1 .content .left .ul .slick-dots li{width:10px;height:10px;margin:0 5px;}
    .cpxq_section1 .content .right{padding-left:88px;}
    .cpxq_section1 .content .right .tit{font-size:16px;line-height:24px;margin-bottom:16px;}
    .cpxq_section1 .content .right .info{font-size:12px;line-height:24px;margin-bottom:16px;}
    .cpxq_section1 .content .right .info2{font-size:12px;line-height:24px;margin-bottom:18px;}
    .cpxq_section1 .content .right .phone{margin-bottom:16px;}
    .cpxq_section1 .content .right .phone .ico{width:18px;height:18px;margin-right:10px;}
    .cpxq_section1 .content .right .phone .words{font-size:14px;line-height:20px;}
    .cpxq_section1 .content .right .abox a{margin-right:10px;padding:0 20px;}
    .cpxq_section1 .content .right .abox a .ico{width:18px;height:18px;margin-right:6px;}
    .cpxq_section1 .content .right .abox a .words{font-size:12px;line-height:30px;}

    /*20211111start*/
    .cpxq_section1 .content .left .ul .li .icobox .ico{width:40px;height:40px;margin:0 auto 16px auto;}
    .cpxq_section1 .content .left .ul .li .icobox .words{font-size:14px;line-height:20px;}

/*20211111end*/}
@media screen and (max-width:1024px){
    .cpxq_section1{padding:0 20px;}
    .cpxq_section1 .content{padding:15px 15px 20px 15px;}
    .cpxq_section1 .content .left{width:100%;display:block;}
    .cpxq_section1 .content .left .ul .li .picbox{height:200px;}
    .cpxq_section1 .content .left .ul .slick-dots{bottom:12px;height:8px;}
    .cpxq_section1 .content .left .ul .slick-dots li{width:8px;height:8px;margin:0 4px;}
    .cpxq_section1 .content .right{width:100%;padding-left:0;display:block;padding-top:14px;}
    .cpxq_section1 .content .right .tit{font-size:18px;line-height:24px;margin-bottom:12px;}
    .cpxq_section1 .content .right .info{font-size:16px;line-height:22px;margin-bottom:12px;}
    .cpxq_section1 .content .right .info2{font-size:14px;line-height:20px;margin-bottom:12px;}
    .cpxq_section1 .content .right .phone{margin-bottom:12px;}
    .cpxq_section1 .content .right .phone .ico{width:24px;height:24px;margin-right:10px;}
    .cpxq_section1 .content .right .phone .words{font-size:16px;line-height:20px;}
    .cpxq_section1 .content .right .abox a{margin-right:4px;padding:0 14px;margin-bottom:4px;}
    .cpxq_section1 .content .right .abox a.a3{margin-top:0;margin-right:0;}
    .cpxq_section1 .content .right .abox a .ico{width:18px;height:18px;margin-right:4px;float:left;margin-top:9px;}
    .cpxq_section1 .content .right .abox a .words{font-size:12px;line-height:36px;float:left;}

    /*20211111start*/
    .cpxq_section1 .content .left .ul .li .icobox .ico{width:36px;height:36px;margin:0 auto 14px auto;}
    .cpxq_section1 .content .left .ul .li .icobox .words{font-size:14px;line-height:20px;}

/*20211111end*/}

/*产品详情模块2*/
.cpxq_section2{width:100%;margin-bottom:40px;}
.cpxq_section2 .content{width:100%;background-color:#fff;padding:0 60px 60px 60px;}
.cpxq_section2 .content ._t{width:100%;font-size:0;border-bottom:1px solid #de7238;white-space:nowrap;overflow:hidden;overflow-x:auto;scrollbar-width:thin;max-width:100%;}
.cpxq_section2.on .content ._t{position:fixed;top:0;z-index:99;left:50%;background-color:#fff;max-width:84.08%;padding:0 60px;border-bottom:0;transform:translate(-50%,0);-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.cpxq_section2.on .content ._t::after{content:"";display:block;height:1px;background-color:#de7238;position:absolute;left:60px;bottom:0;width:calc(100% - 120px);width:-ms-calc(100% - 120px);width:-o-calc(100% - 120px);width:-moz-calc(100% - 120px);width:-webkit-calc(100% - 120px);}
.cpxq_section2 .content ._t::-webkit-scrollbar{height:3px;}
.cpxq_section2 .content ._t::-webkit-scrollbar-track{background-color:#e5e5e5;border-radius:3px;}
.cpxq_section2 .content ._t::-webkit-scrollbar-thumb{height:3px;background-color:#de7238;border-radius:3px;}
.cpxq_section2 .content ._t li{display:inline-block;vertical-align:middle;margin-right:18px;}
.cpxq_section2 .content ._t li:last-child{margin-right:0;}
.cpxq_section2 .content ._t li a{display:block;font-size:20px;color:#666666;line-height:50px;padding:0 32px;}
.cpxq_section2 .content ._t li.on a{color:#fff;background-color:#de8632;}
.cpxq_section2 .content ._b{width:100%;margin-bottom:68px;}
.cpxq_section2 .content ._b li{width:100%;padding-top:58px;}
.cpxq_section2 .content ._b li .tits{font-size:20px;color:#333333;line-height:24px;border-bottom:1px solid #dddddd;font-weight:bold;padding-bottom:20px;padding-left:22px;position:relative;margin-bottom:30px;}
.cpxq_section2 .content ._b li .tits::after{content:"";display:block;width:3px;height:25px;background-color:#de7238;position:absolute;left:0;top:0;}
.cpxq_section2 .content ._b li .tits span{font-size:16px;color:#de7238;}
.cpxq_section2 .content ._b li .info{font-size:16px;color:#333333;line-height:36px;margin-bottom:30px;}
.cpxq_section2 .content ._b li .img{width:100%;text-align:center;margin-bottom:30px;}
.cpxq_section2 .content ._b li .img img{max-width:100%;display:inline-block;}
.cpxq_section2 .content ._b li .img:last-child{margin-bottom:0;}
.cpxq_section2 .content ._b li .info:last-child{margin-bottom:0;}
.cpxq_section2 .content .page{width:100%;border-top:1px solid #dddddd;overflow:hidden;padding-top:42px;font-size:0;}
.cpxq_section2 .content .page .left{display:inline-block;vertical-align:middle;width:calc(100% - 156px);width:-ms-calc(100% - 156px);width:-o-calc(100% - 156px);width:-moz-calc(100% - 156px);width:-webkit-calc(100% - 156px);}
.cpxq_section2 .content .page .left a{display:block;width:100%;font-size:16px;color:#666666;line-height:22px;}
.cpxq_section2 .content .page .left a:hover{color:#de7238;}
.cpxq_section2 .content .page .left a:first-child{margin-bottom:28px;}
.cpxq_section2 .content .page .right{display:inline-block;vertical-align:middle;width:154px;}
.cpxq_section2 .content .page .right a{display:block;width:100%;font-size:0;text-align:center;background-color:#de8632;}
.cpxq_section2 .content .page .right a:hover{background-color:#336896;}
.cpxq_section2 .content .page .right a .ico{width:14px;height:14px;display:inline-block;vertical-align:middle;margin-right:20px;}
.cpxq_section2 .content .page .right a .words{font-size:16px;color:#ffffff;line-height:45px;display:inline-block;vertical-align:middle;}
@media(max-width:1400px){
    .cpxq_section2 .content{padding:0 40px 40px 40px;}
    .cpxq_section2.on .content ._t{padding:0 40px;}
    .cpxq_section2 .content ._t li{margin-right:10px;}
    .cpxq_section2 .content ._t li a{font-size:16px;line-height:40px;padding:0 20px;}
    .cpxq_section2.on .content ._t::after{content:"";display:block;height:1px;background-color:#de7238;position:absolute;left:40px;bottom:0;width:calc(100% - 80px);width:-ms-calc(100% - 80px);width:-o-calc(100% - 80px);width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);}
}
@media(max-width:1600px){
    .cpxq_section2 .content ._t li{margin-right:12px;}
    .cpxq_section2 .content ._t li a{font-size:14px;line-height:34px;padding:0 14px;}
    .cpxq_section2 .content ._b{margin-bottom:30px;}
    .cpxq_section2 .content ._b li{padding-top:34px;}
    .cpxq_section2 .content ._b li .tits{font-size:18px;line-height:24px;padding-bottom:16px;padding-left:20px;margin-bottom:15px;}
    .cpxq_section2 .content ._b li .tits::after{width:3px;height:24px;}
    .cpxq_section2 .content ._b li .info{font-size:14px;line-height:26px;margin-bottom:16px;}
    .cpxq_section2 .content ._b li .img{margin-bottom:16px;}
    .cpxq_section2 .content .page{padding-top:18px;}
    .cpxq_section2 .content .page .left{width:calc(100% - 122px);width:-ms-calc(100% - 122px);width:-o-calc(100% - 122px);width:-moz-calc(100% - 122px);width:-webkit-calc(100% - 122px);}
    .cpxq_section2 .content .page .left a{font-size:14px;line-height:20px;}
    .cpxq_section2 .content .page .left a:first-child{margin-bottom:14px;}
    .cpxq_section2 .content .page .right{width:120px;}
    .cpxq_section2 .content .page .right a .ico{width:18px;height:18px;margin-right:12px;}
    .cpxq_section2 .content .page .right a .words{font-size:14px;line-height:34px;}
}
@media(max-width:1280px){
    .cpxq_section2 .content ._t li{margin-right:8px;}
    .cpxq_section2 .content ._t li a{font-size:12px;line-height:30px;padding:0 10px;}
    .cpxq_section2 .content ._b{margin-bottom:20px;}
    .cpxq_section2 .content ._b li{padding-top:32px;}
    .cpxq_section2 .content ._b li .tits{font-size:14px;line-height:20px;padding-bottom:14px;padding-left:14px;margin-bottom:12px;}
    .cpxq_section2 .content ._b li .tits::after{width:2px;height:20px;}
    .cpxq_section2 .content ._b li .info{font-size:12px;line-height:24px;margin-bottom:12px;}
    .cpxq_section2 .content ._b li .img{margin-bottom:12px;}
    .cpxq_section2 .content .page{padding-top:14px;}
    .cpxq_section2 .content .page .left{width:calc(100% - 102px);width:-ms-calc(100% - 102px);width:-o-calc(100% - 102px);width:-moz-calc(100% - 102px);width:-webkit-calc(100% - 102px);}
    .cpxq_section2 .content .page .left a{font-size:12px;line-height:18px;}
    .cpxq_section2 .content .page .left a:first-child{margin-bottom:12px;}
    .cpxq_section2 .content .page .right{width:100px;}
    .cpxq_section2 .content .page .right a .ico{width:14px;height:14px;margin-right:10px;}
    .cpxq_section2 .content .page .right a .words{font-size:12px;line-height:30px;}
}
@media(max-width:1024px){
    .cpxq_section2{width:100%;margin-bottom:30px;padding:0 20px;}
    .cpxq_section2 .content{padding:0 15px 15px 15px;}
    .cpxq_section2 .content ._t{border-bottom:1px solid #e5e5e5;display:none;}
    .cpxq_section2.on .content ._t{max-width:100%;padding:0 34px;}
    .cpxq_section2 .content ._t li{margin-right:8px;}
    .cpxq_section2 .content ._t li a{font-size:15px;line-height:30px;padding:0 14px;}
    .cpxq_section2 .content ._b{margin-bottom:14px;}
    .cpxq_section2 .content ._b li{padding-top:0;margin-bottom:14px;}
    .cpxq_section2 .content ._b li .tits{font-size:16px;line-height:20px;padding-bottom:14px;padding-left:12px;margin-bottom:14px;}
    .cpxq_section2 .content ._b li .tits::after{width:2px;height:20px;}
    .cpxq_section2 .content ._b li .info{font-size:14px;line-height:24px;margin-bottom:12px;}

    /*20211126start*/
    .cpxq_section2 .content ._b li .info table{white-space:nowrap;overflow:hidden;overflow-x:auto;scrollbar-width:thin;max-width:100%;width:100%;display:block;}
    .cpxq_section2 .content ._b li .info table::-webkit-scrollbar{height:3px;}
    .cpxq_section2 .content ._b li .info table::-webkit-scrollbar-track{background-color:#e5e5e5;border-radius:3px;}
    .cpxq_section2 .content ._b li .info table::-webkit-scrollbar-thumb{height:3px;background-color:#de7238;border-radius:3px;}
    .cpxq_section2 .content ._b li .info table thead{min-width:1000px!important;display:block;}
    .cpxq_section2 .content ._b li .info table tbody{min-width:1000px!important;display:block;}

    /*20211126end*/
    .cpxq_section2 .content ._b li .img{margin-bottom:12px;}
    .cpxq_section2 .content .page{padding-top:14px;}
    .cpxq_section2 .content .page .left{display:block;width:100%;}
    .cpxq_section2 .content .page .left a{font-size:14px;line-height:20px;}
    .cpxq_section2 .content .page .left a:first-child{margin-bottom:12px;}
    .cpxq_section2 .content .page .right{display:block;width:110px;margin:14px auto 0 auto;}
    .cpxq_section2 .content .page .right a .ico{margin-right:10px;}
    .cpxq_section2 .content .page .right a .words{font-size:14px;line-height:32px;}
    .cpxq_section2 .content ._b li .tits span{font-size:14px;}
}

/*产品详情模块3*/
.cpxq_section3{width:100%;margin-bottom:86px;}
.cpxq_section3 .content{width:100%;background-color:#fff;padding:60px 60px 74px 60px;}
.cpxq_section3 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;margin-bottom:26px;font-weight:bold;}
.cpxq_section3 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 40px auto;}
.cpxq_section3 .content .ul{margin:0 -10px;padding-bottom:85px;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.cpxq_section3 .content .ul::after{content:"";display:block;clear:both;}
.cpxq_section3 .content .ul .li{width:33.3333%;float:left;padding:20px 10px;height:auto;}
.cpxq_section3 .content .ul .li .a{display:block;width:100%;box-shadow:0 0 12px rgba(190,190,190,0.19);border:2px solid rgba(255,255,255,0);}
.cpxq_section3 .content .ul .li .a:hover{border-color:#dd753d;}
.cpxq_section3 .content .ul .li .a .pic{width:100%;padding-bottom:65.89%;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_section3 .content .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_section3 .content .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_section3 .content .ul .li .a .wordsbox{width:100%;padding:16px 50px 46px 50px;}
.cpxq_section3 .content .ul .li .a .wordsbox h2{font-size:24px;color:#222222;line-height:28px;margin-bottom:16px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section3 .content .ul .li .a .wordsbox h3{font-size:16px;color:#666666;line-height:20px;margin-bottom:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox{margin:0 -10px;overflow:hidden;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox .more{width:50%;float:left;padding:0 10px;}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs{width:100%;font-size:0;text-align:center;background-color:#de7238;}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs:hover{background-color:#336896;}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .ico{width:24px;height:24px;display:inline-block;vertical-align:middle;}
.cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:18px;color:#ffffff;line-height:48px;display:inline-block;vertical-align:middle;margin-left:8px;}
.cpxq_section3 .content .ul .slick-dots{position:absolute;bottom:7px;height:10px;text-align:center;}
.cpxq_section3 .content .ul .slick-dots li{vertical-align:top;width:10px;height:10px;margin:0 23px;background:#336896;}
.cpxq_section3 .content .ul .slick-dots li.slick-active{background:#de7238;}
.cpxq_section3 .content .ul .slick-prev{width:13px;height:24px;background:url(images/img97.png) no-repeat center center;background-size:cover;left:40%;top:auto;bottom:0;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);}
.cpxq_section3 .content .ul .slick-next{width:13px;height:24px;background:url(images/img98.png) no-repeat center center;background-size:cover;right:40%;top:auto;bottom:0;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);}
.cpxq_section3 .content .ul .slick-prev:hover,
.cpxq_section3 .content .ul .slick-next:hover{opacity:0.6;}
@media screen and (max-width:1600px){
    .cpxq_section3 .content .ul .slick-prev{left:36%;}
    .cpxq_section3 .content .ul .slick-next{right:36%;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:16px;line-height:40px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:36px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h2{font-size:18px;line-height:22px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h3{font-size:14px;line-height:20px;margin-bottom:24px;}
}
@media screen and (max-width:1400px){
    .cpxq_section3 .content{padding:40px 40px 54px 40px;}
    .cpxq_section3 .content .ul .slick-prev{left:32%;}
    .cpxq_section3 .content .ul .slick-next{right:32%;}
    .cpxq_section3 .content h2{font-size:38px;line-height:44px;margin-bottom:20px;}
    .cpxq_section3 .content .border{width:26px;margin:0 auto 30px auto;}
}
@media screen and (max-width:1600px){
    .cpxq_section3 .content h2{font-size:24px;line-height:28px;margin-bottom:34px;}
    .cpxq_section3 .content .border{width:40px;margin:0 auto 20px auto;}
    .cpxq_section3 .content .ul{margin:0 -12px;padding-bottom:70px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .cpxq_section3 .content .ul .li{padding:14px 12px;}
    .cpxq_section3 .content .ul .li .a .wordsbox{padding:40px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h2{font-size:18px;line-height:24px;margin-bottom:16px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h3{font-size:16px;line-height:20px;margin-bottom:20px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox{margin:0 -10px;width:calc(100% + 20px);width:-ms-calc(100% + 20px);width:-o-calc(100% + 20px);width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more{padding:0 14px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .ico{width:28px;height:28px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:34px;margin-left:10px;}
    .cpxq_section3 .content .ul .slick-dots{bottom:5px;height:8px;}
    .cpxq_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 10px;}
    .cpxq_section3 .content .ul .slick-prev{width:10px;height:19px;left:44%;}
    .cpxq_section3 .content .ul .slick-next{width:10px;height:19px;right:44%;}
}
@media screen and (max-width:1280px){
    .cpxq_section3 .content h2{font-size:18px;line-height:24px;margin-bottom:14px;}
    .cpxq_section3 .content .border{width:30px;margin:0 auto 14px auto;}
    .cpxq_section3 .content .ul{margin:0 -5px;padding-bottom:40px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .cpxq_section3 .content .ul .li{padding:14px 5px;}
    .cpxq_section3 .content .ul .li .a .wordsbox{padding:20px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h2{font-size:14px;line-height:18px;margin-bottom:12px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h3{font-size:12px;line-height:16px;margin-bottom:14px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox{margin:0 -4px;width:calc(100% + 8px);width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more{padding:0 4px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:30px;margin-left:4px;}
    .cpxq_section3 .content .ul .slick-dots{bottom:5px;height:8px;}
    .cpxq_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 5px;}
    .cpxq_section3 .content .ul .slick-prev{width:10px;height:19px;left:44%;}
    .cpxq_section3 .content .ul .slick-next{width:10px;height:19px;right:44%;}
}
@media screen and (max-width:1250px){
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{margin-left:4px;font-size:12px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox{margin:0 -4px;width:calc(100% + 8px);width:-ms-calc(100% + 8px);width:-o-calc(100% + 8px);width:-moz-calc(100% + 8px);width:-webkit-calc(100% + 8px);}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more{padding:0 4px;}
    .cpxq_section3 .content .ul .slick-prev{left:30%;}
    .cpxq_section3 .content .ul .slick-next{right:30%;}
}
@media screen and (max-width:1024px){
    .cpxq_section3{margin-bottom:30px;padding:0 20px;display:none;}
    .cpxq_section3 .content{padding:15px 15px 22px 15px;}
    .cpxq_section3 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .cpxq_section3 .content .border{width:26px;margin:0 auto 0 auto;}
    .cpxq_section3 .content .ul{margin:-5px;padding-bottom:6px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .cpxq_section3 .content .ul .li{width:50%;padding:20px 5px;}
    .cpxq_section3 .content .ul .li .a .wordsbox{padding:8px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .cpxq_section3 .content .ul .li .a .wordsbox h3{font-size:14px;line-height:18px;margin-bottom:12px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox{margin:-5px 0;width:100%;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more{width:100%;padding:5px 0;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .ico{width:20px;height:20px;}
    .cpxq_section3 .content .ul .li .a .wordsbox .morebox .more .boxs .words{font-size:14px;line-height:30px;margin-left:6px;}
    .cpxq_section3 .content .ul .slick-prev{width:0;height:0;opacity:0;}
    .cpxq_section3 .content .ul .slick-next{width:0;height:0;opacity:0;}
    .cpxq_section3 .content .ul .slick-dots{bottom:0px;height:8px;}
    .cpxq_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 6px;}
}

/*产品详情模块4*/
.cpxq_section4{width:100%;}
.cpxq_section4 .content{width:100%;position:relative;padding-top:28px;padding-bottom:30px;}
.cpxq_section4 .content .wordsbox1{width:100%;text-align:center;}
.cpxq_section4 .content .wordsbox1 .tit1{font-size:36px;color:#ffffff;line-height:40px;margin-bottom:24px;}
.cpxq_section4 .content .wordsbox1 .input{width:625px;margin:0 auto 26px auto;padding:0 12px;background-color:#fff;}
.cpxq_section4 .content .wordsbox1 .input input{width:100%;font-size:16px;color:#666666;height:48px;text-align:left;}
.cpxq_section4 .content .wordsbox1 .input input::-webkit-input-placeholder{font-size:16px;color:#666666;text-align:center;}
.cpxq_section4 .content .wordsbox1 .input input:-moz-placeholder{font-size:16px;color:#666666;text-align:center;}
.cpxq_section4 .content .wordsbox1 .input input::moz-placeholder{font-size:16px;color:#666666;text-align:center;}
.cpxq_section4 .content .wordsbox1 .input input:-ms-input-placeholder{font-size:16px;color:#666666;text-align:center;}
.cpxq_section4 .content .wordsbox1 button{width:187px;background-color:#de7238;height:45px;font-size:16px;color:#fff;display:block;margin:0 auto;}
.cpxq_section4 .content .wordsbox1 button:hover{background-color:#336896;}
.cpxq_section4 .content .wordsbox2{width:220px;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_section4 .content .wordsbox2 .tit1{font-size:36px;color:#ffffff;line-height:40px;margin-bottom:36px;}
.cpxq_section4 .content .wordsbox2 .tit2{font-size:18px;color:#ffffff;line-height:22px;}
@media screen and (max-width:1400px){
    .cpxq_section4 .content .wordsbox1 .tit1{font-size:30px;line-height:34px;margin-bottom:18px;}
    .cpxq_section4 .content .wordsbox1 .input{width:500px;margin:0 auto 18px auto;padding:0 10px;}
    .cpxq_section4 .content .wordsbox1 .input input{font-size:14px;height:40px;}
    .cpxq_section4 .content .wordsbox1 .input input::-webkit-input-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input:-moz-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input::moz-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input:-ms-input-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 button{width:160px;height:40px;font-size:14px;}
    .cpxq_section4 .content .wordsbox2{width:200px;}
    .cpxq_section4 .content .wordsbox2 .tit1{font-size:30px;line-height:34px;margin-bottom:26px;}
    .cpxq_section4 .content .wordsbox2 .tit2{font-size:16px;line-height:20px;}
}
@media screen and (max-width:1600px){
    .cpxq_section4 .content{padding-top:30px;padding-bottom:30px;}
    .cpxq_section4 .content .wordsbox1 .tit1{font-size:20px;line-height:30px;margin-bottom:18px;}
    .cpxq_section4 .content .wordsbox1 .input{width:500px;margin:0 auto 20px auto;padding:0 14px;}
    .cpxq_section4 .content .wordsbox1 .input input{font-size:16px;height:40px;}
    .cpxq_section4 .content .wordsbox1 .input input::-webkit-input-placeholder{font-size:16px;}
    .cpxq_section4 .content .wordsbox1 .input input:-moz-placeholder{font-size:16px;}
    .cpxq_section4 .content .wordsbox1 .input input::moz-placeholder{font-size:16px;}
    .cpxq_section4 .content .wordsbox1 .input input:-ms-input-placeholder{font-size:16px;}
    .cpxq_section4 .content .wordsbox1 button{width:160px;height:36px;font-size:14px;}
    .cpxq_section4 .content .wordsbox2 .tit1{font-size:20px;line-height:24px;margin-bottom:18px;}
    .cpxq_section4 .content .wordsbox2 .tit2{font-size:16px;line-height:20px;}
}
@media screen and (max-width:1280px){
    .cpxq_section4 .content{padding-top:20px;padding-bottom:20px;}
    .cpxq_section4 .content .wordsbox1 .tit1{font-size:14px;line-height:24px;margin-bottom:12px;}
    .cpxq_section4 .content .wordsbox1 .input{width:400px;margin:0 auto 12px auto;padding:0 10px;}
    .cpxq_section4 .content .wordsbox1 .input input{font-size:12px;height:30px;}
    .cpxq_section4 .content .wordsbox1 .input input::-webkit-input-placeholder{font-size:12px;}
    .cpxq_section4 .content .wordsbox1 .input input:-moz-placeholder{font-size:12px;}
    .cpxq_section4 .content .wordsbox1 .input input::moz-placeholder{font-size:12px;}
    .cpxq_section4 .content .wordsbox1 .input input:-ms-input-placeholder{font-size:12px;}
    .cpxq_section4 .content .wordsbox1 button{width:110px;height:32px;font-size:12px;}
    .cpxq_section4 .content .wordsbox2{width:180px;}
    .cpxq_section4 .content .wordsbox2 .tit1{font-size:18px;line-height:22px;margin-bottom:14px;}
    .cpxq_section4 .content .wordsbox2 .tit2{font-size:12px;line-height:18px;}
}
@media screen and (max-width:1024px){
    .cpxq_section4{padding:0 20px;display:none;}
    .cpxq_section4 .content{padding-top:20px;padding-bottom:20px;}
    .cpxq_section4 .content .wordsbox1 .tit1{font-size:18px;line-height:24px;margin-bottom:10px;}
    .cpxq_section4 .content .wordsbox1 .input{width:80%;margin:0 auto 10px auto;padding:0 10px;}
    .cpxq_section4 .content .wordsbox1 .input input{font-size:14px;height:34px;}
    .cpxq_section4 .content .wordsbox1 .input input::-webkit-input-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input:-moz-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input::moz-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 .input input:-ms-input-placeholder{font-size:14px;}
    .cpxq_section4 .content .wordsbox1 button{width:120px;height:34px;font-size:14px;}
    .cpxq_section4 .content .wordsbox2{width:100%;position:static;text-align:center;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);}
    .cpxq_section4 .content .wordsbox2 .tit1{font-size:18px;line-height:24px;margin-bottom:10px;margin-top:10px;}
    .cpxq_section4 .content .wordsbox2 .tit2{font-size:16px;line-height:20px;}
}

/*关于我们模块1*/
.cp_section1 .dateejbox{width:100%;overflow:hidden;margin-top:58px;}
.cp_section1 .dateejbox .dq_section{float:left;margin-top:0;width:auto;}
.cp_section1 .dateejbox .ej_navs{float:right;}
.cp_section1 .dateejbox .ej_navs .listbox{overflow:hidden;}
.cp_section1 .dateejbox .ej_navs .listbox .list{float:left;margin-left:52px;}
.cp_section1 .dateejbox .ej_navs .listbox .list:first-child{margin-left:0;}
.cp_section1 .dateejbox .ej_navs .listbox .list a{display:block;font-size:20px;color:#666666;line-height:24px;padding-bottom:16px;}
.cp_section1 .dateejbox .ej_navs .listbox .list:hover a,
.cp_section1 .dateejbox .ej_navs .listbox .list.on a{color:#de7238;font-weight:bold;border-bottom:2px solid #de7238;}
@media screen and (max-width:1400px){
    .cp_section1 .dateejbox .ej_navs .listbox .list{margin-left:20px;}
    .cp_section1 .dateejbox .ej_navs .listbox .list a{font-size:16px;line-height:20px;padding-bottom:10px;}
}
@media screen and (max-width:1600px){
    .cp_section1 .dateejbox{margin-top:34px;}
    .cp_section1 .dateejbox .ej_navs .listbox .list{margin-left:20px;}
    .cp_section1 .dateejbox .ej_navs .listbox .list a{font-size:14px;line-height:24px;padding-bottom:16px;}
}
@media screen and (max-width:1280px){
    .cp_section1 .dateejbox{margin-top:20px;}
    .cp_section1 .dateejbox .ej_navs .listbox .list{margin-left:12px;}
    .cp_section1 .dateejbox .ej_navs .listbox .list a{font-size:12px;line-height:20px;padding-bottom:12px;}
}
@media screen and (max-width:1024px){
    .cp_section1 .dateejbox{margin-top:0;}
    .cp_section1 .dateejbox .ej_navs{width:100%;margin-top:12px;display:none;}
    .cp_section1 .dateejbox .ej_navs .listbox{width:100%;white-space:nowrap;overflow:hidden;overflow-x:auto;scrollbar-width:thin;max-width:100%;font-size:0;}
    .cp_section1 .dateejbox .ej_navs .listbox::-webkit-scrollbar{display:none;}
    .cp_section1 .dateejbox .ej_navs .listbox .list{margin-left:0;margin-right:10px;float:none;display:inline-block;vertical-align:middle;}
    .cp_section1 .dateejbox .ej_navs .listbox .list:last-child{margin-right:0;}
    .cp_section1 .dateejbox .ej_navs .listbox .list a{font-size:16px;line-height:20px;padding-bottom:8px;}
    .cp_section1 .dateejbox .dq_section{width:100%;}
}

/*关于我们模块2*/
.gywm_section1{width:100%;}
.gywm_section1 .content{width:100%;padding:42px 60px 60px 60px;background-color:#fff;}
.gywm_section1 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;font-weight:bold;margin-bottom:26px;}
.gywm_section1 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 50px auto;}
.gywm_section1 .content .info{font-size:16px;color:#666666;line-height:36px;}
@media screen and (max-width:1400px){
    .gywm_section1 .content{padding:40px;}
}
@media screen and (max-width:1600px){
    .gywm_section1 .content h2{font-size:24px;line-height:28px;margin-bottom:20px;}
    .gywm_section1 .content .border{width:40px;margin:0 auto 20px auto;}
    .gywm_section1 .content .info{font-size:14px;line-height:30px;}
}
@media screen and (max-width:1280px){
    .gywm_section1 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section1 .content .border{width:30px;margin:0 auto 12px auto;}
    .gywm_section1 .content .info{font-size:12px;line-height:24px;}
}
@media screen and (max-width:1024px){
    .gywm_section1{padding:0 20px;}
    .gywm_section1 .content{padding:15px;}
    .gywm_section1 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section1 .content .border{width:26px;margin:0 auto 12px auto;}
    .gywm_section1 .content .info{font-size:14px;line-height:20px;}
}

/*关于我们模块3*/
.gywm_section2{width:100%;}
.gywm_section2 .content{width:100%;padding:0 60px 98px 60px;background-color:#fff;}
.gywm_section2 .content .cont{overflow:hidden;background-color:#de7238;padding:4px;font-size:0;}
.gywm_section2 .content .left{width:56.5%;display:inline-block;vertical-align:middle;}
.gywm_section2 .content .left .ul{width:100%;}
.gywm_section2 .content .left .ul .li{width:100%;height:auto;}
.gywm_section2 .content .left .ul .li .libox{width:100%;position:relative;}
.gywm_section2 .content .left .ul .li .libox .picbox{width:100%;height:629px;overflow:hidden;}
.gywm_section2 .content .left .ul .li .libox .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;}
.gywm_section2 .content .left .ul .li .libox: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);}
.gywm_section2 .content .left .ul .li .libox .ico{width:80px;height:80px;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%);}
.gywm_section2 .content .left .ul .slick-dots{position:absolute;bottom:66px;height:10px;text-align:center;}
.gywm_section2 .content .left .ul .slick-dots li{vertical-align:top;width:10px;height:10px;border-radius:10px;margin:0 6px;background:#fff;}
.gywm_section2 .content .left .ul .slick-dots li.slick-active{background:#de7238;width:22px;}
.gywm_section2 .content .right{width:43.3%;padding-left:68px;display:inline-block;vertical-align:middle;}
.gywm_section2 .content .right .info{font-size:18px;color:#ffffff;line-height:36px;}
@media screen and (max-width:1400px){
    .gywm_section2 .content{padding:0 40px 54px 40px;}
    .gywm_section2 .content .right .info{font-size:16px;line-height:30px;letter-spacing:0;}
}
@media screen and (max-width:1600px){
    .gywm_section2 .content .cont{padding:5px;}
    .gywm_section2 .content .left .ul .li .libox .picbox{height:490px;}
    .gywm_section2 .content .left .ul .li .libox .ico{width:40px;height:40px;}
    .gywm_section2 .content .left .ul .slick-dots{bottom:40px;height:10px;}
    .gywm_section2 .content .left .ul .slick-dots li{width:10px;height:10px;border-radius:10px;margin:0 6px;}
    .gywm_section2 .content .left .ul .slick-dots li.slick-active{width:20px;}
    .gywm_section2 .content .right{padding-left:20px;}
    .gywm_section2 .content .right .info{font-size:16px;line-height:30px;}
}
@media screen and (max-width:1280px){
    .gywm_section2 .content .cont{padding:3px;}
    .gywm_section2 .content .left .ul .li .libox .picbox{height:400px;}
    .gywm_section2 .content .left .ul .li .libox .ico{width:40px;height:40px;}
    .gywm_section2 .content .left .ul .slick-dots{bottom:30px;height:8px;}
    .gywm_section2 .content .left .ul .slick-dots li{width:8px;height:8px;border-radius:8px;margin:0 4px;}
    .gywm_section2 .content .left .ul .slick-dots li.slick-active{width:16px;}
    .gywm_section2 .content .right{padding-left:14px;}
    .gywm_section2 .content .right .info{font-size:14px;line-height:24px;}
}
@media screen and (max-width:1024px){
    .gywm_section2{padding:0 20px;}
    .gywm_section2 .content{padding:0 15px 20px 15px;}
    .gywm_section2 .content .left{width:100%;display:block;}
    .gywm_section2 .content .left .ul .li .libox .picbox{height:230px;}
    .gywm_section2 .content .left .ul .li .libox .ico{width:40px;height:40px;}
    .gywm_section2 .content .left .ul .slick-dots{bottom:12px;height:8px;}
    .gywm_section2 .content .left .ul .slick-dots li{width:8px;height:8px;border-radius:8px;margin:0 4px;}
    .gywm_section2 .content .left .ul .slick-dots li.slick-active{width:18px;}
    .gywm_section2 .content .right{width:100%;padding:12px 8px 10px 8px;}
    .gywm_section2 .content .right .info{font-size:14px;line-height:26px;letter-spacing:1px;}
}

/*关于我们模块4*/
.gywm_section3{width:100%;}
.gywm_section3 .content{width:100%;padding:0 60px 104px 60px;background-color:#fff;}
.gywm_section3 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;font-weight:bold;margin-bottom:26px;}
.gywm_section3 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 60px auto;}
.gywm_section3 .content .ul{margin:0 -12px;padding-bottom:84px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
.gywm_section3 .content .ul .li{height:auto;padding:12px;}
.gywm_section3 .content .ul .li a{display:block;border:2px solid #ebebeb;}
.gywm_section3 .content .ul .li a:hover{border-color:rgba(255,255,255,0);box-shadow:0 0 10px rgba(220,220,220,0.4);}
.gywm_section3 .content .ul .li a .pic{width:100%;padding-bottom:114.89%;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;}
.gywm_section3 .content .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;}
.gywm_section3 .content .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);}
.gywm_section3 .content .ul .slick-dots{position:absolute;bottom:7px;height:10px;text-align:center;}
.gywm_section3 .content .ul .slick-dots li{vertical-align:top;width:10px;height:10px;margin:0 23px;background:#336896;}
.gywm_section3 .content .ul .slick-dots li.slick-active{background:#de7238;}
.gywm_section3 .content .ul .slick-prev{width:13px;height:24px;background:url(images/img97.png) no-repeat center center;background-size:cover;left:38%;top:auto;bottom:0;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);}
.gywm_section3 .content .ul .slick-next{width:13px;height:24px;background:url(images/img98.png) no-repeat center center;background-size:cover;right:38%;top:auto;bottom:0;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);}
.gywm_section3 .content .ul .slick-prev:hover,
.gywm_section3 .content .ul .slick-next:hover{opacity:0.6;}
@media screen and (max-width:1600px){
    .gywm_section3 .content .ul .slick-prev{left:36%;}
    .gywm_section3 .content .ul .slick-next{right:36%;}
}
@media screen and (max-width:1400px){
    .gywm_section3 .content .ul .slick-prev{left:32%;}
    .gywm_section3 .content .ul .slick-next{right:32%;}
    .gywm_section3 .content{padding:0 40px 60px 40px;}
}
@media screen and (max-width:1600px){
    .gywm_section3 .content h2{font-size:24px;line-height:30px;margin-bottom:20px;}
    .gywm_section3 .content .border{width:40px;margin:0 auto 20px auto;}
    .gywm_section3 .content .ul{margin:0 -12px;padding-bottom:50px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .gywm_section3 .content .ul .li{padding:0 12px;}
    .gywm_section3 .content .ul .slick-dots{bottom:5px;height:8px;}
    .gywm_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 5px;}
    .gywm_section3 .content .ul .slick-prev{width:10px;height:20px;left:44%;}
    .gywm_section3 .content .ul .slick-next{width:10px;height:20px;right:44%;}
}
@media screen and (max-width:1280px){
    .gywm_section3 .content h2{font-size:18px;line-height:24px;margin-bottom:14px;}
    .gywm_section3 .content .border{width:30px;margin:0 auto 20px auto;}
    .gywm_section3 .content .ul{margin:0 -8px;padding-bottom:40px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .gywm_section3 .content .ul .li{padding:0 8px;}
    .gywm_section3 .content .ul .slick-dots{bottom:5px;height:8px;}
    .gywm_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 5px;}
    .gywm_section3 .content .ul .slick-prev{width:10px;height:20px;left:44%;}
    .gywm_section3 .content .ul .slick-next{width:10px;height:20px;right:44%;}
}
@media screen and (max-width:1024px){
    .gywm_section3{padding:0 20px;}
    .gywm_section3 .content{padding:0 15px 20px 15px;}
    .gywm_section3 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section3 .content .border{width:26px;margin:0 auto 12px auto;}
    .gywm_section3 .content .ul{margin:0 -5px;padding-bottom:22px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .gywm_section3 .content .ul .li{padding:0 5px;}
    .gywm_section3 .content .ul .slick-dots{bottom:0px;height:8px;}
    .gywm_section3 .content .ul .slick-dots li{width:8px;height:8px;margin:0 5px;}
    .gywm_section3 .content .ul .slick-prev{width:0;height:0;opacity:0;}
    .gywm_section3 .content .ul .slick-next{width:0;height:0;opacity:0;}
}

/*关于我们模块5*/
.gywm_section4{width:100%;}
.gywm_section4 .content{width:100%;padding:0 60px 96px 60px;background-color:#fff;}
.gywm_section4 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;font-weight:bold;margin-bottom:26px;}
.gywm_section4 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 58px auto;}
.gywm_section4 .content .slideOut{position:relative;overflow:hidden;}
.gywm_section4 .content .slide{width:100%;min-height:100px;position:relative;}
.gywm_section4 .content .slide .img{overflow:hidden;position:absolute;transition:width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;background:#fff;}
.gywm_section4 .content .slide .img 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%);}
.gywm_section4 .content .slide .img1{width:29.18%;height:79%;top:10.5%;left:0;z-index:1;}
.gywm_section4 .content .slide .img2{width:33.51%;height:90%;top:5%;left:13.51%;z-index:2;}
.gywm_section4 .content .slide .img3{width:37.16%;height:100%;top:0;left:31.42%;z-index:3;}
.gywm_section4 .content .slide .img4{width:33.51%;height:90%;top:5%;left:52.98%;z-index:2;}
.gywm_section4 .content .slide .img5{width:29.18%;height:79%;top:10.5%;left:70.82%;z-index:1;}
.gywm_section4 .content .butLeft{position:absolute;left:31.5%;top:50%;margin-top:-23px;width:17px;height:46px;background:url(images/img109.png) no-repeat center;background-size:cover;outline:0;z-index:4;}
.gywm_section4 .content .butRight{position:absolute;right:31.5%;top:50%;margin-top:-23px;width:17px;height:46px;background:url(images/img110.png) no-repeat center;background-size:cover;outline:0;z-index:4;}
.gywm_section4 .content .butLeft:hover,
.gywm_section4 .content .butRight:hover{opacity:0.6;}
.gywm_section4 .content .more{width:100%;margin-top:60px;}
.gywm_section4 .content .more a{display:block;width:148px;margin:0 auto;background-color:#de7238;font-size:16px;color:#ffffff;line-height:46px;text-align:center;}
.gywm_section4 .content .more a:hover{background-color:#336896;}
@media screen and (max-width:1400px){
    .gywm_section4 .content{padding:0 40px 60px 40px;}
}
@media screen and (max-width:1600px){
    .gywm_section4 .content h2{font-size:24px;line-height:28px;margin-bottom:20px;}
    .gywm_section4 .content .border{width:40px;margin:0 auto 20px auto;}
    .gywm_section4 .content .more{margin-top:30px;}
    .gywm_section4 .content .more a{width:140px;font-size:16px;line-height:34px;}
}
@media screen and (max-width:1280px){
    .gywm_section4 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section4 .content .border{width:30px;margin:0 auto 20px auto;}
    .gywm_section4 .content .more{margin-top:20px;}
    .gywm_section4 .content .more a{width:100px;font-size:12px;line-height:30px;}
}
@media screen and (max-width:1024px){
    .gywm_section4{padding:0 20px;}
    .gywm_section4 .content{padding:0 15px 20px 15px;}
    .gywm_section4 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section4 .content .border{width:26px;margin:0 auto 12px auto;}
    .gywm_section4 .content .slide .img1{left:-50%;}
    .gywm_section4 .content .slide .img2{width:36%;left:0%;}
    .gywm_section4 .content .slide .img3{width:46%;left:27%;}
    .gywm_section4 .content .slide .img4{width:36%;left:64%;}
    .gywm_section4 .content .slide .img5{left:100%;}
    .gywm_section4 .content .butLeft{width:0;height:0;opacity:0;}
    .gywm_section4 .content .butRight{width:0;height:0;opacity:0;}
    .gywm_section4 .content .more{margin-top:14px;}
    .gywm_section4 .content .more a{width:100px;font-size:14px;line-height:32px;}
}

/*关于我们模块6*/
.gywm_section5{width:100%;}
.gywm_section5 .content{width:100%;padding:0 60px 98px 60px;background-color:#fff;}
.gywm_section5 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;font-weight:bold;margin-bottom:26px;}
.gywm_section5 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 58px auto;}
.gywm_section5 .content .conts{width:100%;overflow:hidden;}
.gywm_section5 .content .conts .left{width:74.375%;float:left;padding-right:8px;}
.gywm_section5 .content .conts .left ._t{width:100%;overflow:hidden;margin-bottom:16px;}
.gywm_section5 .content .conts .left ._t .boxs1{width:66.38%;float:left;padding-right:8px;}
.gywm_section5 .content .conts .left ._t .picbox{width:100%;height:380px;overflow:hidden;}
.gywm_section5 .content .conts .left ._t .boxs1 .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;}
.gywm_section5 .content .conts .left ._t .boxs1:hover .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);}
.gywm_section5 .content .conts .left ._t .boxs2{width:33.62%;float:right;padding-left:8px;}
.gywm_section5 .content .conts .left ._t .boxs2 .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;}
.gywm_section5 .content .conts .left ._t .boxs2:hover .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);}
.gywm_section5 .content .conts .left ._b{width:100%;overflow:hidden;}
.gywm_section5 .content .conts .left ._b .boxs1{width:33.62%;float:left;padding-right:8px;}
.gywm_section5 .content .conts .left ._b .boxs1 .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;}
.gywm_section5 .content .conts .left ._b .boxs1:hover .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);}
.gywm_section5 .content .conts .left ._b .boxs2{width:66.38%;float:right;padding-left:8px;}
.gywm_section5 .content .conts .left ._b .picbox{width:100%;height:380px;overflow:hidden;}
.gywm_section5 .content .conts .left ._b .boxs2 .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;}
.gywm_section5 .content .conts .left ._b .boxs2:hover .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);}
.gywm_section5 .content .conts .right{width:25.625%;float:right;padding-left:8px;}
.gywm_section5 .content .conts .right .picbox{width:100%;height:776px;overflow:hidden;}
.gywm_section5 .content .conts .right .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;}
.gywm_section5 .content .conts .right: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);}
.gywm_section5 .content .more{width:100%;margin-top:60px;}
.gywm_section5 .content .more a{display:block;width:148px;margin:0 auto;background-color:#de7238;font-size:16px;color:#ffffff;line-height:46px;text-align:center;}
.gywm_section5 .content .more a:hover{background-color:#336896;}
@media screen and (max-width:1400px){
    .gywm_section5 .content{padding:0 40px 60px 40px;}
    .gywm_section5 .content .conts .left ._t .picbox{height:270px;}
    .gywm_section5 .content .conts .left ._b .picbox{height:270px;}
    .gywm_section5 .content .conts .right .picbox{height:556px;}
}
@media screen and (max-width:1600px){
    .gywm_section5 .content h2{font-size:24px;line-height:28px;margin-bottom:20px;}
    .gywm_section5 .content .border{width:40px;margin:0 auto 20px auto;}
    .gywm_section5 .content .conts .left ._t .picbox{height:280px;}
    .gywm_section5 .content .conts .left ._b .picbox{height:280px;}
    .gywm_section5 .content .conts .right .picbox{height:576px;}
    .gywm_section5 .content .more{margin-top:30px;}
    .gywm_section5 .content .more a{width:140px;font-size:16px;line-height:34px;}
}
@media screen and (max-width:1280px){
    .gywm_section5 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section5 .content .border{width:30px;margin:0 auto 20px auto;}
    .gywm_section5 .content .conts .left ._t .picbox{height:230px;}
    .gywm_section5 .content .conts .left ._b .picbox{height:230px;}
    .gywm_section5 .content .conts .right .picbox{height:476px;}
    .gywm_section5 .content .more{margin-top:20px;}
    .gywm_section5 .content .more a{width:110px;font-size:12px;line-height:30px;}
}
@media screen and (max-width:1024px){
    .gywm_section5{padding:0 20px;}
    .gywm_section5 .content{padding:0 15px 20px 15px;}
    .gywm_section5 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section5 .content .border{width:26px;margin:0 auto 12px auto;}
    .gywm_section5 .content .conts .left{width:100%;padding-bottom:10px;padding-right:0;}
    .gywm_section5 .content .conts .left ._t{margin-bottom:10px;}
    .gywm_section5 .content .conts .left ._t .boxs1{width:64%;padding-right:5px;}
    .gywm_section5 .content .conts .left ._t .picbox{height:100px;}
    .gywm_section5 .content .conts .left ._t .boxs2{width:36%;padding-left:5px;}
    .gywm_section5 .content .conts .left ._b .boxs1{width:36%;padding-right:5px;}
    .gywm_section5 .content .conts .left ._b .boxs2{width:64%;padding-left:5px;}
    .gywm_section5 .content .conts .left ._b .picbox{height:100px;}
    .gywm_section5 .content .conts .right{width:100%;padding-left:0;}
    .gywm_section5 .content .conts .right .picbox{height:120px;}
    .gywm_section5 .content .more{margin-top:14px;}
    .gywm_section5 .content .more a{width:100px;font-size:14px;line-height:32px;}
}

/*关于我们模块7*/
.gywm_section6{width:100%;margin-bottom:80px;}
.gywm_section6 .content{width:100%;padding:0 60px 78px 60px;background-color:#fff;}
.gywm_section6 .content h2{font-size:48px;color:#333333;line-height:52px;text-align:center;font-weight:bold;margin-bottom:26px;}
.gywm_section6 .content .border{width:36px;height:2px;background-color:#de7238;margin:0 auto 58px auto;}
.gywm_section6 .content .ul{margin:-14px -18px;width:calc(100% + 36px);width:-ms-calc(100% + 36px);width:-o-calc(100% + 36px);width:-moz-calc(100% + 36px);width:-webkit-calc(100% + 36px);}
.gywm_section6 .content .ul::after{content:"";display:block;clear:both;}
.gywm_section6 .content .ul .li{width:16.66666666666667%;float:left;padding:14px 18px;}
.gywm_section6 .content .ul .li a{display:block;width:100%;border:1px solid #eae8e8;}
.gywm_section6 .content .ul .li a:hover{border-color:rgba(255,255,255,0);box-shadow:0 0 16px rgba(200,200,200,0.4);}
.gywm_section6 .content .ul .li a .pic{width:100%;padding-bottom:37.38%;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;}
.gywm_section6 .content .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;}
.gywm_section6 .content .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);}
@media screen and (max-width:1400px){
    .gywm_section6 .content{padding:0 40px 60px 40px;}
}
@media screen and (max-width:1600px){
    .gywm_section6 .content h2{font-size:24px;line-height:28px;margin-bottom:20px;}
    .gywm_section6 .content .border{width:40px;margin:0 auto 20px auto;}
    .gywm_section6 .content .ul{margin:-12px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .gywm_section6 .content .ul .li{padding:12px;}
}
@media screen and (max-width:1280px){
    .gywm_section6 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section6 .content .border{width:30px;margin:0 auto 20px auto;}
    .gywm_section6 .content .ul{margin:-8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .gywm_section6 .content .ul .li{padding:8px;}
}
@media screen and (max-width:1024px){
    .gywm_section6{margin-bottom:30px;padding:0 20px;}
    .gywm_section6 .content{padding:0 15px 20px 15px;}
    .gywm_section6 .content h2{font-size:18px;line-height:24px;margin-bottom:12px;}
    .gywm_section6 .content .border{width:26px;margin:0 auto 12px auto;}
    .gywm_section6 .content .ul{margin:-5px;width:calc(100% + 10px);width:-ms-calc(100% + 10px);width:-o-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-webkit-calc(100% + 10px);}
    .gywm_section6 .content .ul .li{width:50%;padding:5px;}
}

/*企业相册*/
.qysc_section{width:100%;margin-bottom:80px;}
.qysc_section .content{width:100%;padding:50px 60px 80px 60px;background-color:#fff;}
.qysc_section .content ul{width:100%;margin:-16px 0;}
.qysc_section .content ul li{width:100%;padding:16px 0;}
.qysc_section .content ul li .libox{margin:0 -16px;overflow:hidden;width:calc(100% + 32px);width:-ms-calc(100% + 32px);width:-o-calc(100% + 32px);width:-moz-calc(100% + 32px);width:-webkit-calc(100% + 32px);}
.qysc_section .content ul li.l1 .libox .list{width:50%;}
.qysc_section .content ul li.l2 .libox .list{width:33.33333%;}
.qysc_section .content ul li .libox .list{padding:0 16px;float:left;}
.qysc_section .content ul li .libox .list a{display:block;width:100%;position:relative;}
.qysc_section .content ul li .libox .list a .pic{width:100%;padding-bottom:72.81%;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;}
.qysc_section .content ul li .libox .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;}
.qysc_section .content ul li .libox .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);}
.qysc_section .content ul li .libox .list a .wordsbox{width:100%;position:absolute;left:0;bottom:0;background-color:rgba(222,114,56,0.83);padding:58px 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;}
.qysc_section .content ul li .libox .list a:hover .wordsbox{opacity:1;}
.qysc_section .content ul li .libox .list a .wordsbox .tit1{font-size:18px;color:#ffffff;line-height:22px;text-align:center;margin-bottom:14px;}
.qysc_section .content ul li .libox .list a .wordsbox .tit2{font-size:18px;color:#ffffff;line-height:22px;text-align:center;margin-bottom:14px;font-weight:bold;}
.qysc_section .content ul li .libox .list a .wordsbox .tit3{font-size:18px;color:#ffffff;line-height:22px;text-align:center;margin-bottom:14px;}
.qysc_section .content ul li.l2 .libox .list a .wordsbox{padding:20px 6px;}
.qysc_section .content ul li.l2 .libox .list a .wordsbox .tit1{font-size:16px;line-height:20px;margin-bottom:10px;}
.qysc_section .content ul li.l2 .libox .list a .wordsbox .tit2{font-size:16px;line-height:20px;margin-bottom:10px;}
.qysc_section .content ul li.l2 .libox .list a .wordsbox .tit3{font-size:16px;line-height:20px;margin-bottom:10px;}
@media screen and (max-width:1400px){
    .qysc_section .content{padding:40px 40px 60px 40px;}
    .qysc_section .content ul li .libox .list a .wordsbox{padding:30px 6px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit1{font-size:16px;line-height:20px;margin-bottom:10px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit2{font-size:16px;line-height:20px;margin-bottom:10px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit3{font-size:16px;line-height:20px;margin-bottom:10px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox{padding:14px 4px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit1{font-size:14px;line-height:18px;margin-bottom:6px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit2{font-size:14px;line-height:18px;margin-bottom:6px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit3{font-size:14px;line-height:18px;margin-bottom:6px;}
}
@media screen and (max-width:1600px){
    .qysc_section .content ul{margin:-12px 0;}
    .qysc_section .content ul li{padding:12px 0;}
    .qysc_section .content ul li .libox{margin:0 -12px;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .qysc_section .content ul li .libox .list{padding:0 12px;}
    .qysc_section .content ul li .libox .list a .wordsbox{padding:24px 10px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit1{font-size:16px;line-height:20px;margin-bottom:12px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit2{font-size:16px;line-height:20px;margin-bottom:12px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit3{font-size:16px;line-height:20px;margin-bottom:12px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox{padding:24px 10px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit1{font-size:14px;line-height:20px;margin-bottom:10px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit2{font-size:14px;line-height:20px;margin-bottom:10px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit3{font-size:14px;line-height:20px;margin-bottom:10px;}
}
@media screen and (max-width:1280px){
    .qysc_section .content ul{margin:-16px 0;}
    .qysc_section .content ul li{padding:8px 0;}
    .qysc_section .content ul li .libox{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .qysc_section .content ul li .libox .list{padding:0 8px;}
    .qysc_section .content ul li .libox .list a .wordsbox{padding:20px 8px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit1{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit2{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit3{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox{padding:20px 6px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit1{font-size:12px;line-height:16px;margin-bottom:6px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit2{font-size:12px;line-height:16px;margin-bottom:6px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit3{font-size:12px;line-height:16px;margin-bottom:6px;}
}
@media screen and (max-width:1024px){
    .qysc_section{margin-bottom:30px;padding:0 20px;}
    .qysc_section .content{padding:15px 15px 8px 15px;}
    .qysc_section .content ul{margin:0;}
    .qysc_section .content ul li{padding:0;}
    .qysc_section .content ul li .libox{margin:0;width:100%;}
    .qysc_section .content ul li.l1 .libox .list{width:100%;}
    .qysc_section .content ul li.l2 .libox .list{width:100%;}
    .qysc_section .content ul li .libox .list{padding:0;margin-bottom:12px;}
    .qysc_section .content ul li .libox .list a .wordsbox{padding:12px 4px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit1{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit2{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li .libox .list a .wordsbox .tit3{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox{padding:12px 4px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit1{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit2{font-size:14px;line-height:18px;margin-bottom:8px;}
    .qysc_section .content ul li.l2 .libox .list a .wordsbox .tit3{font-size:14px;line-height:18px;margin-bottom:8px;}
}



/*新闻*/
.xw_section{width:100%;margin-bottom:90px;}
.xw_section .content{width:100%;background-color:#fff;padding:60px 60px 70px 60px;}
.xw_section .content .top{width:100%;margin-bottom:94px;}
.xw_section .content .top ul{margin:0 -20px;overflow:hidden;width:calc(100% + 40px);width:-ms-calc(100% + 40px);width:-o-calc(100% + 40px);width:-moz-calc(100% + 40px);width:-webkit-calc(100% + 40px);}
.xw_section .content .top ul li{width:50%;float:left;padding:0 20px;}
.xw_section .content .top ul li a{display:block;width:100%;}
.xw_section .content .top ul li a .pic{width:100%;padding-bottom:70.58%;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 .top 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 .top 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 .top ul li a .wordsbox{width:100%;padding:42px 12px 0 12px;}
.xw_section .content .top ul li a .wordsbox h3{font-size:24px;color:#333333;line-height:28px;font-weight:bold;margin-bottom:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .top ul li a:hover .wordsbox h3{color:#ed6b22;}
.xw_section .content .top ul li a .wordsbox .info{font-size:16px;color:#666666;line-height:30px;margin-bottom:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content .top ul li a .wordsbox .date{font-size:16px;color:#666666;line-height:30px;}
.xw_section .content .top ul li a .wordsbox .date span{font-weight:bold;font-size:28px;}
.xw_section .content .bottom{width:100%;margin-bottom:78px;}
.xw_section .content .bottom ul{width:100%;}
.xw_section .content .bottom ul li{width:100%;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dddddd;}
.xw_section .content .bottom ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}
.xw_section .content .bottom ul li a{display:block;width:100%;overflow:hidden;font-size:0;}
.xw_section .content .bottom ul li a .left{width:391px;display:inline-block;vertical-align:middle;height:276px;overflow:hidden;}
.xw_section .content .bottom ul li a .left .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;}
.xw_section .content .bottom ul li a:hover .left .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);}
.xw_section .content .bottom ul li a .right{display:inline-block;vertical-align:middle;width:calc(100% - 394px);width:-ms-calc(100% - 394px);width:-o-calc(100% - 394px);width:-moz-calc(100% - 394px);width:-webkit-calc(100% - 394px);}
.xw_section .content .bottom ul li a .right .wordsbox{width:100%;padding-left:66px;}
.xw_section .content .bottom ul li a .right .wordsbox .tit{font-size:24px;color:#333333;line-height:28px;margin-bottom:30px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content .bottom ul li a:hover .right .wordsbox .tit{color:#ed6b22;}
.xw_section .content .bottom ul li a .right .wordsbox .tit2{font-size:16px;color:#666666;line-height:30px;margin-bottom:38px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content .bottom ul li a .right .wordsbox .date{font-size:16px;color:#666666;line-height:30px;}
.xw_section .content .bottom ul li a .right .wordsbox .date span{font-size:28px;font-weight:bold;}
.xw_section .content .page{width:100%;overflow:hidden;}
.xw_section .content .page .boxs{float:left;font-size:0;text-align:center;width:calc(100% - 200px);width:-ms-calc(100% - 200px);width:-o-calc(100% - 200px);width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);}
.xw_section .content .page .boxs a{display:inline-block;vertical-align:middle;width:36px;height:36px;margin:0 5px;font-size:18px;color:#666666;line-height:36px;}
.xw_section .content .page .boxs a.on,
.xw_section .content .page .boxs a:hover{background-color:#ed6b22;color:#fff;}
.xw_section .content .page .pas{float:left;width:100px;}
.xw_section .content .page .pas a{display:block;font-size:0;}
.xw_section .content .page .pas a .ico{width:10px;height:10px;display:inline-block;vertical-align:middle;}
.xw_section .content .page .pas a .words{font-size:16px;color:#000000;line-height:36px;display:inline-block;vertical-align:middle;}
.xw_section .content .page .pas a:hover .words{color:#ed6b22;}
.xw_section .content .page .pas.prev{padding-left:10px;}
.xw_section .content .page .pas.prev a .ico{border-left:2px solid #000;border-top:2px solid #000;margin-right:18px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.xw_section .content .page .pas.next{padding-right:10px;text-align:right;}
.xw_section .content .page .pas.next a .ico{border-right:2px solid #000;border-top:2px solid #000;margin-left:18px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.xw_section .content .page .pas a:hover .ico{border-color:#ed6b22;}
@media screen and (max-width:1400px){
    .xw_section .content{padding:40px 40px 50px 40px;}
}
@media screen and (max-width:1600px){
    .xw_section .content .top{margin-bottom:40px;}
    .xw_section .content .top ul{margin:0 -15px;width:calc(100% + 30px);width:-ms-calc(100% + 30px);width:-o-calc(100% + 30px);width:-moz-calc(100% + 30px);width:-webkit-calc(100% + 30px);}
    .xw_section .content .top ul li{padding:0 15px;}
    .xw_section .content .top ul li a .wordsbox{padding:20px 16px 0 16px;}
    .xw_section .content .top ul li a .wordsbox h3{font-size:18px;line-height:24px;margin-bottom:16px;}
    .xw_section .content .top ul li a .wordsbox .info{font-size:14px;line-height:20px;margin-bottom:16px;}
    .xw_section .content .top ul li a .wordsbox .date{font-size:14px;line-height:20px;}
    .xw_section .content .top ul li a .wordsbox .date span{font-size:16px;}
    .xw_section .content .bottom{margin-bottom:40px;}
    .xw_section .content .bottom ul li{padding-bottom:16px;margin-bottom:16px;}
    .xw_section .content .bottom ul li a .left{width:320px;height:220px;}
    .xw_section .content .bottom ul li a .right{width:calc(100% - 324px);width:-ms-calc(100% - 324px);width:-o-calc(100% - 324px);width:-moz-calc(100% - 324px);width:-webkit-calc(100% - 324px);}
    .xw_section .content .bottom ul li a .right .wordsbox{padding-left:40px;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit{font-size:20px;line-height:28px;margin-bottom:20px;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit2{font-size:16px;line-height:24px;margin-bottom:20px;}
    .xw_section .content .bottom ul li a .right .wordsbox .date{font-size:16px;line-height:24px;}
    .xw_section .content .bottom ul li a .right .wordsbox .date span{font-size:18px;}
    .xw_section .content .page .boxs{width:calc(100% - 200px);width:-ms-calc(100% - 200px);width:-o-calc(100% - 200px);width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);}
    .xw_section .content .page .boxs a{width:30px;height:30px;margin:0 6px;font-size:14px;line-height:30px;}
    .xw_section .content .page .pas{width:80px;}
    .xw_section .content .page .pas a .ico{width:8px;height:8px;}
    .xw_section .content .page .pas a .words{font-size:14px;line-height:30px;}
    .xw_section .content .page .pas.prev a .ico{margin-right:14px;}
    .xw_section .content .page .pas.next a .ico{margin-left:14px;}
}
@media screen and (max-width:1280px){
    .xw_section .content .top{margin-bottom:30px;}
    .xw_section .content .top ul{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
    .xw_section .content .top ul li{padding:0 8px;}
    .xw_section .content .top ul li a .wordsbox{padding:12px 10px 0 10px;}
    .xw_section .content .top ul li a .wordsbox h3{font-size:14px;line-height:18px;margin-bottom:12px;}
    .xw_section .content .top ul li a .wordsbox .info{font-size:12px;line-height:16px;margin-bottom:12px;}
    .xw_section .content .top ul li a .wordsbox .date{font-size:12px;line-height:16px;}
    .xw_section .content .top ul li a .wordsbox .date span{font-size:14px;}
    .xw_section .content .bottom{margin-bottom:30px;}
    .xw_section .content .bottom ul li{padding-bottom:12px;margin-bottom:12px;}
    .xw_section .content .bottom ul li a .left{width:280px;height:200px;}
    .xw_section .content .bottom ul li a .right{width:calc(100% - 284px);width:-ms-calc(100% - 284px);width:-o-calc(100% - 284px);width:-moz-calc(100% - 284px);width:-webkit-calc(100% - 284px);}
    .xw_section .content .bottom ul li a .right .wordsbox{padding-left:20px;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit{font-size:14px;line-height:18px;margin-bottom:12px;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit2{font-size:12px;line-height:16px;margin-bottom:12px;}
    .xw_section .content .bottom ul li a .right .wordsbox .date{font-size:12px;line-height:16px;}
    .xw_section .content .bottom ul li a .right .wordsbox .date span{font-size:14px;}
    .xw_section .content .page .boxs{width:calc(100% - 200px);width:-ms-calc(100% - 200px);width:-o-calc(100% - 200px);width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);}
    .xw_section .content .page .boxs a{width:26px;height:26px;margin:0 4px;font-size:12px;line-height:26px;}
    .xw_section .content .page .pas{width:70px;}
    .xw_section .content .page .pas a .ico{width:6px;height:6px;}
    .xw_section .content .page .pas a .words{font-size:12px;line-height:26px;}
    .xw_section .content .page .pas.prev a .ico{margin-right:10px;}
    .xw_section .content .page .pas.next a .ico{margin-left:10px;}
}
@media screen and (max-width:1024px){
    .xw_section{margin-bottom:30px;padding:0 20px;}
    .xw_section .content{padding:15px 15px 20px 15px;}
    .xw_section .content .top{margin-bottom:0;}
    .xw_section .content .top ul{margin:0;width:100%;}
    .xw_section .content .top ul li{width:100%;padding:0;margin-bottom:12px;}
    .xw_section .content .top ul li a{display:block;width:100%;}
    .xw_section .content .top ul li a .wordsbox{padding:10px 10px 0 10px;}
    .xw_section .content .top ul li a .wordsbox h3{font-size:16px;line-height:20px;margin-bottom:10px;}
    .xw_section .content .top ul li a .wordsbox .info{font-size:14px;line-height:24px;margin-bottom:10px;}
    .xw_section .content .top ul li a .wordsbox .date{font-size:14px;line-height:20px;}
    .xw_section .content .top ul li a .wordsbox .date span{font-size:18px;}
    .xw_section .content .bottom{margin-bottom:14px;}
    .xw_section .content .bottom ul li{padding-bottom:12px;margin-bottom:12px;}
    .xw_section .content .bottom ul li a .left{width:140px;height:100px;}
    .xw_section .content .bottom ul li a .right{width:calc(100% - 142px);width:-ms-calc(100% - 142px);width:-o-calc(100% - 142px);width:-moz-calc(100% - 142px);width:-webkit-calc(100% - 142px);}
    .xw_section .content .bottom ul li a .right .wordsbox{padding-left:10px;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit{font-size:16px;line-height:20px;margin-bottom:8px;letter-spacing:0;}
    .xw_section .content .bottom ul li a .right .wordsbox .tit2{font-size:14px;line-height:20px;margin-bottom:8px;letter-spacing:0;}
    .xw_section .content .bottom ul li a .right .wordsbox .date{font-size:14px;line-height:20px;letter-spacing:0;}
    .xw_section .content .bottom ul li a .right .wordsbox .date span{font-size:18px;}
    .xw_section .content .page .boxs{width:calc(100% - 128px);width:-ms-calc(100% - 128px);width:-o-calc(100% - 128px);width:-moz-calc(100% - 128px);width:-webkit-calc(100% - 128px);}
    .xw_section .content .page .boxs a{width:26px;height:26px;margin:0 4px;font-size:14px;line-height:26px;}
    .xw_section .content .page .pas{width:64px;}
    .xw_section .content .page .pas a .ico{width:10px;height:10px;}
    .xw_section .content .page .pas a .words{font-size:12px;line-height:26px;}
    .xw_section .content .page .pas.prev{padding-left:6px;}
    .xw_section .content .page .pas.prev a .ico{margin-right:8px;}
    .xw_section .content .page .pas.next{padding-right:6px;}
    .xw_section .content .page .pas.next a .ico{margin-left:8px;}
}

/*新闻详情*/
.xwxq_section{width:100%;margin-bottom:80px;}
.xwxq_section .content{width:100%;overflow:hidden;position:relative;padding:36px 36px 80px 60px;background-color:#fff;}
.xwxq_section .content::after{content:"";display:block;width:28.31%;height:100%;background-color:#f8f8fd;position:absolute;right:0;top:0;z-index:2;}
.xwxq_section .content .left{width:71.69%;float:left;padding-right:70px;}
.xwxq_section .content .left h2{font-size:30px;color:#333333;line-height:34px;margin-bottom:32px;}
.xwxq_section .content .left .con{width:100%;overflow:hidden;margin-bottom:28px;}
.xwxq_section .content .left .con .boxs{float:left;font-size:16px;color:#666666;line-height:20px;margin-right:142px;}
.xwxq_section .content .left .con .boxs:last-child{margin-right:0;}
.xwxq_section .content .left .info{width:100%;padding-top:44px;padding-bottom:74px;font-size:16px;color:#666666;line-height:30px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;}
.xwxq_section .content .left .info img{    /*width: 100%;
    display: block;*/}
    .xwxq_section .content .left .page{width:100%;overflow:hidden;margin-top:54px;}
    .xwxq_section .content .left .page .pages{float:left;width:calc(100% - 156px);width:-ms-calc(100% - 156px);width:-o-calc(100% - 156px);width:-moz-calc(100% - 156px);width:-webkit-calc(100% - 156px);}
    .xwxq_section .content .left .page .pages a{display:block;width:100%;font-size:16px;color:#666666;line-height:20px;}
    .xwxq_section .content .left .page .pages a:hover{color:#de7238;}
    .xwxq_section .content .left .page .pages a:last-child{margin-top:32px;}
    .xwxq_section .content .left .page .fh{width:154px;float:left;margin-top:13.5px;}
    .xwxq_section .content .left .page .fh a{display:block;width:100%;background-color:#de7238;font-size:0;text-align:center;}
    .xwxq_section .content .left .page .fh a:hover{opacity:0.6;}
    .xwxq_section .content .left .page .fh a .ico{width:14px;height:12px;display:inline-block;vertical-align:middle;margin-right:18px;}
    .xwxq_section .content .left .page .fh a .words{font-size:16px;color:#ffffff;line-height:45px;display:inline-block;vertical-align:middle;}
    .xwxq_section .content .right{width:28.31%;float:right;position:relative;z-index:3;padding-left:32px;}
    .xwxq_section .content .right h2{font-size:30px;color:#333333;line-height:34px;margin-bottom:32px;}
    .xwxq_section .content .right .border{width:100%;height:1px;background-color:#acacad;position:relative;margin-bottom:28px;margin-bottom:28px;}
    .xwxq_section .content .right .border::after{content:"";display:block;width:138px;height:2px;background-color:#de7238;position:absolute;left:0;bottom:0;}
    .xwxq_section .content .right .ul1{width:100%;margin-bottom:58px;}
    .xwxq_section .content .right .ul1 li{width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #dddddd;}
    .xwxq_section .content .right .ul1 li:last-child{margin-bottom:0;}
    .xwxq_section .content .right .ul1 li a{display:block;width:100%;overflow:hidden;}
    .xwxq_section .content .right .ul1 li a .picbox{width:39.74%;float:left;height:110px;}
    .xwxq_section .content .right .ul1 li a .picbox .pic{width:100%;height:100%;}
    .xwxq_section .content .right .ul1 li a .wordsbox{width:60.26%;float:left;padding-left:22px;padding-right:20px;}
    .xwxq_section .content .right .ul1 li a .wordsbox .tit{font-size:18px;color:#333333;line-height:30px;margin-bottom:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
    .xwxq_section .content .right .ul1 li a:hover .wordsbox .tit{color:#de7238;}
    .xwxq_section .content .right .ul1 li a .wordsbox .date{font-size:16px;color:#666666;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
    .xwxq_section .content .right .ul2{width:100%;}
    .xwxq_section .content .right .ul2 li{width:100%;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #dddddd;}
    .xwxq_section .content .right .ul2 li:last-child{margin-bottom:0;}
    .xwxq_section .content .right .ul2 li .tit1{font-size:18px;color:#333333;line-height:22px;margin-bottom:24px;padding-left:20px;position:relative;}
    .xwxq_section .content .right .ul2 li:hover .tit1{color:#de7238;}
    .xwxq_section .content .right .ul2 li .tit1::after{content:"";display:block;width:6px;height:6px;background-color:#333333;position:absolute;left:0;top:9px;border-radius:100%;}
    .xwxq_section .content .right .ul2 li:hover .tit1::after{background-color:#de7238;}
    .xwxq_section .content .right .ul2 li .tit2{font-size:16px;color:#666666;line-height:20px;padding-left:20px;}
    @media screen and (max-width:1400px){
        .xwxq_section .content{padding:30px 40px 50px 40px;}
        .xwxq_section .content .right .ul1 li a .picbox{height:80px;}
        .xwxq_section .content .right .ul1 li a .wordsbox{padding-left:10px;padding-right:12px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .tit{font-size:14px;line-height:18px;margin-bottom:12px;}
    }
    @media screen and (max-width:1600px){
        .xwxq_section .content .left{padding-right:40px;}
        .xwxq_section .content .left h2{font-size:24px;line-height:28px;margin-bottom:20px;}
        .xwxq_section .content .left .con{margin-bottom:20px;}
        .xwxq_section .content .left .con .boxs{font-size:15px;line-height:22px;margin-right:30px;}
        .xwxq_section .content .left .info{padding-top:26px;padding-bottom:26px;font-size:14px;line-height:24px;}
        .xwxq_section .content .left .page{margin-top:30px;}
        .xwxq_section .content .left .page .pages{width:calc(100% - 142px);width:-ms-calc(100% - 142px);width:-o-calc(100% - 142px);width:-moz-calc(100% - 142px);width:-webkit-calc(100% - 142px);}
        .xwxq_section .content .left .page .pages a{font-size:14px;line-height:20px;}
        .xwxq_section .content .left .page .pages a:last-child{margin-top:16px;}
        .xwxq_section .content .left .page .fh{width:140px;margin-top:15px;}
        .xwxq_section .content .left .page .fh a .ico{margin-right:12px;}
        .xwxq_section .content .left .page .fh a .words{font-size:14px;line-height:36px;}
        .xwxq_section .content .right{padding-left:50px;}
        .xwxq_section .content .right h2{font-size:24px;line-height:28px;margin-bottom:20px;}
        .xwxq_section .content .right .border{margin-bottom:20px;}
        .xwxq_section .content .right .border::after{width:100px;}
        .xwxq_section .content .right .ul1{margin-bottom:16px;}
        .xwxq_section .content .right .ul1 li{margin-bottom:16px;padding-bottom:16px;}
        .xwxq_section .content .right .ul1 li a .picbox{height:80px;}
        .xwxq_section .content .right .ul1 li a .wordsbox{padding-left:12px;padding-right:14px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .tit{font-size:16px;line-height:20px;margin-bottom:12px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .date{font-size:14px;line-height:20px;}
        .xwxq_section .content .right .ul2 li{padding-bottom:14px;margin-bottom:14px;}
        .xwxq_section .content .right .ul2 li .tit1{font-size:16px;line-height:20px;margin-bottom:12px;padding-left:20px;}
        .xwxq_section .content .right .ul2 li .tit1::after{top:8px;}
        .xwxq_section .content .right .ul2 li .tit2{font-size:14px;line-height:20px;padding-left:16px;}
    }
    @media screen and (max-width:1280px){
        .xwxq_section .content .left{padding-right:30px;}
        .xwxq_section .content .left h2{font-size:16px;line-height:22px;margin-bottom:14px;}
        .xwxq_section .content .left .con{margin-bottom:12px;}
        .xwxq_section .content .left .con .boxs{font-size:12px;line-height:18px;margin-right:20px;}
        .xwxq_section .content .left .info{padding-top:20px;padding-bottom:20px;font-size:12px;line-height:22px;}
        .xwxq_section .content .left .page{margin-top:20px;}
        .xwxq_section .content .left .page .pages{width:calc(100% - 102px);width:-ms-calc(100% - 102px);width:-o-calc(100% - 102px);width:-moz-calc(100% - 102px);width:-webkit-calc(100% - 102px);}
        .xwxq_section .content .left .page .pages a{font-size:12px;line-height:18px;}
        .xwxq_section .content .left .page .pages a:last-child{margin-top:14px;}
        .xwxq_section .content .left .page .fh{width:100px;margin-top:13.5px;}
        .xwxq_section .content .left .page .fh a .ico{margin-right:8px;}
        .xwxq_section .content .left .page .fh a .words{font-size:12px;line-height:32px;}
        .xwxq_section .content .right{padding-left:40px;}
        .xwxq_section .content .right h2{font-size:18px;line-height:24px;margin-bottom:12px;}
        .xwxq_section .content .right .border{margin-bottom:14px;}
        .xwxq_section .content .right .border::after{width:80px;}
        .xwxq_section .content .right .ul1{margin-bottom:12px;}
        .xwxq_section .content .right .ul1 li{margin-bottom:12px;padding-bottom:12px;}
        .xwxq_section .content .right .ul1 li a .picbox{height:70px;}
        .xwxq_section .content .right .ul1 li a .wordsbox{padding-left:8px;padding-right:10px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .tit{font-size:14px;line-height:18px;margin-bottom:10px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .date{font-size:12px;line-height:18px;}
        .xwxq_section .content .right .ul2 li{padding-bottom:12px;margin-bottom:12px;}
        .xwxq_section .content .right .ul2 li .tit1{font-size:14px;line-height:18px;margin-bottom:10px;padding-left:14px;}
        .xwxq_section .content .right .ul2 li .tit1::after{top:5px;}
        .xwxq_section .content .right .ul2 li .tit2{font-size:12px;line-height:16px;padding-left:14px;}
    }
    @media screen and (max-width:1024px){
        .xwxq_section{margin-bottom:30px;padding:0 20px;}
        .xwxq_section .content{padding:15px 15px 20px 15px;}
        .xwxq_section .content::after{display:none;}
        .xwxq_section .content .left{width:100%;padding-right:0;margin-bottom:0;}
        .xwxq_section .content .left h2{font-size:18px;line-height:24px;margin-bottom:12px;}
        .xwxq_section .content .left .con{margin-bottom:12px;}
        .xwxq_section .content .left .con .boxs{font-size:14px;line-height:24px;margin-right:10px;}
        .xwxq_section .content .left .info{padding-top:14px;padding-bottom:14px;font-size:14px;line-height:24px;}
        .xwxq_section .content .left .page{margin-top:14px;}
        .xwxq_section .content .left .page .pages{width:100%;}
        .xwxq_section .content .left .page .pages a{font-size:14px;line-height:18px;}
        .xwxq_section .content .left .page .pages a:last-child{margin-top:10px;}
        .xwxq_section .content .left .page .fh{width:120px;margin-top:14px;}
        .xwxq_section .content .left .page .fh a .ico{margin-right:9px;}
        .xwxq_section .content .left .page .fh a .words{font-size:14px;line-height:34px;}
        .xwxq_section .content .right{width:100%;padding-left:0;display:none;}
        .xwxq_section .content .right h2{font-size:18px;line-height:24px;margin-bottom:12px;}
        .xwxq_section .content .right .border{margin-bottom:12px;}
        .xwxq_section .content .right .border::after{width:80px;}
        .xwxq_section .content .right .ul1{margin-bottom:12px;}
        .xwxq_section .content .right .ul1 li{margin-bottom:10px;padding-bottom:10px;}
        .xwxq_section .content .right .ul1 li a .picbox{width:40%;height:90px;}
        .xwxq_section .content .right .ul1 li a .wordsbox{width:60%;padding-left:8px;padding-right:0;}
        .xwxq_section .content .right .ul1 li a .wordsbox .tit{font-size:14px;line-height:18px;margin-bottom:10px;margin-top:14px;}
        .xwxq_section .content .right .ul1 li a .wordsbox .date{font-size:12px;line-height:16px;}
        .xwxq_section .content .right .ul2 li{padding-bottom:10px;margin-bottom:10px;}
        .xwxq_section .content .right .ul2 li .tit1{font-size:14px;line-height:18px;margin-bottom:10px;padding-left:14px;}
        .xwxq_section .content .right .ul2 li .tit1::after{width:4px;height:4px;top:7px;}
        .xwxq_section .content .right .ul2 li .tit2{font-size:12px;line-height:16px;padding-left:14px;}
    }

    /*留言表单*/
    .lybd_section{width:100%;height:100vh;background-color:rgba(0,0,0,0.57);position:fixed;left:0;top:0;z-index:20;display:none;}
    .lybd_section.on{display:block;}
    .lybd_section .tc_con{width:100%;height:100%;position:relative;}
    .lybd_section .tc_con .boxs{width:595px;background-color:#fff;padding:64px 40px 60px 34px;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%);}
    .lybd_section .tc_con .boxs .none{width:14px;height:14px;position:absolute;right:24px;top:20px;cursor:pointer;}
    .lybd_section .tc_con .boxs .inputs{width:100%;margin-bottom:18px;background-color:#f9f9f9;padding:0 28px;}
    .lybd_section .tc_con .boxs .inputs input{font-size:16px;color:#666666;background-color:rgba(255,255,255,0);height:52px;}
    .lybd_section .tc_con .boxs .inputs input::-webkit-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .inputs input:-moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .inputs input::moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .inputs input:-ms-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .textbox{width:100%;height:160px;padding:32px 28px 10px 28px;margin-bottom:26px;background-color:#f9f9f9;}
    .lybd_section .tc_con .boxs .textbox textarea{width:100%;height:100%;border:0;background-color:rgba(255,255,255,0);font-size:16px;color:#666666;}
    .lybd_section .tc_con .boxs .textbox textarea::-webkit-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .textbox textarea:-moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .textbox textarea::moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .textbox textarea:-ms-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .yzm{width:100%;border-bottom:1px solid #dddddd;position:relative;padding:0 110px 0 28px;height:50px;margin-bottom:34px;}
    .lybd_section .tc_con .boxs .yzm input{width:100%;background-color:rgba(255,255,255,0);font-size:16px;color:#666;}
    .lybd_section .tc_con .boxs .yzm input::-webkit-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .yzm input:-moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .yzm input::moz-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .yzm input:-ms-input-placeholder{color:#666666;font-size:16px;}
    .lybd_section .tc_con .boxs .yzm .pic{width:105px;height:49px;position:absolute;right:0;top:0;}
    .lybd_section .tc_con .boxs .buttonbox{margin:0 -12px;overflow:hidden;width:calc(100% + 24px);width:-ms-calc(100% + 24px);width:-o-calc(100% + 24px);width:-moz-calc(100% + 24px);width:-webkit-calc(100% + 24px);}
    .lybd_section .tc_con .boxs .buttonbox .buttons{width:50%;float:left;padding:0 12px;}
    .lybd_section .tc_con .boxs .buttonbox .buttons button{width:100%;height:52px;background-color:#de7238;font-size:18px;color:#ffffff;}
    .lybd_section .tc_con .boxs .buttonbox .buttons button:hover{background-color:#336896;}
    @media screen and (max-width:1600px){
        .lybd_section .tc_con .boxs{width:500px;padding:50px 30px 40px 30px;}
        .lybd_section .tc_con .boxs .none{width:12px;height:12px;right:18px;top:16px;}
        .lybd_section .tc_con .boxs .inputs{margin-bottom:12px;padding:0 20px;}
        .lybd_section .tc_con .boxs .inputs input{font-size:14px;height:40px;}
        .lybd_section .tc_con .boxs .inputs input::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox{height:120px;padding:20px;margin-bottom:14px;}
        .lybd_section .tc_con .boxs .textbox textarea{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm{padding:0 90px 0 20px;height:40px;margin-bottom:16px;}
        .lybd_section .tc_con .boxs .yzm input{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm .pic{width:85px;height:39px;}
        .lybd_section .tc_con .boxs .buttonbox{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
        .lybd_section .tc_con .boxs .buttonbox .buttons{padding:0 8px;}
        .lybd_section .tc_con .boxs .buttonbox .buttons button{height:40px;font-size:14px;}
    }
    @media screen and (max-width:1280px){
        .lybd_section .tc_con .boxs{width:440px;padding:40px 20px 30px 20px;}
        .lybd_section .tc_con .boxs .none{right:14px;top:14px;}
        .lybd_section .tc_con .boxs .inputs{margin-bottom:10px;padding:0 16px;}
        .lybd_section .tc_con .boxs .inputs input{font-size:12px;height:36px;}
        .lybd_section .tc_con .boxs .inputs input::-webkit-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .inputs input:-moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .inputs input::moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .inputs input:-ms-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .textbox{height:100px;padding:16px;margin-bottom:12px;}
        .lybd_section .tc_con .boxs .textbox textarea{font-size:12px;}
        .lybd_section .tc_con .boxs .textbox textarea::-webkit-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .textbox textarea:-moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .textbox textarea::moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .textbox textarea:-ms-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm{padding:0 90px 0 20px;height:40px;margin-bottom:16px;}
        .lybd_section .tc_con .boxs .yzm input{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm input::-webkit-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm input:-moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm input::moz-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm input:-ms-input-placeholder{font-size:12px;}
        .lybd_section .tc_con .boxs .yzm .pic{width:85px;height:39px;}
        .lybd_section .tc_con .boxs .buttonbox{margin:0 -8px;width:calc(100% + 16px);width:-ms-calc(100% + 16px);width:-o-calc(100% + 16px);width:-moz-calc(100% + 16px);width:-webkit-calc(100% + 16px);}
        .lybd_section .tc_con .boxs .buttonbox .buttons{padding:0 8px;}
        .lybd_section .tc_con .boxs .buttonbox .buttons button{height:34px;font-size:12px;}
    }
    @media screen and (max-width:1024px){
        .lybd_section .tc_con .boxs{width:300px;padding:14px;overflow:hidden;}
        .lybd_section .tc_con .boxs .none{width:10px;height:10px;position:static;float:right;}
        .lybd_section .tc_con .boxs .cons{width:100%;float:left;margin-top:12px;}
        .lybd_section .tc_con .boxs .inputs{margin-bottom:10px;padding:0 12px;}
        .lybd_section .tc_con .boxs .inputs input{font-size:14px;height:34px;}
        .lybd_section .tc_con .boxs .inputs input::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .inputs input:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox{height:100px;padding:12px;margin-bottom:12px;}
        .lybd_section .tc_con .boxs .textbox textarea{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .textbox textarea:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm{padding:0 90px 0 12px;height:37px;margin-bottom:12px;}
        .lybd_section .tc_con .boxs .yzm input{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input::-webkit-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input:-moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input::moz-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm input:-ms-input-placeholder{font-size:14px;}
        .lybd_section .tc_con .boxs .yzm .pic{width:85px;height:36px;}
        .lybd_section .tc_con .boxs .buttonbox{margin:0 -6px;width:calc(100% + 12px);width:-ms-calc(100% + 12px);width:-o-calc(100% + 12px);width:-moz-calc(100% + 12px);width:-webkit-calc(100% + 12px);}
        .lybd_section .tc_con .boxs .buttonbox .buttons{padding:0 6px;}
        .lybd_section .tc_con .boxs .buttonbox .buttons button{height:34px;font-size:14px;}
    }

    /*免费电话表单*/
    .dhdb_section{width:100%;height:100vh;position:fixed;left:0;top:0;z-index:20;background-color:rgba(0,0,0,0.39);display:none;}
    .dhdb_section.on{display:block;}
    .dhdb_section .bdbox{width:100%;height:100%;position:relative;}
    .dhdb_section .bdbox .boxs{width:504px;background-color:#336896;border-radius:22px;position:absolute;left:50%;top:50%;overflow:hidden;padding:20px 22px 64px 36px;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
    .dhdb_section .bdbox .boxs .none{width:16px;height:16px;float:right;margin-bottom:20px;cursor:pointer;}
    .dhdb_section .bdbox .boxs .cons{width:100%;float:left;padding-right:16px}
    .dhdb_section .bdbox .boxs .cons h2{font-size:30px;color:#ffffff;line-height:34px;text-align:center;margin-bottom:22px;font-weight:bold;}
    .dhdb_section .bdbox .boxs .cons h3{font-size:18px;color:#ffffff;line-height:24px;text-align:center;margin-bottom:24px;}
    .dhdb_section .bdbox .boxs .cons .border{width:34px;height:3px;background-color:#fff;margin:0 auto 26px auto;}
    .dhdb_section .bdbox .boxs .cons h4{font-size:40px;color:#ffffff;line-height:44px;text-align:center;margin-bottom:28px;}
    .dhdb_section .bdbox .boxs .cons .inputs{width:100%;background-color:#fff;margin-bottom:32px;border-radius:4px;padding:0 10px;height:38px;}
    .dhdb_section .bdbox .boxs .cons .inputs input{width:100%;height:100%;font-size:16px;color:#999999;background-color:rgba(255,255,255,0);text-align:center;}
    .dhdb_section .bdbox .boxs .cons .inputs input::-webkit-input-placeholder{font-size:16px;color:#999999;}
    .dhdb_section .bdbox .boxs .cons .inputs input:-moz-placeholder{font-size:16px;color:#999999;}
    .dhdb_section .bdbox .boxs .cons .inputs input::moz-placeholder{font-size:16px;color:#999999;}
    .dhdb_section .bdbox .boxs .cons .inputs input:-ms-input-placeholder{font-size:16px;color:#999999;}
    .dhdb_section .bdbox .boxs .cons .yzm{width:100%;position:relative;margin-bottom:32px;padding:0 140px 0 2px;border-bottom:1px solid rgba(255,255,255,0.47);height:38px;}
    .dhdb_section .bdbox .boxs .cons .yzm input{width:100%;height:100%;background-color:rgba(255,255,255,0);font-size:18px;color:#f5f5f5;}
    .dhdb_section .bdbox .boxs .cons .yzm input::-webkit-input-placeholder{font-size:18px;color:#f5f5f5;}
    .dhdb_section .bdbox .boxs .cons .yzm input:-moz-placeholder{font-size:18px;color:#f5f5f5;}
    .dhdb_section .bdbox .boxs .cons .yzm input::moz-placeholder{font-size:18px;color:#f5f5f5;}
    .dhdb_section .bdbox .boxs .cons .yzm input:-ms-input-placeholder{font-size:18px;color:#f5f5f5;}
    .dhdb_section .bdbox .boxs .cons .yzm .pic{width:131px;height:37px;position:absolute;right:0;top:0;}
    .dhdb_section .bdbox .boxs .cons button{width:100%;height:44px;display:block;background-color:#de7238;font-size:16px;color:#f5f5f5;border-radius:4px;}
    .dhdb_section .bdbox .boxs .cons button:hover{opacity:0.6;}
    @media screen and (max-width:1600px){
        .dhdb_section .bdbox .boxs{width:440px;padding:16px 16px 30px 26px;}
        .dhdb_section .bdbox .boxs .none{width:14px;height:14px;margin-bottom:16px;}
        .dhdb_section .bdbox .boxs .cons{padding-right:10px}
        .dhdb_section .bdbox .boxs .cons h2{font-size:18px;line-height:24px;margin-bottom:14px;}
        .dhdb_section .bdbox .boxs .cons h3{font-size:16px;line-height:20px;margin-bottom:16px;}
        .dhdb_section .bdbox .boxs .cons .border{width:28px;height:2px;margin:0 auto 18px auto;}
        .dhdb_section .bdbox .boxs .cons h4{font-size:24px;line-height:28px;margin-bottom:12px;}
        .dhdb_section .bdbox .boxs .cons .inputs{margin-bottom:16px;padding:0 8px;height:34px;}
        .dhdb_section .bdbox .boxs .cons .inputs input{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .inputs input::-webkit-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .inputs input:-moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .inputs input::moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .inputs input:-ms-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm{margin-bottom:16px;padding:0 124px 0 0;height:34px;}
        .dhdb_section .bdbox .boxs .cons .yzm input{font-size:16px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::-webkit-input-placeholder{font-size:16px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-moz-placeholder{font-size:16px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::moz-placeholder{font-size:16px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-ms-input-placeholder{font-size:16px;}
        .dhdb_section .bdbox .boxs .cons .yzm .pic{width:118px;height:34px;}
        .dhdb_section .bdbox .boxs .cons button{height:36px;font-size:14px;}
    }
    @media screen and (max-width:1280px){
        .dhdb_section .bdbox .boxs{width:400px;padding:14px 14px 24px 20px;}
        .dhdb_section .bdbox .boxs .none{width:12px;height:12px;margin-bottom:14px;}
        .dhdb_section .bdbox .boxs .cons{padding-right:10px}
        .dhdb_section .bdbox .boxs .cons h2{font-size:16px;line-height:20px;margin-bottom:12px;}
        .dhdb_section .bdbox .boxs .cons h3{font-size:14px;line-height:20px;margin-bottom:18px;}
        .dhdb_section .bdbox .boxs .cons .border{width:22px;margin:0 auto 16px auto;}
        .dhdb_section .bdbox .boxs .cons h4{font-size:18px;line-height:24px;margin-bottom:10px;}
        .dhdb_section .bdbox .boxs .cons .inputs{margin-bottom:12px;height:30px;}
        .dhdb_section .bdbox .boxs .cons .yzm{margin-bottom:14px;padding:0 110px 0 0;height:31px;}
        .dhdb_section .bdbox .boxs .cons .yzm input{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::-webkit-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-ms-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm .pic{width:100px;height:30px;}
        .dhdb_section .bdbox .boxs .cons button{height:32px;font-size:14px;}
    }
    @media screen and (max-width:1024px){
        .dhdb_section .bdbox .boxs{width:300px;padding:14px 14px 24px 20px;}
        .dhdb_section .bdbox .boxs .none{width:12px;height:12px;margin-bottom:14px;}
        .dhdb_section .bdbox .boxs .cons{padding-right:10px}
        .dhdb_section .bdbox .boxs .cons h2{font-size:16px;line-height:20px;margin-bottom:12px;}
        .dhdb_section .bdbox .boxs .cons h3{font-size:14px;line-height:20px;margin-bottom:18px;}
        .dhdb_section .bdbox .boxs .cons .border{width:22px;margin:0 auto 16px auto;}
        .dhdb_section .bdbox .boxs .cons h4{font-size:18px;line-height:24px;margin-bottom:10px;}
        .dhdb_section .bdbox .boxs .cons .inputs{margin-bottom:12px;height:30px;}
        .dhdb_section .bdbox .boxs .cons .yzm{margin-bottom:14px;padding:0 110px 0 0;height:31px;}
        .dhdb_section .bdbox .boxs .cons .yzm input{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::-webkit-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input::moz-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm input:-ms-input-placeholder{font-size:14px;}
        .dhdb_section .bdbox .boxs .cons .yzm .pic{width:100px;height:30px;}
        .dhdb_section .bdbox .boxs .cons button{height:32px;font-size:14px;}
    }



/*联系我们模块1*/
.lxwm_section1{float:left;width:100%;height:auto;background-color:#fff;overflow: hidden;}
.lxwm_section1 .content{float:left;width:100%;height:auto;padding:60px;background-color:#fff;overflow: hidden;}
.lxwm_section1 .content{float:left; width:100%; padding:55px 0 80px 0;}
.lxwm_section1 .content .content1{float:left; width:100%; }
.lxwm_section1 .content .content1 .c_1010{float:left; width:66.01%;}
.lxwm_section1 .content .content1 .c_1010 .dt{float:left; width:100%; padding:39px 60px 26px 60px; background:#efefef;}
.lxwm_section1 .content .content1 .c_1010 .dt h3{float:left; width:100%; font-size:30px; color:#333; font-weight:bold; line-height:40px; letter-spacing:1px;}
.lxwm_section1 .content .content1 .c_1010 .dt h5{float:left; width:100%; margin-top:8px; font-size:16px; color:#9c9c9c; line-height:22px; letter-spacing:1px; text-transform:uppercase;}
.lxwm_section1 .content .content1 .c_1010 .dd{float:left; width:100%; padding:33px 60px 34px 60px; background:#f6f6f6;}
.lxwm_section1 .content .content1 .c_1010 .dd li{float:left; width:50%; padding-left:65px; position:relative;}
.lxwm_section1 .content .content1 .c_1010 .dd li .ico{width:42px; height:42px; background:#f9a72a; line-height:0; position:absolute; left:2px; top:2px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.lxwm_section1 .content .content1 .c_1010 .dd li h5{ float:left; width:100%; font-size:16px; color:#444; line-height:29px; letter-spacing:1px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h6{ float:left; width:100%; font-size:16px; color:#444; line-height:26px; letter-spacing:1px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h6 span{ margin-right:22px; display:inline-block;}
.lxwm_section1 .content .content1 .c_1010 .dd:nth-child(odd){ background:#efefef;}

.lxwm_section1 .content .content1 .c_490{width:32.02%; float:right; background:#f5f5f5; height:502px; text-align:center;}
.lxwm_section1 .content .content1 .c_490 h4{width:100%; margin-top:53px; font-size:30px; color:#333; line-height:38px; letter-spacing:1px;}
.lxwm_section1 .content .content1 .c_490 .ewm{width:290px; height:290px; margin-top:35px; padding:37px; background:white; display:inline-block; vertical-align:top;}
.lxwm_section1 .content .content1 .c_490 h5{width:100%; margin-top:20px; font-size:20px; color:#666; line-height:32px; letter-spacing:1px;}
@media  screen and (max-width:991px){
.lxwm_section1 .content .content1 .c_1010 .dt{ padding:19px 10px 16px 10px;}
.lxwm_section1 .content .content1 .c_1010 .dd{ padding:13px 10px 24px 10px;}
.lxwm_section1 .content .content1 .c_1010 .dt h3{ font-size:24px; line-height:32px;}
.lxwm_section1 .content .content1 .c_1010 .dt h5{ margin-top:6px; font-size:14px; line-height:20px;}
.lxwm_section1 .content .content1 .c_1010 .dd li{ padding-left:55px;}
.lxwm_section1 .content .content1 .c_1010 .dd li .ico{ width:32px; height:32px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h5{ font-size:14px; line-height:25px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h6{ font-size:14px; line-height:22px;}
.lxwm_section1 .content .content1 .c_490{ height:476px;}
.lxwm_section1 .content .content1 .c_490 h4{ margin-top:63px; font-size:24px; line-height:32px;}
.lxwm_section1 .content .content1 .c_490 .ewm{ width:220px; height:220px; padding:20px; margin-top:25px;}
.lxwm_section1 .content .content1 .c_490 h5{ margin-top:40px; font-size:16px; line-height:26px;}
.lxwm_section1 .content{ padding:35px 0 40px 0;}
}
@media  screen and (max-width:767px){
.lxwm_section1 .content{ padding:15px 20px;}
.lxwm_section1 .content .content1 .c_1010{ width:100%;}
.lxwm_section1 .content .content1 .c_1010 .dt{ padding:12px 10px 10px 10px;}
.lxwm_section1 .content .content1 .c_1010 .dd{ padding:8px 10px 14px 10px;}
.lxwm_section1 .content .content1 .c_1010 .dt h3{ font-size:18px; line-height:26px;}
.lxwm_section1 .content .content1 .c_1010 .dt h5{ margin-top:4px; font-size:12px; line-height:18px;}
.lxwm_section1 .content .content1 .c_1010 .dd li{ width:100%; margin-top:10px; padding-left:45px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h5{ line-height:21px;}
.lxwm_section1 .content .content1 .c_1010 .dd li h6{ line-height:20px;}
.lxwm_section1 .content .content1 .c_490{ width:100%; margin-top:10px; height:auto; padding-bottom:15px;}
.lxwm_section1 .content .content1 .c_490 h4{ margin-top:33px; font-size:18px; line-height:24px;}
.lxwm_section1 .content .content1 .c_490 .ewm{ width:180px; height:180px; padding:10px; margin-top:15px;}
.lxwm_section1 .content .content1 .c_490 h5{ margin-top:20px; font-size:14px; line-height:22px;}

}

.lxwm_section1 .content .content2{float:left; width:100%; margin-top:37px; padding:10px; background:#f6f6f6;}
#bdmap_1{ width:100%; height:540px; float:left;}
@media  screen and (max-width:991px){
.lxwm_section1 .content .content2{ margin-top:17px;}
#bdmap_1{ height:340px;}
}
@media  screen and (max-width:767px){
.lxwm_section1 .content .content2{ margin-top:12px; padding:6px;}
#bdmap_1{ height:240px;}
}


/*在线留言*/
.guestbook{width:100%; padding:50px 0 50px 0;}
.guestbook .lab{float:left; width:100%; margin:20px 0 0 0;}
.fm1{float:left; width:50%; padding:0 10px;}
.fm2{float:left; width:100%; padding:0 10px;}
.fm3{width:280px; display:block; margin:0 auto;}
.fm1_1{float:left; width:100%; color:#4c4c4c; font-size:14px; line-height:32px; text-transform:uppercase;}
.fm1_1 font{font-size:12px;}
.fm1_1 span{color:#ec9706;}
.fm1_2{float:left; width:100%; padding:0 18px; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#333; font-size:14px; height:50px; line-height:48px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_3{ float:left; width:100%; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; padding:16px 18px; color:#333; font-size:14px; height:100px; line-height:24px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4{ float:left; width:100%; border:none; background:#f9a72a; color:#fff; height:56px; line-height:56px; text-align:center; font-size:16px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top:20px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4:hover,
.fm1_4:focus{ background: #f39800;}
.messageIn ::-webkit-input-placeholder { color:#999 !important;}
.messageIn :-moz-placeholder {  color:#999 !important;}
.messageIn ::-moz-placeholder {  color:#999 !important;}
.messageIn :-ms-input-placeholder { color:#999 !important; }
.fmStar{ float:left; width:100%; color: #999999; font-size: 12px; line-height: 15px; padding-top: 8px; text-align: center;}
.fmStar span{ color: #ec9706; font-size: 14px;}

@media  screen and (max-width:991px){
    .guestbook .lab{ margin:5px 0;}
    .fm1{ padding:0 10px;}
    .fm2{ padding:0 10px;}
    .fm1_4{ height:45px; line-height:45px; margin-top:10px;}
    .fm1_2{ padding:0 10px; height:40px; line-height:38px;}
    .fm1_3{padding:8px 10px; line-height:24px;}
}
@media  screen and (max-width:767px){
    .guestbook{padding:1.16% 4.5% 5.66% 4.5%;}
    .guestbook label{ margin:0;}
    .guestbook .lab{ margin:0;}
    .fm1{ width:100%; padding:0;}
    .fm2{ padding:0;}
    .fm3{ width:170px;}
    .fm1_1{ margin-top:8px;}
}



/*通用-列表翻页*/
.pagination-wrapper{float:left;width:100%;margin:30px 0;text-align:center;}
.pagination{float:left;width:100%;margin:10px 0 0;text-align:center;font-size:12px;overflow:hidden;}
.pagination span{display:inline-block;height:30px;margin-left:-1px;padding:0px 11px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a{display:inline-block;height:30px;margin-left:-1px;padding:0px 10px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a:hover{border:1px solid #346996;background:#346996;color:#fff;}
.pagination .current-page{border:1px solid #346996;background:#346996;color:#fff;}
@media screen and (max-width:767px){
.pagination-wrapper{margin:10px 0;}
}