/*!

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

}
body{background: #fff;}







.header{

	background: #fff;

	transition: 0.3s;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0; 

	z-index: 2;

}

.header.a{

	box-shadow: 0 0px 4px 1px #ddd;

}

.logo{

	line-height: 50px;

	margin: 21px 0;

	height: 50px;

	transition: 0.3s;

}

.header.a .logo{

	margin: 13px 0;

}

.logo img{

	height: 46px;

	width: auto;

	transition: 0.3s;

}

.nav01 li{

	margin-left: 5px;

}

.nav01 li a{

	display: block;

	padding: 30px 29px;

	font-size: 16px;

	color: #000;

	line-height: 30px;

	transition: 0.3s;

	border-bottom: 2px solid #fff;

}

.header.a .nav01 > li > a{

	padding: 22px 30px;

}

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

	color: #eb3b00;

	border-bottom: 2px solid #eb3b00;

}

.nav01 li ul{

	background: #fff;

    border-top: 2px solid #eb3b00;

	width: 100%;

}

.header .nav01 li:hover ul{

	display:none;

}

.nav01 li ul li{

	margin-left: 0;

	border-bottom: 1px solid #eee;

    transition: 0.3s;

}

.nav01 li ul li a{

	padding: 6px 0;

    width: 100%;

    text-align: center;

	border: none;

}

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

	color: #333;

	border: none;

}

.nav01 li ul li:hover a{

	background: #eee;

	border: none;

	color: #eb3b00;

}

.w960 .nav01 > li >  a{

	font-size: 15px;

	padding: 30px 14px;

}

.w960 .header.a .nav01 > li > a{

	padding: 22px 14px; 

}

.mailto{

	display: block;

	float: right;

	margin-left: 20px;

	line-height: 30px;

	width: 120px;

	text-align: center;

	background: #eb3b00;

	font-size: 14px;

	color: #fff;

	border-radius: 4px;

	margin-top: 31px;

	transition: 0.3s;

}

.header.a .mailto{

	margin-top: 23px;

}

.w960 .logo img{

	height: 42px;

}





/*banner*/

.banner01{

	max-height: 650px;

	overflow: hidden;

	margin-top: 91px;

}

.banner01 .dots{

	bottom: 25px;

	left: 0;

}

.banner01 .dots span{

	display: inline-block;

    position: relative;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 2px rgba(255,255,255,0.5);

	background: rgba(150,150,150,0.1);

    margin: 0 10px;

}

.banner01 .dots span.active{

	box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 5px rgba(255,255,255,0.5);

	background: rgba(150,150,150,0.4);

}

.fixtextbox{

	position: fixed;

	z-index: 3;

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

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	display: none;

}

.fixtext {

	background: #fff;

	padding: 40px 50px;

	width: 520px;

	border-radius: 10px;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

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

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

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

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

	left: calc(50% - 310px);

}

.fixtext h1{

	text-align: center;

	font-size: 24px;

	font-weight: bold;

	color: #eb3b00;

	margin-bottom: 20px;

}

.fixtext p{

	font-size: 14px;

	color: #666;

	line-height: 28px;

	margin-bottom: 15px;

}

.fixtext span {

    display: block;

    width: 140px;

    text-align: center;

    line-height: 38px;

    background: #eb3b00;

    font-size: 14px;

    color: #fff;

    border-radius: 6px;

    margin: auto;

    margin-top: 30px;

	cursor: pointer;

}

.fixtext a{

	color: #eb3b00;

}



/*关于我们*/

.about{

	margin: 100px auto;

}

.abtext{

	float: left;

	width: 52%;

}

.about h1{

	font-size: 26px;

	color: #000;

	font-weight: bold;

}

.about h2{

	font-size: 14px;

	color: #333;

	line-height: 30px;

	margin: 40px auto;

	margin-top: 20px;

}

.about a{

	display: block;

	background: #eb3b00;

	width: 132px;

	line-height: 40px;

	text-align: center;

	font-size: 14px;

	color: #fff;

	transition: 0.3s;

}

.about a:hover{

	opacity: 0.8;

}

.about ul{

	text-align: center;

	float: right;

	width: 42%;

}

.about li{

	float: left;

	width: 50%;

	text-align: center;

	padding: 25px 0;

	box-sizing: border-box;

}

.about li:first-child{

	border-right: 1px solid #eee;

	border-bottom: 1px solid #eee;

}

.about li.abc1{

	border-bottom: 1px solid #eee;

}

.about li.abc2{

	border-right: 1px solid #eee;

}

.about li:first-child em{

	display: none;

}

.about li h3{

	font-size: 36px;

	color: #eb3d00;

	font-weight: bold;

}

.about li h3 em{

	font-style: normal;

	color: #000;

}

