@charset "utf-8";
.header{
width: 100%;
margin: 0 auto;
/* border-bottom: 2px solid #2f5aa8; */
}
.header_box{
    max-width: 1200px;
    margin: 0 auto;
}
.head_top{
    width: 100%;
    height: 136px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.head_top .logo{
    height: 136px;
    line-height: 136px;
}
.head_top .logo img{
    vertical-align: middle;
    max-width: 185px;
    min-height: 76px;
    max-height: 136px;
}

.logo_right{
    line-height: 136px;
    height: 136px;
}
.head_top .nav{
    display: inline-block;
}
.head_top .nav .current{

    border-bottom: 2px solid #1893df;
}
.head_top .nav li{
    display: inline-block;
    text-align: center;
    line-height: 50px;
    padding-left: 80px;
}
.head_top .nav li a{
    display: block;
    color: #333333;
    font-size: 16px;
}
.head_top .nav li a:hover{
    color:#1893df;
}
.head_top .phone{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    margin-left: 60px;
    margin-right: 10px;
}
.header_dingbu {
    width: 100%;
    margin: 0 auto;
}
.top{ 
    width: 100%;
    background: #f7f7f7;
    height: 30px;
    overflow: hidden;
    border-bottom:1px solid #e2e2e2; 
}
.top .top_box{
    max-width: 1200px;
    margin: 0 auto;
overflow: hidden;
    
}
.top_box .left{ 
    line-height: 30px; 
    color: #999;
    font-size: 12px;
    height: 30px;
    float: left;

}
.top_box .left a{
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align:top;
    height: 30px;
    color: #666666;
    padding-right: 10px;
}

.top_box .right{
    float: right;
}
.top_box .right a{ 
    line-height: 30px; 
    color: #999; 
    padding-left: 42px; 
    font-size: 12px;
}

.top_box .right .xiao_logo{
    background: url(../../images/product/nav_bg.png) no-repeat left  center; 
    height: 30px;
    width: 20px;
    }

.top_box .right a:hover{ 
    color: #00c9de}
.nav_box{ 
    max-width: 1200px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{ 
    float: left; 
    overflow: hidden; 
}
.logo .lg1{ 
    height: 120px; 
    width: 184px; 
    display: flex;
    align-items: center; 
    float: left; 
    padding-right: 40px;
}
.logo .lg1 img{
    align-items: center; 
    width: 174px; 
    height: 49px;
}

.list_header{
    width: 100%;
    margin: 0 auto;
}
.list_header_box{
    width: 1200px;
    margin: 0 auto;
}
.list_header_logo{
    float: left;
}
.list_header_logo img{
    display: inline-block
}
.list_header_logo span{
    display: inline-block;
    margin-left: 20px;
}

.list_header_logo span i{
    border-left:1px solid #e2e2e2;
    color: #fa5555;
    padding-left: 21px;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    letter-spacing:10px;
}
.list_header_box{
    margin-top: 23px;
    margin-bottom: 21px;
    overflow: hidden;
}
.list_header_box .search{
    float: right;
    font-size: 0;
    width: 544px;
    margin-right: 160px;
}
.list_header_box .search .text{
    display:inline-block;
    border: 2px solid #fa5555;
    padding: 10px;
    width: 420px;
    height: 14px;
    font-size: 12px;
    color: #999999;
}
.list_header_box .search .btn{
    display:inline-block;
    width: 100px;
    height: 38px;
    background: #fa5555;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
}

.list_header_box .search .search_keyword{
    padding-top: 10px;
    width: 100%;
}
.list_header_box .search .search_keyword a{
font-size: 12px;
color: #999999;
}
.list_header_box .search .search_keyword a::after{
    content: "|";
    display: inline-block;
    padding:0 5px;
}
.list_header_box .search .search_keyword a:last-child::after{
    content: "";
}
.list_header_box .search .search_keyword a:hover{
    font-size: 12px;
    color: #fa5555;
    }

.list_nav{
    width: 100%;
    height: 40px;
    background: #fa5555;
    overflow: hidden;
}
.list_nav ul{
    max-width: 1200px;
    margin: 0 auto;
}
.list_nav ul li{
    float: left;
   
    width: 116px;
    text-align: center;
    position: relative
}
.list_nav ul li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: #e42828;
    display: inline-block;
    right: 0;
    top: 8px;
}
.list_nav ul li:last-child::after{
    content: "";
    width: 1px;
  
}
.list_nav ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.list_nav .current{
    background: #e42828;
}
.list_nav ul li a:hover{
    background: #e42828;
    display: block;
}

/*头部导航CSS结束*/

/*底部CSS开始*/


.foot{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #191919;
    text-align: center;
}


.nav_bottom{
max-width:1200px;
height: 100%;
margin: 0 auto;
overflow: hidden;
}

.bottom_contact{
    float: left;
    
    margin-top: 30px;
    margin-bottom: 30px;
}
.bottom_contact h1{
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
}
.bottom_contact hr{
    width: 3em;
    background-color: #305dc3;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

.bottom_contact ul li{
    color: #bfbfbf;
    font-size: 14px;
  text-align: left;
  line-height:32px;
}

.bottom_ewm .div_m{
    float: left;
    margin-right: 20px;
}
.bottom_ewm .div_m img{
    width: 130px;
    height: 130px;
}

.bottom_ewm .div_m h2{
    color: #bfbfbf;
    font-size: 14px;
}

.bottom_contact:nth-child(2){
    float: left;
    margin-left: 130px;
}
.bottom_contact:nth-child(3){
    float: right;
    margin-right: 150px;
}
.bottom_contact .b_nav li{
    line-height: 24px;
}
.b_nav li a{
    color: #bfbfbf;
}

.copyright{
  
margin: 0 auto;
   width: 100%;
    overflow: hidden;
    background: #000000;

}
.copyright_box{
    height: 60px;
    line-height: 60px;
    text-align: left;
    max-width: 1200px;
     color: #999999;
     font-size: 12px;
     margin: 0 auto;
  
}
.copyright a{
    color: #fff;
    
    font-size: 12px;
}

.copyright em{
    font-size: 14px;
    color: #fff;
}

/*侧边悬浮客服咨询*/
.float0831 {
	POSITION: fixed; TOP: 180px; RIGHT: 1px; _position: absolute;z-index: 999999999;
}
.float0831 A {
	COLOR: #00a0e9
}
.float0831 A:hover {
	COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
	POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
	TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .tp {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .cn {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .floatR {
	PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
	BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
	TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDh {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoFf {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTl {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnCtn {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
	BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
	PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "΢���ź�"; BACKGROUND-POSITION: 2px -266px; FLOAT: left
}
.float0831 .icoTl b{font-size: 12px;color: #666;}
.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left;font-size: 12px;
}
.float0831 .icoTc {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left;font-size: 12px;
}
.float0831 .icoFf {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen {
	TOP: 118px; LEFT: 1px
}
.float0831 .btnOpen_n {
	TOP: 118px; LEFT: 1px
}
.float0831 .btnCtn {
	TOP: 118px; LEFT: 2px
}
.float0831 UL LI H3.titDc A {
	WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.top {
	BORDER-BOTTOM: #ace5f9 1px solid
}
.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/webzx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}