﻿@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;
  }
body{
    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:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:active {
  text-decoration: none !important;
  color: #000; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  color: #0089d1 !important; }

.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;
    }

.fullW {
    width: 100%;
}

.fullH {
    height: 100%;
}

.fullWAH {
    width: 100%;
    height: 100%;
}

/* 清除右外边距（ie） */
#marginR {
  margin-right: 0; }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }
.font-ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
img {
  display: block; }

input, textarea {
  outline: none; }

i, strong, em {
  font-style: normal; }

.view {
  background-color: #000; }

.i_placeholder {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle; }

.placeholder:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle; }

/*其他效果*/
/*图片展示效果*/
/*.imageList li:hover img {
  box-shadow: 2px 2px 10px #888888; }

.imageList li {
  cursor: pointer; }*/

/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}




/*公共类结束*/
/* header */
.header_top_content {
  height: 30px;
  line-height: 30px;
  overflow: hidden; 
  border-bottom: 1px solid #dcdcdc;
  font-size: 12px;
  color: #424242;
}

.header_top_content a{
  color: #424242;
}

.header_top_l,.header_top_r
{
    height: 100%;
}
.header_top p, .header_top a, .header_top span  
{
    display: inline-block; 
    font-size: 12px;
      display: inline-block;
}
.header_top_l{
  float: left;
}
.header_top_l a{
  
}
.header_top_l span{
  color: #1c2a52;
}
.header_top_r
{
  float: right;
}
.header_top_r a{
  line-height: 1;
}
.header_top_r a:last-child {
  border-right: 0;
}

.header_logo{
    height: 100%;
}
.header_logo_l{
  float: left;
}
.header_logo_content
{
    height: 130px;   
}
.header_logo_content .logo{
    height: 84px;
}
.header_logo_content .logotext{
    width: 400px;
    height: 84px;
    overflow: hidden;
    color: #112f57;
    display: inline-block;
    vertical-align: middle;
}
.header_logo_content .logotext .url
{
    font-size: 20px;
    padding-top: 16px;
    margin: 0;
}
.header_logo_content .logotext .webName
{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}
.header_logo_r{
  float: right;
}
.header_logo_l,.header_logo_r{
  height: 100%;
}
.header_logo_l img,.header_logo_r .SearchCtrl_btn{
  display: inline-block;
  vertical-align: middle;
}
.SearchCtrl_btn{
  position: relative;
  font-size: 0;
  height: 32px;
  line-height: 30px;
}
.SearchCtrl_btn input{float: left;}
.SearchCtrl_btn input[type = text],
.SearchCtrl_btn input[type = number]{
  width: 180px;
  height: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-indent: 1em;
  box-sizing: border-box;
}
.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;
        }
    .SearchCtrl_btn .searchType {
        height: 100%;
        padding: 0 3px;
        float: left;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        border-right: none;
        outline: none;
        border-radius: 5px 0 0 5px;
    }
    .SearchCtrl_btn .header_btn,
    .SearchCtrl_btn input[type = button],
    .SearchCtrl_btn input[type = submit] {
        width: 45px;
        height: 100%;
        color: #fff;
        border: 0;
        background: #398fce url("../Images/search-img.jpg") no-repeat center center;
    }
.SearchCtrl_btn .keyword{
  position: absolute;
  top: 42px;
  left: 61px;
}
.SearchCtrl_btn .keyword li
{
    float: left;
  font-size: 12px;
  color: #221815;
  margin-right: 10px;
  line-height: 1.5;
}
    .SearchCtrl_btn .keyword.st2 {
        left: auto;
        right: 0;
    }
        .SearchCtrl_btn .keyword.st2 li {
            color: #d0d0d0;
        }


    /*nav2*/
    .nav2 {
        height: 47px;
        line-height: 47px;
        overflow: hidden;
        background-color: #398fce;
        color: #fff;
    }

.nav2 .main
{
    height: 100%;
}

