@charset "utf-8";
* {
	margin: 0px;
}
li,img,div,ul,span,table {
	padding: 0px;
}
img {
	border-width: 0px;
}
li {
	list-style-type: none;
}
p {
	padding: 3px 0px 3px 0px;
}
.cleft {
	clear: both;
}
.cleftb {
	display: block;
	*display:none;
	_display:none;
	clear:both;
}
body {
	font-family:"Microsoft YaHei", "宋体", Arial, MingLiU;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	-webkit-text-size-adjust: none;/*cancel ios Safari浏览器横屏自动调整字号*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media (any-hover: hover) {
a:hover {
	color: #007563;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
}
input {/*删除ios input border样式*/
    outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	border-radius: 0 ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
	box-shadow: none;
}
textarea {/*删除ios 文本框border样式*/
    outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-radius: 0 ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
	box-shadow: none;
}
#box {
	width:1240px;
	margin:0 auto;
}
h1 {
	text-align:center;
	color:#000000;
	font-size:18px;
	letter-spacing:2px;
	line-height:28px;
	vertical-align:middle;
	font-weight:normal;
	margin-top:25px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
/*评论及文章收藏*/
.pl {
	float:left;
	width:95%;
	border:1px solid #CCCCCC;
}
.pl_1 {
    float:left;
	width:100%;
	background: #009966;
	height:24px;
	line-height:24px;
}
#pl_1 {
	float: right;
	padding-right:15px;
	color:#FFFFFF;
}
#pl_1 a {
	color:#FFFFFF;
}
#pl_1 a:hover {
	color:#666666;
}
#pl_1 span {
	color: #FF0000;
	padding:3px;
}
.pl_2 {
	padding:5px;
}
.pl_3 {
	float:left;
	width:100%;
}
#pl_3 {
	float:left;
	resize:none;
	overflow:hidden;
}
.pl_4 {
    float:left;
	padding-left:10px;
}
.pl_5 {/*文章收藏*/
    float:right;
}
.pl_5 span {
	padding-right:3px;
}
/*search form*/
.search_box {
	display:none;
	position:absolute;
	width:100%;
	background:#004531;
	z-index:106;
	}
.box_full {
	height:82px;
	top:0px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	overflow:hidden;
	}	
#search_box {
	width:40%;
	margin:0 auto;
	padding-top:16px;
	position:relative;
	}
#box_1 {
	position:absolute;
	height: 20px;
	line-height: 20px;
	top: 28px;
	right:40px;
}
.box_1 {
	float: left;
	position: relative;
	display:flex;
	z-index: 106;
}
.box_1 span a {
	display: block;
	float: left;
	color:#fff;
	width: auto;
	height: 20px;
	margin-left:10px;
	font-size:12px;
}
.box_1 span a:hover {
	color:#c9c9c9;
}
.box_1 div {
	float: left;
	display: block;
	position: relative;
	}		
.box_1 div a {
	float: left;
	display: block;
	width:20px;
	height:20px;
	background:url(/style/images/search.png) no-repeat 0px 0px;
	overflow:hidden;
	cursor:pointer;
	z-index:1050;
	}
.box_1 div a:hover {
	background:url(/style/images/search.png) no-repeat 0px -20px;
	}	
.box_1 div img {
	float: left;
	display: block;
	width:20px;
	height:20px;
	overflow:hidden;
	}
.search_input {
	float:left;
	display:block;
	width:calc(100% - 90px);
	height:50px;
	line-height:50px;
	background:#FFFFFF;
	outline:none;
	border:none;
	padding:0;
	text-indent:10px;
	font-size: 14px;
	border-radius:6px 0 0 6px;
	}	
.inputText_normal {
	color:#6e6e6e;
	background:#eeeeee;
	}
.search_sub_2 { 
    cursor: pointer;
    height:50px;
    width:80px;
	border:none;
    text-align:center;
    background: #378e70;
	border-radius:0 6px 6px 0px;
	color:#FFFFFF;
	overflow:hidden;
  }
@media (any-hover: hover) {
.search_sub_2:hover { 
    cursor: pointer;
    background: #2f8366;
	color:#fff;
	overflow:hidden;
  }
}
.search_cancel a {
	position:absolute;
	width:28px;
	height:28px;
	top:27px;
	right:-80px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	background:url(/style/images/cancel.png) no-repeat 0px 0px;
	overflow:hidden;
	z-index: 106;
  }
 .search_cancel a:hover {
	background:url(/style/images/cancel.png) no-repeat 0px -28px;
  }
@media screen and (max-width: 850px) {
#search_box {
	width:75%;
	margin-left: 10px;
	padding-top:21px;
	position:relative;
	}
.search_input,.search_sub_2 {
	height:42px;
	line-height:42px;
	}	
.box_1 span {
	display: none;
}		
.search_cancel a {
	right:-60px;
  }
}   
/*select下拉菜单样式美化代码*/
#selectbtn{
   float:right;
}
.selectbox {
    float:left;
    display:block;
    width:138px;
	margin-left:8px;
	margin-right:8px;
    height:34px;
	padding:0px;
    line-height:36px;
	font-size:14px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    border: 1px solid #378E70;
    text-shadow: none;
    transition: box-shadow 0.25s ease;
	background:url(/style/images/arrow_3.png) no-repeat right;
    z-index: 2;
    } 
.selectbox:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    } 
.selectbox:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    z-index: -2;
    }
.selectbox select {
    cursor: pointer;
    width:136px;
	overflow:hidden;
    border: none;
	padding-left:10px;
	padding-bottom:6px;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
.selectbox select:focus {
    outline: none;
	width:138px;
	overflow:hidden;
    }
.search_sub { 
    cursor: pointer;
    height:36px;
    width:60px;
	border:none;
    text-align:center;
    background: #378E70;
	color:#FFFFFF;
	overflow:hidden;
  }
.search_sub:hover { 
    cursor: pointer;
    background: #2F8366;
	color:#fff;
	overflow:hidden;
  } 
/*select下拉菜单样式美化代码结束*/
 /*导航菜单begin*/
.m_show {
	display: none;
} 
.menu_box {
	display:block;
	position:fixed;
	width:100%;
	height:66px;
	z-index:880;
	}
.menu_full {
	height:66px;
	}
.menu_full .logo {
    float:left;
	position:absolute;
	left:20px;
	top:0px;
	width:260px;
	height:66px;
	background:url(/style/images/logo.png) no-repeat center;
	background-size: contain;
	overflow:hidden;
	z-index:105;	
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.menu_full .logo img {
	max-width:260px;
	height:auto;
	}
.menu_small {
	height:66px;
	background:#004531;
	}
.menu_small .logo {
    float:left;
	position:absolute;
	left:20px;
	top:0px;
	width:260px;
	height:66px;
	background:url(/style/images/logo_2.png) no-repeat center;
	background-size: contain;
	overflow:hidden;
	z-index:105;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;	
	}
.menu_small .logo img {
	max-width:260px;
	height:auto;
	}			
.menu {
	display: flex;/*IE10 以及更早的版本不支持 flexbox*/
	justify-content: center;
    align-items: center;
	position:relative;
	width:auto;
	padding-top:15px;
    }
.menu ul {
    text-align: center;
    background:none;
    float: left;
	list-style:none;
    }
.menu ul li {
    position: relative;
    display: block;
    float: left;
    }
.menu ul li a {
    text-decoration: none;
    padding:10px 30px 21px 30px;
    display:block;
    color:#fff;
    font-size:16px;
    }
.menu ul li a:hover {
	color: #8ec7c0;
	}
.menu .nav_selected {/*若不加.menu 则color: #c9c9c9设置无效,.menu与.nav_selected有空格*/	
	background: url(/style/images/menu_selected.png) no-repeat bottom;
	color: #fff;
	}
@media screen and (max-width: 1180px) {
.m_show {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height:48px;
	overflow: hidden;
}	
.menu_full,.menu_small {
	height:48px;
	background:#004531;
	}	
.menu_full .logo,.menu_small .logo {
	left:5px;
	top:0px;
	max-width:108px;
	max-height:48px;
	background:url(/style/images/logo.png) no-repeat center;
	background-size: contain;
	}
.menu_full .logo img,.menu_small .logo img {
	max-width:108px;
	height:auto;
	}
#box_1 {
	top: 15px;
	right:60px;
}		
.menu {
	display:none;
    }
}	
/*end of导航菜单，主页code start*/
#mpage {
	float: left;
	display: block;
	width: 1168px;
	margin-top: 150px;
	margin-bottom: 190px;
	margin-left: calc((100% - 1168px) / 2);
}
.mpage_1 {
	float: left;
	display: block;
	position: relative;
	width: 632px;
}
.mpage_1 div {
	float: left;
	display: block;
	width: 480px;
	height: 480px;
	overflow: hidden;
	z-index: 105;
}
.mpage_1 div img {
	max-width:100%;
	height: auto;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.mpage_1 div img:hover {
	transform:scale(1.1);
}
.mpage_1 span {
	float: left;
	display: block;
	position: absolute;
	width: 228px;
	height: 265px;
	left: 405px;
	bottom: -80px;
	overflow: hidden;
	z-index: 106;
}
.mpage_1 span img {
	max-width: 100%;
	height: auto;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.mpage_1 span img:hover {
	transform:scale(1.1);
}
.mpage_2 {
	float: left;
	display: block;
	position: relative;
	width: 436px;
	margin-left: 100px;
}
.mpage_2 div {
	font-size: 32px;
	color: #000000;
	line-height: 40px;
	margin-top: 72px;
	margin-bottom: 15px;
}
.mpage_2 p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.mpage_2 span a {
	float: left;
	display: block;
	font-size: 13px;
	text-indent: 2px;
	padding-right: 25px;
	background: url(/style/images/18_13.png) no-repeat right;
}
.mpage_2 span a:hover {
	animation:view_link_btn 0.8s infinite alternate;/*alternate设置动画在偶数次数时反向播放,若动画设置为只播放一次则此参数无效*/
    -moz-animation:view_link_btn 0.8s infinite alternate;
    -webkit-animation:view_link_btn 0.8s infinite alternate; /*Safari and Chrome*/
}
@keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
@-moz-keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
@-webkit-keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
@media screen and (max-width: 375px) {	
#mpage {
	width:100%;
	margin-top: 150px;
	margin-bottom: 190px;
	margin:0 auto;
	}
.mpage_1 {
	width:204px;
	margin-left:calc((100% - 204px) / 2);
	margin-top: 35px;
}
.mpage_1 div {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 105;
}
.mpage_1 span {
	width: 124px;
	height: 143px;
	left: 125px;
	bottom: -60px;
}
.mpage_2 {
	width:calc(100% - 16px);
	margin-left: 8px;
}
.mpage_2 div {
	font-size: 18px;
	line-height:26px;
	margin-bottom: 0px;
}
.mpage_2 span a {
	margin-bottom: 15px;
}
}	
@media screen and (min-width: 376px) and (max-width: 850px) {
#mpage {
	width:100%;
	margin-top: 150px;
	margin-bottom: 190px;
	margin:0 auto;
	}
.mpage_1 {
	width:54%;
	margin-left: 23%;
	margin-top: 35px;
}
.mpage_1 div {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 105;
}
.mpage_1 span {
	width: 50%;
	height:auto;
	left: 60%;
	bottom: -60px;
}
.mpage_2 {
	width:calc(100% - 16px);
	margin-left: 8px;
}
.mpage_2 div {
	font-size: 18px;
	line-height:26px;
	margin-bottom: 0px;
}
.mpage_2 span a {
	margin-bottom: 35px;
}
}
@media screen and (min-width: 851px) and (max-width: 1180px) {
#mpage {
	width:100%;
	margin:0 auto;
	}
