﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
}

html,
body {
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei" !important;
}

input {
    border: none;
}

img {
    border: none;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

a {
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
    padding-right: 2%
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.w1438 {
    width: 1438px;
    margin: 0 auto;
}

body {
    padding-top: 100px;
}

.bgf1 {
    background: #f1f1f1;
}

.bgf5 {
    background: #f5f5f5;
}

.bgdb {
    background: #dbdbdb;
}

.padding80 {
    padding: 80px 0;
}

.middle-box {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.middle-inner {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
    *left: 50%;
    width: 100%;
}

.middle-text {
    position: relative;
    *top: -50%;
    *left: -50%;
    display: block;
}

.scrollBar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    border: 1px solid #636363;
    background-color: #929292;
}

.scrollBar::-webkit-scrollbar-thumb {
    background-color: #cfcfd2;
    border-radius: 8px;
    background-clip: padding-box;
    min-height: 28px;
}

.scrollBar::-webkit-scrollbar-track-piece {
    background: #f3f3f3;
}

@font-face {
    font-family: siyuan-light;
    src: url(../font/SourceHanSansCN-Light.otf);
}

/*index*/
.header {
    height: 100px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
}

.header.cur {
    box-shadow: 0 2px 4px #ddd;
    -webkit-box-shadow: 0 2px 4px #ddd;
}

.logo {
    position: absolute;
    left: 90px;
    top: 0;
    width: 240px;
    height:100%;
}
.logo a
{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
}

.logo img {
    width: 100%;
}

.nav {
    margin-right: 90px;
}

.nav li {
    float: left;
    line-height: 100px;
    margin-left: 30px;
}

.nav li a {
    text-transform: uppercase;
}

.nav li.active a {
    color: #ce0101;
}

.search {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -23px;
    height: 44px;
    line-height: 44px;
    width: 180px;
    text-align: center;
    color: #808080;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.search:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/1903.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}

.search:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url("../images/1904.png");
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 6px;
}

.search-btn {
    line-height: 26px;
    font-size: 12px;
    color: #969696;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
}

.search-btn .submit {
    position: absolute;
    display: block;
    width: 34px;
    top: 0;
    left: 0;
    background: url("../images/i1.png") no-repeat center;
    height: 34px;
    cursor: pointer;
}

.search-btn .text {
    width: 100px;
    height: 34px;
    font-family: Arial, "Microsoft YaHei";
}

.sc-box {
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    top: 70px;
    width: 280px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
}

.sc-box .text {
    width: 100%;
    height: 36px;
    text-indent: 1em;
    font-family: Arial, "Microsoft YaHei";
}

.sc-box .submit {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer;
    background: url("../images/i2.png") no-repeat center;
    background-size: cover;
}

.sc-box1.active {
    display: block;
}

.sc-box2.active {
    display: none;
}

.sc-box2 {
    width: 100%;
    box-sizing: border-box;
    top: 60px;
}

.sc-box2 .text {
    height: 34px;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner .flexslider {
    overflow: hidden;
}

.banner .flex-control-nav {
    bottom: 20px;
}

.banner .w1438 {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -719px;
    z-index: 6;
    color: #fff;
}

.ban-l h2 {
    font-size: 48px;
    letter-spacing: 12px;
    margin-bottom: 6px;
}

.ban-l p {
    font-size: 24px;
    text-transform: uppercase;
}

.ban-r {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url("../images/i3.png") no-repeat center;
    background-size: cover;
    right: 0;
    bottom: 0;
}

.index-cpzx {
    background: #fff;
    padding: 90px;
}

.index-cpzx-top h3 {
    font-size: 26px;
    color: #1e1e1e;
    line-height: 48px;
}

.index-cpzx-top h3 span {
    font-size: 20px;
    text-transform: uppercase;
}

.index-cpzx-top a {
    float: left;
    margin-left: 20px;
}

.index-cpzx-top a .img1 {
    display: block;
    width: 100%
}

.index-cpzx-top a .img2 {
    display: none;
}

.index-cpzx-top a.active .img1 {
    display: none;
}

.index-cpzx-top a.active .img2 {
    display: block;
}

.index-cpzx-bop li {
    float: left;
    width: 33% !important;
    margin-right: 0.3%;
    margin-top: 35px;
}

.index-cpzx-bop li.li1 {
    width: 49% !important;
}

.index-cpzx-bop li.li3 {
    margin-right: 0;
}

.img {
    background: #eeeeee;
    overflow: hidden;
}

.img img,
.index-about img,
.dapei-des img {
    width: 100%;
    vertical-align: bottom;
}

.index-cpzx-bop li p {
    margin-top: 30px;
    font-size: 12px;
    color: #747e88;
}

.index-cpzx-bop li span {
    display: block;
    text-align: center;
}

.dapei .li {
    position: relative;
    width: 21.5%;
}

.dapei-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15% 0 15% 10%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.dapei-title h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.dapei-title span {
    position: relative;
}

.dapei-title span i {
    background-size: cover;
    top: 50%;
    margin-top: -7px;
    left: 110%;
    width: 80px;
    height: 14px;
    position: absolute;
}

.dapei-title span i img {
    width: 100%;
    vertical-align: bottom;
}

.dapei .li1 {
    width: 35.36%;
}

.dapei-des {
    position: relative;
}

.dapei-des-con {
    position: absolute;
    top: 0;
    left: 3%;
    right: 3%;
    bottom: 0;
    text-align: center;
}

.dapei .dapei-des-con i img {
    width: auto;
}

.dapei-des-con h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.dapei-des-con p {
    color: #999;
    margin-bottom: 15%;
}

.index-about {
    position: relative;
    overflow: hidden;
}

.index-about-des {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    text-align: center;
    color: #fff;
}

.index-about-des h2 {
    font-size: 24px;
}

.index-about-des p {
    font-size: 18px;
    max-width: 830px;
    margin: 4% auto;
    line-height: 1.6em;
}

.more {
    display: block;
    margin: 6% auto 0;
    width: 200px;
    height: 60px;
    border: 1px solid #fff;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.index-news h2 {
    font-size: 36px;
}

.index-news h2 a {
    font-size: 14px;
    position: relative;
    margin-left: 5px;
    padding-left: 35px;
}

.index-news h2 a:before {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 25px;
    top: 50%;
    left: 0;
}

.index-news-con {
    margin-top: 110px;
}

.index-time {
    color: #969696;
    margin-top: 4px;
}

.index-time span {
    font-size: 16px;
    text-transform: uppercase;
}

.index-time i {
    font-style: normal;
    margin-left: 4px;
}

.index-news-list li {
    position: relative;
    padding-left: 200px;
    width: 480px;
    margin-bottom: 20px;
}

.index-news-list li.li1 {
    margin-bottom: 50px;
}

.index-news-list li.li1 .index-time {
    position: absolute;
    left: 0;
    top: 0;
}

.index-news-list h3 {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 1.6em;
}

.index-news-list p {
    color: #969696;
    line-height: 1.6em;
    margin-top: 20px;
}

.index-news-img img {
    width: 512px;
    vertical-align: bottom;
}

.md-search {
    position: relative;
    height: 450px;
}

.index-md-con {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
}

.index-md-con h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 4px;
    margin: 20px auto;
}

.md-s {
    width: 500px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.md-s .text {
    width: 100%;
    height: 48px;
    text-indent: 60px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei";
}

.md-s .ssk-p {
    color: #000;
    font-size: 16px;
}

.ssk23 .ssk-page:after {
    content: '';
    position: absolute;
    height: 60%;
    top: 20%;
    right: 0;
    border-right: 1px solid #b3b3b3;
}

.ssk23 .ssk-page {
    height: 48px;
    line-height: 48px;
    border: none;
    width: 48%;
}

.ssk23 .ssk-list {
    top: 49px;
}

.ssk23 .ssk-page:before {
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background: url("../images/2201.png");
    right: 8%;
}

.ssk23-l {
    margin-right: 56px;
}

.ssk23 .ssk-btn {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url("../images/i7.png") no-repeat center;
    background-size: cover;
    right: 4px;
    top: 0;
    float: none;
    line-height: normal;
}


.md-s .text::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.md-s .text:-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.md-s .text::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.md-s .text:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.md-s .submit {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url("../images/i7.png") no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    cursor: pointer;
}

.sousuo {
    padding: 30px 0;
}

.sousuo-con {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.sousuo-con .text {
    width: 220px;
    height: 30px;
    border-bottom: 1px solid #a1a1a1;
    font-family: Arial, "Microsoft YaHei";
    text-align: center;
    vertical-align: middle;
    background: none;
}

.sousuo-con .submit {
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
    background: url("../images/i8.png");
}

.code-l {
    margin: 10px 0;
}

.codebtn {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 18px;
    margin-right: 10px;
    position: relative;
}

.codebtn1 {
    background: url("../images/2101.png");
}

.codebtn2 {
    background: url("../images/2102.png");
}

.codebtn3 {
    background: url("../images/2103.png");
    width: 29px;
    height: 19px;
}

.codebtn1:hover {
    background: url("../images/2101-1.png");
}

.codebtn2:hover {
    background: url("../images/2102-2.png");
}

.codebtn3:hover {
    background: url("../images/2103-3.png");
}

.code {
    width: 130px;
    position: absolute;
    height: 130px;
    top: -150px;
    left: 50%;
    margin-left: -70px;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: none;
}

.codebtn:hover .code {
    display: block;
}

.code img,
.shfw-img img {
    width: 100%;
    vertical-align: bottom;
}

.f-logo {
    margin-top: 18px;
}

.f-logo img {
    max-width: 100px;
    vertical-align: bottom;
}

.footer {
    padding: 70px 0;
}

.f-page {
    margin-left: 90px;
}

.f-page h2 {
    color: #444;
}

.f-page h2 span {
    font-size: 17px;
    color: #444;
}

.f-page p {
    color: #808080;
    margin: 8px 0;
}

.f-page span {
    color: #808080;
    margin-right: 36px;
}

.f-page span b {
    color: #444;
    font-weight: normal;
}

.footer-link {
    text-align: right;
    margin-bottom: 15px;
}

.footer-link a {
    color: #252525;
    font-size: 12px;
}

.footer-r p,
.footer-r p a,
.footer-r p span {
    color: #808080;
    font-size: 12px;
    margin-bottom: 10px;
}

.menu-handler {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 19px;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: none;
}

.menu-handler .burger {
    height: 2px;
    background: #666;
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    top: 2px;
    width: 100%;
}

.menu-handler .burger-2 {
    top: 10px;
}

.menu-handler .burger-3 {
    top: 18px;
}

.menu-handler.active .burger-1 {
    top: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-handler.active .burger-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
    top: 10px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.view-hide {
    display: none;
}

.ssmd {
    position: relative;
    overflow: hidden;
}

.ssmd-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
    height: 100%;
    background: url("../images/bg1.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 5;
}

.ssmd-con {
    height: 500px;
}

.ssmd-page {
    width: 356px;
    margin: 0 auto;
    overflow: hidden;
}

.ssmd-page h2 {
    text-align: center;
    font-size: 24px;
    color: #1e1e1e;
    margin-top: 50px;
}

.ssmd-form {
    border: 1px solid #393939;
    height: 48px;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ssmd-form .text {
    height: 48px;
    font-family: Arial, "Microsoft YaHei";
    text-indent: 1em;
    width: 100%;
}

.ssmd-form .submit {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    background: url("../images/i7.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.ssmd-form {
    margin-top: 32px;
}

.ssmd-list {
    margin-top: 60px;
}

.ssmd-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 45px;
    cursor: pointer;
}

.ssmd-list li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 29px;
    background: url("../images/i10.png");
}

.ssmd-list h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.ssmd-list p {
    font-size: 16px;
    color: #808080;
}

.ssmd-list ul {
    overflow: auto;
    height: 225px;
}

.ssmd-list li:hover h3 {
    text-decoration: underline;
}

/*page分页*/
.tt_page {
    text-align: center;
    margin-bottom: 12%;
}

.tt_page ul {
    font-size: 0;
}

.tt_page ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    box-sizing: border-box;
    width: 55px;
    height: 44px;
    line-height: 40px;
    margin-right: 0%;
    height: 100%;
    margin-right: 0.5%
}

.tt_page ul li a {
    display: block;
    font-size: 12px;
    color: #5d5c5c;
    line-height: 38px;
    margin: 0px 0px;
    padding-top: 2px
}

.tt_page ul li span {
    display: block;
    font-size: 12px;
    color: #b3a8a8;
    line-height: 38px;
    margin: 0px 0px;
    padding-top: 2px
}

.tt_page ul li:nth-child(1) a {
    transform: rotate(-180deg);
}

.tt_page ul li:hover a {
    background: #e5e5e5;
    color: #333;
    width: 100%;
}

.tt_page ul li.active span {
    background: #ce0101;
    color: white;
}


/*产品列表*/
.ban {
    position: relative;
    overflow: hidden;
}

.ban img {
    width: 100%;
    vertical-align: bottom;
}

.ban-des {
    position: absolute;
    height: 100%;
    top: 0;
    right: 10%;
    color: #fff;
}

.ban-des h2 {
    text-transform: uppercase;
    font-size: 64px;
}

.ban-des p {
    font-size: 32px;
}

.conten-nav {
    background: #f8f8fa;
}

.conten-nav-list {
    text-align: center;
    width: 101%;
    margin: 0 auto;
    border-bottom: 1px solid #bebebe;
}

.conten-nav-list li {
    width: 10%;
    display: inline-block;
    margin: 0 3%;
}

.conten-nav-list li a {
    font-size: 18px;
    line-height: 60px;
    position: relative;
    display: block;
}

.conten-nav-list li a:before {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    border-bottom: 4px solid #ce0101;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.conten-nav-list li.active a:before {
    width: 100%;
}

.conten-nav-list li.active a {
    color: #ce0101;
}

.cp-js {
    text-align: center;
    margin-top: 40px;
    /* height: 310px; */
    color: #fff;
}
.cp-js .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.cp-js .pic .image
{
    display:block;
    width:100%;
    height:auto;
}
.cp-js h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cp-js p {
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei" !important;
}

.cp-js p span {
    font-family: Arial, "Microsoft YaHei" !important;
}

/*.cp-js p{font-size: 15px; color: #79797a; line-height: 1.6em; font-family: siyuan-light;text-align: center !important;}*/
/*.cp-js h3{font-size: 22px; color: #333333; margin-top: 20px;}*/
/*.cp-js span{font-size: 16px; color: #333333; display: block;font-family: siyuan-light;font-weight: bold;margin-top: 20px;margin-bottom: 6px;}*/
.cp-top a {
    color: #8f8f8f;
}

.cp-top img {
    vertical-align: middle;
    margin-top: -4px;
}

.cp-top .img2 {
    display: none;
}

.cp-top li {
    float: left;
    width: 25%;
    text-align: center;
}

.cp-top li.active .img1 {
    display: none;
}

.cp-top li.active .img2 {
    display: inline-block;
}

.cp-top li.active a {
    color: #013c5b;
}

.cp-top {
    margin: 40px auto;
}

.product li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.product li.last {
    margin-right: 0;
}

.product li span {
    color: #747e88;
    font-size: 12px;
}

.pro-des {
    margin-top: 30px;
}

.pro-des b {
    font-weight: normal;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
}

/*产品详情*/
.xq-top {
    position: relative;
}

.xq-play {
    width: 560px;
    margin-left: 160px;
}

.cpbq {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.cpbq h2 {
    font-size: 60px;
}

.cpbq p {
    color: #333;
    margin-left: 4px;
}

.xq-play .flex-control-paging li a {
    width: 13px;
    height: 13px;
    margin: 0 10px;
}

.xq-play .flex-control-paging li a.flex-active {
    background: #b6b6b6;
}

.xq-play .flex-control-nav {
    position: static;
}

.xq-tr {
    width: 430px;
    margin-right: 100px;
}

.xq-tr-des {
    padding: 20px;
    background: #f1f1f1;
    margin: 20px 0;
}

.xq-tr h3 {
    font-size: 18px;
    color: #373737;
}

.xq-tr-des p {
    color: #333;
    line-height: 1.6em;
}

.xq-look {
    color: #373737;
    position: relative;
}

.xq-look:after {
    content: '';
    width: 12px;
    height: 8px;
    background: url("../images/i11.png");
    top: 50%;
    left: 110%;
    margin-top: -4px;
    position: absolute;
}

.xqfh-box {
    margin-top: 50px;
}

.xq-title {
    height: 60px;
    background: #f1f1f1;
    padding: 0 4%;
    line-height: 60px;
    position: relative;
}

.xq-title span {
    font-size: 18px;
    color: #373737;
}

.xq-title i {
    width: 32px;
    height: 32px;
    background: url("../images/i12.png") no-repeat center;
    background-size: cover;
    right: 2%;
    top: 50%;
    margin-top: -16px;
    position: absolute;
}

.xq-page1 {
    background: #fbfbfb;
    padding: 60px 0;
}

.xq-page1 li {
    float: left;
    padding-left: 4%;
    margin-right: 2%;
}

.xq-page1 li span {
    margin-right: 20px;
    line-height: 1.8em;
}

.xq-page1 li p {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.8em;
}

.xq-mid {
    margin: 50px 0;
}

.shfw {
    position: relative;
    margin-top: 70px;
}

.shfw-img {
    width: 50%;
}

.shfw-des {
    position: absolute;
    width: 46%;
    height: 100%;
    top: 0;
    right: 0;
}

.shfw-des h3 {
    font-size: 32px;
    margin-bottom: 8%;
}

.shfw-des p {
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
    line-height: 1.8em;
}

.more3 {
    font-size: 18px;
    color: #373737;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #000;
    margin-top: 8%;
    float: left;
    padding: 0 30px;
}

.cpxq {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
}

.like h3 {
    text-align: center;
    font-size: 22px;
    color: #333333;
}

.likes {
    margin-top: 50px;
}

.likes .item {
    margin: 0 20px;
    display: block;
    text-align: center;
}

.likes .item p {
    display: block;
    margin-top: 20px;
}

.likes .img {
    background: none;
}

.likes .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.likes .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    margin: 0 10px
}

.likes .owl-dot.active {
    background: #b6b6b6;
}

/*3-1创意搭配*/
.cydp1 {
    padding: 40px 0;
}

.cydp1-center {
    width: 1140px;
    margin: 0 auto;
}

.cycx {
    position: relative;
    z-index: 3;
}

.cycx span {
    font-size: 16px;
    color: #a1a1a2;
    line-height: 36px;
}

.cycx .ssk {
    margin-top: 0;
}

.cycx .ssk-page {
    width: 130px;
    float: left;
    margin-right: 0;
    margin-left: 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cycx .ssk-page2 {
    width: 250px;
}

.cycx .ssk-p {
    text-indent: 30px;
}

.cycx .ssk-list li {
    text-indent: 30px;
}

.cycx-img {
    width: 55%;
    position: relative;
}

.cycx-img-des {
    position: absolute;
    left: 60px;
    bottom: 20px;
    color: #fff;
    font-size: 28px;
}

.cycx-img-des span {
    position: relative;
    font-size: 24px;
}

.cycx-img-des span:before {
    content: '';
    width: 18px;
    height: 22px;
    background: url("../images/i36.png") no-repeat center;
    background-size: cover;
    top: 50%;
    margin-top: -11px;
    left: -30px;
    position: absolute;
}

.cycx-bot {
    position: relative;
}

.cycx-des {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #fff;
}

.cycx-des .middle-text {
    width: 350px;
    margin: 0 auto;
}

.cycx-des h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.cycx-des p {
    font-size: 15px;
    color: #a1a1a2;
    line-height: 1.6em;
}

.mfhd {
    display: block;
    background: #013c5b;
    font-size: 15px;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin-top: 80px;
}

.mfhd {
    animation: movebig 3s infinite;
    -webkit-animation: movebig 3s infinite;
}

@keyframes movebig {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes movebig {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.cycx-bot {
    margin-top: 15px;
}

.cydp2 {
    position: relative;
}

.cydp2 h3 {
    text-align: center;
    font-size: 28px;
    position: relative;
}

.cydp2 h3 a {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #013c5b;
    font-size: 14px;
    color: #fff;
}

.cydp2 h3 a img {
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.cydp2 h3 a:hover {
    background: #012f47;
}

.dgs {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/i35.png") no-repeat center;
    background-size: cover;
    left: 50%;
    top: -25px;
    margin-left: -25px;
}

/*3-2创意搭配-详情*/
.swiper-container1 {
    margin-top: 50px;
    overflow: hidden;
}

.swiper-container1 p {
    color: #747e88;
}

.cydp4-des {
    margin-top: 20px;
}

.myswiper .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.myswiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 20px;
}

.myswiper .swiper-pagination-bullet-active {
    background: #ce0101;
}

.cydp3 {
    height: 580px;
    margin-bottom: 20px;
}

.cydp3 a {
    display: block;
    width: 470px;
    height: 162px;
    background: url("../images/i37.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

.cydp3 h3 {
    text-transform: uppercase;
    font-size: 50px;
    color: #013c5b;
    line-height: 100%;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    margin-left: -6px;
}

.cydp3 p {
    font-size: 20px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    margin-left: -6px;
    position: relative;
}

.cydp3 p:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../images/i38.png") no-repeat center;
    background-size: cover;
    top: 50%;
    margin-top: -6px;
    left: -28px;
}

.swiper-container2 {
    overflow: hidden;
}

.cydp2-img {
    width: 19%;
    position: relative;
}

.cydp2-img2 {
    width: 81%;
}

.cydp2-img2 .item {
    margin-left: 6%;
    display: block;
}

.cydp2-img2 .owl-nav div {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.cydp2-img2 .owl-nav .owl-prev {
    left: 3%;
    background: url("../images/i39.png") no-repeat center;
    background-size: cover;
}

.cydp2-img2 .owl-nav .owl-next {
    right: 2%;
    background: url("../images/i40.png") no-repeat center;
    background-size: cover;
}

.swiper-container2 {
    margin: 60px 0 0;
}

.swiper-container2 .swiper-pagination {
    position: static;
}

.cydp2-img2 .owl-nav div {
    display: none;
}

.cydp2-img2:hover .owl-nav div {
    display: block;
}

.cydp2-img span {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #312c26;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1em;
}

.cydp2-img-bot {
    position: absolute;
    left: 0;
    bottom: 18px;
    text-align: center;
    width: 100%;
}

.cydp2-img-bot {
    color: #7c7c7c;
}

.pop-play {
    margin: 0 auto;
}

.pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}

.pop-con {
    position: relative;
}

.pop .flexslider:hover .flex-direction-nav a {
    opacity: 1;
}

.pop .flex-direction-nav a {
    display: block;
    width: 13px;
    height: 22px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -11px;
    opacity: 1;
}

.pop .flex-direction-nav .flex-prev {
    background: url("../images/n-icon-02.png") no-repeat center;
    background-size: cover;
    left: 0;
}

.pop .flex-direction-nav .flex-prev:hover {
    background: url("../images/n-icon-06.png") no-repeat center;
    background-size: cover;
}

.pop .flex-direction-nav .flex-next {
    background: url("../images/n-icon-021.png") no-repeat center;
    background-size: cover;
    right: 0;
}

.pop .flex-direction-nav .flex-next:hover {
    background: url("../images/n-icon-061.png") no-repeat center;
    background-size: cover;
}


.pop-con h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 80px;
}

.pop .flexslider .slides img {
    margin: 5% auto;
    max-height: 650px;
}

.pop .flexslider {
    position: relative;
    height: 100%;
}

.pop .flexslider .slides {
    height: 100%;
}

.pop .flexslider .slides li {
    position: relative;
    height: 100%;
    text-align: center;
}

.pop-num {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
    padding: 5px 20px;
}

.pop-num span {
    color: #fff;
    margin: 0 2px;
}

.pop-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    background: url("../images/n-icon-04.png") no-repeat center;
    background-size: cover;
}

.pop-close:hover {
    background: url("../images/n-icon-05.png") no-repeat center;
    background-size: cover;
}

.pops {
    position: relative;
}

.banners .flex-control-nav {
    z-index: 9;
    bottom: 40px;
}

.banners .flex-control-paging li a {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ddd;
}

.banners .flex-control-paging li a {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ddd;
}

.banners .flex-control-paging li a.flex-active {
    background: #013c5b;
    width: 16px;
}

.program {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.pg-con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    height: 620px;
}

.pg-title {
    text-align: center;
}

.pg-title h3 {
    font-size: 24px;
    color: #013c5b;
}

.pg-title p {
    margin: 20px auto 10px;
    max-width: 650px;
    color: #999;
}

.faform {
    max-width: 650px;
    margin: 0 auto;
}

.fa-te {
    border: 1px solid #ddd;
    margin-left: 70px;
    position: relative;
}

.fa-page {
    height: 45px;
    line-height: 45px;
    width: 48%;
    margin-top: 20px;
}

.fa-page span {
    width: 60px;
    text-align: right;
    color: #333;
    font-weight: bold;
}

.fa-page .text {
    height: 43px;
    text-indent: 1em;
    width: 100%;
    display: block;
}

.fa-txt {
    text-align: center;
    color: #666;
    height: 43px;
    margin-right: 16px;
}

.fa-sc {
    position: absolute;
    width: 100%;
    max-height: 250px;
    background: #fff;
    top: 46px;
    left: -1px;
    text-align: center;
    overflow: auto;
    display: none;
    box-shadow: 0 2px 4px #ddd;
    -webkit-box-shadow: 0 2px 4px;
}

.fa-te2:before {
    content: '';
    width: 14px;
    height: 8px;
    background: url("../images/2201.png") no-repeat center;
    background-size: cover;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    position: absolute;
}

.fa-te2.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.fa-sc li:hover {
    cursor: pointer;
    background: #013c5b;
    color: #fff;
}

.fa-te2 {
    cursor: pointer;
}

.fa-sbs {
    float: left;
    width: 100%;
}

.fa-sb {
    display: block;
    margin-left: 70px;
    height: 50px;
    background: #013c5b;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.falc {
    max-width: 860px;
    margin: 20px auto 0;
}

.falc h4 {
    font-size: 16px;
}

.falc li {
    float: left;
    background: #ebebeb;
    padding: 20px 25px;
    margin-right: 20px;
    margin-top: 12px;
    font-weight: bold;
}

.falc li.last {
    margin-right: 0;
}

.falc li:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/2202.png") no-repeat center;
    background-size: cover;
    content: '';
    vertical-align: middle;
    margin-left: 10px;
}

.fats {
    margin-top: 15px;
}

.fats p {
    color: #999;
    line-height: 1.6em;
}

.pg-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url("../images/2203.jpg") no-repeat center;
    background-size: cover;
}

.fa-te i {
    position: absolute;
    right: 18px;
    top: 0;
    color: #999;
    font-style: normal;
}

/*4-1服务品质*/
.pzfw h3 {
    font-size: 22px;
}

.pzfw .shfw-des p {
    font-size: 14px;
    /*max-width: 440px;*/
}

.pzfw .more3 {
    font-size: 14px;
}

.fwnl {
    overflow: hidden;
}

.fwnl .w1438 {
    height: 500px;
    position: relative;
}

.fwnl-img {
    width: 36%;
}

.fwnl-des {
    width: 60%;
}

.fwnl-img img {
    width: 100%;
    vertical-align: bottom;
}

.fwnl-des p {
    color: #878787;
    max-width: 700px;
    line-height: 1.6em;
}

.fwnl-des h3 {
    margin-bottom: 5%;
    margin-top: 2%;
}

.fwbz li {
    width: 30%;
    margin-right: 5%;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    height: 200px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.fwbz li.last {
    margin-right: 0;
}

.bz-show {
    text-align: center;
}

.bz-title {
    display: inline-block;
    vertical-align: middle;
}

.bz-show img {
    vertical-align: middle;
    margin-right: 6px;
}

.bz-show span {
    text-transform: uppercase;
    color: #adadad;
}

.bz-show h3 {
    margin-bottom: 6px;
}

.fwbz .div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bz-hide img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: -6px;
}

.fwbz .bz-hide {
    background: #013c5b;
    color: #fff;
    box-sizing: border-box;
    padding: 8% 5%;
    top: 100%;
}

.bz-hide span {
    font-size: 20px;
}

.bz-hide p {
    color: #bdbdbd !important;
    margin-top: 20px !important;
    line-height: 1.6em;
}

.bz-hide p span {
    font-family: Arial, "Microsoft YaHei" !important;
    color: #fff !important;
    font-size: 14px !important;
}

.fwbz li:hover .bz-hide {
    top: 0;
}

.fwbz li:hover .bz-show {
    top: -100%;
}

.fwbz {
    margin-top: 60px;
}

.fwcn .w1438 {
    height: 444px;
}

.fwcn h3 {
    margin-bottom: 3%;
}

.fwcn p {
    color: #878787;
    line-height: 2em;
}

/*4-2*/
.rcby h3 {
    text-align: center;
}

.rcby li {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-top: 70px;
    float: left;
    box-sizing: border-box;
    height: 220px;
    position: relative;
    padding: 50px 20px 20px;
}

.rcby li.last {
    margin-right: 0;
}

.rcby li i {
    position: absolute;
    width: 96px;
    height: 96px;
    top: -48px;
    left: 50%;
    margin-left: -48px;
}

.rcby li b {
    display: block;
    text-align: center;
    position: relative;
    z-index: 5;
    font-weight: normal;
    font-size: 16px;
}

.rcby li p {
    color: #878787 !important;
    line-height: 1.6em;
    margin-top: 14px;
    font-family: "Microsoft YaHei" !important;
}

.rcby li p span {
    color: #878787 !important;
    font-family: "Microsoft YaHei" !important;
    font-size: 14px !important;
}

.zysx .shfw {
    margin-top: 0 !important;
}

.zysx .shfw-des {
    right: auto;
    left: 0;
}

.zysx h4 {
    font-size: 16px;
    color: #373737;
    margin: 3% 0;
}

/*4-3品质服务 -加盟服务*/
.jmlc-l h3 {
    margin-bottom: 40px;
}

.jmlc-l p {
    color: #7c7c7c;
    line-height: 2em;
}

.jmlc-l {
    width: 55%;
}

.jmlc-r {
    width: 42%;
}

.jmlc-r img {
    width: 100%;
    vertical-align: bottom;
}

.jmzc-bot {
    background: #f1f1f1;
}

.jmzc-bot li {
    float: left;
    width: 16.666666%;
    height: 390px;
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
}

.jmzc-title {
    text-align: center;
}

.jmzc-bot li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jmzc-bot li.li1 {
    background-image: url("../images/bg2.jpg");
}

.jmzc-bot li.li2 {
    background-image: url("../images/bg3.jpg");
}

.jmzc-bot li.li3 {
    background-image: url("../images/bg4.jpg");
}

.jmzc-bot li.li4 {
    background-image: url("../images/bg5.jpg");
}

.jmzc-bot li.li5 {
    background-image: url("../images/bg6.jpg");
}

.jmzc-bot li.li6 {
    background-image: url("../images/bg7.jpg");
}

.jmzc-bot h4 {
    font-size: 20px;
    color: #6c6c6c;
    margin-top: 10px;
}

.jmzc-bot p {
    color: #fff;
    font-family: Arial, "Microsoft YaHei" !important;
    font-size: 14px !important;
    margin: 0 8px !important;
}

.jmzc-bot p span {
    font-family: Arial, "Microsoft YaHei" !important;
    font-size: 14px !important;
}

.jmxx {
    max-height: 230px;
    overflow: auto;
    display: none;
    margin: 20px 14px 0;
}

.jmxx::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.jmxx::-webkit-scrollbar-thumb:hover {
    border: 1px solid #636363;
    background-color: #929292;
}

.jmxx::-webkit-scrollbar-thumb {
    background-color: #cfcfd2;
    border-radius: 8px;
    background-clip: padding-box;
    height: 10px;
}

.jmxx::-webkit-scrollbar-track-piece {
    background: #f3f3f3;
}


.img-hide {
    display: none;
}

.jmzc-bot {
    margin-top: 30px;
}

.jmzc-bot li:hover {
    background: #013c5b;
}

.jmzc-bot li:hover h4 {
    color: #fff;
}

.jmzc-bot li:hover .img-show {
    display: none;
}

.jmzc-bot li:hover .img-hide {
    display: inline-block;
}

.jmzc-bot li:hover .jmxx {
    display: block;
}

.zsrx {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.zsrx-tb {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.zsrx-tb th {
    font-size: 16px;
    height: 46px;
    background: #f1f1f1;
    color: #373737;
}

.zsrx-tb td {
    font-size: 16px;
    height: 46px;
    background: #f9f9f9;
    color: #7c7c7c;
    border-left: 2px solid #fff;
}

.zsrx-tb tbody tr {
    border-top: 2px solid #fff;
}

/*4-4品质服务 -联系我们*/
.maps {
    position: relative;
    overflow: hidden;
}

.map-con {
    height: 480px;
}

.maps {
    margin-top: 60px;
    width: 101%;
}

.map-dz {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    background: #fff;
    height: 80px;
    border-left: 12px solid #013c5b;
    line-height: 80px;
}

.map-dz b {
    font-size: 18px;
    font-weight: normal;
    margin-left: 4%;
    padding-right: 4%;
    border-right: 1px solid #000;
}

.map-dz span {
    margin-left: 4%;
    color: #7c7c7c;
}

.lxfs {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.lxfs li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.lxfs li.last {
    margin-right: 0;
}

.lxfs li img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    width: auto;
}

.lxfs-des {
    margin-left: 150px;
}

.lxfs li h4 {
    font-size: 18px;
    margin: 10px 0 15px;
}

.lxfs li p {
    color: #808080;
}

.lybox {
    margin: 40px 0;
}

.lybox h4 {
    font-size: 18px;
}

.sr-list {
    margin-top: 30px;
}

.sr-list li {
    float: left;
    margin-right: 2%;
    width: 26%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 38px;
    position: relative;
    overflow: hidden;
}

.sr-list li.last {
    margin-right: 0;
    width: 42%;
}

.sr-list li span {
    position: absolute;
    left: 10px;
    line-height: 38px;
    top: 0;
    color: #7c7c7c;
}

.sr-list li .text {
    width: 100%;
    height: 36px;
    padding-left: 55px;
    box-sizing: border-box;
}

.fknr {
    margin-top: 30px;
}

.fknr p {
    color: #7c7c7c;
    font-size: 16px;
    margin-bottom: 25px;
}

.fknr textarea {
    display: block;
    width: 100%;
    height: 200px;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 1em;
    font-family: Arial, "Microsoft YaHei";
    resize: none;
}

.tjfk {
    display: block;
    width: 260px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #262626;
    color: #fff;
    font-size: 18px;
    margin: 40px auto 0;
}

/*5-门店导航*/
.md-body .ban-des h2 {
    font-size: 32px;
    margin-bottom: 4%;
}

.md-body .ban-des p {
    font-size: 20px;
}

.md-body .ban-des {
    right: auto;
    left: 15%;
}

.md5 {
    background: #fff;
    padding: 40px;
}

.md5 h3 {
    font-size: 24px;
}

.mddh {
    margin-top: 40px;
}

.mddh-top {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 24px;
}

.mddh-top .text {
    display: block;
    width: 100%;
    padding-left: 70px;
    height: 24px;
    box-sizing: border-box;
    font-family: Arial, "Microsoft YaHei";
}

.mddh-top span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
}

.mddh-l {
    width: 50%;
    position: relative;
    z-index: 3;
}

.mddh-r {
    width: 46%;
}

.mddh h4 {
    color: #7c7c7c;
    margin-top: 20px;
}

.ssk {
    margin-top: 8px;
}

.ssk-page {
    width: 38%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.ssk-btn {
    float: right;
    width: 20%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #013c5b;
    color: #fff;
}

.ssk-list {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px #ddd;
    max-height: 200px;
    overflow: auto;
    left: 0;
    top: 36px;
    display: none;
}

.ssk-p {
    color: #666666;
    text-align: center;
}

.ssk-page:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: url("../images/i27.png");
    top: 50%;
    margin-top: -3px;
    right: 8px;
    content: '';
}

.ssk-page.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ssk-list li {
    text-align: center;
}

.ssk-list li:hover {
    background: #013c5b;
    color: #fff;
}

.ssk-list li.active {
    background: #013c5b;
    color: #fff;
}

.ssk-page.active .ssk-list {
    display: block;
}

.ssk-drz p {
    margin-top: 20px;
    color: #808080;
}

.ssk-drz p img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.map12 {
    margin-top: 80px;
}

.mcon12 {
    margin-left: 430px;
    height: 400px;
}

.mlist-con li {
    padding: 25px 35px;
    border-bottom: 1px solid #000;
}

.mlist-con h5 {
    color: #333;
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
}

.mlist-con h5:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -30px;
    background: url("../images/i28.png");
}

.mlist-con p {
    color: #7c7c7c;
    line-height: 1.6em;
}

.mlist-con ul {
    width: 320px;
}

.mlist-con {
    max-height: 400px;
    overflow: auto;
    width: 340px;
}

.about-last {
    text-align: center;
    color: #fff;
    height: 580px;
}

.about-last h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.about-last h4 {
    font-size: 18px;
    margin-bottom: 70px;
}

.about-last p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8em;
}

/*6-1品牌文化*/
.pp-word1 img {
    width: 100%
}

.pp-word h3 {
    font-size: 24px;
    color: #ce0101;
    text-transform: uppercase;
}

.pp-word h4 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.pp-word p {
    color: #666;
    line-height: 1.6em;
    font-family: Arial, "Microsoft YaHei" !important;
}

.pp-word p span {
    font-family: Arial, "Microsoft YaHei" !important;
    /* font-size: 14px !important; */
}

.mypiccontent
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:60px;
    margin-bottom:60px;
}
.mypiccontent .myleft
{
    width:48%;
    height:auto;
    overflow:hidden;
    padding-top:20px;
}
.mypiccontent .myleft .bittit
{
    font-size:20px;
    line-height:30px;
    overflow:hidden;
    margin-bottom:30px;
}
.mypiccontent .myleft .mycont
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.mypiccontent .myleft .mycont p
{
    color: #666;
    line-height: 1.6em;
    font-family: Arial, "Microsoft YaHei" !important;
}
.mypiccontent .pic
{
    width:48%;
    height:auto;
    overflow:hidden;
}
.mypiccontent .pic .image
{
    display:block;
    width:100%;
    height:auto;
}
.pp-word1 {
    text-align: center;
    margin: 60px 0;
}

.pp-word-new1 {
    text-align: center;
    margin: 60px 0;
}

.img100 img {
    width: 100%;
    vertical-align: bottom;
}

.whpage {
    margin-top: 60px;
}

.whpage-img {
    width: 48%;
}

.whpage .w1438 {
    position: relative;
}

.whpage-content {
    position: absolute;
    height: 330px;
    top: 50%;
    margin-top: -165px;
    left: 45%;
    background: #f6f6f6;
    padding: 0 10%;
}

.whpage2 .whpage-content {
    left: 0;
    padding-left: 4%;
    padding-right: 5%;
    box-sizing: border-box;
}

.whpage2 .whpage-img {
    width: 60%;
}

/*.lsgg{height: 570px;}*/
.lsgg {
    position: relative;
    overflow: hidden;
}

.lsgg-con {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.lsgg-con.active {
    display: none;
}

.lsgg video {
    display: block;
    width: 100%;
}

.lsgg {
    text-align: center;
    color: #fff;
}

.lsgg h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.lsgg p {
    color: rgba(255, 255, 255, 0.75);
}

.lsggs {
    display: block;
    width: 76px;
    height: 76px;
    background: url("../images/i29.png") no-repeat center;
    background-size: cover;
    margin: 50px auto 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.whsp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.whsp-con {
    max-width: 82%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webit-transform: translate(-50%, -50%);
    background: #000;
}

/*.whsp-con video{max-width:100%;}*/
.whsp-close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -16px;
    top: -16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: url("../images/gb.png") no-repeat center;
    background-size: cover;
    z-index: 66;
}

.hxjz-top {
    text-align: center;
}

.hxjz-top h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hxjz-top h4 {
    font-size: 18px;
}

.hxjz-list li {
    float: left;
    width: 24%;
    background: #f5f5f5;
    margin-right: 1.333333%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 260px;
    position: relative;
    cursor: pointer;
}

.hxjz-list li.last {
    margin-right: 0;
}

/*.hxjz-list li:hover{border-bottom: 2px solid #013c5b;}*/
.hxjz {
    margin-bottom: 60px;
}

.hxjz-title {
    text-align: center;
}

.hxjz-title span {
    color: #013c5b;
}

.hxjz-title h5 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
}

.hxjz-title i {
    display: block;
    width: 20px;
    border-top: 1px solid #000;
    margin: 6px auto;
}

.hxjz-hide p {
    color: #383838;
    line-height: 1.6em;
}

.hxjz-hide {
    margin-top: 20px;
    display: none;
}

.line {
    width: 30px;
    height: 30px;
    background: url("../images/i30.png") no-repeat center;
    background-size: cover;
    margin: 30px auto 0;
}

.hxjz-list li:hover .line {
    display: none;
}

.hxjz-list li:hover {
    background: #013c5b;
    color: #fff;
}

.hxjz-list li:hover span,
.hxjz-list li:hover p {
    color: #fff;
}

.hxjz-list li:hover .hxjz-title i {
    border-color: #fff;
}

/*.hxjz-list li:hover h5{color: #013c5b;}*/
.hxjz-list li:hover .hxjz-hide {
    display: block;
}

.conten-nav-list:after {
    display: table;
    clear: both;
    content: '';
}

/*6-2匠心品质*/
.jxpz-top h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.jxpz-top p {
    font-size: 18px;
}

.jxlist li:after,
.news_list li p:after {
    content: '';
    display: table;
    clear: both;
}

.jxlist {
    margin-bottom: 100px;
}

.jxlistimg {
    float: right;
    width: 450px;
    margin-left: 50px;
}

.jxlist li {
    overflow: hidden;
}

.jxlist li.li2 .jxlistimg {
    float: left;
    margin-left: 0;
    margin-right: 50px;
}

.jxlist-des h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jxlist-des p {
    color: #a8a8a8;
    line-height: 1.6em;
}

.jxlist-des {
    height: 245px;
    position: relative;
}

.jxlist-des .middle-box {
    width: auto;
}

/*6-3绿色环保*/
.jxlist-des .en {
    font-size: 24px;
    text-transform: uppercase;
}

.jxlist-des .cn {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 20px;
}

/*6-4社会责任*/
.shzr {
    margin: 40px 0 80px;
}

.shzr h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}

.shzr p {
    color: #a8a8a8;
    line-height: 1.6em;
}

.shzr li {
    margin-bottom: 50px;
}

/*6-5成长历程*/
.lsz {
    padding: 30px 0 80px;
    position: relative;
    width: 92%;
    margin: 0 auto;
}

.lsz:before {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: -25px;
}

.lsz .item {
    height: 110px;
    position: relative;
    box-sizing: border-box;
    margin: 225px 1px 0;
}

.ls-con {
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    padding: 60px 20px 20px;
    box-sizing: border-box;
    left: 0;
}

.ls-con b {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    background: #f1f1f1;
}

.ls-con p {
    font-size: 12px;
    color: #a8a8a8 !important;
    line-height: 1.6em !important;
    margin: 0 !important;
    font-family: Arial, "Microsoft YaHei" !important;
}


.ls-con p span {
    font-family: Arial, "Microsoft YaHei" !important;
    color: #a8a8a8 !important;
}

.lsz .item.last .ls-con {
    top: auto;
    bottom: 100%;
    padding: 20px 20px 60px;
}

.lsz .item.last b {
    bottom: 0;
    top: auto;
}

.ls-dots {
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #a1a1a1;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
}

.lsz .owl-nav div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -45px;
}

