/*header:start*/
.header{
	background: #000c32;
	height: 124px;
	width: 100%;
    position: fixed;
    z-index: 999;
}
.logo{
margin-left: 2%;
width: 15%;
margin-top: 0%;
}
.logo img{
    width:80%;
}
.nav{margin-right: 0%;width: 60%;}
.nav ul .one{
	line-height: 124px;
	height: 124px;
	float: left;
	width: 14%;
	margin-left: 1%;
	position: relative;
	font-size: 18px;
}
.nav ul .one a{
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
}
.nav ul .menu{display: block;width: 100%;z-index: 366;-webkit-transition: all ease .3s;transition: all ease .3s;display: none;background: #000c32;/* box-shadow: 0 3px 16px rgba(0, 0, 0, .1); */position: absolute;}
.nav ul .one:hover{
	background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);
}

.nav ul .one:hover .onea{
	color: #fff;
}
.nav ul>li>a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);

}
.nav ul  .one .menu .two{
line-height: 50px !important;
border-top: 1px solid #757575;
}
.nav ul  .one .menu .two a{
text-align: center;
font-size: 14px;
display: block;
-webkit-transition: all ease .3s;
	transition: all ease .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav ul  .one .menu .two:hover{
background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);

}
.nav ul  .one .menu .two:hover a{
	color: #fff;
}
.nav ul  .one:hover .menu{
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.tle{
	margin-top: 0;
	width: 10%;
}
.tle p{
	font-size: 20px;
	padding-left: 0px;
	height: 124px;
	color: #fff;
	line-height: 124px;
}
.banner{
    clear: both;
	overflow: hidden;
	width: 100%;
    margin:0px auto;
}
.banner .swiper-pagination{
   left:-35%!important;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background: #0288f6;
}
/*products_wrap:start*/
.sction1{
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    /* Safari 5.1 - 6.0 */    
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    /* Opera 11.1 - 12.0 */    
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    /* Firefox 3.6 - 15 */    
    background: linear-gradient(#ddf0f5, #e9e1f0);
}
.products_wrap{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 12%;
    position: relative;
}
.products_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color:#000;
    /* position: relative; */
}
.products_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 8%;
    color: #837e7f;
}
.products_tabs{
width: 86%;
margin: 0px auto;
background: #f0f3fa;
/* min-height: 1000px; */
border-radius: 24px;
overflow: hidden;
}
.tabs_li{
width: 15%;
float: left;
border-right: 1px solid #efefef;
/* background: #f0f3fa; */
margin: 0px;
}
.tabs_li li{
line-height: 162px;
}
.tabs_li li a{
    display: block;
    text-align: center;
    color: #4c5266;
    font-size: 24px;
}
.tabs_li li.on {
    background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);
}
.tabs_li li.on a{
    color:#fff;
}
.tabs_cont{
float: left;
width: 85%;
/* min-height: 444px; */
/* background: #f0f3fa; */
}
.tabs_content{
    display: none;
    padding: 4%;
    padding-right: 46%;
    /* padding-bottom: 0%; */
}
.show{
    display: block;
}
.tabs_content h2{
line-height: 70px;
font-size: 30px;
font-weight: 600;
}
.tabs_content h3{
line-height: 70px;
font-size: 26px;
font-weight: 600;
margin-bottom: 2%;
}
.tabs_content p{
line-height: 32px;
font-size: 18px;
margin-bottom: 0%;
}
.tabs_content ul{
overflow: hidden;
}
.tabs_content ul li{
width: 27%;
float: left;
margin-top: 5%;
text-align: center;
background: #fff;
margin-right: 6%;
}
.tabs_content ul li a{
display: block;
text-align: center;
line-height: 60px;
}
.tabs_content ul li:hover{
    background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);
}
.tabs_content ul li:hover a{
    color:#fff;
}
.tabs_iphone_wrap{
position: absolute;
right: 0%;
top: 23%;
position: absolute;
width: 464px;
height: 745px;
background: url(../images/iphone_bg.png) no-repeat 0 0/contain;
z-index: 11;
}
.tabs_iphone{
    display: none;
    /* background: url(../images/iphone_bg.png) no-repeat center center; */
    width: 286px;
    margin-top: 21px;
    height: 612px;
    margin-left: 10px;
    border-radius: 37px;
    overflow: hidden; 
}  
.tabs_iphone .products-video {
    width: 286px;
    height: 612px;
    border-radius: 36px;
}
/**solution_wrap:start**/
.sction2{
	/* height: 1048px; */
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: -webkit-linear-gradient(#38385f, #0a0a21);
	background: -o-linear-gradient(#38385f, #0a0a21);
	background: -moz-linear-gradient(#38385f, #0a0a21);
	background: linear-gradient(#38385f, #0a0a21);
}
.solution_wrap{
    padding: 6% 0%;
    margin: 0px auto;
    /* padding-bottom: 0%; */
}
.solution_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}
.solution_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}
.solution_wrap ul {
overflow: hidden;
}
.solution_wrap ul li{
width: 31.3%;
float: left;
background: #f0f3fa;
margin: 4% 1%;
margin-top: 0%;
padding: 2%;
}
.solution_wrap ul li a{
display: block;
/* padding: 4%; */
}
.solution_left{
float: left;
width: 65%;
padding-top: 5%;
}
.solution_left h2{
font-size: 35px;
line-height: 70px;
}
.solution_left p{
font-size: 18px;
}
.solution_right{
float: right;
width: 35%;
text-align: right;
}
.solution_right img{
}
/**services_wrap:start**/
.sction3{
    clear: both;
    overflow: hidden;
    background: #f0f3fa;
    width: 100%;
    margin:0px auto;
}
.services_wrap{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 6%;
}
.services_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color:#000;
}
.services_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}
.services_ul{
overflow: hidden;
width: 100%;
margin: 0px auto;
}
.services_ul li{
float: left;
width: 33.33%;
text-align: center;
background: #fff;
padding: 4% 0%;
border-right: 1px solid #f7f7f7;
}
.services_ul li a{
display: block;
}
.services_ul li a h3{
font-size: 36px;
line-height: 76px;
font-weight: 500;
}
.services_ul li a p{
font-size: 16px;
line-height: 56px;
}
.services_ul li:hover{
    background: -webkit-linear-gradient(#00c4db, #0287f7);    
    background: -o-linear-gradient(#00c4db, #0287f7);      
    background: -moz-linear-gradient(#00c4db, #0287f7);    
    background: linear-gradient(#00c4db, #0287f7);  
}
.services_ul li:hover a h3,.services_ul li:hover a p{
    color:#fff;
}
.services_ul li a h2{
    height: 76px;
    background-size: 90%;
    width: 77px;
    text-align: center;
    display: block;
    margin: 0px auto;
}
.services_ul li a h2.one{
    background: url(../images/icon_pro01.png) no-repeat bottom center;
}
.services_ul li a h2.two{
    background: url(../images/icon_pro02.png) no-repeat bottom center;
}
.services_ul  li a h2.three{
    background: url(../images/icon_pro03.png) no-repeat bottom center;
}
.services_ul li:hover a h2.one{
    background: url(../images/icon_pro01_on.png) no-repeat bottom center;
}
.services_ul li:hover a h2.two{
    background: url(../images/icon_pro02_on.png) no-repeat bottom center;
}
.services_ul li:hover  a h2.three{
    background: url(../images/icon_pro03_on.png) no-repeat bottom center;
}
/**case_wrap:start**/
.sction4{
	clear: both;
	overflow: hidden;
	width: 100%;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}
.cases_wrap{
    padding: 6% 0%;
    width: 92%;
    margin: 0px auto;
    }
    .cases_wrap .cases_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color:#fff;
    }
    .cases_wrap .cases_desc{
text-align: center;
line-height: 40px;
font-size: 20px;
margin-bottom: 0%;
color: #fff;
    }
.cases_slide_wrap{
    position: relative;
}
.cases_slide{
width: 82%;
background: #f0f3fa;
border-radius: 20px;
margin: 0px auto;
position: relative;
margin: 7% auto;
padding: 6%  4%;
padding-right: 34%;
}
.cases_slide h2{
line-height: 80px;
}
.cases_slide p{
font-size: 14px;
line-height: 30px;
color: #a8a9ab;
margin-bottom: 6%;
}
.cases_slide a{
border: 1px solid #000;
padding: 2% 5%;
}
.cases_slide a:hover{
    border: 1px solid #000;
    padding: 2% 5%;
    background: #0288f6;
    color:#fff;
    border:1px solid #0288f6;
    }
.cases_img{
position: absolute;
right: 9%;
top: -22%;
border: 4px solid #fff;
border-radius: 20px;
width: 20%;
}
.swiper-button-prev-cases {
	width: 46px;
    height: 46px;
    background: #f0f3fa;
    border-radius: 23px;
    opacity: 1!important;
}
.swiper-button-next-cases {
	width: 46px;
    height: 46px;
    background: #f0f3fa;
    border-radius: 23px;
    opacity: 1!important;
}
.swiper-button-next-cases:after, .swiper-button-prev-cases:after{
    font-size:14px;
    color:#000;
}
/**ad_wrap:start**/
.sction5{
background: #f0f3fa;
}
.ad_wrap{
padding: 2% 0%;
}
.ad_wrap h2{
text-align: center;
line-height: 90px;
font-size: 42px;
font-weight: 500;
}
.ad_wrap p{
text-align: center;
line-height: 40px;
font-size: 20px;
margin-bottom: 3%;
color: #837e7f;
}
.ad_wrap ul{
    overflow: hidden;
}
.ad_wrap ul li{float:left;width:20%;text-align: center;margin-bottom: 3%;/* border: 2px solid #dcdcdc; *//* border-radius: 21px; */}
.ad_wrap ul li a{
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 21px;
    background: #fff;
    width: 82%;
    padding: 9% 0%;
}
.ad_wrap ul li a img{
max-width: 100%;
}

/**pro:start**/

.pro_section1{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}

.kdx_wrap{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 6%;
    position: relative;
}

.kdx_wrap h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}


.kdx_wrap h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 4%;
    color: #837e7f;
}

.kdx_wrap p{
    
line-height: 60px;
    
font-size: 22px;
    
text-align: left;
    
text-indent: 24px;
}


.pro_section2{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}

.kdx_core_wrap{
    padding: 6% 0%;
    margin: 0px auto;
}

.kdx_core_wrap h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}

