/* 公共样式 */


/* 清除浮动 */

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* end 公共样式 */


/* 公司简介 */


/* company banner */

.c-company-banner {
    position: relative;
    font-size: 0;
}

.c-company-banner>img {
    width: 100%;
    height: auto;
}

.c-company-banner div.title {
    position: absolute;
    top: 22.44%;
    left: 50%;
    color: #222222;
    text-align: center;
    transform: translateX(-50%);
}

.c-company-banner div.title p:first-child {
    font-size: .506667rem;
    margin-bottom: 8px;
}

.c-company-banner div.title p:last-child {
    font-size: .16rem;
}


/* end company banner */


/* company main */

.c-bg {
    background: #F9F9F9;
}


/* 企业愿景 */

.c-vision {
    position: relative;
    padding-top: 13.91%;
    padding-bottom: 2.15%;
    box-sizing: border-box;
}

.c-vision div.box {
    padding: .533333rem .8rem;
    position: absolute;
    top: 0;
    left: 50%;
    /*     width: 100%; */
    background: #FFFFFF;
    box-sizing: border-box;
    font-size: .186667rem;
    color: #666666;
    z-index: 99;
}

.c-vision div.box div {
    width: 9.58%;
    height: 1px;
    background: #222222;
}

.c-vision div.box h4 {
    font-size: .266667rem;
    margin: 2.88% 0;
    color: #222222;
}

.c-vision div.box p {
    line-height: 28px;
}

.c-vision div.title {
    color: #222222;
    font-size: 12px;
    text-align: center;
}

.c-vision div.title p:first-child {
    font-size: .373333rem;
    margin-bottom: .133333rem;
}

.c-vision div.title2 {
    margin-top: 3.1%;
    color: #222222;
    font-size: .266667rem;
    text-align: center;
    line-height: .426667rem;
}

.c-vision ul {
    margin-top: 2.5%;
    font-size: 0;
}

.c-vision ul li {
    display: inline-block;
    position: relative;
    width: 32.5%;
    height: auto;
    overflow: hidden;
}

.c-vision ul li:not(:last-child) {
    margin-right: 1.25%;
}

.c-vision ul li img {
    display: block;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-vision ul li img:hover {
    transform: scale(1.1);
}

.c-vision ul li div.text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: .186667rem;
    color: #FFFFFF;
    text-align: center;
}

.c-vision ul li div.text p:first-child {
    font-size: .266667rem;
    margin-bottom: 3.84%;
}


/* 证书 */

.c-company-item {
    margin: 3.12% auto 2.08%;
    overflow: visible !important;
}

.c-company-item .layout-left,
.c-company-item .layout-right {
    float: left;
    width: 50%;
}

.c-company-item .layout-left div.box {
    box-sizing: border-box;
    padding-right: 16.66%;
}

.c-company-item .layout-left div.box img {
    width: 16%;
    height: auto;
    margin-top: 3.33%;
}

.c-company-item .layout-left div.box div {
    width: 25.5%;
    height: 1px;
    margin-top: 5%;
    background: #222222;
}

.c-company-item .layout-left div.box h3 {
    margin-top: 6.66%;
    color: #222222;
    font-size: .373333rem;
}

.c-company-item .layout-left div.box p {
    margin-top: 5%;
    font-size: .186667rem;
    color: #666666;
    line-height: .373333rem;
}

.c-company-item .layout-right ul {
    font-size: 0;
}

.c-company-item .layout-right ul li {
    display: inline-block;
    width: 22.5%;
    margin-bottom: 3.33%;
    cursor: pointer;
}

.c-company-item .layout-right ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-company-item .layout-right ul li:hover img {
    transform: scale(1.1);
}

.c-company-item .layout-right ul li:not(:nth-child(4n)) {
    margin-right: 3.33%;
}

.fs_gallery {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

.fs_gallery_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    color: #ccc;
    font-size: 34px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    z-index: 102;
}

.fs_gallery_close:before {
    content: "×";
}

.fs_gallery_close:hover {
    color: #fff;
}

.fs_gallery_prev,
.fs_gallery_next {
    position: absolute;
    width: 80px;
    color: #ccc;
    font-size: 30px;
    cursor: pointer;
    z-index: 101;
}

.fs_gallery_prev:hover,
.fs_gallery_next:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.fs_gallery_prev {
    left: 0;
    top: 0;
    bottom: 0;
}

.fs_gallery_next {
    right: 0;
    top: 0;
    bottom: 0;
}

.fs_gallery_prev:before {
    content: "‹";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}

.fs_gallery_next:before {
    content: "›";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}

.fs_gallery_shuft {
    position: relative;
    width: 9999999px;
}

.fs_gallery_shuft:after {
    clear: both;
    content: "";
    display: block;
}

.fs_gallery_shuft_item {
    float: left;
    position: relative;
    background-image: url(../fonts/13f6afc7f3f84a099cba3eeb60e7b6d6.woff);
    background-position: center center;
    background-repeat: no-repeat;
}

