body
{
    color: #555;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
input, button, select, textarea
{
    outline: none;
}
body th td
{
    color: #333;
    font-size: 12px;
}
a:link
{
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
a:visited
{
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
a:hover
{
    color: #da251c;
    font-size: 12px;
    text-decoration: none;
}
a:active
{
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, form, ul, dd, li, p, th
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
input, textarea, select
{
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px;
}
img
{
    border: 0;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cp img
{
    border: 1px solid #ccc;
    padding: 3px;
}
.cp img:hover
{
    border: 1px solid #f00;
    padding: 3px;
}
.cp1 img
{
    border: 1px solid #ccc;
    padding: 3px;
}
.cp1 img:hover
{
    border: 1px solid #eb0404;
}
.border
{
    border: 1px #ccc solid;
}
.border1
{
    border: 1px #ccc solid;
    border-top: none;
}
.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}
.top10
{
    margin-top: 10px;
    overflow: hidden;
}
.top20
{
    margin-top: 20px;
    overflow: hidden;
}
.top30
{
    margin-top: 30px;
    overflow: hidden;
}
.top38
{
    margin-top: 38px;
    overflow: hidden;
}
.top40
{
    margin-top: 40px;
    overflow: hidden;
}
.ding20
{
    padding-top: 20px;
}
.ding25
{
    padding-top: 25px;
}
.ding30
{
    padding-top: 30px;
}
.top50
{
    margin-top: 50px;
}
.top60
{
    margin-top: 60px;
}
.top46
{
    margin-top: 46px;
}
.bottom30
{
    padding-bottom: 30px;
}
.main, .content, .footer
{
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
.gr_center
{
    text-align: center;
}
.grWidth
{
    width: 1080px;
    margin: 0 auto;
}
.mb10
{
    margin-bottom: 10px;
}
.mb15
{
    margin-bottom: 15px;
}
.topbar
{
    height: 28px;
    line-height: 28px;
    background: #eee;
    color: #555;
}
.topbar em
{
    font-style: normal;
    margin: 0 8px;
}
.topRight .t2
{
    position: relative;
    z-index: 3;
}
.topRight .t2 span
{
    position: absolute;
    top: 25px;
    left: -25px;
    display: none;
    border-radius: 5px;
    width: 100px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}
.topRight .t2 span img
{
    width: 100px;
    height: 100px;
}
.topRight .t2 span:before, .topRight .top_wx span:after
{
    content: "";
    position: absolute;
    top: -16px;
    right: 45px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #555;
}
.topRight a
{
    color: #555;
}
.topRight a:hover
{
    text-decoration: underline;
}
.header
{
    height: 110px;
    padding-top: 15px;
}
.slogan
{
    width: 388px;
    height: 93px;
    margin-left: 25px;
    margin-top: 11px;
}
.top_y
{
    width: 190px;
    margin-top: 25px;
}
.top_y_lx
{
    width: 190px;
    height: 48px;
}
.top_y_t
{
    margin-top: 17px;
}
.top_y_t ul
{
    overflow: hidden;
}
.top_y_t ul li
{
    float: left;
}
.nav
{
    height: 50px;
    line-height: 50px;
    background: #333;
}
.navMain li
{
    float: left;
    height: 50px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
.navMain li a
{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 39px;
    font-size: 14px;
    background: url(../image/nav_line.jpg) no-repeat right center;
}
.navMain li.last a
{
    background: none;
}
.navMain li a:hover, .navMain .cur a
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #0366aa url(../image/h_nl1.gif) no-repeat center 39px;
}
.nav li .nav_sub
{
    position: absolute;
    top: 50px;
    width: 200px;
    background: #0366aa;
    display: none;
}
.nav li .nav_sub li
{
    background: none;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 200px;
    font-size: 12px;
}
.nav li .nav_sub li a
{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    display: block;
    padding: 0;
    text-align: center;
    width: 200px;
    background: none;
    border: none;
    border-bottom: 1px solid #002d5a;
}
.nav li .nav_sub li a:hover
{
    background: #4d4d4d;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.nav li .nav_sub li:last-child
{
    border-bottom: none;
}
.trans
{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.nav li .sub_nav, .sub_nav li>.sub_nav
{
    position: absolute;
    top: 0;
    left: 200px;
    background: #4d4d4d;
    visibility: hidden;
}
.nav li:hover>.sub_nav, .sub_nav li:hover>.sub_nav
{
    visibility: visible;
}
.flash_bg
{
    width: 100%;
    margin: 0 auto;
}
.focus
{
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.focus ul, .focus li
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li
{
    display: none;
}
.focus .f_btns
{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.focus .f_btns .btn
{
    text-align: center;
    height: 8px;
    font-size: 0;
}
.focus .f_btns .btn span
{
    display: inline-block;
    width: 100px;
    height: 8px;
    overflow: hidden;
    margin: 0 3px;
    background: #fff;
    cursor: pointer;
}
.focus .f_btns .btn span.cur
{
    background: #333;
}
.focus .prev
{
    background: url(../image/a1.png) no-repeat;
    position: absolute;
    top: 185px;
    left: 60px;
    width: 73px;
    height: 73px;
    z-index: 3;
    cursor: pointer;
}
.focus .next
{
    background: url(../image/a2.png) no-repeat;
    position: absolute;
    top: 185px;
    width: 73px;
    height: 73px;
    right: 60px;
    z-index: 3;
    cursor: pointer;
}
.jqfocus ul li a img
{
    height: 560px;
    text-align: center;
}
.hotSearch
{
    height: 60px;
    line-height: 60px;
    background: #eee;
    overflow: hidden;
}
.searFont
{
    width: 580px;
    overflow: hidden;
    color: #333;
}
.searFont span
{
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}
.hotSearch .searFont em
{
    font-style: normal;
    margin: 0 10px;
    color: #666;
}
.search
{
    width: 380px;
    height: 32px;
    margin-top: 15px;
    overflow: hidden;
}
.sear_text
{
    float: left;
    width: 287px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #989898;
    padding: 0 10px 0 20px;
    border-right: none;
}
.sear_btn
{
    float: right;
    text-align: center;
    width: 62px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: #383838;
    color: #fff;
    font-size: 14px;
}
.sear_btn:hover
{
    background: #d10000;
    color: #fff;
    font-size: 14px;
}
.xwt_bj
{
    width: 100%;
    padding-bottom: 25px;
}
.xwt
{
    width: 1000px;
    height: 438px;
    background: url(../image/xwt.png) no-repeat center;
}
.xwt_t
{
    width: 238px;
    padding-top: 170px;
}
.xwt_t ul
{
    overflow: hidden;
}
.xwt_t li
{
    margin-top: 13px;
    margin-left: 25px;
}
.xwt_t li a
{
    width: 213px;
    height: 60px;
    line-height: 60px;
    text-indent: 50px;
    color: #000;
    font-size: 18px;
    display: block;
    background: url(../image/xwta.jpg) no-repeat;
}
.xwt_t li a:hover
{
    width: 213px;
    height: 60px;
    line-height: 60px;
    text-indent: 50px;
    background: url(../image/xwt1.jpg) no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.xwt_t .cur a
{
    width: 213px;
    height: 60px;
    line-height: 60px;
    text-indent: 50px;
    background: url(../image/xwt1.jpg) no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.xwt_wz
{
    width: 330px;
    margin-left: 20px;
    margin-top: 65px;
}
.xwt_wz ul
{
    overflow: hidden;
    padding-top: 66px;
}
.xwt_wz li
{
    line-height: 40px;
    color: #666;
}
.xwt_wz li a
{
    line-height: 40px;
    color: #666;
    font-size: 14px;
}
.xwt_wz li a:hover
{
    line-height: 40px;
    color: #fe0000;
    font-size: 14px;
}
.xwt_wz li em
{
    float: right;
    color: #b7b7b7;
    font-style: normal;
    font-size: 14px;
}
.xwt_wt
{
    width: 289px;
    margin-right: 36px;
    text-align: center;
}
.xwt_wt_bt
{
    height: 51px;
    padding-top: 27px;
    line-height: 30px;
    color: #adadad;
}
.xwt_wt_bt strong
{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.xwt_wt_wz ul
{
    overflow: hidden;
}
.xwt_wt_wz li a
{
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.xwt_wt_wz li a:hover
{
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.xwt_wt_wz li a img
{
    border: 6px solid #e3e3e3;
}
.xwt_wt_wz li a:hover img
{
    border: 6px solid #0467aa;
}
.divline
{
    height: 10px;
    overflow: hidden;
    clear: both;
}
.w
{
    width: 1000px;
    margin: 0 auto;
}
.f8
{
    background: #f8f8f8;
}
.particon
{
    padding-bottom: 30px;
}
.particon .tik
{
    text-align: center;
    padding-top: 10px;
}
.particon .tik b
{
    display: block;
    width: 100%;
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
}
.particon .tik b strong
{
    font-size: 24px;
    color: #0366aa;
}
.particon .tik .xian
{
    width: 100%;
    height: 21px;
    line-height: 21px;
}
.particon .tik .xian p
{
    float: left;
    width: 35%;
    height: 1px;
    background: #cecece;
    line-height: none;
    margin-top: 10px;
}
.particon .tik .xian i
{
    float: left;
    width: 30%;
    color: #ccc;
    font-family: "Arial";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.particon .particon_top
{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.particon .particon_top a
{
    font-size: 16px;
    font-weight: bold;
    color: #999;
    padding: 0 10px;
}
.particon .particon_top i
{
    color: #0057b0;
}
.particon .particon_top a:hover
{
    color: #0057b0;
}
.particon .particon_bottom
{
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 17px 15px;
    margin-top: 20px;
}
.particon .particon_bottom ul li
{
    float: left;
    margin-left: 13px;
}
.particon .particon_bottom ul li a
{
    background: #eaebef;
    display: block;
    width: 225px;
    height: 121px;
    padding-top: 23px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.particon .particon_bottom ul li a i.icon
{
    height: 58px;
    width: 94px;
    margin: 0 auto;
}
.particon .particon_bottom ul li a p
{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-top: 13px;
}
.particon .particon_bottom ul li a p span
{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    color: #d7d7d7;
}
.particon .particon_bottom ul li a:hover
{
    background: #00458d;
    padding-top: 18px;
    height: 126px;
}
.particon .particon_bottom ul li a:hover i.icon
{
    background-position: 0 -70px;
}
.particon .particon_bottom ul li a:hover p
{
    color: #fff;
}
.particon .particon_bottom ul li a:hover p span
{
    color: #fff;
}
.particon .particon_bottom ul .li2 a i.icon
{
    background-position: -116px 0;
    width: 55px;
}
.particon .particon_bottom ul .li2 a:hover i.icon
{
    background-position: -116px -70px;
}
.particon .particon_bottom ul .li3 a i.icon
{
    background-position: -197px 0;
    width: 56px;
}
.particon .particon_bottom ul .li3 a:hover i.icon
{
    background-position: -197px -70px;
}
.particon .particon_bottom ul .li4 a i.icon
{
    background-position: -273px 0;
    width: 57px;
}
.particon .particon_bottom ul .li4 a:hover i.icon
{
    background-position: -273px -70px;
}
.icon
{
    background: url(../image/icon.png) no-repeat;
    display: block;
}
.prolist
{
    width: 220px;
}
.prolist .title
{
    background: url(../image/cpfldi.jpg) repeat-x;
    width: 220px;
    height: 72px;
}
.prolist .title span
{
    color: #fff;
    padding-left: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}
.prolist .title span i
{
    line-height: 100%;
    color: #0366aa;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.prolist .hd
{
    background: #0366aa;
    overflow: hidden;
}
.prolist .hd ul
{
    margin-top: -1px;
}
.prolist .hd ul li
{
    border-bottom: 1px solid #11466c;
    background: url(../image/lefta.png) no-repeat 42px 27px;
    border-top: 1px solid #118fe6;
}
.prolist .hd ul li a
{
    height: 63px;
    line-height: 63px;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 57px;
}
.prolist .hd ul li a:hover
{
    background: url(../image/lefta.png) no-repeat 42px 27px #333;
}
.prolist_y
{
    width: 780px;
    overflow: hidden;
}
.prolist_y_t
{
    width: 381px;
    padding-left: 374px;
    height: 333px;
    margin-left: 25px;
    background: url(../image/cpzsbj.jpg) no-repeat;
}
.cpsl_t
{
    height: 47px;
    padding-top: 37px;
    line-height: 47px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-indent: 12px;
}
.cpsl_t a
{
    line-height: 47px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-indent: 12px;
}
.cpsl_t a:hover
{
    line-height: 47px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    text-indent: 12px;
}
.cpsl_n
{
    height: 155px;
    width: 350px;
    padding-top: 15px;
}
.cpsl_n p
{
    line-height: 26px;
    color: #666;
    font-size: 14px;
}
.cpsl_n strong
{
    line-height: 26px;
    color: #333;
    font-size: 16px;
}
.cpsl_gd
{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-indent: 30px;
}
.cpsl_gd a
{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.cpxt
{
    height: 26px;
    margin-bottom: 25px;
    width: 755px;
    border-bottom: 1px dashed #e2e2e2;
}
.cpimg
{
    width: 780px;
    overflow: hidden;
}
.cpimg li
{
    float: left;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
}
.cpimg li img
{
    border: 1px solid #e3e3e3;
}
.cpimg li a:hover img
{
    border: 1px solid #0366aa;
}
.cpimg li p
{
    position: absolute;
    text-align: center;
    bottom: 0;
    background: url(../image/cptiaojg.png) repeat-x;
    height: 35px;
    line-height: 35px;
    left: 26px;
    bottom: 20px;
}
.cpimg li span
{
    display: block;
    width: 233px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.ggt
{
    width: 100%;
    height: 438px;
    background: url(../image/ggtimg.jpg) no-repeat center;
}
.ggt_w
{
    padding-left: 663px;
}
.ggt_w_1
{
    height: 105px;
    padding-top: 62px;
    width: 337px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
}
.ggt_w_2
{
    height: 28px;
    width: 337px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.ggt_w_3
{
    color: #333;
    font-size: 16px;
    width: 322px;
    text-align: center;
    padding-top: 155px;
}
.ggt_w_3 a
{
    color: #333;
    font-size: 16px;
    text-align: center;
}
.ggt_w_3 a:hover
{
    color: #fe0000;
    font-size: 16px;
    text-align: center;
}
.cpys_bt
{
    width: 100%;
    height: 152px;
    padding-top: 45px;
    background: url(../image/cpysbt.jpg) no-repeat center;
    text-align: center;
    font-size: 20px;
    color: #118fe6;
    line-height: 42px;
}
.cpys_bt strong
{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.cpys_1
{
    width: 100%;
    height: 270px;
    background: url(../image/cpys1.jpg) no-repeat center;
}
.cpys_1_wz
{
    width: 250px;
    padding-left: 24px;
    padding-top: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.cpys_1_wz strong
{
    padding-left: 85px;
    font-size: 28px;
    color: #fff;
    line-height: 70px;
}
.cpys_2
{
    width: 100%;
    height: 210px;
    background: url(../image/cpys2.jpg) no-repeat center;
}
.cpys_2_wz
{
    width: 250px;
    padding-left: 24px;
    padding-top: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.cpys_2_wz strong
{
    padding-left: 85px;
    font-size: 28px;
    color: #fff;
    line-height: 70px;
}
.cpys_34
{
    width: 100%;
    height: 264px;
    background: url(../image/cpys34.jpg) no-repeat center;
}
.cpys_3_wz
{
    width: 250px;
    padding-left: 24px;
    padding-top: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.cpys_3_wz strong
{
    padding-left: 85px;
    font-size: 28px;
    color: #fff;
    line-height: 70px;
}
.cpys_4_wz
{
    width: 250px;
    padding-left: 354px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.cpys_4_wz strong
{
    padding-left: 85px;
    font-size: 28px;
    color: #fff;
    line-height: 70px;
}
.ys_bj
{
    height: 2351px;
    overflow: hidden;
    position: relative;
}
.ys1
{
    background: url(../image/ys1.jpg) no-repeat center top;
    height: 813px;
    overflow: hidden;
}
.ys2
{
    background: url(../image/ys2.jpg) no-repeat center top;
    height: 618px;
    overflow: hidden;
}
.ys3
{
    background: url(../image/ys3.jpg) no-repeat center top;
    height: 308px;
    overflow: hidden;
}
.ys4
{
    background: url(../image/ys4.jpg) no-repeat center top;
    height: 613px;
    overflow: hidden;
}
.ys
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    height: 2626px;
    width: 1000px;
    overflow: hidden;
}
.t_h2
{
    margin: 45px auto 0;
    font: bold 32px/45px "Microsoft Yahei";
    text-align: center;
    width: 1000px;
    height: 120px;
    overflow: hidden;
    background: url(../image/cs_t.png) no-repeat center top;
    color: #333;
}
.t_h2 strong
{
    color: #0366aa;
}
.t_h2 a
{
    color: #fff;
}
.t_h2 em
{
    display: block;
    color: #0366aa;
    font: 20px/31px "Microsoft Yahei";
}
.t_h2 i
{
    padding-top: 8px;
    display: block;
    color: #adadad;
    text-transform: uppercase;
    font: 14px/35px "Arial";
}
.t_h2 a:hover
{
    text-decoration: none;
}
.ys dt
{
    height: 127px;
    margin-bottom: 10px;
    overflow: hidden;
}
.ys dt p
{
    float: left;
    margin-top: 10px;
    width: 99px;
    height: 76px;
    overflow: hidden;
}
.ys dt p img
{
    width: 99px;
    height: 76px;
}
.ys dt span
{
    padding-left: 25px;
    float: left;
    display: inline-block;
    color: #0366aa;
    font: bold 26px/44px "Microsoft Yahei";
}
.ys dt span i
{
    padding-top: 18px;
    display: block;
    color: #c5c5c5;
    font: 12px/31px "Arial";
    text-transform: uppercase;
}
.ys dt span b
{
    color: #000;
    border: 5px solid #e4e4e4;
    height: 22px;
    overflow: hidden;
    font: 18px/22px "Microsoft Yahei";
    text-align: center;
    display: block;
}
.ys dd
{
    color: #333;
    padding-left: 126px;
    background: url(../image/yx_ic1.jpg) no-repeat 107px 11px;
    font: 14px/26px "microsoft Yahei";
}
.ys dd em
{
    color: #0366aa;
    font: "Microsoft Yahei";
    font-style: normal;
}
.ys .ys_dl01 dt span
{
    width: 400px;
    background: url(../image/ys_l1.jpg) no-repeat left 50px;
}
.ys .ys_dl01 dt b
{
    float: left;
    margin-right: 14px;
    text-align: center;
    width: 93px;
    overflow: hidden;
    border: 5px solid #e4e4e4;
}
.ys_b1
{
    margin-left: 25px;
    display: inline;
}
.ys .ys_dl01
{
    position: absolute;
    top: 200px;
    left: 208px;
}
.ys .ys_dl02
{
    width: 576px;
    position: absolute;
    top: 843px;
    right: 0;
}
.ys .ys_dl03
{
    position: absolute;
    top: 1478px;
    left: 0;
}
.ys .ys_dl04
{
    width: 465px;
    position: absolute;
    top: 1770px;
    right: 0;
}
.ys .ys_dl02 dt span
{
    width: 452px;
    background: url(../image/ys_l2.jpg) no-repeat left 92px;
    padding-left: 25px;
    float: left;
    display: inline-block;
    color: #0097fe;
    font: bold 26px/44px "Microsoft Yahei";
}
.ys .ys_dl02 dt b
{
    width: 206px;
    overflow: hidden;
    color: #fff;
}
.ys .ys_dl02 dt i
{
    color: #535353;
}
.ys .ys_dl02 dd
{
    color: #fff;
    background: url(../image/ys_ic4.jpg) no-repeat 107px 11px;
}
.ys .ys_dl02 dd em
{
    color: #23a5ff;
    font: "Microsoft Yahei";
    font-style: normal;
}
.ys .ys_dl03 dt span
{
    width: 398px;
    background: url(../image/ys_l3.jpg) no-repeat left 92px;
}
.ys .ys_dl03 dt b
{
    width: 270px;
    overflow: hidden;
    color: #333;
}
.ys .ys_dl04 dt span
{
    width: 340px;
    background: url(../image/ys_l4.jpg) no-repeat left 92px;
}
.ys .ys_dl04 dt b
{
    width: 208px;
    overflow: hidden;
    color: #333;
    border: 5px solid #727272;
}
.hor
{
    position: absolute;
    left: 0;
    top: 1172px;
    width: 1000px;
    height: 232px;
    overflow: hidden;
    display: inline;
}
.hor_c
{
    overflow: hidden;
    display: inline;
}
.hor ul li
{
    float: left;
    margin-left: 23px;
    display: inline;
    width: 190px;
    height: 232px;
    overflow: hidden;
}
.hor ul li a
{
    display: inline-block;
}
.hor ul li em
{
    display: block;
    text-align: center;
    font: 16px/41px "microsoft Yahei";
    color: #fff;
}
.hor ul li a em
{
    display: block;
    text-align: center;
    font: 16px/41px "microsoft Yahei";
    color: #fff;
}
.hor ul li a:hover em
{
    display: block;
    text-align: center;
    font: 16px/41px "microsoft Yahei";
    color: #fff;
    text-decoration: underline;
}
.hor ul .nones
{
    margin-right: 0;
}
.roll3, .roll4
{
    width: 24px;
    height: 191px;
    overflow: hidden;
}
.roll3 img, .roll4 img
{
    width: 24px;
    height: 191px;
}
.roll3 a, .roll4 a
{
    display: inline-block;
    width: 24px;
    height: 191px;
    overflow: hidden;
    background: #0366aa;
}
.roll3 a:hover, .roll4 a:hover
{
    background: #000;
}
.part
{
    position: absolute;
    left: 22px;
    top: 1788px;
    width: 955px;
    height: 142px;
    overflow: hidden;
    display: inline;
}
.part_c
{
    margin-left: 3px;
    overflow: hidden;
    display: inline;
    padding-top: 14px;
}
.part ul li
{
    float: left;
    margin-left: 18px;
    display: inline;
    width: 199px;
    height: 142px;
    overflow: hidden;
}
.part ul li a
{
    display: inline-block;
}
.part ul li img
{
    width: 197px;
    height: 84px;
    border: 1px solid #e2e2e2;
}
.part ul li a img
{
    width: 197px;
    height: 84px;
    border: 1px solid #e2e2e2;
}
.part ul li a:hover img
{
    width: 197px;
    height: 84px;
    border: 1px solid #0366aa;
}
.part ul li em
{
    display: block;
    text-align: center;
    font: 14px/40px "microsoft Yahei";
    color: #000;
}
.part ul .nones
{
    margin-right: 0;
}
.roll5, .roll6
{
    margin-top: 14px;
    width: 20px;
    height: 87px;
    overflow: hidden;
}
.roll5 img, .roll6 img
{
    width: 20px;
    height: 87px;
}
.roll5 a, .roll6 a
{
    display: inline-block;
    width: 24px;
    height: 191px;
    overflow: hidden;
}
.roll5 a:hover, .roll6 a:hover
{
    background: #333;
}
.ggt2
{
    width: 1000px;
    margin-top: 60px;
    height: 344px;
    background: url(../image/ggt2img.jpg) no-repeat center;
}
.ggt2_wz
{
    padding-left: 377px;
    width: 493px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 135px;
    line-height: 32px;
}
.ggt2_wz strong
{
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    text-align: center;
}
.jj_bj
{
    width: 100%;
    height: 417px;
    background: url(../image/jjbjimg.jpg) no-repeat center;
}
.jj_wz
{
    width: 356px;
    padding-left: 615px;
    padding-top: 144px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.jj_wz p a
{
    font-size: 14px;
    line-height: 82px;
    color: #333;
    padding-left: 34px;
}
.qyxx_bt
{
    width: 532px;
    height: 93px;
    padding-top: 45px;
    margin: 0 auto;
    background: url(../image/qyxxbtimg.jpg) no-repeat center;
    text-align: center;
    font-size: 24px;
    color: #666;
    line-height: 36px;
}
.qyxx_bt strong
{
    font-size: 30px;
    color: #0366aa;
}
.qyxx_bj
{
    margin-top: 27px;
    background: url(../image/qyxximgbj.jpg) no-repeat center;
    width: 100%;
    height: 223px;
}
.qyxx
{
    width: 1000px;
}
.qyxx_c
{
    padding-top: 25px;
}
.qyxx ul li
{
    float: left;
    margin-left: 25px;
    margin-right: 13px;
    display: inline;
    width: 278px;
    height: 173px;
    position: relative;
}
.qyxx ul li img
{
    width: 278px;
    height: 173px;
}
.qyxx ul .nones
{
    margin-right: 0;
}
.roll7, .roll8
{
    margin-top: 67px;
    width: 20px;
    height: 87px;
}
.roll7 img, .roll8 img
{
    width: 20px;
    height: 87px;
}
.roll7 a, .roll8 a
{
    display: inline-block;
    width: 24px;
    height: 87px;
    overflow: hidden;
}
.roll7 a:hover, .roll8 a:hover
{
    background: #333;
}
.qyxx ul li a p
{
    position: absolute;
    text-align: center;
    bottom: 0;
    background: url(../image/cptiaojg.png) repeat-x;
    height: 35px;
    line-height: 35px;
    left: 0;
}
.qyxx ul li p span
{
    display: block;
    width: 278px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
}
#news_question
{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
#news_bg
{
    width: 570px;
    float: left;
}
#question_bg
{
    width: 402px;
    float: right;
}
.dh_bg_3
{
    height: 48px;
    border: 1px solid #ddd;
}
.dh_bg_3 .h1
{
    float: left;
    line-height: 48px;
    font-size: 16px;
    width: 100px;
    color: #fff;
}
.dh_bg_3 .h1 a
{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    width: 100px;
    text-align: center;
    display: block;
    line-height: 48px;
}
.dh_bg_3 .h1 a:hover
{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.dh_bg_3 .h1.cur a, .dh_bg_3 .h1 a:hover
{
    color: #fff;
    background: #0366aa;
}
.cur
{
    background: #0366aa;
    color: #fff;
}
.dh_bg_3 .h2
{
    float: right;
    line-height: 48px;
    border-left: 1px solid #ddd;
    width: 80px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.dh_bg_3 .h2 a
{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    width: 80px;
    text-align: center;
    display: block;
    line-height: 48px;
    text-transform: uppercase;
}
.dh_bg_3 .h2 a:hover
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #0366aa;
}
#news_t
{
    width: 570px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 20px;
}
#news_t li
{
    float: left;
}
#news_t .n1
{
    width: 302px;
}
#news_t .n2
{
    width: 268px;
    line-height: 29px;
    color: #888;
}
#news_t .n2 a
{
    color: #888;
    text-decoration: none;
}
#news_t .n2 a:hover
{
    color: #0366aa;
    text-decoration: none;
}
#news_b
{
    width: 568px;
    margin: 0 auto;
    background: url(../image/rc-56.jpg);
    line-height: 41px;
    height: 205px;
}
#news_b li
{
    float: left;
    padding-left: 10px;
    width: 270px;
}
#news_b li h6
{
    float: left;
    font-size: 12px;
    line-height: 41px;
    font-weight: normal;
}
#news_b li span
{
    float: right;
    line-height: 41px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    width: 85px;
}
.question_bg
{
    width: 402px;
    margin: 0 auto;
    margin-top: 12px;
}
.question_bg li
{
    float: left;
}
.question_bg .q1
{
    width: 28px;
}
.question_bg .q2
{
    width: 374px;
    line-height: 23px;
}
.xian-0
{
    height: 1px;
    width: 402px;
    margin: 0 auto;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 18px;
    margin-top: 18px;
}
.wen
{
    width: 18px;
    height: 18px;
    background: #000;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.da
{
    width: 18px;
    height: 18px;
    background: #0366aa;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.link_bj
{
    height: 105px;
    overflow: hidden;
    margin-top: 60px;
}
.link
{
    height: 71px;
    width: 996px;
    overflow: hidden;
    border: 2px solid #e4e4e4;
}
.link h2
{
    height: 71px;
    width: 172px;
    text-align: center;
    overflow: hidden;
    font: bold 18px/71px "microsoft Yahei";
}
.link h2 a
{
    color: #333;
}
.link span
{
    display: block;
    height: 71px;
    width: 256px;
    overflow: hidden;
    text-align: left;
    font: 14px/71px "microsoft Yahei";
}
.link span a
{
    color: #0467aa;
    font-size: 14px;
}
.link span em
{
    display: inline;
    margin: 10px 42px 0 0;
    display: block;
    vertical-align: middle;
    width: 27px;
    overflow: hidden;
}
.link span em img
{
    width: 27px;
    height: 26px;
}
.link p
{
    height: 71px;
    width: 550px;
    overflow: hidden;
    font: 14px/71px "microsoft Yahei";
}
.link p a
{
    color: #555;
    padding: 0 20px;
    display: inline-block;
}
#xlfd
{
    width: 100%;
    position: absolute;
    z-index: 10000;
}
.xl1
{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.xl11
{
    position: absolute;
    padding: 30px;
    background: #4d4d4d;
    width: 800px;
    color: #fff;
    border: none;
}
.xl11 a
{
    color: #fff;
    border: none;
}
.xl11 dl
{
    width: 100%!important;
    overflow: hidden!important;
    line-height: 2em!important;
    border: none!important;
}
.xl11 dl dt
{
    position: relative!important;
    float: left!important;
    padding: 8px 30px 0 0!important;
    text-align: right!important;
    font-weight: 700!important;
    border: none!important;
    height: 60px!important;
    width: 150px!important;
    line-height: 14px!important;
}
.xl11 dl dt a
{
    text-align: right!important;
    font-weight: 700!important;
    border: none!important;
    font-size: 14px!important;
    height: 60px!important;
    width: 150px!important;
    line-height: 14px!important;
}
.xl11 dl dt i
{
    position: absolute!important;
    right: 18px!important;
    width: 4px!important;
    height: 14px!important;
    font: 400 9px/14px consolas!important;
    border: none!important;
}
.xl11 dl dd a
{
    float: left!important;
    margin: 4px 0!important;
    line-height: 16px!important;
    height: 16px!important;
    border-left: 1px solid #e0e0e0!important;
    white-space: nowrap!important;
    border-bottom: none!important;
    font-size: 12px!important;
    color: #ccc!important;
}
