/*!

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

}




.header{

	background:#2e2e2e;

}

.top-nav li{

	float:left;

	margin-right:10px;

}

.top-nav li a{

	text-align:center;

	line-height:30px;

	color:#999;

}

.top-nav li:hover a

,.head-r span:hover{

	color:#fff;

}

.head-r span{

	display:block;

	float:right;

	cursor:pointer;

	line-height:30px;

	color:#999;

	margin-left:10px;

}

.logo{

	line-height:76px;

}

.logo a{

	display:block;

}

.logo a img{

	max-height:40px;

}

.menu ul{

	margin-top:20px;

	margin-left:100px;

}

.menu li{

	margin:0 10px;

	padding-bottom:5px;

}

.w960 .menu li{

	margin:0 5px;

}

.menu li a {

  display: block;

  line-height: 30px;

  color: #666;

  font-size: 14px;

  transition: all .3s;

  padding: 0 15px;

  border-radius: 5px;

}

.w960 .menu li a{

	padding:0 6px;

}

.menu li:hover a

,.menu li.a a{

	background: #E30B20;

    color: #fff;

}

.menu li ul{

	margin:0;

	padding:5px;

	border:1px solid #eee;

	border-top:3px solid #E30B20;

	background:#fff;

	border-radius:5px;

	width:100%;

}

.menu li ul li

,.w960 .menu li ul li{

	margin:0;

	padding:0;

}

.menu li ul li a{

	padding:0;

	text-align:center;

	border-bottom:1px solid #ddd;

	border-radius:0;

}

.w960 .menu li ul li a{

	padding:0; 

}

.menu li:hover ul li a

,.menu li.a ul li a

,.menu li ul li.a a{

	background:none;

	color:#333;

}

.menu li ul li:hover a{

	color:#E30B20;

}

.menu li ul li:hover{

	background:#eee;

}

.banner{

	max-height:350px;

	overflow:hidden;

}

.banner .dots span{

	width:12px;

	height:12px;

	border-radius:50%;

}

.banner .dots span.active{

	background-color:#706486;

}

.product{

	margin:50px auto;

}

.product h2{

	text-align:center;

	font-size:25px;

}

.product ul{

	margin-top:30px;

}

.product li{

	float:left;

	width:27%;

	padding:2%;

	margin-right:3.5%;

}

.product li.p1{

	background:#84d800;

}

.product li.p2{

	background: #feb822;

}

.product li.p3{

	background: #ff5c5c;

}

.product li a{

	display:block;

	color:#fff;

}

.product li h3{

	text-align:center;

	font-size:15px;

	padding-bottom:10px;

	border-bottom:1px dashed #fff;

}

.product li div{

	position:relative;

	margin:10px 0;

}

.product li div span{

	display:block;

	position:absolute;

	top:0;

	width:100%;

	height:100%;

	transition:all .5s;

}

.product li.p1 div span{

	background:url("/temp/temp/52/52-0116/201701121644/images/101.png") no-repeat center center #84d800;

}

.product li.p2 div span{

	background:url("/temp/temp/52/52-0116/201701121644/images/top-logo.png") no-repeat center center #feb822;

}

.product li.p3 div span{

	background:url("/temp/temp/52/52-0116/201701121644/images/2384.png") no-repeat center center #ff5c5c;

}

.product li:hover div span{

	opacity:0;

}

.product li div p {

  line-height: 20px;

  padding: 15px;

  height: 170px;

  overflow: hidden;

}

.product li em{

	display:block;

	font-style:normal;

	text-align:center;

	width:100px;

	border:1px solid #fff;

	border-radius:5px;

	margin:0 auto;

	line-height:30px;

	transition:all .3s;

}

.product li em:hover{

	background:#fff;

	color:#84d800;

}

.product li.p2 em:hover{

	color:#feb822;

}

.product li.p3 em:hover{

	color:#ff5c5c;

}

.news{

	background:#f1f1f1;

	padding-top:50px;

	padding-bottom:20px;

}

.news h2

,.choose h2{

	text-align:center;

	font-size:25px;

}

.news ul{

	margin-top:30px;

}

.news li{

	float:left;

	width:24%;

	margin-right:1.3%;

	background:#fff;

	margin-bottom:30px;

}

.news li a{

	display:block;

}

.news li a div {

	overflow:hidden;

}

.news li a div img{

	width:100%;

	height:auto;

	transition:all .5s;

}

.news li:hover a div img{

	transform:scale(1.1);

	-ms-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-webkit-transform:scale(1.1);

	-o-transform:scale(1.1);

}

.news li h3{

	color:#666;

	font-size:14px;

	padding:15px;

	border-bottom:1px dashed #ccc;

	transition:all .3s;

}

.news li h3 em{

	display:block;

	float:left;

	width:78%;

	line-height:20px;

	overflow:hidden;

	height:20px;

	margin-right:2%;

	font-style:normal;

}

.w960 .news li h3 em{

	width:73%;

}

.news li:hover h3 {

  color: #E30B20;

}

.news li h3 span {

  display: block;

  width: 50px;

  line-height: 20px;

  border-radius: 3px;

  color: #fff;

  background: #FF5C5C;

  text-align: center;

  text-transform: uppercase;

  font-size: 12px;

}

.news li p {

  color: #999;

  line-height: 20px;

  height: 80px;

  text-align:justify;

  padding: 15px;

  margin-bottom: 15px;

  overflow:hidden;

}

.choose{

	margin:50px auto;

}

.choose01{

	margin-top:30px;

}

.choose01 li {

  float: left;

  border-top-right-radius: 5px;

  border-top-left-radius: 5px;

  background: #ff830b;

  width: 23.5%;

  margin-right: 2%;

  font-size: 18px;

  color: #fff;

  line-height: 62px;

  text-align: center;

}

.choose01 li.c2{

	background: #ff5a57;

}

.choose01 li.c3{

	background: #8c7df3;

}

.choose01 li.c4{

	background: #ffb900;

}

.choose02{

	margin-top:40px;

}

.choose02 li {

  float: left;

  width: 40%;

  margin: 0 3%;

  padding: 10px 2%;

  transition: all .3s;

}

.choose02 li span{

	display:block;

	width:74px;

	height:82px;

}

.choose02 li div {

  width: 79%;

  margin-left: 5%;

}

.w960 .choose02 li div {

  width: 77%;

  margin-left:3%;

}

.choose02 li h3{

	font-size:14px;

	color:#000;

	line-height: 24px;

}

.choose02 li p{

  font-size: 14px;

  color: #999;

  line-height: 24px;

}

.choose02 li:hover{

	background:#F2F6F7;

}

.try{

  display:block;

  width: 162px;

  height: 34px;

  line-height: 34px;

  color: #45a9ff;

  border: #45a9ff 1px solid;

  margin: 0 auto;

  transition:all .5s;

  text-align:center;

  margin-top:50px;

}

.try:hover{

	background:#45a9ff;

	color:#fff;

}

.footer{

	padding-top:25px;

	background:#2c2c2c;

}

.foot01{

	width:30%;

}

.code div{

	float:left;

	width:124px;

	height:124px;

	margin:20px 0;

	margin-right:10px;

}

.code div p{

	text-align:center;

	line-height: 30px;

    color: #999;

}

.foot02{

	width:30%;

	padding:0 3%;

	float:left;

	margin-top:25px;

	border-right:#474747 1px solid;

	border-left:#474747 1px solid;

	padding-bottom:20px;

}

.foot02 li{

	float:left;

	width:40%;

	margin:0 5%;

}

.foot02 li a{

	display:block;

	padding-left:15px;

	color:#666;

	line-height:30px;

	background:url("/temp/temp/52/52-0116/201701121644/images/dian.png") no-repeat center left;

}

.foot02 li:hover a{

	color:#fff;

}

.foot03 {

  width: 30%;

  padding-left: 3%;

  float: right;

  padding-top:25px;

}

.foot03 h2{

  font-size: 22px;

  color: #999;

  line-height: 44px;

}

.foot03 p{

  font-size: 12px;

  color: #999;

  line-height: 30px;

}

.foot03 strong{

  font-size: 22px;

  color: #fff;

  line-height: 44px;

}

.copy{

	padding:15px;

	background:#252525;

	margin-top:30px;

}

.default-pc-copyright{

	text-align:center;

	width:100%;

}

.default-pc-copyright a {

  color: #666;

}

.default-pc-copyright a:hover{

	color:#fff;

}

.lx01{

	position:fixed;

	width:50px;

	height:260px;

	bottom:200px;

	right:5px;

}

.lx01 li{

	background:#959595;

	margin-bottom:2px;

	border-radius:3px;

	transition:all .3s;

}

.lx01 li a{

	display:block;

	width:50px;

	height:50px;

	position:relative;

	font-size:14px;

}

.lx01 li a div {

  line-height: 50px;

  width: 120px;

  color: #fff;

  position: absolute;

  right: -0px;

  opacity:0;

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;

  text-align: center;

  transition:all .3s; 

}

.lx01 li:hover a div {

	opacity:1;

	right:48px;

}

.lx01 li.l01 a{

	background:url("/temp/temp/52/52-0116/201701121644/images/menu-icon1.png") no-repeat center center;

}

.lx01 li.l02 a{

	background:url("/temp/temp/52/52-0116/201701121644/images/menu-icon3.png") no-repeat center center;

}

.lx01 li.l03 a{

	background:url("/temp/temp/52/52-0116/201701121644/images/menu-icon4.png") no-repeat center center;

}

.lx01 li.l04 a{

	background:url("/temp/temp/52/52-0116/201701121644/images/menu-icon5.png") no-repeat center center;

}

.lx01 li.l05 a{

	background:url("/temp/temp/52/52-0116/201701121644/images/k1.png") no-repeat center center;

}

.lx01 li.l01 div

,.lx01 li.l01:hover{

	background:#ec2443;

}

.lx01 li.l02 div

,.lx01 li.l02:hover{

	background: #ffb600;

}

.lx01 li.l03 div

,.lx01 li.l03:hover{

	background:#f05a26;

}

.lx01 li.l04 div{

	background:#ec2443;

	bottom:-36px;

	width:123px;

	height:123px;

	right:-123px;

	background:url("/temp/temp/52/52-0116/201701121644/images/u4145.png") no-repeat center center;

}

.lx01 li.l04:hover div{

	right:50px;

}

.lx01 li.l04 div img {

  margin-top: 15px;

  margin-left: -8px;

}

.lx01 li.l05:hover{

	background: #6eb3e8;

}  

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

.content{

	margin-top:30px;

}

.ban01{

	width:100%;

	overflow:hidden;

}

.ban01 img{

	width:100%;

	height:auto;

}

.lnav {

  width: 21%;

}

.lnav .bt{

	background:url("/temp/temp/52/52-0116/201701121644/images/mr2.png") repeat-x center center;

    border-radius: 5px;

    border: 1px solid #dedede;

	position:relative;

	width:100%;

	height: 100px;

}

.lnav .bt div{

	position:absolute;

	width:108px;

	height:100px;

	top:0;

	right:0;

}

.lnav .bt h3 {

  font-size: 20px;

  padding-left: 30px;

  margin-top: 26px;

  color: #EE0000; 

  background:url("/temp/temp/52/52-0116/201701121644/images/sx.png") no-repeat center left;

}

.lnav .bt em {

  display: block;

  font-size: 13px;

  font-style: normal;

  color: #999;

  padding-left: 30px;

  text-transform: uppercase;

}

.lnav ul {

  margin-top: 5px;

}

.lnav ul li {

  border-radius: 5px;

  border: 1px solid #dedede;

  background:url("/temp/temp/52/52-0116/201701121644/images/topbg.png") repeat-x center center;

  margin-bottom: 2px;

  transition:all .3s;

}

.lnav ul li.a

,.lnav ul li:hover{

	border: 1px solid #CE0909;

}

.lnav ul li a{

	display:block;

	padding-left:20px;

	margin-left:10px;

	font-size:14px;

	line-height: 40px;

	transition:all .3s;

	background:url("/temp/temp/52/52-0116/201701121644/images/ss.png") no-repeat center left;

}

.lnav ul li.a

,.lnav ul li:hover{

	 background:url("/temp/temp/52/52-0116/201701121644/images/ssc.png") repeat-x center center;

}

.lnav ul li.a a

,.lnav ul li:hover a{

	color:#fff;

}

.lnav ul li span{

	display:none;

}

.lianxi h3{

	font-size:17px;

	margin-top:20px;

	background:url("/temp/temp/52/52-0116/201701121644/images/b3.png") no-repeat center right;

}

.lianxi span {

  display: block;

  padding-bottom: 20px;

  border-bottom: 1px dashed #ddd;

  margin: 20px 0;

}

.lianxi p{

	line-height:2em;

}

.list-r {

  width: 70%;

  background: #fff;

  border-radius: 5px;

  border: 1px solid #dedede;

  padding: 3%;

}

.biaoti{

	padding-bottom:10px;

    border-bottom: 1px solid #dedede;

}

.biaoti h3{

	font-size:17px;

	padding-left:30px;

	background:url("/temp/temp/52/52-0116/201701121644/images/sx.png") no-repeat center left;

}

.biaoti p a{

	color:#777;

	transition:all .3s;

}

.biaoti p a:hover{

  color: #E00;

}

.pub{

	text-align:right;

	margin-top:10px;

}

.page{

	margin:20px 0;

}

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

  background: #E00;

}

.content{

	margin-bottom:150px;

}

.list-show{

	margin-top:20px;

}

.list-show li{

	float:left;

	width:32%;

	margin-right:2%;

}

.list-show li a {

  display: block;

  border:1px solid #eee;

}

.list-show li h3 {

  text-align: center;

  line-height: 60px;

  background-color: #F9F5F5;

  font-size: 20px;

  font-family: "simsun";

  transition:all .3s;

}

.list-show li:hover h3 {

  background-color: #E30505;

  color: #fff;

}

.list-show li p {

  padding: 15px;

  font-size: 12px;

  color: #666;

  text-align:justify;

  line-height:20px;

  height:140px;

  margin-bottom:10px;

  overflow:hidden;

  padding-bottom:0;

}

.list-show li span{

	display:block;

	text-align:center;

	line-height:50px;

	border-top:1px dashed #ddd;

}

.page{

	text-align:center;

	margin:20px 0;

}

.page a{

	display:inline-block;

	float:none;

}

.page a{

	*display:inline;

}

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

.word h3 {

  font-size: 25px;

  text-align: center;

  color: #F00;

}

.word em {

  display: block;

  text-align: center;

  font-style: normal;

  color: #999;

  margin-top: 10px;

}

.line{

	border-bottom:1px solid #dedede;

	height:2px;

	width:500px;

	margin:15px auto;

}

.fanye{

	padding: 20px 0;

    border-top: 1px dotted #ccc;

}

.fanye p{

	font-size:14px;

	margin-bottom:10px;

}

.fanye p a{

	color:#777;

}

.fanye p a:hover{

	color:#F00303;

}

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

.list-r .news{

	padding:0;

	background:none;

}

.list-r .news li {

  width: 32%;

  margin-right: 2%;

  background-color: #F8F8F8;

}

.list-r .news li h3 em{

	width:76%;

}

.w960 .list-r .news li h3 em{

	width:70%;

}

/*-------------list-promote------------*/

