/*--------------------top start--------------------*/

.top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}

.top .position i {
  margin-right: 3px;
  color: #b5b5b5;
  vertical-align: top;
}

.top .position a {
  color: #3799ff;
}

.top .entry .entry-nav {
  height: 30px;
}

.top .entry .entry-nav>li {
  float: left;
  height: 30px;
  cursor: pointer;
}

.top .entry .entry-nav>li.top-regist{
  color: #ff6b00;
}

.top .entry .entry-nav>li.mid {
  margin: 0 8px;
  cursor: none;
}

.top .entry .entry-nav>li.site-nav{
  position: relative;
  z-index: 9999;
}

.top .entry .entry-nav>li.site-nav .top-nav{
  display: none;
  position: absolute;
  left: -500px;
  width: 726px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 10px 10px 15px -20px #5e5e5e;
  box-sizing: border-box;
}

.top .entry ul li.site-nav .top-nav .main-link{
  width: 80px;
  border-right: 1px dashed #ccc;
  box-sizing: border-box;
}

.top .entry ul li.site-nav .top-nav .main-link .main-nav{
  width: 100%;
  box-sizing: border-box;
}

.top .entry ul li.site-nav .top-nav .main-link .main-nav li{
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .main-link .main-nav li:hover{
  color: #3799ff;
}
.top .entry ul li.site-nav .top-nav .class-nav{
  border-right: 1px dashed #ccc;
}

.top .entry ul li.site-nav .top-nav .class-nav .class-item{
  float: left;
  width: 80px;
  height: 100%;
  color: #666;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .class-name{
  width: 100%;
  font-weight: 600;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .class-nav .class-item ul li{
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.top .entry ul li.site-nav .top-nav .class-nav .class-name{
  font-weight: normal;
}

.top .entry ul li.site-nav .top-nav .class-nav .class-item ul li:hover{
  color: #3799ff;
}
.top .entry ul li.site-nav .top-nav .news-link{
  width: 80px;
  border-right: 1px dashed #ccc;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .news-link .news-nav{
  width: 100%;
  /* border-right: 1px dashed #ccc; */
  box-sizing: border-box;
}

.top .entry ul li.site-nav .top-nav .news-link .news-nav li{
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .news-link .news-nav li:hover{
  color: #3799ff;
}
.top .entry ul li.site-nav .top-nav .topic-link .class-name{
  border-right: none;
}
.top .entry ul li.site-nav .top-nav .topic-link{
  width: 80px;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .topic-link .topic-nav{
  width: 100%;
  box-sizing: border-box;
}

.top .entry ul li.site-nav .top-nav .topic-link .topic-nav li{
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
}
.top .entry ul li.site-nav .top-nav .topic-link .topic-nav li:hover{
  color: #3799ff;
}

.top .entry ul li.sitemap{
  display: none;
}

.top .entry ul li.tel {
  color: #3799ff;
}

.top .entry ul li.tel i {
  margin-right: 5px;
}

.top .entry>ul>li:hover {
  color: #3799ff;
}
.top .entry ul li.site-nav:hover .top-nav{
  display: block;
}
.top .entry ul li.site-nav:hover .top-nav>div{
	height: 270px;
}

/*--------------------top end----------------------*/

/* header */
.header {
	margin-top: 10px;
}
.logo{
	height: 70px;
}
.logo img{
	margin-top: 15px;
}
.header .logo div {
	font-size: 14px;
	font-weight: 800;
	color: #999999;
	text-indent: 8px;
	margin-top: 5px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .form-div {
	box-sizing: border-box;
	width: 550px;
	height: 35px;
	margin-left: 200px;
	margin-top: 10px;
}

.header .form-div .txt a {
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}
.header .form-div .txt a:hover{
	text-decoration: underline;
}
.header .form-div .txt .pink {
	color: #ff6b00;
}

.header .search-form {
	box-sizing: border-box;
	width: 550px;
}

.header .form-input {
	width: 500px;
	padding-left: 0.625rem;
	line-height: 35px;
	border: 1px solid #ff8330;
}

.header .form-submit {
	width: 35px;
	line-height: 37px;
	height: 37px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF8330;
}

.type-class {
	margin-top: 10px;
}

.type-class > a {
	display: block;
	padding: 0 5px;
	line-height: 35px;
	border: 1px solid #CCCCCC;
	color: #999999;
	transition: all linear;
}

.type-class > a em {
	display: inline-block;
	color: #CCCCCC;
	margin: 0 10px;
}

.type-class > a em.icon-xiajiantou {
	font-size: 12px;
}

.type-class > a:hover {
	color: #FF8330;
}

.type-class > a:hover em {
	color: #FF8330;
}

.type-class > a:hover em.icon-xiajiantou {
	color: #CCCCCC;
}

 .inspection{
	margin: 10px 0 0 50px;
}

 .inspection .insp{
	padding-left: 18px;
	font-size: 12px;
	color: #666;
	background: url("../images/safe.jpg") no-repeat left;
	background-size: 14px 14px;
	cursor: pointer;
}

 .inspection .inspection-link{
	margin-bottom: 4px;
}

 .inspection .insp:hover{
	color: #000;
}
/* nav */
.nav {
	line-height: 36px;
	height: 36px;
}

.nav a {
	padding: 0 25px;
	font-size: 16px;
	transition: all linear .1s;
}

.nav>a:hover {
	color: #FF8330;
}

.nav .active {
	float: left;
	padding-left: 40px;
	width: 200px;
	color: #FFFFFF;
	background: #3799ff;
	font-size: 16px;
	margin-right: 30px;
}

/* banner */
.banner .banner-ul {
	height: 450px;
	position: relative;
	/* overflow: hidden; */
}

.banner .banner-ul>li {
	width: 100%;
	height: 450px;
	position: absolute;
	opacity: 0;
	transition: all linear .3s;
	background-size: 100% 100%;
}

.banner .banner-ul li.active {
	opacity: 1;
}

.banner .banner-ul li:first-child {
	background: url(../images/banner.jpg) no-repeat center #ff3277;
}

.banner .banner-ul li:nth-child(2) {
	background: url(../images/banner1.jpg) no-repeat center #4f31e1;
}

.banner .banner-ul li:nth-child(3) {
	background: url(../images/banner2.jpg) no-repeat center #d44db3;
}

.banner .banner-ul li:nth-child(4) {
	background: url(../images/banner3.jpg) no-repeat center #fe8d65;
}

/* .banner .banner-ul li:first-child {
	background: url(../images/banner5.jpg) no-repeat center;
}

.banner .banner-ul li:nth-child(2) {
	background: url(../images/banner6.jpg) no-repeat center;
}

.banner .banner-ul li:nth-child(3) {
	background: url(../images/banner7.jpg) no-repeat center;
}

.banner .banner-ul li:nth-child(4) {
	background: url(../images/banner8.jpg) no-repeat center;
} */

.banner .wrapper {
	position: relative;
}

.banner .wrapper .banner-nav {
	position: absolute;
	bottom: 10px;
	left: 300px;
	z-index: 9;
}

.banner .wrapper .banner-nav span {
	display: inline-block;
	width: 20px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
}

.banner .wrapper .banner-nav span.active {
	background: rgba(255, 255, 255, 1);
}

.banner-box {
	position: absolute;
	top: -450px;
	width: 1200px;
	color: #ffffff;
	line-height: 2.1875rem;
}

.banner-box-nav {
	width: 240px;
	background: rgba(0, 0, 0, .5);
}

.banner-box-nav ul li {
	display: flex;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
	transition: all linear .1s;
}
.banner-box-nav ul li.p-menus-item a{
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
}
.banner-box-nav ul li:hover {
	border-left: 3px solid #ff8330;
	background: rgba(0, 0, 0, .3);	
}

.banner-box-nav ul li span {
	color: #CCCCCC;
	font-size: 20px;
}

.banner-box-nav ul li a {
	margin-left: 8px;
	font-size: 13px;
}
.banner-box-nav ul li a:hover{
	color:#ff8330 ;
	text-decoration:underline ;
}

.banner-login .login {
	position: relative;
	top: 40px;
	width: 190px;
	height: 370px;
	padding-top: 40px;
	background-color: #fff;
	box-sizing: border-box;
}

.banner-login .login .head-img {
	width: 68px;
	height: 68px;
	margin: 0 auto;
}

.banner-login .login p {
	margin: 10px auto 20px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	text-align: center;
}

.banner-login .login .btn {
	display: block;
	width: 162px;
	height: 46px;
	margin: 0 auto 15px;
	border: 1px solid #ff6b00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background-color: #ff6b00;
	box-sizing: border-box;
}

.banner-login .login .login-btn {
	margin-bottom: 10px;
	color: #ff6b00;
	background-color: #fff;
}

.banner-login .login .regist-btn {
	color: #fff;
	background-color: #ff6b00;
}

.banner-login .login .log-link {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.banner-login .login .log-link i {
	display: none;
	position: absolute;
	left: -155px;
	bottom: 0;
	width: 150px;
	height: 150px;
}

.banner-login .login .link-wx i {
	background: url("../images/qr-wx.jpg") no-repeat center;
	background-size: 100%;
}

.banner-login .login .link-wx:hover i {
	display: block;
}

.banner-login .login .link-app i {
	background: url("../images/qr-app.jpg") no-repeat center;
	background-size: 100%;
}

.banner-login .login .link-app:hover i {
	display: block;
}

.banner-login .login .log-link:hover {
	color: #333;
}

.banner-login ul {
	position: absolute;
	left: 50%;
	height: 450px;
	margin-left: -960px;
}

.banner-login ul li {
	position: absolute;
}

.banner-login ul li img {
	display: block;
	width: 1920px;
	height: 450px;
}

/* 直播 */
.content {}

.content .con1 {
	padding: 20px 0;
}

.content .con {
	margin: 20px 0;
	background: #FFFFFF;
}

.content .con1 li {
	float: left;
	width: 240px;
	padding: 15px 10px;
	border: 1px solid #FFFFFF;
	transition: all linear .1s;
	box-sizing: border-box;
	border-right-color: #f7f7f7;
}

.content .con1 li:last-child {
	border-right-color: #FFFFFF;
}

.content .con1 li:hover {
	border-color: #ff8330;
}

.content .con .con-title {
	/* border-left: 3px solid #3799ff; */
	padding-left: 20px;
	font-size: 17px;
	height: 20px;
	line-height: 20px;
	/* margin-left: 15px; */
	margin-bottom: 20px;
	color: #3799ff;
	font-weight: bold;
}
.content .con .con-title .imgcon-zx {
	width: 20px;
	margin-right:10px;
	position: relative;
	top:3px;
}
.content .con1 .cont-img {
	text-align: center;
	margin-left: 5px;
	width: 205px;
	height: 135px;
	background-color: pink;

}

.content .con1 .con-img img {
	width: 100%;
}

.content .con1 .con-p {
	padding: 10px;
}

.content .con1 .con-time {
	color: #FF8330;
	font-size: 14px;
	padding: 0 10px;
}

.content .con1 .con-tercher {
	padding: 10px;
	overflow: hidden;
}

.content .con1 .con-tercher .con-now {
	float: right;
	color: #FF8330;
}

/* yiyao */
.yiyao {
	background: #54d2d5;
}

.caijing {
	background: #ff92a6;
}

.caijing .co-type,
.caijing .yiyao-cricle span,
.caijing .course-item-last .p-info {
	color: #ff92a6;
}

.caijing .yiyao-center-title span.on {
	color: #ff92a6;
	border-color:#ff92a6 ;
	border-bottom:1px solid #ffffff;
}

.caijing .yiyao-center-title {
	border-bottom: 1px solid #ff92a6;
}

.jianzhu {
	background: #ffb06a;
}

.jianzhu .co-type,
.jianzhu .yiyao-cricle span ,
.jianzhu .course-item-last .p-info {
	color: #ffb06a;
}

.jianzhu .yiyao-center-title span.on {
	color: #ffb06a;
	border-color:#ffb06a ;
	border-bottom:1px solid #ffffff;
}

.jianzhu .yiyao-center-title {
	border-bottom: 1px solid #ffb06a;
}

.fakao {
	background: #82bffd;
}

.fakao .co-type,
.fakao .yiyao-cricle span ,
.fakao .course-item-last .p-info {
	color: #82bffd;
}

.fakao .yiyao-center-title span.on {
	color: #82bffd;
	border-color:#82bffd ;
	border-bottom:1px solid #ffffff;
}

.fakao .yiyao-center-title {
	border-bottom: 1px solid #82bffd;
}

.shegong {
	background: #aeacff;
}

.shegong .co-type,
.shegong .yiyao-cricle span,
.shegong .course-item-last .p-info  {
	color: #aeacff;
}

.shegong .yiyao-center-title span.on {
	color: #aeacff;
	border-color:#aeacff ;
	border-bottom:1px solid #ffffff;
}

.shegong .yiyao-center-title {
	border-bottom: 1px solid #aeacff;
	margin-left: -1px;
}

.yiyao-left {
	width: 260px;
}

.yiyao-left .yiyao-title {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
}

.yiyao-left .yiyao-title h2 {
	font-weight: normal;
	width: 140px;
	font-size: 18px;
	line-height: 30px;
	margin-left: 70px;
	border-bottom: 1px solid #FFFFFF;
}

.yiyao-left .yiyao-title p {
	line-height: 20px;
	font-size: 12px;
}

.yiyao-left ul {
	position: relative;
	height: 250px;
}

.yiyao-left ul li {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 200px;
	height: 300px;
	margin-left: 30px;
	border-radius: 3px;
	opacity: 0;
	transition: all linear .3s;
	overflow: hidden;
}

.yiyao-left ul li.active {
	opacity: 1;
}

.yiyao-box {
	text-align: center;
}

.yiyao-img {
	width: 150px;
	height: 210px;
	margin: 20px 24px;
}

.yiyao-img img {
	display: block;
	width: 100%;
}

.yiyao-box h3 {
	font-weight: normal;
	color: #54d2d5;
	padding: 20px 20px 0;
	font-size: 14px;
}

.yiyao-box h3:hover {
	text-decoration: underline;
}

.yiyao-box p {
	color: #999999;
	font-size: 13px;
}

.yiyao-left ul li {
	background: white;
}

.yiyao-img {
	position: absolute;
	bottom: 10px;
}

.yiyao-cricle {
	text-align: center;
}

.yiyao-cricle span {
	display: inline-block;
	background-color: rgba(0, 0, 0, .2);
	width: 7px;
	height: 7px;
	border-radius: 5px;
}

.yiyao-cricle span.active {
	background-color: #FFFFFF;
}

.yiyao-center {
	width: 600px;
	background: #FFFFFF;
}

.yiyao-center-title {
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #9fe6e7;
}

.yiyao-center-title span {
	position: relative;
	height: 49px;
	z-index: 2;
	padding: 0 11px;
	font-size: 13px;
	float: left;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background-color: #FFFFFF;
	cursor: pointer;
}

.yiyao-center-title span.on {
	color: #9fe6e7;
	border-color:#9fe6e7 ;
	border-bottom:1px solid #ffffff;
}

.yiyao-center .course,
.course2,
.course3,
.course5,
.course6 {
	display: none;
}

.yiyao-center .on {
	display: block;
}
/* 以下针对法考改的样式 */
.wrapper .con .kaoyan .course-item {
	width: 254px;
}
.wrapper .con .kaoyan .course-item-con a:nth-child(2) .course-item {
	box-shadow: -1px 0px 13px #82bffd;
}
.wrapper .con .kaoyan .co-price {
	width: 254px;
}
.wrapper .con .kaoyan .co-price .price {
	font-size: 16px;
}
.wrapper .con .kaoyan .course-item .co-price {
	padding: 0 10px!important;
}
/* 以上针对法考改的样式 */

.yiyao-center .course-item {
	width: 250px;
	height: 234px;
	/* height: 160px;
	 */
	padding: 24px 10px;
	position: relative;
}
.course-item-con > a{
	float: left;
	/* margin:10px 0 10px 10px; */
	margin:15px 0 10px 10px;
	margin-left: 20px;
	border: 1px solid #ECECEC;
}
.yiyao-center .course-item-right {
	border-right: 1px solid #ECECEC;
}
.course-item-con > a:hover{
	box-shadow: 0px 0px 5px 3px #ECECEC;
}

.course-item-tr {
	border-top: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}

.course-item-t {
	border-top: 1px solid #ECECEC;
}


.co-name {
	font-size: 14px;
}
.p-name span{
	font-size: 12px;
	color: #999999;
}
.co-name .co-tag {
/* color: #fff; */
	/*-- float: left; */
	/*-- width: 82px; */
	height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	/*-- font-size: 12px; */
	line-height: 20px;
	text-align: center;
	/* background-color: #a6b0b8; */
}

.co-type {
	font-size: 12px;
	color: #54d2d5;
	margin-top: 10px;
	/* margin-left: 10px; */
}

.co-name span {
	font-size: 12px;
	color: #888;
}
 .course-item .co-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 226px;
  padding: 0 20px;
  height: 50px;
  /*-- height: 30px; */
  line-height: 50px;
  /*-- line-height: 30px; */
  background-color: #f9fcff;
}

 .course-item .co-price .buyer {
  font-size: 12px;
  color: #333;
}

 .course-item .co-price .price {
  font-size: 16px;
  color: #ff6b00;
}

 .course-item .co-price i {
  font-style: normal;
  font-size: 12px;
}
.teacher-show{
	margin-left: 10px;
	margin-top: 22px;
}
.teacher-show ul li {
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin: 10px 20px 10px 0;
}

.yiyao-right {
	height: 412px;
	padding-left: 40px;
	width: 300px;
	background: #FFFFFF;
	position: relative;
}

.yiyao-right h3 {
	margin-top: 15px;
}

.yiyao-right .yiyao-nav {
	position: absolute;
	line-height: 28px;
	height: 336px;
	width: 20px;
	left: 22px;
	top: 55px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
	background: linear-gradient(to bottom,#97ebee,#cedaf6);
}
.yiyao-right .yiyao-nav span{
	display: block;
	color: #FFFFFF;
}

.yiyao-right ul {
	margin-top: 20px;
}

.yiyao-right ul li  {
	width: 270px;
	margin-left: 10px;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
}
.yiyao-right ul li a{
	float: left;
	width: 190px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all linear .2s;
}
.yiyao-right ul li span{
	float: right;
}
.yiyao-right ul li:hover {
	color: #FF8330;
}

.course-item-con {
	width: 600px;
	margin-top: 29px;
}
.course-item-bottom{
	width: 600px;
	height: 159px;
	margin-left: 20px;	
	background: #FFFFFF;
}
.yiyao-center .course-item-last{
	width: 271px;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
}
.yiyao-center .course-item-last img{
	display: block;
	width: 100%;	
	margin-top: -10px;
	transition: all linear .2s;
}
.yiyao-center .course-item-last img:hover{
	transform: scale(1.1);
}

/* .yiyao-center .course-item-last {
	width: 215px;
	background: url(../images/yiyao.png) no-repeat right;
	background-size: 50%;
}
.caijing .yiyao-center .course-item-last {
	background-image: url(../images/caijing.png);
}
.jianzhu .yiyao-center .course-item-last {
	background-image: url(../images/jianzhu.png);
}
.fakao .yiyao-center .course-item-last {
	background-image: url(../images/fakao.png);
}
.kaoyan .yiyao-center .course-item-last {
	background-image: url(../images/kaoyan.png);
}
.shegong .yiyao-center .course-item-last {
	background-image: url(../images/shegong.png);
} */
.course-item-last .p-name {
	width: 98px;
	font-size: 13px;
}

.course-item-last .p-info {
	width: 95px;
	font-size: 12px;
	color: #54d2d5;
	margin-top: 10px;
}

/*财经  */

/* footer */
.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #363c40;
}

.footer .fri-links {
	padding-top: 15px;
	border-bottom: 1px solid #545454;
}

.footer .fri-links .links-tag {
	width: 72px;
	height: 22px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #a2a4a6;
	text-align: center;
	background-color: #0d1720;
}

.footer .fri-links .links {
	width: 1114px;
	/* margin-bottom: 30px; */
	font-size: 0;
}

.footer .fri-links .links a {
	display: inline-block;
	margin-right: 28px;
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}

.footer .fri-links .links a:hover {
	color: #fff;
}

.footer .foot-nav {
	width: 100%;
	height: 161px;
	padding-top: 15px;
	border-bottom: 1px solid #545454;
}

.footer .foot-nav .helper .hp-con {
	margin-left: 120px;
}

.footer .foot-nav .helper .hp-con:first-child {
	margin-left: 100px;
}

.footer .foot-nav .helper .hp-con h6 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.footer .foot-nav .helper .hp-con p {
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
	cursor: pointer;
}

.footer .foot-nav .helper .hp-con p:hover {
	color: #fff;
}

.footer .foot-nav .contact {
	margin: 0 70px;
	padding-top: 20px;
	text-align: center;
}

.footer .foot-nav .contact .tel {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.footer .foot-nav .contact .time {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}

.footer .foot-nav .contact a {
	display: block;
	width: 140px;
	height: 36px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background-color: #3799ff;
}

.footer .foot-nav .contact a:hover {
	background-color: #3289e4;
}

.footer .foot-nav .qr-code {
	font-size: 0;
}

.footer .foot-nav .qr-code span {
	display: inline-block;
	cursor: pointer;
}

.footer .foot-nav .qr-code span.com-officel {
	margin-right: 40px;
}

.footer .foot-nav .qr-code span img {
	width: 103px;
	height: 103px;
	border: 1px solid #cdcecf;
	transition: all .3s ease;
}

.footer .foot-nav .qr-code span i {
	display: block;
	width: 103px;
	padding-top: 10px;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.footer .foot-nav .qr-code span:hover img {
	transform: scale(1.6);
}

.footer .copyright {
	padding: 15px 0 10px;
}

.footer .copyright p {
	margin-bottom: 8px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

.footer .copyright p .ft-mid {
	margin: 0 8px;
}

.footer .copyright p:nth-child(1) {
	font-size: 0;
	position: relative;
	z-index: 100;
}

.footer .copyright p:nth-child(1) span {
	font-size: 12px;
}

.footer .copyright ul {
	width: 566px;
	height: 43px;
	margin: 0 auto;
	padding-top: 20px;
}

.footer .copyright ul li {
	float: left;
	height: 24px;
	margin-right: 10px;
	cursor: pointer;
}

.footer .copyright ul li:last-child {
	margin-right: 0;
}

.footer .copyright ul li img {
	width: 102px;
	height: 40px;
}

/*-------floating start-------*/
.floating {
	display: none;
	position: fixed;
	/*left: 3%;*/
	top: 176px;
	z-index: 100;
	width: 44px;
	/* height: 268px; */
	background-color: #656e7a;
}

.floating ul li {
	width: 44px;
	height: 44px;
	border-bottom: 1px solid #747f8e;
	font-size: 12px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.floating ul li:last-child {
	border: none;
}

.floating ul li:hover {
	background-color: #3799ff;
}

.floating ul li.cur {
	background-color: #3799ff;
}

@media (min-width: 1920px) {
	.floating {
		left: 13%;
	}
}

@media (max-width: 1920px) {

	.floating {
		left: 12%;
	}
}

@media (max-width: 1680px) {
	.floating {
		left: 6%;
	}
}

@media (max-width: 1440px) {

	.floating {
		left: 3%;
	}
}

@media (max-width: 1366px) {

	.floating {
		left: 1%;
	}
}

@media (max-width: 1280px) {

	.floating {
		left: 0;
	}
}

/*-------floating end-------*/
/*--------------------popup start------------------*/

.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hide {
  opacity: 0;
}

.show {
  z-index: 999;
  opacity: 1;
}

.popup .form-box {
  display: none;
  position: relative;
  left: 50%;
  width: 340px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.popup .box-show {
  display: block;
  margin-top: 160px;
  opacity: 1;
}

.popup .login-title {
  padding: 20px 20px 12px;
  font-size: 18px;
  line-height: 24px;
  color: #303133;
  text-align: center;
}

.popup .inp-box {
  padding: 10px 25px 30px;
  font-size: 14px;
  color: #606266;
}

.popup .inp-box .login-form {
  width: 100%;
  margin: 0 auto;
}

.popup .inp-box .login-form input,
.popup .inp-box .login-form select{
  display: block;
  width: 290px;
  height: 36px;
  margin: 0 auto 20px;
  padding: 0 30px 0 15px;
  border: 1px solid #dcdfe6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 36px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup .inp-box .login-form select{
  color: #606266;
  background: url("../images/adv-select.png") no-repeat scroll 270px center;
}

.popup .inp-box .login-form .verify-code-inp {
  font-size: 0;
}

.popup .inp-box .login-form .verify-code-inp input {
  display: inline-block;
  width: 200px;
  margin-bottom: 0;
}

.popup .inp-box .login-form .code-btn {
  display: inline-block;
  width: 88px;
  height: 36px;
  font-size: 14px;
  color: #666;
  background-color: #F5F7FA;
}

.popup .inp-box .login-form input:hover {
  border-color: #c0c4cc;
}

.popup .inp-box .login-form .tel-inp, .popup .inp-box .login-form .pwd-inp, .popup .inp-box .login-form .verify-code-inp {
  position: relative;
}

.popup .inp-box .login-form .error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  padding-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #f56c6c;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup .inp-box .login-form .empty {
  height: 14px;
  border-color: #f56c6c;
}

.popup .inp-box .login-form .confirm-btn {
  width: 100%;
  margin: 20px 0 0;
  padding: 12px 20px;
  border: 1px solid #dcdfe6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgb(255, 115, 13);
  box-sizing: border-box;
  cursor: pointer;
}

.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

/*--------------------popup end--------------------*/

/* 为什么选择 */
.capital{
	width: 1190px;
	padding: 30px 0 60px;
	clear: both;
	float: none;
}
.why{
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #999;
	margin-bottom: 20px;
}
.why span{
	display: inline-block;
	position: relative;
	top: -6px;
	margin: 0 5px;
	width: 80px;
	border-top: 1px solid #CCCCCC;
}
.capital-list-box{
	float: left;
	margin-left: 70px;
	transition: all linear .3s;
}
.capital-list-box:hover{
	margin-top: -10px;
}
.capital-img{
	float: left;
	margin-top: 15px;
}
.p-capital-info{
	float: left;
	margin: 10px;
}
.p-capital-info .capital-h{
	font-size: 20px;
	color: #999;
	font-weight: normal;
	letter-spacing: 1px;
}
.p-capital-info .capital-list-p{
	color: #aaaaaa;
}