@charset "UTF-8";
html,
body {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

.trivia_main_left_content ul {
	width: 100% !important;
}

body {
	font-size: 16px;
}

h1 {
	text-indent: -999px;
	float: left;
	margin: 0;
	font-size: 12px;
}

/* 限制富文本图片*/
.contentGet img {
	max-width: 100%;
	margin-bottom: 20px;
}

.trivia_main img {
	max-width: 100%;
	margin-bottom: 20px;
}

/*reset css*/
.mask-box .mask-main .mask-close {
	width: 30px;
	height: 30px;
}

.mask-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.mask-box .mask-main {
	width: 688px;
	height: 405px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.mask-box .mask-main .mask-close {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	z-index: 1001;
}

.mask-box .mask-main .mask-img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.mask-box .mask-main .mask-video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.izl-rmenu {
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 2px;
	top: 50%;
	z-index: 999;
}

.izl-rmenu .consult {
	/* background-image: url(../images/consult_icon.gif); */
	background-repeat: no-repeat;
	background-position: center -77px;
	display: block;
	height: 76px;
	width: 82px;
}

.izl-rmenu .consult .phone {
	background-color: #f7f7ff;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #000;
	font-size: 18px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .cart {
	/* background-image: url(../images/consult_icon.gif); */
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 34px;
	padding-bottom: 47px;
	padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	/* background-image: url(../images/float_top.gif); */
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
	/* background-image: url(../images/float_top.gif); */
	background-repeat: no-repeat;
	background-position: center bottom;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -124px;
	top: 65px;
	width: 160px;
	height: 160px;
	background: url(../img/index/s_cart2.jpg);
	background-size: 160px;
	background-repeat: no-repeat;
}

#udesk-feedback-tab {
	position: fixed;
	right: 2px;
	top: 65%;
	margin-top: -76px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	cursor: pointer;
	/* background-image: url(../images/consult_icon.gif); */
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
	background-color: #FFF !important;
	z-index: 999;
}

.tanniu {
	padding: 10px 60px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	background: #2c2f34;
	margin-top: 40px;
}

a:hover {
	text-decoration: none;
}

.hezuo-imgs img {
	width: 100%;
}
.hezuo-img{
	margin-bottom: 20px;
}
.hezuo-img img {
	width: 100%;
	border-radius: 10px;
}

.floatDivBoxs ul,
ol {
	list-style: none;
}

.floatDivBoxs img {
	border: none;
	outline: none;
}

.rightArrow a {
	color: #666;
	text-decoration: none;
	outline: none;
}

.rightArrow a:hover {
	color: #e8431f;
}

.index-banner {
	width: 100%;
}

.index-banner img {
	width: 100%;
	height: 100%;
}

.banner_img {
	overflow: hidden;
}

.banner_img>img {
	/* height: 500px!important;*/
}

header {}

header .header-top {
	padding-top: 20px;
	border-top: 5px solid rgb(218, 20, 22);
	padding-bottom: 10px;
}

header .header-top p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 43px;
}

header .header-top form .form-group {
	position: relative;
}

header .header-top form .form-group i {
	position: absolute;
	top: 8px;
	right: 11px;
	color: #da1416;
	font-size: 16px;
}

/*导航*/
.navbar-form {
	margin-top: 5px;
	margin-bottom: 0;
	border: none;
	display: none;
}

header .navbar {
	margin-bottom: 0;
	background-color: #150845;
	position: relative;
	border-radius: 0;
	border: none;
}

header .container {
	padding:0;
	position: relative;
}

header .navbar .sign-btn {
	width: 200px;
	height: 70px;
	background-color: #f4cf41;
	border-radius: 100px;
	border: 1px solid #f4cf41;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	display: block;
	cursor: pointer;
}

header .navbar .sign-btn a {
	font-size: 20px;
	color: #272727;
	line-height: 70px;
	font-weight: bold;
	display: block;
}

header nav .nav {
	margin-left: 50px;
	margin-top: 40px;
}

header nav .nav li a {
	color: #fff;
	padding: 10px 0;
	margin: 0 15px;
	font-size: 20px;
}

header nav .nav li a:hover {
	/*border-bottom: solid #da1416 2px;*/
	/*background-color: #f4cf41;*/
	/*border-radius: 5px;*/
	color: #f4cf41;
	background: none;
}

header nav .nav .active {
	border-bottom: solid #f4cf41 2px;
	color: #f4cf41;
}

header nav .logo {
	width: 260px;
	height: 110px;
	line-height: 80px;
}

.banner div img {
	margin: auto;
	width: 100%;

	display: block;
}

.text-title {
	color: #C8161D;
}

/* current_location start */

.current_location {
	width: 100%;
	height: 60px;
	background-color: #F7F6F7;
	line-height: 60px;
	font-size: 14px;

}

.current_location span {
	color: #909399;
	cursor: pointer;
}

.current_location .location_index {
	color: #303133;
}

.signup_content {
	text-align: center;
	color: red;
	font-size: 14px;
}

/* current_location end */

.progress_box {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}

.progress_box .progress_title {
	color: #303133;
	font-size: 30px;
	text-align: left;
	line-height: 70px;
}

.progress_item {
	padding-left: 10px;
	overflow: hidden;
	display: flex;
}

.progress_item_h {
	height: 100px;
	float: left;
	line-height: 100px;
	text-align: center;
}

.progress_left {
	width: 200px;
}

.progress_center {
	padding: 0 30px;
	position: relative;
	margin-right: 20px;
}

.progress_dian {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #C8161D;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.progress_xian {
	width: 1px;
	height: 100%;
	background-color: #C8161D;
}

.progress_right {
	width: 80%;
	height: auto;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.trivia_content {
	padding:0 0 40px 0;
	cursor: pointer;
	min-height: 372px;
}

.trivia_img {
	width: 100%;
	height: 214px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 10px;
}

.activity-cover-box-trivia_img {
	width: 100%;
	height: 180px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 5px;
}

.new-trivia_img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 5px;
}

.new_trivia_content {
	padding: 0 20px;
}

.trivia_title {
	font-size: 20px;
	color: #222;
	font-weight: 500;
	/* line-height: 20px; */
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 27px;
	word-wrap: break-word;
}

.new_trivia_title {
	font-size: 20px;
	color: #000000;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: -1px;
}

.trivia_text {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.trivia_info {
	font-size: 14px;
	color: #909399;
	margin-top: 10px;
	line-height: 20px;
}

/* .trivia_main {
	padding: 30px 0;
} */

.trivia_main .trivia_main_left .trivia_main_left_title {
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.trivia_main .trivia_main_left .trivia_main_left_info {
	font-size: 14px;
	color: #909399;
	line-height: 30px;

}

.trivia_main_right .trivia_main_right_title {
	border-bottom: 1px solid #EBEEF5;

}

.trivia_main_right .trivia_main_right_title span {
	display: inline-block;
	border-bottom: 2px solid #303133;
	height: 40px;
	line-height: 40px;
}

.trivia_main_right_list_img {
	width: 96px;
	height: 54px;
	display: block;
}

.trivia_main_right_list_img_box {
	padding: 0;
	width: 96px;
}

.trivia_main_left img {
	width: 100%;
}

.trivia_main_right_list {
	overflow: hidden;
}

.trivia_main_right_list_text {
	font-size: 14px;
	color: #000;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sponsor_box {
	overflow: hidden;
	background-color: #fff;
}

.sponsor_main {
	overflow: hidden;
	margin: 30px 10px;
	border: 1px solid #EBEEF5;
}

.sponsor_box .sponsor_logo img {
	width: 100%;
	display: block;
	padding: 20px;
	margin: 0 auto;
}

.sponsor_box .sponsor_content {
	font-size: 18px;
	color: #303133;
	letter-spacing: 0;
	margin-top: 20px;
	line-height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1;
	height: 532px;
	max-width: 1440px;
	max-height: 532px;
	object-fit: cover;
}

.profuile {
	padding: 30px 0;
}

.profuile embed {
	width: 100%;
	border: solid #eee 1px;
}

.profuile h2 {
	margin-bottom: 27px;
}

.profuile .title {
	color: #71716f;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 20px;
}

.profuile .title {
	color: #C8161D;
}

.profuile .activity-cover {
	width: 100%;
	cursor: pointer;
	border-radius: 10px;
}

.profuile h6 {
	border-bottom: solid 3px #3884c0;
	width: 50px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.pr_rongyv {
	padding: 20px 0 40px 0;
	background: #f2f2f2;
}

.pr_rongyv h2 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}

.pr_rongyv h3 {
	font-size: 18px;
	color: #626262;
}

.pr_rongyv p {
	color: #626262;
	width: 87%;
	margin-left: 24px;
}

.profuile p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 2em;
	color: #4c4944;
}

.profuile p a {
	padding: 10px 60px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	background: #2c2f34;
	margin-top: 40px;
}

.profuile p a:hover {
	text-decoration: none;
	background: #000;
}

.products {
	background: #2c2f34;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.products #myTabContent {
	text-align: center;
}

.products #myTabContent p {
	margin-top: 10px;
	font-size: 13px;
}

.products #myTabContent img {
	height: 235px;
}

