﻿/*公共的css*/
/*初始化的css*/
* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
	box-sizing: border-box
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

a:visited,
a:link {
	text-decoration: none
}

ul,
ol {
	list-style-type: none;
}

ol,
ul {
	margin-bottom: 0px;
}

img {
	border: 0;
	max-width: 100%;
}

.container {
	margin: 0 auto;
	position: relative;
}

.w1220 {
	width: 1220px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
	font-weight: normal;
}
textarea,
input,
textarea,
select {
	outline: medium;
}
textarea{
	resize: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.hide {
	display: none !important;
}

.container-fluid {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.container {
	width: 1300px;
	padding: 0 0;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
em{
	font-style: normal;
}

@media screen and (max-width: 1300px) {
	.container {
		width: 100%;
	}
}
a:focus, a:hover {
	color: #168FFF;
}

/*字体包*/
@font-face {
	font-family: 'comentfont';
	/* src: url('../fonts/SourceHanSans-Regular.otf'); */	
	src: url('../fonts/MaterialIcons-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'comentfonttwo';
	/* src: url('../fonts/SourceHanSans-Medium.otf'); */
	src: url('../fonts/MaterialIcons-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'comentfontthree';
	/* src: url('../fonts/SourceHanSans-Normal.otf'); */	
	src: url('../fonts/MaterialIcons-Regular.otf');
	font-weight: normal;
	font-style: normal;
}


* {
	font-family: 'comentfont';
}
button{
	outline: none;
}
input:focus {
	border:none;
}



a.morebtn {
	width: 170px;
	line-height: 50px;
	display: inline-block;
	font-size: 19px;
	color: #168FFF;
	font-weight: 500;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	overflow: hidden;
	letter-spacing: 0;
	text-align: center;
	background: #ffffff;
	border: 1px #168FFF solid;
	border-radius: 25px;
}

a.morebtn span {
	position: relative;
	z-index: 10;
}

a.morebtn i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/homerightnbtn.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin: -4px 0 0 2px;
	transition: all 0.3s;
}

a.morebtn:after {
	width: 0%;
	height: 100%;
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	background: #168FFF;
	z-index: 1;
	transition: all 0.3s;
}

a.morebtn:hover:after {
	width: 100%;
}

a.morebtn:hover span {
	color: #ffffff;
}

a.morebtn:hover i {
	background: url(../images/homerightnbtn2.png) no-repeat center;
	background-size: 100%;
}



/*图片放大*/
div.bigimg {
	display: block;
	overflow: hidden;
}

div.bigimg img {
	width: 100%;
	transition: all 0.3s;
	display: block;
	overflow: hidden;
}

div.bigimg:hover img {
	transform: scale(1.12);
}
div.bigimg>a{
	display: block;
	width: 100%;
	height: 100%;
}
div.bigimg a img {
	height: 100%;
}


/*公共的基础标体*/
.titlebast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-bottom: 32px;
}

.titlebast span {
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 10px;

	font-weight: 500;
	font-family: 'comentfonttwo';

}

.titlebast span:after {
	width: 5px;
	height: 23px;
	background: #168FFF;
	position: absolute;
	content: " ";
	top: 3px;
	left: 0;
	display: inline-block;
}

.titlebast a {
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	transition: all 0.3s;
	letter-spacing: 0.5px;
}

.titlebast a i {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../images/newicon.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin: -4px 0 0 2px;
	transition: all 0.3s;
}

.titlebast a:hover {
	color: #168FFF;
}

.titlebast a:hover i {
	background: url(../images/newiconh.png) no-repeat center;
	background-size: 100%;
}
.titlebast span .mun{
	font-weight: 400;
	font-size: 15px;
	color: #a4a4a4;
	font-style: normal;
	letter-spacing: 0;
	vertical-align: middle;
}
.titlebast div.allbtn{
	display: inline-block;
	padding: 4px 0;
}
.titlebast div.allbtn button{
	width: 128px;
	line-height: 44px;
	background: #FF9D42;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	margin: 0 0 0 10px;
}
.titlebast div.allbtn button.scbtn{
	background: #168FFF;
}
.titlebast div.allbtn button.gzokbtn{
	background: #999999;
}
.titlebast div.allbtn button:hover{
	box-shadow: 0px 1px 4px #b0b0b0 ;
}
.titlebast em.ansbtn{
	width: 100px;
	line-height: 34px;
	background: #168FFF;
	border-radius: 5px 5px 5px 5px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}







body {
	padding: 82px 0 0 0;
}


/*pc端页头中的导航*/
.headerNav {
	width: 100%;
	padding: 0 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 82px;
	z-index: 10000;
	background: #ffffff;
	/*border-bottom: 1px #d7d7d7 solid;*/
	border-bottom: 1px #efefef solid;

}

.headerNav .container {
	padding: 0;
}

.headerNav .logoa {}

.headerNav .logoa .logo {
	margin-top: 24px;
}

.headerNav .logoa span {
	font-weight: 800;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 28px 0 0 8px;
	color: #333333;
	line-height: 22px;
}



.headerNav .container .navRight {
	float: right;
}

.headerNav.active .container .navRight ul.navbar a {
	color: #454545;
}

.headerNav .container .navRight ul.navbar {
	display: inline-block;
	margin: 0 0 0 0px;
	padding: 25px 0px 0 0;
	height: 82px;
	border: none;
}

.headerNav .container .navRight ul.navbar>li {
	display: inline-block;
	float: left;
	position: relative;
	height: 100%;
	z-index: 10000;
	padding: 5px 14px 0 14px;
	overflow: hidden;
}

.headerNav .container .navRight ul.navbar>li>span {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2000;
	position: relative;
}

.headerNav .container .navRight ul.navbar>li>span>a {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	height: 100%;
	padding: 0 3px;
}

.headerNav .container .navRight ul.navbar>li:hover>span>a,
.headerNav .container .navRight ul.navbar>li.active>span>a {
	color: #168FFF;
}


.headerNav .borderB {
	width: 64px;
	display: inline-block;
	height: 4px;
	background: #168FFF;
	position: fixed;
	top: 78px;
	border-radius: 6px;
	left: -100px;
	z-index: 10;

}


.logoinbox {
	float: right;
	font-size: 16px;
	color: #333333;
	position: relative;
	margin: 30px 0 0 0px;
	padding: 0 0 0 10px
}

.logoinbox .borderem {
	display: inline-block;
	width: 1px;
	height: 22px;
	background: lightgrey;
	position: absolute;
	top: 0;
	left: 0;
}

.logoinbox>a {
	display: block;
	font-size: 16px;
	color: #168FFF;
}

.logoinbox .userinfo {
	width: 76px;
	position: relative;
	text-align: center;
	height: 44px;
}

.logoinbox .userinfo>a {
	display: block;
	font-size: 16px;
	color: #168FFF;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	padding: 0 10px 0 0 ;
}

.logoinbox .userinfo>a i {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(../images/navsan.png) no-repeat center;
	background-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px,-50%);
}

.logoinbox .userinfo ul {
	position: relative;
	width: 110%;
	left: -5%;
	top: 20px;

	height: 0;
	overflow: hidden;
	transition: height 0.3s;

	background: #ffffff;

}
.logoinbox .userinfo:hover ul {
	height: 116px;
	background: #ffffff;
	border: 1px #efeded solid;
	box-shadow: 0px 0px 3px #efeded;
}
.logoinbox .userinfo ul li {
	display: block;
	border-bottom: 1px #efeded solid;
	overflow: hidden;
}
.logoinbox .userinfo ul li:last-child{
	border-bottom: none;
}
.logoinbox .userinfo ul li a {
	font-size: 16px;
	color: #168FFF;
	display: block;
	line-height: 38px;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.logoinbox .userinfo ul li a:hover {
	background: #168FFF;
	color: #ffffff;
}


















/*手机端顶部导航*/
#mobile.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	padding: 3px 12px 0 0px;

	box-sizing: border-box;
	background: #ffffff;
	border-bottom: 1px #e5e5e5 solid;

}

#mobile.header .navtopmobile {
	position: relative;
	z-index: 10000;
}

#mobile.header.bg {
	background: #124a59;
}

