:root{

    --baseColor: #1b2e86;

}

.container{
    width:1200px;
    margin: 0 auto;
}

.top{
    /* height: 120px; */
    overflow: hidden;
}
.top h1{
    float: left;
    margin:27px 0 20px 15px;
}
.top .content{
    float: right;
    margin-right: 27px;
    font-size: 18px;
    text-align: left;
    color: #444;
    width: 300px;
    margin-top:32px;
}
.top .content i{
    float: left;
    font-size:50px;
    color:var(--baseColor)
}
.top .content strong{
    font-size: 22px;
    display: block;
    color: var(--baseColor);
    font-weight: 600;
}



nav{
    width: 100%;
    background-color: var(--baseColor);
    height: 50px;
}

nav ul{
   /* overflow: hidden; */
}

nav ul li{
   float: left;
   position: relative;
}

nav ul a{
    font-size:16px;
    line-height: 50px;
    display: block;
    padding:0 25px;
    color:white;
}

nav ul li i.fa{
    display: none;
}


nav ul li ul{
    display: none;
    position: absolute;
    left:0;
    top:50px;
    z-index: 9999;


}
nav ul li ul li{
    background-color: #fff;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;  
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    height: 40px;
    width: 120px;
    text-align: center;
}

nav ul li:hover ul{
    display: block;
    
}

nav ul li ul li a{
    color: #444;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;  
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    line-height: 40px;
    font-size: 14px;
    padding:0 10px;
}
nav ul li:hover ul li:hover{
    background-color: var(--baseColor);
    display: block;
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;  
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
nav ul li ul li a:hover{
    color: #fff;
}


section .hd{
    text-align: center;
    padding:25px 0 20px;
}

section .hd h3{
    font-size:28px;
    line-height: 50px;
}

section .hd .subH3{
    font-size:18px;
    line-height: 40px;
}

.tabs{
    text-align: center;
    padding-bottom:20px;
}
.tabs button{
    line-height: 41px;
    width: 40%;
    max-width: 200px;
    border: 1px solid #444;
    
}

.tabs button.active{
    line-height: 41px;
    background-color: var(--baseColor);
    color: #fff;
}


.cpzx{

    padding:40px 0 80px;
    
}


.cpzx li{
    border: 1px solid rgb(119, 119, 119);
    position: relative;
    margin-bottom:30px;
    
}

.cpzx li img{
    width:100%;

}

.cpzx li .title{
   font-size: 18px;
   line-height: 50px;
   text-align: center;

}

.cpzx li .desc{

    font-size: 14px;
    color: #999;
    padding:0 20px 35px;
    line-height: 150%;
    height: 10px;
    overflow: hidden;
    margin-bottom:30px;
    font-weight: 400;

}

.cpzx li .btn{
    position: absolute; 
    left: 50%;
    bottom:-25px;
}

.cpzx li a{
    font: 16px;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #999;
    display: block;
    position: relative; left: -50%; 
}
.cpzx li a:hover{
    background-color: var(--baseColor);
}




.gcal-home{
    background-color: var(--baseColor);
    overflow: hidden;
    padding: 40px 0 60px;
}

.gcal-home .hd{
    color: white;
}


.col-xs-4{
    width: 30%;
    float: left;
    margin:1.5%;
}

.col-xs-3{
    width: 21%;
    float: left;
    margin:1.5%;
}

.col-xs-2{
    width: 47%;
    float: left;
    margin:1.5%;
}


.gcal-home li{
    background-color: white;
    text-align: center;
    padding:5px;
    margin-bottom:20px;
}

.gcal-home li img{
    
    width: 99%;

}


.gcal-home li a .title{
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color:#000;
 
 }
 
 .gcal-home li a .desc{
 
     font: 16px;
     color: #999;
     padding:0 20px 35px;
     line-height: 150%;
 
 
 }

 .gcal-home .bt{
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top:20px;
 }

 .gcal-home .bt a{
    color: #000;
    background-color: white;
    width: 160px;
    height: 40px;
    display: block;
    line-height: 40px;
    margin:0 auto;
}


.xwzx-home{
    padding:50px 0;
    overflow: hidden;
}

.xwzx-home .newsList{
    float: right;
    width: 50%;
}

.xwzx-home .newsList li{
    width: 100%;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    overflow: hidden;
}

.xwzx-home .newsList li .data{
   width: 80px;
    padding: 15px 10px;
    background: var(--baseColor);
    line-height: 38px;
    text-align: center;
    color: #fff;
    float: left;
}

.xwzx-home .newsList li .data b{
    font-size:26px;
    display: block;
    width:100%;
 }

.xwzx-home .newsList li .content{


    margin: 15px 10px 0 0;
    padding-left:120px;

}

.xwzx-home .newsList li .content a{
    color: var(--baseColor);
    font-size: 18px;
    
}

.xwzx-home .newsList li .content p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #777;
    overflow: hidden;
    margin-top:6px;
}