.about li h4 {

    margin: auto;

    line-height: 24px;

    background: #1b3b51;

    border-radius: 4px;

    font-size: 12px;

    color: #fff;

    display: inline-block;

	*display:inline;

    padding: 0 10px;

}







/*合作伙伴*/

.partners{

	padding: 80px 0;

	background: #f5f5f5;

}

.classify { 

	text-align: center;

	margin-bottom: 60px;

}

.classify li{

	display: inline-block;

	margin: auto 40px;

	width: 160px;

	height: 140px;

	background: url("/temp/temp/53/53-0027/202003041815/images/hbbg.png") no-repeat center;

}

.classify li img{

	margin: auto;

	margin-top: 25px;

}

.classify li h3{

	font-size: 18px;

	color: #333;

	margin-top: 5px;

}

.cooperation li {

	float: left;

	width: 189px;

	margin-right: 10px;

}

.cooperation li img{

	width: 100%;

	height: auto;

	transition: 0.3s;

}

.cooperation li img:first-child{

	margin-bottom: 10px;

}

.cooperation .next,.cooperation .prev{

	padding: 0;

	margin: 0;

	width: 40px;

	line-height: 40px;

	background: #fff;

	border-radius: 20px;

	color: #ccc;

	box-shadow: 0 0 10px #eee;

	font-size: 20px;

	text-align: center;

	opacity: 1;

	margin-top: -20px;

	left: -50px;

	transition: 0.3s;

}

.cooperation .next{

	left: inherit;

	right: -50px;

}

.cooperation .next:hover,.cooperation .prev:hover{

	box-shadow: 0 0 16px #ccc;

	color: #eb3d00;

}

.cooperation li img:hover{

	opacity: 0.8;

}





/*新闻资讯*/

.newsbox{

	margin: 80px auto;

}

.news01{

	float: left;

	width: calc(62% - 50px);

	background: #f5f5f5;

	padding: 30px 20px;

	margin-right: 20px;

}

.tit01{

	margin-bottom: 20px;

}

.tit01 h1{

	float: left;

	font-size: 22px;

	color: #000;

	font-weight: bold;

	line-height: 24px;

}

.tit01 h5{

	float: left;

	font-size: 12px;

	color: #999;

	margin: 0 5px;

	line-height: 24px;

}

.tit01 h2{

	float: left;

	font-size: 12px;

	color: #666;

	line-height: 24px;

}

.tit01 a{

	display: block;

	float: right;

	width: 58px;

	line-height: 22px;

	margin-top: 1px;

	border-radius: 3px;

	font-size: 12px;

	color: #fff;

	background: #eb3d00;

	text-align: center;

}

.news01 li{

	float: left;

	width: calc(50% - 15px);

	margin-bottom: 16px;

	padding-bottom: 16px;

	border-bottom: 1px solid #e6e6e6;

}

.news01 li:first-child{

	margin-right: 30px;

	margin-bottom: 0;

	padding-bottom: 0;

	border: none;

}

.news01 li:last-child{

	margin-bottom: 0;

	padding-bottom: 0;

	border: none;

}

.news01 li a{

	display: block;

}

.news01 li img{

	width: 100%;

	height: auto;

	margin-bottom: 15px;

}

.news01 li h3{

	font-size: 15px;

	color: #333;

	font-weight: bold;

	margin-bottom: 5px;

	transition: 0.3s;

}

.news01 li p{

	font-size: 13px;

	color: #666;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

}

.news02{

	float: right;

	width: calc(38% - 50px);

	background: #f5f5f5;

	padding: 30px 20px;

}

.news02 li{

	padding: 16px 0;

	border-bottom: 1px solid #e6e6e6;

}

.news02 li a{

	display: block;

}

.news02 li span{

	display: block;

	width: 8px;

	height: 8px;

	background: #ccc;

	float: left;

	margin-right: 10px;

	margin-top: 5px;

	border-radius: 4px;

}

.news02 li h3{

	float: left;

	font-size: 15px;

	color: #333;

	line-height: 18px;

	width: calc(100% - 110px);

	transition: 0.3s;

}

.news02 li h4{

	float: right;

	font-size: 14px;

	color: #808080;

	line-height: 18px;

}

.news02 li:last-child{

	padding-bottom: 0;

	border: none;

}

.news01 li a:hover h3,.news02 li a:hover h3{

	color: #eb3d00;

}





/*公共底部*/

.footerbox{

	background: #fff;

	padding-top: 50px;

	border-top: 1px solid #eee;

}

.footer div{

	margin-left: 90px;

}

.w960 .footer div {

    margin-left: 40px;

}

.footer .f01{

	margin-left: 0;

	width:21%;

	margin-top: -20px;

}

.footer .f01 img{

	height: auto;

	max-width: 100%;

}

.footer div h3{

	font-size: 16px;

	color: #333;

	font-weight: bold;

	margin-bottom: 25px;

}

