@charset "utf-8";
.banner{
	position: relative;
}
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 25px;
}
.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #1278be;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 30px;
}

/* 首页产品 */
.cont1{
	height: 640px;
	background: url(../img/product_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 65px 0;
}
.cont1-list a{
	float: left;
	width: 290px;
	height: 290px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-right: 13.333px;
}
.cont1-list a:nth-child(4n){
	margin-right: 0;
}
.cont1-list a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-list a:hover img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}
.cont1-list a div h5{
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.cont1-list a div span{
	width: 120px;
	line-height: 34px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
}
.cont1-list a div{
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: absolute;
	padding-bottom: 15px;
	bottom: -54px;
	left: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
}
.cont1-list a:hover div{
	bottom: 0;
	background-color: rgba(18,190,120,0.2);
}

/* 首页关于我们 */
.cont2{
	background-color: #fff;
	padding: 70px 0 40px;
}
.title{
	text-align: center;
	margin-bottom: 60px ;
}
.title img{
	margin: 10px auto;
}
.title h4{
	font-size: 48px;
	color: #333;
}
.title p{
	font-size: 24px;
	color: #666;
	text-transform: uppercase;
}
.cont2-box img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.cont2-box div{
	padding: 0 20px;
}
.cont2-box div p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 32px;
}
.cont2-box a{
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	margin: 30px auto 0;
	font-size: 16px;
	color: #1278be;
	border: 1px solid #1278be;
	line-height: 40px;
}

