@font-face {
  font-family: 'poppins';
  src: url(/fonts/poppins.ttf) format('truetype'), url(/fonts/poppins.eot) format('eot'), url(/fonts/poppins.woff) format('woff'), url(/fonts/poppins.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'poppins', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .nav {
  padding: 8px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header .nav .item {
  padding: 0;
}
#header .nav .h-search {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#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;
}
#header .nav .yuy {
  margin-left: 30px!important;
}
#header .nav .yuy ul {
  background: white;
  border-radius: 5px;
  padding: 3px 0;
}
#header .nav .yuy ul li {
  display: inline-block;
  font-size: 12px;
  color: black;
  padding: 0 10px;border-right: 1px solid #222;
  line-height: 12px;
}
#header .nav .yuy ul li a {
  color: inherit;
}
#header .nav .yuy ul li:last-child {
  border-right: 0px solid #222;
}
#header .nav .menu-box {
  margin-top: 20px;
  padding: 0;
}
#header .nav .menu-box .menu {
  height: 100%;
}
#header .nav .menu-box .menu:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  margin-left: 60px;
}
#header .nav .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .menu-box .menu > li > a {
  font-size: 14px;
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 25px;
  text-transform: uppercase;
	margin-top:10px;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #1ca9d3;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.active {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#40b1db url('../images/faq-banner.jpg') no-repeat top center;
	z-index:9999;
}
#banner {
  margin-top: 0px;
}
#banner ul .slick-slide .content {
  display: none;
}
#banner ul .slick-slide.slick-active .content {
  display: block;
}
#banner ul .slick-arrow {
  width: 45px;
  height: 45px;
  background: none;
  color: transparent;
  position: absolute;
  top: 45%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  line-height: 45px;
}
#banner ul .slick-arrow:before {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#banner ul .slick-arrow:hover {
  background: #1ca9d3;
}
#banner ul .slick-next {
  right: 20px;
}
#banner ul .slick-next:before {
  content: '>';
}
#banner ul .slick-prev {
  left: 20px;
}
#banner ul .slick-prev:before {
  content: '<';
}
#banner ul .slick-dots {
  position: absolute;
  bottom: 10%;
  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 {
  display: inline-block;
  margin: 0 10px;
  color: transparent;
  border-radius: 100%;
  background: #e1e5e6;
  width: 15px;
  height: 15px;
}
#banner ul .slick-dots li button {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  outline: none;
}
#banner ul .slick-dots li.slick-active {
  background: white;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content .left {
  width: 35%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
  padding-right: 5px;
}
#banner ul li .content .left img {
  margin: 0 auto;
}
#banner ul li .content .right {
  vertical-align: middle;
  display: inline-block;
  width: 65%;
  color: transparent;
  padding-left: 10%;
}
#banner ul li .content .right h2 {
  font-size: 68px;
  color: #00ccff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 3px 5px #222;
  -webkit-text-shadow: 3px 3px 5px #222;
  -moz-text-shadow: 3px 3px 5px #222;
  -ms-text-shadow: 3px 3px 5px #222;
  -o-text-shadow: 3px 3px 5px #222;
  filter: Shadow(Color=#222, Direction=0, Strength=5px);
  filter: dropshadow(OffX=3px, OffY=3px, Color=#222, Positive='true');
  line-height: 68px;
}
#banner ul li .content .right p {
  font-size: 24px;
  color: white;
  padding: 45px 0;
}
#banner ul li .content .right a {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 30px;
  background-image: -moz-linear-gradient(top, #1cc3d3, #1c98d3);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #1cc3d3, #1c98d3);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1cc3d3, endColorstr=#1c98d3, GradientType='0');
  /* IE*/
  font-size: 14px;
  color: white;
}
#banner ul li .content .right a:hover {
  box-shadow: 0 2px 8px 0 #222;
  -webkit-box-shadow: 0 2px 8px 0 #222;
  -moz-box-shadow: 0 2px 8px 0 #222;
  -ms-box-shadow: 0 2px 8px 0 #222;
  -o-box-shadow: 0 2px 8px 0 #222;
}
#banner ul:hover .slick-arrow {
  opacity: 1;
}
#index-body .init-1 {
  text-align: center;
  background: #f8f9fb;
  padding: 55px 0 65px;
}
#index-body .init-1 h2 {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
}
#index-body .init-1 h2:after {
  content: '';
  width: 30%;
  border-bottom: 2px #d2d7dd dotted;
  display: block;
  position: absolute;
  left: 35%;
  bottom: 0;
  z-index: 0;
}
#index-body .init-1 h2:before {
  content: "\f0d7";
  position: absolute;
  font-size: 24px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Icons;
  height: auto;
  line-height: normal;
  width: 40px;
  background: #f8f9fb;
  z-index: 1;
}
#index-body .init-1 ul {
  padding-top: 40px;
  margin: -55px;
}
#index-body .init-1 ul li {
  text-align: center;
  padding: 55px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li i {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-image: -moz-linear-gradient(top, #1cc7d3, #1c97d3);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #1cc7d3, #1c97d3);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1cc7d3, endColorstr=#1c97d3, GradientType='0');
  /* IE*/
  line-height: 130px;
  color: white;
  font-size: 55px;
  text-align: center;
  margin: 0;
  position: relative;
}
#index-body .init-1 ul li i img {
	margin: 0 auto;
	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%);
  max-width: 65%;
}
#index-body .init-1 ul li h3 {
  font-size: 22px;
  color: #303030;
  padding: 25px 0 15px;
}
#index-body .init-1 ul li h3 a {
  color: inherit;
}
#index-body .init-1 ul li h3:hover {
  color: #1ca9d3;
}
#index-body .init-1 ul li p {
  font-size: 13px;
  line-height: 20px;
  color: #6a6a6a;
}
#index-body .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
#index-body .init-2 ul li .left .content {
  width:40%;
  padding-top: 5%;
}
#index-body .init-2 ul li .left .content.fl {
  padding-right: 5%;
}
#index-body .init-2 ul li .left .content.fr {
  padding-left: 5%;
}
#index-body .init-2 ul li .left .content h2 {
  font-weight: bold;
  font-size: 30px;
  color: black;
}
#index-body .init-2 ul li .left .content p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
#index-body .init-2 ul li .left .content a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(top, #1cc3d3, #1c98d3);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #1cc3d3, #1c98d3);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1cc3d3, endColorstr=#1c98d3, GradientType='0');
  /* IE*/
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
#index-body .init-2 ul li .left .content a:hover {
  box-shadow: 0 2px 8px 0 #d1d1d1;
  -webkit-box-shadow: 0 2px 8px 0 #d1d1d1;
  -moz-box-shadow: 0 2px 8px 0 #d1d1d1;
  -ms-box-shadow: 0 2px 8px 0 #d1d1d1;
  -o-box-shadow: 0 2px 8px 0 #d1d1d1;
}
#index-body .init-2 ul li .right ul {
  width: 50%;
  position: relative;
  margin-bottom: -5px;
}
#index-body .init-2 ul li .right ul .slick-arrow {
  width: 45px;
  height: 45px;
  background: none;
  color: transparent;
  position: absolute;
  bottom: 20px;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  line-height: 45px;
  z-index: 10;
}
#index-body .init-2 ul li .right ul .slick-arrow:before {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#index-body .init-2 ul li .right ul .slick-arrow:hover {
  background: #1ca9d3;
}
#index-body .init-2 ul li .right ul.fl .slick-next {
  right: 20px;
}
#index-body .init-2 ul li .right ul.fl .slick-next:before {
  content: '>';
}
#index-body .init-2 ul li .right ul.fl .slick-prev {
  right: 85px;
}
#index-body .init-2 ul li .right ul.fl .slick-prev:before {
  content: '<';
}
#index-body .init-2 ul li .right ul.fr .slick-next {
  left: 85px;
}
#index-body .init-2 ul li .right ul.fr .slick-next:before {
  content: '>';
}
#index-body .init-2 ul li .right ul.fr .slick-prev {
  left: 20px;
}
#index-body .init-2 ul li .right ul.fr .slick-prev:before {
  content: '<';
}
#index-body .init-2 ul li .right ul:hover .slick-arrow {
  opacity: 1;
}
#index-body .init-2 ul li:after {
  content: '';
  clear: both;
  display: block;
}
#index-body .init-3 {
  text-align: center;
  background: #f8f9fb;
  padding: 40px 0 50px;
}
#index-body .init-3 h2 {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
}
#index-body .init-3 h2:after {
  content: '';
  width: 30%;
  border-bottom: 2px #d2d7dd dotted;
  display: block;
  position: absolute;
  left: 35%;
  bottom: 0;
  z-index: 0;
}
#index-body .init-3 h2:before {
  content: "\f0d7";
  position: absolute;
  font-size: 24px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Icons;
  height: auto;
  line-height: normal;
  width: 40px;
  background: #f8f9fb;
  z-index: 1;
}
#index-body .init-3 p {
  padding: 25px 10% 55px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
