@charset "utf-8";

body {
	/* min-height: 2000px; */
}

/* top */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 999999;
}

#header ul.top {
	width: 94%;
	min-width: 1200px;
	max-width: 1920px;
	height: 84px;
	margin: 0 auto;
}

#header ul.top>li {
	float: left;
}

#header ul.top>li.logo_box {
	width: 20%;
	height: 60px;
	margin-top: 12px;
}

#header ul.top>li.logo_box img {
	display: inline-block;
	width: auto;
	height: 100%;
}

#header ul.top>li.search_box {
	float: right;
	width: 20%;
}

#header ul.top>li.search_box .lan_box {
	float: right;
	padding: 34px 0;
	text-align: right;
}

#header ul.top>li.search_box .lan_box a {
	display: inline-block;
	font-size: 16px;
	color: #1e1b16;
	line-height: 1;
	padding-right: 32px;
	border-right: 1px solid #666666;
	margin-right: 32px;
}

#header ul.top>li.search_box .lan_box a.active {
	color: #da261e;
}

#header ul.top>li.search_box .lan_box a:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

#header ul.top>li.search_box .lan_box a:first-child {
	padding-left: 32px;
	border-left: 1px solid #999999;
	margin-left: 32px;
}

#header ul.top>li.search_box .search_input {
	float: right;
	/* width: 40%; */
	height: 37px;
	border-bottom: #999999 solid 1px;
	margin-top: 23px;
}

#header ul.top>li.search_box .search_input>input {
	outline: none;
	border: none;
	padding: 0 22px 0 12px;
	margin: 0;
	height: 36px;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 36px;
}

#header ul.top>li.search_box .search {
	float: right;
	width: 20px;
	height: 37px;
	cursor: pointer;
	border-bottom: #999999 solid 1px;
	margin-top: 23px;
}

#header ul.top>li.search_box .search img {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

#header ul.top>li.nav_box {
	float: right;
	width: 60%;
	padding: 0 60px;
}

#top_nav {}

#top_nav .top_nav_list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#top_nav .top_nav_list>li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	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: #1e1a19;
	line-height: 84px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s;
}

/* #top_nav .top_nav_list>li>a span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #da261e;
	display: none;
	transition: all 0.3s;
} */
#top_nav .top_nav_list>li>a:hover,
#top_nav .top_nav_list>li>a.active {
	color: #da261e;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li>blockquote {
	display: none;
	position: absolute;
	left: -20%;
	top: 84px;
	width: 140%;
	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: 48px; */
	padding: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	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: #da261e;
	transition: all 0.3s;
}

/* top-end */

/* 手机版导航 */
.m_nav_box {
	display: none;
}

/* 手机版导航-end */

/* banner */
.banner_top {
	width: 100%;
	height: 84px;
	background-color: #fff;
}

#banner_container {
	position: relative;
	width: 1920px;
	height: 720px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}

.bar_wz_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 33;
}

.bar_wz {
	width: 84%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

.bar_wz h1 {
	font-size: 64px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px 4px rgba(77, 77, 77, .8);
	margin-top: 200px;
	margin-bottom: 30px;
}

.bar_wz h2 {
	font-size: 36px;
	font-style: italic;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px 4px rgba(77, 77, 77, .8);
	margin-bottom: 30px;
}

.bar_wz a {
	display: block;
	width: 180px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #da261e;
	box-shadow: 1px 1px 4px rgba(77, 77, 77, .8);
}

#banner_container .banner_box {
	cursor: move;
	width: 1920px;
	height: 720px;
	overflow: hidden;
}

.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	width: 40px;
	height: 72px;
	top: 324px;
	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 60px 0;
}

.row_tit_box h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #1e1a19;
	text-transform: uppercase;
}

.row_tit_box h3 {
	font-size: 14px;
	line-height: 1;
	color: #808080;
	margin-top: 16px;
	text-transform: uppercase;
}

