﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
fieldset {
	border: 0;
}
img {
	/*display: block;*/
	border: none;
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
a {
	display: block;
	text-decoration: none;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select{
	*font-size: 100%;
}
button:focus,input:focus,textarea:focus {
	outline: none;
}
input[type=button],input[type=submit],input[type="reset"] {
	border: none;
	cursor: pointer;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	width: 1200px;
	margin: 0 auto;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
@font-face {
	font-family:;
	src: url();
}
/*header*/
header{
	background: #fff;
}
header section img{
	margin: 30px 0;
}
header section div{
	margin-top: 36px;
}
header section div input[type="text"]{
	font: normal 12px/20px "微软雅黑";
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	border-right: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 5px 20px;
}
header section div button{
	height: 32px;
	background: #f1f1f1 url(../img/icon_4.png) no-repeat center;
	border: 1px solid #b2b2b2;
	border-left: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
header section ul{
	margin: 0;
}
/*nav*/
nav{
	background: #31a0ff;
}
.col-md-cus-1{
	width: 12.5%;
	text-align: center;
	border-right: 2px solid #fff;
	padding: 0 !important;
	margin-top: 14px;
}
nav>ul div li:last-child,.footer1{
	border: none;
}
nav>ul div li a,.footer1 a:hover{
	text-decoration: none !important; 
	color: #fff !important;
}
nav ul div li a:hover,nav>ul div li a:focus,nav>ul div li a:visited{
	background: transparent !important;
}
.dropdown-menu{
	background: #31a0ff !important;
	margin-top: 10px !important;
}
.dropdown-menu a { font: normal 16px/30px "微软雅黑" !important; }
/*carousel*/

/*content*/
.content1{
	text-align: center;
}
.content1 i{
	display: block;
	height: 2px;
	background: url(../img/bg_1.jpg) no-repeat center;
	margin-top: 5px;
}
.content2,.content3,.content4,.show1,.product1,.product3{
	margin-top: 30px;
}
.content2 div li,.show1 div li,.product3 div li{
	margin-bottom: 30px;
}
.content2 div li img{
	margin: 0 auto;
}
.content2 div li img:hover{
	transform: scale(1.1);
}
.content2 div li a,.product3 div li a{
	position: absolute;
	font: normal 16px/30px "微软雅黑";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,.8);
	padding: 20px 0;
	bottom: 0;
}
.dropdown-menu li a,.content2 li a strong,.content4 li h3,footer div ul li a,.show1 div li h4,.product1 div li a,.product3 div li a h3{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.content2 div li a i,.product3 div li a i{
	font-style: normal;
	background: #31a0ff;
}
.content3{
	background: url(../img/bg_2.jpg) no-repeat center;
	padding: 40px 0;
}
.content3 div article{
	color: #000;
	text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff;
	margin-bottom: 10px;
}
.content3 div a,.content4 a:last-child{
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #31a0ff;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content4 div li{
	height: 285px;
	background: #31a0ff;
	overflow: hidden;
}
.content4 div li:nth-child(2),.content4 div li:nth-child(4),.content4 div li:nth-child(5),.content4 div li:nth-child(7){
	padding: 0 !important;
}
.content4 div li img,.content5 div li img{
	margin: 0 auto;
}
.content4 div li h3,.content4 div li article{
	color: #fff;
}
.content4 div li article:hover{
	color: #000;
}
.content4 div li a{
	font: normal 20px/40px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #000 !important;
}
.content5 div ul{
	list-style: square inside;
	margin-bottom: 20px;
}
.content5 div ul h3 a{
	text-align: center;
	color: #fff;
	background: #000;
}
.content5 div ul li,.dl1 li{
	min-height: 30px;
	border-bottom: 1px dashed #000;
	margin-top: 20px;
}
.content5 div ul li:nth-child(2){
	list-style: none;
	border: none;
}
.content5 div ul li a,.dl1 li a{
	display: inline-block;
	color: #000;
}
.content5 div ul li i,.dl1 li i{
	float: right;
	font-style: normal;
}
.content5 div ul article{
	height: 180px;
	margin-top: 20px;
}
/*footer*/
footer{
	background: #1467af;
	padding: 40px 0;
	margin-top: 30px;
}
footer section div ul { margin-bottom: 0; }
footer section div ul li a{
	font: bold 14px/30px "微软雅黑";
	color: #fff !important;
}
.footer1 ul li a{
	font: normal 12px/30px "微软雅黑";
	text-align: center;
	color: #fff !important;
}
footer section div article{
	text-align: center;
	color: #fff;
}
footer section div h4{
	font: normal 14px/30px "微软雅黑";
	text-align: center;
	color: #fff;
	margin: 0;
}
/*about*/
.about1,.dl1,.product3{
	min-height: 600px;
	margin-top: 30px;
}
/*show*/
.show1 div li i{
	font: normal 20px/30px "微软雅黑";
	color: #706d6d;
}
.show1 div li article{
	color: #9e9e9e;
	margin-bottom: 10px;
}
.show1 div li a{
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	background: #31a0ff;
}
/*news*/
.news1 div li{
	padding-bottom: 20px;
	border-bottom: 1px dashed #000;
}
/*page*/
.page1{
	text-align: center;
	margin-top: 30px;
}
.page1 li{
	display: inline-block;
}
/*product*/
.product1 div li a{
	font: normal 14px/40px "微软雅黑";
	text-align: center;
	color: #000;
}
.product1 div li a:hover{
	text-decoration: none;
	color: #fff;
	background: #31a0ff;
}
.product2{
	color: #fff !important;
	background: #31a0ff;
}
.product3 div li img:hover{
	transform: none;
}
.product3 div li a{
	font-size: 12px;
	text-align: left;
	background: rgba(0,0,0,.4);
	padding: 20px 20px 0 20px;
}
.product3 div li a h3{
	font-size: 16px;
}
.product3 div li a i{
	display: block;
	width: 30px;
	font: normal 16px/28px "微软雅黑";
	text-align: center;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
	margin:  0 auto;
}
/*download*/

/*@media*/
@media (max-width: 1199px) {

	.content4 li{
		height: 250px !important;
	}
}
@media (max-width: 767px) {
	.col-md-cus-1{
		float: left;
		width: 33.33333333%;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	nav ul li:nth-child(3n){
		border: none;
	}
	.content3 div a,.content4 a:last-child{
		margin-bottom: 0;
	}
	.content4 li{
		height: 207px !important;
	}
	.content4 li h3{
		text-overflow: ellipsis;
		white-space: normal;
	}
	.product1 div li a{
		font-size: 12px;
	}
}
.dropdown-menu li a{
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