#mobile.header .title {
	color: #fff;
	height: 100%;
	text-align: center;
	display: inline-block;
}

#mobile.header .title h1 {
	display: inline-block;
	margin: 0 0;
	height: 100%;

	padding: 0 0;
}

#mobile.header .title a {
	border: none;
	color: #0e0e0e;
	font-size: 0px;
	letter-spacing: 0px;
	padding: 0px 0;
	height: 48px;
	display: flex;
	align-items: center;
	margin: 2px 0 0 0;
}

#mobile.header .title a img {
	height: 22px;
	display: inline-block;
	margin: 0 4px 0 0;
}

#mobile.header .title a span {
	font-size: 13px;
	color: #777777;
	letter-spacing: -0.5px;
	font-weight: normal;
}

#mobile .sosobtnmobile {
	float: right;
	margin: 13px 12px 0 0;
	position: relative;
}

#mobile .sosobtnmobile .mobileuserbox {
	position: absolute;
	width: 72px;
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
	background: #FFFFFF;
	top: 38px;
	left: -36px;
	z-index: 10;
	text-align: center;
	box-shadow: 0px 2px 3px #9d9d9d;
}

#mobile .sosobtnmobile .mobileuserbox.on {
	height: 92px;
}

#mobile .sosobtnmobile .mobileuserbox li a {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #168fff;
	line-height: 30px;
	letter-spacing: -1px;
	border-bottom: 1px #efefef solid;
}



#mobile .nav-btn {
	color: #231f20;
	height: 100%;
	text-align: center;
	width: auto;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	padding: 16px 0 0 0;
	float: right;
	z-index: 10000;
	margin: 0 0 0 0;
}

#mobile .nav-btn>img {
	width: 20px
}

#mobile .nav-btn .mobileNavLeftBtn {
	display: block;
}

#mobile .nav-btn .mobileNavLeftBtnColse {
	display: none;
}

#mobile .nav-out .mobileNavLeftBtnColse {
	display: block;
}

#mobile .nav-out .mobileNavLeftBtn {
	display: none;
}

#mobile .nav-btn>p {
	font-size: 12px;
	display: block;
	text-align: center;
	transform: scale(0.8);
	color: #cb962f;
}

