/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
hr{margin: 0;padding: 0;border:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* start editing from here */
a{text-decoration:none;}
.clearfix:after, .clearfix:before {
	display: table;
	content: " "
}
 .clearfix:after {
	clear: both;
}

/*end reset*/
@font-face {
    font-family:'CN-Regular';
    src: url('../fonts/CN-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zcool_black';
    src: url('../fonts/zcool_black.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family:'思源黑体';
	background:#eee;
	font-size: 100%;
	min-width: 1200px;
}
/*---start-header---*/
.header{
	min-width: 1200px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.header-top {
	width: 100%;
	background: #fff;
	height: 60px;
}
.top-content{
	min-width: 1200px;
	max-width: 1600px;
	margin: 0 auto;
	height: 60px;
}
.logo {
	float: left;
}
.logo img{
	width: 120px;
	height: 40px;
	margin-top: 10px;
	float: left;
}
.logo div{
	float: left;
}
.logo h1{
	color: #000;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 60px;
}
.logo h2{
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1em;
	font-weight: bold;
	margin-left: .5em;
}
.nav{
	float:right;
}
.nav ul li{
	height: 50px;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	margin: 0 10px;
}
.nav ul li a{
	color: #111;
	font-size: 16px;
	display: block;
	text-decoration: none;
	margin-top: 10px;
}
.nav li:last-child{
	display: none;
}
.nav li.choose{
	border-bottom: 3px solid #3399ff;
	color: #111;
}
.nav li.active{
	border-bottom: 3px solid #3399ff;
	color: #111;
}
.nav li:hover {
	border-bottom: 3px solid #3399ff;
	color: #111;
	transition: .1s;
}
.telephone{
	float: right;
	margin-left: 30px;
}
.telephone img{
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 15px;
	margin-right: 8px;
}
.telephone h2{
	float: left;
	color: #111;
	font-size: 1.4em;
	line-height: 60px;
}
.header .swiper{
	position: relative;
	top: 0;left: 50%;
	z-index: -1;
	overflow: auto;
	width:1980px;
    margin-left:-990px;
}
.header .swiper-container {
      width: 100%;
      height: 100%;
}
.header .swiper-slide img{
	width: 100%;
	height:100%;
}

/*--- end-header ---*/

/*---start-footer---*/
.footer{
	min-width: 1200px;
	background-color: #0f2846;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	padding:30px 0;
	color: #fff;
}
.footer .col01{
	float: left;
	margin-right: 52px;
}
.footer .col02,.footer .col03{
	float: right;
	margin: 0 46px 0 20px;
}
.footer h1{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 500;
	margin-left: -0.5em;
}
.footer h2{
	font-size: .9em;
	line-height: 2.4em;
	color: #fff;
}
.footer .col01 img{
	margin: 10px 0;
	cursor: pointer;
}
.footer .col01:nth-child(1) h2,.footer .col01:nth-child(2) h2{
	cursor: pointer;
}
.footer .col01:nth-child(4){
	height:170px;
	width: 1px;
	background-color: #fff;
	margin-left: 20px;
}
.footer .col02 .code{
	float: left;
}
.footer .col02 img{
	width: 120px;height: 120px;
	float: left;
}
.footer .col02 h2{
	width: 120px;
	text-align: center;
	line-height: 3em;
}
.footer .col03 h2{
	padding-left: 60px;
	line-height: 26px;
	margin:10px 0;
}
.footer .col03 h2:nth-child(1){
	background-image: url(../images/footer-icon01.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(2){
	background-image: url(../images/footer-icon02.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(3){
	background-image: url(../images/footer-icon03.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2:nth-child(4){
	background-image: url(../images/footer-icon04.png);
	background-repeat:no-repeat;
	background-size: 26px 26px; 
}
.footer .col03 h2 span{
	padding-left: 30px;
}
.footer .col02{
	margin-right: 40px;
}
.footer .col01:nth-child(1){
	margin-left: 40px;
}
/*---end-footer---*/

/*---标题---*/
.banner{
	width:1200px;
	height: 200px;
	margin: 0 auto;
}
#znxs .banner{
	background: url(../images/znxs-banner.png) no-repeat;
}
#xwdt .banner{
	background: url(../images/xwdt-banner.png) no-repeat;
}
#xmcp .banner{
	background: url(../images/xmcp-banner.png) no-repeat;
}
#lxwm .banner{
	background: url(../images/lxwm-banner.png) no-repeat;
}
#thjj .banner{
	background: url(../images/thjj-banner.png) no-repeat;
}
#xzzx .banner{
	background: url(../images/xzzx-banner.png) no-repeat;
}
#goods .banner{
	background: url(../images/goods-banner.png) no-repeat;
}
#article .banner{
	background: url(../images/thjj-banner.png) no-repeat;
}
.banner .title{
	width: 400px;
	height: 120px;
	background-color: rgba(0,0,0,0.6);
	padding: 40px 0;
}
.banner .title h1{
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	letter-spacing:.4em;
}
.banner .title h2{
	color: #fff;
	font-size: 1.6em;
	line-height: 2em;
	text-align: center;
}

/*---公司新闻---*/
#xwdt{
	min-width: 1200px;
	margin-top:40px;
}
#xwdt .content{
	width: 1200px;
	margin: 40px auto;
	background-color: #fff;
	padding: 20px 0;
}
#xwdt .content .post{
	width: 100%;
	margin: 20px 0;
}
#xwdt .content li img{
	float: left;
	width: 230px; 
	height: 154px;
	margin:10px 84px;
}
#xwdt .content li .text{
	width: 60%;
	float: left;
	border-bottom: 1px dashed #a0a0a0;
	height: 180px;
}
#xwdt .content li:last-child .text{
	border: 0;
}
#xwdt .content li .text h2{
	color: #333;
	font-size: 1.4em;
	line-height: 1.6em;
	margin:20px 0;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#xwdt .content li .text h2:hover{
	color: #3399ff;
	transition: .2s;
}
#xwdt .content li .text h3{
	color: #a0a0a0;
	font-size: 1em;
	line-height: 1.4em;
}
#xwdt .content li .text h4{
	color: #a0a0a0;
	font-size: .9em;
	line-height: 2em;
	margin-left: 10px;
	text-align: right;
    background: url(../images/icons.png) no-repeat;
    background-position: 0 -165px;
	margin: 15px 0;
    margin-left: 610px;
}
#page{
	width: 560px;
	margin: 20px auto;
}
#page span {
    width: 60px;
    height: 30px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

