/*base*/

a:link,
a:visited {
    color: #575757;
}

a:hover {
   text-decoration: underline;
   color:#1C84E7 !important;
}

body {
    background: #f4f5f7 url(../imgs/bg.png) no-repeat top center;
    background-size: 1920px auto;
}


/*header startable*/

.header {
    width: 1200px;
    padding-top:80px;
    margin: 0 auto;
    height: 420px;
}

.header h1 {
    height: 162px;
    padding-top: 72px;
    text-align: center;
    overflow: hidden;
}


/*nav*/
#nav{
    position:fixed;
    width:100%;
    height:80px;
    background:#fff;
    top:0;
    z-index: 100;
}
.nav {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
}

.nav li {
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
}

.nav li a {
    padding: 0 30px;
    color: #FFFFFF;
    display: block;
    color: #333333;
}

.nav li a:hover,
.nav li.on a {
    background: #1C84E7;
    text-decoration: none;
    color:#ffffff !important;
}

.nav li.last {
    width: 165px;
    margin-right: 0;
}


/*---content---*/

.content {
    width: 1200px;
    margin: 0 auto 40px;
}


/*聚焦宣传周*/

.con01 {
    height: 390px;
    padding: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.con01-left {
    width: 614px;
    height: 383px;
    float: left;
}

.con01-right {
    height: 498;
    margin-left: 640px;
    background: #ffffff;
}

.con01-left .bd ul li {
    position: relative;
    background: #ffffff;
}

.con01-left .bd ul li p a {
    color: #FFFFFF;
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
}

.con01-left .bd .bdfoot {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 10px;
    height: 54px;
    width: 100%
}

.slideBox {
    width: 614px;
    height: 383px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.slideBox .hd ul li.on {
    background: #4f8ff3;
}

.con03 {
    margin-bottom: 10px;
    overflow: hidden;
}

.con03 .con03-left,
.con03 .con03-mid,
.con03 .con03-right {
    width: 390px;
    height: 382px;
    float: left;
    margin-right: 15px;
    background: #FFFFFF;
}
.con03-left .pub-content{
    padding: 10px !important;
}
.con03-left .pub-content .list-box{
    height: 309px;
    width:100%;;
}
.con03-left .list{
    height: 82px;
    border-bottom: 1px dashed #CCCCCC;
    list-style: disc;
    padding-top:16px;
    padding-left:10px;
    background: url('../imgs/lx.svg') no-repeat 2px 28px;
    background-size: 5px 5px;
}
.con03-left .list.last{
    border:none;
}
.con03-left .list h4{
    font-size: 16px;
    color: #333333;
    line-height:32px;
    font-weight: 600;
}
.con03-left .list p{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.con03 .con03-right {
    margin-right: 0;
}

.con03 ul li.first {
    border-top: none;
}
.con03-mid p{
    line-height:60px;
    text-align:center;
    font-size: 16px;
color: #333333;
}
.con03-mid .mov {
    width: 354px;
    height: 237px;
    margin: 20px auto 2px;
    display: block;
}

.con03-mid .mov video:focus {
    outline: none;
}

.con04 {
    margin-top:40px;
}
.con04 .title{
    height:80px;
    color: #333333;
    line-height:0;
    text-align: center;
    background:transparent;
    border:none;
}
.con04 .title::before{
    content: '';
    display: block;
    width:40px;
    height: 4px;
    background: #1C84E7;
    margin:10px auto;
}
.con04 .title span{
    display: inline-block;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    border:none;
}
.con04 .title  p{
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: center;;
}
.con04in{
    overflow: hidden;
}
.con04in li{
    width:380px;
    height: 308px;
    background:#fff;
    float: left;
    font-size:0;
    margin-right:30px;
    margin-bottom: 30px;
    text-align:center;
}
.con04in li:nth-child(3n){
    margin-right:0;
}
.con04in li p{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333333;
}
.con05{
    position: relative;
}
.con05 .con04in li:nth-child(3n){
    margin-right:30px;
}
.con05 .con04in li{
    height: 459px;
}

.con05 .con04in li a:hover{
    text-decoration: none;
}
.con05 .arrow-left{
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: -80px;
    bottom:200px;
    background:url('../imgs/ico_l.svg') no-repeat center center;
}
.con05 .arrow-right{
    position: absolute;
    cursor: pointer;
    width:30px;
    height: 30px;
    right: -80px;
    bottom:200px;
    background:url('../imgs/ico_r.svg') no-repeat center center;
}
.con05 .arrow-right:hover{
    background-image: url('../imgs/ico_r_hover.svg');
}
.con05 .arrow-left:hover{
    background-image: url('../imgs/ico_l_hover.svg');
}
.con05 .con04in li div::before{
    content: '';
    display: block;
    position: absolute;
    left:17px;
    top:24px;
    width:25px;
    height: 6px;
    background: #1C84E7;
}
.con05 .con04in li div{
    position: relative;
    height: 145px;
    padding:30px;
    background:#fff;
}
.con05 .con04in li div h4{
    margin-top:20px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.con05 .con04in li div p{
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding:0;
}
.con04in-right {
    width: 461px;
    float: right;
}

.con04in-right h3 {
    height: 50px;
    margin-top: 19px;
}

.con04in-right h3 a {
    font-size: 24px;
    color: #000000;
}

.con04in-right p {
    line-height: 32px;
    ;
}


/*pub*/

.pub h2 {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #E4E6E6;
    line-height: 50px;
    padding: 0 15px;
}

.pub h2 span {
    display:inline-block;
    height: 48px;
    font-size: 18px;
    color: #454545;
    display: inline-block;
    border-bottom:4px solid #1C84E7 ;
}

.pub .more {
    float: right;
    display: block;
    width: 56px;
    height: 29px;
    line-height: 29px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}

.pub .more:hover {
    color: #FFFFFF;
    border-color: #64a1ff;
    text-decoration: none;
}

.pub .pub-content {
    padding: 0 26px;
}

.pub .pub-content .title {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    margin-bottom:15px;
}

.pub .pub-content li {
    padding-left: 18px;
    height: 48px;
    border-top: 1px dashed #e4e4e4;
    line-height: 48px;
    background: url(../imgs/pub01.jpg) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pub .pub-content li a {
  font-size: 14px;
    color: #666666;
}

.pub .pub-content-image {
    padding: 18px 20px 0;
}

.pub .pub-content-image a {
    display: inline-block;
    width: 286px;
    height: 60px;
    margin-bottom: 10px;
}
.pub .pub-content a{
    line-height:50px;
    color:#1C84E7;
}

/*---footer----*/

#footer {
    background: #40434C;
    height: 160px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding:45px 0;
}

.footer p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height:32px;
}


/* 侧边二维码 */

.qrcode {
    position: fixed;
    right: 0;
    top: 230px;
    width: 134px;
    height: 210px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.qrcode h3 {
    height: 32px;
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    background-color: #5697ff;
    line-height: 32px;
}

.qrcode h3 .close {
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    font-weight: normal;
}

.qrcode div {
    padding: 3px;
    text-align: center;
    line-height: 18px;
}


/*--------------首页结束---------------*/


/*--------------列表页开始---------------*/

.list-con {
    background: #fff;
}

.list-con-in {
    overflow: hidden;
}

.pub h3{
    height: 58px;
    padding:0 20px;
    line-height:58px;

    background: #EEF3F9;
    border-bottom: 1px solid #CDD7EA;
}

.pub h3 .span a{
    font-size: 14px;
    color: #666666;
}
.list-con-in h3 .span {
    float: left;
}

.list-con-in h3 .span {
    font-size: 12px;
}

.list-con-in h3 .span {
    background: url(../imgs/ico_home.svg) no-repeat left center;
    padding-left: 30px;
}

.list_ul01 {
    width: 1130px;
    background: #fff;
    font-size: 14px;
    padding:0 35px;
    margin-bottom: 30px;
}

.list_ul01 li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #DFE3EC;
}

.list_ul01 li a {
    display: block;
    height: 70px;
    font-size: 14px;
    color: #333333;
    padding: 0 25px 0 40px;
    background: url(../imgs/hc_ico02.png) no-repeat 10px center;
}

.list_ul01 li a:hover {
    background: url(../imgs/hc_ico02.png) no-repeat 10px center;
    text-decoration: none;
    color: #1C84E7;
}

.list_ul01 li .span_l {
    float: left;
}

.list_ul01 li .span_r {
    float: right;
}

.fanye {
    line-height: 38px;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 480px;
}

.fanye li {
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.fanye a {
    display: block;
    float: left;
    border: 1px solid #eaedf2;
    padding: 0 16px;
    background: #ffffff;
    border-radius: 6px;
}

.fanye a:hover {
    background: #4f90f3;
    color: #fff !important;
    text-decoration: none;
}

.fanye .cur:link,
.fanye .cur:visited {
    color: #fff;
    background: #4f90f3;
}


/*--------------列表页结束---------------*/


/*--------------图片列表页面开始---------------*/

.pic_ul01 {
    overflow: hidden;
    padding: 30px 30px;
}

.pic_ul01 li {
    width: 369px;
    height: 302px;
    overflow: hidden;
    font-size: 14px;
    color: #575757;
    line-height: 0;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    background:#fff;
}

.pic_ul01 li:nth-child(3n){
    margin-right:0;
}

.pic_ul01 li img{
    display:inline-block;
    width:100%;
    height: 246px;

}
.pic_ul01 li .text{
    height:58px;
    line-height:58px;
    text-align:center;
    font-size: 16px;
    color: #333333;
    background: #EFF6FF;
}
.pic_ul01 li:hover .text{
    color:#1C84E7;
}

/*--------------图片列表页面结束---------------*/


/*--------------详情页面开始---------------*/
.detail_con strong,
.detail_con h1,
.detail_con h2,
.detail_con h3,
.detail_con h4,
.detail_con h5,
.detail_con h6,
.detail_con var {
    font-weight: bold;
}
.detail_con {
    margin: 0 auto;
    overflow: hidden;
}

.detail_con .top {
    margin: 0 auto;
    border-bottom: 1px solid #d1d3e0;
    margin-bottom: 20px;
}

.news_con {
    width: 1140px;
    margin: 0 auto;
    padding: 10px 30px;
}

.news_con h4 {
    font-size: 24px;
    color: #252525;
    line-height: 64px;
    text-align: center;
}

.news_con .p01 {
    font-size: 13px;
    color: #9b9b9b;
    text-align: center;
    padding:0;
    margin-bottom:30px;
}

.news_con p {
    font-size: 14px;
    color: #585858;
    padding: 10px 0px;
    line-height:32px;
    text-indent: 2em;
}

.news_con .p02 {
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    text-indent: inherit;
}

.news_con .p02 span {
    float: left;
}

.news_ul02 {
    width:1140px;
    margin: 19px auto 34px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 30px;
}

.news_ul02 li {
    line-height: 30px;
}

.news_ul02 li.left{
    float: left;
}

.news_ul02 li.right{
    float: right;
}

.news_ul02 li a:hover {
    color: #000;
}


/*--------------详情页面结束---------------*/