

.mr0{
    margin-right: 0 !important;
}
.content-w{
    width: 1200px;
    margin: 0 auto;
}
.content-w-new{
    width: 1000px;
    margin: 0 auto;
}
.content-width{
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .content-width {
        max-width:1024px
    }
}

@media (min-width: 1100px) {
    .content-width {
        max-width:1100px
    }
}
[ng-click]{
    cursor: pointer;
}
/*æ–‡å­—è§„èŒƒ*/
/*ä¸»è¦ç”¨äºŽå…¶ä»–é¡µé¢å¤§å­—ä½“çš„é—´è·è°ƒæ•´*/
.text-heading-ls{
    letter-spacing: 4px;
}
/*å¤§æ ‡é¢˜*/
.text-heading{
    font-size: 28px;
    color: #000000;
    letter-spacing: 4px;
}
/*å‰¯æ ‡é¢˜*/
.text-subheading{
    font-size: 20px;
    letter-spacing: 4px;
}
/*æ­£æ–‡*/
.text-body-ls{
    letter-spacing: 2.34px;
}
.text-body{
    font-size: 18px;
    color:#646464;
    letter-spacing: 2.34px;
    /*letter-spacing: 2px;*/
    line-height: 36px;
}
/*è¯´æ˜Ž*/
.text-explain-ls{
    letter-spacing: 1.4px;
}
.text-explain{
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 24px;
}
.text-justify{
    text-align: justify;
    text-justify: inter-ideograph;
}
.no-border td,.no-border th{
    border:none !important;
}
.pt-all{
    padding-top: 76px;
}
/* é¡¶éƒ¨æ  */
/*.header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 75px;*/
/*    line-height: 75px;*/
/*    z-index: 199;*/
/*    padding: 0 60px;*/

/*    box-shadow: 0px 3px 3px -3px rgba(1, 31, 130, 0.13);*/
/*    color: rgba(51, 51, 51, 1);*/
/*    background: rgba(255, 255, 255, 1);*/
/*}*/
/*.header-logo{*/
/*    position: relative;*/
/*    top: -3px;*/
/*}*/
/*.header .logo2*/
/*.header .sub-logo2 {*/
/*    display: inline-block;*/
/*}*/
/*.header .logo1,*/
/*.header .sub-logo1 {*/
/*    display: none;*/
/*}*/

