/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
@font-face {
    font-family: "zw";
    src: url("/fonts/NOTOSANSCJKSC-REGULAR.OTF") format("truetype");
}
@font-face {
    font-family: "yw";
    src: url("/fonts/TAHOMA.TTF") format("truetype");
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
* {
    font-family: zw,yw !important;
}
.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1230px){
	.wapper{
		width: 80%;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#9B166A;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
}
.headerbox .header{display: flex;align-items: center;justify-content: space-between;}
    .headerbox .header .logo img {
        height:50px;margin:5px 0;
    }
    .headerbox .header .menu ul li {
        position: relative;
        display: inline-block;
    }
        .headerbox .header .menu ul li a {
            font-size: 16px;
            line-height: 1;
            padding: 35px 25px;
            color: #473C53;
            display: flex;
            position: relative;
            text-decoration: none;
        }
        .headerbox .header .menu ul li a:hover {
            color: #9B166A;
        }
            .headerbox .header .menu ul li .sub_menu {
    min-width: 220%;
    position: absolute;
    top: 140%;
    left: -10px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #EFE5E4;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li .sub_menu:after{content: "";position: absolute; z-index: 1;top: -18px;left: 59px;background-image: url(../images/sanjiao.svg);background-repeat: no-repeat;background-position: 100% 50%;width: 24px;height: 18px;}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #EFE5E4;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: left;
    display: block;
    padding: 11px 15px 11px 20px;
    position: relative;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: var(--primary-color);
}
.headerbox .header .menu ul li dl dd:hover>a{color: #fff;}
.h_lan{display: flex;align-items: center;ccolor: #757575;}
.h_right{display: flex;align-items: center;}
.h_right .zx{color: #473C53;margin-right: 10px;display: inline-block;border: 2px solid #9B166A;border-radius: 50px;padding: 6px 25px;font-size:18px;}
.h_lan a {
    color: #473C53;
    font-size: 18px;
}
    .h_lan a.curr {
        color: #9B166A;
        font-weight: 500;
        font-size: 18px;
    }
.h_lan span{padding: 0 10px;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_right{display: flex;align-items: center;}
.sp_right .h_lan{margin-right: 10px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background-color:#9B166A;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}



.bannerbox{width: 100%;margin:63px auto 0 auto;padding-top: 190px;padding-bottom: 90px;background-position: top center;background-repeat: no-repeat;background-size: cover;padding-left: 80px;padding-right: 80px;position: relative;}
.bannerbox:after{content: "";position: absolute;z-index: 110;left: 0;right: 0;bottom: 0;height: 51px;background-image: url(../images/lines.png);background-repeat: repeat-x;}
.bannerbox .text{max-width: 1230px;margin: 0 auto;padding-left:40px;}
    .bannerbox .text h1 {
        position: relative;
        top: 10px;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-size: 50px;
        line-height: 56px;
    }
.bannerbox h3{font-size: 30px;color: #fff;max-width: 535px;line-height: 36px;font-weight: 300;}



.pd50{padding: 50px 0;}


/* footer */
.footerbox{width: 100%;margin: 0 auto;padding-top: 80px;padding-bottom:40px; position: relative;}
.footerbox:before{content: "";position: absolute;z-index: 110;left: 0;right: 0;bottom: 0;height: 51px;background-image: url(../images/lines.png);background-repeat: repeat-x;bottom: auto;top: 0;}
.footer{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
.f_left{display: flex;align-items: center;font-size: 0;}
.f_right{width: 30%;display: flex;font-size: 0;justify-content: flex-end;align-items: center;}
.f_left img{height: 80px;margin-right: 30px;}
.f_right{text-align: right;}
.f_right p{line-height:30px; font-size: 12px;color: #fff;margin-right: 10px;text-align: right;}
.f_right .out_top{font-size: 0;padding: 12px 7px;display: inline-block;border-radius: 25px;border: 1px solid #fff;}
.f_right .out_top img{width: 20px;}


.pd60{padding: 60px 0;}

.main_title{width: 100%;padding: 30px 0;text-align: center;position: relative;border-top: solid 1px #9B166A;}
.main_title:before{content: "";position: absolute;top: -6px;left: calc(50% - 8px);width: 16px;height: 11px;background-image: url(../images/diamond.svg);background-repeat: no-repeat;background-position: 0 0;background-size: 16px;}
.main_title h1{font-weight:900; font-size: 24px;color: #9B166A;line-height: 30px;}
.main_title.white{border-color: #fff;}
.main_title.white:before{background-image: url(../images/diamond-white.svg);}
.main_title.white h1{color: #fff;}

/* 通用内页 */
.inbannerbox{position: relative;width: 100%;margin: 0 auto;font-size: 0;}
.inbannerbox img{width: 100%;}
.insidebox{width: 100%;margin: 0 auto;}
.insidebox .inside{width: 100%;box-sizing: border-box;}


/* ================首页样式========================= */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;}
.index1 .desc {text-align:center; font-size: 24px;color: #473C53;line-height: 28px;font-weight: normal;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.i2_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.i2_item{width: 48%;margin-bottom: 50px;}
.i2_item h1 {
        border-bottom: solid 1px #F28E7B;padding-bottom:14px;
        font-size: 24px;
        color: #F28E7B;
        margin-bottom: 14px;
        font-weight: 800;position: relative;
}
.i2_item h1:after{content: "";position: absolute;bottom: -6px;left: calc(100% - 16px);width: 16px;height: 11px;background-image: url(../images/lx.png);background-repeat: no-repeat;background-position: 0 0;background-size: 16px;right: 20px;}
    
.i2_item h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 24px;
    font-weight: normal; height:70px;
}
.i2_item ul{padding: 15px 30px;width: 100%;background-color: #9B166A;}
.i2_item ul li:first-child{border-top: 0;}
.i2_item ul li{width: 100%;border-top: solid 1px #fff;}
.i2_item ul li .i2_tab{padding: 15px 0;display: flex;align-items: center;justify-content: space-between;font-size: 24px;color: #fff;position: relative;}
.i2_item ul li .i2_tab:after{content: "";position: absolute;top: 50%;right: 0;width: 25px;height: 20px;background-image: url(../images/accordion-white.svg);background-position: 100% 50%;background-repeat: no-repeat;background-size: 25px;-webkit-transition: 0.2s all;transition: 0.2s all;transform: translateY(-50%);}
.i2_item ul li.on .i2_tab:after{transform: rotate(180deg);}
.i2_item ul li .i2_box{width: 100%;padding-top: 5px;padding-bottom: 15px;display: none;}
.i2_item ul li .i2_box h3{padding: 15px 0;border-top: solid 1px #fff;font-size: 24px;color: #fff;position: relative;}
.i2_item ul li .i2_box h3:after{content: "";position: absolute;top: 50%;right: 0;width: 25px;height: 20px;background-image: url(../images/accordion-white.svg);background-position: 100% 50%;background-repeat: no-repeat;background-size: 25px;-webkit-transition: 0.2s all;transition: 0.2s all;transform: translateY(-50%);}
.i2_item ul li.on .i2_box h3:after{transform:translateY(-50%) rotate(180deg);}
.i2_item ul li .i2_box dl dd{width: 100%;background-image: url(../images/diamond-lemon.svg);background-repeat: no-repeat;background-size: 10px;background-position: 0 9px;padding-left: 17px;margin-bottom: 9px;font-size: 18px;line-height: 26px;color: #fff;}
.i2_item ul li .i2_box a{font-size: 18px;color: #f9eeac;text-decoration: underline;}


.index3{width: 100%;margin: 0 auto;}
.i3_content{width: 100%;padding: 20px;background-color: #F28E7B;}
.i3_content ul{display: flex;align-items: center;}
.i3_content ul li{width: 25%;}
.i3_content ul li a{display: block;font-size: 14px;line-height: 22px;font-weight: 500;background-color: #fff;background-repeat: no-repeat;background-position: calc(100% - 15px) 50%;background-size: 17px;padding: 10px 10px;padding-right: 40px;margin: 10px 10px;-webkit-transition: 0.2s all;transition: 0.2s all;color: #9B166A;background-image: url(../images/arrow-primary.svg);border-bottom: solid 4px #9B166A;font-size: 20px;line-height: 28px;}
.i3_content ul li a:hover{background-position: calc(100% - 12px) 50%;}



.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 60px;align-items: center;}
.index4 .imgbox{width: 46%;padding: 0 15px;font-size: 0;}
.index4 .imgbox img{width: 100%;}
.index4 .textbox{width: 54%;padding: 0 15px;}
.i4_title{width: 100%;padding-top: 22px;padding-bottom: 30px;border-top: solid 1px #9B166A;position: relative;}
.i4_title h3{font-size: 24px;line-height: 30px;color: #9B166A;font-weight: bold;}
.i4_title:after{content: "";position: absolute;top: -6px;left: calc(100% - 16px);width: 16px;height: 11px;background-image: url(../images/diamond.svg);background-repeat: no-repeat;background-position: 0 0;background-size: 16px;}
.index4 .textbox .p1{font-size: 20px;color: #473C53;margin-bottom: 24px;}
.index4 .textbox .desc{width: 100%;}
.index4 .textbox .desc ul li{width: 100%;background-image: url(../images/diamond.svg);background-repeat: no-repeat;background-size: 10px;background-position: 0 9px;padding-left: 17px;margin-bottom: 9px;font-size: 20px;color: #473C53;line-height: 28px;}



.index5{padding-top: 60px;width: 100%;margin: 0 auto;padding-bottom: 60px;}
.i5_swiper{width: 100%;margin: 0 auto;}
.i5_swiper .swiper-slide{background-color: transparent;}
.i5_swiper .swiper-slide .inner{

    height:320px; width: 100%;padding: 30px;background-color: #fff;padding: 30px;margin: 0;border-bottom: solid 4px #501945;border-bottom: solid 4px #9B166A;background-image: url(../images/testimonial-pink.png);background-repeat: no-repeat;background-position: bottom right;background-size: 100px;text-align: left;display:flex;flex-direction:column;justify-content:space-between;}
.i5_swiper .swiper-slide .inner:nth-child(2){background-image: url(../images/111.png);}
.i5_swiper .swiper-slide .inner:nth-child(4){background-image: url(../images/111.png);}
.i5_swiper .swiper-slide .inner p{height:auto; font-size: 16px;line-height: 24px;margin-bottom: 24px;font-weight: 300;color: #473C53;}
    .i5_swiper .swiper-slide .inner .bot {
        width: 100%;
        margin-top: 20px;
        color: #9B166A;
    }
.i5_swiper .swiper-slide .inner .bot h3{font-size: 14px;font-weight: bold;}
.i5_swiper .swiper-slide .inner .bot span{display: block;font-size: 14px;}

.i5_btn{width: 100%;display: flex;align-items: center;margin-top: 30px;}
.i5_prev,.i5_next{width: 45px;height: 40px;margin-right: 10px;border-radius: 20px;border: solid 1px #017287;background-image: url(../images/arrow-teal.svg);background-position: 50% 50%;background-size: 20px;background-repeat: no-repeat;cursor: pointer;}
.i5_prev{transform: rotate(180deg);}
.i5_next.swiper-button-disabled,.i5_prev.swiper-button-disabled{opacity: 0.25;}


.index6box{width: 100%;margin: 0 auto;padding: 30px 0;}
.index6{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;align-items:center;}
.index6 .imgbox{margin-right: 50px;font-size: 0;}
.index6 .imgbox img{max-width: 100%;width: 250px;}
.index6 .textbox{flex: 1;max-width: 80%;}
.index6 .textbox .desc{font-size: 20px;line-height:28px; color: #fff;}
.i6_title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #F28E7B;
    position: relative;
    margin-bottom: 15px;
}
.i6_title h3{font-size: 24px;line-height: 30px;color: #fff;font-weight: bold;}
.i6_title:after{content: "";position: absolute;bottom: -6px;left: calc(100% - 16px);width: 16px;height: 11px;background-image: url(../images/diamond.png);background-repeat: no-repeat;background-position: 0 0;background-size: 16px;}




.index7box{width: 100%;margin: 0 auto;padding-top: 20px;}
.index7_top{width: 100%;margin: 0 auto;display: flex;align-items: center;margin-bottom: 20px;}
.index7_top .i7_ewm{margin:0 auto;font-size: 0;}
.index7_top .i7_ewm img{width: 100px;}
    .index7_top span {
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        flex: 1;
        line-height: 36px
    }
.index7{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.i7_left {
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-right: 80px;
    padding-bottom: 30px;
}
.i7_right{width: 400px;font-size: 0;}
.i7_right img{width: 100%;}
.i7_left h1{font-size: 24px;line-height: 36px;font-weight: 400;color: #fff;margin-bottom: 24px;}
.i7_left .i7_btn{display: inline-block;font-size: 16px;line-height: 20px;display: inline-block;margin-top: 5px;font-weight: 500;padding: 7px 15px;padding-right: 40px;color: #9B166A;border: solid 2px #fff;border-radius: 30px;background-image: url(../images/arrow-primary.svg);background-repeat: no-repeat;background-position: calc(100% - 15px) 50%;background-size: 17px;-webkit-transition: 0.3s all;transition: 0.3s all;margin-bottom: 24px;background-color: #fff;}
.i7_left .i7_btn:hover{border-color: #fff;background-color: #9B166A;color: #fff;}
.i7_left p{font-size: 16px;color: #fff;line-height:24px;}
.i7_left p strong{font-weight: normal;}



/*  */
.zhao{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0, 0, 0,0.6);z-index: 999;display: none;}
.zhao.on{display: block;}
.i7_tc{position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);padding: 50px 60px;background-color: #fff;overflow-y: scroll;max-height: 550px;z-index: 1000;display: none;}
.i7_tc.on{display: block;}
.i7_close{position: absolute;top: 40px;right: 50px;font-size: 20px;color: #A1206A;font-weight: bold;cursor: pointer;}
.i7_tc .inner{width: 100%;}
.i7_tc .inner .top{width: 100%;display: flex;align-items: center;}
.i7_tc .inner .top .imgbox{border-radius: 50%;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);border: solid 2px #fff;font-size: 0;width: 150px;height: 150px;overflow: hidden;margin-right: 20px;}
.i7_tc .inner .top .imgbox img{width: 100%;height: 100%;}
.i7_tc .inner .top .textbox{width: calc(100% - 170px);}
.i7_tc .inner .top .textbox h1{font-size: 40px;color: #473C53;margin-bottom: 15px;font-weight: 300;}
.i7_tc .inner .top .textbox p{font-size: 14px;color: #473C53;line-height: 22px;}
.i7_tc .inner .top .textbox a{font-size: 14px;color: #9B166A;border-bottom: 1px solid #9B166A;}
.i7_tc .inner hr{border: none;margin: 0;padding: 0;border-top: solid 1px #D8D8D8;padding-top: 30px;margin-top: 30px;background: none;}
.i7_tc .inner .desc{font-size: 16px;color: #473C53;line-height: 24px;font-weight: 300;}











@media only screen and (max-width: 1200px) {

    i5_swiper .swiper-slide .inner {
        min-height: 350px;
    }
}


    @media only screen and (max-width: 980px) {
        .headerbox {
            display: none;
        }

        .sp_header {
            display: flex;
        }

        .bannerbox {
            margin-top: 70px;
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 120px;
            padding-bottom: 80px;
        }
        /* .bannerbox .text h1 {display: none;} */
        .bannerbox .text {padding-left: 0;}
        .inbannerbox {
            margin-top: 70px;
        }
        .i2_item h2 {
            height:auto;
        }
        .i5_swiper .swiper-slide .inner {
            height:350px;
        }
        .pd50 {
            padding: 25px 0;
        }

        .f_left {
            width: 100%;
        }

        .f_right {
            width: 100%;
        }

        .f_left ul li {
            width: 100%;
            margin-bottom: 10px;
        }

        .f_bot {
            flex-wrap: wrap;
        }

            .f_bot .left {
                width: 100%;
                margin-bottom: 10px;
            }

            .f_bot .right {
                width: 100%;
                justify-content: space-between;
            }

                .f_bot .right p {
                    text-align: left;
                }

        .i7_left {
            flex: auto;
            width: 100%;
            margin-bottom: 20px;
            padding: 30px 15px;
            text-align: center;
        }

            .i7_left p strong {
                font-weight: normal;color:white;
            }

        .i7_right {
            width: 100%;
            font-size: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .i7_right img {
                max-width: 100%;
                width: auto;
            }

        .i7_left h1 {
            font-size: 24px;
        }

        .index6 h1 {
            font-size: 30px;
        }

        .index4 .textbox .p1 {
            font-size: 20px;
        }

        .index4 .textbox .desc ul li {
            font-size: 20px;
        }

        .i3_content ul {
            flex-wrap: wrap;
        }

            .i3_content ul li {
                width: 50%;
            }

        .i2_item h1 {
            font-size: 30px;
        }

        .i2_item ul li .i2_tab {
            font-size: 22px;
        }

        .i2_item ul li .i2_box h3 {
            font-size: 22px;
        }

        .i2_item ul li {
            width: 100%;
        }

        .index1 .desc {
            font-size: 23px;
        }

        .i2_item {
            width: 100%;
        }

        .i7_tc .inner .top {
            flex-wrap: wrap;
        }

            .i7_tc .inner .top .textbox {
                width: 100%;
                margin-top: 20px;
            }

        .i7_tc {
            padding: 20px;
            min-width: 80%;
        }

            .i7_tc .inner .top .textbox h1 {
                font-size: 30px;
            }

        .i7_close {
            right: 20px;
            top: 20px;
        }

        .index6 .imgbox {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
        }

        .index6 .textbox {
            width: 100%;
            max-width: 100%;
        }
    }



    @media only screen and (max-width: 680px) {
        .i5_swiper {
            overflow: hidden;
        }

        .index4 .imgbox {
            width: 100%;
        }

        .index4 .textbox {
            width: 100%;
        }

        .i3_content ul li {
            width: 100%;
        }

        .i2_item {
            width: 100%;
        }
    }
