@charset "utf-8";
/* ============容器============== */
/*===========Copyright@5ACMS www.5aizhan.com 专业建站=============*/
body{margin:0;padding:0; background-color:#fff; font-size:12px; font-family: 微软雅黑, verdana, arial, sans-serif}
div,li,td,p,select,input,textarea,a,button,input{color:#333;text-decoration: none}
ul,li{margin:0px;padding:0px; list-style:none}
p{ margin:0; padding:0}
img { border:0}
a:link,a:visited,a:active{color:#222;text-decoration: none;}
a.nomal:link,a.nomal:visited,a.nomal:active{color:#333;text-decoration: underline;}
a:hover{color:#288fe1;text-decoration: underline;}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
.container {
	clear:both;
	width:1200px;
	margin:0 auto;
}
#menucontainer {
	clear:both;
	width:100%;
	height:58px;
	display:inline;
	float:left;
	background-color:#0c3c8e;
}
#bigcontainer{
	clear:both;
	width:100%;
	display:inline;
	float:left;
	text-align:center;
	height:292px;
	background:url(../images/p_banner.jpg) center top no-repeat
}
.logo {
    clear:both;
    height:60px;
    display:inline;
    float:left;
    padding:30px 0;
	padding-bottom: 25px;
}
.logo img{
	height: 60px;
}
.phone {
    height:30px;
    display:inline;
    float:right;
    margin-top:45px;
    font-size:18px;
    color:#333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    margin-right:10px;
    background:url(../images/email.png) left top no-repeat;
    background-size: 30px;
    padding-left:35px;
    line-height:30px;
    padding-top: 5px;
}
.menu {
	height:60px;
	display:inline;
	float:right;
	margin-top: 30px;
}
.menu li {
	height:60px;
	display:inline;
	float:left;
	line-height:60px;
	font-size:16px;
	transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
	margin-right: 45px;
	border-bottom: 3px #fff solid;
}
.menu li a:hover{
	color:#2e55c8;
}
.menu li.on {
	/*border-bottom: 3px #2e55c8 solid;*/
}
.menu li.on a{
	color: #2e55c8;
}
.menu li.nobg {
	background:none
}
.menu li:hover{
	position:relative;
	z-index:10;
}
.menu li:hover a{
	color:#2e55c8
}
.menu li.on{
    /*background-color: #c30;*/
}
.menu li.mainlevel:hover{

}
.menu li a { color:#111; display:block;
	font-weight: bold;}
.menu li a:hover { text-decoration:none;color:#2e55c8;}
.menu li.r{
	float: right;
	background-color: #2e55c8;
	height: 34px;
	margin-top: 13px;
	border-radius: 20px;
	background: #0868c2 url("../images/change.png") 15px center no-repeat;
	background-size: 18px;
	padding-right: 20px;
}
.menu li.r a{
	height: 34px;
	float: left;
	line-height: 34px;
	padding-left: 40px;
	font-family: Helvetica, arial, sans-serif;
	color:#fff;
	font-weight: normal;
}
#nav .mainlevel ul{
	display:none;position:absolute;width:118%;
	top:63px; overflow:hidden;
	left:-15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	padding: 20px 20px 10px 20px;
}
#nav .mainlevel li{
    background:#fff;
    font-size:14px;
    line-height:20px;
    width:100%;
    display:inline;
    float:left;
    overflow:hidden;
    border-bottom:0;
	margin-bottom: 10px;
    height: auto;
}
#nav .mainlevel li:hover{ background:#fff}
#nav .mainlevel li a{
	color:#333;
}
#nav .mainlevel a:hover { text-decoration:none;color:#2e55c8}
/*幻灯区域*/
.slide-area{
	width: 100%;
	float: left;
	height: 550px;
	text-align: center;
}
/*首页*/
.indexTle{
	width: 100%;
	float: left;
	padding: 30px 0;
}
.indexTle h2{
	font-size: 36px;
	font-weight: bold;
}
.indexTle h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.indexService{
	width: 1230px;
	float: left;
}
.indexService li{
	width: 585px;
	float: left;
	margin-right: 30px;
}
.indexService li p{
	width: 100%;
	float: left;
}
.indexService li p.img{
	height: 380px;
	overflow: hidden;
}
.indexService li p.img img{
	width: 100%;
	height: 380px;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-khtml-transition: all .8s ease;
	-moz-transition-property: all;
	-moz-transition-duration: .8s;
	-moz-transition-timing-function: ease;
	transition: all .8s ease
}
.indexService li:hover p.img img{
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.indexService li p.tle{
	font-size: 20px;
	margin-top: 10px;
}
.indexService li p.tle a{
	color:#222;
}
.indexService li p.tle a:hover{
	text-decoration: none;
	color:#288fe1
}
.indexService li p.con{
	font-size: 14px;
	color:#888;
	margin-top: 10px;
	line-height: 22px;
}
/*首页about*/
#gemail{
	height: 350px;
	width: 100%;
	display: inline;
	float: left;
	margin-top: 30px;
}
.gemail-bg{
	width: 100%;
	height: 350px;
	display: inline;
	float: left;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.gemail-con{
	clear: both;
	width: 1180px;
	display: inline;
	float: left;
	padding: 20px 0;
	margin-top: -300px;
	color:#fff;
	position: relative;
	z-index: 100;
}
.gemail-con li{
	width: 100%;
	display: inline;
	float: left;
	text-align: center;
	line-height: 26px;
	color:#fff;
}
.gemail-con li.tle{
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.gemail-con li.con{
	margin-top: 20px;
	color:#e5e5e5;
	font-size: 20px;
}
.gemail-con li.toget{
	margin-top: 30px;
}
.gemail-con li.toget input{
	width: 310px;
	height: 54px;
	border: 2px #999 solid;
	text-indent: 15px;
	font-size: 20px;
	display: inline;
	float: left;
	margin-left: 320px;
}
.gemail-con li.toget span{
	height: 58px;
	background-color: #288fe1;
	float: right;
	margin-right: 510px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.gemail-con li.toget a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 58px;
	line-height: 58px;
	padding: 0 30px;
	position: relative;
	z-index: 100;
}
/*新闻列表*/
.newsList{
	width: 1230px;
	float: left;
}
.newsList li{
	width: 378px;
	float: left;
	margin-right: 30px;
	border: 1px #d5d5d5 solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.newsList li p{
	width: 378px;
	float: left;
}
.newsList li p.img{
	height: 230px;
	overflow: hidden;
	width: 378px;
}
.newsList li p.img img{
	width: 100%;
	height: 230px;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-khtml-transition: all .8s ease;
	-moz-transition-property: all;
	-moz-transition-duration: .8s;
	-moz-transition-timing-function: ease;
	transition: all .8s ease
}
.newsList li:hover img{
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.newsList li p.tle{
	width: 348px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 15px;
}
.newsList li p.tle a{
	color:#222;
}
.newsList li p.tle a:hover{
	text-decoration: none;
	color:#288fe1
}
.newsList li p.con{
	width: 348px;
	font-size: 12px;
	color:#888;
	margin-top: 10px;
	line-height: 20px;
	margin-left: 15px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*行数*/
}
.newsList li p.detail{
	margin-top: 10px;
	width: 348px;
	float: left;
	margin-left: 15px;
}
.newsList li p.detail span{
	float: left;
	color:#666;
	font-size: 12px;
}
.newsList li p.detail a{
	float: right;
}
/*footer*/
.footer{
	width: 100%;
	float: left;
	background-color: #212121;
	margin-top: 30px;
}
.footCon{
	width: 1200px;
	float: left;
}
.footCon li{
	float: left;
	margin-top: 30px;
	padding-bottom: 40px;
}
.footCon li.logo img{
	height: 80px;
}
.footCon li.con{
	margin-left: 60px;
	line-height: 26px;
	font-size: 14px;
	color:rgba(255,255,255,.4);
	margin-top: 45px;
}
.footCon li.con b{
	font-size: 16px;
}
.footCon li.con a{
	color:#dedede;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	color:rgba(255,255,255,.4);
	padding: 10px 0;
	border-top: 1px #333 solid;
}
.copyright a{
	color:#888;
}
/*about*/
.navArea{
	width: 100%;
	float: left;
	background-color:rgba(0,0,0,.2);
	margin-top: -40px;
}
.navTle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#fff;
}
.navTle a{
	color:#fff;
}
.navAreaNew{
	width: 100%;
	float: left;
	background-color:#f7f7f7;
	/*background-color: rgba(40,143,225,0.1);*/
}
.navTleNew {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color:#555555;
}
.navTleNew a{
	color:#555555;
}
.about-area {
	height: 500px;
	background: url("../images/about-banner.jpg") center center no-repeat;
}
.contentInfo{
	width: 100%;
	float: left;
	line-height: 30px;
	margin-bottom: -10px;
	font-size: 14px;
	color:#999;
	margin-top: 5px;
}
.contentArea{
	width: 1200px;
	float: left;
	line-height: 180%;
	font-size: 16px;
	color:#666;
}
.contentArea p {
	width: 100%;
	float: left;
	line-height: 180%;
	font-size: 16px;
	margin-bottom: 15px;
	color:#666;
}
.contentTle {
	text-align: center;
}
.contentTle h1{
	font-size: 26px;
	font-weight: normal;
	color:#232f4b
}
.contentImg{
	width: 350px;
	float: left;
	margin-bottom: 30px;
}
.contentImg img{
	width: 350px;
}
.contentDesc{
	width: 800px;
	float: right;
}
.data_box{
	width: 120px;
	float: left;
	margin-top: 30px;
}
.date{
	width: 120px;
	height: 120px;
	background-color: #fecf00;
	color:#000;
	padding-top: 16px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	box-sizing: border-box;
}
.date span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.views_item{
	width: 100%;
	font-size: 14px;
	text-align: right;
}
.contentNewsDesc{
	width: 1030px;
	float: right;
}
.newsTle {
	width: 1030px;
	float: right;
}
.newsTle h1{
	padding-right: 60px;
	padding-bottom: 26px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 36px;
	color: #222222;
	box-sizing: border-box;
	font-weight: bold;
}
/*page*/
.pagenum {
	clear:both;
	width:100%;
	display:inline;
	float:left;
	font-size:12px;
}
.pagenum ul{
	float:left;
	padding:12px 0px 12px 0;
}
.pagenum ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.pagenum ul li.disabled{
	padding:5px 15px;
	color:#999;
	background-color:#eee
}
.pagenum ul li a{
	float:left;
	padding:5px 16px;
	color:#555;
	display:block;
	font-family:Arial, Helvetica, sans-serif
}
.pagenum ul li a:hover{
	color:#000;
	text-decoration:none;
	background-color:#f5f5f5;
}
.pagenum ul li.thisclass,
.pagenum ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:5px 15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}
.pagenum .pageinfo{
	line-height:21px;
	padding:3px 15px;
	color:#999;
	float:left;
	background-color:#eee
}
.pagenum .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.contentArea404{
	width: 1200px;
	float: left;
	line-height: 180%;
	font-size: 16px;
	color:#666;
	background: url("../images/404.png") center 100px no-repeat;
	background-size: 500px;
	height: 300px;
	text-align: center;
	padding-top: 350px;
}