@charset "UTF-8";
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    
    font-size: 20px;
    font-size: 100%;
    color: #333;
}

-webkit-tap-highlight-color: rgba(240, 240, 240, 0.7);
/*字体大小响应*/
@media (min-width: 768px) {
    body, html;

{
    font-size: 20px !important;
}

}

@media (min-width: 992px) {
    body,
    html {
        font-size: 16px !important;
    }
}

@media (min-width: 1367px) {
    body,
    html {
        font-size: 18px !important;
    }
}

img,
span {
    vertical-align: middle !important;
}


/*全局一般样式定义*/

hr {
    border: 1px solid #eee;
    border-bottom: none;
    margin: 0;
}

.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*color*/

.b-logo-blue {
    background-color: #589ACC;
}

.b-green {
    background-color: #88beaf;
}

.b-yellow {
    background-color: #ecc287;
}

.b-gray {
    background-color: #8eacb9;
}

.b-pink {
    background-color: #ca9c9c;
}

.b-white {
    background: #fff;
}

.b-l-purple {
    background-color: #eae8eb;
}

.b-l-red {
    background-color: #f0f0f0;
}


/*container*/

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1270px;
    }
    .awardCarousel {
	right: 50px !important;
}
}

.container-fluid {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}


/*other*/

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


/*nav*/

