@charset "utf-8";

body {
	/* min-height: 2000px; */
}

/* top */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 999999;
}

#header ul.top {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
}

#header ul.top>li {
	float: left;
}

#header ul.top>li.logo_box {
	width: auto;
	height: 60px;
	margin-top: 14px;
}

#header ul.top>li.logo_box img {
	display: inline-block;
	width: auto;
	height: 100%;
}

#header ul.top>li.nav_box {
	float: right;
}

#top_nav .top_nav_list {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: flex; */
}

#top_nav .top_nav_list>li {
	/* -webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1; */
	float: left;
	text-align: center;
	position: relative;
	z-index: 300;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li a {
	display: block;
}

#top_nav .top_nav_list>li>a {
	width: 100%;
	font-size: 16px;
	color: #231916;
	line-height: 88px;
	position: relative;
	padding: 0 24px;
	transition: all 0.3s;
}
#top_nav .top_nav_list>li:last-child>a{
	padding-right: 0;
}
#top_nav .top_nav_list>li>a:hover,
#top_nav .top_nav_list>li>a.active{
	color: #afbd23;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li>blockquote {
	display: none;
	position: absolute;
	left: 0;
	top: 88px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 201;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn {
	width: 100%;
	height: auto;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn a {
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 36px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin-top: 1px;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn a:hover {
	color: #fff;
	background-color: #afbd23;
	transition: all 0.3s;
}

/* top-end */

/* 手机版导航 */
.m_nav_box {
	display: none;
}

/* 手机版导航-end */

/* banner */
.banner_top {
	width: 100%;
	height: 88px;
	background-color: #fff;
}

#banner_container {
	position: relative;
	width: 1920px;
	height: 540px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}

.bar_wz_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 33;
}
.bar_wz{
	width: 1200px;
	margin: 0 auto;
}
.bar_wz h1{
	width: 600px;
	font-size: 40px;
	font-style:italic;
	color:#231916;
	font-weight: bold;
	line-height: 1;
	margin-top: 156px;
	padding-bottom: 24px;
	border-bottom: 1px solid #afbd23;
	margin-bottom: 24px;
}
.bar_wz h2{
	font-size: 18px;
	color:#666666;
	line-height: 30px;
	margin-bottom: 40px;
}
.bar_wz a{
	display: block;
	width: 180px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #afbd23;
	/* box-shadow:1px 1px 4px rgba(77, 77, 77, .8); */
}

.bar_img_box{
	position: absolute;
	right: 0;
	top: 0;
}

#banner_container .banner_box {
	cursor: move;
	width: 1920px;
	height: 540px;
	overflow: hidden;
}

.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	width: 40px;
	height: 72px;
	top: 234px;
	cursor: pointer;
	display: block;
	background: url(../images/banner_bg.png) no-repeat;
	background-size: auto 72px;
	overflow: hidden;
	z-index: 88;
}

.jssora05l {
	background-position: 0 0;
}

.jssora05r {
	background-position: -139px 0;
}

.jssora05l:hover {
	background-position: -44px 0;
}

.jssora05r:hover {
	background-position: -95px 0;
}

.jssora05ldn {
	background-position: 0 0;
}

.jssora05rdn {
	background-position: -139px 0;
}

/* banner_end */
/* row_content_bg */
.row_content_bg{
	width: 100%;
	padding-bottom: 72px;
}
/* row_tit*/
.row_tit_box {
	width: 100%;
	text-align: center;
	padding: 72px 0 36px 0;
}

.row_tit_box h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #1f1a17;
}

.row_tit_box h3 {
	width: 96%;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 auto;
}

.row_tit_box span {
	display: block;
	width: 72px;
	height: 3px;
	background-color: #afbd23;
	margin: 24px auto 17px;
}
.row_tit_box_about h1{
	text-shadow: 0px 1px 3px rgba(11, 29, 45, 0.3);
}
.row_tit_box_about span{
	box-shadow: 0px 1px 3px 0px rgba(11, 29, 45, 0.3);
}
.row_tit_box_about h3 {
	font-size: 24px;
	text-shadow: 0px 1px 3px rgba(11, 29, 45, 0.3);
}
/* row_content */
.row_content{
	width: 1200px;
	margin: 0 auto;
}
.column_box{
	width: 100%;
}
.column_box li{
	width: 48%;
}
.column_box li.left{
	float: left;
}
.column_box li.right{
	float: right;
}
/* 关于我们 */
.column_box li.right video{
	width: 100%;
	height: auto;
}
/* 首页新闻 */
.row_content .tab-title-box{
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	color: #272727;
	margin-bottom: 36px;
}

.row_content .tab-title-box .tab-title {
	width: 504px;
	margin: 0 auto;
	text-align: center
}

.row_content .tab-title-box .tab-title a {
	display: block;
	float: left;
	width: 168px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}
