@charset "utf-8";

/* 幻灯 */

.banner {
	width: 100%;
	height: 230px;
	background: url(/skin/default/images/common/banner.jpg) no-repeat center center;
}

.bn-CN {
	width: 142px;
	height: 40px;
	background: url(/skin/default/images/common/photo.png) no-repeat 0px -54px;
	position: absolute;
	top: 93px;
	right: 388px;
}

.bn-EN {
	width: 300px;
	height: 40px;
	background: url(/skin/default/images/common/photo.png) no-repeat -154px -54px;
	position: absolute;
	top: 93px;
	right: 68px;
}


/* 主体 */

.main {
	width: 1200px;
	min-height: 450px;
	margin: 0 auto;
}


/* 导航 */

.left {
	width: 190px;
	padding-top: 10px;
	float: left;
}

.lf-title {
	width: 100%;
	border-top: 8px #666666 solid;
}

.lf-text {
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}

.lf-CN {
	font-size: 18px;
	color: #cc3333;
	font-weight: bold;
}

.lf-EN {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.lf-photo {
	width: 31px;
	height: 31px;
	margin: 15px 15px 0px 0px;
	background: url(/skin/default/images/common/photo.png) no-repeat -561px -1px;
	float: right;
}

.lf-list {
	width: 100%;
	border-top: 2px #666666 solid;
	margin-top: 15px;
}

.lf-li {
	width: 100%;
	height: 39px;
	background-color: #e1e1e1;
	border-bottom: 1px #e9e9e9 solid;
}

.lf-a {
	width: 85%;
	height: 100%;
	display: block;
	padding-left: 15%;
	font-size: 14px;
	line-height: 39px;
	color: #666666;
	transition: all 0.3s ease 0s;
}

.lf-a:hover {
	background-color: #ee4b44;
}

.lf-aM {
	background-color: #ee4b44;
	color: #FFF;
}


/* 内容 */

.right {
	width: 950px;
	float: right;
}


/* 标题 */

.rg-title {
	width: 100%;
	padding: 37px 0px 5px 0px;
	border-bottom: 1px #d4d4d4 solid;
}

.rg-name {
	float: left;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

.rg-bread {
	float: right;
	font-size: 12px;
	line-height: 36px;
	color: #999999;
}

.rg-bread a {
	color: #999999;
}


/* 顶部导航 */

.nav-top {
	width: 1230px;
	padding-top: 15px;
	margin-bottom: 40px;
	border-bottom: 1px #d2d2d2 solid;
	text-align: center;
	margin: 0 0 45px;
}

.nav-tpLi {
	margin: 0px 20px;
	display: inline-block;
	position: relative;
}

.nav-tpa {
	font-size: 18px;
	line-height: 36px;
	color: #000;
}

.nav-tpa:hover {
	color: #ee4b44;
}

.nav-tpBd {
	width: 100%;
	height: 0px;
	background-color: #ee4b44;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.nav-tpBdM {
	height: 3px;
}


/* 解决方案 */

.solution {
	width: 960px;
}

.st-li {
	width: 470px;
	background-color: #f6f6f6;
	margin: 10px 10px 0px 0px;
	padding-bottom: 15px;
	float: left;
}

.st-back {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}

.st-photo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.st-li:hover .st-photo {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

.st-tl {
	width: 94%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 44px;
	color: #000000;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.st-li:hover .st-tl {
	color: #ee4b44;
	text-decoration: underline;
	cursor: pointer;
}

.st-tx {
	width: 94%;
	height: 44px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
}

.solution-page {
	width: 100%;
}

.solution-title {
	font-size: 24px;
	line-height: 78px;
	color: #000;
	text-align: center;
}

.solution-text {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.solution-page img {
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0 auto;
}


/* 产品 */


/* 列表 */

.pd-list {
	width: 960px;
	padding-top: 30px;
}

.pd-li {
	width: 468px;
	height: 150px;
	margin: 10px 10px 0px 0px;
	border: 1px #cccccc solid;
	float: left;
}

.pd-back {
	width: 190px;
	height: 120px;
	margin: 15px;
	position: relative;
	float: left;
	overflow: hidden;
}

.pd-photo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pd-text {
	width: 225px;
	float: right;
	margin-right: 15px;
}

.pd-title {
	width: 100%;
	padding-top: 10px;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	transition: all 0.3s ease 0s;
}

.pd-li:hover .pd-title {
	color: #ee4b44;
	text-decoration: underline;
}

.pd-parameter {
    width: 100%;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.pd-more {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
	color: #ff3333;
	text-decoration: underline;
}


/* 品牌 */

.product-list {
	width: 100%;
	border-top: 2px #666666 solid;
	margin-top: 15px;
	padding-bottom: 5px;
	background-color: #e1e1e1;
}

.product-li {
	width: 100%;
}

.product-back {
	width: 144px;
	height: 144px;
	border: 3px #e1e1e1 solid;
	margin: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.product-li:hover .product-back {
	border: 3px #ee4b44 solid;
}

.product-photo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}


/* 内页 */

.product-page {
	width: 100%;
}

.pd-pgTp {
	width: 100%;
	padding-top: 20px;
}

.pd-pgBc {
	width: 206px;
	height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}

.pd-pgPo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pd-pgText {
	width: 726px;
	float: right;
}

.pd-pgTl {
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}

.pd-pgTx {
	width: 100%;
	height: 125px;
	margin-top: 6px;
	overflow: auto;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.pd-pgCs,
.pd-pgAzt,
.pd-pgAl {
	width: 100%;
}

.pd-pgCsTl,
.pd-pgAztTl,
.pd-pgAlTl {
	width: 100%;
	padding-top: 10px;
	font-size: 24px;
	line-height: 48px;
	color: #000;
	border-bottom: 1px #d4d4d4 solid;
}

.pd-pgCsTx {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 10px;
}

.pd-pgAztTx {
	width: 100%;
	padding-top: 40px;
}

.pd-pgAztTx img {
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0 auto;
}

.pd-pgAlCs {
	width: 1000px;
}

.pd-pgAlLi {
	width: 290px;
	float: left;
	margin: 20px 0px 0px 20px;
}

.pd-pgAlBc {
	width: 290px;
	height: 220px;
	border: 1px #e5e5e5 solid;
	position: relative;
	overflow: hidden;
}

.pd-pgAlPo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.pd-pgAlLi:hover .pd-pgAlPo {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

.pd-pgAlTitle {
	width: 100%;
	font-size: 20px;
	line-height: 50px;
	color: #000;
}

.pd-pgAlLi:hover .pd-pgAlTitle {
	color: #ee4b44;
}


/* 新闻 */

.new {
	width: 100%;
}

.new-left {
	width: 780px;
	float: left;
}

.new-right {
	width: 400px;
	float: right;
}

.new-title {
	height: 40px;
	padding-top: 20px;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	border-bottom: 1px #d2d2d2 solid;
}

.new-list {
	width: 100%;
}

.new-li {
	width: 100%;
	margin-top: 20px;
}

.new-back {
	width: 240px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}

.new-photo {
	width: 100%;
	height: 100%;
	display: block;
	top: 0px;
	left: 0px;
}

.new-text {
	width: 67%;
	float: right;
}

.new-tl {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	transition: all 0.3s ease 0s;
}

.new-li:hover .new-tl {
	color: #ee4b44;
	text-decoration: underline;
}

.new-tm {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}

.new-tx {
	width: 100%;
	font-size: 14px;
	height: 24px;
	color: #666666;
}


/* 头条新闻 */

.new-rgLt {
	width: 100%;
}

.new-rgLi {
	width: 100%;
	padding-top: 30px;
}

.new-rgBc {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
}

.new-rgPo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.new-rgLi:hover .new-rgPo {
	width: 120%;
	height: 120%;
	position: absolute;
	top: -10%;
	left: -10%;
}

.new-rgTx {
	width: 100%;
	height: 40px;
	background-color: #000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	filter: Alpha(opacity=80);
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}

.new-rgTx div {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	position: relative;
	transition: all 0.3s ease 0s;
}

.new-rgLi:hover .new-rgTx div {
	text-decoration: underline;
}


/* 热点新闻 */

.new-hot {
	width: 100%;
	margin-top: 30px;
	background-color: #ebebeb;
}

.new-htTitle {
	margin: 0px 0px 15px 15px;
	font-size: 24px;
	line-height: 48px;
	color: #333333;
}

.new-htLi {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.new-htBc {
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.new-htPo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.new-htLi:hover .new-htPo {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
}

.new-htTl {
	width: 100%;
	font-size: 18px;
	line-height: 44px;
	color: #000;
	transition: all 0.3s ease 0s;
}

.new-htLi:hover .new-htTl {
	color: #ee4b44;
	text-decoration: underline;
}

.new-htTx {
	width: 100%;
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


/* 内容 */

.new-pgTl {
	width: 100%;
	padding-top: 30px;
	font-size: 18px;
	line-height: 56px;
	color: #000000;
	text-align: center;
}

.new-pgTm {
	width: 400px;
	margin: 0 auto;
}

.new-pgTime {
	float: left;
	font-size: 14px;
	color: #999999;
}

.new-pgShare {
	float: right;
}

.new-pgShare div {
	float: left;
}

.bdsharebuttonbox a {
	display: block;
	float: left;
}

.new-pgTx {
	width: 100%;
	padding-top: 30px;
	border-top: 1px #d2d2d2 solid;
	font-size: 14xp;
	line-height: 24px;
	color: #666666;
}

.new-pgTx img {
	max-width: 99%;
	height: inherit;
	display: block;
	margin: 0 auto;
}


/* 封面 */

.new-tpBc {
	width: 100%;
	height: 490px;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.new-tpPo {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.new-tpBc:hover .new-tpPo {
	width: 140%;
	height: 140%;
	top: -20%;
	left: -20%;
}

.new-tpTx {
	width: 100%;
	height: 80px;
	background-color: #000;
	filter: Alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.new-tpTx div {
	width: 94%;
	padding: 0px 3%;
	font-size: 18px;
	line-height: 80px;
	color: #FFF;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.new-tpBc:hover .new-tpTx div {
	text-decoration: underline;
}

.new-tlName {
	float: left;
}

.new-tlMore {
	display: block;
	float: right;
	font-size: 12px;
	color: #333333;
}


/* 居中内页 */

.page-title {
	width: 100%;
	font-size: 30px;
	line-height: 70px;
	color: #000000;
	text-align: center;
	border-bottom: 1px #e5e5e5 solid;
}

.page-container {
	width: 100%;
	padding-top: 30px;
}

.page-container img {
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0 auto;
}


/* 常见问题 */

.problem-photo {
	float: left;
}

.problem {
	width: 900px;
	float: right;
}

.pb-li {
	width: 430px;
	height: 170px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
	float: left;
	margin: 0px 0px 20px 20px;
}

.pb-title {
	width: 400px;
	height: 27px;
	margin-left: 20px;
	padding-top: 15px;
}

.pb-icon {
	width: 27px;
	height: 27px;
	background-color: #cccccc;
	float: left;
	font-size: 16px;
	line-height: 27px;
	color: #FFF;
	text-align: center;
}

.pb-tl {
	width: 350px;
	margin-left: 15px;
	float: left;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	font-weight: bold;
}

.pb-text {
	width: 400px;
	padding-top: 10px;
	margin-left: 20px;
}

.pb-tx {
	width: 350px;
	height: 120px;
	overflow: auto;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


/*产品修改*/

.chanpin {
	position: absolute;
	left: 191px;
	top: 0px;
	width: 550px;
	height: auto;
	border: 1px solid #ee4b44;
	z-index: 9999;
	border-radius: 4px;
	display: none;
	background:#fff
}
.chanpin  dl {
    width: 550px;
    overflow: hidden;
    height: 100%;
    padding: 0px 0px 0 25px;
    display: block;
}
.chanpin  dl dt {
    display: block;
    margin-top: -5px;
    margin-bottom:5px
  
}
.chanpin  dl dt a {
    color: #ee4b44;
    font-size: 15px;
   font-weight:bold
   
    
}
.chanpin  dl dd {
    overflow: hidden;
    display: block;
    padding: 0;
    margin:0px;
    float:left
}
.chanpin  dl dd a {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    width: 100px;
    line-height: 28px;
}
.chanpin  dl dd a:hover{
	color:#ee4b44
}
