﻿/*头部样式*/
header{
    box-shadow: 0px 0px 10px #ccc;
}
.header{
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.inbanner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.25%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
}
.mainbannr_height_height {
    height: 100vh;
    position: relative;
    z-index: 1;
}
.main {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
}
#swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100vh;
}
.banner_movie{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.logo{
    float: left;
    line-height:90px;
}

.language{
    float: right;
    margin-left: 45px;
}
.language a{
    line-height:90px;
}
.language a:last-child{
    margin-left: 16px;
}
.nav{
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding:0 35px;
    margin:0 1px;
    line-height:90px;
}

.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li a:hover{
    background:#1c2881;
    color: #fff;
}
.nav li a.on{
    background:#1c2881;
    color: #fff;    
}

.menu-button{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 13px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #1c2881;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    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);
    /*width: 40px;*/
}

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

.swiper-container .swiper-pagination1{
    text-align: center;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
}
.swiper-container .swiper-pagination1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#475097;
    opacity: 1;
    position: relative;
    display: inline-block;
}
.swiper-container .swiper-pagination1 .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    margin:0 6px;
    background:#1c2881;
}
.swiper-container .swiper-pagination1 .swiper-pagination-bullet-active:after{
    content:'';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:1px solid #1c2881;

    position: absolute;
    top:-4px;
    left:-4px;
}
#swiper-container1_2{
    display: none;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 2%;
    }
    .nav li a{
        padding: 0 11px;
    }
    #swiper-container1 .swiper-pagination1{
        bottom:0;
    }
}
@media(max-width: 768px){
    .language{
        display: none;
    }
    .logo{
        line-height:70px;
    }
    .nav li a{
        line-height:70px;
        font-size:14px;
        padding:0 10px;
    }
    .header{
        position:relative;
    }
    .inbanner{
        position:relative;
        margin-bottom:0;
        display:none;
    }
    .mainbannr_height_height{
        display:none;
    }
   /*     #swiper-container1_2{
            display: block;
        }*/
}
@media(max-width: 767px){
    .logo{
        width: 70%;
        float: none;
        line-height:55px;
    }
    .logo img{
        max-width: 100px;
        margin-left: 10px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }

}