.lsz .owl-nav .owl-prev {
    left: -100px;
    background: url("../images/i33.png") no-repeat center;
    background-size: cover;
}

.lsz .owl-nav .owl-next {
    right: -100px;
    background: url("../images/i34.png") no-repeat center;
    background-size: cover;
}

.lsz .owl-stage-outer {
    height: 560px;
}

.ls-dots.active {
    background: #013c5b;
}

.lsz .ls-con:hover b {
    background: #013c5b;
    color: #fff;
}

/*6-6企业荣誉*/
.rrlb li {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 5%;
}

.rrlb li.last {
    margin-right: 0;
}

.pp-word2 {
    margin: 60px 0;
    text-align: center;
}

.pp-word2 p {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 1036px;
}

.rrlb li p {
    margin-top: 20px;
}

.qqryl .img {
    background: none;
}

/*6-关于我们*/
.about-page {
    position: relative;
    overflow: hidden;
}

.about-page1 .img100 {
    width: 70%;
}

.about-cont {
    position: absolute;
    background: #fff;
}

.about .en {
    font-size: 24px;
    text-transform: uppercase;
}

.about .cn {
    font-size: 20px;
    margin-bottom: 3%;
}

.about p {
    color: #7c7c7c;
    line-height: 1.6em;
}

.about-cont1 {
    right: 0;
    top: 12%;
    width: 45%;
    box-sizing: border-box;
    padding: 3%;
}

