/*头部样式*/
.head{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:999998;
/*    border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}
.head .container,.head .wrap{
/*    display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding: 0 0 0 65px;
    width: 100%;
    max-width: 100%;
}
#c-header .logo {
    display: flex;
    align-items: center;
    float:left;
}
#c-header .logo a{
    display: flex;
    align-items: center;
    height: 80px;
}
#c-header .logo a img:nth-child(2), #c-header.c-style2 .logo a img:nth-child(1) {
    display: none;
}
#c-header.c-style2 .logo a img:nth-child(2) {
    display: inline-block;
}
.logo img{
    max-width: 180px;
}
.menu{
    padding: 30px 25px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: .5s;
    float: right;
}
.menu span{
    display: block;
    width: 32px;
    height: 3px;
    background:#fff;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.menu span:last-child{
    margin-bottom: 0;
}
a.languages{
    display: block;
    font-size: 17px;
    color: #fff;
    padding-left: 35px;
    background:url(../images/diqiu.png) no-repeat left center; 
    line-height: 80px;
/*    border-right: 1px solid rgba(255, 255, 255, .2);*/
    padding-right:36px;
    float:right;
}
.h_tel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    padding: 0 40px 0 50px;
    background:url(../images/tel1.png) no-repeat left center;    
    height: 80px;
    font-weight: bold;
    float:right;
    margin-left: 45px;
}
.h_tel p{
    width: 100%;
    line-height: 1.2;
}
.nav{
    float:right;
    display: flex;
    padding-right: 25px;
/*    border-right: 1px solid rgba(255, 255, 255, .2);*/
}
.nav li{
    position: relative;
    padding:0 27px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
.nav li a:hover{
    color: #2236a1!important;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:-35%;
    z-index: 999;
    background-color: #fff;
    width: 170%;

}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
/*.nav li .b_nav.b_nav2{*/
/*    width: 150%;*/
/*    left:-25%;*/
/*}*/

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}


#c-header.c-style2 {
    color: #333;
    background: #fff;
    border: 0;
}

#c-header.c-style2 a,#c-header.c-style2 .nav li a,#c-header.c-style2 a.languages{
    color: #555;
}
/*#c-header.c-style2 .nav{
    border-right: 1px solid #ececec;
}*/
#c-header.c-style2 .h_tel{
    color: #333;
    background:url(../images/tel2.png) no-repeat left center;  
}
#c-header.c-style2 a.languages{
    background:url(../images/diqiu2.png) no-repeat left center; 
/*    border-right: 1px solid #ececec;  */  
}
#c-header.c-style2 .menu span{
    background: #555555;
}

.banner_logo img{
    width: 50%;
    max-width: 400px;
}
@media(max-width: 1600px){
    .head .container,.head .wrap{
        padding:0 0 0 30px;
    }
    .nav li{
        padding:0 20px;
    }
    .nav li .b_nav{
        width:150%;
        left:-25%;
    }
    a.languages{
        font-size: 16px;
        padding-left: 32px;
        padding-right: 20px;
    }
    .h_tel {
        font-size: 18px;
        padding: 0 30px 0 45px;
        margin-left: 30px;
    }
}
@media(max-width: 1440px){
    .nav{
        padding-right:0;
    }
    .nav li{
        padding:0 10px;
    } 
 
}
@media(max-width: 1279px){
    .head .container {
        padding: 0 0 0 30px;
    }
    .container{
        width: 92%;
    }
    a.languages{
        display: none;
    }
    .h_tel{
        display: none;
    }  
}
@media(max-width: 990px){
    #c-header .logo img{
        max-height:52px;
    }
    .nav{
        display: none;
    }
    #c-header .logo a{
        height: 60px;
    }
    .menu{
        width: 60px;
        height: 60px;
        padding: 20px 15px;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #c-header.head{
        color: #333;
        background: #fff;
        border: 0;
/*        position: relative;*/
    }
    #c-header.head .logo a img:nth-child(1){
        display: none;
    }
    #c-header.head .logo a img:nth-child(2) {
        display: inline-block;
    }
    #c-header.head .menu span{
        background: #555555;
    }
    .m_h60{
        height: 60px;
        width: 100%;
    }
}
@media(max-width: 767px){
    #c-header.head .logo a img{
        max-width: 120px;
        height: auto;
    }

/*    .logo{
        width: 40%;
    }
    .menu-button{
        top:25px;
    }*/

}


/* 弹窗导航 */
#c-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

#c-fixed-nav.on {
    height: 100%;
}

#c-fixed-nav .c-main-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/tcdh-bg.jpg)no-repeat center bottom / cover;
    transition: all .5s;
}

#c-fixed-nav .c-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    border-bottom: 1px solid #1255a8;
}

#c-fixed-nav .c-top .c-logo2 img {
    height: 38px;
}

#c-fixed-nav .menu {
    padding: 34px 30px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition: .5s;
    background: #1255a8;
}

#c-fixed-nav .menu span {
    position: relative;
    display: block;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-fixed-nav .menu span:nth-child(1) {
    margin-top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#c-fixed-nav .menu span:nth-child(2) {
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#c-fixed-nav .c-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    height: -webkit-calc(100vh - 91px);
    height: calc(100vh - 91px);
    color: #fff;
}

#c-fixed-nav .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#c-fixed-nav .c-left {
    width: 57%;
}

#c-fixed-nav .c-right {
    width: 30%;
}

#c-fixed-nav .c-left .c-title {
    position: relative;
    padding-bottom: 35px;
    font-size: 44px;
    line-height: 54px;
    border-bottom: 1px solid #1b549b;
}

#c-fixed-nav .c-left .c-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 210px;
    height: 1px;
    background: #fff;
}

#c-fixed-nav .c-left .c-title span {
    font-weight: normal;
}

#c-fixed-nav .c-left .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 0 20px;
    border-bottom: 1px solid #1b549b;
}

#c-fixed-nav .c-left .c-list li {
    margin-bottom: 30px;
    padding-right: 20px;
    width: 40%;
    line-height: 26px;
    opacity: .5;
}

#c-fixed-nav .c-left .c-list li:nth-child(even) {
    width: 60%;
}

#c-fixed-nav .c-left .c-list .c-title2 {
    font-weight: bold;
}

#c-fixed-nav .c-left .c-list .c-text.c-dt {
    font-family: "futurabt";
    font-size: 20px;
    line-height: 30px;
}

#c-fixed-nav form .c-text2 {
    padding: 45px 0 25px;
    font-size: 22px;
    line-height: 32px;
}

#c-fixed-nav form .c-box {
    display: flex;
    align-items: flex-start;
    margin: 0 -5px;
}

#c-fixed-nav form .c-box .c-wrap {
    padding: 0 5px 10px;
    width: 50%;
}

#c-fixed-nav input::-webkit-input-placeholder,
#c-fixed-nav textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a4b1cc !important;
}

#c-fixed-nav input:-moz-placeholder,
#c-fixed-nav textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4b1cc !important;
    opacity: 1;
}

#c-fixed-nav input::-moz-placeholder,
#c-fixed-nav textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4b1cc !important;
    opacity: 1;
}

#c-fixed-nav input::-ms-input-placeholder,
#c-fixed-nav textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a4b1cc !important;
}

#c-fixed-nav form .c-box .c-wrap input {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #1b549b;
}

#c-fixed-nav form .c-box2 {
    display: flex;
    align-items: flex-start;
}

#c-fixed-nav form .c-box2 input {
    padding: 0 20px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 60px;
    line-height: 58px;
    border: 1px solid #1b549b;
    outline: none;
}

#c-fixed-nav form .c-box2 button {
    width: 150px;
    font-weight: bold;
    line-height: 56px;
    color: #333;
    background: #fff;
    cursor: pointer;
    border:none;
    outline: none;
    border: 1px solid #1b549b;
}

#c-fixed-nav .c-right .c-title {
    position: relative;
    padding-top: 54px;
    padding-bottom: 35px;
    font-size: 44px;
    line-height: 54px;
    border-bottom: 1px solid #1b549b;
}

#c-fixed-nav .c-right .c-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background: #fff;
}

#c-fixed-nav .c-right .c-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -40px;
    padding-top: 45px;
}

#c-fixed-nav .c-right .c-nav li {
    margin-bottom: 30px;
    padding: 0 10px;
    width: 50%;
    font-size: 22px;
    line-height: 32px;
}

#c-fixed-nav .c-right .c-nav a {
    opacity: .6;
    color: #fff;
    transition: .5s;
}

#c-fixed-nav .c-right .c-nav a:hover {
    opacity: 1;
}

@media screen and (max-width: 1919px) {
    .container {
        width: 85%;
    }
}
@media screen and (max-width: 1600px){
    #c-fixed-nav form{
        display: none;
    }
}
@media screen and (max-width: 991px){
    #c-fixed-nav .c-top{
        padding: 0 0 0 20px;
    }
    #c-fixed-nav .menu{
        padding: 20px;
        width: 70px;
        height: 60px;
    }
    .c-container {
        width: 100%;
        padding: 0 20px;
    }
    #c-fixed-nav .c-bottom {
        height: calc(100vh - 61px);
        align-items: flex-start;
    }
    #c-fixed-nav .c-left,#c-fixed-nav .c-right .c-title{
        display: none;
    }
    #c-fixed-nav .c-right{
        width: 100%;
    }
    #c-fixed-nav .c-right .c-nav {
        padding-top: 0;
        margin:0;
    }
    #c-fixed-nav .c-right .c-nav li {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    #c-fixed-nav .c-right .c-nav a {
        display: block;
    }
}
@media screen and (max-width: 767px){
    #c-fixed-nav .c-right .c-nav li {
        font-size: 16px;
        line-height: 26px;
    }   
    #c-fixed-nav .c-top .c-logo2 img{
        max-width: 120px;
        height: auto!important;
    } 
}


.container{
    width: 90%;
    max-width: 1600px;
    margin:0 auto;
}
#c-banner1{
    /*height: 100vh;*/
    width: 100%;
    overflow: hidden;
}
#c-banner1 .swiper-slide{
    /*height: 100vh;*/
    /*width: 100%;    */
}
#c-banner1 .swiper-slide img.img1{
    width: 100%;
    height: 100%;
}
#c-banner1 .swiper-slide .banren {
    position: absolute;
    top: 0;
    right: -100px;
    max-width: 60%;
    height: 100%;
    z-index: 4;
    transition: all 0.8s linear;
    opacity: 0;
    transition-delay: 0.5s;
    display: flex;
    align-items: center;
}
#c-banner1 .swiper-slide .banren img{
    display: inline-block;
}
#c-banner1 .swiper-slide-active .banren{
    right: 0px;  
    opacity: 1;  
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text1 .p1{
    font-size: 32px;
    display: flex;
    line-height: 50px;
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.banner_text1 .p1 font{
    display: block;
    width: 236px;
    text-align: center;
    background:#2236a1;
}
.banner_text1 .p1 span{
    width: 124px;
    display: block;
    text-align: center;
    border:2px solid #2236a1;
}
.banner_text1 .p2{
    font-size: 56px;
    font-weight: bold;
    padding:30px 0 115px;
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.5s ease-out;
    max-width: 50%;
}
.banner_text1 .p2 span{
    display: block;
    font-size: 24px;
    line-height: 1;
    padding-top:15px;
}
#c-banner1 .swiper-slide-active .banner_text1 .p1,#c-banner1 .swiper-slide-active .banner_text1 .p2{
    top: 0;
    opacity: 1;
}
.banner_text1 a{
    display: block;
    width: 180px;
    height: 54px;
    line-height: 50px;
    border:2px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
}
.banner_text1 a span{
    display: inline-block;
    padding-right: 32px;
    background:url(../images/more1.png) no-repeat right center;
    position: relative;
    z-index:9;
}
.banner_text1 a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#fff;
    z-index:8;
    transition: all 0.5s ease-out;
}
.banner_text1 a:hover{
    color: #2236a1;
}
.banner_text1 a:hover:before{
    width: 100%;
}
.banner_text1 a:hover span{
    background:url(../images/right1.png) no-repeat right center;
}
#c-banner1 .swiper-pagination {
/*    position: relative;
    text-align: left;*/
    bottom:65px;
}
#c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
    opacity: 1;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #ea094b;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #ea094b;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #ea094b;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 4.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 4.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}
@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

#c-banner1 .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
#c-banner1 .swiper-slide.video-slide:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.2);
    z-index:9;
}
#c-banner1 .swiper-slide .m_img{
    display:none;
}
.m_banner{
    display: none;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .banner_text1 .p1{
        font-size: 32px;
    }
    .banner_text1 .p2{
        font-size: 42px;
        padding: 30px 0 60px;
    }
    .banner_text1 .p2 span{
        font-size: 22px;
    }
    .banner_text1 a {
        width: 150px;
        height: 46px;
        line-height: 42px;
        font-size: 16px;
    }
    #c-banner1 .swiper-pagination{
        bottom:30px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    /*#c-banner1{*/
    /*    height: 70vh;*/
    /*}*/
    /*#c-banner1 .swiper-slide{*/
    /*    height: 70vh;   */
    /*}*/
    .banner_text1 .p1{
        font-size: 26px;
        line-height: 40px;
    }
    .banner_text1 .p2{
        font-size: 32px;
        padding: 15px 0 40px;
    }
    .banner_text1 .p2 span{
        font-size: 20px;
        padding-top:5px;
    }
    .banner_text1 a {
        width: 120px;
        height: 36px;
        line-height: 32px;
        font-size: 14px;
    }    
}
@media(max-width: 1024px){
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }    
}
@media(max-width: 820px){
    /*#c-banner1{*/
    /*    height: 50vh;*/
    /*}*/
    /*#c-banner1 .swiper-slide{*/
    /*    height: 50vh;   */
    /*}*/
    .banner_text1{
        top:-2%;
    }
    .banner_text1 .p1{
        font-size: 20px;
        line-height: 36px;
    }
    .banner_text1 .p2{
        font-size: 28px;
        padding: 15px 0 30px;
    }  
    .banner_text1 .p2 span{
        font-size: 17px;
    }  
    #c-banner1 .swiper-pagination{
        display: none;
    }
    #c-banner1 .swiper-slide .banren{
        top: 50%;
        right: -0px;
        width: 50%;
        max-width: 50%;
        height: auto;
        text-align: center;
    }
    #c-banner1 .swiper-slide .banren img{
        /*max-width:60%;*/
        margin:0 auto;
    }
}
@media(max-width: 767px){
    /*#c-banner1{*/
    /*    height: 35vh;*/
    /*}*/
    /*#c-banner1 .swiper-slide{*/
    /*    height: 35vh;   */
    /*}*/
    .banner_text1 .p1{
        font-size: 16px;
        line-height: 36px;
    }
    .banner_text1 .p1 font{
        width: 130px;
    }
    .banner_text1 .p1 span{
        width: 80px;
    }
    .banner_text1 .p2{
        font-size: 20px;
        padding: 7px 0 15px;
        max-width:100%;
    }   
    .banner_text1 .p2 span{
        font-size: 15px;
        padding-top:0px;
    }
    .banner_text1 a{
        display: none;
        width:100px;
    } 
    .banner_text1 a span{
        padding-right:28px;
    }
    /*#c-banner1 #swiper-slide2 .m_img,#m_c-banner1 #swiper-slide2 .m_img{*/
    /*    display:block;*/
    /*    text-align:center;*/
    /*}*/
    #c-banner1 #swiper-slide2 .m_img img,#m_c-banner1 #c-banner1 #swiper-slide2 .m_img img{
        max-height:120px;
    }
    #c-banner1 #swiper-slide2 .banren{
        display:none;
    }
    #c-banner1 .swiper-slide.video-slide video{
        display:none;
    }
    #c-banner1 .swiper-slide.video-slide .m_img{
        display:block;
    }
    /*.banner_text1 {*/
    /*    top: -22%;*/
    /*}*/
    #c-banner1 .swiper-slide .banren{
        position:relative;
        top:0;
        transform: translateY(0%);
        width:100%;
        max-width:100%;
        display:none;
    }
    #c-banner1 .swiper-slide .banren img{
        max-width:60%;
    }
    /*#c-banner1 .swiper-slide.video-slide .m_img img{*/
    /*    width:100%;*/
    /*    height:100%;*/
    /*}*/
    /*.pc_banner{*/
    /*    display:none;*/
    /*}*/
    /*.m_banner{*/
    /*    display: block;*/
    /*}*/
}
@media(max-width: 460px){
    .banner_text1 .p1{
        font-size:15px;
        line-height:30px;
    }
    .banner_text1 .p1 font {
        width: 110px;
        font-size:15px;
        line-height:32px;
    }
    .banner_text1 .p1 span {
        width: 65px;
        line-height:30px;
        border: 1px solid #2236a1;
    }
    .banner_text1 .p2{
        font-size: 16px;
    }
    .banner_text1 .p2 span{
        font-size: 14px;
    }
}


