body{
    background-color: #ffffff;
}
/* 头部 */
.header{
    box-sizing: content-box;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    background-color: #ffffff;
    width: 15rem;
    height: 2.5rem;
    border-bottom: 1px solid #dddddd;
    justify-content: space-between;
    align-items: center;
}
.header img{
    max-width: 100%;
    margin-left: 0.4rem;
}
.nav {
	width: 1rem;
	cursor: pointer;
	height: 0.6rem;
    text-align: center;
    position: relative;
}

.nav span {
	display: block;
	background: #666666;
	width: 1rem;
	height: 0.08rem;
    transition: all ease 0.35s;
    position:absolute;
    right: 0.4rem;
}

.nav span:nth-of-type(1) {
	top: 0
}

.nav span:nth-of-type(2) {
	top: 0.32rem
}

.nav span:nth-of-type(3) {
	top: 0.64rem
}

.nav_se span:nth-of-type(1) {
	top: 0.2rem;
	transform: rotate(45deg)
}

.nav_se span:nth-of-type(2) {
	width: 0
}

.nav_se span:nth-of-type(3) {
	top: 0.2rem;
	transform: rotate(-45deg)
}

.nav_list {
	position: fixed;
	z-index: 999;
    background: #f6f6f6;
    left: 0;
    right: 0;
    top: -100%;
    z-index: 999;
    margin: 0 auto;
    width: 15rem;
	height: 100vh;
	font-size: 0.56rem;
	line-height: 1.6rem;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 2.5rem
}

.nav_list ul li i {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px #e2e2e2 solid;
	width: 2rem;
	height: 1.6rem;
	text-align: center;
	padding-top: 0.3rem;
}

.nav_list ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.nav_list ul li .nav_i_se svg {
	transform: rotate(0deg)
}

.nav_list ul li {
	border-top: 1px #e2e2e2 solid;
	padding-left: 0.56rem;
	position: relative;
	line-height: 1.6rem;
	font-size: 0.56rem
}

.nav_list>ul >li:last-child {
	border-bottom: 1px #ddd solid;
}

.nav_list ul li ul {
	display: none
}

.nav_list ul li a {
	color: #666;
	width: 80%;
	display: inline-block;
}

.nav_list ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.nav_list ul li i svg {
	width: 1rem;
	height: 1rem;
	fill: #555;
}

.nav_list ul li .nav_i_se svg {
	fill: #429efd
}

.nav_list ul li ul li>ul {
	margin-left: 0.2rem
}

/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
    position: relative;
    margin-top: 2.5rem;
}

.swiper-container {
	width: 100%;
}

.swiper-container .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.swiper-container .swiper-pagination-bullet {
	height: 0.26rem;
	width: 0.26rem;
}

.swiper-container img {
	width: 100%;
	max-width: 100%
}

.swiper-pagination-fraction {
	color: #ffffff;
}

/* 首页 */
.container{
    padding: 0 0.6rem;
}

/* 公共标题 */
.title{
    text-align: center;
}
.title h6{
    font-size: 1rem;
    color:#333333;
    position: relative;
}
.title h4{
    font-size: 1rem;
    color:#dddddd;
    position: relative;
}
.title h6::before,.title h4::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    width: 1rem;
    height: 0.08rem;
    margin-left: -0.5rem;
    background-color: #ff7404;
}
.title h5{
    padding-top: 1rem;
    font-size: 0.56rem;
    color: #999999;
}

/* 新闻 */
.newsbox{
    height: auto;
}