#mobile .nav-btn:hover {
	cursor: pointer;
}

#mobile .nav-btn span {
	position: absolute;
	left: calc((100% - 0.55rem) / 2);
	top: calc((100% - 4px) / 2);
	width: 0.6rem;
	height: 0.05rem;
	background-color: #fff;
}

#mobile .nav-btn span:nth-child(1) {
	transform: translateY(0.2rem) rotate(0deg);
}

#mobile .nav-btn span:nth-child(2) {
	transform: translateY(0px) rotate(0deg);
}

#mobile .nav-btn span:nth-child(3) {
	transform: translateY(-0.2rem) rotate(0deg);
}

#mobile .nav-active span {
	background: #666;
}

#mobile .nav-active span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

#mobile .nav-active span:nth-child(2) {
	display: none;
}

#mobile .nav-active span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.nav-active {
	left: 7.5rem;
}

.nav {
	width: 100%;
	z-index: 999;
	left: 0%;
	height: 0;
	top: 53px;
	position: fixed;
	background: #ffffff;
	border-bottom: 1px #e5e5e5 solid;
	overflow: scroll;
	transition: all 0.3s linear 0s;
}

.nav .nav-list {
	padding: 0 14px 20px 14px;
}

.nav.on {
	height: 100%;
	padding-bottom: 100px;
}

.nav.on img {
	width: 30px;
	display: inline-block;
	float: right;
}

.mobileNavLeftBtnClose {
	margin: 4px 4px 0 0;
}

.nav .logo {
	margin: 30px 6px 16px 16px;
	overflow: hidden;
}

.nav .logo img {
	width: 90%;
	float: left;
}

.nav-list>ul {
	display: block;
}




.nav-list>ul>li>a {
	font-size: 15px;
	color: #4b4b4b;
	line-height: 42px;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding: 0 0 0 0px;
	display: block;
	border-bottom: 1px #f1f1f1 solid;
}

.nav-list>ul>li>a i {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/micon1.png) no-repeat center;
	background-size: 100%;
	vertical-align: text-top;
	margin: 1px 3px 0 0;
}

