/*!

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

}

.default-article-content *{

	text-wrap: inherit !important;

}

/*控制网页宽度*/

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

}




/*公共头部*/

.navbox{

	padding: 25px 0;

	background: #fff;

}

.navbox .logo{

	line-height: 50px;

}

.navbox .logo img{

	max-height: 50px;

	width: auto;

}

.nav01 > li{

	margin-top: 10px;

	margin-left: 55px;

}

.nav01 > li a{

	font-size: 15px;

	color: #000;

	line-height: 30px;

	transition: 0.3s;

}

.nav01 > li:first-child > a{

	padding-left: 26px;

	background: url("/temp/temp/53/53-0031/202009151131/images/home.png") no-repeat left center;

	background-size: 18px;

}

.nav01 > li.a > a,.nav01 > li:hover > a{

	color:#d20111;

} 

.nav01 > li ul{

	background: #d20111;

}

.nav01 > li:hover > ul{

	display: none;

}

.nav01 > li > ul{

	left: -20px;

}

.nav01 > li ul li a{

	line-height: 40px;

	border-bottom: 1px solid rgba(255,255,255,0.14);

	color: #fff;

	width: 120px;

	padding: 0 20px;

	font-size: 14px;

	display: block;

}

.nav01 > li ul li a span{

	display: block;

	float: left;

	line-height: 40px;

	transition: 0.3s;

}

.nav01 > li ul li a em{

	font-size: 0;

	float: right;

	height: 40px;

	background: url("/temp/temp/53/53-0031/202009151131/images/more01.png") no-repeat center;

	background-size: 6px;

    display: block;

    width: 10px;

	opacity: 0.4;

	transition: 0.3s;

}

.nav01 > li ul li:hover > a > span{

	margin-left: 6px;

}

.nav01 > li ul li:hover > a > em{

	background-size: 8px;

	opacity: 0.8;

}

.nav01 > li ul li ul{

	background: #bf0210;

}

.nybanner{

	position: relative;

	background: #000;

}

.nybanner img{

	width: 100%;

	height: auto;

	opacity: 0.8;

}

.nytit{

	position: absolute;

	width: 100%;

	top: calc(50% - 52px);

	left: 0;

	text-align: center;

}

.nytit span{

	width: 30px;

	height: 3px;

	background: #d20111;

	display: block;

	margin: 10px auto;

}

.nytit h1{

	font-size: 32px;

	color: #fff;

	font-weight: bold;

	text-transform: uppercase;

}

.nytit h2{

	font-size: 18px;

	color: #fff;

	margin-top: 16px;

}

.lnav{

	background: #fff;

	border-bottom: 1px solid #eee;

	margin-bottom: 60px;

	text-align: center;

}

.lnav li{

	display: inline-block;

}

.lnav li{

	*display: inline;

}

.lnav li a {

    display: block;

    font-size: 16px;

    color: #333;

    line-height: 20px;

    transition: 0.3s;

    padding: 18px 45px;

    border-radius: 10px 0px 0px 0px;

}

.lnav li.a a,.lnav li:hover a{

	background: #d20111;

	color: #fff;

}

.lnav li a span{

	display: none;

}

.default-mod-add .nytit,.default-api-diy .nytit

,.default-mod-add .lnav,.default-api-diy .lnav{

	display: none;

}





/*banner*/

.banner01{

	max-height: 620px;

	overflow: hidden;

}

.banner01 .dots{

	bottom: 25px;

}

.banner01 .dots span{

	width: 10px;

	height: 10px;

	border-radius: 6px;

	border: 1px solid #fff;

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

	margin: 0 8px;

}

.banner01 .dots span.active{

	background: #fff;

}





/*实力*/

.power{

	background: #fff;

	box-shadow: 4px 0 24px rgba(0,0,0,0.10);

	margin-top: 60px;

}

.uid-3165 .power{

	display: none;

}

.power li{

	float: left;

	width: calc(100% / 3);

	box-sizing: border-box;

	border-right: 1px solid #eee;

	padding: 40px 50px;

}

.power li h3{

	float: left;

    font-size: 60px;

    font-weight: bold;

    line-height: 48px;

    margin-right: 20px;

    color: #000;

    width: 90px;

    text-align: center;

}

.power li .text div {

    float: left;

    padding-bottom: 15px;

    border-bottom: 1px solid #eee;

    width: calc(100% - 110px);

}

.power li .text h4{

	font-size: 16px;

    color: #000;

    line-height: 20px;

    margin-bottom: 6px;

}

.power li .text h5{

	font-size: 12px;

    color: #808080;

    line-height: 14px;

    text-transform: uppercase;

}

.power li img{

	margin-top: 35px;

    width: 40px;

    margin-left: calc(50% - 20px);

    height: auto;

    opacity: 0.4;

}





/*about*/

.about{

	margin: 80px auto;

}

.tit01{

	text-align: center;

	margin-bottom: 40px;

}

.tit01 h1{

	font-size: 36px;

	color: #000;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 36px;

}

.tit01 span{

	display: block;

	width: 34px;

	height: 20px;

	margin: 15px auto;

	background: url("/temp/temp/53/53-0031/202009151131/images/tit01.png") no-repeat center;

}

.tit01 h2{

	font-size: 18px;

	color: #000;

}

.about .text .a01{

	float: left;

	width: 50%;

	margin-top: 35px;

}

.about .text .a01 > h3{

	font-size: 20px;

	color: #000;

	font-weight: bold;

}

.about .text .a01 > span{

	display: block;

	height: 1px;

	background: #eee;

	margin: 30px 0;

	position: relative;

}

.about .text .a01 p{

	font-size: 14px;

	color: #666;

	line-height: 32px;

	margin-bottom: 60px;

}

.about .text .a02{

	float: right;

	width: 42%;

	overflow: hidden;

	position: relative;

}

.about .text img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.about .text .a02::after{

	content: "";

	position: absolute;

	width: 80px;

	height: 360px;

	background: url("/temp/temp/53/53-0031/202009151131/images/about.png") no-repeat center;

	left: -30px;

	top: 0;

}

