/*!

 * 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;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
@charset "utf-8";

/* CSS Document */

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

em{font-style:normal;}









/*导航*/

.nav_box{

	width: 260px;

	height: 100%;

	position: fixed;

	right: 0;

	top: 0;

	background: rgba(0,0,0,0.60);

	z-index: 2;

	transition:all .3s;

}

.nav_box.a{

	right: -260px;

	top: 0;

}

.nav_box .logo{

	margin: auto;

	margin-top: 80px;

	text-align: center;

}

.nav_box .logo img{

	width: 170px;

	height: auto;

}

.nav_t{

	margin-top: 80px;

}

.nav_t ul li{

	float: none;

	padding-left: 60px;

	margin-bottom: 28px;

}

.nav_t ul li a{

	font-size: 14px;

	color: #b2b2b2;

	transition: 0.1s;

}

.nav_t ul li.a a{

	color: #fff;

}

.nav_t ul li.a{

	background: url("/temp/temp/53/53-0009/201807041003/images/nav-bg.png") left center no-repeat;

}

.nav_t ul li:hover a{

	color: #fff;

}

.nav_t ul li:hover{

	background: url("/temp/temp/53/53-0009/201807041003/images/nav-bg.png") left center no-repeat;

}

.nav_t ul li:hover ul li{

	background:rgba(0,0,0,0.00);

}

.nav_box .anniu01{

	display: block;

	position: absolute;

	width: 40px;

	height: 40px;

	background: url("/temp/temp/53/53-0009/201807041003/images/close.png") center center no-repeat;

	background-size: 100%;

	top: 40px;

	left: -80px;

	cursor: pointer;

}

.nav_box.a .anniu01{

	background: url("/temp/temp/53/53-0009/201807041003/images/open.png") center center no-repeat;

}

.nav_box.a .anniu01.b{

	background: url("/temp/temp/53/53-0009/201807041003/images/open02.png") center center no-repeat;

}

.nav_box .anniu01.b{

	background: url("/temp/temp/53/53-0009/201807041003/images/close02.png") center center no-repeat;

}

.nav_t li ul{

	height: 100%;

	width: 200px;

	position: fixed;

	top: 0;

	left: calc(100% - 460px);

	background: rgba(22,22,22,1.00);

	padding-top: 270px;

}

.nav_t li ul li{

	padding-left: 0;

	text-align: center;

}

.nav_t li ul li a{

	color: #b2b2b2;

}

.nav_t li:hover ul li a{

	color: #b2b2b2;

}

.nav_t li:hover ul li a{

	color: #b2b2b2;

}

.nav_t li ul li a:hover{

	color: #fff;

}

.default-pc-nav-menu li a em{

	display: block;

	font-size: 12px;

	line-height: 14px;

}









/*公共导航*/

.gnav_box{

	margin: auto;

	width: 92%;

	padding: 5px 0;

	

}

.gnav_box ins{

	display: block;

	width: 120px;

	height: 85px;

	background: url("/temp/temp/53/53-0009/201807041003/images/logo02.png") center center no-repeat;

	background-size: 100%;

	float: left;

	position: relative;

	left: -200px;

}

.gnav_box .nav{

	float: right;

}

.gnav_box .nav li{

	margin-left: 40px;

	padding:25px 0; 

}

.gnav_box .nav li a{

	display: block;

	font-size: 15px;

	color: #777;

	font-weight: 400;

	line-height: 20px;

	transition: 0.2s;

	border-bottom: 1px solid rgba(0,0,0,0.00);

	box-sizing: border-box;

}

.gnav_box .nav li.a a{

	color: #333;

}

.gnav_box .nav li:hover a{

	color: #333;

}

.gnav_box .nav li ul{

	padding: 10px 0;

	background: #333;

}

.gnav_box .nav li ul li{

	margin-left: 0;

	padding: 5px 12px;

}

.gnav_box .nav li ul li a{

	border: none;

	color: #ccc;

}

.gnav_box .nav li.a ul li a{

	border: none;

	color: #ccc;

}

.gnav_box .nav li.a ul li a:hover{

	color: #fff;

}

.gnav_box .nav li:hover ul li a{

	border: none;

	color: #ccc;

}

.gnav_box .nav li ul li a:hover{

	color: #fff;

}

.gnav_t .default-pc-nav-menu li a em{

	line-height: 18px;

}







/*banner*/

.banner01{

	position: relative;

	overflow: hidden;

}

.banner01 span.dang{

	display: block;

	width:100%;

	height: 216px;

	background:  url("/temp/temp/53/53-0009/201807041003/images/banner-bg.png") center center no-repeat;

	position: absolute;

	left: 0;

	bottom: -44px;

}

.default-slider-2{

	position: relative;

}

.dots{

	position: absolute;

	top: 40%;

	left: 60px;

}

.default-slider-2 .dots span{

	display: block;

	width: 24px;

	height: 2px;

	margin-bottom: 10px;

}

.default-slider-2 > .dots > span.active{

	display: block;

	width: 48px;

	height: 2px;

	background: #fff;

	margin-bottom: 10px;

}









/*关于圣雨*/

.ab_box{

	width: 90%;

	margin: 80px auto;

}

.ab_box .about li{

	width: 100%;

	background: #fffff9;

}

.ab_box .about li img{

	float: right;

	width: 50%;

	height: auto;

}

.ab_box .about li.fl_r img{

	float: left;

}

.ab_box .about li .ab_t{

	float: left;

	width: 50%;

}