.products h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.products h2 a {
	color: #9ba5af;
}

.products ul {
	text-align: center;
	border-bottom: solid 2px #26292e;
	margin-bottom: 30px;
}

.products ul li {
	float: none;
	display: inline-block;
}

.products ul li a {
	padding: 10px 30px;
	color: #c5d0df;
}

.products .nav>li>a:hover {
	color: #000;
}

.products #myTabContent div a {
	color: #e2e2e2;
	display: block;
	margin-bottom: 20px;
}

.products #myTabContent div a:hover {
	text-decoration: none;
	color: #fff;
}

.products #myTabContent div a img {
	width: 100%;
	border-radius: 3px;
	opacity: 0.5;
}

.products #myTabContent div a p {
	margin-bottom: 0;
	margin-top: 4px;
}

.products #myTabContent div a .products-pmbb {
	border-bottom: solid #909090 1px;
	padding-bottom: 10px;
}

.products div p a {
	border: solid #909090 1px;
	border-radius: 5px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	color: #eee;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	font-size: 14px;
}

.products div p a:hover {
	border: solid #fff 1px;
	color: #fff;
}

.about {
	padding-bottom: 40px;
}

.about ul li {
	list-style: none;
	text-align: left;
	/*padding-left: 40px;*/
}

.about_form .hrs {
	width: 5%;
	height: 3px;
	margin: 20px auto;
	background: #3884c0;
}