.mpage_1 {
	width:40%;
	margin-left: 20px;
	margin-top: 45px;
	margin-bottom: 80px;
}
.mpage_1 div {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 105;
}
.mpage_1 span {
	width: 66%;
	height:auto;
	left: 82.3%;
	bottom: -60px;
}
.mpage_2 {
	width:35%;
	float: right;
	margin-right: 20px;
}
.mpage_2 div {
	font-size: 28px;
	line-height:32px;
	margin-bottom: 0px;
}
.mpage_2 span a {
	margin-bottom: 15px;
}
}
/*indxe video code start*/
.mpage_3 {
	float: left;
	display:block;
	position: relative;
	max-height: 728px;
	vertical-align: middle;
	margin-top:80px;
}
.index_video {
	position:relative;
}
#index_video {
	object-fit:cover;
	display:none;
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	z-index:15;/*此值小于.index_video_title值时右键点击不显示视频播放菜单*/
}
.video_img {
	width: 100%;
}
.index_video_title {
	position:absolute;
	justify-content: center;
	align-items: center; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	z-index:16; 
	text-align:center;
}
.index_video_title_1 {
	font-size:28px;
	display: block;
	color:#fff;
	padding-top:15%;/*此数值约等于"(title_1+title_2)/背景图的height值"*/
	letter-spacing: 3px;
}
@media screen and (max-width: 850px) {
.mpage_3 {
	margin-top:35px;
}	
.index_video_title_1 {
	font-size:16px;
}
}
.index_video_title_2 {
	display:none;
}
.index_video_title_2 a { 
	margin:0 20px;
	display:inline-block; 
	border:1px #b3bfc8 solid; 
	font-size:12px; 
	width:108px;
	height: 28px; 
	line-height:28px;
	vertical-align: middle;
	color:#fff;
	box-sizing: border-box;
	margin-top: 35px;
}
.index_video_title_2 a:hover {
	background:#b3bfc8; 
	color:#000;
}
.play_tips {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
/*end ofindxe video code*/
.mpage_4 {
	float: left;
	display:block;
	position: relative;
	color: #000000;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 45px;
}
.mpage_4 div {
	font-size: 36px;
}
.mpage_4 span {
	font-size: 18px;
}
@media screen and (max-width: 850px) {
.mpage_4 {
	margin-top: 35px;
	margin-bottom: 25px;	
}	
.mpage_4 div {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
.mpage_4 span {
	font-size: 16px;
	line-height: 20px;
}
}
#mpage_7 {
	float: left;
	display: block;
	width: 1168px;
	margin-left: calc((100% - 1168px) / 2);
}
.mpage_7 {
	float: left;
	display: block;
	width: 495px;
	margin-left:0;
}
.mpage_7 div {
	font-size: 32px;
	color: #000000;
	line-height: 40px;
	margin-top:35px;
	margin-bottom: 10px;
}
.mpage_7 li {
	font-size: 18px;
	color: #000000;
}
.mpage_7 p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.mpage_7 span a {
	float: left;
	display: block;
	font-size: 13px;
	text-indent: 2px;
	padding-right: 25px;
	background: url(/style/images/18_13.png) no-repeat right;
}
.mpage_7 span a:hover {
	animation:view_link_btn 0.8s infinite alternate;/*alternate设置动画在偶数次数时反向播放,若动画设置为只播放一次则此参数无效*/
    -moz-animation:view_link_btn 0.8s infinite alternate;
    -webkit-animation:view_link_btn 0.8s infinite alternate; /*Safari and Chrome*/
}
@keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
@-moz-keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
@-webkit-keyframes view_link_btn
{
from {padding-right: 25px;}
to {padding-right: 45px;}
}
.mpage_8 {
	float: left;
	display: block;
	width: 1168px;
	margin-left: calc((100% - 1168px) / 2);
}
.mpage_8 div {
	float: right;
	display: block;
	max-width: 742px;
	max-height: 562px;
	overflow: hidden;
	margin-bottom: 60px;
}
.mpage_8 div img {
  max-width:100%;
  height:auto;
  vertical-align: middle;/* div非固定值时设置此参数鼠标移入时img不大于div */
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.mpage_8 div img:hover {
    transform:scale(1.1);
}
@media screen and (max-width: 514px) {
#mpage_7 {
	float: left;
	display: block;
	width:auto;
	margin-left:0px;
}
.mpage_7 {
	float: left;
	display: block;
	width:calc(100% - 20px);
	margin-left: 10px;
}
.mpage_7 div {
	margin-top:20px;
	margin-bottom: -10px;
	font-size: 18px;
	line-height: 26px;
}
.mpage_7 li {
	font-size: 16px;
}
.mpage_8 {
	float:left;
	display: block;
	width:calc(100% - 20px);
	margin-left: 10px;
	margin-top: 25px;
}
.mpage_8 div {
	float:none;
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 60px;
}
}
@media screen and (min-width: 515px) and (max-width: 850px) {
#mpage_7 {
	float: left;
	display: block;
	width:auto;
	margin-left: 10px;
}
.mpage_7 div {
	margin-top:20px;
	margin-bottom: -10px;
	font-size: 18px;
	line-height: 26px;
}
.mpage_7 li {
	font-size: 16px;
}
.mpage_8 {
	float:left;
	display: block;
	width:calc(100% - 20px);
	margin-left: 10px;
	margin-top: 25px;
}
.mpage_8 div {
	float:none;
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 60px;
}
}
@media screen and (min-width: 851px) and (max-width: 1180px) {
#mpage_7 {
	float: left;
	display: block;
	width:auto;
	margin-left: 10px;
}
.mpage_7 div {
	margin-top:15px;
}
.mpage_8 {
	float: right;
	display: block;
	width:auto;
	margin-right: 10px;
	margin-top: 25px;
}
.mpage_8 div {
	float: right;
	display: block;
	max-width: 86%;
	max-height: 65%;
	overflow: hidden;
	margin-bottom: 60px;
}
}
/*news list*/
#news_list_box {
	float:left;
	width:100%;
}
.ncode_1 {
	float: left;
	display: block;
	width:1320px;
	margin-left:calc(((100% - 1320px) / 2) - 20px);
	padding-top: 50px;/* 相近上级元素page_nav使用了position:fixed;若使用margin-top则会出现bug */
	margin-bottom:30px;
	font-size:14px;
}
.newsul {
    float:left;
	position:relative;
	width:400px;
	height:436px;
	margin-left: 40px;
	margin-bottom:50px;
	overflow:hidden;
	border-bottom:1px solid #dfdfdf;
	}
.img_box {
	float: left;
	width:100%;
	height:272px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow:hidden;
	}	
.img_box img {
	max-width:100%;
	height:auto;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
@media (any-hover: hover) {
.newsul:hover img {
	transform:scale(1.1);
}
}
.news_title {
	float:right;
	position:relative;
	width:100%;
	height:164px;
	}	
.news_title p a{
    list-style:none;
	font-size:16px;
	line-height:26px;
	margin-top: 10px;
	display:block;
	color:#000000;
	}
@media (any-hover: hover) {
.newsul:hover p a {
	color: #007563;
	}
}
.news_title div {
	font-size:14px;
	line-height:24px;
	color:#666666;
	margin-top:10px;
	height:50px;
	cursor:default;
	overflow:hidden;
	}		
.news_title span{
	float:left;
	position:absolute;
	font-size:12px;
	color:#888888;
	left:4px;
	bottom:10px;
	z-index:80;
	}
@media screen and (min-width: 960px) and (max-width: 1360px) {
#news_list_box {
	width:100%;	
}
.ncode_1 {	
	float: left;
	width: calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: 20px;
}
.newsul {
    float:left;
    display: block;
	position:relative;
	width:calc((100% - 60px) / 3);
	height:auto;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom:35px;
	overflow:hidden;
	background: none !important;
	}		
.img_box {
	padding-left: 0px;
	width: 100%;
	}
.news_title {
	float:left;
	position:relative;
	width:100%;
	height: auto;
	}
.news_title p a{
	margin-top:20px;
	}
.news_title div {
	display: none;
	}
.news_title span{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 20px;
	}				
}	
@media screen and (min-width: 480px) and (max-width: 960px) {
#news_list_box {
	width:100%;	
}
.ncode_1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: 0;
	padding-top: 35px;
}
.newsul {
    float:left;
    display: block;
	position:relative;
	width:calc((100% - 75px) / 2);
	height:auto;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom:35px;
	overflow:hidden;
	background: none !important;
	}		
