   
     .index_main .section3 .comm_tit {
               display: none;
           }
   
           .index_main .section3 .main {
               position: relative;
               padding-left: 160px;
               padding-right: 90px;
               height: 90px;
               background: #fff;
               box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
           }
   
               .index_main .section3 .main .label {
                   width: 160px;
                   text-align: center;
                   font-size: 32px;
                   color: #fff;
                   line-height: 90px;
                   position: absolute;
                   background: #174D82;
                   top: 0;
                   left: 0;
               }
   
                   .index_main .section3 .main .label:before {
                       /* content: '';
           width: 29px;
           height: 24px;
           background-position: center;
           background-repeat: no-repeat;
           background-image: url("../images/index/icon6_3.gif");
           display: inline-block;
           vertical-align: middle;
           margin: -7px 8px 0 0; */
                   }
   
               .index_main .section3 .main .link {
                   padding: 30px 40px;
                   border-right: 1px solid #d9d9d9;
               }
   
                   .index_main .section3 .main .link ul {
                       font-size: 0;
                       position: relative;
                   }
   
                       .index_main .section3 .main .link ul li {
                           display: inline-block;
                           vertical-align: top;
                           margin-right: 5vw;
                           padding: 0 115px 0 30px;
                           position: relative;
                       }
   
                           .index_main .section3 .main .link ul li:before {
                               content: '';
                               width: 18px;
                               height: 18px;
                               border: 2px solid #333;
                               border-radius: 50%;
                               position: absolute;
                               left: 0;
                               top: 50%;
                               margin-top: -10px;
                               box-sizing: border-box;
                           }
   
                           .index_main .section3 .main .link ul li:after {
                               content: '';
                               width: 4px;
                               height: 4px;
                               background: #333;
                               border-radius: 50%;
                               position: absolute;
                               top: 50%;
                               margin-top: -3px;
                               left: 7px;
                               box-sizing: border-box;
                               -webkit-transition: all 0.3s ease;
                               -moz-transition: all 0.3s ease;
                               -ms-transition: all 0.3s ease;
                               transition: all 0.3s ease;
                               opacity: 0;
                           }
   
                           .index_main .section3 .main .link ul li a {
                               font-size: 18px;
                               color: #333;
                               line-height: 30px;
                           }
   
                           .index_main .section3 .main .link ul li span {
                               position: absolute;
                               right: 0;
                               top: 0;
                               line-height: 30px;
                               font-size: 16px;
                               color: #333;
                           }
   
                           .index_main .section3 .main .link ul li:hover:after {
                               opacity: 1;
                           }
   
                           .index_main .section3 .main .link ul li a:hover {
                               color: #e6212a;
                           }
   
               .index_main .section3 .main a.more {
                   position: absolute;
                   bottom: 0;
                   right: 16px;
                   font-size: 14px;
                   line-height: 16px;
                   top: 50%;
                   margin-top: -8px;
                   color: #174D82;
               }
   
                   .index_main .section3 .main a.more:after {
                       content: '';
                       border-top: 5px solid transparent;
                       border-bottom: 5px solid transparent;
                       border-left: 8px solid #174D82;
                       display: inline-block;
                       vertical-align: middle;
                       margin: -4px 0 0 5px;
                   }
   
           @media screen and (max-width: 1500px) {
               .index_main .section3 .main {
                   height: 60px;
                   padding-left: 140px;
               }
   
                   .index_main .section3 .main .label {
                       font-size: 24px;
                       line-height: 60px;
                       width: 140px;
                   }
   
                   .index_main .section3 .main .link {
                       padding: 15px 30px;
                   }
   
               .index_main .section3 .main {
                   font-size: 16px;
               }
           }
   
           @media screen and (max-width: 992px) {
               .index_main .section3 {
                   background: #fff;
                   padding: 20px 0;
               }
   
                   .index_main .section3 .comm_tit {
                       display: block;
                   }
   
                   .index_main .section3 .main .label {
                       display: none;
                   }
   
                   .index_main .section3 .main a.more {
                       display: none;
                   }
   
                   .index_main .section3 .main {
                       padding: 0;
                       box-shadow: none;
                       height: auto;
                   }
   
                       .index_main .section3 .main .link {
                           padding: 0;
                           border: none;
                           margin-top: 15px;
                       }
   
                           .index_main .section3 .main .link ul li:before {
                               display: none;
                           }
   
                           .index_main .section3 .main .link ul li {
                               padding: 0;
                               margin: 5px 7px;
                               display: inline-block;
                           }
   
                               .index_main .section3 .main .link ul li a {
                                   font-size: 14px;
                                   line-height: 22px;
                               }
   
                               .index_main .section3 .main .link ul li span {
                                   font-size: 14px;
                                   position: static;
                                   display: block;
                                   text-align: right;
                                   line-height: 20px;
                               }
           }
   
           .comm_tit {
               text-align: center;
               position: relative;
           }
   
               .comm_tit a {
                   position: absolute;
                   bottom: 0;
                   right: 16px;
                   font-size: 14px;
                   font-family: 'georgia';
                   color: #7a2788;
               }
   
   .pad1 {
                padding: 96px 0;
                overflow: hidden;
            }

            .tit1 {
                justify-content: space-between;
                align-items: center;
                margin-bottom: 44px;
            }

                .tit1 img {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 159px;
                    height: 34px;
                }

                .tit1 .ll {
                    position: relative;
                    z-index: 1;
                    padding: 4px 10px 40px;
                }

                .tit1 h3 {
                    font-size: 36px;
                    color: #333333;
                    font-weight: bold;
                }

                .tit1 h4 {
                    font-size: 21px;
                    color: #174D82;
                    opacity: 1;
                    text-transform: uppercase;
                    position: absolute;
                    top: 50px;
                    left: 6px;
                    white-space: nowrap;
                }

            .home1-2 {
                background: #f7f8fc url(/static/image/home1-2.jpg) center bottom no-repeat;
                background-size: 100% auto;
            }

            .more1 {
                width: 158px;
                height: 44px;
                position: relative;
                z-index: 1;
                justify-content: center;
                align-items: center;
            }

                .more1:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 50%;
                    width: 0;
                    transition: .5s;
                    z-index: -1;
                }

                .more1 svg {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    width: 100%;
                    height: 100%;
                }

                .more1 .cls-1 {
                    fill: #174d82;
                    stroke-dashoffset: 100px;
                }

                .more1 span {
                    font-size: 20px;
                    color: #333333;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    z-index: 1;
                    transition: .5s;
                }

                    .more1 span:hover {
                        font-size: 20px;
                        color: #e6212a;
                        font-weight: 600;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        position: relative;
                        z-index: 1;
                        transition: .5s;
                    }

                    .more1 span:before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        right: 96%;
                        width: 28px;
                        height: 1px;
                        background: #174D82;
                        transition: .5s;
                    }

                    .more1 span:after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 96%;
                        width: 28px;
                        height: 1px;
                        background: #174D82;
                        transition: .5s;
                    }

            .home1 {
                padding-bottom: 0;
            }

            .list3 {
                margin: 0 -4%;
            }

                .list3 li {
                    width: 50%;
                    padding: 0 4%;
                    margin-bottom: 0;
                }

                .list3 .a {
                    display: block;
                    position: relative;
                    z-index: 1;
                    padding: 26px 53px 26px 0;
                    min-height: 130px;
                }

                    .list3 .a::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        width: 100%;
                        height: 4px;
                        background: #000000;
                        transition: 1s;
                        transition-delay: .5s;
                    }

                    .list3 .a::after {
                        content: "";
                        position: absolute;
                        top: 0;
                        width: 0;
                        height: 4px;
                        transition: .5s;
                        background: #174D82;
                    }

                    .list3 .a svg {
                        position: absolute;
                        top: 40px;
                        right: 0;
                        width: 18px;
                        height: 18px;
                        fill: #000000;
                        transform: rotate(90deg);
                        transition: .5s;
                    }

                    .list3 .a svg {
                    }

                    .list3 .a:hover svg {
                        transform: rotate(0deg);
                        fill: #e6212a;
                        /* 鼠标经过时旋转角度 */
                    }



                .list3 h4 {
                    color: #174D82;
                }

                .list3 .a h4:hover {
                    color: #e6212a;
                }

            [data-aos="fade-left"] .list3 .a::before {
                width: 0px;
            }

            [data-aos="fade-left"].aos-animate .list3 .a::before {
                width: 100%;
            }

            .home1 .fl1 {
                justify-content: space-between;
            }

            .home1 .ar_articlea {
                width: 32%;
            }

                .home1 .ar_articlea p {
                    font-size: 16px;
                    color: #333333;
                    line-height: 34px;
                }

            .home1 .right {
                width: 60%;
            }

            .flex {
                display: -webkit-flex;
                display: flex;
                flex-wrap: wrap;
            }

            .h4s2 {
                font-size: 20px;
                color: #333333;
                line-height: 36px;
                max-height: 72px \0;
                transition: .5s;
            }

            .list3 h4 {
                color: #174D82;
            }

            .l2 {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            @media(max-width: 800px) {
                #gotop {
                    right: 0;
                    transform: scale(0.7);
                }

                .h4s2 {
                    font-size: 16px;
                }

                .scroll {
                    overflow: hidden;
                    overflow-x: scroll;
                }

                .ar_articlea {
                    font-size: 18px;
                }

                    .ar_articlea td,
                    .ar_articlea th,
                    .ar_articlea table th {
                        font-size: 18px;
                    }

                .ar_article1 p {
                }

                .banner .top {
                    bottom: 20px;
                    padding: 0 0 10px;
                }

                .aply {
                    transform: scale(.7);
                    margin-bottom: 0;
                }

                .banner .dots {
                    transform: scale(.6);
                }

                .aply .a1 {
                    width: 500px;
                }

                .home1 .ar_articlea {
                    width: 100%;
                }

                .home1 .right {
                    width: 100%;
                    padding: 40px 0 0;
                }

                .list3 .a {
                    min-height: 120px;
                    padding: 15px 50px 0 0;
                }

                .home4 .left {
                    width: 100%;
                }

                .home4 .right {
                    width: 100%;
                }

                footer .fl1 {
                    padding: 40px 0;
                }

                .tit1 h3 {
                    font-size: 26px;
                }

                .tit1 h4 {
                    font-size: 16px;
                }

                .tit1 img {
                    transform: scale(.7) translateX(-15px);
                    transform-origin: center;
                }

                .tit1 .ll {
                    padding: 4px 10px 30px;
                }

                .more1 {
                    /* transform: scale(.8);
                        transform-origin: right; */
                }

                .pad1 {
                    padding: 40px 0;
                }

                .tit1 {
                    margin-bottom: 25px;
                }

                .home2 {
                    padding-top: 0;
                }

                .list3 h4 {
                    line-height: 25px;
                }

                .list4 .txt .ll {
                    font-size: 20px;
                }

                .list4 .txt {
                    height: 50px;
                }

                    .list4 .txt svg {
                        margin-top: -4px;
                    }

                .list5Box {
                    padding: 0;
                }

                    .list5Box .dots {
                        margin: 10px auto 0;
                    }

                .list6 .txt {
                    padding: 25px 0 25px 20px;
                }

                    .list6 .txt::before {
                        height: 80px;
                    }

                .list6 p {
                    margin: 10px 0 0;
                }

                .ewm1 {
                    justify-content: center;
                    margin: 20px -10px 20px;
                }

                .list7 .txt {
                    position: relative;
                    transform: translateY(0);
                    padding: 30px 25px;
                }

                .list7 span {
                    margin-right: -45px;
                }

                .list7 .bottom {
                    margin-top: 20px;
                }
            }


            .ar_article a {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 10.3125rem;
                width: 100%;
                line-height: 2.625rem;
                background: #174D82;
                color: #fff;
                font-size: 1rem;
                transition: all 0.5s;
                margin-top: 22px
            }


            .moreUP {
                position: relative;
                z-index: 1;
                -webkit-transition: all .5s;
                transition: all .5s;
                background: #174D82;
                color: #fff;
                text-align: center;
                border-radius: 1.75rem;
                line-height: 3.4375rem;
                width: 12.8125rem;
                height: 3.4375rem;
                display: block;
                text-transform: uppercase;
                overflow: hidden;
                margin-top: 1rem;
                font-size: 1rem;
                margin-bottom: 2rem;
            }

                .moreUP:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 100%;
                    background: #a32035;
                    position: absolute;
                    z-index: -1;
                    right: 0;
                    top: 0;
                    -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
                    transition: .38s cubic-bezier(.4,0,.2,1);
                }

                .moreUP:hover:before {
                    width: 100%;
                    right: auto;
                    left: 0;
                }

            .mm {
                display: none;
            }

            .pc {
                display: block;
            }

            @media (max-width: 1100px) {
                .moreUP {
                    width: 10rem;
                }

                .mm {
                    display: block;
                    margin: 0 auto;
                }

                .pc {
                    display: none;
                }

                .marginm {
                    margin: 0 auto;
                }
            }
			
			
			  .in06 {
			            padding: 160px 0;
			            background: url(/static/banner04.jpg);
			            background-size: cover;
			            position: relative;
			            overflow: hidden;
			        }
			
			            .in06 .icenter {
			                display: flex;
			                flex-direction: column;
			                justify-content: center;
			                align-items: center;
			            }
			
			                .in06 .icenter h3 {
			                    font-size: 26px;
			                    color: #fff;
			                    font-weight: bold;
			                }
			
			                .in06 .icenter h4 {
			                    font-size: 16px;
			                    color: #fff;
			                    line-height: 26px;
			                    position: relative;
			                    padding-top: 20px;
			                    margin-top: 20px;
			                    text-align: center;
			                    border-top: 1px solid rgba(255, 255, 255, 0.3);
			                    width: 100%;
			                }
			
			                    .in06 .icenter h4::before {
			                        content: "";
			                        position: absolute;
			                        left: 50%;
			                        transform: translateX(-50%);
			                        top: -2px;
			                        width: 35px;
			                        height: 4px;
			                        background-color: #fff;
			                    }
			
			                .in06 .icenter .link {
			                    display: flex;
			                    width: 685px;
			                    align-items: center;
			                    justify-content: space-between;
			                    margin: 32px 0;
			                }
			
			                    .in06 .icenter .link a {
			                        width: 49%;
			                        height: 48px;
			                        line-height: 48px;
			                        background-color: #Fff;
			                        color: #a32035;
			                        margin: 0;
			                        border-color: transparent;
			                    }
			
			                        .in06 .icenter .link a:hover {
			                            color: #fff;
			                            background-color: #174D82;
			                            border-color: #174D82;
			                        }
			
			                .in06 .icenter p {
			                    text-align: center;
			                    font-size: 16px;
			                    line-height: 26px;
			                    color: #fff;
			                    width: 64%;
			                }
			
			                .in06 .icenter dl {
			                    margin: auto;
			                    width: 97.5%;
			                    display: flex;
			                    justify-content: space-between;
			                    margin-top: 35px;
			                }
			
			                    .in06 .icenter dl dd {
			                        z-index: 1;
			                        border-radius: 8px;
			                        overflow: hidden;
			                        padding: 60px;
			                        display: flex;
			                        justify-content: center;
			                        align-items: center;
			                        background-color: #174D82;
			                        width: 30%;
			                        box-sizing: border-box;
			                        flex-direction: column;
			                    }
			
			                        .in06 .icenter dl dd img {
			                            width: 44px;
			                        }
			
			                        .in06 .icenter dl dd h2 {
			                            font-size: 20px;
			                            line-height: 35px;
			                            color: #fdd900;
			                            margin: 0;
			                            text-align: center;
			                            width: 100%;
			                        }
			
			                        .in06 .icenter dl dd p {
			                            font-size: 20px;
			                            line-height: 26px;
			                            color: #fdd900;
			                            margin: 0;
			                            text-align: center;
			                            width: 100%;
			                        }
			
			                        .in06 .icenter dl dd span {
			                            font-size: 14px;
			                            font-family: "arial";
			                            color: #999999;
			                            font-weight: bold;
			                        }
			
			                        .in06 .icenter dl dd:hover {
			                            background-color: #a32035;
			                        }
			
			                            .in06 .icenter dl dd:hover img {
			                                filter: grayscale(10) brightness(10);
			                            }
			
			                            .in06 .icenter dl dd:hover h2 {
			                                color: #fff;
			                            }
			
			                            .in06 .icenter dl dd:hover p {
			                                color: #fff;
			                            }
			
			        .moreDV {
			            position: relative;
			            z-index: 1;
			            -webkit-transition: all .5s;
			            transition: all .5s;
			            background: #174D82;
			            color: #fff;
			            text-align: center;
			            border-radius: 1.75rem;
			            line-height: 3.4375rem;
			            width: 12.8125rem;
			            height: 3.4375rem;
			            display: block;
			            text-transform: uppercase;
			            overflow: hidden;
			            margin: 0 auto;
			            margin-top: 4rem;
			            font-size: 1rem;
			        }
			
			            .moreDV:before {
			                content: "";
			                display: block;
			                width: 0;
			                height: 100%;
			                background: #a32035;
			                position: absolute;
			                z-index: -1;
			                right: 0;
			                top: 0;
			                -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
			                transition: .38s cubic-bezier(.4,0,.2,1);
			            }
			
			            .moreDV:hover:before {
			                width: 100%;
			                right: auto;
			                left: 0;
			            }
			
			        @media (max-width: 1100px) {
			            .moreDV {
			                width: 10rem;
			            }
			
			            .in06 .icenter dl {
			                display: block
			            }
			
			                .in06 .icenter dl dd {
			                    margin: 18px 0;
			                }
			
			                .in06 .icenter dl dd {
			                    width: 100%;
			                }
			        }