﻿@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	color: #666;
	text-decoration: none
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1440px
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.header {
	height: 108px;
	width: 100%;
	z-index: 8;
	position: relative;
	border-top: 3px solid #cf1c23;
	border-bottom: 1px solid #e9e9e9
}

.header .container {
	width: 1080px
}

.header .logo {
	padding: 9px 37px 0 0;
	overflow: hidden;
	float: left
}

.header .logo a {
	display: block;
	overflow: hidden
}

.header .logo a img {
	display: block;
	float: left
}

.header .logo a .text {
	margin-left: 18px;
	border-left: 1px solid #000;
	padding-left: 18px;
	line-height: 28px;
	float: left;
	margin-top: 14px
}

.header .logo a .text h3 {
	font-size: 24px;
	color: #cf1c23;
	font-weight: bold
}

.header .logo a .text p {
	font-size: 20px;
	color: #666
}

.header .phone {
	float: right;
	font-size: 20px;
	color: #666;
	padding-left: 23px;
	background: url(../images/phone.png) no-repeat center left;
	background-size: 18px;
	line-height: 46px;
	margin-top: 39px
}

.header .phone span {
	font-size: 36px;
	color: #cf1c23;
	font-family: "circular-bold";
	display: inline-block;
	vertical-align: top
}

.header .phone span a {
	color: #cf1c23
}

.nav {
	position: relative;
	z-index: 6
}

.nav .container {
	width: 1080px
}

.nav ul li {
	float: left;
	padding: 0 20px 0 17px;
	position: relative
}

.nav ul li a {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #333;
	line-height: 57px;
	padding: 0 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	transition: .5s
}

.nav ul li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #cf1c23;
	transition: .3s
}

.nav ul li .subnav1 {
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	z-index: -1;
	display: block;
	white-space: nowrap;
	padding-top: 17px;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.77,0,0.175,1);
	transition: .5s cubic-bezier(0.77,0,0.175,1);
	visibility: hidden
}

.nav ul li .subnav1 .subnav-info {
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	padding: 57px 0
}

.nav ul li .subnav1 ul li {
	margin: 0;
	padding: 0 8px;
	width: 25%
}

.nav ul li .subnav1 ul li a {
	color: #000;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-weight: normal
}

.nav ul li .subnav1 ul li a:after {
	display: none
}

.nav ul li .subnav1 ul li a .pic {
	border: 1px solid #e9e9e9;
	width: 100%;
	background: #fff
}

.nav ul li .subnav1 ul li a .pic img {
	transition: .5s
}

.nav ul li .subnav1 ul li a .pic:after {
	padding-bottom: 86.41975308641976%
}

.nav ul li .subnav1 ul li a .bt {
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 60px
}

.nav ul li .subnav {
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	z-index: -1;
	display: block;
	white-space: nowrap;
	padding-top: 17px;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(0.77,0,0.175,1);
	transition: .5s cubic-bezier(0.77,0,0.175,1);
	visibility: hidden
}

.nav ul li .subnav ul {
	overflow: hidden;
	padding: 11px 0;
	border-bottom: 2px solid #cf1c23;
	background: rgba(255,255,255,0.9)
}

.nav ul li .subnav ul li {
	float: none;
	margin: 0;
	padding: 0
}

.nav ul li .subnav ul li a {
	color: #000;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-weight: normal
}

.nav ul li .subnav ul li a:after {
	display: none
}

.nav ul .dot {
	position: static
}

.nav ul .active>a {
	color: #cf1c23
}

.nav ul .active>a:after {
	width: 100%
}

.phone-nav {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666;
	z-index: 15
}

.phone-nav img {
	height: 22px;
	margin-top: 23px;
	display: block
}

#menu .phone {
	font-size: 14px;
	color: #666;
	padding-left: 23px;
	background: url(../images/phone.png) no-repeat center left;
	background-size: 18px;
	line-height: 46px;
	margin-top: 10px;
	margin-left: 20px
}

#menu .phone span {
	font-size: 18px;
	color: #cf1c23;
	font-family: "circular-bold";
	display: inline-block;
	vertical-align: top
}

#menu .phone span a {
	color: #cf1c23
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1
}

.home-banner .home-banner-slick {
	overflow: hidden
}

.home-banner .home-banner-slick .slick-slide {
	position: relative
}

.home-banner .home-banner-slick .slick-dots {
	z-index: 10;
	bottom: 37px;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	padding-right: 0
}

.home-banner .home-banner-slick .slick-dots li {
	margin: 0 6px;
	padding: 0;
	width: 20px;
	height: 20px
}

.home-banner .home-banner-slick .slick-dots li button {
	width: 20px;
	height: 20px;
	display: block;
	background: 0;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
	background: #f69f02;
	border: 3px solid #f69f02
}

.home-banner .home-banner-slick .slick-dots .slick-active button:before {
	color: transparent
}

.home-banner .home-banner-slick-phone {
	overflow: hidden;
	display: none
}

.home-banner .home-banner-slick-phone .slick-slide {
	position: relative
}

.home-banner .home-banner-slick-phone .slick-dots {
	z-index: 10;
	bottom: 17px;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	padding-right: 0
}

.home-banner .home-banner-slick-phone .slick-dots li {
	margin: 0 6px;
	padding: 0;
	width: 10px;
	height: 10px
}

.home-banner .home-banner-slick-phone .slick-dots li button {
	width: 10px;
	height: 10px;
	display: block;
	background: 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
	content: ""
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
	background: #f69f02;
	border: 1px solid #f69f02
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button:before {
	color: transparent
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2
}

.inbanner .inbanner-slick {
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick img {
	text-align: center;
	margin: 0 auto;
	display: block;
	transition: 5s;
	animation: mymove4 5s
}

.inbanner .inbanner-slick-phone {
	display: none;
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick-phone img {
	display: block
}

@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}

.page {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
	font-size: 0;
	font-size: 14px;
	color: #666
}

.page a {
	color: #666;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	height: 27px;
	padding: 0 10px;
	margin: 0 3px 5px 3px;
	font-family: arial;
	background: #fff;
	border: 1px #cbcbcb solid;
	-webkit-transition: all .5s;
	transition: all .5s
}

.page span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	height: 27px;
	padding: 0 10px;
	margin: 0 3px 5px 3px;
	font-family: arial;
	background: #cf1c23;
	border: 1px #cbcbcb solid;
	-webkit-transition: all .5s;
	transition: all .5s
}

.page a.cpb {
	background: #cf1c23;
	border: 1px #cf1c23 solid;
	color: #fff
}

.home-search {
	padding: 13px 0 11px 0;
	overflow: hidden
}

.home-search .keys {
	float: left;
	font-size: 12px;
	line-height: 34px;
	margin-left: 100px;
	position: relative;
	padding-left: 99px
}

.home-search .keys span {
	color: #666;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0
}

.home-search .keys a {
	color: #666;
	max-width: 240px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 21px;
	display: block;
	float: left
}

.home-search .search-right {
	float: right;
	height: 34px;
	width: 355px;
	margin-right: 100px;
	position: relative;
	background: url(../images/search.png) no-repeat 11px center;
	background-size: 17px
}

.home-search .search-right input {
	border: 1px solid #ddd;
	height: 34px;
	padding: 4px 65px 4px 35px;
	font-size: 14px;
	color: #a0aec0;
	width: 100%;
	background: 0
}

.home-search .search-right .submit {
	width: 55px;
	height: 34px;
	overflow: hidden;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #eb6212;
	color: #fff;
	text-align: center;
	line-height: 34px
}

.home-search .current {
	font-size: 12px;
	line-height: 34px;
	color: #666;
	float: left;
	background: url(../images/home.png) no-repeat left 11px;
	background-size: 12px;
	padding-left: 20px
}

.home-search .current b {
	font-weight: normal;
	color: #cf1c23
}

.home-features {
	padding: 50px 0 59px 0;
	background: #ededed
}

.home-features .home-title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	width: 410px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	background: #cf1c23;
	position: relative;
	z-index: 3
}

.home-features .hf-info {
	position: relative
}

.home-features .hf-info:after {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	border: 3px solid #cf1c23;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 1;
	height: 132px;
	content: '';
	display: block
}

.home-features .hf-info:before {
	position: absolute;
	top: 30px;
	left: 1.5%;
	width: 97%;
	border-bottom: 15px solid #ededed;
	z-index: 2;
	height: 134px;
	content: '';
	display: block
}

.home-features ul {
	padding-top: 47px;
	overflow: hidden;
	position: relative;
	z-index: 3
}

.home-features ul li {
	width: 11.11111111111111%;
	float: left;
	cursor: pointer
}

.home-features ul li .box {
	transition: .5s
}

.home-features ul li .box .pic {
	width: 70px;
	height: 70px;
	margin: 0 auto
}

.home-features ul li .box .bt {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 12px;
	padding: 0 5px
}

.home-title1 {
	text-align: center
}

.home-title1 .h3 {
	font-size: 42px;
	color: #333;
	font-weight: bold;
	line-height: 55px
}

.home-title1 .h3:before {
	content: '';
	display: inline-block;
	width: 119px;
	height: 4px;
	background: #cf1c23;
	vertical-align: middle;
	margin-right: 20px
}

.home-title1 .h3:after {
	content: '';
	display: inline-block;
	width: 119px;
	height: 4px;
	background: #cf1c23;
	vertical-align: middle;
	margin-left: 20px
}

.home-title1 .h3 span {
	color: #cf1c23
}

.home-title1 .p {
	font-size: 30px;
	color: #666;
	line-height: 31px
}

.home-title1 .ph {
	font-size: 26px;
	color: #666;
	line-height: 36px;
	margin-top: 7px
}

.home-title1 .p1 {
	font-size: 30px;
	color: #666;
	line-height: 31px;
	display: inline-block;
	padding-bottom: 18px;
	border-bottom: 3px solid #cf1c23
}

.home-title1 .p2 {
	font-size: 30px;
	color: #666;
	line-height: 31px;
	display: inline-block;
	padding-bottom: 35px;
	background: url("../images/dot01.png") no-repeat bottom center;
	background-size: 30px
}

.home-system {
	padding: 60px 0 49px 0;
	overflow: hidden
}

.home-system .home-bottom {
	padding-top: 41px
}

.home-system .home-bottom ul {
	margin: 0 -10px
}

.home-system .home-bottom ul li {
	width: 50%;
	float: left;
	padding: 0 10px
}

.home-system .home-bottom ul li .box {
	border: 8px solid #cf1c23
}

.home-system .home-bottom ul li .box .pic img {
	transition: .5s
}

.home-system .home-bottom ul li .box .pic:after {
	padding-bottom: 55.90778097982709%
}

.home-system .home-bottom ul li .box .bt {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	line-height: 104px;
	background: #cf1c23
}

.home-product {
	padding-bottom: 79px;
	overflow: hidden
}

.home-product .home-bottom {
	padding-top: 46px
}

.home-product .home-bottom ul {
	margin: 0 -9px;
	position: relative
}

.home-product .home-bottom ul .slick-list {
	overflow: hidden;
	position: relative
}

.home-product .home-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 9px
}

.home-product .home-bottom ul li .box .pic {
	border: 2px solid #e0e0e0;
	transition: .5s
}

.home-product .home-bottom ul li .box .pic img {
	transition: .5s
}

.home-product .home-bottom ul li .box .pic:after {
	padding-bottom: 72.14076246334311%
}

