
body{
    width: 100%;
    overflow-x: hidden;
}
.clearboth:after{
    content: "";
    display: block;
    clear: both;
}
.content1{
    width: 100%;
    position: relative;
    background: url(../images/ui2-banner1.png) no-repeat;
    background-size: 1920px;
    background-position: center -110px;
    min-height: 1000px;
}
.content1>div{
    width: 1200px;
    margin:0 auto;
}
.content1>div.c1-main1>h1{
    color: #FFF;
    font-size: 80px;
    padding-top: 230px;
    text-shadow: 2px 3px #7d0002;
}
.content1>div.c1-main1>p{
    color: #fff;
    font-size: 18px;
    margin: 40px 0;
}
.content1>div.c1-main1>ul{
    overflow: hidden;
}
.content1>div.c1-main1>ul>li{
    float: left;
    color: #fff;
    margin-right: 20px;
    font-size: 24px;

}
.content1>div.c1-main1>button{
    width: 265px;
    height: 65px;
    border-radius: 35px;
    color: #fff;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: normal;
    margin-top: 80px;
    border: 3px solid #fff;
    cursor: pointer;
    outline: none;
}
.content1>div.c1-main1>button:hover{
    color: #d71518;
    background: #fff;
}

.c1-main2{
    text-align: center;
}
.c1-main2>h1{
    margin-top: 280px;
}
.c1-main2>h1>img{
    max-width: 100%;
}
.c1-main2>p{
    color: #666666;
    font-size: 18px;
    margin: 30px 0 50px 0;
}
.c1-main2>div{
    float: left;
    width: 500px;
    margin: 0 20px 0 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0 0 38px 8px rgba(162, 162, 162, 0.26);
}
.c1-main2>div h3{
    color: #fff;
    font-size: 30px;
    line-height: 100px;
    background: #aaaaaa;
}
.c1-main2>div ul{
    padding: 0 20px;
}
.c1-main2>div ul li{
    border-top: 1px solid #aaa;
    line-height: 60px;
    font-size: 22px;
    color: #999;
}
.c1-main2>div>img{
    position: absolute;
    bottom: -19px;
    right: -21px;
}
.c1-main2>div.c1-table2 h3{
    background: #ff3134;
}
.c1-main2>div.c1-table2 li{
    color: #333333;
}