nav {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}
.nav-fixed{
	background: rgba(0,0,0,0.65);
}
    nav ul {
        font-size: 1em;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        nav ul li {
            float: left;
            padding: 0 20px;
            text-align: center;
            height: inherit;
            /*padding-top: 60px;*/
        }
            nav ul li:nth-child(2) {
               
            }

            nav ul li a {
                color: #fff;
                text-decoration: none;
                transition: all .5s;
            }
    nav div.container {
        position: relative;
    }

.logo {
    display: inline-block;
    /*width: 228px;
    height: 148px;*/
}
.logo a{
	position: relative;
	display:block;
	vertical-align: middle;
	height: 80px;
	line-height: 80px;
}
.logo a img{
	position: absolute;
	top:50%;
	 -webkit-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
	
}
.nav-toggle {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
}


/*nav-toggle*/

body.nav-open .nav-toggle:before {
    width: 5000px;
    height: 5000px;
    background-color: rgba(0, 0, 0, .9);
}

body.nav-open .nav-toggle .icon {
    width: 0;
}

    body.nav-open .nav-toggle .icon:before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        -moz-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    body.nav-open .nav-toggle .icon:after {
        -webkit-transform: trankslateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -moz-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

.nav-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

    .nav-toggle:before {
        width: 40px;
        height: 40px;
        border-radius: 10%;
        background-color: rgba(255, 255, 255, .2);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition-duration: 0.66s;
        transition-duration: 0.66s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }

    .nav-toggle .icon {
        width: 30px;
        height: 2px;
        background-color: white;
        border-radius: 2px;
        position: absolute;
        top: 18px;
        left: 5px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: swing;
        transiting-timing-function: swing;
    }

        .nav-toggle .icon:before,
        .nav-toggle .icon:after {
            width: 30px;
            height: 2px;
            background-color: white;
            border-radius: 2px;
            content: "";
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: swing;
            -moz-transition-timing-function: swing;
            -o-transition-timing-function: swing;
            -ms-transition-timing-function: swing;
            transition-timing-function: swing;
        }

        .nav-toggle .icon:before {
            top: -9px;
        }

        .nav-toggle .icon:after {
            top: 9px;
        }


/*end*/

@media (max-width: 1366px) {
    .logo {
        height: auto;
        width: auto;
    }

        .logo img {
            width: 150px;
            height: 45px;
        }

    nav ul {
        height: auto;
    }
}

@media (max-width: 991px) {
    .nav-toggle {
        display: block;
    }

    .logo {
        height: auto;
        width: auto;
        background-color: none;
    }

        .logo img {
            width: 90px;
            height: 50px;
        }

    nav {
        overflow: visible;
    }

        nav ul {
            width: 100%;
            height: auto;
            display: none;
            z-index: 1000;
            position: absolute;
            top: 50px;
            left: 0;
        }

            nav ul li {
                text-align: center;
                text-indent: 15px;
                letter-spacing: 15px;
                padding: 15px;
                float: none;
                height: auto;
                width: 100%;
                font-size: .8em;
            }

                nav ul li a:after {
                    content: '';
                    display: block;
                    width: 102px;
                    height: 10px;
                    position: absolute;
                    left: 50%;
                    margin-left: -50px;
                    border-bottom: 2px dotted #fff;
                }
}


/*footer*/

footer {
    letter-spacing: 1px;
    font-size: 0.8em;
    padding-top: 45px;
    /*padding-bottom: 60px;*/
    color: #9b9b9b;
    background-color: #353535;
}

    footer span {
        display: block;
    }

    footer hr {
        opacity: 0;
        border: 1px solid #fff;
        border-bottom: none;
        margin-top: 50px;
    }

.qq,
.wx,
.eml,
.add {
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url("../img/icon-group.png");
    margin-right: 10px;
}

.telx {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url("../img/tel.png");
    margin-right: 10px;
    background-size:100% 100%;
}

.qq {
    background-position: 0 0;
}

.wx {
    background-position: 0 80px;
}

.eml {
    background-position: 0 54px;
}

.add {
    background-position: 0 24px;
}

.bio span {
    margin-top: 75px;
    text-align: right;
}

@media (max-width: 991px) {
    footer hr {
        opacity: .5;
    }

    .bio span {
        margin-top: 50px;
    }

    .bio span,
    .bio {
        text-align: center !important;
    }

        .bio img {
            margin-top: 50px;
            float: none !important;
        }
}


/*区块*/


/*.container-fluid > div {
    overflow: auto;
    }*/

.sec {
    overflow: auto;
}


/*banner*/

.banner {
    height: 100%;
    background: url(../img/banner-1.jpg);
    background-position: center;
}

@media (min-width: 900px) {
    .banner {
        background-attachment: fixed;
    }
}


/*intro*/


.slider {
    overflow: hidden;
    position:relative;
}

    .slider ul {
        position: relative;
        list-style: none;
        width: 400%;
        overflow: hidden;
        padding-left: 0;
        margin-left: 0;
    }

        .slider ul li {
            float: left;
            width: 25%;
        }

            .slider ul li img {
                margin-top: 50px;
                width: 100%;
                margin-bottom: 20px;
            }

.our {
    overflow: auto;
    padding: 0 50px;
    padding-bottom: 122px;
}

@media (max-width: 768px) {
    .our {
        padding: 0 15px;
    }
}

.our p {
    letter-spacing: 3px;
}

.our h1 {
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    color: #e0943f;
    margin: 120px 0;
}

.our h2 {
    font-size: 1.1em;
    font-weight: normal;
    color: #e0943f;
    margin: 52px 0 30px 0;
}

    .our h2::before {
        content: ' ';
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 15px;
        background-color: #e0943f;
    }

@media (max-width: 1366px) {
    .our h1 {
        margin: 40px 0;
    }

    .our h2 {
        margin: 32px 0 10px 0;
    }
}

@media (max-width: 768px) {
    .our {
        padding-bottom: 50px;
    }
}

#toLeft,
#toRight {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

#toLeft {
    left: 15px;
}

#toRight {
    right: 15px;
}

