/*通用*/
/*效果过渡*/
._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;}


.w_1460{ max-width:1460px; margin-right: auto; margin-left: auto;}

@media  screen and (max-width:1024px){
.w_1460{ max-width:100%;}	
}
/*两边距离*/
.w_width{padding-left: 100px;padding-right: 100px;}
.w_widths{padding-left: 15px;padding-right: 15px;}
@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;}

.t_nav{width: 100%;border-bottom: 1px solid #dcdddd;position: fixed;left: 0;top: 0;z-index: 10;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav.on{background-color: #fff;}
.t_nav.ejzk{background-color: #fff;border-bottom: 1px solid #dcdddd;}
.t_nav.lson{display: none;}
.t_nav .content{width: 100%;}
.t_nav .content::after{content: "";display: block;clear: both;}
.t_nav .content .left{width: 128px;float: left;height: 120px;position: relative;border-right: 1px solid #dcdddd;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav.on .content .left{height: 80px;}
.t_nav .content .left .t_ico{width: 100%;position: absolute;left: 0;top: 50%;cursor: pointer;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav .content .left .t_ico .border{width: 36px;height: 2px;background-color: #f1603b;margin: 0 auto;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navny .content .left .t_ico .border{background-color: #555;}
.t_nav .content .left .t_ico .border.border2{margin: 10px auto;}
.t_nav .content .left .t_ico:hover .border.border2{margin: 10px 0 10px 30px;}
.t_nav .content .left .t_ico.on .border.border2{display: none;}
.t_nav .content .left .t_ico.on .border.border1{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.t_nav .content .left .t_ico.on .border.border3{margin-top: -2px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.t_nav.ejzk .content .left .t_ico .border{background-color: #555;}
.t_nav.on .content .left .t_ico .border{background-color: #555;}
.t_nav .content .left .bcont{width: 100%;position: fixed;left: 0;top: 121px;background-color: #fff;display: none;}
.t_nav.on .content .left .bcont{top: 81px;}
.t_nav .content .left .bcont .conts{width: 100%;overflow: hidden;height: calc(100vh - 121px);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav.on .content .left .bcont .conts{height: calc(100vh - 80px);}
.t_nav .content .left .bcont .conts .lefts{width: 465px;float: left;height: 100%;border-right: 1px solid #c9caca;}
.t_nav .content .left .bcont .conts .lefts ul{width: 100%;padding-left: 168px;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 100%;padding-top: 60px;}
.t_nav .content .left .bcont .conts .lefts ul::-webkit-scrollbar{ display: none;}
.t_nav .content .left .bcont .conts .lefts ul li{width: 100%;position: relative;margin-bottom: 68px;}
.t_nav .content .left .bcont .conts .lefts ul li::after{content: "";display: block;width: 0;height: 1px;background-color: #f1603b;position: absolute;right: 0;top: 50%;margin-top: -0.5px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav .content .left .bcont .conts .lefts ul li.on::after{width: 180px;}
.t_nav .content .left .bcont .conts .lefts ul li:last-child{margin-bottom: 0;}
.t_nav .content .left .bcont .conts .lefts ul li a{font-size: 24px;color: #333;line-height: 30px;display: block;}
.t_nav .content .left .bcont .conts .rights{float: left;padding-left: 60px;padding-top: 60px;
width: calc(100% - 465px);
width: -ms-calc(100% - 465px);
width: -o-calc(100% - 465px);
width: -moz-calc(100% - 465px);
width: -webkit-calc(100% - 465px);}
.t_nav .content .left .bcont .conts .rights ul{display: none;margin: 0 -58px;overflow: hidden;
width: calc(100% + 116px);
width: -ms-calc(100% + 116px);
width: -o-calc(100% + 116px);
width: -moz-calc(100% + 116px);
width: -webkit-calc(100% + 116px);}
.t_nav .content .left .bcont .conts .rights ul.on{display: block;}
.t_nav .content .left .bcont .conts .rights ul li{padding: 0 58px;float: left;}
.t_nav .content .left .bcont .conts .rights ul li .listbox{width: 100%;}
.t_nav .content .left .bcont .conts .rights ul li .listbox .list{margin-bottom: 46px;}
.t_nav .content .left .bcont .conts .rights ul li .listbox .list:last-child{margin-bottom: 0;}
.t_nav .content .left .bcont .conts .rights ul li .listbox .list a{display: block;font-size: 18px;color: #333;line-height: 24px;}
.t_nav .content .left .bcont .conts .rights ul li .listbox .list a:hover{color: #027CBC;}
.t_nav .content .center{float: left;
width: calc(100% - 302px);
width: -ms-calc(100% - 302px);
width: -o-calc(100% - 302px);
width: -moz-calc(100% - 302px);
width: -webkit-calc(100% - 302px);}
.t_nav .content .center ul{width: 100%;text-align: center;font-size: 0;}
.t_nav .content .center ul li{display: inline-block;vertical-align: middle;margin: 0 36px;}
.t_nav .content .center ul li a{font-size: 19px;color: #ffffff;line-height: 24px;padding: 48px 14px;position: relative;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navny .content .center ul li a{color: #555;}
.t_navny.on .content .center ul li a{color: #fff;}
.t_nav.ejzk .content .center ul li a{color: #555;}
.t_nav.on .content .center ul li a{padding: 28px 14px;color: #555;}
.t_nav .content .center ul li:nth-child(3) a{padding: 0 14px;}
.t_nav .content .center ul li:nth-child(3) a::after{display: none;}
.t_nav .content .center ul li a::after{content: "";display: block;clear: both;width: 0%;height: 2px;position: absolute;left: 0;bottom: -1px;background-color: #f1603b;position: absolute;left: 50%;bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_nav .content .center ul li a:hover::after{width: 100%;}
.t_nav .content .center ul li.l5.on a::after{width: 100%;}
.t_nav .content .center ul li a img{height: 76px;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav .content .center ul li a img.img2{display: none;}
.t_nav.ejzk .content .center ul li a img.img1,
.t_nav.on .content .center ul li a img.img1{display: none;}
.t_nav.ejzk .content .center ul li a img.img2,
.t_nav.on .content .center ul li a img.img2{display: inline-block;}
.t_nav .content .center ul li a img.img1s{display: none;}
.t_navny.on .content .center ul li a img.img1{display: inline-block;}
.t_navny.on .content .center ul li a img.img1s{display: none;}
.t_navny.ejzk .content .center ul li a img.img1{display: inline-block;}
.t_navny.ejzk .content .center ul li a img.img1s{display: none;}
.t_nav.on .content .center ul li a img{height: 66px;}
.t_nav .content .right{width: 174px;float: left;border-left: 1px solid #dcdddd;font-size: 0;text-align: center;}
.t_nav .content .right .inputbox{display: inline-block;vertical-align: middle;position: relative;padding: 43.5px 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav.on .content .right .inputbox{padding: 23.5px 0;}
.t_nav .content .right .inputbox .t_ico{width: 35px;height: 33px;cursor: pointer;}
.t_nav .content .right .inputbox .t_icoss{display: none;}
.t_nav .content .right .inputbox:hover .t_icoss{display: block;}
.t_nav .content .right .inputbox:hover .t_icos{display: none;}
.t_navny .content .right .inputbox:hover .t_ico1{display:none;}

.t_nav .content .right .inputbox .t_ico1{display: none;}
.t_navny .content .right .inputbox .t_ico1{display: block;}
.t_navny .content .right .inputbox .t_ico2{display: none;}
.t_navny.on .content .right .inputbox .t_ico1{display: block;}
.t_navny.on .content .right .inputbox .t_ico2{display: none;}
.t_nav.ejzk .content .right .inputbox .t_ico1,
.t_nav.on .content .right .inputbox .t_ico1{display: block;}

.t_nav.ejzk .content .right .inputbox .t_ico1:hover,
.t_nav.on .content .right .inputbox .t_ico1:hover{background-image:url(/theme/cn/images/img8.png) !important}


.t_nav.ejzk .content .right .inputbox .t_ico2,
.t_nav.on .content .right .inputbox .t_ico2{display: none;}
.t_nav .content .right .inputbox .inputs{position: absolute;right: 0;top: 102%;width: 260px;background-color: #fff;border: 1px solid #999;padding-right: 50px;padding-left: 14px;display: none;}
.t_nav .content .right .inputbox .inputs input{font-size: 16px;color: #333;width: 100%;height: 40px;}
.t_nav .content .right .inputbox .inputs .ico{width: 28px;height: 27px;position: absolute;right: 10px;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_nav .content .right .yybox{display: inline-block;vertical-align: middle;padding-left: 34px;}
.t_nav .content .right .yybox .words{margin-bottom: 4px;}
.t_nav .content .right .yybox .words:last-child{margin-bottom: 0;}
.t_nav .content .right .yybox .words a{display: block;font-size: 15px;color: #7b7b7b;line-height: 20px;}
.t_nav .content .right .yybox.on .words a{color: #fff;}
.t_nav .content .right .yybox .words.on a,
.t_nav .content .right .yybox .words:hover a{color: #f1603b!important;}
.t_nav.on .content .right .yybox .words a{font-size: 14px;line-height: 18px;}
.t_nav.on .content .right .yybox.on .words a{color: #7b7b7b;}
@media  screen and (max-width: 1400px){
.t_nav .content .left .bcont .conts .lefts{width: 320px;}
.t_nav .content .left .bcont .conts .lefts ul{padding-left: 40px;padding-top: 40px;}
.t_nav .content .left .bcont .conts .lefts ul li{margin-bottom: 34px;}
.t_nav .content .left .bcont .conts .lefts ul li.on::after{width: 140px;}
.t_nav .content .left .bcont .conts .rights{padding-top: 30px;
width: calc(100% - 320px);
width: -ms-calc(100% - 320px);
width: -o-calc(100% - 320px);
width: -moz-calc(100% - 320px);
width: -webkit-calc(100% - 320px);}
.t_nav .content .left .bcont .conts .rights ul li .listbox .list{margin-bottom: 30px;}
}
@media  screen and (max-width: 1300px){
.t_nav .content .center ul li{margin: 0 20px;}
}
@media  screen and (max-width: 1100px){
.t_nav .content .center ul li{margin: 0 12px;}
}
@media  screen and (max-width: 1024px){
.t_nav{padding-left: 0;padding-right: 0;}
.t_nav .content .left{width: 60px;height: 60px;}
.t_nav.on .content .left{height: 60px;}

.t_nav .content .left .t_ico .border{width: 26px;height: 2px;background-color: #fff;}
.t_navny .content .left .t_ico .border{background-color: #555;}
.t_nav .content .left .t_ico .border.border2{margin: 5px auto;}
.t_nav .content .left .t_ico:hover .border.border2{margin: 5px auto;}
.t_nav .content .center{
width: calc(100% - 120px);
width: -ms-calc(100% - 120px);
width: -o-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: -webkit-calc(100% - 120px);}
.t_nav .content .center ul li{display: none; margin: 0;}
.t_nav .content .center ul li:nth-child(3){padding: 0;display: block;width: 100%;text-align: center;padding: 8px 0;}
.t_nav .content .center ul li:nth-child(3) a{padding: 0;text-align: center;}
.t_nav .content .center ul li a img{height: 44px;display: inline-block;margin: 0 auto;}
.t_nav .content .right{width: 60px;}
.t_nav .content .right .inputbox{padding: 18px 0;}
.t_nav.on .content .right .inputbox{padding: 18px 0;}
.t_nav .content .right .inputbox .t_ico{width: 25px;height: 24px;}
.t_nav .content .right .inputbox .inputs{width: 190px;padding-right: 34px;padding-left: 10px;right: -16px;}
.t_nav .content .right .inputbox .inputs input{font-size: 14px;height: 34px;}
.t_nav .content .right .inputbox .inputs .ico{width: 20px;height: 19px;right: 6px;}
.t_nav .content .right .yybox{display: none;}
.t_nav .content .left .bcont{top: 61px;}
.t_nav .content .left .bcont .conts1{width: 100%;padding: 24px 15px 70px 15px;height: calc(100vh - 61px);}
.t_nav .content .left .bcont .conts1 .content{height: 100%;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 100%;}
.t_nav .content .left .bcont .conts1 .content::-webkit-scrollbar{ display: none;}
.t_nav .content .left .bcont .conts1 ul{width: 100%;border-bottom: 1px solid #eee;}
.t_nav .content .left .bcont .conts1 ul li{width: 100%;margin-bottom: 24px;}
.t_nav .content .left .bcont .conts1 ul li ._t{width: 100%;overflow: hidden;}
.t_nav .content .left .bcont .conts1 ul li ._t a{display: block;float: left;font-size: 16px;color: #333;line-height: 22px;}
.t_nav .content .left .bcont .conts1 ul li ._t a:hover{color: #f1603b;}
.t_nav .content .left .bcont .conts1 ul li ._t .imgbox{float: right;width: 15px;height: 8px;margin-top: 7px;}
.t_nav .content .left .bcont .conts1 ul li ._t .imgbox img{width: 100%;height: 100%;}
.t_nav .content .left .bcont .conts1 ul li ._t .imgbox img.img2{display: none;}
.t_nav .content .left .bcont .conts1 ul li ._t.on .imgbox img.img1{display: none;}
.t_nav .content .left .bcont .conts1 ul li ._t.on .imgbox img.img2{display: block;}
.t_nav .content .left .bcont .conts1 ul li ._b{width: 100%;display: none;padding-top: 20px;}
.t_nav .content .left .bcont .conts1 ul li ._b .list{width: 100%;padding-left: 10px;padding-right: 10px;}
.t_nav .content .left .bcont .conts1 ul li ._b .list:last-child{margin-bottom: 0;}
.t_nav .content .left .bcont .conts1 ul li ._b .list a{display: block;width: 100%;font-size: 14px;color: #555;line-height: 20px;border-bottom: 1px solid #eee;margin-bottom: 10px;padding-bottom: 10px;}
.t_nav .content .left .bcont .conts1 ul li ._b .list a:hover{color: #f1603b;}
.t_nav .content .left .bcont .conts1 .yybox{width: 100%;font-size: 0;text-align: center;margin-top: 14px;}
.t_nav .content .left .bcont .conts1 .yybox a{display: inline-block;vertical-align: middle;font-size: 14px;color: #555;}
.t_nav .content .left .bcont .conts1 .yybox a:hover,
.t_nav .content .left .bcont .conts1 .yybox a.on{color: #f1603b;}
.t_nav .content .left .bcont .conts1 .yybox span{display: inline-block;vertical-align: middle;font-size: 14px;color: #555;margin: 0 8px;}
.t_nav .content .center ul li a img{height: 44px;display: inline-block;}
.t_nav.on .content .center ul li a img{height: 44px;}
}

/*首页banner*/
.sy_banner{width: 100%;position: relative; overflow:hidden;}
.sy_banner ul{width: 100%;}
.sy_banner ul li{width: 100%;height: auto;}
.sy_banner ul li .pic{width: 100%;height: 930px;}
.sy_banner ul li .videos{width: 100%;object-fit: cover;}
.sy_banner ul .l1 .videos::-webkit-media-controls{display:none !important;}
.sy_banner .hl{width: 100%;position: absolute;left: 0;bottom: 0;width: 100%;height: 61px;}
@media  screen and (max-width: 1024px){
.sy_banner{margin-top: 0;}
.sy_banner .hl{height: 10px;}
}

/*底部*/
.bottomnav{width: 100%;}
.bottomnav .top{padding-top: 110px;padding-bottom: 66px;border-bottom: 1px solid #969492;}
.bottomnav .top .logo{width: 100%;margin-bottom: 72px;text-align: center;}
.bottomnav .top .logo img{display: inline-block;height: 82px;}
.bottomnav .top ul{margin: 0 -44px;overflow: hidden;font-size: 0;text-align: center;
width: calc(100% + 88px);
width: -ms-calc(100% + 88px);
width: -o-calc(100% + 88px);
width: -moz-calc(100% + 88px);
width: -webkit-calc(100% + 88px);}
.bottomnav .top ul li{padding: 0 44px;display: inline-block;vertical-align: middle;}
.bottomnav .top ul li a{display: block;font-size: 18px;color: #ffffff;line-height: 24px;font-weight: lighter;}
.bottomnav .top ul li a:hover{color: #f1603b;}
.bottomnav .center{width: 100%;padding-top: 76px;padding-bottom: 72px;border-bottom: 1px solid #969492;}
.bottomnav .center ul{margin: -50px -100px;overflow: hidden;display:flex; flex-wrap: wrap; align-items: flex-start;
width: calc(100% + 200px);
width: -ms-calc(100% + 200px);
width: -o-calc(100% + 200px);
width: -moz-calc(100% + 200px);
width: -webkit-calc(100% + 200px);}
.bottomnav .center ul li{width: 33.333%;float: left;padding: 50px 100px;}
.bottomnav .center ul li .tit{font-size: 18px;color: #ffffff;line-height: 24px;margin-bottom: 20px;font-weight: bold;}
.bottomnav .center ul li .tit a{color: #fff;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.bottomnav .center ul li .tit a:hover{border-bottom: 2px solid #f1603b;}
.bottomnav .center ul li .listbox{width: 100%;}
.bottomnav .center ul li .listbox .list{font-size: 16px;color: #ffffff;line-height: 24px;font-weight: lighter;}
.bottomnav .bottom{padding-top: 34px;padding-bottom: 45px;width: 100%;}
.bottomnav .bottom .content{font-size: 0;text-align: center;width: 100%;}
.bottomnav .bottom .content .wzlx{font-size: 0;display: inline-block;vertical-align: middle;margin-right: 48px;}
.bottomnav .bottom .content .wzlx a{font-size: 12px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;font-weight: lighter;}
.bottomnav .bottom .content .wzlx a:hover{color: #f1603b;}
.bottomnav .bottom .content .wzlx span{font-size: 12px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;font-weight: lighter;margin: 0 5px;}
.bottomnav .bottom .content .bq{font-size: 12px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;font-weight: lighter;}
@media  screen and (max-width: 1400px){
.bottomnav .top{padding-top: 50px;padding-bottom: 50px;}
.bottomnav .top .logo{margin-bottom: 40px;}
.bottomnav .top .logo img{height: 70px;}
.bottomnav .top ul{margin: 0 -24px;
width: calc(100% + 48px);
width: -ms-calc(100% + 48px);
width: -o-calc(100% + 48px);
width: -moz-calc(100% + 48px);
width: -webkit-calc(100% + 48px);}
.bottomnav .top ul li{padding: 0 24px;}
.bottomnav .top ul li a{font-size: 16px;line-height: 20px;}
.bottomnav .center{padding-top: 50px;padding-bottom: 50px;}
.bottomnav .center ul{margin: -20px -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);}
.bottomnav .center ul li{padding: 20px 40px;}   
.bottomnav .center ul li .tit{font-size: 16px;line-height: 22px;margin-bottom: 12px;}
.bottomnav .center ul li .listbox .list{font-size: 14px;}
.bottomnav .bottom{padding-top: 30px;padding-bottom: 30px;}
.bottomnav .bottom .content .wzlx{margin-right: 20px;}
}
@media  screen and (max-width: 1024px){
.bottomnav{}
.bottomnav .top{padding-top: 20px;padding-bottom: 20px;border-bottom: 0;}
.bottomnav .top .logo{margin-bottom: 0;}
.bottomnav .top .logo img{height: 44px;}
.bottomnav .top ul{display: none;}
.bottomnav .center{padding-top: 0;padding-bottom: 0;border-bottom: 0;}
.bottomnav .center .boxs{width: 100%;}
.bottomnav .center .boxs ._t{width: 100%;overflow: hidden;padding: 10px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.bottomnav .center .boxs ._t .words{font-size: 14px;color: #fff;line-height: 20px;float: left;}
.bottomnav .center .boxs ._t .ico{width: 10px;height: 10px;border-top: 2px solid #f1603b;border-right: 2px solid #f1603b;float: right;margin-top: 4px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);}
.bottomnav .center .boxs ._b{width: 100%;font-size: 14px;color: rgba(255,255,255,0.8);line-height: 24px;padding: 0 10px;margin-top: 14px;display: none;}
.bottomnav .center .boxs ._b .list a{color:#fff;}
.bottomnav .center .boxs ._b .list{padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid rgba(255,255,255,0.8);}
.bottomnav .center .boxs ._b .list:last-child{margin-bottom: 0;}
.bottomnav .bottom{padding-top: 20px;padding-bottom: 20px;}
.bottomnav .bottom .content .wzlx{width: 100%;margin-right: 0;}
.bottomnav .bottom .content .wzlx span{margin: 0 4px;}
.bottomnav .bottom .content .bq{width: 100%;margin-top: 6px;}
}

/*底导航漂浮*/
.b_navs{position:relative; z-index:6;}
.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: #f1603b; z-index: 16; box-shadow: 0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{ width: 33.3%; float: left; text-align: center; padding: 7px 0 4px 0; border-right: 1px solid #fff;}
.b_navs .pf_down li .ico7{ width: 100%; float: left; height: 20px;}
.b_navs .pf_down li .d_name{ width: 100%; float: left; margin-top: 4px; font-size: 12px; color: #fff; line-height: 14px;}
.b_navs .pf_down li.l1 .ico7{ background: url(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:last-child{ border: none;}
.b_navs .pf_down li:nth-child(3n){ border: none;}

/*首页版块1*/
/*20211210start*/
.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 130px;}
/*20211210end*/
.sy_section1 .tit{font-size: 30px;color: #ffffff;line-height: 36px;margin-bottom: 32px;font-weight: normal;}
.sy_section1 .tit a{color: #ffffff;}
.sy_section1 .border{width: 132px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 50px;}
.sy_section1 .info{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 32px;width: 86%;}
.sy_section1 .inputbox{width: 100%;overflow: hidden;}
.sy_section1 .inputbox .inputs{float: left;width: 76.23%;height: 70px;border: 1px solid rgba(255,255,255,0.6);padding-left: 56px;padding-right: 56px;position: relative;}
.sy_section1 .inputbox .inputs .words{font-size: 16px;color: rgba(255,255,255,0.6);font-weight: lighter;position: absolute;left: 56px;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_section1 .inputbox .inputs .words.on{display: none;}
.sy_section1 .inputbox .inputs input{width: 100%;height: 100%;font-size: 16px;color: rgba(255,255,255,0.6);font-weight: lighter;background-color: rgba(255,255,255,0);}
.sy_section1 .inputbox .inputs input::-webkit-input-placeholder{font-size: 16px;color: rgba(255,255,255,0.6);}
.sy_section1 .inputbox .inputs input:-moz-placeholder{font-size: 16px;color: rgba(255,255,255,0.6);}
.sy_section1 .inputbox .inputs input::moz-placeholder{font-size: 16px;color: rgba(255,255,255,0.6);}
.sy_section1 .inputbox .inputs input:-ms-input-placeholder{font-size: 16px;color: rgba(255,255,255,0.6);}
.sy_section1 .inputbox .buttons{float: right;width: 21.98%;height: 70px;border: 1px solid #dcdcdc;position: relative;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section1 .inputbox .buttons:hover{border-color: #eb603e;}
.sy_section1 .inputbox .buttons .ico{width: 35px;height: 33px;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%);}
@media  screen and (max-width: 1400px){
.sy_section1 .info{width: 100%;}
}
@media  screen and (max-width: 1024px){
/*20211210start*/
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
/*20211210end*/
.sy_section1 .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section1 .border{width: 60px;margin-bottom: 16px;}
.sy_section1 .info{font-size: 14px;line-height: 22px;margin-bottom: 10px;width: 100%;}
.sy_section1 .inputbox .inputs{width: 76%;height: 34px;padding-left: 10px;padding-right: 20px;}
.sy_section1 .inputbox .inputs input{font-size: 12px;}
.sy_section1 .inputbox .inputs .words{font-size: 12px;left: 10px;}
.sy_section1 .inputbox .inputs input::-webkit-input-placeholder{font-size: 14px;}
.sy_section1 .inputbox .inputs input:-moz-placeholder{font-size: 14px;}
.sy_section1 .inputbox .inputs input::moz-placeholder{font-size: 14px;}
.sy_section1 .inputbox .inputs input:-ms-input-placeholder{font-size: 14px;}
.sy_section1 .inputbox .buttons{float: right;width: 20%;height: 34px;}
.sy_section1 .inputbox .buttons .ico{width: 21px;height: 20px;}
}

/*首页版块2*/
/*20211210start*/
.sy_section2{width: 100%;padding-top: 30px;padding-bottom: 80px;}
/*20211210end*/
.sy_section2 .tit{font-size: 30px;color: #333;line-height: 36px;margin-bottom: 36px;font-weight: normal;}
.sy_section2 .border{width: 133px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 50px;}
.sy_section2 .ul{margin: 0 -19px;overflow: hidden;
width: calc(100% + 38px);
width: -ms-calc(100% + 38px);
width: -o-calc(100% + 38px);
width: -moz-calc(100% + 38px);
width: -webkit-calc(100% + 38px);}
.sy_section2 .ul .li{height: auto;padding: 0 19px;float: left;}
.sy_section2 .ul .li a{display: block;width: 100%;position: relative;}
.sy_section2 .ul .li a .ba_pic{ width: 100%; padding-bottom: 96%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section2 .ul .li a .ba_pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section2 .ul .li a:hover .ba_pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section2 .ul .li a .wordsbox1{width: 100%;position: absolute;left: 0;top: 0;padding: 22px 28px 0 28px;}
.sy_section2 .ul .li a .wordsbox1 h3{font-size: 20px;color: #ffffff;line-height: 24px;margin-bottom: 14px;}
.sy_section2 .ul .li a .wordsbox1 .border{width: 134px;height: 2px;background-color: rgba(241,96,59,0.6);}
.sy_section2 .ul .li a .wordsbox2{width: 100%;position: absolute;left: 0;bottom: 0;background-color: rgba(0,0,0,0.4);padding: 24px 30px 36px 30px;}
.sy_section2 .ul .li a .wordsbox2 .tit1{font-size: 18px;color: #ffffff;line-height: 24px;margin-bottom: 18px;font-weight: lighter;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .ul .li a:hover .wordsbox2 .tit1{color: #eb603e;}
.sy_section2 .ul .li a .wordsbox2 .tit2{font-size: 14px;color: #ffffff;line-height: 20px;margin-bottom: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 .ul .li a .wordsbox2 .ico{width: 34px;height: 21px;}
@media  screen and (max-width: 1400px){
.sy_section2 .ul{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);}
.sy_section2 .ul .li{padding: 0 10px;}
.sy_section2 .ul .li a .wordsbox1{padding: 10px 10px 0 10px;}
.sy_section2 .ul .li a .wordsbox1 h3{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section2 .ul .li a .wordsbox1 .border{width: 100px;}
.sy_section2 .ul .li a .wordsbox2{padding: 14px;}
.sy_section2 .ul .li a .wordsbox2 .tit1{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.sy_section2 .ul .li a .wordsbox2 .tit2{font-size: 16px;line-height: 20px;margin-bottom: 16px;}
.sy_section2 .ul .li a .wordsbox2 .ico{width: 34px;height: 21px;}
}
@media  screen and (max-width: 1024px){
	/*20211210start*/
.sy_section2{padding-top: 10px;padding-bottom: 40px;}
/*20211210end*/
.sy_section2 .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section2 .border{width: 60px;margin-bottom: 16px;}
.sy_section2 .ul{margin: 0 -6px;padding-bottom: 24px;
width: calc(100% + 12px);
width: -ms-calc(100% + 12px);
width: -o-calc(100% + 12px);
width: -moz-calc(100% + 12px);
width: -webkit-calc(100% + 12px);}
.sy_section2 .ul .li{padding: 0 6px;}
.sy_section2 .ul .li a .wordsbox1{padding: 8px 8px 0 8px;}
.sy_section2 .ul .li a .wordsbox1 h3{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section2 .ul .li a .wordsbox1 .border{width: 40px;}
.sy_section2 .ul .li a .wordsbox2{padding: 10px;}
.sy_section2 .ul .li a .wordsbox2 .tit1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.sy_section2 .ul .li a .wordsbox2 .tit2{font-size: 14px;line-height: 20px;margin-bottom: 0;}
.sy_section2 .ul .li a .wordsbox2 .ico{display: none;}
.sy_section2 .ul .slick-dots{ position: absolute; bottom: 0; height: 8px; text-align: center;}
.sy_section2 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #dddddd;}
.sy_section2 .ul .slick-dots li.slick-active{ background: #eb603e;width: 16px;}
}

/*首页版块3*/
/*20211210start*/
.sy_section3{width: 100%;padding-bottom: 80px;}
/*20211210end*/
.sy_section3 .tit{font-size: 30px;color: #333;line-height: 36px;margin-bottom: 34px;font-weight: normal;}
.sy_section3 .border{width: 133px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 50px;}
.sy_section3 .ul{width: 100%;margin-bottom: 94px;}
.sy_section3 .ul .li{width: 100%;height: auto;}
.sy_section3 .ul .li .libox{width: 100%;padding: 52px 134px 56px 134px; height:100%;}
.sy_section3 .ul .li .libox .tit_t{font-size: 16px;color: #ffffff;line-height: 36px;margin-bottom: 60px;}
.sy_section3 .ul .li .libox .con_b{width: 100%;}
.sy_section3 .ul .li .libox .con_b .listbox{margin: -23px -70px;overflow: hidden;  display:flex; flex-wrap: wrap; align-items: flex-start;
width: calc(100% + 140px);
width: -ms-calc(100% + 140px);
width: -o-calc(100% + 140px);
width: -moz-calc(100% + 140px);
width: -webkit-calc(100% + 140px);}
.sy_section3 .ul .li .libox .con_b .listbox .list{width: 20%;padding: 23px 70px;float: left;}
.sy_section3 .ul .li .libox .con_b .listbox .list a{display: block;width: 100%;padding: 10px;}
.sy_section3 .ul .li .libox .con_b .listbox .list a:hover{background-color: rgba(0,0,0,0.3);}
.sy_section3 .ul .li .libox .con_b .listbox .list a .ico{width: 74px;height: 74px;margin: 0 auto 14px auto;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .words{font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;font-weight: lighter;letter-spacing: 0;}
.sy_section3 .ul .slick-prev{width: 22px;height: 41px;background: url(images/img21.png) no-repeat center center; background-size: cover;left: -88px;top: 50%;}
.sy_section3 .ul .slick-next{width: 22px;height: 41px;background: url(images/img22.png) no-repeat center center; background-size: cover;right: -88px;top: 50%;}
.sy_section3 .ul .slick-prev:hover,
.sy_section3 .ul .slick-next:hover{opacity: 0.6;}
.sy_section3 .buttons{height: 67px;border: 1px solid #333;font-size: 16px;color: #333;font-weight: lighter;margin: 0 auto;display: block;line-height: 65px;text-align: center;
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_section3 .buttons:hover{border-color: #f1603b;color: #f1603b;}
@media  screen and (max-width: 1600px){
.sy_section3 .ul .slick-prev{left: -30px;}
.sy_section3 .ul .slick-next{right: -30px;}
}
@media  screen and (max-width: 1500px){
.sy_section3 .ul .li .libox{padding: 50px;}
.sy_section3 .ul .li .libox .con_b .listbox{margin: -14px -50px;
width: calc(100% + 100px);
width: -ms-calc(100% + 100px);
width: -o-calc(100% + 100px);
width: -moz-calc(100% + 100px);
width: -webkit-calc(100% + 100px);}
.sy_section3 .ul .li .libox .con_b .listbox .list{padding: 14px 50px;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .ico{width: 60px;height: 60px;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .words{font-size: 14px;line-height: 20px;}
.sy_section3 .ul .slick-prev{left: -40px;}
.sy_section3 .ul .slick-next{right: -40px;}
}
@media  screen and (max-width: 1280px){
.sy_section3 .ul .li .libox .con_b .listbox{margin: -10px -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_section3 .ul .li .libox .con_b .listbox .list{padding: 10px 40px;}
}
@media  screen and (max-width: 1180px){
.sy_section3 .ul .li .libox .con_b .listbox{margin: -10px -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_section3 .ul .li .libox .con_b .listbox .list{padding: 10px 20px;}
}
@media  screen and (max-width: 1024px){
.sy_section3{padding-bottom: 40px;}
.sy_section3 .tit{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section3 .border{width: 60px;margin-bottom: 16px;}
.sy_section3 .ul{margin-bottom: 14px;padding-bottom: 24px;}
.sy_section3 .ul .li .libox{padding: 14px;}
.sy_section3 .ul .li .libox .tit_t{font-size: 14px;line-height: 20px;margin-bottom: 10px;letter-spacing: 0;}
.sy_section3 .ul .li .libox .con_b .listbox{margin: -5px -12px;
width: calc(100% + 24px);
width: -ms-calc(100% + 24px);
width: -moz-calc(100% + 24px);
width: -webkit-calc(100% + 24px);}
.sy_section3 .ul .li .libox .con_b .listbox .list{width: 50%;padding: 5px 12px;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .ico{width: 40px;height: 40px;margin: 0 auto 10px auto;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .words{font-size: 14px;line-height: 20px;}
.sy_section3 .ul .slick-prev{width: 0;height: 0;left: 0;opacity: 0;display: none;}
.sy_section3 .ul .slick-next{width: 0;height: 0;right: 0;opacity: 0;display: none;}
.sy_section3 .ul .slick-dots{ position: absolute; bottom: 0; height: 8px; text-align: center;}
.sy_section3 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #dddddd;}
.sy_section3 .ul .slick-dots li.slick-active{ background: #eb603e;width: 16px;}
.sy_section3 .buttons{height: 34px;font-size: 14px;width: 100%;line-height: 32px;}
}

/*首页版块4*/
/*20211210start*/
.sy_section4{width: 100%;padding-bottom: 30px;}
/*20211210end*/
.sy_section4 h2{font-size: 30px;color: #333;line-height: 36px;margin-bottom: 34px;font-weight: normal;}
.sy_section4 .border{width: 132px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 50px;}
.sy_section4 .ul{margin: -5px;overflow: hidden;
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_section4 .ul .li{width: 50%;float: left;padding: 5px;}
.sy_section4 .ul .li a{display: block;width: 100%;position: relative;}
.sy_section4 .ul .li a .ba_pic{ width: 100%; padding-bottom: 38.25%; 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_section4 .ul .li a .ba_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_section4 .ul .li a:hover .ba_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_section4 .ul .li a .wordsbox{width: 100%;position: absolute;left: 0;bottom: 35px;padding:0 50px;}
.sy_section4 .ul .li a .wordsbox h3{font-size: 16px;color: #ffffff;line-height: 22px;margin-bottom: 26px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section4 .ul .li a:hover .wordsbox h3{color: #eb603e;}
.sy_section4 .ul .li a .wordsbox .borders{width: 106px;height: 2px;background-color: rgba(241,96,59,0.6);}
.sy_section4 .button{height: 67px;border: 1px solid #333;font-size: 16px;color: #333;font-weight: lighter;margin: 102px auto 0 auto;display: block;line-height: 65px;text-align: center;
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_section4 .button:hover{border-color: #f1603b;color: #f1603b;}
@media  screen and (max-width: 1400px){
.sy_section4 .ul .li a .wordsbox h3{font-size: 18px;line-height: 24px;margin-bottom: 16px;}
}
@media  screen and (max-width: 1024px){
.sy_section4{padding-bottom: 10px;}
.sy_section4 h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section4 .border{width: 60px;margin-bottom: 16px;}
.sy_section4 .ul{margin: -4px 0;width: 100%;}
.sy_section4 .ul .li{width: 100%;padding: 4px 0;}
.sy_section4 .ul .li a .wordsbox{bottom: 12px;padding:0 12px;}
.sy_section4 .ul .li a .wordsbox h3{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.sy_section4 .ul .li a .wordsbox .borders{width: 40px;}
.sy_section4 .button{height: 34px;font-size: 14px;width: 100%;line-height: 32px;margin-top: 12px;}
}

/*首页版块5*/
/*20211210start*/
.sy_section5{width: 100%;padding-top: 130px;padding-bottom: 80px;}
/*20211210end*/
.sy_section5 h2{font-size: 30px;color: #ffffff;line-height: 36px;font-weight: normal;margin-bottom: 34px;}
.sy_section5 .border{width: 132px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 40px;}
.sy_section5 .text{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 92px;width: 100%;}
.sy_section5 .ul{width: 100%;margin-bottom: 110px;}
.sy_section5 .ul .li{width: 100%;margin-bottom: 80px;}
.sy_section5 .ul .li:last-child{margin-bottom: 0;}
.sy_section5 .ul .li .listbox{width: 100%;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.sy_section5 .ul .li .listbox .list{display: inline-block;vertical-align: middle;}
.sy_section5 .ul .li .listbox .list .logos.logo2{display: none;}
.sy_section5 .ul .li .listbox .list:hover .logos.logo1{display: none;}
.sy_section5 .ul .li .listbox .list:hover .logos.logo2{display: block;}
.sy_section5 .ul .li .listbox .list .logos img{display: block;height: 120px;}
.sy_section5 .button{width: 100%;height: 67px;line-height: 65px;text-align: center;font-size: 16px;color: #ffffff;font-weight: lighter;text-align: center;border: 1px solid #fff;display: block;}
.sy_section5 .button:hover{border-color: #eb603e;color: #eb603e;}
@media  screen and (max-width: 1680px){
.sy_section5 .ul .li .listbox .list .logos img{height: 80px;}
}
@media  screen and (max-width: 1400px){
.sy_section5 .text{width: 100%;}
}
@media  screen and (max-width: 1024px){
.sy_section5{padding-top: 30px;padding-bottom: 20px;}
.sy_section5 h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section5 .border{width: 60px;margin-bottom: 16px;}
.sy_section5 .text{font-size: 14px;line-height: 20px;margin-bottom: 22px;width: 100%;}
.sy_section5 .ul{margin-bottom: 16px;}
.sy_section5 .ul .li{margin-bottom: 10px;}
.sy_section5 .ul .li .listbox{display: block;width: 100%;padding-bottom: 0;overflow: hidden;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_section5 .ul .li .listbox .list{width: 50%;height: auto;text-align: center;float: left;padding: 5px;}
.sy_section5 .ul .li .listbox .list .logos img{display: inline-block;height: 60px;}
.sy_section5 .button{height: 34px;line-height: 32px;font-size: 14px;}
}

/*首页版块6*/
/*20211210start*/
.sy_section6{width: 100%;padding-top: 80px;padding-bottom: 50px;}
/*20211210end*/
.sy_section6 .content{width: 100%;position: relative;}
.sy_section6 .content .picbox{width: 100%;height: 507px;overflow: hidden;}
.sy_section6 .content .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_section6 .content:hover .picbox .pic{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);}
.sy_section6 .content .pic1{width: 786px;height: 507px;position: absolute;left: 0;top: 0;}
.sy_section6 .content .pic2{width: 117px;height: 288px;position: absolute;right: 0;bottom: 0;}
.sy_section6 .content .wordsbox{width: 786px;position: absolute;left: 0;top: 0;padding: 78px 226px 10px 24px;}
.sy_section6 .content .wordsbox h3{font-size: 30px;color: #333;line-height: 36px;margin-bottom: 32px;font-weight: normal;}
.sy_section6 .content .wordsbox .border{width: 132px;height: 2px;background-color: rgba(241,96,59,0.6);margin-bottom: 46px;}
.sy_section6 .content .wordsbox .info{font-size: 16px;color: #333;line-height: 36px;margin-bottom: 52px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5;}
.sy_section6 .content .wordsbox .ico{width: 34px;height: 21px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section6 .content:hover .wordsbox .ico{margin-left: 14px;}
@media  screen and (max-width: 1400px){
.sy_section6 .content .picbox{height: 420px;}
.sy_section6 .content .pic1{width: 700px;height: 420px;}
.sy_section6 .content .pic2{width: 74px;height: 180px;}
.sy_section6 .content .wordsbox{width: 700px;}
.sy_section6 .content .wordsbox h3{font-size: 36px;line-height: 40px;margin-bottom: 20px;}
.sy_section6 .content .wordsbox .border{width: 100px;}
.sy_section6 .content .wordsbox .info{font-size: 16px;line-height: 30px;margin-bottom: 30px;}
}
@media  screen and (max-width: 1024px){
.sy_section6{padding-top: 20px;padding-bottom: 16px;}
.sy_section6 .content .picbox{height: 140px;}
.sy_section6 .content .pic1{width: 100%;height: 140px;position: absolute;left: 0;top: 0;}
.sy_section6 .content .pic2{display: none;}
.sy_section6 .content .wordsbox{width: 100%;padding: 10px 40px 10px 10px;}
.sy_section6 .content .wordsbox h3{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.sy_section6 .content .wordsbox .border{width: 60px;margin-bottom: 16px;}
.sy_section6 .content .wordsbox .info{font-size: 14px;line-height: 22px;margin-bottom: 10px;-webkit-line-clamp:2;}
.sy_section6 .content .wordsbox .ico{width: 24px;height: 15px;}
.sy_section6 .content:hover .wordsbox .ico{margin-left: 8px;}
}

/*内页banner1*/
.ny_banner1{width: 100%;margin-top: 155px;position: relative;overflow: hidden;}
.ny_banner1 .ba_pic{width: 100%;position: relative;z-index: 4;}
.ny_banner1 .ba_pic img{width: 100%;display: block;}
.ny_banner1 .ba_pic::after{content: "";display: block;width: 1069px;height: 100%;position: absolute;left: 0;top: 0;background: url(images/img64.png)no-repeat right top;background-size: cover;}
.ny_banner1s .ba_pic::after{content: "";display: block;width: 1080px;height: 100%;position: absolute;left: 0;top: 0;background: url(images/img79.png)no-repeat right top;background-size: cover;}
.ny_banner1ss .ba_pic::after{content: "";display: block;width: 1080px;height: 100%;position: absolute;left: 0;top: 0;background: url(images/img99.png)no-repeat right top;background-size: cover;}
.ny_banner1sss .ba_pic::after{content: "";display: block;width: 1080px;height: 100%;position: absolute;left: 0;top: 0;background: url(images/img102.png)no-repeat right top;background-size: cover;}
.ny_banner1 .posi img{display: block;display: block;}
.ny_banner1 .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;z-index: 5;
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_banner1 .wordsbox h2{font-size: 42px;color: #ffffff;line-height: 46px;margin-bottom: 40px;font-weight: lighter;}
.ny_banner1ss .wordsbox h2{margin-bottom: 28px;}
.ny_banner1sss .wordsbox h2{margin-bottom: 28px;}
.ny_banner1s .wordsbox h2{color: #555;}
.ny_banner1 .wordsbox .border{width: 125px;height: 2px;background-color: rgba(241,96,59,0.6);}
@media  screen and (max-width: 1400px){
.ny_banner1 .ba_pic::after{width: 700px;}
}
@media  screen and (max-width: 1024px){
.ny_banner1{margin-top: 60px;}
.ny_banner1 .ba_pic::after{width: 220px;}
.ny_banner1 .wordsbox h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.ny_banner1 .wordsbox .border{width: 60px;}
}

/*内页banner2*/
.ny_banner2{width: 100%;margin-top: 155px;position: relative;overflow: hidden;}
.ny_banner2 .ba_pic{width: 100%;position: relative;z-index: 4;}
.ny_banner2 .ba_pic img{width: 100%;}
.ny_banner2 .ba_pic::after{content: "";display: block;width: 1509px;height: 100%;position: absolute;left: 0;top: 0;background: url(images/img93.png)no-repeat right top;background-size: cover;}
.ny_banner2 .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;padding-right: 14px; z-index: 5;
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_banner2 .wordsbox .date{font-size: 18px;color: #555;line-height: 22px;margin-bottom: 24px;}
.ny_banner2 .wordsbox h2{font-size: 42px;color: #555;line-height: 46px;margin-bottom: 38px; width:80%;}
.ny_banner2 .wordsbox .border{width: 127px;height: 3px;background-color: rgba(241,96,59,0.6);}
.ny_banner2 .wordsbox .zz{font-size: 18px;color: #2b2b2b;line-height: 24px;margin-top: 48px;}
@media  screen and (max-width: 1500px){
.ny_banner2 .ba_pic::after{width: 1300px;}
}
@media  screen and (max-width: 1240px){
.ny_banner2 .ba_pic::after{width: 1024px;}
.ny_banner2 .wordsbox h2{font-size: 30px;line-height: 34px;margin-bottom: 20px;}
}
@media  screen and (max-width: 1024px){
.ny_banner2{margin-top: 60px;}
.ny_banner2 .ba_pic::after{width: 340px;}
.ny_banner2 .wordsbox{padding-right: 0;width: 280px;}
.ny_banner2 .wordsbox .date{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
.ny_banner2 .wordsbox h2{font-size: 16px;line-height: 20px;margin-bottom: 10px; width:100%;}
.ny_banner2 .wordsbox .border{width: 80px;height: 2px;}
.ny_banner2 .wordsbox .zz{font-size: 14px;line-height: 18px;margin-top: 8px;}
}

/*内页banner3*/
.ny_banner3{width: 100%;position: relative;}
.ny_banner3 .ba_pic{width: 100%;}
.ny_banner3 .ba_pic .pics{width: 100%;height: 996px;}
.ny_banner3 .wordsbox{width: 100%;position: absolute;left: 0;top: 0;height: 100%;}
.ny_banner3 .wordsbox::after{content: "";display: block;width: 100%;height: 2px;background-color: #e9eaef;position: absolute;left: 0;bottom: 224px;z-index: 4;}
.ny_banner3 .wordsbox .content{width: 100%;position: relative;height: 100%;padding: 196px 570px 10px 0;z-index: 5;}
.ny_banner3 .wordsbox .content .dq{width: 100%;font-size: 0;margin-bottom: 384px;}
.ny_banner3 .wordsbox .content .dq a{font-size: 15px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;}
.ny_banner3 .wordsbox .content .dq a:hover{color: #eb603e;}
.ny_banner3 .wordsbox .content .dq span{font-size: 15px;color: #ffffff;line-height: 20px;display: inline-block;vertical-align: middle;margin: 0 8px;}
.ny_banner3 .wordsbox .content .tit1{font-size: 46px;color: #ffffff;line-height: 50px;margin-bottom: 20px;font-weight: lighter;}
.ny_banner3 .wordsbox .content .tit2{font-size: 46px;color: #ffffff;line-height: 50px;margin-bottom: 90px;font-weight: lighter;text-transform:initial;}
.ny_banner3 .wordsbox .content .tit1 span,
.ny_banner3 .wordsbox .content .tit2 span{font-size:30px;}
.ny_banner3 .wordsbox .content .tit3{font-size: 20px;color: #ffffff;line-height: 24px;margin-bottom: 20px;}
.ny_banner3 .wordsbox .content .boxs{font-size: 0;}
.ny_banner3 .wordsbox .content .boxs .a{display: inline-block;vertical-align: middle;font-size: 0;}
.ny_banner3 .wordsbox .content .boxs .a:hover{opacity: 0.6;}
.ny_banner3 .wordsbox .content .boxs .a .ico{width: 22px;height: 22px;display: inline-block;vertical-align: middle;margin-right: 3px;}
.ny_banner3 .wordsbox .content .boxs .a .wors{font-size: 20px;color: #ffffff;line-height: 24px;display: inline-block;vertical-align: middle;font-weight: lighter;}
.ny_banner3 .wordsbox .content .boxs .a .wors a{color: #fff}
.ny_banner3 .wordsbox .content .boxs span{display: inline-block;vertical-align: middle;font-size: 20px;color: #ffffff;line-height: 24px;margin: 0 8px;font-weight: lighter;}
.ny_banner3 .wordsbox .content .pic{width: 569px;height: 815px;position: absolute;right: 0;bottom: 0;}
/*20220414start*/
@media  screen and (max-width: 1680px){
.ny_banner3 .wordsbox .content .pic{width: 460px;height: 632px;position: absolute;right: 0;bottom: 0;}
.ny_banner3 .wordsbox .content{padding: 140px 570px 10px 0;}
.ny_banner3 .ba_pic .pics{height: 800px;}
.ny_banner3 .wordsbox .content .dq{margin-bottom: 260px;}
}
@media  screen and (max-width: 1400px){
.ny_banner3 .ba_pic .pics{height: 640px;}
.ny_banner3 .wordsbox .content{padding: 140px 380px 10px 0;}
.ny_banner3 .wordsbox .content .dq{margin-bottom: 208px;}
.ny_banner3 .wordsbox::after{bottom: 146px;}
.ny_banner3 .wordsbox .content .tit1{font-size: 36px;line-height: 40px;margin-bottom: 12px;}
.ny_banner3 .wordsbox .content .tit2{font-size: 36px;line-height: 40px;margin-bottom: 50px;}
.ny_banner3 .wordsbox .content .tit1 span,
.ny_banner3 .wordsbox .content .tit2 span{font-size:24px;}
.ny_banner3 .wordsbox .content .tit3{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.ny_banner3 .wordsbox .content .pic{width: 360px;height: 500px;}

.ny_banner3 .wordsbox .content .boxs .a .ico{width: 18px;height: 18px;margin-right: 2px;}
.ny_banner3 .wordsbox .content .boxs .a .wors{font-size: 14px;line-height: 30px;}
.ny_banner3 .wordsbox .content .boxs span{font-size: 14px;line-height: 30px;margin: 0 4px;}
}
/*20220414end*/
@media  screen and (max-width: 1024px){
.ny_banner3{margin-top: 60px;}
.ny_banner3 .ba_pic .pics{height: 240px;}
.ny_banner3 .wordsbox::after{bottom: 110px;}
.ny_banner3 .wordsbox .content{padding: 30px 140px 0 0;}
.ny_banner3 .wordsbox .content .dq{margin-bottom: 20px;}
.ny_banner3 .wordsbox .content .dq a{font-size: 12px;line-height: 18px;}
.ny_banner3 .wordsbox .content .dq span{font-size: 12px;line-height: 18px;margin: 0 4px;}
.ny_banner3 .wordsbox .content .tit1{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.ny_banner3 .wordsbox .content .tit2{font-size: 16px;line-height: 20px;margin-bottom: 20px;}
.ny_banner3 .wordsbox .content .tit1 span,
.ny_banner3 .wordsbox .content .tit2 span{font-size:12px;}
.ny_banner3 .wordsbox .content .tit3{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.ny_banner3 .wordsbox .content .boxs .a .ico{width: 16px;height: 16px;margin-right: 2px;}
.ny_banner3 .wordsbox .content .boxs .a .wors{font-size: 12px;line-height: 20px;}
.ny_banner3 .wordsbox .content .boxs span{display: none;}
.ny_banner3 .wordsbox .content .pic{width: 140px;height: 196px;}
}

/*当前位置*/
.dq_section{width: 100%;padding-top: 64px;}
.dq_section .cont{width: 100%;font-size: 0;}
.dq_section .cont a{font-size: 16px;color: #555;line-height: 20px;display: inline-block;vertical-align: middle;font-weight: lighter;}
.dq_section .cont a:hover{color: #eb603e;}
.dq_section .cont span{font-size: 16px;color: #555;line-height: 20px;display: inline-block;vertical-align: middle;font-weight: lighter;margin: 0 8px;}
@media  screen and (max-width: 1024px){
.dq_section{padding-top: 30px;}
.dq_section .cont a{font-size: 14px;line-height: 18px;}
.dq_section .cont span{font-size: 14px;line-height: 18px;margin: 0 4px;}
}

/*关于海文 荣誉奖项*/
/*板块1*/
.ryzz_section1{width: 100%;padding-top: 110px;padding-bottom: 38px;}
.ryzz_section1s{padding-bottom: 248px;}
.ryzz_section1ss{padding-bottom: 194px;}
.ryzz_section1 .content{width: 100%;overflow: hidden;position: relative;}
.ryzz_section1 .content .left{width: 63.35%;float: left;padding-right: 62px;font-size: 18px;color: #555;line-height: 36px;text-transform:initial;}
.ryzz_section1 .content .left .text1{font-size: 18px;color: #555;line-height: 36px;margin-bottom: 24px;}
.ryzz_section1 .content .left .text2{width: 100%;}
.ryzz_section1 .content .left .text2 .list{font-size: 14px;color: #555;line-height: 36px;position: relative;padding-left: 38px;margin-bottom: 18px;}
.ryzz_section1 .content .left .text2 .list::after{content: "";display: block;width: 5px;height: 5px;background-color: #231815;position: absolute;left: 0;top: 15px;border-radius: 100%;
/*transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);*/}
.ryzz_section1 .content .left .text2 .list:last-child{margin-bottom: 0;}
.ryzz_section1 .content .left img{width: 100%;display: block;}
.ryzz_section1 .content .right{width: 36.65%;float: right;padding-left: 78px;border-left: 2px solid #eee;}
.ryzz_section1 .content .right ul{width: 100%;padding-bottom: 52px;}
.ryzz_section1 .content .right ul li{width: 100%;}
.ryzz_section1 .content .right ul li a{display: block;width: 100%;overflow: hidden;border-bottom: 2px solid #eee;padding-bottom: 20px;margin-bottom: 26px;padding-right: 8px;}
.ryzz_section1 .content .right ul li:last-child a{margin-bottom: 0;}
.ryzz_section1 .content .right ul li a .words{float: left;font-size: 18px;color: #555;line-height: 22px;}
.ryzz_section1 .content .right ul li a .ico{width: 10px;height: 22px;float: right;opacity: 0;}
.ryzz_section1 .content .right ul li a:hover .words,
.ryzz_section1 .content .right ul li a.on .words{color: #027cbc;}
.ryzz_section1 .content .right ul li a:hover .ico,
.ryzz_section1 .content .right ul li a.on .ico{opacity: 1;}
@media  screen and (max-width: 1400px){
.ryzz_section1 .content .left{padding-right: 40px;}
.ryzz_section1 .content .right{padding-left: 40px;}
}
@media  screen and (max-width: 1024px){
.ryzz_section1{padding-top: 30px;padding-bottom: 30px;}
.ryzz_section1 .content::after{content: "";display: none;}
.ryzz_section1 .content .left{width: 100%;padding-right: 0;font-size: 14px;line-height: 20px;margin-top: 14px;text-align: justify;}
.ryzz_section1 .content .left .text1{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.ryzz_section1 .content .left .text2 .list{font-size: 14px;line-height: 20px;padding-left: 20px;margin-bottom: 10px;}
.ryzz_section1 .content .left .text2 .list::after{top:9px;}
.ryzz_section1 .content .right{width: 100%;padding-left: 0;border-left: 0;}
.ryzz_section1 .content .right ul{padding-bottom: 0;}
.ryzz_section1 .content .right ul li a{padding-bottom: 12px;margin-bottom: 12px;padding-right: 6px;}
.ryzz_section1 .content .right ul li a .words{font-size: 14px;line-height: 20px;}
.ryzz_section1 .content .right ul li a .ico{height: 20px;}
}

/*版块2*/
.ryzz_section2{width: 100%;padding-bottom: 288px;}
.ryzz_section2 ul{width: 100%;}
.ryzz_section2 ul li{width: 100%;margin-bottom: 102px;}
.ryzz_section2 ul li:last-child{margin-bottom: 0;}
.ryzz_section2 ul li .left{width: 306px;float: left;}
.ryzz_section2 ul li .left img{max-width: 100%;display: block;
-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;}
.ryzz_section2 ul li:hover .left img{
transform: scale(0.95);
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-o-transform: scale(0.95);
-ms-transform: scale(0.95);}
.ryzz_section2 ul li .right{float: left;
width: calc(100% - 306px);
width: -ms-calc(100% - 306px);
width: -o-calc(100% - 306px);
width: -moz-calc(100% - 306px);
width: -webkit-calc(100% - 306px);}
.ryzz_section2 ul li .right .tit1{font-size: 14px;color: #555;line-height: 24px;margin-bottom: 20px;}
.ryzz_section2 ul li .right .border{width: 605px;height: 2px;background-color: #cfd0d0;margin-bottom: 46px;}
.ryzz_section2 ul li .right .tit2{font-size: 14px;color: #555;line-height: 18px;margin-bottom: 24px;}
.ryzz_section2 ul li .right .listbox{width: 100%;overflow: hidden;margin: -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);}
.ryzz_section2 ul li .right .listbox .list{float: left;padding: 10px; padding-left:46px; position:relative;}
.ryzz_section2 ul li .right .listbox .list:nth-child(odd){width: 520px;}
.ryzz_section2 ul li .right .listbox .list:nth-child(even){
width: calc(100% - 520px);
width: -ms-calc(100% - 520px);
width: -o-calc(100% - 520px);
width: -moz-calc(100% - 520px);
width: -webkit-calc(100% - 520px);}
.ryzz_section2 ul li .right .listbox .list .ico{width: 20px;height: 20px;display: inline-block;vertical-align: middle;/*margin-right: 36px;*/ position:absolute; left:10px; top:10px;}
/*.ryzz_section2 ul li .right .listbox .list:nth-child(even) .ico{margin-right: 26px;}*/
.ryzz_section2 ul li .right .listbox .list .words{font-size: 14px;color: #555;line-height: 22px;display: inline-block;vertical-align: middle;}
.ryzz_section2 ul li .right .tit3{font-size: 14px;color: #555;line-height: 18px;margin-bottom: 24px;margin-top: 24px;}
.ryzz_section2 ul li .right .listbox2{width: 100%;font-size: 0;}
.ryzz_section2 ul li .right .listbox2 .ico{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 12px;}
.ryzz_section2 ul li .right .listbox2 .words{font-size: 18px;color: #555;line-height: 22px;display: inline-block;vertical-align: middle;}
@media  screen and (max-width: 1400px){
.ryzz_section2 ul li .left{width: 260px;}
.ryzz_section2 ul li .right{
width: calc(100% - 260px);
width: -ms-calc(100% - 260px);
width: -o-calc(100% - 260px);
width: -moz-calc(100% - 260px);
width: -webkit-calc(100% - 260px);}
.ryzz_section2 ul li .right .listbox .list{padding-left:40px;}
.ryzz_section2 ul li .right .listbox .list:nth-child(odd){width: 400px;}
.ryzz_section2 ul li .right .listbox .list:nth-child(even){
width: calc(100% - 400px);
width: -ms-calc(100% - 400px);
width: -o-calc(100% - 400px);
width: -moz-calc(100% - 400px);
width: -webkit-calc(100% - 400px);}
.ryzz_section2 ul li .right .listbox .list .ico{width: 20px;height: 20px;display: inline-block;vertical-align: middle;/*margin-right: 20px;*/}
.ryzz_section2 ul li .right .listbox .list:nth-child(even) .ico{margin-right: 16px;}
}
@media  screen and (max-width: 1024px){
.ryzz_section2{padding-bottom: 30px;}
.ryzz_section2 ul li{margin-bottom: 22px;padding-bottom: 22px;border-bottom: 1px solid #eee;}
.ryzz_section2 ul li .left{width: 100%;text-align: center;margin-bottom: 14px;}
.ryzz_section2 ul li .left img{display: inline-block;}
.ryzz_section2 ul li .right{width: 100%;}
.ryzz_section2 ul li .right .tit1{font-size: 16px;line-height: 22px;margin-bottom: 14px;}
.ryzz_section2 ul li .right .border{width: 120px;margin-bottom: 14px;}
.ryzz_section2 ul li .right .tit2{font-size: 14px;color: #555;line-height: 18px;margin-bottom: 14px;}
.ryzz_section2 ul li .right .listbox{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);}
.ryzz_section2 ul li .right .listbox .list{padding: 8px; padding-left:26px;}
.ryzz_section2 ul li .right .listbox .list:nth-child(odd){width: 100%;font-size: 0;}
.ryzz_section2 ul li .right .listbox .list:nth-child(even){width: 100%;font-size: 0;}
.ryzz_section2 ul li .right .listbox .list .ico{width: 16px;height: 16px;/*margin-right: 10px;*/ left:8px; }
.ryzz_section2 ul li .right .listbox .list:nth-child(even) .ico{margin-right: 10px;}
.ryzz_section2 ul li .right .listbox .list .words{font-size: 14px;line-height: 20px;
width: calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: -o-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: -webkit-calc(100% - 30px);}
.ryzz_section2 ul li .right .tit3{margin-bottom: 14px;margin-top: 14px;}
.ryzz_section2 ul li .right .listbox2 .ico{width: 16px;height: 16px;margin-right: 10px;}
.ryzz_section2 ul li .right .listbox2 .words{font-size: 14px;line-height: 20px;
width: calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: -o-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: -webkit-calc(100% - 30px);}
}

/*关于海问*/
.gyhw_section{width: 100%;padding-bottom: 268px;}
.gyhw_sections{padding-bottom: 160px;}
.gyhw_section h2{font-size: 42px;color: #555;line-height: 46px;margin-bottom: 66px;font-weight: lighter;}
.gyhw_sections h2{margin-bottom: 76px;}
.gyhw_section .content{width: 100%;position: relative;}
.gyhw_section .content .picbox{width: 100%;height: 378px;overflow: hidden;}
.gyhw_section .content .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;}
.gyhw_section .content: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);}
.gyhw_section .content .tc{width: 959px;height: 378px;position: absolute;left: 0;top: 0;z-index: 4;}
.gyhw_sections .content .tc{width: 982px;}
.gyhw_section .content .wordsbox{width: 959px;position: absolute;left: 0;top: 0;padding: 116px 246px 10px 58px;z-index: 5;}
.gyhw_sections .content .wordsbox{width: 982px;padding: 118px 20px 20px 54px;}
.gyhw_section .content .wordsbox .text{font-size: 16px;color: #ffffff;line-height: 30px;margin-bottom: 46px;letter-spacing: 0;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.gyhw_section .content .wordsbox .ico{width: 41px;height: 33px;
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;}
.gyhw_section .content:hover .wordsbox .ico{margin-left: 14px;}
@media  screen and (max-width: 1400px){
.gyhw_section .content .picbox{height: 300px;}
.gyhw_section .content .tc{width: 680px;height: 300px;}
.gyhw_section .content .wordsbox{width: 680px;padding: 40px;}
.gyhw_sections .content .tc{width: 800px;height: 300px;}
.gyhw_sections .content .wordsbox{width: 800px;padding: 40px;}
}
@media  screen and (max-width: 1024px){
.gyhw_section{padding-bottom: 30px;}
.gyhw_section h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.gyhw_section .content .picbox{height: 100px;}
.gyhw_section .content .tc{width: 100%;height: 100px;}
.gyhw_section .content .wordsbox{width: 100%;padding: 10px 40px 10px 10px;}
.gyhw_section .content .wordsbox .text{font-size: 14px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:2;}
.gyhw_section .content .wordsbox .ico{width: 24px;height: 20px;}
.gyhw_section .content:hover .wordsbox .ico{margin-left: 8px;}
}

/*关于海问 大事记*/
.dsj_section{width: 100%;padding-bottom: 140px;}
.dsj_section h2{font-size: 42px;color: #555;line-height: 46px;margin-bottom: 56px;font-weight: lighter;}
.dsj_section .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);}
.dsj_section .ul .li{height: auto;padding: 0 15px;}
.dsj_section .ul .li a{display: block;width: 100%;}
.dsj_section .ul .li a .pic{ width: 100%; padding-bottom: 61.29%; 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;}
.dsj_section .ul .li a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.dsj_section .ul .li a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.dsj_section .ul .li a .wordsbox{width: 100%;background-color: #f7f8f8;padding: 24px 38px 28px 20px;}
.dsj_section .ul .li a .wordsbox h3{font-size: 23px;color: #555;line-height: 26px;margin-bottom: 20px;font-weight: lighter;}
.dsj_section .ul .li a:hover .wordsbox h3{color: #eb603e;}
.dsj_section .ul .li a .wordsbox .boxs{width: 100%;overflow: hidden;}
.dsj_section .ul .li a .wordsbox .boxs .wordsl{float: left;font-size: 14px;color: #027cbc;line-height: 23px;font-weight: lighter;}
.dsj_section .ul .li a .wordsbox .boxs .icor{width: 35px;height: 23px;float: right;}
@media  screen and (max-width: 1024px){
.dsj_section{padding-bottom: 30px;}
.dsj_section h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.dsj_section .ul{margin: 0;width: 100%;padding-bottom: 24px;}
.dsj_section .ul .li{padding: 0;}
.dsj_section .ul .li a .wordsbox{padding: 12px;}
.dsj_section .ul .li a .wordsbox h3{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.dsj_section .ul .li a .wordsbox .boxs .wordsl{font-size: 12px;line-height: 18px;}
.dsj_section .ul .li a .wordsbox .boxs .icor{width: 26px;height: 18px;}
.dsj_section .ul .slick-dots{ position: absolute; bottom: 0; height: 8px; text-align: center;}
.dsj_section .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #dddddd;}
.dsj_section .ul .slick-dots li.slick-active{ background: #eb603e;width: 16px;}
}

/*海问动态 新闻资讯*/
.xwzx_section{width: 100%;padding-top: 24px;padding-bottom: 194px;}
.xwzx_section .ejbox{width: 100%;font-size: 0;text-align: center;margin-bottom: 120px;}
.xwzx_section .ejbox .list{display: inline-block;vertical-align: middle;padding: 0 45px;}
.xwzx_section .ejbox .list a{display: block;font-size: 0;}
.xwzx_section .ejbox .list a .words{font-size: 20px;color: #555;line-height: 24px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.xwzx_section .ejbox .list a:hover .words,
.xwzx_section .ejbox .list a.on .words{color: #036eb8;}
.xwzx_section .ejbox .list a .ico{width: 12px;height: 12px;border-bottom: 1px solid #555;border-right: 1px solid #555;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);}
.xwzx_section .ejbox .list a:hover .ico,
.xwzx_section .ejbox .list a.on .ico{border-color: #036eb8;}
.xwzx_section .qh_t{margin: 0 -16px;position: relative;z-index: 5;
width: calc(100% + 32px);
width: -ms-calc(100% + 32px);
width: -o-calc(100% + 32px);
width: -moz-calc(100% + 32px);
width: -webkit-calc(100% + 32px);}
.xwzx_section .qh_t::after{content: "";display: block;clear: both;}
.xwzx_section .qh_t .list{width: 23%;float: left;padding: 0 16px;}
.xwzx_section .qh_t .list:last-child{width:31%;}
.xwzx_section .qh_t .list .tboxs{width: 100%;position: relative;}
.xwzx_section .qh_t .list ._t{display: block;width: 100%;border: 1px solid #eee;padding: 24px 24px 24px 36px;overflow: hidden;cursor: pointer;}
.xwzx_section .qh_t .list ._t .words{font-size: 21px;color: #555;line-height: 24px;float: left;}
.xwzx_section .qh_t .list ._t:hover .words{color: #036eb8;}
.xwzx_section .qh_t .list ._t .ico{width: 21px;height: 22px;float: right;}
.xwzx_section .qh_t .list ._b{display: none; width: 100%;position: absolute;left: 0;top: 100%;border: 2px solid #eee;border-top: 0;overflow: hidden;overflow-y: auto;scrollbar-width: thin;max-height: 224px;}
.xwzx_section .qh_t .list ._b::-webkit-scrollbar{width: 5px;}
.xwzx_section .qh_t .list ._b::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 3px;}
.xwzx_section .qh_t .list ._b::-webkit-scrollbar-thumb{ width: 5px;  background-color: #C4C4C4; border-radius: 5px;}
.xwzx_section .qh_t .list ._b .listbox2{width: 100%;background-color: #eee;}
.xwzx_section .qh_t .list ._b .listbox2 .list2{width: 100%;border-bottom: 1px solid #999;}
.xwzx_section .qh_t .list ._b .listbox2 .list2:last-child{border-bottom: 0;}
.xwzx_section .qh_t .list ._b .listbox2 .list2 a{display: block;font-size: 16px;color: #595757;line-height: 20px;padding: 16px 18px 18px 18px;}
.xwzx_section .cont{width: 100%;margin-top: 134px;position: relative;z-index: 4;}
.xwzx_section .cont ul{margin: -40px -30px;overflow: hidden;
width: calc(100% + 60px);
width: -ms-calc(100% + 60px);
width: -o-calc(100% + 60px);
width: -moz-calc(100% + 60px);
width: -webkit-calc(100% + 60px);}
.xwzx_section .cont ul li{width: 33.33333%;float: left;padding: 40px 30px;}
.xwzx_section .cont ul li a{display: block;width: 100%;padding: 0 22px;border-left: 1px solid #eee;}
.xwzx_section .cont ul li a .tit{font-size: 18px;color: #555;line-height: 32px;margin-bottom: 10px;height: 64px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwzx_section .cont ul li a:hover .tit{color: #036eb8}
.xwzx_section .cont ul li a .date{font-size: 12px;color: #555;line-height: 18px;}
.xwzx_section .cont ul li a:hover .date{color: #036eb8}
.xwzx_section .pagebox{font-size: 0;text-align: center;margin-top: 136px;}
.xwzx_section .pagebox a{display: inline-block;vertical-align: middle;font-size: 18px;color: #555;line-height: 22px;margin: 0 17px;}
.xwzx_section .pagebox a:hover,
.xwzx_section .pagebox a.on{color: #036eb8;}
.xwzx_section .pagebox a.as{border-bottom: 1px solid #8b8a89;}
.xwzx_section .pagebox a.as:hover,
.xwzx_section .pagebox a.as.on{border-bottom-color: #036eb8;}
.xwzx_section .pagebox a .img2{display: none;}
.xwzx_section .pagebox a:hover .img1{display: none;}
.xwzx_section .pagebox a:hover .img2{display: block;}

.xwzx_section.yjwzbox .qh_t{text-align:center;}
.xwzx_section.yjwzbox .qh_t .list{display:inline-block; float:none; text-align:initial;}


@media  screen and (max-width: 1400px){
.xwzx_section .qh_t .list ._t{padding: 12px;}
.xwzx_section .qh_t{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);}
.xwzx_section .qh_t .list{padding: 0 10px;}
.xwzx_section .qh_t .list a .words{font-size: 16px;}
.xwzx_section .qh_t .list ._t .words{font-size: 16px;}
}
@media  screen and (max-width: 1024px){
.xwzx_section{padding-top: 30px;padding-bottom: 30px;}
.xwzx_section .ejbox{margin-bottom: 12px;}
.xwzx_section .ejbox .list{padding: 0 10px;}
.xwzx_section .ejbox .list a .words{font-size: 16px;line-height: 20px;margin-right: 6px;}
.xwzx_section .ejbox .list a .ico{width: 8px;height: 8px;margin-top: -4px;}
.xwzx_section .qh_t{margin: -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);}
.xwzx_section .qh_t .list{width: 100% !important;padding: 6px;position: relative;}
.xwzx_section .qh_t .list:nth-child(1){z-index: 4}
.xwzx_section .qh_t .list:nth-child(2){z-index: 3}
.xwzx_section .qh_t .list:nth-child(3){z-index: 2}
.xwzx_section .qh_t .list:nth-child(4){z-index: 1}
.xwzx_section .qh_t .list ._t{padding: 8px 12px;}
.xwzx_section .qh_t .list ._t .words{font-size: 14px;line-height: 20px;color: #666;}
.xwzx_section .qh_t .list ._t .ico{width: 14px;height: 16px;margin-top: 2px;}
.xwzx_section .qh_t .list ._b{max-height: 132px;}
.xwzx_section .qh_t .list ._b .listbox2 .list2 a{font-size: 14px;line-height: 18px;padding: 12px;}
.xwzx_section .cont{margin-top: 14px;}
.xwzx_section .cont ul{margin: -6px 0;width: 100%;}
.xwzx_section .cont ul li{width: 100%;padding: 6px 0;}
.xwzx_section .cont ul li a{padding: 0 12px;}
.xwzx_section .cont ul li a .tit{font-size: 14px;line-height: 24px;margin-bottom: 6px;height: 48px;}
.xwzx_section .pagebox{margin-top: 14px;}
.xwzx_section .pagebox a{font-size: 14px;line-height: 18px;margin: 0 5px;}

.xwzx_section.yjwzbox .qh_t .list{float:left;}
}

/*海问动态 新闻资讯 文章*/
.dqfx_section{width: 100%;padding-top: 62px;}
.dqfx_section .content{width: 100%;overflow: hidden;}
.dqfx_section .content .dq_section{padding-top: 0;float: left;width: auto;}
.dqfx_section .content .fx{float: right;}
.dqfx_section .content .fx .listbox{overflow: hidden;}
.dqfx_section .content .fx .listbox .list{margin-left: 12px;float: left;}
.dqfx_section .content .fx .listbox .list:first-child{margin-left: 0;}
.dqfx_section .content .fx .listbox .list .ico{width: 23px;height: 23px;}
.dqfx_section .content .fx .listbox .list:first-child .ico{width: 22px;height: 22px;}
.dqfx_section .content .fx .listbox .list .ico:hover{opacity: 0.6;}
@media  screen and (max-width: 1024px){
.dqfx_section{display: none;}
}

.xwzxwz_section1{width: 100%;padding-top: 96px;padding-bottom: 218px;}
.xwzxwz_section1 .text1{font-size: 14px;color: #999;line-height: 30px;margin-bottom: 64px;}
.xwzxwz_section1 .text2{font-size: 18px;color: #999;line-height: 30px;margin-bottom: 64px;text-align: center;}
.xwzxwz_section1 .text3{font-size: 18px;color: #999;line-height: 30px;margin-bottom: 70px;}
.xwzxwz_section1 .page{width: 100%;}
.xwzxwz_section1 .page .boxs{width: 100%;font-size: 0;}
.xwzxwz_section1 .page .boxs.prev{margin-bottom: 14px;}
.xwzxwz_section1 .page .boxs .words1{width: 132px;line-height: 42px;border: 2px solid #f5f5f5;text-align: center;font-size: 14px;color: #555;display: inline-block;vertical-align: middle;}
.xwzxwz_section1 .page .boxs:hover .words1{color: #fff;background-color: #eb603e;border-color: #eb603e;}
.xwzxwz_section1 .page .boxs .words2{font-size: 18px;color: #555;line-height: 30px;display: inline-block;vertical-align: middle;padding-left: 22px;
width: calc(100% - 134px);
width: -ms-calc(100% - 134px);
width: -o-calc(100% - 134px);
width: -moz-calc(100% - 134px);
width: -webkit-calc(100% - 134px);}
.xwzxwz_section1 .page .boxs:hover .words2{color: #eb603e;}
@media  screen and (max-width: 1024px){
.xwzxwz_section1{padding-top: 30px;padding-bottom: 30px;}
.xwzxwz_section1 .text1{font-size: 14px;line-height: 24px;margin-bottom: 12px;text-align: justify;color: #999;}
.xwzxwz_section1 .text2{font-size: 14px;line-height: 24px;margin-bottom: 12px;color: #999;}
.xwzxwz_section1 .text3{font-size: 14px;line-height: 24px;margin-bottom: 16px;text-align: justify;color: #999;}
.xwzxwz_section1 .page .boxs.prev{margin-bottom: 10px;}
.xwzxwz_section1 .page .boxs .words1{width: 100px;line-height: 34px;font-size: 12px;}
.xwzxwz_section1 .page .boxs .words2{font-size: 14px;line-height: 22px;padding-left: 10px;color: #999;
width: calc(100% - 102px);
width: -ms-calc(100% - 102px);
width: -o-calc(100% - 102px);
width: -moz-calc(100% - 102px);
width: -webkit-calc(100% - 102px);}
}

.xwzxwz_section2{width: 100%;padding-bottom: 130px;}
.xwzxwz_section2 h2{font-size: 42px;color: #555;line-height: 46px;margin-bottom: 56px;font-weight: lighter;}
.xwzxwz_section2 .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);}
.xwzxwz_section2 .ul .li{padding: 0 15px;height: auto;}
.xwzxwz_section2 .ul .li a{display: block;width: 100%;background-color: #f7f8f8;padding: 32px;
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;}
.xwzxwz_section2 .ul .li a:hover{
transform: scale(0.96);
-webkit-transform: scale(0.96);
-moz-transform: scale(0.96);
-o-transform: scale(0.96);
-ms-transform: scale(0.96);}
.xwzxwz_section2 .ul .li a .tit1{font-size: 23px;color: #555;line-height: 30px;margin-bottom: 16px;height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwzxwz_section2 .ul .li a .date{font-size: 14px;color: #555;line-height: 18px;border-top: 2px solid #eaebeb;padding-top: 16px;margin-bottom: 36px;}
.xwzxwz_section2 .ul .li a .tit2{font-size: 14px;color: #555;line-height: 30px;height: 120px;margin-bottom: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.xwzxwz_section2 .ul .li a .morebnox{width: 100%;overflow: hidden;}
.xwzxwz_section2 .ul .li a .morebnox .words{float: left;font-size: 14px;color: #027cbc;line-height: 22px;}
.xwzxwz_section2 .ul .li a .morebnox .ico{float: right;width: 36px;height: 22px;}
@media  screen and (max-width: 1024px){
.xwzxwz_section2{padding-bottom: 30px;}
.xwzxwz_section2 h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.xwzxwz_section2 .ul{margin: 0;width: 100%;padding-bottom: 24px;}
.xwzxwz_section2 .ul .li{padding: 0;}
.xwzxwz_section2 .ul .li a{padding: 12px;}
.xwzxwz_section2 .ul .li a .tit1{font-size: 16px;line-height: 22px;margin-bottom: 12px;height: 44px;}
.xwzxwz_section2 .ul .li a .date{font-size: 12px;line-height: 16px;padding-top: 10px;margin-bottom: 10px;}
.xwzxwz_section2 .ul .li a .tit2{line-height: 24px;height: 96px;margin-bottom: 12px;}
.xwzxwz_section2 .ul .li a .morebnox .words{font-size: 12px;line-height: 18px;}
.xwzxwz_section2 .ul .li a .morebnox .ico{width: 24px;height: 16px;}
.xwzxwz_section2 .ul .slick-dots{ position: absolute; bottom: 0; height: 8px; text-align: center;}
.xwzxwz_section2 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 8px; margin: 0 4px; background: #dddddd;}
.xwzxwz_section2 .ul .slick-dots li.slick-active{ background: #eb603e;width: 16px;}
}

/*海问动态 研究文章 文章*/
.yjwzwz_section{width: 100%;padding-top: 104px;padding-bottom: 204px;}
.yjwzwz_section .content{width: 100%;overflow: hidden;position: relative;margin-bottom: 130px;}
.yjwzwz_section .content::after{content: "";display: block;width: 2px;height: 100%;background-color: #eee;position: absolute;left: 78.77%;top: 0;}
.yjwzwz_section .content .left{float: left;width: 78.77%;padding-right: 94px;padding-top: 56px;}
.yjwzwz_section .content .left .text1{font-size: 14px;color: #999;line-height: 30px;margin-bottom: 0px;letter-spacing: 2px;}
.yjwzwz_section .content .left .text2{font-size: 18px;color: #999;line-height: 20px;}
.yjwzwz_section .content .right{width: 21.23%;float: left;padding-left: 94px;}
.yjwzwz_section .content .right h2{font-size: 24px;color: #555;line-height: 28px;margin-bottom: 32px;}
.yjwzwz_section .content .right .listbox{width: 100%;}
.yjwzwz_section .content .right .listbox .list{width: 100%;margin-bottom: 30px;}
.yjwzwz_section .content .right .listbox .list:last-child{margin-bottom: 0;}
.yjwzwz_section .content .right .listbox .list .pic{ width: 100%; /*padding-bottom: 109.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;}
.yjwzwz_section .content .right .listbox .list .pic img{ width: 100%; display:block; /*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;}

.yjwzwz_section .content .right .listbox .list:hover .pic img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform: scale(1.1);}

/*.yjwzwz_section .content .right .listbox .list: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);}*/
.yjwzwz_section .content .right .listbox .list .wordsbox{width: 100%;padding-top: 18px;}
.yjwzwz_section .content .right .listbox .list .wordsbox .words1{font-size: 18px;color: #555;line-height: 22px;margin-bottom: 8px;}
.yjwzwz_section .content .right .listbox .list .wordsbox .words2{font-size: 18px;color: #555;line-height: 22px;margin-bottom: 4px;}
.yjwzwz_section .content .right .listbox .list .wordsbox .ico{width: 5px;height: 10px;}
.yjwzwz_section .page{width: 100%;}
.yjwzwz_section .page .boxs{width: 100%;font-size: 0;}
.yjwzwz_section .page .boxs.prev{margin-bottom: 14px;}
.yjwzwz_section .page .boxs .words1{width: 132px;line-height: 42px;border: 2px solid #f5f5f5;text-align: center;font-size: 14px;color: #555;display: inline-block;vertical-align: middle;}
.yjwzwz_section .page .boxs:hover .words1{color: #fff;background-color: #eb603e;border-color: #eb603e;}
.yjwzwz_section .page .boxs .words2{font-size: 18px;color: #555;line-height: 30px;display: inline-block;vertical-align: middle;padding-left: 22px;
width: calc(100% - 134px);
width: -ms-calc(100% - 134px);
width: -o-calc(100% - 134px);
width: -moz-calc(100% - 134px);
width: -webkit-calc(100% - 134px);}
.yjwzwz_section .page .boxs:hover .words2{color: #eb603e;}

.yjwzwz_section._zuozhe .content .left{width:100% !important; padding-right:0 !important;}
.yjwzwz_section._zuozhe .content .right{display:none;}
.yjwzwz_section._zuozhe .content::after{display:none !important;}


@media  screen and (max-width: 1400px){
.yjwzwz_section .content{margin-bottom: 80px;}
.yjwzwz_section .content .left{width: 78%;padding-right: 40px;padding-top: 20px;}
.yjwzwz_section .content .right{width: 22%;float: left;padding-left: 40px;}
.yjwzwz_section .content::after{left: 78%;}
}
@media  screen and (max-width: 1024px){
.yjwzwz_section{padding-top: 30px;padding-bottom: 30px;}
.yjwzwz_section .content{margin-bottom: 14px;}
.yjwzwz_section .content::after{display: none;}
.yjwzwz_section .content .left{width: 100%;padding-right: 0;padding-top: 0;}
.yjwzwz_section .content .left .text1{font-size: 14px;line-height: 24px;margin-bottom: 10px;color: #999;}
.yjwzwz_section .content .left .text2{font-size: 14px;line-height: 18px;color: #999;}
.yjwzwz_section .content .right{width: 100%;padding-left: 0;margin-top: 16px;}
.yjwzwz_section .content .right h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.yjwzwz_section .content .right .listbox{margin: -5px;overflow: hidden;
width: calc(100% + 10px);
width: -ms-calc(100% + 10px);
width: -o-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: -webkit-calc(100% + 10px);}
.yjwzwz_section .content .right .listbox .list{margin-bottom: 0;width: 50%;padding: 5px;float: left;}
.yjwzwz_section .content .right .listbox .list .wordsbox{padding-top: 10px;}
.yjwzwz_section .content .right .listbox .list .wordsbox .words1{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.yjwzwz_section .content .right .listbox .list .wordsbox .words2{font-size: 14px;line-height: 20px;margin-bottom: 2px;}
.yjwzwz_section .page .boxs.prev{margin-bottom: 10px;}
.yjwzwz_section .page .boxs .words1{width: 100px;line-height: 34px;font-size: 12px;}
.yjwzwz_section .page .boxs .words2{font-size: 14px;line-height: 22px;padding-left: 10px;
width: calc(100% - 102px);
width: -ms-calc(100% - 102px);
width: -o-calc(100% - 102px);
width: -moz-calc(100% - 102px);
width: -webkit-calc(100% - 102px);}
}

/*加入我们*/
.jrwm_section{width: 100%;padding-top: 100px;padding-bottom: 280px;}
.jrwm_section .content{width: 100%;overflow: hidden;}
.jrwm_section .content .left{width: 160px;float: left;}
.jrwm_section .content .left .listbox{width: 100%;}
.jrwm_section .content .left .listbox .list{width: 100%;margin-bottom: 32px;}
.jrwm_section .content .left .listbox .list a{display: block;width: 116px;height: 46px;line-height: 46px;text-align: center;font-size: 18px;color: #000000;}
.jrwm_section .content .left .listbox .list.on a,
.jrwm_section .content .left .listbox .list:hover a{background: url(images/zimg119.jpg)no-repeat center center;background-size: cover;color: #fff;}
.jrwm_section .content .right{float: right;
width: calc(100% - 160px);
width: -ms-calc(100% - 160px);
width: -o-calc(100% - 160px);
width: -moz-calc(100% - 160px);
width: -webkit-calc(100% - 160px);}
.jrwm_section .content .right ul{width: 100%;}
.jrwm_section .content .right ul li{width: 100%;background-color: #f7f7f7;padding: 34px 54px 58px 54px;margin-bottom: 52px;}
.jrwm_section .content .right ul li:last-child{margin-bottom: 0;}
.jrwm_section .content .right ul li .tit1{font-size: 18px;color: #036eb7;line-height: 24px;margin-bottom: 12px;}
.jrwm_section .content .right ul li .info{font-size: 18px;color: #000000;line-height: 36px;}
@media  screen and (max-width: 1400px){
.jrwm_section{padding-top: 80px;padding-bottom: 80px;}
.jrwm_section .content .right ul li{padding: 30px;margin-bottom: 40px;}
.jrwm_section .content .right ul li .tit1{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.jrwm_section .content .right ul li .info{font-size: 16px;line-height: 26px;}
}
@media  screen and (max-width: 1024px){
.jrwm_section{padding-top: 30px;padding-bottom: 30px;}
.jrwm_section .content .left{width: 100%;font-size: 0;text-align: center;margin-bottom: 14px;}
.jrwm_section .content .left .listbox{font-size: 0;text-align: center;}
.jrwm_section .content .left .listbox .list{ width: auto;display: inline-block;vertical-align: middle;margin: 0 6px;}
.jrwm_section .content .left .listbox .list a{width: 116px;height: 36px;line-height: 36px;font-size: 14px;}
.jrwm_section .content .right{width: 100%;}
.jrwm_section .content .right ul li{padding: 12px;margin-bottom: 14px;}
.jrwm_section .content .right ul li .tit1{font-size: 14px;line-height: 20px;margin-bottom: 8px;}
.jrwm_section .content .right ul li .info{font-size: 14px;line-height: 24px;}
}



/*联系我们*/
.lxwm_section{width: 100%;padding-top: 156px;padding-bottom: 204px;}
.lxwm_section ul{width: 100%;}
.lxwm_section ul li{width: 100%;margin-bottom: 126px;}
.lxwm_section ul li:last-child{margin-bottom: 0;}
.lxwm_section ul li h2{font-size: 32px;color: #555;line-height: 36px;margin-bottom: 36px;font-weight: lighter;}
.lxwm_section ul li .cont{width: 100%;font-size: 0;}
.lxwm_section ul li .cont::after{content: "";display: block;clear: both;}
.lxwm_section ul li .cont .left{width: 57.7%;display: inline-block;vertical-align: middle; border: 2px solid #eee;padding: 20px 14px 16px 16px;}
.lxwm_section ul li .cont .left .picbox{width: 100%;height: 244px;overflow: hidden;}
.lxwm_section ul li .cont .left .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;}
.lxwm_section ul li:hover .cont .left .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);}
.lxwm_section ul li .cont .right{width: 42.2%;display: inline-block;vertical-align: middle; padding-left: 124px;position: relative;}
.lxwm_section ul li .cont .right .listbox{width: 100%;}
.lxwm_section ul li .cont .right .listbox .list{width: 100%;overflow: hidden;}
.lxwm_section ul li .cont .right .listbox .list .words1{font-size: 18px;color: #555;line-height: 36px;float: left;width: 54px;}
.lxwm_section ul li .cont .right .listbox .list .words2{font-size: 18px;color: #555;line-height: 36px;float: left;font-weight: lighter;
width: calc(100% - 54px);
width: -ms-calc(100% - 54px);
width: -o-calc(100% - 54px);
width: -moz-calc(100% - 54px);
width: -webkit-calc(100% - 54px);}
@media  screen and (max-width: 1400px){
.lxwm_section ul li .cont .left{width: 56%;padding: 14px;}
.lxwm_section ul li .cont .right{width: 43.9%;padding-left: 60px;}
}
@media  screen and (max-width: 1180px){
.lxwm_section ul li .cont .right{width: 43.8%;padding-left: 40px;}
}
@media  screen and (max-width: 1024px){
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section ul li{margin-bottom: 16px;}
.lxwm_section ul li h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.lxwm_section ul li .cont .left{width: 100%;padding: 10px;}
.lxwm_section ul li .cont .left .picbox{height: 100px;}
.lxwm_section ul li .cont .right{width: 100%;padding-left: 0;padding-top: 12px;}
.lxwm_section ul li .cont .right .listbox .list .words1{font-size: 14px;line-height: 28px;width: 40px;}
.lxwm_section ul li .cont .right .listbox .list .words2{font-size: 14px;line-height: 28px;
width: calc(100% - 40px);
width: -ms-calc(100% - 40px);
width: -o-calc(100% - 40px);
width: -moz-calc(100% - 40px);
width: -webkit-calc(100% - 40px);}
}

/*业务领域*/
.ywly_section{width: 100%;padding-top: 100px;padding-bottom: 132px;}
.ywly_section ul{margin: -12px -31px;overflow: hidden;display:flex; flex-wrap: wrap; align-items: flex-start;
width: calc(100% + 62px);
width: -ms-calc(100% + 62px);
width: -o-calc(100% + 62px);
width: -moz-calc(100% + 62px);
width: -webkit-calc(100% + 62px);}
.ywly_section ul li{width: 33.333%;float: left;padding: 12px 31px;}
.ywly_section ul li a{display: block;width: 100%;padding:  0 34px;background-color: #f2f2f2;}
.ywly_section ul li a:hover{background-color: #f5f5f5;
transform: scale(0.97);
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-o-transform: scale(0.97);
-ms-transform: scale(0.97);}
.ywly_section ul li a .boxs1{width: 100%;font-size: 0;position: relative;overflow: hidden;}
.ywly_section ul li a .boxs1::after{content: "";display: block;width: 1px; height: 100%;background-color: #fdfdfd;position: absolute;left: 74px;top: 0;}
.ywly_section ul li a .boxs1 .icobox{width: 54px;height: 54px;float: left; margin: 5.5px 0;}
.ywly_section ul li a .boxs1 .icobox .ico{width: 100%;height: 100%;}
.ywly_section ul li a .boxs1 .words{font-size: 23px;color: #595757;line-height: 65px;float: left;  padding-left: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;
width: calc(100% - 56px);
width: -ms-calc(100% - 56px);
width: -o-calc(100% - 56px);
width: -moz-calc(100% - 56px);
width: -webkit-calc(100% - 56px);}
.ywly_section ul li a .border{width: 100%;height: 2px;background-color: #dadada;}
@media  screen and (max-width: 1400px){
.ywly_section ul li a .boxs1 .words{font-size: 18px;padding-left: 30px;}
.ywly_section ul li a .boxs1::after{left: 65px;}
}
@media  screen and (max-width: 1024px){
.ywly_section{padding-top: 30px;padding-bottom: 30px;}
.ywly_section 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);}
.ywly_section ul li{width: 50%;padding: 8px;}
.ywly_section ul li a{padding: 5px;}
.ywly_section ul li a .boxs1 .icobox{width: 25px;height: 25px;}
.ywly_section ul li a .boxs1 .words{font-size: 12px;line-height: 36px;color: #888;letter-spacing: 0;padding-left: 8px;
width: calc(100% - 36px);
width: -ms-calc(100% - 36px);
width: -o-calc(100% - 36px);
width: -moz-calc(100% - 36px);
width: -webkit-calc(100% - 36px);}
.ywly_section ul li a .boxs1::after{display: none;}
}

/*专业团队*/
.zytd_section{width: 100%;padding-top: 94px;padding-bottom: 210px;}
.zytd_section .inputbox{width: 100%;position: relative;margin-bottom: 30px;padding: 0 70px 0 30px;border: 2px solid #eee;}
.zytd_section .inputbox .words{font-size: 18px;color: #b5b5b6;position: absolute;left: 30px;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%);}
.zytd_section .inputbox .words.on{display: none;}
.zytd_section .inputbox input{width: 100%;height: 58px;font-size: 18px;color: #b5b5b6;}
.zytd_section .inputbox input::-webkit-input-placeholder{font-size: 18px;color: #b5b5b6;}
.zytd_section .inputbox input:-moz-placeholder{font-size: 18px;color: #b5b5b6;}
.zytd_section .inputbox input::moz-placeholder{font-size: 18px;color: #b5b5b6;}
.zytd_section .inputbox input:-ms-input-placeholder{font-size: 18px;color: #b5b5b6;}
.zytd_section .inputbox .ico{width: 22px;height: 22px;position: absolute;right: 30px;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%);}
.zytd_section .js_sec{width: 100%;margin-bottom: 120px;}
.zytd_section .js_sec .listbox{margin: 0 -44px;
width: calc(100% + 88px);
width: -ms-calc(100% + 88px);
width: -o-calc(100% + 88px);
width: -moz-calc(100% + 88px);
width: -webkit-calc(100% + 88px);}
.zytd_section .js_sec .listbox::after{content: "";display: block;clear: both;}
.zytd_section .js_sec .listbox .list{width: 33.3333%;float: left;padding: 0 44px;}
.zytd_section .js_sec .listbox .lists{width: 100%;position: relative; z-index:20;}
.zytd_section .js_sec .listbox .list ._t{width: 100%;border: 2px solid #eee;overflow: hidden;padding: 10px 20px 10px 12px;}
.zytd_section .js_sec .listbox .list ._t .left{float: left;font-size: 0;}
.zytd_section .js_sec .listbox .list ._t .left .ico{width: 32px;height: 32px;display: inline-block;vertical-align: middle;}
.zytd_section .js_sec .listbox .list ._t .left .words{font-size: 18px;color: #555;line-height: 32px;display: inline-block;vertical-align: middle;margin-left: 8px;}
.zytd_section .js_sec .listbox .list ._t .right{width: 11px;height: 5px;float: right;margin-top: 13.5px;}
.zytd_section .js_sec .listbox .list ._b{position: absolute;left: 0;top: 100%;background-color: #eee;width: 100%;display: none; overflow: hidden;overflow-y: auto;scrollbar-width: thin;max-height: 224px;}
.zytd_section .js_sec .listbox .list ._b::-webkit-scrollbar{width: 5px;}
.zytd_section .js_sec .listbox .list ._b::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 3px;}
.zytd_section .js_sec .listbox .list ._b::-webkit-scrollbar-thumb{ width: 5px;  background-color: #C4C4C4; border-radius: 5px;}

.zytd_section .js_sec .listbox .list ._b .ls{width: 100%; border-bottom: 1px solid #999;}
.zytd_section .js_sec .listbox .list ._b .ls:last-child{border-bottom: 0;}
.zytd_section .js_sec .listbox .list ._b .ls a{display: block;font-size: 16px;color: #595757;line-height: 20px;padding: 16px 20px 16px 12px;}

.zytd_section .pagebox{font-size: 0;text-align: center;margin-top: 136px;}
.zytd_section .pagebox a{display: inline-block;vertical-align: middle;font-size: 18px;color: #555;line-height: 22px;margin: 0 17px;}
.zytd_section .pagebox a:hover,
.zytd_section .pagebox a.on{color: #036eb8;}
.zytd_section .pagebox a.as{border-bottom: 1px solid #8b8a89;}
.zytd_section .pagebox a.as:hover,
.zytd_section .pagebox a.as.on{border-bottom-color: #036eb8;}
.zytd_section .pagebox a .img2{display: none;}
.zytd_section .pagebox a:hover .img1{display: none;}
.zytd_section .pagebox a:hover .img2{display: block;}


/*20241230start*/
.zytd_section ul{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;width: calc(100% + 40px);margin: -30px -20px;}
.zytd_section ul li{width: 33.3333%;padding: 30px 20px;}
.zytd_section ul a{display: flex;justify-content: flex-start;align-items: center;background: #f7f8f8;}
.zytd_section ul a .left{width: 58.8%;}
.zytd_section ul a .pic{ width: 100%; padding-bottom: 78.98%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.zytd_section ul a .pic img{ width: auto; position: absolute; left: 50%; top: 50%; 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;}
.zytd_section ul 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);}
.zytd_section ul a .right{width: 41.2%;padding: 12px 20px;}
.zytd_section ul a .zwname{font-size: 19px;color: #595757;line-height: 24px;margin-bottom: 6px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zytd_section ul a .ywname{font-size: 17px;color: #595757;line-height: 20px;margin-bottom: 20px;font-weight: lighter;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zytd_section ul a .dz{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.zytd_section ul a .dz img{width: 20px;display: block;margin-right: 4px;}
.zytd_section ul a .dz .wz{font-size: 15px;color: #595757;line-height: 20px;}
.zytd_section ul a .zhiw{font-size: 15px;color: #595757;line-height: 20px;margin-bottom: 4px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zytd_section ul a .info{font-size: 15px;color: #595757;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.zytd_section ul a:hover .zwname{color: #f1603b;}
/*200241230end*/
@media  screen and (max-width: 1680px){
/*20241230start*/
.zytd_section ul{width: calc(100% + 32px);margin: -16px;}
.zytd_section ul li{padding: 16px;}
.zytd_section ul a{display: flex;justify-content: flex-start;align-items: center;background: #f7f8f8;}
.zytd_section ul a .left{width: 54%;}
.zytd_section ul a .right{width: 46%;padding: 0 14px;}
.zytd_section ul a .zwname{font-size: 15px;line-height: 20px;margin-bottom: 6px;}
.zytd_section ul a .ywname{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.zytd_section ul a .dz{margin-bottom: 10px;}
.zytd_section ul a .dz img{width: 20px;display: block;margin-right: 4px;}
.zytd_section ul a .dz .wz{font-size: 13px;line-height: 16px;}
.zytd_section ul a .zhiw{font-size: 13px;line-height: 16px;margin-bottom: 4px;}
.zytd_section ul a .info{font-size: 13px;line-height: 16px;}
.zytd_section ul a:hover .zwname{color: #f1603b;}
/*200241230end*/
}
@media  screen and (max-width: 1280px){
/*20241230start*/
.zytd_section ul{width: calc(100% + 32px);margin: -16px;}
.zytd_section ul li{padding: 16px;}
.zytd_section ul a{display: flex;justify-content: flex-start;align-items: center;background: #f7f8f8;}
/*.zytd_section ul a .left{width: 50%;}*/
.zytd_section ul a .right{/*width: 50%;*/padding: 0 14px;}
.zytd_section ul a .zwname{font-size: 14px;line-height: 18px;margin-bottom: 4px;}
.zytd_section ul a .ywname{font-size: 13px;line-height: 18px;margin-bottom: 8px;}
.zytd_section ul a .dz{margin-bottom: 8px;}
.zytd_section ul a .dz img{width: 20px;display: block;}
.zytd_section ul a .dz .wz{font-size: 12px;line-height: 15px;}
.zytd_section ul a .zhiw{font-size: 12px;line-height: 15px;margin-bottom: 3px;}
.zytd_section ul a .info{font-size: 12px;line-height: 15px;}
.zytd_section ul a:hover .zwname{color: #f1603b;}
/*200241230end*/
}


@media  screen and (max-width: 1024px){
.zytd_section{padding-top: 30px;padding-bottom: 30px;}
.zytd_section .inputbox{margin-bottom: 14px;padding: 0 50px 0 10px;}
.zytd_section .inputbox .words{font-size: 12px;left: 10px;}
.zytd_section .inputbox input{height: 36px;font-size: 12px;}
.zytd_section .inputbox input::-webkit-input-placeholder{font-size: 14px;}
.zytd_section .inputbox input:-moz-placeholder{font-size: 14px;}
.zytd_section .inputbox input::moz-placeholder{font-size: 14px;}
.zytd_section .inputbox input:-ms-input-placeholder{font-size: 14px;}
.zytd_section .inputbox .ico{width: 22px;height: 22px;right: 12px;}
.zytd_section .js_sec{width: 100%;margin-bottom: 12px;position: relative;z-index: 5;}
.zytd_section .js_sec .listbox{margin: -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);}
.zytd_section .js_sec .listbox .list{padding: 6px;}
.zytd_section .js_sec .listbox .list ._t{padding: 10px 6px;}
.zytd_section .js_sec .listbox .list ._t .left{width: 100%;}
.zytd_section .js_sec .listbox .list ._t .left .ico{width: 24px;height: 24px;display: block;margin: 0 auto 10px auto;}
.zytd_section .js_sec .listbox .list ._t .left .words{font-size: 12px;line-height: 20px;margin-left: 0;width: 100%;text-align: center;display: block; letter-spacing:0px;}
.zytd_section .js_sec .listbox .list ._t .right{display: none;}
.zytd_section .js_sec .listbox .list ._b{max-height:132px;}
.zytd_section .js_sec .listbox .list ._b .ls a{font-size: 14px;line-height: 18px;padding:10px;}
/*20241230start*/
.zytd_section ul{width: 100%;margin: 0;}
.zytd_section ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.zytd_section ul li:last-child{margin-bottom: 0;}
.zytd_section ul a .left{width: 46%;}
.zytd_section ul a .right{width: 54%;padding: 12px;}
.zytd_section ul a .zwname{font-size: 15px;line-height: 20px;margin-bottom: 4px;}
.zytd_section ul a .ywname{font-size: 13px;line-height: 18px;margin-bottom: 10px;}
.zytd_section ul a .dz{margin-bottom: 10px;display: none;}
.zytd_section ul a .dz .wz{font-size: 14px;line-height: 18px;}
.zytd_section ul a .zhiw{font-size: 14px;line-height: 18px;margin-bottom: 0;}
.zytd_section ul a .info{font-size: 14px;line-height: 18px;}

.zytd_section .pagebox{margin-top: 20px;}
.zytd_section .pagebox a{font-size: 14px;line-height: 18px;margin: 0 5px;}
/*200241230end*/
}

/*专业团队 律师简历*/
.lsjj_section{width: 100%;padding-top: 110px;padding-bottom: 210px;position: relative;z-index: 4;}
.lsjj_section .cont{width: 100%;overflow: hidden;}
.lsjj_section .cont .left{width: 228px;float: left;padding-right: 90px;padding-left: 10px;}
.lsjj_section.on .cont .left{position: fixed;top: 10px;background-color: #eee;}
.lsjj_section .cont .left ul{width: 100%;}
.lsjj_section .cont .left ul li{width: 100%;margin-bottom: 32px;}
.lsjj_section .cont .left ul li a{display: block;width: 100%;font-size: 18px;color: #555;line-height: 38px;padding-left: 14px;}
.lsjj_section .cont .left ul li a.on{color: #fff;background: url(images/img132.jpg)no-repeat center center;background-size: cover;}
.lsjj_section .cont .right{float: right;
width: calc(100% - 266px);
width: -ms-calc(100% - 266px);
width: -o-calc(100% - 266px);
width: -moz-calc(100% - 266px);
width: -webkit-calc(100% - 266px);}
.lsjj_section .cont .right ul{width: 100%;}
.lsjj_section .cont .right ul li{width: 100%;margin-bottom: 36px;padding-bottom: 54px;border-bottom: 2px solid #eee;}
.lsjj_section .cont .right ul li:last-child{margin-bottom: 0;padding: 0;border-bottom: 0;}
.lsjj_section .cont .right ul li .tit1{font-size: 17px;color: #027cbc;line-height: 22px;margin-bottom: 24px;}
.lsjj_section .cont .right ul li .text{font-size: 14px;color: #999;line-height: 30px;}
@media  screen and (max-width: 1400px){
.lsjj_section .cont .left{width: 160px;padding-right: 40px;}
.lsjj_section .cont .right{
width: calc(100% - 200px);
width: -ms-calc(100% - 200px);
width: -o-calc(100% - 200px);
width: -moz-calc(100% - 200px);
width: -webkit-calc(100% - 200px);}
}
@media  screen and (max-width: 1024px){
.lsjj_section{padding-top: 30px;padding-bottom: 30px;}
.lsjj_section .cont .left{width: 100%;padding-right: 0;margin-bottom: 16px;display: none;}
.lsjj_section.on .cont .left{left: 0;top: 0;}
.lsjj_section .cont .left ul{margin: -5px;overflow: hidden;
width: calc(100% + 10px);
width: -ms-calc(100% + 10px);
width: -o-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: -webkit-calc(100% + 10px);}
.lsjj_section .cont .left ul li{margin-bottom: 0;padding: 5px;float: left;width: 33.3333%;}
.lsjj_section .cont .left ul li a{font-size: 14px;line-height: 30px;padding-left: 0;text-align: center;}
.lsjj_section .cont .right{width: 100%;}
.lsjj_section .cont .right ul li{margin-bottom: 12px;padding-bottom: 12px;}
/*.lsjj_section .cont .right ul li.on{padding-top: 80px;}*/
.lsjj_section .cont .right ul li .tit1{font-size: 14px;line-height: 18px;margin-bottom: 10px;}
.lsjj_section .cont .right ul li .text{font-size: 16px;line-height: 22px;}
}

/*业务领域 并购*/
.yeny_section{width: 100%;padding-top: 106px;padding-bottom: 196px;}
.yeny_section .content{width: 100%;position: relative;}
.yeny_section .content::after{content: "";display: block;clear: both;}
.yeny_section .content .left{width: 65.06%;float: left;padding-right: 48px;}
.yeny_section .content .left .text1{font-size: 18px;color: #999;line-height: 36px;}
.yeny_section .content .right{width: 34.94%;float: right;padding-left: 42px;border-left: 1px solid #eee;}
.yeny_section .content .right h2{font-size: 21px;color: #595757;line-height: 24px;margin-bottom: 34px;}
.yeny_section .content .right .boxs{width: 100%;margin-bottom: 94px;}
.yeny_section .content .right .boxs .a{display: block;width: 100%;}
.yeny_section .content .right .boxs .a .picbox{width: 100%;position: relative;}
.yeny_section .content .right .boxs .a .picbox .pic{ width: 100%; padding-bottom: 53.37%; 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;}
.yeny_section .content .right .boxs .a .picbox .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.yeny_section .content .right .boxs .a:hover .picbox .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.yeny_section .content .right .boxs .a .inputbox{width: 70.58%;position: absolute;left: 50%;top: 50%;padding: 0 36px 0 12px;background-color: #fff;height: 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%);}
.yeny_section .content .right .boxs .a .inputbox form{display:block; height:100%;}
.yeny_section .content .right .boxs .a .inputbox input{width: 100%;height: 100%;font-size: 14px;color: #b5b5b6;}
.yeny_section .content .right .boxs .a .inputbox input::-webkit-input-placeholder{font-size: 14px;color: #b5b5b6;}
.yeny_section .content .right .boxs .a .inputbox input:-moz-placeholder{font-size: 14px;color: #b5b5b6;}
.yeny_section .content .right .boxs .a .inputbox input::moz-placeholder{font-size: 14px;color: #b5b5b6;}
.yeny_section .content .right .boxs .a .inputbox input:-ms-input-placeholder{font-size: 14px;color: #b5b5b6;}
.yeny_section .content .right .boxs .a .inputbox .ico{width: 36px;height: 36px;position: absolute;right: 0;top: 0;}
.yeny_section .content .right .boxs .a .wordsbox{width: 100%;background-color: #dddddd;padding: 22px 46px 24px 38px;}
.yeny_section .content .right .boxs .a .wordsbox .text{font-size: 12px;color: #595757;line-height: 18px;margin-bottom: 38px;}
.yeny_section .content .right .boxs .a .wordsbox .more{font-size: 0;}
.yeny_section .content .right .boxs .a .wordsbox .more .words{font-size: 14px;color: #027caa;line-height: 18px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.yeny_section .content .right .boxs .a .wordsbox .more .ico{width: 6px;height: 6px;border-top: 2px solid #027caa;border-right: 2px solid #027caa;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);}
.yeny_section .content .right h3{font-size: 20px;color: #595757;line-height: 24px;margin-bottom: 36px;}
.yeny_section .content .right .sele{width: 100%;position: relative;z-index: 4;}
.yeny_section .content .right .sele ._t{width: 100%;border: 3px solid #B6B6B7;padding: 16px 18px 18px 18px;overflow: hidden;}
.yeny_section .content .right .sele ._t.on{border-color: rgba(48,147,185,0.6);}
.yeny_section .content .right .sele ._t .words{font-size: 14px;color: #595757;line-height: 20px;float: left;}
.yeny_section .content .right .sele ._t .ico{width: 22px;height: 19px;float: right;}
.yeny_section .content .right .sele ._b{width: 100%;border: 2px solid #eee;border-top: 0;opacity: 0; height:0; position: absolute;left: 0;top: 100%;background-color: #fff;
overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 224px;
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;}
.yeny_section .content .right .sele ._b.on{opacity: 1; height:auto;}
.yeny_section .content .right .sele ._b::-webkit-scrollbar{width: 5px;}
.yeny_section .content .right .sele ._b::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 3px;}
.yeny_section .content .right .sele ._b::-webkit-scrollbar-thumb{ width: 5px;  background-color: #C4C4C4; border-radius: 5px;}
.yeny_section .content .right .sele ._b .list{width: 100%;border-bottom: 2px solid #eee;}
.yeny_section .content .right .sele ._b .list:last-child{border-bottom: 0;}
.yeny_section .content .right .sele ._b .list a{display: block;font-size: 14px;color: #595757;line-height: 20px;padding: 16px 18px 18px 18px;}
.yeny_section .content .right h4{font-size: 21px;color: #595757;line-height: 24px;margin-top: 54px;margin-bottom: 24px;}
.yeny_section .content .right .tj{width: 100%;position: relative;z-index: 2;}
.yeny_section .content .right .tj ul{margin: -18px;overflow: hidden;
width: calc(100% + 36px);
width: -ms-calc(100% + 36px);
width: -o-calc(100% + 36px);
width: -moz-calc(100% + 36px);
width: -webkit-calc(100% + 36px);}
.yeny_section .content .right .tj ul li{width: 50%;float: left;padding: 18px;height: auto;}
.yeny_section .content .right .tj ul li .pic{ width: 100%; padding-bottom: 68.08%; 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;}
.yeny_section .content .right .tj ul li .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-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;}
.yeny_section .content .right .tj ul li: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);}
.yeny_section .content .right .tj ul li .tit1{font-size: 18px;color: #231815;line-height: 24px;margin-top: 22px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.yeny_section .content .right .tj ul li .tit2{font-size: 18px;color: #000000;line-height: 24px;margin-top: 2px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.yeny_section .content .right .tj ul li .ico{width: 6px;height: 11px;margin-top: 6px;}
@media  screen and (max-width: 1400px){
.yeny_section .content .left{width: 65%;padding-right: 24px;}
.yeny_section .content .right{width: 35%;padding-left: 24px;}
}
@media  screen and (max-width: 1024px){
.yeny_section{padding-top: 30px;padding-bottom: 30px;}
.yeny_section .content .left{width: 100%;padding-right: 0;margin-bottom: 16px;}
.yeny_section .content .left .text1{font-size: 16px;line-height: 24px;text-align: justify;color: #999;}
.yeny_section .content .right{width: 100%;padding-left: 0;border-left: 0;}
.yeny_section .content .right h2{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.yeny_section .content .right .boxs{margin-bottom: 12px;}
.yeny_section .content .right .boxs .a .inputbox{width: 80%;padding: 0 30px 0 10px;height: 30px;}
.yeny_section .content .right .boxs .a .inputbox input{font-size: 12px;}
.yeny_section .content .right .boxs .a .inputbox input::-webkit-input-placeholder{font-size: 12px;}
.yeny_section .content .right .boxs .a .inputbox input:-moz-placeholder{font-size: 12px;}
.yeny_section .content .right .boxs .a .inputbox input::moz-placeholder{font-size: 12px;}
.yeny_section .content .right .boxs .a .inputbox input:-ms-input-placeholder{font-size: 12px;}
.yeny_section .content .right .boxs .a .inputbox .ico{width: 30px;height: 30px;}
.yeny_section .content .right .boxs .a .wordsbox{padding: 12px;}
.yeny_section .content .right .boxs .a .wordsbox .text{margin-bottom: 10px;}
.yeny_section .content .right h3{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.yeny_section .content .right .sele ._t{border: 2px solid #2f93b9;padding: 12px;}
.yeny_section .content .right .sele ._t .words{font-size: 14px;line-height: 18px;}
.yeny_section .content .right .sele ._t .ico{width: 18px;height: 18px;}
.yeny_section .content .right .sele ._b{ max-height: 132px;display: none;opacity: 1;position: static;
transition: All 0.0s ease-in-out;
-webkit-transition: All 0.0s ease-in-out;
-moz-transition: All 0.0s ease-in-out;
-o-transition: All 0.0s ease-in-out;}
.yeny_section .content .right .sele ._b .list a{font-size: 14px;line-height: 18px;padding: 12px;}
.yeny_section .content .right h4{font-size: 16px;line-height: 20px;margin-top: 12px;margin-bottom: 12px;}
.yeny_section .content .right .tj ul{margin: -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);}
.yeny_section .content .right .tj ul li{padding: 6px;}
.yeny_section .content .right .tj ul li .tit1{font-size: 16px;line-height: 20px;margin-top: 10px;}
.yeny_section .content .right .tj ul li .tit2{font-size: 16px;line-height: 20px;margin-top: 2px;}
.yeny_section .content .right .tj ul li .ico{margin-top: 4px;}
}






._search{ background:url(/theme/cn/images/ico56.jpg) center repeat; width:100%; padding-top:60px; padding-bottom:60px;}
._search .title{ float:left; width:100%; color:#333333; font-size:16px; line-height:26px;}
._search .list{ float:left; width:100%; margin-top:25px;}
._search .list li{ float:left; width:100%; border-bottom:1px solid rgba(0,0,0,0.1); padding:25px 0; position:relative;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;  
}
._search .list li:after{ float:left; position:absolute; right:20px; top:50%; margin-top:-7px; content:''; width:22px; height:15px; background:url(/theme/cn/images/ico57.png) right center no-repeat;}
._search .list li .tit{ float:left; width:100%; color:#333333; font-size:18px; line-height:28px; font-weight:bold;}
._search .list li .info{ float:left; width:100%; color:#555555; font-size:16px; line-height:26px; margin-top:10px;}
._search .list li .info a{ color:#555555;}
._search .list li .info a:hover{ color:#f1603b;}
._search .list li:hover{ background:#f2f2f2; padding:25px 20px;}
._search .list li:hover:after{ background:url(/theme/cn/images/ico58.png) right center no-repeat;}
._search .list li:hover .tit{ color:#f1603b;}
._search .img{ float:left; width:100%; margin-top:22px; line-height:0; text-align:center;}
._search .cont{ float:left; width:100%; margin-bottom:22px; color:#1b1b1b; color:rgba(27,27,27,0.5); font-size:24px; line-height:28px; text-align:center;}

@media  screen and (max-width:1024px){
._search{ padding-top:30px; padding-bottom:40px;}
._search .list{ margin-top:10px;}
._search .list li{ padding:15px 0;}
._search .list li:after{ right:12px; width:15px;}
._search .list li .tit{ font-size:16px; line-height:26px; }
._search .list li .info{ font-size:14px; line-height:24px; margin-top:2px;}
._search .list li:hover{ padding:15px 12px;}
._search .cont{ font-size:18px; line-height:22px;}

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


}


.lxwm_section ul li .cont .right .listbox .list .words1{width: 110px;}
.lxwm_section ul li .cont .right .listbox .list .words2{
width: calc(100% - 110px);
width: -ms-calc(100% - 110px);
width: -o-calc(100% - 110px);
width: -moz-calc(100% - 110px);
width: -webkit-calc(100% - 110px);}

@media  screen and (max-width: 1024px){
.lxwm_section ul li .cont .right .listbox .list .words1{width: 84px;}
.lxwm_section ul li .cont .right .listbox .list .words2{
width: calc(100% - 84px);
width: -ms-calc(100% - 84px);
width: -o-calc(100% - 84px);
width: -moz-calc(100% - 84px);
width: -webkit-calc(100% - 84px);}
}


.zytd_section ul li a .wordsbox .tit3{text-transform:initial !important;}

.jrwm_section .content .left .listbox .list a{width:140px;}
@media screen and (max-width: 1024px) {
    .jrwm_section .content .left .listbox .list a{width:116px;}
}



/*20211228start*/

.sy_section2 .ul .li{height: auto;padding: 0 19px;float: left;width: 33.3333%;}
.sy_section3 .ul .li .libox .con_b .listbox .list{width: 16.6666%; padding:23px;}

.t_nav{z-index:21;}
@media  screen and (max-width: 1600px){
.t_nav .content .center ul li{margin:0 26px;}
}

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

.sy_section3 .ul .li .libox .con_b .listbox .list{padding: 14px 14px;}
}

@media  screen and (max-width: 1450px){
.t_nav .content .center ul li{margin:0 12px;}
}

@media  screen and (max-width: 1320px){
.t_nav .content .center ul li{margin:0;}
.t_nav .content .center ul li a{font-size:16px;}
}
@media  screen and (max-width: 1280px){
.sy_section3 .ul .li .libox .con_b .listbox .list{padding: 10px 10px;}
}
@media  screen and (max-width: 1180px){
.sy_section3 .ul .li .libox .con_b .listbox .list{padding: 10px 10px;}
}


.t_nav .content .center ul{padding-left:0;}

@media  screen and (max-width:1024px){
.t_nav .content .center ul{padding-left:0px;}
.t_nav .content .center ul li:nth-child(3){margin:0; padding:5px 0;}


.sy_section1 .tit{text-align: center;font-size: 22px;font-weight: 400;}
.sy_section1 .border{margin: 0 auto 36px auto;}
.sy_section1{padding-top: 50px;padding-bottom: 90px;}
.sy_section1 .info{margin-bottom: 26px;}
.sy_section2 .ul{margin: -15px 0;width: 100%;}
.sy_section2 .ul .li{width: 100%;padding: 15px 0;}
.sy_section2 .ul .li a .wordsbox2{padding: 30px;}
.sy_section2 .ul .li a .wordsbox2 .ico{display: block;margin-top: 14px;width: 26px;height: 15px;}
.sy_section2 .tit{text-align: center;font-size: 22px;font-weight: 400;}
.sy_section2 .border{margin: 0 auto 36px auto;}
.sy_section2 .ul .li a .wordsbox1 .border{margin: 0 ;}
.sy_section2 .ul .li a .wordsbox1{padding: 30px;}
.sy_section2{padding-top: 50px;padding-bottom: 34px;}
.sy_section3{padding-bottom: 60px;}
.sy_section3 .tit{text-align: center;font-size: 22px;font-weight: 400;}
.sy_section3 .border{margin: 0 auto 36px auto;}
.sy_section3 .ul .li .libox{padding: 36px 20px 16px 20px;padding-bottom: 74px;}
.sy_section3 .ul .li .libox .con_b .listbox .list{width: 33.3333%;}
.sy_section3 .ul{padding-bottom: 0;margin-bottom: 24px;}
.sy_section3 .ul .slick-dots{bottom: 30px;}
.sy_section3 .ul .li .libox .con_b .listbox .list{padding: 5px 10px;}
.sy_section3 .ul .li .libox .con_b .listbox .list a .words{font-size: 12px;height: 40px;}
.sy_section3 .ul .li .libox .tit_t{line-height: 24px;}
.sy_section4 h2{text-align: center;font-size: 22px;font-weight: 400;}
.sy_section4 .border{margin: 0 auto 36px auto;}
.sy_section4{padding-bottom: 66px;}
.sy_section4 .ul .li a .wordsbox{bottom: 20px;padding: 0 20px;}
.sy_section4 .ul{margin: -12px 0;}
.sy_section4 .ul .li{padding: 12px 0;}
.sy_section4 .button{margin-top: 28px;}
.sy_section5 .text{line-height: 24px;margin-bottom: 40px;}
.sy_section5{padding-top: 70px;padding-bottom: 52px;}
.sy_section5 h2{text-align: center;font-size: 22px;font-weight: 400;}
.sy_section5 .border{margin: 0 auto 40px auto;}
.sy_section5 .ul .li .listbox .list{width: 33.3333%;}
.sy_section5 .ul .li .listbox .list .logos img{height: 40px;}
.sy_section5 .ul{margin-bottom: 30px;}
.sy_section6{padding-top: 50px;padding-bottom: 60px;}
.sy_section6 .content .picbox{height: 220px;}
.sy_section6 .content .pic1{height: 220px;width: 90%;}
.sy_section6 .content .wordsbox{width: 80%;}
.sy_section6 .content .wordsbox .info{-webkit-line-clamp: 5;}
.sy_section6 .content .wordsbox .border{margin-bottom: 24px;}
.bottomnav{background: url('/theme/cn/images/zzimg1.jpg') no-repeat center center fixed!important;background-size: cover!important;}
.bottomnav .bottom .content .bq{display: none;}
.sy_section5{background: url('/theme/cn/images/zzimg2.png') no-repeat right top!important;background-size: cover!important;}
.sy_section1{background: url('/theme/cn/images/zzimg3.png') no-repeat left bottom!important;background-size: cover!important;}
.sy_banner .hl{background: url('/theme/cn/images/zzimg4.png')no-repeat left top!important;background-size: cover!important;}
.ny_banner3 .wordsbox .content .boxs .a .wors{width: calc(100% - 20px);white-space:nowrap;}

.ny_banner3 .wordsbox .content .dq{margin-bottom: 16px;}
.ny_banner3 .wordsbox .content .tit2{margin-bottom: 14px;}
.ny_banner3 .wordsbox .content{padding: 20px 140px 0 0;}
.ny_banner3 .wordsbox::after{bottom: 124px;}
.yeny_section .content .left{margin-bottom: 30px;}
.yeny_section .content .right .boxs{margin-bottom: 30px;}
.sy_section6 .content .wordsbox h3{font-size: 22px;font-weight: 400;}

.ny_banner3 .wordsbox .content{padding-bottom:20px;}
.ny_banner3 .wordsbox{ position:initial;}
.ny_banner3 .wordsbox::after{display:none;}
.ny_banner3 .ba_pic{position:absolute; height:100%;}
.ny_banner3 .ba_pic .pics{height:100%;}
}





/*20220420start*/
/*body.vhs{height: 100vh;overflow: hidden;}*/
.ydy{width: 100%;height: 100vh;position: fixed;left: 0;top: 0;z-index: 9999999999;opacity: 1;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.ydy.on{opacity: 0;z-index: -99;}
.ydy .pic{width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 1;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.ydy .pic.pic1{z-index: 5;}
.ydy .pic.pic2{z-index: 4;}
.ydy .pic.pic3{z-index: 3;}
.ydy .pic.pic4{z-index: 2;}
.ydy .pic.pic5{z-index: 1;}
.ydy .pic.pic1.on{opacity: 0;}
.ydy .pic.pic2.on{opacity: 0;}
.ydy .pic.pic3.on{opacity: 0;}
.ydy .pic.pic4.on{opacity: 0;}
.ydy .ico{width: 60%;position: absolute;left: 50%;top: 50%;display: block;z-index: 6;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.ydy .ico.on{opacity: 0.8;}


.sy_banner.ydyban{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;}
.sy_banner.ydyban.block{opacity: 1;}
.t_nav2{opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_nav2.block{opacity: 1;}
/*20220420end*/



/*20220903start*/
.hwtcbox{width: 100%;position: fixed;left: 0;bottom: 0;background: #3A81AF;z-index: 999;}
.hwtcbox.on{display: none;}
.hwtcbox .content{width: 100%;padding-top: 60px;padding-bottom: 30px;position: relative;}
.hwtcbox .content::after{content: "";display: block;clear: both;}
.hwtcbox .content .left{width: calc(100% - 130px);float: left;padding-right: 50px;}
.hwtcbox .content .left .tit{font-size: 21px;color: #fff;line-height: 24px;font-weight: bolder;}
.hwtcbox .content .left .info{font-size: 14px;color: #fff;line-height: 26px;margin: 30px 0;}
.hwtcbox .content .left .more{width: 110px;}
.hwtcbox .content .left .more a{display: block;font-size: 12px;color: #fff;line-height: 34px;text-align: center;border: 1px solid #fff;}
.hwtcbox .content .left .more a:hover{background-color: #fff;color: #3A81AF;}
.hwtcbox .content .right{width: 130px;float: right;}
.hwtcbox .content .right a{display: block;width: 100%;}
.hwtcbox .content .right a img{width: 100%;display: block;}
.hwtcbox .content .none{font-size: 20px;color: #fff;line-height: 24px;font-weight: bolder;position: absolute;right: 0;top: 20px;cursor: pointer;}
@media  screen and (max-width: 1024px){
.hwtcbox .content{padding-top: 60px;padding-bottom: 30px;}
.hwtcbox .content .left{width: 100%;float: left;padding-right: 0;}
.hwtcbox .content .left .tit{font-size: 18px;line-height: 22px;}
.hwtcbox .content .left .info{font-size: 14px;line-height: 22px;margin: 20px 0;}
.hwtcbox .content .left .info br{display: none;}
.hwtcbox .content .left .more{width: 100px;}
.hwtcbox .content .right{display: none;}
.hwtcbox .content .none{font-size: 18px;line-height: 22px;}
}
/*20220903end*/



/*20241230start*/
.phshow{display: none!important;}
@media  screen and (max-width: 1024px){
.pcshow{display: none!important;}
.phshow{display: block!important;}
}
.ryzz_section2 ul li{overflow: hidden;}

.w_1680{max-width: 1680px;margin-left: auto;margin-right: auto;}

.t_nav{padding: 0;}
.t_nav .content .left{height: 140px;display: flex;justify-content: center;align-items: center;width: 166px;}
.t_nav .content .left .logo img{height: 85px;display: block;}
.t_nav .content .left .logo .logocai{display: none;}
.t_navny .content .left .logo .logobai{display: none;}
.t_navny .content .left .logo .logocai{display: block;}
.t_nav.on .content .left .logo .logobai{display: none;}
.t_nav.on .content .left .logo .logocai{display: block;}
.t_nav.ejzk .content .left .logo .logobai{display: none;}
.t_nav.ejzk .content .left .logo .logocai{display: block;}
.t_nav .content .left .bcont{top: 141px;}
.t_nav .content .center{width: calc(100% - 166px - 213px);}
.t_nav .content .center ul li a{line-height: 44px;font-size: 18px;padding: 48px 26px;}
.t_nav .content .right{width: 213px;}
.t_nav .content .right .inputbox{padding: 53.5px 0;}
.t_nav .content .right .yybox .words a{font-size: 16px;}
.t_nav.on .content .center ul li a{padding: 18px 14px;}
.t_nav.on .content .left .logo img{height: 60px;}
.t_nav .content .left .bcont .conts{height: calc(100vh - 141px);}
@media  screen and (max-width: 1024px){
.t_nav .content .center{display: flex;justify-content: center;align-items: center;height: 60px;}
.t_nav .content .center ul{display: none;}
.t_nav .content .center .logo img{height: 44px;display: block;}
.t_nav .content .center .logo .logocai{display: none;}
.t_navny .content .center .logo .logobai{display: none;}
.t_navny .content .center .logo .logocai{display: block;}
.t_nav.on .content .center .logo .logobai{display: none;}
.t_nav.on .content .center .logo .logocai{display: block;}
.t_nav.ejzk .content .center .logo .logobai{display: none;}
.t_nav.ejzk .content .center .logo .logocai{display: block;}

.t_nav .content .left{width: 60px;height: 60px;}
.t_nav .content .center{width: calc(100% - 120px);}
.t_nav .content .right{width: 60px;}
.t_nav .content .right .inputbox{padding: 18px 0;}
.t_nav .content .left .bcont{top: 61px;}
.t_nav .content .left .bcont .conts{height: calc(100vh - 61px);}
}


/*20241230end*/




/*250715start*/

@media  screen and (max-width: 1600px){
.t_nav .content .center ul li{margin: 0 24px;}
.t_nav .content .center ul li a{padding: 48px 14px;}
}
@media  screen and (max-width: 1440px){
.t_nav .content .center ul li{margin: 0 14px;}
.t_nav .content .center ul li a{padding: 48px 6px; font-size: 17px;}
.t_nav.on .content .center ul li a {padding: 18px 6px;}
}
@media  screen and (max-width: 1260px){
.t_nav .content .center ul li{margin: 0 8px;}
.t_nav .content .center ul li a{padding: 48px 4px; font-size: 16px;}
.t_nav.on .content .center ul li a {padding: 18px 4px;}
}

/*250715end*/


/*250717start*/
.xwzxwz_section2 .hd{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%;}
.xwzxwz_section2 .hd .l1{ display:inline-flex;}
.xwzxwz_section2 .u1{ display:inline-flex;}
.xwzxwz_section2 .u1 li{ display: flex; margin-left: 40px; }
.xwzxwz_section2 .u1 li a{ display: flex;font-size:18px;
  color: #555;
  line-height:46px; }
 .xwzxwz_section2 .u1 li.on a{color: #027cbc;} 
.xwzxwz_section2 .more{ display: inline-flex;font-size:18px;
  color: #555;
  line-height:46px; }
.xwzxwz_section2 .more:hover{color: #027cbc;}
.xwzxwz_section2 .bd{ display: block; width: 100%; position: relative;}
.xwzxwz_section2 .bd_ul{ display: block; width: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0;
-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;  

}
.xwzxwz_section2 .bd_ul.on{ z-index: 6; opacity: 1; position: relative;}

@media  screen and (max-width: 1024px){

.xwzxwz_section2 .u1 li{ margin-left: 20px; }
.xwzxwz_section2 .u1 li a{font-size:15px;line-height:24px; }
.xwzxwz_section2 .more{font-size:15px;line-height:24px; }
}


/*250717end*/