.container-fluid {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*头部样式*/

.w1200 {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0 0 0 0;
}


.top_head{
    height: 85px;
}

.logo{
    line-height: 85px;
}
.logo img{
    max-width: 100%;
}


.head-right{
    position: relative;
    text-align: right;
}
.head-right .k1{
    font-size: 12px;
    color: #333;
    line-height: 2;
    text-align: right;
}
.head-right .k1 a{
    color: #333;
}
.head-right .head-nav{
    position: relative;
    display: inline-block;
    padding-right: 25px;
    margin-top: 12px;
}
.head-right .head-nav .btn1{
    width: 25px;
    height: 25px;
    background: url(../images/menu.png) no-repeat center right;
    position: absolute;
    right: 0;
    top: 0;
}
.head-right .head-nav ul li{
    display: inline-block;
}
.head-right .head-nav ul li+li{
    margin-left: 25px;
}
.head-right .head-nav ul li a{
    /*display: block;*/
    font-size: 12px;
    color: #333;
    line-height: 25px;
}


.head2{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.82);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}
.head2 #formsearch{
    border-bottom: 1px solid #fff;
}
.head2 #formsearch input{
    border: none;
    outline: none;
    background: none;
    line-height: 35px;
}
.head2 #formsearch #s_btn{
    width: 30px;
    height: 35px;
    background: url(../images/ss.png) no-repeat center;
}
.head2 #formsearch #keyword{
    width: calc(100% - 35px);
    padding-left: 15px;
    color: #fff;
}
.head2 .btn2{
    width: 24px;
    height: 24px;
    background: url(../images/btn2.png) no-repeat center;
    position: absolute;
    top: 12%;
    right: 5%;
    z-index: 99999;
}

.head-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
.head-menu > li > a{
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
} 
.head-menu .head-sub-menu > li > a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
}




/* 导航 */
.menu {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    height: 54px;
    background: #202020;
}

.x-menu {
    width: 1200px;
    margin: 0 auto;
}

.x-menu>li {
    float: left;
    width: 171px;
    position: relative;
    text-align: center;
    height: 54px;
    line-height: 54px;
    margin: 0;
}

.x-menu>li>a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    /* height: 62px; */
    width: 100%;
}

.x-menu>li.active>a,
.x-menu>li>a:hover {
    /* background:#292e39; */
    /* color:#fff; */
}

.x-menu>li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%
}

.x-menu>li>a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: url(../images/nv1.png)no-repeat top center;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 10px;
}

.x-menu>li:last-child>a:after {
    display: none;
}

.x-menu>li:hover a,
.x-menu>li.active a {
    background-color: #db0225;
    /* position: absolute; */
    left: 0;
    z-index: 9999;
    height: 54px;
    bottom: 0;
    width: 100%;
    line-height: 52px;
    border-bottom: 1px solid #fff;
}

.x-menu>li:hover>a:first-child,
.x-menu>li.active>a:first-child {
    position: absolute;
}



/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}



/* 内页 */
.left {
    width: 240px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.product_list {}

.product_list li {
    float: left;
    width: 293px;
    border: 1px solid #eee;
    margin: 0 10px 10px;
    padding: 5px;
}

.product_list li a.img {
    display: block;
    width: 281px;
    height: 281px;
    overflow: hidden;
}

.product_list li img {
    width: 281px;
    height: 281px;
    transition: all .5s ease;
}

.product_list li h3 {
    line-height: 35px;
    text-align: center;
}

.product_list li h3 a {
    color: #5a5a5a;
    font-size: 14px;
}

.product_list li:hover {
    border-color: #292e39
}

.product_list li:hover img {
    transform: scale(1.1);
}


/*轮播图owl*/
.x-banner .owl-carousel .owl-dots button.owl-dot {
    opacity: 1;
    width: 30px;
    height: 9px;
    background-color: #fff;
    border-radius: 9px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #db0225;
}



/* 热门关键词 */
.hot_s {
    height: 62px;
    position: relative;
    /* box-shadow: 10px 10px 10px rgba(0,0,0,0.2); */
}

.hos {
    width: 100%;
    height: 62px;
    line-height: 56px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e2e2e2;
    /* box-shadow: 0px 1px 10px rgba(0,0,0,0.2); */
    height: 56px;
}

.hotSearch {
    font-size: 12px;
    color: #202020;
    line-height: 56px;
    float: left;
    background: url(../images/hot_png.png) no-repeat left center;
    padding-left: 38px;
}

.hotSearch a {
    color: #202020;
    font-size: 12px;
    margin-right: 9px;
}


.search {
    width: 356px;
    height: 32px;
    position: relative;
}

.search #keyword {
    width: 100%;
    color: #898989;
    font-family: '宋体';
    font-size: 12px;
    /* height: 38px; */
    /* border-radius: 38px; */
    border: 1px solid #adc1ca;
    background-color: transparent;
    padding-left: 18px;
}

