<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 750宽度为标准 */
/* 大于1024px设备（非移动设备） */
@media screen and (min-width: 1000px) {
    [class^="m_"],.m_mobile {
        display: none !important;
    }
}

/* 手机端代码 */
@media screen and (max-width: 1000px) {

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 768px;
    min-height: 100%;
    overflow-x: hidden;
    font-family: tahoma, arial, helvetica, 'Microsoft Yahei', sans-serif;
    font-size: .24rem;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

 .m_none,#yxz-cbl1,#fixed_left{
        display: none !important;}

	
/*头部*/

.header {
    width: 100%;
    overflow: hidden;
}
.header_logo {
    /* margin-left: 0.2rem; */
}

.header_logo {
    margin-right: auto;
}
.header_logo img {
    width: 5rem;
}
.header_tel {
    margin-left: auto;
}

.tel_img {margin-top: 1.5rem;margin-right: 0.275rem;}
.tel_img img {width: 2.5rem;height: 2.5rem;}
.clearfix { zoom: 1;}

.tel_num p {
    font: bold 1.6rem/5.5rem '微软雅黑';
}

.tel_num p a {
    /* display: block; */
    color: #000;
}
.menu-box{
    overflow: hidden;
    width: 100%;
    background: #3d65de;
    /* padding: 0 .24rem; */
    z-index: 99;
}


/*图标导航*/

