body {
  font-family: "Microsoft YaHei", "Arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1240px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  background: #0e428b;
}
#header .h-top .left {
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
#header .h-top .right {
  float: right;
}
#header .h-top .right ul.share {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .h-top .right ul.share li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
  margin-left: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .yuy ul li:hover {
  color: white;
}
#header .h-top .right .yuy ul li img {
  max-width: 30px;
  margin-right: 8px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding-top:6px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo h2 {
  font-size: 18px;
  color: #0e428b;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo h2 small {
  display: block;
  font-size: 12px;
  font-weight: 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: black;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  font-family: "STSong";
  float: left;
  position: relative;
  -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 {
  color: #0e428b;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 28px 0;
}
#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 #0e428b;
}
#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);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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: #0e428b;
}
#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: #0e428b;
  -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: #0e428b;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs 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: #0e428b;
}
#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: #0e428b !important;
}
#index-body h2 {
  color: #0e428b;
  font-size: 50px;
}
#index-body h2 small {
  display: inline-block;
  margin-left: 100px;
  vertical-align: middle;
  font-size: 20px;
  color: #b0afaf;
  padding-right: 30px;
  position: relative;
  padding-bottom: 5px;
}
#index-body h2 small:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: #b0afaf;
  display: block;
  left: 0;
  bottom: 0;
}
#index-body h2 small:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  bottom: -1px;
  background: #0e428b;
  z-index: 1;
}
#index-body .init-1 {
  padding: 80px 0 110px;
}
#index-body .init-1 .box {
  padding-top: 70px;
}
#index-body .init-1 .box .left {
  width: 66.66666%;
  float: left;
  padding-right: 30px;
}
#index-body .init-1 .box .left ul {
  margin: -15px;
}
#index-body .init-1 .box .left ul li {
  width: 50%;
  float: left;
  padding: 15px;
}
#index-body .init-1 .box .left ul li .box2 {
  padding: 35px 0 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px #ccc;
  -moz-box-shadow: 0 0 25px #ccc;
  box-shadow: 0 0 25px #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .left ul li .box2 i {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-1 .box .left ul li .box2 i.ie1 {
  background-image: url("../images/init-1-1-1.png");
}
#index-body .init-1 .box .left ul li .box2 i.ie2 {
  background-image: url("../images/init-1-2-1.png");
}
#index-body .init-1 .box .left ul li .box2 i.ie3 {
  background-image: url("../images/init-1-3-1.png");
}
#index-body .init-1 .box .left ul li .box2 i.ie4 {
  background-image: url("../images/init-1-4-1.png");
}
#index-body .init-1 .box .left ul li .box2 h3 {
  font-size: 15px;
  color: #0e428b;
  margin: 16px 0 15px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .left ul li .box2 p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box .left ul li .box2:hover {
  -webkit-box-shadow: 0 0 25px rgba(14, 66, 139, 0.8);
  -moz-box-shadow: 0 0 25px rgba(14, 66, 139, 0.8);
  box-shadow: 0 0 25px rgba(14, 66, 139, 0.8);
  background: #0e428b;
}
#index-body .init-1 .box .left ul li .box2:hover i.ie1 {
  background-image: url("../images/init-1-1-2.png");
}
#index-body .init-1 .box .left ul li .box2:hover i.ie2 {
  background-image: url("../images/init-1-2-2.png");
}
#index-body .init-1 .box .left ul li .box2:hover i.ie3 {
  background-image: url("../images/init-1-3-2.png");
}
#index-body .init-1 .box .left ul li .box2:hover i.ie4 {
  background-image: url("../images/init-1-4-2.png");
}
#index-body .init-1 .box .left ul li .box2:hover h3 {
  color: white;
}
#index-body .init-1 .box .left ul li .box2:hover p {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-1 .box .right img {
  width: 100%;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") no-repeat left 00px bottom;
  display: inline-block;
  width: 100%;
  padding:80px 0 80px;
}
#index-body .init-2 .box {
  width: 75%;
  float: right;
  margin-right: -8.34%;
}
#index-body .init-2 .box ul {
  margin:40px -10px -10px;
}
#index-body .init-2 .box ul li {
  width: 33.3333%;
  padding: 10px;
  float: left;
}
#index-body .init-2 .box ul li a {
  display: block;
  text-align: center;
  border: 1px solid #eeeeee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  background: white;
  padding: 15px 0;
}
#index-body .init-2 .box ul li a img {
  margin:-15px auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a h3 {
  font-size: 18px;
  color: #0e428b;
  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: 100%;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li a:hover {
  border-color: #dcdcdc;
}
#index-body .init-2 .box ul li a:hover img {
  opacity: .3;
}
#index-body .init-2 .box ul li a:hover h3 {
  opacity: 1;
}
#index-body .init-2 .box ul .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%);
  color: transparent;
  width: 0;
  height: 0;
  background: none;
  border: none;
}
#index-body .init-2 .box ul .slick-arrow:after {
  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%);
  font-family: "FontAwesome";
  font-size: 48px;
  color: #0e428b;
}
#index-body .init-2 .box ul .slick-arrow.slick-prev {
  left: -40px;
}
#index-body .init-2 .box ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
#index-body .init-2 .box ul .slick-arrow.slick-next {
  right: -40px;
}
#index-body .init-2 .box ul .slick-arrow.slick-next:after {
  content: "\f105";
}
#index-body .init-3 {
  position: relative;
  margin-top: -5px;
  padding-bottom:60px;
}
#index-body .init-3:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  height: 35%;
  background: #0e428b;
}
#index-body .init-3 h2 {
  color: white;
  padding: 55px 0 40px;
}
#index-body .init-3 h2 small:before {
  background: #539aff;
}
#index-body .init-3 .box {
  padding: 70px 0 80px;
  display: inline-block;
  width: 100%;
  position: relative;
}
#index-body .init-3 .box:before {
  content: '';
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 27px 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 27px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 27px 10px rgba(0, 0, 0, 0.11);
  background: white;
}
#index-body .init-3 .box .left {
  float: left;
  width: 50%;
  padding:25px 45px 0 50px;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box .left h3 {
  font-size: 30px;
  color: black;
  position: relative;
}
#index-body .init-3 .box .left h3:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #0e428b;
  display: block;
  margin-top: 15px;
}
#index-body .init-3 .box .left h3:before {
  content: '';
  width: 18px;
  height: 4px;
  background: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 70px;
}
#index-body .init-3 .box .left p {
  font-size: 14px;
  color: #b0afaf;
  line-height:26px;
  margin:30px 0 0px;
}
#index-body .init-3 .box .left a.more {
  display: inline-block;
  background: #0e428b;
  color: white;
  line-height: 40px;
  height: 40px;
  padding: 0 60px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
}
#index-body .init-3 .box .left a.more:after {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-3 .box .right {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}
#index-body .init-4 {
  padding:80px 0 80px;
  background-color:#f8f8f8; background: url("../images/init-5-bg.jpg") no-repeat center top;
}
#index-body .init-4 .box {
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .box h3 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-4 .box h3:hover {
  color: #0e428b;
}
#index-body .init-4 .box .abst {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  margin-top: 10px;
}
#index-body .init-4 .box .abst span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
#index-body .init-4 .box .abst time {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  border-left:0px solid black;
}
#index-body .init-4 .box .left {
  width: 66.666%;
  float: left;
  padding-right: 30px;
}
#index-body .init-4 .box .left a.img-box {
  display: block;
}
#index-body .init-4 .box .left h3 {
  padding-top: 20px;
}
#index-body .init-4 .box .left p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  margin-top: 15px;
}
#index-body .init-4 .box .left a.more {
  display: inline-block;
  background: #0e428b;
  color: white;
  line-height: 40px;
  height: 40px;
  padding: 0 60px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  margin-top: 30px;
}
#index-body .init-4 .box .left a.more:after {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-4 .box .right {
  float: right;
  width: 33.333%;
}
#index-body .init-4 .box .right ul {
  background: #fafafa;
  padding: 0 30px;
}
#index-body .init-4 .box .right ul li {
  padding: 25px 0;
  border-bottom: 1px solid #dfdede;
}
#index-body .init-4 .box .right ul li:last-child {
  border-bottom: none;
}
#index-body .init-4 .box .right ul li .img {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  height: 110px;
  overflow: hidden;
}
#index-body .init-4 .box .right ul li .img img {
  max-width: none;
  margin: 0 auto;
  height: 100%;
  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 .init-4 .box .right ul li .content {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 20px;
}
#index-body .init-4 .box .right ul li .content h3 {
  font-size: 16px;
}
#index-body .init-4 .box .right ul li .content .abst {
  font-size: 12px;
}
#index-body .init-5 {
  padding: 80px 0 50px;
  background: url("../images/init-5-bg.jpg") no-repeat center bottom;
  display: inline-block;
  width: 100%;
}
#index-body .init-5 .left {
  width: 33.3333%;
  background: white;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-5 .left h3 {
  line-height: 80px;
  height: 80px;
  background: #0e428b;
  font-size: 24px;
  color: white;
  position: relative;
  text-align: center;
}
#index-body .init-5 .left h3:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../images/icon-init-5-1.png") no-repeat center center;
  border-right: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-5 .left ul {
  padding: 30px;
}
#index-body .init-5 .left ul li {
  padding: 10px 0;
}
#index-body .init-5 .left ul li input,
#index-body .init-5 .left ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  line-height: 54px;
  height: 54px;
  padding: 0 3px;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  -ms-transition: .5s border;
  -o-transition: .5s border;
  transition: .5s border;
}
#index-body .init-5 .left ul li input:focus,
#index-body .init-5 .left ul li textarea:focus {
  border-color: #0e428b;
}
#index-body .init-5 .left ul li textarea {
  height: 100px;
  line-height: 24px;
  padding: 15px 3px;
  resize: vertical;
}
#index-body .init-5 .left ul li input[type="submit"] {
  border-bottom: none;
  background: #0e428b;
  color: white;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
