*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
html {
	-webkit-text-size-adjust: none;
	font-size: 14px;
}
body {
	font-size: 14px;
}
.ellipsis{overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
h1,h2,h3,h4,h5,p{margin: 0;font-weight: normal}
.p10 {padding: 10px;}
.mt20 {margin-top: 20px;}
img{max-width: 100%}
.full-width{width: 100%}
.clear{clear: both}
.text-center{text-align: center;padding-left:20px;padding-right: 20px;}
.ch-ul{
	padding: 0;
	margin: 0;
}
.ch-ul li {
	list-style: none;
}

.ch-header {
	height: 70px;
	position: relative;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	align-items: center;
}
.ch-header .brand {
	display: flex;
	align-items: center;
}
.ch-header .brand h3 {
	font-size: 16px;
	font-weight: bold;
}
.ch-header .logo img {
	width: 60px;
	vertical-align: middle;
	/*margin: 3px 0 0 5px;*/
}
.ch-header .menu {
	background: url("./i/menu.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 12px;
}
.ch-page-body {
	/*background: url("./i/bg-page.png") no-repeat left bottom;*/
	/*background-size: 100% auto;*/
}
.ch-home-links {
	height: 40px;
	background: #f0f0f0;
}
.ch-home-links a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.ch-home-links a img {
	width: 18px;
	vertical-align: middle;
}
.ch-home-news h3 {
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.ch-home-news .img-item {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.ch-home-news .img-item:nth-child(2n+1) {
	padding-right: 5px;
}
.ch-home-news .img-item:nth-child(2n) {
	padding-left: 5px;
}
.ch-home-news .img-item .img{
	position: relative;
	text-align: center;
}
.ch-home-news .img-item .img img {
	vertical-align: bottom;
	width: 170px;
	height: 130px;
}
.ch-home-news .img-item .img h2 {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #434343;
	font-size: 14px;
	text-align: center;
	/*background: #f5f5f5;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	font-weight: normal;
}
.ch-home-news .img-item .txt {
	color: #696969;
	font-size: 13px;
	padding: 5px 0;
	line-height: 20px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ch-home-news .item {
	height: 80px;
	padding: 10px 10px;
	cursor: pointer;
	border-top: 1px solid #eaeaea;
}
.ch-home-news .item h2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.ch-home-news .item h2 a {
	color: #434343;
}
.ch-home-news .item p {
	font-size: 13px;
	color: #888888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ch-home-gap {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: 10px;
	background: #f9f9f9;
}
.ch-home-menu {
	padding: 40px 0 70px;
}
.ch-home-menu a {
	display: block;
	text-align: center;
	color: #000;
	font-size: 12px;
}
.ch-home-menu img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 10px;
}
.ch-footer .nav {
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	color: #eaeaea;
	padding: 0 10px;
	overflow:hidden;
}
.ch-footer .nav label {
	font-weight: bold;
	color: #000000;
}
.ch-footer .nav a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin: 0 5px;
}
.ch-footer .wrap {
	padding: 20px 10px;
	/*background: #f6f6f6;*/
}
.ch-footer .link label{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	padding-right: 10px;
	display: inline-block;
}
.ch-footer .link a {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	color: #666666;
	line-height: 20px;
	vertical-align: top;
}
.ch-footer .qrcode {
	text-align: center;
	padding: 20px 0;
}
.ch-footer .qrcode .item {
	width: 120px;
	display: inline-block;
	font-size: 13px;
}
.ch-footer .qrcode .item:first-child {
	border-right: 1px solid #dbdbdb;
}
.ch-footer .qrcode .item img {
	width: 80px;
	vertical-align: bottom;
	margin-top: 2px;
}
.ch-footer .copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.ch-footer .copyright a {
	color: #666666;
}
.ch-footer {
	position: relative;
	clear: both;
	margin-top: 40px;
	box-shadow: 0 -8px 8px 0px rgba(46,120,218, 0.08);
}
.ch-footer .top {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: url(../images/b_tubiao_top.png) no-repeat center rgba(0, 150, 255, 1);
	background-size: 20px 20px;
	position: absolute;
	left: 50%;
	top: -13px;
	margin-left: -13px;
}
.ch-footer .link {
	display: flex;
	align-items: flex-start;
	padding: 20px 10px 10px;
}
.ch-footer .link span {
	font-weight: bold;
	padding-right: 10px;
}
.ch-footer .link div {
	flex: 1;
}
.ch-footer .link a {
	display: inline-block;
	margin-right: 5px;
	color: #333;
}
.ch-primary-nav-popup-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
	display: none;
}
.ch-primary-nav-popup {
	position: fixed;
	left: 40%;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	display: none;
}
.ch-primary-nav-popup .header{
	height: 40px;
	position: relative;
	background: #fff;
}
.ch-primary-nav-popup .header img  {
	width: 60px;
	vertical-align: middle;
	margin: 5px 0 0 5px;
}
.ch-primary-nav-popup .header .close {
	background: url("./i/nav-close.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 20px;
}
.ch-primary-nav-popup ul li {
	line-height: 60px;
	font-size: 20px;
	text-indent: 20px;
	border-bottom: 1px solid #f6f6f6;
}
.ch-primary-nav-popup ul li a {
	color: #454545;
	display: block;
}
.ch-primary-nav-popup ul li a.on{
	/*background: #ffae00;*/
	color: #327bd7;
}
.ch-primary-nav-popup .content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.ch-footer-bar {
	height: 60px;
	background: #ae2431;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.ch-footer-bar a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ch-footer-bar a img {
	width: 18px;
	display: block;
	margin: 10px auto 2px;
}
.ch-popup {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9;
}
.ch-popup .inner {
	/*width: 80%;*/
	/*height: 50%;*/
	width: 280px;
	height: 310px;
	background: #fff;
	border-radius: 3px;
	margin: 35% auto 0;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #8a8a8a;
	font-size: 14px;
	text-align: center;
}
.ch-popup .inner img {
	width: 200px;
}
.ch-popup .inner .title {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #484848;
	margin-bottom: 20px;
}
.ch-banner{vertical-align: bottom}
.ch-second-nav {

}
.ch-second-nav ul {
	width: 100%;
}
.ch-second-nav li {
	display: inline-block;
	width: 120px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	/*box-sizing: border-box;*/
	position: relative;
}
.ch-second-nav li a {
	color: #333333;
	font-size: 16px;
}
.ch-second-nav li:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 2px solid #f10000;
	bottom: 0;
	display: none;
}
.ch-second-nav li.on:after {
	/*border-bottom: 2px solid #ae2431;*/
	display: block;
}
.ch-second-nav li.on a {
	color: #f10000;
}
.ch-list-text .item{
	padding: 15px 10px;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.ch-list-text .item:first-child {
	border-top: 1px solid #e5e5e5;
}
.ch-list-text .item h2 {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ch-list-text .item h2 a {
	color: #434343;
	font-weight: bold;
}
.ch-list-text .item span {
	color: #999999;
	font-size: 12px;
	display: inline-block;
	line-height: 30px;
	padding-left: 10px;
}
.ch-list-text .item p {
	color: #888888;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ch-post-content {
	padding: 10px;
	font-size: 14px;
}
.ch-post-content.page-content {
	/*padding-bottom:  100px;*/
}
.ch-post-content  p {
	margin: 10px 0 0;
	/*text-indent: 2em;*/
	line-height: 150%;
}
.ch-list-text-image .item {
	clear: both;
	height: 80px;
	padding: 15px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.ch-list-text-image .item img {
	width: 120px;
	height: 80px;
	margin-right: 10px;
}
.ch-list-text-image .item .txt {
	font-size: 12px;
}
.ch-list-text-image .item .txt h2 {
	color: #434343;
	font-size: 16px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ch-list-text-image .item .txt h2 a {
	color: #434343;
}
.ch-list-text-image .item .txt p {
	height: 40px;
	line-height: 20px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ch-list-text-image .item .txt a.more {
	color: #dd0000;
}
.ch-post-title {
	padding: 10px 0 0;
	text-align: center;
}
.ch-post-title h1 {
	font-size: 20px;
	font-weight: normal;
	color: #434343;
	line-height: 30px;
	padding: 0 10px;

}
.ch-post-title p {
	color: #666666;
	font-size: 14px;
}
.ch-post-title p a {
	color: #666666;
	display: inline-block;
	margin: 0 5px;
}
.ch-post-title .info {
	color: #666666;
	padding: 0 10px 5px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
}
.ch-post-related {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #888888;
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
}
.ch-post-related li {
	height: 25px;
	line-height: 25px;
}
.ch-post-related a {
	color: #888888;
}
.ch-list-text{
	/*padding-top: 30px;*/
}
.ch-list-text h3 {
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: normal;
}
.ch-list-text li {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	background: url("../../css/i/dot.jpg") no-repeat 10px center;
	background-size: 2px 2px;
	padding: 0 10px 0 20px;
}
.ch-list-text li a {
	color: #333333;
}

.ch-form .form-group {
	margin-bottom: 20px;
}
.ch-form .form-group label{
	display: inline-block;
	width: 80px;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	color: #665c57;
	height: 34px;
	line-height: 34px;
}
.ch-form .form-group label em {
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	color: #ae2431;
}
.ch-form .form-control {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	max-width: 100%;
	background: #fff none;
	border: 1px solid #ccc;
	border-radius: 2px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	outline: 0 none;
	-webkit-appearance: none;
}
.ch-form .form-control:focus {
	border-color: #4ca303;
}
.ch-form select.form-control {
	height: 34px;
	width: 100%;
}
.ch-form .form-group-textarea label{
	vertical-align: top;
}
.ch-form textarea.form-control {
	height: auto;
	resize:none;
	width: 100%;
}
.ch-form .form-group .radio {
	display: inline-block;
	margin-right: 10px;
}

.ch-form .form-group .btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background-color: #ae2431;
	padding: 0 60px;
	border-radius: 2px;
}
.ch-feedback-form {
	padding: 40px 20px;
}
.ch-feedback-form img {
	vertical-align: middle;
}
.ch-feedback-intro {
}
.ch-feedback-intro h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}
.ch-inquiry-result {
	display: none;
	padding: 10px 10px 100px;
}
.ch-inquiry-result h3 {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #4ca303;
}
.ch-inquiry-result p {
	line-height: 25px;
	font-size: 14px;
	color: #888888;
}
.ch-inquiry-result p b {
	color: #000;
}
.ch-feedback-intro .tip {
	background: url("../../images/icon1.png") no-repeat 10px center #eeeeee;
	background-size: 40px 40px;
	/*height: 40px;*/
	padding: 20px 20px 20px 60px;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
.ch-feedback-intro .content {
	padding: 0 10px 100px;
}
.ch-feedback-intro .content p {
	margin-top: 20px;
	color: #333333;
	font-size: 14px;
}
.ch-list-album {
	padding: 10px;
}
.ch-list-album .img-item {
	margin-top: 10px;
}

.ch-list-reply .item {
	clear: both;
	padding: 20px 30px 20px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.ch-list-reply .item h2 {
	color: #434343;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.ch-list-reply .item p.reply {
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #888888;
}
.ch-list-reply .item p.time {
	font-size: 12px;
	color: #989898;
}
.ch-post-nav {
	background: #f0f0f0;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.ch-post-nav a {
	position: absolute;
	left: 10px;
	top: 0;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	padding-left: 10px;
	background: url("./i/arrow-back.png") no-repeat left center;
	background-size: 7px 13px;
}
.ch-post-nav h3 {
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.ch-home-list-text-image  h3,
.ch-home-major h3,
.ch-home-study h3
{
	padding: 10px 10px 0;
	color: #000000;
	font-size: 20px;
}
.ch-home-list-text-image .item .txt p {
	-webkit-line-clamp: 3;
}
.ch-home-list-text-image .item:last-child{
	border: 0 none;
}
.ch-home-major {
	padding-bottom: 10px;
}
.ch-home-major img{
	width: 80%;
	display: block;
	margin: 0 auto 5px;
}
.ch-home-major a {
	color: #333333;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.ch-home-study {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.ch-home-study .item {
	background: #fff;
	margin: 10px 10px 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1)
}
.ch-home-study .item  img {
	width: 100%;
}
.ch-home-study .item div.txt {
	padding: 10px;
}
.ch-home-study .item div.txt h4{
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.ch-home-study .item div.txt div {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.ch-form .fields {
	padding-bottom: 10px;
}
.ch-form .fields .ipt {
	display: block;
	margin: 0;
	width: 100%;
	font-size: 14px;
	padding: 8px 10px;
	line-height: 20px;
	border: solid 1px gainsboro;
	box-sizing: border-box;
	outline: 0 none;
	-webkit-appearance: none;
}
.ch-form .btn {
	margin-top: 10px;
	border: 0 none;
	/*box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);*/
	font-size: 16px;
	line-height: 1.33;
	background: #327bd7;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 7px 0px 8px;
	width:100%;
	display:block;
	font-weight: bold;
	text-decoration:none;
}
.ch-list-photo {
	padding: 10px;
}
.ch-list-photo .img-item {
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px solid #cecdd2;
	padding-bottom: 20px;
}
.ch-list-photo .img-item img {
	width: 60%;
}
.ch-list-photo .img-item h2 {
	font-size: 14px;
	line-height: 30px;
}

/* small device fix*/
@media screen and (max-width:320px)  {
	.ch-home-links a {
		font-size: 12px;
	}
	.ch-home-links a img {
		width: 14px;
	}
}

.home-nav {
	padding: 20px 5px 10px;
}
.home-nav li {
	display: inline-block;
	width: 25%;
	height: 40px;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.home-nav li a {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #327bd7;
	color: #fff;
	border-radius: 5px;
}

.home-cate-nav {
	padding: 0px 5px;
}
.home-cate-nav li {
	display: inline-block;
	width: 32%;
	height: 30px;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.home-cate-nav li a {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #fff;
	color: #333;
	border-radius: 15px;
	box-shadow: 0 2px 5px 1px rgba(46,120,218, 0.08);
}
.home-cate-nav li.on a {
	background: #327bd7;
	color: #fff;
}
.btn-more-wrap {
	text-align: center;
    /* padding: 10px 0 20px;*/
	padding: 30px 20px 25px 20px;
}
.btn-more {
	display: inline-block;
	padding: 0 10px;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	background: #327bd7;
	color: #fff;
}
.home-about .head {
	background: #327bd7;
	padding: 20px 0;
}
.home-about .head .incp_t1 a,
.home-about .head .incp_t2{
	color: #fff;
}
.home-about .head .incp_t1 h5,
.home-about .head .incp_t1 h6 {
	background: #fff;
}
.home-about .head .incp_t1xl,
.home-about .head .incp_t1xr {
	border-color: #fff;
}
.home-about .content-wrap{
	margin: -30px 20px 20px;
	box-shadow: 0 0 10px rgba(46,120,218, 0.15);
	background: #fff;
	border-radius: 5px;
}

.home-about .content {
	padding: 10px;


}
.home-about .content .text {
	padding: 10px 0;
	line-height: 150%;
}
.ch-bread-crumbs  {
	background: url("../images/home.png") no-repeat 5px center;
	background-size: 14px 13px;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #e2e1e1;
	border-bottom: 1px solid #e2e1e1;
	margin: 5px auto;
	color: #474444;
}
.ch-bread-crumbs a {
	color: #474444;
}



.wjdh-title {

	padding: 20px 0 0px;

}



.wjdh-title span {

	text-transform: uppercase;

	color: #888;

	position: relative;

}



.wjdh-title span:before,

.wjdh-title span:after {

	content: '';

	display: block;

	width: 30px;

	height: 1px;

	background-color: #888;

	position: absolute;

	top: 50%;

}



.wjdh-title span:before {

	left: -50px;

}



.wjdh-title span:after {

	right: -50px;

}
.second-nav li {
	width: 33%;
}
.second-nav li a {
	border-radius: 0;
	background: #ebeced;
	color: #333;
}
.second-nav li.on a {
	background: #327bd7;
	color: #fff;
}
.ch-post-image-title {
	line-height: 40px;
	height:40px;
	padding: 0 10px;
	background: #eee;
	color: #717070;
    font-size: 16px;
    margin-top: 15px;
}
