.market{
	display: table;
	padding-top: 40px;
	padding-bottom: 30px;
}
.market h3{
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	color: #333;
	line-height: 70px;
}

.market-tab{
	width: 100%;
	display: table;
}
.market-tab ul{
	width: 100%;
	display: table;
	text-align: center;
}
.market-tab ul li{
	display: inline-block;
	float: none;
	width: 150px;
	line-height: 40px;
	margin: 0 30px;
	color: #999;
}
.market-tab ul li.acti{
	color: #F17A17;
}
.market-tab ul li.acti i{
	border-bottom: 1px solid #F17A17;
	line-height: 20px;
	display: inline-block;
}

.market-col{
	width: 100%;
	display: table;
}
.market-list{
	width: 100%;
	display: table;
	display: none;
}
.market-col .show{
	display: table;
}
.market-list ul{
	width: 100%;
	display: table;
	margin: 20px 0;
}
.market-list ul li{
	width: 250px;
	height: 303px;
	border: 1px solid #e5e5e5;
	margin: 0 9px;
}
.market-list ul li h4{
	width: 80px;
	height:80px;
	border:2px solid #F17A17;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.market-list ul li h4 i{
	display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background: url(../img/1-1.png);
    background-position: 0px 0;
    background-repeat: none;
    transition: .5s;
}
.market-list ul li:hover h4 i{
	 background-position: -60px 0;
}
.market-list ul li:hover h4{
	background-color: #F17A17;
}
.market-list ul li h5{
	text-align: center;
	font-size: 18px;
    margin: 24px 0 18px;
    font-weight: normal;
    color: #444;
}
.market-list ul li p{
	line-height: 20px;
	padding: 0 30px;
	text-align: center;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.market-list ul li h6{
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.market-list ul li h6 a{
	display: inline-block;
    padding: 4px 20px;
    color: #F17A17;
    border: 1px solid #F17A17;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
}
.market-list ul li h6 a:hover{
	background-color: #F17A17;
	color: #fff;
}
.market-list ul li.li-item2 h4 i{
	background-position: 0px 60px;
}
.market-list ul li.li-item2:hover h4 i{
	background-position: -60px 60px;
}
.market-list ul li.li-item3 h4 i{
	background-position: 0px 120px;
}
.market-list ul li.li-item3:hover h4 i{
	background-position: -60px 120px;
}
.market-list ul li.li-item4 h4 i{
	background-position: 0px 180px;
}
.market-list ul li.li-item4:hover h4 i{
	background-position: -60px 180px;
}

.market-item2 ul li h4 i{
	background: url(../img/1-2.png);
    background-position: 0px 0;
    background-repeat: none;
}
.market-item3 ul li h4 i{
	background: url(../img/1-3.png);
    background-position: 0px 0;
    background-repeat: none;
}

.recommended{
	background-color: #fafafa;
	padding: 20px 0;
}
.recommended h3{
	text-align: center;
	font-weight: normal;
	font-size: 22px;
    color: #333;
}

.recom-tab{
	width: 1059px;
	height: 70px;
	border: 1px solid #a0a0a0;
	margin-left: 10px;
}
.recom-tab ul{
	width: 100%;
	display: table;
	height: 100%;
}
.recom-tab ul li{
	width: 33.3%;
	height: 68px;
	float: left;
	text-align: center;
	line-height: 68px;
	font-size: 16px;
	color: #444;
	position: relative;
}
.recom-tab ul li:after{
	content: '';
	position: absolute;
	right: 0;
	top: -1px;
	width: 1px;
	height: 70px;
	background-color: #a0a0a0;
}
.recom-tab ul li i{
	display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/2-1.png);
    background-repeat: no-repeat;
    vertical-align: -8px;
    margin-right: 6px;
}
.recom-tab ul li.li-item2 i{
	background-position: 0px -30px;
}
.recom-tab ul li.li-item3 i{
	background-position: 0px -60px;
}
.recom-tab ul li.li-item3{
	width: 33.4%;
}
.recom-tab ul li.li-item3:after{
	width: 0;
}
.recom-tab ul li:hover,.recom-tab ul li.acti{
	background-color: #F17A17;
	color: #fff;
}
.recom-tab ul li:hover i,.recom-tab ul li.acti i{
	background-position: -30px 0px;
}
.recom-tab ul li.li-item2:hover i,.recom-tab ul li.li-item2.acti i{
	background-position: -30px -30px;
}
.recom-tab ul li.li-item3:hover i,.recom-tab ul li.li-item3.acti i{
	background-position: -30px -60px;
}


.recom-roll{
	width: 100%;
	display: table;
	padding-top: 40px;
	height: 360px;
}

.recom-roll-col{
	width: 100%;
	position: relative;
	height: 360px;
	display: table;
	overflow: hidden;
	display: none;
}
.recom-roll .show{
	display: table;
}
.recom-roll-col ul{
	width: 300%;
	display: table;
	position: relative;
	left: 0;
	top: 0;
}
.recom-roll-col li{
	width: 250px;
	height: 350px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	position: relative;
}
.recom-roll-col li img{
	width: 100%;
	height: 100%;
}
.recom-roll-col li p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	display: none;
}
.recom-roll-col li:hover p{
	display: block;
}
.recom-roll-col li p span{
	text-align: center;
	display: block;
	padding-top: 140px;
	line-height: 50px;
	font-size: 18px;
}
.recom-roll-col li p a{
	display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: .4s;
}
.recom-roll-col li p a:hover{
	background-color: #fff;
	color: #333;
}

