/*!

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

}
/*全局手机样式*/

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;

}






.header{

	background:#eee;

	height:50px;

	line-height:50px;

}

.header p{

	font-size:14px;

}

.topnav li{

	float:left;

	background:url("/temp/temp/52/52-0161/201803061417/images/sx1.png") no-repeat center right;

}

.topnav li a {

    display: block;

    line-height: 50px;

    padding: 0 9px;

    font-size: 14px;

	transition:all .3s;

}

.topnav li:hover a{

	color:#f36c28;

}

.head{

	padding:20px 0;

}

.logo a{

	display:block;

}

.logo img{

	max-height:60px;

}

.menu li{

	float:left;

	margin:0 20px;

}

.menu li a {

    display: block;

    font-size: 18px;

    line-height: 60px;

}

.menu li:hover a

,.menu li.a a{

	color:#f36c28;

}

.menu li ul {

    background: #fff;

    padding: 5px 0;

    border-top: 2px solid #f36c28;

	left:50%;

	transform:translateX(-50%);

	-ms-transform:translateX(-50%);

	-moz-transform:translateX(-50%);

	-webkit-transform:translateX(-50%);

	-o-transform:translateX(-50%);

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

}

.menu li ul li{

	margin:0;

}

.menu li ul li a {

    line-height: 35px;

    font-size: 14px;

	color:#666 !important;

	padding:0 20px;

}

.menu li ul li:hover a {

	color:#f36c28 !important;

	background:#fafafa;

}

.banner{

	position:relative;

	max-height:495px;

}

.banner .dots span{

	width:12px;

	height:12px;

	border-radius:50%;

	background-color:transparent;

	border:1px solid #fff;

}

.banner .dots span.active{

	background-color:#fff;

}

.bao{

	position:absolute;

	left:50%;

	top:10px;

	margin-left:-594px;

}

.baotit li a{

	display:block;

	line-height:51px;

	background:#f36c28;

	color:#fff;

	padding:0 30px;

	font-size:15px;

	border-bottom: 1px solid #f78b55;

}

.baotit li:hover a{

	background:#fff;

	color:#f36c28;

}

.banner .wp{

	position:absolute;

	left:50%;

	margin-left:-590px;

	bottom:50px;

}

.w960 .banner .wp{

	margin-left:-480px;

}

.banner .fanan01{

	width: 250px;

    background-color:#fff;

    margin-top: 40px;

    border: 3px solid #fe8737;

    padding-top: 20px;

}

.w960 .banner .fanan01{

	width:230px;

}

.w960 .banner .fanan01{

	margin-top:23px;

}

.banner .fanan01 h4{

	font-weight:bold;

	font-size:20px;

	color:#f85814;

}

.baosum.a1{

	display:block;

}

.baosum {

    font-size: 14px;

    width: 184px;

	height:334px;

    background: #fff;

    float: right;

    padding: 15px;

	display:none;

}

.baosum h3 {

    font-size: 14px;

	margin-bottom:11px;

	font-weight:bold;

}

.bs01 li{

	float:left;

	margin:5px;

}

.bs01 li a{

	display:block;

	width:80px;

	line-height:25px;

	border:1px solid #eee;

	text-align:center;

}

.bs01 li:hover a {

    border: 1px solid #f36c28;

    background: #f36c28;

	color:#fff;

}

.bs02 {

    margin-top: 58px;

}

.bs02 li a{

	display:block;

	padding-left:20px;

	line-height: 25px;

	background:url("/temp/temp/52/52-0161/201803061417/images/w1.png") no-repeat center left;

}

.bs02 li:hover a{

	color:#f36c28;

}

.bao02{

	width:220px;

	height:358px;

	background:url("/temp/temp/52/52-0161/201803061417/images/bg01.png") no-repeat bottom left;

}

.login02 div {

    padding: 25px;

	background:url("/") no-repeat top right;

}

.login02 div a {

    display: block;

    float: left;

    padding: 0 20px;

    line-height: 30px;

    border-radius: 6px;

    background: #f36c28;

    text-align: center;

    color: #fff;

	margin:0 9px;

}

.login02 div a.a2{

	padding:0 8px;

	margin:0 1px;

}

.login02 div a:hover{

	background: #f7864e;

}

.login02 .fg {

    font-size: 15px;

    margin-left: 36px;

    margin-top: -8px;

    display: block;

    color: #3984bb;

    text-decoration: underline;

}

.fanan01 {

    padding: 30px;

    margin-top: 15px;

}

.fanan01 h4 {

    text-align: center;

    font-size: 18px;

}

.fanan01 select {

    width: 100%;

    line-height: 33px;

    height: 33px;

    border: 1px solid #ddd;

    margin-top: 10px;

    color: #777;

    font-size: 15px;

    padding: 0 1%;

	border-radius:5px;

}

.fanan01 label {

    display: none;

}

.fanan01 input {

    width: 95%;

	padding:0 2%;

    border: 1px solid #ddd;

    line-height: 33px;

    margin-top: 10px;

    border-radius: 5px;

    height: 33px;

	color:#ccc;

	font-size:15px;

}

.fanan01 p {

    color: #f36c28;

    display: block;

    margin-top: 10px;

    text-align: center;

}

.fanan01 [type="submit"] {

    width: 100%;

    display: block;

    color: #fff;

    line-height: 40px;

    border-radius: 10px;

    height: 40px;

    background: #f36c28;

    border: none;

    margin-top: 10px;

	font-size: 18px;

}

.bao03{

	margin-top:35px;

}

.bao03 li {

    float: left;

    width: 13.4%;

    margin-right: 1%;

}

.w960 .bao03 li {

    box-shadow: 0 0 5px #ccc;

}

.bao03 li a{

	display:block;

	padding:10px 0;

    background: #fff;

}

.bao03 li:hover a{

	background:#f36c28;

	color:#fff;

}

.bao03 li span{

	display:block;

	width:40px;

	height:40px;

	margin:0 auto;

	background:url("/temp/temp/52/52-0161/201803061417/images/pic2.png") no-repeat;

}

.bao03 li.b2 span{

	background-position: -49px 0px;

}

.bao03 li.b3 span{

	background-position: -100px 0px;

}

.bao03 li.b4 span{

	background-position: -146px 0px;

}

.bao03 li.b5 span{

	background-position: -198px 0px;

}

.bao03 li.b6 span{

	background-position: -248px 0px;

}

.bao03 li.b7 span{

	width:50px;

	background-position: -301px 0px;

}

.bao03 li:hover span{

	background-position: 0px -53px;

}

.bao03 li.b2:hover span{

	background-position: -49px -53px;

}

.bao03 li.b3:hover span{

	background-position: -100px -53px;

}

.bao03 li.b4:hover span{

	background-position: -146px -53px;

}

.bao03 li.b5:hover span{

	background-position: -198px -53px;

}

.bao03 li.b6:hover span{

	background-position: -248px -53px;

}

.bao03 li.b7:hover span{

	background-position: -301px -53px;

}

.bao03 li h3{

	font-size: 18px;

    text-align: center;

}

.product{

	padding:70px 0;

	background:#f7f7f7;

}

.ptit h3 {

    font-size: 20px;

}

.ptit{

	margin-bottom:30px;

}

.ptit li{

	float:left;

	margin-left:30px;

}

.ptit li a{

	display:block;

	font-size:15px;

}

.ptit li:hover a

,.ptit li.a a  {

    color: #f36c28;

}

.pro02 ul{

	display:none;

}

.pro02 ul.a1{

	display:block;

}

.pro02 li {

    float: left;

    margin-bottom: 1%;

    width: 24.2%;

    margin-right: 1%;

}

.pro02 li.p1{

	width:49.5%;

	margin-right:1%;

}

.pro02 li a{

	display:block;

	position:relative;

	overflow:hidden;

	border:2px solid rgba(255, 255, 255, 0);

}

.pro02 li:hover a{

	border: 2px solid #f85814;

}

.pro02 li img{

	width:100%;

	height:auto;

	transition:all 1s;

}

.pro02 li:hover img{

	transform:scale(1.08);

}

.pro02 li div {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;    

}

.pro02 li em {

    display: block;

    float: left;

    padding: 5px 10px;

    font-style: normal;

    border: 1px solid #f85814;

    border-radius: 5px;

    color: #f36c28;

	font-size:14px;

	margin-right:5px;

}

.pro02 li h4 {

    font-size: 24px;

    padding-left: 30px;

    margin-top: 30px;

}

.pro02 li.p1 h4{

}

.pro02 li.p2 h4{

	font-size:18px;

}

.pro02 li.p2 em {

    padding: 3px 6px;

    font-size: 12px;

}

.pro02 li span {

    display: block;

    margin-left: 30px;

    width: 100px;

    height: 30px;

    line-height: 30px;

    background: #f36c28;

    text-align: center;

    border-radius: 3px;

    color: #fff;

	margin-top: 20px;

}