.index1{
    padding:40px 0 ;
}
.index1 .container{
    margin:0 0 0 -5%;
    float: right;
}
.t1{
    text-align: center;
}
.t1 h2{
    font-size: 32px;
    color: #2236a1;
    line-height: 42px;
    margin-bottom: 10px;
}
.t1 h2 span{
    display: inline-block;
}
.t1 p{
    font-size: 14px;
    color: #666666;
}
.ys_list{
    display: flex;
    flex-wrap: wrap;
/*    margin-top:70px;*/
    justify-content: space-between;
}
.ys_list li{
/*    width: 20%;*/
    position: relative;
    padding:0 10px 0 75px;
}
.ys_list li:nth-child(1){
    padding:0 10px 0 0;
}
/*.ys_list li:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    right:0;*/
/*    top:50%;*/
/*    width: 1px;*/
/*    height: 80px;*/
/*    margin-top:-40px;*/
/*    background:#e5e5e5;*/
/*}*/
.ys_list li:nth-child(5):before{
    display: none;
}
.ys_list li .p1{
    font-size: 20px;
    color: #1a1a1a;
    padding:10px 0 0;
}
.ys_list li .p1 span{
    font-size: 70px;
    line-height: 1.2;
}
.ys_list li .p2{
    font-size: 16px;
}
.ys_list li .p2 span{
    font-size: 22px;
    font-weight: bold;
    color: #ea094b;
}
.p_ys_list1{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*margin-top:60px;*/
}
.p_ys_list1 li{
    width: 42%;
    float: left;
    padding-left: 27px;
    position: relative;
    border-left: 2px solid #e0e0e0;
}
.p_ys_list1 li:nth-child(2n){
    float: right;
}
.p_ys_list1 li h3{
    font-size: 36px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.p_ys_list1 li h3:before{
    content:'';
    position: absolute;
    left:-30px;
    top:0;
    width: 4px;
    height: 100%;
    background: #2236a1;
}
.p_ys_list1 p{
    font-size: 18px;
}
.ys_list2{
    display: flex;
    flex-wrap: wrap;
}
.ys_list2 li{
    width: 20%;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}
/*.ys_list2 li:nth-child(1):after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    opacity: .15;*/
/*    background: url(../images/num_bg1.jpg) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
.ys_list2 li .p1{
    font-size: 20px;
    color: #1a1a1a;
    padding:10px 0 0;
}
.ys_list2 li .p1 span{
    font-size: 70px;
    line-height: 1.2;
}
.ys_list2 li .p2{
    font-size: 16px;
    line-height: 1.4;
}
.ys_list2 li .p2 span{
    font-size: 22px;
    font-weight: bold;
    color: #ea094b;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    /*.index1{*/
    /*    padding:85px 0 90px;*/
    /*}*/
    /*.index1 .container{*/
    /*    margin:0 0 0 -5%;*/
    /*}*/
    .t1 h2{
        font-size: 26px;
    }
    /*.t1 p{*/
    /*    font-size: 16px;*/
    /*}*/
    .ys_list li {
        padding: 0 10px 0 40px;
    }
    .ys_list li .p1,.ys_list2 li .p1{
        line-height: 1.6;
    }
    .ys_list li .p1 span,.ys_list2 li .p1 span{
        font-size: 52px;
    }
    .ys_list li .p2,.ys_list2 li .p2{
        font-size: 15px;
    }
    .ys_list li .p2 span,.ys_list2 li .p2 span{
        font-size: 18px;
    }
    .p_ys_list1 li h3{
        font-size:28px;
    }
    .p_ys_list1 li p{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .t1 h2{
        margin-bottom: 0px;
    } 
/*    .ys_list{
        margin-top:50px;
    }*/
    .ys_list li {
        padding: 0 10px 0 25px;
    }
    .ys_list li .p1 span,.ys_list2 li .p1 span{
        font-size: 42px;
    }
    .ys_list li .p2,.ys_list2 li .p2{
        font-size: 14px;
    }
    .ys_list li .p2 span,.ys_list2 li .p2 span{
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    /*.index1{*/
    /*    padding:70px 0;*/
    /*}*/
    .ys_list li .p1 span,.ys_list2 li .p1 span{
        font-size: 32px;
    }   
    .p_ys_list1 li h3{
        font-size:24px;
    }
    .p_ys_list1 li p{
        font-size:14px;
    }
}
@media(max-width: 820px){
    /*.index1{*/
    /*    padding:50px 0 40px;*/
    /*} */
    .t1 h2{
        font-size: 22px;
        margin-bottom:5px;
    } 
    .t1 p{
        font-size: 13px;
    }
/*    .ys_list{
        margin-top: 30px;
    } */
    .ys_list li {
        padding: 0 10px 0 15px;
    }
    .ys_list li .img img,.ys_list2 li .img img{
        max-height: 40px;
    }
    .ys_list li .p1,.ys_list2 li .p1{
        padding:5px 0 0;
    }
    .ys_list li .p1 span,.ys_list2 li .p1 span{
        font-size: 26px;
    } 
    .ys_list li .p2 span,.ys_list2 li .p2 span{
        font-size: 15px;
    }
    .p_ys_list1 li{
        width:47%;
    }
    .p_ys_list1 li h3{
        font-size:20px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:35px 0;
    }
    .index1 .container {
        margin: 0 0 0 -8%;
    }
    .t1 h2{
        font-size: 20px;
    } 
    .t1 p{
        font-size: 13px;
    }
/*    .ys_list{
        margin-top: 15px;
    }*/
    .ys_list li,.ys_list2 li{
        width: 50%;
        padding:0px 2%;
    }   
    .ys_list li:nth-child(2n):before{
        display: none;
    }
    .ys_list li:nth-child(1),.ys_list li:nth-child(3),.ys_list li:nth-child(5){
        padding-left: 0;
    }
    .ys_list li:nth-child(2),.ys_list li:nth-child(4),.ys_list li:nth-child(5){
        padding-right: 0;
    }
    .ys_list li .img img{
        max-height: 30px;
    }
    .ys_list li .p2, .ys_list2 li .p2{
        font-size:13px;
    }
    .p_ys_list1 li{
        width:100%;
        margin-bottom:20px;
    }
    .p_ys_list1 li h3{
        font-size:18px;
    }
}
@media(max-width: 460px){
    .t1 h2{
        font-size: 18px;
        line-height:1.6;
    } 
    /*.t1 h2 span{*/
    /*    padding-left: 65px;*/
    /*} */
}


.index_product{
    padding:75px 0;
    background: url(../images/index2_bg.jpg) no-repeat center;
    background-size: cover;
}
.index2_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:32px 0 38px;
}
.index2_li a{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 170px;*/
    height: 50px;
    line-height: 1.4;
    border:1px solid rgba(0,71,16,.2);
    border-radius: 6px;
    margin-right: 12px;
    font-size:14px;
    padding:0 20px;
    color: #333333;
    margin-bottom: 5px;
}
.index2_li a:last-child{
    margin-right: 0;
}

.index2_li a p{
/*    width: calc(100% - 26px);*/
    /*padding-left: 10px;*/
}
.index2_li a.cur{
    border:1px solid rgba(0,71,16,1);   
    background: #2236a1;
    color: #fff; 
}
.index2_li a.cur .img1 img{
    top:-23px;
}

.index2_table{
    position: relative;
    width: 100%;
    height: 540px;
}
.index2_tab{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    opacity: 0;
}
.index2_tab .swiper-container{
    padding-bottom:50px;
}
.index2_tab .swiper-container .swiper-pagination{
    bottom:0;
    display: flex;
    justify-content: center;
}
.index2_tab .swiper-container .swiper-pagination span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2236a1;
    margin:0 12px;
}
.index2_tab .swiper-slide{
    padding:5px;
    border-radius: 10px;  
}
.index2_tab .swiper-slide a{
    display: block;
    background: #ffffff;
    border-radius: 10px;  
    box-shadow: 0 0 6px rgba(204,204,204,.5);  
}
.index2_tab .swiper-slide:hover a{ 
    box-shadow: 0 0 6px #ccc;  
}
.index2_tab .swiper-slide .img{
    background: url(../images/index2_li_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 320px;
    /*padding:20px 5%;*/
}
.index2_tab .swiper-slide .img img{
    max-height: 100%;
}
.index2_tab .swiper-slide .text{
    padding:20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index2_tab .swiper-slide .text .txt{
    width: calc(100% - 46px);
}
.index2_tab .swiper-slide .text .txt h3{
    font-size:14px;
    color: #1e1a1a;
    line-height: 1.4;
    padding-right: 10px;
    /*margin-bottom:10px;*/
}
.index2_tab .swiper-slide .text .txt .txt2{
    font-size:13px;
    color: #999;
    line-height: 1.5;
    display: none;
}
.index2_tab .swiper-slide:hover .img img{
    transform:scale(1.05);
}
.index2_btn{
    width: 46px;
    height: 46px;
    border:2px solid #cccccc;
    border-radius: 50%;
    background: url(../images/more4.png) no-repeat center;
    position: relative;
}
.index2_btn:before,.index2_btn:after{    
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #2236a1;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
}
.index2_tab .swiper-slide:hover .index2_btn:before{
    animation-delay: 0.6s;
}
.index2_tab .swiper-slide:hover .index2_btn:after{
    animation-delay: 0s; 
}
.index2_tab .swiper-slide:hover .index2_btn{
    border:2px solid #2236a1;
    background: url(../images/more4_h.png) no-repeat center;    
}
.index2_tab .swiper-slide:hover .index2_btn:before,.index2_tab .swiper-slide:hover .index2_btn:after{
    animation: videoDh 1s linear infinite;
    opacity: 0.8;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.8;
    } 
    to {
        transform: scale(1.6, 1.6); 
        opacity: 0;
    } 
}
.index2_tab.cur{
    opacity: 1;
    z-index: 999;
}

@media(max-width: 1600px){
    .index2_li a{
        font-size:14px;
        padding:0 15px;
    }
    .index2_tab .swiper-slide .img{
        line-height: 220px;
        height: 260px;
    }
    .index2_tab .swiper-slide .text {
        padding: 20px 15px;
    }
    .index2_tab .swiper-slide .text .txt {
        width: calc(100% - 36px);
        padding-right: 15px;
    }
    .index2_tab .swiper-slide .text .txt h3 {
        font-size: 14px;
    }
    .index2_tab .swiper-slide .text .txt .txt2{
        font-size:13px;
    }
    .index2_btn {
        width: 36px;
        height: 36px;
        border: 2px solid #cccccc;
    }
    .index2_btn:before, .index2_btn:after{
        width: 36px;
        height: 36px;        
    }
    .index2_tab .swiper-container .swiper-pagination span{
        width: 10px;
        height: 10px;
    }
     .index2_table{
        height:500px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:60px 0;
    }   
    .index2_tab .swiper-slide .text .txt h3 {
        font-size: 13px;
    } 
    .index2_tab .swiper-slide .text {
        padding: 15px 15px;
    }
     .index2_table{
        height:420px;
    }
}
@media(max-width: 1024px){
    .index_product{
        padding-top:90px;
    }   
    .index2_li{
        margin: 30px 0 25px;
    }   
    .index2_li a{
        font-size:13px;
    }
    .index2_li a p {
        padding-left: 6px;
    }
    .index2_tab .swiper-slide .img {
        line-height: 180px;
        height: 220px;
    }
    .index2_tab .swiper-container {
        padding-bottom: 30px;
    }
     .index2_table{
        height:380px;
    }
}
@media(max-width: 991px){
    .index2_li a{
        margin-bottom: 10px;
        padding:0 12px;
    }
    
}
@media(max-width: 820px){
   .index2_tab .swiper-slide .text .txt h3{
       font-size:12px;
   }
     .index2_table{
        height:380px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:35px 0;
    }   
    .index2_li{
        justify-content: flex-start;
    }
    .index2_li a{
        width: 32%;
        margin-right: 2%;
        font-size:12px;
        padding:7px 5px;
        height:auto;
    }  
    .index2_li a:nth-child(3n){
        margin-right: 0;
    }
    .index2_table{
        height:370px;
    }
}
@media(max-width: 460px){
    .index2_table{
        height:345px;
    }
    .index2_li a{
        padding:7px 3px;  
        font-size:12px;
        margin-bottom:7px;
    }
}


.index2{
    display: flex;
}
.index2_l{
    width: 50%;
    background:url(../images/p_bg1.jpg) no-repeat right bottom #2236a1;
    padding:70px 8.3% 100px 8.3%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.index2_l h2{
    font-size: 44px;
    margin-bottom: 30px;
}
.index2_l p{
    font-size: 16px;
    line-height: 1.6;
}
.index2_l p strong{
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}
.pd_a{
    display: flex;
    flex-wrap: wrap;
}
.pd_a a:last-child{
    margin-left: 15px;
}
.index2_l a{
    display: flex;
    justify-content: center;
    border:2px solid #fff;
    font-size: 16px;
    color: #fff;
    width: 180px;
    line-height: 50px;
    margin:55px 0 70px;
    position: relative;
    z-index:1;
}
.index2_l a span{
    position: relative;
    z-index:9;
}
.index2_l a i{
    width: 22px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index:9;
}
.index2_l a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#fff;
    z-index:8;
    transition: all 0.5s ease-out;
}
.index2_l a:hover{
    color: #2236a1;
}
.index2_l a:hover:before{
    width: 100%;
}
.index2_l a:hover i{
    background:url(../images/right1.png) no-repeat center;
}
.index2_l .img{

}
.index2_r{
    width: 50%; 
}
.index2_r ul{
    height: 100%;
}
.index2_r ul li{
    height: 50%;
    padding:10px 8.3% 10px 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index2_r ul li:nth-child(1){
    background:url(../images/p_bg2.jpg) no-repeat right bottom #e5ecf2;
}
.index2_r ul li:nth-child(2){
    background:url(../images/p_bg3.jpg) no-repeat right bottom #f6fae5;
}
.index2_r ul li .text{
    width: 40%;
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index2_r ul li .text h3{
    font-size: 44px;
    color: #1a1a1a;
}
.index2_r ul li .text p{
    font-size: 16px;
    color: #666666;
    margin:15px 0 50px;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}
.index2_r ul li .text a{
    display: flex;
    justify-content: center;
/*    align-items:center;*/
    position: relative;
    font-size: 16px;
    width: 180px;
    line-height: 55px;
    height: 55px;
    z-index:3;
}
.index2_r ul li .text a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#2236a1;
    z-index:1;
}
.index2_r ul li .text a:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#2236a1;
    z-index:2;
    transition: all 0.5s ease-out;
}
.index2_r ul li .text a span{
    position: relative;
    z-index:9;  
    color: #fff;  
}
.index2_r ul li .text a i{
    width: 22px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index:9;
}
.index2_r ul li .text a:hover:after{
    width: 100%;
}
.index2_r ul li .img{
    width: 50%;  
    float:right;
}
.index2_l.index2_l_2{
    background: url(../images/p_bg2.jpg) no-repeat right bottom #e5ecf2;
}
.index2_l.index2_l_2 h2{
    color: #1a1a1a;    
}
.index2_l_2 .text2{
    display: flex;
    flex-wrap: wrap;
}
.index2_l_2 .text2 p{
    color: #666666;
    /*width: 50%;*/
    /*padding-right: 5px;*/
    font-size: 20px;
    line-height: 2em;
}
.index2_l_2 .text2 p a{
    font-size: 20px; 
    color: #666666;
    line-height: 2em;
}
.index2_l.index2_l_2 a{
    border:none;
}
.index2_l.index2_l_2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2236a1;
    z-index: 1;
}
.index2_l.index2_l_2 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #2236a1;
    z-index: 2;
    transition: all 0.5s ease-out;
}
.index2_l.index2_l_2 a span {
    color: #fff;
}
.index2_l.index2_l_2 a i {
    width: 22px;
    background: url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index: 9;
}
.index2_l.index2_l_2 a:hover:after{
    width: 100%;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .index2_l{
        padding:50px 5%;
    }
    .index2_l h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .index2_l p strong {
        font-size: 22px;
    }
    .index2_l p{
        font-size: 14px;
    }
    .index2_l a {
        font-size: 15px;
        width: 150px;
        line-height: 46px;
        margin: 35px 0 50px;
    }
    .index2_r ul li{
        padding:10px 5% 10px 6%;
    }
    .index2_r ul li .text{
        width: 44%;
    }
    .index2_r ul li .text h3{
        font-size: 32px;
    }
    .index2_r ul li .text p {
        font-size: 14px;
        margin: 5px 0 30px;
    }
    .index2_r ul li .text a {
        font-size: 15px;
        width: 150px;
        line-height: 46px;
        height: 46px;
    }
    .index2_l_2 .text2 p,.index2_l_2 .text2 p a{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .index2_l{
        padding:35px 3% 35px 5%;
    }
    .index2_l h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .index2_l p strong {
        font-size: 18px;
    }
    .index2_l a {
        font-size: 14px;
        width: 130px;
        line-height: 36px;
        margin: 25px 0 35px;
    }
    .index2_r ul li{
        padding:10px 5% 10px 5%;
    }
    .index2_r ul li .text{
        width: 45%;
    }
    .index2_r ul li .text h3{
        font-size: 26px;
    }
    .index2_r ul li .text p {
        margin: 5px 0 20px;
    }
    .index2_r ul li .text a {
        font-size: 14px;
        width: 120px;
        line-height: 36px;
        height: 36px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index2_l{
        padding:20px 20px 20px 5%;
    }
    .index2_l h2{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .index2_l p strong {
        font-size: 16px;
    }
    .index2_l a {
        margin: 20px 0 30px;
    }
    .index2_r ul li{
        padding:15px 5% 15px 20px;
    }
    .index2_r ul li .text h3{
        font-size: 22px;
        line-height: 1.6;
    }
    .index2_r ul li .text p {
        margin: 5px 0 15px;
    }   
    .index2_l_2 .text2 p,.index2_l_2 .text2 p a{
        font-size:15px;
    }
    .index2_r ul li .text p{
        font-size:13px;
    }
}
@media(max-width: 767px){
    .index2{
        flex-wrap: wrap;
    }
    .index2_l{
        width: 100%;
        padding:15px 5%;
    }
    .index2_l h2{
        font-size: 18px;
    }
    .index2_l p strong {
        font-size: 15px;
    }
    .index2_l a {
        margin: 15px 0 20px;
        font-size: 13px;
    }
    .index2_r{
        width: 100%;
        padding:0;
    }
    .index2_r ul li{
        padding:15px 5%;
    }
    .index2_r ul li .text h3{
        font-size: 18px;
    }
    .index2_r ul li .text p {
        margin: 3px 0 10px;
    } 
    .index2_r ul li .text a{
        font-size: 13px;
    }
    /*.index2_l_2 .text2 p{*/
    /*    width:100%;*/
    /*    padding-right:0;*/
    /*}*/
}


.index3{
    padding:120px 0 150px;
    background:url(../images/index_ab_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_l{
    font-size: 42px;
    color: #1a1a1a;
    font-weight: bold;
    padding-left: 130px;
    background:url(../images/yinhao.png) no-repeat left top;
    padding-top:15px;
    line-height: 1.6;
    width: 55%;
    float:left;
}
.index3_r{
    width: 45%;
    float:right;    
}
.index3_r h3{
    font-size: 30px;
    color: #1a1a1a;
}
.index3_r .txt{
    font-size: 14px;
    color: #666666;
    margin:10px 0 35px;
}
a.more2{
   display: flex;
    justify-content: center;
/*    align-items:center;*/
    position: relative;
    font-size: 16px;
    width: 180px;
    line-height: 55px;
    height: 55px;
    z-index:3;
}
a.more2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#2236a1;
    z-index:1;
}
a.more2:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#2129c2;
    z-index:2;
    transition: all 0.5s ease-out;
}
a.more2 span{
    position: relative;
    z-index:9;  
    color: #fff;  
}
a.more2 i{
    width: 22px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index:9;
}
a.more2:hover:after{
    width: 100%;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .index3{
        padding: 90px 0;
    }
    .index3_l{
        font-size: 30px;
    }
    .index3_r h3{
        font-size: 24px;
    }
    .index3_r .txt {
        font-size: 14px;
        margin: 10px 0 30px;
    }
    a.more2{
        font-size: 15px;
        width: 150px;
        line-height: 46px;
        height: 46px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .index3{
        padding: 70px 0;
    }
    .index3_l{
        font-size: 26px;
        background-size: 50px;
        padding-left: 90px;
    }
    .index3_r .txt {
        margin: 10px 0 20px;
    }
    a.more2 {
        font-size: 14px;
        width: 120px;
        line-height: 36px;
        height: 36px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3{
        padding: 55px 0;
    }    
    .index3_l{
        font-size: 20px;
        background-size:35px;
        padding-left: 60px;
        width: 45%;
    }
    .index3_r{
        width: 55%;
    }
}
@media(max-width: 640px){
    .index3{
        padding: 35px 0;
    }   
    .index3_l{
        width: 100%;
        font-size: 18px;
        background-size:25px;
        padding-left: 50px;
        display: none;
        margin-bottom: 15px;
    } 
    .index3_r{
        width: 100%;
    }
}


.index4{
    padding:110px 0 100px;
    width: 100%;
    overflow: hidden;
}
.index_case{
    max-width: 900px;
    width: 100%;
    margin:50px auto 0;
}
#c-banner2{
    overflow: visible;
    position: relative;
}
#c-banner2 .swiper-slide a{
    display: block;
    overflow: hidden;
}
#c-banner2 .swiper-slide:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(15,86,149,.4);
    z-index:9;
    opacity: 0;
}
#c-banner2 .swiper-slide .text{
    background:rgba(33,41,194,.7);
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    color: #fff;
    padding:25px 45px 25px 65px;
    z-index:10;
    display: flex;
    align-items:center;
    opacity: 0;
}
#c-banner2 .swiper-slide .text .txt{
    float:left;
    width: calc(100% - 95px);
    padding-right: 20px;
}
#c-banner2 .swiper-slide .text .txt h3{
    font-size: 20px;
}
#c-banner2 .swiper-slide .text .txt p{
    font-size: 16px;
}
#c-banner2 .swiper-slide .text .more3{
    width: 95px;
    float:right;
    display: flex;
    justify-content: space-between;
}
#c-banner2 .swiper-slide .text .more3 span{

}
#c-banner2 .swiper-slide .text .more3 i{
    width: 22px;
    background:url(../images/more1.png) no-repeat right center;
}
#c-banner2 .swiper-slide a img{
    transition: all 0.6s ease-out;
}
#c-banner2 .swiper-slide:hover a img{
    transform: scale(1.1);
}
#c-banner2 .swiper-slide-active .text{
    opacity: 1;
}
#c-banner2 .swiper-button-prev{
    width: 60px;
    height: 60px;
    background:url(../images/left1.png) no-repeat center #fff;
    left:0;
    margin-top:-30px;
}
#c-banner2 .swiper-button-prev:hover{
    background:url(../images/left1_h.png) no-repeat center #2236a1;    
}
#c-banner2 .swiper-button-next{
    width: 60px;
    height: 60px;
    background:url(../images/right1.png) no-repeat center #fff;
    right:0;
    margin-top:-30px;
}
#c-banner2 .swiper-button-next:hover{
    background:url(../images/right1_h.png) no-repeat center #2236a1;    
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .index4{
        padding:90px 0;
    }
    #c-banner2 .swiper-slide .text .txt h3{
        font-size: 16px;
    }
    #c-banner2 .swiper-slide .text .txt p{
        font-size: 14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    #c-banner2 .swiper-slide .text{
        padding: 20px 25px 20px;
    }
}
@media(max-width: 1024px){
    .index4{
        padding:70px 0;
    }    
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }    
    .index_case{
        margin-top:30px;
    }
    #c-banner2 .swiper-slide .text {
        padding: 15px 20px;
    }
    #c-banner2 .swiper-slide .text .txt h3{
        font-size: 14px;
    }
    #c-banner2 .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top:-20px;
    }
    #c-banner2 .swiper-button-next{
        width: 40px;
        height: 40px;
        margin-top:-20px;
    }
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    }  
    .index_case{
        margin-top:20px;
    }
    #c-banner2 .swiper-slide .text {
        padding: 12px 20px;
    }
  
    #c-banner2 .swiper-slide .text .txt{
        width: 100%;
        padding-right:0;
    }
    #c-banner2 .swiper-slide .text .txt h3{
        font-size: 14px;
    }
    #c-banner2 .swiper-slide .text .more3{
        display: none;
    }
    #c-banner2 .swiper-button-prev,#c-banner2 .swiper-button-next{
        display: none;
    }
}


