﻿@charset "utf-8";
/****-----Public-----***/
/*格式化代码-s*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, blockquote, fieldset, div, strong, label, em, body { margin: 0; padding: 0; border: 0; }
ul, ol, li { list-style: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; font-family: "museo-slab"; font-family: "museo-slab"; font-family: "arial", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体"; }
input, button { margin: 0; font-size: 12px; vertical-align: middle; }
table { border-collapse: collapse; }
a { color: #343434; text-decoration: none; }
img { border: none; }
/*格式化代码-e*/
.C:before, .C:after { content: "."; display: block; height: 0; visibility: hidden; }
.C:after { clear: both; }
.C { zoom: 1; }
/*C-E*/
body {font-family: "museo-slab"; font-family: "arial", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体"; }
body, form { margin: 0; padding: 0; }

/* 公共样式 */
.clear {
	clear: both;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.w1200{ width: 1200px; margin: 0 auto;}

a{ text-decoration: none !important;}


/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}



/*** 

====================================================================
		contentshow  start
====================================================================

***/
.news-show-section{ background: #fff;}
.contentshow h1{text-align:center; margin:0;padding:0;}
.contentshow .info{border-left:3px solid #2384D5;background:#f3f3f3;margin:15px 0;padding:10px 15px;font-size:14px;color:#666;}
.contentshow.intro a{color:#06C;}
.contentshow.intro a:hover{color:#f30;}
.contentshow.intro img{max-width:100%;height:auto;}
.contentshow.other{margin-top:30px;text-align:center;}
.contentshow.other p{font-weight:bold;}
.contentshow.other a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;}
.contentshow.other a span{font-size:18px;margin-right:10px;}
.contentshow.other a em{font-style:normal;font-size:18px;}
.contentshow.other a:hover{background:#2384D5;border-color:#2384D5;color:#fff;}
.contentshow.other a:hover span{color:#fff;}
.contentshow .tags{font-weight:500;}
.contentshow .tags a{margin-left:15px;display:inline-block;border-radius:4px;border:1px solid #ddd;background:#fff;padding:4px 10px;font-weight:normal;font-size:14px;}
.contentshow .tags a:hover{background:#2384D5;color:#fff;border-color:#2384D5;}

.contentshow .pre{margin:5px 0 5px 0;color:#999;}
.contentshow .next{margin:0 0 5px 0;color:#999;}


/*** 

====================================================================
	contentshow  end
====================================================================

***/


/*** 

====================================================================
		Section start
====================================================================

***/

section {
    padding: 50px 0px 55px;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {

    section {
        padding: 20px 0px;
        background-color: #f5f5f5;
    }

}

/*** 

====================================================================
		Section end
====================================================================

***/



/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 35px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #f97534;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    letter-spacing: 1px;
		display: inline-block;
		margin-bottom: 0px;
}

.sec-title.centered h2:after {
		position: relative;
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 36px;
    height: 3px;
		background-color: #eb5e18;
		z-index: 2;
}

.sec-title.centered h2:before {
	position: absolute;
	bottom: 1px;
	content: '';
	display: block;
	width: 80px;
	margin-left: -40px;
	height: 1px;
	left: 50%;
	background-color: #333;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #888;
    font-weight: 400;
    margin-top: 5px;
		line-height: 2em;
	
}

@media (max-width: 992px) {
    .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .sec-title .text {
        font-size: 14px;
    }


}

/*** 

====================================================================
		Section Title End
====================================================================

***/


/* 首页更多按钮 开始 */

.index-more {
    padding: 30px 0 0px;
}

.index-more a {
    width: 180px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    color: #666;
		font-size: 16px;
		border:1px solid rgba(21,85,153,0.49);
		border-radius: 30px;
		-webkit-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		transition: all 600ms ease;
		
}

.index-more a:hover {
    background: #1064b0;
    color: #fff;
}

@media (max-width: 992px) {
    .index-more {
        padding: 20px 0 0px;
    }
}

/* 首页更多按钮 结束 */



/* 头部开始*/
.header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height:80px;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.5s ease-in-out;
}
.header_padding{ height:80px;}

.header.fixed {
	position: fixed;
	background-color: #fff;
	background-color: #fff\9;
	border-bottom: 1px solid #f0f1f2;
	transition: all 0.5s ease-in-out;
	
}
 


.header .container{  width: 83.3%; margin: 0 auto; max-width: 100%; }

.header .top {
	height: 40px;
	background: #0061ae;
}

.header .top div {
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
}

.header .top li {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	width: 90px;
	text-align: center;
	background: url(../img/index_ic01.png) no-repeat right center;
}

.header .top li a {
	color: #fff;
}

.header .top li:nth-child(1) {
	background: none;
}

.header .top li.collect {
	cursor: pointer;
}
 
.header .container {
	height: 85px;
	position: relative;
}


.hbox .logo {
	width: 250px;
	height: 100%;

	
}

.hbox .logo a {
	display: inline-block;
	height: 100%;
	width: 100%;
	vertical-align: top;
	line-height: 65px;
}

.hbox .logo a img { vertical-align: middle;padding-top:10px;}

/* 导航栏部分 */
.hbox .nav {
	width: 795px;
	margin: 0 auto;
	height: 65px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.nav li {
	float: none;
	display: inline-block;
	font-size: 18px;
	color: #4a5970;
	padding: 0 23px;
	/*margin-right: 30px;*/
	position: relative;
}

 

.nav li:last-child {
	margin-right: 0;
}

.nav li:after {
	position: absolute;
	content: "";
	width: 0;
	left: 0;
	height: 3px;
	background: #e95a14;
	bottom: 0;
	transition: all 0.5s;
}

.nav li a.ntit {
	color: #262626;
	line-height: 65px;
	display: block;
	text-align: center;
	font-size: 18px;
	padding:0;
}

.nav li:hover:after,
.nav li.curent-menu-item:after {
	width: 100%;
}

.nav li:hover a.ntit,
.nav li.curent-menu-item a.ntit {
	color: #1758a7;
	background: none;
}




.nav li .subnav {
	position: absolute;
	top: 85px;
	width: 170px;
	left: 0;
	background: #fff;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
	display: none;
}

.nav li .subnav a {
	display: block;
	line-height: 30px;
}

.nav li .subnav a:hover {
	background-color: #1758a7;
	color: #fff;
}




/* 搜索框 */
.hbox .search {
	position: absolute;
	right: 1%;
	width: 135px;
	height: 26px;
	line-height: 26px;
	background: #eeecec;
	border-radius: 15px;
	top: 29px;
}

.search form{ height: 26px; line-height: 26px;}

.search input {
	display: block;
	float: left;
	border: none;
	background: none;
	line-height: 26px;
	height: 26px;
	padding: 0;
}

.search input#hkey {
	text-indent: 1em;
	font-size: 12px;
	width: calc(100% - 24px);
}

.search input#sbtn {
	background: url(../img/sbtn.png) no-repeat center;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: 6px;
}



@media only screen and (max-width:1600px ) {
	.nav li{
		padding: 0 20px;
	}
	.about .left .detail{
		line-height: 28px;
	}
	.honor-wrap{
		width: 80%;
	}
	.honor-top .txt{
		width: 76%;
	}
	.hbox .logo{
		width: 210px;
	}
}
@media only screen and (max-width:1500px ) {
	.hbox .logo{
		width: 190px;
	}
	
}
@media only screen and (max-width:1440px ) {
	.header .container{
		width: 95%;
	}
	
	.about .left{
		width: 59%;
	}
	.about .right{
		margin-left: 2%;
	}
	.about .left span.en{
		font-size: 120px;
		top: -20px;
	}
	.honor-wrap{
		width: 86%;
	}
	.honor-top .txt{
		width: 80%;
	}
}

@media only screen and (max-width:1024px ) {
	.pc{display: none;}
	.phone{display: block;}
	.w1600,.w1200{
		width: 96%;
	}
}



/* 首页幻灯片 开始 */
.index_banner{ width: 100%; height: auto; background: #4a5970; height:auto!important; min-height:100px; height:auto; overflow:hidden;  }
.index_banner .swiper-slide {float: left; width: 100%; }
.index_banner .swiper-slide img{ width: 100%;}

#i-banner .owl-controls{ height: 0; line-height: 0; margin: 0;}
#i-banner .owl-pagination {position: absolute;
	text-align: center; width: 100%; bottom: 15px;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;}

#i-banner .owl-controls .owl-page span{     width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2; }

	
#i-banner .owl-controls .owl-page.active span{
	width: 9px;
	height: 9px;
	background: #fff;
	opacity: 1; }



	.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 50px;
    background:  none;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
		transition: all ease-out .3s;
		pa
}

#i-banner .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -25px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#i-banner .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -25px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}


/* ipro start */
.ipro-wrap{ background: #f0f0f0 ;overflow: hidden;}
.ipro-sort { display:flex;flex-direction:row; position: relative;  }
.ipro-sort .left_bg{ position: absolute;  width: 100%; height: 135px; right: 100%; background: #fff;}
.ipro-sort .right_bg{ position: absolute;  width: 100%; height: 135px; left: 100%; background: #fff;}
.ipro-sort li,.ipro-sort .more{
	flex:1;
	float: left;
	height: 135px;
	width: 20%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: #fff;
	text-align: center;
	/*padding: 0 30px;*/
}
.ipro-sort i{ font-size:100px; line-height: 80px; height: 80px; }
.ipro-sort li a{ display: block;}
.ipro-sort li span,.ipro-sort .more span{
	display: block;
	margin-top: 0;
	height: 80px;
	width: 100%;
	transition: all 0.5s;
}
.ipro-sort .more{
	margin-right: 0;
}
.ipro-sort .more span{
	background: url(../img/ipro_06.png) no-repeat center 0;
}

.ipro-sort li p,.ipro-sort .more p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #3e3e3e;
	line-height: 46px;
	text-align: center;
}
.ipro-sort li:hover,.ipro-sort li.on,.ipro-sort .more.on,.ipro-sort .more:hover{
	background: none;
	border-top: 3px solid #e95a14;
}
.ipro-sort li:hover p,.ipro-sort li.on p,.ipro-sort .more:hover p,.ipro-sort .more:hover p{
	color: #e95a14;
}
.ipro-sort li:hover span,.ipro-sort .more:hover span,.ipro-sort li.on span,.ipro-sort .more.on span{
	background-position: center -58px; 
}

.ipro-sort li:hover i{ color: #e95a14;}
.ipro-sort li.on i{ color: #e95a14;}

.ipro-list{
 
	padding: 35px 0;
}
.ipro-list .iplist{
	position: relative;
}


.product-section.active{ display: block !important;}

.product-section li {
	overflow: hidden;
	padding:0 15px;
}

.product-section li .libox {
	position: relative;
	overflow: hidden;
}

.product-section li .libox:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section li .libox:after {
	content: '';
	position: absolute;
	top: 5%;
	right: 5%;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section li a {
	display: block;
}

.product-section li .tit {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8px;
	margin: 0;
	font-size: 14px;
}

.product-section li .hover {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 92, 172, 0.8);
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.product-section li .hover:before {
	content: '';
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 1;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section li .hover:after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 1;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section li .hover div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-section li .hover i {
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	font-style: normal;
}

.product-section li .hover p {
	display: block;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.product-section li .hover .more {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	display: block;
	margin: 10px auto 0;
	text-align: center;
	border-radius: 20px;
	color: #035cac;
}

.product-section li:hover .hover {
	opacity: 1;
}

.product-section li:hover .libox:before {
	width: 90%;
	opacity: 1;
}

.product-section li:hover .libox:after {
	height: 90%;
	opacity: 1;
}

.product-section li:hover .hover:before {
	width: 90%;
	opacity: 1;
}

.product-section li:hover .hover:after {
	height: 90%;
	opacity: 1;
}

.product-section li img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: auto;
}

 

.product-section li:hover img {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-section li .tit {
	margin: 0;
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	bottom: 0;
	font-size: 18px;
}

.product-section .swiper-button-prev { left: -50px;}
.product-section .swiper-button-next { right: 10px;}
 


 


/* iabo */
.iabo { background: #fff;}
.wa-c {
    width: 98%;
    margin: 0 auto;
}
.iabo .de {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    text-align: center;
    text-align: justify;
    text-justify: inter-ideograph;
}
.iabo .de h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
 
}
.iabo .de p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
	text-align: center;
	text-align: justify;
	text-justify: inter-ideograph;
}
.wa-c {
	width:98%;
	margin: 0 auto;
}

.wa-ul {
	margin-top: 35px;
	margin-bottom: 5px;
}

.wa-ul li {
	float: left;
	/*font-family: 'HelveticaNeueLTCom-Roman';*/
	width: 20%;
	margin-right: 6%;
	text-align: center;
}

.wa-ul li:nth-child(4) {
	margin-right: 0;
}

.wa-ul li span {
	color: #018ad2;
}

.wa-ul li .num-hou {
	font-size: 18px;
}

.wa-ul li .num {
	font-family: 'BEBAS';
	font-size: 68px;
}

.wa-ul li p {
	font-size: 16px;
	color: #999;
	text-align: center;
}

.wa-ul li .h1 {
	font-size: 68px;
	vertical-align: top;
	display: inline-block;
	line-height: 20px;
}

/* 数字变大 变小 */
.wa-ul1 {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 5px;
}

.wa-ul1 li {
	float: left;
	/*font-family: 'HelveticaNeueLTCom-Roman';*/
	width: 20%;
	margin-right: 4%;
	text-align: center;
}

.wa-ul1 li:nth-child(4) {
	margin-right: 0;
}

.wa-ul1 li span {
	color: #018ad2;
}

.wa-ul1 li .num-hou {
	font-size: 18px;
}

.wa-ul1 li .num {
	font-family: 'BEBAS';
	font-size: 32px;
}

.wa-ul1 li p {
	font-size: 16px;
	color: #999;
	text-align: center !important;
}

.wa-ul1 li .h1 {
	font-size: 28px;
	vertical-align: top;
	display: inline-block;
	line-height: 10px;
}

.iabo .index-more a{ border: rgba(0,0,0,0.49) 1px solid; }


/* 首页案例中心 */
.icases-section {
    position: relative;
		/* background: #3c464b url(../images/icas_bg.jpg)  center center no-repeat; */
		background: #3c464b ;
		width: 100%;
}


.icases-section:before {
	background-color: rgba(60, 70, 75, 0.85);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
 
}

.icases-section .container {
	z-index: 2;
	position: relative;
}

.icases-section .sec-title h2 {
	color: #fff;
}

.icases-section .sec-title .text {
	color: #fff;
}

.icases-section .index-more a { border-color: #fff; color: #fff;}

/* 首页案例中心 */
.icases-section1 {
    position: relative;
		
		width: 100%;
}


.icases-section1:before {
	
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
 
}

.icases-section1 .container {
	z-index: 2;
	position: relative;
}

.icases-section1 .sec-title h2 {
	color: #000;
}

.icases-section1 .sec-title .text {
	color: #3c464b;
}

.icases-section1 .index-more a { border-color: #3c464b; color: #3c464b;}

.cases-block { margin-bottom: 25px;}

.cases-block .inner-box {
	background: #fff;
	border-bottom: 0;
	font-size: 14px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.cases-block .inner-box:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #0072d3;
	transition: all 0.5s;
	height: 0;
}

.cases-block .oImg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	display: block;
}

.cases-block img {
	width: 100%;
	height: 230px;
	transition: all 0.5s;
}

.cases-block .oImg .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: scale(0.6, 0.6);
	background-color: rgba(2, 92, 172, 0.8);
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.cases-block p {
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	position: absolute;
	text-align: center;
	font-size: 16px;
	width: 100%;
	background:rgba(0, 0, 0, 0.65);
	bottom: 0;
	color: #fff;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	
}

.cases-block.last {
	margin-right: 0;
}

.cases-block:hover .inner-box {
	color: #fff;
	background: #1064b0;
	transition: all 0.1s;
	transition-delay: 0.2s;
}

.cases-block:hover .inner-box:before {
	height: 50px;
	transition: all 0.5s;
}

.cases-block:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s;
}


.cases-block .inner-box:hover .oImg .overlay-link {
	opacity: 1;
	transform: scale(1, 1);
}

.cases-block .inner-box .oImg .overlay-link .icon {
	position: relative;
	color: #ffffff;
	top: 49%;
	font-size: 28px;
	margin-top: -5px;
	display: inline-block;
}

.cases-block .inner-box:hover  p{ background:none;}

.cases-section .index-more a {
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: none;
	color: #fff;
}

@media (max-width: 1200px) {
	.cases-block {
			margin-bottom: 30px
	}
}


/* 首页新闻中心 */
.inews-section {
	position: relative;
	background: #fff url(../images/inews_bg.jpg)  center center no-repeat;
}

.news_chnal { background: url(../images/news_chline.png) repeat-x; height: 30px; text-align: center; }
.news_chnal a { display: inline-block; background-color: #FFF; font-size: 16px; width: auto; height: 28px; line-height: 26px; padding: 0 20px; overflow: hidden; margin: 0 6px; border: 1px solid #dcdcdc; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.news_chnal a.cur, .news_chnal a:hover { background-color: #0061ae; color: #FFF; border: 1px solid #0061ae; }

/*news*/
.d-show{ display: block;}
.d-hide{ display: none;}
.news { position: relative; height: 404px; padding-top: 40px; }
.news_hot { position: absolute; top: 40px; left: 0; width: 470px; height: 354px; }
.box-b2 { left: -564px; }
.news_list { position: absolute; top: 40px; width: 600px; height: 384px; overflow: hidden; }
.box-b3 { right: -600px; }
.news_Himg { width: 470px; height: 250px; overflow: hidden; }
.news_Himg img { width: 100%; min-height: 250px; height: auto; transition: all 0.5s; }
.news_hot .news_all { padding-top: 10px; }
.news_aTop, .news_aTop a { display: block; height: 24px; }
.news_hot .news_aTop { margin-bottom: 10px; }
.news_aTname { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_aTime { color: #888; line-height: 24px; height: 24px; }
.news_aDown { color: #888; line-height: 22px; height: 44px; overflow: hidden; font-size: 14px; text-align:left;}
.news_hot .news_aTname { font-size: 18px; width: 470px; }
.news_list ul{ margin: 0; padding: 0;}
.news_list li { clear: both; height: auto; overflow: hidden; padding: 15px 0 15px; }
.news_time { font-family: Arial; color: #018ad2; font-size: 72px; width: 110px; height: 82px; line-height: 82px; text-align: center; background: url(../images/date_bg.png) center center no-repeat; }
.news_time .date_day{ height: 53px; line-height: 47px; display: block; font-size: 30px; padding-top: 8px;} 
.news_time .date_yyyymm{ height: 30px; line-height: 30px; display: block; font-size: 12px; color: #666;} 
.news_list .news_all { width: 464px; }
.news_list .news_aTname { width: 360px; font-size: 16px;text-align:center; line-height: 24px; overflow: hidden; height: 24px; font-weight: 600; }
.news_list .news_aDown { padding-top: 5px; font-size: 14px; }


.news_hot:hover .news_Himg img {transform: scale(1.1, 1.1);transition: all 0.5s;}
.news_hot:hover .news_all { background: #0061ae; color: #fff; padding-left:10px;  padding-right:10px; padding-bottom: 10px;}
.news_hot:hover .news_all .news_aTname {  color: #fff;}
.news_hot:hover .news_all .news_aDown {  color: #fff;}




/*----------------------------------------------------*/
/* Footer Home pages */
.footer_area {
	display: block;
	overflow: hidden;
	background: #00469C;
	padding-top: 45px;
	padding-bottom: 1px;
	color: #fff;
  }
  .footer_area .footer_inner .footer_logo {
	margin-bottom: 0;
	width: 200px !important;
	
	margin-top: -45px;
	text-align: center;
	height: 270px;
	padding-top: 35px ;
	float: left;
  }
  .footer_area .footer_inner .footer_logo img {
	max-width: 100%;
	width: 120px;
  }
  .footer_area .footer_inner .footer_logo p {
	font: 400 16px/30px ;
	color: #fff;
	padding: 40px 0 50px;
  }
  .footer_area .footer_inner .footer_logo p a {
	color: #fff;
  }
  .footer_area .footer_inner .footer_logo p a:hover, .footer_area .footer_inner .footer_logo p a:focus {
	color: #fff;
  }
  .footer_area .footer_inner .footer_logo .footer_social li {
	display: inline-block;
	transform: rotate(45deg);
	background: #fca742;
	margin-right: 37px;
	transition: all 300ms linear 0s;
  }
  .footer_area .footer_inner .footer_logo .footer_social li:last-child {
	margin: 0;
  }
  .footer_area .footer_inner .footer_logo .footer_social li a {
	height: 47px;
	width: 47px;
	text-align: center;
	color: #fff;
	display: block;
	font: normal normal normal 18px/47px FontAwesome;
	transform: rotate(-45deg);
  }
  .footer_area .footer_inner .footer_logo .footer_social li:hover, .footer_area .footer_inner .footer_logo .footer_social li:focus {
	background: #2759ab;
  }
  .footer_area .footer_inner .footer_logo .footer_social li:hover a, .footer_area .footer_inner .footer_logo .footer_social li:focus a {
	color: #fff;
  }
  .footer_area .footer_inner .footer_widget {
	padding-left: 75px;
	padding-bottom: 40px;
	float: left;
  }
  .footer_area .footer_inner .footer_widget h4 {
font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
	text-transform: uppercase;
	padding-top: 7px;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	}
	

  .footer_area .footer_inner .footer_widget h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    content: '';
}
 

.footer_area .footer_inner .footer_widget h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 24px;
    background-color: rgba(255, 255, 255, 0.55);
    content: '';
}

.footer_area .footer_inner .footer_widget .footer_nav{ margin: 0; padding: 0;}

  .footer_area .footer_inner .footer_widget .footer_nav li a {
		font-size: 13px;
	color: #fff;
	line-height: 1.8;
  }
  .footer_area .footer_inner .footer_widget .footer_nav li a:hover, .footer_area .footer_inner .footer_widget .footer_nav li a:focus {
	color: #fff;
  }
  
  .fa_2 {
	background: #252d3a;
  }
  .fa_2 .footer_inner .footer_logo .footer_social li {
	background: #3a424f;
  }
  .fa_2 .footer_inner .footer_widget .footer_nav li a {
	color: #919295;
  }

  .footer_bottom {
    position: relative;
    padding: 15px 0px;
		text-align: center;
		border-top: 1px solid #4477ad;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
}

.footer_bottom  a{
	color: #fff;
}

.copyright{ font-size: 14px;}

	/* End Footer Home pages */
	


	/* page_banner  */
.page_banner { width: 100%; height: 280px; position: relative;}
.page_banner .width{ height: 280px; width: 100%;}
.page_banner .width:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)scale(1, 1);
	background-color: rgba(0,70,156,.35);
}
.pbr-breadscrumb { display: none;}
.h_text{ display:  block;}
.h_text h1 {
  line-height: 44px;
  color: #fff;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
	padding-top: 100px;
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	 text-align: center;

 
}
.h_text p {
  padding-top: 25px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.breadcrumb{ display: none;}

/*about-navigation */
.about-navigation {
	position: absolute;
	bottom: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 45px;

	overflow: hidden;
	z-index: 9;
}

.about-navigation.fixed {
	position: fixed;
	left: 0;
	top: 80px;
	bottom: initial;
}

.about-navigation label {
	margin-bottom: 0 !important;
}

.about-navigation .label1 {
	display: block;
	text-align: center;
	max-height: 45px !important;
	margin-bottom: 0;
}

.about-navigation li {
	float: left;
	width: 178px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}

.about-navigation li.on,
.about-navigation li:hover {
	background: #1064b0;
}

.about-navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.about-navigation  .swiper-button-next,.about-navigation  .swiper-button-prev{ background-size: 50% 50%;}
.about-navigation  .swiper-button-next{  right: 0px;}
.about-navigation  .swiper-button-prev{ left: 0px ;}


/*products list index */

.pro-section .product-list{ padding: 45px 0; border-top: 1px solid #e0e0e0; background: #fff;}
.pro-section .product-list:nth-child(2n+1){ background: #f8f8f8;}


.owl-item{ padding: 2px 15px;width:300px;float:left;}

.product-section div.swiper-slide {
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px rgba(130, 129, 129, 0.35);
}

.product-section div.swiper-slide .libox {
	position: relative;
}

.product-section div.swiper-slide .libox:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.swiper-slide .libox:after {
	content: '';
	position: absolute;
	top: 5%;
	right: 5%;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.swiper-slide a {
	display: block;
}

.product-section div.swiper-slide .tit {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8px;
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.50);
	bottom: 0;
	color: #fff;

}

.product-section div.swiper-slide .hover {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 92, 172, 0.8);
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.product-section div.swiper-slide .hover:before {
	content: '';
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 1;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.swiper-slide .hover:after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 1;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.swiper-slide .hover div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-section div.swiper-slide .hover i {
	display: block;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	font-style: normal;
}

.product-section div.swiper-slide .hover p {
	display: block;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
}

.product-section div.swiper-slide .hover .more {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	display: block;
	margin: 10px auto 0;
	text-align: center;
	border-radius: 20px;
	color: #035cac;
}

.product-section div.swiper-slide:hover .hover {
	opacity: 1;
}

.product-section div.swiper-slide:hover .libox:before {
	width: 90%;
	opacity: 1;
}

.product-section div.swiper-slide:hover .libox:after {
	height: 90%;
	opacity: 1;
}

.product-section div.swiper-slide:hover .hover:before {
	width: 90%;
	opacity: 1;
}

.product-section div.swiper-slide:hover .hover:after {
	height: 90%;
	opacity: 1;
}

.product-section div.swiper-slide img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

 

.product-section div.swiper-slide:hover img {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-section div.swiper-slide.tit {
	margin: 0;
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	bottom: 0;
	font-size: 18px;
}

.product-section .swiper-button-prev { left: -50px;}
.product-section .swiper-button-next { right: 10px;}

.product-list .title{ margin-bottom: 10px;}
.product-list .title .pro-h2 {
	display: inline-block;
	float: left;
	width: 160px;
	font-size: 24px;
	color: #333;
}

.product-list .title .w1200-h2-a {
	float: right;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}





/* Cases Block */

.news-block {
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box {
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.news-block:hover .inner-box {
	box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}

.news-block .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-block .inner-box:hover .image img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news-block .inner-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: scale(0.6, 0.6);
	background-color: rgba(2, 92, 172, 0.8);
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.news-block .inner-box:hover .image .overlay-link {
	opacity: 1;
	transform: scale(1, 1);
}

.news-block .inner-box .image .overlay-link .icon {
	position: relative;
	color: #ffffff;
	top: 49%;
	font-size: 28px;
	margin-top: -5px;
	display: inline-block;
}

.news-block .inner-box .image .post-date {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	z-index: 1;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	padding: 3px 8px 0px;
	text-align: center;
	background-color: #f97534;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.news-block .inner-box .lower-content {
	position: relative;
	padding: 35px 28px 30px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.news-block .inner-box .lower-content .post-info {
	position: relative;
}

.news-block .inner-box .lower-content .post-info li {
	position: relative;
	color: #7e8597;
	font-size: 15px;
	display: inline-block;
	padding-right: 12px;
	margin-right: 12px;
	line-height: 1.2em;
	border-right: 1px solid #d2d9e0;
}

.news-block .inner-box .lower-content .post-info li strong {
	color: #222222;
	font-weight: 400;
}

.news-block .inner-box .lower-content .post-info li .icon {
	position: relative;
	margin-right: 8px;
}

.news-block .inner-box .lower-content .post-info li:last-child {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}

.news-block .inner-box .lower-content h3 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-block .inner-box .lower-content p {
	margin-top: 10px;
}

.news-block .inner-box .lower-content h3 a {
	position: relative;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
	position: relative;
	color: #f97534;
}

.news-block .inner-box .lower-content .read-more {
	position: relative;
	font-weight: 400;
	color: #222222;
	margin-top: 15px;
	display: inline-block;
	padding-right: 22px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more .arrow.left {
	position: absolute;
	left: 0px;
	top: 1px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height: 22px;
}

.news-block .inner-box .lower-content .read-more .arrow.right {
	position: absolute;
	right: 0px;
	top: 1px;
	line-height: 22px;
}

.news-block .inner-box .lower-content .read-more .arrow.right {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.right {
	opacity: 0;
}

.news-block .inner-box .lower-content .read-more:hover .arrow.left {
	opacity: 1;
}

.news-block .inner-box .lower-content .read-more:hover {
	color: #f97534;
	padding-right: 0px;
	padding-left: 22px;
}


/* 公司简介 page-section */
.page-section{ background: #fff;}
.page-section .title { text-align: center; margin-bottom: 3%;}
.page-section .title strong {
	display: block;
	font-size: 30px;
	color: #3c3c3c;
	line-height: normal;
	text-transform: uppercase;
}
.page-section .title span {
	color: #444444;
	font-size: 22px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}
.page-section .title span:after,.page-section .title span:before {
	position: absolute;
	content: "";
	width: 35px;
	background: #d1d1d1;
	height: 1px;
	top: 50%;
	margin-top: -0.5px;
}

.page-section .title span:before {
	left: -60px;
}


.page-section .title span:after {
	right: -60px;
}


/* pro-section list */
.product-section div.pros-block{
	margin-bottom: 30px;

}

.product-section div.pros-block .libox {
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px rgba(130, 129, 129, 0.35);
	position: relative;
}

.product-section div.pros-block .libox:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.pros-block .libox:after {
	content: '';
	position: absolute;
	top: 5%;
	right: 5%;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.pros-block a {
	display: block;
}

.product-section div.pros-block .tit {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8px;
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.50);
	bottom: 0;
	color: #fff;

}

.product-section div.pros-block .hover {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 92, 172, 0.8);
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.product-section div.pros-block .hover:before {
	content: '';
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 1;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.pros-block .hover:after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 1;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-section div.pros-block .hover div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-section div.pros-block .hover i {
	display: block;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	margin: 1.6rem 0;
	margin-top: 0;
}

.product-section div.pros-block .hover p {
	display: block;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
}

.product-section div.pros-block .hover .more {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	display: block;
	margin: 0 auto 0;
	margin-top: 1.6rem;
	text-align: center;
	border-radius: 20px;
	color: #035cac;
}

.product-section div.pros-block:hover .hover {
	opacity: 1;
}

.product-section div.pros-block:hover .libox:before {
	width: 90%;
	opacity: 1;
}

.product-section div.pros-block:hover .libox:after {
	height: 90%;
	opacity: 1;
}

.product-section div.pros-block:hover .hover:before {
	width: 90%;
	opacity: 1;
}

.product-section div.pros-block:hover .hover:after {
	height: 90%;
	opacity: 1;
}

.product-section div.pros-block img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.product-section div.pros-block:hover img {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-section div.pros-block.tit {
	margin: 0;
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	bottom: 0;
	font-size: 18px;
}


/* 商品相关 pro_show */
.pro_show *, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pro_show{box-shadow:1px 2px 10px rgba(0,0,0,0.1);border:1px solid #f3f3f3; background: #fff; margin-bottom: 25px;}
.pro_show .showleft{float:left;width:700px;text-align:center;border-right:1px solid #f3f3f3;padding:40px;}
.pro_show .showleft .zoom{text-align:center;}
.pro_show .showleft .zoom img{width:auto;max-width:500px;}
.pro_show .showleft .thumb_pic{margin:15px 0 0 0;text-align:center;}
.pro_show .showleft .thumb_pic ul{margin:0 auto;}
.pro_show .showleft .thumb_pic ul li{display:inline-block;margin-right:5px;border:1px solid #eaeaea;padding:3px;cursor:pointer;position:relative;}
.pro_show .showleft .thumb_pic ul li img{ padding: 10px; background:#fff;}
.pro_show .showleft .thumb_pic ul li.hover{border:1px solid #f90;background:#fff;}
.pro_show .showleft .thumb_pic ul li.hover:after{content:" ";position:absolute;right:27px;top:-6px;width:11px;height:11px;border:#f90 solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#f90;z-index:-1;}

.pro_show .showright{margin-left:700px;padding:40px;}
.pro_show .showright h1{font-size:20px;margin:0;padding:0;font-weight:400;text-align:left;     margin: 0 0 10px 0;padding: 0;}
.pro_show .showright .intro {font-size:13px;margin:10px 0;padding:0;color:#999;font-weight:normal; line-height: 1.6;}
.pro_show .showright hr{margin-top: 1.6rem;}
.pro_show .showright .attribute{}
.pro_show .showright .attribute li{font-size:14px;line-height:30px;}
.pro_show .showright .attribute li em{display:inline-block;width:80px;font-style:normal;color:#555;font-size:14px;}
.pro_show .showright .price{font-size:14px;line-height:30px;margin:20px 0;}
.pro_show .showright .price span{font-size:36px;color:#f60;}
.pro_show .showright .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
.pro_show .showright .tags{margin:20px 0;}
.pro_show .showright .tags a{margin-left:10px;display:inline-block;border-radius:4px;border:1px solid #dadada;background:#fff;padding:2px 6px;font-weight:normal;font-size:14px;}
.pro_show .showright .tags a:hover{background:#2384D5;color:#fff;border-color:#2384D5;}
.pro_show .showright .action{margin:0;}


.pro_intro{margin:20px 0;  }
.pro_intro .showleft{width:320px; float:right;}
.box20190429 {border:1px solid #f3f3f3;box-shadow:1px 2px 10px rgba(0,0,0,0.1); background: #fff;}
.pro_intro .plist{margin:15px; }
.pro_intro .plist ul{width:100%;}
.pro_intro .plist ul li{float:left;width:100%;margin: 0 0 15px 0;}
.pro_intro .plist ul li a{border:1px solid #ededed;padding:8px;display:block;background:#fafafa;border-radius:4px;}
.pro_intro .plist ul li a div{overflow:hidden;width:100%;height:100%;}
.pro_intro .plist ul li a div img{width:100%;height:100%; display:block;border:0;}
.pro_intro .plist ul li a p{text-align:center;font-size:14px;color:#333;margin:0;padding:5px 0;}
.pro_intro .plist ul li a:hover {color:#f30; background: #ed6d00;}
.pro_intro .plist ul li a:hover p{color:#fff;}

.pro_intro .showright{float:left;width:770px;border:1px solid #f3f3f3;box-shadow:1px 2px 10px rgba(0,0,0,0.1); background: #fff;}
.pro_intro .tabs{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul li{float:left;}
.pro_intro .tabs ul li a{display:block;padding:10px 30px;text-align:center;font-size:14px;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;background:#fff;color:#999;border-top:2px solid #fff;}
.pro_intro .tabs ul li.hover a{border-bottom:1px solid #fff;background:#fff;font-weight:bold;color:#333;border-top:2px solid #ed6d00;}
.pro_intro .intro{padding:30px;}
.pro_intro .intro p{margin:0;padding:0;}
.pro_intro .intro img{max-width:710px;}
.pro_intro .intro table{ margin: 5px 0;}
.pro_intro .intro table td,.pro_intro .intro table th {
  padding: 5px 8px;
  border: 1px solid #DDD;
  font-size: 12px;
}

.pro_intro .intro .extend{}
.pro_intro .intro .extend li{font-size:14px;line-height:30px;}
.pro_intro .intro .extend li em{display:inline-block;width:120px;font-style:normal;color:#555;font-size:14px;}


@media (max-width: 1200px){
  .pro_show .showleft{ width: 500px;}
  .pro_show .showright{margin-left: 500px;}

  .pro_intro{ width: 100%; }
  .pro_intro .showleft{ width: 100%; overflow: hidden; float: none; clear: both; margin-top: 20px;}
  .pro_intro .showright{ width: 100%; overflow: hidden; float: none; clear: both; }
}

@media (max-width: 992px){
  .pro_show{ margin:0 -15px;}
  .pro_show .showleft{ width: 100%; float: none; padding: 15px;}
  .pro_show .showright{ width: 100%; float: none; margin: 0; padding: 15px; }
  .pro_show .showleft .zoom img { width: 100%; height: auto; padding: 15px;}

  .pro_intro{ width: auto;  margin-left:-15px; margin-right:-15px; }
  .pro_intro .showleft{ width: 100%; overflow: hidden;}
  .pro_intro .showright{ width: 100%; overflow: hidden;}
}


@media (max-width: 992px){
  .pro_show{ margin:0 -15px;}
  .pro_show .showleft{ width: 100%; float: none; padding: 15px;}
  .pro_show .showright{ width: 100%; float: none; margin: 0; padding: 15px; }
  .pro_show .showleft .zoom img { width: 100%; height: auto; padding: 15px;}

  .pro_intro{ width: auto;  margin-left:-15px; margin-right:-15px; }
  .pro_intro .showleft{ width: 100%; overflow: hidden;}
  .pro_intro .showright{ width: 100%; overflow: hidden;}

  .pro_intro .intro img{max-width:100%;}
}

.sub_cate{ display: none}


/*产品详情的选项卡*/
.show_lanmu {
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
}

.show_lanmu ul {
	height: 38px;
}

.show_lanmu li {
	display: inline-block;
	margin: 0 9px;
}

.show_lanmu li a {
	display: inline-block;
	padding: 0 38px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.show_lanmu li.on a {
	color: #fff !important;
	background-color: #1064b0;
	border-radius: 30px;
}

.show_h3 {
	font-size: 30px;
	color: #333;
	padding-top: 55px;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}

.show_h3:after {
	content: '';
	display: block;
	margin: 10px auto 5px;
	width: 36px;
	height: 3px;
	background-color: #1064b0;
}

.show_h3 span {
	text-transform: uppercase;
	font-size: 24px;
	color: #ccc;
}

.div_content p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.div_content {
	width: 760px;
	padding-bottom: 45px;
	margin: 0 auto;
	text-align: left;
}

.div_content .list-paddingleft-2 {
	list-style-type: disc;
	padding: 1em 2em;
}

.div_content .list-paddingleft-2 li {
	list-style-type: disc;
}



.show_lanmu_con {
	width: 100%;
	height: 45px;
}

.cpcs_con {
	padding: 45px;
	width: 1124px;
	background-color: #eaeaea;
}

.cpcs_con table {
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
}

.cpcs_con tr th {
	padding-left: 52px;
	width: 33.33%;
	height: 75px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background-color: #bbb;
}

.cpcs_con tr {
	border: 1px solid #ddd;
	padding: 0 5%;
	width: 100%;
	display: inline-table;
	border-bottom: 0px;
}

.cpcs_con tr td:nth-child(1) {
	width: 150px;
	padding-left: 52px;
	line-height: 60px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.cpcs_con tr td:nth-child(2) {
	text-align: left;
	padding-left: 40px;
	font-size: 16px;
	color: #666;
}

.cpcs_con tr td {
	padding: 0px;
	border-bottom: 0px;
}

.syal {
	margin-top: 60px;
	width: 100%;
	background-color: #e0e0e0;
}



.xgcp .swiper-container {
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}

.owl-item{ padding: 0 15px;}

.xgcp .swiper-container .swiper-slide {
	text-align: center;
	position: relative;
	font-size: 18px;
	background: #fff;
	height: auto;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.xgcp .swiper-container .swiper-slide img {
	width: 100%;
}

.xgcp .swiper-container .swiper-slide .main_pic {
	width: 100%;
}

.xgcp .swiper-pagination3 {
	text-align: center;
}

.xgcp_ding2 {
	position: absolute;
	bottom: 45px;
	opacity: 1;
	transition: 0.3s;
	left: 0%;
	width: 100%;
	text-align: center;
}

.xgcp_ding2 h4 {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}

.xgcp_ding2 h5 {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}

.xgcp_ding {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	opacity: 0;
}

.xgcp_ding i {
	margin-top: 105px;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 45px;
	background: url(../images/herf_ico.png) no-repeat center;
}

.xgcp .swiper-container .swiper-slide:hover .xgcp_ding {
	height: 100%;
	opacity: 1;
}

.xgcp .swiper-container .swiper-slide:hover .xgcp_ding2 {
	opacity: 0;
}

.xgcp_ding h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 40%;
	line-height: 2;
}

.xgcp_ding h5 {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}

.xgcp_ding h6 {
	font-size: 16px;
	color: #fff;
}

.xgcp .wrap1200 {
	width: 1200px;
}

.xgcp .swiper-button-prev {
	left: 1px;
	width: 42px;
	height: 60px;
	background-color: rgba(4, 84, 189, 0.95);
}

.xgcp .swiper-button-next {
	right: 1px;
	width: 42px;
	height: 60px;
	background-color: rgba(4, 84, 189, 0.95);
}

.xgcp .swiper-button-disabled {
	display: none
}

.show_fanhui {
	display: block;
	width: 109px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff !important;
	background: #1064b0;
	margin: 0 auto;
	margin-bottom: 80px;
}

.show_fanhui:hover {
	color: #fff;
	background: #0859a5;
}



/* 联系我们 开始 */
.contact-section {
	background: #fff
}

/* contact_ul */

.contact_ul {
	padding-bottom: 40px;
}

.contact_ul .li {
	transition: 0.3s;
	width: 25%;
	float: left;
}

.contact_ul .li i {
	font-size: 38px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.contact_ul .li p {
	font-size: 16px;
	color: #999;
	padding-bottom: 15px;
	margin: 0;
	text-align: center;
}

.contact_ul .li h4 {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin: 0;
	text-align: center;
}



.contact_ul2 {
	padding-bottom: 0;
	background-color: #f9f9f9;
	margin: -5px;
	margin-bottom: 25px;
}

.contact_ul2 .li {
	transition: 0.3s;
	text-align: center;
	padding: 35px 10px;
	cursor: pointer;
	border: 1px rgba(0, 0, 0, 0.1) solid;
}

.contact_ul2 .li h3 {
	font-size: 18px;
	font-size: 16px;
	color: #999;
	padding-bottom: 15px;
}

.contact_ul2 .li p {
	font-weight: bold;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

.contact_ul2 .li.hover {
	background: #1064b0;
	color: #fff;
}

.contact_ul2 .li.hover * {
	color: #fff;
}





/* 在线留言表单   */
.guest_box {
	width: 100%;
	margin: 0 auto;
}

li.error {
	position: relative;
}

.guest_box li {
	width: 540px;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	float: left;
	margin-bottom: 10px;
}

.guest_box li .input {
	font-size: 12px;
	border: 1px solid #fff;
	width: 510px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	color: #666;
	background: #fff;
	background-color: #eee;
}

.guest_box li.error {}

span.error {
	position: absolute;
	top: 72px;
	left: 0;
	color: #ff0000;
	font-size: 12px;
}

.guest_box li .textarea {
	font-size: 12px;
	width: 510px;
	height: 230px;
	border: 1px solid #fff;
	padding-left: 30px;
	padding-top: 10px;
	color: #666;
	line-height: 20px;
	background-color: #eee;
	font-family: 微软雅黑;
}

textarea {
	overflow: auto;
}

.guest_box .submit {
	width: 198px;
	height: 57px;
	margin: 0 auto;
	margin-top: 67px;
	background: none;
	display: block;
	color: #a8673f;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #a8673f;
	font-family: 微软雅黑;
}

.zxly .list_title2 {
	margin-bottom: 65px;
}

.guest_box2 li {
	width: 386px;
	margin-bottom: 15px;
}

.guest_box2 li.error {
	margin-right: 20px;
}

.guest_box2 .submit {
	width: 145px;
	height: 40px;
}

.biaodan li {
	width: 32%;
	float: left;
	margin-right: 1.6%;
	line-height: 58px;
	height: 62px;
	border: 1px solid #999;
}

.biaodan li.m_r {
	margin-right: 0px;
}

.biaodan li .input {
	font-family: '微软雅黑';
	outline: none;
	width: 89.4%;
	line-height: 40px;
	height: 40px;
	background: none;
}

.biaodan li.text_error {
	width: 99.5%;
	height: 285px;
}

.biaodan li.text_error textarea {
	font-family: '微软雅黑';
	outline: none;
	width: 97.4%;
	padding-left: 2.4%;
	padding-top: 20px;
	height: 263px;
	background-color: #fff;
}

.biaodan li.vcode {
	width: 99.5%;
	border: none
}

.biaodan li.vcode input {
	border: 1px solid #999;
	width: 180px;
}

.biaodan_con .submit {
	margin: 0 auto;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #1064b0;
	color: #fff;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 15px;
	overflow: hidden;
}

.biaodan_con .submit:hover {
	color: #fff;
	background-color: #ed1d27;
}


label.BMapLabel {
	width: auto !important;
	max-width: none !important;
}

/* 联系我们 结束 */


/* 案例列表 开始 */
#cases-section .news-block .inner-box .lower-content{ padding: 20px;}
#cases-section .news-block .inner-box .lower-content h3{ margin: 0; text-align: center;}
#cases-section .news-block .inner-box .lower-content p{display: none;}


/* 搜索结果 */
.search-section {}
.search-section .sear_result .li{margin-bottom:10px;margin-top: 20px;}
.search-section .sear_result a{color:#333;}
.search-section .sear_result a:hover{text-decoration:underline;}
.search-section .sear_result .el{font-size:14px;_width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd; padding-bottom: 10px;}
.search-section .sear_result .el a{ font-weight: bold;}
.search-section .sear_result .p{padding:10px 20px;margin-top:0; font-size: 14px;}
.search-section .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.search-section .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.search-section .sear_filt label span{vertical-align: -2px;}
.search-section .submit{background-color: #fff;width: 125px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.search-section .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.search-section .search-section-flag{background: transparent;}
.search-section .dib { padding:0; }
.search-section .sear_f .inp { line-height:28px; border:none; }
.search-section .sear_f .inp {color:#666;text-indent: 10px;}