@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h4,
h5,
h6 {
	font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

hr {
	color: #eee;
	background: #eee;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
	color: #2fb9c3;
	text-decoration: none !important;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input {
	outline: none;
	border: 0;
}

input:focus {
	outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

@media (max-width:992px) {
	.container {
		padding: 0 15px;
	}
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit !important;
	color: #666;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}

.ellipsis-7 {
	-webkit-line-clamp: 7;
}

.ellipsis-8 {
	-webkit-line-clamp: 8;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
	width: 90%;
	/*max-width: 1400px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.container-fluid,
.banner-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

@media (max-width:780px) {
	.container-pad {
		padding: 50px 0;
	}
}

.content_box {
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

@media (max-width:992px) {

	.container,
	.content_box {
		padding: 0 15px !important;
	}

}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: both;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #2fb9c3;
	border-color: #2fb9c3;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}
@media (max-width:992px) {
	.pagination{
		margin-top: 0.4rem;
	}
}

.next-map p {
	/* width:40%;float: left; */
	position: relative;
	margin-top: 4px;
}

.next-map p:last-child {
	/* width: 40%;float: right; */
	position: relative;
}

.next-map p span {
	display: inline-block;
	float: left;
}

.next-map p .ellipsis-1 {
	display: inline-block;
	/* 	 */
}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    height: 0.42rem;
    width: 1.2rem;
    line-height: 0.42rem;
    text-align: center;
    background: #2fb9c3;
    display: block;
    color: #fff;
    border-radius: 4px;
	margin: 0.3rem auto 0;
}

.more:hover {
	color: #fff;
}
@media (max-width:992px) {
	.more{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb{
    background: #2fb9c3;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 11px 15px;
}
.crumb li{
    float: left;
}
.crumb li a,
.crumb li i{
	color: #fff;
}
/* ============================================================================================================================
													list
===============================================================================================================================*/
.container_main{
	overflow: hidden;
	padding:0 0 0.35rem 0;
}
/*@media (max-width:992px) {*/
/*	.container_main{padding: 0;}*/
/*	.container_main .container{*/
/*		padding: 0!important;*/
/*	}*/
/*}*/
.container_main .lefter{
	overflow: hidden;
	width: 240px;
	float: left;
	margin-right: 20px;
}
.container_main .lefter .lefter_nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.container_main .lefter .lefter_nav h2, 
.container_main .lefter .lefter_contact h2{
    background: #2fb9c3;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.container_main .lefter .lefter_nav ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.container_main .lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.container_main .lefter .lefter_nav ul li.active a{
	color: #2fb9c3;
}
.container_main .lefter .lefter_nav ul li:hover a{
	color: #2fb9c3;
}
.container_main .lefter .lefter_contact{
	overflow: hidden;
}
.container_main .lefter .lefter_contact ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 10px;
}
.container_main .lefter .lefter_contact ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.container_main .righter{
	overflow: hidden;
}
@media (max-width:992px) {
    .container_main {
        padding-right: 10px;
        padding-left: 10px;
    }
	.container_main .lefter{
		display: none;
	}
}


/* 产品列表 */
.prolist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.prolist .prolist_ul{
	overflow: hidden;
}
.prolist .prolist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.prolist .prolist_ul li:nth-child(3n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:hover{
	border: 1px solid #2fb9c3;
}
.prolist .prolist_ul li:hover dd{
	background: #2fb9c3;
	color: #fff;
	border-top: 1px solid #2fb9c3;
}
@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 0.28rem;
	}
}



/* 文章列表 */
.article{
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
}
.article .article_ul{
	overflow: hidden;
	padding: 30px 0;
}
.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 3%;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
	line-height: 2em;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    line-height: 2em;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd span.ntime {
    font-size: 16px;
}
.article .article_ul li dd span.ntitle {
   font-size: 16px;
}
.article .article_ul li dd span.ndescrption {
    font-size: 12px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 16px;
    /*color: #999;*/
    display: block;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #2fb9c3;
}
.article .article_ul li:hover dd em{
	color: #2fb9c3;
}
.news_title{
    margin-top: 20px;    
}
.news_title ul li{
    float: left;
    padding: 0 30px;
    line-height: 50px;
    font-size: 16px;
    
}
.news_title ul li{
    position: relative
}
.news_title ul li a:after {
    content: "|";
    position: absolute;
    right: 0;
}
.news_title>span {
    float: left;
    font-weight: bold;
    font-size: 30px; 
    width: 20%;
}
@media (max-width:992px) {
	.article {
		width: 100%;
		padding: 15px;
	}
	.news_title>span {
	    float: none;
	}
	.news_title ul li {
	    /*padding: 0 15px;*/
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}


/* 图文列表 */
.mutlist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(3n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #2fb9c3;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #2fb9c3;
	color: #fff;
	background: #2fb9c3;
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 0.28rem;
	}
}
/* ============================================================================================================================
													detail
===============================================================================================================================*/
._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}
.side_button a {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 17px
}

.side_button {
    position: fixed;
    z-index: 100;
    right: 1%;
    top: 40%;
}

.side_button a.close_btn {
    background: url(../images/icon/tubicon.png) no-repeat top left;
}
.side_button a.close_btn:hover {
    background: url(../images/icon/tubicon.png) no-repeat top right;
}
.side_button a.prev_btn {
    background: url(../images/icon/tubicon.png) no-repeat 0 -40px;
}
.side_button a.prev_btn:hover {
    background: url(../images/icon/tubicon.png) no-repeat -36px -40px;
}
.side_button a.next_btn {
    background: url(../images/icon/tubicon.png) no-repeat 0 -80px;
}
.side_button a.next_btn:hover {
    background: url(../images/icon/tubicon.png) no-repeat -36px -80px;
}
/* 文章详情 */
.article_detail{
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
}
.article_detail ._title{
	border-bottom: solid 1px #ddd;
	padding-top: 30px;
}
.article_detail ._title h3{
    line-height: 80px;
    font-size: 18px;
    font-weight: 100;
}
.article_detail ._title span{
	font-size: 16px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
.new_content {
    min-height: 360px;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
		width: 100%;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h3 {
	    font-weight: 500;
	}
	/*.article_detail ._title h2{*/
	/*	font-size: 0.36rem;*/
	/*	line-height: 1.5;*/
	/*}*/
	/*.article_detail ._title span{*/
	/*	font-size: 0.24rem;*/
	/*}*/
}

/* 图文详情 */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
}


/* 产品详情 */
.product_detail{
	overflow: hidden;
	color: #fff;
	background: black;
	padding: 15px;
}
.product_detail ._info {
	overflow: hidden;
}
.product_detail ._info,
._content {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}
._content {
    margin: 100px auto;
}
._content img {
    width: 100%;
}
.f18 {
    font-size: 18px;
}
.product_detail ._info ._thumb{
	width: 352px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 350px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #2fb9c3 solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product_detail ._info ._text p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
}
.product_detail ._info ._text span{
    height: 0.55rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    display: block;
}
.product_detail ._info ._text span em{
    height: 0.44rem;
    padding-left: 0.5rem;
    background: url(../images/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #2fb9c3;
    display: block;
    float: left;
	font-weight: bold;
}
.product_detail ._info ._text span a{
    width: 114px;
    height: 44px;
    background: #2fb9c3;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    color: #fff;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.7rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.4rem;
	}
	.product-content {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	.container_main {
	    padding-right: 0;
	    padding-left: 0;
	}
}
.product_detail ._info span {
    display: block;
    line-height: 40px;
}
/* ============================================================================================================================
													page 单页
===============================================================================================================================*/

/* 关于我们 */
.detail_about{
	overflow: hidden;
	padding: 0 0 100px 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	width: 48%;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	width: 48%;
	float: right;
	padding: 0.2rem 0;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #2fb9c3;
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #2fb9c3;
	margin: 0.2rem 0;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
.aboutContent {
    padding-top: 50px;
}
@media (max-width:992px) {
    .detail_about {
        padding-bottom: 50px;
    }
    .aboutContent {
        padding-top: 25px;
    }
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
}

.detail_environment{
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 0.5rem 0;
}
.detail_environment .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_environment .detail_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.detail_environment .detail_main ul li:nth-child(4n){
	margin-right: 0;
}
.detail_environment .detail_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_environment .detail_main ul li dt img{
	width: 100%;
	display: block;
}
.detail_environment .detail_main ul li dd{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width:992px) {
	.detail_environment .detail_main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_environment .detail_main ul li:nth-child(2n){
		margin-right: 0;
	}
}

.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
/*联系我们*/
/*联系我们*/
.singjump_inquiry,
.inquiry_form,
.inquiry_content ul{
    width: 80%;
    margin: 0 auto;
}
.singjump_inquiry {
    padding: 50px 0px;
}
.bgf5 {
    background: #f5f5f5;
}
.c606060 {
    color: #606060;
}
.f16 {
    font-size: 16px;
}
.f22 {
    font-size: 22px;
}
.a3a5ad {
    color: #a3a5ad;
}
.singjump_inquiry li {
    width: 25%;
    text-align: center;
    float: left;
}

.singjump_inquiry li span,
.inquiry_content li span{
    display: block;
}

.f26 {
    font-size: 26px;
}
.inquiry_content {
    background: #fff;
    margin-top: 100px;
}
.inquiry_content li {
    width: calc(50% - 80px);
    float: left;
    padding: 0 40px;
    text-align: right;
}

.inquiry_content .textl {
    text-align: left;
}
.company_inquiry,
.inquiry_form
{
    width: 80%;
    margin: 0 auto;
}
.company_inquiry {
    padding: 50px 0px;
}
.bgf5 {
    background: #f5f5f5;
}
.c606060 {
    color: #606060;
}
.f16 {
    font-size: 16px;
}
.f22 {
    font-size: 22px;
}
.a3a5ad {
    color: #a3a5ad;
}
.company_inquiry li {
    width: 25%;
    float: left;
}

.company_inquiry li span{
    display: block;
}

.f26 {
    font-size: 26px;
}
.company_content {
    margin-top: 100px;
    text-align: center;
}
.company_content ul {
    display: inline-block;
}
.company_content ul span {
    display: block;
}
.company_content ul li:nth-child(1) .tir {
    width: 0;
    height: 0;
    border-color: gray transparent;
    border-width: 80px 0px 0px 268.19px;
    border-style: solid;
}
.company_content ul li:nth-child(2) .tir {
    width: 0;
    height: 0;
    border-color: gray transparent;
    border-width: 80px 268.19px 0px 0px;
    border-style: solid;
}
.company_content ul li:nth-child(3) .tir {
    width: 0;
    height: 0;
    border-color: gray transparent;
    border-width: 80px 0px 0px 262px;
    border-style: solid;
}
.company_content ul li:nth-child(4) .tir {
    width: 0;
    height: 0;
    border-color: gray transparent;
    border-width: 80px 262px 0px 0px;
    border-style: solid;
}
@media screen and (max-width: 1200px) {
    .company_inquiry li {
        width: 50%;
        padding: 20px 0;
    }   
}

@media screen and (max-width: 750px) {
    .company_inquiry li {
        width: 100%;
    }  
}
@media screen and (max-width: 992px) {
    .inquiry_content li {
        width: 100%;
        float: left;
        padding: 0 20px;
        text-align: left;
    }
    .singjump_inquiry,
    .inquiry_form,
    .inquiry_content ul{
        width: 100%;
    }
    .inquiry_content {
        margin-top: 50px;
    }
}
/*表单*/
.f24w {
    font-size: 24px;
    font-weight: 500;
}
.inquiry_form {
    margin-top: 100px;
}
.inquiry_form input {
    border: solid 1px black;
    width: 100%;
    height: 50px;
    padding-left: 33px;
    margin-bottom: 30px;
}
.inquiry_form li {
    float: left;
    width: 33%;
    height: 80%;
    padding: 30px;
    box-sizing: border-box;
}
.inquiry_form li span {
    display: block;
    padding: 10px 0;
}

.inquiry_form li:first-child {
    border: solid 1px black;
}
.inquiry_form button {
    display: block;
}
.inquiry_form textarea {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .inquiry_form li {
        width: 100%;
    }
}
/*地图*/
.mb100 {
    padding: 100px 0;
}
