/*
 *公共样式
 */
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dt,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
img{border:0;vertical-align:top}
li{list-style:none}
iframe{border:none}
html{height:100%;font-size:16px}
body{
    color: #222222;
    height:100%;font:400 1em/1.6 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif}
a{color:#333;text-decoration:none}
a:hover{color:#0c82ff}
.cf:after,.cf:before{content:" ";display:table}
.cf:after,.clearfix:after{clear:both}
.fl{float:left}
.fr{float:right}
h1,h2,h3,h4,h5{font-size:100%;font-weight:normal}
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f30{font-size:30px}
.bold{font-weight:bold}
.l16{line-height:16px}
.l18{line-height:18px}
.l20{line-height:20px}
.l22{line-height:22px}
.l24{line-height:24px}
.l26{line-height:26px}
.l28{line-height:28px}
.l36{line-height:36px}
.l48{line-height:48px}
.dis{display:block}
.undis{display:none}
.layout{width:1200px;margin:0 auto}
.message{width:600px;margin:0 auto}
.center{text-align: center;}
.warp{
    max-width: 1920px;
    margin: 0 auto;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.indent{
    text-indent: 2em;
}

/*
 * 首页
 */
.header_wrap{
    width: 1200px;
    margin: 0 auto;
    height: 114px;
}
.header_wrap .logo{
    padding-top: 15px;
}
.header_wrap .tel{
    float: right;
    margin-top: 26px;
    background:url(../image/tel.png) no-repeat 0 center ;
    padding-left: 54px;
}
.header_wrap .tel span{
    color: #39373d;
    font-size: 16px;;
}
.header_wrap .tel p{
    color: #cb0101;
    font-size: 18px;
    font-weight: bold;
}

/* 菜单 */
.menu_wrap{
    max-width: 1920px;
    height: 48px;
    background: #2255A5;
    margin: 0 auto;
}
.menu_wrap .menu{
    margin: 0 auto;
    width: 1200px;
}
.menu>ul{
    font-size: 0;
}
.menu>ul>li{
    display: inline-block;
    position: relative;
}
.menu>ul>li:hover,.menu>ul>li.active{
    background: #0085C0;
}
.menu>ul>li>a{
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    display: block;
    padding: 0 52px;
}

.menu>ul>li>ul{
    display: none;
    position:absolute;
    background:#0085C0 ;
    left: 0;
    top: 48px;
    z-index: 2;
}
.menu>ul>li>ul>li{
    line-height: 40px;
    text-align: center;
}
.menu>ul>li>ul>li>a{
    color: #ffffff;
    font-size: 14px;
}
.menu>ul>li>ul>li:hover{
    background: #2255A5;
}


/*
banner图片
*/
.banner_wrap{
    max-width: 1920px;
    height: 450px;
    margin: 0 auto;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #cb0001;
}

/*
首页关于我们
*/
#home_about{
    width: 1200px;
    margin: 60px auto 40px;
}
#home_about>div{
    width: 50%;
}

#home_about h2,.video h2,.business>dl>dt,.home_news>h2{
    margin-top: 8px;
    margin-bottom: 10px;
    color: #0784c0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
    background: url(../image/home-bgt.png) no-repeat 0 center;
}
#home_about p{
    width: 560px;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 30px;
}
#home_about a.more{
    color: #0784c0;
    font-size: 16px;
    padding:6px 26px;
    border-radius: 20px;
    border:1px solid #0784c0;
}

#home_about .home_product_main>h2>a.more{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
    margin-right: 0px;
    border:none;
}

#home_about>div.home_product_main{
    width: 564px;
    float: right;
}
.home-product{
    margin-top: 8px;
}
.home_product_menu{
    height: 270px;
}
#home_about .fl>a>img{

    display: none;
    width: 395px;
    height: 272px;
}
#home_about .fl>a.active>img{
    display: block;
}
#home_about .home_product_main>div{
    width: 562px;
    border: 1px solid #888888;
}
.home_product_menu>li{
    width: 166px;
    height: 42px;
    border-left: 1px solid #888888;
    border-bottom: 1px solid #888888;
    text-align: center;
    line-height: 42px;
    border-right: 0px;
    position: relative;
}
.home_product_menu>li>a{
    display: block;
}
.home_product_menu>li.active{
    border-left:none;
}
.home_product_menu>li.active:after{
    width: 5px;
    height: 44px;
    content:" ";display:table;
    background: #cb0001;
    position:absolute;
    right: -2px;
    top: -1px;
}
.home_product_menu>li.active>a{
    color: #cb0001;
}
.home_product_menu>li:last-child{
    border-bottom:none;
}