.about .text img:hover{

	transform: scale(1.06);

}

.more01{

	display: block;

	width: 80px;

	padding: 0 40px;

	line-height: 46px;

	border-radius: 23px;

	background: #d20111;

	transition: 0.3s;

}

.more01 h3{

	float: left;

	font-size: 14px;

	color: #fff;

}

.more01 span{

	float: right;

	background: url("/temp/temp/53/53-0031/202009151131/images/more02.png") no-repeat right center;

	display: block;

	width: 14px;

	height: 46px;

	background-size: 14px;

}

.more01:hover{

	opacity: 0.8;

}





/*解决方案*/

.solution{

	margin-bottom: 80px;

}

.solution .fabg{

	padding: 60px 0;

	background: url("/temp/temp/53/53-0031/202009151131/images/fabg.jpg") no-repeat center;

}

.fatitle{

	float: left;

	width: 280px;

}

.fatitle li{

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

	position: relative;

	padding: 25px 0;

	text-align: center;

	border-bottom: 1px solid rgba(255,255,255,0.10);

	cursor: pointer;

	transition: 0.3s;

}

.fatitle li:last-child{

	border: none;

}

.fatitle li.a,.fatitle li:hover{

	background: #d20111;

}

.fatitle li.a span,.fatitle li:hover span{ 

	opacity: 1;

}

.fatitle li img{

	width: 42px;

	height: auto;

	margin-bottom: 8px;

}

.fatitle li h3{

	font-size: 16px;

	color: #fff;

}

.fatitle li span{

	display: block;

	width: 13px;

	height: 21px;

	position: absolute;

	right: -12px;

	top: calc(50% - 10px);

	z-index: 2;

	opacity: 0;

	transition: 0.3s;

	background: url("/temp/temp/53/53-0031/202009151131/images/more03.png") no-repeat center;

}

.fatext{

	float: right;

	width: calc(100% - 280px);

	background: #fff;

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

}

.fatext li{

	padding: 50px 120px;

	text-align: center;

	display: none;

	position: relative;

	height: 399px;

}

.fatext li:first-child{

	display: block;

}

.fatext li h3{

	font-size: 22px;

	color: #000;

	font-weight: bold;

}

.fatext li h4{

	font-size: 12px;

	color: #808080;

	text-transform: uppercase;

	margin-top: 10px;

}

.fatext li span{

	display: block;

	width: 24px;

	height: 4px;

	border-radius: 2px;

	margin: 20px auto;

	background: #d20111;

}

.fatext li p{

	font-size: 13px;

	line-height: 30px;

	color: #666;

	height: 90px;

	overflow: hidden;

}

.fatext li a{

	display: block;

	width: 150px;

	line-height: 38px;

	border: 1px solid #d20111;

	text-align: center;

	font-size: 14px;

	color: #d20111;

	border-radius: 20px;

	transition: 0.3s;

	margin: auto;

	margin-top: 40px;

}

.fatext li a:hover{

	background: #d20111;

	color: #fff;

}

.fatext li .text{

	position: relative;

	z-index: 2;

}

.fatext li img{

	width: 480px;

	height: auto;

	position: absolute;

	left: calc(50% - 240px);

	bottom: 20px;

	opacity: 0.6;

	z-index: 1;

}





/*新闻资讯*/

.news{

	margin-bottom: 100px;

}

.news ul li{

	float: left;

	width: calc(100% / 3);

	position: relative;

	transition: 0.4s;

}

.news ul li::after{

	content: "";

	position: absolute;

	left: 0;

	bottom: 0;

	width: 40%;

	height: 4px;

	background: #d20111;

	opacity: 0;

	transition: 0.4s;

}

.news ul li a{

	display: block;

	background: #fff;

	padding: 50px 40px;

	border-left: 1px solid #eee;

	transition: 0.4s;

}

.news ul li:last-child a{

	border-right: 1px solid #eee;

}

.news ul li h4{

	font-size: 30px;

	font-weight: bold;

	color: #666;

}

.news ul li h3{

	font-size: 15px;

	color: #000;

	margin-top: 20px;

	margin-bottom: 10px;

}

.news ul li p{

	font-size: 12px;

	color: #666;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.news ul li img{

	width: 100%;

	height: auto;

	margin: 40px auto;

}

.news ul li span{

	display: block;

	width: 50px;

	height: 50px;

	border-radius: 25px;

	background: #fff url("/temp/temp/53/53-0031/202009151131/images/more04.png") no-repeat center;

	background-size: 20px;

	transition: 0.4s;

}

.news ul li:hover{

	box-shadow: 4px 0 16px rgba(0,0,0,0.10);

	z-index: 2;

	transform: translateY(-10px);

}

.news ul li:hover a{

	border-color: #fff;

}

.news ul li:hover::after{

	width: 100%;

	opacity: 1;

}

.news ul li:hover span{

	background: #d20111 url("/temp/temp/53/53-0031/202009151131/images/more02.png") no-repeat center;

	background-size: 20px;

}

.news .more01{

	margin: auto;

	margin-top: 40px;

}





/*合作伙伴*/

.partners{

	margin-bottom: 80px;

}

.partners ul li{

	float: left;

	width: 188px;

	margin-right: 12px;

	transition: 0.3s;

}

.partners ul li a{

	display: block;

}

.partners ul li img{

	width: 100%;

	height: auto;

}

.partners ul li:hover{

	box-shadow: 2px 0 16px rgba(0,0,0,0.08);

	transform: translateY(-6px);

	z-index: 2;

	opacity: 0.8;

}

.partners span.prev,.partners span.next{

	padding: 0;

	line-height: 60px;

	width: 24px;

	text-align: center;

	font-size: 18px;

	opacity: 0.4;

	margin-top: 0;

	top: 15px;

	background: #d20111;

	transition: 0.2s;

}

.partners span.prev:hover,.partners span.next:hover{

	opacity: 0.8;

}