.about-ms {
    width: 50%;
    float: right;
    position: relative;
}

.about-m h3 {
    text-align: center;
}

.about-ms1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.about-m .about-cont1 {
    width: 60%;
    padding: 20px 20px 6%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 20%;
    top: auto;
}

.about-m .about-cont1 .cn {
    margin-bottom: 10%;
}

.about-m .about-cont2 {
    width: 100%;
    padding: 20px 20px 6%;
    background: #fff;
}

.about-m p {
    max-width: 600px;
    margin: 0 auto;
}

#aboutimg1 {
    display: none;
}

.about-last {
    height: 580px;
}

/*7-1新闻中心*/
.xwym {
    padding: 20px 0 100px;
}

.news-box {
    margin: 20px 0 60px;
}

.news_list {
    margin-bottom: 20px;
}

.news_list li h3 {
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    height: 38px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: bold;
}

.news_list li p {
    font-size: 14px;
    color: #969696;
    line-height: 1.6em;
}

.news_list li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
}

.news_list li.last {
    margin-right: 0;
}

.news_list li:nth-child(3n) {
    margin-right: 0;
}

.news_list li a {
    display: block;
    padding: 18px 18px 50px;
    border-top: 14px solid #fff;
}

.news_list li span {
    font-size: 12px;
    color: #646464;
}