.resources{
	display: table;
	padding: 40px 0;
}
.resources h3{
	text-align: center;
	font-weight: normal;
	font-size: 24px;
    color: #333;
    line-height: 40px;
}

.resou-col{
	width: 100%;
	display: table;
	margin-top: 20px;
}

.resou-tab{
	width: 180px;
	display: table;
}
.resou-tab ul{
	width: 100%;
	display: table;
}
.resou-tab ul li{
	width: 100%;
	height: 60px;
	background-color: #f7f7f7;
	border-radius: 5px;
	margin: 6px 0;
	text-align: center;
	line-height: 60px;
	color: #666;
	font-size: 16px;
}
.resou-tab ul li.acti{
	background-color: #F17A17;
	color: #fff;
}
.resou-tab ul li.none.acti{
	background: #f7f7f7;
	color: #666;
}
.resou-tab ul li.none a{
	display: block;
	color: #666;
	cursor: pointer;
}
.resou-rt{
	width: 860px;
	height: 360px;
	margin-top: 6px;
	overflow-y: scroll;
}
.resou-rt::-webkit-scrollbar { 
    width: 12px; 
    background-color: #F5F5F5;
    box-shadow: inset 0 0 3px rgba(0,0,0,.3); 
    border-radius: 6px;
}

.resou-rt::-webkit-scrollbar-thumb { 
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
    background-color: #333; 
}
.resou-list{
	width: 100%;
	display: table;
	display: none;
}

