<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

 * 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銆乫irefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, 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 &gt; 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 &gt; li &gt; ul{ top: 100%; left: 0;}

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

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

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

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

.default-pc-nav-menu &gt; li ul &gt; li:hover &gt; 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;

}

/*榛樿缂栬緫鏂囩珷 &amp;&amp; 鍒犻櫎*/

.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 &gt; .dots &gt; span{ *display:inline;}	/*IE鍏煎*/

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



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

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

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



/*鍗曞睆婊氬姩妯″紡*/

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



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

.default-slider-direction-left &gt; .next, 

.default-slider-direction-left &gt; .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 &gt; .next:hover, 

.default-slider-direction-left &gt; .prev:hover{

	opacity:1;

}

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

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

.default-slider-direction-left &gt; .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



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

.default-slider-direction-left &gt; .thumb  ul &gt; li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left &gt; .thumb &gt; .next,

.default-slider-direction-left &gt; .thumb &gt; .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 &gt; .thumb &gt; .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left &gt; .thumb &gt; .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left &gt; .thumb &gt; .next:hover,

.default-slider-direction-left &gt; .thumb &gt; .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left &gt; .thumb &gt; .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;

}


.w960 .wp, .w960 .w1188{

	width:1188px;

}

.header{

	background:#fff;

}

.logo{

	float:left;

}

.logo a{

	display:block;

	line-height:80px;

	transition: 0.3s;

}

.logo a img{

	max-height:62px;

	transition: 0.3s;

}

.menu{

	float:right;

}

.menu li a{

	padding:0 25px;

	font-size:16px;

	line-height:80px;

	display:block;

	transition: 0.3s;

}

.menu li:hover a

,.menu li.a a{

	color:#008df2;

}

.menu li ul{

	background:#fff;

	padding:10px 0;

	border-top:3px solid #4c90f7;

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

}

.menu li ul li a{

	line-height:30px;

	color:#666 !important;

	font-size:14px;

}

.menu li ul li:hover a{

	background:#eee;

	color:#008df2 !important;

}

.banner{

	position:relative;

	max-height: 650px;

	overflow: hidden;

}

.uid-3073 .header{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2;

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

}

.uid-3073 .banner{

	margin-top: 81px;

}

.uid-3073 .header.a .logo a{

	line-height: 60px;

}

.uid-3073 .header.a .logo a img{

	max-height: 60px;

}

.uid-3073 .header.a .menu li a{

	line-height: 60px;

}







/*鍏充簬鎴戜滑*/

.iabout{

	margin-top: 80px;

}

.iabout img{

	float: left;

	width: 46%;

	height: auto;

	border-radius: 40px 0 40px 0;

}

.iabout .abr{

	float: right;

	width: 46%;

}

.iabout .abr h1{

	font-size: 50px;

	line-height: 60px;

	text-transform: uppercase;

	font-weight: bold;

	color: #333;

	font-family: cursive;

}

.uid-3073 .iabout .abr h1{

	display: none;

}

.iabout .abr h2{

	font-size: 18px;

	color: #333;

	margin-bottom: 25px;

	font-weight: bold;

}

.uid-3073 .iabout .abr h2{

	font-size: 36px;

}

.iabout .abr p{

	font-size: 13px;

	color: #888;

	line-height: 28px;

	margin-bottom: 10px;

}

.iabout .abr a{

	display: block;

	width: 46px;

	height: 46px;

	background: url("/temp/temp/52/52-0203/202009031542/images/jt01.png") no-repeat center;

	margin-top: 40px;

	transition: 0.3s;

	border:1px solid #666;

	border-radius:50%;

}

.iabout .abr a:hover{

	background: #989c9f url("/temp/temp/52/52-0203/202009031542/images/jt02.png") no-repeat center center;

	border-color:#989c9f;

}

.notice{

	position:absolute;

	width:465px;

	left:10%;

	bottom:15px;

	background:#fff;

	border-radius:3px;

	z-index:10;

}

.w960 .notice{

	left:5%;

}

.notice h3 {

    font-size: 14px;

    font-weight: bold;

    float: left;

    padding: 10px;

    background: #008df2;

    color: #fff;

}

.notice h3 em{

	color:#fff;

	margin-right:5px;

	font-weight:normal;

}

.notice01{

	width:300px;

	padding:0 5px;

	float:left;

	height:44px;

}

.notice01 li a{

	width:300px;

	display:block;

}

.notice01 li:hover a{

	color:#008df2;

}

.notice01 .prev

,.notice01 .next{

	width:30px;

	height:22px;

	line-height:22px;

	margin-top:0;

	left:auto;

	right:-28px;

	top:0;

	font-size:15px;

	opacity:.5;

	text-align:center;

}

.notice01 .next{

	top:auto;

	bottom:0;

	opacity:.3;

}

.notice .more02 {

    display: block;

    float: right;

    width: 30px;

    line-height: 44px;

    background: #444;

    text-align: center;

    font-size: 20px;

    color: #fff;

}

.notice .more02:hover{

	background:#008df2;

}

.notice ul li a{

	display:block;

	padding:10px 0;

	font-size:14px;

	color:#666;

}

.banner .dots span{

	width:35px;

	height:7px;

	border:1px solid #fff;

	background-color:transparent;

	border-radius:5px;

}

.banner .dots span.active{

	background-color:#fff;

}

.service{

	margin:70px auto;

}

.service .tit a{

	display: block;

}

.tit{

	text-align:center;

}

.tit h2 {

    font-size: 50px;

    text-transform: capitalize;

    font-family: cursive;

}

.tit strong{

	font-size:18px;

}

.tit em{

	display:block;

	width:20px;

	height:3px;

	background:#444;

	margin:0 auto;

	margin-top:20px;

}

.service ul{

	margin-top:50px;

}

.service li{

	float:left;

	width:21%;

	margin:0 2%;

}

.service li a{

	display: block;

}

