@charset "utf-8"
*{
	margin: 0;
	padding: 0;
}
html,body{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #000;
	/*height: 100%;*/
	-webkit-user-select: none;
	background-color: #f5f7fc;
}
html{
	scroll-behavior: smooth;/*页面平滑滚动*/
}
img{
	display: block;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-weight: 700;
	text-align: center;
}
h1{
	text-align: center;
	margin: 0 auto 10px;
	color: #000;
	font-size: 42px;
}
h2{
	text-align: center;
	margin: 0 auto 10px;
	color: #000;
	font-size: 36px;
}
.subtitle span{
	margin-top: -40px;
	margin-bottom: 40px;
	font-size: 16px !important;
	text-align: center;
	color: #67688c;
}
ol,ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a,a:hover{
	text-decoration: none;
	color: #000;
}
p{
	margin: 0 auto;
	padding: 0;
	color: #000;
	font: 14px/20px normal
}
span{
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 14px;
}
b{
	color: #000;
}
th{
	color: #000;
}
.bg-white{
	background-color: #fff!important;
}
.bg-gray{
	background-color: #f6f6fa!important;
}
.bg-red{
	background-color: #ff4048!important;
}
.bg-blue{
	background-color: #ff4048!important;
}
.bg-red th{
	color: #ff4048;
}
.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.center h3,.center h4,.center p,.center span{
	text-align: center!important;
}
.hot{
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	width: 34px;
	height: 18px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #ff4048;
	border: 1px solid #ff4048;
	border-radius: 3px;
}

.bg-4{
	background: url(../images/details/bg4.jpg) center no-repeat!important;
}
.bg-5{
	background: url(../images/details/bg5.jpg) center no-repeat!important;
}
.bg-6{
	background: url(../images/details/bg6.jpg) center no-repeat!important;
}

@font-face{
	font-family: 'GOTHICB';
	src: url(../fonts/GOTHICB.TTF);
}
@font-face{
	font-family: 'YAKU';
	src: url(../fonts/HYYKBW.ttf);
}
@font-face{
	font-family: 'ALIBB';
	src: url(../fonts/Alibaba-2-35-Thin.otf);
}
@font-face{
	font-family: 'ALIMM';
	src: url(../fonts/Alimama.html);
}
/*.mouse0{
	cursor: default;
}*/
.mt-0{
	margin-top: 0 !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mt-60{
	margin-top: 60px !important;
}
.mt--320{
	margin-top: -250px !important;
}
.mt--370{
	margin-top: -370px !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pt-40{
	padding-top: 40px !important;
}
.pt-60{
	padding-top: 60 !important;
}
.pt-80{
	padding-top: 80px !important;
}
.pt-100{
	padding-top: 100px !important;
}
.pt-120{
	padding-top: 120px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pb-40{
	padding-bottom: 40px !important;
}
.pb-60{
	padding-bottom: 60px !important;
}
.pb-80{
	padding-bottom: 80px !important;
}
.pb-100{
	padding-bottom: 100px !important;
}
.ml-0{
	margin-left: 0 !important;
}
.w-620{
	margin-left: 0;
	width: 620px !important;
}
.w-550{
	margin-left: 0;
	width: 550px !important;
}
.w-970{
	width: 970px !important;
}
.w-66{
	width: 66% !important;
}

/*表格*/
.table-bordered{
	border: none;
}
.w-50{
	width: 50% !important;
}
.w-60{
	width: 60% !important;
}
.w-80{
	width: 80% !important;
}
.w-90{
	width: 90% !important;
}
.w-60,.w-80,.w-90{
	margin-right: auto;
	margin-left: auto;
}
.pc-block{
	display: block;
}
.m-block{
	display: none;
}
.table-bordered>thead>tr>th{
	color: #fff;
	text-align: center;
	border: 1px solid #ffa785;
	background-color: #ff4048;
}
@media(min-width: 1299px){
	tr td{
		transition: all .2s ease-in-out;
	}
	tr:hover td{
		font-weight: 700;
		color: #ff4048;
		background-color: #f8f8f8;
		transition: all .2s ease-in-out;
	}
}
@media (max-width: 992px){
	.container {
	    width: 90%;
	}
}
@media (max-width: 599px){
	.subtitle{
		margin-top: -20px;
	}
}
@media (max-width: 380px){
	.container {
	    width: 100%;
	}
}
@media screen and (min-width: 599px){
	/*.table-bordered{
		border: 1px solid #f6f6f8;
	}*/
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		padding: 12px 30px;
		font-size: 16px;
		vertical-align: middle;
		border: 1px solid #e8e8ef;
	}
	.table>thead>tr>th{
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 22px;
	}
	.table>tbody>tr>td{
		text-align: center;
	}
	.table>tbody>tr>td img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px!important;
		width: 48px;
	}
	/*thead{
		box-shadow: 0 5px 20px rgba(16,19,54,.1);
	}*/
	/*.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		border: 1px solid #f6f6f8;
	}*/
	/*.table>thead:first-child>tr:first-child>th{
		color: #ff4048;
	}*/
	.kaifang .table-bordered{
		margin-right: auto;
		margin-left: auto;
		width: 80%;
	}
}
@media screen and (min-width: 993px) and (max-width: 1366px){
	.w-60{
		width: 80% !important;
	}
}
@media(max-width: 992px){
	.w-60,.w-80,.w-90{
		width: 100% !important;
	}
}
@media(max-width: 599px){
	.pc-block{
		display: none!important;
	}
	.m-block{
		display: block!important;
	}
	.bg-4{
		background: url(../images/details/m_bg4.jpg) center no-repeat!important;
	}
	.bg-5{
		background: url(../images/details/m_bg5.jpg) center no-repeat!important;
	}
	.bg-6{
		background: url(../images/details/m_bg6.jpg) center no-repeat!important;
	}
	.pt-20{
		padding-top: 10px !important;
	}
	.pt-40{
		padding-top: 20px !important;
	}
	.pt-60{
		padding-top: 30 !important;
	}
	.pt-80{
		padding-top: 40px !important;
	}
	.pt-100{
		padding-top: 30px !important;
	}
	.pt-120{
		padding-top: 60px !important;
	}
	.pb-20{
		padding-bottom: 10px !important;
	}
	.pb-40{
		padding-bottom: 20px !important;
	}
	.pb-60{
		padding-bottom: 30px !important;
	}
	.pb-80{
		padding-bottom: 40px !important;
	}
	.pb-100{
		padding-bottom: 50px !important;
	}
	.w-620{
		width: 100% !important;
	}
	.w-550{
		width: 100% !important;
	}
	.w-66{
		width: 48% !important;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		padding: 20px 8px;
		vertical-align: middle;
		text-align: center;
	}
	.table>thead>tr>th{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.table>tbody>tr>td{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.table>tbody>tr>td:first-child{
		color: #ff4048;
	}
}
	
/*===========================================================================================================================
公共部分开始
===========================================================================================================================*/
.btn{
	border: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.row2{
	width: 123%;
}
.no-shadow{
	border-radius: 0;
	box-shadow: none;
}
.box-cell h4{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 8px;
	color: #000;
}
.box-cell h6{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 14px;
	color: #67688c;
}
.box-span span{
	margin-right: 5px;
	margin-bottom: 7px;
	display:inline-block;
	width:auto;
	height: 26px;
	line-height: 20px;
	border-radius: 6px;
	padding: 3px 8px;
	font-size: 13px;
	color: #000;
	background: #f6f6f8;
}

.backtop{
	width: 48px;
	height: 48px;
	position: fixed;
	z-index: 20;
	bottom: 50px;
	right: 20px;
	margin: 0;
}
.backtop:hover{
	opacity: .6;
}
/*依次更改bootstrap样式表*/
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

#back{
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 10px;
	padding-left: 10px;
}


/* ==================== 头部导航栏开始 ====================*/
#top{
	margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 90px;
}
#col-head{
	display: none;
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	top: 0;
	box-shadow: 0 5px 10px rgba(16,19,54,.05);
}
.if-head{
	width: 100%;
	height: 71px;
}
.m-head{
	width: 100%;
}
.navbar{
	display: none;
}
.header{
	position: relative;
	display: block;
	width: 100%;
	min-width: 1170px;;
	height: 90px;
	position: fixed;
	z-index: 100;
	top: 0;
	backdrop-filter: blur(10px);
	background-color: rgba(255,255,255,.95);
	/*border-bottom: 1px solid #f6f6f8;*/
	box-shadow: 0 5px 10px rgba(16,19,54,.05);
}
.header .main{
	width: 90%;
	max-width: 1400px;
	height: 90px;
	margin: 0 auto;
}
/*.header .nav-logo{
	position: absolute;
	z-index: 50;
	top: 16px;
	left: 80px;
}*/
.header .nav-logo{
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
	margin-right: 80px;
	width: auto;
}
.header .nav-logo img{
	width: auto;
	height: 56px;
}
.header .nav{
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	max-width: 1170px;
}
/*.header .nav ul{
	margin-left: -18px;
}*/
.header .nav ul li{
	position: relative;
	display: inline-block;
}
.header .nav ul li a{
	display: inline-block;
	margin: 0 20px;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
}
.header .nav .dropdown ul li a{
	height: 40px;
	line-height: 40px;
}
.header .nav ul li a .icon-3{
	margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size: 12px;
	line-height: 12px;
	background-image: url(../images/dropdown-arrow.png);
	background-size: 10px 10px;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	transition: all .3s ease-in-out;
}
.header .nav ul li .active{
	font-weight: 700;
	/*border-bottom: 4px solid #ff4048;*/
}
.header .nav ul li img{
  position: absolute;
  z-index: 10;
  bottom: 28px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 12px;
}
.header .nav ul li a:hover,.header .nav ul li a:hover i,.header .nav ul li .active{
	color: #ff4048;
}
.header .nav ul li:hover a .icon-3{
	transform: rotate(180deg);
	transition: all .3s ease-in-out;
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
}
.header .nav ul li .active .icon-3{
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
}
.header .nav ul li:hover .dropdown{
	display: block;
}
.header .nav ul li .dropdown{
	display: none;
	position: absolute;
	z-index: 50;
	top: 80px;
	left: 0;
	padding: 20px 10px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(16,19,54,.1);
	border-radius: 10px;
}
.header .nav ul li .dropdown span{
	font-size: 16px;
}
.header .dropdown .li-title{
	background-color: #fff;
}
.header .dropdown .li-title:hover{
	background: #fff;
}
.header .dropdown .li-title span{
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #000;
	text-align: center;
}
.header .dropdown .li-title:hover span{
	color: #000;
}
.header .nav .btn{
	background-color: #f6f6f8;
	height: 30px;
	padding: 0 15px;
	margin: 15px 0;
	border-radius: 15px;
	line-height: 30px;
	font-size: 15px;
	cursor: pointer;
}
.header .nav .btn:hover{
	background: linear-gradient(to right,#ff4048 0,#ff7548 100%);
	color: #fff;
}
.header .nav-phone{
	display: inline-block;
	vertical-align: top;
	margin-top: 23px;
	float: right;
}
.header img{
	width: 30px;
	height: 30px;
	float: left;
}
.header .phone{
	/*margin: 0;
	float: right;
	height: 40px;*/
    padding: 0 15px;
    height: 44px;
    border-radius: 22px;
    background: linear-gradient(to right, #ff7789, #ff3c56);
}
.header .phone span{
	font-family: GOTHICB;
	font-size: 20px;
	font-weight: 300;
	line-height: 44px;
	color: #fff;
}
.header .consult{
	margin-left: 20px;
	float: right;
	padding: 0 22px;
	height: 40px;
	border-radius: 12px;
	background-color: #ff4048;
}
.header .consult span{
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
.header .consult:hover{
	background-color: #9c2700;
}

/*落地页头部*/
#header-one{
	width: 1170px;;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}
#header-one .nav-logo{
	height: 50px;
	margin-top: 5px;
	float: left;
}
#header-one .nav-logo img{
	width: 100%;
	height: 100%;
}
#header-one .nav{
	float: right;
}
#header-one ul li{
	margin: 13px 10px;
	margin-right: 0;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	float: left;
}
#header-one ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	height: 34px;
	padding: 3px 15px;
	border-radius: 17px;
	display: inline-block;
}
#header-one ul li:hover a{
	color:  #ff7e00;
	background-color: #fff;
}
.navbar-nav{
	padding-bottom: 100vh;
}

