
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, img, 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, input, select {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	color: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font: 12px/1 "Microsoft Yahei", "微软雅黑", sans-serif;
	vertical-align: baseline;
	overflow-y: scroll;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #474545;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	color: #746969;
}
h2, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	text-decoration: none;
}
p {
	line-height: 22px;
	text-align: justify;
}
a img, iframe {
	border: none;
}
a:link {
	color: inherit;
}
:focus {
	outline: 0;
}
/*img{ vertical-align:top;}*/
ol, ul {
	list-style: none;
}
input, textarea, select, button {
	font-weight: inherit;
	font-size: inherit;
    *font-size:100%;
	font-family: inherit;
}
/* == clearfix == */
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	content: "\200B";
}
.clearfix {
*zoom:1;
}/*IE/7/6*/
/* == 以上 reset Css == */


/**************** 全局公用样式 ****************/
/*body {max-width:1580px; min-width:1130px;_width:expression(document.body.clientWidth<1130? "1130px": (document.body.clientWidth>1580?"1580px":"auto"));}*/
body {
	max-width: auto;
	min-width: 1130px;
+overflow:hidden;
}
/*body.on {margin-left:-378px;}*/

#header {
	position: relative;
	z-index: 5;
	height: 79px;
	background-color: #FFF;
}
.g-wrap {
	position: relative;
	margin: 0 auto;
	width: 1130px;
	height: 100%;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 18px;
	left: 1px;
	width: 149px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/logo.png);
}
#nav {
	position: absolute;
	top: 0;
	right: 171px;
	z-index: 4;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
#nav li {
	float: left;
	height: 100%;
	-webkit-transition: background-color 700ms;
	transition: background-color 700ms;
}
#nav .n1 {
	width: 68px;
}
#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {
	width: 83px;
}
#nav .n4 {
	width: 96px;
}
/*#nav li a {position:relative; display:block; width:100%; height:100%;}
    #nav li a * {position:absolute; bottom:0; left:0; z-index:2; width:100%; height:100%; background:no-repeat 16px 32px; -webkit-transition:-webkit-opacity 200ms; transition:opacity 200ms; cursor:pointer;}
    #nav li a .on {-webkit-opacity:0; opacity:0; display:none\9;}
    #nav li a .slideBlock {z-index:1; height:0; background:#f00; -webkit-transition:height 200ms; transition:height 200ms;}
    #nav .n1 a .off {background-image:url(../img/header/nav_1.png)}
    #nav .n2 a .off {background-image:url(../img/header/nav_2.png)}
    #nav .n3 a .off {background-image:url(../img/header/nav_3.png)}
    #nav .n4 a .off {background-image:url(../img/header/nav_4.png)}
    #nav .n5 a .off {background-image:url(../img/header/nav_5.png)}
    #nav .n6 a .off {background-image:url(../img/header/nav_6.png)}
    #nav .n7 a .off {background-image:url(../img/header/nav_7.png)}
    #nav .n8 a .off {background-image:url(../img/header/nav_8.png)}
    #nav .n1 a .on {background-image:url(../img/header/nav_1_on.png)}
    #nav .n2 a .on {background-image:url(../img/header/nav_2_on.png)}
    #nav .n3 a .on {background-image:url(../img/header/nav_3_on.png)}
    #nav .n4 a .on {background-image:url(../img/header/nav_4_on.png)}
    #nav .n5 a .on {background-image:url(../img/header/nav_5_on.png)}
    #nav .n6 a .on {background-image:url(../img/header/nav_6_on.png)}
    #nav .n7 a .on {background-image:url(../img/header/nav_7_on.png)}
    #nav .n8 a .on {background-image:url(../img/header/nav_8_on.png)}

    #nav li a.on .off{-webkit-opacity:0; opacity:0; display:none\9;}
    #nav li a.on .on {-webkit-opacity:1; opacity:1;  display:block\9;}
    #nav li a.on .slideBlock {height:100%;}*/