.ab_t .ab_text{

	width: 78%;

	margin: auto;

	text-align: left;

	margin-top: 12%;;

}

.ab_t .ab_text h3{

	font-size: 38px;

	color: #4c4c4c;

}

.ab_t .ab_text h4{

	font-size: 16px;

	color: #999;

}

.ab_t .ab_text p{

	font-size: 15px;

	color: #999;

	line-height: 36px;

	max-width: 100%;

    max-height: 140px;

    overflow: hidden;

	margin-top: 40px;

}

.ab_t .ab_text a{

	display: block;

	width: 200px;

	height: 52px;

	line-height: 52px;

	text-align: center;

	border-radius: 26px 0px 26px 0px;

	border: 1px solid #808080;

	font-size: 20px;

	color: #808080;

	margin-top: 50px;

	transition: 0.4s;

}

.ab_t .ab_text a:hover{

	color: #ee1d23;

	border: 1px solid #ee1d23;

	border-radius: 0px 26px 0px 26px;

}







/*工艺品分类*/

.fl_box{

	width: 100%;

	margin: auto;

}

.fl_box .fenlei li{

	width: 25%;

	float: left;

	overflow: hidden;

}

.fl_box .fenlei li a{

	position: relative;

	display: block;

}

.fl_box .fenlei li img{

	width: 100%;

	height: auto;

}

.fl_box .fenlei li a em{

	width:100%;

	height: 100%;

	position: absolute;

	left:-100%;

	top: 0;

	display:none;

	background: rgba(238,29,35,0.90);

} 

.fl_box .fenlei li a div{

	position: absolute;

	top: 0;

	left: 0;

	background: rgba(0,0,0,0.40);

	width: 100%;

	height: 100%;

	transition: 0.4s;

}

.fl_box .fenlei li a div h1{

	font-family: "Arial";

	color: #fff;

	font-size: 80px;

	margin-top: 140px;

	padding-left: 10%;

	background: url("/temp/temp/53/53-0009/201807041003/images/flbg.png") left top no-repeat;

	line-height: 62px;

}

.fl_box .fenlei li a div h3{

	margin: auto;

	color: #fff;

	font-size: 30px;

	margin-top: 80px;

	width: 80%;

	text-align: left;

}

.fl_box .fenlei li a div p{

	margin: auto;

	color: #ccc;

	font-size: 14px;

	margin-top: 40px;

	width: 80%;

	text-align: left;

	line-height: 28px;

	transition: 0.4s;

	max-height: 108px;

    overflow: hidden;

}

.fl_box .fenlei li a div span{

	margin-left: 10%;

	color: #fff;

	font-size: 14px;

	display: none;

	margin-top: 80px;

	transition: 0.4s;

}

.fl_box .fenlei li.xia a div h1{

	margin-top: 260px;

}

.fl_box .fenlei li:hover div p{

	color: #fff;

}

.fl_box .fenlei li:hover a div span{

	display: block;

}



.fl_box .fenlei li:hover a div{

	background: rgba(0,0,0,0.00);

}







/*交流活动*/

.hd_box{

	margin: auto;

	margin-top: 100px;

	position: relative;

	margin-bottom: 100px;

	transition: 0.4s;

}

.huodong li{

	width: 43%;

	text-align: left;

	margin-bottom: 60px;

}

.huodong li a{

	display: block;

	position: relative;

}

.huodong li a span{

	width: 100%;

	position: relative;

	display: block;

}

.huodong li a span em{

	display: block;

	width: 60px;

	height: 60px;

	color: #fff;

	text-align: center;

	line-height: 60px;

	font-size: 50px;

	position: absolute;

	bottom: 0;

	left: 0;

	background:#ee1d23;

	transition: 0.4s;

}

.huodong li:hover a span em{

	left:calc(50% - 30px);

	bottom: calc(50% - 30px);

}

.huodong li a img{

	width: 100%;

	height: auto;

	filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	transition: 0.4s;

}

.huodong li:hover a img{

	filter: grayscale(0);

	-moz-filter: grayscale(0);

	-webkit-filter: grayscale(0);

}

.huodong li a h3{

	font-size: 18px;

	color: #333;

	margin-top: 30px;

}

.huodong li a p{

	font-size: 14px;

	color: #333;

	margin-top: 14px;

	max-width: 100%;

	max-height: 18px;

	overflow: hidden;

}

.huodong li a .hd_time{

	position: absolute;

	top: 16px;

	right: -40px;

}

.huodong li a .hd_time ins{

	font-size: 24px;

	color: #4c4c4c;

	width: 28px;

	display: block;

	text-decoration: none;

	text-align: center;

	background:  url("/temp/temp/53/53-0009/201807041003/images/dian.png") center center no-repeat;

}

.huodong li a .hd_time h5{

	font-size: 11px;

	color: #808080;

	text-align: center;

	margin-top: -8px;

}

.huodong li.fright{

	float: right;

	margin-top: -730px;

}

.huodong li.fright a .hd_time{

	position: absolute;

	top: 16px;

	left: -40px;

	width: 28px;

}

.hd_box h1{

	position: absolute;

	top: 86px;

	right: 91px;

	width: 328px;

	height: 90px;

	line-height: 90px;

	background:  url("/temp/temp/53/53-0009/201807041003/images/newsbg.png") center center no-repeat;

	background-size: 100%;

	font-size: 40px;

	color: #333;

	text-align: center;

}

.rmore{

	position: absolute;

	width:20%;

	left: 40%;

	top: 0;

}