@media(max-width: 1600px){
	.header{
		width: 100%;
		min-width: 100%;
	}
	.header .nav-logo,.header .nav-phone{
		position: static;
		display: inline-block;
		vertical-align: top;
	}
	.header .nav-phone{
		float: right;
		margin-top: 20px;
	}
	.header .nav{
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	.header .nav ul li:last-child a{
		margin-right: 0;
	}
}

@media(max-width: 1099px){
	.header .consult{
		display: none;
	}
}

@media(max-width: 960px){
	.header .phone{
		display: none;
	}
}

@media(max-width: 1600px) and (min-width: 1100px){
	/*.header .nav-logo{
		top: 0;
		left: 20px;
	}
	.header .nav-phone{
		right: 20px;
	}*/
	.header .phone span{
		font-size: 20px;
	}
	.header .nav ul li a{
		margin: 0 14px;
	}
}

@media(max-width: 1099px) and (min-width: 992px){
	.header .nav ul li a{
		margin: 0 8px;
	}
}

@media(max-width: 992px) and (min-width: 600px){
	.header .nav-logo{
		margin-right: 10px;
	}
	.header .nav ul li a{
		margin: 0 8px;
		font-size: 15px;
	}
}
@media(max-width: 800px) and (min-width: 600px){
	.header .nav ul li a{
		font-size: 14px;
	}
	.header .dropdown,.header .w-620{
		width: 400px!important;
	}
	.header .dropdown,.header .w-550{
		width: 400px!important;
	}
	.header .dropdown .right{
		float: none;
	}
}

@media(max-width: 640px){
	/*依次更改bootstrap样式表*/
	.nav>li>a:focus, .nav>li>a:hover{
		background-color: transparent;
	}
	/*头部*/
	.header{
		display: none;
	}
	#col-head{
		display: block;
	}
	#top{
		height: 60px;
	}
	.navbar .navbar-header img{
		width: 130px;
		margin: 12px 0;
	}
	.nav>li>a{
		padding: 25px 30px;
	}
	.navbar-nav>li>a{
		font-size: 18px;
	}
	.navbar-default .navbar-nav>li>a{
		display: block;
		color: #000;
		line-height: 30px;
	}
	.nav>li>a img{
		display: inline-block;
		margin-top: 3px;
		margin-right: 20px;
		width: 30px;
		vertical-align: top;
	}
	.nav>li>a span{
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		line-height: 33px;
		vertical-align: top;
	}
	.navbar-nav>li>a .mtel{
		width: 100%;
		height: 50px;
		border-radius: 10px;
		background-color: #ff4048;
	}
	.navbar-nav>li>a .mtel span{
		display: block;
		padding: 10px 0;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}
	.navbar-default .navbar-nav .phone{
		margin-top: 10px;
		border-top: 1px solid #f6f6f8;
	}
	.navbar-default .navbar-nav .phone a{
		padding-top: 30px;
		font-size: 22px;
		font-weight: 700;
		color: #ff4048;
	}
	.navbar-collapse{
		border-bottom: none;
	}
	.navbar{
		display: block;
		position: fixed;
		z-index: 100;
		top: 0;
		margin-bottom: 0;
	    min-height: 60px;
		width: 100%;
		border: none;
	}
	.navbar-default {
	    background-color: rgba(255,255,255,.95);
	    backdrop-filter: blur(20px);
	}
	.container-fluid{
		margin-right: auto!important;
		margin-left: auto!important;
		padding-right: 0!important;
		padding-left: 0!important;
		width: 90%!important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: #fff;
	}
	.navbar-nav{
		margin-top: 20px;
	}
	.navbar-toggle{
		margin-right: 0;
		padding: 9px 0;
	}
	/*.navbar-header{
		border-bottom: 1px solid #f6f6f8;
	}*/
	.container-fluid>.navbar-header{
		margin-right: 0;
		margin-left: 0;
	}

	/*.header{
		display: none;
	}
	#col-head{
		display: block;
	}
	.nav>li>a{
		padding-right: 18px;
		padding-left: 18px;
	}
	.navbar-nav{
		margin-top: 0;
		margin-left: 14px;
	}
	.navbar{
		display: block;
		margin-bottom: 0;
		min-height:60px;
	}
	.navbar-default{
		background-color: rgba(255,255,255,.9);
    	backdrop-filter: blur(10px);
	}
	.navbar-toggle{
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.navbar-toggle{
		border: none;
	}
	/*.navbar-default .navbar-toggle{
		background-color: #fff;
	}*/
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: rgba(255,255,255,0);
	}
	.navbar-default .navbar-toggle{
		border: 0;
	}
	.navbar-toggle .icon-bar{
		width: 24px;
		height: 2px;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 6px;
	}
}

@media(max-width: 599px){
	.nav>li>a{
		padding: 15px 30px;
	}
	.nav>li>a img{
		width: 24px;
	}
	.nav>li>a span{
		font-size: 18px;
		line-height: 30px;
	}
}
/* ==================== 头部导航栏结束 ====================*/

/* ==================== 侧边快捷方式开始 ====================*/
.aside{
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 10%;
}
.aside ul{
	margin-bottom: 10px;
	padding: 5px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(16,19,54,.1);
}
.aside ul li{
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
}
.aside ul li img{
	margin: 0 auto;
	padding: 20% 0;
	width: 60%;	
}
.aside ul .aspan{
	display: none;
	/*opacity: 0;*/
	position: absolute;
	z-index: 100;
	top: 4px;
	right: 76px;
	width: 110px;
	height: 46px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(16,19,54,.1);
	transition: all 0.30s ease-in-out 0s;
}
.aside ul .aspan span{
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	color: #000;
}
.aside ul .aspan .phone-span{
	font-size: 16px;
	font-family: GOTHICB;
}

@media(min-width: 1024px){
	.aside ul li:hover{
		background-color: #ffd9da;
	}
	/*.aside ul li:hover img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}*/
	.aside ul li:hover .aspan{
		display: block;
		/*opacity: 1;*/
		transition: all 0.30s ease-in-out 0s;
		transform: translate(10px,0);
	}
}

@media(max-width: 599px){
	.aside{
		display: none;
		right: 10px;
		bottom: 5%;
	}
	.aside img{
		border-radius: 10px;
	}
}
/* ==================== 侧边快捷方式结束 ====================*/

/* ==================== 页脚开始 ====================*/
.if-footer{
	margin-bottom: -4px;
	width: 100%;
	height: 310px;
}
#footer{
	display: block;
	box-sizing: content-box;
	padding: 60px 0 0;
	width: 100%;
	min-width: 1000px;
}
#footer .main{
	margin: 0 auto;
	padding-bottom: 40px;
	width: 1170px;
	border-bottom: 1px solid #e6e6ea;
}
#footer .main h2{
	margin-top: 20px;
	font-family: GOTHICB;
	font-size: 30px;
	font-weight: 700;
	color: #ff4048;
}
#footer span{
	display: block;
	margin-top: 10px;
	padding: 5px;
	width: 140px;
	font-size: 15px;
	border-radius: 20px;
	text-align: center;
	background-color: #f5f7fc;
}
#footer .main .f-logo img{
	margin-top: 20px;
	margin-right: 60px;
	width: 240px;
}
#footer .block{
	margin-top: -10px;
	margin-left: 150px;
}
#footer .block img{
	/*padding: 10px;*/
	width: 130px;
    border-radius: 10px;
    background: #fff;
    /*box-shadow: 0 5px 15px rgba(16,19,54,.08);*/
}
#footer .block span{
	color: #000;
}
#footer h3{
	color: #fff;
	width: 180px;
	text-align: left;
	line-height: 30px;
	margin-left: 40px;
	font-size: 24px;
}
#footer .znlink ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
	margin-top: 0;
}
#footer .znlink ul li{
	font-size: 16px;
    margin-bottom: 22px;
}
#footer .znlink ul li:hover{
	color: #ff4048;
}
#footer .znlink ul > li{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #000;
}
#footer .znlink ul > li:hover{
	color: #000;
}

#footer .stnlink{
	margin: 0 auto;
	padding: 25px 0;
}
#footer .stnlink ul li{
	width: 96px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #fff;
}
#footer .stnlink ul li:hover{
	opacity: .5;
}
#footer .stnlink ul > li{
	border: none;
	width: 72px;
}
#footer .stnlink ul > li:hover{
	opacity: 1;
}
#footer .stnlink p{
	text-align: center;
}
#footer .stnlink a:hover{
	color: #ff4048;
}
#mfooter{
	display: none;
}

@media(max-width: 1200px) and (min-width: 600px){
	#footer{
		margin-right: auto;
		margin-left: auto;
		padding-top: 40px;
		width: 90%;
		min-width: 90%; 
	}
	#footer .main {
	    width: 100%;
	}
	#footer .znlink ul{
		margin-right: 50px;
	}
	#footer span{
		font-size: 16px;
	}
	.if-footer{
		height: 450px;
	}
}

@media(max-width: 992px) and (min-width: 600px){
	#footer{
		padding-top: 30px;
	}
	#footer .znlink ul{
		margin-right: 25px;
	}
	#footer .znlink ul li{
		font-size: 16px;
	}
	#footer .block{
		margin-left: 0;
	}
	#footer .stnlink{
		padding: 20px 0;
	}
	#footer .stnlink p{
		font-size: 14px;
	}
}

@media(max-width: 599px){
	.if-footer{
		display:block;
		width: 100%;
		height: 410px;
		margin: 0 auto;
		padding: 0;
	}
	#footer{
		margin-right: auto;
		margin-left: auto;
		padding: 40px 0 0;
		height: auto;
	}
	#footer .main {
	    width: 100%;
	}
	#footer .right,#footer .left{
		float: none;
	}
	#footer .left img{
		margin-right: auto;
		margin-left: auto;
	}
	#footer{
		display: none;
	}
	#mfooter{
		display: block;
	}


	#mfooter{
		width: 100%;
		padding: 0;
		padding-bottom: 10px;
	}
	#mfooter span{
		color: #000;
		margin-top: 10px;
		font-size: 16px;
		text-align: center;
	}
	#mfooter .main{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px;
		padding-top: 40px;
	}
	#mfooter .main img{
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 50%;
	}
	#mfooter .qrcode{
		margin: 20px auto 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	#mfooter .block{
		display: inline-block;
		width: 100%;
	}
	#mfooter .block img{
		margin: 0 auto;
		display: block;
		width: 40%;
		border-radius: 10px;
	}
	#mfooter .block21{
		margin-top: 30px;
	}
	#mfooter .call{
		margin: 20px auto 0;
    	width: 65%;
	}
	#mfooter .call h3{
		color: #000;
		font-size: 26px;
		text-align: center;
		color: #ff4048;
	}
	#mfooter .stnlink{
		padding: 15px 0;
		border-top: 1px solid #ddd;
	}
	#mfooter .stnlink p{
		line-height: 28px;
		text-align: center;
	}
}

