@charset "UTF-8";
/*åˆå§‹åŒ–æ ·å¼*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #666;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, å®‹ä½“, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #009b4c;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

dt {
  font-weight: normal;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flexd {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.wh1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.max1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -997px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/**/
.head-bg {
  padding: 0 1.45833333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.head-index {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 12px;
  align-items: center;
}

.head-index .logo {
  width: 27.5%;
  margin-top: 19px;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .headr {
  width: 70%;
}

.head-index .headr .headr1 {
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
}

.head-index .headr .headr1 .k11 {
  color: #212121;
}

.head-index .headr .headr1 .k11 a {
  color: #212121;
  font-size: 14px;
}

.head-index .headr .headr1 .tel {
  color: #3a393e;
  font-size: 16px;
  background: url(../images/tel1.png) no-repeat left center;
  padding-left: 38px;
}

.head-index .headr .headr1 .tel strong {
  color: #e90000;
  font-size: 20px;
}

.head-index .headr .headr2 {
  align-items: center;
}

.sousou {
  width: 28.5%;
}

.sousou #formsearch1 input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.sousou #formsearch1 input#keyword {
  text-indent: 10px;
  float: left;
  width: 80%;
  color: #fff;
  outline: none;
  border: 1px solid #7d7d7d;
}

.sousou #formsearch1 input#s_btn {
  background: #00439a;
  float: right;
  width: 19%;
  color: #fff;
  outline: none;
}

/* 导航 */
.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

.x-menu > li {
  position: relative;
  /* flex: 1; */
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  line-height: 32px;
  height: 32px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.x-menu > li > a:hover {
  background-color: #ff8a0000;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  /*height: 40px;*/
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
 width: 229%;
    left: -61%;
  top:45px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 9999;

}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

.x-sub-menu > li > a:hover {
  background: #00439a;
  color: #fff;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/*产品*/
.product-index {
  margin-top: 1.3vw;
}

.pt {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 1.3vw 0;
  font-weight: 600;
  color: #323232;
  font-size: 1.25vw;
  
}

.plist1 {
  flex-wrap: wrap;
  margin-top: 1.5625vw;
}

.plist1 li {
  width: 30%;
  margin-bottom: 1.8vw;
}

.plist1 li .img1 {
  border: 1px solid #535353;
}

.plist1 li .img1 img {
  width: 100%;
}

.plist1 li .wz {
  margin-top: 4px;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  color: #323232;
  font-size: 16px;
}

.plist1 li:hover .wz {
  background: #00439a;
  color: #fff;
}

/**/
.about-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: cover;
  padding: 2.34375vw 0;
  margin-top: 2vw;
}

.at {
  color: #fff;
}

.aw {
  margin-top: 3.125vw;
}

.aw p {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}

/**/
.case-index {
  margin-top: 1.3vw;
}

.caseSwiper {
  margin-top: 4.2vw;
  width: 100%;
  overflow: hidden;
}

.caseSwiper .swiper-slide a {
  display: block;
}

.caseSwiper .swiper-slide a .img1 {
  border: 1px solid #d6d6d6;
  position: relative;
}

.caseSwiper .swiper-slide a .img1 .ww {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.caseSwiper .swiper-slide a .img1 .ww span {
  display: block;
  width: 127px;
  height: 44px;
  background: #00439a;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
}

.caseSwiper .swiper-slide a .img1 img {
  width: 100%;
}

.caseSwiper .swiper-slide a .wz {
  color: #323232;
  font-size: 16px;
  padding: 1.25vw 0;
}

.caseSwiper .swiper-slide:hover a .img1 .ww span {
  opacity: 1;
}

/**/
.news-bg {
  background: #e1e1e6;
  padding: 2vw 0;
}

.n-list1 {
  margin-top: 1.8vw;
}

.n-list1 li {
  width: 32%;
  background: #fff;
  padding: 3px;
  box-shadow: 0px 1px 5px 0px rgba(78, 78, 78, 0.65);
}

.n-list1 li .img1 img {
  max-width: 100%;
}

.n-list1 li .wz1 {
  color: #323232;
  font-size: 14px;
  padding: 12px;
}

.n-list1 li .wz2 {
  color: #323232;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-bottom: 1px solid #e5e5e5;
  
  padding: 12px 12px 10px;
}

.n-list1 li .wz3 {
  padding: 10px 12px;
  align-items: center;
}

.n-list1 li .wz3 .date {
  color: #323232;
  font-size: 12px;
}

.n-list1 li .wz3 .nmore {
  width: 93px;
  height: 26px;
  box-shadow: 0px 1px 4px 0px rgba(78, 78, 78, 0.91);
  background: #00439a;
  border: 1px solid #cecece;
  text-align: center;
  line-height: 24px;
  color: #fefefe;
}

/*友情链接*/
.f_link {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  line-height: 30px;
  text-indent: 20px;
}

.foot-bg {
  background: #313131;
  padding: 1.5625vw 0;
}

.foot-bg .foot-index .footl {
  width: 67.5%;
}

.foot-bg .foot-index .footl h3 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5625vw;
}

.foot-bg .foot-index .footl .fnav .foot1 .ft {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1vw;
}

.foot-bg .foot-index .footl .fnav .foot1 .fdao1 li a {
  display: block;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  line-height: 2;
}

.foot-bg .foot-index .footr {
  width: calc(100% - 78%);
}

.foot-bg .foot-index .footr h3 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5625vw;
}