.rmore a{

	display: block;

	text-align: center;

	font-size: 18px;

	color:#ccc;

	margin-top: 6px;

	transition: 0.4s;

}

.rmore span{

	width: 1px;

	height: 900px;

	background: #e5e5e5;

	display: block;

	margin: auto;

}

.rmore em{

	width: 1px;

	height: 70px;

	background: #e5e5e5;

	display: block;

	margin: auto;

	transition: 0.4s;

}

.rmore a:hover em{

	height: 100px;

	background: #ee1d23;

}

.rmore a:hover{

	color: #ee1d23;

}





/*公共底部*/

.foot_box{

	width: 100%;

	margin: auto;

	overflow:hidden;

}

.lx_box{

	width: 84%;

	margin: auto;

	background: url("/temp/temp/53/53-0009/201807041003/images/lx-bg.jpg") center center no-repeat;

	background-size: 100%;

	padding: 48px 0;

	position: relative;

	z-index: 1;

}

.lianxi{

	width: 88%;

	margin: auto;

	background: rgba(0,0,0,0.50);

	color: #fff;

	padding:30px 0;

}

.lxi{

	width: 84%;

	margin: auto;

}

.lxi li{

	float: left;

	width: 33.33%;

}

.lxi li h3{

	font-size: 16px;

}

.lxi .lx_dh{

	text-align: left;

}

.lxi .lx_dh p{

	font-size: 14px;

	margin-top: 36px;

}

.lxi .lx_qq{

	text-align: center;

}

.lxi .lx_ma{

	text-align: right;

}

.lxi .lx_qq ul li{

	width: 40px;

	display: inline-block;

	float: none;

	margin: auto 14px;

	margin-top: 40px;

}

.lxi .lx_qq ul li{

	*display: inline;

}

.lxi .lx_qq ul li a{

	display: block;

}

.lxi .lx_qq ul li a span{

	display: block;

	width: 40px;

	height: 40px;

	background: url("/temp/temp/53/53-0009/201807041003/images/lx-qq.png") center center no-repeat;

	background-size: 100%;

}

.lxi .lx_qq ul li a em{

	display: block;

	width: 40px;

	height: 40px;

	background: url("/temp/temp/53/53-0009/201807041003/images/lx-weibo.png") center center no-repeat;

	background-size: 100%;

}

.lxi .lx_ma ins{

	width:110px;

	height: 110px;

	display: block;

	background: url("/temp/temp/default/default-0001/1/images/weixin_qrcode.jpg") center center no-repeat;

	background-size: 100%;

	margin-top: 28px;

	float: right;

	margin-right: 20px;

}





.js_box{

	width: 100%;

	background: #404040;

	height: 300px;

	margin-top: -150px;

	position: relative;

	z-index: 0;

}

.jishu{

	position: absolute;

	height: 150px;

	left: 8%;

	bottom: 0;

	width: 84%;

}

.jishu .default-pc-copyright{

	width: 45%;

	text-align: right;

	color: #808080;

	float: right;

	margin-top: 51px;

}

.jishu .default-pc-copyright a{

	color: #808080;

	transition: 0.3s;

}

.jishu .default-pc-copyright a:hover{

	color: #fff;

}

.jishu ins{

	float: left;

    display: block;

    width: 6%;

    margin: auto 2%;

    height: 54px;

    margin-top: 48px;

	background: url("/temp/temp/53/53-0009/201807041003/images/jstop.png") center center no-repeat;

	cursor: pointer;

}

.default-pc-nav-footer{

	float: left;

	width: 45%;

}

.default-pc-nav-footer li{

	float: left;

	padding: 65.5px 0;

}

.default-pc-nav-footer li a{

	display: block;

	color: #808080;

	font-size: 13px;

	margin-left: 25px;

	transition: 0.3s;

}

.default-pc-nav-footer li a:hover{

	color:#fff;

}





/*右侧固定----------------------------------------------------------------------*/

.right02.a{

	position: fixed;

	right: 0;

	bottom: 40%;

	z-index:10;

	display: block;

}

.right02{

	display: none;

}

.right02.a ul li{

	width: 36px;

	height: 36px;

	position: relative;

}

.right02 ul li a{

	display: block;

	width: 100%;

	height: 100%;

}

.right02.a ul li a div{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/53/53-0009/201807041003/images/r-dianhua.png") center center no-repeat;

	background-size: 24px 24px;

	display: block;

	background-color: #666;

}

.right02.a ul li a span{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/53/53-0009/201807041003/images/r-weixin.png") center center no-repeat;

	background-size: 24px 24px;

	display: block;

	background-color: #999;

}

.right02.a ul li a ins{

	width: 100%;

	height: 100%;

	background:  url("/temp/temp/53/53-0009/201807041003/images/r-qq.png") center center no-repeat;

	background-size: 24px 24px;

	display: block;

	background-color: #666;

}

.right02.a ul li strong {

    width: 100%;

    height: 100%;

    display: block;

    text-align: center;

    font-size: 22px;

    color: #fff;

    background: #999;

    line-height: 32px;

	cursor: pointer;

}

.right02.a ul li label{

	position: absolute;

	width: 140px;

	line-height: 36px;

	text-align: center;

	font-size: 16px;

	left: -140px;

	top: 0;

	color: #fff;

	background-color: #999;

	font-family: "Arial";

	font-weight: 600;

	display: none;

}

.right02.a ul li:hover label{

	display: block;

}

