@charset "utf-8";
.cloudzoom-zoom-inside {
	background:white;
}
@media screen and (max-width: 1000px){
  .capbox1,.capbox,.shoebox {
    display: none !important;
  }
  .product-page .init-3 ul li {
    width: 100% !important;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    line-height: 28px !important;
  }
}
body {
	font-family: "Arial";
  max-width: 1920px;
  margin: 0 auto !important;
  position: relative !important;font-size:14px;
}
.image-gallery li i,
.image-gallery li span {
	display:none !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
.ui.container2 {
  width: 1715px;
  padding-left: 100px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav {
  display: inline-block;
  width: 100%;
  max-width: 1680px;
  padding: 0 15px;
  line-height: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: left;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .box.right {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  color: #333333;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #043788;
  color: #043788;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #043788;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding: 0 15px;
}
#header .nav .ui.menu .yuy li:last-child {
  border-left: 1px solid #999;
}
#header .nav .ui.menu .yuy li img {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  margin-top: -4px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #043788;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #043788;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #043788;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  /*margin-bottom: 20px;*/
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: 50%;*/
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #043788;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #043788 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #043788;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #043788;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#index-body .section {
  height: 100vh;
}
#index-body #banner {
  height: 100%;
}
#index-body #banner img,.metaslider {
  height: 100%;
  width: 100%;
}
#metaslider_container_2447,.slider-wrapper,#metaslider_2447,.nivo-slice,.nivo-slice img {
  height: 100% !important;
}
#index-body h2 {
  font-size: 36px;
  color: #333;
  line-height: 24px;
}
#index-body h2 small {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Tahoma";
  margin-top: 20px;
}
#index-body .init-1 .fp-tableCell {
  display: block;
}
#index-body .init-2 {
  font-size: 0;
	background:#f4f4f4;
}
#index-body .init-2 .left {
  width: 34%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#index-body .init-2 .left .box {
  padding-top: 60px;
  text-align: left;
  color: #333;
  font-family: "SourceHanSansCN-ExtraLight";
}
#index-body .init-2 .left .box a.img-box {
  display: block;
  border: 1px solid #dddddf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .left .box a.img-box:hover {
  border-color: #043788;
}
#index-body .init-2 .left .box h3 {
  font-size: 24px;
  padding: 30px 0;
  line-height: 40px;
}
#index-body .init-2 .left .box p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 81px;
}
#index-body .init-2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  padding-left: 6%;
}
#index-body .init-2 .right ul {
  font-size: 0;
  margin: -30px -15px;
}
#index-body .init-2 .right ul li {
  width: 33.3333%;
  display: inline-block;
  padding: 30px 15px;
	font-size:14px;
}
#index-body .init-2 .right ul li span {
  display: block;
  overflow: hidden;
  border: 1px solid #dddddf;
  padding: 30px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right ul li a {
	color:#666;
}
#index-body .init-2 .right ul li h3 {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 20px 0;
}
#index-body .init-2 .right ul li h3 a {
  color: #222222;
}
#index-body .init-2 .right ul li:hover span {
  border-color: #043788;
}
#index-body .init-3 {
	background:url('../images/main-bg.jpg') center bottom no-repeat;
	background-size:100% 100%;
}
#index-body .init-3 .init-3-top {
  font-size: 0;
}
#index-body .init-3 .init-3-top .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .init-3-top .left p {
  font-size: 14px;
	line-height:24px;
  color: #333333;
  font-family: "SourceHanSansCN-ExtraLight";
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  max-height: 216px;
}
#index-body .init-3 .init-3-top .left .compro {
  font-size: 14px;
	line-height:28px;
  color: #333333;
  font-family: "SourceHanSansCN-ExtraLight";
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  max-height: 256px;
}
#index-body .init-3 .init-3-top .left .compro h1 {
  display:inline;
}
#index-body .init-3 .init-3-top .left a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  background: #043788;
  color: white;
  font-size: 18px;
  font-family: "SourceHanSansCN-ExtraLight";
}
#index-body .init-3 .init-3-top .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}
#index-body .init-3 .init-3-top .right a {
  display: block;
}
#index-body .init-3 .init-3-bottom {
  padding-top: 100px;
}
#index-body .init-3 .init-3-bottom ul {
  margin: 0 -50px;
  font-size: 0;
}
#index-body .init-3 .init-3-bottom ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
}
#index-body .init-3 .init-3-bottom ul li .box {
  padding: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .box i {
  height: 37px;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .box h3 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .box p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .init-3-bottom ul li .box:hover {
  -webkit-box-shadow: 0 0 25px 2px rgba(4, 55, 136, 0.09);
  -moz-box-shadow: 0 0 25px 2px rgba(4, 55, 136, 0.09);
  box-shadow: 0 0 25px 2px rgba(4, 55, 136, 0.09);
}
#index-body .init-3 .init-3-bottom ul li .box:hover h3,
#index-body .init-3 .init-3-bottom ul li .box:hover p {
  color: #043788;
}
#index-body .init-3 .init-3-bottom ul li:nth-child(1) .box i {
  background-image: url("../images/icon-init-3-1-1.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(1) .box:hover i {
  background-image: url("../images/icon-init-3-1-2.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(2) .box i {
  background-image: url("../images/icon-init-3-2-1.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(2) .box:hover i {
  background-image: url("../images/icon-init-3-2-2.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(3) .box i {
  background-image: url("../images/icon-init-3-3-1.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(3) .box:hover i {
  background-image: url("../images/icon-init-3-3-2.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(4) .box i {
  background-image: url("../images/icon-init-3-4-1.png");
}
#index-body .init-3 .init-3-bottom ul li:nth-child(4) .box:hover i {
  background-image: url("../images/icon-init-3-4-2.png");
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#index-body .init-4 .fp-tableCell {
  display: block;
  padding-top: 75px;
}
#index-body .init-4 h2 {
  color: white;
}
#index-body .init-4 p.t {
  font-size: 14px;
  line-height: 28px;
  color: white;
  padding-top: 15px;
}
#index-body .init-4 .img {
  -webkit-transition: .5s .5s;
  -moz-transition: .5s .5s;
  -ms-transition: .5s .5s;
  -o-transition: .5s .5s;
  transition: .5s .5s;
}
#index-body .init-4 .img i {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border-radius: 100%;
}
#index-body .init-4 .img i:after {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #fff;
  opacity: .8;
  -webkit-animation: inner-ripple 3.5s 0.6s linear infinite;
  -moz-animation: inner-ripple 3.5s 0.6s linear infinite;
  animation: inner-ripple 3.5s 0.6s linear infinite;
}
#index-body .init-4 .img i:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #fff;
  opacity: .8;
}
#index-body .init-4 .img i:before,
#index-body .init-4 .img i:after {
  width: 13px;
  height: 13px;
  background-color: #fff;
}
#index-body .init-4 .img i.oz {
  left: 51%;
  top: 50.5%;
}
#index-body .init-4 .img i.us {
  left: 30.5%;
  top: 55.5%;
}
#index-body .init-4 .img i.dny {
  left: 70.2%;
  top: 67.3%;
}
#index-body .init-4 .img i.nf {
  left: 55.6%;
  top: 86%;
}
#index-body .init-4 .img i.bs {
  left: 37.9%;
  top: 82%;
}
#index-body .init-4 .img i.gt {
  left: 73.4%;
  top: 65.3%;
}
#index-body .init-4 .img.active {
  opacity: 1;
}
#index-body .init-5 {
  text-align: center;
  background: #f4f4f4;
}
#index-body .init-5 .box {
  text-align: left;
  max-width: 1825px;
  padding-left: 85px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 70px;
}
#index-body .init-5 .box ul {
  margin: 0 -25px;
  font-size: 0;
}
#index-body .init-5 .box ul li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
}
#index-body .init-5 .box ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li h3:hover {
  color: #043788;
}
#index-body .init-5 .box ul li time {
  display: block;
  font-size: 13px;
  color: #999999;
  line-height: 24px;
  margin: 10px 0 25px;
}
#index-body .init-5 .box ul li time:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .init-5 .box ul li .img {
  display: block;
  overflow: hidden;
  position: relative;
}
#index-body .init-5 .box ul li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(4, 55, 136, 0.5);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box ul li .img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 25px 30px;
  font-size: 18px;
  line-height: 30px;
  font-family: "SourceHanSansCN-Light";
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
#index-body .init-5 .box ul li .img p:after,
#index-body .init-5 .box ul li .img p:before {
  content: '';
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-5 .box ul li .img p:before {
  left: -10px;
  top: -10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
#index-body .init-5 .box ul li .img p:after {
  right: -10px;
  bottom: -10px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#index-body .init-5 .box ul li:hover .img:after {
  opacity: 1;
}
#index-body .init-5 .box ul li:hover .img p {
  opacity: 1;
}
#index-body .init-5 .box ul li:hover .img p:after {
  right: 0;
  bottom: 0;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
  opacity: 1;
}
#index-body .init-5 .box ul li:hover .img p:before {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#index-body .init-5 .box ul ul.slick-dots {
  text-align: center;
  padding-top: 50px;
  width: 100%;
}
#index-body .init-5 .box ul ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #666666;
  padding: 0;
  margin: 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .box ul ul.slick-dots li button {
  display: none;
}
#index-body .init-5 .box ul ul.slick-dots li.slick-active {
  background: #043788;
}
#index-body .init-6 {
  font-size: 0;
}
#index-body .init-6 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .left #mapContainer {
  height: 100vh;
  position: relative;
}
#index-body .init-6 .left #mapContainer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
#index-body .init-6 .left #mapContainer:hover:after {
  opacity: 0;
  z-index: -1;
}
#index-body .init-6 .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 725px;
  padding: 60px 15px 60px 5%;
}
#index-body .init-6 .right p.t {
  font-size: 12px;
  color: #989898;
  line-height: 28px;
  font-family: "STSong";
  padding-left: 20px;
  border-left: 4px solid #043788;
  margin-top: 40px;
}
#index-body .init-6 .right h3 {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 20px;
  font-weight: bold;
}
#index-body .init-6 .right .box {
  margin: 45px 0;
}
#index-body .init-6 .right .box p {
  font-size: 13px;
  color: #333333;
  line-height: 32px;
  font-weight: bold;
}
#index-body .init-6 .right .box p em {
  color: #989898;
  font-weight: normal;
}
#index-body .init-6 .right .message ul {
  margin: -10px;
}
#index-body .init-6 .right .message ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
#index-body .init-6 .right .message ul li input,
#index-body .init-6 .right .message ul li textarea {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  line-height: 50px;
  height: 50px;
  background: none;
  font-size: 14px;
  color: black;
  width: 100%;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  -ms-transition: .5s border;
  -o-transition: .5s border;
  transition: .5s border;
}
#index-body .init-6 .right .message ul li input:focus,
#index-body .init-6 .right .message ul li textarea:focus {
  border-color: #043788;
}
#index-body .init-6 .right .message ul li.text {
  width: 100%;
}
#index-body .init-6 .right .message ul li.text textarea {
  height: 80px;
  line-height: 24px;
  padding: 6px 0;
  resize: vertical;
}
#index-body .init-6 .right .message ul li.sub {
  width: 100%;
  padding-top: 20px;
}
#index-body .init-6 .right .message ul li.sub input {
  max-width: 140px;
  color: #222;
  border: 1px solid #666;
  line-height: 40px;
  height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .right .message ul li.sub input:hover {
  color: white;
  background: #043788;
}
#index-body .init-6 #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#fp-nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#fp-nav li {
  text-align: right;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}
