*{
	font-family: "微软雅黑";
	color: #333333;
}
ul, li {
	list-style-type: none;
	padding: 0;
}
.clear{clear:both}
 @media screen and (min-width:1500px) {
	.container {
		width: 1470px;
	}
}
.container {
	max-width: 1470px;
	margin: 0 auto;
	min-width: 320px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover, a:focus {
	text-decoration:under;
	outline: none;
	color: #1473e1;
}


.zoom-img {overflow: hidden;}
.zoom-img .img {overflow: hidden; }
.zoom-img img {transition: all .5s;}
.zoom-img:hover img {transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);-moz-transform: scale(1.05);}
.clear:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clear{zoom:1}
.wd{max-width: 1300px;width: 100%;margin: 0 auto;}


.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

/* top */
.navbar{
	padding-bottom: 8px;
	transition: .5s ease-out;
	z-index: 99999 !important;
}
.navbar .navbar-brand{
	padding: 0;
	margin-top: 10px;
	height: auto;
}
.navbar .navbar-brand img{
	width: 247px;
}
nav.navbar.bootsnav ul.nav{
	margin-top: 28px;
}
nav.navbar.bootsnav ul.nav > li > a{
	color: #333333;
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
	letter-spacing: 0.457143px;
	position: relative;
	padding: 0;
	margin-left: 32px;
}
nav.navbar.bootsnav ul.nav > li > a::before{
	content: " ";
	display: block;
	width: 0;
	height: 3px;
	background: #34452E;
	border-radius: 15px;
	top: 0;
	left: 50%;
	margin-left: -20px;
	transition: .3s ease;
	position: absolute;
}
nav.navbar.bootsnav ul.nav > li > a.hover::before,nav.navbar.bootsnav ul.nav > li > a:hover::before{
	width: 40px;
}
nav.navbar.bootsnav ul.nav > li > a small{
	font-size: 13px;
}
nav.navbar.bootsnav ul.nav > li > a small::before{
	content: "/";
	font-size: 18px;
	margin: 0 2px;
}

.topbox{
	position: absolute;
	top: 12px;
	right: 0;
	border-bottom: 1px solid rgba(52,69,46,.2);
}
.no-background .topbox{
    border-color: rgba(234,229,219,.61);
}
.topbox p{
	font-size: 28px;
	line-height: 36px;
	background: url(../image/phone.png) no-repeat left center;
	background-size: 32px;
	padding-left: 40px;
}
.topbox .en{
	width: 84px;
	height: 32px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	margin-left: 11px;
}
.topbox .en a{
	width: 40px;
	line-height: 28px;
	font-size: 16px;
	color: #34452E;
	text-align: center;
	border-radius: 4px;
}
.topbox .en a.hover{
	background: #34452E;
	color: #fff;
}

.logo_index{
	display: none !important;
}
nav.navbar.bootsnav.no-background{
	background: 0;
	border: none;
}


.no-background .logo_page{
	display: none !important;
}
.no-background .logo_index{
	display: block !important;
}
.no-background .topbox p{
	background: url(../image/phone2.png) no-repeat left center;
	background-size: 32px;
	color: #EAE5DB;
}
.no-background .topbox .en{
	background: rgba(0, 0, 0, 0.2);
}
.no-background .topbox .en a{
	color: #EAE5DB;
}
.no-background .topbox .en a.hover{
	color: #34452E;
	background: #EAE5DB;
}
/*.no-background ul.nav > li > a,.no-background ul.nav > li > a small{
	color: #EAE5DB !important;
}*/
.no-background ul.nav > li > a::before{
	background: #EAE5DB !important;
}

@media screen and (max-width:1500px){
	nav.navbar.bootsnav ul.nav > li > a{
		margin-left: 25px;
		font-size: 16px;
	}
}
@media screen and (max-width:1200px){
	.navbar .navbar-brand{
		margin-top: 22px;
	}
	.navbar .navbar-brand img {
  		width: 140px;
	}
	.topbox{
		align-items: center;
	}
	.topbox p{
		background-size: 26px !important;
		font-size: 20px;
		line-height: 26px;
		padding-left: 32px;
		margin-bottom: 0;
	}
	.topbox .en a{
		line-height: 26px;
		font-size: 14px;
	}
	nav.navbar.bootsnav ul.nav {
	  margin-top: 40px;
	}
}
@media screen and (max-width:992px){
	.navbar{ padding-bottom: 0px }
	nav.navbar.bootsnav{
		background: #fff !important;
	}
	nav.navbar.bootsnav .navbar-brand{
		
	}
	.navbar .navbar-brand img{
		width: 220px;
	}
	nav.navbar.bootsnav .navbar-toggle{
		font-size: 20px;
		padding: 1px 8px;
		background: rgba(20,115,225,.7) !important;
		
	}
	nav.navbar.bootsnav .navbar-toggle i{
		color: #fff !important;
	}
	nav.navbar.bootsnav .logo_index{
		display: none !important;
	}
	nav.navbar.bootsnav .logo_page{
		display: block !important;
	}
	nav.navbar.bootsnav .topbox p{
		color: #34452E;
		background: url(../image/phone.png) no-repeat left center;
		padding-left: 30px;
	}
	.no-background .topbox .en{
		background: rgba(0, 0, 0, 0.05);
	}
	.no-background .topbox .en a{
		color: #34452E;
	}
	.no-background .topbox .en a.hover{
		background: #34452E;
		color: #fff;
	}
}
@media screen and (max-width:768px){
	body > .wrapper{
		padding-top: 55px;
	}
	nav.navbar.bootsnav{
		top: 0;
	}
	nav.navbar.bootsnav .topbox p{
		display: none;
	}
	.navbar .navbar-brand img {
	  width: 200px;
	}
	.topbox .en{
		width: 68px;
		height: 28px;
		margin-top: 4px;
	}
	.topbox .en a {
		line-height: 22px;
		font-size: 12px;
		width: 30px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		margin-left: 0;
		color: #34452E !important;
	}
	nav.navbar.bootsnav ul.nav > li > a small{
		color: #34452E !important;
	}
	nav.navbar.bootsnav ul.nav > li > a::before{
		display: none;
	}
	.topbox{border:none;}
}

/* banner */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner-pag {
	bottom: 65px !important;
}
.banner-pag .swiper-pagination-bullet::after{
	content: " ";
	width: 8px;
	height: 8px;
	background: #EAE5DB;
	opacity: 0.4;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
}
.banner-pag .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	margin: 0 8px !important;
	position: relative;
	background: none;
}
.banner-pag .swiper-pagination-bullet-active{
	border: 1px solid #EAE5DB;
	border-radius: 0;
}
.banner-pag .swiper-pagination-bullet-active::after{
	opacity: 1;
}
@media screen and (max-width:992px){
	.banner-pag {
  		bottom: 40px !important;
	}
}
@media screen and (max-width:768px){
	.banner-pag {
		bottom: 8px !important;
	}
	.banner-pag .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin: 0 6px !important;
	}
	.banner-pag .swiper-pagination-bullet::after{
		width: 4px;
		height: 4px;
		margin-left: -2px;
		margin-top: -2px;
	}
	.banner .swiper-slide{
	    overflow: hidden;
	}
	.banner .swiper-slide img{
	    width: 130%;
        margin-left: -15%;
	}
}

/* story */
.story{
	background:url(../images/back1.jpg) top center no-repeat;
	padding-bottom: 80px;
}
.story_box{
	justify-content: space-between;
	margin-top:80px;
}

.story .story_top{
	width:100%;
	text-align:center
	}
.story .story_top p span{
	font-size:50px;
	color:#ffffff;
	font-weight:bold
 }
.story .story_top small{
	display: block;
	font-size: 40px;
	line-height: 60px;
	width: 100%;
	color:#ffffff;
}

