﻿/*!
 * Cy Style Projects for Boost (https://RNMMP.grd)
 * Copyright 2016-2017 Code yo, Authors own.
 * Licensed under MIT, NMMP (https://RNMMP.grd/YouBorrowMyCodeToYourItem/AndYouDonNotTellMe/)
 */

body {
  line-height: 1.5;
  color: #666;
  background: #fff;
}

.common {
  background: url("../images/common.png") no-repeat center center;
}

.arrows {
  background: url("../images/arrows.png") no-repeat center center;
}

.share {
  background: url("../images/share.png") no-repeat center center;
}

/* -----*****----- Header -----*****----- */
.header.cy-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 3px #ddd;
  z-index: 10000;
}

.header-top {
  position: relative;
  background: #fff;
  z-index: 10;
}

.logo {
  position: absolute;
  top: 18px;
  left: 0;
}

.logo a {
  display: block;
  width: 81px;
  height: 54px;
}

.logo img {
	margin-top: 10px;

}

.footer{
	position: relative;
}
.footer .www-item{
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	color: #808080;

}
.footer .www-item p{

	font-size: 14px;
	color: #808080;
	margin-top: 10px;

}


.www{
	position: absolute;
	top: 75px;
	right: 0;
}
@media screen and (max-width: 500px) {
.www{
	 display: none;
}
}

@media screen and (max-width: 767px) {
.logo img {
  width: 110px!important;
  margin-top: 6px!important;
}
			}
@media screen and (max-width: 1100px) {
.logo img {
  width: 115px;
  margin-top: 20px;
}
			}
.header-menu {
  position: absolute;
  top: 30px;
  right: 76px;
}

.search {
  display: block;
  border-bottom: 1px solid #c3c3c3;
}

.search input {
  display: inline-block;
  vertical-align: top;
}

#search-input {
  float: left;
  width: 120px;
  height: 29px;
  margin-left: 6px;
  line-height: 29px;
  color: #999;
}

.search input.common {
  float: right;
  width: 29px;
  height: 29px;
  background-position: -2px -66px;
  cursor: pointer;
  transition: all .38s;
}

.nav-menu,
.sub-menu {
  display: none;
}

.navbar {
  position: relative;
  text-align: center;
  z-index: 5;
}

nav {
  display: inline-block;
  vertical-align: top;
}

.nav>li {
  position: relative;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  color: #555;
}

.nav>li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0068b7;
  transition: all .38s;
}

.no-cssgradients .nav>li:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0b8dc8, endColorstr=#00ad9d);
}

.nav>li>a {
  position: relative;
  line-height: 90px;
  transition: all .38s;
  z-index: 1;
}

.nav>li.cy-active:before,
.nav>li:hover:before {
  height: 100%;
}

.nav>li.cy-active>a,
.nav>li:hover>a {
  color: #fff;
}

.lang {
  position: absolute;
  top: 30px;
  right: 0;
}

.lang a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  line-height: 28px;
  background: #fff;
  border: 1px solid #999;
  text-transform: uppercase;
  vertical-align: top;
}

.lang a.cy-active {
  color: #fff;
  background: #00a6c9;
  border-color: #00a6c9;
}

/* -----*****----- Footer -----*****----- */
footer .cy-container {
  background: #f1f1f1;
}

footer hr {
  height: 2px;
  margin:0 0 50px 0;
  background: #0068b7;
  border: 0 none;
}

.footer,
.cy-content {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.login {
  float: right;
}

.login-email,
.login-oa {
  position: relative;
  display: inline-block;
  float: left;
  width: 146px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

.login-email {
  background: #1670af;
}

.login-oa {
  background: #00a6c9;
}

.login i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  vertical-align: top;
  z-index: 1;
}

.login-email i {
  background-position: 0 -32px;
}

.login-oa i {
  background-position: 0 0;
}

.login span {
  position: relative;
  margin-left: 3px;
  z-index: 1;
}

.login a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(51, 51, 51, .1);
  transition: all .38s;
}

.login a:hover::before {
  height: 100%;
}

.guild-info {
  display: inline-block;
  float: left;
  font-size: 0;
  color: #666;
  vertical-align: top;
  margin-bottom: 35px;
}

.guild-info a {
  display: inline-block;
  float: left;
  font-size: 15px;
  transition: all .38s;
}

.guild-info a:hover {
  color: #999;
}

.guild-info i {
  display: inline-block;
  float: left;
  width: 1px;
  height: 15px;
  margin: 3px 10px 0;
  background: #999;
  vertical-align: bottom;
}

.footer-contact a {
  display: inline-block;
}

.footer-contact {
  color: #999;
}

.copyright {
  margin-top: 80px;
  margin-bottom: 70px;
  color: #808080;
}

.copyright i {
  float: right;
}

.copyright a {
  transition: all .2s;
}

.copyright span a:hover {
  color: #1670af;
}

.copyright i a:hover {
  color: #199420;
}

/* -----*****----- To Top -----*****----- */
.to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 8%;
  z-index: 5000;
}

.to-top-share,
.to-top-arrow {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.to-top-share span,
.to-top-arrow span {
  display: block;
  width: 100%;
  height: 100%;
}

.to-top-share span {
  background-position: 2px -94px;
}

.to-top-arrow span {
  background-position: 3px -126px;
}

/* -----*****----- Home Page -----*****----- */
.hp-banner {
  position: relative;
}

.hp-carousel {
  position: relative;
  z-index: 1;
}

.hp-carousel-item {
  position: relative;
}

.hp-carousel-item figure {
  margin-bottom: 0;
}

.hp-carousel-item figure img {
  width: 100%;
}

.carousel-style1 .carousel-link {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.carousel-style1 .carousel-link1 {
  top: 25%;
  left: 20%;
  width: 220px;
  height: 220px;
  background: #fff;
}

.carousel-style1 .carousel-link2 {
  top: 46%;
  left: 60%;
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, rgba(36, 161, 215, .9), rgba(33, 219, 223, .9));
}

.no-cssgradients .carousel-style1 .carousel-link2 {
  background: rgba(36, 161, 215, .9);
}

.no-rgba .carousel-style1 .carousel-link2 {
  background: #24a1d7;
}

.carousel-style1 .carousel-link h2 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.2;
}

.carousel-style1 .carousel-link1 h2 {
  margin-top: 25%;
  font-size: 25px;
  color: #00a6c9;
}

.carousel-style1 .carousel-link2 h2 {
  margin-top: 23%;
  font-size: 20px;
  color: #fff;
}

.carousel-style1 .carousel-link b {
  display: block;
  width: 30px;
  height: 5px;
  margin: 12px auto 18px;
}

.carousel-style1 .carousel-link1 b {
  background: #00a6c9;
}

.carousel-style1 .carousel-link2 b {
  background: #fff;
}

.carousel-style1 .carousel-link i {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 6px;
  background-position-x: 0;
  vertical-align: text-top;
  transition: all .38s;
}

.carousel-style1 .carousel-link:hover i {
  transform: translate(50%, 0);
}

.carousel-style1 .carousel-link1 span {
  color: #666;
}

.carousel-style1 .carousel-link1 i {
  background-position-y: -160px;
}

.carousel-style1 .carousel-link2 span {
  color: #fff;
}

.carousel-style1 .carousel-link2 i {
  background-position-y: -128px;
}

