* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
a {
  color: #666;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
body {
  width: 100%;
  overflow-x: hidden;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
b {
  font-weight: normal;
}
/* 通用 */
.t-title {
  text-align: center;
  margin-bottom: 40px;
}
.t-title h1 {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dee1e8;
  letter-spacing: 2px;
}
.t-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #020003;
  line-height: 36px;
  margin-top: -9px;
  letter-spacing: 4px;
  text-shadow: 2px 4px 3px #abbcb8;
}
.t-title h2 b {
  font-weight: bold;
  color: #278874;
}
.t-title h3 {
  margin-top: 15px;
  font-size: 26px;
  position: relative;
}
.t-title h3::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 2px;
  background: #b3b3b3;
  left: 0;
  top: 50%;
}
.t-title h3::after {
  content: "";
  position: absolute;
  width: 32%;
  height: 2px;
  background: #b3b3b3;
  right: 0;
  top: 50%;
}
.t-title h3 p {
  letter-spacing: 3px;
  position: relative;
}
.t-title h3 p::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  
  left: 30%;
  top: 50%;
  margin-top: -3px;
}
.t-title h3 p::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
 
  right: 30%;
  top: 50%;
  margin-top: -3px;
  z-index: 999;
}
.t-title h3 b {
  color: #f5261e;
}
.index-top .title {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.index-top .title span {
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
.index-top .title a {
  line-height: 40px;
  float: right;
  color: #333;
  padding: 0 16px;
  background: url(../images/topmenuline.jpg) no-repeat right center;
}
.index-top .title a:nth-child(2) {
  background: none;
}
.index-top .text .logo {
  color: #278874;
  font-weight: bold;
  margin: 41px 0;
  padding: 0 16px 0 0;
  border-right: 1px dashed #ccc;
  width: 250px;
}
.index-top .text .logo h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
}
.index-top .text .wen {
  width: 550px;
  margin: 38px 0 28px 0;
  margin-left: 16px;
}
.index-top .text .wen h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.index-top .text .wen p {
  text-transform: Uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
}
.index-top .text .tel {
  width: 310px;
  background: url(../images/t_pho.png) no-repeat;
  margin: 37px 0 25px;
}
.index-top .text .tel h3 {
  font-size: 16px;
  color: #333333;
  line-height: 14px;
  padding-left: 55px;
}
.index-top .text .tel span {
  font-size: 32px;
  line-height: 46px;
  color: #278874;
  font-weight: bold;
  padding-left: 55px;
}
.index-nav {
  background-color: #278874;
}
.index-nav ul li {
  float: left;
  width: 12.5%;
  position: relative;
}
.index-nav ul li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0;
  position: relative;
  z-index: 1;
}
.index-nav ul li a b {
  font-size: 18px;
  line-height: 18px;
}
.index-nav ul li a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.index-nav ul li dl {
  z-index: 1000;
  position: absolute;
  top: 65px;
  color: #fff;
  width: 100%;
  left: 0px;
  display: none;
}
.index-nav ul li dl dd {
  line-height: 50px;
  text-align: center;
  height: 50px;
  margin-bottom: 1px;
  background-color: #217463;
}
.index-nav ul li dl dd a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.index-nav ul li dl dd:hover a {
  background-color: #278874;
  color: #fff;
}
.index-nav ul li::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 64px;
  background-color: #217463;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-nav ul .active {
  background-color: #217463;
}
.index-nav ul li:hover::after {
  width: 100%;
  left: 0;
}
.C_model14 {
  background: url(../images/C_model14.png) no-repeat top center;
  padding: 80px 0;
}
.C_model14 .box .item {
  width: 16.66%;
  position: relative;
  cursor: pointer;
}
.C_model14 .box .item .cur {
  display: none;
}
.C_model14 .box .item .text {
  padding: 5% 0;
  position: absolute;
  top: 0;
  padding: 54% 0;
  height: 70%;
  width: 70%;
  margin: 11% 15% 0;
  color: #fff;
  text-align: center;
}
.C_model14 .box .item .text h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 40px;
}
.C_model14 .box .item .text h3 {
  font-size: 20px;
  margin: 1rem 0;
}
.C_model14 .box .item .text h4 {
  display: none;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
.C_model14 .box .item .text p {
  display: none;
  font-size: 16px;
  line-height: 26px;
}
.C_model14 .box .active {
  width: 50%;
}
.C_model14 .box .active img {
  display: none;
}
.C_model14 .box .active .cur {
  display: block;
  width: 100%;
}
.C_model14 .box .active .text {
  padding: 8%;
 /* background: rgba(39, 136, 116, 0.6);*/
}
.C_model14 .box .active .text h2 {
  display: none;
}
.C_model14 .box .active .text h3 {
  display: none;
}
.C_model14 .box .active .text h4 {
  display: block;
}
.C_model14 .box .active .text p {
  display: block;
  line-height: 1.6rem;
}
.C_model14 .box .active .text a {
  display: block;
  margin-top: 15px;
}
.C_model14 .box .active .text a img {
  display: block;
  margin: 2% auto;
}
.C_model14 .more {
  width: 30%;
  margin: 40px auto 0;
}
.C_model14 .more a {
  text-align: center;
  display: block;
  padding: 3% 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(#278874, #217463);
}
.C_model14 .more:hover a {
  text-decoration: underline;
}
.B_model19 {
  background: url(../images/B_model19.png) no-repeat top center;
  padding: 80px 0;
}
.B_model19 .t-title h1 {
  color: #d0d3da;
}
.B_model19 .t-title h3::before {
  width: 24%;
}
.B_model19 .t-title h3::after {
  width: 24%;
}
.B_model19 .t-title h3 p::before {
  left: 22%;
}
.B_model19 .t-title h3 p::after {
  right: 22%;
}
.B_model19 .box .item {
  margin-right: 3%;
  width: 31.33%;
  border: 1px solid #a0a0a0;
  padding: 6% 4%;
  margin-top: 5%;
  background: #fff;
}
.B_model19 .box .item .icon {
  background: url(../images/icon_all.png) 0 0px no-repeat #278874;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  padding: 10% 0;
  margin: -50% auto 0;
}
.B_model19 .box .item h2 {
  text-align: center;
  margin: 1.5rem 0 1rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.B_model19 .box .item p {
  line-height: 28px;
  font-size: 16px;
}
.B_model19 .box .item:hover {
  border: 1px solid #278874;
  background: #278874;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.B_model19 .box .item:hover .icon {
  border: 1px solid #fff;
  background: url(../images/icon_all.png) -1px -143px no-repeat #fff;
}
.B_model19 .box .item:hover h2 {
  color: #fff;
}
.B_model19 .box .item:hover p {
  color: #fff;
}
.B_model19 .box .item:nth-child(2) .icon {
  background-position: -140px 0px;
}
.B_model19 .box .item:nth-child(2):hover .icon {
  background: url(../images/icon_all.png) -140px -144px no-repeat #fff;
}
.B_model19 .box .item:last-child {
  margin-right: 0;
}
.B_model19 .box .item:last-child .icon {
  background-position: -280px 0px;
}
.B_model19 .box .item:last-child:hover .icon {
  background: url(../images/icon_all.png) -282px -143px no-repeat #fff;
}
.index-company {
  padding: 90px 0 0;
  background: url(../images/index-company.jpg) no-repeat top center;
}
.index-company .t-title h1 {
  color: #8eb5d8;
}
.index-company .t-title h3::before {
  background: #fff;
}
.index-company .t-title h3::after {
  background: #fff;
}
.index-company .text {
  width: 80%;
  margin: 0 auto;
}
.index-company .text p {
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
.index-company .list {
  margin-top: 50px;
  margin-bottom: 350px;
}
.index-company .list .item {
  box-shadow: 2px 7px 10px #dbe1eb;
  margin-right: 2%;
  float: left;
  width: 23.5%;
  background: #fff;
  text-align: center;
  padding: 15px 30px 15px;
  height: 320px;
  position: relative;
}
.index-company .list .item .icon {
  margin: 15px auto;
  width: 80px;
  height: 80px;
  background: url(../images/icon_all.png) -450px 0 no-repeat;
}
.index-company .list .item h2 {
  font-weight: bold;
  font-size: 20px;
}
.index-company .list .item p {
  line-height: 26px;
  font-size: 16px;
}
.index-company .list .item a {
  width: 60%;
  display: block;
  text-align: center;
  margin: 15px auto 0;
  background: #fff;
  color: #278874;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 25px;
  display: none;
}
.index-company .list .item b {
  position: absolute;
  bottom: 20px;
  display: block;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 5px;
  background: #278874;
}
.index-company .list .item:nth-child(2) .icon {
  background: url(../images/icon_all.png) -535px 0 no-repeat;
}
.index-company .list .item:nth-child(2):hover .icon {
  background: url(../images/icon_all.png) -534px -82px no-repeat;
}
.index-company .list .item:nth-child(3) .icon {
  background: url(../images/icon_all.png) -615px 0 no-repeat;
}
.index-company .list .item:nth-child(3):hover .icon {
  background: url(../images/icon_all.png) -615px -80px no-repeat;
}
.index-company .list .item:hover {
  cursor: pointer;
  background: #278874;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.index-company .list .item:hover .icon {
  background: url(../images/icon_all.png) -453px -80px no-repeat;
}
.index-company .list .item:hover h2 {
  color: #fff;
}
.index-company .list .item:hover p {
  color: #fff;
}
.index-company .list .item:hover a {
  display: block;
}
.index-company .list .item:hover b {
  display: none;
}
.index-company .list .item:last-child {
  margin-right: 0;
}
.index-company .list .item:last-child .icon {
  background: url(../images/icon_all.png) -695px 0 no-repeat;
}
.index-company .list .item:last-child:hover .icon {
  background: url(../images/icon_all.png) -700px -80px no-repeat;
}
.index-company .group {
  margin: 70px 0 50px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-company .group .pic {
  width: 24%;
}
.index-company .group .pic a {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-company .group .pic a img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 300px;
}
.index-company .group .pic a .more {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 300px;
}
.index-company .group .pic:hover a img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-company .group .pic:hover a .more {
  display: block;
}
.D_model12 {
  padding: 80px 0 80px;
  background: url(../images/D_model12.png) no-repeat top center;
}
.D_model12 .box {
  background: url(../images/D_model13_pic.png) no-repeat left top;
  background-size: 43% 100%;
}
.D_model12 .box .right {
  padding: 0 1% 0;
  width: 700px;
  margin-left: auto;
}
.D_model12 .box .right .text {
  padding: 0% 10% 0;
  text-align: center;
  color: #333;
  margin-bottom: 5%;
  display: none;
}
.D_model12 .box .right .text h2 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.D_model12 .box .right .text h3 {
  line-height: 1.8rem;
  font-size: 16px;
}
.D_model12 .box .right .text:first-child {
  display: block;
}
.D_model12 .box .right .list {
  position: relative;
}
.D_model12 .box .right .list .item {
  cursor: pointer;
  margin-top: -0.5rem;
  padding: 3% 2%;
  text-align: center;
  width: 15.75%;
  position: relative;
  box-shadow: 2px 1px 5px #666;
  margin-right: 7px;
  height: 125px;
}
.D_model12 .box .right .list .item .icon .hover {
  display: none;
}
.D_model12 .box .right .list .item h2 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  line-height: 26px;
}
.D_model12 .box .right .list .item::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 4px solid #cccccc;
  top: 0;
  margin-top: -8px;
}
.D_model12 .box .right .list .active {
  background-repeat: no-repeat;
  background: #278874;
}
.D_model12 .box .right .list .active h2 {
  color: #fff;
}
.D_model12 .box .right .list .active .icon img {
  display: none;
}
.D_model12 .box .right .list .active .icon .hover {
  display: block;
  margin: 0 auto;
}
.D_model12 .box .right .list .active::before {
  border: 4px solid #278874;
  background: #fff;
}
.D_model12 .box .right .list .item:hover {
  background-repeat: no-repeat;
  background: #278874;
}
.D_model12 .box .right .list .item:hover h2 {
  color: #fff;
}
.D_model12 .box .right .list .item:hover .icon img {
  display: none;
}
.D_model12 .box .right .list .item:hover .icon .hover {
  display: block;
  margin: 0 auto;
}
.D_model12 .box .right .list .item:hover::before {
  border: 4px solid #278874;
  background: #fff;
}
.D_model12 .box .right .list .item:last-child {
  margin-right: 0;
}
.D_model12 .box .right .list::before {
  left: 0;
  top: 0;
  margin-top: -8px;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999999;
}
.index-pk {
  padding: 80px 0;
  background: url(../images/index_pk.png) no-repeat top center;
}
.index-pk .t-title h1 {
  color: #cbced6;
}
.index-pk .t-title h3::before {
  width: 24%;
}
.index-pk .t-title h3::after {
  width: 24%;
}
.index-pk .t-title h3 p::before {
  left: 22%;
}
.index-pk .t-title h3 p::after {
  right: 22%;
}
.index-pk .text {
  text-align: center;
}
.index-pk .text p {
  font-size: 16px;
}
.index-pk .box {
  margin-top: 40px;
}
.index-pk .box .title {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.index-pk .box .title h2 {
  float: left;
  width: 50%;
  padding: 55px;
  text-align: center;
  background: #d2d2d2;
  font-size: 30px;
  font-weight: bold;
}
.index-pk .box .title .vs {
  background: #278874;
  color: #fff;
}
.index-pk .box .title .icon {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -48px;
}
.index-pk .box .list {
  border-bottom: 1px solid #fff;
  position: relative;
}
.index-pk .box .list p {
  width: 50%;
  text-align: center;
  float: left;
  height: 105px;
  font-size: 16px;
  padding: 20px 100px 0 100px;
  background: #d2d2d2;
}
.index-pk .box .list .vs {
  background: #278874;
  color: #fff;
}
.index-pk .box .list .position {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  width: 160px;
  height: 56px;
  line-height: 56px;
  color: #278874;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -80px;
}
.index-pk .box .list:last-child {
  border-bottom: none;
}
.A_model5 {
  padding: 80px 0;
  background: url(../images/index_product.png) no-repeat top center;
}
.A_model5 .t-title h3::before {
  width: 28%;
}
.A_model5 .t-title h3::after {
  width: 28%;
}
.A_model5 .t-title h3 p::before {
  left: 26%;
}
.A_model5 .t-title h3 p::after {
  right: 26%;
}
.A_model5 .box {
  display: flex;
  flex-direction: row;
}
.A_model5 .box .left {
  width: 50%;
  margin-left: 0.8rem;
  box-shadow: 0px 0px 5px #bbbbbb;
}
.A_model5 .box .left .text {
  margin: 20px 0;
}
.A_model5 .box .left .text .title {
  color: #fff;
  padding-left: 18px;
  font-weight: bold;
  font-size: 2rem;
  margin-left: -1rem;
  width: 100%;
  line-height: 4.9rem;
  background-repeat: no-repeat;
  background-position: 0rem center;
}
.A_model5 .box .left .text .title span {
  line-height: 4.9rem;
}
.A_model5 .box .left .text .title b {
  padding-left: 25px;
  color: #278874;
  line-height: 5rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.A_model5 .box .left .text p {
  color: #666666;
  padding: 5px 43px;
  font-size: 16px;
  line-height: 1.8rem;
  overflow: hidden;
  text-indent: 2em;
}
.A_model5 .box .right {
  width: 48%;
  margin-left: 2%;
}
.A_model5 .box .right img:hover {
  transform: scale(1);
}
.index-product {
  padding: 80px 0;
  background: url(../images/index_pk.png) no-repeat top center;
}
.index-product .t-title h1 {
  color: #cbced6;
}
.index-product .t-title h3::before {
  width: 23%;
}
.index-product .t-title h3::after {
  width: 23%;
}
.index-product .t-title h3 p::before {
  left: 21%;
}
.index-product .t-title h3 p::after {
  right: 21%;
}
.index-product .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.index-product .nav .tit {
  color: #1b4383;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
  width: 220px;
  padding: 15px;
  text-align: center;
  background: url(../images/index_pro_nav.png) no-repeat top center;
}
.index-product .nav .tit a {
  display: block;
  margin-top: -5px;
}
.index-product .nav .tit:hover {
  background: url(../images/index_pro_nav_active.png) no-repeat top center;
}
.index-product .nav .tit:hover a {
  color: #fff;
}
.index-product .nav .active {
  background: url(../images/index_pro_nav_active.png) no-repeat top center;
}
.index-product .nav .active a {
  color: #fff;
}
.index-product .nav .tit:last-child {
  margin-right: 0;
}
.index-product .box .slider {
  margin-top: 35px;
  position: relative;
  display: none;
  margin: 0 25px 0;
}
.index-product .box .slider .group {
  overflow: hidden;
  position: relative;
  height: 270px;
}
.index-product .box .slider .group ul {
  width: 3000px;
  position: absolute;
}
.index-product .box .slider .group ul li {
  display: block;
  float: left;
  width: 266px;
  border: 1px solid #bfbfbf;
  margin: 0 10px 0;
}
.index-product .box .slider .group ul li .item {
  cursor: pointer;
}
.index-product .box .slider .group ul li .item .pic {
  width: 100%;
  overflow: hidden;
}
.index-product .box .slider .group ul li .item .pic img {
  width: 100%;
  display: block;
  height: 170px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-product .box .slider .group ul li .item .text {
  background: #fff;
  padding: 10px 0 15px;
}
.index-product .box .slider .group ul li .item .text h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.index-product .box .slider .group ul li .item .text .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background: url(../images/index_pro_more.png) no-repeat center center;
}
.index-product .box .slider .group ul li .item .text a {
  height: 28px;
  line-height: 28px;
  display: none;
  width: 40%;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  background: #278874;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.index-product .box .slider .group ul li .item:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-product .box .slider .group ul li .item:hover .text .icon {
  display: none;
}
.index-product .box .slider .group ul li .item:hover .text a {
  display: block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.index-product .box .slider .left {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -20px;
}
.index-product .box .slider .right {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -20px;
}
.index-product .box .slider:first-child {
  display: block;
}
.index-product .more {
  width: 30%;
  margin: 40px auto 0;
}
.index-product .more a {
  text-align: center;
  display: block;
  padding: 3% 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(#278874, #217463);
}
.index-product .more a:hover {
  text-decoration: underline;
}
.E_model2 {
  padding: 80px 0;
  background: url(../images/index_product.png) no-repeat top center;
}
.E_model2 .t-title h1 {
  color: #cbced6;
}
.E_model2 .box {
  padding: 1rem;
  display: flex;
}
.E_model2 .box .left {
  overflow: hidden;
  width: 50%;
  height: 400px;
  background: #fff;
  box-shadow: -1px 0px 8px #ccc;
}
.E_model2 .box .left .list {
  padding: 20px;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.E_model2 .box .left .list a {
  display: block;
  color: #333;
}
.E_model2 .box .left .list a h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}
.E_model2 .box .left .list a h3 {
  line-height: 16px;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.E_model2 .box .left .list:hover {
  background: #278874;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.E_model2 .box .left .list:hover h2 {
  color: #fff;
}
.E_model2 .box .left .list:hover h3 {
  color: #fff;
}
.E_model2 .box .left .active {
  background: #278874;
}
.E_model2 .box .left .active h2 {
  color: #fff;
}
.E_model2 .box .left .active h3 {
  color: #fff;
}
.E_model2 .box .left .tel {
  text-align: left;
  padding: 30px 0 20px 150px;
  background-repeat: no-repeat;
  background-position: 20% center;
  background-color: #fff;
  background: url(../images/coo_telephone.png) no-repeat 80px center;
}
.E_model2 .box .left .tel h2 {
  color: #333;
  font-size: 16px;
  line-height: 16px;
}
.E_model2 .box .left .tel p {
  font-weight: bold;
  color: #278874;
  font-size: 28px;
  line-height: 28px;
  margin-top: 10px;
}
.E_model2 .box .right {
  height: 400px;
  width: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.E_model2 .box .right .item {
  display: none;
}
.E_model2 .box .right .item:first-child {
  display: block;
}
.E_model2 .box .right img {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.E_model2 .box .right .text {
  color: #fff;
  padding: 20px;
  width: 80%;
  position: absolute;
  background: rgba(39, 136, 116, 0.6);
 /* top: 50%;*/
  height:170px;
  margin-top: -170px;
}
.E_model2 .box .right .text h2 {
  font-weight: bold;
  font-size: 1.4rem;
}
.E_model2 .box .right .text p {
  margin-top: 0.6rem;
  font-size: 16px;
  line-height: 26px;
}
.E_model2 .box .right:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.B_model15 {
  background: url(../images/index_pk.png) no-repeat top center;
  padding: 80px 0;
}
.B_model15 .title {
  text-align: center;
  margin-bottom: 40px;
}
.B_model15 .title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #020003;
  line-height: 50px;
  margin-top: -9px;
  letter-spacing: 4px;
  text-shadow: 2px 4px 3px #abbcb8;
}
.B_model15 .title h2 b {
  font-weight: bold;
  color: #278874;
}
.B_model15 .title p {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
.B_model15 .box {
  position: relative;
  height: 530px;
}
.B_model15 .box .slider {
  height: 530px;
}
.B_model15 .box .slider .item {
  position: absolute;
  margin-right: 20%;
  width: 40%;
  background: linear-gradient(#278874, #217463);
  border-radius: 20px;
  padding: 2%;
  border-bottom: 2px solid #6d82a1;
}
.B_model15 .box .slider .item a {
  display: block;
}
.B_model15 .box .slider .item a .pic {
  width: 100%;
  border: 5px solid #fff;
  overflow: hidden;
}
.B_model15 .box .slider .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.B_model15 .box .slider .item a .text {
  width: 100%;
  color: #fff;
}
.B_model15 .box .slider .item a .text h2 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.B_model15 .box .slider .item a .text p {
  line-height: 28px;
  font-size: 16px;
}
.B_model15 .box .slider .item:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.B_model15 .box .slider .item:hover a .text h2 {
  text-decoration: underline;
}
.B_model15 .box .slider .item:hover a .text p {
  text-decoration: underline;
}
.B_model15 .box .left {
  position: absolute;
  left: 0;
  top: 190px;
  margin-left: -3%;
  width: 3rem;
  cursor: pointer;
}
.B_model15 .box .left img {
  width: 100%;
  display: block;
}
.B_model15 .box .right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 214px;
  margin-top: -2%;
  margin-right: -3%;
  width: 3rem;
}
.B_model15 .box .right img {
  width: 100%;
  display: block;
}
.B_model15 .box .line {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.B_model15 .box .line div {
  width: 35px;
  height: 8px;
  margin: 0 5px 0;
  background: #808080;
  border-radius: 10px;
}
.B_model15 .box .line .active {
  background: #278874;
}
.index-news {
  padding: 80px 0 100px;
  background: url(../images/index_case.png) no-repeat top center;
}
.index-news .t-title h1 {
  color: #cbced5;
}
.index-news .box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.index-news .box .left {
  height: 490px;
  background: #fff;
  width: 30%;
  padding: 1rem;
  box-shadow: 4px 4px 10px #a3afc2;
}
.index-news .box .left h3 {
  font-size: 16px;
}
.index-news .box .left h2 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  line-height: 26px;
}
.index-news .box .left h2 a {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.index-news .box .left .pic {
  margin: 10px 0;
}
.index-news .box .left .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-news .box .left .text {
  margin: 10px 0 0;
  color: #333;
}
.index-news .box .left .text h3 {
  margin-bottom: 0.5rem;
}
.index-news .box .left .text h3 a {
  color: #333;
}
.index-news .box .left .text h3 a:hover {
  text-decoration: underline;
}
.index-news .box .left .text h4 {
  padding-left: 1.5rem;
  background: url(../images/L_model3_time_icon.png) no-repeat left center;
  margin-bottom: 0.5rem;
}
.index-news .box .left .text p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.index-news .box .left .text .more {
  display: block;
  width: 35%;
  border: 1px solid #0092d6;
  text-align: center;
  padding: 0.4rem 0;
  border-radius: 5px;
  margin: 12px 0 5px;
  color: #666666;
}
.index-news .box .left .text .more:hover {
  text-decoration: underline;
}
.index-news .box .right {
  height: 490px;
  background: #fff;
  width: 70%;
  margin-left: 20px;
  padding: 20px;
  box-shadow: 4px 4px 10px #a3afc2;
}
.index-news .box .right h2 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 15px;
}
.index-news .box .right h2 a {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.index-news .box .right .item {
  margin-bottom: 15px;
}
.index-news .box .right .item a {
  display: block;
}
.index-news .box .right .item a .pic {
  width: 25%;
}
.index-news .box .right .item a .pic img {
  width: 100%;
  height: 127px;
}
.index-news .box .right .item a .text {
  color: #333;
  width: 72%;
}
.index-news .box .right .item a .text h3 {
  font-size: 16px;
  padding-left: 2rem;
  font-weight: bold;
  background: url(../images/L_model3_Q.png) no-repeat left center;
}
.index-news .box .right .item a .text p {
  margin-top: 0.5rem;
  background: url(../images/L_model3_A.png) no-repeat left 5px;
  padding-left: 2rem;
  font-size: 15px;
  line-height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .box .right .item:hover a .text h3 {
  text-decoration: underline;
}
.index-news .box .right .item:nth-child(4) {
  margin-bottom: 0;
}
.index-media {
  padding: 3rem 0;
  background: url(../images/K_model2_bg.png) no-repeat top center;
}
.index-media .title {
  position: relative;
}
.index-media .title .bg {
  position: relative;
  width: 20%;
  margin: 0 auto;
}
.index-media .title .bg::before {
  position: absolute;
  content: "";
  border: 1rem solid #031f46;
  border-left-color: transparent;
  border-top: 0px;
  top: 0;
  left: -1rem;
}
.index-media .title .bg::after {
  position: absolute;
  content: "";
  border: 1rem solid #031f46;
  border-right-color: transparent;
  border-top: 0px;
  top: 0;
  right: -1rem;
}
.index-media .title .bg h2 {
  position: relative;
  color: #fff;
  background: #278874;
  width: 47%;
  margin: 0 auto;
  text-align: center;
  line-height: 4rem;
  margin-top: -4rem;
  font-size: 28px;
  font-weight: bold;
}
.index-media .title .bg h2::before {
  position: absolute;
  content: "";
  left: 0;
  margin-left: -4rem;
  border: 2rem solid transparent;
  border-top-color: #278874;
  border-right-color: #278874;
  z-index: 999;
}
.index-media .title .bg h2::after {
  position: absolute;
  content: "";
  left: 100%;
  border: 2rem solid transparent;
  border-top-color: #278874;
  border-left-color: #278874;
  z-index: 999;
}
.index-media .box .item {
  margin-top: 2rem;
  margin-right: 2.6%;
  width: 17.92%;
}
.index-media .box .item img {
  width: 100%;
  display: block;
}
.index-media .box .item:nth-child(5n) {
  margin-right: 0;
}
.index-foot {
  background: #333333;
}
.index-foot .nav {
  width: 100%;
  margin: 0 auto;
  background-color: #278874;
}
.index-foot .nav ul li {
  width: 12.5%;
  position: relative;
  background: url(../images/i_model1_nav.png) no-repeat right center;
}
.index-foot .nav ul li .nav_list {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.index-foot .nav ul li .nav_list b {
  float: left;
}
.index-foot .box {
  padding: 35px 0;
}
.index-foot .box .logo {
  width: 32%;
  text-align: center;
}
.index-foot .box .logo h2 {
  margin-top: 1rem;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  width: 56%;
  margin: 20px auto;
  border-top: 1px dashed #fff;
  padding-top: 20px;
}
.index-foot .box .logo h2 b {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.index-foot .box .detail {
  border-left: 1px solid #fff;
  width: 40%;
  padding: 0 4% 0;
  border-right: 1px solid #fff;
}
.index-foot .box .detail h2 {
  font-size: 16px;
  padding: 8px 0 8px 50px;
  color: #fff;
  background: url(../images/font_icon1.png) no-repeat left 10px;
}
.index-foot .box .detail h2:nth-child(2) {
  background: url(../images/font_icon2.png) no-repeat left center;
}
.index-foot .box .detail h2:nth-child(3) {
  background: url(../images/font_icon3.png) no-repeat left -10px;
}
.index-foot .box .ewm {
  width: 19%;
  text-align: center;
  padding-top: 20px;
}
.index-foot .box .ewm img {
  width: 6.8rem;
  height: 6.8rem;
}
.index-foot .box .ewm h2 {
  color: #fff;
  font-size: 16px;
}
.index-foot .box .text {
  margin-top: 30px;
}
.index-foot .box .text p {
  text-align: center;
  color: #fff;
  line-height: 2rem;
  font-size: 16px;
}
.t-search {
  height: 90px;
  overflow: hidden;
  background: url(../images/yybg.jpg) repeat-x left bottom;
}
.t-search .w1200 .search p {
  float: left;
  font-size: 14px;
  color: #999;
  width: 825px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.t-search .w1200 .search p a {
  margin: 0 4px;
  color: #666;
}
.t-search .w1200 .search p a:hover {
  color: #278874;
}
.t-search .w1200 .search .left {
  background: url(../images/sousuo_01.jpg) no-repeat;
  width: 233px;
  height: 48px;
  border: none;
  padding: 0 0 0 60px;
  float: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #666;
  line-height: 48px;
  outline: none;
  margin-top: 14px;
}
.t-search .w1200 .search .right {
  cursor: pointer;
  float: left;
  background: url(../images/sousuo_02.jpg) no-repeat;
  border: none;
  width: 81px;
  height: 48px;
  margin-top: 14px;
}
.t-position {
  width: 100%;
}
.t-position h2 {
  font-size: 14px;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px dashed #d6d6d6;
}
.t-position h2 a {
  color: #333333;
}
.t-position h2 a:hover {
  color: #278874;
}
.t-position h2 b {
  font-weight: normal;
  margin: 0 6px;
}
.t-position h2::after {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 10px;
  height: 20px;
  background-color: #278874;
}
.t-pages {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.t-pages .pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.t-pages .pagination li {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #eaeaea;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 5px;
}
.t-pages .pagination li a {
  display: block;
  width: 100%;
  color: #333;
}
.t-pages .pagination .active {
  background-color: #278874;
}
.t-pages .pagination .active span {
  color: #fff;
}
.t-pages .pagination .disabled {
  background-color: #278874;
}
.t-pages .pagination .disabled a {
  color: #fff;
}
.t-pages .pagination .disabled span {
  color: #fff;
}
.t-pages .pagination li:hover {
  background-color: #278874;
}
.t-pages .pagination li:hover a {
  color: #fff;
}
.t-pages .pagination li:hover span {
  color: #fff;
}
.cur_nav {
  margin-bottom: 40px;
}
.cur_nav ul {
  display: flex;
  justify-content: center;
}
.cur_nav ul li {
  background: #d9d9d9;
  border-right: 1px solid #e9e9e9;
}
.cur_nav ul li a {
  padding: 10px 60px 10px;
  display: block;
  font-size: 18px;
  color: #333;
}
.cur_nav ul li:hover {
  background: #278874;
}
.cur_nav ul li:hover a {
  color: #fff;
}
.cur_nav ul .active {
  background: #278874;
}
.cur_nav ul .active a {
  color: #fff;
}
.cur_nav ul li:last-child {
  border-right: 0;
}
.news-box .w1200 {
  padding: 40px 0;
}
.news-box .w1200 .news-list {
  width: 100%;
}
.news-box .w1200 .news-list .box ul {
  width: 100%;
}
.news-box .w1200 .news-list .box ul li {
  margin: 0 0 30px 0;
  padding: 25px;
  box-shadow: 2px 4px 10px #b5c2d7;
}
.news-box .w1200 .news-list .box ul li a {
  display: block;
  overflow: hidden;
}
.news-box .w1200 .news-list .box ul li a .pic {
  float: left;
  overflow: hidden;
  width: 30%;
}
.news-box .w1200 .news-list .box ul li a .pic img {
  width: 100%;
  height: 215px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-box .w1200 .news-list .box ul li a .text {
  float: right;
  width: 67%;
}
.news-box .w1200 .news-list .box ul li a .text h2 {
  color: #333333;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.news-box .w1200 .news-list .box ul li a .text .time {
  font-size: 16px;
  padding-left: 20px;
  background: url(../images/new_time.png) no-repeat left center;
}
.news-box .w1200 .news-list .box ul li a .text p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.news-box .w1200 .news-list .box ul li a .text .more {
  margin-top: 15px;
  overflow: hidden;
}
.news-box .w1200 .news-list .box ul li a .text .more b {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #b6b6b6;
  color: #fff;
}
.news-box .w1200 .news-list .box ul li a .text .more b:hover {
  background: #278874;
  color: #fff;
}
.pro-box {
  padding: 0 0 40px 0;
}
.pro-box .box {
  padding: 40px 0;
  overflow: hidden;
}
.pro-box .box .p-nav {
  text-align: center;
}
.pro-box .box .p-nav ul {
  overflow: hidden;
}
.pro-box .box .p-nav ul li {
  width: 277px;
  margin: 10px 10px 10px 10px;
  display: inline-table;
}
.pro-box .box .p-nav ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d6d6d6;
  color: #666666;
  line-height: 40px;
}
.pro-box .box .p-nav ul li:hover a {
  border: 1px solid #278874;
  background-color: #278874;
  color: #fff;
}
.pro-box .box .p-nav ul .active a {
  border: 1px solid #278874;
  background-color: #278874;
  color: #fff;
}
.pro-box .box .p-detail ul {
  overflow: hidden;
}
.pro-box .box .p-detail ul li {
  float: left;
  width: 378px;
  border: 1px solid #d6d6d6;
  margin: 0 30px 30px 0;
}
.pro-box .box .p-detail ul li a {
  display: block;
}
.pro-box .box .p-detail ul li a .pic {
  width: 100%;
  overflow: hidden;
}
.pro-box .box .p-detail ul li a .pic img {
  width: 378px;
  height: 284px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-box .box .p-detail ul li a .pic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .box .p-detail ul li a span {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #333333;
  line-height: 52px;
}
.pro-box .box .p-detail ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-box .box .p-detail ul li:hover {
  border: 1px solid #278874;
}
.pro-box .box .p-detail ul li:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .box .p-detail ul li:hover a span {
  color: #278874;
}
.pro-box .box .case-detail {
  margin-top: 30px;
}
.pro-box .box .case-detail ul {
  overflow: hidden;
}
.pro-box .box .case-detail ul li {
  float: left;
  width: 378px;
  border: 1px solid #d6d6d6;
  margin: 0 30px 30px 0;
}
.pro-box .box .case-detail ul li a {
  display: block;
  position: relative;
}
.pro-box .box .case-detail ul li a .pic {
  width: 100%;
  overflow: hidden;
}
.pro-box .box .case-detail ul li a .pic img {
  width: 378px;
  height: 200px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-box .box .case-detail ul li a .pic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .box .case-detail ul li a span {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #333333;
  line-height: 52px;
}
.pro-box .box .case-detail ul li a .text-h {
  display: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  line-height: 200px;
  width: 100%;
  background: url(../images/projects_09.png) repeat;
  font-size: 16px;
  font-weight: bold;
}
.pro-box .box .case-detail ul li a:hover .text-h {
  display: block;
}
.pro-box .box .case-detail ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-box .box .case-detail ul li:hover {
  border: 1px solid #278874;
}
.pro-box .box .case-detail ul li:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .box .case-detail ul li:hover a span {
  color: #278874;
}
.pro-box .box .t-nav {
  width: 240px;
  float: left;
}
.pro-box .box .t-nav h2 {
  line-height: 76px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #278874;
}
.pro-box .box .t-nav ul li {
  height: 50px;
  line-height: 50px;
  background: url(../images/p14-icon5.png) no-repeat right center #eee;
  margin-top: 2px;
}
.pro-box .box .t-nav ul li a {
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 0 40px 0;
  color: #666;
}
.pro-box .box .t-nav ul li:hover {
  background: url(../images/p14-icon2.png) no-repeat right center #278874;
}
.pro-box .box .t-nav ul li:hover a {
  color: #fff;
}
.pro-box .box .t-nav ul .active {
  background: url(../images/p14-icon2.png) no-repeat right center #278874;
}
.pro-box .box .t-nav ul .active a {
  color: #fff;
}
.pro-box .box .t-nav .tel {
  background-color: #278874;
  color: #fff;
  margin-top: 2px;
  text-align: center;
}
.pro-box .box .t-nav .tel p {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: url(../images/prolist4.png) no-repeat 50px center;
  margin-top: 20px;
  padding-left: 35px;
}
.pro-box .box .t-nav .tel span {
  display: block;
  height: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  padding: 5px 0 30px;
}
.pro-box .box .p-content {
  width: 100%;
}
.pro-box .box .p-content .list ul {
  overflow: hidden;
}
.pro-box .box .p-content .list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.pro-box .box .p-content .list ul li a {
  display: block;
}
.pro-box .box .p-content .list ul li a .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pro-box .box .p-content .list ul li a .pic img {
  width: 100%;
  display: block;
  height: 286px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-box .box .p-content .list ul li a .pic .more {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 286px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.pro-box .box .p-content .list ul li a .pic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .box .p-content .list ul li a h2 {
  text-align: center;
  padding: 7px 0;
}
.pro-box .box .p-content .list ul li:hover {
  border: 1px solid #278874;
}
.pro-box .box .p-content .list ul li:hover a .pic .more {
  display: block;
}
.pro-box .box .p-content .list ul li:hover a h2 {
  color: #278874;
}
.pro-box .box .p-content .list ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-box .box .p-content .list ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
.page-box {
  padding: 40px 0;
}
.page-box .page-contact h1 {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight:bolder;
}
.page-box .page-contact h2 {
  line-height: 26px;
    font-size: 18px;
}
.page-box .page-contact p {
  font-size: 16px;
  margin-top: 10px;
  text-indent: 2em;
}
.page-box .page-contact img {
  display: block;
  margin: 10px auto 10px;
  width: auto;
  max-width: 1200px;
}
.map-box .page-nav {
  height: 55px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.map-box .page-nav ul {
  overflow: hidden;
  display: inline-block;
}
.map-box .page-nav ul li {
  width: 300px;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  background: #f4f4f4;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map-box .page-nav ul li a {
  display: block;
  height: 55px;
  color: #333;
}
.map-box .page-nav ul li:hover {
  background: url(../images/p16-icon6.png) no-repeat bottom center #278874;
  border-right: 1px solid #d8d8d8;
}
.map-box .page-nav ul li:hover a {
  color: #fff;
}
.map-box .page-nav ul .active {
  background: url(../images/p16-icon6.png) no-repeat bottom center #278874;
  border-right: 1px solid #d8d8d8;
}
.map-box .page-nav ul .active a {
  color: #fff;
}
.map-box .map-contact {
  overflow: hidden;
}
.map-box .map-contact .left {
  width: 250px;
  float: left;
}
.map-box .map-contact .right {
  width: 950px;
  float: right;
}
.map-box .map-contact .right h2 {
  height: 45px;
  padding-top: 22px;
  font: 24px "Microsoft YaHei";
  color: #000;
}
.map-box .map-contact .right p {
  padding-top: 15px;
  font: 14px "Microsoft YaHei";
  line-height: 30px;
}
.map-box .map-detail {
  padding: 25px 0;
}
.map-box .map-detail h2 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #278874;
  font-weight: bold;
  margin-top: 25px;
}
.map-box .map-detail p {
  text-transform: Uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #666;
  margin-top: 10px;
}
.map-box .map-detail .list {
  margin-top: 40px;
}
.map-box .map-detail .list ul {
  overflow: hidden;
}
.map-box .map-detail .list ul li {
  float: left;
  width: 344px;
  border-radius: 75px;
  height: 175px;
  border: 1px solid #eee;
  background: #f5f5f5;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 0 20px 0;
}
.map-box .map-detail .list ul li .icon {
  width: 45px;
  margin: 0 auto;
  margin-top: 20px;
}
.map-box .map-detail .list ul li p {
  font-size: 14px;
  color: #333;
  margin: 14px 0 3px 0;
}
.map-box .map-detail .list ul li span {
  display: block;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #333;
}
.map-box .map-detail .list ul li:nth-child(3) {
  margin-right: 0;
}
.mess-box .w1200 {
  padding: 40px 0 60px;
}
.mess-box .w1200 .title {
  text-align: center;
  margin-bottom: 40px;
}
.mess-box .w1200 .title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #278874;
}
.mess-box .w1200 .title p {
  font-size: 20px;
}
.mess-box .w1200 .message ul {
  overflow: hidden;
  width: 100%;
}
.mess-box .w1200 .message ul li {
  width: 380px;
  margin-right: 30px;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.mess-box .w1200 .message ul li input {
  width: 314px;
  height: 36px;
  float: left;
  border: 1px solid #d6d6d6;
  margin: 0;
  padding: 0 50px 0 14px;
  display: block;
  border-radius: 3px;
  font-size: 14px;
}
.mess-box .w1200 .message ul li b {
  position: absolute;
  top: 0;
  right: 10px;
  color: red;
  line-height: 38px;
  font-size: 12px;
  font-weight: normal;
}
.mess-box .w1200 .message ul li:nth-child(3n) {
  margin-right: 0;
}
.mess-box .w1200 .message .text {
  width: 100%;
  margin-bottom: 40px;
}
.mess-box .w1200 .message .text textarea {
  width: 1170px;
  border: 1px solid #d6d6d6;
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 14px;
}
.mess-box .w1200 .message .btn {
  width: 100%;
  height: 50px;
  position: relative;
}
.mess-box .w1200 .message .btn button {
  width: 240px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #278874;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
}
.mess-box .w1200 .message .btn button:first-child {
  top: 0;
  left: 267px;
}
.mess-box .w1200 .message .btn button:last-child {
  top: -2px;
  right: 379px;
}
.show-news .w1200 {
  padding: 40px 0;
}
.show-news .w1200 .left {
  width: 240px;
  float: left;
}
.show-news .w1200 .left .t-nav {
  width: 100%;
}
.show-news .w1200 .left .t-nav h2 {
  line-height: 76px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #278874;
}
.show-news .w1200 .left .t-nav ul li {
  height: 50px;
  line-height: 50px;
  background: url(../images/p14-icon5.png) no-repeat right center #eee;
  margin-top: 2px;
}
.show-news .w1200 .left .t-nav ul li a {
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 0 40px 0;
  color: #666;
}
.show-news .w1200 .left .t-nav ul li:hover {
  background: url(../images/p14-icon2.png) no-repeat right center #278874;
}
.show-news .w1200 .left .t-nav ul li:hover a {
  color: #fff;
}
.show-news .w1200 .left .t-nav ul .active {
  background: url(../images/p14-icon2.png) no-repeat right center #278874;
}
.show-news .w1200 .left .t-nav ul .active a {
  color: #fff;
}
.show-news .w1200 .left .t-nav .tel {
  background-color: #278874;
  color: #fff;
  margin-top: 2px;
  text-align: center;
}
.show-news .w1200 .left .t-nav .tel p {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: url(../images/prolist4.png) no-repeat 50px center;
  margin-top: 20px;
  padding-left: 35px;
}
.show-news .w1200 .left .t-nav .tel span {
  display: block;
  height: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  padding: 5px 0 30px;
}
.show-news .w1200 .left .more-list {
  margin-top: 40px;
  width: 100%;
}
.show-news .w1200 .left .more-list h2 {
  text-align: center;
  height: 48px;
  color: #666;
  font-size: 17px;
  line-height: 48px;
  background-color: #eee;
}
.show-news .w1200 .left .more-list .more {
  margin-top: 2px;
}
.show-news .w1200 .left .more-list .more a {
  display: block;
}
.show-news .w1200 .left .more-list .more a .pic {
  width: 100%;
  overflow: hidden;
}
.show-news .w1200 .left .more-list .more a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show-news .w1200 .left .more-list .more a .pic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.show-news .w1200 .left .more-list .more a h1 {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show-news .w1200 .left .more-list .more a:hover h1 {
  color: #278874;
}
.show-news .w1200 .box {
  float: left;
  width: 930px;
  margin-left: 30px;
}
.show-news .w1200 .box .top {
  padding: 12px 18px 16px 20px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.show-news .w1200 .box .top .pic {
  float: left;
  width: 400px;
}
.show-news .w1200 .box .top .pic img {
  width: 100%;
  display: block;
  max-height: 295px;
}
.show-news .w1200 .box .top .text {
  float: right;
  width: 460px;
  font-size: 16px;
line-height: 30px;
}
.show-news .w1200 .box .top .text h2 {
  font-size: 24px;
  line-height: 40px;
  color: #454545;
  white-space: nowrap;
}

.show-news .w1200 .box .top .text h3 {
  font-size: 16px;
  line-height: 30px;
  color: red;
  white-space: nowrap;
}
.show-news .w1200 .box .top .text p {
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
}
.show-news .w1200 .box .top .more {
  background: url(../images/pc-xc-icon2.png) no-repeat left 19px;
  overflow: hidden;
  padding: 20px 0 0;
  line-height: 44px;
}
.show-news .w1200 .box .top .more span {
  font-size: 18px;
  padding-left: 80px;
}
.show-news .w1200 .box .top .more a {
  width: 114px;
  height: 44px;
  background: #278874;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  display: block;
  float: right;
  color: #fff;
}


.show-news .w1200 .box .tit {
  padding-top: 20px;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}
.show-news .w1200 .box .time {
  font-size: 14px;
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 20px;
}


.show-news .w1200 .box .content h1 {
    color: #333333;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
    border-left: 5px solid #278874;
    border-radius: 3px;
    margin: 30px 0;
    font-weight: bold;
}

.show-news .w1200 .box .content h3 {
    color: #333333;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
    border-radius: 3px;
    margin-bottom: 30px;
    font-weight: bold;
}
 



.prd_08 table{width:100%;overflow:hidden;}
.prd_08 table tr th{font-weight:normal;text-align:left;background-color:#1b6200;padding:10px 10px;color:#fff;font-size:18px;line-height:26px;}
.prd_08 table tr td{font-size:16px;color:#4c4c4c;line-height:24px;padding:10px 10px;}
.prd_08 table tr.even td{background-color:#f1f7ff;}




.show-news .w1200 .box .time span {
  margin: 0 10px;
  color: #999999;
}
.show-news .w1200 .box .content p {
  font-size: 16px;
  color: #666666;
  margin: 10px 0;
  text-indent: 2em;
}
.show-news .w1200 .box .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.show-news .w1200 .box .nex {
  border-top: 1px dashed #d6d6d6;
  padding: 10px 0;
}
.show-news .w1200 .box .nex p {
  padding: 10px 0 0 0;
  font-size: 16px;
}
.show-news .w1200 .box .nex p span {
  background-color: #a2a2a2;
  color: #ffffff;
  padding: 4px 10px;
  margin: 0 10px 0 0;
}
.show-news .w1200 .box .nex p a {
  color: #666666;
}
.show-news .w1200 .box .nex p a:hover {
  color: #278874;
}
