@font-face {
	font-family: "Roboto";
	src: url(../fonts/Roboto-Regular.ttf);
}
body {
	overflow-x: auto;
	font-family: "Roboto" !important;
	font-size:15px;
}
li {
	list-style: none;
}
body,  html,  h1,  h2,  h3,  h4,  h5,  h6,  p,  ul,  dl,  div,  li,  dt,  dd,  a,  img,  i,  span,  blockquote,  em {
	margin: 0;
	padding: 0;
}
i,  em {
	font-style: normal;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
a {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}
a:hover,  a:focus,  a:active {
	text-decoration: none;
}
.fm_os {
	font-family: 'open sans';
	font-weight: 600;
}
.no-mr {
	margin-right: 0!important;
}
.no-mb {
	margin-bottom: 0!important;
}
.no-pr {
	padding-right: 0!important;
}
.no-pb {
	padding-bottom: 0!important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.indent1 {
	text-indent: 1em;
}
.indent2 {
	text-indent: 2em;
}
.indent3 {
	text-indent: 3em;
}
.indent4 {
	text-indent: 4em;
}
.indent5 {
	text-indent: 5em;
}
.center {
	text-align: center;
}
div#m-header,#m-footer{display:none;}
#header {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(19,6, 100, 0.75);
	padding:5px 0;
}
#header .h-top {
	display: block;
	padding: 7px 0 0;
	text-align: right;
}
#header .h-top .search-box {
	display: block;
	float: right;
}
#header .h-top .search-box input {
	display: block;
	float: left;
	height: 25px;
	border: 0;
	font-size: 12px;
	background: none;
	outline: none;
	border: 1px solid #ccc;
}
#header .h-top .search-box input[type="text"] {
	color: #fff;
	width: 125px;
	font-size: 12px;
	padding: 0 0 0 10px;
	border-right: 0;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
#header .h-top .search-box input[type="submit"] {
	width: 25px;
	border-left: 0;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background: url(../images/fdj.png) no-repeat left center;
}
#header .h-top .language a {
	display: block;
	float: right;
	font-size: 12px;
	color: #dcdcdc;
	line-height: 17px;
	padding: 2px 0 0 36px;
}
#header .h-top .language a:hover {
	text-decoration: underline;
}
#header .h-top .language .en {
	position: relative;
	margin: 3px 10px 0 20px;
	padding-right: 10px;
	background: url(../images/am.png) no-repeat left center;
}
#header .h-top .language .en:after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 12px;
	right: 0;
	top: 5px;
	background-color: #fff;
}
#header .h-top .language .sa {
	margin-top: 4px;
	background: url(../images/ar.png) no-repeat left center;
}
#header .nav .logo {
	display: block;
	float: left;
	margin:  8px 0 0 -15px;
	width:16%;
}
#header .nav .logo img {
	width: auto;
	max-width: 100%;
}
#header .nav .menu-box {
	display: block;
	width:84%;
}
#header .nav .menu-box .menu > li {
	position: relative;
	display: block;
	float: left;
	text-transform: uppercase;
}
#header .nav .menu-box .menu > li > a {
	position: relative;
	display: block;
	padding: 20px 0 20px 0;
	font-size: 16px;
	color: #fff;
	margin-right:40px;
}
#header .nav .menu-box .menu > li:last-child > a{
	margin-right:0;
	}
#header .nav .menu-box .menu > li:hover > a {
	text-decoration: underline;
}
#header .nav .menu-box .menu > li .sub-menu {
	position: absolute;
	display: none;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	opacity: 0;
	filter: alpha(opacity=100);
	top: 130%;
	left: 0;
	min-width:100%;
	width: auto;
	z-index: 99;
	background: #fff;
}
#header .nav .menu-box .menu > li .sub-menu li {
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
	font-size: 14px;
	color: #333;
	display: block;
	padding: 15px;
	white-space: nowrap;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
	background: rgba(30,187,240,0.25);
}
#iview {
	position: relative;
	margin: 0 auto;
}
#iview,  #iview .iviewSlider {
	display: block;
	width: 100%;
	height: 603px;
	overflow: hidden;
}
#iview .iview-strip,  #iview .iview-block {
	display: block;
	position: absolute;
	z-index: 5;
}
#iview div.iview-directionNav {
	position: absolute;
	top: 230px;
	left: 0px;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../images/nav_paddles.png);
	text-indent: -9999px;
}
#iview div.iview-directionNav a:active {
	background-image: url(../images/nav_paddles_down.png);
}
#iview div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px;
}
#iview .container {
	padding: 128px 0 0 100px;
}
#iview .container .iview-caption {
	color: #002943;
	font-size: 68px;
	line-height: 1em;
}
#iview #iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}
#iview #iview-preloader {
	border: #666 1px solid;
	width: 150px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	position: absolute;
	z-index: 1000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 1px;
	height: 3px;
}
#iview #iview-preloader div {
	background: #666;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	height: 3px;
	width: 0px;
}
#index-body .i-contact {
	display: block;
	text-align: center;
	padding: 100px 10px 0px;
}
#index-body .i-contact li {
	display: block;
	float: left;
	width: 30.3333%;
	height: 210px;
	padding: 0 16px;
	margin:0 1.5%;
	border: 1px solid #e5e5e5;
}
#index-body .i-contact li .img {
	position: relative;
	display: block;
	width: 105px;
	height: 105px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	overflow: hidden;
	margin: -52.5px auto 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
