/*!

 * ui-dialog.css

 * Date: 2014-07-03

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

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

 *

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

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

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

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

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

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

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

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

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

}

.ui-popup-modal .ui-dialog {

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

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

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

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

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

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

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

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

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

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

  background-color: #ffffff;

  border-color: #cccccc;

}



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

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



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

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

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

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



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

  background-image: none;

}

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

.ui-popup-top .ui-dialog,

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

    top: -8px;

}

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

.ui-popup-bottom .ui-dialog,

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

    top: 8px;

}

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

.ui-popup-left .ui-dialog,

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

    left: -8px;

}

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

.ui-popup-right .ui-dialog,

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

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

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

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

    display: block;

}

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

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

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

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

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

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

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

    bottom: -15px;

    border-top:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    left: 50%;

    margin-left: -8px;

}

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

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

    right: 15px;

}

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

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

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

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

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

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

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

    top: -15px;

    border-bottom:8px solid #fff;

}

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

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

    left: 15px;

}

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

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

    margin-left: -8px;

    left: 50%;

}

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

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

    right: 15px;

}

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

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

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

    right: -16px;

    border-left:8px solid #7C7C7C;

}

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

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

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

    right: -15px;

    border-left:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}

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

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

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

    left: -16px;

    border-right:8px solid #7C7C7C;

}

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

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

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

    left: -15px;

    border-right:8px solid #fff;

}

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

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

    top: 15px;

}

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

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

    margin-top: -8px;

    top: 50%;

}

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

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

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

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

    -webkit-transform: rotate(360deg);

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

    transform: rotate(360deg);

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

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

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

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

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

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

a:hover{text-decoration:none;}

/*

*{

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

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

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

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

p{word-wrap:break-word}



/*icon 字体样式*/

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

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

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

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

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

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

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

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

  -moz-osx-font-smoothing: grayscale;

}



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

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

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

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

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

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

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

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



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

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



/*单行文本*/

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



/*边距*/

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



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

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

/*图片上传中状态*/

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

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

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

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



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





/*分页按钮*/

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

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

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

/*默认导航样式*/

.default-pc-nav-menu{}

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

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

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

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

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

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

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

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

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



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

.default-pc-links-text{}

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



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



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



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

.default-pc-button-publish{

	padding-left:21px;

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

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

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

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

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

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

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

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

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

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

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

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

	background-color:#000;

}

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

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









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

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

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



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

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

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

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

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





/*幻灯片样式*/

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

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

.default-slider-2 .next, 

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

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

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

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

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



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

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

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



/*单屏滚动模式*/

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



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

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

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

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

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

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

	opacity:1;

}

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

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

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

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



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

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

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



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

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

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

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

}

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

	right:0;

	background-position:-23px 0;

}

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

	left:0;

	background-position: 0 0;

}

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

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

	background-position-y:-32px;

}

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

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

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

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

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

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

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

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

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}

#filePicker div:nth-child(2){

	right: 26px !important;

	left: auto !important;

	top: 10px !important;

}
body{background: #fff;}

.w16{width: 1600px;margin: auto}





#article-swiper{

	display:none !important;

}

/*公共头部*/

.hbox{

	position: relative;

}

.header{

	position: absolute;  

	top: 0;

	left: 0;

	width: 100%;

	border-bottom: 2px solid rgba(255,255,255,0.15);

}

.header .logo{

	line-height: 60px;

	padding: 10px 0;

}

.header .logo img{

	max-height: 60px;

	width: auto; 

}

.header h4{

	float: right;

	line-height: 22px;

	font-size: 18px;

	color: #fff;

	padding-left: 30px;

	background: url("/temp/temp/53/53-0023/201908261641/images/phone.png") no-repeat center left;

	background-size: 22px;

	margin: 29px 0;

}

.header .nav01{

	float: right;

	margin-right: 20px;

}

.header .nav01 li a{

	display: block;

	padding: 0 30px;

	line-height: 81px;

	height: 81px;

	font-size: 15px;

	color: #fff;

	transition: 0.4s;

	margin-right: 1px;

}

.header .nav01 li em{

	display: none;

}

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

	background: #3973d4;

}

.header .nav01 li ul{

	display: block;

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

	padding: 10px 0;

	transition: 0.4s;

	opacity: 0;

	z-index: -3;

	transform: translateY(50px);

	-ms-transform: translateY(50px);

	-moz-transform: translateY(50px);

	-webkit-transform: translateY(50px);

	-o-transform: translateY(50px);

}

.header .nav01 li:hover ul{

	transform: translateY(0);

	opacity: 1;

	z-index: 2;

}

.header .nav01 li ul li a{

	padding: 0 30px;

	line-height: 40px;

	height: 40px;

}

.header .nav01 li ul li span{

	display: block;

	width: 100%;

	height: 100%;

	background: url("/temp/temp/53/53-0023/201908261641/images/yuan.png") no-repeat center left;

	padding-left: 15px;

	transition: 0.4s;

}

.header .nav01 li ul li:hover a

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

	background: #3973d4;

	padding-right: 25px;

}

.header .nav01 li.a ul li a

,.header .nav01 li.a ul li.a a{

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

}

.header .nav01 li ul li:hover span{

	padding-left: 20px;

}





/*banner*/

.banner01{

	max-height: 800px;

	overflow: hidden;

}

.banner01 .dots{

	bottom: 30px;

}

.banner01 .dots span{

	width: 42px;

	height: 10px;

	border-radius: 5px;

	margin: 0 10px;

}

.banner01 .dots span.active{

	background: #fff100;

}

