﻿@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family: 'lato';
    list-style: none;
    text-decoration: none;
}

.banner img {
    width: 100%;
    display: block;
}
.tb{
	position: relative;
	margin-top: 43px;
}
.tb img.xm {
    position: absolute;
    top: 10px;
    left: 18px;
}
.tb img.dh {
    position: absolute;
    top: 89px;
    left: 18px;
}
.tb img {
    width: 38px;
    display: block;
}
.banner {
  position: relative; }
  .banner .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .banner .swiper-container .swiper-wrapper {
      width: 400%;
      height: 100%;
      position: absolute; }
      .banner .swiper-container .swiper-wrapper .swiper-slide {
        width: 25%;
        height: 100%;
        float: left;
        position: relative; }
        .banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide1 {
          background: url(../images/banner02.jpg) no-repeat center top; }
        .banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide2 {
          background: url(../images/banner01.jpg) no-repeat center top; }
        .banner .swiper-container .swiper-wrapper .swiper-slide a {
          display: block;
          width: 100%;
          height: 100%; }
    .banner .swiper-container .swiper-pagination {
      position: absolute;
      width: 200px;
      height: 30px;
      bottom: 146px;
      left: 50%;
      margin-left: -100px;
      text-align: center; }
      .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #f93c1c;
        margin: 10px; }
        .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #b31f1b; }
          


.top-nav {
    margin: 0 auto;
    width: 100%;
    height: 65px;
    background: #323232;
}
.nav-main{
	 margin: 0 auto;
	 width: 1200px;
}
.nav-main a {
    display: block;
    float: left;
    padding-top: 7px;
}

.nav-main img {
    width: 144px;
    height: 49px;
}
ul.nav-li {
    float: right;
    margin-top: 15px;
        margin-right: 99px;
}
ul.nav-li li a {
    color: #fff;
}
ul.nav-li li {
    display: inline-block;
    padding: 0;
        margin-right: 127px;
}
.nav ul li a:hover {
    color: #e7dcfd;
}
.nav {
    background: #48258f;
    width: 100%;
    height: 90px;
}
.nav ul li a {
    color: #fff;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav ul li {
    display: inline-block;
    color: #ffff;
    font-size: 24px;
    padding: 3px 21px;
    width: 150px;
    text-align: center;
    border-right: 3px solid #ddd;
    margin-top: 27px;
}
/*.main {
    background: #f5fbff;
}*/
/*p1*/
.sdyx {
    background: #fff;
    padding-bottom: 26px;
}
.sdyx img {
    display: block;
    width: 100%;
    padding-top: 23px;
}
.p1 {
    width: 100%;
    height: 903px;
    background: url(../images/bg0.jpg) no-repeat;
    background-size: 100% 100%;
}
.container_1201 {
    width: 1200px;
    margin: 0 auto;
}
.title {
    padding-top: 57px;
    padding-bottom: 13px;
}
.t1 {
   
    width: 100%;
    height: 178px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-size: 43px;
    letter-spacing: 6px;
    line-height: 85px;
}
.title {
    padding-top: 19px;
    padding-bottom: 49px;
}
.title p {
    color: #333;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
        padding-top: 27px;
}
.icon{
	  background: url(../images/htys.png) no-repeat center 0;
    width: 100%;
    height: 528px;
}
.icon-p p {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 10px;
    height: 54px;
    margin-bottom: 64px;
}
.icon-p {
    margin-left: 634px;

}

.btn {
    padding-top: 10px;
}
.btn a {
    display: block;
    width: 338px;
    height: 69px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 6px;
    background: #008dba;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 16px;
}
 .raised {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.hoverable > .anim {
	-moz-animation: anim-out 2s infinite;
	-webkit-animation: anim-out 2s infinite;
	animation: anim-out 2s infinite;
}
.hoverable > .anim:after {
	-moz-animation: anim-out-pseudo 2s infinite;
	-webkit-animation: anim-out-pseudo 2s infinite;
	animation: anim-out-pseudo 2s infinite;
}
.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}
.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}
@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		background: transparent;
	}
}
@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		background: transparent;
	}
}
@keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		background: transparent;
	}
}
/*p2*/
.banner1 .sp02 span {
    background-color: #fff;
    opacity: 1;
   width: 10px;height: 10px;
}
.swiper-pagination.sp02.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: -2px;
    left: 0;
    width: 100%;
}
.banner1 .sp02 .swiper-pagination-bullet-active{background-color: white;background-color: #ff9f15;}

/*p3*/
.p2 {
    width: 100%;
    height: 1387px;
        background: url(../images/bg1.jpg) no-repeat center 0;

}
.title h3 {
    color: #333;
    font-size: 33px;
    text-align: center;
    letter-spacing: 6px;
    padding-top: 40px;
}
.zjyd {
    overflow: hidden;
}
ul.yd {
    overflow: hidden;
    margin-top: 93px;
}
.p2 .title {
    padding-top: 0px;
    padding-bottom: 60px;
}
.title1 p {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    color: #000;
  
    width: 513px;
    margin: 0 auto;
    line-height: 61px;
    height: 64px;
    margin-top: 38px;
    margin-bottom: 48px;
}

#tab {
    display: block;
    margin: 0 auto;
       height: 169px;
}
#tab a {
     display: block;
    float: left;
    width: 176px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
    color: #fff;
    background-size: 100%;
    margin: 0 29px;
    letter-spacing: 2px;
    height: 169px;
}
#tab a:hover {
    background: #ed4b49;
}
nav#tab a img {
    padding-top: 27px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
}
#tab a.on {
 height: 169px;
    background: #ed4b49;
}
#contentBox{width:100%;}
#contentBox .box{text-align:center;display:none;}
#contentBox .box.active{display:block;}