.row_content .tab-title-box .tab-title a span{
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	
}
.row_content .tab-title-box .tab-title a:hover{
	color: #afbd23;
}
/* .row_content .tab-title-box .tab-title a:hover span{
	background-color: #afbd23;
} */
.row_content .tab-title-box .tab-title a.item-cur{
	color: #afbd23;
}
.row_content .tab-title-box .tab-title a.item-cur span{
	background-color: #afbd23;
}
.column_news li.left{
	box-shadow: 0px 2px 8px 0px rgba(25, 24, 23, 0.2);
}
.column_news .home_news_img{
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.column_news .home_news_img img{
	width: 100%;
	height: auto;
	transform: scale(1.02);
	transition: all .3s ease-in-out 0s;
}
.column_news .home_news_img:hover img {
	transform: scale(1.08);
	transition: all .3s ease-in-out 0s;
}
.column_news .home_news_tit{
	width: 100%;
	padding: 24px;
	background-color: #ffffff;
}
.column_news .home_news_tit>a{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out 0s;
}
.column_news .home_news_tit>a:hover{
	color: #afbd23;
	transition: all .3s ease-in-out 0s;
}
.column_news .home_news_tit p{
	width: 100%;
	font-size: 14px;
	line-height: 48px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column_news .home_news_tit span{
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #cccccc;
}
.column_news li.right{
	height: 486px;
	position: relative;
}
.column_news li.right a{
	display: block;
}
.column_news li.right a.home_news_list{
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 60px;
	border-bottom: 1px dashed #e6e4e7;
	transition: all .3s ease-in-out 0s;
}
.column_news li.right a.home_news_list p{
	float: left;
	width: calc(100% - 144px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column_news li.right a.home_news_list span{
	float: right;
	color: #999999;
}
.column_news li.right a.home_news_list:hover{
	color: #afbd23;
	transition: all .3s ease-in-out 0s;
}
.column_news li.right a.more{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 48px;
	font-size: 14px;
	line-height: 46px;
	color: #999999;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 4px;
	background-color: #ffffff;
	transition: all .3s ease-in-out 0s;
}
.column_news li.right a.more:hover{
	color: #ffffff;
	background-color: #afbd23;
	border: 1px solid #afbd23;
	transition: all .3s ease-in-out 0s;
}
/* about */
.row_content_bg01{
	background-image: url(../images/img_about_bg.jpg);
	/* background-repeat: no-repeat; */
	background-position: center;
	background-size: 100% auto;
	background-attachment: fixed;
}
.row_content_bg01 .row_tit_box h1 {
	color: #ffffff;
}

.row_content_bg01 .row_tit_box h3 {
	color: #ffffff;
}

.row_content_bg01 .row_tit_box span {
	background-color: #afbd23;
}
.column_about li.left{
	width: calc(96% - 640px);
	position: relative;
	height: 250px;
}
.column_about li.left h1{
	font-size: 20px;
	color: #afbd23;
	font-weight: bold;
	line-height: 1;
	/* text-shadow: 0px 1px 3px rgba(11, 29, 45, 0.3); */
	margin-bottom: 24px;
}
.column_about li.left p{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	text-shadow: 0px 1px 3px rgba(11, 29, 45, 0.3);
	text-align: justify;
	text-indent: 2em;
}

.column_about li.left a.more{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 144px;
	height: 36px;
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 4px;
	/* box-shadow: 0px 1px 3px 0px rgba(11, 29, 45, 0.3); */
	transition: all .3s ease-in-out 0s;
}
.column_about li.left a.more:hover{
	color: #ffffff;
	background-color: #afbd23;
	border: 1px solid #afbd23;
	transition: all .3s ease-in-out 0s;
}
.column_about li.right{
	width: 640px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .3);
}
.column_about li.right video{
	display: block;
	width: 100%;
}
.column_about li.right img{
	display: block;
	width: 100%;
}
.column_about li.right a.about_fl{
	display: block;
	float: left;
	width: 198px;
	margin-left:calc((100% - 594px) / 3);
}
.column_about li.right a.about_fl .about_img_box{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.column_about li.right a.about_fl .about_img_box img{
	width: 100%;
	height: auto;
	transform: scale(1.02);
	transition: all .3s ease-in-out 0s;
}
.column_about li.right a.about_fl .about_img_box:hover img {
	transform: scale(1.06);
	transition: all .3s ease-in-out 0s;
}
.column_about li.right a.about_fl p{
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
}
/* cp */
.row_content_bg_cp{
	background-image: url(../images/img_cp_bg.jpg);
	/* background-repeat: no-repeat; */
	background-position: center;
	background-size: 100% auto;
	background-attachment: fixed;
}
.row_content_cp{
	width: 1260px;
	min-height: 333px;
}
.tab_cp .tab-title-box{
	border-bottom: 1px solid #cccccc;
}
.tab_cp .tab-title-box .tab-title a {
	color: #cccccc;
}
/* .tab_cp .tab-title-box .tab-title a.item-cur{
	color: #ffffff;
}
.tab_cp .tab-title-box .tab-title a.item-cur span{
	background-color: #afbd23;
} */
.cp_img_box {
	margin: 0 15px;
}

.cp_img_box .cp_img {
	background-color: #f1f3da;
	box-shadow: inset 2px 3.464px 24px 0px rgba(89, 91, 70, 0.06);
	overflow: hidden;
}
.cp_img_box .cp_img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all .3s ease-in-out 0s;
}

.cp_img_box:hover .cp_img img {
	transform: scale(1.08);
}

.cp_img_box .cp_title {
	width: 100%;
}

.cp_img_box .cp_title a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
	background-color: #afbd23;
	text-align: center;
	transition: all .3s ease-in-out 0s;
}


/* cp-end */
/* 解决方案 */
.fa_list_box{
	width: 100%;
}
.fa_list_box li{
	float: left;
	width: 368px;
	margin-right: 48px;
	border-radius: 4px;
	padding: 48px 36px 36px 36px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	transition: all .5s ;
}
.fa_list_box li:last-child{
	margin-right: 0;
}
.fa_list_box li h1{
	font-size: 20px;
	color: #333333;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.fa_list_box li h2{
	font-size: 14px;
	color: #999999;
	line-height: 1;
	text-align: center;
	padding: 24px 0 48px 0;
}
.fa_list_box li img{
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
}
.fa_list_box li p{
	min-height: 80px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: justify;
	margin-top: 48px;
}
.fa_list_box li:hover img{
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(360deg);
}

/* advan */
.advan_box {
	width: 100%;
	height: auto;
	padding: 72px 0;
	background-image: url(../images/img_advan_bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

.advan {
	width: 1200px;
	color: #fff;
	margin: 0 auto;
}

.advan h1 {
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
}

.advan h2 {
	font-size: 14px;
	line-height: 48px;
}

.advan_list {
	width: 100%;
}

.advan_list li {
	float: left;
	width: 576px;
	margin-right: 48px;
	margin-top: 54px;
}

.advan_list li:nth-child(2n) {
	margin-right: 0;
}

.advan_list .advan_icon {
	float: left;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #1c57a1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 16px;
	cursor: pointer;
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_icon:hover {
	background-color: #fff;
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_icon01 {
	background-image: url(../images/icon_advan_01_h.png);
}

.advan_list .advan_icon02 {
	background-image: url(../images/icon_advan_02_h.png);
}

.advan_list .advan_icon03 {
	background-image: url(../images/icon_advan_03_h.png);
}

.advan_list .advan_icon04 {
	background-image: url(../images/icon_advan_04_h.png);
}

.advan_list .advan_icon01:hover {
	background-image: url(../images/icon_advan_01.png);
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_icon02:hover {
	background-image: url(../images/icon_advan_02.png);
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_icon03:hover {
	background-image: url(../images/icon_advan_03.png);
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_icon04:hover {
	background-image: url(../images/icon_advan_04.png);
	transition: all .3s ease-in-out 0s;
}

.advan_list .advan_tit {
	float: left;
	width: 476px;
	padding-top: 10px;
}

.advan_list .advan_tit h3 {
	font-size: 16px;
	line-height: 36px;
}

.advan_list .advan_tit h4 {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

/* advan-end */

/* about */
.about_box {
	width: 100%;
}

.about_box>ul {
	width: 1200px;
	margin: 0 auto;
}

.about_box>ul li {
	float: left;
}

.about_box>ul li.left {
	float: left;
	width: 670px;
	height: 450px;
	color: #fff;
	text-align: center;
	background-image: url(../images/img_about_bg.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about_box>ul li.left .top {
	width: 290px;
	padding-top: 91px;
	padding-bottom: 55px;
}

.about_box>ul li h3 {
	font-size: 12px;
	line-height: 24px;
}

.about_box>ul li h4 {
	font-size: 16px;
	line-height: 24px;
}

.about_box>ul li.left .bottom {
	width: 290px;
	padding-top: 11px;
	padding-bottom: 47px;
}

.about_box>ul li.left .link_news {
	display: block;
	width: 290px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	transition: all .3s ease-in-out 0s;
}

.about_box>ul li.left .link_news:hover {
	color: #003980;
}

.about_box>ul li.right {
	float: right;
	width: 470px;
	height: 450px;
	position: relative;
}

.about_box>ul li.right h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #333;
}

.about_box>ul li.right .about_main {
	width: 100%;
	margin-top: 48px;
}

.about_box>ul li.right .about_main p {
	font-size: 14px;
	line-height: 1.8;
	color: #222222;
	text-indent: 2em;
	text-align: justify;
}

.about_box>ul li.right .more {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 1;
	color: #1c58a1;
}

/* network */
.network_box {
	width: 100%;
	height: 688px;
	padding: 72px 0;
	margin-top: 100px;
	background-image: url(../images/img_network_bg.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.network {
	width: 1200px;
	color: #fff;
	margin: 0 auto;
}

.network h1 {
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.network h2 {
	font-size: 14px;
	line-height: 48px;
	text-align: center;
}

.network_list {
	width: 100%;
	margin-top: 80px;
}

.network_list li {
	width: 240px;
}

.network_list li.left {
	float: left;
}

.network_list li.right {
	float: right;
}

.network_list h5 {
	font-size: 36px;
	line-height: 1;
	color: #bebebe;
}

.network_list h3 {
	font-size: 20px;
	line-height: 3;
	color: #fff;
}

.network_list h3 span {
	font-size: 12px;
	margin-left: 16px;
}

.network_list h4 {
	font-size: 14px;
	line-height: 1;
	color: #bebebe;
}

.network_list p {
	width: 100%;
	height: 60px;
}

/* 解决方案 */
.row_content_bg02{
	background-image: url(../images/img_about_bg01.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
.news_list {
	position: relative;
	overflow: hidden;
}

.news_list ul {
	position: absolute;
	left: 0px;
}

.news_img_box {
	margin: 0 15px;
}

.news_img_box .news_img {
	overflow: hidden;
}

.news_img_box .news_img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all .3s ease-in-out 0s;
}

.news_img_box:hover .news_img img {
	transform: scale(1.08);
}

.news_img_box .news_title {
	width: 100%;
	background-color: #fafafa;
}

.news_img_box .news_title a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out 0s;
}

.news_img_box .news_title a span {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: right;
	color: #666666;
	line-height: 1;
	margin-top: 24px;
}

.news_img_box .news_title a:hover {
	color: #1c57a1;
	text-decoration: none;
}

/* news-end */

/* 内页 */

/* banner */
.ny_banner {
	width: 100%;
	height: auto;
	margin-top: 84px;
	position: relative;
	z-index: 88;
}

.bar_tit_box {
	position: absolute;
	left: 50%;
	top: 100px;
	width: 720px;
	color: #ffffff;
	margin-left: -360px;
	text-align: center;
}

.bar_tit_box h1 {
	font-size: 40px;
	line-height: 1;
}

.bar_tit_box .page_add {
	font-size: 16px;
	line-height: 3;
}

.bar_tit_box .page_add a {
	color: #fff;
	transition: all .3s ease-in-out 0s;
}

.bar_tit_box .page_add a:hover {
	color: #1c57a1;
}

.ny_banner img {
	width: 100%;
	height: auto;
}

/* banner-end */
/* 内页 */
.page {
	width: 100%;
	position: relative;
	z-index: 99;
}

/* 内页导航 */
.ny_nav_box {
	width: 100%;
	/* border-bottom: 1px solid #afbd23; */
	
}

.ny_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 1200px;
	margin: -23px auto 0;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
	
}

.page_xq_nav {
	border-bottom: 0 solid #afbd23;
}

.ny_nav li {
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	transition: all 0.3s;
}

.ny_nav li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	border-right: 1px solid #c2c2c2;
}
.ny_nav li:last-child a{
	border-right: 0;
}
.ny_nav li:hover a,
.ny_nav li.active a {
	color: #afbd23;
	/* background-color: #afbd23; */
}

/* 内页导航-end */

/* 内页内容 */
.page_box {
	width: 1200px;
	padding: 36px 0 0;
	margin: 0 auto;
	min-height: 480px;
}

/* 产品中心-产品列表 */

.page_cp .page_cp_p {
	font-size: 16px;
	line-height: 2;
	color: ##2c435b;
	text-align: justify;
	text-indent: 2em;
}

/* 产品搜索 */
.page_search {
	width: 100%;
	height: 64px;
	color: #ffffff;
	background-color: #0f2f57;
	margin-top: 48px;
}

.page_search li.left {
	float: left;
	font-size: 18px;
	line-height: 64px;
	padding-left: 24px;
}

.page_search li.right {
	float: right;
}

.page_search li.right .search {
	float: left;
	width: 36px;
	height: 36px;
	margin-top: 14px;
	background-color: #adb8c6;
	cursor: pointer;
}

.page_search li.right .search img {
	width: 16px;
	height: 16px;
	margin-top: 10px;
	margin-left: 10px;
}

.page_search li.right .search_input {
	float: left;
	width: 200px;
	height: 36px;
	margin-top: 14px;
	margin-right: 24px;
}

.page_search li.right .search_input>input {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding-left: 12px;
	background-color: #adb8c6;
}

input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #ffffff !important;
	/* placeholder字体大小  */
	font-size: 14px !important;
	/* placeholder位置  */
}

/* 产品列表 */
.page_cp .page_cp_list {
	width: 100%;
	
}
.page_cp .cp_fl_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 36px;
}
.page_cp .cp_fl_nav li{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	margin-right: 16px;
	text-align: center;
}
.page_cp .cp_fl_nav li:last-child{
	margin-right: 0;
}
.page_cp .cp_fl_nav li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background-color: #adadad;
	transition: all .3s ease-in-out 0s;
}
.page_cp .cp_fl_nav li a:hover,
.page_cp .cp_fl_nav li a.active{
	background-color: #afbd23;
}
.page_cp .page_cp_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 24px;
	background-color: #fff9f4;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); */
	transition: all .3s ease-in-out 0s;
	overflow: hidden;
}

.page_cp .page_cp_list li:nth-child(4n) {
	margin-right: 0;
}


.page_cp .page_cp_list li .page_cp_img_box {
	width: 100%;
	overflow: hidden;
}

.page_cp .page_cp_list li .page_cp_img_box img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.04, 1.04);
	-moz-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
	transition: all .5s ease-in-out 0s;
}

.page_cp .page_cp_list li .page_cp_tit {
	width: 100%;
}

.page_cp .page_cp_list li .page_cp_tit a {
	display: block;
	width: 100%;
	height: 44px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 44px;
	background-color: #ffffff;
	text-align: center;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s ease-in-out 0s;
}

.page_cp .page_cp_list li:hover .page_cp_tit a {
	color: #afbd23;
	/* background-color: #afbd23; */
}

.page_cp .page_cp_list li:hover {
	border: 1px solid #afbd23;
	/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4); */
}

.page_cp .page_cp_list li:hover .page_cp_img_box img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all .5s ease-in-out 0s;
}

/* 分页样式 */
.page_fenye {
	margin: 20px auto 48px;
}

.page_fenye .page_next {
	float: left;
}

.page_fenye .page_next a {
	display: block;
	width: 72px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	text-align: center;
	background-color: #e6e6e6;
	transition: all .3s ease-in-out 0s;
}

.page_fenye .page_next a:hover {
	color: #fff;
	background-color: #afbd23;
}

.page_fenye .page_list {
	float: left;
	margin-left: 8px;
}

.page_fenye .page_list li {
	float: left;
	margin-right: 8px;
}

.page_fenye .page_list li a {
	display: block;
	width: 36px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	text-align: center;
	background-color: #e6e6e6;
	transition: all .3s ease-in-out 0s;
}

.page_fenye .page_list li a:hover,
.page_fenye .page_list li a.active {
	color: #fff;
	background-color: #afbd23;
}

/* 产品中心2级页面*/
/* 2级导航 */
.page_cp_wrap {
	width: 100%;
}

.page_cp_fl_title {
	display: flex;
	border-bottom: 2px solid #9e292f;
	height: 60px;
	line-height: 40px;
}

.page_cp_fl_title li {
	text-align: center;
	flex: 1 1 1px;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 30px;
	color: #333333;
}

.page_cp_fl_title li.active {
	color: #fff;
	background-color: #9e292f;
}

.page_cp_fl_con {
	padding: 0;
}

.page_cp_fl_con .content {
	display: none;
	padding: 0;
	background-color: #fff;
}

/* 产品中心tab */
.page_cp .tab {
	width: 100%;
}

/* 3级导航 */
.page_cp .tab .tab_title_box {
	width: 100%;
}

.page_cp .tab .tab_title_box li.left {
	float: left;
}

.page_cp .tab .tab_title_box .cat_name {
	font-size: 32px;
	color: #2c435b;
	line-height: 1;
}

.page_cp .tab .tab_title_box li.right {
	float: right;
	width: 100%;
	margin: 36px 0;
}

.page_cp .tab .tab_title_box .tab-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.page_cp .tab .tab_title_box .tab-title .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}

.page_cp .tab .tab_title_box .tab-title .item {
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #0f2f57;
	text-decoration: none;
	padding: 0 24px;
	margin-right: 4px;
}

.page_cp .tab .tab_title_box .tab-title .item:last-child {
	margin-right: 0;
}

.page_cp .tab .tab_title_box .tab-title .item-cur {
	color: #fff;
	background-color: #9e292f;
	text-decoration: none;
}

/* 产品分类子内容 */
.tab-cont {
	position: relative;
	width: 100%;
	min-height: 272px;
}

.tab-cont .item {
	width: 100%;
	color: #2c435b;
}

/* 产品分类说明 */
.tab-cont .item .cat_fl {
	width: 100%;
	padding-bottom: 36px;
}

.tab-cont .item .cat_fl li.left {
	float: left;
	width: 70%;
}

.tab-cont .item .cat_fl li p {
	width: 100%;
	height: 216px;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
	padding-right: 12px;
	overflow-y: auto;
}

.tab-cont .item .cat_fl li.right {
	float: right;
	width: 30%;
}

.tab-cont .item .cat_fl li.right img {
	width: 80%;
	margin: 0 auto;
}

/* 产品详情 */
.page_cp_xq .cp_name_box {
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #b8b8b8;
}

.page_cp_xq .cp_name_box li.cp_name {
	float: left;
	font-size: 32px;
	color: ##2c435b;
	line-height: 1;
	text-transform: uppercase;
}

.page_cp_xq .cp_name_box li.go_back {
	float: right;
}

.page_cp_xq .cp_name_box li.go_back a {
	display: block;
	width: 120px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	background-color: #afbd23;
}

.page_cp_xq .cp_xq_img_box {
	max-width: 800px;
	margin: 0 auto;
}

.page_cp_xq .cp_xq_img_box img {
	width: 100%;
}

.cp_xq_main {
	border-top: 1px solid #b8b8b8;
	padding-top: 20px;
}

.cp_xq_main .tab-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.cp_xq_main .tab-title .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}

.cp_xq_main .tab-title .item {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #0f2f57;
	text-decoration: none;
	margin-right: 4px;
}

.cp_xq_main .tab-title .item:last-child {
	margin-right: 0;
}

.cp_xq_main .tab-title .item-cur {
	color: #fff;
	background-color: #afbd23;
	text-decoration: none;
}

.cp_xq_main .tab-cont {
	padding: 36px 0;
}

.cp_xq_main .tab-cont .item {}

.cp_xq_main .tab-cont .item img {
	max-width: 100%;
	margin: 20px auto;
}

.cp_xq_main .tab-cont .item p {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 2;
}

.cp_xq_main .tab-cont .item table {
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.cp_xq_main .tab-cont .item table th {
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 2;
	color: #333333;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.cp_xq_main .tab-cont .item table th p {
	font-size: 14px;
	/* font-weight: bold; */
}

.cp_xq_main .tab-cont .item table td {
	font-size: 14px;
	line-height: 2;
	color: #333333;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.cp_xq_main .tab-cont .item table td p {
	font-size: 14px;
	/* font-weight: bold; */
}

/* 解决方案 */
.page_solutions_list{
	width: 100%;
}
.page_solutions_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 36px;
	background-color: #fff9f4;
	/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); */
	transition: all .3s ease-in-out 0s;
	overflow: hidden;
}

.page_solutions_list li:nth-child(4n) {
	margin-right: 0;
}
.page_solutions_list li .page_solutions_img_box{
	width: 100%;
}
.page_solutions_list li .page_solutions_img_box img{
	width: 100%;
}
.page_solutions_list li .page_solutions_tit a{
	display: block;
	font-size: 16px;
	line-height: 48px;
	padding: 0 12px;
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out 0s;
}
.page_solutions_list li:hover{
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	transition: all .3s ease-in-out 0s;
}
.page_solutions_list li:hover .page_solutions_tit a{
	color: #afbd23;
	transition: all .3s ease-in-out 0s;
}

/* 解决方案二级页面 */

/* 新闻中心 */
.page_news {}

/* 新闻列表 */
.page_news_list {
	width: 100%;
	padding-bottom: 12px;
}

.page_news_list li {
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 24px;
}

.page_news_list li .page_news_tit {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #231915;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.page_news_list li .page_news_tit:hover {
	color: #afbd23;
}

.page_news_list li .page_news_time {
	font-size: 14px;
	line-height: 1;
	color: #777;
	margin: 24px 0;
}

.page_news_list li p {
	font-size: 15px;
	line-height: 1;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 详情页统一 */
.page_xq {}

.page_xq .page_xq_box {
	width: 100%;
	background-color: #fff;
}

.page_xq .page_xq_box .go_back {
	width: 20%;
	height: 36px;
	margin: 36px 0 36px 80%;
}

.page_xq .page_xq_box .go_back a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #cccccc;
	border-radius: 2px;
	text-align: center;
	transition: all 0.3s;
}

.page_xq .page_xq_box .go_back a:hover {
	background-color: #afbd23;
}

/* 新闻详情 */
.page_news_xq .news_xq_box .tit_box {
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #adadad;
	margin-bottom: 28px;
}

.page_news_xq .news_xq_box .tit_box .news_tit {
	font-size: 24px;
	color: #181818;
	line-height: 1;
}

.page_news_xq .news_xq_box .tit_box .news_time {
	font-size: 14px;
	color: #808080;
	line-height: 54px;
}

.page_news_xq .news_xq_box p {
	font-size: 16px;
	color: #333333;
	line-height: 1.875;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 1.5em;
}

.page_news_xq .news_xq_box>img {
	max-width: 100%;
	height: auto;
	margin: 24px auto;
}

.page_news_xq .news_xq_box p>img {
	max-width: 100%;
	margin: 24px auto;
}
.page_news_xq .news_xq_box p span img {
	max-width: 100%;
	margin: 24px auto;
}
.page_news_xq .news_xq_box p table,
.page_news_xq .news_xq_box p table tbody,
.page_news_xq .news_xq_box table,
.page_news_xq .news_xq_box table tbody{
	width: 100% ;
}
.page_news_xq .news_xq_box p table,
.page_news_xq .news_xq_box table{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.page_news_xq .news_xq_box p table th,
.page_news_xq .news_xq_box p table td,
.page_news_xq .news_xq_box table th,
.page_news_xq .news_xq_box table td{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.page_news_xq .news_xq_box p table th p,
.page_news_xq .news_xq_box p table td p,
.page_news_xq .news_xq_box table th p,
.page_news_xq .news_xq_box table td p{
	font-size: 16px;
	color: #333333;
	line-height: 3;
	text-align: center;
}
.page_news_xq .news_xq_box p a {
	color: #0f2f57;
	text-decoration: underline;
}

.page_news_xq .news_xq_box p a:hover {
	color: #afbd23;
}

.page_news_xq .news_xq_box .news_bottom {
	width: 100%;
	border-top: 1px solid #adadad;
	padding: 18px 0;
}

.page_news_xq .news_xq_box .news_bottom li.left {
	float: left;
}

.page_news_xq .news_xq_box .news_bottom li.right {
	float: right;
}

.page_news_xq .news_xq_box .news_bottom li a {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	transition: all 0.3s;
}

.page_news_xq .news_xq_box .news_bottom li a:hover {
	color: #afbd23;
}

/* 关于我们 */
.page_about {}

.page_about .edit_box {
	width: 100%;
	padding-bottom: 48px;
}

.page_about .edit_box img {
	max-width: 100%;
	margin: 0 auto 24px;
}
.page_about .edit_box h1{
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #afbd23;
	text-align: center;
}
.page_about .edit_box p {
	font-family: Arial !important;
	font-size: 16px;
	color: #222222;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
	padding-bottom: 24px;
}

/* 案例展示 */
.page_anli_list {
	width: 100%;
}

.page_anli_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 24px;
	background-color: #fff9f4;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	cursor: pointer;
	/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); */
	transition: all .3s ease-in-out 0s;
	overflow: hidden;
}

.page_anli_list li:nth-child(4n) {
	margin-right: 0;
}

.page_anli_list li img {
	width: 100%;
	height: auto;
	/* -webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02); */
	transition: all .5s ease-in-out 0s;
}

.page_anli_list li p {
	width: 100%;
	height: 44px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 44px;
	background-color: #ffffff;
	text-align: center;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s ease-in-out 0s;
}

.page_anli_list li:hover {
	border: 1px solid #afbd23;
	transition: all .3s ease-in-out 0s;
}
.page_anli_list li:hover p{
	color: #afbd23;
	transition: all .3s ease-in-out 0s;
}
.page_anli_list li:hover img {
	/* -webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1); */
	transition: all .3s ease-in-out 0s;
}
/* 分公司简介 */
.page_about_zgs{
	/* background-color: #f5f5f5; */
}
.page_about_zgs_list li{
	width: 100%;
	margin-bottom: 36px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	cursor: pointer;
	/* box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.8); */
	transition: all .3s ease-in-out 0s;
}
.page_about_zgs_list li:hover{
	border: 1px solid #afbd23;
}
.page_about_zgs_list li .img_box{
	float: left;
	width: 36%;
	height: 340px;
}
.page_about_zgs_list li .img_box img{
	height: 100%;
	width: auto;
	margin: 0  auto;
}
.page_about_zgs_list li .tit_box{
	float: right;
	width: 64%;
	height: 268px;
	padding:0 36px;
	margin: 36px 0;
	overflow-y: auto;
}
.page_about_zgs_list li .tit_box h1{
	font-size: 20px;
	line-height: 1;
	color: #afbd23;
	margin-bottom: 20px;
}
.page_about_zgs_list li .tit_box p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 10px;
}

