html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
input,button,select{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
@font-face {
	font-family: 'bohua-Regular';
	src:url("../font/font.eot?#iefix");
	src:url("../font/font.eot?#iefix") format("eot"),url("../font/font.woff2") format("woff2"),url("../font/font.woff") format("woff"),url("../font/font.ttf") format("truetype")
}
@font-face {
	font-family: 'bohua-Regular-Blod';
	src:url("../font/Stone Sans ITC W01 Semi Bold.eot?#iefix");
	src:url("../font/Stone Sans ITC W01 Semi Bold.eot?#iefix") format("eot"),url("../font/Stone Sans ITC W01 Semi Bold.woff2") format("woff2"),url("../font/Stone Sans ITC W01 Semi Bold.woff") format("woff"),url("../font/Stone Sans ITC W01 Semi Bold.ttf") format("truetype")
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#000;
  outline:none;
  /*font-family:normal small Arial,Microsoft YaHei,"微软雅黑","宋体",Verdana, Arial, Helvetica, sans-serif !important;*/
  font-family:"bohua-Regular",Microsoft YaHei;
  overflow-x:hidden;
  position:relative;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.pd{padding:0 !important;}
.nr{border:0 !important;}
.nr{border-radius:0 !important;}
.nb{background:none !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.dl{display:inline-block !important;}
.hide{display:none;}
.rel{position:relative;}
.abl{position:absolute;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;}
.hand{cursor:pointer;}
.upp{text-transform: uppercase;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
b,strong,h1,h2{font-weight:bold;}
h3{color:#000;}
/*Margin间距*/
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt130{margin-top:130px !important;}
/*文字大小*/
.f16{font-size:16px !important;}
.f22{font-size:22px !important;}
.f62{font-size:62px !important;}
/*颜色*/
.c000{color:#000 !important;}
.c2155ca{color:#2155ca !important;}
.bg77bd33{background:#77bd33 !important;}
/*链接属性*/
a{color:#000;}
a:hover{color:#2155ca;}
/*CSS3鼠标经过渐变*/
a,img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
/*圆角*/
.boxRound{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.shadows{
            box-shadow: 0 0 35px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.shadows_code{
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.shadows_edge{
            box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
/*附加样式调用结束*/
/*底部开始*/
footer{clear:both;width:100%;height:auto;overflow:hidden;padding:80px 0;background:#f5f5f5;border-top:#dedede solid 1px;position:relative;}
footer.topLine{border-top:#fff solid 30px;}
.footer-navlist{clear:both;width:1200px;height:auto;overflow:hidden;margin:0 auto;}
.footer-navlist li{width:11.1%;float:left;}
.footer-navlist li b{font-size:18px;line-height:30px;text-transform: uppercase;}
.footer-navlist li dd{font-size:12px;line-height:30px;}
.footer-navlist li dd a{display:block;}
.footer-navlist li dd a:hover{padding-left:10px;}

.foot-nbjg{clear:both;margin:0 auto 20px;}
.foot-nbjg .w1200{ width:1200px; margin:0 auto;}
.foot-nbjg ul li{float: left; width: 33.33%; background: #20abea;}
.foot-nbjg ul li:hover{opacity: 0.8;}
.foot-nbjg ul li:nth-child(2){}
.foot-nbjg ul li:nth-child(3){}
.foot-nbjg ul li a{display: block;}
.foot-nbjg ul li a img{display: block; margin: 0 auto;}
.bohua-copy{clear:both;width:100%;margin:0 auto;display:block;padding:30px 0 5px;background:#313131;border-top:#dedede solid 1px;position:relative;}
.bohua-copy .footinfo{clear:both;width:1200px;height:auto;overflow:hidden;margin:0 auto 20px;position:relative;}
.bohua-copy .copy{clear:both;width:1200px;height:auto;overflow:hidden;margin:0 auto 1px; padding:10px 0;position:relative;border-top: 1px solid #3e3e3e;}
.bohua-copy .footinfo .adress{ width:35%; float:left; position:relative;}
.bohua-copy .footinfo .adress li{ margin-bottom: 20px; height:98px; list-style-type:none;margin-left:20px;}
.bohua-copy .footinfo div{float:left;font-size:14px;line-height:24px;text-align:left;color:white; position:relative;}
.bohua-copy .footinfo p{ margin-top:12px; font-size:16px; font-weight:400;}
.bohua-copy .footinfo div img{ width:98px; top:-20px;}
.bohua-copy .footinfo .code{/*float:right;*/ position:relative; width:60%; text-align:right;}
.bohua-copy .copy .lt{float:left; position:relative; width:68%; text-align:left; padding-left:30px; color:#FFFFFF;}
.bohua-copy .copy .rt{float:right; position:relative; width:35%; text-align:right;}
.bohua-copy .footinfo .code img{width:680px;}
.bohua-copy .copy .rt a{ color:#FFFFFF;}
.bohua-copyMenu{position:fixed;bottom:0;}
@media (max-width:1000px){
.bohua-copy .footinfo{width:92% !important; margin:0 auto; text-align:center;}
.bohua-copy .footinfo .adress{width:100% !important;}
.bohua-copy .footinfo .code{clear: both;width:100% !important; text-align:center; margin:0 auto; float:left !important;}
.bohua-copy .footinfo .code img{ width:100% !important; float:left; text-align:center; margin:0 auto;}
.bohua-copy .copy .lt{width:100%; text-align:center; margin:10px 0
;}
.bohua-copy .copy .rt{width:100%; text-align:center; margin-bottom:10px;}
}
@media (max-width:435px){
.bohua-copy .footinfo .adress li{ margin-left:0px !important;}
.bohua-copy .footinfo p{font-size:14px !important;}
.bohua-copy .footinfo div img{ width:80% !important;}
}
.bohua-copy1{clear:both;width:100%;margin:0 auto;display:block;padding:30px 0 35px;background:#f5f5f5;position:relative;}
.bohua-copy1 .copy1{clear:both;width:850px;height:auto;overflow:hidden;margin:0 auto;position:relative;}
.bohua-copy1 .copy1 .logoFont1{float:left;width:280px;font-size:31px;font-weight:bold;text-transform: uppercase;line-height:25px;}
.bohua-copy1 .copy1 .logoFont2{float:left;width:400px;font-size:31px;font-weight:bold;text-transform: uppercase;line-height:25px;}
.bohua-copy1 .copy1 .logoFont3{float:right;width:168px;font-size:31px;font-weight:bold;text-transform: uppercase;line-height:25px;}
.bohua-copy1 .copy1 .logoFont1 .img1{width:100%;}
.bohua-copy1 .copy1 .logoFont1 .img1:hover{background-image: url("../images/c1.png"); width:280px;}
.bohua-copy1 .copy1 .logoFont2 .img4{width:100%;}
.bohua-copy1 .copy1 .logoFont2 .img5{width:50%;display:none;}
.bohua-copy1 .copy1 .logoFont2 .img4:hover{background-image: url("../images/p1.png"); width:400px;}
.bohua-copy1 .copy1 .logoFont1 .img2{width:50%;display:none;}
.bohua-copy1 .copy1 .logoFont3 .img3{float:right;width:100%;opacity:0.7}
.bohua-copy1 .copy1 .logoFont3 .img6{width:50%;display:none;}
.bohua-copy1 .copy1 .logoFont3 .img3:hover{background-image: url("../images/ox1.png"); width:168px;}
.bohua-copy1 .copy1 .code img{width:80px;}
.bohua-copyMenu{position:fixed;bottom:0;}

@media (max-width:1200px){
	footer{padding:50px 0;}
	.footer-navlist{width:100%;}
	.footer-navlist li{clear:both;width:100%;display:block;margin:0 auto;text-align:center;}
	.footer-navlist dd{display:none;}
	.bohua-copy .copy{width:90%;}
	.bohua-copy .copy dd{float:left;margin-left:50px;}

@media (max-width:1000px){
	.logoFont{float:none !important;clear:both;display:block;width:100% !important;text-align:center;}
	.logoFont .img1{display:none;}
	.logoFont .img2{display:block !important;margin:0 auto;}
	.logoFont1 .img1{display:none;}
	.logoFont1 .img1:hover{display:none;}
	.logoFont1 .img2{margin:0 auto;}
	.logoFont2 .img4{display:none;}
	.logoFont2 .img4:hover{display:none;}
	.logoFont2 .img5{margin:0 auto;}
	.logoFont3 .img3{display:none;}
	.logoFont3 .img3:hover{display:none;}
	.logoFont3 .img6{margin:0 auto;}
	.bohua-copy1{display:none;}
	.logoFont .tib{display:inline-block;text-align:left;}
	.bohua-copy .copy dd{clear:both;float:none !important;text-align:center;padding:20px 0;margin:0;}
	.code{clear:both;display:block;float:none !important;text-align:center;}
	.condk{display:block;clear:both;}
	.foot-nbjg .w1200{ width:100% !important;}
	.foot-nbjg ul li{margin: 0 auto; width:50% !important;}
	.foot-nbjg ul li a img{display: block; margin: 0 auto; width:100% !important;}
}
.condk{clear:both;}
@media (max-width:1000px){
	
}

/*底部结束*/