
/*===== 公用样式=====*/

body {
    font-family: "Helvetica" ,"Arial","tahoma",!important;
    font-weight: normal;
    font-style: normal;
    color: #181818;
    overflow-X: hidden;
    background-color: #f8f8f8;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: 700;
    color: #2e3d62;
    margin: 0px;
}

h1,h2,h3,h4,h5 {
    font-size: 18px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666e82;
    margin: 0px;
}
.clear{clear:both;width:0px;height:0px;}

.clearfix{zoom:1;}

.clearfix:after {content: ".";display: block;visibility: hidden;height: 0;clear: both;}

.clear-box{
    width: 100%;
    clear: both;
    height: 0px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.mt-40{
    margin-top: 40px;
}


/*===== 导航、页尾=====*/


header{
    width: 100%;
    padding: 20px 0px;
}


.headlogo img{
    display: block;
    width: 50%;
}

.headnav ul{
    margin: 0px;
    padding: 0px;
    position: relative;
}
.headnav ul li{
    display: inline-block;
    list-style: none;
    width:30%;
    line-height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.headnav ul li p{
    font-weight: 600;
}
.headnav ul li a{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    display: block;  
    font-weight: 600;
}

.headnav ul li a:hover,.headnav ul li.active a{
    display: inline-block;
    font-size: 14px;
    color: #2c9dd9;
    
}

.hd-nav-tab{
    position: relative;
}


.hd-nav-tab span{
    color: #666666;
    display: block;
    width: 100%;
    line-height: 48px;
    font-weight: 600;
    cursor: pointer;
}

.hd-nav-tab span:hover,.hd-nav-tab.active span{
    color: #2c9dd9;
   
} 

.hd-nav-tab i{
    display: block;
    opacity: 0;
}

.head-xiala{
    display: none;
    position: absolute;
    top:45px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding:10px 0px;
    border:0px;
    border-radius: 5px;
    text-align: center;
    box-shadow: #ebebeb 0px 2px 10px;
}


.headbtn {
    display: inline-block;
    background-color: #2c9dd9;
    width:48%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    color: #ffffff;
}


.headbtn:hover{
    background-color: #5ec7ff;
}

.language-tab {
    position: relative;
    width:48%;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    text-align: center;
    cursor: pointer;
    float: right;
  }
  .language-tab span{
    display: block;
    width: 100%;
  }
  .lang-drag-btn{
    opacity:0;
}
  .language-tab .dropdown-box {
    display: none;
    position: absolute;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    top:50px;
    right: 0px;
    z-index: 10;
    background: #ffffff;
    width:100%;
    border-radius:5px;
  }
.dropdown-box .dropdown-box-item {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
  }
 .dropdown-box .dropdown-box-item a {
    display: block;
    color: #343434;
  }
  .dropdown-box .dropdown-box-item a:hover{
    color: #2c9dd9;
  }

.head-xiala dd{
    margin-bottom: 0px !important;
}


.head-xiala dd:first-child{
    border-bottom: 1px dashed #ebebeb;
}

.head-xiala a{
    display: inline-block;
    width: 100%;
    color: #343434 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform:none !important;
}

.head-xiala a:hover{
    background-color: #5ec7ff;
    color: #ffffff !important;
}

.mobile-head{
    display: none;
}

.banner{
    width: 100%;
    overflow: hidden;
    background-image: url("../images/banner-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:80px 0px;
}

.bannertx{
    width:100%;
    text-align: center;
}

.bannertx h3{
    font-size:36px;
    color: #ffffff;
    text-transform: uppercase;
}

.bannertx p{
    color: #bdccde;
    margin:20px auto 0px;
    width: 50%;
    font-size: 16px;
}

.footer-area{
    width: 100%;
    background-color: #2c9dd9;
    color: #ffffff;
}



.footer-area p{
    margin-bottom: 0px;
    color: #ffffff;
}

.foot-head{
    background-color: #ffffff;
    padding: 30px 0px;
    color: #343434;
    font-size:20px;
    font-weight: 350;
    text-align: center;
}

.foot-head a{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #2c9dd9;
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
}

.foot-head a:hover{
    background-color: #5ec7ff;
}


.footer-area .col-lg-6,.footer-area .container{
    padding: 0px;
}


.footer-area img{
    display: inline-block;
    margin-right: 10px;
}

.foot-text{
    background-color: #000000;
    padding: 20px 0px;
    text-align: center;
}

.common-title{
    text-align: center;
}

.common-title h4{
    font-weight:normal;
    font-size: 36px;
    text-transform: uppercase;
}

.common-title p{
    margin-top:12px;
    color: #999999;
}


/*===== 首页样式=====*/

.index-top{
    background-color: #ffffff;
    padding: 60px 0px;
    text-align: center;
    position: relative;
}

.index-top-img{
    margin-top: 30px;
}

.index-top-txt{
    box-shadow: 0px 4px 3px #ebebeb;
    padding:5% 7%;
    line-height: 30px;
    position: relative;
    left: 0px;
    bottom: -100px;
    background-color: #ffffff;
    margin: -120px auto 0px;
}

.index-bottom{
    padding: 120px 0px 60px;
}

.index-bottom .col-lg-6{
    padding: 0px;
    margin-top: 60px;
}

.index-bottom .col-lg-6:last-child{
    padding-left: 3%;
}

.index-bottom-txt{
    width: 97%;
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
}

.index-bottom-txt h5{
    padding: 30px 0px;
}

.index-bottom-txt p{
    color: #666666;
    line-height: 30px;
}

.index-bottom .col-lg-6:last-child p{
    line-height:20px;
}

.index-bottom-txt a{
    display: block;
    width: 60%;
    height: 40px;
    background-color: #2c9dd9;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 0px;
    border-radius: 20px;
}

.index-bottom-txt a:hover{
    background-color: #5ec7ff;
}

/*===== 功能分类=====*/
.gnfl{
    background-color: #ffffff;
    padding: 40px;
    margin-top:30px;
    margin-bottom: 30px;
}
.gnfl h4{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
}

.gnfl img{
    display: block;
    margin: 40px auto 0px;
    object-fit: contain;
    justify-content: center;
}


.gnfl h2,.gnfl h3{
    margin-top: 20px;
}

.gnfl p{
    margin-top: 10px;
    line-height:32px;
    color: #666666;
}

.about{
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0px;
}

.about-img img{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    justify-content: center;
}

.about-txt{
    margin-top: 30px;
    margin-left: 50px;
}

.about-txt h5{
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.about-txt .txt-p{
    margin-top: 20px;
    line-height:28px;
    
}

.about-tips{
    background-color: #f0f0f0;
    border-radius: 5px;
    border-left: 4px solid #343434;
    padding:0px 20px 20px 20px;
    margin-top:30px;
}

.about-tips p{
    padding-top: 20px !important;
    color: #666666;
}

.contact{
    width: 100%;
    background-color: #f8f8f8;
    padding: 60px 0px;
}

.contact-title h4{
    text-transform: uppercase;
}

.contact-txt{
    text-align: center;
    margin-top: 10px;
    color: #000000;
}
.login{
    width: 100%;
    height:calc(100vh - 0px);
    position: relative;
    overflow: hidden;
}
.login img{
    display: block;
    width: 100%;
    height: 100%;
    justify-content: center;
    object-fit: cover;
}

.login-wrap{
    width: 100%;
    position:absolute;
    top:120px;    
}

.login-form{
    width: 40%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    margin: 0 auto;
}

.login-form .title{
    font-weight: normal;
    font-size: 30px;
    text-align: center;
}

.login-form .tips{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top:20px;
}

.login-btn{
    width: 90%;
    margin: 20px auto 20px;
    background-color: #2c9dd9;
    color: #ffffff;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0px;
}

.form-control{
    background-color: #f8f8f8;
    border: 0px;
    margin-top: 20px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    
}

.form-control option{
    padding-right: 10px;
}

.input-box input{
    background-color: #f8f8f8;
    border: 0px;
    margin-top: 20px;  
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding:20px;
    color: #666666;
}