.footer div h4{

	font-size: 13px;

	color: #333;

	margin-bottom: 8px;

}

.w960 .footer div h4{

	font-size: 12px;

}

.footer .f04 img{

	width: 100px;

	height: auto;

}

.jishu{

	background: #f5f5f5;

	text-align: center;

	padding: 25px 0;

	margin-top: 60px;

}

.default-pc-copyright{

	margin: auto;

	color: #666;

}

.default-pc-copyright a{

	color: #666;

	transition: 0.1s;

}

.default-pc-copyright a:hover{

	color: #eb3d00;

}





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

.ban01{

	width: 100%;

	margin-top: 91px;

}

.ban01 img{

	width: 100%;

	height: auto;

}

.about01{

	margin: 100px auto;

	position: relative;

}

.w960 .about01{

	margin:80px auto;

}

.about01 .abl{

	float: left;

	width: 52%;

	position: relative;

	z-index: 1;

}

.about01 .abl h1{

	float: left;

	font-size: 36px;

	color: #000;

	font-weight: bold;

	font-family: 宋体;

}

.about01 .abl h2{

	float: left;

	font-size: 20px;

	color: #333;

	font-weight: bold;

	margin-top: 17px;

    margin-left: 20px;

	font-family: 宋体;

}

.about01 .abl p{

	float: left;

	width: 100%;

	margin-top: 20px;

	font-size: 15px;

	color: #444;

	line-height: 32px;

}

.w960 .about01 .abl p{

	font-size: 14px;

	line-height: 26px;

}

.about01 img{

    width: 40%;

    height: auto;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

	margin-top: 30px;

}

.about02{

	position: relative;

}

.about02 img{

	width: 100%;

	height: auto;

}

.about02 .text{

	position: absolute;

	width: 100%;

	left: 0;

	top: calc(50% - 92px);

}

.about02 .text h3{

    color: #fff;

    font-size: 30px;

    text-align: center;

    margin: auto;

    line-height: 50px;

    margin-bottom: 35px;

    font-weight: bold;

}

.about02 .text p{

	font-size: 15px;

    color: #fff;

    width: 720px;

    margin: auto;

    line-height: 36px;

    text-align: center;

}

.about02 h4{

	position: absolute;

	width: 100%;

	text-align: center;

	font-size: 12px;

	color: #fff;

	letter-spacing:10px;

	left: 0;

	bottom: 40px;

}

.about03{

	margin: 80px auto;

}

.about03 h1{

	font-size: 26px;

	color: #000;

	font-weight: bold;

	text-align: center;

}

.about03 h2{

	font-size: 16px;

	color: #000;

	font-weight: bold;

	text-align: center;

}

.about03 ul{

	margin-top: 50px;

}

.about03 ul li{

	margin-bottom: 30px;

}

.about03 ul li img{

	float: left;

	width: 240px;

	height: auto;

}

.about03 ul li div{

	float: right;

	width: calc(100% - 280px);

	margin-top: 30px;

}

.about03 ul li h3{

	font-size: 16px;

	color: #000;

	font-weight: bold;

	margin-bottom: 15px;

}

.about03 ul li p{

	font-size: 14px;

	color: #444;

	line-height: 30px;

}



























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

.lnewsbox{

	background: #eaeff5;

	padding-bottom: 100px;

	padding-top: 60px;

}

.ltext01{

	background: #fff;

	border-bottom: 1px solid #ececec;

	margin-bottom: 50px;

}

.ltext01 .pox01{

	float: left;

	line-height: 20px;

	margin: 15px 0;

	font-size: 12px;

	color: #888;

}

.ltext01 .pox01 a{

	color: #888;

	transition: 0.2s;

}

.ltext01 .pox01 a:hover{

	color: #eb3d00;

}

.ltext01 .lnav{

	float: right;

}

.ltext01 .lnav li{

	float: left;

	margin: 10px 0;

	margin-left: 15px;

}

.ltext01 .lnav li a{

	display: block;

	line-height: 28px;

	padding: 0 12px;

	border-radius: 17px;

	border: 1px solid #dedede;

	color: #888;

	font-size: 14px;

	transition: 0.3s;

}

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

	background: #eb3d00;

	color: #fff;

	border-color: #eb3d00;

}

.ltext01 .lnav li span{

	display: none;

}

.lnew li{

	float: left;

	width: 48.5%;

	margin-left: 3%;

	background: #fff;

	margin-bottom: 3%;

	transition: 0.4s;

}

.lnew li a{

	display: block; 

}

.lnew .ln01{

	width: 100%;

	margin-left: 0;

}

.lnew .ln01 span{

	float: left;

	width: 50%;

	overflow: hidden;

}

.lnew .ln01 span img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnew .ln01:hover span img{

	transform: scale(1.08);

	-ms-transform: scale(1.08);

	-moz-transform: scale(1.08);

	-webkit-transform: scale(1.08);

	-o-transform: scale(1.08);

}

