/* 样式重置 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  /* font: inherit; */
	vertical-align: baseline;
}

/* 使低版本浏览器支持html5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

tr,td{
	border: 1px solid #ddd;
}
td{
    vertical-align:middle;
    padding: 5px;
}


img, fieldset {
	border: 0;
}

/* 设置图片为100%，用于响应式 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
 /* ie8 */
	vertical-align: middle;
 /* 用于消除图片之间空隙 */
}
/* 响应式Video */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------ 栅格布局 --------------- */

/*--- 浮动清理 ---*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

/*--------------- 固定布局 -------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	max-width: 90%;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

/* 不能用container直接布局，要嵌套row作为二级容器布局.固定布局 */
.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

/* eq-g 加起来须等于12，放在row下面，每eq-g加85px。计算方式为每个栅格间距为20px，因为有margin-left: 20px; ,所以以两个.eq-g6 的间隔为20px； */
[class*="eq-g"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.eq-g12 {
	width: 1000px;
}

.eq-g11 {
	width: 915px;
}

.eq-g10 {
	width: 830px;
}

.eq-g9 {
	width: 745px;
}

.eq-g8 {
	width: 660px;
}

.eq-g7 {
	width: 575px;
}

.eq-g6 {
	width: 490px;
}

.eq-g5 {
	width: 405px;
}

.eq-g4 {
	width: 320px;
}

.eq-g3 {
	width: 235px;
}

.eq-g2 {
	width: 150px;
}

.eq-g1 {
	width: 65px;
}
/*----------------------------- 固定布局 end ----------------------*/

/*----------------- 流式布局 ------------------*/
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.container-fluid:after {
	clear: both;
}

/* row-fluid流式布局 */
.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-fluid:after {
	clear: both;
}

/* IE 6不支持属性选择器 */
[class*="eq-flu-g"] {
	display: block;
	float: left;
	width: 100%;
/*	min-height: 30px;*/
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*="eq-flu-g"]:first-child {
	margin-left: 0;
}

.eq-flu-g12 {
	width: 100%;
}

.eq-flu-g11 {
	width: 91.5%;
	_float: left;
}

.eq-flu-g10 {
	width: 83%;
	_float: left;
}

.eq-flu-g9 {
	width: 74.5%;
	_float: left;
}

.eq-flu-g8 {
	width: 66%;
	_float: left;
}

.eq-flu-g7 {
	width: 57.5%;
	*width: 57.4%;
	_float: left;
}

.eq-flu-g6 {
	width: 49%;
	*width: 46.8%;
	_float: left;
}

.eq-flu-g5 {
	width: 40.5%;
	_float: left;
}

.eq-flu-g4 {
	width: 32%;
	*width: 31.9%;
	_float: left;
}

.eq-flu-g3 {
	width: 23.5%;
	*width: 23.4%;
	_float: left;
}

.eq-flu-g2 {
	width: 15%;
	_float: left;
}

.eq-flu-g1 {
	width: 6.5%;
	_float: left;
}
/*----------------- 流式布局 end ------------------*/

/*------------ 全局样式 ------------*/
body {
	font: 0.875em/1.5em  "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, Verdana, sans-serif;/* 默认字体14px,行高为24px */
	color: #333;
    background: #F7F7F7;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #c76e00;
}

p {
	margin: 10px 0;
	padding: 0;
	line-height: 24px;

}
.content p, .product-short-description{
    text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/* ----- 特定样式 ------- */

/* 选中文字背景变化 */
::selection {
	background: #ff0000;
	color: #fff;
}

::-moz-selection {
	background: #ff0000;
	color: #fff;
}

::-webkit-selection {
	background: #ff0000;
	color: #fff;
}
.mod-languages{
    float: left;
    margin: 30px 50px 0 50px;
}
.search-input{
    float: left;
    margin-top: 25px;
}

input#mod-search-searchword{
    background: #f4f4f4 url("../images/search.png") no-repeat 95% center;
    line-height: 16px;
    border: 1px solid #acacac;
    padding: 5px;
}

/* tab切换 */
#tabs {
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    list-style: none;
    font-size: 15px;
}

#tabs li {
    float: left;
    width: 20%;
}

#tabs a {
    position: relative;
    padding: 5px;

    text-align: center;

    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #dddddd;
    line-height: 26px;
    display: block;
    background: #dcdcdc;
    margin-right: 1px;
    /* IE8支持 */
}

#tabs a img {
    float: left;
    margin-right: 15px;
}

#tabs a:hover,
#tabs a:hover:after,
#tabs a:focus,
#tabs a:focus:after {
    background: #fff;
    /*border-bottom: 1px solid #ff0000;*/
}

