*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #000;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #000;
}
a:hover{
	color: #004ea2;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#004ea2;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#004ea2;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.topbar{
	height: 33px;
	line-height: 33px;
	background: #f3f3f3;
	font-size: 12px;
	color: #6e6e6e;
	border-bottom: 1px solid #ececec;
}
.topbar a{
	color: #6e6e6e;
}
.head{
	height: 108px;
	overflow: hidden;
}
.logo{
	display: block;
	width: 270px;
	height: 108px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell{
	background: url(../images/tt.png) no-repeat center left;
	padding-left: 60px;
	margin-top: 28px;
}
.toptell span{
	display: block;
	font-size: 15px;
	color: #545555;
}
.toptell p{
	font-size: 25px;
	color: #e60012;
	font-family: Arial;
	font-weight: bold;
}
.nav{
	height: 47px;
	line-height: 47px;
	background: #004ea2;
}
.nav li{
	float: left;
	font-size: 16px;
	border-left: 1px solid #125dd1;
	border-right: 1px solid #022b73;
}
.nav li:first-child{
	border-left: 0;
}
.nav li:last-child{
	border-right: 0;
}
.nav li a{
	display: block;
	width: 130px;
	text-align: center;
	color: #fff;
}
.nav li a.hover,.nav li a:hover{
	background: #e60012;
}

.slideBox{width:100%; height: 560px; overflow:hidden; position:relative;}
.slideBox .hd{ height:4px; overflow:hidden; position:absolute;bottom: 30px; z-index:1;width: 100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox .hd ul li{ float:left;margin: 0 12px;width:50px; height:4px; background:#f0f0f0; cursor:pointer; }
.slideBox .hd ul li.on{background:#004ea2;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height: 560px;}

.tit{
	text-align: center;
}
.tit p{
	color: #333;
	font-size: 27px;
	position: relative;
}
.tit span{
	display: block;
	font-size: 13px;
	color: #aeafaf;
	margin-top: 21px;
}
.tit p::before{
	content: " ";
	display: block;
	position: absolute;
	width: 112px;
	height: 1px;
	background: #dcdcdc;
	left: 50%;
	margin-left: -56px;
	top: 47px;
}
.tit p::after{
	content: " ";
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	background: #004ea2;
	left: 50%;
	margin-left: -14px;
	top: 46px;
}

.product{
	margin-top: 40px;
}
.promenu{
	text-align: center;
	margin-top: 30px;
}
.promenu ul{
	display: inline-block;
}
.promenu ul li{
	float: left;
	margin: 0 8px;
}
.promenu ul li a{
	display: block;
	width: 108px;
	height: 38px;
	line-height: 38px;
	background: #ececec;
	font-size: 16px;
	color: #444;
}
.promenu ul li a:hover{
	background: #004ea2;
	color: #fff;
}
.proimg ul{ margin-left:-20px;}
.proimg li{
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left:20px;
}
.proimg li img{
	width: 280px;
	height: 280px;
}
.proimg li p{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.about{
	height: 538px;
	background: #f2f2f2;
	margin-top: 60px;
	position: relative;
}
.abimg{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.abinfo{
	width: 540px;
	color: #333;
	margin-top: 95px;
}
.abinfo span{
	display: block;
	font-size: 25px;
}
.abinfo i{
	font-style: normal;
	font-size: 12px;
	color: rgba(51,51,51,.72);
	margin-top: 2px;
	display: block;
	margin-bottom: 25px;
}
.abinfo p{
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.abinfo a.more{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: 146px;
	height: 38px;
	line-height: 38px;
	background: #004ea2;
	margin-top: 25px;
}

.case{
	margin-top: 55px;
}
.case ul{
	margin-top: 40px;
}
.case li{
	float: left;
	margin: 0 10px;
}
.case li a{
	display: block;
	width: 280px;
	height: 415px;
	background: #f2f2f2;
}
.case li .box{
	padding: 0 15px;
}
.case li img{
	width: 280px;
	height: 266px;
}
.case li .box span{
	display: block;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
	line-height: 42px;
	margin-top: 15px;
}
.case li .box p{
	color: #858585;
	line-height: 21px;
	margin-top: 15px;
}
.case li a:hover{
	background: #004ea2;
}
.case li a:hover span,.case li a:hover p{
	color: #fff;
}

.news{
	margin-top: 60px;
}
.news .tit{
	margin-bottom: 30px;
}
.n1{
	width: 650px;
}
.newimg{
	height: 110px;
}
.newimg img{
	width: 180px;
	height: 110px;
}
.newimg .fr{
	width: 450px;
}
.newimg .fr a{
	display: block;
	font-size: 16px;
	color: #2d2d2d;
	line-height: 45px;
}
.newimg .fr p{
	font-size: 13px;
	color: #616161;
	line-height: 24px;
}
.n1 ul{
	margin-top: 17px;
}
.n1 li{
	line-height: 36px;
}
.n1 li a{
	color: #545454;
}
.n1 li span{
	color: #9d9b9b;
	float: right;
}
.n2{
	width: 470px;
}
.n2 dl{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 17px;
	margin-bottom: 22px;
}
.n2 dt a{
	font-size: 15px;
	color: #404040;
	display: block;
	background: url(../images/wd.png) no-repeat 0 0;
	padding-left: 36px;
	line-height: 25px;
	margin-bottom: 12px;
}
.n2 dd{
	color: #7b7a7a;
	line-height: 24px;
	background: url(../images/wd.png) no-repeat 0 -25px;
	padding-left: 36px;
}
.n2 dl:last-child{
	border: 0;
}
.news a:hover{
	color: #004ea2;
}

.link{
	line-height: 30px;
	margin-top: 30px;
}
.link p{
	font-size: 18px;
	color: #004ea2;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
}
.link a{
	color: #515050;
	margin-left: 30px;
}

.footer{
	background:#5a5a5b;
	height: 200px;
	border-bottom: 1px solid #4d4d4e;
	margin-top: 20px;
}
.fb{
	height: 142px;
	border-left: 1px solid #4a4a4b;
	border-right: 1px solid #626262;
	margin-top: 35px;
}
.flogo{
	width: 270px;
	border-left: 0;
}
.flogo img{
	margin-top: -20px;
}
.ftit{
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.fnav{
	width: 195px;
	padding-left: 40px;
}
.fnav li{
	float: left;
	width: 90px;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.75);
	line-height: 24px;
}
.fcont{
	width: 290px;
	padding-left: 40px;
}
.fcont p{
	font-size: 13px;
	color: rgba(255,255,255,.75);
	line-height: 24px;
}
.ewm{
	padding-left: 60px;
	border-right: 0;
}
.ewm li{
	float: left;
	margin-right: 35px;
	text-align: center;
}
.ewm li p{
	font-size: 13px;
	color: rgba(255,255,255,.6);
	margin-top: 5px;
}
.bottom{
	text-align: center;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #636363;
	font-size: 13px;
	color: rgba(255,255,255,.4);
	background: #5a5a5b;
}
.bottom a{
	color: rgba(255,255,255,.4);
}
.bottom img{
	margin-left: 10px;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main{
	margin-top: 50px;
	margin-bottom: 50px;
}
.content{
	line-height: 30px;
}
.content img{
	max-width: 100%;
}
.content a{
	color:#06F;
}
.main .tit{
	margin-bottom: 30px;
}

.list{
	margin-top: 50px;
}
.list li{
	height: 140px;
	margin-bottom: 40px;
}
.list li img{
	width: 220px;
	height: 140px;
}
.list li .fr{
	width: 950px;
}
.list li .fr a{
	display: block;
	line-height: 30px;
}
.list li .fr span{
	display: block;
	color: #999;
	line-height: 40px;
}
.list li .fr p{
	color: #999;
	line-height: 25px;
}

.submenu{
	text-align: center;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin: 0 10px;
}
.submenu li a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ececec;
}
.submenu li a:hover,.submenu li a.hover{
	background: #004ea2;
	color: #fff;
}

.photo{
	margin-top: 20px;
}
.photo ul{
	margin-left: -26px;
}
.photo li{
	float: left;
	margin-left: 26px;
	margin-bottom: 20px;
}
.photo li img{
	width: 280px;
	height: 280px;
}
.photo li p{
	line-height: 40px;
	text-align: center;
}
.photo li:hover img{
	opacity: 0.8;
}

.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.showtop h1{
	font-weight: normal;
	font-size: 25px;
}
.showtop p{
	color: #999;
	line-height: 60px;
}
.showtop p span{
	margin: 0 5px;
}
.showtop p span a{
	margin: 0 5px;
}
.prepage{
	margin: 50px 0;
	line-height: 30px;
}

.hotcp {
    margin-top: 20px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    margin-left: 20px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    height: 160px;
    width: 223px;
}
.hotcp li p{
	line-height: 40px;
}
.hotcp li:hover img{
	opacity: 0.8;
}
.hotcp_top {
    background: #004ea2;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}

.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #004ea2;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
	margin-left: -50px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 36px;
    margin-left: 50px;
    width: 575px;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}

.hotlabel{
	margin-top: 30px;
}
.hotlabel p{
	color: #004ea2;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #004ea2;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}