.nav-list>ul>li:nth-child(2)>a i {
	background: url(../images/micon1.5.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(3)>a i {
	background: url(../images/micon2.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(4)>a i {
	background: url(../images/micon3.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(5)>a i {
	background: url(../images/micon4.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(6)>a i {
	background: url(../images/micon5.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(7)>a i {
	background: url(../images/micon6.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(8)>a i {
	background: url(../images/micon7.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(9)>a i {
	background: url(../images/micon8.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(10)>a i {
	background: url(../images/micon9.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(11)>a i {
	background: url(../images/micon10.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(12)>a i {
	background: url(../images/micon11.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li:nth-child(13)>a i {
	background: url(../images/micon12.png) no-repeat center;
	background-size: 100%;
}


.nav-list>ul>li {
	position: relative;
}

.nav-list>ul>li>span.icon {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/newicon.png) no-repeat 84% center;
	background-size: 10px;
	z-index: 1000;
}

.nav-list>ul>li.on>a {
	color: #168FFF;
}

.nav-list>ul>li.on>a i {
	background: url(../images/micon1h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(2)>a i {
	background: url(../images/micon1.5h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(3)>a i {
	background: url(../images/micon2h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(4)>a i {
	background: url(../images/micon3h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(5)>a i {
	background: url(../images/micon4h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(6)>a i {
	background: url(../images/micon5h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(7)>a i {
	background: url(../images/micon6h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(8)>a i {
	background: url(../images/micon7h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(9)>a i {
	background: url(../images/micon8h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(10)>a i {
	background: url(../images/micon9h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(11)>a i {
	background: url(../images/micon10h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(12)>a i {
	background: url(../images/micon11h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on:nth-child(13)>a i {
	background: url(../images/micon12h.png) no-repeat center;
	background-size: 100%;
}

.nav-list>ul>li.on>span.icon {
	background: url(../images/newiconh.png) no-repeat 84% center;
	background-size: 10px;
}




/* 登录区域 */
#userregbox::after {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10001;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, 0.2);
	/* display: none; */
}

#userregbox .userregmian {
	position: fixed;
	width: 700px;
	height: auto;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
	z-index: 10004;
	top: 50%;
	left: 50%;
	display: flex;
}

#userregbox .userregmian .userregmianleft {
	width: 34.28%;
	background: url("../images/logoinimg1.png") no-repeat center;
	background-size: 100% 100%;
	padding: 8% 6%;
	color: #ffffff;
}
#userregbox .userregmian .userregmianleft ul{
	max-width: 110px;
}
#userregbox .userregmian .userregmianleft li {
	font-weight: 400;
	font-size: 14px;
	color: #ffffffbd;
	line-height: 14px;
	margin: 0 0 20px 0;
	border-bottom: 1px #f9f9f9 solid;
}
#userregbox .userregmian .userregmianleft li:last-child{
	margin-bottom: 0;
	border: none;
	font-size: 12px;
	color: #ffffffbd;
	line-height: 14px;
}

#userregbox .userregmian .userregmianleft li span {
	font-weight: bold;
	    font-size: 14px;
	    color: #FFFFFF;
	    display: block;
	    line-height: 18px;
	    margin: 6px 0 12px 0;
}

#userregbox .userregmian .userregmianright {
	width: 65.72%;
	text-align: center;
	padding: 10% 0 0 0;
	position: relative;
}
#userregbox .userregmian .userregmianright .closebtn{
	position: absolute;
	top:  4%;
	right:  4%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	background: url("../images/logoinimg2.png") no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
#userregbox .userregmian .userregmianright .closebtn:hover{
	transform:rotate(360deg) ;
}

#userregbox .userregmian .userregmianright .userregmianimg{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
#userregbox .userregmian .userregmianright .userregmianimg span {
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    color: #333333;
    line-height: 22px;
	font-weight: 600;
	font-family: comentfontthree;
}
#userregbox .userregmian .userregmianright h3{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin: 20px 0 32px 0;
	letter-spacing: 0;
}
#userregbox .userregmian .userregmianright .userregmianwximg{
	width: 180px;
}

#userregbox .userregmian .userregmianright p{
    font-weight: 400;
	font-size: 14px;
	color: #4d4d4d;
    line-height: 16px;
    margin:10px 0 14px 0;
}
#userregbox .userregmian .userregmianright button{
    width: 130px;
    background: #fff;
    border-radius: 34px;
    border: 1px solid #168FFF;
    font-weight: 400;
    font-size: 14px;
    color: #64b2f9;
    line-height: 34px;
}
#userregbox .userregmian .userregmianright button:hover{
	background: #64b2f9;
	border: 1px solid #64b2f9;
	color: #ffffff;
}



/* <!--注册的弹窗-->*/
/*#registerbox::after {*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: block;*/
	/*position: fixed;*/
	/*top: 0;*/
	/*z-index: 10001;*/
	/*left: 0;*/
	/*content: " ";*/
	/*background: rgba(0, 0, 0, 0.2);*/
/*}*/

#registerbox form {
	position: fixed;
	max-width: 600px;
	height: auto;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
	z-index: 10004;
	top: 50%;
	left: 50%;
	padding: 50px 40px 30px 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #d9e4f1;
}
#registerbox form h3{
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 0 12px;
	position: relative;
}
#registerbox form h3::after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 10001;
	left: 0;
	content: " ";
	width: 4px;
	height: 20px;
	background: #168FFF;
}
#registerbox form .closeregisterbtn{
	position: absolute;
	top:  4%;
	right:  4%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	background: url("../images/logoinimg2.png") no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
#registerbox form  .closeregisterbtn:hover{
	transform:rotate(360deg) ;
}

#registerbox form .regisbox{
	display: flex;
	width: 100%;
	align-items: center;
	margin: 0 0 24px 0;
	position: relative;
}
#registerbox form .regisbox span{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin: 0;
	width: 110px;
}
#registerbox form .regisbox input{
	width: 400px;
	line-height: 46px;
	background: #F7F9FB;
	border-radius: 4px;
	border: none;
	padding: 0 20px;
}
#registerbox form .regisbox button.regbtn{
	width: 400px;
	line-height: 46px;
	background: #168FFF;
	color: #ffffff;
	font-weight: 500;
	border-radius: 4px;
	border: none;
	font-size: 16px;
}
#registerbox form .regisbox input#inputyzm{
	width: 240px;
}

#registerbox form .regisbox #btnSendCode1{
	width: 130px;
	height: 46px;
	display: inline-block;
	background: #F0F5FF;
	font-size: 16px;
	color: #168FFF;
	font-weight: 400;
	border-radius:4px;
	margin: 0 0 0 20px;
	border: 1px solid #168FFF !important;
}
#registerbox form .regisbox button.regbtn:hover {
	background: #40a1fb;
}
#registerbox form .regisbox #btnSendCode1:hover{
	background: #ffffff;
}
#registerbox form .regisbox .inputbox{
	position: relative;
}
#registerbox form .regisbox p.namep {
	position: absolute;
	bottom: -15px;
	left: 0;
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	line-height: 14px;
	letter-spacing: 0;
	margin: 0;
}
#registerbox form .regisbox p.namep.namepred{
	color: #f63d3d;
}



/*免费咨询弹窗*/
#askpopupbox::after {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10001;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, 0.4);
}

#askpopupbox .askpopupform {
	position: fixed;
	max-width: 600px;
	height: auto;
	background: url("../images/classInfoimg1.png") no-repeat center;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	z-index: 10004;
	top: 50%;
	left: 50%;
	padding: 20px;
	border-radius:  10px;
}
#askpopupbox .askpopupform::before{
	width: 60px;
	height: 80px;
	display: block;
	position: absolute;
	top: -40px;
	right:4%;
	z-index: 10005;
	content: " ";
	background: url("../images/classInfoimg2.png") no-repeat center;
	background-size: 100% 100%;
}
#askpopupbox .askpopupform h4{
	font-weight: 500;
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	color: #266BAA;
	letter-spacing: 0;
}
#askpopupbox .askpopupform input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #ffffff;
	padding: 0 10px;
	border: none;
	margin: 0 0 10px 0;
	color: #333333;
}
#askpopupbox .askpopupform textarea{
	width: 100%;
	height: 100px;
	display: inline-block;
	background: #ffffff;
	padding:  10px;
	border: none;
	margin: 0 0 10px 0;
	color: #333333;
}
#askpopupbox .askpopupform .askallbtn{
	margin: 0 -1%;
}
#askpopupbox .askpopupform button{
	width: 48%;
	margin: 0 1%;
    display: inline-block;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #168FFF;
	line-height: 40px;
	background: #FFFFFF;
	border: none;
	border-radius: 4px;
}
#askpopupbox .askpopupform button:hover{
	box-shadow: 0px 2px 3px #999999 ;
}
#askpopupbox .askpopupform button.askpopupsub{
	color: #FFFFFF;
	background: #168FFF;
}












/*置顶按钮*/
#topBTN {
	padding: 4px;
	display: inline-block;
	position: fixed;
	bottom: 12%;
	right: 10px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	z-index: 10000;
}

#topBTN img {
	width: 36px;
}


/*定位区域*/
#wzbox {
	background: #FFFFFF;
	padding: 10px 0;

}

#wzbox .container {
	padding: 0 0 0 26px;
	background: url("../images/homeicon.png") no-repeat 0px center;
	background-size: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#wzbox .container a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #787878;
	letter-spacing: 0;
}

#wzbox .container a:hover {
	color: #168FFF;
}

