﻿@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;
  font-size: 14px;
  font-family: "微软雅黑";
  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* 链接颜色设置*/
a
{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
a:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none !important;
  color: #1c6dc1; }

a:active {
  text-decoration: none !important;
  color: #000; }

.colorRed {
  color: red !important; }

/* 链接颜色设置*/
* html ul li {
  float: left; }

* html ul li a {
  cursor: pointer; }

body {
  color: #000;
  /*设置字体颜色*/ }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.wrap {
  width: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  
 .hidden
 {
     display: none;
 }

.floatL{
  float: left;
}
.floatR{
  float: right;
}
.overflowH
{
    overflow: hidden;
    }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }

img {
  display: block; }

input, textarea {
  outline: none; }

i, strong, em {
  font-style: normal; }

.view {
  background-color: #000; }

.overEllipsis{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}




/* 上下居中元素 */
.center-box:before{
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.center-el{
    display: inline-block;
    vertical-align: middle;
}

/*首页title样式*/
.index-title {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0px 7px 10px 4px rgb(241 241 241);
    margin-top: 35px;
    margin-bottom: 25px;
}
.index-title span {
    float: left;
    font-size: 20px;
    color: #1c6dc1;
}
    .index-title span:before {
        content: "¤";
        margin-right: 10px;
    }

.index-title a {
    float: right;
    font-size: 14px;
    color: #999999;
}



/*鼠标经过->图片缩放*/
.scalePic{
    box-sizing: border-box;
    overflow: hidden;
}
.scalePic img{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}
.scalePic:hover img{
    -ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
        transform: scale(1.1);
}

/*side-box*/
.side-box{
    width: 295px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 28px 17px 0;
    font-size: 14px;
    margin-top: 30px;
}
.side-box .contact-title{
    font-size: 18px;
    line-height: 1;
}
.side-box p{
    line-height: 1;
    margin-bottom: 20px;
}

/*header*/
.header {
    background: #fff;
}
.header_top {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    background: #f2f2f2;
    height: 40px;
}
.tag_box {
    margin-top: 15px;
}

    .tag_box .tag_img {
        height: 19px;
        display: block;
        margin-right: 15px;
    }

.header_middle {
    height: 130px;
    overflow: hidden;
}
.header_middle .h-logo, .header_middle .h-other-pic
{
    height: 100%;
    font-size: 25px;
}

.header_middle .h-logo
{
    overflow: hidden;
}
.header_middle .h-logo.isLogo
{
    font-size: 0;    
}
.header_middle .h-logo.isLogo img
{
    font-size: 12px;
}
.header_middle .h-logo.isWidth
{
    /*max-width: 410px !important;*/
    }

.header_middle .h-logo a
{
    color: #1c6dc1;
    font-size: 25px;
}

    .header_middle .h-logo img {
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .header_middle .h-logo a span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }
.header_middle .h-logo img, .header_middle .h-other-pic img{ 
    max-height: 86px;
}

    .header_middle .h-r-tel.st1 {
        line-height: 130px;
        color: #dddd00;
        margin-left: 30px;
        font-size: 25px;
    }
    .header_middle .h-r-tel.st2 {
        line-height: 130px;
        color: #d1292e;
        margin-left: 30px;
        font-size: 25px;
        font-weight: bold;
    }
        .header_middle .h-r-tel.st2 span img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
        }
        .header_middle .h-r-tel span {
            cursor: pointer;
        }
        .header-nav {
            background-color: #000;
            height: 44px;
            line-height: 44px;
        }
.header-nav ul li
{
    position: relative;
    display: table-cell;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
}
.header-nav ul li a{
    display: block;
    color: #fff;
    padding: 0 2em;
}
.header-nav ul li.on{
    background-color: #1c6dc1;
}
.header-nav ul:hover li{
    background-color: #000;
    
}
.header-nav ul li:hover{
    background-color: #1c6dc1;
}

.header-nav .sub
{
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 66666;
}
.header-nav .sub a
{
    display: block;
    background-color: #000;
    border-top: 1px solid #fff;
    }
.header-nav .sub a:hover
{
    background-color: #1c6dc1;
}

.companyCopyRight
{
    text-align: center;
    color: #ff0000;
    margin-top: 20px;
}

/*footer*/
.footer{
    background-color: #2a2f37;
    padding-top: 34px;
    padding-bottom: 18px;
    margin-top: 36px;
}
.footer-logo{
    margin-right: 20px;
}
.footer-main{
    color: #666;
    font-size: 14px;
}
.footer-main a{
    color: #666;
}
.footer-nav li{
    float: left;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #666;
}
.footer-nav li:first-child{
    border-left: 0;
    padding-left: 0;
}
.footer-contact{
    margin-top: 10px;
    line-height: 30px;
}
.footer-logo .logo{
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    height: 84px;
}

.footer-logo .logotext{
    display: inline-block;
    vertical-align: middle;
    color: #d0d0d4;
}

.footer-logo .url
{
    font-size: 20px;
    padding-top: 16px;
    margin: 0;
}

.footer-logo .webName
{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}



/* lignhtBox */

#wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #292929;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.photo_border {
    width: 300px;
    height: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    z-index: 1001;
    background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
    display: none;
    z-index: 1000;
    zoom: 1;
}

.photo {
    position: relative;
    border: 5px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}

.photo_btn {
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    zoom: 1;
    background: url(../Images/lightbox/ie-bug.gif);
    cursor: pointer;
}

.photo_pre_btn {
    left: 0;
}

.photo_pre_btn_show {
    background: url(../Images/lightbox/prev.png) no-repeat;
    background-position: 10% center;
}

.photo_next_btn {
    right: 0;
}

.photo_next_btn_show {
    background: url(../Images/lightbox/next.png) no-repeat;
    background-position: 90% center;
}

.caption {
    position: relative;
    top: -65px;
    width: auto;
    height: 60px;
    margin: 0 5px;
    display: block;
    background: rgba(126, 126, 126, 0.5);
}

.photo_border .index {
    padding-left: 10px;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.photo_border .title {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.caption_close_btn {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../Images/lightbox/close.png) no-repeat;
    cursor: pointer;
}

/* lignhtBox */



/*layerForm*/
#layerForm {
    padding: 60px 56px;
}

    #layerForm .layerForm-t {
        font-size: 24px;
        color: #1a1c1a;
        line-height: 24px;
        text-align: center;
        user-select: none;
        margin-bottom: 8px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #layerForm input {
        width: 100%;
        height: 43px;
        line-height: 43px;
        margin-top: 20px;
        border: 1px solid #d2d2d2;
        background: #fff;
        box-sizing: border-box;
        padding-left: 14px;
        padding-right: 13px;
    }

        #layerForm input[type=submit],
        #layerForm input[type=button] {
            color: #fff;
            font-size: 16px;
            background: url("/Content/Images/baojia-btn.jpg") repeat-x 0 0 / auto 100%;
            height: 50px;
            line-height: 50px;
            margin-top: 30px;
            cursor: pointer;
        }
/*layerForm end*/


.input_box {
    position: relative;
}

    .input_box .form_err {
        display: none;
        position: absolute;
        top: 100%;
        left: 155px;
        color: red;
        font-size: 12px;
        line-height: 1;
        margin-top: 5px;
    }

.alertBox {
    display: none;
    position: fixed;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 8px 26px;
    line-height: 1.6;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 4px 0px #e5e5e5;
    color: #398fce;
    z-index: 29891015;
}

.openBJ {
    cursor: pointer;
}


#freeTelBtn {
    display: block;
    background: #1c6dc1;
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    margin-top: 50px;
}
    #freeTelBtn img {
       height: 20px;
       margin-right: 15px;
    }
    #freeTelBtn img,
    #freeTelBtn small {
        display: inline-block;
        vertical-align: middle;
    }