/* .row_tit_box span {
	display: block;
	width: 48px;
	height: 4px;
	background-color: #da261e;
	margin: 0 auto;
} */
/* row_content */
.row_content {
	width: 84%;
	/* min-width: 1200px;
	max-width: 1920px; */
	margin: 0 auto;
}

.column_box {
	width: 100%;
}

.column_box li {
	width: 48%;
}

.column_box li.left {
	float: left;
}

.column_box li.right {
	float: right;
}

/* 首页产品中心*/
.home_cp_fl {
	width: 100%;

}

.home_cp_fl li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
	background-image: url(../images/homecp_bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: all .5s ease-in-out 0s;
}

.home_cp_fl li:hover {
	/* box-shadow: 15.556px 15.556px 20px 0px rgba( 11, 3, 6,0.12 ); */
	box-shadow: 12px 12px 16px 0px rgba(0, 0, 0, 0.16);
	transition: all .5s ease-in-out 0s;
}


.home_cp_fl li:nth-child(2n) {
	margin-right: 0;
}

.home_cp_fl li .img_box {
	float: left;
	width: auto;
	height: 360px;
}

.home_cp_fl li .img_box img {
	width: auto;
	height: 100%;
}

.home_cp_fl li .tit_box {
	float: left;
	width: calc(100% - 360px);
	padding-top: 60px;
	padding-right: 36px;
	transition: all .5s ease-in-out 0s;
}

.home_cp_fl li .tit_box h1 {
	font-size: 30px;
	line-height: 1;
	color: #333333;
	text-transform: uppercase;
}

.home_cp_fl li .tit_box h4 {
	font-size: 14px;
	line-height: 1;
	color: #808080;
	margin-top: 16px;
	text-transform: uppercase;
}

.home_cp_fl li:hover .tit_box {
	color: #da261e;
	transition: all .5s ease-in-out 0s;
}

.home_cp_fl li .cp_more {
	float: left;
	width: 100%;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	color: #5c5c5c;
	text-align: right;
	padding: 0 32px;
	background-color: #c6c6c6;
	transition: all .5s ease-in-out 0s;
}

.home_cp_fl li:hover .cp_more {
	color: #ffffff;
	background-color: #da261e;
	transition: all .5s ease-in-out 0s;
}

/* 关于我们 */
.home_about_left {
	float: left;
	width: 50%;
	border: 10px solid #c6c6c6;
	position: relative;
}
.home_about_left .home_cp_list_tit{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	padding: 16px 40px;
	background-color: #da261e;
	text-align: center;
	z-index: 99;
}
.home_cp_list {
	width: 100%;
	position: relative;
}

.home_cp_list .item,
.home_cp_list .item a {
	width: 100%;
	position: relative;
	display: block;
}

.home_cp_list .item .img {
	height: 480px;
}

.home_cp_list .item .img img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.home_cp_list .item p{
	position: absolute;
	right:0;
	bottom:0;
	font-size: 16px;
	color: #666666;
	line-height: 1;
	padding: 16px 30px 6px 40px;
	background-color: #c6c6c6;
	text-align: center;
}
.home_cp_list .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	width: 100%;
}

.home_about_left .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
}
.home_cp_list .owl-nav .owl-prev{
	float: left;
}
.home_cp_list .owl-nav .owl-prev span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #da261e;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.home_cp_list .owl-nav .owl-prev span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}
.home_cp_list .owl-nav .owl-next{
	float: right;
}
.home_cp_list .owl-nav .owl-next span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #da261e;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.home_cp_list .owl-nav .owl-next span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}

.home_about_right {
	float: right;
	width: 50%;
	height: 500px;
	padding-top: 48px;
	padding-left: 3%;
	padding-right: 8%;
	background-color: #da261e;
	vertical-align: top;
	position: relative;
	background-image: url(../images/homeaboutbg.jpg);
	background-repeat: no-repeat;
	background-size: auto 72%;
	background-position: center center;
}

.home_about_right h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-align: left;
}