#index-body .init-3 ul {
  margin: 0px 0px 0px 0px;
}
#index-body .init-3 ul li {
  text-align: center;
  padding:0px;
  margin:0px 0px 0px 0px;
}
#index-body .init-3 ul li a {
  background: white;
  border: 1px solid #ebeef4;
  display: block;
}
#index-body .init-3 ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 169, 211, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-3 ul li a h3 {
  position: absolute;
  top: 60%;
  left: 50%;
  max-width: 80%;
  text-align: center;
  font-size: 24px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
#index-body .init-3 ul li a img {
  margin:0px auto;
}
#index-body .init-3 ul li a:hover:after {
  opacity: 1;
}
#index-body .init-3 ul li a:hover h3 {
  top: 50%;
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#index-body .init-3 .next,
#index-body .init-3 .prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: black;
  background: #dbdcdd;
  font-size: 16px;
  margin: 30px 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .next i,
#index-body .init-3 .prev i {
  margin: 0;
}
#index-body .init-3 .next:hover,
#index-body .init-3 .prev:hover {
  background: #1ca9d3;
  color: white;
}
#index-body .init-4 {
  padding: 45px 0 85px;
}
#index-body .init-4 h2 {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
}
#index-body .init-4 h2:after {
  content: '';
  width: 30%;
  border-bottom: 2px #d2d7dd dotted;
  display: block;
  position: absolute;
  left: 35%;
  bottom: 0;
  z-index: 0;
}
#index-body .init-4 h2:before {
  content: "\f0d7";
  position: absolute;
  font-size: 24px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Icons;
  height: auto;
  line-height: normal;
  width: 40px;
  background: #fff;
  z-index: 1;
}
#index-body .init-4 ul {
  padding-top: 45px;
}
#index-body .init-4 ul li .left {
  width:37%;
  float:left;
  vertical-align: middle;
  margin-right:0px;
  padding-right:3%;

}
#index-body .init-4 ul li .left a {
  display: block;
}
#index-body .init-4 ul li .right {
  width:60%;
  float:right;
  vertical-align: middle;
  padding:0% 0%;border:0px solid #ddd;
}
#index-body .init-4 ul li .right h3 {
  font-size:20px;
  color: #353535;
  font-weight: bold;
}
#index-body .init-4 ul li .right h3 a {
  color: inherit;
}
#index-body .init-4 ul li .right h3:hover {
  color: #1ca9d3;
}
#index-body .init-4 ul li .right time {
  font-size:14px;
  color: #8c9398;
  display: block;
  padding: 10px 0;
  border-bottom: 1px #DDD dotted;
  margin-bottom: 10px;
}
#index-body .init-4 ul li .right p {
  font-size: 16px;
  color: #8c9398;
  line-height:26px;
  padding: 10px 0;
}
#index-body .init-4 ul .slick-dots {
  position: absolute;
  bottom: -8px;
  left: 50%;
  padding-left: 25px;
  padding-top: 0;
  line-height: normal;
  height: auto;
}
#index-body .init-4 ul .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #cfd1d0;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 ul .slick-dots li.slick-active {
  background: black;
}
#index-body .init-4 ul .slick-dots li button {
  display: none;
}
#index-body .init-5 {
  text-align: center;
  margin: 0 0 -5px 0;
}
#index-body .init-5 .left {
  background-image: url("../images/init-5-l.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 170px 0;
}
#index-body .init-5 .right {
  background-image: url("../images/init-5-r.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  padding: 170px 0;
}
#index-body .init-5 p {
  font-size: 20px;
  color: white;
  line-height: 30px;
  max-width: 60%;
  margin: 0 auto;
  height: 60px;
}
#index-body .init-5 a {
  display: inline-block;
  margin: 35px auto 0;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
