html,body{font-size:14px;}
body{min-width: 22.85em;}
*{
	font-family: sans-serif;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
img{max-width: 100%;line-height: 0;}

ul,li{padding: 0;}
li{list-style: none;}

p { margin-bottom: 25px; }

.image-container {
   background-size: contain;
   background-position: center center;
   background-color: #eee;
   background-repeat: no-repeat;
   border: 0.07em solid #e3e3e3;
   position: relative;
   z-index: 900;
}
.image-container i {
   position: absolute;
   right: 0.7em;
   bottom: 0.7em;
   font-size: 2em;
   color: #999;
   z-index: 1000;
}

.container{
	max-width: 82.85em;
	width: 100% !important;
	padding: 0;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.overhidden{
	overflow: hidden;
}
#top{
	padding-bottom: 0.7em;
	color: #4C4C4C;
	position: relative;
}
#top .top-date{
	margin-right: 0.7em;
}

#top .top-title{
	color: #9C6E17;
	font-weight: 700;
	margin-left: 0.7em;
}
#top .fb-link{
	position: absolute;
    right: 0;
    top: 0;
}
#top .fb-link a{
	font-size: 1.6em;
}
#top .fb-link a:hover{
	color: #9C6E17;
}
#header{
	padding-top: 0.7em;
}
#logo{
	position: relative;
}
#logo img {
	width: 14.2em;
}

#head-r{
	width: 75%;
	text-align: right;
}

#nav{
	background: #3A4054;
    border-top: 0.35em solid #9C6E17;
    margin: 0.7em 0;
    position: relative;
}


#nav .nav-bar{
	float: left;
	padding: 0.85em 1em;
	border-left: 0.14em solid #9C6E17;
	font-size: 1.2em;
}
#nav .nav-bar a{
	color: #fff;
}

#nav ul{
	margin-bottom: 0;
}
#nav .nav-btn{
	float: right;
	padding: 0.35em 0;
}
#nav .nav-btn a{
	display: block;
	float: left;
	color: #fff;
	background: #636363;
	padding: 0.35em 1.4em;
	margin-left: 1em;
	font-size: 1.2em;
}

#nav .search-wrap{
	position: absolute;
    z-index: 10000;
    bottom: -100%;
    width: 100%;
    background: #fff;
    padding: 0 0.7em;
    display: none;
}

#nav .search-wrap .search-wrap-inner{
	border: 0.07em solid #9C6E17;
	overflow: hidden;
}

#nav .search-wrap .search-btn-r{
	border: none;
	width: 2.85em;
	height: 2.85em;
	padding: 0;
	background: url(../images/search.png) no-repeat center;
	background-size: 78%;
	float: right;
}

#nav .search-wrap input{
	width: 80%;
    height: 2.85em;
    border: none;
    padding: 0 0.7em;
    outline: none;
    background: transparent;
}

#nav .search-wrap input::-webkit-input-placeholder {
    color: #9C6E17;
    font-weight: 700;
}

.menunav-menu {
	position: relative;
	z-index: 1000;
}
.menunav-menu .sub-menu{
	display: none;
	position: absolute;
	width: 14.2em;
	/*top: 3em;*/
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after{
	content: "\f107";
    color: #ffffff;
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after, .main-navigation li li.page_item_has_children > a:after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 1em;
    padding-left: 0.4em;

}
.main-navigation li li.menu-item-has-children > a:after, .main-navigation li li.page_item_has_children > a:after{
	content: "\f105";
    position: absolute;
    right: 0.6em;
}
.main-navigation ul li ul li ul{
	left: 14.2em;
	top: 0;
}
.menunav-menu .menu-item{
	float: left;
	position: relative;

}
.menunav-menu .menu-item a{
	color: #fff;
	padding: 1em;
	border-left: 0.14em solid #9C6E17;
	font-size: 1em;
	display: block;
	background: #3A4054; 
}
#site-navigation a:hover{
	background: #9C6E17;
}

.menunav-menu .menu-item ul li{
	float: none;
}

.home-icon a{
	border-left: 0.07em solid #9C6E17;
    float: left;
    font-size: 2em;
    padding: 0.14em 0.7em;
    color: #fff;
}


#content-left{
	width: calc(100% - 300px);
	float: left;
	padding-right: 1.4em;
}
#content-right{
	width: 300px; float: right;overflow: hidden;
	float: right;

}

#content-right .info-link { 
	margin-bottom: 0.7em; 
}

#slides .slide-title{
	padding: 0.7em 2.4em;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
    bottom: 2.1em;
}
#slides .slide-title a{
	color: #fff;
}
#slides .slide-title p{
	font-size: 2em;
}
#slides .slide-title .far,#slides .slide-title .fas{
	font-size: 1.1em;
}
#slides .slide-title .cate-date span{
	color: #fff;
}
#slides .slide-title .cate-date a{
	color: #fff;
	font-size: 1em;
}
#slides .slide-img{
	text-align: center;
	position: relative;
}
#slides .slide-img img{
	max-width: 100%;
	max-height: 100%;
	line-height: 0;
}

#slides .slide-img .slider-cover{
	position: absolute;
	left: 0;
	width: 100%;
}

/*#slides .slide-title{
	color: #fff;
}*/
#sliser-content{
	position: relative;
	overflow: hidden;
    margin-bottom: 0;
}
#slides-controller{
	position: absolute;
    bottom: 0.7em;
    width: 100%;
    text-align: center;
}

#slides-controller .jFlowControl{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: #fff;
	border: 0.07em solid #9C6E17;
	border-radius: 50%;
	margin: 0 0.35em;
}

#slides-controller .jFlowSelected{
	background: #9C6E17;
}

#sliser-content .jNext{
	position: absolute;
    width: 2.7em;
    height: 4.5em;
    top: calc(50% - 2.2em);
    right: 0.7em;
    background: url(../images/icon_slider_right.png) no-repeat center;
	 background-size: 100%;
	 cursor: pointer;
}
#sliser-content .jPrev{
	position: absolute;
    width: 2.7em;
    height: 4.5em;
    top: calc(50% - 2.2em);
    left: 0.7em;
    background: url(../images/icon_slider_left.png) no-repeat center;
	 background-size: 100%;
	 cursor: pointer;
}

.cate-item-e  .jPrev-a,.cate-item-e  .jPrev-b,.cate-item-e  .jPrev-c{
	position: absolute;
    width: 2.5em;
    height: 4.5em;
    top: calc(50% - 2.2em);
    left: 0.7em;
    background: url(../images/icon_slider_left.png) no-repeat center;
	 background-size: 100%;
	 cursor: pointer;
}

.cate-item-e .jNext-a,.cate-item-e .jNext-b,.cate-item-e  .jNext-c{
	position: absolute;
    width: 2.5em;
    height: 4.5em;
    top: calc(50% - 2.2em);
    right: 0.7em;
    background: url(../images/icon_slider_right.png) no-repeat center;
	 background-size: 100%;
	 cursor: pointer;
}

.info-item-m{
	display: none;
}
.cate-head{
	position: relative;
	padding-bottom: 0.7em;
	margin-bottom: 1em;
	margin-top: 1.42em;
}
.cate-head .cate-name{
	font-size: 1.4em;
	font-weight: 700;
	color: #9C6E17;
}
.cate-head .cate-more{
	display: block;
	float: right;
	font-size: 1.4em;
	color: #9C6E17;
	text-align: right;
	margin-right: 0.71em;
	margin-top: 0.35em;
	line-height: 1em;
}

.cate-head .cate-bar{
	position: absolute;
    width: 100%;
    height: 0.42em;
    background: #9C6E17;
    left: 0;
    bottom: 0;
}

.cate-head .cate-bar-b{
	position: absolute;
    width: 100%;
    height: 0.5em;
    background: #9C6E17;
    left: 0;
    bottom: 0;
}
.cate-head .cate-bar-c{
	position: absolute;
    width: 100%;
    height: 0.5em;
    background: #9C6E17;
    left: 0;
    bottom: 0;
}
.cate-head .cate-bar-d{
	position: absolute;
    width: 100%;
    height: 0.5em;
    background: #9C6E17;
    left: 0;
    bottom: 0;
}
.cate-img img{
	width: 100%;
}
.cate-title{
	font-weight: 700;
	height: 0.40rem;
	margin-bottom: 0.045rem;
}
.cate-title a{
	color: #323232;
	font-size: 1.28em;
}

.cate-title, .spec-title {
	max-height: 1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.7em;
	white-space: inherit;
}

.cate-date{

}
.cate-date span{
	margin-left: 0.57em;
	margin-right: 0.85em;
	color: #4B4B4B;
	font-size: 1em;
}
.icon-date{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/date.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	 behavior: url(backgroundsize.min.htc);
}

