@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "PingFang SC", "MicroSoft YaHei", "宋体", serif;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}
.none{display:none}
a {
    cursor: pointer;
    color: inherit;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
th, td {
    text-align: left;
    font-weight: normal;
}
img, iframe {
    border: none;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
img {
    vertical-align: middle;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
i, em {
    font-style: normal;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before, .footer .footer-links:before, .clearfix:after, .footer .footer-links:after {
    content: " ";
    display: table;
}
.clearfix:after, .footer .footer-links:after {
    clear: both;
}
.wrapper {
    width: 1200px;
    display: block;
    margin: auto;
}


.header {
    height: 64px;
}
.header .logo img {
    display: inline-block;
    width: 28px;
    margin-right: 8px;
    vertical-align: middle;
}
.header .logo span {
    font-size: 20px;
    color: #427BF4;
    line-height: 64px;
    vertical-align: middle;
}
.header .nav {
    height: 64px;
    line-height: 64px;
    padding-left: 8px;
}
.header .nav > .nav-item {
    float: left;
    margin: 0 9px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.header .nav > .nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #427BF4;
    display: none;
}
.header .nav > .nav-item:hover {
    color: #578DFB;
}
.header .nav > .nav-item:hover .nav-sub-box {
    display: block;
}
.header .nav > .nav-item.active {
    color: #578DFB;
}
.header .nav > .nav-item.active:after {
    display: block;
}
.header .nav > .nav-item:first-child {
    padding-left: 0;
}
.header .nav > .nav-item .nav-sub-box {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    width: 367px;
    height: 226px;
    z-index: 10;
    padding: 11px;
}
.header .nav > .nav-item .nav-sub-box:before, .header .nav > .nav-item .nav-sub-box:after {
    content: " ";
    display: table;
}
.header .nav > .nav-item .nav-sub-box:after {
    clear: both;
}
.header .nav > .nav-item .nav-sub-box > .nav-col {
    width: 165px;
    height: auto;
    float: left;
}
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #447CF4;
    line-height: 40px;
    padding: 0 14px;
    cursor: auto;
}
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item {
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item.active, .header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item:hover {
    background: #F9F9F9;
}
.header .search-input {
    width: 245px;
    height: 30px;
    margin: 10px 0;
    line-height: 1;
    background: rgba(216, 216, 216, 0.3);
    display: inline-block;
    position: relative;
}
.header .search-input > .search-text {
    width: 160px;
    height: 100%;
    line-height: 30px;
    padding: 0 30px 0 10px;
    border-width: 0;
    background: transparent;
    color: #061C32;
    font-size: 13px;
}
.header .search-input > .search-icon {
    width: 30px;
    height: 30px;
    background: url("../images/header/search-icon.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.header .language-btn {
    padding: 0 13px 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #A9A9A7;
    line-height: 50px;
}
.header .register-btn {
    margin: 12px 0;
    width: 93px;
    height: 40px;
    background: #427BF4;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.header2 {height: auto;}
.header2 .nav{border-top:1px solid #eee;width: 100%}

.footer {
    background: #335292;
}
.footer .footer-links .links-block {
    float: left;
    padding: 40px 0 20px 0;
    width: 25%;
}
.footer .footer-links .links-block .tit {
    padding-left: 50px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
    margin-bottom: 8px;
}
.footer .footer-links .links-block .tit > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
}
.footer .footer-links .links-block .link-list {
    padding-left: 50px;
}
.footer .footer-links .links-block .link-list > li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 36px;
}
.footer .footer-links .links-block.contact {
    padding-top: 33px;
}
.footer .footer-links .links-block.contact .phone .key {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
}
.footer .footer-links .links-block.contact .phone .num {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 37px;
}
.footer .footer-links .links-block.contact .code-list {
    margin-top: 180px;
}
.footer .footer-links .links-block.contact .code-list > .code-item {
    position: relative;
    float: left;
    margin-right: 48px;
    cursor: pointer;
}
.footer .footer-links .links-block.contact .code-list > .code-item .default-img {
    width: 32px;
    height: 32px;
    display: block;
}
.footer .footer-links .links-block.contact .code-list > .code-item .active-img {
    display: none;
    width: 32px;
    height: 32px;
}
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover {
    width: 140px;
    height: 150px;
    background: white;
    border-radius: 4px;
    position: absolute;
    bottom: 44px;
    display: none;
}
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover:after {
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -6px;
}
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover img {
    width: 118px;
    height: 118px;
    margin: 5px auto 3px;
    display: block;
}
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(37, 37, 37, 0.8);
    line-height: 17px;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(1) .code-popover {
    left: 0;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(1) .code-popover:after {
    left: 10px;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(2) .code-popover {
    left: -54px;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(2) .code-popover:after {
    left: 64px;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(3) .code-popover {
    left: -108px;
}
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(3) .code-popover:after {
    right: 10px;
}
.footer .footer-links .links-block.contact .code-list > .code-item.active .default-img {
    display: none;
}
.footer .footer-links .links-block.contact .code-list > .code-item.active .active-img {
    display: block;
}
.footer .footer-links .links-block.contact .code-list > .code-item.active .code-popover {
    display: block;
}
.footer .footer-copyright {
    height: 84px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 20px;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-copyright > p {
    margin-bottom: 6px;
    filter: alpha(opacity=0.3);
    opacity: 0.3;
}

.g-select {
    position: relative;
    width: 80px;
    display: inline-block; }
.g-select .g-select__input > input {
    border-width: 0;
    line-height: 30px;
    padding: 0 20px 0 9px;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    color: #333330;
    width: 100%; }
.g-select .g-select__input > .select-icon {
    position: absolute;
    background: url("../images/common/select-icon.png") no-repeat center center;
    background-size: 100% 100%;
    width: 6px;
    height: 6px;
    right: 10px;
    top: 12px; }
.g-select .g-select__option-list {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    top: 30px;
    display: none;
    z-index: 10; }
.g-select .g-select__option-list > li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #333330;
    cursor: pointer;
    padding: 0 9px; }
.g-select .g-select__option-list > li.active, .g-select .g-select__option-list > li:hover {
    background: rgba(70, 130, 255, 0.3); }
.g-select:hover .g-select__option-list {
    display: block; }

.contentWrap{width: 1200px;margin: 27px auto;display: flex;}
.contentWrap .contentCatalog{width: 256px;height: 870px;background: #F5F8FC;padding-top: 22px;margin-right: 36px;}
.contentWrap .contentCatalog .title{font-size: 20px;color:#2D3032;text-indent: 36px;font-weight: bold;margin-bottom: 20px; }
.contentWrap .contentCatalog .title:after{content: "";display: block;width: 61px;height: 2px;background: #427BF4;margin-top: 10px;margin-left: 36px;}
.contentWrap .contentCatalog ul li{height: 60px;box-shadow: 0px 1px 0px 0px #D3D5DF;font-size: 16px;color: #333;line-height: 60px;text-indent: 36px;cursor: pointer;}
.contentWrap .contentCatalog ul li.on{background: #427BF4;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);color: #fff;}
.contentWrap .contentMain{width: 908px;}

.msg{position: fixed;display: none;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 99;}
.loading {position: fixed;z-index: 999;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.loading .dot {width: 20px;height: 20px;background: #85e8ff;border-radius: 100%;display: inline-block;animation: slide 1s infinite;}
.loading .dot:nth-child(1) {animation-delay: 0.1s;background: #32aacc;}
.loading .dot:nth-child(2) {animation-delay: 0.2s;background: #a2e1fd;}
.loading .dot:nth-child(3) {animation-delay: 0.3s;background: #b8dcfb;}
.loading .dot:nth-child(4) {animation-delay: 0.4s;background: #d2d6f9;}
.loading .dot:nth-child(5) {animation-delay: 0.5s;background: #ead0f7;}
@-moz-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@-webkit-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@-o-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
/*  弹窗*/
.openBox {
    display: none;
    z-index: 9999;
    width: 95%;
    max-width: 450px;
    position: relative;
    background: #fff;
    padding-bottom: .2rem;
    color: #761c27;
    border-radius: 10px;
    font-size: 14px;
}
.openBox h4 span {
    width: 38px;
    height: 38px;
    line-height: 32px;
    border-radius: 30px;
    border:0px solid #aeaeae;
    font-size: 40px;
    color: #080808;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}
.openBox h4 {
    border-bottom: 0px solid #aeaeae;
    padding:10px;
}
.openBox .resultInfo {
    padding: 10px 20px 20px 20px;
    line-height:35px;
    margin: 0 auto;
    text-align: center;
   font-size:18px
}
.btnBox {
    text-align: center;
    padding-bottom: 20px;
}
.openBox .btn {
    width: 300px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    background-color: #30368b;
    color: #fff;
    border-radius: 40px;
    padding: 0;
  cursor: pointer;
}