.carousel-style2 .carousel-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 240px;
    margin-top: -120px;
    margin-left: -25%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.carousel-style2 .carousel-desc h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: normal;
}

.carousel-style2 .carousel-desc hr {
  height: 1px;
  margin: 10px 0 16px;
  background: #897a77;
  border: 0 none;
}

.carousel-style2 .carousel-desc p {
  margin-bottom: 0;
  font-size: 16px;
}

.carousel-style2 .carousel-desc span {
  display: block;
  text-transform: uppercase;
}

.carousel-style2 .carousel-desc a {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 32px;
  border: 1px solid #fff;
  z-index: 1;
}

.carousel-style2 .carousel-desc a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, .1);
  transition: all .38s;
  z-index: -1;
}

.carousel-style2 .carousel-desc a:hover::before {
  height: 100%;
}

.carousel-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
  z-index: 5;
}

.no-cssgradients .carousel-mark {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00000000, endColorstr=#99000000);
}

.hp-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hp-banner .slick-dots {
  bottom: 30px;
  height: 15px;
  z-index: 10;
}

.hp-banner .slick-dots li {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

.hp-banner .slick-dots li.slick-active {
  background: #0068b7;
}

.hp-carousel-item img {
  transition: all 3.8s .5s;
}

.hp-carousel-item.slick-current.slick-active img {
  transform: scale(1.1);
}

.hp-carousel-item .carousel-link {
  transform: scale(.5);
  opacity: 0;
  transition: all .8s .3s;
}

.hp-carousel-item.slick-current.slick-active .carousel-link {
  opacity: 1;
  transform: none;
}

.hp-carousel-item .carousel-desc {
  opacity: 0;
  transition: all 1s .3s;
}

.hp-carousel-item.slick-current.slick-active .carousel-desc {
  opacity: 1;
}

/* Product and Service */
.cy-bg {
  background: #f1f1f1;
}

.hp-title {
  padding: 3.5em 0;
  overflow: hidden;
}

.hp-title h3 {
  position: relative;
  margin-bottom: 1.3em;
  font-size: 26px;
  color: #333333;
  text-align: center;
}

.hp-title h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 1.5em;
  height: 1px;
  margin-left: -.75em;
  background: #0068b7;
}

.hp-title>p {
  margin-bottom: 3em;
  padding: 0 18%;
  text-align: center;
}

.ps-carousel-item {
  position: relative;
  width: 33.33%;
}

.csstransitions .ps-carousel-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .1);
  transform: scale(1, 0);
  transition: all .5s;
  z-index: 1;
}

.csstransitions .ps-carousel-item:hover a:before {
  transform: none;
}

.ps-carousel-item figure {
  margin-bottom: 0;
}

.ps-carousel-item img {
  max-width: 100%;
 margin: 0 auto;
 margin-top: 100px;
 margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
.ps-carousel-item img {
width: 100%;
}
			}

.ps-carousel-item:hover img {
  transform: scale(1.1);
}

.ps-desc {
  position: absolute;
  top: 8%;
  left: 10%;
  max-width: 95%;
  font-size: 20px;
  color: #40363c;
  overflow: hidden;
  z-index: 2;
}

.ps-desc span {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  background: #00a6c9;
  border-radius: 50%;
  vertical-align: top;
}

.ps-carousel .slick-prev,
.ps-carousel .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d1d1d1;
  z-index: 10;
}

.ps-carousel .slick-prev span,
.ps-carousel .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.no-csstransitions .ps-carousel .slick-prev:before,
.no-csstransitions .ps-carousel .slick-next:before {
  display: none;
}

.ps-carousel .slick-prev:before,
.ps-carousel .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068b7;
  border-radius: 50%;
  transform: scale(0);
  transition: all .38s;
  z-index: -1;
}

.csstransitions .ps-carousel .slick-prev:hover:before,
.csstransitions .ps-carousel .slick-next:hover:before {
  transform: scale(1);
}

.ps-carousel .slick-prev span {
  background-position: 16px 12px;
}

.ps-carousel .slick-next span {
  background-position: -16px 12px;
}

.ps-carousel .slick-prev {
  left: -60px;
}

.ps-carousel .slick-next {
  right: -60px;
}

/* Profile */
.hp-profile {
  padding: 3em 0;
  text-align: center;
  color: #fff;
  background: url(../picture/abbg.png) no-repeat center center;
}

.no-cssgradients .hp-profile {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1670af, endColorstr=#54d5bb);
}

.hp-profile p {
  margin-bottom: 1.6em;
  padding: 0 24%;
  font-size: 18px;
  text-transform: uppercase;
}

.hp-profile a {
  position: relative;
  display: inline-block;
  padding: 0 1.8em;
  line-height: 2.2em;
  border: 2px solid #fff;
  vertical-align: top;
  z-index: 1;
}

.csstransitions .hp-profile a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(51, 51, 51, .1);
  transition: all .38s;
  z-index: -1;
}

.csstransitions .hp-profile a:hover::before {
  height: 100%;
}

/* News */
.news-tag {
  position: relative;
  margin-bottom: 1.3em;
  color: #fff;
}

.news-tag:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.hp-news .item {
  position: relative;
  height: 250px;
  margin: 0 6px;
  padding-bottom: 2em;
  background: #fff;
  border: 1px solid #ddd;
}

.hp-news .carousel {
  margin: 0 4% 64px;
}

.hp-news .item:hover {
  box-shadow: 0 0 20px #aaa;
}

.hp-news h4 {
  height: 3em;
  padding: 0 5%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  transition: all .2s;
}

.hp-news p {
  height: 3em;
  padding: 0 5%;
  color: #999;
  overflow: hidden;
}

.hp-news .news-date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5%;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  line-height: 3;
  background-color: #fff;
}

.hp-news .news-date::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 150%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* News Item Different Style */
.hp-news-style1 .news-tag {
  display: block;
  padding: 2.6em 5% .6em;
  font-size: 16px;
}

.hp-news-style1 .news-tag:before {
  left: 5%;
}

.hp-news-style1 h4 {
  margin-bottom: 1em;
}

.hp-news-style2 .news-tag {
  display: inline-block;
  margin-left: 5%;
  margin-top: .5em;
  margin-bottom: 1.3em;
  padding: .2em 1em;
  font-size: 13px;
}

.hp-news-style2 img {
  width: 100%;
}

.hp-news-style2:hover img {
  transform: scale(1.1);
}

/* News Item Different Background */
.hp-news-style-bg1 .news-tag {
  background-color: #00a6c9;
}

.hp-news-style-bg1 .news-tag:before {
  border-left-color: #00a6c9;
}

.hp-news-style-bg1:hover h4 {
  color: #00a6c9;
}

.hp-news-style-bg2 .news-tag {
  background-color: #0068b7;
}

.hp-news-style-bg2 .news-tag:before {
  border-left-color: #0068b7;
}

.hp-news-style-bg2:hover h4 {
  color: #0068b7;
}

.hp-news .slick-prev,
.hp-news .slick-next {
  top: auto;
  bottom: -64px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d1d1d1;
  transform: none;
  z-index: 1;
}

.hp-news .slick-prev:before,
.hp-news .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068b7;
  border-radius: 50%;
  transform: scale(0);
  transition: all .38s;
  z-index: -1;
}

