body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    color: #146eb4;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- w3layouts --*/
label {
    margin: 0;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

/*-- //Reset-Code --*/


/*-- section --*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 50px 0 0;
}

.bannerinner h6 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
}

.bannerbutton a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 40px;
    width: 10%;
    border-radius: 22px;
    border: 1px solid;
    background-color: blue;
    color: #fff;
    outline: none;
}

a.navbar-brand {
    font-size: 3rem;
    letter-spacing: 2px;
}

ul.nav.navbar-nav.navbar-right {
    font-size: 1.6rem;
    padding-top: 20px;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;

}

/*-- agileits --*/
.bannerinner h4 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.bannerinner {
    text-align: center;
    padding-top: 200px;

}

/*-- agileits --*/
h1 {
    padding: 20px 0px;
    color: #fff;
}

.bannerbutton {
    padding-top: 30px;
}

.banner {
    background: url(../images/bg.png) 0px 0px no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 800px;
}

.bannerbutton button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    width: 10%;
    border-radius: 22px;
    border: 1px solid;
    background-color: blue;
    color: #fff;
    outline: none;
}

img {
    width: 100%;
}

/*-- /section --*/

/*-- w3layouts --*/

/*-- about us--*/
.aboutus1 {
    padding: 0;
}

.dftred p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin-top: 10px;
}

.dftred {
    margin-bottom: 30px;
}

.dcf {
    float: left;
    padding-top: 25px;
}

p.ght {
    padding-bottom: 50px;
}

.dcf h3 {
    padding-top: 40px;
}

.ght {
    float: left;
    padding-top: 100px;
}

.service-box {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

/*-- agileits --*/
p.fgd {
    padding-bottom: 30px;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-align: left;
}

.service-content {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
}

/*-- w3layouts --*/
.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.yellow {
    background-color: #ffc000;
}

.orange {
    background-color: #fc7f0c;
}

.red {
    background-color: #e84b3a;
}

.grey {
    background-color: #474747;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

/*-- w3layouts --*/
h3.xyz, h2.xyz {
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0 0 60px;
    /* color: cadetblue; */
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

section.aboutus {
    padding: 80px 0px;
}

h3.edr {
    padding: 10px 0px;
    font-size: 25px;
}

/*--/about us--*/


/*-- Services--*/
.serviceBox {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
}

section.services {
    padding: 80px 0px;
    background: #f3f3f3;
}

.serviceBox .service-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 45px;
    border-radius: 5px;
    background: #4ca8e8;
    font-size: 30px;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
}

/*-- agileits --*/
.serviceBox:hover .service-icon {
    background: #dcdcdc;
    color: #4ca8e8;
}

.serviceBox .service-icon:after {
    content: "";
    border-top: 10px solid #4ca8e8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}

.serviceBox:hover .service-icon:after {
    border-top-color: #dcdcdc;
}

/*-- w3layouts --*/
.serviceBox .title {
    font-size: 20px;
    color: #414141;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .title {
    color: #4ca8e8;
}

.serviceBox .description {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin-bottom: 80px;
    }
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    position: absolute;
    top: 215px;
    left: 70px;
}

p.description {
    padding-bottom: 50px;
}

/*Services*/

.my-services {
    margin-top: 50px;
}

.modal-body p {
    color: #777;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}

.service {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .img-responsive {
        width: 60% !important;


    }
}

@media (max-width: 320px) {
    .my-services img {
        display: none !important;

    }

    .my-services {
        text-align: center;
    }
}

/*-- agileits --*/
/*-- /Services--*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

h3.lmn {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}

section#team {
    padding: 80px 0px;
}

/** Our team **/
/*Team -section*/
/*-- w3layouts --*/
.member-img img {
    padding: 20px 0px;
    width: 100px;
    height: auto;
    border-radius: 50%;
}

section#team h4 {
    text-align: center;
    padding: 20px 0px;
    font-size: 20px;
}

section.ourprojects {
    padding: 80px 0px;
    background-color: antiquewhite;
}

h2.ysr {
    text-align: center;
    font-size: 50px;
    padding: 50px 0px;
}

.team-profile {
    background: #e0eafc;

}

.member-social {
    background: #EECDA3; /* fallback for old browsers */
    text-align: center;


}

.member-social .fa {
    color: white;
    padding: 20px 5px;
    font-size: 20px;
}

section#team-section {
    padding: 80px 0px;
}

section.our.projects {
    padding: 80px 0px;
    background: #f3f3f3;
}

.member-social .fa:hover {
    color: #5f98f4;
}

.team-data {
    padding-top: 20px;
    padding-bottom: 20px;
}

/** /our team **/

/** Projects **/
.gallery {
    margin: 0;
    padding: 0;
    height: 100%;
}

h3.cbn {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}

/*-- agileits --*/
[class*='thumbnail-'] {
    background: #000;
    width: 33.33%;
    height: auto;
    float: left;
    padding: 5px 5px 3px 5px;
    cursor: zoom-in;
}

[class*='thumbnail-'] img {
    max-width: 100%;
}

[class*='large-'] {
    background: rgba(0, 0, 0, 0.49);
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    display: none;
}

[class*='large-'] img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/*-- w3layouts --*/
.prev {
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 45%;
    left: 10px;
    float: left;
}

.next {
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 45%;
    right: 10px;
    float: right;
}

.close {
    color: #fff;
    font-size: 30px;

    top: 5px;
    right: 10px;
    float: right;
    cursor: zoom-out;
}

[class*='thumbnail-'] {
    overflow: hidden;
    padding: 0;
    position: relative;
    cursor: zoom-in;
}

[class*='thumbnail-']:hover img {
    transition: .3s linear;
    transition-delay: 300ms;
    transform: /* rotate(5deg) */ scale(1.4);
}

[class*='thumbnail-'] > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background-color: black;
    color: white;
    opacity: 0.8;
}

