body {
	min-width: 1400px;
	font-size: 14px;
	background: #f5f5f5;
	/*background-size: 100% auto;*/
	color: #333333;
	font-family: '微软雅黑','宋体';
}
h1,h2,h3,h4,h5,p{margin: 0}
input,textarea {font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;}
.body-grey,.bg-grey{background-color: #f6f6f6}
.ch-hide{display: none !important;}
a{text-decoration: none}
.right{float: right}
.left{float: left}
.no-border{border: 0 none !important;}
.clear{clear: both}
.full-width{width: 100%}
.bg-fff{background: #fff}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.txt-center{text-align: center}
.txt-left{text-align: left}
.invisible{visibility: hidden;width: 1px;height: 1px;position: absolute;left:0;top:0}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
img{max-width: 100% }
.ch-container{
	width: 1400px;
	margin: 0 auto;
}
.ch-ul{
	padding: 0;
	margin: 0;
}
.ch-ul li {
	list-style: none;
}
.ch-header .top {
	background: #fff;
	height: 105px;
	color: #6a7480;
	overflow: hidden;
}
.ch-header .top .nav {
	text-align: right;
}
.ch-header .top .nav a {
	color: #6a7480;
	height: 30px;
	line-height: 50px;
	display: inline-block;
}
.ch-header .top .nav img {
	vertical-align: middle;
	margin-right: 5px;
}
.ch-header .top .logo {
	width: 400px;
}
.ch-header .top .logo .text {
	height: 60px;
	width: 280px;
	margin-top: 23px;
	float: right;
	border-left: 1px solid #e7e7e7;
	padding-left: 15px;
	color: #C00100;
}
.ch-header .top .logo .text h2 {
	font-weight:normal;
	font-size: 24px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.ch-header .top .nav a:hover {
	/*color: #fff;*/
}
.ch-header .top .nav span {
	display: inline-block;
	padding: 0 5px;
}
.ch-header .search {
	padding-top: 10px;
}
.ch-header .search input {
	width: 220px;
	height: 40px;
	box-sizing: border-box;
	border:  1px solid #dcdcdc;
	border-right: 0 none;
	padding: 5px 10px 5px 30px;
	background: url("./i/search.png") no-repeat 10px center;
}
.ch-header .search input:focus {
	outline: none;
}
.ch-header .search a {
	display: inline-block;
	background: #d53342;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 70px;
}
.ch-header .ch-primary-nav {
	background: #C00100;
	height: 60px;
}
.ch-header .ch-primary-nav .main-nav {
	height: 60px;
	line-height: 60px;
}
.ch-header .ch-primary-nav .main-nav > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 140px;
	text-align: center;
}
.ch-header .ch-primary-nav .main-nav > li:hover,
.ch-header .ch-primary-nav .main-nav > li.on {
	background: #cfa972;
}
.ch-header .ch-primary-nav .main-nav > li > a {
	color: #fff;
	font-size: 16px;
	display: block;
}

.ch-primary-nav .ch-container > ul >li > ul {
	position: absolute;
	left: 0;
	top:60px;
	width: 140px;
	background: #ae2431;
	display: none;
	z-index: 100;
	padding: 5px 0;
	/*border-left: 1px solid #ededed;*/
	/*border-right: 1px solid #ededed;*/
}
.ch-primary-nav .ch-container > ul >li:hover > ul {
	display: block;

}
.ch-primary-nav .ch-container > ul >li > ul li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 15px;
}
.ch-primary-nav .ch-container > ul >li > ul li a {
	color: #fff;
	display: block;
}
.ch-primary-nav .ch-container > ul >li > ul li:hover {
	background-color: #c04c58;
}
.ch-primary-nav .ch-container > ul >li > ul li:hover a {
	color: #fff;
}

.ch-footer .top {
	padding: 40px 0;
}
.ch-footer .top .logo {
	float: left;
	width: 330px;
}
.ch-footer .top .address {
	float: left;
	width: 650px;
	padding-left: 50px;
	color: #999999;
}
.ch-footer .top .address p {
	line-height: 180%;
}
.ch-footer .top .socials {
	float: right;
	width: 250px;
}
.ch-footer .top .socials .qrcode {
	width: 90px;
	height: 105px;
	padding: 15px 15px 10px 15px;
	background: #f5f5f5;
	border-radius: 8px;
	float: left;
	text-align: center;
	position: relative;
}
.ch-footer .top .socials .qrcode .corner {
	position: absolute;
	width: 17px;
	height: 24px;
	background: url("./i/corner.png");
	right: -17px;
	top: 20px;
}
.ch-footer .top .socials .qrcode img {
	width: 90px;
	height: 90px;
	vertical-align: middle;
}
.ch-footer .top .socials .qrcode p {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: #999;
}
.ch-footer .top .socials .type {
	width: 110px;
	float: right;
	padding-top: 14px;
	font-size: 14px;
}
.ch-footer .top .socials .type  li {
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	font-size: 12px;
	cursor: pointer;
	background: url("./i/icon-social.png") no-repeat;
}
.ch-footer .top .socials .type  li.wechat {
	background-position: 0 5px;
}
.ch-footer .top .socials .type  li.weibo {
	background-position: 0 -20px;
}
.ch-footer .top .socials .type  li.toutiao {
	background-position: 0 -54px;
}
.ch-footer .top .socials .type  li.douyin {
	background-position: 0 -84px;
}
.ch-footer .links {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	color: #999999;
	background: #fff;
}
.ch-footer .links a,
.ch-footer .links em,
.ch-footer .links span {
	display: inline-block;
	color: #333;
}
.ch-footer .links span {
	font-weight:bold;
}
.ch-footer .links a {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
.ch-footer .links a:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #333;
	margin-top: -2px;
}
.ch-footer-copyright {
	padding: 32px 0;
    background: #C00100;
    color: #fff;
    text-align: center;
}

.no-result {
	height: 80px;
	line-height: 80px;
	color: #666666;
	text-align: center;
	font-size: 14px;
}

.ch-home-title {
	padding: 20px 0;
}
.ch-home-title h3 {
	font-weight:normal;
	font-size: 30px;
}
.ch-home-title a.more {
	float: right;
	display: inline-block;
	margin-top: 20px;
	color: #222222;
	margin-right: 20px;
}
.ch-home-block {
	padding: 40px 0;
}

.ch-home-news-block {
	height: 570px;
	background: #fff;
	padding: 0 0 20px;
}
.ch-home-news-block .ch-home-news-block-inner {
	margin-left: -10px;
}
.ch-home-news-block .block {
	float: left;
	width: 460px;
	height: 570px;
	margin-right: 25px;
}
.ch-home-news-block .ch-block-title {
	margin-top: 50px;
}
.ch-home-news-block .block.news-text {
	width: 540px;
}
.ch-home-news-block .block.links {
	width: 330px;
	float: right;
}
.ch-home-news-block .block.links .item {
	width: 300px;
	height: 62px;
	padding: 25px 15px;
	background: #d02e3d;
	margin-top: 20px;
	margin-left: 15px;
}
.ch-home-news-block .block.links a {
	color: #fff;
}
.ch-home-news-block .block.links .item h3 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	/*line-height: 30px;*/
}
.ch-home-news-block .block.links p {
}
.ch-block-title {
	border-bottom: 1px solid #f1f1f1;
	/*height: 65px;*/
	/*line-height: 65px;*/
	padding: 22px 15px;
}
.ch-block-title a.more {
	float: right;
	color: #989898;
}
.ch-block-title a.more:hover {
	text-decoration: underline;
}
.ch-block-title h3 {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 10px;
	font-weight:normal;
	border-left: 4px solid #C00100;
}
.ch-page-main .ch-block-title {
	padding: 17px;
}
.ch-date, .ch-social-icon {
	width: 60px;
	height: 70px;
	background: #fff;
	color: #666666;
	text-align: center;
	position: relative;
}
.ch-date p {
	line-height: 35px;
	height: 35px;
	border: 1px solid #e5e5e5;
}
.ch-date p.month {
	background: #C00100;
	color: #fff;
	border-bottom: 0 none;
	border-color: #ae2431;
}
.ch-date p.year {
	border-top: 0 none;
}
.ch-home-news-2 .news-list {
	padding: 15px;
	margin-top: 10px;
}
.ch-home-news-2 .news-list .item {
	clear: both;
	height: 60px;
	margin-bottom: 15px;
}
.ch-home-news-2 .news-list .item  .content {
	width: 275px;
	float: right;
	height: 60px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
}
.ch-home-news-2 .news-list .item  .content h3 {
	display: inline-block;
	vertical-align: middle;
	font-weight:normal;
}
.ch-home-news-2 .news-list .item  .content a {
	color: #222222;
}
.ch-home-news-2 .news-list .item:hover .ch-date {
	color: #fff;
	background: #ae2433;
}
.ch-home-news-2 .news-list .item:hover .ch-date:before {
	background: #fff;
}
.ch-download-list .item {
	border-bottom: 1px solid #f1f1f1;
	height: 40px;
	line-height: 40px;
	padding: 10px 0;
}
.ch-home-news-block .ch-download-list .item h3 {
	width: 370px;
}
.ch-download-list .item h3 {
	font-weight:normal;
}
.ch-download-list .item h3  a {
	color: #333;
}
.ch-download-list .item a.download {
	display: inline-block;
	background: #f1f1f1;
	color: #999999;
	text-align: center;
	padding: 0 20px;
}
.ch-download-list .item a.download:hover {
	background: #ae2433;
	color: #fff;
}