ul.jrzy {
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 20px;
}
.jrzy li {
    background: url(../images/jrzy.png) no-repeat center 0;
    width: 243px;
    height: 167px;
    float: left;
    margin-right: 29px;
    margin-top: 40px;
    margin-left: 28px;
}
.lg-li li{
	background: url(../images/lgzy.png) no-repeat center 0;
}
.rew-li li{
	background: url(../images/yszy.png) no-repeat center 0;
}
.yx-li li{
	background: url(../images/yxzy.png) no-repeat center 0;
}
.ys-li li{
	background: url(../images/yslzy.png) no-repeat center 0;
}
ul.jrzy-li {
    overflow: hidden;
    padding-top: 26px;
        padding-bottom: 32px;
}
.jrzy li a {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #333;
    padding-top: 52px;
    display: block;
}
/*p3*/
.p3 {
    width: 100%;
    height: 1754px;
    background: url(../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
}
.p3 .title {
    padding-top: 19px;
    padding-bottom: 54px;
}
.p3 .title p {
    padding-top: 0px;
    font-size: 46px;
}
.zs{
	 width: 100%;
    height: 330px;
   background: url(../images/zs.png) no-repeat;
}
.zs1 p {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-top: 85px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 58px;
}
.zs1 {
    width: 456px;
    float: left;
    margin-left: 104px;
}
.zs1.zs2 {
    margin-left: 141px;
}



.bdgx {
    width: 100%;
    height: 591px;
    background: url(../images/zsdx.png) no-repeat;
    margin-top: 18px;
    margin-bottom: 25px;
}
ul.xgdx {
    width: 504px;
    float: left;
    padding-left: 83px;
    padding-top: 92px;
}
ul.xgdx li {
    border-bottom: 1px solid #f1e4cf;
    height: 77px;
    margin-bottom: 8px;
}
ul.amdx {
    width: 492px;
    float: left;
    padding-left: 63px;
    padding-top: 99px;
}
ul.amdx li {
    border-bottom: 1px solid #f1f1f1;
    height: 77px;
    margin-bottom: 8px;
}
.xgli p {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-bottom: 4px;
}
.xgli a {
    float: right;
    display: block;
    margin-top: -33px;
    background: #f1635a;
    color: #fff;
    font-size: 22px;
    width: 165px;
    font-weight: bold;
    height: 42px;
    border-radius: 44px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 5px;
}
.my p {
    width: 835px;
    font-size: 31px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 7px;
    line-height: 51px;
    color: #ed4b49;
}
.wlq p {
    background: #fbc00c;
    width: 785px;
    margin: 0 auto;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 6px;
    height: 64px;
    border-radius: 49px;
    line-height: 60px;
}
.wlq {
    margin-top: 35px;
    margin-bottom: 41px;
}
/*p3*/
/*p4*/
.p4 {
    width: 100%;
    height: 1084px;
   background: url(../images/bg2.jpg) no-repeat;
}


.p4 .title {
    padding-top: 0px;
    padding-bottom: 0px;
}
.p4 .title p {
    color: #fff;
    padding: 0px;
    padding-bottom: 19px;
}

ul.xzga{
	 background: url(../images/xzga.png) no-repeat center 0;
    width: 100%;
    height: 714px;
	
}

ul.xzga li {
    width: 326px;
    float: left;
    margin-left: 50px;
    margin-right: 10px;
    text-align: center;
    height: 266px;
    margin-top: 74px;
}
ul.xzga li p {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 50px;
    padding-top: 59px;
}



/*p5*/
.p5 {
    width: 100%;
    height: 1042px;
    background: url(../images/bg0.jpg) no-repeat;
    background-size: 100% 100%;
}
.p5 .title {
    padding-top: 82px;
    padding-bottom: 0px;
}
ul.xs {
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 20px;
}
.xs li {
    background: url(../images/xs.png) no-repeat center 0;
    width: 380px;
    height: 184px;
    float: left;
    margin-right: 30px;
    margin-top: 42px;
}
.xs li:nth-child(3),.xs li:nth-child(6),.xs li:nth-child(9) {

    margin-right: 0px;
}
.xs li b {
    display: block;
    width: 143px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 128px;
    float: left;
    letter-spacing: 2px;
    padding-left: 7px;
}
.xs1 {
    overflow: hidden;
    padding-left: 11px;
    padding-top: 25px;
    width: 200px;
}
.xs1 p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 9px;
    line-height: 31px;
}