.home_about_right h3 {
	font-size: 14px;
	line-height: 1;
	color: #cccccc;
	margin-top: 16px;
	text-transform: uppercase;
	text-align: left;
}

.home_about_right p {
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	text-align: left;
	margin-top: 36px;
}

.home_about_right .more {
	position: absolute;
	display: block;
	right: 16%;
	bottom: 48px;
	width: 144px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: rgba(255, 255, 255, .9);
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
	transition: all .5s ease-in-out 0s;
}

.home_about_right .more:hover {
	background-color: rgba(0, 0, 0, .4);
	transition: all .5s ease-in-out 0s;
}



.row_content_bg02 {
	background-image: url(../images/img_about_bg01.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
/* 首页新闻 */
.home_news_box {
	width: calc(84% + 60px);
	margin: 0 auto 60px;
}

.news_list {
	position: relative;
	overflow: hidden;
}

.news_list ul {
	position: absolute;
	left: 0px;
}

.news_img_box {
	margin: 0 30px;
}

.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%;
}

.news_img_box .news_title a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 60px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out 0s;
}

.news_img_box .news_time {
	width: 100%;
	font-size: 16px;
	text-align: left;
	color: #da261e;
	line-height: 1;
	font-style: italic;
}

.news_img_box .news_title a:hover {
	color: #da261e;
	text-decoration: none;
}

.news_img_box p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 12px;
	text-align: justify;
}

/* 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: 50%;
	width: 720px;
	color: #ffffff;
	margin-left: -360px;
	margin-top: -40px;
	text-align: center;
}

.bar_tit_box h1 {
	font-size: 48px;
	line-height: 1;
	text-shadow: 0px 1px 2px rgba(128, 143, 157, 0.48);

}

.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;
}

.page_about .ny_nav_box {
	display: none;
}

/* 内页导航 */
.ny_nav_box {
	width: 100%;
	/* border-bottom: 1px solid #da261e; */

}

.ny_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 84%;
	/* min-width: 1200px;
	max-width: 1920px; */
	margin: -33px 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 #da261e;
}

.ny_nav li {
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	padding: 24px 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: #da261e;
	/* background-color: #da261e; */
}

/* 内页导航-end */

/* 内页内容 */
.page_box {
	width: 84%;
	/* min-width: 1200px;
	max-width: 1920px; */
	padding: 48px 0;
	margin: 0 auto;
	min-height: 480px;
}

/* 关于我们 */
.page_main_tit {
	width: 100%;
	padding-bottom: 36px;
}

.page_main_tit h1 {
	font-size: 38px;
	color: #da261e;
	font-weight: bold;
	font-family: 'NOTOSANSCJKSC-BOLD';
}

.page_main_tit .line {
	width: 144px;
	height: 2px;
	background-color: #999999;
	margin: 30px 0 0;
}

.page_main_tit h2 {
	color: #2f2f2f;
	font-weight: bold;
	font-family: 'NOTOSANSCJKSC-BOLD';
	font-size: 24px;
}

.page_main_box {
	width: 100%;
	padding-bottom: 48px;
}

.page_main_box p {
	font-size: 18px;
	line-height: 2;
	color: #333333;
	text-align: left;
}

.about_pic_list {
	width: 100%;
}

.about_pic_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
}

.about_pic_list li:nth-child(3n) {
	margin-right: 0;
}

.about_pic_list li img {
	width: 100%;
	height: auto;
}

/* 产品中心-产品列表 */

.page_cp .page_cp_p {
	font-size: 16px;
	line-height: 2;
	color: ##2c435b;
	text-align: justify;
	
}

/* 产品搜索 */
.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: #da261e;
}

.page_cp .page_cp_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 36px;
	background-color: #ffffff;
	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: 16px;
	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: #da261e;
	/* background-color: #da261e; */
}

