* {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: MuliLight;
	src: url(../font/Muli-Light.ttf);
}
.left img{
	margin-top: 12px;
}
/* 顶部 */
.top {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
}

.topSub {
	width: 1200px;
	height: 60px;
	position: relative;
	top: 15px;
	margin: 0 auto;
}

/* banner图 */
.banner {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 120px;
}

.bannerWord {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 120px;
}

.bannerWord span {
	font-size: 60px;
	color: #FFFFFF;
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-indent: 120px;
	margin-bottom: 40px;
}

.bannerWord p {
	margin: 0 auto;
	width: 1200px;
	display: block;
	font-size: 24px;
	font-family: MuliLight;
	color: #FFFFFF;
	text-indent: 120px;
	letter-spacing: 15px;
}


/* 三选择 */

.three {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 130px;
}

.threeOne {
	width: 320px;
	height: auto;
	float: left;
	margin-right: 120px;
}

.threeOne img {
	display: block;
	margin: 0 auto;
}

.threeOne:last-child {
	margin-right: 0;
}

.threeOne p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 25px;
	margin-top: 50px;
	text-align: center;
}

/* 产品中心 */
.project {
	width: 100%;
	height: 820px;
	background: url(../images/project.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 50px;
}

.projectSub {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.projectSubOne {
	width: 100%;
	height: 120px;
	line-height: 120px;
}

.projectSubOne span {
	font-size: 30px;
	color: #FFFFFF;
	margin-right: 10px;
}

.projectSubOne b {
	font-size: 18px;
	color: #4c5983;
}

.projectSubTwo {
	width: 1160px;
	height: 580px;
}

.projectSubTwo::after {
	clear: both;
}

.projectLeft {
	width: 580px;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.projectLeft:hover img{
	transform: scale(1.05);
}

.projectLeft img {
	width: 100%;
	position: absolute;
	top: 0;
	transition: all .5s;
	height: 580px;
}

.projectLeft div {
	position: absolute;
	top: 55px;
	font-size: 24px;
	color: #ffffff;
	text-indent: 70px;
}

.projectRight {
	width: 580px;
	height: 100%;
	float: Right;
}

.projectRight>div {
	width: 290px;
	height: 290px;
	position: relative;
	float: left;
	overflow: hidden;
}
.projectRight>div:hover img{
	transform: scale(1.05)
}
.projectRight>div img {
	position: absolute;
	top: 0;
	transition: all .5s;
	width: 100%;
	height: 100%;
}

.projectRight>div div {
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
}

.projectSubThree {
	width: 100%;
	height: 120px;
	line-height: 120px;
}

.projectSubThree a {
	font-size: 14px;
	color: #ffffff;
}



/* 案例中心 */
.case {
	width: 100%;
	height: 660px;
	margin-bottom: 50px;
}
.case .projectSubOne{
	height: 150px;
}
.caseSub {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.case .projectSubOne span {
	color: #333;
}

.case .projectSubOne b {
	color: #999999;
}

.caseTwo {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
}

.caseTwo a {
	display: block;
	width: 380px;
	height: 400px;
	float: left;
	margin-right: 30px;
	background-color: #f5f5f5;
	cursor: default;
	}

.caseTwo a:last-child {
	margin-right: 0;
}

.caseTwo .caseTp {
	width: 100%;
	height: 300px;
	overflow: hidden;
	
}
.caseTp:hover img{
	transform: scale(1.05);
}
.caseTp img{
	transition: all .5s;
	width: 100%;
}
.caseTitle {
	width: 100%;
	height: 100px;
}

.caseTitle p {
	color: #333333;
	height: 50px;
	text-align: center;
}

.caseTitle p:first-child {
	line-height: 70px;
}

.clickMore {
	width: 180px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border: 1px solid #1551da;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #1551da;
}
.clickMore:hover{
	background-color: #1551da;
	color: #ffffff;
}

/* 关于我们 */
.gywm {
	width: 100%;
	height: 750px;
	background: url(../images/gywmbj.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 50px;
}

.gywmSub {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.gywmTitle {
	width: 100%;
	height: 200px;
	line-height: 270px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

.gywmDes {
	width: 55%;
	font-size: 15px;
	color: #cbd2e4;
	line-height: 30px;
	margin-bottom: 60px;
}

.gywmRy {
	width: 47%;
	height: 220px;
	position: relative;
	margin-bottom: 50px;
}

.gywmRy .swiper-slide {
	width: 262px !important;
	height: 220px;
}

.gywmRy .swiper-slide .swiperSlideTp {
	width: 100%;
	height: auto;
	border: 1px solid #60718d;
}

.swiperSlideTp>div {
	width: 240px;
	height: auto;
	margin: 5px 8px;
}
.swiperSlideTp>div img{
	width: 100%;
	height: 165px;
}
.swiperSlideWord {
	width: 100%;
	height: 70px;
	font-size: 14px;
	color: #dddddd;
	text-align: center;
	line-height: 70px;
}

.gywmRy .swiper-button-next {
	background: none;
	right: -50px;
}

.gywmRy .swiper-button-prev {
	background: none;
	right: -50px !important;
	left: initial;
	top: 33%;
}

.gywmRy .swiper-button-next {
	background: none;
	right: -50px !important;
	left: initial;
	top: 56%;
}
.gywm .clickMore {
	margin: initial;
	border: 1px solid #5e667c;
	color: #ffffff;
}
.gywm .clickMore:hover{
	background-color: #FFFFFF;
	color: #5e667c;
}


/* 新闻 */
.news {
	width: 100%;
	height: 620px;
}

.newsSub {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.news .projectSubOne span {
	color: #333333;
}

.news .projectSubOne b {
	color: #999999;
}

.newsSubTwo {
	width: 100%;
	height: auto;
}

.newsSubTwo::after {
	clear: both;
}

.newsSubTwoLeft {
	width: 500px;
	height: 440px;
	float: left;
}

.newsSubTwoRight {
	width: 600px;
	height: 440px;
	float: right;
}

.newsTp {
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
}
.newsTp:hover img{
	transform: scale(1.05);
}
.newsTp img {
	transition: all .5s;
	width: 100%;
}

.newsContent {
	width: 100%;
	height: 90px;
}

.newsContent::after {
	clear: both;
}

.newsContentLeft {
	width: 80px;
	height: 90px;
	float: left;
}

.newsContentRight {
	width: 390px;
	height: 90px;
	float: right;
}

.newsContentLeft p {
	font-size: 30px;
	color: #333333;
	line-height: 30px;
}

.newsContentLeft span {
	color: #999999;
}

.newsContentRight p {
	font-size: 18px;
	color: #333333;
	margin-bottom: 24px;
}

.newsContentRight span {
	display: block;
	width: 100%;
	height: auto;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	text-indent: -2em;
}
.newsSubTwoRight .newsContent{
	margin-bottom: 80px;
	display: block;
}

.newsSubTwoRight .newsContentRight{
	width: 480px;
}

.foot{
	width: 100%;
	height: 301px;
	background-color: #192341;
}

.footSub{
	width: 860px;
	height: 100%;
	margin: 0 auto;
}

.footSubOne{
	width: 100%;
	height: 140px;
	background: url(../images/footLogo.png) no-repeat center center;
}

.footSubTwo{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #303954;
}
.footSubTwo div{
	width: 70%;
	height: 100%;
	margin: 0 auto;
}
.footSubTwo>div>a{
	margin-right: 40px;
	float: left;
	color: #707996;
	display: block;
	height: 100%;
}
.footSubTwo>div>a:last-child{
	margin-right: 0;
}
.footSubThree{
	width: 100%;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 14px;
	color: #707996;
}
.footSubThree a{
	color: #707996;
}

/* 内页banner */
.nyBanner{
	width: 100%;
	height: auto;
}
.nyBanner img{
	width: 100%;
}

/* 二级菜单 */
.menu{
	width: 100%;
	height: 60px;
	background-color: #eff2f2;
}

.menuSub{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.menuSub ul{
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
.menuSub ul li{
	float: left;
	margin-right: 60px;
	height: 100%;
}
.menuSub ul li a{
	display: block;
	height: 100%;
	line-height: 60px;
	color: #666666;
	font-size: 15px;
}
.menuSub ul li:last-child{
	margin-right: 0;
}


/* 新闻内容 */
.nyNews{
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px #eff2f2;
}
.nyNewsSub{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.nyNewsSubOne{
	width: 100%;
	height: 180px;
	line-height: 180px;
	color: #333333;
	font-size: 32px;
}

.nyNewsSubTwo{
	width: 100%;
	height: auto;
}
.nyNewsSubTwo a{
	display: block;
	width: 100%;
	height: 360px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 60px;
}

.nyNewsTp{
	width: 450px;
	height: 300px;
	float: left;
}
.nyNewsTp:hover img{
	transform: scale(1.05);
}
.nyNewsTp img{
	width: 100%;
	transition: all .5s;
}
.nyNewTitle:hover{
	color: #666666;
}
.nyNewsDes{
	width: 690px;
	height: 300px;
	float: right;
}
.nyNewBrief:hover {
	color: #333333;
}
.nyNewTitle{
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.nyNewBrief{
	width: 100%;
	height: 150px;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}
.nyNewDobAttr span{
	margin-right: 50px;
	color: #999999;
	font-size: 14px;
}
.nyNewDobAttr span img{
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.nyNewDobAttr span:last-child img{
	top: 4px;
}


/* 企业简介 */
#ny{
	margin-top: 110px;
}
.qyjj{
	width: 100%;
	height: 1750px;
	background: url(../images/qyjj.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}

.qyjjSub{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.qyjjTitle{
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 70px;
	padding-top: 120px;
}
.qyjjSub p{
	font-size: 15px;
	color: #cad2e9;
	margin-bottom: 40px;
	line-height: 25px;
}
.qyjjSub .p{
	font-size: 18px;
	color: #ffffff;
}

.qyjjSub p b{
	color: #ffffff;
}


/* 企业荣誉 */
.qyry{
	width: 100%;
	height: auto;
	padding-bottom: 150px;
}

.qyrySub{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.qyrySubTitle{
	width: 100%;
	height: 150px;
	font-size: 32px;
	color: #333333;
	line-height: 150px;
	text-align: center;
}

.qyrySubContent{
	width: 1080px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
.qyrySubContent .swiper-slide{
	height: 180px;
}

.qyry .swiper-button-next{
	background: none;
	right: -40px;
}
.qyry .swiper-button-prev{
	background:none;
	left: -40px;
}


/* 内页产品 */
.nyProject{
	width: 100%;
	height: auto;
}

.nyProjectSub{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.nyProjectSubOne{
	width: 100%;
	height: 150px;
	line-height: 150px;
	color: #333;
	font-size: 32px;
}
.nyProjectSubTwo{
	width:100%;
	height: auto;
	overflow: hidden;
}
.nyProjectSubTwo a{
	width: 380px;
	height: 460px;
	display: block;
	float: left;
	margin-right: 30px;
}

.nyProjectTp{
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.nyProjectTp img{
	width: 100%;
	height: 100%;
}
.nyProjectWord{
	width: 100%;
	height: 80px;
	color: #333333;
	text-align: center;
	line-height: 80px;
}
#case{
	height: auto;
	padding-bottom: 30px;
}
#case .swiper-pagination{
	width: 1200px;
	margin-top: 30px;
}
#case .swiper-pagination span{
	margin: 0 8px;
	width: 12px;
	height: 12px;
}

/* 所有案例 */
.allCase{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding-bottom: 50px;
}

.allCaseSub{
	width: 1240px;
	height: auto;
	margin: 0 auto;
}

.allCaseSubTitle{
	width: 100%;
	height: 155px;
	line-height: 155px;
	color: #333;
	font-size: 32px;
	text-indent: 15px;
}

.allCaseSubContent{
	width: 1240px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
#showajaxnews li{
	width: 280px;
	height: 290px;
	float: left;
	margin: 0 15px;
}
#showajaxnews li .allCaseTp img{
	width: 100%;
	transition: all .5s;
}
.allCaseSubContent a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}

.allCaseTp{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.allCaseTp:hover img{
	transform: scale(1.05);
}
.allCaseDes{
	width: 100%;
	height: 70px;
}
.allCaseDes p{
	font-size: 14px;
	color: #333;
	height: 35px;
}
.allCaseDes p:first-child{
	line-height: 45px;
}

#loadmore{
	display: block;
	width: 120px;
	height: 45px;
	background-color: #e6e6e6;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	cursor: pointer;
}
#loadmore:hover{
	background-color: #333;
	color: #e6e6e6;
}



/* 联系我们 */
.lxwm{
	width: 100%;
	height: auto;
	margin-top: 120px;
	overflow: hidden;
}
.lxwmSub{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 110px;
}
.lxwmSub::after{
	clear: both;
}
.lxwmSubLeft{
	width: 510px;
	height: auto;
	float: left;
}
.lxwmSubRight{
	width: 520px;
	height: auto;
	float: right;
}

.lxwmSubLeftOne{
	width: 100%;
	height: auto;
	margin-bottom: 28px;
	font-size: 36px;
	color: #333;
}

.lxwmSubLeftTwo{
	width: 340px;
	height: 60px;
	font-size: 36px;
	color: #1551da;
	background: url(../images/tel.png) no-repeat;
	text-align: center;
	text-indent: 30px;
	font-family: "Arial";
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}

.lxwmSubLeft p{
	font-size: 15px;
	color: #333333;
	margin-bottom: 15px;
}




.lxwmSubRight input {
	width: 85%;
	height: 40px;
	margin-bottom: 20px;
	border: 1px solid #bfbfbf;
	outline: none;
	font-size: 16px;
	overflow: hidden;
	text-indent: 20px;
	margin-left: 10px;
	background:none;
}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #8e8e8e;
	font-size: 16px;
}

.lxwmSubRight #submit{
	display: block;
	width: 240px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	font-size: 18px;
	background-color: #1551da;
	margin-left: 42px;
	margin-top: 30px;
	text-indent: 0;
}

.lxwmSubRight textarea{
	width: 85%;
	height: 100px;
	/* margin-bottom: 20px; */
	border: 1px solid #bfbfbf;
	outline: none;
	text-indent: 20px;
	font-size: 16px;
	overflow: hidden;
	margin-left: 10px;
}
.dianhua span{
	height: 100px;
	line-height: 100px;
	display: block;
	float: left;
}

.map{
	width: 100%;
	height: 560px;
}


.newNy{
	width: 1200px;
	height: auto;
	margin: 50px auto;
}
.newNyTitle{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.newNyContent{
	width: 1200px;
	margin: 0 auto;
}
.newNyContent iframe{
	width: 100%;
	height: 600px;
}
.newNyContent p{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.newNyContent p img{
	margin:0 auto;
}
.fy {
		clear: both;
		width: 100%;
		height: 30px;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 14px;
		text-align: center;
		padding-bottom: 30px;
}
.fy b {
		display: inline-block;
		width: 24px;
		height: 24px;
		border-radius: 0;
		background-color: #1551da;
		line-height: 24px;
		margin: 0 4px;
		color: #fff;
		font-weight: 100;
		text-align: center;
}
.fy a {
		display: inline-block;
		padding: 0 8px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		margin: 0 5px;
		font-size: 14px;
		color: black;
}
.fy a b {
		display: none;
}