* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", "arial";
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
@font-face {
  font-family: "DINPro-Light_0";
  src: url("../fonts/DINPro-Light_0.woff2") format("woff2"), url("../fonts/DINPro-Light_0.woff") format("woff"), url("../fonts/DINPro-Light_0.ttf") format("truetype"), url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"), url("../fonts/DINPro-Light_0.svg") format("svg");
}
@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.woff2") format("woff2"), url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.eot") format("embedded-opentype"), url("../fonts/DIN-BOLD.svg") format("svg");
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1025px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes dong3 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header {
  height: 97px;
}
.header .logo {
  float: left;
  padding-left: 56px;
  display: block;
  height:100%;
}
.header .logo img{ margin-top: 26px;}
.header .tel {
  float: right;
  color: #333;
  z-index: 9;
  line-height: 30px;
  margin-top: 18px;
  padding-left: 45px;
  position: relative;
  padding-right: 40px;
}
.header .tel img {
  left: 0;
  top: 14px;
  position: absolute;
}
.header .tel span {
  font-size: 30px;
  display: block;
  font-weight: 700;
  font-family: arial;
  margin-top: 16px;
}
.header .tel a {
  color: #333;
}
.header .bgcolor {
  height: 97px;
  float: right;
  width: 105px;
  color: #fff;
  background: #0ea3b1;
}
.header .bgcolor .search {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 97px;
  display: inline-block;
}
.header .bgcolor .search a {
  display: block;
}
.header .bgcolor .search img {
  vertical-align: middle;
}
.header .bgcolor .language {
  vertical-align: top;
  padding-left: 30px;
  display: inline-block;
  font-size: 17px;
  line-height: 97px;
  font-family: arial;
  position: relative;
}
.header .bgcolor .language:after {
  
}
.header .bgcolor .language a {
  color: #fff;
}
.header .bgcolor .language img {
  vertical-align: middle;
  margin-right: 5px;
}
.header .bgcolor .language .ico {
  margin-top: -8px;
}
.header .menu {
  right: 20px;
  top: 6px;
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
}
@media (max-width: 1700px) {
  .header .logo {
    padding-left: 20px;
	width: 320px; 
  }
  .header .nav li {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  .header .bgcolor {
width: 90px;
  }
  .header .tel {
    padding-right: 15px;
    margin-left: 0;
  }
  .header .tel span {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .header .tel {
    display: none;
  }
  .header .bgcolor {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 42px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    position: fixed;
  }
  .header .logo {
    margin-top: 5px; width: 74%;
  }
  .header .logo img {
    max-height: 50px; margin-top: 4px;
  }
  .header .menu {
    display: block;
  }
}
.nav {
  float: right;
  padding-right: 30px;
}
.nav li {
  float: left;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
  text-align: center;
}
.nav li > a {
  color: #333;
  font-size: 18px;
  line-height: 97px;
  display: block;
}
.nav li > a:after {
  content: "";
  height: 3px;
  bottom: 0;
  left: 50%;
  opacity: 0;
  width: 0;
  background: #0ea3b1;
  position: absolute;
  transition: all 500ms ease;
}
.nav li .subnav {
  top: 94px;
  left: 0;
  width: 200px;
  z-index: 9;
  left: 50%;
  font-size: 15px;
  display: none;
  padding: 20px;
  background: #fff;
  font-weight: lighter;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-top: solid 3px #0ea3b1;
  transform: translateX(-50%);
  position: absolute;
}
.nav li .subnav a {
  display: block;
  overflow: hidden;
  color: #555;
  padding: 2px 5px;
  transition: all 0s ease;
}
.nav li .subnav a:hover {
  color: #0ea3b1;
  font-weight: bold;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:hover > a,
.nav .active > a {
  color: #0ea3b1;
}
.nav li:hover:after,
.nav .active:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.phone-nav .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav {
  top: 0;
  z-index: 1999;
  position: fixed;
  right: -150%;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.phone-nav .close {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 20px;
}
.phone-nav .close img {
  max-height: 40px;
}
.phone-nav .box {
  height: 100%;
  overflow-y: auto;
  padding: 0px 20px 0 20px;
  -webkit-overflow-scrolling: touch;
  background: url(../images/bg-2.png) no-repeat bottom center #ffffff;
}
.phone-nav .list-menu {
  padding-top: 100px;
  background: url(../images/pbg.png) no-repeat top center rgba(255, 255, 255, 0.5);
}
.phone-nav .list-menu li {
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav .list-menu li h3 {
  color: #0ea3b1;
  padding-left: 20px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.phone-nav .list-menu li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #000;
}
.phone-nav .list-menu li a span {
  z-index: 9;
  display: inline-block;
  position: relative;
}
.phone-nav .list-menu li i {
  position: absolute;
  right: 0;
  top: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-style: inherit;
  cursor: pointer;
}
.phone-nav .list-menu li i:after {
  content: "+";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
}
.phone-nav .list-menu .submenu {
  display: none;
  padding-bottom: 20px;
}
.phone-nav .list-menu .submenu a {
  color: #555;
  font-size: 14px;
  padding: 0px 0px 0 20px;
}
.banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner .slick-dots {
  bottom: 40px;
  margin: 0 auto;
  background: #18214e;
  width: 150px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}
.banner .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  margin-top: 5px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 3px #fff solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.banner .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.banner .slick-dots li button:before {
  content: "";
  display: none;
}
.banner .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots li:hover button {
  background: #ffffff;
}
.banner .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.banner .slick-dots .slick-active button {
  background: #0ea3b1!important;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 42px;
  }
  .banner .slick-dots {
    bottom: 10px; width: 66px;height: 11px;
  }
  .banner .slick-dots li {
    width: 4px;
    height: 4px; margin: 0 4px; margin-top: 3px;
  }
  .banner .slick-dots .slick-active button {
    background: #0ea3b1 !important;
  }
  .banner .slick-dots .slick-active::after {
    display: none;
  }
  
  .banner .slick-dots li button{height: 6px;width: 6px;}
  
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index-title {
  color: #333;
  text-align: center;
  position: relative;
}
.index-title .cn {
  z-index: 2;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}
.index-title .cn span {
  color: #0ea3b1;
}
.index-title .txt {
  font-size: 15px;
  margin-top: 25px;
}
.index-title .en {
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #f3f3f3;
  font-size: 134px;
  line-height: 140px;
  font-weight: 700;
  font-family: arial;
  position: absolute;
  transform: translateY(-64%);
  text-transform: uppercase;
}
.response-animated .e_container-26 {
 animation-name:none,none;
 animation-delay:0.0s,0.6s;
 animation-duration:0.6s,0.6s;
 animation-iteration-count:1,1
}
 .e_button-30 {
	 color:#ffffff;
 display:block;
 position:relative;
 overflow:hidden;
 text-align:center;
 box-sizing:border-box;
 width:140px;
 padding:10px;
 background_radio:2;
 border_radio:2;
 font_radio:1;
 radius_radio:2;
 background-color:rgba(11,103,169,1);
 border-style:solid;
 border-width:0px;
 border-color:#f08200;
 border-top-left-radius:0px;
 border-top-right-radius:0px;
 border-bottom-left-radius:0px;
 border-bottom-right-radius:0px;
 margin-right:0px;
 margin-left:auto;
 display-radio:block
}
 .e_button-30 span {
 display:block;
 width:100%;
 position:relative;
 z-index:1;
 outline:0;
 margin:0px;
 overflow:hidden
}
 .e_button-30::after {
 content:"";
 position:absolute;
 width:0;
 height:100%;
 transition:all .3s;
 z-index:0;
 opacity:0;
 top:0;
 left:0px
}
 .e_button-30:hover::after {
 opacity:1
}
 .e_button-30:hover {
 background-color:rgba(242,158,44,1);
 color:rgba(255,255,255,1);
 border-style:solid;
 border-color:#004299;
 border-width:0px
}

.e_container-26 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 display-radio:flex;
 margin-left:auto;
 margin-right:auto;
}
.e_container-26 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}

 .e_container-26 .cbox-26-0 {
 align-self:center
}
 .e_container-26 .cbox-26-1 {
 align-self:center
}
.s_title1{ font-size:32px; color:#333; margin-bottom:10px;}
.s_title1 strong{ color:#0ea3b1;}
.s_title2{ font-size:16px; color:#666;}

@media (max-width: 1200px) {
	.s_title1{font-size: 16px;}
	.s_title2{ display:none;}
	.e_button-30{width: 96px;padding: 5px;}
	
  .index-title .en {
    display: none;
  }
  .index-title .cn {
    font-size: 24px;
    line-height: 40px;
  }
  .index-title .txt {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 20px;
  }
}
.index-product {
  overflow: hidden;
  padding: 60px 0 60px 0;
  background: #eef0f3;
  background: url(../images/product-bg.jpg) no-repeat top center #f6f6f7;
}
.index-product .index-title .en {
  color: #eee;
}
.index-product .scroll a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
  margin: 40px 10px 20px 10px;
}
.index-product .scroll a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 20%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../images/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .index-product .scroll a {
    background: #fff;
  }
}
.index-product .scroll a:hover {
  border-color: #0ea3b1;
  background: #0ea3b1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.index-product .scroll a:hover:before {
  opacity: 1;
}
.index-product .scroll a:hover .pic:before {
  opacity: 1;
}
.index-product .scroll a:hover .pic img {
  transform: scale(1.05);
}
.index-product .scroll a:hover .bg {
  border-color: #0ea3b1;
}
.index-product .scroll a:hover .bg .tit,
.index-product .scroll a:hover .bg .txt {
  color: #fff;
}
.index-product .scroll a:hover .more {
  background: #fff;
  color: #0ea3b1;
  fill: #0ea3b1;
}
.index-product .scroll .pic {
  overflow: hidden;
  position: relative;
}
.index-product .scroll .pic img {
  transition: all 700ms ease;
}
.index-product .scroll .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(12, 64, 137, 0.7);
}
.index-product .scroll .pic:after {
  content: "";
  display: block;
  padding-bottom: 86.5%;
}
.index-product .scroll .bg {
  height: 185px;
  margin: 0 15px;
  padding-top: 30px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.index-product .scroll .txt {
  font-size: 17px;
  height: 48px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.index-product .scroll .more {
  fill: #fff;
  max-width: 146px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  background: #0ea3b1;
}
.index-product .scroll .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
.index-product .scroll .slick-dots {
  bottom: -30px;
}
.index-product .scroll .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-product .scroll .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 1px #0ea3b1 solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-product .scroll .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 1px;
  left: -1px;
  margin: auto;
  background: #0ea3b1;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.index-product .scroll .slick-dots li button:before {
  content: "";
  display: none;
}
.index-product .scroll .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-product .scroll .slick-dots li:hover button {
  background: #0ea3b1;
}
.index-product .scroll .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-product .scroll .slick-dots .slick-active button {
  background: #0ea3b1 !important;
}
@media (max-width: 1200px) {
  .index-product {
    padding: 30px 0 50px 0;
  }
  .index-product .scroll .slick-dots {
    bottom: -20px;
  }
  .index-product .scroll a {
    margin-left: 5px;
    margin-right: 5px;
  }
}


#c_static_536-1653898845034 {
 min-height:300px;
 background-fill-value:background-image;
 background:url(../picture/86479c5c-6f04-4780-914d-ac554087ddc3.jpg) no-repeat center/cover;
 background-attachment:fixed;
 padding-top:80px;
 padding-bottom:80px;
 display-radio:1;
 background-image:url(../picture/86479c5c-6f04-4780-914d-ac554087ddc3.jpg);
 background-repeat:no-repeat;
 background-size:cover;
 background-position:top center
}
#c_static_536-1653898845034 .e_container-1 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:94%;
 max-width:1600px;
 margin-left:auto;
 margin-right:auto
}
#c_static_536-1653898845034 .e_container-1 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_container-2 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%
}
#c_static_536-1653898845034 .e_container-2 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_container-3 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 margin-top:50px
}
#c_static_536-1653898845034 .e_container-3 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_richText-4 {
 font_radio:2;
 font-size:42px;
 color:rgba(255,255,255,1);
 line-height:1.5
}
#c_static_536-1653898845034 .e_text-5 {
 line-height:normal;
 font_radio:2;
 font-size:24px;
 color:rgba(255,255,255,1);
 margin-top:10px;
 font-family:Arial;
 display-radio:1
}
#c_static_536-1653898845034 .e_button-7 {
 display:block;
 position:relative;
 overflow:hidden;
 text-align:center;
 box-sizing:border-box;
 width:140px;
 padding:8px;
 background_radio:2;
 border_radio:2;
 font_radio:2;
 radius_radio:2;
 background-color:rgba(242,158,44,1);
 font-size:14px;
 border-style:solid;
 border-width:1px;
 border-color:rgba(242,158,44,1);
 border-top-left-radius:0px;
 border-top-right-radius:0px;
 border-bottom-left-radius:0px;
 border-bottom-right-radius:0px;
 color:rgba(255,255,255,1);
 display-radio:block;
 padding-top:10px;
 padding-bottom:10px
}
#c_static_536-1653898845034 .e_button-7 span {
 display:block;
 width:100%;
 position:relative;
 z-index:1;
 outline:0;
 margin:0px;
 overflow:hidden
}
#c_static_536-1653898845034 .e_button-7::after {
 content:"";
 position:absolute;
 width:0;
 height:100%;
 transition:all .3s;
 z-index:0;
 opacity:0;
 top:0;
 left:0px
}
#c_static_536-1653898845034 .e_button-7:hover::after {
 opacity:1
}
#c_static_536-1653898845034 .e_button-7:hover {
 background-color:rgba(14,112,185,1);
 font-size:14px;
 border-style:solid;
 border-color:rgba(14,112,185,1);
 border-top-left-radius:0px;
 border-top-right-radius:0px;
 border-bottom-left-radius:0px;
 border-bottom-right-radius:0px
}
#c_static_536-1653898845034 .e_container-9 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 background-color:rgba(240,241,245,1);
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:rgba(221,221,221,1);
 padding-left:15px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:15px
}
#c_static_536-1653898845034 .e_container-9 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_scrollNumber-13 {
 height:60px;
 line-height:60px;
 font-size:40px;
 font_radio:2;
 text-align:center;
 display-radio:1
}
#c_static_536-1653898845034 .e_text-14 {
 font_radio:2;
 text-align:center;
 font-size:14px;
 color:rgba(51,51,51,1);
 line-height:2
}
#c_static_536-1653898845034 .e_scrollNumber-13 .p_num {
 font-size:50px;
 font-family:Arial;
 color:rgba(14,112,185,1);
 font-weight:bold;
 display-radio:1
}
#c_static_536-1653898845034 .e_scrollNumber-13 .p_plus {
 font-size:14px;
 color:rgba(51,51,51,1)
}
#c_static_536-1653898845034 .e_container-15 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 background-color:rgba(240,241,245,1);
 border-right-style:none;
 border-right-color:rgba(221,221,221,1);
 padding-left:15px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:15px
}
#c_static_536-1653898845034 .e_container-15 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_scrollNumber-16 {
 height:60px;
 line-height:60px;
 font-size:40px;
 font_radio:2;
 text-align:center
}
#c_static_536-1653898845034 .e_scrollNumber-16 .p_num {
 font-size:50px;
 font-family:Arial;
 color:rgba(14,112,185,1);
 font-weight:bold
}
#c_static_536-1653898845034 .e_scrollNumber-16 .p_plus {
 font-size:14px;
 color:rgba(51,51,51,1)
}
#c_static_536-1653898845034 .e_text-17 {
 font_radio:2;
 text-align:center;
 font-size:14px;
 color:rgba(51,51,51,1);
 line-height:2
}
#c_static_536-1653898845034 .e_container-18 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 background-color:rgba(14,112,185,0.8);
 border-right-style:solid;
 border-right-color:rgba(255,255,255,0.2);
 padding-left:15px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:15px;
 border-right-width:1px
}
#c_static_536-1653898845034 .e_container-18 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_scrollNumber-19 {
 height:60px;
 line-height:60px;
 font-size:40px;
 font_radio:2;
 text-align:center
}
#c_static_536-1653898845034 .e_scrollNumber-19 .p_num {
 font-size:50px;
 font-family:Arial;
 color:rgba(255,255,255,1);
 font-weight:bold
}
#c_static_536-1653898845034 .e_scrollNumber-19 .p_plus {
 font-size:14px;
 color:rgba(255,255,255,1)
}
#c_static_536-1653898845034 .e_text-20 {
 font_radio:2;
 text-align:center;
 font-size:14px;
 color:rgba(255,255,255,1);
 line-height:2
}
#c_static_536-1653898845034 .e_container-21 {
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 width:100%;
 background-color:rgba(14,112,185,0.8);
 border-right-style:none;
 border-right-color:rgba(255,255,255,0.2);
 padding-left:15px;
 padding-top:30px;
 padding-bottom:30px;
 padding-right:15px
}
#c_static_536-1653898845034 .e_container-21 > .p_item {
 flex:1;
 max-width:100%;
 max-height:100%
}
#c_static_536-1653898845034 .e_scrollNumber-22 {
 height:60px;
 line-height:60px;
 font-size:40px;
 font_radio:2;
 text-align:center
}
#c_static_536-1653898845034 .e_scrollNumber-22 .p_num {
 font-size:50px;
 font-family:Arial;
 color:rgba(255,255,255,1);
 font-weight:bold
}
#c_static_536-1653898845034 .e_scrollNumber-22 .p_plus {
 font-size:14px;
 color:rgba(255,255,255,1)
}
#c_static_536-1653898845034 .e_text-23 {
 font_radio:2;
 text-align:center;
 font-size:14px;
 color:rgba(255,255,255,1);
 line-height:2
}
#c_static_536-1653898845034 .e_video-24 {
 width:100%;
 position:relative
}
#c_static_536-1653898845034 .e_video-24 video {
 width:100%;
 display:block
}
#c_static_536-1653898845034 .e_video-24 .p_video {
 position:relative
}
#c_static_536-1653898845034 .e_video-24 .cover {
 width:100%;
 height:100%;
 position:absolute;
 left:0;
 top:0
}
#c_static_536-1653898845034 .e_video-24 .cover .coverImage {
 width:100%;
 height:100%
}
#c_static_536-1653898845034 .e_video-24 .cover .coverImage img {
 width:100%;
 height:100%;
 object-fit:contain
}
#c_static_536-1653898845034 .e_video-24 .cover .playBtn {
 position:absolute;
 width:80px;
 height:80px;
 z-index:2;
 left:50%;
 top:50%;
 margin:-40px auto auto -40px;
 cursor:pointer
}
#c_static_536-1653898845034 .e_richText-25 {
 display-radio:1;
 font_radio:1;
 padding-top:35px;
 padding-bottom:45px;
 margin-left:0px;
 padding-right:30px
}
#c_static_536-1653898845034 .e_richText-25 p{ color:#ffffff; font-size:16px; line-height:24px;}
@media screen and (max-width:768px) {
 #c_static_536-1653898845034 {
  padding-bottom:30px;
  padding-top:30px;
  background-attachment:unset
 }
 #c_static_536-1653898845034 .e_richText-4 {
  font-size:22px
 }
 #c_static_536-1653898845034 .e_text-5 {
  font-size:16px
 }
 #c_static_536-1653898845034 .e_container-3 {
  margin-top:30px
 }
 #c_static_536-1653898845034 .e_container-3 > .p_item {
  flex:0 0 50%
 }
 #c_static_536-1653898845034 .e_container-9 {
  padding:10px
 }
 #c_static_536-1653898845034 .e_container-15 {
  padding:10px
 }
 #c_static_536-1653898845034 .e_container-18 {
  padding:10px
 }
 #c_static_536-1653898845034 .e_container-21 {
  padding:10px
 }
 #c_static_536-1653898845034 .e_scrollNumber-13 {
  height:40px;
  line-height:40px;
  font-size:40px
 }
 #c_static_536-1653898845034 .e_scrollNumber-16 {
  height:40px;
  line-height:40px;
  font-size:40px
 }
 #c_static_536-1653898845034 .e_scrollNumber-19 {
  height:40px;
  line-height:40px;
  font-size:40px
 }
 #c_static_536-1653898845034 .e_scrollNumber-22 {
  height:40px;
  line-height:40px;
  font-size:40px
 }
 #c_static_536-1653898845034 .p_num {
  font-size:32px !important
 }
 #c_static_536-1653898845034 .p_plus {
  font-size:12px !important
 }
 #c_static_536-1653898845034 .e_container-2 {
  display-radio:1;
  flex-direction:column
 }
 #c_static_536-1653898845034 .e_button-7 {
  background_radio:1;
  border_radio:1;
  font_radio:1;
  radius_radio:1;
  display-radio:1;
  margin-bottom:30px
 }
}