.page_cp .page_cp_list li:hover {
	border: 1px solid #da261e;
	/* 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: #da261e;
}

.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: #da261e;
}

/* 产品中心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;
	
	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: #da261e;
}
.go_back_m{
	display:none;
}
.go_back_m:hover{
	color: #fff;
}

.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: #da261e;
	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: #da261e;
	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: 20px;
	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: #da261e;
}

.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: #da261e;
}

/* 新闻详情 */
.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: 20px !important;
	color: #333333;
	line-height: 1.875;
	text-align: left;
	margin-bottom: 1.5em;
}
.page_news_xq .news_xq_box p span{
	font-size: 20px !important;
}

.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: #da261e;
}

.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: #da261e;
}

/* 关于我们 */
.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: #da261e;
	text-align: center;
}

.page_about .edit_box p {
	font-family: Arial !important;
	font-size: 16px;
	color: #222222;
	line-height: 2;
	
	text-align: justify;
	padding-bottom: 24px;
}

.page_about .edit_box>ul {
	width: 100%;
}

.page_about .edit_box>ul li {
	float: left;
}

.page_about .edit_box>ul li.left {
	width: 50%;
}

.page_about .edit_box>ul li.right {
	float: right;
	width: 46%;
}

.page_about .edit_box>ul li.right img {
	width: 100%;
	height: auto;
}

/* 企业荣誉 */
.page_about_honor_list {
	width: 100%;
	margin-bottom: 24px;
}

.page_about_honor_list li {
	float: left;
	width: 23.5%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 24px;
	background-color: #fff;
	/* box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); */
	transition: all .3s ease-in-out 0s;
	cursor: pointer;
}

.page_about_honor_list li:nth-child(4n) {
	margin-right: 0;
}

.page_about_honor_list li .honor_img_box {
	width: 100%;
	height: 188px;
	overflow: hidden;
}

.page_about_honor_list li img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out 0s;
}

.page_about_honor_list li .honor_tit {
	width: 100%;
	display: none;
}

.page_about_honor_list li .honor_tit a {
	display: block;
	width: 100%;
	height: 44px;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	background-color: #9e292f;
	padding: 0 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out 0s;
}

.page_about_honor_list li .honor_tit a:hover {
	background-color: #0f2f57;
	transition: all .3s ease-in-out 0s;
}

.page_about_honor_list li:hover {
	/* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4); */
	transition: all .3s ease-in-out 0s;
}

.page_about_honor_list li:hover img {
	-webkit-transform: scale(1.09, 1.09);
	-moz-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	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 #da261e;
}

.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: #da261e;
	margin-bottom: 20px;
}

.page_about_zgs_list li .tit_box p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	
	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: #da261e;
}

/* 地图 */
#map {
	width: 100%;
	height: 720px;
	border-bottom: 4px solid #da261e;
}

.BMap_scaleCtrl {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.BMap_cpyCtrl {
	display: none;
}

.BMap_bubble_title {
	font-size: 16px !important;
	line-height: 2 !important;
	color: #da261e !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: #da261e !important;
	border-radius: 4px !important;
	border-color: #da261e !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: 6%;
	top: 65px;
	width: 520px;
	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: #1e1a19;
	padding-bottom: 24px;
	border-bottom: 1px solid #da261e;
	margin-bottom: 24px;
}

.page_contact_info p {
	font-size: 15px;
	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: 30px;
	line-height: 48px;
	text-align: center;
	color: #1e1a19;
	padding-bottom: 24px;
	text-transform: uppercase;
}

/*.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: #1e1a19;
}

.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: #1e1a19;
	line-height: 60px;
	padding: 4px 10px 4px 72px;
	border: 0;
	border-bottom: 1px solid #1e1a19;
	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 #da261e;
	transition: all .3s ease-in-out 0s;
}

.page_contact_form form .form_list textarea {
	width: 100%;
	height: 160px;
	font-size: 16px;
	color: #1e1a19;
	line-height: 32px;
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #1e1a19;
	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 #da261e;
}

.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: #1e1a19;
	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: #da261e;
} */
/* 招商加盟 */
.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;
	
	margin-bottom: 10px;
}

