
/*公共样式*/
* {margin: 0; padding: 0;border: 0;}
body{max-width: 1920px;min-width:1200px;font-size:14px;margin:0 auto; font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif ,"宋体";color:#333; background:#fff; }
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:-1px;}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:-1px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;}
p{margin:0 auto}
h1,h2,h3,h4,h5,h6{font-weight: 100;}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
input{outline: 0;}
img {vertical-align: top;}
a{text-decoration:none; outline:none;color:#333;}
a:hover{text-decoration:none;}

/* 谷歌浏览器字体不能小于12px的解决 */
html,body{
      -webkit-text-size-adjust:none;
}
.center{width:1200px; margin:0 auto;}
.left{float:left}
.right{float: right;}
.clear{clear:both;}
/* 公共样式结束 */


/* 头部 */
.logo{
    width: 256px;
    height: 60px;
    padding-top:40px;
}

.search{
    width: 190px;
    height: 32px;
    border-radius: 16px;
    background: #ececec;
    float: right;
    position: relative;
    margin-right: 36px;
    margin-top:18px;
    line-height: 32px;
}
.search input{
    width: 140px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 12px;
    background: #ececec;
    color: #333;
}
.search a{
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    left: 152px;
    top: 6px;
}
.tel{
    width: 226px;
    height: 14px;
    float: right;
    margin-top: 25px;
}
.tel span{
    color:#ef7e00;
    font-weight: 700;
    font-size: 16px;
}

.lanmu{
    width: 850px;
    height: 60px;
    clear: both;
    margin-top: 60px;
}
.lanmu > ul > li{
    height: 60px;
    float: left;
    position:relative;
}

.lanmu > ul > li > a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding:0 21px;
}
.lanmu > ul > li > a:hover{
    color: #008bd3;
}
.lanmu a.on{
    background:  #008bd3;
    color: #fff;
}
.lanmu > ul > li > a.on:hover{
    color: #fff;
}
.lanmu > ul > li > ul{display:none;}
.lanmu > ul > li:hover>ul{display:block; position:absolute; left:0; top:60px; background: #fff;opacity: 0.9;}
.lanmu > ul > li:hover>ul>li{height: 38px;}
.lanmu > ul > li:hover>ul>li>a{display: block; width: 100%;z-index: 1;height: 38px;line-height: 38px;text-align: center;color: #000;}
.lanmu > ul > li:hover>ul>li>a:hover{ background: #008bd3;color: #fff;}


.banner{
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
    z-index: -2;
    border-top:2px solid #008bd3;
}
.banner img{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner1{
    width: 100%;
    position: relative;
    height: 380px;
    overflow: hidden;
    z-index: -2;
    border-top:2px solid #008bd3;
}
.banner1 img{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.yqlj{
    font-size: 18px;
    color: #008bd3;
    clear: both;
    padding-top: 90px;
}
.yqlj a{
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #000;
    height: 16px;
    font-size: 16px;
    line-height: 13px;
}
.yqlj a:last-child{
    border:none;
}

footer{
    width: 100%;
    height: 252px;
    background: #000;
    opacity: 0.8;
    margin-top: 20px;
    clear:both;
}
.foot{
    width: 1200px;
    height: 252px;
    background: url(/images/map.png) no-repeat 550px 40px;
    position: relative;
}
.foot > img{
    position: absolute;
    right: 0;
    top: 36px;
    width: 184px;
    height: 184px;
}
.foot_xinxi{
    color: #fff;
    position: absolute;
    left: 0;
    top: 43px;
}
.foot_xinxi h2{
    font-size: 18px;
    font-weight:700;
    color: #fff;
    height: 38px;
    line-height: 18px;
    letter-spacing:1px;
}
.foot_xinxi p{
    height: 28px;
}
.foot_xinxi>p>a{color:#fff;}
.foot_list1{
    width: 90px;
    height: auto;
    position: absolute;
    left: 512px;
    top: 43px;
}
.foot_list1 li{
    height: 36px;
}
.foot_list1 li a{
    font-size: 16px;
    color: #fff;
}
.foot_list2{
    width: 90px;
    height: auto;
    position: absolute;
    left: 733px;
    top: 43px;
}
.foot_list2 li{
    height: 36px;
}
.foot_list2 li a{
    font-size: 16px;
    color: #fff;
}

/*bottom end*/
/*分页*/
.paging{text-align:center; margin:10px auto;font-size:14px;}
.paging b{display:inline-block; padding-left:15px; padding-right:15px; height:37px; text-align:center; line-height:37px; margin-right:5px; background:#008bd3; color:#fff;}
.paging a{ height:37px; padding-left:15px; padding-right:15px;text-align:center; line-height:37px; display:inline-block; margin-right:5px;  background:#f6f6f6; color:#888;}
/*end*/