#scrollSearchDiv{ width: 100%; height: 40px; line-height: 40px; background-color: #D02127; display: none; position: fixed; left: 0; top:0; text-align: center; font-size: 20px; color: #fff;z-index:20;opacity:0.5; }

.vertical {
    margin: 20px 0;
}

.vertical .nav-tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: transparent;
    background-color: #999999;
}

.vertical .nav-tabs, .vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}

.vertical .nav-tabs > li {
    float: none;
}

.vertical .nav-tabs > li a {
    margin: 0;
    padding: 15px 40px;
    white-space: nowrap;
    color: #ffffff;
    border-bottom: 1px solid #8f8f8f;
}


.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 25px;
    position: relative;
    color: #666666;
}


.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.menu_ul {
	display:block;
	
}

.head_logo {
	width:1200px;
	margin:auto;
	position:relative;
}

.head_logo .full{
	
	display:block;
	margin-top: 5px;
    margin-bottom: 13px;
}

.head_logo .full .nex{
	float: left;
	margin-right: 2%;
	width: 60%;
	transition: .2s width ease;
	height:90px;
}

.head_logo .full .nex h1{ 
float: left; 
width: 48%;
height: 130px;
 vertical-align: middle;
 z-index: 2;
 position: relative;
 padding-right:10px;
 }
 
 .head_logo .full .nex h2{ 
 position: relative;
 float: left;
 width: 50%;
 height: 70px;
 vertical-align: middle;

 margin-top:12px;
 line-height:30px;
 }
 
 .head_logo .full .nex p{
	 margin-left: 20px;
 }
 
  .head_logo .full .nex small {
	  font-size:18px;
	  margin-top:5px;
  }

/*头部*/
.nav_head {
    width: 1200px;
    height: 100px;
    margin: 30px auto;
    overflow: auto;
}

.nav_head .nav_head_part {
    float: left;
}

.nav_head .head_middle {
    width: 550px;
    padding: 32px 20px 0;
    text-align: center;
}

.nav_head .head_right {
    position: relative;
    margin-top: 20px;
    padding-left: 75px;
    left: 12px;
}

.nav_head .head_right:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 60px;
    background: url(../images/whole.png) no-repeat 5px -475px;
}

.head_right .phone_call {
    color: #2552ab;
    height: 30px;
    line-height: 20px;
    font-size: 13px;
}


/*导航*/
.nav_menus {
    height: 50px;
    background: #D02127;
}

.nav_menus ul.menu_items {
    width: 1200px;
    margin: 0 auto;
}

#nav a {
    text-decoration: none;
	color:#fff;
	text-align: left;
}

#nav a:hover {
    color: #D02127;
}

#nav > ul ul {
    display: none;
    position: absolute;
}

#nav > ul > li {
    display: block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin: 0 40px 0 0;
    float: left;
    text-align: center;
    position: relative;
}

#nav > ul > li:hover,
#nav > ul > li.active {
    background-color: #595758;
    height: 46px;
    line-height: 46px;
    border-top: 4px solid #D02127;
}

#nav > ul > li:hover > a,
#nav > ul > li.active > a {
    color: #D02127;
}

#nav > ul > li > ul {
    padding: 2px 5px 0 0;
    background: transparent;
    z-index: 2;
}

#nav > ul > li > ul > li {
    display: block;
}

#nav > ul > li:hover > ul {
    display: block;
}

#nav > ul > li > ul > li > a,
#nav > ul > li > ul > li > ul > li > a {
    width: 130px;
    display: block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: whitesmoke;
    color: #333333;
    text-indent: 15px;
}

#nav > ul > li > ul > li > a:hover,
#nav > ul > li > ul > li > ul > li > a:hover {
    color: #D02127;
}

#nav > ul > li > ul > li:hover .arrow_right {
    border-left-color: #D02127;
}

#nav > ul > li > ul > li > ul {
    padding-top: 5px;
    background: transparent;
}

#nav > ul > li > ul > li:hover > ul {
    display: block;
    left: 100%;
    top: 0px;
}

#nav > ul > li > ul > li > ul > li {
    display: block;
}