#index-body .init-5 a:hover {
  background: #1ca9d3;
}
#footer {
  background: url("../images/f-bg.jpg") #1c97d3 center no-repeat;
}
#footer .footer-top {
  text-align: center;
  padding:50px 0 15px; 
}
#footer .footer-top img {
  margin: 0 auto;
}
#footer .footer-top p {
  font-size: 18px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
}
#footer .footer-center .f-nav {
  display: inline-block;
  width: 100%;
}
#footer .footer-center .f-nav ul {
  float: right;
}
#footer .footer-center .f-nav ul li {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 45px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-center .f-nav ul li a {
  color: inherit;
}
#footer .footer-center .f-nav ul li:first-child,
#footer .footer-center .f-nav ul li:last-child {
  border-left: none;
}
#footer .footer-center .f-nav ul li img {
  width: 70px;
  margin-left: 20px;
}
#footer .footer-center .f-nav ul li:hover {
  color: #ff312b;
}
#footer .footer-center .f-c {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .footer-center .f-c ul {
  margin: 0;
}
#footer .footer-center .f-c ul li {
  font-size: 12px;
  color: white;
  padding: 0 0px;
  margin: 0;
  text-align:left;
}
#footer .footer-center .f-c ul li i {
  font-size: 14px;
}
#footer .footer-center .f-c ul li a {
  color: inherit;
}
#footer .footer-bottom {
  text-align: justify;
  text-align-last: justify;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-bottom ul {
  display: inline-block;
}
#footer .footer-bottom ul li {
  display: inline-block;
  color: #8ecbe9;
  margin: 0 5px;
  font-size: 16px;
}
#footer .footer-bottom ul li a {
  color: inherit;
}
#footer .footer-bottom ul li:hover {
  color: white;
}
#footer .footer-bottom p {
  display: inline-block;
  font-size: 12px;
  color: #8ecbe9;
}
#footer .footer-bottom p a {
  color: inherit;
}
#footer .footer-bottom p a:hover {
  color: white;
}