.about li p {
	font-size: 15px;
}

.about .about_title {
	background: #3884c0;
	color: #fff;
}

.about .about_p {
	padding-top: 11px;
	padding-bottom: 11px;
}

.about .aboutry .about-aj {
	position: relative;
}

.about .aboutry .about-aj img {
	width: 100%;
	height: 130px;
	border: solid 1px #000;
	margin-bottom: 10px;
	border-radius: 3px;
}

.about .aboutry .about-aj .about-ji {
	position: absolute;
	display: inline-block;
	background: #000;
	opacity: 0;
	z-index: 999;
	width: 165px;
	height: 130px;
	top: 0;
	color: #fff;
	line-height: 91px;
	text-align: center;
}

.about .aboutry .about-aj .about-ji:hover {
	opacity: 0.5;
	font-weight: bold;
}

.about .aboutwh img {
	width: 100%;
	height: 220px;
	/* -webkit-transition: All 0.4s; */
}

.about .aboutwh img:hover {
	/* -webkit-transform: translate(0, -10px); */
}

.about p {
	font-size: 14px;
}

.about ul li {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 15px;
}

.about h2 a {
	color: #000;
	font-weight: bold;
}

.about h2 a:hover {
	color: #3984c0;
}

.about h3 a {
	color: #000;
	padding-top: 10px;
}

.about h3 a:hover {
	color: #3984c0;
}

.about_form {
	padding-top: 25px;
	background: url("http://1.rc.xiniu.com/rc/Contents/29122/images/LYbg.png?d=20170508094738839") no-repeat;
	background-size: 100% 100%;
	height: 550px;
}

.about_form h2 {
	margin: 0;
	height: 20px;
	line-height: 20px;
}

.about_form form {
	padding-top: 20px;
	width: 80%;
	height: 500px;
	margin: auto;
	background: #FFF;
}

.about_form ul {
	padding-left: 5%;
	padding-right: 5%;
}

.about_form ul li {
	list-style: none;
}

.about_form span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
}

.about_form textarea {
	width: 100%;
	height: 100px;
	background: #eaeeef;
	border: none;
	margin-bottom: 10px;
}

.about_form input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	background: #eaeeef;
	border: none;
	box-sizing: border-box;
}

.about_form .about_form_submit {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40%;
	background: #3984c0;
	color: #fff;
	margin: auto;
}

.join {
	background: #2c2f34;
	padding-top: 30px;
	padding-bottom: 40px;
}

.join h5 a {
	padding-left: 10px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #b7b5b5;
	border-left: solid #428bca 3px;
}

.join span a {
	color: #d6d6d6;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.join img {
	width: 100%;
	height: 120px;
	border-radius: 3px;
	opacity: 0.5;
}

.join time {
	color: #a2a2a2;
	height: 100px;
	display: block;
	padding-top: 9px;
}

.join .joina {
	background: #494d55;
	margin-left: 5px;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90px;
	text-align: center;
}

.join .joina:hover {
	background: #466394;
	color: #fff;
}

.more-btn {
	padding: 0 10px;
	height: 30px;
	border-radius: 5px;
	background-color: #ddd;
	float: right;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
}

.more-btn a {
	color: #606266;
	font-size: 14px;
	display: block;
}

.news {
	padding: 30px 0;
	background: url("../imgs/bg-1.png") no-repeat;
	background-size: 100% 100%;
}

.news div img {
	width: 100%;
	height: 258px;
	border-radius: 3px;
	-webkit-transition: All 0.4s;
	object-fit: cover;
}

.news div img:hover {
	-webkit-transform: translate(0, -10px);
}

.news p {
	color: #333;
}

.news .newsa {
	background: #3984c0;
	color: #fff;
}

.news .newsa:hover {
	background: #466394;
}

.news h4 a {
	color: #000;
	padding-top: 10px;
}

