@charset "UTF-8";

/*初始化*/

body {
	font-family: "微软雅黑";
}

a {
	cursor: pointer;
}

.wrap_1200 {
	width: 1200px;
	margin: 0 auto;
}

.wrap-1400 {
	width: 1400px;
	margin: 0 auto;
}

.wrap_1700 {
	width: 1700px;
	margin: 0 auto;
}

.wrap_1850 {
	width: 1850px;
	margin: 0 auto;
}


/*header*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 90px;
	background: #FFF;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	line-height: 90px;
	font-size: 0;
}

.header.hide {
	top: 0;
}

.logo {
	float: left;
}

.logo img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.search {
	float: right;
	font-size: 0;
	margin-left: 7.5%;
}

.search .search-config {
	display: inline-block;
}

.search form {
	display: inline-block;
	width: 225px;
	height: 40px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #d4d4d4;
	border-radius: 25px;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1;
}

.search form input[type='text'] {
	width: calc(100% - 34px);
	height: 100%;
	border: none;
	padding: 7px 12px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.search form input[type='submit'] {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url(../images/search.png)no-repeat;
	background-size: cover;
	border: none;
	font-size: 14px;
	color: #fff;
	opacity: .9;
}

.search form input[type='submit']:hover {
	opacity: 1;
}

.search .iconfont {
	opacity: .9;
	display: inline-block;
}

.search .iconfont:hover {
	opacity: 1;
}

.search .iconfont img {
	margin-top: -12px;
	display: inline-block;
	vertical-align: middle;
}

.nav {
	position: relative;
	float: right;
}

.nav>ul {
	position: relative;
	z-index: 2;
}

.nav>ul>li {
	float: left;
	padding: 0 20px;
}

.nav>ul>li:hover {
	border-bottom: #0281cc;
}

.nav>ul>li>a {
	display: block;
	padding: 0 12px;
	font-size: 16px;
	color: #666;
}

.nav>ul>li.on_1>a,
.nav>ul>li:hover>a {
	color: #0281cc;
}

.nav>i {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: auto;
	height: 2px;
	background: #0281cc;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nav .nav_down {
	display: none;
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}

.nav .nav_down>div {
	height: 100%;
}

.nav .nav_down a {
	display: inline-block;
	padding: 0 40px;
	font-size: 14px;
	color: #666;
	line-height: 70px;
	vertical-align: top;
}

.nav .nav_down a:hover {
	background: #0075B0;
	color: #fff;
}


/*banner*/

.banner {
	margin: auto;
	margin-top: 90px;	
}

.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #0582cd;
}

.banner .swiper-container {
	text-align: center;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	position: relative;
}

.banner .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 1px;
	left: 1px;
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	background: #ed1a0b;
}

.banner .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 1px;
	left: 1px;
	background: #ed1a0b;
}


/*news*/

.news {
	width: 1440px;
	margin: auto;
	margin-top: 62px;
	margin-bottom: 62px;
}

.news .news-title {
	width: 686px;
	height: 235px;
	display: inline-block;
	overflow: hidden;
}

.news .news-title:nth-child(2) {
	float: right;
}

.news .news-title .title {
	background: url(../images/demo/index-bg.jpg)no-repeat;
	background-size: cover;
	height: 48px;
	width: 100%;
	display: inline-block;
	font-family: "微软雅黑";
}

.news .news-title .title p {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
	padding: 0 12px 0 23px;
}

.news .news-title .title i {
	display: inline-block;
	font-size: 24px;
	line-height: 30.99px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	line-height: 48px;
	opacity: 0.8;
}

.news .news-title .title a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
	vertical-align: middle;
	line-height: 48px;
	float: right;
	padding-right: 24px;
}

.news .news-list {
	margin-top: 37px;
}

.news .news-list-left {
	display: inline-block;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.news .news-list-left-pic {
	position: absolute;
	top: 122px;
	left: 22px;
}

.news .news-list-left-background {
	position: absolute;
	top: 116px;
	left: 0;
	width: 209px;
	height: 34px;
	background: #011a33;
	opacity: .6;
}

.news .news-list-left-pic p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	width: 184px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news .news-list-left-pic a {
	position: relative;
}

.news .news-list-left-pic a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	top: -13px;
	left: -9px;
	background: #fff;
}

.news .news-list-right {
	display: inline-block;
	width: 437px;
	margin-left: 40px;
	float: right;
}

.news .news-list-right li {
	position: relative;
}

.news .news-list-right li:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	top: 11px;
	left: -10px;
	background: #666;
}

.news .news-list-right .list-title {
	display: inline-block;
	color: #666;
	font-size: 16px;
}

.news .news-list-right .list-title p {
	width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
}

.news .news-list-right .list-title p:hover {
	color: #0582cd;
}

