
/*
|--------------------------------------------------------------------------
| Revolution slider customization 
|--------------------------------------------------------------------------
*/	
.fl {
    float: left;
}
.fr {
	float: right;
}

.gif-logo {
    height: 50px;
    width: auto;
    font-size: 0;
}
.gif-img {
    height: 50px!important;
    width: auto!important;
}
.slogan-img {
    margin-left: 15px;
    height: 50px!important;
    width: auto!important;
}

.image-about-us {
  background-image: url(../images/banner_about_us.jpg)
}

.theme-color {
  color: #3399FF;
}

.introduction {
	font-size: 16px;
	float: left;
	width: calc(100% - 930px);
	min-width: 300px;
	margin-left: 120px;
	padding: 50px 0;
	box-sizing: border-box;
}
.introduction .p1 {
	color: #333333;
}

.introduction .p2 {
	font-size: 40px;
	line-height: 50px;
	color: #151515;
	margin-top: 25px;
	margin-bottom: 30px;
}

.introduction .p3 {
	color: #666666;
}

.introduction-img {
	width: 696px;
	height: 523px;
	float: left;
	margin-left: 64px;
}

.customized-service {
	margin-top: 30px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: white;
	background: #3399FF;
	padding: 0 16px;
	position: relative;
}
.customized-service .arrow {
	position: absolute;
	width: 14px;
	height: 12px;
	right: 16px;
	top: 19px;
}

.introduction-img img {
	width: 100%;
	height: 100%;
}