.nybanner img{

	width: 100%;

	height: auto;

}











/*关于我们*/

.abbox{

	margin: 100px auto;

	background: url("/temp/temp/53/53-0023/201908261641/images/abbg.png") no-repeat center center;

}

.abbox .abl{

	float: left;

	width: 42%;

}

.abbox .abl h1{

	font-family: fantasy;

	color: #3973d4;

	font-size: 58px;

	line-height: 60px;

	text-transform: uppercase;

	font-weight: normal;

}

.abbox .abl h2{

	font-size: 20px;

	font-weight: bold;

	margin-top: 10px;

	margin-bottom: 30px;

	color: #3973d4;

}

.abbox .abl p{

	font-size: 16px;

	line-height: 30px;

	color: #888;

}

.abbox .abl .rmore{

	margin-top: 40px;

	padding: 4px;

	border: 1px solid #3973d4;

	border-radius: 6px;

	width: 160px;

	text-align: center;

	transition: 0.3s;

}

.abbox .abl .rmore a{

	display: block;

	width: 100%;

	line-height: 40px;

	color: #fff;

	font-size: 16px;

	border-radius: 6px;

	background-image: linear-gradient(135deg,#97b4ef 0,#3973d4 100%);

}

.abbox .abl .rmore:hover{

	opacity: 0.8;

}

.abr{

	float: right;

	border-left: 1px solid #ddd;

}

.abr li:first-child{

	border-bottom: 1px solid #ddd;

}

.abr li{

	padding: 0 100px;

}

.abr li div{

	float: left;

	text-align: center;

	margin-top: 40px;

}

.abr li div h3{

	font-size: 26px;

	color: #3973d4;

}

.abr li div p{

	font-size: 16px;

	color: #666;

	line-height: 60px;

}

.abr li div em{

	font-size: 60px;

	font-family: fantasy;

	color: #3973d4;

	font-style: normal;

	line-height: 64px;

	margin-right: 6px;

}

.abr li img{

	float: right;

	width: 180px;

	height: 180px;

	margin-left: 80px;

}

.abright{

	float: right;

	width: 40%;

}

.abright iframe{

	width: 100%;

	max-width: 100% !important;

	height: 340px;

}







/*业务领域*/

.business{

	background: url("/temp/temp/53/53-0023/201908261641/images/busybg.jpg") no-repeat center center;

}

.business .busy01{

	float: left;

	width: 340px;

	text-align: center;

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

}

.business .busy01 dt{

	font-size: 40px;

	font-weight: bold;

	margin: 50px auto;

	color: #fff;

}

.business .busy01 dd{

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

	position: relative;

	transition: 0.3s;

	padding: 30px 0;

	cursor: pointer;

}

.busy01 dd img{

	width: 90px;

	height: auto;

	margin-bottom: 5px;

}

.busy01 dd h3{

	font-size: 20px;

	color: #fff;

}

.busy01 dd span{

	display: block;

	position: absolute;

	width: 16px;

	height: 34px;

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

	background-size: 100%;

	top: calc(50% - 17px);

	right: -16px;

	opacity: 0;

	transition: 0.3s;

}

.business .busy01 dd:hover

,.business .busy01 dd.a{

	background: #3973d4;

}

.busy01 dd:hover span

,.business .busy01 dd.a span{

	opacity: 1;

}

.btext {

	float: right;

	width: calc(100% - 420px);

	margin-top: 60px;

}

.btext .busy02{

	display: none;

}

.btext .busy02-1{

	display: block;

}

.busy02 .b01 h3{

	font-size: 30px;

	color: #fff;

	font-weight: bold;

}

.busy02 .b01 p{

	font-size: 14px;

	color: #fff;

	line-height: 24px;

	max-height: 48px;

	overflow: hidden;

	margin-top: 20px;

	margin-bottom: 30px;

}

.busy02 .b01 a{

	display: block;

	width: 130px;

	text-align: center;

	line-height: 35px;

	border: 2px solid #fff;

	border-radius: 6px;

	font-size: 14px;

	color: #fff;

	font-weight: bold;

	transition: 0.3s;

}

.busy02 .b01 a:hover{

	background: #fff;

	color: #3973d4;

}

.busy02 .b02{

	margin-top: 60px;

}

.busy02 .b02 .casetit{

	margin-bottom: 40px;

}

.busy02 .b02 .casetit h3{

	float: left;

	font-size: 30px;

	color: #fff;

	font-weight: bold;

	line-height: 36px;

}

.busy02 .b02 .casetit a{

	display: block;

	width: 130px;

	text-align: center;

	line-height: 36px;

	background: #3973d4;

	font-size: 16px;

	color: #fff;

	border-radius: 6px;

	float: right;

}

.busy02 .b02 ul li{

	width: 378px;

	margin-right: 30px;

	background: #fff;

	transition: 0.4s;

}

.busy02 .b02 ul li a{

	display: block;

}

.busy02 .b02 ul li .big{

	width: 100%;

	overflow: hidden;

}

.busy02 .b02 ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.busy02 .b02 ul li h3{

	font-size: 15px;

	color: #000;

	line-height: 52px;

	text-align: center;

	width: 90%;

	margin: auto 5%;

	transition: 0.4s;

}

.busy02 .b02 ul li:hover{

	background: #3973d4;

}

.busy02 .b02 ul li:hover h3{

	color: #fff;

}

.busy02 .b02 ul li:hover img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.busy02 .caseshow span.next,.busy02 .caseshow span.prev

,.cpimg span.next,.cpimg span.prev{

	width: 44px;

	height: 44px;

	line-height: 44px;

	text-align: center;

	font-size: 24px;

	background: #9bb9ec;

	transition: 0.3s;

	opacity: 0.5;

	top: calc(50% - 22px);

	margin-top: 0;

}

.busy02 .caseshow span.next:hover,.busy02 .caseshow span.prev:hover

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

	opacity: 1 !important;

}