.info {
    background: #fff;
    background-size: cover;
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.info_tit {
    width: 28rem;
    margin: 0 auto;
}
.info_con {
    height: 3.2rem;
    margin: 0.1rem auto 0;
}

.info_ul {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.info_ul&gt;li {
    /* background: #fff; */
    width: 25%;
    /* border: #dadada 1px solid; */
    /* border-radius: 0.06rem; */
      margin: 2% 0;
    /* box-shadow: inset 0 0 9px rgba(0,0,0,0.1); */
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}
.info_icon {
    width: .8rem;
    height: .8rem;
    margin: 0 auto;
}

.info_p {
    font-size: 0.24rem;
    color: #464646;
    text-align: center;
    line-height: 1;
    margin-top: 0.2rem;
}
.info_btn {
    background: linear-gradient(to right bottom,#de3c3c,#ea3e3e);
    width: 20rem;
    height: 3.1rem;
    border: none;
    border-radius: 1.8rem;
    display: block;
    margin: 1.8rem auto 0;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 1px 1px 0.4px #331b12;
}
.header {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    padding: .24rem;
    height: 1.2rem;
    border-bottom: 1px #efefef solid;
}

.header .btn-schools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: 1.3rem;
    height: .48rem;
    color: #37a0f4;
    /* border-radius: 25px; */
    position: relative;
    /* border: 1px #37a0f4 solid; */
}

.header .btn-schools span {
      /* padding-right: 1rem; */
      font-size: .26rem;
      background: url(/style/images/icon-btn-schools.png) no-repeat right center / 0.5rem;
      width: 0.5rem;
      height: 0.5rem;
}


.exam-information .articles:first-child {
}

.exam-information .articles+.articles {
    margin-top: 0.7rem;
}

.exam-information .articles .article-box {
    margin-bottom: .2rem;
}




/*手机导航*/

/* 头部导航页 */
	.m_head_nav{
		position:fixed;
		top: 0;
		left:100%;
		width: 0;
		height: 0;
		z-index: 999;
		overflow-y: scroll;
		background-color: white;
		opacity: 0;
		transition: .2s;
	}
	.m_head_nav.on{
		width: 100%;
		height: 100%;
		left: 0;
		opacity: 1;
		transition: .2s;
	}
	.m_head_nav&gt;.m_head_nav_head{
		display: flex;
		align-items: center;
		padding: 0.266666rem;
		height: 1rem;
		line-height: 1rem;
		border-bottom: 0.01rem solid #ddd;
	}
	.m_head_nav&gt;.m_head_nav_head&gt;img{
		width: 0.3rem;
		height: 0.3rem;
	}
	.m_head_nav&gt;.m_head_nav_head&gt;span{
		width: 100%;
		text-align: center;
		font-size: .3rem;
	}
	.m_head_nav_tit{
		background-color:#F3F3F3;
		height: .8rem;
		line-height: .8rem;
		font-size: 0.28rem !important;
		padding-left: 0.3rem;
		color: #333;
	}
	.m_head_nav_con{
		background-color: white;
		padding: 0.2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.m_head_nav_con&gt;a{
		display: inline-block;
		width: 30%;
		height: 0.746666rem;
		line-height: 0.746666rem;
		font-size: 0.26rem;
		color: #666;
		margin: 0.08rem;
		border: 1px solid #ddd;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}



/* 公共头部结束 */



/*footer*/
/*友情链接*/

.library_link {
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: .5rem;
    margin-bottom: 8px;
    background-color: #fff;
}

.library_link .item {
    flex: 1;
    text-align: center;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #E6E6E6;
}

.library_link .item.active {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: bold;
}

.library_link .item:last-child {
    border-right: none;
}




#footer {
    width: 100% !important;
    margin: .2rem  auto 0rem;
    padding-bottom: 1.5rem;
}


#footer .down {
    font-size: 0.12rem;
    color: #8b8b8b;
    line-height: 0.38rem;
    text-align: center;
    padding: 0px .2rem;
}

#footer .down a {
    color: #8b8b8b;
    text-decoration: none;
}
#footer .down p{font-size: 0.16rem;}


.yz_footer{
	position: fixed;
	bottom: 0;
	left:0;
	height: 60px;
	width: 100%;
	background: linear-gradient(to right,#3D65DE, #3D65DE);
	display: flex;
	z-index: 1000;
}
.yz_footer_item{
	flex: 1;
	text-align: center;
	box-shadow: 0px 0px 1px #c9c9c9;
}
.yz_footer_item img{
	height: 30px;
	margin-top: 5px;
	margin-bottom: .2rem;
}

.yz_footer_item p{
	color: white;
	font-size: 13.5px;
	margin-top: -9px;
	white-space: nowrap;
    	overflow: hidden;
}
/*底部图片改文字*/
.yz_fooer_one,.yz_fooer_tow{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #EFEFEF;
	background-color: white;
}
.yz_fooer_tow{
		border-top: 0px;
}
.yz_fooer_one_item{
	width: 33%;
	text-align: center;
	border-left:1px solid #EFEFEF ;
	
}
.yz_fooer_one_item p:first-child{
	font-size: 15px;
	font-weight: 900;
	margin-top: 10%;
}
.yz_fooer_one_item p:last-child{
	font-size: 14px;
	color: #969696;
	    margin: 7% 0 10% 0;
}
.yz_fooer_tow_item{
	width: 50%;
	text-align: center;
	border-left:1px solid #EFEFEF ;
}
.yz_fooer_tow_item p:first-child{
	font-size: 15px;
	font-weight: 900;
	margin-top: 10%;
}
.yz_fooer_tow_item p:last-child{
	font-size: 14px;
	color: #969696;
	    margin: 7% 0 10% 0;
}
.yz_fooer_one_item:first-child,.yz_fooer_tow_item:first-child{
	border-left:0px solid #EFEFEF ;
}


	
	
	
/* CSS Document */
/*学校简介*/
.school_pro{ text-align: center;}
.school_pro img{ width: 100%; border: 1px #ccc solid;  border-radius: 0.1rem; margin-top: .2rem}
.school_title{margin: .2rem 0;display: block;font-size: .32rem;}
.school_pro p{font-size: .28rem;text-align: left;line-height: .48rem;padding: 0px .2rem;} 
.school_button{overflow: hidden;margin: 0 auto;width: 80%;margin-bottom: .2rem;margin-top: .2rem;}
.school_button li{width: 50%;text-align: center;float: left;overflow: hidden;}
.school_button li .gw-browse-component-content{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: 微软雅黑;
    font-size: 0.28rem;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(11, 83, 148);
    text-align: center;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0 0px 10px 0 transparent;
    width: 2rem;
    height: .5rem;
    margin: 0 auto;
    line-height: .5rem;
    display: block;
    }

.school_button li .xyfg_btn{  background-color: #69A84F;}

/* 块标题 */
.tit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .2rem;
    width: 100%;
    border-bottom: 1px #ccc dashed;
}

.tit-box .tit {
    font-size: .35rem;
    margin: 0 auto;
    color: #3D65DE;
    margin-bottom: .2rem;
    font-weight: bold;
}


.tit-box .btn-more {
    padding: 0rem .18rem .08rem .1rem;
    color: #999;
    font-size: 0.24rem;
}


/*线*/
.gap-block {
    margin: 0.2rem 0 .2rem;
    height: 0.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff)) no-repeat center;
    background: linear-gradient(#f8f8f8, #fff) no-repeat center;
}


/*导航*/


/* 横向滚动 */
.scrollX-wrapper {
    overflow: hidden;
    height: .8rem;
    -webkit-overflow-scrolling: touch;
}

.scrollX-wrapper .scrollX-box {
    /* overflow-x: auto; */
    padding: 0 .5rem .5rem .5rem;
    font-size: 0;
    white-space: nowrap;
}

.scrollX-wrapper .scrollX-box .scrollX-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: .18rem;
    font-size: 1.5rem;
}

.scrollX-wrapper .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: .5rem;
}

