/*reset*/
* {padding: 0;margin: 0;list-style: none;}
html,body {margin: 0 auto;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,header,section,footer {margin:0;padding:0}
body,button,input,select,textarea {font:12px/1.5 "microsoft yahei";color:#666; font-weight: normal;}
body {overflow-x: hidden;}
address,cite,dfn,em,var,i {font-style: normal}
ul,ol,dl {list-style: none}
a{text-decoration: none;outline: none;font-family: "microsoft yahei";color: #666;cursor: pointer;font-size: 12px;}
li{font-size: 12px;font-family: "microsoft yahei";list-style: none;margin: 0;padding: 0;}
em{font-style: normal;font-size: 12px;}
body,p,span{font-family: "microsoft yahei";}
img {border: none;}
p {margin: 0px;padding: 0px;word-wrap: break-word;}
:focus {outline: none;}
img {border: 0;vertical-align: middle;display: inline-block;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clear:after {display: block;mainContent: "";clear: both;}
.transtion {transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clear:after{display: block;content: "";clear: both;}

.header{position: fixed;top: 0;left: 0;width: 100%;height: 1rem;z-index: 99;background: #fff;border-bottom: 1px solid #f4f4f4;}
.header-on{background: #303036;}
.header .logo{
	width: 0.61rem;
	height: 0.63rem;
	text-align: center;
	line-height: 0.7rem;
	font-size: 0;
	float: left;
	margin-top: 0.18rem;
	margin-left: 0.25rem;
}
 .header .logo img{
	/*max-width: 3.06rem;*/
	height: 0.63rem;
}
.header .icon{
	float: right;
	margin-right: 0.25rem;
	margin-top: 0.28rem;
	width: 0.46rem;
	height: 0.42rem;
	background: url("nav.png") no-repeat center;
	background-size: contain;
}
.header .search-icon{
	width: 0.43rem;
	height: 0.44rem;
	float: right;
	font-size: 0;
	background: url("search.png") no-repeat center;
	background-size: contain;
	margin-top: 0.28rem;
	margin-right: 0.44rem;
}

.header .search{
	position: absolute;
	top: 1rem;
	left: 0rem;
	width: 100%;
	height: 1rem;
	background: #f39700;
	/* transition: ; */
	display: none;
}
.header .search input{
	border: none;
	background: #fff;
	height: 0.6rem;
	width: 5.5rem;
	border-radius: 0.6rem;
	padding: 0 0.3rem;
	font-size: 0.3rem;
	color: #333;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	
}
.header .search a{
	float: right;
	color: #fff;
	font-size: 0.3rem;
	padding:0.28rem 0.24rem;
	
}
.header .search span{
	position: absolute;
	top: 1rem;
	right: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: #f39700;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0;
	display: none;
}
.header .search span img{
	width: 100%;
}

.menu_list_bor {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 8888;
}

.colse_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu_right {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
}

.menu_top {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #bbbbbb;
}

.clo {
    line-height: 1rem;
    color: #333;
    font-size: 0.3rem;
    width: 1.8rem;
    margin-left: 0.3rem;
    height: 1rem;
    background-size: auto 0.25rem;
    padding-left: 0.35rem;
}

.menu_list {
    width: 100%;
}

.clo b{
    float: left;
    height: 100%;
    width: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);;
    background: url('fl.png') no-repeat right center;
    background-size: 40%;
}

.clo span {
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.1rem;
}

.menu_list >ul>li,.menu_list>ul>li div>ul>li{
    line-height: 0.8rem;
    *height: 0.8rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.menu_list>ul>li div>ul{
    display: none;
}
.menu_list >ul >li >a,.menu_list>ul>li div>ul>li>a {
    line-height: 0.8rem;
    *height: 0.8rem;
    color: #333;
    font-size: 0.28rem;
    display: inline-block;
    padding-left: 0.65rem;
    /*width: 100%;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu_list ul li a{
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu_list ul li ul li a{
	border-top: 1px solid #e9e9e9;
	padding-left: 1rem;
}
.menu_list>ul>li div>ul>li{
    border:0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0.3rem;
}

.menu_list >ul >li div>ul>li>a{color: #575757;}

.menu_list >ul >li>b, .menu_list >ul >li div>ul>li b{
    position: absolute;
    display: block;
    width: 24%;
    height: 0.8rem;
    right: 0;
    top: 0;
    background: url('fl.png') no-repeat center;
    background-size:15%;
}
.menu_list>ul>li div>ul>li li{
    border-top:1px solid #e9e9e9;
}
.menu_list>ul>li div>ul>li li a{
    padding-left:1.25rem;
    color:#333;
    font-size: 0.28rem;
}

.menu_list>ul>li>b.nex ,.menu_list >ul >li div>ul>li b.nex{
    background: url('nex.png') no-repeat center;
    background-size: 30%;
}

.menu_list>ul>li{line-height: 0.8rem;}

/*  */
.banner{
	margin-top: 1rem;
	max-width: 7.5rem;
	width: 100%;
	/* height: 2.66rem; */
	position: relative;
}
.banner img{
	max-width: 7.5rem;
	width: 100%;
}
.banner ol{width: 100%;position: absolute;bottom: 0.25rem;left: 0;text-align: center;z-index: 9;font-size: 0;}
.banner ol li{display: inline-block;width: 0.15rem;height: 0.15rem;margin: 0 0.1rem;}
.banner ol li a{font-size: 0;display: block;width: 0.15rem;height: 0.15rem;background: #dedede;border-radius: 50%;}
.banner ol li a.flex-active{background: #f39700;}

.blank{height: 1.28rem;}

.footer{position: fixed;left: 0;right: 0;bottom: 0;background: #444444;color: #fff;font-size: 0.28rem;text-align: center;line-height: 0.44rem;padding: 0.2rem 0;
z-index: 9;}
.footer a{font-size: 0.28rem;color: #fff;}

.index-title{font-size: 0.36rem;text-align: center;padding: 0.3rem 0;position: relative;}
.index-title::before{position: absolute;left: 0;right: 0;bottom: 0.15rem;width: 0.44rem;height: 0.04rem;content: "";background: #f87b22;margin: 0 auto;}

.about{background: #f4f4f4;overflow: hidden;}
.about dl{margin: 0.25rem;}
.about dl dt{height: 4rem;font-size: 0;text-align: center;line-height: 3.4rem;overflow: hidden;}
.about dl dt img{max-width: 100%;}
.about dl dd h3{text-align: center;font-size: 0.32rem;color: #f49308;margin: 0.15rem 0;}
.about dl dd p{font-size: 0.28rem;padding-left: 0.3rem;background: url(e2.png) no-repeat left center;line-height: 0.44rem;}
.index-a{display: block;width: 2.6rem;height: 0.6rem;text-align: center;line-height: 0.6rem;border-radius: 0.6rem;border: 1px solid #aaaaaa;font-size: 0.3rem;
margin: 0.25rem auto;}

.product{padding: 0.25rem;overflow: hidden;border-bottom: 0.1rem solid #f4f4f4;}
.product dl{float: left;width: 3.38rem;}
.product dl:nth-child(even){float: right;}
.product dl dt{height: 2.36rem;overflow: hidden;font-size: 0;text-align: center;line-height: 2.36rem;}
.product dl img{max-width: 100%;}
.product dl dd{font-size: 0.3rem;text-align: center;line-height: 0.6rem;margin-bottom: 0.25rem;}

.strength{background: url(strength-img01.jpg) no-repeat center;background-size: 100% auto;padding: 0 0.25rem;margin: 0.25rem 0;}
.strength .swiper-container{padding: 0.5rem 0 1rem;}
.strength dl dt{width: 1.9rem;height: 1.9rem;overflow: hidden;background: #fff;border-radius: 50%;padding: 0.05rem;margin: 0 auto;}
.strength dl dt p{height: 1.9rem;overflow: hidden;border-radius: 50%;font-size: 0;}
.strength dl dt img{max-height: 100%;}
.strength dl dd{font-size: 0.3rem;text-align: center;color: #fff;margin-top: 0.2rem;}
.strength .swiper-pagination-bullet{background: #fff;opacity: 1;}
.strength .swiper-pagination-bullet-active{background: #f39700;}

.news{margin: 0.25rem 0;}
.news dl{margin: 0.25rem;overflow: hidden;}
.news dl dt{float: left;width: 2.68rem;height: 2.02rem;font-size: 0;text-align: center;line-height: 2.02rem;}
.news dl dt img{max-width: 100%;max-height: 100%;}
.news dl dd{float: right;width: 4.03rem;}
.news dl dd h3{font-size: 0.32rem;color: #333;}
.news dl dd p{font-size: 0.28rem;margin-top: 0.1rem;}
.news dl dd span{display: block;font-size: 0.28rem;margin-top: 0.15rem;}
.news div{margin: 0.15rem 0.25rem;background: #f4f4f4;padding: 0.4rem;}
.news div h3{font-size: 0.32rem;font-weight: normal;color: #333;}
.news div p{font-size: 0.28rem;margin-top: 0.1rem;}

.value{padding: 0.25rem;background: url(value-img01.jpg) no-repeat center;margin-top: 0.5rem;min-height: 4.35rem;}
.value .index-title{color: #fff;margin-bottom: 0rem;}
.value .swiper-wrapper{padding: 0.4rem 0;}
.value .swiper-slide dt{height: 0.7rem;text-align: center;line-height: 0.7rem;}
.value .swiper-slide dt img{max-height: 100%;}
.value .swiper-slide dd h3{font-size: 0.3rem;color: #F39700;text-align: center;margin: 0.15rem 0 0.2rem;}
.value .swiper-slide dd p{font-size: 0.24rem;color: #fff;margin: 0rem;}
.value .swiper-slide dd div{margin-top: 0.25rem;}
.value .swiper-slide dd div img{max-width: 100%;}
.value .swiper-pagination-bullet{background: #fff;opacity: 1;}
.value .swiper-pagination-bullet-active{background: #f39700;}
.value .swiper-pagination{bottom: 0 !important;}
.value .swiper-button-next{top: initial;bottom: 0;right: 1rem;}
.value .swiper-button-prev{top: initial;bottom: 0;left: 1rem;}

.innerBanner{height: 3rem;overflow: hidden;margin-top: 1rem;}
.innerBanner img{max-width: 100%;}

.innerAbout-title{text-align: center;padding: 0.25rem 0;}
.innerAbout-title h3{font-size: 0.36rem;color: #333;font-weight: normal;}
.innerAbout-title p{font-size: 0.24rem;text-transform: uppercase;}

.innerAbout-brief{padding: 0 0.25rem 0.5rem;background: url(about-bg01.jpg) no-repeat center;}
.innerAbout-brief dl dt{font-size: 0.28rem;line-height: 0.44rem;}
.innerAbout-brief dl dt a{font-size: 0.28rem;color: #F39700;}
.innerAbout-brief dl dd{margin-top: 0.25rem;}
.innerAbout-brief dl dd p{font-size: 0.28rem;padding-left: 0.3rem;background: url(e2.png) no-repeat left center;line-height: 0.44rem;}

.innerAbout-culture{background: url(about-bg02.jpg) no-repeat center;padding-bottom: 0.5rem;}
.innerAbout-culture dl{margin: 0.25rem;}
.innerAbout-culture dl dt{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;}
.innerAbout-culture dl dt p{float: left;width: 31%;background: #fff;text-align: center;height: 0.6rem;line-height: 0.6rem;font-size: 0.28rem;color: #333;
margin-bottom: 0.2rem;}
.innerAbout-culture dl dt p.on{background: #F39700;color: #fff;}
.innerAbout-culture dl dd{background: url(culture-img01.jpg) no-repeat center;height: 3.84rem;}
.innerAbout-culture dl dd div{text-align: center;color: #fff;display: none;padding: 0.5rem;}
.innerAbout-culture dl dd div.on{display: block;}
.innerAbout-culture dl dd div h3{font-size: 0.32rem;}
.innerAbout-culture dl dd div p{font-size: 0.28rem;}

.innerAbout-video{height: 4.2rem;background: url(about-bg04.jpg) no-repeat center;position: relative;}
.innerAbout-video img{position: absolute;top: -0.4em;right: 0;left: 0;bottom: 0;margin: auto;animation: opa 3s  infinite;
-webkit-animation:opa 3s infinite;}
@keyframes opa{
	0%{
		opacity: 0.1;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.1;
	}
}
.innerAbout-video p{position: absolute;top: 1.4rem;right: 0;left: 0;bottom: 0;margin: auto;font-size: 0.32rem;color: #fff;text-align: center;height: 0.5rem;line-height: 0.5rem;}
.innerAbout-video div{line-height: 4.2rem;height: 4.2rem;font-size: 0;display: none;}
.innerAbout-video div video{max-width: 100%;max-height: 100%;}

.innerProduct-navBtn{height: 0.72rem;padding:0 0.25rem;line-height: 0.72rem;font-size: 0.3rem;color: #333;border-bottom: 1px solid #F2F2F2;
background: url(down.png) no-repeat right center;background-size:auto 100%;}
.innerProduct-nav{position: relative;}
.innerProduct-nav ul{display: none;position: absolute;left: 0;right: 0;top: 0;background: #fff;padding: 0.25rem 0;}
.innerProduct-nav ul li a{font-size: 0.28rem;display: block;margin: 0 0.25rem;line-height: 0.6rem;border-bottom: 1px dashed #f2f2f2;}
.innerProduct-nav ul li:last-child a{border: none;}

.innerProduct{background: #f2f2f2;padding: 0.25rem;overflow: hidden;}
.innerProduct dl{float: left;width: 3.3rem;margin-bottom: 0.25rem;}
.innerProduct dl dt{height: 2.5rem;line-height: 2.5rem;font-size: 0;text-align: center;overflow: hidden;}
.innerProduct dl dt img{max-width: 100%;}
.innerProduct dl:nth-child(even){float: right;}
.innerProduct dl dd{background: #fff;text-align: center;padding: 0.2rem 0;}
.innerProduct dl dd h3{font-size: 0.28rem;color: #333;}
.innerProduct dl dd p{font-size: 0.24rem;}

.innerProductDetails-box{background: #f2f2f2;padding: 0.25rem;}
.innerProductDetails{background: #fff;padding: 0.25rem;}
.innerProductDetails-title{font-size: 0.32rem;color: #f87b22;}
.innerProductDetails-brief{margin: 0.15rem 0;font-size: 0.28rem;}
.innerProductDetails-tel{font-size: 0.28rem;padding-left: 0.5rem;line-height: 0.5rem;background: url(tel.png) no-repeat left center;background-size:0.35rem;}
.innerProductDetails-tel span{color: #F87B22;}
.innerProductDetails-img{text-align: center;margin: 0.25rem 0;height: 4.9rem;position: relative;}
.innerProductDetails-img img{max-width: 100%;max-height: 100%;}
.innerProductDetails-img ul li{line-height: 4.9rem;height: 4.9rem;font-size: 0;}
.innerProductDetails-img ol{width: 100%;position: absolute;bottom: 0.25rem;left: 0;text-align: center;z-index: 9;font-size: 0;}
.innerProductDetails-img ol li{display: inline-block;width: 0.15rem;height: 0.15rem;margin: 0 0.1rem;}
.innerProductDetails-img ol li a{font-size: 0;display: block;width: 0.15rem;height: 0.15rem;background: #dedede;border-radius: 50%;}
.innerProductDetails-img ol li a.flex-active{background: #f39700;}
.innerProductDetails-item{overflow: hidden;background: #f6f6f6;}
.innerProductDetails-item p{float: left;width: 1.8rem;height: 0.65rem;text-align: center;line-height: 0.65rem;font-size: 0.3rem;}
.innerProductDetails-item p.on{background: #f87b22;color: #fff;}
.innerProductDetails-content>div{padding: 0.25rem 0;display: none;font-size: 0.28rem;}
.innerProductDetails-content>div.on{display: block;}
.innerProductDetails-content>div *{max-width: 100%;}
.innerProductDetails-prevNext p{font-size: 0.26rem;}
.innerProductDetails-prevNext p a{font-size: 0.26rem;}
.innerProductDetails-prevNext p em{font-size: 0.26rem;}
.innerProductDetails-back{display: block;width: 4.3rem;height: 0.72rem;margin: 0.5rem auto 0.25rem;background: #F87B22;text-align: center;line-height: 0.72rem;color: #fff;
font-size: 0.28rem;}

.innerStrength-title{padding: 0.25rem;text-align: center;}
.innerStrength-title h3{color: #333;font-weight: normal;font-size: 0.36rem;}
.innerStrength-title p{font-size: 0.28rem;margin-top: 0.1rem;}

.innerStrength-customer{padding: 0.25rem;margin: 0.25rem;background: #f2f2f2;overflow: hidden;}
.innerStrength-customer p{float: left;width: 1.5rem;height: 0.8rem;font-size: 0;text-align: center;line-height: 0.8rem;margin: 0.08rem 0.16rem 0.08rem 0;}
.innerStrength-customer p:nth-child(4n){margin-right: 0;}
.innerStrength-customer img{max-width: 100%;max-height: 100%;}

.innerStrength-list{margin: 0 0.25rem;}
.innerStrength-list dl{margin:0.15rem 0;background: #f2f2f2;padding: 0.25rem;display: flex;align-items: center;justify-content: space-between;}
.innerStrength-list dl dt{display: inline-block;width: 2.4rem;height: 1.65rem;font-size: 0;overflow: hidden;text-align: center;line-height: 1.65rem;border-radius: 0.1rem;}
.innerStrength-list dl dt img{max-width: 100%;}
.innerStrength-list dl dd{display: inline-block;width: 3.8rem;}
.innerStrength-list dl dd h3{font-size: 0.3rem;color: #333;font-weight: normal;}
.innerStrength-list dl dd p{font-size: 0.26rem;margin-top: 0.1rem;}

.innerStrength-service{height: 6.7rem;background: url(strength-img11.png) no-repeat center;margin-top: 0.5rem;}
.innerStrength-service .innerStrength-title{color: #fff;}
.innerStrength-service .innerStrength-title h3{color: #fff;}
.innerStrength-service-list{background: url(strength-img12.png) no-repeat center;height: 4rem;background-size:auto 100%;position: relative;}
.innerStrength-service-list div{position: absolute;}
.innerStrength-service-list div span{width: 0.2rem;height: 0.24rem;background: url(strength-img13.png) no-repeat center;background-size: 100%;display: block;}
.innerStrength-service-list div h3{background: url(strength-img15.png) no-repeat center;background-size: 100% 100%;width: 5.3rem;font-weight: normal;overflow: hidden;
padding: 0.3rem 0 0.2rem;position: absolute;left: -3.6rem;top: 0.2rem;display: none;z-index: 999;}
.innerStrength-service-list div h3 em{display: block;color: #F87B22;font-size: 0.3rem;margin: 0rem 0.4rem 0rem;}
.innerStrength-service-list div h3 p{font-size: 0.26rem;margin: 0 0.4rem;}
.innerStrength-service-list .div1{top: 2.5rem;left: 4.5rem;}
.innerStrength-service-list .div2{top: 2.3rem;left: 5rem;}
.innerStrength-service-list .div3{top: 3.3rem;left: 4.4rem;}
.innerStrength-service-list .div4{top: 1.8rem;left: 4.9rem;}
.innerStrength-service-list .div5{top: 0.5rem;left: 2.5rem;}
.innerStrength-service-list .div5 h3{background: url(strength-img16.png) no-repeat center;background-size: 100% 100%;left: -1.3rem;}
.innerStrength-service-list .div6{top: 2.8rem;left: 3.8rem;}

.innnerResponsibility-nav{overflow: hidden;margin: 0.25rem;}
.innnerResponsibility-nav ul{display: flex;justify-content: space-between;}
.innnerResponsibility-nav li{width: 2.3rem;height: 0.8rem;}
.innnerResponsibility-nav li a{display: block;background: #595959;line-height: 0.8rem;font-size: 0.3rem;text-align: center;color: #fff;}
.innnerResponsibility-nav li a.on{background: #f87b22;}
.innnerResponsibility-content{background: #eeeeee;margin: 0.25rem;padding: 0.25rem;font-size: 0.28rem;}
.innnerResponsibility-content *{max-width: 100%;height: auto;}
.innnerResponsibility-content img{height: auto !important;}

.innnerNav{overflow: hidden;background: #f4f4f4;}
.innnerNav li{float: left;width: 25%;height: 0.8rem;}
.innnerNav li a{display: block;color: #333;font-size: 0.3rem;text-align: center;line-height: 0.8rem;}
.innnerNav li a.on{background: #f87b22;color: #fff;}

.innerNews{padding: 0.25rem;background: #f2f2f2;}
.innerNews dl{background: #fff;margin-bottom: 0.25rem;}
.innerNews dl dt{height: 3.14rem;font-size: 0;overflow: hidden;line-height: 3.14rem;text-align: center;}
.innerNews dl dt img{max-width: 100%;}
.innerNews dl dd{padding: 0.3rem;}
.innerNews dl dd h3{font-size: 0.32rem;color: #333;font-weight: normal;}
.innerNews dl dd p{font-size: 0.28rem;}
.innerNews dl dd div{overflow: hidden;margin-top: 0.2rem;}
.innerNews dl dd div span{float: left;font-size: 0.26rem;line-height: 0.6rem;}
.innerNews dl dd div em{float: right;font-size: 0.26rem;height: 0.6rem;background: #f87b22;color: #fff;width: 1.8rem;text-align: center;border-radius: 0.06rem;
line-height: 0.6rem;}

.innerConatct-title{text-align: center;font-size: 0.36rem;color: #333;padding: 0.25rem 0;}
.innerConatct-list{overflow: hidden;margin:0 0.25rem;}
.innerConatct-list dl{float: left;width: 3.4rem;height: 2.66rem;background: url(contact-img01.png) no-repeat center;margin-bottom: 0.2rem;}
.innerConatct-list dl:nth-child(even){float: right;}
.innerConatct-list dl dt{height: 0.5rem;text-align: center;font-size: 0;margin: 0.25rem 0;}
.innerConatct-list dl dt img{max-height: 100%;}
.innerConatct-list dl dt p{color: #fff;font-size: 0.28rem;}
.innerConatct-list dl dd{font-size: 0.28rem;margin: 0.25rem;color: #fff;text-align: center;}
.innerConatct-list dl dd img{max-height: 1.5rem;}
.innerConatct-map{margin: 0.25rem;}
.innerConatct-map *{max-width: 100%;}

.innerConatct-title h3{font-weight: normal;}
.innerConatct-title p{font-size: 0.26rem;margin: 0 0.25rem;}

.innerConatct-form{margin: 0.25rem;}
.innerConatct-form table{width: 100%;}
.innerConatct-form input{width: 100%;height: 0.64rem;border: 1px solid #dedede;box-sizing: border-box;font-size: 0.3rem;padding: 0 0.25rem;margin: 0.1rem 0;}
.innerConatct-form textarea{font-size: 0.3rem;height: 3rem;}
.innerConatct-form .layui-btn{height: 0.64rem;background: #F87B22;line-height: 0.64rem;border: none;}

.innerHr-idea{margin: 0.25rem;position: relative;}
.innerHr-idea img{max-width: 100%;}
.innerHr-idea div{position: absolute;left: 0.7rem;right: 0.7rem;top: 0.7rem;color: #fff;}
.innerHr-idea div h3{font-size: 0.3rem;}
.innerHr-idea div p{font-size: 0.26rem;margin-top: 0.2rem;}

.innerHr-title{text-align: center;}
.innerHr-title h3{color: #333;font-weight: normal;font-size: 0.36rem;}
.innerHr-title p{font-size: 0.28rem;text-transform: uppercase;}

.innerHr-plan{margin: 0.25rem;position: relative;height: 4.4rem;overflow: hidden;}
.innerHr-plan dt img{max-width: 100%;}
.innerHr-plan dd{position: absolute;right: 0;left: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.5);text-align: center;line-height: 4.4rem;color: #fff;
font-size: 0.36rem;}

.innerHr-job{padding: 0.25rem;background: #f2f2f2;}
.innerHr-job-list{height: 3.68rem;overflow: hidden;margin-top: 0.25rem;}
.innerHr-job table{width: 100%;background: #fff;}
.innerHr-job table th{font-size: 0.3rem;color: #333;height: 0.9rem;border-bottom: 1px solid #e5e5e5;}
.innerHr-job table td{font-size: 0.28rem;text-align: center;height: 0.9rem;border-bottom: 1px solid #e5e5e5;}
.innerHr-job table td a{font-size: 0.28rem;color: #F87B22;}
.innerHr-job-a{display: block;background: #f39700;height: 0.75rem;line-height: 0.75rem;color: #fff;text-align: center;font-size: 0.3rem;}
.innerHr-job-a:hover{color: #fff;}

.innerHr-staff{padding: 0.25rem 0;}
.innerHr-staff-list{margin: 0.25rem;}
.innerHr-staff-list dl dt{height: 3.86rem;overflow: hidden;font-size: 0;text-align: center;line-height: 3.86rem;}
.innerHr-staff-list dl dt img{max-width: 100%;}
.innerHr-staff-list dl dd{font-size: 0.3rem;text-align: center;margin-top: 0.15rem;}
.innerHr-staff-list .swiper-container{padding-bottom: 1rem;}

.innerDetails{margin: 0.25rem;}
.innerDetails-title h3{font-size: 0.36rem;color: #333;font-weight: normal;}
.innerDetails-title div{}
.innerDetails-content{margin: 0.25rem 0;padding: 0.25rem 0;border: 1px dashed #D2D2D2;border-left: none;border-right: none;font-size: 0.28rem;}
.innerDetails-content *{max-width: 100%;}
.innerDetails-content img{display: block;height: auto !important;}
.innerDetails-page{font-size: 0.28rem;}
.innerDetails-page a{font-size: 0.28rem;}
.innerDetails-page span{font-size: 0.28rem;}
.innerDetails-page em{font-size: 0.28rem;}

.searchResult{margin: 0.25rem;}
.searchResult div.searchResult-keyword{background: #F4F4F4;padding: 0.25rem;font-size: 0.3rem;}
.searchResult div.searchResult-keyword b{color: #F87B22;}
.searchResult p{font-size: 0.3rem;color: #333;margin: 0.25rem 0;}
.searchResult li a{display: block;height: 0.8rem;line-height: 0.8rem;font-size: 0.28rem;border-bottom: 1px dashed #dedede;}
.searchResult li a span{float: right;}

.innerStrength-property{text-align: center;background: url(wap-property-bg.png) no-repeat center;background-size: 100% auto;padding: 0.25rem 0;}
.innerStrength-property h3{font-size: 0.36rem;color: #333;margin-bottom: 0.2rem;}
.innerStrength-property-list{overflow: hidden;}
.innerStrength-property-list dl{float: left;width: 33.333%;text-align: center;}
.innerStrength-property-list dl dt{font-size: 0.4rem;color: #f87b22;font-weight: bold;}
.innerStrength-property-list dl dd{font-size: 0.3rem;color: #333;font-weight: bold;}











.layui-laypage{width: 100%;text-align: center;}




