/*---------------------------
[Template Structure]
Project:	 Material
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------
@charset "UTF-8";
/* Reset Framework For Material Specific */
body{
	height:100%;
    background-color:#ececec;
}
a {
	color:#595959;   
}
h1, h2, h3, h4, h5, h6{
 font-weight: 500;   
}
p{
    color:#595959;   
}
h6{
    color:#595959;   
}
#content{
    background-color:#ececec;
}
::-webkit-scrollbar { 
    display: none; 
}
li{ list-style-type:none;}
.material-box{
    background-color:#FFFFFF;
    margin-left:10px;
    margin-right:10px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:20px;
    padding-right:20px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    margin-bottom:30px !important;
    -webkit-appearance: none;
    border-radius:2px;
}
@media (min-width:768px){
    .responsive-columns{
        margin-left:50px;
        margin-right:50px;
    }
    
    .one-third-responsive .material-box{
        margin-left:0px;
        margin-right:0px;
    }
    
    .material-box {
        margin-left:50px;
        margin-right:50px;
    }
    
}
.all-elements{
	position:absolute;
	overflow-x:hidden!important;	
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
}
.header{
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
}
.header-top-logo{
    background-image:url(../ke01_img/logo.png);
	background-position:right center;
    width:122px;
    height:50px;
    background-size:122px 40px;
    margin-top:0px;
    display:block;
    float:right;
	background-repeat:no-repeat;
    margin-top: -15px;
    line-height: 50px;
    margin-bottom: -15px;
}
.header-nav-left{
    float:left;
    color:#252525;
    font-size:20px;
    margin-right:0px;
    width:50px;
    height:50px;
    margin-top:-15px;
    text-align:center;
    line-height:50px;
    margin-bottom:-15px;
    margin-left:-20px;
}
.header-nav-right{
    width:60px;
    height:50px;
    line-height:50px;
    text-align:center;
    margin-top:-15px;
    margin-bottom:-40px;
    margin-right:-20px;
    float:right;
    color:#3b4043;
    font-size:16px;    
}
.header-nav-left:hover{
    color:#252525;
}
.slider-container{
    padding:0px;
}
.more{
    /*margin-left:-20px;
    margin-right:-20px;*/
    padding-left:30px;
    padding-right:30px;
    padding-bottom:13px;
    margin-top:20px;
    border-top:solid 1px rgba(0,0,0,0.1); 
    border-bottom:solid 1px rgba(0,0,0,0.1);
    margin-bottom:-30px;
}
.more .more-link{
    margin-right:-15px;
    margin-top:15px;
    font-weight:600;
    float:right;
    padding-left:15px;
    padding-right:15px;
}
.more .simple-link{
    margin-right:-20px;
    margin-top:15px;
    font-weight:600;
    float:right;
    padding-left:20px;
    padding-right:20px; 
    color:#1f1f1f;
}
.more .active{
    color:#27ae60;
}
.more .share-link{
    margin-top:15px;
    font-weight:600;
    float:right;
    padding-left:15px;
    padding-right:15px;
    color:#1f1f1f;
}
.more .link{
    margin-top:15px;
    font-weight:600;
    float:right;
    padding-left:15px;
    padding-right:15px;
    color:#1f1f1f;   
}
.share{
    margin-top:45px;
    margin-bottom:-15px;
}
.share a{
    font-size:11px;
    float:right;
    padding-left:15px;
    padding-right:15px;
    font-weight:600;
    text-transform:uppercase;
    color:#1f1f1f;
}
.share a:first-child{
    padding-right:10px;
}
.service-column img{
    width:150px;
    height:150px;
    border-radius:150px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    margin-top:10px;
}
.service-column h3{
    text-align:center;
    margin-bottom:0px;
}
.service-column em{
    color:#0085ca;
    font-style: normal;
    display:block;
    text-align:center;
    margin-bottom:10px;
}
.service-column p{
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
    
/*Quote Slider*/
/* 8. Quote Slider */
.quote-slider h4{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;	
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
    color:#595959!important;
}
.quote-slider a{
	text-align:center;
	margin-top:20px;	
}
.quote-slider span{
    margin-top:20px;
    width:80px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.quote-slider span i{
    color:#f1c40f;
    font-size:14px;
}
    
/*Featured Project*/
.featured-item img{
    width:100%;
    height: auto;
}
@media (min-width:768px){
    .featured-project p{
        width:70%!important;
    }
}
.featured-project h3{
    padding-bottom:0px;
    margin-bottom:5px;
   /* text-align:center;*/
}
.featured-project em{
    color:#666;
    text-align:center;
    display:block;
    margin-bottom:15px;
    font-style: normal;
    font-size: 14px;
}
.featured-project p{
    /*text-align:center;
    margin-bottom:0px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    height: 20px; line-height: 20px; overflow: hidden; background-color: #F39C12;*/
}
.xy p {
	text-align:center;
    margin-bottom:0px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    height: 20px; line-height: 20px; overflow: hidden; 
}
/*Homepage Gallery*/
.homepage-gallery h3{
    /*margin-bottom:0px;   */
}
.homepage-gallery .gallery{
    margin-top:15px;
    margin-bottom:0px;
}
/*Footer*/
.footer p{
    color: rgba(89, 89, 89, 0.5);
    font-weight:500;
}
.footer p a{
    color: rgba(89, 89, 89, 0.5);
    font-weight:500;
}
.show-left-sidebar{
    background-color: #1c4e62;
    width:50px;
    height:50px;
    border-radius:50px;
    color:#FFFFFF;
    text-align:center;
    line-height:50px;
    font-size:14px;
    position:fixed;
    z-index:999999;
    bottom:30px;
    left:25px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform:scale(1,1);
    transform:scale(1,1);
    transition:all 350ms ease-in-out;
}
.show-left-sidebar-ball{
    -webkit-transform:scale(0,0);
    transform:scale(0,0);
    transition:all 300ms ease-in-out;
}
.show-left-sidebar i{
    text-shadow:0px 1px 0px rgba(0,0,0,0.2);  
}
.show-left-sidebar:hover{color:#FFFFFF!important;}
.show-right-sidebar:hoveR{color:#FFFFFF!important;}
.show-right-sidebar{
    background-color: #1c4e62;
    width:50px;
    height:50px;
    border-radius:50px;
    color:#FFFFFF;
    text-align:center;
    line-height:50px;
    font-size:14px;
    position:fixed;
    z-index:999999;
    bottom:30px;
    right:25px;
    box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform:scale(1,1);
    transform:scale(1,1);
    transition:all 350ms ease-in-out;
}
.show-right-sidebar-ball{
    -webkit-transform:scale(0,0);
    transform:scale(0,0);
    transition:all 300ms ease-in-out;
}
.show-right-sidebar i{
    text-shadow:0px 1px 0px rgba(0,0,0,0.1);
}
/*Sidebar*/
.sidebar-header{
    background-image:url(../ke01_img/sidebar.jpg);
    background-size:270px 112px;
    width:270px;
    height:112px;
	overflow:hidden;
}
.sidebar-navigation li:hover{
    background-color: #eeeeee;
    transition:all 450ms ease;
}
.sidebar-header p{
    color:#202020;
    padding-left:30px;
    font-weight:500;
    font-size:16px;
    letter-spacing:0.8px
}
.sidebar-logo{
    margin-top:25px;
    margin-left:30px;
    background-image:url(../ke01_img/logo-light.png);
    background-size:120px 40px;
	background-position:left center;
	background-repeat:no-repeat;
    width:120px;
    height:40px;
    display:block;
}
/*Sidebar Navigation*/
.selected{
    background-color: #eeeeee;
}
.selected>h2>a em,.selected>h2>a i,.dq a {
	color:#f84c3e !important;
}

.selected .sslist {
	/*display: block !important;*/
}

.selected>a>i,.selected>a>em {
	color:#f84c3e !important;
}

.selected h2 a {
	color:#f84c3e !important;
}


.sidebar-navigation{
    margin-bottom:30px;
    list-style:none;
    padding-top:0px;
}
.sidebar-navigation li{
    transition:all 450ms ease;
    padding-left:30px;
    list-style:none;
}
.sidebar-navigation li *{
    list-style:none;
    line-height:60px;
    font-size:14px;
    color:#2e2e2e;
}
.sidebar-navigation li em{
    font-style:normal;
    padding-left:50px;
    font-weight:500;
}
.sidebar-navigation li a{
    font-weight:500; color:#000;
}
.sidebar-navigation li a i{
    font-weight:200!important;
    font-size:18px;
    color:#757575;
    width:25px;
    text-align:center;
    margin-right:30px;
    position:absolute;
    margin-top:0px;
}
.sidebar-copyright{
    font-size:12px;
    padding-left:30px;
    line-height:24px;
    margin-bottom:0px;
    padding-bottom:32px;
    opacity:0.5;
}
.sidebar-copyright a {
	opacity:0.5; font-size:12px; color: #202020;
}
/*Sidebar Form*/
.sidebar-form{
}
.sidebar-form .contactField{
    font-family:'Roboto', sans-serif;
    color:rgba(46, 46, 46, 0.5);
    font-size:14px;
    font-weight:500;   
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px rgba(0, 0, 0, 0.1);
    padding-left:30px;
    line-height:70px!important;
    line-height:100%!important;
    height:70px;
    vertical-align:middle;
    padding-bottom:0px;
    padding-top:5px;
    margin-bottom:0px;
    transition:all 400ms ease;
}
.sidebar-form .contactField:focus{
    color:#595959;
    transition:all 400ms ease;
    border-bottom:solid 1px rgba(104, 159, 56, 1)!important;
}
.sidebar-form .contactTextarea{
    font-family:'Roboto', sans-serif;
    color:rgba(46, 46, 46, 0.5);
    font-size:14px;
    font-weight:500;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px rgba(0, 0, 0, 0.1);
    padding-left:30px;
    height:65px;
    max-height:150px;
    padding-bottom:20px;
    padding-top:20px;
    line-height:24px!important;
    transition:all 400ms ease;
    margin-bottom:0px;
}
.sidebar-form .contactTextarea:focus{
    color:#595959;
    height:150px;
    transition:all 400ms ease;
    border-bottom:solid 1px rgba(104, 159, 56, 1)!important;
    
}
.sidebar-form .button{
    margin-top:0px;
    height:50px!important;
    line-height:50px!important;
    padding-top:0px;
    font-weight:600;
    -webkit-appearance: none;
    width:103%!important;
}
.sidebar-form #contactSubmitButton{
    -webkit-appearance: none;
    margin-bottom:-0px;
    transition:all 350ms ease;
}
.show-sidebar-form-button{
    margin-top:0px!important;
    transition:all 350ms ease;
}
.sidebar-form .button:hover{
    transform:none!important;
}
.sidebar-form-message{
    padding-left:30px;
    padding-right:30px;
    font-style:italic;
    color:#b2b2b2;
    font-weight:300;
}
.sidebar-form .static-notification-red{
    margin-bottom:5px;
    height:50px!important;
}
.maps-container{
    padding:0px!important;   
}


 
.l1 {  cursor:pointer;}
.slist { display:none;}
.l2 { }
.l2 a { display:block;} 
.currentl2 a,.l2 a:hover { }
.sslist { display:none;}
.l3 a { 
	display:block; 
	text-indent: 0px;
	} 
.currentl3 a,.l3 a:hover {}

.xbt {
	font-size: 14px; display: block; width: 60%; height: 20px; line-height: 20px; margin: 10px auto 0; overflow: hidden; text-align: center;
}

/*清楚浮动*/

.clearfix:after{  
   content: "020";  
   display: block;  
   height: 0;  
   clear: both;  
   visibility: hidden;    
} 
 .clearfix {  
   /* 触发 hasLayout */  
   zoom: 1;  
}

.xq {
	
}

.xq li {
	list-style-type: none;  width: 50%; height: auto; float: left; margin-bottom: 15px; padding:5px;
}

.xq img {
	 width: 100%;
}

/*
.fd_1 .xq_1 {
	float: left;
}
.fd_1 .xq_2 {
	float:left; height: 100px; background-color: #0093DD; margin-left: 20px;
}*/
.xq li h2 {
	width: 100%;
	    color: #1a1a1a;
    display:block;    
    font-size: 14px;
    height: 20px; 
    overflow: hidden;
    margin: 10px 0 0;
}

.xq li p {
	max-height: 50px;
    line-height: 25px;
     font-size: 12px;
     color: #666;
     margin: 0;
     overflow: hidden;
}

.news {
	margin-top: 15px; margin-bottom: 0;
}
.news li {
	width: 100%; height: 30px; line-height: 30px;
	list-style-type: none;
}
.news li a {
	margin: 0; width: 100%; height: 30px; line-height: 30px;
}
.news li p {
	width: 60%; height: 30px; font-size: 14px; color: #202020; float: left; margin: 0;
	
	display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news li span {
	width: 80px; height: 30px; font-size: 14px; color: #666; float: right; 
}

.zx {
	background-color: #0085CA;
}
.zx h2 {
	font-size: 14px; height: auto; margin: 0 auto;
}
.zx h3  {
	font-size: 14px; color: #666; height: auto; margin: 0 auto;
}


.bt_01,.bt_01 span,.bt_01 h2 {
	font-size: 14px;  color: #202020; 
}
.bt_01 a {
	font-size: 14px; color: #202020;
}
.bt_01 h3 {
	width: 100%; height: 1px; display: block; margin: 0; background-color: #f2f2f2;
}
.bt_01 h3 span {
	width: 70px; height: 1px; display: block; background-color: #f84c3e;
}

.zx_01 {
	padding: 0 !important;
    position: relative;
}

.zx_01 img {
	width: 100%; height: auto;
}

.zx {
	width: 100%; height: 100%; position: absolute; top: 0; left: 0;  background: rgba(0,0,0,0.5);
}

.zx div {
	text-align: center; display: inline-block;  position: absolute;  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* 使用css3的transform来实现 */  width: 80%; height: 40px;  
}
.zx div h2 {
	font-size: 16px; color: #fff;
}
.zx div h3 {
	font-size: 14px;  color: rgba(255,255,255, 0.5);
}

.mg_3 {
	
}

.kc img {
	width: 100%; height: auto; margin-bottom: 15px;
}
.kc h2 {
	font-size: 14px; width: 100%; height: 20px; line-height: 20px; 
}
.kc em {
	font-size: 14px; color: #666; font-style:normal ; width: 100%; height: 20px; line-height: 20px; margin-bottom: 5px;
}
.kc h3 {
	font-size: 14px; width: 100%; height: 20px; line-height: 20px;  margin-bottom: 0;
}
.kc p {
	width: 100%; max-height: 40px; line-height: 20px; overflow: hidden; font-size: 12px; margin-bottom: 0px; display: block; text-indent: 28px;
}

.ck{
    margin-left:-20px;
    margin-right:-20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:13px;
    margin-top:20px;
    border-top:solid 1px rgba(0,0,0,0.1); 
    margin-bottom:0;
}
.ck a {
    margin-right:-15px;
    margin-top:15px;
    font-weight:600;
    float:right;
    padding-left:15px;
    padding-right:15px;
}
.kc_1 {
	margin-bottom: 0px;
}

.kc_2 {
	padding-bottom: 0px;
}

.bt_02 {
	font-size: 14px; color: #202020; margin-bottom: 5px;
}
.bt_03 {
	font-size: 14px; color: #666; margin-bottom: 15px;
}
.bt_4 {
	text-align: left;
}

.zw {
	    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    margin-bottom: 30px !important;
    -webkit-appearance: none;
    border-radius: 2px;
}
.zw p {
	line-height: 30px; 
}
.zw p {
	margin: 0;
}
.zw img {
	max-width:100%; height: auto; display: initial !important;
}

.bj {
	margin-left: 1px; margin-right: 1px;
}

.zt {
	font-size: 12px; color: #202020;
}

.dz {
	margin-top: 15px;
}


.zw_1 {
	margin-top: 15px;
}

.bt_5 h2{
	font-size: 14px; color: #202020; width: 100%; max-height: 40px; line-height: 20px; overflow: hidden; margin: 0 0 5px;
}
.bt_5 h3 {
	font-size: 14px; color: #666; width: 100%; height: 20px; line-height: 20px; overflow: hidden; margin: 0;
}

.bt_5 h3 a {
	font-size: 14px; color: #666; 
}

.zw_2 {
	margin: 15px 0;
}

.zw_2 p {
	margin: 0; line-height: 30px;
} 
.zw_2 img {
	max-width: 100%; display: initial; height: auto !important;
}

.fey h2 span {
	width:60px ; height: 20px; line-height: 20px; font-size: 14px; color: #202020; float: left; display: block;
}
.fey h2 a {
	width:60% ; height: 20px; line-height: 20px; font-size: 14px; color: #202020; float: left; display: block; overflow: hidden;
}
.fey h2 {
	margin: 0 0 5px 0;
}

.zw_4 {
	margin: 15px 0 0;
}
.zw_4 p {
	line-height: 30px; margin-bottom: 0;
}
.zw_4 img {
	max-width: 100%; height: auto; display: initial !important;
}

.load_more {
    height:auto;
	padding:15px 0;
    font-size: 14px;
    text-align: center;
    border-top: 1px dashed #DFDFDF;
    line-height: 30px;
    color: #666;
	overflow:visible !important;
}

.pagelist {
	display:table;
	margin:0 auto;
    text-align: center;
    line-height: 30px;
	height:30px;
	overflow:visible !important;
}

.pagelist a, .pagelist span {
    display: inline-block;
    zoom: 1;
	float:left;
    vertical-align: baseline;
    margin: 0 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 0.6em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cur
{
	color:#FFF;
	background:#32CBDC;
	 }

.ly {
	width: 95%; height: auto; margin: 20px auto 0;
}

.ly li {
	margin-bottom: 20px;
}

.ly p {
	font-size: .9rem; margin-bottom:10px;
}
.ly input {
	width: 100%; height: 40px; line-height: 40px; margin-top: 10px; border: 1px solid #e5e5e5; border-radius: 3px; text-indent: 5px;
}

.ly textarea {
	width: 100%; height:100px; line-height: 20px; margin-top: 10px; border: 1px solid #e5e5e5; border-radius: 3px; text-indent: 5px;
}
.ly button {
	width: 40%; height: 40px; margin: 0 auto; text-align: center; line-height: 40px; background-color: #ff552a; color: #fff; font-size: 1rem; display: block; border-radius: 5px; border: 1px solid #ff552a;
}

.inner{ width:100%; margin-top:10px;
	display: -webkit-flex;
    display: flex;
}
.inner>div {
	float:left; min-width:70px; max-width:70px; margin-right:5px; font-size:14px; line-height:25px;
	
	 -webkit-flex: 1;
    flex: 1;
	}
.inner ul {
	margin-bottom:0px; float:left;
	
	 -webkit-flex: 4;
    flex: 4;
	}
.inner li { float:left; margin:0 5px 0 0; line-height:25px; }				
.inner li a { font-size:14px;}
.right_a_act {background-color: #fdd100; border-radius: 5px; }


.inner-1{ width:100%; margin-top:10px;
	display: -webkit-flex;
    display: flex;
}
.inner-1>div {
	float:left; min-width:90px; max-width:90px; margin-right:5px; font-size:14px; line-height:25px;
	
	 -webkit-flex: 1;
    flex: 1;
	}
.inner-1 ul {
	margin-bottom:0px; float:left;
	
	 -webkit-flex: 4;
    flex: 4;
	}
.inner-1 li { float:left; margin:0 0 0 0; line-height:25px; }				
.inner-1 li a { font-size:14px; padding:0 10px;}
/*.right_a_act {background-color: #fdd100; border-radius: 5px; }*/


.ss-z {
	
	}


.ss-z input {
	width:80%; height:30px; border-radius:3px; border:1px solid #ececec; display:block; float:left; text-indent:5px;
	 
	}
/*.ss-z input:focus{
      position:fixed;
      top:50px;
}*/

/*.hover {
	position:fixed;
      top:50px;
	}
*/
.ss-z button {
	width:19%; height:30px; border-radius:3px; border:1px solid #ececec; display:block; float:right; background-color:#fff;
	}
	
.cp01-z {
	
	}
.cp01-z li {
	display: -webkit-flex;
    display: flex;
	}
.cp01-z li span {
	display:block; width:60px; min-width:60px; max-width:60px;
	
	-webkit-flex: 1;
    flex: 1;
	
	}
.cp01-z li strong {
	display:block; font-weight:normal;
	overflow:auto;
	word-wrap: break-word;
    break-word: break-all;
	
	 -webkit-flex: 3;
    flex: 3;
	}
	
	.cp01-z li strong p {
		line-height:18px; height:auto; overflow:auto;
		word-wrap: break-word;
    break-word: break-all;
		
		}
.cp01-z li strong a {
	display:block; float:left; margin-right:5px;
	}
.cp02{
	border-top:1px solid #ececec; padding:10px 0 0 0;
	}
.cp02>h2 {
	font-size:14px; margin-bottom:0px;
	}
	
.cp01-2 li {
	display: -webkit-flex;
    display: flex;
	}
.cp01-2 li span {
	display:block; width:84px; min-width:84px; max-width:84px;
	
	-webkit-flex: 1;
    flex: 1;
	
	}
.cp01-2 li strong {
	display:block; font-weight:normal;
	overflow:auto;
	word-wrap: break-word;
    break-word: break-all;
	
	 -webkit-flex: 3;
    flex: 3;
	}
.cp01-2 li strong a {
	display:block; float:left; margin-right:5px;
	}
	
.fey-1 h2 {
	margin-bottom:5px;
	}

.fey-1 span {
	    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #202020;
    float: left;
    display: block;
	}
.fey-1 a {
	width: 60%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #202020;
    float: left;
    display: block;
    overflow: hidden;
	}
.qq-1 {
	width:25px; height:60px; display:block;
	 background-image:url(../ke01_img/qq-1.png);
	 background-size:16px 18px;
	background-position: center center;
	background-repeat:no-repeat;
	}