.scrollX-wrapper .scrollX-box .scrollX-item.on {
    font-size: .38rem;
}



.scrollX-wrapper2 {
    margin-top: 0.2rem;
    height: 1rem;
}

.scrollX-wrapper2 .scrollX-box {
    padding: 0 !important;
    border-bottom: 2px #ccc solid;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3rem;
    height: 0.64rem;
    font-size: .28rem;
    flex: 1;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item.on {
    font-size: .28rem;
    color: #3232b2;
    border-bottom: 4px #3232b2 solid;
    font-weight: bold;
}

.scrollX-wrapper2 .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: .2rem;
}

/* 横向滚动 */

/*考试资讯*/

.articles .article-box {
}

.articles .project-list-box {
    display: none;
}

.articles .project-list-box.on {
    display: block;
}

.articles .project-list-box.on {
    display: block;
}

.articles .project-list {
    padding: 0 0.1rem;
}

.articles .project-list .tab+.tab {
    /* margin-top: .2rem; */
}



.articles .tab .left .article-image {
    width: 2.5rem;
    height: 1.66rem;
    border-radius: .1rem;
}


.articles .tab .right .article-tit {
    overflow: hidden;
    margin-top: -.08rem;
    line-height: 0.56rem;
    /* height: 1.12rem; */
    font-size: .28rem;
    color: #333;
    width: 100%;
}
.articles .tab .right .article-tit a{color: #333;font-size: .28rem;}


.articles .tab .right .article-tit .article-classification::before {
    border-color: rgba(255, 140, 5, .2);
}

.articles .tab .right .part-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

}

.articles .tab .right .part-info .reading-number {
     padding-left: 0.44rem;
    color: #d6d6d6;
    background: url(/style/images/icon-look.png) no-repeat left center / .3rem .18rem;
}

.articles .tab .right .part-info .release-time {
    color: #d6d6d6;
}






/*招生专业*/
.s6 .infos {
    /* width: 100%; */
    height: 100%;
    padding: .22rem .24rem .22rem;
    background-color: #fff;
}
.s6 .infos .info{
    width: 100%;
    text-align:center;
}
.s6 .infos .info th,
.s6 .infos .info td{
    border:1px solid #eee;
    font-size:.28rem;
    padding: .2rem 0;
}
.s6 .infos .info th{
    height: .4rem;
    font-size:.26rem;
    font-weight:bold;
    background-color: #0B5FD1;
    color: #fff;
    padding: .1rem 0;
}
.s6 .infos .info th:nth-child(1){
    width: 40%;
}
.s6 .infos .info th:nth-child(2){
    width: 20%;
}
.s6 .infos .info th:nth-child(3){
    width: 20%;
}
.s6 .infos .info .class_style{
    font-size:.24rem;
    font-weight:bold;
}

/*证书样本*/

.m_index_yx-zy_tab_con {
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: space-around; */
    overflow: hidden;
    /* border-bottom: 1px #ccc dashed; */
}