.pro02 li span:hover{

	background: #fb8950;

}

.pro02 li.p2 span {

    text-align: left;

    background: none;

    color: #f36c28;

    font-size: 17px;

}

.pro02 li p {

    color: #999;

    margin:10px 0;

	margin-left: 30px;

}

.guwen{

	margin-top:30px;

}

.gwtit{

	padding-bottom:10px;

	border-bottom:1px solid #eee;

}

.gwtit h2{

	float:left;

	font-size:20px;

	font-weight:bold;

	color:#666;

}

.gwtit a {

    display: block;

    float: right;

    font-size: 14px;

    color: #999;

    margin-top: 8px;

}

.gwtit a:hover{

	color:#fb8835;

}

.gwtit a em{

	font-size:15px;

}

.guwen01 {

    width: 71%;

    border: 1px solid #eee;

    border-top: 4px solid #f36c28;

    padding: 2%;

}

.guwen02 li {

    float: left;

    width: 23%;

    margin-right: 2.6%;

    margin-top: 2.25%;

}

.guwen02 li a{

	display:block;

	text-align:center;

	padding:10px 0;

	 background: #f3d110;

	 padding-bottom:0;

}

.uid-3147 .guwen02 li a{

	background:#fff;

}

.uid-3147 .guwen02 li em{

	display:none;

}

.uid-3147 .guwen02 li span {

    width: 135px;

    padding: 10px 0;

}

.uid-3147 .guwen02 li img {

    border-radius: 0;

}

.guwen02 li span{

	display:block;

	width:110px;

	margin:0 auto;

}

.guwen02 li img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.guwen02 li em {

    display: block;

    font-style: normal;

    float: left;

    width: 100%;

    line-height: 35px;

    background: #f36c28;

    margin-top:10px;

	color:#fff;

}

.guwen02 li em.e1{

	display:none;

}

.guwen02 li em.e2{

	background:#f7ac15;

}

.guwen02 li em.e2:hover {

    background: #ad7506;

}

.guwen02 li h3{

	text-align:center;

	margin-top:10px;

	font-weight:bold;

}

.hotda{

	width:19%;

	padding:2%;

	padding-bottom:21px;

    border: 1px solid #eee;

    border-top: 4px solid #f36c28;

}

.w960 .hotda{

	padding-bottom:27px;

}

.hotda01 ul{

	display:none;

}

.hotda01 ul.a1{

	display:block;

}

.hotda01 li a{

	display:block;

	line-height:47px;

	font-size:14px;

	border-bottom:1px dashed #ddd;

}

.w960 .hotda01 li a{

	line-height:45px;

}

.hotda01 li:hover a{

	color:#f36c28;

}

.ask{

	padding:30px 0;

	background:#f7f7f7;

	margin-top:40px;

}

.ask01{

	width:71%;

	padding:2%;

	background:#fff;

}

.asktit {

    border-bottom: 1px solid #eee;

}

.asktit a.a1 {

    font-size: 17px;

    font-weight: bold;

    color: #666;

    display: inline-block;

    padding: 0 10px;

	padding-bottom: 10px;

}

.asktit a.a1 {

	*display:inline;

}

.asktit a.a2{

	border-bottom:none;

}

.asktit a.a1:hover

,.asktit a.a1.a{

	border-bottom: 1px solid #f36c28;

}

.asktit a.a2 em{

	font-size:12px;

	font-weight:normal;

	font-style:normal;

}

.asktit a.a3 {

    display: block;

    font-size: 13px;

    float: right;

    margin-right: 15px;

    color: #999;

    border: none;

    margin: 0;

    margin-top: 5px;

}

.asktit a:hover

,.asktit a.a{

	color:#f36c28;

}

.ask02 ul{

	display:none;

}

.ask02 ul.a1{

	display:block;

}

.ask02 li{

	padding-bottom:15px;

	margin-top:20px;

	border-bottom:1px dashed #ddd;

}

.ask02 li a{

	display:block;

}

.ask02 li a h3 {

    font-size: 14px;

    margin-bottom: 10px;

    line-height: 24px;

}

.ask02 li a h3:hover{

	color:#f36c28;

}

.ask02 li a h3 em{

	display:block;

	float:left;

	width:19px;

	height:19px;

	color:#fff;

	font-style:normal;

	text-align:center;

	font-size:12px;

	line-height:20px;

	margin-right:10px;

	background:#f36c28;

	margin-top: 3px;

	border-radius:3px;

}

.ask02 li h3 span{

	display:block;

	float:right;

	color:#888;

	font-size:15px;

}

.ask02 li p {

    color: #888;

    font-size: 14px;

    line-height: 24px;

    float: left;

    width: 95%;

}

.ask02 li div em{

	display:block;

	float:left;

	width:19px;

	height:19px;

	color:#fff;

	font-style:normal;

	text-align:center;

	font-size:12px;

	line-height:20px;

	margin-right:10px;

	background:#999;

	margin-top: 3px;

	border-radius:3px;

}

.tiwen{

	background:#fff;

	padding:2%;

	width:19%;

}

.ti01{

	border-bottom:1px solid #eee;

}

.ti01 a.t1{

	display:inline-block;

	font-size:17px;

	font-weight:bold;

	color:#666;

	padding:0 15px;

	padding-bottom:10px;

	border-bottom: 1px solid #f36c28;

}

.ti01 a.t2 {

    color: #999;

    line-height: 24px;

    display: block;

    margin-top: 3px;

}

.ti01 a.t2:hover{

	color:#f36c28;

}

.tiwen01{

	margin-top:20px;

}

.tiwen01 label{

	display:none;

}

.tiwen01 input {

    display: block;

    line-height: 40px;

    margin-bottom: 11px;

    width: 90%;

    padding: 0 5%;

    border: 1px solid #eee;

}

.tiwen01 h4{

	display:none;

}

.tiwen01 select {

    width: 49%;

    float: left;

    line-height: 40px;

    border: 1px solid #eee;

    height: 40px;

	color:#888;

}

.tiwen01 .default-form-item:nth-child(4) select{

	float:right;

}

.tiwen01 textarea {

    width: 100%;

    margin-top: 12px;

    height: 85px;

    border: 1px solid #eee;

}

.tiwen01 [type="submit"]{

    width: 100% !important;

    height: 40px;

    color: #fff;

    font-size: 16px;

    text-align: center;

    margin-top: 5px;

    background: #f36c28;

	border:none;

	margin-top: 10px;

}

.tiwen01 p{

	font-size: 16px;

    text-align: center;

    color: #666;

}

.tiwen01 p em{

	color:#f36c28;

	font-style:normal;

	font-weight:bold;

}

.news{

	margin-top:20px;

}

.news09{

	width:71%;

	padding:2%;

	background:#fff;

}

.news01{

	width:48%;

	margin-right:4%;

}

.news01 ul{

	margin-top:10px;

}

.news01 li a{

	color: #666;

    font-size: 14px;

	display:block;

	padding-left:12px;

	line-height:30px;

	background:url("/temp/temp/52/52-0161/201803061417/images/f8.png") no-repeat center left;

}

.news01 li a h3{

	width:75%;

	font-size:14px;

	float:left;

}

.news01 li:hover a{

	color:#f36c28;

}

.news01 li a span{

	display:block;

	float:right;

	font-size: 14px;

    color: #999;

}

.ping {

    width: 19%;

    padding: 2%;

	height: 284px;

    background: #fff;

    border: 1px solid #f36c28;

}

.ping01{

	margin:30px 0;

}

.bt01{

	height: 40px;

	margin-top: -32px;

	margin-bottom:20px;

}

.bt01 span{

	display:block;

	float:left;

	width: 7px;

    height: 7px;

	background:url("/") no-repeat;

	background-position: -20px -0px;

}

.bt01 span.s2{

	background-position: -30px -0px;

}

.bt01 h3{

	float:left;

	padding: 0 15px;

    height: 40px;

    line-height: 40px;

    color: #fff;

    font-size: 18px;

	background: #f36c28;

}

.w960 .ping01 {

    margin: 25px 0;

}

.ping01 span {

    display: block;

    float: left;

    width: 70px;

    height: 70px;

    background: #f1f1f1;

    border-radius: 50%;

    line-height: 70px;

    font-size: 40px;

    text-align: center;

    color: #666;

}

.w960 .ping01 span{

	width: 60px;

    height: 60px;

    line-height: 60px;

    font-size: 32px;

}

.ping01 div {

    float: left;

    width: 60%;

    margin-left: 5%;

}

.w960 .ping01 div{

	width: 100%;

    margin-left: 0;

}

.ping01 div h4 {

    color: #f36c28;

    font-size: 14px;

}