.csstransitions .hp-news .slick-prev:hover:before,
.csstransitions .hp-news .slick-next:hover:before {
  transform: scale(1);
}

.no-csstransitions .hp-news .slick-prev:before,
.no-csstransitions .hp-news .slick-next:before {
  display: none;
}

.hp-news .slick-prev span,
.hp-news .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hp-news .slick-prev span {
  background-position: 11px 8px;
}

.hp-news .slick-next span {
  background-position: -19px 8px;
}

.hp-news .slick-prev {
  left: 20%;
}

.hp-news .slick-next {
  right: 20%;
}

.hp-news .slick-dots {
  bottom: -53px;
  font-size: 0;
}

.hp-news .slick-dots li {
  width: 10px;
  height: 10px;
  background: #b1b1b1;
  border-radius: 50%;
}

.hp-news .slick-dots li.slick-active {
  background: #0068b7;
}

/* Show */
.hp-show {
  padding: 68px 0 50px;
  background: #595f67;
  overflow: hidden;
}

.hp-zs,
.hp-fb {
  position: relative;
}

.hp-show h3 {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

.hp-show img {
  width: 100%;
}

.hp-show figure {
  margin-bottom: 0;
}

.hp-zs {
  float: left;
  width: 66.4%;
}

.hp-fb {
  float: right;
  width: 33.2%;
}

.hp-zs .item {
  position: relative;
}

.hp-zs .desc {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 80%;
  margin-left: -40%;
  padding: 3% 5%;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
}

.no-rgba .hp-zs .desc {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
}

.hp-zs .desc h4 {
  font-size: 18px;
  color: #1670af;
}

.hp-zs .desc p {
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hp-fb span {
  position: absolute;
  left: 16px;
  bottom: 18px;
  color: #fff;
}

.hp-fb span i {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 5px;
  background-position: 0 -128px;
  vertical-align: text-top;
  transition: all .38s;
}

.csstransitions .hp-fb:hover span i {
  margin-left: 10px;
}

.hp-zs .slick-prev,
.hp-zs .slick-next {
  top: auto;
  bottom: 15%;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  z-index: 15;
}

.hp-zs .slick-prev {
  left: 5%;
  margin-left: -16px;
}

.hp-zs .slick-next {
  right: 5%;
  margin-right: -16px;
}

.hp-zs .slick-prev:before,
.hp-zs .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transition: all .38s;
  z-index: -1;
}

.hp-zs .slick-prev:before {
  background: linear-gradient(to left, #0b8dc8, #00ad9d);
}

.hp-zs .slick-next:before {
  background: linear-gradient(to right, #0b8dc8, #00ad9d);
}

.hp-zs .slick-prev:hover:before,
.hp-zs .slick-next:hover:before {
  transform: scale(1);
}

.hp-zs .slick-prev .arrows,
.hp-zs .slick-next .arrows {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position-y: -24px;
}

.hp-zs .slick-prev .arrows {
  background-position-x: 11px;
}

.hp-zs .slick-next .arrows {
  background-position-x: -19px;
}

.hp-zs .slick-prev:hover .arrows,
.hp-zs .slick-next:hover .arrows {
  background-position-y: 8px;
}

/* Partner */
.hp-partner {
  position: relative;
  padding-top: 2em;
  overflow: hidden;
}

.hp-partner hr {
  height: 1px;
  margin: 2em 0;
  background: #dcdcdc;
  border: 0 none;
}

.hp-partner .title.cy-content {
  position: relative;
}

.hp-partner h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.hp-partner .cy-gray {
  width: 80%;
  margin: 0 auto;
  filter: grayscale(100%);
}

.hp-partner .cy-gray:hover {
  filter: grayscale(0);
}

.no-csstransitions .hp-partner .cy-gray {
  filter: gray;
}

.no-csstransitions .hp-partner .cy-gray:hover {
  filter: none;
}

.hp-partner .slick-prev,
.hp-partner .slick-next {
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform: none;
  transition: all .38s;
}

.hp-partner .slick-prev:hover,
.hp-partner .slick-next:hover {
  background: #1670af;
}

.hp-partner .slick-prev:before,
.hp-partner .slick-next:before {
  display: none;
}

.hp-partner .slick-prev {
  left: auto;
  right: 30px;
}

.hp-partner .slick-next {
  right: 0;
}

.hp-partner .slick-prev span,
.hp-partner .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position-y: -227px;
}

.hp-partner .slick-prev span {
  background-position-x: -3px;
}

.hp-partner .slick-next span {
  background-position-x: -35px;
}

/* -----*****----- About Us -----*****----- */
.ipc-bg {
  margin-bottom: 0;
}
.ipc {
  overflow: hidden;
}
.ipc-bg img {
  width: 100%;
}

.cy-au {
  position: relative;
}

.cy-au figcaption {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.cy-au span {
  display: block;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.ipc-navbar {
  position: relative;
  padding: 1px 0 0;
  color: #fff;
  background: #0068b7;
  z-index: 10;
}

.no-cssgradients .ipc-navbar {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1670af, endColorstr=#54d5bb);
}

.ipc-navbar h2 {
  margin-top: .625em;
  font-size: 30px;
}

.ipc-navbar nav {
  display: block;
  padding: 1px 0 0;
  transition: padding .3s, transform .38s;
  z-index: 2000;
}

.csstransforms .ipc-navbar nav.cy-go-out {
  transform: translate(0, -100%);
}

.ipc-navbar nav.cy-active {
  position: fixed;
  padding-top: 1.5em;
  background: #0068b7;
}

.no-cssgradients .ipc-navbar nav.cy-active {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1670af, endColorstr=#54d5bb);
}
.ipc-navbar nav.cy-active .ipc-sub-menu li {
  line-height: 2;
}
.ipc-nav {
  margin-bottom: 1.5em;
}

.ipc-nav>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all .38s;
  z-index: 1;
}

.csstransitions .ipc-nav>li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff9933;
  transform: scale(1, 0);
  transition: all .38s;
  z-index: -1;
}

.csstransitions .ipc-nav>li:hover::after {
  transform: scale(1, 1);
}

.ipc-nav a {
  display: block;
  padding: 0 1.8em;
  line-height: 2;
}

.ipc-nav>li.cy-active {
  background: #ff9933;
}

.ipc-nav>li.cy-active::after {
  transform: scale(1, 1);
}

.ipc-nav>li:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 10%;
  border-left: .9em solid transparent;
  border-bottom: .9em solid transparent;
  transition: all .38s;
}

.ipc-nav>li.cy-active:before {
  border-left-color: #ff9933;
}

.cy-main {
  position: relative;
  background: #fff;
  z-index: 5;
}

/* Profile */
.au-title {
  padding-top: 72px;
  padding-bottom: 56px;
}

.au-title h3 {
  position: relative;
  margin-bottom: 2em;
  font-size: 26px;
  color: #0068b7;
  text-align: center;
}

.au-title h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background: #0068b7;
}

.au-jj .info figure {
  float: right;
  width: 32%;
  margin-left: 10%;
}

.au-jj .info img {
  width: 100%;
}

.au-jj .info .desc {
  color: #555;
  line-height: 2;
}

.au-jj .info .desc a {
  color: #337bb4;
}

.au-jj .ideas {
  margin-top: 60px;
}