.m_index_yx-zy_tab_con&gt;a{
		display: block;
		width: 44%;
		text-align: center;
		padding: .2rem;
		padding-bottom: initial;
		float: left;
	}
.m_index_yx-zy_tab_con&gt;a&gt;img {
    width: 100%;
    height: 100%;
}
.m_index_yx-zy_tab_con&gt;a&gt;div {

color: #3232b2;

font-size: .2rem;

margin-top: 0.24rem;

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

word-break: break-all;

padding: 0px .2rem;
}

	
/*list*/
	

/*当前位置*/
.crumbs {
    background-color: #efefef;
    padding: 0.1rem;
    /*border-radius: 7px;*/
    font-size: 0.16rem;
    margin-top: .1rem;
}
.crumbs a {
    color: #4071e3;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.ding-show .card {
    box-shadow: none;
    margin: 0;
    border-radius: 7px;
}
/* 块标题 */
.tit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .2rem;
    width: 100%;
    border-bottom: 1px #ccc dashed;
}
.tit-box .tit {
    font-size: .35rem;
    margin: 0 auto;
    color: #3D65DE;
    margin-bottom: .2rem;
    font-weight: bold;
}
.tit-box .btn-more {
    padding: 0rem .18rem .08rem .1rem;
    color: #999;
    font-size: 0.24rem;
}
/*线*/
.gap-block {
    margin: 0.2rem 0 .2rem;
    height: 0.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff)) no-repeat center;
    background: linear-gradient(#f8f8f8, #fff) no-repeat center;
}
/*导航*/
/*页码*/


.ecv2Paging {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 15%;
    font-size: 0.3rem;
    color: #4d4d4d;
}
.ecv2Paging a {
    color: #333;
}
.ecv2Paging .pageNum .span1 {
    color: #4290f9 !important;
}
.ecv2Paging .pageCurrent {
    color: #4290F9 !important;
}
/* 横向滚动 */
.scrollX-wrapper {
    overflow: hidden;
    height: .8rem;
    -webkit-overflow-scrolling: touch;
}
.scrollX-wrapper .scrollX-box {
    /* overflow-x: auto; */
    padding: 0 .5rem .5rem .5rem;
    font-size: 0;
    white-space: nowrap;
}
.scrollX-wrapper .scrollX-box .scrollX-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: .18rem;
    font-size: 1.5rem;
}
.scrollX-wrapper .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: .5rem;
}
.scrollX-wrapper .scrollX-box .scrollX-item.on {
    font-size: .38rem;
}
.scrollX-wrapper2 {
    margin-top: 0.2rem;
    height: 1rem;
}
.scrollX-wrapper2 .scrollX-box {
    padding: 7px .2rem 0rem .2rem;
    border-bottom: 2px #ccc solid;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.scrollX-wrapper2 .scrollX-box .scrollX-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3rem;
    height: 0.64rem;
    font-size: .28rem;
    flex: 1;
}
.scrollX-wrapper2 .scrollX-box .scrollX-item.on {
    font-size: .28rem;
    color: #3232b2;
    border-bottom: 4px #3232b2 solid;
    font-weight: bold;
}
.scrollX-wrapper2 .scrollX-box .scrollX-item+.scrollX-item {
    margin-left: .2rem;
}
/* 横向滚动 */

/*考试资讯*/
.exam-information .articles .article-box {
    margin-bottom: .2rem;
    margin-top: .2rem;
}
.articles .project-list-box {
    display: none;
}
.articles .project-list-box.on {
    display: block;
}
.articles .project-list-box.on {
    display: block;
}
.articles .project-list {
    padding: 0 0.2rem;
}
.articles .project-list .tab+.tab {
    /* margin-top: .2rem; */
}
.articles .project-list .tab {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* padding-bottom: 10px; */
    border-bottom: 1px #f3f3f3 solid;
    overflow: hidden;
    padding: 0.1rem 0;
}
.articles .tab .left .article-image {
    width: 2.5rem;
    height: 1.5rem;
    border-radius: .3rem;
}
.articles .tab .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-left: .2rem; */
    /* height: 1.66rem; */
}
.articles .tab .right .article-tit {
    overflow: hidden;
    margin-top: -.08rem;
    line-height: 0.56rem;
    /* height: 1.12rem; */
    font-size: .28rem;
    color: #333;
    width: 100%;
}
.articles .tab .right .article-tit a {
    color: #333;
}
.articles .tab .right .article-tit .article-classification::before {
    border-color: rgba(255, 140, 5, .2);
}
.articles .tab .right .part-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.articles .tab .right .part-info .reading-number {
    padding-left: 0.44rem;
    color: #d6d6d6;
    background: url(/style/images/icon-look.png) no-repeat left center / .3rem .18rem;
}
.articles .tab .right .part-info .release-time {
    color: #d6d6d6;
}
/*内容页面*/