[class*='thumbnail-']:hover > .caption {
    display: block;

}


/** /Projects **/

/*-- w3layouts --*/
/** contact **/
.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

/*---- Genral classes end -------*/
/*Change icons size here*/
.social-icons .fa {
    font-size: 20px;
}

/*-- agileits --*/
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
    background-color: #3C599F;
}

.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icons .fa-twitter, .social-icons .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.social-icons .fa-rss, .social-icons .fa-rss {
    background-color: #F7931A;
}

h3.qwe {
    text-align: center;
    padding: 50px 0px;
    font-size: 50px;
}

.contactus2 h3 {
    padding-top: 40px;
    margin-bottom: 10px;
    font-size: 25px;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.contactus3 h3 {
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 25px;
}

/*-- w3layouts --*/
.contactus4 h3 {
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 25px;
}

section.contact {
    padding: 80px 0px;
}

.contactus9 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.contactus9 p {
    font-size: 14px;
    color: #777;
    line-height: 25px;
}

.contactus10 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

/*-- agileits --*/
.form-group {
    margin-bottom: 20px;
}

.contactus2 a, .contactus3 a {
    line-height: 30px;
    letter-spacing: 1px;
    color: #777;
}

.form-control:focus {
    border-color: #0c0c0c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(241, 242, 243, 0.6);
}

.contactus2 i.fa.fa-envelope {
    margin-right: 5px;
}

.contactus2 i.fa.fa-skype {
    margin-right: 5px;
}

.contactus2 i.fa.fa-phone {
    margin-right: 5px;
}

.contactus3 i.fa.fa-envelope {
    margin-right: 5px;
}

.contactus3 i.fa.fa-phone {
    margin-right: 5px;
}

/** /contact **/
/*-- w3layouts --*/
/** footer **/
section.footer p {
    text-align: center;
    font-size: 14px;
    padding: 30px 0px;
    color: #fff;
}

section.footer {
    background-color: black;
}

.footer p a {
    color: aquamarine;
}

.footer p a:hover {
    color: #fff;
}

/** /footer **/

/*--top hover--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 33px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*--/tophover--*/
.member-img {
    text-align: center;
}

/*-- w3layouts --*/
/** Responsive design**/
@media screen and (max-width: 1080px) {
    .btn-info {
        left: 35px;
        top: 240px;
    }

    .banner {
        min-height: 580px;
    }

    .bannerinner {
        padding-top: 120px;
    }

    .navbar-default {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 991px) {

    .btn-info {
        left: 100px;
        top: 193px;
    }

    .banner {
        min-height: 570px;
    }

    .nav > li > a {
        padding: 11px 9px;
    }

    .ghfvf {
        float: left;
        width: 30%;
    }

    .ghtg {
        width: 100%;
    }

    .hfger {
        width: 100%;
    }

    .huhdsf {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        padding: 5px 2px;
    }

    .img-responsive {
        width: 100% !important;
    }

    ul.nav.navbar-nav.navbar-right {
        font-size: 14px;
    }

    .nav > li > a {

        padding: 7px 5px;
    }

    .giih {
        float: right;
        width: 70%;
    }

    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }

    .bannerinner {
        padding-top: 100px;
    }

    .banner {
        min-height: 520px;
    }

    section.aboutus {
        padding: 50px 0px;
    }

    section.services {
        padding: 50px 0px;
    }

    section#team {
        padding: 50px 0px;
    }

    section.ourprojects {
        padding: 50px 0px;
    }

    section.contact {
        padding: 50px 0px;
    }

    .sdtrthjh {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    ul.nav.navbar-nav.navbar-right {
        font-size: 14px;
        text-align: center;
    }

    .navbar-top {
        position: relative;
    }

    div#bs-example-navbar-collapse-1 {
        background: rgba(0, 0, 0, 0.83);
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    .navbar-toggle {
        border: 1px solid rgb(255, 255, 255);
    }

    .navbar-toggle .icon-bar {
        background: #FFFFFF;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    ul.nav.navbar-nav li a {
        margin: .5em 0;
        padding: .5em 0;
    }

    .navbar-nav {
        float: none;
        text-align: center;
        margin: 1em 0;
    }

}

@media screen and (max-width: 736px) {
    .navbar-toggle {
        margin-top: 18px;
    }

    .bannerinner {
        padding-top: 50px;
    }

    .navbar > .container .navbar-brand {
        margin-left: 15px;
    }

    .btn-info {
        left: 100px;
        top: 196px;
    }

    .img-responsive {
        width: 100%;
    }

    .banner {
        min-height: 480px;
    }

    .aboutus1 {
        float: left;
        width: 50%;
    }

    .fgdfh {
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width: 667px) {
    .btn-info {
        left: 77px;
        top: 215px;
    }
}

@media screen and (max-width: 640px) {
    .navbar-toggle {
        margin-top: 20px;
    }

    .btn-info {
        left: 76px;
    }

    .banner {
        min-height: 420px;
    }
}

@media screen and (max-width: 600px) {
    .btn-info {
        left: 60px;
        top: 216px;
    }

    .bannerinner {
        padding-top: 35px;
    }
}

@media screen and (max-width: 568px) {
    .btn-info {
        left: 60px;
        top: 216px;
    }
}

@media screen and (max-width: 480px) {
    [class*='thumbnail-'] {
        width: 49.33%;
    }

    h1 {
        font-size: 30px;
    }

    .bannerinner h4 {
        letter-spacing: 1px;
    }

    .btn-info {
        left: 33px;
        top: 241px;
    }

    .serviceBox .description {
        font-size: 13px;
    }

    h3.xyz, h2.xyz {
        font-size: 36px;
        margin: 0 0 40px;
    }

    .map iframe {
        height: 250px;
    }

    section.footer p {
        padding: 18px 0px;
    }
}

@media screen and (max-width: 414px) {
    .navbar-toggle {
        margin-top: 20px;
    }

    [class*='thumbnail-'] {
        width: 100%;
    }

    h1 {
        font-size: 27px;
    }

    .bannerinner h4 {
        font-size: 11px;
    }

    .serviceBox .description {
        line-height: 19px;
    }

    .btn-info {
        left: 110px;
        top: 177px;
    }

    section.footer p {
        font-size: 12px;
    }

    a.navbar-brand {
        letter-spacing: 0px;
    }

    .banner {
        min-height: 400px;
    }

    .aboutus1 {
        width: 100%;
    }

    .huhdsf {
        width: 100%;
    }

    .fgdfh {
        width: 100%;
    }

    section.footer p {
        line-height: 26px;
    }
}

@media screen and (max-width: 384px) {
    h1 {
        font-size: 25px;
    }

    .bannerinner h4 {
        font-size: 13px;
    }

    .btn-info {
        left: 100px;
        top: 173px;
    }

    section.footer p {
        font-size: 11px;
        padding: 20px 0px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 24px;
    }

    .btn-info {
        left: 95px;
        top: 175px;
    }
}

@media screen and (max-width: 320px) {
    a.navbar-brand {
        font-size: 22px;
        letter-spacing: 1px;
    }

    h1 {
        font-size: 20px;
    }

    .bannerinner h6 {
        font-size: 13px;
    }

    .btn-info {
        left: 65px;
        top: 201px;
    }

    .team-data .col-xs-6 {
        width: 100%;
        padding-top: 10px;
    }

    [class*='thumbnail-'] {
        width: 100%;
    }

    section.footer p {
        font-size: 13px;
        padding: 20px 0px;
    }

    .banner {
        min-height: 350px;
    }

    .bannerinner {
        padding-top: 26px;
    }

    section.aboutus {
        padding: 40px 0px;
    }

    h3.xyz, h2.xyz {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .ghtg {
        width: 100%;
        padding: 0;
    }

    p.fgd {
        font-size: 13px;
    }

    .ghfvf {
        width: 100%;
        padding: 0;
    }

    .giih {
        width: 100%;
        text-align: center;
        margin-top: 1em;
        padding: 0;
    }

    section.contact, section.ourprojects, section#team {
        padding: 40px 0px;
    }

    section.services {
        padding: 40px 0px 0;
    }

    .navbar-default {
        padding: 8px 0 0;
    }
}

/** /Responsive **/


/*custom style*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.text-xs-center h1, .text-xs-center h3 {
    color: #fff;
}

.answer-item {
    height: 260px;
}

.img-circle {
    width: initial;
    position: absolute;
    bottom: 0;
}

.thumbnail .caption h3, .thumbnail .caption h5 {
    margin: 12px auto;
}

.col-lg-4 p {
    margin: 0 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.contents, .contents * {
    line-height: 2;
}

.contents img, .contents * img {
    max-width: 100%;
    height: auto;
}

/*联系我们*/
#contact {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#contact .wrap1, #contact .wrap2 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#contact .wrap1 {
    padding-top: 5%;
}

#contact .wrap {
    width: 1500px;
    margin: 0 auto;
    padding-bottom: 5%;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

#contact .wrap1 .wrap .title {
    font-size: 32px;
    color: #000;
    text-align: center; /*font-family: 'PINGFANG';font-weight: bolder;*/
}