#wzbox .container img {
	width: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
	opacity: 0.6;
}





/*列表页中的分页*/
#page {
	text-align: right;
}

#page .whj_jqueryPaginationCss-1 .whj_color {
	color: #979797;
	font-size: 15px;
}

#page .whj_jqueryPaginationCss-1 .whj_border {
	line-height: 28px;
	height: 30px;
	background: none;
	border: 1px solid #d7d7d7;
	color: #858585;
}
#page .whj_jqueryPaginationCss-1 .whj_border[type=text]{
	background: #fff;
}
#page .whj_jqueryPaginationCss-1 .whj_checked {
	background-color: #168FFF;
	color: #FFFFFF;
}





.noneimg {
	text-align: center;
	margin: 0px 0 20px 0;
	background: #FFFFFF;
	padding: 40px 0;
}

.noneimg img {
	display: block;
	margin: 0 auto;
}

.noneimg p {
	font-size: 18px;
	margin: 12px 0 0 0;
	font-weight: 600;
	color: #999999;
	text-align: center;
}
/*提示语的样式*/
.toast-message {
	z-index: 100000 !important;
}



/*pc端页脚区域*/
#pcfooter {
	padding: 50px 0 40px 0;
	display: block;
	background: rgb(62 67 72);
	color: #7b7b7b;
}

#pcfooter .pcfooterleft {
	display: flex;
	align-items: center;
}

#pcfooter .pcfooterleft .wximg {
	text-align: center;
	width: 100px;
	margin: 0 20px 0 0;
}

#pcfooter .pcfooterleft .wximg p {
	font-size: 12px;
	margin: 4px 0 0 0;
}

#pcfooter .pcfooterleft ul {
	display: inline-block;
	max-width: 360px;
}

#pcfooter .pcfooterleft ul li {
	display: inline-block;
	margin: 0 4px 8px 0;
}

#pcfooter .pcfooterleft ul li a {
	display: block;
	overflow: hidden;
	padding: 10px;
	line-height: 16px;
	background: #393E43;
	text-align: center;
	color: #7b7b7b;
	font-size: 13px;
	letter-spacing: 0;
	border-radius: 0px 0px 0px 0px;
}

#pcfooter .pcfooterleft ul li a:hover {
	color: #FFFFFF;
}

#pcfooter .pcfooterright {
	text-align: right;
	padding: 40px 0 0 0;
}

#pcfooter .pcfooterright a {
	color: #7b7b7b;
	font-size: 13px;
	display: inline-block;
}

#pcfooter .pcfooterright a:hover {
	color: #FFFFFF;
}











/*手机端页脚*/
/*手机端页脚区域的文字*/
#footerbox .mobileboxbg {
	height: 100%;
	margin-top: 0;
	padding: 24px 10px 0 10px;
	background: #fdfdfd;
}

#footerbox .mobileboxbg .mobiletellboxfooter {
	padding: 0 0 0px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerbox .mobileboxbg .mobiletellboxfooter img {
	height: 22px;
	margin: 0 8px 0 0;
}

#footerbox .mobileboxbg .mobiletellboxfooter span {
	font-size: 13px;
	color: #777777;
	letter-spacing: -0.5px;
	font-weight: normal;
}


#footerbox .mobileboxbg .mobilefooterwx {
	margin: 3% 0 0 0;
	display: block;
	text-align: center;
}

#footerbox .mobileboxbg .mobilefooterwx .mobilefooterwxadd>p {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #454545;
	line-height: 20px;
	margin: 5px 0 0 0;
	text-align: center;
	letter-spacing: 0;
}

#footerbox .mobileboxbg .mobilefooterwx .mobilefooterwxadd p img {
	width: 16px;
	margin: 0 4px 0 0;
}

.mobilefooterwxbox {
	display: block;
	overflow: hidden;

}

#footerbox .mobileboxbg .mobilefooterwx .wximg {
	display: inline-block;
	vertical-align: text-top;
	margin: 0 10px;
}

