﻿body{
    /*min-width: 1200px;*/
    font-family: "Microsoft Yahei", Regular, sans-serif !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.pf{
    position: fixed;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
button{
    outline: none;
}
p{
    color: #000;
    margin: 0;
    word-break: break-all;
}
a:focus{
    text-decoration: none !important;
}
.mr0{
    margin-right: 0 !important;
}
.content-w{
    width: 1200px;
    margin: 0 auto;
}
/*文字规范*/
/*主要用于其他页面大字体的间距调整*/
.text-heading-ls{
    letter-spacing: 4px;
}
/*大标题*/
.text-heading{
    font-size: 28px;
    /*font-weight: bold;*/
    color: #000000;
    /*letter-spacing: 4.2px;*/
    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;
}


.header,.sgnavs,.footer{
    width: 100%;
}
.header{
    /* height: 32px; */
    position: fixed;
    z-index: 1992;
    top: 0;
}
.sgnavs{
    height: 66px;
    /* position: fixed; */
    background-color:#012035;
    /* top: 62px; */
    /* z-index: 19; */
}
.footer{
    background-color: #022d49;
    /* height: 342px; */
}

.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-30{
    font-size: 30px;
}
.text-blue,a.text-blue{
    color: #1da6ff;
}
.text-orange,a.text-orange{
    color: #ff9a26;
}
.text-white,a.text-white{
    color: #fff;
}
.text-black,a.text-black{
    color: #000;
}
.text-sg,a.text-sg{
    color: #012035;
}
.text-danger,a.text-danger{
    color: #ff0000;
}
.bg-sg{
    background-color: #012035;
}
.bg-blue{
    background-color: #1da6ff;
}
.bg-orange{
    background-color: #ff9a26;
}
.bg-white{
    background-color: #fff;
}
.bgText{
    font-family: Arial;
    font-size: 60px;
    color: #e5eff6;
    width: 600px;
    top: -25px;
    left: 50%;
    z-index: -1;
    margin-left: -300px;
}
.advantages-tilte,.cases-title,
.customers-title,.news-title{
    z-index: 1;
}
.advantages-tilte h3,.cases-title h3,
.customers-title h3,.news-title h3{
    margin-top: 4px;
    margin-bottom: 64px;
    font-size: 27px;
    color: #012035;
    font-weight: bold;
}

.no-border td,.no-border th{
    border:none !important;
}

.text-bold{
    font-weight: bold;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.status{
    background-color: #e3e7e9;
}
.header-content{
    line-height: 32px;
    color: #909ba3;
}
.header-content a{
    color: #909ba3;
}
.header-content .login-info>a,.header-content .login-info>p,.login-info>span{
    color: #1da6ff;
    margin-left: 15px;
}
.header-content .login-info>a.register{
    color: #909ba3;
}
.header-content .login-info a:hover,
.header-content div.fr a:hover{
    color: #1da6ff;
    text-decoration: none;
}
.header-content div.fr a{
    font-size: 12px;
    margin: 0 10px;
}
.login-info{
    display:inline-block;
    /* width:120px; */
    /* font-size: 12px; */
    white-space: nowrap;
}
.login-info:hover{
    /* cursor: pointer;
    color: #1da6ff; */
}
.login-info-list{
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    border-top: none;
    display: none;
}
.login-info-list li{
    padding: 0 20px;
}
.login-info-list a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #aaa;
}
.login-info-list a.login-info-exit{
    border-bottom: none;
}
.nav-content{
    line-height: 66px;
}
.sgnav{
    padding-left: 396px;
}
.sgnav > li{
    float: left;
    /* width: 99px; */
    padding: 0 14px;
    height: 100%;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
}
.sgnav > li:hover{
    cursor: pointer;
}
.sgnav > li a{
    color: #fff;
}
.sgnav > li a:hover{
    text-decoration: none;
}
.sgnav > li:hover > a{
    color: #1da6ff;
    border-bottom: 2px solid #1da6ff;
    padding-bottom: 5px;
}
.sgnav > li.active > a{
    color: #1da6ff;
    border-bottom: 2px solid #1da6ff;
    padding-bottom: 5px;
}
.sgnav-2{
    top: 66px;
    left: 0;
    width: 100%;
    height: 82px;
    display: none;
    background-color: #012035;
    /* background-color: rgba(1,32,53,.9);
    filter:alpha(opacity=90); */
    /* background-color:#012035; */
    border-top: 1px solid #143043;
}
.sgnav-2 li{
    display: inline-block;
    width: 146px;
    line-height: 1;
}
.sgnav-2 li a{
    display: inline-block;
    padding-top: 16px;
}
.sgnav-2 li p{
    font-size: 13px;
    color: #889faf;
    line-height: 38px;
}
.sgnav-2 li.active p{
    color: #1da6ff;
}
.sgnav-2 li:hover p{
    color: #1da6ff;
}
.triangle-up{
    content: '';
    display: inline-block;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:6px solid #909ba3;
    border-bottom:2px solid transparent;
}
.login-info:hover .triangle-up{
    border-top:2px solid transparent;
    border-bottom:6px solid #1da6ff;
}
.triangle-down:before{
    content: '';
    display: inline-block;
    border-color: inherit;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:6px solid;
    border-bottom:2px solid transparent;
}
.triangle-right:before{
    content: '';
    display: inline-block;
    border-left:6px solid #1da6ff;
    border-right:6px solid transparent;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}
.sgnav > li.active .triangle-down:before{
    border-top:6px solid #1da6ff;
}
.sgnav > li:hover .triangle-down:before{
    border-bottom:6px solid #1da6ff;
    border-top:2px solid transparent;
}
.product-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/index/product-icon.png);
    background-repeat: no-repeat;
}
.sgnav-2 li.active .product-icon,.sgnav-2 li:hover .product-icon{
    background-image: url(../img/index/product-icon-hover.png);
}
.product-icon.icon-cnc{
    background-position: 3px 2px;
}
.sgnav-2 li.active .icon-cnc,.sgnav-2 li:hover .icon-cnc{
    background-position: 3px 1px;
}
.product-icon.icon-metalpalte{
    background-position: -46px 1px;
}
.sgnav-2 li.active .icon-metalpalte,.sgnav-2 li:hover .icon-metalpalte{
    background-position: -47px 1px;
}
.product-icon.icon-palm{
    background-position: 1px -50px;
}
.sgnav-2 li.active .icon-palm,.sgnav-2 li:hover .icon-palm{
    background-position: 0px -56px
}
.product-icon.icon-3dprint{
    background-position: -52px -50px;
}
.sgnav-2 li.active .icon-3dprint,.sgnav-2 li:hover .icon-3dprint{
    background-position: -55px -57px
}
.product-icon.icon-laserCut{
    background-position: 2px -103px;
}
.sgnav-2 li.active .icon-laserCut,.sgnav-2 li:hover .icon-laserCut{
    background-position: 2px -112px
}
/* .product-icon.icon-injection{
    background-position: -49px -103px;
}
.sgnav-2 li.active .icon-injection,.sgnav-2 li:hover .icon-injection{
    background-position: -49px -111px;
} */