.au-jj .ideas li {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 3% 4% 4%;
  color: #fff;
  line-height: 2;
  border-left: 1px solid #d4d4d4;
  transition: all .2s;
  z-index: 1;
}

.boxshadow .au-jj .ideas li:hover {
  box-shadow: 0 0 20px #666;
  z-index: 5;
}

.au-jj .ideas1 {
  background: #ff9933;
  border-left-color: transparent;
}

.au-jj .ideas2 {
  background: #75993c;
}

.au-jj .ideas3 {
  background: #0068b7;
}

.au-jj .ideas figure {
  margin-bottom: 0;
}

.au-jj .ideas h4 {
  font-size: 20px;
}

.au-jj .ideas p {
  height: 10em;
  margin-bottom: 0;
  overflow: hidden;
}

/* Organizational Structure */
.au-jg {
  background: #f1f1f1;
}

.au-jg img {
  width: 100%;
}

/* Qualification Honor */
.au-ry {
  background: #595f67;
}

.au-ry .au-title h3 {
  color: #fff;
}

.au-ry .au-title h3:before {
  background: #fff;
}

.au-ry .slider {
  position: relative;
  padding: 1px;
  color: #fff;
  line-height: 2;
  background: #3e4652;
}

.au-ry .slider-cont {
  position: relative;
  width: 74%;
  height: 10em;
  margin: 1em 0 1em 4%;
  z-index: 1;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.au-ry .slider-cont li {
  position: relative;
  padding: 0 1em;
}

.au-ry .slider-cont li:before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #fff;
}

.au-ry .slider-bar {
  position: absolute;
  top: 0;
  right: -2px;
  width: 20px;
  height: 100%;
  background: #3e4652;
  z-index: 5;
}

.no-csstransforms .au-ry .slider-bar {
  display: none;
}

.no-csstransforms .slider-container {
  scrollbar-track-color: #3e4652;
  scrollbar-arrow-color: #3e4652;
}

.au-ry .slider-bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #7b828c;
}

.au-ry .slider-bar a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.ry-slider-bg {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 10em;
  height: 10em;
  margin-top: -5em;
  margin-bottom: 0;
}

.ry-slider-bg img {
  width: 100%;
}

.au-ry .carousel-box {
  position: relative;
  margin-top: 5em;
}

.au-ry .carousel {
  overflow: hidden;
  z-index: 5;
}

.au-ry .slick-list {
  margin-left: -1em;
  margin-right: -1em;
}

.au-ry .carousel a {
  display: block;
  margin-right: 1em;
  margin-left: 1em;
}

.au-ry .carousel figure {
  margin-bottom: 0;
}

.au-ry .carousel img {
  width: 100%;
}

.au-ry .item a:hover img {
  transform: scale(1.1);
}

.au-ry .carousel .desc {
  margin-bottom: 0;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.au-ry .slick-prev,
.au-ry .slick-next {
  width: 40px;
  height: 40px;
  margin-top: -16px;
  border-radius: 50%;
  background: #1670af;
  transition: all .38s;
  z-index: 1;
}

.no-csstransforms .au-ry .slick-prev,
.no-csstransforms .au-ry .slick-next {
  margin-top: -30px;
}

.au-ry .slick-prev:before,
.au-ry .slick-next:before {
  content: '';
}

.au-ry .slick-prev span,
.au-ry .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position-y: 12px;
}

.au-ry .slick-prev span {
  background-position-x: 15px;
}

.au-ry .slick-next span {
  background-position-x: -15px;
}

.au-ry .slick-prev {
  left: -64px;
}

.au-ry .slick-next {
  right: -64px;
}

.au-ry .slick-prev:hover {
  left: -72px;
}

.au-ry .slick-next:hover {
  right: -72px;
}

/* Development History */
.au-fz .carousel-box {
  position: relative;
}

.au-fz .carousel-line {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a6c9;
  z-index: 1;
}

.au-fz .carousel-line:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #00a6c9;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

.au-fz .carousel {
  position: relative;
  z-index: 5;
}

.au-fz .item {
  float: left;
  width: 20%;
}

.au-fz .pic {
  position: relative;
  height: 2px;
  margin-top: 80px;
  overflow: visible;
  transition: all .5s;
  z-index: 10;
}

.au-fz figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: 0;
  background-color: #fff;
  border: 5px solid #00a6c9;
  border-radius: 50%;
  text-align: center;
  transition: all .5s;
}

.au-fz figure img {
  visibility: hidden;
  width: 100%;
  transition: all .5s;
}

.au-fz .desc {
  position: relative;
  margin-top: 60px;
  margin-left: -1px;
  padding-bottom: 68px;
  transition: all .5s;
}

.au-fz .desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 200%;
  background-color: #eee;
}

.au-fz .desc:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 200%;
  background-color: #eee;
}

.au-fz .desc h4 {
  position: relative;
  top: -1em;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  line-height: 1;
  transition: all .5s;
}

.au-fz .desc-list {
  transition: all .5s;
}

.au-fz .desc-list li {
  padding: 0 15px;
  line-height: 2;
}

.au-fz .desc-list li:before {
  content: '·';
}

.au-fz .slick-current .pic {
  margin-bottom: 80px;
}

.au-fz .slick-current figure {
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
  background-color: transparent;
}

.au-fz .slick-current figure img {
  visibility: visible;
}

.au-fz .slick-current .desc {
  margin-top: 102px;
}

.au-fz .slick-current .desc h4 {
  top: 0;
}

.au-fz .slick-current .desc .desc-list {
  margin-top: 30px;
}

.au-fz .slick-prev,
.au-fz .slick-next {
  width: 40px;
  height: 89px;
  background: no-repeat center;
  background-size: 100% 100%;
  transition: all 0s;
  z-index: 20;
}

.no-csstransforms .au-fz .slick-prev,
.no-csstransforms .au-fz .slick-next {
  margin-top: -45px;
}

.au-fz .slick-prev {
  left: -80px;
  background-image: url("../images/fz-prev.png");
}

.au-fz .slick-next {
  right: -80px;
  background-image: url("../images/fz-next.png");
}

.au-fz .slick-prev:before,
.au-fz .slick-next:before {
  content: none;
}

.au-fz .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

/* Partner */
.au-hb {
  background: #f1f1f1;
}

.au-hb h3 {
  margin-top: .625em;
  font-size: 24px;
  color: #337bb4;
}

.au-hb hr {
  height: 1px;
  margin: 0;
  background: #d9d6d6;
  border: 0 none;
}

.hb-list {
  margin-top: 2em;
  margin-left: -1em;
  margin-right: -1em;
}

.hb-list li {
  float: left;
  width: 16.6667%;
}

.hb-list figure {
  margin: 1em;
  padding: 10%;
  background: #fff;
  border: 3px solid transparent;
  transition: all .5s;
  cursor: pointer;
}

.hb-list img {
  width: 100%;
}

.hb-list figure:hover {
  border-color: #00a6c9;
  box-shadow: 0 0 20px #aaa;
}

/* -----*****----- Products And Service -----*****----- */
.ipc-sub-menu {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #555;
}

.ipc-sub-menu li {
  float: left;
  padding: 0 1.8em;
  line-height: 3.6em;
}

.ipc-sub-menu li.cy-active {
  color: #fff;
  background: #00a6c9;
}

.pas {
  padding-top: 120px;
  text-align: center;
}