.fs_gallery_shuft_item img {
    margin: 0 !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50% -50%);
    -moz-transform: translateY(-50% -50%);
    -ms-transform: translateY(-50% -50%);
    -o-transform: translateY(-50% -50%);
}


/* end 公司简介 */


/* contact */

.c-contact-box {
    overflow: hidden;
    padding-bottom: 2.08%;
}

.phone-title {
    display: none;
}

.c-contact {
    padding-top: 3.12%;
    padding-bottom: 3.12%;
}

.c-contact .layout-left,
.c-contact .layout-right {
    float: left;
    width: 50%;
}

.c-contact .layout-left .item {
    margin-top: 4.16%;
}

.c-contact .layout-left .item1-2 {
    margin-top: 8.23%;
}

.c-contact .layout-left .item-left {
    float: left;
    width: 5%;
}

.c-contact .layout-left .item-left img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.c-contact .layout-left .item-right {
    float: left;
    width: 95%;
    box-sizing: border-box;
    padding-left: 5%;
}

.c-contact .layout-left .item-right p {
    font-size: .186667rem;
    color: #222222;
    line-height: 20px;
    font-weight: bold;
}

.c-contact .layout-left .item-right ul {
    margin-top: 2.96%;
}

.c-contact .layout-left .item-right ul li {
    font-size: .186667rem;
    color: #999999;
    line-height: 28px;
}

.c-contact .layout-left .item-right ul li span {
    color: #222222;
    font-weight: bold;
}

.c-contact .layout-left ul.code {
    font-size: 0;
    text-align: center;
    margin-top: 11.66%;
}

.c-contact .layout-left ul.code li {
    display: inline-block;
    width: 50%;
}

.c-contact .layout-left ul.code li img {
    max-width: 1.6rem;
    max-height: 1.6rem;
}

.c-contact .layout-left ul.code li p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 28px;
    color: #222222;
}

.c-contact .layout-right {
    height: 500px;
}

.c-contact .layout-right #allmap {
    width: 100%;
    height: 100%;
}

.c-contact .layout-right #allmap p:first-child {
    margin-bottom: 5px;
    color: rgba(37, 198, 137, 1);
}

.c-contact .layout-right #allmap p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.c-lx {
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 2.08% 3.12% 1.56%;
}

.c-lx p.title {
    font-size: .213333rem;
    color: #999999;
    line-height: .346667rem;
}

.c-lx p.title span {
    color: #222222;
    font-weight: bold;
}

.c-lx form {
    font-size: 0;
}

.c-lx form ul {
    font-size: 0;
    margin-top: 2.5%;
}

.c-lx form ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 1.8%;
    width: 47.6%;
    height: .666667rem;
}

.c-lx form ul li:last-child {
    width: 100%;
    height: 2.76rem;
}

.c-lx form ul li:not(:nth-child(2n)) {
    margin-right: 4.6%;
}

.c-lx form ul li input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 6.45%;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: 1px solid rgba(229, 229, 229, 1);
}

.c-lx form ul li input:focus,
.c-lx form ul li textarea:focus {
    border: 1px solid #25CC89;
}