.btn-banner,.btn-bottom{
    background-color: #ff9a26;
    border:1px solid #ff9a26;
    color:#012035;
    border-radius:2px;
    box-sizing: border-box;
    width: 190px;
    height: 42px;
    line-height:40px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}
.btn-banner{
    margin-bottom: 20px;
}
.btn-banner span,.btn-bottom span{
    font-family:consolas;
    display:inline-block;
    width:40px;
    height:40px;
    border-radius: 2px;
    background-color:#012035;
    color:#ff9a26;
    float:right;
    font-size: 38px;
    font-weight: normal;
}
.btn-bottom{
    color: #fff;
    border-radius: 0;
    margin-bottom: 80px

}
.btn-bottom span{
    background-color: #fff;
    border-radius: 0;
}
.btn-nav{
    background-color: #ff9a26;
    border:1px solid #ff9a26;
    color: #fff;
    width: 112px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
    transition: all .2s;
    box-sizing: border-box;
    margin-top: 12px;
    line-height: 32px;
    font-size: 16px;
}
.btn-nav a{
    color: #fff;
    text-decoration: blink;
}
.btn-nav:hover{
    background-color: #feb35e;
}
.btn-nav:active{
    background-color: #fd802e;
}
.btn:focus,.btn:active:focus{
    outline: none;
}
.p-lg{
    padding: 20px;
}