.ping01 div h4 em{

	font-size: 17px;

	font-style:normal;

	margin-right:10px;

}

.ping01 div p {

    font-size: 13px;

    color: #666;

    line-height: 25px;

	margin:0;

}

.ping p{

	margin-top: 10px;

    font-size: 13px;

    color: #666;

    line-height: 28px;

}

.ping p a {

    color: #f36c28;

}

.ping a.sq01 {

    display: block;

    width: 100%;

    line-height: 40px;

    height: 40px;

    background: #f36c28;

    text-align: center;

    color: #fff;

    font-size: 16px;

	margin-top:20px;

}

.partner h2{

	font-size: 30px;

    color: #333;

    text-align: center;

	margin-bottom:30px;

}

.partner{

	padding-top:50px;

	margin-top:50px;

	border-top:3px solid #fff;

}

.partner ul {

    width: 1040px;

    margin: 0 auto;

}

.w960 .partner ul{

	width:800px;

}

.partner li{

	text-align:center;

	float:left;

	margin:10px;

	width:240px;

	height:120px;

	background:#fff;

	line-height:120px;

	box-shadow: 1px 2px 4px #dbdbdb;

}

.w960 .partner li{

	width:180px;

	height:100px;

	line-height:100px;

}

.partner li img{

	width:160px;

	height:auto;

}

.part01{

	position:relative;

}

.part01 .prev

,.part01 .next{

	width:36px;

	height:40px;

	position:absolute;

	top:50%;

	margin-top:-20px;

	display:none;

	background:url("/") no-repeat center left;

}

.part01 .next{

	right:0;

	background-position:center right;

}

.part01 .prev{

	left:0;

}

.more01{

	display:block;

	text-align:center;

	width:180px;

	padding-right:10px;

	height: 40px;

    line-height: 40px;

    font-size: 18px;

    color: #333;

	margin:40px auto;

	background:url("/") no-repeat center right;

}

.more01:hover{

	text-decoration:underline;

	color: #f36c28;

}

.soa01{

	position:relative;

	width:890px;

	height:406px;

	margin:50px auto;

	background:url("/temp/temp/52/52-0161/201803061417/images/weixin1.jpg") no-repeat center center;

}

.soa01 img {

    position: absolute;

    top: 90px;

    left: 50%;

    margin-left: -85px;

}

.youshi{

	background:#f36c28;

}

.youshi{

	padding:15px 0;

}

.youshi li{

	float:left;

	width:25%;

}

.youshi li span{

	display:block;

	width:65px;

	height:65px;

	overflow:hidden;

	text-align:center;

	float:left;

}

.youshi li div{

	color:#fff;

	float:left;

	margin-left:10px;

}

.youshi li h3 {

    font-size: 18px;

    font-weight: bold;

    margin: 8px 0;

}

.youshi li p{

	font-size:14px;

}

.foot01{

	background:#fafafa;

	padding:50px 0;

}

.ftnav{

	width:70%;

}

.ftnav ul{

	width:25%;

}

.ftnav li.f1 a{

	font-size: 20px;

    color: #4b4b4b;

}

.ftnav li a{

	display:block;

	font-size: 16px;

    color: #656565;

    margin-top: 16px;

}

.ftnav li:hover a {

    color: #f36c28;

}

.ftcon{

	width:28%;

}

.ftcon h3{

	font-size: 48px;

    color: coral;

	text-align:center;

}

.w960 .ftcon h3{

	font-size:40px;

}

.ftcon p{

	font-size: 14px;

    color: #adadad;

    line-height: 20px;

	text-align:center;

}

.ftcon a {

    display: block;

    width: 240px;

    height: 60px;

    text-align: center;

    line-height: 60px;

    border: 1px solid #e6e4e4;

    border-radius: 3px;

    margin: 20px auto;

    font-size: 18px;

    color: #f36c28;

	background: #fff url("/temp/temp/52/52-0161/201803061417/images/con01.png") no-repeat;

	background-position: 44px center;

    text-indent: 2em;

}

.copy{

	padding:35px 0;

	background:#ccc;

}

.copy01 {

    width: 70%;

    text-align: center;

    font-size: 14px;

    line-height: 25px;

    color: #fff;

    margin-top: 7px;

}

.default-pc-copyright {

    width: 100%;

    color: #fff;

	font-size: 14px;

}

.default-pc-copyright a {

    color: #f36c28;

    font-size: 14px;

}

.con01{

	position:fixed;

	width:40px;

	right:10px;

	top:40%;

}

.con01 li a{

	display:block;

	width:40px;

	height:48px;

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_01.jpg") no-repeat center center;

}

.con01 li.w1 a{

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_02.jpg") no-repeat center center;

	position:relative;

}

.con01 li.w1 div{

	position:absolute;

	right:50px;

	top:-94px;

	border:1px solid #ccc;

	display:none;

	background:#fff;

}

.con01 li.w1:hover div{

	display:block;

}

.con01 li.w1 div img{

	width:100px;

	height:100px;

	padding:5px;

}

.con01 li.w1 div p{

	text-align:center;

	font-size:13px;

	color:#666;

	padding-bottom: 13px;

}

.con01 li.t2 a{

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_03.jpg") no-repeat center center;

}

.con01 li:hover a{

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_01_on.jpg") no-repeat center center;

}

.con01 li.w1:hover a{

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_02_on.jpg") no-repeat center center;

}

.con01 li.t2:hover a{

	background:url("/temp/temp/52/52-0161/201803061417/images/icon_isp_03_on.jpg") no-repeat center center;

}



/*--------listproduct-----*/

.banbg{

	background:url("/temp/temp/52/52-0161/201803061417/images/banbg.jpg") no-repeat center center;

	padding:40px 0;

	background-size: 100% 100%;

}

.list-nav01 {

    background: #fff;

}

.fenlei{

	padding: 30px;

}

.fenlei dl{

	color:#555;

	font-size:14px;

}

.fenlei dt{

	float:left;

	line-height:27px;

}

.fenlei dd{

	float:left;

}

.fenlei dd.d1 a

,.fenlei dd:hover a

,.fenlei dd.a a{

	color:#fff;

    background: #f36c28;

}

.fenlei dd a{

	display:block;

	color:#555;

	padding: 4px 8px;

    margin:2px;

}

.list-product{

	margin-top:30px;

}

.list-pro01{

	width:75%;

}

.ptit01{

	background:#F5F5F5;

	width:100%;

	border:1px solid #EBEBEB;

}

.ptit01 ul{

	float:left;

}

.ptit01 li{

	float:left;

}

.ptit01 li a {

    display: block;

    text-align: center;

    line-height: 43px;

	font-size:16px;

	padding-left:10px;

	background:#f36c28;

	color:#fff;

	padding:0 40px;

}

.ptit01 p{

    margin-right: 15px;

	line-height:43px;

}

.ptit01 p a

,.ptit01 p em{

	color: #999;

}

.ptit01 p a:hover{

	color:#f36c28;

}

.list-pro02 ul{

	margin-top:25px;

}

.list-pro02 li{

	padding:15px;

	border:1px solid #eee;

	margin-bottom:25px;

}

.list-pro02 li:hover{

	border:1px solid #f36c28;

}

.list-pro02 li .cp01 {

    width: 21%;

}

.list-pro02 li .cp01 a{

	display:block;

}

.list-pro02 li .cp01 img{

    width: 100%;

	height:auto;

}

.list-pro02 li .cp01 h4 {

    line-height: 30px;

    margin-top: 10px;

    background: #aaa;

    text-align: center;

    color: #fff;

}

.list-pro02 li .cp02 {

    width: 76.5%;

}

.list-pro02 li .cp02 h3 a{

	font-size: 16px;

	display:block;

}

.list-pro02 li .cp02 h3:hover a{

	color:#f36c28;

}

.list-pro02 li .cp02 span{

	color: #999;

    margin: 5px 0 12px 0;

	display:block;

}

.list-pro02 li .cp02 .cp02-1 p{

	float:left;

	width:30%;

	padding-left:20px;

	margin-bottom:15px;

	background:url("/temp/temp/52/52-0161/201803061417/images/icons-proucts.png") no-repeat;

	background-position: 0 2px;

}

.w960 .list-pro02 li .cp02 .cp02-1 p{

	width:29%;

}

.list-pro02 li .cp03 p{

	float:left;

	margin-top: 7px;

}

.list-pro02 li .cp03 p em{

	color:#f36c28;

	font-style:normal;

}

.list-pro02 li .cp03 a{

	display:block;

	float:left;

	width: 125px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    font-size: 16px;

    border-radius: 3px;

    margin-left: 15px;

	background:#f36c28;

	color:#fff;

}

.list-pro02 li .cp03 a:hover{

	background:#d44d09;

}

.list-pro03 {

    width: 23.5%;

}