/* 荣誉详情 */
.about_honor_xq {}

.about_honor_xq .honor_tit_box {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px dashed #adadad;
	margin-bottom: 28px;
	position: relative;
}

.about_honor_xq .honor_tit_box .honor_tit {
	width: 100%;
	font-size: 24px;
	color: #181818;
	line-height: 36px;
	text-align: center;
}

.about_honor_xq img {
	max-width: 100%;
	margin: 0 auto;
}
/* 翻页 */
.about_honor_xq .img_bottom{
	width: 100%;
	margin: 36px 0;
}
.about_honor_xq .img_bottom li.left{
	float: left;
}
.about_honor_xq .img_bottom li.right{
	float: right;
}
.about_honor_xq .img_bottom li a {
	display: block;
	width: 120px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	background-color: #cccccc;
	border-radius: 4px;
	transition: all .5s ease-in-out 0s;
}

.about_honor_xq .img_bottom li a:hover {
	background-color: #afbd23;
}

/* 地图 */
#map{
	width: 100%;
	height: 600px;
	border-bottom: 4px solid #afbd23;
}
.BMap_scaleCtrl{
	display: none;
}
.BMap_omCtrl{
	display: none;
}
.BMap_cpyCtrl{
	display: none;
}
.BMap_bubble_title{
	font-size: 16px !important;
	line-height: 2 !important;
	color: #afbd23 !important;
	border-bottom: 1px solid #313131;
}
.BMap_bubble_content{
	font-size: 12px !important;
	line-height: 2 !important;
	color: #4d4d4d !important;
}
.BMap_bubble_content>div>div span{
	display: inline-block;
}
.BMap_bubble_content>div>div span img{
	display: inline-block;
}
.BMapLabel{
	margin-top: 24px;
	padding: 4px !important;
	color: #fff !important;
	background-color: #afbd23 !important;
	border-radius: 4px !important;
	border-color:#afbd23 !important;
	display: none !important;
}
.BMap_stdMpCtrl{
	display: none;
}
.anchorBL{
	bottom: 0 !important;
}
.BMap_pop{
	display: block;
}
/* 联系我们 */
.page_contact{
	margin-top: 84px;
	position: relative;
}
.page_contact_info {
	position: absolute;
	right: 16%;
	top: 65px;
	width: 480px;
	background-color: #fff;
	padding: 36px;
	border-radius: 4px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	z-index: 66;
}
.page_contact_info h1 {
	font-size: 20px;
	line-height: 1;
	color: #1f1a17;
	padding-bottom: 24px;
	border-bottom: 1px solid #afbd23;
	margin-bottom: 24px;
}

