@font-face {
    font-family: "fzx";
    src: url('../fonts/fzlthk.ttf') format('truetype')
}

p, span {
    font-family: "fzx"
}

.invisible {
    visibility: hidden !important;
}

.nav-bg {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
}

.logo-img {
    height: 75px;
}

.navbar-nav > li > a {
    line-height: 50px;
    display: block;
}

.nav li a:before {
    content: '';
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #f3b30e;
    transition: all .6s ease;
}

.nav li.active a:before {
    width: 100%;
    background-color: #f3b30e;
}

.nav-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.pc_imgBtn {
    position: absolute;
    bottom: 27%;
    width: 100%;
    text-align: center;
}

.pc_imgBtn img {
    height: 45px;
}

.pc_imgBtn img:first-child {
    margin-right: 10px;
}

.pc_imgBtn img:last-child {
    margin-left: 10px;
}

.more-img {
    position: absolute;
    bottom: 30%;
    right: 20%;
}

.more-img img {
    height: 35px;
}

.brand-padd {
    padding: 0px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

a:hover {
    color: #fff;
}

.nav-col {
    color: #fff;
    font-size: 17px;
}

.glyphicon-chevron-right:before {
    content: ' ';
}

.glyphicon-chevron-left:before {
    content: ' ';
}

.glyphicon-chevron-right {
    width: 60px !important;
    height: 60px !important;
    background: url('../images/left.png') no-repeat 0 0/100% 100%;
}

.glyphicon-chevron-left {
    width: 60px !important;
    height: 60px !important;
    background: url('../images/right.png') no-repeat 0 0/100% 100%;
}

.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: url('../images/right.png') no-repeat 0 0/100% 100%;
}

.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: url('../images/left.png') no-repeat 0 0/100% 100%;
}

.active .nav-col {
    color: #f3b30e;
}

.main {
    width: 100%;
    position: absolute;
    top: 0;
}