.icon-file{
	display: inline-block;
	width: 0.78em;
	height: 1em;
	background: url(../images/file.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	 behavior: url(backgroundsize.min.htc);
}

.icon-man{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/man.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	 behavior: url(backgroundsize.min.htc);
}

.icon-tag{
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/tag.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	-ms-behavior: url(../images/backgroundsize.min.htc);
	 behavior: url(backgroundsize.min.htc);
}

.cate-desc{
	font-size: 1em;
	color: #4B4B4B;
	margin-bottom: 0.71em;
	margin-top: 0.35em;

	max-height: 8.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}
.cate-tag{
	white-space: nowrap;
	color: #9C6E17;
}
.cate-tag a{
	font-size: 1em;
	color: #9C6E17;
	font-weight: 600;
	margin: 0 0.35em;
}

.spec-title{
	font-weight: 700;
	height: 0.186rem;
	color: #323232;
	overflow: hidden;
	margin-bottom: 0.045rem;
}
.spec-title a{
	color: #323232;
	font-size: 1.28em;
}

.spec-date{
	overflow: hidden;
	/*margin-bottom: 0.045rem;*/
}
.spec-date span{
	margin-left: 0.6em;
	margin-right: 0.6em;
	color: #4B4B4B;
	font-size: 1em;
}

.spec-date div, .cate-date div, .details-date div { display: inline-block; }

#blog-outer-wrap{
	width: 100%;
	margin-top: 1.42em;
	margin-bottom: 1.42em;
}

#blog-outer-wrap .blog-item {
	width: 19%;
	margin-right: 1.25%;
	float: left;
	border: 0.07em solid #e3e3e3;
}
#blog-outer-wrap .blog-item .image-container { border: 0 !important; }



.qna_detail a {
	color: #C00;
	font-weight: bold;
}

.con_text {
	float: left;
	width: 90%;
	padding: 0.75em;    
	line-height: 1.6;
	font-size: 1.1em;
}

#content-wrap .content {
	border-bottom: none;
	margin: 0 auto;
}

.qna {
	float: left;
	width: 8%;
}

.qna_detail {
	float: left;
	width: 80%;
	margin-left: 1em;
}

#wechat-widget .info { display: inline-block; vertical-align: middle; }
#wechat-widget .headline { font-size: 1.28em; font-weight: bold;}

.mt-20 {
    margin-top: 1.4em;
}

.listing-item .col-sm-6 .cate-img {
    width: 100%;
    height: 16.7em;
}

#slides .slide-wrap .slide-img img {
    width: 100%; 
    height: 100%;
}

.no-gutters #slides .slide-wrap .slide-cap {
    text-align: center;
    padding-bottom: 1.4em;
    padding-top: 0.71em;
    font-weight: bold;
}



.cate-item-a .cate-img {
    width: 100%;
    height: 16.99em;
}

.cate-item-c {
    height: 47.7em;
    overflow: hidden;
}

.cate-item-c .cate-img {
    width: 100%;
    height: 16.99em;
}

.cate-item .cate-imgb {
    width: 12.5em;
    height: 7.07em;
}

.spec-title {
    height: auto;
}

.details-title {
    width: 100%;
}

.cate-subCat a {
    font-size: 1em;
    color: #9C6E17;
    font-weight: 600;
}

.cate-date a, .details-date a{
    color: #4B4B4B;
}

#issue-wrap .issue-list-wrap .issue-item a img {
    width: 100%;
}

#content-wrap .content .loginbox {
    width: 24.5em;
    background-color: #3A4054;
    border: 0.14em solid #9C6E17;
    margin: 3.57em auto 2.85em;
}

#content-wrap .content .loginbox p {
	margin: 0;
	padding: 10px 0px;
    color: #f5f5f5;
    text-align: center;
}

#content-wrap .content .loginbox p u {
    text-decoration: underline;
    color: #9C6E17;
}

.form-group .form-v span a, #page-title-wrap .form-text a {
    color: #C00;
    font-weight: bold;
}

#map-wrap{
    width: 50%;
}

#nav .nav-bar:hover, #nav .cur, #nav .nav-btn a:hover {
    background-color: #9C6E17;
}

#nav .nav-bar a {
    text-decoration: none;
}

.info-item .info-desc a {
    color: #fff;
}

.blog-item:nth-child(6n-1) {
    margin-bottom: 0.8%;
}

.spec-date a {
    color: #4B4B4B;
}

.cate-text {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0.7em;
}

font {
    color: #9C6E17;
    font-weight: bold;
}

.cate-head {
    padding-bottom: 1em;
    margin-bottom: 0.7em;
}

.news-list .special {
    padding-top: 0.57em;
    padding-bottom: 0.57em;
    height: auto;
    line-height: 1.6;
}

.cate-head .cate-special {
    width: auto;
}

.news-list .special .special-title {
    white-space:nowrap;
    font-weight: bold; 
    overflow: hidden;
}

.news-list .special .special-content {
    white-space:nowrap;
    font-size: 0.92em; 
    overflow: hidden;
}


.cate-list-small { max-height: 8.6em; }

.serch_author{
    height: 2em;
    float: right;
    border: 1px solid #9C6E17;
}
.serch_author form{
    height: 100%;
}
.serch_author .search-inp{
    border: none;
    padding: 0.21em;
    width: 80%;
    height: 100%;
    float: left;

}
.serch_author .search-btn{
    width: 20%;
    height: 100%;
    float: right;
    border: none;
    background: url('../images/search.png') no-repeat center;
    background-size: 60%;
}
#author-list-ul {
    overflow: hidden;
}

#author-list-ul .author-list-li-wrap{
    float: left;
    width: 25%;
    padding-right: 1.2em;
    margin-bottom: 0.35em;
}
#author-list-ul li{
    list-style: inside;
    float: left;
    width: 100%;
    color: #666;
    padding: 0.35em 0;
    border-bottom: 1px solid #666;
}
#author-list-ul li a{
    font-size: 1.2em;
    color: #666;


}


@supports (display: flex) {
    #home-categories-listing { display: flex; flex-wrap: wrap; }

    .cate-item-c { height: auto; }
}

.cate-list { max-height: 12.8em; height: auto; }

.cate-title { height: auto; }

.cate-title a {
    text-decoration: none;
}

@media screen and (min-width: 766px) {

	#blog-outer-wrap .blog-item:nth-child(5n)  {
		margin-right: 0;
	}

	#title-page-wrap .title-page-item{
		width: 23.5%;
	    margin-right: 2%;
	    min-height: 380px;
	}

	#title-page-wrap .title-page-item:nth-child(4n){
		margin-right: 0;
	}

	
}

@media screen and (min-width:414px) and (max-width:766px){

	#title-page-wrap .title-page-item{
		width: 48%;
	    margin-right: 4%;
	}

	#title-page-wrap .title-page-item:nth-child(2n){
		margin-right: 0;
	}

}



#blog-outer-wrap .blog-item a img {
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
}

.blog-list-wrap .author-select{
	overflow: hidden;
	margin: 1em 0;
}
.blog-list-wrap .author-select select{
	width: 11em;
	float: right;
	font-size: 1.1em;
	border-radius: 0.35em;
	padding-right: 1em;
	padding-left: 0.35em;
}

.blog-list-wrap .blog-list-item .img {
	height: 9em;
	position: relative;
}