.service li div {

    padding: 30px;

    border-radius: 10px;

    border: 1px solid #fff;

	position:relative;

	padding-bottom:60px;

}

.service li:hover div {

    border: 1px solid #ccc;

    box-shadow: 0 0 20px #dedede;

	background: #fff;

}

.service li span{

	display:block;

	width:84px;

	height:84px;

	margin:0 auto;

}

.service li span img{

	width:100%;

	height:auto;

}

.service li h3{

	text-align:center;

	font-size:18px;

	font-weight:bold;

	margin:30px 0;

}

.service li p{

	text-align:center;

	color:#999;

	line-height:1.3;

}

.service li em{

	display:block;

	width:50px;

	height:50px;

	border-radius:50%;

	background:url("/temp/temp/52/52-0203/202009031542/images/jt01.jpg") no-repeat center center;

	position:absolute;

	bottom:-25px;

	left:50%;

	margin-left:-25px;

	opacity:0;

}

.service li:hover em{

	opacity:1;

}



.product{

	padding:60px 0;

	margin-top:80px;

	background:url("/temp/temp/52/52-0203/202009031542/images/itembg.jpg") center;

}

.protit{

	float:left;

	width:28%;

	margin-top:40px;

}

.protit h2 {

    font-size: 18px;

    color: #333;

    font-weight: bold;

}

.protit h2 span {

    display: block;

    font-size: 50px;

    color: #333;

    text-transform: capitalize;

    font-family: cursive;

}

.protit p {

    font-size: 13px;

    color: #999;

    margin-top: 70px;

    line-height: 2;

}

.protit a {

    display: block;

    width:50px;

    border-radius: 50%;

    line-height: 50px;

    margin-top: 70px;

	background:url("/temp/temp/52/52-0203/202009031542/images/jt01.png") no-repeat center;

	transition:all .3s;

	border: 1px solid #666;

    height: 50px;

}

.protit a:hover{

	background:#989c9f url("/temp/temp/52/52-0203/202009031542/images/jt02.png") no-repeat center;

	border-color:#989c9f;

}

.product01{

	float:right;

	width:68%;

}

.product01 .p01 {

    float: left;

    width: 50%;

	background:url("/temp/temp/52/52-0203/202009031542/images/yuam01.png") no-repeat center;

	background-size:100%;

	margin-top: 45px;

}

.product01 .p01 ul::before{

	position:absolute;

	content:"";

	width:100%;

	height:100%;

	left:0;

	top:0;

	background:url("/temp/temp/52/52-0203/202009031542/images/yuan02.png") no-repeat center center;

	background-size:100%;

	animation: aniSc 8s linear infinite;

    -webkit-transform: translate(0);

    transform: translate(0);

}



@keyframes aniSc{

	0% {

		transform: rotate(0deg);

	}

	50% {

		transform: rotate(180deg);

	}

	100% {

		transform: rotate(1turn);

	}

}

.product01 .p01 ul{

	margin: 60px;

	position:relative;

}

.product01 .p01 li {

    display: none;

    position: relative;

    z-index: 1;

}

.product01 .p01 li.a{

	display:block;

}

.product01 .p01 li a {

    display: block;

    padding: 15px;

}

.product01 .p01 li img {

    width: 100%;

    height: auto;

}

.product01 .p02 {

    width: 50%;

    float: right;

    padding: 50px 0;

    border-right: 1px solid #eee;

    box-sizing: border-box;

    text-align: right;

}

.product01 .p02 li{

	margin:5px 0;

	position:relative;

}

.product01 .p02 li a {

    display: inline-block;

    font-size: 16px;

    font-weight: bold;

    color: #666;

    padding: 6px 20px;

    position: relative;

    border-radius: 30px;

	margin-right:20px;

	z-index:1;

}

.product01 .p02 li em {

    display: block;

    position: absolute;

    width: 9px;

    height: 9px;

    right: -5px;

    background: #ddd;

    border-radius: 50%;

    top: 14px;

}

.product01 .p02 li.a em {

	top: 9px;

    background: #fff;

    border: 5px solid #4c90f7;

    right: -10px;

}

.product01 .p02 li.a a {

	background: #fff;

    box-shadow: 0 4px 13px rgba(15, 88, 222, 0.1);

}

.product01 .p02 li.a span {

    position: absolute;

    width: 100%;

    height: 1px;

    background: #4c90f7;

    right:9px;

    top: 17px;

}

.product01 .p02 li.a span::after{

	position:absolute;

	content:"";

	width:26px;

	height:26px;

	left: -26px;

    top: -13px;

	background:url("/temp/temp/52/52-0203/202009031542/images/yuan03.png") no-repeat center;

}

.product01 .p02 li.num0 span{

	width:135%;

}

.product01 .p02 li.num1 span{

	width:114%;

}

.product01 .p02 li.num2 span{

	width:106%;

}

.product01 .p02 li.num3 span{

	width:102%;

}

.product01 .p02 li.num5 span{

	width:101%;

}

.product01 .p02 li.num6 span{

	width:104%;

}

.product01 .p02 li.num7 span{

	width:111%;

}

.product01 .p02 li.num8 span{

	width:123%;

}

.yewu .tit01 {

    width: 250px;

    text-align: left;

    transform: scale(1.3);

	-ms-transform: scale(1.3);

	-moz-transform: scale(1.3);

	-webkit-transform: scale(1.3);

	-o-transform: scale(1.3);

    margin-left:40px; 

}

.tit01 h2 {

    line-height: 1;

}

.tit01 strong{

	display:block;

	margin-top:5px;

}

.tit01 em{

	margin:0;

	margin-top:20px;

}

.yewu{

	padding-top:120px;

	background:#f9f9f9;

}

.uid-3073 .yewu{

	display: none;

}

.yewu ul {

    margin-top: -200px;

}

.yewu li{

	float:left;

	width:45%;

	margin-bottom:50px;

}

.yewu li.y01{

	margin-left:55%;

}