#index-body .init-5 .right {
  width: 66.6666%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 45px;
}
#index-body .init-5 .right p {
  font-size: 18px;
  color: #b0afaf;
  line-height: 30px;
  margin: 45px 0 60px;
}
#index-body .init-5 .right .box {
  display: inline-block;
  width: 100%;
}
#index-body .init-5 .right .box ul {
  margin: 0 -15px;
}
#index-body .init-5 .right .box ul li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
#index-body .init-5 .right .box ul li .box2 {
  -webkit-box-shadow: 0 0 15px #CCCCCC;
  -moz-box-shadow: 0 0 15px #CCCCCC;
  box-shadow: 0 0 15px #CCCCCC;
  padding: 35px 0 25px;
  background: white;
  text-align: center;
}
#index-body .init-5 .right .box ul li .box2 em {
  font-size: 45px;
  color: black;
  font-weight: bold;
  line-height: 40px;
}
#index-body .init-5 .right .box ul li .box2 h4 {
  font-size: 20px;
  color: #b0afaf;
  margin-top: 10px;
}
#footer {
  background: url("../images/f-bg.jpg") no-repeat center center;
}
#footer .footer-top {
  display: inline-block;
  width: 100%;
  padding:60px 0 30px;
}
#footer .footer-top ul li {
  float: left;
  width: 17%;
}
#footer .footer-top ul li:first-child {
  width: 32%;
}
#footer .footer-top ul li dl dt {
  color: white;
  font-size:20px;
  margin-bottom:28px;
}
#footer .footer-top ul li dl dd {
  font-size: 16px;
  color: #b3b2b2;
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd:last-child {
  margin-bottom: 0 !important;
}
#footer .footer-top ul li dl dd:hover {
  color: white;
}
#footer .footer-top ul li:nth-child(1) dl dt {
  margin-top: -30px;
  margin-bottom: 20px;
}
#footer .footer-top ul li:nth-child(1) dl dd {
  padding-left: 35px;
  margin-bottom: 18px;
}
#footer .footer-top ul li:nth-child(1) dl dd img {
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-top ul li:nth-child(1) dl dd.share {
  padding-left: 0;
  padding-top: 10px;
}
#footer .footer-top ul li:nth-child(1) dl dd.share a {
  display: inline-block;
  margin-right: 20px;
}
#footer .footer-top ul li:nth-child(1) dl dd.share a img {
  position: static;
}
#footer .footer-top ul li:nth-child(2) dl dd,
#footer .footer-top ul li:nth-child(3) dl dd {
  padding-left: 15px;
}
#footer .footer-top ul li:nth-child(2) dl dd:after,
#footer .footer-top ul li:nth-child(3) dl dd:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #0e428b;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-top ul li:nth-child(4) dl dd img {
  margin-top: 10px;
}
#footer .footer-bottom {
  line-height: 50px;
  height:60px;
  border-top: 1px solid #444;
  font-size:14px;
  color: #b3b2b2;
}
#footer .footer-bottom p {
  margin-right: 40px;
  display: inline-block;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
}
@media screen and (max-width: 1600px) {
  #index-body .init-2 {
    background-position: left -30px top;
  }
  #index-body .init-2 .box {
    margin-right: 0;
    width: 66.666%;
  }
}
@media screen and (max-width: 1400px) {
  #index-body h2 {
    font-size: 40px;
  }
  #index-body h2 small {
    font-size: 16px;
  }
  #index-body .init-2 {
    background-position: left -300px top;
  }
  #index-body .init-2 .box ul .slick-arrow.slick-prev {
    left: 0;
    z-index: 1;
  }
  #index-body .init-2 .box ul .slick-arrow.slick-next {
    right: 0;
    z-index: 1;
  }
  #index-body .init-3 .box .left h3 {
    font-size: 24px;
  }
  #index-body .init-3 .box .left p {
    font-size: 14px;
  }
  #index-body .init-5 .right p {
    font-size: 16px;
  }
  #index-body .init-5 .right .box ul li .box2 em {
    font-size: 42px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 994px;
  }
  #header .nav .ui.menu .logo h2 {
    display: none;
  }
  #index-body .init-1 .box .left ul li .box2 {
    padding: 15px 0 10px;
  }
  #index-body .init-1 .box .left ul li .box2 h3 {
    margin: 14px 0;
  }
  #index-body .init-3 .box .left p {
    line-height: 24px;
    font-size: 13px;
    margin: 40px 0;
  }
}