@media screen and (max-width:380px){
	#mfooter .call{
    	width: 70%;
	}
}

@media screen and (max-width:360px){
	.youshi h4{
		font-size: 14px;
	}
	.bgbox{
		height: 1120px;
	}
	#mfooter .call h3{
		font-size: 28px;
	}
}
/* ==================== 页脚结束 ====================*/

/*===========================================================================================================================
公共部分结束
===========================================================================================================================*/


/*===========================================================================================================================
首页开始
===========================================================================================================================*/

/* ==================== 轮播图开始 ====================*/
.ci{	
    position: absolute;
    z-index: 10;
    right: 50%;
    bottom: 30px;
    margin-right: -35px;
    width: 74px;
    height: 20px;
}
.item{
	margin: 0 auto;
	width: 1920px;
	height: 800px;
	max-width: 100%;
	background-size: auto 100%!important;
}
.item a{
	display: block;
	width: 100%;
	height: 100%;
}
.carousel-indicators li{
	vertical-align: top;
	width: 9px;
	height: 9px;
}
.carousel-indicators .active{
	height: 9px;
}

/* 轮播图-落地页快速跳转开始 */
@media (max-width: 1200px) and (min-width: 600px){
	.ci{
		width: 100px;
	    height: 20px;
	    margin: 0 auto;
	    margin-left: -50px;
	    position: absolute;
	    z-index: 10;
	    left: 50%;
	}
	.item{
		width: 100%;
		height: 480px;
	}
	.shortcuts{
		width: 90%;
		height: 100px;
		margin-left: -45%;
	}
}
@media screen and (min-width: 599px){
	.carousel-indicators{
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.carousel-control img{
		margin-top: 100%;
	}
	.carousel-inner>.item>a>img{
		height: 600px;
	}
	#myCarousel{
		position: relative;
	}
	.carousel-indicators{
		bottom: 0;
	}
	.carousel-indicators li,.carousel-indicators .active{
		margin: 0 4px;
	    border: none;
	    opacity: .5;
	    background-color: #fff;
	}
	.carousel-indicators .active{
		opacity: 1;
    	margin: 0 4px;
    	width: 24px;
	}
	.shortcuts{
		/*position: absolute;
		z-index: 50;
		bottom: 40px;
		left: 50%;
		margin-left: -585px;
		padding: 0;
		padding-right: 1%;*/
		margin: -150px auto 0;
		width: 1170px;
		height: 90px;
		background-color: #fff;
		border-radius: 10px;
	}
	.shortcuts ul{
		margin: 0 auto;
	}
	.shortcuts ul li{
		display: inline-block;
		width: 24%;
		height: 100%;
		margin: 10px 0 10px 1%;
		border-radius: 10px;
		overflow: hidden;
	}
	/*.shortcuts ul li:hover{
		background:linear-gradient(to right,#ff4048 0,#ff7548 100%);
	}
	.shortcuts ul li:hover img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.shortcuts ul li:hover h3,.shortcuts ul li:hover span{
		color: #fff;
	}*/
	.shortcuts ul li:hover{
		background-color: #f6f6f8;
	}
	.shortcuts img{
		width: 48px;
		height: 48px;
		margin: 11px 15px 11px 30px;
		float: left;
	}
	.shortcuts .title{
		height: 70px;
		margin-left: 4px;
		padding: 18px 0;
		float: left;
	}
	.shortcuts h3{
		text-align: left;
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 34px;
	}
}
@media (min-width: 599px) and (max-width: 800px){
	.shortcuts h3{
		font-size: 16px;
	}
	h2{
		font-size: 28px;
	}
}
@media screen and (max-width: 640px){
	.carousel-indicators li{
		border: none;
		opacity: .5;
		background-color: #fff;
	}
	.carousel-indicators .active{
		opacity: 1;
	}*/
}
@media screen and (max-width: 599px){
	.item{
		margin: 0 auto;
		width: 100%;
		height: 270px;
		max-width: 100%;
	}

	.ci{
		width: 100px;
		height: 20px;
		margin: 0 auto;
		margin-left: -50px;
		position: absolute;
		z-index: 10;
		left: 50%;
		bottom: 30px;
	}
	.carousel-control img{
		margin-top: 130%;
	}
	#myCarousel,.us1{
		position: relative;
	}
	.carousel-inner>.item>a>img,.us1 img{
		border-radius: 10px;
	}
	.carousel-inner>.item>a>img{
		height: auto;
	}
	.carousel-indicators{
		display: none;
		bottom: 5px;
	}
	.carousel-indicators li{
		margin: 0 1px;
		border: none;
		opacity: .5;
		background-color: #fff;
	}
	.carousel-indicators .active{
		opacity: 1;
		margin: 0 2px;
		width: 20px;
	}
}
@media screen and (max-width: 380px){
	.item{
		margin: 0 auto;
		width: 100%;
		height: 240px;
		max-width: 100%;
	}
}
/* ==================== 轮播图结束 ====================*/

.mainbody{
	width: 100%;
}
.mainbody-top{
	padding-top: 120px;
}

/* ==================== 轮播图-快捷方式开始 ====================*/
@media(max-width: 599px){
	.mainbody-top{
		padding-top: 10px;
	}
	.shortcuts{
	    position: absolute;
	    z-index: 60;
	    bottom: -42px;
	    left: 50%;
	    margin-left: -45%;
	    padding: 12px 0 2px;
		width: 90%;
		border-radius: 10px;
		background: #fff;
		/*box-shadow: 0px 2px 20px rgba(16,19,54,.1);*/
	}
	.shortcuts-info{
		top: -40px;
		bottom: auto;
		margin-left: -50%;
		width: 100%;
	}
	.shortcuts ul li{
		display: inline-block;
		width: 32%;
		height: 100%;
		padding: 20px;
	}
	.shortcuts img{
		width: 34px;
		height: 90%;
		margin: 0 auto 2px;
		text-align: center;
		display: block;
	}
	.shortcuts .line{
		width: 1px;
		height: 40px;
		margin: 20px 0;
		background-color: #67688c;
	}
	.shortcuts span{
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.shortcuts .little{
		font-size: 14px;
	}
}
/* ==================== 轮播图-快捷方式结束 ====================*/

/* ==================== 热门业务开始 ====================*/
.selected{
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	margin-left: -585px;
	width: 1170px;
	padding-top: 30px;
}
.selected img{
    width: 100%;
}
.selected a img:hover{
	filter: brightness(80%);
}
.selected .box-1,.selected .box-2,.selected .box-3{
	display: inline-block;
	vertical-align: top;
	height: 480px;
}
.selected .box-1,.selected .box-1 img{
	width: 220px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.selected .box-2{
	margin-right: 20px;
	padding: 50px;
	width: 630px;
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.selected .box-2 h3{
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: left;
	color: #101336;
}
.selected .box-2 h3:first-child{
	margin-top: 0;
}
.selected .box-2 ul li{
	font-size: 17px;
	line-height: 33px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.selected .box-2 ul li img{
	display: inline-block;
	margin-top: -5px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}
.selected .box-2 ul li img:hover{
	filter: brightness(100%);
}
.selected .box-3{
	padding: 40px 30px 40px;
	width: 300px;
	background-color: #fff;
	border-radius: 20px;
}
.selected .box-3 .line-hot{
	margin-bottom: 10px;
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border-radius: 10px;
	background-color: #fff1ec;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.selected .box-3 .line-hot b{
	margin-right: 5px;
	font-style: italic;/*字体倾斜*/
	color: #ff4048;
}
.selected .box-3 img{
	margin: 10%;
	width: 80%;
	border-radius: 10px;
}
@media(min-width: 1200px){
	.selected .box-2 ul li:hover{
		color: #ff4048;
	}
}
@media(max-width: 599px){
	.selected .box-1{
		display: none;
	}
	.selected .box-2,.selected .box-3{
		margin-bottom: 20px;
		padding-right: 30px;
		padding-left: 30px;
		width: 100%;
		height: auto;
	}
	.selected .box-2 h3{
		font-size: 22px;
	}
	.selected .box-2 ul li{
		font-size: 16px;
	}
}
/* ==================== 热门业务结束 ====================*/

/* ==================== 倒计时开始 ====================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
.count-down{
	margin: 0;
	border-radius: 10px;
	background-color: #fff;
}
.count-down h4{
	font-size: 20px;
}
.count-down b{
	color: #ff4048;
}
.count-down ul.countdown {
    list-style: none;
    margin: 25px 0 10px;
    padding: 0;
    display: block;
    text-align: center;
}
.count-down ul.countdown li {
    display: inline-block;
}
.count-down ul.countdown li span {
	margin-right: 2px;
	margin-left: 14px;
	padding: 12px;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    font-family: ALIMM;
    color: #ff4048;
    border: 2px solid #ffc0ab;
    border-radius: 25px;
    background-color: #fafafa;
}
.count-down ul.countdown li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}
.count-down ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}
.count-down .source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: none;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.count-down .btn {
    background: #f56c4c;
    margin: 40px auto;
    padding: 12px;
    display: block;
    width: 100px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.count-down .btn:hover {
    text-decoration: none;
    opacity: .7;
}
/* ==================== 倒计时结束 ====================*/

/* ==================== 业务快捷方式开始 ====================*/
.baozhang{
	padding: 80px 0 70px;
	width: 100%;
	background: url(../images/bg_youshi.jpg) center no-repeat;
	background-size: auto 100%;
}
.clearfix:after{display:block; content:''; clear:both;}
.clearfix{zoom:1;text-align: center;}
.fl{float:left;}
.fr{float:right;}

.baozhang .tBox{
	width: 1170px;
	height: 300px;
	margin: 50px auto 20px;
	position: relative;
}
.baozhang .tBox .picBox{
	width: 100%;
	margin: 0 auto;
	height: 100%;	
	overflow: hidden;
	position: relative;
}
#posBox{
	width: 2048px;
	position: absolute;
	left: 0;
	top: 0;	
}
.baozhang .tBox .picBox li .bg{
	width: 100%;
	height: 65px;
	background: #000;
	opacity: 0.8;
	filter:alpha(opacity=80); 
	position: absolute;
	left: 0;
	bottom: 0;
}
.baozhang .tBox .picBox li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	text-align: left;
	padding-left: 13px;
}

.baozhang .tBox .picBox li .tName{
	font-size: 18px;
	color: #fff;
	padding-top: 13px;
	margin-bottom: 5px;
}
.baozhang .tBox .picBox li .tTitle{
	font-size: 12px;
	color: #b4b4b4;
}
/* ==================== 业务快捷方式结束 ====================*/

/* ==================== 中间轮播图开始 ====================*/
.onestep{
	margin: 0 auto 40px;
	width: 1170px;;
	height: 130px;
}
.onestep img{
	border-radius: 10px;
	transition: all 0.30s ease-in-out 0s;
}
.onestep img:hover{
	transition: all 0.30s ease-in-out 0s;
	transform: translate(0,-10px);
}
/* ==================== 中间轮播图结束 ====================*/

/*===========================================================================================================================
首页结束
===========================================================================================================================*/


/*===========================================================================================================================
大专、本科、开放大学页面开始
===========================================================================================================================*/
.mainbody-details{
	background-color: transparent;
}
.rise-bg{
	margin: 0 auto;
	width: 100%;
	height: 450px;
	background: url(../images/bg_rise.html) no-repeat center;
	background-size: auto 100%;
}
.rise-bg-benke{
	background: url(../images/details/rise_bg_benke.jpg) no-repeat center!important;
    background-size: auto 100%!important;
}
.rise-bg-dazhuan{
	background: url(../images/details/rise_bg_dazhuan.jpg) no-repeat center!important;
    background-size: auto 100%!important;
}
.rise-bg-kaifang{
	background: url(../images/details/rise_bg_kaifang.jpg) no-repeat center!important;
    background-size: auto 100%!important;
}
.rise-bg-hezuo{
	background: url(../images/details/rise_bg_hezuo.jpg) no-repeat center!important;
    background-size: auto 100%!important;
}
#rise{
	width: 1170px;;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
}
#rise .titlebox{
	margin: 0 auto;
	padding: 0;
	height: 60%;
	position: relative;
}
#rise .titlebox h1{
	display: block;
	margin-bottom: 20px;
	font-size: 66px;
	font-family: ALIMM;
	letter-spacing: 2px;
	color: #fff;
}
#rise .titlebox h4{
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
}
#rise .box-iso{
	padding-right: 30px;
}
#rise .w100{
	display: block;
}
/*#rise .titlebox .rise-line{
	margin: 12px 0;
	width: 16px;
	height: 2px;
	background: linear-gradient(to right,#ff4048 0,#ff7548 100%);
}*/
.labelbox{
	display: table;
    margin: 0 auto;
    padding: 10px 3px 0px 11px;
    max-width: 90%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.1);
}
.labelbox ul li{
	display: inline-block;
	margin: 0 8px 10px 0;
	padding: 6px 14px;
	/*height: 30px;*/
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	background-color: rgba(255,255,255,.15);
	border-radius: 6px;
}
.labelbox ul a li:hover{
	opacity: .5;
}
.label2{
	background-color: #f6f6f8;
}
.label2 ul li{
	color: #000;
	background-color: #fff;
}