.yewu li.y02 {

    margin-right: 10%;

    margin-top: -250px;

}

.yewu li a{

	display:block;

	position:relative;

}

.yewu li a strong {

    display: block;

    font-size: 85px;

    line-height: 1;

	position:relative;

	margin-left:50px;

	z-index:1;

}

.yewu li a span{

	display:block;

	margin-top:-40px;

	background:#000;

	overflow:hidden;

	border-radius:10px;

}

.yewu li a span img{

	width:100%;

	height:auto;

}

.yewu li a div{

	padding:20px 50px;

}

.yewu li a h3 {

    font-size: 20px;

    font-weight: bold;

}

.uid-3073 .yewu li a h3{

	color: #0b308c;

}

.yewu li a h4 {

    text-transform: uppercase;

    color: #ccc;

}

.yewu li a p {

    margin-top: 10px;

}

.yewu li a em{

	display:block;

	width:46px;

	height:46px;

	position:absolute;

	right:50px;

	bottom:0;

	transition:all .3s;

	border:1px solid #666;

	border-radius:50%;

	background:url("/temp/temp/52/52-0203/202009031542/images/jt01.png") no-repeat center center;

}

.yewu li:hover a em{

	transform:scale(1.25);

	background:#989c9f url("/temp/temp/52/52-0203/202009031542/images/jt02.png") no-repeat center center;

	border-color:#989c9f;

	background-size:90%;

}

.news{

	margin-top:100px;

}

.news01 .tit02 {

	width:260px;

	text-align:right;

	position: absolute;

    right: 0;

    top: 0;

}

.tit02 h2{

	line-height:1;

	font-size:75px;

}

.tit02 strong{

	display:block;

	font-size:30px;

}

.tit02 em{

	margin:0;

	margin-top:20px;

	display:inline-block;

	*display:inline;

}

.news01{

	position:relative;

}

.news01 li {

    float: left;

    width: 24%;

	margin-right:1%;

	margin-bottom:1%;

}

.news01 li a{

	display:block;

	position:relative;

	border-radius:7px;

	overflow:hidden;

}

.news01 li.n02{

	margin-right:50%;

}

.news01 li a img{

	width:100%;

	height:auto;

}

.news01 li a div{

	position:absolute;

	width:94%;

	padding:3%;

	height:95%;

	top:0;

	left:0;

	transition:all .3s;

	background:url("/temp/temp/52/52-0203/202009031542/images/bg01.png") no-repeat center bottom;

}

.ispc .news01 li:hover a div{

	background:#989c9f;

}

.news01 li.n05 a div{

	height:90%;

}

.news01 li a div span {

    display: none;

    width: 85px;

    line-height: 20px;

    border-radius: 10px;

    text-align: center;

    background: rgba(86, 85, 85, 0.5);

    color: #fff;

}

.news01 li a div h3 {

    font-size: 15px;

    margin-bottom: 20px;

    margin-top: 73.5%;

    color: #fff;

	transition:all .3s;

}

.news01 li:hover a div h3 {

	margin-top: 25%;

}

.news01 li.n05 a div h3 {

    margin-top: 33.5%;

	transition:all .3s;

}

.news01 li.n05:hover a div h3 {

    margin-top: 14%;

}

.news01 li a div p {

    font-size: 12px;

    line-height: 1.3;

    color: #ddd;

    height: 60px;

    overflow: hidden;

	display:none;

}

.news01 li a div strong {

    display: block;

    padding-top: 10px;

    border-top: 1px solid #aeb0b1;

    margin-top: 15px;

    color:rgba(255, 255, 255, 0.7);

    padding-left: 19px;

	font-weight:normal;

	background:url("/temp/temp/52/52-0203/202009031542/images/tit10.png") no-repeat left 12px;

}

.news01 li a div em{

	float:right;

	display:none;

	width:50px;

	height:50px;

	border-radius:50%;

	border:1px solid #fff;

	background:url("/temp/temp/52/52-0203/202009031542/images/jt02.jpg") no-repeat center center;

}

.news01 li.n05{

	width:50%;

	margin-right:0;

}

.news01 li:hover a div p

,.news01 li:hover a div em {

	display:block;

}

.partner{

	margin-top:80px;

}

.partner form{

	width:600px;

	margin:0 auto;

	margin-top:30px;

}

.partner h4{

	display:none;

}

.partner .default-form-group-box-online div{

	display:inline-block;

	*display:inilne;

	width:290px;

	margin:0 5px;

}

.partner .default-form-group-box-online div:nth-child(3){

	width:100%;

}

.partner .default-form-group-box-online div input{

	line-height:40px;

	height:40px;

	border-radius:3px;

	border:none;

	padding-left:4%;

	width:96%;

	outline-color: #fff;

}

.partner .default-form-group-box-online div label{

	display:none;

}

.partner .default-form-group-box-online div textarea {

    width: 570px;

    height: 60px;

    border-radius: 3px;

    border: none;

    margin-top: 15px;

	padding:10px;

	outline-color: #fff;

}

.partner [type="submit"] {

    width: 98%;

    height: 40px;

    line-height: 40px;

    border-radius: 3px;

    background: #008df2;

    border: none;

    color: #fff;

    display: block;

    margin:10px auto;

	cursor: pointer;

	outline-color: #008df2;

}

.partnerbox {

    background: #f9f9f9;

    padding: 30px 0;

}

.tit03{

	margin-bottom:40px;

}

.partner li{

	float:left;

	width:180px;

	transition:all .3s;

	margin-right:20px;

}

.partner li:hover{

	opacity:.5; 

}

.partner li img{

	width:100%;

	height:auto;

}

.partner01 .prev

,.partner01 .next{

	width:20px;

	height:40px;

	font-size:15px;

	text-align:center;

	line-height:40px;

	margin-top:-20px;

	opacity:.5;

	left:-50px;

}

.partner01 .next{

	left:auto;

	right:-50px;

}

