﻿

/* ----Start Stylesheet---- */

/* ---- General Style---- */
html{font-family:'helvetica neue',tahoma,arial,'hiragino sans gb','Simsun',sans-serif} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0}
body{line-height:1.333;font-size:12px}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif}
li{list-style:none}
a:link,a:visited{text-decoration:none}
a,p,li,input,textarea{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a{
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active{
	outline: 0;
	text-decoration: none;
  	border: 0;
}

.blete-page-title h1{
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
}




.head-v3{position:relative;z-index:100;}
.head-v3 .navigation-inner{margin:0 auto;width:1280px;position:relative}
.navigation-inner .logo{float:left;width:428px;height:60px;}
.navigation-inner .logo img{ border:0;width:428px;height:60px;}
.navigation-inner .lan{float:right;width:150px;height:60px; margin-right:20px;}
.navigation-inner .lan li{ float:left; width:50%; text-align:center;height:22px; margin-top:19px;}
.navigation-inner .lan li A{
	font-size:14px;
	font-family:"microsoft yahei";
	color:#333;
	font-weight:normal;
	
}
  
.navigation-inner .lan li a:hover{
	color:#02874c;
}

.navigation-up{height:60px;background:#f5f5f5;box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);}
.navigation-up .navigation-v3{margin-left:30px;float:left;_margin-left:10px}
.navigation-up .navigation-v3 ul{float:left}
.navigation-up .navigation-v3 li{float:left;font:normal 16px/59px "microsoft yahei";color:#333}
.navigation-up .navigation-v3 .nav-up-selected{background:rgba()}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#344157}
.navigation-up .navigation-v3 li h2{font-weight:normal;padding:0;margin:0}
.navigation-up .navigation-v3 li h2 a{padding:0 25px;color:#333;display:inline-block;height:60px;font-family:"microsoft yahei"; font-size:16px;line-height:60px;}
.navigation-up .navigation-v3 li h2 a:hover{ color:#02874c;}
.navigation-up .navigation-v3 li h2 a.on{ color:#02874c;}

.navigation-down{position:absolute;top:60px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background:rgba(51,51,51,0.9);position:absolute;top:0;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1280px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 40px 18px 0}
.navigation-down .menu-1 dl{margin:20px 40px 20px 0; text-align:center;}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#9ca1a8;padding-bottom:10px;margin-bottom:10px}
.navigation-down .menu-1 dd a{color:#9ca1a8;font:normal 13px/30px "microsoft yahei";
}
.navigation-down .menu-1 dd a:hover{color:#02874c}
.navigation-down .menu-1 dd a img{ border-radius:5px; max-height:120px;
    -webkit-transition: .3s;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
}
.navigation-down .menu-1 dd a:hover img{
    -webkit-transition: .3s;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
transform: scale(1.1);  
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);	
	}

.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#9ca1a8;font:normal 14px "microsoft yahei"}



/* ----- Button Style------*/
.blete-button-solid{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.blete-button-solid:hover{
	color: #ffffff;
}
.blete-button-outline{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.blete-button-outline-round{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}
.blete-button-outline-light{
	border: 1px solid #ffffff;
}

.blete-button-outline-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.blete-button-outline-round-light{
	border: 1px solid #ffffff;
}

.blete-button-outline-round-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.blete-button-outline-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.blete-button-outline-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.blete-button-outline-round-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.blete-button-outline-round-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.blete-btn-round{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	color: #ffffff;
	text-align: left;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.blete-btn-round:hover{
	color: #ffffff;
}

.header-img img {
height:500px;
width: 100%;
background-size: 100%;
overflow:hidden;
}
/* ----- Icon Style ----- */
.blete-blurb-icon-only{
	margin-bottom: 50px;
}

.blete-blurb-icon-only i{
	font-size: 30px;
}

.blete-blurb-icon-only h3{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.blete-blurb-icon-only p{
	margin-bottom: 0;
}

.blete-what-we-do{width:650px; margin:0 auto; padding-top:45px;}

.blete-blurb-round-icon{float:left;width:200px; margin: 0 8px;}

.blete-blurb-round-icon .blete-icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #dadada;
	-webkit-border-radius: 50%;
		moz-border-radius: 50%;
		 -o-border-radius: 50%;
		 	border-radius: 50%;
}

.blete-blurb-round-icon .blete-icon i{
	line-height: 100px;
	font-size: 36px;
	color: #dadada;
}

.blete-blurb-round-icon .blete-icon{
	-webkit-transition: all .6s linear;
	   -moz-transition: all .6s linear;
	    -ms-transition: all .6s linear;
	     -o-transition: all .6s linear;
	        transition: all .6s linear;
}

.blete-blurb-round-icon:hover .blete-icon{
	border: 1px solid rgba(0,0,0,0);
}

.blete-blurb-round-icon:hover .blete-icon i{
	color: #ffffff;
}

.blete-blurb-round-icon h3{
	width:200px;
	height:50px;
	line-height:50px;
	background:#fafafa;
	text-align: center;
	font-size: 15px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
	    -ms-transition: all .5s linear;
	     -o-transition: all .5s linear;
	        transition: all .5s linear;
}
.blete-blurb-round-icon h3:hover{
	background:#333;
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
	    -ms-transition: all .5s linear;
	     -o-transition: all .5s linear;
	        transition: all .5s linear;
}

.blete-blurb-round-icon h3 a{
	font-family:"microsoft yahei";
	display:block;
		height:50px;
	line-height:50px;
	font-size: 15px;
	color: #333333;}

.blete-blurb-round-icon h3 a:hover{color:#ffffff;}

.blete-blurb-round-icon p{
	margin-bottom: 0;
	text-align: center;
}

/* ---- icon Square ------ */
.blete-blurb-icon-left-square{
	float:left;
	width:415px;
	height:280px;
	margin:20px 5px;
	overflow: hidden;
}

.blete-blurb-icon-left-square .blete-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-right: 30px;
	background-color: #444;
	border-radius: 50px;
}

.blete-blurb-icon-left-square.blete-square-dark .blete-icon{
	background-color: #444;
}

.blete-blurb-icon-left-square .blete-icon i{
	line-height: 70px;
	color: #ffffff;
	font-size: 36px;
}

.blete-blurb-icon-left-square .blete-blurb-text{
	height:280px;
	float: left;
	width: 425px;
}

.blete-blurb-icon-left-square .blete-blurb-text h3{
position: absolute;
z-index:200;
width:415px;
height:280px;
font-size:30px;
color: #fff;
text-align:center;
line-height:280px;
font-size:30px;
font-family:'microsoft yahei';
font-weight:normal;
opacity:0;
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s linear;
}


.blete-blurb-icon-left-square .blete-blurb-text h3 a{
	margin:0 auto;
	margin-top:-170px;
	width:142px;
	height:142px;
	border:8px rgba(162, 162, 162, 0.6) solid;
	background:rgba(255, 255, 255, 0.2);
	border-radius:50%;
	display:block;
line-height:160px;
font-size:30px;
font-family:'microsoft yahei';
font-weight:normal;
color: #95928d;
}

.blete-blurb-icon-left-square .blete-blurb-text h3 a:hover{color:#fff;border:8px rgba(255, 255, 255, 0.6) solid;}

.blete-blurb-icon-left-square .blete-blurb-text p{
top:107px;
width:425px;
height:280px;
}


/* ------ Section Header Style ------ */
.blete-section-wrapper{
	padding:0;
	overflow: hidden;
}

.blete-section-header{
	text-align: center;
	margin-bottom: 80px;
}

.blete-section-header h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.blete-section-header h2{
	position: absolute;
	left:50%;
	margin-left:-150px;
	margin-top:-25px;
	z-index:999;
	width:300px;
	height:50px;
	background: #0c0b11;
	text-align:center;
	font-family:"microsoft yahei";
	font-weight: normal;
	font-size: 22px;
	color: #ffffff;
	line-height:50px;
}

.blete-section-header h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.blete-section-header .kk{
	position:absolute;
	z-index:990;
	width:930px;
	height:360px;
	left:50%;
	margin-left:-465px;
	border:#414045 1px solid;
}

.blete-section-header p{
	position:absolute;
	z-index:1000;
	width:730px;
	height:230px;
	overflow:hidden;
	left:50%;
	margin-left:-365px;	
	margin-top:80px;
	line-height:25px;
	color:#CCC;
	font-size:14px;
	text-align:left;
	
}
.blete-section-header p a{
	position:relative;
	width:60px;
	height:18px;
	border:1px #26252a solid;
	color:#a5a5a5;
	font-size:9px;
	font-family: 'microsoft yahei';
	display:block;
	text-align:center;
	line-height:18px;
	top:25px;
	left:500px;
	}
.blete-section-header p a:hover{color:#FC0;}

/* ------ Parallax Section Style-----*/
.blete-parallax-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blete-section-header-parallax h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}

.blete-section-header-parallax h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.blete-section-header-parallax .blete-section-divider{
	width: 100px;
	height: 2px;
	margin: 20px auto;
	background-color: #dadada;
}

.blete-section-header-parallax p{
	font-family: 'Raleway', sans-serif;
}



/* ----- Call To Action ------ */
.blete-cta-1{
	background-color: #28292e;
	padding: 60px 0;
}

.blete-cta-1 h2{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
}

.blete-cta-1 p{
	color: #ffffff;
	margin-bottom: 0;
}

.blete-cta-1 .blete-cta-btn a{
	float: right;
	margin-top: 15px;
	color: #ffffff;
}

.blete-cta-2{
	background-color: #28292e;
	text-align: center;
}

.blete-cta-2-wrapper{
	overflow: hidden;
	padding: 60px 0;
}

.blete-cta-2 h1{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #ffffff;
}


/* ----- Menus Style ---- */
.blete-main-menu{
    background-color: #2C353D;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    padding: 10px 0 20px !important;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
    -webkit-backface-visibility: hidden;
}

header.blete-page-header .blete-main-menu{
	position: relative;
}

.blete-main-menu .navbar-nav{
    float: right;
    padding: 20px 0;
}

.blete-main-menu .navbar-nav li a{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding-top: 6px;
    padding-bottom: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.blete-main-menu .navbar-nav li a:hover,
.blete-main-menu .navbar-nav li.active a{
    background-color: transparent;
}

.blete-main-menu .navbar-nav li a:focus{
	background-color: transparent;
}

/* ------ Minified Menu ------ */
.blete-main-menu.minified{
	background-color: #ffffff;
	padding: 0;
	position: fixed;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

header.blete-page-header .blete-main-menu.minified{
	position: fixed;
}


/* ----- Slider Style ------ */
.blete-slider{
	overflow: hidden;
	background-color: #28292e;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

.blete-main-slides .blete-img-overlay{
	position: absolute;
	background: url(../Images/pattern.png)repeat, rgba(40,41,46,0.25);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blete-main-slides h1.blete-slider-text-big{
	font-size: 26px;
	text-align:center;
	color: #000;
	margin-bottom:700px;
	font-weight:normal;
	line-height:40px;
	height:150px;

}

.blete-main-slides .blete-slider-text h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.blete-main-slides p{
	font-family: 'microsoft yahei', sans-serif;
	text-align:center;
	font-size: 26px !important;
	color: #000;
line-height:30px;
}
.sp-arrow {
	width: 10px;
}

.blete-slider .sp-buttons {
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5px;
}

.blete-slider .sp-button {
  border: 1px solid #fff;
  background:#ccc;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 4px;
  width: 10px;
}

.blete-slider .sp-selected-button {
  background-color:#900;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
}

/* ----- Features Style ------- */
.blete-features-section .container{
	position: relative;
	z-index: 1;
}

/*  ---- Team Style ----- */
.blete-team-section{
	overflow: hidden;
}
.blete-team-slides {
	margin: 0 auto !important;
	text-align: center;
}
.blete-team-slides .blete-member-img-wrapper{
	background: #f9f9f9;
	padding: 30px;
}
.blete-team-slides .blete-team-social-icon {
	margin: 0 auto;
}
.blete-team-slides .blete-member-img-wrapper img{
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	  	 -o-border-radius: 50%;
	  	    border-radius: 50%;
}

.blete-member-details{
	background: #f9f9f9;
	padding-bottom: 30px;
	display: inline-block;
	text-align: center;
}

.blete-member-details h3{
	font-size: 18px;
	margin-bottom: 5px;
}

.blete-member-details span.blete-member-desg{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	margin-bottom: 15px;
	display: inline-block;
}

.blete-member-details p{
	margin-bottom: 20px;
}

.blete-member-details ul li{
	display: inline-block;
	margin:0 2px;
}

.blete-member-details ul li a{
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	background-color: #eee;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	padding: 10px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.blete-member-details ul li a i{
	color: #bebebe;
	line-height: 25px;
}

.blete-member-details ul li a:hover i{
	color: #ffffff;
}



/* ----- Skill Style ----- */
.blete-our-skills{
	
}

.blete-our-skills .chart{
	position: relative;
	text-align: center;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;

}

.blete-our-skills span.percent{
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	display: inline-block;
	z-index: 3;
	margin-top: 60px;
}

.blete-our-skills span.percent:after{
	content: '%';
	font-size: 36px;
}

.blete-our-skills .chart h3{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #3a3a3a;
	display: block;
	z-index: 3;
	margin-top: 0px;
	margin-bottom: 0;
}

.blete-our-skills .chart canvas{
	position: absolute;
	top: 0;
	left: 0;
}

.blete-our-skills .blete-skills-wrapper p{
	text-align: center;
}


/* ------ Featured Work Style ------- */
.blete-section-work {
	background-color: #D3D7D7
}
.blete-portfolio-work-item{
	height: 280px;
	position: relative;
}

/* ------ Portfolio Image Style ------ */
.blete-portfolio-work-item img{
	height: 100%;
}

.blete-portfolio-work-item .blete-port-work-details{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blete-portfolio-work-item .blete-work-meta{
	position: absolute;
	text-align: center;
}

.blete-portfolio-work-item .blete-work-meta li{
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
	text-align: center;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.blete-portfolio-work-item:hover .blete-port-work-details .blete-work-meta li{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.blete-port-work-details .blete-work-meta li a{
	display: block;
}

.blete-port-work-details .blete-work-meta li a i{
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}

.blete-port-work-details .blete-port-work-desc{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;

}

.blete-portfolio-work-item:hover .blete-port-work-desc{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.blete-port-work-details .blete-port-work-desc h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.blete-port-work-details .blete-port-work-desc p a{
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn {
	text-align: center;
	padding: 10px 15px;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn a{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn a i{
	font-size: 21px;
	color: #ffffff;
	margin-right: 5px;
}



/* -------- Counter Style ------ */
.blete-counter-item{
	text-align: center;
}

.blete-counter-item span{
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 10px;
}

.blete-counter-item h3{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	position: relative;
}
.blete-offer-section{
	padding-bottom: 30px;
}



/* ----- Portfolio Style ------- */
.blete-portfolio-section{
	padding-top:0;
background: linear-gradient(#e2e2e2, #ffffff);
padding-bottom:45px;
}
.blete-portfolio-filter-btn-group{
	padding-left:55px;
	padding-top:45px;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.blete-portfolio-filter-btn-group ul{
	display: inline-block;
}

.blete-portfolio-filter-btn-group ul li{
	float: left;
	width:230px;
	height:50px;
	margin:0 8px;
}
.blete-portfolio-filter-btn-group ul li p{
	font-size:16px;
	font-family:"microsoft yahei";}

.blete-portfolio-filter-btn-group ul li a{
	width:230px;
	height:50px;
	background:#FFF;
	line-height:50px;
	border:0;
	font-size:16px;
	font-family:"microsoft yahei";
	display:block;
    color:#333;
}

.blete-portfolio-filter-btn-group ul li a:hover{
	background:#02874c;
	color: #fff;
}

.blete-portfolio-filter-btn-group ul li a.selected{
	background:#02874c;	
	color: #ffffff;
}
.blete-portfolio-items{
	width:1400px;
	overflow: hidden;
	margin: 0 auto;
}

.blete-portfolio-items .blete-portfolio-item{
	width:24%;
	margin:5px 5px 20px 5px;
	height: 320px;
	position: relative;
	overflow: hidden;
	background:#fff;
	text-align:center;
	line-height:35px;
	color:#f5f5f5;
	font-size:14px;
	font-family:"microsoft yahei";
}

.blete-portfolio-items .blete-portfolio-item img{
	width:193px;
	height:258px;

}

.blete-portfolio-items .blete-portfolio-item .blete-portfolio-details-wrapper{
	width:100%;
	height: 100%;
	position: absolute;
	top:-40px;
	left: 0;
	background-color: rgba(10,41,86,0.8);
	display: table;
	opacity: 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.blete-portfolio-item:hover .blete-portfolio-details-wrapper{
	opacity: 1;
}

.blete-portfolio-item .blete-portfolio-details{
	display: table-cell;
	padding: 50px 0;
	vertical-align: middle;
}

.blete-portfolio-item .blete-portfolio-details .blete-portfolio-meta-btn{
	margin-bottom: 20px;
	text-align: center;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul{
	display: inline-block;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li{
		font-family:"microsoft yahei";
	text-align:left;
	font-size:13px;
	color:#ccc;
	width: 300px;
	height: 180px;
	float: left;
	opacity: 0;
	padding: 5px;
	margin-top:-15px;
	-webkit-transition: all .55s;
	   -moz-transition: all .55s;
	    -ms-transition: all .55s;
	     -o-transition: all .55s;
	        transition: all .55s;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li p{
	margin-top:50px;
	line-height:30px;
	font-family:"microsoft yahei";
	text-align:center;
	font-size:14px;
	color:#FC0;
	}

.blete-portfolio-details .blete-portfolio-meta-btn ul li a{ 
font-size:14px;
color:#fff;
font-family:"microsoft yahei";
width:100px;
height:30px; 
background: #FC0;
position: absolute;
top:220px; 
left:100px;
display:block;
line-height:30px; 
border-radius:5px;
    -webkit-transition: 1.5s;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    -moz-transition: -moz-transform 1.5s ease-out;
}
.blete-portfolio-details .blete-portfolio-meta-btn ul li a:hover{
background:#333;
	-webkit-transition: all .55s;
	   -moz-transition: all .55s;
	    -ms-transition: all .55s;
	     -o-transition: all .55s;
	        transition: all .55s;
} 


.blete-portfolio-details .blete-portfolio-meta-btn ul li.blete-portfolio-single-link{
	-webkit-transform: translateX(400%);
	   -moz-transform: translateX(400%);
	    -ms-transform: translateX(400%);
	     -o-transform: translateX(400%);
	        transform: translateX(400%);
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li.blete-lighbox{
	
}

.blete-portfolio-item:hover .blete-portfolio-details .blete-portfolio-meta-btn ul li{
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li a{

	display: block;
	text-align: center;
}
.blete-portfolio-details .blete-portfolio-meta-btn ul li a i{
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}

.blete-portfolio-item .blete-portfolio-details h3{
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.blete-portfolio-item .blete-portfolio-details p{
	text-align: center;
}

.blete-portfolio-item .blete-portfolio-details p a{
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
}

.blete-portfolio-btn-wrapper{
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.blete-portfolio-btn-wrapper a.blete-portfolio-btn{
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	color: #616161;
	display: inline-block;
	display: inline;
	zoom: 1;
	overflow: hidden;
	border: 2px solid #dadada;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


/* -------- Custom Style ------- */

.blete-custom-sec-text p{
	margin-bottom: 20px;
}

.blete-custom-sec-text h3{
	font-size: 18px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 20px;
}

.blete-custom-sec-text ul{
	margin-left: 30px;
}

.blete-custom-sec-text ul li{
	margin-bottom: 10px;
}

.blete-custom-sec-text ul li:last-child{
	margin-bottom: 0;
}

.blete-custom-sec-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}
/* --------- Testimonial Style --------- */
.blete-testimonial-section{
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.blete-testimonial-slides img {
	margin-bottom: 20px;
    margin-top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.blete-bg-video-wrapper{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
}

.blete-bg-video-wrapper video{
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.blete-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
}

.blete-testimonial-wrapper .comment-icon{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.blete-testimonial{
	margin-top: 50px;
	overflow: hidden;
}

.blete-testimonial p{
	font-size: 16px;
	margin-bottom: 20px;
}

.blete-testimonial p.blete-client-info{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

/* -------- Pricing Table Style ------- */
.blete-pricing-section{
	padding: 80px 0;
}

.blete-pricing-plans{
	text-align: center;
	padding: 30px 15px;
	background-color: #f5f5f5;
}
.pricing-plan-one {
	margin-bottom: 80px;
}
.blete-recommended-pricing{
	background-color: #f5f5f5;
	padding: 60px;
	top: -40px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.blete-pricing-plans .blete-pricing-titles{
	margin-bottom: 40px;
	text-align: center;
}

.blete-pricing-plans .blete-pricing-titles h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.blete-pricing-plans .blete-pricing-titles p{
	font-size: 16px;
}

.blete-pricing-plans .blete-pricing-titles p span{
	font-size: 30px;
	font-weight: 300;
}
.blete-pricing-plans .blete-pricing-service-name{
	margin-bottom: 20px;
}

.blete-pricing-plans ul li{
	text-align: center;
	padding: 20px 0;
}
.blete-pricing-plans a.blete-signup-btn{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.blete-pricing-plans a.blete-signup-btn:hover{
	color: #ffffff;
}


/* ---------- Client Style --------- */
.blete-client-logo-carosal{
	background-color: #28292e;
	padding: 60px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

.blete-client-logo-carosal .blete-client-logos{
	text-align: center;
}

.blete-client-logo-carosal .blete-client-logos img{
	max-height: 60px;
}

/* -------- Contact Style ------- */

.blete-contact-section h2{

}
.blete-contact-section .blete-contact-address p{
	
	margin-bottom: 25px;
}

.blete-contact-section .blete-contact-address ul li{
	padding-left: 40px;
	margin-bottom: 25px;
	font-size: 14px;
	position: relative;
}

.blete-contact-section .blete-contact-address ul li:last-child{
	margin-bottom: 0;
}

.blete-contact-section .blete-contact-address ul li i{
	color: #ffffff;
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 3px;
	padding: 5px;
	width: 30px;
	text-align: center;
	height: 30px;
	border-radius: 50px;
}
.blete-contact-section .blete-contact-form .blete-input-fields{
	margin-bottom: 20px;
	color: #333;
}

.blete-contact-section .blete-contact-form .blete-input-fields label{
	display: block;
	font-size: 14px;
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}

.blete-contact-section .blete-contact-form .blete-input-fields input{
	width: 100%;
	height: 60px;
	background-color: transparent;
	border: 3px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	border: none;
}

.blete-contact-section .blete-contact-form .blete-input-fields textarea{
	width: 100%;
	background-color: transparent;
	border: 3px solid #ccc !important;
	padding: 15px;
	color: #333;
	border: none;
}

.blete-contact-section .blete-contact-form input[type='submit']{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0px solid;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}


.blete-contact-section .blete-contact-form .blete-input-fields input[type='submit']:hover{
	color: #ffffff;
	background-color: #de5c39;
}

/* -------- Preloader Style ------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../Images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -70px 0 0 -70px;
}

/* -------- Slider Pagination ------- */
.owl-theme .owl-controls {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 50px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0,0,0,0);

}


/* --------- Footer Style ---------- */
footer{
	background-color: #333333;
}
footer .container{ width:1280px; margin:0 auto;	font-family:'microsoft yahei';color:#9ca1a8; font-size:12px;
	padding: 50px 7%;overflow: hidden;color: #f5f5f5 !important;}

.cm1{ float:left;width:180px; margin:0 50px;}
.cm2{ float:left;width:200px;}
.cm3{ float:left;width:200px; margin-right:50px;}
.cm4{ float:left;width:300px;border-bottom:1px #474747 solid;}
.cm5{ float:left;padding:0 20px;border-right:1px #666 solid; line-height:20px; margin-top:25px;}
.cm5 span{ font-size:15px;}
.cm5 a{
	color: #9ca1a8;
	font-size:12px;
	font-family:'microsoft yahei';
}
.cm5 a:hover {
	color: #ffffff;
}
footer .blete-footer-content{
	text-align: center;
}

footer .blete-footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

footer p{
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.container ul {
}
.container h3{
	font-size:16px;
	color:#9ca1a8;
	font-weight:normal;
	letter-spacing:2px;
	margin-bottom:15px;}

footer .container ul li{
height:25px;
line-height:25px;
color: #9ca1a8;
font-size:10px;
text-indent:3px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer .container ul li a{
	padding-left:3px;
	color: #9ca1a8;
	font-size:13px;
	font-family:'microsoft yahei';
}
footer .container ul li a:hover {
	color: #ffffff !important;
}

footer ul li a i{
	font-size: 21px;
	color: #818181;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.thn {
	background-color: #111111;
	text-align: center;
	padding: 10px;
	color: #aaa;
}
.blete-footer-social-info li {
	width: 50px;
	height: 50px;
	margin: 0px 15px 0px auto;
	text-align: center;
	float: left;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 50px;
	padding: 10px;
}

/* --------- Parallax Section ----------- */

.blete-features-section{
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.blete-features-section h2 {
    
}
.blete-counter-section{
	background-color: #56ACCB;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}
.blete-contact-section{
	height:503px;
	background:url(../Images/yxbg.jpg) no-repeat center #000000;
	overflow: hidden;
}
/*ͼƬ�õ�Ƭ*/
.slidebox{width:100%; height: auto; position: relative; z-index:1;min-height:800px; max-height:849px;}
.slidebox .fouce{width:100%; height:100%; overflow:hidden;}
.slidebox .fouce .info{display:block;width:100%; height:100%; margin:0px;position:absolute; left:0; top:0; z-index:1;overflow:hidden; cursor:pointer; background:#fff;}
.slidebox .fouce .info.last-active{z-index:5;}
.slidebox .fouce .info.active{z-index:10;}
.slidebox .tabicon{position: absolute; left: 0; right: 0; bottom:18px; width:100%; *padding-left:46%; text-align:center; z-index:11;}
.slidebox .tabicon li{display: inline-block; *display: inline; *float:left;width: 11px; height: 11px; margin: 0 2px; text-indent: -999em; background: url(../Images/icon_02.png) no-repeat 0 0; cursor: pointer; overflow:hidden;}
.slidebox .tabicon li.active{background-position:0 -11px;}
.slidebox .fouce .imgMain.active .pic{-webkit-animation:bigimg 25s linear;-moz-animation:bigimg 25s linear;animation:bigimg 25s linear;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);}


/*-------------��Ʒҳ-------------------*/
.pro-section1{height:610px;background:#fff;}

.pro-section1-s1{height:465px; background:linear-gradient(#eeeeee,#f5f5f5);}
.pro-section1-s1 ul{padding-top:150px; width:1200px; margin:0 auto;}
.pro-section1-s1 ul li{width:112px;height:112px;margin:20px 35px 20px 35px;float:left;border:8px #FFFFFF solid; overflow:hidden; background:#FFF;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.pro-section1-s1 ul li a{width:100%;height:100%; display:block;}
.pro-section1-s1 ul li p{color:#000; position: absolute; z-index:100;display:block; font-size:14px;font-family:'microsoft yahei'; text-align:center;width:112px; top:120px
}



.pro-section1-s1 ul li img{width:100%;height:100%;
transform: rotate(-45deg) scale(1.42);
-moz-transform:rotate(-45deg) scale(1.42);
-webkit-transform:rotate(-45deg) scale(1.42);
-o-transform:rotate(-45deg) scale(1.42);
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.pro-section1-s1 ul li:hover{ border:5px #f7f7f7 solid;width:131px;height:131px;margin:20px 20px 20px 20px;
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
cursor:pointer;
}

.pro-section1-s1 ul li:hover img{
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);	
	}
.pro-section1-s1 ul li:hover p{top:55px;font-size:18px;width:131px;color:#fff;}



/*---------------------------------------------------------------------------------------------------------------*/

.pro-section1-s1 ul li.k4{width:125px;height:125px;margin:60px 5px 0 5px;float:left;border:5px #FFFFFF solid; overflow:hidden; background:#FFF;
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.pro-section1-s1 ul li.k4 a{width:100%;height:100%; display:block;}
.pro-section1-s1 ul li.k4 p{color:#000; position: absolute; z-index:100;display: none; font-size:14px;font-family:'microsoft yahei'; text-align:center;width:125px; top:130px
}

.pro-section1-s1 ul li.k4 img{width:100%;height:100%;
transform: rotate(-0deg) scale(1.2);
-moz-transform:rotate(-0deg) scale(1.2);
-webkit-transform:rotate(-0deg) scale(1.2);
-o-transform:rotate(-0deg) scale(1.2);
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.pro-section1-s1 ul li.k4:hover{ border:5px #f7f7f7 solid;width:125px;height:125px;margin:20px 5px 0 5px;
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
cursor:pointer;
}

.pro-section1-s1 ul li.k4:hover img{
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);	
	}
.pro-section1-s1 ul li.k4:hover p{top:50px;font-size:18px;width:125px;color:#fff; display:block;}




.pro-section1-s1-pro{width:630px;height:510px;position: relative;z-index:2;left:50%; margin-left:-630px;top:100px;}
.pro-section1-s1-txt{width:560px;height:200px;position: relative;z-index:2;left:50%; margin-left:50px;top:-330px;color:#8c8c8c;font-size:14px; letter-spacing:1px;font-family:'microsoft yahei';}
.pro-section1-s1-txt a.z1{font-size:14px;color:#ea7706;width:150px;height:25px; font-weight:bold;font-family:'microsoft yahei'; display:block; margin-left:300px; margin-top:30px;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.pro-section1-s1-txt a.z1:hover{color:#3b3b3b;}
.pro-section1-s1-txt h1{height:60px;width:420px;line-height:40px; font-size:28px;color:#413f3f; letter-spacing:2px; font-weight:normal; border-bottom:1px #c5c5c5 solid; margin-bottom:30px;font-family:'microsoft yahei';}
.pro-section1-s1-down{width:63px;height:40px;position: relative;z-index:2;left:50%;top:-340px; margin-left:50px;}
.pro-section2{
	height:685px;
	background:#fff;
}
.pro-section1-s2{height:100px;width:1200px; margin:0 auto; margin-top:20px}
.pro-section1-s2 li{width:90px;height:120px;float:left; margin:20px 30px 0 30px;font-size:16px;color:#0066b1; text-align:center;font-family:'microsoft yahei';line-height:70px;}

.pro-section1-s2 li.a1{ background:url(../Images/lbg1-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a1 span{display:none;}			
.pro-section1-s2 li.a1:hover{ background:#fff;}
.pro-section1-s2 li.a1:hover span{
			cursor:pointer;background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a1:hover span b{font-size:18px;line-height:35px;}

.pro-section1-s2 li.a2{ background:url(../Images/lbg2-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a2 span{display:none;}
.pro-section1-s2 li.a2:hover{ background:#fff;}
.pro-section1-s2 li.a2:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a2:hover span b{font-size:18px;line-height:35px;}

.pro-section1-s2 li.a3{ background:url(../Images/lbg3-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a3 span{display:none;}
.pro-section1-s2 li.a3:hover{ background:#fff;}
.pro-section1-s2 li.a3:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a3:hover span b{font-size:18px;line-height:35px;}

.pro-section1-s2 li.a4{ background:url(../Images/lbg4-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a4 span{display:none;}
.pro-section1-s2 li.a4:hover{ background:#fff;}
.pro-section1-s2 li.a4:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a4:hover span b{font-size:18px;line-height:35px;}

.pro-section1-s2 li.a5{ background:url(../Images/lbg5-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a5 span{display:none;}
.pro-section1-s2 li.a5:hover{ background:#fff;}
.pro-section1-s2 li.a5:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a5:hover span b{font-size:18px;line-height:35px;}

.pro-section1-s2 li.a6{ background:url(../Images/lbg6-1.jpg) no-repeat top center  #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a6 span{display:none;}
.pro-section1-s2 li.a6:hover{ background:#fff;}
.pro-section1-s2 li.a6:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a6:hover span b{font-size:18px;line-height:35px;}


.pro-section1-s2 li.a7{ background:url(../Images/lbg7-1.jpg) no-repeat top center  #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a7 span{display:none;}
.pro-section1-s2 li.a7:hover{ background:#fff;}
.pro-section1-s2 li.a7:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:100px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a7:hover span b{font-size:18px;line-height:35px;}


.pro-section1-s2 li.a8{ background:url(../Images/lbg8-1.jpg) no-repeat top center #FFFFFF;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s2 li.a8 span{display:none;}
.pro-section1-s2 li.a8:hover{ background:#fff;}
.pro-section1-s2 li.a8:hover span{ background:#0066b1;position:relative;z-index:99;padding:10px;width:130px;left:-30px;top:-140px;height:170px;display:block;color:#fff; border-radius:8px;line-height:22px;;font-size:14px;}
.pro-section1-s2 li.a8:hover span b{font-size:18px;line-height:35px;}



.pro-section1-s3{height:760px; background:#fff;}

.pro-section1-s3 li{float:left;width:364px;height:420px;margin:0 28px; background: url(../Images/honlibg.jpg) no-repeat center top;}
.pro-section1-s3 li p{ width:295px;height:384px; display:block; background:#f5f5f5; margin-top:17px; margin-left:32px; overflow:hidden;}
.pro-section1-s3 li p img{
transition: .9s;
-moz-transition: .9s;
-webkit-transition: .9s;
-o-transition: .9s;
height:384px;
width:100%;	
}

.pro-section1-s3 li p img:hover{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transition: scale(1.2);
cursor:pointer;	
}

.pro-section1-s3-down{width:180px;height:120px;position: relative;z-index:2;left:50%;top:80px; margin-left:-90px; text-align:center;}
.pro-section1-s3-down h1{font-size:28px;color:#413f3f;height:35px;line-height:30px; font-weight:500;}
.pro-section1-s3-down h2{font-size:16px;color:#a1a0a0;height:20px;line-height:20px; font-weight:500; margin-bottom:10px;}
.pro-section1-s3-pro{width:640px;height:395px;position: relative;z-index:2;left:50%; margin-left:-640px;top:140px;color:#626161;font-size:14px;line-height:24px;font-family:'microsoft yahei';}

.pro-section1-s3-pro h1{width:100%; font-size:20px; font-weight:bold;color:#14306a;height:30px;line-height:30px; letter-spacing:1px;}

.pro-section1-s3-pro h2{width:100%; font-size:30px;color:#161515;height:30px;line-height:30px; letter-spacing:10px; font-weight:normal; }
.pro-section1-s3-pro h2 span{font-size:18px; color:#595858; display:inline-block; letter-spacing:0; }

.pro-section1-s3-pro h3{width:100%; font-size:18px;color:#595858;height:30px;line-height:30px;}
.pro-section1-s3-pro h3 span{font-size:14px; color:#595858; display:inline-block; font-weight:normal;padding-left:22px;}
.pro-section1-s3-pro h4{ width:100%;color:#2fbdf1; font-size:24px; font-weight:normal;}
.pro-section1-s3-pro h4 span{ width:100%;color:#eaeaea; font-size:14px;line-height:28px;}

.pro-section1-s3-pro span{color:#a1a0a0;line-height:18px; margin:10px 0;height:20px; display:block;}
.pro-section1-s3-txt{width:630px;height:395px;position: relative;z-index:2;left:50%; margin-left:35px;top:-255px;color:#626161;font-size:14px;font-family:'microsoft yahei';line-height:24px;}

.pro-section1-s3-txt h1{width:100%; font-size:20px; font-weight:bold;color:#14306a;height:30px;line-height:30px; letter-spacing:1px;}

.pro-section1-s3-txt h2{ width:100%;color:#2fbdf1; font-size:24px; font-weight:normal;}
.pro-section1-s3-txt h2 span{ width:100%;color:#eaeaea; font-size:14px;line-height:28px;}

.pro-section1-s3-txt span{color:#a1a0a0;line-height:18px; margin:10px 0;height:40px; display:block;}
.pro-section1-s3-txt a.a1{width:160px;height:35px; background:#efefef;color:#696969; display:block; margin-top:20px; text-align:center;font-size:15px;font-family:'microsoft yahei';line-height:35px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.pro-section1-s3-txt a.a1:hover{ background:#1160ab; color:#fff}

.pro-section1-s1-txt a.a2{width:142px;height:35px;color:#fff; border:1px #545759 solid;display:block; margin-top:40px; text-align:center;font-size:15px;font-family:'microsoft yahei';line-height:35px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.pro-section1-s1-txt a.a2:hover{ background:#1160ab; border:1px #1160ab solid;}




.pro-section1-s4{height:500px;width:1200px; margin:0 auto; margin-top:20px;}
.pro-section1-s4 li{width:290px;height:220px;float:left; margin:5px 55px ;font-size:16px;color:#161515; text-align:center;font-family:'microsoft yahei';line-height:40px;}
.pro-section1-s4 li img{border:0;width:290px;height:158px;}
.pro-section1-s4 li span{font-size:14px;color:#8b8a8a;line-height:20px;}

.pro-section1-s4 li.a1{ background:url(../Images/p3lbg1.jpg) no-repeat top center;
 width:285px;
line-height:20px;
color:#161616;
font-size:20px;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s4 li.a1:hover{ background:url(../Images/p3lbg1-1.jpg) no-repeat top center;color:#0066b1; }

.pro-section1-s4 li.a2{ background:url(../Images/p3lbg2.jpg) no-repeat top center; width:300px;
line-height:20px;
color:#161616;
font-size:20px;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s4 li.a2:hover{ background:url(../Images/p3lbg2-1.jpg) no-repeat top center;color:#0066b1; }

.pro-section1-s4 li.a3{ background:url(../Images/p3lbg3.jpg) no-repeat top center;
 width:285px;
line-height:20px;
color:#161616;
font-size:20px;
-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
			cursor:pointer;}
.pro-section1-s4 li.a3:hover{background:url(../Images/p3lbg3-1.jpg) no-repeat top center;color:#0066b1; }


.pro-section1-s5{height:500px;width:1260px; margin:0 auto; margin-top:20px;}
.pro-section1-s5 li{width:410px;height:235px;float:left; margin:5px;font-size:16px;color:#161515; text-align:center;font-family:'microsoft yahei';line-height:40px;}
.pro-section1-s5 li img{border:0;width:410px;height:235px;}
.pro-section1-s5 li.l1{width:830px; height:305px;}
.pro-section1-s5 li.l1 img{width:830px;height:305px;}
.pro-section1-s5 li.l2{height:305px;}
.pro-section1-s5 li.l2 img{height:305px;}

.pro-section1-s5 li p{position: relative;width:100%;height:235px;z-index:100;top:-40px;}
.pro-section1-s5 li span{
position: relative;
z-index:200;
opacity:0;
top:195px;
width:100%;
height:40px;
line-height:40px;
color:#fff;
background:#333;
display: block;
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	    -ms-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;
}
.pro-section1-s5 li:hover span{
	opacity:0.8; 
	cursor:pointer;
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	    -ms-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;
}

.pro-section1-s5 li.l1 span, li.l2 span{top:265px;}


.pro-section1-s6{height:500px;width:1220px; margin:0 auto; margin-top:140px;height:180px;}
.pro-section1-s6 li{width:172px;height:172px;float:left; margin:0 65px ;font-size:16px;color:#161515; text-align:center;font-family:'microsoft yahei';line-height:40px; border:1px #e4e4e4 solid; border-radius:86px; text-align-last:center; display:block;
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	    -ms-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;}
.pro-section1-s6 li h1{color:#413f3f;font-size:25px;height:30px;line-height:30px;width:100%; margin-top:45px; font-weight:normal; margin-bottom:10px;}
.pro-section1-s6 li span{color:#817e7e;font-size:15px;width:154px;height:20px; display:block; margin-left:9px;line-height:24px;}

.pro-section1-s6 li:hover{
cursor:pointer;	
background:#0e61a8;
}

.pro-section1-s6 li:hover h1, .pro-section1-s6 li:hover span{color:#fff}

.kk img{
transition: .9s;
-moz-transition: .9s;
-webkit-transition: .9s;
-o-transition: .9s;	
}

.kk img:hover{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transition: scale(1.2);
cursor:pointer;	
}
.prokk{width:100%;height:50px;line-height:50px; text-indent:15px;font-size:14px;}
.prokk a{color:#333;font-family:'microsoft yahei'; display:block; line-height:50px;}
.prokk a:hover{color:#FC0; background:#1a98ff}
.prokk a.on{color:#fff; background:#0d62a8;}
.prokk a.on:hover{color:#FC0; background:#1a98ff}

a.aa1{font-size:18px; display:inline-block;height:40px;line-height:40px;position:relative;top:-120px;font-family:'microsoft yahei';color:#666}
a.aa1:hover{color:#0c60ae }

a.aa2{width:96px;height:35px;line-height:37px;display:inline-block;font-size:14px;color:#666;border:1px #adadad solid; border-radius:6px;font-family:'microsoft yahei'; text-align:center;}
a.aa2:hover{border:1px #0d62a8 solid; background:#0d62a8;color:#fff}