.line01{

	padding:0 15px;

	border:1px solid #eee;

	margin-bottom:25px;

	background:#fff;

}

.mtit{

	display:inline-block;

}

.mtit span{

	display:block;

	height: 4px;

    background-color: #f36c28 ;

    border-radius: 0 0 5px 5px;

    margin-bottom: 15px;

}

.mtit h2{

	font-size: 20px;

    margin-bottom: 15px;

}

.month01 li{

	margin-bottom:20px;

}

.month01 li a{

	display:block;

}

.month01 li a span{

	display:block;

	float:left;

	width:32%;

	height:55px;

	overflow:hidden;

}

.month01 li img{

	width:100%;

	height:auto;

}

.month01 li div{

	float:right;

	width:65%;

}

.month01 li h3 {

    font-size: 14px;

	margin:5px 0;

}

.month01 li p{

	color: #999;

}

.month01 li p strong 

,.month01 li:hover h3{

    color: #f36c28;

}

.xinw01{

	padding-bottom:15px;

}

.xinw01 li a{

	line-height:30px;

	font-size:12px;

}

.xinw01 li:hover a{

	color:#f36c28;

}

.ch01{

	display:block;

	text-align:right;

	font-size:14px;

	color:#999;

	line-height:20px;

	margin-top:-38px;

	margin-bottom:38px;

}

.zjtj{

}

.zjtj li{

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:1px solid #eee;

}

.zjtj li a{

	display:block;

}

.zjtj li .zj01 {

    margin-bottom:10px;

}

.zjtj li .zj01 span {

    display: block;

    width:35%;

	float:left;

}

.zjtj li .zj01 span img{

	width:100%;

	height:auto;

}

.zjtj li .zj01 div{

	width:62%;

	float:right;

}

.zjtj li .zj01 div h3{

	font-size: 16px;

    color: #333;

}

.zjtj li .zj01 div h3 em{

	display:block;

	width: 32px;

    height: 16px;

    float: left;

    font-style: normal;

    background: #cf333e;

    text-align: center;

    color: #fff;

    border-radius: 2px;

    line-height: 16px;

    margin-top: 3px;

    margin-right: 5px;

	font-size:12px;

}

.zjtj li .zj01 div h3 span{

	float:left;

	display:block;

	margin-right:8px;

	width:100%;

}

.zjtj li .zj01 div h3 em.e2{

	width: 16px;

    background: #39a1da;

}

.zjtj li .zj01 div p {

    margin: 7px 0;

}

.zjtj li .zj01 div p span {

    color: #999;

    margin-right: 10px;

    width: auto;

}

.zjtj li .zj01 div strong{

	background: #f7ac15;

    color: #fff;

    height: 28px;

    line-height: 28px;

    text-align: center;

    width: 89px;

    border-radius: 2px;

    display: block;

    font-size: 16px;

	font-weight:normal;

}

.zjtj li .zj01 div strong:hover{

	background:#e49a04;

}

.zjtj li .zj02 p {

    color: #999;

    margin-bottom: 5px;

}

.zjtj li .zj02 p em {

    font-style: normal;

    color: #f36c28;

    font-weight: bold;

}

.zjtj li.z09{

	border:none;

}

/*----------view-product------------------------*/

.view-product{

	margin-bottom:50px;

}

.pro-a {

    margin-top: -230px;

    position: relative;

    background: #fff;

    padding: 30px;

	border:1px solid #eee;

	margin-bottom:10px;

}

.pro-a .p1 {

    float: left;

    width:25%;

}

.pro-a .p1 img{

	width:100%;

}

.pro-a .p2 {

    float: left;

    width: 72%;

    margin-left: 3%;

}

.pro-a .p2 h3 {

    font-size: 18px;

	margin-bottom:15px;

}

.pro-a .p2 p{

	font-size:12px;

	color:#888;

	line-height:20px;

}

.pro-a .p2 div{

	margin:10px 0;

}

.pro-a .p2 div span{

	display:block;

	float:left;

	width:30%;

	margin:5px 0;

	font-size:14px;

	padding-left:20px;

	background:url("/temp/temp/52/52-0161/201803061417/images/ok.png") no-repeat center left;

}

.pro-a .p2 em{

	display:block;

	font-style:normal;

}

.pro-a .p2 em a{

	display:block;

	float: left;

    width: 125px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    font-size: 16px;

    border-radius: 3px;

    margin-left: 15px;

	background: #f36c28;

	color:#fff;

}

.pro-a .p2 em .a2{

	background:#ffd5bf;

}

.pro-b{

	float:left;

	width:71%;

	padding:2%;

	background:#fff;

	border:1px solid #eee;

}

.vp-tit{

	border-bottom:1px solid #eee;

}

.vp01{

	display:none;

}

.vp-tit p{

	float:left;

	width:24.8%;

	text-align:center;

	font-size:16px;

	line-height:45px;

	height:45px;

	border-right:1px solid #eee;

	cursor:pointer;

}

.vp-tit p:hover

,.vp-tit p.a{

    background: #f36c28;

    color: #fff;

}

.vp-tit p.p4{

	border:none;

}

.vp01{

	padding:35px;

	display:none;

}

.vp09{

	display:block;

}

.al01 h3 {

    font-size: 20px;

    font-weight: bold;

    color: #666;

    padding-bottom: 15px;

    margin-bottom: 10px;

    border-bottom: 1px dashed #eee;

}

.cptit{

	font-size:22px;

	font-weight:bold;

	color:#666;

	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom:1px dashed #eee;

	margin-top:30px;

}

.vp01 p{

	line-height: 30px;

	color:#666;

}

.vp01-3 th {

    width: 150px;

    font-size: 15px;

    background: #F9F9F9;

    line-height: 40px;

    height: 40px;

    border-right: 1px solid #eee;

}

.vp01-3 tr{

	border:1px solid #eee;

}

.vp01-3 tr td {

    border-left: 1px solid #eee;

    font-size: 14px;

    text-align: center;

    color: #666;

	padding:15px;

}

.vp01-3 tr td:nth-child(3){

	text-align:left;

}

.vp02-1 {

    font-size: 20px;

    margin-bottom: 20px;

    padding-left: 20px;

    border-left: 4px solid #f36c28;

    line-height: 1;

}

.vp02-1 a{

	display:block;

	font-size:14px;

	padding-left: 25px;

	color: #999;

    text-decoration: underline;

	background:url("/temp/temp/52/52-0161/201803061417/images/ask.png") no-repeat center left;

}

.vp02-2 li{

	padding-bottom:20px;

	margin-bottom:20px;

	border-bottom:1px dashed #eee;

}

.vp02-2 li h4{

	background:url("/temp/temp/52/52-0161/201803061417/images/wenhao2.png") no-repeat;

	padding-left: 25px;

    background-position: 0 5px;

	line-height: 30px;

}

.vp02-2 li p{

	background:url("/temp/temp/52/52-0161/201803061417/images/da.png") no-repeat;

	padding-left: 25px;

    background-position: 0 5px;

	color:#999;

}



/*----------------list-guwen---------------------*/



.quyu select{

	padding: 4px 4px 4px 8px;

    border: 1px solid #ddd;

    color: #999;

    margin: 0 4px;

}

.quyu .q1 {

    padding: 4px 8px;

    margin: 0 2px;

    color: #f36c28;

	cursor: pointer;

}

.quyu .q1:hover{

	text-decoration:underline;

}

.quyu .q2 select{

	width:120px;

}

.list-guwen{

	margin-top:50px;

}

.list-guwen01{

	width: 75%;

}

.diqu01 {

    background: #fff;

    width: 90%;

    border: 1px solid #EBEBEB;

    padding: 12px 5%;

}

.diqu01 p {

    float: left;

    color: #f36c28;

    margin-right: 10px;

    border: 1px dashed #f36c28;

    padding: 4px 6px;

    background-color: #F4F4F4;

}

.diqu01 p a{

	color:#f36c28;

}

.diqu01 p em {

    font-style: normal;

    margin-left: 8px;

	cursor:pointer;

}

.list-guwen02 li {

    padding: 25px 40px;

    background: #fff;

    border: 1px solid #eee;

    margin-bottom: 20px;

}

.list-guwen02 li:hover {

    border: 1px solid #f36c28;

}

.list-guwen02 li .g1 {

    display: block;

    float: left;

    width: 15%;

	margin-right: 3%;

}

.list-guwen02 li .g1 img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.list-guwen02 li .g2 {

    float: left;

    width: 52%;

    border-right: 1px dashed #eee;

    padding-right: 3%;

}

.list-guwen02 li .g2 h3 {

    font-size: 20px;

    color: #5E5E5E;

    font-weight: bold;

    margin-bottom: 10px;

}

.list-guwen02 li .g2 h3 a{

	float:left;

	display:block;

	margin-right:10px;

}

