*{
  margin: 0 ;
  padding: 0;
}
body{
  overflow-x: hidden;
  position: relative;
  font-family: "微软雅黑";
  font-size: 14px;
}
.img{
  display: block;
  max-width: 100%;
  height: auto;
}

.new_content dt img{
  height: 248px;
}

/*头部模块*/
header{
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* background-color: sandybrown; */
}

.banner{
  width: 100%;
  height: 800px;
}
.banner_images{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:730px;
  height: 280px;
  background: url(../images/banner_color.png) no-repeat;
  background-size:100%; 
  z-index: 9999;
}
.span_img{
  position: absolute;
  top: 55px;
  left: 590px;
  display: inline-block;

}
.banner_images p{
  font-size:60px;
  text-align: center;
  
  line-height: 40px;
  padding-top:70px;

}
.banner_images span{
  font-size: 22px;
  padding-left: 10px;
  text-align: center;
  color: #4B91D8;
}
.header_nav{
    position: absolute;
    width: 100%;
    height: 112px;
    background: url(../images/header_img11.png);
    background-size: 100%;
    top: 0;
    z-index: 2020;
}
.header_img{
  width:1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* background-color: salmon; */
}
.header_img1 {
  float: left;
  width: 33%;
  height: 60px;
  line-height: 60px;
}
.header_img1 img {
  padding: 25px 0px 0px 0px;
}
.header_img2{
  width: 97%;
  float: left;
}
.header_img_div1{
  float: left;
    width: 70%;
    height: 70px;
    line-height: 90px;
margin-top: 10px;
    
}

.header_img_div2{
  float: left;
  width: 24%;
  height: 70px;
  line-height: 70px;
  position: relative;
  /*padding-left: 4%;*/
}
.header_img_div2 input:first-child {
  display: inline-block;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 15px;
  background-color: #FBD380;
  outline: none;
  padding: 0 10px;
  color: #fff;
}
.header_img_div2 input:last-child {
  position: absolute;
  right: -5%;;
  top: 25px;
  display: inline-block;
  width: 15%;
  height: 35px;
  border: none;
  outline: none;
  /* border-radius: 15px; */
  background: url(../images/shousuo.png) no-repeat;
}
.header_img2>span {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  float: left;
  width: 6%;
}
.header_img2>span>a{
  text-decoration: none;
  color: #fff;
  
}

/*完善导航条*/
.header_nav .yi_ul{

    list-style: none;

    position: absolute;
    top: 72px;
    right: 0px;
}
.header_nav .yi_li {
    float: left;
    line-height: 40px;
    text-align: center;
    width: 100px;
}
.header_nav .yi_li>a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
}
.yi_li {
  position: relative;
}
.er_ul{
    /* width: 100% !important; */
    background-color: #fff;
    list-style: none;
    display: none;
    position: absolute;
    width: 200px;
    top: 40px;
}
.er_ul li{
  width: 100%;
  text-align: center;
}
.er_ul li a{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: black;
}
.yi_a_acitve{
  box-sizing: border-box;
  border-bottom: 5px skyblue solid;
  color: #fff !important;
}
.er_a_style{
  background-color: #F1AB31;
  color:#fff !important;
}



/*导航模块*/
.nav_dl{
  position: absolute;
  left: 0;
  right: 0;
  width:1200px;
  margin: 0 auto;
  z-index: 2020;
  overflow: hidden;
  margin-top: -45px;
}
.nav_dl a {
  width: 20%;
  display: inline-block;
  float: left;
  text-decoration: none;
}

