@charset "utf-8";
/* CSS Document */
center .title{ 
 width:260px;
 margin:60px auto 40px auto;
}
center .title h1{
 font-size:30px;
 line-height:40px;
}
center .title h4{
 margin-top:10px;
 font-size:20px;
 color:#44B035;
 font-weight:300;
 text-transform:uppercase;
}
center .underline-b{
 display:block;
 margin-top:15px;
 width: 80px;
 height: 2px;
 background: #00873C;
}
/*-----------新闻资讯----------*/
center .new .new-main{
 float:left;
 width:50%;
 height:580px;
 margin-bottom:40px;
 left:0;
}
center .new h3 .more{
 float:right;
 font-weight:600;
}
center .new h3{
margin:0px;
padding:0 25px;
box-sizing: border-box;
width:100%;
color:#C0C4CC;
text-transform:uppercase;
line-height:78px;
text-align:left;
}
.new .new-title-l {
 border:1px solid #DCDFE6;
 border-radius: 5px 0px 0px 0px;
 background:url(../images/new-title-l.png) no-repeat right;
}
.new .new-list-l {
 width:100%;
 height: 500px;
 box-sizing: border-box;
 background: #FFFFFF;
 border: 1px solid #DCDFE6;
 border-top:0px solid #DCDFE6;
 border-radius: 0px 0px 0px 5px;
 }
.new .new-title-r {
 border:1px solid #DCDFE6;
 border-left:0px solid #DCDFE6;
 border-radius: 0px 5px 0px 0px;
 background:url(../images/new-title-l.png) no-repeat right;
}
.new .new-list-r {
 width:100%;
 height: 500px;
 box-sizing: border-box;
 background: #FFFFFF;
 border-right: 1px solid #DCDFE6;
 border-top:0px solid #DCDFE6;
 border-bottom: 1px solid #DCDFE6;
 border-radius: 0px 0px 5px 0px;
 }
.new .english-title{
 font-weight:normal;
}
.new ul {
 padding:0 25px 0 0;
 text-align:left;
}
.new li {
 padding:38px 0 0 0;
}
.new li .iconfont {
 color:#DCDFE6;
}
.new ul li a {
 font-weight:600;
}
.new ul li .new-time{
 margin-top:10px;
 margin-left:28px;
 color: #909399;
}

/*------公司产品--------*/
.products{
width:100%
}
.products ul {
 margin: 0;
}
.products ul li{
 margin:30px 0 0 3%;
 width:29.3%;
 position: relative;
 float:left;
 border: 1px solid #DCDFE6;
}
.products ul li img{
width:100%;
}
.products .products-titel a{
color:#000;
}
.products .products-titel a:hover{
color:#44B035;
}
.products .products-titel{
 text-align: center;
 width: 100%;
 height:60px;
 line-height:60px;
}
/*产品订购*/
.order{
 position: relative;
 margin-bottom:40px;
 padding-top:20px;
 width:100%;
 height:415px;
 text-align:left;
 background:#fff;
 border:1px solid #DCDFE6;
 box-shadow: 10px 10px 0px #F2F6FC;
}

.order:after{
    content:"";
    position: absolute;
    right:-1px;
    bottom:-1px;
    display: block;
    border: 15px solid;
    border-color:#DCDFE6 transparent transparent #DCDFE6;
}

.order:before{
    content:"";
	right:-1px;
    background:#F2F6FC;
    width:30px;
    height:30px;
    position: absolute;
    bottom:-1px;
}
.order-main{
 width:65%;
 margin:40px auto 0 auto;
}
.information1 dt{
 float:left;
 width:10%;
 height:45px;
 line-height:45px;
}
.information1 dd{
 float:left;
 width:22%;
 height:45px;
}
.information2 dt{
 float:left;
 width:10%;
 height:45px;
 line-height:45px;
}
.information2 dd{
 float:left;
 width:90%;
 height:45px;
 line-height:45px;
}
.message dt{
 float:left;
 width:10%;
 height:100px;
 line-height:100px;
}
.message dd{
 float:left;
 width:90%;
 height:100px;
}
/*表单输入样式*/
.order fieldset{
margin:30px 0;
border: medium none !important;
min-width: 100%;
padding: 0;
width: 100%;
}
.order label{
 display:inline-block;
}
.order input{
 padding:0 10px;
 width:100%;
 height:45px;
 font-size:16px;
 line-height:45px;
 box-sizing: border-box;
}
.order textarea{
 padding:10px;
 max-width:100%;
 height:100px;
 font-size:16px;
 font-family:"Microsoft YaHei";
 resize:none;
}
.order input[type="text"],.order input[type="tel"],.order textarea {
 width:100%;
 border:1px solid #DCDFE6;
 border-radius:3px;
 background:#FFF;
 box-sizing: border-box;
 margin:0 0 5px;
}
.order input[type="text"]:hover,.order input[type="tel"]:hover,.order textarea:hover {
 -webkit-transition:border-color 0.3s ease-in-out;
 -moz-transition:border-color 0.3s ease-in-out;
 transition:border-color 0.3s ease-in-out;
 border:1px solid #44B035;
}
.order input[type="text"]:focus,.order input[type="tel"]:focus,.order textarea:focus {
 width:100%;
 outline: 0;
 border:1px solid #44B035;
 border-radius:3px;
 background:#F8FCF7;
 box-sizing: border-box;
 margin:0 0 5px;
}
input:-webkit-autofill, textarea:-webkit-autofill{
-webkit-box-shadow: 0 0 0px 1000px white inset
}
/*按钮样式*/
button.submit{
 width:120px;
 color:#fff;
 line-height:45px;
 font-weight:500;	
 background: #44B035;
 border-radius:3px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -ms-border-radius:3px;
 -o-border-radius:3px;
}
button.submit:hover{
 opacity:.85;
 cursor:pointer;
}
button.reset{
 margin-left:10px;
 width:120px;
 line-height:45px;
 font-weight:500;	
 background: #DCDFE6;
 border-radius:3px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -ms-border-radius:3px;
 -o-border-radius:3px;
}
.order button:active{
 box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.order button:focus{
 outline:0;
} 
.button{
 width:256px;
 margin:0 auto;
}
::-webkit-input-placeholder {
 color:#C0C4CC;
}
:-moz-placeholder {
 color:#C0C4CC;
}
::-moz-placeholder {
 color:#C0C4CC;
}
:-ms-input-placeholder {
 color:#C0C4CC;
}
/*-------轮播-------*/
.c-banner{
	width: 100%;
	height:600px;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background:#00873C;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
			
/*页面布局*/
@media (max-width: 1440px) {
.order-main{
width:75%;}
 /*轮播*/
 .c-banner{
height:444px;
}
@media (max-width: 1366px) {
.order-main{
 width:85%;}
  /*轮播*/
 .c-banner{
height:420px;
}
}