@charset "utf-8";
/*公共样式*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 12px; 
	/*font-family: "Source Han Sans CN","微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";*/
	font-family: "Source Han Sans CN","微软雅黑",Arial,"Microsoft Yahei","Heiti SC";
	overflow-x:hidden;
}
table,td,tr,ul,ol,li,dl,dd,dt,p,input,form,em,p,img,h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}
h1{ 
	color:#232323;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,p,span{ }
ul{ 
	list-style:none;
}
.cursor{
	cursor:pointer;
}
.clear{font-size:0;line-height:0;height:0;clear:both;visibility:hidden;overflow:hidden}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
a{
	text-decoration: none;
	color: #333333;
}
 a:hover {
	font-weight: 500;
	color: #3197e9;
}
.container{
	width: 80%;
	width: 64%;
	width: 1200px;
	margin:0 auto;
}
input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
input::-moz-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
input::-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}





/*头部*/
.head{
	width: 100%;
	float: left;
}
.head .top{
	width: 100%;
	background-color: #0057E7;
	height: 40px;
	line-height: 40px;
}
.head .top .lefttop{
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	display: inline-block;
	
	font-size: 14px;
	font-weight: 400;
	color: #FEFEFE;

	float: left;

}
.head .top .righttop{
	width:30%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	display: inline-block;
	
	font-size: 14px;
	font-weight: 400;
	color: #FEFEFE;

	float: right;
}
.head .navigation{
	width: 100%;
	height: 120px;
	line-height: 120px;
	float: left;
}
.head .navigation .leftnavigation{
	width: 30%;
	display: inline-block;
	float: left;
	/*border:#f00 solid 1px;*/
}
.head .navigation .leftnavigation .logo{
	width: 100%;
	height: 120px;
	line-height: 120px;
	float: left;
}
.head .navigation .leftnavigation .logo img{
	width: auto;
	display: inline-block; 
	vertical-align: middle;

}
.head .navigation .rightnavigation{
	width: 61%;
	display: inline-block;
	float: right;
	/*border:#f00 solid 1px;*/
}
.head .navigation .rightnavigation .topnavigation{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;

	/*border:#f00 solid 1px;*/
	float: left;
}
.head .navigation .rightnavigation .topnavigation .topsearch{
	position: relative;
	width: 350px;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	/*border:#f00 solid 1px;*/
	display: inline-block;

	float: left;
}
.head .navigation .rightnavigation .topnavigation .topsearch #keyword{
	width: 240px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 20px;
    padding-left: 10px;
    border: 0;
    /* margin-right: 57px; */
    /*border: #f00 solid 1px;*/
    padding-right: 100px;
}
.head .navigation .rightnavigation .topnavigation .topsearch #submit{
	position: absolute;
	right: 0px;
	top: 0px;

	width: 90px;
	height: 40px;
	color:#fff;
	background: #005CF4;
	border-radius: 20px;
	border: #005cf4 solid 1px;

}
.head .navigation .rightnavigation .topnavigation .topkefu{
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: inline-block;

	background: #E4393B;
	border-radius: 20px;

	/*border:#f00 solid 1px;*/
	float: right;
}
.head .navigation .rightnavigation .topnavigation .topkefu .kefupic{

	width: 40%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	/*border:#fff solid 1px;*/
	float: left;
}
.head .navigation .rightnavigation .topnavigation .topkefu .kefupic img{
	width: 30px;
	line-height: 40px;
	border:0px;
	display: inline-block; 
	vertical-align: middle;
	
}
.head .navigation .rightnavigation .topnavigation .topkefu .kefutitle{
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.head .navigation .rightnavigation .bottomnavigation{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	/*border:#f00 solid 1px;*/
	float: left;
}

.head .navigation .rightnavigation .bottomnavigation .topmenuitem{
	width: 16.3%;
	height: 50px;
	display: inline-block;
	float: left;
	line-height: 50px;
	/*border:#f00 solid 1px;*/
}
.head .navigation .rightnavigation .bottomnavigation .topmenuitem a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}
.head .navigation .rightnavigation .bottomnavigation .active a{
	font-weight: bold;
}
.head .navigation .rightnavigation .bottomnavigation .topmenuitem .blueline{
	display: none;
	width: 56px;
	height: 4px;
	/*background: #005CF4;*/
}
.head .navigation .rightnavigation .bottomnavigation .active .blueline{
	display: block;
	width: 56px;
	height: 4px;
	margin:0 auto;
	background: #005CF4;
}
.head .shortcutmenu{
	width: 100%;
	height: 100px;
	background: #F5F5F5;
	margin-top: 4px;
	float: left;
}
.head .shortcutmenu .leftshortmenu{
	width: 78%;
    height: 80px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    /*border: #f00 solid 1px;*/
}
.head .shortcutmenu .leftshortmenu a{
	display: inline-block;
	padding:10px 9px;
	text-align: center;
	font-size: 16px;
	
	
	color: #00296E;

	float: left;
}
.head .shortcutmenu .leftshortmenu .active{
	color: #0954D1;
	font-weight: bold;
}

.head .shortcutmenu .rightshortmenu{
	width: 21%;
	height: 100px;
	display: inline-block;
	float: right;
	/*border:#f00 solid 1px;*/
}
.head .shortcutmenu .rightshortmenu a{
	display: inline-block;
	
	width: 110px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background: linear-gradient(0deg, #1883FC 0%, #005CF4 100%);
	border-radius: 10px;
	text-align: center;
	margin:7px 10px 2px 0px;

	float: left;
}
.head .shortcutmenu .rightshortmenu a:nth-child(2n){
	float: right;
	margin-right:0px;
}







/*尾部*/
.foot{
	width: 100%;
	margin-top: 50px;
	float: left;
}
.foot .footinfo{
	width: 100%;
	float: left;
}
.foot .footinfo .topfoot{
	width: 100%;
	padding:35px 0px;
	background-color: #474747;
	float: left;
	

}
.foot .footinfo .topfoot p{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
}
.foot .footinfo .bottomfoot{
	width: 100%;
	padding:18px 0px;
	background-color: #313131;
	float: left;
	text-align: center;
}
.foot .footinfo .bottomfoot p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}
.foot .container a{
	color:#FFF;
	}
	
.foot .container a:hovor{
	color:#36F;
	}









.page{
	width: 100%;
	margin:0 auto;
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	/*float: left;*/
	clear: both;
}
.pagination{
	width:100%;
	/*border: #f00 solid 1px;*/
}
.pagination li{
	width: 38px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	/*float: left;*/
	border:1px solid #e2e2e2;
	margin:0px 10px;
	/*border: #f00 solid 1px;*/
}
.pagination li a{
	font-size: 16px;
    font-weight: 400;
    color: #343434;
}
.pagination .disabled span{
	color: #ccc;
}
.pagination .active{
	background: #0F5CC4;
	color: #fff;
	font-weight: bold;
	border:1px solid #0F5CC4;
}
.pagination .active span{
	font-size: 16px;
}
.pagination .pagetitle{
	width: 50px;
}






.bread{
	width: 100%;
	margin-top: 20px;
	/*margin-bottom:50px;*/
	float: left;
}
.bread .breadinfo{
	width: 100%;
	float: left;
}
.bread .breadinfo a{
	/*padding:0px 15px;*/
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;

	
}
.bread .breadinfo span{
	padding:0px 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;

	float: left;
}

.title a {
	font-weight: 500;
	color: #333333;
}
.title a:hover {
	font-weight: 500;
	color: #3197e9;
}
.title a:visited {
	font-weight: 500;
	color: #333333;
}