body {
    background-color: #f8f8f8;
}

.banner-style {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.header-style {
    text-align: center;
    font-size: 40px;
    color: #333333;
}

.content-style {
    margin: 10px auto 50px auto;
    text-align: center;
    font-size: 20px;
}

.index_margin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.index2 {
    padding: 90px 0;
    background: #ffffff;
}

.item-style .btn-style {
    position: absolute;
    left: 40%;
    bottom: 30%;
    width: 134px;
    height: 40px;
    margin-top: 35px;
    background-color: #0088d4;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


/* 遮罩层 */

.fixed {
    /* 将遮罩层隐藏 */
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(50, 50, 50, 0.3);
}

.item-style:hover {
    background-size: 125%;
}


/* 通过子元素选择器在触发.banner:hover时选中遮罩层 */

.item-style:hover>.fixed {
    /* 显示 */
    display: block;
}

.top-text {
    position: absolute;
    left: 40%;
    top: 40%;
    font-size: 20px;
    color: #ffffff;
}

.index2 .item-style {
    position: relative;
    width: 49.4%;
    /* height: 375px; */
    margin-bottom: 16px;
}

.index2 .big-img {
    width: 100%;
    height: 100%;
}

.index2 .item-title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
}

.info-country-box {
    margin: 80px auto 105px auto;
}

.flex-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.info-country-box .left-box {
    width: 49%;
    /* margin-right: 30px; */
    font-size: 16px;
    color: #333333;
}

.flex-div .item-left {
    display: flex;
    justify-content: space-between;
}

.flex-div .item-left span {
    width: 90%;
}

.info-country-box .index-div {
    width: 40px;
    height: 40px;
    /* margin-right: 20px; */
    margin-bottom: 30px;
    background-color: #0088d4;
    border: solid 1px #0088d4;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.info-country-box .right-box {
    width: 49%;
}

.info-country-box .right-box img {
    width: 100%;
}

.index4 {
    padding: 116px 0 107px 0;
    background-color: #ffffff;
}

.index4 .inside-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.index4 .inside-class .left-box {
    width: 30%;
    margin-left: 10px;
    font-size: 16px;
    color: #33383a;
}

.index4 .inside-class .left-box .title {
    margin-bottom: 30px;
    font-size: 40px;
}

.index4 .inside-class .right-box {
    width: 64%;
}

.index4 .inside-class .right-box img {
    width: 49.5%;
    margin-bottom: 10px;
}

.index3 {
    margin: 89px auto 110px auto;
}

.index3 .flex-box-item {
    width: 20.5%;
    height: 230px;
}

.index3 .flex-box-item img {
    display: block;
    margin: 20px auto ;
}

.index3 .flex-box-item div {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
}

.index5 {
    padding: 106px 0 110px 0;
    background-color: #ffffff;
}

.index5 .item-img-box {
    position: relative;
    width: 23.6%;
    /* height: 218px; */
    margin-bottom: 20px;
}

.index5 .item-img-box img {
    width: 100%;
}

.index5 .item-img-box .bottom-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 29px;
    color: #f8f8f8;
    font-size: 16px;
    background-color: #000000;
    opacity: .6;
}

.index5 .index_margin {
    margin-top: 56px;
}

.index6 {
    padding: 106px 0 110px 0;
}

.index6 img {
    width: 100%;
}

.index8 .item-img-box {
    width: 24.16%;
    /* height: 260px; */
}

.index8 .item-img-box .bottom-box {
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    opacity: .6;
}