/*#rise .box2 ul{
	margin-top: 5px;
}*/
#rise .box2 ul li{
	display: block;
	margin-bottom: 20px;
	padding: 10px 16px;
	height: auto;
	border-radius: 10px;
	background-color: #ffefed;
}
/*#rise .box2 ul li:hover{
	color: inherit;
}*/
#rise .btn-bottom{
	bottom: 10px;
}


/* ==================== 详情页开始 ====================*/
.details{
	margin: 0 auto;
}

/* ==================== 详情页公共部分开始 ====================*/
.details h1{
	margin-bottom: 30px;
}
.details h2{
	margin-bottom: 50px;
	font-weight: 700;
}
.details .bg-red h2,.details .bg-red .lb li h3,.details .bg-red .subtitle span{
	color: #fff;
}
.details .bg-red .lb li:hover h3{
	color: #fff;
}
.details .p-w{
	position: relative;
	margin: 0 auto;
	width: 1170px;
}
.details .p-shadow{
	box-shadow: 0 5px 20px rgba(16,19,54,.1);
}
.details .p-w .bg-0{
	position: absolute;
	z-index: 0;
	top: 120px;
	right: 60px;
	width: 360px;
	height: auto;
}
.details .p-w .bg-02{
	top: 20px;
}
.details .p-w .bg-03{
	top: 250px;
}
.details .p-w .bg-0 img{
	width: 100%;
	height: 100%;
}
.details .p-w .pw-img{
	max-width: 1200px;
}
.details .bg-g{
	padding: 40px;
	background-color: #f6f6f8;
	border-radius: 10px;
}
.bg-gray .bg-g{
	background-color: #fff;
}
.details .d-bg{
	padding: 80px 0;
	width: 100%;
	background: url(../images/details/bg_yewu.html) center no-repeat;
}
.details .d-bg h2,.details .d-bg span{
	color: #fff;
}
.details .d-bg img,.details .d-w img{
	margin: 0 auto;
}
.details .d-bg2{
	background: url(../images/details/bg_liucheng.html) center no-repeat;
}
.details .d-w{
	padding: 80px 0 70px;
}
.details .d-w a{
	margin: 0 auto;
	width: 170px;
}
.details .button{
	margin: 20px auto 0;
	
}
.details .button a{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 30px;
	width: fit-content;
	border-radius: 28px;
	font-size: 16px;
    color: #fff;
	background: linear-gradient(to right, #ff7789, #ff3c56);
	
}
.xl .button a{
	box-shadow: 0 10px 25px rgba(191,48,54,.2);
}
.details .button a img{
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
	width: 26px;
	height: 26px;
}
.details .button a span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}
.details .vs img{
	border-radius: 10px;
}
.details .vs-2{
	display: none;
}
.details .d-p p{
	margin: 0 auto;
	padding: 30px 0;
	width: 900px;
	color: #000;
	font-size: 18px;
	line-height: 36px;
}
.details .l-title{
	margin-top: 30px;
}
.details .l-title2{
	margin-top: 20px;
}
.details .p-w2 .l-title{
	display: inline-block;
	width: 50%;
}
.details .p-w3 .l-title{
	display: inline-block;
	width: 33.3%;
}
.details .l-title img{
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	vertical-align: top;
}
.details .l-title h3{
	font-size: 22px;
	line-height: 40px;
	text-align: left;
}
.details .l-title p{
	margin-left: 0;
}
.details p{
	margin-top: 4px;
	font-size: 17px;
	line-height: 36px;
	text-align: left;
}
.details span{
	font-size: 20px;
	text-align: center;
}
.details .l-span{
	margin-bottom: 10px;
	font-size: 16px;
	text-align: left;
	color: #67688c;
}
.details .table-span{
	opacity: .8;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
@media(min-width: 1200px){
	.details .button a:hover{
		background-color: #9c2700;
	}
}
@media(max-width: 767px){
	.details .d-w img{
		width: 60%;
	}
}
@media(max-width: 599px){
	.details .d-bg{
		padding: 20px 0 60px;
		background: url(../images/details/mbg_yewu.html) center no-repeat;
	}
	.details .d-bg2{
		padding: 20px 0 60px;
		background: url(../images/details/mbg_liucheng.html) center no-repeat;
	}
	.details .vs-2{
		display: block;
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		border-radius: 10px;
	}
	.details .button a{
		padding: 10px 25px;
	}
	.details .button a span{
		font-size: 16px;
		line-height: 26px;
	}
	.details .button a img{
		margin-top: 0;
	}
}

/* ==================== l2-l6标签开始 ====================*/
/*l标签开始*/
.details .l li{
	display: inline-block;
	margin-bottom: 2%;
	margin-left: 1.875%;
	padding: 50px 40px;
	vertical-align: top;
}
.mt--370 .la li{
	padding: 40px!important;
}
.details .l li:first-child{
	margin-left: 0;
}
.details .l li img{
	margin: 0 auto 20px;
	width: 42px;
}
.details .l li h3{
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #000;
}
.details .bg-end .l li h3{
	font-size: 20px;
}
.details .la li h3{
	font-size: 20px;
}
.details .l li h4{
	font-size: 16px;
}
.details .l li p{
	margin-top: 8px;
	width: 80%;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #000;
}
/*l标签结束*/

.details .l2,.details .l3,.details .l4,.details .l5,.details .l6{
	margin-right: auto;
	margin-left: auto;
	width: 1170px;
}
.details .l2 li{
	width: 49%;
}
.details .l3 li{
	width: 32%;
}
.details .l4 li{
	width: 23.5%;
}
.details .l5 li{
	width: 18.5%;
}
.details .l6 li{
	width: 15.1%;
}
.details .l4 li{
	padding-right: 30px;
	padding-left: 30px;
}
.details .l5 li,.details .l6 li{
	padding-right: 20px;
	padding-left: 20px;
}

/*企业合作四大领域开始*/
.details .l4b li{
	position: relative;
	padding: 35px 35px;
	width: 23.5%;
	height: 110px;
	overflow: hidden;
	border-radius: 10px;
}
.details .l4b li span{
	padding-bottom: 10px;
	width: fit-content;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: all 0.30s ease-in-out 0s;
}
.details .l4b li img{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin: -5%;
	width: 110%;
	height: 120%;
	border-radius: 10px;
	background-size: 100% 100% !important;
	transition: all 0.3s;
	
}
.details .l4b li:hover span{
	line-height: 20px;
    border-bottom: 4px solid #ff4048;
    transition: all 0.30s ease-in-out 0s;
}
.details .l4b li:hover img{
	transition: all 0.3s;
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	filter: blur(2px) brightness(40%);/*模糊2px + 变暗处理*/
}
.mt--370 .l4b li{
	height: 120px;
}
.mt--370 .l4b .li-1{
	background: url(../images/details/1.jpg)center no-repeat;
	background-size: auto 100%;
}
.mt--370 .l4b .li-2{
	background: url(../images/details/2.html)center no-repeat;
	background-size: auto 100%;
}
.mt--370 .l4b .li-3{
	background: url(../images/details/3.html)center no-repeat;
	background-size: auto 100%;
}
.mt--370 .l4b .li-4{
	background: url(../images/details/4.html)center no-repeat;
	background-size: auto 100%;
}
/*企业合作四大领域结束*/
@media(min-width: 641px){
	.details .l2 li:first-child,.details .l2 li:nth-child(3),.details .l2 li:nth-child(5),.details .l3 li:first-child,.details .l3 li:nth-child(4),.details .l3 li:nth-child(7),.details .l4 li:first-child,.details .l4 li:nth-child(5),.details .l5 li:first-child,.details .l5 li:nth-child(6){
		margin-left: 0;
	}
}
@media(max-width: 1199px) and (min-width: 641px){
	.details .l5 li{
		width: 23.5%;
	}
}
@media(max-width: 640px){
	.details .l2,.details .l3,.details .l4,.details .l5, .details .l6{
		width: 100%;
	}
	.details .l2 li, .details .l3 li, .details .l4 li, .details .l5 li, .details .l6 li{
		display: inline-block;
		margin-bottom: 4%;
		margin-left: 4%;
		padding: 20px 20px;
		width: 48%;
		border-radius: 10px;
		vertical-align: top;
	}
	.details .l2 li:first-child,.details .l2 li:nth-child(3),.details .l2 li:nth-child(5),.details .l2 li:nth-child(7),.details .l3 li:first-child,.details .l3 li:nth-child(3),.details .l3 li:nth-child(5),.details .l3 li:nth-child(7),.details .l3 li:nth-child(9),.details .l4 li:first-child,.details .l4 li:nth-child(3),.details .l4 li:nth-child(5),.details .l4 li:nth-child(7),.details .l5 li:first-child,.details .l5 li:nth-child(3),.details .l5 li:nth-child(5),.details .l5 li:nth-child(7),.details .l5 li:nth-child(9),.details .l6 li:first-child,.details .l6 li:nth-child(7){
		margin-left: 0;
	}
	.details .l2b li{
		margin-left: 0 !important;
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
		font-size: 16px;
	}
	.details .l3m li{
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	.details .l3m li:first-child,.details .l3m li:nth-child(2),.details .l3m li:nth-child(3){
		margin-left: 0;
	}
	.details .l4b li{
		padding-top: 25px;
		height: 80px;
	}
	.details .l4b li span{
		position: absolute;
		z-index: 20;
		left: 0;
		width: 100%;
		font-size: 17px;
		line-height: 30px;
	}
	.details .l4b li img{
		z-index: 0;
	}
}
@media(max-width: 599px){
	.details .la li h3{
		font-size: 20px;
	}
}
@media(max-width: 480px){
	.details .l6 li:nth-child(3),.details .l6 li:nth-child(5){
		margin-left: 0;
	}
}
@media(max-width: 380px){
	.details .l li h3{
		font-size: 16px;
	}
}


/* ==================== 蓝白开始 ====================*/
.details .la li{
	border-radius: 20px;
	background-color: #fff;
	transition: all 0.30s ease-in-out 0s;
}
.details .la li img{
	margin: 0 auto 20px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.30s ease-in-out 0s;
}
.details .la li .border-line{
	margin: 30px auto;
	width: 15%;
	height: 4px;
	border-radius: 2px;
	background-color: #ff4048!important;
	transition: all 0.30s ease-in-out 0s;
}
.mt--370 .la li{
	border-radius: 20px;
}

.details .la2 li{
	padding: 0;
}
/*蓝白结束*/

/*红白开始*/
.details .lb li{
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 20px;
	background-color: #fff;
	transition: all 0.30s ease-in-out 0s;
}
.details .lb li img{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 -6px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.30s ease-in-out 0s;
}
.details .lb li h3,.details .lb li h4{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 50px;
	text-align: left;
}
.details .bg-red .lb li{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.details .bg-red .lb li h3,.details .bg-red .lb li h4{
	/*line-height: 24px;*/
	color: #000;
}
.details .lb li p{
	margin-left: 0;
	text-align: left;
}
/*红白结束*/

.x .x1{
	background: url(../images/details/x_1.jpg);
}
.x .x2{
	background: url(../images/details/x_2.jpg);
}
.x .x3{
	background: url(../images/details/x_3.jpg);
}
.x .x4{
	background: url(../images/details/x_4.jpg);
}
.x .la li {
	padding-left: 30px!important;
	padding-right: 20px!important;
}
.x .la li img{
	position: absolute;
	z-index: 99;
	top: 25px;
	right: 30px;
	width: 40px;
	border-radius: 50%;
	/*backdrop-filter: blur(5px);
	border: 3px solid rgba(255,255,255,.05);*/
	background: rgba(255,255,255,.1);
}
.x .l li h3,.x .l li p{
	color: #fff;
}
.x .l li h2,.x .l li h3{
	display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    width: 100%;
    line-height: 80px;
    text-align: left;
}
.x .l li h2{
	font-size: 26px!important;
}
.x .l span{
	display: inline-block;
	margin: auto 3px 10px;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 20px;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,.2);
    /*background: rgba(255,255,255,.15); */
}

@media(min-width: 1200px){
	.details .la li:hover{
		transition: all 0.30s ease-in-out 0s;
		transform: translate(0,-10px);
	}
	.details .la li:hover .border-line{
		width: 20%;
		height: 3px;
		transition: all 0.30s ease-in-out 0s;
	}
	/*.details .la li:hover img{
		transform: scale(1.4);
		background-color: #fff;
		transition: all 0.30s ease-in-out 0s;
	}*/
	.details .la li:hover span,.details .la li:hover p{
		color: #000;
		transition: all 0.30s ease-in-out 0s;
	}
	.x .details .la li:hover span,.x .details .la li:hover p{
		color: #fff;
	}
	.details .lb li:hover{
		backdrop-filter: blur(10px);
    	background-color: rgba(255,255,255,.1);
		box-shadow: none;
		transition: all 0.30s ease-in-out 0s;
	}
	.details .lb li:hover img{
		background-color: #fff;
		transition: all 0.30s ease-in-out 0s;
	}
	.details .lb li:hover h3,.details .lb li:hover h4,.details .lb li:hover p{
		color: #fff;
	}
	.details .bg-red .lb li:hover{
		background-color: rgba(255,255,255,.1);
	}
	.x .la li:hover span{
		background-color: #fff;
	}
}
@media(max-width: 640px){
	.details .lw-100 li{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.details .lf h3,.details .lf p{
		text-align: left!important;
	}
	.details .la li{
		padding: 35px;
	}
	.details .la li img{
		margin-bottom: 20px;
	}
	.details .lb li{
		margin-left: 0;
		padding: 20px 30px;
		width: 100%;
	}
}
@media(max-width: 599px){
	.details .la li img{
		margin-bottom: 15px;
	}
	.details .l li p{
		margin-top: 0;
	}
	.details .la li {
	    padding: 35px 15px 25px;
	}
	.x .la li{
		padding: 15px 20px 10px!important;
	}
	.x .l span{
		margin: auto 0 10px;
		font-size: 12px;
		border: 1px solid rgba(255,255,255,.2);
	}
	.x .l li h2{
		font-size: 22px!important;
	}
}
@media(max-width: 380px){
	.details .lb li{
		padding: 25px 30px;
	}
	.details .lb li p{
		margin-top: 5px;
		line-height: 20px;
	}
}
/*红白结束*/

/* ==================== l2-l5标签开始 ====================*/

.details .d-g{
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background-color: #f6f6f8;
}
.details .dw-end{
	background-color: #f2f5fa;
}
.details .d-end{
	margin: 0 auto;
	padding: 20px;
	width: 1170px;
	border-radius: 25px;
	background-color: #fff;
	transition: all 0.30s ease-in-out 0s;
}
.details .d-end img{
	border-radius: 15px;
}
.details .m-service{
	margin-top: 80px;
	width: 100%;
	height: 360px;
	background: linear-gradient(to right,#ff4048 0,#ff7548 100%);
}
.details .m-service h1{
	color: #000;
}
.details .m-service ul{
	margin: 40px auto;
	width: 1170px;
}
.details .m-service ul li{
	display: inline-block;
	margin-left: 20px;
	padding: 7px 20px;
	width: 170px;
	height: 60px;
	border-radius: 35px;
	background-color: #fff;
}
.details .m-service ul a:first-child li{
	margin-left: 0;
}
.details .m-service ul li:hover{
	background-color: rgb(255,255,255,.7);
}
.details .m-service .m-width{
	width: 180px;
}
.details .m-service ul li img{
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 46px;
}
.details .m-service ul li span{
	display: inline-block;
	margin-left: -6px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 46px;
	text-align: left;
	color: #000;
}

.details .m-service .ms-end{
	margin: 0 auto;
	width: 360px;
	height: 50px;
}
.details .m-service .ms-end h4{
	width: 200px;
	font-weight: 400;
	line-height: 50px;
	color: #000;
}
.details .m-service .ms-tel{
	width: 160px;
	height: 100%;
}

.details .m-service .ms-tel a{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	color: #000;
}
.details .m-service .ms-tel:hover a{
	color: rgba(16,19,54,.6);
}
.details .m-service2{
	margin-bottom: 60px;
	width: 100%;
}
.details .m-service2 h1{
	color: #000;
}
.details .m-service2 ul{
	margin: 40px auto;
	width: 1170px;
}
.details .m-service2 ul li{
	position: relative;
	display: inline-block;
	margin-left: 2%;
	width: 23.5%;
	height: 150px;
	border-radius: 10px;
	background-color: #fff;
	background-size: 100% 100%;
	transition: all 0.30s ease-in-out 0s;
}
.details .m-service2 a{
	display: block;
	padding: 20px 30px;
	width: 100%;
	height: 100%;
}
.details .m-service2 ul li:first-child{
	margin-left: 0;
}
.details .m-service2 ul li:hover{
	transition: all 0.30s ease-in-out 0s;
	transform: translate(0,-10px);
	box-shadow: 0px 5px 20px rgba(16,19,54,0.15);
	background-color: rgb(255,255,255,.7);
}
.details .m-service2 ul li span{
	font-size: 20px;
	font-weight: 700;
	line-height: 46px;
	text-align: left;
	color: #fff;
}
.details .m-service2 ul li img{
	opacity: .5;
	position: absolute;
	z-index: 50;
	bottom: 24px;
	left: 24px;
	width: 46px;
	height: 46px;
}
.details .m-service2 .ms-end{
	margin: 0 auto;
	width: 360px;
	height: 50px;
}
.details .m-service2 .ms-end h4{
	width: 200px;
	font-weight: 400;
	line-height: 50px;
	color: #000;
}
.details .m-service2 .ms-tel{
	width: 160px;
	height: 100%;
}

.details .m-service2 .ms-tel a{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	color: #000;
}
.details .m-service2 .ms-tel:hover a{
	color: rgba(16,19,54,.6);
}
.li-guogao,.li-gongju{
	background: url(../images/details/li_blue.html) center no-repeat;
}
.li-cungao,.li-wengang{
	background: url(../images/details/li_red.html) center no-repeat;
}
.li-xiaowei,.li-boshi{
	background: url(../images/details/li_green.html) center no-repeat;
}
.li-xinsi,.li-fangzu{
	background: url(../images/details/li_purple.html) center no-repeat;
}


.mainbody-bg{
	margin: 0 auto;
	width: 100%;
	
}
.mainbody-bg-us{
	height: 540px;
	background: url(../images/bg_us.jpg) no-repeat center;
	background-size: 100% 540px;
}
.mainbody-bg-info{
	height: 500px;
	background: url(../images/bg_article.jpg) no-repeat center;
}
.mainbody-bg h1{
	margin-bottom: 20px;
	padding-top: 100px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.mainbody-bg span{
	font-size: 18px;
	text-align: center;
	color: #fff;
}
@media(max-width: 599px){
	.mainbody-bg{
		height: 200px;
		background-size: auto 100%;
	}
	.mainbody-bg-us{
		height: 35vh;
		background: url(../images/m_bg_us.jpg) no-repeat center;
		background-size: 100% auto;
	}

}

/*===========================================================================================================================
大专、本科、开放大学页面结束
===========================================================================================================================*/


/*===========================================================================================================================
自考资讯页面开始
===========================================================================================================================*/

/* ==================== 最新资讯开始 ====================*/
.bgbox{
	margin: 0 auto;
	padding: 0;
}
.bgbox h3{
	padding: 0 0 15px 0;
	font-size: 24px;
	line-height: 30px;
}
.bgbox ul li img{
	margin: 25px 15px 25px 0;
	width: 30px;
	height: 30px;
	float: left;
}
.imgbox ul li:hover p{
	color: #000;
}
.bgbox .btn-none{
	display: none;
}

.bgbox{
	position: static;
	padding: 0;
	width: 100%;
	height: auto;
}
.imgbox ul li{
	margin: 10px 0;
	height: auto;
}
.bgbox ul li .box img{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	transition: all 0.30s ease-in-out 0s;
}
.bgbox ul li .box span{
	width: auto;
	font-size: 18px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bgbox ul li .box .right{
	display: none;
	font-size: 18px;
	color: #67688c;
}
.bgbox ul li .label0{
	margin-top: 10px;
}
.bgbox ul li .label0 span{
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #67688c;
    border-radius: 4px;
    background-color: #f6f6f8;
}
.bgbox ul li .label0 span:first-child{
	margin-left: 0;
}
.bgbox ul li:hover .label0 span{
	color: #ff4048;
	background-color: #ffefed;
}

.bgbox-info .all-row{
	display: inline-block;
	vertical-align: top;
	width: 65%;
}
.bgbox-info .row{
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.bgbox-info .row:first-child{
	border: none;
}
.bgbox-info .r-img{
	float: right;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	width: 30%;
}
.bgbox-info .r-img img{
	margin-bottom: 20px;
	width: 100%;
}
@media(min-width: 1200px){
	.more-main .tabbar ul li:hover h3,.bgbox ul li .box:hover span{
		color: #ff4048;
	}
}
@media(max-width: 992px){
	.bgbox ul li .box span{
		width: 100%;
	}
}
@media(max-width: 599px){
	.bgbox ul li .box span{
		width: 100%;
		font-size: 18px;
		line-height: 36px;
	}
	.bgbox ul li .box .right{
		font-size: 16px;
	}
	.bgbox-info .all-row{
		width: 100%;
	}
	.bgbox-info .r-img{
		display: none;
	}
}
/* ==================== 最新资讯结束 ====================*/

/* ==================== 更多文章开始 ====================*/
.more-main{
	/*margin: -130px auto 0;*/
	margin: -300px auto 0;
	padding: 50px 0;
	width: 100%;
}
.bgbox{
	margin: -150px auto 0;
	padding: 40px 60px;
	width: 1170px;
	background-color: rgba(255,255,255,.2);
	background-color: #fff;
}
.more-main .bgbox h3{
	padding: 0;
}
.bgbox-info{
	margin-top: 20px;
}
.more-main .tabbar{
	margin-bottom: 10px;
    padding: 0;
	width: 100%;
}
.more-main .tabbar ul li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	padding: 20px;
	padding-top: 0;
	width: 25%;
	height: 100%;
}
.more-main .tabbar ul li.active{
	border-bottom: 5px solid #ff4048;
}
.more-main .tabbar ul li.active h3{
	color: #ff4048;
}
.more-main .tabbar img{
	width: 34px;
	height: 90%;
	margin: 0 auto 2px;
	text-align: center;
	display: block;
}
.more-main .tabbar .line{
	width: 1px;
	height: 40px;
	margin: 20px 0;
	background-color: #67688c;
}
.more-main .tabbar span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.more-main .tabbar .little{
	font-size: 14px;
}
@media(max-width: 599px){
	.more-main{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	.more-main .tabbar ul li{
		padding: 10px 0;
		border-radius: 0!important;
	}
	.more-main .tabbar ul li h3{
		font-size: 18px;
	}
}
/* ==================== 更多文章结束 ====================*/


.info{
	position: relative;
	margin: 50px auto;
    padding: 40px 60px;
    width: 1170px;
	background-color: #fff;
}
.info .p-w{
	margin-left: 0;
	width: 700px;
}
.info .p-w h2,.info .p-w h3,.info .p-w h4,.info .p-w p{
	text-align: left;
}
.info .p-w h2{
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 50px;
}
.info .p-w h3{
	/*margin-left: -20px;
	padding-left: 12px;
	border-left: 6px solid #ff4048;*/
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}
.info .red-w h3{
	color: #ff4048;
}
.info .p-w h4{
	margin-top: 30px;
}
.info .p-w p{
	margin-bottom: 20px;
	text-indent: 2em;/*首行缩进2字符*/
	line-height: 30px;
}
.info .p-w p b{
	color: #ff4048;
}
.info .p-w .sub-w{
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	background-color: #f6f6f8;
}
.info ul{
	padding-top: 30px;
}
.info ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 15px;
	color: #ff4048;
	background-color: #fff6f6;
}
.info .p-qrmain{
	position: fixed;
	z-index: 80;
	top: 20%;
	right: 50%;
	margin-right: -540px;
	width: calc(1050px - 750px);
}
.info .p-qrmain img{
	margin-bottom: 20px;
	width: 100%;
}
.info .p-qr{
	width: 180px;
	padding: 25px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(16,19,54,.1);
}
.info .p-qr h5{
	margin: 0 -40px;
	/*border-left: 3px solid #ff4048;*/
	line-height: 20px;
}
.info .p-qr img{
	margin: 15px 0 10px;
	width: 100%;
}
.info .p-qr span{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #000;
}
.info .p-qr h4{
	margin: 0;
	font-size: 16px;
	line-height: 40px;
}
.info .p-qr h4:hover{
	color: #ff4048;
}
@media(max-width: 1024px){
	.info{
		width: 90%;
	}
	.info .p-w{
		width: 70%!important;
	}
}
@media(max-width: 640px){
	.info{
		box-shadow: none!important;
	}
	.info .p-w{
		width: 100%!important
	}
	.info .p-qrmain{
		display: none;
	}
}
@media(max-width: 599px){
	.info{
		margin-top: 20px!important;
		padding: 30px;
	}
	.info .p-w h2{
		margin-bottom: 20px;
		font-size: 27px;
		line-height: 44px;
	}
}


/*===========================================================================================================================
自考资讯页面结束
===========================================================================================================================*/


/*===========================================================================================================================
关于我们页面开始
===========================================================================================================================*/

/* ==================== TOP信息开始 ====================*/
.us-top{
	margin: -240px auto 40px;
	padding: 30px 50px;
	width: 970px;
	height: 180px;
	border-radius: 20px;
	backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,.9);
}
.us-top .us-top-l{
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	width: calc(100% - 160px);
}
.us-top .us-top-l h3{
	font-size: 30px;
	letter-spacing: 2px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.us-top .us-top-l p{
	margin-top: 10px;
	font-size: 17px;
	line-height: 32px;
}
.us-top .us-top-r{
	float: right;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	padding: 0;
	height: 100%;
	border-radius: 10px;
	background-size: 100% 100%;
}
.us-top .us-top-r .box{
	display: table;
	position: absolute;
	z-index: 50;
	bottom: 40px;
	left: 50%;
	margin-left: -35%;
	padding: 20px 30px;
	width: 70%;
	height: 70px;
	border-radius: 15px;
	background-color: #fff;
}
.us-top .us-top-r .box h4{
	display: table-cell;
	vertical-align: middle;
	color: #000;
}
.us-top .us-top-r img{
	width: auto;
	height: 100%;
	border-radius: 50%;
	background-color: #ff4048;
}

.us h1{
	padding-top: 120px;
	font-size: 60px;
	font-weight: 300;
	font-family: ALI;
	letter-spacing: 5px;
}
.us .bg2 h1{
	padding-top: 120px;
	font-size: 70px;
	font-weight: 700;
	color: #101336;
}
.mainbody-w{
	padding-bottom: 50px;
}

.bgapp{
	box-sizing: content-box;
	margin-bottom: 120px;
	width: 100%;
	height: 270px;
	background-color: #ff4048;
}
.bgapp h2{
	padding-top: 50px;
	font-size: 48px;
	font-weight: 300;
	font-family: ALI;
	line-height: 60px;
	text-align: center;
	color: #101336;
}
#app{
	margin: 0 auto;
	padding-top: 30px;
	width: 1170px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#app .box{
    width: 370px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(16,19,54,.1);
    transition: all 0.30s ease-in-out 0s;
}
#app .imgBox {
    width: 280px;
    height: 186.67px;
    overflow: hidden;
}
#app .imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}
#app img{
	padding: 10px;
	width: 54px;
	height: 54px;
	transition: all 0.30s ease-in-out 0s;
	transform-origin: 0 0;/*左上角*/
	background: linear-gradient(to top, #6db8ff, #2675ff);
    border-radius: 50%;
}
#app h3{
    margin: 20px auto 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    transition: all 0.30s ease-in-out 0s;
}
#app span{
    margin: 0;
    font-size: 16px;
    text-align: left;
}
#app .detail {
	margin-top: 20px;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    width: 100%;
}
#app .box:hover{
	transition: all 0.30s ease-in-out 0s;
	transform: translate(0,-10px);
}
#app .box:hover img{
	transition: all 0.30s ease-in-out 0s;
	transform: scale(0.8);

}
#app .box:hover h2{
	transition: all 0.30s ease-in-out 0s;
	font-size: 24px;
}

