*{
    margin: 0;
    padding: 0;
    border-style: none;
    list-style: none;
    text-decoration: none;
    font-family: '微软雅黑';
}
.clearFix::after{
    content: '';
    display: block;
    clear: both;
}
.jz-width{
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
/* 头部 */
.jz-header{
    width: 100%;
    height: 207px;
    min-width: 1400px;
    background: #fff;
}
.jz-top{
    width: 1400px;
    height: 207px;
    margin: 0 auto;
    overflow: hidden;
}
.jz-logo{
    float: left;
    width: 594px;
    height: 72px;
    display: block;
    margin-top: 76px;
}
/* 搜索 */
.jz-sos{
    width: 497px;
    height: 56px;
    float: right;
    margin-top: 84px;
}
.jz-sos input{
    width: 347px;
    height: 56px;
    float: left;
    padding-left: 12px;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.jz-sos button{
    width: 132px;
    height: 56px;
    float: right;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #2670a8;
}
/* 导航 */
.jz-navs{
    width: 100%;
    height: 90px;
    min-width: 1400px;
    background: #2670a8;
}
.jz-list{
    width: 1400px;
    height: 90px;
    margin: 0 auto;
}
.jz-list li{
    float: left;
    width: 155.5px;
}
.jz-list li a{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 90px;
    color: #fff;
}
/* *  nav 二级导航 */
.z-box{
    width: 1400px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    display: none;
    z-index: 9;
}
.z-hk{
    width: 155.5px;
    float: left;
    text-align: center;
    position: absolute;
    transition: all 1.2s ease;
}
.zhk1{
    left: 155.5px;
}
.zhk2{ 
    left:310.5px;
}
.zhk3{
    left:466.5px;
}
.zhk4{
    left:622px;
}
.zhk5{
    left:777.5px;
}
.zhk6{
    left:933.5px;
}
.zhk7{
    right:155px;
}
.zhk8{
   right: 0px;
} 
.z-hk a{
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: inline-block;
}
.z-hk  p{
    width: 155.5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #2670a8;
    color: #fff;
    line-height: 60px;
}
.z-hk  p:hover{
    background: #37a7e1;
}
/* 轮播 */
.jz-banner{
    width: 100%;
    height: 690px;
    min-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.flexslider{
    /* position:relative; */
    width: 100%;
    height: 690px;
    overflow:hidden;
}
.slides{
    position:relative;
    z-index:1;
}
.slides li{
    height: 690px;
}
.flex-control-nav{
    position:absolute;
    bottom:10px;
    z-index:2;
    width:100%;
    display: none;
    text-align:center;
}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{
    display:inline-block;
    width:14px;
    height:14px;
    line-height:40px;
    overflow:hidden;
    cursor:pointer;
}
.flex-control-nav .flex-active{
    background-position:0 0;
}
.flex-direction-nav{
    position:absolute;
    z-index:3;
    width:100%;
    top:45%;
}
.flex-direction-nav li a{
    display:block;
    width:73px;
    height:73px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
}
.flex-direction-nav li a.flex-prev{
    left:40px;
    background: url('../images/jz-ljt.png');
}
.flex-direction-nav li a.flex-next{
    right:40px;
    background: url('../images/jz-rjt.png');
}
/* 内容 */
.jz-content{
    width: 100%;
    min-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}
/* 内容一 */
.jz-cot1{
    width: 100%;
    height: 519px;
    margin: 0 auto;
    margin-top: 75px;
    background: url('../images/jz-img1.jpg') no-repeat;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jz-img1.jpg',sizingMethod='scale');
}
.jz-c1{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.jz-c1-left{
    width: 663px;
    height: 434px;
    float: left;
    overflow: hidden;
}
.jz-c1-left img{
    display: block;
    width: 663px;
    height: 434px;
    transition: all 1.2s ease;
}
.jz-c1-left:hover img{
    transform: scale(1.1);
}
.jz-c1-right{
    float: right;
    width: 700px;
    height: 434px;
}
.jz-title{
    width: 100%;
    height: 125px;
    overflow: hidden;
    margin: 0 auto;
}
.jz-title h1{
    font-size: 30px;
    color: #59bbd7;
    margin-top: 38px;
    font-weight: normal;
}
.jz-title p{
    font-size: 24px;
    color: #d2d2d2;
}
.jz-c1-text{
    font-size: 18px;
    color: #fff;
    line-height: 37px;
    margin-top: 20px;
}
.jz-c1-text a{
    font-size: 18px;
    color: #fff;
}
/* 内容二 */
.jz-cot2{
    width: 1400px;
    min-height: 728px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 68px;
}
.jz-c2-title{
    width: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.jz-c2-title h1{
    font-size: 30px;
    color: #2670a8;
    text-align: center;
    font-weight: normal;
}
.jz-c2-title p{
    font-size: 30px;
    color: #bcbcbc;
    text-align: center;
    margin-top: 20px;
}
.jz-blue{
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.jz-c2-list{
    width:100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 70px;
}
.jz-c2-list li{
    height: 172px;
    border-bottom: 1px solid #e5e5e5;
}
.jz-c2-list li:last-of-type{
    border: none;
}
.jz-c2-l1{
    width: 98px;
    height: 98px;
    float: left;
    margin-top: 40px;
    background: #f1f0f6;
    transition: all 1.2s ease;
}
.jz-c2-l1 h1{
    font-size: 30px;
    color: #8d8d8d;
    text-align: center;
    margin-top: 19px;
}
.jz-c2-l1 p{
    font-size: 16px;
    color: #8d8d8d;
    text-align: center;
}
.jz-c2-l2{
    width: 1250px;
    float: right;
    margin-top: 40px;
}
.jz-c2-l2 h1{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.jz-c2-l2 p{
    color: #8b8b8b;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.jz-c2-list li:hover .jz-c2-l1{
    background: #59bbd7;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.jz-c2-list li:hover .jz-c2-l1 h1{
    color: #fff;
}
.jz-c2-list li:hover .jz-c2-l1 p{
    color: #fff;
}
.jz-c2-mores{
    width: 1400px;
    margin: 0 auto;
    height: 68px;
    background: #2670a8;
}
.jz-c2-mores a{
    display: block;
    text-align: center;
    line-height: 68px;
    color: #fff;
    font-size: 24px;
}
/* 内容3 */
.jz-cot3{
    width: 1400px;
    min-height: 826px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 76px;
}
.jz-c3-list{
    width: 100%;
    margin: 0 auto;
    margin-top: 47px;
}
.jz-c3-list li{
    float: left;
    width: 270px;
    height: 332px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    background: #01aac1;
}
.jz-c3-list li img{
    display: block;
    width: 270px;
    height: 332px;
}
.jz-c3-list h1{
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 125px;
}
.jz-mores{
    display: block;
    width: 48px !important;
    height: 48px !important;
    margin: 0 auto;
    margin-top: 23px;
}
.jz-c3-box{
    width: 100%;
    height:0;
    background: url('../images/jz-bj1.png');
    z-index: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
    overflow: hidden;
}
.jz-c3-box p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 53px;
}
.jz-c3-list li:hover{
    transform: translateY(-8px);
    box-shadow: 0 0 5px rgba(0,0,0,.6);
}
.jz-c3-list li:hover .jz-c3-box{
    height: 53px;
}
/* 内容四 */
.jz-cot4{
    width: 100%;
    min-width: 1400px;
    height: 393px;
    margin-top: 70px;
    overflow: hidden;
    background: url('../images/jz-img-10.jpg') no-repeat;
    background-size: 100% 100%;
}
.jz-cot4 h1{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 97px;
}
.jz-cot4 p{
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.jz-c4-more{
    width: 247px;
    height:63px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    margin-top: 85px;
    transition: 0.5s;
}
.jz-c4-more a{
    font-size: 24px;
    color: #01aac1;
    display: block;
    text-align: center;
    line-height: 63px;
}
.jz-cot4:hover .jz-c4-more{
    transform: translateY(-10px);
}
/* 底部 */
.jz-footer{
    width: 100%;
    min-width: 1400px;
    height: 310px;
    margin: 0 auto;
    background: #2c2c2c;
}
.jz-ft{
    width: 900px;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
}
.jz-f1{
    width:640px;
    margin: 0 auto;
    margin-top: 50px;
}
.jz-link{
	margin-bottom: 10px;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.jz-f-list{
    float: left;
    /* width: 100%; */
    margin: 0 auto;
}
.jz-f-list li{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.jz-f-list li a{
	line-height:35px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.jz-f2{
    color: #787878;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.jz-f2 a{
    color: #787878;
    font-size: 16px; 
}
.border-1{
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #515151;
}
/* 新闻列表 */
.jz-pics{
    width: 100%;
    margin: 0 auto;
}
.jz-pics img{
    display: block;
    margin: 0 auto;
    height: 332px;
    width: 100%;
}
.jz-c2-list2{
	min-height:500px;
    margin-bottom: 75px;
}
.jz-fy{
    text-align: center;
    color: #585858;
    font-size: 18px;
}
/* 公司简介 */
.jz-about{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
}
.jz-a-imgs{
    width: 1162px;
    margin: 0 auto;
    margin-top: 70px;
}
.jz-a-imgs div{
    float: left;
    overflow: hidden;
    margin-left: 5px;
    margin-right:5px;
    transition: all 1.2s ease;
}
.jz-a-imgs div img{
    width: 377px;
    height: 274px;
    display: block;
    transition: all 1.2s ease;
}
.jz-a-imgs div:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
.jz-a-imgs div:hover img{
    transform: scale(1.1);
}
.jz-a-text{
    width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
}
.jz-a-left1{
    width: 1400px;
    float: left;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 35px;
}
.jz-a-right1{
    width: 560px;
    float: right;
}
.jz-a-right1 div{
    width: 559px;
    height: 315px;
    margin: 0 auto;
    background: paleturquoise;
}
/* 联系我们 */
.jz-call{
    width: 1400px;
    margin: 0 auto;
    margin-top: 85px;
}
.jz-c-left1{
    width: 450px;
    float: left;
}
/*.jz-c-left1 div{
    float: left;
    width: 30px;
    display: block;
    margin-right: 19px;
}*/
.jz-c-left1 .tp-1{
    width: 100%;
    height: 30px;
    color: #333;
    font-size: 18px;
    margin-top: 35px;
}
.jz-c-left1 img{
    transition: all 1.2s ease;
}
.jz-c-left1 .tp-1:hover img{
    transform: scale(-1,1);
}
.jz-map{
    float: right;
    width: 924px;
    height: 380px;
    background: palegoldenrod;
}
/* 详情页 */
.jz-xq-1{
    width:1400px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.jz-wz1{
    float: right;
    height: 35px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}
.jz-wz1 a{
    font-size: 14px;
    color: #333;
}
/* 分页 */
.jz-n-fy{
    width: 100%;
    height: 24px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}
.jz-n-fy p{
    width: 42%;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}
.jz-n-fy p a{
    float: left;
    width: 50px;
    height: 24px;
    display: block;
    color: #fff;
    margin-right: 8px;
    line-height:24px;
    text-align: center;
    background: #878787;
}
/* 上一篇 */
.jz-x-fys1{
    width: 100%;
    margin: 0 auto;
}
.jz-x-pz{
    float: left;
    margin-top: 20px;
}
.jz-x-pz p{
    width: 600px;
    height: 35px;
    /*float: left;*/
    color: #333;
    font-size: 16px;
    /*text-align: center;*/
    line-height: 35px;
    margin-top: 10px;
    margin-right: 50px;
    /*background: #2670a8;*/
}
.jz-x-pz p a{
    color: #333;
}		
.jz-x-pz p a:hover{
   color: red;
}
.jz-x-h1{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}
.jz-x-h1 h1{
    font-size: 18px;
    text-align: center;
    color: #333333;
}
.jz-x-h1 .jz-ps1{
    text-align: center;
    line-height: 40px;
	color:#9B9898;
}
.jz-wz2{
    position: relative;
    top: 0px;
    right: 25px;
}
.jz-x-texts{
    width:100%;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    margin-top: 37px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #666666;
}
.jz-x-texts img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.jz-sx-ps{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 240px;
}
/* 分享 */
.share-list h1{
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 19px;
    font-weight: normal;
}
.share-list{
    float: right; 
    width: 200px;
    margin-top: 20px;
    margin-left: 50px;
}
.sj-block{
    display: none;
    float: right;
    width: 34px;
    height: 34px;
    margin-right: 30px;
    margin-top: 60px;
}

/*添加*/

.pages{ margin:0 auto; width:1200px; text-align:center; height:80px; line-height:80px;}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}