#footerbox .mobileboxbg .mobilefooterwx .wximg img {
	padding: 0;
	width: 80px;
	background: #f9f9f9;
	border: 1px #d9d9d9 solid;
}




#footerbox .mobileboxbg p.mobileIPC {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	background: #454545;
	padding: 12px 0;
	color: #ffffff;
	margin: 14px -10px 0 -10px;
}

#footerbox .mobileboxbg p.mobileIPC a {
	display: block;
	color: #ffffff;
}




/*banner区域*/
.bannerbox {
	position: relative;
}

.bannerbox>img {
	width: 100%;
}

.bannertextbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bannertextbox .bannertextboxfix,
.bannertextbox .bannertextboxfix .bannerwz {
	display: flex;
	align-items: center;

}

.bannertextbox .bannertextboxfix h4 {
	/*font-weight: 800;*/
	font-size: 26px;
	font-family: "comentfonttwo";
	color: #168FFF;
	line-height: 22px;
}

.bannertextbox .bannertextboxfix i {
	width: 1px;
	height: 17px;
	background: #CCCCCC;
	margin: 0 20px;
}

.bannertextbox .bannertextboxfix span {
	font-weight: 400;
	font-size: 14px;
	color: #4677A4;
}

.bannertextbox .bannertextboxfix .bannersoso {
	display: block;
	position: relative;
	margin: 0 auto;
}

.bannertextbox .bannertextboxfix .bannersoso input {
	width: 700px;
	height: 60px;
	border: none;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	padding: 0 13% 0 24px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 60px 60px 60px 60px;
}

.bannertextbox .bannertextboxfix .bannersoso button.subbtn {
	width: 78px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	border: none;
	background: #168FFF;
	border-radius: 60px 60px 60px 60px;
}

.bannertextbox .bannertextboxfix .bannersoso button.subbtn img {
	height: 20px;
}

.bannertextbox .bannertextboxfix .bannersoso input::-webkit-input-placeholder {
	/* 使用webkit内核的浏览器 */
	color: #d2d3d6;
	letter-spacing: 0;
	font-weight: 400;
}

.bannertextbox .bannertextboxfix .bannersoso input:-moz-placeholder {
	/* Firefox版本4-18 */
	color: #d2d3d6;
	letter-spacing: 0;
	font-weight: 400;
}

.bannertextbox .bannertextboxfix .bannersoso input::-moz-placeholder {
	/* Firefox版本19+ */
	color: #d2d3d6;

	letter-spacing: 0;
	font-weight: 400;
}

.bannertextbox .bannertextboxfix .bannersoso input:-ms-input-placeholder {
	/* IE浏览器 */
	color: #d2d3d6;

	letter-spacing: 0;
	font-weight: 400;
}

.bannertextbox .bannertextboxfix .bannersoso button.subbtn:hover {
	background: #2995f9;
}


.mianbox {
	display: block;
	overflow: hidden;
	background: #F7F9FB;
	padding: 20px 0;
}


/*修改的公共区域*/
.navlist ul li a{
	font-weight: 400 !important;
	color: #666666 !important;
}
.navlist ul li.on a, .navlist ul li:hover a {
	font-weight: 600 !important;
	color: #333333 !important;
}
.zxbox li .leftzx a {
	font-family: comentfontthree;
}





/*响应式区域*/
@media screen and (max-width: 1450px) {
	a.morebtn {
		width: 160px;
		line-height: 42px;
		font-size: 15px;
	}

	.titlebast span {
		font-size: 23px;
	}




}

@media screen and (max-width: 1420px) {
	.navshow .navshowul ul li {
		width: 33% !important;
		text-align: center !important;
	}



}

@media screen and (max-width: 1400px) {
	.headerNav .container .navRight ul.navbar>li {
		padding: 5px 12px 0 12px;
	}


	.headerNav {
		padding: 0 10px;
	}

	.navshow .navshowul ul li span {
		font-size: 15px;
		margin: 6px 12px;
		overflow: hidden;
	}

	#wzbox {
		padding: 20px 20px;
	}

	#wzbox .container {
		padding: 0 0 0 24px;
		background: url("../images/homeicon.png") no-repeat 0px center;
		background-size: 18px;
	}

	#wzbox .container a {
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
	}

	.titlebast {
		margin-bottom: 24px;
	}

	.titlebast span {
		font-size: 22px;
		line-height: 28px;
		padding: 0 0 0 8px;
	}

	.titlebast a {
		font-size: 14px;
	}

	.titlebast a i {
		width: 10px;
		height: 10px;
		margin: -4px 0 0 2px;
	}
	.titlebast span .mun {
		font-size: 14px;
	}


}

