@charset "utf-8";


/* Base 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; }

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }

* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
    border:none;
}


.MsoNormalTable{
  margin:auto;
}

a:link {
    color: #414141;
}

a:active {
    color: #787878;
}

a:visited {
    color: #414141;
}

body {
    background: #EDEDED;
}



/*animations*/

.logo {
    margin-right: 5%;
    text-align: center;
}

.header-container {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#F3F7FC), to(#DFEBF7));
    background: linear-gradient(to top, #F3F7FC, #DFEBF7);
    height: 100px;
    min-width: 1200px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-bar-container {
    /*border:1px solid red;*/
    position: relative;
    left: -70px;
    height: 30px;
    min-width: 300px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/_upload/tpl/01/d4/468/template468/images/text-box1.png);
}

.search-bar-container-focused {
    background-image: url(/_upload/tpl/01/d4/468/template468/images/text-box2.png);
}

.text-box {
    height: 24px;
    min-width: 240px;
    border-right: 1px solid #d7d7d7;
}

.text-box input {
    width: 240px;
    height: 23px;
    color: #d1d1d1;
    font-weight: bold;
}

.text-box input:focus {
    outline: none;
    background-color: transparent;
}

.cover-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
    max-width: 2000px;
    height: 540px;
    margin: 0px auto;
}

