body,div,ul,li,a,span,small,b,img,p,dl,dt,dd,h1,h2,h3,h4,table,tr,td,input,button{margin:0;padding:0;}
li{list-style:none;}
body{
    font-size:14px  ;
    width: 100%;
    height: 100%;
    font-family:"Microsoft YaHei";
    font-style:normal;
    font-stretch:normal;
    font-variant:normal;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{border: none;}
em,i,b{font-style:normal;}
ul,ol,li{list-style:none;margin:0;padding:0;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
input,select,option{outline:none;}
html{width: 100%;height: 100%;font-size: 14px;}
*{
    outline: none;
}
.clearFloat:after{
    visibility: hidden;
    clear: both;
    display: block;
    height: 0px;
    content: "";
}
.clearFloat{
    zoom: 1;
}
.box{
     width: 100%;
     height: auto;
 }
@media screen and (min-width: 761px) {
    body {
        min-width: 1200px;
    }
}
/*  公用的头部和底部样式  */
.header{
    width: 100%;
    height: 35px;
    background-color: #e5e8ec;
    border-bottom: 1px solid #d6d6d6;
}
.header .lianjie{
    width: 1200px;
    margin: 0 auto;
    background-color: #e5e8ec;
}
.header .lianjie .head_ul{
    width: auto;
    float: right;
}
.header .lianjie .head_ul li{
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    float: left;
    cursor: pointer;
    position: relative;
}
.header .lianjie ul .second_li{
    width: 3px;
    margin: 0;
    padding: 0;
}
.header .weixin{
    width: 42px;
    text-align: center;
}
.header .xglj{
    width: 78px;
    padding-left: 9px;
}
.header .xglj img{
    margin-left: 3px;
}

.drop_down_div{
    width: 139px;
    height: 163px;
    display: none;
    z-index: 90;
}
.drop_down_div img{
    margin: 22px auto 0;
    display: block;
}
.drop_down_div .text{
    line-height: 25px;
    font-size: 12px;
    color: #464c57;
    display: block;
    margin-bottom: 10px;
}
.drop_down_wx{
    position: absolute;
    top: 23px;
    left: -45px;
    text-align: center;
    background: url("../images/head-drop-bg2.png") no-repeat;
}

.drop_down_lianjie{
    width: 170px;
    height: auto;
    position: absolute;
    top: 35px;
    left: -40px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    z-index: 100;
}
.drop_down_lianjie ul{
    width: 100%;
    clear: both;
}
.drop_down_lianjie ul li{
    display: block;
    clear: both;
    width: 100%;
    height: 25px;
    line-height: 25px!important;
    text-align: left;
    text-indent: 20px;
}
.drop_down_lianjie ul li a{
    color: #444444;
    display: block;
}
.drop_down_lianjie ul li:hover a{
    color: #fea22b;
}
/* 下拉div */
.brand{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.brand .search{
    width: 420px;
    height: 35px;
    margin-top: 32px;
    float: right;
}
.brand .search .input_div{
    float: left;
    width: 185px;
    height: 33px;
    border-radius: 16px;
    border: 1px solid #9999ad;
}
.brand .search .search-input{
    float: left;
    width: 142px;
    height: 33px;
    line-height: 33px;
    text-indent: 15px;
    border:none;
    background: none;
}
.brand .search button{
    display: inline-block;
    float: left;
    width: 42px;
    height: 33px;
    border: none;
    cursor: pointer;
    background: url("../images/brand-bg1.png") no-repeat center center;
}
.brand .brand_text{
    height: 100%;
    line-height: 35px;
    padding: 0 0 0 20px;
    background: url("../images/brand-pic3.png") no-repeat center left;
}
.brand .brand_href{
    height: 100%;
    line-height: 35px;
    padding: 0 0 0 20px;
    background: url("../images/brand-pic1.png") no-repeat center left;
}
.brand .brand_erwei{
    height: 100%;
    line-height: 35px;
    padding: 0 0 0 25px;
    background: url("../images/brand-pic2.png") no-repeat center left;
}
.brand .brand_share{
    float: left;
    width: auto;
    height: 100%;
    line-height: 35px;
    margin-left: 15px;
    cursor: default;
    vertical-align: middle;
    position: relative;
}
.brand_share .brand_erwei_div{
    position: absolute;
    top: 25px;
    left: -35px;
    width: 133px;
    height: 157px;
    background: url("../images/brand-bg4.png") no-repeat;
    text-align: center;
    display: none;
    z-index: 80;
}
.brand_share .brand_erwei_div img{
    margin-top: 20px;
}
.brand_share .brand_erwei_div p{
   line-height: 15px;
    margin-top: -8px;
}
.brand_share .brand_href_div{
    position: absolute;
    top: 25px;
    left: -96px;
    width: 263px;
    height: 91px;
    background: url("../images/brand-bg3.png") no-repeat;
    text-align: center;
    display: none;
    z-index: 80;
}
.brand_share .brand_href_div img{
    margin-top: 30px;
    margin-left: 5px;
}
.brand_share .brand_share_div{
    position: absolute;
    top: -12px;
    left: -140px;
    width: 142px;
    height: 160px;
    background: url("../images/brand_share_bg.png") no-repeat;
    text-align: center;
    display: none;
    z-index: 80;
}
.brand_share .brand_share_div .img_erwei{
    margin-top: 15px;
}
.brand_share .brand_share_div p{
    line-height: 25px;
}

/* 底部 */
.foot{
    width: 100%;
    height: 185px;
    background-color: #ecedf0;
    margin-top: 30px;
}

.footnr{
    width: 1200px;
    height: 161px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    background-color: #ecedf0;
}

.footnr_first{
    width: 214px;
    height: 115px;
    padding-left: 30px;
    border-right: 1px solid #dbdce0;
    float: left;
}
.footnr_first ul{
    height: 44px;
}
.footnr_first li{
    width: 96px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 5px;
    float: left;
}
.footnr_first li a{
    color: #919191;
    font-size: 12px;
}
.footnr_second{
    width: 288px;
    height: 140px;
    padding: 0 40px 0 60px;
    border-right: 1px solid #dbdce0;
    float: left;
}

.footnr h3{
    color: #63656e;
    font-size: 12px;
    font-family: "??????";
    margin-top: 10px;
    font-weight: bold;
}
.footnr_second h3{
    padding-bottom: 5px;
}
.footnr_second ul{
    height: 44px;
}
.footnr_second li{
    width: 96px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    float: left;
}
.footnr_second ul .li_first{
    width: 130px;
}
.footnr_second ul .li_second{
    width: 90px;
}
.footnr_second ul .li_third{
    width: 60px;
}
.footnr_second li a{
    color: #919191;
    font-size: 12px;
}
.footnr_third{
    width: 250px;
    height: 140px;
    padding: 0px 40px 0 60px;
    border-right: 1px solid #dbdce0;
    float: left;
}
.footnr_third h3{
    padding-bottom: 5px;
}
.footnr_third ul{
    overflow: hidden;
}
.footnr_third li{
    width: 125px;
    color: #63656e;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    float: left;
}
.footnr_third li a{
    color:#919191;
    font-size: 12px;
}
.foot ul li a:hover{
    color: #fea22b;
}
.footnr_fourth{
    height: 140px;
    padding-left: 80px;
    float: left;
}
.footnr_fourth h1{
    font-size: 16px;
}
.footnr_fourth a{
    display: inline-block;
    position: relative;
}
.footnr_fourth .foot_down_div{
    position: absolute;
    bottom: 50px;
    left: -50px;
    width: 139px;
    height: 163px;
    z-index: 90;
    text-align: center;
    display: none;
    background: url("../images/foot-drop-bg2.png") no-repeat;
}
.footnr_fourth .foot_down_div img{
    display: block;
    margin: 22px auto 0;
}
.footnr_fourth .foot_down_div span{
    color: #444444;
}
.end{
    width: 100%;
    height: 36px;
    background-color: #464956;
}
.endnr{
    width: 1200px;
    height: 36px;
    text-align: center;
    margin: 0 auto;
    background-color: #464956;
}
.endnr .move_end_list{
    display: none;
}
.end h1{
    color: #aaaaae;
    font-size: 12px;
    line-height: 36px;
  
    float: left;
}
.endlist{
    width: 280px;
    height: 36px;
    margin-left: 25px;
    margin-right: 30px;
    float: left;
    background: url("../images/end-bg.jpg");
}
.endlist ul li{
    width: 91px;
    float: left;
    color: #aaaaae;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
}
.endlist ul li a{
    color: #aaaaae;
}
.endlist ul li:hover{
    text-decoration:underline ;
}
.end h2{
    color: #aaaaae;
    font-size: 12px;
    line-height: 36px;
    float: left;
}

/** 鼠标以上下划线 */
.hover_a{
    font-size: 14px;
    color: #ffffff;
}
.hover_a:hover{
    text-decoration: underline;
}
