 *:not(table){
  margin:0;
    padding:0;
  }
    

img {
    border: 0;
}

.head .top-w {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.head .top {
    width: 1200px;
    margin: 0 auto;
    height: 105px;
    line-height: 105px;
    padding: 0 15px;
    position: relative;
}

.search {
    display: inline-block;
    width: 320px;
    background-color: #ffffff;
    margin-left: 177px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.search-text {
    width: 200px;
    height: 30px;
    border: solid 1px #e5e5e5;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    line-height: 30px;
    padding-left: 10px;
}

.search-btn {
    width: 54px;
    height: 34px;
    background-color: #b90609;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    float: left;
    margin-top: 15px;
    cursor: pointer;
}

.nav-w {
    width: 100%;
    min-width: 1230px;
    background-color: #235cb2;
    position: absolute;
    z-index: 2;
    height: 60px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    /* overflow: hidden; */
    padding: 0 15px;
}

.nav ul {
    /* width: 1000px;
    margin: 0 auto; */
}

.nav>ul>li {
    list-style: none;
    width: 200px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nav>ul>li .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 283px;
    display: inline-block;
    background-color: #ffc600;
    color: #000;
    vertical-align: top;
}

.nav>ul>li .left li {
    list-style: none;
}

.nav_left_li_xz {
    color: #ffc600;
    background-color: #fff;
}

.nav>ul>li .right li {
    list-style: none;
    width: 638px;
    text-align: left;
    white-space: normal;
}

.nav>ul>li .right {
    position: absolute;
    top: 0;
    left: 109px;
    width: 638px;
    height: 283px;
    display: inline-block;
    vertical-align: top;
}

.nav>ul>li .right img {
    width: 250px;
    height: 140px;
    margin: 35px;
    display: inline-block;
    vertical-align: top;
}

.nav>ul>li .right .text {
    width: 270px;
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
}

.nav>ul>li .right h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.nav>ul>li .right p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.nav img {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.nav dt:hover {
    color: #ffc600;
}

.nav dt,
.nav dd {
    /* background-color: #d4070f; */
    color: #fff;
    white-space: nowrap;
}

.nav dd {
    position: relative;
    width: 422px;
    height: 283px;
    margin-bottom: 1px;
    line-height: 40px;
    display: none;
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255, 0.9);
    overflow: hidden;
}

.nav a {
    text-decoration: none;
}

.ban-video {
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
    width: 100%;
    min-width: 1230px;
    min-height: 110%;
    /*pointer-events: none;*/
    margin-top:60px;
    z-index: 1;
    
}

.ban-video video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000
}

.video_img{
    margin-top: 60px;
    height: 320px;
    width: 100%;
    min-width: 1230px;
    background: url(../images/bg-img.jpg) no-repeat center;
}
.ban-mouse {
    position: fixed;
    bottom: 180px;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 20px;
    cursor: pointer;
    color: #ffffff;
    z-index: 100;
    animation: Ani infinite alternate linear 1s;
    -moz-animation: Ani infinite alternate linear 1s;
    -webkit-animation: Ani infinite alternate linear 1s;
    -o-animation: Ani infinite alternate linear 1s;
    background: url(../images/mouse.png) no-repeat bottom center;
}

 @keyframes Ani
    {
        from {
            bottom: 140px;
        }
        to {
            bottom: 128px;
        }
    }

.banner1 .swiper-container {
    overflow: hidden;
    position: relative;
    height: 562px;
    width: 588px;
}

.banner1 .wrap {
    margin: 0 auto;
    width: 588px;
    /* height: 380px;
    overflow: hidden;
    position: relative; */
    z-index: -1;
}

.banner1 img {
    width:588px;
    margin: 0 auto;
}

.banner1 ul {
    position: absolute;
    left: 924px;
    top: 344px;
}

.banner1 ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    list-style: none;
}

.banner1 ul .tip {
    background-color: #891307;
}

.banner1 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.banner1 .swiper-pagination-switch {
    display: inline-block;
    width: 186px;
    height: 112px;
    background-color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    border:1px solid #f2f2f2;
}
.banner1 .pagination .swiper-pagination-switch img{
    width:100%;
    height:100%;
}
.banner1 .swiper-active-switch {
    background-color: #235cb2;
    border:2px solid #235cb2;
}

.banner1 .swiper-slide img {
    position: absolute;
    width: 588px;
    height: 100%;
    
    
}

.w-nav-img {
    position: relative;
    height: 440px;
    overflow: hidden;
}

.mf {
    text-align: center;
    margin-top: 45px;
}

.mf .p1 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
}

.mf .p2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
}

.main-w {
    width: 100%;
    float: left;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 15px;
}

.d1 {
    float: left;
    width: 100%;
    height: 563px;
    overflow: hidden;
}