/* 页脚 */
.footer-content{
    color: #94b2c6;
    /* height: 342px; */
}
.footer-content a{
    color: #94b2c6;
}
.footer-content a:hover{
    color: #1da6ff;
}
.footer-top{
    height: 320px;
    padding-top: 50px;
}
.footer-top .box-title{
    margin-bottom: 7px;
}
.footer-top > div ul{
    margin-bottom: 5px;
}
.footer-top > div ul li{
    line-height: 35px;
}
.box3 .box-title{
    margin-bottom: 30px;
}
.box1,.box2,.box4{
    width: 100px;
    margin-left: 50px;
}
.box1{
    margin-left: 0px;
}
.box3{
    width: 450px;
    margin-left: 50px;
}
.box5{
    width: 250px;
    margin-left: 50px;
}
.box3 li{
    float: left;
    width: 150px;
}
.box3 .pic1,.box3 .pic2,.box3 .pic3{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #94b2c6;
    background-size: contain;
    background-image: url(../img/index/footer.png);
    font-size: 18px;
    color: #012035;
    margin: 10px auto;
    transition:all .25s;
}
.box3 .pic2{
    background-position: 0 -65px;
}
.box3 .pic3{
    background-position: 0 -131px;
}
.box3 a:hover .pic1{
    background-position: -66px 0px;
}
.box3 a:hover .pic2{
    background-position: -66px -66px;
}
.box3 a:hover .pic3{
    width: 98px;
    height: 98px;
    border-radius: 0;
    background-position: -66px -131px;
    margin-top: -52px;
}
.box4 img{
    right: 0;
    top: 30px;
}
.box5 .address{
    display:inline-block;
    float: left;
    line-height: 1.6;
}
.box5 span.icon{
    display: inline-block;
    width: 19px;
    height: 20px;
    vertical-align: text-top;
    background-image: url(../img/index/footer-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.box5 span.icon.icon-adrs{
    background-position: 0 -90px;
}
.box5 span.icon.icon-time{
    background-position: 0 -45px;
}

.box5 .address-detail{
    display:inline-block;
    width:140px;
    line-height:1.6;
}
.footer-bottom{
    background-color: #012035;
}
.copyright{
    font-size: 12px;
    line-height: 30px;
    color: #3b5465;
    text-align: center;
}


.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;
}

.product-service{
    margin-bottom: 40px;
}
.product-service .product-box{
    width: 240px;
    float: left;
    text-align: center;
    /* border: 1px solid; */
}
.product-service .product-box a{
    text-decoration: none;
}
.product-service .product-box img{
    width: 100%;
    height: 240px;
}
.product-service .product-box p{
    font-size: 15px;
}
.product-service .product-box .box-m .title{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
.product-service .product-box .box-m .intr {
    color: #1da6ff;
    margin-bottom: 20px;
}
.product-service .product-box .box-t{
    /* padding: 10px;
    border-right: 1px solid; */
}
.product-service .product-box .box-b a{
    color: #ff9a26;
    border: 1px solid #ff9a26;
    border-radius: 18px;
    font-size: 18px;
    display: inline-block;
    width: 160px;
    line-height: 36px;
    text-decoration: none;
    margin-top: 20px;
}


.product-service .product{
    width: 256px;
    margin: 0;
}
.product-t{
    margin-bottom:70px;
    overflow: hidden;
    margin-left: -4px;
}

.product-service .products img{
    width:100%;
    height:206px;
}
.products:hover .thumbnail{
    border: 1px solid #e4eaee;
    box-shadow: 0px 0px 13px rgba(84, 126, 155, 0.58);
}
.products{
    float: left;
    width: 290px;
}
.products-ml{
    margin-left: 13.3333px;
}
.thumbnail p{
    color: #6f7c85;
    margin-top: 10px;
}
.thumbnail .products-title{
    color: #022d49;
    margin-top: 8px;
    font-weight: bold;
}
.products-title.fs-20{
    margin-top: 8px;
}
.caption p:last-child{
    margin-bottom: 10px;
}
.cnc{
    width: 600px;
    height: 800px;
    background-color: #f00;
    opacity: 0;
    filter:alpha(opacity=0);
    top: 0;
    left: 0;
    transform-origin: 116px 382px;
    transform: rotateZ(-34deg);
}
.hand{
    width: 600px;
    height: 800px;
    background-color: #ff0;
    opacity: 0;
    filter:alpha(opacity=0);
    top: 0;
    right: 0;
    transform-origin: -78px 214px;
    transform: rotateZ(-34deg);
}

/* 统计数据 */
.sgData{
    height:320px;
    background-color: #022d49;
    color: #fff;
    overflow: hidden;
}

.sgData p{
    color: #fff;
}
.deliveryRate span,.qualifiedRate span{
    color: #1da6ff;
}
.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;
}
.rotate1,.rotate3{
    width: 355px;
    height: 355px;
    background-image: url(../img/index/gear-sm.png);
    /* background-color: red; */
    filter:alpha(opacity=90);
    opacity: .9;
    bottom: -230px;
    left: 80px;
    animation: rotates2 linear 36s infinite;
}
.rotate2{
    width: 383px;
    height: 383px;
    background-image: url(../img/index/gear-lg.png);
    /* background-color: red; */
    filter:alpha(opacity=90);
    opacity: .9;
    bottom: -210px;
    left: 400px;
    animation: rotates linear 36s infinite;
}
.rotate3{
    left: 750px;
}
@keyframes rotates{
    to{
        transform:rotateZ(360deg);
    }
}
@keyframes rotates2{
    to{
        transform:rotateZ(-360deg);
    }
}



.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;
}
.product{
    float: left;
    width: 380px;
    height: 200px;
    /* margin-bottom: 30px; */
    /* padding-left: 10px; */
    box-sizing:border-box;
    border: 1px solid transparent;
}
.product2,.product3,.product5,.product6{
    margin-left: 30px;
}
.product4,.product5,.product6{
    margin-top: 30px;
}

