@import url("bootstrap.min.css");
@import url("swiper.min.css");
@import url("slick.css");
@import url("base.css");
@import url("../font/iconfont.css");

.wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

.guding{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition:all .5s;
}

/* head */
.m-meau{
	display: none;
}
.mobile{
	display: none;
}
header{
	position: relative;
}
.head-top{
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #666;
}
.head-top span a{
	color: #666;
	display: inline-block;
}
.head-top span a i{
	margin-right: 7px;
	color: #999;
	position: relative;
	top: 2px;
}
.head-top span a:hover{
	color: #E33164;
}
.head-top b{
	height: 15px;
	width: 1px;
	display: inline-block;
	background-color: #ccc;
	margin: 0 15px;
	position: relative;
	top: 3px;
}

.head-logo{
	height: 70px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.head-logo .logo-left{
	float: left;
	padding-top: 10px;
}
.head-logo .logo-left a.weblogo{
	display: inline-block;
	width: 55px;
	float: left;
}
.head-logo .logo-left>div{
	display: block;
	float: left;
	margin-left: 20px;
}
.head-logo .logo-left h2{
	font-size: 22px;
	color: #222;

}
.head-logo .logo-left h2 span{
	width: 200px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background-color: #0F97FD;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -3px;
    text-align: right;
    padding-right: 20px;
    margin-left: 10px;
}
.head-logo .logo-left span b{
	background-color: #e33164;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 18px;
	font-weight: normal;
}
.head-logo .logo-left p{
	font-size: 13px;
	color: #666;
}
.head-logo .logo-left p span{
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #E33164;
	border-radius: 5px;
	margin: 0 8px;
	position: relative;
	top: -1px;
}


.head-logo .logo_right{
	float: right;
	margin-top: 13px;
}
.head-logo .logo_right i{
	font-size: 38px;
	color: #e0e0e0;
	float: left;
	line-height: 1;
	margin-top: 2px;
}
.head-logo .logo_right p span{
	color: #e1e1e1;
    margin: 0 5px;
    font-size: 24px;
    font-weight: normal;
    font-family: "arial, helvetica, sans-serif";
}
.head-logo .logo_right p{
	float: left;
	margin-left: 15px;
	margin-top: 2px;
}
.head-logo .logo_right p a{
	font-size: 28px;
	color: #333;
	line-height: 40px;
}
.head-logo .logo_right p a:first-of-type{
	font-weight: bold;
	color: #E33164;
}
.head-logo .logo_right img{
	float: left;
	width: 100px;
	margin-left: 50px;
}

.head-nav{
	height: 55px;
	background-color: #0f97fd;
	color: #fff;
}
.navbar{
	padding: 0;
	z-index: 99;
}
.navbar .yiji{
	flex: 1;
	text-align: center;
	position: relative;
}
.navbar .yiji>a{
	line-height: 55px;
	color: #fff;
	font-size: 16px;
	display: block;
}
.navbar .yiji>a::after{
	content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
}
.navbar>div:nth-last-of-type(2)>a::after{
	display: none;
}
.navbar .yiji.active>a{
	background-color: #E33164;
}
.navbar .erji{
	display: none;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	background-color: #272d33;
}
.navbar .erji a{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 10px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .erji a:last-of-type{
	border-bottom: none;
}
.navbar .erji a:hover{
	background-color: #E33164;
}
.mlg{
	display: none;
}

/* footer */
footer{
	background-color: #272d33;
	color: #fff;
	padding-top: 30px;
}
footer .foot01{
	padding: 50px 0;
	overflow: hidden;
}
footer .foot01>div:first-child{
	float: left;
	/* width: 20%; */
}
footer .foot01>div:first-child p{
	color: #687078;
	text-transform: uppercase;
}
footer .foot01>div:first-child div{
	font-size: 18px;
	font-weight: bold;
}
footer .foot01>div:first-child i{
	color: #687078;
	font-size: 12px;
	margin-left: 35px;
}
footer .foot01>div:last-child{
	float: right;
}
footer .foot01>div:last-child a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 10px 0;
}
footer .foot01>div:last-child a::after{
	content: '';
	height: 12px;
	width: 1px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 20px;
}
footer .foot01>div:last-child a:last-of-type::after{
	display: none;
}
footer .foot01>div:last-child a:hover{
	color: #E33164;
}
footer hr{
	clear: both;
	display: block;
	border: none;
	background: unset;
	height: 1px;
	border-bottom: 1px solid #fff;
	opacity: .05;
	/* box-shadow: 0  2px 0 0 #000; */
}
footer .foot02{
	padding: 40px 0 70px;
	overflow: hidden;
}
footer .foot02>div{
	float: left;
}
footer .foot02 .ff01{
	width: 40%;
	margin-right: 50px;
}
footer .foot02 .ff01 ul{
	float: left;
	width: 33.3333%;
}
footer .foot02 .ff01 ul h3 a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
footer .foot02 .ff01 ul h3 i{
	display: none;
}
footer .foot02 .ff01 ul li a{
	display: block;
	line-height: 30px;
	color: #687078;
}
footer .foot02 .ff02 i{
	font-size: 55px;
	float: left;
	margin-right: 20px;
	color: #184466;
	position: relative;
	top: -15px;
}
footer .foot02 .ff02 div div{
	float: left;
}
footer .foot02 .ff02 div span{
	font-size: 14px;
	color: #687078;
	display: block;
	line-height: 1;
}
footer .foot02 .ff02 div a{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
footer .foot02 .ff02 p{
	clear: both;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #687078;
	padding-left: 2px;
}
footer .foot02 .ff02 p a{
	color: #687078;
	font-size: 14px;
	font-weight: normal;
}
footer .foot02 .ff03{
	float: right;
}
footer .foot02 .ff03>div{
	width: 150px;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}
footer .foot02 .ff03>div img{
	width: 100%;
}
footer .foot02 .ff03 p{
	text-align: center;
	font-size: 14px;
	color: #687078;
	display: block;
	margin-top: 10px;
}

footer .foot03,
footer .foot03 a{
	overflow: hidden;
	background-color: #1d2228;
	color: #595f66;
	line-height: 65px;
}

footer a:hover{
	color: #E33164 !important;
}




/*  */
html {
	font-size: 1rem;
  }
  @media (max-width: 1600px) {
    html {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 0.6rem;
    }
  }

  @media (max-width: 992px) {
    html {
        font-size: 0.8rem;
      }
  }