.erweima {

	width: 384px;

	background: #CCC;

	opacity: 0.9;

	position:fixed;

	z-index:100;

	margin-left: -206px;

	left: 50%;

	bottom:30%;

	border-radius:10px;

	display: none;

}

.erweima-1{

	width:94%;

	margin: 3%;

	background: #fff;

	z-index:20;

}

.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:96%;

	margin:0 2.4%;

}

.close{

	display:block;

	background:url("/temp/temp/53/53-0009/201807041003/images/cls.png") no-repeat;

	height:20px;

	width:20px;

	float:right;

	margin: 9px 10px 0 0;

}





/*新闻列表页---------------------------------------------------------------------------------------------------------------------*/

.l_news{

	margin-bottom: 120px;

}

.ny_bt{

	width: 100%;

}

.ny_bt em{

	display: block;

	width: 500px;

	height: 120px;

	margin: auto;

	background:url("/temp/temp/53/53-0009/201807041003/images/l-newsbg.png") center center no-repeat;

	background-size: 100%;

}

.list-nav{

	margin:40px auto;

	text-align: center;

}

.list-nav li{

	display: inline-block;

	padding: 7px 16px;

	margin: auto 5px;

	transition:0.3s;

}

.list-nav li{

	*display: inline;

}

.list-nav li a{

	display: block;

	color: #777;

	font-size: 14px;

	transition:0.3s;

}

.list-nav li.a{

	background: #4c4c4c;

}

.list-nav li.a a{

	color: #EDEDED;

}

.list-nav li:hover{

	background: #4c4c4c;

}

.list-nav li:hover a{

	color: #EDEDED;

}

.pub01{

	text-align: right;

	margin-bottom: 6px;

}

.news li{

	padding: 30px 0;

	border-top: 1px solid #eaeaea;

}

.news li a{

	display: block;

}

.news li a img{

	float: left;

    width: 22%;

    height: auto;

	margin-right: 4%;

	margin-left: 7%;

}

.news li a div{

	float: left;

	width: 42%;

	padding: 65px 0;

}

.news li a div em{

	color: #fff;

	padding: 0 10px;

	line-height: 24px;

	background: #000;

	font-size: 13px;

	font-weight: bold;

	float: left;

	font-family: 'Bitter', serif;

}

.news li a div h4{

	font-size: 12px;

	float: left;

	line-height: 24px;

	font-family: 'Bitter', serif;

    color: #000;

    font-weight: bold;

    letter-spacing: 1px;

	margin-left: 20px;

}

.news li a div h3{

	width: 100%;

	color: #000;

    font-size: 18px;

    margin-top: 54px;

	margin-bottom: 20px;

    letter-spacing: 1px;

}

.news li a div p{

	width: 100%;

	font-size: 13px;

    color: #000;

	line-height: 23px;

	max-height: 22px;

    overflow: hidden;

}

.news li a span{

	float: right;

	width: 100px;

	height: 100px;

	background: #000;

	border-radius: 50px;

	margin-top: 86px;

	position: relative;

	overflow: hidden;

	margin-right: 7%;

}

.news li a span ins{

	width: 200px;

	height: 200px;

	display: block;

	position: absolute;

	left: 0;

	top: 0;

	background:url("/temp/temp/53/53-0009/201807041003/images/sv.png") center center no-repeat;

	background-size: 100%;

	transition: 0.3s;

}

.news li a:hover span ins{

	left: -100px;

	top: -100px;

}



/*页码*/

.page{

	margin: auto;

	text-align: center;

	padding-top: 40px;

}

.page a{

	float: none;

	display: inline-block;

	border-radius: 0;

	padding: 0 11px;

	color: #666;

}

.page a{

	*display: inline;

}

.page a.a, .page a:hover{

	background: #555;

}

.l_news .page{

	border-top: 1px solid #eaeaea;

}





/*新闻内容页---------------------------------------------------------------------------------------------------------------------*/

.news01{

	margin-bottom: 120px;

}

.news01 h1{

	text-align: center;

    margin: 50px auto;

    font-weight: 200;

    font-size: 30px;

    color: #333;

}

.news01 .look01{

	float: left;

	width: 30%;

}

.news01 .article01{

	float: right;

	width: 60%;

	padding:3% 4%;

	background: #fffffe;

}

.article01 .default-article-content p{

	color: #666;

}

.pub02{

	text-align: right;

	margin-bottom: 6px;

}

.news01 .look01 em{

	color: #fff;

	padding: 0 10px;

	line-height: 24px;

	background: #000;

	font-size: 13px;

	font-weight: bold;

	float: left;

	font-family: 'Bitter', serif;

	margin-bottom: 40px;

}

.news01 .look01 h4{

	font-size: 12px;

	float: left;

	line-height: 24px;

	font-family: 'Bitter', serif;

    color: #000;

    font-weight: bold;

    letter-spacing: 1px;

	margin-left: 20px;

}

.news01 .look01 a.fanhui{

	display: block;

}

.next01 a{

	float: left;

	width: 36px;

	height: 36px;

	display: block;

	margin-top: 20px;

	line-height: 36px;

	text-align: center;

	font-size: 26px;

	cursor: pointer;

	margin-right: 18px;

	transition: 0.3s;

}

.next01 a.fanhui{

	line-height: 32px;

}

.next01 a ins{

	text-decoration: none;

	font-size: 22px;

}

.next01{

	width: 88%;

    margin-top: 20px;

}

.next01 a:hover{

	color: #fff;

	background: #000;

}





/*关于我们列表页------------------------------------------------------------------------------------------------------*/

