/* CSS Document */
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,
font,
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 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    /* font-size: 100%; */
    background: transparent;
    text-decoration: none;
}

ol,
ul li {
    list-style: none;
}

:focus {
    outline: 0;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

input,
textarea,
button {
    outline: none;
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 0;
}

input,
textarea {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* video { display: block; } */
img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
   /* width: auto;
    height: auto; */
    max-width: 100%
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
}

textarea {
    resize: none;
    overflow: auto
}

em,
i {
    /* font-style: normal */
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
   /* font-style: normal;
    font-weight: normal; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* font-size: 100%;
    font-weight: normal; */
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    /* font-family: "微软雅黑", "Microsoft YaHei", SimHei, SimSun, sans-serif; */
    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    font-size: 14px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

body,
a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-4{
    margin-left: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}

.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-13 {
    margin-bottom: 13px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-20 {
    padding-top: 20px;
}

.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}

.text-muted {
    color: #999;
}
.text-stress {
    color: #f60;
}
.strong{
    font-weight: 700;
}

#web_header .container{
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    padding-top: 20px;
}

#web_header .container ul {
    display: flex;
}

#web_header .container ul li {
    color: #B5C1D7;
    margin: 0 36px;
}

#web_header .container ul li a{
    color: #B5C1D7;
}

#web_header .container ul li:hover{
    color: #ffffff;
    cursor: pointer;
}

#web_header .container ul li a:hover{
    color: #ffffff;
    cursor: pointer;
}

#web_header .container .logo{
    margin-right: 50px;
}
#web_header .container .user{
    margin-left: 120px;
}

#web_header .container .user a{
    cursor: pointer;
}

#web_header .container .register{
    padding: 5px;
    background-image: linear-gradient(-90deg, #f6875a, #ea335b);
    border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
}
#web_header .container .login{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #fff;
    margin: 0 20px 0 26px;
    line-height: 36px;
}

#web_header .container .login:hover{
    color: #ffffff;
}

#web_main .container{
    position: relative;
    min-width: 1200px;
    overflow-x: hidden;
}

#web_main .container .swiper-banner{
    height: 450px;
    overflow: hidden;
    position: relative;
}

#web_main .container .swiper-slide a{
    display: block;
    height: 660px;
    color: #fff;
}


#web_main .container .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: rgba(255,255,255,.4);
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
}

#web_main .container .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}