.news h4 {
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news .news_content {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.news_content .content1 {
	display: flex;

}

.news_content .content1 .news_time1 {
	font-size: 24px;
	color: #000;
	width: 60px;
}

.news_content .content1 .news_title1 {
	word-wrap: normal;
	font-size: 18px;
	color: #000;
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_content .content2 {
	color: #909399;
	font-size: 16px;
	display: flex;
	margin-top: 5px;
}

.news_content .content2 .news_time2 {
	width: 60px;
}

.news_content .content2 .news_title2 {
	margin-left: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.activity {
	background-color: #fff;
}

.activity-cover-box {
	padding: 1px;
	border-radius: 10px;
	border: 1px solid #C1855E;
	position: relative;
	overflow: hidden;
}

.main-video {
	max-width: 95%;
	max-height: 70vh;
	border: 1px solid #CE8125;
	outline: none;
}

.video-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* transition: All 0.4s;
    -webkit-transition: All 0.4s; */
}

/* .video-icon:hover{
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
} */
.activity .activity-cover {
	width: 100%;
	height: 160px;
}

/* .activity-cover{
    transition: All 0.4s;
    -webkit-transition: All 0.4s;
    border-radius: 5px;
}
.activity-cover:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
} */
/* .activity-cover-box {
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	border-radius: 5px;
}

.activity-cover-box:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
} */

.activity-title {
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	text-align: justify;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.newcontainer{
	margin-top: 40px;
}
.hezuo {	
	padding: 60px;
	background: url("../imgnew/bordebgr.png") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 150px;
}

.hezuo .hezuo-title {
	text-align: center;
	font-size: 30px;
	color: #222;
	letter-spacing: 0;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.hezuo .hezuo-title:nth-child(1),.hezuo .hezuo-title:nth-child(2){
	margin-top: 20px;
}
.hezuo .hz-qiye{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.hezuo .hezuo-imgs {
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
}

.hezuo .hezuo-imgs img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
}

.hezuo .meiti-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 20px;
}

.hezuo .meiti-list a {
	display: inline-block;
	margin-right: 20px;
	color: #333;
	padding-bottom: 8px;
}

.hezuo .meiti-list span {
	margin-right: 20px;
	font-size: 18px;
	color: #303133;
	display: inline-block;
	padding-bottom: 5px;
	cursor: pointer;
}

.xinniuren .activity-cover {
	width: 100%;
	height: 100%;
}

footer .footer-button {
	padding: 1vw 0 2vw 0;
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	text-align: center;
	line-height: 30px;
}

@media (max-width: 1200px) {

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		line-height: 1;
		height: 432px;
	}

	.index-banner {
		line-height: 1;
		/* height: 432px; */
	}

	.about_form form {
		height: 455px;
	}

	.banner_img>img {
		height: 400px !important;
	}

	.profuile p {
		font-size: 13px;
		margin-bottom: 0;
		line-height: 2em;
		color: #4c4944;
	}

	.profuile p a {
		margin-top: 20px;
	}

	.pr_rongyv {
		padding: 20px 0 40px 0;
		background: #f2f2f2;
	}

	.pr_rongyv h2 {
		margin-top: 10px;
		font-size: 20px;
		font-weight: 600;
	}

	.pr_rongyv h3 {
		font-size: 18px;
		color: #626262;
	}

	.pr_rongyv p {
		color: #626262;
		width: 100%;
		margin-left: 0;
	}

	.products #myTabContent div img {
		width: 221px;
		height: 177px;
	}

	.about .aboutry img {
		height: 100px;
	}

	.about .aboutwh img {
		height: 230px;
	}

	.about_form {
		height: 500px;
	}
}


.gjianjie img {
	width: 100%;
}

.gjianjie .img1 {
	height: 348px;
}

.gjianjie p {
	font-size: 16px;
	line-height: 25px;
	color: #333;
}

.gjianjie .gjianjie-jiesao {
	padding-top: 20px;
	padding-bottom: 30px;
}

.gjianjie h2 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}

.gjianjie a {
	display: block;
}

.gjianjie a embed {
	width: 100%;
	border: solid #eee 1px;
}

#dituContent {
	width: 555px;
	height: 300px;
	border: #ccc solid 1px;
}

.fbwh img {
	/* width: 100%; */
	margin: 0 auto;
	height: inherit;
	display: block;
}

.falc img {
	width: 100%;
}

.falc ul {
	list-style: none;
}

.falc ul li {
	line-height: 2em;
	font-size: 15px;
}

.newsye {
	margin-top: 50px;
}

.newsye .col-md-4 {
	margin-bottom: 10px;
}

.newsye .col-md-4>a {
	display: block;
	-webkit-transition: all 0.5s;
}

.newsye .col-md-4>a:hover {
	-webkit-transform: scale(1.1);
}

.newsye .col-md-4>a img {
	-webkit-transition: all 0.5s;
	margin-bottom: 10px;
}

