@charset "utf-8";
/* CSS Document */
.w900{ width:935px; margin:auto;}
.w1100{ width:1100px; margin:auto;}
.w1200{ width:1200px; margin:auto;}
.wf100{ width: 100%; float: left;}
.w90{ width: 90%; margin: auto;}
.divpc{ display: block;}
.divphone{ display: none !important;}
.fl{ float: left;}
.fr{ float: right;}

.page_center p{width:100%}
.fp-tableCell{ display: table-cell; vertical-align: middle; width: 100%; height: 100%;}
.center-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.around-center { display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; -webkit-justify-content: space-around; -webkit-align-items: center; }
.between-center {display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}
.column-center-a { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; align-items: center; -webkit-align-items: center; }
.column-center-b { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; }
.column-between { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; }
.column-around { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; }
.between { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }


.ewm_tc{ width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; z-index: 100; text-align: center; display: none;}
.ewm_tc .w90{ height: 100vh;}
.ewm_tc img{ max-height: 250px;}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


#header.scrolled{background:#fff; border-bottom:1px solid #e0e0e0;}

.page_banner{ height: 400px; background-position: center; background-size: cover; color: #fff; position: relative; z-index: 2;
 text-align: center;}
.page_banner .center-center{ width: 100%; position: absolute; left: 0; bottom: 30px;}
.page_banner .center-center span{display: block;
    font-size: 36px;
    text-shadow: 1px 3px 6px #212121;
    font-weight: bold;}
