﻿/*  Saasweb HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two / Three / Four / Five
5. Banner Section
6. Feature Section
7. Clients Section
8. About Section
9. Intro Section
10 .Testimonial Section
11. Call to Action
12. Footer Section
13. Pricing Section
14. Funfact Section
15. Team Section
16. Process Section
17. Blog Section
18. Contact Section
19. Portfolio Section
最新最全最好的Bootstrap模板：http://www.bootstrapmb.com

-------------------------------------------*/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700,800');

/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('owl.css');
@import url('slick.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('pe-icon-7-stroke.css');
@import url('stroke-gap.css');
@import url('themify-icons.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');


/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header{
	position:fixed;
	z-index:999;
	width:100%;
	min-height: 94px;
	top: 4px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background:unset;
}

.main-header.fixed-header{
	top: 0;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 10px 20px rgba(42,38,49,.03);
	box-shadow: 0 10px 20px rgba(42,38,49,.03);
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .header-outer {
	/*    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;*/
}

.main-header .header-upper .logo-box{
	position:relative;
	left:0px;
	z-index:10;
	padding: 20px 0 0;
	float: left;
}

.main-header .header-upper .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .nav-outer{
	position: relative;
}

.main-header .header-upper .nav-outer .main-menu{
	position: relative;
	float: left;
	max-width: 880px;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: right;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 70px;

	/*
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;*/
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size: 18px;
	line-height:30px;
	font-weight: 400;
	opacity:1;
	color: #222;

	padding:30px 0px;
	/*
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;*/
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #0eaf96;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-40px !important;
	top:100%;
	width: 160px;
	z-index:100;
	padding: 15px 0px;
	opacity: 1;
	background:#000;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding: 0 20px;
}

.main-menu .navigation > li > ul > li:last-child{
	margin-bottom:0px;
}

.main-menu .navigation > li > ul > li > a{
	display:block;
	font-size: 16px;
	line-height:24px;
	padding: 6px 0;
	white-space: nowrap;
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\f105";
	position:absolute;
	right: 0;
	top: 5px;
	display:block;
	font-size:16px;
	line-height:24px;
	padding: 3px 25px;
	color:#222222;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
	text-align:center;
	z-index:5;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0;
	width: 230px;
	z-index:100;
	padding: 30px 35px;
	opacity: 1;
	background:#ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	margin-bottom:0px;
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul li a{
	display:block;
	font-size: 14px;
	line-height:24px;
	padding: 6px 0;
	color: #222;
	font-weight: 400;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > ul li:hover a{
	color: #0eaf96;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:100%;
	height:30px;
	text-align:right;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	margin-right: -100px;
	float: right;
	/*padding-top: 24px;*/
	line-height: 90px;
}

.main-header .outer-box .btn-box{
	position: relative;
	padding: 20px 0;
}



.main-header .language-toggle{
	padding: 0px 5px;
	margin-top: 5px;
	position: relative;
	display: flex;
	cursor: pointer;
}

.main-header .language-toggle a{
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	padding: 2px 20px;
	text-align: center;
	width: 120px;
	font-weight: 400;
}
.main-header .language-toggle a.otherlanguage{
	position: absolute;
	top: 34px;
	/* background: rgb(0 0 0 / 3%); */
	/*display: none;*/
	transition: all 0.3s;
	/*border-bottom: 1px #83ab47 solid;*/
}
.main-header .language-toggle.show a.otherlanguage{
	display: block;
}
.main-header .language-toggle i{
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	top: 10px;
	right: 13px;
	transition: all 0.1s;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #eee;
}

.main-header .language-toggle.show i{
	top: 13px;
	border-top: 6px solid #eee;
	border-bottom: unset;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}




/***

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two .auto-container{
	max-width: 1580px;
}

.header-style-two .outer-box {
	margin-right: 0px;
}


/***

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three.fixed-header {
	background: #403ab4;
}

.header-style-three .auto-container{
	max-width: 1580px;
}

.header-style-three .outer-box {
	margin-right: 0px;
}

.header-style-three .theme-btn {
	padding: 12px 35px;
}

.header-style-three .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}


.header-style-three.fixed-header .main-menu .navigation > li > a:before{
	background-color: #8a57de;
}

/***

====================================================================
	Header Style Four
====================================================================

***/

.header-style-four.fixed-header{
	background-color: #403ab4;
}

.header-style-four .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-four .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}

.header-style-four .outer-box {
	margin-right: 0px;
}

.header-style-four .theme-btn {
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	padding: 12px 35px;
}

.header-style-four .theme-btn:hover {
	background-color: #fff;
	color: #b83b96;
}


/***

====================================================================
	Header Style Five
====================================================================

***/

.header-style-five.fixed-header{
	/*background-color: #000000;*/
	background: linear-gradient(90deg,#2c3882,#6e2382);
}

.header-style-five .header-upper .nav-outer{
	float: right;
}

.header-style-five .main-menu .navigation > li > a{
	color: rgba(255,255,255,0.8);
}
.header-style-five .main-menu .navigation > li.active > a:after,.header-style-five .main-menu .navigation > li > a:hover:before{
	background: #B9392C;
	width: 32px;
	height: 6px;
	position: absolute;
	bottom: -3px;
	content: " ";
	left: calc((100% - 32px) / 2);
	color: #fff;
	margin: 0 auto;
}
.header-style-five .main-menu .navigation > li > a:hover{
	color: #ffffff;
}

.header-style-five .main-menu .navigation > li > a:before{
	background-color: #ffffff;
}

.header-style-five .outer-box {
	margin-right: 0px;
	margin-left: 30px;
	display: flex;
}

.header-style-five .theme-btn {
	padding: 12px 35px;
}
.header-style-five .outer-box .link-btn{
	color: #fff;
}
.header-style-five .outer-box .link-btn>a{
	color: #fff;
	padding: 0 4px;
}
.header-style-five .outer-box .wyjoin{

}
.header-style-five .outer-box .wyjoin>a{
	color: #fff;
	border: 1px solid #641588;
	background: linear-gradient(45deg,#f43f3b,#a11383);
	font-size: 18px;
	padding: 2px 10px;
	margin-right: 15px;
	border-radius: 4px;
}

/*

====================================================================
	Banner Section One
====================================================================

***/

.banner-section-one{
	position:relative;
}

.shape-29 {
	height: 118px;
	width: 214px;
	background-image: url(../images/icons/shape-29.png);
}

.banner-section-one .shape-29 {
	top: 0;
	left: 0;
}

.banner-section-one .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 150px;
	width: 70%;
}

.banner-section-one .layer-image{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/resource/illustration-1.png);
	background-repeat:no-repeat;
	background-position: top right;
}

.banner-section-one .content-column .inner-column{
	position: relative;
}

.banner-section-one .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 360px 0 200px;
}

.banner-section-one .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-one .content-box h1{
	position:relative;
	color: #222;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-one .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
}

.banner-section-one .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-one .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-one .video-box .video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-one .video-box .video-link {
	position: absolute;
	right: 50%;
	bottom: -80px;
	padding-top: 95px;
	font-size: 14px;
	color: #222;
}

.banner-section-one .video-box .video-link .icon{
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	color: #403ab4;
	background: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
}

.banner-section-one .video-box .video-link .icon:after{
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	width: 110px;
	height: 110px;
	border: 1px solid rgb(239, 243, 255);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-one .video-box:hover .video-link .icon{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner-section-one .video-box:hover .video-link .icon:after{
	border-color:rgba(255,255,255,0.70);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/*

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	padding: 185px 0 90px;
	background: #eff3ff;
}

.banner-section-two .layer-outer{
	position: absolute;
	left: 0;
	top: 0;
	bottom: -70px;
	width: 100%;
}

.banner-section-two .layer-image{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/icons/big-shape-5.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}

.banner-section-two .content-column .inner-column{
	position: relative;
}

.banner-section-two .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 50px 0 50px;
	margin-left: -45px;
}

.banner-section-two .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-two .content-box h1{
	position:relative;
	color: #222;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-two .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
}

.banner-section-two .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-two .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-two .image {
	display: inline-block;
	margin-right: -152px;
	margin-left: -45px;
	-webkit-box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
	box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
}

.shape-12 {
	height: 18px;
	width: 36px;
	background-image: url(../images/icons/shape-12.png);
}

.shape-13 {
	height: 36px;
	width: 35px;
	background-image: url(../images/icons/shape-13.png);
}

.shape-14 {
	height: 37px;
	width: 42px;
	background-image: url(../images/icons/shape-14.png);
}

.shape-15 {
	height: 21px;
	width: 38px;
	background-image: url(../images/icons/shape-15.png);
}

.shape-16 {
	height: 115px;
	width: 115px;
	background-image: url(../images/icons/shape-16.png);
}

.banner-section-two .shape-12 {
	top: 200px;
	left: 245px;
	z-index: 5;
}

.banner-section-two .shape-13 {
	top: 185px;
	left: 44%;
	z-index: 5;
}

.banner-section-two .shape-14 {
	top: 60%;
	left: 35%;
	z-index: 5;
}

.banner-section-two .shape-15 {
	top: 50%;
	right: 160px;
	z-index: 5;
}

.banner-section-two .shape-16 {
	bottom: 200px;
	right: 50px;
	z-index: 5;
}


/*

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	padding: 0;
	background: linear-gradient(90deg,#2c3882,#6e2382);
	padding-top: 8px;
	/*
	background-color: #320fa1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	/*margin-top: 94px;*/
}

.banner-section-three .auto-container {
	/*max-width: 1390px;*/
}

.banner-section-three .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: -70px;
	width: 50%;
}

.banner-section-three .layer-image{
	position: absolute;
	left: 0;
	top: 145px;
	width: 1057px;
	height: 958px;
	background-image: url(../images/icons/big-shape-10.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}

.banner-section-three .content-column .inner-column{
	position: relative;
}

.banner-section-three .content-box{
	position:relative;
	/*max-width: 600px;*/
	width: 100%;
	padding: 190px 0 0px;
}

.banner-section-three .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-three .content-box h1{
	position:relative;
	color: #fff;
	font-size: 60px;
	line-height:58px;
	font-weight: 600;
	letter-spacing: 8px;
	margin-bottom: 30px;
}

.banner-section-three .content-box .text{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 30px;
	/*color: #b7b7b7;*/
	color: #70c385;
	margin-bottom:18px;
}

.banner-section-three .content-box .smtext{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:50px;
	color: #fff;
}
.banner-section-three .content-box .smtexttop{
	margin-bottom: 5px;
	color: #ffcb05;
}


.banner-section-three .zhlist-box {
	position: relative;
	padding-left: 28px;
	overflow: hidden;
}
.banner-section-three .zhlist-box:before{
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 60px;
	/*opacity: 0.6;
	border: 1px solid #FFFFFF;*/
	background: url("../images/banyuan-bg.png") no-repeat center;
	content: " ";
}

.banner-section-three .zhlist-box p{
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 600;
}
.banner-section-three .join-box a{
	width: 280px;
	height: 70px;
	display: block;
	background: #b9392c;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	margin-top: 40px;
}
.banner-section-three .join-box a:hover{
	background: #cc4537;
}


.banner-section-three .n-join-box a{
	width: 130px;
	display: block;
	color: #fff;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	color: #fff;
}


.banner-section-three .n-join-box span{
	color: #fff;
	padding: 4px 6px;
}
.banner-section-three .n-join-box .arrow{
	margin-right: 4px;
	background: #222c76;
	padding: 4px 10px;
}
.banner-section-three .n-join-box .text{
	background: linear-gradient(45deg,#f43f3b,#a11383);
	font-size: 18px;
	font-weight: 600;
}

.banner-section-three .timedjs-box{
	height: 285px;
	background: #272727;
	opacity: 0.94;
	padding: 20px 90px;
	margin-top: 152px;
}
.banner-section-three .timedjs-box>h4{
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-section-three .timedjs-box h4 i{
	background: url("../images/icon-djs.png") no-repeat;
	width: 24px;
	height: 28px;
	display: block;
	margin-right: 12px;
}
.banner-section-three .timedjs-box .daojishi-box {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.banner-section-three .timedjs-box .daojishi-box .time-day-box{
	width: 130px;
	height: 130px;
	background: #B9392C;
	text-align: center;
}
.banner-section-three .timedjs-box .daojishi-box .time-day-box h4{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	margin-top: 20px;
}
.banner-section-three .timedjs-box .daojishi-box .time-day-box span{
	display: block;
	color: #fff;
	color: #ddd;
}

.banner-section-three .content-box .btn-box{
	position: relative;
	margin: 0 -17px;
}

.banner-section-three .content-box .btn-box a{
	margin: 0 17px;
}

.banner-section-three .image {
	text-align: right;
	margin-top: 95px;
}

.shape-18 {
	width: 148px;
	height: 115px;
	background-image: url(../images/icons/shape-18.png);
}

.banner-section-three .shape-18 {
	top: -50px;
	right: -140px;
}

.banner-section-three .video-box .video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-three .video-box .video-link {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-left: 90px;
	text-decoration: underline;
}

.banner-section-three .video-box .video-link .icon{
	position: absolute;
	left: 0;
	top: -25px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	color: #ffffff;
	background: #e654bd;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box .video-link .icon:after{
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: 80px;
	height: 80px;
	border: 5px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box:hover .video-link .icon:after{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.banner-section-three .ripple,
.banner-section-three .ripple:before,
.banner-section-three .ripple:after {
	position: absolute;
	left: -5px;
	top: -30px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 5s infinite;
	animation: ripple 5s infinite;
}

.banner-section-three .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.banner-section-three .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.banner-section-three .banner-text-box{
	position: relative;
	z-index: 1;
	height: 740px;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}


/*

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position:relative;
	padding: 250px 0 0px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.banner-section-four .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 130px;
	width: 100%;
}

.banner-section-four .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/banner-shape-1.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-four .content-column .inner-column{
	position: relative;
}

.banner-section-four .content-box{
	position:relative;
	width: 100%;
	padding: 50px 0 50px;
}

.banner-section-four .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-four .content-box h1{
	position:relative;
	color: #fff;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-four .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 50px;
	color: #fff;
}

.banner-section-four .content-box form {
	position: relative;
	display: initial;
}

.banner-section-four .content-box input {
	position: relative;
	height: 70px;
	padding: 0 30px;
	background-color: #fff;
	width: 100%;
	max-width: 650px;
}

.banner-section-four .content-box button {
	position: absolute;
	right: 30px;
	top: -2px;
	border-left: 2px solid #9cacd8;
	padding-left: 15px;
	background: transparent;
	font-size: 14px;
	cursor: pointer;
}

.banner-section-four .image {
	position: relative;
	margin-top: 40px;
	display: inline-block;
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
}



/*

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five{
	position:relative;
	padding: 195px 0 219px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-five .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.banner-section-five .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/banner-shape-2.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-five .content-column .inner-column{
	position: relative;
}

.banner-section-five .content-box{
	position:relative;
	max-width: 600px;
	width: 100%;
	padding: 90px 0 50px;
}

.banner-section-five .content-box .title{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-five .content-box h1{
	position:relative;
	color: #fff;
	font-size: 48px;
	line-height:58px;
	font-weight: 600;
	margin-bottom:28px;
}

.banner-section-five .content-box .text{
	position:relative;
	display: block;
	font-size: 18px;
	line-height:30px;
	margin-bottom: 60px;
	color: #fff;
}

.banner-section-five .content-box .theme-btn{
	background: #f0467a;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
	box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
}

.banner-section-five .image {
	text-align: right;
	margin-right: -155px;
}

.drone {
	width: 93px;
	height: 132px;
	background-image: url(../images/resource/drone.png);
}

.banner-section-five .drone {
	top: -15px;
	left: 12%;
}



/***

====================================================================
	 	Chart Section
====================================================================

***/

.chart {
	position: relative;
}

.chart:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/resource/graph-line.png) center center no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chart-block {
	position: absolute;
	left: 22%;
	top: 53%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	-webkit-box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	cursor: pointer;
}

.chart-block:nth-child(2) {
	left: 49%;
	top: 32.5%;
}

.chart-block:nth-child(3) {
	left: auto;
	right: 13%;
	top: 18%;
}

.chart-block:after {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
}

.chart-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-ms-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-o-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
}

.chart-block:nth-child(1):before,
.chart-block:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.chart-block .chart-content {
	opacity: 0;
	position: relative;
	min-width: 200px;
	bottom: 100px;
	left: -120px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.chart-block:hover .chart-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}


.chart-block .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
}

.chart-block h3 {
	font-size: 24px;
}

.chart-block h3 strong {
	color: #403ab4;
}




/***

====================================================================
	 	Features Section One
====================================================================

***/

.features-section-one{
	position: relative;
}

.features-section-one.style-two{
	padding-top: 100px;
}

.features-section-one .feature-outer {
	padding-bottom: 70px;
}

.features-section-one .auto-container{
	position:relative;
	max-width: 1300px;
}

.features-section-one .layer-image{
	position: absolute;
	right: 0;
	top: 200px;
	height: 916px;
	width: 534px;
	background-image: url(../images/icons/shape-10.png);
	background-repeat: no-repeat;
	background-position:center;
}

.features-section-one .sec-title{margin-bottom: 70px;}

.feature-block-one{
	position: relative;
}

.feature-block-one .inner-box{
	position: relative;
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-one .icon-box{
	position: relative;
	margin-bottom: 60px;
}

.feature-block-one .icon{
	position: relative;
	font-size: 36px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 400;
	z-index: 9;
}

.feature-block-one .icon-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 82px;
	width: 80px;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/icons/shape-1.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -58%);
	-ms-transform: translate(-50%, -58%);
	transform: translate(-50%, -58%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-one:hover .icon-box:before {
	-webkit-transform: translate(-50%, -58%) rotate(-20deg);
	-ms-transform: translate(-50%, -58%) rotate(-20deg);
	transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-one h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-one h4 a{
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-one h4 a:hover{
	color: #0daf96;
}

.feature-block-one .text{
	position: relative;
	max-width: 270px;
	margin: 0 auto 20px;
}

.feature-block-one .link-btn a {
	font-weight: 500;
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-one .link-btn a span {
	color: #0daf96;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-one .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-one:nth-child(2) .icon-box:before{
	background-image: url(../images/icons/shape-2.png);
}

.feature-block-one:nth-child(3) .icon-box:before{
	background-image: url(../images/icons/shape-3.png);
}

.feature-block-one:nth-child(4) .icon-box:before{
	background-image: url(../images/icons/shape-4.png);
}

/***

====================================================================
	 	Features Section Two
====================================================================

***/

.features-section-two {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-two .shape-6 {
	top: 30%;
	right: -124px;
	z-index: 5;
}

.shape-6 {
	height: 248px;
	width: 248px;
	background-image: url(../images/icons/shape-6.png);
}

.feature-block-two {
	position: relative;
	margin-bottom: 120px;
	margin-left: -15px;
	padding-right: 50px;
}

.feature-block-two h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-two .text {
	margin-bottom: 40px;
}

.feature-block-two .link-btn {
	margin-left: 30px;
}

.feature-block-two .count {
	position: absolute;
	right: -50px;
	top: 0;
}

.image-block-one {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-one .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-3 {
	width: 500px;
	height: 355px;
	background-image: url(../images/icons/big-shape-3.png);
}

.image-block-one .big-shape-3 {
	top: 0;
	right: 50px;
}

/* Feature block three */
.feature-block-three {
	position: relative;
	margin-bottom: 120px;
	padding-left: 70px;
}

.feature-block-three h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-three .text {
	margin-bottom: 40px;
}

.feature-block-three .link-btn {
	margin-left: 30px;
}

.feature-block-three .count {
	position: absolute;
	left: -50px;
	top: 0;
}

.image-block-two {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-two .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-4 {
	width: 500px;
	height: 355px;
	background-image: url(../images/icons/big-shape-4.png);
}

.image-block-two .big-shape-4 {
	top: 0;
	left: 50px;
}

/***

====================================================================
	 	Features Section Three
====================================================================

***/

.features-section-three {
	position: relative;
	z-index: 5;
	padding: 190px 0 0;
}

.features-section-three .auto-container {
	max-width: 1330px;
}

.feature-block-four {
	position: relative;
}

.feature-block-four .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 20px 25px;
	border-bottom: 2px solid #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 140px;
	background: #fff;
}

.feature-block-four:nth-child(2) .inner-box {
	border-color: #b83b96;
}

.feature-block-four:nth-child(3) .inner-box {
	border-color: #d0ca43;
}

.feature-block-four:nth-child(4) .inner-box {
	border-color: #403ab4;
}

.feature-block-four .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 0px;
	width: 100%;
	background-image: -webkit-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease;
}


.feature-block-four .icon-box {
	position: relative;
	width: 96px;
	height: 96px;
	line-height: 102px;
	margin: 0 auto 38px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(13, 175, 150, 0.50);
	color: #222;
	font-size: 48px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four:nth-child(2) .icon-box {
	border: 1px solid rgba(184, 59, 150, 0.50);
}

.feature-block-four:nth-child(3) .icon-box {
	border: 1px solid rgba(208, 202, 67, 0.50);
}

.feature-block-four:nth-child(4) .icon-box {
	border: 1px solid rgba(64, 58, 180, 0.50);
}

.feature-block-four h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-block-four h4 a {
	color: #222;
}

.feature-block-four .overlay-content {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 50px 20px 10px;
	background-image: -webkit-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	-webkit-transform: scale(.9) translateY(20px);
	-ms-transform: scale(.9) translateY(20px);
	transform: scale(.9) translateY(20px);
	border-radius: 100px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.feature-block-four .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 0px;
}

.feature-block-four .overlay-content .icon-box {
	color: #fff;
	background: #0eaf96;
	border-color: #0eaf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
	box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
}

.feature-block-four:nth-child(2) .overlay-content .icon-box {
	border-color: #b83b96;
	background-color: #b83b96;
}

.feature-block-four:nth-child(3) .overlay-content .icon-box {
	border-color: #d0ca43;
	background-color: #d0ca43;
}

.feature-block-four:nth-child(4) .overlay-content .icon-box {
	border-color: #403ab4;
	background-color: #403ab4;
}

.feature-block-four .overlay-content h4 a {
	color: #fff;
}

.feature-block-four .overlay-content .text {
	color: #fff;
}

.feature-block-four .overlay-content .theme-btn {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
}

.feature-block-four .overlay-content .theme-btn:hover {
	background: #0daf96;
	color: #fff;
}


/***

====================================================================
	 	Features Section Four
====================================================================

***/

.features-section-four {
	position: relative;
	padding: 110px 0 120px;
}

.big-shape-6 {
	height: 1115px;
	width: 797px;
	background-image: url(../images/icons/big-shape-6.png);
}

.features-section-four .big-shape-6 {
	top: -200px;
	left: 0px;
}

.features-section-four .auto-container {
	max-width: 1495px;
}

.features-section-four .image {
	display: inline-block;
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/* Tab style one */

.tab-btn-style-one {
	position: relative;
	margin-bottom: 40px;
	border: 0px;
	margin-left: 40px;
}

.tab-btn-style-one li {
	display: block;
}

.tab-btn-style-one .nav-link {
	position: relative;
	padding: 30px 40px 15px 50px;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.tab-btn-style-one .nav-link.active {
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.tab-btn-style-one h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-btn-style-one p {
	color: #555;
}

.tab-btn-style-one .nav-link.active p,
.tab-btn-style-one .nav-link.active h3 {
	color: #fff;
}

/* Tab style two */

.tab-btn-style-two {
	position: relative;
	margin-bottom: 50px;
	border: 0px;
}

.tab-btn-style-two li {
	position: relative;
	display: inline-block;
}

.tab-btn-style-two li:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.40);
	height: 1px;
	left: 53px;
	right: -53px;
	top: 7px;
}

.tab-btn-style-two li:last-child:before {
	display: none;
}

.tab-btn-style-two .nav-link {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	border: 0px;
	padding: 0 30px;
}

.nav-tabs.tab-btn-style-two .nav-link.active,
.nav-tabs.tab-btn-style-two .nav-item.show .nav-link {
	background: transparent;
	color: #fff;
}

.tab-btn-style-two li:last-child .nav-link {
	margin-right: 0px;
}

.tab-btn-style-two li .dot {
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(13, 175, 150, 0.4);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 10px;
}

.tab-btn-style-two li .active .dot {
	background-color: #0daf96;
}


/***

====================================================================
	 	Features Section Five
====================================================================

***/

.features-section-five {
	position: relative;
	padding: 120px 0 90px;
}

.big-shape-8 {
	height: 792px;
	width: 726px;
	background-image: url(../images/icons/big-shape-8.png);
}

.big-shape-9 {
	height: 792px;
	width: 726px;
	background-image: url(../images/icons/big-shape-9.png);
}

.features-section-five .big-shape-8 {
	top: 100px;
	left: 0px;
}

.features-section-five .big-shape-9 {
	bottom: -110px;
	right: 0px;
}

.feature-block-five {
	position: relative;
}

.feature-block-five .sec-title .title {
	color: #0daf96;
}

/***

====================================================================
	 	Features Section Six
====================================================================

***/

.features-section-six {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-six .image {
	margin-left: 65px;
	margin-bottom: 30px;
}

.feature-block-six {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-six h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-six .text {
	margin-bottom: 40px;
}

.feature-block-six .link-btn .theme-btn {
	background-color: rgb(194, 52, 160);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
}


/***

====================================================================
	 	Features Section Seven
====================================================================

***/

.features-section-seven {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-seven .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-seven .icon-box {
	line-height: 245px;
	margin-bottom: 10px;
}

.feature-block-seven h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

/***

====================================================================
	 	Features Section eight
====================================================================

***/

.features-section-eight {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-eight {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-eight .icon-box {
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #0daf96;
	color: #fff;
	font-size: 20px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	margin-bottom: 50px;
}

.feature-block-eight h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

/***

====================================================================
	 	Features Section Nine
====================================================================

***/

.features-section-nine {
	position: relative;
}

.feature-block-nine {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-nine .icon-box {
	margin-bottom: 40px;
	font-size: 20px;
}

.features-section-nine .row:nth-child(2) .icon-box {
	background-color: rgb(184, 59, 150);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
}

.features-section-nine .row:nth-child(3) .icon-box {
	background-color: rgb(193, 187, 53);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
}

.feature-block-nine h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-nine .text {
	margin-bottom: 40px;
}

.features-section-nine .image {
	margin-left: 65px;
	margin-bottom: 30px;
}


/***

====================================================================
	 	Features Section Ten
====================================================================

***/

.features-section-ten{
	position: relative;
	padding: 140px 0 120px;
}

.feature-block-ten{
	position: relative;
}

.feature-block-ten .inner-box{
	position: relative;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-ten .icon-box{
	position: relative;
	margin-bottom: 40px;
}

.feature-block-ten .icon{
	position: relative;
	line-height: 1em;
	color: #403ab4;
	font-weight: 400;
	z-index: 9;
	font-size: 48px; /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(42,38,133,1)), color-stop(100%, rgba(130,45,196,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(170deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(170deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%); /* opera 11.10+ */ /* ie10+ */
	background: linear-gradient(280deg, rgba(130,45,196,1) 0%, rgba(42,38,133,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-block-ten .icon-box:before{
	position: absolute;
	left: 39px;
	top: 50%;
	height: 81px;
	width: 77px;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/icons/shape-23.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -66%);
	-ms-transform: translate(-50%, -66%);
	transform: translate(-50%, -66%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-ten:hover .icon-box:before {
	-webkit-transform: translate(-50%, -58%) rotate(-20deg);
	-ms-transform: translate(-50%, -58%) rotate(-20deg);
	transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-ten h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-ten h4 a{
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-ten h4 a:hover{
	color: #0daf96;
}

.feature-block-ten .text{
	position: relative;
	max-width: 315px;
	margin-bottom: 25px;
}

.feature-block-ten .link-btn a {
	font-weight: 500;
	color: #2a2685;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-ten .link-btn a span {
	color: #f0467a;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-ten .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-ten:nth-child(2) .icon-box:before{
	background-image: url(../images/icons/shape-24.png);
}

.feature-block-ten:nth-child(3) .icon-box:before{
	background-image: url(../images/icons/shape-25.png);
}

.feature-block-ten:nth-child(4) .icon-box:before{
	background-image: url(../images/icons/shape-26.png);
}

.feature-block-ten:nth-child(5) .icon-box:before{
	background-image: url(../images/icons/shape-27.png);
}

.feature-block-ten:nth-child(6) .icon-box:before{
	background-image: url(../images/icons/shape-28.png);
}

/***

====================================================================
	 	Features Section Eleven
====================================================================

***/

.features-section-eleven {
	position: relative;
	padding: 120px 0 90px;
}

.feature-block-eleven {
	position: relative;
}

.feature-block-eleven .sec-title .title {
	color: #0daf96;
}

.features-section-eleven .image {
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
}


/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
	padding: 50px 0 90px;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
	line-height: 100px;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* style two */
.clients-section.style-two {
	padding-top: 120px;
}

.clients-section.style-two .auto-container {
	max-width: 1310px;
}

.clients-section.style-two .image-box img {
	opacity: .5;
}

/***

==================================================================
		Clients Section Two
==================================================================

***/

.clients-section-two {
	position: relative;
	padding: 120px 0 60px;
}

.clients-section-two:before {
	position: absolute;
	content: '';
	background-color: #eff3ff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
}

.clients-section-two .sponsor-logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clients-section-two .sponsor-logo-list li {
	margin: 0 80px;
	margin-bottom: 50px;
}

.clients-section-two li img{
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.clients-section-two li:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/***

==================================================================
		About Section
==================================================================

***/

.about-section {
	position: relative;
}

.about-section .shape-5 {
	bottom: -105px;
	right: -198px;
	z-index: 5;
}

.shape-5 {
	height: 400px;
	width: 400px;
	background-image: url(../images/icons/shape-5.png);
}

.about-section .outer-box {
	position: relative;
	padding-top: 85px;
}

.about-section .outer-box:before {
	position: absolute;
	content: '';
	background: #403ab4;
	left: 325px;
	top: 0;
	bottom: 33px;
	width: 2000%;
}

.about-section .image {
	padding-right: 47px;
}

.about-section .link {
	margin-right: -23px;
}

.about-section .link .theme-btn {
	vertical-align: middle;
}

.about-section .link .btn-style-two {
	border-radius: 0px;
	padding: 22px 35px;
	-webkit-box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.about-block-one {
	margin-left: 25px;
	margin-right: -160px;
}

/***

==================================================================
		About Section Two
==================================================================

***/

.about-section-two {
	position: relative;
	padding-top: 170px;
	padding-bottom: 120px;
}

.about-section-two .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(../images/icons/big-shape-2.png);
}

.about-section-two .sec-title {
	margin-bottom: 30px;
}

.about-section-two .image {
	margin-top: 70px;
	margin-right: -190px;
}

.about-block-two {
	position: relative;
}

.about-block-two h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

.about-block-two .text {
	margin-bottom: 30px;
}

.about-block-two ul {
	margin-bottom: 35px;
}

.about-block-two ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 20px;
}

.about-block-two ul li span {
	position: absolute;
	left: 0;
	top: 8px;
	color: #0daf96;
}

/***

==================================================================
		About Section Three
==================================================================

***/

.about-section-three {
	position: relative;
	padding-top: 170px;
	padding-bottom: 150px;
}

.about-section-three .big-shape-7 {
	top: 0;
	right: 0px;
}

.big-shape-7 {
	height: 1062px;
	width: 941px;
	background-image: url(../images/icons/big-shape-7.png);
}

.about-section-three .content-column {
	width: 50%;
	padding: 0 15px;
}

.about-section-three .integrations-column {
	position: relative;
	width: 50%;
	padding: 0 15px;
}

/* Integrtions Block */
.integrations-block {
	position: relative;
	height: 760px;
	max-width: 840px;
	margin-right: -270px;
	margin-top: -100px;
	background-image: url(../images/icons/integration-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.integrations-block .circle-shape-1 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 52%;
	top: 99px;
}

.integrations-block .circle-shape-2 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 22%;
	top: 146px;
}

.integrations-block .circle-shape-3 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 9%;
	top: 46%;
}

.integrations-block .circle-shape-4 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 203px;
	bottom: 22%;
}

.integrations-block .circle-shape-5 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 38%;
	bottom: 18px;
}

.integrations-block .circle-shape-6 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 13%;
	bottom: 30%;
}

.integrations-block .circle-shape-7 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 17%;
	top: 20%;
}

.integrations-block .icon{
	position: absolute;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.integrations-block .icon.now-in-view{
	-webkit-animation-name: zoomIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-ms-animation-name: zoomIn;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 1;
	-moz-animation-name: zoomIn;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
}

.integrations-block .icon img,
.integrations-block .icon a{
	position: relative;
	display: block;
}

.integrations-block .icon-1{
	left: 32%;
	top: 11%;
}

.integrations-block .icon-2{
	right: 26%;
	top: 3%;
}

.integrations-block .icon-3{
	right: 10%;
	top: 33%;
}

.integrations-block .icon-4{
	right: 9%;
	bottom: 23%;
}

.integrations-block .icon-5{
	right: 34%;
	bottom: 11%;
}

.integrations-block .icon-6{
	left: 25%;
	bottom: 5%;
}

.integrations-block .icon-7{
	left: 10%;
	top: 53%;
}

.integrations-block .icon-8{
	left: 9%;
	top: 25%;
}

.integrations-block .circle-one{
	position: absolute;
	left: 0;
	top: 21px;
	right: 0;
	height: 718px;
}

.integrations-block .circle-two{
	position: absolute;
	left: 80px;
	top: 66px;
	right: 80px;
	bottom: 72px;
}

.integrations-block .circle-three{
	position: absolute;
	left: 80px;
	top: 73px;
	right: 80px;
	bottom: 68px;
}

.integrations-block .circle-three .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.integrations-block .circle-three .image img {
	position: relative;
	top: -15px;
}

.integrations-block .circle-three .image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/***

==================================================================
		zhanhuijj-section Section
==================================================================

***/

.zhanhuijj-section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 200px;
	background: #B9392C;
}

.zhanhuijj-section .index-data-wrap ul{
	display: flex;
	justify-content: space-between;
}
.zhanhuijj-section .index-data-wrap ul li{
	display: flex;
	justify-content: space-between;
}

.zhanhuijj-section .index-data-wrap ul li .icon-wrap{

	text-align: center;
	padding: 20px;
}


.zhanhuijj-section .index-data-wrap .data-wrap-text{
	margin-left: 20px;
	width: 105px;
	position: relative;
	padding-left: 10px;
}

.zhanhuijj-section .index-data-wrap .data-wrap-text:after{
	width: 1px;
	height: 94px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 13px;
	left: -20px;
	content: " ";
}

.zhanhuijj-section .index-data-wrap .data-wrap-text h4{
	font-size: 20px;
	color: #d9d9d9;
	margin-top: 20px;
}
.zhanhuijj-section .index-data-wrap .data-wrap-text .count-box{
	margin-top: 20px;
	position: relative;
}
.zhanhuijj-section .index-data-wrap .data-wrap-text .count-box .count-text{
	font-size: 46px;
	font-weight: 500;
	position: relative;
	color: #fff;
}
.zhanhuijj-section .index-data-wrap .data-wrap-text .count-box .count-text:after{
	/*	content: "+";
        position: absolute;
        top: 0;
        right: -20px;
        font-weight: 400;
        font-size: 30px;*/
}
.zhanhuijj-section .index-data-wrap .data-wrap-text .count-box .affix{
	font-size: 46px;
	font-weight: bold;
	position: relative;
	color: #fff;
}



/***

==================================================================
		zhanhuijj-section Section
==================================================================

***/

.indexfw-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #101445;
}
.indexfw-section .sec-title{
	text-align: center;
	position: relative;
}
.indexfw-section .sec-title:after{
	width: 540px;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 23px;
	left: calc((100% - 540px)/2);
	/*content: " ";*/
}
.indexfw-section .sec-title h1{
	font-size: 40px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.indexfw-section .sec-title .text{
	font-size: 50px;
	color: #fff;
	margin: 0 0 20px;
	font-weight: 600;
}
.indexfw-section .sec-title h1:after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	right: 11px;
	/*content: " ";*/
	z-index: -1;
}

.indexfw-section .category-box{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.indexfw-section .category-box li{
	position: relative;
	width: 18.5%;
	overflow: hidden;
}
.indexfw-section .category-box li .marker-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #B9392C;
	opacity: 0.94;
	display: none;
}
.indexfw-section .category-box li a{}
.indexfw-section .category-box li a:hover > .marker-box{
	display: block;
	visibility: visible !important;

	/*调用动画效果*/
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 0.8s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}
.indexfw-section .category-box li a .img-box{
	position: relative;
}

.indexfw-section .category-box li .marker-box h4,.indexfw-section .category-box li .img-box h4{
	color: #fff;
	/*font-size: 30px;*/
	font-size: 26px;
	padding: 38px 0 0 30px;
	font-weight: 500;
}
.indexfw-section .category-box li .img-box h4{
	position: absolute;
	top: 0;
	left: 0;
}
.indexfw-section .category-box li .marker-box p{
	color: #fff;
	/*font-size: 24px;*/
	font-size: 20px;
	padding: 38px 25px 0 30px;
	font-weight: 400;
	line-height: 40px;
	transition: all 0.3s;
}
.indexfw-section .category-box li .icon-box{
	position: absolute;
	right: 18px;
	bottom: 36px;
	width: 18px;
	height: 48px;
	background: url(../images/icon-fw.png) center no-repeat;
	display: none;
}



/***

==================================================================
		zhanhuijj-section Section
==================================================================

***/

.pinglun-section {
	position: relative;
	padding: 70px 0;
	height: 570px;
	/*background: url("../images/bg-pinglun.jpg") repeat-x;*/
	background: linear-gradient(180deg,#101445,#6e2382);
}

.pinglun-section .zspinglunSwiper .swiper-slide{
	/*padding: 70px;*/
	height: 100%;
	background: unset;
}
.pinglun-section .zspinglunSwiper .swiper-button-next, .pinglun-section .zspinglunSwiper .swiper-button-prev{
	color: #fff;
}

.pinglun-section .zspinglunSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.pinglun-section .zspinglunSwiper  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	width: 30px;
	height: 6px;
	border-radius: 0;
}

.pinglun-section .zspinglunSwiper .swiper-pagination-bullet-active {
	background: #fff;
}

.pinglun-section .zspinglunSwiper .swiper-horizontal>.swiper-pagination-bullets,.pinglun-section .zspinglunSwiper  .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 55px;
	left: 75px;
	width: 100%;
	text-align: left;
}

.pinglun-section .content-box{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.pinglun-section .content-box .text-box{
	width: calc(100% - 430px);
	background: #b9392c;
	background: #b9392c;
	padding: 60px 50px;
}
.pinglun-section .content-box .img-box{
	width: 430px;
	height: 430px;
}
.pinglun-section .auto-container{
	/*width: 1200px*/
}
.pinglun-section .content-box .text-box .icon-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.pinglun-section .content-box .text-box .icon-box span{
	display: block;
	min-width: 100px;
}
.pinglun-section .content-box .text-box .icon-box span img{
	width: 26px;
	object-fit: contain;
	float: right;
}
.pinglun-section .content-box .text-box .icon-box .number-box{
	color: rgb(255 255 255 / 38%);
	font-size: 68px;
	font-weight: 700;
}
.pinglun-section .content-box .text-box h4{
	color: #fff;
	text-align: left;
	/*font-size: 32px;*/
	font-size: 30px;
	font-weight: 600;
}
.pinglun-section .content-box .text-box p{
	color: #fff;
	/*font-size: 24px;*/
	font-size: 20px;
	line-height: 35px;
	margin-top: 20px;
}
.pinglun-section .content-box .textcontent-box{
	padding: 10px 0 0 20px;
	text-align: left;
}

/***

==================================================================
		zhanhuijj-section-section Section
==================================================================

***/

.zhanhuijianjie-section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
	background: #eee;
}
.zhanhuijianjie-section .zh-content {
	text-indent: 2em;
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 35px;
}
.zhanhuijianjie-section .auto-container{
	background: url(../images/bg-jianjie.png) top 60px left no-repeat;
	/*padding: 0 40px;*/
	padding: 0 20px;
	max-width: 1280px;
}
.zhanhuijianjie-section .sec-title{
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.zhanhuijianjie-section .sec-title:after{
	width: 540px;
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	top: 23px;
	left: calc((100% - 540px)/2);
	/*content: " ";*/
}
.zhanhuijianjie-section .sec-title h1{
	font-size: 40px;
	color: #2a3a82;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.zhanhuijianjie-section .sec-title .text{
	font-size: 50px;
	color: #2a3a82;
	margin: 0 0 20px;
	font-weight: 600;
}
.zhanhuijianjie-section .sec-title h1:after{
	/*	width: 14px;
        height: 14px;
        background: #B9392C;
        position: absolute;
        top: 13px;
        left: 11px;
        content: " ";
        z-index: -1;*/
}
.zhanhuijianjie-section .all-content-box{
	display: flex;
	justify-content: space-around;
}
.zhanhuijianjie-section .left-li-box{
	width: 220px;
	min-height: 390px;
	padding-left: 60px;
	position: relative;
}
.zhanhuijianjie-section .left-li-box:after{
	width: 2px;
	height: 390px;
	content: " ";
	position: absolute;
	top: 0;
	left: 37px;
	background: #B9392C;
}
.zhanhuijianjie-section .left-li-box ul{}
.zhanhuijianjie-section .left-li-box ul li{
	position: relative;
	margin-bottom: 40px;
}
.zhanhuijianjie-section .left-li-box ul li.active:after{
	position: absolute;
	top: 13px;
	left: -60px;
	content: " ";
	width: 14px;
	height: 14px;
	background: #B9392C;
}
.zhanhuijianjie-section .left-li-box ul li h4{
	position: relative;
	/*font-size: 28px;*/
	font-size: 24px;
	font-weight: 600;
	color: rgba(40,47,54,0.6);
}
.zhanhuijianjie-section .left-li-box ul li h4:hover{
	cursor: pointer;
	color: #B9392C;
}
.zhanhuijianjie-section .left-li-box ul li.active h4{
	color: #B9392C;
}
.zhanhuijianjie-section .right-content-box {
	width: 100%;
}
.zhanhuijianjie-section .right-content-box .content-wrap {
	/*display: none;*/
	display: flex;
	justify-content: space-between;
}
.zhanhuijianjie-section .right-content-box .content-wrap .text-box{
	width: calc(100% - 420px);
	padding: 0 40px;
}
.zhanhuijianjie-section .right-content-box .content-wrap .text-box p{
	font-weight: 400;
	color: rgba(40,47,54,0.6);
	/*font-size: 24px;*/
	font-size: 20px;
	line-height: 36px;
}
.zhanhuijianjie-section .right-content-box .content-wrap .image-box{
	width: 400px;
	height: 400px;
	border-right: 50px solid #e4e4e4;
	border-bottom: 50px solid #f5f3f3;
}
.zhanhuijianjie-section .right-content-box .content-wrap .image-box img{
	max-width: 350px;
}
.zhanhuijianjie-section .index-data-wrap{
	margin: 0 0 20px;
}
.zhanhuijianjie-section .index-data-wrap ul{
	display: flex;
	justify-content: space-between;
}
.zhanhuijianjie-section .index-data-wrap ul li{
	width: 23.7%;
}
.zhanhuijianjie-section .index-data-wrap ul li .icon-wrap{
	height: 180px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.zhanhuijianjie-section .index-data-wrap ul li .data-wrap-text{
	background: linear-gradient(178deg,#59257f,#6e2282);
	padding: 10px 10px;
	text-align: center;
	color: #fff;
}
.zhanhuijianjie-section .index-data-wrap ul li .data-wrap-text .count-box{
	font-size: 53px;
	font-weight: 600;
	display: flex;
	justify-content: center;
}
.zhanhuijianjie-section .index-data-wrap ul li .data-wrap-text .count-box span{
	display: block;
	height: 65px;
	line-height: 65px;
}
.zhanhuijianjie-section .index-data-wrap ul li .data-wrap-text .count-box .count-text{
	font-size: 55px;
	font-weight: 600;
}
.zhanhuijianjie-section .index-data-wrap ul li .data-wrap-text h4{
	color: #fff;
	margin: 0 0 10px;
	font-size: 21px;
}


/***

==================================================================
		zhanhuixg-section Section
==================================================================

***/

.zhanhuixg-section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
	background: #eee;
}
.zhanhuixg-section .auto-container{
	/*background: url(../images/bg-about.png) top 60px left no-repeat;*/
	padding: 0 40px;
	max-width: 1280px;
}
.zhanhuixg-section .sec-title{
	text-align: center;
	position: relative;
	margin-bottom: 90px;
}
.zhanhuixg-section .sec-title:after{
	width: 540px;
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	top: 23px;
	left: calc((100% - 540px)/2);
	/*content: " ";*/
}
.zhanhuixg-section .sec-title h1{
	font-size: 40px;
	color: #2a3a82;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.zhanhuixg-section .sec-title .text{
	font-size: 50px;
	color: #2a3a82;
	margin: 0 0 20px;
	font-weight: 600;
}
.zhanhuixg-section .sec-title h1:after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	left: 11px;
	/*content: " ";*/
	z-index: -1;
}

.zhanhuixg-section .item-list-box {
	max-height: 820px;
	overflow: hidden;
}
.zhanhuixg-section .item-list-box .item-box{}
.zhanhuixg-section .item-list-box .item-box-bottom{
	margin-top: 30px;
}
.zhanhuixg-section .item-list-box .item-box a{
	display: block;
	position: relative;
}
.zhanhuixg-section .item-list-box .item-box a img{
	width: 100%;
}
.zhanhuixg-section .item-list-box .item-box a:hover .text-box{
	display: block;
	/*调用动画效果*/
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 0.8s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}
.zhanhuixg-section .item-list-box .item-box a .text-box{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #B9392C;
	opacity: 0.94;
	padding: 20px 20px;
	height: 120px;
	/*font-size: 24px;*/
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	display: none;
	transition: all 0.3s;
}


.zhanhuixg-section .left-box .item-box-bottom,.zhanhuixg-section .right-box .item-box-bottom{
	min-height: 300px;
}
.zhanhuixg-section .left-box .item-box-top img,.zhanhuixg-section .right-box .item-box-top img,.zhanhuixg-section .center-box .item-box-bottom img{
	height: 490px;
}
.zhanhuixg-section .left-box .item-box-bottom img,.zhanhuixg-section .right-box .item-box-bottom img,.zhanhuixg-section .center-box .item-box-top img{
	height: 300px;
}

/*动画效果*/
@-webkit-keyframes fadeIn {
	10% {
		opacity: 0; /*初始状态 透明度为0*/
	}
	20%{
		opacity: .2;
	}
	50% {
		opacity: .5; /*中间状态 透明度为0.5*/
	}
	70%{
		opacity: .7;
	}
	100% {
		opacity: 1; /*结尾状态 透明度为1*/
	}
}

/***

==================================================================
		zhanhuijj-section Section
==================================================================

***/

.dw-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	/*/background: #222c76;*/
	background: #F0F1F5;
}
.dw-section .sec-title{
	text-align: center;
	position: relative;
}
.dw-section .sec-title:after{
	width: 540px;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 23px;
	left: calc((100% - 540px)/2);
	/*content: " ";*/
}
.dw-section .sec-title h1{
	font-size: 40px;
	color: #2a3a82;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.dw-section .sec-title .text{
	font-size: 50px;
	color: #2a3a82;
	margin: 0 0 20px;
	font-weight: 600;
}
.dw-section .sec-title h1:after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	left: 11px;
	/*content: " ";*/
	z-index: -1;
}
.dw-section .picMarquee-left .image-box{
	border: 1px solid #a7a7a7;
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}
.dw-section .picMarquee-left .image-box .image{
	min-width: 100px;
	padding: 10px;
}
.dw-section .picMarquee-left .image-box img{
	/*max-width: 100%;
	height: 70px;*/
	max-width: unset;
	height: 70px;
	width: auto;
}
.dw-section .picMarqueetop,.dw-section .picMarqueetopb{
	margin-bottom: 20px;
}

.dw-section .picMarquee-left{ width:100%;  overflow:hidden; position:relative; }
.dw-section .picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.dw-section .picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	cursor:pointer;}
.dw-section .picMarquee-left .hd .next{ background-position:0 -50px;  }
.dw-section .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.dw-section .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.dw-section .picMarquee-left .bd{ padding:10px;   }
.dw-section .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.dw-section .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.dw-section .picMarquee-left .bd ul li .pic{ text-align:center; }
.dw-section .picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
.dw-section .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.dw-section .picMarquee-left .bd ul li .title{ line-height:24px;   }


.page-dw-section .picMarquee-left .image-box img{
	max-width: 100%;
	height: 50px;
}

.zmmj-section .sec-title h1{
	font-size: 40px;
	color: #2a3a82;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.zmmj-section .sec-title .text{
	font-size: 50px;
	color: #2a3a82;
	margin: 0 0 20px;
	font-weight: 600;
}
.zmmj-section .sec-title h1:after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	left: unset;
	right: 11px;
	/*content: " ";*/
	z-index: -1;
}


/***

==================================================================
		Intro Section
==================================================================

***/

.intro-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 150px;
}

.intro-section.style-two {
	padding-bottom: 80px;
}

.intro-section .sec-title{
	margin-bottom: 50px;
}

.intro-section.style-two .sec-title{
	margin-bottom: 70px;
}

.intro-section .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(../images/icons/big-shape-2.png);
}

.intro-section .image {
	margin-top: 70px;
	margin-right: -190px;
}

.intro-block .inner-box {
	position: relative;
	margin-bottom: 45px;
}

.intro-block .icon-box {
	color: #b83b96;
	font-size: 48px;
	margin-bottom: 15px;
}

.intro-block h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.intro-block:nth-child(2) .icon-box {
	color: #d0ca43;
}

.intro-block:nth-child(3) .icon-box {
	color: #403ab4;
}

.intro-block:nth-child(4) .icon-box {
	color: #0daf96;
}


/***

==================================================================
		Testimonial Section
==================================================================

***/

.testimonial-section {
	position: relative;
	padding: 140px 0 120px;
}

.testimonial-section .shape-7 {
	bottom: 20%;
	left: 100px;
	z-index: 5;
}

.shape-7 {
	height: 94px;
	width: 94px;
	background-image: url(../images/icons/shape-7.png);
}

.testimonial-section .auto-container {
	max-width: 100%;
}

.testimonial-section .owl-carousel .owl-stage-outer {
	position: relative;
	right: -210px;
}

/*Testimonial Block one*/
.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
	padding: 80px 40px 75px 98px;
	margin-left: 62px;
	background: #eff3fe;
}

.testimonial-block-one .image {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonial-block-one .image img {
	border-radius: 50%;
	width: auto;
}

.testimonial-block-one .text {
	margin-bottom: 20px;
}

.testimonial-block-one h5 {
	font-size: 16px;
	font-weight: 700;
}

.testimonial-block-one .quote {
	width: auto;
	position: absolute;
	right: 30px;
	bottom: -20px;
}


/***

==================================================================
		Testimonial Section Two
==================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 135px 0 180px;
}

.testimonial-section-two .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.testimonial-section-two .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/bg-testimonial.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}

.testimonial-section-two .auto-container {
	max-width: 1300px;
}

.testimonial-section-two .testimonial-outer {
	position: relative;
}

.testimonial-section-two .thumb-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-section-two .thumb-box .image-1 {
	position: absolute;
	left: 0;
	top: 120px;
	-webkit-animation: zoom-fade 6s infinite linear;
	animation: zoom-fade 6s infinite linear;
}

.testimonial-section-two .thumb-box .image-2 {
	position: absolute;
	left: 60px;
	bottom: 50px;
	-webkit-animation: zoom-fade-two 8s infinite linear;
	animation: zoom-fade-two 8s infinite linear;
}

.testimonial-section-two .thumb-box .image-3 {
	position: absolute;
	right: 150px;
	top: 90px;
	-webkit-animation: zoom-fade 9s infinite linear;
	animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box .image-4 {
	position: absolute;
	right: -40px;
	top: 45%;
	-webkit-animation: zoom-fade-two 11s infinite linear;
	animation: zoom-fade-two 11s infinite linear;
}

.testimonial-section-two .thumb-box .image-5 {
	position: absolute;
	right: 100px;
	bottom: 30px;
	-webkit-animation: zoom-fade 9s infinite linear;
	animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box img {
	border-radius: 50%;
	opacity: .7;
}

/*Testimonial Block two*/
.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	padding: 80px 0px;
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}

.testimonial-block-two .image {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block-two .image img {
	border-radius: 50%;
	width: auto;
	margin: 0 auto;
}

.testimonial-block-two .text {
	margin-bottom: 20px;
	color: #fff;
	margin-bottom: 60px;
}

.testimonial-block-two h5 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.testimonial-block-two .quote {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 59px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/***

====================================================================
		Call to Action
====================================================================

***/

.call-to-action-one{
	position: relative;
	padding: 214px 0 90px;
}

.call-to-action-one .auto-container {
	position: relative;
}

.shape-8 {
	height: 248px;
	width: 248px;
	background-image: url(../images/icons/shape-8.png);
}

.call-to-action-one .shape-8 {
	top: -60px;
	left: -124px;
	z-index: 5;
}

.call-to-action-one .shape-5 {
	bottom: -105px;
	right: -198px;
	z-index: 5;
}

.call-to-action-one .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.call-to-action-one .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.call-to-action-one .title-column{
	position: relative;
	margin-bottom:30px;
}

.call-to-action-one .title-column h1{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.call-to-action-one .link-column{
	position: relative;
	margin: 0 -10px;
}

.call-to-action-one .link-column .theme-btn{
	margin: 0 10px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
}

/***

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two{
	position: relative;
	padding: 70px 0 80px;
	background: #2fbba5;
}

.call-to-action-two .shape-5 {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.call-to-action-two .sec-title {
	margin-bottom: 50px;
}

.call-to-action-two .sec-title.light .title {
	color: #fff;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
	background: #272727;
}

/* Style two */
.main-footer.style-two {
	background: url("../images/footer-bg-new.jpg") center no-repeat #272727;
	background-size: cover;
}

.main-footer .widgets-section{
	/*padding-top: 230px;*/
	padding-top: 140px;
	padding-bottom: 50px;
}

.main-footer .widget-title{
	color: #b0b0b0;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
}

.main-footer .footer-widget {
	margin-bottom: 50px;
}

/* About Widget */

.main-footer .about-widget .footer-logo {
	margin-bottom: 30px;
}

.main-footer .about-widget .text {
	margin-bottom: 30px;
}

.main-footer .about-widget form {
	position: relative;
	margin-bottom: 35px;
	max-width: 280px;
}

.main-footer .about-widget input {
	position: relative;
	background: #eff3fe;
	color: #555;
	height: 60px;
	width: 100%;
	padding: 0 25px;
}

.main-footer.style-two .about-widget input {
	background: #fff;
}

.main-footer .about-widget button {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #555;
	font-size: 14px;
	background: transparent;
	cursor: pointer;
	padding: 10px;
}

/* Link Widget */

.main-footer .links-widget{
	position: relative;
}

.main-footer .list{
	position: relative;
}

.main-footer .list li{
	position:relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .list li a,.main-footer .contact-widget .widget-content li {
	position: relative;
	color: #b0b0b0;
	/*font-size: 22px;*/
	font-size: 14px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}


.main-footer .list li a:hover {
	color: #fff;
}
.main-footer .footer-qrcodelist{
	display: flex;
	justify-content: space-between;
}
.main-footer .footer-qrcodelist li p{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #b0b0b0;
	line-height: 29px;
	text-align: left;
	margin-top: 20px;
}

.footer-menu > li > ul{
	background: #000;
	padding: 15px 0px;
	left: -38px !important;
	top: 10px !important;
}
.footer-menu > li > ul > li {
	position: relative;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 0 !important;
}
.footer-menu > li > ul > li > a{
	display: block;
	/*text-align: center;*/
	padding: 6px 0;
}


.copy-right-text{
	color: rgb(255 255 255 / 61%);
	font-size: 16px;
	text-align: center;
}
.copy-right-text a{
	color: rgb(255 255 255 / 61%);
}


/* Contact widget */

.contact-widget {
	/*margin-left: -20px;*/
}

.contact-widget .widget-content {
	position: relative;
	margin-bottom: 25px;
	/*margin-top: 40px;*/
}

.contact-widget .widget-content li {
	position: relative;
	margin-bottom: 10px;
	color: #555353;
	font-size: 20px;
	line-height: 30px;
}

.contact-widget .social-icon-one {
	margin: 0 -7px;
}

/***

====================================================================
			Pricing Section
====================================================================

***/

.pricing-section{
	position: relative;
	padding: 0px 0 90px;
}

.pricing-section.style-two {
	padding-top: 120px;
}

.pricing-section.grey-bg {
	background: #eff3ff;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .tab.active-tab {
	display: block;
}

.pricing-tabs{
	position: relative;
	text-align: center;
}

.pricing-tabs .tab-buttons{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.pricing-tabs .tab-buttons:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 40px;
	width: 90px;
	content: "";
	border-radius: 40px;
	background-image: -webkit-linear-gradient( 0deg, rgb(104,97,230) 30%, rgb(64,58,180) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,97,230) 30%, rgb(64,58,180) 100%);
}

.pricing-section.theme-two .tab-buttons:before{
	background:#0daf96;
}

.pricing-tabs .tab-buttons:after{
	display: table;
	clear: both;
	content: "";
}

.pricing-tabs .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	padding-right: 70px;
	min-width: 120px;
	text-align: right;
	font-size: 18px;
	line-height: 40px;
	color: #222;
	font-weight: 300;
	cursor: pointer;
}

.pricing-tabs .tab-buttons .tab-btn:last-child{
	padding-right: 0;
	padding-left: 57px;
	text-align: left;
}

.pricing-tabs .tab-buttons .tab-btn:last-child:before{
	display: none;
}

.pricing-tabs .tab-buttons .tab-btn:before{
	position: absolute;
	top: 5px;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	content: "";
	right: -38px;
	-webkit-box-shadow: 0 4px 20px rgba(44,44,56,.30);
	box-shadow: 0 4px 20px rgba(44,44,56,.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn:before{
	right: 15px;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color: #403ab4;
}

.pricing-tabs .tab-buttons .tab-btn span {
	position: absolute;
	right: -70px;
	top: 0;
	font-size: 12px;
	font-weight: 300;
}

.pricing-tabs .tab-buttons .tab-btn span:before {
	position: absolute;
	content: '';
	background-image: url(../images/icons/arrow.png);
	bottom: -10px;
	left: -16px;
	width: 35px;
	height: 12px;
}

.pricing-table{
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .inner-box{
	position: relative;
	padding: 60px 55px 60px;
	text-align: center;
	overflow: hidden;
	background: #f7f9ff;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-table .inner-box:hover {
	background-color: #ffffff!important;
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06) ;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06) ;
}

.shape-17 {
	height: 120px;
	width: 120px;
	background-image: url(../images/icons/shape-17.png);
}

.pricing-table .shape-17 {
	top: 50px;
	left: 50%;
	margin-left: -53px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
}

.pricing-table:nth-child(2) .shape-17 {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.pricing-table:nth-child(3) .shape-17 {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}

.pricing-table.tagged .inner-box{
	background-color: #eff3ff;
}

.pricing-table.tagged.style-two .inner-box{
	background-color: #fff;
}

.pricing-table .icon-box {
	position: relative;
	font-size: 48px;
	color: #fff;
	background: #d0ca43;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 55px;
}

.pricing-table:nth-child(2) .icon-box{
	background: #0daf96;
}

.pricing-table:nth-child(3) .icon-box{
	background: #b83b96;
}

.pricing-table .title{
	position: relative;
	display: block;
	font-size: 24px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.pricing-table h6 {
	font-size: 15px;
	font-weight: 300;
}

.pricing-table .price{
	position: relative;
	font-size: 72px;
	line-height: 1em;
	color: #222;
	font-weight: 300;
	padding: 30px 0;
	border-top: 1px solid #dbe0ef;
	border-bottom: 1px solid #dbe0ef;
	margin: 35px 0;
}

.pricing-table .price sup {
	position: relative;
	font-size: 36px;
	top: -24px;
	margin-right: 5px;
}

.pricing-table .price sub{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1em;
	color: #222;
	letter-spacing: 1px;
	font-weight: 300;
	top: 0px;
}

.pricing-table .table-content{
	position: relative;
}

.pricing-table .table-content ul{
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .table-content ul li{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 14px;
}

.pricing-table .table-content ul li span {
	color: #999;
}

.pricing-table .table-footer{
	position: relative;
}


/***

==================================================================
		Funfact Section
==================================================================

***/

.fun-fact-section {
	position: relative;
	padding-top: 140px;
}

.fun-fact-section .counter-wrapper {
	position: relative;
	text-align: center;
}

.counter-block .affix,
.counter-block .count-text {
	position: relative;
	font-size: 100px;
	line-height: 1.4em;
	color: #403ab4;
	font-weight: 800;
}

.counter-block .counter-title {
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 50px;
	color: #222;
	font-weight: 300;
}


/***

==================================================================
		Funfact Section Two
==================================================================

***/

.fun-fact-section-two {
	position: relative;
	padding-bottom: 120px;
}

.big-shape-12 {
	height: 956px;
	width: 1049px;
	background-image: url(../images/icons/big-shape-12.png);
}

.fun-fact-section-two .big-shape-12 {
	top: -20px;
	right: 0px;
}

.counter-block-two .inner-box {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	padding: 77px 0;
	text-align: center;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two:nth-child(2) .inner-box {
	background-color: #f0467a;
	margin-top: 75px;
	left: 38px;
}

.counter-block-two:nth-child(3) .inner-box {
	margin-top:150px;
	left: 78px;
}

.counter-block-two:nth-child(4) .inner-box {
	background-color: #2a2685;
	right: 97px;
	margin-top: -155px;
}

.counter-block-two .icon-box {
	position: absolute;
	left: 50%;
	bottom: -60px;
	color: #f4f4f9;
	font-size: 210px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two .inner-box:hover .icon-box {
	bottom: 0;
}

.counter-block-two .affix,
.counter-block-two .count-text {
	position: relative;
	font-size: 54px;
	line-height: 1.2em;
	color: #2a2685;
	font-weight: 500;
}

.counter-block-two.light .affix,
.counter-block-two.light .count-text {
	color: #fff;
}


.counter-block-two .counter-title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #555;
	font-weight: 300;
}

.counter-block-two.light .counter-title {
	color: #fff;
}



/***

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding:110px 0 80px;
	background:#ffffff;
}

.team-block{
	position:relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	text-align:center;
}

.team-block .inner-box .image .overlay-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	opacity:0;
	-webkit-transform:translateY(110%);
	-ms-transform:translateY(110%);
	transform:translateY(110%);
	background-color: rgba(64, 58, 180, 0.86);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.team-block .inner-box:hover .image .overlay-box:before{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.team-block .inner-box .social-icons{
	position:absolute;
	left:0;
	bottom:20px;
	-webkit-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
	opacity:0;
	padding:0px 10px;
	width:100%;
}

.team-block .inner-box:hover .social-icons{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	transition:all 0.5s ease 500ms;
	-moz-transition:all 0.5s ease 500ms;
	-webkit-transition:all 0.5s ease 500ms;
	-ms-transition:all 0.5s ease 500ms;
	-o-transition:all 0.5s ease 500ms;
}

.team-block .inner-box .social-icons li{
	position:relative;
	margin:0px 3px 7px;
	display:inline-block;
}

.team-block .inner-box .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	display:block;
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	border:2px solid #ffffff;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-block .inner-box .social-icons li a:hover{
	background:#ffffff;
	color:#75717b;
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top: 30px;
	text-align: center;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight: 600;
	line-height:1.3em;
	margin-bottom:4px;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color: #222;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color: #403ab4;
	font-size: 14px;
	font-weight: 500;
}

/***

====================================================================
		Process Section
====================================================================

***/

.working-process {
	position: relative;
	padding: 100px 0 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: cover;
}

.working-process .auto-container {
	max-width: 1350px;
}

.working-process:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/icons/work-step-arrow.png) center center no-repeat;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.process-block{
	position:relative;
	margin-bottom:40px;
}

.process-block .inner-box{
	position:relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.process-block .inner-box:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.process-block:nth-child(4) .inner-box,
.process-block:nth-child(2) .inner-box {
	margin-top: 45px;
}

.process-block .inner-box .icon-box{
	position: relative;
	width: 190px;
	height: 190px;
	line-height: 190px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-radius: 50%;
	margin-bottom: 25px;
}

.process-block .inner-box .icon-box:before{
	position: absolute;
	left: -40px;
	top: 7px;
	height: 190px;
	width: 230px;
	background-position: center;
	background-image: url(../images/icons/shape-19.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.process-block .inner-box:hover .icon-box:before {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.process-block:nth-child(2) .icon-box:before{
	background-image: url(../images/icons/shape-20.png);
	left: 40px;
	width: 207px;
}

.process-block:nth-child(3) .icon-box:before{
	background-image: url(../images/icons/shape-21.png);
	width: 202px;
	top: -13px;
	left: -50px;
}

.process-block:nth-child(4) .icon-box:before{
	background-image: url(../images/icons/shape-22.png);
	left: 9px;
	top: 0;
}

.process-block .inner-box h4{
	position:relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

/***

====================================================================
		Project Tab Section
====================================================================

***/

.project-tab-section {
	position: relative;
	padding: 140px 0 120px;
}

.project-tab-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 694px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.project-tab-section .tab-content {
	position: relative;
	background-color: #fff;
	padding: 60px 80px;
	-webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
}

/* Project Tab Block*/
.project-tab-block {
	position: relative;
}

.project-tab-block  h3 {
	position: relative;
	font-size: 24px;
	color: #b83b96;
	font-weight: 600;
	margin-bottom: 25px;
}

.project-tab-block  h3 span {
	font-size: 24px;
	margin-right: 10px;
	color: #222;
}

.project-tab-block  h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/***

====================================================================
		Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 140px 0 100px;
}




/***

====================================================================
		Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 214px 0px 250px;
	background-color: #ffffff;
	text-align:center;
	overflow: hidden;
}


.page-title .layer-outer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.page-title .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.page-title .layer-image{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	/*	background-image: url(../images/icons/bg-page-title.png);
        background-repeat:no-repeat;
        background-position: bottom center;
        background-size: cover;*/
}

.page-title h1{
	position: relative;
	font-size: 35px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
	text-align: left;
}

.page-title .bread-crumb {
	position: relative;
	color: #fff;
	font-size: 18px;
}


.zhjs-title{
	overflow: hidden;
	/*margin-top: 94px;*/
	height: 260px;
	padding:0px;
}


.zhzx-title,.list-banner-title{
	overflow: hidden;
	height: 450px;
	/*margin-top: 94px;*/
	background: #EEEEEE;
	padding: 200px 0 0;
}
.page-title .auto-container {
	max-width: 1400px;
}
.page-title h1{
	position:relative;
	font-size: 35px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
	text-align: left;
}

.page-title .bread-crumb {
	position: relative;
	color: #fff;
	font-size: 30px;
	text-align: left;
}


.zhjs-title{
	overflow: hidden;
	/*margin-top: 94px;*/
	height: 260px;
	padding:0px;
}


.zhzx-title,.list-banner-title{
	overflow: hidden;
	height: 450px;
	/*margin-top: 94px;*/
	background: #EEEEEE;
	padding: 200px 0 0;
}


/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	/*padding: 120px 0 70px;  */
	/*overflow: hidden;*/
	/*background: #eee;*/
}
.sidebar-page-container .auto-container{
	background: #fff;
	margin: 0 auto 70px;
	position: relative;
	padding: 50px 0;
	z-index: 10;
	position: relative;
}

.news-block-one{
	position: relative;
	margin-bottom: 70px;
}

.news-block-one .inner-box{
	position: relative;
}

.news-block-one .image-box{
	position: relative;
}

.news-block-one .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color:#0daf96;
	overflow: hidden;
}

.news-block-one .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image a img{
	opacity: .70;
}

.news-block-one .lower-content{
	position: relative;
	padding: 25px 0 0;
}

.news-block-one .lower-content .date {
	position: absolute;
	top: -30px;
	right: -10px;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background-color: #b9392c;
	color: #fff;
	font-size: 14px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgb(185 57 44 / 19%);
	box-shadow: 0px 11px 21.25px 3.75px rgb(185 57 44 / 19%);
	padding-top: 22px;
	text-transform: uppercase;
	display: none;
}

.news-block-one .lower-content .date strong {
	font-size: 30px;
	font-weight: 600;
	display: block;
}

.news-block-one .category li {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #403ab4;
	display: inline-block;
}

.news-block-one .category li a {
	color: #403ab4;
}

.news-block-one h2{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-block-one h2 a{
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one h2 a:hover{
	color: #0daf96;
}

.news-block-one .info{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.news-block-one .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #222;
	font-weight: 400;
	padding-left: 25px;
	margin-right: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .info .icon{
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 18px;
}

.news-block-one .info li a{
	color: #8182a8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .info li a:hover{
	color: #0daf96;
}


.news-block-one .text{
	position: relative;
	margin-bottom: 30px;
}

.news-block-one blockquote {
	position: relative;
	padding-left: 32px;
	border-left: 5px solid #403ab4;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	margin: 40px 0;
}

.news-block-one blockquote cite {
	margin-top: 20px;
	color: #403ab4;
	display: block;
	font-style: normal;
}

.news-block-one .link-box{
	position: relative;
}

.news-block-one .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #222;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .link-box a i{
	position: relative;
	top: 0px;
	font-size: 12px;
	margin-left: 3px;
	color: #403ab4;
}

.news-block-one .link-box a:hover{
	color: #0daf96;
}

/*====== Blog Single ==========*/
.blog-single {
	position: relative;
}


/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 50px;
	padding: 0px 50px 0;
}

/*====== Sidebar Widget ==========*/

.sidebar-widget{
	position: relative;
	margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title h4 {
	position: relative;
	font-size: 22px;
	color: #222;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #403ab4;
	padding-bottom: 10px;
}

.sidebar-page-container .widget-content{
	position: relative;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px 0 50px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	color: #222;
	line-height:30px;
	padding:20px 30px;
	padding-right: 75px;
	height:70px;
	width:100%;
	border: 1px solid #ddd;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#91c53c;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:70px;
	height:70px;
	line-height: 70px;
	text-align:center;
	font-size:20px;
	color:#454789;
	padding: 0;
	font-weight:400;
	cursor: pointer;
	background-color: transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button {
	font-size: 24px;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: #000000;
}

/*=== Categories ===*/
.sidebar .categories{
	position: relative;
}

.sidebar .categories .sidebar-title{
	margin-bottom: 35px;
}

.category-list{
	position: relative;
}

.category-list li{
	position: relative;
}

.category-list li a{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 36px;
	color: #222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a span{
	margin-left: 10px;
	color: #222;
	float: right;
}

.category-list li:hover:before{
	color: #00e399;

}

.category-list li a:hover{
	color: #0daf96;
}

/*=== Latest News ===*/

.post-widget{
	position: relative;
}

.post-widget .post{
	position: relative;
	padding-left: 95px;
	margin-bottom: 30px;
	min-height: 80px;
	padding-top: 5px;
}

.post-widget .post:last-child{
	margin-bottom: 0px;
}

.post-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post .date{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.post-widget .post h5{
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.post-widget .post h5 a{
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h5 a:hover{
	color: #0daf96;
}

/*=== Tags ===*/

.tags-widget{
	position: relative;
}

.tags-widget .widget-content{
	position: relative;
	padding: 45px 30px 37px;
	background-color: #f5f8fb;
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tag-list li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #555;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 2px solid #ddd;
	padding-right: 10px;
	margin-bottom: 13px;
}

.tag-list li a:hover{
	color: #0eaf96;
}

.blog-single .social-icon-nine a i {
	display: block;
	line-height: 40px;
}

.tag-list li:last-child a {
	border: 0px;
}

.blog-single .social-icon-nine li {
	margin: 0 1px;
}

.blog-single .social-icon-nine {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 80px;
}

.blog-single .social-icon-nine a {

	height: 40px;

	width: 68px;

	display: inline-block;
}

/*==== Feature Widget ====*/

.feature-widget .inner-box {
	position: relative;
	background-color: #000364;
	text-align: center;
	padding-bottom: 30px;
}

/* Post Tags */

.blog-single .tags{
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 15px;
}

.blog-single .tags li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 500;
}

.blog-single .tags li strong{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-single .tags li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 12px;
	color: #555;
	font-weight: 400;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 1px solid #555;
	padding-right: 11px;
}

.blog-single .tags li a:hover{
	color: #0eaf96;
}

/* Author Box */

.author-box{
	position:relative;
	padding: 35px 40px 45px;
	background-color: #f9faff;
	margin-bottom: 95px;
	border: 1px solid #e5e9ff;
}

.author-box .inner-box{
	position:relative;
	padding-left: 130px;
	min-height: 100px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.author-box .thumb img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.author-box .info{
	position: relative;
	padding-top: 10px;
	margin-bottom: 15px;
}

.author-box .info span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}

.author-box .info h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	font-weight: 500;
}

.author-box .text{
	position: relative;
	display: block;
	margin-bottom: 20px;
}



/***

====================================================================
		Comment Area
====================================================================

 ***/

.group-title{
	position: relative;
	margin-bottom: 35px;
}

.group-title h5{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

.comments-area{
	position:relative;
	margin-bottom: 90px;
}

.comments-area .comments-outer{
	position: relative;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom: 40px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	padding-left: 100px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment{
	border-bottom: 0;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left: 0;
	top:0px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	display: block;
	padding-top: 5px;
	margin-bottom: 15px;
}

.comments-area .comment-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height:22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}

.comments-area .comment-box .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.comments-area .comment-box .text{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	left: 0;
	bottom: 29px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #403ab4;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover{
	color: #0eaf96;
}

.comments-area .comment-box.reply-comment{
	margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment{
	padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb{
	height: 50px;
	width: 50px;
}

/***

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
	position: relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
	display: block;
	height: 66px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #999ab9;
	font-weight: 400;
	padding: 20px 30px;
	border: 1px solid #eee;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 20px rgba(68,71,198,.10);
	box-shadow: 0 10px 20px rgba(68,71,198,.10);
}

.comment-form .form-group textarea{
	height: 200px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	cursor: pointer;
}

/***

====================================================================
	 	App Info Section
====================================================================

***/

.app-info-section {
	position: relative;
	padding: 60px 0 150px;
}

.big-shape-11 {
	height: 937px;
	width: 751px;
	background-image: url(../images/icons/big-shape-11.png);
}

.app-info-section .big-shape-11 {
	top: -20px;
	left: 0px;
}

.image-block-three {
	position: relative;
}

.image-block-three .image-box-one img {
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.image-block-three .image-box-two {
	position: absolute;
	left: 50px;
	bottom: -117px;
}

.image-block-three .image-box-two img {
	-webkit-box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.app-info-block {
	position: relative;
	margin-bottom: 60px;
}

.app-info-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px;
}

.app-info-block .icon-box {
	position: absolute;
	left: 0;
	top: 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #f3f6ff;
	font-size: 20px;
	color: #2a2685;
	text-align: center;
}

.app-info-block h5 {
	font-size: 16px;
	font-weight: 500;
}


/***

====================================================================
	 	App Screen Section
====================================================================

***/

.app-screenshots-section {
	position: relative;
	padding-bottom: 110px;
}

.big-shape-11 {
	height: 937px;
	width: 751px;
	background-image: url(../images/icons/big-shape-11.png);
}

.app-screenshots-section .big-shape-11 {
	top: 20px;
	left: 0px;
}

.app-screenshots-section .slide {
	padding: 30px;
}

.app-screenshots-section .slide img {
	width: auto;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 20px;
}

.app-screenshots-section .center .slide img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/***

====================================================================
	 	App Download Section
====================================================================

***/

.app-download-section {
	position: relative;
	margin-top: -40px;
}

.big-shape-14 {
	height: 912px;
	width: 1242px;
	background-image: url(../images/icons/big-shape-14.png);
}

.app-download-section .big-shape-14 {
	top: 40px;
	right: 0px;
}

.app-download-section .outer-box {
	position: relative;
	padding: 100px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.app-download-section .link-btn {
	text-align: center;
}

.google-play-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(64, 58, 180);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.google-play-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.google-play-btn span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.80);
	display: block;
}

.google-play-btn:hover {
	color: #fff;
	background: #0eaf96;
}


.app-store-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(240, 70, 122);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.app-store-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.app-store-btn span {
	font-size: 14px;
	color: #fff;
	display: block;
}

.app-store-btn:hover {
	color: #fff;
	background: #1c96f6;
}



/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:100px 0px 50px;
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	margin-right:-20px;
	padding:50px 35px 45px;
	background-color:#0daf96;
	-webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 45px rgba(0,0,0,0.20);
	box-shadow:0px 0px 45px rgba(0,0,0,0.20);
}

.contact-page-section .info-column .inner-column .title-box{
	position:relative;
}

.contact-page-section .info-column .inner-column .title-box h3{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:500;
	line-height:1.3em;
}

.contact-page-section .info-column .inner-column .title-box .title-text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-top:8px;
	margin-bottom:30px;
	color: #fbfbfb;
}

.contact-page-section .info-column .inner-column .social-links{
	position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
	position:relative;
	margin-right:4px;
	margin-bottom:5px;
	display:inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a{
	position:relative;
	color:#ffffff;
	width:45px;
	height:45px;
	border-radius:2px;
	display:inline-block;
	text-align:center;
	line-height:43px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(255,255,255,0.30);
}

.contact-page-section .info-column .inner-column .social-links li a:hover{
	color:#0daf96;
	border-color:#ffffff;
	background-color:#ffffff;
}

/* Contact Info List */

.contact-info-list{
	position:relative;
}

.contact-info-list li{
	position:relative;
	margin-bottom:30px;
	font-size:16px;
	min-height:50px;
	line-height:1.8em;
	padding-left:50px;
	color: rgb(255, 255, 255);
}

.contact-info-list li strong{
	font-weight:700;
	font-size:18px;
	display:block;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size: 36px;
	line-height:1em;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-page-section .form-column .inner-column .row{
	margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
	padding:0px 10px;
}

/* Contact Form */

.contact-form{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:22px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 28px;
	height:60px;
	font-size:14px;
	border-radius:2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#b9392c;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 28px;
	color:#a5a5a5;
	height: 158px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
}

.contact-map-section .map-outer{
	position: relative;
	height: 500px;
}

.contact-map-section .map-canvas{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	padding: 10px;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#121212;
}




/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	padding: 150px 0px 150px;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h1 {
	position: relative;
	color: #222;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 20px;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

.error-section .inner-section .text {
	position: relative;
	color: #0eaf96;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
	border-color: #0eaf96;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #0eaf96;
	font-weight: normal;
}

/***

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
	position: relative;
	padding: 120px 0 90px;
}

.portfolio-section .auto-container {
	max-width: 1400px;
}

/* portfolio block one */

.portfolio-block-one {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-block-one .inner-box {
	position: relative;
}

.portfolio-block-one .image {
	position: relative;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
}

.portfolio-block-one .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.portfolio-block-one:hover .image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-block-one .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-one .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-one .overlay a:hover {
	background: rgba(255, 255, 255, .95) none repeat scroll 0 0;
	color: #0daf96;
}

.portfolio-block-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-one:hover .overlay {
	opacity: 1;
}

.portfolio-block-one .caption-title {
	bottom: 30px;
	left: 30px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-one:hover .caption-title {
	opacity: 1;
}

.portfolio-block-one .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one .caption-title h4 a {
	color: #fff;
}

.portfolio-block-one:hover .caption-title h4,
.portfolio-block-one:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-one .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.portfolio-block-one .caption-title-two {
	padding-top: 20px;
	padding-left:  30px;
	padding-bottom:  20px;
	border: 1px solid #ecf0f6;
}

.portfolio-block-one .caption-title-two h4 {
}

.portfolio-block-one .caption-title-two h4 a {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.portfolio-block-one .caption-title-two span {
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	text-transform: capitalize;
}



/* portfolio block two */

.portfolio-block-two {
	position: relative;
	padding: 0;
}

.portfolio-block-two .inner-box {
	position: relative;
}

.portfolio-block-two .image img {
	width: 100%;
}

.portfolio-block-two .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-two .image {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.portfolio-block-two .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-two:hover .image img {
	-webkit-transform: translateX(0%) translateY(-90px) scale(1);
	-ms-transform: translateX(0%) translateY(-90px) scale(1);
	transform: translateX(0%) translateY(-90px) scale(1);
}

.portfolio-block-two .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-two .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -46.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-two:hover .overlay {
	opacity: 1;
}

.portfolio-block-two .caption-title {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
	background-color: white;
	width:  100%;
	padding: 16px 30px 20px;
}

.portfolio-block-two:hover .caption-title {
	opacity: 1;
}

.portfolio-block-two .caption-title h4 {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two .caption-title h4 a {
	color: #222;
}

.portfolio-block-two:hover .caption-title h4,
.portfolio-block-two:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-two .caption-title span {
	color: #848484;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}


/* portfolio block three */

.portfolio-block-three {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-block-three .inner-box {
	position: relative;
}

.portfolio-block-three .image img {
	width: 100%;
	-webkit-transition:  .5s ease;
	-o-transition:  .5s ease;
	transition:  .5s ease;
}

.portfolio-block-three:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-block-three .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-three .image {
	position: relative;
	margin: 0;
	overflow:  hidden;
}

.portfolio-block-three .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-three .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-three:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-three .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-three:hover .overlay {
	opacity: 1;
}

.portfolio-block-three .caption-title {
	bottom: 50%;
	margin-bottom: -65px;
	left: 0;
	width:  100%;
	text-align:  center;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-three:hover .caption-title {
	opacity: 1;
}

.portfolio-block-three .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three .caption-title h4 a {
	color: #fff;
}

.portfolio-block-three:hover .caption-title h4,
.portfolio-block-three:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-three .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}


/* portfolio block four */

.portfolio-block-four {
	position: relative;
	margin-bottom: 35px;
}

.portfolio-block-four .inner-box {
	position: relative;
}

.portfolio-block-four .image {
	position: relative;
	overflow: hidden;
}

.portfolio-block-four .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-four:hover .image img {
	-webkit-transform: rotateX(20deg) scale(1.1);
	transform: rotateX(20deg) scale(1.1);
}

.portfolio-block-four .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-four .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-four .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-four:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-four .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-four:hover .overlay {
	opacity: 1;
}

.portfolio-block-four .caption-title {
	bottom: 20px;
	left: 20px;
	width: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-four:hover .caption-title {
	opacity: 1;
}

.portfolio-block-four .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four .caption-title h4 a {
	color: #fff;
}

.portfolio-block-four:hover .caption-title h4,
.portfolio-block-four:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-four .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.portfolio-block-four .read-more {
	position:  absolute;
	right: 50px;
	bottom: 10px;
}


/* portfolio block five */

.portfolio-block-five {
	position: relative;
}

.portfolio-block-five .inner-box {
	position: relative;
}

.portfolio-block-five .image {
	position: relative;
	overflow: hidden;
}

.portfolio-block-five .image img {
	position: relative;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-five:hover .image img {
	-webkit-transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
	transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
}

.portfolio-block-five .caption-title {
	bottom: 70px;
	left: 75px;
	position: absolute;
	z-index: 12;
}

.portfolio-block-five .caption-title h4 a {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
	display:  inline-block;
}

.portfolio-block-five .caption-title .text {
	color: #fff;
	margin-bottom: 10px;
	max-width: 580px;
}

.portfolio-block-five .read-more span {
	color: #fff;
}



/* portfolio block six */

.portfolio-block-six {
	position: relative;
	padding: 0px;
}

.portfolio-block-six .inner-box {
	position: relative;
}

.portfolio-block-six .image img {
	width: 100%;
	-webkit-transition:  .5s ease;
	-o-transition:  .5s ease;
	transition:  .5s ease;
}

.portfolio-block-six:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-block-six .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-six .image {
	position: relative;
	overflow:  hidden;
}

.portfolio-block-six .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-six .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-six:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-six .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-six:hover .overlay {
	opacity: 1;
}

.portfolio-block-six .caption-title {
	bottom: 50%;
	margin-bottom: -65px;
	left: 0;
	width:  100%;
	text-align:  center;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-six:hover .caption-title {
	opacity: 1;
}

.portfolio-block-six .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six .caption-title h4 a {
	color: #fff;
}

.portfolio-block-six:hover .caption-title h4,
.portfolio-block-six:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-six .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}
.btn-lookmore{
	width: 320px;
	height: 72px;
	border: 2px solid #B9392C;
	display: block;
	margin: 0 auto;
	line-height: 70px;
	margin-top: 85px;
	text-align: center;
	/*font-size: 24px;*/
	font-size: 22px;
	font-weight: 500;
	color: #B9392C;
}
.zhjs-lookmore{
	border: 2px solid #000;
	background: #000;
	color: #fff;
	font-size: 20px;
}
.page-wrapper .btn-lookmore:hover{
	background: #B9392C;
	color: #fff;
}

.page-wrapper .zhjs-lookmore:hover{
	background: #252525;
	color: #fff;
}
.btn-lookmore i{
	margin-left: 12px;
}
.zszx-btn-lookmore{
	margin: unset;
	width: 200px;
	height: 66px;
	line-height: 64px;
	background: #B9392C;
	color: #fff;
}
.page-wrapper .zszx-btn-lookmore:hover{
	background: transparent;
	color: #B9392C;
}


.left-marker,.right-marker{
	position: absolute;
	top: -40px;
	bottom: 0;
	width: 140px;
	height: 260px;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #ffffff 100%);
}
.left-marker{
	left: 0;
}
.right-marker{
	right: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffffff 100%);
}
.page-bg-box{
	margin-top: 150px;
}
.page-bg-box .page-bg-img-box img{
	max-width: 100%;
	margin-bottom: 60px;
}
.page-container .pagetitle-h4,.portfolio-box-section .pagetitle-h4{
	font-size: 26px;
	/*margin-bottom: 20px;*/
	position: relative;
	z-index: 2;
}
.page-container .pagetitle-h4:after,.portfolio-box-section .pagetitle-h4::after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	left: -4px;
	content: " ";
	z-index: -1;
}

.page-container .lower-content p{
	font-weight: 500;
	color: rgba(40,47,54,0.6);
	line-height: 42px;
	letter-spacing: 1px;
}
.zhjs-page-section{
	background: #EEEEEE;
	padding-bottom: 100px;
}
.zhjs-section{
	padding: 50px 100px 70px;
	margin: 0 auto;
	max-width: 1700px;
	background:url("../images/pexels-luck.png") right bottom #B9392C;
	background-size: cover;
}
.zhjs-section .info-box{
	color: #fff;
}
.zhjs-section .info-box h4{
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 26px;
}
.zhjs-section .info-box p{
	font-size: 20px;
	font-weight: 400;
	color: rgb(255 255 255 / 80%);
	line-height: 48px;
	letter-spacing: 1px;
}
.zhjs-section .textinfo-box{
	border:2px solid #fff;
	padding: 36px 30px;
	height: 200px;
}

.zhjs-section .textinfo-box .text-title{
	font-size: 22px;
	color: #fff;
}

.zhjs-section .textinfo-box .content-box{
	font-size: 20px;
	color: rgb(255 255 255 / 75%);
	font-weight: 400;
	line-height: 35px;
	margin-top: 20px;
}
.zhjs-page-section .zhjs-text-box {
	padding: 105px 0 0;
}
.zhjs-page-section .zhjs-text-box .img-box {
	width: 350px;
	height: 350px;
	border-right: 50px solid #e4e4e4;
	border-bottom: 50px solid #e4e4e4;
	position: relative;
	margin-top: 50px;
	float: right;
}
.zhjs-page-section .zhjs-text-box .img-box img{
	width: 350px;
	height: 350px;
	max-width: 350px!important;
	position: absolute;
	top: -50px;
	left: -50px;
}
.zhjs-page-section .zhjs-text-box .zgjs-content-box{

}
.zhjs-page-section .zhjs-text-box .zgjs-content-box h4{
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #282F36;
	line-height: 46px;
	margin-top: 20px;
}
.zhjs-page-section .zhjs-text-box .zgjs-content-box h4:after{
	position: absolute;
	right: 0;
	top: 20px;
	width: 535px;
	height: 1px;
	content: " ";
	background: #C9C9C9;
}
.zhjs-page-section .zhjs-text-box .zgjs-content-box .text-box{
	font-size: 20px;
	font-weight: 400;
	color: rgba(40,47,54,0.8);
	line-height: 48px;
	letter-spacing: 1px;
	margin-top: 20px;
}
.zhjs-page-section .zhjs-text-box .zgjs-content-box .icon-box{
	margin-top: 80px;
	font-size: 24px;
	font-weight: 400;
	color: #d4d4d4;
	line-height: 36px;
}
.page-dw-section,.page-why-section{
	background:#f0f2f5;
}
.page-dw-section{
	padding-top: 50px;
	padding-bottom: 130px;
}
.page-dw-section .sec-title{
	/*margin-bottom: 30px;*/
}
.page-dw-section .sec-title:after {
	width: 900px;
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	top: 23px;
	left: calc((100% - 900px)/2);
	content: " ";
}
.page-dw-section .sec-title h1 {
	background: #f0f2f5;
}
.page-why-section{
	padding-bottom: 0;
}
.page-why-section .sec-title h1 {
	font-size: 32px;
	background: #f0f2f5;
	color: #000;
	position: relative;
	width: 325px;
	margin: 0 auto;
	z-index: 1;
}
.page-why-section .sec-title h1:after {
	left: -2px;
	right: unset;
}
.page-why-section .sec-title:after {
	width: 900px;
	height: 1px;
	background: #DBDBDB;
	position: absolute;
	top: 23px;
	left: calc((100% - 900px)/2);
	content: " ";
}
.page-why-section .why-content-box .why-content-wrap{
	text-align: right;
	padding-right: 50px;
	margin-bottom: 50px;
}
.page-why-section .why-content-box>div:nth-child(2n) .why-content-wrap{
	text-align: left;
	padding-left: 50px;
	padding-right: 0px;
}
.page-why-section .why-content-box .why-content-wrap img{

}
.page-why-section .why-content-box .why-content-wrap h4{
	font-size: 24px;
	font-weight: 500;
	color: #282F36;
	line-height: 40px;
	margin: 25px 0;
}
.page-why-section .why-content-box .why-content-wrap p{
	font-size: 20px;
	font-weight: 400;
	color: rgba(40,47,54,0.6);
	line-height: 40px;
	letter-spacing: 1px;
}
.zszxpage-wrapper{
	background: #EEEEEE;
}
.zszx-container,.portfolio-box-section{
	/*max-width: 1700px;*/
	background: #fff;
	/*margin: 0px auto 70px;*/
	position: relative;
	padding: 60px 0;
}
.zsshop-lixt-box{
	margin-bottom: 100px;
}
.zsshop-lixt-box>div{
	margin-bottom: 30px;
}

.zsshop-lixt-box .content-box{
	position: relative;
}
.zsshop-lixt-box .content-box:hover .text-box{
	display: block;

	/*调用动画效果*/
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 0.8s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}
.zsshop-lixt-box .content-box .image-box{
	overflow: hidden;
	/*height: 462px;*/
	height: 338px;
}
.zsshop-lixt-box .content-box .image-box img{
	width: 100%;
	transition: all 0.3s;
	cursor: pointer;
}
.zsshop-lixt-box .content-box:hover .image-box img{
	transform: scale(1.1);
}
.zsshop-lixt-box .content-box .text-box{
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #B9392C;
	/*text-align: center;*/
	font-size: 20px;
	color: #fff;
	text-indent: 20px;
	display: none;
}
.zsshop-lixt-box .content-box .video-box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.zsshop-lixt-box .content-box .video-box img{
	cursor: pointer;
}
.showvideo{

}
.showvideo .layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -5px;
	top: -5px;
}
.showvideo-box .video{
	/*height: 563px;*/
}
.showvideo-box .text-box{
	height: auto;
	background: #272727;
	color: #fff;
	padding: 28px 30px;
}
.showvideo-box .text-box h4{
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.showvideo-box .text-box p{
	font-size: 20px;
	color: rgb(255 255 255 / 61%);
	margin-top: 10px;
}
.header-banner-mark{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(39,39,39,0.6);
	display: none;
}
.list-banner-title {

}
.portfolio-box-section{

}

.iframe-box{
	border: none;
	display: block;
	height: 1200px;
	width: 100%;
}

/*
下载中心
 */
.down-portfolio{
	margin-top: 20px;
}
.downlist-box{

}
.downlist-box .inner-box{
	box-shadow: 0px 4px 26px 0px #dedede;
}

.downlist-box .title-box{
	padding: 20px 20px 35px;
}
.downlist-box .title-box h4{
	color: #1B3344;
	font-size: 22px;
	/*font-size: 24px;*/
}
.downlist-box .title-box .btn-lookmore{
	/*margin: 15px 0 0;
	width: 200px;
	height: 66px;
	line-height: 61px;*/
	margin: 15px 0 0;
	width: 160px;
	height: 50px;
	line-height: 45px;
	font-size: 18px;
}


/**
分页
 */
.pagination-box{
	margin: 20px 0;
}
.pagination-box .page-item .page-link {
	padding: 1rem 1.5rem;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.pagination-box li.active .page-link{
	color: rgba(185, 57, 44, 1)	;
}
.pagination-box .page-item.disabled .page-link{

}

/*
新闻页 分类列表
 */
.catetory-list-box{}
.catetory-list-box ul{}
.catetory-list-box ul li{
	display: inline-block;
	list-style: none;
	margin-right: 40px;
}
.catetory-list-box ul li a{
	display: block;
}
.catetory-list-box ul li a h4{
	font-weight: 400;
	color: #7e7e7e;
	font-size: 26px;
	z-index: 1;
}
.catetory-list-box ul li.active h4{
	color: #B9392C;
}
.catetory-list-box ul li.active h4::after{
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 0;
	left: -4px;
	content: " ";
	z-index: -1;
}

.media-portfolio-box .media-box{
	margin-bottom: 40px;
}
.media-portfolio-box .media-box .inner-box{
	cursor: pointer;
}
.media-portfolio-box .media-box .inner-box a{
	display: block;
}
.media-portfolio-box .media-box .image {
	position: relative;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	width: 500px;
	height: 285px;
	/*width: 560px;
	height: 310px;*/
}
.media-portfolio-box .media-box .inner-box {
	box-shadow: none;
	display: flex;
	border-bottom: 2px solid rgba(40,47,54,0.1);
	padding-bottom: 40px;
}
.media-portfolio-box .media-box:hover .image::before{
	opacity: 0;
}

.media-portfolio-box .media-box .title-box{
	max-width: calc(100% - 501px);
	padding: 0 0 0 40px;
	position: relative;
}
.media-portfolio-box .media-box .title-box h4{
	font-weight: 500;
	color: #282F36;
	font-size: 24px;
}
.media-portfolio-box .media-box .title-box p{
	font-size: 22px;
	font-weight: 400;
	color: rgba(40,47,54,0.6);
	line-height: 42px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.media-portfolio-box .media-box .title-box .eye-time-box{
	position: absolute;
	bottom: 0;
	left: 40px;
}

.media-portfolio-box .media-box .title-box .eye-time-box span{
	font-weight: 400;
	color: rgba(40,47,54,0.5);
	line-height: 15px;
	font-size: 18px;
}
.media-portfolio-box .media-box .title-box .eye-time-box span i{
	font-size: 23px;
	color: rgb(124 130 137 / 50%);
}
.media-portfolio-box .media-box .title-box .eye-time-box span:first-child{
	padding-right: 50px;
	border-right: 2px solid rgba(40, 47, 54, 0.15);
}
.media-portfolio-box .media-box .title-box .eye-time-box span:last-child{
	padding: 0 50px;
}
.media-portfolio-box .image::before{
	position: relative;
}
.media-portfolio-box .image img{
	max-width: 100%;
}

.media-portfolio-box .inner-box .video-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.media-portfolio-box .inner-box .video-box img{
	width: 84px;
}
/**
咨询
 */
.lianxius{
	height: 560px;
}
.yuding-section {
	max-width: 1700px;
	background: #fff;
	margin: -315px auto 70px;
	position: relative;
	padding: 70px 0;
}
.yuding-section .auto-container{
}
.page-block-title{
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-weight: 500;
	color: #282F36;
	line-height: 46px;
}
.page-block-title::after {
	width: 14px;
	height: 14px;
	background: #B9392C;
	position: absolute;
	top: 2px;
	left: -4px;
	content: " ";
	z-index: -1;
}
.contact-widget-zh{
	margin-top: 120px;
}
.require-item {
	color: red;
	position: absolute;
	top: 15px;
	z-index: 9;
	left: 10px;
}
.section-guestbook{
	margin-top: 20px;
}
.section-guestbook .btn-primary {
	color: #fff;
	background-color: #b9392c;
	border-color: #b9392c;
}
.section-guestbook .btn-primary:not(:disabled):not(.disabled):active{
	color: #fff;
	background-color: #96261b;
	border-color: #96261b;
}
.section-guestbook .btn-primary:focus,.section-guestbook .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(230 138 128);
	box-shadow: 0 0 0 0.2rem rgb(230 138 128);
}

/*
参展页面
 */
.join-top-section {
	max-width: 1700px;
	background: #B9392C;
	margin: -355px auto 0;
	position: relative;
	padding: 70px 0;
}
.join-bottom-section {
	max-width: 1700px;
	background: #fff;
	margin: 0 auto 70px;
	position: relative;
	padding: 70px 0;
}
.join-top-section .czbmh4{
	background: url("../images/icon-pencil.png") top left no-repeat;
	color: #fff;
	text-indent: 55px;
	font-size: 28px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	padding-bottom: 25px;
}
.join-top-section .tip-box{
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
	letter-spacing: 1px;
	margin-top: 40px;
}
.join-guestbook .require-item{
	position: unset;
}
.join-guestbook label{
	font-size: 22px;
	font-weight: 500;
	color: #282F36;
	line-height: 20px;
	margin-bottom: 20px;
}
.section-guestbook .form-control:focus{
	box-shadow: none;
}
.join-guestbook .contact-form .form-group {
	position: relative;
	margin-bottom: 28px;
}
.join-guestbook .contact-form .form-group input[type="text"],.join-guestbook .contact-form .form-group input[type="password"],.join-guestbook .contact-form .form-group input[type="tel"],.join-guestbook .contact-form .form-group input[type="email"],.join-guestbook .contact-form .form-group select{
	font-size: 18px;
	font-weight: 400;
	color: rgba(40,47,54,0.3);
}

.czfanwei-portfolio-box .media-box .image{
	width: 300px;
	height: 300px;
}
.czfanwei-portfolio-box .media-box .title-box {
	max-width: calc(100% - 301px);
	padding: 0 0 0 40px;
	position: relative;
}
.section-guestbook .btn{
	padding: 0.6rem 0.75rem;
}
.marquee-box .picList{
	display: flex;
}
.marquee-box .picList li{
	margin: 0 8px;
}
.article-box {
	height: 400px;
	padding: 80px 0 250px;
}

.article-box h1{
	font-size: 36px;
}

.main-header .header-upper .logo-box {
	display: flex;
}
.main-header .header-upper .logo-box .logo-text {
	padding: 8px 0 0 10px;
	line-height: 25px;
}
.main-header .header-upper .logo-box .logo-text b,.main-header .header-upper .logo-box .logo-text p {
	/*color: #b9392c;*/
	color: #f4b220;
	margin: 0;
}
.main-header .header-upper .logo-box .logo-text b{
	font-size: 18px;
}
.main-header .header-upper .logo-box .logo-text p{
	color: #af372a;
}

.header-style-five .dropdown-toggle::after{
	border:unset;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 120px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	background: #e3e3e3;
}
.bannerSwiper .swiper-horizontal>.swiper-pagination-bullets,.bannerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,.bannerSwiper .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}
.buyerList{
	display: flex;
	flex-flow: wrap;
	margin: 0 -8px;
	/*justify-content: space-between;*/
}
.buyerList li {
	width: calc(25% - 16px);
	background: #fff;
	margin: 0 8px;
	margin-bottom: 15px;
	height: 100px;
	border-radius: 6px;
	line-height: 100px;
	cursor: pointer;
	overflow: hidden;
}
.buyerList li .image-box{
	text-align: center;
}
.buyerList li .image-box img{
	max-height: 90px;
	transition: all 0.3s;
}
.buyerList li:hover img{
	transform: scale(1.1);
}
.zh-item-cover{
	margin: 150px 60px 70px;
	display: flex;
	justify-content: space-around;
}
.zh-item-cover .item-wrap{
	width: 45%;
	min-height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
.zh-item-cover .item-wrap .top-title-text{
	background: #ffcb08;
	height: 130px;
	padding: 20px 20px;
	font-size: 38px;
	color: #2a3a82;
	line-height: 46px;
	font-weight: 600;
}
.zh-item-cover .item-wrap .sub-title-text{
	padding: 30px 20px;
	font-size: 38px;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	background: url("../images/banyuan-bg.png") center right 50px no-repeat;
}
.zh-item-nocover{
	margin:0 80px 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zh-item-nocover .item-wrap{
	width: 32%;
	background: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #2a3a82;
	font-size: 30px;
	padding: 15px 0;
	font-weight: 600;
	margin-top: 2%;
}
.zh-item-nocover .item-wrap .top-title-text{
	color: #2a3a82;
}


.n-btn-box{
	width: 130px;
	display: block;
	color: #fff;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-around;
	color: #fff;
}


.n-btn-box span{
	color: #fff;
	padding: 4px 8px;
}
.n-btn-box .arrow{
	margin-right: 4px;
	background: #2a3a82;
	padding: 4px 10px;
}
.n-btn-box .text{
	background: #ffcb05;
	font-size: 18px;
	font-weight: 600;
	color: #2a3a82;
}



.zhanhuixg-section .n-btn-box span{
	color: #fff;
	padding: 4px 6px;
}
.zhanhuixg-section .n-btn-box .arrow{
	margin-right: 4px;
	background: #a213d1;
	padding: 4px 10px;
}
.zhanhuixg-section .n-btn-box .text{
	background: linear-gradient(45deg,#f43f3b,#a11383);
	font-size: 18px;
	font-weight: 600;
}

.main-footer .new-footer-column .links-widget {
	position: relative;
	width: 130px;
}

.new-footer-column{
	display: flex;
}
.main-footer .footer-qrcodelist li img{
	width: 80%;
}

.footer-widget .wyjoin{
	margin-bottom: 12px;
	margin-top: 20px;
}
.footer-widget .wybaoming{
	margin-bottom: 20px;
}
.footer-widget .wyjoin>a {
	color: #fff;
	border: 1px solid #641588;
	background: linear-gradient(45deg,#f43f3b,#a11383);
	font-size: 18px;
	padding: 2px 10px;
	margin-right: 15px;
	border-radius: 4px;
}
.footer-widget .wybaoming>a {
	color: #dc1c03;
	background: #fff;
}
.left-wrap{
	color: #fff;
}
.left-wrap .hotline-wrap{
	font-size: 29px;
	margin-top: 5px;
}
.left-wrap .hotline-wrap span{
	font-size: 13px;
}
.left-wrap .dzzx-title{
	font-size: 50px;
	color: #fff;
	margin-top: -35px;
	letter-spacing: 4px;
}
.left-wrap .gpinfo-wrap{
	display: flex;
	margin: 25px 0 10px;
}
.left-wrap .gpinfo-wrap .left-text{
	margin-right: 15px;
}
.left-wrap .gpinfo-wrap .left-text span,.left-wrap .gpinfo-wrap .right-text span{
	display: block;
}
.left-wrap .gpinfo-wrap .left-text span:first-child{
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}
.left-wrap .gpinfo-wrap .left-text span:last-child{
	text-align: right;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}
.left-wrap .gpinfo-wrap .right-text span{
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
}
.left-wrap .cname-text{
	letter-spacing: 2px;
	font-size: 16px;
}
.left-wrap .citys-wrap{
	display: flex;
	flex-flow: column;
	margin: 8px 0 15px;
}

.left-wrap .citys-wrap span{
	color: #b0b0b0;
	text-align: center;
	text-align: left;
	letter-spacing: 8px;
	height: 20px;
}
.small-icon-wrap{
	display: flex;
	justify-content: space-around;
	margin: 15px auto 70px;
}
.small-icon-wrap li{
	width: 18.5%;
}
.small-icon-wrap li .image-wrap{
	margin-bottom: 15px;
}
.small-icon-wrap li .text-title{
	color: #fff;
	background: #2a3687;
	text-align: center;
	padding: 8px 0px;
	font-size: 34px;
	font-weight: bold;
}
.small-icon-wrap li:nth-child(2) .text-title{
	color: #2a3687;
	background: #ffcb08;
}
.small-icon-wrap li:nth-child(3) .text-title{
	background: #0d50a0;
}
.small-icon-wrap li:nth-child(4) .text-title{
	background: #1ea681;
}
.small-icon-wrap li:nth-child(5) .text-title{
	background: #2cc4f4;
}

.article-infobox span{
	ont-size: 14px;
	color: #999;
}
.hzhb-box{}
.hzhb-box ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.hzhb-box ul li{
	width: calc(20% - 1px);
	height: 220px;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-bottom: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzhb-box ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzhb-box ul li img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

/**
展会详情页
 */
.zhjhcontent-banner-title{
	padding-bottom: 130px;
}
.zhxq_bt{
	text-align: center;
	padding-bottom: 20px;
}
.zhxq-page-container{
	padding: 60px 0;
	background: #eee;
}
.zhxq-page-container .nr {
	max-width: 880px;
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
}
.zhxq-page-container .td {
	padding-top: 50px;
}
.zhxq-page-container .td ul {
	display: flex;
}
.zhxq-page-container .td ul li {
	flex: 1;
	text-align: center;
}
.zhxq-page-container .td ul li h2 {
	color: #b9392c;
	font-size: 50px;
	font-weight: 500;
}
.zhxq-page-container .td ul li p {
	font-size: 22px;
}
.zhxq-page-container b,.about-page-container b {
	background: #817b78;
	width: 64px;
	height: 2px;
	display: block;
	margin: 10px auto;
}
.zhxq-box{
	padding-bottom: 50px;
}
.xc-box{}
.xc-box .img {
	display: flex;
	justify-content: space-between;
	/*margin: 30px 0px;*/
}
.xc-box .img .left {
	width: calc(50% - 3px);
}
.xc-box .img .left a{
	height: 0px;
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
}
.xc-box .img .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.xc-box .img .right {
	width: calc(50% - 3px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xc-box .img .right h2 {
	width: calc(50% - 3px);
	/*height: 202px;*/
	margin-bottom: 6px;
}
.xc-box .img .right h2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.xc-box .img .right h2 a{
	height: 0px;
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.hzdw-box{}
.hzdw-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.hzdw-box ul li {
	width: calc(25% - 16px);
	margin: 0px 8px;
	margin-bottom: 16px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
}
.hzdw-box ul li img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	transition: all 0.5s ease 0s;
}
.hzdw-box ul li:hover img,.brand-box .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}
.brand-box .swiper-slide img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	transition: all 0.5s ease 0s;
}
.brand-box .swiper-slide {
	height: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	cursor: pointer;
}
.brand-wrap{
	/*padding: 0 50px;*/
	margin: 0 auto;
	position: relative;
}
.brand-wrap .swiper-button-next::after, .brand-wrap .swiper-button-prev::after {
	font-size: 27px;
	color: #b8b8b8;
}
.brand-wrap .swiper-button-next{
	right: -30px;
}
.brand-wrap .swiper-button-prev{
	left: -30px;
}
.plan ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px;
	margin-top: 50px;
}
.plan ul li {
	width: calc(33% - 40px);
	margin: 0px 20px;
	margin-bottom: 20px;
}
.plan ul li a {
	display: block;
}
.plan ul li a .img {
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 65%;
	overflow: hidden;
}
.plan ul li a .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s ease 0s;
}
.plan ul li a .nr {
	background: #efefef;
	padding: 5%;
	text-align: center;
}
.plan ul li a .nr h2 {
	font-size: 18px;
	color: #b9392c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.plan ul li a .nr p {
	font-size: 14px;
	padding-top: 5px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}
.plan ul li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.5s ease 0s;
}

.plan_box1{
	padding-bottom: 80px;
}

.plan_box1 ul{
	display: flex;
	margin: 0px -8px;
}

.plan_box1 ul li{
	background: #f7f7fb;
	width: calc(25% - 16px);
	margin: 0px 8px;
	box-sizing: border-box;
	padding: 25px;
}

.plan_box1 ul li i{
	color: #7ca3c5;
	font-size: 40px;
	display: block;
	text-align: right;
}

.plan_box1 ul li h2{
	color: #014168;
	font-size: 22px;
}

.plan_box1 ul li em{
	font-size: 13px;
	color: #7ca3c5;
	display: block;
}

.plan_box1 ul li p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.syql-box {
	padding-bottom: 80px;
	/*background: #fff;*/
}

.syql-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -8px;
}

.syql-box ul li {
	width: calc(20% - 16px);
	margin: 0px 8px;
	margin-bottom: 15px;
}

.syql-box ul li a .img {
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.syql-box ul li a .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
}

.syql-box ul li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.5s ease 0s;
}

.syql-box ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.syql-box ul li a h2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	/*background: rgba(0, 0, 0, 0.2);*/
	text-align: center;
	border-radius: 50%;
	padding-top: 42%;
	transition: all 0.5s ease 0s;
	text-shadow: 1px 1px 1px #191919;
}

.syql-box ul li:hover a h2 {
	transition: all 0.5s ease 0s;
	background: rgba(0, 0, 0, 0.2);
}

.index-sj-box {
}

.index-sj-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -8px;
}

.index-sj-box ul li {
	width: calc(20% - 16px);
	margin: 0px 8px;
	margin-bottom: 15px;
}

.index-sj-box ul li a .img {
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.index-sj-box ul li a .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
}

.index-sj-box ul li a:hover .img img {
	transform: scale(1.05);
	transition: all 0.5s ease 0s;
}

.index-sj-box ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.index-sj-box ul li a h2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 42%;
	text-shadow: 1px 1px 1px #191919;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	/*background: rgba(0, 0, 0, 0.2);*/
}
.index-sj-box ul li:hover a h2 {
	background: rgba(0, 0, 0, 0.2);
}

.index-item-list-box {
}


.index-item-list-box ul {
	display: flex;
	flex-wrap: wrap;
}

.index-item-list-box ul li {
	width: calc(25% - 15px);
	height: 290px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.index-item-list-box ul li:nth-child(3n) {
	margin-right: 0px;
}

.index-item-list-box ul li:nth-child(1) {
	width: calc(50% - 15px);
}

.index-item-list-box ul li:nth-child(6) {
	width: calc(50% - 15px);
}

.index-item-list-box ul li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-item-list-box ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease 0s;
}

.index-item-list-box ul li a:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.index-item-list-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.index-item-list-box ul li a::after {
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
	background: rgba(0, 0, 0, 0.6);
}

.index-item-list-box ul li a .nr {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.index-item-list-box ul li a .nr h2 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-item-list-box ul li a .nr span {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}

.index-item-list-box .more {
	padding-top: 40px;
	text-align: center;
}

.index-item-list-box .more a {
	font-size: 20px;
	color: #fda77b;
	border: 1px solid #fda77b;
	padding: 10px 30px;
}

.index-item-list-box .more a:hover {
	background: #fda77b;
	color: #fff;
}
.index-zhlist-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px;
}
.index-zhlist-box ul li {
	width: calc(33% - 40px);
	margin: 0px 20px;
	margin-bottom: 15px;
}
.index-zhlist-box ul li .text{
	overflow: hidden;
	background: #fff;
	padding: 10px 14px 10px;
}
.index-zhlist-box ul li .text p{
	margin-bottom: 8px;
}
.index-zhlist-box ul li a h3 {
	position: relative;
	box-sizing: border-box;
	display: block;
	color: #313131;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 14px;
}
.index-zhlist-box ul li a .img{
	overflow: hidden;
}
.index-zhlist-box ul li a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease 0s;
}
.index-zhlist-box ul li a:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}


.plan_box2_qh .swiper-slide{
	padding: 3%;
	box-sizing: border-box;
	width: 70%;
}

.plan_box2_qh .swiper-slide .nr{
	box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
	background: #fff;
	padding: 5% 8%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.plan_box2_qh .swiper-slide .nr .img{
	width: 360px;
	height: 300px;
}

.plan_box2_qh .swiper-slide .nr .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan_box2_qh .swiper-slide .nr .xnr{
	width: calc(100% - 400px);
}

.plan_box2_qh .swiper-slide .nr .xnr span{
	display: block;
	text-align: right;
	font-size: 16px;
	color: #999;
}

.plan_box2_qh .swiper-slide .nr .xnr h2{
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
}

.plan_box2_qh .swiper-slide .nr .xnr p{
	font-size: 16px;
	line-height: 26px;
}

.plan_box2_qh .swiper-button-next,
.plan_box2_qh .swiper-button-prev {
	width: 54px;
	height: 54px;
	background: #b93a2c;
	border-radius: 50%;
	left: 17%;
}

.plan_box2_qh .swiper-button-next{
	left: auto;
	right: 17%;
}

.plan_box2_qh .swiper-button-next::after,
.plan_box2_qh .swiper-button-prev::after {
	font-size: 27px;
	color: #fff;
}
.about-left-img{
	max-width: 100%;
}
.article-box {
	height: 400px;
	padding: 200px;
}
























.u-flex{
	display: flex;
}
.u-flex-between{
	justify-content: space-between;
}
.u-flex-around{
	justify-content: space-around;
}
.u-flex-wrap{
	flex-flow: wrap;
}
.u-flex-column{
	flex-flow:column;
}
.u-flex-align-center{
	align-items: center;
}

.page_pagination_two li span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-align: center;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	transition: .5s ease;
}
.page_pagination_two li.active span,
.page_pagination_two li span:hover {
	color: #fff;
	background: #403ab4;
	border-color: #403ab4;
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
}