@charset "utf-8";

.banner {
	height: 100%;
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100% !important;
	height: 100% !important;
}

.warp .slide2 {
	position: relative;
	background-image: url(../images/slid2bg.jpg);
}

.slide2 ul li {
	position: relative;
	float: left;
	width: 20%;
	margin-bottom: 20px;
	overflow: hidden;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}

.slide2 ul {
	width: 100%;
	height: 100%;
}

 

.slide2>div {
	height: 100%;
}

.typename {
	height: 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: 300px;
}

.slide2 ul li span {
	color: #fff;
	display: block;
	line-height: 2;
	margin-top: 22px;
}

.slide2 ul li font {
	background: #fff;
	display: block;
	width: 50%;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	margin-top: 13px;
	border-radius: 5px;
}


.slide2 ul li p {
	padding-bottom: 30px;
	background: url(../images/list_bd.png) center bottom no-repeat;
	margin: 20px 0;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.slide2 ul li i {
	display: block;
	width: 182px;
	height: 180px;
	margin: 0 auto;
}

.slide2 ul li .pro_img0 {
	background: url(../images/img02.png) top center no-repeat;
}

.slide2 ul li .pro_img1 {
	background: url(../images/img03.png) top center no-repeat;
}

.slide2 ul li .pro_img2 {
	background: url(../images/img04.png) top center no-repeat;
}

.slide2 ul li .pro_img3 {
	background: url(../images/img05.png) top center no-repeat;
}

.slide2 ul li .pro_img4 {
	background: url(../images/img06.png) top center no-repeat;
}


.slide2 ul li:nth-child(1):hover {
	background: #8ad037;
}

.slide2 ul li:nth-child(2):hover {
	background: #5db2f3;
}

.slide2 ul li:nth-child(3):hover {
	background: #fdb157;
}

.slide2 ul li:nth-child(4):hover {
	background: #cb88e4;
}

.slide2 ul li:nth-child(5):hover {
	background: #5bc3d6;
}


.slide2 ul li p span {
	font-weight: normal;
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
	display: inline-block;
	display: none;
}

.slide2 ul li p font {
	transition: .5s;
	display: block;
	font-size: 14px;
	width: 150px;
	border: 1px solid #fff;
	line-height: 28px;
	border-radius: 33px;
	margin: 0 auto;
	margin-top: 15px;
	display: none;
}

.slide2 ul li font:hover {
	background: #305E6F;
	color: #FFFFFF;
}

.aboutleft {
	background: url(../images/abimg.jpg) -15px 290px no-repeat #f1f3f2;
	height: 100%;
	width: 60%;
}

.aboutright {
	width: 40%;
	background: url(../images/abimg1.jpg) center no-repeat;
	height: 100%;
	background-size: 957px 1080px;
	transition: .3s;
}

.aboutright:hover {
	background-size: 1080px 1206px;
}

.abtitle {
	position: absolute;
	top: 170px;
	left: 0;
}

.abcontent {
	text-indent: 40px;
	line-height: 48px;
	margin-top: 30px;
	color: #4e4e4e;
}

.abinfor {
	width: 75%;
	margin-top: 310px;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	padding-left: 18%;
}

.abomore a {
	margin-left: 18%;
	transition: .5s;
	text-align: center;
	display: block;
	width: 148px;
	border: 1px solid #545454;
	margin-top: 20px;
	line-height: 45px;
}

.abomore a:hover {
	background-color: #305E6F;
	color: #fff;
}

.abname {
	font-size: 32px;
	font-weight: bold;
	color: #009fa8;
}

.aboutright a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.img_bg {
	transition: .5s;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
}

.img_bg:hover {
	background: rgba(0, 0, 0, 0.1);
}

.img_bg:hover {
	background: rgba(0, 0, 0, 0.1);
}

.gsxc,
.cyzz {
	position: relative;
	width: 50%;
	height: 100%;
	transition: .3s;
}

.gsxc {
	background: url(../images/gsxc.jpg) center no-repeat;
	background-size: 1500px 1000px;
}

.gsxc:hover {
	background-size: 1700px 1133px
}

.cyzz {
	background: url(../images/cyry.jpg) center no-repeat;
	background-size: 1500px 1000px;
}

.cyzz:hover {
	background-size: 1700px 1133px
}

.img_title {
	transition: .5s;
	color: #fff;
	margin-top: 40%;
	font-size: 38px;
}

.img_title span {
	display: block;
}

.img_title a {
	transition: .5s;
	color: #fff;
	display: block;
	width: 150px;
	line-height: 45px;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 44px;
}

.img_title a:hover {
	background: #009fa8;

}

.img_title:hover {
	-webkit-animation: test 0.4s ease-in 2;
	cursor: pointer;
}

@-webkit-keyframes test {
	0% {
		transform: translate(0, 0)
	}

	50% {
		transform: translate(0, 5px)
	}

	100% {
		transform: translate(0, 0)
	}
}

.slide5 {
	background: url(../images/bg_d.jpg) center no-repeat;
}

.newsleft.left {
	width: 45%;
}

.newsright.right {
	width: 50%;
}

.newsright ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.newstitleleft {
	text-align: left;
}

.newstitleleft p {
	font-size: 24px;
	font-weight: bold;
	color: #009fa8;
}

.newsleft .newsimg img {
	display: block;
	width: 100%;
	height: 100%;
}

.newsleft .newsimg {
	height: 268px;
}

.newsinfo {
	text-align: left;
}

.newsright .newsinfo {
	transition: .5s;
	width: 75%;
}

.newsright ul li .newsimg {
	height: 100%;
	width: 20%;
}

.newsinfo p a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.newsinfo span {
	font-size: 14px;
	color: #606060;
	line-height: 27px;
}

.newsinfo font {
	display: block;
	font-size: 12px;
	color: #545454;
}

.newsleft .newsinfo {
	padding: 20px;
}

.newsright ul li {
	transition: .5s;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	height: 130px;
}

.newsright ul li:hover a {
	font-weight: bold;
	color: #fff;
}

.newsright ul li:hover {
	background: #009fa8;
}



.newsright ul li:hover font {
	color: #fff;
}

.newsright ul li:hover span {
	color: #fff;
}


.newsinfo:hover font {
	color: #fff;
}

.newsinfo:hover span {
	color: #fff;
}

.newsinfo:hover a {
	font-weight: bold;
	color: #fff;

}

.newstitleright.right a {
	display: block;
	width: 150px;
	background: #000;
	color: #fff;
	line-height: 38px;
	margin-top: 10px;
}

.news_info {
	background: #fff;
}

.news_info .newsinfo:hover {
	background: #009fa8;
}

.news_info .newsinfo {
	transition: .5s;
}




.slide5 {
	background: url(../images/bg_d.jpg) center no-repeat;
}


.hezuo_title {
	color: #fff;
}

.hezuo_title p {
	font-size: 48px;
	font-weight: bold;
}

.hezuo_title span {
	display: block;
	width: 100px;
	height: 5px;
	background: #fff;
	margin: 20px auto;
}

.hezuo_img {
	margin-top: 100px;
}

.bottom {
	font-size: 14px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #434343;
	color: #fff;
	line-height: 50px;
}

.bottom a {
	color: #fff;
}

.bottom {
	font-size: 14px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #434343;
	color: #fff;
	line-height: 50px;
}

.bottom a {
	color: #fff;
}

.conlist ul li {
	color: #fff;
	padding-left: 30px;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}

.conlist {
	width: 45%;
	margin-top: 124px;
	border: 1px solid #ddd;
	padding: 20px;
}

.contitle p {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-top: 16px;
}



.contitle img {
	display: block;
}


.conlist ul li:nth-child(1) {
	background: url(../images/people.png) left center no-repeat;
}

.conlist ul li:nth-child(2) {
	background: url(../images/phone.png) left center no-repeat;
}

.conlist ul li:nth-child(3) {
	background: url(../images/web.png) left center no-repeat;
}

.conlist ul li:nth-child(4) {
	background: url(../images/add.png) left center no-repeat;
}

.slide6 {
	background: url(../images/liucheng.jpg) center no-repeat;
}

.slide6 .name {
	padding: 0 10px;
	width: 100%;
}

.slide6 .phone {
	padding: 0 10px;
	width: 100%;
}

.slide6 .imsg {
	height: 100px;
	padding: 10px;
	border: none;
	width: 100%;
}

.slide6 input {
	display: block;
	border: none;
	margin-bottom: 20px;
	height: 40px;
}

.contitle.left {
	width: 45%;
}

input.submit {
	color: #fff;
	margin: 20px 0;
	width: 100px;
	background: #009fa8;
	font-size: 16px;
}

.slide7 {
	background: url(../images/conimg.jpg) center no-repeat;

}




.caselist .swiper-container {
	padding-bottom: 40px;
}


.caselist .swiper-slide {
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 10px;
	width: 800px;
	transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
	.caselist .swiper-slide {
		width: 770px;
	}
}

@media only screen and (max-width:980px) {
	.caselist .swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.caselist .swiper-slide {
		width: 471px;
	}
}

.caselist .swiper-slide img {
	transition: .5s;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}
.caselist .swiper-slide img:hover{
	transform: scale(1.2);
}
.caselist .swiper-slide .title {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	left: -3px;
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.caselist .swiper-button-next,
.caselist .swiper-button-prev {
	width: 86px;
	height: 112px;
	background-size: 86px 112px;
	margin-top: -56px;
	outline: none;
}

.caselist .swiper-button-next {
	background-image: url(../images/cursor-next.png) !important;
}

.caselist .swiper-button-prev {
	background-image: url(../images/cursor-prev.png) !important;
}

.caselist .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.caselist .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.caselist .swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.caselist .swiper-pagination-bullet-active span,
.caselist .swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.caselist .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.caselist .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.caselist .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}

	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}

	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}

	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0913*/
}
.caselist {
    height: 500px;
}
.case_title p {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 50px;
}