.search #s_btn {
    position: absolute;
    z-index: 999;
    width: 33px;
    border: 0;
    height: 33px;
    background: url(../images/ss.png)no-repeat top center;
    right: 0;
    top: 0;
}


/* 大明生物一站式定制服务流程 */

.dzl {
    width: 100%;
    padding-top: 52px;
}

.title {
    text-align: center;
    margin: 0 auto;
}

.title h2 {
    font-size: 36px;
    color: #202020;
    font-weight: 600;
}

.title i {
    display: block;
    width: 100%;
    height: 22px;
    background: url(../images/tbg.png)no-repeat top center;
    margin-top: 12px;
}

.title h3 {
    font-size: 18px;
    color: #202020;
    margin-top: 9px;
}

.dzl .dzb {
    width: 100%;
    margin-top: 30px;
}

.dzl .dzb ul {
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.dzl .dzb ul li {
    float: left;
    flex: 1;
    position: relative;
    text-align: center;
}

.dzl .dzb ul li .img {
    width: 108px;
    height: 125px;
    margin: 0 auto;
    line-height: 125px;
    text-align: center;
    background: url(../images/bg1.png)no-repeat top center;
}

.dzl .dzb ul li .img img {
    width: 53px;
    height: 54px;
}

.dzl .dzb ul li i {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 34px;
    height: 30px;
    background: url(../images/ss1.png)no-repeat top center;
    right: -4%;
    top: 49px;
}

.dzl .dzb ul li h3 {
    font-size: 18px;
    color: #202020;
    margin-top: 14px;
}

.dzl .dzb ul li:last-child i {
    display: none;
}



/* 产品中心 */
.c2bg {
    background: #f2f2f2;
    margin-top: 54px;
}

.c2bg .c2 {
    padding-top: 50px;
    padding-bottom: 36px;
}

.c2bg .c2 .c2-1 {
    width: 240px;
    background: #ffffff;
    /* height: 927px; */
    padding-bottom: 67px;
}

.c2bg .c2 .c2-1 h2 {
    padding: 30px 20px;
}

.c2bg .c2 .c2-1 .list1 {
    padding: 0 20px;
}

.c2bg .c2 .c2-1 .list1 li {
    margin-bottom: 20px;
}

.c2bg .c2 .c2-1 .list1 li a {
    font-size: 14px;
    line-height: 42px;
    color: #333333;
    display: block;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.c2bg .c2 .c2-1 .list1 li:hover a {
    border-color: #d20a27;
    background: #d20a27;
    color: #fff;
}

.c2bg .c2 .c2-1 a.ck {
    margin-top: 25px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    background: #333333;
    text-align: center;
}

.product_di {
    width: 100%;
    text-align: center;
    padding-top: 35px
}

.product_di h2 {
    font-size: 26px;
    padding: 10px 0px !important;
    color: #333
}

.c2bg .c2 .c2-2 {
    width: 935px;
}

.c2bg .c2 .c2-2 .bt {
    line-height: 56px;
    background:#fff;
    margin-bottom: 10px;
    padding-right: 18px;
}

.c2bg .c2 .c2-2 .bt .list2 li {
    width: 165px;
    float: left;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.c2bg .c2 .c2-2 .bt .list2 li.on {
    background: url(../images/q1.png) no-repeat center 0;
    color: #fff;
}

.c2bg .c2 .c2-2 .bt a.ck {
    display: block;
    color: #333333;
    font-size: 14px;
}

.c2bg .c2 .c2-2 .content .list3 li {
    float: left;
    margin-right: 10px;
}

.c2bg .c2 .c2-2 .content .list3 li:nth-child(3n) {
    margin-right: 0;
}

.c2bg .c2 .c2-2 .content .list3 li a.img {
    display: block;
    BORDER: 1px solid #d4d4d4;
    overflow: hidden;
}

.c2bg .c2 .c2-2 .content .list3 li a.img img {
    width: 303px;
    height: 251px;
}

.c2bg .c2 .c2-2 .content .list3 li h3 {
    font-weight: 500;
    text-align: center;
    line-height: 47px;
}

.c2bg .c2 .c2-2 .content .list3 li h3 a {
    color: #333333;
    font-size: 16px;
}

/* 现在您有了全新的选择 */

.c3 {
    
    background: url(../images/ysbj.png) center no-repeat;
    height: 413px;
    padding-top: 30px;
}

.c3 h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
}

.c3 h2 p {
    margin-top: 14px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.c3 .list1 {
    background: url(../images/c2.png) no-repeat center 0;
    margin-top: 45px;
    position: relative;
    height: 309px;
}

.c3 .list1 li {
    position: absolute;
}

.c3 .list1 li .tu {
    margin-left: 18px;
    display: block;
    margin-top: 8px;
}

.c3 .list1 li .zi {
    margin-left: 76px;
}

.c3 .list1 li .zi h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.c3 .list1 li .zi dd {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.c3 .list1 li:nth-child(1) {
    left: 0;
    top: 33px;
}

.c3 .list1 li:nth-child(2) {
    right: 0;
    top: 33px;
}

.c3 .list1 li:nth-child(3) {
    left: 0;
    top: 198px;
}

.c3 .list1 li:nth-child(4) {
    right: 0;
    top: 198px;
}

.c3 .list1 li:nth-child(2n) .tu {
    float: right;
    margin-left: 0;
    margin-right: 19px;
}

.c3 .list1 li:nth-child(2n) .zi {
    margin-left: 0;
    margin-right: 72px;
}
.c3 .list1 li:nth-child(2) .zi {
    margin-left: 0;
    margin-right: 172px!important;
}

/* 大明生物有机肥专业的实力厂家 */


.c4 {
    margin-top:102px;
    margin-bottom: 22px;
}

.c4 .content1 {
    background: url(../images/su1.png) no-repeat center 0;
    margin-top: 53px;
}

.c4 .content1 .list1 {
    width: 100%;
}

.c4 .content1 .list1 li {
    margin-bottom: 10px;
    float: left;
    width: 539px;
    position: relative;
    height: 530px;
    margin-bottom: 52px;
}

.c4 .content1 .list1 li:nth-child(2n) {
    float: right;
}

.c4 .content1 .list1 li .img {
    width: 100%;
    height: 344px;
    overflow: hidden;
}

.c4 .content1 .list1 li .img img {
    width: 100%;
}

.c4 .content1 .list1 li .zi {
    padding-left: 7px;
    margin-top: 10px;
}

.c4 .content1 .list1 li .zi h3 {
    font-size: 30px;
    color: #202020;
    line-height: 2;
    font-weight: 600;
    background: url(../images/heng1.png) no-repeat 0 bottom;
    margin-top: 16px;
}

.c4 .content1 .list1 li .zi h3 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 44px;
}

.c4 .content1 .list1 li .zi dd {
    font-size: 14px;
    color: #202020;
    line-height: 28px;
    margin-top: 12px;
}

.c4 .content1 .list2 {
    width: 539px;
}

.c4 .content1 .list2 li {
    margin-bottom: 10px;
}

.c4 .content1 .list2 li img {
    width: 539px;
}

.c4 .content1 .list2 li .zi {
    padding-left: 7px;
    margin-bottom: 20px;
}

.c4 .content1 .list2 li .zi h3 {
    font-size: 30px;
    color: #202020;
    line-height: 2;
    background: url(../images/heng1.png) no-repeat 0 bottom;
}

.c4 .content1 .list2 li .zi h3 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 44px;
}

.c4 .content1 .list2 li .zi dd {
    font-size: 16px;
    color: #202020;
    line-height: 30px;
    margin-top: 12px;
}

.c4 .content1 .list1 li:nth-child(2n) .img {
    position: absolute;
    z-index: 9999;
    top: 180px;
}

.c4 .content1 .list1 li .zi h2 {
    font-size: 18px;
    color: #b9b9b9;
    margin-top:8px;
}

.c4 .content1 .list1 li .zi i {
    display: block;
    height: 2px;
    width: 110px;
    background-color: #b9b9b9;
    margin-top: 12px;
}

.c4 .content1 .list1 li:nth-child(2n) h3 {
    margin-top: -25px;
}


/* case • 案例展示 */
.case {
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 34px;
    margin-top: 12px;
    padding-bottom: 54px;
}

.case .chd {
    width: 100%;
}

.case .chd h2 {
    display: inline-block;
    font-size: 30px;
    color: #db0225;
    font-weight: 600;
}

.case .chd a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    float: right;
}

.case .chd a span {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    vertical-align: -7%;
}

.case .cbb {
    width: 1112px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
}

.case .cbb ul {
    width: 100%;
    margin: 0 auto;
}

.case .cbb ul li {
    float: left;
    width: 352px;
    height: 436px;
    margin-right: 26px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.case .cbb ul li .img {
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.case .cbb ul li .img img {
    width: 100%;
    height: 100%;
}

.case .cbb ul li dd {
    width: 100%;
    text-align: center;
    padding: 25px 26px 0;
    background-color: #fff;
    height: 218px;
}

.case .cbb ul li dd h3 {
    font-size: 18px;
    color: #333;
}

.case .cbb ul li dd h2 {
    font-size: 12px;
    color: #777777;
    line-height: 22px;
    margin-top: 28px;
}

.case .cbb ul li dd a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e2e2e2;
    text-align: center;
    line-height: 33px;
    font-size: 31px;
    color: #333333;
    margin: 0 auto;
    margin-top: 35px;
}

.case .cbb ul li:hover dd {
    background-color: #333333;
}

.case .cbb ul li:hover dd h3,
.case .cbb ul li:hover dd h2 {
    color: #fff;
}

.case .cbb ul li:hover dd a {
    background-color: #fff;
}


.tempWrap {
    width: 100% !important;
}

.case .cbb .hd {
    position: absolute;
    z-index: 99999;
    top: 44%;
    width: 100%;
}

.case .cbb .hd a {
    display: block;
    width: 43px;
    height: 43px;
}

.case .cbb .hd .prev {
    position: absolute;
    background: url(../images/pr1.png) no-repeat top center;
    left: -80px;
}

.case .cbb .hd .next {
    position: absolute;
    background: url(../images/pr2.png) no-repeat top center;
    right: -80px;
}

/* td */
.td1 {
    width: 100%;
    height: 226px;
    background-color: #333333;
    padding-top: 40px;
}

.td1 ul {
    width: 100%;
}

.td1 ul li {
    float: left;
    width: 25%;
    padding-left: 36px;
    height: 86px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 14px;
}

.td1 ul li:last-child {
    border-right: none;
}

.td1 ul li .img {
    display: inline-block;
    width: 30px;
    height: 26px;
    overflow: hidden;
    vertical-align: -26%;
}

.td1 ul li .img img {
    width: 100%;
}

.td1 ul li h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.td1 ul li h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
    text-align: left;
}


/* 荣誉证书 */
.hon {
    width: 100%;
}

.hon .hd {
    width: 100%;
}

.hon .hd ul {
    width: 100%;
    text-align: center;
}

.hon .hd ul li {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background-color: #333333;
    margin: 7px;
}

.hon .hd ul li.on,
.hon .hd ul li:hover {
    background-color: #db0225;
}

.hon .bd {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.hon .bd ul {
    width: 100%;
}

.hon .bd ul li {
    float: left;
    width: 282px;
    margin-right: 26px;
    text-align: center;
}

.hon .bd ul li .img {
    width: 100%;
    height: 211px;
    border: 2px solid #e2e2e2;
    overflow: hidden;
}

.hon .bd ul li .img img {
    width: 100%;
}

.hon .bd ul li h3 {
    font-size: 14px;
    color: #333;
    margin-top: 14px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    display: block;
    width: 43px;
    height: 43px;
    top: 35%;
    position: absolute;
    z-index: 9999;
}

.slideGroup .sPrev {
    position: absolute;
    background: url(../images/pr1.png) no-repeat top center;
    left: -22px;
}

.slideGroup .sNext {
    position: absolute;
    background: url(../images/pr2.png) no-repeat top center;
    right: -22px;
}


/* 公司新闻 */
/* .news {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 34px;
} */

.news .nw-t {
    width: 576px;
    height: 562px;
    float: left;
    border: 1px solid #d7d7d7;
    padding: 9px 26px 0;
}

.news .nw-t:nth-child(2) {
    float: right;
}

.news .nw-t h2 {
    width: 100%;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 14px;
}

.news .nw-t h2 a {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #333;
    ;
}

.news .nw-t .list1 {
    width: 100%;
    height: 294px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.news .nw-t .list1 li {
    width: 100%;
    height: 100%;
    position: relative;
}

.news .nw-t .list1 .img {
    width: 100%;
    height: 100%;
    display: block;
}

.news .nw-t .list1 .img img {
    width: 100%;
}

.news .nw-t .list1 h3 {
    position: absolute;
    width: 100%;
    z-index: 99999;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.69);
    font-size: 14px;
    bottom: 0;
    left: 0;
}

.news .nw-t .lis1 {
    width: 100%;
    margin-top: 14px;
}

.news .nw-t .lis1 li {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 56px;
}

.news .nw-t .lis1 li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.news .nw-t .lis1 li span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    float: right;
}

.news .nw-t .lis1 li a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: middle;
    margin-right: 3px;
}

