/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	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;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}
/*全局手机样式*/

html,body,header,footer{ max-width:1023px;}

html{ 

	position:relative; 

	/*

	background:url(/temp/temp/default/default-0001/1/images/touch/bg_1.jpg);

	*/

}

img{ max-width:100%;}

body{

	position: absolute; 

	left:0; 

	top:0;

	width:100%;

	font-size:1em;

	line-height:1.5;

	color:#666;

}

h1,h2,h3,h4{ font-weight:400;}



body .w1188,body .wp{

	width:auto;

	padding-left:10px;

	padding-right:10px;

}

.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }



header,footer{

	position:fixed;

	z-index:10;

	width:100%;

	line-height:1;

	

}

header{

	height:55px;

	top:0; 

	left:0; 

	

}

header .bg{

	height:100%;

	background-color:#333;

	opacity:0.8;

}

header .mobile-header{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	background:none;

}

footer .fcontact{

	position:relative;

}

footer .fcontact .bg{

	height:32px;

	background-color:#333; 

	opacity:0.8;

}

footer .fcontact .iconfont{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	text-align:center;

	font-size:2em;

}

footer .fcontact .iconfont .r{

	font-size: 1.5em;

	position: absolute;

	right: 7px;

	top: 50%;

	margin-top: -24px;

}

header h1 a{

	display:block;

	margin-top: 7px;

	line-height:40px;

	height: 40px;

	font-size:14px;

	color:#fff;

    overflow: hidden;

}

header h1 img{

	height: 40px;

    margin-left: 5px;

	margin-right:10px;

}

#mobile-nav{

	position:fixed;

	background-color: #333;

	top: 0;

	height: 100%;

	right: 0px;

	line-height: 2;

	padding: 32px;

	z-index:3;

	color:#fff;

	margin-right:-300px;

}

#mobile-nav h3{ font-size:2em; text-align:center;}

.default-mobile-nav-menu{

	padding-bottom:50px;

}

.default-mobile-nav-menu > li > a{

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #262626;

}

.default-mobile-nav-menu li a em{ display:none;}

.default-mobile-nav-menu  li  a{

	padding: 15px 10px;

  	border-bottom: 1px solid #262626;

  	font-size: 15px;

  	display: block;

  	color: #fff;

}

/*---手机二级导航----*/

	.nav-click .text{

		display:none;

		padding-top:2px !important;

	}

	.default-mobile-nav-menu li ul{

		display:none;

		background-color: #000;

	}

	.default-mobile-nav-menu li{

		position:relative;

	}

	.default-mobile-nav-menu li div{

		position: absolute;

		right:0;

		top: 0px;

		width: 100%;

		height: 60px;

		background:url("/temp/temp/default/default-0001/1/images/g46.png") no-repeat center right;

		background-size:15px;

	}

	

.nav-click {

    color: #fff;

    font-size: 2em;

    line-height: 1;

    top: 50%;

    position: absolute;

    margin-top: -12px;

    right: 8px;

    width: 50px;

    text-align: center;

}

.nav-click .text{

	font-size: 12px;

    float: left;

    width: 10px;

    line-height: 1;

    padding-top: 7px;

}

.nav-click .action-l{

	display:none;

	transform: scale(.8);

}

/*

.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }

*/

body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}

body.nav-on .ui-mobile .ui-page-active{overflow:visible;}

body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}

body.nav-on #mobile-nav{overflow-y:auto;}

/*底部*/

footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}

footer a{ color:#fff;}



/*分页按钮*/

.default-mobile-page{ margin-top:10px;}

.default-mobile-page a{ background-color:#fff;}

.default-mobile-page a.a{ background-color:#333;}



/*列表页相关栏目列表*/

.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}

.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}

.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}

.default-mobile-list-cats nav{ display:none;}

.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}

.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}

.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}



/*导航滑动提示*/

.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}

.swipe-right-tip{ right:5%;  background:url(/temp/temp/default/default-0001/1/images/touch/swipe_left.png) no-repeat center;}

.swipe-left-tip{ right:95%; background:url(/temp/temp/default/default-0001/1/images/touch/swipe_right.png) no-repeat center;} 



/*导航 两个字*/

.action-r em,

.action-l em{

	font-size:0.75em;

}



/*动画效果*/

.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}



/*覆盖默认*/

.default-slider-single > .default-slider-box > ul > li img{

	height:auto;

}



/*底部版权*/

.default-mobile-copyright{ height:0; display:none;}

/*隐藏DIY 按钮*/

#diystart{

	display:none;

}

/*53客服被遮挡的 BUG*/

#mobile_minchat_div{

	z-index:999;

}

#mini_chat .close{

	background:none !important;

}

/*视频嵌入 100%宽度*/

.default-article-content iframe{ width:100% !important;}



/*手机内容页被调整过宽度后的高度自适应*/

