@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	/*font: 12px/1.6 'FontAwesome';*/
	/* font-family: Arial, 'PingFang SC', 'Microsoft YaHei', Tahoma, 'sans-serif'; */
}
/*star reset: 重设外观 */
a{font-size: 16px;text-decoration: none; border: 0; background-color: transparent; outline: none;color: #333;font-family: "微软雅黑";cursor: pointer;}
body,div,q,iframe,form,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol{font-size: 16px;color: #333;margin: 0; padding: 0;font-family: "微软雅黑";}
img,fieldset{border: none 0;vertical-align: top}
body,input,textarea,select,button{margin: 0;  outline: none;font-family: "微软雅黑";}
a:focus{outline: none;}
a:hover{color: #0e5ca0;}
ul,dl,li{list-style: none; }
em,i,u,q,s,dl{text-decoration: none;font-family: "微软雅黑";}
p{font-family: "微软雅黑";word-break: normal;margin:0;padding:0;}
input,textarea,button,input[type=button],input[type=submit],input[type=reset]{/* appearance:none;-webkit-appearance: none; */outline:none;border: none;}
/*end reset: 重设外观 */
.fl{float: left;}
.fr{float: right;}
.clear{font-size: 0px;height: 0px;line-height: 0px;overflow: hidden;clear: both;}
.hide {display: none;}
.overflow {overflow: hidden;}
.container {width: 1200px;margin: 0 auto;}
.img_block img{display:block;width:100%;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ellipsis2{overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ellipsis3{overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
/* 适配项目 */
body{min-width: 1200px;}
.mar_top50{margin-top: 50px;}

/* 公用头部 */
.header_top{
	background: #f5f5f5;
	height: 50px;
	line-height: 50px;
}
.header_top .header_top_l p{
	font-size: 13px;
	color: #999;
}
.header_top .header_top_r a{
	font-size: 13px;
	color: #999;
	display: block;
}
.header_top .header_top_r a:hover{
	color: #0e5ca0;
}
.content{
	background-image: url(../images/dbj.jpg);
	background-repeat: no-repeat;
	/* background-position: center center;
	background-attachment: fixed;
	background-size: cover; */
}
.header_box{
	background-image: url(../images/zym.png);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 160px;
}
.header_box .header_logo{
	width: 517px;
	padding: 40px 0;
}
.header_box .header_logo img{
	width: 100%;
	display: block;
}
.search_box{
	width: 220px;
	height: 40px;
	background: #fff;
	border-radius: 40px;
	position: absolute;
	right: -220px;
	bottom: 40px;
}
.search_box input{
	margin-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.search_box .search_btn{
	width: 22px;
	height: 22px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 9px;
	cursor: pointer;
}

.nav_head{
	line-height: 50px;
	background: #0e5ca0;
}
.nav_head ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
}
.nav_head ul li{
	flex-grow: 1;
	text-align: center;
}
.nav_head ul li a{
	color: #fff;
	display: block;
	font-size: 18px;
}
.nav_head ul li:hover{
	background: #2a78bd;
}
.nav_head ul li.active{
	background: #2a78bd;
}
/* 底部 */
.footer{
	/* margin-top: 30px; */
}
.friend_box{
	background: #f9fafb;
	padding: 25px 0;
}
.friend_box ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
}
.friend_box ul li{
	flex-grow: 1;
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #0e5ca0;
	line-height: 41px;
	border-right: 1px solid #f9fafb;
}
.friend_box ul li a{
	color: #fff;
	font-size: 17px;
	display: block;
}
.friend_box ul li:first-child{
	border-right: none;
	background: #18388c;
}
.friend_box ul li:last-child{
	border-right: none;
}
.friend_box ul li img{
	vertical-align: text-top;
    margin-right: -2px;
    margin-top: 1px;
}
.footer_xx{
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0e5ca0;
	line-height: 34px;
	padding: 25px 0;
}
.footer_xx a{
	color: #fff;
	font-size: 14px;
}


@keyframes turn2 {
	0% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(45deg)
	}

	50% {
		transform: rotate(90deg)
	}

	75% {
		transform: rotate(135deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

/* 页码开始 */
.page_n{
	text-align: center;
	padding: 11px 0;
	margin: 20px auto 50px;
}
.page_n a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
}
.page_n a:hover{
	background: #0e5ca0;
	color: #fff;
}
/* 页码结束 */

/* 滚动条 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 6px;
    background-color: #f8f8f8;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    /* border-radius: 10px; */
    background-color: #f8f8f8;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #c7c7c7;
}