.kdx_core_wrap h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}

.kdx_core{
    overflow: hidden;
    width: 92%;
    margin: 0px auto;
}

.kdx_core_left{
    float:left;
    width: 22%;
} 

.kdx_core_img img{
    display: none;
    width: 94%;
    margin: 0px auto;
    border-radius: 34px;
    margin-top: 5%;
    /* width: 252px; */
    height: auto;
} 

.kdx_core_img{
    width: 270px;
    height: 520px;
    background: url(../images/pro_icon_iphone.png) no-repeat 0 0/contain;
    text-align: center;
    overflow: hidden;
    /* border-radius: 39px; */
    margin: 0px auto;
    background-size: 100%;
}

.kdx_core_right{
    float:left;
    margin-left: 4%;
    width: 74%;
} 


.kdx_core_right ul{
    
overflow: hidden;
    
border-bottom: 1px solid #ccc;
} 


.kdx_core_right ul li{
     
float: left;
     
color: #fff;
     
width: 20%;
     
line-height: 126px;
     
font-size: 26px;
     
text-align: center;
} 

.kdx_core_right ul li.on{

border-bottom: 2px solid #ccc;
}


.kdx_cont{
 
}

.kdx_cont .kdx_core_cont{
    display: none;
    padding: 5% 4%;
}

