body,ul,h1,h2,h3,h4,h5,h6,p,ol,dl,dt,button,dd,input,form,select,form,input,textarea,legend,fieldset{ margin:0; padding:0; font-family:"微软雅黑",Arial, Helvetica, sans-serif;outline: none;}
body{
    font-size: 14px;
    line-height: 2;
}
li{
    list-style-type: none;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a{
    transition: all .5s ease-in;
}
iframe{
    display: inline-block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.menu_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    margin-right: 15px;
}
.logo a{
    display: block;
    float: left;
    width: 200px;
    height: 0;
    padding-top: 80px;
}
.menu{
    display: flex;
    justify-content: space-between;
}
.menu > li{
    position: relative;
}
.menu > li > a{
    padding: 0 20px;
    font-size: 16px;
}

.menu_drop{
    position: absolute;
    min-width: 100%;
    background-color: rgba(25,113,196,.8);
    left: 0;
    z-index: 99;
    text-align: center;
    display: none;
}
.menu_drop a{
    color: #fff;
    display: block;
}
.menu_drop li:hover a{
    background-color: #fff;
    color: #1971c4;
}

.sea{
    position: relative;
}
.sea i{
    color: #1381ce;
    cursor: pointer;
}
.sea span{
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 9;
}
.sea span form{
    display: flex;
    justify-content: space-between;
}
.sea span input{
    border: 1px solid #ccc;
    padding-left: 10px;
}
.sea span button{
    border: 0;
    width: 50px;
}
@font-face {
    font-family: 'aunchantedxspaceregular';
    src: url('../font/aunchantedxspace-webfont.eot');
    src: url('../font/aunchantedxspace-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/aunchantedxspace-webfont.woff2') format('woff2'),
        url('../font/aunchantedxspace-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media(min-width: 1240px){
    .container{
        max-width: 1200px;
    }
}

/* top */
header {
    background-color: #0b2a40;
    color: #fff;
    line-height: 50px;
}

/* title */
.title{
    text-transform: uppercase;
}
.title h2{
    color: #5e627b;
}
.title h2,.title span span{
    font-family: 'aunchantedxspaceregular';
}
.title span span{
    font-size: 46px;
}
.title p > span{
    display: inline-block;
    padding: 0 20px;
}
.title p{
    font-size: 38px;
    color: #1381ce;
    line-height: 1.2;
    background:  #1f2034;
}

/* 3d model */
.model li a{
    display: block;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #333;
}
.model li img{
    transition: all .5s;
}
.model li:hover img{
    transform: scale(1.1);
}
.o-h{
    overflow: hidden;
}


.more{
    font-family: 'aunchantedxspaceregular';
    background-color: #242e47;
    color: #1381ce;
    box-shadow: inset 0 0 20px #1381ce;
    padding: 0.4em 2.2rem;
    font-size: 28px;
    border-radius: 30px;
    text-transform: uppercase;
}

/* print */
.print a{
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.print a span{
    position: absolute;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(60px);
    transition: all .5s;
    background: rgba(255,255,255,.6);
    color: #1381ce;
}
.print li:hover a span{    
    transform: translateY(0);
}

.title_a{
    margin-bottom: 3rem !important;
}
.title_a h2{
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'aunchantedxspaceregular';
}
.title_a p{
    font-size: 30px;
    color: #1381ce;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.title_a span{
    position: relative;
    width: 10rem;
    display: block;
    margin: 0 auto;
}
.title_a span:before{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    content:'';
    background-color: #e3e3e3;
}
.title_a span:after{
    position: absolute;
    width: 30%;
    left: 50%;
    bottom: -3px;
    height: 5px;
    content:'';
    margin-left: -15%;
    background-color: #878787;
}
.title_a.white{
    color: #fff;
}
.title_a.white span:before,.title_a.white span:after{
    background-color: #fff;
}

/* animate */
.animate_bg{
    background: url(../images/ani_bg.png) no-repeat center/cover;
}
.ani_slide .video,.ani_slide .animate_con{
    width: 50%;
}
@media(max-width: 992px) {
   .ani_slide .video,.ani_slide .animate_con{
    width: 100%;
} 
}
.animate_con{
    background-color: #1381ce;
    color: #fff;
}
.more_ani{
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0.5em 2.2em;
    color: #fff;
    transition: all .5s;
}
.more_ani:hover{
    background-color: #fff;
    color: #1381ce;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #1381ce;
}

/* service */
.service li a{
    display: block;
    padding-top: 1rem;  
    padding-bottom: 1rem;
    color: #555;
    border: 1px solid #e8e8e8;
}
.service li a span{
    width: 180px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-position: 0 0 !important;
    transition: all .8s;
}
.service li:hover a span{
    background-position: 100% 0 !important;
}
.service li a p{
    color: #999;
}
.service_con{
    width: 80%;
    margin: 0 auto;
}

/* case */
.case_bg{
    background-color: #f7f7f7;
}
.case_title li{
    display: inline-block;
}
.case_title li a{
    padding: 0.4rem 2rem;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}
.case_title li:hover a,.case_title li.on a{
    background: linear-gradient(to right,#108fd4, #3232a0);
    color: #fff;
}
.case_list{
    display: none;
}
.case_list.on{
    display: flex;
}
.case_list li a{
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}
.case_list li i{
    font-size: 18px;
    color: #d3d3d3;
}
.case_list li h4{
    color: #666;
}
.case_list li p{
    color: #999;
}
.case_list li:hover h4{
    color: #1381ce;
    font-weight: bold;
}

/* news */
.news_bg{
    background-color: #f7f7f7;
}
.news_list li a{
    background-color: #fff;
    display: block;
}
.news_list h4{
    font-size: 1.2rem;
}

/*news*/
.news_list li a{
    color: #333;
}
.news_list li p,.news_list li span{
    color: #999;
}
.news_list li em{
    font-style: normal;
    text-decoration: underline;
    color: #999;
}
.news_more{
    text-transform: uppercase;
    font-size: 12px;
}

.hengfu{
    background-color: #1971c4;
    color: #fff;
    margin-bottom: -2rem;
}
.hengfu span{
    font-size: 28px;
    font-weight: bold;
}
.ewm{
    max-width: 120px;
}

/*foot*/
.foot_wrapper{
    display: flex;
    justify-content: space-between;
}
footer{
    background-color: #333;
    color: #fff;
}
footer a{
    color: #fff;
}
.foot_wrapper{
    display: flex;
    justify-content: space-between;
}
.foot_wrapper h3{
    font-size: 16px;
    margin-bottom: 1rem;
}
.foot_wrapper span{
    display: flex;
    flex-direction: column;
}
.foot_b{
    border-top: 1px solid #666;
    padding-top: 1rem;
    margin-top: 2rem;
}
.fs-sm-28.fs-24{
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 1rem;
}
.sonsort{
    border-bottom: 1px solid #ccc;
}
.sonsort .btn-info,.case_list_con .btn-info{
    background-color: #1971c4;
    border-color: #1971c4;
}
.page-link{
    padding: 0.2rem 0.5rem;
}

@media(max-width: 768px) {
    .case_title li a{
        padding: .2rem  1rem;
    }
    .ewm{
        max-width: 100%;
    }
}
.swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #1381ce;
}


/*内页*/
.figure{
    width: 100%;
    padding: 8px;
    background-color: #eee;
}
.foot_bottom{
    border-top: 1px solid rgba(255,255,255,.1);
}
.foot_top a,.foot_top,.foot_bottom,.foot_bottom a{
    color: #cbcbcb;
}
.foot_top h3 a{
    color: #fff;
}
.toTop{
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background-color: #0b2a40;
    color: #fff;
    z-index: 999;
    text-align: center;
    box-shadow: 0 0 5px 2px rgba(255,255,255,.1);
    cursor: pointer;
}
.toTop i{
    font-size: 22px;
}
.content img{
    max-width: 100%;
}
.content iframe{
    display: block;
    margin: auto;
}