.resou-list table,.resou-list table tbody,.resou-list table tbody tr{
	width: 100%;
}
.resou-list table th{
	height: 46px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.resou-list table td{
	height: 88px;
	text-align: center;
	font-size: 14px;
	color: #555;
}
.resou-list table td:last-child{
	width: 200px;
	padding: 0 10px;
	line-height: 22px;
	
}
.resou-list table td h4{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.resou-list table td h4 img{
	width: 100%;
	height: 100%;
}
.resou-list table tr:nth-child(2n+1){
	background-color: #f7f7f7;
}
.resou-list table tr.trh{
	background-color: #F17A17;
	border-radius: 5px;
}
.resou-rt .show{
	display: table;
}
.resou-list h6{
	margin: 20px 0;
	text-align: center;
}
.resou-list h6 a{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #3285ff;
    color: #fff;
}

.service{
	padding:  50px 0;
}

.service h3{
	text-align: center;
	font-weight: normal;
	font-size: 24px;
    color: #333;
    line-height: 40px;
}
.serv-tab{
	width: 180px;
	display: table;
}
.serv-col{
	width: 100%;
	display: table;
	margin-top: 20px;
}

.serv-tab ul{
	width: 100%;
	display: table;
}
.serv-tab ul li{
	width: 100%;
	height: 60px;
	background-color: #ebebeb;
	border-radius: 5px;
	margin: 6px 0;
	text-align: center;
	line-height: 60px;
	color: #666;
	font-size: 16px;
}
.serv-tab ul li.acti{
	background-color: #F17A17;
	color: #fff;
}
.serv-tab ul li.none.acti{
	background: #ebebeb;
	color: #666;
}
.serv-tab ul li.none a{
	display: block;
	color: #666;
	cursor: pointer;
}
.serv-rt{
	width: 1200px;
	margin-top: 6px;
	height: 288px;
}
.serv-rt .serv-list{
	width: 100%;
	display: table;
	display: none;
}
.serv-rt .show{
	display: table;
}
.serv-rt ul{
	width: 1198px;
	border: 1px solid #e5e5e5;
	display: table;
}
.serv-rt ul li{
	width: auto;
	height: 288px;
	float:left;
}
.serv-rt ul li h5{
	height: 100%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	width: 69px;
	padding: 0 20px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.slide-serv{
	width: 780px;
	height: 100%;
	float: left;
	border-right: 1px solid #e5e5e5;
	display: none;
}
.slide-serv p{
	padding: 0 30px;
	padding-top: 20px;
	line-height: 24px;
	font-size: 18px;
	color: #555;
	text-align: justify;
}
.slide-serv h4{
	width: 100%;
	display: table;
	padding: 0 30px;
	margin-top: 10px;
}
.slide-serv h4 img{
	width:715px;
	hight:185px;
}
.serv-rt ul li.acti .slide-serv{
	display: table;
}
.serv-rt ul li:last-child h5{
	border-right: none;
}
.serv-rt ul li.acti h5{
	background-color: #F17A17;
	color: #fff;
}

.slide-serv-brn{
	border: none;
}

.process{
	height: 240px;
	background: url(../img/bg1.jpg) center no-repeat;
	position: relative;
	top: 20px;
}
.process:after{
	content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230,0,18,.7);
}
.process .wid{
	position: relative;
	z-index: 9;
}
.process h3{
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	padding-top: 30px;
}
.process ul{
	width: 100%;
	display: table;
	padding-top: 30px;
}
.process ul li{
	width:20% ;
	display: table;
	text-align: center;	
	position: relative;
}
.process ul li:after{
	content: '>';
	position: absolute;
	right: -5px;
	top: 25px;
	font-size: 24px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.process ul li h4{
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: 25px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
.process ul li h5{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-top: 20px;
}
.process ul li h4 i{
	width: 56px;
	height: 56px;
	display: inline-block;
	background: url(../img/4-2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.process ul li.li-item2 h4 i{
	background-position: 0 -56px;
}
.process ul li.li-item3 h4 i{
	background-position: 0 -112px;
}
.process ul li.li-item4 h4 i{
	background-position: 0 -168px;
}
.process ul li.li-item5 h4 i{
	background-position: 0 -223px;
}
.process ul li:last-child:after{
	content: '';
}

.case{
	display: table;
	padding: 60px 0;
}
.case h3{
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 20px;
}
.case-tab{
	width: 100%;
	display: table;
}
.case-tab ul li{
	width: 160px;
	height: 50px;
	background-color: #f7f7f7;
	border-radius: 5px;
	margin: 0 10px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.case-tab ul li.acti{
	background-color: #F17A17;
	color: #fff;
}
.case-col{
	width: 100%;
	display: table;
	padding-top: 30px;
}
.case-list{
	width: 100%;
	display: table;
	display: none;
}
.case-col .show{
	display: table;
}
.case-imgs{
	width: 500px;
	display: table;
	margin-left: 10px;
}
.case-imgs img{
	max-width: 500px;
}

.case-inform{
	width: 540px;
	display: table;
}
.case-inform h2{
	font-weight: normal;
	line-height: 70px;
	font-size: 22px;
}
.case-inform h5{
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	color: #e74c3c;
	margin-bottom: 16px;
}
.case-inform h5 em{
	color: #333;
}
.case-inform p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
}
.case-inform h6{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	padding-top: 20px;
	line-height: 40px;
}
.case-inform ul{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.case-inform ul li{
	height: 40px;
}
.case-inform ul li img{
	height: 40px;
}

.news{
	width: 100%;
	display: table;
	background-color: #f6f6f6;
	padding: 50px 0;
	padding-bottom: 30px;
}

.news-list{
	width: 520px;
	display: table;
}
.news-list h5{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #ddd;
}
.news-list h5 span{
	display: inline-block;
	line-height: 42px;
	background-color: #F17A17;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.news-list-col{
	width: 100%;
	display: table;
}
.news-list-col h4{
	width: 230px;
	height: 160px;
	border-radius: 5px;
	margin: 20px 0;
	float: left;
}
.news-list-col h4 img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.news-list-fr{
	width: 270px;
	float: right;
	display: table;
	padding-top: 20px;
}
.news-list-fr h3{
	font-weight: normal;
	line-height: 26px;
	font-weight: normal;
}
.news-list-fr p{
	line-height: 22px;
	color: #666;
	margin-top: 10px;
	height: 66px;
	overflow: hidden;
}
.news-list-fr h6{
	margin: 0;
	padding-top: 8px;
}
.news-list-fr h6 span{
	font-weight: normal;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}

.news-list-list{
	width: 100%;
	display: table;
}
.news-list-list ul{
	width: 100%;
	display: table;
}
.news-list-list ul li{
	width: 100%;
	line-height: 36px;
}
.news-list-list ul li span{
	float: left;
	color: #444;
}
.news-list-list ul li i{
	float: right;
	color: #999;
}

.news-roll{
	width: 520px;
	display: table;
}

.news-roll-list{
	width: 100%;
	display: table;
	position: relative;
	height: 140px;
	margin-bottom: 40px;
}
.news-roll-list h5{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #ddd;
}
.news-roll-list h5 span{
	display: inline-block;
	line-height: 42px;
	background-color: #F17A17;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.news-roll-col{
	width: 100%;
	height: 94px;
	padding: 11px 0;
	margin: 10px 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 55px;
}
.news-roll-col ul{
	width: 100%;
	display: table;
}
.news-roll-col ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.news-roll-col ul li span{
	float: left;
	color: #444;
}
.news-roll-col ul li i{
	float: right;
	color: #999;
}

.go-regedit{
	height: 160px;
	background: url(../img/footer.jpg) center no-repeat;
}
.go-regedita{
	height: 160px;
	background: url(../img/footera.jpg) center no-repeat;
	margin-bottom: 30px;
}
.go-regeditb{
	height: 160px;
	background: url(../img/footerb.jpg) center no-repeat;
	margin-top: 30px;
}
.go-regedita h3{
	text-align: right;
	color: #fff;
}
.go-regedita h3 b{
	font-weight: normal;
	font-size: 30px;
	line-height: 46px;
	padding-top: 38px;
	display: block;
	font-size: 24px;
	padding-right: 30px;
}
.go-regedita h3 a{
	display: inline-block;
	border: 1px solid #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0px 26px;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 10px;
	margin-right: 250px;
}
.go-regeditb h3{
	text-align: right;
	color: #fff;
}
.go-regeditb h3 b{
	font-weight: normal;
	font-size: 30px;
	line-height: 46px;
	padding-top: 38px;
	display: block;
	font-size: 24px;
	padding-right: 30px;
}
.go-regeditb h3 a{
	display: inline-block;
	border: 1px solid #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0px 26px;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 10px;
	margin-right: 100px;
}
.go-regedit h3{
	text-align: center;
	color: #fff;
}
.go-regedit h3 b{
	font-weight: normal;
	font-size: 30px;
	line-height: 46px;
	padding-top: 38px;
	display: block;
	font-size: 24px;
}
.go-regedit h3 a{
	display: inline-block;
	border: 1px solid #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0px 26px;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 10px;
}
.customer{
	display: table;
	padding: 30px 0;
}

.customer h3{
	text-align: center;
	color: #444;
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
}
.customer ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 30px;
}
.customer ul li{
	width: 158px;
	height: 80px;
	display: flex;
	justify-content: center;
	border: 1px solid #999999;
	align-items: center;
	margin: 10px 0;
}
.customer ul li img{
	max-width: 80%;
	max-height: 80%;
}



@media screen and (max-width:1080px) {


.serv-rt ul{
	width: 600px;
	border: 1px solid #e5e5e5;
	display: table;
}

.slide-serv{
	width: 184px;
	height: 100%;
	float: left;
	border-right: 1px solid #e5e5e5;
	display: none;
}
.slide-serv2{
	width: 184px;
	height: 100%;
	float: left;
	display: none;
}
.slide-serv p{
	padding: 0 30px;
	padding-top: 20px;
	line-height: 24px;
	font-size: 18px;
	color: #555;
	text-align: justify;
}
.slide-serv h4{
display:none;
	width: 100%;
	display: table;
	padding: 0 30px;
	margin-top: 10px;
}
.slide-serv h4 img{
display:none;
}

}