﻿@charset "utf-8";

.banner-wrapper{
 position: relative;
}
.banner-wrapper:hover>a{
 opacity: 1;
 filter: alpha(opacity=100);
}
.banner ul li a{
 width: 100%;
 max-width: 1920px;
 margin: 0 auto;
 display: block;
}
.banner ul li a img{width:100%;}
.banner-wrapper .prev,.banner-wrapper .next{
 
 display: block;
    width: 25px;
    height: 50px;
}
.banner-wrapper>a{
    line-height: 52px;
    font-size: 0px;
    color: #fff;
    text-align: center;
    xopacity: 0.8;
    xfilter: alpha(opacity=80);
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 3;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner-wrapper .prev{
 background: url(../images/prev.png) no-repeat center;
 left: 25px;
}
.banner-wrapper .next{
 background: url(../images/next.png) no-repeat center;
 right: 25px;
}


.banner-p{
 position: absolute;
 width: 100%;
 bottom: 20px;
}
.banner-p ul{
 text-align: center;
}
.banner-p ul li{
 width: 28px;
 height: 28px;
 background: #959595;
 display: inline-block;
 margin: 0 15px;
 border-radius: 50%;
 cursor: pointer;
}
.banner-p ul .on{
 background: #0c51ab;
}




.main1-wrapper{
    background: url(../images/main1-bg.png) no-repeat bottom center;
    padding: 40px 0 160px 0;
}
.main-title p{
    font-size: 24px;
    line-height: 45px;
}
.main-title p:after{
    content: "\25bc";
 font-size: 12px;
    color: #1a5cb0;
    display: block;
    margin: 0 auto;
}
.main-title p:before{
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #1a5cb0;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 46px;
}

.main1-ul{
    padding: 0 45px;
}
.main1-ul ul li>div{
    float: left;
    margin: 0 8px;
}
.main1-plate:hover img{
    transform: scale(1.1);
}
.main1-plate{
    width: 280px;
    height: 200px;
    overflow: hidden;
}
.main1-plate img{
    width: 280px;
    height: 200px;
    transition: all .3s;
}
.main1-plate>a>p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/main1-mask.png);
    padding: 10px 7px;
    font-size: 12.8px;
    color: #fff;

 width: 100%;
}

.main1>a{
    text-align: center;
    xopacity: 0.8;
    xfilter: alpha(opacity=80);
    font-weight: bold;
    position: absolute;
    top: 50%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 3;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.main1 .prev,.main1 .next {
    
    display: block;
    width: 25px;
    height: 50px;
}
.main1 .prev{
    background: url(../images/main1-prev.png) no-repeat center;
    left: 25px;
}
.main1 .next{
    background: url(../images/main1-next.png) no-repeat center;
    right: 25px;
}
.main1:hover>a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.main1-p{
 position: absolute;
 width: 100%;
 bottom: -90px;
}
.main1-p ul{
 text-align: center;
}
.main1-p ul li{
 width: 15px;
 height: 15px;
 background: #959595;
 display: inline-block;
 margin: 0 15px;
 border-radius: 50%;
 cursor: pointer;
}
.main1-p ul .on{
 background: #0c51ab;
}




.main2-wrapper{
    background: url(../images/main2-bg.png);
    padding: 10px 0 60px 0;
}
.main2 .main-title p{
    color: #fff;
}
.main2 .main-title p:after{
    color: #fff;
}
.main2 .main-title p:before{
    background: #fff;
}
.main2-ul ul li{
    width: 395px;
    height: 120px;
    background: #f7f7f7;
    padding: 17px 10px;
    float: left;
    margin: 20px 15px;
}
.main2-ul ul li .main2-p p{
    font-size: 16px;
    color: #2e3032;
}
.main2-ul ul li .main2-p span{
    font-size: 12px;
    color: #868585;
    text-indent: 2em;
    display: block;
}
.main2-ul ul li .main2-time{
    display: inline-block;
    text-align: center;
    padding: 20px 12px;
    border-right: 1px solid #bfbfbf;

}
.main2-ul ul li .main2-time p{
    color: #606060;
    font-size: 30px;
}
.main2-ul ul li .main2-time span{
    color: #818181;
    font-size: 13.8px;
    display: block;
}
.main2-ul ul li:hover .main2-time p,.main2-ul ul li:hover .main2-time span,.main2-ul ul li:hover .main2-p p{
    color: #0d57a4;
}
.main2-p{
    width: 75%;
    float: right;
}

.main2-pointer{
 position: absolute;
 width: 100%;
 bottom: -40px;
}
.main2-pointer ul{
 text-align: center;
}
.main2-pointer ul li{
 width: 52px;
 height: 7px;
 background: #959595;
 display: inline-block;
 margin: 0 15px;
 cursor: pointer;
}
.main2-pointer ul .on{
 background: #0c51ab;
}




.main3{
    padding: 30px 0 60px 0;
}
.main3-ul ul li{
    float: left;
    padding: 6px 10px;
    width: 600px;
    position: relative;
    margin: 10px 20px;
}
.main3-ul ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 5px;
}