.product-info .product-title {
	font-size: 40px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin-top: 85px;
    font-weight: bold;
	color: #333333;
}
.product-info .product-separator {
	width: 40px;
	height: 4px;
	margin: 18px auto;
	background: #3399FF;
}
.product-info .product-desc {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.product-dist-platform {
    width: calc(100% - 250px);
    margin: 0 auto;
    display: table;
    border-spacing: 30px;
}

.product-dist-platform .img-dist-platform {
    width: 429px;
    height: 404px;
    min-width: 429px;
    display: table-cell;
}
.product-dist-platform .img-dist-platform img {
    width: 100%;
    height: 100%;
}

.product-dist-platform .dist-platform-info {
    width: calc(100% - 460px);
    min-width: 429px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.product-dist-platform .dist-platform-info .info-content {
    padding: 45px 60px;
    font-size: 16px;
    color: #151515;
    letter-spacing: 0.5px;
    line-height: 28px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.product-dist-platform .dist-platform-info .info-content .product-name {
    font-size: 20px;
    color: #333333;
}

.product-dist-platform .dist-platform-info .info-content .product-logo {
    width: 45px;
    height: 33px;
    margin-right: 19px;
    float: left;
}
.product-dist-platform .dist-platform-info .info-content .product-logo img {
    width: 100%;
    height: 100%;
}
.product-dist-platform .dist-platform-info .info-content .product-detail {
    width: calc(100% - 64px);
    float: left;
}
.product-dist-platform .dist-platform-info .info-bg1 {
    position: absolute;
    left: 0;
    right: 14px;
    top: 0;
    bottom: 17px;
    opacity: 0.75;
    background-image: linear-gradient(-135deg, #FCFEFF 0%, #FFFFFF 100%);
    border-radius: 12px;
    z-index: -1;
}
.product-dist-platform .dist-platform-info .info-bg2 {
    position: absolute;
    left: 14px;
    right: 0;
    top: 17px;
    bottom: 0;
    opacity: 0.53;
    background-image: linear-gradient(-135deg, #FCFEFF 0%, #D7EBFF 100%);
    border-radius: 12px;
    z-index: -2;
}
.feature-bg {
    background-image: linear-gradient(-180deg, #FCFDFF 0%, #F7FBFF 100%);
}
.product-info .feature-collection {
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
}
.product-info .feature-collection .feature-row {
    display: table-row;

}
.product-info .feature-collection .feature-item {
    display: table-cell;
    text-align: center;
    width: 200px;
    padding-bottom: 40px;
}
.product-info .feature-collection .feature-item:not(:last-child) {
    padding-right: 260px;
}
.product-info .feature-collection .feature-item .feature-img {
    width: 170px;
    height: 170px;
    display: inline-block;
}
.product-info .feature-collection .feature-item .feature-img img {
    width: 100%;
    height: 100%;
}
.product-info .feature-collection .feature-item .feature-title {
    font-size: 24px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 20px;
}
.product-info .feature-collection .feature-item .feature-desc {
    font-size: 16px;
    color: #999999;
}

.product-advantage-container {
    width: 100%;
    min-width: 1440px;
}
.product-advantage {
    background: url(../images/bg-advantage.jpg);
    width: 100%;
    height: 0;
    padding-bottom: 37.33%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.product-advantage .product-advantage-info {
    width: 487px;
    margin-left: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-advantage .product-advantage-info .product-advantage-tip {
    font-size: 16px;
    color: #FFFFFF;
}
.product-advantage .product-advantage-info .product-advantage-title {
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 25px;
}
.product-advantage .product-advantage-info .product-advantage-desc {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 30px;
}

/* advantage  */
.ourworks-container {
	width: 1360px;
	margin: 150px auto 0;
	position: relative;
    text-align: center;
}
.ourworks {
	width: 930px;
	height: 150px;
	top: -122px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
	position: absolute;
}
.ourworks-container .ourworks-item {
	width: 335px;
	height: 342px;
	border-radius: 5px;
	background-position: center center;
	background-size: 100% 100%;
	margin-right: 5px;
	overflow: hidden;
}
.ourworks-container .ourworks-item a {
	display: block;
	height: 100%;
	border-radius: 10px;
	color: #FFF;
	text-decoration: none;
}
.ourworks-container .ourworks-item a .icon-img {
    width: 80px;
    height: 80px;
    margin-top: 36px;
}
.ourworks-container .ourworks-item span {
	width: 240px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 20;
    line-height: 30px;
}
.ourworks-container .ourworks-title {
	display: block;
	font-size: 30px;
	padding: 18px 0;
}
.ourworks-container .ourworks-desc {
	text-align: left;
	display: block;
	font-size: 16px;
}
.ourworks-container div a:hover {
	box-shadow: 0 2px 4px 0 hsla(0,0%,60%,.5);
}
.ourworks-container div a:hover .bg-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ourworks-container a {
	position: relative;
}
.ourworks-container a .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	transition: -webkit-transform .5s ease-in;
	transition: transform .5s ease-in;
	transition: transform .5s ease-in,-webkit-transform .5s ease-in;
}

.partner-info {
	background: #EFF6FF;
	overflow: hidden;
	text-align: center;
	clear: both;
}


.partner-info .partner-title {
    font-size: 40px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-top: 85px;
    font-weight: bold;
    color: #333333;
}
.partner-info .partner-separator {
    width: 40px;
    height: 4px;
    margin: 18px auto;
    background: #3399FF;
}
.partner-info .partner-desc {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.partner-info .partner-collection {
	padding-left: 16px;
	width: 100%;
	max-width: 1220px;
	display: inline-block;
	text-align: center;
    margin-bottom: 65px;
}

.partner-info .partner-collection .partner-item {
	width: 280px;
	height: 136px;
	font-size: 0;
	margin-right: 16px;
	margin-bottom: 15px;
	display: inline-block;
}
.partner-info .partner-collection .partner-item img {
	width: 100%;
	height: 100%;
}
.solution-container {
    width: 1200px;
    height: 522px;
    padding: 50px 0;
    margin: 0 auto;
    background: url(../images/bg-solution.png);
    background-size: 490px 279px;
    background-repeat: no-repeat;
    background-position: center;
}
.solution-container .solution-info {
    width: 422px;
    height: 422px;
    position: relative;
}
.solution-container .solution-info.fl .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.12;
    background-image: linear-gradient(270deg, rgba(98,201,255,0.00) 25%, #3399FF 100%);
}
.solution-container .solution-info.fr .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.12;
    background-image: linear-gradient(90deg, rgba(98,201,255,0.00) 25%, #3399FF 100%);
}

.solution-container .solution-info .solution-feature {
    position: absolute;
    width: 377px;
}

.solution-container .solution-info .solution-feature.feature-1 {
    left: 45px;
    top: 19px;
}
.solution-container .solution-info .solution-feature.feature-2 {
    left: 2px;
    top: 192px;
}
.solution-container .solution-info .solution-feature.feature-3 {
    left: 2px;
    top: 19px;
}
.solution-container .solution-info .solution-feature.feature-4 {
    left: 45px;
    top: 192px;
}

.solution-container .solution-info .solution-feature .solution-feature-icon {
    width: 101px;
    height: 82px;
    float: left;
    margin-right: 15px;
}
.solution-container .solution-info .solution-feature .solution-feature-icon img {
    width: 100%;
    height: 100%;
}

.solution-container .solution-info .solution-feature .solution-feature-text {
    float: left;
    font-size: 16px;
    color: #999999;
    width: 260px;
}
.solution-container .solution-info .solution-feature .solution-feature-title {
    font-size: 24px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 11px;
}

.link-wrap {
    color: #FFFFFF;
	font-size: 12px;
    text-align: center;
}
.link-wrap>a {
    color: #FFFFFF!important;
}
.link-wrap>a:hover {
    color: #FFFFFF!important;
    text-decoration: underline!important;
}
.link-wrap>a:active {
    color: #FFFFFF!important;
}

.title-img-container {
  width: 898px;
}
.title-img-container img {
  height: 80px;
}
.about-container {
	max-width: 1200px;
	margin: 0 auto;
}
.about-info {
  line-height: 24px;
  color: #3e3c3c;
  padding: 30px 50px 100px;
}
.arrow-down {
  	z-index: 11;
  	position: absolute;
  	top: -5px;
  	left: 73px;
}
.address-container {
  	width: 420px;
  	font-size: 18px;
  	color: #979797;
  	padding-left: 114px;
}
.address-container div {
  	margin-bottom: 10px;
}
.map-container {
  	margin-right: 48px;
  	width: calc(100% - 600px);
  	height: 340px;
}
.contact-container {
  	width: 476px;
  	margin: 100px auto 78px;
  	position: relative;
  	height: 46px;
}
.contact-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
  	background: #a3a2a2;
}
.contact-title {
	height: 46px;
    line-height: 46px;
    font-size: 32px;
    padding: 0 10px;
    background: #EFF6FF;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.footer-container {
    background: url(../images/bg-footer.jpg);
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-container .footer-decoration {
    position: absolute;
    width: 160px;
    height: 40px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/bg-footer-decoration.png);
    background-size: 100% 100%;
}
.footer-container .footer-info {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-container .footer-info .footer-info-title {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-container .footer-info .block-info {
    float: left;
    font-size: 14px;
    color: #DCDCDC;
    max-width: 200px;
    margin-left: 10%;
}
.footer-container .footer-info .block-info .block-link {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-container .footer-info .block-info .block-link>a {
    color: #FFFFFF!important;
}
.footer-container .footer-info .block-info .block-link>a:hover {
    color: #FFFFFF!important;
    text-decoration: underline!important;
}
.footer-container .footer-info .block-info .block-link>a:active {
    color: #FFFFFF!important;
}

.footer-container .footer-info .qrcode {
    width: 100px;
    height: 100px;
    margin: 5px auto 18px auto;
}
.footer-container .footer-info .qrcode img {
    width: 100%;
    height: 100%;
}
.footer-container .footer-info .qrcode-text {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.footer-container .footer-info .contact-mobile {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: rgba(0,0,0,0.25);
    margin-top: 30px;
    user-select: none;
}
.footer-container .footer-info .contact-mobile .icon-phone {
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-right: 20px;
}
.footer-container .footer-info .contact-mobile .icon-phone img {
    width: 100%;
    height: 100%;
}