.story .story_box .info p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
	text-align:center;
	color:#ffffff

}
.story_fot{
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-top: 38px;
}
.story_fot span{
	font-size: 40px;
	line-height: 42px;
}
.story_fot a img{
	width: 185.5px;
}
@media screen and (max-width:1500px){
	.story{
		padding-top: 80px;
		padding-bottom: 80px;
	}
    .story .story_top{
	   width:100%;
	   text-align:center;
	}
	.story .story_top p span {
  		font-size: 40px;
  		letter-spacing: 4px;
	}
	.story .story_top small{
		font-size: 20px;
	}
	.story .info p{
		font-size: 17px;
	}
	.story_fot span{
		font-size: 24px;
	}
	.story_fot a img{
		width: 120px;
	}
}
}
@media screen and (max-width:1200px){
	.story .story_top{
	   width:100%;
	   text-align:center;
	}
	.story .story_top p{
		margin-bottom: 0;
	}
	.story .story_top p span{
		font-size: 40px;
		margin-right: 30px;
	}
	.story .story_top small {
  		font-size: 17px;
	}
	.story  .info p {
  		font-size: 15px;
  		margin-top: 10px;
	}
	.story_fot span {
  		font-size: 20px;
	}
	.story_fot a img {
  		width: 100px;
	}
}
}
@media screen and (max-width:992px){
    .story_box{
	justify-content: space-between;
	margin-top:0px;
    }
	.story .story_top{
	   width:100%;
	   text-align:center;
	}
	.story .story_top p span {
  		font-size: 30px;
	}
	.story .story_top small {
  		font-size: 18px;
	}
	.story .info p{
		font-size: 14px;
		margin-bottom: 0;
	}
	.story_fot{
		margin-top: 20px;
	}
	.story_fot span {
  		font-size: 16px;
	}
	.story_fot a img {
  		width: 90px;
	}
}
@media screen and (max-width:768px){
	.story_box{
	justify-content: space-between;
	margin-top:20px;
     }
    .story .story_top{
	   width:100%;
	   text-align:center;
	}
	.story .story_top p span{
		font-size: 30px;
	}
	.story{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.story .story_top small{
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.story .info p{
		font-size: 13px;
		line-height: 26px;
		margin-top: 5px;
	}

    


}
.aboutNumber{ width:800px; margin:0px auto; margin-top:30px;}
.aboutNumber ul { overflow: hidden;}
.aboutNumber li { text-align:center; float: left; width: 25%;  background:url(../images/lin_space.png) center right no-repeat; position: relative;}
.aboutNumber li:last-child { background:none}
.aboutNumber li p i { font-size: 40px; font-style: normal; font-weight: bold; color: #ffffff;}
.aboutNumber li p  {color: #ffffff; font-size: 14px;}
.aboutNumber li span { font-size: 14px; line-height: 1; color: #ffffff;}
.aboutmore{ margin:0px auto; margin-top:50px; text-align:center; clear:both; width:150px;}
.aboutmore a{ color:#ffffff; display: block;border:#ffffff 1px solid;padding:15px 30px}

.more-box{ width: 100%; text-align: center; margin-top:50px }
.mores{ margin:0px auto; text-align:center; clear:both; width:150px; background-color: #1473e1; border-radius: 10px;color:#ffffff; padding:15px 30px}
.mores:hover{ color: #ffffff; background-color: #0d5cb7 }
@media screen and (max-width:768px){
   .aboutNumber li p i { font-size: 20px; font-style: normal; font-weight: bold; color: #ffffff;}
}

/* business */
.business{
	background:url(../images/business_bg.jpg) top center no-repeat;
	padding-top: 100px;
}
.business_top{
	width:326px;
	height:60px;
	background:url(../images/business.png) top center no-repeat;
	margin:0px auto;
	font-size:35px;
	padding-top:20px;
	color:#ffffff;
	text-align:center;
}
.business_down{
	background-color: #ffffff;
	padding-bottom: 70px
}

.business_line{
	width:90px;
	margin:0px auto;
	margin-top:30px;
	height:1px;
	background-color:#ffffff;
}
.business_en{
	color:#ffffff;
	font-size:20px;
	margin-top:20px;
	text-align:center
}
.business_title{
	width:650px;
	float:left;
	height:272px;
	background:url(../images/business_titlebg.jpg) top center no-repeat;
	margin-top:100px;
	padding-left:25px;
	padding-top:20px;
}
.business_t1{
	color:#ffffff;
	font-size:30px;
	margin-top:30px
}
.business_t2{
	color:#efefef;
	font-size:25px;
	margin-top:30px
}
.business_more{
	margin-top:40px;
	width:120px;
}
.business_more a{
	display:block;
	padding:5px 10px;
	border:#ffffff 1px solid;
	color:#ffffff;
	font:16px;
}
.bus_left{
	width: 25%;
	height: 272px;
	background-color:#333333;
	line-height: 30px;
	font-size: 18px;
	color:#ffffff;
	text-align: center;
	float: left;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bus_left .bus_left_content{
	line-height: 40px;
	font-size: 18px;
	color:#ffffff;
	text-align: center;
}

.bus_left span{
    font-size: 30px;
    color:#ffffff;
    line-height: 50px;
}
.bus_mid{
	width: 50%;
	float: left;
	height: 272px;
	background: url('../images/busdown_m.jpg') center center no-repeat;
	display: flex;
    align-items: center;
}
.bus_mid .bus_mid_c{
	font-size: 24px;
	color: #606266;
	width: 100%;
	margin-left: 50px;
	line-height: 50px;
}
.bus_mid .bus_mid_c span{
	font-size: 36px;
	color: #303313;
	font-weight: 500
}

.bus_mid .bus_mid_c a{
	font-size: 16px;
	color: #1472E1;
	display: block;
	border:#1472E1 1px solid;
	width: 120px;
	text-align: center;
	margin-top: 20px;
	line-height: 35px;
}

.bus_right{
	width: 25%;
	float: right;
}
@media screen and (max-width:1120px){
	.business_title{
		width:100%;
		height:150px;
		background:url(../images/business_titlebg.jpg) top center no-repeat;
		margin-top:60px;
		padding-left:20px;
		padding-top:20px;
	}
	.business_t1{
	color:#ffffff;
	font-size:18px;
	margin-top:10px
     }
    .business_t2{
	color:#efefef;
	font-size:16px;
	margin-top:10px
    }

    .business_more{
	margin-top:10px;
	width:120px;
     }

    .bus_left{
		width: 50%;
		height: 200px;
		background-color:#333333;
		line-height: 30px;
		font-size: 18px;
		color:#ffffff;
		text-align: center;
		float: left;
		display: flex;
	    justify-content: center;
	    align-items: center;
    }
    .bus_left .bus_left_content{
		line-height: 30px;
		font-size: 15px;
		color:#ffffff;
		text-align: center;
	}
	.bus_left span{
	    font-size: 20px;
	    color:#ffffff;
	    line-height: 50px;
	}
    .bus_mid{
		width: 50%;
		float: left;
		height: 200px;
		background: url('../images/busdown_m.jpg') center center no-repeat;
		display: flex;
	    align-items: center;
    }
    .bus_mid .bus_mid_c{
		font-size: 16px;
		color: #606266;
		width: 100%;
		margin-left: 20px;
		line-height: 20px;
	}
	.bus_mid .bus_mid_c span{
		font-size: 20px;
		color: #303313;
		font-weight: 500
	}

	.bus_mid .bus_mid_c a{
		font-size: 16px;
		color: #1472E1;
		display: block;
		border:#1472E1 1px solid;
		width: 120px;
		text-align: center;
		margin-top: 20px;
		line-height: 30px;
	}

    .bus_right{
		display: none
	}

}
}

@media screen and (max-width:768px){



}




/*yuanqu*/
.quality{
	height: 800px;
	background: url(../images/yuanqu_bg.jpg) no-repeat center/cover;
	padding-top: 98px;
	box-sizing: border-box;
}
.quality .quality_top { text-align: center; }
.quality .quality_top p span{
	font-size: 50px;
	line-height: 70px;
	color: #303133;
	letter-spacing: 4px;
	font-weight: 500
}
.quality .quality_top small{
	font-size: 20px;
	line-height: 37px;
	color: #909399;
	letter-spacing: 0.04em;
	display: block;
}
.quality ul{
	margin-top: 10px;
	text-align: center;;
	line-height: 30px;
	font-size: 18px;
	color: #606266
}
.quality li{
	color: #EAE5DB;
	letter-spacing: 0.04em;
	font-size: 28px;
	line-height: 52px;
	margin-bottom: 30px;
	padding-left: 50px;
	width: 385px;
}
.quality ul li:first-child{
	background: url(../image/qu1.png) no-repeat left center;
	background-size: 40px;
}
.quality ul li:first-child+li{
	background: url(../image/qu2.png) no-repeat left center;
	background-size: 40px;
}
.quality ul li:first-child+li+li{
	background: url(../image/qu3.png) no-repeat left center;
	background-size: 40px;
}
.quality ul li:first-child+li+li+li{
	background: url(../image/qu4.png) no-repeat left center;
	background-size: 40px;
}

#demo{ margin-top: 30px }
#owl-demo .item{
        margin: 10px;
        text-align: center;
        height: 90%;
        position: relative;
        color: #ffffff
    }
#owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
}

#owl-demo .item .mb{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 103, 237, 0.85);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: .3s ease-out;
	opacity: 0;
}
@media screen and (max-width:1500px){
	.quality{
		height: 800px;
	}
	.quality .quality_top p{
		margin-bottom: 5px;
	}
	.quality .quality_top p span{
		font-size: 40px;
	}
	.quality .quality_top small{
		font-size: 17px;
		line-height: 32px;
	}
	.quality li{
		font-size: 22px;
		margin-bottom: 20px;
	}
}
}
@media screen and (max-width:1200px){
	.quality{
		height: 800px;
		padding-top: 160px;
	}
	.quality .quality_top p span {
  		font-size: 30px;
  		margin-right: 20px;
	}
	.quality .quality_top small {
  		font-size: 16px;
  		line-height: 30px;
  		width: 700px;
	}
	.quality ul{
		width: 80%;
		margin-top: 50px;
	}
	.quality li{
		width: 50%;
  		box-sizing: border-box;
	}
}

@media screen and (max-width:992px){
	.quality{
		padding-top: 30px;
		height: 650px;
	}
	.quality .quality_top p span{
		font-size: 25px;
	}
	.quality .quality_top small {
  		font-size: 14px;
  		line-height: 24px;
	}
	.quality li {
  		font-size: 18px;
  		margin-bottom: 10px;
  		background-size: 30px !important;
  		padding-left: 40px;
	}
}

@media screen and (max-width:768px){

	.quality{
	}
	.quality .quality_top p span{
		font-size: 20px;
		line-height: 30px;
		color: #303133;
		letter-spacing: 4px;
		font-weight: 500
	}
	.quality .quality_top small{
		width: 100%;
	}
	.quality .quality_top p span{
		font-size: 22px;
	}
	.quality .quality_top small {
  		font-size: 12px;
  		line-height: 20px;
	}
	.quality ul{
		width: 100%;
		margin-top: 10px;
		padding-left: 20px;
		font-size:16px;
	}
	.quality li{
		width: 100%;
		margin-bottom: 0;
	}

}
	
/* news*/
.news_left{ width: 44%; float: left; margin-top: 50px;margin-bottom:100px;  }
.news_img{position: relative; z-index: 0;}
.news_img img{ width: 100%; height: 395px;border-radius:5px}
.news_left_title{position: absolute; bottom: 1px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; z-index: 1;  background:rgba(0,0,0,0.7);
width: 100%; padding: 15px;
}
.news_tt { width:100%; float: left; font-size: 14px; color: #ffffff}
.news_tt p{color: #ffffff; font-size: 18px; }
.news_tt a{ color: #ffffff }
.news_tt span{ color: #ffffff }
.reccnews{ background-color: #ffffff; border-radius: 5px; width: 100%; height: 118px; margin-top: 20px}
.reccnews_date{color:#0067ED;float: left; margin-top: 20px; padding-bottom: 12px; width: 15%; border-right:#eee 1px solid; text-align: center; font-size: 13px; line-height: 30px;}
.reccnews_date span{ font-size: 20px;color:#0067ED; font-weight: bold }
.reccnews_right{ width: 85%; float: right; margin-top: 15px; line-height: 25px; font-size: 14px; padding-left: 20px;padding-right: 15px}
.reccnews_right p{ font-size: 16px; font-weight: bold;color:#0067ED;}

.news_right{ width: 54%; float: right;margin-top: 50px;}
.news_right ul{ width: 100% }
.news_right li{ background-color: #ffffff; padding: 10px 15px; height: 118px; margin-bottom:20px;border-radius:5px}

.news_list_date{ float: left; margin-top: 15px; padding-bottom: 12px; width: 15%; border-right:#eee 1px solid; text-align: center; font-size: 13px; line-height: 30px;}
.news_list_date span{ font-size: 20px; }
.news_list_c{ width: 85%; float: right; margin-top: 10px; line-height: 25px; font-size: 14px; padding-left: 20px;}
.news_list_c p{ font-size: 16px; font-weight: bold;}
.news_list_c a:hover{ text-decoration:underline; color: #1473e1 }


.news{
	background: #eeeeee;
	padding-top: 80px;
}
.news .news_tit{
	text-align: center;
	position: relative;
}
.news .news_tit p{
	font-size: 45px;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
}
.news .news_tit span{
	display: block;
	font-size: 20px;
}
.news .news_tit a{
	position: absolute;
	right: 0;
}
.news .news_tit a{
	font-size: 20px;
	line-height: 28px;
	padding-right: 26px;
	background: url(../image/arrow3.png) no-repeat right center;
	background-size: 24px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.new-swiper{
	max-width: 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
	padding-bottom: 135px;
}
.new-swiper .swiper-slide{
	border-bottom: 1px solid #D3C6BA;
	padding-bottom: 35px;
}
.new-swiper .swiper-slide .box{
	width: 100%;
	height: 282px;
	align-items: center;
	justify-content: center;
}
.new-swiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.new-swiper .swiper-slide span{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-top: 24px;
}
.new-swiper .swiper-slide h3{
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.new-swiper .news-pag{
	bottom: 70px;
}
.new-swiper .swiper-pagination-bullet{
	border-radius: 0;
	position: relative;
	width: 16px;
	height: 16px;
	background: none;
	margin: 0 8px !important;
}
.new-swiper .swiper-pagination-bullet::after{
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	background: #34452E;
	opacity: 0.4;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
}
.new-swiper .swiper-pagination-bullet-active{
	border: 1px solid #34452E;
}
.new-swiper .swiper-pagination-bullet-active::after{
	opacity: 1;
}
@media screen and (max-width:1500px){
	.news .news_tit p{
		font-size: 35px;
		margin-bottom: 0px;
		font-weight: 500
	}
	.news .news_tit span{
		font-size: 17px;
	}
	.news .news_tit a{
		font-size: 17px;
		background-size: 20px;
		padding-right: 20px;
	}
	.new-swiper .swiper-slide .box{
		height: 230px;
	}
	.new-swiper .swiper-slide h3{
		font-size: 16px;
	}
}
@media screen and (max-width:1200px){
	.news{
		padding-top: 60px;
	}
	.news .news_tit p{
		font-size: 30px;
	}
	.news .news_tit span {
  		font-size: 15px;
	}
	.new-swiper .swiper-slide .box {
  		height: 160px;
	}
	.new-swiper .swiper-slide h3 {
  		font-size: 15px;
	}
	.new-swiper .swiper-slide span{
		font-size: 14px;
	}
}
@media screen and (max-width:992px){
    .news_left{ width: 100%; margin-bottom: 0px}
    .news_img img{ width: 100%; height:100%;border-radius:5px}
    .reccnews{ display: none }
    .news_right{ width: 100%;margin-top: 20px;}
    .news_list_date{ display: none; }
    .news_list_c{ width: 100%; padding-left: 5px; line-height: 20px}
    .news_tt p{ font-size: 16px }

	.news .news_tit a{
		font-size: 15px;
	}
	.new-swiper .swiper-slide{
		padding-bottom: 20px;
	}
}
@media screen and (max-width:768px){
	.news{
		padding-top: 80px;
	}
	.news .news_tit p {
  		font-size: 26px;
	}
	.news .news_tit span {
  		font-size: 13px;
	}
	.news .news_tit a {
  		font-size: 13px;
  		bottom: -4px;
	}
	.new-swiper{
		margin-top: 30px;
		padding-bottom: 80px;
	}
	.new-swiper .swiper-slide {
  		padding-bottom: 15px;
	}
	.new-swiper .swiper-slide .box {
  		height: 120px;
	}
	.new-swiper .swiper-slide span{
		margin-top: 10px;
	}
	.new-swiper .swiper-slide h3 {
  		font-size: 13px;
  		line-height: 22px;
  		margin-top: 10px;
	}
	.new-swiper .news-pag {
  		bottom: 30px;
	}
	.news_list_c p{ font-size: 14px; font-weight: bold;}
}

/*cont*/
.cont{
	height: 600px;
	background: url(../image/cont-bg.jpg) no-repeat center/cover;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cont span{
	color: #EAE5DB;
	font-size: 45px;
	line-height: 63px;
}
.cont p{
	color: #EAE5DB;
	font-size: 24px;
	line-height: 34px;
	margin-top: 16px;
}
.cont ul{
	margin-top: 50px;
}
.cont li{
	width: 260px;
	color: #EAE5DB;
	font-size: 20px;
	height: 72px;
	border: 1.5px solid #EAE5DB;
	backdrop-filter: blur(6px);
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin: 0 12px;
	letter-spacing: 0.04em;
}
.cont li::before{
	content: " ";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/cont2.png) no-repeat center;
	background-size: 100% !important;
	margin-right: 5px;
}
.cont li:first-child{
	background: #EAE5DB;
	color: #34452E;
}
.cont li:first-child::before{
	background: url(../image/cont1.png) no-repeat center;
}
@media screen and (max-width:1500px){
	.cont{
		height: 500px;
	}
	.cont span{
		font-size: 40px;
	}
	.cont p{
		font-size: 18px;
		margin-top: 10px;
	}
	.cont ul {
  		margin-top: 40px;
	}
}
@media screen and (max-width:768px){
	.cont {
  		height: 400px;
	}
	.cont span {
  		font-size: 26px;
  		line-height: 50px;
	}
	.cont p {
	  	font-size: 14px;
	  	margin-top: 0;
	}
	.cont ul{
		flex-direction: column-reverse;
		justify-content: center;
		margin-top: 30px;
	}
	.cont li{
		margin: 0;
		margin-bottom: 20px;
		width: 240px;
		height: 50px;
		font-size: 17px;
	}
}

/* footer */
.footer{
	background: #212529;
	padding-top: 70px;
}
.flogo{
	flex-direction: column;
	align-items: center;
}
.flogo img{
	width: 285.94px;
	display: block;
	margin-bottom: 12px;
}
.flogo p span{
	font-size: 16px;
	line-height: 22px;
	color: #EAE5DB;
	letter-spacing: 0.05em;
	margin: 0 10px;
}
.fcont{
	flex-direction: column;
	align-items: center;
}
.fcont img{width:281px;margin-top:14px;max-width:90%;}
.fcont span{
	color: #EAE5DB;
	font-size: 20px;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 8px;
}
.fcont p{
	color: #EAE5DB;
	margin: 4px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.15em;
}
.fcont p i{
	font-style: normal;
	color: #EAE5DB;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 1.9px;
}
.fnav{
	justify-content: center;
	margin-top: 50px;
}
.fnav a{
	color: #EAE5DB;
	letter-spacing: 0.457143px;
	margin: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.copy{
	border-top: 1px solid rgba(234, 229, 219, 0.06);
	margin-top: 37px;
	color: #EAE5DB;
	letter-spacing: 0.8px;
	line-height: 72px;
	text-align: center;
}
.gs{
	display: block;
	margin: 0 auto; 
	padding-bottom: 10px;
}
@media screen and (max-width:992px){
	.fnav a{
		margin: 0 20px;
	}
}
@media screen and (max-width:768px){
	.flogo img{
		width: 200px;
	}
	.flogo p span{
		font-size: 13px;
		margin: 0 6px;
	}
	.fcont span{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.fcont p{
		font-size: 14px;
		line-height: 18px;
	}
	.fcont p i{
		font-size: 28px;
	}
	.fnav{
		margin-top: 30px;
	}
	.fnav a {
  		margin: 0 12px;
  		font-size: 14px;
	}
	.copy{
		margin-top: 20px;
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
	img.gs{
		margin-top: 5px;
	}
}



.page_con{

	margin-bottom: 100px;
	
}
.page_con img{

	height: 100% !important;	
}
.ln{
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}
.ln img{
	width: 459px;
}
.ln .box{
	width: 792px;
}
.ln .box span{
	font-size: 31px;
	line-height: 43px;
	color: #34452E;
	display: block;
	letter-spacing: 4px;
}
.ln .box small{
	color: #34452E;
	font-size: 16px;
	line-height: 24px;
	margin-top: 6px;
	display: block;
	letter-spacing: 1px;
}
.ln .box p{
	font-size: 20px;
	line-height: 32px;
	margin-top: 24px;
	letter-spacing: 0.06em;
}
@media screen and (max-width:1500px){
	.ln{
		margin-top: 60px;
	}
	.ln img {
  		width: 350px;
	}
	.ln .box {
  		width: 740px;
	}
	.ln .box span{
		font-size: 25px;
		line-height: 40px;
	}
	.ln .box small{
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}
	.ln .box p{
		font-size: 17px;
		line-height: 30px;
		margin-top: 20px;
	}
}
@media screen and (max-width:1200px){
	.ln {
  		margin-top: 50px;
	}
	.ln img {
  		width: 300px;
	}
	.ln .box {
  		width: 600px;
	}
	.ln .box span{
		font-size: 22px;
		line-height: 32px;
	}
	.ln .box small{
		font-size: 12px;
	}
	.ln .box p {
  		font-size: 14px;
  		line-height: 26px;
  		margin-top: 10px;
	}
}
@media screen and (max-width:992px){
	.ln img {
  		width: 240px;
	}
	.ln .box {
  		width: 455px;
	}
	.ln .box span {
  		font-size: 18px;
  		line-height: 26px;
	}
	.ln .box small{
		line-height: 20px;
	}
	.ln .box p {
  		font-size: 13px;
  		line-height: 24px;
	}
}
@media screen and (max-width:768px){
	.ln {
  		margin-top: 30px;
	}
	.ln img {
  		width: 100%;
	}
	.ln .box{
		width: 100%;
		margin-top: 20px;
	}
}

.pro_top{
	justify-content: space-between;
	border-top: 1px solid #EBEEF5;
	padding-top: 40px;
	margin-top: 60px;
	align-items: flex-end;
}
.pro_top .pro_top_tit p{
	font-size: 40px;
	line-height: 56px;
	color: #34452E;
	margin: 0;
}
.pro_top .pro_top_tit span{
	font-size: 18px;
	line-height: 27px;
	color: #34452E;
	margin-top: 2px;
}
.pro_top .sub a{
	text-align: center;
	margin-left: 40px;
	position: relative;
	padding-bottom: 10px;
}
.pro_top .sub a p{
	color: #80867E;
	font-size: 20px;
	margin: 0;
}
.pro_top .sub a span{
	color: #80867E;
	font-size: 14px;
	line-height: 20px;
}
.pro_top .sub a.hover p,.pro_top .sub a.hover span{
	color: #34452E;
}
.pro_top .sub a::after{
	content: " ";
	display: block;
	height: 3px;
	border-radius: 10px;
	background: #34452E;
	transition: .3s ease-out;
	left: 50%;
	position: absolute;
	bottom: 0;
	width: 0;
}
.pro_top .sub a.hover::after,.pro_top .sub a:hover::after{
	width: 82px;
	margin-left: -41px;
}
.pro_list{
	justify-content: space-between;
	margin-bottom: 100px;
}
.pro_list li{
	margin-top: 50px;
}
.pro_list li a{
	display: block;
	width: 630px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.pro_list li img{
	width: 100%;
	transition: all 0.6s;
}
.pro_list li img:hover{
	transform: scale(1.4);
}
.pro_list li a .box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: .3s ease-out;
}
.pro_list li a .box img{
	width: 150px;
}
.pro_list li a .box span{
	font-size: 18px;
	line-height: 25px;
	color: #EAE5DB;
	letter-spacing: 0.04em;
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative;
	max-width: 80%;
}
.pro_list li a .box p{
	color: #EAE5DB;
	letter-spacing: 0.04em;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li a .box span::before,.pro_list li a .box span::after{
	content: " ";
	display: block;
	width: 45px;
	height: 1px;
	background: #EAE5DB;
	position: absolute;
	top: 50%;
}
.pro_list li a .box span::before{
	left: -53px;
}
.pro_list li a .box span::after{
	right: -53px;
}
.pro_list li a:hover .box{
	opacity: 1;
}
.pro_box .loadmore{
	margin-top: 50px;
}
@media screen and (max-width:1500px){
	.pro_top .pro_top_tit p{
		font-size: 30px;
		line-height: 50px;
	}
	.pro_top .pro_top_tit span{
		font-size: 15px;
	}
	.pro_top .sub a p{
		font-size: 16px;
	}
	.pro_top .sub a span{
		font-size: 12px;
	}
	.pro_list li{
		width: 48%;
	}
	.pro_list li a{
		width: 100%;
	}
	.pro_list li a .box span{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.pro_list li a .box p{
		font-size: 16px;
	}
}
@media screen and (max-width:992px){
	.pro_top{
		padding-top: 30px;
		margin-top: 40px;
	}
	.pro_top .pro_top_tit p {
  		font-size: 22px;
  		line-height: 30px;
	}
	.pro_top .pro_top_tit span {
  		font-size: 13px;
	}
	.pro_top .sub a{
		margin-left: 20px;
	}
	.pro_top .sub a p {
  		font-size: 15px;
	}
	.pro_list li {
  		margin-top: 30px;
	}
}
@media screen and (max-width:768px){
	.pro_top {
  		padding-top: 20px;
  		margin-top: 30px;
	}
	.pro_top .pro_top_tit p{
		font-size: 20px;
		line-height: 24px;
	}
	.pro_top .sub{
		justify-content: space-between;
		margin-top: 0;
	}
	.pro_top .sub a{
		margin-left: 0;
		width: 48%;
		text-align: left;
		border-bottom: 1px solid #ddd;
		margin-top: 20px;
	}
	.pro_top .sub a.hover::after{
		left: 0;
		margin-left: 0;
		bottom: -1px;
	}
	.pro_list li a .box{
		position: relative;
		opacity: 1;
		background: 0;
	}
	.pro_list li a .box img{
		display: none;
	}
	.pro_list li a .box p{
		display: none;
	}
	.pro_list li a .box span{
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #34452E;
		font-size: 14px;
		margin-top: 6px;
	}
}

.hz{
	height: 600px;
	background: url(../image/hzbg.jpg) no-repeat center;
	margin-top: 80px;
}
.hztit{
	text-align: center;
	padding-top: 100px;
}
.hztit span{
	color: #FFFFFF;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 0.04em;
}
.hztit p{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.04em;
	margin-top: 17px;
	color: #FFFFFF;
}
.hz form .df{
	justify-content: center;
	margin-top: 50px;
}
.hz form input:first-child{
	background: url(../image/in1.png) no-repeat 16px center rgba(255, 255, 255, 0.05);
	background-size: 24px;
}
.hz form input:first-child+input{
	margin: 0 60px;
	background: url(../image/in2.png) no-repeat 16px center rgba(255, 255, 255, 0.05);
	background-size: 24px;
}
.hz form select{
	background: url(../image/in3.png) no-repeat 16px center rgba(255, 255, 255, 0.05);
	background-size: 24px;
}
.hz form input,.hz form select{
	width: 320px;
	height: 56px;
	border: 1px solid #EAE5DB;
	backdrop-filter: blur(6px);
	border-radius: 4px;
	color: #fff;
	letter-spacing: 0.04em;
	font-size: 16px;
	padding-left: 52px;
}
.hz form button{
	font-size: 20px;
	color: #34452E;
	letter-spacing: 0.04em;
	width: 320px;
	line-height: 56px;
	border-radius: 4px;
	background: #EAE5DB;
	border: none;
	margin: 0 auto;
	display: block;
	margin-top: 100px;
}
@media screen and (max-width:1200px){
	.hz{
		margin-top: 50px;
		height: 500px;
	}
	.hztit{
		padding-top: 70px;
	}
	.hztit span{
		font-size: 35px;
	}
	.hztit p{
		font-size: 16px;
		margin-top: 0px;
	}
	.hz form input, .hz form select{
		width: 300px;
	}
	.hz form input:first-child + input{
		margin: 0px 40px;
	}
	.hz form .df{
		margin-top: 40px;
	}
	.hz form button{
		font-size: 18px;
		width: 280px;
		line-height: 50px;
		margin-top: 80px;
	}
}
@media screen and (max-width:992px){
	.hz{
		height: 560px;
	}
	.hztit {
  		padding-top: 50px;
	}
	.hztit span {
  		font-size: 30px;
  		line-height: 55px;
	}
	.hztit p{
		font-size: 15px;
	}
	.hz form input, .hz form select{
		width: 80%;
		
	}
	.hz form input:first-child + input{
		margin: 20px 0;
	}
	.hz form button{
		font-size: 16px;
		width: 230px;
		line-height: 46px;
		margin-top: 60px;
	}
}
@media screen and (max-width:768px){
	.hz{
		margin-top: 40px;
		height: 500px;
	}
	.hztit {
  		padding-top: 40px;
	}
	.hztit span {
  		font-size: 24px;
  		line-height: 40px;
	}
	.hztit p {
  		font-size: 12px;
  		line-height: 30px;
	}
	.hz form input, .hz form select {
  		width: 90%;
	}
	.hz form .df {
  		margin-top: 30px;
	}
	.hz form input:first-child + input {
  		margin: 15px 0;
	}
	.hz form button{
		margin-top: 50px;
	}
}

.pager{
	margin-bottom: 0;
	margin-top: 20px;
}
.pager .pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.pager .pagination li a,.pager .pagination span{
	padding: 0 10px;
	margin: 0 2px;
	line-height: 26px;
	display: block;
	background: #efefef;
	border-radius: 2px;
	color: #000;
}
.pager .pagination span{
	color: #777;
}
.pager .pagination li a:hover,.pager .pagination .active span{
	background: #34452E;
	color: #fff;
	border-color: #34452E;
}

.prepage{
	margin-top: 100px;
	font-size: 16px;
	line-height: 30px;
	justify-content:space-between;
}
@media screen and (max-width:768px){
	.pagination{
		margin-top: 0;
	}
	.pager .pagination li a, .pager .pagination span{
		font-size: 12px;
		line-height: 20px;
		padding: 0 6px;
	}
}

/* news_list */
.news_list{
	background: #F4F0E9;
	padding-bottom: 50px;
}
.news_list .page_con ul{
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 0;
}
.news_list .page_con ul::after{
	content: " ";
	width: 31.5%;
}
.news_list .page_con li{
	width: 31.5%;
	margin-bottom: 60px;
}
.news_list .page_con li a{
	display: block;
	border-bottom: 1px solid #D3C6BA;
	padding-bottom: 35px;
	position: relative;
}
.news_list .page_con li a::after{
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background: #34452E;
	transition: .3s ease-out;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_list .page_con li a:hover::after{
	width: 100%;
}
.news_list .page_con li .box{
	height: 262px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;
}
.news_list .page_con li .box img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
}
.news_list .page_con li span{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
}
.news_list .page_con li h3{
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.loadmore{
	margin-top: -80px;
	font-size: 22px;
	text-align: center;
}

@media screen and (max-width:1500px){
	.news_list .page_con li .box{
		height: 229px;
	}
}
@media screen and (max-width:1200px){
	.news_list .page_con ul{
		margin-top: 80px;
	}
	.news_list .page_con li{
		margin-bottom: 50px;
	}
	.news_list .page_con li a{
		padding-bottom: 22px;
	}
	.news_list .page_con li .box {
  		height: 189px;
	}
	.news_list .page_con li span{
		font-size: 14px;
		margin-top: 15px;
	}
	.news_list .page_con li h3{
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}
	.loadmore{
		font-size: 18px;
		margin-top: -60px;
	}
}
@media screen and (max-width:992px){
	.news_list .page_con ul {
  		margin-top: 60px;
	}
	.news_list .page_con li {
  		margin-bottom: 30px;
	}
	.news_list .page_con li .box {
  		height: 144px;
	}
	.news_list .page_con li span {
  		font-size: 13px;
  		margin-top: 10px;
	}
	.news_list .page_con li h3{
		font-size: 15px;
		margin-top: 6px;
	}
	.news_list .page_con li a {
  		padding-bottom: 18px;
	}
	.loadmore{
		margin-top: -40px;
	}
}
@media screen and (max-width:768px){
	.news_list .page_con ul {
  		margin-top: 40px;
	}
	.news_list .page_con li{
		width: 48%;
		margin-bottom: 20px;
	}
	.news_list .page_con li .box {
  		height: 110px;
	}
	.loadmore{
		margin-top: -20px;
		font-size: 15px;
	}
}

.show_ban{
	padding-top: 110px;
}
.show_ban_left{
	width: 29%;
	background: #EAE5DB;
	flex-direction: column;
	justify-content: center;
	padding-left: 170px;
}
.show_ban_left img{
	width: 230px;
}
.show_ban_left span{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.04em;
	margin-top: 35px;
	margin-bottom: 10px;
}
.show_ban_left p{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.04em;
	width: 300px;
	max-width: 90%;
}
.show_ban_left a{
	width: 200px;
	line-height: 56px;
	border: 1.5px solid #34452E;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 50px;
}
.show_ban_right{
	width: 71%;
}
.show_ban_right img{
	width: 100%;
}
@media screen and (max-width:1500px){
	.show_ban_left{
		padding-left: 80px;
	}
	.show_ban_left img {
  		width: 180px;
	}
	.show_ban_left span{
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 8px;
	}
	.show_ban_left p{
		font-size: 16px;
	}
	.show_ban_left a{
		width: 170px;
		line-height: 46px;
		font-size: 17px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1200px){
	.show_ban_left {
  		padding-left: 40px;
	}
	.show_ban_left img {
  		width: 150px;
	}
	.show_ban_left span {
  		font-size: 18px;
  		margin-top: 20px;
  		margin-bottom: 5px;
	}
	.show_ban_left p {
  		font-size: 14px;
  		line-height: 20px;
	}
	.show_ban_left a{
		width: 140px;
		line-height: 40px;
		font-size: 15px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:992px){
	.show_ban {
  		padding-top: 50px;
	}
	.show_ban_left img {
  		width: 130px;
	}
	.show_ban_left span {
  		font-size: 16px;
  		margin-top: 10px;
  		margin-bottom: 0;
	}
	.show_ban_left a{
		width: 100px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:768px){
	.show_ban {
  		padding-top: 0;
	}
	.show_ban_left{
		width: 100%;
		padding: 20px;
	}
	.show_ban_left img{
		display: none;
	}
	.show_ban_left span{
		font-size: 20px;
		margin-top: 0;
	}
	.show_ban_left a{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.show_ban_right{
		width: 100%;
	}
}

.atlas_top{
	text-align: center;
	margin-top: 120px;
}
.atlas_top p span{
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 4px;
	margin: 0 30px;
}
.atlas_top i{
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: 300;
}
.atlas_top small{
	display: inline-block;
	letter-spacing: 0.04em;
	font-size: 20px;
	line-height: 32px;
	max-width: 930px;
	font-weight: 300;
}
.swiper-atlas{
	padding-top: 130px;
	padding-bottom: 140px;

}
.swiper-atlas .swiper-slide img{
	width: 100%;
	border-radius: 4px;
}
.swiper-atlas .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(1);
}
.swiper-atlas .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.6);
}
.atlas-pag{
	bottom: 0 !important;
}
.atlas-pag .swiper-pagination-bullet{
	background: #DAD4C2;
	border-radius: 4px;
	width: 40px;
	height: 5px;
	opacity: 1;
	margin: 0 6px !important;
}
.atlas-pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #34452E;
}
@media screen and (max-width:1500px){
	.atlas_top{
		margin-top: 90px;
	}
	.atlas_top p{
		margin-bottom: 0;
	}
	.atlas_top p span{
		font-size: 40px;
		margin: 0 20px;
	}
	.atlas_top i{
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.atlas_top small{
		font-size: 16px;
		line-height: 30px;
		max-width: 800px;
	}
	.swiper-atlas {
  		padding-top: 100px;
  		padding-bottom: 110px;
	}
	.swiper-atlas .swiper-slide-active,.swiper-slide-duplicate-active{
    	transform: scale(1.8);
	}
}
@media screen and (max-width:1200px){
	.atlas_top {
  		margin-top: 60px;
	}
	.atlas_top p{
		height: 60px;
	}
	.atlas_top p span {
  		font-size: 28px;
  		margin: 0 10px;
	}
	.atlas_top i{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.atlas_top small{
		font-size: 13px;
		line-height: 26px;
		max-width: 600px;
	}
	.swiper-atlas .swiper-slide-active,.swiper-slide-duplicate-active{
    	transform: scale(2);
	}
}
@media screen and (max-width:992px){
	.atlas_top {
  		margin-top: 50px;
	}
	.swiper-atlas .swiper-slide-active,.swiper-slide-duplicate-active{
    	transform: scale(1.5);
	}
	.swiper-atlas {
  		padding-top: 80px;
  		padding-bottom: 90px;
	}
}
@media screen and (max-width:768px){
	.atlas{
		padding: 0 15px;
	}
	.atlas_top {
  		margin-top: 20px;
	}
	.atlas_top p span {
  		font-size: 20px;
  		margin: 0 6px;
	}
	.atlas_top i{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 18px;
		margin-top: 5px;
	}
	.atlas_top p {
  		height: 50px;
	}
	.atlas_top small {
  		font-size: 12px;
  		line-height: 20px;
  		max-width: 100%;
	}
	.swiper-atlas .swiper-slide-active,.swiper-slide-duplicate-active{
    	transform: scale(1);
	}
	.swiper-atlas {
  		padding-top: 20px;
  		padding-bottom: 50px;
	}
	.atlas-pag {
  		bottom: 30px !important;
	}
	.atlas-pag .swiper-pagination-bullet{
		margin: 0 3px !important;
		width: 20px;
		height: 2px;
	}
}

.nature{
	margin-top: 100px;
}
.nature_top{
	text-align: center;
}
.nature_top p span{
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 4px;
	margin: 0 20px;
}
.nature_top i{
	font-size: 20px;
	line-height: 30px;
	margin-top: 12px;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 1px;
}
.nature .info{
	text-align: center;
	justify-content: center;
	margin-top: 40px;
	justify-content: space-between;
}
.nature .info .item{width:50%;}
.nature .info .item span{
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0.04em;
	position: relative;
	padding-left: 16px;
}
.nature .info .item span::before{
	content: "●";
	font-size: 16px;
	position: absolute;
	left: 0;
}
.nature .info .item p{
	font-size: 16px;
	line-height: 22px;
	margin-top: 8px;
	letter-spacing: 0.04em;
}
.nature img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
@media screen and (max-width:1500px){
	.nature_top p{
		margin-bottom: 5px;
	}
	.nature_top p span{
		font-size: 40px;
	}
	.nature_top i{
		font-size: 18px;
		margin-top: 0;
	}
	.nature .info .item span{
		font-size: 26px;
	}
	.nature .info .item p{
		font-size: 14px;
		margin-top: 6px;
	}
}
@media screen and (max-width:1200px){
	.nature {
  		margin-top: 60px;
	}
	.nature_top p{
		height: 60px;
	}
	.nature_top p span {
  		font-size: 28px;
  		margin: 0 10px;
	}
	.nature_top i{
		font-size: 15px;
	}
	.nature .info{
		margin-top: 30px;
	}
	.nature .info .item span {
  		font-size: 20px;
  		padding-left: 12px;
	}
	.nature .info .item p {
  		font-size: 12px;
  		margin-top: 0px;
	}
	.nature .info .item span::before{
		font-size: 13px;
	}
	.nature img{
		margin-top: 30px;
	}
}
@media screen and (max-width:768px){
	.nature {
  		margin-top: 0px;
	}
	.nature_top p {
  		height: 40px;
	}
	.nature_top p span {
	  	font-size: 20px;
	  	margin: 0 6px;
	}
	.nature_top i{
		font-size: 12px;
	}
	.nature .info .item{
		margin: 6px 0;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.nature .info .item span{
		font-size: 14px;
		padding-left: 0;
		line-height: 20px;
	}
	.nature .info .item span::before{
		left: -10px;
		font-size: 9px;
	}
	.nature .info .item p{
		margin: 0;
		margin-left: 5px;
	}
	.nature .info {
  		margin-top: 10px;
	}
	.nature img {
  		margin-top: 10px;
	}
}


.yzpz{
	background: #EAE5DB;
	position: relative;
	height: 700px;
	overflow: hidden;
	margin-top: 120px;
}
.yzpz .yzpz_left{
	width: 600px;
	padding-top: 200px;
}
.yzpz .yzpz_left p{
	margin-bottom: 12px;
}
.yzpz .yzpz_left p span{
	font-size: 50px;
	line-height: 70px;
	margin-right: 30px;
	letter-spacing: 4px;
}
.yzpz .yzpz_left i{
	font-style: normal;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	display: block;
}
.yzpz .yzpz_left small{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.04em;
	margin-top: 24px;
	display: block;
}
.yzpz_right{
	width: 46.6%;
	position: absolute;
	right: 0;
	top: 0;
}
.yzpz_right img{
	width: 888px;
}
@media screen and (max-width:1500px){
	.yzpz{
		height: 550px;
	}
	.yzpz .yzpz_left {
  		width: 560px;
  		padding-top: 130px;
	}
	.yzpz .yzpz_left p {
  		margin-bottom: 6px;
	}
	.yzpz .yzpz_left p span{
		font-size: 40px;
	}
	.yzpz .yzpz_left i{
		font-size: 17px;
	}
	.yzpz .yzpz_left small{
		font-size: 17px;
		line-height: 30px;
	}
	.yzpz_right img{
		width: 700px;
	}
}
@media screen and (max-width:1200px){
	.yzpz {
  		height: 422px;
  		margin-top: 90px;
	}
	.yzpz .yzpz_left {
  		width: 460px;
  		padding-top: 100px;
	}
	.yzpz .yzpz_left p {
  		margin-bottom: 0;
  		height: 60px;
	}
	.yzpz .yzpz_left p span {
  		font-size: 28px;
  		margin-right: 20px;
	}
	.yzpz .yzpz_left i {
  		font-size: 14px;
	}
	.yzpz .yzpz_left small {
  		font-size: 14px;
  		line-height: 26px;
  		margin-top: 10px;
	}
	.yzpz_right img{
		width: 535px;
	}
}
@media screen and (max-width:992px){
	.yzpz{
		margin-top: 60px;
		height: 370px;
	}
	.yzpz .yzpz_left {
  		width: 360px;
  		padding-top: 70px;
	}
	.yzpz .yzpz_left p{
		height: 50px;
	}
	.yzpz .yzpz_left p span {
  		font-size: 24px;
  		margin-right: 10px;
	}
	.yzpz .yzpz_left i {
  		font-size: 12px;
	}
	.yzpz .yzpz_left small {
  		font-size: 13px;
  		line-height: 22px;
	}
	.yzpz_right img{
		width: 470px;
	}
}
@media screen and (max-width:768px){
	.yzpz{
		height: auto;
		margin-top: 50px;
	}
	.yzpz .yzpz_left{
		width: 100%;
		padding-top: 30px;
	}
	.yzpz_right{
		width: 100%;
		position: relative;
		margin-top: 20px;
	}
	.yzpz_right img{
		width: 100%;
	}
}

.part_cont{
	padding-top: 0;
	height: 830px;
}
@media screen and (max-width:1500px){
	.part_cont{
		height: 700px;
	}
}
@media screen and (max-width:1500px){
	.part_cont{
		height: 500px;
		padding-top: 100px;
	}
}
@media screen and (max-width:992px){
	.part_cont {
  		height: 400px;
  		padding-top: 30px;
	}
	.cont.part_cont span {
  		font-size: 28px;
  		line-height: 50px;
	}
	.cont.part_cont p {
  		font-size: 14px;
  		margin-top: 0;
	}
	.cont.part_cont ul {
  		margin-top: 20px;
	}
	.cont.part_cont li{
		width: 220px;
		height: 60px;
		font-size: 17px;
	}
}
@media screen and (max-width:768px){
	.part_cont{
		height: 300px;
		padding-top: 0px;
	}
	.cont.part_cont ul{
		width: 100%;
		align-items: center;
		margin-top: 10px;
	}
	.cont.part_cont span {
  		font-size: 24px;
  		line-height: 40px;
	}
	.cont.part_cont p{
		font-size: 12px;
		line-height: 24px;
	}
	.cont.part_cont li {
  		width: 240px;
  		height: 50px;
  		margin-bottom: 10px;
	}
}

.part_bg{
	background: #F5F5F5;
}
.part_top{
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}
.part_top_left p{
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 0.04em;
	margin: 0;
}
.part_top_left span{
	display: block;
	letter-spacing: 1px;
	margin-top: 2px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
.part_top_right .selec{
	margin-left: 24px;
	overflow: hidden;
}
.part_top_right .selec .selec_tit{
	width: 240px;
	line-height: 56px;
	font-size: 16px;
	padding-left: 16px;
	background: #FFFFFF;
	border: 1px solid #34452E;
	border-radius: 4px;
	position: relative;
}
.part_top_right .selec .selec_tit::after{
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/arrow4.png) no-repeat center/cover;
	position: absolute;
	right: 16px;
	top: 20px;
}
.part_top_right .selec{
	position: relative;
}
.part_top_right .selec ul{
	background: #fff;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	top: 58px;
	opacity: 0;
	transition: .3s ease-out;
}
.part_top_right .selec ul li a{
	line-height: 40px;
	font-size: 16px;
	display: block;
	padding: 0 30px;
}
.part_top_right .selec ul li a:hover{
	background: #eee;
}
.part_top_right .selec:hover{
	overflow: visible;
}
.part_top_right .selec:hover ul{
	opacity: 1;
}

.part_list ul{
	justify-content: space-between;
	margin-top: 30px;
}
.part_list li{
	width: 48.5%;
	margin-bottom: 32px;
}
.part_list li .box{
	height: 348px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
	background: #fff;
}
.part_list li img{
	max-width: 100%;
	max-height: 100%;
}
.part_list li .info{
	padding: 32px;
	background: #FFFFFF;
	border-radius: 0px 0px 4px 4px;
	overflow: hidden;
}
.part_list li .info h3{
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 2px;
	margin-bottom: 16px;
}
.part_list li .info span{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
	display: block;
}
.part_bg .loadmore{
	margin-top: 0;
	margin-bottom: 50px;
}
.part_bg .pager{
	padding-bottom: 50px;
}
@media screen and (max-width:1500px){
	.part_list li .box{
		height: 305px;
	}
}
@media screen and (max-width:1200px){
	.part_list li .box{
		height: 252px;
	}
	.part_list li .info h3{
		font-size: 20px;
		margin-top: 0;
	}
	.part_list li .info span{
		font-size: 15px;
		line-height: 22px;
	}
	.part_list li .info{
		padding: 20px;
	}
}
@media screen and (max-width:992px){
	.part_top{
		padding-top: 60px;
	}
	.part_top_left p{
		font-size: 26px;
		line-height: 40px;
	}
	.part_top_left span{
		font-size: 15px;
	}
	.part_top_right{
		width: 100%;
	}
	.part_top_right .selec{
		width: 100%;
		background: #fff;
		padding-top: 10px;
		margin-left: 0;
		margin-top: 20px;
		border-radius: 4px;
	}
	.part_top_right .selec .selec_tit{
		border: none;
		width: auto;
		line-height: 40px;
		font-size: 16px;
	}
	.part_top_right .selec .selec_tit::after{
		content: "：";
		right: auto;
		top: 0;
		background: 0;
		left: 100px;
	}
	.part_top_right .selec ul{
		position: relative;
		opacity: 1;
		top: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		padding: 0;
		display: flex;
		padding-left: 15px;
		flex-wrap: wrap;
	}
	.part_top_right .selec ul li a{
		padding: 0 15px;
		line-height: 30px;
		font-size: 15px;
	}
	.part_list li .box{
		height: 193px;
	}
}
@media screen and (max-width:768px){
	.part_top {
  		padding-top: 40px;
	}
	.part_top_left p {
  		font-size: 22px;
  		line-height: 30px;
	}
	.part_top_left span {
  		font-size: 13px;
	}
	.part_top_right .selec{
		margin-top: 10px;
	}
	.part_list ul{
		margin-top: 20px;
	}
	.part_list li{
		margin-bottom: 20px;
	}
	.part_list li .box{
		height: 92px;
	}
	.part_list li .info h3{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.part_list li .info {
  		padding: 10px;
	}
	.part_list li .info span {
  		font-size: 12px;
  		line-height: 16px;
  		margin-bottom: 6px;
	}
}


.pagetit{
	font-size: 30px;
	line-height: 100px;
	margin-top: 30px;
	text-align: center;
}
.content{
	max-width: 100%;
	line-height: 26px;
	margin-bottom: 50px;
}
.content img{
	max-width: 100%;
	height: auto;
}

.con_bg{
	background: url(../image/co-bg.jpg) no-repeat center/cover;
	padding-top: 110px;
	padding-bottom: 150px;
}
.con_top{
	text-align: center;
	margin-bottom: 56px;
}
.con_top p{
	margin-bottom: 6px;
	margin-top: 0;
}
.con_top p span{
	font-size: 50px;
	line-height: 70px;
	margin-right: 15px;
}
.con_top i{
	display: block;
	font-style: normal;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 1px;
	font-weight: 300;
}
.con_left{
	width: 750px;
	height: 448px;
	padding-top: 20px;
	padding-left:70px;
	margin-top: 70px;
	float:right
}
.con_left p img{ width: 30px; height: 30px }
.conlink{ border:#eee 1px solid; padding:15px; margin-top: 20px}
.conlinktitle{ font-size: 20px; margin-top: 20px; font-weight:600; }
.conlink li { width: 33.3%; float: left; margin-top: 20px; text-align:center;}
.conlink li img{ width: 100%;}
.con_left .con_left_tit{
	font-size: 32px;
	position: relative;
	padding-bottom: 25px;
}
.con_left .con_left_tit::after{
	content: " ";
	display: block;
	width: 48px;
	height: 2px;
	background: #34452E;
	position: absolute;
	bottom: 0;
	left: 0;
}
.con_left_info{
	
}
.con_left_info p{
	font-size: 18px;
line-height: 25px;
margin-bottom: 16px;
letter-spacing: 0.02em;
}
.con_left_info p span{
	font-size: 32px;
	letter-spacing: 1.4px;
}

.con_right{
	width: 687px;
	height: 454px;
	background: #ffffff;
	margin-top: 70px;
	float: left;
	border:#eee 2px solid;
	padding:5px;
}
.con_right_top span{
	display: block;
	font-size: 32px;
	line-height: 45px;
}
.con_right_top p{
	font-size: 20px;
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.con_right input,.con_right select{
	width: 240px;
	line-height: 56px;
	border: 1px solid #34452E;
	border-radius: 4px;
	font-size: 16px;
	letter-spacing: 0.04em;
	padding-left: 52px;
}
select option{ line-height:60px;}
.con_right input#name{
	margin-right: 24px;
	background: url(../image/f1.png) no-repeat 16px center #fff;
	background-size: 24px;
}
.con_right input#phone{
	background: url(../image/f2.png) no-repeat 16px center #fff;
	background-size: 24px;
}
.con_right select{
	width: 100%;
	height: 56px;
	background: #fff;
	background: url(../image/f3.png) no-repeat 16px center #fff;
	background-size: 24px;
	margin-top: 24px;
}
.con_right button{
	border-radius: 4px;
	width: 240px;
	line-height: 56px;
	background: #34452E;
	color: #EAE5DB;
	font-size: 20px;
	border: none;
	margin-top: 24px;
}
@media screen and (max-width:1500px){
	.con_left{
		width: 580px;
		padding-top: 20px;
	    padding-left:40px;
	}
	.con_right{
		width: 550px;
		height: 422px;
	}
}
@media screen and (max-width:1200px){
	.con_bg{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.con_top{
		margin-bottom: 40px;
	}
	.con_top p{
		height: 55px;
	}
	.con_top p span{
		font-size: 30px;
		margin-right: 10px;
	}
	.con_top i{
		font-size: 16px;
	}
	.con_left {
  		width: 460px;
  		padding-top: 20px;
	    padding-left:40px;
	}
	.con_left .con_left_tit{
		font-size: 22px;
	}
	.con_left_info p{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.con_left_info p span{
		font-size: 28px;
	}
	.con_right{
		width: 450px;
		height: 376px
	}
	.con_left .ewm{
		margin-top: 30px;
	}
	.con_right_top span{
		font-size: 22px;
	}
	.con_right_top p{
		font-size: 14px;
		margin-top: 0;
	}
	.con_right input{
		width: 100%;
		margin: 0;
	}
	.con_right input#name{
		margin: 0;
		margin-bottom: 20px;
	}
	.con_right select{
		margin-top: 20px;
	}
	.con_right button{
		width: 200px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width:992px){
	.con_top{
		margin-bottom: 30px;
	}
	.con_left{
		width: 100%;
	}
	.con_right{
		width: 100%;
		margin-left: 0;
		margin-top: 0px;
	}
}
@media screen and (max-width:768px){
	.con_bg{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.con_top{
		margin-bottom: 10px;
	}
	.con_top p {
  		height: 50px;
  		margin-bottom: 0;
	}
	.con_top p span {
  		font-size: 22px;
  		margin-right: 10px;
	}
	.con_top i {
  		font-size: 12px;
	}
	.con_left{
		padding: 0px 20px;
		height: auto;
		margin-top: 30px
	}
	.con_left .con_left_tit {
  		font-size: 18px;
  		padding-bottom: 15px;
	}
	.con_left .con_left_tit::after{
		width: 40px;
	}
	.con_left_info p {
  		font-size: 14px;
  		margin-bottom: 5px;
	}
	.con_left_info p span {
  		font-size: 22px;
	}
	.con_left .ewm p {
  		font-size: 14px;
  		width: 80px;
  		margin-left: 10px;
	}
	.con_right{
		display: none;

	}
	.con_right_top span {
  		font-size: 18px;
  		line-height: 26px;
	}
	.con_right input, .con_right select{
		font-size: 15px;
		line-height: 50px;
	}
	.con_right input#name{
		margin-bottom: 10px;
	}
	.con_right select{
		margin-top: 10px;
	}
	.con_right button{
		width: 150px;
		line-height: 40px;
	}
}


/* brand */
.nban{
	padding-top: 81px;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
}
.abimg{
	position: relative;
	z-index: 1
}
.nban .ab_ban{ 
	line-height: 30px;
	text-align: left;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 10;
	top:0;
	display: flex;
	display: none;
	
}
.nban .ab_ban p{ font-size: 40px; color: #ffffff}
.nban .ab_ban span{ font-size: 20px ; color: #ffffff}
.ab_container{
    max-width: 1470px;
	margin: 0 auto;
	min-width: 320px;
	align-self: center;
}

.nban .pro_ban img{
	width: 887px;
}
.nban .pro_ban span{
	display: block;
	font-size: 20px;
	line-height: 145%;
	color: #FFFDF8;
	width: 630px;
	margin-top: 58px;
	max-width: 100%;
}
.nban .pro_ban p{
	color: #FFFDF8;
	font-size: 20px;
	line-height: 28px;
	margin-top: 20px;
}
@media screen and (max-width:1500px){
	.nban .pro_ban{
		width: 1170px;
		margin-left: -585px;
		top: 250px;
	}
	.nban .pro_ban img {
  		width: 700px;
	}
	.nban .pro_ban span{
		font-size: 17px;
		width: 610px;
		margin-top: 40px;
	}
	.nban .pro_ban p{
		font-size: 17px;
		margin-top: 15px;
	}
}
@media screen and (max-width:1200px){
	.nban .pro_ban{
		width: 970px;
		margin-left: -485px;
	}
	.nban .pro_ban img {
  		width: 600px;
	}
	.nban .pro_ban span {
  		font-size: 15px;
  		width: 530px;
  		margin-top: 30px;
	}
	.nban .pro_ban p {
  		font-size: 15px;
  		margin-top: 10px;
	}
}
@media screen and (max-width:992px){
	.nban{
		padding-top: 50px;
	}
	.nban .pro_ban{
		width: 750px;
		margin-left: -375px;
		top: 170px;
	}
	.nban .pro_ban img {
  		width: 450px;
	}
	.nban .pro_ban span {
  		font-size: 14px;
  		width: 500px;
  		margin-top: 20px;
	}
	.nban .pro_ban p {
  		font-size: 14px;
  		margin-top: 5px;
	}
}
@media screen and (max-width:768px){
	.nban {
  		padding-top: 0;
	}
	.nban .ab_ban{ 
	line-height: 20px;
	text-align: center;
	}
	.nban .pro_ban{
		width: 320px;
		margin-left: -160px;
		top: 30px;
	}
	.nban .pro_ban img {
  		width: 200px;
	}
	.nban .pro_ban span {
  		font-size: 12px;
  		width: 100%;
  		margin-top: 10px;
	}
	.nban .pro_ban p {
  		font-size: 12px;
  		margin-top: 0;
	}
	.nban .ab_ban p{ font-size: 25px; color: #ffffff}
	.nban .ab_ban span{ font-size: 18px ; color: #ffffff}
}


.brandsub{
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.brandsub a{
	color: #80867E;
	font-size: 20px;
	line-height: 72px;
	margin: 0 50px;
	position: relative;
}
.brandsub a::after{
	content: " ";
	display: block;
	position: absolute;
	background: #34452E;
	border-radius: 10px;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	opacity: 0;
}
.brandsub a.active{
	color: #34452E;
}
.brandsub a.active::after{
	opacity: 1;
}

.ab_f1_top{
	margin-top: 80px;
	text-align: center;
}
.ab_f1_top span{
	display: block;
	font-size: 40px;
	line-height: 70px;
}
.ab_f1_top p{
	margin-bottom: 6px;
	margin-top: 30px;
}
.ab_f1_top p i{
	font-style: normal;
	font-size: 31px;
	line-height: 43px;
	margin-right: 40px;
	letter-spacing: 4px;
}
.ab_f1_top small{
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.ab_f1_info{
	margin-top: 30px;
}

.ab_f1_info p{
	letter-spacing: 0.06em;
	font-size: 18px;
	line-height: 170%;
	margin: 12px 0;
}
.ab_f1_info img{
	margin-top: 40px;
	max-width: 100%
}
.ab_f1_yj .item{
	margin-top: 40px;
}
.ab_f1_yj .item span{
	font-size: 31px;
	line-height: 43px;
	letter-spacing: 4px;
	display: block;
}
.ab_f1_yj .item small{
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-top: 6px;
}
.ab_f1_yj .item p{
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.06em;
	margin-top: 8px;
	margin-bottom: 0;
}
@media screen and (max-width:1500px){
	.ab_f1_top span {
  		font-size: 40px;
  		line-height: 60px;
	}
	.ab_f1_top p {
  		margin-bottom: 4px;
  		margin-top: 25px;
	}
	.ab_f1_top p i{
		font-size: 26px;
		line-height: 40px;
		margin-right: 30px;
	}
	.ab_f1_info p{
		font-size: 17px;
	}
	.ab_f1_yj .item {
  		margin-top: 30px;
	}
	.ab_f1_yj .item span{
		font-size: 26px;
	}
	.ab_f1_yj .item small{
		font-size: 14px;
	}
	.ab_f1_yj .item p{
		font-size: 17px;
	}
}
@media screen and (max-width:1200px){
	.brandsub a{
		font-size: 16px;
		line-height: 60px;
		margin: 0px 25px;
	}
	.ab_f1_top {
  		margin-top: 60px;
	}
	.ab_f1_top span {
  		font-size: 26px;
  		line-height: 50px;
	}
	.ab_f1_top p{
		margin-top: 20px;
	}
	.ab_f1_top p i {
  		font-size: 20px;
  		line-height: 30px;
  		margin-right: 20px;
	}
	.ab_f1_top small{
		font-size: 14px;
		line-height: 20px;
	}
	.ab_f1_info p {
  		font-size: 16px;
  		line-height: 160%;
	}
	.ab_f1_info img {
  		margin-top: 30px;
	}
	.ab_f1_yj .item {
  		margin-top: 20px;
	}
	.ab_f1_yj .item span {
  		font-size: 22px;
	}
	.ab_f1_yj .item small {
  		font-size: 12px;
  		margin-top: 0;
	}
	.ab_f1_yj .item p {
  		font-size: 15px;
	}
}
@media screen and (max-width:768px){
	.brandsub {
		justify-content: space-between;
	}
	.brandsub a{
		font-size: 16px;
		margin: 0;
		width: 50%;
		text-align: center;
		line-height: 40px;
		margin-top: 10px;
	}
	.brandsub a::after{
		height: 2px;
		width: 60px;
		left: 50%;
		margin-left: -30px;
	}
	.ab_f1_top span {
  		font-size: 20px;
  		line-height: 40px;
	}
	.ab_f1_top p {
  		margin-top: 10px;
  		margin-bottom: 0;
	}
	.ab_f1_top p i {
  		font-size: 16px;
  		margin-right: 10px;
	}
	.ab_f1_top small{
		font-size: 12px;
		line-height: 16px;
	}
	.ab_f1_top {
  		margin-top: 30px;
	}
	.ab_f1_top p{
		margin-top: 0;
	}
	.ab_f1_top p i {
  		font-size: 14px;
  		margin-right: 6px;
	}
	.ab_f1_info {
  		margin-top: 20px;
	}
	.ab_f1_info p{
		font-size: 13px;
		margin: 8px 0;
	}
	.ab_f1_info img {
  		margin-top: 20px;
	}
	.ab_f1_yj .item span {
  		font-size: 18px;
  		line-height: 35px;
	}
	.ab_f1_yj .item small{
		line-height: 16px;
	}
	.ab_f1_yj .item p {
  		font-size: 13px;
	}
}

.ab_f2{
	background: #F4F0E9;
	margin-top: 80px;
}
.ab_f2 .df{
	justify-content: space-between;
	height: 828px;
	align-items: center;
}
.ab_f2 .ab_f2_left{
	width: 53%;
}
.ab_f2 .ab_f2_left .ab_f2_left_top{
	margin-bottom: 32px;
}
.ab_f2 .ab_f2_left .ab_f2_left_top p{
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 0.018em;
	margin-bottom: 5px;
	margin-top: 0;
}
.ab_f2 .ab_f2_left .ab_f2_left_top span{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.04em;
}
.ab_f2 .ab_f2_left .info p{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	margin-top: 0;
}
.ab_f2 img{
	width: 38%;
}
@media screen and (max-width:1200px){
	.ab_f2{
		margin-top: 60px;
	}
	.ab_f2 .df{
		height: 600px;
	}
	.ab_f2 .ab_f2_left .ab_f2_left_top p{
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 0;
	}
	.ab_f2 .ab_f2_left .ab_f2_left_top span{
		font-size: 17px;
	}
	.ab_f2 .ab_f2_left .info p{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 12px;
	}
}
@media screen and (max-width:992px){
	.ab_f2 .ab_f2_left {
  		width: 56%;
	}
	.ab_f2 .ab_f2_left .ab_f2_left_top p{
		font-size: 22px;
		line-height: 40px;
	}
	.ab_f2 .ab_f2_left .ab_f2_left_top span {
  		font-size: 13px;
  		line-height: 22px;
	}
	.ab_f2 .ab_f2_left .info p {
  		font-size: 14px;
  		line-height: 24px;
  		margin-bottom: 10px;
	}
	.ab_f2 .ab_f2_left .ab_f2_left_top {
  		margin-bottom: 20px;
	}
	.ab_f2 .df {
  		height: 460px;
	}
}
@media screen and (max-width:768px){
	.ab_f2 {
  		margin-top: 40px;
  		padding-top: 30px;
  		padding-bottom: 50px;
	}
	.ab_f2 .df{
		height: auto;
	}
	.ab_f2 .ab_f2_left{
		width: 100%;
	}
	.ab_f2 img{
		width: 100%;
	}
}



.survey_floor4{
	background: url(../image/hisbg.jpg) no-repeat center/cover;
	height: 1094px;
	padding-top: 80px;
	box-sizing: border-box;
}
.survey_floor4 .survey_floor4_tit{
	text-align: center;
}
.survey_floor4 .survey_floor4_tit p{
	display: inline-block;
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	margin-bottom: 8px;
}
.survey_floor4 .survey_floor4_tit span{
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.survey_floor4 ul{
	margin-top: 40px;
}
.survey_floor4 li{
	margin-bottom: 50px;
}
.survey_floor4 li .date{
	text-align: right;
	width: 133px;
	box-sizing: border-box;
	padding-right: 18px;
	margin-top: 20px;
	position: relative;
}
.survey_floor4 li .date::before{
	content: " ";
	display: block;
	width: 1px;
	height: 138px;
	background: #B3B9C4;
	position: absolute;
	left: 133px;
	top: 27px;
}
.survey_floor4 ul li:first-child .date::before,.survey_floor4 ul li:first-child+li .date::before{
	height: 160px;
}
.survey_floor4 ul li:last-child .date::before{
	display: none;
}
.survey_floor4 li .date p{
	font-size: 24px;
	line-height: 34px;
	position: relative;
	color: #fff;
}
.survey_floor4 li .date p::before,.survey_floor4 li .date p::after{
	content: " ";
	display: block;
	border-radius: 100%;
	box-sizing: border-box;
	position: absolute;
}
.survey_floor4 li .date p::before{
	width: 17px;
	height: 17px;
	border: 1px solid #EBEEF5;
	right: -27px;
	top: 10px;
}
.survey_floor4 li .date p::after{
	width: 9px;
	height: 9px;
	background: #EBEEF5;
	right: -23px;
	top: 14px;
}
.survey_floor4 li .date span{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-top: 3px;
	color: #fff;
}
.survey_floor4 li .info{
	margin-left: 26px;
}
.survey_floor4 li .box{
	width: 360px;
	height: 105px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 4px;
	border: 1px solid #909399;
	backdrop-filter: blur(13px);
	-webkit-backdrop-filter: blur(13px);
	box-sizing: border-box;
	padding: 16px;
	margin-right: 30px;
}
.survey_floor4 li .box.wide{
	width: 749px;
}
.survey_floor4 li .box.hig{
	height: 149px;
}
.survey_floor4 li .box:last-child{
	margin-right: 0;
}
.survey_floor4 li .box i{
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.survey_floor4 li .box p{
	font-size: 16px;
	line-height: 22px;
	margin-top: 4px;
	color: #E4E7ED;
}
@media screen and (max-width:1500px){
	.survey_floor4{
		padding-top: 70px;
	}
	.survey_floor4 .survey_floor4_tit p{
		font-size: 40px;
		margin-bottom: 0;
	}
	.survey_floor4 .survey_floor4_tit span{
		font-size: 16px;
	}
	.survey_floor4 li {
  		margin-bottom: 28px;
	}
	.survey_floor4 li .box{
		margin-right: 20px;
		width: 312px;
	}
	.survey_floor4 li .box.wide {
  		width: 645px;
	}
	.survey_floor4 li .box p{font-size: 14px;}
}
@media screen and (max-width:1200px){
	.survey_floor4 .survey_floor4_tit p{
		font-size: 30px;
		line-height: 60px;
	}
	.survey_floor4 .survey_floor4_tit span {
  		font-size: 15px;
	}
	.survey_floor4 li .date p{
		font-size: 20px;
		margin-bottom: 0;
	}
	.survey_floor4 li .date span{
		font-size: 14px;
	}
	.survey_floor4 li .date{
		width: 110px;
	}
	.survey_floor4 li .date::before{
		left: 111px;
	}
	.survey_floor4 li .box{
		padding: 10px;
	}
	.survey_floor4 li .box i{
		font-size: 16px;
	}
	.survey_floor4 li .box p{
		font-size: 14px;
		line-height: 20px;
	}
	.survey_floor4 li .box{
		margin-right: 10px;
		width: 260px;
	}
	.survey_floor4 li .box.wide {
  		width: 530px;
	}
}
@media screen and (max-width:992px){
	.survey_floor4 {
  		padding-top: 50px;
  		height: auto;
  		padding-bottom: 50px;
	}
	.survey_floor4 .survey_floor4_tit p {
  		font-size: 24px;
  		line-height: 40px;
	}
	.survey_floor4 .survey_floor4_tit span {
  		font-size: 14px;
	}
	.survey_floor4 ul {
  		margin-top: 0;
	}
	.survey_floor4 li {
  		margin-bottom: 10px;
	}
	.survey_floor4 li .date{
		width: 100%;
		text-align: left;
	}
	.survey_floor4 li .info{
		margin-left: 0;
		justify-content: space-between;
	}
	.survey_floor4 li .date::before,.survey_floor4 li .date p::before, .survey_floor4 li .date p::after{
		display: none;
	}
	.survey_floor4 li .box,.survey_floor4 li .box.hig,.survey_floor4 li .box.wide{
		width: 49%;
		height: auto;
		margin: 0;
		margin-top: 10px;
	}
	.survey_floor4 li .date span{
		margin-top: 0;
	}
}
@media screen and (max-width:768px){
	.survey_floor4 .survey_floor4_tit p {
  		font-size: 20px;
  		line-height: 30px;
	}
	.survey_floor4 .survey_floor4_tit span {
  		font-size: 12px;
	}
	.survey_floor4 li .box, .survey_floor4 li .box.hig, .survey_floor4 li .box.wide{
		width: 100%;
	}
	.survey_floor4 li .date p{
		font-size: 16px;
		line-height: 24px;
	}
	.survey_floor4 li .date span{
		font-size: 12px;
		line-height: 18px;
	}
	.survey_floor4 li .box i {
 		font-size: 15px;
	}
	.survey_floor4 li .box p {
  		font-size: 12px;
  		line-height: 18px;
  		margin-top: 0;
  		margin-bottom: 0;
	}
	.survey_floor4 li .info{
		flex-direction: column-reverse;
	}
}

.ab_f4 .item{
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}
.ab_f4 .item .info{
	width: 610px;
}
.ab_f4 .item img{
	width: 610px;
}
.ab_f4 .page_con .item:nth-child(even){
	flex-direction: row-reverse;
}
.ab_f4 .item h3{
	font-size: 40px;
	line-height: 56px;
	display: block;
	border-bottom: 1px solid #34452E;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 25px;
}
.ab_f4 .item h3::after{
	content: " ";
	display: block;
	width: 70px;
	height: 3px;
	background: #34452E;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.ab_f4 .item small{
	font-size: 24px;
	line-height: 34px;
	display: block;
	letter-spacing: 0.04em;
}
.ab_f4 .item p{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.06em;
	margin-top: 16px;
	margin-bottom: 0;
}
.ab_f4 .item .box{
	margin-top: 40px;
}
.ab_f4 .item1 h3{
	width: 390px;
}
.ab_f4 .item2 h3{
	width: 440px;
}
.ab_f4 .item3 h3{
	width: 390px;
}
.ab_f4 .item4 h3{
	width: 560px;
}
@media screen and (max-width:1500px){
	.ab_f4 .item{
		margin-top: 80px;
	}
	.ab_f4 .item img{
		width: 47%;
	}
	.ab_f4 .item .info{
		width: 47%;
	}
	.ab_f4 .item h3{
		font-size: 30px;
		line-height: 50px;
		padding-bottom: 20px;
		max-width: 100%;
	}
	.ab_f4 .item small{
		font-size: 22px;
		line-height: 30px;
	}
	.ab_f4 .item .box {
  		margin-top: 30px;
	}
	.ab_f4 .item p{
		font-size: 17px;
		line-height: 30px;
	}
}
@media screen and (max-width:992px){
	.ab_f4 .item {
  		margin-top: 50px;
	}
	.ab_f4 .item h3{
		font-size: 24px;
		padding-bottom: 5px;
		width: 100%;
		margin-bottom: 15px;
	}
	.ab_f4 .item small{
		font-size: 18px;
	}
	.ab_f4 .item .box {
  		margin-top: 20px;
	}
	.ab_f4 .item p {
  		font-size: 14px;
  		line-height: 26px;
	}
}
@media screen and (max-width:768px){
	.ab_f4 .item {
  		margin-top: 40px;
	}
	.ab_f4 .item img,.ab_f4 .item .info{
		width: 100%;
	}
	.ab_f4 .item h3{
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.ab_f4 .item small {
  		font-size: 16px;
	}
	.ab_f4 .item p {
  		font-size: 13px;
  		line-height: 24px;
	}
	.ab_f4 .item .box {
  		margin-top: 0px;
	}
}


.ab_f5{
	margin-top: 120px;
}
.ab_f5_tit{
	text-align: center;
}
.ab_f5_tit span{
	font-size: 50px;
	line-height: 70px;
}
.ab_f5_tit p{
	font-size: 24px;
	line-height: 34px;
	margin-top: 12px;
	letter-spacing: 0.04em;
}
.ab_f5 img{
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width:1500px){
	.ab_f5 {
  		margin-top: 100px;
	}
	.ab_f5_tit span {
  		font-size: 40px;
  		line-height: 60px;
	}
	.ab_f5_tit p{
		font-size: 21px;
		line-height: 30px;
	}
	.ab_f5 img{
		margin-top: 30px;
	}
}
@media screen and (max-width:1200px){
	.ab_f5_tit span{
		font-size: 30px;
	}
	.ab_f5_tit p{
		margin-top: 0;
		font-size: 16px;
	}
	.ab_f5 img {
  		margin-top: 20px;
	}
}
@media screen and (max-width:992px){
	.ab_f5 {
  		margin-top: 70px;
	}
	.ab_f5_tit span{
		line-height: 50px;
	}
	.ab_f5_tit p{
		font-size: 14px;
	}
}
@media screen and (max-width:768px){
	.ab_f5 {
  		margin-top: 60px;
	}
	.ab_f5_tit span {
  		font-size: 22px;
	}
	.ab_f5_tit span {
  		line-height: 30px;
	}
	.ab_f5_tit p {
  		font-size: 13px;
	}
	.ab_f5 .box{
		overflow: scroll;
	}
	.ab_f5 img {
  		margin-top: 0;
  		width: 700px;
	}
}

.ab_f6{
	height: 600px;
	background: url(../image/ab-f6.jpg) no-repeat center/cover;
	margin-top: 100px;
}
.ab_f6_info{
	text-align: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.ab_f6_info span{
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 0.04em;
	color: #fff;
}
.ab_f6_info p{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #fff;
	width: 1020px;
	margin-top: 30px;
}
@media screen and (max-width:1200px){
	.ab_f6{
		margin-top: 60px;
	}
	.ab_f6_info span{
		font-size: 30px;
	}
	.ab_f6_info p{
		font-size: 16px;
		width: 60%;
		margin-top: 15px;
		line-height: 26px;
	}
}
@media screen and (max-width:992px){
	.ab_f6{
		height: 430px;
		margin-top: 40px;
	}
	.ab_f6_info span{
		line-height: 50px;
		font-size: 22px;
	}
	.ab_f6_info p{
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
		width: 90%;
	}
}

/* shownews */
.showtop{
	text-align: center;
	margin-top: 80px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
	padding-bottom: 50px
}
.showtop h1{
	font-size: 25px;
}
.showtop p{
	color: #999;
	line-height: 30px;
}
@media screen and (max-width:1200px){
	.showtop h1{
		font-size: 22px;
                                  line-height:28px;
	}
}
@media screen and (max-width:768px){
	.showtop{
		margin-top: 30px;
                                  padding-bottom:10px;
                                  margin-bottom:20px;
	}
	.showtop h1{
		font-size: 18px;
	}
	.showtop p{
		font-size: 13px;
	}
	.prepage {
  		font-size: 15px;
  		line-height: 21px;
  		margin-top: 60px;
	}
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #fff;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #fff;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #fff;
   opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #fff;
   opacity: 1;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color : #fff;
   opacity: 1;
}

.con_right input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #34452E;
}
.con_right :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #34452E;
}
.con_right ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #34452E;
}
.con_right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #34452E;
}
.con_right input::-ms-input-placeholder { /* Microsoft Edge */
   color : #34452E;
}

.contact_left{
        width: 40%;
        float: left;
        font-size:20px;
        line-height: 50px;
        margin-top: 50px
}
.contact_left p{ font-size: 30px; font-weight: bold }
.contact_right{ width: 60%; float: right ;margin-top: 50px}
.BMap_bubble_pop{border-radius: 0 !important }

.catmenu_bg{ height: 124px; background:url('../images/bg_catmenu.png')}
.catmenu{height: auto;overflow: hidden;padding-top: 30px;}
.catmenu a{display: block;float: left;padding:  0 30px; height: 44px;line-height: 44px;border-radius: 50px;font-size: 16px;color: #171717;transition: all ease-out .3s;}
.catmenu a:hover,.catmenu a.hover{color: #fff;background: #0c7dff;}


@media screen and (max-width:768px){
.catmenu{height: auto;overflow: hidden;padding-top: 10px;}
.catmenu ul li{ margin-top: 4px; text-align: center; }
.catmenu a{padding:  0 10px;width:100%;text-align: center;height: 40px;line-height: 40px;border-radius: 10px;font-size: 14px;color: #171717;transition: all ease-out .3s;}
}




.news_catmenu{height: auto;overflow: hidden;padding-top: 30px;}
.news_catmenu a{margin-right:20px;display: block;float: left;padding:  0 30px; height: 44px;line-height: 44px;border-radius: 50px;font-size: 16px;color: #171717;transition: all ease-out .3s;}
.news_catmenu a:hover,.news_catmenu a.hover{color: #fff;background: #0c7dff;}
.news_con{padding: 40px 0 0; }
.news_con dl{border-bottom: 1px dashed #e8e8e8;margin-bottom: 40px;height: auto;overflow: hidden;padding-bottom: 40px;}
.news_con dl dt{float: left;width: 350px;}
.news_con dl dt img{display: block;width: 284px;height: 176px;}
.news_con dl dd{float: left;width: 1090px;}
.news_con dl dd h2 a{font-size: 20px;font-weight: normal;color: #363636;}
.news_con dl dd p{height: 60px;overflow: hidden;color: #797979;font-size: 14px;margin: 15px 0;line-height: 2em;}
.news_con dl dd .date{font-size: 16px;color: #b7b7b7;}
.news_con dl dd h2{height: 36px;line-height: 36px;overflow: hidden;}
.news_con dl dd .more a{display: block;width: 36px;height: 36px;text-align: center;line-height: 34px;border: 1px solid #dddddd;color: #888;border-radius: 50%;transition: all ease-out .3s;}
.news_con dl dd .more a:hover{color: #fff;background: #0c7dff;border: 1px solid #0c7dff;}

@media screen and (max-width:1500px){
	.news_con dl dt{float: left;width:30%;}
	.news_con dl dt img{ width: 100%;height: auto; }
	.news_con dl dd{ float:right; width: 68%;  }
	.news_con dl dd h2{margin:0;line-height: 20px;overflow: hidden;}
	.news_con dl dd h2 a{font-size: 16px;font-weight: normal;color: #363636; }

}

@media screen and (max-width:768px){
	.news_con dl dt{width: 100%;}
	.news_con dl dd{ width: 100%;  }
	.news_con dl dd h2{margin-top:20px;height:50px}
	.news_con dl dt img{display: block;width: 100%;height:auto;}
}
}


.list_page{text-align:center;margin:10px;display:block; width: 100%}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.service_cate ul li{ margin-top:30px; }
.service_cate ul li .catecontent{ float: left; width:60%; line-height: 30px; font-size: 16px; margin-top: 40px}
.service_cate ul li .cateimg { float: left; }
.service_cate ul li .catecontent .catetitle{ font-size: 25px; font-weight: bold; }

.service_cate ul li:nth-child(odd) .cateimg{ float: left;  width: 35%; margin-right:20px;}
.service_cate ul li:nth-child(even) .cateimg{ float: right; width: 35%; margin-left:20px;}

/*.service_cate ul li:nth-child(odd) img{float: right; width: 100px}
.service_cate ul li:nth-child(even) img{float: right; width: 300px}*/






.container-fluid,
.overflow {
    overflow: hidden
}

.footer-wrap {
    background: #212529;
    position: relative;
    overflow: hidden;

}

.footer-wrap .copyright {
    position: relative;
    z-index: 10;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
    line-height:35px;
    color: #ffffff
}

.footer-wrap .copyright a {
    color: #ffffff;
    font-size: 1.5rem;
}
.footer-wrap .copyright img {
    width: 100px
}

.footer-wrap .copyright a:hover,
.footer-wrap .copyright a:focus,
.footer-wrap .copyright a.active {
    color: #0080ff
}
.footer-wrap .footer-box-link li{
	line-height: 35px;
}

.footer-wrap .footer-box-link li a{
  color: #dddddd;
  font-size:1.5rem;
}

.footer-wrap .footer-info-box {
    position: relative;
    z-index: 10;
    padding: 3.9375rem 0 3.875rem 0;
    color: #666
}

.footer-wrap .footer-info-box a:hover,
.footer-wrap .footer-info-box a:focus,
.footer-wrap .footer-info-box a.active {
    color: #0080ff;
    text-decoration: underline;
}

.footer-wrap .footer-info-box .friend-link {
    width: 100%;
    margin-left: -15px
}
.footer-wrap .footer-info-box .friend-link li{
    line-height: 30px;
}
.footer-wrap .footer-info-box .friend-link a {
    display: inline-block;
    overflow: hidden;
    font-size: 1.5rem;
    color: #dddddd
}
.footer-wrap .footer-info-box .friend-link a:hover {
    color: #0080ff
}


.footer-wrap .footer-info-box .footer-list h5 {
    margin-bottom: 1.6875rem;
    font-size: 2rem;
    color: #ffffff;
}

.footer-wrap .footer-info-box .footer-list .r-line {
    height: 100%;
    width: 0;
    border-right: transparent 0.0625rem dashed;
    margin: 0 0 0 auto;
    position: relative
}

.footer-wrap .footer-info-box .footer-list .r-line::after {
    content: '';
    border-right: #acacac 0.0625rem dashed;
    height: 98%;
    position: absolute
}

.footer-wrap .footer-info-box .footer-list .r-line.r-line-1::after {
    right: 0rem;
    margin-right: -11px
}

.footer-wrap .footer-info-box .footer-list .r-line.r-line-2::after {
    right: -6px
}

.footer-wrap .footer-info-box .footer-list .r-line.r-line-3::after {
    right: 25px
}

.footer-wrap .footer-info-box .img-qrcode img,
.footer-wrap .footer-info-box .code-weibo img {
    width: 144px
}

.footer-wrap .footer-info-box .footer-gz {
    font-size: 1.5rem;
    color: #ffffff
}

.footer-wrap .footer-info-box .footer-gz .footer-gz-text {
    line-height:30px;
    font-size: 1.5rem;
    color: #dddddd


}

.footer-wrap .footer-info-box .footer-sina {
    margin-top: 2rem;
    position: relative;
    cursor: pointer
}

.footer-wrap .footer-info-box .footer-sina .code-weibo {
    position: absolute;
    width: 9rem;
    top: -70px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center
}

.footer-wrap .footer-info-box .footer-sina .icon-sina-weibo {
    font-size: 1.5rem;
    margin: 0 0.875rem 0 -0.1875rem;

}

.footer-wrap .footer-info-box .footer-sina a {
    font-size: 0.875rem
}

.footer-wrap .footer-info-box .footer-lx,
.footer-wrap .footer-info-box .footer-gz,
.footer-wrap .footer-info-box .footer-hz {
    line-height:20px;
    color: #dddddd
}

.footer-wrap .footer-info-box .f-tel-text,
.footer-wrap .footer-info-box .footer-hz-text {
    font-size: 1.5rem;
    padding: 0.125rem 0 0.375rem 0;
    color: #dddddd
}

.footer-wrap .footer-info-box .f-tel-num {
    font-size: 1rem;
    padding-top: 1.5625rem
}

.footer-wrap .footer-info-box .f-tel-num .icon-f-tel {
    width: 1.25rem;
    margin: -0.1875rem 0.5rem 0 0
}

.footer-wrap .footer-info-box .footer-hz {
    font-size: 1rem;
    padding-top: 15px
}

.footer-wrap .footer-info-box .f-tel-time,
.footer-wrap .footer-info-box .footer-hz-email {
    font-size: 1.5rem;
    color: #dddddd
}

.item .lazyOwl {
    transition: all 0.6s;
}

.item img:hover{
  transform: scale(1.1);
  z-index: 100
}
.content-box-inner{background: url(../images/about_bg.jpg);
	background-position: 50% 50%; 
	background-size: cover; 
	background-color: rgb(255, 255, 255);
	 opacity: 1; 
	 z-index: 1;
	 height: 700px;
}

@keyframes about_etitle{
	from{transform: translateX(-500px);
	}
	to{transform: translateX(0px)
	}
}
.about_etitle{
	font-family: Arial Black; 
	z-index: 1;
	font-size: 72px; 
	color: rgba(255, 255, 255, 0.2);
	margin-top: 130px;
	animation-name: about_etitle;
	animation-duration: 0.7s; 
	line-height: 30px;
}
.about_etitle span{ font-size: 36px; color: #ffffff; font-family: "Source Han Sans", Geneva, sans-serif; font-weight:bold ;}
@keyframes about_content{
	from{transform: translateY(500px);
	}
	to{transform: translateY(0px)
	}
}
.about_content{
	z-index: 1;
	animation-name: about_content;
	animation-duration: 0.7s; 
	width: 800px;
	color: #ffffff;
}
/*case_number_list*/
.case_number_list {
    text-align: center;
    padding: 100px 0;
}

.case_number_list li {
    width: 33.3%;
    float: left;
}

.case_number_list .n1 {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #0062ff ;
}

.case_number_list .n1 span {
    font-size: 56px;
    color: #0062ff ;
}

.case_number_list .n2 {
    font-size: 20px;
    margin-top: 5px;
    color: #222222;
}

@media screen and (max-width: 1440px) {

    .case_number_list {
        padding: 60px 0;
    }

    .case_number_list .n1 span {
        font-size: 48px;
    }

    .case_number_list .n2 {
        font-size: 18px;
    }
    .f1{ width: 25%; float: left; }
    .f2{ width: 25%; float: left; }
    .f3{ width: 50%; float: left; }
    .f4{ display: none}
}
@media screen and (max-width: 995px) {

	.about_content{ width: 100% }
    .case_number_list .n1 span {
        font-size: 40px;
    }

    .case_number_list .n1 {
        font-size: 20px;
    }

    .case_number_list .n2 {
        font-size: 16px;
    }

    .case_number_list {
        padding: 40px 0;
    }
    .f1{ width: 50%; float: left; }
    .f2{ width: 50%; float: left; }
    .f3{ display: none }
    .f4{ display: none }
}
@media screen and (max-width: 768px) {
	.content-box-inner{
		height: auto;
}
	.about_etitle{
	  margin-top: 40px;
}

    .case_number_list .n1 span {
        font-size: 36px;
    }

    .case_number_list .n1 {
        font-size: 18px;
    }

    .case_number_list .n2 {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 540px) {
  
    .case_number_list .n1 span {
        font-size: 32px;
    }

    .case_number_list .n1 {
        font-size: 15px;
    }

    .case_number_list .n2 {
        font-size: 12px;
    }
    .footer-wrap .footer-info-box {display: none}
}

.jiazhi{
    text-align: left;
    padding: 100px 0;
    background-color: #eeeeee
}
.jiazhi_title{
	font-size: 44px;
	font-weight: bold;
	color: #0062ff ;
}
.jiazhi_content{ margin-top: 20px }

.jcc{ font-size: 30px; font-weight: bold; margin-top: 15px}
.jcc span{ font-size: 20px; line-height: 37px; margin-top: 30px; font-weight: normal;}
@keyframes j1{
	from{transform: translateX(-200px);
	     opacity: 0
	}
	to{transform: translateX(0px);
		opacity: 1
	}
}
.j1{
	animation-name: j1;
	animation-duration: 0.7s; 
	animation-delay: 0.2s 
}
@keyframes j2{
	from{transform: translateX(-200px);
		opacity: 0
	}
	to{transform: translateX(0px);
		opacity: 1
	}
}
.j2{
	animation-name: j2;
	animation-duration: 0.7s; 
	animation-delay: 0.5s 
}
@keyframes j3{
	from{transform: translateX(-200px);
		opacity: 0
	}
	to{transform: translateX(0px);
        opacity: 1
	}
}
.j3{
	animation-name: j3;
	animation-duration: 0.7s; 
	animation-delay: 0.8s 
}
@media screen and (max-width: 768px) {
	.jiazhi{
	    text-align: left;
	    padding: 20px 0;
    }
	.jiazhi_title{
		font-size: 25px;
		font-weight: bold;
		color: #0062ff ;
   }
   .jcc{ font-size: 18px; }
   .jcc span{ font-size: 15px; line-height: 20px; }

 .service_cate ul li{ margin-top:10px; }
.service_cate ul li .catecontent{ width:100%; line-height: 30px; font-size: 16px; margin-top: 20px}
.service_cate ul li .cateimg { float: left; }
.service_cate ul li .catecontent .catetitle{ font-size: 20px; font-weight: bold; }

.service_cate ul li:nth-child(odd) .cateimg{ width: 100%; }
.service_cate ul li:nth-child(even) .cateimg{ width: 100%; }



}

.caseli{
	position: relative;
	float: left;
	width: 23.125%;
	margin-right: 2.5%;
	margin-top: 2.5%;
	border-radius: 10px;
	/*background: #FFFFFF;
	box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;*/
	-webkit-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
}
.caseli:nth-child(4n){
	margin-right: 0;
}
.caseli .above{
	padding-top: 7%;
	background: #FFFFFF;
    position: relative;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(0deg);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 24;
    box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);
    border-radius: 10px;
}
.caseli:hover .above{
	z-index: 35;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.caseli .below{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img32.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0px 5px 38px rgba(0,69,87, 0.09);
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    transform: rotateY(-180deg);
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 13;
    border-radius: 10px;
}
.caseli:hover .below{
	display: block;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}
.caseli:hover .below{
	z-index: 46;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.caseli .img{
	width: 100%;
	overflow: hidden;
}
.caseli .img img{
	opacity: 0;
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli:hover .img img{
	opacity: 1;
}
.caseli .txt{
	width: 100%;
	padding: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli .icon{
	margin-bottom: 8%;
	text-align: center;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.caseli .icon img{
	max-height: 200px;
}
.caseli .title{
}
.caseli .title .t6{
	color: #222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	text-align:center;
}
.caseli .title .t8{
	color: #666666;
	line-height: 2;
	min-height: 120px;
	font-size: 14px;
}
.caseli .title .t8 li{
	margin-bottom: 5px;
}
.caseli .below .t6, .caseli .below .t8{
	color: #FFFFFF;
}
.caseli .below .title .t6{
	margin-top: 7%;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}
.caseli .btn{
	margin-top: 12%;
	width: 100%;
	font-size: 0;
	text-align: center;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli .btn a, .caseli .btn span{
	display: inline-block;
	vertical-align: top;
	min-width: 38%;
	border: #ffffff solid 1px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "syl";
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
}
.caseli .btn a.b1,  .caseli .btn span.b1{
	background: #FFFFFF;
	color: #3d509f;
	margin-right: 6%;
}
.caseli .btn a.b2, .caseli .btn span.b2{
	color: #FFFFFF;
}
.caseli .btn a.b1:hover, .caseli .btn span.b1:hover{
	background: none;
	border: #fFFFFFF solid 1px;
	color: #FFFFFF;
}
.caseli .btn a.b2:hover, .caseli .btn span.b2:hover{
	background: #FFFFFF;
	color: #3d509f;
	border: #3d509f solid 1px;
}

/*案例*/
.case{
	padding-top: 3.9%;
	background: #f6f9fe;
}
.case .content{
	max-width: 1530px;
	width: 100%;
	margin: auto;
}
.case .box{
	background-color: #ffffff;
	padding: 2% 4.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.case .box .tit{
	float: left;
	color: #222222;
	font-size: 18px;
	font-family: "sym";
	line-height: 40px;
}
.case .box .search{
	float: right;
	width: 300px;
	overflow: hidden;
}
.case .box .search .inputdiv{
	float: left;
	width: 76.6%;
	border-radius: 5px;
	border: #e5e5e5 solid 1px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.case .box .search .inputdiv input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #666666;
	font-size: 16px;
	background: none;
	outline: none;
	border: none;
}
.case .box .search .btn{
	float: right;
	width: 20%;
	height: 40px;
	background-color: #3d509f;
	border-radius: 5px;
}

.case .box .search .btn input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-family: "syn";
	color: #f6f8fa;
	font-size: 18px;
	background: none;
	outline: none;
	border: none;
}
.case .box .box2{
	margin-top: 15px;
	border-top: #eeeeee solid 1px;
}
.case .box .box2 ul{
	overflow: hidden;
}
.case .box .box2 .a-more{
	color: #666666;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.case .box .box2 ul li{
	float: left;
	margin-right: 50px;
}
.case .box .box2 ul li a{
	position: relative;
	color: #666666;
	font-size: 18px;
	font-family: "syn";
	line-height: 2;
	padding: 15px 12px;
}
.case .box .box2 ul li.on a, .case .box .box2 ul li:hover a{
	color: #3d509f;
}
.case .box .box2 ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background-color: #3d509f;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.case .box .box2 ul li.on a:before, .case .box .box2 ul li:hover a:before{
	width: 100%;
}
.case .wrap>ul{
	margin-bottom: 4.9%;
}

@media only screen and (max-width: 1440px){
	.caseli .title .t8{
		min-height: 90px;
	}
	.caseli .btn a{
		height: 36px;
		line-height: 34px;
	}
	/*案例*/
	.case .box .box2 ul li{
		margin-right: 40px;
	}
	.case .box .box2 ul li a{
		font-size: 17px;
		padding: 12px;
	}
}
@media only screen and (max-width: 1280px){
	/*案例*/
	.case .box .box2 ul li{
		margin-right: 30px;
	}
	.case .box .box2 ul li a{
		font-size: 16px;
		padding: 10px 12px;
	}
}
@media only screen and (max-width: 1024px){
	.caseli{
		width: 31%;
		margin-right: 3.5%
	}
	.caseli:nth-child(4n){
		margin-right: 3.5%;
	}
	.caseli:nth-child(3n){
		margin-right: 0;
	}
	.caseli .btn a{
		max-width: 48%;
		width: 48%;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.caseli .btn a.b1{
		margin-right: 4%;
	}
	/*案例*/
	.case{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.case .box{
		padding: 30px;
	}
	.case .box .search .btn input{
		font-size: 16px;
	}
	.case .wrap>ul{
		margin-bottom: 60px;
	}
	.case .box .box2 ul li{
		margin-right: 20px;
	}
	.case .box .box2 ul li a{
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px){
	.caseli .icon img{
		max-height: 100px;
	}
	/*案例*/
	.case{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.case .box .box2 ul li a {
	    padding: 10px 12px 0px;
	}
}
@media only screen and (max-width: 767px){
	.caseli{
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.caseli:nth-child(4n){
		margin-right: 4%;
	}
	.caseli:nth-child(3n){
		margin-right: 4%;
	}
	.caseli:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){
	.caseli .icon img{
		max-height: 80px;
	}
	/*案例*/
	.case{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.case .box{
		padding: 20px;
	}
	.case .box .tit{
		float: none;
		width: 100%;
		line-height: 1.6;
	}
	.case .box .search{
		width: 100%;
		margin-top: 15px;
	}
	.case .box .search .btn input{
		font-size: 15px;
	}
	.case .box .box2 ul li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 576px){
	.caseli .icon{
		margin-bottom: 5px;
	}
	.caseli .icon img{
		min-height: 90px;
	}
	.caseli .title .t6{
		font-size: 14px;
		min-height: 1px;
		display: block;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.caseli .title .t8{
		font-size: 12px;
		line-height: 1.7;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    min-height: 65px;
	}
	.caseli .title .t8 ul li{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.caseli .btn a{
		height: 30px;
		line-height: 28px;
		font-size: 12px;		
	}
	.caseli .btn a.b1{
		margin-right: 4%;
	}
	.case .box .box2 ul li{
		margin-right: 10px;
	}
	.case .box .box2 ul li a{
		font-size: 14px;
		padding: 10px 8px 0px;
	}
	.case .box .box2 ul li a:before{
		height: 2px;
	}
}
@media only screen and (max-width: 1024px){
	.caseli.m-caseli{
		display: block;
	}
	.caseli .above{
		box-shadow: 0px 5px 10px rgb(0,69,87,0.09);
	}
	.caseli:hover .above{
		transform:none;
	}
	.caseli .below{
		box-shadow: 0px 5px 10px rgb(0,69,87,0.09);
	}
	.caseli:hover .below{
		display: none;
	}
}
@media only screen and (max-width: 576px){
	.caseli, .indexpart5 .caseli{
		width: 100%;
		margin-top: 20px;
	}
	.caseli .icon{
		margin-bottom: 15px;
	}
	.caseli .txt{
		padding-top: 0;
	}
	.caseli .title .t6{
		font-size: 18px;
		margin-bottom: 15px;
	}
}