.promote{

	padding:20px 0;

	background:#eee;

}

.pro01 li{

	float:left;

	width:20%;

	background:#D7D7D7;

}

.pro01 li span{

	display:block;

	width:45%;

	line-height:54px;

	float:left;

	text-align:center;

	font-size:50px;

	color:#f8f8f8;

	font-style: italic;

    font-family: "simsun";

    font-weight: bold;

	text-indent:0.5em;

	background:url("/temp/temp/52/52-0116/201701121644/images/posted-task-icon1.png") no-repeat center left;

}

.pro01 li.p01 span{

	background:none;

}

.pro01 li div{

	width:50%;

	float:right;

}

.pro01 li div h3{

  font-size: 14px;

  line-height: 1;

  padding: 9px 0 6px 0;

  color: #666;

  font-weight:bold;

}

.pro01 li div p{

	line-height: 1;

  font-size: 12px;

  color: #666;

}

.pro02{

	margin:40px 0;

}

.pro02 ul{

	padding-bottom:40px;

	border-bottom:1px #d7d7d7 dashed;

}

.pro02 li{

	float:left;

	width:19%;

	margin-right:1.25%;

	background:#fff;

	box-shadow:#e5e5e5 0 2px 3px;

	border-radius:5px;

}

.pro02 h2

