/*******首页********/
/****我的产品*****/
.ourProducts{
	position: relative;
	background-color: #FFFFFF;
}
/*****产品背景图*****/
.productsImg{
	position: absolute;
	height: 100%;
	display: block;
	width: 100%;
	background:url(../img/ourproducts.png) no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 1170px) {
.productsImg{
display: none;
}
.figure{
	height: 300px;
}
.joinImg{
	display: none;
}
.joinImg1{
	width: 100%;
	position: relative;
}
.joinImg1 img{
	width: 100%;
}
.joinMy1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.5;
	background-color: #FFFFFF;
	display: none;
}
.joinMy1 span{
	display: block;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	letter-spacing: 8px;
}
.joinMy1 span:last-child{
	margin-top: 47px;
	font-size: 20px;
	margin-bottom: 35px;
}
}
@media screen and (min-width: 1170px) {
	.joinImg1{
		display: none;
		width: 100%;
		position: relative;
	}
	.joinImg1 img{
		width: 100%;
	}
}
/*****产品内容*****/
.productsCon{
	margin-top: -4px;
	height: 768px;
}
.productsLogo{
	text-align: center;
	padding-top: 57px;
}
.products{
	width: 100%;
	margin-top: 70px;
	display: flex;
	float: left;
}
.scroll_left,.scroll_right {
	height: 530px;
	float:left;
	line-height:530px;
	text-align:center;
}
/*****第一个产品*****/
.product1{
	width: 30%;
	background-color: #FBFBFB;
	border-radius: 5px;
	float: left;
	margin-right: 3%;
	height: 530px;
	box-shadow:5px 5px 10px #CCCCCC;
}
.product1:hover{
	transform:scale(1.05,1.05);
	box-shadow:5px 5px 10px #99CCFF;
}
.productImg1{
	width: 96%;
	height: 250px;
	margin: 0 auto;
}
.productImg1 img{
	width: 100%;
	height: 250px;
}
.productIntro1{
	margin-top: 40px;
}
.introTitle{
	font-size: 18px;
	color: #221815;
	text-align: center;
}
.introDetails{
	border-top: 1px #333333 solid ;
	margin-top: 35px;
	overflow: hidden;
	height: 130px;
	line-height: 20px;
	 display: -webkit-box;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   word-break: break-all;
   overflow: hidden;
}
.introDetails span{
	display: block;
	width: 98%;
	height: 80px;
	margin: 0 auto;
	color: #666666;
	font-size: 12px;
	margin-top: 35px;
}

/*****产品按钮******/
.productBtn{
	 width: 100%;
	 padding-bottom: 30px;
 }
.productBtn1{
	width: 175px;
	height: 45px;
	background-color: #65B1FF;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
}
.productBtn1 a{
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 45px;
	padding-left: 10px;
}
.productBtn1 .btn-lg{
	padding: 0;
	padding-left: 5px;
}
/*****公司简介*****/
.company{
	height: 450px;
}
.companyLogo{
	text-align: center;
	margin-top: 57px;
}
.companyCon{
	margin-top: 50px;
}

