@charset "utf-8";
html,body{
	background: #fff;
	/* max-width: 1920px; */
	margin: 0 auto;
	color: #333;
}
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}

/* 默认页样式 */
.def_bg{
	/* background: url(../img/def_bg.jpg);
	background-repeat: no-repeat;
	background-position: center; */
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 100vh;
}
.def_bg .def_img{
	display: block;
	position: absolute;
	z-index: 2;
	width: 100vw;
	height: 100vh;
}
.def_tt{
	position: absolute;
	z-index: 99;
	bottom: 24%;
	width: 100%;
	text-align: center;
}
.def_tt ul{
	text-align:center;
	margin: 0 auto;
}
.def_tt ul li{
	display:inline-block;
	position:relative;
}
.def_tt ul li:nth-child(1)::before{
	position: absolute;
	content: "";
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.5);
}
.def_tt ul li::after{
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.5);
}

.def_tt ul li a{
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	padding: 0 20px;
}
.def_tt ul li a:hover{
	color: #0096d0;
}





/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}



html,body{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	/* background: url(../img/bg1.jpg) no-repeat center top #2C5EF1; */	
}
body{
	
	margin: 0 auto;
}

.w_1280{
	width: 1280px;
	margin: 0 auto;
}
.logo{
	text-align: center;
	padding-top: 74px;
}
.nav{
	text-align: center;
	padding-top: 30px;
}
.nav li{
	display: inline-block;
	padding: 0 10px 14px;
	position: relative;
}
.nav li>a{
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	padding:15px 10px;
	position: relative;
	display: block;
}
.nav li>a i{
	display: none;
}
.nav li>a:after{
	position: absolute;
	left: 50%;
	background: #D3255B;
	height: 2px;
	content: '';
	width: 0;
	bottom: 0;
	transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
.nav li:hover>a:after,.nav li.on>a:after,.nav li.onhv>a:after{
	width: 52px;
	margin-left: -26px;
}
.nav li .sub{
	position: absolute;
	width: 116px;
	left: 50%;
	margin-left: -58px;
	top: 66px;
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.5);
	display: none;
}
.nav li .sub dt{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav li .sub a{
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 9px 0;
	font-size: 14px;
}
.nav li .sub a:hover{
	color: #D62759;
}
.head_mw{
	text-align: center;
	padding: 160px 0 154px;
}

#main{
	background: url(../img/sm_bg.png) no-repeat center bottom;
	padding-bottom: 54px;
}
.center{
	background: #fff;
}


#foot{
	background: #273B60;
	color: rgba(255,255,255,0.8);
	padding: 50px 0 15px;
	font-size: 15px;
}
#foot a{
	color: rgba(255,255,255,0.8);
}
#foot a:hover{
	color: #0096d0;
}
#foot .foot_a{
	padding-bottom:70px;
	position: relative;
}
#foot .foot_a .f_ewm{
	position: absolute;
	right: 0;
	bottom:25px;
}
#foot .foot_a .f_ewm img{
	display: block;
	width: 160px;
}
#foot .f_cpr{
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.7);
}
#foot .foot_l{
	float: left;
	width: 316px;
}
#foot .foot_l .f_lg{
	padding-bottom: 12px;
}
#foot .foot_l .f_lg img{
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
#foot .foot_l ul{
	
}
#foot .foot_l ul li{
	padding: 5px 0 15px;
}
#foot .foot_l ul li p{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 48px;
	color: #fff;
}
#foot .foot_l ul li p.p1{
	background-image: url(../img/f_ico1.png);
	font-size: 14px;
}
#foot .foot_l ul li p.p2{
	background-image: url(../img/f_ico2.png);
	font-size:24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot .foot_l ul li p.p3{
	background-image: url(../img/f_ico3.png);
	font-size:22px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot .foot_nav{
	float: right;
	width: 910px;
	display: flex;
	justify-content: space-between;
}
#foot .foot_nav dt{
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 20px;
}
#foot .foot_nav dt a{
	color: #fff;
}
#foot .foot_nav dd{
	line-height: 1.2;
	padding: 5px 0;
}