#index-body .i-contact li .img img {
	position: relative;
	width: auto;
	z-index: 1;
}
#index-body .i-contact li .img img.img_02 {
	display: none;
}
#index-body .i-contact li .img:after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateZ(0);
	transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-ms-transition: top 0.2s;
	-o-transition: top 0.2s;
	background-color: #005bac;
}
#index-body .i-contact li .bdy h5 {
	display: block;
	color: #666;
	font-size: 16px;
	margin: 16px 0;
	text-transform: uppercase;
}
#index-body .i-contact li .bdy p {
	color: #888;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
}
/*#index-body .i-contact li.sec {
	margin: 0 56px;
}*/
#index-body .i-contact li:hover {
	box-shadow: 0 0 6px 6px #e5e5e5;
	-webkit-box-shadow: 0 0 6px 6px #e5e5e5;
	-moz-box-shadow: 0 0 6px 6px #e5e5e5;
	-ms-box-shadow: 0 0 6px 6px #e5e5e5;
	-o-box-shadow: 0 0 6px 6px #e5e5e5;
}
#index-body .i-contact li:hover .img .img_01 {
	display: none;
}
#index-body .i-contact li:hover .img .img_02 {
	display: block;
}
#index-body .i-contact li:hover .img:after {
	top: 0;
}
#index-body .i-about {
	display: block;
	padding:50px 0;
}
#index-body .i-about .title h2 {
	display: block;
	color: #005bac;
	padding: 42px 0 21px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	background: url(../images/about_tit.png) no-repeat center bottom;
}
#index-body .i-about .title p {
	margin: 21px 0;
	color: #888;
	line-height: 2em;
	text-align: center;
}
#index-body .i-about .title .containerforstyle .containertitlesdiv {
	margin: 21px 0;
	color: #888;
	line-height: 2em;
	text-align: center;
}
#index-body .i-about .title .containerforstyle {
	color: #888;
}
#index-body .i-about .title h1 {
	display: inline;
	line-height: 2em;
	text-align: center;
	font-size: 14px;
}
#index-body .i-about ul {
	display: block;
	margin: 32px 0 0;
}
#index-body .i-about ul li {
	display: block;
	float: left;
	width: 23%;
	margin:0 1%;
}
#index-body .i-about ul li dl {
	display: block;
	height: 110px;
	padding: 0 15px;
	overflow: hidden;
	background-color: #f2f3f4;
}
#index-body .i-about ul li dl dt {
	display: block;
	margin: 10px 0;
}
#index-body .i-about ul li dl dt span {
	display: block;
	float: left;
	color: #c1c1c1;
	font-size: 72px;
	font-weight: bold;
	line-height: 62px;
	font-family: arial;
}
#index-body .i-about ul li dl dt h4 {
	display: block;
	float: left;
	font-size: 24px;
	color: #222;
	width: 215px;
}
#index-body .i-about ul li dl dd {
	color: #888;
	font-size: 12px;
	line-height: 1.8em;
}
/*#index-body .i-about ul li.sec {
	margin: 0 48px;
}*/
#index-body .i-scroll {
	position:relative;
}
#index-body .i-scroll img{
	width:100%;
	}
#index-body .i-scroll h3 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 40px;
	padding: 16px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#index-body .i-scroll h3:after {
	position: absolute;
	display: block;
	content: '';
	width: 117px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #de0322;
}
#index-body .i-scroll p {
	color: #eee;
	line-height: 2em;
	width: 600px;
	margin: 32px 0 0;
}
#index-body .i-product {
	padding-bottom: 35px;
	background-color: #f5f5f5;
}
#index-body .i-product .title h2 {
	display: block;
	color: #005bac;
	padding: 42px 0 21px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	background: url(../images/about_tit.png) no-repeat center bottom;
}
#index-body .i-product .title p {
	display: block;
	margin: 21px 0;
	color: #888;
	line-height: 2em;
	text-align: center;
}
#index-body .i-product .i-product-scroll-box {
	display: block;
	margin: 30px 0 0;
}
#index-body .i-product .i-product-scroll-box li {
	display: block;
	width: 22%;
	float: left;
	margin: 0 1.5% 30px 1.5%;
}
#index-body .i-product .i-product-scroll-box li .bdy {
	display: block;
	height: 85px;
	padding: 15px 10px;
	background-color: #fff;
}
#index-body .i-product .i-product-scroll-box li .bdy h5 {
	color: #333;
	display: block;
	font-size: 18px;
}
#index-body .i-product .i-product-scroll-box li .bdy p {
	color: #333;
	line-height: 2em;
	margin: 6px 0 0;
}
#index-body .i-product .i-product-scroll-box li .bdy a {
	color: #333;
	line-height: 2em;
	margin: 6px 0 0;
}
#index-body .i-product .i-product-scroll-box li:nth-child(4n) {
	margin-right: 0;
}
#index-body .i-product .i-product-scroll-box li:hover .bdy {
	background-color: #005bac;
}
#index-body .i-product .i-product-scroll-box li:hover .bdy h5,  #index-body .i-product .i-product-scroll-box li:hover .bdy p {
	color: #fff;
}
#index-body .i-product .i-product-scroll-box li:hover .bdy a {
	color: #fff;
}
#header .container .h-top .headerforwords a {
	color: #FFF;
	margin-right: 20px;
	font-size: 14px;
}
#index-body .i-product a.more {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 60px;
	color: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background-color: #005bac;
}
#index-body .i-product a.more:hover {
	color: #005bac;
	background-color: #fff;
}
#index-body .i-project .title h2 {
	display: block;
	color: #005bac;
	padding: 50px 0 32px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	background: url(../images/about_tit.png) no-repeat center bottom;
}
#index-body .i-project .title p {
	display: block;
	margin: 21px 0;
	color: #888;
	line-height: 2em;
	text-align: center;
}
#index-body .i-project ul li, .car_decoration li  {
	position: relative;
	display: block;
	float: left;
	width: 25%;
}
#index-body .i-project ul li img{
	width: auto;
	height: 354px;
}
.car_decoration li img {
	width: 100%;
	height: auto;
}
#index-body .i-project ul li .zoom-box,.car_decoration .zoom-box{
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	overflow: hidden;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.5);
}
#index-body .i-project ul li .zoom-box img ,.car_decoration .zoom-box img{
	width: auto;
	height: auto;
}
#index-body .i-project ul li .zoom-box a,.car_decoration .zoom-box a {
	position: absolute;
	top: 50%;
	margin-top: -38.5px;
	width:77px;
	height:77px;
}
#index-body .i-project ul li .zoom-box a.big,.car_decoration .zoom-box a.big {
	left: 30%;
	background:url(../images/prj_fdj.png) no-repeat center
}
#index-body .i-project ul li .zoom-box a.lik {
	right: 30%;
	background:url(../images/prj_lik.png) no-repeat center
}
#index-body .i-project ul li .zoom-box h5,.car_decoration .zoom-box h5 {
	position: absolute;
	bottom: 42px;
	color: #eee;
	width: 100%;
	padding:0 5%;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}
