@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}
/*for ie f6n.net*/
a:focus {
    outline: none;
}
/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
.tanchuang1 {
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/Common/tanchuangBg.png);
    height:100%;
    z-index:9999999;
}
.tanchuang1 .conBox {
    width: 400px;
    height: 212px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -80px;
    z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
    width: 33px;
    height: 90px;
    position: absolute;
    right: 45px;
    top: -90px;
    cursor: pointer;
    z-index:999999999999999;
}
.tanchuang1 .conBox .box {
    width: 398px;
    height: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.tanchuang1 .conBox .box img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
    font-size: 24px;
    color: #654eb6;
    font-weight: bold;
    margin-top: 10px;
}
.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -75px;
    background: #654eb6;
    text-decoration: none;
    z-index:999999999999999;
    border:0px;
}
.tanchuang2 .conBox .box a {
    background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
    display:block;
    width:70px;
    height:36px;
    line-height:36px;
    color:#fff;
    border-radius:5px;
    margin:36px auto 0;
    text-decoration:none;
    background:#654eb6;
}


@font-face {
    font-family: "DIN Medium";
    src: url("../fonts/DIN Medium.woff2") format("woff2"),
    url("../fonts/DIN Medium.woff") format("woff"),
    url("../fonts/DIN Medium.ttf") format("truetype"),
    url("../fonts/DIN Medium.eot") format("embedded-opentype"),
    url("../fonts/DIN Medium.svg") format("svg");
}