@media(max-width: 992px){
	.us-top{
		padding: 55px 45px;
		width: 90%;
	}
	.us-top ul{
		bottom: 50px;
		left: 45px;
	}
	.us-top .us-top-l,.us-top .us-top-r{
		float: none;
		width: 100%;
		height: auto;
	}
	.us-top .us-top-r{
		display: none;
		height: 220px;
	}
	#app .box{
		padding: 20px 20px 10px;
	}
}
@media(max-width: 640px){
	.us-top{
		position: static;
		margin-top: -100px;
		margin-bottom: 40px;
		padding: 50px;
		width: 90%;
		height: auto;
	}
	.us-top .us-top-r{
		margin-top: 30px;
		height: 270px;
	}
	.us-top .us-top-r .box{
		bottom: 30px;
	}
	.us-top .us-top-r .box h4{
		font-size: 16px;
		text-align: center;
	}

	#app{
		display: block;
	}
	#app .box{
		display: inline-block;
		margin-bottom: 20px;
		width: 48%;
	}
	#app .box:nth-child(2){
		margin-left: 3%;
	}
	#app .box:nth-child(3){
		width: 100%;
	}
}
@media(max-width: 599px){
	.us-top{
		margin-top: -40px;
		padding: 30px 35px!important;
		width: 90%!important;
		background-color: #fff;
		box-shadow: 0 10px 20px rgba(16,19,54,.05);
	}
	.us-top .us-top-l p{
		font-size: 16px;
		line-height: 28px;
	}
	.us-top .us-top-l h3{
		padding-bottom: 8px;
		font-size: 24px;
		color: #ff4048;
	}
	.us-top .us-top-r .box{
		margin-left: -42.5%;
		padding: 20px;
		width: 85%;
	}
	.bgapp{
		margin-bottom: 50px;
		padding-bottom: 30px;
		height: auto;
	}
	#app{
		display: block;
		margin: 20px auto 0;
		padding-top: 30px;
		width: 90%;
	}
	#app .box{
		margin-bottom: 15px;
		padding: 20px 30px;
		width: 100%;
		border-radius: 10px;
	}
	#app .box:nth-child(2){
		margin-left: 0;
	}
	#app img{
		position: absolute;
	    z-index: 99;
	    right: 5%;
	    padding: 7px;
	    width: 40px;
	    height: auto;
	}
}
@media(max-width: 380px){
	.us-top{
		padding: 30px 20px;
	}
	.us-top .us-top-r{
		height: 200px;
	}
	.us-top .us-top-r .box{
		padding: 10px 20px;
		height: 60px;
	}
}
/* ==================== TOP信息结束 ====================*/