.home-product .home-bottom ul li .box .bt {
	line-height: 55px;
	margin-top: 1px;
	text-align: center;
	color: #fff;
	background: #cf1c23;
	font-size: 20px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-product .home-bottom .slick-prev:before,.home-product .home-bottom .slick-next:before {
	content: ''
}

.home-product .home-bottom .slick-prev,.home-product .home-bottom .slick-next {
	width: 45px;
	height: 45px;
	margin-top: -60px;
	border-radius: 50%;
	z-index: 9
}

.home-product .home-bottom .slick-prev {
	left: -14px;
	background: #cf1c23 url("../images/left.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-product .home-bottom .slick-next {
	right: -14px;
	background: #cf1c23 url("../images/right.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-tedian {
	padding: 93px 0 96px 0;
	overflow: hidden;
	position: relative;
	background: #eee
}

.home-tedian:after {
	content: '';
	display: block;
	width: 100%;
	height: 309px;
	background: url("../images/bg1.png") no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.home-tedian .home-bottom {
	padding-top: 43px;
	position: relative;
	z-index: 2
}

.home-tedian .home-bottom ul {
	padding: 0 127px;
	position: relative
}

.home-tedian .home-bottom ul:after {
	content: '';
	display: block;
	top: 92px;
	height: 1px;
	width: 100%;
	background: #cf1c23;
	position: absolute;
	left: 0;
	z-index: -1
}

.home-tedian .home-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 27px;
	position: relative;
	z-index: 3;
	cursor: pointer
}

.home-tedian .home-bottom ul li .pic {
	width: 186px;
	height: 186px;
	border-radius: 50%;
	border: 7px solid #dd4825;
	margin: 0 auto
}

.home-tedian .home-bottom ul li .pic img {
	transition: .5s
}

.home-tedian .home-bottom ul li .text {
	padding-top: 25px
}

.home-tedian .home-bottom ul li .text .bt {
	color: #343434;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 39px
}

.home-tedian .home-bottom ul li .text .jsh {
	background: #fff;
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 22px 18px;
	font-size: 18px;
	color: #343434;
	line-height: 32px;
	height: 180px
}

.home-tedian .home-bottom ul li .text .jsh p {
	height: 128px;
	overflow: hidden
}

.home-tedian .home-bottom ul li .text .jsh:after,.home-tedian .home-bottom ul li .text .jsh:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	width: 0
}

.home-tedian .home-bottom ul li .text .jsh:after {
	border-width: 12px;
	border-bottom-color: #fff;
	top: -24px
}

.home-tedian .home-bottom ul li .text .jsh:before {
	border-width: 13px;
	border-bottom-color: #d8d8d8;
	top: -27px;
	margin-left: -15px
}

.home-tedian .home-bottom .slick-prev:before,.home-tedian .home-bottom .slick-next:before {
	content: ''
}

.home-tedian .home-bottom .slick-prev,.home-tedian .home-bottom .slick-next {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 9;
	top: 82px
}

.home-tedian .home-bottom .slick-prev {
	left: 0;
	background: #cf1c23 url("../images/left.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-tedian .home-bottom .slick-next {
	right: 0;
	background: #cf1c23 url("../images/right.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-area {
	padding: 93px 0 0 0
}

.home-area .home-bottom {
	padding-top: 43px;
	overflow: hidden
}

.home-area .home-bottom .list {
	width: 1080px;
	margin: 0 auto
}

.home-area .home-bottom .list ul {
	text-align: center;
	font-size: 0
}

.home-area .home-bottom .list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px
}

.home-area .home-bottom .list ul li a {
	display: block;
	height: 40px;
	width: 200px;
	line-height: 38px;
	text-align: center;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #343434;
	border: 1px solid #cdcdcd;
	transition: .5s
}

.home-area .home-bottom .list ul .on a {
	color: #fff;
	border: 1px solid #cf1c23;
	background: #cf1c23
}

.home-area .home-bottom .show {
	padding-top: 20px;
	overflow: hidden
}

.home-area .home-bottom .show .info {
	display: none
}

.home-area .home-bottom .show ul {
	margin: 0 -10px
}

.home-area .home-bottom .show ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 26px
}

.home-area .home-bottom .show ul li .box .pic img {
	transition: .5s
}

.home-area .home-bottom .show ul li .box .pic:after {
	padding-bottom: 72.46376811594203%
}

.home-area .home-bottom .show ul li .box .bt {
	margin-top: 1px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	background: #cf1c23
}

.home-youshi {
	padding: 31px 0 3px 0;
	overflow: hidden
}

.home-youshi .home-bottom {
	padding-top: 53px;
	overflow: hidden
}

.home-youshi .home-bottom ul li {
	width: 100%;
	margin-bottom: 36px;
	overflow: hidden
}

.home-youshi .home-bottom ul li .box .left {
	width: 50.86%;
	float: left;
	padding-left: 68px
}

.home-youshi .home-bottom ul li .box .left .h-honor {
	margin: 0 -3px;
	width: 100%
}

.home-youshi .home-bottom ul li .box .left .item {
	padding: 0 3px;
	width: 50%;
	float: left;
	margin-bottom: 6px
}

.home-youshi .home-bottom ul li .box .left a {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 11px;
	display: block;
	overflow: hidden
}

.home-youshi .home-bottom ul li .box .left a .pic {
	width: 100%
}

.home-youshi .home-bottom ul li .box .left a .pic img {
	transition: .5s
}

.home-youshi .home-bottom ul li .box .left a .pic:after {
	padding-bottom: 71.38157894736842%
}

.home-youshi .home-bottom ul li .box .text {
	float: right;
	width: 45.4%;
	padding-top: 18px;
	padding-right: 77px
}

.home-youshi .home-bottom ul li .box .text .bt {
	position: relative;
	padding-left: 90px;
	border-bottom: 3px solid #e2e2e2;
	padding-bottom: 26px;
	margin-bottom: 27px
}

.home-youshi .home-bottom ul li .box .text .bt span {
	width: 70px;
	height: 89px;
	position: absolute;
	top: 0;
	left: 2px;
	background: url("../images/huo.png") no-repeat center center;
	background-size: 70px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding-top: 36px;
	font-family: "SourceHanSerifCN-Heavy"
}

.home-youshi .home-bottom ul li .box .text .bt .title {
	font-size: 36px;
	color: #cf1c23;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-youshi .home-bottom ul li .box .text .bt .p {
	font-size: 24px;
	color: #343434;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-youshi .home-bottom ul li .box .text .jsh {
	font-size: 22px;
	color: #343434;
	line-height: 28px
}

.home-youshi .home-bottom ul li .box .text .jsh p {
	background: url(../images/dot.png) no-repeat left 8px;
	padding-left: 24px;
	margin-bottom: 28px
}

.home-youshi .home-bottom ul li .box .text .jsh span {
	color: #cf1c23;
	font-weight: bold
}

.home-youshi .home-bottom ul .youshi2 {
	margin-bottom: 22px
}

.home-youshi .home-bottom ul .youshi2 .box .left {
	float: right;
	padding-right: 57px;
	padding-left: 0;
	text-align: right
}

.home-youshi .home-bottom ul .youshi2 .box .left img {
	display: block
}

.home-youshi .home-bottom ul .youshi2 .box .text {
	float: left;
	padding-top: 103px;
	padding-left: 68px;
	padding-right: 0
}

.home-youshi .home-bottom ul .youshi3 {
	margin-bottom: 0
}

.home-youshi .home-bottom ul .youshi3 .box .left {
	padding-left: 53px
}

.home-youshi .home-bottom ul .youshi3 .box .left img {
	display: block
}

.home-youshi .home-bottom ul .youshi3 .box .text {
	padding-top: 51px
}

.home-about {
	padding: 132px 0 299px 0;
	overflow: hidden;
	background: url("../images/bg2.png") no-repeat top center
}

.home-about .home-bottom {
	padding: 20px 18px 27px 18px;
	margin-top: 36px;
	border-bottom: 10px solid #cf1c23;
	overflow: hidden;
	background: #fff
}

.home-about .home-bottom .avideo {
	float: left;
	width: 49.93%
}

.home-about .home-bottom .avideo .pic img {
	transition: .5s
}

.home-about .home-bottom .avideo .pic:after {
	padding-bottom: 59.91440798858773%
}

.home-about .home-bottom .avideo .pic .hover {
	background: url("../images/avideo.png") no-repeat center center;
	background-size: 97px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-about .home-bottom .text {
	float: right;
	width: 46.5%;
	padding-top: 26px;
	padding-right: 32px
}

.home-about .home-bottom .text .bt {
	font-size: 30px;
	color: #cf1c23;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 22px
}

.home-about .home-bottom .text .jsh {
	font-size: 16px;
	line-height: 35px;
	color: #666;
	height: 245px;
	overflow: hidden;
	margin-bottom: 29px
}

.home-about .home-bottom .text .more a {
	width: 133px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #cf1c23;
	border-radius: 30px;
	display: block;
	color: #cf1c23;
	background: #f4f4f4;
	transition: .5s
}

.home-about .home-bottom .ha-top {
	overflow: hidden;
	margin-bottom: 33px
}

.home-about .home-bottom .ha-bottom {
	position: relative;
	overflow: hidden
}

.home-about .home-bottom .ha-bottom ul {
	margin: 0 -10px
}

.home-about .home-bottom .ha-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 10px
}

.home-about .home-bottom .ha-bottom ul li .pic img {
	transition: .5s
}

.home-about .home-bottom .ha-bottom ul li .pic:after {
	padding-bottom: 69.94047619047619%
}

.home-about .home-bottom .ha-bottom ul li .bt {
	color: #555;
	font-size: 24px;
	line-height: 63px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.home-about .home-bottom .ha-bottom .slick-prev:before,.home-about .home-bottom .ha-bottom .slick-next:before {
	content: ''
}

.home-about .home-bottom .ha-bottom .slick-prev,.home-about .home-bottom .ha-bottom .slick-next {
	width: 37px;
	height: 46px;
	z-index: 9;
	top: 91px
}

.home-about .home-bottom .ha-bottom .slick-prev {
	left: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: rgba(0,0,0,0.8) url("../images/left.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-about .home-bottom .ha-bottom .slick-next {
	right: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: rgba(0,0,0,0.8) url("../images/right.png") no-repeat center center!important;
	background-size: 18px!important
}

.home-news {
	padding: 68px 0 0 0;
	overflow: hidden
}

.home-news .home-bottom {
	margin: 0 -22px;
	padding-top: 48px;
	overflow: hidden;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0
}

.home-news .home-bottom .item {
	padding: 0 22px;
	width: 36.35%;
	float: left
}

.home-news .home-bottom .item .title {
	border: 2px solid #cf1c23;
	overflow: hidden;
	margin-bottom: 13px
}

.home-news .home-bottom .item .title .l {
	float: left;
	padding: 3px 10px 5px 7px;
	position: relative;
	background: #cf1c23
}

.home-news .home-bottom .item .title .l:after {
	width: 0;
	height: 0;
	border-bottom: 38px solid #cf1c23;
	border-right: 19px solid transparent;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -19px
}

.home-news .home-bottom .item .title .pic {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 9px
}

.home-news .home-bottom .item .title h3 {
	font-size: 20px;
	color: #fff;
	line-height: 29px;
	float: left;
	width: 93px;
	margin-right: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .home-bottom .item .title span {
	display: block;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff
}

.home-news .home-bottom .item .title a {
	line-height: 38px;
	float: right;
	display: block;
	color: #333;
	margin-right: 16px;
	text-transform: uppercase
}

.home-news .home-bottom .item .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px
}

.home-news .home-bottom .item .img img {
	display: block
}

.home-news .home-bottom .item .img:after {
	content: '';
	display: block;
	padding-bottom: 57.25806451612903%
}

.home-news .home-bottom .item .list ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	background: url("../images/dot2.png") no-repeat center left;
	padding-left: 10px;
	padding-right: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-news .home-bottom .item .list ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #ababab;
	font-family: arial
}

.home-news .home-bottom .item .list1 ul li {
	margin-bottom: 25px;
	overflow: hidden
}

.home-news .home-bottom .item .list1 ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 34px
}

.home-news .home-bottom .item .list1 ul li a .box {
	position: relative;
	padding-left: 212px;
	height: 115px
}

.home-news .home-bottom .item .list1 ul li a .box .pic {
	width: 182px;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0
}

.home-news .home-bottom .item .list1 ul li a .box .pic img {
	transition: .5s
}

.home-news .home-bottom .item .list1 ul li a .box .text .bt {
	font-size: 18px;
	color: #1a1b1b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 26px;
	margin-bottom: 6px
}

.home-news .home-bottom .item .list1 ul li a .box .text .jsh {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	word-wrap: break-word
}

.home-news .home-bottom .item .list1 ul li a .box .text .date {
	font-size: 14px;
	color: #b4b4b4;
	font-family: arial
}

.home-news .home-bottom .item .list2 {
	margin-top: 26px;
	overflow: hidden
}

.home-news .home-bottom .item .list2 ul {
	height: 405px;
	overflow: hidden
}

.home-news .home-bottom .item .list2 ul li {
	margin-bottom: 26px;
	overflow: hidden
}

.home-news .home-bottom .item .list2 ul li .pic {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0
}

.home-news .home-bottom .item .list2 ul li .bt {
	position: relative;
	height: 60px;
	margin-bottom: 24px;
	padding-left: 15px
}

.home-news .home-bottom .item .list2 ul li .bt .pic {
	left: 0
}

