@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 20px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	display: flex;
	align-items: center;
}
#header h1 span {
	margin: 6px 0 0 47px;
	font-size: 18px;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
	line-height: 1.2;
	position: relative;
}
#header h1 span:before {
	position: absolute;
	left: -24px;
	top: 50%;
	content: "";
	width: 1px;
	height: 28px;
	margin-top: -11px;
	background-color: #333;
}
#header .tel {
	line-height: 1.3;
	padding-left: 55px;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
	background: url("../img/icon01.png") no-repeat left center;
}
#header .tel span {
	display: block;
	font-size: 32px;
	color: #e20000;
	font-weight: normal;
	font-family: Impact, "sans-serif";
}
#header .navi {
	background-color: #f36e21;
}
#header .navi ul {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
}
#header .navi a {
	padding: 15px 5px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
#header .navi li {
	width: 14.28%;
}
#header .navi .on a,
#header .navi a:hover {
	background-color: #373a3c;
}
.mainVisual .swiper-slide img {
	width: 100%;
}
.mainVisual .swiper-pagination-bullet {
	opacity: .5;
	width: 16px;
	height: 16px;
	margin: 0 10px !important;
}
.mainVisual .swiper-pagination-bullet-active {
	background: #f36e21;
	opacity: 1;
}
.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.headline01 {
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.headline01 .txt01 {
	display: block;
	position: relative;
	font-size: 40px;
	color: #e20000;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.headline01 .txt01:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 410px;
	height: 1px;
	margin-left: -205px;
	background-color: #000;
}
.headline01 .txt02 {
	display: block;
	font-size: 18px;
	color: #ddd;
	text-transform: uppercase;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
	position: relative;
}
.headline01 .txt02:before {
	position: absolute;
	left: 50%;
	top: -16px;
	content: "";
	background-color: #fff;
	width: 36px;
	height: 10px;
	margin-left: -18px;
}
.headline01 .txt02:after {
	position: absolute;
	left: 50%;
	top: -15px;
	height: 9px;
	width: 9px;
	background-color: #000;
	border-radius: 100%;
	content: "";
	margin-left: -5px;
}
.comMore {
	width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e20000;
	border-radius: 30px;
}
.comMore .telnum {
	width: 290px;
}
.comMore .telnum a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
}
.comMore .telnum img {
	margin-right: 10px;
}
.comMore .more {
	width: 210px;
}
.comMore .more a {
	border-radius: 30px;
	background-color: #f36e21;
	display: block;
	padding: 8px;
}
.comMore .more a:hover {
	opacity: 0.8;
}
.comMore .more span {
	padding: 5px 0;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 18px;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.comMore .more img {
	margin-right: 12px;
}
.indexsec01 {
	margin: 80px 0;
}
.indexsec01 ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.indexsec01 ul li {
	width: 23.6%;
	margin-top: 50px;
}
.indexsec01 ul a {
	display: block;
	position: relative;
}
.indexsec01 ul img {
	width: 100%;
}
.indexsec01 ul a:hover {
	opacity: 0.8;
}
.indexsec01 ul p {
	box-sizing: border-box;
	padding: 15px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.indexsec01 ul p span {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
}
.indexsec01 ul li:nth-child(2n) {
	margin-top: 0;
}
.indexsec01 ul li:first-child p,
.indexsec01 ul li:last-child p {
	bottom: inherit;
	top: 0;
}
.indexsec02 {
	margin-bottom: 80px;
	overflow: hidden;
	padding: 100px 0;
	background: url("../img/bg01.jpg") no-repeat center center;
	background-size: cover;
}
.indexsec02 .inner {
	position: relative;
	padding-left: 39%;
}
.indexsec02 .inner .photobox {
	position: absolute;
	left: -5%;
	top: -45px;
	width: 47.58%;
}
.indexsec02 .inner .txtbox {
	background-color: #fff;
	border: 4px solid #f36e21;
	position: relative;
	z-index: 2;
	padding: 30px 5%;
}
.indexsec02 .inner .txtbox h2 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #f36e21;
	font-size: 28px;
	position: relative;
	font-family: "思源宋体 CN","思源宋体","宋体","Microsoft Yahei";
}
.indexsec02 .inner .txtbox h2:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 70px;
	height: 2px;
	margin-left: -35px;
	background-color: #e20000;
}
.indexsec02 .inner .txtbox h2 span {
	display: block;
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
}
.indexsec02 .inner .txtbox p {
	text-indent: 2em;
	line-height: 28px;
	text-align: justify;
}
.indexsec02 .inner .comMore {
	margin-top: 20px;
	width: 210px;
	display: block;
	background-color: transparent;
}
.indexsec03 ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.indexsec03 ul li {
	width: 31%;
}
.indexsec03 ul .photo {
	height: 309px;
	overflow: hidden;
}
.indexsec03 ul .photo img {
	width: 100%;
	min-height: 309px;
}
.indexsec03 ul p {
	padding: 23px 85px 23px 22px;
	position: relative;
}
.indexsec03 ul p:before {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #f36e21;
	width: 14px;
	height: 14px;
	margin-top: -6px;
	border: 3px solid #000;
	content: "";
	box-sizing: border-box;
	border-radius: 100%;
}
.indexsec03 ul a {
	display: block;
	position: relative;
}
.indexsec03 ul a:hover {
	opacity: 0.8;
}
.indexsec03 ul .time {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 1.2;
}
.indexsec03 ul .time span {
	display: block;
	font-size: 36px;
	color: #f36e21;
	font-weight: bold;
}
#footer {
	background-color: #F36E21;
	margin-top: 80px;
}
#footer .copyright {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright span {
	margin-left: 40px;
}
#footer .qyrz {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
	width: 120px;
}
#footer .fwidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 60px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .flogo {
	max-width: 227px;
}
#footer .code {
	max-width: 150px;
}
#footer .fnavi {
	max-width: 200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .fnavi li {
	width: 48%;
	margin: 15px 0;
	text-align: center;
}
#footer .fnavi a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
#footer .fnavi a:hover {
	text-decoration: underline;
}
#footer .ftxt {
	max-width: 420px;
}
#footer .ftxt .tel {
	margin-bottom: 20px;
}
#footer .ftxt .tel img {
	margin-right: 15px;
}
#footer .ftxt .tel a {
	display: flex;
	align-items: center;
	font-size: 42px;
	color: #e20000;
	font-family: Impact, "sans-serif";
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#footer .ftxt p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
#footer .ftxt p a {
	color: #fff;
}
.comTop {
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.comTop .width {
	max-width: 1400px;
	margin: 0 auto;
	height: 400px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	padding: 0 7%;
}
.headline02 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
	color: #f36e21;
}
.headline02 span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.contactPage .headline02 {
	margin-bottom: 80px;
}
.contactPage .map {
	text-align: center;
}
.contactPage .txtul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.contactPage .txtul li {
	position: relative;
	background-color: #eee;
	width: 31.5%;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 3% 30px;
	font-size: 18px;
	line-height: 28px;
}
.contactPage .txtul span {
	display: block;
	color: #999;
	margin-bottom: 10px;
}
.contactPage .txtul img {
	position: absolute;
	left: 50%;
	margin-left: -39px;
	top: -39px;
}
.headline03 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	font-size: 32px;
	padding-bottom: 10px;
}
.headline03:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -43px;
	width: 86px;
	height: 2px;
	content: "";
	background-color: #f36e21;
}
.capacityPage .sec01 p {
	text-indent: 2em;
	font-size: 20px;
	line-height: 35px;
}
.capacityPage .sec01 ul {
	display: flex;
	flex-wrap: wrap;
}
.capacityPage .sec01 ul li {
	width: 31%;
	margin: 40px 3.5% 0 0;
}
.capacityPage .sec01 ul li:nth-child(3n) {
	margin-right: 0;
}
.capacityPage .sec01 ul img {
	width: 100%;
}
.businessPage .sec01 {
	display: flex;
	justify-content: space-between;
}
.businessPage .sec01 .lbox {
	width: 28.3%;
}
.businessPage .sec01 .lbox .ttl {
	text-align: center;
	color: #fff;
	background-color: #e20000;
	font-size: 30px;
	padding: 15px 5px;
}
.businessPage .sec01 .lbox .ttl span {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.businessPage .sec01 .lbox ul a {
	display: block;
	text-align: center;
	font-size: 20px;
	background-color: #eee;
	padding: 25px 5px;
}
.businessPage .sec01 .lbox ul li {
	border-bottom: 1px solid #ddd;
}
.businessPage .sec01 .lbox ul .on a,
.businessPage .sec01 .lbox ul a:hover {
	background-color: #f36e21;
	color: #fff;
}
.businessPage .sec01 .rbox {
	width: 67%;
}
.businessPage .sec01 .rbox p {
	text-indent: 2em;
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.businessPage .sec01 .rbox img {
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.businessPage .sec01 .rbox .photo {
	text-align: center;
	margin-top: 40px;
}
.aboutPage .sec01 {
	margin-bottom: 80px;
}
.aboutPage .sec01 p {
	text-indent: 2em;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.aboutPage .sec02 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
}
.aboutPage .sec02 ul li {
	width: 23.07%;
	margin: 40px 2.57% 0 0;
}
.aboutPage .sec02 ul li:nth-child(4n) {
	margin-right: 0;
}
.aboutPage .sec02 ul img {
	width: 100%;
}
.pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination span {
	font-size: 16px;
}
.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}
.pagination .page-status {
	margin-right: 10px;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #f36e21;
	color: #fff;
}
.newsPage .listUl li {
	margin-bottom: 30px;
}
.newsPage .listUl a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	padding: 30px 30px;
}
.newsPage .listUl .photobox {
	width: 30%;
}
.newsPage .listUl .photobox img {
	width: 100%;
}
.newsPage .listUl .txtbox {
	width: 65%;
	position: relative;
}
.newsPage .listUl .txtbox h3 {
	margin: 0 100px 15px 0;
	font-size: 22px;
}
.newsPage .listUl .txtbox .time {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 14px;
	color: #999;
}
.newsPage .listUl .txtbox p {
	color: #666;
}
.newsPage .listUl .txtbox .link {
	text-align: right;
	margin-top: 20px;
}
.newsPage .listUl .txtbox .link span {
	padding-right: 30px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	background: url("../img/icon08.png") no-repeat right center;
}
.newsPage .listUl a:hover {
	border-color: #f36e21; 
}
.newsPage .listUl a:hover h3 {
	color: #f36e21;
}
.newsPage .listUl a:hover .link span {
	color: #f36e21;
	background-image: url("../img/icon09.png");
}
.newsPage .h3Ttl {
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
}
.newsPage .noteul {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.newsPage .noteul li:first-child {
	margin-right: 50px;
}
.newsPage .noteul li {
	font-size: 14px;
	color: #999;
}
.newsPage .noteul li img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}
.comInfo {
	font-size: 18px;
	color: #666;
	line-height: 33px;
}
.comInfo * {
	font-size: 18px !important;
	color: #666 !important;
	line-height: 33px !important;
}
.comInfo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}
.comPageList {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.comPageList li {
	max-width: 49%;
}
.comPageList a {
	display: inline-block;
	font-size: 18px;
	color: #666;
}
.comPageList a:hover {
	color: #f36e21;
}
.automobilePage .listUl {
	display: flex;
	flex-wrap: wrap;
}
.automobilePage .listUl li {
	width: 31.2%;
	margin: 0 3.2% 40px 0;
}
.automobilePage .listUl li:nth-child(3n) {
	margin-right: 0;
}
.automobilePage .listUl a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 15px;
	/*background: url("../img/icon09.png") no-repeat right 15px bottom 15px;*/
}
.automobilePage .listUl .photo {
	height: 300px;
	overflow: hidden;
}
.automobilePage .listUl .photo img {
	width: 100%;
	min-height: 300px;
}
.automobilePage .listUl p {
	display: none;
	padding-left: 25px;
	position: relative;
	font-size: 20px;
	margin-top: 10px;
}
.automobilePage .listUl p:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	border-radius: 100%;
	width: 15px;
	height: 15px;
	background-color: #f36e21;
	border: 3px solid #000;
	box-sizing: border-box;
}
.automobilePage .listUl a:hover {
	background-color: #f36e21;
	/*background-image: url("../img/icon12.png");*/
	color: #fff;
}
.automobilePage .listUl a:hover p:before {
	border-color: #fff;
}
.automobilePage .detailbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
.automobilePage .detailbox .photobox {
	width: 39%;
}
.automobilePage .detailbox .photobox img {
	width: 100%;
}
.automobilePage .detailbox .txtbox {
	width: 56%;
}
.automobilePage .detailbox .txtbox h3 {
	margin-bottom: 15px;
	font-size: 42px;
	color: #f36e21;
}
.automobilePage .detailbox .txtbox p {
	font-size: 18px;
	line-height: 34px;
}
.automobilePage .detailbox .txtbox .tel {
	border-top: 1px solid #f36e21;
	margin-top: 30px;
	padding-top: 30px;
}
.automobilePage .detailbox .txtbox .tel a {
	padding-left: 55px;
	display: inline-block;
	font-size: 18px;
	background: url("../img/icon13.png") no-repeat left center;
}
.automobilePage .detailbox .txtbox .tel span {
	display: block;
	font-size: 40px;
	color: #f36e21;
	font-weight: bold;
}
.automobilePage .h3Ttl {
	text-align: center;
	margin-bottom: 40px;
}
.automobilePage .h3Ttl .txt01 {
	font-size: 28px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.automobilePage .h3Ttl .txt02 {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 0 75px;
}
.automobilePage .h3Ttl .txt02:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #f36e21;
}
.automobilePage .h3Ttl .txt02:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #f36e21;
}