.img_box {
	padding-left: 0px;
	width: 100%;
	height: auto;
	}
.news_title {
	float:left;
	position:relative;
	width:100%;
	height: auto;
	}
.news_title p a{
	margin-top:20px;
	}
.news_title div {
	display: none;
	}
.news_title span{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 20px;
	}				
}
@media screen and (max-width: 480px) {
#news_list_box {
	width:100%;	
}
.ncode_1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: 0;
	padding-top: 35px;
}
.newsul {
    float:left;
    display: block;
	position:relative;
	width:calc(100% - 40px);
	height:auto;
	margin-bottom:25px;
	overflow:hidden;
	background: none !important;
	border-bottom:none;
	}
.newsul {
	margin-left: 20px;
	}	
.img_box {
	padding-left: 0px;
	width: 100%;
	height: auto;
	}
.news_title {
	float:left;
	display: block;
	position:relative;
	width:100%;
	height: auto;
	}
.news_title p a{
	margin-top:5px;
	}
.news_title div {
	display: none;
	}
.news_title span{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 20px;
	}				
}
.ncode {
    float:left;
	width:100%;
	height:auto !important;
    height:860px;
    min-height:860px;
}
.ncode_11 {
    float:left;
	width:100%;
	height:auto !important;
    height:640px;
    min-height:640px;
	overflow:hidden;
}
.page_nav,.page_nav_2,.page_nav_3,.page_nav_4,.page_nav_banner {
	float:left;
	display:block;
	width:100%;
	z-index:850;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.page_nav {/*资料下载栏目/品牌单页使用*/
	background:#f9fafc;
	border-bottom:1px solid #e7e7e7;
	}
.page_nav_2,.page_nav_banner {
	background:#FFFFFF;
	border-bottom:1px solid #e7e7e7;
	}
.page_nav_3,.page_nav_4 {/*used for piclist*/
	background:#FFFFFF;
	}	
.page_navshow {
	position:fixed;
	margin-top:66px;
	}
.else_listpage_nav {/*used for store&videos list*/
  	float:left;
	display: flex;/*不支持IE10及其以下版本*/
	justify-content: center;
    align-items: center;
	width:100%;
	height: 60px;
	font-size:12px;
}		
.listpage_nav {
  	float:left;
	display: flex;/*不支持IE10及其以下版本*/
	justify-content: center;
    align-items: center;
	width:100%;
	font-size:12px;
}
.listpage_nav div {
    float:left;
	display:block;
	font-size:14px;
	height:60px;
	line-height:60px;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
	}
.listpage_nav div a:hover {
	color:#004531;
	}				
.listpage_nav span {
	color:#333;
	}
.listpage_nav span a {
    float:left;
	display:block;
	font-size:14px;
	height:60px;
	line-height:60px;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
	margin-left:25px;
	margin-right:25px;
	}
@media (any-hover: hover) {
.listpage_nav span a:hover {
	color:#004531;
	box-sizing: border-box;
	border-bottom: 3px solid #007563;
	}
}
.contentpage_nav {
  	float:left;
	position:relative;
	display: flex;
	justify-content: center;
    align-items: center;
	height:44px;
	width:100%;
	font-size:12px;
	}
.contentpage_nav li {
	padding:0 5px;
	color:#FF0000;
	}	
#ncode_16 {
    float:left;
	display:block;
	position:relative;
	width:100%;
	height:66px;
	background: #004531;
	overflow:hidden;
}
.news_banner,.case_banner,.pic_banner,.download_banner,.singlepage_banner {
    float:left;
	display:block;
	position:relative;
	width:100%;
	height:440px;
	margin-top:0px;
	overflow:hidden;
}
.news_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/news_banner_1920.jpg) no-repeat center;
}
.case_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/case_banner_1920.jpg) no-repeat center;
}
.download_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/download_banner_1920.jpg) no-repeat center;
}
.singlepage_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/singlepage_banner_1920.jpg) no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
.news_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/news_banner_1360.jpg) no-repeat right;
}
.case_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/case_banner_1360.jpg) no-repeat left;
}
.download_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/download_banner_1360.jpg) no-repeat right;
}
.singlepage_banner {
	background:url(http://www.lefengyun.cn/lmweb_images/singlepage_banner_1360.jpg) no-repeat center;
}
}
@media screen and (max-width: 768px) {
.listpage_nav div,.listpage_nav span a {/*used for store&videos list*/
	height: 44px;
	line-height: 44px;
	margin-top: 48px;
}	
.news_banner,.case_banner,.download_banner,.singlepage_banner {
	display: none;
}
}	
/*page content code start*/
#page_content_box,#pic_content_box {	
	float: left;
	display: block;
	width: 100%;
	min-height: 360px;
}
.page_content_title {
	float: left;
	display: block;
	width: 1000px;
	margin-left: calc((100% - 1000px) / 2);
	margin-top: 25px;
	text-align:center;
	color:#000000;
	font-size:18px;
	letter-spacing:2px;
	line-height:28px;
	vertical-align:middle;
	font-weight:normal;
}	
.page_content {
	float: left;
	display: block;
	font-size: 14px;
	line-height:26px;
	width: 1000px;
	margin-left: calc((100% - 1000px) / 2);
	margin-bottom: 35px;	
}
.page_content img {
	max-width: 100%;
	height: auto;
	padding-bottom: 2px;
}
.update_time {
	float: left;
	display: block;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#222222;
	margin:10px 0 25px 0;
	font-style:italic;
}
@media screen and (max-width: 1080px) {
.page_content {
	width:calc(100% - 40px);
	margin-left:20px;
}
.page_content_title {
	width: calc(100% - 40px);
	margin-left: 20px;
}
}
#pre {
    font-size:12px;
	color:#999999;
	float:left;
	width:100%;
	}
#pre a {
	color:#666666;	
	padding:2px 25px;
	background: url(/style/images/pre.png) no-repeat left #FAFAFA;
	display:block;
}
#pre a:hover {
	color:#FFFFFF;
	background:#959999;	
}
#next {
    font-size:12px;
	color:#999999;
	float:left;
	width:100%;
	}
#next a {
	color:#666666;	
	padding:2px 25px;
	background: url(/style/images/next.png) no-repeat left;
	display:block;
}
#next a:hover {
	color:#FFFFFF;
	background:#959999;	
}
/*pic内容页code*/
#pagebox {
	float: left;
	display: block;
    width:100%;
	background:#f9fafc;
	padding-bottom: 80px;
	margin-bottom: 35px;
	overflow: hidden;
	}
.pagecode {
    width:1060px;
    margin-left: calc((100% - 1060px) / 2);
    padding-top: 35px;
	}
.pagecode_1 {
	float:left;
	display:block;
	position:relative;
	width:680px;
	}
#pagecode_2 {
	float:left;
	display:block;
	width:380px;
	}
.pagecode_2 {
	float:left;
	display:block;
	width:100%;
	margin-top:68px;
	}	
.pagecode_2 div {
	float:left;
	display:block;
	width:100%;
	color:#000000;
	letter-spacing:1px;
	font-size:16px;
	line-height:28px;
	}
.pagecode_2 p {
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:10px;
	color:#666666;
	font-size:12px;
	line-height:18px;
	}
.pagecode_3 {
	float:left;
	display:block;
	width:100%;
	margin-top:18px;
	font-size:14px;
	color:#333333;
	}
#pagecode_3 {
	float:left;
	display:block;
	width: 100%;
	position:relative;
	background:url(/style/images/line_1920.png) no-repeat left bottom;
	}
#pagecode_3 span {
	float:left;
	display:block;
	line-height:62px;
	width:50px;
	}
#pagecode_3 li {
	float:left;
	display:block;
	width:318px;
	line-height:20px;
	margin-left:12px;
	margin-top:21px;
	margin-bottom:20px;
	word-wrap:break-word; 
    word-break:break-all; 
	}		
#pagecode_4 {
	line-height:62px;
	float:left;
	width:100%;
	background:url(/style/images/line_1920.png) no-repeat left bottom;
	}
#pagecode_4 li {
	float:left;
	display:block;
	}
.pagecode_4 {
	float:left;
	display:block;
	width:50px;
	overflow:hidden;
	}
.pagecode_5 {
	float:left;
	display:block;
	width: calc(100% - 50px - 5px);
	line-height:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	word-wrap:break-word; 
    word-break:break-all;
	}	
#pagecode_5 {
	float:left;
	display:block;
	margin-left:50px;
	margin-top:10px;
	height:86px;
	overflow:hidden;
	}
#pagecode_5 img {
	float:left;
	display:block;
	width:86px;
	height:86px;
	overflow:hidden;
	}	
#pagecode_5 span {
	float:left;
	display:block;
	padding-top:5px;
	padding-left: 10px;
	line-height:20px;
	}
