p {
    margin: 0;
}
.tou .logo {
    line-height: 125px;
   /* width: 75%*/
}
.tou .logo img {
    width: 100%
}
@media(max-width:1440px) {
    .tou .logo {width: 36%;}
    .tou .logwz {margin-top: 39px;margin-left:-5%;}
}
.tou .logwz { margin-top: 39px;}
.tou .dh {
    padding-left: 60px;
    background: url("../images/top_phone.png") no-repeat 0 50%;
    margin-top: 35px;
}

.tou .dh p {
    font-size: 18px;
    color: #4d4d4d;
}

.tou .dh p:nth-child(2) {
    color: #373737;
    font-size: 24px;
    font-weight: 600;
}

.dao {
    background:#c10f1b;
    height: 67px;
}

h2.bt {
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    color: #333333;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 28px;
    }
}

h2.bt span {
    color: #c10f1b;
}

h2.bt b {
    color: #000;
}

h2.bt p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-top: 18px;
}

.c1 {
    margin-top: 48px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    background: url(../images/bg1.png) no-repeat 50% 100%;
}

.c1 .list1 {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 54px;
}

@media (max-width: 500px) {
    .c1 .list1 {
        margin-bottom: 30px;
    }
}

.c1 .list1 li {
    line-height: 40px;
    font-size: 16px;
    padding: 0 0.2vw;
    width: 10%;
}