.pas h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #1670af;
}

.pas-jj {
  padding-top: 60px;
}

.pas-jj h4 {
  font-size: 24px;
  color: #1670af;
}

.pas-jj .desc {
  float: left;
  width: 50%;
}

.pas-jj .pic {
  float: right;
  width: 45%;
}

.pas-jj .pic img {
  width: 100%;
}

.pas-jj-map {
  margin-top: 60px;
  background: url("../images/jq-cp-bg.png");
  background-size: 100% 100%;
  overflow: hidden;
}

.pas-jj-hot {
  position: relative;
  width: 450px;
  margin: 20px auto;
}

.hot-highlight {
  display: none;
  position: absolute;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}

.hot-desc {
  display: none;
  position: absolute;
  padding: 12px;
  color: #1670af;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  text-align: center;
}
.hot-desc ul li img {
    width:260px;
    max-height:200px;
}
.no-boxshadow .hot-desc {
  border: 1px solid #ddd;
}

.hot-desc li {
  display: none;
}

.hot-desc p {
  margin-top: .5em;
  margin-bottom: 0;
}

.hot-desc-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/hot-close.png") no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}

.pas-title {
  margin-top: 60px;
}

.pas-title .info .desc {
  float: right;
  width: 50%;
  margin-top: .625em;
}

.pas-title .desc {
  padding: 0 5%;
}

.pas-title .desc h3 {
  margin-bottom: 1.3em;
  font-size: 30px;
  color: #1670af;
  text-align: center;
}

.pas-title .desc h4 {
  font-size: 24px;
  color: #1670af;
}

.pas-title .desc span {
  display: block;
  line-height: 2;
}

.pas-title .desc span:before {
  content: "·";
}

.pas-title img {
  width: 100%;
}

.pas-title .pic {
  float: left;
  width: 50%;
}

.pas-next {
  display: block;
  width: 30px;
  height: 180px;
  margin: 46px auto;
  background: url("../images/ipc-next.png") no-repeat center;
}

.ipc-case {
  margin-top: 50px;
  padding: 80px 0 90px;
}

.carousel-title h3 {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 30px;
  color: #0068b7;
  text-align: center;
}

.carousel-title h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background: #0068b7;
}

.carousel-title img {
  width: 100%;
}

.carousel-title .desc {
  padding: 14px 5px 10px;
  color: #fff;
  transition: all .38s;
}

.carousel-title .desc p {
  height: 2.2em;
  margin-bottom: 0;
  line-height: 1.1;
  text-align: center;
  transition: all .38s;
}

.carousel-title .item:hover .desc {
  background: #fff;
}

.carousel-title .item:hover .desc p {
  color: #333;
}

.ipc-case .carousel {
  position: relative;
}

.ipc-case .carousel-box {
  overflow: hidden;
}

.ipc-case .slick-list {
  margin: 0 -8px;
}

.ipc-case .item {
  float: left;
  width: 33.33%;
  padding: 8px;
}

.pas-gh .ipc-case {
  background: #595f67;
}

.pas-gh .carousel-title .desc {
  background: #374d6a;
}

.pas-gh .slick-prev,
.pas-gh .slick-next {
  background: #999;
}

.pas-gz .ipc-case {
  background: #f2f2f2;
}

.pas-gz .carousel-title .desc {
background: #0068b7;
}

.pas-gz .slick-prev,
.pas-gz .slick-next {
  background: #84b7db;
}

.cy-case .slick-prev,
.cy-case .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all .38s;
}

.cy-case .slick-prev:hover,
.cy-case .slick-next:hover {
  background: #fff;
}

.cy-case .slick-prev:before,
.cy-case .slick-next:before {
  content: none;
}

.cy-case .slick-prev span,
.cy-case .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  background-position-y: 13px;
  border-radius: 50%;
}

.cy-case .slick-prev {
  left: -68px;
}

.cy-case .slick-next {
  right: -68px;
}

.cy-case .slick-prev span {
  background-position-x: 15px;
}

.cy-case .slick-next span {
  background-position-x: -15px;
}

.cy-case .slick-prev:hover span,
.cy-case .slick-next:hover span {
  background-position-y: -51px;
}

/* Outlet */
.pas-yf {
  margin-top: 50px;
  background: #595f67;
}

.pas-yf-cqt {
  background: url("../images/jq-cp-bg.png");
  background-size: 100% 100%;
}

.pas-yf-cqt figure {
  width: 800px;
  margin: 0 auto;
}

.pas-yf-cqt img {
  width: 100%;
}

.pas-yf-list {
  margin: 0 -15px;
}

.pas-yf-list li {
  float: left;
  width: 50%;
  margin: 50px 0;
}

.pas-yf-list a{
  display: block;
  margin: 0 15px;
  padding: 30px;
  color: #fff;
  background: inherit;
  border: 1px solid #798089;
  transition: all .38s;
}

.pas-yf-list a:hover {
  background: #1670af;
  border-color: #1670af;
}

.pas-yf-list h4 {
  font-size: 20px;
  line-height: 1;
  color: inherit;
}

.pas-yf-list p {
  height: 8em;
  margin-bottom: 0;
  line-height: 2;
}

.pas-fw {
  margin-top: 50px;
  padding: 50px 0 100px;
  background: #eee;
}

.pas-fw-next {
  margin-top: -50px;
}

.pq-case1 {
  background: #595f67;
}

.pq-case1 .slick-prev,
.pq-case1 .slick-next {
  background: #999;
}

.pq-case1 .carousel-title .desc {
  background: #374d6a;
}

.pq-case2 {
  margin-top: 0;
  background: #1670af;
}

.pq-case2 .slick-prev,
.pq-case2 .slick-next {
  background: #84b7db;
}

.pq-case2 .carousel-title .desc {
  background: #00a6c9;
}

.pq-case2 .slick-list {
  margin: 0 -1px;
}

.pq-case2 .item {
  padding: 0 1px;
}

.carousel-title p {
  text-align: center;
  color: #fff;
  margin-bottom: 3em;
}

.carousel-title .desc p span {
  display: block;
  margin-top: 3px;
  font-size: .8em;
}

.pq-case2 .carousel-title .desc p {
  height: 4.4em;
}

/* Noise */
.pas-c-title {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 1px;
}

.pas-c-title h3 {
  position: relative;
  font-size: 30px;
  color: #1670af;
  text-align: center;
}

.pas-c-title h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background: #1670af;
}

.pas-noise-cp img {
  width: 100%;
}