.index5{
    padding:0 0 95px;
}
.hzhb_list{
    display: flex;
    flex-wrap: wrap;
}
.hzhb_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.hzhb_list li:nth-child(4n){
    margin-right: 0;
}
.hzhb_list li img{
/*    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    transition: all .3s ease;*/
    transition: all 0.5s ease-out;
}
.hzhb_list li img:hover{
    transform: scale(1.1);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);    
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    
}
@media(max-width: 1024px){
    .index5 {
        padding: 0 0 70px;
    }    
}
@media(max-width: 820px){
    .index5 {
        padding: 0 0 55px;
    }    
    .hzhb_list{
        margin-top:15px;
    }
    .hzhb_list li{
        width: 32%;
    } 
    .hzhb_list li:nth-child(4n){
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(3n){
        margin-right: 0;
    }
    .hzhb_list li:nth-child(16){
        display:none;
    }
}
@media(max-width: 640px){
    .index5 {
        padding: 0 0 35px;
    } 
    .hzhb_list li{
        /*width: 49%;*/
        margin-bottom: 5px;
    } 
    /*.hzhb_list li:nth-child(3n){*/
    /*    margin-right: 2%;*/
    /*}*/
    /*.hzhb_list li:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}    */
}


.index6{
    padding:100px 0 125px;
    background:url(../images/index_news_bg.jpg) no-repeat center;
    background-size: cover;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.news_list1 li{
    width: 33.3333%;
    position: relative;
}
.news_list1 li .img{
    width: 100%;
    margin-bottom: 240px;    
    height:380px;
    overflow: hidden;
}
.news_list1 li .img img{
    width: 100%;
    height: 100%;
}
.news_list1 li .text{
    position: absolute;
    left:20px;
    top: calc(100% - 280px);
    width: calc(100% - 40px);
    z-index: 10;
    background-color: #fff;
    padding: 40px 35px 50px;
    transition: all .3s ease;
}
.news_list1 li .text h3{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list1 li .text span{
    font-size: 16px;
    color: #666666;
    display: block;
    margin:20px 0 10px;
}
.news_list1 li .text p{
    font-size: 14px;
    color: #666666;
}
.news_list1 li .text i{
    display: none;
    margin-top:28px;
    transition: all .3s ease;
}
.news_list1 li:hover .text{
    top: calc(100% - 300px);    
}
.news_list1 li:hover .text h3{
    color: #2236a1;
}
.news_list1 li:hover .text i{
    display: block;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .index6{
        padding:90px 0;
    }   
    .news_list1 li .img{
        height:330px;
    }
    .news_list1 li .text{
        padding: 30px 25px 40px;
    }
    .news_list1 li .text h3{
        font-size: 16px;
    } 
    .news_list1 li .text span {
        font-size: 14px;
        margin: 10px 0 5px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    .news_list1 li .img{
        height:300px;
    }
    .news_list1 li .text{
        padding: 20px 20px 30px;
    }
}
@media(max-width: 1279px){
    .index6 a.more4{
        width: 135px;
    }
}
@media(max-width: 1024px){
    .index6{
        padding:70px 0;
    } 

}
@media(max-width: 820px){
    .index6{
        padding:55px 0;
    } 
    .news_list1{
        margin-top:30px;
    }
    .news_list1 li .img{
        height:200px;
    }
    .news_list1 li .text {
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
        padding: 15px 15px;
    }  
    .news_list1 li .text h3{
        font-size: 14px;
    } 
    .news_list1 li .text i{
        margin-top:15px;
    } 
}
@media(max-width: 640px){
    .index6{
        padding:35px 0;
    }  
    .news_list1{
        margin-top:20px;
    }
    .news_list1 li{
        width: 100%;
        margin-bottom: 20px;
    }  
    .news_list1 li .img{
        margin-bottom: 180px;
    } 
    .news_list1 li .text {
        left: 20px;
        width: calc(100% - 40px);
        top: calc(100% - 230px);
    }
    .news_list1 li:hover .text{
        top: calc(100% - 250px);    
    }
}

@media(max-width: 460px){
    .index6{
        padding:30px 0;
    }  
    .news_list1 li{
        margin-bottom: 15px;
    }  
    .news_list1 li .img{
        margin-bottom: 140px;
    } 
    .news_list1 li .text {
        top: calc(100% - 200px);
    }
    .news_list1 li:hover .text{
        top: calc(100% - 200px);    
    }
    .news_list1 li .text i{
        display: none!important;
    }
}

.index_bottom{
    background:url(../images/index_bottombg.jpg)no-repeat center;
    padding:78px 0 100px;
    background-size: cover;
    color: #fff;
}
.index_bottom .container{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.index_bottom .text{
    width: calc(100% - 180px);
}
.index_bottom .text .p1{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 25px;
}
.index_bottom .text .p2{
    font-size: 32px;
}
.index_bottom .text .p3{
    font-size: 24px;   
    font-weight: bold; 
}
a.more4{
   display: flex;
    justify-content: center;
    position: relative;
    font-size: 16px;
    width: 180px;
    line-height: 55px;
    height: 55px;
    z-index:3;
}
a.more4:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index:1;
}
a.more4:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#2236a1;
    z-index:2;
    transition: all 0.5s ease-out;
}
a.more4 span{
    position: relative;
    z-index:9;  
    color: #2236a1;  
}
a.more4 i{
    width: 22px;
    background:url(../images/right1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index:9;
}
a.more4:hover:after{
    width: 100%;
}
a.more4:hover span{
    color: #fff;
}
a.more4:hover i{
    background:url(../images/right1_h.png) no-repeat center;    
}

@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .index_bottom{
        padding:78px 0;
    }
    .index_bottom .text .p1{
        font-size:14px;
    }
    .index_bottom .text .p2{
        font-size: 26px;
    }
    .index_bottom .text .p3{
        font-size: 20px;
    }
    a.more4 {
        font-size: 15px;
        width: 150px;
        line-height: 46px;
        height: 46px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .index_bottom .text .p2{
        font-size: 24px;
    }
    .index_bottom .text .p3{
        font-size: 18px;
    }
    a.more4 {
        font-size: 14px;
        width: 120px;
        line-height: 36px;
        height: 36px;
    }    
}
@media(max-width: 1024px){
    .index_bottom{
        padding:65px 0;
    }    
}
@media(max-width: 820px){
    .index_bottom{
        padding:50px 0;
    }    
    .index_bottom .text .p1{
        font-size: 14px;
        margin-bottom: 15px;        
    }
    .index_bottom .text .p2 {
        font-size: 18px;
    }
    .index_bottom .text .p3{
        font-size: 15px;
    }
}
@media(max-width: 640px){
    .index_bottom{
        padding:35px 0;
    }   
    .index_bottom .container{
        flex-wrap: wrap;
    }
    .index_bottom .text{
        width: 100%;
    } 
    a.more4{
        margin-top:15px;
    }
}


#footer{

}
.foot{
    background:#f5f5f5;
    padding:130px 0 120px;
}
.foot_l{
    width: 32%;
    float:left;
}
.f_logo{

}
.foot_l .p1{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-top:15px;
}
.f_contact{
    margin-top:80px;
}
.f_contact p:nth-child(1){
    padding-left: 28px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    background:url(../images/tel3.png) no-repeat left center;
}
.f_contact p:nth-child(2){
    font-size: 38px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.6;    
}
.foot_r{
    width: 67%;
    float:right;
}
.f_nav{
    display: flex;
    justify-content: space-between;
}
.f_nav li{

}
.f_nav li h3{
    font-size: 18px;
    color: #212121;
    font-weight: normal;
    margin-bottom: 15px;
}
.f_nav li a{
    font-size: 14px;
    color: #999999;
    display: block;
}
.f_nav li a:hover{
    color: #2236a1;
}
.foot_r_bottom{
    margin-top:65px;
    border-top:2px solid #dcdcdc;
    padding:20px 0 0;
    display: none;
}
.f_link{
    float:left;
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
}
.f_link a{
    display: inline-block;
    margin-left: 15px;
}

.f_share{
    display: flex;
}
.f_share a{
    display: block;
    margin-left: 18px;
    position: relative;
    cursor: pointer;
}
.f_code{
    position: absolute;
    width: 120px;
    padding:5px;
    background:#fff;
    top:30px;
    opacity: 0;
    left:50%;
    margin-left: -60px;
}
.f_share a:hover .f_code{
    opacity: 1;
}

.copyright{
    background:#2236a1;
    font-size: 16px;
    color: #fff;
    padding:15px 0;
}
.copyright a{
    font-size: 16px;
    color: #fff;    
}
.copyright_l{
    float:left;
    max-width: 70%;
}
.copyright_r{
    float:right;  
    max-width: 30%;  
    display: none;
}

@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .foot {
        padding: 90px 0;
    }   
    .foot_l .p1{
        font-size: 22px;
    }
    .f_contact{
        margin-top:50px;
    } 
    .f_contact p:nth-child(2){
        font-size: 30px;
    }
    .f_nav li h3{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .f_nav li a{
        font-size: 13px;
    }
    .copyright{
        padding:15px 0;
        font-size: 14px;
    }
    .copyright a{
        font-size: 14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    
}
@media(max-width: 1024px){
    .foot {
        padding: 70px 0;
    } 
    .f_contact{
        margin-top:40px;
    }     
}
@media(max-width: 820px){
    .foot {
        padding: 55px 0;
    }  
    .foot_l{
        width: 100%;
    }
    .foot_l .p1{
        font-size: 16px;
    }
    .f_contact{
        margin-top:25px;
    } 
    .f_contact p:nth-child(1){
        font-size: 15px;
    }
    .f_contact p:nth-child(2){
        font-size: 26px;
    }
    .foot_r{
        width: 100%;
        margin-top:20px;
    }
    .f_nav li h3{
        font-size: 16px;
    }

    .copyright{
        padding:10px 0;
    } 
    .copyright_l{
        width: 100%;
        max-width: 100%;
        text-align: center;
    } 
    .copyright_r{
        width: 100%;
        max-width: 100%;
        text-align: center;
    } 
}
@media(max-width: 640px){
    .foot {
        padding: 30px 0;
    }  
    .f_logo img{
        max-width: 150px;
    }
    .foot_l .p1 {
        margin-top:5px;
    }
    .f_contact{
        margin-top:20px;
    } 
    .f_contact p:nth-child(1){
        font-size: 14px;
    }
    .f_contact p:nth-child(2){
        font-size: 22px;
    }  
    .foot_r{
        display: none;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
#c-header.n_head{
    border-bottom: 1px solid #ececec;
}
#c-placeholder {
    height: 80px;
}
/*.sitemp{*/

/*}*/
/*.sitemp .site{*/
/*    padding-left: ;*/
/*    background:url(../images/home.png) no-repeat left center;*/
/*    font-size: ;*/
/*    color: #;*/
/*}*/
/*.sitemp .site a{*/
/*    font-size: ;*/
/*    color: #;    */
/*}*/
/* 当前定位 */
#c-site {
    padding: 15px 0;
    display: none;
/*    background: #fff;*/
}
#c-site p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
#c-site a {
    color: #fff;
    transition: .5s;
}
#c-site a:hover {
    color: #2236a1;
}
#c-site a:first-child {
    display: inline-block;
    padding-left: 26px;
    background: url(../images/home.png)no-repeat left center;
}
#c-site span {
    display: inline-block;
    padding: 0 10px;
}
#c-top-banner {
    position: relative;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#player1{
    position: absolute;
    top:50%;
    left:50%;
    width: 150px;
    height: 122px;
    margin: 100px 0 0 -75px;
}
#player1 .video_click{
    display: block;
    text-align: center;
}
#player1 p{
    font-size: 20px;
    color: #fff;
    margin-top:10px;
}
#c-top-banner .c-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
#c-top-banner .c-box {
    position: relative;
    padding: 55px 0 70px;
    overflow: hidden;
}
#c-top-banner .c-box .c-num {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-family: "futurabt";
    font-size: 124px;
    line-height: 1;
    color: #f3f3f3;
}
#c-top-banner .c-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#c-top-banner .c-box2 .c-title {
    font-size: 36px;
    line-height: 58px;
    color: #333;
}
#c-top-banner .c-box2 .c-text {
    padding: 10px 0 25px;
    font-size: 20px;
    line-height: 36px;
    color: #777;
}
#c-top-banner .c-box2 .c-line {
    width: 16px;
    height: 6px;
    background: #2236a1;
}
#c-top-banner .c-box2 .c-lt {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
#c-top-banner .c-box2 .c-gt {
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    border-radius: 50%;
    background: url(../images/jt4.png)no-repeat center / 10px auto;
}