.uid-3083 .cpimg02{

	display:none;

}





/*产品展示*/

.product{

	padding: 80px 0;

	background: #f9f9f9;

}

.product .cptit h1{

	font-size: 48px;

	font-weight: bold;

	color: #3973d4;

	letter-spacing:5px;

	text-align: center;

	line-height: 50px;

}

.product .cptit ul{

	text-align: center;

	margin: 40px auto;

}

.product .cptit ul li{

	display: inline-block;

	padding: 0 30px;

	position: relative;

}

.product .cptit ul li a{

	font-size: 18px;

	color: #888;

	line-height: 20px;

	transition: 0.2s;

}

.product .cptit ul li a:hover{

	color: #3973d4;

}

.product .cptit ul li::before{

	position: absolute;

    content: "";

    width: 4px;

	height: 4px;

    background: #666;

    border-radius: 2px;

	top: 8px;

	right: 0;

}

.product .cptit ul li:last-child::before{

	display: none;

}

.product .cpimg li{

	float: left;

	width: 376px;

	margin: 0 12px;

}

.product .cpimg li a{

	display: block;

	border: 1px solid #fff;

	background: #fff;

	transition: 0.4s;

}

.product .cpimg li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.product .cpimg li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.product .cpimg li h3{

	padding: 0 30px;

	line-height: 60px;

	font-size: 16px;

	color: #000;

	transition: 0.4s;

	border-top: 1px solid #eee;

	text-align: center;

}

.product .cpimg li:hover a{

	border-color: #3973d4;

	background: #3973d4;

}

.product .cpimg li:hover img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.product .cpimg li:hover h3{

	color: #fff;

	border-color: #3973d4;

}





/*新闻中心*/

.newsbox{

	margin: 80px auto;

}

.newsbox .newl{

	float: left;

	width: 32%;

}

.newsbox .newl h1{

	float: left;

	font-family: fantasy;

    color: #3973d4;

    font-size: 58px;

    line-height: 60px;

    text-transform: uppercase;

    font-weight: normal;

}

.newsbox .newl h2{

	float: left;

	margin-left: 10px;

    color: #3973d4;

    font-size: 20px;

    line-height: 30px;

	margin-top: 30px;

}

.newsbox .newl .n01{

	margin: 50px 0;

	float: left;

	width: 100%;

}

.newsbox .newl .n01 a{

	font-size: 16px;

	color: #333;

	margin-bottom: 10px;

	transition: 0.3s;

}

.newsbox .newl .n01 a:hover{

	color: #3973d4;

}

.newsbox .newl .n01 p{

	font-size: 14px;

	color: #777;

	line-height: 24px;

	max-height: 48px;

	overflow: hidden;

}

.newsbox .newl .n01 span{

	display: block;

	width: 38px;

	height: 4px;

	margin-top: 30px;

	background: #3973d4;

}

.newsbox .newl .m02{

	float: left;

	width: 164px;

	text-align: center;

	line-height: 48px;

	border: 1px solid #3973d4;

	font-size: 16px;

	color: #3973d4;

	transition: 0.3s;

}

.newsbox .newl .m02:hover{

	background: #3973d4;

	color: #fff;

}

.newsbox .newr{

	float: right;

	width: 60%;

}

.newsbox .newr li{

	width: 100%;

	margin-bottom: 10px;

}

.newsbox .newr li a{

	display: block;

	padding: 20px 30px;

	background: #f9f9f9;

	transition: 0.3s;

}

.newsbox .newr li span{

	float: left;

	width: 6px;

	height: 6px;

	border-radius: 3px;

	background: #3973d4;

	margin-right: 20px;

	transition: 0.3s;

	margin-top: 7px;

}

.newsbox .newr li h3{

	float: left;

	font-size: 16px;

	line-height: 20px;

	color: #444;

	transition: 0.3s;

	width: calc(100% - 150px);

}

.newsbox .newr li h4{

	float: right;

	font-size: 14px;

	width: 100px;

	text-align: right;

	line-height: 20px;

	color: #666;

	transition: 0.3s;

}

.newsbox .newr li:hover a{

	background: #3973d4;

}

.newsbox .newr li:hover span{

	background: #fff;

}

.newsbox .newr li:hover h3

,.newsbox .newr li:hover h4{

	color: #fff;

}





/*合作伙伴*/

.partnerbox{

	padding: 30px 0;

	background: #f9f9f9;

}

.uid-3139 .partnerbox{

	display: none; 

}

.partners h3{

	font-size: 20px;

	font-weight: bold;

	color: #3973d4;

	margin-bottom: 30px;

	padding-left: 40px;

	line-height: 24px;

	background: url("/temp/temp/53/53-0023/201908261641/images/hz.png") no-repeat center left;

}

.partners ul li{

	float: left;

	width: 211px;

	margin-right: 20px;

	transition: 0.3s;

}

.partners ul li img{

	width: 100%;

	height: auto;

}

.partners ul li:hover{

	transform: translateY(-10px);

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

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

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

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

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

	position: relative;

	z-index: 1;

}





/*公共底部*/

.footer{

	background: #212730;

	padding-top: 60px;

}