.blog-list-wrap .blog-list-item .img img {
	width: 100%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-list-wrap .content-wrap p{
	overflow: hidden;
	font-size: 1.15em;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.blog-list-wrap .content-wrap .alink,.contact-list-wrap .alink{
	color: #9C6E17;
	text-decoration: underline;
}

.blog-list-wrap .content-wrap.price-tab{
	display: none;
}
.blog-list-wrap .content-wrap.price-tab.cur{
	display: block;
}
.content-wrap.payment-tab{
	display: none;
}
.content-wrap.payment-tab.cur{
	display: block;
}

.blog-list-wrap .newmember-img{
	text-align: center;
}
.blog-list-wrap .newmember-price{
	font-size: 2em !important;
	color: #9C6E17;
	margin: 0;
}
.blog-item img{
	width: 100%;
	height: 100%;
}
.pr-2{
	padding-right: 0.7em !important;
}

.pl-2{
	padding-left: 0.7em !important;
}
.mr-2{
	margin-right: 0.7em !important;
}
.mb-1{
	margin-bottom: 0.35em !important;
}
.mb-2{
	margin-bottom: 0.7em !important;

}
.mb-3{
	margin-bottom: 1em !important;

}
.mb-4{
	margin-bottom: 1.4em !important;

}
.blog-item{
	position: relative;
}
.blog-item .blog-name{
	position: absolute;
    bottom: 0;
    margin: 0;
    text-indent: 0.42em;
    width: 100%;
    background: rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	color: #fff;
	padding: 0.7em 0.35em;
	border-top: 0.14em solid #9C6E17;
}

.cate-list{
	/*height: 12.8em;*/
	width: 100%;
}
.cate-list li{
	height: 2.7em;
	border-top: 0.07em solid #BEBEBE;
	line-height: 2.7em;
	overflow: hidden;
}
.news-list li{
	height: 2.7em;
	border-bottom: 0.07em solid #BEBEBE;
	line-height: 2.7em;
	overflow: hidden;
}
.news-list li a{
	display: block;
	color: #4C4C4C;
	font-size: 1.1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cate-list li a{
	display: block;
	color: #4C4C4C;
	font-size: 1.1em;
    font-weight: bold;
}
.cate-list .list-shadow{
	position: absolute;
	width: 100%;
	height: 2.7em;
	background: #fff;
	bottom: 0;
	opacity: 0.8;
}

.cate-item{
	padding: 0;
}

.cate-item .cate-imgb{
	padding: 0;
	margin-right: 0.7em;
}

/* link-item.width: 49% for 2xn, 32% for 3xn, 24% for 4xn*/
.link-item{
	width: 48%;
    float: left;
    margin-right: 2.8%;
    margin-bottom: 2.8%;
}

.link-item:nth-child(2n){
	width: 48%;
    float: left;
    margin-right: 0%;
    margin-bottom: 2.8%;
}
#slides .slide-wrap{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.jFlowSlideContainer{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
#slides .slide-wrap a {
	text-decoration: none;
}

.frenchBC-link {
	margin-top: 0.35em;
	border-bottom: 0 !important; 
	border-top: 0.14em solid #9C6E17;
}

.frenchBC-img {
	width: 4.78em;
	height: 5.35em;
	float: right;
	margin-right: 0.21em;
	margin-left: 0.7em;
}




/* .link-item:nth-child(6n-1){
	margin: 0;
}

.link-item:nth-child(6n){
	margin-right: 0;
	margin-left: 0.8%;
} */

.link-item img{
	width: 100%;
	height: 100%;
}
.search-item{
	width: 100%;
	height: 2.28em;
	border: 0.07em solid #9C6E17;
	margin-bottom: 0.7em;
	margin-top: 0.57em;
}
.search-item form{
	height: 100%;
}
.search-item input{
	border: none;
	outline:none;
	background:transparent;
	width: 86%;
	height: 100%;
	padding: 0 0.7em;
	float: left;
}
.search-item button{
	width: 14%;
	height: 100%;
	float: left;
	border: none;
	background: url('../images/search.png') no-repeat top right 0.7em;
	background-size: contain;
	-ms-behavior: url('../images/backgroundsize.min.htc');
	behavior: url(backgroundsize.min.htc);
}

.info-pro{
	width: 49%;
	float:right;
}

.info-item{
	width: 49%; 
	float:left; 
	margin-right: 2%;
	text-align: center;
	background: #4F4F4F;
	color: #fff;
	border-bottom: 0.35em solid #93262C;
	height: 10.7em;

}
.info-item .info-title{
	background: #93262C;
    height: 1.85em;
    line-height: 2em;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.info-item .info-desc{
	padding: 0.92em 0;
}
.info-item .info-desc p{
	margin: 0;
	font-size: 0.85em;
}

.info-link .link-btn{
	display: block;
	width: 49%;
	height: 3em;
	line-height: 3em;
	margin-bottom: 0.7em;
	text-align: center;
	font-size: 1.36em;
	font-weight: 600;
	color: #fff;
	background: #4F4F4F;
	border-bottom: 0.35em solid #93262C;
	margin-right: 2%;
	float: left;
}

.info-link .link-btn:nth-child(2n) {
	margin-right: 0;
}

#footer{
	background: #303440;
	padding: 3em 2em;
	margin-top: 1em;
	overflow: hidden;
	color: #aaaaaa;
}
#footer .footer-container{
	max-width: 82.85em;
	margin: 0 auto;
}

#footer .footer-container .item-wrap{
	overflow: hidden;
}
#footer .footer-container .foot-item-a{
	width: 39.473684%;
	margin-right: 2.631579%;
	float: left;
}
#footer .footer-container .item-top{
	color: #fff;
	font-size: 1.2em;
	border-bottom: 0.14em solid #9C6E17;
	margin-bottom: 1em;
}

#footer .footer-container .item-top span{
	display: inline-block;
    background: #9C6E17;
    padding: 0.35em 0.7em;
}

#footer .footer-container .desc{
	margin-bottom: 2.85em;
}


#footer .footer-container .footer-right-wrap{
	float: right;
    width: 57.894737%;
}
#footer .footer-container .foot-item-b{
	width: 30.303030%;
    margin-right: 4.545454%;
	float: left;
}
#footer .footer-container .foot-item-b .about-menu{
	padding: 0;
}
#footer .footer-container .foot-item-b .about-menu li{
	list-style: none;
	line-height: 1.5;
	padding: 0.35em 0;
	border-bottom: 0.07em solid #444444;
}
#footer .footer-container .foot-item-b .about-menu li a{
	color: #fff;
}
#footer .footer-container .foot-item-b .about-menu li a:hover{
	color: #9c6e17;
}


#footer .footer-container .foot-item-b .img-item p{
	margin-bottom: 1.28em;
}

#footer .footer-container .foot-item-b-l{
	float: right;
	margin: 0;
}
#footer .footer-bottom{
	overflow: hidden;
	margin-top: 3.57em;
}
#footer .footer-bottom .copyright a{
	color: #b1b6b6;
	border-bottom: 0.07em solid #5a5d62;
}
#footer .footer-bottom .copyright a:hover{
	color: #fff;
}
#footer .footer-bottom .social-links{
	float: right;
}
#footer .footer-bottom .social-links a{
	font-size: 1.8em;
    padding: 0.35em 0.7em;
}
#footer .footer-bottom .social-links a:hover{
	color: #9c6e17;
}


#footer .footer-bottom .copyright{
	float: left;
	line-height: 2.4em;
}


#scroll-up{
	color: #9c6e17;
	font-size: 3em;
	bottom: 1.4em;
    position: fixed;
    right: 1.4em;
    display: none;
    opacity: 0.5;
    z-index: 10000;
}
#scroll-up:hover{
	color: #9c6e17;
    opacity: 1;
}
.listing-item{
	margin-bottom: 0.7em;
}

#content-wrap {
	font-size: 1.28em;
	line-height: 1.5em;
	color: #4F4F4F;
}

#content-wrap .excerpt{
	border-bottom: 0.07em solid #BEBEBE;
	margin-bottom: 0.71;
}
#content-wrap .content{
	border-bottom: 0.07em solid #BEBEBE;
	margin-bottom: 2.14em;
	padding-top: 0.7em;
}

.no-gutters #slides .slide-wrap .slide-cap { font-size: 1.1em; }


.details-title{
	font-size: 1.7em;
	font-weight: 700;
	padding: 0;
	margin-bottom: 0.7em;
	float: left;
}

.details-date{
	font-size: 1em;
	float: left;
	margin-bottom: 0.7em;
}
.details-date span{
	margin-left: 0.35em;
	margin-right: 0.85em;
	color: #4B4B4B;
}
.details-tag{
	padding: 0 0.7em;
	margin-bottom: 0.7em;
	float: right;
	color: #9C6E17;
}
.details-tag a{
	font-size: 1em;
	color: #9C6E17;
	font-weight: 600;
	margin: 0 0.35em;
}


.cate-item-c:nth-child(odd){
	padding-right: 0.7em;
	margin-top: 0.7em

}
.cate-item-c:nth-child(even){
	padding-left: 0.7em;
	margin-top: 0.7em;
}


/*名家博客*/
.blog-info-wrap{
	padding: 0.7em;
	background: #E5E5E5;
	border: 0.07em solid #D7D7D7;
	min-height: 17.14em;
}


.blog-info-wrap .title{
	font-size: 1.28em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.blog-info-wrap .title a{
	color: #323232;
}
.blog-info-wrap .desc{
	font-size: 1em;
	color: #4B4B4B;
	margin-bottom: 0.21em;
}

.blog-info-wrap .cate-date span{
	font-size: 1em;
}
.blog-info-wrap .date-item{
	display: inline-block;
}
.blog-info-wrap .cate-date{
	height: auto;
	white-space: normal;
}

.blog-list-wrap .blog-list-inner{
	overflow: hidden;
	border: 0.07em solid #D8D8D8;
	border-top: none;
}

.blog-list-wrap .blog-list-item{
	width: 32%;
	float: left;
	margin-bottom: 2%;
}


.blog-list-wrap .blog-list-item:nth-child(3n+1){
	margin-right: 2%;
}
.blog-list-wrap .blog-list-item:nth-child(3n){
	margin-left: 2%;
}

#blog-list-wrap{
	width: 100%;
	overflow: hidden;
}

