body {
    font: 14px/21px "Helvetica Neue",
    Helvetica,
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Heiti SC",
    "Microsoft YaHei",
    "WenQuanYi Micro Hei",
    sans-serif;
    color: #515151;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

html {
    font-size: 100%;
}

img {
    border: 0;
    outline: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

input,
textarea {
    outline: none !important;
    resize: none;
    -webkit-appearance: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

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

a:hover {
    color: #d81818;
}

a:visited {
    color: #666;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.color {
    color: #4CA6FF;
}

.text-white {
    color: #fff;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/** MAIN **/

.wrapper {
    overflow: hidden;
}

strong {
    font-weight: 700;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

p {
    padding: 0;
    margin: 0 0 8px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bgnone {
    background: none !important;
}

.pages {
    width: 100%;
    line-height: 30px;
    float: left;
    margin-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.pages li {
    display: inline;
    margin: 0px 2px;
}

.pages li a {
    border: 1px solid #CCCCCC;
    padding: 4px 6px;
    text-align: center;
}

.pages li a:hover {
    text-decoration: none;
    color: #FF6600;
    border-color: #FF6600;
}

.pages li.thisclass a {
    color: #FF6600;
    border-color: #FF6600;
}

.subpage {
    padding: 30px 0;
    overflow: hidden;
}

.subpage ul li {
    line-height: 30px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    padding: 0px 0 0px 30px;
    /* height: 30px; */
    vertical-align: middle;
    box-sizing: border-box;
}

.subpage a {
    color: #666;
    font-weight: 400;
    display: inline-block;
}

.subpage a:hover {
    color: #ff5a00;
}

/*gotop*/

.gotop {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    background-image: url(../images/arrow_top.png);
}

/** HEADER **/

.all_top {
    /* background: url(../images/head_bg.jpg) top center no-repeat; */
    height: 158px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.headerline {
    width: 1200px;
    height: auto;
    margin: 40px auto 0;
    /* position: relative; */
    /* top: 0px; */
    /* right: 0; */
    overflow: hidden;
}

.logo {
    float: left;
    vertical-align: top;
    /* padding-top: 40px; */
    /* width: 480px; */
}

.h_search {
    float: right;
    vertical-align: top;
    position: relative;
    margin-right: 42px;
    height: 78px;
}

.h_lang {
    float: right;
    overflow: hidden;
    vertical-align: top;
    /* padding-top: 40px; */
    width: 30px;
}

.h_lang a {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    display: block;
}

.h_lang a.h_lang_cn {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    background: url(../images/h_lang.png) no-repeat 0 0;
    padding: 0;
    margin: 0;
}

.h_lang a.h_lang_cn_on {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    background: url(../images/h_lang.png) no-repeat -30px 0;
    padding: 0;
    margin: 0;
}

.h_lang a.h_lang_en {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    background: url(../images/h_lang.png) no-repeat 0 -42px;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}

.h_lang a.h_lang_en_on {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    background: url(../images/h_lang.png) no-repeat -30px -42px;
    padding: 0;
    margin: 0;
    margin-top: 12px;
}

.fixed-menu {
    border: none;
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 100% !important;
    display: none;
}

.fixed-menu.fixed_show {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

/*Menu*/

.menu_box {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    position: relative;
    top: 0px;
    right: 0;
    background: #2e5a8b;
}

.boxnav {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.menu {
    position: relative;
    z-index: 100;
    overflow: visible;
    margin: 0 auto;
    width: auto;
}

.menu ul {}

.menu ul li {
    float: left;
    position: relative;
}

.menu ul li a {
    font-size: 18px;
    color: #ffffff;
    width: auto;
    padding: 0 35px;
    text-align: center;
    display: block;
    text-align: center;
}

.menu ul li a span {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 17px;
    right: 10px;
    overflow: hidden;
}

.menu ul li a:hover {
    background: #1e3b5b;
    color: #ffffff !important;
    text-decoration: none;
}

.menu ul li.menu_on {}

.menu ul li.menu_on a {
    color: #ffffff;
    background: #1e3b5b;
}

/*å¯¼èˆªä¸‹æ‹‰*/

.menu_item {
    position: absolute;
    top: 53px;
    width: 100%;
    display: none;
    z-index: 21;
    height: auto;
    background: #f9f9f9;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(34, 80, 114, .5);
    -moz-box-shadow: 0 0 10px rgba(34, 80, 114, .5);
    box-shadow: 0 0 10px rgba(34, 80, 114, .5);
}

.menu ul li .menu_item a {
    background: none;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding: 13px 5px;
    color: #484848;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.menu ul li .menu_item a:hover {
    background: #2a86eb;
}

/*æ–°é—»ä¸“åŒº*/

.ind_news {
    width: 100%;
    height: 592px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.ind_news_box {
    width: 1198px;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
    position: relative;
}

.hotnews {
    width: 550px;
    height: 360px;
    float: left;
    overflow: hidden;
    margin: 30px 0 0 0px;
}

.mychgPic {
    width: 550px;
    height: 360px;
    margin: 0 auto;
}

.mF_liuzg {
    position: relative;
    width: 550px;
    height: 360px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva;
    background: #fff;
}

.mF_liuzg .loading {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    color: #666;
    text-align: center;
    padding-top: 90px;
}

/*è½½å…¥ç”»é¢*/

.mF_liuzg .pic li {
    width: 550px;
    position: relative;
    overflow: hidden;
    *margin-top: 0px;
}

.mF_liuzg .pic li p {
    width: 550px;
    position: absolute;
}

.mF_liuzg .pic li p a {
    display: block;
}

/*å›¾ç‰‡å’Œç„¦ç‚¹å›¾æ¡†æž¶ä¸€æ ·å¤§å°*/

.mF_liuzg .pic li p img {
    width: 550px;
    height: 360px;
}

.mF_liuzg .txt li {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 550px;
    height: 50px;
    line-height: 48px;
    overflow: hidden;
    display: none;
}

.mF_liuzg .txt li a {
    display: block;
    color: #fff;
    padding: 2px 0 0 16px;
    font-size: 14px;
    text-decoration: none;
}

/*æ ‡é¢˜æ ·å¼*/

.mF_liuzg .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 550px;
    height: 36px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*æ ‡é¢˜èƒŒæ™¯*/

.mF_liuzg .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
    color: #333;
}

/*æŒ‰é’®æ ·å¼*/

.mF_liuzg .num li {
    float: left;
    width: 22px;
    height: 22px;
    position: relative;
    line-height: 22px;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    background: #ffffff;
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #000000;
}

.mF_liuzg .num li.current,
.mF_liuzg .num li.hover {
    background: #A61814;
    color: #ffffff;
}

.newsnotice {
    width: 600px;
    height: 360px;
    margin: 30px 4px 0 23px;
    float: right;
    overflow: hidden;
    padding-top: 15px;
}

.nn_tit {
    width: 600px;
    height: 46px;
    background: url(../images/indnews_tit_bg.png) repeat-x;
}

.nn_tit ul {
    width: 400px;
    height: auto;
    float: left;
    overflow: hidden;
}

.nn_tit li {
    width: auto;
    padding: 0 15px;
    margin-right: 6px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    padding-top: 2px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    color: #505050;
}

.nn_tit li.current {
    width: auto;
    padding: 0 15px;
    margin-right: 6px;
    height: 44px;
    border-top: 2px #2e5a8b solid;
    float: left;
    overflow: hidden;
    cursor: pointer;
    color: #2c5e95;
}

.nn_tit a {
    width: auto;
    float: right;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    display: none;
    color: #999999;
    margin-top: 8px;
}

.nn_tit a:hover {
    color: #F63;
}

.nn_tit i {
    margin-top: 0px;
    line-height: 18px;
}

.ctt_item {
    display: none;
}

.nn_ctt {
    width: 600px;
    height: 350px;
    float: left;
    overflow: hidden;
}

.nn_ctt li {
    width: 600px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px #e3e3e3 dashed;
    float: left;
    overflow: hidden;
    text-indent: 16px;
}

.nn_ctt li a {
    width: 480px;
    height: 38px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nn_ctt li span {
    width: 100px;
    float: right;
    overflow: hidden;
    text-align: right;
    font-family: Arial;
    font-style: oblique;
    color: #aeaeae;
}

.ind_fuwuicon {
    width: 1200px;
    height: 115px;
    margin: 35px auto;
    position: relative;
}

.ind_fuwuicon li {
    width: 199px;
    height: 115px;
    float: left;
    overflow: hidden;
    border-right: 1px #e5e5e5 solid;
    background: url(../images/i_quick.png) no-repeat;
    cursor: pointer
}

.ind_fuwuicon li:last-child {
    width: 199px;
    height: 115px;
    float: left;
    overflow: hidden;
    border-right: 0;
    background: url(../images/i_quick.png) no-repeat;
}

.ind_fuwuicon li a {
    width: 199px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 85px;
    font-size: 18px;
    color: #333333;
}

.ind_fuwuicon li a:hover {
    color: #000000;
}

.ind_fuwuicon li.fw_01 {
    background-position: 0 -158px;
}

.ind_fuwuicon li.fw_02 {
    background-position: -200px -158px;
}

.ind_fuwuicon li.fw_03 {
    background-position: -400px -158px;
}

.ind_fuwuicon li.fw_04 {
    background-position: -600px -158px;
}

.ind_fuwuicon li.fw_05 {
    background-position: -800px -158px;
}

.ind_fuwuicon li.fw_06 {
    background-position: -1000px -158px;
}

.ind_fuwuicon li.fw_01:hover {
    background-position: 0 0;
}

.ind_fuwuicon li.fw_02:hover {
    background-position: -200px 0;
}

.ind_fuwuicon li.fw_03:hover {
    background-position: -400px 0;
}

.ind_fuwuicon li.fw_04:hover {
    background-position: -600px 0;
}

.ind_fuwuicon li.fw_05:hover {
    background-position: -800px 0;
}

.ind_fuwuicon li.fw_06:hover {
    background-position: -1000px 0;
}

.ind_newsanother {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: url(../images/h_line.jpg) repeat-x center top;
    padding-bottom: 25px;
}

.ind_newsat {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ind_newsat_box {
    width: 572px;
    height: auto;
    overflow: hidden;
}

.ind_newsat_box .tit {
    width: 572px;
    height: 45px;
    line-height: 44px;
    border-bottom: 1px #ededed solid;
    float: left;
    overflow: hidden;
}

.ind_newsat_box .tit h2 {
    width: auto;
    border-top: 2px #2e5a8b solid;
    float: left;
    overflow: hidden;
    color: #006ebd;
    font-size: 20px;
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
}

.ind_newsat_box .tit a {
    width: auto;
    float: right;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    color: #999999;
    margin-top: 14px;
}

.ind_newsat_box .tit a:hover {
    color: #F63;
}

.ind_newsat_box .tit i {
    margin-top: 0px;
    line-height: 18px;
}

.ind_newsat_box .ctt {
    width: 572px;
    float: left;
    overflow: hidden;
}

.topnews {
    width: 572px;
    height: 112px;
    float: left;
    overflow: hidden;
    padding: 15px 0 10px 0;
}

.topnews img {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    margin-top: 4px;
}

.topnews div {
    width: 400px;
    height: auto;
    float: right;
    overflow: hidden;
}

.topnews div a {
    width: 400px;
    height: 36px;
    line-height: 24px;
    font-size: 18px;
    color: #2e5a8b;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topnews div a:hover {
    color: #e13e00;
}

.topnews div p {
    width: 400px;
    height: 50px;
    float: left;
    overflow: hidden;
    line-height: 18px;
}

.topnews div span {
    width: auto;
    height: 20px;
    float: left;
    overflow: hidden;
    line-height: 24px;
    background: url(../images/newat_time.png) left center no-repeat;
    padding-left: 25px;
    color: #000000;
}

.ind_newsat_lib {
    width: 572px;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.ind_newsat_lib li {
    width: 572px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #e3e3e3 solid;
    float: left;
    overflow: hidden;
}

.ind_newsat_lib li a {
    width: 460px;
    line-height: 46px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.ind_newsat_lib li span {
    width: 100px;
    float: right;
    overflow: hidden;
    text-align: right;
    font-family: Arial;
    color: #636363;
    line-height: 46px;
    vertical-align: middle;
}

.ind_anli {
    width: 100%;
    height: 479px;
    overflow: hidden;
    position: relative;
    background: url(../images/index_case.jpg) repeat-x center top;
}

.ind_anli_main {
    width: 1200px;
    height: auto;
    margin: 52px auto 0 auto;
    overflow: hidden;
}

.ind_anli_box {
    width: 572px;
    height: auto;
    overflow: hidden;
}

.ind_anli_box .tit {
    width: 572px;
    height: 47px;
    line-height: 46px;
    background: url(../images/ind_anlitit_bg.png) repeat-x;
    float: left;
    overflow: hidden;
}

.ind_anli_box .tit h2 {
    width: auto;
    border-top: 2px #ffffff solid;
    float: left;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 0 15px;
    font-weight: lighter;
}

.ind_anli_box .tit a {
    width: auto;
    float: right;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    color: #cccccc;
    margin-top: 14px;
}

.ind_anli_box .tit a:hover {
    color: #fffd4d;
}

.ind_anli_box .tit i {
    margin-top: 0px;
    line-height: 18px;
}

.ind_anli_box .anli_ctt {
    width: 572px;
    height: 200px;
    float: left;
    overflow: hidden;
    background: url(../images/ind_anli_cttbg.png) repeat;
    margin-top: 25px;
}

.ind_anli_box .indcct_ctt {
    width: 600px;
    height: 230px;
    float: left;
    overflow: hidden;
    margin-top: 25px;
}

.ind_anli_box .indcct_ctt p {
    width: 278px;
    height: 32px;
    margin: 0 15px 10px 0;
    text-indent: 16px;
    float: left;
    overflow: hidden;
    background: url(../images/indctt_bg.png) no-repeat;
    line-height: 34px;
    color: #FFF;
}

.ind_parter {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #f5f5f5;
}

.ind_parter_tit {
    width: 1200px;
    height: 46px;
    background: url(../images/h_line.jpg) repeat-x center 22px;
    text-align: center;
    padding-top: 25p;
}

.ind_parter_titbt {
    width: 120px;
    height: 46px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px #e5e5e5 solid;
    background: #ffffff;
    text-align: center;
    padding: 0 20px;
    line-height: 46px;
    font-size: 20px;
}

.ind_parter_titbt a {
    color: #2e5a8b;
}

.ind_parter_cct {
    width: 99%;
    height: auto;
    float: left;
    overflow: hidden;
    border-top: 1px #e5e5e5 solid;
    border-left: 1px #e5e5e5 solid;
    margin: 25px 0 64px;
    background-color: #fff;
    font-size: 16px;
	margin-left:5px;
	margin-right:5px;
}

.ind_parter_cct li {
    width: 20%;
    height: 70px;
    line-height: 70px;
    float: left;
    overflow: hidden;
    text-align: center;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    box-sizing: border-box;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #1a1a1b;
    padding-top: 45px;
    color: #9d9d9d;
}

.footer a {
    color: #a6a6a6;
}

.footer a:hover {
    color: #fff;
}

.footer_nav {
    width: 1200px;
    height: auto;
    padding: 0px 0 30px 0;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px #464646 solid;
}

.footer_nav_box {
    width: 512px;
    height: auto;
    float: left;
    overflow: hidden;
    border-right: 2px #e6e4e6 solid;
}

.footer_nav_box li {
    width: 170px;
    height: auto;
    float: left;
    overflow: hidden;
}

.footer_nav_box li h3 {
    width: 170px;
    height: auto;
    float: left;
    overflow: hidden;
    line-height: 24px;
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
}

.footer_nav_box li a {
    width: 170px;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    font-size: 16px;
}

.footer_ctt {
    width: 440px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-left: 80px;
    _margin-left: 40px;
}

.footer_ctt h3 {
    width: 440px;
    height: auto;
    float: left;
    overflow: hidden;
    line-height: 24px;
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
}

.footer_ctt p {
    width: 440px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 4px;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 25px;
}

.footer_ctt p i {
    width: 25px;
    height: 25px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 25px;
}

.footer_ctt p i.tel {
   background: #fff url(../images/footer-tel.png) no-repeat;
}

.footer_ctt p i.fax {
    background: #fff url(../images/footer-email.png) no-repeat;
}

.footer_ctt p i.addr {
    background: #fff url(../images/footer-address.png) no-repeat;
}

.footer_nav_ewm {
    width: 140px;
    height: auto;
    float: right;
    overflow: hidden;
}

.footer_nav_ewm img {
    width: 140px;
    height: 140px;
    float: left;
    overflow: hidden;
}

.footer_nav_ewm p {
    width: 140px;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}

.footer_info {
    width: 1200px;
    height: 96px;
    overflow: hidden;
    margin: 0 auto;
}

.footer_info_box {
    /* width: 1200px; */
    height: 96px;
    line-height: 96px;
    overflow: hidden;
    color: #a6a6a6;
    margin: 0 auto;
    text-align: right;
    font-size: 16px;
}

.gotop {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    background-image: url(/images/arrow_top.png);
}

.sub_mainbox {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: url(../images/sub_tit_bg.jpg) no-repeat center top;
    margin-top: 55px;
}

.sub_main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 88;
}

/*å†…é¡µå·¦ä¾§*/

.sub_left {
    float: left;
    width: 243px;
    padding-top: 28px;
}

h3.sub_left_tit {
    width: 243px;
    height: 50px;
    padding: 20px 0 0 23px;
    background: url(../images/sub_left_tit_bg.png) no-repeat;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    overflow: hidden;
    margin: 0;
}

h3.sub_left_tit span {
    color: #959595;
    font-size: 12px;
}

.sub_left_con {
    font-size: 15px;
    padding-bottom: 20px;
    margin-left: 22px;
    width: 221px;
}

.sub_left_con li {
    height: auto;
    line-height: 20px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 8px 0 8px 30px;
    color: #4c4c4c;
    background: #f6f6f6;
}

.sub_left_con li a {
    display: block;
}

.sub_left_con li a:hover {
    text-decoration: none;
    color: #1e3b5b;
}

.sub_left_con li.lefton {
    border-bottom: 1px #d8e9f8 solid;
    color: #1e3b5b;
    font-weight: bolder;
    background: url(../images/item-selected.png) no-repeat 16px 12px #f8d8d8;
}

.sub_left_con li.lefton a {
    color: #8b2e2e;
}

.sub_left_cct {
    margin-left: 22px;
}

.subcct_ctt {
    width: 220px;
    height: auto;
    border-left: 1px #d0d0d0 solid;
    border-right: 1px #d0d0d0 solid;
    border-bottom: 1px #d0d0d0 solid;
    float: left;
    overflow: hidden;
    padding: 15px 15px 20px;
    margin-left: 22px;
	margin-bottom:10px;
    box-sizing: border-box;
}

.subcct_ctt p {
    width: 198px;
    height: auto;
    line-height: 16px;
    float: left;
    overflow: hidden;
    padding: 2px 0;
}

/*å†…é¡µå³ä¾§*/

.sub_right {
    float: right;
    width: 900px;
    height: auto;
    padding-top: 32px;
    display: inline;
    overflow: hidden;
}

.sub_right_ctt {
    width: 900px;
    height: 64px;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.sub_right_tit {
    position: relative;
    left: 0;
}

.sub_right_tit h3 {
    color: #3f3f3f;
    font-size: 24px;
    height: 66px;
    line-height: 68px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    font-weight: normal;
}

.sub_right_tit span {
    color: #4c4c4c;
    font-size: 14px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.sub_right_tit .po {
    position: absolute;
    right: 0;
    top: 0;
    height: 66px;
    line-height: 68px;
    font-size: 16px;
}

.sub_right_tit .po a:last-child{
    color: #2e5a8b;
}

.sub_article {
    width: 880px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
}

.sub_con {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}

.about_con {
    line-height: 26px;
    padding: 20px 0;
}

.about_con ul {
    list-style: circle;
}

/*æ–°é—»åˆ—è¡¨é¡µ*/

.newlist_h {
    font-family: "å¾®è½¯é›…é»‘";
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.newlist_h_img {
    width: 160px;
    height: 103px;
    float: left;
    overflow: hidden;
}

.newlist_h_img img {
    width: 160px;
    height: 103px;
}

.newlist_h_right {
    float: right;
    width: 580px;
}

.newlist_h_right h3 {
    display: block;
    width: 512px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.newlist_h_right h3 a {
    color: #fbb100;
    width: 512px;
}

.newlist_h_right p {
    line-height: 22px;
    color: #656565;
    height: 72px;
    font-size: 14px;
    padding-top: 10px;
}

.news_list {
    font-size: 14px;
    font-family: "å¾®è½¯é›…é»‘";
    text-align: left;
}

.news_list li {
    background: url(../images/new-list-icon.png) left 6px no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    height: auto;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news_list li:hover {
    background: url(../images/new-list-icon-hover.png) left 6px no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    height: auto;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.news_list li a {
    color: #3f3f3f;
    font-size: 18px;
}

.news_list02 {
    font-size: 16px;
    font-family: "å¾®è½¯é›…é»‘";
    text-align: left;
}

.news_list02 li {
    background: url(../images/news_icon.jpg) left 18px no-repeat;
    padding: 10px 0 10px 15px;
    height: auto;
    border-bottom: 1px dashed #ccc;
}

.news_list02 li a {
    color: #2e5a8b;
    font-size: 18px;
}

a.news_list_tit {
    display: block;
    color: #000;
}

a.news_list_tit:hover {
    color: #cb2929;
}

.news_list_tit span {
    float: right;
    font-size: 14px;
    padding-left: 20px;
}

.news_list_des {
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 21px;
    height: 45px;
    overflow: hidden;
}

/*æ–°é—»å†…å®¹é¡µ*/

.news_tit {
    text-align: center;
}

h2.news_tit {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    color: #000000;
    font-family: "å¾®è½¯é›…é»‘"
}

.news_con_time {
    text-align: center;
    padding: 10px 0 20px 0;
    line-height: 36px;
}

.news_con_con {
    padding: 10px 0;
    line-height: 26px;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

.news_con_con div,
.news_con_con p {
    height: auto;
    overflow: hidden;
}

.sub_left_project {
    font-size: 14px;
    padding-bottom: 30px;
    margin-left: 22px;
    width: 221px;
    height: auto;
    overflow: hidden;
}

.sub_left_project li {
    height: auto;
    overflow: hidden;
    line-height: 36px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 0;
    color: #4c4c4c;
    background: #f6f6f6;
    font-weight: 100;
}

.sub_left_project li a {
    text-decoration: none;
    padding: 8px 25px 8px 30px;
    font-weight: 400;
}

.sub_left_project li div.left_item {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.sub_left_project li.lefton {
    border-bottom: 1px #d8e9f8 solid;
    color: #1e3b5b;
    font-weight: bolder;
    background: url(../images/item-selected.png) no-repeat 16px 14px #f8d8d8;
}
.sub_left_project .lefton-title{
    padding-left:30px;
    margin: 0;
    font-size: 16px;
}
.sub_left_project .lefton-title a{
    padding-left:0px;
}

.sub_left_project li.lefton a {
    color: #8b2e2e;
}

.left_item {
    display: none;
}

.left_item a {
    display: block;
    color: #3f3f3f !important;
    font-weight: 400;
    border-bottom: 1px #fff dashed;
    /* width: 160px; */
    line-height: 18px;
    padding: 5px 0;
}

.left_item a.on {
    color: #ec3434 !important;
    font-weight: normal;
}

.news_list03 {
    font-size: 14px;
    font-family: "å¾®è½¯é›…é»‘";
    text-align: left;
}

.news_list03 li {
    background: url(../images/ind_icon.png) left 8px no-repeat;
    padding-left: 15px;
    padding-bottom: 20px;
    height: auto;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}

.news_list03 li a {
    color: #2e5a8b;
    font-size: 18px;
}


#search-input {
    line-height: 28px;
    margin-left: 12px;
    border: none;
    height: 100%;
    width: 188px;
}

.search_container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 226px;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
}

#banner-swiper img {
    width: 100%;
    height: 600px;
}

.swiper-button-next {
    right: 50px;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    /* color: rgba(255, 255, 255, 0.7); */
    /* width: 84px; */
    /* height: 84px; */
    /* line-height: 80px; */
    /* text-align: center; */
    /* font-size: 32px; */
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* border-radius: 84px; */
    /* background-image: none; */
}

.search-icon {
    background: url(../images/search-icon.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.5px;
    right: 11px
}

.footer-logo {
    vertical-align: middle;
    float: left;
    margin-top: 23px;
}