.partners span.prev{

	left: -24px;

}

.partners span.next{

	right: -24px;

}





/*公共底部*/

.footer{

	background: #1f1f1f;

	padding-top: 60px;

}

.footer .f01 img{

	height: 40px;

	width: auto;

	margin-bottom: 30px;

}

.footer .f01 h4{

	font-size: 14px;

	color: #999;

	margin-bottom: 10px;

}

.footer .f01 ul li{

	float: left;

	margin-right: 40px;

	padding-right: 40px;

	border-right: 1px solid #444;

	margin-top: 10px;

}

.footer .f01 ul li:last-child{

	border: none;

	margin-right: 0;

	padding-right: 0;

}

.footer .f01 ul li a{

	font-size: 14px;

	color: #fff;

	line-height: 16px;

	transition: 0.2s;

}

.footer .f01 ul li a:hover{

	color: #d20111;

}

.footer .f02{

	margin-top: 30px;

}

.footer .f02 div{

	float: left;

	width: 110px;

	text-align: center;

	margin-left: 40px;

}

.footer .f02 div img{

	width: 100%;

	height: auto;

}

.footer .f02 div h4{

	color: #999;

	margin-top: 10px;

}

.jishu{

	margin-top: 60px;

	padding: 25px 0;

	border-top: 1px solid #333;

	text-align: center;

}

.jishu .default-pc-copyright{

	width: 100%;

	margin: auto;

}

.jishu .default-pc-copyright a{

	color: #666;

	transition: 0.2s;

}

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

	color: #fff;

}

.top01{

	position: fixed;

	width: 42px;

	line-height: 42px;

	text-align: center;

	background: #d20111;

	font-size: 18px;

	color: #fff;

	cursor: pointer;

	right: 40px;

	bottom: 40px;

	z-index: 6;

}





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

.pub01{

	text-align: right;

	margin-bottom: 8px;

}

.lnews{

	margin-bottom: 80px;

}

.lnews ul li{

	float: left;

	width: 31%;

	margin-right: 3.5%;

	margin-bottom: 3.5%;

}

.lnews ul li a{

	display: block;

}

.lnews ul li div{

	width: 100%;

	position: relative;

	overflow: hidden;

}

.lnews ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnews ul li h3{

	font-size: 15px;

	margin: 20px 0 15px 0;

	padding-bottom: 15px;

	border-bottom: 1px solid #eee;

	transition: 0.4s;

}

.lnews ul li p{

	font-size: 12px;

	color: #888;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.lnews ul li h4{

	position: absolute;

	width: 96px;

	line-height: 24px;

	text-align: center;

	background: rgba(210,1,17,0.60);

	font-size: 12px;

	color: #fff;

	right: 0;

	top: 0;

	opacity: 0;

	transition: 0.4s;

}

.lnews ul li:hover img{

	transform: scale(1.06);

}

.lnews ul li:hover h3{

	color: #d20111;

}

.lnews ul li:hover h4{

	opacity: 1;

}





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

.vnews{

	background: #f9f9f9;

    padding-bottom: 100px;

    padding-top: 20px;

}

.pox01{

	margin-bottom: 20px;

	color: #666;

}

.pox01 a{

	color: #888;

}

.pox01 a:hover{

	color: #d20111;

}

.pox01 a.abc1{

	display: none;

}

.hotnews{

	background: #fff;

	float: right;

	width: 24%;

}

.hotnews dt{

	width: calc(100% - 40px);

    line-height: 40px;

    background: #d20111;

    color: #fff;

    font-size: 16px;

    padding: 0 20px;

}

.hotnews dd {

    border-bottom: 1px solid #e8e8e8;

}

.hotnews dd a{

	display: block;

    padding: 20px;

}

.hotnews dd a h3{

	font-size: 14px;

    color: #555;

    line-height: 20px;

    margin-bottom: 5px;

    transition: 0.3s;

}

.hotnews dd a h4{

	font-size: 12px;

    color: #999;

}

.hotnews dd:last-child{

	border: none;

}

.vntext {

    float: left;

    width: 63%;

    padding: 45px 5%;

    padding-bottom: 60px;

    background: #fff;

}

.vntext .return {

    margin-bottom: 20px;

}

.vntext .return a {

    float: left;

    display: block;

    width: 74px;

    text-align: center;

    line-height: 22px;

    font-size: 12px;

    color: #fff;

    background: #d20111;

}

.vntext .return h4 {

    float: left;

    font-size: 12px;

    color: #888;

    margin-left: 15px;

    line-height: 22px;

}

.vntext .return em {

    line-height: 22px;

    font-style: normal;

    font-size: 14px;

    color: #888;

    margin-right: 4px;

}

.vntext h1 {

    font-size: 24px;

    color: #000;

    margin-bottom: 30px;

    font-weight: bold;

}

.next01 {

    margin-top: 40px;

}

.next01 p {

    font-size: 12px;

    color: #666;

    margin-bottom: 5px;

}

.next01 a{

	color: #888;

	transition: 0.2s;

}

.next01 a:hover{

	color: #3973d4;

}





/*关于我们内容页----------------------------------------------------------------------*/

.vabout{

	width: 960px;

	margin: auto;

	margin-bottom: 100px;

}

.vabout h1{

	font-size: 22px;

	color: #000;

	text-align: center;

	border-bottom: 1px solid #eee;

	border-top: 1px solid #eee;

	margin-bottom: 40px;

	padding: 16px 0;

}

.default-article-content{

	line-height: 26px;

}





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

.lab01{

	margin: 80px auto;

}

.tit02{

	text-align: center;

	margin-bottom: 50px;

}

.tit02 h1{

	font-size: 28px;

	color: #000;

	font-weight: bold;

}

.tit02 span{

	display: block;

	width: 32px;

	height: 4px;

	border-radius: 2px;

	margin: 15px auto;

	background: #d20111;

}

.tit02 h2{

	font-size: 16px;

	color: #ccc;

	letter-spacing: 4px;

	text-transform: uppercase;

}