.blog-list-wrap .blog-list-item .name{
	font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em;
    background: #9C6E17;
}
.blog-list-wrap .blog-list-item .name a{
	color: #fff;
}
.blog-list-wrap .blog-list-item .img{
	max-width: 9em;
	width: 36%;
	float: left;
}
.blog-list-wrap .blog-list-item .img img{
	width: 100%;
}
.blog-list-wrap .blog-list-item .title{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.35em;
}
.blog-list-wrap .blog-list-item .title a{
	color: #333;
}

.blog-list-wrap .blog-list-item .text{
	float: left;
	width: 63%;
	padding: 0.35em;
}


#tab-wrap{
	overflow: hidden;
	margin-bottom: 1.4em;
}

#tab-wrap .tab-link-btn{
	display: inline-block;
	/*float: left;*/
	background: #4F4F4F;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 1.4em;
	margin-bottom: 1.4em;
	padding: 0.35em 1.57em;
	text-align: center;
}
#tab-wrap .tab-link-btn.cur{
	background: #9C6E17;
}

#page-title-wrap{
	padding: 1.4em;
	border: 0.07em solid #D6D6D6;
	background: #E5E5E5;
	margin-bottom: 1.4em;
}
#page-title-wrap p{
	margin: 0;
    font-size: 1.28em;
    font-weight: bold;
    line-height: 1.85em;
}
#page-title-wrap p.form-text{
	overflow: hidden;
	font-weight: normal;
	line-height: 1.57em;
	font-size: 1em;
	color: #4D4D4D;
}

.text-l{
	width: 90%;
}

.page-title-wrap{
	padding: 1.4em;
	border: 0.07em solid #D6D6D6;
	background: #E5E5E5;
	margin-bottom: 1.4em;
}
.page-title-wrap p{
	margin: 0;
    font-size: 1.28em;
    font-weight: bold;
    line-height: 1.85em;
}
.page-title-wrap p.form-text{
	font-weight: normal;
	line-height: 1.57em;
	font-size: 1em;
	color: #4D4D4D;
}
.contact-list-wrap{
	overflow: hidden;
	padding: 1.4em;
	background: #E5E5E5;
}
.contact-list-wrap{
	overflow: hidden;
	padding: 1.4em;
	/*border: 0.07em solid #D6D6D6;*/
	background: #E5E5E5;
	/*margin-bottom: 3.57em;*/
}
.contact-list-wrap .contact-item:nth-child(odd){
	float: left;
}
.contact-list-wrap .contact-item:nth-child(even){
	float: right;
}
.contact-list-wrap .contact-item{
	width: 49%;
	display: inline-block;
}
.contact-list-wrap .contact-item .title{
	padding: 0.7em 1.4em;
	background: #cccccc;
	font-size: 0.14rem;
	font-weight: bold;
}
.contact-list-wrap .contact-item .info{
	padding: 0.7em 1.4em;
	background: #fff;
	margin-bottom: 1.4em;
	overflow: hidden;
}
.contact-list-wrap .contact-item .info table td{
	vertical-align: top;
	line-height: 1.7em;
}
.contact-list-wrap .contact-item .info table tr td:nth-child(even){
	padding-left: 0.7em;
}

.contact-list-wrap .table-title{
	text-align: center;
	margin-bottom: 1em;
}

.contact-list-wrap .color-table{
	margin-bottom: 1.4em;
}
.contact-list-wrap .color-table table{
	width: 100%;
}
.contact-list-wrap .color-table table thead{
	background: #808080;
	color: #fff;
}

.contact-list-wrap .color-table table th{
	padding: 0.7em 1.4em;
	font-size: 1.21em;
	border-right: 0.07em solid #000;
	border-bottom: 0.07em solid #000;
	font-weight: 500;
}
.contact-list-wrap .color-table table th:last-child{
	border-right: none;
}
.contact-list-wrap .color-table table td{
	padding: 0.35em 1.4em;
	color: #4D4D4D;
	font-size: 1.1em;
	border: 0.07em solid #000;
	border-top: none;
	background: #fff;

}

.contact-list-wrap .text-wrap p{
	margin: 0;
}
.contact-list-wrap .text-wrap .head{
	font-weight: bold;
}
.contact-list-wrap .text-wrap .sub-titile{
	font-size: 1.1em;
}

.text-wrap .goback-btn{
	display: inline-block;
	background: #4F4F4F;
    color: #fff;
    border: none;
    font-size: 1.2em;
    padding: 0.35em 2em;
}

.form-wrap .form-group{
	overflow: hidden;
	color: #4D4D4D;
}
.contact-list-wrap .form-title{
	font-size: 1.2em;
	font-weight: bold;
}

.contact-list-wrap .form-text{
	overflow: hidden;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #4D4D4D;
}
.contact-list-wrap .form-bar{
	border-bottom: 1px solid #000;
    margin: 1em 0;
}

.contact-list-wrap .form-info{
	font-size: 1.28em;
	line-height: 2em;
	color: #4D4D4D;
	margin-bottom: 1.57em;
}

.form-wrap .radio-a{
	vertical-align: middle;
	margin-top: -0.35em;
	width: 1.4em;
    height: 1.4em;
}
.form-wrap .checkbox-a{
	vertical-align: middle;
	width: 1.2em;
    height: 1.2em;
}
.form-wrap .checkbox-b{
	vertical-align: middle;
	margin: 0 1em;
	margin-top: 0.35em;
	width: 1.2em;
    height: 1.2em;
}

.form-wrap .checkbox-p{
	visibility: hidden;
}
.form-wrap .checkbox-p +label{
	width: 1.6em;
	height: 1.6em;
	vertical-align: middle;
	margin-left: 0.35em;
	margin-right: 1em;
}

.form-wrap .checkbox-p +label:before{
	display: inline-block;
    content: '';
    width: 1.6em;
    height: 1.6em;
    background: url(../images/check-p.png) no-repeat center;
    background-size: contain;
}

.form-wrap .checkbox-p:checked +label:before{
	display: inline-block;
    content: '';
    width: 1.6em;
    height: 1.6em;
    background: url(../images/checked-p.png) no-repeat center;
    background-size: contain;
}



.form-wrap .form-group .radio-a-label{
	padding: 0 0.5em;
	font-weight: normal;
}


.form-wrap .radio-b{
	vertical-align: middle;
	margin: 0 !important;
	width: 1.5em;
    height: 1.5em;
}
.form-wrap .radio-b-lable{
	margin-left: 1em;
    margin-right: 1.2em;
}
.form-wrap .form-group .form-k{
	float: left;
    height: 1.85em;
    line-height: 1.85em;
    width: 10em;
    text-align: right;
}
.form-wrap .form-group .form-m{
	float: left;
    height: 1.85em;
    line-height: 1.85em;
    width: 5em;
    text-align: right;
}
.form-wrap .form-group{
	overflow: hidden;
	width: 100%;
    color: #4D4D4D;
    margin-bottom: 0.21em;
}
.form-wrap .form-group .form-pk{
	float: left;
    height: 1.85em;
    line-height: 1.85em;
    width: 10em;
    text-align: right;
    font-size: 1.15em;
    font-weight: bold;
}
.form-wrap .form-group .form-pv{
	float: left;
	width: 50%;
	padding-left: 0.7em;
	line-height: 1.85em;
	padding-top: 0.3em;
}
.form-wrap .form-group .form-pv .form-inp{
	height: 1.8em;
	width: 25em
}
.form-wrap .form-group .form-pv .form-inp-d{
	width: 5em;
}
.form-wrap .form-group .form-v{
	float: left;
	width: 78%;
	padding-left: 0.7em;
	line-height: 1.85em;
}
.form-wrap .form-group .form-v.form-agree{
	padding-left: 3.5em;
}
.form-wrap .form-group .code-img{
	float: left;
    max-width: 11em;
}
.form-wrap .form-group .reflash-code{
	line-height: 2.7em;
    margin-left: 1em;
    color: #666;
}
.form-wrap .form-group .form-v .form-inp{
	width: 50%;
}
.form-wrap .form-group .form-v .form-inp-code{
	width: 11em;
}
.form-wrap .form-group .form-v .code-img{
	width: 11.42em;
}
.form-wrap .form-group .form-v .form-code{
	width: 11.42em;
	margin-top: 0.35em;
}
.form-wrap .form-group .form-v .flash-code{
	color: #4D4D4D;
}
.form-wrap .form-group .form-v .form-sel{
	width: 50%;
}
.form-wrap .form-group .form-v .form-rad{
	margin: 0;
	width: 1.28em;
	height: 1.28em;
	vertical-align: middle;
}
.form-wrap .form-group .form-v .address-list{
	padding-top: 0.21em;
}
.form-wrap .form-group .form-v .radio-label{
	font-weight: normal;
	margin: 0 0.7em;
}
.form-wrap .form-group .form-btn{
	height: 2.28em;
	background: #4F4F4F;
	color: #fff;
	border: none;
	margin-right: 1.4em;
	padding: 0 3em;
}
.form-wrap .active{
	background: #9C6E17 !important;
	color: #fff !important;;
}
.paymen-price-wrap{
	width: 100%;
    overflow: hidden;
    padding: 1em 2.5em;
    background: #E6E6E6;
    font-size: 1.3em;
    color: #4D4D4D;
}
#map-wrap{
	position: relative;
	margin-bottom: 2.14em;
}

