@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}   /* 重置类表前导符号为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 {font-size:14px;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */
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 {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
 
.container-fluid,.container{
	padding: 0;
}
.row{
	margin: 0;
	margin-bottom: 5px;
}
.topbox{
	background: #eeeeee;
	line-height: 31px;
}
.top01{
	float: left;
}
.top02{
	float: right;
}
.top01 p{
	color: #888888;
	font-size: 13px;
}
.top02 a{
	color: #888888;
	font-size: 13px;
}
.logo{
	margin-top: 15px;
}
.logo2{
	margin-top: 15px;
	border-right: solid 1px #b1b1b1;
}
.logo2 span{
	color: #2e64b6;
	font-size: 25px;
	font-weight: bold;
}
.logo02 p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.logo03 span{
	color: #2e64b6;
	font-size: 18px;
	font-weight: bold;
}
.logo03 p{
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.logo03{
	padding: 0;
	margin-top: 20px;
	padding-left: 15px;
}
.tel img{
	float: right;
	margin-top: 20px;
}
.logobox{
	margin: 17px auto;
}
.navbox{
	background: #2e64b6;
}
.navbox li{
	text-align: center;
	float: left;
	/*width: 12.5%;*/
	height: 45px;
	padding: 12px 0;
	
}
.navbox a{
	color: white;
	font-size: 16px;
	display: block;
	padding: 0 42px;
	border-right: solid 1px #5a85c5;
}

.carousel_list{ text-align: center; margin: 0 auto; left: 50%; margin-left: -180px;}
.carousel-indicators li{
	float: left;
	border: solid 3px white;
	margin: 0 5px;
}
.carousel-indicators li img{
	width: 175px;
	height: 94px;
}
.carousel-indicators li:hover{
	border: solid 3px #2e64b6;
}
.probox{
	margin-top: 40px;
	margin-bottom: 50px;
}
.probt{
	margin-bottom: 30px;
}
.probt span,.adbt span{
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.probt p,.adbt p{
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.profl{
	width: 1050px;
	margin: 0 auto;
	text-align: center;
}
.profl li{
	float: left;
	width: 170px;
	margin: 0 2px;
	border: dashed 1px #ff5c01;
	text-align: center;
	line-height: 35px;
	border-radius: 18px;
}
.profl a{
	color: black;
	font-size: 16px;
	color: #666666;
}
.profl li:hover{
	background:#ff5c01 ;
}
.profl li:hover a{
	color: white;
}
.proC span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.proC{
	margin-top: 20px;
}
.aboutbox{
	background: url(../images/about02.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 52px;
	padding-bottom: 75px;
}
.aboutbt{
	margin-bottom: 20px;
}
.aboutbt span{
	font-size: 30px;
	font-weight: bold;
	color: white;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.aboutbt p{
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.about01,.about02{
	padding: 0;
}
.about02{
	background: white;
	padding: 0 30px;
	padding-top: 44px;
	padding-bottom: 34px;
	margin-top: 12px;
}
.about02 p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.aboutpic{
	margin-top: 20px;
}
.aboutpic span{
	color: #2e64b6;
	font-size: 18px;
	font-weight: bold;
	
}
.aboutpic ul{
	margin-top: 15px;
}
.adbox{
	background: url(../images/ad01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 57px;
}
.adbt{
	margin-bottom: 54px;
}
.adC span{
	display: block;
	text-align: center;
	color: #222222;
	font-size: 20px;
}
.adC p{
	width: 80%;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 32px;
}
.adc01{
	background: url(../images/ad02.png) no-repeat center 0;
	padding-top:118px ;
	padding-bottom: 60px;
}
.adc01:hover{
	background: url(../images/ad03.png) no-repeat center 0;
	
}
.adc02{
	background: url(../images/ad04.png) no-repeat center 0;
	padding-top:118px ;
	padding-bottom: 60px;
}
.adc02:hover{
	background: url(../images/ad05.png) no-repeat center 0;
}
.adc03{
	background: url(../images/ad06.png) no-repeat center 0;
	padding-top:118px ;
	padding-bottom: 60px;
}
.adc03:hover{
	background: url(../images/ad07.png) no-repeat center 0;
}
.adc04{
	background: url(../images/ad08.png) no-repeat center 0;
	padding-top:118px ;
	padding-bottom: 60px;
}
.adc04:hover{
	background: url(../images/ad09.png) no-repeat center 0;
}
.newbt{
	margin-bottom: 24px;
}
.newbt span,.new03bt span{
	color: #222222;
	font-size: 24px;
	font-weight: bold;
}
.newbt img,.new03bt img{
	padding: 12px 5px;
}
.newbox{
	margin-top: 67px;
	margin-bottom: 40px;
}
.newbt a,.new03bt a{
	float: right;
	background: #ff5c01;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	color: white;
	text-align: center;
	font-size: 18px;
	display: block;
}
.new01{
	position: relative;
	padding: 0;
}
.new01c{
	position: absolute;
	width: 100%;
	background: rgba(46,100,182,0.7);
	bottom: 0;
	padding: 0 10px;
}
.new01 img{
	display: block;
	width: 100%;
}
.new01c a{
	color: white;
	font-size: 18px;
}
.new01c p{
	font-size: 14px;
	color: white;
	line-height: 25px;
}
.data{
	background: #2e64b6;
}
.data span{
	font-size: 16px;
	color: white;
	line-height: 32px;
	display: block;
	text-align: center;
}
.new02c{
	padding: 0 15px;
}
.new02c a{
	color: black;
	font-size: 16px;
}
.new02c p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.new02 li{
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.new02 li:hover .data{
	background: #ff5c01;
}
.new02 li:hover .new02c a{
	color: #ff5c01;
}
.new04 a{
	color: #222222;
	font-size: 14px;
	
}
.new04 span{
	color: #666666;
	font-size: 14px;
	float: right;
}
.new04 img{
	padding: 20px 3px;
}
.new03{
	padding: 0;
}
.new04 li{
	line-height: 45px;
	border-bottom: solid 1px #e8e8e8;
}
.new03bt{
	margin-bottom: 26px;
}
.footerbox{
	background: #222222;
	padding-top: 32px;
}
.link{
	color: white;
	opacity: 0.4;
	font-size: 14px;
	margin: 30px 0;
	line-height: 30px;
}
.footnav01bt span{
	font-size: 14px;
	color: white;
	opacity: 0.4;
}
.footnav01bt p{
	color: white;
	font-size: 14px;
}
.footnav01bt hr{
	width: 50px;
	height: 2px;
	background: #2e64b6;
	margin: 5px 0;
}
.footernav01c,.footernav02c{
	margin-top: 20px;
}
.footernav01c p{
	color: #c8c8c8;
	font-size: 14px;
	line-height: 30px;
}
.footernav02c a{
	color: #c8c8c8;
	font-size: 14px;
	line-height: 30px;
}
.bq{
	margin-top: 50px;
	color: #c8c8c8;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

/*内页*/
.ntitle{margin-top:30px;margin-bottom:30px;background: #00509b;}
.ntitle h5{color: white;line-height: 40px; padding-left: 8px;}
 h5 a{color:white;font-size:14px;padding:0 8px}
.ntitle h5 a:hover{font-weight:bold}
.ntitle .img-responsive{float:left;padding-top: 8px;}

.cpfl_left_bot a{float:left;width:200px; padding:10px 0;text-align:center;font-size:14px;border-bottom:1px dashed #00509b}
.cpfl_left{width:202px;background-color:#fff;border:1px solid #00509b; ;margin-right: 30px;float:left;margin-bottom:20px}
.cpfl_left_top li{ font-size: 14px;text-align: center;line-height: 40px;border-bottom:1px dashed #00509b;}
.cpfl_left_top span{float:left;font-size:20px;line-height:60px;height:60px;width:200px;color:white;background:#00509b;margin:0 0 10px;text-align:center;}
.cpfl_left_bot p{font-size:14px;margin-top:20px;line-height:30px;padding:0 5px}

.map{ padding-bottom: 32px;}


























