.header {
	padding: 20px 0;
}

.header .left a {
	display: block;
	float: left;
}

.header .left h2 {
	float: left;
	font-size: 22px;
	color: #373737;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;
	margin-top: 12px;
	margin-left: 20px;
}

.header .right {
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 50px;
	margin-top: 11px;
}

.header .right span {
	display: block;
	font-size: 16px;
	color: #666666;
}

.header .right strong {
	display: block;
	font-size: 30px;
	font-family: arial;
	color: #1eb9ef;
	margin-top: 5px;
}

.nav {
	height: 77px;
	background: #1eb9ef;
}

.nav.navFix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	min-width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.nav ul li {
	float: left;
	width: 150px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	position: relative;
}

.nav ul li::after {
	content: "|";
	color: #69c5d0;
	position: absolute;
	left: 0;
	top: 0;
}

.nav ul li:last-child::before {
	content: "|";
	color: #69c5d0;
	position: absolute;
	right: 0;
	top: 0;
}

.nav ul li>a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.nav ul li:hover>a {
	color: yellow;
}

.nav ul li .sub {
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 90px;
	opacity: 0;
	visibility: hidden;
	background: #1eb9ef;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.nav ul li .sub a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.nav ul li:hover .sub {
	opacity: 1;
	visibility: visible;
	top: 77px;
}

.nav ul li .sub a:hover {
	background: #69c5d0;
}

.bannerlist .swiper-slide a {
	height: 360px;
	display: block;
}

.bannerlist .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .6);
	opacity: inherit;

}

.bannerlist .swiper-pagination li {
	position: relative;
	width: 50px;
	border-radius: inherit;
	height: 5px;
}

.bannerlist .swiper-pagination {
	bottom: 25px;
}

.bannerlist .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.lmt {
	padding-top: 50px;
	margin-bottom: 25px;
}

.lmt strong {
	display: block;
	text-align: center;
	font-size: 44px;
	color: #343434;
}

.lmt p {
	font-size: 18px;
	color: #656565;
	text-align: center;
	margin-top: 15px;
}

.lmt i {
	display: block;
	width: 45px;
	height: 5px;
	background: #1eb9ef;
	margin: 0 auto;
	margin-top: 15px;
}

.index1 {
	padding-bottom: 60px;
}

.index1 .bd ul li {
	width: 243px;
	height: 123px;
	border: 1px solid #dbdbdb;
	margin-right: 31px;
	line-height: 123px;
	text-align: center;
	cursor: pointer;
}

.index1 .bd ul li img {
	display: inline-block;
	vertical-align: middle;
}

.index1 .picScroll-left {
	position: relative;
}

.index1 .bd ul li:hover {
	border: 1px solid #1eb9ef;
}

.index1 .picScroll-left .bd {
	width: 1350px;
	overflow: hidden;
}

.index1 .picScroll-left .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/index1_prev.jpg) no-repeat center;
	left: -60px;
	top: 45px;
	cursor: pointer;
}

.index1 .picScroll-left .next {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/index1_next.jpg) no-repeat center;
	right: -60px;
	top: 45px;
	cursor: pointer;
}


.index2 {
	background: #f3f6f8;
	padding-bottom: 88px;
}

