﻿/*----------------共用初始化----------------*/
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html{font-size:62.5%; height:100%;background-image:linear-gradient(#fff,#fff);background-size:720px 100%;background-repeat:no-repeat;background-position:center; }
body{font-family:font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;background-color:#fff; max-width:720px; margin:0 auto; font-size:1.4em;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;}
a,input{outline:none;}
ul{list-style:none;}
img{max-width:100%; border:0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}
.hide{display:none;}
.o-h{overflow:hidden;}
.f-l{float:left;}
.f-r{float:right;}
.pos-rel{position:relative;}
.t-o-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.t-o-2{height:3em; line-height:1.5; display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.fenge1{height:1em; background-color:#f6f6f6;}
.fixed-center{position:fixed;max-width:720px; margin:0 auto;}
.flex-wrap{flex-wrap:wrap;}
.bg-f3{background:#f3f3f3;}
.border-radius{border-radius:5px;}
.swiper-container img{display:block;}
.hr10 {height: 0.5rem;background: #f3f3f3;}
.p-l-r-1{padding:0 1rem;}

/*----------------头部----------------*/
.header-h{
	height:5rem;
}
.site-header{
	width:100%;
	top:0;
	height:5rem;
	z-index:2;
	background-color:#236de8;
	color:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.site-header.bg-red{
	background-color:#ff4b27;
}
.s-h-logo{
	height:100%;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	margin:0 1.2rem ;
}
.s-h-logo img{
	display: block;
	height: 3.2rem;
}
.s-h-back{
	width:3.6rem;
	height:100%;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.s-h-back img{
	display: block;
	height: 2rem;
}
.top-search{
	flex-grow:1;
	height: 3rem;
	display: flex;
	align-items: center;
	border-radius: 1.5rem;
	padding: 0 1.5rem;
	color:#666;
	border:1px #eee solid;
}
.search-f3{
	background: #f3f3f3;
	color: #666;
}
.search-fff{
	background: #fff;
	border: 1px #f0f0f0 solid;
}
.top-search img{
	width: 1.4rem;
	margin-right: 1rem;
}

.top-header .title{
	text-align:center;
	color:#666;
}
/*.s-h-search{
	flex-grow: 1;
	height: 3.2rem;
	line-height:3.2rem;
	border-radius: 1.6rem;
	background-color: #fff;
	padding:0 1.5rem;
	color: #999;
	position: relative;
	border: 1px #f0f0f0 solid;
}
.s-h-search img{
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top:0.9rem;
	right: 1.8rem;
}*/
.search-form{
	flex-grow: 1;
	height: 3.2rem;
	border-radius: 1.6rem;
	background-color: #fff;
	color: #999;
	position: relative;
	border: 1px #f0f0f0 solid;
	padding-right:42px;
	overflow:hidden;
}
.search-form .input-text{
	width:100%;
	height:100%;
	border:none;
	padding:0 1.5rem;
	font-size: 1.6rem;
}
.search-form .input-submit{
	width: 32px;
	height: 100%;
	position: absolute;
	top:0;
	right: 10px;
	background:url(../images/search_red.png) no-repeat center;
	background-size:18px 18px;
	border:none;
	cursor:pointer;
}
.s-h-tit{
	flex-grow:1;
	display: flex;
	align-items: center;
	text-justify: center;
	padding-left:1em;
}
.s-h-tit img{
	height:3rem;
}
.s-h-nav{
	width: 3.2rem;
	height: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink: 0;
	margin:0 1.2rem;
}
.industry{
	height:3.6rem;
}
.industry-fixed-bg{
	position:fixed;
	width:100%;
	max-width:720px;
	padding:0 4rem 0 1rem; 
	left:50%;
	transform:translateX(-50%);
	height:3.6rem;
	overflow:hidden;
	background:#236de8;
	color:#fff;
	z-index:3;
}
.industry-fixed-bg .container{
	width:100%;
	height:100%;
	overflow:hidden;
}
.industry-fixed-bg .scroll-list{
	position:relative;
	top:-5px;
	width:100%;
	height:5.6rem;
	overflow-x:auto;
	display:flex;
	align-items:flex-start;
}
.industry-fixed-bg .scroll-list a{
	display:flex;
	align-items:center;
	height:3.6rem;
	position:relative;
	padding:0 1rem;
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	flex-shrink:0;
}
.industry-fixed-bg .scroll-list a.active{
	font-size:2rem;
}
.industry-fixed-bg .scroll-list a.active:after{
	position:absolute;
	content:"";
	display:block;
	width:30px;
	height:3px;
	border-radius:2px;
	left:50%;
	margin-left:-15px;
	bottom:0;
	background-color:#fff;
}
.industry-fixed-bg .fixed-right{
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	position:absolute;
	top:-5px;
	right:2px;
}
.industry-fixed-bg .fixed-right img{
	width:16px;
}

/*-------------网站导航-------------*/
.site-nav{
	width: 100%;
	height: 100%;
	position: fixed;
	max-width:720px;
	margin:0 auto;
	background-color: #fff;
	top: 0;
	z-index: 10;
	padding-left: 1.5rem;
	overflow-y: auto;
}
.site-nav .nav-list{
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.site-nav .nav-list li{
	width: 25%;
	margin-bottom: 1.2rem;
	padding-right: 1.5rem;
}
.site-nav .nav-list li a{
/*	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	border-radius: 0.4rem;
	text-align: center;
	color: #666;
	background-color: #f3f3f3;
	margin-bottom: 1.2rem;
	position: relative;*/
	width: 100%;
	font-size: 1.2rem;
	border-radius: 0.4rem;
	text-align: center;
	color: #666;
	background-color: #f3f3f3;
    font-weight: normal;
    display: -webkit-box;
    display: box;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp:3;
    line-clamp: 3;
    overflow: hidden;
	padding: 0.2rem;
	position: relative;
}
.site-nav .nav-list li .hot{
	background-color: #ffe9d8;
	color: #ff4e02;
}
.site-nav .nav-list li img{
	width:1.5rem;
	height: 2rem;
	position:absolute;
	top: -0.9rem;
	right: -0.4rem; 
}
.nav-close{
	display: block;
	width: 4rem;
	height: 4rem;
	margin: 1rem auto 0;
}
.pro-tip{
	margin: .5em 1rem ;
	padding: 0 0.8rem; 
	border: 1px #ed8219 solid;
	border-radius: .8em;
	color: #ed8219;
	text-align: center;
	font-size:1.2rem;
	line-height: 1.5; 
	display: inline-block;
}

.footer-h{
	height:5rem;
}
.footer-h .footer{
	position: fixed;
	width: 100%;
	max-width:720px;
	margin:0 auto;
	height: 5rem;
	background: #fff;
	bottom: 0;
	border-top: 1px #dedede solid;
	z-index: 3;
	display: flex;
	align-items: flex-end;
}
.footer-h .footer .f-item{
	flex-grow:1;
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: 0.4rem;
}
.footer-h .footer .f-item a{
	color:#777;
}
.footer-h .footer .f-item img{
	width: 1.8rem;
	margin: 0 auto 0.3rem;
	display: block;
}
.footer-h .site-tab .f-item.tuchu{
	background: #fff;
	flex-grow: 0;
	border-radius: 3.2rem 3.2rem 0 0;
	box-shadow: inset 0 1px 0 #dedede;
	margin: 0 1.5rem;
	padding: 0.4rem;
}
.footer-h .site-tab .f-item.tuchu image{
	width: 5.5rem;
	height: 5.5rem;
	max-width: 6rem;
}
.footer-h .footer .f-item.active a{
	color: #df3031;
}
.to-top {
	height: 40px;
    width: 40px;
    position: fixed;
    margin-left: 680px;
    bottom: 105px;
    z-index: 999;
}
@media only screen and (max-width: 720px) {
    .to-top {
        right: 10px;
    }
}
i.icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.go_top_icon_up2top_80_80{
    background-size: 40px;
    background-image: url("../images/gotop_icon_up2top_80_80.png");
}

.img-size{
	position:relative;
	overflow:hidden;
}
.img-size .box-size{
	display:block;
}
.img-size .img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}
.m-l-r-5{
	margin:0 0.5rem;
}
.tips-flex{
	display: flex;
}
.tips-flex .text{
	display: flex;
	align-items: center;
	height: 1.6rem;
	font-size: 10px;
	-webkit-text-size-adjust:none;
	border-radius: 3px;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	white-space:nowrap;
}
.tips-flex .bg-orange{
	background-color: #ff3600;
	color: #fff;
}
.tips-flex .bg-orage{
	background-color: #ff3600;
	color: #fff;
}
.tips-flex .bg-orange2{
	background-color: #fff1ed;
	color: #ff3600;
}
.tips-flex .bg-orage2{
	background-color: #fff1ed;
	color: #ff3600;
}
.tips-flex .bg-gray{
	background-color: #efefef;
	color: #667ccc;
}
.p-t-b-10{
	padding:1rem 0;
}
.flex-view{
	display:flex;
}