.list-guwen02 li .g2 h3 a:hover{

	color:#f36c28;

}

.list-guwen02 li .g2 h3 em{

	display:block;

	float:left;

	padding: 0 3px;

    margin-right: 3px;

	margin-top:5px;

    font-size: 12px;

    color: #fff;

    border-radius: 3px;

    line-height: 18px;

	background:#fcae52;

	font-style:normal;

}

.list-guwen02 li .g2 h3 em.e2{

	background:#39a1da;

}

.list-guwen02 li .g2 p{

	color: #999;

    margin-bottom: 8px;

}

.list-guwen02 li .g2 p.p1 span{

	margin-right:10px;

}

.list-guwen02 li .g2 p.p2 {

    padding-left: 23px;

	background:url("/temp/temp/52/52-0161/201803061417/images/icons-proucts.png") no-repeat center left;

}

.list-guwen02 li .g2 p.p2 em {

    font-style: normal;

    display: block;

    float: left;

    line-height: 26px;

	margin-right:10px;

}

.list-guwen02 li .g2 p.p2 a{

	display:block;

	float:left;

	background: #F5F5F5;

    padding: 5px 8px;

	margin-right:10px;

}

.list-guwen02 li .g2 p.p2 a:hover{

    background: #f36c28;

	color:#fff;

}

.list-guwen02 li .g2 p.p2:hover strong {

    color: #f36c28;

}

.list-guwen02 li .g3 {

    width: 22%;

    float: right;

	margin-top: 27px;

}

.list-guwen02 li .g3 a {

    width: 130px;

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    text-align: center;

    border-radius: 7px;

    display: block;

	margin:0 auto;

    margin-bottom: 10px;

	background: #f7ac15;

    color: #fff;

}

.list-guwen02 li .g3 a:hover{

	background:#e89e09;

}

.list-guwen02 li .g3 a.a2{

	border: 1px dashed #f7ac15;

    color: #f7ac15;

	background:none;

}

.list-guwen02 li .g3 a.a2:hover{

	border: 1px dashed #f36c28;

    color: #f36c28;

}

.fanan02 {

    margin-top: 0;

    padding-bottom: 20px;

}

.fanan02 h4{

	display:none;

}

/*--------------------view-guwen-------------------------------*/

.intro01 {

    margin-top: -250px;

    position: relative;

    margin-bottom: 80px;

}

.intro01 h2 {

    text-align: center;

    font-size: 45px;

    color: #fff;

    font-weight: bold;

}

.intro01 h2 p{

	font-size:20px;

	color:#fff;

}

.intro02 {

    background: #fff;

    padding: 35px;

    margin-top: 30px;

    border: 1px solid #eee;

}

.in02-1 {

    width: 14%;

    margin-right: 3%;

}

.in02-1 img{

	width:100%;

	height:auto;

	border-radius:50%;

}

.in02-2 {

    width: 47%;

}

.in02-2 h3 {

    font-size: 16px;

	line-height:30px;

	margin-bottom:20px;

}

.in02-2 span

,.in02-2 strong

,.in02-2 em{

	display:block;

	float:left;

	margin-right:15px;

}

.in02-2 strong{

	font-size:20px;

}

.in02-2 em{

	font-style:normal;

	width: 20px;

    height: 20px;

    line-height: 20px;

    color: #fff;

    font-size: 12px;

    text-align: center;

    border-radius: 3px;

	background: #f36c28;

    margin-top: 4px;

}

.in02-2 p {

    font-size: 14px;

    line-height: 2;

    color: #666;

	padding-left:20px;

	background:url("/temp/temp/52/52-0161/201803061417/images/ok.png") no-repeat center left;

}

.in02-3 {

    width: 22%;

    padding:0 5%;

    border-left: 1px dotted #eee;

}

.in02-3 .fanan01 {

    padding: 0;

    margin-top: 0;

}

.in02-3 .fanan01  select {

    margin-top: 10px;

}

.in02-3 .fanan01 h4 {

    font-size: 20px;

    color: #f36c28;

    font-weight: bold;

	margin-bottom:10px;

}

.in02-3 p{

	text-align:center;

}

.intro03{

	margin-top:1%;

}

.in03-1 {

    background: #fff;

    border: 1px solid #eee;

    padding: 30px;

}

.intro05 h3{

	height: 25px;

    border-left: 8px solid #ff931e;

    color: #000;

    font-size: 20px;

    line-height: 25px;

    padding-left: 20px;

    margin: 20px 0;

}

.intro05 h3 em{

	font-size:14px;

	font-style:normal;

}



.intro05{

	background:#fff;

	margin-top:1%;

	border:1px solid #eee;

}

.intro05 ul{

	padding:0 20px 20px 20px;

}

.intro05 ul li{

	float:left;

	width:48%;

	margin:0 1%;

	margin-bottom:10px;

}

.intro05 ul li a{

	display:block;

	padding:10px;

	border:1px solid #fff;

}

.intro05 ul li:hover a {

    border: 1px solid #ff931e;

}

.intro05 ul li span{

	width:30%;

	float:left;

	display:block;

}

.intro05 ul li img{

	width:100%;

	height:auto;

}

.intro05 ul li div{

	width:67%;

	float:right;

}

.intro05 ul div h4 {

    font-size: 17px;

	margin-bottom:10px;

}

.intro05 ul div h4:hover {

    font-size: 17px;

    color: #ff931e;

}

.intro05 ul li p {

    font-size: 14px;

    color: #666;

    margin:5px 0;

	padding-left:19px;

	background:url("/temp/temp/52/52-0161/201803061417/images/ok.png") no-repeat center left;

}

.intro05 ul li em{

	display:block;

	font-style:normal;

	font-size:14px;

}

.intro05 ul li em:hover{

	color: #ff931e;

}





/*--------------list-ask-----------*/

.list-ask{

	margin:50px auto;

}

.search01 {

    text-align: center;

	padding:40px 0;

}

.search01 h3 {

    font-size: 35px;

    color: #f36c28;

    font-weight: bold;

}

.search01 h4 {

    font-size: 20px;

    color: #333;

    margin-top: 10px;

}

.search01 form{

	height: 48px;

    width: 782px;

    margin:25px auto;

    border: 0.65rem solid;

    border-radius: 5px;

    border-color: rgba(249, 249, 249, 0);

    color: #666;

    background: rgba(249, 249, 249, 0.25);

}

.search01 input{

	float:left;

}

.search01 .default-pc-search-keyword {

    width: 607px;

    height: 48px;

    border: 0 none;

    padding: 0 11px;

    background: #f5f5f5;

    border-radius: 5px;

}

.search01 .default-pc-search-submit{

	width: 143px;

    height: 48px;

    border: 0 none;

    background: #f7ac15;

    color: #fafafa;

    font-size: 20px;

    cursor: pointer;

    border: 0.45rem solid;

    border-radius: 5px;

    border-color:#f7ac15;

    margin-left: 10px;

}

.search01 p {

    color: #fff;

    font-size: 14px;

}

.search01 p strong{

	color:#f36c28;

}

.list-ask01{

	width:75%;

}

.ask-nav{

	padding:30px;

	background:#fff;

	margin-bottom:20px;

	border: 1px solid #eee;

}

.ask-nav .tt{

}

.ask-nav div.tt span{

	float: left;

	display:block;

    margin-right: 1px;

	padding-bottom: 5px;

	position:relative;

}

.ask-nav div.tt span em{

	display:block;

	background: #ecebeb;

    color: #333;

    font-size: 16px;

    width: 96px;

    height: 33px;

    line-height: 33px;

    text-align: center;

    border-radius: 3px;

	font-style:normal;

	cursor:pointer;

}

.ask-nav div.tt span:hover em

,.ask-nav div.tt span.a em{

	background:#f36c28;

	color:#fff;

}

.ask-nav div.tt span:hover

,.ask-nav div.tt span.a{

	background:url("/temp/temp/52/52-0161/201803061417/images/f9.png") no-repeat center bottom;

}

.ask-nav ul{

	display:none;

	margin-top:20px;

}

.ask-nav .a1{

	display:block;

}

.ask-nav li{

	float:left;

}

.ask-nav li a{

	display:block;

    border: 1px solid #e1e1e1;

    padding: 5px 15px;

    border-radius: 15px;

    margin-bottom: 15px;

    font-size: 12px;

    cursor: pointer;

    margin-right: 15px;

}

.ask-nav li:hover a{

	border: 1px solid #f36c28;

	color:#f36c28;

}

.asktit01{

	background:#fff;

	border: 1px solid #eee;

}

.asktit01 a {

    display: inline-block;

    font-size: 18px;

    width: 170px;

    height: 58px;

    line-height: 58px;

    text-align: center;

    border-bottom: 2px solid #fff;

}

.asktit01 a {

	*display:inline;

}

