.header{
	padding-top: 90px;
}
.head_con {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 20;
	height: 90px;
}

.hea_top {
	/* padding: 17px 0; */
	position: relative;
	z-index: 999;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.logo>a{
	display: block;
	width: 90px;
	height: 56px;
	overflow: hidden;
	margin-top: 17px;
}
.menu_you em {
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	margin-left: 7px;

	display: inline-block;
	vertical-align: middle;
}

.menu_you img,
.head_login a,
.head_login img,
.head_login em {
	display: inline-block;
	vertical-align: middle;
}

.head_login {
	margin: 0 50px;
}

.head_login a {
	font-size: 14px;
	color: #0054a6;
	font-weight: bold;
	margin-left: 4px;
}

.menu_top>div {
	float: right;
}

.head_login em {
	font-size: 14px;
	color: #010101;
	margin-left: 4px;
	font-weight: bold;
}

.head_login .sin {
	color: #666666;
	font-weight: normal;
}

.menu_boot>ul{
	/* margin-left: 10%; */
	text-align: center;
}

.menu_boot>ul>li {
	display: inline-block;
	margin-right: 53px;
	position: relative;
	font-weight: bolder;
}
.menu_boot>ul>li:last-child{
	margin-right: 0;
}
.menu_boot>ul>li .me_a{
	padding: 17px 0px;
}
.me_a a {
	color: #242424;
	/* color: #fff; */
	font-size: 16px;
	text-transform: uppercase;
	line-height: 56px;
	position: relative;
	/*font-weight: bold; */

}
/* .me_a a:hover{
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1.2);
} */
.me_a a::before{
	content: "";
	width: 0;
	height: 2px;
	background-color: #0079c0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .4s;
}
.menu_boot>ul>li:hover .me_a>a,
.menu_boot>ul>li.on .me_a>a{
	color: #0079c0;
}
/* .menu_boot>ul>li:hover .me_a>a::before,
.menu_boot>ul>li.on .me_a>a::before{
	content: "";
	width: 100%;
} */
.me_sele {
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 2;
	display: none;
}

.me_zonb::after {
	content: "";
	position: absolute;
	top: -8px;
	left: 48px;
	width: 16px;
	height: 8px;
	background: url("../images/a2.png")no-repeat;
	background-size: 100% 100%;
}

.me_sele>div {
	width: 321px;
	box-shadow: 0px 0px 5px 0px rgb(4, 0, 0, 0.2);
	position: relative;
	padding: 20px 0;
	background: #FFF;
	top: 30px;
}

.me_sele>div>div>a,
.se_two a {
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	transition: all 0.4s;
	display: block;
	word-break: break-all;
	word-wrap: break-word;
	padding: 0 20px;
}

.me_sele>div>div>a:hover,
.se_two a:hover {
	color: #0054a6;
	text-decoration: underline;
}

.se_two {
	position: absolute;
	top: 0;
	left: 321px;
	min-width: 178px;
	max-width: 321px;
	width: auto;
	padding: 20px;
	box-shadow: 0 0px 5px 0px rgb(4, 0, 0, 0.2);
	z-index: 2;
	background: #FFF;
	display: none;
}

.se_one:hover .se_two {
	display: block;
}
.search-box{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	height: 23px;
	margin: auto;
}
.h-search{
	/* line-height: 56px;
	margin-left: 66px;
	margin-top: 17px; */
}
.hea_boot {
	background: #e7edf4;
	padding: 30px 0;
	position: fixed;
	top: 90px;
	width: 100%;
	z-index: 2;
	display: none;
}

.he_serch {
	width: 840px;
	margin: 0 auto;
}

.he_serch input {
	width: 750px;
	height: 51px;
	line-height: 51px;
	border-radius: 2px;
	background: #FFF;
	padding: 0 15px;
	font-size: 16px;
	color: #666666;
	float: left;
}

.he_serch button {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #0079c0;
	width: 90px;
	border: none;
	height: 51px;
	line-height: 51px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
}
.menu_boot>ul>li:hover .me_a a::before{
	    width: 100%;
}
.menu_boot>ul>li:hover .mdrop{
	/* display: block; */
}
/* 下拉 */
.mdrop{
	width: 280px;
	position: absolute;
	left: -100px;
	top: 90px;
	margin: auto;
	display: none;
}
.mdrop>a{
	display: block;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	/* color: #94cdee; */
	color: #fff;
	background-color: #0079c0;
}
.mdrop>a:hover{
	color: #fff;
	background-color: #0071b4;
}
/* 底部 */
.foot-top{
	padding: 20px 0px;
}
.foot_boot {
	border-top: 1px solid #cccccc;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foot_boot p {
	font-size: 14px;
	color: #ffffff;
}

.foot_boot p em {
	margin-left: 6px;
}
.fo_pic{
	font-size: 0;
}
.fo_pic>a {
   font-size: 14px;
   color: #fff;
   margin-right: 8px;
   line-height: 14px;
   display: inline-block;
   vertical-align: middle;
}
.fo_pic>a:nth-child(1){
	border-right: 1px solid #fff;
	padding-right: 8px;
}
.fo_pic>a:nth-child(2){
	border-right: 1px solid #fff;
	padding-right: 8px;
}
.fo_pic>a:nth-child(3){
	border-right: 1px solid #fff;
	padding-right: 8px;
}

.foot_top {
	padding: 14px 0px;
}

.fto_one h1 {
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

.fto_serah {
	border: 2px solid #fe7e02;
	height: 40px;
}

.ser_input input {
	width: 180px;
	font-size: 14px;
	height: 36px;
	padding: 0 10px;
}

.ser_input input::-webkit-input-placeholder {
	color: #666666;
}

.ser_butt {
	width: 60px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #fe7e02;
	cursor: pointer;
}

.ser_butt img {
	transition: all 0.4s;
}

.ser_butt:hover img {
	margin-left: 10px;
}

.foo_nav>ul>li {
	float: left;
	/* margin-right: 95px; */
	margin-right: 60px;
}
.foo_nav>ul>li:last-child{
	margin-right: 0;
}
.foo_nav>ul>li>a{
	font-size: 20px;
	color: #fff;
	line-height: 100px;
}
.foo_nav>ul>li>a:hover{
	text-decoration: underline;
}
.foo_nav>ul>li h1 {
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}


.foo_infbox {
	text-align: center;
}

.foo_inf {
	/* margin-top: 5px; */
}
.foo_inf>li{
	float: left;
	margin-left: 40px;
	position: relative;
}
.foo_inf>li:first-child{
	margin-left: 0;
}
/* .foo_inf>li>a {
	
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
	max-width: 25px;
	max-height: 20px;
} */

.foo_inf a>img{
	width: 100%;
	height: 100%;
}
.foo_inf a:first-child{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right:30px;
	
}
.foo_inf a:hover {
	transform: scale(1.05);
}
.fto-drop {
    position: absolute;
    bottom: 40px;
    left: -65px;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	display: none;
}
.drop_a{
	position: relative;
}
.drop_a::after{
	content: "";
	width: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
/* 2020.1.2 */
.me_sele>div>div>a {
	position: relative;
}

.me_sele>div>div>a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 11px;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: url(../images/icon_comm.png) no-repeat 0 0;
	transition: all 0.4s;
}

.me_sele>div>div>a:hover::after {
	background: url(../images/icon_comm.png) no-repeat -10px 0;
}

.se_two {
	max-width: 100%;
	width: 400px;
}

.se_two a {
	padding: 0;
}

.se_two h1 {
	width: 100%;
	border-bottom: 1px solid #e0d9ec;
	color: #0054a6;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	height: auto;
}

/* 2020.1.3 */
.me_sele>div {
	width: auto;
}

.se_two {
	width: 458px;
	height: auto;
	min-width: auto;
	max-width: none;
	overflow: hidden;
}

.se_two a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	font-size: 12px;
	line-height: 25px;
}

.me_sele>div>div>a {
	width: 321px;
}

.se_two h1 {
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.one-ceng {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 127px);
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

/* 2019.1.8 */
.se_two_thr {
	width: 258px;
}

.se_two_thr>a {
	width: 100%;
}

.se_one {
	position: relative;
}

/* banner */
.ban-abo1.abs-c{
	position: absolute;
	/* width: 1440px; */
	width: 1400px;
	left: 0;
	right: 0;
	top: 20%;
	transform: translate(-20%);	
	display: block;
	margin: 0 auto;
}