.l_abbox .ny_bt em{

	background:url("/temp/temp/53/53-0009/201807041003/images/l-abbg.png") center center no-repeat;

	background-size: 100%;

	margin-bottom: 60px;

	display: none;

}

.l_ab{

	padding-bottom: 120px;

	background: #f4f4f4;

	margin-bottom: 120px;

}

.l_ab .ab_js img{

	width: 100%;

	height: auto;

}

.l_ab .ab_js .abjs_t h3{

	width: 60%;

	margin: auto;

	text-align: center;

	font-size: 30px;

	margin-top: 120px;

	margin-bottom: 40px;

}

.l_ab .ab_js .abjs_t p{

	width: 70%;

	margin: auto;

	text-align: center;

	font-size: 18px;

	line-height: 32px;

    color: #555;

	margin-bottom:20px;

}

.l_ab .ab_js .abjs_t a{

	display:block;

	width:120px;

	height:40px;

	line-height:40px;

	margin:0 auto;

	font-size:14px;

	background:#ee1d23;

	text-align:center;

	color:#fff;

	margin-bottom:100px;

	transition:all .3s;

}

.l_ab .ab_js .abjs_t a:hover{

	background:#b30f13;

}

.ab_wh{

	position: relative;

	overflow: hidden;

}

.ab_wh .abwh_t{

	position: absolute;

	left: 0;

	top: 0;

	margin: auto;

	width: 100%;

	text-align: center;

	padding-top: 140px;

}

.ab_wh .abwh_t h3{

	text-align: center;

	color: #fff;

	font-size: 42px;

	line-height: 60px;

	background: #ee1d23;

	width: 400px;

	margin: auto;

}

.ab_wh .abwh_t p {

    text-align: center;

    margin: auto;

    color: #fff;

    font-size: 24px;

    line-height: 56px;

    width: 600px;

    margin-top: 60px;

}

.ab_zz{

	margin: auto;

	margin-top: 80px;

	background: #fffffe;

}

.ab_zz img{

	float: left;

	width: 50%;

	height: auto;

}

.ab_zz .abzz_t{

	width: 40%;

	padding:5%;

	float: right;

}

.ab_zz .abzz_t h3{

	font-size: 26px;

}

.ab_zz .abzz_t p{

	font-size: 15px;

	color: #888;

	margin-top: 40px;

	line-height: 30px;

}

.l_ab .apply01{

	margin: auto;

	margin-top: 100px;

	width:540px;

}

.apply01 [type="submit"]{

	font-size: 14px;

	color: #808080;

	background:#f4f4f4;

	border: 1px solid #ccc;

	padding: 8px 50px;

    margin-top: 30px;

	cursor: pointer;

}

.i_order h4{

	font-size: 17px;

	text-align: center;

	margin-bottom: 40px;

	color: #444;

}

.i_order .default-form-item-apply input{

	background: #f4f4f4;

	border: 1px solid #f4f4f4;

	border-bottom: 1px solid #ccc;

	width: 100%;

	line-height: 42px;

	margin-bottom: 20px;

	color: #777;

	font-size: 14px;

}

.i_order .default-form-item-apply textarea{

	background: #f4f4f4;

	border: 1px solid #f4f4f4;

	border-bottom: 1px solid #ccc;

	width: 100%;

	line-height: 40px;

	color: #777;

	height: 130px;

	font-size: 14px;

}





/*友好往来------------------------------------------------------------------------------------------------------------------*/

.l_wanglai{

	background: #f4f4f4;

	padding: 100px 0;

	margin-bottom: 100px;

}

.wanglai{

	width: 90%;

	margin: auto;

}

.wanglai li{

	float: left;

	width: 25%;

	text-align: left;

	transition: 0.3s;

}

.wanglai li a{

	display: block;

	width: 82%;

	margin : 11% auto;

}

.wanglai li a img{

	width: 100%;

	height: auto;

}

.wanglai li a span{

	display: none;

	height: 6px;

	width: 50px;

	background: #ee1d23;

	margin-bottom: 28px;

	transition: 0.3s;

}

.wanglai li a h3{

    color: #3e3e3e;

    font-size: 26px;

    margin-bottom: 20px;

	transition: 0.3s;

}

.wanglai li a h4{

    margin-bottom: 15px;

    color: #999;

    font-size: 12px;

	transition: 0.3s;

}

.wanglai li a p{

    margin-top: 40px;

    color: #929292;

    font-size: 14px;

    line-height: 26px;

    height: 50px;

	overflow: hidden;

	transition: 0.3s;

}

.wanglai li:hover{

	background: #C0191B;

}

.wanglai li:hover a span{

	background: #fff;

}

.wanglai li:hover a h3{

	color: #fff;

}

.wanglai li:hover a h4{

	color: #C8C8C8;

}

.wanglai li:hover a p{

	color: #fff;

}

.news01 .bbt{

	margin-bottom: 0;

}

.news01 h2{

	text-align: center;

	margin-bottom: 50px;

	font-size: 18px;

    color: #666;

}







/*交流活动列表页----------------------------------------------------------------------------------------------------------*/

.l_jiaoliu{

	margin-bottom: 120px;

}

.l_jiaoliu .jl_banner{

	margin-bottom: 60px;

}

.jiaoliu{

	width: 76%;

	margin: auto;

}

.jiaoliu li{

	width: 100%;

	margin-bottom: 60px;

	background: #333;

}

.jiaoliu li a{

	display: block;

}