.page_contact_info p {
	font-size: 16px;
	line-height: 2;
	color: #585858;
}
.page_contact_info .img_box{
	width: 50%;
	margin: 0 auto;
}
.page_contact_info .img_box img{
	width: 100%;
}
.page_contact_info .img_box p{
	font-size: 14px;
	text-align: center;
}
/* 在线留言 */
.page_contact_form {
	width: 100%;
	height: auto;
	padding: 36px 0;
	background-image: url(../images/img_about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.page_contact_form .layui-form{
	width: 60%;
	margin: 0 auto;
}
 .page_contact_form .form_tit {
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 24px;
}

/*.page_contact_form form {
	width: 60%;
	margin: 0 auto;
}

.page_contact_form form .form_list {
	margin-bottom: 10px;
}

.page_contact_form form .form_list .item {
	position: relative;
}

.page_contact_form form .form_list .item .item_tit {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 60px;
	color: #1f1a17;
}

.page_contact_form form .form_list .item .item_tit span {
	margin-left: 6px;
}

.page_contact_form form .form_list input {
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #1f1a17;
	line-height: 60px;
	padding: 4px 10px 4px 72px;
	border: 0;
	border-bottom: 1px solid #1f1a17;
	background-color: #ffffff;
	transition: all .3s ease-in-out 0s;
}

.page_contact_form form .form_list input:hover,
.page_contact_form form .form_list input:active {
	border-bottom: 1px solid #afbd23;
	transition: all .3s ease-in-out 0s;
}

.page_contact_form form .form_list textarea {
	width: 100%;
	height: 160px;
	font-size: 16px;
	color: #1f1a17;
	line-height: 32px;
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #1f1a17;
	padding: 14px 10px 4px 72px;
	transition: all .5s ease-in-out 0s;
}

.page_contact_form form .form_list textarea:hover,
.page_contact_form form .form_list textarea:active {
	border-bottom: 1px solid #afbd23;
}

.page_contact_form form .form_list div.submit {
	margin-top: 84px;
}

.page_contact_form form .form_list div.submit button {
	width: 50%;
	height: 70px;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	background-color: #1f1a17;
	border: 0;
	border-radius: 4px;
	margin: 0 25%;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	transition: all .5s ease-in-out 0s;
}

.page_contact_form form .form_list div.submit button:hover {
	background-color: #afbd23;
} */
/* 招商加盟 */
.jm_box{
	width: 100%;
	margin-bottom: 36px;
}
.jm_box li.left{
	float: left;
	width: 40%;
}
.jm_box li.left p{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 10px;
}
.jm_box li.left p a{
	color: #afbd23;
}
.jm_box li.left h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #333333;
	margin-bottom: 10px;
}
.jm_box li.left h4{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 10px;
}
.jm_box li.right{
	float: right;
	width: 56%;
	min-height: 660px;
	padding: 24px;
	background-image: url(../images/img_jm_bg05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
/* 加盟表单 */
.layui-input:focus,
.layui-textarea:focus {
	border-color: #afbd23 !important;
}
.layui-form-label {
	padding: 0;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	font-weight: normal;
	text-align: left;
}
.layui-form-label i{
	color: #afbd23;
	margin-right: 4px;
}
.layui-input-block {
    margin-left: 0;
}
/* .layui-form-item>div{
	margin-left: 16px;
}
.layui-form-item>div{
	margin-left: 0 !important;
} */
.layui-col-md13{
	float: left;
	width: 2%;
}
.layui-col-md14{
	float: left;
	width: 32%;
}
.layui-col-md15{
	float: left;
	width: 49%;
}
.layui-input, .layui-select, .layui-textarea {
    
}
/* 人事招聘 */
.zp_tit{
	width: 100%;
	font-size: 32px;
	color: #333333;
	line-height: 1;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 36px;
	position: relative;
}
.zp_tit span{
	display: block;
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 72px;
	height: 3px;
	margin-left: -36px;
	background-color: #afbd23;
}
.zp_list{
	padding-bottom: 36px;
}
.jg_list{
	width: 100%;
	padding-bottom: 12px;
}
.jg_list>a{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 60px;
	/* text-align: center; */
	text-decoration: none;
	color: #333333;
	padding-left: 48px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .3s;
}
.jg_list .jg_main{
	display: none;
	padding: 36px 48px;
	border: 1px solid #afbd23;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 12px;
}
.jg_list .jg_main h1{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-indent: 2em;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.jg_list .jg_main h2{
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
	padding: 0 0 12px 0;
}
.jg_list .jg_main p{
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}
.jg_list .jg_main p a{
	color: #333333;
}
.jg_list .jg_main p a:hover{
	color: #afbd23;
}
.jg_list.nav-show>a{
	color: #fff;
	text-decoration: none;
	background-color: #afbd23;
	border: 1px solid #afbd23;
	transition: all .3s;
}
.jg_list.nav-show .jg_main{
	display: block;
}
.nav-more{
	float:right;
	margin-right: 20px;
	font-size: 12px;
	transition: transform .3s;
}
.nav-more::after{
	content: "\e621";
}
.nav-show .nav-more{
	transform:rotate(90deg);
}
.hr_box{
	width: 100%;
	padding-bottom: 36px;
}
.hr_box h2{
	width: 240px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	background-color: #afbd23;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 4px;
}
.hr_box p{
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}
.hr_box p a{
	color: #333333;
}
.hr_box p a:hover{
	color: #afbd23;
}
/* 内页内容-end */

/* 内页-end */

/* footer */
.footer_bg{
	width: 100%;
	background-color: #f5f5f5;
	border-top: 12px solid #afbd23;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	padding: 48px 0;
}
.footer>li{
	float: left;
}
.footer_logo_box{
	border-right: 1px solid #e6e6e6;
	margin-right: 30px;
}
.footer_logo_box img{
	width: 96px;
	height: 96px;
	margin: 66px 30px 66px 0;
}
.footer_about_box{
	padding-top: 19px;
}
.footer_about_box h1{
	font-size: 24px;
	line-height: 1;
	color: #333333;
}
.footer_about_box h3{
	font-size: 12px;
	line-height: 32px;
	color: #333333;
	letter-spacing: .6px;
}
.footer_about_box p{
	font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 14px;
}
.footer_contact_box{
	padding-top: 36px;
	padding-left: 132px;
}
.footer_contact_box h4{
	font-size: 16px;
	line-height: 1;
	color: #333333;
}
.footer_contact_box span{
	display: block;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	color: #afbd23;
	margin: 20px 0 40px;
}
.footer_contact_box a{
	display: block;
	width: 144px;
	height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	background-color: #afbd23;
	border-radius: 4px;
	transition: all .3s;
}
.footer_contact_box a:hover{
	background-color: #bdcb2d;
	transition: all .3s;
}

li.footer_ewm_box{
	float: right;
	width: 172px;
	margin-top: 13px;
}

.footer_ewm_box img{
	width: 100%;
	height: auto;
}

.footer_ewm_box p{
	width: 100%;
	font-size: 14px;
	line-height: 1;
	color: #666666;
	text-align: center;
	margin-top: 16px;
}





/* footer-end */

/* copyright */
.copy_box_bg {
	width: 100%;
	padding: 24px 0;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
}

.copy_box {
	width: 1200px;
	margin: 0 auto;
}

.copy_box li {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
}

.copy_box li.left {
	float: left;
}

.copy_box li.left a {
	color: #4c4c4c;
}

.copy_box li.right {
	float: right;
}

.copy_box li.right img {
	float: left;
	height: 14px;
	width: auto;
	margin: 4px 6px 0 0;
}

.copy_box li.right a {
	float: left;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	height: 24px;
	transition: all 0.3s;
}

.copy_box li.right a:last-child {
	margin-left: 20px;
}

.copy_box li a:hover {
	color: #afbd23;
}

/* copyright-end */

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 240px;
	z-index: 999999;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #afbd23;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-top .i {
	background-image: url(../images/icon_totop.png);
	background-position: 0 0;
	background-size: 44px 44px;
}

.suspension .a-top {
	background: #D2D3D6;
	display: none;
}

.suspension .a-top:hover {
	/* background:#c0c1c3; */
	background: #afbd23;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service-phone {
	top: 0;
}

.suspension .d-qrcode {
	top: 48px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .text {
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 15px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei";
	color: #afbd23;
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px;
}

.suspension .d-qrcode .inner-box img {
	width: 100%;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