.nav_dl a .one_dl{
  width: 100%;
  height: 143px;
  border-right: 1px solid #5C40DE;
  box-sizing: border-box;
  background-color: #3E3E3E;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.nav_dl a:last-child .one_dl{
  border-right: 0px solid #5C40DE;
}
.one_dl dt {
 padding-top: 35px
}
.one_dl dd {
  font-size: 20px;
}
.nav_dl a .two_dl {
  width: 100%;
  height: 143px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background: url(../images/dl_bg.png) no-repeat;
  /* background-size: 100%; */
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.two_dl dd:first-child{
  font-size: 20px;
}
.nav_dl a .two_dl  dd{
  height: 50px;
  line-height: 70px;
}
.two_dl {
  display: none;
}


.dl_span{
  margin-top:23px ;
  margin-left:80px;
}

/* .one_dl{
  display: none;
} */
.two_dl{
  background-color: salmon;
 
}

/*新闻模块*/
article{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background:url(../images/bg.png) no-repeat;
}
.new_title{
  width:1200px;
  height: 130px;
  margin: 0 auto;
  padding: 160px 0 0 0;
}
.new_title div {
  width: 100%;
  /* margin: 0 450px; */
  text-align: center;
  overflow: hidden;
}
.new_title a:first-child{
  text-align: center;
  display: inline-block;
  background: url(../images/new_title_a1.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 240px;
  font-size: 24px;
  line-height: 56px;
}
.new_title a:first-child span {
  margin-left: -30px;
}
.new_title a:last-child{
  height: 100%;
  display: inline-block;
  background: url(../images/new_title_a2.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 150px;
  margin-left: -35px;
}
.new_title a:last-child span {
  margin-left: -10px;
}

.new_content{
  width:1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.new_content a {
  display: inline-block;
  float: left;
  text-decoration: none;
  margin: 0 1.5%;
  width: 31%;
}
.new_content a dl{
  width: 100%;
  height: 400px;
  border: 1px solid #fff;
  border-bottom: 2px solid #E0DCE6;
  box-shadow: 0px 0px 20px #dddddd;
 
}
.new_content a:first-child {
  margin-left: 0;
}
.new_content a:last-child {
  margin-right: 0;
}
.new_content a dl dd{
  padding-left:10px ;
}

.new_content a dl span{
  display: block;
  text-align: center;
  line-height: 70px;
  line-height: 130px;
}

/*文章列表模块*/
section{
  width:1200px;
  overflow: hidden;
  margin: 0 auto;
}
.aside_left{
  width: 50%;
 
  float: left;
  padding-top: 100px;
  padding-left: 10px;
}
.aside_right{
  width: 44%;

  float: left;
  padding-top: 100px;
  margin-left: 2%;
}
#swiper2 {
  width: 100%;
  height: 323px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: orange;
  width: 10px;
  height: 10px;
}
.aside_left  .left_div a:first-child{
  text-align: center;
  display: inline-block;
  background: url(../images/new_title_a1.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 240px;
  font-size: 24px;
  line-height: 20px;
}
.aside_left  .left_div a:first-child span {
  margin-left: -30px;
}
.aside_left  .left_div a:last-child{
  height: 100%;
  display: inline-block;
  background: url(../images/new_title_a2.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 150px;
  margin-left: -35px;
}
.aside_left .left_div a:last-child span {
  margin-left: 30px;
}
.left_banner{
  
  width: 100%;
  padding-top: 30px;
 }
 .left_banner ul {
   list-style: none;
 }
 .left_banner ul li{
   margin-bottom: 15px;
   width: 100%;
   border-bottom: 1px solid #E9E9E9;
 }
 .left_banner ul li a{
   font-size: 16px;
 }
 .left_banner ul li a p{
  float: left;
  width: 80%;
  height: 40px;
  line-height: 40px;
 }
 .left_banner ul li a span{
  display: inline-block;
  width: 20%;
  height: 80px;
  line-height: 40px;
 }



.aside_right .right_div a:first-child{
  text-align: center;
  display: inline-block;
  background: url(../images/new_title_a1.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 240px;
  font-size: 24px;
  line-height: 56px;
}
.aside_right .right_div a:first-child span {
  margin-left: -30px;
}
.aside_right .right_div a:last-child{
  height: 100%;
  display: inline-block;
  background: url(../images/new_title_a2.png) no-repeat;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 150px;
  margin-left: -35px;
}
.aside_right .right_div a:last-child span {
  margin-left: 30px;
}
.aside_right ul {
  list-style: none;
  margin-top: 25px;
}

.aside_right ul li {
  margin-bottom: 46px;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
.aside_right ul li a{
  text-decoration: none;
}
.aside_right ul li h4{
 
  color:black
}
.aside_right ul li p{
 
  color:#7D7D7D;
}
.aside_right ul li span{
  display: inline-block;
  height: 80px;
  line-height: 87px;
  color:#7D7D7D;
}
/*手风琴*/


.clearfix {
  display: block;
  *zoom: 1;
  height: 1%;
}

.clearfix:after {
  display: block;
  content: "\0020";
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.clearBefore:before {
  content: "";
  font-size: 0;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearAfter:after {
  content: "";
  font-size: 0;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.container {
  float: left;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}
.conInner {
  width:1200px;
  margin: 0 auto;
  position:relative;
}

#home {
  position: relative;
  background: #f3f3f3;
}

/* 2018-08-30 */
#home .hBan_sec {
  /* height: 640px; */
  /* height: 560px; */
  position: relative;
  width: 100%;
}

.hBan_pagination {
  position: absolute;
  width:1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 60px;
  text-align: center;
}

.hBan_pagination a {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 0;
  margin: 0 5px;
  border-radius: 25px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

.hBan_pagination a:hover,
.hBan_pagination a.selected {
  background: #336cab;
  border-color: #336cab;
}

.hBan_prev {
  position: absolute;
  top: 50%;
  left: 9%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/hBan_icon_bg.png) repeat;
  opacity: 0;
}

#home .hBan_sec:hover .hBan_prev {
  opacity: 1;
}

.hBan_prev .hBan_icon {
  width: 100%;
  height: 100%;
  background: url(../images/pic_prev.png) no-repeat center center;
}

.hBan_next {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/hBan_icon_bg.png) repeat;
  opacity: 0;
}

#home .hBan_sec:hover .hBan_next {
  opacity: 1;
}

.hBan_next .hBan_icon {
  width: 100%;
  height: 100%;
  background: url(../images/pic_next.png) no-repeat center center;
}

#home .hBan_sec .banner-pagination-wrap {
  display: none;
}

#home .hBan_sec .banner-pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#home .hBan_sec .banner-pagination a {
  height: 13px;
  width: 13px;
  display: inline-block;
  margin: 0 11px;
}

#home .hBan_sec .banner-pagination a>span {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/hs4_bg_m.png) no-repeat 50%;
  font-size: 0px;
}

#home .hBan_sec .banner-pagination a.selected span {
  background: url(../images/hs4_bg_active_m.png) no-repeat 50%;
}

#home .hBan_sec .caroufredsel_wrapper {
  /*height: 100%!important;*/
}