.footer .f01{

	float: left;

	width: 30%;

	background: url("/temp/temp/53/53-0023/201908261641/images/fbg.png") no-repeat center right;

}

.footer .f01 h3{

	font-size: 14px;

	color: #fff;

	line-height: 20px;

	padding-left: 22px;

	background: url("/temp/temp/53/53-0023/201908261641/images/phone02.png") no-repeat center left;

	background-size: 16px;

}

.footer .f01 h3.address{

	background: url("/temp/temp/53/53-0023/201908261641/images/address.png") no-repeat center left;

	background-size: 16px;

}

.footer .f01 h4{

	font-size: 30px;

	font-weight: bold;

	color: #3973d4;

	line-height: 36px;

	margin-top: 15px;

	margin-left: 22px;

}

.footer .f01 span{

	display: block;

	width: 110px;

	height: 16px;

	background: url("/temp/temp/53/53-0023/201908261641/images/ftit.png") no-repeat center;

	margin: 25px 0;

	margin-left: 22px;

}

.footer .f01 h5{

	font-size: 14px;

	color: #fff;

	margin-left: 22px;

	margin-top: 5px;

}

.footer .f03{

	float: right;

}

.footer .f03 dl{

	float: left;

	margin-left: 60px;

}

.footer .f03 dl dt{

	font-size:18px;

	color: #fff;

	margin-bottom: 20px;

	font-weight: bold;

}

.footer .f03 dl dd{

	margin-bottom: 14px;

}

.footer .f03 dl dd a{

	display: block;

}

.footer .f03 dl dd span{

	float: left;

	width: 4px;

	height: 4px;

	border-radius: 2px;

	background: #fff;

	margin-right: 8px;

	margin-top: 6px;

}

.footer .f03 dl dd h3{

	font-size: 14px;

	color: #999;

	line-height: 18px;

	transition: 0.2s;

	float: left;

}

.footer .f03 dl dd a:hover h3{

	color: #fff;

}

.footer .f02{

	float: right;

	margin-left: 60px;

	width: 140px;

	padding: 10px;

	background: #2e3543;

}

.footer .f02 img{

	width: 100%;

	height: auto;

	margin-bottom: 10px;

}

.footer .f02 h4{

	font-size: 14px;

	color: #fff;

	text-align: center;

	margin-top: 10px;

}

.footer .ferweima{

	width: 120px;

}

.footer .ferweima img{

	width: 110px;

}

.footer .ferweima h4{

	font-size: 12px;

	margin-top: 0;

}

.jishu{

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

	width: 100%;

	text-align: center;

	padding: 25px 0;

	margin-top: 60px;

}

.jishu .default-pc-copyright{

	text-align: center;

	color: #888;

	width: 100%;

}

.jishu .default-pc-copyright a{

	color: #888;

	transition: 0.2s;

}

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

	color: #fff;

}

.default-pc-links-text{

	text-align: center;

	margin-top: 10px;

}

.default-pc-links-text dt{

	display: inline-block;

	color: #999;

	float: none;

}

.default-pc-links-text dd{

	display: inline-block;

	margin-left: 10px;

	float: none;

}

.default-pc-links-text dd a{

	color: #ccc;

	transition: 0.2s;

}

.default-pc-links-text dd a:hover{

	color: #fff;

}

.default-pc-links-text dd,.default-pc-links-text dt{

	*display: block;

}

.top01{

	width: 42px;

	height: 42px;

	line-height: 42px;

	text-align: center;

	background: #3973d4;

	font-size: 20px;

	color: #fff;

	position: fixed;

	bottom: 40px;

	right: 40px;

	cursor: pointer;

}





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

.lnav{

	background: #fff;

	border-bottom: 1px solid #eee;

}

.lnav ul{

	text-align: center;

}

.lnav ul li{

	display: inline-block;

}

.lnav ul li a{

	display: block;

	padding: 20px 35px;

	font-size: 16px;

	color: #333;

	border-bottom: 4px solid #fff;

	transition: 0.3s;

}

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

	border-color: #3973d4;

	color: #3973d4;

}

.lnav ul li{

	*display: block;

}

.lnav ul li span{

	display: none;

}

.pub01{

	text-align: right;

	margin-bottom: 6px;

}

.lbg{

	background: #f9f9f9;

	padding-bottom: 100px;

	padding-top: 60px;

}

.lnews ul li{

	float: left;

	background: #fff;

	margin-bottom: 40px;

	transition: 0.4s;

	width: 100%;

}

.lnews ul li a{

	display: block;

}

.lnews ul li span{

	display: block;

	float: left;

	width: 44%;

	overflow: hidden;

}

.lnews ul li.ln02 span{

	float: right;

}

.lnews ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lnews ul li div{

	float: left;

	width: 46%;

	padding: 40px 5%;

}

.lnews ul li h3{

	font-size: 18px;

	padding-bottom: 15px;

	border-bottom: 1px solid #eaeaea;

	margin-bottom: 20px;

	transition: 0.4s;

}

.lnews ul li p{

	font-size: 13px;

	color: #888;

	line-height: 26px;

	max-height: 52px;

	overflow: hidden;

	transition: 0.4s;

}

.lnews ul li ins{

	display: block;

	width: 170px;

	text-align: center;

	line-height: 40px;

	border-radius: 20px;

	border: 1px solid #3973d4;

	font-size: 14px;

	color: #3973d4;

	margin-top: 30px;

	text-decoration: none;

	transition: 0.4s;

}

.lnews ul li:hover{

	background: #3973d4;

	position: relative;

	z-index: 1;

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

}