.news_list li img {
    float: left;
    width: 100px;
    margin-right: 10px;
    height: 80px;
}
.news_list li .timemore
{
    margin-top:10px;
}
.page {
    text-align: center;
    margin: 0 auto;
}

.page a {
    width: 50px;
    height: 40px;
    display: inline-block;
    margin: 0 4px;
    color: #808080;
    vertical-align: middle;
    line-height: 40px;
}

.pages:hover {
    background-color: #013c5b;
    color: #fff;
}

.pages.active {
    background-color: #013c5b;
    color: #fff;
}

.pages {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.page-left {
    background: #f2f2f2 url(../images/1901.png) no-repeat center;
    background-size: cover;
    margin-right: 8px;
}

.page-right {
    background: #f2f2f2 url(../images/1902.png) no-repeat center;
    background-size: cover;
    margin-left: 8px;
}

.page-left:hover {
    background: #ce0101 url(../images/1901-1.png) no-repeat center;
    background-size: cover;
}

.page-right:hover {
    background: #ce0101 url(../images/1902-2.png) no-repeat center;
    background-size: cover;
}

/*7-2新闻中心 - 详情页*/
.newsxq-top {
    text-align: center;
}

.newsxq-top h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.newsxq-top span {
    color: #adadae;
    margin: 0 10px;
}

.news-xq {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 60px auto;
    padding: 40px 0;
}

.news-xq-con {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.news-xq p {
    color: #747474;
    line-height: 1.6em;
    margin-top: 25px;
}

.news-xq img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    width: auto;
    margin: 25px auto
}

.news-bots a {
    color: #747474
}

.news-bot {
    position: relative;
}

.xxxq-fh {
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 24px;
    color: #a1a1a2;
    margin-top: -10px;
}

.xxxq-fh:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url("../images/i31.png") no-repeat center;
    background-size: cover;
    left: 0;
    top: 50%;
    margin-top: -8px;
    position: absolute;
}