@font-face {
    font-family: "Century";
    src: url("../fonts/CENTURY.woff2") format("woff2"),
    url("../fonts/CENTURY.woff") format("woff"),
    url("../fonts/CENTURY.ttf") format("truetype"),
    url("../fonts/CENTURY.eot") format("embedded-opentype"),
    url("../fonts/CENTURY.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.content { margin: 0 auto; width: 1400px;}
.wrapper {margin: 0 auto; width: 1200px; }
@media (max-width: 1500px) {
    .content { width: 1200px;}
}





/* header */
.header {position: relative;width: 100%;height: 88px;box-sizing: border-box;background: #fff; min-width: 1200px;}
.header .hd-logo {float: left;margin: 13px 20px;width: 160px;font-size: 0;}
.header .hd-logo img {display: block;width:100%;}
.header .hd-tit {float: left;margin: 20px 0;}
.header .hd-tit h2 { font-size: 18px; color: #333; font-weight: normal;}
.header .hd-tit h2 span { color: #000; font-family:"PingFang-Bold";}
.header .hd-tit p { font-size: 14px; color: #333;margin-top: 7px;}
.header .hd-tit p span { position: relative; padding-left: 20px;}
.header .hd-tit p span:after  {position: absolute; left: 0; top: 50%; content: '';  vertical-align: middle; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: -2px 8px 0;}
.header .hd-tit p span:nth-of-type(1):after { background: #592d7d;}
.header .hd-tit p span:nth-of-type(2):after { background: #36b222;}
.header .hd-tit p span:nth-of-type(3):after { background: #3edbee;}
/* header end */

/* hd-Nav */
.hd-Nav { float: right; width: 68%; height: 88px;}
.hd-Nav ul {float: left;display: flex;width: 88%;}
.hd-Nav li { font-family: "PingFang-Bold"; flex: 1; position:relative; box-sizing: border-box; font-size: 16px; height: 88px; line-height: 88px; text-align: center;}
.hd-Nav li > a {position: relative;display: block;width: 100%;height: 88px;color: #333;}
.hd-Nav li > a:after { content: ''; display: block; position: absolute; left: 50%; bottom: 0; margin-left: -20px; width: 40px; height: 2px; background: #654eb6; transform: scaleX(0); transition: all 1s;}
.hd-Nav li.cur > a:after,.hd-Nav li:hover > a:after { transform: scaleX(1);}
.hd-Nav li.cur > a,.hd-Nav li:hover > a { color: #654eb6;}
.hd-Nav .hd-change {  position: relative; border-left: 1px solid #e5e5e5;box-sizing: border-box;text-align: center;padding: 34px 0;float: left;width: 12%;}
.hd-Nav .hd-change span {display: inline-block; vertical-align: middle; font-size: 16px; color: #0d0d0d; font-family: "PingFang-Bold";}
.hd-Nav .hd-change span:nth-of-type(1) { width: 20px; height: 20px; background: url("../images/Common/hd-change-icon01.png") no-repeat center;}
.hd-Nav .hd-change span:nth-of-type(3) { width: 20px; height: 20px; background: url("../images/Common/hd-change-icon02.png") no-repeat center;}
.hd-Nav .hd-change .change-dowm { display: none; border: solid 1px #dedede;position: absolute;left: 0;top: 88px; z-index:9;width: 100%;z-index: 2;background: #fff;padding: 10px 20px;box-sizing: border-box;font-size: 16px;font-family: "PingFang-Bold";}
.hd-Nav .hd-change .change-dowm a {display: block;height: 30px;line-height: 30px;}
.hd-Nav .hd-change .change-dowm a:hover { color: #654eb6;}
/* hd-Nav end */

/* 导航下拉 */
.y-submenu07-box {width: 170px;border: solid 1px #dedede;background-color: #fff;position: absolute;left: 50%;top:88px;margin-left: -85px;z-index: 99999;display: none;}
.y-submenu07-box > a {display: block;text-align: left;color: #999;font-size: 14px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 40px;line-height: 40px;padding-left: 40px;padding-right: 20px;}
.y-submenu07-box a:before {content:'';display: block;width: 11px;height: 1px;background-color: #999;position: absolute;left: 20px;top: 20px;}
.y-submenu07-box a:hover{ background-color: #654eb6;color: #fff;}
.y-submenu07-box a:hover:before{background-color: #fff;}
/* 导航下拉 End */

@media (max-width: 1700px) {
    .hd-Nav { width: 64%;}
}
@media (max-width: 1500px) {
    .header .hd-tit { display: none;}
    .hd-Nav { width:83%;}
}



.wrap-tit{text-align: center;overflow: hidden;animation: fadeinT 1s ease-out backwards;}
.wrap-hd  { overflow: hidden; padding-bottom: 10px;}
.wrap-tit h2 { color: #333; margin: 0 10px; display: inline-block; vertical-align: middle; font-size: 36px; font-family: "PingFang-Bold"; font-weight: normal;}
.wrap-tit h2 span {  color: #654eb6; padding: 0;}
.wrap-tit h2 a { color: #333;}
.wrap-tit em { vertical-align:middle;display: inline-block; width: 42px;}
.wrap-tit em  i:nth-of-type(1) { display: block; width: 100%; height: 2px; background: #474747;}
.wrap-tit em  i:nth-of-type(2) { margin-top: 6px; display: block; width: 100%; height: 1px; background: #474747;}
.wrap-tit p { font-size: 16px; color: #666;}



/* footer */
.footer { position: relative; overflow: hidden; background: #090909;}
.footer .ft-info { padding-top: 105px; overflow: hidden;}
.footer .ft-info dl { float: left; margin-right: 150px;}
.footer .ft-info dt { font-family: "PingFang-Bold";margin-bottom: 45px; display: block; font-size: 18px; color: #fff;}
.footer .ft-info dt a { color: #fff;}
.footer .ft-info dd { font-family: "PingFang-Bold"; padding-bottom: 15px; overflow: hidden; font-size: 14px; color: #999;}
.footer .ft-info dd a { color: #999;}
.footer .ft-info .ft-code { float: right;}
.footer .ft-info .ft-code h2 {font-size: 14px; color: #999; font-weight: normal; text-align: right;}
.footer .ft-info .ft-code  p { font-size: 14px; color: #999; text-align: center;}
.footer .ft-info .ft-code em { margin-top: 5px; display: block; font-size: 24px; color: #654eb6; font-family: "DIN Medium"; }
.footer .ft-info .ft-code span { display: block; margin: 25px 0 15px;}
.footer .ft-link { margin-top: 60px; overflow: hidden; padding:35px 0; border-top: 1px solid #222;}
.footer .ft-link .link-le { float: left; font-size: 14px; color: #999;}
.footer .ft-link .link-le a {  color: #999;}
.footer .ft-link .link-le a:hover { color: #fff;}
.footer .ft-link .link-ri { float: right; font-size: 14px;color: #999;}
.footer .ft-link .link-ri a {margin-left: 10px;color: #999;}
.footer .ft-link .link-ri span { cursor: pointer; position: relative; margin-left: 10px;}
.footer .ft-link .link-ri span i { margin-left: 5px; margin-top: 3px;  vertical-align:top;display: inline-block;  background: url("../images/Common/link-icon01.png") no-repeat center; width: 10px; height: 10px; background-size: 100%;}
.ft-links{display:block;padding:16px 0;overflow:hidden;border-top:#222 solid 1px;}
.ft-links .addlink{display:block;float:right;font-size:14px;color:#999;}
.ft-links dt{float:left;font-size:14px;}
.ft-links dt a{color:#999;}
.ft-links dd{padding-left:16px;font-size:14px;overflow:hidden;}
.ft-links dd a{display:inline-block;padding:0 10px;}
.ft-links a:hover{color:#fff;}
@media (max-width: 1500px) {
    .footer .ft-info dl { margin-right: 135px;}
}
/* footer end */