.footer{

	padding-top:60px;

	background:#252525;

}

.default-pc-copyright {

    color: #999;

    line-height: 1.5;

    margin: 0 auto;

    text-align: center;

}

.default-pc-copyright a {

    color: #666;

}

.ftlogo{

	margin-bottom:20px;

}

.ftlogo img {

    max-height: 64px;

    float: left;

    padding-right: 10%;

    border-right: 1px solid #333;

    margin-top: 10px;

}

.ftlogo .d01 {

    float: left;

    margin-left: 10%;

	width:50%;

}

.foot01 p {

    font-size: 14px;

    color: #999;

	padding:3px 0;

}

.ftnav {

    margin-top: 30px;

}

.ftnav li {

    float: left;

}

.ftnav li a {

    display: block;

    font-size: 14px;

    color: #fff;

    padding-right:30px;

	margin-right:30px;

	position:relative;

}

.ftnav li a::after{

	position:absolute;

	content:"";

	width:1px;

	height:12px;

	right:0;

	top:4px;

	background:#555;

}

.ftnav li:last-child a::after{

	display:none;

}

.foot02 span{

	display:block;

	float:left;

	width:110px;

	margin-left:35px;

}

.foot02 span img{

	width:100%;

	height:auto;

}

.foot02 p{

	text-align:center;

	font-size:14px;

	color:#999;

	margin-top:10px;

	width:100%;

}

.copy {

    padding: 20px 0;

    margin-top: 50px;

    border-top: 1px solid #333;

}



.links{

	width:100%;

	float:left;

	margin-top: 5px;

}

.links dd

,.links dt{

	margin-right:5px;

}

.uid-3073 .links dl{

	text-align: center;

}

.uid-3073 .links dd,.uid-3073 .links dt{

	float: none;

	display: inline-block;

}

.uid-3073 .links dd,.uid-3073 .links dt{

	*display: inline;

}

.links dd a{

	transition: 0.2s;

}

.links dd a:hover{

	color:#999;

}

.erweima {

	width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    position: fixed;

    background: #CCC;

    z-index: 102;

    display: none;

	background:url("/temp/temp/52/52-0203/202009031542/images/bg02.png");

}

.erweima-1{

    width: 300px;

    background: #fff;

    z-index: 102;

    height: 300px;

    left: 50%;

    top: 50%;

    margin-top: -150px;

    margin-left: -150px;

    position: absolute;

}

.erweima-1 img{

	width:100%;

	height:auto;

}

.close{

	display: block;

    top: -15px;

    right: -15px;

    width: 30px;

    height: 30px;

    position: absolute;

    background: transparent url("/temp/temp/52/52-0203/202009031542/images/fancybox.png") -40px 0px;

    cursor: pointer;

}

.r_gd{

	position: fixed;

	top: 40%;

	right: 0;

}

.uid-3009 .r_gd{

	display: none;

}

.r_gd a{

	display: block;

	line-height: 44px;

	background: #fff;

	border: 1px solid #eee;

	border-radius: 22px 0px 0px 22px;

	margin-bottom: 4px;

	position: relative;

	right: -140px;

	transition: 0.3s;

}

.r_gd a span{

	display: block;

	width: 44px;

	height: 44px;

	background: #eee url("/temp/temp/52/52-0203/202009031542/images/r_tel.png") no-repeat center;

	background-size: 100%;

	border-radius: 22px;

	float: left;

}

.r_gd a.r_qq span{

	background: #eee url("/temp/temp/52/52-0203/202009031542/images/r_qq.png") no-repeat center;

	background-size: 100%;

}

.r_gd a.r_wx span{

	background: #eee url("/temp/temp/52/52-0203/202009031542/images/r_wx.png") no-repeat center;

	background-size: 100%;

}

.r_gd a.top01 span{

	background: #eee url("/temp/temp/52/52-0203/202009031542/images/r_top.png") no-repeat center;

	background-size: 100%;

}

.r_gd a h3{

	line-height: 44px;

	width: 140px;

	text-align: center;

	float: left;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

}

.r_gd a:hover{

	right: 0;

	background: #008df2;

}

.footer02{

	padding-top: 50px;

	background:url("/temp/temp/52/52-0203/202009031542/images/footbg.jpg") no-repeat center center;

	display: none;

}

.default-basescript-index .footer02{

	margin-top: 80px;

}

.footer02 .ftel{

	float: left;

	width: 80%;

}

.footer02 .ftel h3{

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 15px;

}

.footer02 .ftel h4{

	font-size: 14px;

	color: #ccc;

	margin-bottom: 5px;

}

.footer02 .ftel .fnav{

	margin-top: 15px;

}

.footer02 .ftel .fnav li{

	float: left;

	margin-right: 30px;

	padding-right: 30px;

	line-height: 14px;

	font-size: 14px;

	border-right: 1px solid #666;

}

.footer02 .ftel .fnav li:last-child{

	border: none;

	margin-right: 0;

	padding-right: 0;

}

.footer02 .ftel .fnav li a{

	color: #ccc;

	transition: 0.2s;

}

.footer02 .ftel .fnav li a:hover{

	color: #fff;

}

.footer02 .fewm{

	float: right;

	width: 120px;

	text-align: center;

}

.footer02 .fewm img{

	width: 100%;

	height: auto;

}

.footer02 .fewm h3{

	font-size: 12px;

	color: #999;

	margin-top: 5px;

}

.jishu{

	width: 100%;

	margin-top: 50px;

	padding: 20px 0;

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

}

.jishu .default-pc-copyright{

	float: none;

	width: 100%;

	text-align: center;

	margin: auto;

	color: #888;

}

.jishu .default-pc-copyright a{

	color: #888;

}

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

	color: #fff;

}

.topback {

    position: fixed;

    width: 50px;

    height:50px;

	right:10px;

	bottom:10px;

	background:url("/temp/temp/52/52-0203/202009031542/images/r_top.png") no-repeat center;

	background-size: 100%;

	cursor:pointer;

}









