* {
    font-family: "Microsoft Yahei", STHeitiSC-Light, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    min-width: 1024px;
    background: #f2f2f2;
}

.total-width {
    width: 1175px;
    margin: 0 auto;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.min-width {
    min-width: 1200px;
}

.blue-btn {
    position: relative;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 12px;
    background-color: #237bd0;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.boxshadow {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.blue-button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 12px;
    background-color: #237bd0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.blue-button:hover {
    background-color: #3064ac;
}

.gray-button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 12px;
    background-color: #efeff0;
    text-align: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

.gray-button:hover {
    background-color: #cfd0d2;
    color: #333;
}

.tm-text {
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -6px;
    margin: 0 2px;
}

.hover-show {
    position: relative;
    cursor: pointer;
}

.hover-show:hover .show-content {
    display: block;
}

.hover-show .show-content {
    position: absolute;
    z-index: 10;
    width: 200px;
    height: 200px;
    background: #e1e0e0;
    left: -52px;
    border: 1px solid #ccc;
    margin-top: -5px;
    display: none;
}

.hover-show .show-content i {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e0e0;
    margin-left: -5px;
}

.hover-show .show-content img {
    width: 180px;
    position: relative;
    left: 10px;
    top: 10px;
}

i.icon {
    background: url(../images/icon.png) no-repeat;
}

@charset "UTF-8";

/**********************************************内页*/

div.inner-top-banner {
    height: 264px;
    background: #ccc;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 264px;
}

div.inner-top-banner .title-des {
    width: 1200px;
    margin: 0 auto;
}

div.inner-top-banner .title-des h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding-top: 70px;
}

div.inner-top-banner .title-des h4 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
}

div.inner-top-banner .title-des ul.tab-change {
    position: absolute;
    bottom: 0;
}

div.inner-top-banner .title-des ul.tab-change li {
    display: inline-block;
    width: 140px;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    color: #333;
}

div.inner-top-banner .title-des ul.tab-change li.selected {
    background: #fd7304;
    color: #fff;
}

div.inner-content-part {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px
}

div.inner-content-part .title-line {
    font-size: 20px;
    border-bottom: 1px solid #fd7304;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.inner-content-part .text-des {
    margin-bottom: 40px;
    line-height: 30px
}

div.inner-content-part .text-des h4 {
    font-size: 20px;
    border-left: 5px solid #4389c5;
    color: #666;
    padding-left: 10px;
    margin-bottom: 10px;
}

div.inner-content-part .text-des p {
    font-size: 14px;
    line-height: 25px;
    color: #888;
}

div.inner-content-part .text-des img {
    max-width: 100%;
}

div.inner-content-part .product-list {
    overflow: hidden;
}

div.inner-content-part .product-list li {
    float: left;
    position: relative;
    height: 450px;
    width: 380px;
    background: #fff;
    margin: 0 10px;
    margin-bottom: 20px;
}

div.inner-content-part .product-list li img {
    width: 100%;
    height: 100%;
    background: #ccc;
}

div.inner-content-part .product-list li .des {
    position: absolute;
    bottom: 0;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.65);
    height: 145px;
}

div.inner-content-part .product-list li .des p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

div.inner-content-part .product-list li .des a {
    color: #fff;
    background: #fe9600;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 20px;
}

div.inner-content-part .product-list li .des a:hover {
    background: #da8311;
}


/*首页*/

.banner-home #marquee {
    height: 100%;
    overflow: hidden;
}

.banner-home #marquee a {
    height: 100%;
    overflow: hidden;
}

