﻿@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: #555;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; 
}

@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: #0256ac;
}

.hidden
{
    display: none;
}

/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clear {
  zoom: 1;
  /* for IE6 IE7 */
}


.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear:after
{ 
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}


/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}


/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure
{
  display: block; 
}

/* 链接颜色设置*/
.main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
    .main{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}
/*头部信息*/
.topLineBox
{
    border-bottom: 1px solid #ECECEC;
    height: 39px;
}

.topLine
{
    line-height: 40px;
}
.logoImg{
    display: table;
    height: 80px;
    max-width: 50%;
    margin-top: 15px;
}
.logoImg a{
    display: table-cell;
    vertical-align: middle;
}
.logoImg a img{ 
    max-height: 70%;

}
.topCotactBox
{
    height: 115px;
    display: table;
    text-align: center;
}

.topCotactBox > div
{
    display: table-cell;
    vertical-align: middle;
}

.topCotactBox .contactText
{
    text-align: left;
    color: #606060;
}

.topCotactBox .tel-icon
{
    margin-right: 10px;
}

.topCotactBox .contactTel
{
    line-height: 1.2;
    color: #e66509;
    font-size: 24px;
    font-family: Impact;
    text-align: left;
}

@media (max-width: 768px) 
{
    .topLineBox
    {
        display: none;
    }
    
    .logoImg
    {
        max-width: 70%;
        height: auto;
        margin-left: 10px;
    margin-top: 0;
    }
    
    .topCotactBox
    {
        display: none;
    }
}



nav
{
    background: #0256ac;
    height: 60px;
}

.nav a
{
    color: #fff;
    display: block;
    line-height: 60px;
    font-size: 16px;
}

.nav ul.item1> li
{
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
    border-left: 1px solid #105eaf;
}

.nav ul.item1> li:first-child
{
    border-left: none;
}

.nav ul.item1> li:hover
{
    background-color: #e66509;
}


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 #E4EAEC;
    text-align: center;
    white-space: nowrap;
}
nav ul.item2 li:last-child
{
    border-bottom: none;
}
nav ul.item2 li a {
    color: #5f5d5d;
    display: block;
}
nav ul.item2 li:hover
{
    background-color: #f07923;
}
nav ul.item2 li:hover a{
    color: #fff;
}


nav ul.item1>li:hover ul.item2 {
    display: block;
}