.news_top{
    background-color: #fafafa;
    padding:0.6rem;
    overflow: hidden;
}
.news_top ul li{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_top ul li a{
    font-size: 0.6rem;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 70%;
}
.news_top ul li span{
    color: #999999;
    font-size: 0.4rem;
}
.news_top ul li:hover a{
    color: #ff7404;
}
.news_bottom{
    background-color: #ffffff;
    padding:0.6rem;
    overflow: hidden;
}
.news_bottom ul li{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_bottom ul li a{
    font-size: 0.6rem;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 70%;
}
.news_bottom ul li span{
    color: #999999;
    font-size: 0.4rem;
}
.news_bottom ul li:hover a{
    color: #ff7404;
}

.news_title{
    border-bottom:1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}
.news_title span{
    font-size: 0.72rem;
    font-weight: 700;
}
.news_title a{
    border-radius: 0.06rem;
    background-color: rgba(233,237,242,1);
    color: #666666;
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.52rem;
    text-align: center;
}
.news_title a:hover{
    color: #ffffff;
    background-color: #ff7404;
}

/* 广告 */
.adv{padding: 0 0.6rem;}
.adv img{max-width: 100%;margin-bottom: 0.6rem;}

/* 新闻2 */
.item_zc{
    padding-top: 0.6rem;
}
.item_zc dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:3.4rem;
}
.item_zc dl dt{
    width: 4rem;
    height: 3rem;
    overflow: hidden;
}
.item_zc dl dt img{
    max-width: 100%;
}
.item_zc dl dd{
    padding-left: 0.6rem;
    flex: 1;
}
.item_zc dl dd h6{
    font-size: 0.6rem;
    overflow: hidden;
}
.item_zc dl dd em{
    font-size: 0.48rem;
}

/* 专家 */
.mod_zj{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mod_zj dl{
    text-align: center;
    padding-top:0.6rem;
    flex: 0 0 6.6rem;
}
.mod_zj dl dt img{
	max-width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px solid #CCC;
}
.mod_zj dl dd{
    font-size: 0.6rem;
    padding-top: 0.6rem;
}

/* 培训 */
.pxbox dl{width:100%;margin-top: 0.6rem;}
.pxbox dl dt img{transition: all 0.5s;width: 100%;}
.pxbox dl:hover img{transform: scale(1.2);}
.pxbox dl dd h6{display: inline-block;;overflow: hidden;font-weight: 700;font-size: 0.6rem;margin-top: 0.6rem;}
.pxbox dl dd p{display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 0.52rem;width:13rem;}
/* 友情链接 */
.links{
    background-color: #fafafa;
    padding:0.6rem;
}
.links span{
    display: block;
    font-size: 0.72rem;
    margin-bottom: 0.6rem;
    font-weight: 700;
}
.links_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.links_list:after{
    content:'';
    width: 6.6rem;
    height: 0;
    display: block;
}
.links_list a{
    display:block;
    background-color: #ddd;
    border-radius: 2px;
    font-size: 0.44rem;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
    width: 6.6rem;
}
.links_list a:hover{
    color: #ffffff;
    background-color: #ff7404;
}

/* 底部 */
.foot{
    background-color: #48494b;
    margin-bottom: 2.4rem;
    color: #ffffff;
    text-align: center;
    font-size: 0.6rem;
    padding: 1rem 0;
}

/* 理念 */
.concept{
    padding: 1rem 0 1.2rem 0;
    
}
.concept .concept_bottom{
    padding-top: 0.6rem;
}
.concept .concept_bottom dl{
    margin-bottom: 0.4rem;
}
.concept .concept_bottom dl dt{
    font-size: 0.8rem;
    color: #333333;
    position: relative;
}
.concept .concept_bottom dl dt::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 1rem;
    height: 0.08rem;
    background-color: #ff7404;
}
.concept .concept_bottom dl dd{
    padding-top: 1rem;
    font-size: 0.56rem;
    color: #666666;
}
.concept .concept_top{
    width: 100%;
    overflow: hidden;
}
.concept .concept_top span{
    display: block;
}
.concept .concept_top span img{
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* 内页栏目 */
.column{
    background-color: #eeeeee;
    line-height: 2rem;
    font-size: 0.6rem;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
}
.column a{
    text-align: center;
    font-size: 0.6rem;
    color: #283B42;
    flex-basis: 3rem;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0 0.4rem;
}
.column a.active{
    color:#429efd;
}

/* 案例 */
.cont_box{
    padding: 0.6rem 0.6rem 1.2rem 0.6rem;
}
.item_li{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
}
.item_li .item_img{
    width: 13.8rem;
    overflow: hidden;
}
.item_li .item_img img{
    width: 100%;
}
.item_li dl {
	overflow: hidden;
}

.item_li dl dt a {
	font-size: 0.72rem;
    color: #464646;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}

.item_li dl dd {
	font-size: 0.52rem;
	color: #7d7d7d;
	margin-bottom: 0.3rem;
}

.item_li dl i {
	text-align: right;
	font-style: normal;
	display: block;
	font-size: 0.4rem;
	color: #999999
}

.item_li:hover dt a {
	color: #2a5dc1
}

/*翻页*/
.page {
	text-align: center;
    margin-top: 1rem;
    font-size: 0.52rem;
}

.page a,.page span {
	border-radius: 0.06rem;
	border: 1px solid #ebebeb;
	padding: 0.16rem 0.3rem;
}

.page a:hover,.page span:hover,.page a.active {
	background: #429efd;
	color: #ffffff;
	border: 1px solid #429efd;
}

.xzpage {
	background: #fff;
	color: #2a5dc1;
	font-family: "微软雅黑";
	font-size: 14px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*详情*/
.details_box {}
	

.details_box h1 {
	font-size: 0.72rem;
	color: #333333;
	line-height: 1.5rem;
	text-align: center;
}

.details_box .subtitle {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details_box .subtitle i {
	color: #666666;
    font-size: 0.4rem;
    height: 2rem;
    line-height: 2rem;
}

.details_box .abstract {
	background: #eeeeee;
	padding: 0.4rem;
    line-height: 0.8rem;
    font-size: 0.52rem;
    color: #666666;
}

.details_box .details_cont {
	padding-bottom: 0.4rem;
	padding-top: 0.6rem;
	color: #666666;
	line-height: 1.1rem;
    font-size: 0.52rem;
}

.details_box .details_cont img{
max-width: 100%;
}

.details_box .pages {
    margin: 0.4rem 0 0 0;
    padding-top: 0.4rem;
	border-top: 1px solid #ececec;
}

.details_box .pages p>a {
	line-height: 1.2rem;
    color: #666666;
    font-size: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    width: 13.8rem;
}

.details_box .pages p>a:hover {
	color: #fe741d
}
/* 单页模型 */
.single_box{
    padding: 0.4rem 0;
    color: #666666;
    line-height: 0.6rem;
    font-size: 0.52rem;
}

/* 介绍模型 */
.about_box{
    padding: 0.4rem 0;
    color: #666666;
    line-height: 1.1rem;
    font-size: 0.52rem;
}

/* 内页新闻 */
.cont_news li{
    height: 1.6rem;
    line-height: 1.6rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_news li a{
    font-size: 0.6rem;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 70%;
}
.cont_news li span{
    color: #999999;
    font-size: 0.4rem;
}
.cont_news li:hover a{
    color: #ff7404;
}

/* 底部导航 */
.footer{
    box-sizing: content-box;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #ffffff;
    width:15rem;
    height: 2.5rem;
    border-top:1px solid #eeeeee;
    justify-content: center;
    align-items: center;
  }
  .footer a{
    width: 3.75rem;
    display: block;
    font-size: .4rem;
    line-height: .64rem;
    color: #666;
    text-align: center;
  }
  .footer a.active{
    font-weight: 800;
    color: #429efd;
  }
  .footer a .img img{
      width: 0.8rem;
      height: 0.8rem;
  }
  .footer a span{
    margin-top: 0.1rem;
    display: block;
  }

  
/* 留言 */
.module_title{font-size:0.72rem;font-weight:700;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;position:relative;top:-1px;padding: 0.6rem 0;}


/* 留言反馈 */
.message_it{padding:0.2rem 0;border-bottom:1px solid #e1e1e1;}
.message_it:hover{background-color:#f1f5fe}
.message_na{line-height:40px;vertical-align: middle;padding:0 0.6rem;}
.message_na span{color:#429efd;background: url(../images/rw.png) no-repeat left center;display:inline-block;padding-left:1.4rem;font-size: 0.6rem;}
.message_na i{color:#898989;display:inline-block;font-style:normal;font-size: 0.6rem;}
.message_cot{margin-bottom:0.6rem;font-size: 0.6rem;padding: 0 0.6rem;}
.reply{border-top:1px dashed #ebebeb;padding:0.4rem 0.6rem;font-size: 0.6rem;}
.reply span{color:#429efd}

/* 表单 */
.module_form{padding:0px 0}
.module_form .row input{width:100%;border-radius:3px;border:1px solid #e8e8e8;line-height:40px;padding:0 5px;margin-bottom:20px;color:#666;font-size: 0.6rem;}
.module_form .row input:focus,.module_form .row textarea:focus{border:1px solid #1c88ff;color:#1c88ff}
.module_form .row textarea{border-radius:3px;border:1px solid #e8e8e8;width:100%;padding: 0.2rem;color:#666;font-size: 0.6rem;}
.module_form .row button{background:#429efd;color:#fff;font-size:0.6rem;border-radius:3px;text-align:center;border:0;padding: 0.42rem 0;margin-top:20px;width: 100%;}
.module_form .row button:hover{background-color: #fe741d;}
.module_form .row span{margin-top:0.6rem}
.module_form .row span i{color:#429efd;font-size:0.6rem;font-family:Arial,Helvetica,sans-serif}

/*栏目分类*/
.classtion{
	padding-top: 10px;
	display: block;
	width: 100%;
	font-size: 0.52rem;
}
.classtion ul li a{width:calc(33.3% - 20px);float:left;text-align: center;margin:10px;background: #f4f4f4;padding:8px 0;display:inline-block}
.classtion ul li a.active,.classtion ul li a:hover{color:#ffffff;background: #3767c4}