.codebtn-wb {
    background: url("../images/i32.png") no-repeat center;
    background-size: cover;
}

.sousuo span {
    font-size: 16px;
}

/*7-3招聘xinx*/

/*招聘*/
.zp-page1 table {
    border-collapse: collapse;
    width: 100%;
}

.zp-page1 {
    margin-bottom: 50px;
}

.zp-page1 .col-4 {
    width: 25%;
    text-align: left;
}

.zp-page1 .th-box .col-4 {
    height: 56px;
    background: #e9e9e9;
    padding-left: 20px;
    box-sizing: border-box;
}

.td-box li {
    border-bottom: 1px solid #eaeaea;
    color: rgba(0, 0, 0, 0.75);
}

.zpzws {
    margin-top: 24px;
    padding: 0 20px;
}

.zpzws h3 {
    font-size: 16px;
    margin-bottom: 30px;
}

.zpzws h3 span {
    font-size: 14px;
}

.zpzws span {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 1.6em;
}

.tjl {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tjl span {
    float: left;
    color: #013c5b;
    line-height: 34px;
}

.tjl a {
    float: left;
    width: 124px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    display: block;
    background: #013c5b;
    color: #fff;
    margin-left: 30px;
}

.td-controls {
    cursor: pointer;
}

.td-controls .col-4 {
    padding-left: 20px;
    box-sizing: border-box;
    height: 66px;
    font-weight: normal;
}

.td-des {
    border-top: 1px solid #eaeaea;
}

.td-des {
    display: none;
}

.jzzw {
    display: block;
    background: #f9f9f9;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #013c5b;
    font-size: 16px;
}

.jzzw:hover {
    background: #013c5b;
    color: #fff;
}

.td-box li:last-child {
    border-bottom: none;
}

.hide-nav {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    bottom: 0;
    background: #21282b;
}

.hide-nav.active {
    left: 0;
}

.hide-nav ul {
    margin: 50px 15px;
}

.nav-control {
    font-size: 16px;
    color: #fff;
    line-height: 3em;
    position: relative;
    display: block;
}

.nav-control:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("../images/dd.png") no-repeat center;
    background-size: cover;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.nav-control.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.nav-control1 {
    font-size: 16px;
    color: #fff;
    line-height: 3em;
    position: relative;
    display: block;
}

.nav-control1:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

.nav-control1.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.hide-nav ul li {
    border-bottom: 1px solid #fff;
}

.hide-nav ul li:nth-child(1) .nav-control:after {
    display: none;
}

.hide-nav ul li:nth-child(3) .nav-control:after {
    display: none;
}

.hide-nav ul li:nth-child(5) .nav-control:after {
    display: none;
}

.nav-er {
    margin: 10px 0;
    display: none;
}

.nav-er a {
    color: #fff;
    display: inline-block;
    width: 29%;
    margin-left: 2%;
    line-height: 2em;
}

.nav.cur {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
}

.xqxq-ft .sousuo {
    display: none !important;
}

.pp-word table {
    margin: auto;
}

.pp-word table tbody tr td table tbody tr td {
    background-color: :white;
}

/*搜索详情*/
.ssxq-top {
    text-align: center;
}

.ssxq-top h3 {
    font-size: 24px;
}

.ssxq-ss {
    position: relative;
    width: 600px;
    margin: 35px auto;
    border-bottom: 1px solid #000;
}

.ssxq-ss .text {
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    font-family: Arial, "Microsoft YaHei";
    text-indent: 1em;
    color: #999;
}

.ssxq-ss .submit {
    position: absolute;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url("../images/i8-1.png") no-repeat center;
    background-size: cover;
    top: 0;
    right: 5px;
}

.ssxq-bot {
    background: #fff;
    margin-top: 70px;
    padding: 50px;
}

.ssxq-bot h4 {
    font-size: 18px;
    border-bottom: 1px solid #acacac;
    padding-bottom: 10px;
}

.ssxq-l {
    width: 300px;
}

.ssxq-r {
    margin-left: 340px;
}

.ssxq-l li {
    margin-top: 36px;
}

.ssxq-l li a {
    color: #808080;
    position: relative;
    padding-left: 35px;
}

.ssxq-l li a:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -8.5px;
    left: 0;
    background: url("../images/1703.png");
    width: 15px;
    height: 15px;
}

