/* 清除默认样式 */
*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1200px; 
    overflow: auto;
    text-align: center;
    color: #333;
   font-family: 
   "Microsoft YaHei",
   "黑体",
   "宋体",sans-serif;
}

ul,ol{list-style-type:none;} 
a{text-decoration:none;}
img {
    border: none;
    vertical-align: middle;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    }
      
    .clearfix {
    zoom: 1;
    }
.inline{
    display: inline;
}
.inline-block{
    display: inline-block;
}
.fl{
    float: left
}

.fr{
    float: right
}
.wth1200{
    width: 1200px;
    margin: 0 auto;
}


/* 头部导航 */
.nav_wrap{
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #444444;
    color: #ffffff;
    box-shadow: 1px 2px 8px 0px rgba(36, 45, 57, 0.19);
}
.nav{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0px auto;
    /* overflow: hidden; */
    box-sizing: border-box;
}
.nav .head_logo{
    float: left;
    margin-right: 30px;
}
.nav .head_logo img{
    height: 30px;
    margin-bottom: 2px;
}
.head_nav{
    float: left;
}
.head_nav a{
    display: inline-block;
    margin: 0 15px;
    /*color: #666666;*/
    color: #ffffff;
}
.head_nav a:hover{
    color: #4197ea;
}
.nav .login_wrap{
    float: right;
}
.login_wrap a{
    display: inline-block;
    margin: 0 10px;
    /*color: #666666;*/
    color: #ffffff;
}
.login_wrap a:hover{
    color: #4197ea;
}

/* banner */
.banner{
    width: 100%;
    height: 504px;
    /* background: url('./img/banner.png') no-repeat center;    */
    background: url('./img/zjxy_banner1.jpg') no-repeat center;   
}

.list1_wrap{
    width: 100%;
    height: 350px;
}
.list1{
    width: 1200px;
    margin: 0 auto;
}
.list1 .b_title{
    font-size: 34px;
    color: #333;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list1 .img{
    width: 1200px;
    text-align: center;
    margin-top: 40px;
}
.list1 p{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}

.list2_wrap{
    width: 100%;
    background: #fbfafa;
    padding-bottom: 60px;
}
.list2{
    width: 1200px;
    margin: 0 auto;
}
.list2 .content{
    margin-top: 60px;
    
}
.list2 .b_title{
    font-size: 34px;
    color: #333;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list2 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.list2 .tc_item img{
    width: 199px;
    height: 296px;
}
.list2 .tc_item{
    margin-right: 30px;
}
.list2 .last_item{
    margin-right: 0px;
}
.list2 .tc_info{
    width: 130px;
    height: 276px;
    background: #f8f8f8;
    padding: 20px 20px 0px;
}
.tc_info .name{
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
}
.tc_info .job{
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}
.tc_info .jy{
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}