#index-body .i-project ul li:hover .zoom-box{
	height: 100%;
	margin-top: -177px;
}
.car_decoration li:hover .zoom-box {
	height: 100%;
	top: 0;
}
#index-body .i-news {
	padding: 25px 0 0;
}
#index-body .i-news .title h2 {
	display: block;
	color: #005bac;
	padding: 42px 0 21px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	background: url(../images/about_tit.png) no-repeat center bottom;
}
#index-body .i-news .title p {
	display: block;
	margin: 21px 0;
	color: #888;
	line-height: 2em;
	text-align: center;
}
#index-body .i-news ul {
	display: flex;
  margin: 25px 0;
  flex-wrap: wrap;
}
#index-body .i-news ul li {
	display: block;
	float: left;
	width: 32.333333%;
	margin: 10px 0.5%;
	min-height:180px;
}
/*#index-body .i-news ul li .img {
	display: block;
	float: left;
	width: 33%;
}*/
#index-body .i-news ul li .bdy {
	/*display: block;
	float: right;*/
	padding:15px 1%;
}
#index-body .i-news ul li .bdy h5 {
	color: #555;
	font-size: 16px;
	font-weight: bold;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;*/
}
#index-body .i-news ul li .bdy span {
	display: block;
	margin: 12px 0 10px;
	color: #777;
}
#index-body .i-news ul li .bdy p {
	color: #777;
	font-family: arial;
	line-height: 1.6;
}
/*#index-body .i-news ul li:nth-child(odd) {
	float: right;
}*/
#index-body .i-news ul li:hover h5,  #index-body .i-news ul li:hover span,  #index-body .i-news ul li:hover p {
	color: #005bac;
}
.video-icon{
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	width:80px;
	height:80px;
	}
.video-icon:before{
	font-size: 93px;
line-height: 1;
color:#f0f0f0;
	}
#footer {
	display: block;
	height: auto;
	padding: 48px 0 20px;
	background: #1a1c20;
}
#footer .fot_logo {
	position: relative;
	display: block;
	float: left;
	width: 318px;
	padding-right: 10px;
}
#footer .fot_logo a.logo {
	display: block;
	margin: 0 0 0 7px;
}
#footer .fot_logo a.logo img {
	width: auto;
}
#footer .fot_logo h5 {
	display: block;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 7px;
	/*letter-spacing: 2px;*/
	margin: 20px 0;
	text-transform: uppercase;
}
#footer .fot_logo p {
	font-size: 14px;
	color: #555;
	line-height: 2em;
}
#footer .fot_logo .link {
	margin: 24px 0 0 10px;
	background: url(../images/fot_link.png) no-repeat left top;
}
#footer .fot_logo .link a {
	display: inline-block;
	margin: 0 7px 0 0;
	width: 37px;
	height: 36px;
}
/*#footer .fot_logo:after {
	position: absolute;
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	right: 0;
	top: 40px;
	background-color: #ccc;
}*/
#footer dl {
	position: relative;
	display: block;
	float: left;
}
#footer dl dt {
	display: block;
	color: #fff;
	margin: 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:normal;
}
#footer dl dd a {
	display: block;
	color: #f0f0f0;
	line-height: 2em;
	margin: 0 0 7px;
}
#footer dl dd a:hover {
	color: #fff;
}
#footer dl dd a i{
	margin-right:5px;
	color:#ccc;
}
#footer .fot_link {
	width: 22%;
}
/*#footer .fot_link:after {
	position: absolute;
	display: block;
	content: '';
	height: 173px;
	width: 1px;
	right: 0;
	top: 40px;
	background-color: #ccc;
}*/
#footer .fot_pro {
	width: 160px;
	margin-left: 30px;
}
/*#footer .fot_pro:after {
	position: absolute;
	display: block;
	content: '';
	height: 173px;
	width: 1px;
	right: 0;
	top: 40px;
	background-color: #ccc;
}*/
#footer .fot_cont {
	width: 34%;
}
#footer .fot_cont dd p {
	color: #fff;
	line-height: 2em;
	margin: 0 0 7px;
	/*padding-left: 32px;*/
}
#footer .fot_cont dd p.p2 {
	white-space: nowrap;
}
/*#footer .fot_cont dd p.p1 {
	background: url(../images/fot_01.png) no-repeat left 5px;
}
#footer .fot_cont dd p.p2 {
	background: url(../images/fot_02.png) no-repeat left center;
}
#footer .fot_cont dd p.p3 {
	background: url(../images/fot_03.png) no-repeat left center;
}
#footer .fot_cont dd p.p4 {
	background: url(../images/fot_04.png) no-repeat left 7px;
}*/
#footer .ewm {
	float: right;
	margin: 72px 0 0;
}
#footer .ewm p {
	text-align: center;
	line-height: 2em;
	margin: 7px 0;
}
#footer #go_top {
	position: fixed;