/*浜у搧灞曠ず鍒楄〃椤�--------------------------------------------------------*/

.lproduct{

	width: 73%;

	background: #fff;

	float: right;

	border-radius: 10px;

	padding: 40px;

	box-sizing: border-box;

}

.lproduct ul li{

	margin-bottom: 30px;

}

.lproduct ul li a{

	display: block;

}

.lproduct ul li img{

	float: left;

	width: 38%;

	height: auto;

	border-radius: 6px;

}

.lproduct ul li div{

	float: right;

	width: 56%;

}

.lproduct ul li h3{

	font-size: 16px;

	color: #000;

	margin: 15px auto;

}

.lproduct ul li p{

	font-size: 12px;

	color: #666;

	line-height: 22px;

	max-height: 44px;

	overflow: hidden;

	margin-bottom: 30px;

}

.lproduct ul li span{

	display: block;

	width: 40px;

	height: 40px;

	background: url("/temp/temp/52/52-0203/202009031542/images/jt01.jpg") no-repeat center;

	background-size: 100%;

	border-radius: 20px;

	transition: 0.3s;

}

.lproduct ul li:hover span{

	background: url("/temp/temp/52/52-0203/202009031542/images/jt02.jpg") no-repeat center;

	background-size: 100%;

}

.lproduct .page{

	text-align: left;

	margin-top: 0;

}





/*妗堜緥灞曠ず鍒楄〃椤�------------------------------------------------------*/

.list-page02{

	padding-top: 60px !important;

}

.lcase ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	transition: 0.3s;

}

.lcase ul li a{

	display: block;

	background: #fff;

	border-radius: 6px;

	overflow: hidden;

}

.lcase ul li img{

	width: 100%;

	height: auto;

}

.lcase ul li h3{

	line-height: 50px;

	text-align: center;

	font-size: 14px;

}

.lcase .page{

	text-align: left;

	margin-top: 0;

}

.lcase ul li:hover{

	opacity: 0.8;

}



/*------------------view-show-------------------------------*/

/********-----------colorbox鎻掍欢------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/overlay.png") repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}

#colorbox{outline:0;}

    #cboxTopLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") right top repeat-y;}

    #cboxTopCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url("/temp/temp/default/default-0001/1/images/colorbox/border.png") 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxLoadingOverlay{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading_background.png") no-repeat center center;}

        #cboxLoadingGraphic{background:url("/temp/temp/default/default-0001/1/images/colorbox/loading.gif") no-repeat center center;}



        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}



        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url("/temp/temp/default/default-0001/1/images/colorbox/controls.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}













































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

.list-page{

	background:#f5f5f5;

	padding:100px 0;

}

.page-l {

    float: left;

    width: 20%;

    padding: 2%;

    background: #fff;

    border-radius: 10px;

}

.list-nav{

	margin-top:30px;

}

.list-nav li {

    padding: 10px 0;

	border-bottom:2px solid #fff;

	transition:all .3s;

	margin-bottom:5px;

}

.list-nav li a {

    display: block;

    font-size: 14px;	

}

.list-nav li:hover

,.list-nav li.a{

	border-bottom:2px solid #eee;

}

.list-nav li span {

    color: #999;

    display: block;

}

.ban01{

	position:relative;

}

.ban01 img{

	width:100%;

	height:auto;

}

.default-mod-add .ban01 h2,.default-api-diy .ban01 h2{

	display:none;

}

.ban01 h2{

	text-align:center;

	position:absolute;

	font-size:40px;

	font-weight:bold;

	color:#fff;

	line-height:1.5;

	top:50%;

	width:100%;

	transform:translateY(-50%);

	letter-spacing:3px;

}

.ban01 h2 span{

	display:block;

	font-size:16px;

	text-transform:uppercase;

	font-weight:normal;

}

.uid-3073 .ban01{

	margin-top: 81px;

}

.pub{

	text-align:right;

	margin-bottom:10px;

}

.page-l .tit01{

	width:240px;

	text-align:left;

}

.page-r{

	float:right;

	width:73%;

}

.page-r li{

	margin-bottom:25px;

}

.page-r li a{

	display:block;

	border-radius:7px;

	background:#fff;

}

.page-r li:hover a {

    background: #989c9f;

	color:#fff;

}

.page-r li a h3 {

    font-size: 17px;

    font-weight: bold;

}

.page-r li a div{

	float:left;

	width:80%;

	padding:25px 3%;

}

.page-r li a div p{

	margin-top:10px;

}

.page-r li a div em{

	margin-right:25px;

	color:#aaa;

	font-size:12px;

	font-style:normal;

}

.page-r li:hover a div em

,.page-r li:hover a span{

	color:#fff;

}

.page-r li:hover a span{

	border-color:#898d90;

}

.page-r li a span {

    display: block;

    float: right;

    width: 10%;

    text-align: center;

    line-height: 100px;

    border-left: 1px solid #eee;

}

.page{

	text-align:right;

	margin-top:30px;

}

.page a{

	display:inline-block;

	*display:inline;

	float:none;

}



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

.news-r{

	float:right;

	width:73%;

}

.news-r .word{

	padding:40px;

	border-radius:10px;

	background:#fff;

}

.news-r .word h3{

	font-size:20px;

	margin-bottom:10px;

}

.news-r .word .ww{

	padding-bottom:15px;

	border-bottom:1px solid #eee;

	margin-bottom:10px;

}

.news-r .word .ww em {

    display: block;

    float: left;

    font-style: normal;

    margin-right: 15px;

    line-height: 25px;

    color: #999;

}

.news-r .word .ww a {

    display: block;

    padding: 0 10px;

    float: left;

    font-size: 12px;

    line-height: 23px;

    border-radius: 20px;

    border: 1px solid #ddd;

    margin-right: 15px;

    color: #999;

}

.news-r .word .ww a:hover{

	background:#989c9f;

	color:#fff;

}

.fanye{

	padding-top:20px;

	margin-top:30px;

	border-top:1px solid #eee;

}

.fanye p{

	margin-bottom:10px;

	line-height:18px;

}

.fanye p em {

    display: block;

    width: 18px;

    height: 18px;

    border-radius: 3px;

    background: #989c9f;

    line-height: 18px;

    text-align: center;

    float: left;

    color: #fff;

}

.fanye p a{

	display:block;

	float:left;

	margin-left:5px;

	font-size:14px;

	color:#999;

}

.fanye p a:hover{

	color:#000;

}



.list-show{

	float:right;

	width:68%;

	padding:3%;

	background:#fff;

}

.list-show ul{

	padding-top:100px;

}

.list-show li {

    float: left;

    width: 40%;

    margin: 0 5%;

	margin-top:-100px;

}

.list-show li a{

	display:block;

}

.list-show li a img{

	width:100%;

	height:auto;

	border-radius:7px;

}

.list-show li a div{

	padding:0 20px;

}

.list-show li a h3{

	font-size:15px;

	font-weight:bold;

	margin:15px 0;

}

.list-show li a span{

	display:block;

	width:50px;

	height:50px;

	background:url("/temp/temp/52/52-0203/202009031542/images/jt01.jpg") no-repeat center center;

}

.list-show li.s2{

	margin-top:50px;

}



/*-------------------list-solution-----------------*/



