@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);
}
a:hover {
	color: #666666;
	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;
}
@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 #343148;
    text-shadow: none;
    transition: box-shadow 0.25s ease;
	background:url(/style/images/arrow_2.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: #343148;
	color:#FFFFFF;
	overflow:hidden;
  }
.search_sub:hover { 
    cursor: pointer;
    background: #222222;
	color:#adadad;
	overflow:hidden;
  } 
/*select下拉菜单样式美化代码结束*/
 /*导航菜单begin*/
.m_show {
	display: none;
} 
.menu_box {
	display:block;
	position:fixed;
	width:100%;
	height:68px;
	z-index:880;
	}
.menu_full {
	height:68px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.menu_full .logo {
    float:left;
	position:absolute;
	left:20px;
	top:0px;
	width:260px;
	height:68px;
	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:68px;
	background:#0a0a0a;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.menu_small .logo {
    float:left;
	position:absolute;
	left:20px;
	top:0px;
	width:260px;
	height:68px;
	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;
    display:block;
    color:#fff;
    font-size:16px;
    }
.menu ul li a:hover {
	color: #c9c9c9;
	}
.menu .nav_selected {/*若不加.menu 则color: #c9c9c9设置无效,.menu与.nav_selected有空格*/	
	background: url(/style/images/menu_selected.png) no-repeat bottom;
	color: #c9c9c9;
	}
@media screen and (max-width: 1180px) {
.m_show {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height:42px;
	overflow: hidden;
}	
.menu_full,.menu_small {
	height:42px;
	background:#0A0A0A;
	}	
.menu_full .logo,.menu_small .logo {
	left:5px;
	top:0px;
	max-width:108px;
	max-height:42px;
	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: 11px;
	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(/skin/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: 830px;
	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:35%;/*此数值约等于"(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;
	padding-top:20%;
}
}
.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(/skin/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 {
	width:1240px;
	margin:0 auto;
}
.ncode_1 {
	width:1182px;
	margin-left:29px;
	padding-top: 50px;/* 相近上级元素page_nav使用了position:fixed;若使用margin-top则会出现bug */
	margin-bottom:30px;
	margin-right:auto;
	line-height:23px;
	font-size:14px;	
	clear: both;
	float:left;
	display: block;
}
.newsul {
    float:left;
	position:relative;
	width:100%;
	height:415px;
	margin-bottom:106px;
	overflow:hidden;
	}
.newsul:not(:last-child) {
	background:url(/style/images/line_18.png) repeat-x bottom;
	}	
.img_box {
	float: left;
	width:580px;
	height:auto;
	text-align: center;
	padding-left: 28px;
	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;
	}
.img_box img:hover {
	transform:scale(1.1);
}
.news_title {
	float:right;
	position:relative;
	width:448px;
	height:388px;
	margin-right:40px;
	}	
.news_title p a{
    list-style:none;
	font-size:18px;
	line-height:26px;
	margin-top:116px;
	display:block;
	color:#000000;
	}
.news_title p a:hover{
	display:block;
	color:#666666;
	}
.news_title div {
	font-size:14px;
	line-height:24px;
	color:#666666;
	margin-top:24px;
	height:72px;
	overflow:hidden;
	}
.news_title li a {
	float:left;
	position:absolute;
	text-align:left;
	font-size:12px;
	padding-right:40px;
	background:url(/style/images/more.png) no-repeat right;
	left:4px;
	bottom:20px;
	display:none;
	z-index:81;
	overflow:hidden;
	}			
.news_title span{
	float:left;
	position:absolute;
	font-size:12px;
	color:#888888;
	left:4px;
	bottom:20px;
	font-style:italic;
	z-index:80;
	}
@media screen and (min-width: 480px) and (max-width: 1260px) {
#news_list_box {
	width:100%;
	margin:auto;	
}
.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;
}
.newsul {
    float:left;
    display: block;
	position:relative;
	width:calc((100% - 60px) / 2);
	height:auto;
	margin-bottom:35px;
	overflow:hidden;
	background: none !important;
	}
.newsul:nth-child(odd) {
	margin-left: 20px;
	}
.newsul:nth-child(even) {
	margin-left: 20px;
	margin-right: 20px;
	}		
.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 (max-width: 480px) {
#news_list_box {
	width:100%;
	margin:auto;	
}
.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;
}
.newsul {
    float:left;
    display: block;
	position:relative;
	width:calc(100% - 40px);
	height:auto;
	margin-bottom:25px;
	overflow:hidden;
	background: none !important;
	}
.newsul {
	margin-left: 20px;
	}	
.img_box {
	padding-left: 0px;
	width: 100%;
	}
.img_box img:hover {
	transform:scale(1.0);
}	
.news_title {
	float:left;
	position:relative;
	width:100%;
	height: auto;
	}
.news_title p a{
	margin-top:10px;
	}
.news_title div {
	display: none;
	}
.news_title span{
	float:left;
	position: relative;
	width: 100%;
	margin-top: 20px;
	}				
}
@media screen and (max-width: 768px) {
.news_title p a{
	font-size:16px;
	line-height:24px;
	margin-top: 10px;
	}
}	
.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;
}
#ncode_16 {
    float:left;
	display:block;
	position:relative;
	width:100%;
	height:68px;
	background: #0A0A0A;
	overflow:hidden;
}
.ncode_16 {
    float:left;
	display:block;
	position:relative;
	width:100%;
	height:150px;
	margin-top:0px;
	background:url(/style/images/elsebanner.png) no-repeat center #0A0A0A;
	overflow:hidden;
}
.page_nav {
	float:left;
	display:block;
	width:100%;
	background:#f9fafc;
	z-index:850;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.page_nav_2,.page_nav_3,.page_nav_4 {
	float:left;
	display:block;
	width:100%;
	background:#FFFFFF;
	z-index:850;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	}
.navtips {
  	float:left;
	display: flex;/*IE10 以及更早的版本不支持 flexbox*/
	justify-content: center;
    align-items: center;
	height:80px;/*修改此值时,jsfragment_widescreen.js的.navtips值也需修改*/
	width:100%;
	font-size:12px;
}
.navtips_2,.navtips_3,.navtips_4 {
  	float:left;
	position:relative;
	display: flex;
	justify-content: center;
    align-items: center;
	height:60px;
	width:100%;
	font-size:12px;
	}
.navtips_2 span {
  	position:absolute;
	display:block;
	left:0;
	}
.navtips_4 div {
	padding:0 5px;
	}	
.navtips_4 span {
	padding:0 5px;
	color:#FF0000;
	}		
.navtips_2 div a {
	position:absolute;
	float:right;
	display:block;
	top:18px;
	height:24px;
	line-height:24px;
	text-align: center;
	padding:0px 16px;
	vertical-align:middle;
	border:1px #2b2b2b solid;
	right:10px;
	}
.navtips_2 div a:hover {
	right:10px;
	color:#FFFFFF;
	background:#2b2b2b;
	}
/*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:50px;/*若使用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 #343148;
	background: #343148;
	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 #343148;
	background:#343148;
}
/* copyright code start */
.mlink_box {
	float: left;
	display: block;
	width: 100%;
	background: #1F1F1F;
	font-size: 14px;
}
.mlink_box,.mlink_box a {
	color: #d4d4d4;
}
.mlink_box a:hover {
	color: #ffffff;
}
#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:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: #ababab;
	left: 0%;
	width: 18px;
	top: 28px;
	z-index:10;
	height: 2px;
}
.mlink div {
	white-space: nowrap;
}
.mlink li,.mlink li a {
	float: left;
	display: block;
	clear: both;
	margin-bottom: 5px;
	white-space: nowrap;
}
.mlink span {
	color:#717171;
	font-size: 12px;
}
.mlink span img {
	max-width: 86px;
	height: auto;
}
@media screen and (min-width: 1181px) and (max-width: 1310px) {
.mlink:nth-child(2) {
	display: none;
}
}
@media screen and (min-width: 951px) and (max-width: 1180px) {
.mlink:nth-child(2) {
	display: none;
}
.mlink:nth-child(7) {
	display: none;
}
.mlink:nth-child(9) {
	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(2) {
	display: none;
}
.mlink:nth-child(7) {
	display: none;
}
.mlink:nth-child(9) {
	display: none;
}
.mlink li {
	display: none;
}
}
#copyright {
    float:left;
	width:100%;	
	background:#fff;
}
.copyright {
    background:#fff;
	width:100%;
    height:56px;
    line-height: 56px;
	overflow:hidden;
	color:##1f1f1f;
	font-size:12px;
	text-align:center;
}
.copyright a {
	color:##1f1f1f;
}
.copyright a:hover {
	color: #000;
}
.copyright span {
	font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 950px) {
.copyright span {
	display: none;
}
}
/* end of copyright code */