@media screen and (min-width: 800px) and (max-width: 1080px) {
.pagecode {
    width:calc(100% - 40px);
    margin-left: 20px;
	}
.pagecode_1 {
	width:64%;
	}
#pagecode_2 {
	width:calc((100% - 64%) - 20px);
	margin-left: 20px;
	}
.pagecode_2 {
	margin-top:35px;
	}	
#pagecode_3 li {
	width:calc(100% - 50px - 12px);
	}	
}
@media screen and (max-width: 800px) {
.pagecode {
    width:calc(100% - 40px);
    margin-left: 20px;
	}
.pagecode_1 {
	width:100%;
	}
#pagecode_2 {
	width:100%;
	}
.pagecode_2 {
	margin-top:35px;
	}	
#pagecode_3,#pagecode_4 {
	width:100%;
	margin-left: 0px;
	}	
#pagecode_3 li {
	width:calc(100% - 50px - 12px);
	}	
}					
#pagebox_2 {
    width:1060px;
	margin:0 auto;
	}
.pagebox_2 {
	float:left;
	display:block;
    width:1060px;
	font-size:14px;
	line-height:26px;
	margin-bottom:50px;
	}
.pagebox_21 {
	float:left;
	display:block;
    width:1060px;
	font-size:14px;
	line-height:26px;
	margin-top:20px;
	margin-bottom:50px;
	}	
#pagebox_h {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	clear: both;
}	
.pagebox_4 {
	float:left;
	display:block;
    width:100%;
	font-size:14px;
	line-height:26px;
	padding-top:25px;
	margin-bottom:50px;
	overflow:hidden;
	}
.pagebox_5 {
	float:left;
	display:block;
    width:100%;
	font-size:14px;
	line-height:26px;
	padding-top:0px;
	background: #0A0A0A;
	margin-bottom:0px;
	overflow:hidden;
	}
.pagecode_6 {
	float:left;
	display:block;
	width:980px;
	margin-left: calc((100% - 980px) / 2);
	text-align:center;
	color:#000000;
	font-size:18px;
	letter-spacing:2px;
	line-height:28px;
	padding-top:25px;/*若使用margin-top，.page_nav小于scrollTop值时会加上此值*/
	padding-bottom:20px;
	margin-bottom:30px;
	background:url(/style/images/line_80.png) no-repeat center bottom;
	overflow:hidden;
	}
#pagecode_6 {
	float:left;
	display:block;
	width:980px;
	margin-left: calc((100% - 980px) / 2);
	text-align:center;
	color:#000000;
	font-size:16px;
	line-height:24px;
	letter-spacing:2px;
	padding-bottom:20px;
	}
@media screen and (max-width: 1080px) {
.pagecode_6 {
	width: calc(100% - 40px);
	margin-left: 20px;
}
#pagecode_6 {
	width: calc(100% - 40px);
	margin-left: 20px;
	font-size: 14px;
}
}			
#ncode_4 {
	margin-left:54px;
}
.ncode_6 {
	width:100%;
	padding-top: 1px;
}
#ncode_6 {
    float:left;
	width:100%;
	height:23px;
	line-height:23px;
	background:#1D9F99;
	font-family:Arial, Helvetica, sans-serif;
}
#ncode_6 a {
	color:#FFFFFF;
}
#ncode_6 span {
    float:right;
	padding-right:15px;
}
.ncode_list_1 {
	float:left;
	width:360px;
	margin-top:10px;
}
.ncode_list_1 li {
	line-height:24px;
	height:24px;
	background:url(/style/images/t1.gif) no-repeat 0px center;
}
.ncode_list_1 li a {
	color:#333333;	
	padding-left:10px;
	padding-right:2px;
	float:left;
}
.ncode_list_1 li a:hover {
	color:#FFFFFF;
}
.ncode_list_1 span {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.epages {
	font-size:12px;
	line-height:24px;
	height:24px;
	text-align:center;
	text-decoration:none;
	float:left
}
.epages a {
	border: 1px solid #CCCCCC;
	display: inline-block;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding:0 8px;
}
.epages b {
	border: 1px solid #007563;
	background: #007563;
	color:#FFFFFF;
	display: inline-block;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding:0 8px;
	font-weight:normal;
}
.epages a:hover {
	color: #FFF;
	border: 1px solid #007563;
	background:#007563;
}
/* copyright code start */
.mlink_box {
	float: left;
	display: block;
	width: 100%;
	background: #f3f3f3;
	font-size: 14px;
	overflow: hidden;/*不加此项则网站copyright使用wow fadeInUp效果时会有多出的白色背景*/
}
.mlink_box,.mlink_box a {
	color: #333;
}
@media (any-hover: hover) {
.mlink_box a:hover {
	color: #004531;
	}
}
#mlink {
	width:100%;
	position: relative;
	display: flex;/*IE10 以及更早的版本不支持 flexbox*/
	flex-wrap:wrap;/*多行*/
	justify-content: flex-start;
	justify-content: center;
	align-item:center;
	margin-bottom: 60px;
	margin-top: 60px;
}
.mlink_logo {
	margin-right: 35px;
}
.mlink {
	float: left;
	position: relative;
	display: block;
	margin:0 35px;
}
.mlink:last-child {
	margin-right: 0;
}
.mlink div {
	white-space: nowrap;
	font-size: 16px;
}
.mlink li,.mlink li a {
	float: left;
	display: block;
	clear: both;
	margin-bottom: 5px;
	white-space: nowrap;
}
.mlink span {
	float: left;
	display: block;
	color:#717171;
	font-size: 12px;
	text-align: center;
}
@media (any-hover: hover) {
.mlink span:hover {
	color: #004531;
	}
}
.mlink span img {
	max-width: 148px;
	height: auto;
}
@media screen and (min-width: 1180px) and (max-width: 1310px) {
.mlink:nth-child(8) {
	display: none;
}
}
@media screen and (min-width: 950px) and (max-width: 1180px) {
.mlink:nth-child(7) {
	display: none;
}
.mlink:nth-child(8) {
	display: none;
}
}
@media screen and (max-width: 950px) {
#scroll_btn {
	display: none;
}
#mlink {
	width:100%;
	float: left;
	display:block;
	margin-top: 35px;
}
.mlink_logo {
	margin-left: 10px;
	margin-bottom: 25px;
}
.mlink_logo img {
	max-width: 128px;
	height: auto;
}	
.mlink {
	float: left;
	position: relative;
	display: block;
	width:calc(100% - 20px);
	margin-left: 10px;
}
.mlink:after {
	display: none;
}
.mlink div a {
	float: left;
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-indent: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #ababab;
	box-sizing: border-box;
}
.mlink:nth-child(6) {
	display: none;
}
.mlink:nth-child(7) {
	display: none;
}
.mlink:nth-child(8) {
	display: none;
}
.mlink li {
	display: none;
}
}
#copyright {
    float:left;
	width:100%;	
	background:#004531;
}
.copyright {
    background:#004531;
	width:100%;
    height:80px;
    line-height: 80px;
	overflow:hidden;
	color:#b6c7c0;
	font-size:14px;
	text-align:center;
}
.copyright a {
	color:#b6c7c0;
}
.copyright a:hover {
	color: #598576;
}
.copyright span {
	font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 950px) {
.copyright {
    height:56px;
    line-height: 56px;
	font-size:12px;
}	
.copyright span {
	display: none;
}
}
/* end of copyright code */	
/*列表页二级menu begin*/
.dropdown {float:left;font-family:"宋体", Arial, MingLiU;}
#dropdown {float:left;}
.dropdown dt {width:98px; margin-left:8px; margin-right:8px;cursor:pointer; text-align:center;}
.dropdown dt a{background:none; border:#343148 solid 1px;}
.dropdown dt a:hover {background:#343148; color: #FFFFFF;}
.dropdown .upperdd {border:none;}
.dropdown .upperddselect{background:#343148; color: #FFFFFF;}
.dropdown .upperddselect_2 a{background:#343148; color: #FFFFFF;}/*file download/stores动态页*/
.dropdown dd {position:absolute; width:96px; overflow:hidden;display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:118px; border-left:1px solid #9ac1c9;border-right:1px solid #9ac1c9; list-style:none; border-top:none;}
.dropdown li {display:inline;}
.dropdown li a { width:96px;}
.dropdown a {display:block;color:#333; text-decoration:none;width:96px; font-size:14px; height:34px; line-height:36px; text-align:center;}
.dropdown a:hover { background: #1D9F99;color: #FFFFFF;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
/*列表页menu End*/
/*memberlogin*/
#netmember {
	float:left;
	width:100%;
	height:31px;
	line-height:31px;
	vertical-align:middle;
	overflow:hidden;
}
#netmember span {
	float:left;	
	padding-left:12px;
	padding-right:12px;
}
.inputTextb {
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	width:130px;
	height:16px;
	outline:none;
}
.inputTextfocus {
	background: #FFFDFD;
	border:1px solid #ACACAC;
	width:130px;
	height:16px;
	outline:none;
}
.inputSub {
    background: url(/style/images/reglogin_1.gif);
	width: 86px;
	height:54px;
	border:none;
	outline:none;
	color:#3A3131;
	float:left;
	display:block;
}
.inputSubl {
    background: url(/style/images/regloginl.gif);
	width: 65px;
	height:25px;
	margin-top:3px;
	border:0px;
	color: #999999;
}
.inputSubl_2 {
	background: url(/style/images/regloginl_2.gif);
	width: 65px;
	height:25px;
	margin-top:3px;
	border:0px;
	color: #999999;
}
.inputSubl_3 {
    background: url(/style/images/regloginl.gif);
	width: 65px;
	height:25px;
	margin-top:3px;
	border:0px;
	color:#999999;
}
#reglogintext_1,#regloginbtn {/*去除ie6文字图片不居中bug，若文字图片须同时居中时，添加多个div单独调整则可*/
    float:left;
	padding-left:1px;
	padding-right:1px;
}
#regloginput_1 {/*去除ie6文字图片不居中bug*/
    float:left;
	padding-top:6px;/*firefox*/
	*padding-top:5px;
	_padding-top:5px;/*ie6*/
}
.reglogintext_2 {
   color: #666666;
}
/*message code*/
.message {
    float:left;
	width:618px;
	border:1px #CCCCCC solid;
	padding:6px 10px 5px 10px;
	}
#message {
	color:#999999;
	}
#message span {
	float:right;
	}
.message_1 {
	float:left;
	width:100%;
	padding-top:3px;
	}	
#message_1 {
	float:left;
	width:100%;
	height:15px;
	background:url(/style/images/line_15.gif) repeat-x top;
	}