/* 首页应用领域 */
.cont3{
	padding-top: 80px;
	box-sizing: border-box;
	height: 750px;
	background: url(../img/xm_bg.jpg) no-repeat center center;
	background-size: cover;
}
.cont3 ul li{
	float: left;
	width: 400px;
	color: #fff;
	height: 194px;
}
.cont3 ul li.txt{
	box-sizing: border-box;
	padding: 30px 20px;
}
.cont3 ul li.tit em{
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.cont3 ul li.tit h3{
	font-size: 24px;
}
.cont3 ul li img{
	width: 100%;
	height: 100%;
}
.cont3 ul li h4{
	font-size: 20px;
}
.cont3 ul li p{
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	margin-top: 10px;
	line-height: 26px;
}

/* 首页新闻动态 */
.cont4{
	padding: 70px 0;
}
.cont4-l{
	width: 600px;
	float: left;
}
.cont4-r{
	float: right;
	width: 570px;
}
.cont4-l i{
	display: block;
	overflow: hidden;
}
.cont4-l i img{
	width: 600px;
	height: 320px;
}
.cont4-l a{
	display: block;
	background-color: #f2f2f2;
}
.cont4-l a div{
	padding: 39px 40px;
}
.cont4-l a div h4{
	font-size: 16px;
	color: #333;
}
.cont4-l a div p{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.cont4-r a{
	display: block;
	padding: 20px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	overflow: hidden;
}
.cont4-r a:last-child{
	margin-bottom: 0;
}
.cont4-r a img{
	float: left;
	width: 140px;
	height: 70px;
}
.cont4-r a div{
	float: right;
	width: 350px;
}
.cont4-r a div h4{
	font-size: 15px;
	color: #333;
	line-height: 20px;
}
.cont4-r a div p{
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-top: 6px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

/* 首页联系我们 */
.title2{
	border-bottom: 6px solid #1278be;
	padding-bottom: 30px;
	margin-bottom: 38px;
}
.title2 h4{
	float: left;
	font-size: 48px;
	color: #333;
	line-height: 50px;
}
.title2 p{
	float: left;
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 28px;
	margin-left: 15px;
}
.cont5-l{
	float: left;
	width: 720px;
}
.cont5-l img{
	width: 100%;
	height: auto;
}
.cont5-r{
	width: 454px;
	float: right;
}
.cont5-r h5{
	line-height: 44px;
	font-size: 18px;
	color: #333;
	border-bottom: 3px solid #1278be;
	padding-left: 50px;
	background: url(../img/xx.png) no-repeat left center;
	margin-bottom: 10px;
}
.cont5-r p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

/*内页*/

/*关于我们*/
.about-jj p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.about-jj img{
	margin: 5px 0;
}
/*案例展示*/
.product-case a{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a:nth-child(3n){
	margin-right: 0;
}
.product-case a i{
	display: block;
	width: 380px;
	height: 320px;
	overflow: hidden;
}
.product-case a i img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div{
	position: relative;
    text-align: center;
    background: #FFF;
    height: 150px;
    overflow: hidden;
    padding: 0 20px;
}
.product-case a div h4{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div p{
	margin-top: 15px;
    font-size: 16px;
    color: #9b9996;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div em{
	position: absolute;
	font-size: 14px;
	text-align: center;
    left: 0;
    color: #fff;
    bottom: -48px;
    height: 48px;
    width: 100%;
    line-height: 48px;
    background: #1278be;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a:hover div em{
	bottom: 0;
}
.product-case a:hover div h4,.product-case a:hover div p{
	margin-top: 10px;
}
.product-case a:hover {
	box-shadow: 0 0 10px #666
}
.product-case a:hover i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.case-xq p{
	text-indent: initial;
}
.news-xq-c table{
	width: 80%;
	margin: 10px auto;
}
.news-xq-c table tr td{
	border: 1px solid #999;
	text-align: center;
	color: #333;
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	width: 80%;
	margin: 10px auto;
}
/*.news-xq ul li:first-child a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	color: #b5b5b5;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 30px center;
}*/
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}

/*新闻列表*/
.news-list li {
    padding: 25px 60px 20px 20px;
    background: #FFF;
    margin-bottom: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .imga {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 205px
}
.news-list li .imga img {
	width: 100%;
	height: 100%;
}
.news-list li .imga .cate {
	position: absolute;
	top: 35px;
	left: 0;
	padding-right: 20px;
	background: #ff6700;
	line-height: 32px;
	color: #FFF
}
.news-list li .imga .cate i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 8px 1px 0;
	background: url(../images/public.png) -180px -30px no-repeat
}
.news-list li .info {
	overflow: hidden;
    width: 760px;
    float: right;
}
.news-list li .info .line {
	border-left: 52px solid #1278be;
	background: #D8D8D8;
	margin-bottom: 35px;
	height: 1px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .info .tit {
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 6px
}
.news-list li .info .tit a{
	color: #333;
}
.news-list li .info .tit a em{
	font-weight: normal;
	color: #1278be;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.news-list li .info .note {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 24px;
	color: #6A6969
}
.news-list li:hover {
	box-shadow: 0 0 10px #666;
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.news-list li:hover .info .line {
	border-left-width: 760px
}

/*服务项目*/
.product-list a{
	float: left;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	width: 380px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-list a:nth-child(3n){
	margin-right: 0;
}
.product-list a img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-list a h4{
	position: absolute;
	font-size: 36px;
	font-family: "宋体";
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	height: 100%;
	line-height: 300px;
	top: 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.product-list a:hover h4{
	top: -20px;
}
.product-list a:hover img{
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)*/
}
.product-list a:hover{
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}

/*在线留言*/
.ly-box{
	padding: 50px;
	background-color: #fff;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #d50f10;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 234px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
/*联系我们*/
.contact-tit{
	margin-bottom: 60px;
}
.contact-tit h2{
	text-align: center;
	font-size: 36px;
	color: #333;
}
.contact-tit i{
	display: block;
	width: 90px;
	height: 1px;
	background-color: #ccc;
	margin: 8px auto 0;
}
.contact-tit p{
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 36px;
}
.contact-c-l{
	width: 500px;
}
.contact-c-l h5{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 50px;
}
.contact-c-l div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-c-l div p a{
	color: #007CC3;
}
.contact-c-l div{
	margin-bottom: 40px;
}
.contact-map{
	width: 650px;
}
.contact-map img{
	width: 100%;
	height: auto;
}
.contact{
	margin-bottom: 100px;
}
.cont_zj{
	padding: 60px 0;
	background-color: #000;
}
.zj-list{
	position: relative;
}
.zj-list .swiper-container{
	padding: 10px;
}
.zj-list a{
	display: block;
	width: 220px;
	height: 280px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.zj-list a i{
	display: block;
	margin: 25px auto 0;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}
.zj-list a i img{
	width: 100%;
	height: 100%;
}
.zj-list a h4{
	font-size: 20px;
	text-align: center;
	color: #333;
	margin-top: 30px;
}
.zj-list a p{
	padding: 0 15px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zj-list .swiper-button-next,.zj-list .swiper-container-rtl .swiper-button-prev{
	right: -25px;
}
.zj-list .swiper-button-prev,.zj-list .swiper-container-rtl .swiper-button-next {
    left: -25px;
}
/* 产品中心 */
.content {
    margin: 40px auto 60px;
}
.content-r {
    width: 930px;
    float: right;
}
/*menu*/
.menu{
	width: 230px;
	float: left;
}
.menu h2{
	height: 90px;
	color: #fff;
	background-color: #1472C9;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	padding-left: 35px;
	padding-top: 15px;
	position: relative;
}
.menu h2 i{
	display: block;
	width: 17px;
	height: 7px;
	background: url(../img/menu_b.png) no-repeat center center;
	position: absolute;
	right: 30px;
	top: 30px;
}
.menu .menu-list{
	margin-top: 15px;
	background-color: #f5f5f5;
}
.menu .menu-list li>a{
	display: block;
	font-size: 16px;
	height: 48px;
	border-bottom: 1px solid #e6e5e5;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	overflow: hidden;
}
.menu .menu-list li>a span{
	display: block;
	height: 20px;
	margin-top: 14px;
	width: 178px;
	border-right: 2px solid #cecece;
}
.menu .menu-list li>a.active span,.menu .menu-list li>a:hover span{
	border-color: #1472C9;
	color: #1472C9;
}
.menu .menu-list div{
	border-bottom: 1px solid #ddd;
	display: none;
}
.menu .menu-list div a:hover,.menu .menu-list div a.active{
	color: #1472C9;
}
.menu .menu-list div a{
	display: block;
	line-height: 40px;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
}
/*crumb*/
.crumbs {
	margin: 15px 0 30px;
}
.crumbs h2{
	float: left;
	line-height: 46px;
	font-size: 16px;
	color: #666;
}
.crumbs ul{
	float: right;
}
.crumbs ul li{
	float: left;
	line-height: 46px;
	font-size: 12px;
	color: #999;
}
.crumbs ul li a{
	color: #999;
	margin: 0 5px;
}
.crumbs ul li:last-child a{
	color: #1472C9;
}
.crumbs ul li:first-child{
	padding-left: 30px;
	background: url(../img/home2.png) no-repeat left center;
}
.crumbs{
	border-bottom: 1px dashed #dadada;
	position: relative;
}
.crumbs i{
	display: block;
	width: 38px;
	height: 2px;
	background-color: #1472C9;
	position: absolute;
	bottom: -1px;
	left: 0;
}
/*产品中心*/
.product a{
	float: left;
	position: relative;
	width: 296px;
	height: 296px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.product a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product a:hover img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}
.product a:nth-child(3n){
	margin-right: 0;
}
.product  a div h5{
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.product a div span{
	width: 120px;
	line-height: 34px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
}
.product a div{
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: absolute;
	padding-bottom: 15px;
	bottom: -54px;
	left: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
}
.product a:hover div{
	bottom: 0;
	background-color: rgba(18,190,120,0.2);
}
.product-top-l{
	float: left;
	width:420px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.product-top-l img{
	width: 100%;
	height: auto;
}
.product-top-r{
	float: right;
	width: 480px;
}
.product-xq-c{
	margin-top:40px;
}
.product-top-r h4{
	margin: 0px;
	padding-top: 5px;
	display: block;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.product-top-r p{
	line-height: 45px;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: #666;
}
.product-top-r p em{
	font-weight: bold;
	color: #333;
}
.product-top-r p i{
	font-style: normal;
	font-size: 22px;
	color: #1278be;
	font-family: impact;
}
.product-top-r a{
	width: 145px;
	height: 40px;
	background: #1278be;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	border-radius: 5px;
}
.product-xq-c h3 {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
}
.product-xq-c h3 span {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1278be;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news-xq-box img{
	width:100%;
	height:auto;
}