,.pro03 h2{

	padding-left: 10px;

  border-left: #e50012 4px solid;

  font-weight: bold;

  font-size:16px;

  color:#666;

}

.pro02 ul{

	margin-top:20px;

}

.pro02 li h3{

  font-size: 16px;

  color: #333;

  padding-top: 12px;

  height: 60px;

  line-height: 60px;

  text-align:center;

  font-weight:bold;

  transition:all .3s;

}

.pro02 li{

	transition:all .3s;

}

.pro02 li:hover{

	background:#E50012;

}

.pro02 li:hover h3

,.pro02 li:hover p

,.pro02 li:hover div em{

	color:#fff;

}

.pro02 li:hover div{

	background:#cd1f1d;

}

.w960 .pro02 li h3{

	font-size:13px;

}

.pro02 li h3 img {

  margin-right: 5px;

  margin-top: -3px;

}

.pro02 li p {

  font-size: 14px;

  line-height: 20px;

  color: #999;

  margin-bottom: 25px;

  padding: 0 20px;

  text-align: center;

  height:40px;

  overflow:hidden;

  transition:all .3s;

}

.pro02 li a {

  display: block;

  width: 103px;

  height: 32px;

  line-height: 32px;

  color: #e50012;

  border: #e50012 1px solid;

  border-radius: 3px;

  font-size: 14px;

  margin: 0 auto;

  text-align: center;

  transition:all .3s;

}

