
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color:aliceblue;
	font-size: 18px;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
  color: #0eb493;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*=========================================
	Header        background-color: rgba(0, 0,0.5, 1);
==========================================*/

#navigation {
 background-color:#000000;
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #32B0EE;
	color: #fff;
}




/*=========================================
	Slider
==========================================*/





/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
	height: 200px;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}


.service-icon {
  
 
  color: #0eb493;
  float: left;
  padding: 10px 0px auto;
	
 
}

.service-desc {
 
  position: relative;
	
    margin-left:140px;	
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}




/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 350px;
  position: relative;
}

 
.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
	
}

.team-member h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #14a2e4;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}


/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color:#121313;
  border-top: 0px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/*  */

.youshi {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.cont {
width: 1200px;
margin:  0 auto;

}
.index_title {
font-size: 26px;
text-align: center;
color: #129edf;
line-height: 30px;
margin-top: 10px;
font-weight: bold;
}
.index_fu_title {
font-size: 26px;
text-align: center;
color: #129edf;
line-height: 30px;
letter-spacing: 1px;
font-weight: bold;
}

.ys_cont {
width: 100%;
height: auto;
margin-top: 0px;
margin-bottom: 80px;
}

.youshi .one {
margin-left: 20px;
}

.youshi .one, .youshi .two, .youshi .three, .youshi .four, .youshi .five {
float: left;
text-align: center;
}

.youshi .ys_title {
font-size: 16px;
color: #000;
line-height: 24px;
color: #faf8f8;
}

.youshi .ys_fu_title {
font-size: 14px;
color: #faf8f8;
line-height: 24px;
}
.xian {
width: 100%;
height: 2px;
background: #333;
overflow: hidden;
margin-top: 280px;
}
.youshi .two {
margin-top: -10px;
margin-left: 220px;
}
.youshi {
margin-top: -139px;
margin-left: 20px;
}
.youshi .three {
  margin-top: -133px;
  /* margin-left: 20px; */
  margin-left: 330px;
  }

.youshi .five {
  margin-top: -129px;
  margin-left: 500px;
  }
.youshi .four {
margin-top: -10px;
margin-left: 80px;
}



.biaoti_Sy{
text-align: center;
margin-top: 15px;
margin-bottom: 45px;
}
.biaoti_Sy h2{
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-weight: normal;
}
.biaoti_Sy h2::after{
content: "";
width: 120px;
height: 15px;
display: block;
background: url(assets/img/service/shouy_Bt.png) no-repeat;
background-position: 0 -22px;
margin-left:20px;
}
.biaoti_Sy h2::before{
content: "";
width: 120px;
height: 15px;
display: block;
background: url(assets/img/service/shouy_Bt.png) no-repeat; 
background-position: 0 -1px;
margin-right:20px;
}

.biaoti_Sy p{ 
color: #878787;
padding-top:10px;
}

.px1200{
margin:0 auto; 
/* width: 1100px; */
width: 100%;
margin-top: -40px;
} 


.zhiShiCQ{
background: black;
box-shadow: 0 0 1px #dedede;
}

.slideTxtBox{ 
/* width:;   */
width: 100%;
 text-align:left; 
}
.slideTxtBox .hd{
 height:62px; 
line-height:62px; 
background:#141414;  
text-align: center;
position:relative;

}
.slideTxtBox .hd ul{ 
float:left;  
position: relative; 

}
.slideTxtBox .hd ul li{ 
float:left;
border-right:1px solid #2a2c2c; /*d9e4e9 */
width:292px;   
cursor:pointer;
font-family: "微软雅黑";
color: white;
font-size: 150%;
}
.slideTxtBox .hd ul li:last-child{
border-right:0px solid #d9e4e9; 
}

.slideTxtBox .hd ul li.on{ 
height:62px; 
background:black; 
color: #279bdf;
}
.slideTxtBox .bd ul{ 
padding:15px 0;
zoom:1;
overflow: hidden;
height: 250px;
}
.slideTxtBox .bd li{  
line-height:24px;
/* 200px */
width: 25%; 
height: 70px;
text-align: center;
overflow: hidden;
float: left;
padding-bottom: 20px;
position: relative;
}

.slideTxtBox .bd li img{
position: relative;
display: inline-block;
top: 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; 
}
.slideTxtBox .bd li:hover img{
top: -5px;
}
.slideTxtBox .bd li a{
display: block;
}

.slideTxtBox .bd li .date{
float:right;
color:#999;
}
.slideTxtBox .bd li p{
line-height: 0;
padding-bottom: 10px;
}
.slideTxtBox .bd li span{
color: #fb0202;
}

.yixia_S{
padding: 10px 20px;
color: #878787;
}


.xiaox_Gd{
border-top: solid 1px #e5ebee;
padding: 20px;
overflow: hidden;
}

.xiaox_Gd .left{
float: left;
}
.xiaox_Gd .txtMarquee-left{
float: left;

}



@media(max-width:640px){
.cont{width:96%; margin:0 auto;}
.index_title{font-size:18px; margin-top:0;}
.index_fu_title{font-size:16px;}
.ys_cont{margin-top:0px; margin-bottom:10px;}
.youshi .ys_title{font-size:12px;}
.ys_cont .ys_fu_title{font-size:10px; line-height:14px;}
.youshi .one, .youshi .two, .youshi .three, .youshi .four, .youshi .five{width:20%;}
.youshi .one{margin-left:0;}
.youshi .two{margin-left:20%; margin-top:-7px;}
.youshi .three, .youshi .five{margin-left:0; margin-top:-110px;}
.youshi .four{margin-left:0; margin-top:-7px;}

html, body {
max-width: 750px;
overflow-x: hidden;
}

.features{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -transition:all 0.3s linear;  float:left; font-size:12px; height:220px; padding-left:21px;  padding-right:4px;  padding-top:15px;  width:170px; cursor:pointer ;text-align: left}
.gray-line{ width:100%; margin:0 auto auto 0px;max-height:300px; padding:5px; border:0px solid #dadada; border-left:none; border-right:none}


.slideTxtBox .hd ul li{ 
float:left;
border-right:1px solid #d9e4e9;
width:100px;  	/*  299px */
cursor:pointer;
font-family: "微软雅黑";
font-size: 100%;
}

.custom_box>div{text-align:left}
.custom_box .item1{width:32%}
.custom_box .item1:nth-child(1){margin-left:0}
.custom_box .item1:nth-child(3){margin-right:0}
.custom_box .item1:nth-child(1),.custom_box .item1:nth-child(2),.custom_box .item1:nth-child(3){margin-bottom:0}
.custom_box .item1:nth-child(10),.custom_box .item1:nth-child(8),.custom_box .item1:nth-child(9){margin-top:0}
.custom_box .item1:nth-child(11),.custom_box .item1:nth-child(12),.custom_box .item1:nth-child(13){display:inline-block}
/* .custom_box .item1{margin-top:-16%!important} */
.custom_box .item1:nth-child(1),.custom_box .item1:nth-child(2),.custom_box .item1:nth-child(3){margin-top:0!important}


.boxtext{ z-index: 111;position: absolute;left:15px;top:15px;width:100%; height:100%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);}
.blackline{  
height: 10px; width: 10px;
}
.scrbar{overflow-y: scroll;  }
.article1{ width: 415px;height:100%;position:absolute; left:0px;  }
.footalign{
    width: 100%;
    text-align: left;
}

}

/* **** */
.page4 .item_box>h2,.page4 .item_box>h5{display:none}
.page4 .item_box .item_bd{margin-top:0}
.custom_box{position:relative;z-index:1}
.custom_box>div{position:relative;width:90%;margin:0 auto;text-align:center}
.custom_box .item1{display:inline-block;width:25%;position:relative;z-index:2;vertical-align:top;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}
.custom_box .item1>div{position:relative;width:70%;padding-top:70%;margin:15%;cursor:pointer;background:#000;border-radius:5px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}
.custom_box .item1>div:after{content:"";left:1px;top:1px;bottom:1px;right:1px;display:block;border:1px solid #ccc;border:1px solid rgba(255,255,255,.3);position:absolute;border-radius:5px}
.custom_box .item1>div:hover{background:#06b5ea;border-color:transparent;z-index:2}
.custom_box .item1:nth-child(1){margin-left:12.5%}
.custom_box .item1:nth-child(3){margin-right:12.5%}
.custom_box .item1:nth-child(1),.custom_box .item1:nth-child(2),.custom_box .item1:nth-child(3){margin-bottom:-12.5%}
.custom_box .item1:nth-child(10),.custom_box .item1:nth-child(8),.custom_box .item1:nth-child(9){margin-top:-12.5%}
.custom_box .item1:nth-child(11),.custom_box .item1:nth-child(12),.custom_box .item1:nth-child(13){display: none;}
.custom_box .item1 img{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}

.page4 .city{width:100%;padding-top:100%;background:url(../img/index/custom_city.png) 0 0 no-repeat;background-size:cover;position:absolute;left:76%;top:4%;-webkit-transform:translateX(100px);-ms-transform:translateX(100px);-moz-transform:translateX(100px);transform:translateX(100px);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out;opacity:0}
.page4.current .city{opacity:1;-webkit-transform:none;-ms-transform:none;-moz-transform:none;transform:none}
.page4 .names{width:100%;padding-top:100%;background:#ccc;border-radius:15px;position:absolute;right:109%;top:-76%;-webkit-transform:translateX(-200px) rotate(20deg);-ms-transform:translateX(-200px) rotate(20deg);-moz-transform:translateX(-200px) rotate(20deg);transform:translateX(-200px) rotate(20deg);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out}
.page4.current .names{opacity:1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}
.page4 .names span{position:absolute;right:10px;top:10px;line-height:5;font-size:32px;color:#ea5106;font-weight:700;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}

@media screen and (min-width:768px) and (max-width:1366px){.page4 .names span{font-size:22px}
}
@media screen and (min-width:700px) and (max-width:1920px){
.boxtext{font-size:150%; position:absolute;left:60px;top:60px;width:100%;height:100%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);}  

.article1{ width: 610px;height:100%;position:absolute; left:25%;  }
.footalign{text-align: left; margin-left: 120px;width: 100%;}


}


.item_bd{margin-top:0px}

@media screen and (max-width:767px){
.item_bd{margin-top:16px}
.index_inner{display:block;vertical-align:top;text-align:center;width:100%;padding-top:0px;height:auto;position:relative;z-index:3}
.index_inner .index_box{display:block;vertical-align:top;text-align:center}
 
}
@media screen and (min-width:768px) and (max-width:1366px){.item_bd{margin-top:50px}}

.index_inner{display:table;vertical-align:middle;text-align:center;width:100%;height:100%;position:relative;z-index:3}
.index_inner .index_box{display:table-cell;vertical-align:middle;text-align:center}

.blackgb{ background-color: black; }
