﻿body,
html {
    overflow: hidden;
    overflow-y: auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    font-weight: lighter;
    font-size: 20px;
}

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

.my-navbar {
    padding: 10px 20px;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: #000000;
}

.navbar-nav a {
    background: transparent !important;
    /* color: #4a5568 !important; */
    /* color: #fff; */
    opacity: 0.6;
    font-size: 14px;
    font-weight: bolder;
    /* color: #D9D9D9; */
    color: #FFFFFF;
}

.navbar-nav a:hover {
    /* color: #4a5568 !important; */
    color: #fff;
    background: transparent;
    outline: 0;
    opacity: 1;
    font-weight: bolder;
}

/* .navbar-nav a {
    transition: color 0.5s ease-in-out;
} */

.navtitle {
    color:#000;
}

.navtitle li a {
    color:#000;
}

.top-nav {
    padding: 10px 20px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 8px #f1f1f1;
}

/* .top-nav .navbar-nav a,
.top-nav .navbar-brand {
    color: #000 !important;
} */

button.navbar-toggle {
    background-color: #fbfbfb;
}

button.navbar-toggle>span.icon-bar {
    background-color: #dedede
}

.navbar-brand {
    float: left;
    max-height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 48px;
}

.navbar-nav li.active a {
    opacity: 1;
}

/* .blockIcon {
    background: url(img/icon-s.png) no-repeat 0 0;
    width: 110px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    *margin-top: 12px;
}

.whiteIcon {
    background: url(img/icon-s.png) no-repeat 0px -27px;
    width: 110px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    *margin-top: 12px;
} */

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*nav css end*/

h1 {
    font-family: 'FZLTXHK 2';
    font-weight: lighter;
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-shadow: none;
}

/* .carousel-caption p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
    text-shadow: none;
}

.carousel-caption{
    padding-bottom: 110px\9;
} */

.buttonA {
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px 52px;
    border-radius: 40px;
    font-size: 22px;
    margin-right: 20px;
}

#btn1:hover {
    background: #48b4dc;
}

#btn2:hover {
    background: #4a9ad4;
}

#btn3:hover {
    background: #16397e;
}

#btn4 {
    color: #1d2f64 !important;
    background: #fff;
}

#btn4:hover {
    background: #e8ecf3;
}

/* .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 700px;
} */

/* .oneDiv {
    width: 800px;
    text-align: left;
    margin-left: 90px;
    margin-bottom: 30px;
}

.oneRightDiv {
    width: 800px;
    text-align: right;
    margin-left: 90px;
    margin-bottom: 30px;
} */

/* #thirdDiv {
    width: 450px;
    text-align: left;
    margin-left: 90px;
    margin-bottom: 120px;
}

#thirdDiv h1 {
    margin-bottom: 90px;
}

#thirdDiv p {
    margin-bottom: 10px;
} */

@media (max-width: 3000px){
    
}

@media screen and  (max-width: 1000px) {
    /* .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .thumbnail a>img,
    .thumbnail>img {
        display: block;
        max-width: none;
    }
    
    h1 {
        font-size: 25px;
    }
    .carousel-caption p {
        margin-bottom: 60px;
        font-size: 14px;
        line-height: 1.8;
    }
    .buttonA {
        color: #fff !important;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 5px 28px;
        border-radius: 40px;
        font-size: 14px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .carousel-inner>.item>img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 500px;
        margin: -250px 0 0 -693px;
    }

    #oneDiv {
        width: auto;
        text-align: center;
    }
    
    #oneRightDiv {
        width: auto;
        text-align: center;
    } */
    /* #secondDiv {
        width: auto;
        text-align: center;
        margin: 0;
    }
    #thirdDiv {
        width: auto;
        text-align: center;
        margin: 0;
        margin-bottom: 100px;
    }
    #secondDiv p {
        font-size: 18px !important;
    } */
}

@media screen and  (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 100px;
    }
}

/*内容css*/
#iconDiv {
    /*padding: 80px 10px;*/
    text-align: center;
    /*background: url(img/line.png) no-repeat left bottom;*/
}

#iconDiv p {
    color: #4a5568;
}

#iconDiv span{
    color: #7bb6e6;
    font-size: 28px;
    font-weight: bold;
}

.iconImgDiv{
    margin-top: 50px;
}

.iconImgDiv li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    *float: left;
}

.spanText {
    font-size: 16px;
    display: inline-block !important;
    width: auto !important;
    color: #4a5568;
}

.spanText:hover {
    color: #4a5568;
}

.moreBtn,
.moreBtn-q {
    color: #4a5568 !important;
    text-decoration: none;
    border: 1px solid #d8dbdf;
    padding: 6px 28px;
    border-radius: 40px;
    font-size: 12px;
    margin-top: 18px;
    display: inline-block;
    font-weight: 500;
}

.moreBtn:hover {
    background: #f1f3f4;
}

.moreBtn-q:hover {
    background: #f4f6f9;
}

