@charset "utf-8";
/**
 * index stylesheet file
 *
 * @author: Wang taohong <wangtaohong@123.com.cn>
 * @link: 
 * @copyright: 
 */
.search{
	display: flex;
 	width: 1000px;
 	margin: 20px auto 0;
 }
.search input {
	width: 800px;
	height: 30px;
	padding-left: 10px;
	border: 1px solid rgb(255, 101, 55);
}
.search button {
	width: 100px;
	height: 34px;
	background: rgb(255, 101, 55);
	color: #fff;
}
.search input::-webkit-input-placeholder{
    color:#baaf9d;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#baaf9d;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#baaf9d;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#baaf9d;
}


.module .img-txt .transition {
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
	width: 450px;
	height: 324px;
	z-index: 2;
}
.module .img-txt .about-text {
	line-height: 25px;
	padding-top: -40px;
	vertical-align:top;
}
.module .img-txt .about-text h6 {
	font-size: 16px;
	color: rgb(255, 101, 55);
	font-weight: bold;
}
.module .img-txt .about-text p {
	font-size: 14px;
	color: #333;
}
.module .img-txt .about-text p b {
	font-weight: bold;
}
.gray-bg {
	width: 100%;
	padding-top: 70px;
	background: #f5f5f5;
}
.imgList ul{
	margin:0;
	padding:0;
}
.imgList ul li {
	width: 100%;
	margin-bottom: 40px; 
}
.imgList ul li .long-img {
	display: block;
	overflow: hidden;
	width: 70%;
}
.imgList ul li .radius-img {
	display: block;
	overflow: hidden;
	width: 28%;
}

.imgList ul li .short-img {
	display: block;
	overflow: hidden;
	width: 30%;
	float:left;
}
.imgList ul li img {
	width: 100%;
}
.imgList ul li .radius-image {
	width: 100%;
}
.imgList ul li .transition {
	overflow: hidden;
	display: block;
	height: 314px;
}
.imgList ul li p {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.productList .productCon {
	margin-left: -133px;
}
.productList .productCon a {
	display: block;
	float: left;
	margin-left: 133px;
	font-size: 20px;
	color: #666;
}
.productList .productCon img {
	display: block;
	border-radius: 50%;
}
.productList .productCon span {
	display: table;
	margin: 20px auto 0;
	padding: 5px 20px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	text-align: center;
}
.productList .productCon .transition {
	overflow: hidden;
	display: inline-block;
	width: 311px;
	height: 311px;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}
.newsList .newsCon ul {
	margin-left: -50px;
}
.newsList .newsCon li{ 
	width: 366px;
	margin-left: 50px;
}
.newsList .newsCon .transition {
	display: inline-block;
	overflow: hidden;
	width: 366px;
	height: 214px;
}
.newsList .newsCon li p a {
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.newsList .newsCon li p a:hover {
	color: rgb(255, 101, 55);
}
.newsList .newsCon .newsTitle {
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
 	font-size: 16px;
 	color: rgb(255, 101, 55);
 }
.newsList .newsCon .newsTitle span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	border-bottom: 1px solid rgb(255, 101, 55);
}
.newsList .newsCon .newsTitle a {
	float: right;
	color: #666;
}


/*banner文字*/
.banner li {
	position: relative;
}

.banner li:nth-of-type(odd) .banner-text {
	position: absolute;
	top: 15%;
	left: 10%;
	color: #fff;
	z-index: 9;
}
.banner li:nth-of-type(even) .banner-text {
	position: absolute;
	top: 25%;
	right: 10%;
	color: #fff;
	z-index: 9;
}
.banner-text h3 {
	line-height: 65px;
	font-size: 65px;
	font-weight: bold;
}
.banner-text p {
	width: 500px;
	line-height: 26px;
	margin: 20px 0 20px;
	font-size: 22px;
}
.banner-text a {
	display: block;
	width: 180px;
	line-height: 20px;
	padding: 7px 0px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}




