.jm_box li.left p a {
	color: #da261e;
}

.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;
	
	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: #da261e !important;
}

.layui-form-label {
	padding: 0;
	width: 100%;
	font-size: 16px;
	color: #1e1a19;
	line-height: 2;
	font-weight: normal;
	text-align: left;
}

.layui-form-label i {
	color: #da261e;
	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: #da261e;
}

.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 #da261e;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 12px;
}

.jg_list .jg_main h1 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	
	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-align: justify;
}

.jg_list .jg_main p a {
	color: #333333;
}

.jg_list .jg_main p a:hover {
	color: #da261e;
}

.jg_list.nav-show>a {
	color: #fff;
	text-decoration: none;
	background-color: #da261e;
	border: 1px solid #da261e;
	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: #da261e;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 4px;
}

.hr_box p {
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	
	text-align: justify;
}

.hr_box p a {
	color: #333333;
}

.hr_box p a:hover {
	color: #da261e;
}

/* 内页内容-end */

/* 内页-end */

/* footer */
.footer {
	width: 100%;
	/* min-width: 1200px;
	max-width: 1920px; */
	padding: 72px 8%;
	background-color: #1e1a19;
	margin: 0 auto;
}

.footer>li {
	float: left;
	margin-right: calc((100% - 1000px) / 3);
}

.footer>li:last-child {
	margin-right: 0;
}

.footer>li h1 {
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

.footer>li h5 {
	width: 48px;
	height: 2px;
	background-color: #da261e;
	margin: 20px 0;
}

.footer_logo {
	width: 340px;
	height: auto;
}

.footer_logo img {
	width: 100%;
	height: auto;
}

.footer_nav_box {
	width: 136px;
}

.footer_nav_box dl {
	width: auto;
}

.footer_nav_box dl dt a {
	font-size: 16px;
	line-height: 32px;
	color: #cccccc;
	transition: all 0.3s;
}

.footer_nav_box dl dt a:hover {
	color: #fff;
	transition: all 0.3s;
}

.footer_nav_box dl dt:first-child {
	display: none;
}

li.footer_ewm_box {
	width: auto;
	float: right;
}

.footer_ewm_box .footer_ewm_img {
	width: 144px;
	height: 144px;
}

.footer_ewm_box .footer_ewm_img img {
	width: 100%;
	height: 100%;
}

.footer_ewm_box p {
	width: 100%;
	font-size: 12px;
	line-height: 1;
	color: #cccccc;
	text-align: center;
	margin-top: 12px;
}

li.footer_contact_box {
	width: 380px;
	float: left;
}

.footer_contact_box h6 {
	font-size: 12px;
	line-height: 1;
	color: #999999;
}

.footer_contact_box p {
	/* width: 100%; */
	font-size: 16px;
	color: #cccccc;
	line-height: 32px;
	margin-bottom: 12px;
	text-align: left;
	transition: all 0.3s;
}

.footer_contact_box p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
}

.footer_contact_box p a {
	color: #cccccc;
	transition: all 0.3s;
}

.footer_contact_box p:hover {
	color: #ffffff;
	transition: all 0.3s;
}

.footer_contact_box p a:hover {
	color: #ffffff;
	transition: all 0.3s;
}


/* footer-end */

/* copyright */
.copy_box_bg {
	width: 100%;
	padding: 24px 0;
	background-color: #1e1a19;
	border-top: 1px solid #3e3e3e;
}

.copy_box {
	width: 84%;
	/* min-width: 1200px;
	max-width: 1920px; */
	margin: 0 auto;
}

.copy_box li {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.copy_box li.left {
	float: left;
}

.copy_box li.left a {
	color: #fff;
}

.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: #fff;
	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: #da261e;
}

/* 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: #da261e;
}

.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: rgba(0,0,0,.4);
	display: none;
}

.suspension .a-top:hover {
	/* background:#c0c1c3; */
	background: #da261e;
}

.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: #da261e;
	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;
}
