@font-face {
  font-family: barlow;
  src:url("../fonts/barlow.ttf");
}
@font-face {
 font-family: douyu;
 src:url("../fonts/douyu.ttf");
}
body{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 90px!important;
}
.head{
  background: #fff;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:2%;
  height: 90px;
  display:flex;
  align-items: center;
  z-index: 1000;
}

.logo{
  display:flex;
  align-items: center;
}
.logo>div{
  margin-left: 16px;
  padding-left: 16px;
  position:relative;
}
.logo>div:before{
  display:block;
  content: '';
  width: 1px;
  height: 37px;
  background:#e6e6e7;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo>div h5{
  font-size: 2rem;
  color: #333333;
}
.logo>div small{
  font-size: 1.4rem;
  font-weight: lighter;
  color: rgba(51, 51, 51, 0.6);
}
.nav-bar{
  margin-left: auto;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
}
.nav-bar li a{
  display:block;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #333333;
  line-height: 90px;
  -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;
  position:relative;
}
.nav-bar li a:before{
  position:absolute;
  content:'';
  display:block;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background:url("../images/navbg.png") no-repeat center;
  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;
}
.nav-bar li a:hover:before,.nav-bar li.active a:before{
  opacity: 1;
}
.nav-bar li a:hover,.nav-bar li.active a{
  color: #024b6d;
  font-weight: normal;
}
.tel{
  border-left: 1px solid #e5e5e5;
  padding-left:88px;
  margin-left: 2%;
  margin-right: 2%;
  background:url("../images/tel.png") no-repeat 30px center;
}
.tel>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #333333;
}
.tel>h3{
  font-family: barlow;
  font-size: 2.2rem;
  color: #ca1323;
  line-height: 2rem;
}
.menu,.close{
  margin-right: 0;
  background:#024b6d;
  width: 90px;
  height: 90px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu>div,.close>div{
  width: 28px;
  -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;
}
.menu>div i,.close>div>i{
  background:#fff;
  display:block;
  height: 2px;
  width:100%;
  margin-top:10px;
  -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: 1;
  position: relative;
}
.close{
  position:absolute;
  right:0;
  top:0;
}
.menu>div i:first-of-type{
  margin-top: 0;
}
.menuchange{
  position:fixed;
  right:0;
  top:0;
  z-index: 10000;
}
.menuchange>div i{
  opacity: 0;
}
.menuchange>div,.close>div{
  width: 40px;
}
.close .i1{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.close .i3{
  top: -12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: initial;
  left: initial;
  right: 2%;
  top: calc(50% - 39px);
  width: 12px;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #fff;
  background:transparent;
  opacity:0.5;
  margin:4px 0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#fff;
  border:2px solid #fff;
  opacity:1;
}


.banner{
  width: 100%;
  position:relative;
}
.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;
}

/*hot*/
.hot{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2%;
  position:absolute;
  bottom:5%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background: rgba(2, 75, 109, 0.8);
  z-index: 99;
}
.hot_left>span{
  float:left;
  font-size: 1.4rem;
  line-height: 90px;
  color: #fff;
  padding-left: 35px;
  margin-right: 15px;
  background:url("../images/hot.png") no-repeat left center;
}
.hot_left a{
  float:left;
  font-size: 14px;
  color: #fff;
  line-height: 90px;
  position:relative;
  padding-right:20px;
  margin-right: 20px;
}

.hot_left a:last-of-type{
  margin-right: 0;
}
.hot_left a:last-of-type:before{
  display:none;
}
.hot_left a:before{
  display:block;
  content: '';
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height: 10px;
  background:#fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hot_left a:hover{
  text-decoration: underline;
}
.searchshow{
  position: relative;
  width: 36%;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:26px;
  line-height: 47px;
  background: #fff;
  color: #666666;
  font-size: 1.4rem;
  font-weight: normal;
  width: 72%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]::placeholder{
  color: #666666;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  width: 27%;
  line-height: 47px;
  cursor: pointer;
  float:right;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:5%;
  background: #ca1323 url("../images/search.png") no-repeat 31% 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;
}
.searchshow form input[type=submit]:hover{
  background: #a20614 url("../images/search.png") no-repeat 31% center;
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  position: absolute;
  margin:auto;
  top:0;
  height: 100%;
  left:0;
  right:0;
}

.title{
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 3vw;
  position:relative;
}
.title h5{
  position:absolute;
  left:50%;
  top:4vw;
  color: #f5f5f5;
  font-family: Impact;
  font-size: 6.4rem;
  text-transform: uppercase;
  font-weight: normal;
  transform: translateX(-50%);
}
.title>small{
  font-size: 2.4rem;
  line-height: 2rem;
  color: #000000;
  position:relative;
  text-transform: uppercase;
}
.title h3{
  position:relative;
  font-weight: bold;
  font-size: 4.4rem;
  color: #333333;
  padding-bottom: 10px;
  background: url("../images/titbg.png") no-repeat center bottom;
}
.title h3 span{
  color: #024b6d;
}
.tit_white h5{
  color: rgba(255, 255, 255, 0.06);
}
.tit_white>small,.tit_white>h3{
  color: #fff;
}
.tit_white>h3{
  background: url("../images/titbgs.jpg") no-repeat center bottom;
}
/*pingzhi*/
.pingzhi{
  padding-bottom: 4vw;
}
.pingzhi ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.pingzhi ul i{
  display:block;
  width:1px;
  height: 220px;
  background:#eef0f2;
}
.pingzhi ul li>img{
  -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;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.pingzhi ul li:hover>img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pingzhi ul li p{
  font-size: 2.4rem;
  color: #333333;
  margin-top: 1vw;
}
.pingzhi ul li>b{
  display:block;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 28px;
  height: 2px;
  background:#ca1323;
}
.pingzhi ul li>small{
  display:block;
  width: 270px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #596067;
  font-weight: lighter;
}


/*indexpro*/
.indexproduct{
  padding-bottom: 4vw;
  background:#f4f6f8 url("../images/indexflbg.jpg") no-repeat center top;
}
.mypro_top{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  padding-bottom: 0.5vw;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 10px #ddd;
}
.mypro_top a{
  display:block;
  border:1px solid #e5e5e5;
  width:23.5%;
  height: 18.5vw;
  position:relative;
  overflow:hidden;
  margin-bottom:1.5vw;
  background:#fff;
  -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;
}
.mypro_top a:hover{
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}
.mypro_top a>div{
  position:relative;
  padding-top: 0;
  margin-top: 0px;
  -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;
  height: 0;
  overflow:hidden;
}
.mypro_top a:hover>div{
  height: initial;
  padding-top: 1.5vw;
  margin-top: 10px;
}

.mypro_top a>div>h2{
  color: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 4rem;
  font-family: Impact;
  position:absolute;
  left:0;
  top:0;
  width:100%;
}
.mypro_top a>div>h4{
  font-size: 2.2rem;
  color: #fff0ea;
  text-align: center;
}
.mypro_top a>b{
  width:100%;
  height: 85%;
}
.mypro_top a>b>img{
  object-fit: scale-down;
}
.mypro_top a>p{
  text-align: center;
  width:100%;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2.2rem;
  color: #333333;
}
.mypro_top a>span{
  display:block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  font-size: 3.5rem;
  color: #ca1323;
  position:absolute;
  top:55%;
  left:50%;
  background:#fff;
  -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;
  opacity: 0;
}
.mypro_top a:hover>span{
  top:50%;
  opacity: 1;
}


.myprofl{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5vw;
}
.myprofl a{
  display:block;
  width: 10%;
  line-height: 43px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  text-align: center;
  border:1px solid #666666;
  -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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.myprofl a:hover,.myprofl a.mousein{
  color: #fff;
  border:1px solid #c81322;
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}


.profl_list{
  width: 945px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:17.5px 25px;
  border-top: 1px solid #194894;
  border-bottom: 1px solid #194894;
}
.profl_list>a{
  float:left;
  width: 112px;
  height: 40px;
  line-height: 40px;
  margin-right:35px;
  font-size: 14px;
  color: #333333;
  -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;
  position: relative;
}
.profl_list>a:before{
  display:block;
  content: '';
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width:1px;
  height: 10px;
  background: #b5b3b3;
}
.profl_list>a:nth-of-type(2),.profl_list>a:nth-of-type(8){
  width: 170px;
}
.profl_list>a:nth-of-type(6n){
  margin-right: 0;
  width: 87px;
}
.profl_list>a:nth-of-type(6n):before{
  display:none;
}

.profl_list>a:hover{
  color: #2056a3;
  font-weight: bold;
}


.img_jz{
  display:block;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mypro_cont{
  position: relative;
}
.swiper-pro .swiper-slide{
  background:#fff;
  position:relative;
  overflow:hidden;
}
.prostyle:before{
  background:#024b6d;
  position:absolute;
  display:block;
  content:'';
  left:0;
  top:0;
  width: 100%;
  height:65%;
  -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;
}
.prostyle:hover:before,.swiper-pro .mouseenter:before{
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}
.prostyle>div{
  position:relative;
  width:100%;
  padding:2.2vw;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.protext{
  position:relative;
  padding-top: 1vw;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.protext>h3{
  position:absolute;
  left:0;
  width:100%;
  top:0;
  font-size: 4rem;
  line-height: 3rem;
  font-family: Impact;
  color: rgba(255, 255, 255, 0.06);
  -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;
}
.prostyle:hover .protext>h3,.swiper-pro .mouseenter .protext>h3{
  opacity: 1;
}
.protext>p{
  font-size: 2.5rem;
  color: #fff;
}
.prostyle ul{
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 100%;
  flex-wrap: wrap;
  display:flex;
  justify-content: space-between;
}
.prostyle ul li{
  margin-bottom: 0.6vw;
  color: #fff;
  font-size: 1.5rem;
  font-weight: lighter;
  position:relative;
  padding-left:12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prostyle ul li:before{
  display:block;
  content:'';
  width:4px;
  height: 4px;
  background:#fff;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prostyle b{
  width:100%;
  height: 14.5vw;
  position:relative;
  overflow:hidden;
}
.prostyle b>img{
  object-fit: cover;
}
.prostyle b>i{
  display:block;
  width:100%;
  height: 100%;
  position:relative;
  background: rgba(0, 0, 0, 0.6);
  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;
}
.prostyle b>i:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  border:1px solid rgba(255, 255, 255, 0.59);
  -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;
}
.swiper-pro .mouseenter b>i{
  opacity: 1;
}
.swiper-pro .mouseenter b>i:before{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.prostyle b>i img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.prolink{
  margin-top: 2vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.prolink a{
  display:block;
  width: 48%;
  font-size: 1.4rem;
  color: #444444;
  font-weight: lighter;
  line-height: 3.8rem;
  text-align: center;
  background:#ececec;
  border-radius: 19px;
  border:1px solid #ececec;
  -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;
}
.prolink a:first-of-type{
  background:#024b6d;
  border:1px solid #024b6d;
  color: #fff;
}
.prolink a:first-of-type{
  background:#ca1323;
  border:1px solid #ca1323;
}
.prolink a:hover{
  background:none;
  color: #ca1323;
  border:1px solid #ca1323;
}

.mypro_cont>.swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background:#aaacad url("../images/projt_rs.png") no-repeat center;
}
.mypro_cont>.swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background:#aaacad url("../images/projt_ls.png") no-repeat center;
}
.mypro_cont>.swiper-button-next{
  left:102%;
  right:initial;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:#ca1323 url("../images/projt_rs.png") no-repeat center;
}
.mypro_cont>.swiper-button-prev{
  left:initial;
  right:102%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:#ca1323 url("../images/projt_ls.png") no-repeat center;
}


/*server*/
.server{
  padding-bottom:4vw;
}
.server ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.server ul>img:last-of-type{display:none;}
.server ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 0;
  width:11.5%;
  background:#f5f5f5;
  -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;
  text-align: center;
}
.server ul li.mouseenter{
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}
.server ul li>b{
  display:block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border:1px solid #dcdcdc;
  margin:0 auto;
  -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;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.server ul li.mouseenter>b{
  background:#fff;
  border:1px solid #fff;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.server ul li>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.server ul li>p{
  font-size: 1.8rem;
  color: #333333;
  margin-top: 1vw;
   -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;
}
.server ul li>small{
  font-size: 1.2rem;
  color: #cfcfcf;
  font-weight: lighter;
  text-transform: uppercase;
  display:block;
  margin-bottom: 1vw;
   -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;
}
.server ul li>h4{
  color: #d1d1d1;
  font-size: 4rem;
  font-family: Impact;
   -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;
}
.server ul li.mouseenter>p,.server ul li.mouseenter>small,.server ul li.mouseenter>h4{
  color: #fff;
}

/*banner2*/
.banner2{
  background:url("../images/banner2bg.jpg") no-repeat center;
}
.ban2_left{
  float:left;
  display:flex;
  align-items: center;
  height: 200px;
  overflow:hidden;
  width: 66%;
}
.ban2_left>img{
  margin-right: 5px;
}
.ban2_left>div>h3{
  font-size: 3.4rem;
  color: #fff;
  line-height: 4.4rem;
}
.ban2_left>div>small{
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.ban2_left>div>p{
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
}

.ban2_right{
  width: 30%;
  float:right;
  margin-top:21px;
  height: 200px;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.ban2_right>div{
  text-align: right;
  padding-right:80px;
  background:url("../images/ban2tel.png") no-repeat right center;
}
.ban2_right>div>small{
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
}
.ban2_right>div>h4{
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: Impact;
}

/*adv*/
.adv{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.adv ul li{
  display:flex;
  align-items: center;
  margin:22px 0;
}
.adv ul:first-of-type li{
  justify-content: flex-end;
  text-align: right;
}
.adv ul li>span{
  display:block;
  text-align: center;
  background:url("../images/advicon.png") no-repeat center;
  width: 48px;
  height: 62px;
  color: #fff;
  font-size: 3rem;
  font-family: Impact;
  margin:0 25px;
}
.adv ul li>div>h4{
  font-size: 3rem;
  color: #333333;
}
.adv ul li>div>small{
  font-size: 1.8rem;
}
.adv_text{
  margin-top:1.5vw;
  text-align: center;
  padding-bottom: 4vw;
}
.adv_text>small{
  font-size: 1.8rem;
  color: #222222;
}
.adv_text>h4{
  font-size: 2.4rem;
  color: #222222;
  margin-top: 0.2vw;
  margin-bottom: 1vw;
}
.adv_text>h4 span{
  color: #bc1c1c;
}
.banicon{
  overflow:hidden;
  display:inline-block;margin:0 auto;
  background:#024b6d;
  border-radius: 21px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  font-size: 2.2rem;
  font-family: Impact;
}
.banicon>span{
  vertical-align: middle;
  line-height: 42px;
  color: #fff;
  font-family: "Microsoft Yahei";
  border-radius: 21px;
  margin-left:10px;
  font-weight: lighter;
  font-size: 1.5rem;
  width: 144px;
  display:inline-block;
  padding-left: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  background:#ca1323 url("../images/advtelicon.png") no-repeat 35px center;
}

/*whychose*/
.whychose{
  background:url("../images/chosebg.jpg") repeat center;
  padding-bottom: 4vw;
}

.swiper-chose{
  width: 100%;
  height: 35.6vw;
  position:relative;
}
.swiper-chose a{
  display:block;
  width:100%;
  height: 100%;
  position:relative;
}
.swiper-chose a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-chose .case_text{
  position:absolute;
  bottom:0;
  left:6.5%;
  background: rgba(202, 19, 35, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  width: 483px;
}
.case_text>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  margin-bottom:23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.case_text>div h5{
  font-size: 3rem;
  color: #fff;
}
.case_text>div span{
  font-weight: bold;
  font-family: Impact;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.2;
}

.case_text>small{
  display:block;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #fff;
  line-height: 3rem;
  margin-bottom: 2vw;
}
.case_text>b{
  display:block;
  border-radius: 50%;
  border:1px solid #fff;
  width: 46px;
  height: 46px;
  background:url("../images/caseicon.png") no-repeat 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;
}

.swiper-chose a:hover .case_text>b{
  border:1px solid #024b6d;
  background:#024b6d url("../images/caseicon.png") no-repeat center;
}
.swiper-chose .swiper-button-prev{
  left:-50px;
  width: 100px;
  height: 60px;
  background:#ca1323 url("../images/chosejt_l.png") no-repeat center;
}
.swiper-chose .swiper-button-next{
  right:-50px;
  width: 100px;
  height: 60px;
  background:#ca1323 url("../images/chosejt_r.png") no-repeat center;
}
.swiper-chose .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background:#333333 url("../images/chosejt_l.png") no-repeat center;
}
.swiper-chose .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background:#333333 url("../images/chosejt_r.png") no-repeat center;
}

/*banner3*/
.banner3{
  background:url("../images/banner3bg.jpg") no-repeat center top;
  padding-bottom: 12px;
}
.banner3 .warpper{
  height: 260px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.ban3_left>h3{
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 1vw;
  width: 504px;
  color: #fff;
}
.ban3_left>.banicon{background:#fff;color: #ca1323;}
.ban3_right{
  width: 53%;
}
.ban3_right>small{
  display:block;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 8px;
  font-weight: lighter;
}
#indeform{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#indeform>div{
  width: 75%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#indeform>div>input,#indeform>div textarea,#indeform .code{
  width: 49%;
  margin:1px 0;
  background:#fff;
  height: 50px;
  line-height: 50px;
  border-radius:5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
}
#indeform input::placeholder{
 font-size: 1.4rem;
 color: #666666;
 font-weight: lighter;
}
#indeform>div textarea{
  margin-bottom: 0;
}
#indeform .code{
 position:relative;
  padding-left: 0;
  margin-bottom: 0;
  overflow:hidden;
}
#indeform .code input{
  float:left;
 width:65%;
 height: 50px;
 line-height: 50px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-left:28px;
}
#indeform .code .verify{
  float:left;
  width: 35%;
  height: 50px;
}
#indeform .code .verify img{
  height: 100%;
}


#indeform>a{
  width: 24%;
  display:block;
  height: 112px;
  line-height: 112px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 10px;
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}



/*case*/
.case{
 position: relative;
  padding-bottom: 6vw;
}
.case_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}

.case_top a{
width: 14%;
line-height:64px;
display:flex;
justify-content: center;
align-items: center;
background:#eeeeee;
  -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;
}
.case_top a img{
  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;
}
.case_top a:hover img,.case_top a.mousein img{
  filter: brightness(100);
}
.case_top a:hover,.case_top a.mousein{
  background:#c81322;
  background: -moz-linear-gradient(90deg, #c81322, #9b0311);
  background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
  background: -o-linear-gradient(90deg, #c81322, #9b0311);
}

 .case_top a:hover span,.case_top a.mousein span{
   color: #fff;
 }
.case_top a span{
 font-size: 2rem;
 color: #333333;
  -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{
  width:100%;
  height: 26vw;
  position:relative;
}
.swiper-case .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiper-case .swiper-slide a img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.swiper-case .swiper-slide a p{
   position:absolute;
   left:0;
   bottom:0;
  font-size: 1.8rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:inline-block;
  padding:25px 40px;
  background:#024b6d;
  -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 a:hover p{
   background:#ca1323;
 }
.swiper-case .casebtn{
  position:absolute;
  top:103%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  justify-content: center;
  align-items: center;
}
.casebtn .swiper-button-next,.casebtn .swiper-button-prev{
  position:relative;
  top:initial;
  margin-top: 0;
  left:initial;
  right:initial;
  width: 48px;
  height: 48px;
}
#main{
  overflow:hidden;
}
 .swiper-case .casebtn a{
   margin:0 10px;
   width: 48px;
   height: 48px;
   display:block;
   background:#999999 url("../images/casebtn.png") no-repeat 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;
 }
 .swiper-case .casebtn a:hover{
   background:#ca1323 url("../images/casebtn.png") no-repeat center;
 }
 .swiper-case .casebtn .swiper-button-next{
   border-radius:0 32px 32px 0;
   background:#ca1323 url("../images/btn_r.png") no-repeat center;
 }
 .swiper-case .casebtn .swiper-button-prev{
   border-radius: 32px 0 0 32px;
   background:#ca1323 url("../images/btn_l.png") no-repeat center;
 }
 .swiper-case .casebtn .swiper-button-next.swiper-button-disabled{
   background:#999999 url("../images/btn_r.png") no-repeat center;
   opacity: 1;
 }
 .swiper-case .casebtn .swiper-button-prev.swiper-button-disabled{
   opacity: 1;
   background:#999999 url("../images/btn_l.png") no-repeat center;
 }


 /*company*/
.company{
  background:url("../images/combg.jpg") no-repeat center top;
  position: relative;
  padding-bottom:3vw;
}
.company .title h5{
  color:rgba(0, 0, 0, 0.06);
}
.company>p{
  width:100%;
  text-align: center;
  font-size: 5.5vw;
  color: rgba(240, 240, 240, 0.77);
  text-transform: uppercase;
  position: absolute;
  left:0;
  top:0;
}
.company>.warpper .com_top{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px;
  box-shadow:0 -3px 6px #ddd;
}
.company>.warpper .com_bom{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 30px;
}
#comvideo{
  width:100%!important;
}
.company .com_top>small.com_text{
  display:block;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.com_tit{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.com_tit a{
  width: 405px;
  height: 80px;
  border-radius: 40px 0 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #393935;
  background:#eeeeee;
  -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_tit a:nth-of-type(2){
  border-radius: 0 0 40px 0;
}
.com_tit a.mouseenter{
  color: #fff;
 background:#c81322;
 background: -moz-linear-gradient(90deg, #c81322, #9b0311);
 background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
 background: -o-linear-gradient(90deg, #c81322, #9b0311);
}
.com_tit a>img{
 -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_tit a.mouseenter>img{
  filter: brightness(100);
}
.com_tit a>div{
 margin-left: 5px;
}
.com_tit a>div p{
 font-size: 2.2rem;
  line-height: 2rem;
  -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_tit a>div small{
 font-size: 1.2rem;
  -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_tit a.mouseenter>div p,.com_tit a.mouseenter>div small{
   color: #fff;
 }
 .com_pic ul{
   display:none;
   width: 100%;
   display:flex;
   justify-content: space-between;
   align-items: center;
 }
 .com_pic ul li{
   width: 24%;
 }
 .com_pic ul li b{
   display:block;
   height: 11vw;
   width: 100%;
 }
 .com_pic ul li b img{
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .com_pic ul li p{
   text-align: center;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow:hidden;
   line-height: 59px;
   color: #666666;
   font-size: 1.8rem;
   border-bottom: 1px solid #eeeeee;
   -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_pic ul li:hover p{
   color: #fff;
   background:#c81322;
   background: -moz-linear-gradient(90deg, #c81322, #9b0311);
   background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
   background: -o-linear-gradient(90deg, #c81322, #9b0311);
 }






/*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: calc(100% - 280px);
}
.pro_left_tit{
  background:#024b6d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}
.pro_rig_top{
  float:left;
  width:260px;
  padding-bottom: 20px;
}

.pro_rig_top>a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  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;
}
.pro_rig_top>a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top>a:hover{
  background: #113870;
  color: #fff;
}
.pro_rig_top>a.hight_linght{
  background: #113870;
  color: #fff;
}


.pro_rig_bot a{
  float:left;
  background: #fff;
  display: block;
  margin-right:20px;
  margin-bottom:20px;
  width: 292px;
  height: 270px;
  position: relative;
}
.pro_rig_bot a:nth-of-type(3n){
  margin-right: 0;
}
.pro_rig_bot a b{
  width:100%;
  height: 100%;
  border:1px solid #ddd;
}
.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}
.pro_rig_bot a p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  line-height: 47px;
  background: rgba(0, 0, 0, 0.63);
  -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_rig_bot a:hover p{
  background: #003f98;
}




/*message*/
.message{
  overflow: hidden;
  background: url("../images/msgbg.jpg") no-repeat center top;
}
.message .warpper{
  background: #fff;
  padding:59px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:1355px;
  box-shadow: 0 5px 10px #ddd;
}
#indexform>input,#indexform textarea,#indexform .code{
  float:left;
  border:1px solid #c7c7c7;
  padding-left:18px;
  font-size: 14px;
  color: #505050;
  line-height: 52px;
  height: 52px;
  width: 194px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  overflow: hidden;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: #505050;
  font-size: 14px;
}
#indexform textarea{
  width: 365px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  line-height: 52px;
}
#indexform .code{
  border:none;
  width:initial;
}
#indexform .code input{
  color: #505050;
  margin-right: 7px;
  font-size: 14px;
  float:left;
  width:126px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  padding-left:18px;
}
#indexform .code .verify{
  width:130px;
  float:right;
  height: 54px;
}
.code .verify img{
  width: 100%;
  height: 100%;
}
#indexform .submit{
  width: 143px;
  height: 52px;
  line-height: 52px;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  -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;
}
#indexform .submit:hover{
 background:#519dfa;
}

/*news*/
.newsbg{
  padding-bottom: 60px;
}
.news_top{
  float:left;
  width:67.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f8f8f8 url("../images/newsbg.jpg") no-repeat left center;
}
.news_top>b{
  width:37%;
  height: 223px;
}
 .news_top>b img{
   object-fit: cover;
 }
.news_top a{
  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;
}
.news_top>div{
  width: 60%;
}
.news_top>div>h4{
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 10px;
}
.news_top>div>small{
  height: 93px;
  font-size: 1.6rem;
  color: #888888;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_top>div>span{
  display:inline-block;
  background:#024b6e url("../images/newsmoreicon.png") no-repeat 28px center;
  color: #fff;
  line-height: 43px;
  font-size: 15px;
  font-weight: lighter;
  padding-left: 60px;
  padding-right: 28px;
  border-radius: 36px;
  -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_top:hover>div>span{
   background:#ca1323 url("../images/newsmoreicon.png") no-repeat 28px center;
 }

.newsul{
  float:right;
  width: 30%;
}
 .newsul a{
   display:block;
   margin-bottom: 8px;
   background:#f8f8f8;
 }
 .newsul a:hover{
   background: #ca1323;
   box-shadow: 0 0 10px #ddd;
 }
 .news_list{
   height: 96px;
   padding-right:5%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display:flex;
   justify-content: space-between;
   align-items: center;
 }
 .date{
   width: 26%;
   text-align: center;
 }
 .date>h5{
   font-size: 3.6rem;
   line-height:3.6rem;
   color: #333333;
   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;
 }
 .date>small{
   font-size: 1.4rem;
   color: #888888;
   -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_text{
   padding-left:3%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 74%;
   border-left:1px solid #e5e5e5;
 }
 .news_text h4{
   font-weight: normal;
   font-size: 1.8rem;
   color: #333333;
   text-overflow: ellipsis;
   white-space: nowrap;
   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;
 }
 .news_text small{
   display:block;
   margin-top: 3px;
   font-size: 1.5rem;
   color: #888888;
   line-height: 20px;
   text-overflow: ellipsis;
   white-space: nowrap;
   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;
 }
 .news a:hover .news_list .date h5,.news a:hover .news_list .date small,.news a:hover .news_list .news_text small,.news a:hover .news_list .news_text h4{
   color: #fff;
 }
 /*question*/
.question{
  margin-top: 1.5vw;
  background:#f8f8f8;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:30px;
  height: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.question a{
  background:url("../images/pen.png") no-repeat left top;
  padding-top:43px;
  width: 23%;
  -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;
}
.question a>p{
  font-size: 1.8rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-bottom: 10px;
  -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;
}
.question a>small{
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #888888;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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;
}
 .question a:hover>p{
   text-decoration: underline;
   color: #c81322;
 }


 .question a:last-of-type{
  padding-top: 0;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#024b6d;
  width: 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;
}
 .question a:last-of-type span{
   color: #fff;
   font-size: 2.4rem;
   padding-top: 53px;
   background:url("../images/quesicon.png") no-repeat center top;
 }

 .question a:last-of-type:hover{
   background:#c81322;
   background: -moz-linear-gradient(90deg, #c81322, #9b0311);
   background: -webkit-linear-gradient(90deg,#c81322,#9b0311);
   background: -o-linear-gradient(90deg, #c81322, #9b0311);
 }

/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fot01{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 145px;
}
.fot01>.logo img{
  filter: brightness(100%);
}
.fot01>.logo h5,.fot01>.logo small{
  color: #fff;
}
.fot01>.tel{
  border-left:none;
  padding-left: 55px;
  margin-left: 0;
  margin-right: 0;
  background: url(../images/tel.png) no-repeat left center;
}
.fot01>.tel>small,.fot01>.tel>h3{
 color: #fff;
}

.fot02{
  border-top:1px solid #424349;
  border-bottom:1px solid #424349;
  height: 140px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot02 i{
  dispaly:block;
  width:1px;
  height: 100%;
  background:#424349;
}
.fot02 li{
  display:flex;
  justify-content: center;
  align-items: center;
}
.fot02 li img{
  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;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.fot02 li:hover img{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.fot02 li div p{
  font-size: 2rem;
  color: #fff;
  font-weight: lighter;
}
.fot02 li div small{
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: lighter;
}

.fot03{
  margin-top: 2vw;
  margin-bottom: 2vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot03>img{
  width: 105px;
}
.fot_left>h3{
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.fot_left>h3 a{
  dispaly:block;
  font-size: 1.8rem;
  color: #fff;
}

.fot_left>h3:after{
  position: absolute;
  content: '';
  left:0;
  bottom:0;
  width:25px;
  height: 2px;
  background: #ca1323;
}
.fot_left>div{
 display:flex;
  flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}
.fot_left>div a{
  display:block;
  font-size: 1.4rem;
 font-weight: lighter;
 color: rgba(255, 255, 255, 0.5);
 -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: 10px;
}
.fot_left>div a:hover{
  color: #fff;
  text-decoration: underline;
}
.fot_wid1{width:77px;}
.fot_wid2{width:150px;}
.fot_wid3{width:320px;}
.fot_wid3>div a{
  width: 30%;}

 .fot_bot{
   background: rgba(0, 0, 0, 0.5);
   line-height: 80px;
   height: 80px;
   overflow: hidden;
 }
 .fot_bot .warpper>p{
   float:left;
   font-size: 14px;
   color: #fff;
 }
.fot_bot .warpper a{
  font-size: 14px;
  color: #fff;
}
 .fot_bot .warpper>a{
   float:right;
   font-size: 14px;
   color: #fff;
 }
 .fot_bot .warpper a:hover{
   text-decoration: underline;
 }



/*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: #024b6d;
  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:#9b0311;
}

.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: #9b0311;
  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: #9b0311;
  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;
}

.menudown{
  display:none;
  position:fixed;
  width:100%;
  height: 100%;
  background: rgba(2, 75, 109, 0.96);
  top:0;
  left:0;
  z-index: 1000;
}
.menudown_contbg{
  width:100%;
  height: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.menudown_cont{
  width: 100%;
}

.menudown_cont>div>img{
  margin:0 auto;
  display:block;
}
.menudown_cont>div>h3{
  font-size: 3rem;
  color: #ffffff;
  font-weight: normal;
  margin-top: 1vw;
  font-family: douyu;
  width: 100% ;
  text-align: center;
}
.menudown_cont>div>small{
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: lighter;
  display:block;
}
.menudown_cont>ul{
  margin-top: 3vw;
  display:flex;
  justify-content: space-between;
}
.menudown_cont>ul li>a{
  display:block;
  font-size: 1.8rem;
  color: #ffffff;
  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;
}
.menudown_cont>ul li>div{
  margin-top: 1vw;
}
.menudown_cont>ul li>div>a{
  display:block;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  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;
}
.menudown_cont>ul li>a:hover,.menudown_cont>ul li>div>a:hover{
  color: #fff;
  text-decoration: underline;
}








.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;
}