.services-content .product{
    border: 1px solid transparent;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.services-content .product:hover{
    border: 1px solid #e4eaee;
    box-shadow: 0px 0px 13px rgba(84, 126, 155, 0.58);
}
.services-content .product .product-img{
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 35px;
    margin-left: 35px;
    background-image: url(../img/index/advantages.png);
    background-repeat: no-repeat;
}
.product-img.img1{
    background-position: 15px 0;
}
.product-img.img2{
    background-position: -50px 0;
}
.product-img.img3{
    background-position: 19px -67px;
}
.product-img.img4{
    background-position: -55px -67px;
}
.product-img.img5{
    background-position: 12px -132px;
}
.product-img.img6{
    background-position: -55px -132px;
}

.advantages,.cases,.customers,.news,.product-b,.sgData{
    margin-bottom: 70px;
}

/* 成功案例 */
.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;
}


.more{
    width: 324px;
    margin: 0 auto;
    border-bottom: 1px solid #eceeef;
}
.more a{
    font-size: 13px;
    color:#000;
    line-height: 40px;
}
.more a:hover{
    color:#1da6ff;
}

/* 客户 */
.customers-logo img{
    float: left;
    width: 240px;
    height: 127px;
}
.customers-content .tab-content{
    margin-top: 44px;
}
.customers-content .nav-tabs > li {
    width: 90px;
    text-align: center;
}
.customers-content .nav-tabs {
    border-bottom: none;
    display: inline-block;
}
.customers-content .nav-tabs > li > a {
    border: none;
    border-left: 1px solid rgba(51,51,51,.2);
    border-radius: 0;
    color: #000;
    margin-top: 15px;
    font-size:15px;
    padding: 0;
}
.customers-content .nav-tabs > li.active > a{
    color:#1da6ff;
    border: none;
    border-left: 1px solid rgba(51,51,51,.2);
}
.customers-content .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
    border-left: 1px solid rgba(51,51,51,.2);
}
.customers-content .nav-tabs a{
    color: #000;
    border-left: 1px solid rgba(51,51,51,.2);
}
.customers-content .nav-tabs a:hover{
    color:#1da6ff;
}
.customers-content .nav-tabs > li.nav-tabs1 > a{
    border: none;
}

