﻿@charset "utf-8";
body {
	margin: 0;
	background-color: #fff;
	position: relative;
	min-width: 1200px
}

form,
input,
li,
ol,
ul {
	padding: 0
}

img {
	border: 0
}

li,
ol,
ul {
	list-style: none;
	margin: 0
}

a,
b,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
i,
input,
li,
ol,
p,
pre,
textarea,
ul {
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei", tahoma, Arial, "微软雅黑", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #232323
}

.clr:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.clr {
	display: block
}

.fl {
	float: left
}

.fr {
	float: right
}

.pic-x {
	width: 100%;
	display: block
}

.pic-y {
	height: 100%;
	display: block
}

.transform-center-x {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.transform-center-y {
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

html[xmlns] .clr {
	display: block
}

* html .clr {
	height: 1%
}

img {
	border: 0
}

.a_hidden {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@font-face {
	font-family: iconfont;
	src: url(../fonts/font_1535343_0by37aydcv1s.eot);
	src: url(../fonts/font_1535343_0by37aydcv1s.eot) format('embedded-opentype'), url(../fonts/font_1535343_0by37aydcv1s.woff2) format('woff2'), url(../fonts/font_1535343_0by37aydcv1s.woff) format('woff'), url(../fonts/font_1535343_0by37aydcv1s.ttf) format('truetype'), url(../fonts/font_1535343_0by37aydcv1s.svg#iconfont) format('svg')
}

.iconfont {
	font-family: iconfont!important
}

.text-hidden {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.transforms {
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px)
}

.module_editor {
	width: 100%
}

.module_editor {
	word-wrap: break-word
}

.module_editor img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.module_editor table {
	max-width: 100%
}

.module_editor pre {
	word-wrap: break-word!important;
	word-break: break-all!important;
	display: block;
	white-space: normal!important
}

#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, 5b 8b 4f 53, sans-serif;
	width: 280px;
	-webkit-box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	background: #fff;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 99999;
	display: none;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000
}

#Validform_msg .iframe {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1
}

#Validform_msg .Validform_title {
	line-height: 40px;
	height: 40px;
	text-align: left;
	font-weight: 700;
	padding: 0 20px;
	color: #333;
	position: relative;
	background-color: #ddd
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	color: #333;
	text-decoration: none;
	font-size: 12px
}

#Validform_msg a.Validform_close:hover {
	color: #666
}

#Validform_msg .Validform_info {
	padding: 20px;
	border-top: none;
	text-align: left
}

.module-pages {
	display: block;
	width: 100%;
	text-align: center;
	margin: 28px 0 40px
}

.module-pages .end,
.module-pages .first,
.module-pages .rows {
	display: none
}

.module-pages .activity,
.module-pages .next,
.module-pages .num,
.module-pages .prev {
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #666;
	transition: all .3s;
	color: #666;
	font-size: 18px;
	padding: 4px 11px;
	border-radius: 3px;
	font-family: iconfont;
	margin: 0 6px
}

.module-pages .activity:hover,
.module-pages .next:hover,
.module-pages .num:hover,
.module-pages .prev:hover {
	color: #fff;
	background-color: #c31623;
	border-color: #c31623
}

.module-pages .activity {
	color: #fff;
	background-color: #c31623;
	border-color: #c31623
}

.module-pages .num:hover {
	color: #fff;
	background-color: #c31623;
	border-color: #c31623
}

.public_top_module {
	width: 100%;
	height: 162px;
	position: relative
}

.public_top_module:before {
	content: '';
	width: 100%;
	border-bottom: 2px solid #c31623;
	position: absolute;
	top: 92px
}

.public_top_module .top_part {
	width: 1200px;
	height: 92px;
	margin: 0 auto;
	position: relative
}

.public_top_module .top_part .logo {
	width: 200px;
	height: 80px;
	float: left;
	margin-top: 6px
}

.public_top_module .top_part .logo img {
	display: block;
}

.public_top_module .top_part .center {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto
}