.jiaoliu li .jl_nr{

	float: left;

	width: 68%;

	position: relative;

	overflow: hidden;

}

.jiaoliu li .jl_nr .jl_d{

	position: absolute;

	left: 0;

	top: 0;

	background:#C0191B;

	color: #fff;

	padding:15px 20px;

	text-align: center;

	z-index: 1;

}

.jiaoliu li .jl_nr .jl_d h4{

	font-size: 60px;

	font-family: "Arial";

	line-height: 62px;

}

.jiaoliu li .jl_nr .jl_d h5{

	font-size: 16px;

	font-family: "Arial";

	line-height: 18px;

}

.jiaoliu li .jl_nr img{

	width: 100%;

	height: auto;

	opacity: 1;

	transition: 0.4s;

}

.jiaoliu li .jl_nr:hover img{

	opacity: 0.5;

	transform: scale(1.08);

}

.jiaoliu li .jl_nr span{

	display: none;

	width: 92%;

	height: 84%;

	border: 1px solid #fff;

	position: absolute;

	left: 4%;

	top: 8%;

	transition: 0.4s;

}

.jiaoliu li .jl_nr:hover span{

	display: block;

}

.jiaoliu li .jl_t{

	float: right;

	width: 26%;

	color: #fff;

	padding: 5% 3%;

}

.pub04{

	width: 76%;

	text-align: right;

	margin-bottom: 5px;

}

.jiaoliu li .jl_t h3{

	font-size: 22px;

    line-height: 28px;

    margin-bottom: 30px;

}

.jiaoliu li .jl_t p{

	font-size: 14px;

    line-height: 27px;

    margin-bottom: 40px;

    overflow: hidden;

    max-height: 102px;

	color: #d8d8d8;

}

.jiaoliu li .jl_t span{

	display: block;

	height: 42px;

	width:160px;

	border-radius: 0 21px 0 21px;

	border: 1px solid #fff;

	text-align: center;

	font-size: 16px;

	line-height: 42px;

	transition: 0.4s;

	color: #fff;

}

.jiaoliu li .jl_t span:hover{

	border-radius: 21px 0 21px 0;

	border: 1px solid #C0191B;

	color: #C0191B;

}

.l_jiaoliu .ny_bt em{

	background:url("/temp/temp/53/53-0009/201807041003/images/l-hdbg.png") center center no-repeat; 

	background-size: 100%;

}

.ny_jl .ny_bt em{

	background:url("/temp/temp/53/53-0009/201807041003/images/l-hdbg.png") center center no-repeat; 

	background-size: 100%;

}







/*合作伙伴页面------------------------------------------------------------------------------------------------*/

.l_huoban .list-nav{

	margin: 60px auto;

}

.l_huoban{

	margin-bottom: 120px;

}

.l_huoban #default-article-content td, #default-article-content th{

	border: 1px solid #fff;

}

.l_huoban #default-article-content td p{

	text-align: center;

}

.l_huoban h2{

	font-size: 17px;

	font-weight: 300;

	margin-top: 140px;

}

.jl_banner img{

	width: 100%;

	height: auto;

}

.content h2{

	font-size: 17px;

	font-weight: 300;

	margin-top: 140px;

}







