#nav li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 13px;
	line-height: 79px;
	text-align: center;
	color: #666;
	-webkit-transition: color 200ms;
	transition: color 200ms;
}
#nav li a.on {
	color: #fff;
}
#nav li a span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#nav li a .bkg {
	top: 100%;
	z-index: 1;
	background-color: #299069;
	-webkit-transition: top 200ms;
	transition: top 200ms;
}
#nav li a.on .bkg,  #nav li a:hover .bkg {
	top: 0;
}
#shop {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	width: 87px;
	height: 100%;
	background: #fff;
	border-left: 1px solid #e5e5e5;
}
#shop {
	width: 170px;
}
#shop .btn-search {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 20px;
	height: 20px;
	background: url(../img/icon_search.png) no-repeat 0px 0px;
}
#shop .btn-search:hover,  #shop .btn-search.on {
	background-image: url(../img/icon_search_on.png);
}
/*#searchbox {display:none; position:absolute; top:100%; z-index:11115; line-height:44px; right:0; padding:0 20px; width:200px; height:44px; border:8px solid #4c4a4f;}*/
#shop .btn-oa {
	position: absolute;
	top: 0;
	right: 30px;
	margin-top:25px;
	padding: 10px 10px;
	width: 87px;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	line-height: 76px;
	color: #666369;
	background-color: #fff;
	background:url(../images/oa.png) no-repeat;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#shop .btn-oa:hover {
	color: #ff2424;
	background:url(../images/oa_on.png) no-repeat;
}
#shop .header-nwbtn {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 0 10px;
	padding-right: 15px;
	width: auto;
	height: 100%;
	font-weight: bold;
	font-size: 13px;
	line-height: 76px;
	color: #666369;
	background: url(../img/head-nw-icon.png) right center no-repeat;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#shop .header-nwbtn:hover, #shop .header-nwbtn.on {
	color: #ff2424;
	background: url(../img/head-nw-icon-on.png) right center no-repeat;
}
#content {
	position: relative;
	overflow: hidden;
	z-index: 4;
}
#subNav {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 61px; /*overflow: hidden;*/
}
#subNav .g-wrap {
	overflow: visible;
}
#subNav .g-wrap .item {
	position: absolute;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: #0fa373;
	opacity: .9;
	overflow: hidden;
	-webkit-transition: top 300ms;
	transition: top 300ms;
}
#subNav .g-wrap .about {
	left: 365px;
	padding: 0 15px; /*width:835px;*/
}
#subNav .g-wrap .service {
	left: 448px;
	padding: 0 15px; /*width:752px;*/
}
#subNav .g-wrap .news {
	left: 531px;
	padding: 0 15px; /*width:573px;*/
}
#subNav .g-wrap .job {
	left: 793px;
	padding: 0 15px;/* width:643px;*/
}

#subNav .g-wrap .search {
	right: 0;
	width: 238px;
	height: 44px;
	border: 8px solid #4c4a4f;
}
#subNav .g-wrap .search input {
	padding: 0 20px;
	width: 200px;
	height: 44px;
	line-height: 44px;
}
#subNav .g-wrap .langs {
	right: 0;
	padding: 0 15px;
	width: 224px;
}
/*2016.4.12*/
#subNav .g-wrap .nwmenu {
	right: 0;
	top: -409px;
	width: 171px;
	height: auto;
	background-color: #4c4a4f;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#subNav .g-wrap .nwmenu .nwmenu-inner {
	padding: 20px;
	width: 210px;
	max-height: 349px;
	overflow: hidden;
}
/*#subNav .g-wrap .nwmenu .nwmenu-inner .nwi-box{ margin-bottom: 10px;}*/
#subNav .g-wrap .nwmenu .nwi-tit {
	float: left;
	width: 50px;
	color: #8f8c92;
	font-size: 12px;
}
#subNav .g-wrap .nwmenu .nwmenu-list { /*float: right; margin-top: -5px; width: 140px;*/
	overflow: hidden;
}
#subNav .g-wrap .nwmenu .nwmenu-list li a {
	float: none;
	padding: 0;
	line-height: 22px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
/*2016.4.12*/

#subNav .g-wrap .nwmenu .nwmenu-list li a:hover {
	color: #f3d446;
}
#subNav .g-wrap .on {
	top: 0;
	z-index: 2;
}
#subNav .g-wrap .item a {
	float: left;
	padding: 0 16px;
	font-weight: bold;
	font-size: 13px;
	line-height: 61px;
	color: #FFF;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
