@charset "utf-8";
* {
	box-sizing: border-box;
	outline: 0px;
	-webkit-font-smoothing: antialiased;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#hc ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

html,body {
	padding: 0px;
	margin: 0px;
}

#hc {
	width: 100%;
	box-sizing: border-box;
}

#headerNav {
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 0 0 2%;
	height: 90px;
	background: rgba(4, 57, 131, 0.75);
	border-bottom: 1px solid #31568b;
	color: #fff;
}

#headerNav #logo {
	width: 100px;
	height: 40px;
	float: left;
	line-height: 0px;
	margin-top: 25px;
}

#headerNav #language {
	width: 90px;
	height: 90px;
	float: right;
	border-left: 1px solid #31568b;
	text-align: center;
	line-height: 90px;
}

#language span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
}

#headerNav li {
	float: left;
	line-height: 90px;
	padding: 0 25px;

}

#headerNav li a {
	color: #fff;
	font-size: 14px;
	/*	display: block;*/
}

#headerNav li a:chicked{}

.clearfix {
	clear: both;
}

.header_nav{
	position: absolute;
	right: 0px;
	background: #fff;
	color: #333;
	width: 100%;
	height: 240px;
	padding: 10px;
	transform: translateY(-240px);
	display: none;
	z-index: -1;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

#hc .header_nav ul{
 margin-left: 20px;
}
#hc .header_nav h5 a{
	font-size: 16px;
}
#headerNav .row {
	margin: 0px;
	padding: 0px;
}

.header_nav .col-md-6 * {
	text-align: left;
}

.header_nav a {
	cursor: pointer;
}

#headerNav .header_nav h4 {
	text-align: left;
	margin-left: 20px;
}

#headerNav .header_nav li {
	padding: 0px;
	padding: 3px 5px;
	line-height: 30px;
}

#headerNav div.header_nav {
	padding: 10px 30px;
}

#headerNav .header_nav li a {
	color: #666;
	font-weight: 400;
}

#headerNav .header_nav h5 a {
	color: #666;
}

#productLi:hover .header_nav {
	transition: all 0.5s;
	transform: translateY(0);
	display: block;
	opacity: 1;
}
#serveLi:hover .header_nav {
	transition: all 0.5s;
	transform: translateY(0);
	display: block;
	opacity: 1;
}

#headerNav .header_nav{
	opacity: 0;			
}

#footer-contact div {
	font-size: 16px;
	color: #333;
}

#footer-contact label {
	margin-right: 10px;
}

.footer-bottom {
	background: #333;
	color: #eee;
	padding: 5px;
}

.center {
	text-align: center;
}

#footer {
	background: #f2f2f2;
	font-size: 10px;
	color: #999;
	padding: 25px;
}

#foot-nav {
	display: block;
}

.left_bottom_css {
	width: 90px;
	position: fixed;
	bottom: 1px;
	right: 1px;
	z-index: 99;
}

.left_bottom_css .block {
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #043e88;
	margin-top: 5px;
}

.left_bottom_css .block a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.left_bottom_css .block a:hover {
	text-decoration: none;
}

.left_bottom_css .block a i {
	display: block;
	font-size: 40px;
}

.left_bottom_css .block a label {
	display: block;
	font-size: 14px;
}

#tel_block {
	background: #043e88;
	position: absolute;
	display: inline-block;
	height: 90px;
	width: 200px;
	right: 90px;
	bottom: 0px;
	transform: translateX(200px);
	opacity: 0;
	transition: all .5s;
}

.kefu_tel a:hover #tel_block {
	transform: translateX(0);
	opacity: 1;
}

#tel_block label {
	font-size: 18px;
	text-align: center;
	line-height: 90px;
}

.inner {
	padding: 20px;
}

.inner h3 {
	text-align: center;
	margin-bottom: 15px;
}
.product {
	width: 100%;
	height: 600px;
	position: relative;
}

.photoList {
	width: 100%;
	height: 600px;
	position: relative;
}

.photoList * {
	position: relative;
}

.photoList ul {
	height: 100%;
}

.photoList li {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}

.photoList img {
	width: 100%;
	height: 100%;
}

.photoList li:first-child {
	width: 61%;
	height: 50%;
}

.photoList li:nth-child(2) {
	width: 30%;
	height: 100%;
}

.photoList li:nth-child(3) {
	width: 30%;
	height: 50%;
	transform: translateY(-100%);
}

.photoList li:nth-child(4) {
	width: 30%;
	height: 50%;
	transform: translateY(-100%);
}

.case,.news {
	position: relative;
	top: -200px;
}

.newsPhoto {
	width: 50%;
	height: 400px;
	float: left;
}

.newsPhoto img {
	width: 100%;
	height: 100%
}

.casePhoto {
	width: 50%;
	height: 400px;
	float: right;
}

.casePhoto img {
	width: 100%;
	height: 100%
}

.caseList {
	width: 50%;
	display: inline-block;
	float: left;
}

.product p {
	font-size: 16px;
}

blue {
	color: #0000FF;
	padding: 10px;
}

ico {
	padding: 10px;
}
.header_product_nav{
	display: none;
}
.inner{
	padding: 60px 40px;
}	
.articleList a  .row h4{
	color: #333
}
.articleList a:hover  .row h4{
	color: #3097d1;
}
.inner_nav  h4{
	color: #333;
}
.inner_nav a{
	display: block;
	color: #666;
}
.inner_nav a{
	text-decoration: underline;
}
.inner_nav a label{
	color: #636b6f;
	font-weight:400;
}
.inner_nav a:hover label{
	color: #666;
	font-weight:600;
	text-decoration: underline;
}
.infoList a{
	text-decoration: none;
	display: block;
	padding-top: 20px;	
	padding-left: 30px;
	height: 180px;
	padding-right: 30px;	
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
	color: #666;
}	
.infoList a:hover{
	text-decoration: none;	
}
.infoList .date{
	height: 150px;
	width: 150px;
	background: #CCD1D9;
	font-size: 18px;
	line-height: 150px;
	text-align: center;	
}
.infoList .photo{
	height: 150px;
	width: 150px;
    background: no-repeat center center;
    background-size: cover;
    display: inline-block;	
}

.infoList a:hover .date{
	background: #434A54;
	color: #fff;
}