.asktit01 a.a

,.asktit01 a:hover{

	 border-bottom: 2px solid #f36c28;

}

.list-ask02 {

    padding:30px;

    background: #fff;

	border: 1px solid #eee;

}

.list-ask02 ul{

	display:none;

}

.list-ask02 ul.a1{

	display:block;

}

.list-ask02 li {

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px dashed #eee;

}

.list-ask02 li .d1{

	width: 50px;

    height: 65px;

    padding-top: 25px;

    background: #fff4f4;

    font-size: 14px;

    color: #999;

    text-align: center;

	float:left;

	padding-bottom: 10px;

}

.list-ask02 li .d1 strong{

	font-size: 20px;

    line-height: 30px;

    color: #000;

}

.list-ask02 li .d2 {

    width:65%;

	margin-left:5%;

    float: left;

	display:block;

}

.list-ask02 li .d2 p {

    margin-top: 20px;

    font-size: 14px;

    color: #989898;

    line-height: 1.5em;

}

.list-ask02 li .d2 span{

	display:block;

	float:left;

	width:93%;

}

.list-ask02 li .d2 h3:hover span{

	color:#f36c28;

}

.list-ask02 li .d2 em{

	display: block;

    float: left;

    width: 19px;

    height: 19px;

    color: #fff;

    font-style: normal;

    text-align: center;

    font-size: 12px;

    line-height: 19px;

    margin-right: 10px;

    background: #f7ac15;

    margin-top: 3px;

	border-radius:3px;

}

.list-ask02 li .d2 p em{

	background:#aaa;

}

.list-ask02 li .d2 h3 {

    font-size: 18px;

    color:#707070;

}

.list-ask02 li .d3{

	float:right;

	width:15%;

}

.list-ask02 li .d3 span{

	display:block;

	width:80px;

	margin:0 auto;

}

.list-ask02 li .d3 img{

	width:100%;

	height:auto;

}

.list-ask02 li .d3 a {

    display: block;

    width: 60px;

    line-height: 23px;

    text-align: center;

    background: #f7ac15;

    color: #fff;

    margin: 0 auto;

    border-radius: 3px;

    margin-top: 10px;

}

.list-ask02 li .d3 a:hover{

	background:#e69b04;

}

.list-ask .xinw01 li a{

	float:left;

	width:80%;

}

.list-ask .xinw01 li em{

	font-style:normal;

	display:block;

	float:right;

	line-height: 30px;

	color:#999;

}

.fanan02 .tiwen{

	padding:0;

	padding-top:20px;

    width: 100%;

    float: none;

}

.fanan01 .tiwen select{

	margin-top:0;

}



/*-------------view-ask-------------------*/

.view-ask {

    margin-top: 30px;

    margin-bottom: 50px;

}

.view-ask01{

	width:75%;

}

.v-ask01{

	padding:30px;

	background:#fff;

}

.v-ask01 h3{

	font-size:18px;

	padding-left:30px;

	background:url("/temp/temp/52/52-0161/201803061417/images/wenhao2.png") no-repeat;

	background-position:0 3px;

}

.v-ask01 ul{

	margin:20px 0;

}

.v-ask01 ul li{

	float:left;

	margin-right:10px;

}

.v-ask01 ul li a{

	padding:6px 20px;

	border-radius:20px;

	border:1px solid #eee;

	display:block;

}

.v-ask01 ul li:hover a{

	background: #f36c28;

	color:#fff;

	border:1px solid #f36c28;

}

.v-ask01 p{

	font-size:14px;

	color:#999;

	margin:10px 0;

}

.v-ask01 div {

    padding: 30px;

    background: #f1f1f1;

}

.v-ask01 div textarea{

	width:96%;

	height:100px;

	padding:2%;

	border:1px solid #f36c28;

}

.v-ask01 div .sub{

	float:right;

	background:#f36c28;

    color: #fff;

    font-size: 16px;

    padding: 5px 30px;

    border-radius: 2px;

    cursor: pointer;

    border: none;

    margin-top: 10px;

}

.v-ask02 {

    margin-top: 25px;

}

.v-ask02 h4{

	margin: 0 0 25px 30px;

	font-size:20px;

	padding-left:30px;

	background:url("/temp/temp/52/52-0161/201803061417/images/da.png") no-repeat center left;

}

.v-ask02 ul{

	padding:35px;

	background:#fff;

}

.v-ask02 li {

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px solid #efbda3;

}

.v-ask02 li a{

	display:block;

}

.v-ask02 li img {

    float: left;

    width: 80px;

    height: auto;

}

.v-ask02 li div{

	float:left;

	width:70%;

	margin-top: 20px;

    margin-left: 20px;

}

.v-ask02 li div h3 span {

    display: block;

    float: left;

    font-size: 16px;

}

.v-ask02 li div h3 em {

    display: block;

    float: left;

    margin-left: 10px;

    width: 17px;

    height: 17px;

    border-radius: 3px;

    background: #f36c28;

    color: #fff;

    font-style: normal;

    text-align: center;

    line-height: 19px;

    font-size: 12px;

    margin-top: 3px;

}

.v-ask02 li div h3 em.e2{

	background:#39a1da;

}

.v-ask02 li strong {

    display: block;

    width: 100px;

    height: 25px;

    line-height: 25px;

    background: #f36c28;

    float: right;

    text-align: center;

    color: #fff;

    border-radius: 3px;

	margin-top: 40px;

}

.v-ask02 li div p {

    color: #999;

    margin-top: 10px;

    font-size: 14px;

}

.v-ask02 li .v1 {

    padding-top: 20px;

    border-top: 1px dashed #eee;

    margin-top: 20px;

    font-size: 14px;

    color: #999;

}

.view-ask .xinw01 li a {

    float: left;

    width: 80%;

}

.view-ask .xinw01 li em {

    font-style: normal;

    display: block;

    float: right;

    line-height: 30px;

    color: #999;

}

/*-------------view-news---------------------*/

.view-news{

	margin-top:30px;

	margin-bottom:50px;

}

.view-news01{

	width:75%;

}

.view-news02{

	background:#fff;

	padding:4%;

	border:1px solid #eee;

}

.view-news02 h3{

	font-size:25px;

	text-align:center;

	color:#666;

}

.view-news02 .ww{

	text-align:center;

	margin:20px 0;

	padding-bottom:20px;

	border-bottom:1px dashed #eee;

	font-size:14px;

	color:#999;

}

.view-news02 p{

	font-size:14px;

	line-height:25px;

}

.fanye p a{

	color:#999;

}

.fanye p a:hover{

	color:#f85814

}

.fanye{

	margin:30px 0;

}

.related {

    background: #ffff;

    margin-top: 30px;

    padding: 30px;

	border:1px solid #eee;

}

.related h3{

	font-size:20px;

	padding-bottom:10px;

	margin-bottom: 30px;

	border-bottom:1px solid #eee;

}

.related li{

	float:left;

	width:48%;

	margin-right:2%;

	margin-bottom:10px;

}

.related li a {

    display: block;

    font-size: 14px;

    line-height: 30px;

    color: #666;

}

.related li:hover a {

    color: #f36c28;

}







/*-----------------list-news---------------------*/

.list-news{

	margin-bottom:50px;

}

.pub{

	margin:10px 0;

	text-align:right;

}

.newstit{

	padding:25px 0;

	background:#eee;

}

.newstit p {

    font-size: 14px;

    color: #666;

}

.newstit p a{

	color:#888;

}

.newstit p a:hover{

	color:#f36c28;

}

.list-news01{

	width:75%;

	float:left;

	margin-top:30px;

}

.list-news01 li{

	margin-bottom:20px;

	padding:15px;

	border:1px solid #eee;

}

.list-news01 li:hover{

    border: 1px solid #f7ac15;

}

.list-news01 li a{

	display:block;

}

.list-news01 li span{

	display:block;

	float:left;

	width:20%;

}

.list-news01 li img{

	width:100%;

	height:auto;

}

.list-news01 li .n1 {

    width: 78%;

    float: right;

}

.list-news01 li h3{

	font-size: 24px;

    color: #333;

	max-height:72px;

	overflow:hidden;

}

.list-news01 li:hover h3{

	color: #f7ac15;

}

.list-news01 li p {

    margin-top: 5px;

    font-size: 12px;

    color: #888;

    line-height: 1.5;

}

.list-news01 li .n2 em{

	display:block;

	font-style:normal;

	font-size: 12px;

    color: #a0a0a0;

	padding-left:23px;

	float:left;

	margin-top: 20px;

	background:url("/temp/temp/52/52-0161/201803061417/images/time.png") no-repeat center left;

}

.list-news01 li .n2 .e2{

	float:right;

	padding-left:33px;

	background:url("/temp/temp/52/52-0161/201803061417/images/eyes.png") no-repeat center left;

}