.lnew .ln01 div{

	float: right;

	width: 42%;

	margin-right: 4%;

	margin-top: 60px;

}

.lnew li h4{

	font-size: 12px;

	color: #888;

	margin-bottom: 5px;

	transition: 0.3s;

}

.lnew li h3{

	font-size: 18px;

	color: #333;

	transition: 0.3s;

}

.lnew li p{

	font-size: 14px;

	color: #888;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	margin-top: 10px;

	margin-bottom: 40px;

	transition: 0.3s;

}

.lnew li h5{

	font-size: 14px;

	color: #eb3d00;

	text-decoration: underline #eb3d00;

	transition: 0.3s;

}

.lnew li .ln02{

	padding: 30px;

}

.lnew li .ln02 h3{

	float: left;

	width: calc(100% - 100px);

	font-size: 16px;

	line-height: 20px;

}

.lnew li .ln02 h4{

	float: right;

	line-height: 20px;

}

.lnew li .ln02 p{

	float: left;

	width: 100%;

	margin-bottom: 30px;

}

.lnew li .ln02 h5{

	float: left;

}

.lnew li:hover .ln02 h3{

	color: #eb3d00; 

}

.lnew li:hover{

	box-shadow: 0px 2px 24px #ccc;

	position: relative;

	z-index: 1;

}

.lnew .ln01:hover h3{

	color: #eb3d00; 

}

.page {

	margin-top: 20px;

}

.page a{

	transition: 0.2s;

	background: #fff;

}

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

	background: #eb3d00; 

	border-color: #eb3d00; 

}

.ml0{

	margin-left: 0 !important;

}

.pub01{

	margin-bottom: 5px;

	text-align: right;

}





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

.vnews,.vabout{

	background: #eaeff5;

	padding-bottom: 100px;

	padding-top: 60px;

}

.tjnew{

	float: right;

	width: 24%;

	background: #fff;

}

.tjnew dt{

	width: calc(100% - 40px);

	line-height: 40px;

	background: #eb3d00;

    color: #fff;

	font-size: 16px;

	padding: 0 20px;

}

.tjnew dd{

	border-bottom: 1px solid #e8e8e8;

}

.tjnew dd a{

	display: block;

	padding: 20px;

}

.tjnew dd a h3{

	font-size: 14px;

	color: #555;

	line-height: 20px;

	margin-bottom: 5px;

	transition: 0.3s;

}

.tjnew dd a h4{

	font-size: 12px;

	color: #999;

}

.tjnew dd:hover a h3{

	color: #eb3d00;

}

.vnews .vntext{

	float: left;

	background: #fff;

	width: calc(74% - 120px);

	padding: 42px 60px;

	padding-bottom: 70px;

}

.vnews .vntext h1{

	font-size: 24px;

	margin-bottom: 10px;

}

.vnews .vntext .look{

	margin-bottom: 30px;

}

.vnews .vntext .look h4{

	font-size: 12px;

	color: #888;

	float: left;

	margin-right: 20px;

}

.vnews .vntext .look a{

	float: left;

	font-size: 12px;

	color: #eb3d00;

}

.next01{

	margin-top: 30px;

	font-size: 12px;

}

.next01 p{

	width: 48%;

	border: 1px solid #eaeaea;

	transition: 0.3s;

	text-align: center;

	box-sizing: border-box;

	float: left;

}

.next01 p a{

	display: block;

	padding: 12px 30px;

	color: #666;

	transition: 0.3s;

}

.next01 p.next{

	float: right;

}

.next01 p:hover{

	background: #eb3d00;

	border-color: #eb3d00;

}

.next01 p:hover a{

	color: #fff;

}





/*合作伙伴列表页------------------------------------------------------------------*/

.lpartner{

	margin-top: 60px;

	margin-bottom: 80px

}

.lpartner ul li{

	float: left;

    width: 23.5%;

    margin-right: 2%;

    margin-bottom: 2%;

}

.lpartner ul li a{

	display: block;

}

.lpartner ul li span {

    display: block;

    width: 100%;

    border: 1px solid #eee;

    box-sizing: border-box;

    transition: 0.4s;

	padding: 0 12px;

	background: #fff;

}

.lpartner ul li span img {

    width: 100%;

    height: auto;

    transition: 0.4s;

}

.lpartner ul li h3 {

    font-size: 14px;

    margin-top: 10px;

    text-align: center;

    color: #666;

}

.lpartner li:hover span {

    border: 1px solid #fff;

    box-shadow: 0px 0px 16px 0px #ccc;

}









/*团队展示列表页--------------------------------------------------------*/

.lteambox{

	background: #eaeff5;

    padding-bottom: 80px;

    padding-top: 60px;

}

.lteam{

	width: 1000px;

	margin: auto;

}