.ipt {
    color: #fefefe;
    border: 1px solid #cae2f5;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: #7bb6e6;
    vertical-align: middle;
    height: 39px;
    line-height: 39px;
    *height: 37px;
    *line-height: 37px;
    width: 250px;
    text-indent: 5px;
}

.mfsy{
    height: 39px;
    line-height: 39px;
    width: 120px;
    vertical-align: middle;
    background: #fff;
    color: #7bb6e6;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
}

.mfsy:hover, .mfsy:visited{
    color: #7bb6e6;
}

input:focus{
    outline: none;
}

.document{
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
}

/* .carousel-inner > .item > IMG{
    *max-width: none;
} */

.carousel-indicators .active{
    *width: 10px;
    *height: 10px;
    *margin: 0 10px;
}

.carousel-indicators LI{
    *float: left;
    *margin: 0 10px;
}

.carousel-indicators{
    *left: 47.5%;
    *margin-left: 0%;
}

/* .carousel-inner{
    *height:auto;
} */

.col-md-6{
    *width:47%;	
}

.companies{
    *padding: 0 3%;
}

.companies li{
    *list-style: none;
    *width: 15%;
    *float: left;
    *margin: 0 10px;
}

.iconImgDiv li{
    *list-style: none;
    *width: 10%;
    *float: left;
    *margin: 0 10px;
}

.arcfeature{
    *background: transparent;
}

.card .front, .card .front2, .card .front3{
    *position: static;
}

.col-md-4{
    *width: 30%;
}

/*nav css另一部分*/

.navbar-nav {
    float: right;
}


@media screen and  (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media screen and (max-width:768px){
    .blockIcon {
        background: url(img/shoujiicon-s.png);
        width: 110px;
        height: 26px;
        display: inline-block;
        background-size: 147px;
        background-repeat: no-repeat;
    }
    
    .whiteIcon {
        background: url(img/shoujiicon-s.png) 0 -26px;
        width: 110px;
        height: 26px;
        display: inline-block;
        background-size: 147px;
        background-repeat: no-repeat;
    }
    
    .probationText{
        font-size: 15px !important;
    }
    
    .probationTextInput{
        margin-top: 10px;
    }
    
    .mfsy{
        height: 32px;
        line-height: 32px;
        width: 60px;
        vertical-align: middle;
        background: #fff;
        color: #7bb6e6;
        display: inline-block;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 12px;
    }
    
    .ipt {
        color: #fefefe;
        border: 1px solid #cae2f5;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        background: #7bb6e6;
        vertical-align: middle;
        height: 32px;
        line-height: 32px;
        width: 195px;
        font-size: 14px;
        text-indent: 5px;
    }
    
    #iconDiv span {
        color: #7bb6e6;
        font-size: 17px;
        font-weight: bold;
    }
    
    #iconDiv p {
        color: #4a5568;
        width: 100%;
        padding: 0 20px;
        line-height: 1.8;
    }
    
    .buttonA {
        color: #fff !important;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 5px 15px;
        margin-right: 0;
        border-radius: 40px;
        font-size: 14px;
    }
    
    footer .arcfeature{
        height: 330px;
    }
    
    #footer3{
        height: 130px;
    }
    
    #companyText{
        font-size: 18px;
    }
    
    /* .my-navbar {
        background: #667dbd;
    }
    
    .top-nav{
        background: #fff;
    } */
    
    .navbar-nav .open .dropdown-menu>li>a>img{
        display: none;
    }
    
}

@media screen and (max-width:330px){
    #companyText{
        font-size: 16px;
    }
}

footer .card .front, footer .card .front2, footer .card .front3 {
    text-align: left;
}


footer .col-md-3{
    *width: 22%;
}

.telImg{
    background: url(img/icon-s.png) no-repeat 5px -97px;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -5px;
    margin-top: -3px;
}

.phoneImg{
    background: url(img/icon-s.png) no-repeat -20px -99px;
    display: inline-block;
    width: 26px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -5px;
    margin-top: -2px;
}

.wechat-b{
    background: url(img/icon-s.png) no-repeat -44px -96px;
    display: inline-block;
    width: 27px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -5px;
    margin-top: -3px;
    cursor: pointer;
}

.wechat-l{
    background: url(img/icon-s.png) no-repeat -71px -96px;
    display: inline-block;
    width: 30px;
    height: 26px;
    vertical-align: middle;
    margin-left: -3px;
    margin-top: -3px;
}

#qrCode {
    position: absolute;
    width: 200px;
    top: -22px;
    left: -3px;
    *left: auto;
    z-index: 0;
    padding: 0;
    box-shadow: 0 2px 4px #ddd;
}

footer ul li{
    list-style: none;
}

footer a{
    color: #4a5568 !important;
    font-size: 14px;
}

footer .document{
    font-size: 18px;
}

.dropdown-menu img {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}

@media screen and  (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        margin: 0;
    }
    
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}