.list-news .list-pro03{

	margin-top:30px;

}

.style01{

	padding-bottom:20px;

}

.style01 li {

    float: left;

    width: 33.3%;

    text-align: left;

}

.style01 li a{

	display:block;

	line-height:30px;

	text-align:center;

	font-size:14px;

	height:30px;

	overflow:hidden;

}

.w960 .style01 li a{

	font-size:12px;

}

.style01 li:hover a

,.style01 li.a a{

	color: #f7ac15;

}

/*---------------list-news02-----------------------*/

.list-news02{

	margin-top:30px;

	margin-bottom:50px;

}

.xinwen{

	width:75%;

}

.xinwen01{

	padding:30px;

	background:#fff;

	border:1px solid #eee;

}

.xw01 {

    width: 35%;

    padding-right: 3%;

    border-right: 1px solid #eee;

}

.xinwen01 h3{

	font-size:18px;

	margin-bottom:10px;

}

.xinwen01 h3 a {

    display: block;

    float: right;

    font-size: 12px;

    line-height: 24px;

    color: #666;

	padding-right:20px;

	background:url("/temp/temp/52/52-0161/201803061417/images/801.png") no-repeat center right;

}

.xw01 ul li h4 {

    font-size: 14px;

    font-weight: bold;

    line-height: 30px;

	margin-bottom:40px;

}

.xw01 ul li a {

    display: block;

    line-height: 30px;

    font-size: 14px;

    color: #666;

}

.xw01 ul li img {

    width: 100%;

    height: auto;

    margin: 10px 0;

}

.xw02{

	width:59%;

}

.xw02 li span{

	display:block;

	float:right;

	color:#999;

}

.xw02 li a{

	display:block;

	line-height:30px;

	padding-left:15px;

	color:#666;

	font-size:14px;

	background:url("/temp/temp/52/52-0161/201803061417/images/f8.png") no-repeat center left;

}

.xw02 li:hover a

,.xinwen01 h3 a:hover

,.xw01 ul li:hover a{

	color:#f36c28;

}

.xinwen02 {

    padding: 30px;

    background: #fff;

    margin-top: 20px;

    border: 1px solid #eee;

}

.xwtit{

	padding-bottom:20px;

	margin-bottom:20px;

	border-bottom:1px dashed #eee;

}

.xwtit h2{

	font-size: 20px;

    border-left: 4px solid #1bbe60;

    padding-left: 15px;

    font-weight: 100;

	line-height:1;

	color:#666;

}

.xw03{

	width: 35%;

    padding-right: 3%;

}

.xw03 h3{

	font-size:18px;

	margin-bottom:20px;

}

.xw03 li a span{

	display:block;

	width:22px;

	height:21px;

	color:#fff;

	font-size:12px;

	float:left;

	text-align:center;

	line-height:21px;

	margin:5px 5px 0 0;

	padding-right:6px;

	background:url("/temp/temp/52/52-0161/201803061417/images/pro-icon.png") no-repeat center center;

}

.xw03 li a{

	display:block;

	line-height:30px;

	font-size:14px;

	color:#666;

}

.xinwen02 li:hover a{

	color:#f36c28;

}

.xw04{

	width:60%;

}

.xw04tit{

	margin-bottom:10px;

	line-height: 40px;

	border-bottom:1px solid #eee;

}

.xw04tit a{

	display:block;

	float:left;

	font-size:16px;

	padding:0 30px;

}

.xw04tit a.a{

	border-bottom:1px solid #f36c28;

}

.xw04 ul{

	display:none;

}

xw04 ul.a1{

	display:block;

}

.xw04 li{

	float:left;

	width:48%;

	margin-right:2%;

}

.xw04 li a{

	display:block;

}

.xw04 li img{

	width:100%;

	height:auto;

}

.xw04 li.x1 a {

    display: block;

	line-height:50px;

}

.xw04 li a{

	display:block;

	font-size:14px;

	line-height:30px;

	border-bottom: 1px dashed #eee;

}

.xinwen03{

	padding:30px;

	background:#fff;

	border:1px solid #eee;

	margin-top:20px;

}

.xw05 {

    width: 35%;

    float: left;

	padding-right:3%;

	border-right:1px solid #eee;

}

.xw05 li{

	margin-bottom:20px;

}

.xw05 li.x2 span{

	display:block;

	float:left;

	width:40%;

}

.xw05 li.x2 a{

	padding-left:0;

	background:none;

}

.xw05 li.x2 a img{

	width:100%;

	height:auto;

}

.xw05 li.x2 div {

    width: 56%;

    float: right;

}

.xw05 li a{

	display:block;

	background:url("/temp/temp/52/52-0161/201803061417/images/f8.png") no-repeat center left;

	padding-left:15px;

	font-size:14px;

}

.xw06{

	width:59%;

}

.xinwen03 h2{

	font-size:18px;

	color:#666;

	margin-bottom:20px;

}

.xinwen03 h2 a{

	display:block;

	float:right;

	padding-right:20px;

	font-size:12px;

	background:url("/temp/temp/52/52-0161/201803061417/images/801.png") no-repeat center right;

}

.xw06 li {

    margin-bottom: 20px;

}

.xw06 li h3{

	font-size: 16px;

	color:#555;

}

.xw06 li p{

	font-size: 14px;

    line-height: 24px;

    color: #999;

	height:48px;

	overflow:hidden;

}

.xw06 li p em{

	color: #f36c28;

	font-style:normal;

}

.xw06 li:hover h3

,.xw05 li:hover a{

	color: #f36c28;

}



/*---------list-fanan--------*/

.ban03 img{

	width:100%;

	height:auto;

}

.fanan .pox {

    margin: 20px 0;

	font-size: 14px;

    padding-bottom: 20px;

    border-bottom: 1px dashed #eee;

}

.fanan{

	margin-bottom:100px;

}

.fanan li{

	margin-bottom:30px;

}

.fanan li a{

	display:block;

	position:relative;

}

.fanan li a img{

	width:100%;

	height:auto;

}

.fanan li a h3 {

    text-align: center;

    font-size: 35px;

    color: #fff;

    margin-top: 16%;

}

.fanan li div {

    position: absolute;

    width: 100%;

    height: 100%;

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

    top: 0;

    left: 0;

	transition:all .3s;

}

.fanan li:hover div {

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

}

.fanan li a span {

    display: block;

    width: 170px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    border-radius: 30px;

    margin: 0 auto;

    background: #fff;

    margin-top: 20px;

    font-size: 15px;

}

.fanan li:hover a span{

	background:#fb8933;

	color:#fff;

}

/*-------------view-about--------*/

.view-about{

	width:100%;

}



/*-----------------list-book---------*/

.list-order {

    text-align: center;

    padding-top: 70px;

}

.ortit{

	height:100px;

	margin-bottom:30px;

	background:url("/") no-repeat center center;

}

.main01, .main02, .main03 {

  padding: 30px 0;

  border-top: 1px solid #f36c28;

}

.list-order h3 

,.main02 p{

  font-size: 18px;

  font-family: "simsun";

  color: #f36c28;

  margin-bottom: 10px;

}

.main01 a {

  display: block;

  width: 200px;

  text-align: center;

  background:#f58953;

  border-radius: 5px;

  font-size: 18px;

  color: #fff;

  font-family: "simsun";

  margin: 0 auto;

  line-height: 50px;

  margin-top: 20px;

  transition:all .3s;

}

.main01 a:hover{

	background:#f56720;

}





/*uid-3147网站修改内容*/

.uid-3147 .pro02 li em

,.uid-3147 .banner .bao03

,.uid-3147 .month01

,.uid-3147 .zjtj

,.uid-3147 .news{

	display:none;

}

.uid-3147 .youshi li h3 {

    margin: 18px 0;

}

.uid-3147 .banner .wp{

	bottom: calc(50% - 135px);

}

.uid-3147 .partner{

	margin-top: 0;

	padding: 30px 0;

	border: none;

}

.approve{

	margin-bottom: 50px;

}

.approve h1{

	font-size: 20px;

    color: #333;

    margin-bottom: 30px;

}

.approve ul li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.approve ul li a{

	display: block;

	background: #fff;

	transition: 0.3s;

	border: 1px solid #fff;

}

.approve ul li h3{

	font-size: 18px;

	color: #000;

	font-weight: bold;

	text-align: center;

	width: calc(100% - 30px);

	margin-left: 15px;

	line-height: 48px;

	border-top: 1px solid #eee;

	transition: 0.3s;

}

.approve ul li span{

	display: block;

	padding: 10px;

	overflow: hidden;

}

.approve ul li img{

	width: 100%;

	height: auto;

}

.approve ul li:hover a{

	transform: translateY(-8px);

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

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

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

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

	border-color: #f85814;

}

.approve ul li:hover h3{

	color: #f85814;

}





