right: 50px;
top: 80%;
cursor: pointer;
margin-top: -25px;
}
.bottom {
	display: block;
	line-height: 45px;
	border-bottom: 2px solid #fff;
	background-color: #000;
}
.bottom p {
	display: inline-block;
	color: #bbb;
	margin: 0 10px 0 0;
}
.bottom p a {
	color: #bbb;
}
.bottom p a:hover {
	color: #fff;
}
.inner-banner {
	width: 100%;
}
.inner-page {
	background: #f9f9f9;
	padding-bottom: 70px;
}
.inner-page .bread-crumbs {
	padding: 15px 0;
}
.inner-page .bread-crumbs a,  .inner-page .bread-crumbs span {
	font-size: 14px;
	color: #444;
}
.inner-page .bread-crumbs a:hover {
	color: #ff6500;
}
.inner-page .sidebar {
	width: 16%;
	background-color: #fff;
}
.inner-page .sidebar .side-top {
	border: 1px solid #fff;
}
.inner-page .sidebar .side-top .side-tit {
	display: block;
	color: #333;
	padding: 35px 0 15px 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner-page .sidebar .side-top .side-menu {
	padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	text-indent: 34px;
	color: #555;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../images/side-arr-h.png);
}
.inner-page .sidebar .side-top .side-menu li a:hover,  .inner-page .sidebar .side-top .side-menu li a.active {
	background-color: #0e6eb8;
	background-image: url(../images/side-arr.png);
	color: #fff;
	text-indent: 45px;
	background-position: 30px center;
}
.inner-page .sidebar .side-top .side-menu li .children {
	padding-left: 20px;
}
.inner-page .sidebar .side-contact {
	margin-top: 30px;
	border: 1px solid #fff;
}
.inner-page .sidebar .side-contact h3 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	padding: 12px 0 12px 20px;
	background: #303030;
	margin-bottom: 30px;
}
.inner-page .sidebar .side-contact ul li {
	color: #333;
	margin-bottom: 15px;
	padding: 0 15px 0 20px;
}
.inner-page .sidebar .side-contact ul li a {
	color: #333;
}
.inner-page .page-right-bar {
	width: 82%;
	padding: 15px;
	background-color: #fff;
}
.inner-page .page-right-bar .about-artical ul{
	width:100%;
	display:inline-block;
	}
.inner-page .page-right-bar .about-artical ul li{
	width:50%;
	float:left;
	}