.newsye ul {
	list-style: none;
	border: #ccc 1px solid;
	background: #fff;
	padding: 0;
	margin: 0;
}

.newsye ul li a {
	display: block;
	padding: 10px 21px;
	color: #808080;
	font-size: 16px;
	border-bottom: #eee solid 1px;
}

.navigation {
	text-align: center;

}

.navigation ul {
	margin-top: 30px;
}

.newsye ul li a:hover {
	color: #da1416;
}

.newsye a img {
	width: 100%;
	height: 150px;
	border-radius: 3px;
	object-fit: cover;
}

.newsye p a {
	display: inline-block;
	padding: 2px 0;
	font-size: 14px;
	/*background: #3884c0;*/
	color: #949494;
	border-radius: 3px;
}

.newsye p a:hover {
	/*background: #1e5077;*/
}

.newsye .news a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.newsye .news a img {
	width: 100%;
	height: 220px;
}

.newsye .news p {
	font-size: 12px;
	font-family: arial;
}

.newsye .menu {
	margin-bottom: 20px;
}

.news-col9 h3 {
	text-align: left;
	margin-top: 0;
}

.news-col9 h3 a {
	font-size: 14px;
	color: #333;
}

.news-col9 .news_p {
	line-height: 20px;
	color: #999;
	margin-top: 6px;
	font-size: 12px;
}

.news-col9 .news_p .learnmore {
	float: right;
	color: #333;
	font-size: 12px;

}

.news-col9 .s_Recruitment {
	height: 22px;
	border-bottom: 1px #da1416 solid;
	margin-bottom: 20px;
}

.news-col9 .s_Recruitment h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-left: 5px #da1416 solid;
	height: 15px;
	float: left;
	line-height: 15px;
	padding-left: 10px;
	margin: 0;
}

.news-col9 .s_Recruitment p {
	float: right;
	color: #949494;
	padding: 0;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
}

.newsye {
	padding-bottom: 50px;
}

.newsye .list {
	/*border: 1px #dedede solid;*/
	margin-bottom: 10px;
}

.newsye .informationlist {
	/* height:33px;*/
	border-bottom: 1px #ccc dashed;
	line-height: 33px;
	color: #4c4c4c;
}

.newsye .informationlist .informationlistitem {
	border-bottom: 1px #ccc dashed;
	line-height: 33px;
	color: #4c4c4c;
	overflow: hidden;
	cursor: pointer;
}