.kdx_cont .kdx_core_cont p{

color: #fff;

line-height: 56px;

font-size: 20px;
}

/**soft:wrap**/
.pro_section3{
    background: #f0f3fa;
}

.soft_wrap{
    padding: 6% 0%;
}
.soft_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}

.soft_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}

.soft_ul{
    overflow: hidden;
}
.soft_ul li{
    float:left;
    width: 10%;
    background: #fff;
    border-radius: 20px;
    margin-left: 2%;
    padding: 6% 2%;
    cursor: pointer; 
}

 

.soft_ul li h2{
    width: 50%;
    text-align: center;
    margin: 0px auto;
    font-size: 40px;
    font-weight: unset;
    padding: 18% 0%;
}
.soft_ul li h3{
    display: none;
}

.soft_ul li p{
    display: none;
}




.soft_ul li.on{
    background: -webkit-linear-gradient(#00c3dc, #0287f7);
    background: -o-linear-gradient(#00c3dc, #0287f7);
    background: -moz-linear-gradient(#00c3dc, #0287f7);
    background: linear-gradient(#00c3dc, #0287f7);
    color:#fff;
    width: 62%;
    transition:width 1s ease;
    padding-bottom: 6%;
}


.soft_ul li.on h2{width:unset;text-align:unset;line-height: 100px;font-size: 44px;font-weight: 600;padding: 0%;}
.soft_ul li.on h3{

line-height: 60px;

font-size: 28px;

font-weight: 600;
display: block;
}
.soft_ul li.on p{

line-height: 38px;

font-size: 20px;
display: block;
}



.pro_section4{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}

.pro_section5{
    background: #f0f3fa;
}

.info_wrap{
    padding: 6% 0%;
}

.info_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}

.info_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}

.info_ul{

width: 90%;

margin: 0px auto;

overflow: hidden;
}

.info_ul li{

float: left;

width: 20%;

background: #f0f3fa;

margin-left: 4%;

border-radius: 38px;

padding: 5% 1%;

padding-bottom: 0%;

cursor: pointer; 
}

.info_ul li .info_left{
    display:none;
}

.info_ul li .info_right h2{

text-align: center;

padding-bottom: 95%;

font-size: 22px;

line-height: 120px;

font-size: 26px;

font-weight: 600;
}

.info_ul li .info_right p{
    display:none;
}


.info_ul li.on .info_left{
display: block;
    
float: left;
    
width: 40%;
}

.info_ul li.on .info_left img{
    
width: 100%;
}

.info_ul li.on .info_right{
    
width: 56%;
    
float: left;
    
margin-left: 4%;
}
.info_ul li.on .info_right h2{

line-height: 120px;

font-size: 26px;

font-weight: 600;

padding: 0px;
}

.info_ul li.on .info_right p{

    display:block;

line-height: 30px;
    
font-size: 16px;
    
color: #000;
}

.info_ul li.on{

width: 72%;

transition:width 1s ease;
}

/**services:start**/



.fuwu_section1{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}

.fuwu_wrap1{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 6%;
    position: relative;
}

.fuwu1_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}


.fuwu1_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 4%;
    color: #837e7f;
}