.home-news .home-bottom .item .list2 ul li .bt p {
	color: #333;
	font-size: 14px;
	line-height: 58px;
	padding-left: 66px;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 30px
}

.home-news .home-bottom .item .list2 ul li .jsh {
	position: relative;
	height: 60px;
	padding-right: 15px
}

.home-news .home-bottom .item .list2 ul li .jsh .pic {
	right: 0
}

.home-news .home-bottom .item .list2 ul li .jsh .nr {
	padding: 10px 59px 10px 23px;
	border-radius: 30px;
	background: #f7f7f7
}

.home-news .home-bottom .item .list2 ul li .jsh p {
	color: #737373;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden
}

.home-news .home-bottom .item:nth-child(2) {
	width: 37.8%
}

.home-news .home-bottom .item:nth-child(3) {
	width: 25.8%
}

.home-link {
	padding: 30px 0
}

.home-link .link-title {
	font-size: 18px;
	color: #333;
	margin-bottom: 28px
}

.home-link .link-title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #cf1c23;
	float: left
}

.home-link .jsh {
	font-size: 14px;
	color: #777;
	line-height: 30px;
	margin: 0 -10px
}

.home-link .jsh a {
	color: #777;
	max-width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.footer-top {
	padding: 46px 0 28px 0;
	overflow: hidden;
	background: #201714
}

.footer-top .container {
	width: 1080px
}

.footer-top .left {
	float: left;
	width: 300px;
	margin-right: 125px
}

.footer-top .left .lt {
	border-top: 2px solid #403634;
	border-bottom: 2px solid #403634;
	overflow: hidden;
	padding: 12px 0
}

.footer-top .left ul {
	width: 67%;
	float: left
}

.footer-top .left ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/dot5.png") no-repeat center left;
	padding-left: 11px;
	line-height: 30px;
	padding-right: 5px;
	font-size: 12px;
	color: #897d7d
}

.footer-top .left ul:nth-child(2) {
	width: 33%
}

.footer-top .left .dh {
	font-size: 14px;
	color: #897d7d;
	font-weight: bold;
	line-height: 52px
}

.footer-top .left .dh span {
	font-size: 24px;
	color: #fbc500;
	font-family: "Circular-Book";
	font-weight: normal;
	display: inline-block;
	vertical-align: top
}

.footer-top .left .dh span a {
	color: #fbc500
}

.footer-top .center {
	float: left;
	width: 268px
}

.footer-top .center .ct {
	font-size: 14px;
	color: #897d7d;
	border-top: 2px solid #403634;
	border-bottom: 2px solid #403634;
	overflow: hidden;
	padding: 12px 0;
	line-height: 30px
}

.footer-top .center .ct span {
	font-weight: bold
}

.footer-top .center .ct a {
	color: #897d7d
}

.footer-top .center .dz {
	font-size: 14px;
	color: #897d7d;
	font-weight: bold;
	line-height: 52px
}

.footer-top .center .dz span {
	color: #fbc500
}

.footer-top .right {
	float: right;
	width: 275px
}

.footer-top .right .item {
	width: 50%;
	float: left;
	padding-top: 16px
}

.footer-top .right .item .img {
	padding: 7px 14px;
	background: url("../images/dot6.png") no-repeat top left
}

.footer-top .right .item .pic {
	width: 114px;
	height: 114px
}

.footer-top .right .item .bt {
	text-align: center;
	color: #909090;
	font-size: 12px
}

.footer-top .right .item:nth-child(2) .img {
	background: url("../images/dot6.png") no-repeat bottom right
}

.footer-bottom {
	text-align: center;
	color: #dfcece;
	padding: 16px 0;
	background: #cf1c23
}

.inmain-title {
	padding: 49px 0 43px 0;
	overflow: hidden;
	background: #ededed
}

.inmain-title .list {
	text-align: center;
	font-size: 0;
	margin-top: 42px;
	padding: 0 70px;
	position: relative;
	height: 40px;
	overflow: hidden
}

.inmain-title .list .slick-list {
	overflow: hidden;
	height: 45px;
	width: 100%
}

.inmain-title .list .slick-track {
	margin: 0 auto
}

.inmain-title .list li {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	width: 16.666666666666668%
}

.inmain-title .list li a {
	display: block;
	height: 40px;
	line-height: 38px;
	border: 1px solid #cdcdcd;
	color: #343434;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
	background: #fff;
	transition: .5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.inmain-title .list .active a {
	border: 1px solid #cf1c23;
	color: #fff;
	background: #cf1c23
}

.inmain-title .slick-prev:before,.inmain-title .slick-next:before {
	content: ''
}

.inmain-title .slick-prev,.inmain-title .slick-next {
	width: 67px;
	height: 40px;
	margin-top: 0;
	top: 0;
	z-index: 9;
	transition: .5s
}

.inmain-title .slick-prev {
	left: 0;
	background: url("../images/left1.png") no-repeat center center!important;
	background-size: 67px!important
}

.inmain-title .slick-next {
	right: 0;
	background: url("../images/right1.png") no-repeat center center!important;
	background-size: 67px!important
}

.honor {
	overflow: hidden;
	padding: 55px 0
}

.honor ul li {
	padding: 0 57px 26px 57px;
	width: 25%;
	float: left;
	border-bottom: 1px solid #d2d6ee;
	position: relative;
	margin-bottom: 51px
}

.honor ul li:after {
	content: '';
	display: block;
	width: 1px;
	background: #d2d6ee;
	height: 247px;
	position: absolute;
	bottom: 0;
	right: 0
}

.honor ul li .box .pic {
	border: 1px solid #d2d6ee
}

.honor ul li .box .pic img {
	transition: .5s
}

.honor ul li .box .pic:after {
	padding-bottom: 149.3827160493827%
}

.honor ul li .box .bt {
	font-size: 16px;
	text-align: center;
	color: #381b30;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	line-height: 26px;
	margin-top: 21px
}

.honor ul li:nth-child(4n):after {
	display: none
}

.honor ul .odd .box .pic:after {
	padding-bottom: 67.48971193415638%
}

.rd {
	padding: 68px 0 0 0;
	overflow: hidden
}

.rd .rd-top {
	position: relative;
	min-height: 384px;
	padding-top: 75px;
	margin-bottom: 32px
}

.rd .rd-top .pic {
	position: absolute;
	top: 0;
	left: 50%;
	width: 384px;
	height: 384px;
	margin-left: -192px;
	z-index: 3
}

.rd .rd-top ul li {
	width: 50%;
	float: left;
	padding: 0 206px 0 152px;
	font-size: 18px;
	font-weight: bold;
	color: #343434;
	position: relative;
	z-index: 1;
	margin-bottom: 132px
}

.rd .rd-top ul li span {
	color: #cf1c23
}

.rd .rd-top ul li .box {
	line-height: 24px;
	border-bottom: 1px solid #c8c8c8;
	text-align: right;
	height: 54px
}

.rd .rd-top ul li:nth-child(2n) {
	float: right
}

.rd .rd-top ul li:nth-child(2n) .box {
	text-align: left
}

.rd .rd-top ul li:nth-child(2) {
	padding: 0 180px 0 193px
}

.rd .rd-top ul li:nth-child(3) {
	margin: 0;
	padding: 0 150px 0 152px
}

.rd .rd-top ul li:nth-child(3) .box {
	padding-right: 51px
}

.rd .rd-top ul li:nth-child(4) {
	margin: 0;
	padding: 0 150px 0 152px
}

.rd .rd-top ul li:nth-child(4) .box {
	padding-left: 35px
}

.rd .rd-bottom .item {
	overflow: hidden;
	margin-bottom: 55px
}

.rd .rd-bottom .bt {
	height: 45px;
	border-left: 4px solid #e7611a;
	padding-left: 2px;
	margin-bottom: 37px
}

.rd .rd-bottom .bt .p {
	position: relative;
	line-height: 45px;
	font-size: 24px;
	color: #fff;
	padding: 0 45px;
	display: inline-block;
	vertical-align: top;
	background: #cf1c23
}

.rd .rd-bottom .bt .p .pic {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 12px;
	left: 12px
}

.rd .rd-bottom .bt .p:after {
	content: '';
	display: block;
	width: 20px;
	height: 45px;
	position: absolute;
	top: 0;
	right: -20px;
	background: url("../images/dot8.png") no-repeat center center
}

.rd .rd-bottom ul {
	margin: 0 -11px
}

.rd .rd-bottom ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 11px
}

.rd .rd-bottom ul li .pic img {
	transition: .5s
}

.rd .rd-bottom ul li .pic:after {
	padding-bottom: 69.89247311827957%
}

.inmain .home-search .search-right {
	margin-right: 0
}

.video {
	padding: 46px 0;
	overflow: hidden
}

.video .home-title1 .h3 {
	margin-bottom: 13px
}

.video .video-bottom {
	padding-top: 71px
}

.video .video-bottom ul {
	margin: 0 -15px 33px -15px;
	overflow: hidden
}

.video .video-bottom ul li {
	float: left;
	width: 33.333333333333336%;
	padding: 0 15px;
	margin-bottom: 45px;
	overflow: hidden
}

.video .video-bottom ul li .box .pic img {
	transition: .5s
}

.video .video-bottom ul li .box .pic:after {
	padding-bottom: 71.73913043478261%
}

.video .video-bottom ul li .box .pic .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4) url("../images/video1.png") no-repeat center center;
	background-size: 82px
}

.video .video-bottom ul li .box .text {
	line-height: 56px;
	background: url("../images/v.png") no-repeat center left;
	background-size: 29px;
	position: relative;
	padding-right: 70px;
	font-size: 16px;
	color: #333;
	padding-left: 37px;
	border-bottom: 1px solid #e0e0e0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.video .video-bottom ul li .box .text .yan {
	background: url("../images/yan.png") no-repeat center left;
	background-size: 20px;
	font-size: 14px;
	color: #949494;
	font-family: arial;
	width: 61px;
	padding-left: 25px;
	position: absolute;
	top: 0;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.video-show {
	padding: 29px 0;
	overflow: hidden
}

.aside {
	float: left;
	width: 345px
}

.aside .list {
	margin-bottom: 15px
}

.aside .list .title {
	padding-top: 15px;
	position: relative
}

.aside .list .title:after {
	content: '';
	display: block;
	width: 51px;
	height: 49px;
	background: url("../images/huo1.png") no-repeat center center;
	position: absolute;
	top: 0;
	right: -9px
}

.aside .list .title p {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	padding-left: 44px;
	background: #cf1c23 url("../images/as.png") no-repeat 15px center;
	background-size: 21px
}

.aside .list .bottom {
	border: 1px solid #eaeaea;
	overflow: hidden
}

.aside .list .bottom ul li {
	border-bottom: 1px solid #eaeaea
}

.aside .list .bottom ul li .pic {
	background: #f9f9f9
}

.aside .list .bottom ul li .pic img {
	transition: .5s
}

.aside .list .bottom ul li .pic:after {
	padding-bottom: 56.5597667638484%
}

.aside .list .bottom ul li .bt {
	font-size: 20px;
	color: #1a1b1b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	line-height: 49px;
	text-align: center
}

.aside .list .bottom ul li:last-child(1) {
	border-bottom: 0
}

.aside .list .bottom1 {
	border: 1px solid #eaeaea;
	overflow: hidden
}

.aside .list .bottom1 .one {
	border-bottom: 1px solid #eaeaea
}

.aside .list .bottom1 .one a {
	display: block;
	padding: 19px 18px;
	position: relative
}

.aside .list .bottom1 .one .pic {
	width: 137px;
	height: 86px;
	position: absolute;
	top: 19px;
	left: 17px
}

.aside .list .bottom1 .one .pic img {
	transition: .5s
}

.aside .list .bottom1 .one .text {
	padding-left: 158px
}

.aside .list .bottom1 .one .text .bt {
	font-size: 18px;
	color: #1a1b1b;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 15px
}

.aside .list .bottom1 .one .text .date {
	font-size: 13px;
	color: #b4b4b4
}

.aside .list .bottom1 ul li {
	border-bottom: 1px solid #eaeaea
}

.aside .list .bottom1 ul li a {
	display: block;
	padding: 14px 18px
}

.aside .list .bottom1 ul li a .bt {
	font-size: 18px;
	color: #060e0b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/dot9.png") no-repeat center left;
	padding-left: 13px;
	background-size: 7px;
	margin-bottom: 6px
}

.aside .list .bottom1 ul li a .jsh {
	font-size: 14px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 16px
}

.aside .list .bottom1 ul li a .date {
	font-size: 14px;
	color: #b4b4b4;
	font-family: arial
}

.aside .list .bottom1 ul li:last-child(1) {
	border-bottom: 0
}

.aside .list .bottom2 {
	border: 1px solid #eaeaea;
	overflow: hidden
}

.aside .list .bottom2 .phone {
	padding: 22px 5px 22px 98px;
	background: #f1f1f1 url("../images/dot11.png") no-repeat 24px 24px;
	background-size: 62px;
	border-bottom: 1px solid #eaeaea
}

.aside .list .bottom2 .phone .bt {
	color: #555
}

.aside .list .bottom2 .phone .jsh {
	font-size: 36px;
	color: #cf1c23;
	font-family: "Circular-Book";
	line-height: 35px
}

.aside .list .bottom2 ul {
	padding: 10px 10px 11px 24px
}

.aside .list .bottom2 ul li .box {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 36px;
	padding-left: 28px
}

.aside .list .bottom2 ul li .box span {
	font-weight: bold
}

.aside .list .bottom2 ul .a1 {
	background: url("../images/dot12.png") no-repeat left 10px;
	background-size: 11px
}

.aside .list .bottom2 ul .a2 {
	background: url("../images/dot13.png") no-repeat left 10px;
	background-size: 14px
}

.aside .list .bottom2 ul .a3 {
	background: url("../images/dot14.png") no-repeat left 10px;
	background-size: 14px
}

.aside .list .bottom2 ul .a4 {
	background: url("../images/dot15.png") no-repeat left 10px;
	background-size: 14px
}

.aside .list .bottom2 ul .a5 {
	background: url("../images/dot16.png") no-repeat left 10px;
	background-size: 12px;
	font-weight: bold
}

.info-right {
	float: right;
	width: 72%;
	padding-top: 22px
}

.info-right .h1 {
	text-align: center;
	font-size: 36px;
	color: #1a1b1b;
	margin-bottom: 21px
}

.info-right .h2 {
	font-size: 16px;
	text-align: center;
	color: #666;
	padding-bottom: 14px;
	border-bottom: 1px solid #ebebeb
}

.info-right .bottom-info {
	padding: 41px 0 29px 0;
	font-size: 16px;
	color: #666;
	line-height: 32px
}

.return {
	margin-bottom: 57px
}

.return a {
	width: 215px;
	height: 57px;
	display: block;
	border-radius: 30px;
	background: #cf1c23;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	line-height: 57px;
	transition: .5s
}

.pagenav {
	overflow: hidden;
	line-height: 49px;
	border-top: 1px solid #ededed;
	margin-bottom: 49px
}

.pagenav a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #666;
	padding: 0 126px 0 31px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url("../images/dot9.png") no-repeat 14px center;
	background-size: 6px;
	position: relative;
	border-bottom: 1px solid #ededed
}