#subNav .g-wrap .item a:hover {
	color: #ff0;
}
#subNav .g-wrap .item #on {
	color: #ff0;
}
/*#footer {height:70px; overflow:visible;  border-top:1px solid #e5e5e5;}*/
/*#footer .g-wrap {background:url(../img/temp/footer_bg.jpg) no-repeat right 0;}*/
#footer {
	height: 140px;
}
#reference {
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #f2f2f2;
}
#reference div {
	height: 100%;
}
#reference a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
#reference a:hover {
	color: #f63b2e;
}
#reference div * {
	font-weight: bold;
	font-size: 13px;
	color: #2e2e57;
}
#reference .left {
	float: left;
}
#reference .left * {
	float: left;
	height: 100%;
	line-height: 64px;
}
#reference .left a {/* margin-left:20px; *//* padding-left:42px; */
	background: no-repeat 0 13px;
}
#reference .left em {
	display: block;
	margin: 0 12px;
	font-style: normal;
}
#reference .left .a1 {/* background-image:url(../img/refer_icon_1.png); */
}
#reference .left .a2 {/* background-image:url(../img/refer_icon_2.png); */
}
#reference .left .a3 {
	background-image: url(../img/refer_icon_life.png);
}
#reference .right {
	float: right;
	width: 323px;
	line-height: 69px;
	text-indent: 38px;
	background: #f2f2f2 url(../img/refer_icon_3.png) no-repeat 19px 23px;
	border-left: 1px solid #e5e5e5;
}
#copyright {
	height: 75px;
}
#copyright .g-wrap {
	overflow: visible;
}
#copyright .g-wrap div {
	float: right;
	padding: 19px 0 19px 19px;
	height: 37px;
	width: 303px;
	font-weight: bold;
	line-height: 20px;
	color: #4b4b51;
	border-left: 1px solid #f2f2f2;
}
#copyright .g-wrap div a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: #4b4b51;
}
#copyright .g-wrap div a:hover {
	color: #e62b1e
}
#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	height: 100%;
}
#mask .wrap {
	position: fixed;
	top: 0;
	right: -378px;
	z-index: 1024;
	padding: 0 29px;
	width: 320px;
	height: 100%;
	background-color: #2b2b2b;
}
#mask .wrap p {
	margin-top: 130px;
	color: #8C8C8C;
	line-height: 18px;
	font-size: 13px;
}
#mask .wrap p span {
	display: block;
}
#mask .wrap p .tit {
	font-size: 15px;
	color: #E1DEDE;
}
#mask .wrap p .column {
	margin-left: -16px;
	padding-left: 16px;
	background: url(../img/sitemap_arrow.png)no-repeat 0 7px;
	font-size: 13px;
}
#legal {
	background: url(../img/legal_tit.png) no-repeat 29px 77px;
}
#sitemap {
	background: url(../img/sitemap_tit.png) no-repeat 29px 77px;
}
#sitemap a {
	color: #8C8C8C;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	font-size: 13px;
}
#sitemap a.reenoo {
	font-weight: bold;
}
#sitemap a:hover {
	color: #e62b1e
}