/*.header-sub-logo{*/
/*    position: relative;*/
/*    margin-left: 5px;*/
/*}*/
.fixed-header .header{
    /*background: rgba(1, 18, 73, 0.65);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #D6DDF4;
}
.fixed-header .header.active{
    color: rgba(51, 51, 51,1);
    background: rgba(255, 255, 255, 1);
}
.fixed-header .header .logo2,
.fixed-header .header.active .logo1,
.fixed-header .header .sub-logo2,
.fixed-header .header.active .sub-logo1{
    display: none;
}
.fixed-header .header .logo1,
.fixed-header .header.active .logo2,
.fixed-header .header .sub-logo1,
.fixed-header .header.active .sub-logo2 {
    display: inline-block;
}
/*é¡¶éƒ¨æ æŒ‰é’®*/
.header-nav-btn {
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #2849B9;
    margin-left: 60px;
}
.header-nav-btn:hover,
.header-nav-btn:focus {
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.fixed-header .header-nav-btn{
    background: #FFFFFF;
    color: #2849B9;
}
.fixed-header .active .header-nav-btn{
    color: #fff;
    background: #2849B9;
}
/*å¼¹çª—å¼¹å‡ºæ—¶ï¼Œæ»šåŠ¨æ¡å¯¼è‡´ä½ç½®åç§»*/
.ngdialog-open .header {
    padding-right: 17px;
}

.ngdialog-open .cn-sidebar {
    right: 29px;
}
/*å“åº”å¼ - é¡¶éƒ¨æ */
@media (max-width: 1600px) {
    .header-tel{
        display: none;
    }
}
/*@media (max-width: 1450px) {*/
/*    .header-login-info{*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 1300px){
    .header{
        padding: 0 20px;
    }
    .header-nav-btn{
        margin-left: 30px;
    }
}
@media (max-width: 1200px) {
    .nav-list>ul>li:not(:first-child){
        display: none;
    }
}
@media (max-width: 600px) {
    .header-sub-logo,
    .dividing {
        display: none;
    }
}
/*é¡¶éƒ¨ç™»å½•ä¿¡æ¯*/
.header-login-info .dividing{
    margin: 0 10px;
}
.cn-head .login-info-list {
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 10px 10px 0px rgba(1, 31, 130, 0.13);
    width: 120px;
    z-index: 105;
    display: none;
}
.login-info:hover .login-info-list{
    display: block;
}
.login-info:hover .triangle-up{
    transform: rotate(180deg);
}
.login-info .triangle-up {
    content: '';
    display: inline-block;
    transition: all .35s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 2px solid transparent;
}
.header.active .login-info .triangle-up{
    border-top: 6px solid #909ba3;
}
.cn-head .login-info-list li {
    padding: 0 20px;
    line-height: normal;
}
.cn-head .login-info-list a {
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
}
.cn-head .login-info-list a:hover{
    color: #2849B9;
}
.cn-head .login-info-list li:last-child a{
    border-bottom: none;
}
/*é¡¶éƒ¨å¯¼èˆª*/
.cn-head .nav-list > ul > li {
    cursor: pointer;
}
.cn-head .nav-list > ul > li .iconfont {
    margin-left: 5px;
    opacity: 0.6;
    position: relative;
    top: 2px;
}
.cn-head .nav-list > ul > li > a {
    color: inherit;
    padding: 0 17px;
    display: block;
    font-size: 16px;
}

.cn-head .sub-nav-item {
    display: none;
    top: 100%;
    line-height: 64px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 150px;
    padding-bottom: 10px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);

    box-shadow: 0px 10px 10px 0px rgba(1, 31, 130, 0.13);
}

.cn-head .nav-list > ul > li:hover .sub-nav-item {
    display: block;
}

.cn-head .sub-nav-item ul li {
    line-height: 32px;
    font-size: 14px;
    padding: 0 20px;
}
.cn-head .sub-nav-item ul li a{
    color: #333;
}
.cn-head .sub-nav-item ul li:hover a,
.cn-head .sub-nav-item ul li.active a {
    color: #2849B9;
}

/* å³ä¾§æµ®åŠ¨ */
.cn-sidebar {
    right: 12px;
    top: 46%;
    width: 82px;
    border-radius: 10px;
    z-index: 102;
    box-shadow: 0 0 13px 4px rgba(177, 181, 185, 0.4);
    background-color: #fff;
}

.cn-sidebar li {
    width: 100%;
    height: 82px;
    border-bottom: 1px solid #F7F7F7;
    position: relative;
}
.cn-sidebar li:last-child{
    border: none;
}

.cn-sidebar li a {
    display: block;
    cursor: pointer;
    margin: 10px 0 0 0;
    color: #2849B9;
    font-size: 12px;
}
.cn-sidebar li a>div{
    top: -5px;
}

.cn-sidebar li:nth-child(n+2):before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2849B9;
    z-index: -1;
    transition: all .5s;
}

.cn-sidebar li:hover:before {
    top: 0;
}

.cn-sidebar li:nth-child(n+2):hover a {
    color: #fff;
}

.cn-sidebar .online-tip {
    box-sizing: border-box;
    position: absolute;
    width: 126px;
    padding: 0;
    left: -143px;
    top: -48px;
    color: #666;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    transition: all .2s;
    max-height: 0;
    overflow: hidden;
}

.cn-sidebar .online-tip.active {
    max-height: 1000px;
    padding: 10px 0 10px 10px;
    box-shadow: 0 0px 15px 3px rgba(177, 181, 185, 0.38);
    overflow: visible;
}

.cn-sidebar .online-tip:after {
    content: ' ';
    position: absolute;
    height: 20px;
    left: 126px;
    top: 78px;
    border-top: 15px solid transparent;
    border-left: 10px #fff solid;
    border-bottom: 15px solid transparent;
}

.cn-sidebar .mini-tip {
    box-sizing: border-box;
    position: absolute;
    width: 126px;
    height: 126px;
    left: -135px;
    top: 65px;
    color: #666;
    border-radius: 5px;
    text-align: left;
    transition: all .2s;
    max-height: 0;
    overflow: hidden;
}

.cn-sidebar .mini-tip.active {
    max-height: 1000px;
    box-shadow: 0 0px 15px 3px rgba(177, 181, 185, 0.38);
    overflow: visible;
}