.navbar-toggle
{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
    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
{
    overflow: hidden;
    color: #e2e2e2;
    padding-top: 20px;
}

.footerBox a
{
    color: #e2e2e2;
}

.footerBox .footer
{
    padding-left: 10px;
    padding-right: 10px;
}

.footerBox .bottomNav
{
    width: 852px;
    margin: 25px auto 0 auto;
}

.footerBox .bottomNav li
{
    float: left;
    border-right: #fff solid 1px;
    line-height: 1;
}

.footerBox .bottomNav li:first-child a
{
    padding-left: 0px;
}

.footerBox .bottomNav li:last-child
{
    border-right: none;
}

.footerBox .bottomNav li a
{
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: bold;
}

.footerBox .bottomContactInfo
{
    margin-top: 20px;
    text-align: center;
}

.footerBox .bottomContactInfo div
{
    line-height: 25px;
}

.footerBox .qrCodeText
{
    line-height: 30px;
    text-align: center;
}

.footerNav
{
    background: #8a8a8a;
    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;
}

.footerNav li.showImg
{
    position: relative;
}

.footerNav li.showImg .hiddenImg
{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #999;
    width: 140px;
    height: 140px;
    padding: 10px;
    margin-bottom: 5px;
}
.footerNav li.showImg.on .hiddenImg
{
    display: block;
}
.footerNav li.showImg .hiddenImg img
{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) 
{
    .bottomNav
    {
        display: none;
    }
    
    .footerBox .bottomContactInfo
    {
        margin-top: 0px;
    }
    
    .footerBox .bottomContactBox
    {
        /*justify-content: space-around;*/
    }
    
    .footerNav
    {
        display: flex;
    }
}

.sharedCode {
    width: 208px;
    overflow: hidden;
    margin: 0 auto;
}


/*footer 2*/
#footbg{background:#0256ac;}
#footbg .foot_c{padding:0 15px;}
#footbg .f_left{width:645px;padding:17px 0 43px;float:left;position:relative;}
#footbg .f_left .f_txt{height:50px;padding-left:70px;margin-top:25px;position:relative;}
#footbg .f_left .f_txt i{width:50px;height:50px;position:absolute;left:0;top:0;display:inline-block;border-radius:50%;}
#footbg .f_left .f_txt div{height:25px;line-height:25px;color:#FFF;margin-bottom:0;}
#footbg .f_left .f_txt span{font-size:26px;font-family:Impact;vertical-align:middle;display: block;}
#footbg .f_left .f_txt i.footicon1{background:url(../Images/footicon1.png) no-repeat center center #047df9;}
#footbg .f_left .f_txt i.footicon2{background:url(../Images/footicon2.png) no-repeat center center #047df9;}
#footbg .f_left .f_txt i.footicon3{background:url(../Images/footicon3.png) no-repeat center center #047df9;}
#footbg .f_left .f_txt i.footicon4{background:url(../Images/footicon4.png) no-repeat center center #047df9;}
#footbg .f_left .f_txt i.footicon5{background:url(../Images/footicon5.png) no-repeat center center #047df9;}
#footbg .f_left .f_txt i.footicon6{background:url(../Images/footicon6.png) no-repeat center center #047df9;}
#footbg .f_left .erweima{position:absolute;width:126px;height:126px;right:0;bottom:54px;}
#footbg .f_right{width:500px;float:right;background:rgba(34,39,49,.1);padding:62px 35px;}
#footbg .f_right .f_title{height:30px;line-height:30px;color:rgba(255,255,255,.5);text-align:right;}
#footbg .f_right .feedback{margin-top:9px;}
#footbg .f_right .feedback li{color:#666;float:left;;margin-top:20px;width:48%;margin-left:4%;}
#footbg .f_right .feedback li:nth-child(odd){margin-left:0;}
#footbg .f_right .feedback li:nth-child(5){margin-left:0;width:100%;}
#footbg .f_right .feedback li input{width:100%;height:40px;line-height:34px;padding:3px 5px;outline:none;border-radius:3px;border: 0;}
#footbg .f_right .feedback li textarea{width:100%;height:100px;border:1px solid #DDD;resize:none;padding:10px;outline:none;vertical-align:top;border-radius:3px;}
#footbg .f_right .feedback .f_btn{width:100%;height:40px;border-radius:3px;background:#f7ab01;display:block;color:#FFF;line-height:40px;cursor:pointer;position:relative;text-indent:30px;margin-top:21px;border: 0;}
#footbg .f_right .feedback .f_btn:before{content:'';width:28px;height:25px;position:absolute;top:7px;left:50%;background:url(btnicon.png) no-repeat left center;border-right:1px solid #FFF;margin-left:-88px}
#footbg .f_right .feedback .f_btn:after{content:'èŽ·å–æ–¹æ¡ˆåŠæŠ¥ä»·';width:100px;height:40px;position:absolute;top:0;left:50%;text-indent:0;margin-left:-50px;}

#footbottombg{background:#0256ac;border-top:1px solid #60B5E1;padding-bottom:0;}
#footbottombg .footbottom_c{padding:0 15px;}
#footbottombg .footbottom{line-height:32px;color:rgba(255,255,255,.6);padding:19px 0;}
#footbottombg .footbottom span{display:inline-block;white-space:nowrap;}
#footbottombg .footbottom a{color:rgba(255,255,255,.6);}
@media (max-width: 768px) 
{
    #footbg .f_left .erweima,
    #footbg .f_left .f_txt span
    {
        display: none;
    }
    #footbg .f_left,
    #footbg .f_right
    {
        width: 100%;
        float: none;
    }
    #footbg .f_right
    {
        padding: 30px 0;
    }
}

.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:10px;background:url(../Images/r_b.png) 0px bottom no-repeat;z-index:999;width:72px;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../Images/r_qq.png) 0px 0px no-repeat;background-color:#e66509;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#e66509;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../Images/r_wx.png) 0px 0px no-repeat;background-color:#e66509;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../Images/r_phone.png) 0px 0px no-repeat;background-color:#e66509;}
.izl-rmenu .btn-phone .phone{background-color:#e66509;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../Images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
@media (max-width: 768px) 
{
    .izl-rmenu
    {
        display: none;
    }
}