.index2 ul li {
	float: left;
	width: 424px;
	height: 487px;
	background: #fff;
	margin-right: 39px;
	box-sizing: border-box;
	padding-top: 60px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index2 ul li:last-child {
	margin-right: 0;
}

.index2 ul li strong {
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.index2 ul li strong a {
	color: #333;
}

.index2 ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
	height: 60px;
}

.index2 ul li p a {
	color: #787878;
	display: inline-block;
}

.index2 ul li p span {
	display: inline-block;
	margin: 0 12px;
	color: #dddddd;
}

.index2 ul li img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.index2 ul li .pic {
	display: block;
	height: 270px;
	line-height: 270px;
	text-align: center;
	margin-top: 20px;
}

.index2 ul li:hover {
	transform: translateY(-10px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.index_more {
	display: block;
	width: 232px;
	height: 59px;
	line-height: 59px;
	border: 2px solid #1eb9ef;
	text-align: center;
	margin: 0 auto;
	margin-top: 53px;
	border-radius: 5px;
	font-size: 16px;
	color: #1eb9ef;
}

.index_more:hover {
	background: #1eb9ef;
	color: #fff;
}


.index3 {
	padding-top: 28px;
}

.index3_box {
	height: 792px;
	background: url(../images/index3.jpg) no-repeat center;
	padding-top: 75px;
	box-sizing: border-box;
}

.index3_box .box {
	background: #fff;
}

.index3_box .box .index3_menu {
	width: 253px;
	height: 630px;
	border-right: 1px solid #eaeaea;
}

.index3_box .box .index3_menu ul li {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #515151;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index3_box .box .index3_menu ul li::after {
	content: "";
	width: 5px;
	height: 70px;
	background: #1eb9ef;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index3_box .box .index3_menu ul li a {
	color: #515151;
	display: block;
	padding-left: 40px;
}

.index3_box .box .index3_menu ul li.on {
	background: #edf1f8;
}

.index3_box .box .index3_menu ul li.on::after {
	opacity: 1;
}

.index3_box .box .index3_main {
	width: 1022px;
	padding-top: 35px;
	margin-right: 36px;
}

.index3_box .box .index3_main .item strong {
	display: block;
	font-size: 26px;
	color: #010101;
	font-weight: normal;
	margin-bottom: 28px;
}

.index3_box .box .index3_main .item p {
	font-size: 16px;
	line-height: 32px;
	color: #797979;
	margin-top: 15px;
}

.index3_box .box .index3_main .item span {
	display: block;
	width: 160px;
	height: 53px;
	line-height: 53px;
	background: #1eb9ef;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index3_box .box .index3_main .item span:hover {
	background: #72bc36;
}


.index4 {
	padding-bottom: 55px;
}

.index4 .index_more {
	margin-top: 35px;
}

.index4 .slideGroup .parHd {
	margin-bottom: 28px;
}

.index4 .slideGroup .parHd ul li {
	float: left;
	width: 139px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	border-radius: 5px;
	background: #e0e8f2;
	margin-right: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index4 .slideGroup .parHd ul li:last-child {
	margin-right: 0;
}

.index4 .slideGroup .parHd ul li a {
	display: block;
	font-size: 16px;
	color: #343434;
}

.index4 .slideGroup .parHd ul li.on {
	background: #1eb9ef;
}

.index4 .slideGroup .parHd ul li.on a {
	color: #fff;
}

.index4 .slideGroup .parBd .slideBox {
	position: relative;
}

.index4 .slideGroup .parBd .slideBox .index4_sbox {
	width: 1350px;
	overflow: hidden;
}

.index4 .slideGroup .parBd .slideBox ul {
	padding-bottom: 20px !important;
}

.index4 .slideGroup .parBd .slideBox ul li {
	width: 423px;
	margin-right: 40px;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.index4 .slideGroup .parBd .slideBox ul li .pic {
	display: block;
	width: 100%;
	height: 288px;
	overflow: hidden;
}

.index4 .slideGroup .parBd .slideBox ul li .pic img {
	display: block;
	width: 100%;
	height: 288px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index4 .slideGroup .parBd .slideBox ul li .pic:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.index4 .slideGroup .parBd .slideBox ul li .title {
	padding: 25px;
}

.index4 .slideGroup .parBd .slideBox ul li .title a {
	display: block;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	margin-bottom: 18px;
	height: 20px;
	overflow: hidden;
}

.index4 .slideGroup .parBd .slideBox ul li .title a:hover {
	color: #1eb9ef;
}

.index4 .slideGroup .parBd .slideBox ul li .title p span {
	display: inline-block;
	width: 49%;
	font-size: 15px;
	color: #686868;
}

.index4 .slideGroup .parBd .slideBox ul li .title p span i {
	font-size: 14px;
	color: #98b1d5;
	margin-right: 5px;
}

.index4 .slideGroup .parBd .slideBox .sPrev {
	width: 24px;
	height: 46px;
	position: absolute;
	background: url(../images/index4_prev.png) no-repeat center;
	left: -40px;
	top: 40%;
	cursor: pointer;
}

.index4 .slideGroup .parBd .slideBox .sNext {
	width: 24px;
	height: 46px;
	position: absolute;
	background: url(../images/index4_next.png) no-repeat center;
	right: -40px;
	top: 40%;
	cursor: pointer;
}

.index5{
	height: 754px;
	padding-top: 15px;
	box-sizing: border-box;
	background: url(../images/index5_bg.jpg) no-repeat center;
}
.index5 .lmt{
	margin-bottom: 40px;
}
.index5 .right{
	width: 662px;
	padding-top: 15px;
}
.index5 .right strong.t{
	display: block;
	font-size: 22px;
	color: #212121;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.index5 .right strong.t::after{
	content: "";
	width: 77px;
	height: 3px;
	background: #1eb9ef;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index5 .right  p.d{
	font-size: 16px;
	color: #767676;
	line-height: 36px;
	margin-bottom: 15px;
}
.index5 .right ul li{
	float: left;
	width: 25%;
}
.index5 .right ul li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index5 .right ul li strong{
	display: block;
	text-align: center;
	font-size: 17px;
	color: #525252;
}
.index5 .right ul li p{
	text-align: center;
	font-size: 12px;
	color: rgba(82,82,82,.6);
	display: block;
	margin-top: 8px;
}
.index5 .right ul li:hover img{
	 -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
}

.index6{
	padding-top: 20px;
	padding-bottom: 40px;
}
.index6 .tab-hd{
	margin-bottom: 40px;
}
.index6 .tab-hd ul{
	text-align: center;
}
.index6 .tab-hd ul li{
	display: inline-block;
	width: 177px;
	height: 57px;
	line-height: 57px;
	border-radius: 5px;
	margin: 0 6px;
	text-align: center;
	background: #e0e8f2;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index6 .tab-hd ul li a{
	display: block;
	font-size: 16px;
	color: #343434;
}
.index6 .tab-hd ul li.on{
	background: #1eb9ef;
}
.index6 .tab-hd ul li.on a{
	color: #fff;
}
.index6 .tab-pal .left{
	width: 642px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index6 .tab-pal .left:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,.06);
}
.index6 .tab-pal .left i{
	display: block;
	width: 642px;
	height: 326px;
	overflow: hidden;
}
.index6 .tab-pal .left i img{
    display: block;
width: 100%;
}
.index6 .tab-pal .left .con{
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 30px;
	padding-left: 0;
	box-sizing: border-box;
}
.index6 .tab-pal .left .con .time{
	float: left;
	width: 100px;
	height: 77px;
	border-right: 1px solid #e6e6e6;
}
.index6 .tab-pal .left .con .time strong{
	display: block;
	text-align: center;
	font-size: 44px;
	color: #4c4c4c;
	font-family: arial;
	font-weight: normal;
	margin-bottom: 6px;
}
.index6 .tab-pal .left .con .time p{
	text-align: center;
	font-size: 16px;
	color: #a6a6a6;
}
.index6 .tab-pal .left .con .text{
	margin-left: 15px;
	float: left;
	width: 494px;
}
.index6 .tab-pal .left .con .text strong{
	font-size: 18px;
	color: #4c4c4c;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index6 .tab-pal .left .con .text p{
	font-size: 15px;
	color: #a6a6a6;
	line-height: 24px;
	margin-top: 8px;
		height: 48px;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.index6 .tab-pal .left .con .text strong:hover{
	color: #1eb9ef;
}
.index6 .tab-pal .right{
	width: 675px;
}

.index6 .tab-pal .right li{
	border: 1px solid #e6e6e6; 
	margin-bottom: 24px;
	padding: 30px;
	padding-left: 0;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index6 .tab-pal .right li .time{
	float: left;
	width: 100px;
	height: 77px;
	border-right: 1px solid #e6e6e6;
}
.index6 .tab-pal .right li .time strong{
	display: block;
	text-align: center;
	font-size: 44px;
	color: #4c4c4c;
	font-family: arial;
	font-weight: normal;
	margin-bottom: 6px;
}
.index6 .tab-pal .right li .time p{
	text-align: center;
	font-size: 16px;
	color: #a6a6a6;
}
.index6 .tab-pal .right li .text{
	margin-left: 15px;
	float: left;
	width: 527px;
}
.index6 .tab-pal .right li .text strong{
	font-size: 18px;
	color: #4c4c4c;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index6 .tab-pal .right li .text strong:hover{
	color: #1eb9ef;
}
.index6 .tab-pal .right li .text p{
	font-size: 15px;
	color: #a6a6a6;
	line-height: 24px;
	margin-top: 8px;
	height: 48px;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.index6 .tab-pal .right li:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,.06);
}

.footer{
	background: #212121;
	padding-top: 45px;
}
.footer .footer_1 .left{
	border-right: 1px solid rgba(255,255,255,.08);
}
.footer .footer_1 .left dl{
	float: left;
	width: 145px;
}
.footer .footer_1 .left dl dt{
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .footer_1 .left dl dd{
	font-size: 15px;
	color: #797979;
	line-height: 38px;
}
.footer .footer_1 .left dl dd a{
	color: #797979;
}
.footer .footer_1 .left dl dd a:hover{
	color: #fff;
}
.footer .footer_1 .right{
	width: 522px;
}
.footer .footer_1 .right .contact{
	float: left;
}
.footer .footer_1 .right .contact span{
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 8px;
}
.footer .footer_1 .right .contact strong{
	display: block;
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
.footer .footer_1 .right .contact p{
	font-size: 15px;
	line-height: 25px;
	color: #797979;
	margin-top: 8px;
	background: url(../images/z.png) no-repeat left 4px;
	padding-left: 20px;
}
.footer .footer_1 .right .ewm{
	float: right;
}
.footer .footer_1 .right .ewm p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
}
.footer .copyright{
	margin-top: 30px;
	height: 75px;
	line-height: 75px;
	border-top:  1px solid rgba(255,255,255,.08);
	font-size: 15px;
	color: #5d5d5d;
}
.footer .copyright a{
	color: #5d5d5d;
}

.nybanner{
	height: 360px;
}
.pro_nav1{
	margin-bottom: 25px;
}
.pro_nav1 a{
	display: block;
	float: left;
	width: 446px;
	height: 116px;
	background: #e0e8f2;
	margin-right: 6px;
	text-align: center;
	line-height: 116px;
}
.pro_nav1 a:last-child{
	margin-right: 0;
}
.pro_nav1 a strong{
	font-size: 22px;
	color: #343434;
	font-weight: normal;
}
.pro_nav1 a i{
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
    top: 15px;
	margin-right: 15px;
}
.pro_nav1 a:nth-child(1) i{
	background: url(../images/pro_nav1.png) no-repeat right top;
}
.pro_nav1 a:nth-child(2) i{
	background: url(../images/pro_nav1.png) no-repeat right center;
}
.pro_nav1 a:nth-child(3) i{
	background: url(../images/pro_nav1.png) no-repeat right bottom;
}
.pro_nav1 a.on{
	  background-image: linear-gradient(#b4ecff, #beeeff, #f2f2f2);
}
.pro_nav1 a.on strong{
	font-weight: bold;
	color: #1eb9ef;
}
.pro_nav1 a:nth-child(1).on i{
	background: url(../images/pro_nav1.png) no-repeat left top;
}
.pro_nav1 a:nth-child(2).on i{
	background: url(../images/pro_nav1.png) no-repeat left center;
}
.pro_nav1 a:nth-child(3).on i{
	background: url(../images/pro_nav1.png) no-repeat left bottom;
}
.pro_nav1 a:hover{
	transform: translateY(-5px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	
}
.pro_nav2{
	margin-bottom: 30px;
}
.pro_nav2 a{
	display: block;
	float: left;
	width: 175px;
	height: 55px;
	border: 1px solid #d5d5d5;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #5e5e5e;
	font-weight: bold;
	margin-right: 20px;
}
.pro_nav2 a:hover,.pro_nav2 a.on{
	color: #fff;
	background: #1eb9ef;
	border: 1px solid #1eb9ef;
}

.pro_list li{
	float: left;
	width: 417px;
	margin-right: 49px;
	margin-bottom: 43px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.pro_list li:nth-child(3n){
	margin-right: 0;
}
.pro_list li .pic{
	display: block;
	width: 417px;
	height: 285px;
	overflow: hidden;
}
.pro_list li .pic img{ 
		display: block;
		width: 417px;
		height: 285px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.pro_list li .text{
	width: 417px;
	border: 1px solid #dddddd;
	padding: 20px 10px;
	box-sizing: border-box;
	height: 66px;
}
.pro_list li .text strong{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #323232;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
/*
.pro_list li .text strong{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pro_list li p{
	text-align: center;
	font-size: 14px;
	color: #606060;
}
.pro_list li p span{
	display: inline-block;
	margin: 0 3px;
}
.pro_list li p span i{
	color: #1f56a4;
	margin-right: 5px;
}
.pro_list li p span:nth-child(2) i{
	font-size: 18px;
}
*/
.pro_list li:hover{ 
		transform: translateY(-10px);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .08);
}
.pro_list li:hover i img{
	transform:scaleX(1.1);
  -webkit-transform:scale(1.1); 
   -moz-transform:scale(1.1); 
}
.fenye {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.fenye a {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	margin-right: 5px;
	background: #eee;
}

.fenye b,
.fenye a:hover {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	background: #1eb9ef; 
}

.case_nav {
	margin-bottom: 28px;
}

.case_nav ul li {
	float: left;
	width: 139px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	border-radius: 5px;
	background: #e0e8f2;
	margin-right: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case_nav ul li:last-child {
	margin-right: 0;
}

.case_nav ul li a {
	display: block;
	font-size: 16px;
	color: #343434;
}

.case_nav ul li.on,.case_nav ul li:hover {
	background: #1eb9ef;
}

.case_nav ul li.on a,.case_nav ul li:hover a {
	color: #fff;
}


 

.case_list ul li {
	width: 423px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}
.case_list ul li:nth-child(3n){
	margin-right: 0;
}
.case_list ul li .pic {
	display: block;
	width: 100%;
	height: 288px;
	overflow: hidden;
}

.case_list ul li .pic img {
	display: block;
	width: 100%;
	height: 288px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case_list ul li .pic:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.case_list ul li .title {
	padding: 25px;
}

.case_list ul li .title a {
	display: block;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	/*margin-bottom: 18px;*/
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}

.case_list ul li .title a:hover {
	color: #1eb9ef;
}

.case_list ul li .title p span {
	display: inline-block;
	width: 49%;
	font-size: 15px;
	color: #686868;
}

.case_list ul li .title p span i {
	font-size: 14px;
	color: #98b1d5;
	margin-right: 5px;
}

.news_nav{
	margin-bottom: 40px;
}
.news_nav ul{
	text-align: center;
}
.news_nav ul li{
	display: inline-block;
	width: 177px;
	height: 57px;
	line-height: 57px;
	border-radius: 5px;
	margin: 0 6px;
	text-align: center;
	background: #e0e8f2;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news_nav ul li a{
	display: block;
	font-size: 16px;
	color: #343434;
}
.news_nav ul li.on,.news_nav ul li:hover{
	background: #1eb9ef;
}
.news_nav ul li.on a,.news_nav ul li:hover a{
	color: #fff;
}
.news_list{
	margin-bottom: 40px;
}
.news_list ul{ 
	border-top: 1px solid #e6e6e6;
}
.news_list ul li{
	padding: 35px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news_list ul li .pic{
	display: block;
	float: left;
	width: 240px;
	height: 158px;
	overflow: hidden;
}
.news_list ul li .pic img{
	display: block; 
	width: 240px;
	height: 158px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.news_list ul li .pic:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.news_list ul li .text{
	width: 1088px;
	float: right;
}
.news_list ul li .text a.tit{
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 21px;
	color: #4c4c4c;
}
.news_list ul li .text a.tit:hover{
	color: #1eb9ef;
}
.news_list ul li .text p{
	font-size: 15px;
	color: #a6a6a6;
	line-height: 28px;
}
.news_list ul li .text span{
	font-size: 15px;
	color: #a6a6a6;
	display: block;
	margin-top: 20px;
}
.news_list ul li .text span i{
	font-size: 14px;
	margin-right: 5px;
}

.yingyong_list ul li{
	float: left;
	width: 659px; 
	margin-bottom: 40px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.05);
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.yingyong_list ul li:nth-child(even){
	float: right;
}
.yingyong_list ul li i{
	display: block;
	width: 659px;
	height: 422px;
	overflow: hidden;
}
.yingyong_list ul li i img{ 
		display: block;
		width: 659px;
		height: 422px;
}
.yingyong_list ul li strong{
	display: block;
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 19px;
	color: #1e1e1e;
	overflow: hidden;
}
.yingyong_list ul li:hover{
	 transform: translateY(-10px);
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.contact {
	padding-bottom: 80px;
}
.contact ul {
	margin-bottom: 30px;
}
.contact ul li{
	float: left;
	width: 310px;
	height: 316px;
	border: 1px solid #dadada;
	margin-right: 34px;
	padding-top: 46px;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.contact ul li:last-child{
	margin-right: 0;
}
.contact ul li i{
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	border-radius: 50%;
	background: #1eb9ef;
	text-align: center;
	line-height: 116px;
	margin-bottom: 45px;
}
.contact ul li i img{
	display: inline-block;
	vertical-align: middle;
}
.contact ul li strong{
	display: block;
	text-align: center;
	font-size: 17px;
	color: #000000;
	margin-bottom: 13px;
}
.contact ul li p{
	text-align: center;
	font-size: 16px;
	color: #525252;
	line-height: 25px;
}
.contact ul li.ewm{
	padding-top: 37px;
}
.contact ul li.ewm img{
	display: block;
	margin: 0 auto;
	width: 145px;
	margin-bottom: 25px;
}
.contact ul li:last-child span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #525252;
}
.contact ul li:hover{
	box-shadow: 0px 5px 15px rgba(0,0,0,.08);
}




#map{
	width: 100%;
	height: 520px;
}

.form label{
	display: block;
	margin-bottom: 15px;
}
 .form label input{
	float: left;
	width: 49%;
	height: 50px;
	height: 50px;
	border: 1px solid #e0e0e0;
	padding-left: 15px;
	box-sizing: border-box;
}
 .form textarea{
	width: 100%;
	height: 145px;
	border: 1px solid #e0e0e0;
	padding: 15px;
	box-sizing: border-box;
} 
.form p{
	text-align: center;
	margin-top: 15px;
}
 .form p input[type="button"]{
	width: 158px;
	height: 52px;
	background: #1eb9ef;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	border:none;
	cursor: pointer;
	margin-right: 15px;
}
.form p input[type="reset"]{
	width: 158px;
	height: 52px;
	background: #9c9c9c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	border:none;
	cursor: pointer;
}

.about_1{
	position: relative;
}
.about_1 .box{
	position: relative;
	z-index: 92;
}
.about_1::before{
	content: "";
	width: 100%;
	height: 145px;
	background: #1eb9ef;
	position: absolute;
	left: 0;
	bottom:0
}
.about_1 .left{
	width: 664px;
	background: #fff;
	padding-bottom: 10px;
	position: relative;    height: 540px;
}
.about_1 .left img{
	position: relative;
	z-index: 9;
	top: 30px;
	left: 30px;
}
.about_1 .left::after{
	content: "";
	width: 230px;
	height: 190px;
	background: #bac8e1;
	position: absolute;
	left: 0;
	top: 0;
}
.about_1 .right{
	width: 664px;
	padding-top: 40px;
}

.about_1 .right strong.t{
	display: block;
	font-size: 22px;
	color: #212121;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.about_1 .right strong.t::after{
	content: "";
	width: 77px;
	height: 3px;
	background: #1eb9ef;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_1 .right .d{
	font-size: 16px;
	color: #767676;
	line-height: 32px;
	text-align: justify;
}
.about_1 .right .d p{
	margin-bottom: 40px;
}
.about_1 .right .a_tel{
	margin-top: 75px;
	background: url(../images/a_t.png) no-repeat left center;
	padding-left: 55px;
}
.about_1 .right .a_tel span{
	display: block;
	font-size: 15px;
	color: #fff;
}
.about_1 .right .a_tel strong{
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	margin-top: 8px;
}
.about_3{
	padding-bottom: 80px;
}
.about_2 .lmt{
	padding-top: 80px;
}
.about_3 .lmt{
	padding-top: 68px;
}
.about_3 ul li{
	width: 308px;
	margin-right: 35px;
	float: left;
}
.about_3 ul li img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.about_3 ul li p{
	text-align: center;
	font-size: 17px;
	color: #575757;
}

.about_3 .picScroll-left {
	position: relative;
}
 

.about_3 .picScroll-left .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/index1_prev.jpg) no-repeat center;
	left: -60px;
	top: 190px;
	cursor: pointer;
}
.about_3 .bd{
	overflow: hidden;
}
.about_3 .picScroll-left .next {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/index1_next.jpg) no-repeat center;
	right: -60px;
	top: 190px;
	cursor: pointer;
}
.newsnav{
	height: 65px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 65px;
	margin-bottom: 30px;
}
.newsnav i{
	color: #333;
	margin-right: 10px;
}
.newsnav span{
	font-size: 16px;
	color: #3c3c3c;
}
.newsnav span a{
	color: #3c3c3c;
}
.proxq1{
	padding-bottom: 70px;
}
.proxq1 .left{
	width: 675px;
}
.proxq1 .left img{
	display: block;
	width: 100%;
}
.proxq1 .right{
	width: 650px;
}
.proxq1 .right h1{
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 34px;
	margin-bottom: 20px;
}
.proxq1 .right .d{
	font-size: 15px;
	line-height: 35px;
	color: #343434;
	text-align: justify;
	margin-bottom: 56px;
}
.proxq1 .right ul{
	border-right: 1px solid #d9d9d9;
	display: flex;
}
.proxq1 .right ul li{
    flex: 1;
	text-align: center;
	height: 60px;
	border-left: 1px solid #d9d9d9;
}
.proxq1 .right ul li.on span{
     display: block;
    padding: 0 10px;
    /* box-sizing: border-box; */
    height: 20px;
    overflow: hidden;
    padding-top: 5px;
}
.proxq1 .right ul li span a{
 
    font-size: 20px;
    color: #333;
    font-weight: bold; 
}
.proxq1 .right ul li.on span:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.proxq1 .right ul li.on span a{
      display: none;
    font-size: 20px;
    color: #333;
    font-weight: bold;-webkit-transition:all 0s ease-in-out 0s;transition:all 0s ease-in-out 0s;
}
.proxq1 .right ul li.on span a i{
    font-style: normal;
}
.proxq1 .right ul li.on span a.e{
    display: block;
}
.proxq1 .right ul li.on:hover{
    position: relative;
    z-index: 99;
    
}
.proxq1 .right ul li.on:hover span{
    height: auto;
    width: 360px;
    position: absolute;
    left: -100px;
    top: -20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.proxq1 .right ul li.on:hover span a{
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}
.proxq1 .right ul li.on:hover span a.e{
    display: none;
}
.proxq1 .right ul li strong{
	font-size: 20px;
	color: #343434;
	padding-top: 5px;
	display: inline-block;
	font-family: arial;
}
.proxq1 .right ul li p{
	font-size: 15px;
	color: #343434;
	margin-top: 10px;
}
.proxq1 .right ul li span{
	font-size: 22px;
}
.proxq1 .right .proxq1_a{
	margin-top: 45px;
}
.proxq1 .right .proxq1_a a{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 291px;
	height: 84px;
	background: #69c5d0;
	border-radius: 5px;
	color: #fff;
}
.proxq1 .right .proxq1_a a strong{
	font-size: 17px;
}
.proxq1 .right .proxq1_a a i{
	font-size: 55px; 
}
.proxq1 .right .proxq1_a .p_a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 341px;
	height: 84px;
	background: #1eb9ef;
	border-radius: 5px;
	float: left;
    margin-left: 18px;
	color: #fff;
}
.proxq1 .right .proxq1_a .p_a i{
	font-size: 36px;
	margin-right: 5px;
}
.proxq1 .right .proxq1_a .p_a strong{
	display: block;
	font-size: 24px;
	font-family: arial;
}
.proxq1 .right .proxq1_a .p_a span{
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.proxq2{
	padding: 60px 0;
	border-top: 20px solid #f0f1f6;
}
.proxq_title{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.newstext{
	font-size: 16px;
	line-height: 32px;
	color: #4f4f4f;
}
.newstext td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
}
.newstext p{
	margin-bottom: 15px;
}
.newstext td p{
    margin-bottom: 0;
}
.newstext img{
	display: block;
	margin: 0 auto;
}

.proxq3{
	padding: 60px 0;
	border-top: 20px solid #f0f1f6;
}
.proxq3 ul li{
	float: left;
	overflow: hidden;
	width: 270px;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li::after{
	content: "";
	width: 2px;
	height: 12px;
	background: #1eb9ef;
	position: absolute;
	right: 0;
	top: 0;
}
.proxq3 ul li img{
	display: block;
	position: relative;
	top: 50px;
	opacity: 0;
	width: 100%;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li .proxq3_box{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 95px;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li .proxq3_box b{
	display: block; 
	font-size: 20px;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 50px;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
 
}
.proxq3 ul li .proxq3_box i{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 35px;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li:nth-child(1) .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat left bottom;
}
.proxq3 ul li:nth-child(2) .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -70px bottom;
}
.proxq3 ul li:nth-child(3) .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -140px bottom;
}
.proxq3 ul li:nth-child(4) .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -210px bottom;
}
.proxq3 ul li:nth-child(5) .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -280px bottom;
}
.proxq3 ul li .proxq3_box strong{
	display: block;
	text-align: center;
	font-size: 19px;
	color: #505050;
	position: relative;
	padding-bottom: 16px;
	font-weight: bold;
	font-weight: normal;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li .proxq3_box p{
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 20px;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li:hover img{
	opacity: 1;
	top: 0;
}
.proxq3 ul li:hover .proxq3_box{
	padding-top: 0px;
}
.proxq3 ul li:hover b{
	opacity: 0;
}
.proxq3 ul li:hover strong{
	color: #fff;
}
.proxq3 ul li strong::after{
	opacity: 0;
	content: "";
	width: 21px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:0;
 -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq3 ul li:hover strong::after{
	opacity: 1;
}
.proxq3 ul li:nth-child(1):hover .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat left top;
}
.proxq3 ul li:nth-child(2):hover .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -70px top;
}
.proxq3 ul li:nth-child(3):hover .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -140px top;
}
.proxq3 ul li:nth-child(4):hover .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -210px top;
}
.proxq3 ul li:nth-child(5):hover .proxq3_box i{
	background: url(../images/proxq3_ico.png) no-repeat -280px top;
}

.proxq4{
	padding: 60px 0;
	border-top: 20px solid #f0f1f6;
}

.detail{
	padding-top: 30px;
	padding-bottom: 50px;
}
.detail h1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.detail .tit{
	text-align: center;
	font-size: 15px;
	color: #666; 
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}


.fn{ 
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.fn p{
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}
.fn p a{
	color: #666;
}
.fn p a:hover{
	color: #1eb9ef;
}

  @media (max-width: 1500px){
	.nav ul li{    width: 133px;}
 .pro_nav1 a{width: 396px;}
.pro_list li { 
    width: 376px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.pro_list li .pic{ width: 376px; height:256px;}
.pro_list li .pic img{width: 376px; height:256px;}
.pro_list li .text {width: 376px;}
.footer .footer_1 .left dl { 
    width: 135px;
}
.footer .footer_1 .right {
    width: 491px;
}
.case_list ul li {width: 373px;}
.case_list ul li .pic img,.case_list ul li .pic{height:250px;}
.news_list ul li .text {width: 925px;}
.contact ul li{    width: 288px;margin-right: 16px;}
.about_1 .left {width: 530px;height: 510px;}
.about_1 .left img{    width: 560px;} 
.about_1 .right {
    width: 570px;}

.about_1 .right .d {	font-size: 15px;
    color: #767676;
    line-height: 34px;}
.about_1 .right .d p {
    margin-bottom: 20px;
}
.about_1 .right .a_tel{    margin-top: 50px;}
.lmt strong{font-size: 36px;}
.about_2 img{ width:100%}
.yingyong_list ul li{    width: 580px;}
.yingyong_list ul li i img,.yingyong_list ul li i{  width: 580px; height:370px;}
.proxq1 .left {
    width: 590px;
}
.proxq1 .right {
    width: 580px;
}
.proxq1 .right h1 {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 30px;
    margin-bottom: 20px;
}
.proxq1 .right .proxq1_a a{    width: 245px;height: 70px;}
.proxq1 .right .proxq1_a .p_a{    width: 265px;height: 70px;}
.proxq1 .right .d {
    font-size: 14px;
    line-height: 26px;}
.proxq_title {
    font-size: 30px;}
.proxq3 ul li{    width: 240px;} 
.index1 .picScroll-left .bd{width:1200px;}
.index1 .bd ul li{width:212px;}
.index2 ul li{width: 386px;margin-right: 20px;}
.index3_box .box .index3_menu {
    width: 200px;}
.index3_box .box .index3_main {
    width: 930px;}
.index3_box .box .index3_main img{width:100%}
.index4 .slideGroup .parBd .slideBox .index4_sbox {
    width: 1200px;}
.index4 .slideGroup .parBd .slideBox ul li{width:390px;}
.index4 .slideGroup .parBd .slideBox ul li{    margin-right: 23px;}
.index4 .slideGroup .parBd .slideBox ul li .pic,.index4 .slideGroup .parBd .slideBox ul li .pic img{height:260px;}
.index5 .left img{ width:570px;}
.index5 .right {
    width: 600px;}
.index6 .tab-pal .left,.index6 .tab-pal .right{    width: 585px;}
.index6 .tab-pal .left i{  width: 585px;}
.index6 .tab-pal .left .con .text{
    width: 437px;}
.index6 .tab-pal .right li .text{    width: 437px;}
}