#contact .wrap1 .wrap .title span {
    font-size: 18px;
    color: #222222; /*font-family: 'PINGFANG_EXTRALIGHT';*/
    font-family: 'Arial';
}

#contact .wrap1 .wrap .borders {
    width: 100%;
    height: 9px;
    background: url(../images/img7.png) no-repeat center;
    margin-top: 1%;
}

#contact .wrap1 .wrap .contents {
    color: #555555;
    padding-top: 2%;
}

#contact .wrap1 .wrap .contents img {
    width: auto !important;
    height: auto !important;
}

#contact .wrap2 .left {
    width: 50%;
    height: 468px;
    background: url(../images/img9.png) no-repeat center;
}

#contact .wrap2 .right {
    width: 50%;
    height: 468px;
    background: #007bbb;
}

#contact .wrap2 .right .wrap {
    width: 71.125%;
    margin: 0;
    padding-left: 7%;
}

#contact .wrap2 .right .wrap .big.two {
    border-top: solid 1px #1f8bc3;
    margin-top: 10%;
}

#contact .wrap2 .right .wrap .big .title {
    font-size: 20px;
    color: #fff;
    font-family: 'PINGFANG';
    margin-top: 20%;
}

#contact .wrap2 .right .wrap .big .c {
    margin-top: 5%;
}