.inner-banner {
  padding-top: 90px;
  color: #fff;
  text-align: center;
  height: 234px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
}
.inner-banner .inner-tit {
  font-size: 33px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  font-size: 15px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #0e428b;
}
.top-menu {
  position: relative;
  z-index: 11;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
  display: inline-block;
  margin: 0 40px;
  position: relative;
}
.top-menu li a {
  color: #343434;
  font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
  color: #0e428b;
}
.top-menu li .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  z-index: 10;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  display: none;
}
.inner-page {
  padding: 40px 0 105px;
}
.inner-page .inner-tit {
  color: #3d3d3d;
  font-size: 36px;
  text-transform: capitalize;
}
.inner-page .sideBar {
  color: #fff;
}
.inner-page .sideBar .side-tit {
  padding-left: 18px;
  text-transform: capitalize;
  font-size: 26px;
  background: #0e428b;
  height: 45px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
  border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-top-left-radius: 1px;
  -ms-border-top-left-radius: 1px;
  -o-border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-top-right-radius: 1px;
  -ms-border-top-right-radius: 1px;
  -o-border-top-right-radius: 1px;
  background: #485b6e;
  padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
  height: 46px;
  line-height: 46px;
  display: block;
  overflow: hidden;
  color: #fff;
  padding-left: 18px;
}
.inner-page .sideBar .side-menu.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 18px;
}
.inner-page .sideBar .side-menu li{
  position: relative;
}
.inner-page .sideBar .side-menu li .children{
  position: absolute;
  left: 100%;
  top:0;
  width: 100%;
  z-index: 10;
  background: #485b6e;
  display: none;
}
.inner-page .sideBar .side-menu li:hover .children{
  display: block;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
  background: #3c3c3c;
}
.inner-page .sideBar .side-social {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  background: #485b6e;
  padding-left: 18px;
  padding-bottom: 13px;
}
.inner-page .sideBar .side-social a {
  margin-right: 2px;
  font-size: 18px;
  text-align: center;
  color: #415263;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #f5f5f5;
}
.inner-page .sideBar .side-social a i {
  margin-right: 0;
}
.inner-page .sideBar .side-dw {
  margin-top: 8px;
  background: #0e428b;
  line-height: 51px;
  padding-left: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
  color: #fff;
  font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
  margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
  color: #3c3c3c;
}
.about-page .about-article h2 {
  font-size: 44px;
}
.about-page .about-article h4 {
  font-size: 14px;
}
.about-page .about-article p {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
}
.about-page .about-article .about-advantage h2 {
  margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
  position: relative;
  color: #3c3c3c;
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: #0e428b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.product-page {
  padding: 72px 0 80px;
}
.product-page .i-product {
  padding: 0;
}
.prodet-page .prodet-top-box {
  padding: 73px 0 98px;
}
.prodet-page .prodet-top-box .prodet-pic {
  padding-right: 4.9rem!important;
  float: left;
}
.prodet-page .prodet-top-box .prodet-pic a {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
}
.prodet-page .prodet-top-box .prodet-pic img {
  margin: 20px auto;
}
.prodet-page .prodet-top-box .prodet-con {
  float: right;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
  color: #3d3d3d;
  font-size: 36px;
  margin-top: 3px;
}
.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
  color: #8b8b8b;
  font-size: 17px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
  margin: 15px 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a {
  margin-right: 12px;
  font-size: 18px;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
  color: #8b8b8b;
  text-align: center;
  line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
  margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
  color: #fff;
  background: #0e428b;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
  width: 122px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #8b8b8b;
  text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
  background: #0e428b;
  color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
  width: 188px;
  margin-right: 2px;
  vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
  margin-right: 21px;
  font-size: 18px;
}
.prodet-page .prodet-det-box {
  padding: 50px 0;
}
.prodet-page .prodet-det-box .con-box {
  margin-top: 49px;
}
.prodet-page .prodet-det-box .con-box p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 29px;
}
.prodet-page .prodet-det-box .con-box ul {
	margin:-10px;
}
.prodet-page .prodet-det-box .con-box {
	display:inline-block;
	width:100%;
}
.prodet-page .prodet-det-box .con-box li {
	width:25%;
	float:left;
	padding:10px;
}
.prodet-page .prodet-det-box .con-box li .img-box {
	display:block;
	border:2px solid #F5F5F5;
}
.prodet-page .prodet-det-box .con-box li .i-con-box {
	padding:8px;
	background:#f5f5f5;
}
.prodet-page .prodet-det-box .con-box li .i-con-box h3 {
	margin-top:0;
}
.prodetFeedback {
  padding: 50px 0 100px;
  background: #f5f5f5;
}
.prodetFeedback .inner-tit {
	font-size:36px;
}
.prodetFeedback .ptForm {
  margin-top: 83px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #3d3d3d;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #0e428b;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #0e428b;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
  margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
  display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
  width: 397px;
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
  height: 43px;
  border-bottom: 3px solid #0e428b;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
  display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  width: 288px;
  height: 53px;
  border: none;
  background: #0e428b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
  color: #555;
}
.news-page .newslist li .new-r i.new-update, .news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #01509d;
}
.newdet-page .news {
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding: 0;
}
.contact-page .c-list-box {
  padding: 68px 0 112px;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 48px;
  margin-bottom: 46px;
}
.contact-page .c-list-box .c-name {
  color: #676767;
  font-size: 21px;
  margin-bottom: 38px;
}
.contact-page .c-list-box h5 {
	font-size:24px;
	margin-bottom:15px;
}
.contact-page .c-list-box p {
  line-height: 30px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
  color: #a0a0a0;
  margin-right: 16px;
}
.contact-page .c-list-box .info a {
  color: #676767;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content:'';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before, .around-line > li:after {
    content:'';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a, .m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child, .m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #0e428b;
}
.m-page a:active {
  background: #0e428b;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #0e428b;
}
.tab-box .ui.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
  display: block;
}
.inner-page .i-product .tab-box {
  min-height: auto;
}