.pc_imgBox {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m_imgBox {
    display: block;
    width: 100%;
}

.carousel-indicators {
    background: #ccc;
}

.cusest-txt {
    padding-left: 0;
    padding-right: 0;
}

.cusest-txt > img {
    width: 100%;
}

.navbar-collapse.in .line-navbar > li {
    float: left;
    width: 17%;
}

.navbar-collapse.in .line-navbar > li > a {
    line-height: 30px;
    text-align: center;
}

.navbar-collapse.in {
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
}

.line-bar {
    background: #fff;
}

.line-toggle {
    background: #f3b30e;
    margin-top: 22px;
}

.brief-bottom img {
    width: 100%;
}

.con-brief {
    padding-top: 5px;
    padding-bottom: 5px;
}

.com-margin {
    margin: 0 auto;
}

.brief-top {
    text-align: center;
    margin: 0 auto 60px;
}

.brief-top img {
    height: 60px;
    text-align: center;
}

.business-top {
    width: 240px;
}

.brief-float {
    float: left;
}

.brief-txt {
    text-indent: 2em;
    line-height: 24px;
}

.business {
    position: relative;
    background: url('../images/business.png') no-repeat 0 0/100% 100%;
}

.project {
    position: relative;
    background: url('../images/projectbg.png') no-repeat 0 0/100% 100%;
}

.join {
    background-color: #fafafa;
}

.care {
    position: relative;
    background: url('../images/carebg.png') no-repeat 0 0/100% 100%;
}

.coop {
    position: relative;
    padding-bottom: 0;
    background: url('../images/coopbg.png') no-repeat 0 0/100% 100%;
}

.foot {
    position: relative;
    text-align: center;
    background: url('../images/bottom.jpg') no-repeat 0 0/100% 100%;
}

.bus-box {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 10px;
    background: url('../images/bus-box1.png') no-repeat 0 0/100% 100%;
}

.pro-box {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 10px;
    background: url('../images/pro-box.png') no-repeat 0 0/100% 100%;
    overflow: hidden;
}

.bus-img {
    width: 80px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.bus-txt {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
}

.bus-txt p:first-child {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.bus-txt p:last-child {
    text-indent: 2em;
}

.bus-txt p {
    font-size: 16px;
}

.bus-box:hover {
    border: 2px solid #f3b30e;
    transform: scale(1, 1.1);
    box-shadow: 6px 6px 5px #ccc;
    transition: all .6s ease;
}

.coverBox .cover {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    bottom: 0;
    /*background: url(../images/new-bg.png);*/
    background: rgba(0, 0, 0, 0.6);
    line-height: 100%;
    color: #F1FF00;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.coverBox .img_ban {
    position: absolute;

}

.cover ul {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);

}

.cover ul li {
    float: left;
    margin: 10px 10px;
}

.cover ul li a {
    display: block;
}

.cover ul li a img {
    width: 60px;
}

.cover ul li a p {
    color: #f3b30e;
    font-size: 14px;
    margin-top: 10px;
}

.coop-top {
    /*width: 300px;*/
    margin: 0 auto 20px;
}

.coop-box img {
    width: 20px;
}

.coop-zindex {
    z-index: 9;
}

.coop-box span {
    display: inline-block;
    line-height: 40px;
    color: #acacac;
}

.map {
    position: absolute;
    top: 27%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 10px #ccc;
}

.coop-p {
    color: #acacac;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.join {
    padding-top: 250px;
}

.join-top {
    /*width: 200px;*/
    margin: 0 auto 20px;
}

.join-p1 {
    color: #acacac;
    text-align: center;
    font-size: 20px;
}

.join-p2 {
    color: #acacac;
    text-align: center;
    font-size: 17px;
}

.join-p {
    margin-bottom: 50px;
}

.join-box {
    text-align: center;
}

.join-box img {
    width: 80%;
}

.join-bottom {
    margin-top: 30px;
}

.join-txt {
    margin-top: 20px;
    text-align: center;
}

.join-txt p:first-child {
    color: #f3b30e;
    font-size: 20px;
}

.join-txt p:last-child {
    color: #999999;
    font-size: 18px;
}

.col {
    color: #f3b30e;
}

.join-foot {
    margin-top: 50px;
    color: #999999;
    font-size: 17px;
}

.care-img2 {
    width: 70px !important;
    float: left;
}

.care-img {
    width: 230px !important;
}

.care-txt {
    margin-left: 100px;
    text-align: left;
}

.care-txt p:last-child {
    color: #000;
}

.care-box {
    position: relative;
    margin-top: 40px;
}

/*.swiper-slide{
    width: 480px;
    height: 580px;
}*/
.swiper-slide img {
    width: 100%;
}

.foot {
    padding-bottom: 30px;
}

.foot img {
    width: 40px;
}

.foot p {
    color: #fff;
    font-style: italic;
}

p a {
    color: #fff;
}

.foot-box {
    margin-top: 72px;
    margin-bottom: 100px;
}

.foot-ul {
    width: 30%;
    margin: 0 auto;
}

.foot-ul li {
    float: left;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    margin-left: 20px;
}

.foot-ul li a {
    color: #fff;
}

@media (max-width: 767px) {
    .con-brief {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .foot {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pc_imgBtn img {
        height: 30px;
    }

    .more-img img {
        height: 25px;
    }

    .brief-cen {
        margin-top: 10px;
    }

    .brief-top {
        /*width: 190px;*/
        margin: 0 auto 20px;
    }

    .brief-top img {
        height: 45px;
    }

    .brief-txt {
        font-size: 17px;
        line-height: 24px;
    }

    .glyphicon-chevron-left {
        width: 40px !important;
        height: 40px !important;
    }

    .glyphicon-chevron-right {
        width: 40px !important;
        height: 40px !important;
    }

    .bus-txt p {
        font-size: 14px;
    }

    .bus-box {
        height: 190px;
        margin-bottom: 10px;
    }

    .bus-img {
        width: 50px !important;
    }

    .bus-txt p:first-child {
        font-size: 18px;
        line-height: 20px;
    }

    .pro-box {
        height: 190px;
        margin-bottom: 10px;
    }

    .map-box {
        height: 350px;
    }

    .map {
        top: 5%;
    }

    .cover ul li a img {
        width: 35px;
    }

    .cover ul li a p {
        font-size: 12px;
    }

    .coop-box span {
        font-size: 12px;
    }

    .coop {
        padding-bottom: 0;
    }

    .coop-top {
        width: 280px;
    }

    .join-top {
        width: 125px;
    }

    .join-p1 {
        font-size: 18px;
    }

    .join-p2 {
        font-size: 16px;
    }

    .join-txt p:first-child {
        font-size: 16px;
    }

    .join-txt p:last-child {
        font-size: 12px;
    }

    .join-foot {
        margin-top: 10px;
        font-size: 12px;
    }

    .join-foot p {
        margin: 0;
    }

    .care-box .brief-txt {
        font-size: 13px;
        line-height: 22px;
    }

    .care-img {
        width: 200px !important;
    }

    .foot img {
        width: 90px;
    }

    .foot-ul {
        width: 65%;
    }

    .foot-ul li {
        font-size: 14px;
    }

    .foot-box {
        margin-top: 25px;
        margin-bottom: 90px;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .invisible {
        visibility: visible !important;
    }

    .line-toggle {
        margin-top: 8px;
    }

    .nav-col {
        float: left;
        font-size: 12px;
        padding: 10px 12px !important;
    }

    .nav-bg {
        height: 50px;
    }

    .logo-img {
        height: 75px;
    }

    .navbar-collapse.in .line-navbar > li {
        width: 20%;
    }

    .brand-padd {
        padding: 0px 15px;
    }

    .pc_imgBtn img {
        height: 18px;
    }

    .more-img img {
        height: 14px;
    }

    .brief-txt {
        font-size: 12px;
        line-height: 14px;
    }

    .brief-top img {
        height: 40px;
    }

    .bus-img {
        width: 50px !important;
    }

    .bus-txt p:first-child {
        font-size: 16px;
        line-height: 16px;
    }

    .bus-txt p:last-child {
        font-size: 12px;
        line-height: 15px;
    }

    .bus-box {
        height: 150px;
        margin-top: 10px;
    }

    .pro-box {
        height: 150px;
        margin-top: 10px;
    }

    .cover ul li {
        margin: 0 10px;
    }

    .coop {
        padding-bottom: 0;
    }

    .map-box {
        height: 250px;
    }

    .map {
        top: 5%;
    }

    .join-txt p:first-child {
        font-size: 15px;
    }

    .join-txt p:last-child {
        font-size: 13px;
    }

    .join-p1 {
        font-size: 16px;
    }

    .join-p2 {
        font-size: 15px;
    }

    .join-bottom {
        margin: 0;
    }

    .join-foot {
        margin-top: 10px;
        font-size: 13px;
    }

    .join-foot p {
        margin: 0;
    }

    .care-img {
        width: 138px !important;
    }

    .care-img2 {
        width: 40px !important;
    }

    .care-txt {
        margin-left: 52px;
    }

    .care-box .brief-txt {
        font-size: 12px;
        line-height: 14px;
    }

    .bus-txt {
        top: 45%;
    }

    .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .foot img {
        width: 65px;
    }

    .foot-ul {
        width: 80%;
    }

    .foot-ul li {
        font-size: 12px;
        margin-left: 10px;
    }

    .foot-box {
        margin-top: 25px;
        margin-bottom: 70px;
    }

    .foot p {
        font-size: 12px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .con-brief {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .glyphicon-chevron-left {
        width: 45px !important;
        height: 45px !important;
    }

    .glyphicon-chevron-right {
        width: 45px !important;
        height: 45px !important;
    }

    .brief-top {
        margin: 0 auto 30px;
    }

    .brief-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .join {
        padding-top: 100px;
    }

    .cover ul li a img {
        width: 50px;
    }

    .cover ul li a p {
        font-size: 13px;
    }

    .foot-box {
        margin-top: 44px;
        margin-bottom: 201px;
    }

    .care-box .brief-txt {
        font-size: 17px;
        line-height: 24px;
    }

    .coop {
        padding-bottom: 0;
    }

    .map-box {
        height: 350px;
    }

    .map {
        top: 10%;
    }

    .foot-ul {
        width: 60%;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .brief-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .map-box {
        height: 400px;
    }

    .care-box .brief-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .foot-ul {
        width: 50%;
    }

    .join {
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
    .map-box {
        height: 500px;
        margin-top: -100px;
    }

    .brief-txt {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 1440px) {
    .brief-txt {
        font-size: 16px;
        line-height: 28px;
    }
}

/*test*/
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    height: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}

.red-text {
    color: #e96656;
}

a img {
    border: 0;
}

img {
    height: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
}

#footer {
    /*background: #272727;*/
    line-height: 20px;
}

.company-details {
    color: #939393;
    padding-top: 0px;
    padding-bottom: 0px;
}

.company-details a {
    color: #939393;
    text-decoration: none;
}

.company-details a:hover {
    color: #e96656;
}

.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}

.copyright {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #171717;
}

.social {
    margin: 0 0 1.5em 0 !important;
}

.social li {
    display: inline-block;
    margin: 5px;
}

.social li a {
    color: #939393;
    font-size: 18px;
}

.social li a:hover {
    color: #e96656;
}

.copyright p {
    margin-bottom: 0;
    color: #939393;
}

.NavTop{
	width:550px;
	height:150px;
	margin-top:50px;
	position:fixed;
	left:0px;
	top:150px;
	z-index: 999;
	filter: Alpha(Opacity=10); /* 针对IE*/
	background-color: rgba(0, 0, 0, 0.1); /*针对其他浏览器*/
}

.NavTop .NavCon p {
	display: grid;
	font-size:20px;
	padding: 60px 100px;

}