.lteam ul li.lt01{

	width: 98%;

	margin-bottom: 2%;

	background: #fff;

	margin-left: 1%;

}

.lteam ul li.lt01 a{

	padding: 4%;

}

.lteam ul li.lt01 span{

	float: left;

	width: 36%;

}

.lteam ul li.lt01 div{

	float: right;

	width: 56%;

    margin-right: 2%;

}

.lteam ul li.lt01 h3{

	font-size: 26px;

	color: #000;

	font-weight: bold;

}

.lteam ul li.lt01 h4{

	font-size: 14px;

	color: #666;

	margin-top: 60px;

	margin-bottom: 10px;

}

.lteam ul li.lt01 p{

	font-size: 14px;

    color: #666;

    line-height: 30px;

    height: 120px;

    overflow: hidden;

    margin-top: 10px;

}

.lteam ul li.lt01 ins{

	display: block;

	text-decoration: none;

	width: 110px;

	text-align: center;

	font-size: 14px;

	color: #eb3b00;

	border: 1px solid #eb3b00;

	margin-top: 30px;

	line-height: 34px;

	transition: 0.3s;

}

.lteam ul li.lt01 ins:hover{

	background: #eb3b00;

	color: #fff;

}

.lteam ul li.lt02{

	float: left;

	margin: auto 1%;

	width: calc(100% / 3 - 2%);

	margin-bottom: 2%;

	transition: 0.4s;

}

.lteam ul li a{

	display: block;

}

.lteam ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lteam ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lteam ul li.lt02 .a02t{

	padding: 20px 0;

	transition: 0.4s;

}

.lteam ul li.lt02 .a02t div{

	float: left;

	width: calc(100% - 60px);

}

.lteam ul li.lt02 h3{

	font-size: 16px;

	line-height: 20px;

	margin-bottom: 4px;

	color: #000;

}

.lteam ul li.lt02 h4{

	font-size: 13px;

	line-height: 16px;

	color: #888;

}

.lteam ul li.lt02 div em{

	display: block;

	float: right;

	line-height: 40px;

	font-size: 14px;

	color: #fff;

	transition: 0.4s;

}

.lteam ul li.lt02:hover{

	box-shadow: 0px 4px 14px #ccc;

	background: #fff;

}

.lteam ul li.lt02:hover .a02t{

	padding: 20px;

}

.lteam ul li.lt02:hover em{

	color: #999;

}

.lteam ul li img:hover{

	transform: scale(1.06);

	-ms-transform: scale(1.06);

	-moz-transform: scale(1.06);

	-webkit-transform: scale(1.06);

	-o-transform: scale(1.06);

}





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

.vabtext{

	background: #fff;

	padding: 60px 80px;

	box-sizing: border-box;

	padding-bottom: 80px;

}

.vabtext h1{

	margin-bottom: 40px;

}





/*人才招聘列表页------------------------------------------------------------------------------*/

.lzpbox{

	background: #eaeff5;

    padding-bottom: 100px;

	padding-top: 60px;

}

.lzhaopin div{

	background: #eb3d00;

	color: #fff;

}

.lzhaopin div h4{

	width: 17%;

	text-align: center;

	font-size: 16px;

	line-height: 54px;

	float: left;

}

.lzhaopin div h4:first-child{

	width: 32%;

}

.lzhaopin ul{

	background: #fff;

}

.lzhaopin ul li{

	padding: 15px 0;

	border-bottom: 1px solid #eaeaea;

}

.lzhaopin ul li h3{

	float: left;

	font-size: 14px;

	color: #333;

	width: 17%;

	text-align: center;

	line-height: 30px;

}

.lzhaopin ul li h3:first-child{

	width: 32%;

}

.lzhaopin ul li a{

	display: block;

	float: left;

	line-height: 30px;

	width: 80px;

	text-align: center;

	background: #eb3d00;

	font-size: 14px;

	color: #fff; 

	margin-left: calc(8.5% - 40px);

	border-radius: 4px;

	transition: 0.3s;

}

.lzhaopin ul li a:hover{

	opacity: 0.7;

}

.ueditor_baidumap{

	width: 100% !important;

	max-width: 100% !important;

	overflow: hidden;

}





/*在线留言页面----------------------------------------------------------------------*/

.ljmapply{

	background: #eaeff5;

    padding-bottom: 100px;

}

.jmapply{

	margin: auto;

	margin-top: 120px;

	width: 700px;

	border: 1px solid #eee;

	border-radius: 10px;

	padding: 80px;

	padding-top: 100px;

	position: relative;

	background: #fff;

}

.jmapply img{

	position: absolute;

	top: -60px;

	left: calc(50% - 60px);

	width: 120px;

	height: auto;

	border-radius: 60px;

}

.jmapply h3{

	font-size: 22px;

	font-weight: bold;

	color: #eb3d00;

	text-align: center;

}

