﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr 
{
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
}

body 
{
  color: #000;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; 
}

.emptyPage
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

@media (max-width: 768px) 
{
    body 
    {
        padding-bottom: 70px;
    }
}

table 
{
  border-collapse: collapse;
  border-spacing: 0; 
}

img 
{
  display: block;
}
.imgHover
{
    overflow: hidden;
}
.imgHover img
{
    transition: 0.5s;
}
.imgHover img:hover
{
    transform: scale(1.2);
}

ol, ul, li 
{
  list-style: none; 
}

caption, th 
{
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 
{
  font-weight: normal;
  font-size: 100%; 
}

input,textarea {
    -webkit-appearance: none;
}


/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; 
}
a:hover 
{
    color: #ec0000;
}
i, strong, em {
  font-style: normal; }
.hidden
{
    display: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear:after
{ 
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}

/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure
{
  display: block; 
}

/* 链接颜色设置*/
.main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px)
{
    .main {
        padding-left: 10px;
        padding-right: 10px;
    }
} 

.wrap 
{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


/*公共标题*/
.modularTitle
{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.modularTitle span
{
    display: block;
    font-size: 40px;
    color: #060002;
    font-weight: bold;
}
.modularTitle span i
{
    color: #e1963a;
}
.modularTitle small
{
    display: block;
    font-size: 18px;
    color: #676767;
    margin-top: 6px;
}
.modularTitle small:before
{
    content: "—— ";
}
.modularTitle small:after
{
    content: " ——";
}
.modularTitle.white span{
    color: #fff;
}
.modularTitle.white small{
    color: #fff;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        margin-top: 30px;
        margin-bottom: 15px;
    }
   .modularTitle span
    {
        font-size: 22px;
    }
    .modularTitle small
    {
        font-size: 14px;
        margin-top: 4px;
    }

}


/*头部信息*/
.logo
{
    background-color: #08537e;
    color: #fff;
    height: 106px;
    padding: 15px 0;
}
.topLineBox
{
    height: 40px;
    background: #efefef;
}

.topLine
{
    line-height: 40px;
}

.logo .logo-main
{
    height: 100%;
}
.logo .logoImg, 
.logo .slogan 
{
    height: 100%;
}
.logo .logoImg:before ,
.logo .slogan:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo .logoImg img ,
.logo .slogan img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.logo .slogan
{
    margin-left: 9%;
}
.logo .slogan img
{
    margin-top: 15px;
}

.topCotactBox
{
    height: 100%;
}

.topCotactBox .contactText
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.topCotactBox .contactTel
{
    font-size: 14px;
}
.topCotactBox .contactTel span
{
    font-size: 30px;
    color: #e1963a;
}
.topCotactBox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.topCotactBox .contactTel{
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1200px) 
{
    .logo .slogan
    {
        display: none;
    }
}
@media (max-width: 768px) 
{
    .logo
    {
        height: 60px;
        padding: 5px 0;
    }
    .topLineBox
    {
        display: none;
    }
    
    .logoImg
    {
        width: 80%;
    }
    
    .topCotactBox
    {
        display: none;
    }
}



nav
{
    background: #06195d;
    height: 56px;
}

.nav a
{
    color: #fff;
    display: block;
    line-height: 60px;
    font-size: 16px;
}

.nav ul.item1> li
{
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
}

.nav ul.item1> li:hover
{
    background-color: #e1963a;
}
nav ul.item2 {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 6666;
    background-color: #f5f5f5;
}

nav ul.item2 li {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
}

nav ul.item2 li a {
    color: #5f5d5d;
    display: block;
}

nav ul.item2 li:hover a{
    color: #014c85;
}


nav ul.item1>li:hover ul.item2 {
    display: block;
}


.navbar-toggle
{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav .navMask
{
    display: none;
}

@media (max-width: 768px) 
{    
    .navbar-toggle
    { 
        display: block;
    }
    
    .nav{ padding: 1em; background-color: #fff; border-top: 1px solid #e7e7e7; }
    .nav ul.item1> li{ display: block; width: 100%; border-left: 0;text-align: left; padding: .1em 0;font-size: 20px;text-indent: 1em;}
    .nav .item2{display: none !important;}
    .nav a{ color: #b0b0b0;line-height: 2;}
    .nav
    {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 50%;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav.on
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .navMask 
    {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 90;
    }
}

/*头部信息*/

/* 轮播图 */
.slideBox {
  overflow: hidden;
  position: relative;
}

.slideBox li {
  width: 100%;
}

.slideBox li img {
  width: 100%;
}

.slideBox .pcBanner{
    display: block;
}
    
.slideBox .mobileBanner{
    display: none;
}

@media (max-width: 768px) 
{
    .slideBox .pcBanner{
        display: none;
    }
    
    .slideBox .mobileBanner{
        display: block;
    }
}
/* 轮播图 */

/*底部信息*/
.footerBox
{
    background: #272727;
    overflow: hidden;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}
.footerBox a
{
    color: #fff;
}
.footerBox .bottomNav
{
    float: left;
}
.footerBox .bottomNav li
{
    float: left;
    padding: 0 1em;
    font-size: 16px;
    border-right: 1px solid #fff;
    line-height: 1em;
}
.footerBox .bottomNav li:last-child
{
    border-right: none;
}
.bottomContactBox
{
    float: left;
    clear: left;
    font-size: 14px;
    margin-top: 15px;
}
.bottomContactBox div
{
    margin-top: 5px;
}
.bottomContactBox i
{
    font-size: 2em;
    font-weight: bold;
}
.footerNav
{
    background: #08537e;
    display: flex;
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.footerNav a
{
    display: block;
    color: #fff;
    font-size: 16px;
}

.footerNav li
{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: #fff solid 1px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.footerNav li:last-child
{
    border: none;
}

.footerNav li img
{
    margin: 0 auto 2px auto;
    height: 40px;
}


.sharedCode {
    width: 138px;
    float: right;
    text-align: center;
    font-size: 12px;
}
.sharedCode img
{
    width: 100%;
}
@media (max-width: 768px) 
{
    .footerBox
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bottomContactBox ,
    .sharedCode
    {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .sharedCode
    {
        margin-top: 10px;
    }
  .bottomNav
    {
        display: none;
    }
    
    .footerBox .bottomContactInfo
    {
        margin-top: 0px;
    }
    
    .footerBox .bottomContactBox
    {
        /*justify-content: space-around;*/
    }
    
    .footerNav
    {
        display: flex;
    }
}




/*流程*/
.processBox{
    background: url("../Images/processList-bg.jpg") no-repeat center center / cover;
    color: #fff;
    padding: 30px 0 90px;
    margin-top: 50px;
}
.processList{
    padding-top: 30px;
}
.processList li
{
    float: left;
    width: 16.6%;
    text-align: center;
}
.processList li .icon{
    width: 60%;
    padding-bottom: 42%;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.processList li span{
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.processList li .icon-1{
    background-image: url("../Images/process-icon1.png");
}
.processList li .icon-2{
    background-image: url("../Images/process-icon2.png");
}
.processList li .icon-3{
    background-image: url("../Images/process-icon3.png");
}
.processList li .icon-4{
    background-image: url("../Images/process-icon4.png");
}
.processList li .icon-5{
    background-image: url("../Images/process-icon5.png");
}
.processList li .icon-6{
    background-image: url("../Images/process-icon6.png");
}
@media (max-width: 768px) 
{
    .processBox
    {
        padding: 15px 0;
    }
    .processList li
    {
        width: 33.3%;
        margin-bottom: 40px;
    }
    .processList li span
    {
        font-size: 13px;
    }
}
/*流程end*/


/* 服务 */
.serviceList{
    overflow: hidden;
}
.serviceList ul{
}
.serviceList li{
    float: left;
    width: 50%;
}
.serviceList li .liBox{
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.serviceList li.fr .liBox{
    float: right;
}
.serviceList li .textBox,
.serviceList li .imgBox{
    height: 250px;
}
.serviceList li .textBox{
    border: 1px solid #08537e;
    text-align: center;
    padding: 30px 16px 5px;
}
.serviceList li .textBox span{
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.serviceList li .textBox p{
    font-size: 14px;
    color: #414141;
    line-height: 1.8em;
    margin-top: 10px;
}
.serviceList .img1
{
    background: url("../Images/service-img1.jpg") no-repeat center center / cover;
}
.serviceList .img2
{
    background: url("../Images/service-img2.jpg") no-repeat center center / cover;
}
.serviceList .img3
{
    background: url("../Images/service-img3.jpg") no-repeat center center / cover;
}
.serviceList .img4
{
    background: url("../Images/service-img4.jpg") no-repeat center center / cover;
}
@media (max-width: 768px) 
{
    .serviceList li
    {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }
    .serviceList li:nth-child(2n)
    {
        flex-direction: row-reverse;
    }
    .serviceList li .liBox:first-child
    {
        flex: 3;
    }
    .serviceList li .liBox:last-child
    {
        flex: 2;
    }
    .serviceList li .liBox
    {
        width: auto;
        float: none;
        margin-bottom: 0;
    }
    .serviceList li .textBox
    {
        padding: 10px;
        height: 100%;
    }
    .serviceList li .textBox span
    {
        font-size: 14px;
    }
    .serviceList li .textBox p
    {
        font-size: 12px;
    }
    .serviceList li .imgBox
    {
        height: 100%;
    }
    
    
}
/* 服务end */


/*优势*/
.advantageList ul
{
    position: relative;
}
.advantageList ul:before
{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #08537e;
    top: 52px;
    left: 0;
    z-index: -1;
}
.advantageList li
{
    float: left;
    text-align: center;
    width: 25%;
}
.advantageList li .num
{
    display: inline-block;
   padding: 10px;
   border: 1px solid #08537e; 
    border-radius: 50%;
    background-color: #fff;
}
.advantageList li .num i
{
    display: block;
    font-size: 40px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    box-sizing: content-box;
    background-color: #08537e;
    color: #e1963a;
    font-weight: bold;
}

.advantageList li .text
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 768px) 
{
    .advantageList li
    {
        width: 50%;
        margin-bottom: 25px;
        padding: 0 4px;
    }
    .advantageList li .text
    {
        font-size: 13px;
        margin-top: 15px;
    }
    .advantageList ul:before
    {
        display: none;
    }
}
/*优势 end*/


/* 商机 */
.opportunityBox{
    background: url("../Images/opportunity-bg.jpg") no-repeat center center / auto 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 80px;
}
.opportunityList li{
    float: left;
    width: 48%;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 3% 2%;
}
.opportunityList li .icon{
    float: left;
    width: 20%;
    padding-bottom: 20%;
    background-color: #4b73b0;
    border-radius: 50%;
    margin-right: 5%;
}
.opportunityList li .content{
    overflow: hidden;
}
.opportunityList li .content span{
    display: block;
    font-size: 22px;
    color: #3c3c3c;
    font-weight: bold;
    margin-top: 3%;
}
.opportunityList li .content p{
    font-size: 14px;
    color: #737373;
    line-height: 1.6em;
    margin-top: 0.5em;
}
.opportunityList li .icon1{
    background: url('../Images/opportunity-icon1.png') no-repeat center center / contain;
}
.opportunityList li .icon2{
    background: url('../Images/opportunity-icon2.png') no-repeat center center / contain;
}
.opportunityList li .icon3{
    background: url('../Images/opportunity-icon3.png') no-repeat center center / contain;
}
.opportunityList li .icon4{
    background: url('../Images/opportunity-icon4.png') no-repeat center center / contain;
}
.opportunityList li .icon5{
    background: url('../Images/opportunity-icon5.png') no-repeat center center / contain;
}
.opportunityList li .icon6{
    background: url('../Images/opportunity-icon6.png') no-repeat center center / contain;
}
@media (min-width: 769px)
{
    .opportunityList ul
    {
        display: block;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
    }
    .opportunityList ul li:nth-child(2n)
    {
        margin-right: 0 !important;
    }
} 
@media (max-width: 768px) 
{
    .opportunityBox
    {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .opportunityList 
    {
        background-color: #fff;
    }
    .opportunityList li
    {
        marin-bottom: 0;
    }
    .opportunityList li .content span
    {
        font-size: 18px;
    }
    .opportunityList li .content p
    {
        font-size: 14px;
    }
}
/* 商机end */

.strengthBox{
    margin-top: 60px;
    padding-bottom: 56.25%;
    background: url("../Images/strength-bg.jpg") no-repeat center center / cover;
}
@media (max-width: 768px) 
{
    .strengthBox
    {
        margin-top: 30px;        
    }
}