.cn-sidebar .mini-tip:after {
    content: ' ';
    position: absolute;
    height: 20px;
    left: 125px;
    top: 49px;
    border-top: 10px solid transparent;
    border-left: 10px #fff solid;
    border-bottom: 10px solid transparent;
}

.spIcon3 {
    background-image: url(../img/index_cn/sp03.png);
    background-repeat: no-repeat;
}

/*é‡å†™åˆ†äº«å¼¹çª—*/
.bd_weixin_popup {
    width: 250px !important;
    height: 320px !important;
}
/* åº•éƒ¨æ  */
.footer{
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    color: #999;
    border-top: 0px solid #dedede;
}
/*.footer-content a,.footer-top > div ul li{*/
/*    color: #CFD1D8;*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*}*/
/*.footer-content a:hover{*/
/*    color: #fff;*/
/*}*/
/*.footer-content .box-title{*/
/*    margin-bottom: 25px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*}*/
/*.footer-content img:hover{*/
/*    transition: all 0.5s;*/
/*    transform: scale(1.2);*/
/*}*/
/*.footer-content ul>li{*/
/*    line-height: 13px;*/
/*    padding-bottom: 16px;*/
/*}*/
/*.footer-content .iconfont{*/
/*    position: relative;*/
/*    top: 1px;*/
/*    margin-right: 5px;*/
/*}*/
/*    !*ç‰ˆæƒ*!*/
/*.footer .footer-bottom{*/
/*    border-top: 1px solid rgba(207,209,216, 0.1);*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*}*/
/*.copyright{*/
/*    font-size: 12px;*/
/*    display: inline-block;*/
/*    color: rgba(213,215,222,0.35);*/
/*    text-align: center;*/
/*    line-height: inherit;*/
/*}*/
/*!*å‹æƒ…é“¾æŽ¥*!*/
/*.footer .friendly-link ul{*/
/*    margin: auto;*/
/*    display: inline-block;*/
/*}*/
/*.footer .friendly-link ul>li{*/
/*    float: left;*/
/*}*/
.friendly-link-urls>li{
    padding: 5px 5px;
}
.friendly-link-urls>li:first-child{
    padding-left: 0;
    padding-right: 10px;
}
.friendly-link-imgs>li{
    padding: 5px 10px;
}
.friendly-link-imgs>li:first-child{
    padding-left: 0;
}
.friendly-link-imgs img{
    width: 80px;
    height: 44px;
    background-color: #ccc;
    border: 1px solid #ccc;
}

/*æ»šåŠ¨æ¶ˆæ¯*/
.noticTipTxt{
    height:38px;
    line-height:38px;
    overflow:hidden;
    margin:0 0 0 20px;
}
.noticTipTxt li{
    height:38px;
    line-height:38px;
    color: #7d8b9b;
}
.noticTipTxt li span.user-icon{
    display: inline-block;
    width: 15px;
    height: 18px;
    vertical-align: middle;
    background-image: url(../img/index/user.png);
    background-repeat: no-repeat;
}

/*æœåŠ¡å†…å®¹*/
.data-detail{
    display: inline-block;
    width: 230px;
    height: 200px;
    padding-top: 40px;
    color: #b2c0ca;
}
.data-detail span.imgs{
    display: inline-block;
    width: 42px;
    height: 38px;
    background-image: url(../img/index/data.png);
}
.data-detail.detail2 span.imgs{
    background-position: 42px 0;
}
.data-detail.detail3 span.imgs{
    background-position: 0 40px;
}
.data-detail.detail4 span.imgs{
    background-position: 40px 40px;
}

.data-detail p{
    padding-top: 16px;
    padding-bottom: 10px;
}
.rateData{
    padding-top: 25px;
}

/*æœåŠ¡å†…å®¹*/
.product-content{
    overflow: hidden;
    padding: 20px;
    padding-bottom: 20px;
}
.product-content h4{
    font-weight: bold;
    color: #012035;
}
.product-content p{
    margin-bottom: 10px;
    color: #6f7c85;
}