.i-con-box {
  background: #fff;
  padding: 20px 30px 0px 28px;
}
.i-con-box h3{
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-con-box h3 a {
  display: block;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-con-box p {
  height: 87px;
  overflow: hidden;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 29px;
  margin-top: 17px;
}
.i-product {
  padding: 100px 0 60px;
}
.i-product .tab-list {
  text-align: center;
  margin: 29px 0 77px;
}
.i-product .tab-list li {
  display: inline-block;
  margin: 0 8px;
}
.i-product .tab-list li a {
  display: block;
  padding: 0 39px;
  height: 32px;
  line-height: 32px;
  background: #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #252525;
  font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
  background: #043c82;
  color: #fff;
}
.i-product .tab-box ul {
  margin: -15px;
}
.i-product .tab-box li {
  width: 33.3333%;
  float: left;
  padding: 15px;
}
.i-product .tab-box li .img-box{
  border: 1px solid #ccc;
  text-align: center;
}
.i-product .tab-box li .img-box img {
  width: auto;
  margin: 0 auto;
}
.i-product .tab-box {
  position: relative;
  min-height: 1042px;
}
.i-product .tab-box li .i-con-box{
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1200px){
  #header .nav .menu-box{
    width: 70%;
  }
  #header .nav .menu-box .menu > li{
    margin-left: 20px;
  }
  #index-body .i-whyUs .the_list > .column .icon{
    height: 53px;
    line-height: 53px;
  }
  .inner-page .sideBar.three.wide.column{
    width: 24%!important;
  }
  .inner-page .page-rightBar.thirteen.wide.column{
    width: 74%!important;
  }
}
.grid {
  display: inline-block;
  width: 100%;
}
.grid .sideBar {
  width: 20%;
  float: left;
}
.grid .page-rightBar {
  width: 80%;
  float: right;
  padding-left: 20px;
}