#map-wrap .map-img{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#map-wrap .map-img.cur{
	display: block;
}


#area-wrap{
	overflow: hidden;
	padding-bottom: 3.57em;
}
#area-wrap .area-list{
	width: 19%;
	float: left;
	margin-right: 1.25%;
}
#area-wrap .area-list.cur{
	box-shadow: 0 0.07em 0.35em 0 #888888;
}
#area-wrap .area-list:last-child{
	margin: 0;
}
#area-wrap .area-list .title{
	padding: 0.7em 0.14rem;
	background: #CCCCCC;
	color: #333333;
	font-size: 0.13rem;
	font-weight: bold;
}
#area-wrap .area-list.cur .title{
	background: #912729;
	color: #fff;
}
#area-wrap .area-list .item{
	position: relative;
	line-height: 1.85em;
}
#area-wrap .area-list .item.cur a{
	color: #912729;
}
#area-wrap .area-list .item a{
	color: #4D4D4D;
}
.icon-point{
	display: block;
	width: 1.28em;
	height: 2em;
	background: url('../images/point.png') no-repeat center;
	background-size: 100%;
	-ms-behavior: url('../images/backgroundsize.min.htc');
	behavior: url(backgroundsize.min.htc);
	position: absolute;
	left: -2em;
	display: none;
}

#area-wrap .area-list .list{
	padding: 0.7em 0;
	padding-left: 20%;
	font-size: 1.1em;
	background: #E5E5E5;
	height: 23.7em;
}

#issue-wrap .issue-select{
	position: relative;
	display: inline-block;
	height: 2.28em;
	margin: 1.4em 0;
}
#issue-wrap .issue-select:after {

	content:' ';
    position: absolute;
    right: 0.42em;
    top: 50%;
    margin-top: -0.35em;
    width: 0;
  	height: 0;
  	border-left: 0.42em solid transparent;
  	border-right: 0.42em solid transparent;
  	border-top: 0.85em solid #9C6E17;
    font-size: 0;
    line-height: 0;
}
#issue-wrap .issue-select select{
	height: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35em;
    border: 0.07em solid #9C6E17;
    font-weight: bold;
    font-size: 1.1em;
    padding:0 1.4em;
    min-width: 11.42em;

}
#issue-wrap .issue-list-wrap .issue-item{
	width: 23.5%;
	float: left;
	padding: 0.14rem.11rem;
	background: #E5E5E5;
	margin-right: 2%;
	margin-bottom: 2%;
}
#issue-wrap .issue-list-wrap .issue-item:nth-child(4n){
	margin-right: 0;
}
#issue-wrap .issue-list-wrap .issue-item .img{
	display: block;
	margin-bottom: 0.11rem;
}
#issue-wrap .issue-list-wrap .issue-item p{
	margin: 0;
	text-align: center;
	font-size: 0.13rem;
	font-weight: bold;
	margin-bottom: 0.35em
}
#login-wrap{
	overflow: hidden;
}
#login-wrap .page-text{
	font-size: 1.28em;
	font-weight: bold;
}
#login-wrap .page-text-b{
	font-size: 1.28em;
	font-weight: bold;
	line-height: 2.14em;
	color: #2D2D2D;
}

#login-wrap .login-left{
	width: 55%;
	float: left;
}
#login-wrap .login-right{
	width: 40%;
	float: right;
	margin-top: 1.4em;
}
#login-form-wrap{
	padding: 1.78em 0;
	position: relative;
	background: url('../images/special_bar.gif') repeat-y center;
	background-size: 100%;
	box-shadow: -0.14em 0.21em 0.42em #888;
}
#login-form-wrap .head{
	text-align: center;
    color: #fff;
    font-size: 1.4em;
    /*padding: 0.35em 0;*/
    margin-bottom: 2.85em;
}
#login-form-wrap .tab-wrap{
	position: relative;
}
#login-form-wrap .tab-wrap .tab-btn{
	width: 51%;
	text-align: center;
	color: #fff;
	font-size: 1.57em;
	background: #2D2D2D;
	padding: 0.35em 0;
	cursor:pointer;
}
#login-form-wrap .tab-wrap .tab-btn-a{
	position: relative;
	left: 0.21em;
	top: 0;
	background: linear-gradient(-120deg, transparent 1.4em, #808080 0);
	/*width: 51.1%;*/
}
#login-form-wrap .tab-wrap .tab-btn-a.cur{
	top: 0.21em;
	background: linear-gradient(-120deg, transparent 1.4em, #2D2D2D 0);
	cursor: default;
	width: 51.6%;
}
#login-form-wrap .tab-wrap .tab-btn-b{
	position: absolute;
	top: 0;
	right: 0.21em;
	background: linear-gradient(-300deg, transparent 1.4em, #808080 0);
	/*width: 51.1%;*/
}
#login-form-wrap .tab-wrap .tab-btn-b.cur{
	background: linear-gradient(-300deg, transparent 1.4em, #2D2D2D 0);
	top: 0.21em;
	cursor: default;
	/*width: 50%;*/
}
#login-form-wrap .form-wrap{
	padding: 2.85em 2.14em 2.85em;
	background: #3A4054;
}
#login-form-wrap .form-wrap .inp input{
	width: 100%;
	padding: 0.35em 1.4em;
	border: none;
	border-radius: 0.35em;
	font-size: 1.28em;
	margin-bottom: 1.4em;
}

#login-form-wrap .form-wrap .inp input::-webkit-input-placeholder {
    color: #999999;
}


#login-form-wrap .link-wrap{
	text-align: center;
	color: #fff;
}
#login-form-wrap .link-wrap a{
	color: #fff;
	font-size: 1.1em;
	vertical-align: middle;
}
#login-form-wrap .link-wrap .line{
	display: inline-block;
	width: 0.14em;
	height: 1.57em;
	background: #949494;
	vertical-align: middle;
	margin: 0 0.7em;
}
#login-form-wrap .btn-wrap{
	text-align: center;
	margin-top: 2.85em;
}
#login-form-wrap .btn-wrap button{
	border: none;
	background: #9C6E17;
	font-size: 1.28em;
	color: #fff;
	width: 30%;
	padding: 0.35em 0;
	border-radius: 0.21em;
	margin: 0 0.57em;
}
#login-slider-wrap{
	padding-bottom: 6.42em;
}
#login-slider-wrap-inner .slide-wrap .slide-left{
	width: 25%;
	float: left;
	padding: 1.4em 0.7em;
	text-align: center;
}
#login-slider-wrap-inner .slide-wrap .slide-left img{
	width: 13em;
	max-width: 100%;
}
#login-slider-wrap-inner .slide-wrap .slide-left .date{
	font-size: 1.2em;
	margin-top: 0.7em;
}
#login-slider-wrap-inner .slide-wrap .slide-right{
	width: 75%;
	float: left;
	padding: 1.4em 0;
	font-size: 1.28em;
	font-weight: bold;
	color: #2D2D2D;
}
#login-slider-wrap-inner .slide-wrap .slide-right p{
	margin-bottom: 0.35em;
}
#login-slider-wrap-inner .slide-wrap .slide-right table{
	margin: 0.7em 0;
	width: 100%;
}
#login-slider-wrap-inner .slide-wrap .slide-right table td{
	line-height: 2.14em;
	vertical-align: top;
}
#login-slider-wrap-inner .slide-wrap .slide-right table td:first-child{
	width: 10.7em;
}
#login-slider-wrap .jFlowControl{
	width: 1.4em;
	height: 1.4em;
}
#login-slider-wrap #slides-controller{
	bottom: 3.57em;
}
#login-wrap .login-bottom-item{
	overflow: hidden;
	margin: 1.4em 0;
}
#login-wrap .login-bottom-item ul{
	float: left;
	padding-right: 5%;
	border-right: 0.07em solid #6C6C6C;
	margin-right: 5%;
}
#login-wrap .login-bottom-item ul:last-child{
	border: none;
}

#login-wrap .login-bottom-item li{
	list-style: inside;

}

.sitemap-wrap {
	width: 13%;
	float: left;
	padding-right: 1.4em;
	font-size: 1.1em;
}

.sitemap-wrap:last-child {
	width: 15%;
	padding-right: 0;
}

.sitemap-wrap a {
	color: #333;
	text-decoration: none;
}

.sitemap-wrap .form-title {
	border-bottom: 0.07em solid #9C6E17;
}

#content-wrap .content .promo { display: block; width: 70%; margin: 1.4em auto; }
#nav .other-links { display: none; }