.pagenav a span {
	color: #666;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 21px
}

.pagenav a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.related .re-title {
	background: url("../images/dot10.png") no-repeat center left;
	background-size: 25px;
	padding-left: 39px;
	color: #333;
	margin-bottom: 31px
}

.related .re-title h3 {
	display: inline-block;
	position: relative;
	font-size: 26px
}

.related .re-title h3:after {
	content: '';
	display: block;
	height: 6px;
	width: 100%;
	background: #f7dbdc;
	position: absolute;
	bottom: 5px;
	z-index: 1
}

.related .re-title h3 p {
	position: relative;
	z-index: 2
}

.related .re-video ul {
	margin: 0 -10px 33px -10px;
	overflow: hidden
}

.related .re-video ul li {
	float: left;
	width: 33.333333333333336%;
	padding: 0 10px;
	margin-bottom: 45px;
	overflow: hidden
}

.related .re-video ul li .box .pic img {
	transition: .5s
}

.related .re-video ul li .box .pic:after {
	padding-bottom: 71.73913043478261%
}

.related .re-video ul li .box .pic .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4) url("../images/video1.png") no-repeat center center;
	background-size: 57px
}

.related .re-video ul li .box .text {
	line-height: 56px;
	background: url("../images/v.png") no-repeat center left;
	background-size: 29px;
	position: relative;
	padding-right: 70px;
	font-size: 16px;
	color: #333;
	padding-left: 37px;
	border-bottom: 1px solid #e0e0e0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.related .re-video ul li .box .text .yan {
	background: url("../images/yan.png") no-repeat center left;
	background-size: 20px;
	font-size: 14px;
	color: #949494;
	font-family: arial;
	width: 61px;
	padding-left: 25px;
	position: absolute;
	top: 0;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.related .re-product ul {
	margin: 0 -9px 5px -9px;
	position: relative;
	overflow: hidden
}

.related .re-product ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 9px;
	margin-bottom: 26px
}

.related .re-product ul li .box .pic {
	border: 2px solid #e0e0e0;
	transition: .5s
}

.related .re-product ul li .box .pic img {
	transition: .5s
}

.related .re-product ul li .box .pic:after {
	padding-bottom: 72.14076246334311%
}

.related .re-product ul li .box .bt {
	line-height: 55px;
    height: 55px;
	margin-top: 1px;
	text-align: center;
	color: #fff;
	background: #cf1c23;
	font-size: 20px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.related .re-news {
	margin: 0 -32px 30px -32px
}

.related .re-news .item {
	width: 50%;
	float: left;
	padding: 0 32px
}

.related .re-news .item .list ul li a {
	display: block;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	background: url("../images/dot2.png") no-repeat center left;
	padding-left: 10px;
	padding-right: 68px
}

.related .re-news .item .list ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #ababab;
	font-family: arial
}

.related .re-news .item .list1 ul li {
	margin-bottom: 25px;
	overflow: hidden
}

.related .re-news .item .list1 ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 34px
}

.related .re-news .item .list1 ul li a .box {
	position: relative;
	padding-left: 212px;
	height: 115px
}

.related .re-news .item .list1 ul li a .box .pic {
	width: 182px;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0
}

.related .re-news .item .list1 ul li a .box .pic img {
	transition: .5s
}

.related .re-news .item .list1 ul li a .box .text .bt {
	font-size: 18px;
	color: #1a1b1b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 26px;
	margin-bottom: 6px
}

.related .re-news .item .list1 ul li a .box .text .jsh {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	word-wrap: break-word
}

.related .re-news .item .list1 ul li a .box .text .date {
	font-size: 14px;
	color: #b4b4b4;
	font-family: arial
}

.product {
	padding: 46px 0 0 0
}

.product .home-title1 .h3 {
	margin-bottom: 13px
}

.product .product-bottom {
	padding-top: 41px;
	overflow: hidden
}

.product .product-bottom ul {
	margin: 0 -9px 50px -9px;
	position: relative;
	overflow: hidden
}

.product .product-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 9px;
	margin-bottom: 26px
}

.product .product-bottom ul li .box .pic {
	border: 2px solid #e0e0e0;
	transition: .5s
}

.product .product-bottom ul li .box .pic img {
	transition: .5s
}

.product .product-bottom ul li .box .pic:after {
	padding-bottom: 72.14076246334311%
}

.product .product-bottom ul li .box .bt {
	line-height: 55px;
    height: 55px;
	margin-top: 1px;
	text-align: center;
	color: #fff;
	background: #cf1c23;
	font-size: 20px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.info-right .pro-text {
	border-top: 1px solid #ebebeb;
	padding: 35px 0 29px 0
}

.info-right .pro-text .pro-left {
	overflow: hidden;
	width: 846px;
	margin: 0 auto;
	padding-right: 156px;
	position: relative
}

.info-right .pro-text .pro-left .pro-max {
	width: 100%;
	position: relative;
	border: 1px solid #cdcdcd
}

.info-right .pro-text .pro-left .pro-max .max-info {
	position: relative;
	overflow: hidden
}

.info-right .pro-text .pro-left .pro-max .slick-list {
	position: relative;
	z-index: 6
}

.info-right .pro-text .pro-left .pro-max .item .pic {
	margin: 0 auto;
	z-index: 5
}

.info-right .pro-text .pro-left .pro-max .item .pic img {
	transition: .5s
}

.info-right .pro-text .pro-left .pro-max .item .pic:after {
	padding-bottom: 72.38372093023256%
}

.info-right .pro-text .pro-left .pro-min {
	padding: 19px 0;
	position: absolute;
	overflow: hidden;
	width: 148px;
	top: 0;
	right: 0;
	height: 100%
}

.info-right .pro-text .pro-left .pro-min .slick-prev:before,.info-right .pro-text .pro-left .pro-min .slick-next:before {
	content: ''
}

.info-right .pro-text .pro-left .pro-min .slick-prev,.info-right .pro-text .pro-left .pro-min .slick-next {
	width: 100%;
	height: 24px;
	margin-top: 0
}

.info-right .pro-text .pro-left .pro-min .slick-prev {
	left: 0;
	top: 0;
	background: url("../images/top.png") no-repeat top center!important;
	background-size: 32px!important
}

.info-right .pro-text .pro-left .pro-min .slick-next {
	right: 0;
	top: auto;
	bottom: 0;
	background: url("../images/bottom.png") no-repeat bottom center!important;
	background-size: 32px!important
}

.info-right .pro-text .pro-left .pro-min .item {
	cursor: pointer;
	margin: 3px 0;
	border: 1px solid #fff
}

.info-right .pro-text .pro-left .pro-min .item .pic {
	border: 1px solid #cdcdcd
}

.info-right .pro-text .pro-left .pro-min .item .pic:after {
	padding-bottom: 72.38372093023256%
}

.info-right .pro-text .pro-left .pro-min .slick-current {
	border: 1px solid #cf1c23
}

.info-right .pro-text .pro-left .pro-min .slick-current .pic {
	border: 1px solid #cf1c23
}

.product-nr {
	padding: 34px 0
}

.product-nr .title {
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 190px;
	padding-left: 65px;
	background: url("../images/bg.png") no-repeat center left
}

.product-nr .jsh {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	padding: 41px 0
}

.rp {
	padding-top: 36px;
	border-top: 1px solid #ebebeb
}

.area {
	padding: 52px 0;
	overflow: hidden
}

.area ul {
	margin: 0 -10px 45px -10px;
	overflow: hidden
}

.area ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 26px
}

.area ul li .box .pic img {
	transition: .5s
}

.area ul li .box .pic:after {
	padding-bottom: 72.46376811594203%
}

.area ul li .box .bt {
	margin-top: 1px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	background: #cf1c23
}

