﻿@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;
}

@media (max-width: 768px) 
{
    body 
    {
        padding-bottom: 70px;
    }
}

table 
{
  border-collapse: collapse;
  border-spacing: 0; 
}

img 
{
  display: block;
}

.imgHover img:hover
{
    transform: scale(1.2);
    transition: 0.5s;
}

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: #17a0e8;
}

.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; 
}

/* 链接颜色设置*/
.wrap 
{
    width: 100%;
    margin: 0 auto;
}

.main 
{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.main1 
{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) 
{
    .main 
    {
        width: 100%;
    }
}

.center 
{
    text-align: center;
    text-indent: 0em;
}

.marginTop
{
    margin-top: 80px;
}

.marginTop2
{
    margin-top: 20px;
}

/*头部信息*/
.topLineBox
{
    height: 50px;
    background: #efefef;
}

.topLineBox .phoneAndQQ li
{
    float: left;
    margin-left: 70px;
    cursor: pointer;
}

.topLineBox .phoneAndQQ
{
    float: right;
}

.topLineBox .phoneAndQQ img, .topLineBox .phoneAndQQ span
{
    float: left;
}

.topLineBox .phoneAndQQ img
{
    margin-top: 12px;
    margin-right:15px;
}

.topLineBox .phoneAndQQ .website
{
    position: relative;
}

.topLineBox .phoneAndQQ .website .websiteQrCode
{
    display: none;
    position: absolute;
    top: 37px;
    left: -47px;
    z-index: 10;
}

.topLineBox .phoneAndQQ .website:hover .websiteQrCode
{
    display: block;
}

.topLine
{
    line-height: 50px;
    color: #666666;
}

.topCotactBox
{
    margin-top: 25px;
}

.topCotactBox li
{
    float: left;
    margin-left: 60px;
}

.topCotactBox li .titleText
{
    color: #17a0e8;
}

.topCotactBox li img
{
    float: left;
}

.topCotactBox li > div
{
    float: left;
    margin-left: 13px;
}

.topCotactBox li span
{
    display: block;
    font-size: 16px;
}

.topCotactBox li:first-child span.text
{
    font-weight: bold;
    color: #ff0000;
}

@media (max-width: 768px) 
{
    .topLineBox
    {
        display: none;
    }
    
    .logoImg
    {
        width: 80%;
    }
    
    .topCotactBox
    {
        display: none;
    }
}



nav
{
    background: #17a0e8;
    height: 55px;
    padding-top: 0.1px;
}

.nav a
{
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav a:hover
{
    color: #fed000;
}

.nav ul.item1
{
    display: block;
    margin-top: 19px;
}

.nav ul.item1> li
{
    display: table-cell;
    width: 1%;
    line-height: 1;
    border-right: #fff solid 1px;
    text-align: center;
    position: relative;
}

.nav ul.item1> li:last-child
{
    border-right: none;
}

nav ul.item2 {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 6666;
    background-color: #17a0e8;
}

nav ul.item2 li {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
}

nav ul.item2 li:first-child
{
    padding-top: 13px;
}

nav ul.item2 li a {
    color: #fff;
    display: block;
    line-height: 55px;
}

nav ul.item2 li:hover a{
    color: #fed000;
}


nav ul.item1>li:hover ul.item2 {
    display: block;
}


.navbar-toggle
{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 9px;
    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: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav .navMask
{
    display: none;
}

@media (max-width: 768px) 
{    
    .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: #b0b0b0;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;
}

.slideBox li {
  width: 100%;
}

.slideBox li img {
  width: 100%;
}

.slideBox .pcBanner{
    display: block;
}
    
.slideBox .mobileBanner{
    display: none;
}

@media (max-width: 768px) 
{
    .slideBox .pcBanner{
        display: none;
    }
    
    .slideBox .mobileBanner{
        display: block;
    }
}
/* 轮播图 */

/*底部信息*/
.footerBox
{
    background: #232323;
    overflow: hidden;
    color: #e2e2e2;
    padding-top: 20px;
}

.footerBox a
{
    color: #e2e2e2;
}

.footerBox .footer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #9ca1a4;
}

.footerBox .footer a
{
    color: #9ca1a4;
}

.footerBox .footer .left
{
    width: 55%;
    float: left;
}

.footerBox .footer .left ul
{
    display: block;
    float: left;
    width: 16%;
}

.footerBox .footer .left ul li:first-child a
{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.footerBox .footer .left ul li
{
    line-height: 30px;
}

.footerBox .footer .middle
{
    width: 260px;
    float: right;
}

.footerBox .footer .middle .companyName
{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.footerBox .footer .middle li:nth-child(2)
{
    background: url(../Images/location1Icon.png) no-repeat 0px 8px;
    padding-left: 30px;
    line-height: 30px;
}

.footerBox .footer .middle li:nth-child(3)
{
    background: url(../Images/phone1Icon.png) no-repeat 0px 8px;
    padding-left: 30px;
    line-height: 30px;
}

.footerBox .footer .middle li:nth-child(4)
{
    background: url(../Images/fax1Icon.png) no-repeat 0px 8px;
    padding-left: 30px;
    line-height: 30px;
}

.footerBox .footer .middle li:nth-child(5)
{
    background: url(../Images/email1Icon.png) no-repeat 0px 8px;
    padding-left: 30px;
    line-height: 30px;
}

.footerBox .footer .right
{
    width: 170px;
    float: right;
    margin-left: 60px;
}

.footerBox .bottomLine
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1c1c1c;
    color: #9ca1a4;
}

.footerBox .bottomLine a
{
    color: #9ca1a4;
}

.footerNav
{
    background: #17a0e8;
    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) 
{
    .footerNav
    {
        display: flex;
    }

    .footerBox .footer
    {
        position: relative;
        padding-top: 20px;
        padding-bottom: 190px;
    }

    .footerBox .footer .left 
    {
        display: none;
    }

    .footerBox .footer .middle
    {
        float: none;
        width: 100%;
    }

    .footerBox .footer .middle img
    {
        margin: 0 auto;
    }

    .footerBox .footer .right
    {
        position: absolute;
        bottom: 10px;
        width: 156px;
        height: 156px;
        margin-left: -78px;
        position: absolute;
        bottom: 20px;
        left:50%;
    }

    .footerBox .bottomLine
    {
        display: none;
    }
}

.sharedCode {
    width: 208px;
    overflow: hidden;
    margin: 40px auto 0px auto;
}

/*公共留言*/

.bottomLeave
{
    background: #f4f4f4;
    margin-top: 90px;
    overflow: hidden;
    padding: 60px;
}

.bottomLeave .bottomLeaveTitle
{
    font-size: 24px;
}

.bottomLeave .items
{
    margin-top: 50px;
    display: flex;
}

.bottomLeave .name, .bottomLeave .tel
{
    width: 290px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 15px;
}

.bottomLeave .content
{
    width: 420px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
}

.bottomLeave input
{
    border: none;
font-family: inherit;
font-size: 16px;
}

.bottomLeave input::-webkit-input-placeholder{
    color: #6f6f6f;
}

.bottomLeave .submitBtn
{
    width: 170px;
    background: #17a0e8;
    color: #fff;
    height: 60px;
    border: none;
    outline: none;
}

.bottomLeave .contacInfos
{
    display: flex;
    margin-top: 35px;
}

.bottomLeave .contacInfos .item img
{
    margin-right: 15px;
    float: left;
}

.bottomLeave .contacInfos .item .img2
{
    margin-top: -5px;
}

.bottomLeave .contacInfos .item .img3
{
    margin-top: -3px;
}

.bottomLeave .contacInfos .item .text
{
    float: left;
    font-size: 18px;
    color: #707070;
    margin-right: 60px;
}
@media (max-width: 768px) 
{
    .bottomLeave{
        padding: 0px 15px;
        margin-top: 20px;
        background: none;
    }
    .bottomLeave .items{
        flex-direction: column;
        margin-top: 20px;
    }
    .bottomLeave .bottomLeaveTitle{
        font-size: 18px;
        border-left: 2px solid #17a0e8;
        padding-left: 15px;
    }
    .bottomLeave .name, .bottomLeave .tel,.bottomLeave .content,.bottomLeave .submitBtn{
        height: 3em;
        line-height: 3em;
        width: 100%;
        font-size: 13px;
        margin-bottom: 1em;
        border: 1px solid #e7e7e7;
    }
    .bottomLeave .submitBtn{
        border-radius: 3em;
    }
    .bottomLeave .contacInfos{
        display: none;
    }
}