/* PC端公用样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{
	width: 100%; 
	max-width: 1920px; 
	margin: 0 auto; 
	background: #fff; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table{
	font-size:inherit;
}
td{ 
	vertical-align:middle;
}
fieldset,img{ border:0;}
caption,th{ text-align:left;}
input{ outline: none;}

*{ 
	font-family: "Arial","微软雅黑","黑体","宋体"; 
	font-size: 14px; 
	color: #333; 
	font-smooth: always;
	-webkit-font-smoothing: antialiased; 
}
html{ overflow-x:hidden;}

address,caption,
cite,code,dfn,em,
strong,th,var,
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-style:normal; 
	font-weight:normal;
}
q:before,q:after{ content:'';}
abbr,acronym{ border:0; font-variant:normal;}
sup,sub{ position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; margin: 0 2px;}
sup{ top: -0.5em;}
sub{ bottom: -0.25em;}

a{ text-decoration:none; cursor: pointer;}
a:link{ color: #333;}
a:visited{ color: #333;}
a:hover{ color: #ed7600;}
a:active{ color: #333;}
.clearfix{ clear:both;}
.s_mobile{
    display: none;
}
.tran-8s{
	-webkit-transition: .8s; 
	-moz-transition: .8s; 
	transition: .8s; 
}
.tran-5s{
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	transition: .5s; 
}
.tran-3s{
	-webkit-transition: .3s; 
	-moz-transition: .3s; 
	transition: .3s; 
}
.b-circle{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.b-circle-30{
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.b-circle-20{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.b-circle-10{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.b-circle-6{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.b-shadow{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
	box-shadow: 0 0 5px rgba(0, 0, 0, .1); 
}
.b-shadow-1{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
	box-shadow: 0 0 10px rgba(0, 0, 0, .3); 
}
.f-l{
	float: left; 
}
.f-r{
	float: right;
}
.d-n{
	display: none;
}
.d-b{
	display: block;
}
.i-b{
	display: inline-block;
}
.t-c{
	text-align: center; 
}
.t-l{
	text-align: left; 
}
.t-r{
	text-align: right; 
}
.f-b{
	font-weight: bold;
}
.f-n{
	font-weight: normal;
}
.f-48{
	font-size: 48px; 
}
.f-40{
	font-size: 40px; 
}
.f-36{
	font-size: 36px; 
}
.f-32{
	font-size: 32px; 
}
.f-28{
	font-size: 28px; 
}
.f-24{
	font-size: 24px; 
}
.f-20{
	font-size: 20px; 
}
.f-18{
	font-size: 18px; 
}
.f-16{
	font-size: 16px; 
}
.f-14{
	font-size: 14px; 
}
.f-12{
	font-size: 12px; 
}

.ovh{
	overflow: hidden; 
}
.letter-spacing-01{
	letter-spacing: 1px; 
}
.letter-spacing-02{
	letter-spacing: 2px; 
}
.letter-spacing-03{
	letter-spacing: 3px; 
}
.letter-spacing-04{
	letter-spacing: 4px; 
}
.letter-spacing-05{
	letter-spacing: 5px; 
}
.color-01{ color: #FFF;}
.color-02{ color: #333;}
.color-03{ color: #666;}
.color-04{ color: #999;}
.color-05{ color: #4954e6;}
.color-06{ color: #ff9d02;}
.color-07{ color: #e60000;}
.color-08{ color: #fd8000;}
.color-09{ color: #22ac38;}
.color-10{ color: #297dfd;}

.dah{ 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}
.wrap{
	width: 1280px; 
	margin: 0 auto;
}
.wrap-bg1{
	width: 100%; 
	background: #F5F5F5; 
}
.wrap-bg2{
	width: 100%; 
	background: #4954e6; 
}
/*****全局空白高度*****/
.blank-all{ clear: both; display: block; font-size: 0; overflow: hidden; }
.blank1 { height: 1px; line-height:1px; }
.blank2 { height: 2px; }
.blank5 { height: 5px; }
.blank10 { height: 10px; }
.blank15 { height: 15px; }
.blank20 { height: 20px; }
.blank25 { height: 25px; }
.blank30 { height: 30px; }
.blank50 { height: 50px; }
.blank120 { height: 120px; }
.blank150 { height: 150px; }
/*****全局空白高度*****/