@font-face {
	font-family:"circular-bold";src:url("../font/circular-bold.woff2") format("woff2"),url("../font/circular-bold.woff") format("woff"),url("../font/circular-bold.ttf") format("truetype"),url("../font/circular-bold.eot") format("embedded-opentype"),url("../font/circular-bold.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"Circular-Book";src:url("../font/Circular-Book.woff2") format("woff2"),url("../font/Circular-Book.woff") format("woff"),url("../font/Circular-Book.ttf") format("truetype"),url("../font/Circular-Book.eot") format("embedded-opentype"),url("../font/Circular-Book.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"SourceHanSerifCN-Heavy";src:url("../font/SourceHanSerifCN-Heavy.woff2") format("woff2"),url("../font/SourceHanSerifCN-Heavy.woff") format("woff"),url("../font/SourceHanSerifCN-Heavy.ttf") format("truetype"),url("../font/SourceHanSerifCN-Heavy.eot") format("embedded-opentype"),url("../font/SourceHanSerifCN-Heavy.svg") format("svg")
}

@media(max-width:1920px) {
	.home-banner {
		max-height: 862px
	}
}

@media(max-width:1680px) {
	.home-banner {
		max-height: 754px
	}
}

@media(max-width:1600px) {
	.home-banner {
		max-height: 717px
	}
}

@media(max-width:1440px) {
	.home-banner {
		max-height: 645px
	}

	.nav ul li {
		padding: 0 18px 0 17px
	}

	.container {
		width: 1260px;
		padding-right: 10px;
		padding-left: 10px
	}

	.home-tedian .home-bottom ul {
		padding: 0 50px
	}

	.info-right {
		width: 67%
	}

	.info-right .pro-text .pro-left {
		width: 100%
	}

	.info-right .pro-text .pro-left .pro-min {
		width: 130px
	}

	.info-right .pro-text .pro-left .pro-min .item {
		margin: 8px 0
	}

	.rd .rd-top ul li:nth-child(3) {
		padding: 0 150px 0 20px
	}

	.rd .rd-top ul li:nth-child(2) {
		padding: 0 20px 0 193px
	}

	.rd .rd-top ul li {
		padding: 0 206px 0 20px
	}

	.rd .rd-top ul li:nth-child(4) {
		padding: 0 20px 0 152px
	}

	.home-youshi .home-bottom ul li .box .text {
		padding-right: 0
	}

	.home-youshi .home-bottom ul li .box .left {
		padding-left: 0
	}

	.home-youshi .home-bottom ul .youshi2 .box .left {
		padding: 0;
		text-align: left
	}

	.home-youshi .home-bottom ul .youshi2 .box .text {
		padding-left: 0;
		padding-right: 0
	}

	.home-youshi .home-bottom ul .youshi3 .box .left {
		padding-left: 0
	}
}

@media(max-width:1366px) {
	.home-banner {
		max-height: 611px
	}
}

@media(max-width:1360px) {
	.home-banner {
		max-height: 609px
	}

	.home-product .home-bottom .slick-prev {
		left: 10px
	}

	.home-product .home-bottom .slick-next {
		right: 10px
	}
}

@media(max-width:1280px) {
	.home-banner {
		max-height: 572px
	}
}

.about {
	font-size: 18px;
	line-height: 1.5;
	color: #343434;
	padding: 60px 0 40px 0
}

.about img {
	vertical-align: middle
}

.about .part-01 {
	padding-bottom: 50px
}

.about .titleBig {
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 20px
}

.about .desc {
	text-align: center
}

.about .desc .div-01 {
	display: block
}

.about .list {
	padding-top: 40px
}

.about .list li {
	padding: 0 10px 0 0;
	float: left
}

.about .list li.li-01 {
	width: 45.625%
}

.about .list li.li-02 {
	width: 27.5%
}

.about .list li.li-03 {
	width: 26.875%;
	padding-right: 0
}

.about .list .box {
	background: #eee;
	margin-bottom: 10px
}

.about .desc-02 {
	text-align: center
}

.about .desc-02 span {
	display: inline-block;
	background: #cf1c23;
	color: #fff;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 20px
}

.about .part-02 {
	background: url(../images/about-bg.jpg) no-repeat center top;
	padding: 60px 0
}

.about .list-02 {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px
}

.about .list-02 li {
	width: 50%;
	float: left;
	padding: 0 10px 0 10px
}

.about .list-02 .box {
	border: 4px #cf1c23 solid;
	padding: 1px;
	background: #cf1c23
}

.about .list-02 .pic {
	background: #fff;
	position: relative;
	overflow: hidden
}

.about .list-02 .pic:after {
	content: "";
	display: block;
	padding-top: 58.18181818181818%;
	padding-bottom: initial
}

.about .list-02 .pic img {
	transition: all .5s
}

.about .list-02 .title {
	height: 65px;
	line-height: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #cf1c23;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	font-size: 24px;
	font-weight: 700
}

.about .part-03 {
	padding-top: 60px
}

.about .list-03 {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 40px;
	padding-bottom: 25px
}

.about .list-03 li {
	width: 25%;
	float: left;
	padding: 0 10px 20px 10px
}

.about .list-03 .box {
	position: relative
}

.about .list-03 .box:after {
	content: "";
	display: block;
	padding-top: 72.46376811594203%;
	padding-bottom: initial
}

.about .titleBig-02 {
	color: #cf1c23;
	font-weight: 700;
	text-align: center;
	font-size: 48px
}

.about .list-04 {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 30px
}

.about .list-04 li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 10px 20px 10px
}

.about .list-04 .box {
	position: relative
}

.about .list-04 .box:after {
	content: "";
	display: block;
	padding-top: 63.829787234042556%;
	padding-bottom: initial
}

@media screen and (max-width:1279px) {
	.about {
		font-size: 16px
	}

	.about .titleBig {
		font-size: 36px
	}

	.about .titleBig-02 {
		font-size: 36px
	}
}

@media screen and (max-width:1023px) {
	.about {
		font-size: 14px;
		padding-top: 30px
	}

	.about .part-01 {
		padding-bottom: 25px
	}

	.about .titleBig {
		font-size: 24px;
		margin-bottom: 10px
	}

	.about .list {
		padding-top: 20px
	}

	.about .list li {
		padding-right: 5px
	}

	.about .list .box {
		margin-bottom: 5px
	}

	.about .part-02 {
		padding-top: 30px;
		padding-bottom: 25px
	}

	.about .desc-02 span {
		line-height: 1.5;
		margin-bottom: 0;
		padding: 5px 5px
	}

	.about .list-02 {
		padding-top: 20px;
		margin-left: -5px;
		margin-right: -5px
	}

	.about .list-02 li {
		padding: 0 5px
	}

	.about .list-02 .title {
		font-size: 12px;
		height: 30px;
		line-height: 30px
	}

	.about .part-03 {
		padding-top: 30px;
		padding-bottom: 0
	}

	.about .list-03 {
		padding-top: 20px;
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 10px
	}

	.about .list-03 li {
		padding: 0 5px 10px 5px
	}

	.about .part-04 {
		padding-top: 30px;
		padding-bottom: 25px
	}

	.about .titleBig-02 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.about .list-04 {
		padding-top: 20px;
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 10px
	}

	.about .list-04 li {
		padding: 0 5px 10px 5px
	}
}

.contact {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}

.contact:before {
	content: "";
	display: block;
	width: 100%;
	height: 265px;
	background: #ededed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

.contact .container {
	position: relative;
	z-index: 1
}

.contact .lxfsh .nr {
	background: #da2d14 url(../images/lxfsh-bg.jpg) no-repeat center bottom;
	padding: 40px 0;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-top: 40px
}

.contact .lxfsh a {
	color: #fff
}

.contact .lxfsh .list {
	padding: 0 50px
}

.contact .lxfsh li {
	width: 33.333333333333336%;
	float: left;
	line-height: 48px;
	padding: 0 5px
}

.contact .lxfsh li.li-01 {
	width: 35%
}

.contact .lxfsh li.li-02 {
	width: 25%
}

.contact .lxfsh li.li-03 {
	width: 40%
}

.contact .lxfsh .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -4px;
	font-size: 0
}

.contact .lxfsh .icon img {
	float: left
}

.contact .message {
	min-height: 400px;
	background: url("../images/icon/dot.png") repeat,url("../images/message-bg.png") no-repeat bottom center;
	background-color: #f5f5f5;
	padding: 30px 0 30px 0;
	position: relative;
	border-top: 3px #e5322d solid;
	margin-top: 40px
}

.contact .message .nr {
	max-width: 860px;
	margin: 30px auto 0 auto
}

.contact .message .title {
	text-align: center;
	font-size: 30px;
	color: #4a4a4a;
	margin-bottom: 30px
}

.contact .message li {
	clear: both;
	padding: 0 10px 20px 10px;
	position: relative
}

.contact .message li .required {
	color: #cf1c23;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 20px
}

.contact .message .li-02 {
	width: 50%;
	float: left;
	clear: none
}

.contact .message input,.contact .message textarea {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	border: 1px #bfbfc1 solid;
	background: #fff;
	line-height: 56px;
	color: #000;
	font-size: 16px;
	border-radius: 0;
	appearance: none;
	transition: all .5s
}

.contact .message input::-webkit-input-placeholder,.contact .message textarea::-webkit-input-placeholder {
	color: #444
}

.contact .message input::-moz-placeholder,.contact .message textarea::-moz-placeholder {
	color: #444
}

.contact .message input:-moz-placeholder,.contact .message textarea:-moz-placeholder {
	color: #444
}

.contact .message input::-ms-input-placeholder,.contact .message textarea::-ms-input-placeholder {
	color: #444
}

.contact .message input:focus,.contact .message textarea:focus {
	border-color: #cf1c23;
	box-shadow: 0 0 10px 0 rgba(207,28,35,0.5);
	color: #000
}

.contact .message input {
	height: 58px
}

.contact .message textarea {
	line-height: 38px;
	min-height: 158px
}

.contact .message .yzhm input {
	width: 40%;
	float: left
}

.contact .message .yzhm img {
	margin-right: 5px
}

.contact .message .yzhm .required {
	position: static
}

.contact .message .a-01 {
	color: #a5a5a5;
	font-size: 16px;
	margin-left: 5px
}

.contact .message .verify {
	height: 58px;
	vertical-align: middle;
	margin-left: 5px
}

.contact .message .btn {
	text-align: center;
	margin-top: 30px
}

.contact .message .submit {
	width: 50%;
	display: inline-block;
	max-width: 160px;
	padding: 0 5px;
	text-align: center;
	line-height: 66px;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	transition: all .5s;
	border: 2px #eb2324 solid;
	background: #eb2324
}

#allmap {
	height: 590px
}

#allmap img {
	max-width: initial;
	max-height: initial
}

@media screen and (max-width:1439px) {
	.contact .lxfsh .list {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width:1279px) {
	.contact .lxfsh .nr {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.contact .lxfsh .list {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (max-width:1023px) {
	.contact {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.contact .lxfsh .nr {
		margin-top: 20px;
		font-size: 16px;
		padding: 20px 10px
	}

	.contact .lxfsh .list {
		padding: 0
	}

	.contact .lxfsh .list li {
		line-height: 38px;
		padding: 0;
		width: 100%
	}

	.contact .lxfsh .list li.li-01 {
		width: 100%
	}

	.contact .lxfsh .list li.li-02 {
		width: 100%
	}

	.contact .lxfsh .list li.li-03 {
		width: 100%
	}

	.contact .lxfsh .list .icon {
		width: 20px;
		height: 20px
	}

	.contact .message li {
		padding-bottom: 5px
	}

	.contact .message .li-02 {
		width: 100%
	}

	.contact .message input,.contact .message textarea {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 36px
	}

	.contact .message input {
		height: 38px
	}

	.contact .message textarea {
		min-height: 138px
	}

	.contact .message .yzhm input {
		width: 100%
	}

    .contact .message .verify {
        height:38px;
        margin-left:0;
        margin-top:5px;
    }

	.contact .message .a-01 {
		font-size: 14px
	}

	.contact .message .btn {
		margin-top: 0;
		padding-bottom: 0
	}

	.contact .message .submit {
		line-height: 38px;
		font-size: 16px
	}

	#allmap {
		height: 260px
	}
}

.news .list {
	padding-top: 20px;
	margin-bottom: 30px
}

.news .list li {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ededed solid
}

.news .list .box {
	display: block;
	position: relative;
	padding-left: 100px
}

.news .list .date {
	width: 70px;
	background: #cf1c23;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0;
	position: absolute;
	left: 0
}

.news .list .date .day {
	font-size: 30px;
	display: block;
	margin-bottom: 5px
}

.news .list .date:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 70px;
	border-color: #cf1c23 transparent transparent transparent;
	position: absolute;
	bottom: -10px
}

.news .list .pic {
	width: 293px;
	height: 185px;
	position: relative;
	float: left;
	margin-right: 40px;
	overflow: hidden
}

.news .list img {
	transition: all .5s
}

.news .list .title {
	color: #1a1b1b;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px
}

.news .list .info {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden
}

.news .list .detailed {
	margin-top: 5px
}

.news .list .detailed span {
	display: inline-block;
	background: #f3f3f3;
	min-width: 125px;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	color: #999;
	font-size: 14px;
	border-radius: 35px;
	position: relative;
	transition: all .5s
}

.news .list .detailed span:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/icon/arrow-right.png) no-repeat center;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -3px
}

@media screen and (max-width:1023px) {
	.news .list li {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 50%;
		float: left;
		padding: 20px 0
	}

	.news .list .box {
		padding-left: 0;
		margin: auto
	}

	.news .list .date {
		width: 60px;
		font-size: 12px
	}

	.news .list .date .day {
		font-size: 24px
	}

	.news .list .date:after {
		bottom: -5px;
		border-width: 5px 0 0 60px
	}

	.news .list .pic {
		width: 100%;
		float: none;
		height: auto;
		text-align: left;
		margin: 0 auto 10px auto
	}

	.news .list .pic:after {
		padding-bottom: 63.13993174061434%
	}

	.news .list .date {
		z-index: 9
	}

	.news .list .title {
		font-size: 16px;
		margin-bottom: 0;
		height: 30px;
		line-height: 30px
	}

	.news .list .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}
}

@media screen and (max-width:639px) {
	.news .list li {
		width: 100%;
		float: none
	}
}

.news-show {
	overflow: hidden
}

.news-show .message {
	border: 1px #eaeaea solid;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 50px;
	margin-bottom: 20px
}