.foot-bg .foot-index .footr .flx p {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}

.foot-bg .cop-bg {
  /*border-top: 1px solid rgba(238, 238, 238, 0.24);*/
  /*padding: 1vw 0;*/
  /*margin-top: 2vw;*/
}

.foot-bg .cop-bg .cop-index {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}

.foot-bg .cop-bg .cop-index a {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.dbb {
  height: 50px;
}

/*  */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #000;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../images/fa1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/fa2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/fa3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../images/fa4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid #fff;
}

.footer ul li:nth-child(1) a {
  border: none;
}

@media (max-width: 767px) {
  .pt {
    font-size: 20px;
  }
  .plist1 {
    margin-top: 5%;
  }
  .plist1 li {
    width: 48%;
  }
  .plist1 li .wz {
    font-size: 12px;
  }
  .aw p {
    font-size: 14px;
    line-height: 22px;
  }
  .caseSwiper .swiper-slide a .wz {
    font-size: 14px;
  }
  .n-list1 {
    margin-top: 5%;
    flex-wrap: wrap;
  }
  .n-list1 li {
    width: 100%;
    margin-bottom: 5%;
  }
  .foot-bg {
    padding: 5% 0;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
  }
}

/*å*/
.page-product-inquiry a {
  color: #fff;
}

/* 当前位置 */
.page-position {
  color: #aaaeb1;

  z-index: 1;
  position: relative;
  margin-bottom:1%;
}

.page-position h2 {
  color: #ffffff !important;
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
}

.page-position h2 a {
  color: #fff;
}

.page-position a {
  color: #aaaeb1;
}

.page-position a:hover {
  color: #00439a;
}

@media (max-width: 1024px) {
  .page-position {
    color: #aaaeb1;
    margin-top: 1.5%;
    z-index: 99999;
    position: relative;
    margin-bottom: 1.5%;
  }
  .page-position h2 {
    color: #00439a !important;
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .page-position h2 a {
    color: #00439a;
  }
}

@media (max-width: 990px) {
  .page-position h2 {
    color: #00439a !important;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .page-position h2 a {
    color: #00439a;
  }
}

/*内页左侧样式*/
.xypg-left-con2 {
  margin-bottom: 3.5%;
  position: relative;
}

.xypg-left-con2 .xypg-left-nav {
  display: block;
}

.xypg-left-con2 .xypg-left-nav > li {
  position: relative;
  position: initial;
  text-align: center;
  margin-right: 10px;
  /*max-width: 200px;*/
  float: left;
  margin-bottom: 0.5vw;
  border: none;
  width: 15%;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav > li .first-nav-btn {
  background: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  padding: 10px 0;
  background: #eeeeee;
  border-radius: 6px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #00439a;
}

.xypg-left-con2 .xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
  position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
}

.xypg-left-con2 .xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
  display: inline-block
}