#tabs a:focus {
    outline: 0;
}

/*#tabs #current a,*/
/*#tabs #current a::after {*/
    /*background: #f8f8f8;*/
    /*z-index: 3;*/
    /*border-bottom: 1px solid #ff0000;*/
/*}*/

/* 头部样式 */
header {
	background: rgba(255, 255, 255, 0.85);
	background: #fff\9;
 /* IE8以及以下版本浏览器 */
	border-bottom: 1px solid #eee\9;
	/*position: fixed;*/
	z-index: 100;
	width: 100%;
	top: 0;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	height: 140px;
 /*  设置header的高度用于动画  */
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
    border-bottom: 1px #e6e6e6 solid;
}

header a#logo {
	display: block;
	float: left;
	margin: 18px 0;
	height: 57px;
	width: 561px;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 54px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-indent: -99999px;
    opacity: 1;
}

header a#logo:hover{
    opacity: 0.85;
}

header ul.menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99999;
}

header ul.menu li {
	float: left;
    margin-right: 58px;
    position: relative;
}
html[lang=en-gb] header ul.menu li{
     margin-right: 36px;
}

header ul.menu li a {
	color: #333;
    font-size: 16px;
    text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	display: block;
/*    word-break: normal;*/
}
/*
html[lang=en-gb] header ul.menu li a{
    font-size: 13px;
}
*/


header ul.menu li a:hover,
header ul.menu li a:hover,
header ul.menu li.active > a {
	color: #c76e00;
}

header ul.nav-child{

   position: absolute;
    z-index: 9999999;

    background: #fff;
    display: none;
    left: 0;
    margin-left: -10px;
}
header ul.nav-child li{
    float: none;
    display: block;
    margin-right: 0;

}
header ul.nav-child li a{
    border-bottom:#ddd dashed 1px;
    line-height: 34px;
/*    font-size: 14px;*/
    padding: 0 10px;
    width: 180px;
}
html[lang=en-gb] header ul.nav-child li a{
    width: 300px;
}

/* 焦点图 */

.wk-slideshow{
    margin-bottom: 40px;
}

.wk-slideshow-default .nav{
    position: relative;
    margin-top: -30px;
    z-index: 10;
}
.wk-slideshow{
    text-align: center;
}

.wk-slideshow-default .nav .active span{
    background-position: 0 -16px;
}

.wk-slideshow-default > div:hover .next, .wk-slideshow-default > div:hover .prev{
    height: 78px;
}
.wk-slideshow-default > div:hover .prev{
    background-position: 0 -81px;
}

.s1{
    background: url("../slide/slide01.jpg") no-repeat center center;

}
.s2{
    background: url("../slide/slide02.jpg") no-repeat center center;;
}
.s3{
    background: url("../slide/slide03.jpg") no-repeat center center;;
}
.s4{
    background: url("../slide/slide04.jpg") no-repeat center center;;
}
.s1, .s2, .s3, .s4{
    min-height: 500px;
    background-size: cover;
}
#product .width33{
    width: 33%;
}

/* 首页 */
body#home{
    background: #fff;
}
ul.latestnews{
    overflow: hidden;
}
ul.latestnews li{
    line-height: 28px;
    background: url("../images/li.png") no-repeat left center;
    padding-left: 15px;
    clear: both;
        overflow: hidden;
}
.latestnews,.custom.home-about{
    margin: 20px 0;
}
ul.latestnews li a{
    float: left;
}

.news-time{
    float: right;
    color: #999;
}
ul.vmproduct{
    overflow: hidden;
    margin-top: 10px;
}
ul.vmproduct li{
    text-align: center;
    float: left;
    width: 24.66%;
    padding: 0 2%;
    *width: 24%;
}
ul.vmproduct li a{
    display: block;
    font-size: 13px;
}
ul.vmproduct li a img{
    margin-bottom: 10px;
}
.moduletable.home_product, .moduletable.home-client, .moduletable.home-quick{
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
}
.moduletable.home_product h3, .moduletable.home-client h3{
    border: none;
}

.home-client ul, .home-quick ul {
    overflow: hidden;
}
.home-client ul li,.home-quick ul li{
    float: left;
    width: 20%;
    *width: 19%;
    text-align: center;
}
.home-client ul li{
    background: url(../images/c.png) no-repeat 50% 0;
    position: relative;
    height: 120px;
}
.home-client ul li h4{
    position: absolute;
    left: 50%;
    top: 50px;
    text-transform: uppercase;
    width:80px;
    margin-left: -40px;
    font-size: 13px;
    text-align: center;
}
.home-client ul li h4 a, .content{
    display: block;
    word-break: break-all;
}
/*
html[lang="en-gb"] .home-client ul li h4{
    top: 38px;
}
*/