.inner-page .page-right-bar .about-artical ul li h3{
	color:#1064aa;}
.inner-page .page-right-bar .about-artical ul li p{
	line-height: 1.6;
margin-bottom: 5px;
	}
.inner-page .container .page-right-bar .piclist h1 {
	color: #333;
	font-size: 30px;
}
.inner-page .container .page-right-bar .piclist .productpageh1divs {
	margin-bottom: 16px;
}
.inner-page .container .page-right-bar .piclist .productpageh1divs a {
	color: #333;
	font-weight: 500;
}
.inner-page .piclist li {
	float: left;
}
.inner-page .piclist li p {
	text-align: center;
	margin: 7px 0;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner-page .piclist li:hover .pic-zoom {
	opacity: 1;
}
.inner-page .piclist li:hover p {
	color: #0e6eb8;
}
.about-page .about-artical img {
	width: auto;
	max-width: 100%;
}
.about-page .about-artical p {
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
	text-indent: 2em;
}
.product-page .piclist li {
	width: 23%;
	margin: 10px 1%;
}
.product-page .piclist li a{
	font-size:15px;}
.product-page .piclist li img{
	box-shadow:0 2px 5px rgba(0,0,0,0.5);
	}
.tablepress td, .tablepress th {
    border-top: 1px solid transparent;
        border-top-color: transparent;
    padding: 5px 10px 5px 5px;
}
.tablepress th {
    text-align: left;
}
.tablepress table, .tablepress td, .tablepress th {
    border-color: rgba(51,51,51,0.11);
        border-bottom-color: rgba(51, 51, 51, 0.11);
}
.tablepress thead th {
    border-bottom: 1px solid #ddd;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
	border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
width: 100%;
margin:10px 0;
font-size:15px;
}
.tablepress .odd td {
 background-color:#f9f9f9
}
.tablepress .even td {
 background-color:#fff
}
.tablepress .row-hover tr:hover td {
 background-color:#f3f3f3
}
.job-warp {
	width: 100%;
	margin: 0 auto 80px;
}
.job-warp ul li {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #e9ebed
}
.job-warp li .title {
	height: 52px;
	line-height: 52px;
	padding: 0 40px;
	color: #4b4b4b;
	background-color: #f5f5f5;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom:10px;
}
.job-warp li.on .title {
	background-color: #0e6eb8;
	color: #fff;
}
.job-warp li .title span {
	float: right;
	padding-right: 30px;
	background: url(../images/job-icon1.png) right center no-repeat;
	font-size:14px;
}
.job-warp li.on .title span {
	background: url(../images/job-icon2.png) right center no-repeat
}
.job-warp li .warp {
	padding: 10px 15px 20px;
	background-color: #fff;
	display: none
}
.job-warp .warp .tbl {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 20% 20px 0;
	border-bottom: 1px solid #e9ebed
}
.job-warp .warp .tbl p {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 26px;
}
.job-warp .warp .tbl p span {
	color: #565656;
	padding-left: 15px;
}
.job-warp .warp .cont h2 {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	margin-bottom: 15px;
}
.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {
	font-size: 14px;
	line-height: 1.8;
	color: #565656
}
.job-warp .warp .cont .cent h3,.job-warp .warp .cont .cent div h4{
	color:#0e6eb8;
	}
.job-warp .warp .cont .cent div h4{
	margin:10px 0;
	font-weight:bold;
	}
.job-warp .warp .cont .cent hr{
	border-style:dashed;
	}
.job-warp .warp .cont .cent div.specification{
	width:100%;
	display:inline-block;
	}
.job-warp .warp .cont .cent div.specification img{
	float:left;
	margin:0 20px;
	width:20%;
	}
.job-warp .warp .cont .cent div.specification p{
	font-size:18px;
	}
.job-warp .warp .cont .cent div.specification p span{
	color:#0e6eb8;
	font-weight:bold;
	}
.job-warp .warp .cont .cent div{
	display:inline-block;
	}
.job-warp .warp .cont .cent li{
	border:none;
	margin:10px 0;
	line-height:1.5;
	padding-left:15px;
	position:relative;
	}
.job-warp .warp .cont .cent li:before{
	display: inline-block;
font: normal normal normal 8px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 8px;
color: #999;
content: "\f111";
position:absolute;
left:0;
top:50%;
margin-top:-4px;
	}

.job-warp .warp .btns {
	font-size: 14px;
	line-height: 1.8;
	color: #346452;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp .warp .btns:hover {
	color: #222;
}
.prodet-page .product-details .prodet-top-l {
	width: 50%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
	margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
	float: left;
	width: 16%;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 0;
}
.prodet-page .product-details .prodet-top .col-lg-4{
	text-align:center;
}
.prodet-page .product-details .prodet-top h1.protit {
	margin: 23px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prodet-page .product-details .prodet-top .prodetail p {
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
}
.prodet-page .pp_content_container img {
	width: auto;
	height: 100%;
}
.prodet-page h4.pro-title {
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #0e6eb8;
	font-size: 14px;
	margin-bottom: 15px;
}
.prodet-page .prodet-details {
	margin-top: 50px;
	margin-bottom: 20px;
}
.prodet-page .prodet-details p {
	font-size: 12px;
	line-height: 1.8em;
}
.prodet-page .recommend-product {
	margin: 50px 0;
}
p.paragraph{
	margin-bottom: 10px;
	font-size:15px;
	color:#666;
	}
.recommend-product ul li img{
	margin-bottom:20px;}
.program img{
	margin:0;
	height:24px;
	}
.program span{
	line-height:24px;
	font-size:16px;
	margin-left:5px;
	}
.modernization h2{
	margin:15px 0 10px;
	}
.modernization p{
	line-height:1.5;
	margin-bottom:15px;
	}
/*.prodet-page .recommend-product ul li {
	float: left;
	width: 23%;
	margin-left: 2.6%;
}
.prodet-page .recommend-product ul li p {
	color: #000;
	margin-top: 8px;
	text-align: center;
}
.prodet-page .recommend-product ul li:first-child {
	margin-left: 0;
}*/
.news-page .newslist li {
	padding: 0 10px 8px 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.news-page .newslist li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
}
.news-page .newslist li i,  .news-page .newslist li p {
	color: #777;
	font-size: 14px;
}
.news-page .newslist li i {
	display: block;
	margin: 10px 0;
}
.news-page .newslist li p {
	line-height: 1.8em;
	font-size: 15px;
}
.news-page .newslist li:hover h3 {
	color: #0e6eb8;
}
.news .news_title h1 {
	padding-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .news_date {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
.news .news_abst {
	border-bottom: 1px dashed #CCC;
	padding: 10px 0;
	font-size: 14px;
}
.news .news_abst p {
	display: inline-block;
}
.news .news_contents {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	clear: both;
	margin-top: 10px;
	border-bottom: 1px dashed #CCC;
	padding: 20px 0;
}
.news .news_contents a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.news .news_contents p,  .news .news_contents div,  .news .news_contents span,  .news .news_contents table {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	clear: both;
}
.news .news_next {
	width: 99%;
	margin-top: 0px;
	padding-left: 5px;
	border-top: 0px solid #CCC;
	text-align: left;
	padding-top: 10px;
}
.news .news_next a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #999;
	font-size: 15px;
	margin-left: 5px;
}
.news .news_next a:hover {
	color: #0e6eb8;
}
.news .newsnav {
	margin-bottom: 30px;
}
.contact-page {
	padding-top: 0;
}
.contact-page img {
	width: auto;
}
.contact-page .cn-form {
	width: 62%;
	float: left;
	padding: 25px 35px 15px;
}
.contact-page .contact-details {
	background: #fff;
	width: 36%;
	padding: 30px;
	border: 6px solid #f2f2f2;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
	font-size: 24px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 20px;
	color: #444;
	padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
	margin-bottom: 10px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.contact-page .contact-details .contact-list p {
	font-size: 14px;
	line-height: 2em;
}
.contact-page .contact-details .contact-list a {
	color: #333;
}
.contact-page .contact-details .contact-list a:hover {
	color: #0e6eb8;
}
.lg-page .piclist li {
	width: 31.33333%;
	margin: 10px 1%;
}
.faq-page .faq-list dt {
	font-size: 16px;
	color: #0e6eb8;
	font-weight: 600;
}
.faq-page .faq-list dd {
	font-size: 14px;
	color: #222;
	margin: 10px 0 30px;
}
.cn-form {
	width: 100%;
	height: auto;
	padding: 35px 45px 25px;
	border: 1px solid #dddddd;
	background: #fff;
}
.cn-form p {
	font-size: 18px;
	padding: 10px 0;
	color: #666;
}
.cn-form .formtit {
	margin-bottom: 26px;
	font-size: 22px;
	line-height: 24px;
	color: #444;
	text-align: center;
	padding-bottom: 18px;
	background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
	margin-bottom: 13px;
	color: #444;
}
.cn-form li label {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.cn-form .btnTjly {
	font-size: 15px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: 100%;
	height: 38px;
	background: #0e6eb8;
	border: none;
	cursor: pointer;
	color: #fff;
}
.cn-form .btnTjly:hover {
	background: #000;
}
.cn-form .m-form-l {
	width: 49%;
}
.cn-form .m-form-l li .iptTxt {
	font-size: 13px;
	padding: 0 15px;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	width: 100%;
	border: 1px solid #dedede;
	height: 30px;
	outline: none;
	background: #fff;
	color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
	border-color: #e9322d;
	box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	outline: 0;
	background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
	width: 95%;
	height: 383px;
	border: 1px solid #dedede;
	outline: none;
	resize: none;
	padding: 14px;
	color: #ccc;
	line-height: 18px;
}
.cn-form .m-form-r {
	width: 49%;
}
.cn-form .m-form-r textarea {
	height: 287px;
	width: 100%;
	border: 1px solid #dedede;
	font-size: 13px;
	padding: 10px 15px;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
	border-color: #e9322d;
	box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	outline: 0;
	background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.cn-form .yzm img {
	width: 19.4%;
	height: 30px;
}
.cn-form .yzm input {
	font-size: 13px;
	padding: 0 15px;
	width: 75.6%;
	border: 1px solid #dedede;
	height: 30px;
	outline: none;
	background: #fff;
	color: #777;
}

::-webkit-input-placeholder {
 color: #777;
}

:-moz-placeholder {
 color: #777;
}

::-moz-placeholder {
 color: #777;
}

:-ms-input-placeholder {
 color: #777;
}
.zoom-box {
	position: relative;
}
.zoom-box img{
	width:100%;
	}
.zoom-box .pic-zoom {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.4s ease-in;
	-webkit-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-ms-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
	opacity: 1;
	filter: alpha(opacity=1);
}
.zoom-pic {
	overflow: hidden;
}
.zoom-pic img {
	transition: 1s linear;
	-webkit-transition: 1s linear;
	-moz-transition: 1s linear;
	-ms-transition: 1s linear;
	-o-transition: 1s linear;
}
.zoom-pic img:hover {
	transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
	-webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
	-moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
	-ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
	-o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
	position: relative;
}
.white-zoom:after {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	content: '';
	position: absolute;
	z-index: 2;
	width: 1px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	left: 50%;
	top: 50%;
}
.around-line li {
	float: left;
	position: relative;
	cursor: pointer;
}
.around-line li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.around-line li:before,  .around-line li:after {
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	position: absolute;
}
.around-line li:before {
	top: 0;
	left: 0;
	right: 100%;
	bottom: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
	right: 0;
	bottom: 0;
	top: 100%;
	left: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:hover:before {
	bottom: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.around-line li:hover:after {
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.around-line li.active:before {
	bottom: 0;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.around-line li.active:after {
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.m-page {
	text-align: center;
	line-height: 22px;
	font-size: 0;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	color: #138bdf;
}
.m-page .pagination{
	width: 100%;
text-align: center;
}
.m-page .pagination li{
	width: auto;
float: none;
display: inline-block;
margin: 0 5px;
}
.m-page a,  .m-page span {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	text-shadow: 0 1px #fff;
	background: #fff;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
}
.m-page a {
	text-decoration: none;
	color: #000;
}
.m-page a:first-child {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.m-page a:last-child {
	margin-right: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.m-page a:hover {
	color: #fff;
	background: #0e6eb8;
}
.m-page a:active {
	background: #0e6eb8;
}
.m-page span.current,  .m-page span.current:hover,  .m-page span.current:active {
	cursor: default;
	color: #fff;
	background: #0e6eb8;
}
.design .column-1{
	white-space:nowrap;
	}
.prolist li{
	margin-bottom:30px;
	}
 @media screen and (max-width:767px) {
	 @font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
}
body {
  overflow-x: hidden;
  font-family: 'HelveticaNeueLTPro-Roman', Arial, 'Microsoft YaHei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
div#m-header {
  height: 50px;
  line-height: 50px;
  background: #262626;
  position: fixed;
  padding: 0 6%;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  display:block;
}
#m-header .side-menu-btn {
  margin-top: 16px;
  cursor: pointer;
}
#m-header .side-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #dddddd;
  margin-bottom: 6px;
}
#m-header .side-menu-btn span:last-child {
  margin-bottom: 0;
}
#m-header .logo {
  display: inline-block;
}
#m-header .logo img {
  max-height:40px;
  height:auto;
  width: auto;
  margin-top:5px;
}
#m-header .h-email {
  color: #d2d2d2;
  font-size: 24px;
}
#m-header .side-menu {
  overflow-y: scroll;
  position: fixed;
  left: -100%;
  top: 0;
  width: 278px;
  background: #222222;
  z-index: 1002;
  padding: 0 24px 70px 34px;
  max-height: 100%;
  min-height:100%;
}
#m-header .side-menu .side-close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  cursor: pointer;
  top: 12px;
  background: url(../images/side-close.png) no-repeat;
  background-size: 100%;
}
#m-header .side-menu .side-logo {
  margin:20px 0 40px;
  text-align: center;
}
#m-header .side-menu .side-logo img {
  width: auto;
  max-width:150px;
  height: auto;
}
#m-header .side-menu .list > li {
  margin-bottom: 36px;
  line-height: 22px;
}
#m-header .side-menu .list > li:last-child {
  margin-bottom: 0;
}
#m-header .side-menu .list > li > i {
  width: 40px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
}
#m-header .side-menu .list > li > span {
  width: 180px;
  text-align: left;
  color: #bbbbbb;
  position: relative;
}
#m-header .side-menu .list > li > span a {
  display: block;
  color: #bbbbbb;
}
#m-header .side-menu .list > li > span a.dropmenu {
  background: url(../images/sub-drop-ico.png) no-repeat right center;
}
#m-header .side-menu .list > li > span > dl {
  padding-top: 30px;
  display: none;
}
#m-header .side-menu .list > li > span > dl dd {
  margin-bottom: 10px;
}
#m-header .side-menu .list > li > span > dl dd:last-child {
  margin-bottom: 0;
}
#banner {
  margin-top: 50px;
}