.pro02 li:hover a {

	background:#fff;

	color:#E50012;

	box-shadow:0 0 5px #b2100f;

	transform:scale(1.05);

}

.pro02 li div{

	margin-top: 30px;

  height: 48px;

  line-height: 48px;

  background: #f8f8f8;

  font-size: 14px;

  color: #9c9c9c;

  text-align:center;

  transition:all .3s;

}

.pro02 li div em {

  font-style: normal;

  height: 66px;

  overflow: hidden;

}

.w960 .pro02 li div em {

  height: 63px;

  font-size:12px;

}

.pro02 li div em

,.pro02 li div span{

	display:inline-block;

	float:none;

}

.pro02 li div span {

  margin-top: 12px;

}

.pro02 li div span img{

	float:left;

	width:26px;

	height:auto;

	margin-right:2px;

}

.w960 .pro02 li div span img {

  width: 20px; 

}

.pro03 ul{

	margin:20px 0;

}

.pro03 li{

	float:left;

	width:32%;

	margin-right:2%;

	background:#fff;

	box-shsdow:0 0 10px #d6d6d6;

}

.pro03 li .a01 {

  background: #fff;

  padding: 15px 0;

  text-align:center;

}

.pro03 li .a01 h3{

	display:inline-block;

	padding-left:35px;

}