/**
*集团要问
*/
.home_news>div{
    margin-top: 18px;
    border-top: 1px solid #666666;
}
.home_news>h2>a{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}
.home_news>h2>a.active{
    color:#0784c0;
}
.home_news>div{
    padding-top: 30px;
    padding-bottom: 50px;
}
.home_news div.home_news_item{
    display: none;
}
.home_news div.home_news_item.active{
    display: block;
}
.home_news div.home_news_item>.left{
    width: 416px;
    float: left;
}
.home_news div.home_news_item>.left img{
    width: 414px;
    height: 230px;
}
.home_news div.home_news_item>.left p{
    padding-top: 10px;
}
.home_news div.home_news_item>.right{
    width: 728px;
    float: right;
}
.home_news div.home_news_item>.right span{
    float: right;
}

.home_news div.home_news_item>.right li{
    line-height: 37px;
    color: #222222;
    border-bottom: 1px dashed #aaaaaa;
}

.home_news div.home_news_item>.right li>a{
    width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 100%;
}




/**
*商务合作
*/
.business_wrap{
    margin-bottom: 30px;
}
.business_wrap>div{
    float: left;
}

.business_wrap>.business dd>a{
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 100%;
}

.business_wrap>div.video{
    float: right;
}
.video>div{
    padding-top: 20px;
}
.video>div>p{
    padding-top: 12px;
    text-align: center;
    color: #222222;
    font-size: 16px;
}
.video>h2>a,.business dt>a,.home_news>h2>a.more{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding-right:5px ;
    margin-right:0px;
}
.business>dl{
    width:370px;
    float: left;
    margin-right: 45px;
}
.business>dl:nth-child(3){
    float: right;
    margin-right: 0;
}
.business>dl dd{
    line-height: 36px;
    color:#222222;
    border-bottom: 1px dashed #aaaaaa;
}
.business>dl dd>span{
    float: right;
}




/**
*底部菜单
*/
.footer_menu_wrap{
    max-width: 1920px;
    background: #efefef;
    margin: 0 auto;
}
.footer_menu_wrap .footer_menu{
    margin: 0 auto;
    width: 1200px;
    padding: 30px 0;
}
.footer_menu dl{
    float: left;
    width: 176px;
    overflow: hidden;

}
.footer_menu dt{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 12px;
}
.footer_menu dd{
    font-size: 14px;
    line-height: 28px;
}




/*
* 底部
*/
.footer_wrap{
    max-width: 1920px;
    height: 78px;
    background: #2255A5;
    margin: 0 auto;
}
.footer_wrap .footer{
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    line-height: 24px;
    color: #f8f1e1;
    text-align: center;
    padding-top:20px ;
}
.footer_wrap .footer span{
    padding-right: 32px;
}
div.footer a{
    color: #f8f1e1;
}




/*关于我们 - 集团简介*/
#about{
    padding-top: 58px;
}
#about>div.menu{
    width: 180px;
    background: #f8f8f8;
}
#about>div.menu dt{
    background: #0784c0;
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}
#about>div.menu dd{
    color:#111111;
    text-align: center;
    line-height: 46px;
    border: 1px solid #d5d5d5;
    border-top: none;
}
#about>div.menu dd>a{
    display: block;
    width: 100%;
    height: 100%;
}
#about>div.menu dd>a:hover,#about>div.menu dd>a.active,#about>div.menu li>a.active,#about>div.menu li>a:hover{
    color:#ca0505;
    background: url(../image/about_menu_icon.png) no-repeat 152px center;
}

