@import  "";

@font-face {
  font-family: 'Roboto';
  src: url('');
  src:
          url('') format('embedded-opentype'),
          url('') format('truetype'),
          url('') format('woff'),
          url('') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html,body {
	font-family: 'Roboto', PingFangSC, -apple-system, BlinkMacSystemFont, Roboto, Arial, Helvetica Neue, Helvetica, Hiragino Sans GB, Arial, sans-serif;
}


.header {
	height: 80px;
	width: 100%;
	background:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
}
.header.mobile-header {
	display: none;
}
.header .header_wrapper {
	width: 1200px;
	height: 80px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header_left {
	flex: 0 0 160px;
}
.header .header_left .header_logo {
	display: block;
	height: 24px;
}
.header .header_left .header_phone{
	color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.header .header_left .header_phone .icon-phone-top{
	margin-right:5px;
	animation: phoneAnimate 1s linear 1s infinite alternate;
	-moz-animation: phoneAnimate 1s linear 1s infinite alternate;
	-webkit-animation: phoneAnimate 1s linear 1s infinite alternate;
	-o-animation: phoneAnimate 1s linear 1s infinite alternate;
}
.header .header_left .header_phone .phone-text{
	color: #ddfdc5;
}
@keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-moz-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-webkit-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-o-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}
.header .header_nav {
	flex:1;
	margin:0 30px;
}
.header .header_nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	clear: both;
	float: left;
}
.header .header_nav ul li {
	list-style: none;
	padding: 0 20px;
	height: 60px;
	position: relative;
	float: left;
}
.header .header_nav ul li .nav {
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.header .header_nav ul li .nav a {
	width: 110px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.header .header_nav ul li .nav.on {
	position: relative;
}
.header .header_nav ul li .nav.on::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background:#E84368;
	position: absolute;
	top:20px;
	right: 6px;
	z-index: 12;
}

.header .header_nav ul li .nav_list {
	display: none;
	width: 150px;
	height: auto;
	background:#fff;
	position: absolute;
	top:60px;
	left:0;
	z-index: 12;
}
.header .header_nav ul li .nav_list a {
	display: block;
	height: 45px;
	line-height: 45px;
	color:#333;
	font-size: 14px;
	padding:0 15px;
}
.header .header_nav ul li .nav_list a:hover {
	color:#E84368;
}
.header .header_right {
	flex:0 0 200px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .header_right .login_btn {
	flex:0 0 80px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	font-weight: bold;
}
.header .header_right .register_btn {
	flex:0 0 90px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #E84368;
	text-align: center;
	color:#fff;
	font-size: 15px;
	border-radius: 5px;
	font-weight: bold;
}
.header .header_right .avatar-img {
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.header .header_right .avatar-img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.header .header_right .avatar-name{
	background: #ffffff;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #e84367;
	font-size: 24px;
	font-weight: bold;
}


.footer {
	height: auto;
	overflow: hidden;
	background: #252F45;
}
.footer .footer_wrapper {
	width: 1200px;
	height: 370px;
	overflow: hidden;
	background:#252F45;
	margin:0 auto;
	padding:55px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .footer_wrapper .footer_left {
	flex:0 0 500px;
	width:500px;
	height: auto;
	overflow: hidden;
}
.footer .footer_wrapper .footer_left .footer_left_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_logo {
	flex:0 0 130px;
	width: 130px;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_logo .footer_logo {
	display: block;
	width: 130px;
	margin-bottom: 10px;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_logo .text {
	font-size: 14px;
	color:#F5F5F5;
	line-height: 25px;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_qrcode {
	flex:1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_qrcode .qrcode {
	flex:0 0 100px;
	width: 100px;
	height: auto;
	margin-left: 30px;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_qrcode .qrcode .qrcode_text {
	color:#BDBDBD;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
}
.footer .footer_wrapper .footer_left .footer_left_top .footer_top_qrcode .qrcode img {
	display: block;
	width: 92px;
	margin:0 auto
}
.footer .footer_wrapper .footer_left .footer_left_bottom {
	margin-top: 75px;
}
.footer .footer_wrapper .footer_left .footer_left_bottom .tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .footer_wrapper .footer_left .footer_left_bottom .tel .tel_img {
	flex:0 0 14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.footer .footer_wrapper .footer_left .footer_left_bottom .tel .tel_num {
	flex:1;
	color:#F5F5F5;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
}
.footer .footer_wrapper .footer_left .footer_left_bottom .address {
	margin-top: 27px;
	color:#F5F5F5;
	font-size: 12px;
	line-height: 17px;
}
.footer .footer_wrapper .footer_left .footer_left_bottom .copyright {
	margin-top: 8px;
	color:#F5F5F5;
	font-size: 12px;
	line-height: 17px;
}
.footer .footer_wrapper .footer_right {
	flex:0 0 700px;
	width:700px;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start
}
.footer .footer_wrapper .footer_right .item {
	flex:0 0 140px;
	width: 140px;
	margin-right: 30px;
}
.footer .footer_wrapper .footer_right .item:nth-child(3) {
	margin-right: 10px;
}
.footer .footer_wrapper .footer_right .item:nth-child(4) {
	flex:0 0 120px;
	width:120px;
	margin-right: 0;
}
.footer .footer_wrapper .footer_right .item .item_title {
	font-size: 14px;
	color:#BDBDBD;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 24px;
	text-align: center;
}
.footer .footer_wrapper .footer_right .item .item_wrapper a {
	display: block;
	line-height: 22px;
	font-size: 16px;
	color:#F5F5F5;
	margin-bottom: 16px;
	text-align: center;
}
.footer .footer_wrapper .footer_right .item .item_wrapper.other a {
	width: 50px;
	float: left;
	text-align: left;
}
.footer .footer_wrapper .footer_right .item .item_wrapper.other a:nth-child(2n+1) {
	margin-right: 40px;
}
.contact-chat{
    background: #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 3000;
    box-shadow: 0 0 8px rgba(127, 127, 127, 0.3);
    overflow: hidden;
}
.contact-chat dl{
	margin: 0;
    padding: 0;
	color: #333333;
	cursor:pointer;
}
.contact-chat dl:nth-of-type(1),.contact-chat dl:nth-of-type(2){
	border-bottom: 1px #dbdbdb solid;
}
.contact-chat dl dd{
	margin:0 auto;
    padding: 12px 0 0 0;
    text-align: center;
	font-size: 20px;
    font-weight: bold;
}
.contact-chat dl dd .icon-wechat01{
	font-size: 24px;
}
.contact-chat dl dt{
	padding: 5px 5px 12px 5px;
	font-size: 12px;
}
.contact-chat dl:hover{
    background: rgb(0, 120, 146);
    color:#f5f5f5;
}
.call-me-drawer,.we-chat-drawer{
	display:none;
	position: fixed;
	min-height: 140px;
    right: 0;
    top: 35%;
    background: #ffffff;
    padding: 30px 70px 30px 30px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    z-index: 10;
}
.we-chat-drawer{
	background: #ffffff;
	padding: 10px 70px 10px 10px;
}
.we-chat-drawer img{
	width: 150px;
	height: auto;
}
.call-me-drawer h3{
	margin: 0;
}
.call-me-drawer h3 a{
	color: #E84368;
    font-size: 40px;
}
.call-me-drawer p{
    margin: 10px 0 0 0;
    font-size: 14px;
}
.add-top-bg{
	background: rgb(0, 120, 146);
	height: 80px;
}