@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" />
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img{border:0 none;}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none;list-style-type: none;}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {line-height:1 ;font-family:"微软雅黑", "黑体","宋体";} /* 重置页面文字属性 */
a {color:#666;text-decoration:none;}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none;}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
.clearfix{
	clear: both;
}
/*top css*/
.top{
	background: #292828;
	padding: 0 20px;
	color: #ccc;
	line-height: 30px;
	font-size: 14px;
}
.top p{
	float: left;

}
/*topbox*/
.topbox{
	padding-top: 20px;
}
.topbox .toptel{
	float: right;
	color: #333;
	line-height: 70px;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	padding-top: 10px;
}
.topbox .toptel span{
	font-weight: normal;
	font-size: 18px;
}
/*nav*/
.navbox{
	background: #f2f2f2;
	border-top: 2px solid #d9d9d9;
}
.navbox .bignav{
	height: 60px;
	float: left;
	width:11%; 
	text-align: center;
	position: relative;
}
.navbox .white{
	display: none;
}
.navbox .bignav a{
	line-height: 60px;
	font-size: 16px;
	color: #333;
}

.navbox .bignav:hover .navbox .black{
	display: none
}

.navbox .bignav:hover {
	background: #003b90;
}
.navbox .bignav a:hover{
	color: white;
}
.bignav .slidown{position: absolute;top: 60px; width:100%;padding-left:0px;background: rgba(255,255,255,0.8); z-index: 999999;display: none;}
.bignav .slidown ul{float: left;}
.bignav .slidown li a{line-height: 25px;text-align:left; font-size: 16px;width: 100%;display: block;padding:8px ;}
.bignav .slidown li a:hover{color: #0a6fb7;}
.navbox .bignav:hover .slidown{
	display: block;
}
/*about*/
.htitle{
	width: 25%;
	height: 90px;
	padding-top: 20px;
	font-size: 28px;
	text-align: center;
	color: white;
	margin:60px auto 40px;
	background: url(../img/title.jpg) no-repeat center;
}
.aboutbox{
	background: url(../img/01bg.jpg) no-repeat center center;
	padding-top: 36px;
	height: 580px;
}
.picbox{
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
.picbox img{
	transition: all 2s;
}
.picbox img:hover{
	transform: scale(1.2);
}
.atxt{
	width: 45%;
	float: right;
}
.atxt span{
	width: 100%;
	text-align: right;
	font-size: 24px;
	color: #cf3b3b;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
}
.atxt p{
	line-height: 25px;
	font-size: 16px;
	color: black;
	text-align: justify;
	text-indent: 2em;
}
.amore{
	width: 100%;
	display: block;
	background: url(../img/m1.png)no-repeat right;
	color: #2360b5;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	height: 70px;
	line-height: 60px;
	padding-right: 45px
}
/*业务 css*/
.ywbox{
	background: url(../img/02bg.jpg) no-repeat center;
	padding-left: 40px;
	padding-right: 40px;
}
.ywbox .col-md-6{
	padding-left: 0;
	padding-right: 0;
}
.title1{
	background: none;
	height: auto;
	padding-top:0;
	color: black;
}
.ywbox li{
	margin-bottom: 20px;
}
.ywright{
	background: #e6e6e6;
	padding-top: 20px;
	font-size: 20px;
	height: 240px;
	color: black;
}
.ywright .num{
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 15px;
}
.ywright .class{
	color: #2360b5;
	font-weight: bold;
	padding-left: 75px;
	margin-bottom: 20px;
	display: block; 
}
.ywright .jieshao{
	 font-size: 18px;
	 line-height: 30px;
	 padding-left: 75px;
}
/*ad1 css*/
.ad1box{
	background: url(../img/03bg.jpg)no-repeat center;
	background-size:cover;
	line-height: 50px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.ad1box p{
	color: white;
	text-align: right;
}
.ad1box .text1{
	font-size: 28px;
	font-weight: bold;
	width: 52%;
	padding-top: 10px
}
.ad1box .text2{
	width: 85%;
	font-size: 20px;
	margin-top: 10px;

}
.ad1box span{
	font-size: 24px;
	font-weight: bold;
	color: #d59e19;
}
/*pro css*/
.probox{
	padding-bottom: 20px;
}
.probox li{
	width: 30%;
	float: left;
	margin:0 15px 30px;
}
.probox li p{
	text-align: center;
	line-height: 50px;
	background: #d9d9d9;
	font-size: 16px;
	color: black;
}
.probox li p:hover{
	color: white;
	background: #2360b5;
	font-weight: bold;
	transition: all .6s
}
/*优势 css*/
.ysbox{
	background: url(../img/04bg.jpg)no-repeat;
	background-attachment: fixed;
	color: white;
	text-align: center;
	line-height: 30px;
	padding-bottom: 90px;
	padding-top: 60px;
}
.ysbox img{
	display: block;
	margin:40px auto;
	transition: all .6s
}
.ysbox p{
	font-size: 18px;
	font-weight: bold;
}
.ysbox h6{
	font-size: 16px;
	line-height: 30px;
}
.ysbox img:hover{
	transform:rotate(360deg);
-ms-transform:rotate(360deg); 
-moz-transform:rotate(360deg); 
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg); 	
transition: all .6s
}
/*news css*/
.newsbox{
	margin-bottom: 40px;
}
.newsbox .nleft{
	width: 33.33%;
	height: 600px;
	position: relative;
	float: left;
	border:2px solid #bfbfbf;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0 15px;
}
.newsbox .n_title{
	font-size: 20px;
	color: black;
	margin-bottom: 15px;
}
.newsbox .n_title span{
	line-height: 48px
}
.newsbox .picbox{
	width: 360px;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 1);
	margin:0 auto 30px;
}
.nleft li{
	padding:0 5px;
	margin-bottom: 14px;
}
.nleft li span{
	float: right;
}
.nleft li a{
	color: black;
}
.nleft li a:hover{
	color: #2360b5;
	font-weight: bold;
}
.nmore{
	font-size: 16px;
	width: 110px;
	line-height: 40px;
	text-align: center;
	background: #2360b5;
	color: white;
	display: block;
	float: right;
	margin-top:20px;
	position: absolute;
	right: 0;
	bottom:0;
}

.nright p{
	margin-top:20px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.nright img{
	position: relative;
	right: 10px;
	margin-bottom: 20px;
}
.nright span{
	padding-right: 10px;
	padding-bottom: 20px;
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
}
/*case css*/
.casebox{
	background: url(../img/05bg.png)no-repeat center;
	padding-bottom: 20px;
}
/*case css*/
#demo {
	width: 1150px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 40px;
}
.c_list{
	width: 280px;
	padding: 0 10px;
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-spacing: 10px
}
.c_list:hover{
	border:1px solid #2360b5
}

.c_name{
	margin-top: 20px;
	font-size: 16px;
	line-height: 60px;
	color: black;
}
/*foot*/
.fbox{
	border-top: 10px solid #2360b5;
	background: #1a232f;
	padding-top: 20px;
	color: white;
	padding-bottom: 20px;
}
.fbox .flogo{
	width: 33.33%;
	margin:0 auto;
	margin-bottom: 10px;
}
.fbox li img{
	margin-right: 5px;
}
.fbox li {
	font-size: 16px;
	line-height: 32px;
}
.fbox .col-md-4{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
.fbox .ewm{
	width: 20%;
	margin-left: 25%;
	float: left;
}
.fbox .ewm img{
	float: left;
}
.fbox .ewm p{
	font-size: 16px;
	float: right;
	line-height: 50px;
	padding-right: 20px;
}
.sup{
	float: right;
	width: 30%;
	line-height: 50px;
	text-align: center;
	margin-right: 80px;
}
/*phone css*/
.sjtitle{
	margin:30px auto 20px;
	font-size: 24px;
	width: 50%
}