.article_detail {
    background-color: #fff;
    padding: 1px 13px 22px;
}
.article_detail h1 {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 22px;
    color: #333;
}
.article_detail .profile {
    position: relative;
    margin-bottom: .1rem;
    line-height: 0.56rem;
    border-bottom: 1px #e3e3e3 solid;
}
.article_detail .profile span {
    font-size: 0.14rem;
    color: #999;
}
.article_detail .profile span.date {
    margin-left: 22px;
}
.article_detail .profile span.view_num {
    float: right;
    margin-top: 1px;
}
.article_detail .profile span.view_num i {
    position: absolute;
    font-size: 15px;
}
.article_detail .profile span.view_num span {
    margin-left: 20px;
}
.article_detail .content p {
    line-height: 28px;
    color: #333;
    font-size: 0.14rem;
}
.article_detail .content p strong {
    font-weight: bold;
    font-size: 18px;
}
.article_detail .content p a {
    word-break: break-word;
}
.page_sx {
    line-height: 27px;
    font-size: 0.16rem;
    margin-top: .2rem;
}
.content-block-title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .3rem;
    text-transform: uppercase;
    line-height: .1rem;
    color: #6d6d72;
    margin: 0rem 0 .5rem;
    background-color: #e4f1ff;
    padding: 0.4rem 0.75rem 0.4rem 0.6rem;
    border-bottom: 0px #87b1f9 solid;
}
.content-block-title:after {
    content: "";
    top: 13px;
    left: 15px;
    position: absolute;
    display: block;
    width: .1rem;
    height: .4rem;
    background-color: #2b7ee6;
    border-radius: 2px;
}
/*404页面*/