.fuwu1_ul{
 overflow: hidden;
 width: 94%;
 margin: 0px auto;
}

.fuwu1_ul li{
    width: 23%;
    float:left;
    margin-left: 2%;
    background: #fff;
    padding: 4% 2%;
}

.fuwu1_ul li:hover{
    background: -webkit-linear-gradient(#00c3dc, #0287f7);
    background: -o-linear-gradient(#00c3dc, #0287f7);
    background: -moz-linear-gradient(#00c3dc, #0287f7);
    background: linear-gradient(#00c3dc, #0287f7);
}

.fuwu1_ul li:hover h2,.fuwu1_ul li:hover h3,.fuwu1_ul li:hover p,.fuwu1_ul li:hover em{
        color:#fff;
}


.fuwu1_ul li:hover  em{

    border-top: 2px solid #fff;
    
  
    
    }
    
    


.fuwu1_ul li h2{

color: #e5e4e4;

font-size: 80px;

line-height: 80px;

margin-bottom: 6%;
}

.fuwu1_ul li h3{

color: #000;

font-size: 24px;

line-height: 60px;
}

.fuwu1_ul li p{

line-height: 30px;

font-size: 14px;

color: #000;

margin-bottom: 20%;
}


.fuwu1_ul li  em{

border-top: 2px solid #000;

width: 20%;

/* height: 2px; */

display: block;

}
    






.fuwu_section2 {
    clear: both;
    overflow: hidden;
    position: relative;
    top: 0;
    width:100%;
    height: auto;
    min-width: 1000px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(../images/fuwu_bg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}


.fuwu_wrap2{
    padding: 6% 0%;
    margin: 0px auto;
}

.fuwu_wrap2 .fuwu2_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}

.fuwu_wrap2 .fuwu2_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}

.fuwu2_ul{

overflow: hidden;

margin-top: 4%;
}
.fuwu2_ul li{

float: left;

width: 20%;

text-align: center;

margin-bottom: 2%;
}
.fuwu2_img{

height: 60px;
}
.fuwu2_img img{

max-width: 60px;

height: auto;
}

.fuwu2_ul li p{
    
color: #fff;
    
line-height: 60px;
    
font-size: 22px;
}



.fuwu_section3 {
    background: #f0f3fa;
}


.fuwu_wrap3{
    padding: 6% 0%;
    margin: 0px auto;
}

.fuwu_wrap3 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
 
}

.fuwu_wrap3 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}

.fuwu3_ul {

overflow: hidden;

margin-top: 5%;
}

.fuwu3_ul li{

float: left;

width: 16.5%;

text-align: center;

padding: 0% 2%;
}

.fuwu3_ul li .fuwu3_img{

}

.fuwu3_ul li .fuwu3_img{

}

.fuwu3_ul li h2{

font-size: 20px;

font-weight: 600;

line-height: 59px;
}

.fuwu3_ul li p{

font-size: 16px;

text-align: left;

line-height: 28px;
}






.fuwu_section4 {
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}


.fuwu_wrap4{
    padding: 3% 0%;
    margin: 0px auto;
}

.fuwu_wrap4 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}