.d1 .left {
    width: 588px;
    height: 620px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.d1 .left img {
    width: 1055px;
    vertical-align: bottom;
}

.d1 .left .text {
    width: 508px;
    height: 166px;
    padding: 30px 40px 80px 40px;
    background-color: #235cb2;
    overflow: hidden;
}

.d1 .left .text .p1 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.d1 .left .text .p2 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.d1 .right {
    display: inline-block;
    margin-left: 20px;
    width: 585px;
    vertical-align: top;
}

.d1 .right a {
    text-decoration: none;
}

.d1 .right .top {
    width: 495px;
    height: 192px;
    background-color: #ffffff;
    padding: 63px 45px 0 45px;
}

.d1 .right .top li {
    width: 119px;
    list-style: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.d1 .right .top li img {
    width: 90px;
    height: 90px;
}

.d1 .right .top p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
}

.d1 .right .btm {
    width: 588px;
    margin-top: 28px;
}
.ldgh{
    position: relative;
    overflow: hidden;
}

.d1 .right .btm .ldgh>img{
    position: absolute; 
    z-index: 1; 
    width: 380px;
    height: 100%;
    top: 0;
    left: -92px;
    transition: all 0.8s;
}
.ldgh>div{
    position: relative;
    z-index: 2;
    top: 200px;
    transition: all 0.8s;
}
.cgmf{
    position: relative;
    overflow: hidden;
}

.d1 .right .btm .cgmf>img{
   position: absolute;
    z-index: 1;
    width: 360px;
    height: 100%;
    top: 0;
    left: -26px;
    transition: all 0.8s;
}
.cgmf>div{
    position: relative;
    z-index: 2;
    top: 200px;
    transition: all 0.8s;
}
.mfgk{
    position: absolute;
    z-index: 2;
    top: -100px;
    transition: all 0.8s;
    text-align: center;
    left:240px;
}
.mfgk img{
    width:60px!important;
    height:50px!important;
}
.mfgk p{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}
.w-nav-img img{
   transition: all 0.8s;
}
.d1 .right .btm li {
    padding-top: 90px;
    list-style: none;
    text-align: center;
    width: 282px;
    height: 188px;
    display: inline-block;
    vertical-align: top;
}

.d1 .right .btm li img {
    width: 60px;
    height: 50px;
}

.d1 .right .btm li p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.d2 .left {
    width: 748px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.d2 .left h1 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}

.d2 .left h1 span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}

.d2 .left ul {
    margin-top: 46px;
}

.d2 .left li {
    margin-top: 25px;
}

.d2 .left li a {
    text-decoration: none;
}

.d2 .left .date {
    width: 56px;
    height: 68px;
    border: solid 1px #cccccc;
    display: inline-block;
    vertical-align: top;
}

.d2 .left .date .p1 {
    width: 56px;
    height: 46px;
    background-color: #cccccc;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.d2 .left .date .p2 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
}

.d2 .left .text1 {
    width: 658px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.d2 .left .text1 .p1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
}

.d2 .left .text1 .p2 {
    margin-top: 13px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}

.d2 .left img {
    width: 304px;
    height: 230px;
}

.d2 .left .text {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}

.d2 .left .text h2 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
}

.d2 .left .text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 27px;
}

.d2 .left .text p a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #235cb2;
    text-decoration: none;
}

.d2 .right {
    width: 385px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}

.d2 .right h1 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}

.d2 .right h1 span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}

.d2 .right .img img {
    width: 385px;
    height: 180px;
    vertical-align: bottom;
}

.d2 .right .img a {
    text-decoration: none;
}

.d2 .right .img p {
    width: 333px;
    height: 50px;
    background-color: #ffc600;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 27px;
}

.d2 .right ul {
    margin-top: 50px;
}

.d2 .right li {
    margin-top: 25px;
}

.d2 .right li img {
    width: 65px;
    height: 72px;
    display: inline-block;
    vertical-align: top;
}

.d2 .right li a {
    text-decoration: none;
}

.d2 .right li .text1 {
    width: 272px;
    display: inline-block;
    vertical-align: top;
}

.d2 .right li .text1 .p1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.d2 .right li .text1 .p2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 7px;
}

.foot-w {
    width: 100%;
    float: left;
    min-width: 1230px;
}

.foot-top-w {
    width: 100%;
    height: 220px;
    padding-top: 46px;
    background: url(../images/bg1.jpg);
    background-size: 100% 100%;
    float: left;
    padding-bottom: 50px;
}

.foot-top {
    width: 1200px;
    margin: 0 auto;
    height: 220px;
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 50px;
}

.foot-top .left {
    display: inline-block;
    vertical-align: top;
}

.foot-top .left .title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 12px;
}

.foot-top .left .p1 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.6;
}

.foot-top .left .p1 img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: text-top;
}

.foot-top .right {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.foot-top ul {
    width: 105px;
    height: 250px;
    padding-left: 15px;
    margin-right: 5px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-top li {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.6;
}

.foot-top a:hover {
    text-decoration: underline;
}

.foot-top .l1 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    opacity: 1;
    white-space: nowrap;
}

.foot-top li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.foot-btn-w {
    width: 100%;
    height: 48px;
    float: left;
    background-color: #1d1e1f;
}

.foot-btn {
    width: 1200px;
    line-height: 48px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 48px;
    color: #ffffff;
    opacity: 0.8;
}