.pas-noise-cp .info {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.pas-noise-cp .desc {
  float: left;
  width: 50%;
  padding: 0 50px;
}

.pas-noise-cp .pic {
  float: right;
  width: 50%;
  padding: 0 20px;
}

.pas-noise-cp .left .desc {
  float: right;
}

.pas-noise-cp .left .pic {
  float: left;
}

.pas-noise-cp .desc h4 {
  font-size: 24px;
  color: #1670af;
}

.pas-noise-cp .desc hr {
  height: 1px;
  margin: 1.5em 0;
  background: #ddd;
  border: 0 none;
}

.pas-noise-cp .desc span {
  font-weight: bold;
  color: #1670af;
}

.noise-case {
  background: #595f67;
}

.noise-case .slick-prev,
.noise-case .slick-next {
  background: #999;
}

.noise-case .carousel-title .desc {
  background: #374d6a;
}

/* Heat Recovery Steam Generator */
.yr-tg {
  margin-top: 40px;
  background: #1670af;
}

.yr-tg .desc {
  float: left;
  width: 50%;
  padding-top: 5%;
  padding-right: 5%;
  color: #fff;
}

.yr-tg .desc h3 {
  font-size: 30px;
}

.yr-tg .desc h3 span {
  display: block;
  font-size: .5em;
  font-weight: normal;
}

.yr-tg .pic {
  float: right;
  width: 50%;
}

.yr-tg .pic img {
  width: 100%;
}

.pas-yr .pas-c-title h3 {
  margin-bottom: 1.3em;
}

.pas-c-title p {
  padding: 0 5%;
  text-align: center;
  margin-bottom: 0;
}

.pas-yr-cp .desc span {
  display: block;
  font-weight: normal;
  color: inherit;
}

.pas-yr-cp .desc span:before {
  content: "·";
}

/* -----*****----- Fen Bu Shi Power -----*****----- */
.pas-gh .fbs-case1 {
  background: #eee;
}

.fbs-case1 .slick-prev,
.fbs-case1 .slick-next {
  background: #1670af;
}

.fbs-case1 .slick-prev:hover,
.fbs-case1 .slick-next:hover {
  background: #ccc;
}

.fbs-case1 .carousel-title .desc {
  background: #fff;
}

.fbs-case1 .carousel-title .item:hover .desc {
  background: #1670af;
}

.fbs-case1 .carousel-title p {
  color: #666;
}

.fbs-case1 .carousel-title .item:hover .desc p {
  color: #fff;
}

.fbs-case1 .carousel-title h3 {
  color: #337bb4;
}

.fbs-case1 .carousel-title h3:before {
  background: #337bb4;
}

.ipc-case .item .pic {
  overflow: hidden;
}

.ipc-case .item:hover img {
  transform: scale(1.1);
}

.ipc-case.fbs-case2 {
  margin-top: 0;
}

.fbs-ms {
  padding: 1.2em 0;
  background: #595f67;
  text-align: center;
  color: #fff;
}

.fbs-ms span {
  font-size: 24px;
}

.fbs-ms i {
  margin: 0 1.3em;
}

.fbs-fl {
  padding-top: 5%;
}

.fbs-fl h3 {
  font-size: 30px;
  text-align: center;
  color: #1670af;
}

.fbs-fl .pic {
  margin: 5% 0;
}

.fbs-fl .pic figure {
  float: left;
  width: 50%;
}

.fbs-fl .pic img {
  width: 100%;
}

/* -----*****----- Power Integrate -----*****----- */
.pas-dl {
  padding-bottom: 5%;
}

.gd-case.ipc-case {
  margin-top: 0;
}

.gd-chj .pic {
  padding-right: 1.5625%;
  padding-bottom: 1.5625%;
}

.gd-chj .pic-mp {
  padding-right: 3.125%;
  padding-bottom: 3.125%;
}

.gd-chj .pic img {
  width: 100%;
}

.pic-50 {
  float: left;
  width: 50%;
}

.pic-100 {
  float: left;
  width: 100%;
}

.gd-chj {
  margin-top: 5%;
  padding: 4% 0;
  background: #f1f1f1;
}

.gd-chj h3 {
  font-size: 30px;
  color: #337bb4;
}

/* -----*****----- Ji Shu Service -----*****----- */
.jsfw-ah {
  margin: 5% 0;
  padding: 5% 0;
  background: #f1f1f1;
  text-align: center;
}

.jsfw-ah p {
  padding: 0 5%;
}

.jsfw-shy {
  margin: 5% 0;
}

.jsfw-shy .desc {
  float: right;
  width: 50%;
  padding: 5%;
}

.jsfw-shy .pic {
  float: left;
  width: 50%;
}

.jsfw-shy .pic img {
  width: 100%;
}

.jsfw-shy h3 {
  font-size: 24px;
  color: #1670af;
}

.jsfw-js li {
  float: left;
  width: 50%;
}

.jsfw-js li:before {
  content: "·";
}

/* -----*****----- News Center -----*****----- */
.ipc-pages {
  padding: 5% 0;
  text-align: center;
}

.ipc-pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  background-color: #bfbfbf;
  color: #fff;
  line-height: 40px;
  vertical-align: top;
  transition: all .38s;
}

.ipc-pages a.cy-active,
.ipc-pages a:hover {
  background-color: #00a6c9;
}

.ipc-pages .arrows-prev,
.ipc-pages .arrows-next {
  background-position-y: -81px;
}

.ipc-pages .arrows-prev {
  background-position-x: 13px;
}

.ipc-pages .arrows-next {
  background-position-x: -19px;
}

.pic {
  margin-bottom: 0;
  overflow: hidden;
}

.pic img {
  width: 100%;
}

.news-list {
  margin-top: 5%;
}

.news-list li {
  position: relative;
  margin-bottom: 20px;
  background: #fafafa;
  box-shadow: 1px 1px 3px #ddd;
  overflow: hidden;
}

.news-list li:after {
  content: '';
  display: table;
  clear: both;
}

.no-boxshadow .news-list li {
  border: 1px solid #eee;
}

.news-list .pic {
  float: left;
  width: 30%;
}

.news-list .desc {
  float: left;
  width: 70%;
  padding-left: 5%;
  padding-right: 5%;
}

.news-list .desc h3 {
  margin-top: 1.2em;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .38s;
}

.news-list .desc p {
  height: 3em;
  padding-right: 5%;
  color: #999;
  overflow: hidden;
}

.news-list .date {
  position: absolute;
  left: 35%;
  bottom: 10%;
  width: 63%;
}

.news-list .date span {
  font-size: 12px;
  font-weight: bold;
}

.news-list .date i {
  display: inline-block;
  float: right;
  width: 32px;
  height: 32px;
  background-color: #ccc;
  background-position: -19px 8px;
  border-radius: 50%;
  transition: all .38s;
}

.news-list li:hover .desc h3 {
  color: #0068b7;
}

.news-list li:hover .date i {
  background-color: #0068b7;
}

.news-list li:hover img {
  transform: scale(1.1);
}

/* -----*****----- News Content -----*****----- */
.ipc-news-cont {
  position: relative;
background: #0068b7;
  color: #fff;
  z-index: 10;
}

.no-cssgradients .ipc-news-cont {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1670af, endColorstr=#54d5bb);
}

.ipc-news-width {
  width: 68%;
}

.ipc-news-guide {
  position: relative;
  padding-top: 4em;
}

.ipc-news-guide:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 1.5em solid #1670af;
  border-bottom: 1.3em solid transparent;
}

.ipc-news-cont h2 {
  font-size: 36px;
}

.news-content-page {
  float: right;
  margin-top: 1.2em;
}

.news-content-page a {
  display: inline-block;
  float: left;
  width: 42px;
  height: 42px;
  margin-left: 1.2em;
  background-color: #6cccdb;
  background-position-y: 13px;
  border-radius: 50%;
  vertical-align: top;
  transition: all .38s;
}

.news-content-page .prev {
  background-position-x: 16px;
}

.news-content-page .next {
  background-position-x: -14px;
}

.news-content-page a:hover {
  background-color: #1670af;
}

.news-cont-title {
  padding-top: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc;
}

