a {
	color: inherit
}
a:hover {
	color: #d70d19
}
.main {
	width: 1310px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px
}
.main::after {
	content: "";
	display: block;
	clear: both
}
.logo_bar {
	height: 94px;
	background:rgba(255,255,255,0.6);
	z-index:1000;
	position:absolute;
	width:100%;
	left:0;
	top:0
}
.logo_bar .logo {
	display: block;
	float: left;
	margin-top: 23px;
	margin-left: 8px
}
.logo_bar .logo img {
	display: block
}
.logo_bar .main {
	height: 100%
}
.logo_bar .head_op {
	float: right;
	height: 100%
}
.logo_bar .head_op .tel {
	color: #fff;
	font-weight: bold;
	line-height: 94px;
	padding-left: 35px;
	background: url(../img/icon_tel.png) no-repeat left center;
	display: block;
	float: left;
	font-size: 25px
}
.logo_bar .head_op a {
	display: block;
	float: left;
	width: 50px;
	height: 100%
}
.logo_bar .head_op a.weichat {
	margin-right: 20px;
	position:relative;
	z-index:1000;
	background: url(../img/icon_weichat.png) no-repeat center
}
.logo_bar .head_op .ewm {
    position: absolute;
    width: 120px;
    border: 1px solid #e7e7e7;
    top: 94px;
	left:-40px;
	display:none;
}
.logo_bar .head_op a.weichat:hover .ewm {
	display:block;
}
.logo_bar .head_op .ewm img {
	display:block;
	width:100%;
}
.logo_bar .head_op a.weibo {
	margin-right: 30px;
	background: url(../img/icon_weibo.png) no-repeat center
}
.nav_btn {
	display: none
}
.header_out {
	position: absolute;
	width: 100%;
	top: 103px;
	left: 0;
	z-index: 999;
	transition: all 0.3s
}
.head {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 65px
}
.head .logo {
	display: block;
	float: left
}
.head .logo img {
	display: block
}
.head .nav {
	font-size: 0;
	text-align: center
}
.head .nav .nav_search {
	position: relative;
	border: none
}
.head .nav .nav_search a {
	position: relative;
	padding: 0;
	width: 40px
}
.head .nav .nav_search a span {
	opacity: 0
}
.search {
	width: 220px;
	z-index: 999;
	position:absolute;
	top: 30px;
	left: -180px;
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	display: none;
}
.search form {
	position: relative;
	border: 1px solid #d70d19;
	text-align:left;
}
.search form .btn {
	display: block;
	width: 25%;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #d70d19  url(../img/icon_search.png) no-repeat center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.search form .keyword {
	width: 75%;
	height: 35px;
	border: none;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
}
.head .nav .nav_search a::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	background: #000;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -15px;
	background: url(../img/icon_search.png) no-repeat center;
	cursor: pointer
}
.head .nav li {
	display: inline-block;
	position: relative;
	border-left: 1px solid #fff
}
.head .nav li:first-child {
	border: none
}

.head .nav li>a {
	line-height: 18px;
	font-size: 17px;
	color: #fff;
	display: block;
	padding: 0 32px;
	transition: all 0.3s;
	position: relative
}
.head .nav li .sub {
	position: absolute;
	min-width: 90%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	top: 110%;
	text-align: center;
	transition: all 0.3s;
	white-space: nowrap;
	text-align: center;
	padding-top: 21px
}
.head .nav li .sub::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 11px 8px;
	border-style: solid;
	border-color: transparent transparent rgba(164,0,0,0.8) transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px
}
.head .nav li .sub .sub_in {
	background: rgba(164,0,0,0.8);
	padding: 14px 0;
	border-radius: 8px
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 2;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s
}
.head .nav li .sub a:hover {
	background: #ededed;
	color: #a40000
}
@keyframes moveup {
from {
top:110%
}
to {
	opacity: 1;
	top: 100%
}
}
.banner img {
	display: block;
	width: 100%
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width: 45px;
	height: 45px;
	background-size:10px !important;
	border-radius: 50%;
	margin-top: -36px;
	border: 2px solid #fff
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
	background-color: #033271
}
.banner .swiper-button-prev {
	background: url(../img/icon_prev.png) no-repeat center;
	left: 38px;
	
}
.banner .swiper-button-next {
	background: url(../img/icon_next.png) no-repeat center;
	right: 38px
}
.banner .swiper-pagination {
	font-size: 0;
	bottom: 2.6vw
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 11px
}
.banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: 1;
	background: #c2bfc0;
	margin: 0 11px
}
.banner .swiper-pagination-bullet-active {
	background: #000000
}
.home_title {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 65px;
	font-size: 0
}
.home_title h3 {
	display: inline-block;
	font-size: 32px;
	color: #d70d19;
	position: relative
}
.home_title h3::before {
	content: "";
	display: block;
	height: 1px;
	width: 1920px;
	background: #d70d19;
	border-top: 1px solid #e24e56;
	border-bottom: 1px solid #f4bec2;
	position: absolute;
	right: calc(100% + 42px);
	top: 50%;
	margin-top: -1.5px
}
.home_title h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 1920px;
	background: #d70d19;
	border-top: 1px solid #e24e56;
	border-bottom: 1px solid #f4bec2;
	position: absolute;
	left: calc(100% + 42px);
	top: 50%;
	margin-top: -1.5px
}
.home_title h3 span {
	font-weight: bold;
	/*font-style: italic;*/
}
.home_a .row li:nth-child(2) a, .home_a .row li:nth-child(4) a, .home_a .row li:nth-child(5) a, .home_a .row li:nth-child(7) a {
	background: #eee
}
.home_a .row a {
	display: block;
	position: relative;
	transition: all 0.3s;
	background: #f6f6f6;
	padding-bottom: 20px;
	padding-top: 22px
}
.home_a .row a:hover {
	transform: translateY(-10px)
}
.home_a .row a:hover .imgbox {
	opacity: 1
}
.home_a .row a:hover p {
	color: #fff
}
.home_a .row img {
	margin: 0 auto;
	display: block;
	transition: all 0.3s;
	max-width: 100%
}
.home_a .row .imgbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 22px;
	background: #ca4148;
	transition: all 0.3s;
	opacity: 0
}
.home_a .row .imgbox img {
	display: block;
	margin: 0 auto
}
.home_a .row p {
	text-align: center;
	font-size: 23px;
	margin-top: 25px;
	color: #000000;
	line-height: 29px;
	height: 58px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	z-index: 5;
	transition: all 0.3s
}
.home_b .home_title {
	text-align: right
}
.home_b .left {
	float: left;
	width: 43%
}