#about>div.content{
    width: 950px;
}
#about>div.content>h2{
    border-bottom: 1px dashed #aaaaaa;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    color: #111111;
}
#about>div.content .detail{
    padding-top: 20px;
    padding-bottom: 80px;
    min-height: 520px;
}
#about>div.content .detail img{
    max-width: 950px;
}
#about>div.content .detail h3{
    font-size: 24px;
    color: #cf1616;
    line-height: 80px;
}
#about>div.content .detail p{
    margin-bottom: 10px;
}
#about>div.content .detail dl{
    margin-top: 25px;
}
#about>div.content .detail dt,#about>div.content .detail.about>ul>li:first-child{
    font-size: 18px;
    color:#0784c0;
    font-weight: bold;
    padding-bottom: 5px;
}
#about>div.content .detail dd{
    line-height: 36px;
}
#about>div.content .detail dd>span{
    font-weight: bold;
}

#about>div.content .detail ul.honner>li{
    width: 212px;
    float: left;
    margin-right: 34px;
    height:400px;
}
#about>div.content .detail ul.honner>li:nth-child(4n+0){
    margin-right: 0px;
}
#about>div.content .detail ul.honner>li>div{
    width: 200px;
    height: 280px;
    border:1px solid #aaaaaa;
    text-align: center;
    line-height: 290px;
    position: relative;
    padding: 5px;
    position:relative;
    margin-bottom: 16px;
}
#about>div.content .detail ul.honner>li>div>img{
   max-width: 200px ;
   max-height: 280px;
   position:absolute;
   top:0;left:0;right:0;bottom:0;margin:auto;
}



#about>div.content .detail ul.brand>li{
    width: 292px;
    float: left;
    margin-right: 36px;
    height:300px;
}
#about>div.content .detail ul.brand>li>a>span{
    text-align: center;
    display: block;
}
 #about>div.content .detail ul.brand>li:nth-child(3n+0){
    margin-right: 0px;
}
#about>div.content .detail ul.brand>li>a>div{
    width: 280px;
    height: 186px;
    border:1px solid #aaaaaa;
    text-align: center;
    position: relative;
    padding: 5px;
    position:relative;
    margin-bottom: 16px;
}
#about>div.content .detail ul.brand>li>a>div>img{
   max-width: 280px ;
   max-height: 186px;
   position:absolute;
   top:0;left:0;right:0;bottom:0;margin:auto;
}

#about>div.content .detail>h1{
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #111111;
}
#about>div.content .detail>h2{
    text-align: center;
    color: #888888;
    font-size: 14px;
}


.detail .news>li{
    line-height: 50px;
    border-bottom: 1px dashed #aaaaaa;
}
.detail .news>li>span{
    float: right;
}

.detail .details{
    padding-top: 20px;
}
.detail h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}



#about>div.content .detail ul.product>li{
    width: 292px;
    float: left;
    margin-right: 36px;
    height:280px;
}

#about>div.content .detail .product img
{
    width: 288px;
    height: 192px;
}

#about>div.content .detail ul.product>li>a>span{
    padding-top: 10px;
    text-align: center;
    display: block;
}
 #about>div.content .detail ul.product>li:nth-child(3n+0){
    margin-right: 0px;
}
#about>div.content .detail ul.product>li>div>img{
   width: 288px ;
   max-height: 192px;
}

.details .image{
    width: 710px;height: 600px; margin: 0 auto 20px; position: relative;

}






/* 新闻详情幻灯 */
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .swiper-button-prev:after, .swiper-button-next:after{
      content: none;
  }

  .swiper-button-next, .swiper-button-prev {

      top:512px;
      height: 100px;
      width: 39px;
      border: none;
  }
  .swiper-button-next:focus, .swiper-button-prev:focus{
      outline: none;
  }
  .swiper-button-prev{
      left: 0;
  }
  .swiper-button-next{
      right: 0;
  }




  /* 分页 */