.public_top_module .top_part .hot_line {
	width: 200px;
	height: 60px;
	float: right;
	margin-top: 16px
}

.public_top_module .top_part .hot_line .n {
	font-weight: 700;
	font-size: 26px;
	color: #020202;
	letter-spacing: 3px
}

.public_top_module .top_part .hot_line .t {
	position: relative;
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 20px;
	color: #020202
}

.public_top_module .top_part .hot_line .t img {
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto
}

.public_top_module .nav_part {
	width: 1200px;
	height: 68px;
	margin: 2px auto 0
}

.public_top_module .nav_part .item_link {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	position: relative;
	font-size: 22px;
	color: #333;
	margin-right: 61px;
	letter-spacing: 1px
}

.public_top_module .nav_part .item_link:last-child {
	margin-right: 0
}

.public_top_module .nav_part .item_link:before {
	content: '';
	width: 0;
	border-bottom: 4px solid #c31623;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	opacity: 0;
	transition: all .3s;
	margin: auto
}

.public_top_module .nav_part .active:before,
.public_top_module .nav_part .item_link:hover:before {
	width: 100%;
	opacity: 1;
	bottom: 0
}

.public_footer_module {
	width: 100%;
	height: 282px;
	box-shadow: 0 0 10px #d1d1d1;
	background-color: #333;
	overflow: hidden
}

.public_footer_module .top_part {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 75px;
	position: relative
}

.public_footer_module .top_part .contact_way {
	float: left;
	width: 450px;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	letter-spacing: 2px
}

.public_footer_module .top_part .code {
	width: 253px;
	height: 147px;
	float: right
}

.public_footer_module .top_part .code .item {
	width: 118px;
	height: 147px;
	float: left
}

.public_footer_module .top_part .code .item .pic {
	width: 118px;
	height: 118px;
	position: relative;
	overflow: hidden
}

.public_footer_module .top_part .code .item .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	shape-margin: auto
}

.public_footer_module .top_part .code .item .tit {
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px
}

.public_footer_module .top_part .code .item:nth-child(1) {
	margin-right: 17px
}

.public_footer_module .top_part .nav {
	width: 160px;
	float: right;
	margin-right: 38px
}

.public_footer_module .top_part .nav .link {
	float: right;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 18px
}

.public_footer_module .top_part .nav .link:nth-child(2n) {
	float: left
}

.public_footer_module .top_part .nav .link:hover {
	color: #000;
	font-weight: 700
}

.public_footer_module .top_part .logo {
	width: 235px;
	height: 94px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.public_footer_module .top_part .logo img {
	width: 100%
}

.public_footer_module .logo_part {
	width: 100%;
	margin-bottom: 20px
}

.public_footer_module .logo_part img {
	display: block;
	width: 100%
}

.public_footer_module .bottom_part {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 25px
}

.public_footer_module .bottom_part a {
	color: #fff
}

#homepagebanner {
	width: 100%
}

#homepagebanner .swiper-pagination {
	width: 100%;
	bottom: 47px
}

#homepagebanner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, .8);
	opacity: 1
}

#homepagebanner .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff
}

.home_about_wrap {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat center/cover;
	padding: 150px 0 120px
}