/*---下载中心---*/
#xzzx{
	min-width: 1200px;
	margin-top:40px;
}
#xzzx .content{
	width: 1200px;
	margin: 24px auto;
}
#xzzx .content .row{
	width: 100%%;
}
#xzzx .content .row .left{
	float: left;
}
#xzzx .content .row .right{
	float: right;
}
#xzzx .content .row .col{
	width: 46%;
	padding: 14px;
	margin: 16px 0;
	background-color: #fff;
	height: 340px;
	overflow: hidden;
}
#xzzx .content .row .col>div{
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #3399ff;
}
#xzzx .content .row .col>div h3{
	float: left;
	color: #3399ff;
	font-size: 1.2em;
	line-height: 40px;
	
}
#xzzx .content .row .col>div a{
	color: #666;
	float: right;
	line-height:40px;
	padding-right: 28px;
	background-image: url(../images/enter-gray.png);
	background-size: 10px 14px;
	background-repeat:no-repeat; 
	background-position: 44px 13px;
}
#xzzx .content .row .col>div a:hover{
	color: #3399ff;
	background-image: url(../images/enter-blue.png);
	transition: .2s;
}
#xzzx .content .row .col li{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
#xzzx .content .row .col li img{
	display: block;
    float: left;
    margin: 6px 18px 6px 0;
    width: 28px;
	height: 28px;
}
#xzzx .content .row .col li h1{
	float: left;
	color: #333;
	font-size: .9em;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#xzzx .content .row .col li>div{
	float: right;
}
#xzzx .content .row .col li>div a{
	display: block;
    float: left;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 14px;
    border-radius: 3px;
    color: #333;
    margin-top: 7px;
    font-size: 14px;
    border:1px solid #ccc;
}
#xzzx .content .row .col li>div a:hover{
	color: #fff;
	transition: .2s;
	background: #3399FF;
	border:1px solid #3399ff;
}
/*---同和简介---*/
#thjj{
	min-width: 1200px;
	margin-top:40px;
}
#thjj .content{
	width: 1200px;
	margin: 40px auto;
	background: #fff;
	padding: 20px 0;
}
#thjj .content>h1{
	width: 90%;
	margin: 0 auto;
	color: #333;
	font-size: 1.6em;
	line-height: 3rem;
	border-bottom: 2px solid #3399ff;
	text-align: center;
	font-weight: 600;
	letter-spacing:.1rem;
	padding-bottom: 12px;
}
#thjj .content .text{
	width: 1000px;
	margin: 30px auto 0;
}
#thjj .content .text p{
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 8px;
}
#thjj .content .advantage{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#thjj .content .advantage .col{
	width: 16%;
	color: #fff;text-align: center;
	padding-top: 40px;
	overflow: hidden;
}
#thjj .content .advantage .col img{
	width: 50px;height: 50px;
}
#thjj .content .advantage .col h1{
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	color: #333;
}
#thjj .banner{
	background: url(../images/zzry-banner.png) no-repeat;
}
#thjj .content table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 24px;
}
#thjj .content td{
	background: #fff;

}
#thjj .content img{
	width: 300px;
	margin: 10px 34px;
}
#thjj .content th div{
	width: 12px;height: 12px;
	margin:23px 20px 23px 10px; 
	background: #333;
	float: left;
}
#thjj .content th h1{
	font-size: 1.8em;
	line-height: 58px;
	text-align: left;
	float: left;
	color: #333;
}
/*---招纳贤士---*/
#znxs{
	min-width: 1200px;
	margin-top:40px;
}
#znxs .content{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
#znxs .content .col{
	width: 244px;
	padding: 4px 20px 14px;
	background: #fff;
}
#znxs .content .col h1{
	color: #333;
	font-size: 1.4em;
	line-height: 56px;
	border-bottom: 2px solid #3399ff;
	text-align: center;
	letter-spacing:.1rem;
	margin-bottom: 12px;
}
#znxs .content .col .text{
	color: #333;
	font-size: .9em;
	line-height: 1.8em;
	margin-bottom: 6px;
}
#znxs .content .col .text .row_title{
	font-size: 1.2em;
	line-height: 2em;
	color: #3399ff;
}
#znxs .content .col .text .row{
	margin-bottom: 4px;
}
#znxs .content .col .text .row .left{
	float: left;
}
#znxs .content .col .text .row .right{
	width: 216px;
	float: right;
}
/*---联系我们---*/
#lxwm{
	min-width: 1200px;
	margin-top:40px;
}
#lxwm .map{
	width: 1200px;
	margin: 40px auto;
}
#lxwm .content{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
#lxwm .content .col{
	width: 340px;
	padding: 4px 20px 14px;
	background: #fff;
}
#lxwm .content .col .title{
	border-bottom: 2px solid #3399ff;
	margin-bottom: 12px;
}
#lxwm .content .col .title img{
	float: left;
	width: 28px;height: 28px;
	margin-top:14px;
	margin-right: 10px;
}
#lxwm .content .col .title h1{
	float: left;
	color: #3399ff;
	font-size: 1.4em;
	line-height: 56px;
	font-weight: 600;
}
#lxwm .content .col .text{
	float: left;
	color: #333;
	font-size: .9em;
	line-height: 1.8em;
	margin-bottom: 6px;
}
#lxwm .content .col .text .row_title{
	font-size: 1.2em;
	line-height: 2em;
	color: #3399ff;
}
#lxwm .content .col .text .row{
	margin-bottom: 4px;
}
#lxwm .content .col .text .row .left{
	float: left;
}
#lxwm .content .col .text .row .right{
	width: 244px;
	float: right;
}
/*---产品项目---*/
#xmcp{
	min-width: 1200px;
	margin-top:40px;
}
#xmcp .content{
	width: 1200px;
	margin: 40px auto;
	background-color: #fff;
	padding: 20px 0;
	box-sizing: border-box;
}
#xmcp .content .post{
	width: 100%;
	margin: 20px 0;
}
#xmcp .content li img{
	float: left;
	height: 154px;
	width: 230px; 
	margin:10px 84px;
}
#xmcp .content li .text{
	width: 60%;
	float: left;
	border-bottom: 1px dashed #a0a0a0;
	height: 180px;
}
#xmcp .content li:last-child .text{
	border: 0;
}
#xmcp .content li .text h2{
	color: #333;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top:20px;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#xmcp .content li .text h2:hover{
	color: #3399ff;
	transition: .2s;
}
#xmcp .content li .text h3{
	color: #a0a0a0;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 10px;
}
#xmcp .content li .text h4{
	color: #a0a0a0;
	font-size: .9em;
	line-height: 2em;
	margin-left: 10px;
	text-align: right;
    background: url(../images/icons.png) no-repeat;
    background-position: 0 -165px;
    margin-left: 604px;
    margin-bottom: 16px;
}
#page{
	width: 560px;
	margin: 20px auto;
}
#page span {
    width: 60px;
    height: 30px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