.c-lx form ul li textarea {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .266667rem 0 0 .4rem;
    resize: none;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: 1px solid rgba(229, 229, 229, 1);
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
    ;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

input:-o-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

textarea::-moz-input-placeholder {
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

textarea::-ms-input-placeholder {
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

textarea::-o-input-placeholder {
    color: #999999;
    font-size: .186667rem;
    line-height: .266667rem;
}

.c-lx form div {
    text-align: center;
}

.c-lx form div button.btn {
    font-size: 14px;
    border: 0;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.formtips {
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 14px;
    color: rgba(255, 125, 125, 1);
    text-align: center;
    transform: translateY(-50%);
    background-color: #fff;
}

@media screen and (max-width:1200px) {
    .c-vision div.box {
        width: 80%;
    }
}

@media screen and (max-width:1024px) {
    .c-vision {
        padding-top: 40px;
    }
    .c-vision div.box {
        margin-bottom: 40px;
        width: 100%;
        position: relative;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@media screen and (max-width:768px) {
    .c-company-banner img {
        height: 240px;
    }
    .c-company-banner div.title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .c-company-banner div.title p:first-child {
        font-size: 41px;
        margin-bottom: 5px;
    }
    .c-company-banner div.title p:last-child {
        font-size: 25px;
    }
    .c-company-item .layout-left div.box img {
        margin-top: 50px;
    }
    .c-vision {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .c-vision div.box {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        background: none;
        margin: 0;
        padding: 0;
    }
    .c-vision div.box div {
        display: none;
    }
    .c-vision div.box h4 {
        font-size: 20px;
        margin: 20px 0;
    }
    .c-vision div.box p {
        font-size: 14px;
    }
    .c-vision div.title {
        margin-top: 50px;
    }
    .c-vision div.title p:first-child {
        font-size: 24px;
    }
    .c-vision div.title2 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 32px;
    }
    .c-vision ul {
        /*         width: 100%; */
        padding: 0;
    }
    .c-vision ul li {
        width: 100%;
        height: 420px;
    }
    .c-vision ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .c-vision ul li img {
        height: 100%;
    }
    .c-vision ul li div.text {
        font-size: 29px;
    }
    .c-vision ul li div.text p:first-child {
        font-size: 41px;
    }
    .c-company-box {
        background: #F9F9F9;
    }
    .c-company-item {
        padding-top: 0;
    }
    .c-company-item .layout-left,
    .c-company-item .layout-right {
        width: 100%;
        float: none;
    }
    .c-company-item .layout-left div.box {
        text-align: center;
        padding-right: 0;
    }
    .c-company-item .layout-left div.box div {
        display: none;
    }
    .c-company-item .layout-left div.box h3 {
        margin-top: 5%;
        font-size: 20px;
    }
    .c-company-item .layout-left div.box p {
        width: 100%;
        font-size: 14px;
        margin: 20px auto 0;
        text-align: center;
    }
    .c-company-item .layout-right {
        margin-top: 5%;
    }
    .c-contact .layout-right {
        height: 383px;
    }
    .c-vision ul li img:hover {
        transform: none;
    }
    .c-company-item .layout-left div.box img {
        width: 80px;
        height: 87px;
    }
}

@media screen and (max-width:640px) {
    .c-company-banner img {
        height: 200px;
    }
    .c-vision ul li {
        height: 350px;
    }
    .c-vision ul li div.text {
        font-size: 24px;
    }
    .c-vision ul li div.text p:first-child {
        font-size: 34px;
    }
    .phone-title {
        display: block;
        font-size: 24px;
        text-align: center;
        color: #222222;
        padding-top: 30px;
    }
    .c-contact {
        padding-top: 0;
        padding-bottom: 0;
    }
    .c-contact .layout-right {
        display: none;
    }
    .c-contact .layout-left {
        width: 100%;
        float: none;
    }
    .c-contact .layout-left .item-left {
        width: 100%;
        float: none;
        font-size: 0;
    }
    .c-contact .layout-left .item-left img {
        width: 30px;
        height: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .c-contact .layout-left .item-right {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }
    .c-contact .layout-left .item1-2 {
        margin-top: 4.1%;
    }
    .c-contact .layout-left ul.code {
        margin-top: 60px;
    }
    .c-contact .layout-left ul.code li {
        display: block;
        width: 100%;
    }
    .c-contact .layout-left ul.code li:first-child {
        margin-bottom: 56px;
    }
    .c-lx {
        padding: 0 6.666666%;
        background: none;
        padding-top: 30px;
    }
    .c-lx form {
        margin-top: 30px;
    }
    .c-lx form ul li {
        width: 100%;
    }
    .c-lx form ul li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .c-lx form ul li {
        margin-bottom: 20px;
    }
    .c-contact .layout-left .item-right ul li{
        font-size: 14px;
    }
    .c-contact .layout-left .item-right p{
        font-size: 14px;
    }
    .c-contact .layout-left .item{margin-top: 39px !important;}
    .c-contact .layout-left .item1-2{margin-top: 30px !important;}
    .c-contact .layout-left .item-right ul{margin: 16px auto 0;width: 60%;text-align: justify;}
    .c-contact .layout-left ul.code li img{
        margin: 0 auto;
        display: block;
        width: 32%;
        max-width: none;
        max-height: none;
    }
    .c-lx p.title{font-size: 12px;line-height: 26px;}
    .c-contact-box{padding-bottom: 40px;}
    .c-lx form ul li input{padding-left: 10%;}
    .c-lx form ul li textarea{padding: .266667rem 0 0 10%;}
    .c-lx form div{margin-top: 15px;}
}

@media screen and (max-width:568px) {
    .c-company-banner img {
        height: 177px;
    }
    .c-company-banner div.title p:first-child {
        font-size: 36px;
    }
    .c-company-banner div.title p:last-child {
        font-size: 18px;
    }
    .c-vision ul li {
        height: 311px;
    }
    .c-vision ul li div.text p:first-child {
        font-size: 30px;
    }
    .c-vision ul li div.text {
        font-size: 21px;
    }
}

@media screen and (max-width:414px) {
    .c-company-banner img {
        height: 129px;
    }
    .c-company-banner div.title p:first-child {
        font-size: 26px;
    }
    .c-company-banner div.title p:last-child {
        font-size: 13px;
    }
    .c-vision ul li div.text p:first-child {
        font-size: 20px;
    }
    .c-vision ul li div.text {
        font-size: 14px;
    }
    .c-company-item .layout-left div.box p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:375px) {
    .c-company-banner img {
        height: 117px;
    }
    .c-company-banner div.title p:first-child {
        font-size: 24px;
    }
    .c-company-banner div.title p:last-child {
        font-size: 12px;
    }
    .c-vision ul li {
        height: 205px;
    }
}


/* end contact */