html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #ed1b24;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 15px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
}

/******************
 * 加载
 *****************/
.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/load.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -32px 0 0 -32px;
}

/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #33cc33;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

/******************
 * 顶栏
 *****************/
.lang-bar{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lang-bar a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #4d4d4d;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 5px;
}
.lang-bar a.en{
	background-image: url(../images/en.png);
}
.lang-bar a.cn{
	background-image: url(../images/cn.png);
}
@media (min-width:992px) {
	.lang-bar{
		text-align: right;
		margin-bottom: 0px;
	}
}

/******************
 * 导航   *
 *****************/
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar.navbar-default {
	margin: 5px 0px;
	border: none;
	background-color: transparent;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 12px;
	color: #4f4f4f;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ed1b24;
	background-color: transparent;
	border-bottom-color: #ED1B24;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #ed1b24;
	background-color: transparent;
	border-bottom-color: #ED1B24;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ed1b24;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	min-width: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #ed1b24;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ed1b24;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ed1b24;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{
		
		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/*.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}
	
	/*.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}*/
	/*.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: right;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 3px;
		padding-right: 3px;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #ed1b24;
		border-color: #ed1b24;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 100px;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand{
		height: 100px;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ed1b24;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #ed1b24;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #ed1b24;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ed1b24;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}
/******************
 * 顶部弹出搜索表单
 *****************/
.top-search > .btn{
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
}
.top-search:hover > .dropdown-menu{
	display:block;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: #fcfcfc !important;
	z-index:9999999;
	top:110%!important;
}
.top-search .dropdown-menu .form-group{
	margin-bottom: 0px;
}
.top-search .dropdown-menu .form-group .form-control-feedback{
	line-height: 34px !important;
}
.top-search .dropdown-menu .form-group .form-control:focus{
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
@media (max-width:700px) {
	.top-search > .btn{
		display:none;
	}
	.top-search > .dropdown-menu{
		display:block;
		position:relative;
		float:none;
	}
}
@media (min-width:768px) {
	.top-search{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top-search > .dropdown-menu{
		min-width: 260px;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
@media (min-width:1200px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权 
 *****************/
footer{
	display: block;
	padding: 15px 0;
	background-color: #2e2e2e;
	border-top: 2px solid #ED1B24;
}
.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4,
.col-foot-x5{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-foot-x1,
.col-foot-x2,
.col-foot-x3{
	width: 50%;
}
.col-foot-x4,
.col-foot-x5{
	width: 100%;
}
.foot-wrap{
	margin-bottom: 15px;
	position: relative;
}
.foot-grad{
	width: 1px;
	height: 100%;
	background: -webkit-linear-gradient(left, #383838, #4a4a4a, #7c7c7c, #bbbbbb, #7c7c7c, #4a4a4a, #383838); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #383838, #4a4a4a, #7c7c7c, #bbbbbb, #7c7c7c, #4a4a4a, #383838); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #383838, #4a4a4a, #7c7c7c, #bbbbbb, #7c7c7c, #4a4a4a, #383838); /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #383838, #4a4a4a, #7c7c7c, #bbbbbb, #7c7c7c, #4a4a4a, #383838); /* 标准的语法（必须放在最后） */
   position: absolute;
   top: 0;
   right: 0;
}
.foot-title{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}
.foot-title:after{
	width: 30px;
	height: 2px;
	background-color: #d2d2d2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	padding: 4px 0;
	font-size: 12px;
	line-height: 1.2;
}
.foot-list li a{
	color: #FFFFFF;
}
.foot-list li a:hover{
	color: #ED1B24;
	padding-left: 5px;
}
.foot-contact-info{
	position: relative;
}
.foot-contact-info ul li{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 23px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 10px;
}
.foot-contact-info ul li a{
	color: #fff;
}
.foot-contact-info ul li a:hover{
	color: #eee;
}
.foot-contact-info ul li.phone{
	background-image: url(../images/phone.jpg);
}
.foot-contact-info ul li.fax{
	background-image: url(../images/fax.jpg);
}
.foot-contact-info ul li.skype{
	background-image: url(../images/skype.jpg);
}
.foot-contact-info ul li.mail{
	background-image: url(../images/mail.jpg);
}
.foot-contact-info ul li.web{
	background-image: url(../images/web.jpg);
}
.foot-contact-info ul li.ali{
	background-image: url(../images/ali.jpg);
}
.full-copyright{
	background-color: #565656;
	padding: 12px 0;
}
.copyright{
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}
.web-support{
	text-align: right;
	font-size: 14px;
	line-height: 1.45;
}
.web-support a{
	color: #919191;
}
.web-support a:hover{
	color: #fff;
}
.foot-wechat{
	overflow: hidden;
	position: relative;
}
.foot-wechat img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.foot-tel{
	color: #FFFFFF;
	font-size: 24px;
	font-family: arial;
	margin-top: 10px;
	text-align: center;
}
.foot-speak{
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
}
.foot-mesg{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}
.foot-mesg a{
	display: inline-block;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	background-color: #ed1b24;
	padding: 0 15px 0 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
@media (min-width:768px) {
	footer{
		padding: 30px 0;
	}
	.col-foot-x1{
		width: 33.333333%;
	}
	.col-foot-x2{
		width: 33.333333%;
	}
	.col-foot-x3{
		width: 33.333333%;
	}
	.col-foot-x4{
		width: 50%;
	}
	.col-foot-x5{
		width: 50%;
	}
	.foot-wrap{
		min-height: 170px;
	}
	.foot-title{
		font-size: 14px;
	}
	.foot-list li{
		font-size: 13px;
	}
	.foot-tel{
		font-size: 20px;
	}
}
@media (min-width:992px) {
	.col-foot-x1{
		width: 15%;
	}
	.col-foot-x2{
		width: 16%;
	}
	.col-foot-x3{
		width: 16%;
	}
	.col-foot-x4{
		width: 32%;
	}
	.col-foot-x5{
		width: 21%;
	}
	.foot-line-has{
		background-image: url(../images/foot-line.png);
	}
	.copyright{
		text-align: left;
	}
	.foot-tel{
		font-size: 24px;
	}
}
@media (min-width:1200px) {
	.col-foot-x1{
		width: 15%;
	}
	.col-foot-x2{
		width: 16%;
	}
	.col-foot-x3{
		width: 16%;
	}
	.col-foot-x4{
		width: 30%;
	}
	.col-foot-x5{
		width: 23%;
	}
	.foot-tel{
		font-size: 30px;
	}
}
/******************
 * owl滚动 
 *****************/
.owl-wrap{
	overflow: hidden;
}
.owl-wrap a{
	display: block;
}
.owl-pic{
	overflow: hidden;
}
.owl-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 16px;
}
.owl-carousel .owl-stage-outer{
	z-index: 15;
}
.owl-zs .owl-controls{
	position: relative;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div{
	width: 20px;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	background-color: #939393;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	position: absolute;
	top: 0;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
	left: 50%;
	margin-left: -25px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
	right: 50%;
	margin-right: -25px;
}
@media (min-width:768px) {
	.owl-zs .owl-controls{
		width: 100%;
		position: absolute;
		left: 0px;
		top: 40%;
		margin-top: -15px;
		z-index: 10;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
		left: -30px;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
		right: -30px;
	}
}
/******************
 * 首页代码 
 *****************/
.new-pro-top{
	text-align: center;
	color: #1b1b1b;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.new-pro-top span{
	background-color: #FFFFFF;
	padding: 0 15px;
	position: relative;
	z-index: 5;
	display: inline-block;
}
.new-pro-top:after{
	width: 250px;
	height: 44px;
	border: 1px solid #aeaeae;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 10px;
	z-index: 3;
}
.new-pro-sml{
	text-align: center;
	color: #696969;
	font-size: 14px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 10px;
}
.new-pro-sml span{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 15px;
	position: relative;
	z-index: 4;
}
.pro-box{
	border: 1px solid #d4d4d4;
	box-shadow: 0px 0px 2px #d4d4d4;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.pro-box:hover{
	border-color: #005AAA;
	box-shadow: 0px 0px 2px #005aaa;
}
.pro-box a{
	display: block;
}
.pro-img{
	overflow: hidden;
}
.pro-name{
	font-size: 14px;
	margin-top: 5px;
}
.pro-intro{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	max-height: 60px;
}
.cate-box{
	overflow: hidden;
	margin-top: 20px;
}
.cate-name{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width:768px) {
	.new-pro-top{
		font-size: 30px;
	}
	.new-pro-sml{
		font-size: 16px;
	}
	.cate-name{
		font-size: 18px;
	}
	.new-pro-top:after{
		top: 25px;
	}
}

.full-about{
	padding: 30px 0;
	background-color: #1c6bb5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-top{
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.about-top:after{
	width: 50px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.about-sml{
	text-align: left;
	font-size: 18px;
	position: relative;
}
.about-intro{
	margin-top: 20px;
	font-size: 12px;
	line-height: 2;
}
.about-more{
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.about-more a{
	display: inline-block;
	color: #FFFFFF;
	padding: 6px 20px;
	background-color: #f74c2c;
}
.about-img{
	overflow: hidden;
	margin-top: 20px;
}
.about-pic{
	display: none;
}
.about-en{
	display: none;
}
@media (min-width: 768px ) {
	.full-about{
		padding: 70px 0;
	}
	.about-pic{
		width: 100%;
	}
	.about-right{
		width: 100%;
		position: relative;
	}
	.about-pic img{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.about-en{
		color: #444c5f;
		font-size: 44px;
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top: -14px;
		display: block;
	}
	
	.about-top{
		font-size: 36px;
	}

	.about-intro{
		font-size: 14px;
	}
	.about-more{
		text-align: left;
	}
}
@media (min-width: 992px ) {
	.about-pic{
		width: 42%;
		float: left;
		display: block;
	}
	.about-right{
		width: 56%;
		float: right;
		position: relative;
	}

	.about-en{
		font-size: 40px;
		top: -14px;
	}
}
/** ys **/
.ys-top{
	text-align: center;
	position: relative;
	color: #f74c2c;
	font-size: 20px;
	font-weight: bold;
}
.ys-top span{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}
.ys-top:after{
	width: 100%;
	height: 1px;
	background-color: #F74C2C;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 4;
}
.ys-sml{
	text-align: center;
	color: #bababa;
	font-size: 12px;
	text-transform: uppercase;
	font-family: arial;
}
.ys-list{
	overflow: hidden;
	margin-top: 30px;
}
.ys-list ul li{
	position: relative;
	ition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.ys-list ul li:hover{
	background-color: #ed1b24;
}
.ys-list ul li:hover .ys-word{
	color: #FFFFFF;
}
.ys-list ul li:hover .ys-pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ys-item{
	position: relative;
}
.ys-pic{
	overflow: hidden;
}
.ys-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.ys-color1{
	background-color: #e1e1e1;
}
.ys-color2{
	background-color: #f4f4f4;
}
.ys-word{
	color: #474747;
	font-size: 12px;
	padding: 15px 10px;
}

@media (min-width: 768px) {
	.ys-top{
		font-size: 24px;
	}
	.ys-sml{
		font-size: 14px;
	}
	.ys-list ul li{
		width: 50%;
		float: left;
	}
	.ys-item{
		width: 50%;
		float: left;
	}
	.ys-word{
		font-size: 12px;
		padding: 10px 10px;
	}
}
@media (min-width: 992px) {
	.ys-top{
		font-size: 30px;
	}
	.ys-sml{
		font-size: 16px;
	}
	.ys-word{
		font-size: 16px;
		padding: 30px 20px;
	}
}
@media (min-width: 1200px) {
	.ys-top{
		font-size: 36px;
	}
	.ys-sml{
		font-size: 18px;
	}
}

.case-top{
	text-align: center;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.case-box{
	margin-top: 20px;
}
.case-name{
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}
.case-img{
	overflow: hidden;
}
.case-row.row{
	margin-left: -5px;
	margin-right: -5px;
}
.case-row.row .col-sm-6,
.case-row.row .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
}
@media (min-width: 768px){
	.case-top{
		font-size: 30px;
	}
}
.full-newsmg{
	padding: 40px 0;
	background-color: #2a5286;
	margin-top: 15px;
	background-image: url(../images/j_50.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.news-rights{
	padding: 15px;
	background-color: rgba(0,0,0,.4);
}
@media (min-width: 992px){
	.news-rights{
		width: 60%;
		float: right;
		padding: 25px 30px;
		
	}
}

.section-gray{
	background-color: #f1eff0;
}
/** 首页分类 **/
.sort-wrap{
	position: relative;
}
.sort-left{
	width: 100%%;
	position: relative;
}
.sort-hover a{
	display: block;
}
.sort-pic{
	overflow: hidden;
}
.sort-pic img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.sort-word{
	position: absolute;
	width: 100%;
}
.sort-name{
	text-align: center;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
.sort-more{
	text-align: center;
	font-size: 14px;
}
.sort-more span{
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #707070;
	color: #707070;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.sort-hover:hover .sort-more span{
	color: #FFFFFF;
	background-color: #ed1b24;
	border-color: #ed1b24;
}
.sort-right{
	width: 100%;
	position: relative;
}
.sort-row{
	width: 100%;
	position: relative;
}
.sort-top-left{
	width: 100%;
	position: relative;
}
.sort-top-right{
	width: 100%;
	position: relative;
}
.sort-last{
	width: 100%;
	margin-top: 2%;
	position: relative;
}
.sort-pos1{
	top: 60%;
	left: 0;
}
.sort-pos2{
	top: 60%;
	left: 0;
}
.sort-pos3{
	top: 60%;
	left: 0;
}
.sort-pos4{
	top: 15%;
	left: 0;
	padding-left: 30%;
}
.margin-xs{
	margin-bottom: 15px !important;
}
@media (min-width: 768px) {
	.sort-name{
		font-size: 16px;
	}
	.sort-left{
		width: 37.5%;
		float: left;
		position: relative;
	}
	.sort-right{
		width: 61%;
		position: relative;
		float: right;
	}
	.sort-top-left{
		width: 49%;
		float: left;
		position: relative;
	}
	.sort-top-right{
		width: 49%;
		float: right;
		position: relative;
	}
	.margin-xs{
		margin-bottom: 0 !important;
	}

	.sort-pos1{
		top: 60%;
		left: 0;
	}
	.sort-pos2{
		top: 60%;
		left: 0;
	}
	.sort-pos3{
		top: 60%;
		left: 0;
	}
	.sort-pos4{
		top: 30%;
		left: 0;
		padding-left: 40%;
	}
}
@media (min-width: 992px) {
	.sort-name{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.sort-name{
		font-size: 30px;
	}
}
/** 首页新闻 **/
.news-top{
	color: #282828;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.one-news{
	overflow: hidden;
	position: relative;
}
.one-news a{
	display: block;
}
.one-news-pic{
	overflow: hidden;
	position: relative;
}
.one-news-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.one-news-title{
	font-size: 14px;
	margin-top: 15px;
}
.one-news-brief{
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	overflow: hidden;
	max-height: 60px;
}
.news-index-list{
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.news-index-list ul li{
	margin-bottom: 25px;
	background-color: transparent;
	height: 110px;
	position: relative;
}
.news-index-list ul li:hover .all-day{
	background-color: #ED1B24;
	color: #FFFFFF;
}
.news-index-list ul li:hover .all-year-month{
	background-color: #FF6600;
}
.all-date{
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.all-day{
	text-align: center;
	color: #aaa;
	font-size: 30px;
	background-color: #EBEBEB;
	height: 80px;
	line-height: 80px;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.all-year-month{
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #BBBBBB;
	height: 30px;
	line-height: 30px;
	font-family: arial;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.news-box{
	overflow: hidden;
	background-color: #f6f6f6;
	height: 110px;
	padding: 0 10px;
}
.news-box a{
	display: block;
}
.news-ttl{
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
	max-height: 50px;
	overflow: hidden;
}
.news-intro{
	color: #666;
	font-size: 12px;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
.icon-img1{
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.news-top{
		font-size: 24px;
	}
	.news-list-rt{
		margin-left: 120px;
	}
	.icon-img1{
		margin-bottom: 0px;
	}
	.news-index-list{
		margin-top: 0;
	}
	.news-index-list ul li{
		padding-left: 130px;
	}
	.all-date{
		display: block;
	}
}
@media (min-width:992px) {
	.news-top{
		font-size: 30px;
	}
}
/** index tabs **/
.table_card {
	width:100%;
	position: relative;
}
.table_card .tab {
	text-align: center;
	margin-bottom: 30px;
}
.table_card .tab li {
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	position: relative;
	height: 36px;
	line-height: 36px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 0 30px;
	cursor: pointer;
}
.table_card .tab li.activ {
	color: #FFFFFF;
	background-color: #ff6600;
	border-color: #FF6600;
}
.table_card .tab li.activ:after{
	width: 16px;
	height: 8px;
	background-image: url(../images/h_14.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
}
.table_card .tabCon {
	position: relative;
}
.table_card .tabCon .tab-box {
	display:none;
}
.table_card .tabCon .tab-box.on {
	display:block;
}
@media (min-width: 768px) {
	.table_card .tab li{
		font-size: 16px;
	}
}

/** 首页产品列表 **/
.product-list{
	margin: 15px 0;
}
.product-wrap{
	overflow: hidden;
}
.product-wrap a{
	display: block;
}
.product-img{
	overflow: hidden;
}
.product-name{
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/** 首页视频 **/
.video-top{
	text-align: center;
	color: #2c2c2c;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}
.video-top:after{
	width: 60px;
	height: 2px;
	background-color: #909090;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
}
.video-wrap{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.video-wrap a{
	display: block;
	color: #999999;
}
.video-wrap a:hover{
	color: #ED1B24;
}
.video-pic{
	overflow: hidden;
	position: relative;
}
.video-name{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
.video-over{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}
.video-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.video-tabcel{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.video-tabcel i{
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
@media (min-width:768px) {
	.video-top{
		font-size: 30px;
	}
}

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em; 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/******************
 * 内页代码 
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.section-inner{
	background-color: #f1eff0;
	padding: 40px 0;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #005aaa;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #33cc33;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #33cc33;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
/** 联系我们 **/
.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #33cc33;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}
/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

/** tabs codes 
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 40px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #ED1B24;
}
.tabs-wrap .tabs-container{
	margin-top: 15px;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #ED1B24;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #ED1B24;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #e90202;	
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #ED1B24;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	border: 1px solid #EEEEEE;
  	padding: 10px;
}
.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	
  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
}
.full-product-sort{
	color: #ED1B24;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-product-brief{
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.full-sort-list{
	position: relative;
	text-align: center;
}
.full-sort-list ul li{
	display: inline-block;
	*display: inline;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 0 30px;
	height: 42px;
	line-height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #ed1b24;
	border-color: #ED1B24;
}
.white-box-wrap{
	background-color: #FFFFFF;
	padding: 30px;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}
.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 40px 0;
}
.ft-nav{
	text-align: center;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-content-title{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.full-job-list{
	position: relative;
}
.full-job-list ul li{
	border-bottom: 1px dotted #DDDDDD;
	padding: 10px 0;
}
.full-job-list ul li span{
	display: inline-block;
	float: right;
	color: #999999;
	font-size: 12px;
}
.full-job-list ul li i{
	margin-right: 10px;
	margin-left: 5px;
}


/*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#ED1B24;
	border-color:#ED1B24;
	color:#FFF;
	font-weight:700;
}

/**1**/
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
.hot-line-wrap{
	position: relative;
}
.hot-line-wrap img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.hot-line-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 20px;
	padding-left: 25px;
}
.hot-top-1{
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
}
.hot-top-1.color-2{
	color: #1d1819;
}
.hot-top-2{
	color: #B8B8B8;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.hot-top-2:after{
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.hot-top-2.color-2:after{
	background-color: #7E7E7E;
}
.hot-lx-tel{
	color: #FFFFFF;
	font-size: 20px;
	font-family: arial;
}
.hot-lx-name{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
.hot-email{
	font-size: 16px;
}
.hot-email p a{
	color: #FFFFFF;
}
.cnt-kef-box{
	font-size: 20px;
	color: #1d1819;
	line-height: 1.5;
}
.cnt-kef-box p{
	margin-bottom: 0;
}
.cnt-kef-box font{
	font-size: 12px;
}
.cnt-kef-box p.p-mails{
	font-size: 16px;
}
@media (min-width: 768px) {
	.hot-top-1{
		font-size: 20px;
	}
	.hot-top-2{
		font-size: 14px;
	}
	.hot-lx-tel{
		font-size: 30px;
	}
}

.foot-contact-info ul li.phone:hover{
	background-image: url(../images/phone.png);
}
.foot-contact-info ul li.fax:hover{
	background-image: url(../images/fax.png);
}
.foot-contact-info ul li.skype:hover{
	background-image: url(../images/skype_on.jpg);
}
.foot-contact-info ul li.mail:hover{
	background-image: url(../images/mail.png);
}
.foot-contact-info ul li.web:hover{
	background-image: url(../images/web.png);
}
.foot-contact-info ul li.ali:hover{
	background-image: url(../images/ali.png);
}


/*-----在线客服--------*/
.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:400px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li img {
	float:left;
}

.dianhua{
	font-size:20px;
	color:#ED1B24;
	line-height:30px;
}
.dianhua i{
	width:30px;
	height:30px;
	font-size:18px;
	color:#ED1B24;
	border:1px solid #ED1B24;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	margin-right:10px;
	text-align:center;
	line-height:30px;
	margin-left:20px;
}
/*---------老蔡加7.3用于手机端底部客服---------*/
@media (max-width: 768px) {
	.full-copyright{
		margin-bottom:40px;
	}
	.full-mobile-kefu{
		background:#ed1b24;
		position:fixed;
		left:0;
		bottom:0;
		z-index:9999999;
		height:40px;
		width:100%;
	}
	.kefu{
		text-align:center;
		color:#fff;
	}
	.kefu i{
		margin-right:10px;
	}
	.kefu a{
		color:#fff;
		line-height:40px;
	}



}