html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: futura,"Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;width: 1740px;margin: 0 auto;}
.w1640{position: relative;width: 1640px;margin: 0 auto;}
.w1440{position: relative;width: 1440px;margin: 0 auto;}
.w1360{position: relative;width: 1360px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}





/*************************** header start ***************************/
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;transition: .3s;}
.head_box{display: flex;align-items: center;}
.h-logo{}
.h-nav{margin-left: auto;display: flex;}
.h-nav .li{position: relative;margin-right: 50px;}
.h-nav .li>a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 110px;}

.h-nav .subnav {width:150px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:-35px;top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .subnav ol {padding:12px 0;}
.h-nav .subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .subnav a:hover {background:#0D3188;color:#fff!important;}
.h-nav .li:hover .subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.h-more{display: flex;align-items: center;}
.h-more .search_item{margin-right: 15px;cursor: pointer;}
.h-more .lang_item{display: block;font-size: 18px;font-weight: normal;color: #FFFFFF;line-height: 36px;display: flex;align-items: center;transition: .3s;}
.head_icon{display: block;height: 18px;width: 18px;}
.head_icon.search{background-image: url(../images/head_icon2.png);transition: .3s;}
.head_icon.earth{background-image: url(../images/head_icon1.png);transition: .3s;margin-right: 6px;}
.header:hover,.header.active{background: #FFFFFF;}
.header:hover .h-nav .li a,.header.active .h-nav .li a{color: #333333;}
.header:hover .head_icon.search,.header.active .head_icon.search{background-image: url(../images/head_icon22.png);}
.header:hover .head_icon.earth,.header.active .head_icon.earth{background-image: url(../images/head_icon11.png);}
.header:hover .h-more .lang_item,.header.active .h-more .lang_item{color: #000000;}
.header.active .li>a{line-height: 80px;}


.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #dd0518 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #dd0518; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 7px;position: relative;height: 45px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 21px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.wap_header .h-more{float: right;margin: 12px 10px 0 0;}
.wap_header .h-more .head_icon.search{background-image: url(../images/head_icon22.png);}
.wap_header .h-more .head_icon.earth{background-image: url(../images/head_icon11.png);}
.wap_header .h-more .lang_item{color: #000000;font-size: 14px;}



.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9999;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 9999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 38px;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 40px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}


/*************************** header end ***************************/




/*************************** banner start ***************************/
.swiper-container_banner{width: 100%;overflow: hidden;}
.banner{width: 100%;position: relative;}
.banner-img{width: 100%;overflow: hidden;}
.banner-img img{width: 100%;object-fit: cover;object-position: center;}
.banner-pc-img{display: block;}
.banner-mobile-img{display: none;}
.banner-words{width: 64%;position: absolute;left: 18%;top: 44%;text-align: left;transform: translate(0,-50%);}
.banner-words .atit{font-size: 56px;line-height: 60px;font-weight: bold;color: #38A6A3;letter-spacing: 3px;}
.banner-words .btit{font-size: 22px;line-height: 30px;color: #38A6A3;padding-top: 10px;}

.swiper-slide-active .banner-words .atit {animation: bannerupB 1s ease both;animation-delay:100ms;}
.swiper-slide-active .banner-words .btit {animation: bannerupB 1s ease both;animation-delay:400ms;}
@keyframes bannerupT {0% {transform: translateY(-60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannerupB {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}

.banner .swiper-pagination{bottom: 30px;}
.banner .swiper-pagination-bullet {width: 45px;height: 2px;display: inline-block;border-radius: 0;background: #FFFFFF;opacity: 1;}
.banner .swiper-pagination-bullet-active {background: #000000;}

/*************************** banner end ***************************/



.ind_tit{text-align: center;padding: 60px 0 50px;}
.ind_tit .atit{font-size: 40px;font-weight: bold;color: #000000;line-height: 40px;}
.ind_tit .btit{max-width: 1100px;margin: 44px auto 0;font-size: 20px;color: #333333;line-height: 30px;}

/*************************** sec1 start ***************************/
.pro_box{display: flex;}
.pro_left{width: 50%;padding-right: 18px;}
.pro_right{width: 50%;padding-left: 18px;}

.pro_item1{background: #E9F6EF;border-radius: 20px;height: 100%;transition: .4s;}
.pro_item1 a{display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 100px 100px 20px;}
.pro_item1 .atit{font-size: 40px;line-height: 70px;font-weight: bold;color: #565956;box-shadow: inset 2px -2px 3px 0 #777;border-radius: 100px;width: 100%;text-align: center;padding: 0 20px;margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro_item1 .img{text-align: center;}
.pro_item1 .img img{max-width: 100%;}

.pro_right{display: flex;flex-wrap: wrap;align-items: flex-start;}
.pro_item2{background: #EBEBEB;border-radius: 20px;width: calc(50% - 18px);margin-right: 36px;margin-bottom: 36px;transition: .4s;}
.pro_item2:nth-of-type(2n){margin-right: 0;}
.pro_item2:nth-of-type(3),.pro_item2:nth-of-type(4){margin-bottom: 0;}
.pro_item2 a{display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 40px 40px 20px;}
.pro_item2 .atit{font-size: 20px;line-height: 40px;font-weight: bold;color: #565956;box-shadow: inset 1px -1px 2px 0 #777;border-radius: 100px;width: 100%;text-align: center;padding: 0 15px;margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro_item2 .img{text-align: center;width: 100%;height: 100%;}
.pro_item2 .img img{max-width: 100%;}

.pro_item1:hover{box-shadow: 4px 4px 8px #ccc;transform: translateY(-5px);}
.pro_item2:hover{box-shadow: 4px 4px 8px #ccc;transform: translateY(-5px);}

/*************************** sec1 end ***************************/




/*************************** sec2 start ***************************/
.sec2{padding-bottom: 36px;}
.cybj_list{display: flex;}
.cybj_item{width: calc(33.33% - 20px);margin-right: 30px;text-align: center;padding: 50px 50px 60px;transition: .4s;}
.cybj_item:nth-of-type(3){margin-right: 0;}
.cybj_item:nth-of-type(1){background: #EFEFEF;}
.cybj_item:nth-of-type(2){background: #EDEEF3;}
.cybj_item:nth-of-type(3){background: #E7F0F7;}
.cybj_item .img{}
.cybj_item .img img{width: 100%;transition: .3s;overflow: hidden;}
.cybj_item .atit{font-size: 36px;color: #000000;line-height: 40px;margin: 40px 0 40px;}
.cybj_item .btit{display: block;margin: 0 auto;width: 150px;height: 45px;line-height: 43px;border: 1px solid #000000;border-radius: 50px;font-size: 16px;color: #000000;transition: .3s;}
.cybj_item:hover{box-shadow: 18px 18px 26px #DDDDDD;}
.cybj_item:hover .img img{transform: scale(1.05);}
.cybj_item:hover .btit{background:#0D3188;border-color:#0D3188;color: #FFFFFF;}
/*************************** sec2 end ***************************/





/*************************** sec3 start ***************************/
.sec3{background: url(../images/sec3_bg.jpg) center/cover;padding-bottom: 90px;}
.sec3 .swiper-container_cast {width: 100%;overflow: hidden;position: relative;padding-bottom: 50px;}
.sec3 .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.sec3 .swiper-button-prev::after,.sec3 .swiper-button-next::after{display: none;}
.sec3 .swiper-button-prev,.sec3 .swiper-button-next{height: 122px;width: 60px;margin-top: -188px;transition: .4s;	opacity: .6;}
.sec3 .swiper-button-prev{background: url(../images/l.png) no-repeat;left: 0px;}
.sec3 .swiper-button-next{background: url(../images/r.png) no-repeat;right: 0px;}
.sec3 .swiper-button-prev:hover,.sec3 .swiper-button-next:hover{opacity: 1;}
.sec3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0px;}
.sec3 .swiper-pagination-bullet {border-radius: 100%;background: transparent;opacity: 1;border: 1px solid #000000;height: 10px;width: 10px;}
.sec3 .swiper-pagination-bullet-active {background: #000000;}
.sec3 .swiper-slide-active .item-words{opacity: 1;}

.cast_item{width: 100%;}
.cast_item a{display: block;}
.cast_item .img{overflow: hidden;}
.cast_item img{width: 100%;transition: .6s;}
.cast_item .desc{text-align: center;opacity: 0;transition: .6s;padding: 0 50px;}
.swiper-slide-active .cast_item .desc{opacity: 1;}
.cast_item p{font-size: 30px;color: #333333;font-weight: bold;margin-top: 30px;margin-bottom: 22px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;height: 33px;}
.cast_item span{font-size: 16px;color: #666666;line-height: 25px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;height: 100px;}
.cast_item h5{display: block;margin: 0 auto;width: 120px;text-align: center;height: 42px;line-height: 40px;box-sizing: border-box;border: 1px solid #979394;border-radius: 20px;font-size: 14px;color: #555555;margin-top: 25px;transition: .4s;}
.cast_item:hover img{transform: scale(1.05);}
.cast_item:hover h5{background: #0D3188;color: #FFFFFF;border-color: #0D3188;}





/*************************** sec3 end ***************************/




/*************************** sec4 start ***************************/
.sec4{background: url(../images/sec4_bg.jpg) fixed center/cover;padding: 200px 0 150px;}
.indab_box{padding: 0 20px;max-width: 1100px;margin: 0 auto;}
.indab_box .atit{font-size: 30px;color: #FFFFFF;line-height: 30px;text-align: center;}
.indab_box .btit{font-size: 16px;color: #FFFFFF;line-height: 30px;padding: 50px 0 90px;}
.indab_box .ctit{text-align: center;}
.indab_box .video_open{display: inline-block;cursor: pointer;}
.indab_box .ctit img{padding-right: 15px;}
.indab_box .ctit span{font-size: 18px;color: #FFFFFF;line-height: 48px;display: inline-block;}

.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}

/*************************** sec4 end ***************************/




/*************************** sec5 start ***************************/
.sec5{padding-bottom: 100px;}
.xwzx_list{display: flex;flex-wrap: wrap;}
.xwzx_item{width: calc(25% - 24px);margin-right: 32px;transition: .4s;}
.xwzx_item:nth-of-type(4n){margin-right: 0;}
.xwzx_item .img{overflow: hidden;}
.xwzx_item .img img{width: 100%;transition: .3s;}
.xwzx_item .desc{padding: 0 20px 20px;}
.xwzx_item .desc .atit{font-size: 18px;color: #333333;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height: 48px;margin: 32px 0 10px;transition: .3s;}
.xwzx_item .desc .btit{font-size: 14px;color: #888888;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 60px;}
.xwzx_item .desc .ctit{font-size: 14px;color: #565759;line-height: 24px;margin-top: 24px;}

.xwzx_item:hover{box-shadow: 0 20px 30px -20px rgb(0 0 0 / 65%);transform: translateY(-10px);}
.xwzx_item:hover .desc .atit{color: #0D3188;}


/*************************** sec5 end ***************************/




/*************************** footer start ***************************/
.footer{background: #F2F2F2;}
.footer .container{max-width: 1640px;margin: 0 auto;}
.foot1{padding: 80px 0 50px;}
.foot-box{display: flex;}
.f-nav{width: calc(100% - 640px);display: flex;justify-content: space-between;}
.f-nav dl{}
.f-nav dl dt{position: relative;}
.f-nav dl dt::after{content: "";display: block;width: 65px;height: 1px;background: #DBDBDB;margin: 18px 0 4px;}
.f-nav dl dt a{font-size: 20px;font-weight: bold;color: #000000;line-height: 36px;}
.f-nav dl dd a{font-size: 16px;color: #010101;line-height: 30px;}

.f-more{width: 640px;padding-left: 180px;}
.f-more .atit{font-size: 40px;font-weight: bold;color: #000000;line-height: 40px;}
.f-more .btit{margin: 20px 0 20px;}
.f-more .btit p{display: flex;align-items: flex-start;}
.f-more .btit img{display: block;margin: 7px 10px 0 0;}
.f-more .btit span{display: block;font-size: 16px;color: #000000;line-height: 30px;}
.f-more .ctit{display: flex;}
.f-more .ctit_item{position: relative;}
.f-more .ctit_item+.ctit_item{margin-left: 15px;}
.f-more .ctit_item i{display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;background: #CECECE;border-radius: 50%;transition: .3s;}
.f-more .ctit_item i img{width: 18px;}
.f-more .ctit_item .img{position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);transition: .3s;visibility: hidden;opacity: 0;}
.f-more .ctit_item:hover i{background: #0D3188;}
.f-more .ctit_item:hover .img{margin-bottom: 10px;visibility: visible;opacity: 1;}

.foot2{border-top: 1px solid #DBDBDB;padding: 28px 0 22px;}
.links_box{}
.links_box span,.links_box a{font-size: 16px;color: #333333;line-height: 36px;margin-right: 15px;}
.website_info{font-size: 16px;color: #000000;line-height: 36px;}

.footer a:hover{color: #0D3188;}

/*************************** footer end ***************************/

.sec1,.sec2,.sec3,.sec4,.sec5,.footer{overflow: hidden;}








.ny_banner{}
.ny_banner img{display: block;width: 100%;min-height: 300px;object-fit: cover;object-position: center;}

.dh_box{display: flex;border-bottom: 3px solid #F7F7F8;margin-bottom: 60px;height: 70px;}
.mbx_box{display: flex;align-items: center;}
.mbx_box img{display: block;}
.mbx_box a,.mbx_box span{font-size: 16px;color: #444444;line-height: 36px;display: block;margin-left: 5px;}
.mbx_box a:hover{color: #0D3188;}
.flSel_box{margin-left: auto;display: flex;}
.flSel_box a{display: block;line-height: 70px;position: relative;}
.flSel_box a:after{content: "";display: block;height: 3px;background: #0D3188;position: relative;bottom: 3px;left: 50%;transition: .3s;width: 0%;}
.flSel_box a+a{margin-left:65px;}

.flSel_box a.active,.flSel_box a:hover{color: #0D3188;}
.flSel_box a.active:after,.flSel_box a:hover:after{width: 100%;left: 0;}

/*************************** NewsPage start ***************************/
.news_list{display: flex;flex-wrap: wrap;}
.news_item{width: calc(25% - 27px);margin-right: 35px;margin-bottom: 40px;}
.news_item:nth-of-type(4n){margin-right: 0;}
.news_item .img{overflow: hidden;position: relative;transition: .3s;}
.news_item .img::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.45);transition: .3s;opacity: 0;}
.news_item .img::before{content: "+";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #FFFFFF;font-size: 65px;font-weight: 100;z-index: 99;transition: .3s;opacity: 0;}
.news_item .img img{width: 100%;transition: .5s;}
.news_item .desc{padding: 25px 15px;}
.news_item .desc .atit{font-size: 17px;color: #666666;line-height: 26px;height: 52px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_item .desc .btit{height: 1px;width: 100%;background: #EBEBEB;margin: 30px 0 12px;position: relative;}
.news_item .desc .btit::after{content: "";display: block;height: 100%;width: 0%;position: absolute;left: 0;top: 0;background: #0D3188;transition: .4s;}
.news_item .desc .ctit{font-size: 13px;color: #666666;line-height: 26px;}

.news_item:hover .img::after{opacity: 1;}
.news_item:hover .img::before{opacity: 1;}
.news_item:hover .img{box-shadow: 0px 10px 20px 0px #999;}
.news_item:hover img{transform: scale(1.05);}
.news_item:hover .desc .btit::after{width: 100%;}



.news-cont{padding:0px 0px 60px;overflow: hidden;}
.news-cont h1{font-size:24px;font-weight:normal;color:#333333;text-align:center;}
.news-cont .info{margin:25px auto 30px;padding-bottom:25px;border-bottom:3px solid #F7F7F8;font-size:14px;color:#999999;text-align: center;}
.news-cont .info span.hits{background:url(../images/icon_hits.png) no-repeat left center;padding-left:30px;margin-right:20px;}
.news-cont .info span.date{background:url(../images/icon_time.png) no-repeat left center;padding-left:30px;margin-right:20px;}
.news-cont .content{color:#666666;font-size:16px;line-height:30px;}
.news-cont .content img{max-width:100%;margin: 10px auto;display: block;}
.news-cont .content{margin-bottom:25px;}
.flip_page{border-top:3px solid #F7F7F8;padding-top:25px;}
.flip_page .prev,.flip_page .next{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.flip_page a,.flip_page span{font-size: 18px;color: #666666;line-height: 30px;}
.flip_page a:hover{color: #0D3188;}

/*************************** NewsPage end ***************************/








/*************************** ProPage start ***************************/
.psc_item{padding: 24px 20px 22px;display: flex;background: #F4F4F4;}
.psc_item+.psc_item{margin-top: 2px;}
.psc_item .atit{flex-shrink: 0;font-size: 18px;color: #000000;line-height: 34px;padding-right: 15px;}
.psc_item .btit{display: flex;flex-wrap: wrap;}
.psc_item .btit a{display: block;height: 34px;line-height: 34px;border-radius: 4px;padding: 0 13px;font-size: 16px;color: #333333;margin-right: 35px;}
.psc_item .btit a.active{background: #0D3188;color: #FFFFFF !important;}
.psc_item .btit a:hover{color: #0D3188;}

.cp_tit{font-size: 32px;color: #333333;line-height: 40px;padding: 30px 0 40px;}
.cp_list{display: flex;flex-wrap: wrap;}
.cp_item{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 55px;background: #FFFFFF;transition: .3s;}
.cp_item:nth-of-type(4n){margin-right: 0;}
.cp_item .img{background: #DFDFDF;}
.cp_item .img img{width: 100%;transition: .5s;}
.cp_item .desc{padding: 16px 12px;}
.cp_item .desc .atit{font-size: 24px;color: #323232;line-height: 38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.cp_item .desc .btit{font-size: 16px;color: #555555;line-height: 38px;transition: .3s;}

.cp_item:hover{box-shadow: 5px 10px 20px 0px #ccc;}
.cp_item:hover .atit{color: #0D3188;}
.cp_item:hover .btit{color: #0D3188;}



.pro_Bbox{display:flex;flex-wrap: wrap;overflow: hidden;}
.pro_Bbox .pro_img{width: 650px;}
.pro_Bbox .pro_desc{width: calc(100% - 650px);padding-left: 90px;display: flex;flex-direction: column;}
.pro_Bbox .pro_desc h1{font-size: 36px;color: #323232;line-height: 40px;display: block;margin: 30px 0 45px;}
.pro_Bbox .pro_desc .pro_info{padding-bottom: 30px;}
.pro_Bbox .pro_desc .pro_info p{font-size: 20px;color: #444444;line-height: 36px;display: block;position: relative;padding-left: 18px;}
.pro_Bbox .pro_desc .pro_info p::after{content: "";display: block;width: 6px;height: 6px;background: #FF581E;border-radius: 50%;position: absolute;top: 16px;left: 0;}
.pro_Bbox .pro_desc .pro_zx{display: block;width: 154px;height: 40px;line-height: 40px;background: #0D3188;border-radius: 20px;text-align: center;font-size: 14px;color: #FFFFFF;margin: auto 0 30px 0;}
.pro_Bbox .pro_desc .pro_zx img{margin-right: 10px;}

.pro-img-b{position: relative;}
.pro-img-s{position: relative;margin-top: 10px;padding: 0 50px;}
.swiperPro {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiperPro .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.pro_Bbox .pro_img .img{background: #DFDFDF;width: 100%;}
.pro_Bbox .pro_img img{width: 100%;}
.pro_Bbox .swiper-button-next:after,.pro_Bbox .swiper-button-prev:after{display: none;}
.pro_Bbox .swiper-button-prev,.pro_Bbox .swiper-button-next{width: 38px;height: 100%;background-color: #DFDFDF;top: 0;margin: 0;background-image: url(../images/right3.png);background-position: center;background-repeat: no-repeat;transition: .3s;}
.pro_Bbox .swiper-button-prev{left: 0;transform: rotate(180deg);}
.pro_Bbox .swiper-button-next{right: 0;}
.pro_Bbox .swiper-button-prev:hover,.pro_Bbox .swiper-button-next:hover{background-color: #0D3188;background-image: url(../images/right2.png);}

.pro-img-s .swiper-slide{border: 1px solid #DFDFDF;}
.pro-img-s .swiper-slide-thumb-active{border: 1px solid #0D3188;}

.pro-line{width: 100%;height: 10px;background: #F7F7F8;margin: 60px 0 70px;}

.pro-desc{margin-bottom: 130px;overflow: hidden;}
.pro-desc img{display: block;margin: 0 auto;max-width: 100%;}


/*************************** ProPage end ***************************/








/*************************** CasePage start ***************************/
.case_list{display: flex;flex-wrap: wrap;}
.case_item{width: calc(33.333% - 22px);margin-right: 32px;margin-bottom: 65px;transition: .3s;border-radius: 10px;overflow: hidden;}
.case_item:nth-of-type(3n){margin-right: 0;}
.case_item .img{overflow:hidden}
.case_item .img img{width: 100%;transition: .3s;}
.case_item .desc{padding: 0 30px 20px;}
.case_item .desc .atit{font-size: 24px;font-weight: bold;color: #333333;line-height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 30px 0 24px;transition: .3s;}
.case_item .desc .btit{font-size: 16px;color: #666666;line-height: 34px;height: 102px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.case_item .desc .ctit{font-size: 15px;color: #555555;line-height: 34px;margin-top: 26px;}
.case_item .desc .ctit img{position: relative;top: -2px;margin-left: 5px;}
.case_item:hover{box-shadow: 5px 10px 20px 0px #ccc;}
.case_item:hover .img img{transform: scale(1.05);}
.case_item:hover .desc .atit{color: #0D3188;}


/*************************** CasePage end ***************************/








/*************************** yfzzPage start ***************************/
.yfzz1{padding-bottom: 70px;}
.yfzx_box{display: flex;align-items: center;}
.yfzx_box .img{width: 50%;}
.yfzx_box .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.yfzx_box .desc{width: 50%;padding-left: 50px;}
.yfzx_box .desc .atit{font-size: 60px;font-family: Arial;font-weight: bold;color: #555555;line-height: 72px;}
.yfzx_box .desc .btit{font-size: 24px;font-weight: bold;color: #0D3188;line-height: 72px;}
.yfzx_box .desc .ctit{font-size: 16px;color: #666666;line-height: 24px;}


.yfzz2{background: #F7F7F8;padding-bottom: 50px;}
.mySwiper-kyxm {width: 100%;height: 100%;position: relative;overflow: hidden;padding-bottom: 50px;}
.kyxm_box .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.kyxm_item{width: 100%;}
.kyxm_item .img{overflow: hidden;position: relative;}
.kyxm_item .img::after{content: "";background: rgba(13, 49, 136, .5);position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition:.3s;}
.kyxm_item .img::before{content: "";background: url(../images/fdj.png);width: 27px;height: 28px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 99;opacity: 0;transition:.3s;}
.kyxm_item .img img{width: 100%;transition: .5s;}
.kyxm_item p{text-align: center;font-size: 16px;line-height: 32px;height: 32px;font-weight: bold;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 8px 0 14px;}
.kyxm_item:hover .img img{transform: scale(1.05);}
.kyxm_item:hover .img::after{opacity: 1;}
.kyxm_item:hover .img::before{opacity: 1;}

.kyxm_box .swiper-pagination-bullet{border-radius: 0;width: 20px;height: 3px;background: #D3D3D3;opacity: 1;}
.kyxm_box .swiper-pagination-bullet-active{background: #0096FF;}



/*************************** yfzzPage end ***************************/









/*************************** About start ***************************/
.qyzz_box{padding-bottom: 60px;background-image: url(../images/ryzz_bg.jpg);background-size: cover;background-position: center bottom;position: relative;}
.mySwiper-ryzz {width: 100%;height: 100%;position: relative;overflow: hidden;padding: 0 26px;}
.mySwiper-ryzz .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;padding: 10px 0;}
.ryzz_img{width: 100%;border-radius: 10px;box-shadow: 0px 3px 10px 0 #999;overflow: hidden;}
.ryzz_img img{width: 100%;}
.qyzz_box .swiper-button-next:after,.qyzz_box .swiper-button-prev::after{display: none;}
.qyzz_box .swiper-button-prev,.qyzz_box .swiper-button-next{display: none;position: absolute;left:auto;right:auto;bottom: auto;margin: 0;height: 70px;width: 40px;background-position: center;background-repeat: no-repeat;background-color: rgba(0,0,0,.5);top: 50%;transform: translateY(-50%);}
.qyzz_box .swiper-button-prev{background-image: url(../images/lbL.png);left: 20px;}
.qyzz_box .swiper-button-next{background-image: url(../images/lbR.png);right: 20px;}
.qyzz_box .swiper-button-prev:hover,.qyzz_box .swiper-button-next:hover{background-color: #000000;}
.qyzz_box:hover .swiper-button-prev,.qyzz_box:hover .swiper-button-next{display: block;}


.qywh_box{display: flex;flex-wrap: wrap;padding-bottom: 100px;}
.qywh_box .img{width: 50%;}
.qywh_box .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.qywh_box .desc{width: 50%;padding-left: 50px;}
.qywh_box .desc b{font-size: 22px;font-weight: bold;color: #000000;line-height: 32px;display: block;}
.qywh_box .desc p{font-size: 18px;font-weight: normal;color: #000000;line-height: 32px;display: block;}
.qywh_box .desc p+b{margin-top: 32px;}


.dywcy_box{background-image: url(../images/about_bg.jpg);background-position: center bottom;background-size: cover;padding-bottom: 350px;background-repeat: no-repeat;}
.dywcy_box .atit{text-align: center;font-size: 42px;font-weight: bold;color: #192857;line-height: 50px;}
.dywcy_box .wcy_content{font-size: 20px;color: #56607C;line-height: 30px;font-weight: 400;margin: 36px 0 100px;}
.dywcy_box .wcy_content p+p{margin-top: 32px;}
.dywcy_box .abnumber_box{display: flex;max-width: 800px;margin: 0 auto;}
.abn_item{width: 25%;text-align: center;}
.abn_item p{}
.abn_item p span{font-size: 48px;color: #192857;line-height: 50px;}
.abn_item p sup{font-size: 30px;color: #192857;line-height: 50px;}
.abn_item b{font-size: 16px;color: #192857;line-height: 30px;font-weight: normal;}
.dywcy_box .btit{text-align: center;margin-top: 70px;}



.fzlc_box{background-image: url(../images/fzlc_bg.jpg);background-position: center bottom;background-size: cover;background-repeat: no-repeat;padding-bottom: 80px;}
.mySwiper-fzlc {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper-fzlc .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.fzlc_item{position: relative;padding: 0 45px;padding-top: 35px;width: 100%;}
.fzlc_item::after{content: "";display: block;width: 14px;height: 14px;background: #002180;border-radius: 50%;position: absolute;top: 0;left: 50%;}
.fzlc_item::before{content: "";display: block;width: 100%;height: 1px;background: #000000;position: absolute;top: 7px;left: 0%;}
.mySwiper-fzlc .swiper-slide:first-child .fzlc_item::before{left: 50%;}
.mySwiper-fzlc .swiper-slide:last-child .fzlc_item::before{left: auto;right: 50%;}
.fzlc_item .atit{font-size: 36px;font-weight: bold;color: #333333;text-align: center;}
.fzlc_item .btit{padding-top: 50px;}
.fzlc_item .btit p{display: block;font-size: 16px;color: #333333;line-height: 30px;padding-left: 15px;position: relative;}
.fzlc_item .btit p::after{content: "";display: block;width: 7px;height: 7px;background: #000000;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.lb_pnp {display: flex;justify-content: center;align-items: center;margin: 30px 0 0;}
.lb_pnp .swiper-button-next:after,.lb_pnp .swiper-button-prev::after{display: none;}
.lb_pnp .swiper-button-prev,.lb_pnp .swiper-button-next{position: relative;left:auto;right:auto;bottom: auto;margin: 0;display: block;height: 32px;width: 32px;background: url(../images/right1.png);}
.lb_pnp .swiper-button-prev{transform: rotate(180deg);}
.lb_pnp .swiper-button-next{}
.lb_pnp .swiper-pagination{position: relative;left: auto;bottom: auto;width: auto;font-size: 18px;padding: 0 20px;}



/*************************** About end ***************************/






/*************************** contact start ***************************/
.contact_item{display: flex;align-items: center;}
.contact_item+.contact_item{margin-top: 50px;padding-top: 50px;border-top: 2px solid #F2F2F2;}
.contact_item .img{width: 50%;}
.contact_item .img img{width: 100%;}
.contact_item .desc{width: 50%;padding-left: 90px;}
.contact_item .desc b{font-size: 24px;font-weight: bold;color: #000000;line-height: 35px;margin-bottom: 30px;display: block;}
.contact_item .desc p{font-size: 18px;color: #555555;line-height: 30px;}

.zxly_box{padding: 120px 0 140px;}
.zxly_tit{text-align: center;}
.zxly_tit .atit{font-size: 42px;font-weight: bold;color: #000000;line-height: 48px;}
.zxly_tit .btit{font-size: 16px;color: #555555;line-height: 24px;}
.zxly_list{display: flex;flex-wrap: wrap;}
.zxly_item{width: calc(50% - 25px);margin-top: 10px;}
.zxly_item:nth-of-type(2n){margin-left: 50px;}
.zxly_item100{width: 100%!important;}
.zxly_item p{font-size: 16px;color: #555555;line-height: 60px;}
.zxly_item .int{display: block;height: 50px;width: 100%;background: #F7F7F8;padding: 0 10px;font-size: 16px;color: #555555;}
.zxly_item .textarea{display: block;height: 50px;width: 100%;background: #F7F7F8;padding: 10px 10px;font-size: 16px;color: #555555;height: 150px;}
.message_sub{display: block;width: 180px;height: 50px;text-align: center;background: #000000;font-size: 16px;color: #FFFFFF;margin: 75px auto 0;cursor: pointer;}




/*************************** contact end ***************************/





/*************************** rczp start ***************************/
.rczp1_box{position: relative;display: flex;flex-wrap: wrap;}
.rczp1_box .img{width: 50%;}
.rczp1_box .img img{height: 100%;width: 100%;object-position: center;object-fit: cover;}
.rczp1_box .img .bg{background-position: center !important;background-size: cover !important;height: 100%;width: 100%;}
.rczp1_box .desc{width: 50%;padding: 60px 60px 120px;background: #F7F7F8;}
.rczp1_box .desc .tit{font-size: 36px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 36px;font-weight: bold;}
.rczp1_box .desc .info{}
.rczp1_box .desc .info p{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #888888;line-height: 30px;margin-top: 35px;}

.recruitment-title { padding: 16px 74px 16px 30px; font-size: 0; background-color: #000000; color: #fff; margin-bottom: 20px; }
.recruitment-title span { width: 25%; display: inline-block; vertical-align: top; font-size: 18px; width: 24%;}
.recruitment-title span { font-size: 18px;  }
.recruitment-title span:last-child { width: 16%; margin-left: 10%; }
.join-fourtop { position: relative; width: 100%; padding: 26px 74px 26px 30px; font-size: 0; border: 1px solid #e5e5e5; cursor: pointer; }
.join-fourtop .join-fourp1 { display: inline-block; vertical-align: top; width: 24%; padding-right: 5px; font-size: 14px; color: #929292; }
.join-fourtop .join-fourp2 { display: inline-block; vertical-align: top; width: 16%; padding-right: 5px; font-size: 14px; color: #323232; margin-left: 10%;}
.join-fourtop:after, .join-fourtop:before { position: absolute; top: 50%; right: 57px; width: 1px; height: 36px; background: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }
.join-fourtop:before { right: 40px; width: 36px; height: 1px; }
.join-fourtop .join-fourp { color: #323232; }
.join-fourul li.active .join-fourtop:after, .join-fourul li.active .join-fourtop:before {-webkit-transform: translateY(-50%) rotate(45deg);-moz-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);-o-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);}
.join-fouricon {display: inline-block;vertical-align: middle;width: 21px;height: 16px;background: url(../images/join-fouricon1.png) no-repeat center center;margin-right: 10px;margin-bottom: 3px;}
/* .join-fourul li.active .join-fouricon {background-image: url(../images/join-fouricon2.png);} */
.join-fourbtm {padding: 25px 30px 5px;}
.mailto {min-width: 142px;padding: 0 10px;text-align: center;display: inline-block;vertical-align: top;background-color: #0D3188;color: #fff;line-height: 40px;margin-bottom: 25px;}
.join-fourul li {margin-bottom: 20px;}



/*************************** rczp end ***************************/





/*************************** sec start ***************************/
/*************************** sec end ***************************/





/*************************** sec start ***************************/
/*************************** sec end ***************************/





/*************************** sec start ***************************/
/*************************** sec end ***************************/










@media screen and (max-width:1800px) {
	.container{width: 1640px;}
	
	
}
@media screen and (max-width:1700px) {
	.container{width: 1400px;}
	.w1640{width: 1400px;}
	
}
@media screen and (max-width:1460px) {
	.container{width: 1200px;}
	.w1640{width: 1200px;}
	.w1440{width: 1200px;}
	.w1360{width: 1200px;}
	
	.h-nav .li{margin-right: 20px;}
	.f-nav{width: calc(100% - 480px);}
	.f-more{width: 480px;padding-left: 60px;}
	
	.yfzx_box .desc .atit{font-size: 44px;line-height: 48px;}
	
	.pro_Bbox .pro_img{width: 500px;}
	.pro_Bbox .pro_desc{width: calc(100% - 500px);padding-left: 50px;}
	.pro_Bbox .pro_desc h1{font-size: 28px;margin: 15px 0 30px;}
	.pro_Bbox .pro_desc .pro_info p{font-size: 16px;line-height: 28px;padding-left: 14px;}
	.pro_Bbox .pro_desc .pro_info p::after{top: 12px;}
	.pro_Bbox .pro_desc .pro_zx{margin: auto 0 20px 0;}
	
}
@media screen and (max-width:1260px) {
	.container{width: 1160px;}
	.w1640{width: 1160px;}
	.w1440{width: 1160px;}
	.w1360{width: 1160px;}
	
}


@media screen and (max-width:1199px) {
	.container{width: 100%;padding: 0 20px;}
	.w1640{width: 100%;padding: 0 20px;}
	.w1440{width: 100%;padding: 0 20px;}
	.w1360{width: 100%;padding: 0 20px;}
	.container .w1640{padding: 0 !important;}
	.container .w1360{padding: 0 !important;}
	.banner-pc-img{display: none;}
	.banner-mobile-img{display: block;}
	.header{display: none;}
	.wap_header{display: block;}
	.wap_header_zw{display: block;height: 60px;width: 100%;}
	
	.pro_item1 a{padding: 100px 50px 20px;}
	.pro_item1 .atit{font-size: 26px;line-height: 60px;}
	.pro_left{padding-right: 10px;}
	.pro_right{padding-left: 10px;}
	.pro_item2{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
	.pro_item2 a{padding: 20px 20px 20px;}
	.pro_item2 .atit{font-size: 16px;}
	.cybj_item .atit{font-size: 26px;line-height: 32px;}
	.xwzx_item{width: calc(25% - 15px);margin-right: 20px;}
	.sec5{padding-bottom: 80px;}
	.foot-box{display: block;}
	.f-nav{display: none;}
	.f-more{padding: 0;width: 100%;}
	.f-more .atit{font-size: 32px;}
	.foot2{padding: 15px 0;}
	.links_box{display: none;}
	.foot1{padding: 60px 0 40px;}
	.banner-words{width: 100%;left: 0;padding: 0 20px;}
	.banner-words .atit{font-size: 36px;line-height: 40px;}
	.banner-words .btit{font-size: 18px;line-height: 24px;}
	/* .banner-img img{height: calc(100vh - 60px);} */
	.search-alert .cent-form:before{zoom: .8;margin-top: -30px;}
	.search-alert .cent-form .tex{padding: 0 60px 0 40px;font-size: 18px;}
	.search-alert .cent-form .sub-butn{font-size: 16px;width: 60px;}
	
	.news_item{width: calc(33.333% - 14px);margin: 0 20px 20px 0!important;}
	.news_item:nth-of-type(3n){margin-right: 0!important;}
	.news_item .desc{padding: 15px 10px;}
	.news_item .desc .btit{margin: 20px 0 10px;}
	
	
	.psc_item{padding: 15px 15px;}
	.psc_item .atit{font-size: 18px;}
	.psc_item .btit a{font-size: 16px;margin-right: 10px;}
	.cp_item .desc{padding: 10px 6px;}
	.cp_item .desc .atit{font-size: 20px;line-height: 30px;}
	.cp_item .desc .btit{font-size: 14px;line-height: 30px;}
	
	.cp_item{width: calc(33.333% - 14px);margin: 0 20px 20px 0!important;}
	.cp_item:nth-of-type(3n){margin-right: 0!important;}
	
	.cp_tit{font-size: 24px;padding: 30px 0 15px;}
	
	.case_item{width: calc(33.333% - 14px);margin-right: 20px;margin-bottom: 20px;}
	.case_item .desc{padding: 0 15px 20px;}
	.case_item .desc .atit{margin: 25px 0 15px;font-size: 22px;line-height: 24px;}
	.case_item .desc .btit{font-size: 14px;line-height: 24px;height: 72px;}
	.case_item .desc .ctit{font-size: 14px;line-height: 22px;margin-top: 20px;}
	
	.yfzx_box .desc{padding-left: 30px;}
	.yfzx_box .desc .atit{font-size: 36px;line-height: 38px;}
	.yfzx_box .desc .btit{font-size: 20px;line-height: 60px;}
	.yfzx_box .desc .ctit{font-size: 14px;line-height: 24px;}
	
	.dywcy_box .atit{font-size: 32px;}
	.dywcy_box .wcy_content{font-size: 16px;line-height: 24px;margin: 20px 0 60px;}
	.dywcy_box .wcy_content p+p{margin-top: 15px;}
	.dywcy_box .btit{margin-top: 40px;}
	
	.contact_item .desc{padding-left: 50px;}
	.contact_item .desc b{font-size: 22px;margin-bottom: 10px;}
	.contact_item .desc p{font-size: 16px;}
	
	
	.rczp1_box .desc{padding: 40px 40px 80px;}
	.rczp1_box .desc .tit{font-size: 24px;}
	.rczp1_box .desc .info p{font-size: 14px;line-height: 22px;margin-top: 20px;}
	
	.join-fourtop{padding: 10px 20px;}
	.recruitment-title{padding: 10px 20px;}
	.recruitment-title span{width: 25% !important;margin: 0 !important;font-size: 14px;}
	.join-fourtop .join-fourp1{width: 25%!important;}
	.join-fourtop .join-fourp2{width: 25%!important;margin: 0 !important;}
	.join-fourtop:before{width: 20px;right: 10px;}
	.join-fourtop::after{height: 20px;right: 20px;}
	
	.pro_Bbox .pro_img{width: 400px;}
	.pro_Bbox .pro_desc{width: calc(100% - 400px);}
	
	.sec4{background-attachment: scroll !important;}
	.banner .swiper-pagination{bottom: 5px;}
	.qyzz_box .swiper-button-prev,.qyzz_box .swiper-button-next{display: block !important;}
}
@media screen and (max-width:780px) {
	.container{padding: 0 15px;}
	.w1640{padding: 0 15px;}
	.w1440{padding: 0 15px;}
	.w1360{padding: 0 15px;}
	.ind_tit{padding: 50px 0 30px;}
	.ind_tit .atit{font-size: 32px;}
	.ind_tit .btit{font-size: 14px;line-height: 20px;margin: 10px auto 0;}
	.ny_banner img{min-height: 30vh;}
	.pro_box{display: block;}
	.pro_left{width: 100%;padding: 0;margin-bottom: 10px;}
	.pro_right{padding: 0;width: 100%;}
	.pro_item2{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
	.pro_item1 .atit{font-size: 24px;}
	.pro_item1 a{padding: 50px 30px 10px;}
	.pro_item2 a{padding: 15px;}
	.cybj_item{width: calc(33.333% - 4px);margin-right: 10px;padding: 30px 20px 30px;}
	.cybj_item:hover{box-shadow: 9px 9px 13px rgb(0 0 0 / 20%);}
	.cybj_item .atit{font-size: 22px;margin: 20px 0 20px;}
	.cybj_item .btit{width: 120px;height: 40px;line-height: 38px;font-size: 14px;}
	
	.sec3 .swiper-button-prev, .sec3 .swiper-button-next{zoom: .6;margin-top: -300px;}
	.cast_item .desc{padding: 0 15px;}
	.cast_item p{font-size: 24px;margin: 18px 0 4px;}
	.cast_item span{font-size: 14px;line-height: 20px;height: 80px;}
	.cast_item h5{margin-top: 20px;}
	.sec3{padding-bottom: 50px;}
	.sec4{padding: 150px 0 100px;}
	.indab_box .atit{font-size: 24px;}
	.indab_box .btit{padding: 30px 0 50px;font-size: 14px;line-height: 24px;}
	.indab_box .ctit span{font-size: 16px;}
	.indab_box .ctit img{padding-right: 5px;}
	
	.xwzx_item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
	.xwzx_item:nth-of-type(2n){margin-right: 0;}
	.xwzx_item .desc .atit{margin: 15px 0 10px;}
	.xwzx_item .desc{padding: 0 10px 15px;}
	.f-more .btit img{margin: 3px 10px 0 0;}
	.f-more .btit span{font-size: 14px;line-height: 24px;}
	.website_info{font-size: 14px;line-height: 24px;}
	
	.dh_box{margin-bottom: 40px;}
	.mbx_box a, .mbx_box span{font-size: 14px;}
	.flSel_box a{font-size: 14px;line-height: 50px;}
	.flSel_box a+a{margin-left: 25px;}
	
	.news_item{width: calc(50% - 5px);margin: 0 10px 10px 0!important;}
	.news_item:nth-of-type(3n){margin-right: 10px!important;}
	.news_item:nth-of-type(2n){margin-right: 0!important;}
	.news_item .desc .atit{font-size: 16px;line-height: 22px;height: 44px;}
	.news-cont h1{font-size: 20px;}
	.news-cont .info{margin: 10px auto 20px;padding-bottom: 10px;font-size: 14px;}
	.news-cont .content{font-size: 14px;line-height: 24px;}
	.flip_page a, .flip_page span{font-size: 14px;line-height: 24px;}
	
	.cp_item{width: calc(50% - 5px);margin: 0 10px 10px 0!important;}
	.cp_item:nth-of-type(3n){margin-right: 10px!important;}
	.cp_item:nth-of-type(2n){margin-right: 0!important;}
	
	.psc_item{padding: 15px 10px;}
	.psc_item .atit{font-size: 16px;}
	.psc_item .btit a{font-size: 14px;padding: 0 10px;margin-right: 5px;}
	.cp_tit{font-size: 22px;padding: 30px 0 10px;}
	
	.case_item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
	.case_item:nth-of-type(3n){margin-right: 10px!important;}
	.case_item:nth-of-type(2n){margin-right: 0!important;}
	
	.yfzx_box{display: block;}
	.yfzx_box .img{width: 100%;}
	.yfzx_box .desc{width: 100%;padding: 15px 10px 0;}
	
	.kyxm_item p{font-size: 14px;line-height: 25px;height: 25px;}
	
	.mySwiper-ryzz{padding: 0;}
	
	.qywh_box{padding-bottom: 50px;}
	.qywh_box .img{width: 100%;}
	.qywh_box .desc{width: 100%;padding: 20px 0 0 0;}
	.qywh_box .desc b{font-size: 22px;}
	.qywh_box .desc p{font-size: 16px;line-height: 24px;}
	.qywh_box .desc p+b{margin-top: 20px;}
	
	.abn_item b{font-size: 14px;line-height: 20px;display: block;}
	.abn_item p span{font-size: 36px;}
	.abn_item p sup{font-size: 24px;}
	.dywcy_box{padding-bottom: 200px;}
	
	.fzlc_box{padding-bottom: 80px;}
	.lb_pnp{display: flex;}
	.fzlc_item .btit{padding-top: 30px;}
	.fzlc_item .btit p{font-size: 16px;line-height: 28px;}
	
	.zxly_box{padding: 100px 0 80px;}
	.contact_item{flex-wrap: wrap;}
	.contact_item .img{width: 100%;}
	.contact_item .desc{width: 100%;padding: 10px 0 0 0;}
	.zxly_tit .atit{font-size: 32px;}
	.zxly_tit .btit{font-size: 14px;}
	.zxly_item{width: calc(50% - 10px);}
	.zxly_item:nth-of-type(2n){margin-left: 20px;}
	.zxly_item p{line-height: 30px;font-size: 14px;}
	.zxly_item .int{height: 40px;}
	
	.message_sub{margin-top: 30px;width: 140px;height: 45px;font-size: 14px;}
	
	.recruitment-title{display: none;}
	.join-fourtop .join-fourp1{width: 100% !important;}
	.join-fourtop .join-fourp2{width: 100% !important;}
	
	.rczp1_box .img{width: 100%;}
	.rczp1_box .desc{width: 100%;padding: 20px 20px 40px;}
	
	.join-fourbtm{padding: 25px 15px 5px;}
	
	
	.pro_Bbox .pro_img{width: 100%;}
	.pro_Bbox .pro_desc{width: 100%;padding: 10px 0 0 0;}
	.pro_Bbox .pro_desc h1{margin: 15px 0 10px;}
	.pro-line{margin: 40px 0 50px;}
	.pro-desc{margin-bottom: 50px;}
	
}

@media screen and (max-width:580px) {
	.cybj_list{display: block;}
	.cybj_item{width: 100%;margin-bottom: 10px;}
	.cybj_item .img{max-width: 300px;margin: 0 auto;}
	
	.flSel_box{display: none;}
	.mbx_box{padding: 10px 0;}
	.dh_box{height: auto;}
	.news_item .desc{padding: 10px 5px;}
	.news_item .desc .btit{margin: 10px 0 10px;}
	
	.dywcy_box .abnumber_box{flex-wrap: wrap;}
	.abn_item{width: 50%;padding: 10px 5px;}
	
	.contact_item .desc p{font-size: 14px;line-height: 22px;}
	.contact_item+.contact_item{margin-top: 35px;padding-top: 35px;}
	
	
}


.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 50px 0px;}
.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}
.pages a:link,.pages a:visited {color:#666666;}
.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}
.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #0D3188;text-decoration:none;text-align:center;padding:2px 5px;}
.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #0D3188;text-align:center;margin:0px 2px;padding:2px 5px;}
.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}
.pagination {text-align:center;}
.pagination li {display:inline-block;color:#333333;margin:0px 5px 0px 0px;vertical-align:middle;}
.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}
.pagination li a:hover {background:#FB9007;color:#ffffff;}
.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #0D3188;cursor:default;}
.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #0D3188;cursor:default;}
.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}
.pagination li .pageinfo strong {color:#555555;font-weight:normal;}
.pagination table {text-align:center;margin:10px 0px 0px 25%;}
.pagination table td {padding:0px 2px;}
#pages {text-align:right;}
#pages a {display:inline-block;height:33px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}
#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages span {display:inline-block;height:33px;padding:0 14px;line-height:30px;background:#0D3188;border:1px solid #0D3188;color:#ffffff;text-align:center;}
#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}

