

.page_ban {
  position: relative;
  height: 400px;
}
.page_ban .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page_ban .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_ban .text {
  position: absolute;
  top: 60%;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
       -o-transform: translateY(-40%);
          transform: translateY(-40%);
}
.page_ban .text h3 {
  font-size: 38px;
  padding: 40px 0 50px;
  color: #fff;
  text-align: center;
}
.page_ban .text h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 108px;
  line-height: 1;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.2;
}
.page_ban .text i {
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}
.page_nav {
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav li {
  float: left;
  width: 150px;
}
.page_nav li a {
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/*.page_nav li a:hover,*/
.page_nav li.on a {
  color: #fff;
  background-color: #274980;
}
.location {
  padding: 20px 0;
  margin-bottom: 20px;
}
.location p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.location p a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.location p span {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 0 8px;
  font-weight: bold;
}
.location p a:hover {
  color: #222;
}

.page_nav .pro_nav {
  position: relative;
  float: right;
  width: 140px;
  line-height: 32px;
  margin-top: 20px;
}
.page_nav .pro_nav .pro_nav_btn {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.page_nav .pro_nav .pro_nav_btn:after,
.page_nav .pro_nav .pro_nav_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page_nav .pro_nav .pro_nav_btn:before {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page_nav .pro_nav .pro_nav_btn.on:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_nav .pro_nav .pro_nav_btn.on:before {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.page_nav .pro_nav dl {
  display: none;
  position: absolute;
  z-index: 6;
  right: 0px;
  top: 30px;
  width: 140px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page_nav .pro_nav dl dd a {
  display: block;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page_nav .pro_nav dl dd a:hover {
  color: #fff;
  background-color: #005ba8;
}

.page_content {
  margin-bottom: 80px;
}

/*about*/

.about p {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
  margin-bottom: 20px;
}

/*newslist*/
.newsli_bg {
  background-color: #fafafa;
}
.newsli .newsli_tl h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1%;
}
.newsli li {
  width: 33%;
  padding: 0 1%;
  margin-bottom: 2%;
}
.newsli li a {
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
}
.newsli li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .text {
  position: relative;
  padding: 20px;
}
.newsli li .text h3 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .text h5 {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.newsli li .text p {
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsli li .text span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li .text span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  border: 5px solid transparent;
  border-left: 8px solid #274980;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsli li a:hover .img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.newsli li a:hover .text h3 {
  color: #274980;
}
.newsli li a:hover .text span:after {
  right: -30px;
}
.newsli li a:hover {
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*newsli2*/
.newsli2 .newsli_tl h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli2 li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.newsli2 li:last-child {
  margin-bottom: 0px;
}
.newsli2 li h3 {
  position: relative;
  font-size: 18px;
  color: #274980;
  padding-left: 35px;
  margin-bottom: 10px;
}
.newsli2 li p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-left: 35px;
}
.newsli2 li h3:after {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #274980;
  border-radius: 3px;
}
.newsli2 li p:after {
  content: "A";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background-color: #ddd;
  border-radius: 3px;
}

/*news*/

.news .news_tl {
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con {
  margin-bottom: 100px;
}
.news .news_con p {
  color: #777;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.news .news_con table {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse: collapse;
}
.news .news_con table tr td {
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj {
  margin-bottom: 110px;
}
.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}

.news .news_tj li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n) {
  margin-right: 0px;
}
.news .news_tj li a {
  display: block;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news_tj li img {
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text {
  padding: 20px 15px;
}
.news .news_tj li .text h3 {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover {
  border: 3px solid #2772db;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover {
  color: #274980;
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.photoli li:nth-child(3n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.photoli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li span {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #274980;
}
.photoli li a:hover img {
  opacity: 0.5;
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  /* color: #fff; */
  background-color: #274980;
}

.photoli1 {
  margin-bottom: 120px;
}
.photoli1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n) {
  margin-right: 0px;
}
.photoli1 li a {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img {
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li h5 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con {
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span {
  opacity: 1;
}
.photoli1 li a:hover h5 {
  opacity: 1;
}
.photoli1 .text {
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}

/*caselist*/
.caseli li {
  margin-bottom: 20px;
}
.caseli li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f5f5f5;
}
.caseli li a:before {
  content: "";
  bottom: 0px;
  left: 30%;
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #274980;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .img {
  position: relative;
  float: left;
  width: 30%;
  padding-bottom: 20%;
  overflow: hidden;
}
.caseli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .text {
  float: right;
  width: 70%;
  height: 100%;
  padding: 40px 5%;
}
.caseli li .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.caseli li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.caseli li:nth-child(2n) a:before{
  left: 0px;
}

.caseli li a:hover:before {
  width: 70%;
}
.caseli li a:hover .text h3 {
  color: #274980;
}
.caseli li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/*productlist*/
.proli {
  min-height: 100px;
}
.proli_left {
  position: relative;
  right: -1px;
  float: left;
  width: 320px;
  background-color: #fff;
  border: 1px solid #eee;
  /*border-right: 0px;*/
}
.proli_left .proli_btn {
  display: none;
}
.proli_left li {
  position: relative;
}
.proli_left li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  padding: 0 56px 0 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.proli_left li:last-child > a {
  border-bottom: 0px;
}
.proli_left li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #999;
  width: 56px;
  height: 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_left li span:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_left li span:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli_left li span:hover:before {
  background-color: #274980;
}
.proli_left li span:hover:after {
  background-color: #274980;
}
.proli_left li dl {
  /*background-color: #ddd;*/
}
.proli_left li dl dd a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  padding: 0 5px 0 20px;
  border-bottom: 1px solid #eee;
}
.proli_left li.on > a {
  color: #fff;
  background-color: #274980;
}
.proli_left li.on span:before {
  background-color: #fff;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.proli_left li.on span:after {
  background-color: #fff;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.proli_left li dl {
  display: none;
}

.proli_left li dl dd.cur a {
  color: #274980;
}

.proli .proli_right {
  float: right;
  width: 100%;
  /* width: calc(100% - 320px); */
}
.proli .proli_right ul {
  border-left: 1px solid #eee;
}
.proli .proli_right li {
  float: left;
  width: 25%;
  border: 1px solid #eee;
  border-left: 0px;
  border-top: 0px;
}
.proli .proli_right li:nth-child(-n + 4) {
  border-top: 1px solid #eee;
}
.proli .proli_right li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  /*border: 1px solid #ddd;*/
  padding: 20px 10px 20px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.proli .proli_right li .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}
.proli .proli_right li img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli .proli_right li h3 {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli .proli_right li h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #274980;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.proli .proli_right li a:hover h3 {
  color: #274980;
}
.proli .proli_right li a:hover h3:after {
  width: 50px;
}
.proli .proli_right li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/*product*/

.procon .procon_right {
  float: right;
  width: 100%;
  /* width: calc(100% - 320px); */
  border: 1px solid #eee;
  padding: 30px 50px;
}
.procon .pro_tl {
  margin-bottom: 20px;
}
.procon .pro_tl .img {
  /*float: left;
  width: 45%;
  margin-right: 5%; */
  /*border: 1px solid #f5f5f5;*/
  margin-bottom: 20px;
}
.procon .pro_tl .img img {
  display: block;
  margin: 0 auto;
}
.procon .pro_tl .text {
  position: relative;
}
.procon .pro_tl h3 {
  font-size: 28px;
  color: #274980;
  margin-bottom: 20px;
}
.procon .pro_tl a {
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  width: 100px;
  color: #fff;
  background-color: #274980;
  text-align: center;
  margin-right: 10px;
}
.procon .pro_con .pro_con_tl {
  margin-bottom: 20px;
}
.procon .pro_con .pro_con_tl h3 {
  font-size: 20px;
  line-height: 48px;
  color: #666;
  border-left: 5px solid #274980;
  background-color: #eee;
  padding-left: 10px;
}
.pro_con p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.pro_con table {
  border-collapse: collapse;
  width: auto;
}
.pro_con table td {
  color: #777;
  border: 1px solid #ccc !important;
  padding: 5px 5px !important;
  width: auto !important;
}

.pro_con .fy {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.pro_con .fy a {
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_con .fy a:hover {
  color: #274980;
}
.pro_con .fy a.return {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #274980;
  text-align: center;
}

/*contact*/

.contact .content {
}
.contact .text {
  margin-bottom: 80px;
}
.contact .text .list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .text .list li {
  position: relative;
  width: 33.33%;
  text-align: center;
}
.contact .text .list li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 5%;
  width: 1px;
  height: 90%;
  background-color: #eee;
}
.contact .text .list li:last-child:after {
  display: none;
}
.contact .text .list li i {
  display: block;
  font-size: 32px;
  color: #274980;
  margin-bottom: 20px;
}
.contact .text .list li h5 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.contact .text .list li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.contact .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .map {
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.contact .gbook h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0257a8;
  margin-bottom: 15px;
}
.contact .gbook p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact .gbook li {
  position: relative;
  float: left;
  width: 31%;
  height: 38px;
  margin-right: 3.5%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 100px;
}
.contact .gbook li:nth-child(3) {
  margin-right: 0px;
}
.contact .gbook li:nth-child(4) {
  /*float: none;*/
  width: 100%;
  height: auto;
  padding-left: 0px;
}
.contact .gbook li h5 {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.contact .gbook li input {
  border: 0px;
  line-height: 36px;
  width: 100%;
  outline: none;
}
.contact .gbook li textarea {
  border: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 10px 10px;
  outline: none;
}
.contact .gbook button {
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background-color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .gbook button:hover {
  background-color: #0257a8;
}

/*右侧悬浮*/
.floot_right {
  position: fixed;
  z-index: 999;
  bottom: 30%;
  right: 0px;
}
.floot_right ul {
  width: 73px;
}
.floot_right ul li {
  position: relative;
  width: 100%;
  height: 73px;
  border-radius: 3px;
  background-color: #044098;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.floot_right ul li:last-child {
  margin-bottom: 0px;
}
.floot_right ul li.tel {
}
.floot_right ul li.code {
}
.floot_right ul li.gotop {
  background-color: #333;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*.floot_right ul li:hover{
  background-color: #f34f24 !important;
}*/
.floot_right ul li .con img {
  display: block;
  width: 40px;
  margin: 0 auto;
  padding: 5px 0;
}
.floot_right ul li .con h5 {
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.floot_right ul li .fl_tc {
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #044098;
  padding: 10px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.floot_right ul li .fl_tc h4 {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li .fl_tc img {
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_right ul li .fl_tc a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li:hover .fl_tc {
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_right ul li .fl_tc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #044098;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.floot_right ul li .fl_tc:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
