@font-face {
  font-family: lianmeng;
  src: url('../fonts/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../fonts/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}

.warpperbig{
  width: 94%;
  margin:0 auto;
}
.bg-color {
  background: #fff;
}
.top_bar {
  height: 53px;
  line-height: 53px;
}
.tb-left{
  font-size: 14px;
  color: #666666;
  float:left;
  font-weight: lighter;
}
.tb-rig {
  float: right;
}
.tb-rig>a{
  float:left;
  font-size: 14px;
  color: #fff;
  line-height: 53px;
  display:block;
  height: 53px;
}
.tb-rig>a span{
  color: #666666;
  font-weight: lighter;
  font-size: 14px;
  padding-left:36px;
  line-height: 53px;
  height: 53px;
  display: block;
}
.tb-rig>a:first-of-type span { background: url("../images/tbicon01.png") no-repeat left center;}
.tb-rig>a:nth-of-type(2){
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 35px;
  margin-left:35px;
  margin-right:35px;
}
.tb-rig>a:nth-of-type(2) span { background: url("../images/tbicon02.png") no-repeat left center;}
.tb-rig>a:nth-of-type(3) span { background: url("../images/tbicon03.png") no-repeat left center;}
.tb-rig>a:nth-of-type(3) span b{
  font-size: 18px;
  font-weight: bold;
  color: #004ea1;
}
.codehover{
  position: relative;
}
.codeshow{
  background: #fff;
  position: absolute;
  width:150px;
  top:100%;
  left:50%;
  transform: translateX(-50%);
  z-index: 100;
  display:none;
}
.codeshow:before{
  display: block;
  content: '';
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:13px solid #fff;
  position: absolute;
  top:-13px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.codeshow img{
  width:100%;
}


.tb_rig_tel{
  font-size: 14px;
  color: #989898;
  float:left;
}
.tb_rig_tel span{
  font-size: 16px;
  color: #003f98;
  font-weight: bold;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border:1px solid #fff;
  background:transparent;
  opacity:1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#2056a3;
  border:1px solid #2056a3;
}
.head{
  border-top:1px solid #e5e5e5;
  height: 125px;
}
.logo{
  float: left;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 37%;
  height: 100%;
}
.logo img{
  max-height:70px;
}
.logo>div{
  height: 100%;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  padding:37px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo>div>h1{
  font-size: 18px;
  color: #333333;
  letter-spacing: 7.2px;
}
.logo>div>small{
  font-size: 16px;
  color: #004ea1;
}
.nav-bar{
  width: 60%;
  height: 100%;
  float:right;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar li{
  width: 14%;
  position:relative;
  height: 100%;
}
.nav-bar li a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #333333;
  line-height: 125px;
  font-weight: lighter;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li:hover>a,.nav-bar li.active>a {
  color: #004ea1;
  font-weight: bold;
}
.nav-bar li:nth-of-type(2)>a,.nav-bar li:nth-of-type(3)>a{
  padding-right:23px;
  background:url("../images/navjt.png") no-repeat 105px center;
}
.nav-bar li:nth-of-type(2):hover>a,.nav-bar li:nth-of-type(3):hover>a{
  background:url("../images/navjts.png") no-repeat 105px center;
}
.nav-bar li>div{
  position:absolute;
  left:0;
  width:100%;
  top:102%;
  opacity: 0;
  background:#fff;
  border-top: 4px solid #004ea1;
  z-index: -1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li:hover>div{
  z-index: 10;
  top:100%;
  opacity: 1;
}
.nav-bar li>div a{
  line-height: 48px;
  font-size: 16px;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li>div a:hover{
  background:#e5edf5;
  color: #00529d;
  font-weight: normal;

}


.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}


.title{
  padding-top: 4vw;
  padding-bottom: 2vw;
}
.title h3{
  font-size: 40px;
  color: #2b2b2b;
  text-align: center;
  background:url("../images/titbg.png") no-repeat center;
}
.title>small{
  display:block;
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
  text-transform: uppercase;
}



/*company*/
.company{
  position: relative;
  padding-bottom:4vw;
}
.compic{
  width: 100%;
  height: 30vw;
}
.compic>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combg{
  width: 87%;
  position: relative;
  margin:0 auto;
  background:#fff;
  box-shadow: 0 0 10px #ddd;
  margin-top: -50px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3%;
}
.com_left{
  float:left;
  width: 78%;
}
.com_top{
  margin-bottom: 1vw;
  display:flex;
  justify-content: space-between;
}
.com_left>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  font-weight: lighter;
  color: #666666;
  line-height: 32px;
}
.com_top>h1{
  font-size: 30px;
  color: #004ea1;
}
.com_top>h1 span{
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
.com_top a{
  line-height: 45px;
  color: #004ea1;
  font-size: 17px;
  font-weight: lighter;
  padding-left:34px;
  background:url("../images/comicon.png") no-repeat left center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.com_top a:hover{
  text-decoration: underline;
}
.com_left ul{
  margin-top: 2vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_left ul i{
  display:block;
  width:1px;
  height: 70px;
  background:#dcdcdc;
}
.com_left ul li{
  text-align: center;
}
.com_left ul li h2{
  font-size: 48px;
  color: #171717;
  font-weight: bold;
  font-family: Impact;
}
.com_left ul li h2 sub{
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  background:#00529d;
  width: 24px;
  border-radius: 50%;
  height: 24px;
  display: inline-block;
  vertical-align: baseline;
}
.com_left ul li small{
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}

.com_right{
  width: 18%;
  float:right;
  height: 16vw;
}
.swiper-comhor{
  width: 100%;
  height: 100%;
}
.swiper-comhor .swiper-slide b{
  width:100%;
  height:100%;
  display:block;
}
.swiper-comhor .swiper-slide b img{
  height: 100%;
  object-fit: contain;
  width: 100%;
}



/*indexpro*/
.tit2 h3{
  background:url("../images/titbg2.png") no-repeat center;
  color: #fff;
}
.tit2 small{
  color: #fff;
}
.indexproduct{
  padding-bottom: 4vw;
  background:#f2f4f6 url("../images/probg.jpg") no-repeat center top;
}

.mypro_top>a{
  height: 117px;
  background: #2056a3;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  float:right;
  width:73px;
  padding:33px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img_jz{
  display:block;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mypro_cont{
  position: relative;
}
.swiper-pro .swiper-slide{
  padding:10px;
  padding-top:0;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-pro .swiper-slide .probox{
  display:block;
  background:#fff;
  box-shadow: 0 5px 10px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  transition: 350ms 0s all ease;
}
.swiper-pro .swiper-slide .probox:hover,.swiper-pro .swiper-slide.swiper-slide-active .probox{
  box-shadow: 0 5px 10px #03549e;
  background:#03549e; /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(90deg, #03549e, #fff);
  background:-webkit-linear-gradient(90deg,#03549e,#fff);
  background:-o-linear-gradient(90deg, #03549e, #fff);
}
.swiper-pro .swiper-slide .probox>div{
  position:relative;
  overflow:hidden;
  height: 22vw;
}
.probox img{
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:brightness(1);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.probox:hover img,.swiper-pro .swiper-slide.swiper-slide-active .probox img{
  filter:brightness(0.5);
}

.pro_text{
  width: 85%;
  position:absolute;
  top:68%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-pro .swiper-slide:hover .pro_text,.swiper-pro .swiper-slide.swiper-slide-active .pro_text{
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.pro_text>p{
  font-size: 36px;
  color: #fff;
  margin-bottom: 0.5vw;
  font-weight: bold;
  -webkit-text-stroke: 2px #00529d;
}
.pro_text>span{
  font-size: 15px;
  color: #ffffff;
  padding: 7px 9px;
  text-align: center;
  border-radius: 0 16px 0 16px;
  background:#00529d; /* 一些不支持背景渐变的浏览器 */
  background:-moz-linear-gradient(0deg, #00529d, #002b50);
  background:-webkit-linear-gradient(0deg,#00529d,#002b50);
  background:-o-linear-gradient(0deg, #00529d, #002b50);
}

.pro_text>small{
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.swiper-pro .swiper-slide:hover .pro_text>small,.swiper-pro .swiper-slide.swiper-slide-active .pro_text>small{
  opacity: 1;
}
.pro_btn{
  display:flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  overflow:hidden;
}
.swiper-pro .swiper-slide:hover .pro_btn,.swiper-pro .swiper-slide.swiper-slide-active .pro_btn{
  opacity: 1;
}

.pro_btn>a:first-of-type{
  width: 176px;
  line-height: 48px;
  border-radius: 24px;
  background: #ff4e02 url("../images/proicon01.png") no-repeat 38px center;
  display:block;
  padding-left:69px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_btn>a:first-of-type:hover{
  background-color:#00529d;
}
.pro_btn>a:nth-of-type(2){
  background:#fff;
  border-radius: 50%;
  text-align: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display:block;
  font-size: 37px;
  color: #00529d;
  font-weight: bold;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.pro_btn>a:nth-of-type(2):hover{
  color: #fff;
  background:#00529d;
}

/*adv*/
.adv ul{
  width:100%;
  height: 25vw;
}
.adv ul li{
  width: 13%;
  height: 100%;
  float:left;
  position: relative;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.adv ul li:hover{
    cursor: pointer;
}
.adv ul li.mousein{
  width: 61%;
}
.adv ul li>img{
  position:absolute;
  width:100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  filter: brightness(0.5);
}
.adv ul li.mousein>img{
  filter: brightness(1);
}

.adv01{
  position:absolute;
  text-align: center;
}
.adv ul li.mousein .adv01{
  display:none;
}
.adv01>small{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.adv01>h3{
  font-size: 30px;
  color: #fff;
  font-family: Impact;
}
.adv01>h2{
  font-size: 30px;
  color: #fff;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  position:relative;
}
.adv01>h2:after{
  display:block;
  content: '';
  width:18px;
  height: 3px;
  background:#004ea1;
  position:absolute;
  bottom:0;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.adv01>i{
  margin:0 auto;
  width: 40px;
  height: 40px;
  display:block;
  background:url("../images/advjt.png") no-repeat center;
  background-size:100%;
}

.adv02{
  width: 65%;
  background: rgba(0, 78, 161, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5%;
  position:relative;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv ul li.mousein .adv02{
  opacity: 1;


  -webkit-transition: 300ms 350ms all ease;
  -moz-transition: 300ms 350ms all ease;
  -ms-transition: 300ms 350ms all ease;
  -o-transition: 300ms 350ms all ease;
  transition: 300ms 350ms all ease;
}
.adv02>p{
  font-size: 18px;
  color: #fff;
}
.adv02>h3{
  font-size: 36px;
  line-height: 78px;
  color: #fff;
  background:url("../images/advjt.png") no-repeat right center;
}
.adv02>small{
  display:block;
  padding-top:20px;
  background:url("../images/advline.png") no-repeat left top;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
}




/*case*/
.case_cont{
  height: 34vw;
  overflow:hidden;
  position:relative;
}
.swiper-case{
  width: 1200px;
  height: 100%;
  overflow:visible;
}
.swiper-case .swiper-slide{
  width:100%;
  height: 100%;
}
.swiper-case .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiper-case .swiper-slide a>img{
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-case .swiper-slide a>i{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0, 78, 161, 0.8);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-case .swiper-slide.swiper-slide-active a>i{
  background:none;
}
.swiper-case .swiper-slide a>div{
  position:absolute;
  left:50%;
  bottom:1vw;
  width: 90%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100px;
  display:flex;
  align-items: center;
}
.casetext{
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-case .swiper-slide.swiper-slide-active .casetext{
  opacity: 1;
}
.casetext>b{
  float:left;
  width: 25%;
  height: 100%;
  display:block;
  background:#004ea1;
}
.casetext>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.casetext>div{
  float:left;
  margin-left:2.5%;
  background:url("../images/casejt.png") no-repeat right center;
  padding-right:35px;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.casetext>div p{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.casetext>div small{
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  display:block;
}
.swiper-case .swiper-button-next:after,.swiper-case .swiper-button-prev:after{
  color: #fff;
  font-size: 20px;
}
.swiper-case .swiper-button-next,.swiper-case .swiper-button-prev{
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-case .swiper-button-next{
  right:-12%;
  background-image:url("../images/caseicon_right.png");
  background-repeat: no-repeat;
  background-position:center;
  background-size:initial;
}
.swiper-case .swiper-button-prev{
  left:-12%;
  background-image:url("../images/caseicon_left.png");
  background-repeat: no-repeat;
  background-position:center;
  background-size:initial;
}
.swiper-case .swiper-button-next:hover,.swiper-case .swiper-button-prev:hover{
  background-color:#ff4e02;
}

/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../images/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 18px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#004ea1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 30px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}



/*news*/
.newsbg{
  padding-bottom: 4vw;
}

.newstit{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.newstit h3{
  font-size: 40px;
  color: #2b2b2b;
}
.newstit small{
  font-size: 18px;
  color: #2b2b2b;
}
.newstit a{
  width: 176px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#004ea1 url("../images/newsmore.png") no-repeat 35px center;
  border-radius: 26px;
  color: #fff;
  font-size: 17px;
  font-weight: lighter;
  padding-left:70px;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newstit a:hover{
  background:#ff4e02 url("../images/newsmore.png") no-repeat 35px center;
}

.news_style{
  display:block;
  width: 100%;
}
.news_style>b{
  position:relative;
  width:100%;
  height: 21vw;
}
.news_style>b>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_text{
  padding:0 25px;
  padding-bottom: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f5f5f5;
  width:100%;
}
.news_top>span{
  display:block;
  width: 90px;
  background:#004ea1 url("../images/date.png") no-repeat center 20px;
  text-align: center;
  margin-top:-50px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 13px;
  margin-right: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_style:hover .news_top>span{
  background:#ff4e02 url("../images/date.png") no-repeat center 20px;
}
.news_top{
  display:flex;
}
.news_top>p{
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  font-size: 19px;
  color: #666666;
  font-weight: lighter;
  margin-top: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_style:hover .news_top>p{
  color: #ff4e02;
}
.news_text>small{
  display:block;
  margin-top: 1vw;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: lighter;
}


/*case*/
.casebg{
  padding-bottom: 3vw;
}
.case ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.case ul li{
  width: 432px;
  background:#f5f5f5;
}
.case ul li b{
  width: 100%;
  height: 13vw;
  display:block;
}
.case ul li b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case ul li a>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:24px 46px;
}
.case ul li a>div>p{
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-bottom: 8px;
}
.case ul li:hover a>div>p{
  color: #004ea1;
}
.case ul li a>div>small{
  font-size: 14px;
  color: #323232;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
  padding:2vw 0;
  overflow:hidden;
}
.fot_top{
  background:#fff;
  padding:0 3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
}
.fot_tit{
  padding-top: 3vw;
  margin-bottom: 2vw;
}
.fot_tit>h3{
  font-size: 36px;
  color: #282828;
}
.fot_tit>small{
  font-size: 18px;
  color: #666666;
  display:block;
}

.fot_left{
  width: 48%;
}
.fot_right{
  width:50%;
  border-left:2px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:2%;
  padding-bottom: 3vw;
}
#formData{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData>input,#formData textarea{
  width: 49%;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  background:#f2f4f6;
  margin-bottom: 12px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #a8a8a8;
  font-weight: lighter;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 14px;
  color: #a8a8a8;
}
#formData textarea{
  height: 97px;
  width: 100%;
}
#formData .code{
  width: 49%;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  padding-left: 0;
  display:flex;
  border-radius: 6px;
  overflow:hidden;
}
#formData .code input{
  font-size: 14px;
  color: #a8a8a8;
  padding: 0 15px;
  background:#f2f4f6;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  width: 65%;
}
#formData .code .verify{
  width: 35%;
  height: 45px;
  background:#f3fbfe;
}
#formData .code .verify img{
  width: 100%;
  height: 100%;
}
#formData .submit{
  display: block;
  width: 49%;
  height: 45px;
  line-height: 45px;
  background: #004ea1;
  color: #fff;
  font-weight: lighter;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background: #ff4e02;
}

.fot_right ul li{
  line-height: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:50px;
  font-size: 18px;
  color: #333333;
  font-weight: lighter;
  border-bottom: 1px solid #e5e5e5;
}
.fot_right ul li span{
  font-size: 20px;
  font-weight: normal;
}
.fot_right ul li:first-of-type{background:url("../images/telicon.png") no-repeat left center;}
.fot_right ul li:nth-of-type(2){background:url("../images/faxicon.png") no-repeat left center;}
.fot_right ul li:nth-of-type(3){background:url("../images/phoneicon.png") no-repeat left center;}
.fot_right ul li:nth-of-type(4){
  border-bottom: none;
  background:url("../images/addicon.png") no-repeat left center;}




.fot_bot{
  margin-top: 1.5vw;
}
.fot_bot>img{
  float:left;
}
.fot_bot>div{
  float:right;
  width: 46%;
}
.fot_bot>div>ul{
  margin-bottom: 1.5vw;
  display:flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.fot_bot>div>ul li a{
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bot>div>ul li a:hover,.fot_bot>div>p a:hover{
  text-decoration: underline;
}
.fot_bot>div>ul i{
  display:block;
  width:2px;
  height: 12px;
  background:#fff;
}
.fot_bot>div>p{
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-weight: lighter;
}
.fot_bot>div>p a{
  display:inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}


/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #004ea1;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.promise{
  width:100%;
}
.promise>img{
  max-width: 100%;
  margin:0 auto;
}



.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}