/*---goods---*/
#goods{
	min-width: 1200px;
	margin-top:40px;
}
#goods .content{
	width: 1200px;
	margin: 40px auto;
	background: #fff;
	padding: 20px 0;
}
#goods .content>h1{
	width: 600px;
	margin: 0 auto;
	color: #333;
	font-size: 1.8em;
	line-height: 3rem;
	border-bottom: 2px solid #3399ff;
	text-align: center;
	font-weight: 600;
	letter-spacing:.4rem;
	padding-bottom: 12px;
}
#goods .content .text{
	width: 1000px;
	margin: 30px auto 0;
}
#goods .content .text p{
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 8px;
	text-align: center;
}
#goods .content img{
	width: 1000px;
	margin: 20px 100px;
}

/*---资质荣誉---*/
#zzry{
	min-width: 1200px;
	margin-top:40px;
}
#zzry .content{
	width: 1200px;
	margin: 40px auto;
	background: #fff;
}
#zzry .banner{
	background: url(../images/zzry-banner.png) no-repeat;
}
#zzry .content table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 24px;
}
#zzry .content td{
	background: #fff;

}
#zzry .content img{
	width: 300px;
	margin: 10px 34px;
}
#zzry .content th div{
	width: 12px;height: 12px;
	margin:23px 20px 23px 10px; 
	background: #333;
	float: left;
}
#zzry .content th h1{
	font-size: 1.8em;
	line-height: 58px;
	text-align: left;
	float: left;
	color: #333;
}