.newsye .informationlist .fl {
	float: left;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsye .informationlist .fl span {
	text-align: left;
}

.newsye .informationlist .fl a {
	color: #4c4c4c;
}

.newsye .informationlist .fr {
	float: right;
}

.newsye .informationlist .s_click {
	width: 49px;
	height: 13px;
	cursor: pointer;
}

.newsye .informationlist .s_click .dianji2 {
	cursor: pointer;
	display: none;
}

.newsye .list .list_item {
	border: 1px #dedede solid;
	padding: 6px 6px;
}

.newsye .list .list_item h3 {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsye .informationlist .click_content {
	clear: both;
	color: #808080;
	display: none;
	font-family: "微软雅黑";
	font-size: 12px;
	height: auto;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 7px;
}

.newsye .list .caselist {
	padding: 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.newsye .list .caselist img {
	object-fit: cover;
}

.newsye .list .leftimgbox {
	margin-left: -15px;
}

.newsye .list .leftimg {
	width: 100%;
	height: 179px;
	border-radius: 5px;
	border: 1px #dedede solid;
	margin-bottom: 20px;
	object-fit: cover;
}

.newsye .list .title1 {
	font-weight: normal;
	color: #333;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.newsye .list .title2 {
	color: #999;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	display: inline-block;
}

.newsye .list .title3 {
	font-size: 14px;
	color: #1a1a1a;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	line-height: 25px;
}

.newsye .list .lookmore {
	display: block;
	font-size: 14px;
	color: #da1416;
	text-align: right;
}

.newsye .list .caselist .des {
	height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	line-height: 30px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.newsye .list .s_biaot {
	border-bottom: 1px #ccc dashed;
	line-height: 32px;
	text-align: center;
}

.newsye .list .s_jianj {
	color: #4f4f4f;
	line-height: 24px;
	margin-top: 35px;
}

.newsye .list .s_zzzx {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.newsye .list .s_zzzx .s_zzzxp {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-indent: 28px;
	margin-top: 26px;
}

.newsye .list .s_zzzx .s_zzzxp p {
	text-align: justify;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.newsye .list .s_zzzx hr {
	margin-top: 0;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #9a9a9a;
}

.newsye .list .details_imgbox {
	text-align: center;
	width: 100%;
}

.newsye .list .details_imgbox img {
	max-width: 100%;
	margin-bottom: 20px;
}

.newsye .list .detailstitle1 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
}

.newsye .list .detailstitle2 {
	color: #808080;
	font-size: 12px;
}

.newsye .list .detailstitle3 {
	font-size: 20px;
	text-align: justify;
}

.informationlist-box {
	overflow: hidden;
	clear: both;
}

.newsye .row1,
.newsye .page-container,
.newsye .page {
	overflow: hidden;
	clear: both;
	background: none;
	border: none;
}

.newsye .page {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.newsye {
		text-align: center;
	}

	.newsye .pagination li a {
		/*padding: 6px 11px;*/
	}

	.gjianjie p {
		font-size: 14px;
		line-height: 21px;
		color: #333;
	}
}

@media (max-width: 720px) {
	.newsye {
		text-align: center;
	}

	.newsye .pagination li a {
		padding: 0 4px;
		font-size: 13px;
	}
}

.products-yemian .products-leul {
	border: solid 1px #d4d4d4;
	padding-top: 5px;
	border-radius: 3px;
}

.products-yemian .products-leul h3 {
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}

.products-yemian .products-leul ul {
	padding-left: 15px;
	padding-right: 15px;
}

.products-yemian .products-leul ul li {
	line-height: 2em;
}

.products-yemian .products-leul ul li a {
	color: #999;
	font-size: 15px;
}

.products-yemian .products-leul ul li a:hover {
	color: #3884c0;
}

.products-yemian .products-leul .products-leli {
	line-height: 1.5em;
	border-top: solid 1px #e5e5e5;
	padding-top: 10px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1 {
	color: #000;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1:hover {
	color: #3884c0;
}

.products-yemian a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.products-yemian ul {
	list-style: none;
}

.products-yemian img {
	width: 100%;
	height: 195px;
}

.products-yemian strong {
	margin-top: 9px;
}

.products-yemian .products-aniu {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	background: #3884c0;
	color: #fff;
	border-radius: 3px;
}

.products-yemian .products-aniu:hover {
	background: #1e5077;
	color: #fff;
	border-radius: 3px;
}

.products-yemian .products-border {
	display: block;
	border-radius: 2px;
	margin-bottom: 5px;
	overflow: hidden;
}

.products-yemian .products-border img {
	transition: all 0.6s;
}

.products-yemian .products-border:hover img {
	transform: scale(1.1);
}

@media (max-width: 1200px) {
	.products {
		text-align: center;
	}

	.profuile {
		padding-top: 10px;
	}
}

@media (max-width: 720px) {

	.navbar-form {
		margin-top: 0;
		margin-bottom: 0;
		border: none;
		display: none;
	}

	.products-yemian {
		text-align: center;
	}

	.newsye .pagination li a {
		padding: 7px 14px;
		font-size: 13px;
	}

	.newsye .dinone {
		display: none;
	}

	.newsye span {
		text-align: center;
		display: block;
	}

	.about .aboutry .about-aj .about-ji {
		display: none;
	}

	.join_sul {
		display: none;
	}
}

.joinyemian h5 {
	font-size: 16px;
	font-weight: bold;
}

.joinyemian p {
	font-size: 15px;
	line-height: 2em;
	color: #898989;
}

.joinyemian img {
	width: 100%;
	cursor: pointer;
}

.joinyemian .join-banner img {
	width: 100%;
	height: inherit;
}

.joinyemian .join-banner ul {
	text-align: center;
	margin-top: -45px;
}

.joinyemian .join-banner ul li {
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}

.joinyemian .join-banner ul li a {
	color: #9d8581;
	display: block;
	background: #eee;
	padding: 30px 37px;
	border-radius: 50%;
}

.joinyemian .join-banner ul li a:hover {
	background: #dbdfe6;
}

.joinyemian h3 {
	color: #000;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.joinyemian h3 i {
	font-weight: bold;
	font-size: 40px;
}

.joinyemian h3::before,
.joinyemian h3::after {
	content: "";
	display: block;
	width: 41%;
	height: 1px;
	position: absolute;
	top: 32px;
	background: #000;
}

.joinyemian h3::after {
	right: 0;
}

.joinyemian form {
	background: #f9f9f9;
	border-radius: 3px;
	/*padding: 50px;*/
	border: solid 1px #dadada;
	margin-bottom: 20px;
}

.joinyemian form .join-jine-inp10 {
	margin-left: 0;
}

.joinyemian form .input-txt1 {
	width: 336px;
	height: 35px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.joinyemian form label {
	width: 100px;
	float: left;
	color: #000;
	font-weight: bold;
	margin-right: 40px;
	text-align: right;
}

.joinyemian form span {
	font-size: 15px;
	/*margin-left: 30px;*/
}

.joinyemian form .join-jine input {
	width: 15px;
	height: 15px;
	margin-left: 50px;
}

.joinyemian form .join-inp-txt {
	width: 70%;
	height: 140px;
}

.joinyemian form p a {
	display: inline-block;
	border-radius: 5px;
	background: #ff8a47;
	padding: 10px 28px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

.joinyemian form p a:hover {
	background: #d64e00;
}

@media (max-width: 1200px) {
	.joinyemian p {
		line-height: 1.3em;
		font-size: 14px;
	}

	.joinyemian form span {
		font-size: 12px;
	}

	.joinyemian h3::before,
	.joinyemian h3::after {
		content: "";
		display: block;
		width: 37%;
		height: 1px;
		position: absolute;
		top: 32px;
		background: #000;
	}
}


@media (max-width: 1025px) {
	.products ul {
		margin-bottom: 40px;
	}

	.products ul li a {
		padding: 7px 21px;
	}

	.products div img {
		height: 160px;
	}

	.news div img {
		height: 200px;
	}

	.join img {
		height: 120px;
	}

	.dinone {
		display: none;
	}

	.tanniu {
		margin-top: 20px;
	}

	.products #myTabContent div a p {
		text-align: left;
	}

	.newsye .col-md-4 {
		text-align: left;
	}

	.joinyemian p {
		line-height: 1.5em;
	}

	.about .aboutry .about-aj {
		position: relative;
	}

	.about .aboutry .about-aj img {
		width: 100%;
		height: 130px;
		border: solid 1px #000;
		margin-bottom: 10px;
		border-radius: 3px;
	}

	.about .aboutry .about-aj .about-ji {
		position: absolute;
		display: inline-block;
		background: #000;
		opacity: 0;
		z-index: 999;
		width: 131px;
		height: 91px;
		top: 0;
		color: #fff;
		line-height: 91px;
		text-align: center;
	}

	.about .aboutry .about-aj .about-ji:hover {
		opacity: 0.5;
		font-weight: bold;
	}

	.products {
		text-align: left;
	}

	.about .aboutry .about-aj img {
		height: 91px;
	}

	#dituContent {
		width: 467px;
		height: 266px;
		border: #ccc solid 1px;
		margin-top: 20px;
	}
}

@media (max-width: 970px) {

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		line-height: 1;
		height: 370px;
	}

	header .nav a {
		padding: 12px 10px;
		font-size: 12px;
	}

	.profuile p {
		text-align: center;
	}

	.profuile h6 {
		display: none;
	}

	.products #myTabContent img {
		width: 100%;
		height: inherit;
	}

	.about {
		text-align: center;
	}

	.about .aboutry img {
		width: 100%;
		height: 260px;
	}

	.about .aboutwh img {
		width: 100%;
		height: inherit;
	}
}


@media (max-width: 1024px) {
	.newsye ul {
		padding: 0;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 375px;
	}

	.about ul li {
		padding-bottom: 5px;
	}

	.banner_img>img {
		height: 350px !important;
	}

	.gjianjie img {
		height: 338px;
	}

	.about_form {
		/*height: 390px;*/
	}
}


@media (max-width: 720px) {
	.banner_img>img {
		height: 190px !important;
	}

	.joinyemian form .nameSpan {
		display: block;
		padding-left: 10px;
		text-align: left;
	}

	.joinyemian form .input-txt1 {
		width: 200px;
	}

	.joinyemian .join-banner ul {
		margin: 0 auto;
		text-align: inherit;
	}

	.joinyemian .join-banner ul li {
		font-size: 12px;
		padding: 2px 5px;
	}

	.joinyemian h3::before,
	.joinyemian h3::after {
		content: "";
		display: block;
		width: 30%;
		height: 1px;
		position: absolute;
		top: 32px;
		background: #000;
	}

	.joinyemian form label {
		width: 100%;
		float: none;
		color: #000;
		font-weight: bold;
		margin-right: 40px;
		text-align: center;
	}

	.about_form {
		height: 564px;
	}

	.about_form form {
		height: 528px;
	}

	#dituContent {
		width: 100%;
		height: 100%;
	}

	.about .row .aboutry .about-aj img {
		height: 233px;
	}

	.about ul {
		padding-left: 0;
	}

	.about ul li {
		padding-left: 0;
	}

	.products #myTabContent div p {
		text-align: center;
		font-size: 16px;
	}

	.products #myTabContent div img {
		height: 233px;
		margin-top: 20px;
	}

	.join div img {
		height: 90px;
	}

	.join div time {
		height: 60px;
	}

	#dituContent {
		width: 100%;
		height: 283px;
		border: #ccc solid 1px;
	}
}