.news-cont-title h3 {
  font-size: 30px;
  line-height: 1.2;
}

.news-cont-title h3 span {
  display: table;
  margin-top: .8em;
  font-size: 12px;
}

.news-cont-share a {
  display: inline-block;
  width: 27px;
  height: 20px;
  background-position-x: -6px;
  vertical-align: top;
}

.news-cont-share .wx {
  background-position-y: -6px;
}

.news-cont-share .tw {
  background-position-y: -102px;
}

.news-cont-share .fc {
  background-position-y: -70px;
}

.news-cont-share .in {
  background-position-y: -38px;
}

.news-cont-main {
  padding-top: 2%;
  padding-bottom: 5%;
}

.news-cont-main img {
  max-width: 100%;
}

.news-cont-main h4 {
  font-size: 24px;
}

.news-cont-carousel {
  margin-bottom: 3em;
}

.news-cont-main .carousel .item {
  position: relative;
}

.news-cont-main .carousel figure {
  margin-bottom: 0;
}

.news-cont-main .carousel .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 220px;
  color: #fff;
  background: #1670af;
  transition: all .38s;
}

.news-cont-main .carousel p {
  height: 21px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  overflow: hidden;
}

.news-cont-main .carousel .item:hover .desc {
  background: rgba(22, 112, 175, .6);
}

.news-cont-main .carousel .item:hover p {
  height: auto;
}

.news-cont-main .cy-content {
  position: relative;
}

.news-cont-main .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  color: #fff;
  line-height: 45px;
  background: #1670af;
}

.news-cont-main .arrow span {
  float: left;
  margin-right: -1px;
  padding: 0 15px;
  font-size: 18px;
  border-left: 1px solid #328ece;
  border-right: 1px solid #328ece;
}

.news-cont-main .arrow a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position-y: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .38s;
}

.news-cont-main .arrow a:hover {
  background-color: #00c3e1;
}

.news-cont-main .arrow .prev {
  background-position-x: 9px;
}

.news-cont-main .arrow .next {
  background-position-x: -21px;
}

/* Activity */
.news-jy-list {
  margin-top: 5%;
  margin-right: -40px;
}

.news-jy-list li {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 50px;
}

.no-csscalc .news-jy-list {
  margin-right: -2%;
}

.no-csscalc .news-jy-list li {
  width: 48%;
  margin-right: 2%;
}

.news-jy-list .desc {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
  transition: all .38s;
}

.news-jy-list .desc p {
  margin: .8em 5%;
  font-size: 1.1em;
  text-align: center;
}

.news-jy-list .desc span {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .38s;
}

.news-jy-list .desc span:after {
  content: '→';
  margin-left: .5em;
}

.news-jy-list li:hover img {
  transform: scale(1.1);
}

.news-jy-list li:hover .desc {
  background: #00a6c9;
  border-color: #00a6c9;
}

.news-jy-list li:hover .desc p {
  margin-right: calc(10% + 66px);
  color: #fff;
  text-align: left;
}

.no-csscalc .news-jy-list li:hover .desc p {
  margin-right: 20%;
}

.news-jy-list li:hover .desc span {
  opacity: 1;
  visibility: visible;
}

/* -----*****----- Case Content -----*****----- */
.some-case {
  padding: 5% 0;
  background: #595f67;
}

.some-case h3 {
  font-size: 1.5em;
  color: #fff;
}

.some-case-list {
  margin-top: 3.6%;
  margin-right: -1.33%;
}

.some-case-list li {
  float: left;
  width: 32%;
  margin-right: 1.33%;
}

.some-case-list li .desc {
  padding: 3% 5%;
  background: #374d6a;
  text-align: center;
  transition: all .38s;
}

.some-case-list li .desc p {
  margin-bottom: 0;
  color: #fff;
  transition: all .38s;
}

.some-case-list li:hover .desc {
  background: #fff;
}

.some-case-list li:hover .desc p {
  color: #1670af;
}

.some-case-list li:hover img {
  transform: scale(1.1);
}

/* -----*****----- Investor -----*****----- */
.investor-title {
  padding-top: 5%;
}

.investor-title h3 {
  position: relative;
  font-size: 2em;
  text-align: center;
  color: #1670af;
}

.investor-title h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 2em;
  height: 1px;
  margin-left: -1em;
  background: #1670af;
}

.investor-list {
  padding-top: 3%;
}

.investor-list li {
  position: relative;
  margin-bottom: 1em;
  color: #fff;
  background: #585f67;
}

.investor-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a6c9;
  transform: scale(1, 0);
  transition: all .38s;
}

.investor-list li:after {
  content: '';
  display: table;
  clear: both;
}

.investor-list .date {
  position: relative;
  float: left;
  padding: 10px 16px;
  text-align: center;
  background: #585f67;
  border-right: 1px solid #fff;
  transition: all .38s;
}

.investor-list .date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1670af;
  transform: scale(1, 0);
  transition: all .38s;
}

.investor-list .date span {
  position: relative;
}

.investor-list .date i {
  display: block;
  font-size: 2em;
  line-height: 1.2;
}

.investor-list p {
  position: relative;
  float: left;
  max-width: 85%;
  margin-top: 21px;
  margin-bottom: 0;
  padding: 0 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.investor-list p span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background: url("../images/download.png") no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}

.investor-list .download {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-position-x: 0;
  background-position-y: -166px;
}

.investor-list li:hover:before,
.investor-list li:hover .date:before {
  transform: none;
}

/* -----*****----- Contact Us -----*****----- */
.cu-section {
  padding-top: 6em;
}

.cu-fb .desc {
  float: left;
  width: 40%;
  padding-right: 1%;
}

.cu-fb .desc h3 {
  font-size: 30px;
  color: #1670af;
}

.cu-fb p {
  line-height: 2;
}

.cu-hot-line {
  display: inline-block;
  padding-top: 5em;
  vertical-align: top;
}

.cu-hot-line span {
  display: inline-block;
  float: left;
  width: 50px;
  height: 60px;
  margin-right: 10px;
  background: url("../images/cu-hotline.png") no-repeat center center;
  vertical-align: top;
}

.cu-hot-line p {
  float: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.cu-hot-line p a{
  display: block;
  font-size: 2.6em;
  font-family: Arial;
  color: #278bb2;
}

.cu-fb .pic {
  float: left;
  width: 60%;
}

.zp-title {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e8e8e8;
}

.zp-title h3 {
  font-size: 24px;
  color: #1670af;
}

.zp-tips a {
  display: inline-block;
  color: #00a6c9;
}

.cu-zp .carousel {
  position: relative;
  padding: 5% 0 10%;
}

.cu-zp .carousel-box {
  margin-right: -30px;
  margin-bottom: 0;
}

.cu-zp .item {
  position: relative;
  width: 25%;
  margin: 5px 30px 5px 0;
  padding: 1.5em 2em;
  background: #f6f7f8;
  transition: all .38s;
}

.cu-zp .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a6c9;
  transform: scale(1, 0);
  transition: all .5s;
}

.no-csstransforms .investor-list li:before,
.no-csstransforms .investor-list li .date:before,
.no-csstransforms .cu-zp .item:before {
  content: none;
}

.no-csstransforms .investor-list li:hover:before,
.no-csstransforms .investor-list li:hover .date:before,
.no-csstransforms .cu-zp .item:hover:before {
  content: '';
}