.nav2 ul
{
    height: 100%;
}

.nav2 li
{
    display: table-cell;
    padding: 0px 5px;
    /*width: 1%;*/
    font-size: 18px;
    height: 100%;
    text-align: center;
    position: relative;
}

    /*.nav2 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 1em;
        background-color: #000;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .nav2 li:first-child:after  {
        display: none;
    }*/

.nav2 a
{
    display: block;
    padding: 0px 14px;
    color: inherit;
}

.nav2 .on a,
.nav2 a:hover
{
    color: #77dcfc !important;
}

/*nav*/
.nav-box{
  height: 30px;
  border-bottom: 4px solid #1e2974;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nav,.other-nav{
  float: left;
}
.nav{
  position: relative;
  width: 198px;
  line-height: 30px;
}
.nav:after{
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 17px;
  top: 0;
  right: -17px;
  background: url(../Images/nav-c.png) no-repeat center center;
}
.nav .hd{
  position: relative;
}
.nav .bd{
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  z-index: 233;
}
.nav .nav-t
{
    -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
  display: block;
  height: 30px; 
  text-align: center;
  background-color: #1c6dc1; 
  font-size: 18px;
  color: #fff;
  margin-bottom: -4px;
  padding-bottom: 4px;
}
.nav .f-list{
  width: 100%;
  height: 498px;
  margin-top: 4px; 
  background-color: #232e3d;
}
.nav .f-list > li{
  height: 37px; 
  line-height: 37px;
  border-bottom: 1px solid #4c5563;
  background-color: #232e3d;
}
.nav .f-list > li:last-child{
  border-bottom: 0;
}
.nav .f-list > li.on{
  background-color: #f5f5f6;
}
.nav .f-list > li > a{
  display: block;
  font-size: 18px;
  text-align: center;
  text-align: right;
  padding-right: 26px;
  color: #fff;
}
.nav .f-list > li.on > a{
/*  border-left: 3px solid #1c6dc1;*/
  color: #1c6dc1;
}
.nav .f-list > li > a:after{
  content: ">";
  margin-left: 1em;
}