.main3-ul ul li .main3-img{
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.main3-ul ul li .main3-img img{
    width: 200px;
    height: 150px;
}
.main3-ul ul li:hover .main3-p>a>p{
    color: #0c51ab;
}
.main3-ul ul li:hover .main3-p>a>i{
    color: #0c51ab;
    border: 1px solid #0c51ab;
}
.main3-ul ul li:hover .main3-p>a>.main3-time{
   color: #a7a7a7;
}
.main3-p{
    width: 60%;
    float: right;
}
.main3-p>a>p{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    
}
.main3-p>a>.main3-time{
    font-size: 12px;
    color: #a7a7a7;
}
.main3-p>a>span{
    font-size: 14px;
    color: #7b7878;
    display: block;
    text-indent: 2em;
}
.main3-p>a>i{
    font-size: 12px;
    color: #464646;
    display: inline-block;
    border: 1px solid #464646;
    padding: 1px 6px 1px 3px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.main3-more{
    text-align: center;
    margin-top: 30px;
}
.main3-more a{
    font-size: 18px;
    color: #fff;
    background: #0c51ab;
    border-radius: 9px;
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
}



.main4-wraper{
    background: url(../images/main4-bg.png) no-repeat center;
    padding: 50px 0 90px 0;
}

.main4-title p{
    font-size: 24px;
    line-height: 30px;
    padding: 0 40px;
}
.main4-title p a{
    color: #0c51ab;
    display: block;
    float: right;
    font-size: 13px;
    margin: 4px;
    position: relative;
    padding-right: 15px;
}
.main4-title p a:after{
    content: "\25b6";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.main4-title p:after {
    content: "\25bc";
    font-size: 12px;
    color: #1a5cb0;
    display: block;
    margin: 0 40px;
}


.main4-ul2 ul li{
    width: 560px;
    height: 88px;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 9px 5px;
    float: left;
    margin: 0 40px;
}
.main4-ul2 ul li a{
    font-size: 16px;
    color: #000;
    float: right;
    width: 79%;
    margin-top: 10px;
}
.main4-ul2 ul li:hover{
    background: #f3f3f3;
}
.main4-ul2 ul li:hover a{
    color: #0c51ab;
}
.main4-ul2 ul li:hover .main4-ul2-time{
    background: url(../images/main4-timebg-on.png) no-repeat center bottom;
    background-color:#0c51ab ;
}
.main4-ul2 ul li:hover .main4-ul2-time p,.main4-ul2 ul li:hover .main4-ul2-time span{
    color: #fff;
}
.main4-ul2-time{
    width: 87px;
    height: 69px;
    text-align: center;
    padding-top: 14px;
    background: url(../images/main4-timebg.png) no-repeat center bottom;
    background-color: #f3f3f3;
}
.main4-ul2-time p{
    font-size: 24px;
    color: #0c51ab;
    line-height: 25px;
}
.main4-ul2-time span{
    font-size: 12px;
    color: #0c51ab;
    display: block;
}

.main4-p{
 position: absolute;
 width: 100%;
 bottom: -80px;
}
.main4-p ul{
 text-align: center;
}
.main4-p ul li{
 width: 15px;
 height: 15px;
 background: #959595;
 display: inline-block;
 margin: 0 15px;
 border-radius: 50%;
 cursor: pointer;
}
.main4-p ul .on{
 background: #0c51ab;
}


.main5{
    background: url(../images/main5-bg.png) no-repeat bottom center;
    height: 186px;
}


.xbgk-wrapper{
    background: url(../images/xbgk-bg.png) no-repeat bottom center;
}
.xbfk{
    position: relative;
    padding: 80px 0 140px 0;
}
.xbfk i{
    font-size: 24px;
    color: #0c51ab;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.xbfk i:after{
    content: "\25b6";
    font-size: 12px;
    position: absolute;
    top: 9px;
    right: -30px;
}
.xbfk p{
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    text-align: justify;
    width: 700px;
    line-height: 26px;
}
.xbfk a {
    display: block;
    border: 1px solid #0c51ab;
    color: #0c51ab;
    padding: 13px 15px;
    position: absolute;
    right: 600px;
    bottom: 65px;
}
.xbfk img{
    position: absolute;
    right: 0;
    top: 70px;
    width: 480px;
    height: 390px;
}