.index7 {
    /* height: 824px; */
    padding: 159px 0 150px 0;
    background: url(../images/peixunkaozheng/jpg/hh38.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.index7 .inside-box {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index7 .left-box {
    width: 47.6%;
}

.index7 .header1-style {
    margin-bottom: 20px;
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
}

.index7 .header2-style {
    margin-bottom: 50px;
    font-size: 40px;
    color: #ffffff;
}

.index7 .left-bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index7 .left-bottom-box div {
    flex: 1;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    color: #ffffff;
    font-size: 26px;
}

.index7 .right-box {
    width: 44%;
    /* height: 483px; */
    padding: 52px 39px;
    background-color: #ffffff;
}

.index7 .right-box .title1 {
    font-size: 20px;
    color: #221e1f;
}

.index7 .right-box .title2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #221e1f;
}

.index7 .right-box .input-style {
    width: 100%;
    height: 59px;
    padding: 0 10px;
    margin-bottom: 29px;
    background-color: #eeeeee;
}

.index7 .right-box .btn-style {
    width: 100%;
    height: 59px;
    margin-bottom: 25px;
    line-height: 59px;
    text-align: center;
    background-color: #0088d4;
    color: #ffffff;
    font-size: 20px;
}

.index7 .right-box .remark-text {
    font-size: 16px;
    color: #333333;
}

.contact-us-box {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 378px;
    height: 354px;
    padding: 20px;
    background-color: #ffffff;
}

.contact-us-box .top-text {
    margin-bottom: 20px;
    font-size: 16px;
    color: #33383a;
}

.contact-us-box .input-style {
    width: 330px;
    height: 47px;
    padding: 0 10px;
    margin-bottom: 19px;
    background-color: #f5f6fb;
}

.contact-us-box .input-style-last {
    width: 330px;
    height: 112px;
    padding: 0 10px;
    background-color: #f5f6fb;
}
.index7 .left-bottom-box div img {
    margin-right: 10px;
}
.liucheng-item{
    font-size: 16px;
    color: #333333;
}
.line-num-style{
    display: flex;
  
    font-size: 15px;
}
.liucheng-big-img{
    margin-top: 80px;
}
.num-style:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #0088d4;
    left: 90%;
    bottom:50%;
}
.num-style::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #0088d4;
    right: 90%;
    bottom:50%;
}
.liucheng-item img{
    width: 45px;
	height: 45px;
}
.flex1{
    flex: 1;
    position: relative;
}
.num-style{
    position: relative;
    width: 30px;
	height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
	background-color: #0088d4;
   color: #ffffff;
}
.num-style span{
    position: absolute;
    bottom: 2px;
    left: 103px;
    color: #0088d4;
    font-size: 19px;
}
.img-text{
    position: absolute;
    top: -100px;
    left: -20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.img-text span{
    display: block;
    margin-bottom: 10px;
}
.img-text:after{
    content:"";
    
    width:1px;
    
    height:30px;
    
    position:absolute;
    
    top:0;
    
    left:0;
    
    background:deeppink;
    
    }
@media screen and (max-width: 768px) {
    .contact-us-box {
        display: none;
    }
    
    .index7 .inside-box {
        padding: 0px 10px;
    }
    .index7 .left-box .div1 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .index7 .left-box .div2 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .index7 .left-box .div3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index7 .right-box .input-style {
        height: 34px;
        margin-bottom: 20px;
    }
    .index7 .right-box .btn-style {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .index7 .right-box .remark-text {
        font-size: 14px;
    }
    .index7 .right-box .remark-text {
        font-size: 14px;
    }
    
    .index7 .left-bottom-box div {
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }
    .index7 .left-bottom-box img {
        width: 50px !important;
    }
    .index7 .header1-style {
        margin-bottom: 5px !important;
        font-size: 20px !important;
    }
    .index7 .right-box {
        padding:  20px !important;
    }
    .index7 .header2-style {
        margin-bottom: 5px !important;
        font-size: 20px !important;
    }
    .index7 .right-box .title2 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .index7 .right-box .title1 {
        font-size: 14px;
    }
    .index2 {
        padding: 30px 0 0 0 !important;
    }
    .header-style {
        font-size: 20px !important;
    }
    .content-style {
        margin: 10px auto 30px auto;
        font-size: 14px;
    }
    .index2 .item-title {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .info-country-box {
        margin: 40px auto 40px auto !important;
    }
    .info-country-box .left-box {
        width: 98%;
        margin: 0 auto;
        font-size: 14px;
    }
    .info-country-box .right-box {
        width: 98%;
        margin-top: 10px;
    }
    .info-country-box .index-div {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-bottom: 30px;
        background-color: #0088d4;
        border: solid 1px #0088d4;
        border-radius: 50%;
        line-height: 19px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
    }
    .index4 .inside-class .left-box .title {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .index4 .inside-class .left-box {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index4 .inside-class .right-box {
        width: 96%;
    }
    .index4 .inside-class .right-box img {
        margin-bottom: 4px;
    }
    .content4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden
    }
    .index4 {
        padding: 20px 0 !important;
    }
    .index4 .inside-class {
        display: block;
      
    }
    .index3 .flex-box-item {
        width: 48%;
    height: 100px;
        margin-bottom: 15px;
    }
    .index3 .flex-box-item img {
        width: 60px;
        margin: 0 auto;
    }
    .index3 .flex-box-item div {
        font-size: 12px;
    }
    .index3 {
        margin: 30px 10px 50px 10px !important;
    }
    .index_margin {
        width: 95%;
        margin: 0 auto;
    }
    .index5 {
        padding: 40px 0;
    }
    .index5 .item-img-box .bottom-box {
        height: 32px;
        line-height: 30px;
        font-size: 10px;
    }
    .index5 .item-img-box {
        width: 49.6%;
        margin-bottom: 0px;
    }
    .index6 {
        padding: 30px 0;
    }
    .liucheng-big-img {
        margin-top: 30px;
    }
    .item-style .btn-style {
        
        left: 27%;
        bottom: 24%;
        width: 80px;
        height: 26px;
      
        line-height: 28px;
        font-size: 12px;
       
    }
    .top-text {
        left: 22%;
        top: 19%;
        font-size: 11px;
    }
    .flex-div {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .first-nav-box {
        height: 40px;
        line-height: 40px;
        margin-bottom: 0px;
    }
    .index7 .right-box{
        width: 100% !important;
    }
    .inside-box {
        width: 95% !important;
    }
    .index7 {
        padding: 30px 0 !important;
    }
    .index7 .right-box .title2 {
        margin-bottom: 20px !important;
        font-size: 20px !important;
    }
    .index4 .inside-class .left-box .title {
        font-size: 20px !important;
    }
    
}

@media screen and (max-width: 992px) {
    .index2-inside-box,.info-country-box,.index4 .inside-class,.index3,.inside-box5,.index7 .inside-box{
        width: 90% !important;
    }
    .index7 .left-bottom-box div {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .index7 .header1-style {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 600;
    }
    .index7 .header2-style {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .index7 .right-box {
        padding: 40px 20px;
    }
    .index7 .right-box .title2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .index7 {
        padding: 30px 0 30px 0 !important;
    }
    .header-style {
        font-size: 32px;
    }
    .index4 .inside-class .left-box .title {
        font-size: 30px ;
    }
    .index7 .inside-box{
        display: block;
    } 
    .index7 .right-box {
        width: 80%;
    }
    .index7 .left-box {
        width: 100%;
    }
    .index4 .inside-class {
        display: block;
    }
    .index4 .inside-class .left-box{
        width: 90%;
    }
    .index4 .inside-class .right-box{
        width: 90%;
    }
    .flex-div {
        display: block;
       }
       .info-country-box .left-box {
           width: 90%;
       }
       .info-country-box .right-box {
        width:90%;
    }
   .content4{
       margin-bottom: 20px;
   }
   .index3 {
    margin: 60px auto;
}
.header-style {
    font-size: 30px ;
}
.content-style {
    margin: 10px auto 30px auto !important;
    font-size: 16px !important;
}
        
}
@media screen and (max-width:1366px) {
    .index2-inside-box,.info-country-box,.index4 .inside-class,.index3,.inside-box5,.index7 .inside-box{
        width: 80%;
    }
    .liucheng-big-img{
        width: 80%;
    }
    .header-style {
        font-size: 34px;
    }
    .content-style {
        margin: 10px auto 40px auto;
        font-size: 18px;
    }
    .index2{
        padding: 60px 0; 
    }
    .info-country-box {
        margin: 60px auto ;
    }
    .index4 .inside-class .left-box .title {
        font-size: 34px;
    }
    .index4 {
        padding: 60px 0;
        background-color: #ffffff;
    }
    .index7 .header1-style {
        margin-bottom: 18px;
        font-size: 55px;
    }
    .index7 .header2-style {
        margin-bottom: 40px;
        font-size: 38px;
    }
    .index7 .left-bottom-box div img{
        width: 80px;
    }
    .index7 .right-box .title1 {
        font-size: 18px;
        color: #221e1f;
    }
    .index7 .right-box .title2 {
        margin-bottom: 25px;
        font-size: 36px;
    }
    .index7 .right-box {
        padding: 46px 30px;
        background-color: #ffffff;
    }
    .index7 .left-bottom-box div {
        margin-bottom: 50px;
        font-size: 21px;
    }
    .index7 {
        padding: 120px 0 120px 0;
    }
}