#home .hBan_sec .slider {
  /*height: 100%!important;*/
}

#home .hBan_sec .slider_ele{
  /* height: 100%; */
  float: left;
}

/* 2018-08-30 */

#home .hBan_sec .slider_ele a{
  display: block;
  text-align: center;
  font-size: 0;
}

#home .hBan_sec .slider_ele img {
  /*position: relative;*/
  /* height: 100%; */
  /*overflow: hidden;*/
   width: 100%; 
}

/*#home .hBan_sec .imgWrap img {
  height: 100%;
}*/

/* end */

#home .hBan_sec .p_contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

#home .hBan_sec .p_intro {
  top: 20%;
  padding: 16px;
  position: absolute;
  width: 350px;
  background: url(../images/grey_bg.png) repeat;
}

#home .hBan_sec .p_intro p {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}




#home .section05 {
  padding-top: 30px;
  padding-bottom: 58px;
}

#home .sec05_rel_mobile {
  display: none;
}


#home .sec05_m_inner {
  height: 180px;
}

#home .sec05_rel_mobile {
  position: relative;
}

#home .sec05_m_ele {
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
}

#home .sec05_m_ele.sec05_m_ele01 {
  background: #ffffff;
}

#home .sec05_m_ele .bgPic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#home .sec05_m_ele .bgPic .bgPic_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#home .sec05_ele .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}

#home .sec05_ele.active .bg {
  display: block;
}

#home .sec05_m_ele p span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 17px;
}

#home .sec05_m_ele p img {
  display: inline-block;
  vertical-align: middle;
}

#home .sec05_m_table {
  display: table;
  width: 100%;
  height: 100%;
}

#home .sec05_m_table p {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

#home .sec05_m_ele p {
  color: #ffffff;
}

#home .sec05_m_ele.sec05_ele01 p {
  color: #008dd7;
}

#home .s5_m_left {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

#home .s5_m_left .s5_btn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/111.png) no-repeat center center;
}

#home .s5_m_left:hover .s5_btn {
  background-image: url(../images/111.png);
}

#home .s5_m_right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

#home .s5_m_right .s5_btn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/h_s5_right_m2.png) no-repeat center center;
}