.lnews ul li:hover h3,.lnews ul li:hover p{

	color: #fff;

	border-color: rgba(255,255,255,0.20);

}

.lnews ul li:hover ins{

	border-color: #fff;

	color: #fff;

}

.lnews ul li ins:hover{

	background: #fff;

	color: #3973d4;

}

.lnews ul li:hover img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.page a{

	transition: 0.2s;

	color: #666;

}

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

	border-color: #3973d4;

	background: #3973d4;

}





/*新闻资讯内容页*/

.hotnews{

	float: left;

	width: 26%;

	background: #fff;

}

.hotnews dt{

	font-size: 18px;

	text-align: center;

	width: 100%;

	font-weight: bold;

	color: #fff;

	line-height: 45px;

	background: #3973d4;

}

.hotnews dd{

	padding: 20px 0;

	border-bottom: 1px solid #eee;

}

.hotnews dd a{

	padding: 0 20px;

	display: block;

}

.hotnews dd span{

	display: block;

	width: 4px;

	height: 4px;

	border-radius: 2px;

	background: #3973d4;

	float: left;

	margin-right: 14px;

	margin-top: 6px;

}

.hotnews dd h3{

	font-size: 14px;

	color: #333;

	line-height: 18px;

	transition: 0.3s;

	float: left;

	width: calc(100% - 18px);

}

.hotnews dd h3:hover{

	color: #3973d4;

}

.vnews{

	float: right;

	width: 61%;

	padding: 45px 5%;

	padding-bottom: 60px;

	background: #fff;

}

.vnews .return{

	margin-bottom: 20px;

}

.vnews .return a{

	float: left;

	display: block;

	width: 74px;

	text-align: center;

	line-height: 22px;

	font-size: 12px;

	color: #fff;

	background: #3973d4;

}

.vnews .return h4{

	float: left;

	font-size: 12px;

	color: #888;

	margin-left: 15px;

	line-height: 22px;

}

.vnews .return em{

	line-height: 22px;

	font-style: normal;

	font-size: 14px;

	color: #888;

	margin-right: 4px;

}

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

}

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

	display: none;

}





/*产品展示列表页*/

.lshow ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	background: #fff;

	border: 1px solid #fff;

	transition: 0.4s;

	box-sizing: border-box;

}

.lshow ul li a{

	display: block;

}

.lshow ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lshow ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lshow ul li h3{

	width: 90%;

	padding: 0 5%;

	text-align: center;

	font-size: 16px;

	color: #333;

	line-height: 60px;

	transition: 0.4s;

	border-top: 1px solid #eee;

}

.lshow ul li:hover{

	background: #3973d4;

	border-color: #3973d4;

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

	position: relative;

	z-index: 1;

}

.lshow ul li:hover h3{

	color: #fff;

	border-color: #3973d4;

}

.lshow ul li:hover img{

	transform: scale(1.07);

	-ms-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-webkit-transform: scale(1.07);

	-o-transform: scale(1.07);

}

.lscontent{

	margin-bottom: 20px;

	background: #fff;

	padding: 20px 40px;

}

.lscontent div{

	float: right;

	width: calc(100% - 410px);

	margin: 20px auto;

	height: 216px;

	overflow-y: scroll;

}

.lscontent img{

	float: left;

	width: 360px;

	height: auto;

}

.lscontent h3{

	font-size: 18px;

	margin-bottom: 10px;

	color: #3973d4;

}

.lscontent p{

	font-size: 13px;

	color: #666;

	line-height: 24px;

}

.lscontent strong{

	font-size: 15px;

	display: block;

	margin-top: 10px;

	margin-bottom: 2px;

}





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

.lzhaopin div{

	background: #3973d4;

	color: #fff;

}

.lzhaopin div h4{

	width: 20%;

	text-align: center;

	font-size: 16px;

	line-height: 54px;

	float: left;

}

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

	text-align: center;

	line-height: 30px;

}

.lzhaopin ul li a{

	display: block;

	float: left;

	line-height: 30px;

	width: 80px;

	text-align: center;

	background: #3973d4;

	font-size: 14px;

	color: #fff;

	margin-left: calc(10% - 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;

}





/*在线留言列表页----------------------------------------------------------------------*/

.jmapply{

	margin: auto;

	margin-top: 60px;

	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: #3973d4;

	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: #3973d4;

}

.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: #3973d4;

}

.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: #3973d4;

	width: 100%;

	text-align: center;

	line-height: 40px;

	height: 40px;

	color: #fff;

	font-size: 14px;

	cursor: pointer;

}





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

.vabout{

	width: 900px;

	margin: auto;

	background: #fff;

	padding: 50px 60px;

	padding-bottom: 80px;

}

.vabout h1{

	font-size: 24px;

    color: #000;

    margin-bottom: 30px;

    font-weight: bold;

	text-align: center;

}





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

.lab01{

	background: #fff;

}

.lab01 .lab01l{

	float: left;

	width: 40%;

	padding: 60px 4%;

}

.lab01 span{

	float: right;

	display: block;

	width: 52%;

}

.lab01 span img{

	width: 100%;

	height: auto;

}

.lab01 .lab01l h1{

	font-family: fantasy;

    color: #3973d4;

    font-size: 58px;

    line-height: 60px;

    text-transform: uppercase;

    font-weight: normal;

}

.lab01 .lab01l h3{

	font-size: 20px;

    font-weight: bold;

    margin-top: 10px;

    margin-bottom: 30px;

    color: #3973d4;

}