.news-show .message .form {
	width: 50%;
	float: left
}

.news-show .message .titleBig {
	text-align: center;
	margin-top: -25px;
	margin-bottom: 45px
}

.news-show .message .titleBig span {
	display: inline-block;
	background: #cf1c23;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	min-width: 265px;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	border-radius: 45px;
	letter-spacing: 2px
}

.news-show .message .bt {
	font-size: 14px;
	color: #666;
	width: 100px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px
}

.news-show .message .required {
	color: #cf1c23;
	font-size: 12px;
	margin-right: 5px
}

.news-show .message li {
	clear: both;
	padding: 0 10px 10px 125px;
	position: relative
}

.news-show .message input,.news-show .message textarea {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border: 1px #d7d7d7 solid;
	background: #fff;
	line-height: 28px;
	color: #000;
	font-size: 14px;
	border-radius: 0;
	appearance: none;
	transition: all .5s
}

.news-show .message input::-webkit-input-placeholder,.news-show .message textarea::-webkit-input-placeholder {
	color: #444
}

.news-show .message input::-moz-placeholder,.news-show .message textarea::-moz-placeholder {
	color: #444
}

.news-show .message input:-moz-placeholder,.news-show .message textarea:-moz-placeholder {
	color: #444
}

.news-show .message input::-ms-input-placeholder,.news-show .message textarea::-ms-input-placeholder {
	color: #444
}

.news-show .message input:focus,.news-show .message textarea:focus {
	border-color: #cf1c23;
	color: #000
}

.news-show .message input {
	height: 30px
}

.news-show .message textarea {
	line-height: 28px;
	min-height: 110px
}

.news-show .message .yzhm input {
	width: 120px;
	float: left
}

.news-show .message .yzhm img {
	margin-right: 5px
}

.news-show .message .yzhm .required {
	position: static
}

.news-show .message .a-01 {
	color: #bdbdbd;
	font-size: 14px;
	margin-left: 5px
}

.news-show .message .verify {
	max-width: 110px;
	max-height: 30px;
	vertical-align: middle;
	margin-left: 5px
}

.news-show .message .btn {
	text-align: center;
	margin-top: 30px
}

.news-show .message .btn a {
	display: inline-block;
	min-width: 110px;
	padding: 0 5px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	background: #eee;
	color: #a6a6a6;
	border: 1px #a7a7a7 solid;
	border-radius: 35px;
	transition: all .5s
}

.news-show .message .btn .submit {
	margin-right: 10px;
	border: 1px #cf1c23 solid;
	background: #cf1c23;
	color: #fff
}

.news-show .message .img {
	max-width: 50%;
	float: right;
	position: relative
}

.news-show .message .img .title {
	width: 50px;
	font-size: 32px;
	background: #cf1c23;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	padding: 15px 0 15px 0
}

.news-show .message .img .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 0 33px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width:1023px) {
	.news-show .message {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 30px
	}

	.news-show .message .titleBig span {
		font-size: 24px
	}

	.news-show .message .form {
		width: 100%
	}

	.news-show .message .img {
		max-width: 100%;
		float: left;
		display: none
	}
}

@media screen and (max-width:639px) {
	.news-show .message {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px
	}

	.news-show .message .titleBig {
		margin-bottom: 30px;
		margin-top: -17px
	}

	.news-show .message .titleBig span {
		font-size: 18px;
		line-height: 35px;
		min-width: 200px;
		border-radius: 35px
	}

	.news-show .message li {
		padding-left: 85px
	}

	.news-show .message .bt {
		width: 80px
	}

	.news-show .message .yzhm input {
		width: 100%
	}

	.news-show .message .btn {
		margin-top: 10px
	}
}

.system .container {
	max-width: 1240px
}

.system .bg {
	background: #f5f5f5
}

.system .titleBig {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 700
}

.system .title {
	border-left: 4px #e7611a solid;
	padding-left: 2px;
	line-height: 45px;
	height: 45px
}

.system .title span {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	background: #cf1c23;
	padding: 0 20px 0 10px;
	position: relative
}

.system .title span:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/dot7.png) no-repeat center;
	background-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px
}

.system .title span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 0 22px 20px;
	border-color: transparent transparent transparent #cf1c23;
	position: absolute;
	right: -20px;
	top: 0
}

.system .part {
	padding-top: 50px;
	padding-bottom: 50px
}

.system .table-01 {
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px #cf1c23 solid
}

.system .table-01 table {
	background: #fff
}

.system .table-01 td {
	border: 1px #faeff1 solid;
	line-height: 45px;
	padding: 0 20px
}

.system .table-01 td:nth-child(1) {
	width: 14%
}

.system .table-01 td:nth-child(3) {
	width: 14%
}

.system .table-01 td:nth-child(5) {
	width: 14%
}

.system .table-01 .title-01 {
	background: #fdf7f8;
	font-size: 14px;
	color: #535353;
	font-weight: 700
}

.system .table-02 {
	margin-top: 20px;
	border: 1px #cf1c23 solid
}

.system .table-02 table {
	background: #fff
}

.system .table-02 td {
	border: 1px #faeff1 solid;
	line-height: 45px;
	padding: 0 20px;
	text-align: center
}

.system .table-02 .title-01 {
	background: #fdf7f8;
	font-size: 14px;
	color: #535353;
	font-weight: 700
}

.system .shp-text .shp {
	width: 47%;
	float: left;
	margin-top: 50px
}

.system .shp-text .text {
	width: 53%;
	float: left;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	padding-left: 40px
}

.system .shp-text .div-01 {
	position: relative;
	margin-bottom: 15px;
	padding: 4px 0 4px 45px
}

.system .shp-text .num {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/polymorph-01.png) no-repeat center;
	text-align: center;
	line-height: 36px;
	font-size: 22px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.system .part-04 {
	padding-top: 40px;
	padding-bottom: 41px
}

.system .part-04 .con {
	margin-top: 18px;
	overflow: hidden
}

.system .part-04 .con ul {
	margin: 0 -9px;
	position: relative
}

.system .part-04 .con ul li {
	width: 25%;
	float: left;
	padding: 0 9px;
	margin-bottom: 28px
}

.system .part-04 .con ul li .box .pic {
	border: 2px solid #e0e0e0;
	transition: .5s
}

.system .part-04 .con ul li .box .pic img {
	transition: .5s
}

.system .part-04 .con ul li .box .pic:after {
	padding-bottom: 72.14076246334311%
}

