﻿html,
body {
    background: #fff;
    font-size: 100%;
    font-family: "microsoft yahei", "\5B8B\4F53", sans-serif;
}

body a {
    color: #333333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.C:before,
.C:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.C:after {
    clear: both;
}

.C {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    line-height: 35px;
}

/* section-header */

.section-header {
    background: url("../images/tit_bg.gif") no-repeat;
    text-align: center;
    margin: 70px 0;
    color: #666666;
}

.section-header span {
    color: #085fc9;
    font-weight: 700;
    padding: 10px;
    display: block;
}

.section-header h3 a {
    font-size: 40px;
    color: #085fc9;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.section-header p {
    padding-top: 5px;
}

.more {
    text-align: center;
    margin: 20px 0;
}

.btn-more {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #fdc312;
}

.btn-more:hover {
    background: #085fc9;
    color: #fdc312;
}

/*header-top */

.header-top {
    background: #e9e8e8;
    padding: 0.5em 2em;
}

.header-top p {
    color: red;
}

.top-r ul li {
    display: inline-block;
    padding: 0 1em;
}

.top-r ul li a {
    color: #999999;
    font-size: 1.3em;
}

.top-r ul li a:hover {
    color: #185cad;
    text-decoration: none;
}

.top-r ul li a.weixin {
    position: relative;
}

.top-r ul li .weixin img.qrcode {
    position: absolute;
    z-index: 9999;
    top: 38px;
    right: 20px;
    width: 7.5rem;
    max-width: none;
    height: 7.5rem;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    border: .1rem solid #f1f1f1;
    padding: 5px;
    border-radius: .25rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.top-r ul li .weixin:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}

/*header */

.header {
    z-index: 99;
    padding: 2em 0;
    position: relative;
}

.header span {
    display: block;
    float: left;
    margin: 1.2em 1.2em;
    font-family: "Georgia";
    color: #797979;
    font-size: 18px;
}

.header-logo {}

.header-icon {
    margin-left: 1.6em;
}

.header-phone,
.header-email {
    margin-left: 2em;
    background-color: #2aace8;
    width: 60px;
    height: 59px;
    border-radius: 50%;
    text-align: center;
}

.header-phone i.fa {
    font-size: 2em;
    color: #ffffff;
    margin-top: 14px;
}

.header-email i.fa {
    font-size: 1.6em;
    color: #ffffff;
    margin-top: 16px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: 0.5s all;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 85%;
    left: 22px;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 75px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav {
    height: 60px;
    background: #185cad
}

#nav-menu-container {
    padding-top: 20px;
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 0 40px 10px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
    color: #BDBDBD;
}

.nav-menu>li {
    margin-left: 10px;
}
.nav-menu ul li:hover {
    background:#ccc;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

    .nav-menu ul li:hover > a {
        /*color: #fdc312;*/
        color: #000;
    }

.nav-menu ul ul {
    margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 582px;
    background: #000;
}

#intro .item {
    width: 100%;
    height: 582px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .item::before {
    content: '';
    position: absolute;
    height: 582px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

/* partner */

#partner .row {
    height: 200px;
    background: url(../images/part1-bg.jpg) no-repeat;
}

#partner .row img {
    width: 100%;
    height: 65px;
    padding-bottom: 20px;
}

/*products section*/

.products {
    position: relative;
    margin-bottom: 26px;
}

.products .image {
    position: relative;
    overflow: hidden;
}

.products .image .mail {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.7);
}

.products .image .mail a {
    color: #fff;
}

.products.image .mail i {
    color: #e4007d;
    margin-right: 8px;
}

.products:hover .image .mail {
    bottom: 0;
    transition: .5s ease;
}

.slideTxtBox {
    width: 100%;
    background: url(../images/products_nav.png ) no-repeat;
    height: 450px;
    overflow: hidden;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 83px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: 50px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    line-height: 50px;
    padding: 0 54px;
    font-weight: 700;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on a {
    height: 48px;
    font-weight: 700;
    color: #085fc9;
}

/*advantage*/

#advantage {
    background-color: #f9f9f9;
    padding-bottom: 40px;
}

#advantage .inner {
    background: url(../images/bg.jpg) no-repeat center center;
    height: 995px;
    padding: 0 64px;
}

#advantage .inner .col-md-6 {
    background: url(../images/bg1.png) no-repeat;
    padding-bottom: 30px;
    float: left;
}

#advantage .inner .other {
    background: url(../images/bg2.png) no-repeat;
    float: right;
    margin-right: -15px;
    margin-top: 80px;
}

#advantage .col-md-6 img {
    display: block;
    margin-top: 20px;
    margin-left: -3px;
}