.jmapply h5{

	font-size: 15px;

	color: #888;

	margin-top: 5px;

	margin-bottom: 40px;

	text-align: center;

}

.jmapply h4{

	display: none;

}

.jmapply label{

	display: none;

}

.jmapply .default-form-item{

	width: 100%;

	margin-bottom: 20px;

}

.jmapply 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: #eb3d00;

}

.jmapply 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: #eb3d00;

}

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

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

	font-size: 14px;

	color: #888;

	font-family: "微软雅黑";

}

.jmapply input[type="submit"]{

	border: none;

	background: #eb3d00;

	width: 100%;

	text-align: center;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 14px;

	cursor: pointer;

}





/*团队展示内容页-----------------------------------------------------------------------*/

.vteam{

	margin-bottom: 80px;

	margin-top: 60px;

}

.vteam .vtimg{

	float: left;

	width: 35%;

}

.vteam .vtimg img{

	width: 100%;

	height: auto;

}

.vteam .vttext{

	float: right;

	width: 58%;

}

.vteam .vttext h1{

	font-size: 36px;

    font-weight: bold;

    color: #333;

    margin: 10px auto;

}

.vteam .vttext h2{

	font-size: 20px;

    color: #999;

    border-bottom: 2px solid #eb3d00;

    padding-bottom: 10px;

	margin-bottom: 20px;

}

.vteam .default-article-content p{

	font-size: 15px;

	line-height: 30px;

}

/*---------------------list-show---------------------*/

.list-show{

	margin-top:50px;

}

.pub01{

	margin:10px 0;

}

.list-nav {

	padding:10px 0;

	background:#fff; 

}

.list-nav ul{

	float:left;

}

.list-nav li{

	float:left;

}

.list-nav li a {

    display: block;

    padding: 1px 10px;

    font-size: 14px;

    border: 1px solid #eee;

    margin: 0 5px;

    border-radius: 20px;

	color:#888;

}

.list-nav li:hover a

,.list-nav li.a a {

	border-color:#eb3b00;

	color:#eb3b00;

}

.list-show{

	margin:50px auto;

}

.list-show li{

	float:left;

	width:48.5%;

	margin-right:3%;

	margin-bottom:3%;

}

.list-show li a{

	display:block;

	background:#fff;

	padding:40px;

	position:relative;

}

.list-show li a::after{

	position:absolute;

	content:"";

	width:0;

	height:2px;

	background:#eb3b00;

	transition:all .3s;

	left:0;

	bottom:0;

}

.list-show li:hover a::after{

	width:100%;

}

.list-show li div span {

    display: block;

    width: 80px;

    height: 22px;

    text-align: center;

    border: 1px solid #eb3b00;

    border-radius: 20px;

    line-height: 24px;

    color: #eb3b00;

}

.list-show li h3 {

    font-size: 18px;

    margin: 10px 0;

}

.list-show li p {

    color: #999;

    line-height: 20px;

}



/*------------list-show02-------------*/



.list-show02{

	margin:50px auto;

}

.list-show02 li{

	margin-bottom:30px;

}

.list-show02 li a{

	display:block;

	background:#fff;

	transition:all .3s;

	border:1px solid #fff;

}

.list-show02 li:hover a {

    border: 1px solid #eb3b00;

}

.list-show02 li span{

	display:block;

	float:left;

	width:43%;

}

.list-show02 li span img{

	width:100%;

	height:auto;

}

.list-show02 li div {

    float: right;

    width: 49%;

    padding: 3% 4%;

}

.list-show02 li div h3 {

    font-size: 30px;

    margin-bottom:30px;

}

.w960 .list-show02 li div h3 {

    font-size: 25px;

    margin-bottom: 20px;

}

.list-show02 li div p {

    font-size: 14px;

    color: #999;

}

.w960 .list-show02 li div p{

	font-size:12px;

}

.list-show02 li div em {

    display: block;

    width: 100px;

    font-style: normal;

    color: #eb3b00;

    border: 1px solid #eb3b00;

    text-align: center;

    line-height: 27px;

    margin-top: 30px;

}

.uid-3145 .mailto{

	display:none;

}







