* {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease;
  /* Opera */
}
/*homeTit*/
.homeTitBox {
  font-size: 0px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
}
.homeTitEn {
  font-size: 3.1vw;
  color: #00ccff;
  font-weight: 700;
  font-family: "Swiss721BT" !important;
}
.homeTitMain {
  font-size: 3.1vw;
  color: #008bdf;
  font-weight: 700;
  margin-top: 10px;
}
/*maxwidth*/
.h_maxwidth {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
/*flex*/
.h_flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*footerNav*/
.footerCateTit {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 36px;
}
.footerCateLink {
  display: block;
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
  transition: all 0.5s ease;
}
.footerCateLink a {
  font-size: 16px;
  color: #ccc;
  transition: all 0.5s ease;
}
a.footerCateLink:hover {
  color: #2d5ca0;
}
.footerCateLink a:hover {
  color: #008bdf;
}
/*neiDetail_Tit*/
.p_stylebox .stylebox_top {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/img/line.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}
.p_stylebox .yjLink::before {
  background-color: #1c63b8 !important;
}
.p_stylebox .stylebox_title {
  background-color: rgba(0, 0, 0, 0);
}
.p_stylebox .title_main {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  color: rgb(28, 99, 184);
  width: 100%;
}
.p_stylebox .stylebox_content {
  border: none;
}
.p_stylebox .stylebox_bottom_line {
  display: none;
}
/*button*/
.h_btnMore {
  display: block;
  width: 160px;
  height: 44px;
  background: #008bdf;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  transition: all 0.5s ease;
}
/*cateButton*/
.btn-primary {
  background-color: #008bdf !important;
  border-color: #008bdf !important;
}
.btn-primary:hover {
  background-color: #008bdf !important;
  border-color: #008bdf !important;
}
/*page*/
.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #008bdf !important;
  color: #fff;
  border-color: #008bdf !important;
  border-radius: 0px;
}
.p_page .pageNum,
.p_page .pre,
.p_page .next {
  border-radius: 0px;
}
.p_pagebox .js_pageBtnDisable,
.p_pagebox .js_pageBtnDisable:hover,
.p_pagebox .js_pageBtnDisable:active {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #bfbfbf !important;
}
/* input */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
/* listCol */
.listCol_1 {
  display: inline-block;
  width: 100%;
}
.listCol_2 {
  display: inline-block;
  width: 50%;
}
.listCol_3 {
  display: inline-block;
  width: 33.333%;
}
.listCol_4 {
  display: inline-block;
  width: 25%;
}
.listCol_5 {
  display: inline-block;
  width: 20%;
}
.listCol_6 {
  display: inline-block;
  width: 16.667%;
}
.listCol_7 {
  display: inline-block;
  width: 14.29%;
}
.listCol_8 {
  display: inline-block;
  width: 12.5%;
}
.listCol_9 {
  display: inline-block;
  width: 11.111%;
}
@media only screen and (max-width: 1200px) {
  .homeTitEn {
    font-size: 4vw;
    FONT-WEIGHT: 500;
    font-weight: 700;
    font-family: "Swiss721BT" !important;
  }
  .homeTitMain {
    font-size: 4vw;
    color: #008bdf;
    font-weight: 700;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  div[class*="listCol_"] {
    width: 100%;
  }
  .homeTitEn{
    font-size:6vw;
  }
  .homeTitMain{
    font-size:6vw;
  }
}
/* Grid End */
/*加载动效   topshow（从上往下）h_LeftShow （从左往右）  */
.delighter {
  overflow: hidden;
  position: relative;
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.started.delighter:before {
  transform: translateY(100%);
}
.h_LeftShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_LeftShow.started.delighter:before {
  transform: translateX(100%);
}
.h_RightShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_RightShow.started.delighter:before {
  transform: translateX(-100%);
}
.h_DownShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_DownShow.started.delighter:before {
  transform: translateY(-100%);
}
img{
  max-width:100%;
}
