@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}
* {
	font-family: "微软雅黑";
}
li {
	list-style: none
}
ul {
	padding-left: 0;
	margin: 0 0
}
a {
	color: #666;
	text-decoration: none;
}
.center {
	max-width: 1200px;
	margin: 0 auto
}
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500;
}
h1 {
	font-size: 2rem;
}
.ctrl span {
	float: left;
	cursor: pointer;
}
input,
textarea,
select {
	outline: none;
	font-family: "微软雅黑";
}
img {
	border: none
}
.cursor_pointer {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both
}
.position_r {
	position: relative;
}
.position_a {
	position: absolute;
}
@media screen and (min-width:320px) {
	html {
		font-size: 90%;
	}
}
@media screen and (min-width:400px) {
	html {
		font-size: 90%
	}
}
@media screen and (min-width:480px) {
	html {
		font-size: 97.5%
	}
}
@media screen and (min-width:560px) {
	html {
		font-size: 100%
	}
}
@media screen and (min-width:600px) {
	html {
		font-size: 112.5%
	}
}
@media screen and (min-width:640px) {
	html {
		font-size: 100%
	}
}
.product .list {
	width: 75%;
	float: right;
}
.list {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	float: right;
}
.list ul li {
	width: 30.3%;
	margin: 0 1.5% 3% 1.5%;
	float: left;
	position: relative;
	transition: 0.6s;
}
.list ul li .list_border {
	background: #fff;
	transition: 0.3s;
	border: 1px solid #ccc;
}
.list ul li .list_img {
	width: 100%;
	height: 0;
	padding-top: 49%;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.list ul li .list_img img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.list ul li:hover {
	transform: scale(1.04, 1.04)
}
.list ul li .list_text {
	padding: 2% 0;
}
.list ul li .list_border:hover h3 {
	color: #e94709;
}
.list ul li .list_text p {
	font-size: 1rem;
	color: #666;
	margin-top: 1rem;
	text-align: center;
	margin-bottom: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list ul li .list_text h3 {
	font-size: 1.4rem;
	color: #222;
	text-align: center;
	margin-top: 1.6rem;
}
/*.list ul li .list_border:hover .list_text{color:#f17901; } */
.banner_box{
	position: relative;
}
.banner_box .tit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
	
	background: rgba(0, 0, 0, 0.2);
}
.banner_box .tit h1{
	font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px white, -1px -1px white;
    letter-spacing: .3rem;
}
.weizhi{
	margin-top: 2rem !important;
}
/*服务项目*/
.fw-but .box1{
	width:24%;
	margin-bottom: 2rem;
}
.fw-but .box1 .tu{
	border: #93291e 1px solid;
	border-radius: 1rem;
	overflow: hidden;
}
.fw-but .box1 .tu img{
	width: 100%;
}
.fw-but .box1 .text{
	text-align:center;
	font-size: 1.25rem;
	letter-spacing: 3px;
	color: #93291e;
	line-height: 3;
}
/*优势*/
.youshi {
	margin: 4rem auto;
}
.youshi .title {
	margin-bottom: 3rem;
}
.youshi .box {
	/* background: url(../images/youshi.jpg) center no-repeat;
	height: 393px; */
	margin-top: 2rem;
	background-color: #93291e;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.youshi .box .bg-img{
	position: absolute;
    top: -3rem;
    right: 13%;
    z-index: 3;
    width: 33.33333%;
    height: 100%;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 50%;
    border: 3rem #FFF solid;
}
.youshi .box .bg-img img{
	max-width:100%;
}
.youshi .box .float_l {
	width: 40%;
	margin-left: 4%;
}
.youshi .box .float_l h2 {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 4.6rem;
}
.youshi .box .float_l span {
	display: block;
	color: #fff;
	margin-top: 0.8rem;
	font-family: "华文中宋";
	font-size: 1rem;
}
.youshi .box .float_l div {
	width: 20%;
	background: #fff;
	height: 4px;
	margin-top: 2rem;
}
.youshi .box .float_l p {
	margin-top: 2rem;
	color: #fff;
	font-size: 1rem;
	line-height: 2rem;
}
.youshi .box .float_r {
	width: 40%;
}
.youshi .box .float_r ul {
	overflow: hidden;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.youshi .box .float_r ul li {
	width: 100%;
	padding-right: 5%;
	border-bottom: #FFF solid .5rem;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
}
.youshi .box .float_r ul li:last-child{
	border-bottom: none;
}
.youshi .box .float_r ul li h2 {
	font-size: 2rem;
	color: #fff;
	font-family: "华文中宋";
	margin-top: 0.6rem;
	font-weight: 600;
	width: 100%;
}
.youshi .box .float_r ul li p {
	font-size: 1rem;
	color: #fff;
	width: 95%;
    padding-bottom: 1rem;
}
/*首页关于我们*/
.index_about {
	background: url(../images/about.png) center no-repeat;
	height: 415px;
}
.index_about .float_l {
	width: 20%;
	float: left;
	margin-left: 13%;
}
.index_about .float_l .top {
	border-bottom: 4px solid #fff;
	padding-bottom: 1rem;
	margin-top: 3rem;
	overflow: hidden;
}
.index_about .float_l .top div {
	width: 12%;
	float: left;
	margin-right: 1rem;
}
.index_about .float_l .top div img {
	width: 100%;
}
.index_about .float_l .top h2 {
	font-size: 1.4rem;
	color: #fff;
	line-height: 37px;
	float: left;
	margin-right: 0.6rem;
}
.index_about .float_l .top p {
	font-size: 1rem;
	color: #fff;
	line-height: 37px;
	float: left;
}
.index_about .float_l span {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	margin: 2rem auto;
	display: block;
}
.index_about .float_l .p02 {
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
}
.index_about .float_r {
	width: 60%;
	float: right;
	padding: 0 14px;
}
.index_about .float_r h2 {
	font-size: 1.4rem;
	color: #fff;
	margin-top: 4rem;
}
.index_about .float_r p {
	font-size: 0.9rem;
	color: #fff;
	text-indent: 2rem;
	margin-top: 2rem;
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.index_about .float_r span {
	width: 22%;
	line-height: 2.6rem;
	background: #C10016;
	border-radius: 20px;
	font-size: 1rem;
	color: #fff;
	display: block;
	margin-top: 3rem;
	text-align: center;
}
/*首页 网点*/
.lao02 {
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}
.lao0201 {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
	background: #f3f3f3;
}
.lao02 .sjpcimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.lao02a {
	padding-top: 52px;
}
.lao02aa {
	width: 100%;
}
.lao02aa a {
	padding: 0px 2px;
	color: #fff;
	border-right: 1px solid #fff;
}
.lao02aa a:last-of-type(1) {
	border-right: none;
}
.wxtit01 {
    margin: 0px auto;
    width: 100%;
    padding: 52px 0;
}
.wxtit01aa{
	margin: 1rem auto;
}
.wxtit01a {
    width: 10%;
    height: 3px;
    line-height: 3px;
    background: #FFF;
    margin: 0px auto 12px;
}
.wxtit01b {
    width: 90%;
    line-height: 36px;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
	letter-spacing: 5px;
}
.wxtit01d {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 12px;
}
.wxtit01d a {
    padding: 0px 8px 0px;
    border-right: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}
.wxtit01d .wxtit01d01 {
    padding: 0px 8px 0px;
    border-right: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}
.xiangmu_redesign {
	padding-top: 3rem;
	background: #fafafa;
	padding-bottom: 3rem;
	margin-top: 3rem;
}
.xiangmu_redesign .top {
	overflow: hidden;
}
.xiangmu_redesign .top ul {
	overflow: hidden;
	width: 30%;
	margin: auto;
}
.xiangmu_redesign .top ul li {
	width: 32%;
	float: left;
	border: 1px solid #666;
}
.xiangmu_redesign .top ul li:hover {
	background: #333;
}
.xiangmu_redesign .top ul li:hover p {
	color: #fff;
}
.xiangmu_redesign .top ul li.li_no{
	background: #333;
}
.xiangmu_redesign .top ul li.li_no p {
	color: #fff;
}
.xiangmu_redesign .top ul li p {
	font-size: 1rem;
	color: #222;
	text-align: center;
	line-height: 2.6rem;
	cursor: pointer;
}
.xiangmu_redesign .bottom {
	margin-top: 2rem;
}
.xiangmu_redesign .bottom ul {
	overflow: hidden;
}
.xiangmu_redesign .bottom ul li {
	display: none;
}
.xiangmu_redesign .bottom ul .ul_block {
	display: block;
}
.xiangmu_redesign .bottom ul li .box1 {
	width: 23.8%;
	float: left;
	margin: 0.6%;
	position: relative;
}
.xiangmu_redesign .bottom ul li .box1 .tu {
	width: 100%;
}
.xiangmu_redesign .bottom ul li .box1 .tu img {
	width: 100%;
	border-radius: 10px;
}
.xiangmu_redesign .bottom ul li .box1 .text {
	width: 88%;
	padding: 6%;
	position: absolute;
	top: 10px;
	left: 10px;
}
.xiangmu_redesign .bottom ul li .box1 .text span {
	font-size: 1.4rem;
	color: #fff;
	display: block;
}
.xiangmu_redesign .bottom ul li .box1 .text .p01 {
	font-size: 0.87rem;
	color: #fff;
	margin-top: 0.6rem;
}
.xiangmu_redesign .bottom ul li .box1 .text .p02 {
	font-size: 1rem;
	color: #fff;
	margin-top: 3rem;
}
.index_news_redesign {
	margin-top: 2rem;
}
.index_news_redesign .top {
	overflow: hidden;
}
.index_news_redesign .top ul {
	overflow: hidden;
	width: 69%;
	float: right;
	background: #f1f1f1;
	padding: 3%;
}
.index_news_redesign .top ul li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	height: 3rem;
}
.index_news_redesign .top ul li p {
	font-size: 1rem;
	color: #222;
	float: left;
	width: 80%;
	line-height: 3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_news_redesign .top ul li p:hover {
	color: #93291e;
}
.index_news_redesign .top ul li span {
	font-size: 0.9rem;
	color: #999;
	float: right;
	display: block;
	line-height: 3rem;
}
.index_news_redesign .top ol {
	width: 23%;
	float: leftl;
}
.index_news_redesign .top ol li {
	width: 44%;
	margin: 1%;
	float: left;
	padding: 15% 2%;
}
.index_news_redesign .top ol li:nth-child(1) {
	background: #9a6c0a;
}
.index_news_redesign .top ol li:nth-child(2) {
	background: #846c62;
}
.index_news_redesign .top ol li:nth-child(3) {
	background: #687463;
}
.index_news_redesign .top ol li:nth-child(4) {
	background: #48616f;
}
.index_news_redesign .top ol li div {
	width: 36.2%;
	margin: auto;
}
.index_news_redesign .top ol li div img {
	width: 100%;
}
.index_news_redesign .top ol li p {
	font-size: 1rem;
	color: #fff;
	margin-top: 0.6rem;
	text-align: center;
}
.index_news_redesign .bottom {
	margin-top: 1rem;
	position: relative;
}
.index_news_redesign .bottom .txt{
	position: absolute;
    z-index: 1;
    left: 3%;
    top: 20%;
}
.index_news_redesign .bottom span {
	display: block;
	font-size: 1rem;
	margin-left: 2rem;
	color: #fff;
}
.index_news_redesign .bottom .p01 {
	font-size: 2.2rem;
	margin-top: 1rem;
	color: #fff;
	margin-left: 2rem;
	font-weight: 600;
}
.index_news_redesign .bottom .p02 {
	font-size: 0.9rem;
	margin-top: 1rem;
	color: #fff;
	margin-left: 2rem;
}
.liucheng_redesign {
	background: url(../images/xiangmu.jpg) center no-repeat;
	height: 868px;
	padding-top: 30px;
}
.liucheng_redesign ul {
	position: relative;
	margin-top: 9rem;
}
.liucheng_redesign ul li{
	position: absolute;
	width: 231px;
	height: 300px;
}
.liucheng_redesign ul li img{
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.liucheng_redesign ul li .ext{
	position:absolute;
	z-index:2;
	transition: 0.5s;
	width: 100%;
    overflow: hidden;
}
.liucheng_redesign ul .li01 {
	
	top: 0;
	left: 0;
}
.liucheng_redesign ul .li02 {
	top: 100px;
	left: 244px;
}
.liucheng_redesign ul .li03 {
	top: -100px;
	left: 488px;
}
.liucheng_redesign ul .li04 {
	top: 215px;
	left: 488px;
}
.liucheng_redesign ul .li05 {
	top: 100px;
	left: 732px;
}
.liucheng_redesign ul .li06 {
	top: 0;
	left: 976px;
}
.liucheng_redesign ul li .tt {
	width: 80px;
	height: 80px;
    line-height: 80px;
	background: #fff;
	border-radius: 50%;
	margin: 3rem auto 2rem auto;
	transition: 0.5s;
}
.liucheng_redesign ul li .tt .p01 {
	font-size: 2.5rem;
	color: #93291e;
	text-align: center;
	font-family: "方正粗倩_GBK";
	font-weight: 600;
}
.liucheng_redesign ul li .p02 {
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.liucheng_redesign ul li span {
	font-size: 0.9rem;
	display: block;
	color: #fff;
	width: 90%;
	text-align: center;
	margin: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4rem;
}
.liucheng_redesign ul li:hover div {
	transform: translate(0, -10px)
}
.liucheng_redesign ul li:hover .p02 {
	color: #93291e;
}
.guanggao2_redesign {
	background: url(../images/guanggao2.jpg) center no-repeat;
	height: 190px;
	padding-top: 40px;
}
.guanggao2_redesign .top p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
}
.guanggao2_redesign .top span {
	display: block;
	font-size: 0.9rem;
	text-align: center;
	color: #b5b4b4;
	margin-top: 1.5rem;
	font-family: "Adobe Caslon Pro"
}
.guanggao2_redesign .dianhua {
	overflow: hidden;
	width: 30%;
	margin: auto;
	margin-top: 2rem;
}
.guanggao2_redesign .dianhua div {
	width: 35px;
	height: 35px;
	float: left;
}
.guanggao2_redesign .dianhua div img {
	width: 100%
}
.guanggao2_redesign .dianhua p {
	font-size: 1.1rem;
	color: #fff;
	float: left;
	margin-top: 0.4rem;
	margin-left: 1rem;
}
.guanggao2_redesign .dianhua span {
	display: block;
	font-size: 1.8rem;
	float: left;
	color: #fff;
	font-weight: 600;
}
.baozhang_redesign {
	margin-top: 3rem;
}
.baozhang_redesign .box {
	background: url(../images/baozhang.jpg) center no-repeat;
	height: 482px;
}
.baozhang_redesign .box .float_left {
	width: 28%;
	float: left;
}
.baozhang_redesign .box .float_left p {
	font-size: 1.2rem;
	color: #fff;
}
.baozhang_redesign .box .float_left span {
	display: block;
	color: #fff;
	font-size: 0.9rem;
	margin-top: 0.6rem;
	line-height: 1.4rem;
}
.baozhang_redesign .box .float_left div:nth-child(1) {
	margin-top: 3rem;
	margin-left: 8%;
}
.baozhang_redesign .box .float_left div:nth-child(2) {
	margin-top: 12rem;
	margin-left: 8%;
}
.baozhang_redesign .box .float_left div:nth-child(2) p {
	color: #222;
}
.baozhang_redesign .box .float_left div:nth-child(2) span {
	color: #666;
}
.baozhang_redesign .box .float_right {
	float: right;
	width: 28%;
}
.baozhang_redesign .box .float_right p {
	font-size: 1.2rem;
	color: #222;
}
.baozhang_redesign .box .float_right span {
	display: block;
	color: #333;
	font-size: 0.9rem;
	margin-top: 0.6rem;
	line-height: 1.4rem;
}
.baozhang_redesign .box .float_right div:nth-child(1) {
	margin-top: 3rem;
}
.baozhang_redesign .box .float_right div:nth-child(2) {
	margin-top: 12.6rem;
}
.baozhang_redesign .box .float_right div:nth-child(2) p {
	color: #fff;
}
.baozhang_redesign .box .float_right div:nth-child(2) span {
	color: #fff;
}
.index_about_redesign {
	margin-top: 3rem;
	padding: 2rem 0;
	background: #fafafa;
}
.index_about_redesign .box {
	overflow: hidden;
}
.index_about_redesign .box .p01 {
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	text-align: center;
	width: 90%;
	margin: auto;
}
.index_about_redesign .box .dianhua {
	width: 28%;
	margin: auto;
	border-radius: 10px;
	background: #93291e;
	margin-top: 2rem;
}
.index_about_redesign .box .dianhua img {
	width: 32px;
	float: left;
	margin: 0.5rem 1rem;
}
.index_about_redesign .box .dianhua p {
	font-size: 1rem;
	color: #fff;
	float: left;
	line-height: 3rem;
}
.index_about_redesign .box .dianhua span {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 3rem;
}
.index_about_redesign ul {
	margin-top: 2rem;
}
.index_about_redesign ul li {
	width: 15.6%;
	float: left;
	margin: 0 0.5%;
	background: #e6e6e6;
	padding: 1% 0;
}
.index_about_redesign ul li div {
	width: 21%;
	margin: auto;
}
.index_about_redesign ul li div img {
	width: 100%;
}
.index_about_redesign ul li p {
	font-size: 1rem;
	color: #222;
	margin-top: 1rem;
	text-align: center;
	margin-top: 1rem;
}
.index_about_redesign ul li:hover {
	box-shadow: 0px 0px 10px 0px #ccc;
}
.index_wangdian_redesign {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.index_wangdian_redesign ul {
	overflow: hidden;
}
.index_wangdian_redesign ul li {
	width: 49%;
	float: left;
	margin: 0.5%;
}
.index_wangdian_redesign ul li .float_left {
	width: 34.6%;
	float: left;
}
.index_wangdian_redesign ul li .float_left img {
	width: 100%;
}
.index_wangdian_redesign ul li .text {
	width: 65.4%;
	background: url(../images/wangdian2.jpg) right no-repeat;
	height: 180px;
	float: right;
}
.index_wangdian_redesign ul li .text p {
	font-size: 1.2rem;
	color: #222;
	padding-top: 2.6rem;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_wangdian_redesign ul li .text span {
	font-size: 1rem;
	color: #666;
	display: block;
	overflow: hidden;
	margin-top: 0.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_wangdian_redesign ul li .text span img {
	width: 15px;
	height: 15px;
	margin-left: 1.5rem;
	margin-right: 0.6rem;
	margin-top: 0.2rem;
}
.index_wangdian_redesign ul li .text p:hover {
	color: #93291e;
}
.float_ll {
	width: 25%;
	float: left;
}
.float_ll .box01 {
	overflow: hidden;
	background: #f1f1f1;
	padding: 8% 4%;
	width: 92%;
}
.float_ll .box01 .top {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.float_ll .box01 .top span {
	display: block;
	float: left;
	font-size: 1.3rem;
	color: #222;
	margin-top: rem;
	border-bottom: 2px solid #93291e;
	padding-bottom: 1rem;
}
.float_ll .box01 .bottom {
	border-radius: 40px;
	border: 2px solid #93291e;
	margin-top: 1rem;
	width: 90%;
}
.float_ll .box01 .bottom p {
	font-size: 1.8rem;
	color: #93291e;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
}
.float_ll .box02 {
	overflow: hidden;
	background: #f1f1f1;
	padding: 8% 4%;
	width: 92%;
	margin-top: 1rem;
}
.float_ll .box02 .top {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.float_ll .box02 .top span {
	display: block;
	float: left;
	font-size: 1.3rem;
	color: #222;
	margin-top: rem;
	border-bottom: 2px solid #93291e;
	padding-bottom: 1rem;
}
.float_ll .box02 .bottom {
	overflow: hidden;
}
.float_ll .box02 .bottom div {
	width: 100%;
	margin: 1rem 0;
	overflow: hidden;
}
.float_ll .box02 .bottom div span {
	width: 8px;
	height: 8px;
	background: #808080;
	float: left;
	margin-top: 0.4rem;
	margin-right: 0.8rem;
}
.float_ll .box02 .bottom div p {
	font-size: 1rem;
	color: #444;
	float: left;
}
.float_ll .box02 .bottom div:hover p {
	color: #93291e;
}
.float_ll .box03 {
	overflow: hidden;
	background: #f1f1f1;
	padding: 8% 4%;
	width: 92%;
	margin-top: 1rem;
}
.float_ll .box03 .top {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.float_ll .box03 .top span {
	display: block;
	float: left;
	font-size: 1.3rem;
	color: #222;
	margin-top: rem;
	border-bottom: 2px solid #93291e;
	padding-bottom: 1rem;
}
.float_ll .box03 .bottom {
	overflow: hidden;
	padding-bottom: 2rem;
}
.float_ll .box03 .bottom li {
	overflow: hidden;
	margin-top: 1.4rem;
	width: 90%;
	padding: 0 5%;
}
.float_ll .box03 .bottom li .tu {
	float: left;
	margin-right: 1rem;
	width: 20%;
}
.float_ll .box03 .bottom li .tu img {
	width: 100%;
}
.float_ll .box03 .bottom li span {
	font-size: 1.1rem;
	color: #333;
	display: block;
	margin-top: 0.4rem;
}
.float_ll .box03 .bottom li p {
	font-size: 0.9rem;
	color: #666;
	margin-top: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.about_redesign {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.about_redesign .float_rr {
	width: 70%;
	float: right;
}
.about_redesign .float_rr .biaoti {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.about_redesign .float_rr .biaoti .biaoti1 {
	width: 13%;
	float: left;
	font-size: 1.6rem;
	color: #222;
	border-bottom: 3px solid #93291e;
	padding-bottom: 0.6rem;
}
.about_redesign .float_rr .text {
	margin-top: 2rem;
}
.about_redesign .float_rr .text div {
	overflow: hidden;
}
.about_redesign .float_rr .text div img {
	margin-right: 1rem;
	float: left;
}
.about_redesign .float_rr .text div span {
	font-size: 1.2rem;
	color: #222;
	font-weight: 600;
	display: block;
	float: left;
}
.about_redesign .float_rr .text p {
	font-size: 0.9rem;
	color: #555;
	line-height: 2rem;
	margin-top: 1rem;
}
.about_redesign .float_rr .tupian {
	margin-top: 2rem;
	background: url(../images/about.jpg) center no-repeat;
	height: 182px;
	padding-top: 40px;
}
.about_redesign .float_rr .tupian .p01 {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 35%;
	border-bottom: 1px dashed #6a6866;
	margin: auto;
	padding-bottom: 0.6rem;
}
.about_redesign .float_rr .tupian .p02 {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	margin-top: 1rem;
}
.about_redesign .float_rr .tupian .dianhua {
	width: 35%;
	margin: auto;
	margin-top: 1.4rem;
	overflow: hidden;
}
.about_redesign .float_rr .tupian .dianhua img {
	float: left;
}
.about_redesign .float_rr .tupian .dianhua p {
	font-size: 1rem;
	color: #fff;
	float: left;
	margin-top: 0.4rem;
	margin-left: 1rem;
}
.about_redesign .float_rr .tupian .dianhua span {
	font-size: 1.4rem;
	color: #fff;
	float: left;
	font-weight: 600;
	display: block;
}
.wangdian_redesign {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.wangdian_redesign .float_rr {
	width: 70%;
	float: right;
}
.wangdian_redesign .float_rr .biaoti {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.wangdian_redesign .float_rr .biaoti .biaoti1 {
	width: 13%;
	float: left;
	font-size: 1.6rem;
	color: #222;
	border-bottom: 3px solid #93291e;
	padding-bottom: 0.6rem;
}
.wangdian_redesign .float_rr .chengshi {
	margin-top: 2rem;
	width: 100%;
	overflow: hidden;
}
.wangdian_redesign .float_rr .chengshi span {
	font-size: 1rem;
	color: #222;
	display: block;
	float: left;
}
.wangdian_redesign .float_rr .chengshi p {
	font-size: 0.9rem;
	color: #444;
	margin: 0 2%;
	float: left;
	margin-top: 0.1rem;
}
.wangdian_redesign .float_rr .chengshi p:hover {
	color: #93291e;
}
.wangdian_redesign .float_rr .dianhua {
	background: url(../images/about.jpg) center no-repeat;
	height: 180px;
	margin-top: 1.6rem;
	padding-top: 40px;
}
.wangdian_redesign .float_rr .dianhua .p01 {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 35%;
	border-bottom: 1px dashed #6a6866;
	margin: auto;
	padding-bottom: 0.6rem;
}
.wangdian_redesign .float_rr .dianhua .p02 {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	margin-top: 1rem;
}
.wangdian_redesign .float_rr .dianhua .dianhua1 {
	width: 35%;
	margin: auto;
	margin-top: 1.4rem;
	overflow: hidden;
}
.wangdian_redesign .float_rr .dianhua .dianhua1 img {
	float: left;
}
.wangdian_redesign .float_rr .dianhua .dianhua1 p {
	font-size: 1rem;
	color: #fff;
	float: left;
	margin-top: 0.4rem;
	margin-left: 1rem;
}
.wangdian_redesign .float_rr .dianhua .dianhua1 span {
	font-size: 1.4rem;
	color: #fff;
	float: left;
	font-weight: 600;
	display: block;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 {
	margin-top: 2rem;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2.4rem;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .wenan {
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .wenan span {
	font-size: 1.3rem;
	color: #222;
	display: blockb;
	float: left;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .wenan p {
	font-size: 0.9rem;
	width: 10%;
	background: #93291e;
	border-radius: 10px;
	text-align: center;
	line-height: 1.8rem;
	float: left;
	margin-left: 1rem;
	color: #fff;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .tupian {
	margin-top: 0.8rem;
	width: 100%;
	overflow: hidden;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .tupian img {
	float: left;
	margin-right: 1rem;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .tupian p {
	font-size: 1rem;
	color: #666;
	float: left;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .tupian p strong {
	font-size: 1.3rem;
	color: #111;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .zixun {
	width: 20%;
	border-radius: 20px;
	background: #93291e;
	margin-top: 1rem;
}
.wangdian_redesign .float_rr .wangdian_redesign_1 .zixun p {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 2.6rem;
}
.wangdian_redesign .float_rr .xiangqing {
	margin-top: 2rem;
	overflow: hidden;
	padding-bottom: 2.4rem;
	background: #f1f1f1;
	width: 92%;
	padding: 4%;
}
.wangdian_redesign .float_rr .xiangqing .wenan {
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.wangdian_redesign .float_rr .xiangqing .wenan span {
	font-size: 1.3rem;
	color: #222;
	display: block;
	float: left;
}
.wangdian_redesign .float_rr .xiangqing .wenan p {
	font-size: 0.9rem;
	width: 10%;
	background: #93291e;
	border-radius: 10px;
	text-align: center;
	line-height: 1.8rem;
	float: left;
	margin-left: 1rem;
	color: #fff;
}
.wangdian_redesign .float_rr .xiangqing .tupian {
	margin-top: 0.8rem;
	width: 100%;
	overflow: hidden;
}
.wangdian_redesign .float_rr .xiangqing .tupian img {
	float: left;
	margin-right: 1rem;
}
.wangdian_redesign .float_rr .xiangqing .tupian p {
	font-size: 1rem;
	color: #666;
	float: left;
	width: 95%;
	margin: 10px auto;
}
.wangdian_redesign .float_rr .xiangqing .tupian p strong {
	font-size: 1.3rem;
	color: #111;
}
.wangdian_redesign .float_rr .xiangqing .zixun {
	width: 20%;
	border-radius: 20px;
	background: #93291e;
	margin-top: 1rem;
}
.wangdian_redesign .float_rr .xiangqing .zixun p {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 2.6rem;
}
.wangdian_redesign .tuijian {
	margin-top: 2rem;
	overflow: hidden;
}
.wangdian_redesign .tuijian .tuijian1 span {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.7rem;
}
.wangdian_redesign .tuijian ul {
	overflow: hidden;
	margin-top: 1rem;
}
.wangdian_redesign .tuijian ul li {
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	margin-top: 1rem;
}
.wangdian_redesign .tuijian ul li .tu {
	width: 26%;
	float: left;
}
.wangdian_redesign .tuijian ul li .tu img {
	width: 100%;
}
.wangdian_redesign .tuijian ul li .box {
	float: left;
	width: 70%;
}
.wangdian_redesign .tuijian ul li .box .p01 {
	font-size: 1.2rem;
	color: #222;
	margin-top: 3rem;
	margin-left: 1rem;
}
.wangdian_redesign .tuijian ul li .box .p02 {
	font-size: 1rem;
	color: #444;
	margin-top: 1.2rem;
	margin-left: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.wangdian_redesign .tuijian ul li .box .p02 img {
	margin-right: 0.6rem;
}
.wangdian_redesign .tuijian ul li .box .p03 {
	font-size: 1rem;
	color: #444;
	margin-top: 1rem;
	margin-left: 1rem;
}
.wangdian_redesign .tuijian ul li .box .p03 img {
	margin-right: 0.6rem;
}
.news_redesign {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.news_redesign .float_rr {
	width: 70%;
	float: right;
}
.news_redesign .float_rr .biaoti {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.news_redesign .float_rr .biaoti .biaoti1 {
	width: 13%;
	float: left;
	font-size: 1.6rem;
	color: #222;
	border-bottom: 3px solid #93291e;
	padding-bottom: 0.6rem;
}
.news_redesign .float_rr ul {
	overflow: hidden;
	margin-top: 1.5rem;
}
.news_redesign .float_rr ul li {
	width: 100%;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #ccc;
}
.news_redesign .float_rr ul li .top {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
.news_redesign .float_rr ul li .top p {
	width: 80%;
	float: left;
	font-size: 1.2rem;
	color: #222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_redesign .float_rr ul li .top span {
	display: block;
	font-size: 0.9rem;
	color: #999;
	margin-top: 0.3rem;
	float: right
}
.news_redesign .float_rr ul li .bottom {
	width: 100%;
	margin-top: 0.8rem;
}
.news_redesign .float_rr ul li .bottom p {
	font-size: 0.9rem;
	color: #666;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_redesign .float_rr ul li .top p:hover {
	color: #93291e;
}
.news_details_redesign {
	margin: 3rem 0;
}
.news_details_redesign .float_rr {
	width: 70%;
	float: right;
}
.news_details_redesign .float_rr .biaoti {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.news_details_redesign .float_rr .biaoti .biaoti1 {
	width: 13%;
	float: left;
	font-size: 1.6rem;
	color: #222;
	border-bottom: 3px solid #93291e;
	padding-bottom: 0.6rem;
}
.news_details_redesign .float_rr .text {
	margin-top: 2rem;
}
.news_details_redesign .float_rr .text h1 {
	font-size: 1.4rem;
	color: #222;
	margin-top: 1rem;
}
.news_details_redesign .float_rr .text p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-top: 1rem;
}
.news_details_redesign .float_rr .text div {
	width: 80%;
	margin: auto;
	margin-top: 2rem;
}
.news_details_redesign .float_rr .text div img {
	width: 100%;
}
.contact_redesign {
	margin: 3rem 0;
}
.contact_redesign .float_rr {
	width: 70%;
	float: right;
}
.contact_redesign .float_rr .biaoti {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.contact_redesign .float_rr .biaoti .biaoti1 {
	width: 13%;
	float: left;
	font-size: 1.6rem;
	color: #222;
	border-bottom: 3px solid #93291e;
	padding-bottom: 0.6rem;
}
.contact_redesign .float_rr .box {
	overflow: hidden;
	margin-top: 2rem;
}
.contact_redesign .float_rr .box p {
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
}
.contact_redesign .float_rr .box p span {
	font-size: 1.2rem;
	font-weight: 600;
}
.index_product_nav {
	text-align: center;
	display: block;
	margin: 1rem auto;
	overflow: hidden;
}
.index_product_nav a {
	padding: 0 3%;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	line-height: 2.6rem;
	text-align: center;
	margin-left: 2%;
	float: left;
}
.index_product_nav a:hover {
	background: #f17901;
	border: none;
	color: #fff;
}
.location {
	padding: 0 1%;
	width: 25%;
	float: right;
	overflow: hidden;
	margin-top: 1rem;
}
.location p {
	float: left;
	color: #444;
	font-size: 0.9rem;
}
.location span {
	float: left;
	color: #444;
	font-size: 0.9rem;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.location a {
	display: block;
	float: left;
}
.location a:hover {
	color: #333;
}
.location h3 a {
	display: inline-block !important;
}
.left_nav {
	width: 23%;
	float: left;
	margin-bottom: 2rem;
}
.left_nav .xiao_b {
	background: url(../images/nav.png) center no-repeat;
	background-size: 100%;
	height: 92px;
}
.left_nav .xiao_b div {
	width: 38px;
	height: 38px;
	float: left;
	margin-top: 1.6rem;
	margin-left: 3rem;
	margin-right: 1rem;
}
.left_nav .xiao_b div img {
	width: 100%;
}
.left_nav h2 {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 92px;
	float: left;
}
.left_nav .chanpin {
	width: 99.4%;
	/*background:#f17901;*/
	border: 1px solid #dbdbdb;
}
.left_nav .chanpin a div {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.left_nav .chanpin a div:hover p {
	margin-left: 1rem;
	color: #9c47fd;
}
.left_nav .chanpin a div p {
	font-size: 1rem;
	color: #222;
	text-align: center;
	line-height: 4rem;
	transition: 0.2s;
}
.left_nav .nav_b {
	width: 100%;
	background: #9c47fd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 2rem 0;
}
.left_nav .nav_b p {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.left_nav .nav_b span {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	display: block;
	margin-top: 0.8rem;
}
/* 底部 */
.footer {
	width: 100%;
	background: #C10016;
}
.footer .center {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.foot_bottom{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.footer .logo_b {
	width: 25%;
    margin-top: 1.4rem;
    padding: 0 3% 0 0;
}
.footer .logo_b img {
	width: 60%;
    margin: 0 auto;
    display: block;
}
.footer .logo_b h2 {
	color:#FFF;
	font-size:1.5rem;
	line-height: 5rem;
	letter-spacing: .25rem;
	text-align: center;
}
.footer .foot_b {
	width: 15%;
	border-left: 1px solid #FFF;
	padding: 0 3%;
}
.footer h3{
	color:#FFF;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.footer .foot_b .ll {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footer .foot_b .ll a{
	width:50%;
	text-align: center;
	font-size: 1rem;
	line-height: 2;
	color: #FFF;
}
.footer .foot_b .ll a:hover{
	font-weight: 600;
}
.footer .foot_b .rr {
	width: 49%;
	float: left;
}
.footer .foot_b .rr span {
	font-size: 1rem;
	color: #e5e5e5;
	display: block;
	margin-bottom: 0.6rem;
	text-align: center;
}
.footer .foot_b .rr p {
	font-size: 0.8rem;
	color: #999;
	line-height: 1.4rem;
	text-align: center;
}
.footer .foot-z {
	width: 30%;
	margin: 1.4rem 0rem 1.4rem 0rem;
}
.footer .foot-z .dianhua .p01 {
	font-size: 1rem;
	line-height: 30px;
	color: #fff;
}
.footer .foot-z .dianhua span {
	font-size: 1rem;
	line-height: 30px;
	color: #ccc;
}
.footer .foot-z .dianhua .p02 {
	font-size: 1rem;
	line-height: 30px;
	color: #fff;
}
.footer .foot-z .dianhua .hrefTel {
	display:block;
	width: 60%;
	border-radius: 10px;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 2.4rem;
	margin-top: 0.4rem;
	color: #FFF;
}
.footer .foot-z .dianhua .hrefTel:hover {
	background: #93291e;
	color: #fff
}
.footer .banquan {
	width: 100%;
	background: #93291e;
	overflow: hidden;
	font-size: .8rem;
	color: #FFF;
	text-align: center;
	padding: 1rem 0;
	line-height:2;
}
.footer .banquan a{
	color: #FFF;
}
.fixed {
	position: absolute;
}
.fixed_dh {
	height: 4.0rem;
	text-align: right;
	display: none;
	position: fixed;
	top: 60%;
	right: 2%;
}
.paginationa {
	overflow: hidden;
	margin: 3rem 0;
}
.paginationa ul li {
	float: left;
	border: solid 1px #ccc;
	margin-left: 1%;
	text-align: center;
	line-height: 2rem;
	padding: 0 1%;
}
.paginationa ul {
	max-width: 1200px;
	margin: auto;
}
.paginationa ul li a:hover {
	color: #ffc001;
}
.paginationa span {
	line-height: 30px;
}
/* 首页标题 */
.title {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 2rem;
	overflow: hidden;
}
.title h2 {
	color: #93291e;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	margin: 0.4rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.title span {
	color: #999;
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 0.6rem;
	font-family: "Adobe Caslon Pro";
	font-weight: 100;
	margin-top: 0.7rem;
}
.title .xian {
	height: 3px;
    margin: 0 auto;
    margin-top: 1rem;
    width: 10%;
    background-color: #93291e;
}
/* 产品详情 */
.index_product {
	width: 100%;
	padding: 4rem 0 2rem 0;
}
.product {
	padding-top: 3rem;
}
.switch {
	height: 99px;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	margin-bottom: 3rem;
	margin-top: 4rem;
}
.switch .margin_left {
	margin-top: 18px;
}
.switch .margin_left p {
	font-size: 14px;
	color: #999999;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.switch .margin_left:hover p {
	color: #93291e;
}
.lianjie {
	margin: 1rem 0 0rem 0;
	overflow: hidden;
	padding-bottom: 1rem;
	border-bottom: 1px solid #666;
	margin-bottom: 1rem;
}
.lianjie a span {
	color: #999;
	display: block;
	float: left;
	margin-left: 3rem;
	line-height: 2rem;
}
.lianjie p {
	color: #ccc;
	display: block;
	float: left;
	font-size: 1.2rem;
	line-height: 2rem;
}
.con .center .box {
	margin-top: 2rem;
	padding: 5% 0;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #ccc;
	overflow: hidden;
	margin-bottom: 4rem;
}
.con .center .box .float_l {
	width: 30%;
	float: left;
	border-right: 1px dashed #ccc;
}
.con .center .box .float_l p {
	font-size: 2rem;
	color: #222;
	font-weight: 600;
	text-align: center;
	margin-top: 1rem;
}
.con .center .box .float_l span {
	font-size: 1.4rem;
	background: #9c47fd;
	color: #fff;
	line-height: 2.8rem;
	width: 80%;
	text-align: center;
	display: block;
	border-radius: 20px;
	margin: 1rem auto;
}
.con .center .box .float_c {
	width: 40%;
	float: left;
	padding-left: 4%;
	padding-top: 2rem;
}
.con .center .box .float_c p {
	font-size: 1.1rem;
	color: #222;
	line-height: 2rem;
}
.con .center .box .float_c p:nth-child(1) {
	font-size: 1.4rem;
	font-weight: 600;
}
.con .center .box .float_r {
	width: 23%;
	float: left;
	border-left: 1px dashed #ccc;
}
.con .center .box .float_r img {
	width: 50%;
	margin: auto;
	display: block;
}
.online {
	position: fixed;
	top: 50%;
	right: 1rem;
}
.bottom_fixed {
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
}
.bottom_fixed ul {
	overflow: hidden;
}
.bottom_fixed ul li {
	width: 50%;
	float: left;
}
.bottom_fixed ul li:nth-child(1) {
	background: #ff6005;
}
.bottom_fixed ul li:nth-child(2) {
	background: #26c540;
}
.bottom_fixed ul li img {
	float: left;
	margin-right: 0.6rem;
	margin-left: 4rem;
	margin-top: 0.7rem;
}
.bottom_fixed ul li p {
	font-size: 0.9rem;
	color: #fff;
	line-height: 50px;
}
.fixed {
	position: fixed;
	right: 0;
	top: 50%;
}
.fixed ul {}
.fixed ul li {
	background: #93291e;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0.6rem;
}
.fixed ul li i {
	color: #666;
	margin-top: 0.5rem;
}
.fixed ul li i {
	color: #666;
	margin-top: 0.5rem;
}
.fixed ul li:last-child img {
	padding-top: 40%;
}
.fixed ul li .img1 {
	width: 50%;
	margin: 0 auto;
	padding-top: 10%;
}
.fixed ul li .img1 img {
	width: 100%;
	margin: auto;
}
.fixed ul li p {
	text-align: center;
	font-size: 0.8rem;
}
.fixed ul li .p1 span {
	display: block;
	margin: 0.5rem 0;
	font-weight: none;
	color: #fff;
	font-size: 0.9rem;
}
.fixed ul li .p1 {
	font-weight: 600;
	position: absolute;
	top: 0;
	right: -200px;
	width: 150px;
	color: #fff;
	background: #93291e;
	text-align: center;
	height: 70px;
	font-size: 1rem;
	transition: all 1s;
	z-index: -999;
	border-radius: 6px;
}
.fixed ul li:hover .p1 {
	right: 70px;
}
.fixed ul li a {
	color: #666;
}
/*维修网点*/
.wd_list{
	width:100%;
	overflow: hidden;
}
.wd_list .wd_alt{
	width:28%;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid #C10016;
	margin-bottom: 2rem;
}
.wd_list .wd_alt .tu{
	width:100%;
	overflow: hidden;
}
.wd_list .wd_alt .tu img{
	width:100%;
}
.wd_list .wd_alt .con{
	padding: 1rem;
}
.wd_list .wd_alt .con h3{
	font-size:1.rem;
	text-align: center;
}
.wd_list .wd_alt .con h3 a{
	color: #C10016;
}
.wd_list .wd_alt .con h3 a span{
	font-size:1rem;
}
.wd_list .wd_alt .con hr{
	width:30%;
	height:2px;
	background-color: #C10016;
	margin: 1rem auto;
}
.wd_list .wd_alt .con .txt{
	font-size:.85rem;
	font-weight: 600;
	line-height: 2;
}
.wd_list .wd_alt .con .tel{
	border-radius: 10px;
	background-color: #C10016;
	width: 45%;
	margin: 1rem auto auto;
	padding: .25rem 0;
	display: flex;
	text-align: center;
    justify-content: center;
    align-items: center;
	color: #FFF;
}
.wd_list .wd_alt .con .tel:hover{
	background-color: #93291e;
}
.wd_show{
	
}
.wd_show h1{
	font-size:1.25rem;
	text-align: center;
	color: #C10016;
	margin: 3% auto;
}
.wd_show h1 span{
	font-size:1rem;
}
.show_con{
	background-color:#efefef;
	padding: 1rem;
	margin-bottom: 5%;
}
.show_con .tu_txt{
	
}
.show_con .tu_txt .map,
.show_con .atv-show{
	width:49%;
}
.show_con .tu_txt .map{
	height: 300px;
	border: #93291e solid 2px;
	border-radius: 0.3125rem;
}
.show_con .atv-show{
	
}
.show_con .atv-show h2{
	color:#C10016;
	font-size: 1.25rem;
	margin: 2rem auto 3rem;
}
.show_con .atv-show p{
	line-height:2;
	font-size:.85rem;
}
.show_con .atv-show .tel{
	border-radius: 10px;
    background-color: #C10016;
    width: 45%;
    margin-top: 2rem;
    padding: 0.5rem 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.show_con .content{
	margin: 2rem auto;
}
.show_con .content .bt{
	font-size:1.5rem;
	text-align:center;
}
.show_con .content .con{
	margin-top: 2rem;
	text-indent: 2em;
}
/*新闻列表*/
.news_list{
	
}
.news_list li{
	width:100%;
	background-color: #efefef;
	padding: 1.5%;
	margin-bottom: 2rem;
}
.news_list li .a-tu{
	width:20%;
	overflow: hidden;
}
.news_list li .a-tu img{
	width:100%;
}
.news_list li .a-txt{
	width:73%;
}
.news_list li .a-txt h3{
	font-size:1.25rem;
	color: #C10016;
	text-decoration: #C10016 underline 1px;
}
.news_list li .a-txt .jj{
	font-size:.85rem;
	line-height: 2;
	font-weight: 600;
	margin: .5rem auto 1rem;
}
.news_list li .a-txt .time{
	font-size:.85rem;
}
.news_list li .a-more{
	width: 3%;
    height: 6rem;
    line-height: 6rem;
    color: #FFF;
    background-color: #bfbfbf;
    text-align: center;
}
.news_list li a:hover .a-more{
	background-color: #C10016;
}
.news_show{
	overflow:hidden;
	margin-top: 2rem !important;
}
.news_show .show-l{
	width:75%;
}
.news_show .show-l h1{
	margin:2rem auto;
	text-align:center;
	font-size: 1.5rem;
}
.news_show .show-l .arr{
	
}
.news_show .show-l .arr p{
	padding:0 .5rem;
	height: 0.85rem;
    line-height: .85rem;
	margin-bottom: 1rem;
	border-right: #000 2px solid;
}
.news_show .show-l .arr p:last-child{
	border-right:none;
}
.news_show .show-l hr{
	height:3px;
	background-color: #FFF;
	border-top: 3px solid #C10016;
	border-bottom: 1px solid #93291e;
	margin-bottom: 1rem;
}
.news_show .show-l .con{
	color: #2f3340;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    text-indent: 2em;
}
.news_show .show-l .con h1, 
.news_show .show-l .con h2, 
.news_show .show-l .con h3 {
    color: #000;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 5px;
    line-height: 24px;
}
.news_show .show-l .con p {
    margin: 0 0 .5rem;
    color: #2f3340;
    font-size: 14px;
    margin-bottom: 1rem;
}
.news_show .show-r{
	width:20%;
}
.news_show .show-r h2{
	color:#595959;
	font-size:1.25rem;
}
.news_show .show-r li a{
	display: block;
	font-size:.85rem;
	line-height: 2;
	padding:1rem 0;
	border-bottom: 2px #000 dashed;
}
.news_show .show-r li a h3{
	font-size:.85rem;
}
.news_show .show-r li a:hover h3{
	font-weight: 600;
}
.show_page{
	background-color: #efefef;
	padding: 2%;
	margin: 2rem auto;
}
.show_page .ll{
	width:85%;
	color: #222;
	font-size: .85rem;
	line-height: 2;
}
.show_page .rr{
	width:10%;
}
.show_page .rr a{
	text-align:center;
	border: 1px solid #C10016;
	font-size: .8rem;
	border-radius: 0.1875rem;
	padding: .25rem 0;
	color: #C10016;
}
.show_page .rr a:hover{
	background-color: #C10016;
	color: #FFF;
}
.xg_newslist{
	margin-bottom: 2rem;
	margin-top: 2rem;
	width: 100%;
}
.xg_newslist .tit{
	background-color:#C10016;
	color: #FFF;
	padding: 1%;
	margin-bottom: 1rem;
}
.xg_newslist .xg_news{
	
}
.xg_newslist .xg_news li{
	width:23%;
	text-align: center;
	font-size: .85rem;
	line-height: 2;
}
.xg_newslist .xg_news .tu{
	width:100%;
	overflow: hidden;
}
.xg_newslist .xg_news img{
	width:100%;
}
.xg_newslist .xg_news li .txt{
	margin: .5rem auto;
}
.xg_newslist .xg_news li:hover p{
	font-weight: 600;
}
/*about*/
.huanjing{
	background-color: #efefef;
	padding: 1%;
	margin: 5% auto;
}
.huanjing .tit{
	text-align: center;
	color: #C10016;
}
.huanjing .tit h1
{
	font-size:1.5rem;
	margin:2rem 0;
	font-weight: 600;
}
.about_con{
	background-color: #efefef;
	padding: 1%;
	margin: 5% auto;
}
.about_con h1{
	font-size:1.5rem;
	margin:1rem 0 2rem;
	font-weight: 600;
	text-align: center;
	color: #C10016;
}
.about_con .text{
	font-size:1rem;
	color: #444;
}
.about_con .text p{
	text-indent: 2em;
}
@media screen and (max-width:640px) {

	/*新闻列表*/
	.news_list li .a-tu,.news_list li .a-txt,.news_show .show-l,.news_show .show-r,.xg_newslist .xg_news li {
    	width: 96%;
    	margin: 0 2%;
    }

    .news_list li .a-more {
    	display: none;
    }
    .news_show .show-r h3{
    	width: 72%;
    	float: left;
    }
    .news_show .show-r p{
    	width: 28%;
    	float: right;
    }
    .news_show .show-r li a{
    	line-height: 0rem;
    	padding: 1.5rem 0;
    }

/*新闻列表*/

	.title .xian {
		display: none;
	}
	.xiangmu_redesign .top ul {
		width: 80%;
	}
	.xiangmu_redesign .bottom ul li .box1 {
		width: 48.8%;
	}
	.xiangmu_redesign .bottom ul li .box1 .text {}
	.xiangmu_redesign .bottom ul li .box1 .text {
		padding: 4%;
	}
	.xiangmu_redesign .bottom ul li .box1 .text .p02 {
		margin-top: 1rem;
	}
	.index_news_redesign .top ul {
		width: 96%;
		padding: 2%;
	}
	.index_news_redesign .top ol {
		width: 96%;
		float: none;
		margin: auto;
	}
	.index_news_redesign .top ol li {
		width: 19%;
		padding: 6% 2%;
		margin-top: 1rem;
	}
	.index_news_redesign .bottom {
		display: none;
	}
	
	.liucheng_redesign{
		height: auto;
	}
	
	.liucheng_redesign ul{
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.liucheng_redesign ul li{
		position: relative;
		width: 49.5% !important;
		height: auto !important;
		margin-bottom: .5rem;
		padding-bottom: 2rem;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.liucheng_redesign ul li .ext{
		position: relative;
	}
	.liucheng_redesign ul li .tt{
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		margin: 2rem auto 1rem auto;
	}
	.liucheng_redesign ul li .tt .p01{
		font-size: 1rem;
	}
	.guanggao2_redesign {
		display: none;
	}
	.location a {
		display: block;
		float: left;
	}
	.baozhang_redesign {
		display: none;
	}
	.index_about_redesign .box .dianhua {
		width: 80%;
	}
	.index_about_redesign ul li {
		width: 32.3%;
		margin-bottom: 1%;
	}
	.index_wangdian_redesign ul li {
		width: 100%;
	}
	.index_wangdian_redesign ul li .text p {
		padding-top: 1rem;
	}
	.index_wangdian_redesign ul li .text {
		height: 96px;
		padding-bottom: 1rem;
	}
	.index_wangdian_redesign ul li .float_left {
		height: 110px;
	}
	.index_wangdian_redesign ul li .float_left img {
		height: 100%;
	}
	.float_ll {
		display: none;
	}
	.about_redesign .float_rr {
		width: 96%;
		margin: auto;
		float: none;
	}
	.about_redesign .float_rr .biaoti .biaoti1 {
		width: 27%;
		font-size: 1.4rem;
	}
	.location {
		width: 55%;
	}
	.about_redesign .float_rr .tupian {
		display: none;
	}
	.wangdian_redesign .float_rr {
		width: 96%;
		margin: auto;
		float: none;
	}
	.wangdian_redesign .float_rr .biaoti .biaoti1 {
		width: 30%;
	}
	.wangdian_redesign .float_rr .dianhua {
		background-size: 100% 100%;
	}
	.wangdian_redesign .float_rr .dianhua .p01 {
		width: 70%;
	}
	.wangdian_redesign .float_rr .dianhua .dianhua1 {
		width: 70%;
	}
	.wangdian_redesign .float_rr .wangdian_redesign_1 .wenan p {
		width: 16%;
	}
	.wangdian_redesign .float_rr .wangdian_redesign_1 .tupian p {
		width: 90%;
	}
	.wangdian_redesign .float_rr .wangdian_redesign_1 .zixun {
		width: 30%;
	}
	.wangdian_redesign .float_rr .xiangqing .wenan p {
		width: 16%;
	}
	.wangdian_redesign .float_rr .xiangqing .tupian p {
		width: 90%;
		line-height: 1.6rem;
	}
	.wangdian_redesign .float_rr .xiangqing .zixun {
		width: 34%;
	}
	.wangdian_redesign .tuijian ul li .box .p01 {
		margin-top: 0.6rem;
	}
	.wangdian_redesign .tuijian ul li .box .p02 {
		margin-top: 0.6rem;
	}
	.wangdian_redesign .tuijian ul li .box .p03 {
		margin-top: 0.4rem;
	}
	.news_redesign .float_rr {
		width: 96%;
		margin: auto;
		float: none;
	}
	.news_redesign .float_rr .biaoti .biaoti1 {
		width: 30%;
	}
	.news_details_redesign .float_rr {
		width: 96%;
		float: none;
		margin: auto;
	}
	.news_details_redesign .float_rr .biaoti .biaoti1 {
		width: 30%;
	}
	.news_details_redesign .float_rr .text h1 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.contact_redesign .float_rr {
		width: 96%;
		float: none;
		margin: auto;
	}
	.contact_redesign .float_rr .biaoti .biaoti1 {
		width: 30%;
	}
	.liucheng_redesign .box ul li {
		width: 23.4%
	}
	.index_wangdian_redesign ul li .dian {
		display: none;
	}
	.index_wangdian_redesign ul li .wenzi1 span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.footer .center .logo_b {
		display: none;
	}
	.fixed {
		display: none;
	}
	.title .dianhua {
		display: block;
		width: 70%;
	}
	.bottom_fixed {
		display: block;
	}
	.footer .center .foot_b {
		display: none;
	}
	.footer .center .foot-z .dianhua div {
		display: none;
	}
	.footer .center .foot-z .dizhi div {
		display: none;
	}
	.footer .center .foot_r {
		display: none;
	}
	.footer .banquan p {
		margin-left: 0;
	}
	.footer .banquan span {
		text-align: center;
		float: none;
		margin-left: 0;
	}
	.footer {
		margin-bottom: 50px;
		padding: 0 2%;
		width: 96%;
		margin-top: 2rem;
	}
	.footer .center {
		width: 100%;
		padding: 0;
	}
	.footer .center .foot-z {
		width: 100%;
		padding: 2rem auto;
		margin-left: 2%;
		border: none;
	}
	
	.youshi .box .bg-img,
	.youshi .box .float_r{
		display: none;
	}
	.youshi .box .float_l{
		width: 92%;
		margin-bottom: 2rem;
	}
	.index_about {
		width: 92%;
		margin: auto;
		background: none;
		height: auto;
	}
	.index_about .float_l {
		display: none;
	}
	.index_about .float_r {
		width: 90%;
		margin: auto;
		float: none;
	}
	.index_about .float_r h2 {
		color: #222;
	}
	.index_about .float_r p {
		color: #999;
	}
	.index_about .float_r span {
		width: 32%;
		margin-bottom: 1rem;
	}
	
	.footer .logo_b,
	.footer .foot_b{
		width: 43%;
	}
	.footer .logo_b h2{
		line-height: 1;
		font-size: .85rem;
		margin-top: 1rem;
	}
	.footer .foot_b{
		margin-top: 1.4rem;
	}
	.footer .foot-z{
		width: 100%;
	}
	
	.fw-but .box1{
		width: 49%;
		margin-bottom: 0;
	}
	.fwlc_tab li .fwlc_tab01yu {
	    width: 42px !important;
	    height: 42px !important;
	    font-size: 24px !important;
	}
	
	.wd_list .wd_alt{
		width: 95%;
		margin: 0 auto 2rem;
	}
	.show_con .tu_txt .map, 
	.show_con .atv-show{
		width: 100%;
	}
}
/*维修流程*/
.fwlc {
	margin: 0px auto 24px;
	width: 100%;
	background: #fbfbfb;
	padding: 24px 0px;
}
.fwlc_left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fwlc_tab {}
.fwlc_tab li {
	width: 50%;
	height: 100px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fwlc_tab li.current {
	background: #C10016;
}
.fwlc_tab li.line {
	background: #93291e;
}
.fwlc_tab li .fwlc_tab01yu {
	width: 64px;
	height: 64px;
	background: #fff;
	color: #C10016;
	border-radius: 50%;
	margin-right: 12px;
	font-size: 36px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	transition: transform 2s ease-out;
	cursor: pointer;
}
.fwlc_tab li .fwlc_tab01yu:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.fwlc_tab li.current .fwlc_tab01yu {
	color: #93291e;
}
.fwlc_tab li img {
	
}
.fwlc_tab li span {
	color: #fff;
	font-family: "Microsoft YaHei";
}
.hidden {
	display: none;
}
.visit_tab_content {
	width: 100%;
}
.progress_bar {
	background: url(../images/process_bg.jpg) repeat-x scroll -25px 72px;
	height: 100px;
	width: 783px;
	margin: 30px auto 0;
	position: relative;
}
.progress_bar .progress_bar_current {
	background: url(../images/process_bg_progress.jpg) no-repeat scroll left top;
	height: 11px;
	left: 23px;
	overflow: hidden;
	position: absolute;
	top: 72px;
	width: 0;
	z-index: 0;
	_z-index: -10;
}
.progress_bar ul {
	position: relative;
	z-index: 2;
}
.progress_bar li {
	cursor: pointer;
	float: left;
	width: 100px;
	_height: 100px;
}
.progress_bar li:nth-last-of-type(1) {
	width: 83px;
}
.progress_bar li .intro {
	display: block;
	height: 56px;
	left: -17px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	_left: 0;
	_position: static;
	_margin: 0;
	_text-align: left;
	_width: 100%;
	_height: 66px;
}
.progress_bar li .intro h4 {
	font-size: 14px;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	color: #333333;
	font-weight: normal;
}
.progress_bar li .intro span {
	font-size: 14px;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	color: #333333;
	font-weight: normal;
}
.progress_bar li .intro p {
	color: #626262;
	display: block;
	font-size: 12px;
	font-family: "宋体";
	line-height: 18px;
	text-align: center;
}
.progress_bar li span:last-child {
	background: url(../images/process_dot.png) no-repeat scroll -45px 0;
	_background-image: url(../images/process_dot.png) no-repeat scroll -45px 0;
	display: block;
	height: 46px;
	width: 45px;
}
.progress_bar li.past span {
	background-position: right top;
}
.progress_bar li.current .intro h4 {
	color: #66410c;
}
.progress_bar li.current .intro span:first-child {
	color: #66410c;
}
.progress_bar li.current .intro p {
	color: #66410c;
	font-size: 14px;
	line-height: 18px;
	font-family: "Adobe 黑体 Std", "Microsoft YaHei";
	display: block;
	margin-top: 3px;
}
.progress_bar li.current span {
	background-position: left top;
}
#visit_process_list_outter {
	padding: 30px 0 16px;
	margin: 0px auto 0px;
}
.visit_process_list .jcarousel-clip,
.visit_process_list {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.visit_process_list dl dt a.more span,
.process li span,
#top_nav .search_box,
.check_submit,
.login_btn {
	
}
.prevBtn,
.nextBtn {
	background: url(../images/slider-arrow.png) -60px -64px #000 no-repeat;
	background-size: 120px 92px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.prevBtn {
	height: 40px;
	left: 2%;
	position: absolute;
	top: 33%;
	width: 28px;
	z-index: 2;
}
.nextBtn {
	background-position: 0px -64px;
	height: 40px;
	position: absolute;
	right: 2%;
	top: 33%;
	width: 28px;
	z-index: 2;
}
.prevBtn:hover,
.nextBtn:hover {
	display: block;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.visit_process_list .jcarousel-item {
	height: auto;
	width: 783px;
}
.visit_process_list li {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}
.visit_process_list dl {
	position: relative;
}
.visit_process_list dl dd.image {
	height: 157px;
	width: 30%;
}
.visit_process_list dl dd.image img {
	max-width: 90%;
}
.visit_process_list dl dt {
	width: 44%;
	margin-left: 12px;
}
.visit_process_list dl dt h3 {
	font-family: "Microsoft YaHei";
	color: #333;
	line-height: 32px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.visit_process_list dl dt p {
	clear: both;
	color: #666666;
	font: 200 "微软雅黑";
	padding-top: 4px;
	line-height: 20px;
}
.visit_process_list dl dt a.more {
	color: #66410c;
	display: block;
	float: left;
	height: 20px;
	padding: 0 0 0 10px;
	position: relative;
	width: 400px;
}
.visit_process_list dl dt a {
	color: #66410c;
}
.fwlc_right {
	width: 26%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gh {
	height: 434px;
	margin: auto;
	background: url(../images/ghbg.jpg) center top no-repeat;
	background-size: 100% 434px;
}
.gh_tit {
	text-align: center;
	padding-top: 18px;
}
.gh_tit span {
	color: #fff;
	font-family: "Microsoft YaHei";
}
.gh_tit p {
	color: #fff600;
	padding-top: 8px;
}
.gh_line {
	border-top: 1px solid #6b6256;
	border-bottom: 1px solid #9c968d;
	width: 98%;
	margin: 14px auto 14px;
}
.gh_cont {
	width: 100%;
	margin: auto;
}
.gh_cont label {
	color: #fff;
}
.gh_cont p {
	margin-top: 28px;
}
.gh_cont p input {
	width: 48%;
	height: 28px;
	border: 1px solid #bdb9b3;
	background: none;
	cursor: pointer;
}
.gh_cont p select {
	width: 48%;
	height: 28px;
	border: 1px solid #bdb9b3;
	background: none;
	color: #fff;
	padding-left: 10px;
}
.gh_cont p select option {
	background: #666;
}
.gh_cont p textarea {
	width: 48%;
	height: 60px;
	border: 1px solid #bdb9b3;
	background: none;
	vertical-align: middle;
	cursor: pointer;
}
.gh_sub {
	width: 32%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e1d0a0;
	color: #000000;
	margin: 28px auto 0px;
	cursor: pointer;
	border: none
}
.gh_sub:hover {
	background: #4e4137;
	color: #fff;
}
@media (max-width:1160px) {
	.fwlc .pcshow {
		display: none;
	}
	.fwlc_left {
		margin-bottom: 24px;
	}
}
@media (max-width:784px) {
	.visit_process_list dl dd.image {
		width: 30%;
		margin-left: -15%;
	}
	.visit_process_list dl dt {
		width: 40%;
	}
}
@media (max-width:680px) {
	.visit_process_list dl dd.image {
		width: 30%;
		margin-left: -28%;
	}
	.visit_process_list dl dt {
		width: 40%;
	}
}
@media (max-width:600px) {
	.visit_process_list dl dd.image {
		display: none !important;
		margin-left: 0px;
	}
	.visit_process_list dl dt {
		width: 70%;
		margin-left: 0px;
	}
}
@media (max-width:520px) {
	.visit_process_list dl dt {
		width: 50%;
		margin-left: -48%;
	}
	.fwlc_tab li img {
		margin-right: 6px;
		max-width: 62%;
	}
}
@media (max-width:410px) {
	.visit_process_list dl dt {
		width: 38%;
		margin-left: -60%;
	}
	.fwlc_tab li img {
		margin-right: 4px;
		max-width: 56%;
	}
}
.huanjin_cont {
	margin: 0px auto 24px;
}
.huanjin_left {
	width: 20%;
}
.huanjin_left li {
	padding: 3px;
	background: #bfbfbf;
	width: 48%;
	margin-bottom: 14px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.huanjin_left li:nth-last-of-type(1),
.huanjin_left li:nth-last-of-type(2) {
	margin-bottom: 0px;
}
.huanjin_left li .bor {
	text-align: center;
	border: 1px solid #fff;
	width: 97.6%;
	height: 96px;
}
.huanjin_left li .bor span {
	font-size: 14px;
	color: #fff;
}
.huanjin_left li .bor p {
	font-size: 12px;
	color: #fff;
	padding-top: 6px;
	filter: alpha(Opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}
.huanjin_left li.on {
	background: #C10016;
}
.huanjin_left li.on .bor {
	border: 1px solid #fff;
}
.huanjin_left li.on .bor span {
	color: #fff;
}
.huanjin_left li.on .bor p {
	color: #fff;
}
.huanjin_right {
	width: 78.4%;
}
.huanjin_right ul li {
	overflow: hidden;
	width: 100%;
}
.huanjin_right ul li img {
	width: 100%;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.huanjin_right ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media (max-width:1200px) {
	.huanjin_left {
		width: 100%;
		margin-bottom: 14px;
	}
	.huanjin_left li:nth-last-of-type(1),
	.huanjin_left li:nth-last-of-type(2) {
		margin-bottom: 14px;
	}
	.huanjin_left li {
		width: 16.2%;
	}
	.huanjin_right {
		width: 100%;
	}
}
@media (max-width:740px) {
	.huanjin_left li {
		width: 32.3%;
	}
}



/* 维修系列 */
.jxwrap{padding: 62px 0 0px; overflow: hidden;}
.wxtit01 h3, .wxtit01 div:first-child {
    margin-bottom: 10px;
}

.swiper-jx {
    position: relative;
}
.jximgwrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jximgwrap img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}
.swiper-jxwxxl .swiper-slide {
    background: #e3e2de;
}

.swiper-jxwxxl .swiper-slide h3 {
    color: #333;
    margin-bottom: 8px;
    border-left: 8px solid #e3e2de;
    border-right: 8px solid #e3e2de;
    font-weight: bold;
    
}
.swiper-jxwxxl .swiper-slide p {
    color: #616362;
    line-height: 24px;
    margin-bottom: 24px;
    border-left: 8px solid #e3e2de;
    border-right: 8px solid #e3e2de;
}
.swiper-jxwxxl .swiper-slide h3 a {
    color: #333;
}

.swiper-jxwxxl .swiper-slide span.lianjie1:hover {
    background: #93291e;
}
.swiper-jxwxxl .swiper-slide span.lianjie1 {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 52px;
    height: 52px;
    color: #fff;
    background: #93291e;
}

.smsize {
    font-size: 14px;
    line-height: 28px;
}

.jxbtn {
    position: absolute;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.jxprev {
    left: 10px;
}

.jxnext {
    right: 10px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




  /*新增加资讯样式*/

.mb80 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}
.tit>p {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}


.wtul {
    height: 60px;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.wtul li {
    color: #fff;
    cursor: pointer;
    background: #203880;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    border-radius: 0.2rem;
}
.wtul li.on {
    color: #c8a21d;
}

.wtone {
    display: none;
}
.wtone.on {
    display: flex;
}
.wtfl {
    width: 36%;
    display: block;
    overflow: hidden;
}

.wtfl .f-item:first-child {
    margin-top: 0;
}
.wtfl .f-item {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    transition: all 0.3s;
}


.wtfl .f-item .img {
    width: 30%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 22%;
	position:relative;
	display:inline-block;
	margin: 0 auto;
	left: 0;
}

.wtfl .f-item:first-child .img {
    width: 100%;
    padding-top: 70%;
}

.wtfl .f-item .txt {
    width: 67%;
    overflow: hidden;
}

.wtfl .f-item:first-child .txt {
    width: 100%;
}

.wtfl {
    width: 36%;
    display: block;
    overflow: hidden;
}
.wtfl .f-item .img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.wtfl .f-item:first-child .txt a h3 {
    margin: 10px 0 5px 0;
}
.wtfl .f-item .txt a h3 {
    color: #333;
    font-size:  16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wtfl .f-item:first-child .txt p {
    font-size: 14px;
}
.wtfl .f-item .txt p {
    font-size:  14px;
    color: #666;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wtfl .f-item .txt .watch_time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.wtfl .f-item .txt .watch_time i {
    color: #999;
    margin-right: 0.4rem;
    font-size: 1rem;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wtfl .f-item .txt .watch_time span {
    font-size: 14px;
    color: #999;
}


.wtfr {
    width: 62%;
}
.wtfr ul.wtbtm {
    width: 100%;
	padding: 0;
	background: none !important;
}
.wtfr ul.wtbtm li {
    width: 48%;
	height: auto;
	border: none;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.wtbtm li .time {
    overflow: hidden;
    margin-right: 16px;
    flex-direction: column;
    text-align: center;
}

.wtbtm li .time span {
    color: #111;
    font-weight: bold;
    font-size: 14px;
}
.wtbtm li .time p {
    font-size: 14px !important;
    color: #111 !important;
    margin-top: 10px;
	width: 100% !important;
	margin: 0;
	line-height: 2 !important;
}
.wtbtm li .txt {
    flex: 1;
    width: 70%;
}
.slh {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wtbtm li .txt a h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}
.wtbtm li .txt p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 16px !important;
	width: 100% !important;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
}

@media (max-width:640px) {

    .tit>p {
        line-height: 24px;
    }
    .mb50 {
    margin-bottom: 18px;
    }
    .wtul {
    background: none;
    height: initial;
    }
    .wtul li.on {
        background: #c8a21d;
        color: #fff;
    }
    .wtul li {
    margin: 0 2%;
    padding: 7px 7px;
    background: #081b47;
    color: #fff;
    border-radius: 5px;
    }

    .wtbtm li {
    margin-bottom: .4rem;    
    }

    .wtbtm li .time p {    
        margin: 0.1rem auto;
    }
    .wtfl .f-item {    
        margin: 0.5rem 0;        
    }

    .wtfl .f-item:first-child .txt p {
        font-size: 1rem;
    }
    .wtfl .f-item .txt p {
        font-size: 1rem;    
        line-height: 1.24rem;   
        
    }
    .wtfl .f-item .txt .watch_time {        
        margin-top: 0.24rem;
    }
	.index_news_redesign .top ul li span{
		font-size: 1rem;
        line-height: 1rem;
	}


    .wtfl .f-item .txt .watch_time span ,.wtbtm li .time span,.wtbtm li .time p,.wtbtm li .txt p{
        font-size: .8rem;
        line-height: 1rem;
       
    }

    .wtbtm li .txt a h1 {
        font-size: .26rem;        
        margin-bottom: 0.12rem;        
    }


    .wtcon {
        width: 100%;
    }
    .wtfl {
    margin-bottom: 16px;
    width: 100%;
    }
    .wtfl {
    margin-bottom: 16px;
    width: 100%;
    }
    .wtfr {
    width: 96%;
    padding: 0 2%;
    }



}