.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #1ca9d3!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 0 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #1ca9d3;
  border-color: #1ca9d3;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #1ca9d3;
}
@media screen and (max-width: 1300px) {
	.i-product .pro-list {
		padding:0 5%;
	}
	.i-product .pro-list .column {
		padding:10px 40px;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-bPic {
		width:34%!important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one {
		width:66%!important;
	}
	.product-page .i-product .pro-list-class li .left img {
		max-height:400px;
	}
}
@media screen and (max-width: 1200px) {
	.i-product .pro-list .column {
		padding:15px;
	}
	.i-product .pro-list img {
		max-height:220px;
		margin:0 auto;
	}
	.product-page .sideBar .ui, .prodet-page .sideBar.ui {
	margin:0;
	padding:0;
	width:100%;
}
}
@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 450px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 12px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
	padding-top:90px;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #2898c1;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #ffffff url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
  border: 1px solid #177793;
}
.inner-page .sideBar .side-menu .cat-list{
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #06c4fc;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list1>.ui>ul {
	display:inline-block;
	width:100%;
	border-top:1px solid rgba(255,255,2555,.4);
	margin-bottom:-4px;
	margin-top:15px;
}
.inner-page .sideBar .side-menu .cat-list1 {
	display:block;
}
.inner-page .sideBar .side-menu .cat-list li,
.inner-page .sideBar .side-menu .cat-list1 li{
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a,
.inner-page .sideBar .side-menu .cat-list1 li a{
  display: block;
  color: inherit;
}
.inner-page .sideBar .side-menu .cat-list li a:hover,
.inner-page .sideBar .side-menu .cat-list1 li a:hover{
  color: #fff;
}
.inner-page .sideBar .side-menu.product .cat-list1 li ul {
	display:none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #2898c1;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list1 li ul li {
	display:block;
}
.inner-page .sideBar .side-menu.product {
	position:static;
}
.sideBar {
	position:relative;
}
.inner-page .sideBar .side-menu.product .cat-list1 >.ui>ul li {
	width:20%;
	float:left;
	text-align:center;
	-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.inner-page .sideBar .side-menu .cat-list1>.ui>ul>li {
	padding-bottom:22px;
	padding-top:20px;
	color:#fff;
}
.inner-page .sideBar .side-menu .cat-list1>.ui>ul>li>ul:after {
	content:'';
	width:200%;
	height:100%;
	background:#2898c1;
	position:absolute;
	top:0;
	left:-50%;
	z-index:-1;
}
.inner-page .sideBar .side-menu .cat-list1>.ui>ul li:hover,
.inner-page .sideBar .side-menu .cat-list1>.ui>ul>li.active{
	background:#149fc8;
}

.inner-page .inner-main-tit {
  text-align: left;
  color: #ffffff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 20px;
}
.about-page .init-1 {
  text-align: center;
  background: #f8f9fb;
  padding: 55px 0 65px;
}
.about-page .init-1 h2 {
  font-size: 30px;
  color: #303030;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 25px;
  position: relative;
  padding-bottom: 25px;
}
.about-page .init-1 h2:after {
  content: '';
  width: 30%;
  border-bottom: 2px #d2d7dd dotted;
  display: block;
  position: absolute;
  left: 35%;
  bottom: 0;
  z-index: 0;
}
.about-page .init-1 h2:before {
  content: "\f0d7";
  position: absolute;
  font-size: 24px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Icons;
  height: auto;
  line-height: normal;
  width: 40px;
  background: #f8f9fb;
  z-index: 1;
}
.about-page .init-1 ul {
  padding-top: 40px;
  margin: -55px;
}
.about-page .init-1 ul li {
  text-align: center;
  padding: 55px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-1 ul li i {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-image: -moz-linear-gradient(top, #1cc7d3, #1c97d3);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #1cc7d3, #1c97d3);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1cc7d3, endColorstr=#1c97d3, GradientType='0');
  /* IE*/
  line-height: 130px;
  color: white;
  font-size: 55px;
  text-align: center;
  margin: 0;
  position: relative;
}
.about-page .init-1 ul li i img {
	margin: 0 auto;
	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%);
  max-width: 65%;
}
.about-page .init-1 ul li h3 {
  font-size: 22px;
  color: #303030;
  padding: 25px 0 15px;
}
.about-page .init-1 ul li h3 a {
  color: inherit;
}
.about-page .init-1 ul li h3:hover {
  color: #1ca9d3;
}
.about-page .init-1 ul li p {
  font-size: 13px;
  line-height: 20px;
  color: #6a6a6a;
}
.about-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);
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box p {
	line-height:24px;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.product-page .sideBar,.prodet-page .sideBar {
	padding-top:0;
	margin-bottom:80px;
}
.product-page .sideBar .side-menu .cat-list1>.ui>ul,.prodet-page .sideBar .side-menu .cat-list1>.ui>ul {
	border-bottom: 1px solid rgba(255,255,2555,.4);
	border-top:none;
	margin-bottom:10px;
}
.product-page .sideBar .side-menu .cat-list1>.ui>ul {
	position:relative;
}
.product-page .inner-main-tit,.prodet-page .inner-main-tit {
	padding:20px 0 0;
}
.product-page .sideBar .side-menu.product .cat-list1 >.ui>ul li a,.prodet-page .sideBar .side-menu.product .cat-list1 >.ui>ul li a {
	padding:5px 0;
}
.product-page .i-product .pro-list-class li {
	width: 100%;
	display: inline-block;
	padding: 80px 0;
	background: -moz-linear-gradient(top, #dde4e8, #d0d6d8);
    background: -webkit-gradient(linear, 0 0, -9% 100%, from(#dde4e8), to(#d0d6d8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde4e8', endColorstr='#d0d6d8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde4e8', endColorstr='#d0d6d8')";
    background: -ms-linear-gradient(top,#dde4e8 0%,#d0d6d8 100%);
}
.product-page .i-product .pro-list-class li:nth-child(2n) {
	    background: -moz-linear-gradient(top, #ffa100, #ff7600);
    background: -webkit-gradient(linear, 0 0, -9% 100%, from(#ffa100), to(#ff7600));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97243', endColorstr='#f14251');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97243', endColorstr='#f14251')";
    background: -ms-linear-gradient(top,#f97243 0%,#f14251 100%);
    color: #fff;
}
.product-page .i-product .pro-list-class li:nth-child(4n) {
background: -moz-linear-gradient(top, #39d8d8, #76cc50);
    background: -webkit-gradient(linear, 0 0, -9% 100%, from(#39d8d8), to(#76cc50));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d839', endColorstr='#76cc50');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d839', endColorstr='#76cc50')";
    background: -ms-linear-gradient(top,#b8d839 0%,#76cc50 100%);
    color: #fff;
}
.product-page .i-product .pro-list-class li:nth-child(6n) { 
	    background: -moz-linear-gradient(top, #02e2f0, #0597d5);
    background: -webkit-gradient(linear, 0 0, -9% 100%, from(#02e2f0), to(#0597d5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02e2f0', endColorstr='#0597d5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02e2f0', endColorstr='#0597d5')";
    background: -ms-linear-gradient(top,#02e2f0 0%,#0597d5 100%);
    color: #fff;
}
.product-page .i-product .pro-list-class li:nth-child(2n) .right a.more,
.product-page .i-product .pro-list-class li:nth-child(4n) .right a.more,
.product-page .i-product .pro-list-class li:nth-child(6n) .right a.more {
	border-color: #fff;
}
.product-page .i-product .pro-list-class li .left {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}
.product-page .i-product .pro-list-class li .left img {
	margin: 0 auto;
}
.product-page .i-product .pro-list-class li .right {
	width: 55%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5%;
	margin-left: -5px;
	color: inherit;
}
.product-page .i-product .pro-list-class li h2 {
	font-size: 42px;
	color: inherit;
}
.product-page .i-product .pro-list-class li h2 a {
	color: inherit;
}
.product-page .i-product .pro-list-class li p {
	    margin: 40px 0 65px 0;
    line-height: 1.5;
    color: inherit;
    font-size: 14px;
    display: block;
}
.product-page .i-product .pro-list-class li a.more{
	    display: inline-block;
    width: 163px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #454c51;
    color: inherit;
    text-align: center;
    border-radius: 37px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #1ca9d3;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  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: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.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 #1ca9d3;
}
.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 #1ca9d3;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  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: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #1ca9d3 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #1ca9d3;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #1ca9d3;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  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: #555;
  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: #777;
  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 .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
	display:inline-block;
	width:100%;
}
.contact-page .c-list-box .contactList h5 {
  color: #292929;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList p {
  line-height: 34px;
  margin-top: 10px;
  font-size: 18px;
  color: #292929;
	width:50%;
	float:left;
}
.contact-page .c-list-box .contactList p .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList p .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #1ca9d3;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}

@media screen and (max-width: 1100px) {
  .menubox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    background: #0078d7;
    filter: alpha(opacity=80);
    background: rgba(0, 120, 215, 0.8);
  }
  .menuwr h2 {
    float: left;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 54px;
    line-height: 1;
    margin-top: 12px;
  }
  .menulist {
    float: left;
    padding-left: 45px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 110px;
    margin-top: 12px;
  }
  .meun-down {
    display: none;
  }
  .menuwr {
    padding: 28px 0 32px;
  }
  .menulist li {
    margin-bottom: 16px;
  }
  .menulist li a {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
  }
  .menulist li a:hover,
  .menulist li a.active {
    color: #ff9e00;
  }
  .menuimg {
    float: right;
    width: 250px;
    line-height: 1;
    overflow: hidden;
  }
  .menuimg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .menubtn {
    width: 27px;
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
  }
  .menubtn span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
  }
  .menubtn span:after,
  .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
  }
  .menubtn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .phei {
    display: none;
    height: 0;
  }
  .navigate {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 80px 0;
    overflow-y: auto;
    display: none;
  }
  .navigateli {
    width: 100%;
  }
  .navigateli > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .navigateli > li.on > a {
    background: #0078d7;
    color: #fff;
  }
  .navigateli > li > a {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .menudowns {
    padding: 10px 0 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
  }
  .menudowns li {
    margin-bottom: 10px;
    text-align: center;
  }
  .menudowns li:last-child {
    margin-bottom: 0;
  }
  .menudowns li a {
    display: inline-block;
    color: #999999;
    font-size: 16px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 ul li .left .content p {
    -webkit-line-clamp: 4;
  }
  #banner ul li .content .left img {
    max-height: 400px;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .init-5 p {
    max-width: 80%;
  }
	.prodet-page .prodet-pics .grid.two.column .pro-bPic {
		width:40%!important;
	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one {
		width:60%!important;
	}
	.i-product .pro-list .con-box .inner-box .abst {
		display:none;
	}
	.i-product .pro-list .con-box .inner-box .more {
		margin-top:10px;
	}
}
@media screen and (max-width: 1200px) {
  #header .nav .menu-box .menu > li {
    margin-left: 40px;
  }
  #banner ul li .content .right h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #banner ul li .content .right p {
    font-size: 16px;
    padding: 25px 0;
  }
  #banner ul li .content .right a {
    padding: 10px 25px;
  }
  #banner ul li .content .left img {
    max-height: 300px;
  }
  #index-body .init-1 ul {
    margin: -30px;
  }
  #index-body .init-1 ul li {
    padding: 30px;
  }
  #index-body .init-2 ul li .left .content {
    padding-top: 2%;
  }
  #index-body .init-2 ul li .left .content p {
    margin: 20px 0;
    line-height: 24px;
  }
  #index-body .init-2 ul li .right ul .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .init-2 ul li .right ul.fr .slick-next {
    left: 70px;
  }
  #index-body .init-2 ul li .right ul.fl .slick-prev {
    right: 70px;
  }
  #index-body .init-4 ul li .right {
    padding-right: 3%;
  }
  #footer .footer-center .f-nav ul li {
    padding: 0 30px;
  }
}