.lab01 .text{

	float: left;

	width: 46%;

	margin-top: 20px;

}

.lab01 .text h3{

	font-size: 24px;

	color: #333;

	font-weight: bold;

	line-height: 36px;

}

.lab01 .text p{

	font-size: 15px;

	color: #808080;

	line-height: 32px;

	margin-top: 25px;

	margin-bottom: 60px;

}

.lab01 .text a{

	font-size: 14px;

	color: #d20111;

}

.lab01 img{

	float: right;

	width: 48%;

	height: auto;

}



.lab02{

	padding: 100px 0;

	background: #d20111 url("/temp/temp/53/53-0031/202009151131/images/ab01.jpg") no-repeat center;

}

.lab02 .left01{

	float: left;

	width: 50%;

	box-sizing: border-box;

	padding: 100px 70px;

	border: 4px solid #fff;

	color: #fff;

}

.lab02 .left01 h1{

	font-size: 34px;

	font-weight: bold;

	text-transform: uppercase;

}

.lab02 .left01 h2{

	font-size: 28px;

	font-weight: bold;

	margin-top: 2px;

	margin-bottom: 30px;

}

.lab02 .left01 p{

	font-size: 15px;

	line-height: 36px;

}

.lab02 .right01{

	float: right;

	width: 42%;

	margin-top: 50px;

}

.lab02 .right01 li{

	margin-bottom: 52px;

}

.lab02 .right01 li img{

	float: left;

	width: 36px;

	height: auto;

	margin-top: 4px;

}

.lab02 .right01 li div{

	float: right;

	width: calc(100% - 57px);

}

.lab02 .right01 li h3{

	font-size: 16px;

	color: #fff;

	line-height: 20px;

	margin-bottom: 4px;

}

.lab02 .right01 li p{

	font-size: 14px;

	color: #b2b2b2;

	line-height: 20px;

}



.lab03{

	margin: 80px auto;

}

.lab03 .tit02{

	margin-bottom: 60px;

}

.lab03 .left01{

	width: 42%;

}

.lab03 .left01 img{

	width: 100%;

	height: auto;

}

.lab03 .right01{

	width: 52%;

}

.lab03 .right01 li{

	margin-bottom: 25px;

}

.lab03 .right01 li img{

	float: left;

	width: 94px;

	height: auto;

}

.lab03 .right01 li div{

	float: right;

	width: calc(100% - 124px);

	margin-top: 9px;

}

.lab03 .right01 li h3{

	font-size: 16px;

	color: #000;

	margin-bottom: 5px;

}

.lab03 .right01 li p{

	font-size: 13px;

	color: #808080;

	line-height: 24px;

	min-height: 72px;

}



.lab04{

	padding-top: 70px;

    background: url("/temp/temp/53/53-0031/202009151131/images/bg01.jpg") no-repeat center;

    background-attachment: fixed;

    background-size: cover;

}

.lab04 .tit02 h1,.lab04 .tit02 h2{

	color: #fff;

}

.lab04 ul{

	position: relative;

    padding-bottom: 60px;

    max-height: 540px;

    overflow-y: scroll;

    border-left: 4px solid #d20111;

	box-sizing: border-box;

}

.lab04 ul::-webkit-scrollbar {

    width: 4px;

    background: rgba(210,1,17,0.50);

}

.lab04 ul::-webkit-scrollbar-thumb {

    width: 2px;

    background: #fff;

	border-radius: 2px;

}

.lab04 ul li{

	padding: 18px 0;

	position: relative;

}

.lab04 ul li::before{

	position: absolute;

	content: "";

	width: 16px;

	height: 4px;

	background: #d20111;

	left: 0;

	top: 27px;

}

.lab04 ul li h3{

	float: left;

    padding-left: 50px;

    position: relative;

    font-size: 14px;

    width: 130px;

	line-height: 22px;

	color: #fff;

	box-sizing: border-box;

}

.lab04 ul li p {

    position: relative;

    float: left;

    padding-left: 15px;

    font-size: 14px;

	line-height: 22px;

	color: #fff;

}

.lab04 ul li p::after{

	content: "";

	position: absolute;

	width: 4px;

	height: 4px;

	border-radius: 2px;

	background: #fff;

	top: 9px;

	left: 0;

}



.lab05{

	margin-top: 80px;

	margin-bottom: 40px;

}

.lab05 ul li{

	float: left;

	width: 20%;

	height: 20%;

	text-align: center;

}

.lab05 ul li .text01{

	background: #fff;

	box-sizing: border-box;

	border: 30px solid #fa9a52;

	padding-bottom: 24px;

	position: relative;

	z-index: 2;

	cursor: pointer;

}

.lab05 ul li.abc1 .text01{

	border: 30px solid #84ccc9;

}

.lab05 ul li.abc2 .text01{

	border: 30px solid #d3b2e7;

}

.lab05 ul li.abc3 .text01{

	border: 30px solid #7ecef4;

}

.lab05 ul li.abc4 .text01{

	border: 30px solid #f9accd;

}

.lab05 ul li .text01 h3{

	font-size: 30px;

	color: #000;

	font-weight: bold;

	margin-top: 24px;

	margin-bottom: 6px;

}

.lab05 ul li .text01 h4{

	font-size: 12px;

	color: #ccc;

	text-transform: uppercase;

	letter-spacing: 4px;

}

.lab05 ul li .text01 img{

	width: 40px;

	height: auto;

	margin: auto;

	margin-top: 20px;

}

.lab05 ul li .text02{

	width: calc(100% + 110px);

	position: relative;

	left: -55px;

	z-index: 1;

	top: -60px;

	opacity: 0;

	transition: 0.3s;

}

.lab05 ul li.a .text02{

	top: 0;

	opacity: 1;

}

.lab05 ul li .text02 span{

	display: block;

	width: 2px;

	height: 40px;

	margin: auto;

	background: #fa9a52;

}