@media(max-width: 599px){
	
	.bgbox{
		margin-top: -70px;
		padding: 0;
		width: 100%;
		height: auto;
	}
	.bgbox ul li{
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		border-bottom: none;
		border-radius: 10px;
	}
	.bgbox-info .all-row ul li{
		padding: 15px 20px;
    	background: #f6f6fa;
	}
	.bgbox ul li img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		border-radius: 10px 10px 0 0;
		float: none;
	}
	.bgbox ul li span{
		box-sizing: border-box;
		padding: 0;
		width: 100%;
		font-size: 16px;
		line-height: 28px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis
	}

	.bgbox-info{
		margin-top: 0;
		padding-top: 20px;
	}
	.imgbox{
		box-shadow: none;
	}
}


/*===========================================================================================================================
关于我们页面结束
===========================================================================================================================*/








.box-content2{
	position: absolute;
	left: 0px;
	top: -470px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70); 
	color: #fff;
}
@media(max-width: 599px){
	.youshi{
		padding: 30px 0 40px;
		background: url(../images/bg_youshi.jpg) center no-repeat;
	}
}
/*优势保障结束*/


.about-title {
	width: 80%;
	margin: auto;
	margin-bottom: 60px;
	line-height: 36px;
	font-weight: 700;
	font-size: 26px;
}

	
.icon {
	background: #ff4048;
	border-radius: 100px;
	border: 10px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	top: 40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100px;
}
.icon img{
	width: 80px;
	height: 80px;
}
.icon_bg{background: #ff4048;}
.icon_bg2{background: #ff4048;}
.icon_bg3{background: #7e0cf5;}
.icon_bg4{background: #35ac39;}

@media(max-width: 1024px){
	.m_feature:hover h4{
		color: #000;
	}
	.m_feature:hover p{
		color: #000;
	}
}
/*优势保障2结束*/

/**/
.feature-one{
	padding: 60px 0 0;
}
.feature-two{
	padding-bottom:30px;
}
.feature-one .row,.feature-two .row{
	margin-right: auto;
	margin-left: auto;
	width: 1170px;
}
.feature-one .row .wow,.feature-two .row .wow{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.single_feature_img{
	text-align: center;
}
.single_feature_img img{
	display: inline-block;
}
.single_feature{
	padding-top: 50px;
}
.single_feature h3{
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	margin: 0;
}
.single_feature p{
	margin: 20px 0;
	font-size: 18px;
	line-height: 32px;
}
.single_feature_btn_light {
	margin-top: 15px;
	background: #ff4048;
	border: 2px solid #ff4048;
	border-radius: 500px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	padding: 10px 35px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0 10px 20px rgba(255, 72, 12, .1);
}
.single_feature_btn_light:hover{
	background:#9c2700;
	color:#fff;
	border: 2px solid #9c2700;
}
@media(max-width: 1199px){
	.feature-one .row, .feature-two .row{
		width: 90%;
	}
	.single_feature{
		padding-top: 60px;
	}
	.single_feature_img img{
		width: 100%;
	}
}
@media(max-width: 991px){
	.single_feature{
		padding-top: 0;
	}
	.single_feature h3{
		font-size: 24px;
	}
	.single_feature p{
		margin: 10px 0;
	}
}
@media screen and (max-width:600px){
	.feature-two{
		padding-top: 80px;
	}
	.feature-one .row .wow,.feature-two .row .wow{
		margin-top: 20px;
		width: 100%;
	}
	.feature-one .left,.feature-two .right{
		float: none;
	}
	.single_feature_img img{
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}
}
@media screen and (max-width:480px){
	.feature-one{
		padding-top: 0!important;
	}
	.feature-two{
		padding-top: 0!important;
	}
	.single_feature{
		padding-bottom: 0;
		padding-top: 20px;
	}
	.single_feature h3{
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	.single_feature p{
		font-size: 15px;
		line-height: 24px;
	}
	.single_feature_btn_light{
		display: block;
		margin: 15px auto 0;
		padding: 8px 25px;
		width: 35%;
		font-size: 15px;
		text-align: center;
	}	
}
@media(max-width:360px) { 
	.single_feature_btn_light {
		padding: 10px 40px;
	}
}
/**/

.owl-theme .owl-controls {
  display: block!important;
  margin-top: 10px;
}
/*文章2结束*/

/*关于我们开始*/

/*关于我们结束*/


.artile1{
	display: none;
}

@media(min-width: 599px){
	.btn-click{
		display: none;
	}
	#app .box:hover{
	}
}

@media(max-width: 640px){
	.row2{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 600px){
	.iu1{
		display: block;
	}
	.iu2{
		display: none;
	}
	.bgapp{
	    margin-bottom: 50px;
	}
}

@media screen and (max-width: 599px){
	.iu1{
		display: none;
	}
	.iu2{
		display: block;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0 auto;
		padding: 0;
		font-weight: 700;
		color: #000;
		text-align: center;
	}
	h1{
		margin-bottom: 20px;
	}
	h2{
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		margin: 30px auto;
	}
	ol,ul,li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	p{
		margin: 0 auto;
		padding: 0;
		color: #000;
		font: 14px/20px normal;
	}
	span{
		display: block;
		margin: 0 auto;
		padding: 0;
		color: #000;
		font-size: 14px;
	}
	.subtitle span{
		margin-top: -40px;
		margin-bottom: 20px;
		font-size: 14px!important
	}
	b{
		color: #000;
	}
	/*img{
		width: 100%;
		height: auto;
	}*/
	.row{
		margin-left: auto;
		margin-right: auto;
	}
	
	.hot{
		display: inline-block;
		display: none;
		margin-left: 4px;
		width: 40px;
		height: 20px;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		color: #ff4048;
		border: 1px solid #ff4048;
		border-radius: 3px;
	}
	.hot2{
		position: absolute;
		z-index: 50;
		top: 0;
		right: -10px;
		background-color: #fff;
	}
	.w-90{
		margin-right: auto;
		margin-left: auto; 
		width: 90%;
	}
	.mb-30{
		margin-bottom: 30px;
	}

	
	
	.subtitle{
		margin-top: -20px;
	}
	
	/*tr,td{
		background-color: #f6f6f8;
	}*/

	/*公共部分1开始*/
	.btn{
		border: none;
	}
	.left{
		float: left;
	}
	.right{
		float: right;
	}
	.clear{
		clear: both;
	}

	.box-cell{
		/*background-color: #f6f6f8;*/
		border-radius: 10px;
		padding: 10px 0;
	}
	.box-cell h3{
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		color: #000;
	}
	.box-cell h6{
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		text-align: center;
		color: #000;
	}
	.box-span span{
		display:inline-block;
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		border: none;
	}
	.backtop{
		width: 48px;
		height: 48px;
		position: fixed;
		z-index: 20;
		bottom: 20px;
		right: 5%;
		margin: 0;
	}
	.backtop:hover{
		opacity: .6;
	}
	/*公共部分1结束*/
	

	/*主体内容开始*/
	.mainbody{
		margin-top: 30px!important;
		width: 100%;
	}
	.mainbody-details{
		margin-top: 0!important;
	}
	.us{
		margin-top: 0!important;
	}
	.m-mt80{
		margin-top: 80px;
	}
	.mainbody h2{
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: 700;
	}
	.bgapp h2{
		margin-top: 10px;
		margin-bottom: -10px;
		padding-top: 30px;
		font-size: 24px;
		color: #fff;
	}
	.mainbody .subtitle span{
		margin-top: 10px;
	}
	.mainbody-w{
		padding-bottom: 0;
	}
	/*热门业务*/
	.selected{
		display: none;
		width: 90%;
		margin: 0 auto;
	}
	.selected .box{
		width: 1200px;
		height: 440px;
		background-color: #fff;
		margin-bottom: 20px;
	}

	.selected-m ul li{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.selected-m ul li:nth-child(2), .selected-m ul li:nth-child(4),.selected-m ul li:nth-child(6), .selected-m ul li:nth-child(8){
		margin-right: 0;
	}

	/*一站式banner*/
	.onestep{
		margin: 0 auto 30px;
	}
	.onestep img{
		border-radius: 10px;
	}

	/*平台优势*/
	/*.youshi{
		width: 100%;
		margin: 0 auto;
		background: url(../images/mbg_youshi.jpg) center no-repeat;
	}*/
	.youshi .container{
		width: 90%;
		padding-right: 0;
		padding-left: 0;
	}
	.youshi h2{
		color: #fff;
	}
	.youshi .main{
		margin: 30px auto 0;
		padding: 0;
	}
	.youshi ul li{
		background: #fff;
		float: left;
		margin: 0 auto 20px;
		padding: 20px 0;
		border-radius: 10px;
		width: 48%;
		margin-right: 4%;
	}
	.youshi ul li:nth-child(2),.youshi ul li:nth-child(4){
		margin-right: 0;
	}
	.youshi .box-img{
		margin: 20px 0 0;
		overflow: hidden;
	}
	.youshi img{
		margin: 0 auto;
		display: block;
		width: 40%;
		border-radius: 50%;
		background-color: #ff4048;
	}
	.youshi .box-w{
		/*height: 100px;
		*/padding: 10px 20px 20px;
		margin: 0;
		position: relative;
	}
	.youshi h4{
		color: #000;
		font-size: 15px;
		line-height: 24px;
		text-align: center;
	}

	/*主体内容结束*/

	/*详情页开始*/
	.rise-bg{
		padding-top: 100px;
		padding-bottom: 0;
		margin-bottom: 0;
		height: auto;
		background: url(../images/mbg_rise.html) no-repeat center;
    	background-size: 100% 100%;
	}
	#rise{
		margin: 0 auto;
		padding: 30px 20px;
		width: 90%;
		height: auto;
		border-radius: 10px;
		box-shadow: none;
		background: #fff;
		box-shadow: 0 10px 20px rgba(16,19,54,.05);
	}
	#rise .bg-main{
		float: none;
		opacity: 1;
		margin: 0 0 30px 0;
		padding: 0;
		width: 100%;
		border-radius: 10px;
		background: url(../images/details/padbg_main.html) center no-repeat;
		background-size: 100% 100%;
	}
	#rise .bg-main span{
		display: block;
		margin-top: 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 220px;
		letter-spacing: 4px;
		text-align: center;
		vertical-align: middle;
		color: #fff;
	}
	#rise img{
		margin: 0;
		padding: 0;
		border-radius: 10px;
	}
	#rise .bg-main img{
		float: none;
		margin: 80px auto;
	}
	#rise .titlebox{
		float: none;
		margin: 0 auto 10px;
		padding: 0;
		width: 100%;
		height: auto;
	}
	#rise h1{
		display: inline-block;
		color: #000;
		font-size: 26px;
		line-height: 30px;
		margin: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	#rise h3{
		margin-bottom: 20px;
		font-size: 24px;
		text-align: left;
		color: #ff4444;
	}
	#rise ul li{
		display: inline-block;
		margin: 0 6px 8px 0;
		padding: 2px 10px;
		height: 30px;
		font-size: 14px;
		line-height: 26px;
		border-radius: 4px;
		background-color: #f6f6f8;
	}
	#rise .titlebox h1{
		font-size: 24px;
		line-height: 42px;
		text-align: center;
	}
	#rise .titlebox h1,#rise span,#rise ul li{
		color: #000;
	}
	#rise a{
		display: inline-block;
	}
	#rise .btn-phone{
		background-color: #fff;
		border: 1px solid #ff4048;
		color: #ff4048;
	}
	#rise .btn-bottom{
		bottom: 10px;
	}
	#rise span{
		margin-top: 10px;
		color: #67688c;
	}
	#rise .labelbox{
		padding: 0;
	}
	.details .d-w{
		margin-right: auto;
		margin-left: auto;
		padding: 15px 0;
		width: 90%;
	}
	.details .d-w100{
		width: 100%
	}
	.details .d-w100 .p-w{
		width: 90%;
	}
	.details .bg-red{
		width: 100%;
	}
	.details .dw-end{
		margin-top: 50px;
		padding: 1px 0 50px;
		width: 100%;
	}
	.details .bg-gray{
		width: 100%;
	}
	.details .bg-gray .p-w,.details .bg-gray .d-end{
		width: 90%;
	}
	.details .bg-gray .p-w2{
		margin-bottom: 0;
	}
	/*服务优势*/
	.details {
		margin: -60px auto 30px;
		/*box-shadow: 0 -10px 10px rgba(16,19,54,.05);*/
	}
	.details h1{
		font-size: 28px;
	}
	.labelbox{
		max-width: 100%;
	}
	.details2{
		width: 100%;
		box-shadow: none;
	}
	.details2 .d-w{
		margin-top: -30px;
		padding-top: 0;
	}
	.details .d-end{
		padding: 20px 0 1px;
		width: 100%;
	}
	.details .dw-end .d-end{
		width: 90%;
	}
	.details .d-end img{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		width: 90%;
		float: none;
	}
	.details .p-w{
		margin: 0 auto 20px;
		width: 100%;
	}
	.details .bg-g{
		padding: 30px;
	}
	.details .bg-red .p-w,.details .d-bg .p-w{
		width: 90%;
	}
	.details .p-w h3{
		margin-top: 16px;
		margin-bottom: 6px;
		font-size: 17px;
		line-height: 26px;
		color: #ff4048;
		text-align: left;
	}
	.info .p-w h3{
		font-size: 20px;
	}
	.details .p-w h3:first-child{
		margin-top: 0;
	}
	.details .p-w .bg-0{
		display: none;
	}
	.details l-span{
		font-size: 14px;
	}
	.details .l-title{
		margin-top: 30px;
		margin-left: 13px;
	}
	.details .l-title img{
		margin-right: 2%;
		width: 8%;
	}
	.details .l-title h3,.details .l-title h4{
		margin-top: 2px;
		margin-left: -13px;
		margin-bottom: 0;
		padding-left: 8px;
		line-height: 24px;
		color: #000;
		border-left: 3px solid #ff4048;
	}
	.details .l-title p{
		/*width: 88% !important;*/
		font-size: 16px;
		line-height: 32px;
	}
	.details .l-title2{
		margin-top: 20px;
	}
	.details .p-w2 .l-title,.details .p-w3 .l-title{
		width: 100%;
	}
	.details .l5 li h3{
		font-size: 16px;
	}


	.bgbox ul li .label0 span{
		padding: 0 12px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
	}
	

	.li-none{
		display: none !important;
	}

	.table>tbody>tr>td:first-child{
		padding-left: 8px!important;
		text-align: center!important;
	}
	


	/*热门业务
	=====================================================*/
	.selected-m{
		margin: 0 auto;
	}
	.selected-m .subtitle{
		margin-top: -13px;
		text-align: center;
	}
	.selected-m .subtitle span{
		margin-top: -10px;
		margin-bottom: 30px;
		font-size: 14px;
	}
	.selected-m .box{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	.selected-m .box-cell{
		margin-bottom: 20px;
		padding: 15px 10px 20px;
		border-radius: 10px;
		/*box-shadow: 0px 2px 20px rgba(16,19,54,.1);*/
		background-color: #fff;
	}
	.selected-m .box-cell .box-span{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.selected-m .box-cell img{
		display: block;
		margin: 15px auto 20px;
		width: 40%;
	}
	.selected-m .box-cell h3{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.selected-m .box-span span{
		display: block;
		font-size: 14px;
		margin: 0 auto;
		padding: 0 0 4px;
		line-height: 18px;
		height: auto;
		background: none;
	}

	.us h1,.us .bg2 h1{
		font-size: 36px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.us h1{
		padding-top: 80px;
	}
	.us .bg2 h1{
		padding-top: 100px;
	}
}

@media(max-width: 599px){
	.selected-m{
		padding-bottom: 0!important;
	}
	.mb-40{
		margin-bottom: 0 !important;
	}
}
@media(max-width: 480px){
	a,a:hover{
		text-decoration: none;
		color: #000;
		display: block;
	}
}

@media(max-width: 380px){
	.selected-m .box-span span{
		font-size: 13px;
	}
	#rise .bg-main{
		height: 220px;
	}
	#rise .bg-main img{
		margin: 70px auto;
	}
	#rise .box-btn{
		height: 40px;
		padding: 0 35px;
		border-radius: 10px;
		line-height: 40px;
	}
}