.home_about_wrap .main-view {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.home_about_wrap .main-view .left-part {
	text-align: center;
	width: 600px;
	float: left;
	box-sizing: border-box;
	padding-left: 55px;
	padding-right: 75px
}

.home_about_wrap .main-view .left-part .tit {
	display: inline-block;
	padding-top: 3px
}

.home_about_wrap .main-view .left-part .txt {
	font-size: 18px;
	color: #323232;
	line-height: 34px;
	text-indent: 36px;
	margin-top: 35px;
	height: 170px;
	overflow: auto
}

.home_about_wrap .main-view .left-part .more {
	display: block;
	width: 204px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	margin: 50px auto 0;
	background: url(../images/more_bg.png) no-repeat center
}
.product_view  .more {
	display: block;
	width: 204px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	margin: 50px auto 0;
	background: url(../images/more_bg.png) no-repeat center
}

.home_about_wrap .main-view .right-part {
	width: 575px;
	height: 410px;
	float: right
}

.home_product_wrap {
	width: 100%;
	background: url(../images/bg2.jpg) no-repeat center/cover;
	padding-bottom: 70px
}

.home_product_wrap .product_view {
	width: 1200px;
	margin: 54px auto 0;
	overflow: hidden
}

.home_product_wrap .product_view .right_part {
	width: 100%;
	float: right;
	padding: 8px 0 55px
}

.home_product_wrap .product_view .right_part .swiper-slide {
	display: block;
	padding: 0 20px;
	box-sizing: border-box
}

.home_product_wrap .product_view .right_part .swiper-slide .pic {
	width: 100%;
	height: 221px;
	position: relative
}

.home_product_wrap .product_view .right_part .swiper-slide .pic .img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.home_product_wrap .product_view .right_part .swiper-slide .pic .icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 10;
	width: 100px;
	opacity: 0;
	transition: all .3s
}

.home_product_wrap .product_view .right_part .swiper-slide .pic .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9
}

.home_product_wrap .product_view .right_part .swiper-slide .tit {
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 55px;
	line-height: 55px
}

.home_product_wrap .product_view .right_part .swiper-slide:hover .icon {
	width: 52px;
	opacity: 1
}

.home_product_wrap .product_view .right_part .swiper-slide:hover .mask {
	opacity: 1
}

.home_product_wrap .product_view .right_part .all {
	width: 188px;
	height: 55px;
	display: block;
	border-radius: 28px;
	background-color: #c31623;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 359px
}

.home_product_wrap .product_view .right_part .btn {
	width: 145px;
	height: 48px;
	background-image: none;
	background-color: #c31623;
	line-height: 48px;
	text-align: center;
	top: 100%;
	margin-top: -48px;
	z-index: 10
}

.home_product_wrap .product_view .right_part .btn:before {
	content: '';
	font-size: 30px;
	color: #fff;
	font-family: iconfont
}

.home_product_wrap .product_view .right_part .swiper-button-prev {
	left: 719px
}

.home_product_wrap .product_view .right_part .swiper-button-prev:before {
	content: '\e601'
}

.home_product_wrap .product_view .right_part .swiper-button-next {
	left: 892px
}

.home_product_wrap .product_view .right_part .swiper-button-next:before {
	content: '\e604'
}

.home_join_wrap {
	width: 100%;
	background: url(../images/bg3.jpg) no-repeat center/100%;
	padding: 80px 0 60px
}

.home_join_wrap .list {
	width: 1202px;
	padding: 10px;
	overflow: hidden;
	margin: 70px auto 0
}

.home_join_wrap .list .item {
	width: 248px;
	height: 309px;
	float: left;
	margin-right: 70px;
	margin-bottom: 70px
}

.home_join_wrap .list .view {
	width: 248px;
	height: 309px;
	background-color: #fff;
	text-align: center;
	transition: transform 1s;
	position: relative;
	transform-style: preserve-3d
}

.home_join_wrap .list .view .slide {
	width: 100%;
	height: 100%;
	background: #fff url(../images/join_lc_bg.png) no-repeat center/auto;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px
}

.home_join_wrap .list .view .back {
	padding-top: 48px;
	z-index: 1;
	box-shadow: 0 0 10px #ccc
}

.home_join_wrap .list .view .back .num {
	font-size: 36px;
	color: #333;
	margin-bottom: 35px
}

.home_join_wrap .list .view .back .tit {
	font-size: 24px;
	color: #333;
	margin-top: 25px
}

.home_join_wrap .list .view .front {
	z-index: 2;
	transform: rotateY(180deg);
	padding-top: 48px;
	box-shadow: 0 0 10px #ccc
}

.home_join_wrap .list .view .front .num {
	font-size: 36px;
	color: #333;
	margin-bottom: 15px
}

