@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont0;
    src:url('../fonts/ALIBABAPUHUITI-2-35-THIN.TTF');
}
@font-face{
    font-family:myFont;
    src:url('../fonts/ALIBABAPUHUITI-2-45-LIGHT.TTF');
}
@font-face{
    font-family:myFont1;
    src:url('../fonts/ALIBABAPUHUITI-2-55-REGULAR.TTF');
}
@font-face{
    font-family:myFont2;
    src:url('../fonts/ALIBABAPUHUITI-2-65-MEDIUM.TTF');
}
@font-face{
    font-family:myFont3;
    src:url('../fonts/ALIBABAPUHUITI-2-75-SEMIBOLD.TTF');
}
@font-face{
    font-family:myFont4;
    src:url('../fonts/ALIBABAPUHUITI-2-85-BOLD.TTF');
}
@font-face{
    font-family:myFont5;
    src:url('../fonts/ALIBABAPUHUITI-2-95-EXTRABOLD.TTF');
}
@font-face{
    font-family:myFont6;
    src:url('../fonts/ALIBABAPUHUITI-2-105-HEAVY.TTF');
}
@font-face{
    font-family:myFont7;
    src:url('../fonts/ALIBABAPUHUITI-2-115-BLACK.TTF');
}
.web-font0{font-family:myFont0;}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
.web-font6{font-family:myFont6;}
.web-font6{font-family:myFont7;}
body{
    font-family: myFont1;
}
/*banner*/
.index-banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide{
    display: block;
    height: 100vh;
    width: 100%;
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    top: 32%;
    color:#000000;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 68px;
    font-family: 'myFont5';
    color: #fff;
    display: flex;
    align-items: center;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'myFont0';
    margin: 20px 0;
    color: #fff;
    display: flex;
    align-items: baseline;
    letter-spacing: 7px;
}
.index-banner .banner-text p{
    font-family: 'myFont0';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
    color: #fff;
}
/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background-color: #fff;
    opacity: .3;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove1 7s infinite;
	-webkit-animation:mymove1 7s;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove1 7s infinite;
	-webkit-animation-timing-function: ease-in-out; 
}
@keyframes mymove

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}

