.g-page a {
	background: #333;
	color: #fff;
}

/*文章模块*/
.g-news {
	background: #f2f3f8;
	background: #fff;
}


/*--------------新闻列表模块-------------------*/

/*新闻列表 一  标题+简介
.g-news{ width:93.75%; margin:0 auto; padding-top:1.5rem;}

*/
.news_list_2 {
	width: 93.75%;
	margin: 0 auto;
}

.news_list_2 dl {
	background: #fff;
	margin-bottom: 1.5rem;
	padding: 1.5rem 4%;
}

.news_list_2 dt {
	position: relative;
}

.news_list_2 dt h3 {
	width: 73.87%;
	font-size: 1.2rem;
	line-height: 1.8rem;
	height: 3.6rem;
	color: #333;
}

.news_list_2 dt em {
	display: block;
	width: 5.4rem;
	background: #14AE93;
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	position: absolute;
	top: -1.5rem;
	right: 0;
}

.news_list_2 dt em i {
	display: block;
	font-size: 1rem;
	position: relative;
	margin-top: -0.2rem;
	padding-bottom: 0.6rem;
}

.news_list_2 dd {
	font-size: 1rem;
	line-height: 1.5rem;
	padding-top: 0.8rem;
	color: #999;
}

/*新闻列表--图片+标题+简介*/
.news_list_4 {
	margin-top: 1rem;
}

.news_list_4 dl {
	border-bottom: 0.05rem solid #f1f1f1;
	box-shadow: 0 0.1rem 0.5rem #dedede;
	margin: 0.8rem;
	position: relative;
	display: flex;
	flex-shrink: 1;
}

.news_list_4 dt {
	display: block;
	margin: 0 0.55rem;
	box-sizing: border-box;
	align-self: center;
}

.news_list_4 dt img {
	display: block;
	width: 8rem;
	height: 6rem;
}

.news_list_4 dd {
	width: 20rem;
}

.news_list_4 h3 {
	height: 2rem;
	font-size: 1.24rem;
	line-height: 2rem;
	overflow: hidden;
	padding-right: 1rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 1rem;
}

.news_list_4 p {
	font-size: 1rem;
	height: 4.8rem;
	line-height: 1.6rem;
	padding-left: 1rem;
	padding-right: 1rem;
	overflow: hidden;
	color: #999;
	text-align: justify;
}

.news_list_4 span {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: calc(50% - 0.4rem);
	right: 1rem;
}