.home_join_wrap .list .view .front .txt {
	box-sizing: border-box;
	padding: 0 38px;
	font-size: 16px;
	color: #333;
	line-height: 32px
}

.home_join_wrap .list .item:hover .view {
	transform: rotateY(180deg);
	transition: transform 1s cubic-bezier(0, -.12, .78, 1.54)
}

.home_join_wrap .list .item:nth-child(4n) {
	margin-right: 0
}

.home_join_wrap .hot_line {
	width: 100%;
	text-align: center;
	height: 60px
}

.home_join_wrap .hot_line img {
	height: 60px
}

.home_join_wrap .hot_line .tit {
	font-size: 26px;
	color: #333;
	font-family: "宋体";
	font-weight: 700
}

.home_join_wrap .hot_line .num {
	font-size: 32px;
	color: #020202;
	line-height: 1;
	letter-spacing: 2px
}

.home_join_wrap .hot_line .zx {
	padding-left: 45px
}

.home_news_wrap {
	background: url(../images/bg4.jpg) no-repeat center/cover;
	padding-bottom: 90px
}

.home_news_wrap .list {
	width: 1200px;
	height: 470px;
	margin: 45px auto 0
}

.home_news_wrap .list .item_block {
	display: block;
	width: 260px;
	height: 470px;
	float: left;
	margin-right: 50px;
	transition: top .3s;
	position: relative;
	top: 0
}

.home_news_wrap .list .item_block:last-child {
	margin-right: 0
}

.home_news_wrap .list .item_block .pic {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 80px 0 80px 0;
	position: relative;
	overflow: hidden
}

.home_news_wrap .list .item_block .pic .icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 10;
	width: 100px;
	opacity: 0;
	transition: all .3s
}

.home_news_wrap .list .item_block .pic .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9
}

.home_news_wrap .list .item_block .tit {
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	margin: 15px 0 30px
}

.home_news_wrap .list .item_block .txt {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 50px
}

.home_news_wrap .list .item_block .more {
	font-size: 16px;
	color: #fff
}

.home_news_wrap .list .item_block:hover {
	top: -10px
}

.home_news_wrap .list .item_block:hover .icon {
	width: 52px;
	opacity: 1
}

.home_news_wrap .list .item_block:hover .mask {
	opacity: 1
}

.home_contact_wrap {
	background: url(../images/bg5.jpg) no-repeat top/100%;
	padding: 60px 0 75px
}

.home_contact_wrap .rese-form {
	width: 1200px;
	margin: 0 auto
}

.home_contact_wrap .rese-form .input-item {
	width: 100%;
	height: 84px;
	border-bottom: 2px solid grey;
	overflow: hidden
}

.home_contact_wrap .rese-form .input-item input {
	height: 60px;
	margin-top: 25px;
	float: left;
	width: 100%;
	border: none;
	outline: 0;
	background-color: inherit;
	font-size: 22px;
	color: #333;
	padding-left: 6px;
	text-indent: 30px
}

.home_contact_wrap .rese-form .input-item textarea {
	max-height: 162px;
	height: 60px;
	line-height: 60px;
	min-height: 60px;
	width: 100%;
	border: none;
	outline: 0;
	margin-top: 25px;
	font-size: 22px;
	color: #333;
	text-indent: 30px;
	background-color: inherit;
	font-family: '微软雅黑';
	padding-left: 6px;
	resize: auto
}

.home_contact_wrap .rese-form .submit {
	width: 100%;
	height: 60px;
	margin: 45px auto 0;
	font-size: 20px;
	color: #fff;
	background-color: #b61d1c;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px
}

.home_contact_wrap .map {
	width: 1200px;
	height: 298px;
	margin: 40px auto 0
}

.home_contact_wrap .map .map-baidu {
	width: 100%!important;
	height: 100%!important
}

.top_banner {
	width: 100%;
	margin-bottom: -55px;
}

.top_banner img {
	display: block;
	width: 100%
}

.pagein_about_wrap {
	width: 100%;
	padding-top: 75px
}