.message_2 {
    float:left;
	width:640px;
	height:249px;
	background:url(/style/images/640249.gif) no-repeat;
	margin-top:20px;
	overflow:hidden;
	}
#message_2 {
    float:left;
	width:143px;
	height:66px;
	overflow:hidden;
	}
#message_21 {
   float:left;
   display:block;
   width:143px;
   height:66px;
   border:none;
   color: #FFFFFF;
   text-align:left;
   line-height:20px;
   cursor:pointer;
   background:none;
}
.message_3 {
    float:left;
	font-size:12px;
	width:143px;
	padding-left:18px;
	padding-top:60px;
	}
.message_4 {
    float:left;
	width:460px;
	padding-left:12px;
	padding-top:61px;
	overflow:hidden;
	}								
.tableborder {
	margin-bottom: 8px;
	background-color:none;
	border:1px solid #CCCCCC;
}
.header {
	background:url(/style/images/541.gif) repeat-x center 0px;
	line-height:25px;
}
.header2 {
   color:#999999;
}
/*注册/登录表单*/
.textstyle_1 {
   float:left;
   color:#ACACAC;
   width:130px;
   height:23px;
   line-height:23px;
   padding-bottom:6px;
   vertical-align:middle;
   border:none;
   background:none;
   overflow:hidden;
   outline:none;
}
.textstyle_1a {
   float:left;
   width:100%;
   height:23px;
   line-height:23px;
   margin-bottom:16px;
   vertical-align:middle;
   border:none;
   background:none;
   outline:none;
}
.textstyle_11 {
   float:left;
   color:#ACACAC;
   height:19px;
   line-height:19px;
   vertical-align:middle;
   border:1px solid #DCDCDC;
   background:none;
   outline:none;
}
.textstyle_11a {
   float:left;
   height:19px;
   line-height:19px;
   vertical-align:middle;   
   border:1px solid #CCCCCC;
   background:#F9F9F9;
   outline:none;
}          
.textstyle_2 { 
   float:left;
   color:#ACACAC;
   width:100%;
   height:140px;
   line-height:20px;
   font-size:12px;
   vertical-align:middle;
   border:none;
   overflow:hidden;
   resize:none;/*for firefox*/
   background:none;
   outline:none;
}
.textstyle_2a {
    float:left;
   width:100%;
   height:102px;
   line-height:20px;
   font-size:12px;
   vertical-align:middle;
   border:none;
   overflow:hidden;
   resize:none;
   background:none;
   outline:none;
}
.textstyle_3 { 
   float:left;
   line-height:20px;
   font-size:12px;
   vertical-align:middle;
   overflow-y:hidden;
   resize:none;
   border:1px solid #DCDCDC;
   background:#FFFFFF;
   outline:none;
}
.textstyle_3a {
    float:left;
   line-height:20px;
   font-size:12px;
   vertical-align:middle;
   overflow-y:hidden;
   resize:none;
   border:1px solid #CCCCCC;
   background: #FFFFFF;
   outline:none;
}
#userpic {/*用于会员注册表单，使用时添加到后台会员注册表单的对应字段即可*/
   height:23px;
   }
/*图片等比缩放*/
.load{
    background:url(/style/extend/loadresize/loadimage.gif) no-repeat center;
	text-align:center;
	width:100%;
	height:20px;
	}
.resizeimage,.casepicresize,.swiperpicresize,.swiperpicresize_2 {/*对应loadimage.js的.resizeimage|.casepicresize*/
	padding:3px 0px;
	width:0px;/*fix加载过慢时图片先显示全图再缩放*/
	height:0px;/*fix加载过慢时图片先显示全图再缩放*/
	background:url(/style/extend/loadresize/loadimage.gif) no-repeat center;/*fix加载过慢时图片先显示全图再缩放*/
}
.listpicresize {
    text-align:center;/*对应loadimage.js的.listpicresize取消时则在此设置width及height参数即可*/
	background:url(/style/extend/loadresize/loadimage.gif) no-repeat center;
	}
.unresizepic {/*对应loadimage.js的#unresizepic*/
	background:url(/style/extend/loadresize/loadimage.gif) no-repeat center;/*fix加载过慢导致图片先显示全图再缩放*/
}
#unresizepic {
	text-align:left;
	float:left;	
}	
/*scroll top code*/
.scroll{
		width:21px;
		height:20px;
		background:url(/style/images/go_top.gif) no-repeat 0px 0px;
		position:fixed;
		right:30px;
		bottom:60px;
		cursor:pointer;
	}  
/*pic_menu_box code start*/
#pic_menu_box {
	float: left;
	display: block;
	width:1180px;
	margin-left: calc((100% - 1180px) / 2);
	margin-top: 23px;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.submenu {
    float:left;
	display:block;
	margin-left:calc((100% - 1152px) / 2);
	width:1150px;
	border-bottom:#efefef 1px solid;
	}
.submenu:last-child {
	border-bottom:none;
	}		
#submenu_l {
    float:left;
	display:block;
	width:60px;
	line-height:26px;
	text-align:right;
	vertical-align:middle;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	margin-bottom: 5px;
	}
#submenu_r {
	float:left;
	display:block;
	width:1080px;
	margin-top:10px;
	margin-bottom: 5px;
	}
#submenu_r span a {
    float:left;
	display:block;
	font-size:14px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	padding:0 10px;
	margin-bottom:5px;
	margin-right:2px;
	}
#submenu_r span a:hover {
    float:left;
	background:#007563;
	border-radius: 3px;
	color:#FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	}
@media screen and (max-width: 1260px) {
#pic_menu_box {
	width:100%;
	margin: 0 auto;
}
.submenu {
	margin-left:20px;
	width:calc(100% - 40px);
	}
#submenu_r {
	width:calc(100% - 70px);
	}		
}
@media screen and (max-width: 768px) {
#pic_menu_box {
	padding-top: 60px;
}
.submenu {
	margin-left:10px;
	width:calc(100% - 20px);
	}
#submenu_l {
	width:40px;
	font-size: 14px;
	}	
#submenu_r {
	width:calc(100% - 50px);
	}
#submenu_r span a {
	font-size:14px;
	}			
}
/*end of pic_menu_box*/	
.pic_list_box {
	float: left;
	display: block;
	position: relative;
	width: 100%;
}	
#pictiles {
    list-style-type: none;
    position: relative; 
    margin-left:calc(((100% - 1200px) / 2) - 25px);
    margin-top: 40px;
    }
#pictiles li {
	float: left;
    width: 350px;	
	background:#FFFFFF;
	margin-left: 50px;
	margin-bottom: 35px;
	overflow: hidden;
    }       	
#pictiles li div {
    width:100%;	
	height:220px;
	overflow:hidden;
    }	
 #pictiles li img {
    display: block;
    width:100%;	
	height:220px;删除此行则不限定图片规格
	object-fit: cover;
	transition: all 0.6s;
    } 
#pictiles li p {
    color: #000000;
    font-size: 14px;
	text-align:center;
	height:32px;
	line-height:28px;
    margin: 10px 18px 10px 18px;
	overflow:hidden;
   }
@media (any-hover: hover) {
#pictiles li:hover p {
	color: #007563;
    }
#pictiles li:hover img {
	transform:scale(1.1);
    }    
}
#pictiles li span {
    color: #666666;
    font-size: 12px;
	display:block;
	width:calc(100% - 36px);
	margin:0px 18px 10px 18px;
	background:url(/style/images/more.png) no-repeat right;
   }
@media screen and (min-width: 800px) and (max-width: 1260px) {
#pictiles {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: calc(100% -20px);
    margin-left:0;
    margin-top: 40px;
    }
#pictiles li {	
	margin-left: 20px;
    width:calc((100% - 80px) / 3);
    height: auto;
    }    	
#pictiles li div {
    width:100%;	
	height:auto;
    }	
#pictiles li img {
    max-width:100%;	
	height:auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
#pictiles {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: calc(100% -20px);
    margin-left:0;
    margin-top: 40px;
    }
#pictiles li {	
	margin-left: 20px;
    width:calc((100% - 60px) / 2);
    height: auto;
    box-shadow: 0 0 10px rgb(171 198 235 / 30%);
    }    	
#pictiles li div {
    width:100%;	
	height:auto;
    }	
#pictiles li img {
    max-width:100%;	
	height:auto;
    }
}
@media screen and (max-width: 480px) {
#pictiles {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: 100%;
    margin-left:0;
    margin-top: 40px;
    }
#pictiles li {	
	margin-left: 20px;
    width:calc(100% - 40px);
    height: auto;
    box-shadow: 0 0 10px rgb(171 198 235 / 30%);
    }    	
#pictiles li div {
    width:100%;
    max-height: 260px;/*修改为height:auto则div等于图片高度*/	
    }	
#pictiles li img {
    max-width:100%;	
	height:100%;/* 修改为height:auto则图片等比例显示 */
    }
}																				   
#epages {/*图片列表分页*/
	width:100%;
	margin-bottom:50px;
	}
