body{
    font-family: "lato", "Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif","Microsoft YaHei";
    font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
*{
	font-style:normal;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	word-wrap:break-word;
    word-break: break-all; 
}
a,a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
a:hover{
	color: #fe7324!important;
}
input,input:hover,input:focus{
	text-decoration:none;
	outline:none;
}
button,button:hover,button:focus{
	text-decoration:none;
	outline:none;
}
div,form,img,ul,ol,li,dl,dt,dd,p{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
.display-flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.justify-content{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bp-j{
    box-pack: justify;
    -o-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.max-img60{
	width: 60px;
	height: 60px;
}
.max-img60 img{
	max-width: 60px;
	max-height: 60px;
}
.max-img100{
	width: 60px;
	height: 60px;
}
.max-img100 img{
	max-width: 60px;
	max-height: 60px;
}
.max-img76{
	width: 76px;
	height: 76px;
	margin: auto;
}
.max-img76 img{
	max-width: 76px;
	max-height: 76px;
}
.max-img100{
	width: 100%;
	height: 100px;
	margin: auto;
}
.max-img100 img{
	max-width: 80px;
	max-height: 80px;
}
.width50{
	width: 50%;
}
.width236{
	width: 236px;
}
.width200{
	width: 200px!important;
}
.text-align-right{
	text-align: right;
}
.gray-bg{
	background: #F5F6F5;
}
.padding50{
	padding: 50px 0;
}
.padding-bottom50{
	padding-bottom: 50px;
}
.padding-bottom66{
	padding-bottom: 66px;
}
.padding72{
	padding: 13px 0 0 0;
}
.padding721{
	padding: 5px 0 83px 0;
}
.padding-bottom100{
	padding-bottom: 100px;
}
.padding-bottom120{
	padding-bottom: 120px;
}
/*首页top*/
.header{
	width: 100%;
	height: 80px;
	color: #333333;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	box-shadow:0 1px 4px 0 rgba(0,0,0,.08);
}
.content-wrap{
	width: 1200px;
	margin: auto;
}
.display-table{
	display: table;
}
.top-left{
	float: left;
}
.top-left>h1{
	float: left;
	margin-top: 20px;
	max-width: 120px;
}
.top-left>h1>img{
	max-width: 120px;
	max-height: 43px;
}
.nav{
	display: inline-block;
	line-height: 80px;
	float: left;
	font-size: 16px;
	margin-left: 30px;
}
.nav li{
	float: left;
	margin-left: 23px;
}
.nav li a{
	color: #333333;
}
.top-right{
	float: right;
}
.search-for{
	position: relative;
	width: 410px;
	margin-top: 14px;
}
.search-input{
	width: 100%;
	height: 32px;
	padding: 0 65px 0 8px;
	border: 1px solid #dddddd;	
	color: #333333;
	border-radius: 5px;
}
.search-group-btn{
	position: absolute;
	top: 0;
	right: 0;
}
.search-btn{
	cursor: pointer;
	width: 57px;
	height: 32px;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffa424), to(#fe7324));
	background-image: linear-gradient(to right, #ffa424, #fe7324);
	outline: none;
	border: none;
	border-radius:0 5px 5px 0;
	font-size: 14px;
}
.search-tips{
}
.search-tips li{
	float: left;
	margin-top: 5px;
}
.search-tips li a{
	color: #666;
	padding: 0 5px;
	border-right: 1px solid #666;
}
.search-tips li:last-child a{
	border-right: none;
}
/*tab*/
.tab-title {
	height: 70px;
	margin: auto;
	overflow:hidden;
	zoom:1;
}
.tab-title li {
	width: 140px;
	height:40px;
	line-height:38px;
	font-size: 14px;
	color:#fff;
	float: left;
	margin-left: 20px;
	border-radius: 50px;
	text-align: center;
	cursor:pointer;	
	box-shadow: rgba(204, 204, 204, 0.8) 5px 5px 5px;
	background: linear-gradient(to right, #3c8cfc , #3361f5 );
}
.tab-title li:first-child{
	margin-left: 0;
}
.tab-title li.active {
	color:#FFFFFF;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffa424), to(#fe7324));
	background-image: linear-gradient(to right, #ffa424, #fe7324);
}
.tab-bd>ul{
	display:none;
}
/*右侧咨询*/
.right-sideBar{
	position: fixed;
	top: 80%;
	margin-top: -80px;
	right: 0;
	z-index: 2;
}
.R-itemlist{
	width: 51px;
	height: 161px;
	background-image: -webkit-gradient(linear, left top, top top, from(#ffa424), to(#fe7324));
	background-image: linear-gradient(to top, #ffa424, #fe7324);
	color: #FFFFFF;
	writing-mode: vertical-lr;
	writing-mode: tb-rl;
	overflow: hidden;
	line-height: 51px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(254, 117, 36, 0.5);
	border-radius: 5px;
}
.R-itemlist-icon{
	width: 100%;
	float: left;
}
.R-itemlist-icon img{
	width: 25px;
	height: 23px;
	margin: 15px 0 12px;
}
.detail-con{
	display: none;
	width: 230px;
	padding: 23px;
	box-shadow: rgba(204, 204, 204, 0.8) 0px 1px 10px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 51px;
	margin-right:3px;
	border: 1px solid #ddd;
}
.detail-con ul li{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.detail-con ul li:first-child{
	margin-top: 0;
}
.detail-consumer{
	width:100%;
	text-align: left;
	margin-left: 14px;
	font-size: 14px;
	color: #666666;
}
.detail-consumer-apt{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}
.right-sideBar:hover .detail-con{
	display: block;
}
/*footer*/
.footer{
	height: 170px;
	background: #3E4E6A;
}
.footer a{
	color: #E4E4E4;
}
.footer-left{
	width: 100%;
}
.footer-left ul{}
.footer-left ul li{
	float: left;
	width: 16.666666%;
}
.footer-left-apt{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	position: relative;
	width: 100%!important;
}
.footer-left-apt:before{
	content:"";
	width: 2px;
	height: 10px;
	background: #FF6633;
	position: absolute;
	bottom: 3px;
	left: -8px;
}
.footer-left ul li p{
	margin-top: 10px;
}
.footer-left-main{
	width: 50%!important;
}
.footer-left-main p{
	width: 33.333333%;
	float: left;
}

.footer-right{
	width: 248px;
	text-align: center;
}
.qr-code{
	margin: 20px 0;
	line-height: 0;
}
.qr-code img{
	width: 80px;
	height: 80px;
}
.footer-right>img{
	width: 20px;
	height: 20px;
	margin: 0 6px;
}
.footer-down{
	color: #6f6f6f;
	background: #434343;
	padding: 12px 0;
}
.footer-down a{
	color: #6f6f6f;
	margin-left: 10px;
}
.inex-link{
	color: #6f6f6f;
	background: #434343;
}
.inex-link a{
	color: #6f6f6f;
	margin-left: 10px;
}