.news .news-list-right .list-data {
	display: inline-block;
	float: right;
	color: #999;
	font-size: 14px;
}

.Ab-tit {
	text-align: center;
	padding: 70px 0 40px;
}

.Ab-tit span {
	text-align: center;
	font-size: 36px;
	line-height: 24px;
	color: #0582cd;
}

.Ab-tit span i {
	color: #999;
	line-height: 30.99px;
}

.Ab-tit .title-mes {
	margin-top: 24px;
}

.Ab-tit .title-mes p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.Ab_7 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 836px;
	overflow: hidden;
	margin-top: 76px;
	box-sizing: border-box;
	background: url(../images/background2.jpg)no-repeat center;
	background-size: cover;
}

.Ab_7 .borders {
	position: absolute;
    top: 584px;
    left: 0;
	z-index: 1;
	width: 84%;
    height: 8px;
    background:#86c8ee ;
    margin: auto;
    margin-left: 8%;
}
.Ab_7 .borders:before {
	position: absolute;
	content: "";
	background: url(../images/border-2.png)no-repeat;
	height: 40px;
	width: 241px;
    top: -27px;
    left: -215px;
}
.Ab_7 .borders:after {
	position: absolute;
	content: "";
	background: url(../images/boder-3.png)no-repeat;
	height: 40px;
	width: 241px;
    top: -27px;
    right: -223px;
}

.Ab_7 .wrap_1400 {
	position: relative;
    width: 1440px;
    margin: auto;
}

.Ab_7 .wrap_1400>a.iconfont {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border: 1px solid #333;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 38px;
}

.Ab_7 .wrap_1400>a.iconfont.next {
	left: 100%;
}

.Ab_7 .wrap_1400>a.iconfont.prev {
	right: 100%;
}

.Ab_7 .wrap_1400>a.iconfont:hover {
	border-color: #0280CC;
	background: #0280CC;
	color: #fff;
}

.Ab_7 .swiper-slide {
	cursor: pointer;
}

.Ab_7 .swiper-slide:hover .abc_hd span,
.Ab_7 .swiper-slide.on .abc_hd span {
	color: #0280CC;
	border-color: #0280CC;
}

.Ab_7 .swiper-slide.on .abc_bd {
	z-index: 6;
}

.Ab_7 .swiper-slide.on .abc_bd i {
	display: block;
}

.Ab_7 .swiper-slide.on .abc_box {
	display: block;
}



.Ab_7 .swiper-slide.p_left .abc_box {
	left: 50%;
	margin-left: 40px;
	-webkit-animation: Ls_right 1.5s ease forwards;
	animation: Ls_right 1.5s ease forwards;
}

.Ab_7 .swiper-slide.p_left .abc_img {
	float: left;
}

.Ab_7 .swiper-slide.p_left .abc_txt {
	float: right;
	text-align: left;
	width: 540px;
	margin-top: 15px;
}

.Ab_7 .Ab_mian {
	position: relative;
	margin-top: 50px;
	z-index: 2;
}

.Ab_7 .abc_hd {
	position: relative;
	z-index: 4;
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}


.Ab_7 .abc_bd {
	position: relative;
	z-index: 5;
	height: 370px;
}

.Ab_7 .abc_bd i {
	display: none;
	position: absolute;
	bottom: -2px;
    left: 168px;
	width: 8px;
	height: 97%;
	background: #86c8ee;
	-webkit-animation: fade-in 1s ease forwards;
	animation: fade-in 1s ease forwards;
}
.Ab_7 .p_left .abc_bd i {
	display: none;
	position: absolute;
	bottom: -2px;
	left: 162px;
	width: 8px;
	height: 97%;
	background: #86c8ee;
	-webkit-animation: fade-in 1s ease forwards;
	animation: fade-in 1s ease forwards;
}

.Ab_7 .p_left .abc_bd i:after {
	position: absolute;
    top: -14px;
    width: 40px;
    height: 40px;
    content: '';
    left: -6px;
    background: url(../images/icon_04.png)no-repeat;
	background-size: 100%;
}
.Ab_7 .abc_hd:before{
    position: absolute;
    top: -59px;
    left: 83px;
    width: 40px;
    height: 40px;
    content: '';
    margin-left: -11px;
    background: url(../images/icon_03.png)no-repeat;
}
.Ab_7 .p_left .abc_hd:before{
	position: absolute;
    top: -59px;
    left: 77px;
    width: 40px;
    height: 40px;
    content: '';
    margin-left: -11px;
    background: url(../images/icon_03.png)no-repeat;
}
.Ab_7  .abc_bd i:after {
	position: absolute;
    top: -14px;
    width: 35px;
    height: 35px;
    content: '';
    left: -25px;
    background: url(../images/icon_05.png)no-repeat;
	background-size: 100%;
}
.Ab_7 .abc_bd i:before{
    position: absolute;
    left: -15px;
    bottom: -45px;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon_03.png)no-repeat;
}
.Ab_7 .abc_box {
	display: none;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 25;
	width: 1040px;
	height: 210px;
	margin-right: 60px;
	-webkit-animation: Ls_left 1.5s ease forwards;
	animation: Ls_left 1.5s ease forwards;
}