.page{
    text-align: center;
    margin: 30px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a,ul.pagination li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li.active span {
    background-color: #0784c0;
    color: white;
    border: 1px solid #0784c0;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


/* 首页有情链接 */
.link_wrap{
    margin-bottom: 30px;
    margin-top: -10px;
}
.link_wrap>dl>dt{
    color: #0784c0;
    font-weight: bold;
}
.link_wrap>dl>dd{
    float: left;
    padding-right: 10px;
    /*width: 230px;*/
    width: 290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 28px;
}

.link_wrap>dl{
    margin-top: 30px;
}
.link_wrap>dl>dt{
    font-size: 18px;
    line-height: 50px;
}
.link_wrap a{
    color:#0784c0;
}


.business .home-product img{
    width: 246px;
    height: 214px;
    display: none;
}
.business .home-product a.active>img{
    display: block;
}
.business .home-product {

    border: 1px solid #888888;
}
.business .home-product .home_product_menu{
    height: 204px;
}
.business .home-product  .home_product_menu>li{
    width: 120px;
}



#new_home_about{
    width: 1200px;
    margin: 30px auto 22px;
}
#new_home_about>div:nth-child(1){
    width: 1200px;
}
#new_home_about>div:nth-child(2){
    width: 370px;
}

#new_home_about h2{
    color: #0784c0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
    background: url(../image/home-bgt.png) no-repeat 0 center;
}
#new_home_about p{
    padding-top: 10px;
    font-size: 16px;
  /*  line-height: 32px;*/
   /* padding-bottom: 20px;*/
}
#new_home_about a.more{
    color: #0784c0;
    font-size: 16px;
    padding:6px 26px;
    border-radius: 20px;
    border:1px solid #0784c0;
}

#new_home_about .home_product_main>h2>a.more{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
    margin-right: 0px;
    border:none;
}

#new_home_about>div.home_product_main{
    width: 564px;
    float: right;
}

#new_home_about .home_news div.home_news_item>.left img {
    width: 400px;
    height: 268px;
}

#new_home_about .home_news div.home_news_item>.right li>a{
    width: 680px;
}
#new_home_about .home_news div.home_news_item>.left{
    width: 400px;
}

#new_home_about .home_news div.home_news_item>.right {
    width: 780px;
    float: right;
}


#new_home_about .home_news a.more {
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding-right: 5px;
    margin-right: 0px;
    border: none;
}

#new_home_about .home_news>div{
    padding-bottom: 0;
    height: 346px;
}

#scroll { width: 370px; height: 188px;  margin:14px 0 0; overflow: hidden;float: left; }
#scroll a { display:block; margin: 10px 0;    position: relative;}
#scroll img{ width: 370px;height: 126px;}
#scroll img.start {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 70px;
    left: 155px;
}


.home_news2>div{
    margin-top: 18px;
    /*border-top: 1px solid #666666;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 50px;*/
}


.home_news2 div.home_news2_item>.left{
    width: 180px;
    float: left;
}
.home_news2 div.home_news2_item>.left img{
    width: 180px;
    height: 180px;
}
.home_news2 div.home_news2_item>.left p{
    padding-top: 10px;
}
.home_news2 div.home_news2_item>.right{
    width: 480px;
    float: left;
    margin:0 10px;
}
.home_news2 div.home_news2_item>.right span{
    float: right;
}

.home_news2 div.home_news2_item>.right li{
    line-height: 46px;
    color: #222222;
    border-bottom: 1px dashed #aaaaaa;
}

.home_news2 div.home_news2_item>.right li>a{
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 100%;
}

.home_news2_item dl{
    position: relative;
}

.home_news2_item dt{
    position: absolute;
    top: -46px;
    left:-20px;
    color: #0784c0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 32px;
    background: url(../image/home-bgt.png) no-repeat 0 center;
    width: 100px;
}

.home_news2_item dd{
    background: url(../image/about_menu_icon.png) no-repeat 0px center;
    padding-left: 20px;
    height: 56px;
    line-height: 56px;
}
.home_news2 h3{
    padding-right: 150px;
    width:672px ;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
div.business a.more {
    color: #0784c0;
    font-size: 16px;
    padding: 6px 26px;
    border-radius: 20px;
    border: 1px solid #0784c0;
}
.menu dd >ul{
    border-top: 1px solid #d5d5d5;
}


.home_news_content{
    position: relative;
}
.home_news_content .home_news_image{
    position: absolute;
    width: 400px;
    height: 300px;
}
