﻿

@charset "utf-8";
.zx:after{
    xcontent: "";
    width: 3px;
    height: 14px;
    background: #35437e;
    position: absolute;
    left: 114px;
    bottom: -8px;}
.zx:before{
    xcontent: "";
    width: 3px;
    height: 14px;
    background: #35437e;
    position: absolute;
    left: 33px;
    bottom: -8px;}
.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%;
    /* height: 200px; */
}
.controls a{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.previous{
    background: url(../images/left_ico.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(../images/right_ico.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: 10px;
    width: 100%;
    z-index: 2;
    text-align:center;
    left: 0;
}
.banner-pagination ul li{
    width: 12px;
    height: 12px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}
.banner-pagination .on{
    background: #fff;
}
.main1{
    padding: 25px 0;
}
.news-wrapper{
    position: relative;
    margin-top: 15px;
}
.news-img{
    width: 750px;
    height: 380px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.news-ul ul li{
    position: relative;
}
.news-ul ul li a{
    display: block;
}
.news-ul ul li:hover .news-img img{
    xtransform: scale(1.1);
}
.news-p{
    background:rgba(0, 0, 0, .7);
    padding-left: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.news-p p{
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    margin-right: 83px;
}
.news-p span{
    float: right;
}
.news-control{
    position: absolute;
    bottom: 14px;
    right: 10px;
}
.news-control ul li{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.news-control ul .on{
    background: #f39800;
}
.news-ul-time{
    position: absolute;
    left: 0;
    top: 0;
    background: #004ea2;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 6px 8px;
}
.common_title a{
    display: block;
}
.common_title a p{
    font-size: 20px;
    color: #4a4a4a;
    
    padding-left: 37px;
    background: url(../images/news_ico.png) no-repeat left center;
    background-size: 31px;
    display: inline-block;
    font-weight: 600;
}
.common_title a span{
    
font-size: 16px;
 color: #d2d2d2;
 font-family: "britannic_bold";
 margin-left: 10px;
 text-transform: uppercase;
}
.common_title a i{
    float: right;
    font-size: 12px;
    margin-top: 3px;
    color: #d2d2d2;
    padding-right: 15px;
    background: url(../images/more_ico.png) no-repeat right center;
}
.notice-ul1{
    width: 40%;
    margin-top: 15px;
}
.notice-ul1 ul li{
    background: #fff;
    transition: all .3s;
    margin-bottom: 15px;
}
.notice-ul1 ul li:hover{
    transform: translateY(-5px);
    box-shadow: 5px 5px 10px #ccc;
}
.notice-ul1 ul li:hover a>p{
    font-weight: 600;
}
.notice-ul1 ul li:last-child{
    margin-bottom: 0;
}
.notice-ul1 ul li a{
    display: block;
    line-height: 43px;
}
.notice-ul1 ul li:hover a{
    color:#92011c
}
.notice-ul1 ul li:hover .notice-time{
    xbackground: #324274;
}
.notice-ul1 .notice-time {
    background: #d5d4d4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: left;
    color: #fff;
    text-align: center;
    padding: 17.3px 0px;
    height: 83.6px;
}
.notice-ul1 ul li:hover .notice-time{
    background: #880000;
}
.notice-ul1 .notice-time p{
    font-family: "FZYANSJW_ZHONG_1_";
    font-size: 32px;
    padding: 0 20px;
    line-height: 29px;
    color: #fff;
}
.notice-ul1 .notice-time span{
    display: block;
    font-size: 14px;
    font-family: "FZYANSJW_ZHONG_1_";
    text-align: center;
    line-height: 23px;
    color: #fff;
}
.notice-cont p{
    
font-size: 15px;
    
font-family: "微软雅黑";
    
color: #3c3c3c;
    
line-height: 22px;
    
font-weight: 600;
}
.notice-ul1 ul li:hover .notice-cont p{
    color:#880000;
}
.notice-ul1 ul li:hover .notice-cont span{
    color:#242424;
}
.notice-cont>span{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 6px;
    padding-right: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.notice-cont{
    float: right;
    background: #f8f8f8;
    font-size: 12px;
    width: 83%;
    height: 83.6px;
    padding-left: 12px;
    padding-top: 10px;
}
.main2{
    padding: 30px 0;
    background: #f3f3f3;
}
.main2_1,.main2_2,.main2_3{
    background: #fff;
    width: 49%;
    float: left;
}
.main2_2{
    margin: 0 1%;
    padding-bottom: 5px;
}
.main2_1{
 width: 49%;
 margin-right: 2%;
}
.main2_1 .common_title a p{
    
background: url(../images/main2_1.png) no-repeat left 5px;
    
padding-left: 33px;
    
background-size: 28px;
}
.main2_2 .common_title a p{
    background: url(../images/main2_2.png) no-repeat left center;
    padding-left: 30px;
}
.main2_3 .common_title a p{
    background: url(../images/main2_3.png) no-repeat left center;
    padding-left: 30px;
}
.main2>div{
    background: url(../images/main2_bg.png) no-repeat right bottom;
}
.main2 .common_title{
    padding: 18px 20px 10px 20px;
    border-bottom: 1px solid #324274;
}
.main2 .notice-ul1{
    width: 100%;
    margin-top: 0;
    padding: 18px;
    height: 550px;
}
.main2 .notice-ul1 ul li{
    float: none;
    margin: 0px 0;
    position:relative;
}
.main2_1 .notice-ul1 ul li{
    padding-left: 37px;
    position:relative;
}






.main2_1 .notice-ul1 ul li a div{
    padding-left:0 ;
}
.main2 .notice-ul1 ul li i{
    position:absolute;
    left: -8px;
    top: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align:  center;
    padding-top: 4px;
    font-size: 19px;
    background: linear-gradient(to right, rgb(50, 66, 116), rgb(145, 153, 178));
    color: #fff;
}
.main2 .notice-ul1 ul li div span{
    font-size:12px
}
.main2 .notice-ul1 ul li:first-child{
    margin-top: 0;
}
.main2 .notice-ul1 ul li:last-child{
    margin-bottom: 0;
}
.main2 .notice-ul1 ul li:hover .notice-time p{
    color: #fff;
}
.main2 .notice-ul1 ul li:hover .notice-time span{
    color: #fff;
}
.main2 .notice-ul1 .notice-time {
    padding: 15px 0px;
    height: 80px;
    background: #eee;
}
.main2 .notice-ul1 .notice-time p{
    padding: 0 14px;
    color: #324274;
}
.main2 .notice-ul1 .notice-time span{
    color: #324274;
    font-size: 13px;
    line-height: 24px;
}
.main2 .notice-cont{
    background: none;
    border-left: 1px solid #202c6f;
    height: 80px;
    width:88%;
    padding: 0 0 0 7px;
}
.main2_3 .notice-ul1 ul li{
    margin-bottom:28px;
}
.main2 .notice-cont p{
    font-size: 14px;
    line-height: 19px;
    font-family: "微软雅黑";
}
.main2_3 .notice-cont span{
    display: block;
    text-indent: 2em;
}
.main2_1 .notice-ul1,.main2_3 .notice-ul1{
min-height:401px;
}
.main2_1 .notice-ul1{
padding: 18px 15px;
}
.main2_1 .notice-cont>span{
  margin-top: 0;
}
.main2_2 .notice-ul1{
 height: 310px;}
.bmrk{
    width: 360px;
    height: 76px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.bmrk a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
overflow: hidden;
 border-radius: 35px;
}
.bmrk a img{
    position: absolute;
    left: 0 ;
    top: 0;
}
.bmrk a p{
    
color: #fff;
 font-size: 48px;
 font-family: "隶书";
 text-align: center;
 position: relative;
 line-height: 76px;
 z-index: 2;
}
.training{
    background: url(../images/main3_bg.png) no-repeat center bottom;
    padding: 25px 0;
}
.training  .common_title a p{
    background: url(../images/peple.png) no-repeat left center;
    padding-left: 33px;
}
.training-wrapper{
    width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.training-ul{
    overflow: hidden;
}
.training-ul ul li{
    width: 160px;
    height: 205px;
    transition: all .6s;
    margin: 0 24px;
}
.training-ul ul .onli{
    transform:scale(1);
    transition: all .6s;
    margin: 0 0;
}
.training-ul ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.training-ul ul li a img{
    width: 100%;
    height: 100%;
}
.training-ul>a{
    width: 39px;
    height:39px;
}
.training-ul>.prev{
    background: url(../images/prev2.png) no-repeat center;
    position: absolute;
    top: 100px;
    left: 0;
}
.training-ul>.next{
    background: url(../images/next2.png) no-repeat center;
    position: absolute;
    top: 100px;
    right: 0px;
}
.main4{
    background: #f8f8f8;
    padding: 25px;
}
.main4_ul li{
    float: left;
    width: 16.6%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main4_ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.main4_ul li a{
    display: block;
    margin: 0 auto;
}
.main4_ul li a div{
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #7b0303;
    padding-top: 19px;
}
.main4_ul li a div img{
    display: block;
    margin: 0 auto;
}
.main4_ul li a p{
    font-family: "方正舒体";
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 32px;
}
.main4_ul li a span{
    display: block;
    color: #000;
    font-family: "FZLTZCHK";
    font-size: 12px;
    text-align: center;
}
.main4_ul li:first-child img{width: 45px;margin-top:5px}
.main4_ul li:nth-child(2) div{padding-top: 24px;}
.main4_ul li:nth-child(2) img{width: 35px;margin-top: -6px;}
.main4_ul li:nth-child(3) img{width: 45px;}
.main4_ul li:nth-child(4) div{padding-top: 20px;}
.main4_ul li:nth-child(4) img{width: 42px;}
.main4_ul li:nth-child(5) img{width: 35px;margin-top: 2px;}
.main4_ul li:nth-child(6) img{width: 38px;margin-top: 2px;}
.footer_p_link{
    padding: 25px 0;
}
.footer_p_link ul li{
    float: left;
    margin: 0 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 0px 10px 1px #7a7a7a;
}
.footer_p_link ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.footer_p_link ul li a ,.footer_p_link ul li a img{
    display: block;
    height: 100%;
}
.footer_p_link ul li a{
    
background: #ffffff;
    
height: 71px;
    
padding: 7px;
}
.footer_p_link ul li:first-child{
    
}
.footer_p_link ul li:last-child{
    margin-right: 0;
}
 .img_link {
    width: 100%;
    margin-top: 30px;
}
.mc{
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgb(131 15 12);
    color: white;
    font-size: 20px;
}
.img_link ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.img_link ul li {
    width: 23%;
    padding: 3px;
    margin-top: 20px;
    margin-left: 24px;
    transition: all .3s;
}

.img_link ul li p {
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
}

.img_l_box {
    width: 100%;
    height: 85px;
    border: 1px solid rgb(131 15 12);
    overflow: hidden;
}

.img_l_box img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.img_link ul li a {
    display: block;
}

.img_link ul li:hover {
    transform: translateY(-4px);
}