.post-content {
	line-height: 1.5;
}
.post-content,.comment-content {
	line-height: 1.5;
	word-wrap: break-word;
}

.post-content h2,.comment-content h2 {
	font-size: 1.28571em;
}

.post-content img,.comment-content img,.post-content video,.comment-content video {
	max-width: 100%;
}

.post-content a img,.comment-content a img {
	background: #FFF;
	position: relative;
	bottom: -4px;
}

.post-content hr,.comment-content hr {
	margin: 2em auto;
	width: 100px;
	border: 1px solid #E9E9E9;
	border-width: 2px 0 0 0;
}

pre,code {
	background: #F3F3F3;
	font-family: Menlo,Monaco,Consolas,"Lucida Console","Courier New",monospace;
	font-size: .92857em;
}

code {
	padding: 2px 4px;
	color: #B94A48;
}

pre {
	padding: 8px;
	overflow: auto;
	max-height: 400px;
}

pre code {
	padding: 3px;
	color: #444;
}
/* 文章模板样式 */
#article{
	min-width: 1200px;
	margin-top:40px;
}
#article .content{
	width: 1200px;
	margin: 40px auto;
	background: #fff;
	padding: 20px 0;
}
#article .content>h1{
	width: 90%;
	margin: 0 auto;
	color: #333;
	font-size: 1.6em;
	line-height: 3rem;
	border-bottom: 2px solid #3399ff;
	text-align: center;
	font-weight: 600;
	letter-spacing:.1rem;
	padding-bottom: 12px;
}
#article .content .text{
	width: 1000px;
	margin: 30px auto 0;
}
#article .content .text p{
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 8px;
}
#article .content .advantage{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#article .content .advantage .col{
	width: 16%;
	color: #fff;text-align: center;
	padding-top: 40px;
	overflow: hidden;
}
#article .content .advantage .col img{
	width: 50px;height: 50px;
}
#article .content .advantage .col h1{
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	color: #333;
}
#article .content table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 24px;
}
#article .content td{
	background: #fff;

}
#article .content th div{
	width: 12px;height: 12px;
	margin:23px 20px 23px 10px; 
	background: #333;
	float: left;
}
#article .content th h1{
	font-size: 1.8em;
	line-height: 58px;
	text-align: left;
	float: left;
	color: #333;
}
.banner .title h1 a{color: #fff;line-height: 120px;}

/* 公共样式 */
.common-mb{
	width: 1200px;
	margin: 24px auto;
	min-height: 500px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}
.common-mb ul li{
	float: left;
	width: 272px;
	height: 180px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	margin: 15px 8px;
	
}
.common-mb ul li:hover {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 15%);
    transition: .2s ease-out;
}
.common-mb ul li a {
	display: block;
    width: 272px;
    height: 180px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.common-mb ul li a h2 {
	font-size: 1.4em;
	color: #333;
	margin-bottom: .4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-mb ul li a h3 {
	font-size: 14px;
	color: #999;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.common-mb ul li a span {
	font-size: 0.8em;
	color: #a0a0a0;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.common-mb ul li:hover span {
	color: #3399ff;
	transition: .2s ease-out;
}
/*========== 特色产品页面样式 ============*/
#tscp{
	min-width: 1200px;
	margin-top: 40px;
}
#tscp .banner {
    background: url(../images/xmcp-banner.png) no-repeat;
}
/* 专题培训 */

/* 分页样式 */
.page-navigator {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}

.page-navigator li {
	display: inline-block;
	margin: 0 4px;
}