/*--------list-xinwen02-----------------*/





.list-xinwen02 .list-news01

,.view-news03 .view-news01{

	float:right;

	width:calc(100% - 300px);

}

.view-news03 .choose-nav{

	margin-top:0;

}

.choose-nav {

    width:280px;

    border: 1px solid #eee;

    margin-top: 40px;

	background:#fff;

}

.choose-nav h2 {

    text-align: center;

    background: #f36c28;

    padding: 20px 0;

    color: #fff;

    font-weight: bold;

}

.choose-nav li {

	 position:relative;

}

.choose-nav li a{

	display:block;

	font-size: 16px;

	 padding: 10px 20px;

	 border-bottom:1px solid #eee;

	 font-weight: bold;

}

.choose-nav li:hover a

,.choose-nav li.a a{

	color:#f36c28;

}

.choose-nav li div{

	position:absolute;

	width:100%;

	height:42px;

	left:0;

	top:0;

	background:url("/temp/temp/52/52-0161/201803061417/images/f9.png") no-repeat 240px center;

}

.choose-nav li a span{

	display:none;

}

.choose-nav li ul{

	display:none;

}

.choose-nav li ul li{

}

.choose-nav li ul li a {

    text-indent: 2em;

	position:relative;

	background:#fffbfa;

	font-weight: normal;

	font-size:14px;

	color:#333 !important;

}

.choose-nav li ul li a::after {

    position: absolute;

    content: "";

    width: 20px;

    height: 2px;

    background: #f36c28;

    left: 16px;

    top: 18px;

}

.choose-nav li ul{

}





/*其他网站修改*/





















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

	.mr0{

		margin-right:0 !important;

	}

	header .bg{

		background-color:#fff !important;

	}

	.nav-click{

		color:#333 !important;

	}

	.banner{

		height:auto;

	}

	.mbbao h2{

		font-size:20px;

		text-align:center;

		font-weight:bold;

		margin:20px 0;

		background:#fff;

		padding:0 10px;

	}

	.mbbao p{

		height: 10px;

		background:url("/temp/temp/52/52-0161/201803061417/images/bd2d9a71.png") no-repeat center center;

		background-size:auto 8px;

		margin-top:5px;

	}

	.mbbao li{

		float:left;

		width:23%;

		margin:0 1%;

		margin-bottom:2%;

	}

	.mbbao li a{

		display:block;

		text-align:center;

	}

	.mbbao li a img{

		width:100%;

		height:auto;

		border-radius:50%;

	}

	.uid-3147 .mbbao li a img{

		width:50px;

		border-radius:5px;

	}

	.mbbao li h3 {

		text-align: center;

		font-size: 14px;

		font-weight: bold;

		margin: 10px 0;

	}

	.guwen02 li em{

		font-size:14px;

	}

	.guwen01 {

		width: auto;

		padding: 0 10px;

		margin-top: 20px;

		padding-top:20px;

		border-top: 10px solid #f1f1f1;

	}

	.gwtit h2{

		font-size:17px;

	}

	.guwen02 li span {

		width: 80%;

		height: auto;

	}

	.uid-3147 .guwen02 li span {

		width: 80%;

	}

	.guwen02 li {

		width: 32%;

		margin-right: 2%;

		margin-top: 2%;

	}

	.guwen02 li h3 {

		margin-top: 5px;

		font-size: 14px;

		margin-bottom: 10px;

	}

	.news09 {

		width: auto;

		padding:0;

		border-top:10px solid #f1f1f1;

		background:#f1f1f1;

	}	

	.news01 {

		width:auto;

		margin-right: 0;

		padding:3%;

		background:#fff;

		width:94%;

		margin-bottom:10px;

	}

	.ti01 a.t1{

		padding-left:0;

	}

	.ti01 a.t2 {

		font-size: 12px;

	}

	.partner {

		padding-top: 0;

		margin-top: 20px;

	}

	.partner ul {

		width: 100%;

	}

	.partner li {

		margin: 0;

		width: 32%;

		line-height: initial;

		margin-right: 2%;

		margin-bottom: 2%;

		height: auto;

	}

	.partner h2 {

		font-size: 22px;

		margin-bottom: 20px;

	}

	.partner li img {

		width: 100%;

	}

	.more01 {

		padding-right: 0;

		font-size: 15px;

		margin: 15px auto;

	}

	.fanan01 {

		padding: 30px 15px;

		margin-top: 0px;

		background: #f7f7f7;

	}

	.fanan01 input {

		width: calc(100% - 20px);

		padding: 0 10px;

		border: 1px solid #f1f1f1;

		line-height: 36px;

		margin-top: 0;

		height: 36px;

		font-size: 13px;

		margin-bottom: 10px;

	}

	.fanan01 [type="submit"] {

		border-radius: 5px;

		margin-top: 0;

		font-size: 14px;

	}

	.default-mobile-copyright2{

		margin-top:0;

	}

	.banbg {

		padding: 10px;

	}

	.fenlei {

		padding: 5px;

	}

	.fenlei dd a {

		padding: 2px;

		margin: 2px;

		font-size: 12px;

	}

	.fenlei dt {

		font-size: 12px;

	}

	.list-pro01 {

		width: 100%;

	}

	.list-product 

	,.list-pro02 ul{

		margin-top: 10px;

	}

	.list-pro02 li {

		padding: 5px;

		margin-bottom: 10px;

	}

	.list-pro02 li .cp01 {

		width: 100%;

		height: auto;

	}

	.list-pro02 li .cp02 {

		width: 100%;

		margin-top: 20px;

	}

	.list-pro02 li .cp02 .cp02-1 p {

		width: 92%;

		padding-left: 6%;

		margin-bottom: 7px;

		font-size: 12px;

	}

	.list-pro02 li .cp01 h4 {

		margin-top: 10px;

		margin-top: -30px;

		position: relative;

		background: rgba(243, 108, 40, 0.66);

	}

	.list-pro02 li .cp03 a {

		width: 120px;

		height: 30px;

		line-height: 30px;

		font-size: 14px;

		margin-left: 0;

		color: #fff;

	}

	.list-guwen {

		margin-top: 10px;

	}

	.list-guwen01 {

		width: 100%;

	}

	.list-guwen02 li {

		padding: 10px;

		margin-bottom: 10px;

	}

	.list-guwen02 li .g1 {

		width: 30%;

	}

	.list-guwen02 li .g2 p {

		color: #999;

		margin-bottom: 5px;

		font-size: 12px;

	}

	.list-guwen02 li .g2 {

		float: right;

		width: 67%;

		border-right: none;

		padding-right: 0;

	}

	.list-guwen02 li .g3{

		width:100%;

		margin-top:5px;

	}

	.list-guwen02 li .g3 a {

		float: left;

		width:127px;

		margin-right: 10px;

		margin-bottom:0;

	}

	.pro-a {

		margin-top: -100px;

		padding: 10px;

		margin-bottom: 10px;

	}

	.pro-a .p1 {

		width: 100%;

	}

	.pro-a .p2 div span {

		width: 95%;

		margin: 2px 0;

		font-size: 12px;

		padding-left: 7%;

	}

	.pro-b {

		width: 100%;

		padding: 0;

		background: #fff;

		border: none;

	}

	.pro-a .p2 h3 {

		font-size: 18px;

		margin: 10px 0;

	}

	.intro01 h2 {

		font-size: 30px;

		margin-top: 75px;

	}

	.intro02 {

		padding: 10px;

		margin-top: 10px;

	}

	.in02-1 {

		width: 30%;

	}

	.in02-2 {

		width: 65%;

	}

	.in02-2 h3 {

		font-size: 14px;

		margin-bottom: 5px;

	}

	.in02-2 p {

		font-size: 12px;

		line-height: 1.7;

	}

	.in03-1 {

		padding: 10px;

	}

	.intro01 {

		margin-bottom: 30px;

	}

	.fanan01 h4{

		margin-bottom:20px;

	}

	

	.approve{

		border-top: 10px solid #f1f1f1;

		padding-top: 20px;

		margin-bottom: 20px;

		margin-top: 10px;

	}

	.approve h1{

		font-weight: bold;

		margin-bottom: 20px;

		text-align: center;

	}

	.approve ul li{

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 3%;

	}

	.approve ul li a{

		border-color: #eee;

		box-sizing: border-box;

	}

	.approve ul li h3 {

		font-size: 14px;

		width: calc(100% - 20px);

		margin-left: 10px;

		line-height: 34px;

	}

	.approve ul li:nth-child(7),.approve ul li:nth-child(8){

		display: none;

	}

	.approve ul li:hover a {

		transform: translateY(0);

		border-color: #eee;

	}

	.approve ul li:hover h3 {

		color: #000;

	}

	

	

	

	

	

	

}

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

}

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



}