/* 资讯中心 */
.sogaa-news-title{
    height: 54px;
    border-bottom: 2px solid #c7d1d7;
}
.sogaa-news-title > span{
    border-bottom: 2px solid #1da6ff;
    padding: 28px 0 21px 20px;
    color: #022d49;
    top: 7px;
}
.sogaa-news-title ul li{
    float: left;
    margin-left: 30px;
    position: relative;
}
.sogaa-news-title ul li a{
    display: inline-block;
    padding: 12px 0 20px;
    color: #576670;
}
.sogaa-news-title ul li:hover{
    border-bottom: 2px solid #1da6ff;
    /* cursor: pointer; */
}
.sogaa-news-title ul li:hover a{
    color: #1da6ff;
    text-decoration: none;
}
.sogaa-news-title ul li:nth-of-type(1){
    margin-left: 0;
}
.sogaa-news-title ul li.active{
    border-bottom: 2px solid #1da6ff;
}
.sogaa-news-title ul li.active a{
    color: #1da6ff;
}
.sogaa-news-title ul li.active:before,
.sogaa-news-title ul li:hover:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-top: 4px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #1da6ff;
    border-left: 3px solid transparent;
}
.sogaa-news-title ul li.moreNews:hover{
    border-bottom: none;
}
.sogaa-news-title ul li.moreNews:hover:before{
    border: none;
}
.sogaa-news,.technology-news{
    float: left;
    width: 530px;
    margin: 8px 0;
}
.sogaa-news{
    margin-right: 140px;
}
.first-news{
    padding: 30px 0 0;
}
.first-news img{
    float: left;
    width: 240px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.first-content{
    overflow: hidden;
}
.first-content p{
    margin-bottom: 12px;
    color: #94a0a8;
}
p.first-detail{
    height: 39px;
    max-height: 78px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.more-news p{
    padding: 10px 0 0;
    font-size: 15px;
}
.more-news span{
    color: #94a0a8;
}
.more-news p a{
    color: #576670;
    display: inline-block;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more-news .triangle-right{
    padding-right: 9px;
}
.more-news p a:hover{
    color: #1da6ff;
}
.news a{
    color: #000;
}
.first-title a{
    color: #000;
    font-size: 16px;
}
.first-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 流程 */
.process{
    height: 512px;
    background-color: #fbfbfc;
}
.process-title{
    color: #022d49;
    padding-top: 50px;
}
.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;
}


a.active{
    color: #1da6ff;
}
.table-middle td{
    vertical-align: middle !important;
}


/* 不是首页部分 */
.pagination > li {
    display: inline-block !important;
    margin: 0 5px;
}
.sidebar{
    width: 190px;
    margin: 10px;
    border: 1px solid #eee;
}
.sidebar-title{
    height: 30px;
    line-height: 30px;
    background-color: #1da6ff;
    color: #fff;
    text-align: center;
}
.sidebar-content{
    padding: 0 20px;
    border-top: none;
    margin-bottom: 0;
}
.sidebar-content li{
    padding-bottom: 20px;
}
.sidebar-content img{
    width: 30px;
    height: 30px;
}
.sidebar-content a{
    color: #000;
    display: inline-block;
    width: 80px;
    padding-left: 20px;
}
.aside{
    border: 1px solid #eee;
    width: 260px;
}
.aside-title{
    line-height:40px;
}
.aside-content li{
    border-top: 1px dashed #eee;
    padding: 10px 5px;
}
.aside-content li span{
    color: #1da6ff;
    padding: 10px;
}
.aside-content li a{
    color: #000;
}
.active .news-content{
    border-bottom: 1px dotted #aaa;
}
.news-content img{
    width:190px;
    height:120px;
    float: left;
    margin-left: 0;
}
.news-detail span{
    font-size: 12px;
    color: #999;
}
.newsdetail-top div{
    font-size: 12px;
    margin: 10px 0;
}
.bb{
    border-bottom: 1px solid #d9e0e4;
}
.bb-dotted{
    border-bottom: 1px dotted #aaa;
}
.bb-dashed{
    border-bottom: 1px dashed #aaa;
}
.no-border{
    border: none !important;
}
.tips{
    margin-bottom: 50px;
}
.show-li{
    display: inline-block;
    width: 40%;
    margin-right: 9%;
    padding: 10px 0px;
}
.point{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1da6ff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px #000;
    margin: 0 10px;
}
.result-title{
    padding: 20px 0;
}
.result-detail{
    margin-bottom: 30px;
}


/* 复写bootstrap */
.banner .carousel-indicators li{
    width: 8px;
    height: 8px;
    border:none;
    background-color: rgba(238,238,238,.8);
    border-radius: 0;
    margin: 0 20px;
}
.banner .carousel-indicators li.active{
    width: 8px;
    height: 8px;
    background-color: #1da6ff;
    margin: 0 20px;
}
.banner .carousel-inner > .item > img{
    max-width: none;
    width: 1920px;
    /* height: 426px; */
}
.banner .carousel-inner > .item{
    height: 426px;
    overflow: hidden;
}
.banner .carousel-inner > .item > a{
    display:block;
    /* width:1920px; */
    height: 426px;
    background-repeat: no-repeat;
    background-position: center;
}
.thumbnail{
    padding: 0;
    border: 1px solid transparent;
    margin: 0;
}
.thumbnail a{
    text-decoration: none;
}

/* 右边固定栏 */
/* .sidebar-r{
    top: 300px;
    right: 0;
}
.sidebar-r li{
    background-color: #f00;
} */
.sidebar-r{
    position:fixed;
    width: 142px;
    height: 284px;
    right:0;
    top:50%;
    z-index:100;
    background-image: url(../img/index/sidebar-bg.png);
    text-align: center;
    padding-top: 110px;
    margin-top: -68px;

}
.sidebar-r .toTop{
    position: absolute;
    width: 68px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.sidebar-r .toClose{
    position: absolute;
    width: 18px;
    height: 27px;
    top: 70px;
    right: 10px;
    cursor: pointer;
    background-image: url(../img/index/sidebar-close.png);
}
.sidebar-r .toOpen{
    position: absolute;
    background-image: url(../img/index/sidebar-icon.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor: pointer;
}
.sidebar-r p a{
    color: #fff;
    text-decoration: none;
}
.sidebar-img{
    width: 100%;
    height: 100px;
    margin-top: 15px;
}
.sidebar-img a{
    width: 84px;
    height: 84px;
    margin-top: 10px;
    border-radius: 50%;
    display: inline-block;
    background-image: url(../img/index/sidebar-img.png);
    background-repeat: no-repeat;
    background-position: center;
    animation: UandD  1.5s .5s linear infinite;
}
@keyframes UandD{
    25%{
        background-position: center;
    }
    30%{
        background-position: center -4px;
    }
    60%{
        background-position: center 4px;
    }
}
.sidebar-r .sidebar-r-b a{
    width:36px;
    height:36px;
    margin-bottom: 10px;
    display: inline-block;
}
.sidebar-r .sidebar-r-b a span{
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../img/index/sidebar.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.sidebar-r .btn-section{
    background-color: #ff9a26;
    border: 1px solid #ff9a26;
    color: #fff;
    width: 131px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
    transition: all .2s;
    box-sizing: border-box;
    /*margin-top: 12px;*/
    margin-left: 2px;
    line-height: 32px;
    font-size: 13px;
}
.sidebar-r .btn-section:hover{
    background-color: #feb35e;
}
.sidebar-r .sidebar-r-b a .icon-ww{
    background-position: 5px -51px;
}
.sidebar-r .sidebar-r-b a .icon-qq{
    background-position: 5px -105px;
}
/*************************************************************/
.pt-52{
    padding-top: 52px;
}
.text-sgGray {
    color: #94999e;
}
.p0{
    padding: 0 !important;
}
/*按钮规范*/
.btn-blue {
    background: #1da6ff;
    color: #ffffff;
    cursor: pointer;
}
.btn-blue:hover {
    color: #fff;
    background-color: #60c1ff;
}
.btn-blue:focus{
    color: #fff;
    background-color: #1da6ff;
}
.btn-orange {
    background: #ff9a26;
    color: #ffffff;
    cursor: pointer;
}
.btn-orange:hover {
    color: #fff;
    background-color: #feb35e;
}
.btn-orange:active {
    color: #fff;
    background-color: #fd802e;
}
/*超大按钮，6个字、有图标*/
.btn-hg{
    width: 200px;
    height: 56px;
    line-height: 55px;
    font-size: 22px;
    /*font-weight: bold;*/
    letter-spacing: 1.1px;
    border-radius: 5px;
    transition: all .2s;
    padding: 0;
}
/*实际是50px的，但是好像有空格*/
.btn-hg+.btn-hg{
    margin-left: 45px;
}
/*大按钮，2~4个字*/
.btn-lg{
    width: 180px;
    height: 52px;
    line-height: 51px;
    font-size: 20px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .2s;
    padding: 0;
}

.btn-lg-orange {
    background-color: #ff9a26;
    border: 1px solid #ff9a26;
    color: #ffffff;
    width: 180px;
    height: 52px;
    line-height: 51px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0;
}
.btn-lg-orange:hover {
    color: #fff;
    background-color: #feb35e;
}
.btn-lg-orange:active {
    color: #fff;
    background-color: #fd802e;
}
.btn-sm-blue{
    background-color: #1da6ff;
    border: 1px solid #1da6ff;
    border-radius: 4px;
    color: #ffffff;
    width: 112px;
    height: 33px;
    font-size: 14px;
}
.btn-sm-blue:hover {
    color: #ffffff;
    background-color: #60c1ff;
}
.btn-sm-blue:active {
    color: #ffffff;
    background-color: #0192ef;
}
.btn-lg-blue{
    background-color: #1da6ff;
    border: 1px solid #1da6ff;
    color: #ffffff;
    width: 180px;
    height: 52px;
    line-height: 51px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0;
}
.btn-lg-blue-o{
    background-color: #fff;
    border: 1px solid #1da6ff;
    color: #1da6ff;
    width: 180px;
    height: 52px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0;
}
.btn-lg-blue-o:hover{
    color: #ffffff;
    background-color: #60c1ff;
}
.btn-lg-blue-o:focus{
    color: #ffffff;
    background-color: #1da6ff;
}

.cursor-pointer{
    cursor: pointer;
}

.btn-lg-blue:hover{
    background: #60c1ff;
}
.btn-lg-blue:active{
    background: #0192ef;
}

.mt{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.ml-20{
    margin-left: 20px!important;
}
.ml-50{
    margin-left: 50px;
}

.sweet-alert .sa-icon.sa-info::after {
    left: 50%;
}
/*************************************************************/

.filter-gray {
    filter: grayscale(100%) opacity(40%) saturate(0%);
    transition: all .3s;
}

.filter-gray:hover {
    filter: grayscale(0%) opacity(100%) saturate(100%);
}
.mb0{
    margin-bottom: 0 !important;
}

.bg-content {
    margin-top: 98px;
}

.bg-img {
    background-position: center!important;
    position: fixed;
    top: 96px;
    width: 100%;
    z-index: -1;
    height: 310px;
}

.bg-content:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100px;
    margin-top: -100px;
    background: -ms-linear-gradient(top, rgba(10,10,12,0), #264c64);/* IE 10 */
    background:-moz-linear-gradient(top,rgba(10,10,12,0),#264c64);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 0,from(rgba(10,10,12,0)), to(#264c64));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 0, from(rgba(10,10,12,0)), to(#264c64));/* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, rgba(10,10,12,0), #264c64); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgba(10,10,12,0), #264c64);  /*Opera 11.10+*/
}

.bg-win {
    margin-top: 98px;
    background:none;
    height: 310px;
}

.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: #1da6ff;
}
.banner .carousel-control .glyphicon-chevron-left,
.banner .carousel-control .glyphicon-chevron-right{
    margin-left: -10px;
    width: 19px;
    height: 33px;
    background-image: url(../img/index/arrow.png);
    background-repeat: no-repeat;
    background-position: -50px 0px;
}
.banner .carousel-control .glyphicon-chevron-right{
    margin-right: -10px;
    background-position: -2px 0px;
}
.banner .glyphicon-chevron-left:before,
.banner .glyphicon-chevron-right:before{
    content: '';
}
.banner .carousel-control{
    display: none;
    opacity: 1;
}
.banner .carousel-control:hover,
.banner .carousel-control:focus{
    opacity: 1;
}
.banner .carousel-control:hover .glyphicon-chevron-left{
    background-position: -50px -63px;
}
.banner .carousel-control:hover .glyphicon-chevron-right{
    background-position: -2px -63px;
}

.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: #1ba6ff;
    border-color: #1ba6ff;
    cursor: default;
}
.carousel-control.right,
.carousel-control.left{
    filter:none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1ba6ff;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a.last-page{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* ie轮播图间隙 */
.banner .carousel-inner > .item{
    background-color:#012035;
}
.banner .carousel-caption{
    padding-bottom: 30px;
}
.banner .carousel-indicators{
    bottom: 20px;
}

.modal-open {
    overflow: visible;
    padding-right: 0 !important;
}
.modal-open .modal {
    margin-right: -17px;
}
.modal-open .modal-dialog{
    min-width:800px !important;
}

.page-ellipsis {
    vertical-align: top;
    padding-top:15px;
    width:40px;
}

.page-ellipsis:before {
    content: "...";
    height: 34px;
}
.sweet-alert p {
    color: #40abfd !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}
.quote-box{
    padding-top: 38px;
    padding-bottom: 76px;
    white-space: nowrap;
}
.quote-box .part{
    display: inline-block;
    vertical-align: top;
    width: 297px;
    height: 219px;
    cursor: pointer;
    margin: 0 51px 0 68px;
    text-align: center;
}
.quote-box .part:hover{
    background-color: aliceblue;
    transition: all .5s;
}
.quote-box .dashed-line{
    display: inline-block;
    height: 219px;
    border-left: 1px dashed #1da6ff;
}
.quote-box .br0{
    border-right:none;
    margin: 0 68px 0 51px;
}
.quote-box .part > div{
    border: 1px solid #1da6ff;
    height: 100%;
    padding: 68px 40px 20px 40px;
}
.quote-box .part p{
    font-size: 15px;
}
.quote-box .part p > span{
    color: #1da6ff;
}
.quote-box .part .top {
    display: inline-block;
    vertical-align: middle;
}
.quote-box .part .fyi {
    font-size: 12px;
    color: #fd5513;
    display: block;
}
.quote-box .part .top > div:nth-child(2) {
    display: inline-block;
    height: 50px;
    font-size: 20px;
    color: #1da6ff;
    padding-left: 10px;
}
.quote-box .part .top > img{
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.promise{
    line-height: 40px;
    background-color: #f3faff;
    text-align: center;
    color: #f00;
    z-index: 21;
    cursor: pointer;
    display: none;
    overflow: hidden;
}
.promise-sm{
    font-size: 16px;
    display: block !important;
}
.promise-lg .lg-t{
    font-size: 24px;
}
.promise-lg .lg-b{
    font-size: 20px;
}
.promise-lg p{
    color: #f00;
}
.promise-icon{
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 136px;
    background-image: url(../img/index/promise.png);
    background-position: center;
    background-repeat: no-repeat;
}

.pt-all{
    padding-top:108px;
}

.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;
}
.wd-xl {
  width: 320px;
}

.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;
}
.text-nowrap{
    white-space: nowrap;

}
.vertical-middle{
    vertical-align: middle!important;
}
.sogaaIcon{
    background: url(../img/sogaaIcon.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.popover-content {
    font-family: "Microsoft Yahei", Regular, sans-serif !important;
}

.inline {
    display: inline-block;
}
/*.ngdialog 火狐无法滚动问题*/
.ngdialog-overlay{
    z-index: 1;
}
.ngdialog-content{
    z-index: 2;
}