/*p5*/
.p6 {
    width: 100%;
    background: url(../images/bg5.jpg) no-repeat;
    height: 656px;
}
.p6 .title {
    padding-top: 57px;
    padding-bottom: 49px;
}
          
.lb {
  height: 454px;
  position: relative;     margin-top: 83px;}
  .lb .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
 
    .lb .swiper-container .swiper-pagination {
      position: absolute;
      width: 200px;
      height: 30px;
      bottom: 46px;
      left: 50%;
      margin-left: 10px;
      text-align: center; }
      .lb .swiper-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #f93c1c;
        margin: 10px; }
        .lb .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #ffc132; }
          
          .mx{
          	 background: url(../images/ms1.png) no-repeat ;
          	 width: 388px;
          	 height: 376px;
          	 float: left;
          }
           .mx1{
          	 background: url(../images/ms2.png) no-repeat ;
          	
          }
              .mx2{
          	 background: url(../images/ms3.png) no-repeat ;
          	
          }
              .mx3{
          	 background: url(../images/ms4.png) no-repeat ;
          	
          }
              .mx4{
          	 background: url(../images/ms5.png) no-repeat ;
          	
          }
              .mx5{
          	 background: url(../images/ms6.png) no-repeat ;
          	
          }
.mx {
    padding-top: 99px;
    padding-left: 24px;
     color: #644024;
}

.mx h3 {
    padding-left: 153px;
    font-size: 24px;
    letter-spacing: 5px;
   
}

.mx b {
    padding-top: 29px;
    display: block;
    width: 308px;
    height: 46px;
    padding-left: 20px;
    letter-spacing: 2px;
}

.mx p {
    font-size: 16px;
    width: 300px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 21px;
    padding-left: 17px;
}
.bd2 {
    margin-top: 53px;
    margin-bottom: 69px;
}

/*p6*/
.p7{
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat;
    height: 879px;
}
.p7 .title {
    padding-top: 19px;
    padding-bottom: 25px;
}
.gsjj p {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    margin-bottom: 29px;
    line-height: 48px;
}
.ftlogo img {
    float: left;
    margin-right: 31px;
}
/*p6*/
.p8{
    width: 100%;

    height: 1028px;
}
ul.wt {
    padding-top: 22px!important;
    padding-bottom: 7px!important;
    overflow: hidden;
    padding: 4px;
}
ul.wt {
    width: 535px;
    float: left;
    height: 463px;
    margin-right: 114px;
    background: #fff8f3;
    box-shadow: 0px 0px 8px #ff7b1d;
    margin-bottom: 63px;
    border-radius: 11px;
        border-radius: 0px 50px;
}
ul.wt1 {
    width: 535px;
   
    height: 463px;
     margin-right: 0px;
    background: #fff8f3;
    box-shadow: 0px 0px 8px #ff7b1d;
    margin-bottom: 63px;
    border-radius: 11px;
        border-radius: 0px 50px;
}

ul.wt li b {
    font-size: 20px;
    font-style: italic;
    display: block;
    float: left;
    border-radius: 45px;
    background: #fbc00c;
    padding: 10px;
    color: #fff;
    margin-top: 27px;
    margin-left: 10px;
    margin-right: 13px;
}
ul.wt li p {
    font-size: 23px;
    font-weight: bold;
    line-height: 44px;
    padding-top: 20px;
    letter-spacing: 1px;
}
ul.wt li {
    height: 99px;
}
ul.wt li:nth-child(3) {
    height: 76px;
}
ul.wt li:nth-child(1) {
    height: 73px;
}
ul.wt li:nth-child(4) {
    height: 73px;
}
ul.wt1 li:nth-child(1) p {
    padding-top: 13px!important;
    line-height: 37px;
}
ul.wt li:nth-child(1) p {
    padding-top: 27px;
}
/*底部*/
.topt h3 {
    font-size: 35px;
    letter-spacing:3px;
    text-align: center;
    margin-top: 42px;
}

.foot {
    background: #161517;
    width: 100%;
    height: 142px;
}

.ftxt p {
    font-size: 18px;
    letter-spacing: 7px;
    line-height: 34px;
    font-weight: bold;
    float: left;
    color: #fff;
    padding-top: 38px;
}

/*底部*/
@media screen and (max-width: 1440px){
	.banner {

    position: relative;
}
	}