@charset "utf-8";
/**
 * common stylesheet file
 *
 * @author: Wang taohong <wangtaohong@123.com.cn>
 * @link: 
 * @copyright: 
 */
/*============================================
  reset 
 =============================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    text-decoration: none;
    color: inherit;
    color: #333;
}
a:hover{
    color: #ffa100;
}
img {
    display: block;
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 14px/20px PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
    *font-family:  "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
input, select, button { 
    font-family: "Microsoft YaHei", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    outline: none;
}
button {
    border: none; 
}
/*============================================
  common 
 =============================================*/
/*display*/
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.hiddden {
    visibility: hidden;
}
/*文字*/
.tc {
    text-align: center !important;
}
.tr {
    text-align: right !important;
}
/*浮动*/
.fl {
    float: left;
    *display: inline;
}
.fr {
    float: right;
    *display: inline;
}
.clearfix, .container {
    *zoom: 1;
}
.clearfix:after, .container:after {
    content: "";
    display: table;
    line-height: 0;
    font-size: 0;
    clear: both;
}
ul.clearfix > li, ol.clearfix > li {
    float: left;
}
.container {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*间距*/
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
/*头部*/
.header{ position: relative; width: 100%; min-width: 1200px; height: 90px; background: #fff;}
.header>.container{ position: relative;}
.header .logo{ float: left; margin: 18px 100px 0 0;}
.header .nav>ul>li{ position: relative; height: 90px; line-height: 90px; font-size: 16px; color: #333;}
.header .nav>ul>li>a{ float: left; display: block; padding: 0 20px; color: #333;}
.header .nav>ul>li>a:hover{ color: #ffa100;}
.header .nav>ul>li>a.active{ color: #ffa100;}
.header .nav>ul>li>i{ float: left; font-size: 12px; color: #cfcfcf;}
.nav-list{ position: absolute; left: 0; top: 84px; z-index:100;}
.nav-list ul{ width: 238px; background: #fff; border: 1px solid #e5e5e5; border-top: 3px solid #fee100;}
.nav-list ul li{ height: 50px; line-height: 50px; padding:0 0 0 18px; border-top: 1px solid #e5e5e5; font-size: 14px; }
.nav-list ul li:hover{ background: #f2f2f2;}
.nav-list ul li:first-child{ border-top: none;}
.nav-list ul li a{ display: block; width: 100%;color: #666;}
.header .search { position: absolute; right: 0; top: 30px;}
.header .search a{ display: block;position: absolute;top: 5px;right: 12px;width: 19px; height: 18px; background: url(../../images/search-icon.png) no-repeat;}
.header .search input{ position: absolute; right: 0; width: 0; height: 25px; padding: 0 35px 0 10px; border: 1px solid #e5e5e5; border-radius: 20px; opacity: 0;filter:alpha(opacity=0);}
/*banner样式*/
.banner{ position: relative;}
.banner>img{ display: block; width: 100%; min-width: 1200px;}
.banner .bd{ width: 100%; min-width: 1200px;}
.banner {position:relative; width: 100%; max-width: 1600px; min-width: 1200px;margin:0 auto;overflow:hidden;}
.banner .bd {position:relative;text-align:center;z-index:0;}
.banner .bd li a {position:relative;display:block;width:100%; max-width: 1600px; max-height: 500px; margin: 0 auto; overflow:hidden;}
.banner .bd li img {display:block;width:100%;}
.banner .prev,.banner .next{ position: absolute; top: 50%; display: block; width: 64px; height: 64px; margin: -32px 0 0; background: url(../../images/sprites.png) no-repeat;}
.banner .next{ left: 20px; background-position:-84px -89px}
.banner .prev{ right: 20px; background-position:-154px -89px}
.banner>.container{ position: relative;}
.banner-pos{ position: absolute; bottom: 20px; width: 1200px;}
.three-card{ float: left; margin: 20px 0 0;}
.three-card li{ width: 248px; height: 116px; margin: 0 24px 0 0; background: #1b4ab4;}
.three-card li a{ display: block; height: 100%;}
.three-card li p{ margin: 35px 0 0; font-size: 18px; color: #fff; text-align: center; text-shadow: 2px 1px 1px rgba(52,16,0,0.75);}
.three-card li.li2{ background: #ffa100;}
.three-card li.li3{ background: #4f5972;}
.three-card li i{ display: block; position: relative; top: 25px; margin: 0 auto; background: url(../../images/sprites.png) no-repeat;}
.three-card li.li1 i{ width: 25px; height: 30px; background-position: 0 -49px;}
.three-card li.li2 i{ width: 32px; height: 30px; background-position: -30px -49px;}
.three-card li.li3 i{ width: 32px; height: 30px; background-position: -71px -49px;}
.one-code{ float: right; width: 116px; text-align: center; font-size: 12px; color: #fff;}
/*底部*/
.footer{ width: 100%; min-width: 1200px; height: 357px; background: #03002f;}
.footer .top{ border-bottom: 1px solid #fff;}
.footer .top .left-logo{ float: left;}
.footer .top .left-logo a img{ display: block; margin: 70px 0 35px;}
.footer .top .left-logo p{ padding: 0 0 35px 0;}
.footer .top .left-logo p a{ font-size: 16px; color: #d2d3e0;}
.footer .top .left-logo p span i{ display: inline-block; width: 8px; height: 12px; margin: 0 55px 0 30px; background: url(../../images/sprites.png) no-repeat; background-position: -258px -26px;}
.footer .top .left-logo p span em{ display: inline-block; background: url(../../images/sprites.png) no-repeat;}
.footer .top .left-logo p span.icon1 em{ width: 28px; height: 38px; margin: 0 10px -12px 0; background-position: 0 0;}
.footer .top .left-logo p span.icon2 em{ width: 37px; height: 32px; margin: 0 10px -12px 0; background-position: -50px -6px;}
.footer .top .left-logo p span.icon3 em{ width: 34px; height: 38px; margin: 0 10px -12px 0; background-position: -112px -3px;}
.footer .top .right-tel{ float: right; width: 215px; line-height: 24px; margin: 55px 0 0; font-size: 14px; color: #d2d3e0;}
.footer .top .right-tel p{ margin: 0 0 20px 0; font-size: 32px; color: #fff;}
.footer .top .right-tel b{ display: block; margin: 20px 0 0; text-decoration: underline; font-size: 20px; color: #fff; font-weight: bold;}
.footer .bottom .follow{ float: left; margin: 35px 0 0; font-size: 14px; color: #d2d3e0;}
.footer .bottom .follow .weibo{display: inline-block; width: 26px; height: 20px; margin: 0 5px -5px 10px; background: url(../../images/sprites.png) no-repeat; background-position: -170px -18px;}
.footer .bottom .follow .weixin{display: inline-block; width: 24px; height: 20px; margin: 0 5px -5px 10px; background: url(../../images/sprites.png) no-repeat; background-position: -210px -21px;}
.footer .bottom p{ float: right; margin: 35px 0 0; font-size: 14px; text-align: right; color: #fff;}
.footer .qrcode_weixin{float:right; width:160px; position: relative; top:-130px; left:-78px; display: none;}

.common-title>h6{ line-height: 60px; font-size: 60px; color: #0a045a;}
.common-title>p{ line-height: 36px; margin: 12px 0 0; font-size: 36px; color: #d9d9d9; font-weight: bold;}
/*面包屑*/
.crumbs{ padding: 49px 0 50px;}
.crumbs a{ color: #666;}
.crumbs a:hover{ color: #ffa100;}
.crumbs p{ font-size: 16px; color: #817d77;}
.crumbs p i{ display: inline-block; background: url(../../images/sprites.png) no-repeat;}
.crumbs p i.crumbs-icon1{ width: 16px; height: 14px; margin: 0 3px -1px 0; *margin: 0 3px 4px 0; background-position: -153px -55px;}
.crumbs p i.crumbs-icon2{ width: 10px; height: 12px; margin: 0 10px -1px 10px; *margin: 0 10px 4px 10px; background-position: -179px -57px;}