@media (max-width: 750px) {
	.progress_right {
		line-height: normal;
		-webkit-line-clamp: 3;
	}

	.sponsor_box .sponsor_logo img {
		padding: 0;
	}

	.meiti-list {
		text-align: center;
	}

	.index-banner img {
		/* height: 222px; */
	}

	.navbar-toggle {
		float: left;
		z-index: 999;
	}

	header nav .logo {
		width: 200px;
		height: 80px;
		display: block;
		margin: 0 auto;
	}

	header nav .logo .logo-img {
		width: 110px;
		height: 80px;
		display: block;
		margin: 0 auto;
	}

	header .container {
		position: static;
	}

	header .navbar {
		/* background: rgba(0,0,0,.8); */
		padding: 20px 0;
	}

	header .navbar .sign-btn {
		width: 90px;
		height: 40px;
		background-color: #f4cf41;
		border-radius: 100px;
		border: 1px solid #f4cf41;
		text-align: center;
		position: absolute;
		top: 30px;
		right: 10px;
		margin: 0;
	}

	header .navbar .sign-btn a {
		font-size: 12px;
		color: #C8161D;
		line-height: 40px;
		font-weight: bold;

	}

	header nav .nav {
		margin: 0;
	}

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		line-height: 1;
		height: 188px;
	}

	.about .aboutwh img {
		height: 220px;
	}

	.aboutwh p {
		text-align: left;
	}

	.profuile .le {
		text-align: left;
	}

	.profuile .cen {
		text-align: center;
	}

	.join p {
		text-align: center;
	}

	.news .cen {
		text-align: center;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	.products #myTabContent div a p {
		text-align: center;
	}

	.produ p {
		text-align: center !important;
	}

	header ul li a {
		text-align: center;
	}

	header p {
		display: none;
	}

	header .navbar-toggle span {
		border-bottom: 2px #f0c43d solid;
		margin-top: 2px;
	}

	header .header-top .btn-default {
		width: 100%;
		background: #da1416;
		color: #fff;
		cursor: pointer;
		border-color: #da1416 !important;
	}

	.products img {
		display: block;
		margin: 0 auto;
	}

	.products p {
		width: 70%;
		margin: auto;
	}

	.profuile h6 {
		display: none;
	}

	.about .aboutry img {
		width: 100%;
		height: 111px;
	}
}

