@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*/
.topbox{
	position: relative;
}
.logo{
	width:67.5%;
	float: left;
}
.topbox .logo a{
	display: block;
	width: 400px;
	height: 100px;
	text-indent: -999em;
	position: absolute;
	top:20px;
}
.topbox .toptel{
	margin-top: 70px;
	float: right;
	font-size:24px;
	line-height: 40px;
	color: #4c4c4c;
	text-align: right;
	padding-right: 25px;
	margin-right: 20px;
}
/*nav css*/
.navbox{
	background:#060e18;
}
.navbox li{
	width: 12.5%;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	margin:0 10px;
}
.navbox li a{
	color: #fff;
}
.navbox li:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(23,82,155) 0%, rgb(29,131,180) 46%, rgb(23,82,155) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(23,82,155) 0%, rgb(29,131,180) 46%, rgb(23,82,155) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(23,82,155) 0%, rgb(29,131,180) 46%, rgb(23,82,155) 100%);
}
/*pro css*/
.probox{
	background: url(../img/01bg.jpg)no-repeat center center;
	height: 1260px;
	background-size: cover;
}
.title{
	width: 220px;
	margin:80px auto 40px;
	line-height: 60px;
	font-size: 28px;
}
.title img{
	margin-right: 10px;
}
.title a{
	color:#333;
}
.procols{
  background: url(../img/08bg.png)no-repeat top center;
  height: 910px;
  background-size: cover;
  padding:38px 28px 0;
}
.procols .pro{
	margin:0 15px 58px;
}
.procols .p_list{
	width: 30.5%;
	position: relative;
	float: left;
	margin:0 15px 30px;
}
.procols .p_list p{
	width: 0;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: white;
	background: rgba(24,114,181,0.6);
	line-height: 280px;
	overflow: hidden;
	transition:all 1s;
}
.procols .p_list:hover p{
	width: 100%;
	transition:all 1s;
}
.procols .pro_class{
	margin:0 10px;
}
.procols .c_list{
	float: left;
	width: 240px;
	line-height: 60px;
	background: #e6e6e6;
	border:1px solid #ccc;
	font-size: 16px;
	margin:0 20px 30px;
}
.procols .c_list a{
	display: block;
}
.procols .c_list:hover{
	border:1px solid #1768cb;
}
.p_more{
	background: #1768cb;
	border-radius: 4px;
	padding: 19px;
}
.p_more a{
	display: block;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 60px;
	color: white;
	font-size: 16px;
}
/*about css*/
.abbox{
	background: url(../img/02bg.jpg)no-repeat center center;
	background-size: cover;
	height: 660px;
	padding-top: 90px;
}
.abbox .a_left{
	width: 31.25%;
	float: left;
	background: url(../img/aleft.png)no-repeat center center;
	height: 520px;
	padding:38px;
	margin-left: 60px;
}
.abbox .a_left .a_title{
	font-size: 35px;
	color: black;
}
.abbox .a_left .a_tel{
	margin-top: 250px;
	font-size: 20px;
	color: black;
	line-height: 40px;
}
.abbox .a_right{
	width: 60%;
	float: right;
	margin-top: 280px;
}
.abbox .a_right p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: justify;
}
.more{
	margin-top: 20px;
	display: block;
	float: right;
	font-size: 18px;
	color: black;
	line-height: 60px;
}
/*ad css*/
.adbox{
	background: url(../img/03bg.jpg)no-repeat center center;
	background-size: cover;
	padding-right: 60px;
	font-size: 28px;
	height: 150px;
	line-height: 150px;
	color: #f0181d;
	font-weight: bold;
	text-align: right;
}
.adbox p{
	width: 47%;
	margin: 50px;
	float: left;
	line-height: 100px;
	font-size: 20px;
	font-weight: normal;
	color: black;
}
/*优势css*/
.ysbox{
	background: url(../img/04bg.jpg)no-repeat center center;
	height: 500px;
	background-size: cover;
}
.ysbox .yslist{
	width: 20%;
	float: left;
	background: url(../img/ys01.png)no-repeat top center;
	height:240px;
	padding-top: 90px;
	background-size: cover;
	font-size: 20px;
	line-height: 30px;
	transition: all 1s;
	margin:10px 20px;
}
.ysbox .yslist:hover{
	background: url(../img/ys1.png)no-repeat top center;
	transform: rotate(360deg);
	transition: all 1s;
}
/*lc css*/
.lcbox{
	background: url(../img/05bg.jpg)no-repeat center center;
	height: 200px;
	background-attachment: fixed;
	padding-top: 40px;
}
.lc{
	background: url(../img/06bg.png)no-repeat center center;
	height: 120px;
	background-size: cover;
	margin:0 auto;
}
.lc li{
	width: 12.1%;
	float: left;
	color: white;
	font-size: 20px;
	line-height: 60px;
}
.lc li span{
	font-size: 28px;
}
.lc_list{
	margin-right: 10%;
}
/*new css*/
.newsbox{
	background: #f2f2f2;
}
.newsbox li{
	width: 24.17%;
	height: 360px;
	float: left;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	margin-right: 12px;
	position: relative;
	padding-top: 10px;
}
.newsbox li:nth-child(4){
	margin-right: 0;
}
.newsbox li:nth-child(1) .n_pic{
	background: url(../img/n1.jpg)no-repeat top center;
}
.newsbox li:nth-child(2) .n_pic{
	background: url(../img/n2.jpg)no-repeat top center;
}
.newsbox li:nth-child(3) .n_pic{
	background: url(../img/n3.jpg)no-repeat top center;
}
.newsbox li:nth-child(4) .n_pic{
	background: url(../img/n4.jpg)no-repeat top center;
}
.newsbox li a{
	color: black
}
.newsbox .n-cont{
	position: absolute;
	padding:10px;
	margin-top: 10px;
	color: #666;
	transition: all 0.6s;
}
.newsbox li span{
	display: block;
}
.newsbox li p{
	line-height: 20px;
	text-align: justify;
}
.newsbox .n-title{
	font-size: 15px;
	margin-bottom: 10px;
	color: #333;
}
.newsbox .date{
	margin: 10px auto;
}
.newsbox li:hover{
	background: #2667b8;
}
.newsbox li:hover .n-cont{
	color: white;
}
.newsbox li:hover .n-title{
	color: white;
	transition: all 0.6s;
}
/*case css*/
.casebox{
	padding-bottom: 80px;
}
/*link*/
.linkbox{
	background: #17529b;
	height: 50px;
	padding-top: 5px;
	font-size: 15px;
	color: white;
}
/*foot css*/
.footbox{
	background: #060e18;
	padding-top: 30px;
	color:white;
}
.footbox .contact{
	margin-left: 60px;
}
.footbox .contact span{
	font-size: 28px;
	color: #d6a70d;
}
.footbox .contact p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
}
.footbox .ewm{
	margin-left: 20px;
}
.footbox .ewm div{
	float: left;
}
.sup{
	margin-top: 20px;
	padding: 10px 0;
	line-height: 20px;
	color: white;
	text-align: center;
}
/*phone*/
@media screen and (max-width:768px){
	.title{
		margin:40px auto 20px;
	}
	.pro_p .p_list{
		line-height: 30px;
		margin-bottom:15px;
	}
}