/*首页不同尺寸调整-----------------------------------------------------------------------------------------*/

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

	.jiaoliu li .jl_t{

		padding: 3%;

	}

	.ab_t .ab_text{

		margin-top: 8%;

	}

	.ab_t .ab_text p{

		max-height: 100px;

	}

	.ab_t .ab_text h3{

		font-size: 34px;

	}

	.ab_t .ab_text h4{

		font-size: 14px;

	}

	.fl_box .fenlei li a div h1{

		margin-top: 100px;

	}

	.fl_box .fenlei li.xia a div h1{

		margin-top: 180px;

	}

	.js_box {

		margin-top: -181px;

	}

}

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

	.nav_box .logo img{

		width: 160px;

		height: auto;

	}

	.nav_t{

		margin-top: 62px;

	}

	.nav_t li ul{

		padding-top: 160px;

		left: calc(100% - 440px);

	}

	.nav_box{

		width: 240px;

	}

	.ab_zz .abzz_t h3 {

		font-size: 24px;

	}

	.jiaoliu li .jl_t p{

		max-height: 76px;

	}

	.ab_zz .abzz_t p {

		font-size: 14px;

		margin-top: 18px;

		line-height: 26px;

	}

	.jiaoliu li .jl_t span {

		height: 38px;

		width: 140px;

		border-radius: 0 19px 0 19px;

		line-height: 38px;

	}

	.ab_t .ab_text p{

		margin-top: 26px;

	}

	.ab_t .ab_text h3{

		font-size: 30px;

	}

	.ab_t .ab_text a{

		width: 180px;

		height: 46px;

		line-height: 46px;

		border-radius: 23px 0px 23px 0px;

		font-size: 18px;

		margin-top: 40px;

	}

	.ab_t .ab_text a:hover{

		border-radius: 0px 23px 0px 23px;

	}

	.fl_box .fenlei li a div h1{

		font-size: 66px;

	}

	.fl_box .fenlei li a div h3 {

		font-size: 25px;

		margin-top: 60px;

	}

	.fl_box .fenlei li a div p {

		margin-top: 34px;

		max-height: 80px;

	}

	.fl_box .fenlei li a div span {

		margin-top: 60px;

	}

	.huodong li.fright{

		margin-top: -606px;

	}

	.hd_box h1{

		right: 62px;

	}

	.js_box {

		margin-top: -203px;

	}

	.hd_box{

		margin-bottom: 150px;

	}

}

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

	.content #default-article-content td, #default-article-content th{

		border: 1px solid #fff;

	}

	.nav_box{

		display: none;

	}

	.ab_t .ab_text p{

		line-height: 28px;

		max-height: 83px;

		margin-top: 20px;

	}

	.ab_t .ab_text h3 {

		font-size: 26px;

		line-height: 28px;

	}

	.ab_t .ab_text h4 {

		font-size: 12px;

	}

	.ab_t .ab_text a {

		width: 140px;

		height: 38px;

		line-height: 38px;

		border-radius: 19px 0px 19px 0px;

		font-size: 15px;

		margin-top: 26px;

	}

	.ab_t .ab_text a:hover{

		border-radius: 19px 0px 19px 0px;

	}

	.fl_box .fenlei li a div h1 {

		font-size: 48px;

	}

	.fl_box .fenlei li a div h1 {

		margin-top: 70px;

	}

	.fl_box .fenlei li a div h3 {

		font-size: 20px;

		margin-top: 38px;

	}

	.fl_box .fenlei li a div p {

		margin-top: 20px;

		max-height: 69px;

		line-height: 24px;

	}

	.fl_box .fenlei li a div span {

		margin-top: 34px;

		display: block;

	}

	.fl_box .fenlei li.xia a div h1 {

		margin-top: 100px;

	}

	.huodong li a img {

		filter: grayscale(0);

		-moz-filter: grayscale(0);

		-webkit-filter: grayscale(0);

	}

	.ab_zz .abzz_t {

		width: 42%;

		padding: 4%;

	}

	.ab_zz .abzz_t h3 {

		text-align: center;

		line-height: 26px;

	}

	.l_ab{

		margin-bottom: 0;

	}

	.default-mobile-copyright2{

		margin-top: 0;

	}

	.l_abbox .ny_bt em{

		margin: 52px auto;

	}

	.l_jiaoliu .ny_bt em{

		margin: 52px auto;

	}

	.list-nav li {

		padding: 7px 12px;

		margin: auto;

	}

	.jiaoliu{

		width: 90%;

	}

	.jiaoliu li{

		margin-bottom: 40px;

	}

	.jiaoliu li .jl_t h3 {

		font-size: 20px;

		line-height: 24px;

		margin-bottom: 20px;

	}

	.jiaoliu li .jl_t p {

		margin-bottom: 30px;

		max-height: 78px;

	}

	.l_jiaoliu .page{

		padding-top: 0;

	}

	.jiaoliu li .jl_nr .jl_d h4 {

		font-size: 46px;

		line-height: 36px;

	}

	.jiaoliu li .jl_nr .jl_d h5{

		font-size: 12px;

		line-height: 12px;

	}

	.jiaoliu li .jl_nr .jl_d{

		padding: 14px 12px;

	}

	.l_jiaoliu{

		margin-bottom: 80px;

	}

	

	.default-mobile-list-cats h3{

		font-size: 16px;

	}

	.default-mobile-list-cats{

		padding: 5px 10px;

	}

	.default-mobile-list-cats nav ul li a {

		line-height: 34px;

		font-size: 16px;

	}

	.default-mobile-list-cats h3 em{

		margin-top: 14px;

	}

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

		font-size: 18px;

		font-weight: bold;

	}

	.box .info time,.box .info a{

		font-size: 14px;

	}

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

		margin-bottom: 0;

	}

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

		font-size: 14px;

		line-height: 22px;

		max-height: 60px;

		overflow: hidden;

	}

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

		font-size: 14px;

		background-size: 7px;

	}

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

		font-size: 14px;

    	text-align: center;

	}

	.otherlist{

		display: none;

	}

	

	

	

	

}

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

	.ab_zz img{

		width: 100%;

	}

	.ab_zz .abzz_t{

		width: 86%;

		padding: 7%;

	}

	.ab_t .ab_text h3 {

		font-size: 20px;

    	line-height: 22px;

	}

	.ab_t .ab_text p {

		line-height: 24px;

		max-height: 44px;

		margin-top: 16px;

	}

	.ab_t .ab_text a {

		width: 120px;

		height: 32px;

		line-height: 32px;

		border-radius: 16px 0px 16px 0px;

		font-size: 13px;

		margin-top: 24px;

	}

	.fl_box .fenlei li {

		width: 50%;

	}

	.fl_box .fenlei li a div h1 {

		margin-top: 120px;

	}

	.fl_box .fenlei li a div h1 {

		font-size: 62px;

	}

	.fl_box .fenlei li a div h3 {

		font-size: 24px;

		margin-top: 60px;

	}

	.fl_box .fenlei li a div p {

		margin-top: 40px;

		max-height: 90px;

		line-height: 32px;

	}

	.fl_box .fenlei li a div span {

		margin-top: 40px;

	}

	.fl_box .fenlei li.xia a div h1 {

		margin-top: 180px;

	}

	.huodong li a span em {

		width: 40px;

		height: 40px;

		line-height: 40px;

		font-size: 36px;

	}

	.huodong li:hover a span em{

		left:calc(50% - 20px);

		bottom: calc(50% - 20px);

	}

	.huodong li.fright {

		margin-top: -442px;

	}

	.hd_box h1 {

		top: 76px;

		right: 56px;

		width: 260px;

		height: 71px;

		line-height: 71px;

		font-size: 36px;

	}

	.huodong li a .hd_time ins {

		font-size: 20px;

		width: 22px;

	}

	.huodong li a .hd_time {

		top: 10px;

		right: -36px;

	}

	.huodong li a h3 {

		font-size: 16px;

		margin-top: 16px;

	}

	.huodong li a p {

		font-size: 12px;

		margin-top: 6px;

		max-height: 16px;

	}

	.huodong li {

		margin-bottom: 40px;

	}

	.rmore span{

		height: 570px;

	}

	.l_ab .ab_js .abjs_t p {

		width: 80%;

		font-size: 16px;

		margin-bottom: 80px;

	}

	.l_ab .ab_js .abjs_t h3 {

		width: 70%;

		font-size: 28px;

		margin-top: 100px;

	}

	.ab_wh .abwh_t h3 {

		font-size: 32px;

		line-height: 48px;

		width: 300px;

	}

	.ab_wh .abwh_t p {

		font-size: 20px;

		line-height: 46px;

		margin-top: 48px;

	}

	.ab_wh .abwh_t{

		padding-top: 100px;

	}

	.ab_wh{

		overflow: hidden;

	}

	.ab_wh img {

		height: 480px;

		width: auto;

		margin: auto;

		max-width: none;

	}

	.l_ab .apply01{

		width: 480px;

	}

	.jiaoliu li .jl_nr{

		width: 100%;

	}

	.jiaoliu li .jl_t{

		width: 92%;

		padding: 4%;

	}

	.jiaoliu li {

		border-radius: 20px;

		overflow: hidden;

	}

	.jiaoliu li .jl_t p {

		max-height: 52px;

	}

	.jiaoliu{

		margin-top: 34px;

	}

}

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

	.huodong li a .hd_time h5{

		text-align: left;

	}

	.dots {

		left: 22px;

	}

	.ab_box .about li img{

		width: 100%;

	}

	.ab_t .ab_text a{

		margin-bottom: 40px;

	}

	.ab_box .about li .ab_t{

		width: 100%;

	}

	.ab_box {

		width: 90%;

		margin: 60px auto;

	}

	.fl_box .fenlei li a div h1 {

		font-size: 48px;

		margin-top: 60px;

	}

	.fl_box .fenlei li a div h3 {

		font-size: 18px;

		margin-top: 28px;

	}

	.fl_box .fenlei li a div p {

		margin-top: 20px;

		max-height: 46px;

		line-height: 22px;

	}

	.fl_box .fenlei li a div span {

		margin-top: 26px;

	}

	.fl_box .fenlei li.xia a div h1 {

		margin-top: 90px;

	}

	.rmore span{

		display: none;

	}

	.rmore {

		width: 32%;

    	left: 34%;

		bottom: 0;

	}

	.huodong li {

		width: 90%;

		margin-bottom: 30px;

	}

	.huodong li.fright{

		float: none;

		margin-top: 0;

	}

	.hd_box h1{

		position:inherit;

		text-align: center;

		margin: auto;

		margin-bottom: 40px;

		right: 0px;

		top: 0px;

	}

	.rmore a{

		position: absolute;

    	bottom: -92px;

	}

	.ab_t .ab_text {

		margin-top: 12%;

	}

	.fl_box .fenlei li a div h3 {

		font-size: 16px;

		margin-top: 26px;

	}

	.huodong li.fright a .hd_time {

		top: 10px;

		left: inherit;

		width: 32px;

		right: -40px;

	}

	.l_abbox .ny_bt em{

		width: 340px;

		margin: 40px auto;

	}

	.l_ab .ab_js .abjs_t h3 {

		font-size: 26px;

		margin-top: 80px;

	}

	.l_ab .ab_js .abjs_t p {

		width: 88%;

		font-size: 14px;

		margin-bottom: 66px;

		text-align: left;

	}

	.ab_wh .abwh_t p {

		font-size: 18px;

		line-height: 40px;

		margin-top: 48px;

		width: 88%;

	}

	.ab_zz{

		width: 90%;

	}

	.l_ab .apply01 {

		width: 80%;

	}

	.l_jiaoliu .ny_bt em{

		width: 340px;

		margin: 40px auto;

	}

	.jiaoliu li .jl_t {

		width: 90%;

		padding: 5%;

	}

	.jiaoliu li{

		border-radius: 0;

		margin-bottom: 30px;

	}

	.jiaoliu li .jl_t h3 {

		font-size: 17px;

		line-height: 20px;

		margin-bottom: 10px;

	}

	.jiaoliu li .jl_t p{

		font-size: 13px;

		line-height: 24px;

		max-height: 45px;

		margin-bottom: 0;

	}

	.jiaoliu li .jl_t span{

		display: none;

	}

	.content #default-article-content td{

		width:100%;

	}

}

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

	.fl_box .fenlei li a div p{

		display: none;

	}

	.fl_box .fenlei li a div span {

		margin-top: 36px;

	}

	.ab_wh .abwh_t h3 {

		font-size: 28px;

		line-height: 44px;

		width: 270px;

	}

	.l_abbox .ny_bt em{

		width: 310px;

		margin: 30px auto;

	}

	.ab_zz .abzz_t h3{

		font-size: 23px;

	}

	.ab_zz .abzz_t{

		padding: 10% 7%;

	}

	.ab_zz .abzz_t p{

		margin-top: 20px;

	}

	.i_order .default-form-item-apply textarea{

		height: 110px;

	}

	.list-nav li {

		padding: 6px 18px;

		background: #fefefe;

		margin-bottom: 10px;

	}

}






















































































