body {
	font-family: "微软雅黑";
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
ul, li, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}
html, body {
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.top{
	width:100%;
	height:78px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3) ;
	z-index:999;
}
.top-n{
	width:1280px;
	margin:0 auto;
	position:relative;
}
.logo{
    float: left;
    height: 53px;
    width: 390px;
    margin-top: 10px;
}
.nav{
	float:right;
	margin-left:6%;
}
.nav ul{
	float:right;
	margin-top:20px;
}
.nav ul li{
	float:left;
	color:#333;
	height:45px;
	margin:0 15px;
	width:90px;
	font-size:16px;
}
.nav ul li.cur a{
	color:#d38f50;
}
.nav ul li.cur a em{
	color:#d38f50;
}
.nav ul li a:hover{
	color:#d38f50;
}
.nav ul li a:hover em{
	color:#d38f50;
}
.nav ul li span{
	width:100%;
	float:left;
	text-align:center;
}
.nav ul li em{
	width:100%;
	font-size:12px;
	float:left;
	text-align:center;
	color:#999999;
	font-style:normal;
}
.nav ul li a{
	color:#333;
	font-size:16px;
}

.banner {
	width: 100%;
	border: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */

.flex-direction-nav li a {
	width: 22px;
	height: 41px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
	top: 43%;
	text-indent: -9999px;
	cursor: pointer;
}
.flex-direction-nav li a.next {
	background-position: -22px 0px;
	right: 100px;
}
.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 100px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom:0px;
	padding:0;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 4px;
	height: 4px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -12px;
}
.flex-control-nav li a.active {
	background: #d38f50;
	cursor: default;
}
.m_nav {
	display: none;
}
.slides_title {
	display:none;
	position: absolute;
	color: #fff;
	width: 100%;
	top: 12%;
	padding-bottom: 3%;
	text-align:center;
}
.slides_title h1 {
	width: 100%;
	float: left;
	color: #fff;
	text-align:center;
	margin: 0 0;
	margin-top: 8%;
	font-size: 40px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.slides_title p {
	width: 80%;
	float: left;
	color: #fff;
	margin: 0 10%;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 5px;
	line-height: 22px;
}
.slides_title a {
	display:inline-block;
	color: #fff;
	border-radius:20px;
	padding:8px 35px;
	border:1px solid #fff;
	margin-top: 60px;
	font-size: 14px;
	margin: 0 10%;
	margin-top: 3%;
}
.slides_title a:hover {
	display:inline-block;
	color: #fff;
	background:rgba(255,255,255,.3);
	border-radius:20px;
	padding:8px 35px;
	border:1px solid #fff;
	margin-top: 60px;
	font-size: 14px;
	margin: 0 10%;
	margin-top: 3%;
}
.hid {
	opacity: 0.0!important;
	-webkit-transform: translateY(30px)!important;
	transform: translateY(30px)!important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	-webkit-transition-property: opacity, -webkit-transform!important;
	transition-property: opacity, transform!important;
	-webkit-transition-duration: .44s!important;
	transition-duration: .44s!important
}
.hid.lz {
	opacity: 1.0!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important
}
.m{
	width:100%;
	height:auto;
	position:relative;

}
.engineering{
	width:100%;
	background:url(../images/titlebg.png) no-repeat center 50px;
	height:auto;
	overflow:hidden;
}
.engineering-title{
	width:100%;
	height:auto;
	margin-top:35px;
	overflow:hidden;
}
.engineering-title h1{
	width:250px;
	margin:0 auto;
	text-align:center;
	height:auto;
	font-size:36px;
	color:#333333;
}
.engineering-title h1 span{
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#999999;
	font-weight:normal;
}
.engineering-n{
	width:1266px;
	margin:0 auto;
	height:400px;
	margin-top:100px;
}
.engineering-n ul{
	width:100%;
	float:left;
	padding-bottom:100px;
}
.engineering-n ul li{
	width:200px;
	height:258px;
	display:inline-block;
	margin:0 25px;
	float:left;
	background:#f9f9f9;
	border-bottom:2px solid #d38f50;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
	cursor:pointer;
}
.engineering-n ul li a{
	position:relative;
	display:block;
}
.engineering-n ul li:hover{
	width:200px;
	height:320px;
	display:inline-block;
	margin:0 25px;
	float:left;
	margin-top:-28px;
	background:#d38f50;
	position:relative;
	border-bottom:0;
	box-shadow: #efefef 1px 1px 15px 1px;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.engineering-n ul li:hover h2{
	background:#fff;
	margin-top:65px;
}
.engineering-n ul li:hover h1{
	color:#fff;
}
.engineering-n ul li:hover p{
	color:#fff;
	font-size:14px;
}
.engineering-n ul li h2{
	width:60px;
	height:60px;
	margin:0 auto;
	border-radius:50%;
	background:#d38f50;
	margin-top:37px;
	padding:0;
}
.engineering-n ul li h2 span.ic01{
	background:url(../images/h-icon01.png) no-repeat center center;
	width:60px;
	height:60px;
	float:left;
}
.engineering-n ul li:hover h2 span.ic01{
	background:url(../images/h-icon01_1.png) no-repeat center center;
}
.engineering-n ul li h2 span.ic02{
	background:url(../images/h-icon02.png) no-repeat center center;
	width:60px;
	height:60px;
	float:left;
}
.engineering-n ul li:hover h2 span.ic02{
	background:url(../images/h-icon02_1.png) no-repeat center center;
}
.engineering-n ul li h2 span.ic03{
	background:url(../images/h-icon03.png) no-repeat center center;
	width:60px;
	height:60px;
	float:left;
}
.engineering-n ul li:hover h2 span.ic03{
	background:url(../images/h-icon03_1.png) no-repeat center center;
}
.engineering-n ul li h2 span.ic04{
	background:url(../images/h-icon04.png) no-repeat center center;
	width:60px;
	height:60px;
	float:left;
}
.engineering-n ul li:hover h2 span.ic04{
	background:url(../images/h-icon04_1.png) no-repeat center center;
}
.engineering-n ul li h2 span.ic05{
	background:url(../images/h-icon05.png) no-repeat center center;
	width:60px;
	height:60px;
	float:left;
}
.engineering-n ul li:hover h2 span.ic05{
	background:url(../images/h-icon05_1.png) no-repeat center center;
}
.engineering-n ul li h1{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#333333;
	margin-top:30px;
	padding:0;
}
.engineering-n ul li p{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin-top:20px;
}
.pro-img{
	width:65%;
	margin-top:87px;
}
.products{
	float:right;
	width:35%;
	background:#d38f50;
	height:550px;
}
.products-title{
	width:60%;
	float:left;
	margin:40px 0 0 50px;
}
.products-title h1{
	font-size:36px;
	color:#fff;
	font-weight:normal;
}
.products-title h1 span{
	width:100%;
	float:left;
	font-weight:normal;
	font-size:16px;
	color:#fff;
}
.products-n{
	width:60%;
	float:left;
	height:215px;
	overflow:hidden;
	margin:40px 0 0 50px;
}
.products-n ul{
	width:100%;
	float:left;
}
.products-n ul li{
	width:100%;
	float:left;
	font-size:15px;
	line-height:50px;
}
.products-n ul li a{
	color:#fff;
	font-family:"微软雅黑";
}	
.products-n ul li a:hover{
	color:#fff;
	text-decoration:underline;
	font-family:"微软雅黑";
}	
.h-page{
	width:60%;
	float:left;
	margin-left:50px;
	margin-top:20px;
}
.h-page a.pr-u{
	width:46px;
	height:46px;
	border-radius:50%;
	border:1px solid #fff;
	display:block;
	background:url(../images/up-bg01.png) no-repeat center center;
}
.h-page a.pr-w{
	width:46px;
	height:46px;
	border-radius:50%;
	border:1px solid #fff;
	display:block;
	margin-top:20px;
	background:url(../images/up-bg02.png) no-repeat center center;
}
.h-page a:hover.pr-u{
	background:url(../images/up-bg01_1.png) no-repeat center center #FFF;
	border:1px solid #fff;
}
.h-page a:hover.pr-w{
	background:url(../images/up-bg02_1.png) no-repeat center center #FFF;
	border:1px solid #fff;
}
.case{
	width:100%;
	background:url(../images/titlebg01.png) no-repeat center 110px;
	height:auto;
	overflow:hidden;
	padding-top:60px;
}
.case-title{
	width:100%;
	height:auto;
	margin-top:35px;
	overflow:hidden;
}
.case-title h1{
	width:250px;
	margin:0 auto;
	text-align:center;
	height:auto;
	font-size:36px;
	color:#333333;
}
.case-title h1 span{
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#999999;
	font-weight:normal;
}
.case-n{
	width:1272px;
	margin:0 auto;
	margin-top:100px;
}
.case-n ul{
	width:100%;
	float:left;
	padding-bottom:60px;
}
.case-n ul li{
	width:424px;
	min-height:444px;
	display:inline-block;
	float:left;
	
}
.case-n ul li a{
	position:relative;
	display:inline-block;
	background:#fff;
	width:350px;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
	cursor:pointer;
}
.case-n ul li a:hover{
	position:relative;
	display:inline-block;
	background:#fff;
	width:350px;
	box-shadow: #ccc 1px 1px 15px 1px;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
	cursor:pointer;
}
.case-n ul li:hover{
	width:424px;
	min-height:444px;
	display:inline-block;
	float:left;
	margin-top:0px;
	position:relative;
	border-bottom:0;
	
}
.case-n ul li h2{
	width:350px;
	margin:0 auto;
	padding:0;
}
.case-n ul li h1{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	font-size:18px;
	color:#333333;
	margin-top:30px;
	padding:0;
}
.case-n ul li p{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#666666;
	height:72px;
	margin-top:15px;
}
.case-n ul li label{
	width:80%;
	margin:0 10%;
	overflow:hidden;
	text-align:left;
	font-size:14px;
	float:left;
	line-height:24px;
	color:#666666;
	margin-top:20px;
	color:#d38f50;
}
.bg01{
	background:url(../images/bg01.jpg) no-repeat;
	min-height:927px;
	background-size:100% 100%;
}
.bg02{
	background:#f9f9f9;
}
.h-page01{
	width:84%;
	margin:0 auto;
}
.h-page01 a.pr-u{
	width:40px;
	height:40px;
	background:#d38f50;
	color:#fff;
	line-height:40px;
	text-align:center;
	float:left;
	display:block;
}
.h-page01 a.pr-w{
	width:40px;
	height:40px;
	background:#d38f50;
	color:#fff;
	line-height:40px;
	text-align:center;
	float:left;
	display:block;
	margin-left:5px;
}
.about-img{
	width:42%;
	margin-top:0px;
	position:absolute;
	z-index:9999;
}
.about{
	float:right;
	width:70%;
	background:#f9f9f9;
	min-height:600px;
}
.about-title{
	width:100%;
	float:right;
	background:url(../images/titlebg02.png) no-repeat center 16px;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	margin-top:70px;
	overflow:hidden;
}
.about-title h1{
	width:200px;
	margin:0 auto;
	text-align:right;
	height:auto;
	font-weight:normal;
	font-size:36px;
	color:#333333;
}
.about-title h1 span{
	float:left;
	width:100%;
	text-align:right;
	font-size:16px;
	color:#999999;
	font-weight:normal;
}
.about-n{
	width:76%;
	float:right;
	height:auto;
	margin-top:180px;
	position:relative;
	overflow:hidden;
}
.about-n h1{
	width:80%;
	float:left;
	font-size:24px;
	font-weight:normal;
}
.about-n p{
	width:80%;
	float:left;
	margin-top:20px;
	line-height:30px;
	font-size:14px;
	color:#666666;
}
.about-n label{
	width:80%;
	float:left;
	margin-top:30px;
	line-height:30px;
	font-size:14px;
	color:#666666;
}
.about-n label a{
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#d38f50;
	float:left;
}








.bottom{
	width:100%;
	background:#d38f50;
	min-height:280px;
	float:left;
}
.foot-01{
	width:100%;
	border-bottom:1px solid #e9c7a8;
	float:left;
	margin-top:4%;
	padding-bottom:1.5%;
}
.foot-01 dl{
	width:1200px;
	margin:0 auto;
}
.foot-01 dl dt{
	width:50%;
	float:left;
}
.foot-01 dl dt label{
	width:100%;
	float:left;
	font-size:24px;
	color:#ffffff;
	margin-top:45px;
	margin-left:0;
}
.foot-01 dl dt span a{
	display:inline-block;
	margin:0 12px;
	color:#ffffff;
	
}
.foot-01 dl dd{
	width:30%;
	float:right;
	text-align:right;
	margin-top:1%;
}
.foot-01 dl dd label{
	width:100%;
	float:left;
	font-size:12px;
	line-height:22px;
	color:#ffffff;
}
.foot-01 dl dd span{
	width:100%;
	float:left;
	font-size:24px;
	line-height:22px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.foot-01 dl dd span a{color:#ffffff;}
.foot-01 dl dd em{
	width:100%;
	font-style:normal;
	float:right;
	font-size:11px;
	margin-right:-10px;
	line-height:22px;
	color:#ffffff;
}
.foot-02{
	width:100%;
	float:left;
	margin-top:1.5%;
}
.foot-02 dl{
	width:1200px;
	margin:0 auto;
}
.foot-02 dl dt{
	width:60%;
	float:left;
}
.foot-02 dl dt label{
	width:100%;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:22px;
}
.foot-02 dl dt span{
	width:100%;
	float:left;
	font-size:14px;
	color:#ffffff;
	line-height:22px;
	margin-left:-15px;
}
.foot-02 dl dt span a{
	display:inline-block;
	margin:0 15px;
	color:#fff;
}
.foot-02 dl dd{
	width:30%;
	float:right;
	text-align:right;
}
.foot-02 dl dd a{
    color:#fff;
}
.foot-02 dl dd label{
	width:100%;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:22px;
}
.foot-02 dl dd span{
	width:100%;
	float:left;
	line-height:22px;
	font-size:12px;
	color:#ffffff;
	opacity:0.5;
	font-family:Arial, Helvetica, sans-serif;
}
.scrollpic{max-width:1198px; margin:0 auto;}

#myscroll{display:block; width:100%; position:relative; height:554px; padding-top:30px; overflow:hidden;}

#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}

#myscroll ul{display:block; float:left; list-style-type:none;}

#myscroll ul li{display:block; float:left; }

#myscroll ul li a{display:block; float:left; padding:0 0px; position:relative; height:500px; color:#333;}

#myscroll ul li img{margin:0; width:350px;height:253px;}

#mybtns{margin: 20px 10px; width:100%; display:block; height:42px;}

#mybtns a{width:42px; height:42px; display:block; float:left; margin-right:1px; background-color: #c1c1c1;}

#mybtns a:hover{background-color: #d38f50;}

#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}
@media (max-width:750px) {
    .w1200 {
display:none;
}
.w1200 .link{
display:none;
}
.m_nav {
	display: block;
}
.iphone__screen {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0em;
	right: 0em;
	overflow: hidden;
	z-index: 999;
}
.nav--active {
	height: 100%;
}
.iphone__content {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
.nav--active .iphone__content {
	display: block;
}
.nav--active .nav__icon:before, .nav--active .nav__icon:after {
	background: #fff;
}
/**
* Navigation Defaults
*/
.nav1 {
	position: absolute;
	z-index: 100;
	opacity: 0;
	display: none;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav--active .nav1 {
	opacity: 1;
	display: block;
	background-color: #d38f50;
}
.nav__list {
	margin: 50px 0 0 0;
	padding: 10px;
}
.nav__item {
	list-style-type: none;
	text-align: center;
	padding: 15px 0;
}
.nav1__link {
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
	padding: 10px 22px;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 10px;
	top: 11px;
	z-index: 99999;
}
.nav--active .nav__trigger {
	opacity: 0.5;
}
.nav__icon {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 3px;
	background-color: #d38f50;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav__icon:before, .nav__icon:after {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	position: absolute;
	background: #d38f50;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav__icon:before {
	margin-top: -8px;
}
.nav__icon:after {
	margin-top: 8px;
}
.nav--active .nav__icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav--active .nav__icon {
	background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav--active .nav1 {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	border-radius: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.top-n{
	width:90%;
}
.logo{
	width:180px;
	height:auto;
	margin-top: 10px;
}
.logo img{
	width:100%;
}
.engineering-n {
    width: 100%;
	margin-top: 35px;
}
.engineering-n ul{
	padding-bottom:0;
}
.m{
	overflow:hidden;
}
.engineering-n ul li{
	width:90%;
	margin:0 5%;
	height:auto;
	padding-bottom:40px;
	margin-bottom:15px;
}
.engineering-n ul li:hover{
	width:90%;
	margin:0 5%;
	height:auto;
	padding-bottom:40px;
	margin-bottom:15px;
}
.about-img{
	width:100%;
	position:relative;
	float:left;
}
.pro-img{
	width:100%;
	margin-top: 17px;
}
.about{
	width:100%;
	float:left;
}
.products{
	width:90%;
	padding:0 5%;
	float:left;
}
.products-title h1,.case-title h1{
	font-size:27px;
}
.case {
    background: url(../images/titlebg01.png) no-repeat center 51px;
    padding-top: 0;
}
#myscroll ul li a{
	float:none;
	margin:0 auto;
}
.case-n ul li{
	width:415px;
}
.case-n ul li:hover{
	width:415px;
}
.case-n{
    margin-top: 37px;
}
.case-n ul{
	padding-bottom:0;
}
.bg01{
	min-height: auto;
	padding-bottom:20px;
}
#mybtns{
	width:80%;
	margin:10px 10%;
}
#myscroll{
	height:470px;
}
.flexslider .slides img{
	
}
.nav{
	display:none;
}
.top{
	height:45px;
}
.slides_title h1{
	margin-top: 13%;
    font-size: 29px;
}
.product,.product_n{
	width:100%;
}
.engineering-title h1{
	font-size:27px;
}
.engineering-title h1 span{
	font-size:14px;
}
.product_n ul{
	width:98%;
	float:none;
	margin:0 auto;
}
.p-more{
	display:none;
}
.product_n ul{
	margin-top:7px;
}
.product_n ul li {
    width: 45%;
	margin:2.5% 2.5%;
	height:auto;
}
.product_n ul li.pr-01 img,.product_n ul li.pr-05 img,.product_n ul li.pr-07 img,.product_n ul li.pr-08 img,.product_n ul li.pr-10 img,.product_n ul li.pr-12 img{
	width:100%;
	height:180px;
	display:block;
}
.product_n ul li.pr-03,.product_n ul li.pr-10{
	display:none;
}
.product_n ul li.pr-07{
	float:left;
}
.product_n ul li a{
	width:100%;
	height:180px;
}
.market{
	margin-top:10px;
	height:auto;
	background-size:100% 100%;
	padding-bottom:20px;
}
.market-title h1 img{
	width:70%;
}
.market-title {
    margin-top: 30px;
}
.market-n ul{
	width:95%;
	margin:0 auto;
}
.market-n ul li{
	width:46%;
	float:left;
	margin:3% 2%;
}
.market-n{
	margin-top:0;
}
.news{
	width:90%;
	margin:0 auto;
}
.about-t-n{
	width:100%;
	margin:0 auto;
}
.about-t-n dl{
	width:100%;
}
.about_n,.about-title,.news-title{
	width:100%;
	margin-top:0;
}
.about-title h1 img{
	width:100%;
}
.news-title h1 img{
	width:80%;
}
.about-title h1,.news-title h1 {
    margin: 19px 0 0 0px;
}
.about-t-n dl dt{
	width:100%;
}
.news-bg{
	margin-top:7px;
}
.about-t-n dl dd,.about-t-n dl dd ul,.news-t-n,.news-t-n dl{
	width:100%;
}
.about-t-n dl dd ul li{
	width:50%;
	height:169px;
}
.about-t-n dl dd ul li img{
	width:100%;
    height: 169px;
	display:block;
}
.about-t-n dl dd ul li.t02,.about-t-n dl dd ul li.t03{
	width:50%;
	height: 169px;
}
.news-t-n dl dd{
	float:left;
	width:20%;
}
.news-t-n dl dd ul li img{
	width:100%;
	height:auto;
}
.news-t-n dl dt{
	float:right;
	width:80%;
}
.news-t-n dl dd ul li,.news-t-n dl dd ul{
	width:100%;
	margin:0;
}
.news-t-n dl dt ul li{
	margin-bottom:15px;
}
.news-t-n dl dt ul{
	width:100%;
	margin-top:0;
}
.news-t-n dl dt ul li,.news-t-n dl dt ul li img.newsimg,.news-t-n dl dt ul li span,.news-t-n dl dt ul li h1,.news-t-n dl dt ul li p,.news-t-n dl dt ul li label{
	width:100%;
	height:auto;
}
.foot-01,.foot-02{
	width:90%;
	margin:10px auto;
	float:none;
	overflow:hidden;
}
.foot-01 dl,.foot-01 dl dd,.foot-02 dl,.foot-02 dl dd{
	width:100%;
}
.foot-01 dl dt,.foot-02 dl dt{
	display:none;
}
.bottom {
    min-height: 172px;
	overflow:hidden;
}
.about-title{
	position:relative;
}
.about-title {
    background: url(../images/titlebg02.png) no-repeat center 40px;
}
.about-title h1{
	font-size:27px;
	margin:0 auto;
	margin-top:30px;
}
.about-n {
    width: 90%;
    float:left;
	margin:0 5%;
    height: auto;
    margin-top: 40px;
}
.about-n h1,.about-n p,.about-n label{
	width:100%;
}
}
@media (max-width:375px) {
	.case-n ul li {
    width: 372px;
	}
	.w1200 {
display:none;
}
.w1200 .link{
display:none;
}
}
@media (max-width:320px) {
	.case-n ul li {
    width: 320px;
}
.case-n ul li h2 {
    width: 85%;
    padding: 0;
    overflow: hidden;
    margin-left: 10px;
}
#myscroll ul li img {
    margin: 0;
    width: 100%;
}
.about-n{
	padding-bottom:30px;
}
.w1200 {
display:none;
}
.w1200 .link{
display:none;
}
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  color:#fff;
}
.w1200 .link{
    width: 1200px;
  margin-top: 18%;
  color:#fff;
}
.w1200 .link a{
  color:#fff;
}