@media screen and (max-width: 1300px) {
	.mianbox{
		padding: 40px 20px;
	}

	.navshow .navshowul ul li span {
		display: block;
		font-size: 13px;
		margin: 6px 10px;
		overflow: hidden;
	}

	.headerNav .container .navRight ul.navbar>li {
		padding: 7px 10px 0 10px;
	}

	.headerNav .container .navRight ul.navbar>li>span>a {
		font-size: 15px;
	}

	.logoinbox>a {
		font-size: 15px;
	}

	.logoinbox {
		font-size: 15px;
		margin: 32px 0 0 0px;
	}


	#pcfooter {
		padding: 40px 20px;
	}

	#pcfooter .pcfooterright {
		padding: 30px 0 0 0;
		font-size: 14px;
	}

	.bannertextbox {
		padding: 0 20px;
	}

	.bannertextbox .bannertextboxfix h4 {
		font-size: 19px;
	}

	.bannertextbox .bannertextboxfix i {
		margin: 0 12px;
	}

	.bannertextbox .bannertextboxfix .bannersoso input {
		width: 500px;
		height: 40px;
		border: none;
		line-height: 40px;
		font-size: 15px;
		border-radius: 40px;
	}

	.bannertextbox .bannertextboxfix .bannersoso button.subbtn {
		height: 90%;
		top: 5%;
		right: 2px;
		border-radius: 40px;
	}

	.bannertextbox .bannertextboxfix .bannersoso input::-webkit-input-placeholder {
		/* 使用webkit内核的浏览器 */
		font-size: 15px;
	}

	.bannertextbox .bannertextboxfix .bannersoso input:-moz-placeholder {
		/* Firefox版本4-18 */
		font-size: 15px;
	}

	.bannertextbox .bannertextboxfix .bannersoso input::-moz-placeholder {
		/* Firefox版本19+ */
		font-size: 15px;
	}

	.bannertextbox .bannertextboxfix .bannersoso input:-ms-input-placeholder {
		/* IE浏览器 */
		font-size: 15px;
	}


}


@media screen and (max-width: 1200px) {
	* {
		letter-spacing: -0.5px;
	}
	.mianbox {
		padding: 20px 15px;
	}

	.titlebast {
		margin: 14px 0;
	}

	.titlebast span {
		font-size: 17px;
		line-height: 22px;
		padding: 0 0 0 10px;
	}

	.titlebast span:after {
		width: 4px;
		height: 100%;
		top: 0;
	}

	.titlebast a {
		font-size: 13px;
	}

	.titlebast a i {
		width: 8px;
		height: 8px;
		margin: -2px 0 0 2px;
	}
	.titlebast span .mun {
		font-size: 13px;
	}


	.headerNav .container .navRight ul.navbar>li {
		padding: 7px 8px 0 8px;
	}
	.logoinbox {
		padding: 0 0 0 4px;
	}

	.logoinbox .userinfo a,
	.headerNav .container .navRight ul.navbar>li>span>a {
		font-size: 15px;
	}
	.logoinbox .userinfo ul li a {
		font-size: 15px;
		line-height: 34px;
	}
	.logoinbox .userinfo:hover ul {
		height: 103px;
	}

	#pcfooter .pcfooterleft .wximg {
		width: 140px;
	}

	.citybox ul li {
		padding: 2px 4px !important;
	}



}

@media screen and (max-width: 1100px) {
	.headerNav .borderem {
		display: none;
	}

	.headerNav .sosobtn {
		display: none;
	}
	.headerNav .logoa span {
		font-size: 17px;
		margin: 30px 0 0 8px;
	}

}
@media screen and (max-width: 1070px) {
	.headerNav .logoa span {
		font-size: 16px;
	}
}
@media screen and (max-width: 1050px) {
	.headerNav .container .navRight ul.navbar>li {
		padding: 7px 5px 0 5px;
	}


}

@media screen and (max-width: 1000px) {

	.mianbox {
		padding: 20px 10px;
	}
	.container {
		width: 100%;
		padding: 0 12px;
	}

	a.morebtn {
		width: 108px;
		line-height: 32px;
		font-size: 12px;
	}

	a.morebtn i {
		width: 14px;
		height: 14px;
		background-size: 10px;
	}



	.navshow .navshowul ul li {
		padding: 0 12px;
	}

	.navshow .navshowul ul li img {
		width: 40px;
	}

	.navshow .navshowul ul li span {
		font-size: 14px;
		margin: 4px 0px;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
	}

	.navshow .navshowul ul li a.carbtn i {
		width: 14px;
		height: 14px;
		background-size: 10px;
		margin: -2px 0 0 0px;
	}







}

@media screen and (max-width: 990px) {
	body {
		padding: 53px 0 0px 0;
	}

	* {
		letter-spacing: -0.5px;
	}

	.page {
		margin: 15px 0 50px 0;
	}

	.page .buttons.blue>div,
	.page .buttons.blue>a {
		margin: 0 2px;
		padding: 4px 9px !important;
	}


	#wzbox {
		padding: 20px 14px;
	}

	#wzbox .container {
		padding: 0 0 0 24px;
		background: url("../images/homeicon.png") no-repeat 0px center;
		background-size: 18px;

		letter-spacing: 0;

	}

	#wzbox .container a {
		font-size: 14px;
		line-height: 20px;
	}

	#wzbox .container img {
		width: 5px;
		margin: -4px 0 0 0;
	}


}
@media screen and (max-width: 800px) {
.zxbox li .rightzx span i {
	vertical-align: text-top !important;
}
}