#epages_2 {/*非图片列表分页*/
  	float:left;
	display: flex;/*IE10 以及更早的版本不支持 flexbox*/
	justify-content: center;
    align-items: center;
	height:100px;
	width:100%;
	margin-bottom:50px;
	clear: both;
}	
#gallery {/*内容页图集定位*/
    padding: 30px 40px 30px 20px;
  }	   
/*stores list*/
#store_list_box {
	width:1240px;
	margin:0 auto;
}
.no_content {
	float: left;
	display: block;
	text-indent:25px;
}
.ncode_9 {
    float:left;
    padding-top: 20px;
	margin-left:92px;
	}
.storesul {
    float:left;
	position:relative;
	width:328px;
	height:226px;
	margin-right:36px;
	margin-bottom:50px;
	overflow:hidden;
	}
.storesul span {
	position:absolute;
	width:100%;
	height:62px;
	display:block;
	text-align:center;
	background:url(/style/images/arrow.png) no-repeat center;
	left:0px;
	bottom:-62px;
	float:left;
	color:#FFFFFF;
	}
.storesul span a {
	float:left;
	width:100%;
	height:62px;
	color:#FFFFFF;
	}	
.storesul li {
	float:left;
	position:relative;
	width:100%;
	height:184px;
	overflow:hidden;
	}	
.storesul li img {
	max-width:100%;
	height:auto;
	transition: all 0.6s;
	}
.storesul p {
    float:left;
	width:100%;
	color:#1e1e1e;
	font-size:16px;
	padding-top:20px;
	text-align:center;
	}
@media (any-hover: hover) {
.storesul:hover img {
	transform:scale(1.1);
}
.storesul:hover p a {
	color: #007563;
}
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
#store_list_box {
	width:100%;
	margin:auto;	
}
.ncode_9 {
	width:calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
	margin-left: 20px;
}
.storesul {
    display: block;
	position:relative;
	width:calc((100% - 60px) / 3);
	height:auto;
	text-align: center;
	margin-right: auto;
	}
.storesul {
	margin-right: 20px;
	}
.storesul li {
	height:auto;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
.selectbox {
	margin-left:3px;
	margin-right:3px;
    }	
#store_list_box {
	width:100%;
	margin:auto;	
}
.ncode_9 {
	width:calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
	margin-left: 20px;
}
.storesul {
    display: block;
	position:relative;
	width:calc((100% - 40px) / 2);
	height:auto;
	text-align: center;
	margin-right: auto;
	}
.storesul {
	margin-right: 20px;
	}
.storesul li {
	height:auto;
	}
.storesul span {
	opacity: 0;
	}	
}
@media screen and (max-width: 480px) {
.selectbox {
	margin-left:3px;
	margin-right:3px;
    } 	
#store_list_box {
	width:100%;
	margin:auto;	
}
.ncode_9 {
	width:calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
	margin-left: 20px;
}
.storesul {
    display: block;
	position:relative;
	width:calc(100% - 20px);
	height:auto;
	text-align: center;
	margin-right: auto;
	}
.storesul {
	margin-right: 20px;
	}
.storesul li {
	height:auto;
	}
.storesul span {
	opacity: 0;
	}	
}				
/*end of stores list*/	
#ncode_14 {
	margin-left:150px;
	}
#ncode_15 {
	float:left;
	width:680px;
	padding-left:130px;
	}	
.ncode_161 {
	float:left;
	width:100%;
	height:1080px;
	background:url(/style/images/19201080.jpg) no-repeat center fixed;
	background-size: cover;
	overflow:hidden;
	}
#ncode_17 {
	float:left;
	width:1240px;
	height:645px;
	margin-top:10px;
	background:#00FF00;
	}	
.ncode_17 {
	float:left;
	width:362px;
	margin-top:448px;
	margin-left:18px;
	}	
.ncode_17 span {
	font-size:16px;
	color:#FFFFFF;
	}
.ncode_17 li {
	font-size:50px;
	line-height:56px;
	font-weight:bold;
	margin-top:50px;
	padding-bottom:24px;
	color:#FFFFFF;
	letter-spacing:1px;
	background:url(/style/images/line_542.png) no-repeat left bottom;
	}
.ncode_25 {
    float:left;
	width:100%;
	height:1198px;
	overflow:hidden;
	color:#FFFFFF;
	background:#000000;
	}
#ncode_25 {
    float:left;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	font-size:30px;
	line-height:30px;
	margin-top:106px;
	margin-bottom:66px;
	letter-spacing:2px;
	}
.ncode_251 {
    float:left;
	width:570px;
	font-size:14px;
	margin-left:50px;
	text-align:center;
	}
.ncode_251 div {
	margin-top:88px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	letter-spacing: 2px;
	}
.ncode_251 li {
	width:570px;
	height:400px;
	overflow:hidden;
	}	
.ncode_251 li img {
	width:100%;
	height:100%;
	transition: all 0.6s;
	z-index:100;/*使用z-index定义图片在其它元素的后面，其它元素的z-index值需大于此值[使用transform:scale时其它元素才不会被图片遮住]*/
	}	
.ncode_251 span,.ncode_252 span {
	font-size:12px;
	line-height:36px;
	color:#bfbfbf;
	font-weight:normal;
	}			
.ncode_252 {
    float:left;
	width:570px;
	height:820px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	position:relative;
	}
.ncode_252 div {
	margin-top:92px;
	height:68px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	letter-spacing:2px; 
	}
.ncode_252 li {
	position:absolute;
	left:0;
	top:400px;
	width:570px;
	height:420px;
	overflow:hidden;
	}		
.ncode_252 li img {
    width:100%;
	height:100%;
	transition: all 0.6s;
	z-index:100;/*使用z-index定义图片在其它元素的后面，其它元素的z-index值需大于此值[使用transform:scale时其它元素才不会被图片遮住]*/
	}
.ncode_253 {
    float:left;
	width:100%;
	font-size:16px;
	color:#e0e0e0;
	text-align:center;
	margin-top:54px;
	}	
.ncode_253 a {
	color:#e0e0e0;
	}	
.ncode_253 a:hover {
	color:#bfbfbf;
	}
.ncode_26 {
    float:left;
	width:100%;
	height:620px;
	margin-top:180px;
	overflow:hidden;
	}
#ncode_261 {
    float:left;
	width:100%;
	text-align:center;
	font-size:26px;
	line-height:26px;
	color:#000000;
	margin-bottom:40px;
	letter-spacing:15px;
	}
.ncode_262 {
    float:left;
	width:368px;
	height:210px;
	margin-left:41px;
	overflow:hidden;/*必须，以免transform:scale时图片大于预设的规格*/
	}
.ncode_262 img {
	width:368px;
	height:210px;
	transition: all 0.6s;
	z-index:100;/*使用z-index定义图片在其它元素的后面，其它元素的z-index值需大于此值[使用transform:scale时其它元素才不会被图片遮住]*/
	}		
.ncode_263 {
    float:left;
	width:336px;
	height:210px;
	background:url(/style/images/line_6.png) top center repeat-x;
	text-align:left;
	color:#000000;
	overflow:hidden;
	}
.ncode_263 span {
    float:left;
	width:100%;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	color:#000000;
	}
.ncode_263 li {
    float:left;
	width:100%;
	height:58px;
	margin-bottom:10px;
	overflow:hidden;
	font-size:16px;
	line-height:28px;
	color:#000000;
	}
.ncode_263 div {
    float:left;
	width:100%;
	height:50px;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#666666;
	}
.ncode_263 p {
    float:left;
	width:100%;
	text-align:left;
	font-size:12px;
	line-height:20px;
	color:#222222;
	background:url(/style/images/more.png) no-repeat right;
	}
/*download list code*/
#download_list_box {
	width:1240px;
	margin:0 auto;
}													
.ncode_201 {
	float:left;
	clear: both;
	margin-left:calc((100% - 1250px) / 2);
	padding-top: 35px;
	min-height: 560px;
	}
.ncode_201 li {
	float:left;
	display: block;
	position:relative;
	width:350px;
	height:290px;
	background:#FFFFFF;
	box-shadow: 0 0 10px rgb(171 198 235 / 30%);
	margin-bottom:50px;
	overflow:hidden;
	margin-left: 50px;
	}
.ncode_201 li span {
	float:left;
	position:absolute;
	display:block;
	width:100%;
	height:70px;
	text-align:center;
	left:0px;
	bottom:-70px;
	z-index:81;
	}	
.ncode_201 li span a {
	float:left;
	display:block;
	width:100%;
	height:100%;
	line-height:70px;
	vertical-align:middle;
	color:#FFFFFF;
	background:url(/style/images/download_icon.png) no-repeat center #2f8366;
	vertical-align:middle;
	z-index:82;
	}	
.ncode_201 li span a:hover {
	color:#8ec7c0;
	}
.thum_1 {
	float: left;
	display: block;
	position: relative;
    width:350px;
    height:220px;
	overflow:hidden;
	text-align:center;
    }
.thum_1 div {
    width:100%;
    height:100%;
    display: flex;
  	justify-content: center;
  	align-items: center;
  	overflow: hidden;
    }	
.thum_1 img {
	max-width: 100%;
	height: auto;
	transition: all 0.6s;	
    }
#viewlink {
	float:left;
	position:relative;
	width:100%;
	height:60px;
	margin-bottom:10px;
	overflow:hidden;
	}
#viewlink p {
	float:left;
	width:90%;
	position:absolute;
	line-height:23px;
	font-size:14px;
	text-align:center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	cursor:pointer;
	z-index:80;
	}
