.main {
	width: 1230px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
header {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
header .logo {
	display: block;
	float: left;
	margin-top: 11px;
}
header .logo img {
	display: block;
}
header nav {
	float: left;
	margin-left: 80px;
}
header nav .o {
	float: left;
	position: relative;
	padding: 0 15px;
}
header nav .o:hover > a {
	background: #c20b14;
	color: #fff;
}
header nav .o .sub {
	position: absolute;
	min-width: 100%;
	top: 100%;
	background: #000;
	padding-top: 10px;
	padding-bottom: 1px;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	left:0;
}
header nav .o .sub a {
	display: block;
	white-space: nowrap;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #1f1f1f;
}
header nav .o .sub a:hover {
	background: #c20b14;
	color: #fff;
}
header nav .o > a {
	display: block;
	line-height: 80px;
	
	color: #fff;
	transition: all 0.3s;
}
header nav .o:hover, header nav .o.on {
	background: #c20b14;
}
header .tel {
	line-height: 80px;
	float: right;
	padding-left: 32px;
	background: url(/template/default/images/tel.png) no-repeat left center;
	font-size: 20px;
	color: #c20b14;
}
.banner img {
	display: block;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	border-radius: 0;
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	background: #c20b14;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
	bottom: 30px;
}
.product {
	padding-top: 70px;
	margin-bottom: 40px;
}
.product .swiper-container {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.product img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}
.product .img {
	overflow: hidden;
	margin-bottom: 20px;
}
.product .txt {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #4d4d4d;
	transition: all 0.4s;
}
.product a {
	display: block;
}
.product a:hover .txt {
	color: #c20b14;
}
.product a:hover img {
	transform: scale(1.08);
}
.product .swiper-button-next,  .product .swiper-container-rtl .swiper-button-prev {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239f9f9f'%2F%3E%3C%2Fsvg%3E");
}
.product .swiper-button-prev,  .product .swiper-container-rtl .swiper-button-next {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239f9f9f'%2F%3E%3C%2Fsvg%3E");
}
.intro {
	background: url(/template/default/images/intro_bg.png) no-repeat center/cover;
	padding-top: 100px;
	padding-bottom: 90px;
}
.intro .inner {
	width: 920px;
	margin: 0 auto;
	max-width: 100%;
}
.intro .box {
	width: 450px;
	max-width: 100%;
}
.intro .top {
	margin-bottom: 42px;
}
.intro .top .line {
	width: 45px;
	height: 5px;
	margin-bottom: 15px;
	background: #c20b14;
}
.intro .top h2 {
	color: #c20b14;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.intro .top .des {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.intro .top .more {
	display: block;
	line-height: 40px;
	width: 115px;
	text-align: center;
	color: #fff;
	background: #c20b14;
	border-radius: 5px;
	margin-top: 25px;
	transition: all 0.3s;
}
.intro .top .more:hover {
	background: #fff;
	color: #c20b14;
}
.intro .bottom {
	padding: 30px 0 45px;
	background: rgba(53, 53, 53, 0.7);
	text-align: center;
}
.intro .bottom h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.intro .bottom h2 em {
	font-size: 28px;
	color: #c20b14;
}
.intro .bottom ul {
	overflow: hidden;
	margin-top: 32px;
}
.intro .bottom ul li {
	width: 33.333333333%;
	color: #fff;
	float: left;
}
.intro .bottom ul li p {
	font-size: 30px;
}
.intro .bottom ul li span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.title {
	overflow: hidden;
	margin-bottom: 46px;
}
.title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	float: left;
	white-space: nowrap;
}
.title h2 span {
	font-size: 24px;
	color: #979797;
	font-weight: lighter;
}
.title .more {
	float: right;
	display: block;
	font-size: 14px;
	color: #959595;
}
.title .more:hover {
	color: #c20b14;
}
.cases {
	padding-bottom: 65px;
	padding-top: 70px;
}
.cases img {
	display: none;
}
.cases .boxes {
	overflow: hidden;
}
.cases a {
	display: block;
}
.cases .box {
	float: left;
	overflow: hidden;
}
.cases .box .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: all 0.36s;
	position: relative;
}
.cases .box .img:hover {
	transform: scale(1.08);
}
.cases .box .img:hover .mask {
	transform: scale(1);
	opacity: 1;
}
.cases .box .mask {
	width: 100%;
	height: 100%;
	background: rgba(194, 11, 20, 0.8);
	position: absolute;
	transform: scale(0);
	transition: all 0.9s;
	opacity: 0;
}
.cases .box .mask p {
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.cases .box:nth-child(1) {
	width: 26.83%;
	height: 456px;
}
.cases .box:nth-child(2) {
	width: 43.75%;
	height: 456px;
	margin-left: 1.295%;
}
.cases .box:nth-child(3) {
	width: 26.83%;
	height: 456px;
	float: right;
}
.cases .box .c {
	height: 218px;
	overflow: hidden;
}
.cases .box .c:nth-child(1) {
	margin-bottom: 20px;
}
.adv {
	color: #fff;
	text-align: center;
	background: url(/template/default/images/adv_bg.png) no-repeat center/cover;
	padding-top: 100px;
	padding-bottom: 80px;
}
.adv a {
	display: block;
	color: inherit;
}
.adv .tt {
	margin-bottom: 70px;
}
.adv .tt h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.adv .tt p {
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
}
.adv ul {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}
.adv ul li {
	width: 33.333333333%;
	float: left;
}
.adv ul li .img {
	border-radius: 50%;
	overflow: hidden;
	width: 98px;
	height: 98px;
	margin: 0 auto;
}
.adv ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.adv ul li p {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.adv ul li:hover img {
	transform: rotateY(180deg);
}
.news {
	padding-top: 65px;
	padding-bottom: 60px;
	background: #f4f4f4;
}
.news .list {
	overflow: hidden;
}
.news .list li {
	width: 47.4%;
	float: left;
}
.news .list li:nth-child(2n) {
	float: right;
}
.news .list li a {
	display: block;
	background: #fff;
	position: relative;
}
.news .list li a:hover .txt h2 {
	color: #c20b14;
}
.news .list li a:hover .img .pic {
	transform: scale(1.05);
}
.news .list li a .img {
	width: 32%;
	right: 0;
	height: 100%;
	top: 0;
	position: absolute;
	overflow: hidden;
}
.news .list li a .pic {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.news .list li a .txt {
	padding: 35px 30px;
	width: 68%;
}
.news .list li a .txt h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 1;
	transition: all 0.4s;
}
.news .list li a .txt span {
	display: block;
	font-size: 14px;
	color: #b5b5b5;
	margin-top: 18px;
	margin-bottom: 20px;
}
.news .list li a .txt .des {
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
}
.news .list li a .txt .d {
	width: 100px;
	line-height: 35px;
	text-align: center;
	background: #c20b14;
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
}
footer .top {
	background: #252525;
	padding-top: 40px;
	padding-bottom: 42px;
}
footer .top .f_logo {
	float: left;
	height: 120px;
	width: 285px;
	padding-top: 21px;
	padding-bottom: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .top .f_logo img {
	display: block;
	max-width: 84%;
}
footer .top .contact {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-left: 38px;
	float: left;
}
footer .top .code {
	float: right;
	width: 110px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
}
footer .top .code img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
footer .bottom {
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #1f1f1f;
	padding: 25px 15px;
}
footer .bottom a {
	color: #fff;
}
footer .bottom a:hover {
	color: #c20b14;
}
.nav_btn {
	display: none;
}
.mss {
	display: none;
}
.plus {
	display: none;
}
.sub_banner {
	padding-top: 215px;
	padding-bottom: 123px;
	background: url(/template/default/images/banner_neiye.png) no-repeat center/cover;
}
.sub_banner h2 {
	font-size: 30px;
	font-weight: bold;
	color: #c20b14;
	margin-bottom: 10px;
}
.sub_banner p {
	font-size: 20px;
	color: #606060;
}
.sub_con {
	margin-top: 40px;
	padding-bottom: 25px;
}
.sub_con .left_nav {
	width: 23.33333333333%;
	float: left;
}
.sub_con .left_nav .tit {
	line-height: 60px;
	padding: 0 20px;
	background: #c20b14;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sub_con .left_nav .tt {
	position: relative;
	line-height: 46px;
	padding: 0 46px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	background: #ebebeb;
	font-weight: bold;
	cursor: pointer;
}
.sub_con .left_nav .tt a {
	display: block;
}
.sub_con .left_nav .tt .plus {
	position: absolute;
	width: 46px;
	height: 46px;
	right: 0;
	top: 0;
	display: block;
	transition: all 0.3s;
	background: url(/template/default/images/arrow.png) no-repeat center;
}
.sub_con .left_nav .tt.on .plus {
	transform: rotate(90deg);
}
.sub_con .left_nav .box {
	margin-bottom: 8px;
}
.sub_con .left_nav .box ul {
	padding: 0 22px 0 11px;
	border: 1px solid #ececec;
	border-top: none;
	display: none;
}
.sub_con .left_nav .box ul li {
	border-bottom: 1px dashed #c9c9c9;
}
.sub_con .left_nav .box ul li a {
	display: block;
	font-size: 12px;
	padding: 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 12px;
	background: url(/template/default/images/arrow_red.png) no-repeat left 18px;
}
.sub_con .left_nav .box ul li a:hover {
	color: #c20b14;
}
.sub_con .right {
	width: 74.16%;
	float: right;
}
.sub_con .right .tit {
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.sub_con .right .tit::after {
	content: "";
	display: block;
	clear: both;
}
.sub_con .right .tit h2 {
	float: left;
	font-size: 24px;
	color: #c20b14;
	padding: 0 14px;
	position: relative;
}
.sub_con .right .tit h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #c20b14;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.sub_con .right .tit .position {
	float: right;
	font-size: 14px;
	color: #606060;
}
.sub_con .right .tit .position a:hover {
	color: #c20b14;
}
.sub_con .right .list {
	overflow: hidden;
	margin: 0 -15px;
}
.sub_con .right .list li {
	width: 33.333333333333336%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}
.sub_con .right .list li .img {
	display: block;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.sub_con .right .list li .img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.sub_con .right .list li p {
	font-size: 14px;
	color: #4d4d4d;
	transition: all 0.3s;
	margin-bottom: 5px;
}
.sub_con .right .list li a {
	display: block;
}
.sub_con .right .list li a:hover .img {
	border-color: #c20b14;
}
.sub_con .right .list li a:hover .img img {
	transform: scale(1.06);
}
.sub_con .right .list li a:hover p {
	color: #c20b14;
}



.sub_con .right .anli {
	overflow: hidden;
	margin: 0 -15px;
}
.sub_con .right .anli li {
	width: 33.333333333333336%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}
.sub_con .right .anli li .img {
	display: block;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.sub_con .right .anli li .img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.sub_con .right .anli li p {
	font-size: 14px;
	color: #4d4d4d;
	transition: all 0.3s;
	margin-bottom: 5px;
}
.sub_con .right .anli li a {
	display: block;
}
.sub_con .right .anli li a:hover .img {
	border-color: #c20b14;
}
.sub_con .right .anli li a:hover .img img {
	transform: scale(1.06);
}
.sub_con .right .anli li a:hover p {
	color: #c20b14;
}



.sub_con .right .gsjs {
	overflow: hidden;
}
.sub_con .right .gsjs li {
	width: 33.333333333333336%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
}
.sub_con .right .gsjs li .img {
	display: block;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.sub_con .right .gsjs li .img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.sub_con .right .gsjs li p {
	font-size: 14px;
	color: #4d4d4d;
	transition: all 0.3s;
	margin-bottom: 5px;
}
.sub_con .right .gsjs li a {
	display: block;
}
.sub_con .right .gsjs li a:hover .img {
	border-color: #c20b14;
}
.sub_con .right .gsjs li a:hover .img img {
	transform: scale(1.06);
}
.sub_con .right .gsjs li a:hover p {
	color: #c20b14;
}

.naew_list li {
	border-bottom:1px dashed #ddd;
	height:45px;
	line-height:45px;
	font-size:14px;
}
.naew_list li .text {
	width:75%;
	float:left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.naew_list li .text:hover {
	color:#c20b14;
}
.naew_list li span {
	float:right;
}
.stay_xa .in {
	margin-bottom:20px;
}
.stay_xa .in span {
	width:100px;
	text-align:right;
	display:inline-block;
}
.stay_xa .in .text {
	width:400px;
	border:1px solid #ddd;
	height:35px;
	line-height:35px;
}
.stay_xa .btn {
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:none;
	background:#c20b14;
	color:#fff;
	margin-left:105px;
}
.suspension_zw {
	height:140px;
}
.suspension {
    background: rgba(0, 0, 0, 0.6);
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	padding:15px 0 10px;
	color:#fff;
}
.suspension p {
	font-size:30px;
	padding-bottom:8px;
	text-align:center;
}
.suspension .text {
    height: 40px;
    border: none;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
    width: 28%;
    margin-right: 1%;
}
.suspension .close {
	position:absolute;
	background:#fff url(close.png) no-repeat center;
	width:30px;
	height:30px;
	border-radius:30px;
	overflow:hidden;
	background-size:100%;
	right:0;
	top:-30px;
}
.suspension button {
	background:#c20b14;
	height:40px;
	line-height:40px;
	border:none;
	width:11%;
	color:#fff;
	border-radius:4px;
	float:right;
}
 @media (max-width: 1200px) {
.ovv {
	overflow: hidden;
}
.mss {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: none;
	z-index: 98;
}
header nav {
	display: block;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 60%;
	background: #000;
	height: 100%;
	max-width: 300px;
	margin-left: 0;
	padding-top: 20px;
	left: -300px;
	transition: all 0.4s;
}
header nav.on {
	left: 0;
}
header nav .o {
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px solid #fff;
}
header nav .o > a {
	line-height: 60px;
	padding-left: 40px;
}
header nav .o .sub {
	background: #fff;
	z-index: 99;
	position: static;
	text-align-last: left;
}
header nav .o .sub a {
	padding-left: 20px;
}
header nav .o .plus {
	position: absolute;
	display: block;
	right: 0;
	height: 60px;
	top: 0;
	background: #ddd url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239f9f9f'%2F%3E%3C%2Fsvg%3E") no-repeat center/auto 40%;
	line-height: 60px;
	text-align: center;
	font-size: 60px;
	width: 45px;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 99;
	margin-top: -10px;
	margin-left: -13px;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	border-radius: 2px;
	background: #fff;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -1.5px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.on span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.on span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.on span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.main {
	width: 992px;
}
header .tel {
	float: left;
	margin-left: 90px;
}
}
 @media (max-width: 992px) {
.main {
	width: 768px;
}
.banner .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,  .banner .swiper-pagination-custom,  .banner .swiper-pagination-fraction {
	bottom: 10px;
}
.product {
	padding-top: 50px;
}
.cases .box:nth-child(1) {
	height: 300px;
}
.cases .box .c {
	height: 145px;
}
.cases .box .c:nth-child(1) {
	margin-bottom: 10px;
}
.cases .box:nth-child(3) {
	height: 300px;
}
.title h2 {
	font-size: 24px;
}
.title h2 span {
	font-size: 20px;
}
.cases {
	padding-top: 50px;
}
.title {
	margin-bottom: 30px;
}
.cases .box:nth-child(2) {
	height: auto;
}
.adv .tt h2 {
	font-size: 32px;
}
.adv .tt p {
	font-size: 24px;
}
.adv {
	padding-top: 80px;
	padding-bottom: 64px;
}
.news .list li a .txt {
	padding: 20px 15px;
}
.news .list li a .txt span {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer .top .f_logo {
	width: 233px;
}
.sub_con .left_nav {
	width: 100%;
	margin-bottom: 30px;
}
.sub_con .right {
	width: 100%;
}
.sub_con .left_nav .tt.on .plus {
	transform: rotate(0deg);
}
.sub_con .left_nav .tt {
	line-height: 40px;
	font-size: 14px;
}
.sub_con .left_nav .tit {
	line-height: 48px;
	font-size: 18px;
	margin-bottom: 8px;
}
.sub_con .left_nav .box {
	margin-bottom: 5px;
}
}
 @media (max-width: 768px) {
header .tel {
	display: none;
}
header .logo img {
	width: 195px;
}
header .logo img {
	width: 150px;
}
header .logo {
	margin-top: 0;
	padding: 10px 0;
}
header {
	position: static;
	background: #000;
}
.swiper-button-next,  .swiper-button-prev {
	background-size: auto 50% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.product .txt {
	font-size: 12px;
}
.product .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.intro {
	padding-top: 54px;
}
.intro .top .line {
	width: 30px;
	height: 2px;
}
.intro .top h2 {
	font-size: 20px;
}
.intro .top .more {
	width: 90px;
	line-height: 30px;
	font-size: 14px;
}
.intro .bottom h2 {
	font-size: 22px;
}
.intro .bottom h2 em {
	font-size: 22px;
}
.intro .bottom ul li p {
	font-size: 22px;
}
.title h2 {
	font-size: 22px;
}
.title h2 span {
	font-size: 16px;
}
.cases .box:nth-child(1) {
	width: 100%;
	height: auto;
}
.cases .box .img img {
	display: block;
	width: 100%;
}
.cases .box .c:nth-child(1) {
	width: 100%;
	height: auto;
}
.cases .box:nth-child(2) {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
.cases .box:nth-child(3) {
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.adv .tt h2 {
	font-size: 18px;
}
.adv .tt p {
	font-size: 18px;
}
.adv ul li .img {
	width: 60px;
	height: 60px;
}
.adv ul li p {
	font-size: 14px;
	margin-top: 15px;
}
.news .list li {
	width: 100%;
	margin-bottom: 15px;
}
footer .top .f_logo {
	display: none;
}
footer .top .contact {
	width: 100%;
	padding-left: 0;
}
footer .top .code {
	float: left;
	margin-top: 20px;
}
.sub_banner {
	padding-top: 65px;
	padding-bottom: 60px;
}
.sub_banner h2 {
	font-size: 26px;
}
.sub_banner p {
	color: #eee;
}
.sub_con .right .tit {
	line-height: 40px;
}
.sub_con .right .tit h2 {
	font-size: 16px;
}
.sub_con .right .tit .position {
	font-size: 12px;
}
.sub_con {
	margin-top: 20px;
}
.sub_con .right .list li {
	width: 50%;
}
.sub_con .right .list li p {
	font-size: 12px;
}
.sub_con .right .list {
	margin: 0 -10px;
}
.sub_con .right .list li {
	padding: 0 10px;
}


.sub_con .right .anli li {
	width: 50%;
}
.sub_con .right .anli li p {
	font-size: 12px;
}
.sub_con .right .anli {
	margin: 0 -10px;
}
.sub_con .right .anli li {
	padding: 0 10px;
}
.sub_con .right .anli li .img {
 height:115px;
}
.sub_con .right .anli li .img img{
 height:115px;
 width:100%;
 object-fit:cover;
}




footer .bottom span {
	display: block;
	margin-top: 5px;
}
.naew_list li {
	font-size:12px;
}
.stay_xa .in {
	font-size:14px;
}
.stay_xa .in span {
	width:20%;
}
.stay_xa .in .text {
	width:70%;
}

.suspension .text {
    height: 35px;
    padding: 0 5px;
    width: 24%;
    margin-right: 1%;
	  font-size: 12px;
}
.suspension button {
    height: 35px;
    line-height: 35px;

    width: 19%;
    font-size: 12px;
}

.suspension .close {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    right: 0;
    top: -30px;
}
.suspension p {
    font-size: 15px;
}

 }
.sub_con .right .anli li .img {
 height:180px;
}
.sub_con .right .anli li .img img{
 height:100%;
 width:100%;
 object-fit:cover;
}
 @media (max-width: 480px) {
 .sub_con .right .anli li .img {
 height:115px;
}
}