#contact .wrap2 .right .wrap .big .c .meg {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3%;
    text-indent: 30px;
}

#contact .wrap2 .right .wrap .big .c .meg.i1 {
    background: url(../images/img10.png) no-repeat left top;
}

#contact .wrap2 .right .wrap .big .c .meg.i1, #contact .wrap2 .right .wrap .big .c .meg.mobile {
    padding-left: 30px;
    text-indent: 0;
}

#contact .wrap2 .right .wrap .big .c .meg.mobile {
    display: none;
}

#contact .wrap2 .right .wrap .big .c .meg.i2 {
    background: url(../images/img11.png) no-repeat left top;
}

#contact .wrap2 .right .wrap .big .c .meg.i3 {
    background: url(../images/img12.png) no-repeat left top;
    margin-bottom: 0;
}

#contact .wrap2 .right .wrap .big .c .con {
    color: #fff;
}

#contact .wrap2 .right .wrap .big .c .con a {
    color: #fff;
    text-decoration: underline;
}

#contact::after {
    display: block;
    clear: both;
    content: ' ';
}

@media only screen and (max-width: 1600px) {
    #contact .wrap {
        width: 96%;
        max-width: 1500px;
        margin: 0 auto;
        padding-bottom: 5%;
    }
}

@media only screen and (max-width: 980px) {
    #contact .wrap2 .left {
        display: none;
    }

    #contact .wrap2 .right {
        width: 100%;
        float: none;
        height: auto;
        padding-top: 1%;
    }
}