.list-solution{

	margin-top:80px;

}

.list-solution ul {

    padding-top: 80px;

}

.list-solution li{

	float: left;

    width: 48%;

    margin-right: 4%;

    margin-bottom: 4%;

    margin-top: -80px;

    transition: all .5s;

}

.ispc .list-solution li:hover {

    transform: translateY(-5px);

    box-shadow: 0 10px 20px #dedede;

}

.list-solution li.s2 {

    margin-top: 0px;

}

.list-solution li a{

	display: block;

}

.list-solution li a span{

	display: block;

}

.list-solution li img{

	width:100%;

	height:auto;

}

.list-solution li .d01{

	padding: 30px 40px;

    background: #fff;

}

.list-solution .d01 h3{

	font-size: 20px;

}

.list-solution .d01 p{

	font-size: 15px;

    color: #ccc;

    margin: 20px 0;

}

.list-solution .d02 .e01{

	display: block;

    font-style: normal;

    width: 140px;

    height: 42px;

    border: 2px solid #eee;

    border-radius: 30px;

    text-align: center;

    line-height: 42px;

    font-size: 14px;

    font-weight: bold;

    transition: all .3s;

}

.list-solution .d02 .e01:hover{

	background:#eee;

}

.list-solution .d02 ins{

	display: block;

    text-decoration: none;

    color: #ccc;

    margin-left: 100px;

    font-size: 14px;

    margin-top: 10px;

}

.list-solution .d02 ins em{

	margin-left: 30px;

}

/*----------------list-about--------------------*/

.list-about01{

	background:url("/temp/temp/52/52-0203/202009031542/images/aboutbg01.jpg") no-repeat center bottom;

	padding-top: 150px;

}

.list-about01 .d01 {

	margin-bottom:100px;

}

.list-about01 .d01 h2 {

    font-size: 30px;

    color: #333;

    margin-bottom: 50px;

}

.list-about01 .d01 div {

    font-size: 14px;

    color: #666;

	width:50%;

}

.list-about01 .d01 p {

    margin-bottom: 20px;

    line-height: 2;

    font-size: 16px;

}

.list-about01 .d02 {

    padding:92px 0;

}

.list-about01 .d02 h3 {

    float: left;

    width: 35%;

	padding:45px 0;

	text-align:center;

	background:url("/temp/temp/52/52-0203/202009031542/images/gezi.png") no-repeat center ;

}

.list-about01 .d02 h3 img {

    width: 250px;

    height: auto;

}

.list-about01 .d02 p {

    float: right;

    font-size: 40px;

    color: #fff;

    position: relative;

    padding-right: 150px;

    letter-spacing: 5px;

    font-weight: bold;

    margin-top:50px;

}

.list-about01 .d02 p::before {

    position: absolute;

    content: "";

    width: 80px;

    height: 1px;

    background: #fff;

    right: 0;

    top: 28px;

}



/*------------------view-solution----------------------*/



.view-solution{

	padding: 50px 100px;

    box-sizing: border-box;

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

    position: relative;

    margin-top: -70px;

    background: #fff;

    border-radius: 30px 30px 0 0;

	margin-bottom:100px;

}

.view-solution h3 {

    font-size: 30px;

    text-align: center;

}

.view-solution .ww {

    padding: 15px 0;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

    margin: 30px 0;

    text-align: center;

    color: #aaa;

}

.view-solution .ww em{

	font-style:normal;

	margin:0 5px;

}

.view-solution .ww a {

    color: #0269d4;

}

/*-------------list-contact-------------*/

.list-cl{

	padding:100px 0;

}

.list-contact{

	padding:100px 0;

	width:60%;

}

.list-contact li {

    text-align: center;

    padding: 20px;

    background: #fff;

    float: left;

    width: 31%;

    margin-right: 3.5%;

    box-sizing: border-box;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);

	transition:all .3s;

}

.list-contact li:hover{

	transform:translateY(-10px);

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

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

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

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

}

.list-contact li:last-child{

	margin-right:0;

}

.list-contact li h3 {

    font-size: 20px;

    color: #666;

    margin: 20px 0;

    font-weight: bold;

}

.list-contact li span{

	display:block;

	width:100px;

	margin:0 auto;

}

.list-contact li img{

	width:100%;

	height:auto;

}

.list-contact li p {

    font-size: 16px;

    color: #999;

    margin: 20px 0;

	height:48px;

	margin-bottom:10px;

}

.list-online {

    padding: 30px;

    width: 35%;

    background: #FFF;

    box-sizing: border-box;

	margin-top: 50px;

}