.clearfix{
    display: table;
    line-height: 0;
    content: "";
}
/*footer-banner*/
.footer-banner{ height: 180px; background: url("../../img/foot-banner.jpg")  center no-repeat; overflow: hidden; min-width:1220px;}
.footer-banner .content{width: 1220px; margin: 0 auto}
.footer-banner h1{ color: #fff; font-size: 30px; float: left; height: 40px; line-height: 40px; margin: 70px 0 0;}
.footer-banner a{ display: block; float: right; width: 200px; height: 50px; margin: 65px 0 0; background: #fff; border-radius: 3px; line-height: 50px; text-align: center; color: #4E78FD; font-size: 18px; }
/*.module-title { font-size: 30px; color: #000; margin: 0 0 55px; text-align: center; }
.module-title span{ color: #4E78FD;}
.module-title p{ font-size: 14px; margin: 13px 0 0; color: #666666; }*/
/*footer*/
.footer{ background: #2c3033; padding-top: 98px;overflow: hidden; min-width:1220px;}
.footer .container{width: 1220px;margin: 0 auto}
.footer .foot-menu{ float: left; width: 800px; margin: 0 0 80px;}
.footer .foot-menu li{ float: left; color: #fff; width:160px; margin-right: 50px;}
.footer .foot-menu li:last-child{ margin-right: 0; }
.footer .foot-menu h4{ font-size: 16px; margin: 0 0 10px;line-height: 22px}
.footer .foot-menu a{ display: block; color: #939699; line-height: 26px;}
.footer .foot-menu a:hover{ color:#fff;}
.footer .foot-contact{ float: right; width:350px;padding-left: 50px; margin: 0 0 80px; border-left: 1px solid #414447;}
.footer .foot-contact p{ font-size: 16px;line-height: 25px;color: #fff; margin: 0 0 15px;}
.footer .foot-contact p:before{ width: 32px; display: inline-block; vertical-align: middle;}
.footer .foot-contact .address:before{ content: ""; height: 25px; background: url("../../img/icons.png")  0 -19px no-repeat;}
.footer .foot-contact .tel:before{ content: ""; height: 25px; background: url("../../img/icons.png")  -31px -19px no-repeat;}
.footer .foot-contact .time:before{ content: ""; height: 25px; background: url("../../img/icons.png")  -62px -20px no-repeat;}
.footer .foot-contact ul{ height: 38px; margin:25px 0 0; }
.footer .foot-contact li{ position: relative; }
.footer .foot-contact li a{ display: block; float: left; width: 38px; height: 38px; margin-right: 20px; background: url("../../img/icons.png")  no-repeat;}
.footer .foot-contact li i{display: inline-block; position: absolute; bottom: -6px; left: 69px;width: 0;height: 0;line-height: 0;vertical-align: middle;border:6px dashed transparent;border-top-style: solid;border-top-color: #fff;border-bottom-width: 0;}
.footer .foot-contact li p{ display: none;position: absolute; bottom: 0;background: #fff; padding: 10px;}
.footer .foot-contact li img{ display: block; margin:0 auto;}
.footer .foot-contact .weixin a{ background-position:0 -46px;}
.footer .foot-contact .weixin a:hover{ background-position:0 -86px;}
.footer .foot-contact .weixin p{ left:-57px;}
.footer .foot-contact .qq a{ background-position: -40px -46px;}
.footer .foot-contact .qq a:hover{ background-position: -40px -86px;}
.footer .foot-contact .qq p{ left:0px;}
.footer .foot-contact .weibo a{ background-position: -80px -46px;}
.footer .foot-contact .weibo a:hover{ background-position: -80px -86px;}
.footer .foot-contact .weibo p{ left:59px;}
.footer .foot-contact .mail a{ background-position: -120px -46px;}
.footer .foot-contact .mail a:hover{ background-position: -120px -86px;}

.footer .foot-link{ clear: both; position: relative; padding:28px 0 22px 28px; border-top: 1px solid #414447; border-bottom: 1px solid #414447;}
/* .footer .foot-link:before{ content: ""; display: inline-block; width: 25px; height: 20px; position: absolute; left: 0; top:26px; background: url("../../images/public/icons.png")  -93px -18px no-repeat; } */
.footer .foot-link a{ display: inline-block; color: #7a7d80; font-size: 12px; line-height: 22px; margin-right: 20px;}
.footer .foot-link a:hover{ color:#fff;}
.foot-copyright{ padding: 20px 0;text-align: center; color: #7a7d80;overflow: hidden; }
.foot-copyright p{ line-height:24px; font-size: 12px; }
.foot-copyright p a{ color:#7a7d80;}
.foot-copyright p a:hover{ color:#fff;}
.foot-logo{ background:#292d30; text-align:center; padding:18px 0; overflow:hidden;}
.foot-logo a{ display:inline-block; height:40px; margin:0 45px;}
/* .foot-logo .logo1{ width:150px;background: url("../../images/public/foot-logo1.png")  center no-repeat;}
.foot-logo .logo22{ width:150px;background: url("../../images/public/foot-logo22.png")  center no-repeat;}
.foot-logo .logo3{ width:139px;background: url("../../images/public/foot-logo3.png")  center no-repeat;}
.foot-logo .logo4{ width:170px;background: url("../../images/public/foot-logo4.png")  center no-repeat;} */

input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

input[type=checkbox]::after{
    position: absolute;
    top: 0;
    /*background-color: red;*/
    /*color: #000;*/
    width: 15px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    text-align: center;
    content: ' ';
    border-radius: 3px;

}

input[type=checkbox]:checked::after{
    content: "✓";
    font-size: 12px;
    background-color: #4E78FD;
    color: #ffffff;

}

.onShow{
    background:url(../../img/onShow.png) no-repeat left center;
    padding-left:25px;
    background-size: 18px;
}

.onFocus{
    background:url(../../img/onFocus.png) no-repeat left center;
    padding-left:25px;
    background-size: 18px;
}

.onError{
    background:url(../../img/onError.png) no-repeat left center;
    padding-left:25px;
    background-size: 18px;
}

.onCorrect{
    background:url(../../img/onCorrect.png) no-repeat left center;
	  padding-left:25px;
	  background-size: 18px;
}

.onError,
.onFocus,
.onShow,
.onCorrect {
    margin: 9px 0;
}
.hide{
    display: none;
}
.auto {
    margin: 0 auto;
    min-width: 1220px;
    max-width: 1220px;
}
.pull-right {
    float: right
}

.pull-left {
    float: left
}
.text-primary {
    color: #4E78FD;
}
.text-center {
    text-align: center;
}

/* nav pop */
.nav-pop-container {
    position: absolute;
    z-index: 999;
    top: 56px;
    left: 200px;
    display: none;
    padding-top: 5px;
}
.triangle {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: 88px;
}
.nav-pop-container .nav-pop-wrap {
    display: flex;
    padding-left: 61px;
    border-radius: 4px;
    background-color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.nav-pop-container .nav-pop-wrap .pop-nav-item {
    margin-right: 118px;
    margin-top: 27px;
    margin-bottom: 31px;
}
.nav-pop-container .nav-pop-wrap .pop-nav-item .pop-title {
    font-weight: 700;
}
.nav-pop-container .nav-pop-wrap .pop-sub-item {
    margin-top: 4px;
}
.nav-pop-container .nav-pop-wrap .pop-sub-item a {
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    margin-left: -10px;
    height: 30px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 30px;
    transition: .5s;
}
.nav-pop-container .nav-pop-wrap .pop-sub-item a .pop-sub-item-icon {
    margin-right: 10px;
    width: 14px;
    height: 14px;
}
.nav-pop-container.active {
    display: block;
    -webkit-animation: moveUp .3s linear 1 forwards;
    animation: moveUp .3s linear 1 forwards;
}
.nav-pop-container:nth-of-type(3) {
    width: 1035px;
}
.nav-pop-container .pop-right-view {
    width: 373px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #eef1f7;
    border-radius: 0 4px 4px 0;
    padding: 20px;
}
.nav-pop-container .pop-right-view .pop-brief {
    width: 315px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #55627c;
}


/* noty */
.notification {
    display: flex;
    width: 330px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
    overflow: hidden;
}
.notification.right {
    top: 18px;
    right: 16px;
    z-index: 9999;
}
.noty-group {
    margin-left: 13px;
    margin-right: 8px; 
}
.noty-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #303133;
    margin: 0
}
.noty-content {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 0;
    color: #606266;
    text-align: justify;
}
.noty-content p {
    margin: 0;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}