/* header */
.head_fix {
 position: fixed;
 width:100%;
 top:0;
 left:0;
 z-index:50;
}
.head_main{
	background-color: #fff;
	position: relative;
	padding-top: 5px;
}
.head_main.head_bg{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.head_main::before{
	content: "";
	width: 100%;
	height: 5px;
	background-image: -moz-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,156,229) 0%, rgb(0,100,169) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.logo {
	display: block;
    width: 223px;
    height: 56px;
    overflow: hidden;
	margin-top: 28px;
}
.head-rtop{
	margin-top: 18px;
	font-size: 0;
	position: relative;
	text-align: right;
}

.h-infbox,
.h-deng,
.hr-state{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.head-rtop>div:last-child{
	margin-right: 0;
}
.hr-state{
	position: relative;
}
.hr-state>a{
	display: block;
	position: relative;
	padding: 10px 25px 10px 15px;
}
.hr-state>a::after{
	content: "";
	width: 10px;
	height: 6px;
	background: url(../images/xl1.png) no-repeat right center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .8s;
}
.hr-sdow>li>a>img,
.hr-state>a>img{
	display: block;
	width: 24px;
	max-height: 16px;
}
.hr-sdow{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	z-index: 2;
}
.hr-sdow>li{
	padding: 10px 5px;
	border-bottom: 1px dashed #f2f2f2;
	background-color: #fff;
	margin-right: 5px;
}
/* .hr-state:hover, */
.hr-sdow>li:hover{
	border-radius: 3px;
	background-color: rgb( 255, 255, 255 );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 ,0.205);
	/* border: 1px solid red; */
}
.hr-state>a:hover::after{
	content: "";
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(180deg); 
	transition: all .8s;
}
.h-deng>a{
	font-size: 14px;
	color: rgb( 68, 68, 68 );
	/* line-height: 60px; */
}
.h-infdh{
	font-size: 0;
}
.h-infdh>img,
.h-infdh>span,
.h-infdh>a{
	display: inline-block;
	vertical-align: middle;
}
.h-infdh{
	font-size: 14px;
	color: #444444;
}
.h-infdh>img{
	width: 14px;
	max-height: 16px;
	margin-right: 10px;
}
.h-infdh>a{
	font-size: 16px;
	color: #0064a9;
}

/*  */
.head_nav{
	/* margin-top: 20px;
	padding-bottom: 20px; */
	position: relative;
}
.head_nav>ul>li{
	float: left;
	margin-left: 40px;
	position: relative;
	padding: 20px 0px 20px;
}
.head_nav>ul>li>a{
	font-size: 16px;
	/*font-family: "Source Han Sans SC";*/
	color: #444444;
}
.head_nav>ul>li:hover>a,
.head_nav>ul>li.on>a{
	color: #0064a9;
}
.head_nav>ul>li:hover .nav-dow{
	display: block;
	translate: all .6s;
}

/* drop */
.nav-dow {
    display: none;
    position: absolute;
    top: 100%;
    left: -50px;
    right: 0;
    margin: auto;
    width: 160px;
    z-index: 2;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 0px 10px 0px rgb( 0, 0, 0 ,0.2);
	translate: all .6s;
}

.nav-dcen>ul{
	text-align: center;
	padding: 20px 10px;
}
.nav-dcen>ul>li>a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}
.nav-dcen>ul>li>a:hover{
	color: #0064a9;
}
.mdr-img{
	height: 34px;
	margin-bottom: 10px;
}
.mdr-img>img{
	max-height: 100%;
}
.mdr-txt>p{
	font-size: 14px;
	color: rgb( 255, 255, 255 );
	line-height: 26px;
}
	
.mdr-cont>ul>li:hover>a{
	color: #f2282f;
}

/* footer */
.footer{
	background-color: #0064a9;	
}
.foot_top {
    padding: 56px 0px 50px;
    border-bottom: 1px solid rgba( 255, 255, 255,0.102 );
}
.foot_nav>ul {
    margin-right: -110px;
}
.foot_nav>ul>li {
    float: left;
    margin-right: 110px;
	max-width: 230px;
}
.foot_nav>ul>li>a {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    margin-bottom: 20px;
}
.fooul>li>a,
.fooul>li>p{
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}
.wximg{
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
	width: 111px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 14px;
}
.inf-box{
	text-align: right;
}
.inf-box>a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
	margin-right: 14px;
}
.foot_bot {
    padding: 20px 0px;
}
.foobl .txtp {
    font-size: 14px;
    color: #fff;
}
.foobr-top>a {
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
.foobr-top>a:hover{
	text-decoration: underline;
}


/* banner */
.banner>a{
	position: relative;
}
.banner>a,
.banner>a>img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.ban-tit{
	font-size: 46px;
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba( 0, 0, 0 ,0.205);
}
/* 路径 */
.path{
	padding: 14px 0px;
	font-size: 0;
}
.path>a,
.path>span{
	display: inline-block;
	vertical-align: middle;
}
.path>a{
	position: relative;
	font-size: 12px;
	color: #999999;
	padding-right: 10px;
	margin-right: 4px;
}
.path>a::after{
	content: "";
	width: 6px;
	height: 11px;
	background: url(../images/xg1.png) no-repeat right center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 3px;
	/* bottom: 0;
	margin: auto; */
	
}
.path>a:hover{
	text-decoration: underline;
}
.path>span{
	font-size: 12px;
	color: #666666;
}

/* 弹窗 */
.tan_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
	z-index: 20;
}
.abs_c {
    position: absolute;
    top: 50%;
    left: 70%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.fixed_c {
    position: fixed;
    top: 58%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* add */
.hr-state>a{
	display: none;
}
.hr-sdow{
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
}