/*****弹性布局*****/
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-around{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*****弹性布局*****/


/*****表单placeholder*****/
::-webkit-input-placeholder { /* WebKit browsers */
	color: #ccc; 
	font-size: 14px; 
	font-weight: normal; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc; 
	font-size: 14px; 
	font-weight: normal; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ccc; 
	font-size: 14px; 
	font-weight: normal; 
}
/*****表单placeholder*****/


/*****各颜色渐变背景*****/
.color-graduated-01{
	background: #009155;
	background: -webkit-linear-gradient(left top, #0851bf, #009155);
	background: -o-linear-gradient(bottom right, #0851bf, #009155);
	background: -moz-linear-gradient(bottom right, #0851bf, #009155);
	background: linear-gradient(to bottom right, #0851bf, #009155);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0851bf',endColorstr='#009155',GradientType=0);
}
.color-graduated-02{
	background: #ff6669;
	background: -webkit-linear-gradient(left top, #ff9395, #ff6669);
	background: -o-linear-gradient(bottom right, #ff9395, #ff6669);
	background: -moz-linear-gradient(bottom right, #ff9395, #ff6669);
	background: linear-gradient(to bottom right, #ff9395, #ff6669);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9395',endColorstr='#ff6669',GradientType=0);
}
.color-graduated-03{
	background:#ffbd1f;
	background:-webkit-linear-gradient(left top,#ffdb84,#ffbd1f);
	background:-o-linear-gradient(bottom right,#ffdb84,#ffbd1f);
	background:-moz-linear-gradient(bottom right,#ffdb84,#ffbd1f);
	background:linear-gradient(to bottom right,#ffdb84,#ffbd1f);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb84',endColorstr='#ffbd1f',GradientType=0);
}
.color-graduated-04{
	background: #fe7e54;
	background: -webkit-linear-gradient(left top, #fe9f80, #fe7e54);
	background: -o-linear-gradient(bottom right, #fe9f80, #fe7e54);
	background: -moz-linear-gradient(bottom right, #fe9f80, #fe7e54);
	background: linear-gradient(to bottom right, #fe9f80, #fe7e54);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9f80',endColorstr='#fe7e54',GradientType=0);
}
.color-graduated-05{
	background: #24c9a6;
	background: -webkit-linear-gradient(left top, #3ee5c2, #24c9a6);
	background: -o-linear-gradient(bottom right, #3ee5c2, #24c9a6);
	background: -moz-linear-gradient(bottom right, #3ee5c2, #24c9a6);
	background: linear-gradient(to bottom right, #3ee5c2, #24c9a6);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ee5c2',endColorstr='#24c9a6',GradientType=0);
}
.color-graduated-06{
	background: #008ad1;
	background: -webkit-linear-gradient(left top, #14afff, #008ad1);
	background: -o-linear-gradient(bottom right, #14afff, #008ad1);
	background: -moz-linear-gradient(bottom right, #14afff, #008ad1);
	background: linear-gradient(to bottom right, #14afff, #008ad1);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14afff',endColorstr='#008ad1',GradientType=0);
}
/*****各颜色渐变背景*****/


/*****通用标题一begin*****/
.common-title{
	margin: 0 auto;
	position: relative;
	width: 1280px;
	height: 80px;
	background: #FFF;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #D0D0D0;
}
.common-title .icons{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 5;
	width: 6px;
	height: 20px;
	font-size: 0;
	border-radius: 3px;
}
.common-title .icons-bg1{ background: #4954e6;}
.common-title .icons-bg2{ background: #ff9d02;}
.common-title .icons-bg3{ background: #e60000;}

.common-title h3{
	width: 960px;
	height: 100%;
	line-height: 80px;
	font-size: 24px;
}
.common-title a.more{
	position: relative;
	width: 120px;
	height: 42px;
	overflow: hidden;
}
.common-title a.more .more-text{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	line-height: 38px;
	box-sizing: border-box;
	border-radius: 24px;
	font-size: 14px;
	font-weight: bold;
}
.common-title a.more .more-text-01{
	border: 2px solid #4954e6;
	background: #FFF;
	color: #4954e6;
}
.common-title a:hover.more .more-text-01{
	padding-right: 15px;
	background: #4954e6;
	color: #FFF;
}
.common-title a.more .more-text-02{
	border: 2px solid #ff9d02;
	background: #FFF;
	color: #ff9d02;
}
.common-title a:hover.more .more-text-02{
	padding-right: 15px;
	background: #ff9d02;
	color: #FFF;
}
.common-title a.more .more-text-03{
	border: 2px solid #e60000;
	background: #FFF;
	color: #e60000;
}
.common-title a:hover.more .more-text-03{
	padding-right: 15px;
	background: #e60000;
	color: #FFF;
}
.common-title a.more .more-arrow{
	position: absolute;
	right: 23px;
	top: 50%;
	z-index: 10;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.common-title a.more .more-arrow-01{
	border-top: 2px solid #4954e6;
	border-right: 2px solid #4954e6;
}
.common-title a.more .more-arrow-02{
	border-top: 2px solid #ff9d02;
	border-right: 2px solid #ff9d02;
}
.common-title a.more .more-arrow-03{
	border-top: 2px solid #e60000;
	border-right: 2px solid #e60000;
}
.common-title a:hover.more .more-arrow-01,
.common-title a:hover.more .more-arrow-02,
.common-title a:hover.more .more-arrow-03{
	right: 18px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
/*****通用标题一end*****/


/*****通用标题二begin*****/
.global-title{
	position: relative; 
	height: 50px; 
	border-bottom: 1px solid #d0d0d0;  
}
.global-title .global-title-h5{
	position: absolute; 
	top: 0; 
	left: 20px;  
	z-index: 5; 
	display: inline-block; 
	height: 49px; 
	line-height: 49px; 
	border-bottom: 4px solid #4954e6; 
}
/*****通用标题二end*****/


/* 更多BUTTON01 */
.m01_roll_button a{
	position: relative; 
	margin: 0 auto; 
	display: block; 
	width: 200px; 
	height: 60px; 
}
.m01_roll_button a .roll_button_more{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5;
	width: 185px; 
	height: 45px; 
	box-sizing: border-box;
	text-align: center; 
	line-height: 43px; 
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	border: 1px solid #D0D0D0; 
	background: #FFF; 
	color: #333; 
	font-size: 16px;
	font-weight: bold;
}
.m01_roll_button a .roll_button_icon{
	position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 10;
	width: 30px; 
	height: 30px; 
	background: url(../../image/more_icon_01.png) no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.m01_roll_button a:hover .roll_button_more{
	border: 1px solid #e60000; 
	color: #e60000; 
}
.m01_roll_button a:hover .roll_button_icon{
	background: url(../../image/more_icon_02.png) no-repeat; 
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg); 
}
/* 更多BUTTON01 */

/* 更多BUTTON02 */
.m02_roll_button a{
	position: relative; 
	margin: 0 auto; 
	display: block; 
	width: 200px; 
	height: 60px; 
}
.m02_roll_button a .roll_button_more{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5;
	width: 185px; 
	height: 45px; 
	box-sizing: border-box;
	text-align: center; 
	line-height: 43px; 
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	border: 1px solid #D0D0D0; 
	background: #F5F5F5; 
	color: #333; 
	font-size: 16px;
	font-weight: bold;
}
.m02_roll_button a .roll_button_icon{
	position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 10;
	width: 30px; 
	height: 30px; 
	background: url(../../image/more_icon_05.png) no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.m02_roll_button a:hover .roll_button_more{
	border: 1px solid #e60000; 
	color: #e60000; 
}
.m02_roll_button a:hover .roll_button_icon{
	background: url(../../image/more_icon_06.png) no-repeat; 
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg); 
}
/* 更多BUTTON02 */


/* 更多BUTTON03 */
.m03_roll_button a{
	position: relative; 
	margin: 0 auto; 
	display: block; 
	width: 200px; 
	height: 60px; 
}
.m03_roll_button a .roll_button_more{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5;
	width: 185px; 
	height: 45px; 
	box-sizing: border-box;
	text-align: center; 
	line-height: 43px; 
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	border: 1px solid #FFF; 
	background: #0851bf; 
	color: #FFF; 
	font-size: 16px;
	font-weight: bold;
}
.m03_roll_button a .roll_button_icon{
	position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 10;
	width: 30px; 
	height: 30px; 
	background: url(../../image/more_icon_03.png) no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.m03_roll_button a:hover .roll_button_more{
	border: 1px solid #e60000; 
	background: #e60000; 
	color: #FFF; 
}
.m03_roll_button a:hover .roll_button_icon{
	background: url(../../image/more_icon_04.png) no-repeat;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg); 
}
/* 更多BUTTON03 */
.button_base{
	margin: 0 auto;
	border: 0; 
	width: 180px;
	height: 50px; 
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-user-select: none;
	cursor: default; 
}
.button_base:hover{
	cursor: pointer;
}
.b02_3d_roll{
	perspective: 500px;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
}
.b02_3d_roll div{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 50px;
	padding: 12px;
	border: #4954e6 solid 1px;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	font-size: 16px; 
	font-weight: bold; 	
}
.b02_3d_roll div:nth-child(1){
	color: #4954e6;
	background-color: #4954e6;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transform-origin: 50% 50% -25px;
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
}
.b02_3d_roll div:nth-child(2){
	color: #4954e6;
	background-color: #ffffff;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transform-origin: 50% 50% -25px;
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
}
.b02_3d_roll:hover div:nth-child(1){
	color: #ffffff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
.b02_3d_roll:hover div:nth-child(2){
	background-color: #4954e6;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
}

/*****整站通用底部*****/
footer{
	width: 100%; 
	background: #2a304a; 
	font-size: 0;
}
.footer-line{
	width: 100%; 
	height: 1px; 
	line-height: 0; 
	font-size: 0; 
	background: rgba(255, 255, 255, .1);
}
dl.siteweixin,
dl.sitelogo{
	list-style: none;
	width: 140x; 
	height: auto; 
}
dl.sitelogo{
	margin-right: 10px; 
}
dl.siteweixin dt,
dl.siteweixin dd,
dl.sitelogo dt,
dl.sitelogo dd{ 
	width: 100%; 
}
dl.siteweixin dt img{
	margin: 10px 15px; 
	width: 120px; 
	height: 120px; 
	border-radius: 6px;	
}
dl.sitelogo dt img{
	margin: 20px 25px 0 25px; 	
}
dl.sitelogo dd{
	line-height: 30px; 
}
dl.sitelogo dd span{
	font-size: 14px; 
	color: #FFF; 
}
dl.sitelogo dd h5{
	font-size: 30px; 
	color: #ff9d02; 
	font-family: 'antoniobold','Arial Narrow'; 	
}
.fenge{
	margin-top: 25px;
	margin-right: 30px;
	width: 1px;
	height: 115px;
	font-size: 0;
	line-height: 0;
	background: #777;
}
.address{
	width: 600px;
	padding: 10px 0;
}
.address p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
}
.footinfo,
.footinfo a{
	line-height: 30px; 
	color: #345d8a; 
}
/*****整站通用底部*****/


/*****swiper切换焦点*****/
.pagination{
	position: absolute;
	left: 0; 
	text-align: center; 
	width: 100%;
	z-index: 999;
	font-size: 0;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	opacity:1;
	border-radius: 4px;
	background: #EEE;
	margin: 0 10px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.swiper-pagination-bullet-active{
	background: #E60000;
	width: 24px; 
}
.swiper-button-next-all{
	display: none; 
	width: 30px; 
	height: 60px; 
	border: 1px solid rgba(200, 200, 200, .8); 
	border-radius: 0 6px 6px 0; 
	background: rgba(0, 0, 0, .6) url(../../image/swiper_next_all.png) center center no-repeat; 
	top: 40%; 
	right: 60px; 
	-webkit-transition: .3s; 
	-moz-transition: .3s; 
	transition: .3s; 
}
.swiper-button-prev-all{
	display: none; 
	width: 30px; 
	height: 60px; 
	border: 1px solid rgba(200, 200, 200, .8); 
	border-radius: 6px 0 0 6px; 
	background: rgba(0, 0, 0, .6) url(../../image/swiper_prev_all.png) center center no-repeat; 
	top: 40%; 
	left: 60px; 
	-webkit-transition: .3s; 
	-moz-transition: .3s; 
	transition: .3s; 
}
.swiper-button-next-all:hover{
	border: 1px solid rgba(227, 22, 29, .8); 
	background: rgba(227, 22, 29, .6) url(../../image/swiper_next_all.png) center center no-repeat; 
}
.swiper-button-prev-all:hover{
	border: 1px solid rgba(227, 22, 29, .8); 
	background: rgba(227, 22, 29, .6) url(../../image/swiper_prev_all.png) center center no-repeat;
}
.swiper-button-block{ display: block; }
/*****swiper切换焦点*****/


/*****右边固定客服*****/

/*商桥、微信、电话*/
.fixed_kefu{
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 999;
	background: url(../../image/kefu_all_bg.jpg) repeat-y;
}
.fixed_kefu ul.kefu{
	margin-top: 50px;
}
.fixed_kefu ul.kefu li{
	width: 40px;
	height: 70px;  
	float: none; 
	position: relative; 

	-webkit-transition: .4s; 
	-moz-transition: .4s; 
	-o-transition: .4s; 
	transition: .4s; 	
}
.fixed_kefu ul.kefu li:hover{
	background: rgba(230, 0, 0, .9);
}
.fixed_kefu ul.kefu li .kefu_title{
	width: 40px; 
	height: 20px; 
	line-height: 20px; 
	font-size: 14px; 
	color: #FFF; 
	text-align: center; 
	position: absolute; 
	top: 40px; 
	left: 0;
}
.fixed_kefu ul.kefu li .kefu_icon{
	width: 30px;
	height: 30px; 
	text-align: center; 
	font-size: 0px; 	
	position: absolute; 
	top: 10px; 
	left: 5px; 
}
.fixed_kefu ul.kefu li .kefu_icon_tel{
	background: url(../../image/kefu_icon_tel.png) center center no-repeat;
}
.fixed_kefu ul.kefu li .kefu_icon_weixin{
	background: url(../../image/kefu_icon_weixin.png) center center no-repeat;
}
.fixed_kefu ul.kefu li .kefu_show_weixin{ 
	width: 140px; 
	height: 140px; 
	top: 0; 
	position: absolute; 
	z-index: 5; 
	font-size: 0;
}
.fixed_kefu ul.kefu li .kefu_show_weixin img{
	width: 120px; 
	height: 120px; 
}
.fixed_kefu ul.kefu li .kefu_show_tel{ 
	width: 190px; 
	height: 60px; 
	padding: 5px 0; 
	top: 0; 
	position: absolute; 
	z-index: 5; 
	color: #FFF; 
	font-size: 14px; 
	text-align: center; 
	line-height: 30px; 
	background: rgba(230, 0, 0, .9); 
}
.fixed_kefu ul.kefu li .kefu_icon_zixun{
	background: url(../../image/kefu_icon_zixun.png) top center no-repeat;
}
.fixed_kefu ul.kefu li .kefu_icon_zixun span{
	font-size: 0px;	
	display: inline-block;
	margin: 10px 2px 0 2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
}
.fixed_kefu ul.kefu li .kefu_icon_zixun span:nth-child(1) {
	-webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
	animation: consulting 0.6s 0.07s infinite ease-in-out;
}
.fixed_kefu ul.kefu li .kefu_icon_zixun span:nth-child(2) {
	-webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
	animation: consulting 0.6s 0.14s infinite ease-in-out;
}
.fixed_kefu ul.kefu li .kefu_icon_zixun span:nth-child(3) {
	-webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
	animation: consulting 0.6s 0.21s infinite ease-in-out;
}
 @keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
/*商桥、微信、电话*/


/*返回顶部、关闭*/
#fixed_show{
	cursor: pointer; 
	position: fixed; 
	bottom: 20px; 
	right: 0; 
	z-index: 1201; 
	width: 0; 
	height: 40px; 
	font-size: 0;
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	-o-transition: .5s; 
	transition: .5s; 
}
#fixed_close{
	cursor: pointer; 
	position: fixed; 
	bottom: 20px; 
	right: 0; 
	z-index: 1202; 
	width: 40px; 
	height: 40px; 
	font-size: 0;
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	-o-transition: .5s; 
	transition: .5s; 
}
#fixed_close img{
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	-o-transition: .5s; 
	transition: .5s; 
}
#fixed_close:hover img{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg); 
}
#fixed_ontop{
	cursor: pointer; 
	position: fixed; 
	bottom: -100px; 
	right: 0; 
	z-index: 1203; 
	width: 40px; 
	height: 40px; 
	background: rgba(230, 0, 0, .9) url(../../image/kefu_icon_ontop.png) 0 0 no-repeat;
	-webkit-transition: .5s; 
	-moz-transition: .5s; 
	-o-transition: .5s; 
	transition: .5s; 
}
#fixed_ontop:hover{
	background: rgba(255, 255, 255, .9) url(../../image/kefu_icon_ontop.png) 0 -40px no-repeat;
}
/*返回顶部、关闭*/

/*****右边固定客服*****/


/*****通用新闻列表*****/
ul.news-ulli{
	display: block; 
}
ul.news-ulli li{ 
	padding: 15px 0 15px 18px;
	position: relative; 
	box-sizing: content-box; 
	border-bottom: 1px dashed #EEE; 
	transition: .3s; 
}
ul.news-ulli li:after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #666;
	position: absolute;
	left: 10px;
	top: 24px;
	z-index: 1; 
	box-sizing: content-box; 
	transition: .3s; 
}
ul.news-ulli li:first-child{ 
	border-bottom: 1px dashed #E60000; 
	transition: .3s;	
}
ul.news-ulli li:first-child:after{
	background: #E60000; 
	transition: .3s;	
}
ul.news-ulli li a{
	display: block;
	font-size: 16px; 
	color: #666; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px; 
	transition: .3s; 
}
ul.news-ulli li:first-child a{
	color: #E60000; 
	font-weight: bold;
}
ul.news-ulli li:hover{
	cursor: pointer;
	background: #E60000;
	border-bottom: 1px solid #E60000; 
}
ul.news-ulli li:hover:after,
ul.news-ulli li:hover:first-child:after{
	background: #FFF;
}
ul.news-ulli li:hover a{
	color: #FFF;
}
/*****通用新闻列表*****/


/*****通用头部*****/
.alltop{
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	height: 50px;
	background: #F5F5F5;
	border-bottom: 1px solid #EEE;
}
.alltop-left,
.alltop-right{
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 0;
}
.alltop-left .alltop-left-welcome{
	padding: 0 10px;
	line-height: 50px;
	height: 100%;
	font-size: 0;
}
.alltop-left .alltop-left-welcome span{
	font-size: 14px;
}
.alltop-left .alltop-left-menu{
	margin: 0 15px;
	position: relative;
	width: 100px;
	height: 50px;
}
.alltop-left .alltop-left-menu::after{
	content: '';
	position: absolute;
	left: 0; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	-webkit-transition: .3s ease; 
	-moz-transition: .3s ease; 
	transition: .3s ease; 
	transform-origin: bottom;
	transform: scaleY(0); 
	background: #FFF;
}
.alltop-left .alltop-left-menu:hover::after{
	transform: scaleY(1);
}
.alltop-left .alltop-left-menu a.bigclass{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5; 
	width: 100%; 
	height: 100%;
	line-height: 50px;
	color: #333;
}
.alltop-left .alltop-left-menu:hover a.bigclass{
	color: #E60000;
}
.alltop-left .alltop-left-menu i{
	position: absolute; 
	right: 10px; 
	top: 20px; 
	z-index: 10; 
	width: 5px; 
	height: 5px; 
	border-top: 1px solid #BBB; 
	border-right: 1px solid #BBB; 
	transform: rotate(135deg); 
}
.alltop-left .alltop-left-menu:hover i{
	transform: rotate(-45deg); 
	top: 23px; 
	border-top: 1px solid #E60000; 
	border-right: 1px solid #E60000; 
}
.submenu{
	left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 3; 
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.submenu li{
	opacity: 0; 
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}
.submenu li a{
	margin-left: -10px;  
	display: block; 
	color: #FFF;
	width: 117px; 
	height: 39px; 
	font-size: 14px;
	line-height: 39px; 
	border-bottom: 1px solid #FFF; 
	background: #4954e6; 
	border-left: 3px solid #4954e6; 
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease; 
}
.alltop-left-menu .submenu li:hover a{ 
	color: #333;
	background: #F0F0F0;
	border-left: 3px solid #E60000;
}
.alltop-left-menu:hover .submenu, .menu:focus .submenu{
	max-height: 2000px;
	z-index: 10; 
}
.alltop-left-menu:hover .submenu li, .menu:focus .submenu li{
	height: 40px; 	   	 
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none; 
}
.alltop-left-menu li:hover .submenu li:nth-child(1){
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.alltop-left-menu li:hover .submenu li:nth-child(2){
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(3){
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(4){
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(5){
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(6){
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(7){
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(8){
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.alltop-left-menu li:hover .submenu li:nth-child(9){
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.submenu li:nth-child(1){
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.submenu li:nth-child(2){
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(3){
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.submenu li:nth-child(4){
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.submenu li:nth-child(5){
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.submenu li:nth-child(6){
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.submenu li:nth-child(7){
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.submenu li:nth-child(8){
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.submenu li:nth-child(9){
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.alltop-left .alltop-left-menu a.dropdown{
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 5; 
	width: 100%; 
	height: 100%;
	line-height: 50px;
	color: #009c4e;	
}
.alltop-left .alltop-left-menu a.dropdown-01{
	text-indent: 35px;
	background: url(../../image/icons_weixin.png) 5px center no-repeat;
}
.alltop-left .alltop-left-menu a.dropdown-02{
	text-indent: 40px;
	background: url(../../image/icons_account.png) 10px center no-repeat;
}
.dropmenu{
	position: absolute;
	left: -20px;
	top: 100%;
	z-index: 9999999; 
	width: 140px;
	height: 150px;
	box-sizing: border-box;
	background: #F5F5F5;
	transition: .3s;
	display: none;
}
.dropmenu img{
	margin: 10px 20px 0 20px;
	width: 100px;
	height: 100px;
	border-radius: 6px;
}
.dropmenu .dropmenu-title{
	margin: 0 10px;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.alltop-left-menu:hover .dropmenu{
	display: block;
}

.alltop-right .alltop-right-tel{
	padding: 0 10px;
	line-height: 50px;
	height: 100%;
	font-size: 0;
}
.alltop-right .alltop-right-tel span{
	font-size: 14px;
}
header{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}
.head-logo{
	margin: 0;
	padding: 0;
}
.head-logo .logo{
	margin: 35px 0 35px 58px;
}
.head-logo .logo a{
	width: 278px;
	height: 50px;
	text-indent: -999em;
	background: url(../../image/logo.png) no-repeat;
	background-size: contain;
}
.head-logo .fenge{
	margin: 10px;
	width: 1px;
	height: 30px;
	background-color: #CCC;
	font-size: 0;
	line-height: 0;
}
.head-logo .subtitle{
	margin-left: 3px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
nav{
	margin: 0;
	padding: 0;
	height: 120px;
}
nav .main-nav{
	position: relative;
	width: 120px;
	height: 100%;
}
nav .main-nav a.navbig{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;	
	width: 100%;
	height: 100%;
	line-height: 120px;
	font-size: 16px;
	transition: ease .5s;
	color: #333;
	background: #FFF;
}
nav .main-nav:hover a.navbig{
	color: #e60000;	
	background: #EEE;
}
nav .main-nav .nav-hover-line{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 0;
	height: 4px;
	background: #E60000;
}
nav .main-nav:hover .nav-hover-line{
	margin-left: -30px;
	width: 60px;
}
nav .main-nav ul.main-nav-dropmenu{
	position: absolute;
	left: -20px;
	top: 120px;
	z-index: 9999999; 
	width: 160px;
	display: none;
}
nav .main-nav:hover ul.main-nav-dropmenu{
	display: block;
}
nav .main-nav ul.main-nav-dropmenu li{
	float: none;
	width: 100%;
	height: 50px;
}
nav .main-nav ul.main-nav-dropmenu li a.navsmall{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
	line-height: 49px;
	color: #fff;
	background: #4954e6; 
	border-left: 3px solid #4954e6; 
}
nav .main-nav ul.main-nav-dropmenu li a.navsmall:hover{
	color: #333;
	background: #FFF; 
	border-left: 3px solid #e60000;
}
/*****通用头部*****/

/*===弹窗===*/
.popup{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
}
.popup .popup-main{
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 10;
	margin-left: -240px;
	width: 480px;
	height: 480px;
	background: url(../../image/popup_main.png) no-repeat; 
	background-size: cover;
	overflow: hidden;
}
.popup .popup-main .popup-close-img{
	width: 48px;
	height: 48px;
	background: url(../../image/popup_close.png) no-repeat; 
	background-size: cover;
	text-indent: -99999em;
	cursor: pointer;
}
.popup .popup-main .popup-close-img:hover{
	transform: rotate(180deg);
}
.popup .popup-main .popup-close-btn{
	margin: 362px auto 0 auto;
	width: 160px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	line-height: 46px;
	cursor: pointer;
	color: #803f00;
	border: 2px solid #fe7800;
	background: rgba(255, 157, 2, 1.0);
}
.popup .popup-main .popup-close-btn:hover{
	color: #FFF;
	border: 2px solid #d10024;	
	background: rgba(255, 32, 70, .8);
}
/*===弹窗===*/
.detail-mainbody strong{
	font-weight: bold; 
	color: #000; 
	padding-left: 10px; 
	border-left: 5px solid #e3161d; 
}
/*****整站通用底部*****/
footer{
	width: 100%; 
	background: #2a304a; 
	font-size: 0;
}
.footer-line{
	width: 100%; 
	height: 1px; 
	line-height: 0; 
	font-size: 0; 
	background: rgba(255, 255, 255, .1);
}
dl.siteweixin,
dl.sitelogo{
	list-style: none;
	width: 140x; 
	height: auto; 
}
dl.sitelogo{
	margin-right: 10px; 
}
dl.siteweixin dt,
dl.siteweixin dd,
dl.sitelogo dt,
dl.sitelogo dd{ 
	width: 100%; 
}
dl.siteweixin dt img{
	margin: 10px 15px; 
	width: 120px; 
	height: 120px; 
	border-radius: 6px;	
}
dl.sitelogo dt img{
	margin: 20px 25px 0 25px; 	
}
dl.sitelogo dd{
	line-height: 30px; 
}
dl.sitelogo dd span{
	font-size: 14px; 
	color: #FFF; 
}
dl.sitelogo dd h5{
	font-size: 30px; 
	color: #ff9d02; 
	font-family: 'antoniobold','Arial Narrow'; 	
}
.fenge{
	margin-top: 25px;
	margin-right: 30px;
	width: 1px;
	height: 115px;
	font-size: 0;
	line-height: 0;
	background: #777;
}
.address{
	width: 600px;
	padding: 10px 0;
}
.address p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
}
.footinfo,
.footinfo a{
	line-height: 30px; 
	color: #345d8a; 
}
/*****整站通用底部*****/

/* tab切换 */

.detail-tags .tab-change-active{
color: rgb(227, 22, 29);
}
.tab-change:hover{
	color: rgb(227, 22, 29);
	cursor: pointer;
}
.tab-show{
display: none;
	height: 0;
	transition: all .2s ease-in-out;
}
.tab-show-active{
display: block;
height: 100%;
}

/* tab切换结束 */

/* 课程介绍 */
.course-student h3{font-size:30px;color:#333;text-align:center}
.course-student img{display:block;margin:10px auto}
.course-class-list{
	padding: 0 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.course-class-list li{        
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;}
.course-class-list li img{display:block}
.course-class-list li span{display:block;margin:15px 0;color:#333;font-size:18px;border-bottom:1px solid #ccc;padding-bottom:7px}
.course-class-list li span b{color:#df4a3d;font-size:13px;border:1px solid #df4a3d;border-radius:5px;padding:3px;display:inline-block;margin-right:10px}
.course-class-list li p{color:#666;font-size:14px;line-height:22px}
.course-class-list .zx-btn-con{color:#e93433;font-size:16px;border:1px solid #e93433;width:50%;line-height:30px;margin:20px auto 0 auto;display:block;text-align:center;border-radius:20px}
.course-class-list .zx-btn-con:hover{background:#e93433;color:#fff}
.course-class-list li:nth-child(2n+0){float:right}
.course-advantage-title{color:#e93433;font-size:25px;text-align:center}
.course-advantage-title p{font-size:14px;margin:10px 0 20px 0;text-align:center}
.course-advantage-list li{background:#e93433;color:#fff;font-size:16px;float:left;width:30%;margin:20px 0;padding:20px 0;border-radius:10px;text-align:center}
.course-advantage-list li span{
	color: #FFF;
}
.course-advantage-list li img{width:47px;height:43px;display:inline-block;vertical-align:middle}
.course-advantage-list li span{font-size:30px;font-weight:bold}

.course-advantage-list li b{border-bottom:2px solid #fff;padding-bottom:7px;color: #FFF;}
.course-advantage-list li b:nth-child(2n){color:#333}
.course-advantage-list li p{margin:15px 0;        color: #FFF;}
.course-advantage-list li p:nth-child(2n+0){
	color: #000;
}
.course-advantage-list li:nth-child(2){margin:20px 5%}
.course-advantage-list li:nth-child(5){margin:20px 5%}
.course-advantage-list li:nth-child(2n+0){background:#f7f7f7;color:#333}
.course-advantage-list li:nth-child(2n+0) span{color:#333}
.course-advantage-list li:nth-child(2n+0) p{color:#333}

.course-advantage-list li:nth-child(2n+0) b{border-bottom:2px solid #333;color: #000;}
.course-teacher-info img{display:block;margin:15px auto 0 auto}
.course-teacher-info>div{background:#e93433;color:#fff;text-align:center;padding:15px 20px;width:100%}
.course-teacher-info>div>span{font-size:25px;color: #FFF;}
.course-teacher-info>div>span:before{content:"";width:5%;height:1px;background:#fff;display:inline-block;vertical-align:middle}
.course-teacher-info>div>span:after{content:"";width:5%;height:1px;background:#fff;display:inline-block;vertical-align:middle}
.course-teacher-info>div>strong{font-size:35px;display:block;color: #FFF;}
.course-class-info{margin:40px 10px 0 10px;position:relative}
.course-class-info-tips{background:url('../../image/bx-flbg.png') no-repeat;color:#fff;padding:20px 25px;width:152px;height:292px;position:absolute;left:0;top:-10px}
.course-class-info-tips strong{font-size:20px;        color: #FFF;}
.course-class-info-tips b{background:#fff;height:2px;width:40px;display:block;margin:20px 0}
.course-class-info-tips p{font-size:13px;padding-right:25px;line-height:25px;        color: #FFF;}
.course-class-info table{width:100%;border-bottom:5px solid #fc514c}
.course-class-info table tr td{border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-size:17px;text-align:center;line-height:55px}
.course-class-info-title{background:#eaeaea;font-size:25px;font-weight:bold}
.course-class-info-btn{background:linear-gradient(160deg,#e93432 20%,#e9966d 80%);width:50%;line-height:35px;height:35px;color:#fff !important;font-size:20px;text-align:center;margin:20px auto;display:block;border-radius:30px}
.course-class-info-btn:hover{background:#e93533}
.course-class-info table tr td:nth-child(1){border-right:none}
.course-address-list a{background:#fa2c2c;color:#fff;font-size:18px;width:20%;margin:10px 2.3%;line-height:35px;display:inline-block;text-align:center;border-radius:10px}
.course-hj img{display:block;margin:10px auto}
.course-promise-info{background:url('../../image/pro-bg.jpg') repeat-x center 273px;margin-top:30px;height:447px}
.course-promise-info .fl{width:37%;background:#fff;padding:25px 0;box-shadow:0 0 10px #e1e1e1;margin-left:100px;height:397px;float:left}
.course-promise-info .fl>div{margin-left:55px}
.course-promise-info .fl>div>img{display:block;vertical-align:middle;float:left;margin:0 10px 0 0}
.course-promise-info .fl>div>strong{color:#e93433;font-size:23px}
.course-promise-info .fl>div>p{color:#333;font-size:18px;display:block;margin:15px 0 25px 43px}
.course-promise-info .fr{margin-right:100px;float:right}
 .course-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 50px 35px;
}
 .course-title:before {
    content: "";
    background: #e93533;
    width: 5px;
    height: 28px;
    border-radius: 3px;
    margin-right: 7px;
    display: block;
    float: left;
}
/* 课程介绍结束 */
	 form {
            border-radius: 8px;
            width: 100%;
        }

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        input[type="text"],
        input[type="tel"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        input[type="submit"] {
        background-color: #4954e6;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
        }

        input[type="submit"]:hover {
            background-color: #0056b3;
        }
       .form_title {
        color: #333;
        /* margin-bottom: 0px; */
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        }