.system .part-04 .con ul li .box .bt {
	line-height: 55px;
	margin-top: 1px;
	text-align: center;
	color: #fff;
	background: #cf1c23;
	font-size: 20px;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.system .part-05 .con {
	padding-top: 30px
}

.system .part-06 .con {
	padding-top: 30px
}

.system .part-07 .con {
	padding-top: 30px
}

@media screen and (max-width:1023px) {
	.system .part {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.system .titleBig {
		font-size: 24px
	}

	.system .table-01 {
		-webkit-overflow-scrolling: touch;
		overflow: auto
	}

	.system .table-01 table {
		width: 800px
	}

	.system .table-01 td {
		padding: 0 5px
	}

	.system .table-01 td:nth-child(1) {
		width: 20%
	}

	.system .table-01 td:nth-child(3) {
		width: 20%
	}

	.system .table-01 td:nth-child(5) {
		width: 20%
	}

	.system .table-02 {
		-webkit-overflow-scrolling: touch;
		overflow: auto
	}

	.system .table-02 table {
		width: 800px
	}

	.system .table-02 td {
		padding: 0 5px
	}

	.system .title {
		height: 40px;
		line-height: 40px
	}

	.system .title span {
		font-size: 16px
	}

	.system .title span:after {
		right: -18px;
		border-width: 20px 0 20px 18px
	}

	.system .shp-text .shp {
		width: 100%;
		margin-top: 20px
	}

	.system .shp-text .text {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
		font-size: 14px
	}
}

@media screen and (max-width:374px) {
	.system .title span {
		font-size: 12px
	}
}

.sy-area {
	background: #f5f5f5;
	padding: 50px 0 60px 0
}

.sy-area .more a {
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #343434;
	font-size: 14px;
	background: #fff;
	border: 1px solid #e5e5e5;
	display: block;
	margin: 19px auto 0 auto
}

.inmain .home-search {
	border-bottom: 1px solid #ededed
}

@media(max-width:1260px) {
	.container {
		width: 100%
	}

	.nav,.header .header-right,.header .phone {
		display: none
	}

	.phone-nav {
		display: block
	}

	.header {
		height: 65px
	}

	.header .logo {
		padding: 10px 20px 10px 0;
		margin-left: 0
	}

	.header .logo a img {
		height: 40px
	}

	.header .logo a .text {
		line-height: 21px;
		margin-top: 0
	}

	.header .logo a .text h3 {
		font-size: 16px
	}

	.header .logo a .text p {
		font-size: 14px
	}
}

@media(max-width:1024px) {
	.home-search .keys {
		margin-left: 0
	}

	.home-search .search-right {
		margin-right: 0
	}

	.home-features ul li .box .bt {
		font-size: 14px
	}

	.home-features ul li .box .pic {
		width: 50px;
		height: 50px
	}

	.home-tedian .home-bottom ul li .text .bt {
		font-size: 20px
	}

	.home-tedian .home-bottom ul li .text .jsh {
		font-size: 14px
	}

	.home-youshi .home-bottom ul li .box .text .jsh {
		font-size: 17px
	}

	.home-youshi .home-bottom ul li .box .text .bt .title {
		font-size: 26px
	}

	.home-youshi .home-bottom ul li .box .text .bt .p {
		font-size: 20px
	}

	.home-youshi .home-bottom ul li .box .text .jsh p {
		margin-bottom: 15px
	}

	.home-youshi .home-bottom ul .youshi2 .box .text {
		padding-top: 50px
	}

	.home-about .home-bottom .text {
		padding-right: 0;
		padding-top: 20px
	}

	.home-about .home-bottom .text .bt {
		font-size: 24px
	}

	.home-about .home-bottom .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 200px
	}

	.home-about {
		padding-bottom: 100px
	}

	.aside {
		width: 275px
	}

	.related .re-news .item {
		width: 100%;
		margin-bottom: 10px
	}

	.footer-top .container {
		width: 100%
	}

	.home-area .home-bottom .list {
		width: 100%
	}

	.rd .rd-top ul li {
		font-size: 14px
	}
}

@media(max-width:1023px) {
	.home-banner .home-banner-slick {
		display: none
	}

	.home-banner .home-banner-slick-phone {
		display: block
	}

	.inbanner .inbanner-slick {
		display: none
	}

	.inbanner .inbanner-slick-phone {
		display: block
	}

	.home-search .search-right {
		width: 100%;
		float: none
	}

	.home-search .keys {
		float: none;
		overflow: hidden
	}

	.home-search .keys a {
		width: 100%;
		max-width: none
	}

	.home-features {
		padding: 30px 0
	}

	.home-features .home-title {
		font-size: 18px;
		width: 200px;
		height: 40px;
		line-height: 40px
	}

	.home-features ul li {
		width: 33.333333333333336%;
		margin-bottom: 10px
	}

	.home-features ul {
		padding-top: 20px
	}

	.home-title1 .h3 {
		font-size: 20px;
		line-height: 45px
	}

	.home-title1 .p {
		font-size: 13px;
		line-height: 25px
	}

	.home-system {
		padding: 30px 0
	}

	.home-title1 .h3:before {
		width: 30px;
		height: 2px;
		margin-right: 10px
	}

	.home-title1 .h3:after {
		width: 30px;
		height: 2px;
		margin-left: 10px
	}

	.home-system .home-bottom {
		padding-top: 20px
	}

	.home-system .home-bottom ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.home-system .home-bottom ul li .box .bt {
		line-height: 50px;
		font-size: 16px
	}

	.home-system .home-bottom ul li .box {
		border: 4px solid #cf1c23
	}

	.home-product {
		padding-bottom: 30px
	}

	.home-product .home-bottom {
		padding-top: 20px
	}

	.home-product .home-bottom ul li .box .bt {
		font-size: 14px;
		line-height: 45px
	}

	.home-title1 .ph {
		font-size: 13px;
		line-height: 25px
	}

	.home-title1 {
		padding: 0 15px
	}

	.home-tedian {
		padding: 30px 0
	}

	.home-tedian .home-bottom {
		padding-top: 20px
	}

	.home-tedian .home-bottom ul li .text .bt {
		font-size: 16px;
		margin-bottom: 20px
	}

	.home-tedian .home-bottom ul li .text .jsh p {
		height: auto
	}

	.home-tedian .home-bottom ul li .text .jsh {
		height: auto
	}

	.home-tedian .home-bottom ul li {
		padding: 0 10px
	}

	.home-tedian .home-bottom ul li .text .jsh {
		line-height: 25px;
		padding: 10px
	}

	.home-area {
		padding-top: 30px
	}

	.home-tedian:after {
		background: url(../images/bg1.png) no-repeat bottom center;
		background-size: 1023px
	}

	.home-tedian .home-bottom ul li .text {
		padding-top: 15px
	}

	.home-area .home-bottom .list ul {
		margin: 0 -5px
	}

	.home-area .home-bottom .list ul li {
		width: 33.333333333333336%;
		margin: 0 0 10px 0;
		padding: 0 5px
	}

	.home-area .home-bottom .list ul li a {
		width: 100%
	}

	.home-area .home-bottom .show {
		padding-top: 10px
	}

	.home-area .home-bottom .show ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.home-area .home-bottom .show ul li .box .bt {
		font-size: 14px;
		line-height: 40px
	}

	.home-title1 .p1 {
		padding-bottom: 5px;
		line-height: 25px;
		font-size: 13px
	}

	.home-youshi .home-bottom {
		padding-top: 20px
	}

	.home-youshi .home-bottom ul li .box .left {
		width: 100%
	}

	.home-youshi .home-bottom ul li .box .text {
		width: 100%
	}

	.home-youshi .home-bottom ul li .box .text .bt span {
		padding-top: 24px;
		background-size: 40px;
		font-size: 16px;
		width: 40px;
		height: 51px
	}

	.home-youshi .home-bottom ul li .box .text .bt {
		padding-left: 50px;
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 10px;
		margin-bottom: 20px;
		padding-top: 8px
	}

	.home-youshi .home-bottom ul li .box .text .bt .title {
		font-size: 16px
	}

	.home-youshi .home-bottom ul li .box .text .bt .p {
		font-size: 12px
	}

	.home-youshi .home-bottom ul li .box .text .jsh {
		font-size: 13px;
		line-height: 25px
	}

	.home-youshi .home-bottom ul li .box .text .jsh p {
		margin-bottom: 5px
	}

	.home-youshi .home-bottom ul li {
		margin-bottom: 20px
	}

	.home-youshi .home-bottom ul .youshi2 .box .text {
		padding-top: 20px
	}

	.home-youshi .home-bottom ul .youshi3 .box .text {
		padding-top: 20px
	}

	.home-about {
		padding: 80px 0 30px 0
	}

	.home-title1 .p2 {
		line-height: 25px;
		font-size: 13px;
		padding-bottom: 15px;
		background-size: 15px
	}

	.home-about .home-bottom {
		margin-top: 20px;
		padding: 10px
	}

	.home-about .home-bottom .avideo {
		width: 100%
	}

	.home-about .home-bottom .text {
		width: 100%
	}

	.home-about .home-bottom .text .bt {
		font-size: 16px;
		margin-bottom: 5px
	}

	.home-about .home-bottom .text .jsh {
		margin-bottom: 5px
	}

	.home-about .home-bottom .text .more a {
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 12px
	}

	.home-about .home-bottom .ha-top {
		margin-bottom: 20px
	}

	.home-about .home-bottom .ha-bottom ul li .bt {
		font-size: 14px;
		line-height: 40px
	}

	.home-news {
		padding-top: 30px
	}

	.home-news .home-bottom {
		padding-top: 20px
	}

	.home-news .home-bottom .item {
		width: 100%;
		margin-bottom: 10px
	}

	.home-news .home-bottom .item:nth-child(2) {
		width: 100%
	}

	.home-news .home-bottom .item:nth-child(3) {
		width: 100%
	}

	.home-news .home-bottom .item .title h3 {
		width: auto;
		font-size: 14px
	}

	.home-news .home-bottom .item .title span {
		line-height: 28px;
		font-size: 12px
	}

	.home-news .home-bottom .item .title .pic {
		width: 20px
	}

	.home-news .home-bottom .item .title a {
		font-size: 12px
	}

	.home-news .home-bottom .item .img {
		margin-bottom: 10px
	}

	.home-news .home-bottom .item .list ul li a span {
		font-size: 12px
	}

	.home-news .home-bottom .item .list ul li a {
		padding-right: 65px
	}

	.home-news .home-bottom .item .list1 ul li a .box .pic {
		width: 130px;
		height: 83px
	}

	.home-news .home-bottom .item .list1 ul li a .box {
		padding-left: 142px;
		height: 83px
	}

	.home-news .home-bottom .item .list1 ul li a .box .text .bt {
		font-size: 14px
	}

	.home-news .home-bottom .item .list1 ul li a .box .text .jsh {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 5px
	}

	.home-news .home-bottom .item .list1 ul li a .box .text .date {
		font-size: 12px;
		line-height: 20px
	}

	.home-news .home-bottom .item .list1 ul li {
		margin-bottom: 15px
	}

	.home-news .home-bottom {
		padding-bottom: 20px
	}

	.home-link .link-title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.home-link .link-title h3 {
		font-size: 15px
	}

	.home-link .jsh {
		font-size: 12px;
		line-height: 25px
	}

	.footer-top .left {
		width: 100%;
		margin-right: 0
	}

	.footer-top {
		padding: 30px 0
	}

	.footer-top .left ul {
		width: 100%
	}

	.footer-top .center {
		width: 100%
	}

	.footer-top .left .dh {
		font-size: 12px
	}

	.footer-top .left .dh span {
		font-size: 16px
	}

	.footer-top .right {
		float: none
	}

	.footer-bottom {
		font-size: 12px;
		padding: 10px 0
	}

	.home-features .hf-info:after {
		top: 20px
	}

	.home-features .hf-info:before {
		top: 20px
	}

	.inmain-title {
		padding: 20px 0
	}

	.home-search .current {
		overflow: hidden;
		float: none
	}

	.inmain-title .list li a {
		font-size: 12px
	}

	.inmain-title .list li {
		width: 50%;
		padding: 0 5px
	}

	.system .part-04 .con ul li {
		width: 50%;
		margin-bottom: 10px
	}

	.system .part-04 .con ul li .box .bt {
		font-size: 14px;
		line-height: 45px
	}

	.sy-area .more a {
		width: 100px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
		margin-top: 0
	}

	.sy-area {
		padding: 30px 0
	}

	.product {
		padding-top: 10px
	}

	.product .home-title1 .h3 {
		margin-bottom: 0
	}

	.product .product-bottom {
		padding-top: 20px
	}

	.product .product-bottom ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.product .product-bottom ul li .box .bt {
		font-size: 14px;
		line-height: 45px;
        height: 45px
	}

	.video-show {
		padding: 20px 0
	}

	.page {
		margin-bottom: 30px;
		font-size: 12px;
		color: #666
	}

	.product .product-bottom ul {
		margin: 0 -9px 20px -9px
	}

	.aside {
		display: none
	}

	.info-right {
		width: 100%;
		padding: 0
	}

	.info-right .h1 {
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold
	}

	.info-right .pro-text {
		padding: 30px 0 0 0
	}

	.product-nr {
		padding: 20px 0
	}

	.product-nr .title {
		font-size: 14px;
		width: 140px;
		padding-left: 44px
	}

	.product-nr .jsh {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0
	}

	.return a {
		width: 100px;
		height: 30px;
		font-size: 14px;
		line-height: 30px
	}

	.return {
		margin-bottom: 20px
	}

	.rp {
		padding-top: 15px
	}

	.related .re-title {
		background-size: 16px;
		padding-left: 25px;
		margin-bottom: 10px
	}

	.related .re-title h3 {
		font-size: 16px
	}

	.related .re-product ul li .box .bt {
		font-size: 14px;
		line-height: 45px;
        height: 45px
	}

	.related .re-product ul li {
		margin-bottom: 20px
	}

	.related .re-news .item .list1 ul li a .box .pic {
		width: 130px;
		height: 83px
	}

	.related .re-news .item .list1 ul li a .box {
		padding-left: 142px;
		height: 83px
	}

	.related .re-news .item .list1 ul li a .box .text .bt {
		font-size: 14px
	}

	.related .re-news .item .list1 ul li a .box .text .jsh {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 5px
	}

	.related .re-news .item .list1 ul li a .box .text .date {
		font-size: 12px;
		line-height: 20px
	}

	.related .re-news .item .list1 ul li {
		margin-bottom: 15px
	}

	.related .re-news {
		margin: 0 -32px 10px -32px
	}

	.inmain-title .list {
		margin-top: 20px;
		padding: 0 30px
	}

	.area ul {
		margin: 0 -5px 20px -5px
	}

	.area ul li {
		width: 50%;
		padding: 0 5px
	}

	.area ul li {
		width: 50%;
		margin-bottom: 10px
	}

	.area ul li .box .bt {
		font-size: 14px;
		line-height: 40px
	}

	.area ul {
		margin: 0 -10px 20px -10px
	}

	.area {
		padding: 30px 0
	}

	.info-right .bottom-info {
		padding: 20px 0 10px 0;
		font-size: 14px;
		line-height: 25px
	}

	.pagenav a {
		font-size: 12px;
		padding: 0 95px 0 31px
	}

	.pagenav a span {
		font-size: 12px
	}

	.pagenav {
		line-height: 40px;
		margin-bottom: 20px
	}

	.video {
		padding: 10px 0
	}

	.video .home-title1 .h3 {
		margin-bottom: 0
	}

	.video .video-bottom {
		padding-top: 20px
	}

	.video .video-bottom ul {
		margin: 0 -5px 20px -5px
	}

	.video .video-bottom ul li {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px
	}

	.video .video-bottom ul li .box .text {
		line-height: 40px;
		background-size: 20px;
		font-size: 14px;
		padding-left: 29px
	}

	.video .video-bottom ul li .box .pic .hover {
		background-size: 50px
	}

	.info-right .h2 {
		font-size: 12px
	}

	.related .re-video ul li .box .text {
		line-height: 40px;
		background-size: 20px;
		font-size: 14px;
		padding-left: 29px
	}

	.related .re-video ul li {
		margin-bottom: 10px;
		padding: 0 5px;
		width: 50%
	}

	.related .re-video ul li:nth-child(3) {
		display: none
	}

	.related .re-video ul {
		margin: 0 -5px 0 -5px
	}

	.rd .rd-top .pic {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 10px auto
	}

	.rd {
		padding-top: 30px
	}

	.rd .rd-top {
		padding-top: 0;
		padding-bottom: 30px
	}

	.rd .rd-top ul li,.rd .rd-top ul li:nth-child(2) {
		width: 100%;
		padding: 0!important;
		margin-bottom: 10px!important;
		float: none
	}

	.rd .rd-top ul li .box {
		text-align: left;
		height: auto;
		line-height: 30px;
		padding: 0!important;
		padding-bottom: 7px!important
	}

	.rd .rd-bottom .bt .p {
		font-size: 15px;
		padding: 0 15px 0 45px
	}

	.rd .rd-bottom .bt {
		margin-bottom: 20px
	}

	.rd .rd-bottom .item {
		margin-bottom: 20px
	}

	.rd .rd-bottom ul {
		margin: 0 -5px
	}

	.rd .rd-bottom ul li {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 10px
	}

	.honor ul li {
		padding: 0 10px 10px 10px;
		width: 50%;
		margin-bottom: 20px
	}

	.honor ul li .box .bt {
		font-size: 14px;
		margin-top: 10px
	}

	.honor {
		padding: 30px 0
	}

	.home-product .home-bottom .slick-prev,.home-product .home-bottom .slick-next {
		margin-top: -30px
	}

	.home-product .home-bottom ul li {
		width: 50%
	}

	.home-about .home-bottom .ha-bottom ul li {
		width: 50%
	}

	.home-tedian .home-bottom ul li {
		width: 50%
	}

	.home-product .home-bottom ul {
		margin: 0 -5px
	}

	.home-product .home-bottom ul li {
		padding: 0 5px
	}

	.home-area .home-bottom .show ul {
		margin: 0 -5px
	}

	.home-area .home-bottom .show ul li {
		padding: 0 5px;
		margin-bottom: 10px
	}

	.home-search .keys {
		line-height: 25px;
		margin-bottom: 10px;
		height: 25px;
		overflow: hidden
	}

	.home-search .keys a {
		width: 100%;
		max-width: none;
		margin-right: 0;
		padding-right: 10px;
		float: none
	}

	.home-search {
		padding: 10px 0
	}

	.footer-top .left .lt {
		border-top: 1px solid #403634;
		border-bottom: 1px solid #403634;
		padding: 10px 0
	}

	.footer-top .center .ct {
		font-size: 12px;
		border-top: 1px solid #403634;
		border-bottom: 1px solid #403634;
		padding: 10px 0;
		line-height: 30px
	}

	.footer-top .center .dz {
		font-size: 12px;
		line-height: 40px
	}

	.system .part-04 .con ul {
		margin: 0 -5px
	}

	.system .part-04 .con ul li {
		padding: 0 5px
	}

	.home-area .home-bottom {
		padding-top: 20px
	}

	.product .product-bottom ul {
		margin: 0 -5px 20px -5px
	}

	.product .product-bottom ul li {
		padding: 0 5px;
		margin-bottom: 10px
	}

	.related .re-product ul {
		margin: 0 -5px
	}

	.related .re-product ul li {
		width: 50%;
		padding: 0 5px
	}

	.related .re-product ul li:nth-child(3) {
		display: none
	}

	.info-right .pro-text .pro-left .pro-min {
		padding: 0;
		position: relative;
		overflow: hidden;
		width: 100%;
		top: auto;
		right: auto;
		height: 100%
	}

	.info-right .pro-text .pro-left {
		padding-right: 0
	}

	.info-right .pro-text .pro-left .pro-min .slick-prev,.info-right .pro-text .pro-left .pro-min .slick-next {
		display: none!important
	}

	.info-right .pro-text .pro-left .pro-min .item .pic {
		border: 0
	}

	.inmain-title .slick-prev {
		background-size: 30px!important;
		width: 30px
	}

	.inmain-title .slick-next {
		background-size: 30px!important;
		width: 30px
	}

	.about .list-03 li {
		width: 50%
	}

	.about {
		padding-bottom: 5px
	}

	.honor ul li:after {
		display: block
	}

	.honor ul li:nth-child(2n):after {
		display: none
	}

	.home-product .home-bottom .slick-prev,.home-product .home-bottom .slick-next {
		background-size: 13px!important
	}

	.home-product .home-bottom .slick-prev,.home-product .home-bottom .slick-next {
		width: 30px;
		height: 30px
	}

	.home-tedian .home-bottom .slick-prev,.home-tedian .home-bottom .slick-next {
		background-size: 13px!important
	}

	.home-tedian .home-bottom .slick-prev,.home-tedian .home-bottom .slick-next {
		width: 30px;
		height: 30px;
		top: 87px
	}

	.home-about .home-bottom .avideo .pic .hover {
		background-size: 50px
	}

	.home-about .home-bottom .ha-bottom .slick-prev,.home-about .home-bottom .ha-bottom .slick-next {
		background-size: 13px!important
	}

	.news-show {
		padding-top: 20px
	}

	.about .desc .div-01 {
		display: initial
	}

	.about .desc-02 .div-01 {
		display: initial;
		background: 0
	}

	.about .desc-02 {
		background: #cf1c23;
		padding: 5px
	}

	.inmain .home-search {
		border-bottom: 0
	}
}

@media(max-width:414px) {
	.home-about .home-bottom .ha-bottom ul li {
		width: 100%
	}

	.home-tedian .home-bottom ul li {
		width: 100%
	}

	.header .logo a .text h3 {
		font-size: 14px
	}

	.header .logo a .text p {
		font-size: 12px
	}

	.header .logo a .text {
		margin-left: 10px;
		padding-left: 10px
	}

	.about .list-04 li {
		width: 100%
	}

	.news-show .message .btn a {
		min-width: 80px;
		font-size: 12px
	}
}

@media(max-width:375px) {
	.rd .rd-top .pic {
		width: 100%;
		height: auto
	}

	.home-title1 .h3 {
		font-size: 16px
	}
}

@media(max-width:320px) {
	.header .logo a .text {
		display: none
	}
}

@media(min-width:1025px) {
	.nav ul li:hover>a {
		color: #cf1c23
	}

	.nav ul li:hover>a:after {
		width: 100%
	}

	.nav ul li:hover .subnav {
		top: 40px;
		opacity: 1;
		z-index: -1;
		visibility: visible
	}

	.nav ul li:hover .subnav1 {
		top: 40px;
		opacity: 1;
		z-index: -1;
		visibility: visible
	}

	.nav ul li .subnav1 ul li a:hover .pic {
		border: 1px solid #cf1c23
	}

	.nav ul li .subnav1 ul li a:hover .pic img {
		transform: scale(1.05)
	}

	.nav ul li .subnav1 ul li a:hover .bt {
		color: #cf1c23
	}

	.nav ul li .subnav ul li a:hover {
		color: #cf1c23
	}

	.page a:hover {
		background: #cf1c23;
		border: 1px #cf1c23 solid;
		color: #fff
	}

	.home-search .keys a:hover {
		color: #cf1c23;
		text-decoration: underline
	}

	.home-search .current a:hover {
		color: #cf1c23;
		text-decoration: underline
	}

	.home-features ul li:hover .box {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	.home-system .home-bottom ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.home-system .home-bottom ul li:hover .box .bt {
		text-decoration: underline
	}

	.home-product .home-bottom ul li:hover .box .pic {
		border: 2px solid #cf1c23
	}

	.home-product .home-bottom ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.home-product .home-bottom ul li:hover .box .bt {
		text-decoration: underline
	}

	.home-product .home-bottom .slick-prev:hover {
		background-color: #cf1c23
	}

	.home-product .home-bottom .slick-next:hover {
		background-color: #cf1c23
	}

	.home-tedian .home-bottom ul li:hover .text .bt {
		margin-bottom: 35px
	}

	.home-tedian .home-bottom ul li:hover .text .jsh {
		background: url("../images/bg.jpg") no-repeat center center;
		background-size: cover;
		border: 3px solid #eee;
		padding: 24px 16px;
		color: #fff;
		height: 184px
	}

	.home-tedian .home-bottom ul li:hover .text .jsh:after {
		border-bottom-color: #df4d25
	}

	.home-tedian .home-bottom ul li:hover .text .jsh:before {
		border-width: 16px;
		border-bottom-color: #eee;
		top: -32px;
		margin-left: -18px
	}

	.home-tedian .home-bottom .slick-prev:hover {
		background-color: #cf1c23
	}

	.home-tedian .home-bottom .slick-next:hover {
		background-color: #cf1c23
	}

	.home-area .home-bottom .list ul li:hover a {
		color: #fff;
		border: 1px solid #cf1c23;
		background: #cf1c23
	}

	.home-area .home-bottom .show ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.home-area .home-bottom .show ul li:hover .box .bt {
		text-decoration: underline
	}

	.home-about .home-bottom .avideo:hover .pic img {
		transform: scale(1.05)
	}

	.home-about .home-bottom .text .more:hover a {
		background: #cf1c23;
		color: #fff
	}

	.home-about .home-bottom .ha-bottom ul li:hover .pic img {
		transform: scale(1.05)
	}

	.home-about .home-bottom .ha-bottom ul li:hover .bt {
		color: #cf1c23
	}

	.home-about .home-bottom .ha-bottom .slick-prev:hover {
		background-color: #cf1c23!important
	}

	.home-about .home-bottom .ha-bottom .slick-next:hover {
		background-color: #cf1c23!important
	}

	.home-news .home-bottom .item .list ul li:hover a {
		color: #cf1c23
	}

	.home-news .home-bottom .item .list1 ul li:hover a {
		color: #cf1c23
	}

	.home-news .home-bottom .item .list1 ul li:hover a .box .pic img {
		transform: scale(1.05)
	}

	.home-news .home-bottom .item .title a:hover {
		color: #cf1c23;
		text-decoration: underline
	}

	.home-news .home-bottom .item .list1 ul li:hover a .box .text .bt {
		color: #cf1c23
	}

	.home-news .home-bottom .item .list2 ul li:hover .bt {
		position: relative;
		height: 60px;
		margin-bottom: 24px;
		padding-left: 15px
	}

	.home-news .home-bottom .item .list2 ul li:hover .bt .pic {
		left: 0
	}

	.home-news .home-bottom .item .list2 ul li:hover .bt p {
		color: #cf1c23;
		text-decoration: underline
	}

	.home-link .jsh a:hover {
		color: #cf1c23;
		text-decoration: underline
	}

	.footer-top .left ul li a:hover {
		text-decoration: underline;
		color: #fff
	}

	.footer-top .center .ct a:hover {
		text-decoration: underline;
		color: #fff
	}

	.inmain-title .list li:hover a {
		border: 1px solid #cf1c23;
		color: #fff;
		background: #cf1c23
	}

	.inmain-title .slick-prev:hover {
		background: url("../images/left1h.png") no-repeat center center!important;
		background-size: 67px!important
	}

	.inmain-title .slick-next:hover {
		background: url("../images/right1h.png") no-repeat center center!important;
		background-size: 67px!important
	}

	.honor ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.honor ul li:hover .box .bt {
		color: #cf1c23
	}

	.rd .rd-bottom ul li:hover .pic img {
		transform: scale(1.05)
	}

	.video .video-bottom ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.video .video-bottom ul li:hover .box .text {
		color: #cf1c23
	}

	.aside .list .bottom ul li:hover .pic img {
		transform: scale(1.05)
	}

	.aside .list .bottom ul li:hover .bt {
		color: #cf1c23
	}

	.aside .list .bottom1 .one a:hover .pic img {
		transform: scale(1.05)
	}

	.aside .list .bottom1 .one a:hover .text .bt {
		color: #cf1c23
	}

	.aside .list .bottom1 ul li a:hover .bt {
		color: #cf1c23
	}

	.return a:hover {
		background: #ba0910
	}

	.pagenav a:hover {
		color: #cf1c23;
		text-decoration: underline
	}

	.related .re-video ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.related .re-video ul li:hover .box .text {
		color: #cf1c23
	}

	.related .re-product ul li:hover .box .pic {
		border: 2px solid #cf1c23
	}

	.related .re-product ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.related .re-product ul li:hover .box .bt {
		text-decoration: underline
	}

	.related .re-news .item .list ul li:hover a {
		color: #cf1c23
	}

	.related .re-news .item .list1 ul li:hover a {
		color: #cf1c23
	}

	.related .re-news .item .list1 ul li:hover a .box .pic img {
		transform: scale(1.05)
	}

	.related .re-news .item .list1 ul li:hover a .box .text .bt {
		color: #cf1c23
	}

	.product .product-bottom ul li:hover .box .pic {
		border: 2px solid #cf1c23
	}

	.product .product-bottom ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.product .product-bottom ul li:hover .box .bt {
		text-decoration: underline
	}

	.info-right .pro-text .pro-left .pro-min .slick-prev:hover {
		background: url("../images/toph.png") no-repeat top center!important;
		background-size: 32px!important
	}

	.info-right .pro-text .pro-left .pro-min .slick-next:hover {
		background: url("../images/bottomh.png") no-repeat bottom center!important;
		background-size: 32px!important
	}

	.area ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.area ul li:hover .box .bt {
		text-decoration: underline
	}

	.about .list-02 .box:hover img {
		transform: scale(1.05)
	}

	.contact .message .a-01:hover {
		color: #cf1c23
	}

	.contact .message .submit:hover {
		background: #cf1c23;
		border: 2px #cf1c23 solid;
		color: #fff
	}

	.news .list li:hover {
		background: #fbfbfb
	}

	.news .list li:hover img {
		transform: scale(1.1)
	}

	.news .list li:hover .title {
		color: #cf1c23
	}

	.news .list li:hover .detailed span {
		background: #cf1c23;
		color: #fff
	}

	.news .list li:hover .detailed span:after {
		background: url(../images/icon/arrow-right-02.png) no-repeat center
	}

	.news-show .message .a-01:hover {
		color: #cf1c23
	}

	.news-show .message .btn .submit:hover {
		background: #cf1c23;
		border: 1px #cf1c23 solid;
		color: #fff
	}

	.system .part-04 .con ul li:hover .box .pic {
		border: 2px solid #cf1c23
	}

	.system .part-04 .con ul li:hover .box .pic img {
		transform: scale(1.05)
	}

	.system .part-04 .con ul li:hover .box .bt {
		text-decoration: underline
	}

	.sy-area .more:hover a {
		background: #cf1c23;
		color: #fff;
		border: 1px solid #cf1c23
	}
}