/*======================
平板部分开始=============*/

@media(max-width: 1200px) and (min-width: 600px){
	.ci{
		width: 100px;
	    height: 20px;
	    margin: 0 auto;
	    margin-left: -50px;
	    position: absolute;
	    z-index: 10;
	    left: 50%;
	}
	.item{
		width: 100%;
		height: 480px;
	}

	/*热门业务*/
	.selected{
		width: 90%;
	}
	.selected .box{
		height: 400px;
	}
	.box-cell h4{
		margin-bottom: 6px;
		font-size: 18px;
	}
	.box-cell h6{
		margin-bottom: 12px;
	}
	.box-span span{
		color: #ff4048;
    background-color: #ffefed;
	}

	/*平台优势保障*/
	.baozhang{
		background-size: 100% 100%;
	}
	.icon{
		top: 30px;
	}

	/*底部foot*/
	.details .process{
		width: 90%;
	}
	.li-none{
		display: none !important;
	}
	.row2{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	

	/*详情页*/
	.rise-bg{
		padding-top: 120px;
	}
	#rise{
		width: 90%;
		/*height: 350px;*/
	}
	#rise .bg-main{
		margin: 55px 30px;
		width: 240px;
		height: 240px;
	}
	#rise .bg-main span{
		margin-top: 90px;
	}
	#rise .titlebox{
		margin-right: 0;
	}
	#rise .titlebox ul{
		margin-bottom: 0;
	}

	/*l2-l6标签*/
	.details .l2, .details .l3, .details .l4, .details .l5, .details .l6{
		width: 90%;
	}
	.details .l li h3{
		font-size: 20px;
	}
	.details .l4b li{
		padding-right: 18px;
		padding-left: 18px;
	}
	.details .la li{
		padding: 30px 18px;
	}
	.details .l li p{
		margin-top: 6px;
		font-size: 15px;
	}
	.details .d-w{
		padding: 60px 0;
	}
	.details .p-w{
		width: 90%;
	}
	.details .p-w .pw-img{
		width: 100%;
	}
	.details .l-title{
		margin-left: 0;
	}
	.details .l-title h3{
		font-size: 20px;
	}
	.details p{
		font-size: 16px;
		line-height: 30px;
	}
	.details .p-w .bg-0{
		width: 340px;
	}
	/*.details .l-title p{
		width: 50%;
	}*/

	.details .process .w h4{
		font-size: 20px;
	}

	.details .vs img{
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
	.details .d-end{
		width: 90%;
	}
	.details .d-end img {
	    width: 48%;
	}

	/*最新文章*/
	.bgbox{
		padding: 30px;
		width: 90%;
	}
	.imgbox ul li img{
		height: 120px;
	}

	/*关于我们*/
	.us-top{
		padding: 40px;
		width: 90%;
	}
	.us-top .us-top-l{
		width: 40%;
	}
	.us-top .us-top-l h3{
		font-size: 22px;
	}
	.us-top .us-top-r{
		width: 55%;
	}
	#app{
		width: 90%;
	}
	#app .box{
		width: 32%;
	}
}
@media(max-width: 992px) and (min-width: 600px){

	/*轮播图*/
	.item{
		height: 420px;
	}
	.shortcuts{
		height: 90px;
	}
	.shortcuts ul li{
		padding: 0 0 0 10px;
	}
	.shortcuts img{
	    margin: 20px 0;
	    width: 36px;
	    height: 36px;
	}
	.shortcuts .title{
		margin-left: 10px;
		height: 70px;
	}
	.shortcuts span{
		font-size: 13px;
	}

	/*热门业务*/
	.icon{
		top: 15px;
	}
	.single_feature_two_img img{
		width: 120%;
	}
	.single_feature_two p{
		margin: 10px 0;
		font-size: 14px;
	}


	/*详情页*/
	#rise .bg-main{
		margin: 75px 30px 75px 0;
	    width: 200px;
	    height: 200px;
	}
	#rise .bg-main img{
		margin: 60px;
	}
	#rise .bg-main span{
		margin-top: 80px;
		font-size: 26px;
	}
	/*#rise .titlebox{
	    padding: 35px 10px 35px 30px;
		width: calc(100% - 260px);
	}*/
	#rise h1{
		font-size: 30px;
	}
	#rise .hot{
		margin-top: 4px;
	}
	#rise ul li{
		margin: 0 6px 8px 0;
		padding: 0 10px;
		height: 26px;
		line-height: 26px;
	}

	.details .l4b li{
		width: 48%;
	}
	.details .l4b li:nth-child(3),.details .l4b li:nth-child(5),.details .l4b li:nth-child(7){
		margin-left: 0;
	}
	.details .p-w .bg-0{
		top: 60px;
		right: 0;
	}

	.details .d-end{
		width: 90%;
	    padding: 20px;
	}
	.details .d-end img{
		width: 48%;
	}
	.details .p-w .bg-0 img{
		margin-right: -10%;
	}
	.w-620{
		width: 60%;
	}
	.w-550{
		width: 60%;
	}
}
@media(max-width: 800px) and (min-width: 600px){
	
	.rise-bg{
		padding-top: 100px;
		height: 330px;
	}
	#rise{
		height: 120px;
	}
	#rise .titlebox{
		margin-bottom: 80px;
	}
	#rise .titlebox h1{
		font-size: 36px;
	}
	.details .l li h3{
		font-size: 18px;
	}
	.details .lb li img{
		width: 72px;
	}
	.details .l6 li{
		width: 32%;
		margin-left: 2%;
	}
	.details .l6 li:nth-child(4){
		margin-left: 0;
	}
	.single_feature p{
		font-size: 14px;
		line-height: 24px;
	}
	.icon{
		width: 80px;
		height: 80px;
	}
	.icon img{
		width: 60px;
		height: 60px;
	}
	.imgbox ul li img{
		height: 100px;
	}
}