.cu-zp .item a {
  position: relative;
}

.cu-zp .carousel h4 {
  font-size: 24px;
  color: #00a6c9;
  transition: all .38s;
}

.cu-zp .carousel .rs {
  color: #00a6c9;
  transition: all .38s;
}

.cu-zp .carousel .rs span {
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-right: 10px;
  background-position-x: -3px;
  background-position-y: -259px;
  vertical-align: text-bottom;
  transition: all .38s;
}

.cu-zp .carousel .date {
  margin-top: 5em;
  margin-bottom: 0;
  transition: all .38s;
}

.cu-zp .carousel .date span {
  display: block;
  font-size: 12px;
}

.cu-zp .carousel .item:hover {
  box-shadow: 0 0 10px #aaa;
  z-index: 10;
}

.cu-zp .carousel .item:hover:before {
  transform: none;
}

.cu-zp .carousel .item:hover h4,
.cu-zp .carousel .item:hover .rs,
.cu-zp .carousel .item:hover .date {
  color: #fff;
}

.cu-zp .carousel .item:hover .rs span {
  background-position-y: -291px;
}

.cu-zp .slick-prev,
.cu-zp .slick-next {
  top: auto;
  bottom: 5%;
  width: 42px;
  height: 42px;
  background-color: #ccc;
  border-radius: 50%;
  transform: none;
  transition: all .38s;
  z-index: 10;
}

.cu-zp .slick-prev:hover,
.cu-zp .slick-next:hover {
  background-color: #00a6c9;
}

.cu-zp .slick-prev span,
.cu-zp .slick-next span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position-y: 12px;
}

.cu-zp .slick-prev:before,
.cu-zp .slick-next:before {
  content: none;
}

.cu-zp .slick-prev {
  left: 0;
}

.cu-zp .slick-next {
  right: 0;
}

.cu-zp .slick-prev span {
  background-position-x: 16px;
}

.cu-zp .slick-next span {
  background-position-x: -14px;
}

.cu-zp .slick-dots {
  bottom: 5%;
}

.cu-zp .slick-dots li {
  width: 10px;
  height: 10px;
  background: #b1b1b1;
  border-radius: 50%;
  vertical-align: top;
}

.cu-zp .slick-dots li.slick-active {
  background: #00a6c9;
}

/* Popup */
.popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 20000;
}

.no-rgba .popup {
  padding-bottom: 200px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#7f000000, endColorstr=#7f000000);
}

.popup-dialog {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 10% 0;
  transform: translate(-50%, 0);
}

.no-csstransforms .popup-dialog {
  top: 0;
  width: 50%;
  margin-top: 0;
  margin-left: -25%;
  margin-bottom: 0;
}

.no-csstransforms .popup-content {
  margin: 10% 0;
}

.popup-content {
  position: relative;
  padding: 5%;
  background: #fff;
}

.zp-cont-title {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}

.zp-cont-title h3 {
  font-size: 24px;
  color: #333;
}

.zp-cont-title .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 -208px;
  transition-property: all;
  transition-duration: 5s;
}

.zp-cont-title .popup-close:hover {
  transform: rotate(199420deg);
  transition-duration: 38s;
}

.zp-cont-list {
  padding: 5% 0;
}

.zp-cont-list li {
  margin-bottom: 1em;
  line-height: 2;
}

.zp-cont-list li:after {
  content: '';
  display: table;
  clear: both;
}

.zp-name {
  float: left;
  width: 20%;
  color: #999;
}

.zp-desc {
  float: left;
  width: 80%;
}

.zp-desc a {
  display: block;
  color: #00a6c9;
}

.cu-fs {
  padding-top: 0;
  background: #585f67;
}

.cu-fs .map {
  float: right;
  width: 50%;
  height: 500px;
}

.map .anchorBL {
  display: none!important;
}

.cu-fs .info {
  float: left;
  width: 50%;
  padding: 5em 0;
}

.company-list {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 50px;
  color: #333;
  line-height: 50px;
  background: #fff;
}

.company-list>span {
  background-position: calc(100% - 10px) center;
    position: relative;
    display: block;
    padding: 0 10px;
    z-index: 5;
    background-color: transparent;
    background-image: url('../images/cu-more.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.no-csscalc .company-list>span {
  background-position-x: 291px;
}

.csstransitions .company-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, .1);
  transform: scale(1, 0);
  transition: all .38s;
  z-index: 1;
}

.csstransitions .company-list.cy-active:before,
.csstransitions .company-list:hover:before {
  transform: scale(1, 1);
}

.company-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  line-height: 2;
  border-top: 1px solid #ddd;
}

.company-menu li {
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  transition: all .38s;
  z-index: 1;
}

.company-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a6c9;
  transform: scale(1, 0);
  transition: all .38s;
  z-index: -1;
}

.company-menu li:hover {
  color: #fff;
}

.company-menu li:hover:before {
  transform: scale(1, 1);
}

.company-info {
  margin-top: 3em;
  color: #fff;
}

.company-info h4 {
  margin-bottom: 1em;
  font-size: 18px;
}

.company-info h4 a:hover {
  color: #6cccdb;
}

.company-info span {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 1.8;
}

.company-info .info-name {
  text-align: right;
}

.company-info .info-cont {
  width: calc(100% - 68px);
}

.no-csscalc .company-info .info-name {
  width: 15%;
}

.no-csscalc .company-info .info-cont {
  width: 85%;
}

.company-info p {
  overflow: hidden;
  margin-bottom: 0;
}

.company-info .info-cont a:hover {
  color: #6cccdb;
}

/* Search */
.ipc-search form {
  display: inline-block;
}

.ipc-search form {
  width: 100%;
}

.ipc-search .search-r {
  display: block;
  margin-bottom: 2em;
  border-bottom: 1px solid #fff;
}

.ipc-search #search-text {
  display: block;
  width: 90%;
  margin-left: 5px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  background: transparent;
}

.ipc-search #search-text::-webkit-input-placeholder {
  color: #fff;
}

.ipc-search #search-text::-moz-placeholder {
  color: #fff;
}

.ipc-search #search-text:-ms-input-placeholder {
  color: #fff;
}

.ipc-search #search-submit {
  float: right;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  font-size: 0;
  background: url("../images/serach.png") no-repeat center center;
  cursor: pointer;
}

.search-result {
  padding-top: 5%;
}

.search-result>p {
  font-size: 18px;
  padding-left: 20px;
}

.search-result li {
  position: relative;
  margin-bottom: 5px;
  background: #eee;
  overflow: hidden;
}

.search-result li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 112, 175, .1);
  transform: scale(1, 0);
  transition: all .5s;
}

.search-result li:hover::before {
  transform: none;
}

.search-result li a {
  position: relative;
  display: block;
  margin: 10px 20px;
}

.search-result li span {
  color: #1670af;
}

@media (max-width: 575px) {
  .ipc-search .search-r {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .ipc-search #search-text {
    width: 80%;
    font-size: 14px;
    line-height: 26px;
  }

  .ipc-search #search-submit {
    width: 26px;
    height: 26px;
    transform: scale(.72);
  }

  .search-result>p {
    font-size: 14px;
    padding-left: 5%;
  }

  .search-result li a {
    margin: 2% 5%;
  }
}

.ipc-pic {
    overflow: hidden;
}