.pro03 li .a01 h3{

	*display:inline;

}

.pro03 li.p001 .a01 h3{

	background:url("/temp/temp/52/52-0116/201701121644/images/new_shou.png") no-repeat center left;

	background-size:26px 26px;

}

.pro03 li.p002 .a01 h3{

	background:url("/temp/temp/52/52-0116/201701121644/images/new_jiesf.png") no-repeat center left;

	background-size:26px 26px;

}

.pro03 li.p003 .a01 h3{

	background:url("/temp/temp/52/52-0116/201701121644/images/new_toup.png") no-repeat center left;

	background-size:26px 26px;

}

.pro03 li .a01 strong{

	text-align:left;

	display:block;

	font-size:16px;

}

.pro03 li .a01 p{

	text-align:left;

	color: #666;

  line-height: 1;

  font-size: 12px;

}

.pro03 li .a02{

	text-align:center;

	margin:20px 0;

}

.pro03 li .a02 em

,.pro03 li .a02 span{

	display:inline-block;

}

.pro03 li .a02 em

,.pro03 li .a02 span{

	*display:inline;

}

.pro03 li .a02 em {

  height: 35px;

  overflow: hidden;

  font-style: normal;

  color: #666;

}

.pro03 li  a{

    color:#e40013;

	text-align:center;

	font-size:14px;

	display:block;

	line-height:50px;

	border:1px solid #fff;

	border-top:1px solid #ddd;

}

.pro03 li:hover a{

	border:1px solid #e40013;

	color: #fff;

	background:#e40013;

}

.pro03 li .a02 span img{

	float:left;

}

.pro03 li ins{

	display:block;

	text-decoration:none;

	border:#e8e7e8 1px solid;

}

.pro03 li:hover ins{

	border:1px solid #e40013;

}

	

/*-----------list-join--------*/

.ban02 h2 {

  text-align: center;

  position: relative;

  padding-top:30px;

  font-size: 30px;

  font-weight: bold;

}

.ban02 h2 em{

	font-style:normal;

	color:#de2321;

}

.ban02 img {

  width: 100%;

  height: auto;

  margin-top: -75px;

}

.part02{

	margin-bottom:30px;

}

.part2-1{

	height:422px;

	margin:30px 0;

	background:url("/temp/temp/52/52-0116/201701121644/images/sydmode.png") no-repeat center center;

}

.part02 h2{

  text-align:center;

  color: #000;

  font-size: 30px;

  margin-bottom: 10px;

  padding-top: 35px;

}

.part02 h2 em{

	font-style:normal;

	color: #df2321;

}

.part02 p{

	text-align:center;

	color: #333;

    line-height: 30px;

    font-size: 14px;

}

.part2-1 ul {

  text-align: center;

  padding-top: 93px;

}

.part2-1 ul li{

	display:inline-block;

	position:relative;

	width:139px;

	height:244px;

	margin:0 12px;

}

.part2-1 ul li{

	*display:inline;

}

.part2-1 ul li p {

  color: #fff;

  padding: 0 12px;

  text-align: left;

  padding-top: 35px;

}

.part2-1 ul li span{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	background:url("/temp/temp/52/52-0116/201701121644/images/sydmodebg.png") no-repeat center center;

	transform:scale(0);

	-ms-transform:scale(0);

	-moz-transform:scale(0);

	-webkit-transform:scale(0);

	-o-transform:scale(0);

	opacity:0;

	transition:all .3s;

}

.part2-1 ul li:hover span{

	transform:scale(1);

	-ms-transform:scale(1);

	-moz-transform:scale(1);

	-webkit-transform:scale(1);

	-o-transform:scale(1);

	opacity:1;

}

.part03{

	padding:30px 0;

	background:#e9e9e9;

}

.part03 h2{

	text-align:center;

	padding-top: 15px;

    font-size: 30px;

	font-weight:bold;

}

.part03 h2 em{

	font-style:normal;

	color:#de2321;

}

.part03 li {

  float: left;

  width: 40%;

  padding: 0 5%;

}

.part03 li h3{

	font-size:24px;

	padding-top:28px;

	color:#de2321;

	font-weight:bold;

	text-align:center;

}

.part03 li em{

  font-size: 18px;

  color: #333333;

  text-align: center;

  margin-top: 15px;

  font-style:normal;

  display:block;

}

.part03 li span{

	display:block;

	margin-top:35px;

}

.part03 li span img{

	width:100%;

	height:auto;

}

.part03 li div{

  font-size: 16px;

  color: #333;

  line-height: 24px;

  margin:10px 0;

}

.part03 li div i{

	vertical-align: 4px;

  margin-right: 6px;

  display: inline-block;

  height: 4px;

  width: 4px;

  border-radius: 50%;

  background-color: #e50012;

}