.homec { width:100%; height:280px; background-color:#f8faf9; }
.homec .h1030 { width:1130px; height:208px; margin:0 auto; padding:30px 0;}
.homec .h1030 .hwx { width:145px; height:208px; float:left; background:url(../images/wx01r.jpg) no-repeat right; margin:0 40px 0 0; }
.homec .h1030 .hwx img { width:116px; height:116px; padding:20px 0 0;}
.homec .h1030 .hwx p { font-size:12px; color:#666; line-height:30px; padding-left:10px;}

.homec .h1030 .hlist { width:940px;height:208px; float:left;}
.homec .h1030 .hlist ul li { width:270px; background:url(../images/map.png) no-repeat 0 0; padding-left:20px; margin:0 25px 10px 0; float:left;}
.homec .h1030 .hlist ul li:nth-child(2) { width:288px; }
.homec .h1030 .hlist ul li:nth-child(5) { width:288px;}
.homec .h1030 .hlist ul li:nth-child(3n) { margin:0 0 10px 0; }
.homec .h1030 .hlist ul li:nth-child(8) { background-image:none; }
.homec .h1030 .hlist ul li p { height:40px; margin-right:20px; float:left; padding-top:6px;}
.homec .h1030 .hlist h1 { font-size:14px; color:#299069; line-height:20px;}
.homec .h1030 .hlist span { font-size:12px; color:#666; line-height:20px;}


	
footer { width:100%; height:68px; background-color:#299069; }

footer .c {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .c a {
	color: #FFF;	
}
footer .c a:hover {
	color:#ffc300;
}


.prod-supporting {
	text-align: center
}
.prod-supporting h2 {
	line-height: 80px;
	font-size: 36px;
	font-weight: normal
}
.prod-supporting p {
	line-height: 25px;
	color: #999
}
.prod-supporting p img {
	margin: 2px 10px -2px 0
}
.prod-supporting ul.mating {
	width: 990px;
	overflow: hidden;
	margin: 40px 0
}
.prod-supporting ul.mating li {
	width: 495px;
	float: left;
	border-right: dashed 1px #e5e5e5;
	margin: 1px -1px 1px 0;
	padding: 15px 0;
	text-align: left;
	cursor: pointer
}
.prod-supporting ul.mating li img {
	float: left;
	margin: 10px 10px 0 30px
}
.prod-supporting ul.mating li .grp {
	font-weight: bold
}
.prod-supporting ul.mating li .grp .title {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0;
	display: block
}
.prod-supporting ul.mating li .grp img {
	margin: 5px 10px 0 0
}
.prod-supporting .num {
	position: absolute;
	left: 25px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	height: 35px;
	text-align: center;
	top: 18px
}
.prod-supporting .num:hover {
	z-index: 9!important
}
.prod-supporting .redColor {
	color: #e60012;
	background-color: #f8f8f8
}
.prod-supporting .none {
	display: none
}
.prod-supporting .inlineblock {
	float: none;
	display: inline-block
}
.prod-supporting .fangpop {
	overflow: hidden;
	position: relative
}
.prod-supporting .fangpop .map {
	width: 650px;
	height: 500px;
	background: #eee
}
.prod-supporting .fangpop .ftnav {
	width: 338px;
	float: right;
	line-height: 60px;
	border-bottom: solid 1px #efefef;
	text-align: left
}
.prod-supporting .fangpop .ftnav li {
	width: 53px;
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
	color: #999
}
.prod-supporting .fangpop .ftnav .on {
	color: #e60012;
	border-bottom: solid 2px #e60012
}
.prod-supporting .fangpop .box02-ptmap {
	width: 338px;
	max-height: 500px;
	float: right;
	position: relative;
	overflow: hidden;
	background-color: #fff
}
.prod-supporting .fangpop .box02-ptmap .part01-ptmap {
	display: none
}
.prod-supporting .fangpop .box02-ptmap .part02-ptmap {
	display: none
}
.prod-supporting .fangpop .box02-ptmap ul {
	padding: 0;
	margin-top: -1px
}
.prod-supporting .fangpop .box02-ptmap ul li {
	text-align: left;
	padding: 15px 25px;
	border-top: solid 1px #efefef;
	overflow: hidden;
	position: relative
}
.prod-supporting .fangpop .box02-ptmap ul li h6 {
	font-size: 14px;
	font-weight: normal
}
.prod-supporting .fangpop .box02-ptmap ul li h6 span {
	float: right;
	color: #999
}
.prod-supporting .fangpop .box02-ptmap ul li h6 b {
	display: block;
	max-width: 170px;
	font-weight: normal
}
.prod-supporting .fangpop .box02-ptmap ul li .grp {
	width: 248px;
	float: right
}
.prod-supporting .fangpop .allmapbox {
	position: relative;
	overflow: hidden
}
.prod-supporting .fangpop .allmapbox .ptmap {
	overflow: hidden
}
.prod-supporting .fangpop .allmapbox .ptmap:before, .prod-supporting .fangpop .allmapbox .ptmap:after {
	content: "";
	display: table
}
.prod-supporting .fangpop .allmapbox .ptmap:after {
	clear: both
}
.prod-supporting .fangpop .allmapbox .ptmap .box01-ptmap {
	float: left
}
.prod-supporting .fangpop .allmapbox .ptmap-arrowbox {
	position: absolute;
	cursor: pointer;
	width: 17px;
	height: 45px;
	right: 338px;
	z-index: 98;
	background-color: #fff;
	top: 50%;
	margin-top: -23px;
	box-shadow: -5px 1px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: -5px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: -5px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: -5px 1px 5px rgba(0,0,0,0.1);
	-o-box-shadow: -5px 1px 5px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 45px
}
.prod-supporting .fangpop .allmapbox .ptmap-arrowbox .ptmap-arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #bbb;
	border-right-width: 0;
	border-style: dashed;
	border-right-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: inline-block
}
.prod-supporting .fangpop .allmapbox .popup strong {
	left: -32px
}
.prod-supporting .fangpop .allmapbox .BMap_scaleCtrl+.BMap_cpyCtrl {
	display: none
}
.prod-supporting .fangpop .see-fullmap {
	display: inline-block;
	color: #999;
	font-size: 14px;
	margin-left: 14px;
	text-decoration: underline
}
.prod-supporting .popup {
	position: relative
}
.prod-supporting .popup strong {
	background: #fff;
	padding: 10px 20px 10px 10px;
	color: #333;
	border-radius: 2px;
	box-shadow: 0 0 5px #c9c9c9;
	position: relative;
	display: inline-block;
	left: -50%;
	margin-left: 20px
}
.prod-supporting .popup strong i {
	margin-right: 10px
}
.prod-supporting .popup span {
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #e7e7e7 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0
}
.prod-supporting .popup span em {
	display: block;
	width: 0;
	height: 0;
	border-width: 9px 9px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	top: -10px;
	left: -9px
}
.prod-supporting .popup img {
	width: 10px;
	height: 5px;
	position: absolute;
	bottom: -15px;
	left: 5px
}
.prod-supporting .supp-top {
	position: relative
}
.prod-supporting .prod-tiptitle {
	text-align: left;
	padding: 20px!important;
	margin-bottom: 0!important
}