/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block; margin:auto;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,img,iframe,abbr{border:0;}
i,em{font-style:normal;}
[hidefocus],summary{outline:0;}
summary{display:block;}
li{list-style:none;}
sup,sub{font-size:12px;}
textarea{overflow:auto; resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,b{font-weight:normal; display:block;}
a,a:hover{text-decoration:none;}
a{color:#333;}
a:hover{color:#000;}
body,textarea,input,button,select,keygen,legend{font:14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53; color:#666; outline:0;}
html{font-size:10px;}
body{background:#fff; -webkit-transition:none !important; -moz-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
input[type=submit]{cursor:pointer;}


.fl{float:left;}
.fr{float:right;}
.clear{zoom:1;}
.clear:after{content:''; width:0; height:0; display:block; clear:both;}
section, #header, #banner{width:100%;   margin:auto;}



@-webkit-keyframes gupIn{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes gupIn{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes gupIn{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}


@-webkit-keyframes gdownIn{
	from{opacity:0; -webkit-transform:translate3d(0,30px,0);}
}
@-moz-keyframes gdownIn{
	from{opacity:0; -moz-transform:translate3d(0,30px,0);}
}
@keyframes gdownIn{
	from{opacity:0; transform:translate3d(0,30px,0);}
}


@-webkit-keyframes gleftIn{
	0%{opacity:0; -webkit-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes gleftIn{
	0%{opacity:0; -moz-transform:translate3d(-30px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes gleftIn{
	0%{opacity:0; transform:translate3d(-30px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}


@-webkit-keyframes grightIn{
	0%{opacity:0; -webkit-transform:translate3d(80px,0,0);}
	100%{opacity:1; -webkit-transform:translate3d(0,0,0);}
}
@-moz-keyframes grightIn{
	0%{opacity:0; -moz-transform:translate3d(80px,0,0);}
	100%{opacity:1; -moz-transform:translate3d(0,0,0);}
}
@keyframes grightIn{
	0%{opacity:0; transform:translate3d(80px,0,0);}
	100%{opacity:1; transform:translate3d(0,0,0);}
}


@-webkit-keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-moz-keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes gfadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}


@-webkit-keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@-moz-keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@keyframes gfadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}


#header{height:59px;  position:fixed; top:0; left:0; background:#fff; z-index:10; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; -webkit-animation:gupIn 1s 0.1s both; -moz-animation:gupIn 1s 0.1s both; animation:gupIn 1s 0.1s both;}
#logo{display:block; position:absolute; top:5px; left:30px; height:59px; line-height:59px; overflow:hidden; }
#logo img{vertical-align:middle;   height:80%}
#logo:hover{opacity:1; filter:alpha(opacity=100);}
#nav{width:920px; margin:auto; text-align:center; position:absolute; right:30px; }
#nav a{display:inline-block; height:59px; margin:0 35px; line-height:59px; text-align:center; font-size:22px; -webkit-transition:0.3s, color 0.5s; -moz-transition:0.3s, color 0.5s; transition:0.3s, color 0.5s; color:#000000}
#nav a:hover{color:#F7D537;}
#nav span{width:100px; height:2px; background:#000; position:absolute; bottom:-1px; left:0; opacity:0; filter:alpha(opacity=0);}
#header h1{position:absolute; top:8px; right:10px; height:59px; line-height:59px; font-size:18px; font-weight:bold; background:url(a5.jpg) no-repeat; padding-left:60px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; color:#EB6D00;  height:70%}

#header.min{height:66px;}
#header.min #logo, #header.min #nav a, #header.min h1{height:66px; line-height:66px;}


#container{padding-top:100px;}


#loading{position:absolute; top:0; left:0; z-index:99; width:100%; height:100.5%; background:#fff;}
#loading div{width:60px; height:40px; position:absolute; top:50%; left:50%; margin:-20px 0 0 -30px; overflow:hidden;}
#loading em{display:block; width:60px; height:0; position:absolute; bottom:0; left:0; background:#000; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#loading div img{position:absolute; top:0; left:0;}






footer{width:1200px; margin:auto; overflow:hidden; border-top:1px solid #ddd;}
footer a{-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
footer address, footer .copy{width:580px; height:224px; border-bottom:2px solid #ddd; position:relative;}
footer address{float:left; width:570px; padding-left:10px; font-style:normal; color:#8c8c8c;}
footer address h3{color:#999; font-size:18px; margin-top:22px;}
footer address h1{margin-top:60px; font-size:36px; line-height:40px; font-weight:bold;}
footer address span{color:#666; margin-right:20px;}
footer address p{color:#666; position:absolute; bottom:20px; left:10px;}
footer .copy{float:right; text-align:right; vertical-align:bottom;}
footer .copy .wx-qrcode{position:absolute; top:22px; right:15px; width:120px; height:120px;}
footer .copy p{position:absolute; bottom:20px; right:15px;}
footer article{width:100%; padding:15px 0; text-align:right; clear:both;}
footer article a{margin:0 12px; color:#d4d4d4; display: inline-block;}




#client ul{width:922px; margin:55px auto; overflow:hidden;  }
#client ul li{float:left; width:230px; height:178px;  text-align:center; position:relative;}
#client ul li a{display:block; width:100%; height:100%; overflow:hidden;}
#client ul li i, #client ul li em{position:absolute; top:0; left:0; width:100%; height:100%; background-image:url(clients.jpg);}
#client ul li i{opacity:0.5; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#client ul li a:hover i{opacity:1; -webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none; -webkit-transform:scale(0.9) translateY(-8px); -moz-transform:scale(0.9) translateY(-8px); transform:scale(0.9) translateY(-8px);}

#client ul li .clients01{background-position:-238px 0;}
#client ul li .clients02{background-position:-476px 0;}
#client ul li .clients03{background-position:-714px 0;}
#client ul li .clients04{background-position:-952px 0;}
#client ul li .clients05{background-position:-1190px 0;}
#client ul li .clients06{background-position:-1428px 0;}
#client ul li .clients07{background-position:-1666px 0;}
#client ul li .clients08{background-position:-1904px 0;}
#client ul li .clients09{background-position:-2142px 0;}
#client ul li .clients10{background-position:-2380px 0;}
#client ul li .clients11{background-position:-2618px 0;}
#client ul li .clients12{background-position:-2856px 0;}
#client ul li .clients13{background-position:-3094px 0;}
#client ul li .clients14{background-position:-3332px 0;}
#client ul li .clients15{background-position:-3570px 0;}
#client ul li .clients16{background-position:-3808px 0;}
#client ul li .clients17{background-position:-4046px 0;}
#client ul li .clients18{background-position:-4284px 0;}
#client ul li .clients19{background-position:-4522px 0;}



#client ul li a:after{content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; box-shadow:inset 0 0 0 0 #eee; -webkit-transition:0.2s; -moz-transition:0.2s; transition:0.2s;}
#client ul li a:hover:after{box-shadow:inset 0 0 0 10px #f6f6f6;}
#client ul li a p{margin-top:150px; color:#333; position:relative; z-index:5; opacity:0; filter:alpha(opacity=0); -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; zoom:1;}
#client ul li a:hover p{margin-top:135px; opacity:1; filter:alpha(opacity=100);}
#client ul li a span{font-size:18px; line-height:178px; color:#a7a7a7;}


.right_silderbar { position: fixed; bottom:100px; right: 0; width: 92px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
            .right_silderbar ul { list-style: none; margin: 0; padding: 0;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
            .right_silderbar li { width: 100%; height: 100px;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; }
                .right_silderbar li.qq { background-image: url(qq1.png); background-color: #ffc602; }
                    .right_silderbar li.qq:hover { background-color: #ffae00; }
                    .right_silderbar li.qq a { width: 100%; height: 100%; display: block; }
                .right_silderbar li.totop { background-image: url(totop1.png); background-color: #313131; display: none; }
                    .right_silderbar li.totop a { width: 100%; height: 100%; display: block; }
                    .right_silderbar li.totop:hover { background-color: #000; }
					
.nrbody {
border-left:50px solid #F7D537;
border-right:50px solid #F7D537;
border-top:50px solid #F7D537;
width:100%;
height:390px;
margin:0 auto;
box-sizing:border-box;
}			

.gywm {
width:100%;
margin-top:-260px;
}

.gywmbody {
width:1200px;
margin:0 auto;
}

.gywmleft {
float:left;
width:243px;

}

.gywmright {
widows:942px;
margin-left:35px;
float:left;
}

.gywmline {
	width:922px;
	height:2px;
	border-bottom:2px solid #F7D537;
}

.tswy {
width:922px;
height:300px;
margin:0 auto
}

.wyclass {
	float:left;
	width:240px;
	border-right:2px solid #f7d537;
	padding-right:40px;
	margin-top:65px;
	position:relative;
	padding-left:25px;

}


.counter {
text-align:center;
font-size:74px;
color:#8A8A8A;
 

}

.counterjh {
	position:absolute;
	width:25px;
	height:32px;
	right:94px;
	top: 8px;
	font-size:32px;
 }

.wytext {
line-height:26px;

}

.counterjh1 {
	position:absolute;
	width:28px;
	height:32px;
	right:64px;
	top: 3px;
	font-size:32px;
 }

.counterjh2 {
	position:absolute;
	width:33px;
	height:32px;
	right:57px;
	top: 2px;
	font-size:32px;
 }

.xkxx {
width:922px;
margin:0 auto;
}

.xkxxdiv {
width:288px;
float:left;
margin-right:10px;

}

.xkxxtext {
font-size:20px;
color:#7E7F81;

}

.xkxxli {
margin-top:22px;
}

.xkxxli li {
height:30px;
line-height:30px;

}

.foot {
width:100%;
height:290px;
background-color:#333333;

}

.ff {
width:1200px;
margin:0 auto;
}

.footc {
margin-left:225px;

}

.footc li {
height:30px;
line-height:30px;
width:106px;
text-align:left;
font-size:14px;
color:#ACACAC;
float:left;
font-size:26px;
}

.fzx {
width:1200px;
margin:0 auto;
height:90px;
border-top:1px solid #ACACAC;
border-bottom:1px solid #ACACAC;

}

.fzxlogo {
margin-top:19px;
float:left;
}

.fzxtext {
margin-top:18px;
line-height:24px;
color:#ACACAC;
font-size:14px;
float:left;
margin-left:25px;
}

.fzzrg{
width:250px;
height:98px;
border:5px solid #ACACAC;
float:left;
margin-top:-15px;
padding-top:15px;
color:#ACACAC;
padding-left:15px;
background-color:#333333
}


.yqlj {
margin-top:35px;
font-size:14px;
color:#ACACAC;
font-size:12px
}

.lxfs{
overflow:hidden
}
 


.counterjh3 {
	position:absolute;
	width:33px;
	height:32px;
	right:82px;
	top: 2px;
	font-size:32px;
 }
 
 
 
 .counterjh4 {
	position:absolute;
	width:16px;
	height:32px;
	right:76px;
	top: 5px;
	font-size:32px;
 }

.counterjh5 {
	position:absolute;
	width:33px;
	height:32px;
	right:80px;
	top: 3px;
	font-size:32px;
 }
.counterjh6 {
	position:absolute;
	width:33px;
	height:32px;
	right:77px;
	top: 2px;
	font-size:32px;
 }

	
.btn-view-more{display: block;width: 184px;line-height: 36px; border:1px solid #DEDEDE;background: #fff;border-radius: 32px;color: #000000;text-align: center;text-transform: uppercase; font-size:14px; margin-top:35px; margin-bottom:35px}


a.btn-view-more:hover {
    background-color: transparent;
    color: #F7D537;
    border-color: #F7D537;
	border:1px solid #F7D537;
	transition: all 0.5s;
}	
					
