html,body{
  height: 100%;
  width: 100%;
  background-color: #ccc;/*fbfbfb*/
}
.index{
  position: relative;
  width: 100%;
  min-width: 1400px;
}
/* 头部 */
.header{
  position: relative;
  width: 100%;
  height: 116px;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  z-index: 99;
}
.headerBox{
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.header_logo{
  position: absolute;
  width: 504px;
  height: 116px;
  background-image: url("../images/header_logo.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  left: 0;
}
.header_navBar{
  position: absolute;
  width: 720px;
  height: 60px;
  left: 517px;
  bottom: 0;
}
.header_navBar li{
  position: relative;
  float: left;
  width: 144px;
}
.header_navBar_title{
  position: relative;
  width: 144px;
  height: 60px;
  line-height: 43px;
  box-sizing: border-box;
  padding-left: 23px;
  font-size: 15px;
  background-image: url("../images/header_icon1.png");
  background-repeat: no-repeat;
  background-size: 114px 60px;
  background-position: top;
  cursor: pointer;
  color: #fff;
}
.header_navBar_title > a{
	color: #fff;
}
.header_navBar li:hover .header_navBar_title{
  background-color: #fff;
  color: #3f7beb;
  background-image: url("../images/header_icon2.png");
}
.header_navBar li:hover .header_navBar_title > a{
  color: #3f7beb;
}
.header_navBar_secendList{
  position: relative;
  display: none;
}
.header_navBar_secendList a{
  display: block;
  width: 144px;
  height: 50px;
  background-color: #fff;
  left: 0;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 23px;
}
.header_navBar_secendList a:hover{
  background-color: #f5f5f5;
}
.header_navBar li:hover .header_navBar_secendList{
  display: block;
}
/*.header_btn{
  position: absolute;
  width: 169px;
  height: 39px;
  background-image: url("../images/header_btn1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  right: 0;
  bottom: 20px;
}*/
.header_language{
  position: absolute;
  right: 0;
  top: 20px;
}
.header_language a,
.header_language a:hover,
.header_language a:visited,
.header_language a:link{
  font-size: 12px;
  color: #fff;
  float: left;
  line-height: 16px;
}
.header_language span{
  position: relative;
  border-left: 1px solid #fff;
  height: 8px;
  margin: 4px 27px;
  display: block;
  float: left;
}

/* 尾部 */
.bottom{
  position: relative;
  width: 100%;
  height: 256px;
  background-color: #f2f2f2;
}
.bottomBox{
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.bottomLogo{
  position: absolute;
  width: 360px;
  height: 90px;
  left: 0;
  top: 50px;
  background-image: url("../images/bottom_logo.png?t=03031649");
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  background-position: top;
}
.bottom_list{
  position: absolute;
  top: 40px;
}
.bottom_list li a{
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #434343;
  float: left;
  margin-right: 20px;
}
.bottom_list_title{
  font-size: 15px;
  margin-bottom: 14px;
}
.bottom_list1{
  width: 90px;
  left: 481px;
}
.bottom_list2{
  width: 250px;
  left: 617px;
}
.bottom_list3{
  width: 150px;
  left: 900px;
}

.bottom_list4{
  width: 210px;
  right: 0;
}
.bottom_list4 li{
    text-align: center;
}
.bottom_list4 li span{
    display: inline-block;
}
.bottom_list4 .bottom_list_title{
  text-align: center;
}
.bottom_list_QR{
    box-sizing: border-box;
    margin-bottom: 5px;
    display: inline-block;
}
.bottom_list5{
  position: absolute;
  left: 0;
  bottom: 23px;
}
.bottom_list5 li{
  font-size: 12px;
  line-height: 25px;
  color: #434343;
  display: flex; align-items: center;
}
.bottom_list5 li a:not(:first-child){
  margin-left: 12px;
}
/* 右边浮动 */
.fixedBox{
  position: fixed;
  right: 0;
  top: 400px;
  width: 60px;
  height: 215px;
}
.fixedBox_btn1,
.fixedBox_btn1:visited,
.fixedBox_btn1:link,
.fixedBox_btn1:hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 102px;
  background-image: url("../images/fixed_btn1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
.fixedBox_btn2,
.fixedBox_btn2:visited,
.fixedBox_btn2:link,
.fixedBox_btn2:hover{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 102px;
  background-image: url("../images/fixed_btn1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}


/* 首页banner */
.banner{
  position: relative;
  width: 100%;
  height: 668px;
  background-image: url("../images/banner_bg.jpg?t=03041113");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner2{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/banner_bg2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner3{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/banner_bg3.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner4{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/banner_bg4.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner5{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/banner_bg5.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.banner6{
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/banner_bg6.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.bannerBox{
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.banner_selectBox{
  position: absolute;
  width: 315px;
  height: 255px;
  top: 167px;
  left: 0;
}
.banner_title{
  position: absolute;
  color: #fff;
  font-size: 52px;
  text-align: center;
}
.banner_select1{
  position: absolute;
  width: 150px;
  height: 47px;
  top: 75px;
  left: 0;
}
.banner_select2{
  position: absolute;
  width: 150px;
  height: 47px;
  top: 75px;
  right: 0;
}
.banner_select3{
  position: absolute;
  width: 315px;
  height: 47px;
  top: 135px;
  left: 0;
}
.banner_btn{
  position: absolute;
  width: 315px;
  height: 47px;
  bottom: 0;
  background-color: #417eec;
  color: #fff;
  line-height: 47px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 10px;
  cursor: pointer;
}

/* 首页新闻 */
.news{
  position: relative;
  width: 100%;
  height: 385px;
  background-color: #ffffff;
}
.newsBox{
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.newsTitle{
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #7acdfd;
  box-sizing: border-box;
  padding-top: 46px;
}
.newsTitle span{
  font-size: 25px;
  margin-right: 24px;

}
.newsTitle a,
.newsTitle a:visited,
.newsTitle a:link,
.newsTitle a:hover{
  border-bottom: 1px solid #434343; 
  color: #434343; 
  font-size: 17px;
}
.newsList{
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 52px;
}
.newsItem{
  position: relative;
  float: left;
  width: 268px;
  height: 100%;
}
.newsItemTime{
  font-size: 15px;
  margin-top: 17px;
}
.newsItemTitle {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    margin-top: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsItemDetail {
    height: 66px;
    line-height: 22px;
    margin-top: 20px;
    font-size: 12px;
    color: #a0a0a0;
    overflow: hidden;
}
.newsItemMore{
  position: absolute;
  font-size: 14px;
  margin-top: 16px;
  border-bottom: 1px solid #434343;
  bottom: 0;
}
.newsLine{
  float: left;
  height: 100%;
  border-left: 1px solid #cdcdcd;
  margin: 0 33px;
}
.newsImg{
  width: 322px;
  float: right;
}

/* 公司简介内容盒子 */
.detailPage{
  position: relative;
  width: 100%;
  background-color: #fff;
}
.detailPageBox{
  position: relative;
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.detailPageFloatBox{
  position: relative;
  width: 100%;
}
.detailPageTitle{
  position: relative;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding-top: 33px;
  border-bottom: 1px solid #7acdfd;
  margin-bottom: 34px;
}
.detailPageTitle p{
  position: relative;
  float: left;
  font-size: 25px;
  margin-right: 37px;
}
.detailPageTitle a,
.detailPageTitle a:hover,
.detailPageTitle a:visited,
.detailPageTitle a:link{
  display: block;
  font-size: 15px;
  float: left;
  height: 25px;
  line-height: 35px;
  margin-right: 19px;
  color: #434343;
}
.detailPageTitle span{
  float: left;
  height: 25px;
  line-height: 35px;
  margin-right: 10px;
  color: #3f7beb;
  font-size: 18px;
}
.detailPageArtiBox{
  position: relative;
  width: 958px;
  border: 1px solid #cdcdcd;
  margin-left: 342px;
  padding: 70px 109px;
  box-sizing: border-box;
}
.detailPageArtiBox_title{
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 50px;
}
.detailPageArtiBox_title p{
  font-size: 37px;
  color: #333333;
  text-align: center;
}
.detailPageArtiBox_title span{
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 20px 0 36px 0;
}
.detailPageArtiBox_article{
  position: relative;
  margin-bottom: 44px;
}
    .detailPageArtiBox_article,
    .detailPageArtiBox_article div,
    .detailPageArtiBox_article p {
        line-height: 32px;
        font-size: 14px !important;
        color: #333;
    }
        .detailPageArtiBox_article img{
            max-width: 738px;
            vertical-align: middle;
            border: 0;
            margin: 5px 0;
        }


.aboutusBox {
    padding-bottom: 240px;
    background-image: url(../images/aboutus1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .aboutusBox,
    .aboutusBox div,
    .aboutusBox p {
        line-height: 32px;
        font-size: 14px !important;
        color: #333;
    }
        .aboutusBox img {
            max-width: 738px;
            vertical-align: middle;
            border: 0;
            margin: 5px 0;
        }

.detailPageArtiBoxImgBox {
    padding: 0 60px;
    margin-bottom: 44px;
}
.detailPageArtiBoxImgBox img{
  display: inline-block;
  margin-top: 10px;
}

.detailPageLeftbar{
  position: absolute;
  width: 302px;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #cdcdcd;
}
.newsPageLeftbar{
  position: absolute;
  width: 302px;
  left: 0;
  top: 0;
  border: 1px solid #cdcdcd;
}
/* 不选中 */
.detailPageLeftbar_navItem{
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.detailPageLeftbar_navItem a,
.detailPageLeftbar_navItem a:hover,
.detailPageLeftbar_navItem a:visited,
.detailPageLeftbar_navItem a:link{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 60px;
  color: #434343;
  padding-left: 37px;
  box-sizing: border-box;
}
.detailPageLeftbar_navItem .arrow{
    position: absolute;
    width: 38px;
    height: 57px;
    left: 0;top: 1px;
    background-image: url("../images/detailPageLeftbar_nav_icon1.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.detailPageLeftbar_navItem .icon {
    position: absolute;
    width: 51px;
    height: 57px;
    right: 20px;
    top: 1px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
li.detailPageLeftbar_navItem:nth-child(1) .icon{
    background-image: url("../images/service_0.png");
}
li.detailPageLeftbar_navItem:nth-child(2) .icon{
    background-image: url("../images/service_1.png");
}
li.detailPageLeftbar_navItem:nth-child(3) .icon{
    background-image: url("../images/service_2.png");
}
li.detailPageLeftbar_navItem:nth-child(4) .icon{
    background-image: url("../images/service_3.png");
}
li.detailPageLeftbar_navItem:nth-child(5) .icon{
    background-image: url("../images/service_4.png");
}
li.detailPageLeftbar_navItem:nth-child(6) .icon{
    background-image: url("../images/service_5.png");
}
li.detailPageLeftbar_navItem:nth-child(7) .icon{
    background-image: url("../images/service_6.png");
}

/* 选中 */
.detailPageLeftbar_navItem_act{
    position: relative;
    width: 313px;
    height: 60px;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    background-image: url("../images/detailPageLeftbar_navItem_act_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    left: -10px;
    top: -1px;
}
.detailPageLeftbar_navItem_act a,
.detailPageLeftbar_navItem_act a:hover,
.detailPageLeftbar_navItem_act a:visited,
.detailPageLeftbar_navItem_act a:link{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    padding-left: 47px;
    box-sizing: border-box;
}
.detailPageLeftbar_navItem_act .arrow{
    position: absolute;
    width: 38px;
    height: 57px;
    left: 10px;top: 1px;
    background-image: url("../images/detailPageLeftbar_nav_icon2.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.detailPageLeftbar_navItem_act .icon {
    display: none;
}
li.detailService_navItem_act:nth-child(1){
    background-image: url("../images/service_0_h.png");
}
li.detailService_navItem_act:nth-child(2){
    background-image: url("../images/service_1_h.png");
}
li.detailService_navItem_act:nth-child(3){
    background-image: url("../images/service_2_h.png");
}
li.detailService_navItem_act:nth-child(4){
    background-image: url("../images/service_3_h.png");
}
li.detailService_navItem_act:nth-child(5){
    background-image: url("../images/service_4_h.png");
}
li.detailService_navItem_act:nth-child(6){
    background-image: url("../images/service_5_h.png");
}
li.detailService_navItem_act:nth-child(7){
    background-image: url("../images/service_6_h.png");
}

.detailPageLeftbar_btImg {
    margin: 0 auto;
    width: 265px;
    margin-top: 30px;
}
    .detailPageLeftbar_btImg > p{
        margin-bottom: 10px;
    }

    /* 联系我们右边盒子 */
    .detailPage_contractBox {
        position: relative;
        width: 420px;
        min-height: 448px;
        margin-left: auto;
        padding-top: 10px;
        padding-right: 494px;
    }

.detailPage_contractBox_listTitle{
  position: relative;
  font-size: 20px;
  margin-top: 17px;
  margin-bottom: 10px;
  color: #333333;
}
.detailPage_contractBox_map{
  position: absolute;
  right: 0;
  top: 0;
  width: 451px;
  height: 448px;
  background-image: url("../images/detailPage_contractBox_map.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.detailPage_contractBox_cont,
.detailPage_contractBox_cont div,
.detailPage_contractBox_cont p{
    line-height: 32px;
}
.detailPage_contractBox_cont a {
    color: #3f7beb;
}

.detailPage_contractBox_qq{
    width: 100%;
    margin-top: 20px;
}
    .detailPage_contractBox_qq dl{
        padding: 5px 0;
        overflow-y: auto;
    }
    .detailPage_contractBox_qq dl > dt{
        float: left; width: 22%;
    }
        .detailPage_contractBox_qq dl > dd {
            float: left;
            width: 78%; line-height: 23px;
            font-size: 14px; color: #333;
        }

    .detailPage_contractBox_email {
        position: relative;
        height: 26px;
        padding-left: 35px;
        background-image: url("../images/detailPage_contractBox_mail.png");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left;
        margin-top: 110px;
    }
.detailPage_contractBox_email a{
  font-size: 15px;
  line-height: 26px;
  color: #3f7beb;
  text-decoration:underline;
  margin-left: 10px;
}

/* 信息页右边盒子 */
.detailPage_messageBox{
  position: relative;
  width: 942px;
  min-height: 450px;
  margin-left: auto;
  padding-top: 10px;
}
.detailPage_messageBox_list li {
    position: relative;
    border-bottom: 1px dashed #a7a7a7;
    height: 56px;
}
.detailPage_messageBox_list li a{
  font-size: 14px;
  line-height: 56px;
  box-sizing: border-box;
  margin-left: 25px;
  color: #333333;
}
.detailPage_messageBox_list li span{
  position: relative;
  float: right;
  font-size: 14px;
  line-height: 56px;
  margin-right: 36px;
  color: #a7a7a7;
}
.detailPage_messageBox_pagination{
    margin-top: 20px;
    overflow-y: auto;
}
    .detailPage_messageBox_pagination > p {
        float: right;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0;
        font-size: 14px;
        color: #999;
    }

.shipping {
    padding: 15px;
    border: 1px solid #ccc;
}

    .shipping table {
        width: 100%;
    }

    .shipping td {
        line-height: 20px;
        padding: 10px;
    }

    .shipping thead td {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: #f5f5f5;
    }

    .shipping tbody td {
        border-bottom: 1px solid #f5f5f5;
        font-size: 14px;
    }

.qq_toast {
    width: 90px;
	display: block;
	text-align: center;
    position: fixed;
    bottom: 480px;
    right: 20px;
    z-index: 300;
	font-size: 14px;
}
.qq_toast span{
	margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    background: url(../images/qq.png) no-repeat;
    background-size: 60px;
    background-position: top center;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    transition: all .3s linear;
}
.qq_toast:hover span{
	background-size: 74px;
}


  .pagination_c{
    width: 100%; height: auto;
    margin-top: 20px;
  }
  .pagination_c .pagination_list{
      display: table; margin: 0 auto;
  }
  .pagination_c .pagination_list>li{
      height: 30px; margin: 0 5px;
      font-size: 12px; line-height: 30px; color: #4a4a4a;
      text-align: center;
      display: inline-block; float: left;
      cursor: pointer;
  }
  .pagination_c .pagination_list>li>a{
      height: 100%; padding: 0 10px;
      display: block;
  }
  .pagination_c .pagination_list>li:hover>a,
  .pagination_c .pagination_list>li.active>a{
      color: #fff;
      background-color: #3f7beb;
  }
  .pagination_c .pagination_list>li.prev,
  .pagination_c .pagination_list>li.next{
      width: 30px; height: 20px;
      border: 1px solid #ccc;
      background-color: #fff;
      position: relative;
      margin-right: 15px; padding: 0;
  }
  .pagination_c .pagination_list>li.next{
      margin-right: 0; margin-left: 15px;
  }
  .pagination_c .pagination_list>li.prev a,
  .pagination_c .pagination_list>li.next a{
      width: 100%; height: 100%;
      display: block;
  }

  .pagination_c .pagination_list>li.more:hover{
      cursor: default;
  }
  .pagination_c .pagination_list>li.prev:hover,
  .pagination_c .pagination_list>li.next:hover{
      background-color: #3f7beb;
      border-color: #3f7beb;
  }

.shipping_search{
    margin-bottom: 20px; padding-left: 10px;
    border: 1px solid #7acdfd;
}
.shipping_search > h2{
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}
.shipping_search td{
    padding: 10px 10px 10px 0;
}
.shipping_search .combo-select{
    margin-bottom: 0 !important;
}
.shipping_search_btn{
    width: 120px;
    height: 39px;
    background-color: #417eec;
    border: 1px solid #417eec;
    color: #fff;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
  }