.news .nw-t .lis1 li:last-child {
    border-bottom: none;
}

.news .nw-t .list2 {
    width: 100%;
    /* height: 140px; */
}

.news .nw-t .list2 li {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.news .nw-t .list2 li:first-child {
    margin-bottom: 16px;
}

.news .nw-t .list2 .img {
    float: left;
    width: 187px;
    height: 140px;
    overflow: hidden;
    border-radius: 12px;
}

.news .nw-t .list2 .img img {
    width: 100%;
    height: 100%;
}

.news .nw-t .list2 dd {
    float: right;
    width: 313px;
}

.news .nw-t .list2 dd h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
}

.news .nw-t .list2 dd h4 {
    font-size: 12px;
    color: #777777;
    line-height: 24px;
    margin-top: 12px;
}

.news .nw-t .list2 dd a {
    display: inline-block;
    width: 122px;
    height: 35px;
    margin-top: 20px;
    line-height: 35px;
    border-radius: 35px;
    border: 1px solid #333333;
    color: #333333;
    font-size: 14px;
    text-align: center;
}



.x-link {
    width: 100%;
}

.fbb {
    height: 77px;
    background-color: #f2f2f2;
    line-height: 77px;
    font-size: 18px;
    color: #333;
    border-left: 3px solid #db0225;
    padding-left: 12px;
}