@media(max-width: 640px) and (min-width: 600px){
	.item{
		height: 360px;
	}
	.shortcuts{
		bottom: 30px;
		height: 80px;
	}
	.shortcuts ul li{
		padding-top: 2px;
		padding-bottom: 0;
	}
	.shortcuts img{
		display: none;
	}
	.shortcuts h3{
		font-size: 18px;
	}

	h2{
		font-size: 28px;
	}

	.selected .box{
		margin-bottom: 0;
		height: 380px;
	}
	.selected .li-no{
		display: none;
	}

	.baozhang .container{
		width: 90%;
	}
	#rise .bg-main{
		display: none;
	}
	#rise .titlebox{
		padding-right: 20px;
		width: 100%;
	}
	.details h2{
		font-size: 28px;
	}
	.details .process{
		padding: 30px;
	}
	.details .vs-2{
		display: block;
		margin-top: 20px !important;
	}
	.bgbox{
		padding: 30px;
	}
	.bgbox ul li img{
		display: none;
	}

}




/* ==================== 底部客服开始 ====================*/
.bottom-phone{
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(16,19,54,0.85);
}
.bottom-phone .main{
	margin: 0 auto;
	width: 90%;
	max-width: 1170px;
}
.bottom-phone .main span{
	display: inline-block;
	margin-top: 25px;
	width: calc(100% - 320px);
	font-size: 26px;
	/*font-style: italic;斜体*/
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}
.bottom-phone .main img{
	display: inline-block;
	margin-top: -70px;
	width: 200px;
	height: 150px;
	float: left;
}
.bottom-phone .main .phone{
	display: inline-block;
	margin-top: 25px;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	background-color: #ff4048;
	text-align: center;
	float: right;
}
.bottom-phone .main .phone:hover{
	background-color: #00338f;
}
/* ==================== 底部客服结束 ====================*/


.dft .details .d-w h2{
	font-size: 36px;
	color: #fff;
}
.dft .subtitle span{
	margin-bottom: 60px;
	font-size: 18px!important;
	
}
.dft .details .bg-end{
	padding-bottom: 50px;
	width: 100%;
	background: url(../images/details/bg-end.jpg) center no-repeat;
}
.x .d-w h2{
	color: #000;
}
.xl .subtitle span{
	color: #0f0a02;
}

@media(max-width: 800px){
	.dft .details .d-w h2{
		font-size: 36px;
	}
}
@media(max-width: 599px){
	.dft .details .d-w h2{
		font-size: 28px;
		line-height: 36px;
	}
	.x .l li h2{
		margin-bottom: 10px;
	}
	.mainbody .dft .subtitle span{
		margin-bottom: 40px;
	}
	.dft .subtitle span{
		font-size: 15px!important;
	}
}
@media(max-width: 380px){
	.dft .details .d-w h2{
		font-size: 24px;
	}
}