.n_banner{
    position: relative;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;    
}
.n_banner_text .line1 {
    width: 40px;
    height: 6px;
    background: #fff;
}
.n_banner_text h3{
    font-style: normal;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    font-size: 56px;
    line-height: 1;
    margin: 40px 0 30px;
}
.n_banner_text p{
    font-size: 24px;
}

.sitemp{
    margin-top:-55px;
    position: relative;
    z-index: 999;
    margin-bottom: 55px;
    display: none;
}
.sitemp .site{
    padding-left: 22px;
    background:url(../images/home.png) no-repeat left center;
    font-size:16px;
    color: #fff;
}
.sitemp .site a{
    font-size:16px;
    color: #fff;    
}
.sort3{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.sort3 a{
    width: calc(12.5% - 4px);
    margin: 0 2px 10px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d7d7d7;
    color: #3D3935;
    min-height: 50px;
    line-height: 1.3;
    border-radius: 6px;
    text-align: center;
    padding:0 5px;
}
.sort3 a.on{
    background: #2236a1;
    color: #fff;
}
.n_album{
    padding:50px 0;
}
.album_list{
    display: flex;
    flex-wrap: wrap;
}
.album_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.album_list li:nth-child(4n){
    margin-right: 0;
}
.album_list li a.img{
    
}
.album_list li:hover a.img img{
    transform: scale(1.1)
}
.album_list li h3 a{
    font-weight: normal;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top:10px;
}
.album_list li:hover h3 a{
    color: #2236a1;
}
.yyly_new1{
    padding:60px 0 100px;
}
.yyly_new1 .container{
    max-width: 1200px;
}
.yyly_t1{
    text-align: center;
}
.yyly_t1 h3{
    margin-bottom: 19px;
    font-size: 48px;
    line-height: 1;
    color: #111;
}
.yyly_t1 p{
    font-size: 24px;
    color: #444;
    margin: 0 auto 60px;
    width: 70%;
}
#yyly_scroll1{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    margin-top:50px;
}
/*#yyly_scroll1 .swiper-slide{*/
/*    width: 23.5%;*/
/*    margin-right: 2%;*/
/*    margin-bottom: 15px;*/
/*}*/
/*#yyly_scroll1 .swiper-slide:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
#yyly_scroll1 .swiper-slide{
    background-color: #f6f6f6;    
}
#yyly_scroll1 .swiper-slide p{
    cursor: default;
    color: #444;

    min-height: 80px;
    line-height: 1.6em;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 5px;
    text-align: center;
}
#yyly_scroll1 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.yyly_new2{
    padding:60px 0 100px;
    position: relative;
}
.yyly_new2:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 480px;
    background:url(../images/yyly_bg1.jpg) no-repeat top center;
    background-size: cover;
    z-index:-1;
}
.yyly_new2 .container{
    max-width: 1200px;
}
#yyly_scroll2{
    display: flex;
    /*flex-wrap:wrap;*/
    /*justify-content: center;*/
    position: relative;
    margin-top:50px;
}
#yyly_scroll2 .swiper-slide{
    /*width: 25%;*/
    background:#fff;
    height: unset;
}
#yyly_scroll2 .swiper-slide .img1{
    line-height: 120px;
    text-align: center;
    background: #2236a1;
}
#yyly_scroll2 .swiper-slide .img1 img{
    position: relative;
    z-index: 9;    
}
#yyly_scroll2 .swiper-slide .text{

    padding:60px 50px;    
}
#yyly_scroll2 .swiper-slide .text h3{
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #222;    
}
#yyly_scroll2 .swiper-slide .text p{
    color: #444;
    text-align: center;
    line-height: 24px;
    font-size: 14px;   
}
.yyly_new2 ul:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(90deg,#1680a5 0,#115c77 100%),linear-gradient(#32beff,#32beff);
    background-color: #2236a1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
@media(max-width: 1600px){
    #c-top-banner {
        height: 600px !important;
    }
    #c-top-banner .c-box2 .c-title{
        font-size: 28px;
        line-height: 42px;        
    }
    #c-top-banner .c-box2 .c-text{
        font-size: 14px;
        line-height: 30px;        
    }
    .n_banner_text h3{
        font-size: 42px;
    }
    .n_banner_text p{
        font-size: 20px;
    }
    #yyly_scroll1{
        margin-top:40px;
    }
    #yyly_scroll1 .swiper-slide p{
        font-size: 14px;
        min-height: 65px;
    }
    #yyly_scroll2{
        margin-top:40px;
    }
    .yyly_new2 ul:after{
        height: 100px;
    }
    #yyly_scroll2 .swiper-slide .img1{
        line-height: 100px;
    }
    #yyly_scroll2 .swiper-slide .img1 img{
        max-height: 60px;
    }
    #yyly_scroll2 .swiper-slide .text{
        padding: 50px 40px;
    }
    #yyly_scroll2 .swiper-slide .text h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #player1 p{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    #c-top-banner .c-box .c-num {
        bottom: -8px;
        font-size: 60px;
    }    
    .n_banner_text h3{
        font-size: 32px;
        margin: 30px 0 20px;
    }
    .n_banner_text p{
        font-size: 17px;
    }
    .sort3 a{
        width:calc(16.66666666666667% - 4px);
    }
}
@media(max-width: 1099px){

}
@media(max-width: 990px){
    .sort3 a{
        width:calc(20% - 4px);
    }
    #c-placeholder{
        height: 60px;
    }
    .yyly_new1,.yyly_new2{
        padding: 60px 0;
    }
    #yyly_scroll1{
        margin-top:30px;
    }
    #yyly_scroll1 .swiper-slide p{
        font-size: 14px;
        min-height: 55px;
    }
    #yyly_scroll2{
        margin-top:30px;
    }
    .yyly_new2 ul:after{
        height: 90px;
    }
    #yyly_scroll2 .swiper-slide .img1{
        line-height: 90px;
    }
    #yyly_scroll2 .swiper-slide .img1 img{
        max-height: 55px;
    }
    #yyly_scroll2 .swiper-slide .text{
        padding: 30px 20px;
    }
    #yyly_scroll2 .swiper-slide .text h3{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .album_list li{
        width: 32%;
    }
    .album_list li:nth-child(4n){
        margin-right: 2%;
    }
    .album_list li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 820px){

    .yyly_new1,.yyly_new2{
        padding: 50px 0;
    }
    #yyly_scroll1{
        margin-top:20px;
    }
    #yyly_scroll1 .swiper-slide p{
        font-size: 13px;
        min-height: 55px;
    }
    #yyly_scroll2{
        margin-top:20px;
    }
    #yyly_scroll2 .swiper-slide .text{
        padding: 25px 15px;
    }
    #yyly_scroll2 .swiper-slide .text h3{
        font-size: 16px;
        margin-bottom: 15px;
    } 
    #player1{
        width:120px;
        height:86px;
        margin:100px 0 0 -60px;
    }
    #player1 img{
        max-width:50px;
    }
    #player1 p{
        font-size:14px;
    }
}
@media(max-width: 767px){
    .sort3 a{
        width:calc(25% - 4px);
        margin-bottom:5px;
    }
    #c-top-banner {
        height: 400px !important;
    }  
    #c-top-banner .c-box {
        padding: 15px 0 30px;
    }
    #c-top-banner .c-box2 .c-title{
        font-size: 24px;
        line-height: 34px;      
    }
    #c-top-banner .c-box2 .c-text{
        font-size: 13px;
        line-height: 20px;       
    } 
    #c-top-banner .c-box .c-num {
        bottom: -10px;
        font-size: 50px;
    } 
    .n_banner_text h3{
        font-size: 24px;
        margin: 25px 0 20px;
    }
    .n_banner_text p{
        font-size: 14px;
    }
    #yyly_scroll2 .swiper-slide{
        /*width: 50%;*/
        /*margin-bottom: 15px;*/
        position: relative;
    }
    .yyly_new2 ul:after{
        display: none;
    }
    #yyly_scroll2 .swiper-slide .img1{
        position: relative;
        line-height: 70px;
    }
    #yyly_scroll2 .swiper-slide .img1:after{
        content:'';
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 70px;
        background-image: linear-gradient(90deg,#1680a5 0,#115c77 100%),linear-gradient(#32beff,#32beff);
        background-color: #2236a1;
    }
    #yyly_scroll2 .swiper-slide .img1 img{
        max-height: 50px;
    }
    #yyly_scroll2 .swiper-slide:nth-child(1) .img1:after,#yyly_scroll2 .swiper-slide:nth-child(3) .img1:after{
        border-radius: 12px 0 0 0;
    }
    #yyly_scroll2 .swiper-slide:nth-child(2) .img1:after,#yyly_scroll2 .swiper-slide:nth-child(4) .img1:after{
        border-radius: 0 12px 0 0;
    }
    .album_list li{
        width: 49%;
    }
    .album_list li:nth-child(3n){
        margin-right: 2%;
    }
    .album_list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 560px){
    .sort3{
        margin-top:35px;
    }
    .sort3 a{
        width:calc(50% - 4px);
        margin-bottom:5px;
    }
    /*#yyly_scroll1 .swiper-slide{*/
    /*    width: 49%;*/
    /*    margin-bottom: 15px;*/
    /*}*/
    /*#yyly_scroll1 .swiper-slide:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}*/
    #yyly_scroll2 .swiper-slide .text{
        padding: 15px 12px;
    }
    #player1{
        width:110px;
        height:72px;
        margin:60px 0 0 -36px;
    }
    #player1 img{
        max-width:42px;
    }
}
@media(max-width: 460px){
    #c-top-banner .c-box2 .c-title{
        font-size: 20px;
    }
    #c-top-banner .c-box2 .c-text {
        padding: 2px 0 20px;
    }
    #c-top-banner .c-box .c-num {
        font-size: 42px;
    } 
}


#about1{
    background: url(../images/about1.gif) no-repeat right center;
    padding:115px 0 100px;
    background-size: contain;
}
.about1_l{
    width: 46.5%;
}
.about1_l .t1{
    text-align: left
}
.about1_l .t1 p{
    font-size: 22px;
    color: #666666;
    line-height: 1.6;
}
.about1_l .text{
    margin-top:45px;
    font-size: 14px;
    color: #777777;
    line-height: 1.8;
}
.about_video video{
    width: 100%;
}
#about2{
    background: url(../images/about2.jpg) no-repeat center;
    padding:85px 0 100px;
    background-size: cover;

}
#about2 .t1{
    text-align: left;
}
#about2 .t1 h2{
    color:#fff;
    font-size: 32px;
    line-height: 1.3;
    max-width: 50%;
}
#about2 .text{
    font-size: 16px;
    color:#b2b2b2;
    margin-top:60px;
}
#about2 .text p{
    padding:18px 0 18px;
    border-bottom: 1px solid #333c4c;
}
#about2 .text p:nth-child(1){
    max-width: 405px;
}
#about2 .text p:nth-child(2){
    max-width: 405px;
}
#about2 .text p:nth-child(3){
    max-width: 405px;
}
#about2 .text p:nth-child(4){
    max-width: 405px;
}
#about2 .text strong{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
#about3{
    padding:105px 0 115px;
}
#about3 .container{
    position: relative;
}
.about3_t{
    margin-bottom:110px;    
}
#about3 .t1{
    text-align: left;
    max-width: 60%;
    float:left;
}
#about3 .t1 p{
    max-width: 725px;
}

/*.rpagination {position: relative;height:40px;}
.swiper-r {position: absolute;right:0%;top: 0%;width: 400px;}
.swiper-pagination-progressbar {width: 100%;height: 3px;background: rgba(0,0,0,.1);margin-top: 10px;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#1f8e83;}
.swiper-pagination-num #current {font-size: 24px;color: #000;}
.swiper-pagination-num{font-size: 14px;color: #b2b2b2;}*/


.about3_btn{
    width: 30%;
    max-width: 400px;
    position: relative;
    float:right;
    margin-top:60px;
}
#about3 .swiper-pagination {
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #b2b2b2;
}
#about3 .swiper-pagination .swiper-pagination-current{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
#about3 .swiper-pagination .swiper-pagination-total{
    font-size: 14px;
    color: #b2b2b2;
}
.about3_btn .c-line-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e0e0e0;
}
@-webkit-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.about3_btn .c-line-box .c-line {
    position: absolute;
    top: -0px;
    left: 0;
    width: 0;
    height: 3px;
    background: #072fa1;
    -webkit-animation: w1 infinite 2.999s;
    animation: w1 infinite 2.999s;
}

.company-honor-swiper {
    width: 100%;
    height: 390px;
    margin: auto;
    background: url("../images/honort.png") center bottom repeat-x;
    margin-top: 100px; 
    padding-bottom:40px;
}
.company-honor-swiper .swiper-slide {width: auto;height: 300px;display: table;}
.table-bottom {display: table-cell;vertical-align: bottom;}
.honor-img {overflow: hidden;display:block;position: relative;max-width: 221px;}
.honor-img .htop{height: 7px;width: 100%;background: url("../images/honor1.png") no-repeat;background-size: 100% 100%;}
.honor-img .hbottom{height: 27px;width: 100%;background: url("../images/honor3.png") no-repeat;background-size: 100% 100%;}
.honor-img .hcenter {padding:0px 7px;background: url("../images/honor2.png") no-repeat;background-size:100% 100%;}
.honor-img .hcenter img {display: block;}
.honor-img a {display: block;}
.honor-img a::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -35px;
    z-index: 10;
    background: url("../images/fd.png") no-repeat;
    display: none;
}
.honor-img a:hover::before {display: block; }
.honor-img a:hover {opacity: .6;}

#about5{
    /*padding-top: 135px;*/
}
#about4 .t1{
    margin-bottom: 50px;
}
.c-banner3 .swiper-slide{
    position: relative;
    padding-bottom: 38px;
}
.c-banner3 p{
    display: flex;
    align-items:center;
    justify-content: center;
    line-height: 1.6;
    height: 76px;
    color: #fff;
    font-size: 22px;
    background:#2236a1;
    position: absolute;
    width: 75%;
    left:12.5%;
    bottom:0;
}
.c-banner3 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.n_bottom{
    padding-bottom: 100px;
}
.n_bottom ul{
    display: flex;
    justify-content: space-between;
}
.n_bottom ul li{
    width: 32%;
    margin-right: 2%;
}
.n_bottom ul li:nth-child(3n){
    margin-right: 0;
}
.n_bottom ul li a{
    display: block;
    text-align: center;
}
.n_bottom ul li .img{
    border-radius: 10px;
}
.n_bottom ul li .p1{
    font-size: 28px;
    color: #1a1a1a;
    font-weight: bold;
    padding:10px 0 0;
}
.n_bottom ul li .p2{
    font-size: 16px;
    color: #1a1a1a;
}
.n_bottom ul li:hover .img img{
    transform: scale(1.1);
}
.n_bottom ul li:hover .p1,.n_bottom ul li:hover .p2{
    color: #2236a1;
}
.about6{
    padding: 100px 0 125px;
    background: url(../images/index_news_bg.jpg) no-repeat center;
    background-size: cover;    
}
.hzxy_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:35px;
}
.hz_ist li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;  
    text-align: center;
}
.hz_ist li .img1{
    box-shadow: 0px 0px 10px #ccc;
}
.hz_ist li:nth-child(4n){
    margin-right: 0;
}
.c_n_bottom{
    position: relative;
}
#zw{
    position: absolute;
    top:-60px;
}
@media(max-width: 1600px){
    #about1{
        padding:90px 0;
    }
    .about1_l .t1 p{
        font-size: 16px;
    }
    .about1_l .text{
        margin-top:25px;
        font-size: 13px;
    }
    #about2 .t1 h2{
        font-size:26px;
    }
    #about2 .text {
        font-size: 14px;
        margin-top: 40px;
    }
    #about2 .text p{
        padding: 10px 0 10px;
    }
    #about2 .text strong{
        font-size: 16px;
    }
    #about2 .text p:nth-child(1){
        max-width: 480px;
    }
    #about2 .text p:nth-child(2){
        max-width: 460px;
    }
    #about2 .text p:nth-child(3){
        max-width: 335px;
    }
    #about3{
        padding:90px 0;
    }
    .about3_t{
        margin-bottom: 80px;
    }
    #about5{
        /*padding-top: 90px;*/
    }
    .c-banner3 .swiper-slide{
        padding-bottom: 30px;
    }
    .c-banner3 p {
        height: 60px;
        font-size: 18px;
        width: 80%;
        left: 10%;
    }
    .n_bottom {
        padding-bottom: 60px;
    }
    .n_bottom ul li .p1{
        font-size: 22px;
    }
    .n_bottom ul li .p2{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    #about1,#about2,#about3{
        padding:70px 0;
    }
    #about2 .t1 h2{
        font-size:20px;
    }
    #about2 .text {
        font-size: 13px;
        margin-top: 30px;
    }
    #about2 .text p{
        padding: 20px 0 15px;
    }
    #about2 .text strong{
        font-size: 15px;
    }
    #about2 .text p:nth-child(1){
        max-width: 425px;
    }
    #about2 .text p:nth-child(2){
        max-width: 400px;
    }
    #about2 .text p:nth-child(3){
        max-width: 290px;
    }
    .about3_t{
        margin-bottom: 60px;
    }
    #about4 .t1 {
        margin-bottom: 30px;
    }    
    .n_bottom {
        padding-bottom: 50px;
    }
    .n_bottom ul li .p1{
        font-size: 18px;
    }
    .n_bottom ul li .p2{
        font-size: 14px;
    }   
}
@media(max-width: 990px){
    .about1_l{
        width: 100%
    }
    #about2 .t1 h2{
        font-size:18px;
    }
    #about2 .text {
        margin-top: 20px;
    }
    #about2 .text strong{
        font-size: 14px;
    }
    #about2 .text p {
        padding: 15px 0 10px;
    }
}
@media(max-width: 820px){
    #about1,#about2,#about3{
        padding:55px 0;
    }
    #about2 .t1 h2{
        font-size:16px;
    }
    .about3_t{
        margin-bottom: 40px;
    }
    .n_bottom {
        padding-bottom: 30px;
    }
    .n_bottom ul li .p1{
        font-size: 16px;
    } 
    #about3 .t1{
        max-width: 100%;
    }
    .about3_btn{
        display: none;
    } 
    .company-honor-swiper{
        height: 370px;
    }  
    #about5{
        /*padding-top: 70px;*/
    }
    #about4 .t1 {
        margin-bottom: 20px;
    }
    .c-banner3 .swiper-slide{
        padding-bottom: 20px;
    }
    .c-banner3 p {
        height: 40px;
        font-size: 16px;
        width: 85%;
        left: 7.5%;
    }
    .n_bottom ul li a .img img{
        max-height: 40px;
    } 
    .c_n_bottom ul li a .img img{
        max-height:100px;
    }
}
@media(max-width: 640px){
    #about1, #about2, #about3 {
        padding: 35px 0;
    }
    #about2{
        background: url(../images/about2.jpg) no-repeat 0 center;
    }
    #about2 .t1 h2{
        font-size:15px;
    }
    .company-honor-swiper {
        height: 340px;
    }
    .n_bottom ul li a .img img{
        max-height: 30px;
    }  
    .c_n_bottom ul li a .img img{
        max-height:100px;
    }
    .n_bottom ul li .p1{
        font-size: 14px;
        padding:5px 0 0;
    } 
    #about5{
        /*padding-top: 50px;*/
    }  
    #about6{
        padding:50px 0;
    }
    .hzxy_list{
        margin-top:25px;
    }
    .hzxy_list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .hzxy_list li:nth-child(2n) {
        margin-right: 0;
    }
}


