@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/* tables still need 'cellspacing="0"' in the markup */  
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:'' '';
}
a img {
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* =Structure 
----------------------------------------------- */  
body {
	font:12px/1.5;
	color:#666;
	text-align: center;
	min-width: 1200px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
}
a {
	text-decoration:none;
	color:#5D5D5D;
}
a:hover {
	text-decoration:none;
	color:#127a44;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	min-height:1%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.wrap {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 125px;
	z-index: 1000;
	background-color: #FFFFFF;
	position: fixed;
	overflow: hidden;
}
.header-top {
	line-height: 35px;
	background-color: #eee;
	height: 35px;
	font-size: 12px;
	width: 100%;
}
.header .container {
	height: 125px;
}

.logo {
	width: 430px;
	height: 90px;
	display: block;
	z-index: 1000;
	float: left;
}
.logo a {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	width: 430px;
	height: 90px;
}

.navbar {
	z-index:1;
	float: right;
	width: 770px;
}
.nav {

}
.nav h3 {
	font-size:100%;
	font-size:14px;
	font-weight: normal;
}
.nav .m {
	position:relative;
	display:inline;
	text-align:center;
	float: left;
}
.nav h3 a {
	zoom:1;
	line-height:90px;
	display:block;
	height: 90px;
	font-weight: normal;
	width: 110px;
}
.nav .on h3 a {
	text-decoration: none;
	background-color: #e83e01;
	color: #FFFFFF;
}
.nav .sub {
	display:none;
	position:absolute;
	top:80px;
	left: -150px;
	background-color: #dab96a;
	z-index: 1000;
	padding: 25px 40px 30px 40px;
	width: 380px;
}
.nav .sub img {
	float: right;
	margin-top: 10px;
}
.nav .sub ul {
	float: left;
	width: 130px;
}
.nav .sub li {
	text-align:left;
}
.nav .sub li a {
	color:#FFFFFF;
	zoom:1;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	border-bottom: solid 1px;
	display: block;
	text-align: left;
	border-color: #EBD9AF;
}
.nav .sub li a:hover {
	text-decoration: none;
	color: #e61c4c;
}
.nav .sub li em {
	font-family: "宋体";
	font-style: normal;
	color: #FFFFFF;
	margin-right: 10px;
}
.nav .sub li a:hover em {
	color: #e61c4c;
}
.header_blank{
	width:100%;
	height:125px;
}
.fullSlide {
	position: relative;
	width:100%;
	height:550px;
	overflow: hidden;
}
.fullSlide .pic {
	position:relative;
	z-index:0;
}
.fullSlide .pic li a {
	width:100%;
	height:550px;
	display: block;
	background-repeat: repeat-x;
	background-position: top center;
}
.fullSlide .hd {
	width:100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size:0;
	z-index:1;
}
.fullSlide .hd li {
	margin: 0 5px;
	width: 50px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	background-color: #FFFFFF;
}
.fullSlide .hd .on {
	background-color: #e83e01;
}
.fullSlide .prev, .fullSlide .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/adss_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.fullSlide .prev {
	left: 0;
}
.fullSlide .next {
	background-position: 0 -90px;
	right: 0;
}
.fullSlide .prev:hover, .fullSlide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.section-product {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 80px;
}
.section-product ul {
	margin-right: -50px;
}
.section-product li {
	float: left;
	margin-right: 40px;
}
.section-product li a {
	color: #fff;
	display: block;
	width: 270px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #e83e01;
}
.section-product li a .product-img {
	width: 268px;
	height: 268px;
	overflow: hidden;
	border: solid #ddd 1px;
	display: block;
}

.section-product li a img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 100%;
}
.section-product li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section-product li a h2 {
	font-size: 14px;
	color: #fff;
	display: block;
	opacity: 1.0;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
.section-product li a h2 em {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
}
.section-product li a p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.section-col {
	background-color: #f5f5f5;
}
.section-col h2.page-section-title {
	display: block;
	margin-bottom: 0px; 
	height: 100px;
}
.section-col  .col {
	width: 50%;
	height: 330px;
	display: block;
}
.section-col .col-1 {

}
.section-col .col-2 {

}
.section-col .col-3 {

}
.section-col .col-4 {
}
.col-img {
	width: 50%;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-bottom: 330px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.col-img img {
	display: inline-block;
	width: 100%;
}
.section-col  .col-1  .col-img  {
	background-image: url(../img/c1.jpg);
}
.section-col  .col-2  .col-img  {
	background-image: url(../img/c2.jpg);
}
.section-col  .col-3  .col-img  {
	background-image: url(../img/c3.jpg);
}
.section-col  .col-4  .col-img  {
	background-image: url(../img/c4.jpg);
}
.col-text {
	width: 50%;
	height: 330px;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #e83e01;
}
.col-text h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 60px;
	font-weight: bold;
	color: #fff;
}
.col-text em {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
	color: #fff;
}
.col-text span {
	font-size: 12px;
	width: 80%;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #fff;
}
.col-text p {
	margin: 0 auto;
	display: inline-block;
	color: #FFFFFF;
}
.col-text p a {
	color: #fff;
	border: solid #fff 1px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #e83e01;
}
.section-gallery h3::after {
 content:"———————————————————————————";
 margin-left: 25px;
 opacity: .8;
 color:#333;
 font-size:12px;
}
.section-gallery h3::before {
 content:"———————————————————————————";
 margin-right: 25px;
 opacity: .8;
 color:#333;
 font-size:12px;
}
.section-company {
	height: 100%;
}
.section-company .container {
	position: relative;
}

.section-company .company-pic {
	height: 500px;
	background-image: url(../img/company.jpg);
	background-repeat: no-repeat;
	width: 50%;
	display: inline-block;
	float: left;
	background-position: top center;
	background-color: #1370b3;
}
.section-company .company-desc {
	width: 50%;
	background-color: #e83e01;
	color: #fff;
	text-align: center;
	float: right;
	padding-top: 100px;
	padding-bottom: 100px;
	height: 300px;
}
.section-company .company-desc h2 {
	font-size: 24px;
	font-weight: bold;
	height: 28px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	color: #fff;
}
.section-company .company-desc h2 span {
	background-color: #FFFFFF;
	height: 1px;
	width: 50px;
	display: block;
	margin-top: 10px;
}

.section-company .company-desc p {
	font-size: 13px;
	text-align: left;
	line-height: 26px;
	width: 70%;
	margin: 30px auto 50px auto;
}
.section-company   .company-desc   a   {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 50px;
	height: 40px;
	display: inline-block;
	text-transform: uppercase;
	border: solid #fff 1px;
	background-color: #e83e01;
}
.section-news {
	margin-top: 40px;
	margin-bottom: 80px;
}
.company-news-list {
	margin-right: -100px;
}

.company-news-list li {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid #ddd 1px;
	float: left;
	width: 570px;
	margin-right: 60px;
}
.company-news-list li h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.company-news-list li p {
	color: #999999;
	line-height: 22px;
	font-size: 12px;
}
.n-date {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	display: block;
	background-color: #f5f5f5;
	color: #999999;
	text-align: center;
}
.n-date .day {
	font-size: 35px;
	display: block;
	margin-bottom: 5px;
	margin-top: 8px;
	line-height: 35px;
	height: 35px;
	font-weight: normal;
}
.n-date .year {
	font-size: 12px;
	display: block;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
}
h2.page-section-title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	line-height: 28px;
	background-color: #FFFFFF;
}
h2.page-section-title span {
	font-size: 26px;
	background-color: #FFFFFF;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	color: #e83e01;
	font-weight: bold;
}
h2.page-section-title em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	color: #999999;
}
.section-partner {
	margin-bottom: 50px;
	margin-top: 40px;
}

