body{
	/* padding-top: 86px; */
}
.wrapper{
	width: 1400px;
	margin: 0 auto;
}
.wrapper--sm{
	width: 1270px;

}
.headerwp{
	height: 86px; 
}
.header{
	height: 86px; position: relative;
	/* background: #fff; */
	background: rgba(255,255,255,0.95);
	position: fixed; left: 0; right: 0; top: 0; z-index: 99;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.header .wrapper{
	 padding: 0 130px; width: auto;
}
.logo{
	margin-top: 14px; float: left; overflow: hidden; position: relative;
	background: url(../images/logo.png) no-repeat left center;
	width: 170px; height:56px;
	text-indent: 99999px;
	overflow: hidden;
}

/* .logo:before {
 
    content: "";
 
    position: absolute;
 
    width: 200px;
 
    height: 15px;
    
    left:-100px; top: -100px;
 
    background-color: rgba(255, 255, 255, 0.5);
 
    -webkit-transform: rotate(-45deg);
 
    transform: rotate(-45deg);
 
    -webkit-animation: blink 2s ease-in 1s infinite;
 
    animation: blink 2s ease-in 1s infinite;
 
} */
@-webkit-keyframes blink {
 
    from {left: 10px;top: 0;}
 
    to {left: 320px;top: 0;}
 
}
 
@-o-keyframes blink {
 
    from {left: 10px;top: 0;}
 
    to {left: 320px;top: 0;}
 
}
 
@-moz-keyframes blink {
 
    from {left: 10px;top: 0;}
 
    to {left: 320px;top: 0;}
 
}
 
@keyframes blink {
 
    from {left: -100px;top: 0;}
 
    to {left: 320px;top: 0;}
 
}
.header-nav{
	float: right;
}
.header-nav>ul>li{
	float: left;  position: relative;
	/* padding: 0 35px; */
	padding:0 15px;
}
.header-nav>ul>li>a{
	display: block; line-height: 86px; font-size: 18px;
	position: relative;
	padding:0 20px;
}
.header-nav>ul>li:nth-child(8){ 
	padding: 0 2px 0 10px;
}
.header-nav>ul>li:nth-child(9){ 
	padding: 0px;
	line-height: 86px;
	font-size: 14px;
	font-weight: 500;
	/*color: #fff;*/
}
.header-nav>ul>li:nth-child(10){ 
	padding: 0 2px;
}
.header-nav>ul>li>a:after{
	content: "";
	position: absolute;
	background: #fff; height: 2px; bottom: 0;
	position: absolute; left: 50%; 
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.header-nav>ul>li>a:hover,
.header-nav>ul>li.active>a{
	color: #f08300 !important;
}
.header-nav>ul>li>a:hover:after,
.header-nav>ul>li.active>a:after{
	background-color: #f08300;
	width: 100%; 
}
.header-subnav{
	position: absolute; left: 0;width: 800px; top: 100%; height: 40px; opacity: 0; transition: all 0.3s;
	transform: scaleY(0); transform-origin: top;
}
.header-nav>ul>li:hover .header-subnav{
	transform: scaleY(1); opacity: 1;
}
.header-subnav::before{
	width: 3000px; content: ""; background: rgba(255,255,255,0.95); position: absolute; left: -1500px; height: 40px; box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-subnav>li{
	position: relative; z-index: 1; display: inline-block; line-height: 40px; padding-left: 35px; font-size: 16px; color: #424242;
}
.header-subnav>li.active>a,
.header-subnav>li:hover>a{
	color: #f18700;
}
.footer{
	overflow: hidden;
}
.footer .wrapper{

}
.footer-l{
	padding-left: 100px;
	float: left;
}
.footer-r{

	float: right; border-left: #f2f2f2 solid 1px;
	width: 500px;
}
.footer-main{
	border-top: #f2f2f2 solid 1px; height: 88px; line-height: 88px;
}
.footer-main .footer-r{
	position: relative;
}
.footer-main .nav{
	background: #f8f8f8; overflow: hidden; font-size: 14px; position: relative;
	width: 1000px;
}

.footer-main .footer-r:after{
	content: "";
	position: absolute; left: -1px; top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 height: 50px; width: 3px; background: #f18d00; 
}
.footer-main .nav li{
	float: left; margin-left: 30px; position: relative;
}
.footer-copy{
	border-top: #f2f2f2 solid 1px;
}
.footer-copy .footer-l{
	padding-top: 30px;
}
.footer-copy .footer-r .txt{
	padding: 30px; font-size: 14px;
}
.gotop{
	 width: 32px; height: 32px;
	display: block; position: fixed; background: rgba(0, 0, 0, 0.45) url(../images/gotop.png) no-repeat center/15px 15px; border-radius: 50%;
	right: 20px;
	bottom: 40px;
	z-index: 9;
	cursor: pointer;
}
.gotop:hover{
	background-color: rgba(0, 0, 0, 0.6) ;
}
.hbanner{
	background: url(../images/hbanner-gyl.jpg) no-repeat center top/cover;
	height: 100vh;
	margin-top: -86px;
	position: relative;
}
.hbanner-txt{
	padding-top: 23vh; color: #f18700; font-size: 59px; text-align: center; letter-spacing: 0.08em;text-indent: 0.08em; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-text-stroke:3px transparent;
	background:#fff;
	-webkit-background-clip: text;
}
.hslider{
	position: relative;
	background: #000;
	overflow: hidden;
}
.hslider-view .swiper-slide{
	/* height: calc( 100vh - 86px); */
	/* height: calc( 100vh ); */
	overflow: hidden;
	height: 928px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: flex; align-items: center; padding-bottom: 90px; background-color: #104fa6;
}
.hslider-view .wrapper{
	display: flex; align-items: center; justify-content: space-between;
}
.hslider-view .swiper-slide a{
	width: auto;
	margin: auto;
}
.hsliderl{
	padding-left: 65px; margin-right: -150px;
	transition: all 0.4s 0.3s; transform: translateX(-50px); opacity: 0.3; z-index: 1;
}
.hslider-view .swiper-slide.swiper-slide-active .hsliderl{
	transform: translateX(0); opacity: 1;
}
.hsliderl h2{
	font-size: 59px; color: #ffffff; letter-spacing: 0.03em;font-weight: bold;
	background-image: linear-gradient(#ffffff,#b6eaff); font-weight: bold; background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hsliderl h3{
	font-size: 54px; color: #50c7ff; line-height: 1.15;text-transform: uppercase; font-weight: bold; letter-spacing: 0.03em;text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.hsliderl h3.green{
	color: #abcd03;
}
.hsliderl h3.orange{
	color: #ecbb00;
}
.hsliderl .txt{
	display: inline-block; font-size: 26px; color: #fff; letter-spacing: 0.3em; background: #009be4; text-indent: 0.3em; padding: 3px 12px; margin-top: 20px;
}
.hsliderl .txt.orange{
	background: #ecbb00;
}
.hsliderl dl{
	display: flex; color: #fff; margin-top: 45px;
}
.hsliderl dd{
	margin-right: 45px;
}
.hsliderl .num{
	 line-height: 1.1;  display: inline-block; height: 1.35em;
	 font-size: 54px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.hsliderl .num sub{
	font-size: 22px; line-height: 1; 
	position: relative; margin-left: -0.9em; bottom: 14px;
}
.hsliderl .num sup{
	font-size: 40px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; margin-left: 10px; top: -14px; position: relative;
}
.hsliderl .title{
	font-size: 21px; font-weight: bold;line-height: 1.1;
}
.hsliderr{
margin-right: -75px;transition: all 0.5s 0.3s;opacity: 0;
}
.hslider-view .swiper-slide.swiper-slide-active .hsliderr{
opacity: 1;
}
.hslider-btns{
	position: absolute; bottom: 30px; 
	left: 0; right: 0; z-index: 2;
}
.hslider-btns .wrapper{
	padding-left: 30px;
}
.hslider-btns ul{
	/* width: 110%; */ margin: 0 -15px;
	display: flex; justify-content: center;
}
.hslider-btns li{
	width: 245px; height: 145px; margin: 0 15px;
	border-radius: 15px;
	float: left;
	/*background: #062854;*/
	background: rgba(33,33,33,0.6);
	color: #fff;
	padding: 18px 25px;
	position: relative;
	cursor: pointer;

}
.hslider-btns li:hover{
	background: rgba(33,33,33,0.8);
}
.hslider-btns li h2{
	font-size: 28px;
}
.hslider-btns li h4{
	opacity: 0.55; font-size: 16px; line-height: 1;
	text-transform: uppercase;
}
.hslider-btns li img{
	position: absolute; right: 20px; bottom: 20px;
}
.hslider-btns li.active{
	background-color: #efb600;
}
.hslider-btns li.active {
	text-shadow: rgba(0,0,0,0.5) 1px 3px 4px;
}
.hbanner .hslider-btns li.active{
	background-color: #f18700;
}
.hnews{
	padding: 90px 0 80px;
	height: 680px;
	position: relative;
}
.hnews:before,
.hnews:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -80px;
	width: 220px; height: 160px;
}
.hnews:before{
	background: url(../images/page-l.png) no-repeat left center;
	left: 0;
}
.hnews:after{
	background: url(../images/page-r.png) no-repeat left center;
	right: 0;

}
.hnews .wrapper{
	overflow: hidden;
}
.hnews-l{
	float: left; width: 851px;

}
.hnews-r{
	float: right;
	width: 490px;
}
.hnews-r ul{
	margin-top: -20px;
}
.hnews-r li{
	border-bottom: #f9f4ed solid 2px;
	padding-left: 120px;
	position: relative;
	min-height: 80px;
	padding-top: 20px;
	background: url(../images/news-arr.png) no-repeat right center;
}
.hnews-r li:hover{
	background-position: right 10px center;
}
.hnews-r .date{
	width: 90px; height: 85px;
	position: absolute; left: 0; top: 0;
	padding: 16px 12px;

	border-radius: 10px;
	font-weight: bold;
	line-height: 1.2;
	color: #b4a48a;

}
.hnews-r li.active{
	height: 195px;
	overflow: hidden;
	background-image: none;
}
.hnews-r li.active .date{
	background: #f1f1f0;
	top: 20px;
	
}
.hnews-r li.active .date:after{
	display: none;
}
.hnews-r li.active .date h2{
	font-size: 38px; line-height: 1;
}
.hnews-r li.active .tit{
	font-size: 20px; font-weight: bold;
}
.hnews-r li.active .desc{
	display: block;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 这里是超出几行省略 */
	
}
.hnews-r .date:after{
	width: 2px; height: 40px; content: "";
	position: absolute; right: 0; top: 0;  background: #d9d9d9;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hnews-r .date h2{
	font-size: 30px; font-weight: bold;
}
.hnews-r .date h4{
	font-size: 13px; font-weight: bold;
}
.hnews-r .tit{
	font-size: 16px; padding-bottom: 15px; padding-right: 80px;
	
}
.hnews-r .tit a{
	display: block;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}
.hnews-r .desc{
	display: none; font-size: 14px; margin-bottom: 15px;
}
.hduty{
	background-position: center; background-size: cover; background-repeat: no-repeat;
	height: 663px;
	padding-top: 180px;
	color: #fff;
}
.hduty .wrapper{
	padding-left: 100px;
}
.hduty .txt h2{
	font-size: 50px;
}
.hduty .txt h4{
	font-size: 42px; line-height: 1; font-weight: bold; opacity: 0.5;
}
.hduty .desc{
	font-size: 20px; margin-top: 15px;
}
.hduty .btn{
	margin-top: 40px;
}
.hduty .btn a{
	display: inline-block;
	height: 40px; line-height: 40px; padding: 0 30px; background: #ffffff; font-size: 14px;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.hduty .btn a:hover{
	background: #e7101a; color: #fff;
}

.banner{
	height: 480px;
	color: #fff;
	padding-top: 380px;
	background-color: #0053a7;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner .wrapper{
	position: relative;
	height: 100%;
}
.bannerl{
	background: url(../images/banner-l.png) no-repeat;
	width: 458px; height: 382px;
	position: absolute; left: 0; top: 0; opacity: 0.2 !important;
}
.bannerr{
	background: url(../images/banner-r.png) no-repeat;
	width: 493px; height: 381px;
	position: absolute; right: 0; bottom: 0; opacity: 0.44 !important;
}
/* .banner:before{
	content: "";
	background: url(../images/banner-l.png) no-repeat;
	width: 458px; height: 382px;
	position: absolute; left: 0; top: 0; opacity: 0.2;
}
.banner:after{
	content: "";
	background: url(../images/banner-r.png) no-repeat;
	width: 493px; height: 381px;
	position: absolute; right: 0; bottom: 0; opacity: 0.44;
} */
.banner .tit{
	font-size: 48px; font-weight: bold;
	text-transform: uppercase;
	position: absolute; left: 0; bottom: 30px; line-height: 1;
	font-family: arial;
}
.subnav{
	border-bottom: #d3d3d3 solid 1px; height: 60px; line-height: 60px; font-size: 16px;
	/*box-shadow: #e1e1e1 0 1px 1px;*/
	
}
.subnav .wrapper{
	overflow: hidden;
}
.subnav-l{
	float: left;
}
.subnav-r{
	float: right;
}
.subnav-r li{
	float: left; padding: 0 22px;
}
.subnav-r li a{
	display: block; padding: 0 10px;
	position: relative; color: #3b3b3b;
}

.subnav-r li a:after{
	content: "";
	position: absolute;
	background: #fff; height: 2px; bottom: 0;
	position: absolute; left: 50%; 
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
/* .subnav-r li a:hover,
.subnav-r li.active a{
	color: #3b3b3b;
} */
.subnav-r li a:hover:after,
.subnav-r li.active a:after{
	background-color: #f18d00;
	width: 100%;
}

.job-search,
.job-list,
.job-campus,
.job-join{
	background: #f2f2f2;
	padding-top: 120px;
}
.job-search .head{
	text-align: center;
}
.job-search .body{
	margin-top: 70px;
}

.job-search form{
	margin: 0 auto;
	width: 600px;
	overflow: hidden;
}
.job-search .txt{
	width: calc( 100% - 100px);
	float: left;
	height: 36px;
	padding-left: 15px;
	border: #dddfe3 solid 1px; 
}
.job-search .btn{
	width: 100px;
	background: #013c96;
	height: 36px;
	font-size: 16px; color: #fff; float: left; border: none; cursor: pointer;
}
.job-list{
	padding-top: 80px;
}
.job-list li{
	background: #fff;
	border: #c8c8c8 solid 1px;
	margin-top: 20px;
}

.job-list li .hd{
	 height: 60px; line-height: 60px;
	padding: 0 35px; font-size: 24px;
	background: url(../images/job-jia.png) no-repeat right 30px center;
	cursor: pointer;
}
.job-list li .hd-tit{
	width: 470px; float: left; padding-right: 20px;
}
.job-list li .hd-area{
	width: 220px; float: left;
}
.job-list li .bd{
	border-top: #c8c8c8 solid 1px;
	padding: 30px 35px; font-size: 16px;
	display: none;
}
.job-list li .bd h4{
	font-size: 18px; color: #f18d00; font-weight: bold;
}
.job-list li.active .hd{
	background-image: url(../images/job-jian.png);
}
.job-list li.active .bd{
	display: block;
}
.job-campus{
	padding-top: 120px;
}
.job-campus .head{
	text-align: center;
}
.job-campus .body{
	padding-top: 60px; text-align: center;
}
.job-campus .foot{
	padding-top: 80px; text-align: center; 
}
.job-join{
	padding-bottom: 80px;
	padding-top: 70px;
}
.job-joinbox{
	background: #fff;
	border: #c7c7c7 solid 1px;
	padding: 60px 60px 70px;
	text-align: center;
	font-size: 24px;
}
.job-joinbox .txt{
	margin-top: 20px;
}
.job-joinbox h4{
	color: #f18d00; font-weight: bold;
}

.history-list{
	background: url(../images/historybg.jpg) no-repeat center top;
	height: 936px;
	padding-top: 40px;
	position: relative;
}
.history-list .wrapper{
	

	width: auto;
}
   .history-list  .gallery-top {
       /*width: 1580px;*/
    }
   .history-list  .gallery-top  .swiper-slide {
		width: 800px; height: 680px;
        background: rgba(255,255,255,0.7);
        padding: 20px;
        /*opacity: 0.7;*/
    }
    .history-list  .gallery-top  .swiper-slide-active{
    	opacity: 1;
    }
    .history-list  .gallery-top .swiper-button-prev{
    	background: url(../images/history-prev.png) no-repeat center; width: 40px; height: 75px; left: 70px;
    }
	
    .history-list  .gallery-top .swiper-button-next{
    	background: url(../images/history-next.png) no-repeat center; width: 40px; height: 75px; right: 70px;
    }
	.gy-case .body  .swiper-button-prev{
		background: url(../images/history-prev.png) no-repeat center; width: 40px; height: 75px; left: 100px; margin-top: -200px;
	}
	.gy-case .body  .swiper-button-next{
		background: url(../images/history-next.png) no-repeat center; width: 40px; height: 75px; right: 100px;margin-top: -200px;
	}
	.gy-case1 .body  .swiper-button-prev{
		background: url(../images/history-prev.png) no-repeat center; width: 40px; height: 75px; left: 100px; margin-top: -200px;
	}
	.gy-case1 .body  .swiper-button-next{
		background: url(../images/history-next.png) no-repeat center; width: 40px; height: 75px; right: 100px;margin-top: -200px;
	}
    .history-list .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top: 40px;
        position: relative;
    }
    .history-list .gallery-thumbs:before{
    	background: rgba(255,255,255,0.18); height: 8px;
    	content: "";
    	position: absolute; left: 0; right: 0; top: 50%;
    	margin-top: -4px;
    }
   .history-list  .gallery-thumbs .swiper-slide {
        width: 240px;
        height: 100%;
        /*opacity: 0.4;*/
        
    }
    .history-list .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .history-info{
    	width: 760px; height: 640px;
    	background: #fff;
    	padding: 30px 30px;


    }
    .history-info .txt{
    	margin-top: 30px; font-size: 20px;
    }
    .history-year{
    	font-size: 60px; color: #fff; font-weight: bold; text-align: center;
    	text-shadow: rgba(13,17,102,0.44) 0 5px 5px;  cursor: pointer;
		transition: all 0.3s;
    }
	.history-year:hover{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
  .history-list .gallery-thumbs .swiper-slide-active .history-year{
  	transform: scale(1.4);
  	-webkit-transform: scale(1.4);
  }
.honor-list{
	/* background: url(../images/honorbg.jpg) no-repeat center bottom; */
	/* height: 990px; */
	padding-top: 120px;
	position: relative;
}
/* .honor-list .wrapper{
	height: 100%;
} */
.honor-list .head{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;

}
.honor-list .head p{
	margin-top: 40px; font-size: 16px;
	
	
}
.honor-list .body{
	padding-top: 80px; background: url(../images/honorbg01.jpg) no-repeat center bottom 70px #ededed; position: relative; z-index: 1;
}

.honor-list .body  .swiper-container {
        overflow:hidden;
    }
    .honor-list .body  .swiper-slide {
        width: 220px;
        height: 280px;

    }
    .honor-list .foot {
    	text-align: center; /*background: url(../images/honorbg02.jpg) no-repeat center bottom #ededed;*/ padding-bottom: 115px; min-height: 405px; padding-top: 142px; 
    }
	.honor-list .footbox{
		/* overflow-x: auto; */
	}
	::-webkit-scrollbar {
	 width: 5px;
	 height: 5px; 
	 border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
	 border-radius: 10px;
	 background-color: #adadaba4;
	
	}
	::-webkit-scrollbar-track {
	 border-radius: 10px;
	 background-color: rgba(0, 0, 0, 0.45);
	}
	.honor-list .foot ul{
		/* white-space: nowrap; */
	}
.honor-list .foot li{
  display: inline-block;
  margin: 0 10px; position: relative;
}
.honor-list .foot .txt{
	position: absolute; left: 50%; bottom: -6px;z-index: 1;  white-space: nowrap;
	font-size: 14px; color: #0d0d0d; background: #fff; border: 1px solid #dbb78c; padding: 3px 10px;
	transform: translateX(-50%); opacity: 0; visibility: hidden;
	transition: all 0.3s;
}
.honor-list .foot li:hover .txt{
	opacity: 1;visibility: visible;
}
.honor-list .foot li img{
	height: 144px;
}
.contact-main{
	padding-top: 110px;
	padding-bottom: 110px;
	padding-left: 90px;
	padding-right: 90px;
	border-bottom: #bfbfbf solid 1px;
	overflow: hidden;
}
.contact-main .body-l{
	float: left;
	width: 530px;
}
.contact-main .body-l .txt{
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.8;
}
.contact-main .body-l h4{
	font-size: 24px; font-weight: bold;
}
.contact-main .body-l p>label{
	display: inline-block; width: 120px;
	/*justify-content: space-between;*/
	text-align: justify;
}
.contact-main .body-r{
	float: right; width: 653px;
}
.contact-main .body-r .map{
	height:300px;
}
.contact-main .body-r .map img{
	max-width: inherit;
}

.anchorBL{
	display: none !important;
}
.contact-list{
	padding-bottom: 100px;
}
.contact-list li{
	display: flex; align-items: center;
	padding: 50px 90px;
	border-bottom: #bfbfbf solid 1px; 
}
.contact-list li .img{
	width: 53%;
}
.contact-list li .img img{
	height: 110px;
}
.contact-list li .txt{
	 font-size: 16px; line-height: 2; width: 47%;
}
.contact-list li .txt h4{
	font-size: 20px; font-weight: bold;
}


.newsd{
	padding-top: 70px;
	overflow: hidden;
	padding-bottom: 60px;
	position: relative;
}
.newsd:before,
.newsd:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -80px;
	width: 220px; height: 160px;
}
.newsd:before{
	background: url(../images/page-l.png) no-repeat left center;
	left: 0;
}
.newsd:after{
	background: url(../images/page-r.png) no-repeat left center;
	right: 0;

}
.newsd  .wrapper{
	overflow: hidden;
}
.newsd-l{
	width: 820px; float: left;
	padding-left: 40px;
}
.newsd-tit{
	padding-bottom: 15px;
	border-bottom: #cdcdcd solid 1px; text-align: center;
}
.newsd-tit h2{
	font-weight: bold; font-size: 32px;
}
.newsd-tit p{
	margin-top: 20px; font-size: 14px;
}
.newsd-img{
	margin-top: 30px;
	text-align: center;
}
.newsd-img p{
	padding: 10px 0; font-size: 14px;
}
.newsd-desc{
	margin-top: 30px;
	padding: 20px 25px; background: #efefef; text-indent: 2em;
	font-size: 14px; color: #000000;
	line-height: 1.8;
	font-family: "宋体";
}
.newsd-con{
	margin-top: 30px; font-size: 16px; line-height: 1.8;text-align: justify;
}
/*
.newsd-con p{
	text-indent: 2em;
}
*/
.newsd-related{
	margin-top: 80px;
}
.newsd-related .head{
	font-size: 24px;
}
.newsd-related .body{
	margin-top: 20px;
}
.newsd-related ul{
	
	border-top: #f9f4ed solid 2px;
}
.newsd-related .body li{
	padding: 20px 0 30px;
	border-bottom: #f9f4ed solid 2px; overflow: hidden;
	background: url(../images/newsd-arr.png) no-repeat right center;
}
.newsd-related li .date{
	width: 100px; float: left; color: #f2b859; 
	font-family: arial;
	border-right: #d9d9d9 solid 2px;
}
.newsd-related li .date h4{
	font-size: 32px; font-weight: bold;
}
.newsd-related li .date p{
	font-size: 13px; font-weight: bold;
}
.newsd-related li .txt{
	/*width: 620px;*/ width: calc( 100% - 150px); float: left; padding-left: 35px;
}
.newsd-related li .txt h4{
	font-size: 16px; font-weight: bold; text-overflow: ellipsis;overflow: hidden; white-space: nowrap;
}
.newsd-related li .txt p{
	font-size: 14px; margin-top: 5px;
	word-break: break-all;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
}
.newsd-r{
	width: 400px; float: right;
}

.newsd-search{
	background:#ececec url(../images/newsd-sidebg.png) no-repeat center bottom;
	min-height: 200px;
	padding: 20px 30px 250px;
}
.newsd-search .head{
	
}
.newsd-search .head h4{
	font-size: 24px; font-weight: bold; color: #f18d00;
}
.newsd-search .head p{
	font-size: 16px; font-weight: bold; color: #5e5e5d;
}
.newsd-search .body{
	background: #fff;
	overflow: hidden;
	margin-top: 60px;
}
.newsd-search .body input{
	height: 50px;
	border: none;
}
.newsd-search .body .txt{
	font-size: 16px;
	padding-left: 20px;
	/*width: 270px;*/
	width: calc( 100% - 70px);
	float: left;
}
.newsd-search .body .btn{
	/*width: calc( 100% - 270px);*/
	width: 70px;
	float: left;
	background: url(../images/newsd-btn.png) no-repeat center;
	cursor: pointer;
}

.gy-overview{
	margin-top: 80px;
	padding-bottom: 140px;
}
.gy-overview .wrapper{
	overflow: hidden;	
}
.gy-overview .body-l{
	width: 320px; float: left;
}
.gy-overview .body-r{
	width: 900px; float: right;text-align: justify;
}
.gy-overview .body-r h2{
	font-size: 32px; color: #f18d00; font-weight: bold;
	margin-bottom: 30px;
}
.gy-overview .body-r .info p{
	font-size: 16px; margin-bottom: 30px; text-indent: 2em; line-height: 1.8;
}
.gy-overview .body-r ul{
	padding-top: 40px;
	display: flex;
	justify-content: space-around;
}
.gy-overview .body-r li{
	text-align: center;
	/*width: 20%;*/
}
.gy-overview .body-r li .txt{
	margin-top: 20px;
}
.gy-overview .body-r li h4{
	font-size: 24px; 
}
.gy-overview .body-r li p{
	font-size: 14px; text-transform: uppercase;
}

.gy-culture{
	background: url(../images/ny-banner.jpg) no-repeat center; height: 817px;
	position: relative;
}
.gy-culture .info{
	background:#ff8e00 url(../images/ny-txtbg.png) no-repeat center  bottom; width: 420px;
	padding: 60px 40px ;
	font-size: 16px; line-height: 1.6; color: #fff;
	float: right; margin-top: 100px;
	position: relative;
	
}
.gy-culture .info li{
	margin-bottom: 40px;
}
.gy-culture .info h4{
	font-size: 20px;
}
.gy-culture .tit{
	background: rgba(1,64,133,0.8); color: #fff;
	position: absolute; left: 0; right: 0; top: 190px;
	height: 210px; line-height: 210px;
	font-size: 72px;
	font-weight: bold;
}
.gy-pro{
	margin-top: 160px;
}
.gy-pro .head{
	text-align: center;
}
.gy-pro .head form{
	margin-top: 70px;
	font-size: 16px;
	display: flex;
	line-height: 45px;
	justify-content: center;
}
.gy-pro .head select,
.gy-pro .head .txt{
	width: 280px;
	height: 45px;
	border: #e9e9e9 solid 1px;
	margin-left: 15px;
	text-align: center;
	font-size: 16px;
}
.gy-pro .head select {
	background: url(../images/select-arr.png) no-repeat right 25px center;
	cursor: pointer;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gy-pro .head select:hover{
	background-image: url(../images/select-arr2.png);
	color: #f49800;
}
.gy-pro .head .btn{
	height: 45px;
	margin-left: 15px;
	border: #e9e9e9 solid 1px;
	width: 100px;
	background: #ff9900 url(../images/btnbg.png) no-repeat center;
	cursor: pointer;
}
.gy-pro .body{
	margin-top: 45px;
	overflow: hidden;
	background: #f0f0f0;
	padding: 2px;
	display: flex;
}
.gy-pro .body-l{
	width: 920px;
	float: left;
	line-height: 0;
}
.gy-pro .body-r{
	width: 345px;
	float: left;
	background: #fff;
	height: 779px;
}
.gy-pro .body-r .hd{
	height: 70px;
	line-height: 70px;
	border-bottom: #e4e4e4 solid 1px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.gy-pro .body-r .hd-l{
	font-size: 26px; font-weight: bold; color: #f49800;
}
.gy-pro .body-r .hd-r{
	font-size: 16px;
}
.gy-pro .body-r .bd{
	padding: 0 20px;
	/*height: 570px;*/
	height: calc(100% - 70px);
	overflow-y: scroll;
}
.gy-pro .body-r .bd li{
	height: 50px;
	line-height: 50px;
	border-bottom: #e4e4e4 dashed 1px;
	font-size: 18px;
}
.gy-pro .body-r .bd li.on{
	color: #f49800;
}
.gy-parkd{
	margin-top: 50px;
	
}
.gy-parkd .tit{
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.gy-parkd .tit:after{
	width: 45px; height: 3px; background: #c4c4c4;
	content: "";
	position: absolute; left: 0; bottom: 0;
}
.gy-parkd .wrapper{
	padding: 0 55px;
}
.gy-parkd .view{
	 display: flex; justify-content: space-between;
}
.gy-parkd .view-r h2{
	font-size: 32px; color: #325a99; font-weight: bold;
}

.gy-parkd .view,
.gy-parkd .info{
	font-size: 17px; line-height: 1.8;
}
.gy-parkd .view-l,
.gy-parkd .info-l{
	width: 580px; float: left;
}
.gy-parkd .view-r,
.gy-parkd .info-r{
	width: 540px; float: right;
}
.gy-parkd .info{
	overflow: hidden;
	margin-top: 70px;
}
.gy-parkd .info-l{
	width: 580px; float: left;
}
.gy-parkd .info h4{
	font-size: 24px; color: #325a99; font-weight: bold;
}
.gy-parkd .info-r ol{
	margin-left: 20px;
}
.gy-parkd .info-r li{

	list-style: outside;
}
.gy-parkd .map{
	margin-top: 40px;
}

.gy-partner{
	background: #d9d9d9;
	margin-top: 100px;
	padding: 45px 0 60px;
}
.gy-partner .head{
	text-align: center;
}
.gy-partner .body{
	padding-left: 15px;
}
.gy-partner .body ul{
	overflow: hidden;
	padding-top: 90px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}
.gy-partner .body li{
	/*margin-right: 15px;*/
	/*margin-bottom: 20px;*/
	/*float: left;*/
	text-align: center;


	/*width: 210px;*/
	width: 12.5%;
	padding: 0 15px;
	margin-bottom: 30px;
	
}
@media only screen and (max-width: 1500px) {
	.gy-partner .body li{
		width: 20%;
	}
}
@media only screen and (max-width: 680px) {
	.gy-partner .body li{
		width: 25%;
	}
}
.gy-partner .body li a{
	display: flex; align-items: center; justify-content: center;
	
	background: #fff;
	vertical-align: middle;
	transition: 0.4s;
	-webkit-transition: 0.4s;

	vertical-align: middle;
	justify-content: center;
	height: 100%;
}
.gy-partner .body li:hover a{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	box-shadow: rgba(0,0,0,0.2) 0 10px 10px;
}

.gb-mask{
	background: #666665;
	opacity: 0.9;
	position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999;
}
.gy-popup{
	padding: 50px 50px 70px;
	background: #fff;
	/*position: absolute;*/ 
	/*left: 50%;*/
	/*width: 1280px;*/
	/*margin-left: -640px;*/
	/*top: 100px;*/
	/*z-index: 9999;*/
	
}
.layui-layer-shade{
	opacity: 0.9 !important;
	background: #666665 !important;
	cursor: pointer;
}
.gy-popup .tit{
	margin-top: 20px; font-size: 36px; font-weight: bold;
	line-height: 1.2;
}
.gy-popup .mod{
	margin-top: 40px;
}
.gy-popup .mod-hd{
	font-size: 22px; font-weight: bold;
}
.gy-popup .mod-bd{
	font-size: 18px; line-height: 1.7;
}
.gy-popup .mod-bd p{
	text-indent: 2em;
}
.gy-popup .mod-bd ul{
	margin-top: 20px;
	overflow: hidden;
}
.gy-popup .mod-bd  li{
	width: 550px;
	float: left;
	font-size: 20px; font-weight: bold;
	list-style: outside;
	margin-left: 30px;
}


/*
 style_dff.css
 * */
/* 宇培内页 现代建筑 */
.gy-intro{
	margin-top: 30px; margin-bottom: 60px;
}
.gy-intro .wrapper{
	display: flex; align-items: center; justify-content: space-between;
}
.gy-intro .body-l{
	width: 803px;
}
.gy-intro .body-l img{
	display: block;
}
.gy-intro .body-r{
	 background: #fff; padding: 30px 60px; flex-shrink: 0;
	 width: 605px; position: relative; margin-left: -140px; box-shadow: 0 3px 8px  rgba(0, 0, 0, 0.15); min-height: 360px; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; 
	 transition: all 0.3s;
}
.gy-intro .body-r:hover{
	box-shadow: 0 3px 20px  rgba(0, 0, 0, 0.3);
}
.gy-intro .body-r .hd{
	font-size: 32px; color: #004098; margin-bottom: 20px;
}
.gy-intro .body-r .hd.orange{
	color: #f18d00;
}
.gy-intro .body-r .bd{
	font-size: 16px; color: #3b3b3b; line-height: 1.7;text-align: justify;
}
.gy-intro .body-r .ft{
	text-align: right; margin-top: 30px;
}
.gy-intro .body-r .btn{
	background: #004098; color: #fff; font-size: 16px; border-radius: 9px; display: inline-block; padding: 8px 20px;
}
.gy-intro .body-r .btn:hover{
	background: #0053a7;
}
.gy-banner{
	 height: 470px; background-position: center; background-repeat: no-repeat; background-size: cover;
}
.gb-head{
	text-align: center; 
}
.gb-head .gb-tit{
	margin: 60px 0 55px 0;
}
.gb-desc{
	font-size: 16px; color: #3b3b3b; line-height: 1.7; text-align: center; padding: 0 0 65px 0; 
}
/* .gy-diy{
	padding-bottom: 280px;
} */
.gy-work .body ul{
	display: flex; justify-content: center; margin-bottom: 65px;
}
.gy-work .body li{
	margin: 0 50px;text-align: center;
}
.gy-work .body .img img{
	width: 136px; height: 136px; border-radius: 50%; 
}
.gy-work .body .txt h4{
	font-size: 16px; color: #ff9d00; font-weight: bold; margin-top: 8px;
}
.gy-work .body .txt p{
	font-size: 12px; text-transform: uppercase; color: #7e7b7a; margin-top: 6px;
}
.gy-work .foot{
	margin-bottom: 70px;
}
.gy-work .foot ul{
	display: flex; flex-wrap: wrap; margin-left: -30px; margin-right: -30px;
}
.gy-work .foot li{
	width: 25%; padding: 10px 30px 45px 30px;text-align: center; border-right: 1px solid #f1f1f1;
}
.gy-work .foot li:last-child{
	border-right: 0;
}
.gy-work .foot .hd{
	display: inline-block; font-size: 24px; color: #fff; background: #004098; padding: 2px 8px; border-radius: 8px; margin-bottom: 25px;
}
.gy-work .foot .bd{
	font-size: 16px; color: #3b3b3b; line-height: 1.7;
}
.gy-package .body{
	padding: 0 160px;
}
.gy-package .body ul{
	display: flex; flex-wrap: wrap;
}
.gy-package .body li{
	width: 295px;/* height: 370px; */  background: #e9edec; margin: 0 10px 75px 10px; position: relative; 
}
.gy-package .body .img{
	margin: 7px;
	overflow: hidden;
}
.gy-package .body .img img{
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.gy-package .body li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gy-package .body  .txt{
	padding-top: 25px; padding: 20px 30px; min-height: 190px;
}
.gy-package .body  .txt h4{
	text-align: center; padding-bottom: 14px; font-size: 16px; color: #f18c00; text-transform: uppercase; 
}
.gy-package .body  .txt p{
	font-size: 14px; color: #3b3b3b;
}
.gy-package  .icon{
	position: absolute; left: 50%; bottom: -20px; border: 6px solid #e9edec; border-radius: 50%; margin-left: -17px;
}
.gy-package  .icon img{
	display: block;
}
/* 宇培内页 供应链 */
.gy-nums{
	height: 473px; background-position: center; background-repeat: no-repeat; background-size: cover; 
}
.gy-nums .wrapper{
	position: relative; height: 100%;
}
.gy-nums ul{
	position: absolute; right: 0; bottom: 20px; background: rgba(0, 64, 152, 0.79); color: #fff; padding: 10px 30px 15px 30px ; display: flex; min-width: 600px; 
}
.gy-nums ul.green{
	 background: rgba(171, 205, 3, 0.79);min-width: 630px;
}
.gy-nums li{
	padding: 0 10px; min-width: 200px;
}
.gy-nums  h2{
	font-size: 56px; font-family: fantasy; line-height: 1.1;
}
.gy-nums  h2 sup{
	margin-left: 5px; 
}
.gy-nums  h4{
	font-size: 24px; font-weight: bold;text-transform: uppercase;
}
.gb-tit.green::before{
	background: #abcd03;
}
.gy-serve .body ul{
	display: flex;  margin-bottom: 80px;
}
.gy-serve .body li{
	width: 33.33%;text-align: center; padding: 0 65px;
}
.gy-serve .body h4{
	display: inline-block; background-color: #004098; color: #fff; font-size: 24px;  padding: 1px 10px; border-radius: 9px; margin-bottom: 20px;
}
.gy-serve .body h4 strong{
	color: #abcd03; font-weight: normal;
}
.gy-serve .body p{
	font-size: 16px; color: #3b3b3b;
}
.gy-serve .body .cols4{
	margin-left: -35px; margin-right: -35px; margin-bottom: 0;
}
.gy-serve .body .cols4 li{
	width: 25%; padding: 10px 35px 70px 35px; border-right:1px solid #f1f1f1 ; 
}
.gy-serve .body .cols4 li:nth-child(4n){
	border-right: 0;
}
.gy-brand .body ul{
	display: flex; flex-wrap: wrap; margin-bottom: 130px;
}
.gy-brand .body li{
	width: 33.33%;text-align: center; padding: 20px 55px 0 55px;
}
.gy-brand .body .img {
	margin-bottom: 35px;
}
.gy-brand .body .txt{
	font-size: 16px; color: #3b3b3b;
}
/* 宇培内页 宇培产业园*/
.gy-case{
	margin-bottom: 115px;
}
.mt40{
	margin-top: 40px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.gy-case .body{
	margin-top: 20px;
}
.gy-case .swiper-slide{
	width: 1277px;
	cursor: pointer;
	
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    opacity: 0.4;
    filter: blur(3px);
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}
.gy-case .swiper-slide-active{
	opacity:1;
    filter: blur(0);
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(0) !important;
}
.gy-case .view img{
	display: block;
}
.gy-case .info{
	display: flex; justify-content: space-between; margin-top: 30px;
}
.gy-case .info-r{
	/*width: 549px;*/
	width: 42%;
	 flex-shrink: 0; margin-left: 30px;
}
.gy-case .icons ul{
	display: flex; justify-content: space-between; margin-bottom: 35px; padding-top: 25px;
}
.gy-case  .info-l .txt h4{
	font-size: 24px; color: #f18d00; font-weight: bold; margin-bottom: 15px;
}
.gy-case  .info-l .txt p{
	font-size: 16px; color: #595757; line-height: 1.7; margin-bottom: 25px;
}
.gy-case  .info-l  .more{
	 display: flex; justify-content: flex-end; align-items: center;font-size: 16px; color: #595757;
}
.gy-case  .info-l  .more img{
	display: block; margin-right: 10px;
}
.gy-case  .info-l  .more>a{
	display: flex; justify-content: flex-end; align-items: center;color: #595757;
	
}
.gy-case  .info-l  .more>a:hover{
	color: #f18d00;
}
/* 宇培内页 宇培资管 */
.gy-cycle{
	margin-bottom: 110px;
}
.gy-cycle .body{
	text-align: center;
}
.gy-case1{
	margin-bottom: 50px; 
}
.gy-case1 .head .desc{
	padding-left: 120px; padding-right: 120px;text-align: justify;
}
.gy-case1 .body{
	padding-bottom: 10px;
}
.gy-case1 .swiper-slide{
	cursor: pointer;
	width: 1310px; padding: 15px 15px 30px 15px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	    opacity: 0.4;
    filter: blur(3px);
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
}
.gy-case1 .swiper-slide-active{
	opacity:1;
    filter: blur(0);
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(0) !important;
}

.gy-case1 .view img{
	display: block;
}
.gy-case1 .info{
	display: flex; justify-content: space-between; margin-top: 30px;
}
.gy-case1 .info-r{
	/*width: 565px;*/
	width: 44%;
	 flex-shrink: 0; margin-left: 30px;
}

.gy-case1  .info-l{
	padding-left: 15px; padding-top: 10px;
}
.gy-case1  .info-l .txt h4{
	font-size: 24px; color: #f18d00; font-weight: bold; margin-bottom: 10px;
}
.gy-case1  .info-l .txt p{
	font-size: 16px; color: #595757; line-height: 1.4; 
}
.gy-case1  .info-l .infotxt{
	margin-top: 20px; margin-bottom: 15px;
}
.gy-case1  .info-l .infotxt h3{
	font-size: 16px; color: #f18e00; font-weight: bold;
}
.gy-case1  .info-l .infotxt .desc{
	font-size: 16px; color: #2a2a2a;
}
.gy-case1  .info-l  .more{
	 display: flex; justify-content: flex-end; align-items: center;font-size: 16px; color: #595757;
}
.gy-case1  .info-l  .more img{
	display: block; margin-right: 10px;
}
.gy-case1  .info-l  .more>a{
	display: flex; justify-content: flex-end; align-items: center;color: #595757;
}
.gy-case1  .info-l  .more>a:hover{
	color: #f18d00;
}
/*  */
.gy-history{
	background: #75bcf3 url(../images/cs02.jpg) no-repeat center/cover; padding: 130px 0;
}

.gy-history .body{
	display: flex; background: #fff;
}
.gy-history .body-l{
	width: 880px; float: left; background-color: #fff; padding: 40px 45px ;
}
.gy-history .body-l .img{
	margin-bottom: 20px;
}
.gy-history .body-l .img img{
	display: block;
}
.gy-history .body-l .txt{
	font-size: 18px; color: #626262; line-height: 1.7;
}
.gy-history .body-r{
	width: 390px; float: left; background: #f3a02b url(../images/cs04.jpg) no-repeat center/cover;
	padding: 95px 0 30px 0; color: #fff; 
}

.gy-history .body-r h2{
	font-size: 36px; margin-bottom: 70px; padding-left: 65px; padding-right: 65px;
}
.gy-history .body-r li{
	line-height: 55px;font-size: 30px; text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.45); cursor: pointer;position: relative; padding-left: 65px; padding-right: 65px;
	transition: all 0.3s;
}

.gy-history .body-r li.active,
.gy-history .body-r li:hover{
	font-size: 40px;
}
.gy-history .body-r li:before{
	content: ""; width: 0; height: 0; border: 22px solid transparent;  border-left-color: #fff; position: absolute; left: 0; top: 50%; margin-top: -22px; z-index: 1; display: none;
}
.gy-history .body-r li.active::before{
	display: block;
}
/*  */
.gy-deve{
	background: url(../images/shzr02.jpg) no-repeat center/cover; height: 880px; display: flex; align-items: center;  
}

.gy-deve .info{
	background: rgba(52, 175, 1, 0.77); color: #fff; padding: 65px 170px;margin-left: 70px; margin-right: 70px; 
}
.gy-deve .info-hd{
	text-align: center; display: flex; align-items: center; justify-content: center;
}
.gy-deve .info-hd .gb-tit-icon{
	margin-right: 25px;
}
.gy-deve .info-hd .gb-tit-icon img{
	
    vertical-align: middle;
}
.gy-deve .info-hd .gb-tit{
	color: #fff;
}
.gy-deve .info-bd{
	margin-top: 35px; text-align: center; font-size: 16px; line-height: 1.7; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.gy-park{
	margin-bottom: 50px;
}
.gy-park .head .desc{
	padding-left: 225px; padding-right: 225px;
}
.gy-park .body ul{
	display: flex; justify-content: space-between;padding-left: 225px; padding-right: 225px; margin-bottom: 100px;
}
.gy-park .body li{
	text-align: center;
}
.gy-park .body .txt{
	margin-top: 35px; display: inline-block; background: #004098; color: #fff; font-size: 18px; padding: 4px 18px; border-radius: 9px;
}
.gy-park .foot{
	text-align: center;
}

.newslist{
	margin-top: 0;
}

.home{
}
.home .header{
	background: none;
}
.home .logo{
	background-image: url(../images/logo-white.png);
}
.home .header-nav>ul>li>a{
	color:#fff;
	text-shadow: rgba(0,0,0,0.1) 5px 5px 5px;
}
.home .header-nav>ul>li>a:after{
	display: none;
}
.home .header:hover{
	background: rgba(255,255,255,0.95);
}
.home .header:hover .logo{
	background-image: url(../images/logo.png);
}
.home .header:hover .header-nav>ul>li>a{
	color:#333;
	text-shadow: none;
}

.home .header:hover .header-nav>ul>li>a:after{
	display: block;
}
.zzjg-box{
	text-align: center; padding: 30px 0;
}