.list-online .default-form-item-online{

	float:left;

	width:48%;

	margin:0 1%;

}

.list-online .default-form-item-online:last-child{

	width:98%;

}

.list-online h4{

	text-align:center;

	font-size:30px;

	color:#666;

	margin-bottom:30px;

	font-weight:bold;

}

.list-online input

,.list-online textarea{

	width:100%;

	line-height:40px;

	height:40px;

	border-radius:3px;

	border:1px solid #eee;

	margin:0 auto;

	padding-left:10px;

	margin-bottom:15px;

	box-sizing:border-box;

}

.list-online label{

	display:none;

}

.list-online textarea{

	height:100px;

}

.list-online [type="submit"] {

    display: block;

    margin: 0 1%;

    background: #036dc7;

    width: 98%;

    height: 45px;

    line-height: 45px;

    color: #fff;

    font-size: 18px;

    box-sizing: border-box;

}



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

	.banner{

		margin-top:55px;

	}

	.iabout img {

		display: none;

	}

	.iabout .abr{

		width:100%;

	}

	.iabout .abr h1 {

		font-size: 30px;

		line-height: 40px;

	}

	.iabout {

		margin-top: 30px;

	}

	.iabout .abr p {

		font-size: 12px;

		line-height: 1.7;

	}

	.protit {

		width: 100%;

		margin-top: 0;

		text-align:center;

		margin-bottom:20px;

	}	

	.protit h2 span {

		font-size: 24px;

		line-height:1;

	}

	.protit h2 {

		font-size: 15px;

	}

	.product {

		padding: 30px 0;

		margin-top: 30px;

	}	

	.protit p,.protit a {

		display:none;

	}

	.product01 {

		width: 100%;

	}

	.product01 .p01 {

		width: 70%;

		margin-top:0;

		margin: 0 15%;

	}	

	.product01 .p02 {

		width: 100%;

		padding: 20px 0 0 0;

		text-align: center;

	}

	.product01 .p02 li{

		float:left;

		width:50%;

		margin:2px 0;

	}

	.product01 .p02 li a {

		font-size: 12px;

		padding: 5px 10px;

		margin: 0;

	}

	.iabout .abr h1,.protit h2 span,.tit h2{

		font-family: auto;

		font-size:24px;

	}

	.notice{

		display:none;

	}

	.tit h2 {

		font-size: 30px;

	}	

	.tit em {

		height: 2px;

		margin-top: 10px;

	}

	.service{

		margin:30px auto;

	}

	.service ul {

		margin-top: 20px;

	}

	.service li {

		margin: 1%;

		width: 48%;

		padding-bottom: 25px;

	}

	.service li div {

		border-color: #ddd;

		padding: 20px 10px;

		padding-bottom: 30px;

	}

	.service li span {

		width: 50px;

		height: auto;

	}

	.service li div em{

		display:block;

		opacity:1;

		background-size: 35px;

	}

	.service li h3 {

		font-size: 15px;

		margin: 10px 0;

	}

	.service .prev

	,.service .next{

		display:none;

	}

	.service li p{

		display:none;

	}

	.yewu {

		padding-top: 30px;

	}

	.yewu .tit01 {

		width:100%;

		text-align:center;

		transform: scale(1);

		-ms-transform: scale(1);

		-moz-transform: scale(1);

		-webkit-transform: scale(1);

		-o-transform: scale(1);

		margin-left:0;

	}

	.yewu .tit01 em{

		margin:0 auto;

		margin-top:20px; 

	}

	.yewu ul {

		margin-top: 30px;

	}

	.yewu li{

		width:100%;

		margin-bottom:20px;

	}

	.yewu li.y01{

		margin-left:0;

	}

	.yewu li a strong {

		font-size: 60px;

		margin-left: 25px;

	}

	.yewu li a{

		padding:0 10px;

	}

	.yewu li.y02 {

		margin-right:0;

		margin-top: 0;

	}

	.yewu li a div {

		padding: 12px 20px;

	}

	.yewu li a span {

		margin-top: -32px;

	}

	.yewu li a p

	,.yewu li a h4 {

		font-size: 12px;

	}

	.yewu li a em {

		right: 0;

		bottom: 18px;

		width: 30px;

		height: 30px;

		background-size: 30px;

	}

	.news01 .tit02 {

		width: 100%;

		text-align: center;

		position: relative;

		margin-bottom:30px;

	}

	.tit02 strong {

		font-size: 15px;

	}

	.news {

		margin-top: 30px;

	}

	.news01 li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 2%;

	}

	.news01 li a{

		border-radius:0;

		padding:10px 0;

		border-bottom:1px solid #eee;

	}

	.news01 li:nth-child(4),.news01 li:nth-child(5){

		display:none;

	}

	.news01 li a div {

		position: initial;

		width: 100%;

		padding: 0;

		height: auto;

		background: none;

	}

	.news01 li a div.d01 span {

		font-size: 12px;

		color: #333;

	}

	.news01 li a div.d01 h3 {

		font-size: 15px;

		margin-bottom: 10px;

		margin-top: 0;

		height: auto;

		overflow: hidden;

		color: #333;

	}

	.news01 li a img {

		width: 150px;

		float:left;

	}

	.news01 li .d02{

		float:right;

		width:calc(100% - 165px);

		background:none;

	}

	.news01 li a div.d01 strong {

		padding-top:0;

		margin-top: 10px;

		font-size: 12px;

		color: #999;

		padding-left: 0;

		border:none;

	}

	.tit h2 {

		font-size: 23px;

		line-height: 1;

	}

	.partner {

		margin-top: 30px;

	}

	.tit03{

		margin-bottom:20px;

	}

	.partnerbox {

		padding: 15px 0;

	}

	.partner01 .prev, .partner01 .next{

		display:none;

	}

	.partner li{

		width:100px;

		margin-right:10px;

	}

	.nav-click {

		top: 0;

		margin-top: 0;

		right: 0;

		background: #989c9f;

		text-align: center;

		font-size: 25px;

		height: 50px;

		line-height: 50px;

	}

	header .bg{

		background-color:#fff;

	}

	header h1 img {

		margin-left: 15px;

	}

	.list-show{

		width:100%;

		padding:0;

	}

	.list-show li a div {

		padding: 0 5px;

	}

	.list-show li a h3 {

		font-size: 12px;

		margin: 5px 0;

	}

	.list-page {

		padding: 10px 0;

	}

	.default-mobile-box, .box{

		margin:10px;

		margin-top:0;

	}

	.default-mobile-list-cats h3

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

		font-size:16px;

	}

	.default-mobile-list-cats .subtitle {

		text-transform: capitalize;

	}

	.news-r {

		width: 100%;

	}

	.news-r .word {

		padding: 20px;

		border-radius:0;

	}

	.news-r .word h3 {

		line-height: 1.2;

	}

	.news-r .word .ww {

		font-size: 12px;

	}

	.news-r .word .ww a {

		padding: 0 7px;

		line-height: 18px;

	}

	.page-r{

		width:100%;

	}

	.page-r li {

		margin-bottom: 10px;

	}

	.page-r li a div {

		padding: 11px 3%;

	}

	.page-r li a div h3{

		height:44px;

		overflow:hidden;

	}

	.default-mobile-copyright2 {

		background-color: #989c9f;

	}

	

	.list-page02{

		padding-top: 30px !important;

		padding-bottom: 60px;

	}

	.lcase{

		margin-top: 30px;

	}

	.lcase ul li{

		width: 48%;

		margin: auto 1%;

		margin-bottom: 20px;

	}

	.lcase ul li h3{

		font-size: 12px;

		line-height: 35px;

	}

	.lproduct{

		float: none;

		width: 100%;

		padding: 0;

		margin-top: 30px;

	}

	.lproduct ul li div{

		width: 58%;

	}

	.lproduct ul li span{

		display: none;

	}

	.lproduct ul li h3{

		font-size: 14px;

		margin: 5px auto;

	}

	.lproduct ul li p{

		line-height: 20px;

		max-height: 40px;

		margin-bottom: 0px;

	}

	.lproduct ul li{

		margin-bottom: 25px;

	}

	.nav-click{

		width: 55px;

		height: 55px;

		line-height: 55px;

	}

	header {

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

	}

	.list-about01 {

		padding-top: 30px;

		background-size: auto 300px;

	}

	.list-about01 .d01 h2 {

		font-size: 23px;

		margin-bottom: 20px;

	}

	.list-about01 .d01 div {

		width: 100%;

	}

	.list-about01 .d01 p {

		margin-bottom:15px;

		line-height: 1.8;

		font-size: 14px;

	}	

	.list-about01 .d01 {

		margin-bottom: 0;

	}

	.list-about01 .d02 {

		padding:7px 0;

		margin-top: 100px;

	}

	.list-about01 .d02 p {

		font-size: 20px;

		padding-right: 50px;

		text-align: center;

		width: 100%;

		margin-top:0;

		padding-bottom: 38px;

	}

	.list-about01 .d02 p::before {

		width:80px;

		top: 15px;

	}

	.list-contact{

		padding:30px 0;

		width:100%;

	}

	.list-contact li {

		padding: 20px;

		width: 100%;

		margin-right: 0;

		margin-bottom:10px;

	}

	.list-contact li span{

		display:none;

	}

	.list-contact li h3 {

		font-size: 17px;

		margin: 10px 0;

		margin-top:0;

	}

	.list-contact li p {

		font-size: 14px;

		margin: 0;

		height:auto;

	}

	.list-online h4 {

		font-size: 20px;

		margin-bottom: 20px;

	}

	.list-online {

		width: auto;

		padding:0;

		margin:10px;

		padding-top:0;

	}

	.default-mobile-box, .box {

		margin:10px 0;

		margin-top: 10px;

		border: solid #eee 1px;

	}

	.default-moblie-news-list li .box p{

		display:none;

	}

	.default-moblie-news-list li .box h4 {

		font-size: 17px !important;

		font-weight:bold;

	}

	.default-moblie-news-list li .box a .more {

		color: #999 !important;

	}

	.ban01 {

		margin-top: 55px;

	}

	.ban01 h2 {

		font-size: 25px;

	}

	.ban01 h2 span {

		font-size: 12px;

	}

	.list-solution {

		margin-top: 30px;

	}

	.list-solution li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 4%;

		margin-top:0;

	}

	.list-solution ul {

		padding-top: 0;

	}

	.list-solution li .d01 {

		padding: 20px;

	}

	.list-solution .d02 .e01 {

		width: 100px;

		height: 25px;

		line-height: 25px;

		font-size: 12px;

	}

	.list-solution .d02 ins {

		margin-left: 0;

		font-size: 14px;

		margin-top: 0;

	}

	.list-solution .d01 h3 {

		font-size: 18px;

	}

	.list-solution .d01 p {

		font-size: 13px;

		margin: 10px 0;

	}

	.default-moblie-show-list .box{

		margin:0;

	}

	.tit strong,.iabout .abr h2{

		font-size:15px;

	}

	.yewu li a h3 {

		font-size: 16px;

	}

	.default-article-content {

		margin-top: 50px;

	}

}



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

	

}



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

	.partner form{

		width:100%;

	}

	.partner .default-form-group-box-online div{

		width:98%;

		margin-bottom:10px;

	}

	.partner .default-form-group-box-online div textarea {

		width: 92%;

		margin-top: 0px;

		padding: 3%;

	}

	.partner [type="submit"]{

		margin-top:0;

	}

	.lcase ul li{

		width: 100%;

		margin: auto;

		margin-bottom: 20px;

	}

	

	

	

	

	

	

	

	

	

	

	

	

}
</pre></body></html>