.picScroll{
	overflow:hidden;
	position:relative;
	height: 120px;
}
.picScroll .hd{
	overflow:hidden;
	float: left;
	width: 30px;
	display: block;
}
.picScroll .hd .next{
	display:block;
	width:30px;
	overflow:hidden;
	cursor:pointer;
	height: 102px;
	background-image: url(../img/left-arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.picScroll .hd2{
	overflow:hidden;
	float: right;
	width: 30px;
	display: block;
}
.picScroll .hd2 .prev{
	display:block;
	width:30px;
	height:102px;
	overflow:hidden;
	cursor:pointer;
	background-image: url(../img/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.picScroll .bd{
	width: 1200px;
	overflow: hidden;
}
.picScroll .bd ul{
	overflow:hidden;
	zoom:1;
	margin-right: -20px;
}
.picScroll .bd ul li{
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	display: block;
	width: 224px;
	margin-right: 20px;
}
.picScroll .bd ul li img {
	width: 100%;
}
.picScroll .bd ul li a {
	background-color: #f5f5f5;
	display: block;
}
.picScroll .bd ul li a:hover {
	background-color: #005BAC;
	color: #FFFFFF;
}
.picScroll .bd ul li .pic{
	text-align:center;
}
.picScroll .bd ul li .pic img{
	width:222px;
	display:block;
	border: solid #eee 1px;
}
.picScroll .bd ul li .pic a:hover img{
	border-color:#FF0000;
}
.picScroll  .bd  ul  li  .title a{
	line-height:33px;
	display: block;
	height: 33px;
}
.picScroll .bd ul li .title a:hover{
	color: #FFFFFF;
	background-color: #005BAC;

}
.section-footer {
	height: 100%;
	background-color: #e83e01;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-title {
	float: left;
	width: 18%;
	text-align: left;
	margin-top: 15px;
}
.footer-title h3 {
	text-align: left;
	display: inline-block;
	padding-bottom: 20px;
}
.footer-title h3 span {
	display: block;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #FFFFFF;
}
.footer-title  h3 em {
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-wx {
	float: left;
	width: 10%;
}


.footer-icon {
	float: right;
	width: 20%;
	margin-top: 45px;
	color: #999999;

}
.footer-icon li {
	float: left;
	width: 20%;
	font-size: 12px;
}
.footer-icon li a {
	font-size: 20px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.footer-info {
	float: left;
	width: 50%;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
.footer-info h2 {
	font-size: 16px;
	font-weight: normal;
}

.footer-info ul {
	margin-top: 10px;
}
.footer-info li {
	float: left;
	line-height: 30px;
	width: 50%;
	font-size: 13px;
}
.copyright {
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #cc4312;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
}
.page-fullSlide{
	width:100%;
	position:relative;
	height: 360px;
	background-color: #f7f7f7;
	background-image: url(../img/page-banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-section {
}
.loc {
	line-height: 50px;
	text-align: left;
	height: 50px;
	font-size: 12px;
}
.page-title h2 {
	text-align: center;
	color: #e83e01;
	font-size: 30px;
	font-weight: normal;
	height: 28px;
	line-height: 30px;
	margin-bottom: 30px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	width: 100%;
	display: block;
}
.page-title h2 span.h2-title {
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
.page-title  h2  span.h2-before {
	display: block;
	content:" ";
	background-color: #CCCCCC;
	float: left;
	height: 1px;
	margin-top: 15px;
	width: 40%;
}
.page-title  h2  span.h2-after {
	display: block;
	content:" ";
	width: 40%;
	height: 1px;
	background-color: #CCCCCC;
	float: right;
	margin-top: 15px;
}
.page-nav {
	margin-bottom: 50px;
	background-color: #f5f5f5;
	height: 60px;
	text-align: center;

}
.page-nav h2 {
	float: left;
}
.page-nav ul {
	margin: 0;
	padding: 0;
}
.page-nav li {
	display: inline-block;
}
.page-nav li.page-nav-title a {
	background-color: #ddd;
}
.page-nav li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #e83e01;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari 和 Chrome */
	border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.page-nav li a:hover {
	background-color: #e83e01;
	color: #FFFFFF;
}
.page-nav li a.curr {
	background-color: #e83e01;
	color: #FFFFFF;
}
.page-content {
	font-size: 15px;
	text-align: left;
	line-height: 40px;
	padding-bottom: 50px;
}
.pagelist {
	text-align: center;
	clear: both;
	padding-bottom: 50px;
	padding-top: 30px;
	font-size: 12px;
}
.pagelist span {
	margin-left: 5px;
	margin-right: 5px;
}
.pagelist a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	line-height: 25px;
	font-family: "宋体", System, Arial;
}
.pagelist .nolink {
	background-color: #eee;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
.pagelist font {
	line-height: 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #88ba29;
	color: #FFFFFF;
}
.page-product {
	margin-top: 40px;
}
.page-product ul {
	margin-right: -50px;
}
.page-product li {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.page-product li a {
	display: block;
	width: 270px;
	text-align: center;
	overflow: hidden;
	background-color: #e83e01;
	color: #fff;
}
.page-product li a .product-img {
	border: solid #eee 1px;
	width: 268px;
	height: 268px;
	overflow: hidden;
}

.page-product li a img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 100%;
}
.page-product li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.page-product li a h2 {
	font-size: 16px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
.page-product li a h2 em {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
}
.page-product li a p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.product-detail {
	font-size: 14px;
	text-align: left;
	width: 925px;
	float: right;
	height: 100%;
	margin-bottom: 30px;
	line-height: 28px;
}
.product-detail img {
    max-width:925px;
}
.product-detail table {
	width: 100%;
	border-collapse: collapse;
}
.product-detail table td {
	border: solid #ddd 1px;
	font-size: 12px;
	padding: 0px 20px;
	text-align: center;
}

.page-newslist-content {
	text-align: left;
	padding-bottom: 40px;
}
.page-newslist-content ul {
	margin-right: -100px;
}

.page-newslist-content li {
	margin-bottom: 20px;
	color: #666666;
	line-height: 26px;
	float: left;
	width: 550px;
	margin-right: 100px;
	min-height: 160px;
}
.page-newslist-content li h2 a {
	font-size: 18px;
	color: #e83e01;
	font-weight: normal;
	display: block;
	line-height: 40px;
}
.page-newslist-content  li  h2 a:hover {
	color: #FFFFFF;
	background-color: #046a62;
	transition:all 0.4s ease 0.01s;
	-moz-transition:all 0.4s ease 0.01s;
	-webkit-transition:all 0.4s ease 0.01s;
	padding-left: 10px;
}
.page-newslist-content li p {
	color: #999999;
	font-size: 12px;
	line-height: 22px;
}
.page-newslist-content li em {
	float: right;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #1173ba;
	border: solid #ddd 1px;
	line-height: 30px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.page-newscontent {
	height: 100%;
	margin-bottom: 50px;
	font-size: 15px;
}
.page-newscontent h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 24px;
	color: #e83e01;
}
.page-newscontent .news-info {
	font-size: 12px;
	line-height: 28px;
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
	height: 28px;
}
.page-newscontent .newsd {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.page-newscontent .bdsharebuttonbox {
	margin-left: 450px;
}

.page-caselist {
	margin-top: 50px;
}
.page-caselist ul {
	margin-right: -60px;
}
.page-caselist li {
	float: left;
	margin-right: 60px;
	margin-bottom: 40px;
}
.page-caselist li a {
	display: block;
	width: 360px;
	text-align: center;
	overflow: hidden;
}
.page-caselist .caselist-img {
	width: 360px;
	display: block;
	height: 257px;
	overflow: hidden;
}
.page-caselist .caselist-img img {
	width: 100%;
	display: block;
	border: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page-caselist li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.page-caselist li a h2 {
	line-height: 50px;
	text-align: center;
}
.product-gallery {
	width: 700px;
	margin-bottom: 50px;
}
.product-desc {
	width: 449px;
	text-align: left;
	padding-left: 50px;
}
.product-desc h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
.product-desc .p-info {
	color: #666666;
	font-size: 13px;
	border-top: solid #eee 1px;
	border-bottom: solid #eee 1px;
	line-height: 40px;
}
.product-desc .product-desc-text {
	font-size: 14px;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-desc .bdsharebuttonbox {
	margin-top: 30px;
	margin-bottom: 30px;
}
.focusBox {
	position: relative;
	width:700px;
	height:700px;
	overflow: hidden;
	background-color: #666666;
	clear: both;
	margin-bottom: 20px;
}
.focusBox .pic {
	position:relative;
	z-index:0;
}
.focusBox .pic img {
	width:700px;
	display: block;
	height: 700px;
}
.focusBox .hd {
	width:100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size:0;
	z-index:1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../img/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	_background: url(../img/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
	background-position:0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	background: url(../img/adss_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.product-content{
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.produtc-form{
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.produtc-form h2{
 	font-size: 16px;
 	font-weight: 800;
 	margin-bottom: 20px;
 	line-height: 40px;
 	border-bottom:solid 1px #ccc; 
}
.produtc-form .form-group{
	margin-bottom: 20px;
	text-align: left;
}
.produtc-form .form-group label{
	display: inline-block;
    margin-bottom: 10px
}
.produtc-form .form-group .form-control{
	display: block;
    width: 95%;
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.produtc-form .form-group .btn-style{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(84, 84, 84, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: 1;
}

@media screen and (min-width: 1921px) { 
body { 
  min-width:1920px;
} 
.section-company { 
  width:1920px;
  margin:0 auto;
} 
.section-col { 
  width:1920px;
  margin:0 auto;
} 
} 
@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

/*new right*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../img/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{
	display:block;
	color:#999;
	font-style: normal;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{
	color:#fff;
	font-style: normal;
}
.cndns-right-box{position:absolute;top:-15px;right:40px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../img/arrow2.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{
	float:left;
	color:#ff6800;
	font-size:22px;
	line-height:28px;
	text-align: left;
}
.cndns-right-box .box-border .sev-t p i{
	display:block;
	font-size:14px;
	color:#aaa;
	font-style: normal;
}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../img/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{
	display:block;
	color:#f66e06;
	font-size:16px;
	line-height:16px;
	font-style: normal;
}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