.xwzx-home .picList{
    width: 48%;
    height: 363px;
    float: left;
    position: relative;
}

.xwzx-home p.title{
    position: absolute;
    font-size:14px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background-color: #000;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    filter:alpha(opacity=60); 
    color:#fff;
}

.xwzx-home p.title a{
    color:#fff;
    display: block;
}

footer{
    background-color: #282828;
    padding:50px 0;
    color: #999;
    overflow: hidden;
    font-weight: 400;
}

footer .hd{
    font-size: 16px;
    color: #fff;
    margin-bottom:20px;
}

footer a{
    color: #999;
}

footer a:hover{
    color: #fff;
}

footer .bd p{
    float: left;
    width: 40%;
    line-height: 180%;
}

footer .bd2 p{
    float: left;
    width: 100%;
    line-height: 180%;
}


footer .bd3 p{
    float: left;
    width: 100%;
}

footer .bd3 p img{
    width: 28%;
}

footer .copyright{
    border-top:1px solid #777;
    width: 100%;
    float: left;
    text-align: center;
    padding:30px 0;
    font-size: 14px;
    color: #666;
}

footer .copyright a{
    color: #666;
}

footer .copyright a:hover{
    color: #fff;
}



.pc_kf{width:46px; position:fixed; right:10px; bottom:8%; z-index:99999;}

.pc_kf .nr{width:46px; height:46px; font-size:18px; text-align:center; line-height:46px; background-color:#fff; box-shadow:0 0 2px #ddd; margin-bottom:4px; position:relative;}

.pc_kf .nr.wx{display:none;}

.e_m{display:none;}

.pc_kf .tel{width:160px; background-color:var(--baseColor); font-size:18px; line-height:46px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}

.pc_kf .nr:hover .tel{right:46px; opacity:1;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.pc_kf .ewm{width:130px; padding:10px; background-color:var(--baseColor); font-size:18px; line-height:46px; color:#fff; position:absolute; bottom:0; right:-180px; opacity:0;}

.pc_kf .ewm img{width:100%; height:auto; display:block;}

.pc_kf .nr:hover .ewm{right:46px; opacity:1;

transition:all .5s;

-o-transition:all .5s;

-ms-transition:all .5s;

-moz-transition:all .5s;

-webkit-transition:all .5s;}

.pc_kf .nr a{display:block;}

.pc_kf .nr i{color:#333;}

.pc_kf .nr a:hover i{color:var(--baseColor);}

.pc_kf .fh{width:46px; height:46px; background-color:var(--baseColor); font-size:22px; text-align:center; line-height:46px; color:#fff; cursor:pointer;}



.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.subbanner{
    max-height: 390px;
}
.subbanner img{
    max-height: 390px;
    min-height: 120px;
}

.content1 .ntitle{
    height: 70px;
    border-bottom: 5px solid #215ace;
}

.content1 .ntitle b{
    color:#215ace;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    margin-left:20px;
}


.content1 .ntitle span{
    color:#444;
    font-weight: 400;
    font-size: 16px;
    line-height: 70px;
    padding-left:20px;
    border-left:1px solid #444;
    margin-left:10px;
}

.content1 .ntitle span a{
    color:#444;

}

.content1 .ntitle span a:hover,.content1 .ntitle span a.active{
    color:#215ace;

}

.textarea .container{
    min-height: 300px;

}

.textarea .container div{

    padding:30px;
}

.textarea p{
    font-weight: 400;
    line-height: 180%;
}

.textarea p img{
    width:100%;
}

.productlisttwo{margin-top:20px; background-color:#fff; box-shadow:0px 3px 6px rgba(0,0,0,.2); cursor: pointer;}
.productlisttwo img{ display:block; width:100%; border: 1px solid #d9d9d9;}
.productlisttwo .xctitle{ width: 100%; height: 45px; line-height: 45px; text-align: center; font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#1a1a1a;}



.productlisttwo img {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
}


.listg{
    overflow:hidden;
    padding:30px 0 50px;
}

.listg img{
    width:100%;
}

.listt img{
    max-width: 60%;
}

.textarea p img.map{
    float: right;
    width:50%;
}


.listt{
    overflow:hidden;
    padding:30px 0 50px;
}

.listt li{
    float: left;
    font-weight: 400;
    padding:0 20px;
    border-bottom: 1px solid #444;
    padding: 20px;
    width:90%;

}

.listt li img{
    width:247px;
    height: 150px;
    float: right;
    margin-left: 100px;
    display: block;
}

.listt li .title{
    font-size:20px;
    font-weight: 700;
}

.listt li .data{
    font-size: 14px;
    color: #444;
    margin: 10px 0;
}

.listt li .desc{
    line-height: 180%;
    margin-bottom: 20px;
    color: #888;
}


.pagebar{
    overflow: hidden;
    width:100%;
    display: block;
}


.pagebar{
    padding:30px 0;
    font-size:16px;
    font-weight: 400;
}

.pagebar span{
    padding:0 10px;
}




