.ch-aside-contact {
	margin-left: 5px;
	padding: 30px 15px;
	margin-top: 10px;
	background: #fff;
}
.ch-aside-contact .item {
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #e0e0e0;
	color: #666666;
	font-size: 13px;
	line-height: 24px;
	min-height: 80px;
}
.ch-aside-contact .qrcode {
	padding-top: 20px;
}
.ch-aside-contact .qrcode li{
	text-align: center;
}
.ch-aside-contact .qrcode li img {
	width: 100px;
	height: 100px;
}
.ch-aside-contact .qrcode li p {
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}

.ch-home-student-block {
	margin-bottom: -40px;
}
.ch-home-student-block .ch-list-image,
.ch-home-student-block .ch-list-image .item{
	margin: 0;
}
.ch-home-student {
	padding: 60px 0;
}
.ch-home-text-news{
	margin-top: -15px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ch-home-text-news h3 {
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 5px;
}
.ch-home-text-news h3 a {
	color: #333333;
}
.ch-home-text-news h3 a:hover {
	text-decoration: underline;
	color: #ae2433;
}
.ch-home-text-news p {
	line-height: 21px;
	color: #999999;
}

.ch-list-image-home {
	margin-left: -20px;
	margin-top: 0;
}
.ch-list-image-home .item {
	margin-left: 15px;
	float: left;
	width: 340px;
	height: 345px;
	background: #fff;
}
.ch-list-image-home .item .img{
	width: 340px;
	height: 215px;
	overflow: hidden;
}
.ch-list-image-home .item .img img{
	width: 340px;
	height: 215px;
}
.ch-list-image-home .item .text {
	height: 95px;
	/*background: #fafafa;*/
	padding: 15px 10px;
	overflow: hidden;
}
.ch-list-image-home .item h2{
	height: 44px;
	line-height: 22px;
	margin-top: 10px;
	color: #434343;
	font-size: 16px;
/*font-weight: normal;*/
}
.ch-list-image-home .item h2:hover {
	color: #ae2433;
}
.ch-list-image-home .item p{
	color: #999999;
	margin-top: 10px;
}
.ch-home-specials .list{
	margin-left: -5px;
}
.ch-home-specials .item {
	width: 340px;
	height: 195px;
	background: #f5f5f5;
	float: left;
	margin-left: 10px;
}
.ch-home-specials .item .img {
	width: 340px;
	height: 150px;
	overflow: hidden;
}
.ch-home-specials .item img {
	width: 340px;
	height: 150px;
}
.ch-home-specials .item h4 {
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	font-weight:normal;
	background: url("./i/circle-arrow.png") no-repeat 300px center;
}
.ch-home-specials .item h4  a {
	color: #222222;
	font-size: 14px;
}
.ch-home-specials .item:hover a {
	color: #ae2433;
}
.home-block-title {
	height: 40px;
	line-height: 40px;
}
.home-block-title h2 {
	font-size: 24px;
	font-weight:normal;
}

.ch-help {
	width: 130px;
	position: fixed;
	box-sizing: border-box;
	padding: 10px 0px 10px 10px;
	z-index: 999999;
	bottom: 200px;
	right: 0;
	background: #af2734 linear-gradient(#d2404f, #af2734);
}
.ch-help .title {
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-right:5px;
}
.ch-help .title a {
	float: right;
	vertical-align: middle;
}
.ch-help .body {
	background: #fff;
	padding: 20px 5px 10px 8px;
}
.ch-help .body p {
	font-size: 13px;
	line-height: 17px;
}
.ch-help .body .qrcode {
	margin: 10px auto;
}
.ch-help .body .btn {
	display: block;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #ea9229;
	border-radius: 15px;
}
.ch-help .body .btn.red {
	background: #e34d5c;
}
.ch-help .body h5 {
	font-weight: normal;
	margin-bottom: 5px;
}
.ch-help .body .go-top {
	display: block;
	background: url("./i/go-top.png") no-repeat 35px center #f3f3f3;
	height: 30px;
	line-height: 30px;
	text-indent: 50px;
	color: #666666;
	margin-top:10px;
}
.ch-home-icons {
	text-align: center;
}
.ch-home-icons .item {
	display: inline-block;
	width: 250px;
	text-align: center;
}
.ch-home-icons .item img {
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}
.ch-home-icons .item p a {
	color: #333;font-size: 15px;
}
.ch-home-news-text {
	padding: 0 15px;
}
.ch-home-news-text .item{
	height: 70px;
	padding: 10px 0px 15px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.ch-home-news-text .item .text {
	width: 440px;
	float: left;
}
.ch-home-news-text .item .text h3 {
	height: 40px;
	line-height: 40px;
}
.ch-home-news-text .item .text h3 a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
}
.ch-home-news-text .item .text h3 a:hover {
	color: #ae2431;
}
.ch-home-news-text .item .text p {
	height: 40px;
	line-height: 20px;
	color: #666;
}
.ch-home-news-text .item .ch-date {
	float: right;padding-top: 3px;
}

.home-major {
	width: 1400px;
	margin: 20px auto 0;
	height: 180px;
}
.home-major .item{
	width: 240px;
	height: 180px;
	text-align: center;
}
.home-major .item img{
	width: 240px;
	height: 140px;
}
.home-major .item p {
	line-height: 50px;font-size: 16px;
}
.ch-home-images {
	height: 310px;
	margin-left: -60px;
}
.ch-home-images .item {
	width: 670px;
	height: 310px;
	float: left;
	margin-left: 60px;
}
.ch-home-images .item img {
	width: 670px;
	height: 310px;
}
.ch-inquiry-result {
	display: none;
}
.ch-inquiry-result h3 {
	line-height: 70px;
	font-size: 20px;
	font-weight: normal;
	color: #4ca303;
}
.ch-feedback-form {
	padding: 50px 0 80px;
}
.ch-feedback-form img{
	vertical-align: bottom;
}
.ch-home-school-news {
	background: url("./i/home-block.png") no-repeat center center;
	height: 470px;
	background-size: cover;
}
.ch-feedback-form .ch-form .form-group label {
	width: 100px;
}