@media screen and (min-width:767px){
    
    .dropdown-menu>li>a {
        padding: 3px 0px;
        text-align: center;
    }
    
    .navbar-nav li.active a {
        border-bottom: 2px solid #fff;
    }
    
    .top-nav .navbar-nav li.active a {
        border-bottom: 2px solid #000;
    }

}

.dropdown-menu li {
    display: inline-block;
    float: left;
    width: 90px;
    margin: 0 5px;
    padding: 15px 0;
}

.dropdown-menu {
    width: 810px;
    margin: 0 0 0 -360px;
    top: 60px;
}

.dropdown-menu li:hover{
    background: #f4f5f8;
}

.dropdown-menu {
    padding: 0;
}

/* .navbar-nav A{
    opacity: 1;
    color: #000 !important;
    *color: #fff !important;
} */

.dropdown-menu a{
    color: #4a5568 !important;
    *color: #4a5568 !important;
}

.dropdown-menu a:hover{
    color: #4a5568 !important;
}

.dropdown-menu > LI > A{
    padding: 3px 0;
    text-align: center;
    color: #000 !important;
}




.nav-rmenu{
    position:fixed;right:0;bottom:300px;z-index:999;
}

@media screen and (max-width:450px){
    .nav-rmenu{bottom:70px;}
}

.nav-rmenu .btns{
    width:64px;
    height:67px;
    position:relative; 
    margin-bottom: 5px;
}

.nav-rmenu .btn-kf:hover{
    background-color: #009bdb;}

.nav-rmenu a.btn-kf,.nav-rmenu a.btn-kf:visited{
    background-image: url(img/r_kf.png);
    cursor: pointer;opacity: 1;
    text-decoration: none;
    display: block;
    background-color: rgba(3,169,244,.7);
    background-position: 12px 3px;
    background-repeat: no-repeat;
    *background-color: #03a9f4; 
    background-color: #03a9f4;
}

.nav-rmenu .btn-wx{
    background-image: url(img/r_wx.png);
    opacity: 1;
    background-color: rgba(3,169,244,.7);
    background-position: 12px 3px;
    background-repeat: no-repeat;
    *background-color: #03a9f4; 
    background-color: #03a9f4;
}

.nav-rmenu .btn-wx:hover{
    background-color: #009bdb;
}

.nav-rmenu .btn-wx .pic{
    position:absolute;
    left:-163px;top:0px;
    display:none;
    width:160px;
    height:160px;
    border: 1px solid #a0a0a0;
}

.nav-rmenu .btn-phone{
    background-image: url(img/r_phone.png);
    opacity: 1;
    text-decoration: none;
    display: block;
    background-position: 12px 3px;
    background-color: rgba(3,169,244,.7);
    background-repeat: no-repeat;
    *background-color: #03a9f4; 
    background-color: #03a9f4;}

.nav-rmenu .btn-phone:hover{
    background-color: #009bdb;
}

.nav-rmenu .btn-phone .phone{
    background-color:#eee;
    position:absolute;
    width:160px;
    left:-162px;
    top:0px;
    line-height:67px;
    color:#333;
    font-size:16px;
    text-align:center;
    display:none;
}

.nav-rmenu .btn-top{
    display:none;
    background: url(img/r_top.png);
    opacity: 1;
    cursor: pointer;
    background-position: 12px 3px;
    background-repeat: no-repeat;
    background-color: rgba(3,169,244,.7);
    *background-color: #03a9f4; 
    background-color: #03a9f4;}

.nav-rmenu .btn-top:hover{
    background-color: #009bdb;
}

.btn-title{
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.home-logo{
    margin-top: 10px;
    width: 110px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    *margin-top: 12px;
}
  
.contact li{
    font-size:14px;
    margin-top: 5px;
    word-wrap: break-word;
}


.contact li b{
    font-size:14px;
    margin-right: 8px;
}

.cust-img {
    padding: 10px;
}

.lst-img{
    max-height: 350px;
}

.header-content{
    margin-bottom: 50px;
}

.three-padding{
    padding-left: 50px;
    padding-right: 50px;
}

.content-indent{
    text-indent: 2em
}

.badge{
    margin-right: 5px;
    background-color: blue;
}

.section-white{
    background: url(../images/line01.png) no-repeat center bottom #fff;
}

.section-grey{
    background: url(../images/line02.png) no-repeat center bottom #fbfcfd;
}

.nav-bgwhite-color{
    color:#FFFF33;
}

.nav-bgwhite-color a{
    color:#FFFF33;
}

.nav-bgwhite-color a:hover{
    color:#FFFF33;
}


#content h3 {
    font-weight: bold;
}

#content p {
    color: #006fe6;
    font-weight: bold;
}

#content1 h3 {
    font-weight: bold;
}

#content1 p {
    color: #006fe6;
    font-weight: bold;
}

#content2 h3 {
    font-weight: bold;
}

#content2 p {
    color: #006fe6;
    font-weight: bold;
}