.home_b .left li {
	display: block
}
.home_b .left .imgout {
	position: relative
}
.home_b .left .imgout::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ededed;
	top: 11px;
	left: 11px;
	position: absolute
}
.home_b .left .img {
	overflow: hidden;
	position: relative;
	z-index: 5
}
.home_b .left .img img {
	display: block;
	transition: all 0.3s;
	width: 100%
}
.home_b .left .tt {
	font-size: 18px;
	color: #000000;
	line-height: 1;
	margin-top: 24px;
	margin-bottom: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	white-space: nowrap
}
.home_b .left span {
	display: block;
	font-size: 13px;
	color: #d70d19;
	padding-left: 120px;
	transition: all 0.3s;
	background: url(../img/home_b_more.png) no-repeat left center
}
.home_b .left a {
	display: block
}
.home_b .left a:hover img {
	transform: scale(1.02)
}
.home_b .left a:hover .tt {
	color: #d70d19
}
.home_b .left a:hover span {
	background-position: 5px center
}
.home_b .right {
	float: right;
	width: 47%
}
.home_b .right .tags {
	font-size: 0;
	text-align: right;
	margin-bottom: 62px
}
.home_b .right .tags .item {
	display: inline-block;
	padding: 0 20px;
	color: #000000;
	transition: all 0.3s;
	text-align: center;
	cursor: pointer;
	position: relative
}
.home_b .right .tags .item::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #959595;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.home_b .right .tags .item:hover, .home_b .right .tags .item.on {
	color: #d70d19
}
.home_b .right .tags .item p {
	font-size: 17px;
	margin-bottom: 5px
}
.home_b .right .tags .item span {
	display: block;
	font-size: 14px
}
.home_b .right .ulbox ul {
	display: none
}
.home_b .right .ulbox ul:nth-child(1) {
	display: block
}
.home_b .right .ulbox li {
	line-height: 64px
}
.home_b .right .ulbox li a {
	display: block;
	position: relative;
	padding-left: 84px;
	padding-right: 44px;
	color: #929292;
	border-bottom: 1px solid #999999;
	transition: all 0.3s
}
.home_b .right .ulbox li a:hover {
	color: #d70d19;
	border-color: #d70d19
}
.home_b .right .ulbox li a:hover em {
	background-image: url(../img/home_b_more_b.png)
}
.home_b .right .ulbox li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	font-weight: bold
}
.home_b .right .ulbox li p {
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.home_b .right .ulbox li em {
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: url(../img/home_b_more_a.png) no-repeat center/cover;
	transition: all 0.3s;
	right: 6px;
	top: 50%;
	transform: translateY(-50%)
}
.home_c .home_title {
	text-align: center;
	max-width: 98%;
	margin: 0 auto
}
.home_c .tags {
	text-align: center;
	margin-bottom: 55px;
	font-size: 0
}
.home_c .tags .item {
	display: inline-block;
	width: 185px;
	height: 67px;
	color: #fff;
	transition: all 0.3s;
	background: #000;
	margin-right: 37px;
	padding-top: 9px;
	cursor: pointer;
	background: url(../img/home_c_taga.jpg) no-repeat center/cover
}
.home_c .tags .item:hover, .home_c .tags .item.on {
	background-image: url(../img/home_c_tagb.jpg)
}
.home_c .tags .item:last-child {
	margin-right: 0
}
.home_c .tags p {
	font-size: 17px;
	margin-bottom: 5px
}
.home_c .tags span {
	display: block;
	font-size: 14px
}
.home_c .swiper_box {
	width: 1740px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px 130px
}
.home_c .swiper_box .box {
	position: relative;
	padding: 0 115px;
	display: none
}
.home_c .swiper_box .box:nth-child(1) {
	display: block
}
.home_c .swiper_box .box img {
	display: block;
	width: 100%
}
.home_c .swiper_box .box a {
	display: block;
	position: relative
}
.home_c .swiper_box .box a:hover p {
	background: rgba(215,13,25,0.8)
}
.home_c .swiper_box .box a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 15px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 15px;
	transition: all 0.3s;
	background: rgba(146,146,146,0.5)
}
.home_c .swiper_box .swiper-button-next, .home_c .swiper_box .swiper-button-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-top: -36px;
	transition: all 0.3s
}
.home_c .swiper_box .swiper-button-prev {
	background: url(../img/home_c_prev.png) no-repeat center/cover;
	left: 0
}
.home_c .swiper_box .swiper-button-prev:hover {
	background-image: url(../img/home_c_prev_on.png)
}
.home_c .swiper_box .swiper-button-next {
	background: url(../img/home_c_next.png) no-repeat center/cover;
	right: 0
}
.home_c .swiper_box .swiper-button-next:hover {
	background-image: url(../img/home_c_next_on.png)
}
.home_c .swiper_box .swiper-pagination {
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 0;
	bottom: -40px
}
.home_c .swiper_box .swiper-pagination-bullet {
	background: #c2bfc0;
	opacity: 1;
	margin: 0 11px
}
.home_c .swiper_box .swiper-pagination-bullet-active {
	background: #000000
}
.home_d {
	z-index: 10;
	padding-bottom: 140px;
	position: relative;
	background: url(../img/home_d_bg.jpg) no-repeat center/cover
}
.home_d .home_title h3 {
	color: #fff
}
.home_d .home_title h3::after {
	background: #fff;
	border-color: #b5bec6
}
.home_d .line {
	display: block;
	height: 3px;
	background: #ffffff
}
.home_d .path_box {
	width: 1630px;
	max-width: 100%;
	padding: 0 15px
}
.home_d .path_box .swiper-slide {
	padding-top: 50px
}
.home_d .path_box .swiper-slide:nth-child(2n) {
	padding-top: 170px
}
.home_d .path_box .year {
	display: block;
	line-height: 1;
	font-size: 35px;
	color: #ffffff;
	font-style: italic;
	padding-bottom: 25px;
	padding-left: 75px
}
.home_d .path_box .inbox {
	width: 100%;
	height: 185px;
	background: rgba(255,255,255,0.32);
	border-radius: 10px;
	position: relative;
	padding-left: 75px;
	transition: all 0.3s
}
.home_d .path_box .inbox:hover {
	background: #d70d19
}
.home_d .path_box .inbox:hover .dbtn::after {
	background: #d70d19
}
.home_d .path_box .dbtn {
	position: absolute;
	width: 34px;
	top: 85px;
	left: 14px;
	text-align: center
}
.home_d .path_box .dbtn::after {
	content: "";
	display: block;
	width: 4px;
	height: 6000px;
	background: #fff;
	transition: all 0.3s;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -2px
}
.home_d .path_box .dbtn img {
	display: block;
	margin: 0 auto 6px;
	max-width: 100%
}
.home_d .path_box .dbtn a {
	text-decoration: underline;
	color: #fff;
	font-size: 14px
}
.home_d .path_box .txt {
	padding-top: 54px
}
.home_d .path_box .txt .day {
	margin-bottom: 22px;
	display: block;
	line-height: 1;
	font-size: 25px;
	color: #fff;
	font-style: italic
}
.home_d .path_box .txt .des {
	font-size: 14px;
	line-height: 21px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 63px;
	color: #fff
}
.home_d .swop_box {
	position: absolute;
	background: #fff;
	bottom: 0;
	height: 36px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
.home_d .swop_box .swiper-pagination {
	width: 230px;
	height: 2px;
	top: 22px;
	left: 50%;
	margin-left: -115px;
	position: absolute
}
.home_d .swop_box .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #d70d19
}
.home_d .swop_box .swiper-button-next, .home_d .swop_box .swiper-button-prev {
	width: 10px;
	height: 23px;
	top: 13px;
	margin-top: 0;
	background-size: 100% auto
}
.home_d .swop_box .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d70d19'%2F%3E%3C%2Fsvg%3E");
	left: 42px
}
.home_d .swop_box .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d70d19'%2F%3E%3C%2Fsvg%3E");
	right: 42px
}
.home_d .year_sw {
	color: #d70d19;
	width: 400px;
	cursor: pointer;
	user-select: none;
	position: relative;
	position: absolute;
	padding: 0 15px;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: bottom
}
.home_d .year_sw .swiper-button-next, .home_d .year_sw .swiper-button-prev {
	width: 10px;
	height: 100%;
	border-radius: 50%;
	margin-top: 0;
	top: 0;
	background-size: 100% auto
}
.home_d .year_sw .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 0
}
.home_d .year_sw .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 0
}
.home_d .year_sw .swiper-slide {
	position: relative;
	width: auto;
	transition: all 0.3s;
	padding: 0 5px
}
.home_d .year_sw .swiper-slide::after {
	content: "/";
	display: block;
	color: #d70d19;
	width: 10px;
	text-align: center;
	position: absolute;
	left: 100%;
	top: 0
}
.home_d .year_sw .active-nav {
	color: #fff;
	font-size: 18px;
	font-weight: bold
}
.home_e {
	padding-bottom: 40px
}
.home_e img {
	display: block;
	margin: 0 auto;
	max-width: 96%
}
.home_e li {
	margin-bottom: 40px
}
.scroll {height:550px;}
footer {
	background: #333333 url(../img/footer_bg.png) no-repeat center top;
	padding-top: 44px;
	color: #fff
}
footer .left {
	width: 420px;
	max-width: 100%;
	float: left
}
footer .left .tt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 27px;
	font-style: italic
}
footer .left .tt span {
	font-size: 29px
}
footer .left .info {
	font-size: 14px;
	line-height: 21px
}
footer .left .fc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 35px
}
footer .left .code {
	overflow: hidden
}
footer .left .code .in {
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 20px
}
footer .left .code .in img {
	display: block;
	margin-bottom: 10px
}
footer .right {
	float: right;
	padding-top: 8px
}
footer .right .tt {
	margin-bottom: 40px
}
footer .right .tt span {
	font-weight: bold;
	font-size: 18px
}
footer .right .tt a {
	font-size: 14px
}
footer .right ul {
	overflow: hidden
}
footer .right ul li {
	float: left;
	margin-right: 30px
}
footer .right ul li:last-child {
	margin-right: 0
}
footer .right ul li .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px
}
footer .right ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #b9b9b9;
	line-height: 25px
}
footer .right ul li p:hover {
	color: #fff
}
footer .right .f_link {
	margin-top: 77px
}
footer .right .f_link .ft {
	font-size: 16px;
	font-weight: bold
}
footer .right .f_link select {
	border: 1px solid #fff;
	margin-top: 17px;
	width: 255px;
	height: 31px;
	padding-left: 8px;
	padding-right: 30px;
	background: url(../img/icon_fl.png) no-repeat right 16px center;
	font-size: 14px;
	color: #fff
}
footer .right .f_link select option {
	color: #000
}
footer .bottom {
	text-align: center;
	background: #545454;
	font-size: 14px;
	margin-top: 33px;
	line-height: 23px;
	padding: 28px 15px
}
.sub_banner {
	position: relative;
	padding-top: 410px;
	padding-bottom: 35px
}
.sub_banner img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2
}
.sub_banner .main {
	position: relative;
	z-index: 5;
	font-size: 0;
	color: #fff
}
.sub_banner .main span {
	font-size: 80px;
	font-family: "Times New Roman";
	display: inline-block
}
.sub_banner .main em {
	font-size: 35px;
	display: inline-block;
	margin-left: 22px;
	position: relative;
	top: -4px
}
.logo_bar_sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	background: rgba(255,255,255,0.6)
}
.sub_container {
	padding-top: 65px;
	padding-bottom: 90px;
	min-height:720px;
}
.nav_left {
	position: absolute;
	top: 65px;
	padding-right: 46px;
	left: 15px;
	width: 280px
}
.nav_left .item:last-child img {
	display: none
}
.nav_left a {
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s;
	padding-right: 18px;
	position: relative
}
.nav_left a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	transition: all 0.3s;
	opacity: 0;
	border-style: solid;
	border-color: transparent #d70d19 transparent transparent
}
.nav_left a:hover, .nav_left a.on {
	color: #d70d19
}
.nav_left a.on::after {
	opacity: 1
}
.nav_left img {
	display: block;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-top: 8px
}
.nav_left p {
	margin-bottom: 2px;
	font-size:16px;
}
.right_container {
	margin-left: 360px
}
.right_container .in_title {
	font-size: 0;
	color: #d70d19;
	font-weight: bold;
	margin-bottom: 65px;
	font-size: 40px
}
.right_container .in_title span, .right_container .in_title em {
	display: inline-block;
	font-family: "Times New Roman"
}
.right_container .in_title em {
	font-size: 25px;
	position: relative;
	top: -2px;
	margin-left: 20px
}
.s_swiper {
	height: 100%;
	padding-right: 3px
}
.s_swiper .swiper-slide {
	height: auto
}
.swiper-container-vertical>.swiper-scrollbar {
	width: 3px;
	right: 0
}
.swiper-scrollbar-drag {
	background: #d70d19
}
.brand_honor {
	position: relative;
	height: 325px;
	margin-bottom: 135px
}
.brand_honor .lbox {
	display: block;
	position: absolute;
	width: 120px;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #000000;
	line-height: 40px
}
.brand_honor .lbox p {
	margin-bottom: 8px;
	cursor: pointer;
	position: relative
}
.brand_honor .lbox p.on {
	font-size: 20px;
	font-weight: bold;
	color: #d70d19
}
.brand_honor .lbox p.on::before {
	background: #d70d19
}
.brand_honor .lbox p::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all 0.3s;
	background: #dddddd;
	position: absolute;
	right: 35px;
	top: 15px
}
.brand_honor .rbox {
	margin-left: 160px;
	height: 100%
}
.brand_honor .rbox .s_swiper {
	display: none
}
.brand_honor .rbox .s_swiper:nth-child(1) {
	display: block
}
.brand_honor .rbox .swiper-slide {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	color: #3b3b3b
}
.brand_honor .rbox .swiper-slide p {
	position: relative;
	margin-bottom: 20px;
	padding-left: 16px
}
.brand_honor .rbox .swiper-slide p::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d70d19;
	position: absolute;
	left: 0;
	top: 11.5px
}
.brand_q {
	overflow: hidden;
	min-height: 200px;
	position: relative
}
.brand_q .s_swiper {
	height: 180px;
	width: 240px;
	position: absolute;
	left: 0;
	top: 0
}
.brand_q .s_swiper p {
	position: relative;
	margin-bottom: 20px;
	padding-left: 16px;
	line-height: 30px;
	cursor: pointer;
	color: #3b3b3b;
	transition: all 0.3s
}
.brand_q .s_swiper p::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000000;
	position: absolute;
	left: 0;
	top: 11.5px;
	transition: all 0.3s
}
.brand_q .s_swiper p.on {
	color: #d70d19
}
.brand_q .s_swiper p.on::before {
	background: #d70d19
}
.brand_q .imgbox {
	margin-left: 410px
}
.brand_q .imgbox img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
.brand_q .imgbox .img {
	display: none
}
.brand_q .imgbox .img:nth-child(1) {
	display: block
}
.brand_q .imgbox p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 10px
}
.dashi_box {
	position: relative;
	min-height: 246px
}
.dashi_box .s_swiper {
	position: absolute;
	left: 0;
	top: 0;
	height: 246px;
	padding-right: 15px
}
.dashi_box .s_swiper p {
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
	width: 90px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	cursor: pointer
}
.dashi_box .s_swiper p.on {
	background: #d70d19;
	color: #fff;
	position: relative
}
.dashi_box .s_swiper p.on::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #d70d19;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -9px
}
.dashi_box .dashi_r_box {
	position: relative;
	padding-left: 75px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 155px
}
.dashi_box .dashi_r_box::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #dddddd;
	top: 0;
	left: 52px;
	position: absolute
}
.dashi_box .dashi_r_box>div {
	position: relative;
	margin-bottom: 30px
}
.dashi_box .dashi_r_box>div:last-child {
	margin-bottom: 0
}
.dashi_box .dashi_r_box .year {
	font-size: 23px;
	color: #d70d19;
	position: relative
}
.dashi_box .dashi_r_box .year::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff;
	border: 5px solid #d70d19;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	margin-top: -8.5px;
	left: -30px
}
.dashi_box .dashi_r_box .day {
	display: block;
	position: absolute;
	left: -74px;
	top: 6px;
	width: 51px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap
}
.dashi_box .dashi_r_box .day::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #666666;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	right: -7px
}
.dashi_box .dashi_r_box .des {
	background: #fff;
	margin-top: 22px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	color: #333333;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)
}
.dashi_box .dashi_r_box .des::after {
	content: "";
	display: block;
	width: 17px;
	height: 24px;
	position: absolute;
	background: url(../img/csha.png) no-repeat;
	left: -14px;
	top: 7px
}
.contact_swiper {
	padding-top: 15px;
	padding-bottom: 15px
}
.contact_swiper .swiper-slide {
	position: relative;
	height: 295px;
	
	transition: all 0.3s;
	transform: scale(0.95);
	padding:50px 10px 0;
}
.contact_swiper .swiper-slide.swiper-slide-active {
	z-index: 10;
	/*background: red;*/
	transform: scale(1.03)
}
.contact_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.contact_swiper .swiper-slide h3, .contact_swiper .swiper-slide p {
	position: relative;
	z-index: 5;
	text-align: center;
	color: #fff
}
.contact_swiper .swiper-slide h3 {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold
}
.contact_swiper .swiper-slide p {
	font-size: 16px;
	line-height: 30px
}
.contact_swiper .swiper-button-next, .contact_swiper .swiper-button-prev {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-top: -19px;
	background-size: 24% auto;
	border: 2px solid #fff
}
.contact_swiper .swiper-button-next:hover, .contact_swiper .swiper-button-prev:hover {
	background-color: #d70d19
}
.contact_swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 10px
}
.contact_swiper .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 10px
}
.contact_form {
	background: #f6f6f6;
	padding: 33px 66px;
	margin-top: 90px;
	border-radius: 10px
}
.contact_form .tt {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px
}
.contact_form .input {
	width: 47%;
	float: left;
	height: 48px;
	background: #fff;
	padding: 0 15px;
	margin-bottom: 20px;
	border-radius: 10px
}
.contact_form .input:nth-child(2n) {
	float: right
}
.contact_form .input:last-child {
	height: auto;
	width: 100%;
	margin-bottom: 0
}
.contact_form .input textarea {
	resize: none;
	background: none;
	border: none;
	font-size: 14px;
	width: 100%;
	color: #8d8d8d;
	height: 110px;
	padding: 15px 0
}
.contact_form .input select {
	background: url(../img/down.png) no-repeat right 18px center !important;
	padding-right: 35px
}
.contact_form .input .ele {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	color: #8d8d8d;
	font-size: 14px
}
.contact_form .btn {
	width: 150px;
	height: 45px;
	border-radius: 10px;
	background: #d70d19;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin-top: 24px
}
.zxkf {
	width: 60px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 99999
}
.zxkf .dh {
	margin-bottom: 2px;
	background-color: rgba(0,0,0,0.5);
	width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.zxkf .dh:hover {
	background-color: rgba(0,0,0,0.8);
	width: 210px
}
.zxkf .dh .tp {
	float: left;
	width: 60px;
	padding-top: 30px;
	height: 60px;
	background: rgba(0,0,0,0.5) url(../img/d_h.png) no-repeat center 10px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center
}
.zxkf .dh .wz {
	font-size: 20px;
	color: #fff;
	font-family: Arial;
	line-height: 60px;
	float: left;
	margin-left: 10px
}
.zxkf .qq {
	margin-bottom: 2px;
	background-color: rgba(0,0,0,0.5);
	width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.zxkf .qq:hover {
	background-color: rgba(0,0,0,0.8);
	width: 150px
}
.zxkf .qq .tp {
	float: left;
	width: 60px;
	padding-top: 30px;
	height: 60px;
	background: rgba(0,0,0,0.5) url(../img/q_q.png) no-repeat center 10px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center
}
.zxkf .qq .wz {
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	float: left;
	margin-left: 10px
}
.zxkf .qq .wz a {
	color: #fff
}
.zxkf .wb {
	margin-bottom: 2px;
	background-color: rgba(0,0,0,0.5);
	width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.zxkf .wb:hover {
	background-color: rgba(0,0,0,0.8);
	width: 150px
}
.zxkf .wb .tp {
	float: left;
	width: 60px;
	padding-top: 30px;
	height: 60px;
	background: rgba(0,0,0,0.5) url(../img/w_b.png) no-repeat center 10px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center
}
.zxkf .wb .wz {
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	float: left;
	margin-left: 10px
}
.zxkf .wb .wz a {
	color: #fff
}
.zxkf .wx {
	margin-bottom: 2px;
	background-color: rgba(0,0,0,0.8);
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.zxkf .wx:hover {
	background-color: rgba(0,0,0,0.8)
}
.zxkf .wx .tp {
	float: left;
	width: 60px;
	padding-top: 30px;
	height: 30px;
	background: url(../img/w_x.png) no-repeat center 10px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center
}
.zxkf .ewm {
	position: absolute;
	width: 120px;
	border: 1px solid #e7e7e7;
	left: -120px;
	bottom: 0;
	display: none
}
.zxkf .ewm img {
	width: 100%;
	height: auto;
	display:block;
}
.zxkf .wx:hover .ewm {
	display: block
}
.zxkf .fh {
	margin-bottom: 10px;
	background-color: rgba(176,31,36,0.8);
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	cursor: pointer;
	display: none
}
.zxkf .fh:hover {
	background-color: #ac0000
}
.zxkf .fh .tp {
	float: left;
	width: 60px;
	padding-top: 30px;
	height: 30px;
	background: url(../img/f_h.png) no-repeat center 10px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center
}

/*公司介绍*/
.company_con .pic {
	width:45%;
	float:left;
}
.company_con .pic img {
	width:100%;
	display:block;
}
.company_con .word {
	float:right;
	width:50%;
	font-size:14px;
	color:#585858;
	line-height:25px;
	margin-top:5px;
}
.company_con .word1 {
	font-size:14px;
	color:#585858;
	line-height:25px;
	margin-top:5px;
}

.company_con .word2 {
	width:100%;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#585858;
	line-height:25px;
	margin-bottom:25px;
}

/*成员*/
.leader_list li {
	width:175px;
	float:left;
	margin-left:1%;
	margin-right:5.5%;
	margin-bottom:45px;
}
.leader_list li:nth-child(4n) {
	margin-right:0;
}
.leader_list li .pic {
	width:100%;
	height:220px;
	display:block;
	overflow:hidden;
}
.leader_list li .pic img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.leader_list li .pic img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.leader_list li .word {
	text-align:center;
	padding:15px 0;
}
.leader_list li .word h3 {
	font-size:18px;
	font-weight:bold;
}
.leader_list li .word p {
	color:#717171;
	font-size:12px;
	margin-top:8px;
}
/*产品*/
.product_list li {
	width:31%;
	float:left;
	border:1px solid #eee;
	margin-bottom:25px;
	margin-right:3.5%;
}
.product_list li:nth-child(3n) {
	margin-right:0;
}
.product_list .pic {
	position:relative;
	height:215px;
	display:block;
	overflow:hidden;
}
.product_list .pic .btn {
	position:absolute;
	width:155px;
	left:50%;
	margin-left:-77px;
	top:-10%;
	margin-top:-20px;
	height:40px;
	border-radius:40px;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	line-height:40px;
	background:#d70d19;
	text-align:center;
	z-index:9;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity:0;
}
.product_list .pic:before {   
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  opacity:0;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}   
.product_list .pic:hover:before {
	opacity:1;
}
.product_list .pic:hover .btn {
	top:50%;
	opacity:1;
}
.product_list .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.product_list li p {
	line-height:63px;
	height:63px;
	font-size:16px;
	color:#505050;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
}
/*新闻*/	
.news_list li {
	line-height:48px;
	height:48px;
	border-bottom:1px dashed #acacac;
	font-size:16px;
}
.news_list li p {
	float:left;
	width:80%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li span {
	width:20%;
	text-align:right;
	padding:0 30px;
	color:#acacac;
	float:right;
}
/*分页*/
.pagination{width: 100%;height: 40px;line-height: 30px;margin-top: 30px;overflow: hidden;}
.pagination .mainpage{width:400px;float: right;overflow: hidden;}
.pagination .mainpage>p{margin-right: 20px; width: 65px;height: 30px; float: left;color: #83878A;font-size: 14px;}
.pagination .mainpage>p span{margin:0px 5px;}
.pagination .mainpage .pageBlock{width: 200px;height: 30px; overflow: hidden;float: left;}
.pagination .mainpage .pageLink{margin: 0 5px; float: left;overflow: hidden;height: 30px;border: none;box-sizing: border-box;}
.pagination .mainpage .pagePrev{margin: 0 10px 0 0; width: 25px;height: 30px;line-height: 30px;text-align: center; float: left;box-sizing: border-box;}
.pagination .mainpage .pageNext{margin: 0 0 0 10px; width: 25px;height: 30px;line-height: 30px;text-align: center; float: left;box-sizing: border-box;}
.pagination .mainpage .pageChoose{width: 77px;height: 30px;line-height: 30px;text-align: center; float: left;box-sizing: border-box;}
.pagination .mainpage button{margin-left: 10px; float: left;width:60px ;border: none; box-sizing: border-box;height:30px ;outline: none; border-radius:4px ;background:#d70d19 ;text-align: center;line-height: 30px;color: #FEFEFE;font-size: 13px;}

.pagination .mainpage .pageBlock{overflow: hidden;width: 150px;box-sizing: border-box;}
.pagination .mainpage .pagePrev,.pagination .mainpage .pageNext{cursor: pointer; box-sizing: border-box;border-radius: 3px;border: 1px #949393 solid;}
.pagination .mainpage .pageLink span{display: inline-block;float: left;margin: 0 5px;color:#83878A;font-size: 14px;}
.pagination .mainpage .pageLink input{display: inline-block;float: left;width: 30px;height:30px;line-height: 30px;text-align: center;border-radius: 3px; border: 1px #949393 solid;outline: none;}

.pagination .mainpage  .pageChoose{border-radius:3px;border: 1px #949393 solid;overflow: hidden;}
.pagination .mainpage  .pageChoose span{ float: left; display:block; width: 25px;height: 30px; box-sizing: border-box;border-right: 1px #949393 solid;}
.pagination .mainpage  .pageChoose span:nth-of-type(3){border: none!important;cursor: pointer;}
.pagination .mainpage  .pageChoose span:nth-of-type(1){cursor: pointer;}
.pagination .mainpage  .pageChoose img{margin: 4px 0 0 2px;width: 20px;height: 20px;}
.pagination .mainpage  .pagePrev img,.pagination .mainpage  .pageNext img{margin: 4px 0 0 2px;width: 20px;height: 20px;}

/*业务分布*/
.in_title.a1 {
	margin-bottom:40px;
}
.group_con h3{
	font-size:25px;
	color:#000;
	margin-bottom:30px;
}
.group_con li {
	float:left;
	margin-right:80px;
}
.group_con li:nth-child(3n) {
	margin:0;
}
.group_con li p {
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}
.group_con li h4 {
	color:#d70d19;
	font-size:40px;
}
.group_con li h4>div {
	display:inline-block;
}
.group_con li em {
	font-size:20px;
	font-weight:normal;
	position:relative;
	top:-20px;
}
.group_con li span {
	font-size:20px;
	color:#a3a3a3;
	font-weight:normal;
}
/*员工天地*/
.world_list li {
	width:31%;
	float:left;
	margin-right:3.5%;
	padding-bottom:20px;
}
.world_list li:nth-child(3n) {
	margin-right:0;
}
.world_list .pic {
	height:213px;
	width:100%;
	overflow:hidden;
}
.world_list .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.world_list .pic img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.world_list li p {
	font-size:14px;
	color:#333;
	margin:12px 0;
	height:38px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow:hidden;
}
@media (min-width: 992px) {
.nav li:hover .sub, .nav li.on .sub {
	opacity: 1;
	display: block;
	animation: moveup 0.5s;
	animation-fill-mode: forwards
}
.m_nav, .pcshow {
	display: none !important
}
.header_out {
	padding-top: 10px;
	padding-bottom: 10px
}
.header_out.on {
	top: 0;
	position: fixed;
	background:rgba(0,0,0,0.6);
}
}
@media (max-width: 1420px) {
	.leader_list li {
		margin-right:2.5%;
	}
	
}
@media (max-width: 1199px) {
.main {
	width: 992px
}
.head .nav li>a {
	padding: 0 25px
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-size: 30% auto;
	border-width: 2px
}
.home_title {
	padding-top: 60px;
	padding-bottom: 40px
}
footer .right ul {
	display: none
}
.home_title h3 {
	font-size: 26px
}
.home_a .row p {
	font-size: 20px
}
.home_b .left {
	display: none
}
.home_b .right {
	width: 100%
}
.home_c .swiper_box .swiper-button-next, .home_c .swiper_box .swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px
}
.home_c .swiper_box .box {
	padding: 0 60px
}
.right_container {
	margin-left: 270px
}
.brand_q .imgbox {
	margin-left: 250px
}
.product_list .pic {
	height:160px;
}
.product_list li p {
	font-size:14px;
	line-height:50px;
	height:50px;
}
.world_list .pic {
	height:170px;
}
}
@media (max-width: 991px) {
.head .nav {
	display: none
}
.main {
	width: 768px
}
body {
	padding-top: 94px
}
.logo_bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 49
}
.header_out {
	position: fixed;
	background: #000;
	width: auto;
	height: auto
}
.header_out .head {
	height: 70px;
	padding: 0;
	width: auto;
	height: auto
}
.logo_bar .head_op {
	display: none
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0
}
html.slide_nav {
	left: 450px
}
.header_out {
	transition: all 0.3s;
	left: 0
}
.header_out.slide_nav {
	left: 450px
}
.head .nav {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #d70d19;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s
}
.head .nav.on {
	left: 0
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-right: 55px
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999
}
.head .nav li {
	border-left: none
}
.head .nav li:nth-child(1) {
	border-bottom: 1px solid rgba(255,255,255,0.6)
}
.head .nav .nav_search {
	display: none
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #333;
	transition: all 0.3s
}
.nav_btn span:nth-of-type(1) {
	top: 0
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px
}
.nav_btn span:nth-of-type(3) {
	bottom: 0
}
.nav_btn.active span {
	background: #333
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg)
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg)
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #d70d19;
	transition: all 0.3s;
	padding: 150px 40px 0
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px
}
.m_nav.on {
	left: 0
}
footer .right {
	display: none
}
.logo_bar {
	background:rgba(255,255,255,0.6);
}
.sub_banner {
	padding-top: 250px
}
.sub_banner .main span {
	font-size: 40px
}
.sub_banner .main em {
	font-size: 20px;
	top: 0
}
.nav_left {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	left: 0;
	top: 0;
	overflow: auto;
	font-size: 0;
	white-space: nowrap
}
.nav_left .item {
	width: 33.3333%;
	display: inline-block;
	text-align: center
}
.nav_left .item img {
	display: none
}
.nav_left a::after {
	display: none
}
.right_container .in_title {
	font-size: 30px;
	margin-bottom: 40px
}
.right_container .in_title em {
	font-size: 20px;
	top: 0;
	margin-left: 15px
}
.right_container {
	margin-left: 0
}
.brand_honor {
	margin-bottom: 80px
}
.sub_container {
	padding-top: 30px
}
.contact_form {
	padding-right: 20px;
	padding-left: 20px
}
.zxkf {
	display: none
}
}
@media (max-width: 767px) {
.header_out.slide_nav {
	left: 300px
}
html.slide_nav {
	left: 300px
}
.head .nav {
	width: 300px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.head .nav {
	padding-right: 0;
	padding-left: 0
}
.head .nav li {
	padding-left: 26px
}
.header_out .head {
	height: 50px
}
body {
	padding-top: 70px
}
.head .nav li {
	margin-left: 0
}
.logo_bar .logo img {
	width: 250px
}
.logo_bar .logo {
	margin-left: 0;
	margin-top: 20px
}
.logo_bar {
	height: 70px
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px
}
.banner .swiper-button-next {
	right: 20px
}
.banner .swiper-button-prev {
	left: 20px
}
.home_title {
	padding-top: 40px
}
.home_title h3 {
	font-size: 20px
}
.home_a .row p {
	font-size: 16px
}
.home_a .row li {
	margin-bottom: 4px
}
.home_a .row a:hover {
	transform: translateY(0)
}
.home_b .right .tags .item {
	width: 50%;
	margin-bottom: 20px
}
.home_b .right .tags {
	margin-bottom: 20px
}
.home_b .right .ulbox li p {
	font-size: 15px
}
.home_c .tags .item {
	width: 32%;
	margin-right: 1%
}
.home_c .tags span {
	font-size: 12px
}
.home_c .swiper_box .swiper-button-next, .home_c .swiper_box .swiper-button-prev {
	width: 40px;
	height: 40px
}
.home_c .swiper_box {
	padding-bottom: 100px
}
.home_c .swiper_box .swiper-pagination-bullet {
	margin: 0 5px
}
.home_d .line {
	height: 2px
}
.home_d .path_box .dbtn::after {
	width: 2px;
	margin-left: -1px
}
.home_d .path_box .swiper-slide:nth-child(2n) {
	padding-top: 50px
}
.home_e li {
	margin-bottom: 25px
}
footer .left .code .in {
	width: 100%
}
footer .left .code .in img {
	margin-right: auto;
	margin-left: auto
}
.nav_left span {
	display: none
}
.nav_left .item {
	width: 45%
}
.nav_left {
	border-bottom: 2px solid #000
}
.nav_left a {
	padding-right: 0
}
.brand_honor .lbox {
	width: 100%;
	height: 250px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 40px;
	background: #eee;
	padding-left: 10px
}
.brand_honor .rbox {
	margin-left: 0;
	height: 350px
}
.brand_honor .rbox .swiper-slide {
	padding-top: 0
}
.brand_honor {
	height: auto;
	margin-bottom: 45px
}
.brand_honor .lbox p {
	padding-left: 40px
}
.brand_honor .lbox p::before {
	right: auto;
	left: 15px
}
.brand_q .s_swiper {
	width: 100%;
	position: relative;
	top: 0;
	left: 0
}
.brand_q .imgbox {
	margin-left: 0;
	margin-top: 30px
}
.sub_banner {
	padding-top: 150px
}
.dashi_box .s_swiper {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 40px
}
.dashi_box .s_swiper p {
	width: 100%
}
.dashi_box .dashi_r_box {
	margin-left: 0
}
.dashi_box .s_swiper p.on::after {
	display: none
}
.contact_swiper .swiper-slide p {
	font-size: 12px
}
.contact_swiper .swiper-slide h3 {
	font-size: 22px;
	margin-bottom: 30px
}
.contact_form .input {
	width: 100%
}
.nav_left p {
	font-size:14px;
}
.sub_container {
	min-height:inherit;
	padding-bottom:50px;
}
.company_con .pic,.company_con .word {
	float:none;
	width:100%;
}
.company_con .word {
	margin-top:10px;
}
.company_con .pic,.company_con .word1 {
	float:none;
	width:100%;
}
.company_con .word1 {
	margin-top:10px;
}
.company_con .word1 img {
	width:100%;
}
.leader_list li {
	width:49%;
	margin:0;
	margin-bottom:20px;
}
.leader_list li:nth-child(2n) {
	float:right;
}
.right_container .in_title {
    font-size: 24px;
}
.right_container .in_title em {
	font-size:18px;
}
.leader_list li .word {
    padding: 8px 0;
}
.product_list li {
    width: 49%;
	 margin-right: 2%;
	 margin-bottom:15px;
}
.product_list li:nth-child(3n) {
    margin-right: 2%;
}
.product_list li:nth-child(2n) {
    margin-right:0 !important;
}
.product_list .pic {
	height:125px;
}
.product_list .pic .btn {
	width:120px;
	height:30px;
	line-height:30px;
	margin-top:-15px;
	margin-left:-60px;
	font-size:12px;
}
.product_list li p {
	font-size:12px;
}
.news_list li span {
	padding:0;
	font-size:14px;
	width:30%;
}
.news_list li p {
	width:70%;
	font-size:14px;
}
.right_container .in_title.a1 {
	margin-bottom:20px;
}
.group_con h3 {
    font-size: 16px;
	margin-bottom:20px;
}
.group_con li {
	display:block;
	margin:0;
	float:none;
}
.group_con li h4 {
    color: #d70d19;
    font-size: 25px;
}
.group_con li em,.group_con li span{
    font-size: 16px;
}
.world_list li {
    width: 100%;
    float:none;
    margin-right: 0%;
	padding-bottom: 20px;
}
.world_list .pic {
	height:220px;
}
.mainpage>p {
	display:none;
}
.pagination .mainpage {
	width:100%;
}
}