#page_download_tips {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	clear: both;
}	
#contentspage_box {
	float: left;
	position: relative;
	display: block;
	width: 52.6%;
	height: auto !important;
	min-height: 360px;
	margin-top: 35px;
	margin-left: calc((100% - 52.6%) / 2);
}
#downloadpage {
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height:26px;
	margin-bottom:35px;
}
.downloadpath {
	float: left;
	display: block;
	width: 100%;
}
.downloadpath a {
	float: left;
	display: block;
	width:calc(100% - 20px);
	padding:6px 10px;
	text-indent: 10px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {/*此值同jsfragment_widescreen.js设置*/
.downloadpath a:hover {
	color: #FFFFFF;
}
}
@media screen and (max-width: 768px) {
#viewlink p {
	cursor: default;
	}	
#page_download_tips {
	display: block;
}
#contentspage_box {
	width:calc(100% - 40px);
	margin-top: 15px;
	margin-left:20px;
}
}	
#pwd_201 {
	float: left;
	display: block;
	width:420px;
	margin-left: calc((100% - 420px) / 2);
	margin-top: 35px;
	min-height: 560px;
}
.pwd_201 {
	float:left;
	width:100%;
	height:326px;
	margin-top:32px;
	margin-bottom:10px;
	background:#FFFFFF;
	box-shadow: 0 0 10px rgb(171 198 235 / 30%);
	}
.pwd_202 {
	float:left;
	width: 80%;
	margin-left:calc((20% - 2px) / 2);
	margin-top:28px;
	overflow: hidden;
	}	
.sitetips {
	float:left;
	width:100%;
	height:80px;
	line-height:80px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	vertical-align:middle;
	background:#378E70;
	color:#FFFFFF;
	overflow:hidden;
	}
.sitetips span {
    float:left;
	padding-left:30px;
	}
.sitetips a {
	color:#FFFFFF;
	}
.sitetips a:hover {
	color:#8ec7c0;
	}		
#pwdtips {
	float:left;
	margin-left:32px;
	margin-top:20px;
	display:block;
	}
#pwdtips span {
	color:#FF0000;
	}
.pwdtips {
	float:left;
	display:block;
	margin-bottom:80px;
	}
.input_account {
     float:left;
     color: #666666;
	 width:calc(100% - 2px);
	 border:1px solid #f2f2f2;
	 height:34px;
	 line-height:34px;
	 border-radius:0px;
	 padding:0;
	 outline:none;
	 text-indent:10px;	 
	 margin-bottom: 10px;
	 overflow:hidden;
	 }
.input_account:focus {
	 outline:none;
	 }							
.input_password {
     float:left;
     color: #666666;
	 width:calc(100% - 2px);
	 border:1px solid #f2f2f2;
	 height:34px;
	 line-height:34px;
	 border-radius:0px;
	 padding:0;
	 outline:none;
	 text-indent:10px;
	 overflow:hidden;
	 }
.input_password:focus {
	 outline:none;
	 }	
.pwd_sub { 
    cursor: pointer;
    height:36px;
    width:100%;
	border:none;
    text-align:center;
    background: #378E70;
	border-radius: 4px;
	color:#FFFFFF;
	margin-left:0;
	margin-top: 15px;
	overflow:hidden;
  }
.pwd_sub:hover { 
    cursor: pointer;
    background: #2F8366;
	color:#FFFFFF;
	overflow:hidden;
  }
@media screen and (min-width: 800px) and (max-width: 1260px) {
#download_list_box {
	width:100%;
	}													
.ncode_201 {
	float:left;
	clear: both;
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: 20px;
	}
 .ncode_201 li {
	width:calc((100% - 60px) / 3);
	height:auto;
	margin-left: 0;
	margin-right:20px;
	}
.thum_1 {
    width:100%;
    height:auto;
    }	
}
@media screen and (min-width: 480px) and (max-width: 800px) {
#download_list_box {
	width:100%;
	}													
.ncode_201 {
	float:left;
	clear: both;
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left:20px;
	}
 .ncode_201 li {
	width:calc((100% - 40px) / 2);
	height:auto;
	margin-left: 0;
	margin-right:20px;
	}
.thum_1 {
    width:100%;
    height:auto;
    }	
}    
@media screen and (max-width: 480px) {
#download_list_box {
	width:100%;
	}													
.ncode_201 {
	float:left;
	clear: both;
	display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left:0px;
	min-height: 350px;
	}
 .ncode_201 li {
	width:calc(100% - 40px);
	height:auto;
	box-shadow:none;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom:35px;
	}
.thum_1 {
    width:100%;
    height:auto;
    }		
#pwd_201 {
	width: calc(100% - 40px);
	margin-left:20px;
}
.sitetips {
	height:60px;
	line-height:60px;
	text-align: center;
	}
.sitetips span {
	padding-left:0px;
	width: 100%;
	text-align: center;
	}	
}  	  
/*case list code start*/		
#case_list_box {
	float: left;
	display: block;
	position: relative;
	width: 100%;
}	
#case_list {
    list-style-type: none;
    position: relative; 
    margin-left:calc(((100% - 1200px) / 2) - 25px);
    margin-top: 40px;
    }
#case_list li {
	float: left;
    width: 350px;	
	background:#FFFFFF;
	margin-left: 50px;
	margin-bottom: 35px;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
@media (any-hover: hover) {
#case_list li:hover p {
	color: #007563;
    }
#case_list li:hover img {
	transform:scale(1.1);	
    }    
}        	
#case_list li div {
	display: flex;
  	justify-content: center;
  	align-items: center;
    width:100%;	
	height:220px;
	text-align: center;
	overflow:hidden;
    }	
 #case_list li img {
    display: block;
    max-width:100%;
	height:100%;删除此行则不限定图片规格
	object-fit:contain;
	transition: all 0.6s;
    } 
#case_list li p {
    color: #000000;
    font-size: 14px;
	text-align:center;
	height:32px;
	line-height:28px;
    margin: 10px 18px 10px 18px;
	overflow:hidden;
   }
@media screen and (min-width: 800px) and (max-width: 1260px) {
#case_list {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: calc(100% -20px);
    margin-left:0;
    margin-top: 40px;
    }
#case_list li {	
	margin-left: 20px;
    width:calc((100% - 80px) / 3);
    height: auto;
    }    	
#case_list li div {
    width:100%;	
	height:auto;
    }	
#case_list li img {
    max-width:100%;	
	height:auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
#case_list {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: calc(100% -20px);
    margin-left:0;
    margin-top: 40px;
    }
#case_list li {	
	margin-left: 20px;
    width:calc((100% - 60px) / 2);
    height: auto;
    box-shadow: 0 0 10px rgb(171 198 235 / 30%);
    }    	
#case_list li div {
    width:100%;	
	height:auto;
    }	
#case_list li img {
    max-width:100%;	
	height:auto;
    }
}
@media screen and (max-width: 480px) {
#case_list {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack:center;
	-moz-box-align:center;
	box-pack:center;
	box-align:center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: end;
    align-items: end;
    width: 100%;
    margin-left:0;
    margin-top: 40px;
    }
#case_list li {	
	margin-left: 20px;
    width:calc(100% - 40px);
    height: auto;
    box-shadow: 0 0 10px rgb(171 198 235 / 30%);
    }    	
#case_list li div {
    width:100%;	
	height:auto;
    }	
#case_list li img {
    max-width:100%;	
	height:auto;
    }
}
/*end of case list code*/
.ncode_204 {
	float:left;
	position:relative;
	width:980px;
	margin-left:110px;
	margin-top:21px;
	font-size:18px;
	margin-bottom:13px;
	clear: both;
	}
.ncode_205 {
	float:left;
	position:relative;
	width:980px;
	margin-left:110px;
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
	clear: both;
	}
#ncode_206 {
	float:left;
	position:relative;
	width:1000px;
	margin-left:100px;
	margin-top:20px;
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
	clear: both;
	}
.ncode_2061 {
	float:left;
	position:relative;
	width:493px;
	height:318px;
	}
.ncode_2061 img {
	float:left;
	width:493px;
	height:318px;
	}
.ncode_2061 span {
	position:absolute;
	background:url(/style/images/1_1.png) repeat;
	width:100%;
	left:0;
	right:0;
	bottom:6px;
	}	
.ncode_2061 span a {
	float:left;
	font-size:20px;
	color:#FFF;
	padding-left:16px;
	padding-right:16px;
	line-height:32px;
	}	
.ncode_2061 span a:hover {
	background: #daa72d;
	width:461px;
	}	
.ncode_2062 {
	float:left;
	position:relative;
	width:235px;
	height:151px;
	margin-left:15px;
	margin-bottom:15px;
	}
.ncode_2062 img {
	float:left;
	width:235px;
	height:151px;
	}
.ncode_2062 span {
	position:absolute;
	background:url(/style/images/1_1.png) repeat;
	width:100%;
	left:0;
	right:0;
	bottom:6px;
	}	
.ncode_2062 span a {
	float:left;
	font-size:16px;
	color:#FFF;
	padding-left:16px;
	padding-right:16px;
	line-height:26px;
	}	
.ncode_2062 span a:hover {
	background: #daa72d;
	width:203px;
	}				
.ncode_2063 {
	float:left;
	position:relative;
	width:980px;
	margin-left:110px;
	margin-top:6px;
	font-size:18px;
	margin-bottom:13px;
	clear: both;
	}
.ncode_2064 {
	float:left;
	position:relative;
	width:930px;
	margin-left:110px;
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
	clear: both;
	}
/*单页code*/	
.npage_10 {
	float:left;
	display:block;
	position:relative;
	width:662px;
	height:532px;
	margin-top:20px;
	background:url(/style/images/662_532.jpg) no-repeat left;
	}