/*不同尺寸下修改-----------------------------------------------------------*/

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

	.nav01 > li > a,.header.a .nav01 > li > a{

		font-size: 15px;

		padding: 25px 20px;

	}

	.nav01 li ul li a{

		font-size: 15px;

	}

	.cooperation li{

		width: 151px;

	}

	.lnew .ln01 div{

		margin-top: 35px;

	}

	.jmapply{

		width: 700px !important;

	}

	.ban01,.banner01{

		margin-top: 82px;

	}

	

	

	

}

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

	.ismobile header h1 a span{

		display: none;

	}

	.ismobile header .bg{

		background: #fff;

		opacity: 1;

		border-bottom: 1px solid #eaeaea;

	}

	.nav-click{

		color: #000;

	}

	.banner01{

		margin-top: 0;

	}

	.banner01 .dots{

		bottom: 15px;

	}

	.banner01 .dots span{

		width: 8px;

		height: 8px;

	}

	.about{

		margin: 50px auto;

	}

	.abtext {

		width: 100%;

		text-align: center;

	}

	.about h1{

		font-size: 18px;

	}

	.about h2{

		font-size: 11px;

		width: 100%;

		line-height: 24px;

		margin: 25px auto;

    	margin-top: 15px;

		text-align: left;

	}

	.about a {

		width: 116px;

		line-height: 32px;

		font-size: 12px;

		margin: auto;

	}

	.about a:hover{

		opacity: 1;

	}

	.about ul{

		width: 88%;

		margin-top: 30px;

		margin-right: 6%;

	}

	.about li {

		padding: 15px 0;

	}

	.about li h3 {

		font-size: 20px;

	}

	.about li h4 {

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

		font-size: 11px;

		line-height: 20px;

		color: #1b3b51;

		margin-top: 0;

		font-weight: bold;

	}

	.uid-3145 .about li h4{

		height: 38px;

	}

	.partners{

		padding: 40px 0;

	}

	.classify li {

		margin: auto 5px;

		width: 90px;

		height: 80px;

		background-size: 100%;

	}

	.classify li img {

		margin-top: 15px;

		width: 26px;

		height: auto;

	}

	.classify li h3 {

		font-size: 12px;

	}

	.classify{

		margin-bottom: 30px;

	}

	.cooperation .next, .cooperation .prev{

		background: #000;

		color: #fff;

		opacity: 0.4;

		box-shadow: none;

		width: 32px;

		line-height: 32px;

		border-radius: 16px;

		font-size: 14px;

		margin-top: -16px;

	}

	.cooperation .next:hover, .cooperation .prev:hover{

		box-shadow: none;

		color: #fff;

	}

	.cooperation .prev{

		left: 0;

	}

	.cooperation .next {

		left: inherit;

		right: 0;

	}

	.newsbox{

		margin: auto;

	}

	.news01 {

		width: 100%;

		background: #fff;

		padding: 0;

		margin-right: 0;

	}

	.tit01{

		margin-top: 20px;

		margin-bottom: 15px;

	}

	.tit01 h1{

		font-size: 18px;

	}

	.tit01 h2{

		font-size: 11px;

	}

	.tit01 a {

		width: 52px;

		line-height: 18px;

		margin-top: 3px;

		font-size: 11px;

	}

	.news01 li{

		width: 100%;

	}

	.news01 li:first-child{

		width: 100%;

		margin-right: 0;

		margin-bottom: 15px;

		padding-bottom: 15px;

		border-bottom: 1px solid #e6e6e6;

	}

	.news01 li p {

		font-size: 12px;

		line-height: 22px;

		height: 44px;

	}

	.news01 li h3{

		font-size: 14px;

	}

	.news02{

		width: 100%;

		background: #fff;

		padding: 0;

		margin: 20px 0;

	}

	.news02 ul{

		background: #f5f5f5;

		padding: 0 10px;

    	padding-bottom: 18px;

	}

	.news02 li h3{

		font-size: 14px;

	}

	.news02 li h4{

		font-size: 12px;

	}

	.news02 li span {

		width: 6px;

		height: 6px;

		margin-top: 6px;

	}

	.news01 li a:hover h3, .news02 li a:hover h3{

		color: #333;

	}

	

	/*关于我们列表页*/

	.about01{

		margin: 50px auto;

	}

	.about01 .abl{

		width: 100%;

	}

	.about01 .abl h1{

		font-size: 24px;

	}

	.about01 .abl h2 {

		font-size: 14px;

		margin-top: 10px;

		margin-left: 10px;

	}

	.about01 .abl p {

		margin-top: 10px;

		font-size: 12px;

		line-height: 28px;

	}

	.about01 img{

		width: 100%;

		margin-top: 20px;

		display: none;

	}

	.about02{

		overflow: hidden;

		width: 100%;

		height: 400px;

	}

	.about02 img{

		height: 400px;

		width: auto;

	}

	.about02 .text h3 {

		font-size: 22px;

		line-height: 40px;

		margin-bottom: 25px;

	}

	.about02 .text p {

		font-size: 11px;

		width: calc(100% - 24px);

		line-height: 26px;

	}

	.about02 h4{

		bottom: 25px;

		font-size: 11px;

	}

	.about03 {

		margin: 50px auto;

	}

	.about03 h1{

		font-size: 20px;

	}

	.about03 h2{

		font-size: 14px;

		margin-top: 4px;

	}

	.about03 ul li img {

		width: 200px;

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

	}

	.about03 ul li div {

		width: 96%;

		margin-top: 20px;

		text-align: center;

		margin-right: 2%;

	}

	.about03 ul li h3{

		margin-bottom: 10px;

	}

	.about03 ul li p {

		font-size: 12px;

		line-height: 24px;

	}

	.about03 ul li {

		margin-bottom: 40px;

	}

	

	/*团队展示列表页*/

	.default-mobile-list-cats{

		border: solid #dedede 1px;

		border-radius: 4px;

		padding: 2px 10px;

	}

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

		font-size: 16px;

		line-height: 40px;

	}

	.default-mobile-box, .box{

		border-color: #dedede;

	}

	.default-moblie-show-list li a p{

		text-align: center;

	}

	.lteambox {

		background: #fff;

		padding-bottom: 40px;

		padding-top: 0;

	}

	.lteam {

		margin-top: 20px;

		width: 100%;

	}

	.isipad .lteam ul li.lt02{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.ismobile .lteam ul li.lt02{

		width: 49%;

		margin: auto;

		margin-right: 2%;

		margin-bottom: 2%;

	}

	.ismobile .lteam ul li.lt02:nth-child(2n){

		margin-right: 0;

	}

	.lteam ul li.lt02 .a02t{

		padding: 10px 0;

	}

	.lteam ul li.lt02 div em{

		display: none;

	}

	.lteam ul li.lt02 .a02t div{

		width: 100%;

	}

	.lteam ul li.lt02 h3{

		font-size: 14px;

		margin-bottom: 2px;

	}

	.lteam ul li.lt02 h4{

		font-size: 12px;

	}

	.lteam ul li.lt02:hover {

		box-shadow: none;

	}

	.lteam ul li.lt02:hover .a02t{

		padding: 10px 0;

	}

	.lteam ul li img:hover{

		transform: scale(1);

	}

	

	/*新闻资讯列表页*/

	.lnewsbox {

		background: #fff;

		padding-bottom: 30px;

		margin-top: 20px;

		padding-top: 0;

	}

	.lnew li{

		width: 100%;

		margin-left: 0;

		margin-bottom: 0;

	}

	.lnew li .ln02{

		padding: 15px 0;

		border-bottom: 1px solid #eee;

	}

	.lnew li .ln02 h3{

		font-size: 14px;

		width: calc(100% - 80px);

	}

	.lnew li .ln02 p{

		font-size: 12px;

		line-height: 22px;

		height: 44px;

		margin-bottom: 15px;

		margin-top: 2px;

	}

	.lnew li h5{

		font-size: 12px;

	}

	.lnew li:hover{

		box-shadow: none;

	}

	.lnew li:hover .ln02 h3{

		color: #333;

	}

	

	/*新闻内容页*/

	.otherlist{

		display: none;

	}

	.ueditor_baidumap{

		min-width: 100% !important;

	}

	.ismobile article h3{

		margin-top: 20px;

	}

	.article-info{

		color: #888;

	}

	.ismobile article a {

		color: #eb3b00;

	}

	.ismobile article nav p {

		font-size: 12px;

	}

	.ismobile article nav{

		margin-bottom: 50px;

	}

	

	/*在线留言*/

	.ljmapply {

		background: #fff;

		padding-bottom: 40px;

	}

	.jmapply {

		margin-top: 70px;

		width: 100% !important;

		padding: 15px;

		padding-top: 60px;

		padding-bottom: 30px;

		box-sizing: border-box;

	}

	.jmapply img {

		top: -43px;

		left: calc(50% - 43px);

		width: 86px;

		border-radius: 43px;

	}

	.jmapply h3{

		font-size: 18px;

	}

	.jmapply h5 {

		font-size: 12px;

		margin-bottom: 20px;

	}

	.jmapply input[type="text"],.jmapply textarea{

		width: calc(100% - 30px);

		padding: 0 15px;

		line-height: 36px;

		height: 36px;

		font-size: 12px;

	}

	.jmapply textarea{

		height: 102px;

	}

	.jmapply .default-form-item{

		margin-bottom: 15px;

	}

	.jmapply input[type="submit"]{

		line-height: 36px;

		height: 36px;

	}

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

	.jmapply textarea::-webkit-input-placeholder{

		font-size: 12px;

	}

	

	/*团队展示内容页*/

	.vteam {

		margin-bottom: 40px;

		margin-top: 30px;

	}

	.vteam .vtimg {

		width: 90%;

		margin-left: 5%;

	}

	.vteam .vttext {

		width: 90%;

		margin-right: 5%;

		margin-top: 15px;

	}

	.vteam .vttext h1{

		font-size: 20px;

		margin: 4px auto;

		text-align: center;

	}

	.vteam .vttext h2{

		font-size: 14px;

		text-align: center;

	}

	.vteam .default-article-content p {

		font-size: 13px;

		line-height: 28px;

	}

	

	

	

	

}

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

	

}

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

	.cooperation li{

		width: 96px;

	}

}


















