.fuwu_wrap4 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}


.fuwu4_ul{

overflow: hidden;

margin-top: 8%;
}

.fuwu4_ul li{

float: left;
}

.fuwu4_ul li a{

display: block;

background: #fdfeff;

color: #fff;

line-height: 70px;

width: 220px;

text-align: center;

font-size: 20px;

font-weight: 600;

background: url(../images/title_bg.png) no-repeat center center;

background-size: contain;
}

.fuwu4_ul li:nth-child(1) {
    margin-left: 22%;
    margin-top: 0%;
}
 

.fuwu4_ul li:nth-child(2) {
    margin-left: 5%;
    margin-top: 1%;
}
 

.fuwu4_ul li:nth-child(3) {
    margin-left: 20%;
    margin-top: 1%;
}
 

.fuwu4_ul li:nth-child(4) {
    margin-left: 55%;
    margin-top: 3%;
}
 

.fuwu4_ul li:nth-child(5) {
    margin-left: -62%;
    margin-top: 7%;
}
 

.fuwu4_ul li:nth-child(6) {
    margin-left: -38%;
    margin-top: 8%;
}
 

.fuwu4_ul li:nth-child(7) {
    margin-left: -23%;
    margin-top: 16%;
}
 

.fuwu4_ul li:nth-child(8) {
    margin-left: -2%;
    margin-top: 12%;
}

.fuwu4_ul li:nth-child(9) {
    margin-left: 23%;
    margin-top: 3%;
}
 
 

.fuwu_section5 {
    background: #f0f3fa;
}

/**cases:start**/
.case_section1{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);

}

.case_wrap1 {
    padding: 6% 0%;
    margin: 0px auto;
}

.case_wrap1 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}

.case_wrap1 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}

 
.case_wrap1 ul {
overflow: hidden;
margin-top:6%;
}
.case_wrap1 ul li{
width: 31.3%;
float: left;
background: #fff;
margin: 4% 1%;
margin-top: 0%;
padding: 2%;
}
.case_wrap1 ul li a{
display: block;
/* padding: 4%; */
}
.case_wrap1 .solution_left{
float: left;
width: 65%;
padding-top: 5%;
}
.case_wrap1 .solution_left h2{
font-size: 35px;
line-height: 70px;
text-align: left;
}
.case_wrap1 .solution_left p{
font-size: 18px;
}
.case_wrap1 .solution_right{
float: right;
width: 35%;
text-align: right;
}
.case_wrap1 .solution_right img{
}


.case_section2{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
 
}

.case_wrap2{
    padding: 6% 0%;
    margin: 0px auto;
}

.case2_title{

    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}

.case2_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}

.case2_ul{

overflow: hidden;

padding: 4%;

padding-bottom: 0%;
}

.case2_ul li{
    
width: 28%;
    
background: #fff;
    
float: left;
    
margin: 0% 2%;
    
margin-bottom: 4%;
}

.case2_ul li a{
    
display: block;
    
text-align: center;
    
padding: 10% 0%;
}


.case2_ul li a img{
    
height: 80px;
}

.case2_ul li a h3{
    
font-size: 28px;
    
line-height: 60px;
    
height: auto;
    
margin-top: 2%;
}

.case2_ul li a p{
    
font-size: 18px;
    
line-height: 28px;
}



/**cases:end**/


.guestbook_wrap{
    padding: 6% 0%;
    }
    .guestbook_wrap h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    }
    .guestbook_wrap p{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 3%;
    color: #837e7f;
    }

.guestbook{

}

.guestbook .input{

overflow: hidden;
}

.guestbook .input input{
    
line-height: 64px;
    
float: left;
    
width: 28%;
    
margin-left: 4%;
    
border: none;
    
border-radius: 45px;
    
padding: 0% 4%;
}

.guestbook .textarea{
    
margin: 4% auto;
    
text-align: center;
    
width: 92%;
}

.guestbook .textarea textarea{
    
width: 100%;
    
margin: 0px auto;
    
border: none;
    
border-radius: 24px;
    
padding: 2% 4%;
    
min-height: 260px;
}

.submit_btn{

width: 24%;

margin: 0px auto;

text-align: center;

margin-top: 4%;
}