.home-quick ul li{
    width: 24%;
    *width: 23%;
}
.home-quick ul li img{
    margin-right: 10px;
}

.main-content{
    margin-bottom: 40px;
}
#home .main-content{
    margin-bottom: 0;
}

/* 产品页 */
.productdetails h1{
    margin-bottom: 20px;
    border-bottom: 2px #ddd solid;
    padding-bottom: 10px;
}
.productdetails-view .product-short-description{
    float: left;
    width: 45%;
}
.category-view .row .category .spacer h2{
    font-size: 14px;
    margin: 10px 0;
}
.spacer{
    text-align: center;
}

div.product{
    border: none;
}

div.vm-details-button a{
    padding: 5px 10px;
}
.vm-product-descr-container-1{
    height: auto;
    min-height: auto;
}
.vm3pr-0{
    display: none;
}
.vm-product-descr-container-1 h2{
    font-size: 16px;
}
html[lang=en-gb] .vm-product-descr-container-1 h2{
    height: 38px;
}
.addtocart-area{
    margin: 0;
}
#model_select_wrapper{
	display: block !important;
	margin-top: 20px;
}
.product-description table tr{
    background: #f7f7f7;
}

.product-description table tr.alt{
    background: #ececec;
}

table thead tr,table thead tr.alt{
    background: #fee8b8;
}
#tab-content ul{
    list-style: disc;
    padding: 0 25px;
}
a.more-link{
    color: #c76e00;
}
.more-dec{
    display: none;
}
 #tab-content table td{
/*  table-layout:fixed;*/
  font-size:12px;
}

/* 联系我们－留言版 */
.chronoform label{
    float: left;
    background: #dcdcdc;
    padding: 5px;
}
.chronoform input, .chronoform textarea{
    background: #f7f7f7;
    border: none;
    padding: 8px;
    width: 80%;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.gcore-form-row{
    margin-bottom: 10px;
}
.chrono_credits{
    display: none;
}


/* 文章页上下篇 */
.pagenav {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
}

.pagenav li {
	float: left;
	width: 50%;
}

li.next {
	float: right;
}

.previous a,
.next a {
	float: left;
	display: block;
	padding: 10px 20px;
}

.next a {
	float: right;

}


/* 文章详细页标题头部 */
.page-header {
	margin: 0 auto;
	max-width: 1400px;
}

.item-page h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
}


.item-page h2 span {
	float: right;
	display: inline-block;
}

.item-page h2 span a {
	float: right;
	background: url("../images/icons.png") no-repeat 22px 0;
	width: 47px;
	height: 22px;
	margin-top: 5px;
}

.item-page h2 span a:hover {
	background: url("../images/icons.png") no-repeat 22px -278px;
}


ul.breadcrumb{
    overflow: hidden;
    line-height: 30px;
    margin: 10px 0;
}
ul.breadcrumb li{
    display: inline-block;
    *zoom: 1;
    float: left;
}
.divider{
    padding: 0 5px;
}
.divider.icon-location{
    padding:0;
}

.nosidebarcontent-box{
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(102,102,102,0.1);
    box-shadow: 1px 1px 3px 1px rgba(102,102,102,0.1);
}

#job table{
    margin-top: 30px;
}
#job table thead{
    background: #e3b756;
    color: #fff;
}

/* 侧边栏 */
.moduletable h3{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#sidebar ul.menu li, #sidebar ul.VMmenu li{
    line-height: 38px;
    border-bottom: 1px dashed #ccc;
}
#sidebar ul.menu li a,#sidebar  ul.VMmenu li a{
    display: block;
    padding-left: 10px;
}
#sidebar ul.menu li a:hover, #sidebar ul.VMmenu li a:hover
{
    background: #fff;
    border-left: 2px solid #c76e00;
    padding-left: 8px;
}

ul.quick{
    margin: 30px 0;
    border-top: 1px #ccc solid;
    overflow: hidden;
}
ul.quick li{
    margin: 10px 0;
    float: left;
}
ul.quick li img{
    float: left;
    margin-right: 10px;
}


/* 文章列表排版 */
.content-category h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#news table tr{
	border: none;
    border-bottom: 1px dashed #ddd;
	line-height: 34px;
}
#news table td{
	border: none;
	padding: 0;
}
td.list-title{
    width: 85%;
}

table.dataTable{
    table-layout: auto;
}
table.dataTable th, table.dataTable td {
    white-space: nowrap;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
}

