﻿@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Microsoft Yahei';
}

/*定义字体*/
body,button,input,select,textarea {
	font: 14px/1.5 'Microsoft Yahei', Arial, Verdana, tahoma, Helvetica, sans-serif;
}

input,
select,
textarea {
	font-size: 100%;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
a,input {
	outline: none;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}

/* 去除默认边框 */
fieldset,img {
	border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,ul {
	list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align: left;
}

/* 标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before,q:after {
	content: '';
}
select {
	vertical-align: middle;
}
a{
    text-decoration: none;
}
/*头部*/
.top {
    width: 1200px;
    margin: 0 auto;
    height: 86px;
}
.logo {
	display: block;
    float: left;
    width: 193px;
    height: 86px;
	margin-right: 39px;
}
/*导航*/
.inav {
	height: 86px;
	line-height: 86px;
    float: left;
    padding-right: 40px;
    background: url(../img/inav-border.jpg) right center no-repeat;
}
.inav>ul {
	height: auto;
}
.inav>ul>li {
	float: left;
    width: 100px;
    margin-left: 12px;
    position: relative;
}
.inav>ul>li>a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #413d3c;
}
.inav>ul>li:hover>a,.inav>ul>li.this>a {
	background-color: #99753b!important;
	color: #fff!important;
}
.subNav{
	display: none;
    width: 150px;
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 86px;
    left: 0;
}
.subNav li{
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.subNav li a{
	width: 82%;
	padding-left: 18%;
	height: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #99753b;
}
.subNav li a:hover{
	background-color: #d7a453;
}
/*中英文网站切换*/
.url-change{
	float: right;
    text-align: right;
    color: #413d3c;
    line-height: 86px;
    font-size: 14px;
}
.url-change a{
    color: #413d3c;
}
.url-change a:hover{
    color: #99753b;
}
/*产品中心*/
.iproduct{
	width: 1215px;
	height: auto;
}
.iproduct li{
    width: 390px;
    height: 260px;
    float: left;
    margin-right: 15px;
    margin-bottom: 12px;
}
.iproduct .box {
	position: relative;
	overflow: hidden;
}
.iproduct .pro-img {
	width: 100%;
	height: 100%;
	display: block;
}
.iproduct .pro-img img {
    max-width: 100%;
    height: 100%;
}
.iproduct .boxSolid {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.iproduct .opacBack {
	width: 100%;
	height: 100%;
	background-color: #9f8564;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.iproduct .btnCss {
	position: absolute;
    top: 10%;
    left: 7%;
    z-index: 100;
    float: left;
    width: 86%;
    height: 80%;
    display: block;
    border: 1px solid #bfafa2;
    text-align: center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.iproduct .btnCss span{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 29px;
    margin-top: 65px;
    display: block;
}
.iproduct .btnCss .more2{
    font-size: 14px;
    color: #fff;
}
/*页码*/
.page {
	clear: both;
	padding: 85px 0px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
}
.page ul { 
	/* display: inline-block; */
    /* margin: 0 auto; */
    height: auto;
    overflow: hidden;
    float: left;
}
.page li {
	float: left;
	margin: 0 10px;
}
.page li a {
	font-size: 16px;
    color: #666;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.page li:hover a,.page li.this a { 
	color:#fff; 
    background-color: #9f8564;
}
.PreviousPage a,.NextPage a{
	width: 70px!important;
}
.page li.TotalPages { 
	display: none; 
}
/*单页*/
.view {
	width: 1200px;
	word-break: break-all;
	word-wrap: break-word;
	margin: 0 auto;
	padding-top: 35px;
}
.view h1 {
	font-size: 30px;
	text-align: center;
	color: #333;
	line-height: 64px;
}
.view .time {
    text-align: center;
    line-height: 45px;
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}
.view .time span{
	margin-right: 10px;
}
.view .cont_img { 
	text-align: center; 
}
.view .cont_img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.view .contents {
	width: 100%;
	text-indent: 2em;
	margin: 0 auto;
	line-height: 34px;
	color: #4C4C4C;
	font-size: 16px;
	padding-bottom: 150px;
}
.view .contents a {
	text-align: center;
	margin: 0 auto;
}
.view .contents p{
}
.view .contents span{
}
.view .contents img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.view .next,.proDetailCont .next {
	margin: 0 auto;
    padding: 30px 0 90px 0;
    height: auto;
    overflow: hidden;
    color: #4C4C4C;
    font-size: 16px;
	border-top: 1px solid #dbdbdb;
}
.view .next a,.proDetailCont .next a { 
    color: #4C4C4C;
}
.view .next a:hover,.proDetailCont .next a:hover { 
color: #99753B;
}
/*左侧浮动QQ*/
.wechatIcon{
	position: relative;
}
.wechatIcon img{
	position: absolute;
    left: 40px;
    top: 0;
    width: 126px;
    height: 125px;
    display: block;
}
.callIcon{
	position: relative;
}
.callIcon div{
	position: absolute;
    left: 40px;
    top: 0;
    width: 126px;
    text-align: center;
    font-size: 14px;
}
.call-icon div{
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #99753B;
}
.nycall-icon div{
    height: 40px;
    background-color: #99753B;
    color: #fff;
    line-height: 40px;
}

/*这个条件是说最大高达到800px的时候才会把 a 上加个背景图。如果要加载这个图片那么高度需是小于等于800px才可以*/
@media screen and (max-height: 800px) { 
 .top-warp {
    height: 70px!important;
 }
 .top {
    height: 100%!important;
 }
 .logo {
    width: 157px!important;
    height: 100%!important;
 }
 .inav {
    height: 100%!important;
    line-height: 70px!important;
 }
 .subNav {
    top: 86px!important;
 }
 .ipage {
    width: 1000px!important;
 }
 .pageone-logo {
	width: 250px;
	display: block;
 }
 .welcome{
 	font-size: 30px!important;
 	margin-top: 30px!important;
 }
 .web-desc{
 	margin-top: 20px!important;
 }
 .column-nav{
 	width: 100%!important;
 	margin-top: 60px!important;
 }
 .column-nav li{
	width: 33%;
	height: 258px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
 }
 .iabout-title-cont{
 	width: 86%!important;
 	margin-left: 7%!important;
 }
 .web-info1,.web-info2{
 	width: 22%!important;
 }
 .web-info1{
 	padding-right: 3%!important;
 }
 .page-title{
 	margin-bottom: 20px!important;
 }
 .page-title span{
 	font-size: 26px!important;
 }
 .iproduct{
 	width: 105%;
 }
 .iproduct li{
 	width: 31%;
 	height: 216px;
 	margin-right: 1%;
 }
 .pro-img img{
 	max-width: 100%;
 }
 .pagesix-title{
 	font-size: 36px!important;
 	line-height: 55px!important;
 }
 .bottom {
    background-size: 38%!important;
 }
 .bottom.end {
    background-size: 60%!important;
 }
}