#index-body .hasop {
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#index-body .i-tit {
  text-align: center;
  margin-bottom: 22px;
  color: #cccccc;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
}
#index-body .i-tit:after {
  left: 50%;
  margin-left: -14px;
  content: '';
  position: absolute;
  bottom: 0;
  background: #e1291f;
  width: 28px;
  height: 2px;
}
#index-body .i-about {
  padding: 21px 15px;
}
#index-body .i-about .box {
  border-top: 1px solid #323232;
  padding: 27px 0 27px;
  border-bottom: 1px solid #323232;
}
#index-body .i-about .box .i-tit {
  text-align: left;
}
#index-body .i-about .box .i-tit:after {
  left: 0;
  margin-left: 0;
}
#index-body .i-about .box .about-con {
  height: 110px;
  overflow-y: scroll;
}
#index-body .i-about .box .about-con p {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 18px;
}
#index-body .i-product .list li {
  width: 47%;
  float: left;
  margin-bottom: 21px;
}
#index-body .i-product .list li .img-box {
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  background: #eeeeee;
}
#index-body .i-product .list li .con-box {
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  background: #282828;
  text-align: center;
  height: 72px;
  padding-top: 16px;
}
#index-body .i-product .list li .con-box h3 a {
  display: block;
  font-size: 13px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .i-product .list li .con-box p {
  color: #bbbbbb;
  font-size: 12px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .i-news {
  padding: 22px 0 28px;
}
#index-body .i-news .news-box {
  border: 1px solid #323232;
}
#index-body .i-news .news-box li {
  padding: 21px;
}
#index-body .i-news .news-box li h3 a {
  display: block;
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .i-news .news-box li .date {
  color: #bbbbbb;
  font-size: 12px;
  display: inline-block;
  margin: 14px 0 16px;
}
#index-body .i-news .news-box li .date i {
  font-size: 16px;
  margin-right: 7px;
}
#index-body .i-news .news-box li .abst {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 18px;
}
#index-body .i-news .news-box li a.more {
  margin-top: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #cccccc;
  font-size: 12px;
  display: block;
  width: 70px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  background: #e1291f;
}
#m-footer {
  padding: 35px 0 46px;
  background: #222222;
  display:block;
}
#m-footer .f-top {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #303030;
  padding-bottom: 25px;
  text-align: center;
}
#m-footer .f-top img {
  width: auto;
  height: auto;
  max-width:91px;
}
#m-footer .f-top p {
  color: #bbbbbb;
  font-size: 12px;
  margin: 12px 0 15px;
}
#m-footer .f-top .f-social a {
  margin: 0 6px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #bbbbbb;
  color: #fff;
}
#m-footer .f-copyright {
  text-align: center;
  padding: 15px 0;

}
#m-footer .f-copyright p {
  color: #bbbbbb;
  font-size: 12px;
  transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(0.8, 0.8) skew(0, 0) rotateX(0) rotateY(0);
}
#m-footer .f-tool {
  padding-top: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  height: auto;
  background: #222222;
  left: 0;
  bottom: 0;
  z-index: 1001;
    border-top: 1px solid #303030;
	padding:10px 0;
}
#m-footer .f-tool a {
  float: left;
  width: 25%;
}
#m-footer .f-tool a i,
#m-footer .f-tool a span {
  display: block;
  color: #dddddd;
}
#m-footer .f-tool a span {
  font-size: 14px;
}
.inner-page {
  padding: 38px 15px 50px;
  margin-top: 50px;
  border-top: 1px solid #303030;
}
.inner-page .inner-tit {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #bbbbbb;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 14px;
}
.inner-page .inner-tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #e1291f;
  margin-left: -14px;
}
.inner-page.about-page .con p {
  font-size: 12px;
  line-height: 18px;
  color: #bbbbbb;
  margin-top: 25px;
}
.inner-page.product-page .con .list li {
  width: 47%;
  float: left;
  margin-bottom: 21px;
}
.inner-page.product-page .con .list li .img-box {
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  background: #eeeeee;
}
.inner-page.product-page .con .list li .con-box {
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  background: #282828;
  text-align: center;
  height: 72px;
  padding-top: 16px;
}
.inner-page.product-page .con .list li .con-box h3 a {
  display: block;
  font-size: 13px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page.product-page .con .list li .con-box p {
  color: #bbbbbb;
  font-size: 12px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page.prodet-page .con p {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 18px;
}
.inner-page.prodet-page .con .pro-det {
  margin: 22px 0 30px;
}
.inner-page.prodet-page .con .pro-infor .tit {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 18px;
}
.inner-page.prodet-page .con .pro-infor .table-box {
  width: 100%;
  overflow-x: scroll;
}
.inner-page.prodet-page .con .pro-infor .table-box table {
  width: 100%;
}
.inner-page.prodet-page .con .pro-infor .table-box table td {
  padding: 6px 30px;
  border: 1px solid #323232;
  color: #cccccc;
  font-size: 12px;
  font-weight: 500;
}
.inner-page.news-page .con .news-box li {
  padding: 21px;
  border: 1px solid #323232;
  margin-bottom: 21px;
}
.inner-page.news-page .con .news-box li:last-child {
  margin-bottom: 0;
}
.inner-page.news-page .con .news-box li h3 a {
  display: block;
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page.news-page .con .news-box li .date {
  color: #bbbbbb;
  font-size: 12px;
  display: inline-block;
  margin: 14px 0 16px;
}
.inner-page.news-page .con .news-box li .date i {
  font-size: 16px;
  margin-right: 7px;
}
.inner-page.news-page .con .news-box li .abst {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 18px;
}
.inner-page.news-page .con .news-box li a.more {
  margin-top: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #cccccc;
  font-size: 12px;
  display: block;
  width: 70px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  background: #e1291f;
}
.inner-page.newdet-page .con .new-con p {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.inner-page.newdet-page .con .fy-box {
  margin-top: 40px;
}
.inner-page.newdet-page .con .fy-box span {
  width: 50%;
  line-height: 40px;
  background-color: #d25757;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-size: 9px;
  background-image: url(../images/new-prev.png);
  background-position: 18px center;
  float: left;
}
.inner-page.newdet-page .con .fy-box span a {
  color: #fff;
  font-size: 13px;
  display: block;
}
.inner-page.newdet-page .con .fy-box span:last-child {
  padding-left: 0;
  padding-right: 38px;
  background-color: #e1291f;
  text-align: right;
  background-image: url(../images/new-next.png);
  background-position: 90% center;
  float: right;
}
.inner-page.contact-page .con .c-form {
  margin-bottom: 28px;
}
.inner-page.contact-page .con .c-form input,
.inner-page.contact-page .con .c-form textarea {
  background: #262626;
  color: #444444;
  font-size: 12px;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  border: 1px solid #323232;
}
.inner-page.contact-page .con .c-form input {
  height: 31px;
  line-height: 31px;
  padding: 0 14px;
  margin-bottom: 25px;
}
.inner-page.contact-page .con .c-form input[type="submit"] {
  color: #cccccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 92px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background: #e12b1f;
  border: none;
}
.inner-page.contact-page .con .c-form textarea {
  padding: 6px 14px;
  height: 146px;
  margin-bottom: 16px;
}
.inner-page.contact-page .con .c-form ::-webkit-input-placeholder {
  color: #444444;
}
.inner-page.contact-page .con .c-form :-moz-placeholder {
  color: #444444;
}
.inner-page.contact-page .con .c-form ::-moz-placeholder {
  color: #444444;
}
.inner-page.contact-page .con .c-form :-ms-input-placeholder {
  color: #444444;
}
.inner-page.contact-page .con .c-infor img {
  display: none;
}
.inner-page.contact-page .con .c-infor h1,
.inner-page.contact-page .con .c-infor h2,
.inner-page.contact-page .con .c-infor h3,
.inner-page.contact-page .con .c-infor h4,
.inner-page.contact-page .con .c-infor h5 {
  color: #cccccc;
  font-size: 15px;
  margin-bottom: 18px;
}
.inner-page.contact-page .con .c-infor p,
.inner-page.contact-page .con .c-infor li{
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.inner-page.contact-page .con .c-infor p a,
.inner-page.contact-page .con .c-infor li a{
  color: #cccccc;
}
div.wpcf7 img.ajax-loader{
    width:auto;
}
.inner-page.lg-page .con .list li {
  float: left;
  width: 48%;
  margin-bottom: 12px;
}
.inner-page .page-box {
  text-align: center;
  margin-top: 20px;
}
.inner-page .page-box a,
.inner-page .page-box span{
  color: #a0a0a0;
  margin: 0 3px;
  font-size: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #575757;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.inner-page .page-box a.current,
.inner-page .page-box span.current{
  border-color:#e1291f;
  background:#e1291f;
  color:#fff;
}
#index-body .i-contact,#index-body .i-scroll,#header .h-top .search-box,.headerforwords,.i-project,#index-body .i-news ul li .img,header#header,#index-body .i-product .title p,#index-body .i-news .title p,#footer,.bottom,.inner-page .sidebar,.inner-page .bread-crumbs,.inner-banner,div.map,.inner-page .container .page-right-bar .piclist h1,.inner-page .container .page-right-bar .piclist .productpageh1divs,.prodet-page .product-details .prodet-top-l ul.image-gallery{display:none;}
#index-body .i-product .i-product-scroll-box li{width:100%; margin:0 0 15px;}
#index-body .i-product .i-product-scroll-box li .bdy{ text-align:center; height:auto;}
#index-body .i-product .i-product-scroll-box li .bdy h5{font-size:14px;}
#index-body .i-product .i-product-scroll-box li .bdy a,#index-body .i-product .i-product-scroll-box li .bdy p{font-size:12px; line-height:1.5;}
#index-body .i-product .i-product-scroll-box li:nth-child(3n){margin-right: 1.5%;}
#index-body .i-product .title h2,#index-body .i-about .title h2,#index-body .i-news .title h2{font-size:22px;}
#index-body .i-about,#footer{height:auto;}
#index-body .i-news ul li,#footer .fot_logo{width:96%; margin:10px 2%;}
#index-body .i-news ul li .bdy {width: 100%;padding: 25px 15px;}
.bottom{line-height:1.8;}
.bottom p{ text-align:center; font-size:12px; margin:0; width:100%;}
#iview_banner{margin-top: 50px;}
.inner-page .page-right-bar{width:100%; background-color:transparent;}
.container,.inner-page .page-right-bar{padding:0;}
.lg-page .piclist li,.product-page .piclist li{width:98%;}
.news-page .newslist li{padding: 10px 10px 8px 20px;background: #fff;}
.news .news_title h1,.news .news_date,.inner-page .piclist li p,.news .news_contents span{color:#ccc;}
.news .news_abst,.news .news_next,.prodet-page .product-details .prodet-top-r .prodetail p{color:#aaa;}
.news .news_contents div,.prodet-page .product-details .prodet-top-r{color:#999;}
.contact-page .cn-form,.contact-page .contact-details,.cn-form .m-form-r,.cn-form .m-form-l,.prodet-page .product-details .prodet-top-l,.prodet-page .product-details .prodet-top-r{width:100%;margin-bottom: 10px;}
.contact-page .contact-details .contact-list p{color:#333;}
#index-body .i-about ul li{
	width:100%;
	margin:0 0 15px;
	}
#index-body .i-product{padding:15px;}
.about-artical h2{
	font-size:24px;
	}
.product-details div{
	width:100%;
	margin:0;
	}
.cn-form{
	padding:25px 15px;
	}
.product-details img{
	max-width:100%;
	width:auto;
	}
.prolist div.col-lg-4{
	text-align:center;
	}
}