@media screen and (max-width: 768px) {
	.mianbox {
		padding: 20px 0px;
	}
	* {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}

	.noneimg img {
		max-width: 200px;
	}

	.noneimg p {
		font-size: 15px;
		margin: 8px 0 0 0;
	}

	.bannertextbox {
		top: 42%;
	}

	.bannertextbox .bannertextboxfix {
		display: block;
	}

	.bannertextbox .bannertextboxfix .bannersoso input {
		width: 100%;
	}

	.bannertextbox .bannertextboxfix h4 {
		font-size: 17px;
	}

	.bannertextbox .bannertextboxfix span {
		font-size: 13px;
		margin: 3px 0 0 0;
	}

	#wzbox {
		padding: 14px 14px;
	}

	.toast-message {
		width: 90% !important;
		min-width: unset !important;
		padding: 10px 20px !important;
	}

	#page {
		text-align: center;
	}

	#page .whj_jqueryPaginationCss-1 .whj_border {
		line-height: 26px;
		font-size: 12px;
	}

	#page .whj_jqueryPaginationCss-1 .whj_color {
		font-size: 12px;
	}




	/*登录的区域*/
	#userregbox .userregmian {
		width: 90%;
	}
	#userregbox .userregmian .userregmianleft {
		width: 30%;
		padding: 8% 4%;
	}
	#userregbox .userregmian .userregmianleft li span {
		font-size: 13px;
		line-height: 15px;
		margin: 2px 0 6px 0;
	}
	#userregbox .userregmian .userregmianleft li:last-child {
		font-size: 12px;
		line-height: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#userregbox .userregmian .userregmianright {
		width: 70%;
		padding: 16% 12px 0 12px;
	}
	#userregbox .userregmian .userregmianright .userregmianimg {
		display: block;
	}
	#userregbox .userregmian .userregmianright .userregmianimg img{
		width: 70%;
		max-width: 180px;
	}
	#userregbox .userregmian .userregmianright .userregmianimg span {
		font-size: 14px;
		margin: 4px 0 0 0;
		line-height: 22px;
		display: block;
	}

	#userregbox .userregmian .userregmianright h3 {
		font-size: 12px;
		line-height: 16px;
		margin: 10px 0 4px 0;
	}
	#userregbox .userregmian .userregmianright .userregmianwximg {
		width: 80%;
		max-width: 140px;
	}
	#userregbox .userregmian .userregmianright .closebtn {
		top: 2%;
	}
	#userregbox .userregmian .userregmianright p {
		font-size: 13px;
		line-height: 16px;
		margin: 15px 0 4px 0;
	}

	/*注册的弹窗*/
	#registerbox form {
		width: 90%;
		padding: 6% 4%;
		border-radius: 6px;
	}
	#registerbox form .regisbox span {
		font-size: 14px;
		width: 86px;
	}
	#registerbox form .regisbox input {
		line-height: 40px;
	}
	#registerbox form .regisbox #btnSendCode1 {
		height: 40px;
		font-size: 15px;
		margin: 0 0 0 14px;
	}
	#registerbox form .regisbox p.namep {
		font-size: 12px;
	}
	#registerbox form h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 16px 0;
		padding: 0 0 0 10px;
	}
	#registerbox form h3::after {
		height: 100%;
	}

	/*咨询的弹窗*/
	#askpopupbox .askpopupform {
		width: 80%;
	}
	#askpopupbox .askpopupform h4 {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 8px 0;
	}
	#askpopupbox .askpopupform input {
		height: 38px;
		line-height: 38px;
		margin: 0 0 6px 0;
	}
	#askpopupbox .askpopupform textarea {
		margin: 0 0 6px 0;
	}
	#askpopupbox .askpopupform button {
		font-size: 14px;
		line-height: 34px;
	}
	.navlist {
		padding: 20px 14px 12px 14px !important;
		margin-bottom: 12px !important;
	}

	.navlist ul li a{
		color: #333333 !important;
	}


}


@media screen and (max-width: 600px) {

	#registerbox form .regisbox span {
		width: 78px;
	}
	#registerbox form .regisbox:last-child {
		display: block;
		margin: 0;
	}
	#registerbox form .regisbox:last-child .inputbox{
		width: 100%;
	}
	#registerbox form .regisbox {
		margin: 0 0 20px 0;
	}
	#registerbox form .regisbox input {
		line-height: 38px;
	}
	#registerbox form .regisbox .inputbox {
		position: relative;
		width: 80%;
	}
	#registerbox form .regisbox button.regbtn,
	#registerbox form .regisbox input{
		width: 100%;
	}
	#registerbox form .regisbox p.namep{
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 12px;
	}
	#registerbox form .regisbox input#inputyzm {
		width: 55%;
	}
	#registerbox form .regisbox #btnSendCode1 {
		width: 40%;
		margin: 0;
		float: right;
		font-size: 13px;
		padding: 0 ;
		text-align: center;
	}
	#registerbox form .regisbox button.regbtn {
		line-height: 40px;
		font-size: 15px;
	}

	.titlebast span{
		max-width: 55%;
	}

}




@media screen and (max-width: 340px) {
	#askpopupbox .askpopupform {
		width: 84%;
		padding: 16px;
	}
	#userregbox .userregmian .userregmianleft {
		padding: 8% 3%;
	}
	#registerbox form .regisbox span {
		width: 74px;
	}
}