#home .s5_m_right:hover .s5_btn {
  background-image: url(../images/h_s5_right_m2_active.png);
}


/**************/

#home .sec05_inner {
  height: 180px;
}

#home .sec05_rel {
  position: relative;
}

#home .sec05_ele {
  float: left;
  width: 15%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#home .sec05_ele .bgPic {
  position: absolute;
  width: 482px;
  left: 50%;
  margin-left: -241px;
  top: 0;
}

#home .sec05_ele01 {
  background: url(../images/home_bg1.png) ;
}
#home .sec05_ele02 {
  background: url(../images/home_bg2.png) ;
}
#home .sec05_ele03 {
  background-color: #248de6 ;
}
#home .sec05_ele04 {
  background: url(../images/home_bg3.png) ;
}
#home .sec05_ele05 {
  background: url(../images/home_bg4.png) ;
}
@-webkit-keyframes bouncetop {
  0% {
      opacity: 0.6;
      -webkit-transform: scale3d(1.3, 1.3, .3);
      transform: scale3d(1.3, 1.3, 1.3);
  }
  50% {
      opacity: 1;
  }
}

@keyframes bouncetop {
  0% {
      opacity: 0.6;
      -webkit-transform: scale3d(1.3, 1.3, 1.3);
      transform: scale3d(1.3, 1.3, 1.3);
  }
  50% {
      opacity: 1;
  }
}

#home .sec05_ele.active {
  width: 40%;
  background: #fff;
  /*box-shadow: 2px 2px 4px #365371;*/
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  z-index: 8;
  position: relative;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  /* -webkit-animation:bouncetop 1.5s linear;
  -moz-animation:bouncetop 1.5s linear; */
}

#home .sec05_ele.active .bgPic {
  -webkit-animation: bouncetop 1.5s linear;
  -moz-animation: bouncetop 1.5s linear;
}

#home .sec05_ele .bgPic img {
  display: none;
}

#home .sec05_ele.active .bgPic img {
  display: block
}

#home .sec05_ele01.active p span {
  display: inline-block;
  vertical-align: middle;
}

/* #home .sec05_ele01 p img {
  display: none;
} */

#home .sec05_ele01.active p img {
  display: inline-block;
  vertical-align: middle;
}

#home .sec05_table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#home .sec05_table p {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#home .s5_left {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(../images/h_s5_left.png) no-repeat left center;
}
#home .s5_left:hover {
  background-image: url(../images/h_s5_left_active.png);
}
#home .s5_right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(../images/h_s5_right.png) no-repeat right center;
}
#home .s5_right:hover {
  background-image: url(../images/h_s5_right_active.png);
}




/*脚部*/
footer{
  margin: 0 auto;
  width: 100%;
  background-color: #353535;
 
}
.footer{
  width:1200px;
  margin: 0 auto;
  position: relative;
 overflow: hidden;
}
.hr{
  border: 1px solid #484848;
  position: absolute;
 
  z-index: 999;
  width: 98%;
  top: 90px;
  /* margin: 0 auto; */
  left: 13px;
}
.footer ul {
  list-style: none;
  overflow: hidden;
  margin: 50px 0 0 0;
}
.footer>ul>li{
  float: left;
  width: 14.28%;
  
}
.footer>ul>li:first-child{
  float: left;
  margin-left: 0;
}
.footer>ul>li:last-child{
  float: left;
  margin-right: 0;
}
.li_a{
  font-weight: bold;
}
.footer>ul>li>a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.footer>ul>li>ul {
 
}
.footer>ul>li>ul>li{
  width: 162px;
  height: 30px;
  line-height: 25px;
}
.footer>ul>li:nth-of-type(4)>ul>li{
  height: 85px;
}
.footer>ul>li:nth-of-type(1){
  width: 12%;
  margin-left: 15px;
}
.footer>ul>li:nth-of-type(2){
  width:11%;
}
.footer>ul>li:nth-of-type(3){
  width: 16%;
}
.footer>ul>li:nth-of-type(4){
  width:16%;
}
.footer>ul>li>ul>li a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.copy{
  width: 100%;
  font-size: 1rem;
  background-color: black;
  color: #fff;
  overflow: hidden;
}
.copy div{
  width:1200px;
  margin: 0 auto;

}

/*完善导航条*/