/*当前位置*/
.kslb {
    border-bottom: 1px #ccc dashed;
    border-top: 1px #ccc dashed;
    padding: .2rem;
    margin-top: .3rem;
}
.bread.w12 {
    padding-left: 20px;
    background: url("/style/images/weizhi.png") no-repeat left center;
    font-size: 0.12rem;
}
.bread a {
    color: #333;
    padding: 0 5px;
    font-size: 14px;
}
/*404页面*/
.page-404 {
    color: #afb5bf;
    padding-top: 60px;
    padding-bottom: 90px;
}
.page-404 .error-title {
    font-size: 80px;
}
.page-404 .error-description {
    font-size: 24px;
    margin-bottom: 20px;
}
.page-404 .error-info {
    font-size: 14px;
}
.c-primary {
    color: #5a98de;
}
/*在线报名*/
.container {
    margin-top: 20px;/* margin-left:13px; *//* margin-right:13px; */
    border-top: 1px dashed #ccc;
    padding-top: .3rem;
    background: #F2F7FA;
}
.container_info .contact_us .caption img {
    width: 1.7rem;
    vertical-align: middle;
}
.container_info .contact_us .caption span {
    font-size: 18px;
    padding-left: 20px;

    padding-right: 20px;
}
.container .caption span {
    color: #2B323A;
    font-size: 18px;



    font-weight: bold;
    padding-left: 14px;
    padding-right: 14px;
}
.container_info {
    position: relative;
    z-index: 9;
    padding: 0px 20px 34px;
    margin-bottom: 8px;
}
.container_info .contact_us {
    background-color: #fff;
    padding: 20px 22px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(48,126,179,0.14);
    -moz-box-shadow: 0 0 12px rgba(48,126,179,0.14);
    -webkit-box-shadow: 0 0 12px rgba(48,126,179,0.14);
}
.container_info .contact_us.shadow_no {
    box-shadow: none;
}
.container_info .contact_us .title, .container_info .contact_us .caption {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.container_info .contact_us .caption span {
    color: #0088E6;
    font-size: 18px;
}
.container_info .contact_us .title {
    width: 186px;
    color: #fff;
    font-size: 19px;
    margin: -20px auto 10px;
    padding-top: 8px;
    padding-bottom: 12px;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}
.container_info .contact_us .tip {
    color: #FF0000;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
}
.container_info .contact_us .form_wrap {
    color: #999;
    height: 44px;
    line-height: 44px;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #E6E8EB !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.container_info .contact_us .form_wrap input, .container_info .contact_us .form_wrap select {
    width: 100%;
    color: #999;
    font-size: 14px;
    background-color: #fff;
}
.container_info .contact_us .form_wrap input::-webkit-input-placeholder {
color:#999;
font-size:14px;
}
.container_info .contact_us .btn_red {
    background-color: #0088E6;
    margin-top: 26px;
    height: 44px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.container_info .contact_us .btn_gradient {
    background-color: #0088E6;
    margin-top: 26px;
    height: 44px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.container_info .contact_us .title, .container_info .contact_us .btn_gradient {
    background: -moz-linear-gradient(top, #4ccce3 0%, #629EE8 100%);
    background: -webkit-linear-gradient(top, #4ccce3 0%, #629EE8 100%);
    background: -o-linear-gradient(top, #4ccce3 0%, #629EE8 100%);
    background: -ms-linear-gradient(top, #4ccce3 0%, #629EE8 100%);
    background: linear-gradient(to bottom, #6e92ff 0%, #3d65de 100%);
}
input, select, textarea, button {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    resize: none;
    font-size: inherit;
    margin: 0;
}
input::-webkit-input-placeholder {
color:#999;
}
input::-moz-placeholder {
color:#999;
opacity:1;
}
input:-moz-placeholder {
color:#999;
opacity:1;
}
input:-ms-input-placeholder {
color:#999;
}
textarea::-webkit-input-placeholder {
color:#999;
}
textarea::-moz-placeholder {
color:#999;
opacity:1;
}
textarea:-moz-placeholder {
color:#999;
opacity:1;
}
textarea:-ms-input-placeholder {
color:#999;
}



/*问答*/
.faq_box{ overflow: hidden;}
.faq_box h1 {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}
.faq_box h1 span{background: #72BBFF;border-radius: 3px;padding: 3px;color: #fff;font-size: 16px;float: left;line-height: 16px;margin-right: 8px;margin-top: 5px;}
.faq_box .info{font-size: 12px;color: #808080;margin-top: 10px;display: block;width: 70%;}
.faq_box .info span{ height: 12px;line-height: 12px;padding: 0 10px;border-left: 1px solid #eeeeee;}
.faq_box .info .posandtime{display: block;padding: 10px 0px 0px;border: 0px;}
.faq_box .info span:first-child{border-left: 0;padding-left: 0;}
.faq_box .info span font{display: inline-block;width: 32px;height: 10px;line-height: 10px;border: solid 1px #34567b;color: #34567b; opacity: 0.54;text-align: center;border-radius: 5px;margin-left: 8px;font-size: 10px;}
.faq_box p{font-size: 14px;color: #000000;margin-top: 0.2rem;border-bottom: 1px solid #eee;padding-bottom: .2rem;}

.dedemao-comment {
    margin-top: 10px;
    padding-bottom: 0px!important;
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    width: auto;
    float: none;
    overflow: visible;
    text-indent: 0;
    font-family: Montserrat,"Microsoft YaHei",微软雅黑,Arial,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",sans-serif;
}
.dedemao-comment .dedemao-comment-title {
    margin-top: .1rem;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #39a7e4;
    color: #333;
    font-size: 14px;
}
.dedemao-comment .dedemao-comment-title ul li {
    text-indent: 0;
    margin-bottom: 0;
    line-height: inherit;
}


.dedemao-comment .comm_list ul.list li.entry {
    width: 100%;
    padding-bottom: 5px;
    font-family: 'Microsoft Yahei';
    font-weight: 400;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
}

.dedemao-comment .comm_list ul.list li.entry .adiv {
    float: left;
}
.dedemao-comment .list .entry .headerimage {
    display: inline-block;
    background: #F8F8F8;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    opacity: 1;
    margin: 5px 10px 0 0;
}

.comm_list ul.list li.entry .re_info, .dedemao-comment .comm_list ul.list li.entry .info {
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #888;
    border: none;
}

.dedemao-comment #ulcommentlist .comm {
    margin-left: 60px;
    float: left;
}

.dedemao-comment .zhiChi {
    position: relative;
    float: right;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px #ddd solid;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.14rem;
}


.dedemao-comment .dedemao-comment-box {
    margin-top: 30px;
    /* padding-left: 70px; */
    position: relative;
    z-index: 1;
    height: 130px;
}

.dedemao-comment .b-box-textarea {
    clear: both;
    margin: 5px 0;
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    font-size: .016rem;
}
.dedemao-comment .b-box-textarea .b-box-textarea-body {
    /* border: 2px solid #ccd4d9; */
}

.dedemao-comment .b-box-content{/* border: 1px #ccc solid; */border-radius: 10px;background: #eee;height: 100px;padding: 10px;}
.dedemao-comment .dedemao-comment-box .b-submit-button {
    width: 80px;
    height: 35px;
    /* position: absolute; */
    /* right: 2px; */
    /* top: 0; */
    border-radius: 5px;
    background: #2F99CB;
    float: right;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
    margin-right: 20px;
}
.dedemao-comment .comm_list ul.list li.entry span.comm_reply {
    float: right;
    padding-top: 5px;
    font-size: 12px;
    color: #aaa;
}
.dedemao-comment a {
    cursor: pointer;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    transition: color .15s linear;
    margin-right: 5px;
}
.dedemao-comment .comm_reply .s span {
    color: #28bd98;
}
.dedemao-comment .comm_reply .s {
    color: #28bd98;
}
.comm_reply a i {display: inline-block;background: url(/style/images/atc_ico.png) no-repeat;height:13px;width:16px;background-position:-87px 0;vertical-align: middle;margin-right: 5px;}
.comm_reply .s i{background-position: -11px 0;width: 11px;}
.comm_reply .a i{background-position: -22px 0;width: 11px;}


.comm_reply .a i {
    background-position: -22px 0;
    width: 11px;
}
.dedemao-comment .comm_reply .a span {
    color: #ff6f6f;
}


.dedemao-comment .b-emote-submit .b-submit-button input {
    cursor: pointer;
    width: 92px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #39a7e4;
    border: 0;
    border-bottom-right-radius: 4px;
    position: absolute;
    right: -4px;
    bottom: 5px;
    background-image: url(img/button_bg.png);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}
/*相关内容推荐*/


.kslb_ct{padding: .3rem;}
.kslb_ct .tuijian {
  padding: 22px 30px 30px 30px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.kslb_ct .tuijian .tuij_tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.kslb_ct .tuijian .tuij_content ul {
  padding-top: 30px;
  overflow: hidden;
}
.kslb_ct .tuijian .tuij_content ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 10px;
  width: 338px;
}
.kslb_ct .tuijian .tuij_content ul li img {
  position: absolute;
  top: 2px;
  left: 0;
}
.kslb_ct .tuijian .tuij_content ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*相关内容推荐*/

.kslb_ct .tuijian {
  padding: .3rem;
  border: 1px solid #ddd;
  margin-top: 0.4rem;
}
.kslb_ct .tuijian .tuij_tit {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #ddd;
}
.kslb_ct .tuijian .tuij_tit span {
  color: #333;
  font-size: 0.35rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #0093ea;
}
.kslb_ct .tuijian .tuij_content ul {
  padding-top: 30px;
  overflow: hidden;
}
.kslb_ct .tuijian .tuij_content ul li {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
}
.kslb_ct .tuijian .tuij_content ul li img {
  position: absolute;
  top: 2px;
  left: 0;
}
.kslb_ct .tuijian .tuij_content ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

	
.pagination li {
    float: left;
    margin: 0 3px;
}
	
	
}



    </pre></body></html>