.banner-home #marquee a .banner-home-b {
    background: url(../images/banner1.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.banner-home #marquee a .banner-home-c {
    background: #333;
    background: url(../images/banner2.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-home #marquee a .banner-home-d {
    background: #888;
    background: url(../images/banner3.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-mid-content {
    width: 1100px;
    margin: 0 auto;
}

.home-mid-content > div {
    margin-bottom: 20px;
    background: #fff;
}

.home-mid-content > div .title {
    height: 60px;
    background: #9299a1;
    color: #fff;
}

.home-mid-content > div .title span {
    font-size: 20px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.home-mid-content > div .title i {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 45px;
    position: relative;
    top: 10px;
}

.home-mid-content > div .title i.icon-f {
    background-position: 0 -58px;
}

.home-mid-content > div .title i.icon-g {
    background-position: 0 -23px;
}

.home-mid-content > div .title i.icon-h {
    background-position: -32px -23px;
}

.home-mid-content > div .des {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home-mid-content > div .des img {
    width: 100%;
}

.home-mid-content > div .des p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.home-mid-content > div .des p i.symbol-icon {
    width: 36px;
    height: 26px;
    background-position: -80px 0;
    display: block;
}

.home-mid-content > div .des p i.last-symbol {
    background-position: -116px 0;
    float: right;
}

.home-mid-content > div .des a.look-more {
    position: absolute;
    background: #f19d5a;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    bottom: 0;
    right: 0;
}

.home-mid-content .team-part {
    width: 775px;
    float: left;
    height: 455px;
}

.home-mid-content .news-part {
    margin-left: 795px;
    height: 455px;
}

.home-mid-content .news-part .des ul {
    padding: 20px;
    color: #333;
}

.home-mid-content .news-part .des ul li {
    height: 30px;
    width: 265px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.home-mid-content .company-part {
    height: 330px;
}

.home-mid-content .company-part img {
    width: 420px;
    background: #888;
    float: left;
    height: 100%;
}

.home-mid-content .company-part .des {
    margin-left: 420px;
}

.home-bottom-wrap {
    background: #fefefe;
}

.home-bottom-wrap span.bg {
    display: block;
    background: url(../images/home-b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 387px;
}

.home-bottom-wrap .home-bottom-content {
    text-align: center;
    color: #31415b;
    width: 951px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    margin-top: 60px;
}

.home-bottom-wrap .home-bottom-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.home-bottom-wrap .home-bottom-content h5 {
    font-size: 18px;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    margin-bottom: 50px;
}

.home-bottom-wrap .home-bottom-content a {
    color: #fff;
    background: #5594cb;
    padding: 10px 50px;
    text-decoration: none;
    border-radius: 10px;
}

#productBg {
    background: url(../images/about-bg.jpg) no-repeat;
}

.productBg {
    background: url(../images/bg_product.jpg) no-repeat !important;
}
.businessBg {
    background: url(../images/bg_business.jpg) no-repeat !important;
}
.aboutBg {
    background: url(../images/bg_about.jpg) no-repeat !important;
}
.articleBg {
    background: url(../images/bg_article.jpg) no-repeat !important;
}

.noData {
    text-align: center;
    padding: 50px
}

.article-list li {
    height: 40px;
    display: block;
    border-bottom: 1px dashed #9299a1;
    line-height: 40px
}

.page-list {
    width: 615px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.page-list .prev,
.page-list .next {
    margin: 0 25px
}

.page-list li {
    display: inline-block;
    color: #afafaf;
}

.page-list li .page-num {
    color: #606060;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

.page-list li .num-selected {
    background: #4389C5;
    color: #fff;
}

.page-list li button {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    width: 72px;
    height: 34px;
    background: #fff;
    color: #ababab;
    margin: 0 25px;
    cursor: pointer;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #4389C5
}

.dTitle {
    height: 45px;
    font-size: 20px;
    text-align: center
}

.dInfo {
    height: 30px;
    border-bottom: 1px solid #9299a1;
}

.dInfo .dInfoLeft {
    width: 500px;
    float: left;
    line-height: 30px;
    font-size: 12px;
}

.dInfo .dInfoRight {
    width: 140px;
    float: right;
    text-align: right
}

.dContent {
    padding: 20px 0;
    line-height: 30px;
    min-height: 300px
}

.pop{ height: 450px; background-color: #eff4ff; display: none}
.pop .popTitle{ height: 30px; line-height: 50px; color: #143d8f;text-align: center}
.pop-content-a{ height: 320px; overflow:hidden; font-size: 12px; padding: 20px}
.pop-content-a p{ text-indent: 30px ; line-height: 22px}
.popBtn{ height: 50px; padding: 0 20px}
.popBtn a{
  cursor: pointer;
  display: block;
  font-size: 12px;
  border-radius: 8px;
  padding: 10px 55px 10px 55px;
  line-height: 15px;
}
.popBtn .h_c_agree{
  width: 37%;
  float: left;
  background: #143d8f url(../images/ico_hint_true.png) 20px center no-repeat;
  color: #fdfdfd;
}
.popBtn .h_c_no_agree{
  width: 37%;
  float: right;
  background: #c5c5c5 url(../images/ico_hint_close.png) 20px center no-repeat;
  color: #626262;
}

.banner-home {
    height: 405px;
    margin-bottom: 30px;
}

.bx-wrapper {
    height: 100%;
}

.bx-viewport {
    height: 100%;
}

#marquee li {
    height: 100%;
}

#marquee li a {
    display: block;
}

#marquee a.banner-a {
  /*background: url(../images/banner1.jpg) no-repeat;*/
  height: 405px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

#marquee a.banner-b {
/*background: url(../images/banner2.jpg) no-repeat;*/
height: 330px;
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}

#marquee a.banner-c {
/*background: url(../images/banner3.jpg) no-repeat;*/
    height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}