@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	
}

*{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
img{
	border:none;
}
h1,h2,h3,h4,h5{
	font-weight:400;
	margin:0;
}
ul,ol{
	list-style:none;
}
.container{
	width:1200px;
	margin:0 auto;
}
a{
	text-decoration:none;
	color:#2b2b2b;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.header{
}
.header .top{
	background:#171717;
	height:39px;
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
}
.header .top .left{
	font-size:14px;
	color:#fff;
}
.header .top .left span{
	color:#fff;
}
.header .top .right ul li{
	float:left;
	padding-right:8px;
	color:#fff;
}
.header .top .right ul li a{
	padding-right:8px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding-left:8px;
}
.header .top .right ul li a:hover{
	color:#3e7335;
	text-transform:uppercase;
}
.header .top .right ul li.home{
	background:url(../images/home.png) no-repeat center left;
	padding-left:12px;
}
.header .top .right ul li.lianxi{
	background:url(../images/phone.png) no-repeat center left;
	padding-left:12px;
}
.header .top .right ul li.msg{
	background:url(../images/msg.png) no-repeat center left;
	padding-left:12px;
}
.header .top .right ul li a.active{
	color:#3e7335;
	text-transform:uppercase;
}
.header .center{
	padding:25px 0;
	text-align:center;
}
.header .nav{
	border-top:1px solid #d1d1d1;
	height:49px;
}
.header .nav ul li{
	float:left;
	width:150px;
	box-sizing:border-box;
	text-align:center;
}
.header .nav ul li a{
	display:block;
	height:100%;
	line-height:49px;
	color:#444444;
	font-size:16px;
}
.header .nav ul li a.active{
	background:#3e7335;
	color:#fff;
}
.header .nav ul li a:hover{
	background:#3e7335;
	color:#fff;
}
.banner_box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.banner_box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	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;
}
.key {
	height:87px;
	border-bottom:1px solid #d1d1d1;
}
.key .left{
	line-height:87px;
}
.key .left span{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#323232;
	margin-right:15px;
}
.key .left a{
	color:#767676;
	margin-right:10px;
}
.key .left a:hover{
	color:#3e7335;
	
}
.key .right{
	padding-top:22px;
} 
.key .right input{
	float:left;
	height:35px;
	border:1px solid #e3e3e3;
	border-right:0;
	box-sizing:border-box;
	width:270px;
	border-bottom-left-radius:17px;
	border-top-left-radius:17px;
	padding-left:20px;
}
.key .right button{
	float:left;
	width:52px;
	height:35px;
	background:url(../images/sousuo.jpg) no-repeat center;
	border:1px solid #e3e3e3;
	border-right:0;
	border-bottom-right-radius:17px;
	border-top-right-radius:17px;
}
.product{
	padding-top:35px;
}
.product .title{
	text-align:center;
	padding-bottom:30px;
}
.product .title h3{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	line-height:1.8em;
}
.product .title h4{
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	
}
.product .title p{
	padding-top:15px;
}
.product  .pro_nav ul li{
	float:left;
	width:25%;
	box-sizing:border-box;
}
.product  .pro_nav ul li a{
	display:block;
	background:#f9f9f9;
	text-align:center;
	padding-top:20px;
}
.product  .pro_nav ul li a .img{
	height:50px;
}
.product  .pro_nav ul li a .img img:nth-child(1){
	display:inline-block;
}
.product  .pro_nav ul li a .img img:nth-child(2){
	display:none;
}
.product  .pro_nav ul li a  p{
	padding-top:10px;
	padding-bottom:15px;
	font-size:18px;
	color:#2b2b2b;
}
.product  .pro_nav ul li a:hover .img img:nth-child(1){
	display:none;
}
.product  .pro_nav ul li a:hover .img img:nth-child(2){
	display:inline-block;
}
.product  .pro_nav ul li a:hover{
	background:#d28e4d;
}
.product  .pro_nav ul li a:hover p{
	color:#fff;
}
.product  .pro_nav ul li a.active .img img:nth-child(1){
	display:none;
}
.product  .pro_nav ul li a.active .img img:nth-child(2){
	display:inline-block;
}
.product  .pro_nav ul li a.active{
	background:#d28e4d;
}
.product  .pro_nav ul li a.active p{
	color:#fff;
}
.pro_list {
	padding:50px 0;
}
.pro_list ul{
	margin:0 -10px;
	display:none;
}
.pro_list ul.active{
	display:block;
}
.pro_list ul li{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	padding:0 10px;
	
}
.pro_list ul li a{
	position:relative;
	display:block;
	overflow:hidden;
}
.pro_list ul li a .img{
	width:100%;
	height:523px;
	box-sizing:border-box;
	overflow:hidden;
	border:1px solid #b0b0ae;
}
.pro_list ul li a .img img{
	width:100%;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.pro_list ul li a .name{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	height:65px;
	margin-bottom:-65px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.pro_list ul li a:hover .name{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-bottom:0;
}
.pro_list ul li a:hover .img img{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	transform: scale(1.1);
}
.pro_list ul li a .name h4{
	float:left;
	width:80%;
	line-height:65px;
	padding-left:15px;
}
.pro_list ul li a .name  span{
	position:absolute;
	border:1px solid #fff;
	height:20px;
	width:47px;
	border-radius:10px;
	text-align:center;
	line-height:20px;
	top:22px;
}
.about{
	background:url(../images/about_bg.jpg) no-repeat center;
	padding-top:93px;
}
.about .title{
	text-align:center;
	padding-bottom:30px;
}
.about .title h3{
	font-size:16px;
	color:#f3f3f3;
	text-transform:uppercase;
	line-height:1.8em;
}
.about .title h4{
	font-size:34px;
	color:#ffffff;
	text-transform:uppercase;
	
}
.about .title p{
	padding-top:15px;
}
.about .content{
	padding-top:50px;
	color:#fff;
	text-align:center;
	padding-bottom:40px;
}
.about .content h4{
	font-size:24px;
	padding-bottom:50px;
}
.about .content p{
	line-height:2em;
}
.about .more{
	padding-bottom:236px;
	text-align:center;
}
.about .more a{
	display:inline-block;
	width:380px;
	height:35px;
	border:1px solid #fff;
	border-radius:17.5px;
	line-height:35px;
	color:#fff;
}
.about .more a:hover{
	background:#3e7335;
}
.about  .container{
	position:relative;
}
.about .text{
	background:#fff;
	width:100%;
	height:116px;
	position:absolute;
	bottom:0;
	padding-top:33px;
}
.about .text .left{
	width:25%;
	
	box-sizing:border-box;
	position:relative;
	border-right:1px solid #eaeaea;
	text-align:center;
}
.about .text .left h3{
	overflow:hidden;
}
.about .text .left h3 p{
	font-size:36px;
	display:inline-block;
}
.about .text .left h3 span{
	font-size:10px;
	position:absolute;
}
.caes {
	padding-top:45px;
}
.caes .title{
	text-align:center;
	padding-bottom:30px;
}
.caes .title h3{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	line-height:1.8em;
}
.caes .title h4{
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	
}
.caes .title p{
	padding-top:15px;
}
.caes .caes_box{
	padding-top:150px;
	background:url(../images/caes_bg.jpg) no-repeat center;
	padding-bottom:150px;
}
.caes .caes_box .left{
	height:431px;
	width:994px;
	background:#fff;
	box-sizing:border-box;
	overflow:hidden;
}
.caes .caes_box .left .left_box{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.caes .caes_box .right{
	width:206px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	height:431px;
	background:rgba(0,0,0,0.7);
}
.caes .caes_box .right .right_box{
	height:325px;
	overflow:hidden;
	position:relative;
}
.caes .caes_box .right .top{
	position:relative;
	height:53px;
	box-sizing:border-box;
}
.caes .caes_box .right .top div{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	left:85px;
}
.caes .caes_box .right .bottom{
	position:relative;
	height:59px;
	box-sizing:border-box;
}

.caes .caes_box .right .bottom div{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	left:85px;
}
.caes .caes_box .right .swiper-button-next:after, .swiper-button-prev:after{
	font-size:28px;
}
.caes .caes_box .left{
	padding-left:40px;
	padding-bottom:50px;
	padding-top:70px;
}
.caes .caes_box .left .img{
	background:url(../images/ceas_show_bg.jpg) no-repeat center left;
	padding-left:14px;
	padding-bottom:12px;
	height:292px;
	width:492px;
	float:left;
}
.caes .caes_box .left .img img{
	width:100%;
	height:100%;
}
.caes .caes_box .left  .text{
	float:left;
	width:448px;
	box-sizing:border-box;
	padding:40px 45px;
}
.caes .caes_box .left  .text h3{
	font-size:16px;
	color:#282828;
}
.caes .caes_box .left  .text h5{
	border-top:1px solid #a65909;
	width:45px;
	padding-bottom:45px;
	margin-top:15px;
}
.caes .caes_box .left  .text p{
	color:#282828;
	font-size:14px;
	line-height:1.8em;
}
.caes .caes_box .left  .text span{
	float:right;
	width:100px;
	height:25px;
	background:#ffb212;
	font-size:14px;
	line-height:25px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.caes .caes_box .right{
	padding:0 18px;
} 
.caes .caes_box .right .swiper-slide .img{
	background:#fff;
	border:2px solid #fff;
	overflow:hidden;
	height: 100%;
}
.caes .caes_box .right .swiper-slide .img img{
	width:100%;
}
.caes .caes_box .right .swiper-slide-thumb-active .img{
	border:2px solid #ffb212;
}
.youshi{
	background:url(../images/youshi_bg.jpg) no-repeat center;
	padding-top:50px;
	padding-bottom:50px;
}
 
.youshi .title{
	text-align:center;
	padding-bottom:30px;
}
.youshi .title h3{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	line-height:1.8em;
}
.youshi .title h4{
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	
}
.youshi .title p{
	padding-top:15px;
}
.youshi  .youshi_list{
	margin:0 -15px;
}
.youshi  .youshi_list ul li{
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 15px;
}
.youshi  .youshi_list ul li a{
	display:block;
	border:1px solid #ededed;
	position:relative;
	overflow:hidden;
	padding-bottom:122px;
}
.youshi  .youshi_list ul li a .img{
	width:100%;
	height:487px;
	overflow:hidden;
}
.youshi  .youshi_list ul li a .img img{
	width:100%;
	height:100%;
	
}
.youshi  .youshi_list ul li a .dis{
	background:#fff;
	position:absolute;
	height:186px;
	width:100%;
	left:0;
	
	bottom:-187px;
	box-sizing:border-box;
	padding:20px;
	font-size:14px;
	color:#777777;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.youshi  .youshi_list ul li a:hover .dis{
	bottom:122px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.youshi  .youshi_list ul li a  .name{
	height:122px;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background:#fff;
	box-sizing:border-box;
}
.youshi  .youshi_list ul li a  .name p{
	text-align:center;
}
.youshi  .youshi_list ul li a  .name p span{
	display:inline-block;
	width:25px;
	height:25px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* Internet Explorer 9*/
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
}
.youshi  .youshi_list ul li a  .name p span:after{
	content: 'prev';
	font-family: swiper-icons;
	text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	font-size:16px;
	color:#282828;
}
.youshi  .youshi_list ul li a  .name h3{
	text-align:center;
	color:#282828;
	font-size:24px;
	font-weight:bold;
	padding-top:10px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:15px;
}
.youshi .more {
	text-align:center;
	padding-top:50px;
}

.youshi .more a {
	display:inline-block;
	width:300px;
	height:40px;
	font-size:16px;
	color:#fff;
	background:#2b2b2b;
	line-height:40px;
}
.news{
	background:url(../images/news_bg.jpg) no-repeat center;
	padding-top:50px;
	padding-bottom:55px;
}
.news .title{
	text-align:center;
	padding-bottom:30px;
}
.news .title h3{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	line-height:1.8em;
}
.news .title h4{
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	
}
.news .title p{
	padding-top:15px;
}
.news  .news_nav{
	text-align:center;
}
.news  .news_nav ul li{
	display:inline-block;
	margin-right:15px;
}
.news  .news_nav ul li a{
	display:block;
	padding:5px 20px;
	color:#595757;
	font-size:16px;
}
.news  .news_nav ul li a:hover{
	background:#c5d5c2;
	color:#fff;
}
.news  .news_nav ul li a.active{
	background:#c5d5c2;
	color:#fff;
}
.news .news_list{
	padding-top:30px;
}
.news .news_list .list_item{
	display:none;
}
.news .news_list .active{
	display:block;
}
.news .news_list  .left{
	float:left;
	width:560px;
}
.news .news_list  .left .img{
}
.news .news_list  .left .img img{
	width:100%;
	display:block;
}
.news .news_list  .left .text{
	background:#282828;
	color:#fff;
	overflow:hidden;
	padding:15px 0;
}
.news .news_list  .left .text .time{
	float:left;
	width:120px;
}
.news .news_list  .left .text .time p{
	font-size:30px;
	text-align:center;
}
.news .news_list  .left .text .time span{
	font-size:14px;
	text-align:center;
	color:#ababab;
	display:block;
}
.news .news_list  .left .text .name{
	float:left;
	width:440px;
	box-sizing:border-box;
	padding-right:15px;
}
.news .news_list  .left .text .name h3{
	font-size:16px;}
.news .news_list  .left .text .name p{
	font-size:12px;}
.news .news_list  .right{
	float:right;
	width:610px;
}
.news .news_list  .right ul li h3{
	height:55px;
	border-bottom:1px solid #ececec;
}
.news .news_list  .right ul li h3 span{
	font-size:14px;
	color:#000;
	line-height:55px;
}
.news .news_list  .right ul li h3 div{
	font-size:14px;
	color:#6ba324;
	line-height:55px;
	float:right;
}

.news .news_list  .right ul li h3{
	height:65px;
	border-bottom:1px solid #ececec;
}
.news .news_list  .right ul li h3 span{
	font-size:18px;
	color:#000;
	line-height:65px;
}
.news .news_list  .right ul li h3 div{
	font-size:18px;
	float:right;
	line-height:1.5em;
}

.news .news_list  .right ul li h3 div em{
	font-style:inherit;
	font-size:20px;
	color:#6ba324;
	display:block;
}
.news .news_list  .right ul li h3 div small{
	font-style:inherit;
	font-size:14px;
	color:#6ba324;
	display:block;
}
.news .news_list  .right ul li .age{
	overflow:hidden;
	padding:10px 0;
}
.news .news_list  .right ul li .age p{
	font-size:12px;
	color:#a5a5a5;
	float:left;
	width:506px;
}
.news .news_list  .right ul li .age div{
	float:right;
	padding-right:10px;

}
.news .news_list  .right ul li:hover h3{
	border-bottom:1px solid #6ba324;
}
.news .news_list  .right .more{
	text-align:right;
	padding-top:30px;
}
.news .news_list  .right .more a{
	display:inline-block;
	width:180px;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#282828;
	font-size:18px;
}
.jod{
	background:url(../images/jod_bg.jpg) no-repeat center;
	padding:90px 0 120px 0;
}
.jod .left{
	width:50%;
	
}
.jod .left .title{
	background:url(../images/8youshi.png) no-repeat center left;
	padding-left:137px;
	padding-top:25px;
	padding-bottom:30px;
}
.jod .left .title h3{
	font-size:30px;
	color:#fff;
}
.jod .left .title p{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.jod .left .more{
	text-align:center;
	padding-top:503px;
}
.jod .left .more a{
	font-size:16px;
	color:#fff;
}
.jod .right{
	width:50%;
}
.jod .right ul li{
	float:left;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	margin-top:100px;
}
.jod .right ul li .img{
	width:120px;
	height:120px;
	border-radius:60px;
	background:#fff;
	cursor:pointer;
	margin:0 auto;
}
.jod .right ul li .img span{
	display:inline-block;
	 width:100%;
	 height:100%;
}
.jod .right ul li .img:hover{
	background:#d18e4c;
}
.jod .right ul li:nth-child(1) .img span{
	background:url(../images/j01.png) no-repeat center;
}
.jod .right ul li:nth-child(2) .img span{
	background:url(../images/j02.png) no-repeat center;
}
.jod .right ul li:nth-child(3) .img span{
	background:url(../images/j03.png) no-repeat center;
}
.jod .right ul li:nth-child(4) .img span{
	background:url(../images/j04.png) no-repeat center;
}
.jod .right ul li:nth-child(5) .img span{
	background:url(../images/j05.png) no-repeat center;
}
.jod .right ul li:nth-child(6) .img span{
	background:url(../images/j06.png) no-repeat center;
}
.jod .right ul li:nth-child(7) .img span{
	background:url(../images/j07.png) no-repeat center;
}
.jod .right ul li:nth-child(8) .img span{
	background:url(../images/j08.png) no-repeat center;
}
.jod .right ul li:nth-child(1) .img:hover span{
	background:url(../images/j01_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(2) .img:hover span{
	background:url(../images/j02_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(3) .img:hover span{
	background:url(../images/j03_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(4) .img:hover span{
	background:url(../images/j04_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(5) .img:hover span{
	background:url(../images/j05_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(6) .img:hover span{
	background:url(../images/j06_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(7) .img:hover span{
	background:url(../images/j07_hover.png) no-repeat center;
}
.jod .right ul li:nth-child(8) .img:hover span{
	background:url(../images/j08_hover.png) no-repeat center;
}
.jod .right ul li p{
	font-size:18px;
	font-weight:bold;
	color:#282828;
	padding:15px 0;
}
.jod_form{
	padding:40px 0;
}
.jod_form .left{
	width:790px;
}
.jod_form .left .input{
	float:left;
	width:255px;
	
}
.jod_form .left .text{
	float:right;
	width:525px;
}
.jod_form .left .text textarea{
	height:112px;
	border:1px solid #ececec;
	background:#f4f4f4;
	box-sizing:border-box;
	padding:10px;
	width:100%;
}
.jod_form .left .input input{
	display:block;
	width:100%;
	height:30px;
	border:1px solid #ececec;
	background:#f4f4f4;
	margin-bottom:10px;
	padding-left:10px;
	box-sizing:border-box;
}
.jod_form .left .text .sub{
	text-align:right;
	padding-top:9px;
}
.jod_form .left .text .sub button{
	width:140px;
	height:23px;
	color:#999999;
	background:#f4f4f4;
	border:1px solid #ececec;
}
.jod_form .right {
	width:355px;
}
.jod_form .right .title{
	width:295px;
	padding:15px 0;
	margin:0 auto;
	text-align:center;
	background:url(../images/xian.jpg) repeat-x center;
}
.jod_form .right .title h3{
	display:inline-block;
	background:#fff;
	padding:0 25px;
	font-size:24px;
	color: #282828;
}

.jod_form .right .phone{
	background:#3e7335;
	height:52px;
	padding:0 15px;
	border-radius:5px;
	line-height:52px;
	color:#fff;
	font-size:25px;
}
.jod_form .right .phone span{
	background:url(../images/phone_24.jpg) no-repeat center left;
	padding-left:55px;
	display:inline-block;
	height:100%;
	font-size:18px;
	color:#fff;
	float:left;
}
.jod_form .right .phone label{
	float:left;
}

.footer{
	background:#171717;
}
.footer .footer_nav{
	border-bottom:1px solid #202020;
}
.footer .footer_nav ul li{
	display:inline-block;
	padding:0 35px;
}
.footer .footer_nav ul li a{
	color:#fff;
	font-size:14px;
	line-height:72px;
}
.footer .content{border-bottom:1px solid #202020;}
.footer .content .left{
	width:110px;
	height:250px;
	display: flex;
	align-items: center;
}
.footer .content .left img{
	margin:auto ;
	vertical-align:middle;
	align-items:center
}
.footer .content .text{
	width:318px;
	height:250px;
	float:left;
	padding-top:90px;
	padding-left:77px;
	box-sizing:border-box;
	border-right:1px solid #202020;
	background:url(../images/footer_phone.jpg) no-repeat center left 20px;
}
.footer .content .text h3{
	font-size:14px;
	color: #424242;
}
.footer .content .text h4{
	font-size:24px;
	color: #fff;
	font-weight:bold;
}
.footer .content .address{
	float:left;
	padding-left:40px;
	padding-top:73px;
	width:495px;
	box-sizing:border-box;
	height:250px;
	border-right:1px solid #202020;
}
.footer .content .address p{
	font-size:14px;
	color:#fff;
	line-height:2em;
	
}
.footer .content .right{
	height:250px;
	padding-top:60px;
	box-sizing:border-box;
} 
.footer .content .right div.wxcode{
	display:inline-block;
	margin-left:38px;
	float:left;
}
.footer .content .right div.wxcode p{
	font-size:14px;
	color:#fff;
	line-height:2em;
	text-align:center;
	width:95px;
}
.footer .copy{
	border-top:1px solid #202020;
	font-size:14px;
}
.footer .copy .left{
	font-size:14px;
}
.footer .copy .left p{
	display:inline-block;
	font-size:14px;
	color:#fff;
	line-height:60px;
}
.footer .copy .left p:nth-child(2){
	display:inline-block;
	margin-left:100px;
	font-size:14px;
}
.footer .copy .left p:nth-child(2) a{
	font-size:14px;
	color:#fff;
}
.footer .copy .right{
}
.footer .copy .right p{
	display:inline-block;
	color:#fff;
	line-height:60px;
}
.footer .copy .right p a{
	font-size:14px;
	color:#fff;
}
.link {
	height:70px;
	font-size:14px;
	background:#1c1c1c;
	line-height:70px;
}
.link  span{
	color:#fff;
	font-size:14px;
	margin-right:15px;
}
.link  a{
	color:#fff;
	font-size:14px;
	margin-right:15px;
}
.banner_box .swiper-wrapper .swiper-slide p{
	position:absolute;
	width:1200px;
	left:50%;
	margin-left:-600px;
	bottom:110px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	font-family:SiYuan_Bold;
}
.location{
	height:65px;
	line-height:65px;
	background:#f6f6f6;
	font-size:16px;
	color:#6d6d6d;
}
.location span{
	font-size:16px;
	color:#6d6d6d;
}
.location a{
	font-size:16px;
	color:#6d6d6d;
}
.sidebar {
	padding-top:50px;
	padding-bottom:50px;
}
.sidebar .left{
	overflow:hidden;
}
.sidebar .left h3{
	height:45px;
	line-height:45px;
	font-size:24px;
	float:left;
	color:#2b2b2b;
	padding-right:20px;
}
.sidebar .left h4{
	height:26px;
	line-height:26px;
	font-size:16px;
	color:#2b2b2b;
	float:left;
	padding-left:20px;
	border-left:2px solid #585858;
	margin-top:13px;
}
.sidebar .right {
	text-align:right;
	line-height:45px;
}
.sidebar .right  ul li{
	display:inline-block;
	padding:0 15px;
	height:15px;
	line-height:1em;
	font-size:14px;
	border-right:1px solid #737373;
}
.sidebar .right  ul li a{
	font-size:14px;
	color:#737373;
	line-height:1em;
}
.sidebar .right  ul li:last-child{
	border:none;
}
.sidebar .right  ul li a:hover{
	color:#f39800;
}
.sidebar .right  ul li a.active{
	color:#f39800;
}
.about_us {
	padding-bottom:70px;
}
.about_us .title{
	text-align:center;
	padding-bottom:40px;
}
.about_us .title h3{
	font-size:20px;
	color:#1a1a1a;
}
.about_us .title p{
	width:50px;
	height:1px;
	background:#f39800;
	margin:10px auto;
}
.about_us .title h4{
	font-size:14px;
	color:#8f8f8f;
	text-transform:uppercase;
}
.about_us .left{
	width:600px;
	box-sizing:border-box;
	font-size:16px;
	color:#2b2b2b;
	line-height:2em;
}
.about_us .right{
	width:600px;
	box-sizing:border-box;
}
.about_us .right .img{
	width:572px;
	height:325px;
	margin-left:auto;
	border-right:8px solid #e8c6a5;
	border-bottom:8px solid #e8c6a5;
	box-sizing:border-box;
	position:relative;
}
.about_us .right .img img{
	margin-left:-16px;
	margin-top:-16px;
	left:0;
	top:0;
	position:absolute;
}
.rongyu{
	background:url(../images/zs_bg.jpg) no-repeat center;
	padding-top:70px;
	padding-bottom:50px;
}
.rongyu .title{
	text-align:center;
	padding-bottom:30px;
}
.rongyu .title h3{
	font-size:20px;
	color:#fff;
}
.rongyu .title p{
	width:50px;
	height:1px;
	background:#f39800;
	margin:10px auto;
}
.rongyu .title h4{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
.rongyu .win_box{
	width:100%;
	overflow:hidden;
	position:relative;
}
.rongyu .win_box .pageion{
	text-align:center;
}
.rongyu .win_box .pageion span{
	width:65px;
	height:7px;
	background:#fff;
	border-radius:3.5px;
	opacity:1;
	margin-right:20px;
}
.rongyu .win_box .pageion span.swiper-pagination-bullet-active{
	background:#d18e4c;
}
.brand{
	background:url(../images/brand_bg.jpg) no-repeat center;
	padding-top:60px;
	padding-bottom:70px;
	background-size:cover;
}
.brand .title{
	text-align:center;
	padding-bottom:60px;
}
.brand .title h3{
	font-size:20px;
	color:#1a1a1a;
}
.brand .title p{
	width:50px;
	height:1px;
	background:#f39800;
	margin:10px auto;
}
.brand .title h4{
	font-size:14px;
	color:#8f8f8f;
	text-transform:uppercase;
}
.brand .left{
	width:600px;
	box-sizing:border-box;
	font-size:16px;
	color:#2b2b2b;
	line-height:2em;
}
.brand .content{
	text-align:center;
}
.brand .content .text{
}
.images_box{
	background:url(../images/ceas_bg.jpg) no-repeat center top;
	padding-top:105px;
}
.images_box .title{
	text-align:center;
	padding-top:40px;
	padding-bottom:25px;
}
.images_box .title h3{
	font-size:20px;
	color:#1a1a1a;
}
.images_box .title p{
	width:50px;
	height:1px;
	background:#f39800;
	margin:10px auto;
}
.images_box .title h4{
	font-size:14px;
	color:#8f8f8f;
	text-transform:uppercase;
}
.images_box .container{
	background:#fff;
	padding:0 40px;
	box-sizing:border-box;
}
 .images_box .container .content{
}
.images_box .container .content .caes_box{
	overflow:hidden;
	position:relative;
}
.images_box .container .content .caes_box ul li img{
	width:100%;
	height:237px;
}
.ceas_but{
	text-align:center;
	padding-bottom:50px;
	padding-top:15px;
}
.ceas_but .but_left{
	display:inline-block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border:1px  solid #b2b2b2;
	cursor:pointer;
}
.ceas_but .but_left:after {
    font-family: swiper-icons;
   font-size: 16px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'prev';
}

.ceas_but .but_right{
	display:inline-block;
	width:35px;
	height:35px;
	cursor:pointer;
	text-align:center;
	line-height:35px;
	border:1px  solid #b2b2b2;
}
.ceas_but .but_right:after {
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'next';
}
.images_list{
		
}
.images_list ul{
	margin:0 -5px;
}
.images_list ul li{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	padding:0 5px;
	margin-bottom:30px;
}
.images_list ul li .img{
	width:100%;
	height:288px;
	overflow:hidden;
	background:#2b2b2b;
}
.images_list ul li .img img{
	height:288px;
	width:100%;
}
.images_list ul li h3{
	font-size:16px;
	text-align:center;
	color:#2b2b2b;
	line-height:2em;
}

.pages{
	padding:15px 0 50px 0;
	text-align:center;
}
.product_list{
	padding-top:25px;
}
.product_list .list ul{
	margin:0 -10px;
}
.product_list .list ul li{
	float:left;
	width:50%;
	padding:0 10px;
	box-sizing:border-box;
	margin-bottom:25px;
}
.product_list .list ul li a{
	display:block;
	height:100%;
	width:100%;
	/*border:3px solid #fff;*/
	box-sizing:border-box;
	border:1px solid #ececec;
	padding:20px 40px 0;
}
.product_list .list ul li a h3{
	color:#2b2b2b;
	font-size:14px;
}
.product_list .list ul li a h4{
	color:#2b2b2b;
	font-size:14px;
}
.product_list .list ul li a .text .left{
	width:80%;
	padding:10px 0;
}
.product_list .list ul li a .img{
	width:100%;
	height:352px;
	overflow:hidden;
}
.product_list .list ul li a .img img{
	height:100%;
	width:100%;
	display:block;
}
.product_list .list ul li a .text .right{
	width:20%;
	text-align:center;
	padding:10px 0;
}
.product_list .list ul li a .text .right span{
	width:97px;
	height:40px;
	border:1px solid #dcdcde;
	color:#b7b6b6;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
	display:inline-block;
	box-sizing:border-box;
}
.product_list .list ul li a:hover{
	border:3px solid #d18e4c;
	padding:16px 38px 0;
}
.product_list .list ul li a:hover .text .right span{
	border:1px solid #d18e4c;
	background:#d18e4c;
	color:#fff;
}
.product_show{
}
.product_show .top{
	height:85px;
	line-height:85px;
	font-size:16px;
	color:#2b2b2b;
}
.product_show .top a{
	color:#d18e4c;
}
.product_show .show .left{
	width:707px;
}
.product_show .show .left .img{
	padding:10px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
}
.product_show .show .left .img img{
	height:100%;
	width:100%;
	display:block;
}
.product_show .show .left .show_img_list{
	padding:10px 0;
}
.product_show .show .left .show_img_list .swiper-button-prev{
	background: #d18e4c;
	left:0;
}
.product_show .show .left .show_img_list .swiper-button-next{
	background: #d18e4c;
	right:0;
}
.product_show .show .left .show_img_list .swiper-button-next:after{
	font-size:26px;
}
.product_show .show .left .show_img_list  .gallery-thumbs .swiper-slide-thumb-active {
      box-sizing:border-box;
	  border:1px solid #d18e4c;
  }
.product_show .show .right{
	width:493px;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:10px;
}
.product_show .show .right h3{
	height:94px;
	line-height:94px;
	border-bottom:1px solid #dcdcdc;
	font-size:16px;
	color:#6d6d6d;
	margin-bottom:20px;
}
.product_show .show .right h3 span{
	font-size:26px;
	color:#2c2b2b;
	margin-left:10px;
}
.product_show .show .right p{
}
.product_show .show .right p span{
	color:#6d6d6d;
	font-size:14px;
	line-height:2em;
	margin-right:10px;
}
.product_show .show .right .but{
	padding-top:25px;
}
.product_show .show .right .but a{
	display:inline-block;
	width:103px;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	background:#282828;
	text-align:center;
	margin-right:15px;
}
.product_show .show .right .but a:hover{
	display:inline-block;
	width:103px;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	background:#d18e4c;
}
.com_pro {
	padding-top:25px;
	padding-bottom:60px;
}
.com_pro .left{
	width:858px;
	box-sizing:border-box;
}
.com_pro .left .title{
	height:50px;
	border-bottom:1px solid #dcdcdc;
	line-height:50px;
}

.com_pro .left .title h3{
	float:left;
	font-size:16px;
}
.com_pro .left .title  a{
	float:right;
	font-size:12px;
	color:#2b2b2b;
}
.com_pro .left .title  a:hover{
	color:#d18e4c;
}
.com_pro .left .list_com{
	width:100%;
	position:relative;
	padding:30px 55px;
	box-sizing:border-box;
}
.com_pro .left .list_com .list_box{
	width:100%;
	position:relative;
	overflow:hidden;
}
.com_pro .left .list_com .list_box img{
	width:100%;
	height:254px;
}
.com_pro .left .list_com .swiper-button-next{
	background:#f4f4f5;
	width:40px;
	height:40px;
	opacity:1;
	
}
.com_pro .left .list_com .swiper-button-prev{
	background:#f4f4f5;
	width:40px;
	height:40px;
	opacity:1;
	
}
.com_pro .left .list_com .swiper-button-next:after{
	font-size:18px;
	color:#7d7d7e;
}

.com_pro .left .list_com .swiper-button-prev:after{
	font-size:18px;
	color:#7d7d7e;
}

.com_pro .right {
	width:299px;
}
.com_pro .right  .title{
	height:37px;
	line-height:37px;
	background:#d18e4c;
}
.com_pro .right  .title h3{
	float:left;
	font-size:16px;
	padding-left:10px;
	color:#fff;
}
.com_pro .right  .title a{
	float:right;
	font-size:12px;
	color:#fff;
}
.com_pro .right  .list ul li{
	height:49px;
	border-bottom:1px solid #dcdcdc;
	line-height:49px;
}

.com_pro .right  .list ul li a span{
	font-size:14px;
	color:#313131;
	list-style:outside;
	list-style-type: disc;
}
.com_pro .right  .list ul li a{
	display:block;
	height:100%
}
.com_pro .right  .list ul li a em{
	font-size:12px;
	color:#313131;
	float:right;
	font-style:inherit;
}
.com_pro .right  .list ul li a:hover span{
	color:#d18e4c;
}
.com_pro .right  .list ul li a:hover em{
	color:#d18e4c;
}
.news_list{
}
.news_list ul li{
	margin-bottom:50px;
}
.news_list ul li .left{
	width:369px;
}
.news_list ul li .left .img{
	height:250px;
	background:#c1c1c1;
}
.news_list ul li .left .img img{
	width:100%;
	height:100%;
}
.news_list ul li .right{
	width:728px;
}

.news_list ul li .right h3{
	font-size:16px;
	line-height:2em;
	color:#000;
	padding:10px 0;
}

.news_list ul li .right p{
	font-size:14px;
	color:#5b5b5b;
	line-height:2em;
	text-indent: 2em;
}
.news_list ul li .right h4{
	font-size:14px;
	line-height:2em;
	color:#000;
	padding:15px 0 ;
}
.news_list ul li .right h5{}
.news_list ul li .right h5 span{
	display:inline-block;
	padding:5px 15px;
	border:1px solid #dcdcdc;
	font-size:14px;
}
.news_list ul li a:hover .right h5 span{
	background:#d18e4c;
	color:#fff;
	border:1px solid #d18e4c;
}
.news_show{
	padding:50px 0;
}
.news_show .left{
	width:871px;
	box-sizing:border-box;
}
.news_show .left .title{
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding-top:50px;
	padding-bottom:30px;
	text-align:center;
}
.news_show .left .title h3{
	font-size:24px;
	color:#161616;
}
.news_show .left .title p{
	font-size:12px;
	color:#161616;
	line-height:2em;
}
.news_show .left .content{
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0 35px;
	padding-bottom:50px;
} 
.news_show .left .content img{
	width:100%;
}
.news_show .left .next{
	padding-top:15px;
}
.news_show .left .next p{
	color:#d18e4c;
	font-size:14px;
	line-height:2em;
}
.news_show .left .next p a{
	color:#d18e4c;
	font-size:14px;
	line-height:2em;
}
.news_show .right{
	width:329px;
	box-sizing:border-box;
	padding-left:30px;
} 
.news_show .right .news_com  .title{
	height:37px;
	line-height:37px;
	background:#d18e4c;
}
.news_show .right .news_com .title h3{
	float:left;
	font-size:16px;
	padding-left:10px;
	color:#fff;
}
.news_show .right .news_com .title a{
	float:right;
	font-size:12px;
	color:#fff;
}
.news_show .right .news_com .list ul li{
	height:49px;
	border-bottom:1px solid #dcdcdc;
	line-height:49px;
}

.news_show .right .news_com .list ul li a span{
	font-size:14px;
	color:#313131;
	list-style:outside;
	list-style-type: disc;
}
.news_show .right .news_com .list ul li a{
	display:block;
	height:100%
}
.news_show .right .news_com .list ul li a em{
	font-size:12px;
	color:#313131;
	float:right;
	font-style:inherit;
}
.news_show .right .news_com  .list ul li a:hover span{
	color:#d18e4c;
}
.news_show .right .news_com  .list ul li a:hover em{
	color:#d18e4c;
}
.news_show .right .news_pro{
	margin-top:30px;
} 
.news_show .right .news_pro .title{
	height:38px;
	line-height:38px;
	background:#282828;
}
.news_show .right .news_pro .title h3{
	float:left;
	font-size:16px;
	color:#fff;
	padding-left:15px;
}
.news_show .right .news_pro .title a{
	float:right;
	font-size:12px;
	color:#fff;
	padding-right:10px;
}
.news_show .right .news_pro .pro_box{
	padding:15px 0;
	position:relative;
}

.news_show .right .news_pro .pro_box .p_box{
	position:relative;
	overflow:hidden;
}


.news_show .right .news_pro .pro_box .swiper-button-next{
	background:#f4f4f5;
	width:30px;
	height:40px;
	opacity:1;
	right:0;
	z-index:99;
}
.news_show .right .news_pro .pro_box .swiper-button-prev{
	background:#f4f4f5;
	width:30px;
	height:40px;
	opacity:1;
	left:0;
	z-index:99;
}
.news_show .right .news_pro .pro_box .swiper-button-next:after{
	font-size:18px;
	color:#7d7d7e;
}

.news_show .right .news_pro .pro_box .swiper-button-prev:after{
	font-size:18px;
	color:#7d7d7e;
}
.news_show .right .lianxi{
	background:url(../images/lanxi.jpg) no-repeat center;
	height:380px;
	box-sizing:border-box;
	width:100%;
	position:relative;
}
.news_show .right .lianxi .text{	
	 background-color:rgba(209,142,76,0.7);
	 height:90px;
	 position:absolute;
	 width:100%;
	 left:0;
	 bottom:0;
	 padding-top:15px;
	 box-sizing:border-box;
}
.news_show .right .lianxi .text h3{
	font-size:24px;
	color:#fff;
	text-align:center;
}
.img_list{
}
.img_list .list ul {
	margin:0 -10px;
}
.img_list .list ul li{
	float:left;
	width:33.3%;
	box-sizing:border-box;
	padding:0 10px;
	margin-bottom:30px;
}
.img_list .list ul li .img{
	width:100%;
	height:272px;
	text-align:center;
	line-height:272px;
	overflow:hidden;
}
.img_list .list ul li .img img{
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}
.img_list .list ul li h3{
	font-size:16px;
	color:#131313;
	line-height:2em;
	text-align:center;
}

.img_list .list ul li:hover h3{
	font-size:16px;
	color:#d18e4c;
	line-height:2em;
} 
.imgshow .title{
	background:#f7f7f7;
	
}
.imgshow .img{
	border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
	text-align:center;
	background:#f7f7f7;
	padding:0 110px;
}
.imgshow .img img{
	width:100%;
}
.imgshow  .content{
	background:#f7f7f7;
	padding-top:25px !important;
}
.imgshow  .content h2{
	font-size:16px;
	line-height:2em;
}
.imgshow  .content p{
	font-size:14px;
	line-height:2em;
}
.imgshow  .img_com .top{
	height:80px;
	line-height:80px;
	border-bottom:1px solid #dcdcdc;
}
.imgshow  .img_com .top h3{
	float:left;
	font-size:16px;
}
.imgshow  .img_com .top a{
	float:right;
	font-size:12px;
	color:#2b2b2b;
}
.imgshow  .img_com .com_list{
	padding:0 83px;
	position:relative;
	margin-top:28px;
}
.imgshow  .img_com .com_list .box{
	overflow:hidden;
	position:relative;
}
.imgshow  .img_com .com_list .box ul li img{
	width:100%;
	height:230px;
}
.imgshow  .img_com .next{
	position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background: #f4f4f5;
    width: 40px;
    height: 40px;
    opacity: 1;
    right: 0;
    z-index: 99;
	padding-top:0;
}
.imgshow  .img_com .next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'next';
	font-size:16px;
	color:#2b2b2b;
}
.imgshow  .img_com .prev{
	position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background: #f4f4f5;
    width: 40px;
    height: 40px;
    opacity: 1;
    left: 0;
    z-index: 99;
}
.imgshow  .img_com .prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	font-size:16px;
	color:#2b2b2b;
	content: 'prev';
} 
.page_form{
	padding:55px 0 110px;
}
.page_form .title{
	text-align:center;
	padding-bottom:30px;
}
.page_form .title h3{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	line-height:1.8em;
}
.page_form .title h4{
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	
}
.page_form .title p{
	padding-top:15px;
}
.page_form  .form_box{
	margin:0 auto;
	width:1025px;
	height:60px;
	border-radius:30px;
	box-shadow:0 0 20px #dcdcdc;
	overflow:hidden;
}
.page_form  .form_box .group{
	float:left;
	width:25%;
	box-sizing:border-box;
	border-right:1px solid #e3e3e3;
	height:60px;
	padding-left:10px;
}
.page_form  .form_box .group label{
	float:left;
	width:40px;
	line-height:60px;
	font-size:14px;
}
.page_form  .form_box .group input{
	float:left;
	border:none;
	height:60px;
	line-height:60px;
	width:205px;
	outline:none;  
}
.page_form  .form_box .group:nth-child(1) input{
	background:url(../images/user.jpg) no-repeat center right 10px;
}
.page_form  .form_box .group:nth-child(2) input{
	background:url(../images/jod_phone.jpg) no-repeat center right 10px;
}
.page_form  .form_box .group:nth-child(3) input{
	background:url(../images/email.jpg) no-repeat center right 10px;
}
.page_form  .form_box .group:nth-child(4){
	background:#d18e4c;
}
.page_form  .form_box .group button{
	width:100%;
	height:100%;
	background:#d18e4c;
	color:#000;
	text-align:center;
	border:none;
	font-size:16px;
	line-height:60px;
}

.page_form  .form_box .group button img{
	vertical-align:middle;
}
.jod_8s{
	padding:100px 0;
}
.jod_8s ul li{
	display:inline-block;
	padding-top:22px;
}
.jod_8s ul li:nth-child(5){
	padding-top:0;
}
.jod_8s ul li:nth-child(5) div{
	width:208px;
	height:208px;
	background:#d18e4c;
	color:#fff;
	
	border-radius:104px;
	text-align:center;
}
.jod_8s ul li:nth-child(5) div h3{
	font-size:30px;
}
.jod_8s ul li:nth-child(5) div h4{
	font-size:28px;
	font-weight:bold;
	text-transform: uppercase;
}
.jod_8s ul li:nth-child(5) div h3 span{
	font-size:72px;
}
.jod_8s ul li .left{
	width:77px;
}
.jod_8s ul li .left h2{
	font-size:16px;
	text-align:center;
}
.jod_8s ul li .left p{
	font-size:16px;
	text-align:center;
}
.jod_8s ul li .left .img{
	width:51px;
	height:51px;
	margin:10px auto;
	background:#daa934;
	text-align:center;
	line-height:51px;
	border-radius:25.5px;
}
.jod_8s ul li .left .img img{
	vertical-align:middle;
}
.jod_8s ul li .right{
	width:48px;
	height:51px;
	margin-top:55px;
	line-height:51px;
	text-align:center;
}
.jod_8s ul li .right:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'next';
	font-size:16px;
	color:#2b2b2b;
}
.jod_8s ul li:nth-child(odd) .left .img{
	background:#000000;
}
.soter{
	padding-bottom:50px;
}
.soter .left{
	width:425px;
	box-sizing:border-box;
}
.soter .title{
	width:172px;
	background:url(../images/xian.jpg)  repeat-x center;
}
.soter .title h3{
	line-height:45px;
	width:84px;
	background:#fff;
	font-size:20px;
}
.soter  .left .select{
	margin-left:-10px;
}
.soter  .left .select select{
	float:left;
	width:30%;
	box-sizing:border-box;
	height:30px;
	border:1px solid #dcdcdc;
	margin-left:10px;
}
.soter  .left .but{
	padding:15px 0;
} 
.soter  .left .but button{
	width:200px;
	height:40px;
	line-height:40px;
	background:#f9af3b;
	border:1px solid #f9af3b;
	color:#fff;
	font-size:16px;
 }
.soter  .left .but button img{
	vertical-align:middle;
	margin-left:5px;
}
.soter  .left .from_titl{
	line-height:60px;
	height:60px;
	border-bottom:1px solid #dcdcdc;
}
.soter  .left .from_titl h3{
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#282828;
}
.soter  .left .from_titl p{
	color:#64924b;
	float:left;
	font-size:18px;
	margin-left:10px;
	line-height:1em;
	padding-top:23px;
}
.soter  .left .from_titl  span{
	float:right;
	color:#282828;
	font-size:15px;
}
.soter  .left .box_list{
	width:100%;
	height:400px;
	box-sizing:border-box;
	overflow-y:scroll;
	padding:0 10px;
}
.soter  .left .box_list ul li{
	padding:15px 0;
}
.soter  .left .box_list ul li h3{
	font-size:14px;
	font-weight:bold;
	line-height:2em;
	color:#4b4b4b;
}
.soter  .left .box_list ul li p{
	color:#4b4b4b;
	font-size:14px;
	line-height:2em;
}
.soter  .left .box_list ul li h4{
	overflow:hidden;
}
.soter  .left .box_list ul li h4 span{
	float:left;
	color:#4b4b4b;
	font-size:14px;
	line-height:2em;
	width:50%;
}
.soter  .left .box_list::-webkit-scrollbar {/*滚动条整体样式*/
        width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.soter  .left .box_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 4px;
        background: #404040;
    }
.soter  .left .box_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
        border-radius: 0px;
        background: #d9d9d9;

}
.soter  .right{
	width:750px;
	height:605px;
	border:1px solid #dcdcdc;
}
.soter  .right #map{
	height:100%;
	width:100%;
}
.msg-box{
	padding:100px 0;
}
.msg-box .container{
	box-sizing:border-box;
	width:1000px;
}
.msg-box .left{
	width:440px;
	box-sizing:border-box;
}
.msg-box .left .title{
	color:#221815;
	font-size:20px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #dcdcdc;
}
.msg-box .left .contnet{
	padding-top:20px;
}
.msg-box .left .contnet h3{
	color:#5d9631;
	font-size:20px;
	font-weight:bold;
	line-height:2em
}

.msg-box .left .contnet p{
	color:#221815;
	font-size:16px;
	line-height:2em
}
.msg-box .right{
	width:500px;
	box-sizing:border-box;
}  
.msg-box .right .group{
	float:left;
	height:35px;
	width:100%;
	margin-bottom:15px;
}
.msg-box .right .group:nth-child(1){
	float:left;
	width:230px;
	height:35px;
}
.msg-box .right .group:nth-child(2){
	float:right;
	width:230px;
	height:35px;

}
.msg-box .right .group:nth-child(4){
	height:100px;
}
.msg-box .right .group input{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-left:10px;
	border:1px solid #dcdcdc;
	border-radius:3px;
}
.msg-box .right .group textarea{
	width:100%;
	height:100px;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #dcdcdc;
	border-radius:3px;
}
.msg-box .right .group input.code{
	float:left;
	width:150px;
}
.msg-box .right .group img.code{
	float:left;
	width:150px;
	height:35px;
	margin-left:15px;
}
.msg-box .right .group button{
	float:right;
	box-sizing:border-box;
	
	border:1px solid #dcdcdc;
	border-radius:3px;
	width:165px;
	background:#fff;
	height:35px;
	color:#a9a9a9;
}
.msg-box  .map_box{
	width:100%;
	height:400px;
	border:1px solid #dcdcdc;
	margin-top:40px;
	
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}