.ssxq-l li.active a:before {
    background: url("../images/1704.png");
}

.ssxq-l li.active a {
    color: #013c5c;
}

.ssxq-con li {
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.8em;
    padding: 25px 0;
}

.ssxq-con li h5 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}

.ssxq-con li p {
    color: #999999;
}

.ssxq-con li span {
    color: #999999;
    margin-right: 15px;
}

.ssxqgd {
    width: 160px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #013c5b;
    margin: 50px auto;
}

.swiper-pagination0523 {
    text-align: center;
    margin-top: 50px;
}

.swiper-pagination0523 span {
    width: 12px;
    height: 12px;
    margin: 0 20px;
}

.swiper-pagination0523 span.swiper-pagination-bullet-active {
    background: #013c5b;
}

.notices {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 180px;
    cursor: pointer;
    z-index: 99999;
}

.notices.active {
    height: 100%;
    width: auto;
    right: 50%;
    transform: translateX(50%);
    cursor: default;
}

.notices.active img {
    width: auto;
    height: 100%;
}

.noticesBtn {
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url("../images/2203.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -32px;
    top: 0;
    display: none;
    cursor: pointer;
}

.notices.active .noticesBtn {
    display: block;
}

.notices-yy {
    position: fixed;
    z-index: 9997;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.notices-yy.active {
    display: block;
}

/*.cydp2 h3 a:hover img{transform:scale(1.2);}*/
.cydp2 h3 a:hover img {
    animation: smtobig 1.5s infinite;
    -webkit-animation: smtobig 1.5s infinite;
}

@keyframes smtobig {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes smtobig {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}



.img img,
.arr-move,
.more,
.menu-handler .burger,
.conten-nav-list li a:before,
.xq-look:after,
.more3,
.img,
.bz-hide,
.bz-show,
.jmzc-bot li,
.lsggs,
.xxxq-fh:before,
.jzzw,
.pop .flex-direction-nav a,
.search-btn .text,
.nav-control:after,
.hide-nav,
.nav,
.search,
.logo,
.cydp2 h3 a,
.cydp2 h3 a img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pp-word .wap {
    display: none;
}

/**网站新banner**/
.mybanner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.mybanner a.link
{
	display:block;
	width:100%;
	height:auto;
	min-height:100px;
}
.mybanner a.link .image
{
    display:block;
	width:100%;
	height:auto;
}
.mybanner a.link .m_image
{
    display:none;
}
.mybanner .swiperpages
{
	position:absolute;
	bottom:15px;
	left:0px;
	z-index:10;
	cursor:pointer;
}
.swiperpages
{
	width:100%;
	height:auto;
	text-align:center;

}
.swiperpages .swiper-pagination-bullet-active
{
	background:#eee;
}
/**网站新banner end**/
/**加盟**/
.joinblockbg
{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:60px;
    padding-bottom:60px;
}
.joinblockbg .joinblock
{
    width:80%;
    max-width:1600px;
    min-width:1080px;
    margin:auto;
    overflow:hidden;
}
.joinblockbg .joinblock .btit
{
    width:100%;
    height:auto;
    text-align:center;
    font-size:25px;
    line-height:30px;
    overflow:hidden;
}
.joinblockbg .joinblock .bextit
{
    width:100%;
    height:auto;
    text-align:center;
    font-size:14px;
    line-height:20px;
    color:#999;
    margin-bottom:40px;
    overflow:hidden;
}
/**品牌优势**/
.joinyoushi
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.joinyoushi .cblock
{
    width:100%;
    height:auto;
    border-radius:5px;
    border:1px solid #eee;
    box-sizing: border-box;
    overflow:hidden;
}
.joinyoushi .cblock .ic
{
    width:60px;
    height:60px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-top:50px;
}
.joinyoushi .cblock .ic .image
{
    display:block;
    width:100%;
}
.joinyoushi .cblock .tit
{
    width:100%;
    height:auto;
    font-size:20px;
    line-height:30px;
    margin-top:30px;
    text-align:center;
    box-sizing: border-box;
    padding-left:5px;
    padding-right:5px;
}
.joinyoushi .cblock .cont
{
    width:100%;
    height:auto;
    font-size:15px;
    line-height:28px;
    margin-top:10px;
    margin-bottom:50px;
    text-align:center;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    color:#666;
}
.joinyoushi .cblock .cont p
{
    font-size:15px;
    line-height:28px;
    color:#666;
}
.joinyoushi .swiperpages
{
    margin-top:30px;
}
/**品牌优势 end**/
/**品牌须知**/
.joinblockbg2
{
    background:#f8f8f8;
}
.joinxuzhi
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.joinxuzhi .cblock
{
    width:100%;
    height:auto;
    border-radius:5px;
    box-sizing: border-box;
    overflow:hidden;
}
.joinxuzhi .cblock .ic
{
    width:60px;
    height:60px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-top:50px;
}
.joinxuzhi .cblock .ic .image
{
    display:block;
    width:100%;
}
.joinxuzhi .cblock .tit
{
    width:100%;
    height:auto;
    font-size:20px;
    line-height:30px;
    margin-top:30px;
    text-align:center;
    box-sizing: border-box;
    padding-left:5px;
    padding-right:5px;
}
.joinxuzhi .cblock .cont
{
    width:100%;
    height:auto;
    font-size:15px;
    line-height:28px;
    margin-top:10px;
    text-align:center;
    box-sizing: border-box;
    padding-left:5px;
    padding-right:5px;
    color:#666;
}
.joinxuzhi .cblock .cont p
{
    font-size:15px;
    line-height:28px;
    color:#666;
}
.joinxuzhi .swiperpages
{
    margin-top:30px;
}
/**品牌须知 end**/
/**加盟支持**/
.zhichiblock
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.zhichiblock .lblock
{
    width:48%;
    height:auto;
    overflow:hidden;
}
.zhichiblock .lblock .btit
{
    text-align:left;
}
.zhichiblock .lblock .bextit
{
    text-align:left;
}
.zhichiblock .pic
{
    width:48%;
    height:auto;
    overflow:hidden;
}
.zhichiblock .pic .image
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.zhichiblock .zhichilist
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-top:1px solid #eee;
}
.zhichiblock .zhichilist .grid
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.zhichiblock .zhichilist .grid .tou
{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
    padding-bottom:20px;
}
.zhichiblock .zhichilist .grid .tou .tb
{
    width:30px;
    height:30px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}
.zhichiblock .zhichilist .grid .tou .tb .image
{
    display:block;
    width:100%;
    height:auto;
}
.zhichiblock .zhichilist .grid .tou .tit
{
    width:calc(100% - 50px);
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:30px;
    box-sizing: border-box;
    padding-left:10px;
}
.zhichiblock .zhichilist .grid .tou .fuhao
{
    width:20px;
    font-size:20px;
    line-height:30px;
}
.zhichiblock .zhichilist .grid .tou .fuhao.jian
{
    display:none;
}
.zhichiblock .zhichilist .grid.hover .tou .fuhao.jia
{
    display:none;
}
.zhichiblock .zhichilist .grid.hover .tou .fuhao.jian
{
    display:block;
}
.zhichiblock .zhichilist .grid .cont
{
    width:100%;
    height:auto;
    padding:15px 10px 15px 40px;
    box-sizing:border-box; 
    font-size:15px;
    line-height:28px;
    display:none;
}
.zhichiblock .zhichilist .grid .cont p
{
    font-size:15px;
    line-height:28px;
}
/**加盟支持 end**/
/**加盟流程**/
.joinblockbg4
{
    background:#f8f8f8;
}
.joinliucheng
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.joinliucheng .cblock
{
    width:100%;
    border-radius:5px;
    background:#fff;
    box-sizing: border-box;
    overflow:hidden;
    border-radius:10px;
}
.joinliucheng .cblock .ic
{
    width:60px;
    height:60px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-top:50px;
}
.joinliucheng .cblock .ic .image
{
    display:block;
    width:100%;
}
.joinliucheng .cblock .tit
{
    width:100%;
    height:auto;
    font-size:20px;
    line-height:30px;
    margin-top:30px;
    text-align:center;
    box-sizing: border-box;
    padding-left:5px;
    padding-right:5px;
}
.joinliucheng .cblock .cont
{
    width:100%;
    height:auto;
    font-size:15px;
    line-height:28px;
    margin-top:10px;
    margin-bottom:50px;
    text-align:center;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    color:#666;
}
.joinliucheng .cblock .cont p
{
    font-size:15px;
    line-height:28px;
    color:#666;
}
.joinliucheng .swiperpages
{
    margin-top:30px;
}
/**加盟流程 end**/
/**在线留言**/
.joinblock5 .lybox
{
    margin:0px;
}
/**在线留言 end**/
/**首页最后一个图**/
.md-search
{
    height:auto !important;
}
.md-search .image
{
    display:block;
    width:100%;
    height:auto;

}
/**加盟 end**/