@keyframes mymove1

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove1 /*Safari and Chrome*/

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/*标题*/
.title{
    padding: 80px 0 0 0;
    position: relative;
    text-align: center;
}
.ab-title,.yl-title{
    padding: 80px 0 0 0;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.title h2,.ab-title h2{
    font-size: 35px;
    font-family: 'myFont2';
    color: #333;
    z-index: 9;
    position: relative;
}
.ab-title em{
    text-transform: uppercase;
    font-family: fantasy;
    font-size: 70px;
    position: absolute;
    top: 40px;
    z-index: 1;
    background: linear-gradient(to bottom, #e7e7e7, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    letter-spacing: 4px;
}
.title em{
    text-transform: uppercase;
    font-family: fantasy;
    font-size: 80px;
    position: absolute;
    top: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, #e7e7e7, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    letter-spacing: 4px;
}
.title i{
    width: 30px;
    height: 3px;
    display: block;
    background: #00408c;
    margin: 20px auto 0 auto;
}
/*关于军航*/
.c1{
    padding: 60px 0;
    width: 100%;
    position: relative;
}
.c1 .c1-box{
    align-items: center;
}
.c1::after{
    content: "";
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    background: url(../images/ab-bg.png) no-repeat right top;
    z-index: -1;
    background-size: 100% auto;
    bottom: 0;
}
.c1 .c1-about-right{
    width: 48%;
}
.c1 .c1-about-left{
    width: 48%;
}
.c1 .c1-about-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c1 .c1-about-left .c1-about-txt p{
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
    color: #666666;
}
.c1 .c1-about-left a{
    font-size: 18px;
    color: #00408c;
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}
.c1 .c1-about-left a i{
    font-size: 24px;
    color: #00408c;
    margin-left: 10px;
    transition: .5s;
}
.c1 .c1-about-left a:hover i{
    transform: translateX(10px);
}
.c1 .c1-about-video{
    height: 450px;
    position: relative;
}
.c1 .c1-about-right ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c1 .c1-about-horo,.about-box .c1-about-horo{
    margin-bottom: 50px;
}
.c1 .c1-about-horo ul li,.about-box .c1-about-horo ul li{
    position: relative;
    text-align: center;
    width: 48%;
    cursor: pointer;
    transition: .5s;
}
.c1 .c1-about-horo ul li::after,.about-box .c1-about-horo ul li::after{
    content: "";
    position: absolute;
    width: 56px;
    height: 93px;
    background: url(../images/ab-left.png) no-repeat center left;
    bottom: 0;
    left: 0;
    top: -8px;
}
.c1 .c1-about-horo ul li::before,.about-box .c1-about-horo ul li::before{
    content: "";
    position: absolute;
    width: 56px;
    height: 93px;
    background: url(../images/ab-right.png) no-repeat center left;
    bottom: 0;
    right: 0;
    top: -8px;
}
.c1 .c1-about-horo ul li p,.about-box .c1-about-horo ul li p{
    font-size: 18px;
    color: #d0a865;
    font-family: 'myFont2';
    text-align: center;
}
.c1 .c1-about-horo ul li:hover,.about-box .c1-about-horo ul li:hover{
    transform: translateY(5px);
}
/*业务领域*/
.c2{
    background: url(../images/ly.png) no-repeat center center;
    padding: 0 0 60px 0;
    background-size: cover;
    background-position: initial;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}
.c2 .c2-box{
    padding-top: 60px;
}
.c2 .c2-box ul{
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    grid-gap: 0 0;
}
.c2 .c2-box ul li{
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}
.c2 .c2-box ul li::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #fff;
}
.c2 .c2-box ul li::before{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    left: 0;
    background: #fff;
}
.c2 .c2-box ul li i{
    font-size: 70px;
    color: #fff;
    margin-top: 30px;
    display: block;
}
.c2 .c2-box ul li h3{
    font-size: 24px;
    margin: 20px 0 40px 0;
    color: #fff;
    font-family: 'myFont2';
}
.c2 .c2-box ul li a{
    font-size: 16px;
    color: #fff;
}
.c2 .c2-box ul li a em{
    transition: .5s;
}
.c2 .c2-box ul li:nth-child(6)::before,.c2 .c2-box ul li:nth-child(1)::before{
    display: none;
}
.c2 .c2-box ul li:nth-child(6)::after,.c2 .c2-box ul li:nth-child(7)::after,
.c2 .c2-box ul li:nth-child(8)::after,.c2 .c2-box ul li:nth-child(9)::after,
.c2 .c2-box ul li:nth-child(10)::after{
    display: none;
}
.c2 .c2-box ul li:hover{
    background: rgb(1 60 138 / 60%);
}
.c2 .c2-box ul li:hover em{
    margin-left: 10px;
}
.c2 .c2-box ul li:hover i{
    -webkit-transform: rotate3d(0,1,0,360deg);
    -moz-transform: rotate3d(0,1,0,360deg);
    transform: rotate3d(0,1,0,360deg);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.c2 .c2-box ul li span{
    display: flex;
    justify-content: end;
    padding: 0 35px;
    color: #999;
    font-size: 16px;
}
.c2 .c2-box ul li:hover span{
    color: #fff;
}
/*内页领域*/
.ny-pro{
    background: url(../images/yw-bg.jpg) no-repeat center center;
    background-size: cover;
}
.ny-pro ul{
    display: grid;
    grid-template-columns: repeat(3, 3fr) !important;
    grid-gap: 0 0;
}
.ny-pro ul li i{
    color: #013c8a !important;
}
.ny-pro ul li h3{
    color: #333 !important;
}
.ny-pro ul li p{
    color: #999 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ny-pro ul li:nth-child(4)::before,.ny-pro ul li:nth-child(7)::before,
.ny-pro ul li:nth-child(7)::after,.ny-pro ul li:nth-child(8)::after,
.ny-pro ul li:nth-child(9)::after{
    display: none !important;
}
.ny-pro ul li:nth-child(6)::before,.ny-pro ul li:nth-child(6)::after,
.ny-pro ul li:nth-child(6)::after{
    display: block !important;
}
.ny-pro ul li b{
    width: 45px;
    height: 1px;
    display: block;
    background: #9b9b9b;
    margin: 0 auto 30px auto;
}
.ny-pro ul li p{
    color: #fff;
    padding: 0 35px;
    text-align: justify;
}
.ny-pro ul li h3{
    margin: 20px 0 20px 0 !important;
}
.ny-pro ul li::after,.ny-pro ul li::before{
    background: #ddd !important;
}
.ny-pro ul li:hover h3,.ny-pro ul li:hover p{
    color: #fff !important;
}
.ny-pro ul li:hover b{
    background: #fff !important;
}
/*视频*/
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video{
    position: relative;
    width: 70%;
}
.video-box i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
.video-box i:hover{
    background-color: #fff;
    color: #333;
}
.video_bg {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    top: 50%;
    margin-top: -2rem;
    opacity: .8;
}
.video_bg i{
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
}
.c1-video-bg{
    background: url(../images/sp.png) no-repeat center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 100%;
}
/*团队成员*/
.c3 .w1300{
    position: relative;
}
.c3 .c3-box ul{
    
}
.c3 .c3-box ul li{
    
}
.c3 .c3-box ul li .c3-img{
    position: relative;
    height: 350px;
    overflow: hidden;
}
.c3 .c3-box ul li .c3-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c3 .c3-box ul li .c3-img h6{
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 35px;
    background: #003f8c;
    text-align: center;
    line-height: 35px;
}
.c3 .c3-box ul li .c3-title{
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
}
.c3 .c3-box ul li .c3-title h3{
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}
.c3 .c3-box ul li .c3-title .c3-icon{
    align-items: center;
}
.c3 .c3-box ul li .c3-title .c3-icon em{
    font-size: 16px;
    color: #003f8c;
    display: flex;
    align-items: center;
}
.c3 .c3-box ul li .c3-title .c3-icon em:before{
    font-size: 22px;
}
.c3 .c3-box ul li .c3-title .c3-icon i{
    font-size: 33px;
    color: #003f8c;
    transform: rotate(-45deg);
    transition: .5s;
}
.c3 .c3-box ul li:hover .c3-icon i{
    transform: rotate(0deg);
}
.c3 .c3-more{
    width: 315px;
    height: 54px;
    border: 1px solid #003f8c;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #003f8c;
    margin: 0 auto;
    transition: .5s;
}
.c3 .c3-more i{
    color: #003f8c;
    font-size: 24px;
    margin-left: 10px;
    transition: .5s;
}
.c3 .c3-more:hover{
    background: #003f8c;
    color: #fff;
}
.c3 .c3-more:hover i{
    color: #fff;
    transform: translateX(10px);
}
/*按钮*/
.c3 .swiper-button-prev{
    background-image: url(../images/left1.png);
    height: 48px;
    left: auto;
    left: 0;
    width: 48px;
    top: 360px;
    cursor: pointer;
    background-size: 100% auto;
}
.c3 .swiper-button-next{
    background-image: url(../images/right1.png);
    height: 48px;
    right: 0;
    width: 48px;
    top: 360px;
    cursor: pointer;
    background-size: 100% auto;
}
.c3 .swiper-button-prev:hover{
    background-image: url(../images/left1-h.png);
}
.c3 .swiper-button-next:hover{
    background-image: url(../images/right1-h.png);
}
/*军航资讯*/
.c4{
    margin-top: 60px;
    padding-bottom: 60px;
    background: #f7f7f7;
}
.type-box1{
    position: relative;
}
.type-box1 .type-more a{
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #999999;
}
.type-box1 .type-more a:hover,.type-box a.active{
    color: #0d397c;
}
.c4-type{
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c4-type a{
    font-size: 22px;
    color: #666666;
    width: 160px;
    height: 55px;
    line-height: 55px;
    margin: 0 30px;
    text-align: center;
    border: 1px solid #666666;
    display: block;
    transition: .5s;
}
.c4-type a:hover,.c4-type a.active{
    background: #003f8c;
    color: #fff;
}
.c4-hide{
   
}
.c4 .c4-box ul{
    
}
.c4 .c4-box ul li {
    cursor: pointer;
}
.c4 .c4-box ul li i{
    height: 220px;
    overflow: hidden;
    display: block;
}
.c4 .c4-box ul li i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c4 .c4-box ul li .c4-title{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.c4 .c4-box ul li .c4-title div.flex{
    align-items: center;
}
.c4 .c4-box ul li .c4-title h5{
    font-size: 18px;
    color: #000;
    font-family: 'myFont3';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 67%;
}
.c4 .c4-box ul li .c4-title em{
    color: #999999;
    font-size: 14px;
}
.c4 .c4-box ul li .c4-title p{
    text-align: justify;
    font-size: 16px;
    color: #666666;
    margin: 20px 0;
}
.c4 .c4-box ul li .c4-title .c4-more{
    display: flex;
    align-items: center;
    justify-content: end;
    color: #999999;
    transition: .5s;
    font-size: 16px;
}
.c4 .c4-box ul li .c4-title .c4-more b{
    font-size: 20px;
    font-weight: normal;
    transition: .5s;
    margin-left: 10px;
}
.c4 .c4-box ul li:hover{
    box-shadow: 0px 5px 20px 3px #e5e5e5;
}
.c4 .c4-box ul li:hover .c4-more b,.c4 .c4-box ul li:hover .c4-more,.c4 .c4-box ul li:hover h5{
    color: #00408c;
}
/*分页*/
.c4 .swiper-container {
    padding-bottom: 80px;
}
.c4-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.c4-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 50%;
    background-color: #dbdbdb;
    margin: 0 15px !important;
}

.c4-box .swiper-pagination-bullet-active {
    background-color: #003f8c;
    width: 8px;
    height: 8px;
    position: relative;
    opacity: 1;
}
.c4-box .swiper-pagination-bullet-active::after{
    content: " ";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #c3d0e0;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
}
/*内页开始-------------------------*/

/*内页banner*/
.ny-banner{
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}
.ny-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    animation: mymove 8s;
    -webkit-animation: mymove 8s;
     animation-direction: alternate; 
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 8s;
    animation-fill-mode: forwards;
     -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.ny-banner .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.ny-banner .text-box h5{
    font-size: 24px;
    padding: 0 20px;
    text-transform: uppercase;
}
.ny-banner .text-box h3{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'myFont3';
}

/*军航简介*/
.about-box{
    background: url(../images/ab-bg1.png)#fafafa no-repeat center bottom;
    padding: 80px 0;
}
.about-box .flex{
    align-items: center;
}
.about-box .about-l{
    width: 54%;
}
.about-box .about-l h3{
    font-size: 30px;
    color: #000;
    font-family: 'myFont3';
    margin-bottom: 20px;
}
.about-box .about-l p{
    text-align: justify;
    color: #999999;
    font-size: 16px;
}
.about-box .about-r{
    width: 43%;
    padding: 0;
    margin: 0;
}
.about-box .about-r img{
    width: 100%;
/*    height: 330px;*/
    object-fit: cover;
}
.about-box .c1-about-horo{
    margin-top: 30px;
}
/*内页标题*/
.title1{
    padding: 60px 0;
    text-align: center;
}
.title1 h2{
    font-size: 35px;
    font-family: 'myFont3';
}
.title1 em{
    text-transform: uppercase;
    font-size: 16px;
    color: #999;
}
/*律所文化*/
.wenhua{
    
}
.wenhua .wenhua-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px 0px;
    position: relative;
}
.wenhua .wenhua-box ul::after{
    content: "";
    position: absolute;
    left: -50%;
    width: 1000%;
    height: 1px;
    background: #ddd;
    top: 50%;
}
.wenhua .wenhua-box ul li{
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 50px 0;
}
.wenhua .wenhua-box ul li::after{
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 0;
}
.wenhua .wenhua-box ul li:nth-child(1)::after,.wenhua .wenhua-box ul li:nth-child(4)::after{
    display: none;
}
.wenhua .wenhua-box ul li h3{
    color: #000000;
    font-size: 25px;
    font-family: 'myFont2';
    margin-bottom: 20px;
}
.wenhua .wenhua-box ul li p{
    font-size: 18px;
    color: #666666;
}
.wenhua .wenhua-box ul li i{
    font-size: 40px;
    color: #0d397c;
    margin: 30px 0 0 0;
    display: block;
}
.wenhua .wenhua-box ul li:nth-child(1):hover{
    height: 100%;
    background: url(../images/wh.png)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:nth-child(2):hover{
    height: 100%;
    background: url(../images/wenhua1.jpg)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:nth-child(3):hover{
    height: 100%;
    background: url(../images/wenhua2.jpg)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:nth-child(4):hover{
    height: 100%;
    background: url(../images/wenhua3.jpg)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:nth-child(5):hover{
    height: 100%;
    background: url(../images/wenhua4.jpg)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:nth-child(6):hover{
    height: 100%;
    background: url(../images/wenhua5.jpg)no-repeat center bottom;
    background-size: cover;
}
.wenhua .wenhua-box ul li:hover i,.wenhua .wenhua-box ul li:hover p,
.wenhua .wenhua-box ul li:hover h3{
    color: #fff;
}
/*律所荣誉*/
@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.pc-banner .swiper-container {
    width: 100%;
    padding: 50px 0 176px 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.pc-banner .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform: translateX(10%) translateZ(0) rotateY(-23deg) scale(0.8);
}
.pc-banner .swiper-slide p{
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    display: none;
}
.pc-banner .swiper-slide-active p{
    display: block;
}
@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 99;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
        box-shadow: 0px 4px 8px 0px #cecece;
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    display: block;
}

@media screen and (min-width: 668px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide a {
        padding: 5px;
    }
}

.pc-banner .swiper-slide-active img {
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
}
.pc-banner .swiper-slide img {
    width: 100%;
    display: block;
    height: 283px;
    object-fit: cover;
}
.pc-banner .swiper-slide-prev{
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform: translateX(-7%) translateZ(0) rotateY(-23deg) scale(0.8);
}
.pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.pc-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    
    .pc-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .pc-banner .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .pc-banner .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        margin-bottom: 0;
    }
}

.pc-banner .button {
    width: 150px;
    margin: 0 auto;
    bottom: 75px;
    position: relative;
}
.pc-banner.dj3-rr-box .button{
    width: 250px;
}
@media screen and (max-width: 668px) {
    .pc-banner .button {
        width: 70%;
        bottom: 22px;
    }
}

.pc-banner .button div:hover {
    background-color: #0d397c;
}

.pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #e6e6e6 center 50%/50% 50% no-repeat;
}

.pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #e6e6e6 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .pc-banner .button div {
        width: 28px;
        height: 28px;
    }
}
/*新的资质*/
.honor img{
    width: 100%;
    height: auto;
}
.teacher-list{
    margin-top: 30px;
}
.teacher-list a{
    float: left;
    width: 12%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-right: 0.57%;
    margin-bottom: 15px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.teacher-list a:nth-child(8n){
    margin-right: 0;
}
.teacher-list a img{
    width: 100%;
    height: auto;
}
.teacher-list a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.honor .flip-items{
    width: 400px;
}
.flipster-carousel .flip-next{
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
    -webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
    -webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
/*箭头*/
.flipster2 .flipto-prev, .flipster2 .flipto-next{
    width: 50px;
    height: 50px;
    text-align: center;
    background-size: 100%;
    color: #333;
    padding: 0;
    border: none;
    margin-top: -25px;
}
.flipster2 .flipto-prev:hover, .flipster2 .flipto-next:hover{
    /*background-color: #e1b585;
    color: #fff;*/
}
.flipster .flipto-prev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-image: url(../images/left.png);
    display: block;
}
.flipster .flipto-next {
    right: 0;
    position: absolute;
    background-image: url(../images/right.png);
    top: 50%;
    z-index: 999;
    display: block;
}
/*按钮动画*/
.master_backTop .master_backTop_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(to bottom, #013c8a, #013c8a);
}
.master_backTop .master_backTop_btn .master_backTop_txt>i {
    font-size: 20px;
    color: #fff;
}
.master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .5s infinite;
    -webkit-animation: scalej01 2s .5s infinite;
}
.master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.master_backTop .master_aperture {
    background: linear-gradient(to bottom,#013c8a,#013c8a);
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    opacity:0;
    -webkit-opacity:0;
    z-index:-1;
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}
/*内页分类*/
.type-box{
    margin: 30px auto;
    text-align: center;
}
.type-box a{
    font-size: 18px;
    color: #333;
    margin: 0 40px;
}
.type-box a:hover,.type-box a.cur{
    color: #0d397c;
}
/*党建活动*/
.dj{
    padding: 60px 0 60px 0;
    background: #fcfcfc;
}
.dj .dj-box-t{
    margin-bottom: 20px;
}
.dj .dj-box-t a{display: block;}
.dj .dj-box1-t{
    width: 60%;
    position: relative;
    height: 380px;
    overflow: hidden;
    cursor: pointer;
}
.dj .dj-box-t img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dj .dj-box-t p,.dj-viewbox li p{
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 55%);
    width: 100%;
    line-height: 50px;
    text-align: center;
}
.dj .dj-box-t .dj-box1-t:last-child{
    width: 38.5% !important;
    position: relative;
    height: 380px;
    overflow: hidden;
    cursor: pointer;
}
.dj-box .dj-viewbox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
    margin-top: 30px;
}
.dj-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dj-viewbox li{
    position: relative;
    height: 350px;
    overflow: hidden;
    cursor: pointer;
}
.dj-pro{
    margin: 60px 0;
}
.dj-pro-box ul li{
    margin-bottom: 20px;
}
.dj-pro-box ul li img{
    margin: 0 auto;
    width: 900px;
}
.dj-pro-dec h3{
    font-size: 26px;
    font-family: 'myFont3';
    margin-bottom: 30px;
    text-align: center;

}
.dj-pro-dec p{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
/*学习园地*/
.dj1,.dj2{
    background: #fcfcfc;
    padding: 60px 0;
}
.dj1 .dj1-box{
    background: #fff;
    box-sizing: border-box;
}
.dj1 .dj1-box ul li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding: 40px 30px;
}
.dj1 .dj1-box ul li:last-child{
    border-bottom: none;
}
.dj1 .dj1-box ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dj1 .dj1-box ul li .dj1-time{
    width: 14%;
    justify-content: left;
    align-items: center;
    display: flex;
    position: relative;
}
.dj1 .dj1-box ul li .dj1-time::after{
    content: "";
    position: absolute;
    right: -14px;
    top: -45px;
    font-size: 20px;
    width: 1px;
    height: 166px;
    background: #ddd;
}
.dj1 .dj1-box ul li .dj1-time b{
    font-size: 55px;
    color: #003f8c;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dj1 .dj1-box ul li .dj1-time b:after{
    content: "";
    position: absolute;
    right: -14px;
    top: 18px;
    font-size: 20px;
    width: 2px;
    height: 40px;
    background: #003f8c;
    transform: rotate(14deg);
}
.dj1 .dj1-box ul li .dj1-time .dj1-time1{
    display: flex;
    flex-direction: column;
}
.dj1 .dj1-box ul li .dj1-time .dj1-time1 em{
    font-size: 18px;
    color: #999999;
}
.dj1 .dj1-box ul li:hover{
    box-shadow: 1px 1px 20px 5px #5b5b5b1c;
}
.dj1 .dj1-title{
    width: 80%;
}
.dj1 .dj1-title h3{
    font-size: 20px;
    font-family: 'myFont3';
    color: #000000;
}
.dj1 .dj1-title p{
    font-size: 16px;
    color: #666666;
    margin: 20px 0;
}
.dj1 .dj1-title i{
    font-size: 16px;
    color: #003f8c;
}
.dj1 .dj1-box ul li a:hover h3{
    color: #013c8a;
}
/*党建动态*/
.dj2 .dj2-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.dj2 .dj2-box ul li{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
}
.dj2 .dj2-box ul li em{
    font-size: 16px;
    color: #999;
}
.dj2 .dj2-box ul li h3{
    font-size: 18px;
    color: #000000;
    margin: 20px 0;
    font-family: 'myFont2';
}
.dj2 .dj2-box ul li i{
    height: 220px;
    display: block;
    overflow: hidden;
    width: 100%;
}
.dj2 .dj2-box ul li i img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dj2 .dj2-box ul li a:hover h3,.dj2 .dj2-box ul li a:hover em{
    color: #003f8c;
}
.dj2 .dj2-box ul li:hover{
    /*box-shadow: 0px 4px 15px #e5f6ff;
    transform: translateY(-5px);*/
}
/*党建引领*/
.dj3 .dj3-js{
    background: #fafafa;
    padding-bottom: 60px;
}
.dj3 .dj3-js .w1200{
    background: url(../images/dj.png)no-repeat center 50px;
    background-size: 50%;
}
.dj3 .dj3-js-txt{
    
}
.dj3 .dj3-js-txt p{
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
    color: #666666;
    text-indent: 2em;
}
/*党建制度*/
.dj3-zd .dj3-zd-box{
    margin-bottom: 60px;
}
.dj3-zd .dj3-zd-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.dj3-zd .dj3-zd-box ul li{
    background: #f7f7f7;
    padding: 30px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.dj3-zd .dj3-zd-box ul li h3{
    font-size: 20px;
    color: #003f8c;
    font-family: 'myFont3';
}
.dj3-zd .dj3-zd-box ul li .dj3-zd-1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
     margin: 10px 0 20px 0;
}
.dj3-zd .dj3-zd-box ul li p{
    font-size: 16px;
    color: #666666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.dj3-zd .dj3-zd-box ul li i{
    font-size: 14px;
    color: #666666;
}
.dj3-zd .dj3-zd-box ul li:hover{
    background: #003f8c;
}
.dj3-zd .dj3-zd-box ul li:hover h3,
.dj3-zd .dj3-zd-box ul li:hover p,
.dj3-zd .dj3-zd-box ul li:hover i{
    color: #fff;
}
.dj3-zd .dj3-zd-box ul li:hover .dj3-zd-1{
    border-bottom: 1px solid #3869a5;
}
/*党员风采*/
.dj3-fc{
    background: #fafafa;
    padding-bottom: 60px;
}
.dj3-fc .dj3-fc-box ul{
    
}
.dj3-fc .dj3-fc-box ul li p{
    text-align: center;
    line-height: 2;
    font-size: 18px;
    color: #000;
}
.dj3-fc .dj3-fc-box ul li img{
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.dj3-fc .swiper-button-box,.dj3-rr-box .swiper-button-box,.dj-box .swiper-button-box{
    width: 250px;
    height: 85px;
    position: relative;
    margin: 40px auto 0 auto;
}
.dj3-fc .swiper-button-prev,.dj3-rr-box .swiper-button-prev,.dj-box .swiper-button-prev{
    background-image: url(../images/left.png);
    height: 55px;
    left: auto;
    left: 25px;
    width: 55px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.dj3-fc .swiper-button-next,.dj3-rr-box .swiper-button-next,.dj-box .swiper-button-next{
    background-image: url(../images/right.png);
    height: 55px;
    right: 25px;
    width: 55px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.dj3-fc .swiper-button-prev:hover,.dj3-rr-box .swiper-button-prev:hover,.dj-box .swiper-button-prev:hover{
    background-image: url(../images/right-h.png);
}
.dj3-fc .swiper-button-next:hover,.dj3-rr-box .swiper-button-next:hover,.dj-box .swiper-button-next:hover{
    background-image: url(../images/left-h.png);
}
/*联系我们*/
.dj3-lx{
    background: #fafafa;
    padding-bottom: 60px;
}
.dj3-lx ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 10px;
}
.dj3-lx ul li{
    text-align: center;
    cursor: pointer;
}
.dj3-lx ul li i{
    font-size: 55px;
    color: #003f8c;
    border: 1px solid #003f8c;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    margin: 0 auto;
    transition: .5s;
}
.dj3-lx ul li h3{
    font-size: 24px;
    color: #000000;
    margin: 10px 0;
}
.dj3-lx ul li p{
    font-size: 18px;
    color: #999999;
    width: 70%;
    margin: 0 auto;
}
.dj3-lx ul li:hover i{
    transform: translateY(-10px);
}
/*联系我们*/
.content{
    margin: 80px 0;
}
.content .content-tel ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 30px;
}
.content .content-tel ul li{
    background: #f5f5f8;
    padding: 50px 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}
.content .content-tel ul li i{
    font-size: 30px;
    color: #013c8a;
}
.content .content-tel ul li h5{
    margin: 30px 0;
    font-size: 25px;
    color: #000;
}
.content .content-tel ul li em{
    width: 110px;
    background: #013c8a;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    transition: .5s;
    display: block;
    margin: 0 auto;
}
.content .content-tel ul li p{
    font-size: 17px;
    color: #999;
}
.content .content-tel ul li:hover em{
    transform: translateY(-5px);
}
.content .content-tel ul li:hover{
    box-shadow: 0px 0px 20px 0px #00000021;
    transform: translateY(-10px);
}
/*地图*/
.contact_map .address_map{
    height: 500px;
    width: 100%;
}
.amap-marker-label{
    font-size: 18px;
    padding: 5px;
    top: -30px !important;
    left: -70px !important;
}
/*在线留言*/
.liuyan{

}
.liuyan .liuyan-form{
    
}
.liuyan .liuyan-form ul div{
    
}
.liuyan .liuyan-form ul div li{
    width: 30%;
    margin-bottom: 20px;
}
.liuyan .liuyan-form ul div li label{
    width: 36%;
    display: flex;
    font-size: 18px;
    margin-bottom: 20px;
}
.liuyan .liuyan-form ul div li input{
    line-height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    padding-left: 15px;
}
.liuyan .liuyan-form ul .liuyna-text{
    margin-top: 20px;
}
.liuyan .liuyan-form ul .liuyna-text label{
    width: 14%;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.liuyan .liuyan-form ul .liuyna-text textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-top: 15px;
}
.liuyan .liuyan-form input[type="button"]{
    width: 150px;
    line-height: 50px;
    color: #fff;
    background: #00408c;
    margin-top: 50px;
    font-size: 16px;
    cursor: pointer;
}




/*新闻分类*/
.news-type{
    padding: 60px 0;
    background: #f7f7f7;
}
.news-type div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-type a{
    width: 150px;
    height: 45px;
    background: #fff;
    line-height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    transition: .5s;
    color: #333;
}
.news-type a:hover,.news-type a.active{
    background: #0d397c;
    color: #fff;
}
/*新闻列表*/
.news-box{
    background: #f7f7f7;
    padding: 60px 0 80px;
}
.news-box .new-list ul li{
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    transition: .5s;
}
.news-box .new-list ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-box .new-list ul li i{
    width: 300px;
    height: 200px;
    display: block;
    overflow: hidden;
}
.news-box .new-list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box .new-list ul li .news-txt{
    width: 72%;
}
.news-box .new-list ul li span{
    font-size: 16px;
    color: #013c8a;
    font-family: 'myFont3';
}
.news-box .new-list ul li h5{
    font-size: 22px;
    color: #000;
    margin: 10px 0;
}
.news-box .new-list ul li p{
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}
.news-box .new-list ul li .news-more{
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}
.news-box .new-list ul li em{
    font-size: 25px;
    color: #333;
    transition: .5s;
}
.news-box .new-list ul li:hover{
    border-bottom: 1px solid #013c8a;
}
.news-box .new-list ul li:hover h5{
    color: #013c8a;
}
.news-box .new-list ul li:hover em{
    color: #013c8a;
    transform: translateX(10px);
}
.news-box .new-list ul li:hover .news-more{
    color: #013c8a;
}
/*团队展示*/
.team-list{
    background: #f7f7f7;
    padding: 60px 0 80px 0;
}
.team-list .team-li ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 20px;
}
.team-list .team-li ul li{
    
}
.team-list .team-li ul li i{
    height: 320px;
    overflow: hidden;
    display: block;
}
.team-list .team-li ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-list .team-li ul li .text-txt{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.team-list .team-li ul li .text-txt h5{
    font-size: 20px;
    color: #000;
    font-family: 'myFont3';
    text-align: center;
}
.team-list .team-li ul li .text-txt span{
    text-align: center;
    display: block;
    margin: 10px 0 10px 0;
    color: #000;
    font-size: 20px;
}
.team-list .team-li ul li .text-txt p{
    text-align: justify;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}
.team-list .team-li ul li a:hover h5,.team-list .team-li ul li a:hover p,
.team-list .team-li ul li a:hover span{
    color: #013c8a;
}
.team-list .team-li ul li:hover{
    box-shadow: 0px 5px 20px 3px #e5e5e5;
}
/*新闻详情*/
.news-dec-box{
    position: relative;
} 
.news-box .news-l-box{
    width: 30%;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    height: 660px;
}
.news-l-box.zuidibua{
    position: fixed;
    width: 30%;
    height: 660px;
    top: 80px;
    right: 0;
    z-index: 2;
}
.news-box .news-l-title,.news-box .news-r-title{
    display: flex;
}
.news-box .news-l-title h2,.news-box .news-r-title h2{
    font-size: 25px;
    font-family: 'myFont3';
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 20px;
}
.news-box .news-l-title h2 span,.news-box .news-r-title h2 span{
    margin-left: 20px;
    color: #ededed;
}
.news-box .news-l-title h2::after,.news-box .news-r-title h2::after{
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 4px;
    height: 20px;
    background: #013c8a;
}
.news-box .news-l ul li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 10px;
}
.news-box .news-l ul li a{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.news-box .news-l ul li i{
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: #333;
    background: #f3f3f3;
    font-family: 'myFont2';
}
.news-box .news-l ul li:nth-child(1) i,.news-box .news-l ul li:nth-child(2) i,.news-box .news-l ul li:nth-child(3) i{
    background: #013c8a;
    color: #fff;
}
.news-box .news-l ul li h5{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 61%;
}
.news-box .news-l ul li em{
    font-size: 14px;
    color: #999;
}
.news-box .news-r{
    width: 67%;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}
.news-box .news-l ul li a:hover h5{
    color: #013c8a;
}
.news-box .news-r .news-dec h5{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: 'myFont2';
}
.news-box .news-r .news-time{
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.news-box .news-r .news-time span{
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}
.news-box .news-r .news-dec p{
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.8;
    text-indent: 2em;
}
/*律所展示*/
.zxhuanjin{
    background: #fafafa;
}
.zxhuanjin .zxhuanjin-box{

}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l{
    width: 100%;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul{
    
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul li,.zxhuanjin .zxhuanjin-box .zxhuanjin-c ul li,.zxhuanjin .zxhuanjin-box .zxhuanjin-r ul li{
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}
.zxhuanjin .zxhuanjin-box .zxhuanjin-l ul li img{
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
/*按钮*/
.zxhuanjin-box .swiper-button-box,.yuang-box .swiper-button-box{
    width: 220px;
    height: 80px;
    position: relative;
    margin: 40px auto 0 auto;
}
.zxhuanjin-box .swiper-button-prev,.yuang-box .swiper-button-prev{
    background-image: url(../images/left.png);
    height: 48px;
    left: auto;
    left: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.zxhuanjin-box .swiper-button-prev:hover,.yuang-box .swiper-button-prev:hover{
    background-image: url(../images/right-h.png);
}
.zxhuanjin-box .swiper-button-next,.yuang-box .swiper-button-next{
    background-image: url(../images/right.png);
    height: 48px;
    right: 25px;
    width: 48px;
    top: 40px;
    cursor: pointer;
    background-size: 100% auto;
}
.zxhuanjin-box .swiper-button-next:hover,.yuang-box .swiper-button-next:hover{
    background-image: url(../images/left-h.png);
}
/*新的律所展示*/




/*团队建设*/
.yuang .yuang-box ul li{
    overflow: hidden;
    border-radius: 5px;
}
.yuang .yuang-box ul li img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: .5s;
}
/*团队详情*/
.team_dec{
    margin: 60px 0;
}
.xq_team .xq_team_l{
    width: 30%;
}
.xq_team .xq_team_r{
    width: 67%;
}
.xq_team .xq_team_l img{
    width: 100%;
}
.xq_team .xq_team_r h3{
    color: #333;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'myFont3';
}
.xq_team .xq_team_r span{
    margin-right: 8px;
    font-size: 22px;
    line-height: 1.4;
    color: #333;
}
/* .xq_team .xq_team_r p{
    margin: 10px 0 0;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
} */
.xq_team_txt{
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}
.xq_team_txt p{
    font-size: 16px;
    line-height: 35px;
    color: #242424;
    text-align: justify;
}
.detail_phone{
    display: flex;
    margin-top: 40px;
}
.detail_phone a{
    margin-right: 30px;
}
.detail_phone p{
    color: #333;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}
/* 当前位置*/
.dizhi_box{
    line-height: 50px;
    height: 50px;
    background-color: #f8f8f8;
}
.dizhi_box .dizhi_zz{
    align-items: center;
}
.dizhi_box .dizhi_zz i{
    margin-right: 5px;
}
.dizhi_box .dizhi_zz a,.dizhi_box .dizhi_zz i{
    font-size: 15px;
    color: #6f6f6f;
}
/*领域内页*/
.pro-dec{
    padding: 60px 0;
    margin-top: -170px;
    position: relative;
    z-index: 9;
}
.pro-dec .pro-dec-box{
    background: #ffff;
    box-shadow: 0px 4px 12px #f2f2f2;
    padding: 30px 30px;
}
.pro-dec .pro-dec-box p{
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}
.pro-img{
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}
.pro-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pro-img .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.pro-img .text-box h3 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'myFont3';
}
.pro-img .text-box h5 {
    font-size: 24px;
    padding: 0 20px;
    text-transform: uppercase;
}
/*弹窗表单*/
.fotdn-jb,.jisuan-box{
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index:9999;
}
.fotdn-jb .jbxx-div{
    background: url(../images/cont-bg.jpg)#fff no-repeat left bottom;
}
.fotdn-jb .jbxx-div{
    width: 1200px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -600px;
    z-index:99999;
    box-sizing:border-box;
    
}
.fotdn-jb1 .jbxx-div{
    background: url(../images/cont-bg1.png)#fff no-repeat left bottom;
}
.fotdn-jb .jbxx-div .fancybox{
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
     width:32px; height:32px;
}
.forms{width: 1120px; height: 560px; margin: 0 auto; padding: 70px; box-sizing: border-box;}
.forms .forms_tit{text-transform: uppercase;font-family: blokcn;  font-size: 40px; font-weight: bold; color: #e5e5e5;}
.forms .forms_title{font-size: 24px; font-weight: bold; color: #333333;}
.forms form{width: 600px; height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.forms form .formlist{ width: 45%; height: 80px; border-bottom: #e6e6e6 solid 1px;}
.forms form .formlist .form_tit{display: flex;align-items: center;color: #333333; font-size: 15px; font-weight: bold;}
.forms form input{border: none; width: 100%; background: none; line-height: 60px; font-size: 15px; color: #333333; font-family: "puhui";}
.forms form .form5{width: 100% !important; height: 130px;}
.forms form .form5 input,.forms form .form5 textarea{width: 100% !important;}
.forms form .form5 textarea{font-size: 15px; line-height: 30px; border: none; height: 90px; margin: 10px 0; color: #333333; font-family: "puhui";}
.forms form .bbtn button{
    width: 180px;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    background-color: #00408c;
}
.forms form .formlist .form_tit i{
    font-size: 12px;
    color: red;
    margin-right: 5px;
    display: block;
}
.forms form .formlist.form6{
    border-bottom: 0;
}
.justify-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}