.fbb a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    padding-left: 13px;
}


.foot {
    background: #333333;
    padding-top: 32px;
    padding-bottom: 32px;
}

.navx {
    text-align: center;
    margin-bottom: 54px;
    font-size: 14px;
}

.navx a {
    color: #fff;
    font-size: 14px;
}

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.logox {
    margin-top: 24px;
}

.copyright {
    margin-left: 63px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 559px;
}

.copyright a {
    color: #fff;
}

.er {
    line-height: 30px;
    color: #fff;
    text-align: center;
}



.index-c1{
    padding: 40px 0;
}
.index-c1 ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.index-c1 ul li h3{
    font-size: 48px;
    color: #000;
    line-height: 1.5;
    position: relative;
}
.index-c1 ul li h3 span{
    font-family: Impact;
}
.index-c1 ul li h3 span1{font-weight:600;}
.index-c1 ul li h3::after{
    content: '';
    width: 49px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -24.5px;
}
.index-c1 ul li p{
    font-size: 24px;
    color: #000;
    line-height: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.index-tlt1{
    padding: 30px 0;
}
.index-tlt1 h3{
    display: inline-block;
    font-size: 47px;
    font-weight: bold;
    color: #000000;
}
.index-tlt1 h4{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: 100;
    padding: 5px 0;
    padding-left: 15px;
    margin-left: 15px;
    background: url(../images/line1.png) no-repeat left center;
    line-height: 1.2;
}


.index-c2{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 3.5% 0 10%;
}
.c2-con{
    font-size: 0;
}
.c2-con .c2-left{
    width: 41%;
    display: inline-block;
    vertical-align: middle;
}
.c2-con .c2-left > h3{
    font-size: 26px;
    color: #fff;
}
.c2-con .c2-left > h4{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.c2-con .c2-left .jj{
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin-top: 50px;
    margin-bottom: 20px;
}
.c2-con .c2-left a.more{
    display: block;
    width: 137px;
    height: 43px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    text-align: center;
}
.c2-con .c2-right{
    width: 53%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6%;
}
.c2-con .c2-right ul{
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 50px;
}
.c2-con .c2-right ul li{
    width: 48%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(51, 51, 51, 0.08);
    transition: .5s;
}
.c2-con .c2-right ul li .cont{
    padding: 30px 5% 30px 80px;
    position: relative;
}
.c2-con .c2-right ul li .cont h3{
    font-size: 30px;
    color: #d20a27;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 1.7;
}
.c2-con .c2-right ul li .cont p{
    font-size: 18px;
    color: #595858;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.c2-con .c2-right ul li .cont dt{
    position: absolute;
    left: 20px;
    top: 45px;
}
.c2-con .c2-right ul li .cont dt img{
    width: 44px;
    height: 44px;;
}
.c2-con .c2-right ul li:nth-child(1){
    position: absolute;
    left: 0;
    top: 0;
}
.c2-con .c2-right ul li:nth-child(2){
    position: absolute;
    right: 0;
    top: 0;
}
.c2-con .c2-right ul li:nth-child(3){
    position: absolute;
    left: 0;
    bottom: 0;
}
.c2-con .c2-right ul li:nth-child(4){
    position: absolute;
    right: 0;
    bottom: 0;
}
.c2-con .c2-right ul li:hover .cont h3{
    color: #fff;
}
.c2-con .c2-right ul li:hover .cont p{
    color: #fff;
}
.c2-con .c2-right ul li:hover .cont dt img{
    filter: brightness(100);
}
.c2-con .c2-right ul li:nth-child(1):hover{
    background: #d20a27;
    transform: scale(1.2);
    top: -40px;
    z-index: 999;
}
.c2-con .c2-right ul li:nth-child(2):hover{
    background: #d20a27;
    transform: scale(1.2);
    top: -40px;
    z-index: 999;
}
.c2-con .c2-right ul li:nth-child(3):hover{
    background: #d20a27;
    transform: scale(1.2);
    bottom: -40px;
    z-index: 999;
}
.c2-con .c2-right ul li:nth-child(4):hover{
    background: #d20a27;
    transform: scale(1.2);
    bottom: -40px;
    z-index: 999;
}

@media (max-width: 1199px) {
    .index-c1 ul li h3{
        font-size: 40px;
    }
    .index-c1 ul li h3::after{
        height: 3px;
        width: 40px;
        margin-left: -20px;
    }
    .index-c1 ul li p{
        font-size: 16px;
    }
    .index-tlt1 h3{
        font-size: 40px;
    }
    .c2-con .c2-right ul{
        height: 310px;
    }
    .c2-con .c2-right ul li .cont h3{
        font-size: 24px;
    }
    .c2-con .c2-right ul li .cont p{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .index-c1{
        padding: 30px 0;
    }
    .index-c1 ul li h3{
        font-size: 30px;
    }
    .index-c1 ul li p{
        font-size: 14px;
    }
    .index-tlt1{
        padding: 20px 0;
    }
    .index-tlt1 h3{
        font-size: 30px;
    }
    .index-tlt1 h4{
        display: block;
        padding-left: 0;
        margin-left: 0;
        background: none;
        line-height: 1.6;
    }
    .c2-con .c2-left > h3{
        font-size: 22px;
    }
    .c2-con .c2-right ul{
        height: 280px;
    }
    .c2-con .c2-right ul li .cont{
        padding-left: 60px;
    }
    .c2-con .c2-right ul li .cont h3{
        font-size: 20px;
    }
    .c2-con .c2-right ul li .cont dt img{
        width: 35px;
        height: 35px;
    }
    .c2-con .c2-right ul li .cont p{
        font-size: 14px;
    }
    
}
@media (max-width: 767px){
    .index-c1 ul li h3{
        font-size: 24px;
    }
    .index-tlt1 h3{
        font-size: 24px;
    }
    .index-tlt1 h4{
        font-size: 14px;
    }
    .c2-con .c2-left{
        width: 100%;
    }
    .c2-con .c2-left .jj{
        margin-top: 20px;
    }
    .c2-con .c2-right{
        width: 100%;
        margin-left: 0;
    }
    .c2-con .c2-right ul{
        margin-top: 30px;
    }
    .c2-con .c2-right ul li:nth-child(1):hover,.c2-con .c2-right ul li:nth-child(2):hover{
        transform: scale(1);
        top: 0;
    }
    .c2-con .c2-right ul li:nth-child(3):hover,.c2-con .c2-right ul li:nth-child(4):hover{
        transform: scale(1);
        bottom: 0;
    }
}
@media (max-width: 480px){
    .c2-con .c2-right ul{
        height: 220px;
    }
    .c2-con .c2-right ul li .cont{
        padding: 20px 5% 20px 60px;
    }
    .c2-con .c2-right ul li .cont dt{
        left: 10px;
        top: 30px;
    }
    .c2-con .c2-right ul li .cont h3{
        font-size: 16px;
    }
    .c2-con .c2-right ul li .cont p{
        font-size: 12px;
    }
}



.index-c3{
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 6.5% 0 5.5%;
}
.index-c3 h3{
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
}
.index-c3 h4{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
}
.index-c3 p{
    font-size: 24px;
    color: #fff;
    padding: 30px 0 15px;
    line-height: 1.6;
}
.index-c3 a.zxzx{
    display: block;
    width: 175px;
    height: 59px;
    background: #db0225;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 59px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .index-c3 h3{
        font-size: 30px;
    }
    .index-c3 h4{
        font-size: 40px;
    }
    .index-c3 p{
        font-size: 20px;
    }
    .index-c3 a.zxzx,.index .franchisee .ckgd a{
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    
}

@media (max-width: 991px) {
    .index-c3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-c3 h3{
        font-size: 20px;
    }
    .index-c3 h4{
        font-size: 30px;
    }
    .index-c3 p{
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .index-c3 h3{
        font-size: 16px;
    }
    .index-c3 h4{
        font-size: 20px;
    }
    .index-c3 p{
        font-size: 14px;
    }
    .index-c3 a.zxzx,.index .franchisee .ckgd a{
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}



.index-c4{
    padding: 50px 0;
}
.c4tlt{
    margin-bottom: 50px;
}
.c4tlt h3{
    font-size: 47px;
    color: #000000;
    font-weight: bold;
    line-height: 1.6;
}
.c4tlt h4{
    font-size: 16px;
    color: #5a5a5a
}
.c4-con{
    font-size: 0;
}
.c4-con .c4-left{
    width: 52%;
    display: inline-block;
    vertical-align: middle;
}
.c4-con .c4-left img{
    max-width: 100%;
}
.c4-con .c4-right{
    width: 40%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: middle;
}
.c4-con .c4-right h3{
    font-size: 22px;
    color: #000000;
    line-height: 1.6;
}
.c4-con .c4-right h4{
    font-size: 32px;
    color: #db0225;
    line-height: 2;
}
.c4-con .c4-right a{
    display: block;
    width: 147px;
    height: 36px;
    border: 2px solid #db0225;
    color: #db0225;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}
.c4-con .c4-right a:hover{
    animation: jump ease 1.5s 1;
  -webkit-animation: jump ease 1.5s 1;
}

@media (max-width: 1199px) {
    .c4tlt h3{
        font-size: 40px;
    }
    .c4-con .c4-right h3{
        font-size: 18px;
    }
    .c4-con .c4-right h4{
        font-size: 24px;
    }
}
@media (max-width: 991px){
    .index-c4{
        padding: 40px 0;
    }
    .c4tlt{
        margin-bottom: 30px;
    }
    .c4tlt h3{
        font-size: 30px;
    }
    .c4tlt h4{
        font-size: 14px;
    }
    .c4-con .c4-right h3{
        font-size: 16px;
    }
    .c4-con .c4-right h4{
        font-size: 20px;
    }
    .c4-con .c4-right a{
        height: 40px;
        line-height: 36px;
        width: 140px;
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .c4tlt h3{
        font-size: 24px;
    }
}
@media (max-width: 480px){
    .c4tlt h3{
        font-size: 20px;
    }
    .c4-con .c4-right h3{
        font-size: 14px;
    }
    .c4-con .c4-right a{
        width: 120px;
    }
}

.footbg{
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.foot1{
    padding: 45px 0 50px;
}
.foot1 .fewm{
    width: 160px;
    padding: 0 10px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #b9b9b9;
    line-height: 3;
    float: right;
}
.foot1 .fewm img{
    max-width: 100%;
}
.foot1 .fnav{
    width: calc(100% - 160px);
    float: left;
}
.foot1 .fnav ul{
    font-size: 0;
}
.foot1 .fnav ul li{
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.foot1 .fnav ul li:nth-child(4){
    width: 40%;
}
.foot1 .fnav ul li h3{
    font-size: 16px;
    color: #ffffff;
    padding-left: 15px;
    background: url(../images/line2.png) no-repeat left center;
    margin-bottom: 20px;
}
.foot1 .fnav ul li .sec{
    padding-left: 15px;
}
.foot1 .fnav ul li .sec dd{
    font-size: 16px;
    line-height: 28px;
    color: #c5c5c5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.foot1 .fnav ul li .sec dd a{
    color: #c5c5c5;
}
.foot1 .fnav ul li .sec dd a:hover{
    color: #fff;
}
.foot1 .fnav ul li .lxfs{
    font-size: 12px;
    line-height: 26px;
    color: #c5c5c5;
    padding-left: 15px;
}

.foot2{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot2 .w1200{
    font-size: 0;
}
.foot2 .copyr{
    padding:0 0px;
    text-align: center;
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #b9b9b9;
    line-height: 20px;
}
.foot2 .copyr a{
    color: #b9b9b9;
}
.foot2 .yqlj{
    width: 170px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.foot2 .yqlj h2{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 76px;
    background: url(../images/jt.png) no-repeat 140px center;
    padding-left: 25px;
}
.foot2 .yqlj .conn{
    background: #202020;
    position: absolute;
    bottom: 76px;
    left: 0;
    width: 170px;
    overflow: hidden;
    z-index:9999;
    display: none;
}
.foot2 .yqlj .conn a{
    display: block;
    text-align: center;
    font: normal 12px/36px "微软雅黑";
    border-bottom: 1px solid #373737;
    color: #949494;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .foot2 .yqlj h2{
        display: none;
    }
    .foot2 .copyr{
        padding: 20px 0;
        width: 100%;
        float: none;
    }
}
@media (max-width: 991px) {
    .foot1{
        padding: 30px 0;
    }
    .foot1 .fewm{
        display: none;
    }
    .foot1 .fnav{
        width: 100%;
        float: none;
    }
    .foot1 .fnav ul li{
        width: 33.333%;
    }
    .foot1 .fnav ul li:nth-child(4){
        width: 100%;
        margin-top: 20px;
    }
}


.wrap{
    max-width: 1420px;
    padding: 0 10px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}
.head3{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .3s;
    height: 90px;
}
.head3.scroll{
    background-color:rgb(0, 79, 134);
}
.head3 .logo2{
    line-height: 90px;
    float: left;
    display: block;
}
.head3-right .head-nav{
    padding-right: 180px;
    position: relative;
    margin-top: 35px;
}
.head3-right .head-nav .btn1{
    padding-left: 36px;
    background: url(../images/menu2.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.head3-right .head-nav .sous{
    position: absolute;
    right: 155px;
    top: 0;
}
.head3-right .head-nav .sous .ss-btn{
    width: 25px;
    height: 25px;
    background: url(../images/ss2.png) no-repeat center;
}
.head3-right .head-nav .sous #formsearch{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 200px;
    display: none;
}
.head3-right .head-nav .sous #formsearch #keyword{
    width: 150px;
    line-height: 25px;
    background: none;
    outline: none;
    border: none;
    padding-left: 15px;
} 
.head3-right .head-nav .sous #formsearch #s_btn{
    width: 50px;
    height: 25px;
    background: url(../images/ss3.png) no-repeat center;
    outline: none;
    border: none;
    float: right;
}
.head3-right .head-nav ul li{
    display: inline-block;
    padding-right: 35px;
}
.head3-right .head-nav ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}

.about_c ul li{
    width: 50%;
    padding: 0 10% 30px;
    float: left;

}
.about_c ul li img{
    max-width: 100%;
}
.about_c ul li h3{
    font-weight: 100;
    text-align: left;
    margin-top: 0.3em;
}

@media (max-width: 991px) {
    .about_c ul li{
        padding: 0 5% 30px;
    }
}

@media (max-width: 767px) {
    .about_c ul li{
        padding: 0 2% 20px;
    }
    .about .c {
        padding: 2.5em 0.5em;
    }
}


/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../images/m1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/m2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/m3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/m4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}


.index-video video{
    width: 100%
}