@media (max-width: 991px) {
	.joinyemian form .nameSpan {
		display: block;
		padding-left: 120px;
	}

	.mask-box .mask-main {
		width: 320px;
		height: 200px;
		border-radius: 10px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
	}

	.mask-box .mask-main .mask-close {
		width: 30px;
		height: 30px;
	}
}

/* index resources css*/
.resources {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 80vw;
	/*background-color: #f9f9f9;*/
}

.resources .text-content {
	overflow: hidden;
	cursor: pointer;
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 8;*/
	/*-webkit-box-orient: vertical;*/
	margin-bottom: 20px;
}

.resources ul {
	margin: 0;
	padding: 0;
}

.resources ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 7px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resources ul li a {
	text-decoration: none;
	color: #404040;
	font-size: 14px;
}

.company-name {
	color: rgb(128, 0, 0);
	font-weight: bold;
}

@media (max-width: 720px) {
	.resources ul li {
		width: 350px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.izl-rmenu {
		width: 60px;
		right: 0;
	}

	.izl-rmenu .btn_top {
		width: 60px;
	}

	.izl-rmenu img {
		width: 60px;
		height: 230px;
	}

	.newsye .informationlist {
		border: none;
	}

	.newsye .informationlist .fl {
		width: 130px;
	}

	.ovfHiden {
		overflow: hidden;
		height: 100%;
	}


}

.news-page .list .detailstitle3 {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 2em;
	color: #4c4944;
}

.news-page .list .s_img {
	width: 100%;
	height: auto;
	display: block;
}

.carousel-indicators li {
	background: #bbb;
}

.carousel-indicators .active {
	border-color: #bbb;
	background-color: #bbb;
}

.introduce_box_bg {
	height: 320px;
	background: url("../imgs/bg-3.png") no-repeat;
	background-size: 100% 100%;
}

.introduce_box_bgs {
	height: 320px;
	background: url("../imgs/bg-3.png") no-repeat;
	background-size: 100% 100%;
	margin-top: -120px;
}


@media screen and (max-width: 1000px) {

	.newhezuo .hezuo-img img {
		margin-top: 20px;
		width: 100%;
		height: 60px;
		object-fit: cover;
		cursor: pointer;
	}
}


.videoText {
	font-size: 12px;
	margin-top: -23px;
}

.newVideoText {
	font-size: 14px;
	margin-top: -20px;
	color: #666666;
}

.codeImg {
	width: 100%;
}


/* .oldsignup_conten .codeImg{
   width: 600px;
   height: 1500px;
} */

.oldsignup_conten {
	/*text-align: center;
    /*color: red;*/
	text-align: center;
	/* height: 400px; */
	/* line-height: 400px; */
	color: green;
}

.newsignup_conten {
	text-align: center;
	color: green;
	/* line-height: 400px;
    height: 400px; */
}

.tutorBox {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom:40px;
}

.tutorBoxTitle {
	margin-left: 10px;
}

.tutorInfo {
	padding: 0 15px;
	margin-top: 45px;
}

.new_trivia_info {
	line-height: 25px;
}

.phoneBanner {
	display: none;
}