.content2{
    position: relative;
    overflow: hidden;
    width: 100%;

}
.content2>img{
    width: 1920px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960PX;
}
.content2>div{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -575px;
    width: 1150px;
    color: #fff;

}
.content2>div>h1{
    font-size: 60px;
    margin-top: 160px;
    text-align: center;
}
.content2>div>p{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.content2>div>div{
    padding: 50px 0 0 590px;
    height: 500px;
    background: url(../images/ui2-b2-left.png) no-repeat left bottom;

}
.content2>div>div ul li{
    padding-left: 35px;
    position: relative;
}
.content2>div>div ul li h2{
    position: relative;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 40px;
}
.content2>div>div ul li h2 div{
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.content2>div>div ul li h2 div span{
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 3px;
}
.content2>div>div ul li p{
    font-size: 18px;
    line-height: 28px;
}
.content3{
    text-align: center;
    margin-top: 80px;
}
.content3>h1{
    margin-bottom: 30px;
}
.content3>h1>img{
    max-width: 100%;
}
.content3>p{
    color: #666666;
    font-size: 18px;
    line-height: 28px;
}
.content3>ul{
    width: 1200px;
    margin: 55px auto 90px auto;
    display: flex;
    justify-content: space-between;
}
.content3>ul li{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.7s;
    top: 0;
}
.content3>ul li:hover{
    top: -10px;
}
.content3>ul li>img{
    display: block;
    width: 100%;
}
.content3>ul li>div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}
.content3>ul li div div{
    line-height: 65px;
    font-size: 0;
}
.content3>ul li div div img{
    display: inline-block;
    vertical-align: middle;
}
.content3>ul li div p{
    margin-top: 45px;
    font-size: 24px;
}

.content3>ul li div span{
    color: #eee;
    font-size: 18px;
}

.content4{
    background: url(../images/ui2-banner4.png) no-repeat center bottom;
    background-size: 1920px auto;
    padding-bottom: 880px;
}
.content4>h1{
    text-align: center;
    font-size: 0;
    margin-bottom: 30px
}
.content4>h1 img{
    max-width: 100%;
}
.content4>p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.content4>ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.content4>ul>li{
    width: 550px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0px 27px 20px rgba(207, 216, 220, 0.15);
    padding: 0 65px 60px 65px;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s;
}
.content4>ul>li:hover{
    box-shadow:0px 0px 27px 20px rgba(207, 216, 220, 0.3);
}
.content4>ul>li>div{
    line-height: 260px;
}
.content4>ul>li>div>span{
    display: block;
    line-height: 260px;
    font-size: 200px;
    color: #ffd6d6;
    text-align: right;
}
.content4>ul>li>h3{
    margin-bottom: 45px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.content4>ul>li>p{
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}
.content4>ul>li.c4-li2>img{
    position: absolute;
    bottom: 35px;
    right: -40px;
}
.content5{
    width: 1200px;
    margin:  auto;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 110px;
    position: relative;
}
.content5>h1{
    margin-bottom: 30px;
}
.content5>h1>img{
    max-width: 100%;
}
.content5>p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.content5>table{
    width: 1000px;
    margin: 60px auto 0 auto;
    border-collapse: collapse;
}
.content5>table th{ 
    border: 1px solid #fff;
    border-bottom: none;
    background: #ec6941;
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    font-weight: normal;
}
.content5>table td{
    border-left: 1px solid #fff;
    line-height: 80px;
    font-size: 24px;
    font-weight: normal;
    border: 1px solid #ec6941;
    color: #ec6941;
}
.content5>img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.content6{
    padding: 175px 0 0 0;
    background: url(../images/ui2-banner6.png) no-repeat right top;
}
.content6 h1{
    text-align: center;
    margin-bottom: 30px;
}
.content6>h1 img{
    max-width: 100%;
}
.content6>div>p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.c6-main1{
    width: 1200px;
    margin: 0 auto;
}
.c6-main1 ul{
    margin: 55px 0 90px 0;
    display: flex;
    justify-content: space-between;
}
.c6-main1 ul li{
    width: 270px;
    background: #fff;
    padding: 15px 20px 30px 20px;
    box-shadow: 0 0 38px 8px rgba(224,73,73,0.15);
    position: relative;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}
.c6-main1 ul li h5{ 
    position: absolute; 
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 30px;
    background: linear-gradient(120deg,transparent,rgba(255, 255, 255, 1),transparent);
    z-index: 10;
}
.c6-main1 ul li h4{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}
/* .c6-main1 ul li:hover h5{
    left: 100%;
} */
.c6-main1 ul li>div{
    text-align: center;
    color: #333;
    font-size: 24px;
    height: 50px;
}
.c6-main1 ul li>h3{
    font-style: italic;
    text-align: center;
    font-size: 18px;
}
.c6-main1 ul li>span{
    display: block;
    color: #666;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.c6-main1 ul li>p{
    color: #666;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
}
.c6-main1-li1>div{
    background: url(../images/c6-main1-icon1.png) no-repeat center center;
}
.c6-main1-li2>div{
    background: url(../images/c6-main1-icon2.png) no-repeat center center;
}
.c6-main1-li3>div{
    background: url(../images/c6-main1-icon3.png) no-repeat center center;
}
.c6-main1-li4>div{
    background: url(../images/c6-main1-icon4.png) no-repeat center center;
}
.c6-main1-li1 h4{
    background:#ff3134;
}
.c6-main1-li2 h4{
    background:#316bff;
}
.c6-main1-li3 h4{
    background: #9231ff;
}
.c6-main1-li4 h4{
    background:#ffa031;
}
.c6-main1-li1 h3{
    color: #ec6941;
}
.c6-main1-li2 h3{
    color: #316bff;
}
.c6-main1-li3 h3{
    color: #9231ff;
}
.c6-main1-li4 h3{
    color: #ffa031;
}
.c6-main2>div{
    overflow: hidden;
    width: 1200px;
    margin: 60px auto 0 auto;
}
.c6-main2>div .c6-map{
    float: left;
    width: 700px;
}
.c6-main2>div .c6-map img{
    display: block;
    width: 100%;
}
.c6-main2>div .c6-main{
    float: right;
    width: 400px;
    padding: 30px;
    background: linear-gradient(to bottom, #ffa018 ,#ffc066);
    color: #fff;
    border-radius: 10px;
    margin-top: 60px;
}
.c6-main2>div .c6-main p{
    font-size: 24px;
    line-height: 48px;
}
.content6>div.c6-main3 p{
    color: #fff;
}

.content7{
    background:url(../images/ui2-banner7.png) no-repeat center bottom;
    background-size: 1920px auto;
    margin: 100px 0 0 0;
}
.content7 h1 {
    text-align: center;
    margin-bottom: 30px;
}
.content7>div>p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.c7-main1{
    width: 1200px;
    margin: 0 auto;
}
.c7-main2{
    width: 1200px;
    margin: 0 auto;
}
.c7-main2>div>img{
    display: block;
    width: 100%;
    margin-top: 40px;
}
.c7-main3{
    padding: 130px 0 ;
}
.content7 .c7-main3 p{
    color: #fff;
}

.c7-banner2{
    margin: 50px auto 90px auto;
}
.c7-banner2 .c7-banner-imgs{
     position: relative;
}
.c7-banner-imgs{
    border-radius: 15px;
    overflow: hidden;
}
.c7-banner-imgs>div{
    display: none;
}
.c7-banner-imgs img{
    display: block;
    width: 100%;

}
.c7-banner-imgs ul{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 0;
}
.c7-banner-imgs ul li{
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background: #4d4d51;
    opacity: 1;
    display: inline-block;
    margin:0 5px;
    cursor: pointer;
}
.c7-banner-imgs ul li.active{
    background: #ff3134;
}
.c7-banner-der p{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333;
    text-align: center;
    display: none;
    margin-top: 40px;
}