@import url("font-awesome.css");

html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: Helvetica Neue, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #445580;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}
.container{
	width: 100%;
}
@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
	.container{
		width: 100%;
		padding-left: 7.8125%;
		padding-right: 7.8125%;
	}
}

.my-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/******************
 * 导航   *
 *****************/
.header{
	position: fixed;
	background-color: transparent;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(0,51,102,.9);
	z-index: 6666;
	padding: 0 2%;
}
.header.fixed{
	background-color: rgba(0,51,102,.9);
}
.logo{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo a{
	display: inline-block;
}
.logo img{
	height: 40px;
}
.head-right{
	float: right;
	position: relative;
}
.language{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2001;
}
.language h5{
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
	color: #fff;
}
.language h5 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 15px;
	height: 40px;
	line-height: 40px;
}
.language h5 i{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
}
.language ul{
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	z-index: 2002;
}
.language ul li{
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.language ul li a{
	display: block;
	padding-left: 40px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.language ul li a.cn{
	background-image: url(../images/cn2.png);
}
.language ul li a.en{
	background-image: url(../images/en2.png);
}
.head-line{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}
.head-line i{
	width: 1px;
	height: 12px;
	display: block;
	background-color: #a2aac0;
}
.search-open{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.search-open i{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
}
.search-wrap{
	width: auto;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	padding: 15px;
	display: none;
}
.search-wrap input{
	display: block;
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 50px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
}
.search-wrap button{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	text-align: center;
	top: 15px;
	right: 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.search-wrap button span{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
.menu-open{
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
}
.menu-open i{
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	margin-left: 6px;
}
.overlay{
	opacity: .95;
	width: 100%;
	height: 100%;
	z-index: 901;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 8888;
}
.nav-wrap{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.8);
	padding: 25px 0;
	text-align: center;
	z-index: 9999;
	bottom: 0;
	display: none;
}

.head-nav{
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.head-nav ul li{
	font-size: 20px;
	text-align: center;
	margin: 5px 0;
	
	-webkit-animation-duration: .6s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.head-nav ul li a{
	display: block;
	color: #fff;
	padding: 10px 0;
}
#closeMenu{
	position: absolute;
	color: #fff;
	font-size: 36px;
	top: 15px;
	right: 7.8125%;
	cursor: pointer;
}

.head-nav ul li:nth-child(1){
	animation-delay: .2s;
}
.head-nav ul li:nth-child(2){
	animation-delay: .4s;
}
.head-nav ul li:nth-child(3){
	animation-delay: .6s;
}
.head-nav ul li:nth-child(4){
	animation-delay: .8s;
}
.head-nav ul li:nth-child(5){
	animation-delay: 1s;
}
.head-nav ul li:nth-child(6){
	animation-delay: 1.2s;
}
.head-nav ul li:nth-child(7){
	animation-delay: 1.4s;
}
.head-nav ul li:nth-child(8){
	animation-delay: 1.6s;
}

@media (min-width:480px) {
	.menu-open{
		font-size: 14px;
	}
}

@media (min-width:992px) {
	.logo{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.logo img{
		height: 50px;
	}
	.head-line{
		margin-left: 25px;
		margin-right: 25px;
		padding-top: 39px;
		padding-bottom: 39px;
	}
	.search-open{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.menu-open{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.language{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.about-pic{
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.about-content{
	position: relative;
	background-image: url(../images/about-bgpic.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-webname{
	position: relative;
	color: #2a2a2a;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.about-webname::after{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #003366;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-brief{
	color: #444;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.about-more{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.about-more a{
	display: inline-block;
	color: #fff;
	background-color: #003366;
	line-height: 40px;
	padding: 0 20px;
}
.about-more i{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	font-size: 20px;
	line-height: 40px;
}
.about-icon-list{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 30px 0;
	margin-top: 30px;
}
.about-icon-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: stretch;
}
.about-icon-list ul li{
	width: 25%;
	text-align: center;
	position: relative;
}
.about-icon-list ul li + li::before{
	content: '';
	width: 1px;
	height: 70px;
	background-color: #eee;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
}
.about-icon-list ul li .ico{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.about-icon-list ul li .ico img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-icon-list ul li .title{
	text-align: center;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 1.5;
	margin-bottom: 5px;
}
.about-icon-list ul li .brief{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
	font-size: 12px;
}

.section-product{
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/product-bgpic.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.product-item-lteft,
.product-item-right{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	position: relative;
	width: 100%;
	float: left;
}
.product-head{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-head.black{
	color: #2a2a2a;
}
.product-head::after{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-head.black::after{
	background-color: #003366;
}
.product-small{
	color: #fff;
	font-size: 12px;
	line-height: 2;
}
.product-small.black{
	color: #3a3a3a;
}
.product-sort-list{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
}
.product-sort-list ul li{
	font-size: 12px;
	line-height: 1.5;
	margin: 20px 0;
	position: relative;
	padding-left: 20px;
	line-height: 30px;
}
.product-sort-list ul li a{
	color: #fff;
}
.product-sort-list ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
.product-wrap{
	background-color: #fff;
	padding: 20px;
}
.multiple-items .item .title{
	margin-top: 15px;
	font-size: 14px;
}
.multiple-items .item .brief{
	color: #3c3c3c;
	font-size: 12px;
	margin-top: 10px;
	line-height: 2;
}

.section-case{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f8ff;
}
.case-item-left,
.case-item-right{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%;
}
.case-item-right{
	margin-top: 40px;
}
.slick-case-other{
	margin-top: 25px;
	margin-bottom: 20px;
}
.slick-case-arrows{
	height: auto;
	overflow: hidden;
}
.slick-case-arrows a{
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #003366;
	color: #003366;
	border-radius: 50%;
	margin-right: 30px;
	font-size: 24px;
	line-height: 40px;
}
.slick-case-arrows a:hover{
	color: #fff;
	background-color: #003366;
}
.slice-case-page{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	display: none;
}
.slice-case-page .current-page,
.slice-case-page .total-page,
.slice-case-page i{
	display: inline-block;
	vertical-align: middle;
}
.slice-case-page .current-page{
	font-size: 30px;
	color: #003366;
}
.slice-case-page .total-page{
	margin-top: 5px;
	font-size: 18px;
}
.slice-case-page i{
	width: 1px;
	height: 18px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #333;
	transform: rotate(24deg);
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
}
.slick-case-wrap{
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.slick-case-wrap .item{
	position: relative;
	height: auto;
	overflow: hidden;
}
.slick-case-wrap .item a{
	display: block;
	margin: 0 10px;
	position: relative;
}
.slick-case-wrap .item a .image{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slick-case-wrap .item a .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(9,31,88,.7);
	opacity: 0;
	visibility: hidden;
}
.slick-case-wrap .item a .cover .in-box{
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.slick-case-wrap .item a .cover .in-box .title{
	font-size: 14px;
}
.slick-case-wrap .item a .cover .in-box .brief{
	font-size: 12px;
	line-height: 2;
	margin-top: 15px;
}
.slick-case-wrap .item a .cover .in-box .ico{
	margin-top: 30px;
}
.slick-case-wrap .item a .cover .in-box .ico i{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 24px;
}
.slick-case-wrap .item a:hover .cover{
	opacity: 1;
	visibility: visible;
}

.section-news{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-item-left,
.news-item-right{
	min-height: 1px;
	position: relative;
	float: left;
	width: 100%;
}
.news-head{
	line-height: 40px;
	color: #2a2a2a;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news-head::after{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #003366;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-more{
	display: inline-block;
	float: right;
	line-height: 40px;
	color: #fff;
	background-color: #003366;
	padding: 0 20px;
	font-size: 14px;
}
.news-more i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.news-more:hover{
	color: #fff;
}
.news-right-more{
	height: auto;
	overflow: hidden;
}
.news-item-wrap{
	height: auto;
	overflow: hidden;
}
.slick-news-wrap{
	height: auto;
	overflow: hidden;
}
.slick-news-wrap .item{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}
.slick-news-wrap .item a{
	display: block;
}
.slick-news-wrap .item .image{
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
}
.slick-news-wrap .item .image img{
	display: block;
	width: 100%;
	height: auto;
}
.slick-news-wrap .item .news-content{
	width: 68%;
	padding-left: 3%;
	padding-right: 3%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.slick-news-wrap .item .news-content .date{
	color: #3f3f3f;
	font-size: 14px;
}
.slick-news-wrap .item .news-content .title{
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.slick-news-wrap .item .news-content .brief{
	color: #3a3a3a;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 10px;
}
.slick-news-wrap .item .news-content .more{
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
	color: #3f3f3f;
	font-size: 14px;
}
.slick-news-wrap .item .news-content .more i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.slick-news-wrap .item :hover .news-content .title{
	color: #445580;
}
.slick-news-wrap .item :hover .image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.slick-news-other{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.slick-news-arrows{
	float: left;
	height: auto;
	overflow: hidden;
}
.slick-news-arrows a{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin: 5px auto;
	font-size: 24px;
}
.slick-news-arrows a:hover{
	color: #003366;
}
.slice-news-page{
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
}
.slice-news-page .current-page,
.slice-news-page .total-page,
.slice-news-page i{
	display: inline-block;
	vertical-align: middle;
}
.slice-news-page .current-page{
	font-size: 24px;
	color: #333;
}
.slice-news-page .total-page{
	margin-top: 5px;
	font-size: 16px;
}
.slice-news-page i{
	width: 1px;
	height: 18px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #333;
	transform: rotate(24deg);
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
}

@media (min-width:768px) {
	.header{
		border-bottom: 1px solid #57668d;
	}
	.about-icon-list ul li .title{
		font-size: 14px;
	}
	.about-icon-list ul li .brief{
		font-size: 12px;
		line-height: 2;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-item-lteft,
	.product-item-right{
		width: 50%;
	}
	.product-head{
		font-size: 20px;
	}
	.product-small{
		font-size: 14px;
	}
	.product-sort-list ul li{
		font-size: 14px;
	}
	.multiple-items .item .title{
		font-size: 16px;
	}
	.multiple-items .item .brief{
		font-size: 14px;
	}

	.container-case{
		padding-right: 0;
	}
	.slick-case-wrap .item a .cover .in-box .title{
		font-size: 16px;
	}
	.slick-case-wrap .item a .cover .in-box .brief{
		font-size: 14px;
	}

	.news-head{
		font-size: 20px;
	}

}
@media (min-width:992px) {
	.about-webname{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.about-brief{
		font-size: 14px;
		line-height: 2;
		height: 168px;
	}
	.about-more{
		margin-top: 20px;
		text-align: left;
		margin-bottom: 0;
	}
	.about-icon-list{
		margin-top: 50px;
	}
	.about-icon-list ul li .title{
		font-size: 16px;
	}
	.about-icon-list ul li .brief{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.product-item-lteft{
		width: 39.75%;
	}
	.product-item-right{
		width: 60.25%;
	}
	.product-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.product-small{
		font-size: 16px;
		padding-right: 10%;
	}
	.product-small.black{
		font-size: 12px;
		padding-right: 0;
	}
	.product-sort-list ul li{
		font-size: 16px;
	}
	.multiple-items .item .title{
		font-size: 18px;
	}
	.multiple-items .item .brief{
		font-size: 16px;
	}
	/* .case-item-left{
		width: 34%;
	}
	.case-item-right{
		width: 66%;
	} */
	.slick-case-wrap .item a .cover .in-box .title{
		font-size: 18px;
	}
	.slick-case-wrap .item a .cover .in-box .brief{
		font-size: 12px;
	}

	.news-row-flex{
		display: flex;
		display: -webkit-flex;
	}
	.news-item-left{
		width: 80%;
		border-right: 1px solid #eee;
	}
	.news-item-right{
		width: 20%;
	}
	.news-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.slick-news-wrap .item .news-content .date{
		margin-top: 5px;
	}
	.slick-news-wrap .item .news-content .title{
		font-size: 16px;
	}
	.slick-news-wrap .item .news-content .brief{
		font-size: 14px;
	}
	.slick-news-other{
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		text-align: center;
	}
	.slick-news-arrows{
		float: none;
	}
	.slick-news-arrows a{
		display: block;
	}
	.slice-news-page{
		float: none;
		margin-top: 60%;
		margin-left: 0;
	}

}
@media (min-width:1200px) {
	.about-content{
		padding-right: 8%;
	}
	.about-webname{
		margin-top: 30px;
	}
	.about-brief{
		font-size: 14px;
		line-height: 2;
		height: 168px;
	}
	.about-icon-list ul li .title{
		font-size: 18px;
	}
	.about-icon-list ul li .brief{
		font-size: 14px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.product-head{
		font-size: 30px;
		margin-top: 40px;
	}
	.product-head.black{
		margin-top: 0;
	}
	.product-sort-list ul li{
		font-size: 18px;
	}
	.multiple-items .item .title{
		font-size: 20px;
	}
	.case-item-left{
		width: 34%;
	}
	.case-item-right{
		width: 66%;
	}
	.slick-case-wrap .item a .cover .in-box .title{
		font-size: 20px;
	}

	.news-item-left{
		width: 82%;
	}
	.news-item-right{
		width: 18%;
	}
	.news-head{
		font-size: 30px;
	}

}

@media (min-width:1300px) {
	.about-brief{
		height: 196px;
	}
}

@media (min-width:1400px) {
	.news-item-left{
		width: 86%;
	}
	.news-item-right{
		width: 14%;
	}
	.slick-news-wrap .item .news-content .title{
		font-size: 18px;
	}
	.slick-news-wrap .item .news-content .brief{
		font-size: 16px;
	}
	.about-brief{
		height: 224px;
	}
	.product-small.black{
		font-size: 16px;
	}

}
@media (min-width:1500px) {
	.about-brief{
		height: 252px;
	}
}
@media (min-width:1600px) {
	.about-brief{
		font-size: 16px;
		line-height: 2.35;
		height: auto;
	}
}

@media (min-width:1750px) {
	.news-item-left{
		width: 87%;
	}
	.news-item-right{
		width: 13%;
	}

}

/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: #282e3c;
}
.foot-logo{
	float: left;
}
.foot-logo a{
	display: inline-block;
}
.foot-logo img{
	height: 30px;
}
.foot-social{
	float: right;
}
.foot-social ul li{
	float: left;
	margin-left: 20px;
}
.foot-social ul li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #cfd0d2;
	border: 1px solid #cfd0d2;
	border-radius: 50%;
}
.foot-social ul li a i{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;
}
.foot-social ul li a:hover{
	background-color: #cfd0d2;
	color: #282e3c;
}
.foot-line{
	height: 1px;
	background-color: #343946;
	margin: 30px 0;
	overflow: hidden;
}
.foot-nav-wrap{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-nav-wrap dl{
	width: 50%;
	margin-bottom: 20px;
}
.foot-nav-wrap.contact dl{
	width: 100%;
}
.foot-nav-wrap dl dt{
	color: #cfd0d2;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
.foot-nav-wrap dl dt a{
	color: #cfd0d2;
}
.foot-nav-wrap dl dt a:hover{
	color: #fff;
}
.foot-nav-wrap dl dd{
	color: #8c919e;
	font-size: 14px;
	line-height: 2;
}
.foot-nav-wrap dl dd a{
	color: #8c919e;
}
.foot-nav-wrap dl dd a:hover{
	color: #fff;
}
.foot-nav-wrap dl dd .contact-brief{
	color: #8c919e;
	font-size: 14px;
	line-height: 2;
}
.foot-nav-wrap dl dd .contact-brief a{
	color: #8c919e;
}
.foot-nav-wrap dl dd .contact-brief a:hover{
	color: #fff;
}
.foot-nav-wrap dl dd .foot-wechat{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.foot-nav-wrap dl dd .foot-wechat img{
	display: block;
	float: left;
	width: auto;
	max-width: 45%;
	height: auto;
	margin-right: 5%;
}
.copyright{
	text-align: center;
	color: #8c919e;
	font-size: 14px;
	line-height: 34px;
}
.foot-links{
	height: auto;
	position: relative;
	float: right;
}
.foot-links ul li{
	float: left;
	margin-left: 6px;
	height: 34px;
	position: relative;
}
.foot-links ul li > a{
	display: block;
	width: 120px;
	text-align: center;
	font-size: 12px;
	color: #8c919e;
	cursor: pointer;
	border: 1px solid #8c919e;
	line-height: 32px;
}
.foot-links ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.foot-links ul li a:hover{
	color: #fff;
}
.foot-links ul li .links-wrap{
	position: absolute;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: 100%;
	padding: 10px 15px;
	box-shadow: 0 0 10px rgba(255,255,255,.2);
	display: none;
	z-index: 2001;
}
.foot-links ul li .links-wrap a{
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin: 5px 0;
	color: #333;
}
.foot-links ul li .links-wrap a:hover{
	color: #445580;
}

@media (min-width:768px) {
	.foot-logo img{
		height: 50px;
	}
	.foot-social ul li a{
		width: 50px;
		height: 50px;
	}
	.foot-social ul li a i{
		font-size: 24px;
		line-height: 48px;
	}
	.foot-nav-wrap dl{
		width: auto;
		margin-bottom: 0;
	}
	.foot-nav-wrap.contact dl{
		width: auto;
	}
	.copyright{
		text-align: left;
	}
}


/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/******************
 * slick css code   *
 *****************/
.home-banner-wrap{
	height: auto;
	position: relative;
}
.home-banner-wrap .item{
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: transparent;
	/* min-height: 350px; */
}
.home-banner-wrap .item img{
	opacity: 0;
	visibility: hidden;
}

.home-banner-wrap .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 1006;
	text-align: center;
}
.home-banner-wrap .slick-dots li{
	width: 40px;
	height: 2px;
	list-style: none;
}
.home-banner-wrap .slick-dots li button{
	width: 40px;
	height: 4px;
	background-color: #fff;
	padding: 0;
}
.home-banner-wrap .slick-dots li button:before{
	width: 40px;
	height: 4px;
	background-color: transparent;
	color: transparent;
}
.home-banner-wrap .slick-dots li.slick-active button:before{
	background-color: #f37121;
}
.home-banner-wrap .home-banner-page{
	position: absolute;
	right: 5%;
	bottom: 3%;
	z-index: 1007;
	color: #fff;
	font-size: 16px;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	padding: 0 10px;
}
.home-banner-wrap .home-banner-page .current-page,
.home-banner-wrap .home-banner-page .total-page,
.home-banner-wrap .home-banner-page i{
	display: inline-block;
	vertical-align: middle;
}
.home-banner-wrap .home-banner-page .current-page{
	font-size: 24px;
}
.home-banner-wrap .home-banner-page .total-page{
	margin-top: 5px;
}
.home-banner-wrap .home-banner-page i{
	width: 1px;
	height: 18px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fff;
	transform: rotate(24deg);
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
}
.home-banner-wrap .home-banner-page .arrow_prev,
.home-banner-wrap .home-banner-page .arrow_next{
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}
.page-scroll{
	display: block;
	width: 18px;
	height: 28px;
	background-color: transparent;
	background-image: url(../images/hl_03.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 2000;
	cursor: pointer;
	animation:arrow-moving 3s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:arrow-moving 3s cubic-bezier(0.5,0,0.1,1) infinite;
}
.page-scroll a{
	display: block;
	width: 100%;
	height: 100%;
}
.page-scroll:hover{
	animation-play-state:paused;
	-webkit-animation-play-state:paused;

}
@-webkit-keyframes arrow-moving{
	from{bottom: 3vmin;-webkit-transform: scale(1);transform: scale(1)}
	50%{bottom: 5vmin;-webkit-transform: scale(1.2);transform: scale(1.2)}
	to{bottom: 3vmin;-webkit-transform: scale(1);transform: scale(1)}
}
@keyframes arrow-moving{
	from{bottom: 3vmin;-webkit-transform: scale(1);transform: scale(1)}
	50%{bottom: 5vmin;-webkit-transform: scale(1.2);transform: scale(1.2)}
	to{bottom: 3vmin;-webkit-transform: scale(1);transform: scale(1)}
}

.inner-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.inner-banner img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.section-inner{
	background-color: #fff;
}
.main-body{
	height: auto;
	overflow: hidden;
}
.my-path{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.my-path i{
	display: inline-block;
	margin-right: 5px;
}
.my-path a{
	margin: 0 8px;
}
.my-path a.default{
	color: #666;
}
.main-body{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.full-sort-title{
	color: #000000;
	font-size: 16px;
	text-align: left;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
	font-size: 14px;
}
.full-content img{
	max-width: 100%;
	/*margin: 0 auto;
	display: block;
	margin-bottom: 15px;*/
}
.full-content video,
.full-content iframe,
.full-content embed{
	max-width: 100%;
	height: auto;
}

.aside-wrap{
	width: 100%;
	float: left;
}
.aside-wrap h4{
	color: #fff;
	background-color: #445580;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 15px;
	line-height: 2;
	border-radius: 5px 5px 0 0;
	font-weight: normal;
}
.aside-wrap ul{
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	border-bottom: none;
}
.aside-wrap ul li{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.aside-wrap ul li a{
	display: block;
	color: #666;
	font-size: 14px;
	padding: 0 15px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aside-wrap ul li a:hover{
	color: #fff;
	background-color: #445580;
}
.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
}
.white-box-wrap{
	padding: 0;
}
.full-sort-title{
	color: #000000;
	font-size: 16px;
	text-align: left;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-contact-content{
	color: #565656;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}
.full-contact-content img,
.full-contact-content iframe,
.full-contact-content video{
	max-width: 100%;
	height: auto;
}

.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.item-news-wrap{
	height: auto;
	position: relative;
	background-color: #fff;
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.item-news-wrap a{
	display: block;
}
.item-news-wrap .pic{
	height: auto;
	overflow: hidden;
}
.item-news-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.item-news-wrap .title{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-news-wrap .intro{
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.item-news-wrap .more{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #999;
	font-family: arial;
}
.item-news-wrap:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.content-news-title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.news-other{
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-bottom: 30px;
	font-family: arial;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.news-other span{
	display: inline-block;
	margin: 0 20px;
}
.news-other span i{
	margin-right: 6px;
}
.product-sort-info{
	color: #555;
	font-size: 15px;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px 15px;
	margin-bottom: 15px;
}
.full-product-item{
	position: relative;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.full-product-item:hover{
	/* -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); */

  	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
  	transform: translateY(-10px);
}
.full-product-pic {
	border: 1px solid #ddd;
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
	color: #445580;
}
.full-product-brief{
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #449a99;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}



@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #445580;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #445580;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}
@media (min-width: 992px) {
	.aside-wrap{
		width: 240px;
		float: left;
	}
	.main-body{
		float: right;
		width: calc(100% - 240px);
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
		margin-bottom: 0;
		padding-left: 30px;
	}
	.full-sort-title{
		font-size: 24px;
	}
	.content-news-title{
		font-size: 24px;
	}
	.full-product-name{
		font-size: 16px;
	}
	.full-product-brief{
		font-size: 14px;
	}

}



/*-----蔡新增微调-------------*/
.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#top_zone1{
  background: #f9f9f9;
}
#top_zone2{
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	float: left;
  margin-right: 20px;
}
#top_link a{
	margin-left:10px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
	margin-bottom: 0!important;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
/*---分页--*/
.pagination{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width:100%;
	overflow: hidden;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination .current{
	background:#445580;
	border-color:#445580;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #445580;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
	font-weight:normal;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #e60012;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.copyright a,.websupport a{
  color: #fff;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}

.daofang-wraps{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.full-sort-list-hhll{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.full-sort-list-hhll ul li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 5px 1%;
}
.full-sort-list-hhll ul li a{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	text-align: center;
	background-color: #14275a;
	border-radius: 5px;
	color: #fff;
}
.full-sort-list-hhll ul li a.active{
	background-color: #80A6C5;
}

@media (min-width: 768px) {
	.full-sort-list-hhll ul{
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.full-sort-list-hhll ul li{
		width: auto;
		margin: 5px;
	}
	.full-sort-list-hhll ul li a{
		padding: 0 30px;
	}
}

.in-contact-banner{
	height: auto;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.in-contact-bbox{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding: 25px 0;
}
.in-contact-head{
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 1.2;
}
.in-contact-lxx-list{
	height: auto;
	overflow: hidden;
}
.in-contact-lxx-list ul li{
	height: auto;
	overflow: hidden;
	margin: 15px 0;
	font-size: 14px;
	line-height: 60px;
}
.in-contact-lxx-list ul li .cnt-bbgg{
	display: inline-block;
	background-color: #091f58;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 0 30px 30px 0;
}
.in-contact-lxx-list ul li i{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
.cnt-ffbbkk{
	background-color: rgba(9,31,88,.4);
	padding-left: 20px;
	padding-right: 20px;
}

.form-group input[type="text"]{
	display: block;
	width: 100%;
	line-height: 58px;
	padding: 0 15px;
	border: 0;
	box-shadow: none;
	font-family: inherit;
	background-color: rgba(255,255,255,.3);
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}
.form-group textarea{
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 6px 15px;
	border: 0;
	height: 160px;
	box-shadow: none;
	font-family: inherit;
	background-color: rgba(255,255,255,.3);
	color: #fff;
	font-size: 14px;
}
.form-group button,
.form-group input[type='submit']{
	display: inline-block;
	line-height: 58px;
	border-radius: 5px;
	padding: 0 50px;
	color: #fff;
	text-transform: uppercase;
	background-color: #445580;
	border: none;
	font-family: inherit;
	font-size: 16px;
}

@media (min-width: 992px) {
	.in-contact-banner{
		height: 100vh;
		padding-top: 150px;
	}
	.in-contact-head{
		font-size: 30px;
	}
	.in-contact-lxx-list ul li{
		font-size: 16px;
	}
	.in-contact-lxx-list ul li .cnt-bbgg{
		padding-right: 45px;
	}
	.in-contact-bbox{
		margin-top: 20%;
	}
	
}
@media (min-width: 1200px) {
	.in-contact-head{
		font-size: 36px;
	}
	.in-contact-lxx-list ul li{
		font-size: 18px;
	}
	.in-contact-lxx-list ul li .cnt-bbgg{
		padding-right: 80px;
	}
	.cnt-ffbbkk{
		padding-left: 50px;
		padding-right: 50px;
	}
}