.iteme-wrap {
	display: flex;
	flex-wrap: wrap;
}
.iteme-wrap .cate-item-e{
	position: relative;
	width: 32%;
	float: left;
	background: #F2F2F2;
	margin-top: 1.4em;
}
.iteme-wrap .cate-item-e.ml{
	margin-left: 1%;
	border: 0.07em solid #000;
	border-top: 0.35em solid #9C6E17;
	padding: 1.4em 0;
	text-align: center;

}

.iteme-wrap .cate-item-e.ml .img-a{
	max-width: 10.7em;
	margin: 0 auto;
	margin-bottom: 0.7em;
}

.iteme-wrap .cate-item-e.ml .img-b{
	max-width: 10.7em;
	margin: 0 auto;
	margin-bottom: 0.7em;
}

.iteme-wrap .cate-item-e.ml .img-c{
	max-width: 10.7em;
	margin: 0 auto;
	margin-bottom: 0.7em;
}

.iteme-wrap .cate-item-e .bg{
	height: 1.7em;
	background: url('../images/special_bar.gif') no-repeat center;
	background-size: cover;

}

.iteme-wrap .cate-item-e .sub-btn{
	display: block;
    width: 13.57em;
    background: url('../images/btn-bg.png') no-repeat center;
    background-size: contain;
    margin: 0 auto;
    padding: 0.7em 0;
}
.iteme-wrap .cate-item-e .sub-btn p{
	margin: 0;
	color: #fff;
	font-weight: bold;
}
.iteme-wrap .cate-item-e .sub-btn p:first-child{
	font-size: 1.2em;
}

.btn-tab-wrap{
	overflow: hidden;
	padding: 1em 0;
}

.btn-tab-wrap .sub-btn{
	float: left;
    color: #fff;
    background: url('../images/btn-bg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 1em 2.2em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 0.35em;
    border: none;
}
.btn-tab-wrap .sub-btn.cur{
    background: url('../images/btn-bg-b.png') no-repeat center;
    background-size: 100% 100%;
    
}

.iteme-wrap .cate-item-e .bg.pos{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.iteme-wrap .cate-item-e .content{
	padding: 1.4em;
}
.iteme-wrap .cate-item-e .title{
	font-size: 1.2em;
    font-weight: 700;
    color: #3A4054;
}
.iteme-wrap .cate-item-e .title.mb0{
	margin-bottom: 0;
}
.iteme-wrap .cate-item-e .content .text{
	color: #4D4D4D;
	margin-top: 1.4em;
}

#nav-list-outer{
	height: 0;
}

.fa-facebook{
	font-family: 'FontAwesome' !important;
}

.q_icon{
	display: inline-block;
    width: 0.85em;
    height: 0.8em;
    background: #9C6E17;
    transform: skewX(-14deg);
    -ms-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    -webkit-transform: skewX(-14deg);
    -o-transform: skewX(-14deg);
    margin: 0 0.35em;
    margin-right: 1em;
}

#title-page-wrap{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#title-page-wrap .title-page-item{
    float: left;
    padding: 1.2em;
    background: #E4E4E4;
    margin-bottom: 1.1em;
}
#title-page-wrap .title-page-item .img{
	margin-bottom: 1em;
}
#title-page-wrap .title-page-item p{
	margin: 0;
	font-size: 1em;
    font-weight: 700;

}

.year-select{
	overflow: hidden;
	margin: 1em 0;
}
.year-select select{
	width: 11em;
	font-size: 1.1em;
	border-radius: 0.35em;
	padding-right: 1em;
	padding-left: 0.35em;
}

.loading {
      border: 4px solid #f3f3f3; /* Light grey */
      border-top: 4px solid #8C292C;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 1s linear infinite;
      margin: 10px auto;
      display: none;
}

.loading-text {
      display: none;
}


.password-wrap{
	width: 50%;
}

.password-wrap .form-wrap .form-group .form-v .form-inp{
	width: 100%;
	border: none;
}
.password-wrap .form-wrap .form-group .form-v{
	float: right;
	width: 85%;
	padding-left: 0;

}
.password-wrap .form-wrap .form-group .form-v.form-email{
	width: 76%;
}
.password-wrap .form-wrap .form-group .form-m{
	text-align: left;
	width: auto;
}

.done-wrap{
	text-align: center;
	padding: 5em 0;
}
.done-wrap p{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.2em;
}
.done-wrap .btn{
    background: #4F4F4F;
    color: #fff;
    border: none;
    padding: 0.21em 2em;
    font-size: 1.2em;
    border-radius: 0;
}
@keyframes  spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
}


@media screen and (max-width: 1024px) {


	#main-content > .container { padding: 0 1em; }
	#content-wrap .content .promo { display: block; width: 70%; margin: 1.4em auto; }
	#head-r, #logo { width: 100%;text-align: center;}
	#logo { margin-bottom: 0.7em; text-align: center; }
	#content-left, #content-right, #blog-outer-wrap { width: auto; float: none; padding: 0; }
	#nav ul { display: block; float: none !important; } 

	#nav .other-links .social { margin-bottom: 1.4em; }
	#nav .other-links { margin-top: 2.14em; text-align: center; color: white; display: block; }
	#nav .other-links .wechat img { margin-bottom: 0.7em; }
	#nav .other-links .wechat { margin-bottom: 2.14em; }

	.info-item .info-desc p { font-size: 1em; }

	.menu-b{
		position: absolute;
	    width: 3.42em;
	    height: 3.42em;
	    background: url('../images/menu.png') no-repeat center;
	    background-size: 100%;
	    right: 0.7em;
	    top: 0.7em;
	    -ms-behavior: url('../images/backgroundsize.min.htc');
	     behavior: url('backgroundsize.min.htc');
	}


	#nav-list-outer{
		width: 100%;
		/*height: 100%;*/
		/*display: none;*/
	    position: fixed;
	    height: 0;
	    top: 0;
	    z-index: 10000;
	    background: #3A4054;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.menu-w{
		position: absolute;
		width: 3.42em;
		height: 3.42em;
		background: url(../images/menu-w.png) no-repeat center;
		background-size: 100%;
		right: 0.7em;
		top: 1.4em;
		-ms-behavior: url(../images/backgroundsize.min.htc);
		behavior: url('backgroundsize.min.htc');
	}

	#nav ul,#nav .nav-btn{
		/*display: none;*/
	}

	#nav .nav-btn{
		width: 100%;
		text-align: center;
		padding-top: 4.85em;
		padding-bottom: 1.4em;
	}
	#nav .nav-btn a{
		display: inline-block;
		float: none;

	}

	#nav .nav-list{
		width: 100%;
		background: #fff;
		padding: 0 0.7em;
		background: #2D2D2D;
		z-index: 1000;
	}

	#nav .nav-bar{
		float: none;
		border: none;
		border-bottom: 0.07em solid #464646;
		padding: 0;
	}
	#nav .nav-bar a{
		display: block;
		color: #fff;
		padding: 0.7em;
	}

	#nav .nav-wrap{
		height: 3.57em;
	}
	#nav .search-btn{
		position: absolute;
	    width: 3.57em;
	    height: 3.57em;
	    background: url('../images/search-w.png') no-repeat center;
	    background-size: 58%;
	    right: 0;
	    margin-right: 0.7em;
	    -ms-behavior: url(../images/backgroundsize.min.htc);
	     behavior: url(backgroundsize.min.htc);
	}

	#top{display: none;}
	.link-item{
		width: 19%;
		float: left;
		margin-right: 0.8%;
		margin-bottom: 1%;
	}	

	.link-item:nth-child(2n){
		width: 19%;
		float: left;
		margin-right: 0.8%;
		margin-bottom: 1%;
	}
	#nav .nav-btn{
		float: none;
	}

	.menunav-menu .menu-item{
		float: none;
	}
	.menunav-menu .sub-menu{
		position: relative;
		width: 100%;
		text-indent: 2em;
	}
	.main-navigation ul li ul li ul{
		left: 0;
		text-indent: 4em !important;

	}
	.main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after{
		content: '';
	}
	.main-navigation li li.menu-item-has-children > a:after, .main-navigation li li.page_item_has_children > a:after{
		content: '';
	}

	.home-icon{
		display: none;
	}

	.cate-title a { font-size: 1.42em; }
	.cate-desc{
		font-size: 1.28em;
	}



	.details-date{
		word-wrap: break-word;	
	}
	.cate-head{
		padding-right: 0;
	}
	#login-wrap .page-text{
		padding-left: 0.71em;
		padding-right: 0.71em;
	}
	#login-wrap .page-text-b{
		padding-left: 0.71em;
		padding-right: 0.71em;
	}
	#login-slider-wrap-inner .slide-wrap .slide-right{
		padding: 1.42em 0.71em;
	}
	#login-wrap .login-right{
		padding: 0.71em;
	}
	.info-item{
		float:left; 
		display:inline-block; 
		margin-right:2%;
		height: 9.64em;
	}
	.info-link{
		width: 50%;
		margin: auto;
	}
	.info-pro{
		text-align: center;
		width: 49%;
	}

	.info-item .info-desc{
		padding: 1.5em 0;
		border-bottom: 0.35em solid #93262C;
	}

	.password-wrap{
		width: 80%;
	}

	.password-wrap .form-wrap .form-group .form-v.form-email{
		width: 100%;
	}


}


