/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
.container{}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}

ul li{list-style:none;}
html, body{
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    background-color: #FFF;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	background:#f0f2f4;
	border-bottom: 1px solid #e6e7e7;
	padding:5px 0;
}
.header_top{
	float:right;
}
ul.header_box{
	list-style:none;
	padding:0;
	float: left;
	margin: 3px 20px 0 0px;
}
ul.header_box li{
	display:inline-block;
}
ul.header_box li span{
	color: #555;
	font-size: 14px;
	font-weight: 600;
}
ul.header_box li.mobile_left{
	border-right: 1px solid #E1E1E1;
	padding-right: 15px;
}
i.message{
	cursor:pointer;
}
i.mobile{
	width: 20px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -5px -7px;
	float:left;
	margin-right:5px;
}
i.msg{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -31px -7px;
	float: left;
	margin: 0 5px 0 10px;	
}
ul.facebook{
	list-style:none;
	padding:0;
	float:left;
}
li.fb a span {
	width: 30px;
	height: 30px;
	background: url(../images/img-sprite.png)no-repeat -59px -1px #1287BF;
	float: left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
li.fb a span:hover {
	opacity:0.8;
}
.header_bottom{
	padding:2em 0;
}
.logo{
	float:left;
}
.consul_btn1{
	display:none;
}
.nav_icon{
	display:none;
}
/* start h_menu */
.menu{
	float:right;
	margin-top: 10px;
}
.h_menu4{
	float:left;
	margin-right: 1em;
}
.toggleMenu {
    display:  none;
    background:rgba(178, 178, 178, 0.22);
    padding: 10px 15px;
    width: 100%;
    color:#87b5de;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav li a {
	display: block;
	padding:8px 15px;
	color: #555;
	font-size: 14px;
}
.nav li {
    position: relative;
}
.nav li.active a, .nav li a:hover {
	color:#87b5de;
}
.nav > li {
    float: left;
}
.nav > li > a.parent {
   background: url(../images/elipse.png) no-repeat right top 15px;
}
.nav > li > a:hover{
	color:#87b5de;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left:0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size: 0.8725em;
	padding: 10px;
	display: block;
	color:#fff;
	background:rgba(73, 93, 137, 0.56);
	position: relative;
	z-index:9999;
	border-top: 1px solid rgba(233, 233, 233, 0.09);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav li li a:hover{
	background:#FAA645;
	color:#fff;
	border-bottom:none;
}
.consul_btn{
	float:left;
}
.consul_btn a{
	text-decoration: none;
	padding: 0.4em 0.5em;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	line-height: 1.3em;
	margin-top:5px;
}
.consul_btn a:hover{
	background:#fff;
	color:#87b5de;
}
/*--slider--*/
/**** Slider *****/
.slider{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	/*--background-size: 100% 100%;--*/
}
.slider_container{
	width:100%;
	margin:0 auto;
}
.banner-wrap {
	width: 80%;
	margin: 0 auto;
}
/**** Slider *****/
.wmuSlider {
	position: relative;
	overflow: hidden;
	padding:0;
}
.wmuSlider.example1 {
	
}
.wmuSlider .wmuSliderWrapper article {
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	/*display:block;*/
}
.slider-left{
	text-align:center;
}
.slider-left h1{
	font-size: 3em;
	color: #FFF;
	font-weight: bold;
	margin-bottom:0;
	line-height: 1.2em;
}
p.top{
	color: #FFF;
	font-size: 2em;
	line-height:1.2em;
	font-weight: 300;
}
ul.button {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	
	margin-top: 3em;
}
ul.button li {
	margin-left: 8px;
	list-style: none;
	display: inline-block;
}
ul.button li a {
	color: #FFF;
	padding: 0.7em 1.5em;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #F8CD53;
}
ul.button li a:hover {
	color:#f8cd53;
	background:#fff;
}
/*--about--*/
.about{
	padding:2em 0;
}
.gallery-head h3 {
	color:#424242;
	font-weight: 700;
	font-size:2.5em;
	margin: 0;
}
.gallery-head span {
	height:5px;
	width:4%;
	background: #424242;
	display: inline-block;
}
.gallery-head p {
	color:#424242;
	width: 60%;
	margin:0 auto;
	font-size:1.2em;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}
.gallery-head{
	margin-bottom: 2em;
}
i.icon1{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)no-repeat -95px 1px;
	display: inline-block;
}
i.icon2{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)no-repeat -199px 1px;
	display: inline-block;
}
i.icon3{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)no-repeat -95px -91px;
	display: inline-block;
}
.about_grid h3{
	margin:0.5em 0;
}
.about_grid h3 a{
	color: #424242;
	font-size:0.95em;
	text-decoration: none;
	font-weight: 600;
}
.about_grid h3 a:hover{
	color:#87b5de;
}
.about_grid p{
	color: #424242;
	font-size: 14px;
	line-height: 1.5em;
	width: 79%;
	margin: 0 auto;
}
.approach{
	background:#f3f3f3;
	padding:5em 0 2em;
}
ul.list1{
	list-style:none;
	padding:0;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	-o-box-shadow:0 0 5px #aaa;
	position:relative;
	margin-bottom: 3em;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.list1 li.list1_img{
	float:left;
	width: 36%;
}
ul.list1 li.list1_desc {
	float: left;
	width: 61%;
	padding: 3em;
	margin-left: 1em;
}
ul.list1 li.list1_desc h3 a{
	color:#424242;
	text-decoration:none;
	font-size:0.85em;
	font-weight:600;
}
ul.list1 li.list1_desc h3 a:hover{
	color:#87b5de;
}
ul.list1 li.list1_desc p{
	font-size:0.85em;
	color:#1E1E1E;
	line-height:1.8em;
}
ul.list1 p.no{
	position: absolute;
	top: 1.5em;
	background: #87b5de;
	text-align: center;
	left: 7em;
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
	line-height: 0.4em;
	padding: 0.4em 0.6em;
	border: 2px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
ul.list1 p.no span{
	font-size: 17px;
	font-weight: 600;
}
ul.list2{
	list-style:none;
	padding:0;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	-o-box-shadow:0 0 5px #aaa;
	position:relative;
	margin-bottom:3em;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.list2 li.list1_img {
	float: right;
	width: 33.5%;
}
ul.list2 li.list1_desc {
	float: left;
	width: 66%;
	padding: 3em;
	text-align: right;
}
ul.list2 li.list1_desc h3 a{
	color:#424242;
	text-decoration:none;
	font-size:0.85em;
	font-weight:600;
}
ul.list2 li.list1_desc h3 a:hover{
	color:#87b5de;
}
ul.list2 li.list1_desc p{
	font-size:0.85em;
	color:#1E1E1E;
	line-height:1.8em;
}
ul.list2 p.no {
	position: absolute;
	top: 1.5em;
	background: #87b5de;
	text-align: center;
	left: 14.8em;
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
	line-height: 0.4em;
	padding: 0.4em 0.6em;
	border: 2px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
ul.list2 p.no span{
	font-size: 17px;
	font-weight: 600;
}
/*--work--*/
.work{
	padding:5em 0;
	background:#87b5de;
}
.work_top {
	margin-bottom: 2em;
}
.work_top h3 {
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	margin: 0;
}
.work_top p {
	color: #fff;
	width: 60%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8em;
}
.work_top span {
	height: 5px;
	width: 4%;
	background: #fff;
	display: inline-block;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:41%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(252, 155, 126, 0.78);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height:280px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
/*----start-port-grid-text----*/
.port-grid-text{
	background:#f35e59;
	width: 50%;
	float: left;
	text-align: center;
	min-height:280px;
	position:relative;
}
.port-grid-pic{
	width:50%;
	float:left;
}
.port-grid-text p{
	color: #FFF;
	font-size:em;
	font-weight:600;	
}
.port-grid-text img{
	margin-top:5em;
}
.arrow-icon1{
	height: 23px;
	width: 26px;
	display: block;
	background: url(../images/arrow-icon1.png) no-repeat 0px 0px;
	position: absolute;
	right: -20px;
	z-index: 999;
	top: 45%;
}
.port-grid-text-c{
	background:#A4B7CF;
}
.arrow-icon1-l{
	background: url(../images/arrow-icon1-l.png) no-repeat 0px 0px;
}
.arrow-icon1-r{
	background: url(../images/arrow-icon1-r.png) no-repeat 0px 0px;
	left: -20px;
}	
.b-animate-go {
	text-decoration: none;
}
.col_1_of_4 {
	display: block;
	float: left;
}
.span_1_of_4 {
	width:50%;
}
.port-grid-text h3{
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	margin: 10px 0 3px;
}
/*--contact-*/
.contact{
	padding:5em 0;
	background:#1287bf;
}
.contact-form_grid {
	text-align: center;
	background: #FFF;
	width: 57%;
	margin: 0 auto;
	padding:3em 4em;
}
.contact-form_grid p{
	font-size:0.85em;
	line-height:1.8em;
	color: #424242;
	margin-bottom: 3em;
}
.contact-form_grid input[type="text"] {
	display: block;
	width: 80%;
	padding: 1.2em;
	margin: 0.2em;
	font-size: 14px;
	color: #555;
	background: #FFF;
	outline-color:#1287bf;
	border: 1px solid #E4E4E4;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	margin: 1em auto;
}
.contact-form_grid input[type="submit"] {
	background: #87b5de;
	padding: 0.9em 1.8em;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	line-height: 1.3em;
	margin-top:1.5em;
	text-align: center;
	text-transform: uppercase;
}
.contact-form_grid input[type="submit"]:hover {
	background: #CE1E17;
}
/*--footer--*/
.footer_top{
	padding:5em 0;
	background:#2a2a2a;
	text-align:center;
}
.footer_top h3{
	color: #FFF;
	font-weight: 700;
	font-size:2em;
	margin-bottom:0.8em;
}
.social li:first-child {
	margin-left: 0;
}
.social ul{
	padding:0;
}
.social li {
	display: inline-block;
	margin-left:12px;
}
.social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social li a i.facebook {
	background-position:5px -46px;
}
.social li a i {
	width:50px;
	height:50px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat;
	border: 2px solid #515151;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.social li a i:hover {
	border: 2px solid #87b5de;
}
.social li a i.twitter {
	background-position:-34px -46px;
}
.social li a i.google {
	background-position:-1px -87px;
}
.social li a i.linkedin {
	background-position:-36px -85px;
}
.footer_top p{
	padding:2em 0;
	color:#C7C0C0;
	font-size:0.85em;
}
.footer_form input[type="text"] {
	display: block;
	width:55%;
	padding: 1.2em;
	font-size: 14px;
	color:#C7C0C0;
	background: #515151;
	outline-color:#87b5de;
	border:none;
	margin:0 auto;
}
.footer_form input[type="submit"] {
	background:none;
	padding: 0.9em 2em;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border:2px solid #515151;
	cursor: pointer;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	line-height: 1.3em;
	margin-top:2em;
	text-align: center;
}
.footer_form input[type="submit"]:hover {
	background: #87b5de;
	border:2px solid #87b5de;
}
.footer-bottom {
	background: #515151;
	padding: 1em 0;
	text-align:center;
}
.copy p{
	color:#fff;
	font-size:0.85em;
}
.copy p a{
	color:#87b5de;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/top.png") no-repeat 0px 0px;
	border-radius: 30em;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--responsive design--*/
@media (max-width:1366px){
}
@media (max-width:1280px){
}
@media (max-width:1024px){
.nav li a{
	padding: 8px 13px;
}
ul.list1 p.no {
	top: 1.3em;
	left: 6em;
	padding:0.3em 0.5em;
}
ul.list2 p.no {
	top: 1.5em;
	left: 12em;
	padding:0.3em 0.5em;
}
.port-grid-text {
	min-height: 231px;
}
.port-grid-text img {
	margin-top: 3em;
}
}
@media (max-width:800px){
.logo img{
	width:55%;
}
.consul_btn a {
	font-size:0.8125em;
	padding:0.6em;
}
.h_menu4 {
	margin-right: 0px;
}
.nav li a {
	padding: 8px 10px;
	font-size: 0.8125em;
}
.menu {
	margin-top: 0;
}
.wmuSlider.example1 {
	
}
.wmuSlider {
	padding:0;
}
.slider-left h1 {
	font-size: 2.5em;
}
p.top {
	font-size: 1.3em;
}
ul.button li a {
	padding: 0.7em 1.2em;
	font-size: 1em;
}
.gallery-head h3 {
	font-size: 2em;
}
.about_grid {
	margin-bottom: 2em;
}
.about{
	padding:5em 0 3em;
}
ul.list1 li.list1_desc p {
	font-size: 0.8125em;
	line-height: 1.8em;
}
ul.list1 p.no {
	top: 1.2em;
	left: 5.4em;
	padding: 0.3em 0.5em;
	font-size: 2.5em;
}
ul.list1 li.list1_desc h3, ul.list2 li.list1_desc h3{
	margin-top:0.8em;
}
ul.list1 li.list1_desc{
	padding:0;
}
ul.list2 li.list1_desc {
	padding: 0;
}
ul.list2 li.list1_desc p {
	font-size: 0.8125em;
}
.port-grid-text h3 {
	font-size: 1.2em;
}
.port-grid-text {
	min-height: 178px;
}
.work_top h3 {
	font-size: 2em;
}
ul.list2 p.no {
	top: 1.1em;
	left: 11em;
	padding: 0.3em 0.5em;
	font-size: 2.5em;
}
.contact-form_grid {
	padding:2em;
}
.contact-form_grid input[type="text"] {
	width: 90%;
	padding: 1em;
}
.gallery-head p {
	width: 65%;
	font-size: 1em;
	line-height: 1.8em;
}
}
@media (max-width:640px){
.logo {
	float:left;
}
.menu {
	float:none;
}
.h_menu4 {
	float: none;
}
.nav > li {
	float: none;
}
.consul_btn{
	display:none;
}
.consul_btn1 {
	float: right;
	display: block;
	margin-bottom: 1em;
}
.consul_btn1 a {
	text-decoration: none;
	padding: 0.5em 0.5em;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	line-height: 1.3em;
	margin-top:5px;
}
.header_bottom {
	padding: 1em 0;
}
.wmuSlider.example1 {
	
}
.wmuSlider {
	padding: 0;
}
.nav_icon {
	display: block;
	float: right;
	margin: -25px 20px;
}
a.toggleMenu {
	text-decoration: none;
}
.logo img {
	width: 60%;
}
ul.list1 p.no {
	top: 0.9em;
	left: 4.4em;
	padding: 0.3em 0.5em;
}
ul.list2 p.no {
	top: 0.8em;
	left: 8.8em;
	padding: 0.3em 0.5em;
}
.work_top p {
	font-size: 1em;
}
.port-grid-text h3 {
	font-size: 1em;
}
.port-grid-text p {
	font-size: 0.8125em;
}
.port-grid-text {
	min-height: 146px;
}
.port-grid-text img {
	margin-top: 1em;
}
}
@media (max-width:480px){
.slider-left h1 {
	font-size: 2em;
}
p.top {
	font-size: 1em;
}
.wmuSlider.example1 {
	
}
ul.button li a {
	padding: 0.7em 1em;
	font-size: 14px;
}
ul.button {
	margin-top: 2em;
}
.wmuSlider {
	padding:0;
}
ul.list1 li.list1_img {
	float: none;
	width: 100%;
	text-align: center;
}
ul.list1 li.list1_desc {
	float: none;
	width: 100%;
	padding: 2em;
	margin-left:0;
}
ul.list2 li.list1_desc {
	float: none;
	width: 100%;
	padding: 2em;
	text-align:center;
}
ul.list2 li.list1_img {
	float: none;
	width: 100%;
	text-align: center;
}
ul.list1 {
	text-align: center;
}
ul.list1 p.no {
	top: 5.2em;
	left: 4em;
	padding: 0.3em 0.5em;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: -webkit-inline-box;
}
ul.list2 p.no {
	top: 5em;
	left: 4.4em;
	padding: 0.3em 0.5em;
}
.port-grid-text h3 {
	font-size: 0.8125em;
}
.port-grid-text p {
	font-size: 11px;
}
.port-grid-text {
	min-height: 105px;
}
.work_top h3 {
	font-size: 1.5em;
}
.contact-form_grid {
	width: 80%;
}
.about_grid h3 a {
	font-size: 0.8125em;
}
}
@media (max-width:320px){
ul.header_box li span {
	font-size: 12px;
}
.header_top {
	float: none;
	text-align: center;
}
ul.facebook {
   display: none;
}
.logo img {
	width: 80%;
}
.logo {
	float: left;
	width: 56%;
}
.consul_btn1 a {
	padding: 0.5em;
	font-size: 12px;
}
.banner-wrap {
	width: 100%;
}
.slider-left h1 {
	font-size: 1.5em;
}
p.top {
	font-size: 14px;
}
.wmuSlider.example1 {
	
}
ul.button li a {
	font-size: 12px;
}
.wmuSlider {
	padding:0;
}
.about {
	padding: 3em 0 1em;
}
.about_grid p, .work_top p, .span_1_of_4, .gallery-head p, .contact-form_grid, .contact-form_grid input[type="text"]{
	width: 100%;
}
ul.list1 p.no {
	top: 3.2em;
	left: 2.5em;
	padding: 0.3em 0.4em;
}
ul.list2 p.no {
	top: 7.5em;
	left: 2.4em;
	padding: 0.3em 0.4em;
}
.approach {
	background: #F3F3F3;
	padding: 3em 0 0em;
}
.gallery-head h3 {
	font-size: 1.6em;
}
.work {
	padding: 3em 0;
}
.col_1_of_4 {
	float: none;
}
.port-grid-text {
	min-height: 134px;
}
.work_top h3 {
	font-size: 1em;
}
.contact {
	padding: 3em 0;
}
.footer_top {
	padding: 3em 0;
}
.footer_form input[type="text"] {
	width: 100%;
}
}

/* 自定义  */
.fl{float:left;}
.fr{float:right;}

.consul_btn  .btncn,.consul_btn1  .btncn{background:#87b5de;}
.consul_btn  .btnen,.consul_btn1  .btnen{color:#333;}

#homebrand{margin-top:-50px;}
#homebrand div{line-height:100px;height:100px;overflow:Hidden;text-align:center;}
#homebrand div a{color:#fff;padding-left:80px;}
#homebrand .branda,#homebrand .brandc{background:#73a0d1;}
#homebrand .brandb,#homebrand .brandd{background:#025caa;}
#homebrand .branda a{display:block;background:url(../images/bz.png) no-repeat 35% 50%;}
#homebrand .brandb a{display:block;background:url(../images/ob.png) no-repeat 30% 50%;}
#homebrand .brandc a{display:block;background:url(../images/ns.png) no-repeat 30% 50%;}
#homebrand .brandd a{font-size:30px;padding:0;}

#homeabout{margin-top:40px;}
#homeabout .fl{padding:40px 30px;border:1px solid #ccc;box-shadow:0px 1px 5px 1px #d4d4d4;}
#homeabout .fl h3 span{font-size:12px;color:#ccc;font-weight:normal;}
#homeabout .fl p{text-indent:28px;line-height:29px;color:#999;margin:40px 0;}
#homeabout .fl a{line-height:40px;padding:0 20px;background:#b9b9b9;color:#fff;display:block;width:120px;text-align:center;}
#homeabout .fl a:hover{background:#87b5de;}
#homeabout .fr{padding:0;}
#homeabout .fr dd{width:50%;float:left;}
#homeabout .fr dd img{width:100%;}
#homeabout .fr dd h3{position:absolute;color:#333;margin-top:-30%;margin-left:5%;}
#homeabout .fr dd p{font-size:14px;line-height:30px;color:#999;}

#homeguanggaotu{background:url(../images/aboutg.jpg) no-repeat 50% 50%;overflow:hidden;}

#homeynnews{overflow:hidden;margin-bottom:15px;}
#homeynnews .newsnav{width:100%;text-align:center;width:280px;margin:0 auto;overflow:Hidden;}
#homeynnews .newsnav a{padding:10px 20px;text-align:center;border:1px solid #ccc;width:120px;display:block;float:left;margin:0 5px;}
#homeynnews .newsnav .cur,#homeynnews .newsnav a:hover{background:#025caa;color:#fff;border:1px solid #025caa;}
#homeynnews .homenewslist{margin-top:20px;}
#homeynnews .homenewsimg{height:260px;margin-top:20px;}
#homeynnews .homenewsimg dd{width:49%;background:#ccc;height:48%;margin-bottom:5px;overflow:hidden;}
#homeynnews .homenewsimg dd img{width:100%;}
#homeynnews .homenewslist dd i{ font-style: normal;display:block;}

.nyaboutbanner img{width:100%;}
.ynprocategory{line-height:35px;overflow:hidden;}
.ynprocategory li{background:#eee;border:2px solid #fff;}
.ynprocategory li:hover,.ynprocategory li:hover a,.ynprocategory .cur,.ynprocategory .cur a{background:#87b5de;color:#fff;}

/*phone*/
@media (max-width:800px)
{
	#homeabout .fr dd h3{margin-left:0;text-align:center;width:50%;}
	
	#homebrand,#homeynnews .homenewslist dd .more,
	#homeprolist_pc .prolistpca,#homeprolist_pc .prolist_2,#homeprolist_pc .prolistpcc,
	#homebranlist,.ynfootm,#ynfoot,#dzqq{display:none;}
	
	#homeynnews .homenewslist dd{background:#e6f0fa;overflow:hidden;margin-top:5px;}
	#homeynnews .homenewslist dd span{display:block;}
	#homeynnews .homenewslist dd .date{width:30%;text-align:center;float:left;overflow:hidden;}
	#homeynnews .homenewslist dd .info{width:68%;float:left;overflow:hidden;}
	#homeynnews .homenewslist dd .tit{height:26px;overflow:Hidden;line-height:26px;margin-top:10px;}
	#homeynnews .homenewslist dd .des{height:26px;overflow:Hidden;line-height:26px;margin-bottom:10px;color:#999;}
	#homeynnews .homenewslist dd .day{margin-top:15px;}
	#homeabout p{max-height:180px;overflow:hidden;}
	#homeprolist_pc .prolist_1{height:200px;overflow:hidden;}
	#homeprolist_pc .prolist_1 dd{width:50%;float:left;text-align:center;}
	#homeprolist_pc .prolist_1 dd img{width:100%;} 
	#homeprolist_pc .homephoneprotit{line-height:40px;width:120px;text-align:center;margin:0 auto;overflow:hidden;border:1px solid #ccc;}
}

/*pc*/
@media (min-width:801px)
{
	#homeprolist_pc .homephoneprotit{display:none;}
	#homebrand,#homeprolist_pc{display:block;}
	#homeprolist_pc .prolistpca img{width:100%;margin-bottom:5px;}
	#homeprolist_pc .prolistpca a{height:140px;display:block;width:100%;line-height:140px;background:#025caa;color:#fff;text-align:center;font-size:30px;}
	#homeprolist_pc{margin-top:25px;margin-bottom:30px;padding:0;}
	#homeprolist_pc .prolistpcb dd{float:left;width:28%;margin:5px 20px;text-align:center;}
	#homeprolist_pc .prolistpcb dd img{width:80%;}
	#homeprolist_pc .prolistpcb dd a p{height:24px;overflow:Hidden;}
	#homeprolist_pc .prolistpcc{height:493px;}
	#homeprolist_pc .prolistpcc a{display:block;background:#eee;text-align:center;font-size:30px;color:#ccc; vertical-align:middle;}
	#homeprolist_pc .prolistpcc .prev{width:100%;height:49%;background:#eee url(../images/aboutd.jpg) no-repeat 50% 50%;}
	#homeprolist_pc .prolistpcc .next{width:100%;height:49%;margin-top:10px;background:#eee url(../images/aboute.jpg) no-repeat 50% 50%;}
	#homeguanggaotu{height:150px;margin-bottom:30px;}
	#homeguanggaotu .fl{background:url(../images/abouth.png) no-repeat 50% 50%;width:50%;height:150px;}
	#homeguanggaotu .fr{background:url(../images/abouti.png) no-repeat 100% 25%;width:50%;height:150px;}
	
	#homeynnews .homenewslist dd{background:#e6f0fa;width:100%;overflow:hidden;margin-bottom:5px;}
	#homeynnews .homenewslist dd span{display:block;float:left;}
	#homeynnews .homenewslist dd .more{background:#7fa5d0;line-height:45px;text-align:center;color:#fff;width:10%;}
	#homeynnews .homenewslist dd .date{width:20%;text-align:center;display:block;overflow:hidden;}
	#homeynnews .homenewslist dd .date .day{font-size:26px;margin-top:10px;}
	#homeynnews .homenewslist dd .date .ym{color:#666;margin-bottom:15px;}
	#homeynnews .homenewslist dd .info{width:68%;overflow:hidden;}
	#homeynnews .homenewslist dd .info .tit{line-height:30px;width:100%;height:30px;overflow:hidden;margin-top:10px;}
	#homeynnews .homenewslist dd .info .des{color:#999;width:100%;overflow:hidden;height:24px;overflow:hidden;}
    
    #ynfoot{background:#333333;padding:40px 0 20px 0;}
    #ynfoot .footnav{overflow:hidden;}
    #ynfoot .footnav h3{color:#666;}
    #ynfoot .footnav a{margin:0 8px;color:#9e9e9e;line-height:30px;}
    #ynfoot .footnav .fa{background:url(../images/fbg.jpg) repeat-y 80% 50%;}
    #ynfoot .footnav .fa img{width:120px;}
    #ynfoot .footnav .fa:last-child{background:none;}
    
    #ynfoot .yn-con{background:#045398;margin:20px 0;overflow:hidden;}
    #ynfoot .yn-con p{float:left;width:30%;padding:15px 0;color:#ccc;padding-left:110px;}
    #ynfoot .yn-con .add{background:url(../images/ynadd.jpg) no-repeat 30px 50%;}
    #ynfoot .yn-con .email{background:url(../images/ynemail.jpg) no-repeat 30px 50%;}
    #ynfoot .yn-con .tel{background:url(../images/yntel.jpg) no-repeat 30px 50%;}
    #ynfoot .footlink{overflow:hidden;width:80%;background:url(../images/ynlink.jpg) no-repeat 0 50%;height:24px;margin:0 auto;padding-left:40px;color:#999;}
    #ynfoot .footlink a{color:#999;margin:0 20px;}
    .ynfootm{text-align:center;color:#ccc;}
    
    /*homebrandlist*/
	.scroll_horizontal{position:relative;width:1170px;padding-bottom:20px;line-height:20px;overflow:hidden;}
	.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;margin:0 auto;}
	.scroll_horizontal .list{overflow:hidden;width:9999px;padding:0;}
	.scroll_horizontal .list li{float:left;width:142px;text-align:center;height:142px;list-style:none;}
	.scroll_horizontal .list li img{width:100%;}
	.scroll_horizontal .plus,
	.scroll_horizontal .minus{position:absolute;top:50px;width:30px;height:60px;background:#eeeeee;cursor:pointer;line-height:60px;color:#999;text-align:center;}
	.scroll_horizontal .plus{left:10px;}
	.scroll_horizontal .minus{right:10px;}
	.scroll_horizontal .plus:hover,
	.scroll_horizontal .minus:hover{background:#74a0d1;}
}

