/*-----------------[初始化]--------------*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; } 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; } 
a:hover { text-decoration:underline; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } 
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #333;font-size: 12px;line-height: 1.3;font-family: "Arial";
    background:#fff;}
img{max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";outline: 0;
}
input[type='submit'],input[type='reset'],input[type='button'],input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}
button{padding:0;border:0;cursor: pointer;}

h1,h2,h3,h4,h5{font-weight: normal;}

a{color:#333;}
a:hover{color:#006cb7;text-decoration: none;}

.tc{
    text-align: center;
}

.wp{
    max-width: 1200px;
    margin:0 auto;
}

.dn{
    display: none;
}

/* header */
.logo{
    float: left;
    margin-left: 37px;
}

#hd .wp{
    padding:50px 0 15px;
    overflow: hidden;
}

.hd_r{
    float: right;
    text-align: right;
}

.hd_search{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 177px;
    height: 32px;
    border:1px solid #666;
    border-radius: 6px;
}

.hd_search input{
    padding: 0 42px 0 10px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border:0;
}

.hd_search button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/icn1.png) no-repeat center;
}

.hd_search input::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
   color:#999;
}

.hd_search input::-moz-placeholder { 
   font-family:"微软雅黑","Microsoft Yahei";
   color:#999;  
}

.hd_search input::-ms-input-placeholder {  
   font-family:"微软雅黑","Microsoft Yahei";
   color:#999;  
}

.hd_tel{
    display: inline-block;
    margin:0 84px 0 40px;
    padding-left: 57px;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color:#dc2b19;
    background: url(../images/icn2.png) no-repeat left center;
}

.nav{
    padding-top: 29px;
}

.nav li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.nav li a{
    position: relative;
    margin:0 20px;
}

.nav li a:hover em,
.nav li.on em{
    opacity: 1;
}

.nav li em{
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 4px;
    background:#006cb7;
    opacity: 0;
    -webkit-transition:.3s;
    transition:.3s;
}

/* m_ban */ 
.m_ban{
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

/* m_row */
.m_row{
    overflow: hidden;
    padding-top: 78px;

}

.col_l{
    float: left;
    width: 252px;
}

.col_r{
    padding-left: 252px;
}

/* mTit */
.m_Tit{
    margin:80px 0;
    text-align: center;
}

.m_Tit em{
    display: inline-block;
    padding: 0 28px;
    line-height: 46px;
    font-size: 24px;
    color:#006cb7;
    border-top: 2px solid #006cb7;
    border-bottom: 2px solid #006cb7;
}

/* m_subnav */
.m_subnav h3{
    padding: 0 5px;
    overflow: hidden;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    color:#fff;
    background:#006cb7;
    text-align: center;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.m_subnav{
    padding-bottom: 50px;
    background:#ededed;
    text-align: center;
}

.m_subnav a{
    display: block;
    padding: 0 5px;
    overflow: hidden;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-bottom: 1px dashed #c9c9c9;
}

.m_subnav a:hover{
    background:#006cb7;
    color:#fff;
}

/* m_cur */
.m_cur{
    padding: 13px 25px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.m_cur *{
    display: inline-block;
    vertical-align: middle;
}

.m_cur i{
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background: url(../images/icn3.png) no-repeat;
}

/* m_page */
.m_page{
    text-align: center;
}

.m_page *{
    display: inline-block;
    margin:0 6px;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color:#333;
    background:#c9c9c9;
}

.m_page .prev,
.m_page .next{
    padding: 0 6px;
}

.m_page .page-num-current{
    color:#006cb7;
}

/* fd */
#fd{
    margin-top: 40px;
    padding: 50px 0;
    background:#3f76ae;
    text-align: center;
}

.fd_logo{
    display: inline-block;
}

.fd_cen{
    display: inline-block;
    margin:0 154px;
    max-width: 322px;
    text-align: left;
    color:#fff;
}

.fd_cen h3{
    margin-bottom: 26px;
    text-align: center;
}

.fd_cen h3 em{
    display: inline-block;
    padding: 0 28px 10px;
    border-bottom: 1px solid #fff;
}

.fd_cen p{
    line-height: 20px;
}

.fd_cen p em{
    margin-left: 34px;
}

.fd_wx{
    display: inline-block;
    overflow: hidden;
}

.fd_wx img{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.fd_wx span{
    display: inline-block;
    padding-left: 13px;
    color:#fff;
    line-height: 22px;
    vertical-align: middle;
}