.page-navigator a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.page-navigator a:hover {
	background: #EEE;
	text-decoration: none;
}

.page-navigator .current a {
	color: #444;
	background: #EEE;
}


.page-navigator .current a {
	color: #444;
	background: #EEE;
}
/* 下载中心四个分类样式 */
.common-xzzx{
	width: 1200px;
	margin: 24px auto;
	min-height: 500px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}
.common-xzzx ul li{
	float: left;
	width: 48%;
	height: 140px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	margin: 15px 1%;
	box-sizing: border-box;
	padding: 20px;
	
}
.common-xzzx ul li:hover {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 15%);
    transition: .2s ease-out;
}
.download-title{
	height: 50px;
	line-height: 50px;
}
.download-title img{
	width: 50px;
	height: 50px;
	float: left;
}
.download-title h1{
	float: right;
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6em;
}
.download-cont{
	height: 36px;
	margin-top: 15px;
}
.download-cont a{
	display: block;
	float: right;
	width: 70px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #333;
	margin-top: 7px;
	font-size: 14px;
}
.download-cont a:hover{
	background: #39f;
	color: #fff;
	border: 1px solid #39f;
}
/*---查看详情---*/
#ckxq{
	min-width: 1200px;
	margin-top:40px;
}
#ckxq .content{
	width: 1200px;
	margin: 40px auto;
	
}
#ckxq .content table{
	width: 900px;
	float:left;
}
#ckxq .content table th,#ckxq .content table td{
	background-color: #fff;
	border:1px solid #ccc;
}
#ckxq .content table th{
	color:#3399ff;
	font-size: 24px;
	line-height: 40px;
	text-align:left;
	font-weight: 600;
	padding:  4px 24px;
	letter-spacing: 2px;
}
#ckxq .content table td{
	color:#333;
	font-size: 16px;
	line-height: 24px;
	text-align:left;
	padding:  4px 24px;
}
#ckxq .content .btn{
    float: right;
    width: 280px;
    height: 88px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 88px;
    border-radius: 4px;
    background: #3399ff;
    cursor: pointer;
    letter-spacing: 4px;
}
#ckxq .content .btn a{
	color:#fff;
	display: block;
}
#ckxq .content .btn:hover{
	opacity: 0.8;
	transition.2s;
}
#ckxq .content .text {
	margin-top: 20px;
	background: #fff;
	border:1px solid #ccc;
	min-height: 400px;
	position: relative;
}
#ckxq .content .text h4 {
    font-size: 18px;
    line-height: 38px;
    background: #ccc;
    padding:  4px 24px;
    color:#333;
}
#ckxq .content .text p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    letter-spacing: 1px;

}
#ckxq .content .text a{
	font-size: 14px;
	color:#3399ff;
}
#ckxq .content .text .close{
    position: absolute;
    right: 32px;
    bottom: 26px;
    width: 120px;
    height: 36px;
    background-color: #3399ff;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
#ckxq .content .text .close a{
	color:#fff;
	font-size: 16px;
    line-height: 36px;
}
#ckxq .content .text .close:hover{
	opacity: 0.8;
	transition.2s;
}


.hidediv {
	display:none
}

.showdiv {
	display:block
}
/*福利待遇*/
.welfare {
	margin: 40px auto;
    font-size: 14px;
	padding:0 20px;
	box-sizing: border-box;
}
.welfare h4 {
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
}
/*联系方式*/
.information {
	font-size: 14px;
	line-height: 24px;
	margin: 30px auto;
	background: #f7fbff;
	padding: 20px;
	color: #333;
	border: 1px solid #dbedff;
	text-align: center;
	box-sizing: border-box;
	margin: 20px;

}
.join-us{
	width: 1200px;
	margin: 0 auto;
	padding:10px 30px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.join h2{
	color: #3399ff;
	font-size: 1.4em;
	line-height: 46px;
	font-weight: 600;
	border-bottom: 2px solid #3399ff;
	margin-bottom: 30px;
}
.join h2 img{
	width: 25px;
	float: left;
	margin-right: 5px;
	margin-top: 11px;
}
.join-us ul{
	display: flex;
}
.join-us ul li{
	flex: 1;
	margin: 0 20px;
	background: #f7fbff;
	border:1px solid #dbedff;
	padding: 15px;
	border-radius: 5px;
	
}
.join-us ul li h3{
	font-size: 24px;
	text-align: center;
	border-bottom:1px solid #a1a1a1;
	padding-bottom: 10px;
}
.join-us ul li p{
	padding: 30px 0 10px;
}
.join-us ul li span{
	font-size: 14px;
}