#advantage .col-md-6 h1 {
    font-size: 26px;
    color: #000;
    padding-top: 20px;
    padding-left: 15px;
}

#advantage .col-md-6 p {
    color: #666666;
    padding: 20px;
}

#advantage .col-md-6 p span {
    color: #000;
    font-weight: bold;
}

#advantage .col-md-6 a {
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
}

#advantage .col-md-6 a span {
    color: #e80000
}

#advantage .inner .other {
    background: url(../images/bg2.png) no-repeat;
    padding-bottom: 30px;
    float: right;
    margin-right: -15px;
    margin-top: 72px;
}

#advantage .other img {
    display: block;
    margin-top: 20px;
    margin-left: 13px;
}

#advantage .other h1 {
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    padding-left: 30px;
}

#advantage .other p {
    font-size: 16px;
    color: #666666;
    padding: 15px 15px 30px 30px;
    line-height: 1.8;
}

#advantage .other p span {
    color: #000;
    font-weight: bold;
}

#advantage .other a {
    font-size: 18px;
    color: #000000;
    padding-left: 30px;
}

#advantage .other a span {
    color: #e80000
}

#advantage .inner .other2 {
    margin-top: 0px;
}

#advantage .inner .other3 {
    margin-top: 5px;
}

/* case */

#case {
    height:510px;
    overflow: hidden;
    background: url("../images/anli-bg.jpg") center top no-repeat;
    background-color: #3c4360;
    background-size: cover

}

#case .section-header a {
    color: #fff;
}

/* 图片滚动 */

#case .picMarquee-left {
    height: 260px;
    position: relative;
}

#case .picMarquee-left ul {
    height: 260px;
    float: left;
    overflow: hidden;
}

#case .picMarquee-left li {
    width: 250px;
    height: 212px;
    border: 3px solid #d5d4d4;
    background: #e0dfdf;
    margin-right: 15px;
    float: left;
    overflow: hidden;
}

#case .picMarquee-left li img {
    height: 212px;
    opacity: 0.8;
}

#case .picMarquee-left li.cur {
    background-color: #F2F6FA;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #e0dfdf;
}

#case .picMarquee-left a.prev {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 46px;
    background: url(../images/sal_prev.png) 0 0 no-repeat;
    left: -80px;
    top: 74px;
}

#case .picMarquee-left a.next {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 46px;
    background: url(../images/sal_next.png) 0 0 no-repeat;
    right: -5px;
    top: 74px;
}

#case .picMarquee-left a.prev:hover,
#case .pica.next:hover {
    opacity: 0.6;
}

/* news */

#news .news-column {
    position: relative;
    margin-bottom: 70px;
}

#news .news-column .inner-box {
    position: relative;
    display: block;
}

#news .news-column .image-box {
    position: relative;
    display: block;
}

#news .news-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

#news .news-column .image-box .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/background/bg-pattern.png) center center no-repeat;
}

#news .news-column .lower-content {
    position: relative;
    padding-top: 25px;
}

#news .news-column h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #1c2125;
    font-weight: 600;
}

#news .news-column h3 a {
    color: #1c2125;
}

/* email */

#email {
    background: #2e4674;
    height: 112px;
}

#email p {
    line-height: 112px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    float: left;
}

#email input[type="email"] {
    float: left;
    margin: 30px 0;
    display: block;
    width: 80%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 12px 15px;
    background-color: #ffffff;
    color: #111111;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#email {}

#email button {
    height: 50px;
    margin: 30px 0;
    width: 20%;
    float: left;
    line-height: 26px;
    text-transform: capitalize;
    background: #030303;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #030303 !important;
    font-family: 'Titillium Web', sans-serif;
}

#email button:hover {
    color: #030303 !important;
    border-color: #030303 !important;
    background: none;
}

#contact .contactgaid {
    text-align: center;
    border-right: 1px #ccc solid;
    margin-bottom: 30px;
}

#contact .contactgaid p {
    color: #2e4674;
    margin: 10px 0
}

#contact .contactgaid .glyphicon {
    font-size: 1.2em;
    border: 2px solid #2e4674;
    padding: 1em;
    color: #2e4674;
    transition: .5s all;
}

#footer {
    background-color: #000;
    padding: 30px;
}

#footer p {
    text-align: center;
    color: #fff;
}

/*nmain*/

.nmain {
    margin: 32px auto 50px;
}

/* content */

#contact .contactgaid {
    text-align: center;
    border-right: 1px #ccc solid;
    margin-bottom: 30px;
}

#contact .contactgaid p {
    color: #2e4674;
    margin: 10px 0
}

#contact .contactgaid .glyphicon {
    font-size: 1.2em;
    border: 2px solid #2e4674;
    padding: 1em;
    color: #2e4674;
    transition: .5s all;
}