/* 页面固底 */
html,
body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
}

#page {
	padding-bottom: 320px;
	/*padding-top: 140px;*/
}


/*  页脚页  */
footer {
	background-color: #5f5f5f;
	position: relative;
	margin-top: -320px;
	padding-top: 30px;
	height: 290px;
 /*  高度等于page  */
	clear: both;
    color: #fff;
}

footer a{
    color: #fff;
}
footer a:hover{
    color: #f2f3f4;
}

footer #copyright {
    background: #fff;
    padding: 15px 0;
    margin-top: 20px;
    color: #8c8c8c;
}

footer .moduletable h3{
    color: #fff;
    margin-bottom: 20px;
}


footer .menu li a{
    line-height: 28px;
}
.erwei li{
    width: 50%;
    *width: 45%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}

a#pull {
	display: none;
}


.footer_share{
    display: none;
}


/**** Media Queries查询 ****/

/* 等于或小于 1200 */
@media screen and (min-width: 768px) {


}

/* iPad (横向和纵向) */
@media screen and (min-width: 768px) and (max-width: 1024px) {

	.container {
		max-width: 90%;
	}



}

/* iPhone 2G-5S (横向和纵向)和大屏手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {

    #wrapper .container{
        max-width: 98%;
    }

  [	class*="eq-flu-g"] {
		float: none;
		margin-left: 0;
		width: 100%;
	}


	a.button {
		display: block;
	}

	input[type="text"], textarea, select {
		width: 90%;
	}

	input[type="submit"] {
		width: auto;
	}

	input[type="checkbox"] {
		float: left;
	}

	.checkbox label {
		display: block;
	}

    header .container{
        max-width: 100%;
    }


    /*  设置header的高度用于动画  */
	header {
		height: auto;
	}


	header a#logo {
		background-size: auto 32px;
        height:32px;
        width: 320px;
	}

	header ul.menu {
        background: #c76e00;
	}

	header ul.menu li {
        margin-right: 0;
        float: none;
	}

	header ul.menu li a {
		padding: 10px;
        color: #fff;
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
        border-right: 1px solid #c4a987;
        border-top: 1px solid #c4a987;

	}
    html[lang=en-gb] header ul.menu li a{
        height: 70px;
				word-wrap: break-word;
    }
    html[lang=en-gb] header ul.menu li{
        margin-right: 0;
    }

    header ul.nav-child{
        visibility: hidden;
    }

	header ul.menu li a:hover, header ul.menu li a:hover, header ul.menu li.active a {
        color:#fff;
        opacity: 0.8;
	}

    .s1, .s2{
        min-height: 180px;
    }


    .home-client, .home-quick, ul.quick,#breadcrumbs,  .footer-menu, .footer-promenu{
        display: none;
    }
		.mod-languages{
			float: none;
			padding-top: 10px;
		}
    #sidebar{
        margin-top: 15px;
    }

	a#pull {
		display: block;
		float: right;
		position: relative;
		margin:0 0 20px 0;
		background: url("../images/icons.png") no-repeat 0 -1099px;
		height: 18px;
		width: 28px;
	}

    input#mod-search-searchword{
        width: 120px;
    }

    .mod-languages{
        margin: 0 10px 0 0;
    }
    .search-input{
       margin-top: 0;
        display: none;
    }

    ul.vmproduct li, .home-client ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .home-quick ul li{
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    #product .width33{
        width: 100%;
    }

    .productdetails-view .product-short-description, .vm-product-container .vm-product-media-container{
        width: 100%;
        float: none;
    }

  #product #tab-content table{
    table-layout:automatic;
  }

    #tabs li{
        width: 50%;
        margin-bottom: 5px;
    }

    #tabs li:last-child{
        display: none;
    }

    .nosidebarcontent-box{
        padding: 15px;
    }

    footer{
        height: auto;
    }

 .footer_share{
    position: fixed;
     display: block;
    bottom:0;
    left: 0;
    background:#454545;
    width: 100%;
}
.footer_share ul{
    overflow: hidden;
}
.footer_share ul li{
    float: left;
    width: 20%;
    box-sizing: padding-box;
    text-align: center;
}
.footer_share ul li img{
    padding: 5px 0 3px;
}
.footer_share ul li a{
    color: #fff;
    display: block;
    border-left: 1px solid #8e8e8e;
}
.footer_share ul li:first-child a{
    border: none;
}

.share-btn{
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -127px;
    display: none;
}

}

/* iPhone 2G-5S 横向和大屏手机 */
@media only screen and (min-device-width:320px) and (max-width: 767px) and (orientation : landscape){

}