/*.n_product{*/
/*    padding:90px 0 0;*/
/*}*/
/*.n_product .index2{*/
/*    margin:60px 0 160px;*/
/*}*/

/*.p_detail1{*/
/*    background:url(../images/pd1_bg.jpg) no-repeat bottom center;*/
/*    background-size: cover;*/
/*    padding:95px 0 80px;*/
/*}*/
/*.p_detail1 h1{*/
/*    font-size: 58px;*/
/*    color: #1a1a1a;*/
/*    font-weight: normal;*/
/*    line-height: 1;*/
/*}*/
/*.p_detail1 .cont{*/
/*    margin:50px 0 75px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.p_detail1 .cont .img{*/
/*    width: 58%;*/
/*}*/
/*.p_detail1 .cont .text{*/
/*    width: 35%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    font-size: 16px;*/
/*    color: #6c6c6c;*/
/*    line-height: 1.6;*/
/*}*/
/*.p_detail1 .cont .text strong{*/
/*    font-size: 28px;*/
/*    color: #2236a1;*/
/*    font-weight: normal;*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.p_detail1 .cont .text a strong{*/
/*    font-size: 16px;*/
/*    color: #6c6c6c;   */
/*    display: inline-block;*/
/*}*/
/*.p_detail1 a.more2 {*/
/*    width: 258px;*/
/*    margin:0 auto;*/
/*}*/
/*.p_ys{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.p_ys .text{*/
/*    width: 60.5%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    padding:50px 7% 50px 8.3%;*/
/*    background:#2236a1;*/

/*}*/
/*.p_ys .text .t1 h2,.p_ys .text .t1 p{*/
/*    color: #fff;*/
/*}*/
/*.p_ys .text .t1 h2 span{*/
/*    background: url(../images/t2.png) no-repeat left center;*/
/*}*/
/*.ys_list2{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    background:#fff;*/
/*    padding:35px 9%;*/
/*    margin-top:60px;*/
/*}*/
/*.ys_list2 li{*/
/*    width: 33.333%;*/
/*    padding: 35px 0;*/
/*}*/
/*.ys_list2 li .img img{*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/
/*.ys_list2 li .p1{*/
/*    font-size: 15px;*/
/*    color: #1a1a1a;*/
/*    margin-top:10px;*/
/*}*/
/*.ys_list2 li .p1 span{*/
/*    font-size: 56px;  */
/*    line-height: 1;  */
/*}*/
/*.ys_list2 li .p2{*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/
/*.ys_list2 li .p2 span{*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/
/*.ys_list2 li:last-child .p1{*/
/*    margin-top: 20px;*/
/*}*/
/*.ys_list2 li:last-child .p1 span{*/
/*    font-size: 36px;*/
/*    line-height: 56px;*/
/*    display: block;*/
/*}*/
/*.p_ys .img{*/
/*    width: 39.5%;*/
/*}*/
/*.p_ys .img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.p_cs{*/
/*    background: #e6eaed;*/
/*    padding:65px 0 170px;*/
/*}*/
/*.cs_tab{*/
/*    display: flex;*/
/*    justify-content: center;   */
/*    margin-top:90px; */
/*}*/
/*.cs_tab li{*/
/*    font-size: 20px;*/
/*    color: #1a1a1a;*/
/*    text-align: center;*/
/*    padding:0 70px;*/
/*    line-height: 66px;*/
/*}*/
/*.cs_tab li.on{*/
/*    background:#2236a1;*/
/*    color: #fff;*/
/*}*/
/*.cs_table{*/
/*    display: none;*/
/*    padding:60px 55px 90px;*/
/*    background:#fff;*/
/*    overflow-x: auto;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/
/*.cs_table table{*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    margin:0 auto;*/
/*        min-width: 600px;*/
/*}*/
/*.cs_table table tr{*/
/*    border-top:1px solid #2236a1;*/
/*    border-left:1px solid #2236a1;*/
/*}*/
/*.cs_table table tr td{*/
/*    padding:3px 5px;*/
/*    border-bottom:1px solid #2236a1;*/
/*    border-right:1px solid #2236a1;*/
/*    font-size: 16px;*/
/*}*/
/*.cs_table table tr td strong{*/
/*    font-size: 20px;*/
/*    color: #333;*/
/*}*/
/*.product2_detail{*/
/*    background:url(../images/pd1_bg.jpg) no-repeat bottom center;*/
/*    background-size: cover;*/
/*    padding:95px 0 80px;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.product2_detail h1{*/
/*    font-size: 58px;*/
/*    color: #1a1a1a;*/
/*    line-height: 1;*/
/*    font-weight: normal;*/
/*    margin-bottom: 52px;*/
/*}*/
/*.product2_list{*/

/*}*/
/*.product2_list li{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.product2_list li:nth-child(2n){*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.product2_list li .img{*/
/*    width: 50%;*/
/*}*/
/*.product2_list li .img img{
    width: 100%;
}*/
/*.product2_list li .text{*/
/*    width: 50%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    font-size: 16px;*/
/*    color: #6c6c6c;*/
/*    line-height: 1.8;*/
/*    padding:30px 7%;*/
/*}*/
/*.product2_list li .text strong{*/
/*    font-size: 28px;*/
/*    color: #2236a1;*/
/*    font-weight: normal;*/
/*    display: block;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.product2_list li .text a.more2 {*/
/*    width: 200px;*/
/*    margin-top:60px;*/
/*}*/
/*.product2_list li .text a.more2 em{*/
/*    font-size: 0;*/
/*    width: 22px;*/
/*    background: url(../images/more1.png) no-repeat center;*/
/*    margin-left: 12px;*/
/*    position: relative;*/
/*    z-index: 9;*/
/*}*/
/*.p3_detail{*/
/*    background:url(../images/pd1_bg.jpg) no-repeat bottom center;*/
/*    background-size: cover;*/
/*    padding:95px 0 80px;*/
/*}*/
/*.p3_detail h1{*/
/*    font-size: 58px;*/
/*    color: #1a1a1a;*/
/*    line-height: 1;*/
/*    font-weight: normal;*/
/*    margin-bottom: 52px;*/
/*}*/
/*.p3_detail .cont{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.p3_detail .cont .img{*/
/*    width: 52%;*/
/*}*/
/*.p3_detail .cont .text{*/
/*    width: 43.5%;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.p3_detail .cont .text h2{*/
/*    width: 125px;*/
/*    font-size: 36px;*/
/*    color: #1a1a1a;*/
/*    line-height: 1.2;*/
/*}*/
/*.p3_detail .cont .text .txt{*/
/*    font-size: 16px;*/
/*    color: #6c6c6c;*/
/*    width: calc(100% - 125px);*/
/*}*/
/*.p3_detail .cont .text .txt strong{*/
/*    display: block;*/
/*    font-size: 28px;*/
/*    color: #2236a1;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.p3_detail a.more2 {*/
/*    width: 258px;*/
/*    margin:20px auto 0;*/
/*}*/
/*.p3_detail2{*/
/*    padding:100px 0 140px;*/
/*}*/
/*.p3_td1{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-top:55px;*/
/*}*/
/*.p3_td1 li{*/
/*    background:#f5f6fa;*/
/*    width: 48%;*/
/*    margin-right: 4%;*/
/*    margin-bottom: 30px;*/
/*    padding:40px 65px;*/
/*    display: flex;*/
/*    align-items:center;*/
/*}*/
/*.p3_td1 li:nth-child(2n){*/
/*    margin-right: 0;*/
/*}*/
/*.p3_td1 li .img{*/
/*    width: 40%;*/
/*}*/
/*.p3_td1 li .text{*/
/*    width: 60%;*/
/*}*/
/*.p3_td1 li .text .p1{*/
/*    font-size: 153px;*/
/*    line-height: 1;*/
/*    height: 100px;*/
/*    color: #ebecf0;*/
/*    font-weight: bold;*/
/*    overflow: hidden;*/
/*    font-style: italic;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.p3_td1 li .text .p2{*/
/*    font-size: 20px;*/
/*    color: #6c6c6c;*/
/*    line-height: 1.6;*/
/*}*/
/*.p3_td1 li:hover{*/
/*    background:#2236a1;*/
/*}*/
/*.p3_td1 li:hover .text .p1{*/
/*    color: #365f8d;*/
/*}*/
/*.p3_td1 li:hover .text .p2{*/
/*    color: #fff;*/
/*}*/
/*.p3_detail3{*/
/*    padding:0px 0 115px;*/
/*}*/
/*.p3_td2{*/
/*    margin-top:55px;*/
/*}*/
/*.p3_td2 li{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.p3_td2 li:nth-child(2n){*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.p3_td2 li .img{*/
/*    width: 50%;*/
/*}*/
/*.p3_td2 li .text{*/
/*    width: 50%;*/
/*    background:#f5f6fa;   */
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    padding:30px 7%; */
/*}*/
/*.p3_td2 li .text h3{*/
/*    font-size: 28px;*/
/*    color: #2236a1;*/
/*    line-height: 1.6;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.p3_td2 li .text .p2{*/
/*    font-size: 16px;*/
/*    color: #6c6c6c;*/
/*    line-height: 1.6;*/
/*}*/
/*@media(max-width: 1600px){*/
/*    .n_product .index2 {*/
/*        margin: 40px 0 100px;*/
/*    }*/
/*    .p_detail1,.p3_detail{*/
/*        padding:80px 0;*/
/*    }*/
/*    .p_detail1 h1{*/
/*        font-size: 42px;*/
/*    }*/
/*    .p_detail1 .cont {*/
/*        margin: 40px 0 60px;*/
/*    }*/
/*    .p_detail1 .cont .text{*/
/*        width: 38%;*/
/*        font-size: 14px;*/
/*    }*/
/*    .p_detail1 .cont .text strong{*/
/*        font-size: 24px;*/
/*    }*/
/*    .p_detail1 .cont .text a strong{*/
/*        font-size: 14px;*/
/*    }*/
/*    .p_ys .text{*/
/*        padding:35px 5%;*/
/*    }*/
/*    .ys_list2{*/
/*        margin-top:40px;*/
/*        padding: 25px 5%;*/
/*    }*/
/*    .ys_list2 li{*/
/*        padding:20px 0;*/
/*    }*/
/*    .ys_list2 li .p1 span{*/
/*        font-size: 42px;*/
/*    }*/
/*    .ys_list2 li .p2 span{*/
/*        font-size: 16px;*/
/*    }*/
/*    .ys_list2 li:last-child .p1{*/
/*        margin-top:10px;*/
/*    }*/
/*    .ys_list2 li:last-child .p1 span{*/
/*        font-size: 26px;*/
/*        line-height: 42px;*/

/*    }*/
/*    .cs_tab{*/
/*        margin-top:60px;*/
/*    }*/
/*    .cs_tab li {*/
/*        font-size: 18px;*/
/*        padding: 0 40px;*/
/*        line-height: 56px;*/
/*    }*/
/*    .cs_table{*/
/*        padding: 40px 30px 50px;*/
/*    }*/
/*    .cs_table table tr td{*/
/*        font-size: 14px;*/
/*    }*/
/*    .p_cs{*/
/*        padding: 65px 0 120px;*/
/*    }*/
/*    .product2_detail,.p3_detail2{*/
/*        padding: 80px 0;*/
/*    }*/
/*    .product2_detail h1{*/
/*        font-size: 42px;*/
/*    }*/
/*    .product2_list li .text strong{*/
/*        font-size: 24px;*/
/*    }*/
/*    .product2_list li .text{*/
/*        font-size: 15px;*/
/*        padding: 20px 5%;*/
/*    }*/
/*    .p3_detail h1{*/
/*        font-size: 42px;*/
/*        margin-bottom: 40px;*/
/*    }*/
/*    .p3_detail .cont .text h2{*/
/*        font-size: 30px;*/
/*    }*/
/*    .p3_detail .cont .text .txt{*/
/*        font-size: 14px;*/
/*    }*/
/*    .p3_detail .cont .text .txt strong{*/
/*        font-size: 22px;*/
/*    }*/
/*    .p3_td1,.p3_td2{*/
/*        margin-top: 40px;*/
/*    }*/
/*    .p3_td1 li{*/
/*        width: 49%;*/
/*        margin-right: 2%;*/
/*        margin-bottom: 20px;*/
/*        padding: 30px 35px;        */
/*    }*/
/*    .p3_td1 li .text .p1{*/
/*        font-size: 100px;*/
/*        height: 70px;*/
/*    }*/
/*    .p3_td1 li .text .p2{*/
/*        font-size: 16px;*/
/*    }*/
/*    .p3_td2 li{*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .p3_td2 li .text h3{*/
/*        font-size: 24px;*/
/*    }*/
/*    .p3_td2 li .text .p2{*/
/*        font-size: 15px;*/
/*    }*/
/*}*/
/*@media(max-width: 1440px){*/
    