.index-cjyy {
  overflow: hidden;
  padding-top: 130px;
}
.index-cjyy .text {
  color: #333;
  font-size: 17px;
  text-align: center;
  padding: 50px 100px;
  line-height: 32px;
}
.index-cjyy .slider-nav {
  padding-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.index-cjyy .slider-nav .item {
  cursor: pointer;
}
.index-cjyy .slider-nav .iconbox {
  display: inline-block;
  position: relative;
}
.index-cjyy .slider-nav .iconbox img {
  display: inline-block;
  max-height:190px;
}
.index-cjyy .slider-nav .iconbox .iconh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-cjyy .slider-nav .tit {
  color: #333;
  font-size: 20px;
  font-weight:500;
  margin-top: 15px;
}
.index-cjyy .slider-nav .tit p{ font-size:12px; color:#afafaf;width: 80%; margin: 10px auto;}
.index-cjyy .slider-nav .slick-current .iconbox .icon {
  opacity: 0;
}
.index-cjyy .slider-nav .slick-current .iconbox .iconh {
  opacity: 1;
}
.index-cjyy .slider-nav .slick-current .tit {
  color: #0ea3b1;
}
.index-cjyy .slider-for {
  width: 105%;
  margin-left: -47px;
}
.index-cjyy .slider-for .item {
  position: relative;
}
.index-cjyy .slider-for .item:hover .txtbox {
  transform: translateY(-70%);
}
.index-cjyy .slider-for .item:hover .pic:before {
  background: rgba(26, 40, 89, 0.83);
}
.index-cjyy .slider-for .item:hover .txt {
  display: inline-block;
}
.index-cjyy .slider-for .pic {
  position: relative;
}

.index-cjyy .slider-for .pic:after {
  content: "";
  display: block;
  padding-bottom: 214%;
}

.index-cjyy .slider-for .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(26, 40, 89, 0.4);
}
.index-cjyy .slider-for .txtbox {
  top: 50%;
  color: #fff;
  width: 100%;
  z-index: 2;
  padding: 0 50px;
  transition: all 600ms ease;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.index-cjyy .slider-for .txtbox img {
  display: inline-block;
}
.index-cjyy .slider-for .txtbox .iconbox {
  width: 144px;
  height: 114px;
  margin: 0 auto;
  background: url(../images/sicon.png) no-repeat top center;
}
.index-cjyy .slider-for .txtbox .iconbox img {
  margin-top: 45px;
  transform: scale(0.9);
}
.index-cjyy .slider-for .txtbox .tit {
  font-size: 25px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  margin: 40px 0;
}
.index-cjyy .slider-for .txtbox .txt {
  font-size: 16px;
  text-align: left;
  display: none;
  transition: all 500ms ease;
  position: relative;
}
.index-cjyy .slider-for .txtbox .txt span {
  display: block;
  height: 72px;
  overflow: hidden;
}
.index-cjyy .slider-for .txtbox .txt:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: -12px;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(255, 255, 255, 0.85);
}
.index-cjyy .slider-for .txtbox .more {
  width: 146px;
  height: 38px;
  color: #777;
  margin: 0 auto;
  margin-top: 70px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
}
.index-cjyy .slider-for .txtbox .more svg {
  fill: #fff;
  float: right;
  width: 25px;
  height: 25px;
  font-weight: lighter;
  margin: 7px 15px 0 0;
}
.index-cjyy .slider-for .slick-current .pic:before {
  background: rgba(26, 40, 89, 0.83);
}
.index-cjyy .slider-for .slick-current .txt {
  display: block;
}
.index-cjyy .slider-for .slick-prev,
.index-cjyy .slider-for .slick-next {
  width: 66px;
  height: 66px;
  border: 0;
  opacity: 0.8;
  margin-top: 0px;
}
.index-cjyy .slider-for .slick-prev,
.index-cjyy .slider-for .slick-next {
  background: url(../images/next.png) no-repeat top center;
}
.index-cjyy .slider-for .slick-prev {
  left: 355px;
  transform: rotate(180deg);
}
.index-cjyy .slider-for .slick-next {
  right: 350px;
}
@media (max-width: 1300px) {
  .index-cjyy .slider-for .slick-prev,
  .index-cjyy .slider-for .slick-next {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1025px) {
  .index-cjyy {
    padding: 30px 0 0px 0;
  }
  .index-cjyy .text {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    display: none;
  }
  .index-cjyy .slider-nav {
    padding: 30px 0;
  }
  .index-cjyy .slider-nav .iconbox img {
    max-height: 32px;
  }
  .index-cjyy .slider-nav .tit {
    font-size: 14px;
  }
  .index-cjyy .slider-for {
    width: 100%;
    margin-left: 0;
  }
  .index-cjyy .slider-for .txtbox {
    padding: 0 15px;
  }
  .index-cjyy .slider-for .txtbox .tit {
    margin: 0;
    font-size: 16px;
  }
  .index-cjyy .slider-for .txtbox .txt {
    display: none;
  }
  .index-cjyy .slider-for .txtbox .iconbox {
    width: auto;
    height: auto;
    background: none;
  }
  .index-cjyy .slider-for .txtbox .iconbox img {
    margin-top: 0;
  }
  .index-cjyy .slider-for .more {
    display: none;
  }
}
.index-about {
  padding-top: 130px;
  padding-bottom: 160px;
  overflow: hidden;
  background: url(../images/about-bg.jpg) no-repeat center bottom;
}
.index-about .text {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #333;
  padding: 40px 0;
}
.index-about .mapbox {
  width: 70%;
  float: left;
  position: relative;
}
.index-about .mapbox .txt {
  color: #333;
  position: absolute;
}
.index-about .mapbox .txt span {
  display: block;
}
.index-about .mapbox .icon {
  position: relative;
}
.index-about .mapbox .icon img {
  z-index: 2;
  position: relative;
}
.index-about .mapbox .icon:before {
  content: "";
  width: 40px;
  height: 40px;
  bottom: -8px;
  left: -10px;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  border: solid 10px rgba(30, 80, 174, 0.1);
  animation: 1.5s dong2 ease infinite;
}
.index-about .mapbox .txt1 {
  top: 230px;
  left: 570px;
}
.index-about .mapbox .txt2 {
  top: 352px;
  left: 621px;
}
.index-about .mapbox .txt2 .icon:before {
  animation: 1.3s dong2 ease infinite;
  border: solid 10px rgba(255, 0, 0, 0.1);
}
.index-about .mapbox .txt3 {
  top: 400px;
  left: 670px;
}
.index-about .mapbox .txt3 .icon:before {
  animation: 1.2s dong2 ease infinite;
}
.index-about .mapbox .txt4 {
  bottom: 130px;
  right: 260px;
}
.index-about .mapbox .txt4 .icon:before {
  animation: 1.3s dong2 ease infinite;
}
.index-about .mapbox .txt5 {
  bottom: 90px;
  right: 340px;
}
.index-about .mapbox .txt5 .icon:before {
  animation: 1s dong2 ease infinite;
}

.index-about .mapbox .txt6 {
  top: 400px;
  left: 537px;
}
.index-about .list {
  width: 30%;
  float: right;
  padding-top: 60px;
}
.index-about .list .tit {
  font-size: 38px;
  line-height: 48px;
  color: #333;
}
.index-about .list ul {
  margin-top: 60px;
  padding-left: 40px;
  margin-left: 40px;
  font-size: 21px;
  color: #222222;
  border-left: solid 1px #adadad;
}
.index-about .list ul li {
  padding: 22px 0;
}
.index-about .list ul li p:first-child {
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  color: #0ea3b1;
  font-family: arial;
  padding-bottom: 5px;
}
.index-about .list ul .txt {
  font-size: 36px;
  line-height: 46px;
  padding-top: 10px;
  position: relative;
}
.index-about .list ul .txt:before {
  content: "";
  width: 9px;
  height: 9px;
  top: 30px;
  left: -45px;
  border-radius: 100%;
  background: #222;
  position: absolute;
}
@media (max-width: 1025px) {
  .index-about {
    padding: 30px 0 50px 0;
  }
  .index-about .text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-top: 20px;
  }
  .index-about .mapbox {
    width: 100%;
    float: none;
    display: none;
  }
  .index-about .list {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .index-about .list .tit {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .index-about .list ul {
    border-left: 0;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .index-about .list ul li {
    width: 50%;
    float: left;
    padding: 10px 0;
  }
  .index-about .list ul li p:first-child {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .list ul .txt {
    display: none;
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .list ul .txt:before {
    display: none;
  }
}
.index-news {
  min-height: 948px;
  overflow: hidden;
  padding: 130px 0 90px 0;
  background: url(../images/news-bg.jpg) no-repeat top center #f8f8f8;
}
.index-news .more-2 {
  margin-top: 60px;
  text-align: center;
}
.index-news .more-2 a {
  width: 210px;
  height: 54px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  background: #1e50ae;
}
.index-news .more-2 a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: 13px 0 0 10px;
  vertical-align: top;
}
.index-news .more-2 a:hover {
  box-shadow: 0 0 20px rgba(30, 80, 174, 0.4);
}
.index-news .index-title {
  margin-bottom: 50px;
}
.index-news .listleft {
  width: 66.3%;
  float: left;
}
.index-news .listleft li {
  width: 50%;
  float: left;
  padding: 0 11px;
}
.index-news .listleft li .item {
  padding: 23px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  position: relative;
  background: #fff;
}
.index-news .listleft li .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .listleft li .item:hover .tit {
  color: #0ea3b1;
}
.index-news .listleft li .item:hover .more {
  color: #fff;
  border-color: #fff;
  background: #1e50ae;
}
.index-news .listleft li .item:hover .more svg {
  fill: #fff;
}
.index-news .listleft li .item:hover .time {
  background: url(../images/news-ico-h.png) no-repeat;
}
.index-news .listleft li .time {
  width: 81px;
  height: 81px;
  color: #fff;
  right: 0;
  top: 0px;
  line-height: 16px;
  font-family: arial;
  text-align: center;
  position: absolute;
  padding-top: 10px;
  background: url(../images/news-ico.png) no-repeat;
}
.index-news .listleft li .time span {
  display: block;
}
.index-news .listleft li .time .date {
  font-size: 38px;
  line-height: 38px;
}
.index-news .listleft li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .listleft li .pic img {
  transition: all 700ms ease;
}
.index-news .listleft li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.9%;
}
.index-news .listleft li .txtbox {
  padding-right: 100px;
  position: relative;
}
.index-news .listleft li .tit {
  font-size: 18px;
  color: #333;
  height: 30px;
  overflow: hidden;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
.index-news .listleft li .txt {
  font-size: 14px;
  color: #777;
  height: 44px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 22px;
}
.index-news .listleft li .more {
  width: 146px;
  height: 38px;
  color: #777;
  margin-top: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #c9c9c9;
}
.index-news .listleft li .more svg {
  float: right;
  fill: #777;
  margin: 8px 15px 0 0;
  display: inline-block;
}
.index-news .listright {
  width: 33%;
  float: right;
}
.index-news .listright li {
  background: #fff;
  padding: 23px 40px 22px 40px;
  border: solid 2px #fff;
}
.index-news .listright li a {
  display: block;
}
.index-news .listright li .tit {
  color: #333;
  height: 24px;
  font-weight: 600;
  overflow: hidden;
  font-size: 16px;
}
.index-news .listright li .txt {
  height: 44px;
  color: #777;
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
}
.index-news .listright li .time {
  color: #333;
  font-family: arial;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-top: solid 1px #eaeaea;
}
.index-news .listright li .time:before {
  content: "";
  width: 33px;
  height: 2px;
  right: -1px;
  top: 47px;
  background: #bababa;
  position: absolute;
}
.index-news .listright li .time:after {
  width: 16px;
  height: 16px;
  content: "";
  right: 0;
  top: 40px;
  position: absolute;
  transform: rotate(135deg);
  border-left: solid 2px #bababa;
  border-top: solid 2px #bababa;
}
.index-news .listright li .time span {
  display: block;
}
.index-news .listright li .time span:first-child {
  font-size: 38px;
  line-height: 40px;
}
.index-news .listright li:hover {
  border-color: #0ea3b1;
}
.index-news .listright li:hover .tit {
  color: #0ea3b1;
}
.index-news .listright li:hover .time {
  color: #0ea3b1;
  border-color: #0ea3b1;
}
.index-news .listright li:hover .time:before {
  background: #0ea3b1;
}
.index-news .listright li:hover .time:after {
  border-left-color: #0ea3b1;
  border-top-color: #0ea3b1;
}
.index-news .listright li:first-child {
  margin-top: 0;
}
@media (max-width: 1025px) {
  .index-news {
    padding: 30px 0 50px 0;
    min-height: auto;
  }
  .index-news .index-title {
    margin-bottom: 20px;
  }
  .index-news .listleft,
  .index-news .listright {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .index-news .listleft li {
    padding: 0;
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .index-news .listleft li .txtbox {
    width: 100%;
    padding-right: 0;
  }
  .index-news .listleft li .time {
    display: none;
  }
  .index-news .listright li {
    padding: 30px 10px;
  }
}
.index-hezuo {
  overflow: hidden;
  padding: 130px 0;
}
.index-hezuo .scroll {
  margin: 0 -10px;
  margin-top: 40px;
}
.index-hezuo .scroll .items {
  float: left;
  width: 20%;
  padding: 10px;
}
.index-hezuo .scroll .tu {
  transition: all 700ms ease;
  border: solid 1px #efefef;
  position: relative;
}
.index-hezuo .scroll .tu:after {
  content: "";
  display: block;
  padding-bottom: 52%;
}
.index-hezuo .scroll .tu:hover {
  border-color: #0ea3b1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.index-hezuo .slick-dots {
  bottom: -60px;
}
.index-hezuo .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-hezuo .slick-dots li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  background: transparent;
  border: 1px #0ea3b1 solid;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.index-hezuo .slick-dots li button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 1px;
  left: -1px;
  margin: auto;
  background: #0ea3b1;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.index-hezuo .slick-dots li button:before {
  content: "";
  display: none;
}
.index-hezuo .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-hezuo .slick-dots li:hover button {
  background: #0ea3b1;
}
.index-hezuo .slick-dots .slick-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-hezuo .slick-dots .slick-active button {
  background: #0ea3b1 !important;
}
@media (max-width: 1025px) {
  .index-hezuo {
    padding: 0px 0 100px 0;
  }
  .index-hezuo .scroll {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .index-hezuo .scroll .items {
    padding: 5px;
  }
}
.footer {
  color: #b5b5b5;
  padding-top: 60px;
  border-top: solid 4px #0ea3b1;
  background: #201f1f;clear:both
}
.footer a {
  color: #b5b5b5;
  display: block;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer h3 {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: normal;
}
.footer h3 a {
  color: #fff;
}
.footer ul {
  padding-bottom: 60px;
}
.footer ul li {
  float: left;
  width: 21%;
  position: relative;
}
.footer ul .weixin {
  width: 18%;
  text-align: center;
}
.footer ul .footLx{ width:39%;}
.footer ul .footLx h3{ font-size:20px; font-weight:bold; }
.footer ul .weixin:before {
  top: 0px;
  left: -30px;
  content: "";
  width: 1px;
  height: 182px;
  position: absolute;
  background: #414141;
}
.footer ul .weixin span {
  height: 25px;
  line-height: 23px;
  max-width: 122px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  border: solid 1px #4c4c4c;
}
.footer .last {
  width: 17%;
}
.footer .last .button a {
  color: #fff;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  background: #0ea3b1;
}
.footer .last .button a:hover {
  text-decoration: none;
  background: #0d4697;
}
.footer .last .button img {
  margin-top: 10px;
  margin-right: 5px;
}
.footer .last .tel {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: arial;
  position: relative;
  margin-top: 20px;
  padding-left: 55px;
}
.footer .last .tel img {
  top: 0;
  left: 0;
  position: absolute;
}
.footer .last .tel a {
  color: #fff;
}
.footer .last .tel a:hover {
  text-decoration: none;
}
.footer .last .add {
  margin-top: 20px;
  position: relative;
  padding-left: 55px;
}
.footer .last .add img {
  top: 0;
  left: 0;
  position: absolute;
}
.footer .copy {
  padding: 15px 0;
  border-top: solid 1px #414141;
}
.footer .copy span {
  float: right;
  display: inline-block;
}
.footer .copy a {
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 1200px) {
	.footbox{ display:none;}
  .footer {
    border-top: 0;
    padding-top: 30px;
  }
  .footer ul li {
    display: none;
    font-size: 12px;
    padding-left: 20px;
  }
  .footer ul .last {
    display: block;
    width: 100%;
    float: none;
  }
  .footer ul .last .button {
    display: none;
  }
  .footer .copy {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer .copy span {
    display: block;
    float: none;
  }
}
.serarchbox {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 109;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
.serarchbox .box {
  width: 724px;
  height: 72px;
  margin: 0 auto;
  margin-top: 300px;
  border: solid 10px rgba(255, 255, 255, 0.1);
}
.serarchbox .box input {
  height: 50px;
  width: 654px;
  font-size: 14px;
  padding: 10px 15px;
  background: #fff;
  border: solid 1px #0ea3b1;
  border-right: 0;
}
.serarchbox .box .btn {
  width: 50px;
  height: 50px;
  line-height: 42px;
  vertical-align: top;
  background: #0ea3b1;
  text-align: center;
  display: inline-block;
}
.serarchbox .box .btn img {
  vertical-align: middle;
}
.serarchbox .box .close {
  margin-top: -100px;
  display: block;
  float: right;
}
.inside-banner {
  text-align: center;
}
@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 42px;
  }
}
.inside-menu {
  padding: 55px 0;
  background: #f6f6f8;
}
.inside-menu ul {
  text-align: center;
  padding: 0 150px;
  position: relative;
}
.inside-menu ul:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  left: 0;
  background: #ededef;
  position: absolute;
  top: 40px;
  z-index: 1;
  background: url(../images/line.png) repeat-x center center;
}
.inside-menu ul li {
  width: 23%;
  z-index: 3;
  display: inline-block;
  border: solid 2px #f6f6f8;
  position: relative;
}
.inside-menu ul li:after {
  content: "";
  bottom: -10px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  border-top: solid 12px #0ea3b1;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.inside-menu ul li a {
  display: block;
  line-height: 60px;
  font-size: 21px;
  color: #333;
  background: #fff;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0s;
  border: solid 1px #eeeeee;
}
.inside-menu ul .active a,
.inside-menu ul li:hover a {
  color: #fff;
  background: #0ea3b1;
}
.inside-menu ul .active:after,
.inside-menu ul li:hover:after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .inside-menu {
    padding: 25px 0 15px 0;
  }
  .inside-menu .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .inside-menu ul {
    padding: 0;
  }
  .inside-menu ul li {
    border: 0;
  }
  .inside-menu ul li:after {
    bottom: -6px;
  }
  .inside-menu ul li a {
    font-size: 15px;
    line-height: 40px;
  }
}
.inside-about {
  padding-top: 70px;
}
.inside-about .title {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 30px;
}
.inside-about .title img {
  margin-right: 10px;
}
.inside-about .bg {
  font-size: 17px;
  line-height: 32px;
  color: #333;
  padding-bottom: 70px;
}
.inside-about .bg .tem {
  margin-bottom: 30px;
}
.inside-about .bg .video {
  margin: 50px 0;
  text-align: center;
}
.inside-about .bg .video img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .inside-about {
    padding-top: 30px;
  }
  .inside-about .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-about .video {
    display: none;
  }
  .inside-about .bg {
    font-size: 14px;
    line-height: 24px;
    background: no-repeat;
  }
}
.inside-honor {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}
.inside-honor .index-title {
  color: #333;
}
.inside-honor .index-title .tag {
  color: #999;
}
.inside-honor ul {
  margin: 0 -20px;
}
.inside-honor li {
  width: 25%;
  float: left;
  margin-top: 40px;
  padding: 0 20px;
}
.inside-honor li .item {
  margin: 0 20px;
  padding-bottom: 20px;
  text-align: center;
}
.inside-honor li .item .pic {
  border: solid 1px rgba(255, 255, 255, 0.33);
  position: relative;
}
.inside-honor li .item .pic em {
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 11;
  transition: all 500ms ease;
  font-style: normal;
  position: absolute;
}
.inside-honor li .item .pic em img {
  max-height: 80px;
}
.inside-honor li .item .pic img {
  padding: 10px;
}
.inside-honor li .item .pic:before {
  top: 11px;
  left: 10px;
  z-index: 5;
  width: 94%;
  height: 94%;
  content: "";
  opacity: 0;
  position: absolute;
  background: rgba(26, 40, 89, 0.5);
}
.inside-honor li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 142%;
}
.inside-honor li .item .tit {
  color: #fff;
  font-size: 17px;
  height: 24px;
  opacity: 0.7;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
.inside-honor li .item .line {
  width: 100%;
  opacity: 0.5;
  text-align: center;
  position: relative;
  height: 18px;
  background: url(../images/arrow.png) no-repeat top center;
}
@media (max-width: 640px) {
  .inside-honor li .item {
    margin: 0 5px;
  }
  .inside-honor li .item .tit {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.inside-honor li .item:hover .line {
  opacity: 1;
}
.inside-honor li .item:hover .tit {
  opacity: 1;
}
.inside-honor li .item:hover .pic {
  border-color: #fff;
}
.inside-honor li .item:hover .pic em {
  opacity: 1;
}
.inside-honor li .item:hover .pic:before {
  opacity: 1;
}
@media (max-width: 640px) {
  .inside-honor li .item:hover .pic:before {
    opacity: 0;
  }
}
.inside-honor li .item {
  padding-bottom: 0;
  position: relative;
  margin: 0;
}
.inside-honor li .item .pic {
  border: solid 1px #ccc;
}
.inside-honor li .item .pic:after {
  padding-bottom: 138%;
}
.inside-honor li .item .line {
  opacity: 0.6;
  background: url(../images/arrow-2.png) no-repeat top center;
}
.inside-honor li .item .tit {
  color: #444;
}
.inside-honor li:hover .item .pic {
  border-color: #0ea3b1;
}
.inside-honor li:hover .item .line {
  background: url(../images/arrow-3.png) no-repeat top center;
}
@media (max-width: 580px) {
  .inside-honor {
    padding: 30px 0;
  }
  .inside-honor ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-honor li {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.inside-page {
  padding-top: 80px;
  text-align: center;
}
.inside-page a {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  font-family: arial;
  border: solid 1px #dcdcdc;
  display: inline-block;
  margin:0 2px;
}

.inside-page span {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  font-family: arial;
  border: solid 1px #0ea3b1;
  color: #fff;
  background: #0ea3b1;
  display: inline-block;
  margin:0 2px;
}

.inside-page a:hover,
.inside-page .cpb {
  color: #fff;
  border-color: #0ea3b1;
  background: #0ea3b1;
}
@media (max-width: 768px) {
  .inside-page {
    padding-top: 50px;
  }
  .inside-page a {
    margin: 0;
    padding: 0 5px;
  }
}
.inside-qywh {
  padding: 30px 0 60px 0;
}
.inside-qywh li {
  overflow: hidden;
  margin-top: 30px;
  transition: all 500ms ease;
  border: solid 1px #fff;
}
.inside-qywh li .txtbox {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 60px 40px;
  padding-top: 80px;
}
.inside-qywh li .txtbox .tit {
  font-size: 34px;
  line-height: 44px;
  color: #0ea3b1;
  padding-bottom: 40px;
  vertical-align: top;
  border-bottom: dashed 1px #cccccc;
}
.inside-qywh li .txtbox .tit img {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 2px;
}
.inside-qywh li .txtbox .txt {
  color: #454545;
  padding-top: 10px;
}
.inside-qywh li .pic {
  width: 50%;
  float: right;
  overflow: hidden;
  position: relative;
}
.inside-qywh li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.5%;
}
.inside-qywh li .pic img {
  transition: all 1000ms ease;
}
.inside-qywh li:hover {
  border: solid 1px #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.inside-qywh li:hover .pic img {
  transform: scale(1.1);
}
.inside-qywh li:nth-child(2n) .txtbox {
  float: right;
  text-align: right;
  padding-left: 40px;
  padding-right: 60px;
}
.inside-qywh li:nth-child(2n) .pic {
  float: left;
}
@media (max-width: 1200px) {
  .inside-qywh li .txtbox {
    padding: 20px!important;
  }
  .inside-qywh li .txtbox .tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .inside-qywh li .txtbox .tit img {
    max-height: 22px;
    margin-top: 12px;
  }
  .inside-qywh li .txtbox .en {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .inside-qywh li {
    margin-top: 0;
  }
  .inside-qywh li .txtbox,
  .inside-qywh li .pic {
    float: none!important;
    width: 100%!important;
  }
  .inside-qywh li .txtbox {
    padding-left: 0;
    padding-right: 0;
    text-align: center!important;
  }
  .inside-qywh li .txtbox .tit img {
    display: none;
  }
}
.inside-history {
  padding: 80px 0 0 0;
  padding-bottom: 80px;
  position: relative;
  background: url(../images/bg2.jpg) no-repeat center bottom #fefeff;
}
.inside-history .container {
  position: relative;
}
.inside-history .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.inside-history .list {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.inside-history .list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0ea3b1;
}
.inside-history .list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  left: 50%;
  top: 4px;
  background: #0ea3b1;
  margin-left: -4.5px;
  border-radius: 50%;
}
.inside-history li {
  width: 50%;
  clear: both;
  float: right;
  padding-top: 70px;
  padding-left: 50px;
  position: relative;
}
.inside-history li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -9px;
  width: 18px;
  height: 18px;
  margin-top: 26px;
  background: #fff;
  border: 3px solid #0ea3b1;
  border-radius: 50%;
}
.inside-history .box {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 700ms ease;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.inside-history .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: 1px #e5e5e5 solid;
  border-left: 1px #e5e5e5 solid;
  transform: rotate(-45deg);
}
.inside-history .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.inside-history .box:hover .year {
  background: #1053b2;
}
.inside-history .year {
  display: block;
  width: 96px;
  height: 96px;
  background: #0ea3b1;
  position: absolute;
  top: -70px;
  left: 15px;
  color: #fff;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 96px;
  border-radius: 50%;
  transition: all 700ms ease;
  word-break: break-all;
  overflow: hidden;
}
.inside-history .year .num {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
  margin: 0 5px 0 0;
  font-family: arial;
}
.inside-history .info {
  padding-left: 70px;
  overflow: hidden;
  text-align: right;
}
.inside-history .info .item {
  width: 50%;
  float: left;
  text-align: center;
}
.inside-history li:nth-child(even) {
  float: left;
  margin-top: -100px;
  padding-right: 50px;
  padding-left: inherit;
}
.inside-history li:nth-child(even):before {
  left: inherit;
  right: -9px;
}
.inside-history li:nth-child(even) .box:after {
  left: inherit;
  right: -9px;
  transform: rotate(135deg);
}
.inside-history li:nth-child(even) .year {
  right: 15px;
  left: inherit;
}
.inside-history li:nth-child(even) .info {
  padding-left: 0px;
  padding-right: 70px;
  text-align: left;
}
.inside-history .more {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0ea3b1;
  margin: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all .5s;
}
.inside-history .more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
}
.inside-history .more:hover {
  box-shadow: 0 0 10px 0 #0ea3b1;
}
@media (max-width: 767px) {
  .inside-history {
    padding-top: 30px;
  }
  .inside-history .list {
    padding-top: 0px;
  }
  .inside-history li {
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .inside-history li:before {
    display: none;
  }
  .inside-history .box {
    padding-left: 15px;
    background: #fff;
    z-index: 2;
  }
  .inside-history .box:after {
    display: none;
  }
  .inside-history .year {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    z-index: 2;
    top: 0!important;
    margin-bottom: 20px;
    position: relative !important;
  }
  .inside-history .info {
    padding: 0!important;
    text-align: left !important;
  }
}
@media (max-width: 420px) {
  .inside-history .info .item {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-history .info .item:first-child {
    margin-top: 0;
  }
}
.inside-current {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
}
.inside-current img {
  margin-right: 5px;
  margin-top: 16px;
}
.inside-current span {
  color: #0ea3b1;
}
.inside-news {
  padding-bottom: 80px;
}
.inside-news ul li {
  padding: 20px 0;
  overflow: hidden;
}
.inside-news ul li .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
padding: 8px;
margin: auto;
}
.inside-news ul li .pic {
  width: 26%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inside-news ul li .pic img {
  transition: 0.5s;
}
.inside-news ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.inside-news ul li .pic .hover {
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(12, 72, 137, 0.85);
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 15px;
  transition: 0.5s;
}
.inside-news ul li .pic .hover .link {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.inside-news ul li .pic .hover .link:before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: url(../images/proicon.png) no-repeat top center;
}
.inside-news ul li .pic .hover .link span {
  display: block;
}
.inside-news ul li .date {
  float: left;
  margin-top: 17px;
  width: 14%;
  color: #0ea3b1;
  font-family: arial;
  position: relative;
  text-align: center;
}
.inside-news ul li .date h3 {
  color: #0ea3b1;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
}
.inside-news ul li .date:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 45px;
  background: #0ea3b1;
}
.inside-news ul li .text {
  float: left;
  width: 84%;
  padding-left: 30px;
  position: relative;
  padding-top: 13px;
}
.inside-news ul li .text .bt {
  font-size: 20px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.inside-news ul li .text .jsh {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}
.inside-news ul li .text .more {
  width: 146px;
  height: 38px;
  color: #777;
  margin-top: 20px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #c9c9c9;
}
.inside-news ul li .text .more svg {
  float: right;
  fill: #777;
  margin: 8px 15px 0 0;
  display: inline-block;
}
.inside-news ul .odd {
  background: #f6f6f6;
}
.inside-news ul li:hover .pic .hover {
  opacity: 1;
}
.inside-news ul li:hover .text .bt {
  color: #0ea3b1;
}
.inside-news ul li:hover .text .more {
  color: #fff;
  border-color: #0ea3b1;
  background: #0ea3b1;
}
.inside-news ul li:hover .text .more svg {
  fill: #fff;
}
@media (max-width: 640px) {
  .inside-news ul li {
    padding: 12px 0;
  }
  .container{padding: 0 8px;}
  .inside-news ul li .pic {
    width: 30%;
  }
  .inside-news ul li .date{width: 19%; margin-top: 12px;}
  .inside-news ul li .text {
    width: 79%;
    padding-left: 15px;
    padding-top: 0;
  }
  .inside-news ul li .text .bt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .inside-news ul li .text .jsh {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .inside-news ul li .text .more {
    display: none;
  }
}
.inside-news-show {
  font-size: 15px;
  color: #333;
  padding: 80px 0 100px 0;
}
.inside-news-show h1 {
  color: #333;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 15px;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-news-show .container {
  position: relative;
}
@media (max-width: 768px) {
  .inside-news-show {
    font-size: 14px;
    line-height: 24px;
    padding: 40px 0;
  }
  .inside-news-show h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-news-show .info {
    font-size: 12px;
    line-height: 20px;
  }
}
.inside-page-news {
  margin-top: 60px;
  position: relative;
}
.inside-page-news ul {
  height: 48px;
  line-height: 48px;
  background: #b9b9b9;
  position: relative;
}
.inside-page-news li {
  width: 43%;
  float: left;
  height: 48px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #fff;
  transition: all 0s;
}
.inside-page-news li img {
  margin-top: 14px;
}
.inside-page-news li:last-child {
  float: right;
}
.inside-page-news li:last-child img {
  float: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #0ea3b1;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  color: #fff;
  width: 14%;
  text-align: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: top;
  line-height: 48px;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui:before {
  content: "";
  width: 23px;
  height: 18px;
  vertical-align: top;
  margin: 15px 10px 0 0;
  background: url(../images/fh.png) center left no-repeat;
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #0ea3b1;
}
@media (max-width: 767px) {
  .inside-page-news ul {
    height: auto;
  }
  .inside-page-news li {
    border-bottom: solid 1px #fff;
    width: 100%;
    float: none;
  }
  .inside-page-news li img {
    display: none;
  }
  .inside-page-news .fanhui {
    top: auto;
    width: 100%;
    left: auto;
    margin-left: 0;
    border: 0;
    display: block;
    display: none;
    position: relative;
    background: #b9b9b9;
  }
}
.inside-promenu {
  padding: 60px 0;
}
.inside-promenu li.yiji {
  width: 25%;
  float: left;
  height: 50px;
  line-height: 48px;
  /*overflow: hidden;*/
  margin-left: -1px;
  margin-top: -1px;
  padding-left: 50px;
  padding-right: 15px;
  border: solid 1px #e6e5e5;
  position:relative;
}
.inside-promenu li.yiji a {
  display: block;
  font-size: 15px;
  color: #333;
  padding-left: 25px;
  background: url(../images/pro-dian1.png) no-repeat left 14px;
}
.inside-promenu li.yiji:hover>a,.inside-promenu li.yiji.active>a {
  background: url(../images/prodian-h.png) no-repeat left 14px;
}
@media (max-width: 1025px) {
  .inside-promenu {
    padding: 30px 0;
  }
  .inside-promenu li.yiji {
    padding-left: 15px;
  }
  .inside-promenu li.yiji a {
    padding-left: 20px;
  }
  .inside-promenu .none {
    display: none;
  }
}
@media (max-width: 480px) {
  .inside-promenu li.yiji {
    width: 50%;
  }
}
.inside-product {
  overflow: hidden;
  padding: 10px 0 80px 0;
  background: #f6f7f9;
}
.inside-product ul {
  margin: 0 -10px;
}
.inside-product ul li {
  padding: 40px 10px 0 10px;
  float: left;
  width: 25%;
}
.inside-product ul li a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
}
.inside-product ul li a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 20%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../images/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .inside-product ul li a {
    background: #fff;
  }
}
.inside-product ul li a:hover {
  border-color: #0ea3b1;
  background: #0ea3b1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-product ul li a:hover:before {
  opacity: 1;
}
.inside-product ul li a:hover .pic:before {
  opacity: 1;
}
.inside-product ul li a:hover .pic img {
  transform: scale(1.05);
}
.inside-product ul li a:hover .bg {
  border-color: #0ea3b1;
}
.inside-product ul li a:hover .bg .tit,
.inside-product ul li a:hover .bg .txt {
  color: #fff;
}
.inside-product ul li a:hover .more {
  background: #fff;
  color: #0ea3b1;
  fill: #0ea3b1;
}
.inside-product ul li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product ul li .pic img {
  transition: all 700ms ease;
}
.inside-product ul li .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(12, 64, 137, 0.7);
}
.inside-product ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 86.5%;
}
.inside-product ul li .bg {
  height: 185px;
  margin: 0 15px;
  padding-top: 30px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.inside-product ul li .txt {
  font-size: 17px;
  height: 48px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.inside-product ul li .more {
  fill: #fff;
  max-width: 146px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  background: #0ea3b1;
}
.inside-product ul li .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
@media (max-width: 1025px) {
  .inside-product ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  .inside-product ul {
    padding-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .inside-product ul li {
    width: 50%;
    padding: 5px;
  }
  .inside-product ul li .txt {
    font-size: 16px;
  }
}


.inside-case {
  overflow: hidden;
  padding: 10px 0 80px 0;
  background: #f6f7f9;
}
.inside-case ul {
  margin: 0 -10px;
}
.inside-case ul li {
  padding: 40px 10px 0 10px;
  float: left;
  width: 25%;
}
.inside-case ul li a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
}
.inside-case ul li a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 20%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../images/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .inside-case ul li a {
    background: #fff;
  }
}
.inside-case ul li a:hover {
  border-color: #0ea3b1;
  background: #0ea3b1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-case ul li a:hover:before {
  opacity: 1;
}
.inside-case ul li a:hover .pic:before {
  opacity: 1;
}
.inside-case ul li a:hover .pic img {
  transform: scale(1.05);
}
.inside-case ul li a:hover .bg {
  border-color: #0ea3b1;
}
.inside-case ul li a:hover .bg .tit,
.inside-case ul li a:hover .bg .txt {
  color: #fff;
}
.inside-case ul li a:hover .more {
  background: #fff;
  color: #0ea3b1;
  fill: #0ea3b1;
}
.inside-case ul li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case ul li .pic img {
  transition: all 700ms ease;
}
.inside-case ul li .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(12, 64, 137, 0.7);
}
.inside-case ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.5%;
}
.inside-case ul li .bg {
  
  margin: 0 15px;
  padding-top: 15px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.inside-case ul li .txt {
  font-size: 17px;
  height: 38px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.inside-case ul li .more {
  fill: #fff;
  max-width: 146px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  background: #0ea3b1;
}
.inside-case ul li .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
@media (max-width: 1025px) {
  .inside-case ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  .inside-case ul {
    padding-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .inside-case ul li {
    width: 50%;
    padding: 5px;
  }
  .inside-case ul li .txt {
    font-size: 16px;
  }
}

.inside-joblist {
  overflow: hidden;
  padding: 10px 0 80px 0;
  background: #f6f7f9;
}
.inside-joblist ul {
  margin: 0 -10px;
}
.inside-joblist ul li {
  padding: 40px 10px 0 10px;
  float: left;
  width: 25%;
}
.inside-joblist ul li a {
  display: block;
  transition: all 0s;
  background: #fff;
  position: relative;
  border: solid 1px #fff;
}
.inside-joblist ul li a:before {
  content: "";
  width: 58px;
  height: 58px;
  top: 20%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  margin-left: -29px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
  background: url(../images/proicon.png) no-repeat;
}
@media (max-width: 480px) {
  .inside-joblist ul li a {
    background: #fff;
  }
}
.inside-joblist ul li a:hover {
  border-color: #0ea3b1;
  background: #0ea3b1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-joblist ul li a:hover:before {
  opacity: 1;
}
.inside-joblist ul li a:hover .pic:before {
  opacity: 1;
}
.inside-joblist ul li a:hover .pic img {
  transform: scale(1.05);
}
.inside-joblist ul li a:hover .bg {
  border-color: #0ea3b1;
}
.inside-joblist ul li a:hover .bg .tit,
.inside-joblist ul li a:hover .bg .txt {
  color: #fff;
}
.inside-joblist ul li a:hover .more {
  background: #fff;
  color: #0ea3b1;
  fill: #0ea3b1;
}
.inside-joblist ul li .pic {
  overflow: hidden;
  position: relative;
}
.inside-joblist ul li .pic img {
  transition: all 700ms ease;
}
.inside-joblist ul li .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(12, 64, 137, 0.7);
}
.inside-joblist ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.5%;
}
.inside-joblist ul li .bg {
  
  margin: 0 15px;
  padding-top: 15px;
  text-align: center;
  transition: all 334ms ease;
  border-top: solid 1px #ededed;
}
.inside-joblist ul li .txt {
  font-size: 17px;
  height: 38px;
  color: #555555;
  overflow: hidden;
  padding: 0 20px;
}
.inside-joblist ul li .more {
  fill: #fff;
  max-width: 146px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  background: #0ea3b1;
  margin-bottom: 15px;
}
.inside-joblist ul li .more svg {
  vertical-align: top;
  margin: 8px 0 0 10px;
}
@media (max-width: 1025px) {
  .inside-joblist ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  .inside-joblist ul {
    padding-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .inside-joblist ul li {
    width: 50%;
    padding: 5px;
  }
  .inside-joblist ul li .txt {
    font-size: 16px;
  }
}

.inside-contact {
  padding-top: 60px;
}
.inside-contact .title {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.inside-contact .text {
  padding: 0 200px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  border-bottom: dashed 1px #dcdcdc;
}
.inside-contact .text:after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../images/news-line.jpg) no-repeat;
}
.inside-contact ul {
  padding: 50px 0;
}
.inside-contact ul li {
  width: 25%;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  min-height: 240px;
  text-align: center;
  transition: all 700ms ease;
  border-left: solid 1px #e5e5e5;
}

.inside-business ul li {
  width: 33.333333333%;
    min-height: 120px;
}

.inside-contact ul li .tit {
  margin: 20px 0;
}

.inside-business ul li .tit {
    color: #0ea3b1;
    width: 225px;
    margin: 10px auto;
    text-align: left;
}

.inside-contact ul li .txt {
  color: #333;
}

.inside-business ul li .txt {
  color: #666;
    width: 225px;
    margin: 10px auto;
    font-size: 14px;
    text-align:left;
}

.inside-contact ul li .en {
  color: #c4c4c4;
  margin-top: 20px;
  font-family: arial;
}
.inside-contact ul li:first-child {
  border-left: 0;
}
.inside-contact ul li:hover {
  border-left: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .inside-contact {
    padding-top: 40px;
  }
  .inside-contact .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-contact .text {
    padding: 0;
    font-size: 12px;
    padding-bottom: 20px;
  }
  .inside-contact ul li {
    width: 50%;
    border: 0;
    padding: 20px;
    font-size: 14px;
    margin-left: -1px;
    margin-top: -1px;
    border: solid 1px #eee!important;
  }
  .inside-contact ul li .tit {
    margin-bottom: 0;
  }
  .inside-contact ul li .en {
    display: none;
  }
}
@media (max-width: 480px) {
  .inside-contact ul li {
    width: 100%;
    float: none;
    margin: 0;
    min-height: auto;
    border: 0!important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  }
}
.map {
  width: 49%;
float:right; margin-left:1px;
}
.map1 {
  width: 50%;
float:left
}
@media (max-width: 1000px) {
  .map {
    display: none;
  }
}
#allmap {
  height: 500px;
  width: 100%;
}
#allmap1 {
  height: 500px;
  width: 100%;
}
.inside-message {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inside-message .title {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.inside-message .text {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.inside-message .text em {
  font-style: normal;
  color: #f30;
}
.inside-message ul {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.inside-message li p {
  position: relative;
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
.inside-message li i {
  color: #f30;
  font-style: normal;
  font-family: "宋体";
}
.inside-message li label {
  top: 34px;
  right: 0;
  z-index: 1;
  color: #333;
  font-size: 16px;
  position: absolute;
}
.inside-message li input,
.inside-message li textarea {
  height: 47px;
  line-height: 47px;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #333;
  font-family: "微软雅黑";
  border: solid 1px #999999;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: #0ea3b1;
}
.inside-message .weben {
  position: relative;
}
.inside-message .weben p {
  width: 100%;
  float: none;
}
.inside-message .weben textarea {
  resize: none;
}
.inside-message .weben img {
  right: -50px;
  bottom: 20px;
  position: absolute;
}
@media (max-width: 1300px) {
  .inside-message .weben img {
    right: 0;
  }
}
.inside-message .btn {
  text-align: right;
}
.inside-message .btn a {
  color: #fff;
  width: 340px;
  height: 47px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  display: inline-block;
  background: #0ea3b1;
}
.inside-message .btn a:hover {
  background: #0d4697;
}
@media (max-width: 1200px) {
  .inside-message {
    padding: 40px 0;
    height: auto;
  }
  .inside-message .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-message .btn {
    margin-right: 0;
    text-align: center;
  }
  .inside-message .btn a {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .inside-message li {
    margin-top: 0;
  }
  .inside-message li p {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .inside-message li select,
  .inside-message li input,
  .inside-message li textarea {
    /*height: 40px;
    line-height: 40px;*/
    font-size: 14px;
    padding: 0 20px;
  }
  .inside-message li label {
    font-size: 14px;
    top: 48px;
  }
  .inside-message .btn {
    margin: 0 10px;
    margin-top: 10px;
  }
  .inside-message .btn a {
    width: 100%;
  }
}
.inside-message-2 {
  background: #fafafa;
  height: auto;
  padding-bottom: 80px;
}

.inside-message-2 li input, .inside-message-2 li textarea {
    border: solid 1px #dfdfdf;
    background:none;
}


.inside-message-2 .container {
    max-width: 1080px;
}

.inside-message-2 ul {
  max-width: none;
  margin-top: 40px;
}
.inside-message-2 li {
    margin-top: 20px;
    width: 50%;
    float:left
}

@media (max-width:1023px) {
    .inside-message-2 li {
        width:100%;
    }
}

.inside-message-2 li span{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    display: block;
    height: 35px;
}

.inside-message-2 li p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    color: #999;
    line-height: 40px;
}
.inside-message-2 li textarea {
  height: 215px !important;
}
.inside-message-2 .btn {
  text-align: center;
  width:100%;
}
.inside-message-2 .btn a {
  border: solid 1px #0ea3b1;
    width: 175px !important;
}
.inside-message-2 .btn #quxiao {
  background: none;
  color: #000;
  border: solid 1px #dadada;
}
.inside-message-2 .btn #quxiao:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 480px) {
  .inside-message-2 ul {
    margin-top: 30px;
  }
  .inside-message-2 li {
    margin-top: 0;
  }
  .inside-message-2 li p {
    width: 100%;
    float: none;
    /*margin-top: 20px;*/
    margin:0;
    line-height:normal;
  }
  .inside-message-2 .weben img {
    right: 0;
  }
  .inside-message-2 .btn #quxiao {
    margin-top: 10px;
  }
}
.inside-job {
  padding: 60px 0 0 0;
}
.inside-job .box-1 {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 60px;
}
.inside-job .box-1 img {
  margin-left: 60px;
}
.inside-job .box-1 .tit {
  color: #333;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.inside-job .box-1 .tit:after {
  content: "";
  width: 120px;
  height: 1px;
  margin: 25px 0 0 20px;
  vertical-align: top;
  display: inline-block;
  background: #c9c9c9;
}
.inside-job .box-1 .tit:before {
  content: "";
  width: 12px;
  height: 12px;
  top: 12px;
  left: -30px;
  position: absolute;
  background: #0ea3b1;
}
.inside-job .box-1 .tel {
  color: #ff9900;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-job .box-1 img {
    display: none;
  }
  .inside-job .box-1 .tit {
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-job .box-1 .tit:after {
    margin-top: 15px;
  }
  .inside-job .box-1 .tit:before {
    left: 0;
  }
}
.inside-job .job .bd {
  background: #ededed;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.inside-job .job .bd .title {
  text-align: center;
  color: #0ea3b1;
  font-weight: 700;
  font-size: 36px;
}
.inside-job .job .bd .tips {
  text-align: center;
  font-size: 16px;
  color: #606060;
  line-height: 2;
  padding: 25px 0;
}
.inside-job .job .bd .a-01 {
  color: #0ea3b1;
}
.inside-job .job .bd .a-01:hover {
  text-decoration: underline;
}
.inside-job .job .bd dl {
  position: relative;
}
.inside-job .job .bd .span-01 {
  display: block;
  width: 30%;
  float: left;
  padding-left: 30px;
}
.inside-job .job .bd .span-02 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .span-03 {
  display: block;
  width: 18%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .span-04 {
  display: block;
  width: 18%;
  float: left;
  text-align: center;
}
.inside-job .job .bd .bt {
  background: #0ea3b1;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
}
.inside-job .job .bd dl {
  margin-bottom: 3px;
}
.inside-job .job .bd dt {
  overflow: hidden;
  background: #f5f5f5;
  padding: 12px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: all .5s;
}
.inside-job .job .bd dt:hover {
  background: #e0eaf4;
}
.inside-job .job .bd .icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: auto;
  width: 16px;
  height: 16px;
}
.inside-job .job .bd .icon:before,
.inside-job .job .bd .icon:after {
  content: "";
  display: block;
  background: #0ea3b1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.inside-job .job .bd .icon:before {
  width: 100%;
  height: 2px;
}
.inside-job .job .bd .icon:after {
  width: 2px;
  height: 100%;
  transition: all .5s;
}
.inside-job .job .bd dd {
  background: #fcfcfc;
  height: 0;
  overflow: hidden;
}
.inside-job .job .bd dd .nr {
  overflow: hidden;
  padding: 20px 30px 50px 30px;
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}
.inside-job .job .bd dd img {
  float: right;
  margin-left: 50px;
  transform: translateY(20%);
}
.inside-job .job .bd .cur dt {
  background: #e0eaf4;
  color: #666666;
}
.inside-job .job .bd .cur dt .icon:after {
  height: 0%;
}
.inside-job .job .bd .cur dd {
  height: auto;
}
.inside-job .job .bd .p-01 {
  color: #333333;
  margin-bottom: 5px;
}
.inside-job .job .bd .red {
  color: #ff0000;
}

.inside-job .job .bd dd .nr a {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-top: 60px;
  position: relative;
  display: inline-block;
}
.inside-job .job .bd dd .nr a img {
  margin-left: 0;
  transform: translate(0);
}
.inside-job .job .bd dd .nr a .anniu {
  top: 46%;
  left: 80px;
  z-index: 1;
  float: none;
  position: absolute;
  animation: dong3 1s ease infinite;
}
@media (max-width: 640px) {
  .inside-job .job .bd dd .nr a {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .inside-job .job .bd dd .nr a .anniu {
    left: 2px;
    top: 82px;
  }
}


@media (max-width: 1200px) {
  .inside-job .job .bd dd img {
    float: none;
    margin-left: 0;
    padding: 20px;
    transform: translate(0);
  }
  .inside-job .job .bd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inside-job .job .bd .title {
    font-size: 20px;
  }
  .inside-job .job .bd .tips {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inside-job .job .bd .bt {
    font-size: 12px;
    text-align: center;
  }
  .inside-job .job .bd .span-01 {
    padding-left: 0;
  }
  .inside-job .job .bd dt {
    font-size: 12px;
    text-align: center;
  }
  .inside-job .job .bd dd .nr {
    font-size: 12px;
    padding: 10px 10px;
  }
}
@media (max-width: 1200px) {
  .inside-job {
    padding-top: 40px;
  }
}
.inside-product-show {
  color: #333;
  font-size: 16px;
  padding-bottom: 80px;
  padding-top: 4px;
}
.inside-product-show h1 {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  padding-bottom: 20px;
}
.inside-product-show h1:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fe0000;
}
.inside-product-show .text {
  margin-top: 30px;
}
.inside-product-show .box-1 {
 padding: 40px;
  background: url(../images/probg.jpg) repeat;
}
.inside-product-show .box-1 .leftbox {
  width: 43%;
  float: left;
}
.inside-product-show .box-1 .leftbox .bigimg {
  width: 74%;
  float: left;
}
.inside-product-show .box-1 .leftbox .bigimg span {
  display: block;
  position: relative;
}
.inside-product-show .box-1 .leftbox .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .box-1 .leftbox .smallimg {
  width: 17%;
  float: right;
  padding-top: 10px;
}
.inside-product-show .box-1 .leftbox .smallimg span {
  margin-top: 26px;
  border: solid 1px #d5d5d5;
  display: block;
  position: relative;
}
.inside-product-show .box-1 .leftbox .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .box-1 .leftbox .smallimg .slick-current span {
  border-color: #0ea3b1;
}
.inside-product-show .box-1 .leftbox .slick-prev,
.inside-product-show .box-1 .leftbox .slick-next {
  width: 25px;
  height: 25px;
  border: 0;
  margin-top: -12px;
}
.inside-product-show .box-1 .leftbox .slick-prev {
  left: 0;
  background: url(../images/left1.png) no-repeat center center #0ea3b1;
}
.inside-product-show .box-1 .leftbox .slick-next {
  right: 0;
  background: url(../images/right1.png) no-repeat center center #999999;
}
.inside-product-show .box-1 .rightbox {
  width: 48%;
  float: right;
  padding-right: 0px;
  margin-top: 25px;
}
.inside-product-show .box-1 .rightbox h2 {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.inside-product-show .box-1 .rightbox h2:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fe0000;
}
.inside-product-show .box-1 .rightbox .txt {
  font-size: 18px;
  color: #0ea3b1;
  margin-top: 40px;
}
.inside-product-show .box-1 .rightbox .tag p {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.inside-product-show .box-1 .rightbox .tag p:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background: #0ea3b1;
}
.inside-product-show .box-1 .rightbox .button {
  margin-top: 40px;
}
.inside-product-show .box-1 .rightbox .button a {
  color: #fff;
  max-width: 264px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: #0ea3b1;
}
.inside-product-show .box-1 .rightbox .button a img {
  margin: 10px 5px 0 0;
}
.inside-product-show .box-1 .rightbox .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.inside-product-show .box-2 .bt {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 700;
}
.inside-product-show .box-2 .bt img {
  margin-right: 10px;
}
.inside-product-show .box-2 .tag {
  margin-left: 70px;
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.inside-product-show .box-2 .tag:before {
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background: #999;
}
.inside-product-show .box-2 table tr,
.inside-product-show .box-2 table th,
.inside-product-show .box-2 table td {
  padding: 12px;
  font-size: 19px;
  color: #0b0c09;
  text-align: center;
  border: solid 3px #050808;
}
.inside-product-show .box-2 table th {
  font-weight: normal;
}
@media (max-width: 1025px) {
  .inside-product-show {
    padding-top: 40px;
  }
  .inside-product-show h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-product-show .box-1 .leftbox {
    overflow: hidden;
  }
  .inside-product-show .box-1 .leftbox,
  .inside-product-show .box-1 .rightbox {
    width: 100%;
    float: none;
  }
  .inside-product-show .box-1 .rightbox {
    padding-top: 20px;
  }
  .inside-product-show .box-1 .rightbox h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .box-1 .rightbox .txt {
    font-size: 16px;
    margin-top: 30px;
  }
  .inside-product-show .box-1 .rightbox .tag p {
    width: 100%;
    float: none;
  }
  .inside-product-show .box-2 table tr,
  .inside-product-show .box-2 table th,
  .inside-product-show .box-2 table td {
    font-size: 14px;
    border-width: 1px;
  }
}
.isubprobox {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  padding-bottom: 40px;
  border-top: solid 1px #e6e6e6;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.2);
  background: url(../images/pronav.jpg) repeat-y top center;
}
.isubprobox .leftpro {
  width: 30.5%;
  float: left;
}
.isubprobox .leftpro .item:first-child {
  border-top: 0;
}
.isubprobox .leftpro .item {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  border-top: solid 1px #e5e5e5;
}
.isubprobox .leftpro .item .titpro {
  width: 52%;
  float: left;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: right;
}
.isubprobox .leftpro .item .titpro span {
  top: 50%;
  left: 160px;
  position: absolute;
  transform: translateY(-50%);
}
.isubprobox .leftpro .item ul {
  width: 48%;
  float: right;
  padding-left: 45px;
  border-left: dashed 1px #ccc;
}
.isubprobox .leftpro .item ul li {
  float: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.isubprobox .leftpro .item ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  background: #fff;
  position: absolute;
}
.isubprobox .leftpro .item ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  right: 30px;
  top: 7px;
  left: auto;
  opacity: 1;
  background: none;
  position: absolute;
  transform: rotate(45deg);
  border-right: solid 1px #636363;
  border-top: solid 1px #636363;
  transition: 0s;
}
.isubprobox .leftpro .item ul li a {
  padding-left: 15px;
  padding-right: 30px;
  font-size: 15px;
  display: block;
  line-height: 24px;
}
.isubprobox .leftpro .item ul li:hover a,
.isubprobox .leftpro .item ul .conmenu a {
  color: #0ea3b1;
  font-weight: 700;
}
.isubprobox .leftpro .item ul li:hover:before,
.isubprobox .leftpro .item ul .conmenu:before {
  background: #0ea3b1;
}
.isubprobox .leftpro .item ul li:hover:after,
.isubprobox .leftpro .item ul .conmenu:after {
  border-color: #0ea3b1;
}
.isubprobox .rightpro {
  width: 60%;
  float: left;
  padding-top: 30px;
  padding-left: 0px;
  text-align: left;
}
.isubprobox .rightpro .txtpro {
  display: none;
}
.isubprobox .rightpro .tit {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 30px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #ddd;
}
.isubprobox .rightpro .item {
  padding-top: 20px;
}
.isubprobox .rightpro .item dl {
  width: 17%;
  float: left;
}
.isubprobox .rightpro .item dt {
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  margin-bottom: 10px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd {
  position: relative;
}
.isubprobox .rightpro .item dd span {
  padding-left: 30px;
  display: block;
  line-height: 30px;
  height: 30px;
}
.isubprobox .rightpro .item dd span:hover {
  background: url(../images/proline.png) no-repeat center right 25px #3063a9;
}
.isubprobox .rightpro .item dd span:hover a {
  color: #fff;
}
.isubprobox .rightpro .item dd span:hover a:after {
  display: none;
}
.isubprobox .rightpro .item dd .lastnr {
  left: 196px;
  top: 0;
  z-index: 1;
  width: 400px;
  padding: 20px;
  padding-top: 0;
  display: none;
  background: #fff;
  position: absolute;
}
.isubprobox .rightpro .item dd .lastnr .tit1 {
  height: 54px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  line-height: 54px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .tit1:after {
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fe0000;
}
.isubprobox .rightpro .item dd .lastnr .txt1 {
  font-size: 14px;
  color: #0ea3b1;
  margin-top: 10px;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .txt1 a {
  display: block;
  color: #333;
}
.isubprobox .rightpro .item dd .lastnr .tag {
  font-size: 12px;
}
.isubprobox .rightpro .item dd .lastnr .tag p {
  width: 50%;
  float: left;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.isubprobox .rightpro .item dd .lastnr .tag p:before {
  content: "";
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background: #0ea3b1;
}
.isubprobox .rightpro .item dd span:hover .lastnr {
  display: block;
}
.isubprobox .rightpro .item .last {
  width: 23%;
}
.isubprobox .rightpro .item .last .lastnr {
  left: 140px;
}
@media (max-width: 1600px) {
  .isubprobox {
    background: #f8f8f8;
    padding-bottom: 0;
  }
  .isubprobox .leftpro {
    background: #fff;
  }
  .isubprobox .leftpro .item .titpro span {
    left: 20px;
  }
  .isubprobox .leftpro .item .titpro {
    width: 30%;
  }
  .isubprobox .leftpro .item ul {
    width: 68%;
    padding-left: 15px;
  }
  .isubprobox .rightpro {
    width: 68.5%;
  }
}

.inside-promenu li.yiji:hover .secondlist{
    display:block;
}

.inside-promenu .secondlist {
    z-index: 9999;
    position: absolute;
    border: solid 1px #e6e5e5;
    width: 100%;
    background: #fff;
    margin-left: -50px;
    display: none;
}


.inside-promenu li.erji {
  height: 50px;
  line-height: 48px;
  margin-top: -1px;
  padding-left: 50px;
  padding-right: 15px;
  border-bottom: solid 1px #e6e5e5;
}
.inside-promenu li.erji a {
  display: block;
  font-size: 15px;
  color: #333;
  padding-left: 25px;
  background: url(../images/pro-dian1.png) no-repeat left 14px;
}
.inside-promenu li.erji:hover>a,.inside-promenu li.erji.active>a {
  background: url(../images/prodian-h.png) no-repeat left 14px;
}
@media (max-width: 1025px) {
  .inside-promenu li.erji {
    padding-left: 15px;
  }
  .inside-promenu li.erji a {
    padding-left: 20px;
  }
}

.jiantou {
    max-height: 25px;
    margin-top: 12px;
    float: right;
    display:none;
}

.inside-promenu li.yiji:hover > a .jiantou, .inside-promenu li.yiji.active > a .jiantou{
    display:block;
}

.xz-list {
  margin-bottom: 60px;
}
.xz-list .nr {
  width: 48.5%;
  float: left;
  padding-top: 50px;
  position: relative;
}
.xz-list .nr .item {
  z-index: 2;
  background: #fff;
  position: relative;
  height: 166px;
  padding: 30px;
  border: solid 1px #e5e5e5;
}
.xz-list .nr:after {
  content: "";
  height: 163px;
  width: 617px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  position: absolute;
  background: #eeeeee;
}
.xz-list .nr .tit {
  color: #0ea3b1;
  font-size: 16px;
  margin-bottom: 10px;
}
.xz-list .nr .txt {
  color: #333;
}
.xz-list .nr .add {
  margin-top: 15px;
}
.xz-list .nr .add span {
  margin-right: 30px;
  display: inline-block;
}
.xz-list .nr .add img {
  margin-top: 6px;
  margin-right: 5px;
}
.xz-list .nr:last-child {
  float: right;
}
@media (max-width: 1000px) {
  .xz-list {
    margin-top: 30px;
  }
  .xz-list .nr {
    padding-top: 20px;
    width: 100%;
    float: none;
  }
  .xz-list .nr:after {
    display: none;
  }
}