.nav .s-list{
  display: none;
  position: absolute;
  width: 810px;
  height: 100%;
  left: 198px;
  top: 0;
  /*overflow-y: auto;*/
  overflow: hidden;
  background-color: #f5f5f6; 
  border: 1px solid #e4e4e4;
  transition: opacity .6s ease-in;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 /* padding-left: 90px */
}
.nav .s-list .s-list-iBox
{
    display: block;
    width: 100%;
    height: 100%;
}
.nav .s-list .s-list-iBox img
{
    width: 100%;
    height: 100%;    
}
.s-list-scroll{
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
.sls-box{
  margin-left: -90px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sls-box li{
  padding-left: 90px;
}
.sls-box li span{
  width: 90px;
  text-align: center;
  float: left;
  position: relative;
  right: 90px;
  margin-left: -100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden; 
}
.sls-box li p{
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.sls-box li p a{
  line-height: 1;
  display: block;
  float: left;
  border-right: 1px solid #ddd;
  white-space: nowrap;
  padding: 0 10px;
  margin: 4px 0;

}
.sls-box li p a:last-child{
  border-right: 0;
}
.other-nav{
  margin-left: 64px;
} 
.other-nav a{
  margin-right: 26px;
  font-size: 20px;
  line-height: 30px;
}

.footer-nav{
  padding-top: 32px
}
.footer-nav .fn-l{
  width: 820px;
  float: left;
  padding-right: 4px;
  background: url(../Images/fn-bg.png) no-repeat right center;
}
.footer-nav .fn-l ul li{
  display: table-cell;
  width: 1%;
  line-height: 1.8;
}
.footer-nav .fn-l ul li > a{
  font-size: 16px;
  color: #2a2f37; 
  font-weight: bold
}
.footer-nav .fn-l .sList a{
  display: block;
  color: #666;
}

.footer-nav .fn-r{
  float: left;
}
.footer-nav .fn-r li{
  float: left;
  margin-left: 50px;
}
.footer-nav .fn-r li span{
  font-size: 16px;
  color: #2a2f37;
  line-height: 1.8;
}
.footer-nav .fn-r li img{
  width: 138px;
  height: 138px;
}

/* footer */

.footer{
  background-color: #555;
  padding-top: 20px;
  padding-bottom: 28px;
  margin-top: 30px;
  color: #fff;
}
.footer a
{
    color: #fff;    
}
.footer .main{
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer .f-list li{
  
    float: left;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
.footer .f-list li:first-child{
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.f-line p
{
    margin-top: 10px;
    line-height: 1;
}
    
.f-line a img
{
    display:inline-block;
}  
  
.footer-bottom .logo_container 
{
    color: #fff;
    margin-right: 30px;
    padding-top: 0;
    }
.footer-bottom .logo_container .logotext
{
    width: auto;
    color: #d0d0d4;
    }
.logo_container .logo{
 display: inline-block;
    vertical-align: middle;
}
.logo_container .logotext{
 display: inline-block;
    vertical-align: middle;
    width: 400px;
    height: 84px;
    overflow: hidden;
    color: #112f57;
}
.logo_container .logotext .url
{
    font-size: 20px;
    padding-top: 16px;
    margin: 0;
}
.logo_container .logotext .webName
{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}


.footTop {
    /* overflow: hidden; */
    border-bottom: 1px solid #444444;
    padding-bottom: 30px;
}

.footLeft {
    float: left;
    width: 230px;
    position: relative;
}

    .footLeft::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 1px;
        height: 180px;
        background: #434343;
    }

    .footLeft .title {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }

        .footLeft .title i {
            font-style: normal;
            font-size: 14px;
            margin-left: 10px;
            color: #f60;
        }
    .footLeft .lxqq {
        font-size: 14px;
        color: #bababa;
        line-height: 26px;
    }
    .footLeft .lxqq p{
        margin-top: 5px;
    }
        .footLeft .lxqq img {
        display: inline-block;
    }
.footRight {
    overflow: hidden;
    padding-left: 20px;
}

    .footRight .title {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footRight ul li {
        width: 16%;
        float: left;
    }

        .footRight ul li .ewm {
            width: 110px;
            height: 110px;
            padding: 6px;
            background: #fff;
            margin: 0 auto;
            border: 5px solid #58595b;
        }

            .footRight ul li .ewm img {
                width: 100%;
                height: 100%;
            }
.footNav {
    margin-top: 10px;
}

    .footNav a {
        line-height: 32px;
        margin-right: 30px;
        font-size: 14px;
        color: #bababa;
    }
.footBot .center {
    text-align: center;
}
.footBot p {
    line-height: 32px;
    font-size: 14px;
    color: #bababa;
}

    .footBot p a {
        color: #bababa;
    }

    .footBot p span {
        display: block;
    }

        .footBot p span.beian {
            text-align: center;
        }

            .footBot p span.beian img {
                margin-right: 5px;
            }
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors li{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.topProductType
{
    /*height: 148px;*/
    background: url(../Images/productBg.jpg) no-repeat;
    margin-top: 12px;
    margin-bottom: 20px;
}

.topProductType table
{
    border: #ffffff solid 0px!important;
}

.topProductType tr, .topProductType td
{
    border: #ffffff solid 0px!important;
    font-size: 12px;
    line-height: 36px;
    color: #666;
    font-family: Times New Roman !important;
}

.topProductType .left
{
    width: 453px;
}

.topProductType .middle
{
    width: 489px;
}

.topProductType .right
{
    width: 255px;
}

.topProductType a
{
    color: #666;
}

.topProductType a:visited
{
    color: #666;
}

.topProductType a:hover
{
    color: #666;
}

.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: 19891015;
}