.pagein_about_wrap .content {
	width: 1265px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	font-size: 22px;
	color: #4c4c4c;
	line-height: 38px;
	position: relative;
	z-index: 1
}

.pagein_about_wrap .content div,
.pagein_about_wrap .content p,
.pagein_about_wrap .content span {
	font-size: 22px;
	color: #4c4c4c
}

.pagein_about_wrap img {
	display: block;
	width: 100%;
	margin-top: -158px
}

.msg-wrap {
	width: 100%;
	height: 600px;
	background: url(../images/msg_bg.jpg) no-repeat center/cover;
	padding-top: 60px
}

.msg-wrap .tit_en {
	font-size: 36px;
	color: #4c4c4c;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px
}

.msg-wrap .tit_zh {
	font-size: 36px;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 10px
}

.msg-wrap .rese-form {
	width: 1200px;
	height: 312px;
	margin: 0 auto
}

.msg-wrap .rese-form .input-item {
	width: 100%;
	height: 85px;
	border-bottom: 2px solid #999;
	overflow: hidden
}

.msg-wrap .rese-form .input-item input {
	text-indent: 39px;
	height: 40px;
	margin-top: 40px;
	float: left;
	width: 100%;
	border: none;
	outline: 0;
	background-color: inherit;
	font-size: 22px;
	color: #333;
	padding-left: 6px
}

.msg-wrap .rese-form .input-item textarea {
	text-indent: 39px;
	max-height: 162px;
	height: 80px;
	min-height: 40px;
	width: 100%;
	border: none;
	outline: 0;
	margin-top: 40px;
	font-size: 22px;
	color: #333;
	background-color: inherit;
	font-family: '微软雅黑';
	padding-left: 6px;
	resize: auto
}

.msg-wrap .rese-form .submit {
	width: 100%;
	height: 60px;
	margin: 80px auto 0;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-color: #c31623;
	text-align: center;
	line-height: 60px;
	cursor: pointer
}

.pagein_join_case {
	width: 100%;
	overflow: hidden;
	margin: 40px 0
}

.pagein_join_case .item {
	width: 19.3%;
	height: 220px;
	display: inline-block;
	position: relative;
	margin: .35%;
	margin-bottom: 11px;
	overflow: hidden;
	cursor: pointer
}

.pagein_join_case .item .tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: -40px;
	left: 0;
	transition: bottom .3s;
	box-sizing: border-box;
	padding: 0 15px
}

.pagein_join_case .item:hover .tit {
	bottom: 0
}

.pagein_honor {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto
}

.pagein_honor .item {
	width: 22.3%;
	height: 220px;
	display: inline-block;
	position: relative;
	margin: 1.35%;
	margin-bottom: 11px;
	overflow: hidden;
	cursor: pointer
}

.pagein_honor .item .tit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: -40px;
	left: 0;
	transition: bottom .3s;
	box-sizing: border-box;
	padding: 0 15px
}

.pagein_honor .item:hover .tit {
	bottom: 0
}

.pagein_news_list {
	width: 1200px;
	margin: 80px auto 0
}

.pagein_news_list .item_block {
	width: 100%;
	height: 220px;
	margin-bottom: 34px;
	display: block;
	position: relative
}

.pagein_news_list .item_block:before {
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1
}

.pagein_news_list .item_block .pic {
	width: 220px;
	height: 220px;
	border-radius: 80px 0 80px 0;
	overflow: hidden;
	margin-right: 38px;
	float: left;
	position: relative;
	z-index: 2
}

.pagein_news_list .item_block .info {
	width: 932px;
	height: 100%;
	float: left
}

.pagein_news_list .item_block .info .tit {
	font-size: 24px;
	color: #4c4c4c;
	height: 60px;
	line-height: 55px
}

.pagein_news_list .item_block .info .txt {
	font-size: 16px;
	color: #999;
	line-height: 32px;
	height: 96px
}

.pagein_news_list .item_block .info .date {
	font-size: 16px;
	color: #333;
	margin-top: 15px
}