.copyright {
    text-align: center;
    font-size: 18px;
    margin-top: 120px;
    margin-bottom: 120px;
}


#product3 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#product3 .wrap {
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#product3 .wrap .left {
    padding-right: 30px
}

#product3 .wrap .left .img {
    text-align: center
}

#product3 .wrap .left .img img {
    width: 70%;
    height: auto;
}

#product3 .wrap .right {
    margin-top: 8%;
}

#product3 .wrap .right .top .big {
    height: 250px;
    overflow: hidden;
    display: none;
    text-align: left;
}

#product3 .wrap .right .top .big:first-child {
    display: block;
}

#product3 .wrap .right .top .big .title {
    font-size: 44px;
    color: #007bbb;
    font-family: 'PINGFANG';
}

#product3 .wrap .right .top .big .meg {
    font-size: 18px;
    color: #666666;
    margin-top: 3%;
}

#product3 .wrap .right .top .big .meg p {
    font-size: 16px;
    color: #666666;
}

#product3 .wrap .right .bot {
    margin-top: 5%;
}

#product3 .wrap .right .bot .bigs {
    float: left;
    margin-left: 8%;
}

#product3 .wrap .right .bot .bigs:first-child {
    margin-left: 0;
}

#product3 .wrap .right .bot .bigs .img {
    text-align: center;
}

#product3 .wrap .right .bot .bigs .img img {
    max-width: 100%;
    height: auto;
}

#product3 .wrap .right .bot .bigs .img.img2 {
    display: none;
}

#product3 .wrap .right .bot .bigs .font {
    font-size: 16px;
    color: #222;
    text-align: center;
    margin-top: 10%;
    font-family: 'PINGFANG' !important;
    font-weight: bold;
}

#product3 .wrap .right .bot .bigs.on .font {
    color: #007bbb;
    font-weight: 550;
}

#product3 .wrap .right .bot .bigs.on .img1 {
    display: none;
}

#product3 .wrap .right .bot .bigs.on .img2 {
    display: block;
}


#index .wrap2 .w1 .wrap .swiper-button-prev, #support .wrap2 .wrap .downlist .swiper-button-prev, #product3 .wrap .left .swiper-button-prev {
    z-index: 999;
    background: url(../images/img82.png) #fff no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    left: 0;
    top: 50%;
}

#index .wrap2 .w1 .wrap .swiper-button-next, #support .wrap2 .wrap .downlist .swiper-button-next, #product3 .wrap .left .swiper-button-next {
    z-index: 999;
    background: url(../images/img82.png) #fff no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: 0;
    top: 50%;
}


#product3 .wrap .left .swiper-button-prev {
    z-index: 999;
    background: url(../images/swiper/img82.png) #fff no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    left: 0;
    top: 50%;
}

#product3 .wrap .left .swiper-button-next {
    z-index: 999;
    background: url(../images/swiper/img82.png) #fff no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: 0;
    top: 50%;
}

#product3 .wrap .left .swiper-button-prev:hover, #product3 .wrap .left .swiper-button-next:hover {
    background: url(../images/swiper/img83.png) #007bbb no-repeat center;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
#product3 .wrap .left .swiper-button-next:hover{transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform:rotate(0deg);}