.solution > div {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

@media (max-width: 1366px) {
    .solution > div {
        /*height: 300px;*/
    }
}

.sol-icon:hover {
    animation: .5s linear 0s normal none imgRotateZ;
    -webkit-animation: .5s linear 0s normal none imgRotateZ;
    -moz-animation: .5s linear 0s normal none imgRotateZ;
    -o-animation: .5s linear 0s normal none imgRotateZ;
    -ms-animation: .5s linear 0s normal none imgRotateZ;
}

.arrow-down {
    position: relative;
    animation: 1s linear 0s normal none infinite arrowDown;
    -webkit-animation: 1s linear 0s normal none infinite arrowDown;
    -moz-animation: 1s linear 0s normal none infinite arrowDown;
    -o-animation: 1s linear 0s normal none infinite arrowDown;
    -ms-animation: 1s linear 0s normal none infinite arrowDown;
}


/*arrowDown*/

@keyframes arrowDown {
    from {
        top: 0px;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}

@-webkit-keyframes arrowDown {
    from {
        top: 0px;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}

@-moz-keyframes arrowDown {
    from {
        top: 0px;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}

@-o-keyframes arrowDown {
    from {
        top: 0px;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}

@-ms-keyframes arrowDown {
    from {
        top: 0px;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}


/*imgrotateZ*/

@keyframes imgRotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes imgRotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes imgRotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-o-keyframes imgRotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@-ms-keyframes imgRotateZ {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}


/*news*/

.news {
    color: #838383;
}

    .news h1 {
        color: #b5b9b9;
        font-size: 1.6em;
        font-weight: normal;
        margin: 72px 0 55px 0;
    }

    .news p {
        font-size: .9em;
    }

    .news h1 img {
        width: 1.2em;
        margin-left: 25px;
    }

    .news div.row a {
        color: #e0943f;
        text-decoration: none;
        transition: all 1s;
    }

        .news div.row a:hover {
            color: #88beaf;
        }

    .news div.row p {
        text-indent: 2em;
        margin: 0;
        padding: 2em 2em 5em 2em;
        background-color: #fff;
    }


/*partner*/

.partner {
    text-align: center;
    padding-bottom: 50px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .partner div {
        margin: auto;
    }

    .partner h1 {
        color: #666;
        font-size: 1.5em;
        font-weight: normal;
        margin: 50px 0;
    }

    .partner div.row img {
        display: block;
    }

        .partner div.row img:hover {
            animation: .5s linear 0s normal none imgRotateY;
            -webkit-animation: .5s linear 0s normal none imgRotateY;
            -moz-animation: .5s linear 0s normal none imgRotateY;
            -o-animation: .5s linear 0s normal none imgRotateY;
            -ms-animation: .5s linear 0s normal none imgRotateY;
        }

@keyframes imgRotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes imgRotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@-moz-keyframes imgRotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@-o-keyframes imgRotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@-ms-keyframes imgRotateY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.btn-more-brand {
    color: #e0943f;
    text-decoration: none;
    margin-top: 50px;
    display: inline-block;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    width: 10em;
    height: 3em;
    padding: .6em;
    border: 2px solid #e0943f;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .btn-more-brand:hover {
        background-color: rgba(224, 148, 63, .8);
        color: #fff;
    }

#goTop {
    position: fixed;
    cursor: pointer;
    color: #fff;
    right: 20px;
    bottom: 20px;
    z-index: 998;
}


/*内页*/

.sec.poster {
    width: 100%;
    font-size:0;
}

    .sec.poster img {
        width: 100%;
    }

.tab-top {
    padding: 30px 0;
}

    .tab-top ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .tab-top ul li {
            background-color: #fff;
            display: inline-block;
            color: #666;
            cursor: pointer;
            width: 15%;
            margin-right: 5%;
            text-align: center;
            border-radius: 5px;
            padding: 10px 0;
        }

            .tab-top ul li:hover {
                background: #589ACC;
                color: #fff;
            }

            .tab-top ul li.active {
                background-color: #589ACC;
                color: #fff;
            }

@media (max-width: 768px) {
    .casedis {
        padding: 0;
    }
}

.tab-side {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .tab-side {
        margin-top: 25px;
    }
}

.tab-side li {
    background: #fff;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-top: 1px solid #eee;
}

    .tab-side li:nth-child(1) {
        border-top: none;
    }

    .tab-side li:hover {
        background-color: #589ACC;
        color: #fff;
    }

    .tab-side li.active {
        background-color: #589ACC;
        color: #fff;
    }


/*case*/

.case-block {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.case-img-wp {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .case-img-wp p {
        padding: 15px;
        width: 100%;
        margin: 0;
        text-align: center;
        position: absolute;
        bottom: -54px;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        cursor: pointer;
    }

.case-block img {
    width: 100%;
    position: relative;
    transition: all 3s;
}

    .case-block img:hover {
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        /*    -webkit-transform:translateY(-10%);
    transform:translateY(-10%);*/
    }

.case-block > p {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
}

    .case-block > p span {
        display: block;
        font-size: 10px;
        color: #666;
        margin-top: 10px;
    }

.pagination {
    text-align: center;
    margin-bottom: 50px;
}

    .pagination ul {
        padding: 0;
    }

        .pagination ul li {
            text-align: center;
            width: 40px;
            height: 40px;
            padding: 0 15px;
            color: #ccc;
            padding-top: 9px;
            cursor: pointer;
            display: inline-block;
        }

            .pagination ul li.active,
            .pagination ul li:hover,
            .pagination ul li.pg-prev,
            .pagination ul li.pg-next {
                border: none;
                background: #589ACC;
                color: #fff;
            }

            .pagination ul li.pg-prev,
            .pagination ul li.pg-next {
                width: auto;
            }


/*about*/

@media (min-width: 768px) {
    .about {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .about {
    }
}

@media (max-width: 768px) {
    .about {
        margin: 0;
        padding: 0;
    }

        .about .row > div {
            margin: 0;
            padding: 0;
        }
}

.about {
    color: #818080;
}

    .about h1 {
        margin: 0;
        color: #589ACC;
        padding-left: 23px;
    }

        .about h1 small {
            display: inline-block;
            margin-left: 10px;
            font-size: 20px;
            height: 36px;
            vertical-align: middle;
            font-weight: normal;
        }

.hd {
    padding: 0;
    background: #fff;
}

.abt-text {
    background: #fff;
    padding: 0 30px;
    font-size: 85%;
    line-height: 2.5em;
    overflow: auto;
}

    .abt-text p {
        text-indent: 2em;
    }

.img-row img {
    width: 100%;
}

.img-row .col-md-4 {
    text-align: center;
    overflow: hidden;
    padding: 0;
}

@media (max-width: 768px) {
    .img-row div {
        padding: 0;
        margin-top: 10px;
    }
}

.img-row div:nth-child(1) {
    padding: 5px;
}

.img-row div:nth-child(2) {
    padding: 5px;
}

.img-row div:nth-child(3) {
    padding: 5px;
}


/*contact*/

.lxfs {
    margin-left: 15px;
}

    .lxfs > span {
        display: block;
        margin: 10px 0;
    }

.c-tel,
.c-eml,
.c-add {
    display: inline-block;
    width: 24px;
    height: 26px;
    background: url("../img/icon-group-ctc.png");
    margin-right: 10px;
    margin-left: 2px;
}

.c-tel {
    background-position: 0 0;
}

.c-eml {
    background-position: 0 -26px;
}

.c-add {
    background-position: 0 -52px;
}

.form-group {
    /*background: #fff;*/
    padding-bottom: 30px;
}

    .form-group p {
        text-align: center;
        width: 80%;
        margin: 50px auto;
        line-height: 34px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        background: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 0;
    }

.verticode {
    margin-top: 20px;
}

.form-group input.submit {
    background-color: #589ACC;
    border: none;
    color: #fff;
}

@media (max-width: 768px) {
    .about h1 {
        padding-left: 8px;
    }

    .lxfs {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .dt {
        margin: 0 !important;
    }
}


/*newsdetail*/

.news-nr h1 {
    font-size: 150%;
    text-align: center;
    font-weight: normal;
    color: #333;
    margin-top: 50px;
}

.news-nr p.fb-msg {
    text-align: center;
}


/*solution detail*/

.soldetail h1, .casedetail h1 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin: 40px 0;
    color: #656565;
}

.soldetail h2, .casedetail h2 {
    font-size: 20px;
    font-weight: normal;
}

.soldetail p, .casedetail p {
    color: #848484;
    line-height: 35px;
}

.soldispic {
    overflow: hidden;
}

.white-wp {
    margin-top: 25px;
    background: #fff;
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

/*case detail*/
.casedetail .white-wp a {
    text-decoration: none;
    color: #589ACC;
}

    .casedetail .white-wp a.prev-case {
        float: left;
    }

    .casedetail .white-wp a.next-case {
        float: right;
    }


@media (max-width: 768px) {
    .soldetail .white-wp {
        padding: 20px 0;
    }

    .casedetail .white-wp {
        padding: 10px;
        padding-bottom: 60px;
    }

    .container.soldetail, .container.casedetail {
        padding: 0;
    }

    .soldetail h1, .casedetail h1 {
        font-size: 18px !important;
    }

    .soldispic img {
        width: 100%;
    }

    a.prev-case, a.next-case {
        position: relative;
        top: 20px;
        font-size: 12px !important;
    }
}
.nav-title a{
	color: #fff;
	
}