.list3_wrap{
    width: 100%;
    height:580px;
    background:url("./img/3-bg.png") no-repeat center;
    background-size: cover;
}
.list3{
    width: 1200px;
    margin: 0 auto;
}
.list3 .b_title{
    font-size: 34px;
    color: #ffffff;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list3 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color:  #ffffff;
    font-weight: normal;
    text-align: justify;
}
.list3 .content{
    margin-top: 55px;
}
.list3 .item{
    width: 214px;
    height: 294px;
    background-color:#4c9e9d;
    opacity: 0.9;
    float: left;
    margin-right: 110px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.list3 .last_item{
    margin-right: 0px;
}
.list3 .item img{
    margin: 30px 0px 2px 0px;
}
.list3 .item .first_div{
    font-size: 25px;
    margin: 8px 0px 4px 0px;
    padding-left: 4px;
}
.list3 .item .second_div{
    font-size: 20px;
    margin-top: 40px;
}
.list3 .item p{
    border: 1px solid #fff;
    width: 60px;
    margin: 0 auto;
    height: 2px;
    border-right:none;
    border-left:none;
}
.list3 button{
    width: 280px;
    height: 50px;
    background-color: #8388f8;
    opacity: 0.9;
    color: #fff;
    font-size: 20px;
    margin-top: 54px;
}



.list4_wrap{
    width: 100%;
    height:758px;
    background:#fff;
    /* background:#ccc; */
}
.list4{
    width: 1200px;
    margin: 0 auto;
}
.list4 .b_title{
    font-size: 34px;
    color: #333;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list4 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.list4 .content{
    width: 1200px;
    height: 462px;
    margin-top: 48px;
    background-color: #e88d15;
}
.list4 .content .left{
    width: 470px;
    height: 440px;
    /* margin-top: 14px; */
    margin-right: 14px;
}
.list4 .content .left .item{
    background:url("./img/4-1.png") no-repeat center;
    /* background-color: pink; */
    width: 470px;
    height: 98px;
    margin-left: -1px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}
.list4 .left .item .top_title{
    /* color: #e69330; */
    color: #ffffff;
    font-size: 24px;
    margin-top: 15px;
}
.list4 .left .item .bottom_title{
    /* color: #333; */
    color: #ffffff;
    font-size: 20px;
}
.list4 .left .item .num{
    position: absolute;
    font-size: 24px;
    color: #fff;
    left: 10px;
    top:10px;

}


/* 视频播放器 */
.video-wrap {
    position: relative;
    width: 702px;
    height: 420px;
    margin-top: 20px;
}






.list5_wrap{
    width: 100%;
    height: 700px;
    background: #f3fcfc;;
}
.list5{
    width: 1200px;
    margin: 0 auto;
}

.list5 .b_title{
    font-size: 34px;
    color: #333333;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list5 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.list5 .content{
    text-align: center;
    margin-top: 30px;
}
/* .list5 .content img{
    width: 1198px;
    height: 551px;
} */

.list6_wrap{
    width: 100%;
    height: 730px;
    background: #248587;
}
.list6{
    width: 1200px;
    margin: 0 auto;
}

.list6 .b_title{
    font-size: 34px;
    color: #ffffff;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list6 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.list6 .content{
    text-align: center;
    margin-top: 50px;
}
.list6 .content img{
    width: 996px;
    /* height: 580px; */
}
.list7_wrap{
    width: 100%;
    height: 748px;
}
.list7{
    width: 1200px;
    margin: 0 auto;
}

.list7 .b_title{
    font-size: 34px;
    color: #333333;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list7 .l_title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.list7 .content{
    text-align: center;
    margin-top: 50px;
}
.list7 .content img{
    width: 889px;
}



.list8_wrap{
    width: 100%;
    height:930px;
    background:url('./img/8-bg.png') no-repeat center;
}
.list8{
    width: 1200px;
    margin: 0 auto;
}
.list8 .b_title{
    font-size: 34px;
    color: #ffffff;
    padding-top: 50px;
    letter-spacing: 6px;
    text-align: center;
}
.list8 .item_wrap{
    width: 1200px;
    height: 350px;
    margin-top: 40px;
}
.list8 .item{
    width: 400px;
    height: 350px;
    position: relative;
    color: #fff;
}
.list8 .item .torus{
    position: absolute;
    font-size: 60px;
    left: 162px;
    top: 54px;
}
.list8 .item .title{
    font-size: 30px;
    margin-top: 20px;
}
.list8 .item p{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
}
.list8 .table{
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    color: #333;
    padding-bottom: 30px;
}
.list8 .table .th{
height: 70px;
line-height: 70px;
}

.list8 .table .first_span{
font-size: 26px;
}
.list8 .table .second_span{
font-size: 18px;
}
.list8 .table .td{
    width: 1100px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
}
.list8 .table .td .left{
    width: 200px;
    margin-left: 140px;
    margin-right: 270px;
}
.list8 .table .td .right{
    width: 300px;
    
}
.list8 .table .right span{
    text-decoration:line-through;
    margin-left: 10px;
}
.list8 .table .td.odd{
    background-color: #8ec1c1;
}
.list8 .table .td.even{
    background-color: #c5ecea;
}
.list8 button{
    width: 280px;
    height: 50px;
    background-color: #6468fa;
    opacity: 0.9;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}
.tel{
    text-align: left;
    height: 60px;
    line-height: 60px;
    padding-left: 110px;
    font-size: 20px;
    letter-spacing: 2px;
}


/* foot部分 */
.foot_wrap{
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #414242;
    color: #e4e4e6;
}
.foot{
    width: 1200px;
    height: 220px;
    margin: 0px auto;
    box-sizing: border-box;
    /* padding-left: 100px; */
    text-align: left;
    /* padding-bottom: 90px; */
    
}
.foot ul{
    width: 220px; 
}
.foot ul li a{
    color: #999999;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    display: block;
    cursor: pointer;
}
.foot ul li a:hover{
    color: #eee;
}
.foot .tip{
    font-size: 18px;
    font-weight: normal;
    color: #e4e4e6;
    margin-top: 40px;
    margin-bottom: 20px;
}
.foot .code-wrap{ 
    width: 110px;
    text-align: center;
    margin-left: 50px; 
}
.foot .code-wrap img{  
    width: 104px;
    height: 104px;
    display: block;
}
/* 备案信息 */
.about_wrap{
    width: 100%;
    height: 136px;
    overflow: hidden;
	background-color: #363636;
}
.about{
    width: 1200px;
    margin: 0px auto;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: left;   
}
.about p{
    margin: 15px 0px;
    text-align: center;
    height: 13px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #797979;
}