@charset "utf-8";

header {
	display: -webkit-flex;
	display: flex;
	padding: 0;
	height: 120px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	min-width: 1280px;
	max-width: 1280px;
}

header .nav {
	flex: 1;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}

.nav li {
	flex: 1;
}

.dropdown {
	position: relative;
}

.nav a {
	display: block;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
}

header .nav .alink:hover {
	color: #51623B;
}

.nav .dropdown-content a {
	border-bottom: #fff solid 1px;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	background: #A5BCA8;
}

.nav .dropdown-content a:last-of-type {
	border-bottom: 0;
}

.nav .dropdown-content a:hover {
	color: #51623B;
}

header .tel{
	width: 192px;
	padding-right: 10px;
}
header .logo {
	width: 192px;
	padding-left: 10px;
}

header .tel {
	text-align: right;
	color: #20300B;
	font-size: 16px;
}

.dropdown-content {
	display: none;
	width: 100%;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
	z-index:3;
	border-top: #51623B solid 2px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/*header end*/
#banner {
	width: 100%;
	height: 720px;
	position: relative;
	overflow: hidden
}

#banner .pic {
	width: 100%;
	height: 100%;
	position: relative;
}

#banner .pic ul li {
	cursor: pointer;
	list-style: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

#banner .pic ul li img {
	display: block;
	margin: 0 auto;
}

#banner .pic ul li.first {
	display: block
}

#banner .picnav {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0
}

.oinner {
	width: 84%;
	margin: auto;
}

#banner .picnav ul {
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	bottom: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index:1;
}

#banner .picnav ul {
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

#banner .picnav ul li {
	width: 100px;
	height: 50px;
	margin: 0 10px;
	pointer-events: auto;
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0);
	float: left;
	list-style: none;
}

#banner .picnav ul li.first {
	border-bottom: 4px solid red
}

#banner .picnav ul li img {
	width: 100%;
	max-height: 100%
}

#banner .picnav ul li.active {
	border: 2px solid #ffd200;
}

/*banner end*/
.content_box {
	width: 1280px;
	margin: 0 auto;
}

.product {
	background: url('../img/product.jpg') no-repeat center;
	background-size: 100% 100%;
}

.product label {
	display: block;
	border: #B8B8BA solid 1px;
	height: 40px;
	width: 50%;
	margin: 0 auto;
	border-radius: 20px;
}

.product input {
	background: none;
	height: 40px;
	width:76%;
	outline: none;
	border: 0;
	padding-left: 5%;
	color: #fff;
}
.product button{
	width:20%;
	cursor: pointer;
	color:#fff;
	background:url(../img/button.png) no-repeat;
	border:0;
	height:30px;
	padding:0 10px 0 0;
	background-position: right;
}

.boxs {
	width: 1120px;
	margin: 0 auto;
}

.box_content {
	width: 100%;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

.box_content>li {
	width: 200px;
	height: 410px;
	transition: all 0.3s linear;
	overflow: hidden;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)
}

.box_content>li:nth-child(1) {
	/* margin-right:0; */
}

.box_selec {
	flex-grow: 1;
}


.pulic_title {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 25px;
}

.pulic_title a,
.pulic_title span {
	flex: 1;
	display: block;
}

.pulic_title a {
	text-align: right;
}

.news {
	margin: 0 auto;
	width: 1280px;
}