.newsBtn{
	width: 100%;
	padding-bottom: 30px;
	margin-top: 70px;
}
.newsBtn1{
	width: 175px;
	height: 45px;
	background-color: #65B1FF;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
}
.newsBtn1 a{
	width:100%;
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 45px;
	padding-left: 10px;
	float: left;
}
.newsBtn1 .btn-lg{
	padding: 0;
	padding-left: 5px;
}
/****公司简介左侧****/
.companyLeft{
	width:50%;
	float: left;
}
.companyLeftTop{
	width: 480px;
}
.companyLeftTop p{
	display: block;
	margin: 0 auto;
	font-size: 24px;
	color: #333333;
}
.companyLeftTop span{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #0084FF;
}
.companyLeftBot{
	margin-top: 20px;
	width: 470px;
	height: 107px;
	line-height: 20px;
}
.companyLeftBot p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.companyLeftButton{
	width: 118px;
    border: 1px solid #0084FF;
}
.companyLeftButton a{
	color: #0084FF;
	font-size: 14px;
	margin-left:25px;
}
.companyLeftButton .btn-lg{
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.companyRight{
	float: left;
	width: 40%;
	margin-top: 20px;
	margin-left: 5%;
}
.companyImg{
	width: 90%;
	margin-top: 10px;
	position: relative;
}
.companyImg img{
	width: 100%;
}
.companyborder{
	width: 30%;
	height: 250px;
	border: 4px solid #007DDB;
	position: absolute;
	top: 90px;
	left: 65%;
}

/****企业新闻*****/
.news{
	width: 100%;
	height: 930px;
}
.figure{
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.figure img{
	width: 100%;
}
.newsCon{
	width: 100%;
	height: 700px;
	border: 1px solid #F9F9F9;
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 15px;
	top: -100px;
	left: 0;
	box-shadow: 8px 10px 10px #F0F0F0;
}
.newsLogo{
	margin-left: 95px;
	margin-top: 70px;
}
.newContent{
	margin-top: 60px;
	margin-left: 95px;
	height: 330px;
}
.newContentLeft{
	width: 45%;
	float: left;
	height: 300px;
}
.newLeftImg{
	width: 90%;
}
.newLeftImg img{
	width: 100%;
}
.newsRight{
	width: 50%;
	float: left;
}
.newsNew1{
	margin-bottom: 35px;
	height: 129px;
	margin-right: 30px;
}
.newsTitle{
	color: #303030;
	font-size: 20px;
}
.newsNesCon{
	margin-top: 10px;
	font-size: 14px;
	color: #303030;
	line-height: 23px;
	/* display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;*/
}
.newsTime{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.newContentRight{
	width: 40%;
	float: left;
	margin-left: 4%;
	height: 510px;
}
.newsTitle2{
	font-size: 20px;
	color: #303030;
}
.newsNesCon2{
	margin-top: 15px;
	font-size: 14px;
	color: #303030;
	line-height: 25px;
	/* display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden; */
}
.newsTime2{
	margin-top: 19px;
	font-size: 12px;
	color: #999999;
}
.newsNew3{
	margin-top: 20px;
}
.newsNew4{
	margin-top: 28px;
}
/********首页结束*********/

/********关于我们********/
.aboutBanner{
	height: 650px;
}
.aboutImg{
	height: 480px;
	width: 100%;
	background: url(../img/aboutBanner.png) top center no-repeat;
	margin-top: -4px;
	height: 100%;
}
.aboutUS{
	width: 50%;
	margin: 0px auto;
    display: flex;
}
.aoutUsCon{
	width: 100%;
	height: 230px;
	position: relative;
	top: -300px;
	background-color: #FFFFFF;
}
.aboutTitle{
	text-align: center;
	margin-top: 20px;
}
.aboutTitle span{
	font-size: 30px;
	color: #333333;
	letter-spacing:5px;
}
.aboutMyCon{
	width: 90%;
	margin: 0 auto;
}
.aboutMyCon span{
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #333333;
}
.aboutMyCon .aboutSpan{
	margin-top:30px;
	color: #666666;
	font-size: 11px;
}
/*******公司简介*******/
.companyProfile{
	height: 480px;
}
.profileTitle{
	width: 100%;
	text-align: center;
}
.profileTitle span{
	font-size: 40px;
	letter-spacing:5px;
	color: #000000;
	font-weight: bold;
}
.profileCon{
	margin-top: 60px;
}
.productsConLeft{
	width: 45%;
	float: left;
}
.profileConImg{
	width: 100%;
	height: 320px;
}
.profileConImg img{
	width: 100%;
	height: 100%;
}
.productsConRight{
	width: 50%;
	float: left;
	margin-left: 3%;
}
.profilestate{
	height: 320px;
}
.profilestate span{
	color: #333333;
	line-height: 30px;
	font-size: 14px;
	/* display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:11;
	word-break: break-all;
	overflow: hidden; */
}
.joinUs{
	width: 100%;
	margin-top: 50px;
}
.joinImg{
	width: 100%;
}
.joinImg img{
	width: 100%;
}

.joinMy{
	width: 80%;
    border: 1px solid #EEEEEE;
    margin:auto;
    margin-top: -100px;
    position: relative;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 20px;
}
.joinName{
	text-align: center;
	color: #000000;
	font-size: 50px;
	font-weight: 500;
}
.joinInfo{
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
.joinWord{
	font-size: 30px;
	font-weight: 500;
}
.joinWd{
	font-size: 25px;
	font-weight: 500;
	margin-top: 10px;
}
.joinCon{
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
}
.joinWd1{
	font-size: 25px;
	font-weight: 500;
	margin-top: 10px;
}
.joinCon1{
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	font-size: 16px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #00A0E9;
}
	/*****联系我们****/
.contactUs{
	
}
.contactTitle{
	text-align: center;
	margin-top: 50px;
}
.contactTitle span{
	color: #000000;
	font-size: 40px;
	letter-spacing: 8px;
}
.opinion{
	background: url(../img/opinion.png) no-repeat;
	height: 699px;
	margin-top: 40px;
}
.opinionLeft{
	width: 60%;
	margin-left: 70px;
	float: left;
}
.opinionLeftTitle{
	padding-top: 70px;
	
}
.opinionLeftTitle span{
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 5px;
}
.opinionLeftForm{
	margin-top: 30px;
}
.fromLeft{
	width: 45%;
	float: left;
}
.fromLeft .layui-form-label{
	text-align: left;
	float: none;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 40px;
}
.fromLeft .layui-input-block{
	margin: 0;
}
.fromLeft .layui-input{
	height: 48px;
}
.fromRight{
	width: 45%;
	float: left;
	margin-left: 5%;
}
.fromRight .layui-form-label{
	text-align: left;
	float: none;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 40px;
}
.fromRight .layui-input-block{
	margin: 0;
}
.fromRight .layui-textarea{
	min-height: 175px;
}
.fromRight .layui-btn{
	background-color: #2FC9EF;
	float: right;
}
.map{
	width: 30%;
	float: left;
	margin-top: 70px;
}
.iframeMap{
	border: 0;
	width: 100%;
	height: 600px;
}