@charset "utf-8";

/*首页*/


/*banner图轮播*/

.banner {
	height: 680px;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.banner .swiper-container {
	height: 680px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 99;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #f89201;
	box-sizing: border-box;
}

.banner .swiper-wrapper {
	height: 680px;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 680px;
}
/*产品搜索*/

.search-box ul {
	float: left;
}

.search-box ul li {
	float: left;
	line-height: 50px;
	font-size: 12px;
	color: #333;
	margin-right: 10px;
}

.search-box ul li a {
	color: #333;
}

.search-c {
	float: right;
	margin-top: 7px;
}

.search-c input {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.search-c .in-text {
	width: 250px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 0 15px;
}

.search-c .btn {
	width: 50px;
	background: url(../Images/search.png) no-repeat center center;
	background-color: #f89201;
}


/*内容板块*/

.cont1 {
	background-color: #f2f2f2;
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 100px;
}

.cont1-c li {
	float: left;
}
.cont1-c li a{
	display: block;
	width: 600px;
	position: relative;
	overflow: hidden;
}
.cont1-c li div {
	float: left;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.cont1-c li div img {
	width: 100%;
	height: 100%;
}

.cont1-c li div.tt {
	width: 313px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.cont1-c li .ts{
	position: relative;
}
.cont1-c li .ts span{
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(000,174,102,0.4);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-c li .ts:hover span{
	top: 0;
}
.cont1-c li .ts span img{
	width: 40px;
	height: 40px;
	margin: 120px auto 0;
}
.cont1-c li .ts span em{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.cont1-c li .ts span em:hover{
	text-decoration: underline;
}
.cont1-c li.cc div {
	float: right;
}

.cont1-c li.cc div.tt {
	left: 0;
	right: initial;
}

.jjfa_c {
	padding-top: 8px;
	width: 1200px;
	overflow: hidden;
}

.jjfa_c li {
	width: 220px;
	float: left;
	position: relative;
	margin: 25px 25px 0 0;
	font: 18px/20px "Microsoft Yahei", "微软雅黑";
	color: #555;
	text-align: center;
}

.jjfa_c li a {
	width: 220px;
	height: 338px;
	display: inline-block;
	background: url("../Images/jjfa_li.gif") no-repeat;
}

.jjfa_c li img {
	    width: 100%;
    height: 200px;
    display: block;
}

.jjfa_c li em {
	font: bold 16px/16px Arial;
	text-align: center;
	padding: 45px 0 12px 0;
	display: block;
	text-transform: uppercase;
	color: #b4b4b4;
}

.jjfa_c li a:hover {
	background: url("../Images/jjfa_cur.jpg")
	/*background-image: none;
	background-color: #27a7e2;*/
	no-repeat;
	text-decoration: none;
	color: #fff;
}

.jjfa_c li a:hover em {
	color: #fff;
}

.jjfa_c li.nomr {
	margin-right: 0;
}

.jjfa_c li .fdj {
	position: absolute;
	top: 101px;
	left: 94px;
	width: 36px;
	height: 36px;
	display: none;
}

.jjfa_c li .fdj img {
	width: 36px;
	height: 36px;
	padding: 0;
}

.jjfa_btn {
	margin-top: 55px;
}

.jjfa_c li a:hover .fdj {
	display: block;
}


/*优势特色*/
.ys_mian{
    width: 1200px;
    margin: 0 auto;
}
.ys_mian-d1{
    width: 230px;
    float: left;
    margin-right: 93px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ys_mian-d1:last-child{margin-right: 0px}
.ys_mian-d1_1{}
.ys_mian-d1_d1{
    width: auto;
    font-size: 60px;
    font-weight: bold;
    float: left;
}
.ys_mian-d1_d2{
        width: 190px;
    float: left;
    color: #ff8837;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}
.ys_mian-d2{
    padding-left: 37px;
}

/*首页资质荣誉*/
.cont4{
	background-color: #f2f2f2;
	padding: 1px 0 100px;
	min-width: 1200px;
}
.devices{
	height: 260px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.devices .swiper-container{
	overflow: hidden;
	height: 260px;
	width: 100%;
}
.devices .swiper-slide a{
	padding-top: 20px;
	display: block;
	width: 272px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	height: 260px;
}
.devices .swiper-slide i img{
	display: block;
	width: 100%;
	height: 182px;
}
.devices .swiper-slide a span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.devices .arrow-left {
  background: url(../Images/prow.png) no-repeat left bottom;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.devices .arrow-right {
  background: url(../Images/prow.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.devices>a:hover{
	background-position-x: right;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}

/*关于我们*/
.cont5-l{
	width: 530px;
}
.cont5-l img{
	width: 100%;
	height: auto;
}
.cont5-r{
	width: 620px;
}
.cont5-r h3{
	font-size: 17px;
	font-weight: bold;
	color: #ff8837;
	margin-bottom: 20px;
}
.cont5-r p{
	line-height: 26px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}

/*新闻中心*/
.cont6-box>div{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.cont6-c>i{
	display: block;
	margin-bottom: 30px;
}
.cont6-c>i img{
	width: 100%;
	height: auto;
}
.cont6-box>div:last-child{
	margin-right: 0;
}
.cont6-c .tit{
	position: relative;
	margin-bottom: 10px;
}
.cont6-c .tit h2{
	font-size: 26px;
	color: #333;
	line-height: 50px;
}
.cont6-c .tit h2 span{
	font-size: 16px;
	color: #ff8837;
}
.cont6-c .tit a{
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
}
.cont6-c .tit a em{
	font-size: 16px;
	font-weight: bold;
}
.news-in a{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #777;
	line-height: 30px;
}
.news-in a em,.news-in a p{
	float: left;
}
.news-in a em{
	width: 15px;
}
.news-in a p{
	width: 270px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-in a span{
	float: right;
	width: 80px;
	text-align: right;
}
.problem-in{
	overflow: hidden;
	height: 235px;
}
.problem-in ul li h2{
	font-size: 14px;
	color: #555;
	font-weight: bold;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.problem-in ul li h2:hover{
	color: #00ae66;
	text-decoration: underline;
}
.problem-in ul li p{
	padding-left: 30px;
	position: relative;
	line-height: 20px;
	font-size: 13px;
	height: 80px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.problem-in ul li{
	padding: 8px 0;
}
.problem-in ul li p span{
	background-color: #c4c4c4;
}
.problem-in ul li span{
	display: block;
	font-size: 12px;
	width: 20px;
	text-align: center;
	height: 20px;
	font-weight: normal;
	background-color: #00ae66;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
/*合作客户*/
.cont7{
	background-color: #fff;
	padding-bottom: 90px;
	padding-top: 5px;
	min-width: 1200px;
	/* margin-top: -60px; */
}
.cont7-c{
	margin-top: 20px;
	height: 97px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.cont7-c .swiper-container{
	overflow: hidden;
	height: 97px;
	width: 100%;
}
.cont7-c .swiper-slide a{
	display: block;
	width: 270px;
	height: 97px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cont7-c .swiper-slide  img{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.cont7-c .swiper-slide:hover  img{
	border-color: #00ae66;
}
.cont7-c .arrow-left {
  background: url(../Images/prow.png) no-repeat left bottom;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.cont7-c .arrow-right {
  background: url(../Images/prow.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.cont7-c>a:hover{
	background-position-x: right;
}
.content{
	min-height: 600px;
	margin-bottom: 60px;
}
.contact-box{
	color: #333;
}
.news-list li{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.news-list li h2{
	position: relative;
}
.news-list li h2 a{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ff8837;
}
.news-list li h2 span{
	position: absolute;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	top: 0;
	right: 0;
	height: 30px;
}
.news-list li p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	color: #666;
}
.product-list li{
	float: left;
	width: 260px;
}
.product-list li{
	margin: 0 25px 30px;
}
.product-list li a{
	display: block;
}
.product-list li a i{
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
}
.product-list li a i img{
	width: 100%;
	height: 200px;
}
.product-list li a span{
	display: block;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.news-xq img{
	width: 100% !important;
	height: auto !important;
}
/*在线留言*/
.ly-box{
	padding: 50px;
	background-color: #ededed;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #ff8837;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 234px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
.by{
	text-align: center;
	font-size: 30px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.by span{
	font-size: 40px;
	color: #ff8837;
}