@media all and (min-width: 992px) and (max-width: 1360px) {
	#footer .code {max-width: 130px;}
	#footer .flogo {max-width: 200px;}
	#footer .ftxt {max-width: 380px;}
	#footer .ftxt .tel a {font-size: 38px;}
	#footer .ftxt .tel img {width: 130px;}
	#footer .fnavi {max-width: 180px;}
	.automobilePage .listUl .photo img {min-height: 201px;}
	.automobilePage .listUl .photo {height: 201px;}
	.indexsec03 ul .photo img {min-height: 223px;}
	.indexsec03 ul .photo {height: 223px;}
}

@media all and (max-width: 991px) {
	#header {
		position: relative;
	}
	#header .width {
		max-width: inherit;
		padding: 10px 15px;
		display: block;
	}
	#header h1 {
		width: 190px;
		display: block;
	}
	#header h1 span {
		display: none;
	}
	#header .tel {
		display: none;
	}
	#header .navi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 100;
	}
	#header .navi ul {
		display: block;
		max-width: inherit;
	}
	#header .navi a {
		padding: 15px 5px;
		font-size: 16px;
	}
	#header .navi li {
		width: auto;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 17px;
		z-index: 200;
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 38px;
	  height: 30px;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #333;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 13px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	.mainVisual .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 7px !important;
	}
	.comWidth {
		max-width: inherit;
	}
	.headline01 {
		margin-bottom: 15px;
	}
	.headline01 .txt01 {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.headline01 .txt01:before {
		width: 180px;
		margin-left: -90px;
	}
	.headline01 .txt02 {
		font-size: 12px;
	}
	.headline01 .txt02:before {
		top: -10px;
		width: 26px;
		height: 8px;
		margin-left: -13px;
	}
	.headline01 .txt02:after {
		top: -9px;
		height: 6px;
		width: 6px;
		margin-left: -3px;
	}
	.comMore {
		width: auto;
	}
	.comMore .telnum {
		width: 55%;
	}
	.comMore .telnum a {
		font-size: 20px;
	}
	.comMore .telnum img {
		width: 20px;
		margin-right: 5px;
	}
	.comMore .more {
		width: 45%;
	}
	.comMore .more a {
		padding: 5px;
	}
	.comMore .more span {
		padding: 5px 0;
		border-width: 1px;
		font-size: 14px;
	}
	.comMore .more img {
		width: 20px;
		margin-right: 10px;
	}
	.indexsec01 {
		margin: 30px 0;
	}
	.indexsec01 ul {
		flex-wrap: wrap;
		margin: -10px 0 20px;
	}
	.indexsec01 ul li {
		width: 49%;
		margin: 10px 0 0 !important;
	}
	.indexsec01 ul p {
		padding: 10px 5px;
		font-size: 13px;
	}
	.indexsec01 ul p span {
		margin-bottom: 0;
		font-size: 16px;
	}
	.indexsec01 ul li:nth-child(2n) {
		margin-top: 0;
	}
	.indexsec02 {
		margin-bottom: 30px;
		padding: 30px 0;
	}
	.indexsec02 .inner {
		padding-left: 0;
	}
	.indexsec02 .inner .photobox {
		position: static;
		width: auto;
		margin-bottom: 20px;
	}
	.indexsec02 .inner .photobox img {
		width: 100%;
	}
	.indexsec02 .inner .txtbox {
		border-width: 2px;
		padding: 15px;
	}
	.indexsec02 .inner .txtbox h2 {
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 18px;
	}
	.indexsec02 .inner .txtbox h2:before {
		width: 50px;
		height: 2px;
		margin-left: -25px;
	}
	.indexsec02 .inner .txtbox h2 span {
		font-size: 20px;
	}
	.indexsec02 .inner .txtbox p {
		line-height: 1.5;
	}
	.indexsec02 .inner .comMore {
		width: 156px;
		margin-top: 10px;
	}
	.indexsec02 .inner .comMore .more {
		width: auto;
	}
	.indexsec03 ul {
		margin-bottom: 20px;
		display: block;
	}
	.indexsec03 ul li {
		width: auto;
		margin-bottom: 15px;
	}
	.indexsec03 ul li:last-child {
		margin-bottom: 0;
	}
	.indexsec03 ul .photo {
		height: auto;
	}
	.indexsec03 ul .photo img {
		min-height: inherit;
	}
	.indexsec03 ul p {
		padding: 10px 60px 10px 15px;
	}
	.indexsec03 ul p:before {
		width: 10px;
		height: 10px;
		margin-top: -4px;
		border: 2px solid #000;
	}
	.indexsec03 ul .time {
		font-size: 13px;
	}
	.indexsec03 ul .time span {
		font-size: 20px;
	}
	#footer {
		margin-top: 40px;
	}
	#footer .copyright {
		padding: 15px 5px 70px;
	}
	#footer .copyright span {
		margin: 5px 0 0;
		display: block;
	}
	#footer .qyrz {
		display: none;
	}
	#footer .fwidth {
		max-width: inherit;
		padding: 30px 15px 20px;
		display: block;
	}
	#footer .flogo {
		max-width: 140px;
		margin: 0 auto 20px;
	}
	#footer .code,
	#footer .line {
		display: none;
	}
	#footer .fnavi {
		display: none;
	}
	#footer .ftxt {
		max-width: inherit;
	}
	#footer .ftxt .tel {
		margin-bottom: 10px;
	}
	#footer .ftxt .tel img {
		margin-right: 15px;
		width: 100px;
	}
	#footer .ftxt .tel a {
		font-size: 30px;
	}
	#footer .ftxt p {
		line-height: 1.8;
	}
	.comTop {
		margin-bottom: 20px;
	}
	.comTop .width {
		max-width: inherit;
		height: 150px;
		padding: 0 5%;
	}
	.comTop h2 img {
		max-height: 70px;
	}
	.headline02 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.headline02 span {
		margin-top: 0;
		font-size: 12px;
	}
	.contactPage .headline02 {
		margin-bottom: 45px;
	}
	.contactPage .txtul {
		margin-bottom: 20px;
		display: block;
	}
	.contactPage .txtul li {
		width: auto;
		padding: 35px 15px 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.contactPage .txtul li:last-child {
		margin-bottom: 0;
	}
	.contactPage .txtul span {
		margin-bottom: 5px;
	}
	.contactPage .txtul img {
		width: 50px;
		margin-left: -25px;
		top: -25px;
	}
	.headline03 {
		margin-bottom: 15px;
		font-size: 18px;
		padding-bottom: 8px;
	}
	.headline03:before {
		margin-left: -25px;
		width: 50px;
		height: 1px;
	}
	.capacityPage .sec01 p {
		font-size: 16px;
		line-height: 1.5;
	}
	.capacityPage .sec01 ul {
		justify-content: space-between;
	}
	.capacityPage .sec01 ul li {
		width: 49%;
		margin: 10px 0 0;
	}
	.businessPage .sec01 {
		display: block;
	}
	.businessPage .sec01 .lbox {
		width: auto;
		margin-bottom: 20px;
	}
	.businessPage .sec01 .lbox .ttl {
		font-size: 18px;
		padding: 10px 5px;
	}
	.businessPage .sec01 .lbox .ttl span {
		font-size: 14px;
	}
	.businessPage .sec01 .lbox ul a {
		font-size: 16px;
		padding: 10px 5px;
	}
	.businessPage .sec01 .rbox {
		width: auto;
	}
	.businessPage .sec01 .rbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.businessPage .sec01 .rbox .photo {
		margin-top: 20px;
	}
	.aboutPage .sec01 {
		margin-bottom: 40px;
	}
	.aboutPage .sec01 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.aboutPage .sec02 ul {
		justify-content: space-between;
		margin-top: -10px;
	}
	.aboutPage .sec02 ul li {
		width: 49%;
		margin: 10px 0 0;
	}
	.pagination span {
		font-size: 14px;
	}
	.pagination a {
		margin: 0 3px 5px;
		min-width: 33px;
	}
	.pagination .page-status {
		margin-right: 8px;
	}
	.newsPage .listUl li {
		margin-bottom: 15px;
	}
	.newsPage .listUl a {
		display: block;
		padding: 15px;
	}
	.newsPage .listUl .photobox {
		width: auto;
		margin-bottom: 10px;
	}
	.newsPage .listUl .txtbox {
		width: auto;
	}
	.newsPage .listUl .txtbox h3 {
		margin: 0 0 5px;
		font-size: 18px;
		text-align: center;
	}
	.newsPage .listUl .txtbox .time {
		position: static;
		font-size: 14px;
		margin-bottom: 5px;
		text-align: center;
	}
	.newsPage .listUl .txtbox .link {
		text-align: center;
		margin-top: 10px;
	}
	.newsPage .listUl .txtbox .link span {
		padding-right: 25px;
		font-size: 14px;
		background-size: 16px auto;
	}
	.newsPage .h3Ttl {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.newsPage .noteul {
		margin-bottom: 20px;
	}
	.newsPage .noteul li:first-child {
		margin-right: 20px;
	}
	.newsPage .noteul li {
		font-size: 12px;
	}
	.newsPage .noteul li img {
		height: 11px;
		margin: -3px 5px 0 0;
	}
	.comInfo {
		font-size: 14px;
		line-height: 1.5;
	}
	.comInfo * {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	.comPageList {
		margin-top: 20px;
	}
	.comPageList a {
		font-size: 14px;
	}
	.automobilePage .listUl {
		justify-content: space-between;
	}
	.automobilePage .listUl li {
		width: 49%;
		margin: 0 0 10px;
	}
	.automobilePage .listUl a {
		padding: 5px;
		background: none;
	}
	.automobilePage .listUl .photo {
		height: 118px;
	}
	.automobilePage .listUl .photo img {
		min-height: 118px;
	}
	.automobilePage .listUl p {
		padding-left: 15px;
		font-size: 14px;
		margin-top: 5px;
	}
	.automobilePage .listUl p:before {
		top: 6px;
		width: 10px;
		height: 10px;
		border: 2px solid #000;
	}
	.automobilePage .listUl a:hover {
		background-image: none;
	}
	.automobilePage .detailbox {
		display: block;
		margin-bottom: 20px;
	}
	.automobilePage .detailbox .photobox {
		width: auto;
		margin-bottom: 10px;
	}
	.automobilePage .detailbox .txtbox {
		width: auto;
	}
	.automobilePage .detailbox .txtbox h3 {
		margin-bottom: 5px;
		font-size: 18px;
		text-align: center;
	}
	.automobilePage .detailbox .txtbox p {
		font-size: 14px;
		line-height: 1.5;
	}
	.automobilePage .detailbox .txtbox .tel {
		margin-top: 15px;
		padding-top: 15px;
		text-align: center;
	}
	.automobilePage .detailbox .txtbox .tel a {
		padding-left: 40px;
		font-size: 14px;
		text-align: left;
		background-size: 26px auto;
	}
	.automobilePage .detailbox .txtbox .tel span {
		font-size: 24px;
	}
	.automobilePage .h3Ttl {
		margin-bottom: 20px;
	}
	.automobilePage .h3Ttl .txt01 {
		font-size: 18px;
	}
	.automobilePage .h3Ttl .txt02 {
		font-size: 14px;
		padding: 0 20px;
	}
	.automobilePage .h3Ttl .txt02:before {
		width: 10px;
	}
	.automobilePage .h3Ttl .txt02:after {
		width: 10px;
	}
}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon.eot?qradjf');
    src:url('../font/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?qradjf') format('truetype'),
        url('../font/icomoon.woff?qradjf') format('woff'),
        url('../font/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:1px;top:40%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../img/kefu.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t{overflow: hidden;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:8px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.meau-sev .cndns-right-box .box-border{width:230px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#ff6800;font-size:16px;line-height:16px;margin-top: 16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
@media all and (max-width: 991px) {
	.cndns-right{display: none;}
}

/* 工具栏 */
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 888;left: 0;display: none;}
#toolbar .list{display: flex;background: #373a3c;}
#toolbar .list li{width: 25%; text-align: center;}
#toolbar .list a{display: block;padding: 5px;}
#toolbar .list a span{text-align: center; color: #fff; display: block; font-size: 14px;}
#toolbar .list a img {display: block;margin: 5px auto;}
#toolbar .list li:hover{background: #f36e21;}
/*微信弹窗*/
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 300px;height: 300px;padding: 20px 10px;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;box-sizing: border-box;margin: -150px auto 0;}
#wxnr img{width: 135px;height: 135px;display: block;margin: 0 auto;}
#wxnr p{font-size: 14px;text-align:center;line-height: 30px;}
#wxnr i{position: absolute;top: 5px;right:5px;width: 20px;height: 20px;font-size: 14px;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 5px;background-color: #f36e21;color:#fff;border-radius: 5px;cursor:pointer;}
/*复制提示*/
#weixin{position: fixed;top: 50%;margin-top: -26px;z-index: 9999999;font-size: 16px;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: 5px;display: none;line-height: 50px;}
@media all and (max-width: 991px) {
	#toolbar{display: block;}
}