.coverBG-upper {
    position: relative;
    overflow: hidden;
    top: -540px;
    overflow: hidden;
    max-width: 2000px;
    width: 100%;
    height: 540px;
    display: none;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.coverBG-lower {
    position: relative;
    overflow: hidden;
    top: 0;
    overflow: hidden;
    max-width: 2000px;
    width: 100%;
    height: 540px;
    display: none;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.main-swiper {
    display: none;
}

.blurBGSource {
    display: none;
}

svg image {
    margin-left: auto;
    width: 100%;
    height: 100%;
}

.instent-help-container {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.instent-help {
    position: relative;
    top: -45px;
    border-radius: 15px 15px 0 0;
    min-width: 1200px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a3a0a7), color-stop(10%, #cacaca), color-stop(85%, #f1f1f1));
    background-image: linear-gradient(to top, #a3a0a7 0%, #cacaca 10%, #f1f1f1 85%);
}

.instent-help a {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0px 70px;
    border-left: 2px solid #397286;
    border-right: 2px solid #397286;
    padding: 0 20px 0 20px;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
}

.instent-help a:hover {
    padding: 0 25px 0 25px;
}

.instent-help img {
    margin-left: 10px;
}

.instent-help a p {
    font-family: Microsoft YaHei;
    /*font-weight: bold;*/
    font-size: 18px;
}

.animation-button {
    width: 163px;
    -webkit-transition: width 0.3s;
}

.animation-button:hover {
    width: 180px;
}

.cutter {
    height: 30px;
    width: 100%;
    position: relative;
    top: -50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#s), color-stop(5%, #cacaca), color-stop(20%, #f1f1f1));
    background-image: linear-gradient(to bottom, #s 0%, #cacaca 5%, #f1f1f1 20%);
}

.news-and-notice {
    margin: -40px 0px 50px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-center;
    -ms-flex-align: flex-center;
    align-items: flex-center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
}

.info-container {
    margin: 19px 10px 20px 12px;
    //
    padding: 0px 0px 40px 0px;
    height: 300px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(221, 221, 221, 0.2);
}

.info-title {
    padding: 10px;
    width: 300px;
    height: 1em;
    border-bottom: 2px solid;
    border-color: rgba(91, 150, 174, 0.9);
    background-color: #5B96AE;
    border-radius: 10px 0 0 0;
}
.info-titlel {
    padding: 10px;
    width: 287px;
    height: 1em;
    border-bottom: 2px solid;
    border-color: rgba(91, 150, 174, 0.9);
    background-color: #5B96AE;
    border-radius: 10px 0 0 0;
}

.news-title {
    padding: 10px;
    padding-left: 15px;
    width: 500px;
    height: 1em;
    border-bottom: 2px solid;
    border-color: rgba(91, 150, 174, 0.9);
    background-color: #5B96AE;
    /*border-radius:0 10px 0 0;*/
}

.function-title {
    padding: 10px;
    width: 250px;
    height: 1em;
    border-bottom: 2px solid;
    border-color: rgba(91, 150, 174, 0.9);
    background-color: #5B96AE;
    border-radius: 0px 10px 0 0;
}

.news {
    height: 250px;
    width: 505px;
    padding: 10px 10px;
    /*margin:5px 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice {
    height: 250px;
    width: 300px;
    padding: 10px 10px;
    /*margin:5px 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.noticel {
    height: 250px;
    width: 250px;
    padding: 10px 10px;
    /*margin:5px 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#function {
    height: 250px;
    width: 250px;
    padding: 10px 10px;
    /*margin:5px 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



/*news' title*/

#wp_news_w31 {
    display: none;
}

.article p {
    font-size: 14px;
    line-height: 1.7em;
    text-indent: 2em;
}

.Article_Title a {
    color: #414141;
    font-size: 0.7em;
    font-family: Microsoft YaHei;
}

.wp_article_list .list_item {
    border: none;
}

#wp_news_w11 .wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/01/d4/468/template468/images/li1.gif) center no-repeat;
    vertical-align: middle;
}

.wp_article_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#wp_news_w4,
#wp_news_w5 {
    width: 100%;
}

.Article_PublishDate {
    font-size: 0.7em;
    font-family: Microsoft YaHei;
}

.companies-container {
    z-index: 900;
    max-width: 2400px;
    width: 100%;
    height: 500px;
    margin: 0px auto 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: url(/_upload/tpl/01/d4/468/template468/images/comBG.png);
    background-repeat: no-repeat;
    background-position: center center;
}



.footer-container {
    position: relative;
    z-index: 60;
    margin-top: 0px;
    min-width: 960px;
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #808080;
}

.footer {
    margin: 0px auto;
    width: 1000px;
    height:180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-left {
    height: 100px;
    padding-right: 20px;
    width: 33%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-center {
    width: 33%;
    text-align: center;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
}

.footer-right {
    width: 33%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer p {
    font-size: 12px;
    font-family: "Microsoft YaHei", "SimHei";
    color: white;
}

.friendly-link a {
    font-size: 12px;
    color: #b1b1b1;
    padding: 0 5px 0 2px;
}

.spfont {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.list_item:hover {
    background-color: #D9D9D9;
}

.address-pop {
    display: none;
    position: absolute;
    cursor: pointer;
}

.more-link {
    position: relative;
    z-index: 55;
}



































.wlink a {
    font-size: 9pt;
    text-decoration: none;
    color: #FFFFFF
}

.wlink a:hover {
    font-size: 9pt;
    text-decoration: none;
    color: #d91b1b;
}

.llink a {
    font-size: 9pt;
    text-decoration: none;
    color: #e0f3f2;
}

.llink a:hover {
    font-size: 9pt;
    text-decoration: underline;
    color: #e0f3f2;
}

.blink a {
    font-size: 9.5pt;
    color: #0c4dad;
}

.blink a:hover {
    font-size: 9.5pt;
    color: #d91b1b;
}

.clink a {
    font-size: 12px;
    color: #333333;
}

.clink a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #215eb2;
}

.lan {
    color: #2d8ace;
}

.lm {
    font-size: 12pt;
    font-weight: bold;
    color: #14629b;
}

.glink a {
    color: #666666;
}

/*2018.05.07*/
.blueTag{
background-color:#2e74c3;
}

a.menu-link {
    font-size: 1.1em;
    font-weight: bold;
    color: #5e5e5e;
    padding: 10px 35px;
    cursor: pointer;
}
li.menu-item{
    
    width: 150px;
    text-align: center;
    position: relative;
}
ul.wp-menu{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.menu-item .sub-menu {position:absolute;top:32px;z-index:100;overflow:inherit;}
.sub-menu .sub-item{top:0 !important}

.cover-container{display:none}
.mbanner .inner {width:1200px;margin:auto}
.mbanner .focus-pagination{bottom:50px;}

.main-article .title {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}