/*}*/
/*@media(max-width: 1279px){*/
/*    .n_product{*/
/*        padding: 70px 0 0;*/
/*    } */
/*    .n_product .index2 {*/
/*        margin: 30px 0 70px;*/
/*    }*/
/*    .p_detail1,.p3_detail,.p3_detail2{*/
/*        padding:70px 0;*/
/*    }*/
/*    .p_detail1 h1{*/
/*        font-size: 32px;*/
/*    }  */
/*    .p_cs{*/
/*        padding: 65px 0 80px;*/
/*    }*/
/*    .product2_detail{*/
/*        padding: 70px 0;*/
/*    }*/
/*    .product2_detail h1{*/
/*        font-size: 32px;*/
/*    }*/
/*    .product2_list li .text strong{*/
/*        font-size: 20px;*/
/*    }*/
/*    .product2_list li .text{*/
/*        font-size: 14px;*/
/*    } */
/*    .p3_detail h1{*/
/*        font-size: 32px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .p3_td1 li .img img{*/
/*        max-height: 100px;*/
/*    }*/
/*    .p3_detail .cont .text h2{*/
/*        font-size: 24px;*/
/*    }*/
/*    .p3_detail .cont .text .txt strong{*/
/*        font-size: 16px;*/
/*    }*/
/*    .p3_td1,.p3_td2{*/
/*        margin-top: 30px;*/
/*    }*/
/*    .p3_td1 li{*/
/*        width: 49%;*/
/*        margin-bottom: 15px;*/
/*        padding: 20px 20px;        */
/*    }*/
/*    .p3_td1 li .text .p1{*/
/*        font-size: 70px;*/
/*        height: 50px;*/
/*    }*/
/*    .p3_td1 li .text .p2{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
/*@media(max-width: 990px){*/
/*    .ys_list2 li{*/
/*        padding:20px 5px 20px 0;*/
/*    }*/
/*    .p3_detail .cont{*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .p3_detail .cont .img{*/
/*        width: 100%;*/
/*    }*/
/*    .p3_detail .cont .text{*/
/*        width: 100%;*/
/*        margin-top:20px;*/
/*    }*/
/*    .p3_td2 li{*/
/*        margin-bottom: 15px;*/
/*    }*/
/*    .p3_td2 li .text h3{*/
/*        font-size: 20px;*/
/*    }*/
/*    .p3_td2 li .text .p2{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
/*@media(max-width: 820px){*/
/*    .n_product{*/
/*        padding: 55px 0 0;*/
/*    } */
/*    .n_product .index2 {*/
/*        margin: 30px 0 55px;*/
/*    } */
/*    .p_detail1,.p3_detail,.p3_detail2{*/
/*        padding:55px 0;*/
/*    }*/
/*    .p_detail1 h1{*/
/*        font-size: 26px;*/
/*    } */
/*    .p_detail1 .cont{*/
/*        flex-wrap: wrap;*/
/*        margin: 30px 0 40px;*/
/*    }*/
/*    .p_detail1 .cont .img{*/
/*        width: 100%;*/
/*    } */
/*    .p_detail1 .cont .text {*/
/*        width: 100%;*/
/*        padding:20px 0;*/
/*    }*/
/*    .p_cs{*/
/*        padding: 60px 0;*/
/*    }*/
/*    .cs_tab {*/
/*        margin-top: 30px;*/
/*    }*/
/*    .cs_tab li {*/
/*        font-size: 16px;*/
/*        padding: 0 20px;*/
/*        line-height: 46px;*/
/*    }*/
/*    .cs_table{*/
/*        padding: 20px;*/
/*    }*/
/*    .cs_table table tr td{*/
/*        min-width: 70px;*/
/*        line-height: 1.4;*/
/*        font-size: 13px;*/
/*    }*/
/*    .p_ys .text{*/
/*        width: 100%;*/
/*        padding: 25px 5%;*/
/*    }*/
/*    .ys_list2 {*/
/*        margin-top: 25px;*/
/*        padding: 20px 5%;*/
/*    }*/
/*    .ys_list2 li .img img{*/
/*        width: auto;*/
/*        max-height: 40px;*/
/*    } */
/*    .ys_list2 li .p1{*/
/*        font-size: 14px;*/
/*    }   */
/*    .ys_list2 li .p1 span{*/
/*        font-size: 32px;*/
/*    }*/
/*    .ys_list2 li:last-child .p1 span{*/
/*        font-size: 22px;*/
/*        line-height: 32px;*/
/*    }*/
/*    .p_ys .img{*/
/*        width: 100%;*/
/*    }*/
/*    .product2_detail{*/
/*        padding: 55px 0;*/
/*    }*/
/*    .product2_detail h1{*/
/*        font-size: 26px;*/
/*        margin-bottom: 40px;*/
/*    }*/
/*    .product2_list li{*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .product2_list li .img{*/
/*        width: 100%;*/
/*    }*/
/*    .product2_list li .text{*/
/*        width: 100%;*/
/*        padding:20px 0;*/
/*    }*/
/*    .product2_list li .text strong{*/
/*        font-size: 17px;*/
/*    }*/
/*    .product2_list li .text a.more2 {*/
/*        width: 170px;*/
/*        margin-top: 30px;*/
/*    }*/
/*    .p3_detail h1{*/
/*        font-size: 26px;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .p3_detail .cont .text h2{*/
/*        font-size: 20px;*/
/*    }*/
/*    .p3_detail .cont .text .txt{*/
/*        width: 100%;*/
/*        margin-top:10px;*/
/*    }*/
/*    .p3_detail .cont .text .txt strong{*/
/*        font-size: 16px;*/
/*        margin-bottom: 5px;*/
/*    }*/
/*    .p3_td1 li{*/
/*        padding: 20px 15px;        */
/*    }*/
/*    .p3_td1 li .text .p1{*/
/*        font-size: 50px;*/
/*        height: 35px;*/
/*    }*/
/*    .p3_td2 li .img{*/
/*        width: 100%;*/
/*    }*/
/*    .p3_td2 li .text{*/
/*        width: 100%;*/
/*        padding: 20px 5%;*/
/*    }*/
/*    .p3_td2 li .text h3{*/
/*        font-size: 16px;*/
/*        margin-bottom: 5px;*/
/*    }*/
/*}*/
/*@media(max-width: 640px){*/
/*    .n_product{*/
/*        padding: 35px 0 0;*/
/*    }*/
/*    .n_product .index2 {*/
/*        margin: 20px 0 35px;*/
/*    }*/
/*    .p_detail1,.p3_detail,.p3_detail2{*/
/*        padding:35px 0;*/
/*    }*/
/*    .p_detail1 h1{*/
/*        font-size: 20px;*/
/*    }*/
/*    .p_detail1 .cont {*/
/*        margin: 20px 0;*/
/*    }*/
/*    .p_detail1 .cont .text strong {*/
/*        font-size: 20px;*/
/*        margin-bottom: 5px;*/
/*    }*/
/*    .p_detail1 a.more2{*/
/*        width: 200px;*/
/*    }*/
/*    .cs_tab li {*/
/*        font-size: 15px;*/
/*        padding: 0 15px;*/
/*        line-height: 42px;*/
/*    }*/
/*    .p_cs{*/
/*        padding: 35px 0;*/
/*    }*/
/*    .product2_detail {*/
/*        padding: 35px 0;*/
/*    }*/
/*    .product2_detail h1{*/
/*        font-size: 22px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .product2_list li{*/
/*        margin-bottom: 15px;*/
/*    }*/
/*    .product2_list li .text strong {*/
/*        font-size: 16px;*/
/*        margin-bottom: 5px;*/
/*    }*/
/*    .product2_list li .text a.more2 {*/
/*        width: 150px;*/
/*        margin-top: 20px;*/
/*    }*/
/*    .ys_list2 li .p1 span{*/
/*        font-size: 26px;*/
/*    }*/
/*    .ys_list2 li:last-child .p1 span{*/
/*        font-size: 18px;*/
/*        line-height: 26px;*/
/*    }*/
/*    .p3_detail h1{*/
/*        font-size: 20px;*/
/*    }*/
/*    .p3_detail .cont .text h2{*/
/*        font-size: 18px;*/
/*    }*/
/*    .p3_td1,.p3_td2{*/
/*        margin-top: 20px;*/
/*    }*/
/*    .p3_td1 li{*/
/*        width: 100%;*/
/*        margin-right:0;*/
/*        padding: 20px 15px;        */
/*    }*/
/*    .p3_td1 li .img{*/
/*        width: 30%;*/
/*    }*/
/*    .p3_td1 li .img img{*/
/*        max-height: 70px;*/
/*    }*/
/*    .p3_td1 li .text {*/
/*        width: 70%;*/
/*    }*/

/*}*/
/*@media(max-width: 460px){*/
/*    .p_detail1 h1 {*/
/*        font-size: 18px;*/
/*    }*/
/*    .product2_detail {*/
/*        padding: 35px 0 10px;*/
/*    }*/
/*    .product2_detail h1{*/
/*        font-size: 18px;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .product2_list li .text a.more2 {*/
/*        width: 120px;*/
/*    }*/
/*    .p3_td1 li .img{*/
/*        width: 22%;*/
/*    }*/
/*    .p3_td1 li .img img{*/
/*        max-height: 50px;*/
/*    }*/
/*    .p3_td1 li .text {*/
/*        width: 78%;*/
/*    }*/
/*}*/



.n_product{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    /*margin-top:-55px;*/
    /*padding:80px 0 0;*/
}
.left1{
    width: 30%;
    background:#ffffff;
    padding:73px 20px 120px 13.5%;
}
.sort_menu{
    position: sticky;
    top: 120px;    
}
.sort_menu h2{
    background: #2236a1;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    padding:15px;
}
.p_sort2{
    
}
.p_sort2 dl{
    margin-top: 2px;
}
.p_sort2 dl dt{
    position: relative;
    background: #ededed;
}
.p_sort2 dl dt a{
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    cursor: pointer;
}
.p_sort2 dl dt a i{
    background: url(../images/more4.png) no-repeat center;
    width: 8px;
    height: 13px;
}
.p_sort2 dl dd{
    display: none;
}
.p_sort2 dl dd a{
    display: block;
    background-color: #fafafa;
    padding: 12px 15px;
    border-bottom: 1px dashed #e7e7e7;
    text-indent: 10px;
}
.p_sort2 dl dd a:last-child{
    border-bottom: none;
}
.p_sort2 dl.cur dt a,.p_sort2 dl dt a:hover{
    background: #2236a1;
    color: #fff;    
}
.p_sort2 dl.cur dd{
    display: block;
}
.p_sort2 dl dd a.on{
    color: #2236a1;
}
.p_sort{

}
.p_sort dl{

}
.p_sort dl dt{
    padding:22px 0;
    border-bottom: 1px solid #e0e0e0;
}
/*.p_sort dl:nth-child(1) dt{*/
/*    padding-top:0;*/
/*}*/
.p_sort dl dt a{
    display: block;
    background:url(../images/jia.png) no-repeat right center;
    font-size:20px;
    color: #1a1a1a;
    line-height: 20px;
}
.p_sort dl dd{
    margin-top:18px;
    padding-left: 15px;
    border-left: 1px solid #bdbdbd;
    display: none;
}
.p_sort dl dd a{
    display: block;
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
    position: relative;
}
.p_sort dl dd a:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -0.5px;
    width: 6px;
    height: 1px;
    background: #bdbdbd;
}
.p_sort dl dd a:hover,.p_sort dl dd a.cur{
    color: #2236a1;
}
.p_sort dl.on dt a{
    background:url(../images/jian.png) no-repeat right center;    
}
.p_sort dl:hover dd,.p_sort dl.on dd{
    display: block;
}
.right1{
    width: 70%;
    /*background:#f2f2f2;*/
    padding:73px 13.5% 125px 30px;
}
.p_search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    display: none;
}
.keywords1{
    font-size:16px;
    color: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.keywords1 p{
    margin-right: 20px;
    font-size:16px;
    color: #999999;
}
.keywords1 p:last-child{
    margin-right: 0;
}
.keywords1 a{
    font-size:16px;
    color: #999999;
    font-family: "pihui45";
}
.keywords1 a:hover{
    color: #1a1a1a;
}
.formsearch{
    display: flex;
    width: 340px;
}
#keyword1{
    padding:0 18px;
    background:#fff;
    width: 268px;
    line-height: 50px;
    font-size:14px;
    color: #999999;
    font-family: "pihui45";
    border:none;
    outline: none;
}
#s_btn1{
    background:url(../images/ss.png) no-repeat center #2236a1;
    width: 72px;
    height: 50px;
    border:none;
    outline: none;
    cursor: pointer;
}
/*.product_list{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.product_list li{*/
/*    width: calc(33.33333% - 10px);*/
/*    margin-right: 15px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.product_list li:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/
/*.product_list li a{*/
/*    display: block;*/
/*    background:#fff;*/
/*    padding-bottom: 30px;*/
/*}*/
/*.product_list li a h3{*/
/*    font-size:17px;*/
/*    color: #1a1a1a;*/
/*    font-family: "puhui55";*/
/*    text-align: center;*/
/*    margin-top:-15px;*/
/*}*/
/*.product_list li:hover a{*/
/*    box-shadow:0 0 10px #ccc;*/
/*}*/
/*.product_list li:hover a h3{*/
/*    color: #2236a1;*/
/*}*/
.product_list{
    position: relative;
    display: flex;
    flex-wrap:wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list.index2_tab .swiper-slide .img{
    line-height: 1!important;
    height: auto;
}
.product_detail .container{
    max-width: 1170px;
}
.pd1{
    background: #f0f0f0;
    padding:50px 0;
}
.pd1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_c .img{
    width: 45%;
    text-align: center;
}
.pd1_c .text{
    width: 50%;    
}
.pd1_c .text h2{
    font-size: 20px;
    color: #333;
    line-height: 1.2;
}
.pd1_c .text h3{
    font-size: 20px;
    color: #333; 
    line-height: 1;
    margin:25px 0 10px;
    display: none;
}
.pd1_c .text .txt{
    font-size: 14px;
    color: #333;    
    margin-top:20px;
}
.p_more1{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.p_more1 a{
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-right: 50px;
}
.p_more1 a:last-child{
    margin-right: 0;
}
.p_more1 a i{
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
.p_more1 a:hover{
    color: #2236a1;
}
.pd2{
    padding:50px 0 ;
    /*background: #f0f0f0;*/
}
.p_t1{
    font-size: 32px;
    color: #333;
    font-weight:bold;
    padding:25px 0 10px;
}
.pd2 .p_t1:nth-child(1){
    padding-top:0;
}
.pd2 .cont{
    margin-bottom: 15px;
}
/*.product_list2.index2_tab.cur li{*/
/*    width: 23.5%;*/
/*}*/
/*.product_list2.index2_tab.cur li:nth-child(3n){*/
/*    margin-right: 2%;*/
/*}*/
/*.product_list2.index2_tab.cur li:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
@media(max-width: 1600px){
    .left1 {
        padding: 73px 10px 90px 8%;
    }
    .sort_menu h2{
        font-size:28px;
    }
    .right1 {
        padding: 73px 8% 90px 30px;
        top:110px;
    }
    /*.product_list li a{*/
    /*    padding-bottom:15px;*/
    /*}*/
    /*.product_list li a h3{*/
    /*    font-size:15px;*/
    /*}*/
    .p_t1{
        font-size: 28px;
    }
    .pd1_c .text h2{
        font-size:16px;
    }
    .pd1_c .text .txt{
        font-size:13px;
        margin-top: 15px;
    }
}
@media(max-width: 1280px){
    .left1 {
        padding: 65px 10px 75px 5%;
    }
    .right1 {
        padding: 65px 5% 75px 30px;
    }  
    .p_more1{
        margin-top:35px;
    }
}
@media(max-width: 1024px){
    .p_sort dl dt a{
        font-size: 18px;
    }
    .p_sort2 dl dd a{
        text-indent:0;
    }
    .right1 .keywords1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .product_list li{
        /*width: 32%;*/
        margin-bottom: 25px;
    }
    /*.product_list li:nth-child(3n) {*/
    /*    margin-right: 2%;*/
    /*}*/
    /*.product_list li:nth-child(2n) {*/
    /*    margin-right: 0;*/
    /*}*/
    .p_t1{
        font-size: 26px;
        padding:15px 0 10px;
    }
    .pd1_c .text h2{
        font-size:15px;
    }
}
@media(max-width: 820px){
    .left1 {
        padding: 55px 10px 50px 3%;
    }
    .sort_menu h2{
        font-size:26px;
        padding:10px;
    }
    .right1 {
        padding: 45px 5% 50px 20px;
    }  
    /*.product_list li{*/
    /*    width: calc(50% - 7.5px);*/
    /*}*/
    /*.product_list li:nth-child(3n) {*/
    /*    margin-right: 15px;*/
    /*}  */
    /*.product_list li:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}*/
    .product_list li{
        width: 49%;
        margin-bottom: 20px;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }  
    .p_t1{
        font-size: 24px;
        padding:15px 0 10px;
    }
    .pd1_c .text h2{
        font-size:15px;
    }
    .p_more1{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    /*.n_product{*/
    /*    margin-top:-45px;*/
    /*}*/
    .left1 {
        width: 100%;
        padding: 35px 3%;
    }
    .p_sort dl dt{
        padding:16px 0;
    }
    .p_sort dl dt a {
        font-size: 17px;
    }
    .right1 {
        width: 100%;
        padding: 45px 3% 25px;
    }  
    .product_list li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }  
    .p_search{
        display: none;
        margin-bottom:25px;
    }
    .right1 .keywords1{
        margin-bottom:0;
    } 
    #keyword1{
        line-height:40px;
        padding:0 12px;
    } 
    .keywords1 p{
        margin-right: 10px;
    }
    #s_btn1{
        height: 40px;
        background: url(../images/ss.png) no-repeat center #095ca0;
        background-size: 20px;
    }
    .formsearch {
        display: none;
    }
    .pd1{
        padding:50px 0 35px;
    }
    .pd1_c .img{
        width:100%;
    }
    .pd1_c .text{
        width:100%;
        margin-top:20px;
    }
    .p_more1 a i img{
        max-height:30px;
    }
}