.pagein_news_list .item_block:hover {
	background-color: #f5f5f5
}

.pagein_contact {
	width: 1200px;
	margin: 50px auto;
	height: 585px
}

.pagein_contact .tit_en,
.pagein_contact .tit_zh {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #333
}

.pagein_contact .tit_en {
	font-weight: 700;
	letter-spacing: 1px
}

.pagein_contact .tit_zh {
	margin-bottom: 50px
}

.pagein_contact .left-part {
	width: 490px;
	float: left;
	box-sizing: border-box;
	padding-top: 30px
}

.pagein_contact .left-part .contact_way {
	width: 100%;
	line-height: 40px;
	margin-bottom: 65px;
	overflow: hidden
}

.pagein_contact .left-part .contact_way .iconfont {
	width: 70px;
	font-size: 36px;
	color: #333;
	float: left
}

.pagein_contact .left-part .contact_way .txt {
	width: 420px;
	font-size: 28px;
	color: #333;
	float: left
}

.pagein_contact .right-part {
	width: 700px;
	height: 430px;
	float: right
}

.pagein_contact .right-part .map-baidu {
	height: 100%!important
}

.pagein_news_detail {
	width: 1200px;
	margin: 100px auto 85px
}

.pagein_news_detail .title_module {
	width: 100%;
	border-bottom: 2px solid #ccc;
	height: 123px;
	text-align: center
}

.pagein_news_detail .title_module .title {
	font-size: 36px;
	color: #4c4c4c;
	margin-bottom: 15px;
	letter-spacing: 2px
}

.pagein_news_detail .title_module .date {
	font-size: 24px;
	color: #999;
	letter-spacing: 4px
}

.pagein_news_detail .module_editor {
	font-size: 18px;
	color: #4c4c4c;
	letter-spacing: 2px;
	line-height: 32px
}

.pagein_news_detail .module_editor div,
.pagein_news_detail .module_editor p,
.pagein_news_detail .module_editor span {
	font-size: 18px;
	color: #4c4c4c;
	letter-spacing: 2px
}

.pagein_news_detail .footer_module {
	width: 100%;
	height: 76px;
	margin-top: 65px
}

.pagein_news_detail .footer_module .left-part {
	width: 750px;
	height: 100%;
	float: left
}

.pagein_news_detail .footer_module .left-part a {
	/*font-size: 24px;*/
	color: #4c4c4c;
	line-height: 38px
}

.pagein_news_detail .footer_module .left-part a:hover {
	color: #c31623;
	text-decoration: underline
}

.pagein_news_detail .footer_module .right-part {
	width: 620px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 35px;
	background-color: #c31623;
	font-size: 24px;
	color: #fefefe;
	display: block;
	float: right;
	letter-spacing: 3px
}

.pagein_product_detail {
	width: 1200px;
	margin: 0 auto 80px
}

.pagein_product_detail .title {
	text-align: center;
	font-size: 36px;
	color: #4c4c4c;
	letter-spacing: 2;
	margin: 45px 0
}

.pagein_product_detail .txt {
	margin: 35px 0 70px;
	font-size: 24px;
	color: #4c4c4c;
	line-height: 32px
}

.pagein_product_detail .txt div,
.pagein_product_detail .txt p,
.pagein_product_detail .txt span {
	font-size: 24px;
	color: #4c4c4c
}

.pagein_product_detail #duotu .swiper-button-white {
	background-color: #c31623;
	width: 60px;
	height: 60px;
	margin-top: -42px;
	border-radius: 50%;
	background-size: 40%;
	cursor: pointer
}

.pagein_product_detail #duotu .swiper-pagination {
	position: absolute;
	bottom: 24px;
	width: 100%
}

.pagein_product_detail #duotu .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: #fff;
	opacity: 1;
	margin: 0 5px
}

.pagein_product_detail #duotu .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c31623
}

.pagein_product_detail .links-btn {
	width: 100%;
	height: 60px;
	line-height: 60px
}