.index_about{
    background:url(../images/bg1.jpg) no-repeat top center;
    padding-bottom: 70px;
    background-size: cover;
}
.index_about_img{
    width: 53%;
}
.index_about_text{
    width: 55.7%;
    background:url(../images/bg2.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    right: 0;
    top:10%;
    box-sizing:border-box;
    padding:65px 80px 65px 110px;
}
.index_about_text h2 {
    font-size: 40px;
    color: #323232;
    font-weight: normal;
    position: relative;
    margin-bottom:10px;
}
.index_about_text h2:before{
    content:'';
    position: absolute;
    width: 28px;
    height: 4px;
    background:#1c2881;
    left:-55px;
    top:50%;
    margin-top:-2px;
}
.index_about_text p {
    font-size: 16px;
    color: #666;
}
.shuju{
    display: flex;
    flex-wrap: wrap;
    margin:30px 0 45px;
}
.shuju li{
    text-align: center;
}
.shuju li:nth-child(2){
    margin:0 5%;
}
.shuju li p{
    position: relative;
}
.shuju li p span{
    font-size: 60px;
    color: #1c2881;
    font-family: 'impact';
    line-height:1.6em;
}
.shuju li p sup{
    display: block;
    position: absolute;
    right:0;
    top:0;
    font-size: 20px;
    color: #1c2881;
    font-family: 'impact';    
}
.shuju li h3{
    font-size: 16px;
    color: #1a1a1a;
    font-weight: normal;
}
.index_about_text a{
    font-size: 16px;
    color: #575757;
}
.index_about_text a img{
    transition: all 0.5s ease-out;
    display: inline-block;
}
.index_about_text a:hover img{
    transition: all 0.5s;
    margin-left: 10px;
}
.left_sort li a{
    display: block;
    line-height:50px;
    font-size: 16px;
    color: #333;
    text-indent: 0px;
    padding: 0 10px;
    background:#e6e6e6;
    position: relative;
    margin-bottom:1px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(max-width: 1440px){
    .index_about_text{
        padding: 50px 60px 50px 90px;
    }
    .shuju li:nth-child(2) {
        margin: 0 2%;
    }
    .shuju li p span{
        font-size: 40px;
    }
    .left_sort li a {
    line-height: 46px;
    font-size: 14px;
    }
}
@media(max-width: 1199px){
    .index_about{
        padding-bottom: 30px;
    }
    .index_about .container{
        padding:0 ;
    }
    .index_about_text {
        padding: 30px 40px 30px 70px;
}
    .index_about_text h2{
        font-size: 24px;
    }
    .index_about_text p{
        font-size: 14px;
    }
    .shuju li:nth-child(2) {
        margin: 0 10%;
    }
    .shuju li:nth-child(3) {
        display:none;
    }
    .shuju li h3{
        font-size: 14px;
    }
    .shuju li p span {
        font-size: 32px;
    }
    .shuju li p sup{
        position: relative;
        display: inline-block;        
    }
}
@media(max-width: 768px){
    .index_about {
        padding-bottom: 0px;
    }
    .index_about_text{
        top:0;
        padding: 20px 20px 20px 70px;
    }
    .shuju{
        margin: 15px 0 15px;
        display:none;
    }
    .shuju li:nth-child(2) {
        margin: 0 5%;
    }
}
@media(max-width: 767px){
    .index_about_img{
        width: 100%;
    }
    .index_about_text{
        position: relative;
        width: 100%;
        padding:15px 10px 15px 50px;
    }
    .index_about_text h2{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .index_about_text h2:before{
        left: -40px;
    }
    .shuju li p span {
        font-size: 30px;
        line-height:1em;
    }
    .index_about_text a {
        font-size: 14px;
    }
}

.index_product{
    padding:50px 0 40px;
}
.index_title1{
    text-align: center;
    margin-bottom:42px;
}
.index_title1 h2{
    font-weight: normal;
    font-size: 36px;
    color: #1c2881;
    position: relative;
    padding-bottom: 10px;
    margin-bottom:15px;
}
.index_title1 h2:after{
    content:'';
    position: absolute;
    width: 66px;
    height: 2px;
    background:#868cbc;
    left:50%;
    margin-left:-33px;
    bottom:0;
}
.index_title1 p{
    font-size: 14px;
    color: #333;
    width: 90%;
    margin:0 auto;
}
.index_product_l{
    width: 17%;
    max-width: 240px;
    float: left;
}
.index_product_l h2{
    font-size: 24px;
    color: #fff;
    background:#1c2881;
    text-align: center;
    line-height:86px;
    margin-bottom:3px;
}
.left_sort{

}

.left_sort li a:after{
    content:'';
    position: absolute;
    right: 20px;
    top:50%;
    width: 9px;
    height: 10px;
    margin-top:-5px;
    background:url(../images/jia.png) no-repeat;
}
.left_sort li a:hover{
    color: #fff;
    background:#1c2881;
}
.left_sort li a:hover:after{
    width: 16px;
    height: 2px;
    margin-top:-1px;
    background:url(../images/jian.png) no-repeat;    
}
.left_sort li a.on{
    color: #fff;
    background:#1c2881;
}
.left_sort li a.on:after{
    width: 16px;
    height: 2px;
    margin-top:-1px;
    background:url(../images/jian.png) no-repeat;    
}
.index_product_r{
    width: 80%;
    max-width: 1130px;
    float: right;    
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:33px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing:border-box;
}
.product_list li a:after{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border:1px solid #c3c3c3;
}
.product_list li img{
    transition: all 0.6s ease-out;
}
.product_list li h3{
    position: absolute;
    width: 100%;
    left: 0;
    bottom:0;
    font-size: 16px;
    color: #fafafa;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    background:rgba(0,0,0,.56);
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 5px;
    box-sizing:border-box;
    overflow: hidden;
}

.product_list li:hover a:after{
    border:1px solid #1c2881;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.product_list li:hover h3{
    background:#1c2881;
}
@media(max-width: 1440px){
        .product_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

}
@media(max-width: 1199px){
    .index_title1 h2{
        font-size: 32px;
    }
    .left_sort li a{
        line-height: 40px;
        font-size: 14px;
        text-indent: 10px;        
    }
}
@media(max-width: 768px){
    .index_product {
        padding: 30px 0;
    }
    .index_title1 h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .product_list li h3{
        font-size: 14px;
        line-height:40px;
    }
    .index_product_l h2{
        font-size: 20px;
        line-height: 60px;
    }
    .left_sort li a{
        text-indent: 5px;
    }
    .left_sort li a:after{
        background:none;
    }
}
@media(max-width: 767px){
    .index_product {
        padding: 20px 0 10px;
    }
    .index_product_l{
        width: 100%;
        max-width: 100%;
        margin-bottom:15px;
        float: none;
    }
    .index_product_l h2{
        display: none;
    }
    .left_sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .left_sort li a {
        text-indent: 0px;
        padding:0 10px;
        margin:5px;
    }
    .index_product_r{
        float: none;
        width: 100%;
    }
    .product_list li{
        width: 49%;
        margin-bottom:10px;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
}

.index_yewu{
    background:#f5f5f5;
    padding:55px 0;
}
.index_title1{

}
.yewu_list{
    display: flex;
    flex-wrap: wrap;
}
.yewu_list li{
    width: 32.8%;
    margin-right: 0.8%;
    color: #fff;
    max-width: 460px;
    position: relative;
/*    cursor: pointer;*/
}
.yewu_list li a{
    color: #fff;
}

.yewu_list li .yewu_list_cont{
    height: 142px;
    margin-bottom:10px;
    padding: 50px 44px;
    position: relative;
}
.yewu_list li .yewu_list_cont:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(28,40,129,0.7);
    z-index: 1;
    opacity: 0;
}
.yewu_list li .yewu_list_cont:last-child{
    margin-bottom:0;
}
.yewu_list li:nth-child(3){
    margin-right: 0;

}

.yewu_list li .yewu_list_cont h3{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding-bottom: 8px;
    z-index: 2;
}
.yewu_list li .yewu_list_cont h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 45px;
    height: 1px;
    background:#fff;
}
.yewu_list li .yewu_list_cont a.more{
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 50px;
    opacity: 0;
}
.yewu_list li .yewu_list_cont:hover:after{
    opacity: 1;
}
.yewu_list li .yewu_list_cont:hover a.more{
    opacity: 1;
}
.yewu_list li .yewu_list_cont2{
    height: 375px;
    padding: 50px 30px 70px 50px;
}
.yewu_list li .yewu_list_cont2 h3{
    font-size:38px;
    position: relative;
    line-height:1em;
}
.yewu_list li .yewu_list_cont2 h3:after{
    content:'';
    position: absolute;
    left:-18px;
    top:0;
    width: 4px;
    height: 100%;
    background:#fff;
}
.yewu_list li .yewu_list_cont2 h3 span{
    font-weight: normal;
    font-size: 22px;
    display: block;
    margin-top:6px;
}
.yewu_list li .yewu_list_cont2 p{
    margin:20px 0 30px;
}
.yewu_list li .yewu_list_cont2 a{
    font-size:16px;
    display: block;
}
.yewu_list li .yewu_list_cont2 a img{
    transition: all 0.5s ease-out;
    display: inline-block;
}
.yewu_list li .yewu_list_cont2 a:hover img{
    transition: all 0.5s;
    margin-left: 10px;
}
@media(max-width: 1440px){
.yewu_list li .yewu_list_cont2 h3 {
    font-size: 36px;
    position: relative;
    line-height: 1em;
}
}
@media(max-width: 1199px){
    .yewu_list li .yewu_list_cont2{
        padding: 50px 20px 40px 40px;
    }
    .yewu_list li .yewu_list_cont2 h3{
        font-size: 24px;
    }
    .yewu_list li .yewu_list_cont2 h3 span{
        font-size: 18px;
    }
}
@media(max-width: 768px){
    .index_yewu {
        padding: 35px 0;
    }
    .index_title1{
        margin-bottom:30px;
    }
    .yewu_list li .yewu_list_cont{
        padding:30px 20px;
    }
    .yewu_list li .yewu_list_cont a.more{
        margin-top: 30px;
    }
    .yewu_list li .yewu_list_cont2 {
        padding: 20px 10px 20px 30px;
    }
    .yewu_list li .yewu_list_cont2 h3 {
        font-size: 20px;
    }
    .yewu_list li .yewu_list_cont2 h3 span {
        font-size: 16px;
    }
    .yewu_list li .yewu_list_cont2 p {
        margin: 10px 0 10px;
        line-height: 1.8em;
    }
}
@media(max-width: 767px){
    .index_yewu {
        padding: 20px 0;
    }
    .index_title1 {
        margin-bottom: 15px;
    }
    .index_title1 h2 {
        font-size: 20px;
    }
    .index_title1 p {
        width: 96%;
        line-height: 1.6em;
        font-size: 12px;
    }
    .yewu_list li:nth-child(3){
        display: none;
    }
    .yewu_list li {
        width: 49%;
        margin-right: 2%;
    }
    .yewu_list li:nth-child(2) {
        margin-right: 0%;
    }
    .yewu_list li .yewu_list_cont:after{
        opacity: 1;
    }
    .yewu_list li .yewu_list_cont h3 {
        font-size: 18px;
    }
    .yewu_list li .yewu_list_cont a.more {
        margin-top: 15px;
        opacity: 1;
    }
    .yewu_list li .yewu_list_cont a.more img{
        max-width: 30px;
    }
}

.index_news{
    padding:55px 0;
}
.index_news_list{

}
.index_news_list li{
    width: 32%;
    margin-right: 2%;
    float: left;
    transition: all ease .3s;
}
.index_news_list li:last-child{
    margin-right: 0;
}
.index_news_list li.box1 a{
    display: block;
}
.index_news_list li.box1 .img {
    width: 100%;
    height: 280px;
}
.index_news_list li.box1 .tbox {
    width:100%;
    height:270px;
    box-sizing:border-box;
    background:#f7f7f7;
    padding:0 30px;
}
.index_news_list li.box1:hover {
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index_news_list li.box1 .tbox .time {
    color:#999;
    font-family: 'Impact';
    font-weight:bold;
    font-size:48px;
    line-height:50px;
    border-bottom:1px solid #dbdbdb;
    padding:22px 0 16px;
    background:url(../images/more3.png) right 54px no-repeat;
    transition:all ease .3s;
}
.index_news_list li.box1 .tbox:hover .time {
    color:#222;
}
.index_news_list li.box1 .tbox .time span {
    font-size:16px;
    line-height:20px;
    font-weight:initial;
    display:block;
    padding-top:5px;
}
.index_news_list li.box1 .tbox .titles {
    font-size:16px;
    line-height:36px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news_list li.box1 .tbox .txts {
    font-size:14px;
    line-height:24px;
    color:#666;
    margin-top:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_list li.box2 .tbox {
    width:100%;
    height:270px;
    background:#f4f4f4;
    box-sizing:border-box;
    padding:0 30px;
    margin-bottom:10px;
    transition:all ease .3s;
}
.index_news_list li.box2 a{
    display: block;
}
.index_news_list li.box2 .tbox:hover {
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index_news_list li.box2 .tbox a {
    display:inline-block;
    width:100%;
}
.index_news_list li.box2 .tbox .time {
    font-size:48px;
    font-weight:bold;
    line-height:50px;
    font-family: 'Impact';
    color:#999;
    padding:22px 0 15px;
    background:url(../images/more3.png) right 54px no-repeat;
    border-bottom:1px solid #dbdbdb;
    transition:all ease .3s;
}
.index_news_list li.box2 .tbox .time span {
    font-size:16px;
    line-height:20px;
    display:block;
    font-weight: normal;
    padding-top:5px;
}
.index_news_list li.box2 .tbox:hover .time {
    color:#222;
}
.index_news_list li.box2 .tbox .titles {
    font-size:16px;
    line-height:36px;
    color:#000;
    margin-top:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news_list li.box2 .tbox .txts {
    font-size:14px;
    line-height:24px;
    color:#666;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list1{
    box-sizing:border-box;
    width: 100%;

/*    flex-wrap: wrap;*/
    background:#f6f6f6;
    margin-bottom: 12px;
    padding:35px 0;
}
.news_list1 a{
    display: block;
    display: flex;
}
.news_list1 .time {
    font-size:48px;
    font-weight:bold;
    line-height:50px;
    font-family: 'Impact';
    color:#999;
    padding:15px 20px 15px;
    border-right:1px solid #dbdbdb;
    transition:all ease .3s;
    min-width: 65px;
}
.news_list1 .time span {
    font-size:16px;
    line-height:20px;
    display:block;
    font-weight: normal;
    padding-top:5px;
}
.news_list1:hover .time {
    color:#222;
}
.news_list1 .text{
    padding:0 20px;
}
.news_list1 .text h3{
    font-size: 18px;
    color: #666;
    font-weight: normal;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}
.news_list1 .text img{
    display: block;
    margin-top:10px;
    transition:all ease .6s;
}
.news_list1:hover{
    box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.news_list1:hover .text img{
    margin-left: 30px;
    transition:all .6s;
}
@media(max-width: 1440px){

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

}
@media(max-width: 768px){
    .index_news {
        padding: 35px 0;
    }
    .index_title1 h2{
        margin-bottom:10px;
    }
    .index_news_list li.box1 .tbox{
        padding:0 15px;
    }
    .index_news_list li.box1 .tbox .time{
        font-size: 36px;
    }
    .index_news_list li.box1 .tbox .time span {
        font-size: 14px;
    }
    .index_news_list li.box2 .tbox{
        padding:0 15px;
    }
    .index_news_list li.box2 .tbox .time{
        font-size: 36px;
    }
    .index_news_list li.box2 .tbox .time span {
        font-size: 14px;
    }
    .news_list1 .time{
        font-size: 36px;
    }
    .news_list1 .time span{
        font-size: 14px;
    }
    .news_list1 .text h3{
        font-size: 16px;
        height: 4.5em;
    }
}
@media(max-width: 767px){
    .index_news {
        padding: 20px 0 5px;
    }
    .index_news_list li.box1{
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
    .index_news_list li.box1 .tbox{
        height: 100%;
    }
    .index_news_list li.box1 .img{
        height: 260px;
    }
    .index_news_list li.box1 .tbox .time{
        display: none;
    }
    .index_news_list li.box1 .tbox .titles{
        margin-top:0;
        font-size:14px;
    }
    .index_news_list li.box1 .tbox .txts{
        margin-top: 0px;
        font-size:12px;
    }
    .index_news_list li.box2{
        width: 100%;
        margin-right: 0;
    }
    .index_news_list li.box2 .tbox{
        height: 100%;
    }
    .index_news_list li.box2 .tbox .time{
        display: none;
    }
    .index_news_list li.box2 .tbox .titles{
        margin-top:0;
        font-size:14px;
    }
    .index_news_list li.box2 .tbox .txts {
        font-size: 12px;
        margin-top: 0px;
    }
    .index_news_list li.box3{
        display: none;
    }
}


#footer{
    background:#31343d;
    padding-top:60px;
}
#footer a:hover{
    color: #fff;
}
.f_nav{
    float: left;
    width: 75%;
}
.f_nav li{
    float: left;
    margin-right: 75px;
}
.f_nav li h3{
    font-size: 16px;
    color: #e5e5e5;
    font-weight: normal;
    margin-bottom:10px;
}
.f_nav li a{
    display: block;
    font-size: 14px;
    color: #7e7f80;
    margin-bottom: 5px;
}
.f_contact{
    float: right;
    text-align: right;
    font-size: 14px;
    color: #a7a8a9;
    width: 25%;
}
.f_contact img{
    display: inline-block;
    margin-bottom:20px;

}
.copyright{
    padding:15px 0;
    line-height:24px;
    border-top:1px solid #4d4d4d;
    margin-top:50px;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1440px){
    .f_nav li{
        margin-right:50px;
    }
}
@media(max-width: 1199px){
    .copyright{
        padding:10px 1%;
    }
    .f_nav li{
        margin-right: 30px;
    }
}
@media(max-width: 768px){
    .f_nav{
        display: none;
    }
    .f_contact{
        width: 100%;
        float: none;
        text-align: left; 
        margin-left: 36px;
    }
    .copyright{
        text-align: center;
        margin-top: 30px;
    }
    .copyright_l{
        float: none;
    }
    .copyright_r{
        float: none;
    }
}
@media(max-width: 767px){

    #footer{
        padding-top: 20px;
    }
    .f_contact{

    }
    .f_contact img{
        max-width: 200px;
        margin-bottom: 5px;
    }
    .copyright{
        margin-top: 10px;
    }
}

.fixed-contact-wrap {
    z-index:999;
    position:fixed;
    right:30px;
    top:75%;
    width:60px;
    margin-top:-90px;
    overflow:hidden;
    border-radius:30px;
    opacity:0;
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);

}
.fixed-contact-wrap.show{  transform:none; opacity:1; }
.fixed-contact-wrap.active {width:215px;}
.fixed-contact-wrap li {
    position:relative;
    height:60px;
    background:#1c2881;
    overflow:hidden;
}
.fixed-contact-wrap.active li {overflow:inherit;}
.fixed-contact-wrap li a {position:relative;z-index:1000;display:block;}
.fixed-contact-wrap li i {
    z-index:1000;
    position:absolute;
    right:0;
    display:block;
    width:60px;
    height:60px;
    transition:all .4s;
}
.fixed-contact-wrap.active li:after {
    z-index:1001;
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    display:block;
    width:80%;
    height:1px;
    margin-left:-40%;
    background:rgba(255,255,255,.1);
}
.fixed-contact-wrap.active li:last-child:after {display:none;}
.fixed-contact-wrap li:hover i,.fixed-contact-wrap li:hover strong{opacity:.5;}
.fixed-contact-wrap .phone i {
    background:#1c2881 url(../images/r_icon1.png) no-repeat center center;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact-wrap .qq i {background:#1c2881 url(../images/r_icon2.png) no-repeat center center;}
.fixed-contact-wrap .back-top i {  background:#1c2881 url(../images/r_icon3.png) no-repeat center center;  }
.fixed-contact-wrap.active .back-top i {
    border-bottom-left-radius:0;
    -moz-border-bottom-left-radius:0;
    -webkit-border-bottom-left-radius:0;
}
.fixed-contact-wrap li strong {
    position:absolute;
    top:0;
    right:-135px;
    display:block;
    width:115px;
    padding:0 15px 0 30px;
    font:normal 16px/60px 'gotham-medium';
    color:#fff;
    background:#1c2881;
    white-space:nowrap;
    transition:all .4s;
}
.fixed-contact-wrap.active li strong {
    right:60px;
}
.fixed-contact-wrap.black li {background:#111;}
.fixed-contact-wrap.black li strong {background:#111;}
.fixed-contact-wrap.black .phone i {background:#111 url(../images/r_icon1.png) no-repeat center center;}
.fixed-contact-wrap.black .qq i {background:#111 url(../images/r_icon2.png) no-repeat center center;}
.fixed-contact-wrap.black .back-top i {  background:#111 url(../images/r_icon3.png) no-repeat center center;  }
@media(max-width:1400px){
    .fixed-contact-wrap {right:15px;width:50px;border-radius:25px;}
    .fixed-contact-wrap.active {width:200px;}
    .fixed-contact-wrap li {height:50px;}
    .fixed-contact-wrap li i {width:50px;height:50px;}
    .fixed-contact-wrap li strong {right:-120px;width:100px;padding:0 15px 0 20px;font:normal 14px/50px 'gotham-medium';}
    .fixed-contact-wrap.active li strong {right:50px;}
}

@media(max-width: 768px){
    .fixed-contact-wrap{
        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;
}



/*------------内页-------------------*/
.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    display: flex;\
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 1;
    top:0;
}
.n_banner_text h3{
    position: relative;
    font-size: 36px;
    font-weight: normal;
}
.n_banner_text h3:after{
    content:'';
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom:0;
    width: 58px;
    height: 1px;
    background:#fff;
}
.sitemp{
    padding:12px 0 11px;
    border-bottom: 1px solid #e0e0e0;
}
.sitemp .container{

}
.site{
    padding-left: 28px;
    background:url(../images/home.png) no-repeat left center;
    line-height:17px;
    font-size:14px;
    color: #5f5f5f;
}
.site a{
    font-size:14px;
    color: #5f5f5f;
}
@media(max-width: 1440px){
    .n_banner_text h3{
        font-size: 32px;
    }
}
@media(max-width: 1199px){
/*    .n_banner_text h3{
        font-size: 32px;
    }*/
}
@media(max-width: 768px){
    .n_banner_text h3{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .n_banner_text h3{
        font-size: 18px;
    }
}

/*n_about*/
.n_about1{
    padding:45px 0;
}
.n_about_img{
    width: 50%;
    float: left;
}
.n_about_text{
    width: 48%;
    float: right;
}
.n_about_text h3{
    font-size: 20px;
    color: #1c2881;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.n_about_text h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 77px;
    height: 1px;
    background:#000;
}
.n_about_text p{

}
.n_about2{
    background:#f7f7f7;
    padding:60px 0 20px;
}
.qywh_list{
    width: 90%;
    margin:0 auto;
}
.qywh_list li{
    width: 48%;
    margin-right: 2%;
    float: left;
    display: flex;
    margin-bottom:40px;
    color: #333;
}
.qywh_list li .img{

}
.qywh_list li .text{
    padding:15px 0 0 30px;
}
.qywh_list li .text h3{
    font-size: 20px;
    font-weight: normal;
}
.qywh_list li .text p{
    font-size: 14px;
}


.n_about3{
    padding:55px 0;
}

.n_title1{
    font-size: 30px;
    color: #333;
    position: relative;
    text-align: center;
    margin-bottom:45px;
}
.n_title1:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -20px;
    bottom:0;
    width: 40px;
    height: 2px;
    background:#1c2881;
}
.ryzz_list{
    position: relative;
}
#swiper-container2{
    width: 90%;
}
#swiper-container2 .swiper-slide{
    text-align: center;
}
.swiper-button-next1{
    width: 36px;
    height: 64px;
    background:url(../images/left1.png) no-repeat center;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-32px;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev1{
    width: 36px;
    height: 64px;
    background:url(../images/left1.png) no-repeat center;
    transform: rotate(-180deg);
    position: absolute;
    right:0;
    top:50%;
    margin-top:-32px;
    cursor: pointer;
    outline: none;
}
.n_about4{
    background:#fafafa;
    padding:55px 0;
}
.hzhb_list{

}
.hzhb_list li{
    box-sizing:border-box;
    padding:10px;
    position: relative;
    float: left;
    width: 18.4%;
    text-align: center;
    margin-right: 2%;
    margin-bottom:20px;
    cursor: pointer;
    overflow: hidden;
}
.hzhb_list li:nth-child(5n){
    margin-right: 0;
}
.hzhb_list li:after{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    border:1px solid #f1f1f1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.hzhb_list li img{
    transition: all 0.6s ease-out;
}
.hzhb_list li:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1440px){
    .n_about_text{
        width: 48%;
    }
    .n_about_text h3{
        font-size: 24px;
        margin-bottom:10px;
    }
}
@media(max-width: 1199px){
    .n_about1{
        padding:30px 0;
    }
    .n_about2{
        padding:40px 0 20px;
    }
    .qywh_list {
        width: 96%;
    }
    .qywh_list li{
        margin-bottom:20px;
    }
    .qywh_list li .text {
        padding: 15px 0 0 20px;
    }
    .n_about3 {
        padding: 30px 0;
    }
    .swiper-button-next1{
        display: none;
    }
    .swiper-button-prev1{
        display: none;
    }
    #swiper-container2 {
        width: 100%;
    }
    .n_about4{
        padding:30px 0;
    }
    .n_title1{
        margin-bottom:30px;
    }
}
@media(max-width: 768px){
    .n_about_img{
        width: 100%;
        float: none;
    }
    .n_about_text{
        float: none;
        width: 94%;
        margin: 0 auto;
    }
    .n_about_text h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .n_about2 {
        padding: 30px 0 20px;
    }
    .qywh_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }
    .qywh_list li .text {
        padding: 10px 0 0 10px;
    }
    .qywh_list li .text h3{
        font-size: 20px;
    }
    .hzhb_list li{
        width: 23.5%;
        margin-bottom: 10px;
    }
    .hzhb_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .hzhb_list li:nth-child(4n) {
        margin-right: 0%;
    }
    .n_title1 {
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .n_about1 {
        padding: 20px 0;
    }
    .n_about2 {
        padding: 20px 0;
    }
    .qywh_list li .img{
        width: 50%;
    }
    .qywh_list li .text{
        width: 50%;
        box-sizing:border-box;
        padding:0 0 0 10px;
    }
    .qywh_list li .text h3 {
        font-size: 16px;
    }
    .n_about3 {
        padding: 20px 0;
    }
    .n_title1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .n_about4 {
        padding: 20px 0;
    }
}

/*product_detail*/
.product_detail .container{
    max-width: 1130px;
}
.product_detail1{
    padding:30px 0 20px;
}
.product_detail1_l{
    float: right;
    width: 45%;
    text-align: center;
}
.product_detail1_r{
    float: left;
    width: 53%;
}
.product_detail1_r h2{
    font-size: 32px;
    color: #333;
    padding:30px 0 15px;
}
.product_detail1_r p{
    font-size: 16px;
    color: #333;
}
.p_tel{
    font-size: 36px;
    color: #505050;
    padding-left: 55px;
    background:url(../images/tel1.png) no-repeat left center;
    font-family: 'Impact';
    margin:60px 0 35px;
}
.product_detail1_r a{
    display: block;
    width: 158px;
    line-height:38px;
    border:1px solid #1c2881;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.product_detail1_r a:hover{
    color: #fff;
    background:#1c2881;
}
.tab1li{
    border-bottom:1px solid #e0e0e0;
}
.tab1li ul{

}
.tab1li ul li{
    line-height:52px;
    font-size: 20px;
    color: #333;
    float: left;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
}
.tab1li ul li:last-child{
    margin-right: 0;
}
.tab1li ul li:after{
    content:'';
    position: absolute;
    bottom:0;
    left: 0;
    width: 0%;
    height: 3px;
    background:#1c2881;
    transition: all 0.6s ease-out;
}
.tab1li ul li:hover:after{
    width: 100%;
    transition: all 0.6s
}
.tab1li ul li.on:after{
    width: 100%;
    transition: all 0.6s
}
.tab1li ul li.on{
    font-weight: bold;
    color: #1c2881;
}

.tab1{
    display: none;
    border-bottom:1px solid #e0e0e0;
    padding:45px 0;
}
.tab1 table{
    max-width: 100%;
}
.tab1 table tr{
    border-bottom:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;    
}
.tab1 table tr td{
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    text-align: center;
    line-height: 30px;
}
.xg_product{
    background:#f5f5f5;
    padding:35px 0 15px;
    height: 450px;
}
.xg_product h2{
    font-size:24px;
    color: #4c4c4c;
    font-weight: normal;
    margin-bottom:25px;
}
@media(max-width: 1440px){
    .product_detail1_r h2{
        font-size: 26px;
    }
}
@media(max-width: 1199px){
    .xg_product{
        display:none;
    }
    .product_detail1 {
        padding: 30px 1% 20px;
    }
    .product_detail1_r h2{
        font-size: 22px;
    }
    .p_tel{
        margin: 30px 0;
    }
    .product_detail1_r p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
        .n_banner {
    position: relative;
    left: 270%;
    margin-left: -1116px;
    }
    .n_banner img {
    width: 40%;
    }
    .product_detail1 {
        padding: 20px 1%;
    }
    .product_detail1_r h2 {
        font-size: 20px;
        padding: 15px 0;
    }
    .p_tel {
        margin: 15px 0;
        font-size: 24px;
        padding-left: 50px;
    }
}
@media(max-width: 767px){
    .product_detail1_l{
        float: none;
        width: 100%;
        text-align: center;
    }
    .product_detail1_r{
        float: none;
        width: 100%;
    }
    .product_detail1_r h2 {
        font-size: 18px;
        padding: 5px 0;
    }
    .p_tel {
        margin: 10px 0;
        font-size: 20px;
        padding-left: 45px;
    }
    .product_detail1_r a{
        width: 120px;
    }
    .tab1li ul li{
        margin-right:40px;
    }
    .tab1{
        padding:15px 0;
    }
    .xg_product{
        padding:15px 0;
    }
    .xg_product h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/*case*/
.sort_cont{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom:28px;
}
.sort1{

}
.sort1 li{
    float: left;
    margin-right: 58px;
}
.sort1 li:last-child{
    margin-right: 0;
}
.sort1 li a{
    display: block;
    line-height:70px;
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
}
.sort1 li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left: 0;
    width: 0%;
    height: 3px;
    background:#1c2881;
    transition: all 0.6s ease-out;    
}
.sort1 li:hover a:after{
    width: 100%;
    transition: all 0.6s
}
.sort1 li.on a:after{
    width: 100%;
    transition: all 0.6s
}
.sort1 li.on a{
    color: #1c2881;
}
.case_list{
    padding-bottom:45px;
}
.case_list li{
    background: url(../images/case_bg1.png) no-repeat right center;
    height: 404px;
    overflow: hidden;
}

.case_list li a.img{
    float: left;
    line-height:404px;
}
.case_list li .text{
    width: 45%;
    float: right;
    margin:0 36px 0 3%;
    padding:100px 0 0 0;
}
.case_list li .text h3{
    font-size: 34px;
    color: #333;
    margin-bottom:10px;
}
.case_list li .text p{
    font-size: 15px;
    color: #666;
}
.case_list li:nth-child(2n){
    background: url(../images/case_bg2.png) no-repeat left center;
}
.case_list li:nth-child(2n) .img{
    float: right;
}
.case_list li:nth-child(2n) .text{
    float: left;
}


@media(max-width: 1440px){
    .case_list li{
        background:none;
        background-color:#f6f6f6;
        padding:30px 10px 30px 10px;
        height: 300px;
    }
    .case_list li:nth-child(2n) {
        background: none;
    }
    .case_list li a.img{
        line-height:300px;
        width: 480px;
    }
    .case_list li .text{
        padding:40px 0 0;
        margin: 0 ;
    }
}
@media(max-width: 1199px){
    .case_list li {
        height: 250px;
    }
    .case_list li a.img{
        width: 40%;
        line-height:250px;
    }
    .case_list li .text{
        width: 56%;
        margin-left: 4%;
    }
    .case_list li .text h3{
        font-size: 32px;
    }
    .case_list li:nth-child(2n) .text{
        margin-left: 0;
        margin-right: 4%;
    }
}
@media(max-width: 768px){
    .case_list li {
        height: 220px;
    }
    .case_list li a.img{
        line-height:220px;
    }
    .case_list li .text h3 {
        font-size: 24px;
        margin-bottom:0;
    }
    .sort1 li{
        margin-right: 40px;
    }
    .sort1 li a{
        line-height:60px;
    }
}
@media(max-width: 767px){
    .sort_cont{
        margin-bottom:10px;
    }
    .sort1 li {
        margin-right: 25px;
    }
    .sort1 li a{
        line-height:50px;
        font-size: 14px;
    }
    .case_list li {
        height: 100%;
    }
    .case_list li a.img{
        width: 100%;
        text-align: center;
        line-height:100%;
        
    }
    .case_list li a.img img{
        max-width: 50%;
    }
    .case_list li .text {
        width: 100%;
        margin-left: 0%;
        padding: 0px 0 0;
    }
    .case_list li:nth-child(2n) .text{
        margin-right: 0%;
    }
    .case_list li .text h3 {
        font-size: 20px;
    }
}


/*fuwu*/
.sort2{
    padding-bottom: 50px;
}
.sort2 a{
    display: block;
    width: 155px;
    line-height:62px;
    font-size: 16px;
    color: #333;
    text-align: center;
    float: left;
    background:#ccc;
}
.sort2 a:hover{
    background:#1c2881;
    color: #fff;
}
.sort2 a.on{
    background:#1c2881;
    color: #fff;
}
.container2{
    max-width: 1240px;
    width: 92%;
    margin:0 auto;
    position: relative;
}
.fw_yz{
    background:url(../images/fuwu_bg1.jpg) no-repeat;
    padding:60px 0;
    margin-bottom:45px;
}
.fw_yz p strong{
    color: #333;
}
.fw_yz p{
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom:18px;
}
.fw_cn{
    background:#f6f6f6;
    padding:65px 0 45px;
}
.fw_cn p em{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 26px;
    line-height: 26px;
    height: 26px;
    background:#1c2881;
    border-radius: 50%;
    font-style:normal;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
}
.fw_cn p{
    font-size: 16px;
    color: #4c4c4c;
    display: flex;
    line-height:26px;
    margin-bottom:15px;
    padding-left: 38px;
    position: relative;
}
.message{
    padding:60px 0 40px;
}
.message .n_title1{
    margin-bottom:0;
}
.message p{
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    padding:30px 0 48px;
    line-height:1em;
}
.message ul{

}
.message ul li{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.message ul li input{
    width: 100%;
    line-height:60px;
    border:none;
    background:#f5f5f5;
    font-size: 16px;
    color: #999;
    text-indent: 25px;
    outline: none;
    border-radius: 15px;
}
.message ul li:last-child{
    margin-right: 0;
}
.mess_cont{
    margin:30px 0;
    width: 100%;
}
.mess_cont textarea{
    width: 100%;
    background:#f5f5f5;
    height: 120px;
    line-height:40px;
    border:none;
    outline: none;
    padding:15px 25px;
    border-radius: 15px;
    font-size: 16px;
    color: #999;
    box-sizing:border-box;
}
.mess_bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.msgbtn input{
    width: 188px;
    height: 58px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:#1c2881;
    border:none;
    outline: none;
    cursor: pointer;
}
.mess_tel{
    padding-left: 65px;
    font-size: 36px;
    color: #1c2881;
    line-height:52px;
    font-family: 'impact';
    margin-left:58px;
}
.download_text{
    padding-bottom: 80px;
}
.download_list{
    display: flex;
    flex-wrap: wrap;
}
.download_list li{
    width: 23.5%;
    margin-right:2%;
    text-align: center;
    margin-bottom:20px;
}
.download_list li:nth-child(4n){
    margin-right:0;
}
.download_list li h3{
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
}
@media(max-width: 1440px){
    .sort2{
        padding-bottom: 30px;
    }
    .fw_yz{
        padding:50px 0;
    }
    .download_text{
        padding-bottom: 50px;
    }

.case_list li .text p {
    font-size: 14px;
}

}
@media(max-width: 1199px){
    .fw_yz {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .fw_yz p{
        margin-bottom:10px;
        font-size: 14px;
    }
    .fw_cn {
        padding: 30px 0;
    }
    .message {
        padding: 30px 0;
    }
    .container2{
        width: 94%;
    }
    .message p{
        font-size: 14px;
        padding: 20px 0 25px;
    }
}
@media(max-width: 768px){
    .download_text{
        padding-bottom: 30px;
    }    
    .download_list li{
        width: 32%;
        margin-right: 2%;
    }
    .download_list li:nth-child(4n){
        margin-right: 2%;
    }
    .download_list li:nth-child(3n){
        margin-right: 0%;
    }
}
@media(max-width: 767px){
    .sort2 {
        padding-bottom: 20px;
    }
    .sort2 a{
        width: 120px;
        line-height: 40px;
        font-size: 14px;        
    }
    .fw_yz {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .fw_yz p{
        margin-bottom:5px;
    }
    .fw_cn {
        padding: 20px 0;
    }
    .message {
        padding: 20px 0;
    }
    .message p{
        line-height: 1.6em;
    }
    .message ul li{
        width: 100%;
        margin-bottom:10px;
    }
    .message ul li input{
        font-size: 14px;
        line-height:40px;
    }
    .mess_cont {
        margin:0 0 10px 0;
    }
    .msgbtn{
        width: 100%;
    }
    .msgbtn input {
        width: 120px;
        height: 40px;
        margin:0 auto;
    }
    .mess_tel{
        width: 100%;
        margin-left: 0px;
        font-size: 32px;
        margin-top:10px;
    }
    .download_text{
        padding-bottom: 20px;
    }
    .download_list li{
        width: 48%;
        margin-right: 2%;
    }
    .download_list li:nth-child(4n){
        margin-right: 0%;
    }
    .download_list li:nth-child(2n){
        margin-right: 0%;
    }
}


/*news*/

.news_list{
    padding-top: 30px;
}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:36px;
}
.news_list li a.img{
    display: block;
    overflow: hidden;
    width: 30%;
}
.news_list li a.img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    box-sizing: border-box;
    border:1px solid #f0f0f0;
    width: 70%;
    padding:25px 70px 25px 50px;
}
.news_list li .text a{
    font-size: 24px;
    color:#4c4c4c;
    line-height:1.6em;
}
.news_list li .text p{
    font-size: 14px;
    color: #787878;
    padding:20px 0 35px;
}
.news_list li .text .news_list_info{

}
.news_list li .text .news_list_info span{
    font-size: 14px;
    color: #999;
}
.news_list li .text .news_list_info span.s1{
    padding-left: 24px;
    background:url(../images/time.png) no-repeat left center;
    margin-right:30px;
}
.news_list li .text .news_list_info span.s2{
    padding-left: 34px;
    background:url(../images/times.png) no-repeat left center;
}
.news_list li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.news_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list li:hover .text a{
    color: #1c2881;
}
.news_detail{
    background:#fff;
    padding:20px 50px 50px;
    box-sizing: border-box;
}
.news_detail a.back{
    display: block;
    width: 138px;
    height: 44px;
    background:url(../images/back.png) no-repeat center;
    border:1px solid #fff;
    border-radius: 3px;
}
.news_detail a.back:hover{
    border:1px solid #333;
}
.news_detail h1{
    font-size: 30px;
    color: #403c3b;
    text-align: center;
}
.news_detail .content{
    padding:1em 6%;
    border-bottom:1px dashed #dcdcdc;
    border-top:1px dashed #dcdcdc;
    box-sizing: border-box;
}
@media(max-width: 1440px){
    .news_list li .text p{
        padding: 20px 0;
    }
    .news_detail h1{
        font-size: 26px;
    }
    .news_detail .content{
        padding:1em 1%;
    }
}
@media(max-width: 1199px){

    .news_list li .text{
        padding: 10px 15px;
    }
    .news_list li .text a{
        font-size: 18px;
    }
    .news_list li .text p {
        padding: 10px 0 15px;
    }
    .news_detail{
        padding: 20px 15px;
    }
    .news_detail h1{
        font-size: 22px;
    }
    .news_detail a.back{
        width: 120px;
        margin-bottom:10px;
    }
}
@media(max-width: 768px){

    .news_list li .text a{
        height: 1.6em;
        overflow: hidden;
        display: block; 
        font-size: 16px;
    }
    .news_list li .text p{
        height: 4em;
        overflow: hidden;
        margin: 10px 0;
        padding: 0;
    }
    .news_detail h1 {
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .news_list li a.img{
        width: 100%;
        text-align: center;
    }
    .news_list li .text{
        width: 100%;
        padding:10px;
    }
    .news_list li .text p {
        height: 4.8em;
        line-height: 1.6em;
    }
    .news_detail h1 {
        font-size: 18px;
        line-height:1.6em;
        margin-bottom:10px;
    }
    .news_detail .content {
        padding: 1em 0%;
    }
}


/*内页联系我们*/
.n_conatct1{

}
.container3{
    max-width: 1200px;
    width: 92%;
    margin:0 auto;
}
.n_conatct_title{
    padding:35px 0 25px 0;
}
.n_conatct_title h3{
    font-size: 26px;
    color: #333;
}
.n_conatct_title p{
    font-size: 14px;
    color: #666;
}
.n_map{
    position: relative;
    margin-bottom: 60px;
}
.n_map iframe{
    width: 100%!important;
    height: 515px;
}

.n_map #dituContent{
    width: 100%!important;
    height: 450px;
}
.n_map .text{
    padding:35px 20px 15px 20px;
    background-color: #1c2881;
    color: #fff;
    max-width: 300px;
    position: absolute;
    top:20px;
    left: 95px;
    z-index: 2;
}
.n_map .text h3{
    font-size: 20px;
}
.n_map .text p{
    font-size: 14px;
    margin-top: 10px;

}
.c_text p{
    padding-left: 35px;
}
.n_map .c_text p:nth-child(1){
    background:url(../images/c1.png) no-repeat left 5px;
}
.n_map .c_text p:nth-child(2){
    background:url(../images/c1.png) no-repeat left 5px;
}
.n_map .c_text p:nth-child(3){
    background:url(../images/c2.png) no-repeat left 5px;
}
.n_map .c_text p:nth-child(4){
    background:url(../images/c3.png) no-repeat left 5px;
}
.n_code{
    display: flex;
    margin-top:30px;
    justify-content: center;
}
.n_code p{
    width: 50%;
    text-align: center;
}

#foot_message{
    background: url(../images/message.jpg) no-repeat;
    background-size: cover;
}
.foot_message{
    padding:60px 0;
}
.foot_message_title{
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 10px;
}
.mess_container2{
    width: 90%;
    margin:0 auto;
    position: relative;
}
.message1{

}
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    display:block;
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #1c2881;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:70px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1024px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 98%;
        padding: 0 1%;
    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
    .n_conatct_title {
        padding: 15px 0 15px 0;
    }
    .n_conatct_title h3{
        font-size: 18px;
    }
    .n_conatct_title p{
        font-size: 14px;
    }
    .foot_message {
        padding: 30px 0;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 14px;
        padding-top: 0;
    }
    .n_conatct_title h3{
        font-size: 20px;
    }
    .n_conatct_title p{
        line-height: 1.6em;
    }
}
@media(max-width: 640px){
    .n_logo a .text{
        display: none;
    }
    .n_map{
        margin-bottom: 20px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }
    .foot_message{
        padding:30px 0;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 5px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 15px 0;
    }
    .n_conatct_title h3 {
        font-size: 18px;
    }
    .n_map{
        margin-bottom: 0;
    }
    .n_map .text{
        position: relative;
        left: 0;
        top:0;
        padding:15px 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .n_map .text p{
        margin-top: 0;
    }
    .n_code{
        margin-top: 10px;
    }
    .n_map .n_map_ditu iframe{
        /*display: none;*/
        height: 250px;
    }
    .message1 .mess_btn input.msgbtn{
        margin:10px auto 0;
    }
}





h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;   
    padding:25px 0 45px; 
}
.page a{
    font-size: 14px;
    color: #1c2881;    
}
.page_list{
    width: 70%;
    float: left;
}
a.p_back{
    display: block;
    width: 166px;
    line-height:46px;
    font-size: 16px;
    color: #fff;
    background:#1c2881;
    text-align: center;
    float: right;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page_list{
        width: 100%;
        float: none;
    }
    .page{
        padding: 15px 0;
    }
    a.p_back{
        float: none;
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        margin-top:5px;
    }
}

.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:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;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: #1c2881;
    vertical-align: middle;
    border: 1px solid #1c2881; 
    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: #1c2881;
    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:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}