.lab01 .lab01l p{

	font-size: 14px;

	color: #888;

	line-height: 32px;

}

.lab01 .rmore{

	margin-top: 40px;

    padding: 4px;

    border: 1px solid #3973d4;

    border-radius: 6px;

    width: 160px;

    text-align: center;

    transition: 0.3s;

}

.lab01 .rmore a{

	display: block;

    width: 100%;

    line-height: 40px;

    color: #fff;

    font-size: 16px;

    border-radius: 6px;

    background-image: linear-gradient(135deg,#97b4ef 0,#3973d4 100%);

}

.lab01 .rmore:hover{

	opacity: 0.8;

}

.lab02{

	margin-top: 60px;

	text-align: center;

	position: relative;

}

.lab02 .lab02t{

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}

.lab02 img{

	width: 100%;

	height: auto;

}

.lab02 h3{

	line-height: 54px;

    width: 414px;

    background: #C00003;

    font-size: 32px;

    font-weight: bold;

    color: #fff;

    margin: auto;

    margin-top: 120px;

}

.lab02 p{

	color: #fff;

	font-size: 30px;

	line-height: 50px;

	margin-top: 30px;

}

























/*新闻内页手机版------------------------------------------------------------------*/

.iv_new{

	background: #fff;

	padding-bottom: 80px;

}

.ivn01{

	width: 100%;

}

.ivn01 img{

	width: 100%;

	height: auto;

}

.ivn02{

	margin-top: 20px;

}

.ivn02 .invt{

	margin-left: 15px;

}

.ivn02 .invt span{

	float: left;

	display: block;

	width: 36px;;

	height: 36px;

	background:url("/temp/temp/53/53-0023/201908261641/images/logo01.png") no-repeat center center;

	background-size: 100%;

	margin-right: 10px;

}

.ivn02 .invt div{

	float: left;

}

.ivn02 .invt div h3{

	font-size: 14px;

	line-height: 20px;

}

.ivn02 .invt div h4{

	font-size: 12px;

	line-height: 16px;

}

.ivn02 .invt div h4 a{

	color: #999;

}

.ivn02 .ivna{

	float: right;

	margin-right: 15px;

	display: block;

	width: 50px;

	line-height: 24px;

	text-align: center;

	font-size: 13px;

	background: #3973d4;

	color: #fff;

	margin-top: 6px;

	border-radius: 4px;

}

.ivn03{

	margin-top: 30px;

	padding: 0 15px;

	margin-bottom: 20px;

}

.ivn03 h1{

	font-size: 20px;

	float: left;

	width: 100%;

	margin-bottom: 20px;

	font-weight: bold;

	color: #000;

	line-height: 28px;

}

.ivn03 h4{

	font-size: 12px;

	float: left;

	color: #999;

	line-height: 20px;

}

.ivn03 h5{

	font-size: 12px;

	float: right;

	color: #999;

	background:url("/temp/temp/53/53-0023/201908261641/images/look.png") no-repeat left center;

	background-size: 18px;

	padding-left: 20px;

	line-height: 20px;

}

.ivn04{

	padding: 0 15px;

}

.next03{

	padding: 0 15px;

	margin-top: 40px;

}

.next03 p{

	float: right;

	width: 50%;

	border: 1px solid #eee;

	box-sizing: border-box;

}

.next03 p a{

	display: block;

	font-size: 30px;

	text-align: center;

	line-height: 30px;

	color: #ccc;

}

.next03 p.prev01{

	float: left;

}

.ueditor_baidumap {

    min-width: 100%;

    max-width: 100%;

}







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

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

	.w16{

		width: 1188px;

	}

	.header .nav01 li a{

		padding: 0 18px;

		line-height: 74px;

    	height: 74px;

	}

	.header .logo img{

		max-height: 53px;

	}

	.header .logo{

		line-height: 53px;

	}

	.header .nav01{

		margin-right: 10px;

	}

	.header h4{

		font-size: 16px;

		padding-left: 22px;

		background-size: 18px;

		margin: 26px 0;

	}

	.abbox .abl p{

		font-size: 14px;

		line-height: 26px;

	}

	.business .busy01{

		width: 280px;

	}

	.business .busy01 dt{

		font-size: 34px;

		margin: 40px auto;

	}

	.busy01 dd img{

		width: 76px;

	}

	.busy02 .b02 ul li{

		width: 266px;

		margin-right: 20px;

	}

	.btext{

		width: calc(100% - 350px);

    	margin-top: 50px;

	}

	.partners ul li{

		width: 181px;

	}

	.footer .f02{

		width: 110px;

		margin-left: 45px;

	}

	.footer .ferweima{

		width: 120px;

	}

	.footer .f03 dl{

		margin-left: 45px;

	}

	.footer .f01{

		width: 320px;

	}

	

	.lab01 .lab01l{

		padding: 40px 4%;

		width: 38%;

	}

	.lab01 .lab01l h1{

		font-size: 42px;

    	line-height: 40px;

	}

	.lab01 .lab01l h3{

		font-size: 18px;

		margin-top: 10px;

		margin-bottom: 15px;

	}

	.lab01 .lab01l p{

		font-size: 13px;

		line-height: 28px;

	}

	.lab01 .rmore{

		margin-top: 20px;

		width: 140px;

	}

	.lab01 .rmore a{

		line-height: 32px;

		font-size: 14px;

	}

	.lab01 span{

		width: 54%;

	}

	.lab02 h3{

		line-height: 48px;

		width: 380px;

		font-size: 28px;

		margin-top: 95px;

	}

	.lab02 p{

		font-size: 26px;

		line-height: 42px;

		margin-top: 15px;

	}

	.product .cpimg li{

		margin: 0 10px;

	}

	

	

	

}



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

	.lnews ul li span{

		width: 46%;

	}

	.busy02 .b02 ul li{

		width: 220px;

	}

	.lnews ul li div{

		width: 45%;

		padding: 34px 4.5%;

	}

	.lnews ul li h3{

		margin-bottom: 15px;

	}

	.lnews ul li p{

		line-height: 22px;

		max-height: 44px;

		font-size: 12px;

	}

	.lnews ul li ins{

		width: 160px;

		line-height: 36px;

		border-radius: 18px;

	}

	.lnews ul li h3{

		font-size: 16px;

	}

	.jmapply{

		width: 700px !important;

	}

	.vnews{

		width: 64%;

    	padding: 45px 4%;

	}

	.w16{

		width: 1000px;

	}

	.header h4{

		display: none;

	}

	.abr li{

		padding: 0 60px;

	}

	.abr li img{

		width: 160px;

		height: 160px;

	}

	.abr li div{

		margin-top: 32px;

	}

	.abr li div em{

		font-size: 52px;

	}

	.business .busy01{

		width: 240px;

	}

	.business .busy01 dd{

		padding: 25px 0;

	}

	.busy01 dd h3{

		font-size: 16px;

	}

	.busy02 .b01 h3,.busy02 .b02 div h3{

		font-size: 24px;

	}

	.btext{

		width: calc(100% - 300px);

	}

	.footer .f01{

		width: 300px;

	}

	.footer .f01 h5{

		font-size: 12px;

	}

	.footer .f03 dl dt{

		font-size: 16px;

	}

	.footer .f03 dl dd h3{

		font-size: 12px;

	}

	.footer .f03 dl{

		margin-left: 30px;

	}

	.footer .f02{

		width: 100px;

		margin-left: 40px;

	}

	.footer .f02 h4{

		font-size: 12px;

	}

	

	.lab01 .lab01l h3{

		display: none;

	}

	.lab01 .lab01l h1 {

		font-size: 34px;

		line-height: 30px;

		margin-bottom: 15px;

	}

	.lab01 .lab01l p {

		font-size: 12px;

		line-height: 26px;

	}

	.lab02 h3 {

		line-height: 40px;

		width: 300px;

		font-size: 22px;

		margin-top: 80px;

	}

	.lab02 p {

		font-size: 20px;

		line-height: 36px;

	}

	.product .cpimg li{

		width: 313px;

	}

	

	

	

	

	

	

	

	

}







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

	.w16{

		width: calc(100% - 20px);

		padding: 0 10px;

	}

	header h1 a span{

		display: none;

	}

	header .bg{

		background-color: #3973d4;

    	opacity: 1;

	}

	.abbox{

		margin: 55px auto;

		background: #fff;

	}

	.abbox .abl {

		width: 92%;

		margin: auto 4%;

	}

	.abbox .abl h1{

		font-size: 36px;

		line-height: 36px;

	}

	.abbox .abl h2{

		font-size: 18px;

		margin-top: 5px;

		margin-bottom: 20px;

	}

	.abbox .abl p{

		font-size: 12px;

	}

	.abr{

		display: none;

	}

	.abbox .abl .rmore{

		width: 140px;

	}

	.abbox .abl .rmore a{

		line-height: 34px;

		font-size: 14px;

		border-radius: 4px;

	}

	.abright{

		width: 100%;

		margin-top: 20px;

	}

	.abright > div{

		max-width: 540px;

		margin: auto;

	} 

	.business .busy01{

		width: 100%;

	}

	.abright iframe{

		height: 300px;

	}

	.business .busy01 dt{

		display: none;

	}

	.business .busy01 dd{

		float: left;

		width: calc(100% / 3);

		text-align: center;

		border: none;

	}

	.business .busy01 dd img{

		width: 30px;

		height:auto;

	}

	.business .busy01 dd h3{

		font-size: 12px;

	}

	.btext{

		margin-top: 40px;

	}

	.busy02 .b01 h3, .busy02 .b02 .casetit h3{

		font-size: 16px;

		line-height: 28px;

	}

	.busy02 .b01 p{

		margin-top: 10px;

		margin-bottom: 20px;

		font-size: 12px;

	}

	.busy02 .b01 a {

		width: 120px;

		line-height: 30px;

		font-size: 12px;

	}

	.busy02 .b02 {

		margin: 30px auto;

	}

	.busy02 .b02 ul li h3{

		font-size: 12px;

    	line-height: 30px;

	}

	.busy02 .b02 ul li {

		width: 32%;

		margin-right: 2%;

		float: left;

	}

	.busy02 .b02 ul li:last-child{

		margin-right: 0;

	}

	.busy01 dd span{

		width: 20px;

		height: 9px;

		top: inherit;

		right: calc(50% - 10px);

		bottom: -9px;

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

		background-size: 100%;

	}

	.busy02 .b02 .casetit a{

		width: 90px;

		line-height: 28px;

		font-size: 12px;

	}

	.product{

		padding: 60px 0;

	}

	.product .cptit h1{

		font-size: 26px;

		line-height: 30px;

	}

	.product .cptit ul li a{

		font-size: 13px;

		line-height: 16px;

	}

	.product .cptit ul li{

		padding: 0 16px;

	}

	.product .cptit ul li::before{

		top: 10px;

	}

	.product .cptit ul{

		margin: 25px auto;

	}

	.product .cpimg li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

		display: none;

	}

	.product .cpimg li:nth-child(1),.product .cpimg li:nth-child(2)

	,.product .cpimg li:nth-child(3),.product .cpimg li:nth-child(4)

	,.product .cpimg li:nth-child(5),.product .cpimg li:nth-child(6){

		display: block;

	}

	.product .cpimg li h3{

		padding: 0 10px;

		line-height: 32px;

		font-size: 12px;

	}

	.newsbox {

		margin: 60px auto;

	}

	.newsbox .newl {

		width: 100%;

	}

	.newsbox .newl h1{

		font-size: 36px;

		line-height: 36px;

	}

	.newsbox .newl h2{

		font-size: 16px;

		line-height: 20px;

		margin-top: 14px;

	}

	.newsbox .newl .n01{

		margin: 30px 0;

	}

	.newsbox .newl .m02 {

		width: 120px;

		line-height: 34px;

		font-size: 12px;

	}

	.newsbox .newr{

		width: 100%;

		margin-top: 40px;

	}

	.newsbox .newr li a{

		padding: 15px;

	}

	.newsbox .newr li span {

		width: 4px;

		height: 4px;

		border-radius: 2px;

		margin-right: 10px;

		margin-top: 8px;

	}

	.newsbox .newr li h3{

		font-size: 13px;

		width: calc(100% - 100px);

	}

	.newsbox .newr li h4{

		width: 76px;

	}

	.partners ul li{

		width: 140px;

		margin-right: 10px;

	}

	.partners h3{

		margin-bottom: 20px;

	}

	.partners h3{

		font-size: 16px;

	}

	.default-mobile-copyright2{

		margin-top: 0;

	}

	#mobile-nav{

		background-color: #1a3b73;

	}

	.default-mobile-nav-menu li a{

		border-bottom: 1px solid #0c2652;

		border-top: 1px solid #21488a;

	}

	.default-mobile-nav-menu li ul{

		background-color: #102f63;

	}

	.banner01 .dots{

		bottom: 20px;

	}

	.banner01 .dots span{

		width: 10px;

	}

	.banner01 .dots span{

		margin: 0 6px;

	}

	.mnytit{

		padding: 35px 0;

		text-align: center;

		color: #fff;

		background-image: linear-gradient(135deg,#97b4ef 0,#3973d4 100%);

	}

	.mnytit h1{

		font-size: 20px;

		font-weight: bold;

		text-transform: uppercase;

	}

	.mnytit span{

		width: 30px;

		height: 3px;

		background: #fff;

		margin: 15px auto;

		display: block;

	}

	.mnytit h2{

		font-size: 14px;

	}

	

	.lbg{

		padding-top: 30px;

		padding-bottom: 60px;

	}

	.default-mobile-list-cats{

		margin: auto 10px;

		margin-top: 0;

		margin-bottom: 30px;

		padding: 5px 10px;

		border-color: #dedede;

	}

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

		font-size: 16px;

		line-height: 40px;

	}

	.lnews ul li div{

		width: calc(100% - 30px);

		padding: 20px 15px;

	}

	.lnews ul li div h4{

		font-size: 12px;

		color: #888;

		margin-bottom: 5px;

	}

	.lnews ul li div h3{

		font-size: 14px;

		padding-bottom: 6px;

		margin-bottom: 6px;

	}

	.lnews ul li p{

		line-height: 20px;

		max-height: 40px;

	}

	.lnews ul li ins{

		width: 58px;

		text-align: left;

		line-height: 16px;

		border: none;

		margin-top: 12px;

		font-size: 12px;

	}

	.lnews ul li{

		margin-bottom: 18px;

	}

	.lshow ul li.mmr0{

		margin-right: 0;

	}

	.jmapply{

		width: calc(100% - 42px) !important;

		margin: auto 10px;

		margin-top: 50px;

		padding: 60px 10px;

	}

	.jmapply img{

		top: -45px;

		left: calc(50% - 45px);

		width: 90px;

		border-radius: 45px;

	}

	.jmapply h3{

		font-size: 18px;

	}

	.jmapply h5{

		font-size: 13px;

		margin-bottom: 25px;

	}

	.jmapply .default-form-item{

		margin-bottom: 15px;

	}

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

		line-height: 36px;

		height: 36px;

		font-size: 12px;

	}

	.jmapply textarea{

		height: 108px;

	}

	.lnews ul li:hover{

		background: #fff;

		box-shadow: none;

	}

	.lnews ul li:hover div h3{

		color: #333;

	}

	.lnews ul li:hover div p{

		color: #888;

	} 

	.lnews ul li:hover ins{

		color: #3973d4;

	}

	.lshow ul li:hover{

		background: #fff;

		border-color: #fff;

		box-shadow: none;

	}

	.lshow ul li:hover h3{

		color: #333;

    	border-color: #eee;

	}

	.lshow ul li:hover img{

		transform: scale(1);

	}

	

	

	

	

}

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



}

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

	.lshow ul li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 2%;

	}

	.lshow ul li h3{

		font-size: 12px;

		line-height: 36px;

	}

	.lshow ul li.mmr0{

		margin-right: 1%;

	}

	.lscontent{

		padding: 15px;

	}

	.lscontent img{

		width: 100%;

		height: auto;

	}

	.lscontent div{

		width: 100%;

		height: auto;

		overflow: inherit;

	}

	.lscontent h3{

		font-size: 16px;

	}

	.lscontent p {

		font-size: 12px;

		color: #888;

		line-height: 22px;

	}

	

	

	

	

	

	

	

	

	

	

}




































