.lab05 ul li .text02 ins{

	display: block;

	width: 20px;

	height: 20px;

	margin: auto;

	background: #fa9a52;

}

.lab05 ul li .text02 p{

	background: #fff;

	padding: 20px;

	font-size: 12px;

	color: #666;

	line-height: 24px;

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

	margin-top: 20px;

}

.lab05 ul li.abc1 .text02 span,.lab05 ul li.abc1 .text02 ins{

	background: #84ccc9;

}

.lab05 ul li.abc2 .text02 span,.lab05 ul li.abc2 .text02 ins{

	background: #d3b2e7;

}

.lab05 ul li.abc3 .text02 span,.lab05 ul li.abc3 .text02 ins{

	background: #7ecef4;

}

.lab05 ul li.abc4 .text02 span,.lab05 ul li.abc4 .text02 ins{

	background: #f9accd;

}





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

.lpartner{

	margin-top: 60px;

	margin-bottom: 100px;

}

.lpartner ul li{

	float: left;

	width: 18.25%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.lpartner ul li a{

	display: block;

}

.lpartner ul li span{

	width: 100%;

	display: block;

	overflow: hidden;

	border: 1px solid #eee;

	padding: 4px 12px;

	box-sizing: border-box;

}

.lpartner ul li img{

	width: 100%;

	height: auto;

	transition: 0.3s;

}

.lpartner ul li h3{

	text-align: center;

	font-size: 14px;

	color: #666;

	margin-top: 10px;

	display: none;

}

.lpartner ul li:hover img{

	transform: scale(1.05);

}





/*联系我们列表页----------------------------------------------------------------------*/

.contact01{

	background: #fff;

    box-shadow: 0px 0 18px #eee;

}

.contact01 li{

	float: left;

	width: calc(100% / 3);

	text-align: center;

	box-sizing: border-box;

	padding: 40px;

	border-right: 1px solid #eee;

}

.contact01 li:last-child{

	border: none;

}

.contact01 li img{

	width: 60px;

	height: auto;

}

.contact01 li h3{

	font-size: 16px;

	color: #000;

	margin-top: 20px;

}

.contact01 li span{

	display: block;

	width: 26px;

	height: 4px;

	border-radius: 2px;

	margin: 15px auto;

	background: #d20111;

}

.contact01 li h4{

	font-size: 14px;

	color: #666;

}

.contact02{

	margin-top: 60px;

	margin-bottom: 80px;

}

.ueditor_baidumap{

	max-width: 100%;

	overflow: hidden;

}





/*申请表页面------------------------------------------------------------------------*/

.lapply{

	margin: 80px auto;

	margin-top: 120px;

	width: 700px;

	border: 1px solid #eee;

	border-radius: 10px;

	padding: 80px;

	padding-top: 100px;

	position: relative;

	background: #fff;

}

.lapply img{

	position: absolute;

	top: -60px;

	left: calc(50% - 60px);

	width: 120px;

	height: auto;

	border-radius: 60px;

}

.lapply h3{

	font-size: 22px;

	font-weight: bold;

	color: #d20111;

	text-align: center;

}

.lapply h5{

	font-size: 15px;

	color: #888;

	margin-top: 5px;

	margin-bottom: 40px;

	text-align: center;

}

.lapply h4{

	display: none;

}

.lapply label{

	display: none;

}

.lapply .default-form-item{

	width: 100%;

	margin-bottom: 20px;

}

.lapply input[type="text"]{

	width: calc(100% - 40px);

	padding: 0 20px;

	background: #fff;

	border: 1px solid #eaeaea;

	line-height: 40px;

	height: 40px;

	font-size: 14px;

	color: #333;

	outline-color: #d20111;

}

.lapply textarea{

	width: calc(100% - 40px);

	padding: 0 20px;

	line-height: 40px;

	font-size: 14px;

	color: #333;

	background: #fff;

	border: 1px solid #eaeaea;

	height: 120px;

	outline-color: #d20111;

}

.lapply .default-form-item input::-webkit-input-placeholder

,.lapply textarea::-webkit-input-placeholder{

	font-size: 14px;

	color: #888;

	font-family: "微软雅黑";

}

.lapply input[type="submit"]{

	border: none;

	background: #d20111;

	width: 100%;

	text-align: center;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 14px;

	cursor: pointer;

}





/*图片展示列表页----------------------------------------------------------------------*/

.lshow{

	margin-bottom: 80px;

}

.lshow li{

	background: #fff;

	padding: 40px 60px;

	margin-bottom: 40px;

}

.lshow li img{

	float: left;

	width: 42%;

	height: auto;

}

.lshow li .text{

	float: right;

	width: 52%;

	margin-top: 40px;

}

.lshow li .text > h3{

	font-size: 16px;

	color: #000;

}

.lshow li p{

	color: #666;

    font-size: 14px;

    line-height: 26px;

    margin-top: 20px;

    margin-bottom: 40px;

    height: 78px;

    overflow: hidden;

}





/*适配说明页面-----------------------------------------------------------------------*/

.adapter01{

	margin-top: 80px;

	margin-bottom: 40px;

}

.tit03{

	text-align: center;

	margin-bottom: 50px;

}

.tit03 h1{

	font-size: 24px;

	color: #000;

	font-weight: bold;

	margin-bottom: 10px;

}

.tit03 h2{

	font-size: 14px;

	color: #666;

	text-transform: uppercase;

}

.adapter01 ul li img{

	float: left;

	width: 50%;

	height: auto;

}

.adapter01 ul li div{

	float: right;

	width: 44%;

	margin-top: 80px;

}

.adapter01 ul li h3{

	font-size: 18px;

	color: #000;

	margin-bottom: 20px;

}

.adapter01 ul li p{

	font-size: 13px;

	color: #666;

	line-height: 32px;

}

.adapter01 ul li:last-child img{

	float: right;

}

.adapter01 ul li:last-child div{

	float: left;

}



.adapter02{

	padding: 80px 0;

	background: url("/temp/temp/53/53-0031/202009151131/images/bg02.jpg") no-repeat bottom center;

}

.adapter02 ul li{

	float: left;

	width: calc(20% - 8px);

	margin-right: 10px;

	text-align: center;

}

.adapter02 ul li:last-child{

	margin-right: 0;

}

.adapter02 ul li h3{

	font-size: 26px;

	color: #d20111;

	font-weight: bold;

	margin-bottom: 25px;

}

.adapter02 ul li h4{

	line-height: 44px;

	width: 100%;

	background: #d20111;

	color: #fff;

	font-size: 15px;

	position: relative;

}

.adapter02 ul li h4::after{

	content: "";

	width: 20px;

	height: 14px;

	background: url("/temp/temp/53/53-0031/202009151131/images/sanjiao.png") no-repeat center;

	position: absolute;

	top: -14px;

	left: calc(50% - 10px);

}

.adapter02 ul li p{

	width: calc(100% - 50px);

	padding: 25px;

	background: #fff;

	font-size: 12px;

	color: #444;

	line-height: 28px;

}

.adapter02 .text{

	margin-top: 20px;

	padding: 20px 60px;

	background: #fff;

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

}

.adapter02 .text p{

	font-size: 12px;

	color: #444;

	text-align: center;

}



.adapter03{

	margin: 80px auto;

}

.adapter03 ul li{

	float: left;

	width: calc(25% - 40px);

	margin-right: 40px;

	height: 300px;

	background: url("/temp/temp/53/53-0031/202009151131/images/lcbg.png") no-repeat center;

	background-size: 100%;

	position: relative;

	margin-bottom: 20px;

}

.adapter03 ul li:nth-child(2n){

	background: url("/temp/temp/53/53-0031/202009151131/images/lcbg02.png") no-repeat center;

	background-size: 100%;

}

.adapter03 ul li div{

	position: absolute;

	width: calc(100% - 40px);

	box-sizing: border-box;

	padding: 0 25px;

	left: 30px;

	top: 0;

	text-align: center;

}

.adapter03 ul li h3{

	font-size: 32px;

	color: #fe6c6c;

	font-weight: bold;

	margin-top: 80px;

	margin-bottom: 4px;

}

.adapter03 ul li:nth-child(2n) h3{

	color: #fdb06b; 

}

.adapter03 ul li p{

	font-size: 12px;

	color: #444;

	line-height: 24px;

}

.default-mobile-page a.a,.page a.a, .page a:hover{

    background-color: #d20111;

    border-color: #d20111;

}





.uid-3165 .lab05{

	display: none;

}

.uid-3165 .partners{

	margin-top: 80px;

}















/*不同尺寸下调整----------------------------------------------------------------------*/

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

	.w960 .wp, .w960 .w1188 {

		width: 1188px;

	}

	

}

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

	.ismobile header h1 a span{

		display: none;

	}

	.ismobile header .bg{

		background: #fff;

		opacity: 1;

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

	}

	.ismobile header h1 img {

		height: 34px;

		margin-left: 10px;

		margin-right: 10px;

	}

	.ismobile .nav-click{

		color: #d20111;

	}

	.ismobile #mobile-nav{

		background-color: #d20111;

	}

	.default-mobile-nav-menu li a{

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

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

	}

	.default-mobile-nav-menu li ul{

		background-color: #b7000e;

	}

	.banner01 .dots span{

		width: 8px;

		height: 8px;

		margin: 0 6px;

	}

	.banner01 .dots {

		bottom: 14px;

	}

	.power{

		margin-top: 0;

		box-shadow: none;

	}

	.power li {

		width: 100%;

		border-bottom: 1px solid #eee;

		border-right: none;

		padding: 25px;

	}

	.power li .text{

		float: left;

	}

	.power li h3{

		font-size: 36px;

		line-height: 40px;

		width: 42px;

	}

	.power li .text div {

		padding-bottom: 0;

		border-bottom: none;

		width: auto;

	}

	.power li .text h4 {

		font-size: 15px;

		margin-bottom: 4px;

	}

	.power li .text h5{

		font-size: 11px;

	}

	.power li img {

		margin-top: 5px;

		width: 30px;

		margin-left: 0;

		float: right;

	}

	.tit01{

		margin-bottom: 25px;

	}

	.tit01 h1{

		font-size: 20px;

		line-height: 22px;

	}

	.tit01 span{

		width: 24px;

		height: 16px;

		background-size: 100%;

		margin: 10px auto;

	}

	.tit01 h2{

		font-size: 15px;

	}

	.about {

		margin: 40px auto;

	}

	.about .text .a01 {

		width: 100%;

		margin-top: 0;

		text-align: center;

	}

	.about .text .a01 > h3{

		font-size: 18px;

	}

	.about .text .a01 p {

		font-size: 12px;

		line-height: 26px;

		margin-bottom: 20px;

	}

	.about .text .a01 > span{

		width: 100% !important;

		left: 0 !important;

		margin: 15px 0;

	}

	.about .text img:hover {

		transform: scale(1);

	}

	.more01 {

		padding: 0 30px;

		line-height: 36px;

	}

	.more01 h3{

		font-size: 12px;

	}

	.more01 span{

		height: 36px;

	}

	.about .more01{

		margin: auto;

		margin-top: 20px;

	}

	.more01:hover {

		opacity: 1;

	}

	.about .text .a02{

		width: 100%;

	}

	.about .text .a02::after {

		width: 64px;

		height: calc(100% - 56px);

		left: -30px;

		background-size: auto 100%;

	}

	.solution {

		margin-bottom: 40px;

	}

	.solution .fabg{

		padding: 30px 0;

	}

	.fatitle{

		width: 100%;

	}

	.fatitle li{

		float: left;

		width: 25%;

		padding: 12px 0;

		border-right: 1px solid rgba(255,255,255,0.10);

		border-bottom: none;

		box-sizing: border-box;

	}

	.fatitle li h3{

		font-size: 12px;

	}

	.fatitle li img{

		width: 26px;

		margin-bottom: 4px;

	}

	.fatitle li span{

		width: 20px;

		height: 14px;

		background: url("/temp/temp/53/53-0031/202009151131/images/sanjiao02.png") no-repeat center;

		right: calc(50% - 10px);

		top: inherit;

		bottom: -14px; 

	}

	.fatext{

		width: 100%;

	}

	.fatext li{

		padding: 40px 20px;

		height: auto;

	}

	.fatext li h3{

		font-size: 18px;

	}

	.fatext li h4{

		margin-top: 4px;

    	margin-bottom: 15px;

	}

	.fatext li p {

		font-size: 12px;

		line-height: 24px;

		height: 72px;

	}

	.fatext li a {

		width: 124px;

		line-height: 32px;

		font-size: 12px;

		border-radius: 20px;

		margin-top: 30px;

		background:#d20111;

		color: #fff;

	}

	.fatext li img {

		width: 320px;

		left: calc(50% - 160px);

		max-width: 100%;

		opacity: 0.4;

	}

	.news ul li{

		width: 100%;

		border-bottom: 1px solid #eee;

	}

	.news ul li a div{

		float: left;

		width: calc(100% - 122px);

	}

	.news ul li a img{

		float: right;

		width: 110px;

		margin: 0;

	}

	.news ul li a{

		border: none;

		padding: 20px 0;

	}

	.news ul li h3 {

		font-size: 14px;

		margin-top: 0px;

		margin-bottom: 4px;

	}

	.news ul li p{

		line-height: 20px;

		height: 40px;

	}

	.news .more01 {

		margin-top: 25px;

	}

	.news {

		margin-bottom: 50px;

	}

	.news ul li:hover {

		box-shadow: none;

		transform: translateY(0);

	}

	.news ul li:hover::after{

		opacity: 0;

		width: 0;

	}

	.partners {

		margin-bottom: 40px;

		margin-top: 0;

	}

	.partners ul li{

		width: 110px;

		margin-right: 10px;

	}

	.partners span.prev, .partners span.next {

		line-height: 40px;

		width: 20px;

		font-size: 14px;

		margin-top: -20px;

		top: 50%;

	}

	.partners span.next {

		right: 0;

	}

	.partners span.prev{

		left: 0;

	}

	.partners ul li:hover {

		box-shadow: none;

		transform: translateY(0);

		opacity: 1;

	}

	

	/*列表页*/

	.tit02 h1{

		font-size: 18px;

	}

	.tit02 span {

		width: 22px;

		height: 3px;

		margin: 8px auto;

	}

	.tit02 h2 {

		font-size: 12px;

		letter-spacing: 0px;

	}

	.tit02 {

		text-align: center;

		margin-bottom: 25px;

	}

	.lab01 {

		margin: 40px auto;

	}

	.lab01 .text {

		width: 100%;

		margin-top: 0;

	}

	.lab01 .text h3 {

		font-size: 18px;

		line-height: 26px;

	}

	.lab01 .text p {

		font-size: 12px;

		line-height: 24px;

		margin-top: 10px;

		margin-bottom: 20px;

	}

	.lab01 > div{

		position: relative;

	}

	.lab01 img{

		float: none;

		position: absolute;

		right: -10px;

		bottom: -20px;

		z-index: -1;

		width: 80%;

		opacity: 0.4;

	}

	.lab02{

		padding: 20px 0;

		padding-top: 40px;

		background-position: left center;

	}

	.lab02 .left01 {

		width: 100%;

		padding: 0;

		border: none;

	}

	.lab02 .right01 li img{

		width: 30px;

		margin-top: 7px;

	}

	.lab02 .right01 li div {

		width: calc(100% - 42px);

	}

	.lab02 .left01 h1{

		font-size: 24px;

	}

	.lab02 .left01 h2 {

		font-size: 18px;

		margin-top: 0px;

		margin-bottom: 8px;

	}

	.lab02 .left01 p {

		font-size: 12px;

		line-height: 24px;

		opacity: 0.7;

	}

	.lab02 .right01 {

		width: 100%;

		margin-top: 20px;

		padding-top: 20px;

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

	}

	.lab02 .right01 li h3{

		font-size: 14px;

	}

	.lab02 .right01 li p{

		font-size: 12px;

		color: #fff;

		opacity: 0.7;

	}

	.lab02 .right01 li {

		margin-bottom: 25px;

	}

	.lab03 {

		margin: 40px auto;

	}

	.lab03 .tit02 {

		margin-bottom: 25px;

	}

	.lab03 .left01 {

		width: 100%;

	}

	.lab03 .right01 {

		width: 100%;

		margin-top: 20px;

	}

	.lab03 .right01 li img{

		width: 60px;

	}

	.lab03 .right01 li div {

		width: calc(100% - 74px);

		margin-top: 0;

	}

	.lab03 .right01 li h3 {

		font-size: 14px;

		margin-bottom: 2px;

	}

	.lab03 .right01 li p {

		font-size: 11px;

		line-height: 20px;

		min-height: inherit;

	}

	.lab03 .right01 li:last-child{

		margin-bottom: 0;

	}

	.lab04 {

		padding-top: 30px;

		background-attachment: inherit;

		margin-bottom: 40px;

	}

	.lab04 ul li h3{

		padding-left: 26px;

		font-size: 12px;

		width: 100%;

		line-height: 22px;

	}

	.lab04 ul li p {

		padding-left: 26px;

		font-size: 12px;

		line-height: 22px;

	}

	.lab04 ul li p::after{

		display: none;

	}

	.lab04 ul li {

		padding: 14px 0;

	}

	.lab04 ul li::before{

		top: 22px;

	}

	.lab04 ul {

		padding-bottom: 25px;

		max-height: 480px;

	}

	.lab05{

		display: none;

	}

	.contact01{

		box-shadow: none;

	}

	.contact01 li {

		width: 100%;

		padding: 20px;

		border-right: none;

    	border-bottom: 1px solid #eee;

	}

	.contact01 li img{

		width: 42px;

	}

	.contact01 li h3{

		margin-top: 10px;

	}

	.contact01 li span {

		width: 22px;

		height: 3px;

		margin: 10px auto;

	}

	.contact01 li h4{

		font-size: 12px;

	}

	.contact02 {

		margin-top: 0;

		margin-bottom: 40px;

	}

	.ueditor_baidumap{

		min-width: inherit;

	}

	.lapply img {

		top: -40px;

		left: calc(50% - 40px);

		width: 80px;

	}

	.lapply h3{

		font-size: 18px;

	}

	.lapply h5 {

		font-size: 12px;

		margin-bottom: 20px;

	}

	.lapply {

		margin: 40px auto;

		margin-top: 60px;

		width: 100%;

		padding: 30px 10px;

		padding-top: 60px;

		box-sizing: border-box;

	}

	.lapply input[type="text"] {

		width: calc(100% - 26px);

		padding: 0 12px;

		line-height: 36px;

		height: 36px;

		font-size: 12px;

	}

	.lapply textarea {

		width: calc(100% - 26px);

		padding: 0 12px;

		line-height: 36px;

		font-size: 12px;

		height: 108px;

	}

	.lapply .default-form-item{

		margin-bottom: 15px;

	}

	.lapply input[type="text"]::-webkit-input-placeholder

	,.lapply textarea::-webkit-input-placeholder{

		font-size: 12px;

	}

	

	.default-mobile-list-cats{

		padding: 2px 10px;

		border: solid #dedede 1px;

	}

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

		font-size: 16px;

		line-height: 40px;

	}

	.mlnews li{

		padding: 20px 0;

		border-bottom: 1px solid #eee;

	}

	.mlnews{

		margin-bottom: 40px;

	}

	.mlnews li a{

		display: block;

	}

	.mlnews li img{

		float: right;

		width: 110px;

		height: auto;

	}

	.mlnews li div{

		float: left;

		width: calc(100% - 122px);

	}

	.mlnews li h3{

		font-size: 14px;

		margin-bottom: 2px;

		color: #000;

	}

	.mlnews li p{

		font-size: 11px;

		line-height: 20px;

		height: 40px;

		overflow: hidden;

		color: #888;

	}

	.default-mobile-page{

		margin-top: 15px;

	}

	.page a{

		padding: 0;

		width: 26px;

		line-height: 26px;

		text-align: center;

		font-size: 12px;

	}

	

	.lshow {

		margin-bottom: 40px;

		margin-top: 10px;

	}

	.lshow li {

		padding: 20px 10px;

		margin-bottom: 10px;

	}

	.lshow li img{

		width: 90%;

		margin: 0 5%;

	}

	.lshow li .text {

		width: 100%;

		margin-top: 10px;

	}

	.lshow li .text > h3{

		font-size: 14px;

	}

	.lshow li p {

		font-size: 12px;

		line-height: 20px;

		margin-top: 6px;

		margin-bottom: 20px;

		height: 40px;

	}

	

	.adapter01{

		margin-top: 40px;

	}

	.tit03 h1 {

		font-size: 18px;

		margin-bottom: 6px;

	}

	.tit03 h2{

		font-size: 12px;

	}

	.tit03{

		margin-bottom: 25px;

	}

	.adapter01 ul li{

		padding: 20px 15px;

		background: #f9f9f9;

		margin-bottom: 10px;

	}

	.adapter01 ul li img{

		width: 100%;

	}

	.adapter01 ul li div {

		width: 100%;

		margin-top: 10px;

	}

	.adapter01 ul li h3 {

		font-size: 15px;

		margin-bottom: 4px;

	}

	.adapter01 ul li p {

		font-size: 11px;

		line-height: 22px;

	}

	.adapter02{

		padding: 40px 0;

		background: #f2f6ff;

	}

	.adapter02 ul li{

		width: 100%;

		margin-right: 0;

		margin-bottom: 15px;

	}

	.adapter02 ul li div{

		text-align: center;

		background: #d20111;

	}

	.adapter02 ul li h3{

		color: #fff;

		display: inline-block;

		line-height: 36px;

		margin-right: 10px;

		font-size: 20px;

		margin-bottom: 0;

	}

	.adapter02 ul li h4{

		line-height: 36px;

		display: inline-block;

		font-size: 14px;

		width: auto;

		transform: translateY(-2px);

	}

	.adapter02 ul li h4::after{

		display: none;

	}

	.adapter02 ul li p {

		width: calc(100% - 30px);

		padding: 10px 15px;

		font-size: 12px;

		line-height: 22px;

	}

	.adapter02 .text {

		margin-top: 0;

		padding: 20px 15px;

	}

	.adapter03 {

		margin: 40px auto;

	}

	.adapter03 ul li,.adapter03 ul li:nth-child(2n){

		width: 100%;

		height: auto;

		background: #fff5f5;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.adapter03 ul li div {

		position: inherit;

		width: 100%;

		padding: 10px 12px;

		left: 0;

	}

	.adapter03 ul li h3 {

		font-size: 24px;

		margin: 0;

		float: left;

		line-height: 22px;

	}

	.adapter03 ul li p {

		line-height: 22px;

		float: right;

		width: calc(100% - 40px);

		text-align: left;

	}

	

	.lpartner ul li{

		width: 32%;

	}

	.lpartner ul li:nth-child(3n){

		margin-right: 0;

	}

	.lpartner {

		margin-top: 30px;

		margin-bottom: 60px;

	}

	.lpartner ul li span{

		padding: 0 4px;

	}

	.lpartner ul li:hover img {

		transform: scale(1);

	}



	

	

	

	

	

	

	

	/*内页*/

	.ismobile article h3 {

		font-size: 18px;

		margin-top: 20px;

	}

	.article-info{

		color: #888;

	}

	.article-info a,.ismobile article nav p a{

		color: #d20111;

	}

	.otherlist{

		display: none;

	}

	.ismobile article nav p {

		font-size: 12px;

	}

	

	

	

}

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

	

}






















