/*切换下面列表箭头样式*/
.news_list_4 span:before {
	content: "";
	position: absolute;
	background: #999;
	width: 100%;
	height: 100%;
	right: -0.3rem;
	top: 0;
	z-indx: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news_list_4 span:after {
	content: "";
	position: absolute;
	background: #f2f3f8;
	background: #fff;
	width: 100%;
	height: 100%;
	right: -0.2rem;
	top: 0;
	z-indx: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*新闻列表---图片+标题 */
.content-list2 {
	padding-top: 1rem;
}

.content-list2 a:nth-child(2n+2) .content-info3 {
	margin-right: 0;
}

.content-list2 .content-info3 {
	margin-bottom: 3rem;
	float: left;
	margin-right: 0.8rem;
	border: 1px solid #DBDBDB;
}

.content-list2 .content-img {
	width: 14.15rem;
}

.content-list2 .content-title {
	font-size: 1.2rem;
	line-height: 3rem;
	color: #dab159;
	margin: 0 1.3rem;
	border-bottom: 1px solid #DBDBDB;
}

.content-list2 .content-desc {
	color: #666666;
	width: 11.33rem;
	height: 3rem;
	margin: 0.82rem 0 1.71rem 0;
	padding: 0 1.2rem;
	text-align: justify;
	overflow: hidden;
}

.content-list2 .content-bottom-btn {
	display: flex;
}

.content-list2 .content-bottom-btn .btn-left {
	width: 50%;
	height: 2.4rem;
	line-height: 2.4rem;
	background-color: #BB0300;
	text-align: center;
	font-weight: bold;
	color: white;
}

.content-list2 .content-bottom-btn .btn-right {
	width: 50%;
	height: 2.4rem;
	line-height: 2.4rem;
	background-color: #E9AB53;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

/*案例列表---图片+标题 */
.content-list-case {
	padding-top: 1rem;
}

.content-list-case a:nth-child(2n+2) .content-info3 {
	margin-right: 0;
}

.content-list-case .content-info3 {
	float: left;
	margin-bottom: 3rem;
	margin-right: 0.6rem;
	border: 1px solid #DBDBDB;
	width: 14.2rem;
	background-color: #F7F7F7;
}

.content-list-case .content-info3 p {
	color: #333333;
	line-height: 2rem;
}

.content-list-case .content-info3 p span {
	color: #dab159;
}

.content-list-case .content-img {
	width: 100%;
}

.content-list-case .content-title {
	line-height: 3rem;
	color: #333333;
	border-bottom: 1px solid #E9AC54;
	font-weight: bold;
	margin: 0 1.45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content-list-case .content-info3 .content-sub {
	padding: 0.5rem 1.45rem;
}

.content-list-case .content-info3 .content-desc {
	height: 6rem;
	overflow: hidden;
	padding: 0 1.45rem;
	text-align: justify;
}

/*新闻列表---图片+标题 */
.news_list_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
}

.news_list_3 a {
	width: 14.5rem;
	text-align: center;
	font-size: 1.2rem;
}

.news_list_3 a img {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0.05rem;
	min-height: 8rem;
	height: 13rem;
	display: block;
}

.news_list_3 a span {
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-align: center;
	padding: 0 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_list_3 h1 {
	width: 100%;
	font-size: 1.3rem;
	color: #b91125;
	font-weight: bold;
	text-indent: 1rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
}


/*图片列表---图片+标题 */
.news_list_img {
	margin-top: 1rem;
	overflow: hidden;
}

.news_list_img dl {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	margin-right: 0.7rem;
	width: 14.32rem;
	float: left;
}

.news_list_img dl:nth-child(2n+2) {
	margin-right: 0;
}

.news_list_img dt img {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	width: 100%;
	height: 12rem;
	display: block;
}

.news_list_img dd {
	height: 2.1rem;
	display: inline-block;
	line-height: 2.1rem;
	margin: 1rem 0;
}

.news_list_img dd span {
	text-align: left;
	line-height: 1rem;
	padding: 0 0.5rem;
}

/*新闻列表---纯图片 */
.news_list_5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news_list_5 a {
	width: 43.25%;
	margin: 0 3% 4% 3%;
	text-align: center;
	line-height: 150%;
	font-size: 1.16rem;
}

.news_list_5 a img {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0.05rem;
	min-height: 8rem;
	height: auto;
	display: block;
}

.news_list_5 a span {
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-align: center;
}

/*导师列表*/
/*资深实战导师全程保驾护航*/
.senior {
	width: 100%;
	position: relative;
	padding-bottom: 2rem;
}

.senior .title {
	text-align: center;
	font-size: 1.71rem;
	color: #333333;
	font-weight: bold;
	margin-top: 1.67rem;
}

.senior .senior-content {
	display: flex;
	justify-content: space-between;
}

.senior .wangchong {
	margin-top: 2.05rem;
	margin-right: 1.58rem;
	margin-left: -6rem;
	width: 100%;
}

.senior .senior-info .info-title {
	margin-top: 2.05rem;
	margin-right: 1.58rem;
	margin-left: -1.24rem;
}

.senior .senior-info .info-title .info-title-l {
	font-size: 2.48rem;
	color: #dab159;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.senior .senior-info .info-title .info-title-r {
	margin-top: 0.5rem;
	margin-left: 1.24rem;
	font-size: 1.03rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.2rem;

}

.senior .senior-info .senior-list {
	margin-top: 1.62rem;
}

.senior .team-info {
	background: url(../img/sanjiao.png) no-repeat;
	background-size: 0.3rem;
}

.senior .team-info p {
	color: #333333;
	margin-left: 0.50rem;
	margin-bottom: 0.6rem;
}

.senior .senior-info .senior-desc {
	display: flex;
	justify-content: flex-end;
	margin-right: 1.41rem;
}

.senior .senior-info .senior-desc p {
	text-indent: 2em;
	color: #333333;
	margin-top: 1.03rem;
	line-height: 1.15rem;
	letter-spacing: 0.04rem;
	text-align: justify;
}

.senior .senior-info .senior-detial {
	display: flex;
	justify-content: flex-start;
}

.senior .senior-info .senior-detial button {
	width: 4.27rem;
	height: 1.07rem;
	background-color: #EEEEEE;
	line-height: 1.07rem;
	border: none;
	color: #333333;
	margin-top: 1.28rem;
	font-size: 0.6rem;
}

.team {
	width: 100%;
	background-color: #F0F0F0;
}

.team-list {
	padding-top: 2.18rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team-list .team-info {
	margin-bottom: 2.18rem;
	display: flex;
	flex-direction: column;
}

.team-list .team-info .info-img {
	width: 13.76rem;
	height: 13.79rem;
}

.team-list .team-info img {
	width: 100%;
	height: 100%;
}

.team-list .team-info .info-desc {
	width: 13.76rem;
	height: 10rem;
	background-color: #fff;
	text-align: center;
}

.team-list .team-info .info-desc .desc-title {
	font-size: 1.03rem;
	color: #333333;
	margin-top: 1.58rem;
}

.team-list .team-info .info-desc span {
	display: block;
	background-color: #dab159;
	width: 2.26rem;
	height: 0.11rem;
	margin-top: 0.77rem;
	margin-left: 5.81rem;
	margin-bottom: 1.11rem;
}

.team-list .team-info .info-desc p {
	color: #666666;
	line-height: 1.2rem;
}

.team-list .team-info .info-desc button {
	width: 5.5rem;
	border: none;
	padding: 0.2rem;
	font-size: 1rem;
	background-color: #F0F0F0;
	color: #666666;
	margin-top: 1.1rem;
}

/*------------------新闻详情模块----------------------*/
/* 新闻详情模式  一*/
.g-news-info {
	padding: 1rem;
	margin: auto;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #333;
	overflow-x: hidden;
}

.g-news-info #v1,
.g-news-info #v2,
.g-news-info #v3 {
	display: none;
}

.g-news-info video,
.g-news-info #v1,
.g-news-info #v2,
.g-news-info #v3 {
	max-width: 100%;
	height: 20rem !important;
}

/*视频*/
.g-news-info img {
	max-width: 100%;
	width: 100%;
	display: block;
}

.g-news-info .xtitle {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.4rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #dadbe2;
}

.g-news-info .xtitle em {
	display: block;
	font-size: 1rem;
	color: #999;
	font-weight: normal;
	padding-top: 0.3rem;
}

.g-news-info p {
	font-size: 1.1rem;
	line-height: 3rem;
	color: #333;
	text-align: justify;
}

.g-news-info h5 img {
	display: block;
	width: 100%;
	margin-top: 1.2rem;
}

.g-news-info h4 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #0056b6;
	margin-top: 1.2rem;
}


/*帮助列表*/
.g-help a span {
	text-align: center;
}

/*联系表单*/
h2.big_title {
	text-align: center
}

h2.big_title a {
	display: block;
	font-size: 2.3rem;
	color: #0d0d0d;
	line-height: 100%;
	text-transform: capitalize;
	font-weight: 900
}

h2.big_title a:hover {
	color: #0d0d0d
}

h2.big_title span {
	display: block;
	margin: .95rem auto 0;
	width: 87.6%;
	font-size: .9rem;
	color: #8c8c8c;
	line-height: 1.3rem;
	font-weight: 400;
	letter-spacing: .05rem
}

/*（图片+标题）一排2个*/
.help_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.help_con .list_p4 {
	width: 43.25%;
	margin: 0 3% 4% 3%;
	text-align: center;
	line-height: 150%;
	font-size: 1.16rem;
}

.help_con .list_p4 img {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0.05rem;
	min-height: 8rem;
	height: auto;
	display: block;
}

.help_con .list_p4 dd {
	padding: 5px;
}

.help_con .list_p4 dd a {
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-align: center;
}

/*联系我们*/
.caigou-content {
	margin-top: 1rem;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	font-size: 1.4rem;
}

.caigou-content li {
	line-height: 3rem;
	margin-bottom: 0.8rem;
	display: block;
}

.caigou-content li span {
	width: 10rem;
	text-align: right;
	display: inline-block;
	letter-spacing: 3px;
	vertical-align: top;
}

.caigou-content li input {
	line-height: 3rem;
	height: 3rem;
	border: 1px solid #dedede;
	text-indent: 0.4rem;
	box-sizing: border-box;
	border-radius: 4px;
	width: 20rem;
	padding: 0 0.8rem;
}

.caigou-content li textarea {
	height: 10rem;
	border: 1px solid #dedede;
	text-indent: 0.4rem;
	box-sizing: border-box;
	border-radius: 4px;
	width: 20rem;
	padding: 0.8rem;
}

.caigou-content li span em {
	color: red;
	padding-right: 3px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.caigou-content .caigou-tips {
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: justify;
	letter-spacing: 0.2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.caigou-content .caigou-tips span {
	color: #B91125;
}

.caigou-content .btn_submit {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.caigou-content .btn_submit input {
	border: none;
	cursor: pointer;
	margin-right: 1.2rem;
	width: auto;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	background: #dab159;
	letter-spacing: 0.3rem;
	transition: all 0.6s linear;
}

.caigou-content .btn_submit .btn1 {
	color: #fff;
}

.caigou-content .btn_submit .btn2 {
	color: #666;
	background: #dedede;
}

.caigou-content .caigou-code {
	text-align: center;
}

.caigou-content .caigou-code img {
	width: 20rem;
}

/*下级分类*/
.pro-tags ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pro-tags li {
	display: block;
	background-color: #E6E6E6;
	padding: 0.3rem 1rem;
	margin-top: 1rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.pro-tags li a {
	color: #333333;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.pro-tags .cur {
	background-color: #dab159;
	color: #FFFFFF;
}

.pro-tags .cur a {
	color: #FFFFFF;
}

/*同级分类*/
.inside-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inside-nav li {
	display: block;
	background-color: #E6E6E6;
	width: 9rem;
	height: 2rem;
	line-height: 2rem;
	margin-top: 1rem;
	text-align: center;
}

.inside-nav li a {
	color: #333333;
	line-height: 1.6rem;
	letter-spacing: 1px;
}

.inside-nav .cur {
	background-color: #dab159;
	color: #FFFFFF;
}

.inside-nav .cur a {
	color: #FFFFFF;
}

/*浮动二维码购买*/
.tag-buy-img {
	position: fixed;
	bottom: 15rem;
	right: 2rem;
	width: 3rem;
	height: 3rem;
}

/*商品简介*/
.pro-info-desc {
	margin-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.pro-info-desc .pleft {
	width: 100%;
}

.pro-info-desc .pleft .bd ul li img {
	width: 100%;
}

.pro-info-desc .pright {
	width: 100%;
}

.pro-info-desc .pright .corange {
	color: #333333;
	padding-bottom: 0.3rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.pro-info-desc .pright .pd_short {
	margin-top: 0.5rem;
	color: #666666;
	line-height: 1.5rem;
	font-size: 1.2rem;
}

.pro-info-desc .pright .product-detail-contact {
	margin-top: 1rem;
	text-align: center;
}

.pro-info-desc .pright .product-detail-contact p {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #CF0000;
	font-weight: bold;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list {
	display: flex;
	justify-content: center;
	margin: 1.6rem 0;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list button {
	margin: 0 0.4rem;
	width: 7.7rem;
	height: 2.15rem;
	line-height: 2.15rem;
	text-align: center;
	font-size: 1.2rem;
	color: white;
	border: none;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list .contact-btn-left {
	background-color: #C19B50;
}

.pro-info-desc .pright .product-detail-contact .product-detail-btn-list .contact-btn-right {
	background-color: #CF0000;
}

/* 产品详情 */

/* 我要定制 */
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 1.02rem;
	font-family: Source Han Sans CN;
	color: #999999;
	line-height: 2.13rem;
}

.us {
	margin: 3rem 1.28rem;
	background-color: #F9F9F9;
}

.us h2 {
	padding-top: 0.9rem;
	margin-bottom: 0.9rem;
	margin-left: 1.28rem;
	font-size: 1.36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.us .us_line {
	margin-bottom: 1.2rem;
	width: 29.36rem;
	height: 0.04rem;
	background: #C19B50;
}

.us form {
	margin-left: 1.3rem;
}

.us label {
	vertical-align: top;
	line-height: 2rem;
	margin-left: 1.3rem;
}

.us textarea {
	width: 23rem;
	height: 5.6rem;
	line-height: 2rem;
	padding-left: 1rem;
}

.us input {
	width: 23rem;
	height: 2.13rem;
	margin-bottom: 0.8rem;
	padding-left: 1rem;
}

.us .us_btn {
	text-align: center;
}

.us button {
	margin-top: 1.6rem;
	margin-bottom: 2.1rem;
	width: 8.3rem;
	height: 2.13rem;
	background: #FFFFFF;
	border: 0.04rem solid #E0E0E0;
	border-radius: 1rem;
	font-size: 1.11rem;
	font-family: Source Han Sans CN;
	color: #333333;
	line-height: 2.13rem;
}

/* 相关推荐 */
.recommend {
	padding: 1rem;
	margin-bottom: 3.3rem;
}

.recommend .recommend_list .recommend_item .reco2 {
	margin-left: 0.64rem;
	margin-right: 0.64rem;
}

.recommend h2 {
	margin-left: 1.51rem;
	margin-bottom: 0.9rem;
	font-size: 1.45rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
}

.recommend .line {
	width: 29.46rem;
	height: 0.06rem;
	background: #C19B50;
	margin-bottom: 1.1rem;
}

.recommend .recommend_list .recommend_item {
	margin: 0 0.2rem;
	display: inline-block;
	border: 0.04rem solid #F0F0F0;
	text-align: center;
}

.recommend .recommend_list .recommend_item img {
	width: 9.36rem;
	height: 6.98rem;
	vertical-align: bottom;
}

.recommend .recommend_list .recommend_item h3 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.11rem;
	font-family: Source Han Sans CN;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 9rem;
}