.part04 h2{

  text-align: center;

  padding-top: 55px;

  font-size: 30px;

  font-weight:bold;

}

.part04 h2 em{

	color:#de2321;

	font-style:normal;

}

.part04 ul{

	margin:30px 0;

}

.part04 li{

	float:left;

	width:23.5%;

	margin-right:2%;

}

.part04 li div{

	transition:all .3s;

}

.part04 li:hover div{

  box-shadow: 0 0 5px #aaa;

}

.part04 li span img{

	width:100%;

	height:auto;

}

.part04 li h3{

	line-height:60px;

	font-size:20px;

	font-weight:bold;

	text-align:center;

	background:#EFEFEF;

	color:#de2321;

}

.part04 li p{

  font-size: 16px;

  color: #666;

  text-align: center;

  margin-top:20px;

}

.part04 li p em{

	color:#de2321;

	font-style:normal;

	font-weight:bold;

}

.part04 a{

  width: 265px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  color: #fff;

  font-size: 14px;

  border-radius: 20px;

  margin: 25px auto 48px auto;

  display: block;

  background: #dc2425;

}

.part05{

	height:540px;

	background:url("/temp/temp/52/52-0116/201701121644/images/marketsup.jpg") no-repeat center center;

}

.part05 h2{

  font-size: 30px;

  color: #fff;

  font-weight: bold;

  text-align: center;

  padding-top: 50px;

  margin-bottom:30px;

}

.part05 ul{

	text-align:center;

	width:1060px;

	height:186px;

	margin:0 auto;

	position:relative;

	overflow:hidden;

}

.part05 ul li{

	width:325px;

	height:186px;

	background:#51a6ff;

	position:absolute;

}

.part05 li.p2{

	  background:#5bdeac;

	  left:34.8%;

}

.part05 li.p3{

	  background:#ff7d7b;

	  right:0;

}

.part05 ul li h3 {

  font-size: 24px;

  color: #fff;

  font-weight: bold;

  line-height: 80px;

  text-shadow: 1px 2px 5px rgba(51, 52, 53, 0.4);

  padding: 41px 20px 0 30px;

}

.part05 ul li:hover h3 {

	background:url("/temp/temp/52/52-0116/201701121644/images/sam-n.png") no-repeat;

	background-position:right 80px;

}

.part05 li h3 span{

	display:block;

	width:80px;

	height:80px;

	float:left;

	background:url("/temp/temp/52/52-0116/201701121644/images/cardthreeicon.png") no-repeat ;	

}

.part05 li.p2 h3 span{

	  background-position: -80px 0;

}

.part05 li.p3 h3 span{

	  background-position: -160px 0;

}

.part05 li em{

  text-align: center;

  font-size: 14px;

  color: #fff;

  margin-top: 10px;

  font-style:normal;

  display:block;

}

.part05 li div {

  width: 520px;

  height: 146px;

  background: #fff;

  position: absolute;

  left: 325px;

  top: 0;

  display:none;

  padding:20px 0;

}

.part05 li:hover div {

	display:block;

}

.part05 li div p {

  color: #333;

  font-size: 14px;

  line-height: 30px;

}

.part05 li.p1 div p

,.part05 li.p3 div p  {

	  margin-top:10px;

}

.part05 li.p2 div p {

	text-align:left;

	padding:0 20px;

	margin-top:0px;

	line-height:25px;

}

.part05-1{

	margin:50px auto;

}

.part05-1 p{

	float:left;

	width:40%;

	margin:0 5%;

    margin-top: 20px;

    color: #fff;

    font-size: 16px;

	line-height:30px;

}

.w960 .part05-1 p{

	width:50%;

	margin:0;

	margin-top:20px;

}

.part05-1 p.p52 em{

	background-position:-30px 0;

}

.part05-1 p.p53 em{

	background-position:-60px 0;

}

.part05-1 p.p54 em{

	background-position:-90px 0;

}

.part05-1 p em{

	display:block;

	width:30px;

	height:30px;

	float:left;

	margin-right:10px;

	background:url("/temp/temp/52/52-0116/201701121644/images/borfouricon.png") no-repeat ;	

}

.team{

	margin:50px auto;

}

.team .default-slider-box{

	height:385px;

	overflow:hidden;

}

.team h2{

	text-align:center;

	margin-bottom: 45px;

    font-size: 30px;

    color: #333;

}

.team h2 em{

	font-style:normal;

	color:#de2321;

}

.team li{

	width:345px;

	padding:0 24px;

}

.w960 .team li{

	width:297px;

	padding:0 12px;

}

.team li div{

	position:relative;

}

.team li img{

	width:100%;

	height:auto;

}

