@charset "utf-8";

.banner ul li a{
    display: block;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}
.banner ul li{
    overflow: hidden;
}
.banner ul li a img{
    display: block;
    width: 100%;
    /* animation: zoomin 10s ease-in-out infinite alternate; */
    /* -webkit-animation: zoomin 10s ease-in-out infinite alternate; */
}
.controls a{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.previous{
    background: url(../img/prev.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}
.next{
    background: url(../img/next.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}
.banner-cursor:hover .controls a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
.banner-pagination{
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 2;
    text-align:center;
    left: 0;
}
.banner-pagination ul li{
    width: 18px;
    height: 18px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}
.banner-pagination .on{
    background: #fff;
}

.common_title{
    margin: 23px 0;
}
.common_title a{
    display: block;
}
.common_title a p{
    border-left: 9px solid #810100;
    padding-left: 10px;
    margin-right: 8px;
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    display: inline-block;
}
.common_title a span{
    font-size: 16px;
    color: #888888;
    font-family: "arial";
    display: inline-block;
    text-transform: uppercase;
}
.common_title i{margin-top: 7px;}

.main1{
    background: url(../img/main1_bg.png) no-repeat center bottom #fff;
}
.main1_top{
    background: rgba(0,0,0,.02);
}

.news_left{
    width: 46%;
    float: left;
}
.news_left a{
    display: block;
}
.news_left a div{
    overflow: hidden;
    height: 277px;
}
.news_left a div img{
    display: block;
    width: 100%;
    height: 100%;
}
.news_left a p{
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 5px;
}

.news_right{
    float: right;
    width: 50%;
}
.news_1{
    display: block;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
}
.news_1_time{
    text-align: center;
}
.news_1_time p{
    font-size: 36px;
    color: #810100;
    font-family: "zkqkhyt";
    background: #eee;
    padding: 5px 16px 0;
}
.news_1_time span{
    font-size: 13px;
    color: #5d5d5d;
    display: block;
    background: #e6e6e6;
    line-height: 20px;
}
.news_1_cont{
    width: 80%;
}
.news_1_cont p{
    font-size: 15px;
    color: #810100;
    font-weight: 600;
    line-height: 22px;
}
.news_1_cont span{
    color: #a7a7a7;
    font-size: 12px;
    display: block;
    text-indent: 2em;
    margin-top:  4px;
    line-height: 19px;
}
.news_1_cont i{
    color: #810100;
}
.news_right ul{
    margin-top: 3px;
}
.news_right ul li {
    padding-left: 10px;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news_right ul li:hover{padding-left: 20px;}
.news_right ul li:after{
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #fff;
    border: solid #d4d4d4 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.news_right ul li:before{
    content: "";
    width: 1px;
    height: 35px;
    background: #c0c0c0;
    position: absolute;
    left: 2px;
    top: 50%;
}
.news_right ul li:last-child:before{
    width: 0;
}
.news_right ul li span{
    float: right;
    font-size: 12px;
    line-height: 34px;
    color: #b5b5b5;
}
.news_right ul li a{
    font-size: 14px;
    color: #525252;
    line-height: 34px;
}
.news_right ul li:hover a{
    color: #850200;
}
.news_right ul li:hover span{
    color: #000;
}

.notic li{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.notic li:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}
.notic li:hover a>p{
    color: #810100;
}
.notic li a{
    display: block;
    background: #fff;
}
.notic li a div{
    float: left;
    text-align: center;
}
.notic li a div p{
    font-size: 13px;
    color: #ffffff;
    background: #810100;
    line-height: 23px;
    padding: 0 6px;
}
.notic li a div span{
    font-size: 23px;
    color: #1d1d1d;
    display: block;
    background: #eee;
    padding-bottom: 6px;
    padding-top: 3px;
    font-family: "zkqkhyt";
}
.notic li a>p{
    font-size: 15px;
    color: #505151;
    float: right;
    width: 81%;
    line-height:  25px;
    margin-top: 6px;
}
.notic li:nth-child(2){
    margin: 17px 0;
}
.notic_a{margin-top: 15px;}
.notic_a a{
    display: block;
}
.notic_a a img{
    display: block;
    width: 100%;
}
.zt_title{
    float: left;
    box-shadow: 5px 5px #e5e5e5;
}
.zt_title img{
    display: block;
}
.zt_ul ul li{
    float: left;
    margin: 0 10px;
    transition: all .3s;
}
.zt_ul ul li:hover{
    transform: translateY(-5px);
}
.zt_ul ul li:first-child{
    margin-left: 0;
}
.zt_ul ul li:last-child{
    margin-right: 0;
}
.zt_ul ul li a{
    display: block;
    width: 274px;
    height: 88px;
}
.zt_ul ul li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.zt_ul{
    float: right;
    
}
.main1_bottom{
    padding: 23px 0;
}

.main2{
    background: url(../img/main2_bg.jpg) no-repeat center bottom;
    padding: 15px 0;
}
.main2_l{
    width: 41%;
    float: left;
}
.zxsp{
    display: block;
    position: relative;
    width: 30px;
    float: left;
    font-family: "fzfs";
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    box-sizing: content-box;
}
.zxsp:after{
    content: '+';
    font-size: 20px;
    border: 1px solid #fff;
    position: absolute;
    left: 9px;
    bottom: -29px;
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    text-align:  center;
}
.main2_v{
    float: right;
}
.main2_v a{
    display: block;
    position: relative;
}
.main2_v a img{
    display: block;
    width:472px;
    height:393px;
}
.main2_v a p{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 0;
    padding-left: 40px;
    background: url(../img/video_ico2.png) no-repeat 9px center #242424;
    background: url(../img/video_ico2.png) no-repeat 9px center rgba(0,0,0,.3);
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.main2_v a:after{
    content: "";
    width: 77px;
    height: 77px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 50%;
    margin-top: -38px;
    background: url(../img/video_ico1.png) no-repeat;
    opacity: .3;
    transition: all .3s;
}
.main2_v:hover a:after{
    opacity: 1;
}
.main2_r {
    float: right;
    width: 733px;
    position: relative;
}
.main2_r ul li{
    float: left;
    margin-right: 10px;
}
.main2_r ul li:nth-child(2){
    margin-right: 0;
}
.main2_r ul li:nth-child(n + 3){
    margin-top: 9px;
}
.main2_r ul li a{
    display: block;
}
.main2_r ul li a img{
    display: block;
}
.main2_r_a {
    position: absolute;
    right: 17px;
    bottom: 53px;
    padding-top: 54px;
    background: url(../img/yqlj.png) no-repeat top center;
    padding-left: 16px;
}
.main2_r_a a{
    display: block;
    width: 53px;
    position: relative;
}
.main2_r_a a p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 20px;
}
.main2_r_a a span{
    display: block;
    width: 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    transform:rotate(90deg);
    transform-origin:left top;
    position: absolute;
    top: 3px;
    right: 0;
}

.links{
    padding-bottom: 15px;
}
.links .common_title{
    margin-bottom: 8px;
}
.links ul li{
    float: left;
    margin: 10px 40px;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 18px;
}
.links ul li:after{
    content: "+";
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 12px;
    width: 14px;
    border-radius: 50%;
    height: 14px;
    background: #e3b262;
    position: absolute;
    left: 0;
    top: 3px;
}

.main3{
    padding: 10px 0 20px;
}
.main3_l{
}
.main3_l_l{
    width: 50%;
    float: left;
}
.main3_l_l_first{
    display: block;
    position: relative;
    transition: all .3s;
    height: 150px;
}
.main3_l_l_first i{
    position: absolute;
    left: 102px;
    font-size: 12px;
    padding: 5px 10px;
    top: 107px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-family: "zkqkhyt";
    z-index: 2;
}
.main3_l_l_first_img{
    width: 194px;
    height: 136px;
    overflow: hidden;
}
.main3_l_l_first_img img{
    display: block;
    height: 100%;
    width: 100%;
}
.main3_l_l_first_con{
    width: 50%;
}
.main3_l_l_first_con p{
    font-size: 16px;
    color: #860101;
    font-weight: 600;
}
.main3_l_l_first:hover{
    transform: translateY(-5px);
}
.main3_l_l_first:hover .main3_l_l_first_con p{
    color: #850200;
}
.main3_l_l_first_con span{
    font-size: 14px;
    color: #454545;
    display: block;
    text-indent: 2em;
    margin-top: 8px;
}
.main3_l_l_ul li {
    border-top: solid 1px #e5e5e5;
    
    padding: 5px 0;
    transition: all .3s;
    margin-top: 10px;
}
.main3_l_l_ul li:hover{
    transform: translateY(-5px);
}
.main3_l_l_ul li a{
    display: block;
}
.main3_l_l_ul li a .fl{
    font-family: "zkqkhyt";
}
.main3_l_l_ul li a .fr{
    width: 76%;
}
.main3_l_l_ul li a .fr p{
    font-size: 16px;
    color: #1d1d1d;
}
.main3_l_l_ul li a .fr span{
    display: block;
    color: #525252;
    text-indent: 2em;
    line-height: 18px;
    margin-top: 5px;
    font-size: 14px;
}
.main3_l_l_ul li:hover a .fr p{
    color: #860101;
}
.main3_l_r{
    width: 48%;
    float: right;
}
.main3_l_l_ul2 li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.main3_r{
}
.main3_r ul li{
    transition: all .3s;
}
.main3_r ul li:hover{
    transform: translateY(-3px);
}
.main3_r ul li span{
    float: right;
    line-height: 37px;
    font-size:  12px;
    color: #3c3c3c;
}
.main3_r ul li:hover span{
    color: #850200;
}
.main3_r ul li a{
    margin-right: 60px;
    color: #353535;
    font-size: 14px;
    line-height: 37px;
    margin-left: 25px;
}
.main3_r ul li i{
    float: left;
    background: #d8ad6b;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    margin-top: 10px;
}
.main3_r ul li:hover i{
    background: #850200;
}

.main4{
    background: url(../img/main4_bg.jpg) no-repeat center bottom #454545;
}
.style{
padding-right: 18px;
}
.style .white-title a {
    background: url(../img/fc_ico.png) no-repeat right center;
    margin-bottom: 15px;
}
.white-title a {
    padding: 15px 0;
    display: block;
}
.white-title a p{
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
}
.white-title a span{
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    text-transform: capitalize;
    font-family: "arial";
}
.style_bd a{
    display: block;
}
.style_bd a .style_img {
    float: left;
    width: 191px;
    height: 275px;
}
.style_bd a .style_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.style_bd a .style_cont{
    float: right;
    width: 49%;
}
.style_bd a .style_cont p{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #d8ad6b;
    padding: 5px 0px 5px 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.style_bd a .style_cont span{
    display: block;
    text-indent: 2em;
    font-size: 14px;
    color: #fff;
}
.style-cursor{
    
}
.style_controls{
    text-align: center;
    background: url(../img/black_05.png) no-repeat center bottom;
    padding-bottom: 7px;
    margin-top: 15px;
}
.style_controls a{
    display: inline-block;
    width: 32px;
    height: 22px;
    margin: 0 8px;
}
.style_previous {
    background: url(../img/mian4_left_ico.png) no-repeat center center #9a9a99;
}
.style_previous:hover{
    background: url(../img/mian4_left_ico.png) no-repeat center center #be9b65;
}
.style_next{
    background: url(../img/mian4_right_ico.png) no-repeat center center #9a9a99;
}
.style_next:hover{
    background: url(../img/mian4_right_ico.png) no-repeat center center #be9b65;
}
.main4 {
    padding: 10px 0 40px;
}

.wechat{
    width: 37.5%;
    padding: 0 18px;
}
.add-wx{
    padding-left: 40px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    background: url(../img/wechat-bg.png) no-repeat left center;
    border-bottom: solid 1px #6e839a;
}
.add-wx span{
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    background: #ff0d07;
    text-align: center;
    width: 55px;
    height: 23px;
    border-radius: 4px;
    position: relative;
    margin-top: 19px;
}
.add-wx span img{
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 30px;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    display: none;
    transition: all .3s;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}
.add-wx span:hover>img{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.weChart-ul div{
    width: 165px;
    height: 98px;
    float: left;
}
.weChart-ul div img{
    width: 100%;
    height: 100%;
}
.weChart-ul a{
    color: #fff;
    display: block;
    position: relative;
}
.weChart-ul a h3{
    font-size: 13px;
    color: #fff;
    float: right;
    width: 58%;
}
.weChart-ul a:hover h3{
    color: #ffba00;
}
.weChart-ul a p{
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/wx_time.png) no-repeat left center;
    padding-left: 29px;
    line-height: 20px;
    
}
 
.weChart-ul li{
    margin: 20px 0;
    transition: all .3s;
}
.weChart-ul li:hover{
    transform: translateY(-3px);
}

.weibo{
    width: 29.5%;
    padding: 0 18px;
}
.wb {
    position: relative;
    background: url(../img/weibo_ico.png) no-repeat left center;
}
.wb-bg{
    background: #345578;
    position: relative;
}
.wb:before{
    content: "";
    position: absolute;
    left: 160px;
    top: 22px;
    width: 18px;
    height: 18px;
    
}
.wb_ul{
    height: 256px;
    overflow-y: scroll;
    margin-top: 6px;
}
.wb_ul::-webkit-scrollbar{
    width: 5px;
    background-color:#5c5c5c;
}
.wb_ul::-webkit-scrollbar-thumb{
    background: #a1a1a1;
    height: 20px;
}
.wb_ul li {
    margin: 15px 0;
    transition: all .3s;
}
.wb_ul li:hover{
    background: rgba(0,0,0,.3);
}
.wb_ul li a{
    display: block;
}
.wb_ul li:hover a p{
    color: #ffba00;
}
.wb_ul li a p,.wb_ul li a i{
    font-size: 12px;
    color: #fff;
}
.wb_ul li a img{
    display: block;
    margin:8px 0;
    width: 122px;
}