.submit_btn a{
    
display: block;
    
line-height: 68px;
    
background: -webkit-linear-gradient(#00c3db, #0288f6);    
background: -o-linear-gradient(#00c3db, #0288f6);      
background: -moz-linear-gradient(#00c3db, #0288f6);    
background: linear-gradient(#00c3db, #0288f6);  
    
border-radius: 30px;
    
color: #fff;
    
font-size: 16px;
}


/**case_chenggong:start**/
.case_two_section1{
	clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}
.case_two_wrap1{
    padding: 2% 0%;
    width: 92%;
    margin: 0px auto;
    }
    .case_two_wrap1 .case_two_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color:#000;
    }
    .case_two_wrap1 .case_two_desc{
text-align: center;
line-height: 40px;
font-size: 20px;
margin-bottom: 0%;
color: #837e7f;
    }
.case_two_slide_wrap{
    position: relative;
}
.case_two_slide{
width: 82%;
background: #f0f3fa;
border-radius: 20px;
margin: 0px auto;
position: relative;
margin: 7% auto;
padding: 6%  4%;
padding-right: 34%;
}
.case_two_slide h2{
line-height: 80px;
}
.case_two_slide p{
font-size: 14px;
line-height: 30px;
color: #a8a9ab;
margin-bottom: 6%;
}
.case_two_slide a{
border: 1px solid #000;
padding: 2% 5%;
}
.case_two_slide a:hover{
    border: 1px solid #000;
    padding: 2% 5%;
    background: #0288f6;
    color:#fff;
    border:1px solid #0288f6;
    }
.case_two_img{
position: absolute;
right: 9%;
top: -22%;
border: 4px solid #fff;
border-radius: 20px;
width: 20%;
}
.swiper-button-prev-case-two{
	width: 46px;
    height: 46px;
    background: #f0f3fa;
    border-radius: 23px;
    opacity: 1!important;
}
.swiper-button-next-case-two{
	width: 46px;
    height: 46px;
    background: #f0f3fa;
    border-radius: 23px;
    opacity: 1!important;
}
.swiper-button-next-case-two:after, .swiper-button-prev-case-two:after{
    font-size:14px;
    color:#000;
}
/**case_chenggong:end**/


/**about:start**/
.about_section1{
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}

.about_wrap1{
    padding: 4% 0%;
    margin: 0px auto;
}

.about_wrap1 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
 
}

.about_wrap1 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 6%;
    color: #837e7f;
}

.about1_cont{

}

.about1_cont p{

line-height: 36px;

font-size: 20px;

text-indent: 48px;

margin-bottom: 3%;

color: #333;
}

.about1_ul{

overflow: hidden;

margin-top: 4%;
}

.about1_ul li{

float: left;

width: 25%;

text-align: center;
}

.about1_ul li h4{

/* text-align: left; */
}

.about1_ul li h4 strong{

font-size: 46px;

text-align: left;
}

.about1_ul li h4 em{

font-size: 41px;

margin-left: 2%;
}

.about1_ul li  p{

line-height: 28px;

font-size: 16px;

color: #333;

 
}


.about_section2{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}

.about_wrap2{
    padding: 6% 0%;
    margin: 0px auto;
}

.about_wrap2 .about2_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}


.about_wrap2 .about2_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 0%;
    color: #fff;
}


.about2_ul{

overflow: hidden;

margin-top: 3%;
}

.about2_ul li{

width: 23%;

float: left;

text-align: center;

margin: 0% 1%;
}

.about2_ul li a{
    display: block;
    background: #f0f3fa;
    padding: 14% 10%;
}

.about2_ul li a h4{
    display: block;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 8%;
}


.about2_ul li a p{
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    height: 60px;
}

.about2_img{
    overflow: hidden;
    background: #fff;border-radius: 60px;width: 120px;height: 120px;margin: 0px auto;vertical-align: middle;}

.about2_img img{

vertical-align: middle;

margin-top: 30%;
}


.about2_img:hover img{
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
    -o-transform:scale(1.1);
}




.about_section3{
    background: #f0f3fa;
}

.about_wrap3{
    padding: 6% 0%;
}

.about_wrap3 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
}


.about_wrap3 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 3%;
    color: #837e7f;
}

.about3_cont{

width: 79%;

margin: 0px auto;

text-align: center;
overflow: hidden;
}