@media screen and (max-width: 766px) {

	.password-wrap{
		width: 100%;
	}
	.password-wrap .form-wrap .form-group .form-v{
		width: 100%;
	}
	.text-l{
		width: 80%;
	}
	.paymen-price-wrap{
		padding: 1em;
	}

	#author-list-ul .author-list-li-wrap{
		width: 50%;
	}

	.q_icon {
		height: 0.8em;
	}
	#scroll-up{
		right: 0.4em;
	}
	.mb-1{
		padding: 0 0.7em;
	}


	#login-slider-wrap-inner .slide-wrap .slide-left img {
	    max-width: 17.85em;
	}

	.cate-text {
	    font-size: 1.1em;
	    font-weight: bold;
	    padding: 0.7em;
	}

	.info-item .info-desc {
		padding: 0.64em 0;
		border-bottom: 0.35em solid #93262C;
	}

	.info-item .info-desc p {
		font-size: 1em;
	}

	.link-item{
		width: 24%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
	}	

	.link-item:nth-child(2n){
		width: 24%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.info-item .info-title{
		background: #93262C;
		height:  2.35em;
		line-height: 2.5em;
		color: #fff;
		font-size: 1.36em;
		font-weight: 600;
		margin: 0;
	}

	.listing-item {
		padding-bottom: 0.7em;
		border-bottom: 0;
		margin-bottom: 1em;
	}
	
	#home-special, #home-blogger { margin-bottom: 0 !important; }

	#head-r{
		width: 100%;
		text-align: center;
		display: none; 
	}
	.container{
		padding: 0;
	}
	.cate-item-c{
		padding-left: 0 !important;
		padding-right: 0 !important;

	}
	.cate-item-a{
		margin-bottom: 0.7em;
	}
	.pr-2{
		padding-right: 0 !important;
	}
	.pl-2{
		padding-left: 0 !important;
	}
	#logo{
		float: none !important;
		text-align: center;
		margin-bottom: 0.7em;
	}
	
	.contact-list-wrap .form-title { font-size: 1.28em; }
	.sitemap-wrap, .sitemap-wrap:last-child {
		width: 100%;
		padding-right: 0%;
		font-size: 1.28em;
	}

	.con_text { 
		font-size: 1.28em;
		width: auto;
	}

	.cate-head .cate-bar,.cate-head .cate-bar-c{
		width: 100%;
	}

	
	#sliser-content .jNext{
		position: absolute;
		 width: 2em;
		 height: 3.35em;
		 top: calc(50% - 1.57em);
		 right: 0.7em;
		 background: url(../images/icon_slider_right.png) no-repeat center;
		 background-size: contain;
		 cursor: pointer;
	}
	#sliser-content .jPrev{
		position: absolute;
		 width: 2em;
		 height: 3.35em;
		 top: calc(50% - 1.57em);
		 left: 0.7em;
		 background: url(../images/icon_slider_left.png) no-repeat center;
		 background-size: contain;
		 cursor: pointer;
	}
	

	#content-left{
		width: 100%;
		padding: 0;
	}
	#slides .slide-title{
		padding: 0;
	}
	#slides-controller{
		display: none;
	}
	.info-item-m{
		display: block;
	}

	.info-item-wrap{
		width: 50%;
		float: left;
		padding-left: 0.7em;
		padding-right: 0.35em;
	}
	.info-item .info-desc{
		height: 7.28em;
	}
	.info-item .info-desc p{
		font-size: 1.28em;
	}
	.info-link{
		width: 50%;
		float: right;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.info-link .link-btn{
		margin-top: 0;
		margin-bottom: 0.7em;
		height: 2.57em;
		line-height: 2.57em;
	}
	.cate-title,.cate-date,.cate-desc,.cate-tag, .cate-subCat {
		padding: 0 0.7em;
	}
	.cate-title a{
		font-size: 1.64em;
	}
	.icon-man,.icon-date,.icon-file{

	}

	/*.cate-item .icon-man,.cate-item .icon-date, .cate-item.icon-file{
		height: 1.4em;
	}*/

	.cate-head{
		padding-left: 0.7em;
		padding-right: 0.7em;
	}

	.cate-title{
		/*height: 4em;*/
		max-height: 4em;
		line-height: 2em;
		font-size: 1em;
		overflow: hidden;
		margin-bottom: 0.35em;
	}
	.cate-date{
		font-size: 1em;
	}
	.cate-desc, .cate-date span{
		font-size: 1.14em;
	}
	.cate-item-b .cate-tag a{
		font-size: 1.4em;
	}

	.cate-item-a .cate-tag a,.cate-item-c .cate-tag a,.cate-item-d .cate-tag a{
		font-size: 1em;
	}

	.cate-item-a .icon-tag,.cate-item-c .icon-tag,.cate-item-d .icon-tag{
		width: 1.28em;
	}


	.cate-item .icon-tag{
		width: 1.4em;
		height: 2em;
	}

	.cate-item-a .cate-tag,.cate-item-c .cate-tag,.cate-item-d .cate-tag{
		margin: 0.35em 0;
	}

	.cate-item-d .cate-date span{
		font-size: 1.14em;
	}


	.cate-imgb img{
		width: 100%;
	}

	#blog-outer-wrap .blog-item:nth-child(n+9) {
		display: none;
	}

	.spec-title{
		height: 1.7em;
		line-height: 1.7em;
		margin-bottom: 0.42em;
		padding-right: 0.35em;
	}
	.spec-title a{
		font-size: 1.28em;
	}
	.spec-date{
		margin-bottom: 0.42em;
	}
	.spec-date span,.cate-item-b .cate-tag a{
		font-size: 1.1em;
	}

	#blog-outer-wrap{
		width: 100%;
	}


	#blog-outer-wrap .blog-item {
		width: 24%;
		height: auto;
		float: left;
		margin-right: 1.33%;
		margin-bottom: 0.7em;
	}

	#blog-outer-wrap .blog-item:nth-child(4n) {
		margin-right: 0;
	}

	#blog-outer-wrap .blog-item .blog-name{
		font-size: 1.1em;
		font-weight: 700;
		padding: 0.35em 0.35em;
	}


	/* #blog-outer-wrap .link-item{
		width: 32%;
		margin-right: 0;
		margin-left: 1%;
		height: auto;
	} */
	
	.mCSB_container{
		margin-right: 0;
	}
	.mCSB_scrollTools .mCSB_draggerContainer{
		/*display: none;*/
	}
	.cate-list li{
		padding: 0 0.7em;
	}
	.cate-list li a{
		font-size: 1em;
	}

	#content-left{
		width: 100%;
	}

	#content-right{
		width: 100%;
		padding: 0;
	}

	#content-right .search-item,#content-right,#content-right .info-link{
		width: 100%;
	}

	#content-right .info-item {
		float: left;
		display: inline-block;
		height: 9.64em;
	}


	.news-list li{
		padding: 0 0.7em;
	}
	.news-list li a{
		font-size: 1.1em;
	}
	#footer .footer-link span{
		display: block;
	}

	#content-wrap{
		padding:  0 0.7em;
	}

	.details-title{
		font-size: 1.4em;
		font-weight: 700;
		padding: 0 0.7em;
		margin-bottom: 0.7em;
		float: none;

	}

	.details-date{
		font-size: 1.1em;
		padding: 0 0.7em;
		float: none;
		/*position: absolute;*/
		/*bottom: 2.85em;*/
	}
	.details-date span{
		margin-left: 0.57em;
		margin-right: 0.85em;
		color: #4B4B4B;
	}
	.details-tag{
		float: none;
		padding: 0 0.7em;
		margin-bottom: 0.7em;
		/*position: absolute;*/
		/*bottom: 0;*/
		color: #9C6E17;
	}
	.details-tag .icon-tag{
		width: 1.28em;
		height: 2em;
	}
	.details-tag a{
		font-size: 1.1em;
		color: #9C6E17;
		font-weight: 600;
		margin: 0 0.35em;
	}

	.cate-imgb{
		width: 44%;
		/*height: 8.6em;*/
	}

	#blog-list-wrap{
		padding: 0 0.7em;
		margin-bottom: 1.4em;
	}


	.blog-list-wrap .blog-list-item{
		width: 100%;
		float: left;
	}
	.blog-list-wrap .blog-list-item:nth-child(3n){
		margin-left: 0;
	}
	.blog-info-wrap{
		margin-bottom: 1em;
	}
	.blog-info-wrap .cate-date,.blog-info-wrap .cate-tag{
		padding: 0;
	}
	.date-item{

	}
	.blog-info-wrap .title{
		font-size: 1.4em;
	}
	.blog-info-wrap .desc{
		font-size: 1.21em;
	}

	#tab-wrap{
		padding: 0 0.7em;
	}
	#tab-wrap .tab-link-btn{
		width: 49%;
		padding: 0.7em 0;
		float: left;
		margin-right: 0;
		margin-bottom: 0.7em;
		text-align: center;
	}
	#tab-wrap .tab-link-btn:nth-of-type(2n-1){
		margin-right: 2%;
	}
	#page-title-wrap p.form-text{
		font-size: 1.21em;
	}
	.contact-list-wrap{
		padding: 0.7em;
	}
	.form-wrap .form-group .form-k{
		text-align: left;
		font-size: 1.21em;
	}
	.form-wrap .form-group .form-m{
		text-align:left;
	}
	.form-wrap .form-group .form-v{
		width: 100%;
		padding: 0;
		font-size: 1.21em;
	}
	.form-wrap .form-group .form-v.form-agree{
		padding-left: 0;
	}
	.form-wrap .form-group .form-v .form-inp{
		width: 100%;
	}
	.form-wrap .form-group .form-v .form-inp.sub-number{
		width: calc(100% - 9.28em);
	}
	.form-wrap .form-group .form-v .form-code{
		width: 100%;
	}

	.form-wrap .form-group .form-v .code-img{
		width: 60%;
	}
	.form-wrap .form-group .form-btn{
		width: 48%;
		margin: 0;
		padding: 0;
		height: 3.42em;
		font-size: 1.28em;
	}
	.form-wrap .form-group .form-submit{
		margin-right: 2%;
	}
	.form-wrap .form-group .form-v .cover-date{
		width: 50%;
	}

	.form-wrap .form-group .form-v .num-count{
		width: 94%;
	}
	.form-wrap .form-group .form-v .flash-code{
		font-size: 1.21em;
	}
	.contact-list-wrap .color-table table th{
		padding: 0.7em;
		font-size: 1em;
	}

	.contact-list-wrap .color-table table td{
		padding: 0.35em;
		word-break: break-all;
	}
	.contact-list-wrap .text-wrap p{
		font-size: 1.21em;
	}
	#page-title-wrap{
		padding: 1.4em 0.7em;
	}
	.contact-list-wrap .contact-item{
		width: 100%;
	}
	.contact-list-wrap .contact-item .title{
		font-size: 1.1em;
		padding: 0.7em;
	}
	.contact-list-wrap .contact-item .info{
		font-size: 1.1em;
	}
	#map-wrap{
		display: none;
	}
	#area-wrap{
		padding: 0 0.7em;
		margin-bottom: 2.14em;
	}
	#area-wrap .area-list{
		width: 100%;
		margin: 0;
	}
	#area-wrap .area-list .title{
		font-size: 1.21em;
	}
	#area-wrap .area-list.cur .title{
		background: #CCCCCC;
		color: #333333;
	}
	#area-wrap .area-list.cur{
		box-shadow: none;
	}
	#area-wrap .area-list .list{
		padding-left: 10%;
		height: auto;
	}

	#issue-wrap{
		padding: 0.7em;
	}
	#issue-wrap .issue-list-wrap .issue-item{
		width: 49%;
	}
	#issue-wrap .issue-list-wrap .issue-item:nth-child(2n){
		margin-right: 0;
	}
	#issue-wrap .issue-list-wrap .issue-item p{
		font-size: 1.1em;
	}


	#login-wrap .login-left{
		width: 100%;
		padding: 0 1.42em;
	}
	#login-wrap .page-text,#login-wrap .page-text-b{
		padding: 0 0.7em;
	}
	#login-wrap .login-right{
		width: 100% !important;
		padding: 0.7em;
	}
	#login-form-wrap .tab-wrap .tab-btn-a.cur{
		width: 51%;
	}
	#login-form-wrap .tab-wrap .tab-btn-b.cur{
		width: 50.6%;
	}
	#login-slider-wrap-inner .slide-wrap .slide-left{
		width: 100%;
		padding: 0 1em;
	}
	#login-slider-wrap-inner .slide-wrap .slide-right{
		width: 100%;
		padding: 0 0.7em;

	}
	#login-slider-wrap-inner .slide-wrap .slide-left img{
		max-width: none;
		width: 100%;
	}
	#login-slider-wrap #slides-controller{
		display: block;
	}

	.cate-list, .mCustomScrollBox { max-height: none !important; }
	.mCSB_scrollTools { display: none !important; }


	#slides .slide-title p{
		/*font-size: 0.8em;*/
		padding: 0 0.7em;
	}
	#slides .slide-title .far, #slides .slide-title .fas{
		font-size: 0.8em;
	}


	#footer .footer-container .foot-item-a{
		width: 100%;
		margin: 0;
	}
	#footer .footer-container .footer-right-wrap{
		width: 100%;
	}
	#footer .footer-container .item-wrap{
		padding: 0 1.4em;
	}

	.iteme-wrap .cate-item-e .sub-btn{
		width: 12em;
	}