@media (max-width: 1620px) {
    .c1 .list1 li {
        width: 10%;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .c1 .list1 li {
        width: 33.333%;
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.c1 .list1 li a {
    display: block;
    color: #4c4b4b;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
}

.c1 .list1 li:hover {
   /* background: #c41f2a;*/
}

.c1 .list1 li:hover a {
    color: #fff;
    border: 1px solid #189b5f;
    background: #189b5f;
    transition: all 0.5s;
}

.c1 .content .list2 {
    width: 39.5%;
    padding: 0 15px;
    display: none;
}

@media (max-width: 1025px) {
    .c1 .content .list2 {
        display: none;
    }
}

.c1 .content .list2 li a {
    border: 1px solid #ededed;
    display: block;
}

.c1 .content .list2 li .img img {
    width: 100%;
}

.c1 .content .list2 li h3 {
    line-height: 69px;
    border-top: 1px solid #ededed;
    color: #5a5a5a;
    padding-left: 1.25vw;
    font-size: 18px;
    background: url(../images/icon5.jpg) no-repeat 96% 50% #fff;
}

.c1 .content .list3 {
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 1025px) {
    .c1 .content .list3 {
        width: 100%;
    }
}
@media(min-width:992px){
    .c1 .content .list3 li{width: 25%;}
}

.c1 .content .list3 li a {
    border: 1px solid #ededed;
    display: block;
    margin-bottom: 15px;
}
.c1 .content .list3 li .img img {
    width: 100%;
}
.c1 .content .list3 li h3 {
	height: 33px;
    line-height: 33px;
    border-top: 1px solid #ededed;
    color: #5a5a5a;
    padding-left: 0.729vw;
    font-size: 14px;
    background: url(../images/icon1.png) no-repeat 96% 50% #fff;
	overflow: hidden;
}
.c1 .content .list3 li h3 .actitle_title{display: inline-block; width:80%;height: 33px;line-height: 33px; overflow: hidden;}
.c1 .content .list3 li:hover h3 {
    background: url(../images/icon2.png) no-repeat 96% 50% #c10f1b;
    color: #fff;
}
.c2 {
    background: url(../images/ydBg.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 60px;
}
.c2 h2.bt {
    color: #fff;
}
.c2 h2.bt b {
    color: #fff;
}

.c2 h2.bt p {
    color: #fff;
}

.c2 .list2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 56px;
    flex-wrap: wrap;
}

.c2 .list2 li {
    padding: 0 0.9375vw;
}

@media (max-width: 700px) {
    .c2 .list2 li {
        margin-bottom: 20px;
    }

    .c2 .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c2 .list2 li a {
    display: block;
    background: #fff;
    padding: 34px 44px 30px;
}

@media (max-width: 1025px) {
    .c2 .list2 li a {
        padding: 30px 20px;
    }
}

.c2 .list2 li .zix {
    width:65px;
    line-height:58px;
	height:58px;    
    text-align:center;
    font-size:30px;
    color: #c10f1b;
    font-weight:600;
    margin:0 auto;
	-webkit-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out; 
	transform:rotateX(0deg) rotateY(0deg);-webkit-transform:rotateX(0deg) rotateY(0deg);
	-moz-transform:rotateX(0deg) rotate(0deg);-ms-transform:rotateX(0deg) rotateY(0deg);
}

.c2 .list2 li .zix01 {background: url(../images/ys1.png) no-repeat 0 50%;}
.c2 .list2 li .zix02 {background: url(../images/ys2.png) no-repeat 0 50%;}
.c2 .list2 li .zix03 {background: url(../images/ys3.png) no-repeat 0 50%;}

.c2 .list2 li:hover .zix01 {background: url(../images/ys01.png) no-repeat 0 50%;}
.c2 .list2 li:hover .zix02 {background: url(../images/ys02.png) no-repeat 0 50%;}
.c2 .list2 li:hover .zix03 {background: url(../images/ys03.png) no-repeat 0 50%;}

.c2 .list2 li h3 {
    margin-top: 24px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
}

.c2 .list2 li dd {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
}
@media(max-width:1550px){
    .c2 .list2 li h3 {
    
    ext-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    
}
   .c2 .list2 li dd{
       text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
   } 
}

.c2 .list2 li:hover a {
    background:#c10f1b;
}

.c2 .list2 li:hover .zix {    
    color: #fff;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;-ms-transform: rotateY(-180deg);
	-ms-transform-style: preserve-3d;-moz-transform: rotateY(-180deg);-moz-transform-style: preserve-3d;transform-style: preserve-3d;transition: all .4s ease-in-out;
}

.c2 .list2 li:hover h3 {
    color: #fff;
}

.c2 .list2 li:hover dd {
    color: #fff;
}

.c3 {
    margin-top: 58px;
    margin-bottom: 18px;
    padding-bottom: 52px;
    background: url(../images/bg2.png) no-repeat 50% 100%;
}

@media (max-width: 500px) {
    .c3 {
        padding-bottom: 20px;
    }
}

.c3 .content {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 5%;
}
.c3-swiper {
    overflow: hidden;
}
.c3 .swiper-button-prev {
        top: 50%;
        outline: none;
}
.c3 .swiper-button-next {
        top: 50%;
          outline: none;
}
.c3 .content .list2 {
 
}

.c3 .content .list2 li {
    width: 43%;
}
.c3 .content .list2 li a {
    display: block;
}
.c3 .content .list2 li .img img {
    width: 100%;
}

@media (max-width: 780px) {
    .c3 .content .list2 li {
        width: 50%;
    }
}

.c3 .content .list3 {
    width: 14%;
    height: 100%;
    position: absolute;
    left: 43%;
    top: 0;
    text-align: center;
    border: 1px solid #ededed;
    z-index: 99;
    display: none !important;
}

@media (max-width: 780px) {
    /*.c3 .content .list3 {*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    left: 0;*/
    /*    top: auto;*/
    /*    height: auto;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .c3 .swiper-button-next {
        display: none;
    }
    .c3 .swiper-button-prev {
        display: none;
    }
}

.c3 .content .list3 li {
    height: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ededed;
    background: url(../images/icon4.png) no-repeat 50% 100%;
}

@media (max-width: 780px) {
    .c3 .content .list3 li {
        width: 25%;
        height: auto;
        padding: 20px 0;
        border-bottom: none;
        border-right: 1px solid #ededed;
    }

    .c3 .content .list3 li:last-child {
        border-right: none;
    }
}

.c3 .content .list3 li dd {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #515151;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list3 li:last-child {
    border-bottom: none;
}


@media(max-width: 1440px) {
    .c3 .content .list3 li dd {
        font-size: 14px;
    }
}





















.hf {
    text-align: center;
}

.hf img {
    max-width: 100% !important;
    height: auto !important;
}

.c4 {    
    padding-top: 34px;
    padding-bottom: 22px;
    background-size: cover;
    display: none;
}

.c4 h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 27.72px;
    margin-bottom: 28px;
}

@media (max-width: 500px) {
    .c4 h2 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.c4 .content {
    background: #fff;
    max-width: 1057px;
    min-height: 159px;
    padding: 25px;
    margin: 0 auto;
}

.c4 .content .lyb .ww1 .ww2 {
    padding: 0 7px;
}

@media (max-width: 780px) {
    .c4 .content .lyb .ww1 .ww2 {
        margin-bottom: 20px;
    }
}

.c4 .content .lyb .ww1 .ww2 input {
    line-height: 39px;
    width: 100%;
    border: 1px solid #d6d6d6;
    text-indent: 15px;
    background: none;
}

.c4 .content .lyb .ww1 .ww2 input::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww1 .ww3 {
    line-height: 39px;
    padding: 0 7px;
}

@media (max-width: 780px) {
    .c4 .content .lyb .ww1 .ww3 {
        margin-bottom: 20px;
    }
}

.c4 .content .lyb .ww1 .ww3 .lk {
    border: 1px solid #d6d6d6;
}

.c4 .content .lyb .ww1 .ww3 #checkcode {
    text-indent: 15px;
    border: none;
    background: none;
    text-indent: 15px;
    border: none;
    background: none;
    width: calc(100% - 126px);
    vertical-align: middle;
}

.c4 .content .lyb .ww1 .ww3 #checkcode::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww4 {
    margin-top: 24px;
}

@media (max-width: 780px) {
    .c4 .content .lyb .ww4 {
        margin-top: 0;
    }
}

.c4 .content .lyb .ww4 .ww4-1 {
    padding: 0 7px;
}

@media (max-width: 780px) {
    .c4 .content .lyb .ww4 .ww4-1 {
        margin-bottom: 20px;
    }
}

.c4 .content .lyb .ww4 .ww4-1 input {
    line-height: 39px;
    border: 1px solid #d6d6d6;
    text-indent: 15px;
    background: none;
    width: 100%;
    height: 41px;
}

.c4 .content .lyb .ww4 .ww4-1 input::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww4 .ww4-2 {
    padding: 0 7px;
}

.c4 .content .lyb .ww4 .ww4-2 .submitx {
    width: 100%;
    background: #be131b;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #be131b;
    line-height: 39px;
    height: 41px;
}

@media(max-width: 500px) {
    .c3 .content .list3 li dd {
        font-size:14px;
    }
}
/* 立即拨打 */	
.wpb10{ display: none;}
@media (max-width: 768px){
.wpb10 {width: 100%;padding:15px 0; display:block;}	
.ljyy {width:96%;height:42px;margin:0 auto;text-align:center;background:#c10f1b;border-radius:4px;}
.zjrx {width: 80%;height:42px;padding-left:30px;background:url(../images/24h.png) no-repeat 6px 9px;background-size:20px 22px;margin:0 auto;line-height:42px;display:inline-block;font-size:16px;font-family:Microsoft YaHei;}
.zjrx a i {color:#fff; font-style: normal;}	
.onedial{min-width:250px;text-align: center; clear:both;}
.onedial .onedial_txt{display:inline-block;background:#c10f1b; width:48%; height:42px; line-height:42px;font-size:16px; color:#ffffff; cursor:pointer; text-align:center;border-radius:5px;margin:8px auto auto 2px;font-weight:bold;}
	.margin_top{ margin-top: 0px !important;}	
}