.about3_cont img{
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.about3_cont:hover img{
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
    -o-transform:scale(1.1);
}

.about_section4{

    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#38385f, #0a0a21);
    background: -o-linear-gradient(#38385f, #0a0a21);
    background: -moz-linear-gradient(#38385f, #0a0a21);
    background: linear-gradient(#38385f, #0a0a21);
}


.about_wrap4{
    padding: 6% 0%;
    margin: 0px auto;
}

.about_wrap4 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}


.about_wrap4 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 0%;
    color: #fff;
}

.about4_cont{

padding: 5% 4%;

padding-bottom: 0%;
}

.about4_top{
    position: relative;
    overflow: hidden;
    margin-bottom: 4%;
}

.about4_text{
    position: absolute;
    left: 0%;
    top: 16%;
    background: #fff;
    width: 56%;
    padding: 6% 4%;
    z-index: 9;
}

.about4_text h4{

line-height: 48px;

font-size: 24px;

font-weight: 600;
}

.about4_text p{

line-height: 38px;

font-weight: 600;
}

.about4_img{
    float: right;
    width: 50%;
    overflow: hidden;
}

.about4_img img{

width: 100%;

height: auto;
}


.about4_img img{
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.about4_img:hover img{
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
    -o-transform:scale(1.1);
}



.about4_bottom{
    
}

.swiper-pagination-rongyu{
    display: none!important;
}


.about_section5{
    background: #f0f3fa;
}

.about_wrap5{
    padding: 6% 0%;
}

.about_wrap5 h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    }
    .about_wrap5 h3{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 3%;
    color: #837e7f;
    }

.swiper-gongsi{
    padding-bottom:5%;
}

.swiper-pagination-gongsi .swiper-pagination-bullet {
    width: 60px;
    height: 8px;     
    border-radius: unset;
    background: #c1bebd;
     
}

.swiper-pagination-gongsi .swiper-pagination-bullet-active{
    background: #0288f6;
}


.about_menu_wrap{

width: 100%;

margin: 0px auto;

overflow: hidden;
}

.about_menu{

}

.about_menu ul {

overflow: hidden;

margin: 0px;
}

.about_menu ul li{

width: 20%;

float: left;

text-align: center;

margin-bottom: 0%;

padding-bottom: 0%;
}


.about_menu ul li:hover a{
   background: -webkit-linear-gradient(#0349a2, #b53ed0);
    background: -o-linear-gradient(#0349a2, #b53ed0);
    background: -moz-linear-gradient(#0349a2, #b53ed0);
    background: linear-gradient(#0349a2, #b53ed0);
    color:#fff;
}
   
   


.about_menu ul li a{
    
font-size: 18px;
    
color: #6b5858;
    
line-height: 120px;
    
text-align: center;
display: block;
}

/**about:end**/


/**show:start**/

.show_section1{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}

.show_wrap{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 6%;
    position: relative;
}

.show_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}


.show_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}

.show_desc  span{
    margin:0% 2%;
}

.show_cont p {
    line-height: 36px;
    font-size: 18px;
    text-align: left;
    text-indent: 24px;
    margin-bottom: 2%;
}


/**show:end**/

/**lianxi:start**/


.lianxi_cont{

}

.lianxi_cont ul {

display: flex;

flex-direction: row;

justify-content: space-around;
}

.lianxi_cont ul li{

text-align: center;

width: 100%;
}

.lianxi_icon{

border: 1px solid #ccc;

border-radius: 65px;

line-height: 90px;

width: 90px;

height: 90px;

margin: 0px auto;
}

.lianxi_cont img{
	
width: 54px;
	
height: auto;
}

.lianxi_cont ul li:hover .lianxi_icon{
    border:1px solid #1c48a8;
}

.lianxi_cont ul li h3{

font-size: 24px;

line-height: 50px;

font-size: 20px;

color: #999;

margin: 0px auto;

/* width: 100px; */

text-align: center;
}



.lianxi_cont ul li p{

font-family: Impact;

color: #666;

font-size: 28px;

text-align: center;

margin: 0px;

width: 96%;
}

/**lianxi:end**/


/**
news:start
**/


.news_section1{
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#ddf0f5, #e9e1f0);
    background: -o-linear-gradient(#ddf0f5, #e9e1f0);
    background: -moz-linear-gradient(#ddf0f5, #e9e1f0);
    background: linear-gradient(#ddf0f5, #e9e1f0);
}

.news_wrap{
    padding: 4% 0%;
    margin: 0px auto;
    padding-bottom: 6%;
    position: relative;
}

.news_title{
    text-align: center;
    line-height: 90px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
}


.news_desc{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 2%;
    color: #837e7f;
}

.news_cont{

width: 80%;

margin: 0px auto;
}

.news_list {

}

.news_list li{

margin-bottom: 5%;

width: 100%;
}

.news_list li a{

display: block;

overflow: hidden;

width: 100%;

margin: 0px auto;
}

.news_left{

width: 30%;

float: left;
}

.news_left img{

width: 100%;

height: auto;
}

.news_right{

width: 65%;

margin-left: 5%;

float: left;
}

.news_right h2{

line-height: 40px;

font-size: 24px;
}

.news_right .news_date{

line-height: 50px;

font-size: 16px;

color: #999;
}

.news_right p{
    
line-height: 40px;
    
font-size: 18px;
    
color: #666;
}

.page .current {
    background-color:#0288f6;
    border: 1px solid #0288f6;
    color: #fff;
}
.page a, .page span {
    position: relative;
    float: left;
    padding: 8px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0288f6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}



/**footer:start**/
.footer{
background: #000;
}
.footer_top{
border-bottom: 1px solid #585757;
padding: 5% 4%;
}
.footer_top_left{
float: left;
}
.footer_top_left p{
font-size: 28px;
color: #fff;
line-height: 28px;
}
.footer_top_right{
overflow: hidden;
}
.footer_top_right li{
float: left;
width: 14%;
}
.footer_top_right li a{
display: block;
color: #fff;
text-align: center;
font-size: 16px;
}
.footer_center{
overflow: hidden;
background: #202020;
margin: 4% auto;
display: flex;
justify-content: space-around;
flex-direction: row;
}
.footer_center dl{
width: 100%;
border-right: 1px solid #4c4c4c;
padding: 2%;
margin-bottom: 0%;
text-align: left;
}
.footer_center dl dt{
padding-top: 3%;
float: left;
display: block;
margin-left: 20%;
}
.footer_center dl dt img{
}
.footer_center dl dd {
padding-left: 3%;
float: left;
width: 62%;
}
.footer_center dl dd h3{
color: #fff;
font-size: 16px;
line-height: 38px;
}

.footer_center dl dd img{
	width: 50%;
	height:auto;
	margin-top: 8%;
}
.footer_center dl dd p{color: #fff;line-height: 28px;}
.footer_center dl:last-child{
    border-right:none;
}
.footer_bottom{
color: #999;
overflow: hidden;
padding: 2% 0%;
border-bottom: 1px solid #4c4c4c;
}
.footer_bottom p{
width: 6%;
float: left;
}
.footer_bottom ul{
overflow: hidden;
float: left;
width: 94%;
}
.footer_bottom ul li{width: 10%;float: left;}
.footer_bottom ul li a{
display: block;
color: #999;
}
.footer_copyright{
color: #999;
padding: 2% 0%;
line-height: 30px;
padding-bottom: 4%;
}
.copyright_left{
width: 90%;
float: left;
}
.copyright_left a{
color: #999;
margin-left: 2%;
}
.copyright_right{
float: right;
width: 10%;
text-align: right;
}
.copyright_right a{
color: #999;
}



.douyin_wrap{

}

.douyin_wrap p{

color: #fff;

line-height: 60px;

font-size: 24px;
}

.douyin_wrap ul {

overflow: hidden;

margin-top: 6%;
}

.douyin_wrap ul li{
    
width: 20%;
    
float: left;
    
color: #fff;
    
line-height: 60px;
    
text-align: center;
    
background: url(../images/title_bg.png) no-repeat center center;
    
background-size: contain;
    
margin-bottom: 6%;
    
font-size: 20px;
}

.zhibo_wrap{

overflow: hidden;
}

.zhibo_left{

float: left;

background: -webkit-linear-gradient(#0349a2, #b53ed0);

background: -o-linear-gradient(#0349a2, #b53ed0);

background: -moz-linear-gradient(#0349a2, #b53ed0);

background: linear-gradient(#0349a2, #b53ed0);

color: #fff;

width: 63%;

padding: 3% 0% 4% 5%;

margin-top: 5%;
}

.zhibo_left h3{

line-height: 60px;

font-size: 36px;

font-weight: 600;

margin-bottom: 2%;
}

.zhibo_left p{

font-size: 24px;

line-height: 50px;
}

.zhibo_right{

float: left;

/* width: 20%; */

margin-left: 5%;

background: url(../images/iphone_bg.png) no-repeat center center;

width: 440px;

margin-top: 0%;

height: 733px;

margin-left: 5%;

border-radius: 40px;

overflow: hidden;

background-size: auto;
}

.zhibo_right video{

width: 272px;

height: auto;

/* display: none; */

margin-top: 7%;

text-align: center;

margin-left: 2%;

border-radius: 34px;
}
 