@charset "utf-8";


.cont1600{ width: 1600px; margin: 0 auto; max-width: 1600px;}


/*头部开始*/
#header{width: 100%;height: 96px;position: absolute;left: 0%;top: 0%;z-index: 100;padding: 25px 3%;display: flex;justify-content: space-between;align-items: center;}
#header .right{display:flex;position: relative;}
nav{display: inline-block;}
.logo{ padding-top: 0;}
.logo img{ height:2.5rem; width:auto;}
#nav>ul{display: flex;}
#nav>ul>li{position:relative;z-index:0;margin: 20px;display: flex;align-items: center;}
#nav>ul>li >a{font-size: 15px;color: #fff;line-height: 5rem;position:relative;transition:.6s;display: flex;align-items: center;}
#nav>ul>li.on >a{ font-weight:bold;}
#nav>ul>li >a h3{position:relative;}
#nav>ul>li .sub{position:absolute;position: absolute;left: 50%;top: 100%;z-index: 999;transform-origin: 0 0 0;transform: scaleY(0.2) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;padding: 20px;}
#nav>ul>li .sub:before{content:"";position:absolute;border-left: transparent 6px solid;border-right: transparent 6px solid;border-bottom: #fff 8px solid;top: 13px;left: 50%;margin-left: -6px;}
#nav>ul>li .sub .box{padding: 0;text-align:center;border-radius: 5px;overflow: hidden;background: rgba(255,255,255,.85);}
#nav>ul>li .sub a{padding: 0 1.5rem;line-height: 3.5;transition:.3s;font-size: 14px;letter-spacing: 1px;color: #636363;/* border-bottom: 1px dashed #eee; */display: block;white-space: nowrap; position:relative}

#nav>ul>li .sub a:hover{color: #fff;background: #1c60e1;}
#nav>ul>li .sub a:hover:before{ width:3px}
#nav>ul>li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateY(0px) translateX(-50%);}

#nav>ul>li h3:after{content:"";display:block;width: 100%;height: 2px;position:absolute;left: 50%;margin-left: -50%;background: #fff;bottom: 0;transition:.3s;transform:scale(0);border-radius: 0;}
#nav>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #00a271 4px solid;bottom:2px;transition:.3s;opacity:0;visibility:hidden;display: none;}
#nav>ul>li:hover h3:after,#nav>ul>li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{ opacity:1; visibility:visible}
#header.xg #nav>ul>li h3:after{ background:#007f64}


#nav>ul>li.li1{ position:inherit}