.pagein_product_detail .links-btn .module-articpages {
	width: 448px;
	height: 100%;
	float: left
}

.pagein_product_detail .links-btn .module-articpages .link {
	display: block;
	width: 209px;
	text-align: center;
	height: 60px;
	font-size: 24px;
	color: #fff;
	background-color: #c31623;
	border-radius: 30px;
	float: left
}

.pagein_product_detail .links-btn .module-articpages .link:first-child {
	margin-right: 30px
}

.pagein_product_detail .links-btn .back {
	display: block;
	width: 550px;
	text-align: center;
	height: 60px;
	font-size: 24px;
	color: #fff;
	background-color: #c31623;
	border-radius: 30px;
	float: right
}

.product-detail-nav {
	width: 1200px;
	margin: 25px auto 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 1.2
}

.product-detail-nav a {
	font-size: 16px;
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c
}

.product-detail-nav a .iconfont {
	font-weight: 700
}

.product-detail-nav a:hover {
	color: #000
}

.flex_right_module {
	width: 100px;
	height: 394px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -197px;
	z-index: 998
}

.flex_right_module .item {
	display: block;
	width: 100%;
	height: 25%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 12px;
	cursor: pointer;
	position: relative;
	background-color: #aa1e1c;
	margin-bottom: 8px
}

.flex_right_module .item .iconfont {
	font-size: 42px;
	color: #fff;
	transition: color .3s
}

.flex_right_module .item .tit {
	font-size: 16px;
	color: #fff;
	margin-top: 4px;
	transition: color .3s
}

.flex_right_module .item:hover {
	background-color: #d82e3a;
	border-color: #d82e3a
}

.flex_right_module .item:hover .iconfont,
.flex_right_module .item:hover .tit {
	color: #fff
}

.flex_right_module .item:hover .zd {
	right: 100%;
	opacity: 1;
	transition: all .3s
}

.flex_right_module .item .zd {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #aa1e1c;
	color: #fff;
	opacity: 0
}

.flex_right_module .item:nth-child(n+2) {
	border-top: none
}

#flex_message {
	width: 827px;
	height: 484px;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/flex_message.png) no-repeat center;
	box-sizing: border-box;
	padding: 88px 146px 0 129px;
	transition: all .3s;
	visibility: hidden;
	opacity: 0;
	transform: scale(.3)
}

#flex_message .off {
	width: 52px;
	height: 52px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	font-size: 24px;
	color: #ca1e1c;
	float: right;
	transition: transform .3s;
	cursor: pointer
}

#flex_message .off:hover {
	transform: scale(1.1) rotate(90deg)
}

#flex_message form {
	width: 100%;
	float: right;
	margin-top: 106px
}

#flex_message form input {
	border-radius: 5px;
	background-color: #fff;
	border: 0;
	outline: 0;
	height: 50px;
	font-size: 20px;
	text-indent: 16px
}

#flex_message form .input_first {
	width: 240px;
	margin-right: 7px
}

#flex_message form .input_last {
	width: 300px
}

#flex_message form .submit {
	width: 100%;
	height: 52px;
	margin-top: 22px;
	cursor: pointer
}

#flex_footer {
	width: 100%;
	height: 138px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: url(../images/flex_footer.png) no-repeat center;
	box-sizing: border-box;
	padding-top: 77px;
	z-index: 900
}

#flex_footer form {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative
}

#flex_footer form .off {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	position: absolute;
	bottom: 117%;
	right: 0;
	cursor: pointer
}

#flex_footer form .off:hover {
	background-color: rgba(255, 255, 255, .3)
}

#flex_footer form input {
	border: 0;
	outline: 0;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
	width: 208px;
	height: 44px;
	margin-right: 16px;
	text-indent: 12px;
	font-size: 16px
}

#flex_footer form .submit {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-top: -3px;
	cursor: pointer
}

#join_btn {
	width: 202px;
	height: 63px;
	position: fixed;
	left: 54px;
	bottom: 6%;
	z-index: 999;
	cursor: pointer
}