﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr 
{
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
}

body 
{
  color: #000;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; 
}

.emptyPage
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

table 
{
  border-collapse: collapse;
  border-spacing: 0; 
}

img 
{
  display: block;
    transition: 0.5s;
}

.imgHover img:hover
{
    transform: scale(1.2);
}

ol, ul, li 
{
  list-style: none; 
}

caption, th 
{
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 
{
  font-weight: normal;
  font-size: 100%; 
}

/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; 
}
a:hover 
{
    color: #3f3f3f;
}

.hidden
{
    display: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear:after
{ 
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}

.flex
{
    display: flex;
}

@media (max-width: 768px)
{
    .hiddenForM
    {
        display: none!important;
    }
    
    .showForM
    {
        display: block!important;
    }
}

/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure
{
  display: block; 
}

/* 链接颜色设置*/
.main 
{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.main1 
{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) 
{
    .main 
    {
        width: 100%;
    }
}

.wrap 
{
    width: 100%;
    margin: 0 auto;
}

.center 
{
    text-align: center;
    text-indent: 0em;
}

/*头部信息*/
.logo 
{
    height: 101px;
    background: url(../Images/headLineBg.png) no-repeat;
    z-index: 3;
    position: relative;
    border-bottom: #bbc6ce solid 1px;
    box-sizing: border-box;
    overflow: hidden;
}

.logo .logoLink {
    margin:auto;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    margin-left: 15px;
}

.topIcon {
    height: 100%;
    margin: 0px 25px;
}

.topIcon li{
    height: 100%;
    display: inline-block;
    margin-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
}

.topIcon .qrCodeForTop
{
    position: fixed;
    display: none;
    top: 101px;
    right: 0px;
}

.topIcon li:nth-child(2):hover
{
    cursor: pointer;
}

.topIcon li:nth-child(2):hover .qrCodeForTop
{
    display: block;
}

nav
{
    width: 720px;
    height: 100%;
    border-right: #bbc6ce solid 1px;
    box-sizing: border-box;
}

.nav a
{
    color: #fff;
    display: block;
    line-height: 101px;
    font-size: 16px;
}

.nav ul.item1> li
{
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
}


nav ul.item2 {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 6666;
    background-color: #f5f5f5;
}

nav ul.item2 li {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
}

nav ul.item2 li a {
    color: #5f5d5d;
    display: block;
}

nav ul.item2 li:hover a{
    color: #014c85;
}


nav ul.item1>li:hover ul.item2 {
    display: block;
}


.navbar-toggle
{
    display: none;
    position: absolute;
    top: 33%;
    right: 10px;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav .navMask
{
    display: none;
}

@media (max-width: 768px) 
{   
    .logo
    {
        height: 81px;
        background: #3f3f3f;
    } 
    
    .logo .topIcon
    {
        display: none;
    }
    
    .logo .logoImg
    {
        width: 77%;   
    }
    
    .navbar-toggle
    { 
        display: block;
    }
    
    .nav{ padding: 1em; background-color: #fff; border-top: 1px solid #e7e7e7; }
    .nav ul.item1> li{ display: block; width: 100%; border-left: 0;text-align: left; padding: .1em 0;font-size: 20px;text-indent: 1em;}
    .nav .item2{display: none !important;}
    .nav a{ color: #3f3f3f;line-height: 2;}
    .nav
    {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 50%;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav.on
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .navMask 
    {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 90;
    }
}

/*头部信息*/

/* 轮播图 */
.slideBox {
  overflow: hidden;
  position: relative;
  margin-top: -101px;
  z-index: 1;
  box-shadow: -0px 6px 12px #cbcbcb;
}

.slideBox li {
  width: 100%;
}

.slideBox li img {
  width: 100%;
}

.slideBox .pcBanner
{
    display: block;
}
    
.slideBox .mobileBanner{
    display: none;
}

.slideBox .swiper-button-next
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23185b52'%2F%3E%3C%2Fsvg%3E");
}

.slideBox .swiper-button-prev
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23185b52'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768px) 
{
    .slideBox
    {
        margin-top: 0px;
    }

    .slideBox li
    {
        background: none!important;
    }
    
    .slideBox .pcBanner{
        display: none;
    }
    
    .slideBox .mobileBanner{
        display: block;
    }
}
/* 轮播图 */

/*底部信息*/
.footerBox
{
    background: #333333;
    overflow: hidden;
    color: #e2e2e2;
    padding-top: 90px;
    box-sizing: border-box;
}

.footerBox .footer 
{
    display: flex;
}

.footerBox .footer > div 
{
    height: 175px;
    border-right: #5b5b5b solid 1px;
}

.footerBox .footer > div:last-child 
{
    border-right: none;
}

.footerBox .footer .box1
{
    width: 22%;
    padding-left: 10px;
    color: #9c9c9c;
}

.footerBox .footer .box1 .bottomHotLine
{
    margin-top: 40px;
    width: 230px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left:15px;
}

.footerBox .footer .box1 .bottomHotLine .text 
{
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.footerBox .footer .box1 .bottomHotLine .hotLine 
{
    font-size: 24px;
}

.footerBox .footer .box2
{
    width: 20%;
}

.footerBox .footer .box2 ul
{
    margin-left: 30%;
}

.footerBox .footer .box2 ul a
{
    color: #9c9c9c;
}

.footerBox .footer .box2 li
{
    line-height: 25px;
}

.footerBox .footer .box2 li:first-child
{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footerBox .footer .box3
{
    width: 31%;
}

.footerBox .footer .box3 ul
{
    margin-left: 20%;
    display: block;
    width: 325px;
}

.footerBox .footer .box3 li
{
    line-height: 25px;
    color: #9c9c9c;
}

.footerBox .footer .box3 li:first-child
{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footerBox .footer .box4
{
    width: 27%;
}

.footerBox .footer .box4 img
{
    width: 80%;
    margin-left: 15%;
}

.footerBox .copyRight
{
    margin-top: 80px;
    margin-bottom: 20px;
    color: #bbbbbb;
    text-align: center;
}

.footerBox .copyRight a
{
    color: #bbbbbb;
}

.footerNav
{
    background: #3f3f3f;
    display: flex;
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.footerNav a
{
    display: block;
    color: #fff;
    font-size: 16px;
}

.footerNav li
{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: #fff solid 1px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.footerNav li:last-child
{
    border: none;
}

.footerNav li img
{
    margin: 0 auto 2px auto;
    height: 40px;
}

@media (max-width: 768px) 
{
    .bottomNav
    {
        display: none;
    }
    
    .footerBox
    {
        padding-top: 20px;
    }
    
    .footerBox .footer 
    {
        display: block;
    }
    
    .footerBox .footer .box1, .footerBox .footer .box2, .footerBox .footer .box3, .footerBox .footer .box4
    {
        border-right: none;
        width: 100%;
    }
    
    .footerBox .footer .box1
    {
        padding-left: 0px;
    }
    
    .footerBox .footer > div
    {
        height: initial;
    }
    
    .footerBox .footer .box1 img
    {
        margin: 0 auto;
        max-width: 50%;
    }
    
    .footerBox .footer .box1 .bottomHotLine
    {
        display: flex;
        width: 100%;
        height: 30px;
        margin-top: 20px;
    }

    .footerBox .footer .box1 .bottomHotLine .text 
    {
        box-sizing: border-box;
        font-size: 18px;
        margin: 0px;
        line-height: 30px;
    }

    .footerBox .footer .box1 .bottomHotLine .hotLine 
    {
        box-sizing: border-box;
        margin: 0px;
        line-height: 30px;
        margin-left: 20px;
        font-weight: bold;
        font-size: 18px;
    }
    
    .footerBox .footer .box3
    {
        margin-top: 20px;
        margin-left: 10px;
        border-bottom: #5c5c5c solid 1px;
        padding-bottom: 10px;
    }
    
    .footerBox .footer .box3 ul
    {
        margin-left: 0px;
    }
    
    .footerBox .footer .box4
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .footerBox .footer .box4 img
    {
        width: initial;
        max-width: 60%;
        margin-left: 0px;
        margin: 0 auto;
    }
    
    
    .footerBox .bottomContactInfo
    {
        margin-top: 0px;
    }
    
    .footerBox .bottomContactBox
    {
        /*justify-content: space-around;*/
    }
    
    .footerNav
    {
        display: flex;
    }
}

.sharedCode {
    width: 208px;
    overflow: hidden;
    margin: 0 auto;
}