.team li ins{

	position:absolute;

	width:100%;

	height:100%;

	top:0;

	left:0;

	text-decoration:none;

	background:url("/temp/temp/52/52-0116/201701121644/images/bg02.png") repeat ;

	text-align:center;	

	opacity:0;

	transform:scale(0);

	transition:all .3s;

	-ms-transform:scale(0);

	-moz-transform:scale(0);

	-webkit-transform:scale(0);

	-o-transform:scale(0);

}

.team li:hover ins{

	opacity:1;

	transform:scale(1);

	-ms-transform:scale(1);

	-moz-transform:scale(1);

	-webkit-transform:scale(1);

	-o-transform:scale(1);

}

.team li ins p{

	font-size:18px;

	color:#fff;

	padding-top:110px;

}

.team li ins strong{

	font-weight:normal;

	color:#dc2425;

	font-size:20px;

}

.team li h3 {

  text-align: center;

  line-height: 30px;

  font-size: 14px;

}

.team .prev

,.team .next{

	width:50px;

	height:50px;

	opacity:.5;

	font-size:40px;

	line-height:50px;

	margin-top:0;

	background-color:transparent;

	color:#E30A20;

	text-align:left !important;

}

.team .next{

	text-align:right !important;

}

.part06{

	height:349px;

	background:url("/temp/temp/52/52-0116/201701121644/images/apply-agents-bg.jpg") no-repeat center center;

}

.part06 h2{

  font-size: 24px;

  color: #dc2425;

  line-height: 1;

  margin-bottom: 35px;

  padding-top: 40px;

  text-align:center;

}

.part06 h4{

	text-align:center;

	color:#fff;

	font-size:18px;

	margin-bottom:30px;

}

.part06 h2 em{

	color:#fff;

	font-style:normal;

}

.part06 form{

	width:625px;

	margin:0 auto;

	position:relative;

	height:160px;

}

.part06 label{

	display:none;

}

.part06 input{

	width:200px;

	height:32px;

	border:none;

	border-radius:3px;

	margin-bottom:10px;

	padding:0 10px;

	text-align:left;

}

.part06 textarea{

	position:absolute;

	width:374px;

	height:54px;

	border-radius:3px;

	border:none;

	padding:10px;

	right:0;

	top:57px;

}

.part06 [type="submit"] {

  width: 100px;

  border-radius: 16px;

  background: #E50012;

  color: #fff;

  font-family: "Hinting";

  line-height: 32px;

  margin: 0 auto;

  display:block;

  text-align:center;

  margin-top:15px;

}