/* æˆåŠŸæ¡ˆä¾‹ */
.cases .cases-box{
    float: left;
    width: 368px;
    height: 395px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    overflow: hidden;
}
.cases-box a{
    text-decoration: none;
    display: inline-block;
}
.cases-box2,.cases-box3,.cases-box5,.cases-box6{
    margin-left: 48px;
}
.cases .cases-box:hover{
    border: 1px solid #e4eaee;
    box-shadow: 0px 0px 13px rgba(84, 126, 155, 0.58);
}
.cases-box img{
    width: 100%;
    height: 260px;
}
.cases-box-content p{
    line-height: 24px;
    color: #576670;
    padding: 0 20px;
    text-align: left;
}
.cases-content-title{
    margin: 0 20px 10px;
    line-height: 44px;
    font-size: 17px;
    color: #022d49;
    border-bottom: 1px solid #eceeef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 326px;
}
.cases-line{
    display: inline-block;
    border-left: 4px solid #022d49;
    padding-right: 5px;
    height: 12px;
}

/* æœåŠ¡å†…å®¹ã€€ï¼ã€€åŠ å·¥æµç¨‹ */
.process-content{
    height: 142px;
}
.process-content .line{
    width: 100%;
    top: 38px;
    border:1px solid #1da6ff;
    border-image:linear-gradient(to right, #99e5fe, #1da6ff) 1;
    z-index: 1;
}
.process-content .line2:before,
.process-content .line2:after{
    content: '';
    position: absolute;
    right: -12px;
    top: 29px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1da6ff;
}
.process-content .line2:after{
    right: -10px;
    border-left: 10px solid #fbfbfc;
}
.process-content div div{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1da6ff;
}
.process1,.process2,.process3,.process4{
    width: 285px;
    z-index: 2;
}
.process1{
    left: 30px;
}
.process2{
    left: 315px;
}
.process3{
    left: 600px;
}
.process4{
    left: 885px;
}
.process-pic1{
    background: url(../img/index/process.png) no-repeat 18px 14px;
}
.process-pic2{
    background: url(../img/index/process.png) no-repeat -57px 15px;
}
.process-pic3{
    background: url(../img/index/process.png) no-repeat 17px -66px;
}
.process-pic4{
    background: url(../img/index/process.png) no-repeat -55px -65px;
}
.process-tp{
    color: #022d49;
    line-height: 40px;
}
.process-bp{
    color: #576670;
}
/* ieè½®æ’­å›¾é—´éš™ */
.banner .carousel-inner > .item{
    background-color:#012035;
}
.banner .carousel-caption{
    padding-bottom: 30px;
}
.banner .carousel-indicators{
    bottom: 40px;
}
.carousel-control.right,
.carousel-control.left{
    filter:none;
}
/*é‡å†™å¼¹çª—*/
.sweet-alert .sa-icon.sa-info::after {
    left: 50%;
}
.sweet-alert p {
    color: #40abfd !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}
/*è¯¦æƒ…é¡µåˆ†äº«*/
.filter-gray {
    filter: grayscale(100%) opacity(40%) saturate(0%);
    transition: all .3s;
}

.filter-gray:hover {
    filter: grayscale(0%) opacity(100%) saturate(100%);
}

.before-and-after a, .before-and-after p {
    display: inline;
    width: 225px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    text-align: left;
}
.before-and-after a:hover{
    color: #2849B9;
}

/*åˆ†é¡µ*/
.pagination > li {
    display: inline-block !important;
    margin: 0 5px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #2849B9;
    border: #2849B9;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #66686F;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.page-ellipsis {
    vertical-align: top;
    padding-top:2px;
    width:40px;
}

.page-ellipsis:before {
    content: "...";
    height: 34px;
}


/* è¯¢ä»·å¼¹çª— */
.modal-open {
    overflow: visible;
    padding-right: 0;
}
.modal-open .modal {
    margin-right: -17px;
}
.modal-open .modal-dialog{
    min-width:800px;
}

/*é”™è¯¯é¡µ*/
.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.abs-center {
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}
.abs-center .pics {
  padding-top: 70px;
}
.abs-center img {
  width: 146px;
  height: 146px;
  border-radius: 50%;
}
.abs-center a {
  text-decoration: none;
}
.abs-center h2 {
  font-weight: normal;
  margin-bottom: 30px;
}
.modal{
    z-index: 2000;
}
div.sweet-alert .sa-icon{
    margin: 30px auto;
}
div.sweet-alert button{
    margin: 54px auto 38px auto;
}
div.sweet-alert{
    width: 502px;
}
.ngdialog-content{
    font-family: "Microsoft Yahei", Regular, sans-serif !important
}

/*è‡ªå®šä¹‰å•é€‰æŒ‰é’®æ ·å¼*/
.radio-inline input[type="radio"]:checked+span:after{
    display: inline-block;
    content: ' ';
    width: 12px;
    height: 12px;
    background: #1da6ff;
    border-radius: 500px;
    margin-top: 3px;
}
.radio-inline span{
    border-radius: 500px;
    border: 1px solid #1da6ff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

/*ngdialog é¼ æ ‡é˜´å½±å¯æ»šåŠ¨*/
@-webkit-keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}
@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}
/*TODO å…³é—­çš„æ—¶å€™æ•ˆæžœä¸æµç•…*/
.ngdialog{
    background: rgba(0,0,0,.4);
    animation: ngdialog-fadein .5s;
    -webkit-animation: ngdialog-fadein .5s;
}
/*.ngdialog ç«ç‹æ— æ³•æ»šåŠ¨é—®é¢˜*/
.ngdialog-overlay{
    z-index: 1;
    display: none;
}
.ngdialog-content{
    z-index: 2;
}

/*input numberéšè—å°ç®­å¤´*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/*ææ–™ç»„ä»¶ç‚¹ç‚¹ç‚¹åŠ è½½æ•ˆæžœ TODO è½¬ç§»åˆ°ç›¸åº” é¡µé¢*/
.ani_dot {
    font-family: simsun;
}
:root .ani_dot { /* è¿™é‡Œä½¿ç”¨Hackæ˜¯å› ä¸ºIE6~IE8æµè§ˆå™¨ä¸‹ï¼Œ vertical-alignè§£æžä¸è§„èŒƒï¼Œå€¼ä¸ºbottomæˆ–å…¶ä»–ä¼šæ”¹å˜æŒ‰é’®çš„å®žé™…é«˜åº¦*/
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden;
}
@-webkit-keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
    -webkit-animation: dot 1s infinite step-start;
}

@keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
    animation: dot 1s infinite step-start;
}
/*é€šç”¨æ ‡é¢˜*/
.module-title{
    padding: 86px 0 70px;
}
.module-title > h3{
    color: #43485E;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
    z-index: 2;
    transition: all .5s;
}
.module-title > h4{
    letter-spacing: 2px;
    font-weight: 300;
    color: #66686F;
    font-size: 16px;
    margin-top: 14px;
    line-height: 1.3;
    transition: all .5s;
}
.module-title > p{
    margin-top: -30px;
    font-size: 36px;
    font-weight: bold;
    color: #373942;
    z-index: 1;
    opacity: 0.07;
    transition: all .5s;
}
.module-title > h5{
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all .5s;
}
/*å®£ä¼ æ */
.slogan{
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.btn-slogan{
    width: 222px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
    color: #2849B9;
    font-weight: 400;
}
.btn-slogan:hover{
    opacity: 0.9;
}
/*slickè½®æ’­è¦†ç›–*/
.slick-cus-prev {
    left: -25px;
}
.slick-cus-next {
    right: -25px;
}
.slick-cus-prev:hover,
.slick-cus-next:hover{
    opacity: 0.7;
}
.slick-cus-prev,
.slick-cus-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
/*æ¸å˜èƒŒæ™¯è‰²*/
.banner-mask{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
/*åé¦ˆã€å¿«é€Ÿç™»å½•å¼¹çª—*/
.common-modal .modal-content{
    border: none;
    border-radius: 0;
    padding-bottom: 50px;
}
.common-modal .modal-header{
    padding: 0;
    border: none;
}
.common-modal .modal-body{
    padding: 0 80px;
}
.common-modal h3{
    color: #43485E;
    margin: 30px 0;
}
.common-modal .form-label{
    font-weight: 300;
    margin-bottom: 5px;
    color: #8F9094;
    padding-left: 10px;
}
.common-modal .close{
    color: #fff;
    opacity: 0.8;
    right: 10px;
    top: 10px;
}
.common-modal .modal-checkbox{
    font-weight: normal;
    color: #66686F;
}
.common-modal .modal-checkbox:last-child{
    margin-right: 0;
}
.modal-checkbox input[type="checkbox"] {
    opacity: 0;
}
.modal-checkbox input[type="checkbox"] + i{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: -19px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    background-image: url(../img/icon/icon-check.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.modal-checkbox input[type="checkbox"]:checked+i{
    background-image: url(../img/icon/icon-checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}
/*è¾“å…¥æ¡†é¢œè‰²*/
.form-control:focus {
    border-color: #2849B9; !important;
}
