 .head {
 	background: #f6f6f6;
 	padding: 8px 0;
 }
 
 .head .yy {
 	background: url(../img/img2.jpg) left center no-repeat;
 	padding-left: 20px;
 	color: #000;
 	font-size: .95rem;
 	position: relative;
 	padding-right: 10px;
 }
 
 .head .yy .t span {
 	padding-right: 12px;
 	background: url(../img/p1.png) right 10px no-repeat;
 }
 
 .head .yy dl {
 	position: absolute;
 	left: 0px;
 	padding-top: 13px;
 	width: 100%;
 	z-index: 99;
 	font-size: .8rem;
 	display: none;
 	border-radius: 4px;
 }
 
 .head .yy:hover dl {
 	display: block;
 }
 
 .head .yy dl dd a {
 	padding: 6px 5px;
 	display: block;
 	background: #f4f4f4;
 	text-align: center;
 }
 
 .head .yy dl dd a:hover {
 	background: #da251e;
 	color: #fff;
 }
 
 .head .sousuo {
 	width: 230px;
 	height: 25px;
 	border: 1px solid #eee;
 	background: #fff;
 	font-size: .9rem;
 	margin-left: 15px;
 }
 
 .head .sousuo .text {
 	width: 185px;
 	padding-left: 5px;
 }
 
 .head .sousuo .but {
 	height: 25px;
 	width: 30px;
 	background: url(../img/img3.jpg) #000000 center no-repeat;
 }
 
 .nav ul {
 	margin-top: 35px;
 }
 
 .nav ul li {
 	margin: 0px 22px;
 	padding-bottom: 28px;
 }
 
 .nav ul li .li_a {
 	padding: 8px 14px;
 	padding-right: 30px;
 	font-size: .95rem;
 	background: url(../img/p1.png) 90% center no-repeat;
 }
 
 .nav ul li .li_a:hover {
 	color: #fff;
 	border-radius: 4px;
 	background: url(../img/p2.png) #da251e 90% center no-repeat;
 }
 
 .nav ul .on .li_a {
 	color: #fff;
 	border-radius: 4px;
 	background: url(../img/p2.png) #da251e 90% center no-repeat;
 }
 
 .nav {
 	position: relative;
 }
 
 .nav .w {
 	position: relative;
 }
 
 .nav .dc {
 	position: absolute;
 	width: 100%;
 	display: none;
 	height: 210px;
 	background: #f6f6f6;
 	top: 85px;
 	z-index: 999;
 }
 
 .nav .erji {
 	position: absolute;
 	left: 0px;
 	top: 100px;
 	display: none;
 	z-index: 1000;
 	width: 100%;
 }
 
 .nav .erji .tit {
 	width: 280px;
 	margin-right: 10%;
 	color: #000000;
 	font-size: 30px;
 	margin-top: 50px;
 }
 
 .nav .erji .img {
 	margin-top: 20px;
 }
 
 .nav ul li {
 	position: relative;
 }
 
 .nav ul li dl {
 	position: absolute;
 	top: 100px;
 	width: 100%;
 	text-align: center;
 	z-index: 10999;
 	display: none;
 }
 
 .nav ul li dl dd {
 	margin-bottom: 15px;
 }
 
 .nav ul li dl dd a {
 	color: #222222;
 	font-size: .8rem;
 }
 
 .nav ul li dl dd a:hover {
 	color: #da251e;
 }
 /*.nav ul li dl .act a {
 	color: #da251e;
 }*/
 
 .m1 {
 	padding: 70px 0;
 }
 
 .common_title {
 	text-align: center;
 	font-size: 38px;
 	color: #000000;
 	position: relative;
 }
 
 .common_title span {
 	display: inline-block;
 	padding: 0px 115px;
 	position: relative;
 	background: #fff;
 }
 
 .common_title span img {
 	position: absolute;
 	top: 50%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate(0%, -50%);
 	transform: translate( 0%, -50%);
 }
 
 .common_title span .let {
 	left: 10px;
 }
 
 .common_title span .rit {
 	right: 10px;
 }
 
 .common_title::before {
 	content: '';
 	width: 100%;
 	height: 1px;
 	display: block;
 	background: #000000;
 	position: absolute;
 	top: 50%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate(0%, -50%);
 	transform: translate( 0%, -50%);
 }
 
 .m1 .box .swiper-slide .img {
 	text-align: center;
 }
 
 .m1 .box .swiper-slide .tit {
 	color: #000000;
 	font-size: 1.1rem;
 	text-align: center;
 	margin-top: 10px;
 }
 
 .m1 .box .swiper-slide .hr {
 	padding: 5px 0;
 	margin-top: 25px;
 	text-align: center;
 }
 
 .m1 .box .swiper-slide .hr a {
 	border: 1px solid #cecece;
 	padding: 3px 22px;
 	color: #666666;
 	font-size: .8rem;
 }
 
 .m1 .box .swiper-slide .hr a:hover {
 	background: #da251e;
 	color: #fff;
 }
 
 .m1 .box {
 	position: relative;
 	margin-bottom: 50px;
 }
 
 .m1 .box .swiper-container {
 	margin-top: 50px;
 }
 
 .commmon_click_let,
 .commmon_click_rit {
 	width: 60px;
 	height: 60px;
 	position: absolute;
 	top: 50%;
 	z-index: 999;
 	cursor: pointer;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate(0%, -50%);
 	transform: translate( 0%, -50%);
 	background-color: #4b5557;
 }
 
 .commmon_click_let {
 	left: -60px;
 	background-image: url(../img/p3.png);
 	background-repeat: no-repeat;
 	background-position: center;
 }
 
 .commmon_click_rit {
 	right: -60px;
 	background-image: url(../img/p4.png);
 	background-repeat: no-repeat;
 	background-position: center;
 }
 
 .commmon_click_let:hover,
 .commmon_click_rit:hover {
 	background-color: #da251e;
 }
 
 .m2 .box {
 	margin-top: 60px;
 	padding: 0px 40px;
 	position: relative;
 }
 
 .m2 .box .swiper-slide .dm {
 	position: relative;
 }
 
 .m2 .box .swiper-slide .dm .text {
 	position: absolute;
 	width: 100%;
 	text-align: center;
 	height: 100%;
 	left: 0px;
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 	color: #fff;
 	top: 0px;
 	background: rgba(0, 0, 0, 0.5);
 }
 
 .m2 .box .swiper-slide .dm .text .c {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 70%;
 	padding: 0px 15%;
 	-webkit-transform: translate( -50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate( -50%, -50%);
 }
 
 .m2 .box .swiper-slide .dm .text .c .tit {
 	font-size: 1.4rem;
 	margin-bottom: 30px;
 }
 
 .m2 .box .swiper-slide .dm .text .c .cont {
 	font-size: .9rem;
 	line-height: 25px;
 }
 
 .m2 .box .swiper-slide .dm .text .c .hr {
 	margin-top: 20px;
 }
 
 .m2 .box .swiper-slide .dm .text .c .hr a {
 	background: url(../img/p5.png) #ffffff center no-repeat;
 	display: block;
 	width: 45px;
 	height: 45px;
 	border-radius: 50%;
 	margin: 0px auto;
 }
 
 .m2 .box .swiper-slide .dm .text .c .hr a:hover {
 	background: url(../img/p6.png) #da251e center no-repeat;
 }
 
 .m2 .box .swiper-slide .dm:hover .text {
 	background: rgba(218, 37, 30, 0.8);
 }
 
 .m3 {
 	margin-top: 50px;
 	background: url(../img/img18.jpg) center no-repeat;
 	background-size: cover;
 	padding-bottom: 30px;
 }
 
 .m3 li {
 	position: relative;
 }
 
 .m3 li .box {
 	position: absolute;
 	width: 100%;
 	top: 0px;
 	left: 0px;
 	height: 100%;
 	z-index: 99;
 }
 
 .m3 li .box .dm {
 	position: absolute;
 	width: 80%;
 	padding: 0px 10%;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate( -50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate( -50%, -50%);
 }
 
 .m3 li .box .dm .t {
 	font-size: 3rem;
 	color: #000000;
 }
 
 .m3 li .box .dm .c {
 	margin-top: 10px;
 	line-height: 25px;
 	font-size: .9rem;
 }
 
 .m3 li .box .ic {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }
 
 .m3 li .show_img {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }
 
 .m3 li {
 	width: 50%;
 }
 
 .m3 li .box .dm .c .rit {
 	position: relative;
 	padding-left: 10px;
 	margin-bottom: 4px;
 	color: #666666;
 }
 
 .m3 li .box .dm .c .rit::before {
 	content: '';
 	width: 5px;
 	height: 5px;
 	background: #da251e;
 	position: absolute;
 	left: 0px;
 	top: 10px;
 	display: block;
 	border-radius: 50%;
 }
 
 .m4 {
 	margin-top: 100px;
 	height: 410px;
 	background: url(../img/img13.jpg) center no-repeat;
 }
 
 .m4 .text {
 	color: #fff;
 	margin-top: 35px;
 	width: 500px;
 }
 
 .m4 .text .t {
 	font-size: 1.25rem;
 }
 
 .m4 .text .t1 {
 	font-size: 2.8rem;
 }
 
 .m4 .text .t2 {
 	font-size: .95rem;
 	position: relative;
 	padding-bottom: 10px;
 }
 
 .m4 .text .t2::before {
 	content: '';
 	width: 80px;
 	height: 2px;
 	background: #da251e;
 	position: absolute;
 	display: block;
 	bottom: 0px;
 }
 
 .m4 .text .c {
 	color: #eeeeee;
 	font-size: .9rem;
 	margin-top: 25px;
 	line-height: 25px;
 }
 
 .footer {
 	background: #111111;
 	padding: 40px 0px 10px;
 }
 
 .footer .ewm {
 	text-align: center;
 }
 
 .footer .f_nav a {
 	color: #c0c0c0;
 	font-size: .8rem;
 	display: inline-block;
 	margin: 0px 5px;
 }
 
 .footer .f_nav {
 	font-size: .8rem;
 	text-align: center;
 	color: #4a4a54;
 	margin-top: 25px;
 }
 
 .footer .copy {
 	text-align: center;
 	font-size: .8rem;
 	line-height: 25px;
 	margin-top: 25px;
 	color: #aaaaaa;
 }
 .footer .copy a {
	 color: #aaaaaa;
 }
 .p_head {
 	background: #fff;
 	display: flex;
 }
 
 .p_head .plogo {
 	margin-left: 10px;
 	height: 60px;
 }
 
 .p_head .text {
 	flex: 1;
 	border: 1px solid #dddddd;
 	height: 30px;
 	border-radius: 8px;
 	margin: 0px 20px;
 	font-size: .8rem;
 	background: url(../img/img21.jpg) 5px center no-repeat;
 	background-size: 20px;
 	line-height: 25px;
 	margin-top: 15px;
 }
 
 .p_head .text input {
 	margin-left: 30px;
 	height: 20px;
 }
 
 .p_head .yy {
 	margin-top: 14px;
 	margin-right: 10px;
 	font-size: .95rem;
 	position: relative;
 }
 
 .p_head .yy span {
 	background: url(../img/p1.png) 98% center no-repeat;
 	padding-right: 15px;
 }
 
 .p_head .yy dl {
 	position: absolute;
 	width: 100%;
 	left: -15px;
 	top: 25px;
 	padding: 8px 6px;
 	font-size: .8rem;
 	z-index: 999;
 	background: #fff;
 	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
 	display: none;
 }
 
 .p_head .yy_on dl {
 	display: block;
 }
 
 .banner .pc_banner {
 	display: block;
 }
 
 .banner .phone_banner {
 	display: none;
 }
 
 .common_title1 {
 	color: #000000;
 	font-size: 1.4rem;
 	text-align: center;
 	position: relative;
 }
 
 .common_title1 span {
 	padding: 0px 10px;
 	background: #f8f8f8;
 	position: relative;
 	z-index: 99;
 }
 
 .common_title1::before {
 	content: '';
 	width: 50%;
 	height: 1px;
 	background: #333333;
 	left: 50%;
 	position: absolute;
 	display: block;
 	-webkit-transform: translate( -50%, 0%);
 	-ms-transform: translate(-50%, 0%);
 	transform: translate( -50%, 0%);
 	top: 15px;
 }
 
 .m1 .box2 ul li {
 	margin-bottom: 25px;
 	width: 48%;
 }
 
 .m1 .box2 ul li .img {
 	background: #fff;
 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 }
 
 .m1 .box2 ul li .img img {
 	width: 100%;
 }
 
 .m1 .box2 ul li .tit {
 	text-align: center;
 	font-size: .95rem;
 	margin-top: 10px;
 }
 
 .m1 .box2 ul {
 	margin-top: 25px;
 }
 
 .m1 .box2 ul li:nth-child(2n) {
 	float: right;
 }
 
 .m1 .box2 {
 	display: none;
 }
 
 .common_more {
 	text-align: center;
 	margin-top: 20px;
 }
 
 .common_more a {
 	display: inline-block;
 	padding: 8px 45px;
 	background: #d3d3d3;
 	color: #fff;
 	border-radius: 4px;
 }
 
 .m2 .common_title1 {
 	display: none;
 	margin-bottom: 20px;
 }
 
 .m2 .common_title1 span {
 	background: #fff;
 }
 
 .m3 .box1 {
 	display: none;
 }
 
 .m3 .box1 .t {
 	font-size: 2rem;
 	margin-bottom: 10px;
 	color: #000000;
 }
 
 .m3 .box1 .cont {
 	color: #666666;
 	font-size: .85rem;
 	line-height: 25px;
 }
 
 .m3 .box1 .c {
 	background: url(../img/img19.jpg) center no-repeat;
 	background-size: cover;
 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 	padding: 10px 20px;
 }
 
 .m3 .box1 .hr {
 	padding: 25px 0;
 }
 
 .m3 .box1 .hr a {
 	background: #d3d3d3;
 	color: #fff;
 	padding: 5px 20px;
 	font-size: .9rem;
 	border-radius: 5px;
 }
 
 .m5 {
 	padding-bottom: 60px;
 	display: none;
 }
 
 .m6 {
 	display: none;
 }
 
 .m5 .tit {
 	font-size: 2rem;
 	border-bottom: 1px solid #eeeeee;
 	padding: 0px 5%;
 	padding-bottom: 10px;
 	margin-bottom: 25px;
 }
 
 .m5 .list {
 	margin-top: 10px;
 }
 
 .m5 .list li {
 	font-size: .8rem;
 	padding: 5px 0;
 	position: relative;
 	display: flex;
 	margin-bottom: 5px;
 }
 
 .m5 .list li a {
 	display: block;
 	position: relative;
 	padding-left: 10px;
 	flex: 1;
 }
 
 .m5 .list li a::before {
 	content: '';
 	width: 5px;
 	height: 5px;
 	position: absolute;
 	left: 0px;
 	top: 6px;
 	background: #d02127;
 }
 
 .m5 .list li span {
 	font-size: .8rem;
 	color: #999999;
 }
 
 .m6 .img {
 	position: relative;
 }
 
 .m6 .img .text {
 	position: absolute;
 	width: 80%;
 	padding: 0px 10%;
 	top: 50%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate( 0%, -50%);
 	transform: translate( 0%, -50%);
 	color: #fff;
 }
 
 .m6 .img .text .t {
 	font-size: .95rem;
 }
 
 .m6 .img .text .t1 {
 	font-size: 1.1rem;
 }
 
 .m6 .img .text .t2 {
 	font-size: .9rem;
 	position: relative;
 	padding-bottom: 5px;
 }
 
 .m6 .img .text .t2::before {
 	content: '';
 	width: 80px;
 	height: 2px;
 	background: #da251e;
 	position: absolute;
 	display: block;
 	bottom: 0px;
 }
 
 .m6 .img .text .c {
 	font-size: .8rem;
 }
 
 .pfooter {
 	z-index: 999;
 }
 
 .pfooter li {
 	width: 20%;
 	background: #d3d3d3;
 	padding: 10px 0;
 	position: relative;
 }
 
 .pfooter li a {
 	font-size: .8rem;
 	display: block;
 	text-align: center;
 }
 
 .pfooter li .icon {
 	display: block;
 	height: 35px;
 }
 
 .pfooter li .i1 {
 	background: url(../img/img28.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter li .i2 {
 	background: url(../img/img24.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter li .i3 {
 	background: url(../img/img25.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter li .i4 {
 	background: url(../img/img26.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter li .i5 {
 	background: url(../img/img27.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .i1 {
 	background: url(../img/img32.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .i2 {
 	background: url(../img/img29.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .i3 {
 	background: url(../img/img30.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .i4 {
 	background: url(../img/img31.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .i5 {
 	background: url(../img/img33.jpg) center no-repeat;
 	background-size: 30px;
 }
 
 .pfooter .on .li_a {
 	color: #da3850;
 }
 
 .pfooter {
 	position: fixed;
 	width: 100%;
 	bottom: 0px;
 }
 
 .pfooter {
 	display: none;
 }
 
 .pfooter li dl {
 	position: absolute;
 	width: 100%;
 	bottom: 73px;
 	background: #fff;
 	display: none;
 }
 
 .pfooter li dl dd a {
 	padding: 4px 0;
 	display: block;
 	border-bottom: 1px solid #e6e6e6;
 }
 
 .pfooter .f_nav_on dl {
 	display: block;
 }
 
 .kongceng {
 	display: none;
 }
 
 .p_head {
 	display: none;
 }
 
 .child_banner {
 	height: 577px;
 }
 
 .phone_child_banner {
 	display: none;
 }
 
 .weizhi .info {
 	font-size: .8rem;
 	color: #333333;
 	padding: 20px 0;
 	padding-left: 20px;
 	background: url(../img/img35.jpg) left center no-repeat;
 }
 
 .weizhi .info a {
 	font-size: .8rem;
 	color: #333333;
 }
 
 .cm_ch_tit {
 	text-align: center;
 	font-size: 2rem;
 	color: #121212;
 	margin-bottom: 35px;
 }
 
 .m7 .dome {
 	background: #f5f5f5;
 	padding: 70px 30px;
 	font-size: .9rem;
 	line-height: 30px;
 	margin-bottom: 60px;
 }
 
 .p_head .title {
 	flex: 1;
 	text-align: center;
 	line-height: 45px;
 }
 
 .p_head .back {
 	margin-left: 10px;
 	margin-top: 10px;
 }
 
 .m7 ul li {
 	width: 28%;
 	margin-right: 8%;
 	margin-bottom: 60px;
 }
 
 .m7 ul li .img {
 	padding-bottom: 50px;
 	background: url(../img/img40.jpg) center 99% no-repeat;
 	background-size: 100% auto;
 }
 
 .m7 ul li .img img {
 	width: 100%;
 	border: 15px solid #f7f7f7;
 }
 
 .m7 ul li:nth-child(3n) {
 	margin-right: 0px;
 }
 
 .m7 ul li .tit {
 	color: #333333;
 	font-size: 1rem;
 	text-align: center;
 }
 
 .page {
 	text-align: right;
 	margin-bottom: 50px;
 }
 
 .page a {
 	display: inline-block;
 	padding: 4px 10px;
 	background: #f0f0f0;
 	font-size: .8rem;
 	color: #333333;
 	margin: 0px 2px;
 }
 
 .page a:hover {
 	background: #000000;
 	color: #fff;
 }
 
 .page .on {
 	background: #000000;
 	color: #fff;
 }
 
 .ph_enav {
 	padding: 0px 2.5%;
 	display: none;
 	background: #fff;
 	border-bottom: 1px solid #ececec;
 }
 
 .ph_enav a {
 	display: inline-block;
 	width: 31%;
 	margin-right: 2%;
 	text-align: center;
 	padding: 10px 0;
 	font-size: .9rem;
 	margin-bottom: 15px;
 	background: #f2f2f2;
 }
 
 .ph_enav .on {
 	color: #da251e;
 }
 
 .ph_enav a:nth-child(3n) {
 	margin-right: 0px;
 }
 
 .pgae_a {
 	text-align: center;
 	display: none;
 	margin-bottom: 25px;
 	margin-top: 20px;
 }
 
 .pgae_a a {
 	display: inline-block;
 	padding: 8px 25px;
 	color: #ffffff;
 	font-size: .9rem;
 	border-radius: 4px;
 	background: #d3d3d3;
 	margin: 0px 5px;
 }
 
 .m7 .tits {
 	text-align: center;
 	font-size: 1.4rem;
 	font-weight: bold;
 	margin-bottom: 15px;
 }
 
 .m8 {
 	margin-bottom: 40px;
 	padding-top: 20px;
 }
 
 .m8 .c {
 	font-size: .95rem;
 	line-height: 28px;
 	color: #222222;
 }
 
 .m8 .peitu_phone {
 	display: none;
 }
 
 .m8 .w {
 	width: 100%;
 }
 
 .m9 {
 	margin-bottom: 40px;
 	padding-top: 20px;
 }
 
 .m9 .c {
 	margin-top: 45px;
 }
 
 .m9 .c li {
 	width: 30%;
 	margin: 0px 1.5%;
 	height: 275px;
 	border-left: 1px dashed #c2c2c2;
 }
 
 .m9 .c li:last-child {
 	border-right: 1px dashed #c2c2c2;
 }
 
 .m9 .c li .img {
 	text-align: center;
 }
 
 .m9 .c li .info {
 	color: #333333;
 	font-size: .8rem;
 	line-height: 26px;
 	padding: 0px 10%;
 	margin-top: 10px;
 }
 
 .m9 .c li .info .xsatit {
 	text-align: center;
 	margin-bottom: 10px;
 }
 
 .m9 .c li .info .xsatit .t1 {
 	font-size: 1rem;
 }
 
 .m9 .c li .info .xsatit .t2 {
 	margin-top: 3px;
 }
 
 .m9 .c li .info .xsatit .t2 span {
 	display: inline-block;
 	padding: 3px 22px;
 	background: #373737;
 	color: #fff;
 	border-radius: 18px;
 }
 
 .m9 .form {
 	padding: 0px 1.5%;
 	margin-top: 50px;
 }
 
 .m9 .map {
 	width: 575px;
 	height: 400px;
 	position: relative;
 }
 
 .m9 .map iframe {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 }
 
 .m9 .biaodan {
 	background: #f5f5f5;
 	width: 45%;
 }
 
 .m9 .biaodan .dm {
 	padding: 30px 40px;
 }
 
 .m9 .biaodan .dm input {
 	background: #fff;
 	display: block;
 	width: 99%;
 	font-size: .9rem;
 	margin-bottom: 19px;
 	padding-left: 1%;
 	height: 40px;
 	border: 1px solid #e6e6e6;
 }
 
 .m9 .biaodan .dm textarea {
 	background: #fff;
 	display: block;
 	width: 99%;
 	font-size: .9rem;
 	margin-bottom: 20px;
 	padding-left: 1%;
 	height: 80px;
 	border: 1px solid #e6e6e6;
 }
 
 .m9 .biaodan .dm .but {
 	width: 210px;
 	height: 40px;
 	background: #373737;
 	color: #fff;
 }
 
 .m10 {
 	margin-top: 20px;
 }
 
 .m10 .tit {
 	background: url(../img/img51.jpg) left 5px no-repeat;
 	padding-left: 35px;
 	border-bottom: 1px solid #000000;
 	padding-bottom: 10px;
 	font-size: 1.4rem;
 	font-weight: bold;
 }
 
 .m10 .c .xt span {
 	display: inline-block;
 	padding: 4px 15px;
 	font-size: .9rem;
 	color: #fff;
 	background: url(../img/img52.jpg) 10px center no-repeat #292929;
 	padding-left: 35px;
 }
 
 .m10 .c {
 	padding: 50px 15px;
 }
 
 .m10 .c .cont {
 	font-size: .8rem;
 	line-height: 28px;
 }
 
 .m10 .c .xt {
 	margin-bottom: 10px;
 }
 
 .m10 li {
 	margin-bottom: 25px;
 }
 
 .m11 {
 	background: #f7f7f7;
 	padding-bottom: 80px;
 }
 
 .weizhi2 {
 	background: #f7f7f7;
 }
 
 .m11 .c {
 	font-size: .8rem;
 	color: #666666;
 	text-align: center;
 	line-height: 26px;
 	padding: 0px 135px;
 }
 
 .m11 ul {
 	margin-top: 30px;
 }
 
 .m11 ul li {
 	width: 30%;
 	background: #fff;
 	border: 1px solid #cccccc;
 	margin-right: 3%;
 	margin-bottom: 45px;
 }
 
 .m11 ul li .t {
 	font-size: 1.3rem;
 	text-align: center;
 	font-weight: bold;
 	padding: 30px 0 20px;
 }
 
 .m11 ul li .t1 {
 	font-size: 1rem;
 	color: #000000;
 	padding: 0px 20px;
 	margin-bottom: 10px;
 	font-weight: bold;
 }
 
 .m11 ul li .conts {
 	padding: 0px 20px;
 	font-size: .9rem;
 	color: #666666;
 	line-height: 27px;
 }
 
 .m11 ul li .hr {
 	text-align: center;
 	padding: 20px 0;
 	margin-bottom: 20px;
 }
 
 .m11 ul li .hr a {
 	padding: 8px 30px;
 	background: #292929;
 	color: #fff;
 	font-size: .8rem;
 }
 
 .m11 ul li:nth-child(3n) {
 	margin-right: 0px;
 }
 
 .m12 {
 	background: #f7f7f7;
 	padding-bottom: 30px;
 }
 
 .m12 ul li {
 	text-align: center;
 	background: #fff;
 	width: 23%;
 	margin-right: 2%;
 	margin-bottom: 35px;
 	font-size: .9rem;
 }
 
 .m12 ul li .dm {
 	padding: 2%;
 	border: 1px solid #dedfdf;
 }
 
 .m12 ul li .tti {
 	padding: 8px 0;
 	margin: 0px 5%;
 	border-top: 1px solid #e5e5e5;
 }
 
 .m12 {
 	margin-top: 20px;
 }
 
 .m13 ul li .img img {
 	border: 0px none;
 }
 
 .m14 .infos {
 	text-align: center;
 	font-size: .8rem;
 	color: #333333;
 	margin-bottom: 20px;
 }
 
 .m14 .mores a {
 	color: #808080;
 	font-size: .8rem;
 	position: relative;
 	padding-left: 6px;
 }
 
 .m14 .mores a::before {
 	content: '';
 	position: absolute;
 	width: 3px;
 	height: 3px;
 	border-radius: 50%;
 	background: #666666;
 	left: 0px;
 	top: 50%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate( 0%, -50%);
 	transform: translate( 0%, -50%);
 }
 
 .m14 .mores a:hover {
 	color: #000;
 }
 
 .m14 {
 	padding-bottom: 80px;
 }
 
 .m15 ul li {
 	background: #f5f5f5;
 	margin-bottom: 25px;
 }
 
 .m15 ul li .dm {
 	padding: 30px;
 }
 
 .m15 ul li .t {
 	position: relative;
 	display: flex;
 }
 
 .m15 ul li .t span {
 	color: #888;
 	font-size: .95rem;
 }
 
 .m15 ul li .c {
 	font-size: .9rem;
 	margin-top: 8px;
 	position: relative;
 	padding-right: 200px;
 	line-height: 24px;
 }
 
 .m15 ul li .t .ts {
 	flex: 1;
 }
 
 .m15 ul li .hr {
 	border: 1px solid #616161;
 	border-radius: 20px;
 	position: absolute;
 	right: 0px;
 	top: 50%;
 	font-size: .8rem;
 	padding: 3px 20px;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate( 0%, -50%);
 	transform: translate( 0%, -50%);
 }
 
 .m15 ul li .hr:hover {
 	background: #1f1f1f;
 	color: #fff;
 }
 
 .m16_nav {
 	padding-bottom: 30px;
 }
 
 .m16_nav a {
 	display: inline-block;
 	padding: 6px 0;
 	width: 150px;
 	text-align: center;
 	background: #ffffff;
 	border: 1px solid #1f1f1f;
 	border-radius: 20px;
 	margin-right: 20px;
 }
 
 .m16 {
 	color: #222222;
 	font-size: .95rem;
 	line-height: 28px;
 	padding: 20px 0;
 	line-height: 40px;
 }
 
 .m16_nav {
 	background: #f7f7f7;
 }
 
 .m16_nav .on {
 	background: #1f1f1f;
 	color: #fff;
 }
 
 .m17 .t {
 	border-bottom: 1px solid #cccccc;
 	padding-bottom: 8px;
 	color: #333333;
 	font-size: 1.4rem;
 	margin-bottom: 28px;
 }
 
 .m17 .c .box {
 	width: 35%;
 }
 
 .m17 .c .b_box {
 	width: 100%;
 	margin-top: 5px;
 }
 
 .m17 .c .b_box ul li {
 	width: 20%;
 	cursor: pointer;
 }
 
 .m17 .c .b_box ul li .dm {
 	padding: 4px;
 	border-radius: 4px;
 	margin: 0px 5px;
 	border: 1px solid #eaebef;
 }
 
 .m17 .c .b_box ul .on .dm {
 	border: 1px solid #999;
 }
 
 .m17 .so_boxsa {
 	width: 60%;
 	padding-top: 30px;
 }
 
 .m17 .so_boxsa .title .ll {
 	width: 33%;
 }
 
 .m17 .so_boxsa .title .ll span {
 	display: block;
 	text-align: center;
 	padding: 10px 0;
 	color: #fff;
 	margin-right: 1px;
 	background: #000000;
 	cursor: pointer;
 }
 
 .m17 .so_boxsa .title .on span {
 	background: #ebebeb;
 	color: #000000;
 }
 
 .m17 .so_boxsa .title .ll span:hover {
 	background: #ebebeb;
 	color: #000000;
 }
 
 .m17 .neirong_box .list {
 	font-size: .8rem;
 	width: 100%;
 	color: #333333;
 	padding: 20px 5%;
 }
 
 .m17 .neirong_box .list1 li {
 	width: 100%;
 	display: flex;
 	line-height: 28px;
 }
 
 .m17 .neirong_box .list1 li .consas {
 	flex: 1;
 }
 
 .m17 .neirong_box .list3 li .xnei a {
 	display: inline-block;
 	border: 1px solid #eeeeee;
 	padding: 4px 35px;
 	background: url(../img/img64.jpg) 10px center no-repeat;
 }
 
 .m17 .neirong_box .list3 li .tit {
 	background: #f4f4f4;
 	padding: 15px 25px;
 	position: relative;
 }
 
 .m17 .neirong_box .list3 li .tit::before {
 	content: '';
 	width: 5px;
 	height: 5px;
 	border-radius: 50%;
 	background: #000000;
 	display: block;
 	left: 10px;
 	top: 50%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate( 0%, -50%);
 	transform: translate( 0%, -50%);
 	position: absolute;
 }
 
 .m17 .neirong_box .list3 li .xnei {
 	padding: 15px 25px;
 	position: relative;
 }
 
 .m17 .so_boxsa .ptitle {
 	display: none;
 	font-weight: bold;
 	font-size: 1.1rem;
 	margin-bottom: 25px;
 }
 
 .m17 .so_boxsa .neirong_box {
 	overflow: hidden;
 }
 
 .m18 .let {
 	width: 18%;
 }
 
 .m18 .let .tit {
 	font-weight: bold;
 	font-size: 1.2rem;
 	border-bottom: 1px solid #eeeeee;
 	padding-bottom: 5px;
 	margin-bottom: 10px;
 }
 
 .m18 .let ul {
 	padding-top: 10px;
 }
 
 .m18 .let ul li {
 	color: #666666;
 	font-size: .95rem;
 	margin-bottom: 20px;
 }
 
 .m18 .let ul li .li_a {
 	display: block;
 	-webkit-transition: all 0s ease-in-out;
 	transition: all 0s ease-in-out;
 	background: url(../img/img67.jpg) 98% center no-repeat;
 }
 
 .m18 .let ul .on .li_a {
 	background: url(../img/img68.jpg) 98% center no-repeat;
 }
 
 .m18 .let ul li dl {
 	display: block;
 	background: #e9eaef;
 	padding: 20px 15px;
 	margin-top: 10px;
 	display: none;
 	padding-bottom: 1px;
 }
 
 .m18 .let ul li dl dd {
 	position: relative;
 	font-size: .85rem;
 	margin-bottom: 10px;
 	padding-left: 20px;
 }
 
 .m18 .let ul li dl dd::before {
 	background: #ffffff;
 	width: 12px;
 	height: 12px;
 	display: inline-block;
 	content: '';
 	position: absolute;
 	left: 0px;
 	top: 48%;
 	-webkit-transform: translate( 0%, -50%);
 	-ms-transform: translate( 0%, -50%);
 	transform: translate( 0%, -50%);
 	border: 1px solid #212121;
 }
 
 .m18 .let ul li dl dd:hover::before {
 	background: #212121;
 }
 
 .m18 .let ul li dl .dd_on::before {
 	background: #212121;
 }
 
 .m18 .let ul .on dl {
 	display: block;
 }
 
 .m18 .rit {
 	width: 75%;
 }
 
 .m18 .rit .tit {
 	font-size: 1rem;
 	color: #000000;
 	margin-top: 15px;
 	margin-bottom: 25px;
 }
 
 .m18 .rit ul li {
 	width: 31%;
 	margin-right: 3%;
 	margin-bottom: 25px;
 	background: #8592a2;
 }
 
 .m18 .rit ul li:nth-child(3n) {
 	margin-right: 0px;
 }
 
 .m18 .rit ul li .tits {
 	padding: 10px 0;
 	text-align: center;
 	font-size: .8rem;
 	color: #fff;
 }
 
 .m18 .plet_box {
 	display: none;
 	padding: 0px 5%;
 	position: relative;
 	border-bottom: 1px solid #ececec;
 	padding-bottom: 10px;
 }
 
 .m18 .plet_box .click_tite {
 	position: relative;
 	font-size: .9rem;
 }
 
 .m18 .plet_box .click_tite .n {
 	margin-top: 5px;
 	margin-right: 20px;
 }
 
 .m18 .plet_box .click_tite .clis span {
 	display: inline-block;
 	padding: 4px 20px;
 	padding-right: 30px;
 	color: #333333;
 	background: url(../img/p9.png) 90% center no-repeat #f2f2f2;
 	background-size: 10px;
 }
 
 .m18 .plet_box .p_show_navs {
 	position: absolute;
 	width: 100%;
 	z-index: 99999;
 	background: #fdfdfd;
 	left: 0px;
 	top: 40px;
 }
 
 .m18 .plet_box .p_show_navs ul {
 	position: relative;
 }
 
 .m18 .plet_box .p_show_navs ul li .one {
 	width: 50%;
 }
 
 .m18 .plet_box .p_show_navs ul li .li_a {
 	padding: 8px 4px;
 	font-size: .8rem;
 	margin: 0px 8px;
 	display: block;
 	border-bottom: 1px solid #eeeeee;
 }
 
 .m18 .plet_box .p_show_navs ul li dl {
 	width: 50%;
 	position: absolute;
 	height: 100%;
 	right: 0px;
 	display: none;
 	background: #f7f7f7;
 	overflow-y: scroll;
 	top: 0px;
 }
 
 .m18 .plet_box .p_show_navs ul li dl::-webkit-scrollbar-track {
 	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 	background-color: #F5F5F5;
 }
 
 .m18 .plet_box .p_show_navs ul li dl::-webkit-scrollbar {
 	width: 6px;
 	background-color: #F5F5F5;
 }
 
 .m18 .plet_box .p_show_navs ul li dl::-webkit-scrollbar-thumb {
 	background-color: #000000;
 }
 
 .m18 .plet_box .p_show_navs ul li dl dd a {
 	padding: 8px 4px;
 	font-size: .8rem;
 	margin: 0px 8px;
 	display: block;
 	border-bottom: 1px solid #eeeeee;
 }
 
 .m18 .plet_box .p_show_navs {
 	display: none;
 }
 
 .m18 .plet_box .p_show_navs ul .on dl {
 	display: block;
 }
 
 .m18 .plet_box .p_show_navs ul .on .li_a {
 	color: #cc0000;
 }
 
 .m18 .plet_box .p_show_navs ul .on dl .dd_on {
 	background: #f4e8e8;
 }
 
 .m18 .plet_box .p_show_navs ul .on dl .dd_on a {
 	color: #cc0000;
 }
 
 .m19 {
 	padding: 25px 0;
 }
 
 .m19 .rit {
 	width: 100%;
 }
 
 .m19 .rit ul li .tits {
 	background: #dddddd;
 	padding: 12px 0;
 	color: #333333;
 }
 
 .m19 .rit ul li:hover .tits {
 	background: #333333;
 	color: #fff;
 }
 
 .m20_huice {
 	background: #f7f7f7;
 	padding: 20px 0;
 }
 
 .m20_huice .n {
 	color: #000000;
 	font-size: 1.4rem;
 }
 
 .m20_huice select {
 	border: 1px solid #333333;
 	background: #fff;
 	border-radius: 20px;
 	height: 40px;
 	width: 220px;
 	font-size: 1.2rem;
 	padding-left: 10px;
 }
 
 .m20_huice .text {
 	color: #333333;
 	font-size: 1.24rem;
 	height: 40px;
 	width: 315px;
 	margin-left: 20px;
 	border: 1px solid #333333;
 	border-radius: 20px;
 	background: #fff;
 	padding-left: 15px;
 }
 
 .m20_huice .but {
 	height: 40px;
 	width: 315px;
 	border-radius: 20px;
 	color: #fff;
 	font-size: 1.25rem;
 	text-indent: 50%;
 	margin-left: 20px;
 	text-align: left;
 	background: url(../img/img71.jpg) 40% center #333333 no-repeat;
 	background-size: 30px;
 }
 
 .m20 {
 	padding: 40px 0;
 }
 
 .m20 ul li {
 	margin-bottom: 25px;
 }
 
 .m20 ul li .tit {
 	color: #333333;
 	font-size: 1.6rem;
 	border-bottom: 1px solid #999999;
 	padding-bottom: 10px;
 }
 
 .m20 ul li .c {
 	background: #f5f5f5;
 	margin: 20px 0;
 	padding: 15px;
 	font-size: 1rem;
 	line-height: 26px;
 	color: #444444;
 }
 
 .m21 .c {
 	color: #222222;
 	font-size: 1rem;
 	line-height: 35px;
 }
 
.tel {
 	background: url(../img/img73.jpg) left center no-repeat;
 	padding: 10px 0px;
 	padding-left: 60px;
 	color: #000000;
 	font-size: 1.25rem;
 	font-weight: bold;
 	margin-top: 10px;
 }
 
 .m21 {
 	padding-bottom: 80px;
 }
 
 .m22 {
 	background: #f7f7f7;
 	padding: 40px 0;
 }
 
 .m22 ul li {
 	position: relative;
 	background: #ffffff;
 	margin-bottom: 25px;
 }
 
 .m22 ul li .text {
 	width: 50%;
 	position: absolute;
 	left: 0px;
 	height: 100%;
 }
 
 .m22 ul li .text .dm {
 	padding: 30px 40px;
 }
 
 .m22 ul li .text .dm .t {
 	font-weight: bold;
 	color: #000000;
 	margin-bottom: 10px;
 	font-size: 1.6rem;
 }
 
 .m22 ul li .text .dm .c {
 	font-size: .9rem;
 	color: #333333;
 	line-height: 26px;
 }
 
 .m22 ul li .show {
 	width: 50%;
 }
 
 .m22 ul li .text .icon {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }
 
 .m22 ul li:hover {
 	background: #eaeaea;
 }
 
 .m23 .pc_img {
 	display: block;
 	width: 100%;
 }
 
 .m23 .phone_boxs {
 	display: none;
 }
 
 .m23 .phone_boxs .text .t1 {
 	text-align: center;
 	font-size: 1.4rem;
 	color: #222222;
 	margin-top: 20px;
 }
 
 .m23 .phone_boxs .text .c {
 	padding: 0px 10%;
 	font-size: .9rem;
 	line-height: 26px;
 	margin: 20px 0;
 	text-align: center;
 	color: #666666;
 }
 
 .m23 .phone_boxs .text .hr {
 	text-align: center;
 }
 
 .m23 .phone_boxs .text .hr a {
 	display: inline-block;
 	padding: 6px 22px;
 	background: #da251e;
 	color: #fff;
 	border-radius: 20px;
 	font-size: 1.1rem;
 }