.list_content {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.list_content>div {
	flex: 1;
}

.list_content>div:nth-child(1) {
	padding-right: 5%;
}

.list_content>div:nth-child(2) {
	padding-left: 5%;
	border-left: #f0f0f0 solid 1.5px;
}

.list_content>div:nth-child(1) img {
	width: 100%;
}

.list_content>div:nth-child(1) a {
	display: block;
	position: relative;
}

.list_content>div:nth-child(1) a span {
	display: block;
	line-height: 50px;
	padding: 0 5%;
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	opacity: 0.5;
}

.list_content>div:nth-child(2) ul li h4 {
	font-size: 20px;
	color: #2D2D2D;
	font-weight: bold;
}

.list_content>div:nth-child(2) ul li p {
	font-weight: normal;
	color: #5F5D60;
	line-height: 24px;
	padding: 15px 0;
}

/*news end*/
.brand {
	margin: 50px auto 0 auto;
	height: 1095px;
	width: 1280px;
	background: url('../img/ren.jpg') no-repeat center;
}



.brand_list {
	width: 50%;
	border-bottom: #ccc solid 1px;
}

.brand_list h3 {
	padding: 15px 0 0 0;
	font-size: 20px;
	color: #2D2D2D;
	font-weight: bold;
}

.brand_list p {
	padding: 15px 0;
	line-height: 24px;
}

.join {
	background: url('../img/home_foot.jpg') no-repeat center;
	padding: 3% 0 5% 0;
	background-size: 100% 100%;
}

.join h2 {
	width: 1280px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}

.form_box {
	width: 1280px;
	margin: 0 auto;
}

.form_box ul {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

.form_box ul li {
	flex: 1;
}

.form_box ul li:nth-child(2) {
	padding: 0 5%;
}

.form_box span {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
}

.form_box ul li label input {
	width: 90%;
	height: 16px;
	border: 0;
	padding: 5%;
}

.form_box textarea {
	width: 96%;
	height: 150px;
	border: 0;
	padding: 2%;
}

.form_box button {
	width: 300px;
	height: 44px;
	border: 0;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
	background-color: #59675A;
}

footer {
	margin-top: 80px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: #7DA185;
}

/*page*/
.body_content {
	background-color: #EEEEEE;
}

.banner_page {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: auto;
}

.cp_show_list h3 {
	padding: 6% 0 4% 1%;
}

.cp_show_list {
	width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
}

.cp_show_list ul li {
	width: 25%;
	float: left;
}

.cp_show_list ul li div {
	padding: 3%;
}

.cp_show_list ul li img {
	width: 100%;
}

.join_box {
	padding-top: 4.5%;
}

.join_box h2 {
	padding: 0 20% 2% 20%;
	font-size: 28px;
}

.join_box span {
	color: #444442;
}

.join_box form button {
	background-color: #999999;
}


.brand_box {
	padding: 8% 0 0 0;
	background: url('../img/Backup.png') no-repeat right;
	height: 960px;
}

.brand_box .main {
	width: 1280px;
	margin: 0 auto;
}

h3 {
	padding: 35% 0 2% 0;
	font-size: 32px;
	font-weight: normal;
}

.brand_box div p {
	font-size: 17px;
	line-height: 32px;
}

.contact_box {
	margin-top: 5%;
	padding: 0 20%;
}

.contact_box ul,
.contact_box .recruit {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.contact_box ul li {
	height: 80px;
	line-height: 80px;
}

.contact_box ul li:nth-child(1),
.contact_box .recruit div:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	width: 10%;
	text-align: right;
}

.contact_box ul li:nth-child(2),
.contact_box .recruit div:nth-child(2) {
	width: 87%;
}

.contact_box ul li:nth-child(2) {
	border-bottom: #ccc solid 1px;
	font-size: 20px;
	font-weight: normal;
}

.recruit {
	padding-top: 5%;
}

.recruit aside {
	padding: 2%;
	background-color: #fff;
	margin-bottom: 3%;
}

.recruit aside h6 {
	font-size: 24px;
	font-weight: bold;
}

.recruit aside p {
	padding: 1% 0;
}

.serve{
	padding:5% 0 3% 0;
	margin: 0 auto;
	width: 1280px;
}

.pb-carouselWarp {
    position: relative;
    width:100%;
    height:635px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li aside{
	display:-webkit-flex;
	display:flex;
}
.pb-carouselWarp .pb-carousel li aside div{
	flex:1;
	margin-right:15px;
}
.pb-carouselWarp .pb-carousel li aside div:nth-last-child(1){
	margin-right:0;
}

.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #5B7361;
}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 45%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}
.pb-carouselWarp .pb-arrow-prev {
  left: 20px;
  background:url(../img/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: 20px;
  background:url(../img/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
  top: 20px;
  background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
  top: auto;
  bottom: 20px;
  background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}

.right_box{
	border-radius:5px 0 0 5px;
	position:fixed;
	right:0;
	top:30%;
	z-index:2;
	background:#8CAC94;
}
.right_box ul li span img{
	width:70%;
}
.right_box ul li{
	text-align:center;
	position:relative;
	cursor: pointer;
	border-bottom:#B0C5B5 solid 1px;
}
.right_box ul li:nth-last-child(1){
	border-bottom:0;
}
.right_box ul li span{
	display:block;
	width:50px;
	height:40px;
	padding-top:10px;
}
.celan{
	width:170px;
	display:none;
	position:absolute;
	z-index:2;
	left:-167px;
	top:0;
}
.tel_box{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	height:50px;
	line-height:50px;
	background-color:#8CAC94;
}
.boximg{
	background-color:#8CAC94;
}
.boximg img{
	width:80%;
	padding:15px 0;
}
.right_box ul li:hover .celan{
	display:block;
}

.time{
	padding:8% 0 0 0;
	position:relative;
	background-image:url(../img/line.jpg);
	background-repeat:repeat-x;
	background-position:0 65%;
}
.time .left,.time .right{
	position:absolute;
	top:40%;
}
.time .left{

	left:36%;
}
.time .right{
	left:62%;
}
.time .time_scroll ul{
	padding:0 20%;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
}
.time .time_scroll ul li{
	width:28%;
	text-align:center;
	padding:2vh;
	border-radius:6px;
	
}
.time .time_scroll ul li h6{
	font-weight:bold;
	font-size:16px;
	color:#7EA283;
	padding-bottom:10px;
}
.time .time_scroll ul li p{
	line-height:22px;
	padding-top:6%;
}
.current{
	background-image:linear-gradient(to bottom, #ffffff, #E3F1E0);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.time .time_scroll ul .current p{
	padding-top:0;
}
.time .time_scroll ul .current h6{

	font-size:22px;
}

.webpage {text-align:center; font-size: 14px;}
.webpage ul{padding:10px 0;}
.webpage ul li{ display:inline-block; text-align:center; margin:2px; }
.webpage ul li a{ display: block; color: #333; padding:0 12px;  height:32px; line-height:32px; border-radius: 3px;  border:1px solid #e3e3e3;}
.webpage ul li span{ display: block; color: #666; padding:0 12px;  height:32px; line-height:32px; border-radius: 3px;  border:1px solid #e3e3e3;}
.webpage ul li a:hover{ background:#07c160; color:#fff;border:1px solid #07c160;}
.webpage ul li.am-disabled span,.webpage ul li.disabled span{ color: #666;}
.webpage ul li.am-active span,.webpage ul li.active span{ background:#07c160; color:#fff; text-decoration:none; border:1px solid #07c160;}
/* 
手机的字体大小
@media screen and (max-width: 768px){
		.app {font-size:1.8rem;}
		header{padding:0 2%;}
	}
/* 笔记本电脑的字体大小 
@media screen and (min-width: 768px) and (max-width:1024px){
	.app{ font-size:1.8rem;}
	header{padding:0 2%;}
	}
/* 台式电脑显示器屏幕字体大小
@media screen and (min-width: 1024px){
	.app {font-size:0.88rem;}
	}

*/