article .content img{

	height:auto !important;

}
.li_cor{ color:#89262A;}

.mr25{ margin-right: 25px;}

.mt25{ margin-top:25px;}

.page{

	margin:20px;

}

.page a{color:#000;}



/*top*/

.top{

	box-shadow:0 0 10px #ccc;

}

.top_cen{ position: relative;}

.logo{ display: block; float:left;line-height:84px; text-align:center;}

.logo img{

	height:auto;

   max-width: 350px;

}

.w960 .logo img {

    max-width: 300px;

}

.nav{ margin:22px 0;}

.nav li{ margin: 0 18px; }

.w960 .nav li{

   margin: 0 11px;

}

.nav li a {

    font-size: 17px;

    transition: 0.5s;

    display: block;

    line-height: 40px;

    height: 40px;

}

.w960 .nav li a{font-size: 16px;}

.nav li a:hover,.nav li.a a{color:#01823a;}

.nav li ul{

	background:#f9f9f9;

	padding:10px 0;

	border-top:3px solid #aaa;

	margin-top:50px;

    opacity:0;

    transition:all .3s;

    display:block;

    z-index:-3;

}

.nav li:hover ul{

	margin-top:0;

	opacity:1;

	z-index:10;

}



.nav li ul li{

	margin:0;

	width:auto;

}

.nav li ul li:hover a{

	background:#eee;

}

.nav li ul li a{

	color:#333 !important;

	font-size:15px;

	padding:0 20px;

	display:block;

	line-height:30px;

	height:30px;

}

.w960 .nav li ul li{

   margin: 0;

}

/*banner*/

.banner{

	max-height:700px;

	overflow:hidden;

}

.banner .prev

,.banner .next{

	width:50px;

	height:50px;

	font-size:30px;

	text-align:center;

	line-height:50px;

	margin-top:-25px;

	opacity:.3;

}

.banner .prev{

	left:10%;

}

.banner .next{

	right:10%;

}

.banner .dots span{

	width:12px;

	height:12px;

	border-radius:50%;

	border:2px solid #fff;

	background-color:transparent;

}

.banner > .dots > span.active{

	background-color:#01823a;

}

.part01{

	margin-top:50px;

	margin-bottom:20px;

}

.tit01{

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:1px solid #eee;

}

.tit01 h3 {

    float: left;

    font-size: 20px;

    font-weight: bold;

    line-height: 1;

    padding-left: 15px;

    border-left: 3px solid #01823a;

    color: #000;

}

.tit01 h3 span {

    text-transform: uppercase;

    font-size: 15px;

    font-weight: normal;

    color: #999;

	margin-left:5px;

}

.tit01 a {

    display: block;

    float: right;

    background: #01823a;

    border-radius: 3px;

    font-size: 12px;

    padding: 2px 8px;

    color: #fff;

    border: 1px solid #01672e;

    transform: scale(0.8);

}

.part-l{

	width:64%;

}

.part-l li{

	float:left;

	width:49%;

	margin-right:2%;

	margin-bottom:2%;

	transition:all .3s;

}

.ispc .part-l li:hover{

	transform:translateY(-5px);

	-ms-transform:translateY(-5px);

	-moz-transform:translateY(-5px);

	-webkit-transform:translateY(-5px);

	-o-transform:translateY(-5px);

}

.part-l li a{

	display:block;

	position:relative;

}

.part-l  li img{

	width:100%;

	height:auto;

}

.part-l li span{

	display:block;

	overflow:hidden;

}

.part-l li span{

	display:block;

}

.part-l li h3 {

    font-size: 16px;

    padding: 12px 0;

    font-weight: bold;

}

.part-l li p{

	position:absolute;

	width:30px;

	height:3px;

	background:#eee;

	bottom:0;

	left:0;

	transition:all .3s;

}

.ispc .part-l li:hover p{

	width:100%;

}

.part-r {

    width: 33%;

}

.part-r01 div{

	position:relative;

	background:#000;

}

.part-r01 a{

	display:block;

}

.part-r01 img{

	width:100%;

	height:auto;

}

.part-r01 span{

	display:block;

	width:120px;

	height:40px;

	margin:0 auto;

	border-radius:20px;

	margin-top:-20px;

	box-shadow:0 0 10px #ccc;

	position:relative;

	background:#fff;

	line-height:40px;

	text-align:center;

	font-size:16px;

}

.part-r01 iframe{

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

}

.part02{

	background:#f5f5f5;

	padding:50px 0;

}

.about-l{

	width:36.5%;

}

.about-l .tit01

,.news-r .tit01{

	border-bottom:1px solid #ddd;

	margin-bottom:15px;

}

.about-l img{

	width:100%;

	height:auto;

}

.about-l p {

    font-size: 12px;

    color: #666;

    line-height: 1.8;

    max-height: 65px;

    overflow: hidden;

    margin: 10px 0;

    text-align: justify;

}

.about-l a.more {

    display: block;

    width: 75px;

    height: 25px;

    line-height: 25px;

    background:#01823a;

    color: #fff;

    text-align: center;

    border-radius: 3px;

	transition:all .3s;

}

.ispc .about-l a.more:hover{

	background: #01652d;

}

.news-r{

	width:60%;

}

.news-r li a{

	display:block;

	line-height:40px;

	border-bottom:1px dashed #ddd;

	padding-left:18px;

	color:#666;

	background:url("/temp/cus/hy/fj/ne/hyfjne.com/temp/52-0176/201808240930/images/marker.png") no-repeat center left;

}

.news-r li h3{

	width:80%;

	float:left;

	transition:all .3s;

}

.news-r li span{

	display:block;

	float:right;

	color:#999;

}

.ispc .news-r li:hover h3{

	color:#009c45;

	transform:translateX(15px);

	-ms-transform:translateX(15px);

	-moz-transform:translateX(15px);

	-webkit-transform:translateX(15px);

	-o-transform:translateX(15px);

}

















.one_left{ position:absolute; left: 158px; bottom: 30px; }

.one_right{ position:absolute; left: 635px; bottom: 30px;;}

.one_com{width: 377px; height:306px; background: rgba(252, 252, 252, 0.32);text-align: center;}

.one_com span{display: block; font-size: 16px; color: #fff; font-weight: 600;}

.one_com img{border-radius: 100%; margin:10px 0;}

.one_com a.read_more{ transition:all 0.5s;}

.one_com a.read_more:hover{ background: #fff; color: #89262A;}

.read_more{display: block;color:#fff; width:70px; height: 27px; line-height: 27px; background: #89262A; margin:10px auto 10px; text-align: center;}

.center{ padding-top: 100px; padding-bottom:50px;}

.center_one{ padding-bottom: 80px;}

.center h1{font-size: 32px; font-weight: 700; color: #464646;text-align: center; margin-bottom:20px; }

.center p.tit1{ height: 80px; line-height: 20px; padding:0 145px;color: #999; font-size: 15px; margin: 20px 0; text-align: center;}



.about02{

	background:url("/temp/temp/52/52-0176/201808240930/images/bg01.jpg") no-repeat center center;

	height:600px;

	margin-bottom:50px;

}

.about01{

	width:44%;

	padding:7% 0 5% 6%;

	float:right;

}

.about01 h3 {

    font-size: 35px;

    font-weight: bold;

    color: #fff;

    margin-top:30px;

}

.about01 p {

    font-size: 14px;

    color: #fff;

    line-height: 2;

    margin-top: 50px;

}

.about01 a{

	display:block;

	width:56px;

	height:26px;

	margin-top:50px;

	background:url("/temp/temp/52/52-0176/201808240930/images/jt01.png") no-repeat -20px center;

	transition:all .3s;

}

.about01 a:hover{

	background-position:left center;

}





.cen_two{ padding-top:}

p.tit2{ text-align: center; font-size: 38px; font-weight: 700; color: #464646;}

.cen_two{ margin-top:33px;}

.cen_two li{ float:left; width:24%; margin-right:1.33%; text-align: center;}

.two_pic{ display: block; position:relative;} 

.two_pic span{ position: absolute; left: 10px; top:15px; color: #fff; font-weight: 400; font-size: 18px; background: url("/temp/cus/hy/fj/ne/hyfjne.com/temp/52-0176/201808240930/images/prc.png") no-repeat;  width:80px; height: 25px; line-height: 25px;}

.two_pic h3{ margin-top:15px; color: #091c3d; font-size: 17px; height:25px; margin-bottom:10px;

overflow:hidden;}

.cen_two li p{ line-height: 22px; height:70px; text-align: center; font-size: 13px; color: #999; overflow: hidden;}

.nature{ width: 100%; background:url("/temp/temp/52/52-0176/201808240930/images/nature.jpg") no-repeat; background-size:cover; min-height: 400px; /*--  -webkit-filter: grayscale(100%);--*/ margin-top:70px;}

.cen_two li a.read_more{ transition: 0.5s;}

.cen_two li a.read_more:hover{ background: #000;}

.nature_inner {

    margin-top: 10px;

    float: right;

    width: 365px;

    height: 365px;

    text-align: center;

    border-radius: 50%;

	transition:all .3s;

	overflow:hidden;

}

.nature_inner img{

	width:100%;

	height:auto;

}

.nature_inner:hover{

	box-shadow:0 0 20px #888;

}

.nature_inner h3{ margin-top:90px;color: #fff;font-size: 32px; font-weight: 400; padding:0 35px; }

.nature_inner p{ margin-top:15px; font-size: 15px; line-height: 2; color: #fff; padding:0 28px; height:120px; overflow:hidden;}

.field{ width: 100%; padding:50px 0;}

.field_inner li a{

	display:block;

}

.field_inner li span{width: 80px; height: 80px; display: block; margin: 0 auto; transition:all .5s; 

	filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	-o-filter: grayscale(100%);

} 

.ispc .field_inner li:hover span{

	transform:rotate(360deg);

	-ms-transform:rotate(360deg);

	-moz-transform:rotate(360deg);

	-webkit-transform:rotate(360deg);

	-o-transform:rotate(360deg);

	filter: grayscale(0);

	-ms-filter: grayscale(0);

	-moz-filter: grayscale(0);

	-webkit-filter: grayscale(0);

	-o-filter: grayscale(0);

}

.field_inner li{ float: left; width:25%;text-align: center;}

.field_inner li h4{ font-size: 1.5em; font-weight: 400; color: #091c3d; margin-top:10px; height:30px; overflow:hidden;}

.field_inner li p {

  font-size: 1em;

  line-height: 20px;

  color: #999;

  margin-top:8px;

  padding: 0 15px;

  height:40px;

  overflow:hidden;

}

/*footer*/

.footer{

	padding-top:80px;

	background:#333;

}

.foot01{

	width:60%;

	float:left;

}

.w960 .foot01{

	width:56%;

}

.ftnav{

	margin-bottom:35px;

}

.ftnav li{

	float:left;

	margin-right:13px;

}

.w960 .ftnav li{

	margin-right:7px;

}

.ftnav li a{

	display:block;

	color:#fff;

	padding-right:13px;

	font-size:15px;

	background:url("/temp/temp/52/52-0176/201808240930/images/sx1 (2).png") no-repeat center right;

}

.ftnav li.aa a{

	background:none;

}

.w960 .ftnav li a{

	padding-right:7px;

}

.ftnav li:hover a{

	color:#009c45;

}

.con08 p{

	color:#fff;

	font-size:14px;

	margin:5px 0;

   width: 50%;

}

.foot02 {

    float: right;

    width: 34%;

    padding-left: 5%;

    border-left: 1px solid #444;

}

.w960 .foot02 {

    width: 40%;

    padding-left: 3%;

}

.foot02 img{

	width:138px;

	height:auto;

}

.foot02 .wechat01{

	float:left;

	width:138px;

}

.foot02 .wechat01 p{

	text-align:center;

	font-size:14px;

	color:#999;

	margin-top:10px;

}

.foot02 .con09{

	float:left;

	margin-left:30px;

}

.foot02 .con09 p {

    font-size: 14px;

    color: #999;

    margin-top: 30px;

}

.foot02 .con09 h3 {

    font-size: 35px;

    color: #fff;

    font-family: fantasy;

	margin-bottom:15px;

}

.w960 .foot02 .con09 h3{

	font-size:32px;

}

.foot02 .con09 a {

    display: block;

    height: 45px;

    line-height: 45px;

    color: #fff;

    background: #008239;

    text-align: center;

    font-size: 18px;

	transition:all .3s;

}

.foot02 .con09 a:hover {

    background:#01652d;

}

.default-pc-copyright a {

    color: #999;

}

.copy{

	margin:0 auto;

	text-align:center;

	margin-top:80px;

	background:#222;

	padding:25px 0;

}

.con02{

	position:fixed;

	top:40%;

	right:0px;

	z-index:2;

}

.con02 li{

	background:#ccc;

	border-radius:3px;

	margin-bottom:1px;

}

.con02 li:hover{

	background:#009c45;

}

.con02 li a{

	display:block;

	width:60px;

	height:60px;

}

.con02 li.qq02 a{

	background:url("/temp/temp/52/52-0176/201808240930/images/icon2-1.png") no-repeat center center;

}

.con02 li.tel02 a{

	background:#ccc url("/temp/temp/52/52-0176/201808240930/images/icon2-2.png") no-repeat center center;

	position:absolute;

	z-index:2;

}

.con02 li.tel02:hover a{

	background: #009c45 url("/temp/temp/52/52-0176/201808240930/images/icon2-2.png") no-repeat center center;

}

.con02 li.em02 a{

	position:absolute;

	z-index:2;

	background: #009c45 url("/temp/temp/52/52-0176/201808240930/images/wm0.png") no-repeat center center;

}

.con02 li.tel02

,.con02 li.em02{

	position:relative;

	height:60px;

}

.con02 li.wx02 a{

	background:url("/temp/temp/52/52-0176/201808240930/images/timg.png") no-repeat center center;

	position:relative;

}

.con02 li.top02 a{

	background:url("/temp/temp/52/52-0176/201808240930/images/icon2-4.png") no-repeat center center;

}

.con02 li.tel02 div

,.con02 li.em02 div {

    height: 60px;

    width: 210px;

    position: absolute;

    right:57px;

    background:#009c45;

    line-height: 60px;

    text-align: center;

    color: #fff;

    font-family: fantasy;

	transition:all .5s;

	font-size:30px;

	border-radius:3px;

	z-index:1;

	right:-220px;

}

.con02 li.em02 div{

	font-size:20px;

}

.con02 li.tel02:hover div

,.con02 li.em02:hover div  {

	right:57px;

}

.con02 li.wx02 div{

	width:140px;

	height:154px;

	position:absolute;

	right:62px;

	bottom:0;

	display:none;

	background:url("/temp/temp/52/52-0176/201808240930/images/599.png") no-repeat center center;

}

.con02 li.wx02:hover div{

	display:block;

}

.con02 li.wx02 div img {

    margin: 8px;

	margin-bottom:0;

}

.con02 li.wx02 div p{

	text-align:center;

	color:#666;

	font-size:12px;

}

.erweima {

	width:100%;

	height:100%;

	top:0;

	left:0;

	position:fixed;

	background: #CCC;

	z-index: 1000;

	display:none;

	background: url("/temp/temp/52/52-0176/201808240930/images/bg02.png");

}

.erweima-1 {

  width: 300px;

  background: #fff;

  z-index: 102;

  height: 300px;

  left: 50%;

  top:50%;

  margin-top:-150px;

  margin-left: -150px;

  position: absolute;

}

.erweima-1 p a.sao{

	float:left;

	font-size: 16px;

	color: #666;

	text-align: center;

	width: 100%;

	height:30px;

	line-height:30px;

	padding-top:15px;

	width:85%;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.erweima .close{

  display: block;

  top: -15px;

  right: -15px;

  width: 30px;

  height: 30px;

  position: absolute;

  background: transparent url("/temp/temp/52/52-0176/201808240930/images/fancybox.png") -40px 0px;

  cursor: pointer;

}



/***首页结束***/



/*gallery*/

.gallery{text-align: center; padding:100px 0;}

.gallery h1{font-size:38px; font-weight: 700; color: #a40d09; height: 47px; line-height: 47px;   margin-bottom: 20px;}

.gallery_ul{ margin-top: 60px;}

.gallery_ul li{ float: left; width:286px; margin-bottom: 30px; padding:0 5px;} 

.gallery_ul li a{ display: block;}

.gallery_ul li a img{ max-width: 100%; height:auto;}

.show-nav{

	text-align:center;

}

.show-nav li{

	display:inline-block;

	margin:15px;

}

.show-nav li{

	*display:inline;

}

.show-nav li a{

  font-size: 15px;

  display: block; 

  padding: 5px 20px;

   color:#091c3d;

  border-radius: 6px;

  border:1px solid #fff;

}

.show-nav li:hover a

,.show-nav li.a a{

	 background: #091c3d;

     color: #fff;

	 border:1px solid #051735;

}

.show-nav li a span{

	display:none;

}



/*contract us*/

.contact{ padding:92px 0; }

.contract_us{ padding: 10px 0;}

.us_l{  width:420px;}

.us_l h1{ font-size: 2.7em; font-weight: 700; color: #464646;}

.us_l p{ font-size: 15px; line-height: 20px; color: #999;}

.us_r{ width: 720px; height: 355px;  background-color: #ccc;}

.form_l h1{ font-size: 2.7em; font-weight: 700; color: #464646;}

.form_l p{ font-size: 15px; line-height: 20px; color: #999;}

.contract_form{ margin-top:45px;}



.form_l{ width:420px;}

.form_r{ width:720px;}

.form_r input{ width:360px; height:52px; outline: none; color: #bcbcbc; border:1px solid #bcbcbc; padding-left: 8px; margin-top:10px;}

.form_r textarea{ height: 204px; margin-top:10px; color: #bcbcbc; border: 1px solid #BCBCBC; display: block; width: 99%; outline: none;}

.sub_btn input{ background: #091c3d;;  width:160px; height:47px; font-size: 20px; margin: 20px 0; color: #fff;}

.sub_btn input:hover{background: #2a2017;}

/*blog*/

.blog{ padding: 105px 0 90px;}

.blog_container{ margin-top:40px;}

.blog h1{font-size:38px; font-weight: 700; color: #464646; text-align: center;margin-bottom:20px;}

.blog_left h3{ color:#000; font-size:20px; font-weight: 400; margin-bottom: 20px;}

.blog_left p{ color: #333; font-size: 14px;  line-height:1.5; max-height:105px;

overflow:hidden;}

.w960 .blog_left p{

	font-size:12px;

}

.blog_left .default-article-content p {

	max-height:inherit !important;

}

.blog_left p a{color: #01823a;}

.blog_left{ width:70%;}

.blog_right{ width: 26%;}

.blog_txt{ width: 55%; height:180px; overflow: hidden; padding:5px;color: #999;font-size: 15px;line-height: 1.6em}

.w960 .blog_txt{

	height:137px;

}

.blog_com_item a.cl{

	display:block;

}

.read_more1{display: block; font-style:normal; width:90px; height: 30px; line-height: 30px; background: #00652d; margin:10px auto 10px; color:#fff;text-align: center; border-radius: 4px; transition:all 0.6s;}

.item_deta .read_more1:hover{ background:#000;}

.item_deta img{ margin-right: 15px; width:39%; height:auto;}

.blog_r_list{ margin-bottom: 25px; padding:20px; padding-bottom: 200px;

background:#009c45 url("/temp/cus/hy/fj/ne/hyfjne.com/temp/52-0176/201808240930/images/po6.png") no-repeat left bottom;

background-size:200px;

}

.blog_r_list h2{ color: #fff; font-size: 1.5em; font-weight: bold;}

.blog_r_list ul {

    margin-top: 24px;

	padding-top:20px;

    border-top: 1px solid #008a3d;

}

.blog_r_list ul li{ margin-bottom: 8px; transition:all 0.5s ease; }

.blog_r_list ul li a{ color: #fff; font-size: 15px; display: block; height:35px; line-height:35px; transition:all 0.5s ease; padding-left: 10px; white-space: nowrap;}

.blog_r_list ul li:hover{ margin-left:10px;}

.blog_r_list ul li a:hover,.blog_r_list ul li.a a{ color: #fff;background: #068e42;}

.blog_bot{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:40px 0;}

.blog_bot li{ float: left; margin:25px 20px;}

.glyphicon{ font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height:1; color: #01823a;}

.blog_bot li a{ color: #999; margin-left: 10px; font-size: 15px; font-weight: 600;}

.glyphicon1:before { content: "\e044";}

.glyphicon2:before { content: "\e109";}

.glyphicon3:before { content: "\e008";}

.fanye{ text-align: left;}

.fanye a{  color: #000; border: 1px solid #ccc; margin: 0 8px; transition: all 0.5s; display: inline-block;}

.fanye a:hover{ background:#eee;}





.views-show{

	width: 90%;

    margin: 0 auto;

}

.views-show h3{

	font-size:30px;

}





/*about*/

.about{

	padding-top:100px;

}

.about_us{ padding-bottom: 100px;}

.about_us h1{ font-size:40px; font-weight: 700; color: #464646;}

.about_us h4{ font-size: 20px; font-weight: 400; color: #091c3d; margin-top: 20px;}

.about_us p {

  font-size: 13px;

  color: #999;

  line-height: 2;

  margin-top: 16px;

  height: 72px;

  overflow: hidden;

}

.pub{

	margin-bottom:10px;

}

.about_list li {

  float: left;

  width: 30%;

  margin-right: 5%;

  margin-bottom:2%;

  transition:all .3s;

}

.about_list li a{

	display:block;

	padding-bottom:20px;

	position:relative;

	text-align:left;

}

.about_list li a em{

	display:block;

	height:2px;

	background:#091c3d;

	position:absolute;

	bottom:0;

	left:0;

	width:0;

	transition:all .3s;

}

.ispc .about_list li:hover a em{

	width:100%;

}

.ispc .about_list li:hover{

	transform:translateY(-25px);

}

.about_list li img{

	width:100%;

	height:auto;

}

.about_list li a h5{font-size: 16px; font-weight: 400; color: #091c3d; margin-top:20px; margin-bottom:10px;}

.about_list li p {

  font-size: 12px;

  line-height: 1.6;

  color: #999;

  height: 53px;

  overflow: hidden;

  display:none;

}

.cen_left{ width:50%;}

.cen_right{ width:50%;}

.about_com_item span{ display: block; color: #fff; background: #091c3d; text-align: center; border-radius: 50%; width: 54px; height: 54px; line-height: 54px; font-size: 16px; margin-right:25px;}

.about_txt{ width:83%;}

.about_txt p{ width:93%; height:82px; overflow: hidden;}

.cen_left h2{font-size:32px; font-weight: 700; color: #464646; margin-bottom: 30px;}

.about_txt h4{color: #091c3d; font-size: 20px; font-weight: 400; line-height: 20px;}

.about_txt p{color: #999; font-size: 15px; line-height: 20px; margin-top:8px;}

.cen_right h2{ font-size:32px; font-weight: 700; color: #464646; margin-bottom: 22px;}

.cen_right h4{ color: #091c3d; font-size:20px; font-weight: 400;line-height: 20px;}

.cen_right p {

  color: #999;

  font-size: 13px;

  line-height: 2;

  margin-top: 8px;

  height: 72px;

  overflow: hidden;

}

.about_cen_list{margin-top:10px;}

.about_cen_list li{ background:url("/temp/cus/hy/fj/ne/hyfjne.com/temp/52-0176/201808240930/images/marker.png") center left no-repeat; padding-left: 20px;display: block; color: #999; font-size: 15px; font-weight: 400; height: 30px; line-height: 30px;}

.team { padding-top:95px;}

.team1{

	padding-top: 0;

}

.team h2{font-size: 2.7em; font-weight: 700; color: #464646; text-align: center;}

.team ul { margin:66px auto; width: 90%;}

.team ul li {

 margin: 2% 1%;

  float: left;

  width: 31%;

}

.team ul li a { display: block; position:relative;}

.team_bg{ border-radius: 50%; width: 220px; height:220px; margin: 0 auto; position:relative; }



.tot{box-shadow: 0 0 0 20px rgba(255,255,255,0.2), inset 0 0 3px rgba(115,114, 23, 0.8); width: 180px; height: 180px; border-radius:50%; position:absolute; left: 20px; top:20px; transition: all 0.5s;}

.team_cen1,.team_bg1{ background: url("/temp/temp/52/52-0176/201808240930/images/team-1.jpg");}

.team_cen2,.team_bg2{ background: url("/temp/temp/52/52-0176/201808240930/images/team-2.jpg");}

.team_cen3,.team_bg3{ background: url("/temp/temp/52/52-0176/201808240930/images/team-3.jpg");}

.team_cen{ width:100%; height:100%; border-radius:50%; background: #9c231b; transition: all 0.5s; z-index: 100; transform: rotateY(180deg); position:relative; top: -100%; left: 0;}

.team_cen h3 {

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-size: 14px;

  margin: 0 15px;

  padding: 40px 0 0 0;

  height: 25px;

  text-align: center;

  z-index: 100;

  overflow: hidden;

}

.team_cen p {

  color: #fff;

  padding: 10px 5px;

  margin: 0 30px;

  font-size: 12px;

  border-top: 1px solid rgba(255,255,255,0.5);

  text-align: center;

  height: 60px;

  overflow: hidden;

  background:url("/temp/temp/52/52-0176/201808240930/images/bg3.png") no-repeat center center;

}

.team_cen_com{ transition:all 0.5s;  position:relative; top: 0%; left: 0; width:100%; height: 100%; border-radius: 50%;z-index: 999; background-position: center;}

.team ul li:hover .team_cen{ transform: rotateY(0deg);z-index: 999;}

.team ul li:hover .team_cen_com{ transform: rotateY(-180deg); z-index: 100;}

.team ul li:hover .tot{ box-shadow: 0 0 0 0px rgba(255,255,255,0.2), inset 0 0 0px rgba(115,114, 23, 0.8);}

.team_cen1 img{

	width:100%;

	height:auto;

	border-radius: 50%;

}

.index-team{

	width:900px;

	margin:0 auto;

}

.index-team ul li{

	width:220px;

	margin:0;

	margin-right:120px;

}

.index-team .prev

,.index-team .next{

	top:63%;

	width:60px;

	height:60px;

	line-height:60px;

	margin-top:-30px;

	border-radius:50%;

	font-size:35px;

	text-align:center;

	background-color:#091c3d;

}

.index-team .prev{

	left:-100px;

}

.index-team .next{

	right:-100px;

}



.center_two{

	margin-top:80px;

}

.center_two .show-nav{

	margin-bottom:30px;

	margin-top:20px;

}

.news01 li{

	float:left;

	width:32%;

	margin-right:2%;

}

.news01 li:hover a{

	box-shadow: 0 0 20px #ddd;

}

.news01 li a {

    display: block;

    padding: 20px;

    border-radius: 5px;

	transition:all .3s;

}

.news01 li .n1 {

    font-size: 30px;

    color: #999;

	line-height:1;

}

.news01 li:hover .n1 {

    color: #c53026;

}

.news01 li span {

	display:block;

	font-size:16px;

}

.news01 li h3 {

    font-size: 16px;

    color: #091c3d;

	margin-top:10px;

}

.news01 li img {

    width: 100%;

    height: auto;

    margin: 20px 0;

}

.news01 li p {

    color: #999;

    line-height: 1.5;

    height: 54px;

    overflow: hidden;

}

.news01 li em {

    display: block;

    font-style: normal;

    width: 80px;

    height: 30px;

    line-height: 30px;

    border-radius: 18px;

    text-align: center;

    border: 1px solid #eee;

    font-size: 14px;

    margin-top: 15px;

	transition:all .3s;

}

.news01 li:hover em{

	color:#fff;

	background:#091c3d;

	border: 1px solid #091c3d;

}

.more01{

	display:block;

	width:300px;

	height:35px;

	line-height:35px;

	text-align:center;

	letter-spacing:15px;

	background:#f5f5f5;

	border:1px solid #eee;

	margin:0 auto;

	transition:all .3s;

}

.more01:hover{

	background:#eee;

	border:1px solid #dedede;

}

.center_two .more01{

	margin-top:50px;

}







/*inner*/

.post

, .comment{

	display:none;

}

.pub{

	text-align:right;

}

.post h3{font-size: 32px; font-weight: 700; color: #464646;}

.inner p { line-height:22px;}

.inner img.r {

    width: 250px;

    height: auto;

    margin-left: 15px;

    margin-bottom: 15px;

    border-radius: 50%;

}

.inner .default-article-content{

	min-height:300px;

}

.blog_com_item{

	padding-top: 20px;

    border-top: 1px solid #eee;

	margin-top:10px;

}

.post_ul{ margin-top:25px;}

.post_ul li{ float: left; width:195px; text-align: center; margin:0 5px; }

.post_ul li span{color: #01823a; font-size: 1.35em; font-weight: 400; margin-top:10px; display: block;}

.comment{ margin-top:45px;}

.comment h3{ font-size:32px; font-weight: 700; color: #464646; margin-bottom: 35px;}

.comment input{ display: block; width:795px; height:45px;  margin-bottom: 12px; padding:0 15px; color: #ccc;font-size: 14px; border: 1px solid #E3E3E3; outline: none;}

.comment textarea{ width:825px; height:200px;  color: #333;font-size: 12px; border: 1px solid #E3E3E3; outline: none; color: #ccc;}

.comment input[type=submit]{ width: 90px; height:45px; line-height: 25px; color: #fff; background-color:#01823a; border-radius:4px; transition: all 0.5s; font-size: 16px; margin-top:30px;}

.comment input[type=submit]:hover{ background-color:#2a2017;}

.mobile_btn{ display: none;}

.cen_two li a{ display:block;}

.cen_two li a img{ width:100%; height:auto;}

.default-pc-copyright {

  color: #FFFEFE;

}

.default-pc-copyright {

  width: 100%;

}



/*-----------------view-honor--------------*/

/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}

.pub{

	text-align:right;

}

.view-honor {

	margin:150px auto;

}

.view-honor .honor{

	width:74%;

}

.w960 .view-honor .honor{

	width:70%;

}

.view-honor h2{

	font-size: 30px;

    font-weight: bold;

    color: #01823a; 

}

.view-honor .blog_r_list h2{

	color:#fff;

}

.honor{

	border-left:1px solid #eee;

	padding-left:3%;

}

.honor li{

	float:left;

	width:31%;

	margin: 1%;

}

.honor li a{

	display:block;

	padding:10px;

	border:1px solid #eee;

}

.honor li img{

	width:100%;

	height:auto;

}

.view-about .blog_right

,.view-honor .blog_right {

    width: 18%;

	padding-right:3%;

}

.w960 .view-about .blog_right,.w960 .view-honor .blog_right{

	width:23%;

}

.view-about .blog_right{

	border-right:1px solid #eee;

}

.view-about .blog_left h3

,.view-honor .blog_left h3 {

    font-size: 30px;

	font-weight:bold;

}

/*----------------list-news01------------------*/

.wenhua{

}

.wenhua li{

	padding-bottom:15px;

	margin-bottom:15px;

	border-bottom:1px solid #eee;

}

.wenhua li a{

	display:block;

	font-size:16px;

	padding-left:30px;

	transition:all .3s;

	background:url("/temp/cus/hy/fj/ne/hyfjne.com/temp/52-0176/201808240930/images/marker.png") no-repeat center left;

}

.wenhua li:hover a{

	color:#009c45;

}

.related{

	margin-top:50px;

}

.related h2 {

    text-align: center;

    background: #068e42;

    padding: 10px 0;

}

.blog_r_list .related ul {

    margin-top: 10px;

    padding-top: 10px; 

	border:none;

}

.list-news .blog_right {

    width: 23%;

} 

.blog_r_list .related ul li a{

	font-size:14px;

}



@media screen and (max-width:1440px) and (min-width:790px){ 

	

	.w960 .wp{ width:960px;}

	  .cen_one_com{ padding:0;}

	  .one_l_inner img{ width:46%; height:auto;}

	  .cen_two li{ width:22%; margin-right:2.1%;}

	  .cen_two li:nth-child(4){ margin-right:0;}

	  .field_inner li:nth-child(3){ margin-right:0;}  

	 

  

 }



@media screen and (max-width:1024px){

	.mr0{

		margin-right:0 !important;

	}

	header .bg {

		background-color: #01823a;

		opacity: 1;

	}

	.default-mobile-copyright2 {

		border-top: 10px solid #eee;

		background-color:#fff;

	}

	#mobile-nav{

		background-color:#fff;

	}

	#mobile-nav h3{

		color:#091c3d;

	}

	.default-mobile-nav-menu li a {

		color: #333;

		border-bottom: 1px solid #ccc;

		border-top: 1px solid #fff;

	}

	.default-mobile-nav-menu li ul{

		background:#f5f5f5;

	}

	.default-moblie-news-list li .date {

		font-size: 14px;

		text-align: center;

	}

	.default-moblie-news-list li .box{

		font-size:14px;

	}

	article h3 {

		font-size: 25px !important;

		line-height: 1.3;

	}

	.article-info{

		font-size:14px;

		padding-bottom:15px;

		margin-top:5px;

		margin-bottom:15px;

		border-bottom:1px solid #eee;

	}

	nav p{

		font-size:14px;

	}

	.cover01{

		width:300px;

		margin:25px auto;

		border-radius:50%;

		overflow:hidden;

	}

	.cover01 img{

		width:100%;

		height:auto;

	}

	.word h3 {

		text-align: center;

		padding-bottom: 15px;

		border-bottom: 2px solid #eee;

	}

	.fanye a{

		border:none !important;

	}

	.banner .prev{

		left:0;

	}

	.banner .next{

		right:0;

	}

}

@media screen and (max-width:768px){

	.center {

	  padding-top: 50px;

	  padding-bottom: 50px;

	} 

	.center p.tit1{

		padding:0;

	}

	.cen_one_com {

	  width: 100%;

	  padding: 0;

	}

	.cen_one_com h3{

		text-align:center;

	}

	.one_l_inner img {

	  margin-left: 0;

	  width: 49%;

	  height: auto;

	  margin-right: 2%;

	}

	.one_l_inner img:nth-child(2),

	.one_l_inner img:nth-child(3){

		margin-right:0;

	}

	.one_l_inner {

	  height: 543px;

	  overflow: hidden;

	}

	.one_r_inner a img{

		width:100%;

		height:auto;

	}

	.cen_two li {

	  width: 46%;

	  margin: 2%;

	}

	.field {

	  padding: 30px 0;

	}



}

@media screen and (max-width:480px){ 

	.one_l_inner {

	  height: 286px;

	}

	.center_one {

	  padding-bottom: 30px;

	}

	.field_inner li {

	  width: 50%;

	  margin: 0;

	  margin-bottom: 7%;

	}

	p.tit2 {

	  font-size: 30px;

	}

	.center h1 {

		font-size: 23px;

		margin-bottom: 0;

	}

	.center {

		padding-top: 30px;

		padding-bottom: 0px;

	}

	.about_list {

		margin-top: 0;

	}

	.about_list li

	,.about_list li.mr0 {

		width: 49%;

		margin-right: 2% !important;

		margin-bottom: 2%;

	}

	.about_list li:nth-child(2n){

		margin-right:0 !important;

	}

	.about_list li a{

		padding-bottom:0;

	}

	.about_list li a h5 {

		font-size: 14px;

		margin-top: 10px;

		margin-bottom: 10px;

	}

	.more01 {

		width: 100%;

		font-size: 12px;

	}

	.about01 {

		width: 100%;

		padding: 0;

	}

	.about02 {

		background: #5e6c80;

		height: auto;

		margin: 30px 0;

	}

	.about01 h3 {

		font-size: 25px;

		margin-top: 30px;

	}

	.about01 p {

		font-size: 12px;

		line-height: 1.7;

		margin-top: 10px;

	}

	.about01 a {

		margin:30px 0;

	}

	.center_two {

		margin-top: 30px;

		padding-top: 30px;

		border-top: 10px solid #eee;

	}

	p.tit2 {

		font-size: 23px;

	}

	.center_two .show-nav {

		margin-bottom: 0;

		margin-top: 0;

	}

	.news01 li {

		float: left;

		width: 100%;

		margin-right: 0;

		padding-bottom: 15px;

		margin-bottom: 15px;

		border-bottom: 1px solid #eee;

	}

	.news01 li img{

		display:none;

	}

	.news01 li a{

		padding:0;

	}

	.news01 li p {

		line-height: 1.5;

		height: 16px;

		font-size: 12px;

	}

	.news01 li .n1 {

		font-size: 25px;

	}

	.news01 li h3{

		margin:5px 0;

	}

	.news01 li span {

		display: initial;

		font-size: 14px;

	}

	.news01 li em{

		display:none;

	}

	.center_two .more01 {

		margin-top: 15px;

	}

	.nature {

		background-size:auto 100%;

		min-height:200px;

		margin-top: 30px;

		padding:30px 0;

		position:relative;

	}

	.index-team {

		width: 100%;

	}

	.nature_inner {

		float: none;

		width: 100%;

		height: 100%;

		position: absolute;

		left: 0;

		top: 0;

		box-shadow: none;

		margin-top: 0;

		background: rgba(9, 28, 61, 0.6);

		border-radius: 0;

	}

	.nature_inner a {

		display: block;

		width: 200px;

		height: 200px;

		border-radius: 50%;

		margin: 0 auto;

		overflow: hidden;

		margin-top:30px;

	}

	.team {

		padding-top: 10px;

	}

	.team h2{

		font-size:25px;

	}

	.team ul{

		margin:25px 0;

	}

	.index-team ul li{

		margin-right:10px;

	}

	.field_inner li h4 {

		font-size: 20px;

		margin-top: 10px;

		height: 30px;

	}

	.field_inner li p {

		padding: 0 10px;

		font-size: 14px;

	}

	.team_cen{

		display:none;

	}

	.tot{

		margin:10px;

		left:0;

		top:0;

		width:120px;

		height:120px;

	}

	.team_bg {

		width: 140px;

		height: 140px;

	}

	.index-team {

		width: auto;

		padding: 0 10px;

		padding-bottom:30px;

	}

	.index-team ul li{

		width:150px;

	}

	.index-team .prev, .index-team .next{

		width:30px;

		height:30px;

		top:inherit;

		bottom:0;

		line-height:30px;

		margin-top:-15px;

		font-size:20px;

	}

	.index-team .prev{

		left:40%;

	}

	.index-team .next{

		right:40%;

	}

	.field {

		padding-bottom: 0;

	}

	.cover01{

		width:200px;

	}

	.part-l {

		 width: 100%;

		 margin-top:30px;

	}

	.part-l li{

		width:100%;

		margin-right:0;

	}

	.part-l li:nth-child(2n){

		margin-top:10px;

	}

	.part-l li p{

		width:100%;

	}

	.part-r {

		width: 100%;

		margin-top:10px;

	}

	.about-l a.more{

		font-size:12px;

	}

	.news-r li a{

		font-size:12px;

	}

	.news-r li h3{

		width:78%;

	}

	.about-l

	,.news-r {

		width: 100%;

	}

	.news-r {

		margin-top: 30px;

		padding-top: 30px;

		border-top: 3px solid #a10704;

	}

	.part02{

		padding:30px 0;

	}

	.part01{

		margin-top:30px;

	}

	.banner{

		border-top:2px solid #fff;

	}

	.about-l p{

		max-height:126px;

	}

	.banner .dots{

		display:none;

	}

	.default-article-content iframe {

		width: 100% !important;

		height: 200px !important;

	}



}





#cboxPrevious{

	left:10px !important;

	background:url("/temp/temp/52/52-0176/201808240930/images/prev09.png") no-repeat center center;

}

#cboxNext{

	left:inherit !important;

	right:10px !important;

	background:url("/temp/temp/52/52-0176/201808240930/images/next09.png") no-repeat center center;

}

#cboxNext

,#cboxPrevious{

	background-position:center center !important;

}

#cboxPrevious,#cboxNext{

	width:50px;

	height:50px;

	background-color:rgba(0, 0, 0, 0.79);

	border-radius:50%;

	bottom:50%;

	margin-top:25px;

}

#cboxCurrent {

    left: 0 ;

}