/*end 767*/

}

@media screen and (max-width:614px){

	.form-wrap .form-group .form-pk{
		width: 100%;
		text-align: left;
	}
	.form-wrap .form-group .form-pv{
		width: 100%;
	}
	.form-wrap .form-group .form-pv .form-inp{
		width: 80%;
	}
	.form-wrap .form-group .form-pv .form-inp-d{
		width: 5em;
	}
	#blog-outer-wrap{
		margin-top: 0;
		margin-bottom: 0;
	}
	.cate-desc{
		font-size: 1.14em;
	}
	.spec-date span, .cate-item-b .cate-tag a{
	    font-size: 0.92em;
	}
	.details-date{
	    font-size: 1.14em;
		word-break: break-all;	
	}
	#content-wrap .content .loginbox{
		width: 100% !important;
	}
}


@media screen and (max-width: 576px) {


	


	#slides .slide-title{
		bottom: 0.35em;
		padding: 0.7em;
	}
	#slides .slide-title .cate-desc, .cate-date span{
		font-size: 1em !important;
	}

	.cate-item-e{
		width: 100% !important;
	}

	#slides .slide-title p{
		font-size: 1.2em;
		padding: 0 0.7em;
		margin: 0;
	}

	#slides .slide-title .cate-date{
		font-size: 1em;
	}

	.link-item{
		width: 32%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
	}	

	.link-item:nth-child(2n){
		width: 32%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	#footer .footer-link span { display: inline; }
	#footer .footer-link span a { display: block; margin: 0.21em 0; }

	.spec-date div:nth-child(3), .cate-date div:nth-child(3),  .details-date div:nth-child(3) { display: block; }

	#blog-outer-wrap .blog-item .blog-name{
		font-size: 0.85em;
		font-weight: 700;
		padding: 0.35em 0.35em;
	}

	#blog-outer-wrap { padding: 0 0.35em; }


	.cate-item-c:nth-child(odd) { margin-top : 0 !important; }

	#sliser-content { margin-bottom: 0.7em !important; }

	.cate-head .cate-more { font-size: 1.28em !important; margin-top: 0.35em; }

	#footer .footer-bottom .copyright,#footer .footer-bottom .social-links{
		float: none;
	}
	#footer .footer-bottom{
		text-align: center;
	}

	#login-wrap .login-bottom-item ul{
		padding-right: 2%;
		margin-right: 2%;
	}
	#login-slider-wrap-inner .slide-wrap .slide-right{
		font-size: 1em;
	}

}


@media screen and (max-width: 414px) {

	#title-page-wrap .title-page-item{
		width: 100%;
	}

	.spec-title{
		max-height: 3em;
		line-height: 1.5em;
		margin-bottom: 0;

	}
	.spec-date span{
		margin-left: 0.28em;
		margin-right: 0;
	}
	.cate-item .cate-imgb{
		padding: 0;
		margin-right: 0.35em;
	}
	.spec-title a{
		font-size: 1.28em;
	}
	.spec-date .icon-man, .spec-date .icon-date,.cate-item .icon-tag{
		width: 1em;
		height: 1.57em;
	}
	.spec-date{
		height: auto;
		margin-bottom: 0;
	}
	.details-date span{
		font-size: 1.1em;
	}
	.details-tag a{
		font-size: 1.1em;
	}
	.details-tag .icon-tag{
		width: 1em;
		height: 1.57em;
	}

	.spec-date span,.cate-item-b .cate-tag a{
		font-size: 1.1em;
	}

	#footer .foot-item-b{
		width: 100% !important;
		margin: 0;
	}


}

@media screen and (max-width:320px){
	.contact-list-wrap .contact-item td{
		word-break: break-all;
	}
}