.sort2{
    display: flex;
    justify-content: center;
    padding:80px 0 52px;
}
.sort2 li{
    width: 205px;
    height: 205px;
    margin:0 50px;
}
.sort2 li a{
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.sort2 li a .img{
    position: relative;
    width: 64px;
    height: 65px;
    margin:0 auto;
}
.sort2 li a .img img{
    position: absolute;
    top:0;
    left:0;
    transition: all 0.3s ease-out;
}
.sort2 li a p{
    font-size: 22px;
    color: #2a2a2a;
    margin-top:10px;
}
.sort2 li a:hover,.sort2 li a.on{
    background:url(../images/sort_bg.jpg) no-repeat right center #2236a1;
    background:contain;
}
.sort2 li a:hover .img img,.sort2 li a.on .img img{
    top:-65px;
}
.sort2 li a:hover p,.sort2 li a.on p{
    color: #fff;
}
.yyly_c{
    display: flex;
}
.yyly_c .img{
    width: 50%;
}
.yyly_c .text{
    width: 50%;
    background:#f0f4f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 8.3% 20px 7%;
}
.yyly_c .text .t1{
    text-align: left;
}
.yyly_c .text .txt{
    font-size: 15px;
    color: #6c6c6c;
    margin:20px 0 50px;
}
.yyly_c .text a.more2{
    width: 258px;
}
.yyly_case{
    padding:110px 0 60px;
}
.yyly_case .container{
    max-width: 1400px;
}
/*.case_list{
    margin-top:0!important;
}*/
.case_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.case_list1 li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 55px;
    position: relative;
}
.case_list1 li a{
    display: block;
    position: relative;
}
.case_list1 li:nth-child(2n){
    margin-right: 0;
}
.case_list1 li .img{

}
.case_list1 li .img img{
    width: 100%;
}
.case_list1 li .text{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    background:rgba(33,41,194,.7);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding:15px 65px 15px 50px;
}
.case_list1 li .text .txt{
    width: calc(100% - 120px);
}
.case_list1 li .text .txt h3{
    font-size: 18px;
    line-height: 1.6;
}
.case_list1 li .text .txt p{
    font-size: 16px;    
}
.case_list1 li .text span{
    width: 98px;
    font-size: 16px;  
    display: block;
    padding-right: 34px;
    background:url(../images/more1.png) no-repeat right center;
    cursor: pointer;  
}
.case_list1 li:hover .img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .sort2{
        padding: 70px 0 40px;
    }
    .sort2 li {
        width: 160px;
        height: 160px;
        margin: 0 30px;
    }
    .sort2 li a p{
        font-size: 18px;
    }
    .yyly_c .text{
        padding:20px 5%;
    }
    .yyly_c .text .txt {
        font-size: 14px;
        margin: 15px 0 30px;
    }
    .yyly_c .text a.more2 {
        width: 220px;
    }
    .case_list1{
        margin-top:50px;
    }
    .case_list1 li{
        margin-bottom: 40px;
    }
    .case_list1 li .text{

    }
    .case_list1 li .text .txt h3{
        font-size: 15px;
    }
    .case_list1 li .text .txt p{
        font-size: 15px;
    }
    .case_list1 li .text span{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .sort2 {
        padding: 50px 0 30px;
    }
    .sort2 li {
        width: 120px;
        height: 120px;
        margin: 0 20px;
    }
    .sort2 li a .img{
        height: 50px;
        width: 49px;
    }
    .sort2 li a .img img{
        max-height: 100px;
    }
    .sort2 li a:hover .img img, .sort2 li a.on .img img {
        top: -50px;
    }
    .sort2 li a p {
        font-size: 16px;
    }
    .yyly_c .text .txt {
        font-size: 13px;
        margin: 10px 0 20px;
    }
    .yyly_case {
        padding: 90px 0 60px;
    }
    .case_list1{
        margin-top:40px;
    }
    .case_list1 li{
        margin-bottom: 30px;
    }
    .case_list1 li .text{
        padding: 15px 25px;
    }
    .case_list1 li .text .txt h3{
        font-size: 14px;
    }
    .case_list1 li .text .txt p{
        font-size: 14px;
    }
    .case_list1 li .text span{
        font-size: 14px;
    }
}
@media(max-width: 990px){
    .yyly_c{
        flex-wrap: wrap;
    }
    .yyly_c .img{
        width: 100%;
    }
    .yyly_c .text{
        width: 100%;
    }
    .yyly_c .text .txt {
        margin: 10px 0 15px;
    }
    .yyly_c .text a.more2{
        width: 200px;
    }
    .sort2 li a p {
        font-size: 14px;
        margin-top: 5px;
    }

}
@media(max-width: 820px){
    .sort2 {
        padding: 30px 0 20px;
    }
    .sort2 li {
        width: 100px;
        height: 100px;
        margin: 0 15px;
    }
    .sort2 li a .img{
        height: 30px;
        width: 30px;
    }
    .sort2 li a .img img{
        max-height: 60px;
    }
    .sort2 li a:hover .img img, .sort2 li a.on .img img {
        top: -30px;
    }
    .yyly_case {
        padding: 50px 0 30px;
    }
    .case_list1{
        margin-top:30px;
    }
    .case_list1 li{
        margin-bottom: 20px;
    }
    .case_list1 li .text{
        padding: 15px 20px;
    }    
}
@media(max-width: 640px){
    .sort2.container{
        width: 100%;
    }
    .sort2 li {
        width: 90px;
        height: 90px;
        margin: 0 5px;
    }
    .yyly_case {
        padding: 35px 0 10px;
    }
    .case_list1{
        margin-top:20px;
    }
    .case_list1 li{
        width: 100%;
        margin-right: 0;
    }
    .case_list1 li .text{
        padding: 12px 20px;
    }    
}
@media(max-width: 460px){
    .case_list1 li .text .txt {
        width: 100%;
    }
    .case_list1 li .text span{
        display: none;
    }
}


.product1{
    padding:45px 0 60px;
}
.product1 .text{
    width: 52.5%;
    float: left;
    padding-right: 5%;
}
.site{
    font-size:16px;
    color: #999999;
}
.site a{
    font-size:16px;
    color: #999999;    
}
.product1 .text h2{
    font-weight: normal;
    font-size:36px;
    color: #2236a1;
    line-height: 1;
    margin:80px 0 35px;
}
.product1 .text .txt{
    font-size:14px;
    color: #666666;
    margin-bottom: 95px;
}
.product1 .text a.more3{
    display: block;
    font-size:16px;
    color: #fff;
    background:#2236a1;
    width: 180px;
    line-height: 60px;
    border-radius: 7px;
    text-align:center;
}
.product1 .img1{
    width: 47.5%;
    float: right;
    padding-left: 60px;
    position: relative;
}
.product1 .swiper-button-prev{
    width: 48px;
    height: 48px;
    margin-top:-24px;
    background:url(../images/left2.png) no-repeat center;
    left:0;
    opacity: 1;
}
.product1 .swiper-button-next{
    width: 48px;
    height: 48px;
    margin-top:-24px;
    background:url(../images/right2.png) no-repeat center;
    right:-60px;
    opacity: 1;
}
.product1-2{
    padding:35px 0;
    background:#2236a1;
}
.product1-2 .swiper-slide{
    border:2px solid #fff;
    border-radius: 5px;
}
.product1-2 .swiper-slide-thumb-active:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background:url(../images/ss.png) no-repeat center rgba(19,53,149,.6);
}
.product2{
    padding:80px 0;
    background:#f5f6f7;
}
.pd_t{
    font-size:40px;
    color: #1a1a1a;
    margin-bottom: 25px;
}
.pd_tabli{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 55px;
}
.pd_tabli li{
    padding:10px 20px;
    font-size:16px;
    color: #1a1a1a;
    border-radius: 7px;
    margin:0 10px;
    cursor: pointer;
}
.pd_tabli li:hover,.pd_tabli li.on{
    background:#2236a1;
    color: #fff;
}
.pd_tab1{
    display: none;
}
.pd_tab1 .cont{
    display: flex;
    flex-wrap: wrap;
}
.pd_tab1 .img1{
    width: 58%;
    float: left;
}
.pd_tab1 .text{
    width: 42%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 0 15px 6%;
}
.pd_tab1 .text h3{
    font-size:28px;
    color: #2236a1;
    font-weight: normal;
    margin-bottom: 10px;
}
.pd_tab1 .text p{
    color: #4c4c4c;
    font-size:14px;
}
.pd_tab1 .text p strong{
    font-size:16px;
}
.product3{
    padding:55px 0 75px;
}
.pd_table{

}
.pd_table table{
    width: 100%;  
    max-width: 800px;
    margin:0 auto;
    /*margin-right:2%; */
}
.pd_table table:nth-child(2n){
    margin-right: 0;
}
.pd_table table tr{
    border-bottom: 1px solid #fff;
}
.pd_table table tr td{
    padding:5px;
}
.pd_table table tr td:nth-child(1){
    background: #1e319e;
    color: #fff;
    font-size: 16px;
}

@media(max-width: 1600px){
    .product1 .text h2{
        font-size:28px;
        margin:50px 0 35px;
    }
    .product1 .text .txt{
        margin-bottom: 50px;
    }
    .product1 .text a.more3{
        font-size:15px;
        /*width: 120px;*/
        /*line-height: 46px;*/
    }
    .product1 .swiper-button-prev{
        left:0;
    }
    .product1 .swiper-button-next{
        right:0;
    }
    .product2{
        padding:60px 0;
    }
}
@media(max-width: 1299px){
    
}
@media(max-width: 1199px){
    .product1{
        padding:45px 0 20px;
    }
    .product1 .text h2{
        font-size:24px;
        margin:30px 0 25px;
    }
    .product1 .text .txt{
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    .product1 .img1{
        padding-left: 0;
    } 
}
@media(max-width: 768px){
    .product1 .text h2{
        font-size:20px;
        margin:20px 0 10px;
    }
    .product1 .text .txt{
        margin-bottom: 15px;
        font-size:14px;
    }
    .product1-2{
        padding:20px 0;
    }
    .product1 .swiper-button-prev{
        left:10px;
        width: 30px;
        height: 30px;
        margin-top:-15px;
        background-size: 30px;
    }
    .product1 .swiper-button-next{
        width: 30px;
        height: 30px;
        margin-top:-15px;
        background-size: 30px;
        right: 10px;
    }
}
@media(max-width: 640px){ 
    .product1{
        padding:30px 0 20px;
    } 
    .product1 .text{
        width: 100%;
        margin-bottom: 15px;
    }
    .product1 .text h2{
        font-size:16px;
    }
    .product1 .text a.more3{
        font-size:14px;
        width: 160px;
        line-height: 40px;
    }
    .product1 .img1{
        width: 100%;
    }
}
@media(max-width: 420px){

}



.yf1{
    padding:110px 0 90px;
}

.yf1 .p1{
    font-size: 24px;
    color: #4c4c4c;
    display: flex;
    justify-content: center;
    padding:20px 0 30px;
}
.yf1 .p1 span{
    display: block;
    margin:0 60px;
}
.hz_ist{
    display: flex;
    flex-wrap: wrap;
}
.hz_ist li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #ccc;
}
.hz_ist li:nth-child(4n){
    margin-right: 0;
}
.yf2{
    color:#fff;
    padding:95px 90px 85px;
    background:url(../images/yf_bg1.jpg) no-repeat center;
    background-size: cover;
}
.yf2 .t1{
    text-align: left;
}
.yf2 .t1 h2{
    color: #fff;
}