.part06 p{

	text-align:center;

	color:#9e9e9e;

	padding-top:45px;

}



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

	.mr0{

		margin-right:0 !important;

	}

	.news li p {

	  font-size: 12px;

	}

	.choose02 li {

	  width: 50%;

	  margin: 0px 0%;

	  padding: 10px 0%;

	}

	.part05-1 p{

		font-size:13px;

	}

	.team li {

	  width: 300px;

	  padding: 0 5px;

	}

}

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

	.product ul {

	  width: 100%;

	}

	.product li {

	  width: 30%;

	  padding: 1%;

	  margin-right: 2%;

	}

	.product li div p {

	  font-size: 12px;

	}

	.news li p {

	  height: 72px;

	  padding: 5px;

	}

	.news li h3 span{

		display:none;

	}

	.news li h3{

		padding:5px;

	}

	.choose02 li div {

	  width: 74%;

	  float:right;

	  margin-left:0;

	}

	.ban02 h2{

		padding-top:7px;

	}

	.ban02 img{

		margin-top:10px;

	}

	.part05 ul {

	  width: 100%;

	  height: 186px;

	}

	.part05 ul li

	,.part05 ul li.p2

	,.part05 ul li.p3 {

	  width: 33.333%;

	  position: initial;

	  float:left;

	  left:inherit !important;

	  right:inherit !important;

	}

	.part05 ul li h3{

		font-size:18px;

	}

	.part05 li em{

		font-size:12px;

	}

	.part05-1 p{

		width:50%;

		margin:10px 0;

		font-size:12px;

	}

	.pro01 li span{

		width:30%;

		font-size:38px;

	}

	.pro01 li div {

	  width: 65%;

	}

	.pro02 li p{

		margin-bottom:10px;

	}

	.pro02 li{

		width:32%;

		margin-right:2%;

		margin-bottom:2%;

	}

	.pro02 li:nth-child(3n){

		margin-right:0 !important;

	}

}

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

	.product li div p {

	  padding: 0;

	  height: 50px;

	}

	.product li.p1 div span

	,.product li.p2 div span

	,.product li.p3 div span{

		background-size:100%;

	}

	.product li em {

	  width: 75px;

	  line-height: 25px;

	  font-size: 12px;

	}

	.product li {

	  padding:10px 1%;

	}

	.product {

	  margin: 30px auto;

	}

	.product ul{

		margin-top:10px;

	}

	.news{

		padding:20px 0;

	}

	.news li {

	  width: 49%;

	  margin-right: 2%;

	  margin-bottom: 20px;

	}

	.news li:nth-child(2n){

		margin-right:0 !important;

	}

	.choose {

	  margin: 20px auto;

	}

	.choose01 li {

	  font-size: 14px;

	  line-height:inherit;

	  padding: 10px 0;

	  width:49%;

	  margin-right:2%;

	  margin-bottom:2%;

	}

	.choose01 li:nth-child(2n){

		margin-right:0 !important;

	}

	.choose01 

	,.choose02

	,.news ul{

	  margin-top: 10px;

	}

	.choose02 li{

		width:100%;

	}

	.choose02 li p {

	  font-size: 12px;

	  line-height: 20px;

	}

	.try {

	  line-height: 34px;

	  margin-top: 25px;

	  font-size: 14px;

	}

	.ban02{

		width:100%;

		overflow:hidden;

	}

	.ban02 h2 {

	  padding-top: 6px;

	  font-size: 20px;

	}

	.ban02 img {

	  transform: scale(1.6);

	  margin-top:40px;

	}

	.part02 h2 {

	  font-size: 20px;

	  padding-top: 55px;

	}

	.part02 p {

	  line-height: 20px;

	  font-size: 12px;

	}

	.part2-1 {

	  height: 165px;

	  margin: 10px 0;

	  background-size: 100%;

	}

	.part2-1 ul{

		display:none;

	}

	.part03 h2 {

	  padding-top: 0;

	  font-size: 20px;

	}

	.part03 li h3 {

	  font-size: 18px;

	  padding-top: 10px;

	}

	.part03 li{

		width:100%;

		margin-right:0%;

		padding:0;

	}

	.part03 li em {

	  font-size: 14px;

	  margin-top: 4px;

	}

	.part03 li span{

		margin-top:10px;

	}

	.part03 li div{

		font-size:12px;

	}

	.part04 h2 {

	  padding-top: 20px;

	  font-size: 20px;

	}

	.part04 li{

		width:49%;

		margin-right:2%;

	}

	.part04 li:nth-child(2n){

		margin-right:0 !important;

	}

	.part04 li h3 {

	  line-height: 40px;

	  font-size: 16px;

	}

	.part04 li p {

	  font-size: 14px;

	  margin-top: 10px;

	  margin-bottom: 20px;

	}

	.part04 a {

	  margin: 25px auto 25px auto;

	}

	.part05 h2 {

	  font-size: 20px;

	  padding-top: 20px;

	  margin-bottom: 30px;

	}

	.part05 {

	  height: auto;

	  background-size: auto 100%;

	}

	.part05 ul {

	  width: 100%;

	  height: auto;

	}

	.part05 ul li, .part05 ul li.p2, .part05 ul li.p3{

		width:100%;

		height:150px;

	}

	.part05 ul li h3 {

	  line-height: 68px;

	  padding: 10px 20px;

	}

	.part05-1 p {

	  width: 100%;

	}

	.part05-1

	,.team {

	  margin: 20px auto;

	}

	.team h2{

		font-size:20px;

		margin-bottom:20px;

	}

	.team li{

		width:150px;

	}

	.team li h3 {

	  font-size: 12px;

	  height: 30px;

	  overflow: hidden;

	}

	.team .default-slider-box {

	  height: 188px;

	  overflow: hidden;

	}

	.part06 h2 {

	  font-size: 14px;

	  line-height: 1.2em;

	  margin-bottom: 20px;

	  padding-top: 20px;

	}

	.part06 form {

	  width: 100%;

	  height: auto;

	}

	.part06 textarea {

	  position: initial;

	  width: 96%;

	  padding: 2%;

	}

	.part06 input{

		width:96%;

		padding:0 2%;

	}

	.part06 p {

	  padding-top: 5px;

	  font-size: 12px;

	}

	.part06 h4{

		margin-bottom:15px;

	}

	.pro01 li {

	  width: 50%;

	  margin-bottom:1px;

	}

	.promote {

	  padding: 10px 0;

	}

	.pro01 li:nth-child(5){

		width:100%;

	}

	.pro01 li:nth-child(5) span{

		width:15%;

	}

	.pro01 li:nth-child(3) span

	,.pro01 li:nth-child(5) span{

		background:none;

	}

	.pro02 {

	  margin: 20px 0;

	}

	.pro02 li

	,.pro02 li:nth-child(3){

		width:49%;

		margin-right:2% !important;

	}

	.pro02 li:nth-child(2n){

		margin-right:0 !important;

	}

	.pro02 li h3 {

	  font-size: 14px;

	  padding-top: 3px;

	  height: 50px;

	  line-height: 50px;

	  overflow:hidden;

	}

	.pro02 li div{

		overflow:hidden;

	}

	.pro03 li {

	  width: 100%;

	  margin-right: 0;

	  margin-bottom: 2%;

	}

	.pro02 li:nth-child(5){

		width:100%;

		margin-right:0 !important;

	}

}