#nav > ul > li > ul > li:first-child,
#nav > ul > li > ul > li > ul > li:first-child {
    border-top: 3px solid #D02127
}

#nav .arrow_right {
    display: inline-block;
    margin-left: 10px;
    border: 5px solid black;
    border-right-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* 二级菜单*/
.mbackground {
    overflow: auto;
    background: whitesmoke;
}

#nav > ul > li.m_sp_style > .main {
    display: none;
    font-size: 12px !important;
    padding-top:2px;
    width: 1200px;
    position: relative;
    left: -150px;
    text-align: left;
    overflow: auto;
    background: transparent;
    z-index: 2;
}

#nav > ul > li.m_sp_style .m_product {
    display: block;
    border-top: 2px solid #D02127;
    width: 220px;
    padding: 0 5px 0 0;
    text-align: center;
    overflow: hidden;
    background: transparent;
    float: left;
	color:#000;
}

#nav > ul > li.m_sp_style .m_product a{
	color:#000;
}
#nav > ul > li.m_sp_style .m_product a:hover{
	color:#D02127;
}

#nav > ul > li.m_sp_style:hover .main {
    display: block;
}

#nav > ul > li.m_sp_style >.mxmain {
    display: none;
    font-size: 12px !important;
    padding-top:2px;
    width:482px;
    position: relative;
    left: 0px;
    text-align: left;
    overflow: auto;
    background: transparent;
    z-index: 20;
	background-color: #595758;
}
#nav > ul > li.m_sp_style:hover .mxmain {
    display: block;
}



#nav > ul > li.m_sp_style >.dlmain {
    display: none;
    font-size: 12px !important;
    padding-top:2px;
    width:200px;
   padding-bottom:15px;
    padding-top:15px;
    margin:0,auto;
    z-index: 20;
	background-color: #595758;
	position: relative;
}
#nav > ul > li.m_sp_style:hover .dlmain {
    display: block;
}

.mxmain .kwmx {	
	width:240px;
	float:left;
	
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
	margin-bottom:20px;
	height:400px;
	line-height:30px;
}

.mxmain .kwmx .kw {
	width:100px;
	float:left;
	margin-left:20px;
	height:28px;
}
.dlmain p {
	word-spacing: -0.5px;
	line-height:35px;
}


.m_product_pp, .m_product_jx, .m_product_pj {
    width: 220px !important;
}

.m_product_lxfs {
    width: 280px !important;
}

.m_product_lxfs .setBg {
    min-height: 449px;
}

.m_product .commonPart {
    width: 220px;
    padding-bottom: 15px;
    float: left;
    overflow: hidden;
}

.m_product .kwPart:nth-child(2n) {
    border-right: 1px solid #d6d6d6;
}

.m_product .commonPart a {
    display: block;
    text-align: center;
    float: left;
    height: 24px;
    line-height: 24px;
    color: grey;
}

.kwPart a {
    width: 50%;
}

.ppPart a, .jxPart a {
    width: 100%;
}

.pjPart p {
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.m_product .kwPart h3 {
    height: 25px;
    line-height: 25px;
}

/*pj*/
.pj {
    margin-top: 5px;
}

.pj h2 {
    height: 28px;
    line-height: 28px
}

.pj i.bnxg {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(../images/whole.png) no-repeat 0px -450px;
    margin-top: 4px;
}

.pj button {
    background: #1b4699;
    border: none;
    color: white;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
}

.paging{padding:5px 10px;background: #fff;border: 1px solid #ccc;margin-top: 20px;margin-bottom: 20px;width: 935px;}
.pageBox {text-align: center;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;min-width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#d02127;color: #FFF;text-decoration: none;}
.pageBox .cur { background: #d02127;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}

.contactusdiyou {position: fixed; right: -230px; bottom: 0px; _position: absolute; width: 230px; height: 100%; background: #009aff; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:30px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-30px; font-size:14px; color:#fff; background:#009aff; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;} .contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; } 
.contactusdiyou .conter{width:186px; height:560px; margin-left:22px;   position:absolute; top:55%;*margin-top:-140px;margin-top:-280px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:22px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}


.contactusdiyou .weixincall .f3{float: right;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 73px;height: auto;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/