.Ab_7 .abc_img {
	width: 440px;
	height: 306px;
	overflow: hidden;
	display: inline-block;
}

.Ab_7 .abc_img img {
	width: 100%;
}

.Ab_7 .abc_txt {
	width: calc(100% - 270px);
	text-align: right;width: 540px;
}

.Ab_7 .abc_txt span {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	color: #0582cd;
	line-height: 24px;
}

.Ab_7 .abc_txt em {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;	
	color: #333;
}

.Ab_7 .abc_txt font {
	display: block;
	max-height: 120px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}

.abc_hd{
	width: 175px;
    height: 150px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin-top: 438px;
    margin-left: 80px;
}
.abc_hd .iconfig-1{
	width: 65px;
    height: 55px;
    margin: auto;
    background: url(../images/icon2-1.png)no-repeat;
    background-size: cover;
    margin-top: 28px;
}
.abc_hd .iconfig-2{
    color: #404040;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
}
.abc_hd:hover{
    border: 1px solid #0582cd;
    background: linear-gradient(to bottom right, #32a1e5, #0985cf);
}
.abc_hd:hover .iconfig-2 p{
    color: #fff;
}
.abc_hd:hover .iconfig-1{
	background: url(../images/icon2.png)no-repeat;
}

.Ab_mian .swiper-slide:nth-child(2) .abc_hd .iconfig-1{
	background: url(../images/icon.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(2) .abc_hd:hover .iconfig-1{
	background: url(../images/icon-1.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(3) .abc_hd .iconfig-1{
	background: url(../images/icon3.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(3) .abc_hd:hover .iconfig-1{
	background: url(../images/icon3-1.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(4) .abc_hd .iconfig-1{
	background: url(../images/iocn4.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(4) .abc_hd:hover .iconfig-1{
	background: url(../images/iocn4-1.png)no-repeat;
}
.Ab_mian .swiper-slide:nth-child(1){
	display: block;
}




/*products*/

.products {
	width: 1440px;
	height: 935px;
	margin: auto;
}

.products .products-list div {
	width: 464px;
	height: 606px;
	float: left;
	margin-left: 23px;
	position: relative;
}
.products .products-list .product-three{
	padding-left: 464px;
	float: none;
	width: auto;
	margin-left: 0;
}
.products .products-list .product-three a{
	float: left;
	width: 464px;
	display: block;
	margin-left: 23px;
	position: relative;
	margin-bottom: 21px;
}
.products .products-list .product-three a img{vertical-align: middle;width: 100%;height: 292px;}
.products .products-list div:nth-child(1) {
	margin-left: 0;
}

.products .products-list div:nth-child(3) img {
	padding-bottom: 16px;
}

.products .products-list .product-one p {
	position: absolute;
	top: 120px;
	left: 100px;
	font-size: 30px;
	color: #fff;
	line-height: 24px;
}

.products .products-list .product-one:nth-child(2) p {
	top: 120px;
	left: 170px;
}

.products .product-three a p {
	top: 205px;
	left: 230px;
	position: absolute;
	font-size: 30px;
	color: #fff;
	line-height: 24px;
}
/* 
.products .product-three a:nth-child(2) p {
	top: 531px;
    left: 138px;
} */


/*.products .products-list .products-three a:nth-child(2) p{		
	top: 539px;
	left: 320px;	
}*/

.about {
	width: 100%;
	height: 670px;
	background: url(../images/demo/background.jpg)no-repeat;
	background-size: cover;
}

.about-us {
	width: 1440px;
	margin: auto;
}

.about-us-left {
	width: 700px;
	display: inline-block;
	margin-top: 150px;
}

.about-us .title p {
	font-size: 36px;
	color: #fff;
	display: inline-block;
}

.about-us .title p:nth-child(2) {
	font-size: 36px;
}

.about-us .about-article {
	width: 645px;
	margin-top: 55px;
}

.about-us .about-article p {
	font-size: 14px;
	color: #fff;
}

.about-us .about-us-left ul {
	margin-top: 70px;
}

.about-us .about-us-left ul li {
	float: left;
	height: 90px;
	position: relative;
	width: 33%;
}

.about-us .about-us-left ul li:nth-child(1) {
	margin-left: 0px;
}

.about-us-left li i {
	float: left;
	position: relative;
	z-index: 1;
	width: 70px;
	height: 70px;
	margin-right: 24px;
	border-radius: 50%;
	background: #50b5f7 no-repeat center;
	background-size: cover;
	vertical-align: top;
}

.about-us-left li i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 88px;
	height: 88px;
	content: '';
	margin-left: -44px;
	margin-top: -44px;
	background: url(../images/icon_25.png) no-repeat center;
	background-size: 100%;
	-webkit-animation: spin 2s linear 2s 5 alternate;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.about-us-left li span {
	float: left;
	padding: 8px 0;
	vertical-align: top;
	text-align: left;
	width: 136px;
}

.about-us-left li span em {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.about-us-left li span font {
	display: block;
	font-size: 12px;
	color: #Fff;
	line-height: 24px;
}

.about-us .about-us-right {
	display: inline-block;
	float: right;
	margin-top: 95px;
}

.cases {
	height: 675px;
	background: url(../images/background2.jpg)no-repeat center;
}

.cases .cases-border {
	width: 1440px;
	margin: auto;
}

.cases-lists .case-li {
	width: 350px;
	height: 360px;
	float: left;
	margin-left: 8px;
	overflow: hidden;
}
.cases-lists .case-li:nth-child(1){
	margin-left: 0;
}
.cases-lists .case-top {
	width: 350px;
	height: 285px;
}

.cases-lists .case-btm {
	width: 350px;
	height: 76px;
	background: #f2f3f5;
	line-height: 76px;
	position: relative;
}

.cases-lists .case-btm .case-btm-ct {
	width: 280px;
	margin: auto;
	position: relative;
}

.cases-lists .case-btm:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 76px;
	background: #0f8dd7;
	transition: all 0.5s;
}
.cases-lists .case-li:hover .case-btm:before {
	width: 350px;
}
.cases-lists .case-li:hover .case-btm p {
	color: #fff;
}
.cases-lists .case-btm p {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	z-index: 999;
}

.cases-lists .case-btm-ct .icon-btm {
	width: 41px;
	height: 11px;
	display: inline-block;
	background: url(../images/icons2.png)no-repeat;
	background-size: cover;
	float: right;
	margin-top: 30px;
}

.cases-lists .case-li:hover .icon-btm {
	background: url(../images/icons.png)no-repeat;
}


.footer {
	height: 300px;
	/*width: 1920px;*/
	background: #f2f3f5;
}

.footer .footer-back {
	width: 1440px;
	margin: auto;
}

.footer .footer-top {
	height: 150px;
	padding: 50px 0 0 0;
	display: inline-block;
}

.footer .footer-top ul {
	width: 1000px;
	height: 30px;
	padding: 0 0 20px 0;
}

.footer .footer-top ul li {
	float: left;
	margin-right: 55px;
}

.footer .footer-top ul li a {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.footer .footer-top b {
	font-size: 28px;
	color: #404040;
	line-height: 30px;
	display: block;
	font-weight: normal;
}

.footer .footer-top p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}

.footer .wechart {
	width: 150px;
	height: 118px;
	display: inline-block;
	float: right;
	margin-top: 50px;
}

.footer .wechart-left {
	height: 100%;
	width: 117px;
	display: inline-block;
}

.footer .wechart-left img {
	height: 100%;
	width: 100%;
}

.footer .wechart-right {
	width: 33px;
	height: 100%;
	display: inline-block;
	background: #0582cd;
	float: right;
}

.footer .wechart-right p {
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	padding-top: 14px;
	letter-spacing: normal;
}

.footer-middle {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #d7d8d9;
	border-top: 1px solid #d7d8d9;
}
.footer-middle .txt{
	font-size: 14px;
	color: #999;
}

.footer-middle ul li {
	float: left;
	margin-right: 40px;
}

.footer-middle ul li a {
	color: #999;
	font-size: 14px;
}

.footer-btm {
	height: 60px;
	line-height: 60px;
}

.footer-btm p {
	color: #999;
	font-size: 14px;
}


/*产品中心*/

.banner-single {
	width: 100%;
	height: 494px;
	margin-top: 90px;
}

.banner-single img {
	width: 100%;
	height: 100%;
}

.contents {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.contents-first {
	margin: auto;
	border-bottom: 1px solid #eeeeee;
}
.contents-first .warper{
    padding-bottom: 50px;
}
.content-nav {
	height: 70px;
	width: 1440px;
	margin: auto;
	font-size: 14px;
	color: #929292;
	line-height: 71px;
}

.content-nav a {
	font-size: 0;
}

.content-nav p {
	display: inline-block;
	font-size: 14px;
	color: #929292;
	line-height: 36px;
}

.content-nav b {
	padding-left: 4px;
	font-weight: normal;
}

.content-list-1 {
	width: 1455px;
	height: 560px;
	margin: auto;
	overflow: hidden;;
}

.content-list-1 .con-0 {
	margin-top: 57px;
	float: left;
	margin-left: 15px;
	width: 690px;
}

/* .content-list-1 .con-0:nth-child(2) h2{
    margin-left: -34px;
} */
.content-list-1 div:nth-child(1) {
	margin-left: 0;
}
.contents h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	margin-left: 25px;
	position: relative;
}

.contents h2:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 36px;
	top: 0;
	left: -24px;
	background: #0281cc;
}

.content-list-1 .con-0 a {
	position: relative;
}

.content-list-1 .con-0 a img {
	margin-top: 32px;
}

.content-list-1 .con-0 a p {
	position: absolute;
	top: -325px;
	right: 45px;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
}
/* .content-list-1 .con-0 div {
    margin-left: -60px;
} */
.content-list-2 {
	width: 1440px;
	margin: auto;
	margin-top: 75px;
}

.content-list-2 ul li {
	float: left;
	margin-top: 15px;
}
.content-list-2 ul li {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
.content-list-2 ul li:nth-child(1) {	
	margin-left: 0;
}
.content-list-2 ul li:nth-child(3) {	
	margin-left: 0;
}
.content-list-3 ul li:nth-child(3) {	
	margin-left: 20px;
}
.contents .content-list-2 h2 {
	padding-bottom: 17px;
}


.content-list-2 ul li a {
	position: relative;
}

.content-list-2 ul li a p {
	position: absolute;
	top: -325px;
	right: 45px;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
}

.content-list-3 {
	margin-top: 0;
	overflow: hidden;
	margin-top: 75px;
}

.content-list-3 ul li{
	margin-left: 20px;
}
.content-list-3 ul li:nth-child(1){
	margin-left: 0;
}
.content-list-3 ul li:nth-child(4) {
	margin-left: 0;
}
.contents-single{
	margin-bottom: 40px;
}
.content-list-top{
	margin-top: 75px;
}
.content-fix li:nth-child(7){
	margin-left: 0;
}
.content-lists{
	width: 1440px;
	margin: auto;
	overflow: hidden;
}
.content-lists{	
	padding-top: 75px;
}
.content-lists h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin-left: 25px;
    position: relative;
    padding-bottom: 17px;
}
.content-lists li{
	float: left;
	margin:15px 0 0 15px;	
}
.content-lists li:nth-child(1){
	margin-left: 0;
}
.content-lists ul li a {
    position: relative;
}
.content-lists li:nth-child(3n-2){
	margin-left: 0;
}
.content-lists ul li a p{
    position: absolute;
    top: -325px;
    right: 45px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

.content-lists ul h2:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 36px;
    top: 0;
    left: -24px;
    background: #0281cc;
}

/*成功案例*/
.success{
	overflow: hidden;
	margin: auto;
}
.successful{
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.product {
	padding-bottom: 50px;
	overflow: hidden;
}

 {
	/*width: 1440px;*/
	margin: auto;
	height: 1716px;
}

.inormalsp-box {
	width: 1440px;
	margin: auto;
}

.inormalsp-right {
	overflow: hidden;
	float: left;
}

.inormalsp-dl {
	overflow: hidden;
}

.inormalsp-dl dd {
	overflow: hidden;
	display: none;
}

.inormalsp-dl dd:nth-last-child {
	display: block;
}

.inormalsp-clist {
	overflow: hidden;
	margin-top: 20px;
}

.inormalsp-clist li {
	float: left;
	width: 325px;
	height: 325px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-right: 36px;
	margin-top: 36px;
}

.inormalsp-clist li:nth-child(4n) {
	margin-right: 0;
}

.inormalsp-clist li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	border: 1px solid #f1f1f1;
}

.inormalsp-clist li .box {
	width: 228px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.inormalsp-clist li .img {
	width: 333px;
	height: 265px;
	margin: 0 auto;
}

.inormalsp-clist li .name {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.Pvcu .inormalsp-clist li:nth-child(7){
	width: 688px;
    margin-right: 0;
}
.Pvcu .inormalsp-clist li:nth-child(7) .img{
	width: 688px;
}
.bnimbak-img {
	width: 100%;
	height: 100%;
}

.inormalsp-tlist {
	float: right;
	margin-top: -71px;
}

.inormalsp-tlist .active {
	background: #0281cc;
}

.inormalsp-tlist .active a {
	color: #fff;
}

.inormalsp-li {
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.inormalsp-li a{
	font-size: 16px;
	padding: 0 20px;
}

/*联系我们*/

.content-about {
	height: 903px;
	width: 100%;
	margin: auto;
}

.about-us-single {
	width: 1440px;
	height: 250px;
	margin: auto;
	background: #f6f6f6;
	margin-top: 40px;
}

.about-single-page {
	width: 1440px;
	height: 250px;
	padding-top: 38px;
}

.about-us-single .tel {
	width: 419px;
	height: 183px;
	display: inline-block;
	float: left;
}

.about-us-single .tel-2 {
	width: 220px;
	height: 70px;
	margin: 35px 0 0 70px;
}

.about-us-single .tel p {
	font-size: 16px;
	line-height: 32.53px;
	color: #666;
	padding-bottom: 10px;
}

.about-us-single .tel b {
	font-size: 30px;
	line-height: 32.53px;
	color: #333;
}

.about-us-single .address {
	width: 700px;
	height: 183px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	display: inline-block;
}

.about-us-single .address-2 {
	width: 430px;
	height: 150px;
	margin: 15px 0 0 85px;
}

.about-us-single .address h2 {
	font-size: 24px;
	color: #333;
	line-height: 32.53px;
	padding-bottom: 15px;
}

.about-us-single .address p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.about-us-single .wecharts {
	width: 319px;
	height: 183px;
	display: inline-block;
	float: right;
}

.about-us-single .wecharts-2 {

	height: 125px;
	margin: 20px 0 0 100px;
}

.about-us-single .wecharts p {
	font-size: 14px;
	line-height: 32.53px;
	color: #333;
}

.about-us-map {
	width: 1440px;
	margin: auto;
	height: 410px;
	background: #f6f6f6;
}

.about-us-map .map {
	padding: 27px 0 0 32px;
}


/*新闻列表*/

.swiper-news-recommend {
	position: relative;
	zoom: 1;
	margin-top: 55px;
	background: #fff;
}

.swiper-news-recommend .title {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	line-height: 1.2;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.swiper-news-recommend .u-box {
	position: relative;
	zoom: 1;
}

.swiper-news-recommend .u-box:after {
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	clear: both;
}


/*.swiper-news-recommend .u-box a {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}*/

.swiper-news-recommend .u-img {
	position: relative;
	zoom: 1;
	float: left;
	margin-right: 50px;
	opacity: 0;
	transform: translateX(-200px);
	transition: opacity .6s, transform .6s, filter .4s;
	width: 676px;
	height: 376px;
}

.swiper-news-recommend .u-img img {
	width: 100%;
	height: 100%;
}

.swiper-news-recommend .u-img>.jqthumb {
	position: absolute!important;
	top: 0;
	left: 0;
}

.swiper-news-recommend .u-con {
	padding-top: 8px;
	line-height: 2;
	overflow: hidden;
	height: 265px;
	width: 695px;
	border-bottom: 1px solid #E2E2E2;
}

.swiper-news-recommend .date {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-top: 10px;
}

.swiper-news-recommend .name {
	margin-top: 35px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.swiper-news-recommend .content {
	margin-top: 25px;
	height: 4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
}


/* hover */

.swiper-news-recommend .u-box:hover .u-img {
	filter: brightness(1.1);
}

.swiper-news-recommend .u-box:hover .name {
	color: #39c;
}

.swiper-news-recommend .u-box:hover .more {
	width: 93px;
}


/* transition */

.swiper-news-recommend .date,
.swiper-news-recommend .name,
.swiper-news-recommend .content,
.swiper-news-recommend .more {
	opacity: 0;
	transform: translateX(200px);
}

.swiper-news-recommend .date {
	transition: opacity .6s .15s, transform .6s .15s;
}

.swiper-news-recommend .name {
	transition: color .4s 0s, opacity .6s .25s, transform .6s .25s;
}

.swiper-news-recommend .content {
	transition: opacity .6s .35s, transform .6s .35s;
}

.swiper-news-recommend .more {
	transition: width .4s 0s, opacity .6s .45s, transform .6s .45s;
}

.swiper-slide img {
	width: 100%;
}

.swiper-news-recommend .swiper-slide-active .u-img,
.swiper-news-recommend .swiper-slide-active .date,
.swiper-news-recommend .swiper-slide-active .name,
.swiper-news-recommend .swiper-slide-active .content,
.swiper-news-recommend .swiper-slide-active .more {
	opacity: 1;
	transform: none;
}

.swiper-news-button {
	position: absolute;
	z-index: 10;
	bottom: -18px;
	left: 706px;
	padding: 50px 20px;
	line-height: 0;
	font-size: 0;
}

.swiper-news-button>div {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	line-height: 36px;
	font-size: 46px;
	font-family: "SimSun";
	text-align: center;
	color: #999;
	cursor: pointer;
	outline: none;
}

.swiper-news-button>div:first-child {
	border: none;
	height: 30px;
	width: 60px;
	font-size: 22px;
	border: 1px solid #E2E2E2;
	line-height: 30px;
}

.swiper-news-button>div:nth-child(2) {
	height: 30px;
	width: 60px;
	font-size: 22px;
	border: 1px solid #E2E2E2;
	margin-left: 15px;
	line-height: 30px;
}

.swiper-news-button>div:hover {
	color: #1d9de4;
}

.swiper-news-button>.swiper-button-disabled {
	color: #e5e5e5;
	pointer-events: none;
}

.sub-news-list {
	margin-top: 55px;
}

.sub-news-list li {
	margin-top: 45px;
	padding: 35px 0 35px 35px;
	background: #fff;
	box-shadow: 0 0 10px rgba(113, 113, 113, .08);
}

.sub-news-list li:first-child {
	margin: 0;
}

.sub-news-list .u-box {
	position: relative;
	zoom: 1;
	display: flex;
	overflow: hidden;
}

.sub-news-list .u-box a {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.sub-news-list .u-box>.flex {
	display: flex;
	overflow: hidden;
}

.sub-news-list .u-img {
	flex-shrink: 0;
	margin-right: 50px;
	width: 336px;
	height: 240px;
	transition: filter .4s;
}

.sub-news-list .u-con {
	flex: 1;
	padding-top: 18px;
	line-height: 1.8;
	overflow: hidden;
}

.sub-news-list .name {
	line-height: 2;
	overflow: hidden;
	font-size: 24px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .4s;
}

.sub-news-list .content {
	margin-top: 28px;
	height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 20px;
	color: #666;
}

.sub-news-list .more {
	margin-top: 42px;
	display: inline-block;
	vertical-align: top;
	width: 73px;
	height: 6px;
	background: url(../images/arrow-news.png) center / 100% 100% no-repeat;
	transition: width .4s;
}

.sub-news-list .u-date {
	flex-shrink: 0;
	margin-left: 80px;
	padding-top: 24px;
	width: 214px;
	height: 24px;
	font-family: Arial;
	text-align: center;
	border-left: solid 1px #e2e2e2;
}

.sub-news-list .u-date .DD {
	line-height: 1.0925;
	font-size: 108px;
	color: #666;
}

.sub-news-list .u-date .YYMM {
	line-height: 1.3846;
	font-size: 26px;
}

.sub-news-list .u-box:hover .u-img {
	filter: brightness(1.1);
}

.sub-news-list .u-box:hover .name {
	color: #39c;
}

.sub-news-list .u-box:hover .more {
	width: 93px;
}

.news-detail {
	padding-top: 100px;
}

.news-detail>.area {
	max-width: 1500px;
}

.news-detail .m-title {
	padding-top: 0;
	font-size: 36px;
	text-align: left;
}

.news-detail .m-title h1 {
	font-weight: normal;
}

.news-detail .m-title p {
	margin-top: 1em;
	line-height: 2;
	font-size: 18px;
	color: #666;
}

.news-detail .m-title:after {
	margin: .5555em 0 0;
	width: 2.6666em;
}

.news-detail .detail-con {
	padding: 45px 0 55px;
	line-height: 2;
	font-size: 18px;
	color: #666;
}

.news-detail .detail-con h4 {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.news-lists {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

.lists-top {
	width: 456px;
	height: 245px;
}

.lists-top a {
	width: 456px;
	height: 245px;
}

.lists-top a img {
	width: 100%;
	height: 100%;
}

.news-lists li {
	height: 485px;
	width: 445px;
	border-bottom: 1px solid #e2e2e2;
	float: left;
	margin-left: 35px;
	margin-top: 60px;
	transition: all 0.5s;
}

.news-lists li:hover {
    border-bottom: 1px solid #0281cc;
}

.news-lists .lists-btm {
	margin-top: 35px;
	width: 100%;
	transition: all 0.5s;
}

.news-lists .lists-btm .content {
	margin-top: 25px;
}

.news-lists .lists-btm h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-lists .lists-btm p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 40px;
}


/*新闻动态-详情*/

.news-detail-list {
	padding-bottom: 50px;
}

.news-detail-lists {
	margin: auto;
}

.news-detail-left {
	width: 980px;
	display: inline-block;
}

.news-detail-left .detail-title {
	height: 152px;
}

.news-detail-left .detail-title h2 {
	color: #333;
	font-size: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding-top: 55px;
}

.news-detail-left .detail-title p {
	color: #999;
	font-size: 14px;
	padding-top: 15px;
	line-height: 28px;
}

.news-detail-left .detail-content {
	padding: 50px 0 60px 0;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.news-detail-left .detail-content p {
	color: #666;
	font-size: 14px;
	/*padding-top: 15px;*/
	line-height: 28px;
}

.news-detail-left .detail-content a {
	/*width: 480px;*/
	margin-left: 20px;
	/*height: 310px;*/
	display: inline-block;
	/*float: left;*/
	padding: 35px 0;
}

.news-detail-left .detail-content a:nth-child(2) {
	margin-left: 0;
}

.news-detail-left .detail-content a img {
	height: 100%;
	width: 100%;
}

.detail-page {
	height: 40px;
	margin-top: 25px;
}

.detail-page p {
	color: #535353;
	font-size: 16px;
	line-height: 28px;
}

.detail-page p:hover {
	color: #0281cc;
}

.detail-page div {
	display: inline-block;
	width: 450px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 50px;
}
.detail-page div p{	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.detail-page div:nth-child(1) {	
	margin-left: 0;
}
.detail-page-right {
	float: right;
}

.news-detail-right {
	width: 392px;
	display: inline-block;
	float: right;
}

.news-detail-right-title {
	height: 380px;
	margin-top: 57px;
	border-bottom: 1px solid #e2e2e2;
}

.news-detail-right-title h2 {
	font-size: 30px;
	line-height: 36px;
	color: #333;
}

.news-detail-right-title h2 {
	font-size: 30px;
	line-height: 36px;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.news-detail-right-title h2:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 2px;
	height: 36px;
	background: #0281cc;
}

.news-detail-right-title .img-detail {
	width: 391px;
	height: 205px;
	margin-top: 29px;
}

.news-detail-right-title .img-detail img {
	width: 100%;
	height: 100%;
}

.news-detail-right-title p {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	padding-top: 30px;
}

.news-detail-right-list {
	margin-top: 28px;
}

.news-detail-right-list ul li {
	padding-left: 20px;
	margin-top: 18px;
}

.news-detail-right-list ul li a:hover {
	color: #0281CC;
}

.news-detail-right-list ul li a {
	position: relative;
}

.news-detail-right-list ul li a:before {
	position: absolute;
	width: 4px;
	height: 4px;
	content: "";
	top: 8px;
	left: -19px;
	background: #ccc;
}


/*成功案例*/

.product {
	padding-bottom: 50px;
	overflow: hidden;
}

.product-lists {
	/*width: 1440px;*/
	margin: auto;
	padding-bottom: 50px;
	overflow: hidden;
}
.inormalsp-tlist .active {
	background: #0281cc;
}



/*关于共启*/
.product-single {
	padding-bottom: 50px;
}

.product-single .product-lists {
	margin: auto;
	padding-bottom: 50px;
	overflow: hidden;
}

/*单页*/
.single-page{
	padding-bottom: 50px;
}
.single-page .detail-title{
    height: 125px;
}
.single-page .news-detail-left .detail-title h2{
    padding-top: 50px;
}
.single-page .news-detail-left{
	width: 1440px;
}
.single-page .news-detail-left .detail-content a{
	width: 710px;
    height: 465px;
}
.single-page .news-detail-left .detail-content{
	border-bottom: 0;
}

.warper-2{
	width: 1440px;
    height: auto;
    margin: auto;
    margin-top: 58px;
}
.top-imgs{
    margin:58px auto;
    font-size: 0;
    position: relative;
    width: 1257px;
}
.top-imgs .swiper-slide{
    
    height: 241px;
    
}
.top-imgs .gallery-thumbs a p{
    top: 191px;
    position: absolute;
    width: 306.75px;
    height: 50px;
    color: #333;
    z-index: 99;
    background: #f2f2f2;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.top-imgs .gallery-top a p{
	position: relative;
    width: 1257px;
    height: 50px;
    top: -61px;
    color: #fff;
    z-index: 99;    
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s;
}
 .top-imgs .gallery-top a p:after{
 	content: "";
	position: absolute;
    width: 1257px;
    height: 50px;
    z-index: -1; 
    background: #333;
    opacity: 0.5;   
    left: 0;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}  
.gallery-top{
	width: 1257px;
	height: 600px;
    margin: auto;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active a p{
    background: #0582cd;
    color: #fff;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background: url(../images/icon-left.png)no-repeat;
	background-size: cover;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background: url(../images/icon-right.png)no-repeat;
	background-size: cover;
}
.swiper-button-next, .swiper-button-prev{
	width: 61px;
	height: 55px;
}

.top-imgs2{
	margin-top: 50px;
}
.top-imgs2 .swiper-slide{
	width: 286px;
	height: 237px;
}
.top-imgs .swiper-container{
	margin-top:35px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -90px;
    top: 300px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -90px;
    top: 300px;
}

.case-article{
	width: 1257px;
	margin: auto;
	margin-top: 40px;
}
.case-article p{
    font-size: 18px;
    line-height: 36px;
    color: #666;
}