#fp-nav li a {
  width: 30px !important;
  height: 10px !important;
  padding: 0;
  display: inline-block !important;
  vertical-align: middle;
}
#fp-nav li a:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  height: 1px;
  background: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#fp-nav li a span {
  display: none;
}
#fp-nav li a.active + .fp-tooltip {
  opacity: 1 !important;
}
#fp-nav li a.active:after {
  width: 40px;
}
#fp-nav li .fp-tooltip {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 10px;
  color: #999999 !important;
  position: relative !important;
  left: 0 !important;
  font-size: 14px;
  font-family: "SourceHanSansCN-Light";
  opacity: 0 !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 60px !important;
}
#fp-nav li:hover .fp-tooltip {
  opacity: 1 !important;
}
#fp-nav.active li a:after {
  background: white;
}
#fp-nav.active li .fp-tooltip {
  color: white !important;
}
#fp-nav.active1 {
  opacity: 0;
}
#footer {
  line-height: 24px;
  padding: 17px 15px;
  text-align: center;
  font-size: 14px;
  color: white;
  font-family: "SourceHanSansCN-Light";
  background: #333;
}
#footer p {
  line-height: 28px;
}
#footer .shoebox a{
  margin-left:10px;
}
#footer .shoebox {
  display: inline-block;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -6px;
}
#footer a:hover {
  text-decoration: underline;
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.8;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(10.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.8;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(5.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.8;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(5.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@media screen and (max-width: 1750px) {
  .ui.container2 {
    width: 1430px;
  }
  #index-body .init-5 .box ul {
    margin: 0 -15px;
  }
  #index-body .init-5 .box ul li {
    padding: 0 15px;
  }
  #fp-nav ul li .fp-tooltip.fp-left {
    display: block;
    margin-left: 0;
    font-size: 12px;
    opacity: 1 !important;
    text-align: left;
  }
  #fp-nav li a:after {
    left: 0;
    right: auto;
  }
  #fp-nav ul li {
    white-space: normal;
  }
  #index-body .init-4 {
    background-size: 100% 100%;
  }
  #fp-nav li a.active:after {
    background-color: #043788;
  }
  #index-body .init-3 .init-3-bottom ul {
    margin: 0 -15px;
  }
  #index-body .init-3 .init-3-bottom ul li {
    padding: 0 15px;
  }
  #header .nav {
    height: 100px;
    line-height: 100px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 60px;
  }
  #index-body .init-4 .img i.gt {
    left: 72.4%;
  }
}
@media screen and (max-width: 1430px) {
  .ui.container,
  .ui.container2 {
    width: 1200px;
  }
  #index-body h2 {
    font-size: 28px;
  }
  #index-body h2 small {
    font-size: 12px;
    margin-top: 10px;
  }
  #index-body .init-2 .right ul li h3 {
    margin: 10px 0;
  }
  #index-body .init-2 .left .box h3 {
    font-size: 18px;
    padding: 10px 0;
  }
  #index-body .init-2 .left .box p {
    font-size: 14px;
  }
  #index-body .init-2 .right ul li {
    padding: 10px;
  }
  #index-body .init-2 .right ul {
    margin: -10px;
  }
  #index-body .init-3 .init-3-top .left p {
    font-size: 14px;
    margin: 10px 0;
    max-height: 168px;
  }
  #index-body .init-3 .init-3-top .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-3 .init-3-bottom {
    padding-top: 50px;
  }
  #index-body .init-5 .box ul li .img p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container,
  .ui.container2 {
    width: 994px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-3 .init-3-bottom ul li .box p {
    font-size: 12px;
    line-height: 20px;
  }
  #index-body .init-4 p.t {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width:1025px), screen and (max-height: 700px) {
	#index-body .fp-tableCell,#index-body .section,#metaslider_container_2447, .slider-wrapper, #metaslider_2447, .nivo-slice, .nivo-slice img,.metaslider {
		height:auto !important;
	}
	#index-body .section {
		padding: 40px 0;
	}
	#index-body .section.init-1 {
		padding:0;
	}
}
@media screen and (max-width: 1025px) {
  .ui.container,
  .ui.container2 {
    width: 700px;
    padding: 0 15px;
  }
  #fp-nav.fp-left {
    display: none !important;
  }
  #index-body .init-2 .left .box {
    padding-top: 30px;
  }
  #index-body h2 {
    font-size: 24px;
  }
  #index-body h2 small {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #index-body .init-2 .right ul li {
    width: 50%;
  }
  #index-body .init-2 .right ul li:last-child,
  #index-body .init-2 .right ul li:nth-last-child(2) {
    display: none;
  }
  #index-body .init-2 .right ul li h3 {
    font-size: 14px;
    margin: 5px 0;
  }
  #index-body .init-2 .right ul li span {
    padding: 15px 0;
  }
  #index-body .init-3 .init-3-top .right {
    padding-left: 15px;
  }
  #index-body .init-3 .init-3-bottom ul {
    margin: 0 -5px;
  }
  #index-body .init-3 .init-3-bottom ul li {
    padding: 0 5px;
  }
  #index-body .init-3 .init-3-bottom ul li .box {
    padding: 10px 5px;
  }
  #index-body .init-3 .init-3-bottom ul li .box h3 {
    font-size: 16px;
  }
  #index-body .init-4 .img {
    display: none;
  }
  #index-body .init-4 {
    background-size: auto auto;
  }
  #index-body .init-5 .box {
    padding: 50px 15px 0;
  }
  #index-body .init-5 .box ul {
    margin: 0 -5px;
  }
  #index-body .init-5 .box ul li {
    padding: 0 5px;
  }
  #index-body .init-5 .box ul li h3 {
    font-size: 16px;
  }
  #index-body .init-5 .box ul li time {
    font-size: 12px;
    margin: 5px 0;
  }
}
@media screen and (max-height: 800px) {
  #index-body .init-2 .left .box {
    padding-top: 30px;
  }
  #index-body .init-2 .left .box h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  #index-body .init-2 .left .box p {
    font-size: 14px;
  }
  #index-body .init-2 .right ul li {
    padding: 10px;
  }
  #index-body .init-2 .right ul {
    margin: -10px;
  }
  #index-body .init-2 .right ul li h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 30px;
  }
  #index-body h2 {
    font-size: 30px;
  }
  #index-body h2 small {
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  #index-body .init-3 .init-3-top .left p {
    font-size: 14px;
    max-height: 192px;
  }
  #index-body .init-3 .init-3-top .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-3 .init-3-bottom {
    padding-top: 50px;
  }
  #index-body .init-5 .box {
    padding-top: 30px;
  }
  #index-body .init-5 .box ul li time {
    margin: 10px 0;
  }
  #index-body .init-5 .box ul ul.slick-dots {
    padding-top: 30px;
  }
  #index-body .init-6 .right p.t {
    margin-top: 20px;
  }
  #index-body .init-6 .right .box {
    margin: 15px 0;
  }
  #index-body .init-6 .right h3 {
    margin-bottom: 10px;
  }
  #index-body .init-6 .right .box p {
    line-height: 28px;
  }
  #index-body .init-6 .right .message ul li {
    padding: 5px;
  }
  #index-body .init-6 .right .message ul {
    margin: -5px;
  }
  #index-body .init-6 .right .message ul li.sub {
    padding-top: 10px;
  }
  #footer {
    padding: 10px 15px;
    font-size: 14px;
  }
  #index-body .init-6 .right p.t {
    display: none;
  }
  #header .nav {
    height: 80px;
    line-height: 80px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 50px;
  }
}
@media screen and (max-height: 700px) {
  #header .nav {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .yuy li {
    font-size: 16px;
  }
  #index-body .init-2 .right ul li span {
    padding: 15px 0;
  }
  #index-body .init-3 .init-3-bottom {
    padding-top: 20px;
  }
  #index-body .init-4 p.t {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-5 .box ul li .img p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 700px) and (min-height: 400px) {
  /*#index-body #banner img {
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
  #index-body #banner {
    overflow: hidden;
  }
}
@media screen and (min-height: 1025px) {
  #index-body .init-4 {
    background-size: auto 100%;
  }
  #index-body #banner img {
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body #banner {
    overflow: hidden;
  }
}
@media screen and (max-height: 600px) {
  #index-body .init-2 .right ul li {
    width: 33.3333%;
  }
  #index-body .init-2 .right ul li:nth-child(4) {
    display: none;
  }
  #index-body .init-5 .box ul li time,
  #index-body .init-5 .box ul ul.slick-dots,
  #index-body .init-6 .right .message {
    display: none !important;
  }
  #index-body .init-5 .box {
    padding-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container,
  .ui.container2 {
    width: 100%;
  }
  #index-body .init-2 .left .box {
    display: none;
  }
  #index-body .init-2 .left,
  #index-body .init-2 .right {
    width: 100%;
    padding: 0;
  }
  #index-body .init-2 .right {
    margin-top: 20px;
  }
  #index-body .init-3 .init-3-top .right,
  #index-body .init-3 .init-3-bottom {
    display: none;
  }
  #index-body .init-3 .init-3-top .left {
    width: 100%;
  }
  #index-body .init-3 .init-3-top .left p {
    font-size: 12px;
    line-height: 20px;
    max-height: 160px;
  }
  #index-body .init-4 p.t {
    padding: 20px 15px 0;
    text-shadow: 0 0 5px #000;
  }
  #index-body .init-6 .left {
    display: none;
  }
  #index-body .init-6 .left,
  #index-body .init-6 .right {
    width: 100%;
  }
  #footer {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
  }
  #index-body .init-6 .right .message ul li input,
  #index-body .init-6 .right .message ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-6 .right .message ul li.text textarea {
    height: 60px;
  }
  #index-body .init-6 .right .message ul li.sub input {
    line-height: 30px;
    height: 30px;
  }
  #index-body .init-6 .right .box p {
    font-size: 12px;
    line-height: 28px;
  }
  #index-body h2 {
    font-size: 28px;
  }
  #index-body h2 small {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.grid-box {
  display: inline-block;
  width: 100%;
}
.grid-box .column {
  float: left;
}
.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #043788;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #043788;
  color: white;
}
.inner-page {
	min-height:540px;
}
.inner-page div#nav {
  border-bottom: 1px solid #d7d7d7;
  background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
  margin: -1rem 0 0;
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 14px;
  color: #858586;
  line-height: 60px;
  padding: 1rem 0 0;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  background: #043788;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.product-page {
  background: #f6f7f9;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-3 h1 {
  font-size:28px;
  font-weight:bold;
  padding-bottom: 20px;
}
.product-page .init-3 .capbox {
  line-height:28px;
  color:#333;
  margin-bottom:10px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background:white;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 24px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #043788;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: #858586;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: #043788;
  font-size: 14px;
  color: white;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #043788;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: #043788;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: #043788;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li h2 a {
  font-size: 14px;
  line-height: 28px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.info-middle img {
  max-width: 100% !important;
}
div.wpcf7-response-output {
  font-size: 12px;
}
.product-page .init-3 ul li a h2:hover {
  color: #043788;
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .mbx-link {
  margin-top: -50px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #666666;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #043788;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 50%;
  display: inline-block;
  margin-left: -6px;
  margin-right: -6px;
  padding: 0 15px;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
}
.prodet-page .init-2 .prodet-title {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 48px;
  color: #454444;
  padding-bottom: 20px;
}
.prdctdsct {
    line-height: 2;
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}
.prdctdsct h2 {
    font-size: 24px;
    line-height: 48px;
    color: #454444;
    padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #043788;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #043788;
  color: white;
  border-color: #043788;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #043788;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #043788;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;
}
.prodet-page .init-4 ul li a {
  display: block;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #043788;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #043788;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #043788;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #043788;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #043788;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
  line-height: 32px;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #043788;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
  line-height: 30px;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #043788;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #043788;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 30px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 .ui.container.grid-box {
    margin-left: 22px;
}
.newsdet-page .init-2 .right .cont .form form {
    padding-top: 10px;
    border-top: 1px solid #333;
    margin-top: 30px;
}
.newsdet-page .init-2 .container .right .cont .form form input, .newsdet-page .init-2 .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #333;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newsdet-page .init-2 .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: black;
    border: 1px solid #333;
}
.newsdet-page .init-2 .right .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: white;
    border-radius: 16px;
    color: #fff;
}
.newsdet-page .init-2 .right .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
    color: black;
}
.newsdet-page .init-2 .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.newsdet-page .init-2 .left {
    width: calc(100% - 500px);
    padding-left: 250px;
}
.newsdet-page .init-2 .right.column.wow.zoomIn {
    width: 500px;
    position: sticky;
    top: 90px;
    z-index: 2;
    padding: 50px 0px;
    padding-left: 170px;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 32px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #043788;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #043788;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #043788;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 {
  padding: 50px 0 60px;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-2 h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 28px;
}
.about-page-company .init-4 {
  padding: 90px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}
.about-page-company .init-3 {
  background: url("../images/about-init-2-bg.png") no-repeat 100% 100%;
}
.about-page-company .init-3 .left {
  padding-left: 5%;
  width: 50%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
  padding-right: 4%;
}
.about-page-company .init-3 .left h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page-company .init-3 .left h2 em {
  color: #043788;
}
.about-page-company .init-3 .left h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page-company .init-3 .left h2 {
  padding-bottom: 20px;
}
.about-page-company .init-3 .left p {
  font-size: 18px;
  color: #222;
  line-height: 36px;
}
.about-page-company .init-3 .left .cfd {
  padding-top: 60px;
  padding-left: 60px;
}
.about-page-company .init-3 .left .cfd h3 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page-company .init-3 .left .cfd h3 img {
  position: absolute;
  left: -70px;
  top: -20px;
}
.about-page-company .init-3 .left .cfd p {
  font-size: 18px;
  color: #222;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page-company .init-3 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -4px;
}
@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #043788 !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px){
  .inner-page div#nav {
    display: none;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}

#banner {
    position:relative;
    height:900px;
    overflow:hidden
}
#banner .mouse-move {
    z-index:999;
    position:absolute;
    left:50%;
    bottom:40px;
    width:26px;
    height:40px;
    margin-left:-13px;
    border:2px solid #fff;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px
}
#banner .mouse-move:after {
    animation:1.5s mouse_move ease infinite;
    content:'';
    position:absolute;
    width:4px;
    height:10px;
    left:50%;
    margin-left:-2px;
    top:11px;
    background:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px
}
#banner .arr {
    transition:.5s ease;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:44%;
    z-index:10;
    width:91px;
    height:90px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer
}
#banner .arr.arr-l {
    left:0;
    background-image:url(/template/en/images/b-l-arr.png)
}
#banner .arr.arr-r {
    right:0;
    background-image:url(/template/en/images/b-r-arr.png)
}
#banner li {
    display:none;
    background-size:cover;
    position:absolute;
    width:100%;
    height:900px;
    background-position:center;
    background-repeat:no-repeat;
    left:0;
    top:0
}
#banner li a{
  display: block;
  width: 100%;
  height: 100%;
}
#banner li .tit {
    text-align:left;
    float:right;
    color:#fff;
    margin-top:238px
}
#banner li .tit h2, #banner li .tit p {
    font-family:impact;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    font-weight:lighter
}
#banner li .tit p {
    margin-top:-5px
}
#banner li .tit span {
    font-size:16px;
    display:block
}
#banner li .tit.tit2 {
    margin-top:146px;
    text-align:center;
    float:none
}
#banner li .tit.tit2 h2, #banner li .tit.tit3 h2 {
    margin-bottom:9px
}
#banner li .tit.tit2 h2, #banner li .tit.tit2 span {
    text-transform:uppercase;
    font-family:'impact';
    font-size:46px;
    color:#fff
}
#banner li .tit.tit2 span {
    margin-top:-16px
}
#banner li .tit.tit2 p, #banner li .tit.tit3 p {
    display:none
}
#banner li .tit.tit3 {
    margin-top:84px;
    text-align:center;
    float:none
}
#banner li .tit.tit3 h2 {
    font-size:42px
}
#banner li .tit.tit3 span {
    display:none
}
#banner:hover .arr {
    opacity:1;
    filter:alpha(opacity=100)
}
#banner:hover .arr.arr-l {
    left:6.5%
}
#banner:hover .arr.arr-r {
    right:6.5%
}



@media screen and (max-width: 1025px) {
  #banner li{
    height: auto;
    position: relative;
  }

  #banner .mouse-move{
    display: none;
  }
  #banner .arr{
    display: none;
  }
  
  .prodet-page .init-3 .init-3-bottom ul li>table>tbody>tr>td{
    display: block;
    width: 100%!important;
    text-align: left!important;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .init-3 .init-3-bottom ul li>table{
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
   .prodet-page .init-4.contenta{
     display: none!important;
   }

}

.about-page-company.product .init-3{
  background: unset;
}

.capboxs{
  font-size: 14px;
    line-height: 2;
}

.about-page-company.product h2,
.prodet-page.product h2{
      font-size: 36px;
    line-height: 1.6;
    text-align: center;
    padding: 20px 0;
}

.about-page-company.product,
.prodet-page.product{
  background: #f6f7f9;
}

.prodet-page .init-4.news h5{
   font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prodet-page .init-4.news p{
  font-size: 14px;
    line-height: 2;
}

.prodet-page .init-4.news ul li{
  padding: 0 13px;
}
.prodet-page .init-4.news{
  padding: 20px 0;
}

.contents{
  font-size: 16px;
    line-height: 2;
    padding-top: 10px;
}
/*新增悬浮表单*/
.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
/*结束*/