.npage_11 {
	float:left;
	display:block;
	background:#F4F4F4;
	width:563px;
	height:532px;
	margin-left:15px;
	margin-top:20px;
	}
.npage_11 div {
	margin:0px 30px;
	float:left;
	display:block;
	text-indent:2em;
	}
.npage_20 {
	float:left;
	display:block;
	background:#F4F4F4;
	position:relative;
	width:662px;
	height:420px;
	margin-top:20px;
	}
.npage_20 div {
	margin:0px 30px;
	float:left;
	display:block;
	text-indent:2em;
	}	
.npage_21 {
	float:left;
	display:block;
	background:url(/style/images/563_420.jpg) no-repeat right;
	width:563px;
	height:420px;
	margin-left:15px;
	margin-top:20px;
	}	
.npage_30 {
	float:left;
	display:block;
	background:#F4F4F4;
	position:relative;
	width:662px;
	height:295px;
	margin-top:20px;
	}
.npage_30 div {
	float:left;
	display:block;
	margin-left:100px;
	}	
.npage_31 {
	float:left;
	display:block;
	background:url(/style/images/563_295.jpg) no-repeat right;
	width:563px;
	height:295px;
	margin-left:15px;
	margin-top:20px;
	}			
.npage_2 {
	float:left;
	width:100%;
	height:411px;
	margin-top:20px;
	font-size:16px;
	background:url(/style/images/1120_411.jpg) no-repeat;
	}
.npage_4 {
	float:left;
	display:block;
	position:relative;
	width:450px;
	height:456px;
	margin-top:20px;
	font-size:16px;
	background:url(/style/images/450_456.jpg) no-repeat left;
}
.npage_5 {
	float:left;
	display:block;
	background:#F4F4F4;
	width:775px;
	height:456px;
	margin-left:15px;
	margin-top:20px;
}
.npage_5 div {
	margin-left:30px;
	margin-top:80px;
}
.npage_6 {
	float:left;
	display:block;
	width: 100%;
	background:#0A0A0A;
	text-align: center;
	height:auto;
}
.npage_6 img {
	max-width: 100%;
	height: auto;
}
.npage_7 {
	float:left;
	display:block;
	background:url(/style/images/blue_line.png) repeat-y top center #0A0A0A;
	width:68%;
	margin-left:16%;
	margin-top: 25px;
	margin-bottom: 160px;
	height:auto;
	color: #FFF;
}
.npage_7 div {
	float:left;
	display:block;
	width:42%;
}
.npage_7 p {
	float:right;
	display:block;
	width:42%;
}
@media screen and (max-width: 720px) {	
.npage_7 {
	background:#0A0A0A;
	width:calc(100% - 50px);
	margin-left:25px;
	margin-top: 25px;
	margin-bottom: 60px;
}
.npage_7 div,.npage_7 p {
	float:left;
	display:block;
	width:100%;
}
}
.npage_8 {
	float:left;
	display:block;
	position: relative;
	color: #fff;
	background:url(/style/images/1286_664.jpg) no-repeat center #0A0A0A;
	width:1286px;
	height: 0;
	background-size:contain;
	padding-bottom: 51.63%;
	font-size: 14px;
	line-height: 26px;
	margin-top: 60px;
	margin-bottom: 160px;
	margin-left:calc((100% - 1286px) / 2) ;
}
@media screen and (max-width: 1286px) {
.npage_8 {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 160px;
	margin-left:0px;
}
}
.npage_9 {
	float:left;
	display:block;
	position: absolute;
	color: #fff;
	left: 32%;
	top: 48%;
}
@media screen and (max-width: 480px) {
.npage_8 {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left:0px;
}	
.npage_9 {
	left:15%;
	top:28%;
}
}
.npage_9 p,.npage_9 div,.npage_9 span {
	float:left;
	display:block;
}
.npage_9 p {
	font-size: 20px;
}
.npage_9 div {
	font-size: 14px;
	line-height: 26px;
	background:url(/style/images/14_24.png) no-repeat left;
	text-indent: 28px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.npage_9 span {
	font-size: 14px;
	background:url(/style/images/20_icon.png) no-repeat left;
	text-indent: 28px;
}
/*单页code end*/
.ncode_18 {
	float:left;
	width:1240px;
	height:400px;
	background:url(/style/images/1240400.jpg) no-repeat;
	padding-bottom:45px;
	}
#ncode_19 {
	float:left;
	width:100%;
	height:1154px;
	margin-top:0px;
	background:#2d2d2d;
	color:#FFFFFF;
	overflow:hidden;
	}
.ncode_19 {
	width:1140px;
	margin:0 auto;
}	
.ncode_19 span {
	float:left;
	width:100%;
	padding-top:125px;
	font-size:48px;
	line-height:48px;
	text-align:center;
	}
.ncode_19 li {
	float:left;
	width:100%;
	font-size:18px;
	padding-top:20px;
	padding-bottom:70px;
	text-align:center;
	}
.ncode_19 div {
	width:1140px;
	height:702px;
	overflow:hidden;
	}		
.ncode_19 div img {
	width:1140px;
	height:702px;
	transition: all 0.6s;
	z-index:100;/*使用z-index定义图片在其它元素的后面，其它元素的z-index值需大于此值[使用transform:scale时其它元素才不会被图片遮住]*/
	}
.ncode_19 p {
	margin-top:62px;
	width:100%;
	text-align:center;
	}		
.ncode_19 p a {
	color:#bfbfbf;
	font-size:16px;
	}
.ncode_19 p a:hover {
	color:#FFFFFF;
	}				
.ncode_20 {
	float:left;
	width:100%;
	height:415px;
	background:url(/style/images/1920415.jpg) no-repeat;
	}	
.ncode_21 {
	float:left;
	width:100%;
	height:541px;
	background:url(/style/images/1240541.jpg) no-repeat;
	margin-top:45px;
	margin-bottom:130px;
	}	
#ncode_21 {
	float:left;
	width:605px;
	height:541px;
	}	
#ncode_21 li {
	float:left;
	width:605px;
	height:167px;
	position:relative;
	background:url(/style/images/605167.png) no-repeat #ededed;
	overflow:hidden;
	margin-bottom:20px;	
	}
#ncode_21 img {
	float:left;
	width:260px;
	height:167px;
	}
#ncode_21 span {
	float:left;
	font-size:16px;
	color:#404040;
	width:345px;
	padding-top:42px;
	}	
#ncode_21 span a {
	float:left;
	color:#404040;
	line-height:21px;
	padding:0 20px;
	}
.ncode_211 {
	float:left;
	font-size:13px;
	color:#989898;
	font-style:italic;
	padding-left:20px;
	padding-top:10px;
	}
.ncode_212 a {
	position:absolute;
	width:605px;
	height:167px;
	top:0;
	left:0;
	z-index:100;
	float:left;
	}	
#ncode_22 {
	float:left;
	width:503px;
	height:98px;
	color:#FFF;
	padding-top:355px;
	padding-left:80px;
	font-size:21px;
	line-height:28px;
	font-style:italic;
	}	
#ncode_22 a {
	float:left;
	display:block;
	padding-top:23px;
	padding-left:274px;
	}	
.ncode_23 {
	float:left;
	width:1240px;
	height:180px;
	background:url(/style/images/1240180.png) no-repeat;
	margin-bottom:20px;
	font-size:16px;
	}		
.ncode_23 span {
	width:500px;
	height:60px;
	text-align:center;
	float:left;
	padding-left:35px;
	padding-top:40px;
	line-height:26px;
	}	
.ncode_23 div {
	width:100%;
	float:left
	}		
.ncode_24  {
	float:left;
	width:170px;
	height:41px;
	padding-left:220px;
	padding-top:6px;
	font-size:18px;
	}	
.ncode_24 a  {
	float:left;
	padding:10px 50px;
	border:1px solid #030303;
	}
.ncode_24 a:hover  {
	float:left;
	border:1px solid #daa72d;
	color:#daa72d;
	}
.unshow {/*fix ie bug:重复显示文字内容*/
  background:none;
  display:none;  
}
@media screen and (min-width: 768px) {/* 屏幕逻辑分辨率大于768px时加载jsfragment_widescreen.js文件 */
.page_nav,.page_nav_2,.page_nav_3,.page_nav_4 {
	position: fixed;	
	padding-top: 66px;
	}	
.pic_list_box {
    min-height:560px;
}
#pictiles {
	padding-top: 35px;
}	
#store_list_box,#download_list_box {
    min-height:560px;
	padding-top: 150px;
}
#news_list_box {
    min-height:560px;
	padding-top: 15px;
}
#case_list_box {
    min-height:560px;
	padding-top: 10px;
}
#videos_list_box {
    min-height:560px;
	padding-top: 108px;
}
#page_content_box {
	min-height: 560px;
	padding-top: 80px;
}
#pic_content_box {
	min-height: 560px;
	padding-top: 15px;
}	
}
@media screen and (max-width: 768px) {
#ncode_16,.ncode_16 {
	display: none;
}
.page_nav,.page_nav_2 {
	margin-top: 48px;/* 匹配jsfragment_widescreen.js设置的.page_nav值 */
}
.page_nav,.page_nav_2,.page_nav_3,.page_nav_4 {
	position: relative;
	padding-top: 0;
}
}
/*
[max-width: 768px]
不显示menu	 
.menu_full,.menu_small(height:42px)
#ncode_16,.ncode_16(display: none)
.page_nav,.page_nav_2(margin-top:42px)	

[min-width: 768px]即jsfragment_widescreen.js的设置
.page_nav,.page_nav_2,.page_nav_3,.page_nav_4(position":"fixed")

内容页width: 1080px;
@media screen and (max-width: 768px) {

}
@media (any-hover: hover) {

}
*/