.page_banner .center-center p{ font-size: 48px; font-weight: bold; font-family: arial; text-transform: uppercase; padding: 10px 0 150px; position: relative;}
.page_banner .center-center p::after{ content: ''; width: 2px; height: 135px; background: #fff; position: absolute; left: 50%; bottom: 0; margin-left: -1px;}
.page_banner .bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.page_banner .bg i{ width: 100%; height: 100%; float: left; background-position: center; background-size: cover; animation: scaleUpDown 25s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite; -webkit-animation: scaleUpDown 25s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite; }
@-webkit-keyframes scaleUpDown {
    0% { -webkit-transform: scale(1.1); transform: scale(1.1); }
	50%{ -webkit-transform: scale(1); transform: scale(1); }
    100%{ -webkit-transform: scale(1.1); transform: scale(1.1); }
}
@keyframes scaleUpDown {
    0% { -webkit-transform: scale(1.1); transform: scale(1.1); }
	50%{ -webkit-transform: scale(1); transform: scale(1); }
    100%{ -webkit-transform: scale(1.1); transform: scale(1.1); }
}


.all_title1{ padding: 55px 0 45px;position: relative;text-align: center}
.all_title1.organize p::after,.all_title1.history p:after {content: '';position: absolute;left: 0;bottom: -3px;height: 3px;width: 100%;background: #0168ad}
.all_title1.organize{text-align: left}
.all_title1 span{ display: block; font-size: 30px;font-weight: inherit; color: #272727;}
.all_title1 p{ font-size: 16px; color: #535353; margin-top: 15px; 
	/* text-transform: uppercase; */
	line-height: 26px;position: relative;}
.all_title1 span img{ max-height: 65px;}
.all_title1 p img{ max-height: 35px;}

.en .all_title1 p{font-size: 14px;}
.all_title1.history {text-align: left;padding: 45px 0 55px;}
.all_title1.history p{position: relative;text-align: left}
.all_title1.history p:after{bottom: -10px}

.about_box1.between-center {flex-wrap: wrap;line-height: 30px;}
.about_box1 .fl{ width: 55%; line-height: 30px; padding:0; text-align: justify;}
.about_box1 .fl p{ padding-bottom: 20px;}
.about_box1 .fr{ width: 45%; text-align: center;}
.about_box1 .fr img,
.about_box1 .fr img {max-width: 100%;margin: 0 20px;}

.about_box2 .topbox .swiper-container{ border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; overflow: inherit;}
.about_box2 .topbox .swiper-container .swiper-slide{ color: #272727; border-left: 1px solid #e2e2e2; text-align: center; padding: 18px 0; cursor: pointer;}
.about_box2 .topbox .swiper-container .swiper-slide:first-child{ border:none;}
.about_box2 .topbox .swiper-container .swiper-slide span{ font-size: 18px;}
.about_box2 .topbox .swiper-container .swiper-slide p{ opacity: 0.8; margin-top: 12px;}
.about_box2 .topbox .swiper-container .swiper-slide.active,.about_box2 .topbox .swiper-container .swiper-slide:hover{ color: #0168ad;}
.about_box2 .topbox .swiper-pagination{ bottom: -20px;}
.about_box2 .lower_box .box_info{ border-bottom: 1px dashed #e3e3e3; padding: 45px 15px;}
.about_box2 .lower_box .box_info:last-child{ border:none;}
.about_box2 .lower_box .box_info .fl{ width: 50%; padding: 0 5%; display: table; height: 410px;}
.about_box2 .lower_box .box_info .fl strong{ font-size: 28px; font-weight: bold; color: #272727;}
.about_box2 .lower_box .box_info .fl .box1{ line-height: 30px; margin-top: 15px;}
.about_box2 .lower_box .box_info .fr{ width: 48%; border: 4px solid #fff; box-shadow: 0 0 35px rgba(0,0,0,0.3); position: relative; overflow: hidden;}
.about_box2 .lower_box .box_info .fr .bd{ width: 100%; float: left;}
.about_box2 .lower_box .box_info .fr .bd ul li{ width: 100%; height: 100%; height: 410px; position: relative; overflow: hidden;}
.about_box2 .lower_box .box_info .fr .bd ul li img{ width: 100%; min-height: 100%;}
.about_box2 .lower_box .box_info .fr .bd ul li span{ width: 100%; line-height: 48px; color: #fff; text-align: center; background: rgba(142,39,60,0.7); position: absolute; left: 0; bottom: 0;}
.about_box2 .lower_box .box_info .fr .prev,.about_box2 .lower_box .box_info .fr .next{ width: 80px; height: 48px; position: absolute; left: 0; bottom: 2px; z-index: 13; background: url("../img/jt_1.png") center no-repeat; background-size: auto 25px; cursor: pointer;}
.about_box2 .lower_box .box_info .fr .next{ background-image: url("../img/jt_2.png"); left:inherit; right: 0;}
.about_box2 .lower_box .box_info:nth-child(2n) .fl{ float: right;}
.about_box2 .lower_box .box_info:nth-child(2n) .fr{ float: left;}

.about_box3{ padding: 30px 0 70px; background: url("../img/true.jpg") top no-repeat ;background-size:100% 100%;}
.about_box3 .box_info{ text-align: center; box-shadow: 5px 5px 20px rgba(0,0,0,0.3); background: rgba(255,255,255,0.85); padding: 65px 0; margin-top: 30px; position: relative;}
.about_box3 .all_title1 span,.about_box3 .all_title1 p{ color: #000;}
/* .about_box3 .box_info .links{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 65px 0;}
.about_box3 .box_info .links ul{ width: 100%; height: 100%;}
.about_box3 .box_info .links ul li{ width: 100%; float: left; text-align: center; height: 14.5%;}
.about_box3 .box_info .links ul li a{ display: inline-block; height: 100%;}
.about_box3 .box_info .links ul li.clr1{ margin-top: 1.5%;}
.about_box3 .box_info .links ul li.clr2{ margin-top: 2%;}
.about_box3 .box_info .links ul li.clr3{ margin-top: 3%;}
.about_box3 .box_info .links ul li.clr4{ margin-top: 2%; padding: 0 3%;}
.about_box3 .box_info .links ul li.clr0 a{    width: 13%;}
.about_box3 .box_info .links ul li.clr1 a{ width: 13%;}
.about_box3 .box_info .links ul li.clr2 a{ width: 13%;}
.about_box3 .box_info .links ul li.clr3 a{ width: 25%; float: left;}
.about_box3 .box_info .links ul li.clr4 a{ width: 12.5%; float: left;} */


.about_box4{ background: url("../img/ab4_bg.jpg") center; background-size: cover; padding: 80px 0 50px;}
.about_box4 .fl .topbox{ min-height: 370px;}
.about_box4 .fl .topbox .box1{ font-size: 32px; color: #272727;}
.about_box4 .fl .topbox .box2{ background: url("../img/ico_1.png") no-repeat 0 4px; background-size: auto 50px; padding:8px 0 8px 50px; min-height: 56px;margin: 25px auto}
.about_box4 .fl .topbox .box2 span{ display: block; font-size: 18px; font-weight: bold; color: #0168ad;}
.about_box4 .fl .topbox .box2 p{ font-size: 16px; margin-top: 8px; color: #323232;}
.about_box4 .fl .lower_box span{ display: inline-block; width: 125px; line-height: 45px; background: #fff; border: 1px solid #dedede; text-align: center; font-size: 16px; color: #323232; cursor: pointer;}
.about_box4 .fl .lower_box span.active,.about_box4 .fl .lower_box span:hover{ background: #0168ad; border-color: #0168ad; color: #fff;}
.about_box4 .fr{ width: 280px; background: #ececec; padding: 0 12px 15px 0;}
.about_box4 .fr span{ width: 100%; height: 400px; overflow: hidden;}
.about_box4 .fr img{ width: 100%; min-height: 100%;}

.page_center{ padding: 50px 0 45px; position: relative;}
.page_menu{ text-align: center;}
.page_menu a{ display: inline-block; width: 50%; line-height: 60px; border: 1px solid #e9e9e9; border-left-width: 0; font-size: 20px; color: #272727;}
.en .page_menu a{font-size: 16px;}
.page_menu a:first-child{ border-width: 1px;}
.page_menu a:hover,.page_menu a.active{ background: #0168ad; border-color: #0168ad; color: #fff;}

.news_box1{ margin-top: 50px; background: #ececec; padding: 1px; position: relative;}
.news_box1 .fl,.news_box1 .fr{ width: 50%;}
.news_box1 .fl{ position: absolute; left: 0; top: 0; height: 100%; border: 1px solid #ececec; overflow: hidden;}
.news_box1 .fl a{ width: 100%; height: 100%; float: left; background-position: center; background-size: cover; transition: all .6s;}
.news_box1 .fr{ padding: 30px; min-height: 420px;}
.news_box1 .fr .topbox{ border-bottom: 1px dotted #d0d1d1; padding-bottom: 20px;}
.news_box1 .fr .topbox .box1{ width: 77px; text-align: center; background: #0168ad; color: #fff; border-radius: 3px; padding: 10px 12px;}
.news_box1 .fr .topbox .box1 span{ font-size: 30px;}
.news_box1 .fr .topbox .box1 p{ font-size: 12px; margin-top: 8px;}
.news_box1 .fr .topbox .box2{ width: 100%; font-size: 22px; padding: 0 12px; line-height: 30px; color: #323232;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.en .news_box1 .fr .topbox .box2{font-size: 14px;}
.news_box1 .fr .lower_box{ font-size: 14px;}
.news_box1 .fr .lower_box .box1{ line-height: 26px; color: #595959; margin-top: 20px;}
.en .news_box1 .fr .lower_box .box1{font-size: 12px;}
.news_box1 .fr .lower_box .box2{ margin-top: 30px;}
.news_box1 .fr .lower_box .box2 p{ background-position: left; background-repeat: no-repeat; background-size: auto 22px; padding-left: 30px; line-height: 25px; margin-top: 5px;}
.news_box1 .fr .lower_box .box2 p.clr1{ background-image: url("../img/ico_2.png");}
.news_box1 .fr .lower_box .box2 p.clr2{ background-image: url("../img/ico_3.png");}
.news_box1:hover .fl a{ transform: scale(1.1);}

.news_box2 ul li{ width: 31%; float: left; margin: 40px 3.5% 0 0; /* background: #f6f6f6; */ transition: all .6s;}
.news_box2 ul li:nth-child(3n){ margin-right: 0;}
.news_box2 ul li .topbox{ padding: 18px 15px;}
.news_box2 ul li .topbox .box1{ width: 70px; text-align: center; border:1px solid #c28e99; color: #0168ad; border-radius: 3px; padding: 5px 3px;transition: all .6s;}
.news_box2 ul li .topbox .box1 span{ font-size: 28px;}
.news_box2 ul li .topbox .box1 p{ font-size: 12px; margin-top: 8px;}
.news_box2 ul li .topbox .box2{ width: 100%; font-size: 16px; padding: 0 12px; line-height: 30px; color: #323232; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; transition: all .6s;}
.en .news_box2 ul li .topbox .box2{font-size: 14px;}
.news_box2 ul li .cen_box{ height: 265px; overflow: hidden; background-position: center; background-size: cover;}
.news_box2 ul li .cen_box img{ width: 100%; min-height: 100%; transition: all .6s;}
.news_box2 ul li .lower_box{ padding: 15px; font-size: 14px;}
.news_box2 ul li .lower_box .box1{ line-height: 24px; height: 120px; overflow: hidden;  -webkit-box-orient: vertical;-webkit-line-clamp: 2; transition: all .6s;}
.news_box2 ul li .lower_box .box1 span{display: block;}
.news_box2 ul li .lower_box .box1 .tit{font-size:18px;}
.news_box2 ul li .lower_box .box1 .date{    margin: 10px 0px;
    background:#0168ad;
    width: 100px;
    text-align: center;
    color: #fff;}
.news_box2 ul li .lower_box .between-center{ margin-top: 12px; font-size: 13px;}
.news_box2 ul li .lower_box .between-center p{ background-position: left; background-repeat: no-repeat; background-size: auto 22px; padding-left: 30px; line-height: 25px; transition: all .6s;}
.news_box2 ul li .lower_box .between-center p.clr1{ background-image: url("../img/ico_2.png");}
.news_box2 ul li .lower_box .between-center p.clr2{ background-image: url("../img/ico_3.png");}
.news_box2 ul li:hover{ color: #fff; box-shadow: 5px 5px 30px rgba(0,0,0,0.4);}
.news_box2 ul li:hover .topbox .box1,.news_box2 ul li:hover .topbox .box2,.news_box2 ul li:hover
 .lower_box .box1,.news_box2 ul li:hover .lower_box .between-center p{ }
 .news_box2 ul li:hover .topbox .box1 .tit{color:#0168ad} 
.news_box2 ul li:hover .between-center p.clr1{ background-image: url("../img/ico_2_1.png");}
.news_box2 ul li:hover .between-center p.clr2{ background-image: url("../img/ico_3_1.png");}
.news_box2 ul li:hover .cen_box img{ transform: scale(1.1);}

.fanye{ text-align: center; border-top: 1px solid #e7e7e7; padding: 35px 0 0; margin-top: 50px;}
.fanye ul li{ display: inline-block;}
.fanye ul li span,.fanye ul li a{ min-width: 40px; line-height: 40px; border: 1px solid #e7eaee; color: #707479; display: inline-block; border-radius: 50px; padding: 0 15px; margin: 0 5px;}
.fanye ul li.active span,.fanye ul li.active a,.fanye ul li a:hover{ background: #0168ad; border-color: #0168ad; color: #fff;}

.address_box{ border-bottom: 1px solid #e9e9e9; background: #fff; position: relative; z-index: 2;}
.address_box .page_menu{ display: block;}
.address_box .page_menu a{ width: auto; float: left; padding: 0 40px; border-bottom-width: 0;}
.address_box .fr{ font-size: 13px; color: #969696;}
.address_box .fr a{ color: #969696;}
.address_box .fr a:hover{ color: #0168ad;}

.news_box3{ text-align: center; border-bottom: 1px solid #ebebeb; padding-bottom: 20px;}
.news_box3 .box1{ font-size: 30px; color: #323232; font-weight: 400; line-height: 36px;}
.news_box3 .box2{ margin-top: 20px;}
.news_box3 .box2 ul li{ display: inline-block; font-size: 14px; color: #868686; line-height: 16px; background-position: left; background-repeat: no-repeat; background-size: auto 20px; padding: 0 10px 0 25px;}
.news_box3 .box2 ul li.clr1{ background-image: url("../img/ico_4.png");}
.news_box3 .box2 ul li.clr2{ background-image: url("../img/ico_2.png");}
.news_box3 .box2 ul li.clr3{ background-image: url("../img/ico_3.png");}
.news_box3 .box2 ul li.clr4{ background-image: url("../img/ico_5.png");}
.news_box3 .box2 ul li span{ float: left;}

.bdsharebuttonbox{ float: left;}
.bdsharebuttonbox a{ margin: 0 5px 0 0 !important;}

.news_box4{ font-size: 15px; color: #595959; line-height: 30px; margin-top: 30px;}
.news_box4 p{ padding-bottom: 20px;}
.news_box4 p:last-child{ padding-bottom: 0;}
.news_box5{ text-align: center;}
.news_box5 a{ display: inline-block; margin-top: 45px; background: #0168ad; color: #fff; padding:0 50px;}
.news_box5 a span{ font-size: 18px; line-height: 55px; background: url("../img/ico_6.png") no-repeat left; background-size: auto 15px; padding-left: 24px;}

.recruit_box{ background: #f4f4f4; padding: 40px 0;}
.recruit_box .box_info1 img{ width: 100%;}
.recruit_box .box_info2{ padding: 50px 35px; background: #fff;}
.recruit_box .box_info2 span{ font-size: 30px; color: #0168ad; font-weight: 400;}
.recruit_box .box_info2 p{ line-height: 30px; color: #323232; margin-top: 25px; text-indent: 32px;}
.recruit_box .box_info3{ padding: 15px 0 0;}
.recruit_box .box_info3 select{ width: 19%; float: left; height: 55px; padding: 0 18px; border: none; cursor: pointer; margin-right: 1%;}
.recruit_box .box_info3 .fr{ width: 40%;}
.recruit_box .box_info3 .text{ width: 85%; float: left; border:none; height: 55px;}
.recruit_box .box_info3 .btns{ width: 15%; float: left; height: 55px; border:none; background: url("../img/ico_7.png") no-repeat center #0168ad; background-size: auto 30px; cursor: pointer;}
.recruit_box .box_info4{ margin-top: 15px;}
.recruit_box .box_info4 .box1{ background: #0168ad; color: #fff; font-size: 18px; padding: 0 0 0 18px;}
.recruit_box .box_info4 .box1 span{ line-height: 55px; padding: 0 38px; background-position: left; background-repeat: no-repeat; background-size: auto 28px;}
.recruit_box .box_info4 .box1 span.clr1{ background-image: url("../img/rec_ico1.png");}
.recruit_box .box_info4 .box1 span.clr2{ background-image: url("../img/rec_ico2.png");}
.recruit_box .box_info4 .box1 span.clr3{ background-image: url("../img/rec_ico3.png");}
.recruit_box .box_info4 .box1 span.clr4{ background-image: url("../img/rec_ico4.png");}
.recruit_box .box_info4 .box1 ul li{ width: 23%; float: left; text-align: center;}
.recruit_box .box_info4 .box1 ul li:first-child{ width: 31%; text-align: left;}

.recruit_box .box_info4 .box2{ margin-top: 15px;}
.recruit_box .box_info4 .box2 .topbox{ background: #fff; color: #323232; padding: 0 0 0 18px; cursor: pointer;}
.recruit_box .box_info4 .box2 .topbox span{ width: 23%; float: left; line-height: 55px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.recruit_box .box_info4 .box2 .topbox span:first-child{ width: 31%; text-align: left; padding-left: 38px;}
.recruit_box .box_info4 .box2 .topbox.active{ background: #e4f4ff;}
.recruit_box .box_info4 .box2 .lower_box{ background: #fff; padding: 25px 56px; line-height: 30px; display: none;}
.recruit_box .box_info4 .box2 .lower_box p{ padding-bottom: 17px;}
.recruit_box .box_info4 .box2 .lower_box p:last-child{ padding: 0;}

.concept_box1{ background: url("../img/ab1_bg.jpg") center; background-size: cover; padding: 50px; text-align: center; margin-top: 42px;}
.concept_box1 .box1{ font-size: 30px; color: #0168ad; font-weight: 400;}
.concept_box1 .box2{ line-height: 25px; color: #323232; margin-top: 30px;text-align: left}
.concept_box2{ border:4px solid #fff; box-shadow: 0 0 15px rgba(0,0,0,0.2); margin-top: 30px;}

.cultivate_box1{ margin-top: 30px;}
.cultivate_box1 ul li{ width: 100%; float: left; background: rgba(242, 242, 242, 0.4); margin-top: 80px;}
.cultivate_box1 ul li .info{ width: 49%; float: left; padding: 35px;}
.cultivate_box1 ul li .imgs{ width: 51%; float: right; padding-bottom: 35px; padding-right: 30px;}
.cultivate_box1 ul li .imgs img{ width: 100%; margin-top: -35px;}
.cultivate_box1 ul li:nth-child(2n) .info{ float: right;}
.cultivate_box1 ul li:nth-child(2n) .imgs{ float: left; padding-right: 0; padding-left: 30px;}
.cultivate_box1 ul li .info .box1{ font-size: 30px; color: #272727; background-position: 0 0; 
background-repeat: no-repeat; background-size: auto 40px; padding: 5px 0 20px 0px; border-bottom: 1px solid #e3e3e3;}
.cultivate_box1 ul li .info .box1.ico1{ background-image: url("../img/cul_ico1.png");}
.cultivate_box1 ul li .info .box1.ico2{ background-image: url("../img/cul_ico2.png");}
.cultivate_box1 ul li .info .box1.ico3{ background-image: url("../img/cul_ico3.png");}
.cultivate_box1 ul li .info .box2{ line-height: 30px; color: #323232; margin-top: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5;}

.all_more{ display: inline-block; line-height: 38px; color: #fff; font-size: 14px; padding: 0 25px; background: #0168ad; border-radius: 2px; margin-top: 50px;}

.business_box1{ text-align: center; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
.business_box1 ul{ border-right:1px solid #f0f0f0;}
.business_box1 ul li{width:100%;padding: 38px 0; cursor: pointer; border-left: 1px solid #f0f0f0; position: relative;}
.business_box1 ul li a{display: block}
.business_box1 ul li::after{ content: ''; width: 100%; height: 6px; background: url("../img/ico_8.png") no-repeat center; background-size: auto 100%; position: absolute; left: 0; bottom: 15px; opacity: 0;}
.business_box1 ul li i img{ height: 40px;}
.business_box1 ul li p{ margin-top: 15px; color: #272727;}
.business_box1 ul li.active{ background: #f6f6f6;}
.business_box1 ul li.active p,.business_box1 ul li:hover p{ color: #0168ad;}
.business_box1 ul li.active::after{ opacity: 1;}

.business_box2{ background: #f4f4f4; padding: 80px 0;}
.business_box2 .fl{ width: 50%; padding-right: 44px;}
.all_title2 span{ font-size: 32px; color: #272727; font-weight: 400;}
.all_title2 p{ color: #737373; text-transform: uppercase; margin: 10px 0 25px;}
.business_box2 .fl .box2{ line-height: 24px; color: #666; font-size: 15px; margin-top: 30px;}
.business_box2 .fl .box2 p{ padding-bottom: 17px;}
.business_box2 .fl .box2 p:last-child{ padding-bottom: 0;}
.business_box2 .fr{ width: 50%; position: relative;}
.business_box2 .fr .swiper-container{ padding-bottom: 40px;}
.business_box2 .fr .swiper-container .swiper-slide{ text-align: center;}
.business_box2 .fr .swiper-container .swiper-slide img{ width: 100%;}
.en .business_box2 .fr .swiper-container .swiper-slide img{    width: 80%;margin-top: 80px;}
.business_box2 .fr .swiper-pagination{ bottom: 0;}

.business_box2 .box_info{ text-align: center;}

.swiper-pagination-bullet-active{ background: #0168ad;}

.business_box3{ padding: 80px 0;   background-size: cover;}
.business_box3 .topbox .all_title2 span{ color: #fff;}
.business_box3 .topbox .all_title2 p{ color: #d5b2ba;}
.business_box3 .topbox .fr{ width: 67%; color: #fff; line-height: 24px;}
.business_box3 .lower_box ul li{ width: 25%; float: left; background: #fff; text-align: center; margin: 50px 3% 0 0; 
padding: 30px 30px; box-shadow: 0 0 20px rgba(0,0,0,0.3);}
.business_box3 .lower_box ul li:nth-child(3n){ margin-right: 0;}
.business_box3 .lower_box ul li i{ width: 100%; height: 75px;}
.business_box3 .lower_box ul li i img{ max-height: 100%;}
.business_box3 .lower_box ul li p{ line-height: 26px; height: 52px; color: #595959; margin-top: 20px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.business_box3 .more{ text-align: center;}
.business_box3 .more a{ display: inline-block; line-height: 40px; border: 2px solid; color: #fff; padding: 0 30px; margin-top: 60px;}

.business_box4{ padding: 60px 0;}
.business_box4 .fr{ width: 67%;}
.business_box4 .fr .topbox{ line-height: 28px;}
.business_box4 .fr .lower_box ul li{ width: 33.33%; float: left; text-align: center; padding: 30px 0;}
.business_box4 .fr .lower_box ul li:nth-child(1),.business_box4 .fr .lower_box ul li:nth-child(2),.business_box4 .fr .lower_box ul li:nth-child(3){ border-bottom: 1px dotted #dcdcdc;}
.business_box4 .fr .lower_box ul li .dazi{ color: #0168ad; font-size: 22px;}
.business_box4 .fr .lower_box ul li .dazi span{ font-size: 75px; font-weight: bold; font-family: arial; font-style: normal; vertical-align: initial;}
.business_box4 .fr .lower_box.en ul li .dazi span{font-size: 60px;}

.business_box4.homes{}
.business_box4.homes .fr{ width: 100%;}
.business_box4.homes .fr .lower_box ul li{ width:20%; border-width: 0;}


.brand_box1{ text-align: center;}
.brand_box1 .box1{ font-size: 26px; color: #595959; font-weight: 400;}
.brand_box1 .around-center{ margin-top: 60px; display: none;}

.brand_box2{background-size: cover; min-height: 100vh; /* margin-top: 80px; */background-repeat: no-repeat; padding: 8vh 0;}
.brand_box2 .box_info{ background: rgba(137,38,59,0.9); color: #fff; padding: 50px;overflow: hidden;position: relative; border-radius: 19px;}
.brand_box2 .box_info .all_title1{ padding: 0 !important;}
.brand_box2 .box_info .all_title1 span{ color: #fff;}
.brand_box2 .box_info .all_title1 p{ margin-top: 8px !important; color: #d1adb5;}
.brand_box2 .box_info .box1{ line-height: 28px; font-size: 15px; margin-top: 30px;width:62%}
.brand_box2 .box_info .box2{width: calc(38% - 50px);position: absolute;right:50px;top:55%;transform: translateY(-50%)}
.brand_box2 .box_info .box2 img{width: 100%;object-fit: contain}
/* .brand_box2 .box_info .box1 p{ padding-bottom: 18px;} */
/* .brand_box2 .box_info .box1 p:last-child{ padding-bottom: 0;} */

.brand_box2 .between-center{ margin-top: 40px;}
.brand_box2 .between-center .imgs{ width: 39%; text-align: center;}
.brand_box2 .between-center .imgs img{ max-height: 245px;}
.brand_box2 .between-center .info{ width: 58%; line-height: 1.6;}

/* .brand_box2.borad{ border-radius: 19px;} */


.brand_box3{ padding-bottom: 60px;}
.brand_box3 .box_info{ position: relative; overflow: hidden; padding: 0 50px;}
.brand_box3 .box_info .swiper-container{ position: initial;}
.brand_box3 .box_info .swiper-slide .center-center{ width: 100%; height: 84px; border:1px solid #e8e8e8; padding:0 13px; transition: all .6s;}
.brand_box3 .box_info .swiper-slide .center-center img{ max-height: 62px; /*-webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/ transition: all .6s;}
.brand_box3 .box_info .swiper-slide:hover .center-center{ border-color: #ababab;}
.brand_box3 .box_info .swiper-slide:hover .center-center img{ -webkit-filter: grayscale(0); filter: grayscale(0); filter:none;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238e273c'%2F%3E%3C%2Fsvg%3E");}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238e273c'%2F%3E%3C%2Fsvg%3E");}

.brand-alert{opacity: 0;z-index: -1;}
.brand-alert.active{z-index: 9999;opacity: 1;}
.brand-alert,.brand-alert .mask{position:fixed;width: 100%;height: 100%;top: 0;transition: all .5s ease}
.brand-alert .mask {background: rgba(0,0,0,.5)}
.brand-alert .content{position: absolute;left: 50%;top: 50%;    margin: -200px auto auto -250px;width:560px;background: #fff;z-index: 10000;padding: 30px;}
.brand-alert .main{min-height: 200px;}
.brand-alert .cancel-btn i{width: 70px;height: 40px;background: url(../img/ico_10.png) no-repeat center #f0f0f0;display: inline-block;background-size: auto 50%;cursor: pointer;}
.brand-alert .cancel-btn{text-align: center}

.ipr_box1,.ipr_box2,.ipr_box3{padding:50px 0 10px 0}
.ipr_box3 {padding-top: 0px}
.ipr_box1 .swiper-container .swiper-slide{ width: 285px; text-align: center;}
.ipr_box1 .swiper-container .swiper-slide p{ line-height: 48px; color: #fff; background: #0168ad; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px;}

.ipr_box2 .swiper-container .swiper-slide{ text-align: center;}
.ipr_box2 .swiper-container .swiper-slide p{ width: 100%; position: absolute; left: 0; bottom: 0; background: rgba(142,39,60,0.8); color: #fff; line-height: 48px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; opacity: 0; transition: all .6s; padding: 0 10px;}
.ipr_box2 .swiper-container .swiper-slide:hover p{ opacity: 1;}
.organize-desc{margin: 35px 0;}
.ipr_box3{ padding-bottom: 60px;}

.news_box6{ background: #f6f6f6; padding: 50px 0; position: relative; z-index: 2;}
.news_box6 .topbox{ font-size: 26px; color: #383838;}
.news_box6 .lower_box{ width: 48%; margin-top: 20px;}
.news_box6 .lower_box ul li{ width: 100%; float: left; margin-top: 20px;}
.news_box6 .lower_box ul li a{ width: 100%; float: left;}
.news_box6 .lower_box ul li a span{ width: 80%; float: left; font-size: 15px; color: #323232; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 18px; position: relative;}
.news_box6 .lower_box ul li a span::after{ content: ''; width: 6px; height: 6px; background: #0168ad; position: absolute; left: 2px; top: 50%; margin-top: -3px; transform: rotate(45deg);}
.news_box6 .lower_box ul li a i{ float: right; font-size: 13px; font-style: normal;}
.news_box6 .lower_box ul li a:hover span,.news_box6 .lower_box ul li a:hover i{ color: #0168ad;}

.news_btns{ width: 94%; position: fixed; left: 3%; top: 50%;}
.news_btns .swiper-button-prev,.news_btns .swiper-button-next{ width: 80px; line-height: 44px; background-position: left; text-align: right;}
.news_btns .swiper-button-next{ background-position: right; text-align: left;}
.news_btns .swiper-button-prev:hover,.news_btns .swiper-button-next:hover{ color: #0168ad;}

.ipr_info{ text-align: center; padding-bottom: 30px; margin-top: -22px; line-height: 1.4;}
.ipr_info.organize-desc{margin-top: 50px;padding-bottom:0;text-align: left}
.ipr_info.organize-desc .fl{width: 60%}
.ipr_info.organize-desc .fr{width: 40%}
.ipr_info.organize-desc .fr .img{display: inline-block;position: relative;border: 5px solid #fff;box-shadow:0px -2px 6px rgba(0, 0, 0, 0.31);margin-top: 50px;  }
/* .ipr_info.organize-desc .fr .img::after{border: 5px solid #fff;content: '';position: absolute;left: -5px;top: -5px;width: 100%;height: 100%} */
.ipr_info.organize-desc .fr img{width:100%;object-fit: contain;}
.ipr_info.organize {text-align: left}

.about_box5{ margin-top: 40px;}
.about_box5 .fl,.about_box5 .fr{ width: 50%;}
.about_box5 .fl{ text-align: center;}
.about_box5 .fr ul li{ width: 100%; float: left; border-bottom: 1px solid #e8d4d8; padding: 30px 20px 25px 60px; background: url("../img/ico_1.png") no-repeat 12px 25px; background-size: auto 50px;}
.about_box5 .fr ul li .box1{ font-size: 24px; color: #272727; font-weight: 400;}
.about_box5 .fr ul li .box2{ line-height: 1.8; margin-top: 10px;}
.about_box5 .fr ul li .box2 strong{ color: #0168ad; font-weight: bold;}
.about_box5 .fr ul li:last-child{ border:none;}

.about_box6{ background: url("../img/ysbg.jpg") center; background-size: cover; margin-top: 35px; position: relative;}
.about_box6 .fl{ width: 65%; padding: 35px;}
.about_box6 .fl .box1 img{ height: 50px; float: left;}
.about_box6 .fl .box2{ font-size: 26px; font-weight: 400; color: #272727; margin-top: 18px;}
.about_box6 .fl .box3 ul li{ width: 100%; float: left; margin-top: 18px; display: flex; display: -webkit-flex; line-height: 1.6;}
.about_box6 .fl .box3 ul li strong{ float: left; color: #0168ad; font-weight: bold; margin-right: 20px; white-space:nowrap;}
.about_box6 .fr{ width: 35%; height: 100%; position: absolute; right: 0; top: 0; background-position: center; background-size: cover;}

.concept_box3{ font-size: 28px; color: #0168ad; font-weight: bold; text-align: center; margin-top: 45px;}
.concept_box4 .box_info{ width: 100%; float: left; background: url("../img/ysbg.jpg") center; background-size: cover; margin-top: 35px; position: relative;}
.concept_box4 .box_info .info{ width: 70%; min-height: 380px; float: left; padding: 25px 30px 45px;}
.concept_box4 .box_info .info ul li{ width: 100%; float: left; margin-top: 20px; display: flex; display: -webkit-flex; line-height: 1.6;}
.concept_box4 .box_info .info ul li strong{ float: left; color: #0168ad; font-weight: bold; white-space:nowrap;}
.concept_box4 .box_info .imgs{ position: absolute; width: 30%; height: 102%; right: 0; top: -1%; border: 4px solid #fff; box-shadow: 0 0 25px rgba(0,0,0,0.3); background-position: center; background-size: cover;}
.concept_box4 .box_info:nth-child(2n) .info{ float: right;}
.concept_box4 .box_info:nth-child(2n) .imgs{ right:auto; left: 0;}

.concep  .box_info{ width: 100%; float: left;   background-size: cover; margin-top: 35px; position: relative;}
.concep .box_info .info{ width: 70%; min-height: 380px; float: left; padding: 25px 30px 45px;}
.concep .box_info .info ul li{ width: 100%; float: left; margin-top: 20px; display: flex; display: -webkit-flex; line-height: 1.6;}
.concep .box_info .info ul li strong{ float: left; color: #0168ad; font-weight: bold; white-space:nowrap;}
.concep .box_info .imgs{ position: absolute; width: 30%; height: 102%; right: 0; top: -1%; border: 4px solid #fff; box-shadow: 0 0 25px rgba(0,0,0,0.3); background-position: center; background-size: cover;}
.concep .box_info:nth-child(2n) .info{ float: right;}
.concep .box_info:nth-child(2n) .imgs{ right:auto; left: 0;}


.zzjg_tc{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.85); z-index: 999; display: none;}
.zzjg_tc .center-center{ width: 100%; height: 100%;}
.zzjg_tc .box_info{ width: 780px; height: auto; background: #fff; padding: 30px;}
.zzjg_tc .box_info .top-box{ height:360px; overflow: auto;}
.zzjg_tc .box_info .lower_box{ text-align: center; margin-top: 20px;}
.zzjg_tc .box_info .lower_box i{ width: 70px; height: 40px; background: url("../img/ico_10.png") no-repeat center #f0f0f0; display: inline-block; background-size: auto 50%; cursor: pointer;}

.zzjg_info .box1 .fl{ width: 33%;}
.zzjg_info .box1 .fl img{max-width: 100%;object-fit: contain}
.zzjg_info .box1 .fr {width: 63%;color: #272727;}
.zzjg_info .box1 .fr span{ display: block; font-size: 26px; color: #000; margin-top: 10px;}
.zzjg_info .box1 .fr p{ margin-top: 10px; line-height: 1.6;}
.zzjg_info .box2{ color: #000; font-size: 18px; padding: 15px 0 10px;}
.zzjg_info .box3{ line-height: 1.8; font-size: 14px;}

.fzlc_box1{ padding-top: 40px; background: url("../img/dfgdfg.png") top no-repeat;background-size: 100% 100%;}
.fzlc_box1 .top-box{ position: relative; z-index: 2;margin-bottom: 25px}
.time-axis::before{content: ''; width: 14px; height: 14px; background: #fff; border:2px solid #d7d7d7; border-radius: 100%; position: absolute; left: 50%; top:-10px; margin: -7px 0 0 -9px;}
/* .fzlc_box1 .top-box::after{ content: ''; width: 14px; height: 14px; background: #fff; border:2px solid #d7d7d7; border-radius: 100%; position: absolute; left: 50%; bottom:-20px; margin: -7px 0 0 -9px;} */
/* .fzlc_box1 .top-box::before{ content: ''; width: 156px; height: 2px; background: #d7d7d7; position: absolute; left: 50%; top: 50%; margin: 0 0 0 -78px;} */
.fzlc_box1 .top-box span{  font-size: 32px; color: #0168ad; padding: 0;display: block;text-align: center}
/* .fzlc_box1 .top-box span:first-child{ text-align: right; padding: 0 105px 0 0;} */
.fzlc_box1 .lower_box{ position: relative; padding: 45px 0 90px; margin-top: -8px;}
.fzlc_box1 .lower_box::after{ content: ''; width: 2px; height: 100%; background: #d7d7d7; position: absolute; left: 50%; top: 0; margin-left: -1px;}
.fzlc_box1 .lower_box ul{ width: 100%; float: left; position: relative; z-index: 2;}
.fzlc_box1 .lower_box ul li{ width: 50%; margin-top: 20px; padding: 0 0 0 105px; position:relative; margin-left: 1px;}
.fzlc_box1 .lower_box ul li:last-child{margin-bottom: 20px;}
.fzlc_box1 .lower_box ul li::after{ content: ''; width: 10px; height: 10px; background: #0168ad; position: absolute; left: -5px; top: 10px; border-radius: 100%;}
.fzlc_box1 .lower_box ul li::before{ content: ''; width: 78px; height: 1px; background: #d7d7d7; position: absolute; left: 0; top: 14px;}
.fzlc_box1 .lower_box ul li.fl{ text-align: right; padding: 0 105px 0 0;}
.fzlc_box1 .lower_box ul li.fl::after{ left:auto; right: -4px;}
.fzlc_box1 .lower_box ul li.fl::before{ left:auto; right: 0;}
.fzlc_box1 .lower_box ul strong{ display: block; text-align: center;}
.fzlc_box1 .lower_box ul strong i{ font-style: normal; font-size: 24px; font-weight: bold; background: #fff; display: inline-block; padding: 4px 0; color: #272727;}
.fzlc_box1 .lower_box ul li p{ display: block; line-height: 1.4; padding: 3px 0;margin-bottom: 10px;}
.fzlc_box1 .lower_box ul li p.red{color: #0168ad}

.fzlc_box1 .lower_box ul li.fr{padding: 0px;}
.fzlc_box1 .lower_box ul li.fr::after,.fzlc_box1 .lower_box ul li.fr::before{display: none}
.fzlc_box1 .lower_box ul li.fr p{padding: 3px 0 3px 105px;position: relative;}
.fzlc_box1 .lower_box ul li.fr p::after{content: ''; width: 10px; height: 10px; background: #0168ad; position: absolute; left: -5px; top: 10px; border-radius: 100%;}
.fzlc_box1 .lower_box ul li.fr p::before{ content: ''; width: 78px; height: 1px; background: #d7d7d7; position: absolute; left: 0; top: 14px;}


.fzlc_box2{ background: #f4f4f4; padding: 0 0 30px;}
.fzlc_box2 .top-box{ height: 500px;}
.fzlc_box2 .top-box img,.fzlc_box2 .top-box label{ max-width: inherit;}
.fzlc_box2 .top-box .BMap_Marker div{ overflow: initial !important;}
.fzlc_box2 .top-box .BMap_Marker img{ width: 100%; position: relative; bottom: 20px;}
.fzlc_box2 .lower_box{ position: relative;}
#fzlc_box2{margin-top: 70px;}
.angle{display: inline-block;width: 0px;height: 0px;position: absolute;bottom:-60px;border: 10px solid;left: 25px;bottom: -20px;opacity: 0.8;border-color: #a12147 transparent transparent transparent;}
.fzlc_box2 .lower_box::after{ content: ''; width: 100%; height: 2px; background: #e4e4e4; position: absolute; left: 0; top: 18px;}
.fzlc_box2 .lower_box .bd{ width: 100%; float: left; padding: 14px 20px 40px; overflow: hidden;}
.fzlc_box2 .lower_box .bd .tempWrap,.fzlc_box2 .lower_box .bd ul{ overflow: initial !important; z-index: 2;}
.fzlc_box2 .lower_box .bd ul li{ width: 11.11%; float: left; z-index: 2; position: relative;}
.fzlc_box2 .lower_box .bd ul li .box1{ text-align: center; padding: 20px 0 0; font-weight: bold; color: #333; cursor: pointer; position: relative;}
.fzlc_box2 .lower_box .bd ul li .box1::after{ content: ''; width: 10px; height: 10px; background: #b0b0b0; position: absolute; left: 50%; top: 0; margin-left: -5px; border-radius: 100%;}
.fzlc_box2 .his .con_box{margin: 60px auto 0;}
/* .fzlc_box2 .lower_box .bd ul li .box1::before{ content: ''; width: 100%; height: 65px; position: absolute; left: 0; top: -68px; background: url("../img/ico_1.png") no-repeat center; background-size: auto 100%; opacity: 0; transition: all .6s;} */
.fzlc_box2 .lower_box .bd ul li .box2{ position: absolute; display: none; top: 60px; left: 0; padding: 15px;}
.fzlc_box2 .lower_box .bd ul li .box2::after{ content: ''; width:0; height:0; border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #a12147; position: absolute; left: 51px; top: -7px;}
.fzlc_box2 .lower_box .bd ul li.active .box1{ color: #a12147;font-size: 24px;}
.fzlc_box2 .lower_box .bd ul li.active .box1::after{ background: #a12147;}
.fzlc_box2 .lower_box .bd ul li.active .box1::before{ opacity: 1;}
.fzlc_box2 .lower_box .bd ul li.active .box2{ display: block; background: #a12147; color: #fff;}
.fzlc_box2 .lower_box .bd ul li.active .box2 p{ white-space: nowrap; line-height: 1.4; padding: 3px 0;}
.fzlc_box2 .lower_box .prev,.fzlc_box2 .lower_box .next{ width: 44px; height: 44px; position: absolute; left: 0; top: -4px; z-index: 4; background: url("../img/btn_1.png") no-repeat left; background-size: auto 44px; cursor: pointer;}
.fzlc_box2 .lower_box .next{ left:auto; right: 0; background-position: right;}
.fzlc_box2 .lower_box .prev:hover,.fzlc_box2 .lower_box .next:hover{ background-image: url("../img/btn_2.png");}
.fzlc_box2 .con_box ul li{ width: 100%; float: left;}
.fzlc_box2 .con_box ul li .box2{ display: inline-block; padding: 15px; background:#a12147; color: #fff; position: relative;}
.fzlc_box2 .con_box ul li .box2 p{ white-space: nowrap; line-height: 1.4; padding: 3px 0;}
.fzlc_box2 .con_box ul li .box2::after{ content: '';width: 0;height: 0;border-right: 10px solid transparent;border-left: 10px solid transparent;border-top: 10px solid #a12147;position: absolute;left: 50%;bottom: -7px;margin-left: -10px;}


.zzjg_info {padding: 5px}
.organize-top p{text-indent: 2em;}
.organize-top .fl p{padding-bottom: 0}
.leader-list{display: flex;flex-wrap: wrap;}
.leader-list li{width: 48%;overflow: hidden;margin-bottom: 50px;padding: 5px}
.leader-list li:nth-child(odd){margin-right: 4%}
.leader-list li .fl{box-shadow: rgba(169, 169, 169, 0.5) 0px 0px 3px 2px; }
.leader-list li .fr{margin-left: 20px;max-width: calc(100% - 264px);}
.leader-list li h4{color: #000;font-size: 18px;font-weight: 400;margin: 30px 0}
.en .leader-list li h4{margin: auto;margin-bottom: 10px;}
.leader-list li .fr p{line-height: 26px}

.leader-list li:first-child{ width: 100%; padding: 5px 15% 5px 19%;}
.leader-list li:first-child .fl{ width: 49%;}
.leader-list li:first-child .fl img{ width: 100%;}
.leader-list li:first-child .fr{max-width:47%; width: 47%;}


@media screen and (max-width:1024px){
	.leader-list li{width: 100% !important;padding: 5px !important;}
    .leader-list li:first-child .fl{ width: auto;}
    .leader-list li:first-child .fr{max-width:calc(100% - 264px); width: 100%;}
}
@media screen and (max-width:600px){
	/* #fzlc_box2{margin-top: 20px;} */
	.brand-alert .content{width: 100%;margin-left: -50%;}
	.leader-list li:first-child .fr{ max-width: initial;}
}
@media screen and (max-height:880px){
}
@media screen and (max-height:750px){
	.zzjg_tc .box_info{ height: 75%;}
	.zzjg_tc .box_info .top-box{ height: 88%;}
	
}
@media screen and (max-width:1660px){
	.page_banner{ height: 380px;}
}
@media screen and (max-width:1440px){
	.page_banner{ height: 350px; margin-top: 70px;}
	.page_menu a{ font-size: 18px; line-height: 50px;}
	.news_btns{ width: 100%; left: 0;}
}
@media screen and (max-width:1366px){
	.all_title1 p{font-size: 14px;}
	.business_box4.en .fr .lower_box.en ul li .dazi span{font-size: 60px}
}
@media screen and (max-width:1200px){
	.w1200{ width:94% !important;}
	.business_box1 .w1200{ width: 100% !important;}
	.business_box4 .fr .lower_box ul li .dazi span{ font-size: 50px;}
	.business_box4 .fr .lower_box ul li p{ font-size: 13px;}
	.mainCon1>.txt{font-size:13px}
	.ipr_info{font-size: 13px;}
	.leader-list li h4{margin:30px 0}
	.leader-list li .fr p{font-size: 13px;}
	.business_box4.en .fr .lower_box.en ul li .dazi span{font-size: 50px}


	
}

@media screen and (max-width:1024px){
	.w900,.w1100{ width:94% !important;}
	.w90{ width: 94%;}
	.divpc{ display: none !important;}
	.divphone{ display: block !important;}
	.ewm_tc img{ max-height: 200px;}
	
	.page_banner{ height: auto;}
	.page_banner .center-center{ position: relative; bottom: 0; height: 220px;}
	.page_banner .center-center p{ padding-bottom: 0; font-size: 40px;}
	.page_banner .center-center p::after{ height: 0;}
	.about_box2 .lower_box .box_info .fl,.about_box2 .lower_box .box_info .fr .bd ul li{ height: 320px;}
	.page_center{ padding: 30px 0 25px;}
	.page_menu a{ font-size: 16px; line-height: 45px;}
	.news_box1{ margin-top: 30px;}
	.news_box2 ul li{ width: 32%; margin: 20px 2% 0 0;}
	.news_box2 ul li .lower_box .between-center{ margin-top: 8px;}
	.news_box2 ul li .lower_box .between-center p{ font-size: 12px; padding-left: 22px; background-size: auto 18px;}
	.fanye{ margin-top: 35px; padding-top: 30px;}
	.recruit_box{ padding: 25px 0;}
	.concept_box1{ margin-top: 30px;}
	.cultivate_box1{ margin-top: 10px;}
	.cultivate_box1 ul li .info .box1{ font-size: 26px; background-size: auto 28px; padding: 0 0 20px 40px;}
	.cultivate_box1 ul li .info .box2{ line-height: 24px; margin-top: 15px;}
	.all_more{ margin-top: 20px;}
	.brand_box3 .box_info{ padding: 0 48px;}
	.brand_box1 .around-center span{ width: 50%;}
	.news_btns .swiper-button-prev,.news_btns .swiper-button-next{ text-align: left; text-indent: -9999px;}
	.about_box3 .box_info,.about_box3 .box_info .links{ padding: 20px 3%;}
	.about_box3 .box_info .links ul li.clr4{ padding: 0;}
	.fzlc_box2 .top-box{ height: 400px;}
	.brand_box2 .box_info .box2{position: static;width: 100%;text-align: center;transform: translateY(0);margin-bottom: 20px}
	.brand_box2 .box_info .box1{float: none;width: 100%;}
}
@media screen and (max-width:768px){
	.page_banner .center-center{ padding: 30px 0;}
	.all_title1{ padding: 35px 0 25px;}
	.about_box2 .lower_box .box_info .fl,.about_box2 .lower_box .box_info .fr .bd ul li{ height: 230px;}
	.about_box2 .lower_box .box_info .fl strong{ font-size: 26px;}
	.about_box2 .lower_box .box_info .fl .box1{ line-height: 26px; margin-top: 10px;}
	.about_box4 .fl{ width: 100%;}
	.about_box4 .fr{ display: none;}
	.news_box1 .fr{ padding: 20px; min-height: 260px;}
	.news_box1 .fr .topbox .box1{ width: 88px;}
	.news_box1 .fr .topbox .box2{ font-size: 18px; line-height: 24px;}
	.news_box1 .fr .lower_box .box1{ margin-top: 15px;}
	.news_box2 ul li{ width: 48.5%; margin: 20px 0 0;}
	.news_box2 ul li:nth-child(2n){ float: right;}
	.news_box3 .box1{ font-size: 24px; line-height: 30px;}
	.recruit_box .box_info2{ padding: 30px;}
	.recruit_box .box_info2 span{ font-size: 26px;}
	.recruit_box .box_info2 p{ margin-top: 15px; line-height: 26px;}
	.recruit_box .box_info3 .text{ width: 80%;}
	.recruit_box .box_info3 .btns{ width: 20%;}
	.recruit_box .box_info4 .box1 span{ background-size: auto 20px; padding: 0 25px; font-size: 16px;}
	.recruit_box .box_info4 .box2 .topbox span:first-child{ padding-left: 25px;}
	.recruit_box .box_info4 .box2 .lower_box{ padding: 20px 45px;}
	.recruit_box .box_info4 .box1,.recruit_box .box_info4 .box2 .topbox{ padding-left: 12px;}
	.cultivate_box1 ul li{ margin-top: 50px;}
	.cultivate_box1 ul li .info{ padding: 20px;}
	.cultivate_box1 ul li .imgs{ padding: 0 20px 20px 0;}
	.cultivate_box1 ul li .imgs img{ margin-top: -20px;}
	.cultivate_box1 ul li:nth-child(2n) .imgs{ padding-left: 20px;}
	.cultivate_box1 ul li .info .box1{ font-size: 20px; background-size: auto 22px; padding: 0 0 15px 28px;}
	.cultivate_box1 ul li .info .box2{ font-size: 12px; margin-top: 10px;}
	.all_more{ margin-top: 10px;}
	.business_box2{ padding: 30px 0;}
	.business_box2 .fl,.business_box2 .fr{ width: 100%;}
	.business_box4 .fr .lower_box ul li p{ font-size: 12px;}
	.mainCon1>.txt{font-size:14px}
	.business_box2 .fr{ margin-top: 30px;}
	.business_box3{ padding: 50px 0;}
	.business_box3 .lower_box ul li{ padding: 20px;}
	.business_box4 .fr .lower_box ul li{ padding: 20px 0;}
	.business_box4 .fr .lower_box ul li .dazi span{ font-size: 50px;}
	.business_box4 .fr .lower_box.en ul li .dazi span{ font-size: 24px;}
	.business_box4 .fr .lower_box ul li p{ font-size: 12px;}
	.brand_box2{ height: auto; padding: 20px 0; margin-top: 40px;}
	.ipr_box3{ padding-bottom: 35px;}
	.organize-desc{margin: 25px 0;}
	.ipr_box1,.ipr_box2,.ipr_box3{padding: 40px 0 10px 0;}
	.ipr_box3 {padding-top: 0px}
	.ipr_info{ margin-top:-8px; padding-bottom: 20px; font-size: 14px; line-height: 1.3;}
	.about_box6 .fl .box3 ul li{ display: block;}
	.about_box6 .fl .box3 ul li strong{ width: 100%; display: block;}
	.about_box6 .fl .box3 ul li p{ font-size: 14px;}
	.concept_box4 .box_info .info{ width: 100%; padding: 25px; min-height: auto;}
	.concept_box4 .box_info .imgs{ display: none;}
	.ipr_info.organize-desc .fl{width: 100%}
	.ipr_info.organize-desc .fr{width: 100%;text-align: center;margin-top: 20px}
	.about_box1.introduce .fl{float: none;width: 100%;margin-left:0;}
	.about_box1.introduce .fr{float: none;width: 100%;text-align: center;margin-left: 0;}
	.about_box1.introduce .fr img{margin: 0 auto;}
    
    .business_box2 .box_info{ padding: 0 3%;}


}
@media screen and (max-width:480px){
	.page_banner{ margin-top: 45px;}
	.page_banner .center-center{ height: 200px;}
	.page_banner .center-center p{ padding-bottom: 0; font-size: 36px;}
	.all_title1{ padding: 30px 0 20px;}
	.all_title1 span{ font-size: 24px;}
	.all_title1 p{ font-size: 14px; margin-top: 10px;}
	.about_box1{ padding: 0; display: block;}
	.about_box1 .fl,.about_box1 .fr{ width: 100%;margin-left: -50%;}
	.about_box1 .fl{ padding: 0; line-height: 26px;}
	.about_box1 .fl p{ padding-bottom: 14px;}
	.about_box2 .topbox .swiper-container .swiper-slide span{ font-size: 14px;}
	.about_box2 .topbox .swiper-container .swiper-slide p{ font-size: 13px; margin-top: 6px;}
	.about_box2 .lower_box{ margin-top: 20px;}
	.about_box2 .lower_box .box_info{ padding: 20px 12px;}
	.about_box2 .lower_box .box_info .fl,.about_box2 .lower_box .box_info .fr{ width: 100%; height: auto;}
	.about_box2 .lower_box .box_info .fl,.about_box2 .lower_box .box_info .fr .bd ul li{ height: auto; padding: 0;}
	.about_box2 .lower_box .box_info .fr{ margin-top: 25px;}
	.about_box2 .lower_box .box_info .fr .bd ul li span{ font-size: 14px;}
	.about_box2 .lower_box .box_info .fr .prev, .about_box2 .lower_box .box_info .fr .next{ width: 60px; bottom: 0; background-size: auto 17px;}
	.about_box2 .lower_box .box_info .fl strong{ font-size: 24px;}
	.about_box2 .lower_box .box_info .fl .box1{ line-height: 26px; margin-top: 10px;}
	.about_box3{ padding: 10px 0 40px;}
	.about_box4{ padding: 25px 0;}
	.about_box4 .fl .topbox{ min-height: inherit;}
	.about_box4 .fl .topbox .box1{ font-size: 24px; padding-bottom: 5px;}
	.about_box4 .fl .topbox .box2{ margin-top: 20px; padding: 6px 0 6px 48px;}
	.about_box4 .fl .lower_box{ margin-top: 25px;}
	.about_box4 .fl .lower_box span{ width: 33.33%; float: left; margin: -1px 0 0 -1px;}
	.page_center{ padding: 20px 0;}
	.page_menu a{ font-size: 14px; 
		/* line-height: 35px; */
		line-height: normal;min-height: 42px;}
	.news_box1{ margin-top: 20px;}
	.news_box1 .fl,.news_box1 .fr{ width: 100%;}
	.news_box1 .fl{ height: 200px; position: relative; border: none;}
	.news_box1 .fr{ padding: 12px 10px; min-height: 200px;}
	.news_box1 .fr .topbox{ padding-bottom: 12px;}
	.news_box1 .fr .lower_box .box1{ margin-top: 5px; line-height: 24px;}
	.news_box1 .fr .lower_box .box2{ margin-top: 15px;}
	.news_box2 ul li{ width: 100%; margin: 15px 0 0;}
	.news_box2 ul li .cen_box{ height: 268px;overflow: hidden;text-align: center}
	.news_box2 ul li .cen_box img{width: auto;min-height:auto }
	.fanye{ margin-top: 20px; padding-top: 20px;}
	.fanye ul li span, .fanye ul li a{ min-width: 30px; line-height: 30px; padding: 0 10px; margin: 2px 1px 0;}
	.address_box{ padding: 12px 0;}
	.address_box .w1200{ display: block; text-align: center;}
	.address_box .page_menu{ width: 100%; display: flex;}
	.address_box .page_menu a{ border-bottom-width: 1px; width: 50%; padding: 0;}
	.address_box .fr{ width: 100%; float: left; margin-top: 12px;}
	.news_box3 .box1{ font-size: 18px; line-height: 24px;}
	.news_box3 .box2{ margin-top: 0;}
	.news_box3 .box2 ul li{ width: 50%; float: left; margin-top: 15px; font-size: 12px; padding-right: 0;}
	.bdsharebuttonbox a{ margin: 0 2px 0 0!important;}
	.news_box4{ line-height: 24px; margin-top: 20px;}
	.news_box4 p{ padding-bottom: 17px;}
	.news_box5 a{ padding: 0 25px; margin-top: 20px;}
	.news_box5 a span{ line-height: 40px; font-size: 16px;}
	.recruit_box{ padding: 20px 0;}
	.recruit_box .box_info2{ padding: 20px;}
	.recruit_box .box_info2 span{ font-size: 20px;}
	.recruit_box .box_info2 p{ line-height: 24px; font-size: 14px; margin-top: 5px;}
	.recruit_box .box_info3{ padding: 10px 0; display: block;}
	.recruit_box .box_info3 select{ width: 32.3%; margin-right: 1.5%; height: 45px;}
	.recruit_box .box_info3 select:nth-child(3){ margin-right: 0;}
	.recruit_box .box_info3 .fr{ width: 100%; margin-top: 10px;}
	.recruit_box .box_info3 .text,.recruit_box .box_info3 .btns{ height: 45px;}
	.recruit_box .box_info4 .box1,.recruit_box .box_info4 .box2 .topbox{ padding-left: 10px;}
	.recruit_box .box_info4 .box1 span{ padding: 0; background: none !important; line-height: 45px;}
	.recruit_box .box_info4 .box2{ margin-top: 10px;}
	.recruit_box .box_info4 .box2 .topbox span{ font-size: 13px; line-height: 45px;}
	.recruit_box .box_info4 .box2 .topbox span:first-child{ padding: 0;}
	.recruit_box .box_info4 .box2 .lower_box{ padding: 10px; font-size: 14px; line-height: 24px;}
	.recruit_box .box_info4 .box2 .lower_box p{ padding-bottom: 10px;}
	.concept_box1{ padding: 20px 15px; margin-top: 20px;}
	.concept_box1 .box1{ font-size: 24px; line-height: 30px;}
	.concept_box1 .box2{ line-height: 24px; font-size: 14px; margin-top: 20px;}
	.concept_box2{ margin-top: 20px;}
	.cultivate_box1{ margin-top: 8px;}
	.cultivate_box1 ul li{ margin-top: 12px;}
	.cultivate_box1 ul li .imgs,.cultivate_box1 ul li .info{ width: 100%;}
	.cultivate_box1 ul li .imgs{ padding: 0 !important;}
	.cultivate_box1 ul li .imgs img{ margin-top: 0;}
	.cultivate_box1 ul li .info{ padding: 15px;}
	.all_more{ line-height: 35px; padding: 0 20px;}
	.business_box1 ul li{ padding: 18px 0 22px;}
	.business_box1 ul li i img{ height: 30px;}
	.business_box1 ul li p{ font-size: 12px; margin-top: 10px;}
	.business_box1 ul li::after{ bottom: 5px;}
	.business_box2{ padding: 20px 0;}
	.business_box2 .fl{ padding-right: 0;}
	.all_title2 span{ font-size: 24px;}
	.all_title2 p{ margin: 8px 0 15px;}
	.business_box2 .fl .box2{ margin-top: 20px;}
	.business_box2 .fl .box2 p{ padding-bottom: 12px;}
	.business_box2 .fr .swiper-container{ padding-bottom: 25px;}
	.business_box2 .fr{ margin-top: 20px;}
	.business_box3{ padding: 20px 0;}
	.business_box3 .topbox .fr{ width: 100%; margin-top: 20px; font-size: 15px;}
	.business_box3 .lower_box{ margin-top: 5px;}
	.business_box3 .lower_box ul li{ width: 100%; margin-top: 12px;}
	.business_box3 .more a{ margin-top: 25px; line-height: 35px; padding: 0 20px;}
	.business_box4{ padding: 20px 0 5px;}
	.business_box4 .fr{ width: 100%; margin-top: 10px;overflow: hidden;}
	.business_box4 .fr .topbox{ font-size: 15px; line-height: 24px;}	
	.business_box4 .fr .sub{font-size: 15px; line-height: 28px;}
	.business_box4 .fr .lower_box ul li{ width: 50% !important;}
	.business_box4 .fr .lower_box ul li:nth-child(4){ border-bottom: 1px dotted #dcdcdc ;}
	.business_box4 .fr .lower_box ul li:last-child{ width: 100% !important;}
	.business_box4 .fr .lower_box ul li .dazi span{ font-size: 40px;}
	.business_box4.homes .fr .lower_box ul li{ border-width: 1px;}
	.brand_box1 .box1{ font-size: 20px;}
	.brand_box1 .around-center{ margin-top: 20px;}
	.brand_box1 .around-center span{ width: 48%;}
	.brand_box2{ height: auto; padding: 20px 0; margin-top: 20px;}
	.brand_box2 .box_info{ padding: 20px;}
	.brand_box2 .box_info .box1{ line-height: 24px; font-size: 14px; margin-top: 20px;}
	.brand_box2 .box_info .box1 p{ padding-bottom: 12px;}
	.brand_box3{ padding-bottom: 30px;}
	.brand_box3 .box_info .swiper-slide .center-center{ height: 60px;}
	.brand_box3 .box_info .swiper-slide .center-center img{ max-height: 45px;}
	.ipr_box1 .swiper-container .swiper-slide{ width: 200px;}
	.ipr_box1 .swiper-container .swiper-slide p{ font-size: 14px;}
	.ipr_box2{ padding: 0 3%;}
	.ipr_box2 .swiper-container .swiper-slide p{ opacity: 1; font-size: 14px;}
	.organize-desc{margin: 15px 0;}
	.ipr_box1,.ipr_box2,.ipr_box3{padding: 30px 0 20px 0;}
	.ipr_box3 {padding-top: 0px}
	/* .ipr_box3{ padding-bottom: 20px;}
	.ipr_box3 .ipr_box2{ padding: 0;} */
	.news_box6{ padding: 25px 0;}
	.news_box6 .topbox{ font-size: 20px; padding-bottom: 5px;}
	.news_box6 .lower_box{ width: 100%; margin-top: 0;}
	.news_box6 .lower_box ul li{ margin-top: 12px;}
	.news_box6 .lower_box ul li a span{ width: 70%;}
	
	.about_box5{ margin-top: 20px; display: block;}
	.about_box5 .fl,.about_box5 .fr{ width: 100%;}
	.about_box5 .fl{ padding: 10px 20%;}
	.about_box5 .fr ul li{ padding: 15px 0 12px 30px; background-size: auto 30px; background-position: 0 12px;}
	.about_box5 .fr ul li .box1{ font-size: 18px;}
	.about_box5 .fr ul li .box2{ line-height: 1.6; margin-top: 8px; font-size: 12px;}
	.about_box6{ margin-top: 12px;}
	.about_box6 .fl{ width: 100%; padding: 15px;}
	.about_box6 .fr{ display: none;}
	.about_box6 .fl .box1 img{ height: 35px;}
	.about_box6 .fl .box2{ font-size: 20px; margin-top: 15px;}
	.about_box6 .fl .box3 ul li{ margin-top: 12px;}
	.concept_box3{ font-size: 22px; margin-top: 15px;}
	.concept_box4 .box_info{ margin-top: 12px;}
	.concept_box4 .box_info .info{ padding: 7px 15px 15px;}
	.concept_box4 .box_info .info ul li{ display: block; margin-top: 8px;}
	.concept_box4 .box_info .info ul li strong{ width: 100%;}
	.concept_box4 .box_info .info ul li p{ font-size: 13px;}
	
	.about_box3 .box_info{ margin-top: 0;}
	.zzjg_tc .box_info{ width: 90%; padding: 15px;}
	.fzlc_box1{ background: none; padding-top: 0;}
	.fzlc_box1 .top-box span{ font-size: 18px; padding: 0 0 0 30px;}
	.fzlc_box1 .top-box span:first-child{ padding: 0 30px 0 0;}
	.fzlc_box1 .top-box::before{ width: 50px; margin: 0 0 0 -25px;}
	.fzlc_box1 .lower_box{ padding: 30px 0 40px;}
	.fzlc_box1 .lower_box ul li{ padding: 0 0 0 30px; margin-top: 8px;}
	.fzlc_box1 .lower_box ul li p{ font-size: 12px;}
	.fzlc_box1 .lower_box ul li::after{ top:5px}
	.fzlc_box1 .lower_box ul li::before{ top:9px; width: 22px;}
	.fzlc_box1 .lower_box ul li.fr p::before{width: 22px;}
	.fzlc_box1 .lower_box ul li.fr p{padding: 3px 0 3px 30px;}
	.fzlc_box1 .lower_box ul li.fl{ padding: 0 30px 0 0;}
	.fzlc_box1 .lower_box ul strong i{ font-size: 20px;}
	
	.fzlc_box2 .top-box{ height: 250px;}
	.fzlc_box2 .lower_box .bd ul li{ width: 100%;}
	/* .fzlc_box2 .lower_box .bd{ padding: 100px 0 20px;} */
	.fzlc_box2 .con_box ul li .box2 p{ white-space: normal;}
	.zzjg_info .box1 .fl {
		width: 100%;
	}
	.zzjg_info .box1 .fl img{width:100%;object-fit: contain}
	.zzjg_info .box1 .fr {
		width: 100%;
		color: #272727;
	}
	.leader-list li{padding:5px 0;text-align: center;}
	.leader-list li:nth-child(odd){margin-right: 0}
	.leader-list li .fl{box-shadow: rgba(169, 169, 169, 0.5) 0px 0px 3px 2px; float: none;text-align: center;padding:5px;display: inline-block;}
	.leader-list li .fl img{max-width:100%;object-fit: contain}
	.leader-list li .fr{float: none;width:100%;padding:5px;max-width:none;margin-left: 0px;text-align:left}
	.leader-list li .fr h4{margin:25px 0;text-align: center;}
	
    .brand_box2 .between-center{ margin-top: 20px; display: block;}
    .brand_box2 .between-center .imgs{ width: 100%; margin-top: 15px;}
    .brand_box2 .between-center .info{ width: 100%; font-size: 14px;}
    
    .all_title1 span img{ max-height: 35px;}
    .all_title1 p img{ max-height: 20px; margin-top: 8px;}
    .all_title1 br{ display: none;}
    .brand_box1 .box1 img{ max-height: 20px;}
	
}
@media screen and (max-width:350px){
	
}

.Validform_wrong,.Validform_checktip{ display:none !important;}