.sub_box1{position:absolute;background:#fff url(../images/xiala_bg.jpg) right bottom no-repeat;background-size:cover;width:100%;left:0;padding:2.875rem 0;box-shadow:0 25px 25px rgba(0,0,0,.05);opacity:0;visibility:hidden;transform:scaleY(0); transform-origin:top; transition: .5s;}
.sub_box1 *{line-height:1;width: 100%;}
.sub_box1 .w1200{ display:flex; align-items:flex-start}

.sub_box1 .ll1{width: 20rem;padding-right:2px;}
.sub_box1 .ll1 .miso_hd1 ul .miso-list{ overflow:visible}
.sub_box1 .ll1 .miso_hd1 ul li{ height:7rem; margin-bottom:1.5rem}
.sub_box1 .ll1 .miso_hd1 ul li a{ display:flex;}
.sub_box1 .ll1 .miso_hd1 ul li .img{ width:7rem;}
.sub_box1 .ll1 .miso_hd1 ul li .img .img_hezi{ padding-bottom:7rem !important}
.sub_box1 .ll1 .miso_hd1 ul li .con{width:calc(100% - 7rem);height:7rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding: 0 1.125rem;transition:.5s;border:#e5e5e5 1px solid;}
.sub_box1 .ll1 .miso_hd1 ul li .con h5{ font-size:1.125rem; color:#2e2e2e; line-height:1.25}
.sub_box1 .ll1 .miso_hd1 ul li .con p{ font-size:.875rem; color:#828282; line-height:1.25; margin:.75rem 0 0}
.sub_box1 .rr1{width: calc(100% - 20rem);padding:0 0 0 2.5rem;}
.sub_box1 .box_li{display:flex;}
.sub_box1 .box_li dl{padding-right: 1.5rem;flex: 1;}
.sub_box1 .box_li dl dt{ font-size:.9375rem; color:#313131; font-weight:900; line-height:1.5; margin-bottom:1.5rem; transition:.5s}
.sub_box1 .box_li dl dd{ font-size:.875rem; color:#313131; line-height:1.875rem; transition:.5s}

.sub_box1 .box_li dl dt:hover, .sub_box1 .box_li dl dd:hover{ color:#e65e0e}

.sub_box1 .ll1 .miso_hd1 ul li.miso-current .con{ border:#0750a2 1px solid; background:#0750a2}
.sub_box1 .ll1 .miso_hd1 ul li.miso-current .con h5, .sub_box1 .ll1 .miso_hd1 ul li.miso-current .con p{ color:#fff}

#nav>ul>li.li1.active .sub_box1{ opacity:1; visibility:visible; transform:scaleY(1)}





.banner{width:100%;overflow:hidden;position: relative;}
.swiper-box1 { position: relative; overflow: hidden; }

.swiper-box1 .swiper-prev, .swiper-box1 .swiper-next {position: absolute;bottom: 3%;z-index:99;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor:pointer; width: 70px; height: 70px; border-radius: 50%; border: 1px dashed #fff;}

.swiper-box1 .swiper-prev{background: url(../images/yjt.svg) center no-repeat;transform: rotate(180deg);background-size: 40%; right: 150px;}
.swiper-box1 .swiper-next{ background: url(../images/yjt.svg) no-repeat center center; background-size: 40%; right: 60px;}


/*.swiper-box1 .swiper-prev:hover{background: url(../images/banner_prev_on.png) center no-repeat;}
.swiper-box1 .swiper-next:hover{background: url(../images/banner_next_on.png) center no-repeat;}*/

.swiper-box1 .swipershubaio {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;bottom: 1rem;z-index: 3;}

.swiper-box1 .swipershubaio:after {content: '';width: 300px;height: 300px;border-radius: 44%;background: #69a84e;position: absolute;top: 0;left: 50%;z-index: -1;-webkit-animation: swipershubaio1 5s infinite linear;animation: swipershubaio1 5s infinite linear;}

.swiper-box1 .swipershubaio:before {content: '';width: 300px;height: 300px;border-radius: 35%;background: #69a84e;position: absolute;top: 0;left: 0%;opacity: .5;z-index: -2;-webkit-animation: swipershubaio2 7s infinite linear;animation: swipershubaio2 7s infinite linear;}

.swiper-box1 .swipershubaio p {margin-top: 1rem;font-size: .9375em;}

.swiper-box1 .swipershubaio figure { -webkit-animation: shubiao 1.4s infinite linear; animation: shubiao 1.4s infinite linear; }

.swiper-box1 .swiper-wrapper .swiper-slide { position: relative; overflow: hidden; z-index: 1; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {position: absolute;top: 0;left: 0;width: 100%;height: 100%; display: flex;align-items: center;justify-content: center;}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text .cont1600{ display: flex;justify-content: center;flex-direction: column;color: #fff;z-index: 1; flex:1}

.bannerimg .img_hezi{ padding-bottom: 100vh !important;}

.layui-img-responsive{ max-width:100%;}
.img_zd{ position:relative; width:100%}

.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}


.swiper-box1 .swiper-wrapper .swiper-slide .box1text h2{font-size: 4rem;text-transform: uppercase;font-family: Dosis_b;transform: translateY(80px);opacity: 0;transition-delay:.2s;-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
font-weight: bold; text-shadow: 0px 3px 5px rgba(6, 10, 18, 0.5);

}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text h3{font-size: 3.55rem;font-weight: 600;margin: 2.375rem 0 1.375rem;transform: translateY(80px);opacity: 0;transition-delay:.4s;-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
text-shadow: 0px 3px 5px rgba(6, 10, 18, 0.5);}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text h4{font-size: 1.125rem;font-weight: 100;transform: translateY(80px);opacity: 0;transition-delay:.6s;-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);line-height: 1.5;}


.swiper-box1.on .swiper-wrapper .swiper-slide .box1text h2,
.swiper-box1.on .swiper-wrapper .swiper-slide .box1text h3,
.swiper-box1.on .swiper-wrapper .swiper-slide .box1text h4{transform: translateY(0);opacity: 1;}


@-webkit-keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@-webkit-keyframes swipershubaio1 { 0% { -webkit-transform: translate(-50%, -4%) rotate(0); transform: translate(-50%, -4%) rotate(0); }
  100% { -webkit-transform: translate(-50%, -4%) rotate(360deg); transform: translate(-50%, -4%) rotate(360deg); } }

@keyframes swipershubaio1 { 0% { -webkit-transform: translate(-50%, -4%) rotate(0); transform: translate(-50%, -4%) rotate(0); }
  100% { -webkit-transform: translate(-50%, -4%) rotate(360deg); transform: translate(-50%, -4%) rotate(360deg); } }

@-webkit-keyframes swipershubaio2 { 0% { -webkit-transform: translate(-60%, 5%) rotate(0); transform: translate(-60%, 5%) rotate(0); }
  100% { -webkit-transform: translate(-60%, 5%) rotate(360deg); transform: translate(-60%, 5%) rotate(360deg); } }

@keyframes swipershubaio2 { 0% { -webkit-transform: translate(-60%, 5%) rotate(0); transform: translate(-60%, 5%) rotate(0); }
  100% { -webkit-transform: translate(-60%, 5%) rotate(360deg); transform: translate(-60%, 5%) rotate(360deg); } }

.lqcx{ position: relative;}
.lqcx .lqcx_top{width: 6rem;height: 5rem;display: flex;align-items: center;justify-content: center;font-size: 1rem;color: #fff;transition: .5s;cursor: pointer;position: relative;z-index: 1;}
.lqcx .lqcx_top img.img2{ margin-left:.375rem; transition:.5s}
.lqcx .lqcx_top::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #acce22;transform: skewX(-13deg);border-radius: 0 14px 10px 0;z-index: -1;}
.lqcx:hover .lqcx_top:before{ border-radius: 0 14px 0 0;}
.lqcx:hover .lqcx_top{ border-radius: 0 .625rem 0 0;}
.lqcx .lqcx_top span{ margin: 0 .25rem 0 .5em;}
.lqcx .sub{position:absolute;position: absolute;width: auto;right: 0;top: 100%;z-index: 999;/* -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);/* box-shadow: 0px 3px 5px #3333334d; */transform-origin: 0 0 0;transform: scaleY(0.2);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;visibility: hidden;padding: 20px 0 0;}
.lqcx .sub:before{content:"";position:absolute;border-left: transparent 6px solid;border-right: transparent 6px solid;border-bottom: #fff 8px solid;top: 12px;left: 50%;margin-left: -6px;}
.lqcx .sub .box{padding: 0;text-align:center; background: rgba(255,255,255,.96); border-radius:5px; overflow:hidden}
.lqcx .sub a{padding: 0 .5rem;line-height: 3.5;transition:.3s;font-size: 14px;letter-spacing: 1px;color: #636363;/* border-bottom: 1px dashed #eee; */display: block;white-space: nowrap;position:relative;}
.lqcx .sub a:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background: #acce22;transition:.5s;}
.lqcx .sub a:hover{color: #fff;background: #1c89ca;}
.lqcx .sub a:hover:before{ width:3px}
.lqcx:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateY(0px);}

.swiper-box1 .swiper-pagination-bullets{ bottom:2.5rem !important; text-align: left; padding-left: 3%;}
.swiper-box1 .swiper-pagination-bullet{width: 25px;height: 50px;background:none;position: relative;opacity: 1;font-size: 1.5rem;font-family: Dosis_m;color: transparent;transition: .5s; }
.swiper-box1 .swiper-pagination-bullet:before{content: "";position: absolute;bottom: 0;width: 18px;height: 18px;border-radius: 50%;border: transparent 1px solid;left: 50%;margin-left: -9px;transition: .5s;}
.swiper-box1 .swiper-pagination-bullet:after{content: "";position: absolute;bottom: 6px;width: 6px;height: 6px;border-radius: 50%;border: #fff 1px solid;left: 50%;margin-left: -3px;opacity: 1;transition: .5s;}

.swiper-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active{ color:#fff; }
.swiper-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ border: #fff 1px solid;}
.swiper-box1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{ background:#fff}

.container01{ padding: 5.25rem 0 0; overflow: hidden;}
.container01 .w1200{display: flex;flex-wrap: wrap;align-items: center;}
.container01 .left{width: 35.625rem;position: relative;overflow: hidden;}
.container01 .left .img, .container01 .left .img img{ width: 100%;}

.container01 .left .img1{position: absolute;left: 1.375%;top: 0;width: 10.53%;max-width: 60px;}
.container01 .left .img2{position: absolute;right: 0%;bottom: 0;width: 12.3%;max-width: 70px;}

.container01 .left .img2[aos=fade-up] {
    -webkit-transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    transform: translate(0,200px);
}
.container01 .left .img2[aos=fade-up].aos-animate {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}



/*向下滚动的样式*/

.mouse_icon {
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 3%;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	z-index: 5;
}

.mouse_icon p {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.mouse_icon .mouse {
	width: 30px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.mouse_icon .mouse::before {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
}

.mouse_icon .mouse img {
	-webkit-animation: upAnimate 2s ease infinite;
}

@-webkit-keyframes upAnimate {

	0%,
	100% {
		-webkit-transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(4px);
	}
}

.mouse_icon .icon {
	width: 18px;
	margin: 0px auto;
}

.mouse_icon .icon img {
-webkit-animation: upAnimate2 2s ease infinite;
}

@-webkit-keyframes upAnimate2 {

	0%,
	100% {
		-webkit-transform: translateY(-1px);
	}

	50% {
		-webkit-transform: translateY(3px);
	}
}
.mouse_icon p {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}




/*新闻开始*/
.news_center{ padding:40px 0;}
.news_center .cont1600{display: flex;justify-content: space-between;}
.news_center_re_tit{display: flex;justify-content: space-between;}
.news_center_le{ width: 50%;}
.news_center_re{flex:1; padding-left: 50px;}
.news_center_re_tit_le ul{ display: flex;}
.news_center_re_tit_le ul li{ font-size: 22px; margin-right: 20px; color: #000; cursor: pointer; padding: 10px 12px;}
.news_center_re_tit_re a{ font-size: 16px;}
.news_center_re_n1 ul li{ display: block; height: 40px; line-height: 40px; position: relative;box-sizing: border-box; padding-left: 12px; overflow: hidden; }
.news_center_re_n1 ul li:before{ position: absolute; left: 0; top: 14px; width: 4px; height: 4px; content: ""; background: #1c60e1; border-radius: 50%;}
.news_center_re_n1 ul li a {
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 610px;
}
.news_center_re_n1 ul li a:hover{ color: #1c60e1;}
.news_center_re_n1 ul li span{ float: right; color: #666;}

.news_center_re_n{ margin-top: 24px;}
.news_center_le_nr_txt{ width: 100%; background: rgba(0,0,0,.5); height: 55px; line-height: 55px; color: #fff; font-size: 16px;  bottom: 0; z-index: 8; position: absolute; left: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;box-sizing: border-box; padding-left: 15px; padding-right: 15px;}
.news_center_le_nr_img{  width: 100%; height: 490px;}
.news_center_le_nr_img img{ max-width: 100%; height: 490px;}
.news_center_le_nr .swiper-slide a{  height: 490px; width: 100%;}
.news_center_le_tit h2{width: 200px; height: 60px; line-height: 60px; text-align: center; font-weight: bold; color: #fff; font-size:24px; background-size: cover; background: #1c60e1;}
.news_center_le_nr{ margin-top: 20px;}

.news_center_le_nr .swiper-button-next,.news_center_le_nr .swiper-button-prev{ background-size: 75%;}
.news_center_re_tit_le ul .one{ background: #1c60e1; color: #fff;}
.news_center_re_tit_re{ padding-top: 15px;}
.news_center_re_tit_re a{ color: #666;}
.news_center_re_n1{ height: 510px; overflow: hidden;}
.news_center_re_tit_re a:hover{ color: #1c60e1;}

.cont_ui_zt1_tit{ position:relative;}
.cont_ui_zt1_tit span{ display:block; position:absolute; right:0; top:0;}
.cont_ui_zt1_tit span a{color: #666; font-size:16px;}
.cont_ui_zt1_tit span a:hover{  color:#1c60e1;}
.zjnr_xj{ margin-top:15px;}

.zjnr_xj a:nth-child(1){ background: url(../images/nn1_bj.png) no-repeat top center; background-size:cover;}
.zjnr_xj a:nth-child(2){ background: url(../images/nn2_bj.png) no-repeat top center; background-size:cover;}
.zjnr_xj a img{ width:30px;}

.about{ background-size: cover; padding: 70px 0; background: #f6f6f6 url(../images/jy.png) no-repeat bottom left; padding-top:50px;}
.about .cont{ display: flex;justify-content: space-between;}
.about_left .swiper-pagination{ text-align: right;right: 10px!important; left: inherit!important;}
.about_left .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 20px;}
.about_left .swiper-pagination-bullet-active{ background: #fff!important;}
.about_right{ padding-left:0px;box-sizing: border-box; padding-right:0px; width:54%;}
.about_right2{ font-size: 16px; color: #333333; line-height: 26px; margin-top: 40px;
   line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;text-indent: 2em;
}
.about_right3 ul{ display: flex;justify-content: space-between; padding-top: 50px;}
.about_right3 ul li{ text-align: left; width: 20%;}
.about_right3 ul li .about_right3_2{ font-size: 16px; color: #333333; margin-top: 10px; text-align: left;}
.about_right3_1 span{ font-size: 45px; color: #1c60e1; font-weight: bold; padding-right: 5px;}
.about_right3_1{ font-size: 15px; color:#333333;}

.about_right1{ margin-top: 20px;}
.index_news{ padding: 50px 0;}

.about{ position: relative; margin-top: 30px;}
.about_left{ position: absolute; right: 0; top: 0; height: 634px; width:900px;}

.about_right2_more{ width: 160px; height: 45px; text-align: center; line-height: 45px; background: #1c60e1; color: #fff; display: block; margin-top: 30px;}
.about_right2_more a{ display: block;}
.about_right2_more:hover{ background: #0f46ad;transition: all 0.5s;}
.ywlyu{ margin-top: 50px;}
.ywlyu_title{ position: relative;/*font-style: oblique;*/}
.ywlyu_title h2{
	display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 31px;}
.ywlyu_title span {
    display: inline-block;
    margin-left: 12px;text-transform:Uppercase; font-size: 15px;
}
.ywlyu_title h2:after {
    content: "";
    display: block;
    width: 5px;
    height: 65%;
    background: #1c60e1;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    bottom: 0px;
    display: none;
}

.about .cont1600{ display: flex;
justify-content: space-between;}
.cont_ui{ width:40%;}
.cont_ui_zt1_tit{ font-size:30px; margin-bottom:20px;}
.cont_ui_zt2{ margin-top:15px;}


.cont_ui_zt1_nr .swiper-button-prev{background: url(../images/ur.png) no-repeat top center; background-size: cover; position:absolute;left:0; top:50%; z-index:9; width:36px;  height:48px;}

.cont_ui_zt1_nr .swiper-button-next{background: url(../images/ur.png) no-repeat top center; background-size: cover; position:absolute;right:0; top:50%; z-index:9; width:36px;  height:48px;transform: rotate(180deg);}



.ywlyu_nr{ background: url(../images/jing3.jpg) no-repeat top center; background-size: cover; width: 100%; height: 700px; margin-top: 40px; margin-bottom: 70px;}

.ywlyu_nr ul{ display: flex;}
.ywlyu_nr ul li{ width: 25%; text-align: center; color: #fff;border-right: 1px solid rgba(255,255,255,.5); height: 700px; padding-top: 260px;transition: all 0.8s;}
.ywlyu_nr ul li:nth-child(5){border-right:none;}
.ywlyu_nr1{ width: 100%;}
.ywlyu_nr1{ font-size: 28px;}
.ywlyu_nr ul li a{ display: block;}
.ywlyu_nr ul li:hover{ background:rgba(28,96,225,.6);transition: all 0.8s;}
.ywlyu_nr1{ font-weight:bold;transition: all 0.6s;}
.ywlyu{ padding-top: 20px;}
.ywlyu_nr2{ padding: 25px; line-height: 22px; opacity: 0;}
.ywlyu_nr3 img{ width: 10%; display: inline-block;}
.ywlyu_nr3{ text-align: center;transition: all 0.6s; margin-top: 10px;}
.ywlyu_nr ul li:hover .ywlyu_nr2{ opacity: 1;transform: translateY(-20px);transition: all 0.6s;}
.ywlyu_nr ul li:hover .ywlyu_nr1{ opacity: 1;transform: translateY(-30px);transition: all 0.6s;}
.ywlyu_nr ul li:hover .ywlyu_nr3{ opacity: 1;transform: translateY(-15px);transition: all 0.6s;}
.foo2 .container{ width:1400px; margin:0 auto;}

.foo2 .row{ display:flex;justify-content: space-between;}
.foo2 .col-lg-9{ padding-top:10px;}
.new_index_header{ display:none;}




.zjnr_xj {display:flex;justify-content: space-between;}
.zjnr_xj a{ width:49%; display:block;}
.zjnr_xj a img{margin-right: 8px;display: inline-block;vertical-align: -5px;text-transform:Uppercase ;}
.zjnr_xj a {
    width: 49%;
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 168px;
    color: #fff;
    font-size: 23px;
}




@media (max-width: 1680px){
.about_left{ width: 48%;}	
.news_center_re_tit_le ul li{ font-size:18px; margin-right:10px;}
	
}
@media (max-width: 1660px){
.cont1600{ width: 1400px;max-width: 1400px;}
.news_center_re_n1 ul li a{ width: 520px;}	
.about_left{ width: 48%;}
.about_right3 ul li{ width: 25%;}

}

@media (max-width: 1480px){
.cont1600{ width: 1280px;max-width: 1280px;}
.foo2 .container{ width: 1280px;}
.about_right{ padding-right: 00px;}
.news_center_re_n1 ul li a {width: 463px;}
.about_right2{-webkit-line-clamp: 6;}


}

@media (max-width: 1400px){
 .cont1600{ width: 1200px;max-width: 1200px;}
 .foo2 .container{ width: 1200px;}
 .news_center_re_tit_le ul li{ margin-right:6px;font-size: 17px;}
 .news_center_re_n1 ul li a {width: 430px;}

 #nav>ul>li{margin: 15px;}

 	
}

@media (max-width: 1000px){
    
.cont1600{ width:100%;max-width: 100%;}
.news_center .cont1600{ display:block;}
.news_center_le{ width:100%;}
.news_center_le_nr_img img{ height:280px;}
.news_center_le_nr_img{ height:280px;}
.news_center_le_tit h2{width: 165px;height: 45px;line-height: 45px; font-size:18px;}
.news_center_le_nr_txt{ font-size:15px;}
.news_center_re_tit_le ul li{ font-size:16px; margin-right:0;}
.news_center_re{ padding-left:0;}
.news_center_re_tit_re a {font-size: 14px;}
.news_center_re_tit_re {padding-top: 10px;}    
.news_center_re_n1 ul li a { width: 72%;} 
.news_center { padding: 30px 10px;}
.news_center_re_n1 ul li a{ font-size:15px;}
.news_center_re_n {margin-top: 10px;}
.about_right {padding-right: 0;}
.about_left{ width:100%; height:240px;}
.about_right3_1 span{ font-size:25px;}
.about_right3 ul li .about_right3_2{ font-size:14px;}
.about_right3 ul li{ width:33%;}
.about_left{position: inherit; margin-top:30px;}
.about_right3 ul{ padding-top:22px;}
.ywlyu_title h2{ font-size:22px;}
.ywlyu_title span{ font-size:14px;}
.about_right2{ font-size:15px;}
.about{ margin-top:0;}
.ywlyu_title h2:after{width: 4px;height: 78%;}
.ywlyu_title h2{padding-right: 17px;}
.about_right2{ margin-top:20px;}
.about{ padding:30px 10px;}
.news_center_re_tit_le ul li{ font-size: 14px;
        padding: 11px 5px;}
.news_center_re_tit_re {padding-top: 12px;}
.about_right2_more{ width:120px; height:40px; line-height:40px;}
.about_right2_more{ margin-top:15px;}
.news_center_re{ margin-top:15px;}
.ywlyu{ margin-top:10px;}
.ywlyu_nr ul li{ height:400px;}
.ywlyu_nr{ height:400px;}
.ywlyu_nr ul li{ padding-top:136px;}
.ywlyu_nr1{writing-mode: vertical-rl;}
.ywlyu_nr1{ font-size:23px;}
.ywlyu_nr1{padding-right: 0;}
.ywlyu_nr1 {font-size: 20px;letter-spacing: 3px;}
.ywlyu .ywlyu_title{ padding-left:15px;}
.ywlyu_nr{ margin-top:20px;}

.swiper-box1{ 
    width: 100%;
    height: 300px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text h3{ font-size:1.35rem; line-height:2.7rem;}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text h2{ font-size:1.8rem;}
.swiper-box1 .swiper-wrapper .swiper-slide .box1text .cont1600{ padding-left:20px; padding-right:20px; 
box-sizing: border-box;}
.img_zd{
    height: 300px;   
}
.foo2 .container{ width:100%;}
.foo2 .row .fool h3{ line-height:20px;}
.ywlyu_nr{ margin-bottom:30px;}
.mouse_icon .mouse::before{ width:60px; height:60px;}
.ywlyu_nr1{align-items: center;
display: flex;
justify-content: space-between;
box-sizing: border-box;}

.new_index_header{ display:block;}
.new_index_header {
   position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 48px;
    background: rgba(0,0,0,.45);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.08);
    display: block;
    align-items: center;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    
   }
.xin_logo{ float: left; width: 260px; padding-left:10px; margin-top:3px;}
.xin_logo img{ width: 100%;}
.new_index_navbtn { float: right; margin-right: 15px; width: 24px; height: 24px; position: relative; cursor: pointer; margin-top: 3px; }
.new_index_navbtn span { display: block; height: 2px; background: #fff; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.new_index_navbtn span:nth-child(2) { top: 8px; }
.new_index_navbtn span:nth-child(3) { top: 16px; }
.new_index_navbtn:hover span { width: 100%; }
.new_index_closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 12px; }
.new_index_closeNavbtn span:nth-child(2) { display: none; }
.new_index_closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }
.new_index_closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }
.swiper-box1 .swiper-pagination-bullets{ z-index:1;}
.new_Common_nav 
{
    display: none;
    position: fixed;
    left: 0px;
    top: 48px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: #1c60e1;
    z-index: 999999;
}
.new_Common_nav ul { padding: 20px 15px 0px; }
.new_Common_nav ul li { cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.4); position: relative; }
.new_Common_nav ul li h2{ margin:0; }
.new_Common_nav ul li h2 a { font-weight: 700; height: 60px; line-height:60px; font-size: 14px; display: block; color: #fff; position: relative; }
.new_Common_nav ul li i { position: absolute; right: 0px; top: 0px; height: 60px; width: 30%; }

.new_Common_nav ul li i:before { position: absolute; top: 50%; right: 10px; width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; content: ""; }
.new_Common_nav ul li.cur .new_child_navbox { max-height: 1500px; height: auto; padding-bottom: 20px; }
.new_Common_nav ul li.cur i:before { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }
.new_child_navbox { width: 100%;  overflow: hidden; max-height: 0px;}
.new_childnav_web dd h3 { padding-top: 10px; margin:0; }
.new_childnav_web dd h3 a { color: #fff; font-size: 13px; display: block; background-image: url(../images/new_navicon15.png); background-repeat: no-repeat; background-position: -50px center; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; line-height: 30px; }
.new_childnav_web dd h3 a:hover { padding-left: 30px; color: #ed3542; font-weight: 700; background-position: 0px center; }
.new_childnav_web dd:last-child { background-image: none; }
dd{ margin:0; padding-left: 0; }
.new_childnav_Program dd h3 { padding-top: 10px; }
.new_childnav_web{ margin:0; }
.index_miso{ display:none;}
.new_Common_nav ul li i{ width:0;}
.news_center_le_nr{ margin-top:15px;}
.news_center{ padding-top:20px;}
.news_center_re_n1 ul li{
    align-items: center;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;}
.news_center_re_n1 ul li:before{ top:19px;}
.news_center_re_n1 ul li{ height:38px; line-height:38px;}
.news_center{ padding-bottom:20px;}
.news_center_le_tit h2{ font-size:17px;}
.mouse_icon .mouse{ width:25px;}


.about .cont1600{ display:block;}
.about_right{ width:100%;}
.piaofm{ display:none;}
.cont_ui{ width:100%;}
.cont_ui_zt1_tit{ font-size:22px;}
.cont_ui{ padding-top:30px;}
.zjnr_xj a  { font-size:18px; height:100px;}
.zjnr_xj a img {
    width: 24px;
}
body .piaofm{ display:block;}
.piaofm3{ font-size:15px!important;}
.z_banner_text pre{font-size: 5.8vw!important;margin-top: 23px!important;margin-bottom: 5rem;}
.z_banner_text .h3{font-size: 3.8vw!important;}   
}