.xypg-left-con2 .xypg-left-nav .xypg-left-subnav > li > a{
    font-size: 14px;
}
@media(min-width:990px){
    .xypg-left-con2 .xypg-left-nav .xypg-left-subnav{
        display:none!important;
    }
    .xypg-left-con2 .xypg-left-nav > li:hover .xypg-left-subnav{
        display:block!important;
    }
}

/*头部修改*/
.xhead-bg{
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}

.xhead-bg.bj{
   background: rgba(255,255,255,.7);
}

.xhead-index{
    max-width: 1624px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.flexed{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.xhead-index .xlogo{
    line-height: 120px;
    width: 30%;
}

.xhead-index .xlogo img{
    max-width: 100%;
}

.xhead-index .xheadr{
    width: calc(100% - 39%)
}

.x-menu{
    width: auto;
}

.x-menu > li > a{
    line-height: 120px;
    height: 120px;
    font-size: 18px;
}

.x-menu > li > a:hover{
    background: url(../images/navli.png) no-repeat bottom center;
}

.x-sub-menu{
    top: 120px;
}

.so img {
    max-width: 56%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding: 10px;
    border-radius: 20px;
    z-index: 999;
    background: #00439a;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}



/* 联系我们内页 */

.sample-title {
    text-align: center;
    margin-top: 50px;
}

.sample-title h3 {
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 34px;
    text-indent: 32px;
}

.sample-title span {
    display: block;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
}

.contacts-map {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 1385px) {
    .contact-con {
        max-width: 1385px;
        margin: 0 auto;
    }
}

.conatct-cons {
    margin-top: 50px;
}

.contacts1 {
    float: left;
    width: 33.3%;
    border-right: 2px solid #e9e7e8;
    padding-left: 10px;
    padding-right: 40px;
    min-height: 370px;
}

.contacts1 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
}

.contacts1 span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 50px;
}

.contacts1-con {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 25px;
}

.contacts2 {
    float: left;
    width: 33.3%;
    padding-left: 35px;
    border-right: 2px solid #e9e7e8;
    padding-right: 32px;
    min-height: 370px;
}

.contacts2 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
}

.contacts2 span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-top: 50px;
}

.contacts2-con {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    margin-top: 50px;
}

.contacts2-con table {
    width: 100%;
}

.contacts2-con table img {
    max-width: 100%;
}

.contacts3 {
    float: right;
    width: 33.3%;
    padding-left: 35px;
    min-height: 370px;
}

.contacts3 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}

.contacts3 .inputs {
    line-height: 34px;
    background: #e9e7e8;
    margin-bottom: 6px;
}

.contacts3 input {
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
}

.sample-codes input {
    display: inline-block;
    width: 25%;
    line-height: 34px;
    background: #e9e7e8;
}

.contacts3 textarea::placeholder {
    color: #333;
    padding-left: 10px;
}

.contacts3 input::placeholder {
    color: #333;
    padding-left: 10px;
}

.contacts3 .inputs1 {
    height: 85px;
    line-height: 36px;
    background: #e9e7e8;
    margin-bottom: 8px;
}

.contacts3 textarea {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

.contacts3 span {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.sample-btns {
    max-width: 155px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    background: #e9e7e8;
    margin-top: 10px;
}

@media(max-width: 768px) {
    .sample-title h3 {
        font-size: 20px;
        color: #000000;
        font-weight: 400;
        line-height: 20px;
    }

    .sample-title span {
        font-size: 20px;
        line-height: 20px;
    }

    .contacts-map {
        margin-top: 30px;
    }

    .contacts1 {
        width: 91%;
        float: none;
        height: auto;
        padding: 0px;
        border: none;
        min-height: auto;
        margin: 0 auto;
    }

    .contacts2 {
        width: 90%;
        float: none;
        height: auto;
        padding: 0px;
        border: none;
        min-height: auto;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contacts3 {
        width: 90%;
        float: none;
        height: auto;
        padding: 0px;
        min-height: auto;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contacts1 span {
        margin-top: 10px;
    }

    .contacts2 span {
        margin-top: 10px;
    }

    .contacts2-con {
        margin-top: 20px;
    }
}