.yf2 .text{
    display: flex;
    justify-content: space-between;
    max-width: 595px;
    padding-top:270px;
}
.yf2 .text h3{
    font-size: 40px;
    line-height: 1.6;
}
.yf2 .text .txt{
    font-size: 20px;
}
.yf3{
    padding:100px 0 0;
}
.yf3_p{
    display: flex;
    padding-top:10px;
}
.yf3_p a{
    background:url(../images/yf_bg4.png) no-repeat center;
    width: 164px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: -15px;
}
.yf3_p a:nth-child(1){
    width: 138px;
    margin-left: 0;
    background:url(../images/yf_bg2.png) no-repeat center;
}
.yf3_p a:nth-child(2){
    background:url(../images/yf_bg3.png) no-repeat center;
    width: 204px;    
}
.yf4{
    padding-bottom: 150px;
    padding-top:60px;
}
.yf4 .t1{
    text-align: left;
}
.yf4 .cont{
    display: flex;
    justify-content: space-between;
    margin-top:55px;
}
.yf4 .cont .img{
    width: 56.5%;
}
.yf4 .cont .text{
    width: 42%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    color: #4c4c4c;
}
.yf4 .cont .text strong{
    color: #00447c;
    font-weight: normal;
}
.yf4 .cont .text p:nth-child(1){
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
}
.yf4_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:25px;
}
.yf4_more a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding:10px 20px;
    line-height: 1.4;
    z-index:3;
    margin-right: 25px;
}
.yf4_more a i{
    width: 22px;
    height: 7px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    position: relative;
    z-index:9;
}
.yf4_more a:last-child{
    margin-right: 0;
}
.yf4_more a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#2236a1;
    z-index:1;
}
.yf4_more a:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height: 100%;
    background:#2236a1;
    z-index:2;
    transition: all 0.5s ease-out;
}
.yf4_more a span{
    position: relative;
    z-index:9;  
    color: #fff;  
}
.yf4_more a:hover:after{
    width: 100%;
}
.about_zz{
    padding:60px 0;    
}
.zz_list{
    display: flex;
    flex-wrap: wrap;
    padding-top:20px;
    align-items:center;
}
.zz_list p{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.zz_list p:nth-child(5n){
    margin-right: 0;
}
.zz_list p a{
    display: block;
}
.yanfa_img1{
    text-align: center;
    padding-bottom: 35px;
}
.yanfa_img2{
    font-size: 16px;
    padding-bottom: 35px;
}
@media(max-width: 1600px){
    .yf1 {
        padding: 90px 0 ;
    }
    .yf1 .p1 {
        font-size: 20px;
    }
    .yf1 .p1 span {
        margin: 0 30px;
    }
    .yf2 {
        padding: 75px 70px;
    }
    .yf2 .text{
        padding-top: 190px;
    }
    .yf2 .text h3 {
        font-size: 32px;
    }
    .yf2 .text .txt {
        font-size: 17px;
    }

    .yf3_p a{
        font-size: 14px;
        margin-left: -8px;
    }
    .yf4 {
        padding-bottom: 100px;
    }
    .yf4 .cont{
        margin-top:40px;
    }
    .yf4 .cont .text p:nth-child(1){
        font-size: 16px;
    }
    .yf4 .cont .text{
        font-size: 14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .yf1 {
        padding: 70px 0;
    } 
    .yf1 .p1 {
        font-size: 16px;
        padding: 15px 0 20px;
    }  
    .yf2 {
        padding: 50px 30px;
    }
    .yf2 .text {
        padding-top: 120px;
    }
    .yf2 .text h3{
        font-size: 26px;
    }
    .yf2 .text .txt {
        font-size: 15px;
    }
    .yf3_p a{
        margin-left: 0px;
    }

}
@media(max-width: 990px){

}
@media(max-width: 820px){
    .yf1 {
        padding: 55px 0;
    } 
    .yf2 .text {
        padding-top: 70px;
    }  
    .yf2 .text h3{
        font-size: 22px;
    } 
    .yf4{
        padding-top:50px;
        padding-bottom: 70px;
    }
    .yf4 .cont {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .yf4 .cont .img{
        width: 100%;
    }
    .yf4 .cont .text {
        width: 100%;
        padding:20px 0;
    }
}
@media(max-width: 640px){
    .yf1 {
        padding: 35px 0;
    } 
    .yf1 .p1 {
        font-size: 15px;
        padding: 12px 0 10px;
    }
    .yf1 .p1 span{
        margin:0 10px;
    }
    .hz_ist li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .hz_ist li:nth-child(2n) {
        margin-right: 0;
    }
    .yf2 {
        padding: 20px 20px;
    }
    .yf2 .text {
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .yf2 .text h3{
        font-size: 17px;
        width: 100%;
    }
    .yf2 .text .txt{
        font-size: 14px;
        width: 100%;
    }
    .yf3_p{
        flex-wrap: wrap;
    }
    .yf3_p a{
        width: 33.333%!important;
        background: #2236a1!important;
        font-size: 13px;
    }
    .yf4 {
        padding-bottom: 40px;
        padding-top:40px;
    } 
    .yf4_more{
        margin-top:20px;
    }
    .yf4_more a{
        width:100%;
        margin-bottom:6px;
        margin-right:0;
        justify-content:space-between;
    }
}
@media(max-width: 460px){
    .yf2 .text {
        padding-top: 20px;
    }
}

/*数字服务*/
.szfw{
    padding:75px 0;
}
.szfw .text{
    font-size: 16px;
    margin-bottom: 35px;
}
.szfw ul{
    display: flex;
    flex-wrap: wrap;
}
.szfw ul li{
    width: 23.5%;
    margin-right: 2%;
    background: #f7f7f7;
}
.szfw ul li:last-child{
    margin-right: 0;
}
.szfw ul li .txt{
    background: #f7f7f7;
    padding:15px;
}
.szfw ul li .txt p{
    font-size: 16px;
    color: #333;
    min-height: 35px;
    line-height: 1.2;
}
.szfw ul li .txt a{
    display: block;
    width: 90px;
    background: #2236a1;
    font-size: 14px;
    color: #fff;
    margin:20px auto 0;
    text-align: center;
    padding:5px 10px;
}
.szfw .txt2{
    font-size: 20px;
    color: #333;
    margin-top:50px;
    text-align: center;
}
@media(max-width:1600px){
    .szfw .text{
        font-size:15px;
    }
    .szfw ul li .txt p{
        font-size:14px;
        min-height:32px;
    }
}
@media(max-width:1280px){
    
}
@media(max-width:991px){
    .szfw {
        padding: 55px 0;
    }
    .szfw ul li{
        width:49%;
        margin-bottom:15px;
    }
    .szfw ul li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width:820px){
    
}
@media(max-width:640px){
    .szfw {
        padding: 35px 0;
    }
    .szfw ul li{
        width:100%;
    }
    .szfw ul li:last-child{
        margin-bottom:0;
    }
    .szfw ul li .txt p{
        min-height:28px;
    }
    .szfw ul li .txt a{
        margin:12px auto 0;
    }
    .szfw .txt2{
        font-size:16px;
        margin:30px auto 0;
    }
}
@media(max-width:460px){
    .szfw .txt2{
        font-size:16px;
        margin:20px auto 0;
    }    
}


.n_news{
    padding:85px 0 105px;
    background:#eff1f5;
}
.news_list li{
    margin-bottom: 70px;
}
.news_detail{
    padding:50px;
    background:#fff;
    max-width: 1100px;
}
.news_detail h1{
    font-size: 22px;
    color: #333;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}
@media(max-width: 1600px){
    .n_news{
        padding:80px 0;
    }
    .news_list li{
        margin-bottom:50px;
    }
    .news_detail.container{
        width: 100%;
    }
    .news_detail {
        padding: 30px;
    }
    .news_detail h1{
        font-size: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1279px){
    .news_detail {
        padding: 20px;
    }
    .news_detail h1{
        font-size: 17px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}
@media(max-width: 990px){
    .n_news{
        padding:60px 0;
    }
}
@media(max-width: 820px){
    .n_news{
        padding:45px 0;
    } 
    .news_detail h1{
        font-size: 16px;
        margin-bottom: 5px;
    }   
    .news_list li{
        margin-bottom:30px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:30px 0;
    } 
    .news_list li{
        margin-bottom:20px;
    }
}


.contact_codes{
    margin-top:75px;
}
/*.contact_codes ul{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.contact_codes ul li{*/
/*    background: #f5f6fa;*/
/*    padding:30px 0 0;*/
/*    width: 32%;*/
/*    margin-bottom: 30px;*/
/*    margin-right: 2%;*/
/*}*/
/*.contact_codes ul li:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/
/*.contact_codes ul li dl{*/
/*    width: 50%;*/
/*    float: left;*/
/*    text-align: center;*/
/*}*/
/*.contact_codes ul li dl dt img{*/
/*    max-width: 100px;*/
/*}*/
/*.contact_codes ul li dl dd{*/
/*    padding-top:5px;*/
/*    color: #333;  */
/*    font-size: 14px;*/
/*}*/
/*.contact_codes ul li .txt{*/
/*    float: left;*/
/*    width: 100%;*/
/*    margin-top:20px;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    background: #2236a1;*/
/*    padding:5px 15px;*/
/*}*/

.contact_code_list2{
    display: flex;
    flex-wrap: wrap;
}
.contact_code_list2 li{
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
    background: #f1f1f1;
}
.contact_code_list2 li:nth-child(5n){
    margin-right: 0;
}
.contact_code_list2 li .txt{
    font-size: 18px;
    color: #fff;
    background: #2236a1;
    line-height: 1.2em;
    height: 4em;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_code_list2 li dl{

    padding:10px;
}
.contact_codes .txt2{
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top:20px;
}

.contact1{
    padding:90px 0;
}
.contact1 h2{
    font-size: 32px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 42px;
}
.contact1 h2 span{
    color: #2236a1;
    font-weight: bold;
}
.contact_list{
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
    background:#f5f6fa;
    padding:30px 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_list li:nth-child(3) .p1{
    font-weight: normal;
    font-size: 16px;
    margin-top:15px;

}
.contact_list li:nth-child(3){
    margin-right: 0;
}
.contact_list li:nth-child(4){
    margin-right: 0;
    display: none!important;
}
.contact_list li .img{

}
.contact_list li .p1{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.6;
    font-weight: bold;
    margin:10px 0 15px;
}
.contact_list li .p2{
    font-size: 16px;
    color: #666;
}
.contact_list li:nth-child(4){
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.contact_list li:nth-child(4) .text{
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_list li .p3{
    font-size: 20px;
    color: #1a1a1a;
    padding-top:8px;
}
.code_img2{
    width: 160px;
}
.contact2{
    padding:0 0 135px;
}
.contact2 .t1{
    text-align: left;
}
.contact2 .t1 h2{
    margin-bottom: 35px;
}
.contact2 .cont{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.contact2 .cont .img{
    width: 50%;
}
.c_messsge{
    width: 43.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#message{

}
#message h3{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}
#message ul{
    display: flex;
    flex-wrap: wrap;
}
#message ul li{
    width: 49%;
    margin-bottom: 22px;
}
#message ul li:nth-child(2n){
    margin-left: 2%;    
}
#message ul li:nth-child(5){
    width: 100%;
}
#message ul li input{
    width: 100%;
    line-height: 60px;
    height: 60px;
    display: block;
    font-size: 15px;
    color: #999999;
    background:#f5f6fa;
    padding:0;
    border:none;
    outline: none;
    padding:0 24px;
}
#message ul li textarea{
    width: 100%;
    line-height: 60px;
    height: 240px;
    display: block;
    font-size: 15px;
    color: #999999;
    background:#f5f6fa;
    padding:0;
    border:none;
    outline: none;
    padding:0 24px;
    font-family: "Alibaba PuHuiTi 2.0";
}
.mess_tn input{
    background:#2236a1;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    display: block;
    width: 100%;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .contact1 h2{
        font-size: 28px;
    }
    .contact_list li .p1{
        font-size: 20px;
        margin: 10px 0 10px;
    }
    .contact_list li .p2{
        font-size: 14px;
    }
    .contact_list li:nth-child(3) .p1{
        font-size: 14px;
    }
    .contact_list li .p3{
        font-size: 16px;
    }
    .contact_list li:nth-child(4) .text {
        width: calc(100% - 140px);
    }
    .code_img2{
        max-width: 130px;
    }
    .contact2 .t1 h2 {
        margin-bottom: 20px;
    }
    .contact2 .cont{
        margin-top:35px;
    }
    .c_messsge{
        width: 45%;
    }
    #message h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #message ul li{
        margin-bottom: 15px;
    }
    #message ul li input {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    #message ul li textarea{
        line-height: 50px;
        height: 200px;
        font-size: 15px;
        padding: 0 15px;
    }
    .mess_tn input {
        line-height: 50px;
        font-size: 22px;
    }
    .contact_codes ul li dl dd{
        font-size:12px;
    }
    .contact_codes .txt2{
        font-size:18px;
    }
}
@media(max-width: 1440px){
    .contact_code_list2 li .txt{
        font-size:15px;
    }
}
@media(max-width: 1279px){
    .contact1 {
        padding: 70px 0;
    }
    .contact_list li{
        padding:20px 1%;
    }
    .contact_list li .p1{
        font-size: 18px;
        margin: 10px 0 10px;
    }
    .contact_list li .p3{
        font-size: 14px;
    }
    .contact_list li:nth-child(4) .text {
        width: calc(100% - 130px);
    }
    .code_img2{
        max-width: 120px;
    }
    .contact2 {
        padding: 0 0 100px;
    }
}
@media(max-width: 991px){
    .contact_codes ul li{
        width:49%;
        margin-bottom:12px;
    }
    .contact_codes ul li:nth-child(3n){
        margin-right:2%;
    }
    .contact_codes ul li:nth-child(2n){
        margin-right:0%;
    }
}
@media(max-width: 820px){
    .contact1 {
        padding: 55px 0;
    } 
    .contact1 h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contact_list li{
        padding:15px 12px;
        width: 49%;
        margin-bottom: 15px;
    }
    .contact_list li:nth-child(2n){
        margin-right: 0;
    }
    .contact_list li .img img{
        max-height: 30px;
    }
    .contact_list li .p1{
        font-size: 16px;
        margin: 10px 0 3px;
    }
    .contact_list li:nth-child(3){
        width:100%;
    }
    .contact_list li:nth-child(3) .p1 {
        font-size: 13px;
    }
    .contact_list li:nth-child(4) .text {
        width: calc(100% - 100px);
    }
    .contact_codes{
        margin-top:55px;
    }
    .code_img2{
        max-width: 90px;
        display: flex;
        align-items:center;
    }
    .contact2 {
        padding: 0 0 80px;
    } 
    .contact2 .cont{
        flex-wrap: wrap;
    }
    .contact2 .cont .img{
        width: 100%;
    }
    .c_messsge {
        width: 100%;
        margin-top:20px;
    }
    #message h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }  
    #message ul li {
        margin-bottom: 12px;
    }
    #message ul li input {
        line-height: 42px;
        height: 42px;
        font-size: 14px;
        padding: 0 12px;
    }
    #message ul li textarea {
        line-height: 42px;
        height: 130px;
        font-size: 14px;
        padding: 0 12px;
    }
    .mess_tn input {
        line-height: 46px;
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .contact1 {
        padding: 35px 0;
    } 
    .contact1 h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .contact_list li .img img{
        max-height: 22px;
    }
    .contact_list li .p1{
        margin: 6px 0 3px;
    }
    .contact_list li:nth-child(3) .p1 {
        font-size: 12px;
    }
    .contact_list li .p3 {
        font-size: 12px;
    }

    .contact2 {
        padding: 0 0 50px;
    } 
    .contact2 .t1 h2 {
        margin-bottom: 15px;
    } 
    .contact2 .cont {
        margin-top: 20px;
    } 
    #message h3 {
        font-size: 18px;
    }
    #message ul li{
        width: 100%;
        margin-right: 0;
    }
    #message ul li:nth-child(2n){
        margin-left: 0;
    } 
    .contact_codes ul li{
        width:100%;
        margin-right:0!important;
        margin-bottom:20px;
    }
    .contact_codes ul li .txt{
        font-size:15px;
    }
    .contact_codes{
        margin-top:35px;
    }
    .contact_codes .txt2{
        font-size:16px;
    }
}


.service{
    padding:85px 0 130px;
}
.service_list{

}
.service_list li{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.service_list li .text{
    width: 50%;
    background:#f5f6fa;
    padding:30px 5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.service_list li .text .t1{
    text-align: left;
}
.service_list li .text .txt{
    font-size: 22px;
    color: #4c4c4c;
    padding-top:10px;
    display: flex;
    flex-wrap: wrap;
    font-family: "puhui45";
}
.service_list li .text .txt span{
    display: inline-block;
    margin-right: 32px;
}
.service_list li .text .txt span:last-child{
    margin-right: 0;
}
.service_list li .text .txt p{
    font-size: 20px;
    color: #4c4c4c;
    width: 32%;
    margin-right:2%;
    padding:2px 0 2px 20px;
    position: relative;
}
.service_list li .text .txt p:before{
    content:'';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    left:5px;
    top:18px;
    border-radius: 50%;
}
.service_list li .text .txt p:nth-child(3n){
    margin-right: 0;
}
.service_list li .text a{
    margin-top:50px;
}
.service_list li .text .num1{
    position: absolute;
    bottom:-85px;
    left:5%;
    font-size: 210px;
    color: #ebecf0;
    font-weight: bold;
    font-family: "Arial";
    font-style: italic;
    line-height: 1;
}
.service_list li .img{
    width: 50%;
}
.service_list li .img:hover img{
    transform: scale(1.1);
}
.job1{
    padding:88px 0 100px;
}
.job1 .container{
    display: flex;
    justify-content: space-between;
}
.job1 .img{
    width: 51.25%;
}
.job1 .text{
    width: 41.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}
.job1 .text .t1{
    text-align: left;
}
.job1 .text .txt{
    font-size: 16px;
    color: #6c6c6c;
    margin-top:38px;
}
.job2{
    padding:88px 0 100px;
    background:#f7f7f7;
}
.fuli_list{
    display: flex;
    flex-wrap: wrap;
    margin:130px 0 80px;
}
.fuli_list li{
    width: 23.5%;
    margin-right: 2%;
    background:#ffffff;
    padding:105px 38px 55px;
    position: relative;
}
.fuli_list li:last-child{
    margin-right: 0;
}
.fuli_list li .img{
    position: absolute;
    top:-80px;
    left:50%;
    margin-left: -80px;
    width: 160px;
}
.fuli_list li h3{
    text-align: center;
    font-size: 30px;
    color: #1a1a1a;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
@media(max-width: 1600px){
    .service_list li .text .txt{
        font-size: 16px;
    }
    .service_list li .text .txt span{
        margin-right: 25px;
    }
    .service_list li .text .num1 {
        bottom: -60px;
        font-size: 180px;
    }
    .service_list li .text .txt p{
        font-size: 16px;
    }
    .job1 {
        padding: 80px 0;
    }
    .job1 .text{
        width: 45%;
    }
    .job1 .text .txt{
        font-size: 15px;
        margin-top: 25px;
    }
    .job2 {
        padding: 80px 0;
    }
    .fuli_list{
        margin: 110px 0 80px;
    }
    .fuli_list li {
        padding: 90px 25px 40px;
    }
    .fuli_list li .img {
        top: -60px;
        margin-left: -60px;
        width: 120px;
    }
    .fuli_list li h3{
        font-size: 24px;
    }
    .service_list li .text a{
        margin-top:40px;
    }
}
@media(max-width: 1440px){
    .service_list li .text .num1{
        font-size: 150px;
    }
}
@media(max-width: 1279px){
    .service_list li .text a{
        margin-top:35px;
    }
}
@media(max-width: 990px){
    .service {
        padding: 60px 0 100px;
    }
}
@media(max-width: 820px){
    .service {
        padding: 50px 0 60px;
    }
    .service_list li{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .service_list li .text{
        width: 100%;
        padding: 30px 5% 70px;
    }
    .service_list li .text .num1 {
        font-size: 120px;
    }
    .service_list li .text .txt {
        font-size: 14px;
    }
    .service_list li .img{
        width: 100%;
    }
    .service_list li .text .txt p{
        width: 49%;
    }
    .service_list li .text .txt p:nth-child(3n) {
        margin-right: 2%;
    }
    .service_list li .text .txt p:nth-child(2n) {
        margin-right: 0%;
    }
    .job1,.job2 {
        padding: 60px 0;
    }
    .job1 .container{
        flex-wrap: wrap;
    }
    .job1 .img{
        width: 100%;
    }
    .job1 .text{
        width: 100%;
        padding:20px 15px;
    }
    .job1 .text .txt {
        font-size: 14px;
        margin-top: 15px;
    }
    .fuli_list {
        margin: 100px 0 70px;
    }
    .fuli_list li {
        padding: 75px 12px 25px;
    }
    .fuli_list li h3 {
        font-size: 20px;
    }
    .service_list li .text a{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .service {
        padding: 30px 0 35px;
    } 
    .service_list li .text .num1 {
        font-size: 80px;
        bottom: -30px;
    }   
    .service_list li .text .txt p {
        font-size: 14px;
    }
    .service_list li .text .txt p:before{
        top: 12px;
    }
    .job1,.job2 {
        padding: 35px 0;
    }
    .fuli_list {
        margin: 75px 0 0px;
    }
    .fuli_list li{
        width: 49%;
        margin-bottom: 60px;
        padding: 60px 12px 20px;
    }
    .fuli_list li:nth-child(2n){
        margin-right: 0;
    }
    .fuli_list li .img {
        top: -45px;
        margin-left: -45px;
        width: 90px;
    }
    .fuli_list li h3 {
        font-size: 17px;
    }
    .service_list li .text a{
        margin-top:20px;
    }
}
@media(max-width: 460px){
    .fuli_list li{
        width: 100%;
        margin-right: 0;
    }
}


#job3{
/*    background:#f5f5f5;*/
    padding:90px 0;
}
.job_list{
    margin-top:50px;
}
.job_list li{
    background:#f5f6fa;
    margin-bottom: 15px;
    padding:0 60px;
    border: 1px solid #f5f6fa;
    border-radius: 15px;
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line2.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #2236a1;
    color: #fff;
/*    border-radius: 10px;*/
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    font-size: 16px;
    line-height: 64px;
    float: left;
/*     font-weight: bold; */
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
/*    background:#1f386d;*/
    font-size:16px;
    color: #fff;
/*    font-weight: bold;*/
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}
.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    #job3{
        padding:80px 0;
    }
    #job3 ul li .text .p1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job3 ul li .text .p2{
        line-height: 35px;
    }
    #job3 ul li .text{
        padding:10px 50px 10px 0;
    }
    #job3 ul li:nth-child(2n) .text{
        padding:10px 0 10px 50px;
    }
/*    #job3{
        padding: 20px 0 100px;
    }*/
    #job3 .job1_c{
        padding:100px 0 65px;
    }
    #job3 .job1_c .cont{
        padding:50px 0 50px 85px;
    }
    #job3 .job1_c .cont .txt h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    #job3 .job1_c .cont .txt p{
        font-size:16px;
    }
    .job_list{
        margin-top:40px;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1220px){
    #job3{
        padding:70px 0;
    }
    #job3 ul li .text .p1{
        font-size: 26px;
    }
/*    #job3{
        padding:10px 0 70px;
    }*/
    #job3 .job1_c{
        padding:80px 0 50px;
    }
    #job3 .job1_c .cont{
        padding:40px 0 40px 40px;
    }
    #job3 .job1_c .cont .txt h2{
        font-size:28px;
        margin-bottom: 10px;
    }
    #job3 .job1_c .cont .txt p{
        font-size:15px;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }

    .j_contact a{
        width: 120px;
    }
}
@media(max-width: 820px){
    #job3{
        padding:55px 0;
    }
    #job3 ul li .text .p1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #job3 ul li .text .p2{
        font-size: 14px;
        line-height: 2em;
    }
    #job3 ul li .text{
        padding:10px 30px 10px 0;
    }
    #job3 ul li:nth-child(2n) .text{
        padding:10px 0 10px 30px;
    }
/*    #job3 {
        padding: 10px 0 50px;
    }*/
    #job3 .job1_c {
        padding: 30px 0 ;
    }
    #job3 .job1_c .cont {
        padding: 15px 10px;
    }
    #job3 .job1_c .cont .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job3 .job1_c .cont .txt p {
        font-size: 14px;
    }

    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list{
        margin-top:20px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    #job3{
        padding:35px 0;
    }
    #job3 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
/*    #job3 {
        padding: 10px 0 30px;
    }*/
    #job3 .job1_c .cont .txt h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    #job3 ul li .img{
        width: 100%;
    }
    #job3 ul li .text{
        width: 100%;
        padding:10px;
    }
}





h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 820px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2236a1;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2236a1;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #2236a1;
    vertical-align: middle;
    border: 1px solid #2236a1; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #2236a1;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:58px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:1;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #2236a1;
    background: #2236a1;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #2236a1;
    background: #2236a1;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #2236a1;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1279px){
    #c-right-fixed{
        display: none!important;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}