<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 //ç§»åŠ¨ä¸“ç”¨

***/

/*åˆå§‹åŒ–æ&nbsp;·å¼è¡¨*/

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 å­—ä½“æ&nbsp;·å¼*/

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

}



/*æ–‡ç«&nbsp;å†…å®¹æ&nbsp;·å¼åˆå§‹åŒ–*/

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



/*é¡µé¢åŠ&nbsp;è½½ä¸­*/

#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;}

/*å›¾ç‰‡ä¸Šä¼&nbsp;ä¸­çŠ¶æ€*/

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

/*ç¦æ­¢ç¼–è¾‘å™¨ä¸Šä¼&nbsp;æœ¬åœ°è§†é¢‘*/

#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;}

/*é»˜è®¤å¯¼èˆªæ&nbsp;·å¼*/

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



/*å‹æƒ…é“¾æŽ¥é»˜è®¤æ&nbsp;·å¼*/

.default-pc-links-text{}

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



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



/*é»˜è®¤ç‰ˆæƒæ&nbsp;·å¼*/

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

}



/*é»˜è®¤å‘å¸ƒæ–‡ç«&nbsp;æŒ‰é’®*/

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

}

/*é»˜è®¤ç¼–è¾‘æ–‡ç«&nbsp; &amp;&amp; åˆ&nbsp;é™¤*/

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



/*å¹»ç¯ç‰‡é»˜è®¤æ&nbsp;·å¼*/

.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");}





/*å¹»ç¯ç‰‡æ&nbsp;·å¼*/

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

/*è®¾ä¸ºé¦–é¡µåŠ&nbsp;å…¥æ”¶è—*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µè§†é¢‘é»˜è®¤é«˜åº¦*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*æ‰‹æœºç½‘ç«™åº•éƒ¨è¿½åŠ&nbsp;*/

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

}

/*æ–‡ç«&nbsp;å†…å®¹é¡µç‚¹å‡»å›¾ç‰‡å¼¹å‡º*/

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

}
.nb-icon-wrap,.maxMessageContainer,.nb-nodeboard-base{

	display: none !important;

}

.w14{

	width: 1400px;

	margin: auto;

}





/*é¦–é¡µ*/

.ispc #diystart{

	z-index: 10;

}

.boxbox{

	position: relative;

	overflow: hidden;

}

.boxbox .ctext{

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

}

.banner01 .prev,.banner01 .next{

	width: 30px;

	text-align: center;

	line-height: 60px;

	font-size: 20px;

	opacity: 0.2;

	transition: 0.2s;

	margin-top: -30px;

	border-radius: 30px 0 0 30px;

}

.banner01 .prev{

	border-radius: 0 30px 30px 0;

}

.banner,.banner01 .default-slider-box,.banner01 li{

	height: 100% !important;

}

.ismobile .banner01 .prev,.ismobile .banner01 .next{

	display: none;

}

.banner01{

	width: 100%;

	height: 100%;

}

.banner01 a{

	display: block;

	width: 100%;

	height: 100%;

	background-position: center;

	background-size: 100% auto;

}

.navbox{

	position: absolute;

	left: 0;

	top: 0;

	z-index: 4;

}

.navbox .dian{

	position: absolute;

	width: 80px;

	height: 84px;

	left: 0;

	top: 0;

	background: #fff url("/temp/temp/53/53-0036/202102261057/images/nav.png") no-repeat center;

	background-size: 40px;

	cursor: pointer;

}

.navbox .close{

	background: #fff url("/temp/temp/53/53-0036/202102261057/images/close.png") no-repeat center;

	background-size: 40px;

	display: none;

}

.navbox.a .close{

	display: block;

}

.navbox.a .open{

	display: none;

}

.navbox .logo{

	line-height: 84px;

	background: #003793;

	margin-left: 80px;

	padding: 0 30px;

	min-width: 160px;

	text-align: center;

}

.navbox .logo img{

	height: 64px;

	width: auto;

}

.nav01{

	position: absolute;

	width: 100%;

	background: rgba(255,255,255,0.90);

	left: -100%;

	top: 84px;

	padding-bottom: 100px;

	transition: 0.3s;

	overflow-y: scroll;

}

.nav01::-webkit-scrollbar,.nav01::-webkit-scrollbar-thumb{

	width: 0;

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

}

.navbox.a .nav01{

	left: 0;

}

.nav01 &gt; li{

	width: 100%;

}

.nav01 &gt; li a{

	display: block;

	padding: 26px 40px;

	border-top: 1px solid rgba(0,0,0,0.05);

	transition: 0.4s;

}

.nav01 &gt; li a span{

	display: block;

	float: left;

	font-size: 15px;

	color: #333;

	line-height: 24px;

	transition: 0.4s;

}

.nav01 &gt; li a em{

	display: block;

	float: right;

	height: 24px;

	width: 14px;

	background: url("/temp/temp/53/53-0036/202102261057/images/more.png") no-repeat center;

	background-size: 2px;

	transition: 0.4s;

}

.nav01 &gt; li a:hover,.nav01 &gt; li.a &gt; a{

	background: #003793;

}

.nav01 &gt; li a:hover span,.nav01 &gt; li.a &gt; a span{

	color: #fff;

	margin-left: 8px;

}

.nav01 &gt; li a:hover em,.nav01 &gt; li.a &gt; a em{

	opacity: 0.2;

	background-size: 6px;

}

.nav01 li ul{

	position: inherit;

	width: 100%;

	background: #fff;

}

.nav01 li:hover ul{

	display: none;

}

.nav01 li ul a{

	padding: 12px 40px;

}

.nav01 li ul a span{

	font-size: 14px;

	color: #666;

}

.topbox{

	width: 400px;

	position: absolute;

	right: 60px;

	top: 0;

	z-index: 4;

}

.topbox .toptext{

	background: #003793;

	padding: 22px 30px;

}

.topbox .search{

	float: left;

	width: calc(100% - 72px);

	position: relative;

}

.topbox .search input[type="text"]{

	width: calc(100% - 55px);

	padding-left: 15px;

	padding-right: 40px;

	background: #fff;

	line-height: 40px;

	height: 40px;

	border: none;

	outline-style: none;

	border-radius: 20px;

}

.topbox .search input[type="submit"]{

	position: absolute;

	width: 40px;

	height: 40px;

	font-size: 0;

	right: 0;

	top: 0;

	background: url("/temp/temp/53/53-0036/202102261057/images/search.png") no-repeat center;

	background-size: 18px;

	cursor: pointer;

	outline-style: none;

	border: none;

	border-radius: 20px;

}

.topbox .change {

    margin-top: 2px;

    position: relative;

    text-align: center;

    width: 30px;

    margin: 0 10px;

	margin-top: 1px;

}

.topbox .change ul{

	height: 18px;

	transition: 0.3s;

	min-width: 100%;

	text-align: center;

	position: absolute;

	right: 0;

	top: 22px;

	overflow: hidden;

	border-radius: 5px;

}

.topbox .change li a{

	font-size: 12px;

	color: #fff;

	line-height: 18px;

	display: block;

	transition: 0.2s;

}

.topbox .change:hover ul{

	background: #fff;

	padding: 6px 0;

	height: auto;

	z-index: 2;

}

.topbox .change:hover ul li a{

	color: #888;

}

.topbox .change ul:hover li:first-child a,.topbox .change ul:hover li:hover a{

	color: #003793;

}

.topbox .email{

	display: block;

	float: right;

	background: url("/temp/temp/53/53-0036/202102261057/images/email.png") no-repeat center center;

	width: 22px;

	height: 22px;

	background-size: 100%;

	margin-top: 9px;

}

.news{

	position: relative;

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

}

.news::after{

	content: "";

	position: absolute;

	width: 100%;

	height: 70px;

	background: url("/temp/temp/53/53-0036/202102261057/images/newsbg.png") no-repeat bottom center;

	bottom: -70px;

	left: 0;

}

.news li{

	padding: 0 30px;

	transition: 0.3s;

}

.news li a{

	display: block;

	padding: 20px 0;

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

}

.news li span{

	display: block;

	width: 120px;

	float: left;

	overflow: hidden;

	transition: 0.3s;

}

.news li:hover span{

	transform: translateX(-4px);

}

.news li img{

	width: 100%;

	height: auto;

}

.news li div{

	float: right;

	width: calc(100% - 140px);

	transition: 0.3s;

}

.news li:hover div{

	transform: translateX(4px);

}

.news li h3{

	font-size: 14px;

	color: #fff;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.news li h4{

	font-size: 12px;

	color: #fff;

	opacity: 0.5;

	margin-top: 12px;

}

.news li:hover{

	background: #003793;

}

.news .rmore{

	display: block;

	position: absolute;

	width: 30px;

	line-height: 30px;

	text-align: center;

	background: rgba(255,255,255,0.20);

	color: #fff;

	font-size: 20px;

	transition: 0.4s;

	border-radius: 50%;

	left: calc(50% - 15px);

	bottom: -46px;

	z-index: 2;

}

.news .rmore:hover{

	background: #fff;

	color: #003793;

	transform: rotateX(180deg);

}

.ifooter{

	width: 100%;

	position: absolute;

	left: 0;

	bottom: 0;

	z-index: 4;

}

.fnav ul{

	text-align: center;

}

.fnav li{

	display: inline-block;

	margin: 0 30px;

}

.fnav li a{

	display: block;

	padding-bottom: 4px;

	border-bottom: 2px solid rgba(0,0,0,0.00);

	font-size: 14px;

	color: #fff;

	transition: 0.2s;

}

.fnav li:first-child a,.fnav li a:hover{

	border-bottom: 2px solid #fff;

}

.ifooter .jishu{

	background: #fff;

	text-align: center;

	padding: 13px 0;

	margin-top: 20px;

}

.jishu .default-pc-copyright{

	width: 100%;

}

.ifooter .jishu .default-pc-copyright a{

	color: #666;

	transition: 0.2s;

}

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

	color: #003793;

}





/*å…¬å…±å¤´éƒ¨*/

.header{

	padding: 0 80px;

	background: #fff;

	position: relative;

}

.header .logo{

	margin-top: 12px;

}

.header .logo img{

	height: 64px;

	width: auto;

}

.nav02 &gt; li{

	margin-right: 70px;

	padding: 30px 0;

	position: inherit;

}

.nav02 &gt; li &gt; a{

	display: block;

	line-height: 30px;

	font-size: 15px;

	color: #666;

	transition: 0.3s;

	position: relative;

}

.nav02 &gt; li &gt; a::before{

	position: absolute;

    display: block;

    content: "";

    left: 50%;

    margin-left: -4px;

    bottom: -22px;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid #003793;

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

    -webkit-transition: all .3s;

    transition: all .3s;

	opacity: 0;

}

.nav02 &gt; li:last-child &gt; a{

	padding-left: 25px;

	background: url("/temp/temp/53/53-0036/202102261057/images/icon01.png") no-repeat left center;

	background-size: 18px;

}

.nav02 &gt; li.a &gt; a::before{

	opacity: 1;

}

.nav02 &gt; li:hover &gt; a,.nav02 &gt; li.a &gt; a{

	color: #003793;

}

.nav02 &gt; li ul,.listnav{

	text-align: center;

	background: #003793;

	padding: 16px 0;

	width: 100%;

}

.nav02 &gt; li:hover ul{

	display: none;

}

.nav02 &gt; li ul li,.listnav li{

	display: inline-block;

	margin: 0 30px;

	width: auto;

}

.nav02 &gt; li ul li a,.listnav li a{

	font-size: 15px;

	color: #fff;

	opacity: 0.7;

	transition: 0.3s;

}

.nav02 &gt; li ul li:hover a,.listnav li:hover a,.listnav li.a a{

	opacity: 1;

}

.listnav li a span{

	display: none;

}

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

	display: none;

}

.header .search{

	position: relative;

	width: 240px;

	margin-top: 25px;

}

.header .search input[type="text"]{

	width: calc(100% - 55px);

	padding-left: 15px;

	padding-right: 40px;

	background: #f1f1f1;

	line-height: 40px;

	height: 40px;

	border: none;

	outline-style: none;

	border-radius: 20px;

}

.header .search input[type="submit"]{

	position: absolute;

	width: 40px;

	height: 40px;

	font-size: 0;

	right: 0;

	top: 0;

	background: url("/temp/temp/53/53-0036/202102261057/images/search.png") no-repeat center;

	background-size: 18px;

	cursor: pointer;

	outline-style: none;

	border: none;

	border-radius: 20px;

}

.header .toptext{

	padding-right: 40px;

}

.header .change{

	position: absolute;

	right: 80px;

	top: 30px;

	z-index: 2;

}

.header .change ul{

    border-radius: 17px;

    width: 30px;

    background: #fbbf1b;

    height: 25px;

    overflow: hidden;

    transition: 0.3s;

    padding-top: 5px;

}

.header .change ul li a{

	display: block;

    font-size: 14px;

    color: #fff;

    width: 30px;

    text-align: center;

    line-height: 21px;

    border-radius: 17px;

    background: #fbbf1b;

    transition: 0.2s;

}

.header .change ul:hover{

	height: auto;

	padding: 6px 0;

}

.header .change a:hover {

    color: #003793;

}





/*å…¬å…±åº•éƒ¨*/

.footer{

	padding-top: 60px;

	background: #1a1a1a;

	position: relative;

}

.jishu{

	margin-top: 60px;

	padding: 20px 0;

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

	text-align: center;

}

.jishu p{

	color: #666;

}

.jishu p a{

	color: #999;

	transition: 0.2s;

}

.jishu p a:hover{

	color: #fff;

}

.footer .f01 h4{

	font-size: 16px;

	color: #fff;

	font-weight: bold;

}

.footer .f01 h5{

	font-size: 26px;

	color: #fff;

	font-weight: bold;

}

.footer .f01 ul{

	margin-top: 15px;

}

.footer .f01 li{

	float: left;

	margin-right: 25px;

}

.footer .f01 li a{

	display: block;

}

.footer .f01 li img{

	width: 100%;

	height: auto;

}

.footer .f02 li{

	float: right;

	margin-left: 100px;

}

.footer .f02 li h3{

	font-size: 18px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 20px;

}

.footer .f02 li img{

	width: 100px;

	height: auto;

}

.footer .f02 li a{

	display: block;

    font-size: 14px;

    color: #999;

    margin-bottom: 15px;

    transition: 0.2s;

}

.footer .f02 li a:hover{

	color: #fff;

}

.ewm_box{

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

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

	display: none;

	z-index: 4;

}

.erweima{

	width: 240px;

	height: 240px;

	position: absolute;

	top: calc(50% - 120px);

	left: calc(50% - 120px);

}

.ewm_box img{

	width: 100%;

	height: auto;

}

.ewm_box ins{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: -12px;

	top: -12px;

	background:url("/temp/temp/53/53-0036/202102261057/images/close02.png") no-repeat center center;

	background-size: 100%;

	box-shadow: 2px 2px 14px #333;

	border-radius: 12px;

	cursor: pointer;

}

.top01{

	width: 40px;

	line-height: 40px;

	text-align: center;

	background: #1a1a1a;

	font-size: 20px;

	color: #fff;

	position: absolute;

	right: 0;

	top: -40px;

	cursor: pointer;

}







/*å…³äºŽæˆ‘ä»¬åˆ—è¡¨é¡µ----------------------------------------------------------------------*/

.lab01{

	background: url("/temp/temp/53/53-0036/202102261057/images/abbg.jpg") no-repeat center;

	padding: 90px 0 80px 0;

}

.lab01 .tit h1{

	font-size: 50px;

    color: #fff;

    line-height: 56px;

}

.lab01 .tit h2{

	font-size: 26px;

	color: #fff;

	font-weight: bold;

	margin-top: 8px;

}

.lab01 .text{

	width: 70%;

}

.lab01 .text p{

	font-size: 14px;

	color: #fff;

	line-height: 28px;

	margin-bottom: 12px;

}

.lab02{

	padding: 80px 0 60px 0;

}

.tit01{

	text-align: center;

	margin-bottom: 50px;

}

.tit01 h1{

	font-size: 32px;

    color: #000;

    font-weight: bold;

    line-height: 32px;

    margin-bottom: 6px;

	text-transform: uppercase;

}

.tit01 h2{

	font-size: 20px;

	color: #666;

}

.lab02 ul li{

	float: left;

	width: 48.5%;

	margin-right: 3%;

	margin-bottom: 3%;

	background: #003793;

	padding: 50px 80px;

	box-sizing: border-box;

	transition: 0.4s;

}

.lab02 ul li img{

	float: left;

	width: 60px;

	height: auto;

	transition: 0.4s;

}

.lab02 ul li div{

	float: right;

	width: calc(100% - 100px);

}

.lab02 ul li h3{

	font-size: 20px;

	color: #fff;

	line-height: 30px;

	margin-bottom: 6px;

}

.lab02 ul li p{

	font-size: 16px;

    color: #fff;

    line-height: 24px;

}

.lab02 ul li:hover{

	transform: translateY(-8px);

}

.lab03{

	padding-top: 80px;

    padding-bottom: 100px;

    background: #f9f9f9;

}

.lab03 .tit01{

	margin-bottom: 60px;

}

.lab03 ul{

	position: relative;

}

.lab03 ul::before{

	content: "";

	display: block;

    position: absolute;

    left: calc(50% - 1px);

    top: 0;

    width: 2px;

    height: 100%;

    border-left: 2px dotted #ccc;

}

.lab03 ul li{

	width: 50%;

	margin-right: 1%;

	position: relative;

	float: left;

}

.lab03 ul li.t02{

	float: right;

	margin-right: 0;

	margin-left: 1%;

}

.lab03 ul li::before{

	content: "";

	width: 12px;

    height: 12px;

    border: 6px solid #003793;

    background: #fff;

    border-radius: 12px;

    position: absolute;

    right: -12px;

    top: 50%;

	margin-top: -12px;

    z-index: 1;

}

.lab03 ul li.t02::before{

	right: inherit;

	left: -12px;

}

.lab03 ul li .text{

	padding-right: 80px;

}

.lab03 ul li img{

	float: right;

	width: 252px;

	height: auto;

}

.lab03 ul li .text div{

	float: left;

	width: calc(100% - 286px);

	margin-top: 20px;

} 

.lab03 ul li h3{

	font-size: 18px;

	text-align: right;

	font-weight: bold;

}

.lab03 ul li p{

	font-size: 13px;

    color: #666;

    line-height: 22px;

    text-align: right;

    margin-top: 5px;

}

.lab03 ul li.t02 .text{

	padding-right: 0;

	padding-left: 80px;

}

.lab03 ul li.t02 img{

	float: left;

}

.lab03 ul li.t02 .text div{

	float: right;

}

.lab03 ul li.t02 h3,.lab03 ul li.t02 p{

	text-align: left;

}

.lab04{

	padding: 80px 0;

}

.lab04 ul{

	padding-top: 10px;

}

.lab04 ul li{

	float: left;

    width: 320px;

	margin: 0 15px;

    transition: all .4s;

}

.lab04 ul li span{

	display: block;

	width: 100%;

	padding-bottom: 48px;

    text-align: center;

	background: url("/temp/temp/53/53-0036/202102261057/images/rybg.jpg") no-repeat bottom center;

}

.lab04 li img {

    width: auto;

    height: 200px;

	max-width: 100%;

}

.lab04 li h3{

	font-size: 14px;

	color: #888;

	text-align: center;

	margin-top: 10px;

}

.lab04 span.prev,.lab04 span.next{

	width: 40px;

	line-height: 40px;

	padding: 0;

	border-radius: 50%;

	text-align: center;

	font-size: 18px;

	margin-top: -40px;

	transition: 0.3s;

}

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

	opacity: 0.6;

}

.lab04 li:hover{

	transform: translateY(-6px);

}





/*äººæ‰æ‹›è˜åˆ—è¡¨é¡µ----------------------------------------------------------------------*/

.ljob{

	padding-top: 60px;

	padding-bottom: 80px;

	background: #f6f7f5;

}

.pub01{

	text-align: right;

	margin-bottom: 8px;

}

.alljob{

	background: #fff;

	padding: 20px 80px;

}

.alljob li a.con{

	border-bottom: 1px solid #eee;

}

.alljob li:last-child a.con{

	border-bottom: none;

}

.alljob li a.con{

	display: block;

	padding: 30px 0;

}

.alljob li .tit h3{

	float: left;

	font-size: 18px;

	color: #333;

	line-height: 24px;

	transition: 0.3s;

	font-weight: bold;

}

.alljob li .tit h4{

	float: left;

	font-size: 15px;

	color: #888;

	line-height: 18px;

	border-left: 1px solid #eee;

	padding-left: 15px;

	margin-left: 15px;

	margin-top: 3px;

}

.alljob li .tit span{

	display: block;

	float: right;

	width: 16px;

	height: 16px;

	position: relative;

	margin-top: 3px;

	cursor: pointer;

}

.alljob li .tit span::before{

	content: "";

	position: absolute;

	width: 16px;

	height: 2px;

	background: #003793;

	left: 0;

	top: 7px;

}

.alljob li .tit span::after{

	content: "";

	position: absolute;

	width: 2px;

	height: 16px;

	background: #003793;

	left: 7px;

	top: 0;

	transition: 0.3s;

}

.alljob li a.aa span::after{

	opacity: 0;

}

.alljob li a.aa h3{

	color: #003793;

}

.alljob li .tc{

	display:none;

}

.alljob li .tc01 {

    padding: 30px 0 40px 0;

	border-bottom: 3px solid #003793;

}

.alljob li:last-child .tc01{

	border-bottom: none;

}





/*æ–°é—»èµ„è®¯å†…å®¹é¡µ----------------------------------------------------------------------*/

.vnews{

	position: relative;

}

.vnews .all{

	background: #fff;

	padding-bottom: 100px;

}

.vnews .vnbg{

	display: block;

	position: absolute;

	background: #f6f7f5;

	right: 0;

	bottom: 0;

	height: 100%;

}

.vnews .tit{

	background: #f6f7f5;

	padding: 60px 0;

}

.vnews .tit h1{

	font-size: 80px;

	font-weight: bold;

	color: #003793;

	line-height: 100px;

	text-transform: uppercase;

}

.vnews .tit h2{

	font-size: 20px;

	color: #888;

}

.vntext{

	width: 65%;

	padding-top: 70px;

}

.vntext .t01{

	font-size: 24px;

	color: #000;

}

.vntext .date{

	font-size: 12px;

	color: #888;

	margin-top: 10px;

	margin-bottom: 30px;

}

.hotnews{

	width: 24%;

	position: relative;

	z-index: 2;

	padding-left: 4%;

	margin-top: -56px;

}

.hotnews dt{

	font-size: 18px;

	color: #333;

	font-weight: bold;

	margin-bottom: 30px;

}

.hotnews dd{

	padding: 20px 0;

	border-top: 1px solid #eaeaea;

}

.hotnews dd:last-child{

	border-bottom: 1px solid #eaeaea;

}

.hotnews dd a{

	display: block;

}

.hotnews dd h3{

	font-size: 15px;

	color: #333;

	transition: 0.3s;

}

.hotnews dd h4{

	font-size: 12px;

	color: #888;

	margin-top: 5px;

}

.hotnews dd a:hover h3{

	color: #003793;

}

.next01{

	margin-top: 50px;

}

.next01 a{

	display: block;

	float: left;

	width: 40px;

	text-align: center;

	line-height: 40px;

	border-radius: 50%;

	font-size: 16px;

	color: #fff;

	background:#003793;

	margin-right: 20px;

	transition: 0.3s;

}

.next01 a.next{

	background: #f7ac03;

}





/*æ–°é—»èµ„è®¯å†…å®¹é¡µ----------------------------------------------------------------------*/

.lnewsbox{

	padding-top: 60px;

	padding-bottom: 80px;

	background: #f6f7f5;

}

.lnew li a{

	display: block;

	background: #fff;

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

	overflow: hidden;

	transition: 0.4s;

}

.lnew li a img{

	width: 48.5%;

	height: auto;

	float: left;

}

.lnew li{

	float: left;

	width: 48.5%;

	margin-left: 3%;

	margin-bottom: 3%;

}

.lnew li.ml0{

	margin-left: 0;

}

.lnew li.ln01{

	width: 100%;

	margin-left: 0;

}

.lnew li.ln01 div{

	float: right;

    width: 51.5%;

    padding: 50px;

    box-sizing: border-box;

}

.lnew li h2{

	font-size: 36px;

    color: #000;

    line-height: 40px;

    font-weight: bold;

}

.lnew li h4{

	font-size: 20px;

    color: #999;

    margin: 6px 0 15px 0;

}

.lnew li h3{

	font-size: 20px;

    color: #000;

	transition: 0.4s;

}

.lnew li p{

	font-size: 14px;

	color: #999;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	margin-top: 10px;

	margin-bottom: 50px;

	transition: 0.4s;

}

.lnew li h5{

	font-size: 14px;

	color: #003793;

	transition: 0.4s;

}

.lnew li a.ln02{

	position: relative;

}

.lnew li a.ln02::before{

	content: "";

	position: absolute;

	width: 100%;

	height: 2px;

	left: 0;

	top: calc(50% - 1px);

	background: #003793;

	opacity: 0;

	transition: 0.4s;

}

.lnew li a.ln02 .text{

	padding: 30px 40px;

	position: relative;

	z-index: 2;

}

.lnew li a.ln02 h4{

	font-size: 14px;

	float: right;

	line-height: 24px;

	margin: auto;

	transition: 0.4s;

}

.lnew li a.ln02 h3{

	font-size: 17px;

	float: left;

	line-height: 24px;

	width: calc(100% - 120px);

}

.lnew li a.ln02 p{

	margin-bottom: 35px;

}

.lnew li a.ln02:hover h5,.lnew li a.ln02:hover h3{

	color: #fff;

}

.lnew li a.ln02:hover p,.lnew li a.ln02:hover h4{

	color: #fff;

	opacity: 0.7;

}

.lnew li a.ln02:hover::before{

	opacity: 1;

	width: 100%;

	height: 100%;

	top: 0;

}

.lnew li.ln01 a:hover h3{

	color: #003793;

}

.page{

	text-align: center;

	margin-top: 20px;

}

.page a{

	background: #fff;

	border: 1px solid #eee;

	transition: 0.2s;

	float: none;

	display: inline-block;

	margin: 0 5px;

}

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

    background: #003793;

}

.lnav.a{

	display: none;

}



/*å›¾ç‰‡å±•ç¤ºå†…å®¹é¡µ----------------------------------------------------------------------*/

.nyban{

	position: relative;

}

.nyban img{

	width: 100%;

	height: auto;

}

.nyban .tit02{

	position: absolute;

	width: 100%;

	left: 0;

	top: calc(50% - 60px);

}

.nyban .tit02 h1{

	font-size: 60px;

	color: #fff;

	font-weight: bold;

}

.nyban .tit02 h2{

	font-size: 20px;

	color: #fff;

	opacity: 0.7;

}

.lshow{

	background: #f6f7f5;

	padding-top: 60px;

	padding-bottom: 80px;

}

.lshow ul li{

	float: left;

	background: #fff;

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 2%;

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

}

.lshow ul li a{

	display: block;

	position: relative;

}

.lshow ul li a::before{

	content: "";

	position: absolute;

	width: 100%;

	height: 100%;

	background: #000;

	left: 0;

	top: 0;

	opacity: 0;

	transition: 0.4s;

	z-index: 2;

}

.lshow ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

	border-bottom: 1px solid #eee;

	position: relative;

}

.lshow ul li span::before{

	content: "+";

	position: absolute;

	width: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 26px;

	color: #fff;

	background: rgba(0,55,147,0.6);

	left: calc(50% - 20px);

	top: calc(50% - 20px);

	opacity: 0;

	transition: 0.4s;

	z-index: 3;

}

.lshow ul li img{

	width: 100%;

	height: auto;

	transition: 0.4s;

}

.lshow ul li .text{

	width: calc(100% - 40px);

	padding: 16px 10px;

	margin: 0 10px;

	transition: 0.4s;

	position: relative;

	z-index: 4;

}

.lshow ul li .text div{

	float: left;

	width: calc(100% - 40px);

}

.lshow ul li h3{

	font-size: 15px;

	transition: 0.4s;

}

.lshow ul li h4{

	font-size: 13px;

	color: #888;

	margin-top: 5px;

	transition: 0.4s;

}

.lshow ul li .text em{

	float: right;

	display: block;

	font-style: normal;

	font-size: 14px;

	color: #999;

	line-height: 24px;

	border-left: 1px solid #eee;

	padding-left: 10px;

	margin-top: 11px;

	transition: 0.4s;

}

.lshow ul li:hover .text{

	transform: translateY(-10px);

	width: calc(100% - 60px);

	padding: 16px 20px;

	background: #003793;

}

.lshow ul li:hover h3,.lshow ul li:hover h4{

	color: #fff;

}

.lshow ul li:hover .text em{

	color: #fff;

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

}

.lshow ul li:hover a::before{

	opacity: 0.3;

}

.lshow ul li:hover span::before{

	opacity: 1;

}

.lshow ul li:hover img{

	transform: scale(1.06);

}





/*è”ç³»æˆ‘ä»¬åˆ—è¡¨é¡µ----------------------------------------------------------------------*/

.nyban .tit03{

	position: absolute;

	width: 450px;

	padding: 50px 70px;

	background: #1b1b1b;

	right: 0;

	bottom: 0;

}

.nyban .tit03 h1{

	font-size: 40px;

    color: #fff;

    margin-bottom: 25px;

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

    padding-bottom: 20px;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 50px;

}

.nyban .tit03 h4{

	font-size: 16px;

	color: #fff;

	margin: 12px 0;

}

.phone{

	padding-top: 60px;

}

.phone li{

	float: left;

	width: 48.5%;

	margin-right: 3%;

	margin-bottom: 3%;

	background: #fff;

	padding: 30px 50px;

	box-sizing: border-box;

}

.phone li h1{

	font-size: 18px;

    color: #003793;

    font-weight: bold;

	padding-bottom: 20px;

    margin-bottom: 16px;

    border-bottom: 1px solid #eee;

}

.phone li .text div{

	float: left;

	width: 50%;

}

.phone li .text div.p03{

	width: 100%;

}

.phone li div span{

	display: block;

	width: 20px;

	height: 20px;

	float: left;

	margin-right: 6px;

	background: url("/temp/temp/53/53-0036/202102261057/images/icon.png") no-repeat center;

	background-size: 100%;

	margin-top: 4px;

}

.phone li div.p02 span{

	background: url("/temp/temp/53/53-0036/202102261057/images/icon.png") no-repeat bottom center;

	background-size: 100%;

}

.phone li div h4{

	float: left;

    line-height: 20px;

    font-size: 14px;

    color: #666;

	margin: 4px auto;

}

.phone li div.p03 h4{

	width: calc(50% - 26px);

	padding-left: 26px;

	position: relative;

}

.phone li div.p03 h4::before{

	position: absolute;

	content: '';

	width: 26px;

	height: 20px;

	left: 0;

	top: 0;

	background: url("/temp/temp/53/53-0036/202102261057/images/icon.png") no-repeat top left;

	background-size: 20px;

}

.form{

	margin-bottom: 80px;

	margin-top: 20px;

	background: #fff;

}

.form .apply{

	padding: 60px 100px;

}

.apply h4{

	font-size: 24px;

	color: #003793;

    font-weight: bold;

	text-align: center;

	margin-bottom: 40px;

}

.apply label{

	display: none;

}

.apply .default-form-item{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.apply .default-form-item.abc2{

	margin-right: 0;

}

.apply .default-form-item:last-child{

	width: 100%;

	margin-right: 0;

}

.apply input[type="text"]{

	width: 100%;

	box-sizing: border-box;

	background: #f4f4f4;

	border: 1px solid #f1f1f1;

	border-radius: 5px;

	padding: 0 20px;

	line-height: 50px;

	height: 50px;

	font-size: 15px;

	outline-style: none;

}

.apply textarea{

	width: 100%;

	box-sizing: border-box;

	background: #f4f4f4;

	border: 1px solid #f1f1f1;

	border-radius: 5px;

	padding: 0 20px;

	line-height: 50px;

	font-size: 15px;

	height: 200px;

	outline-style: none;

}

.apply input[type="submit"]{

	width: 220px;

    text-align: center;

    border: none;

    line-height: 46px;

	height: 46px;

    font-size: 15px;

    color: #fff;

    background: #003793;

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

    outline-style: none;

    cursor: pointer;

    border-radius: 5px;

}









.uid-3175 .footer .f01 li:nth-child(2){

	display: none;

}

















/*ä¸åŒå°ºå¯¸ä¸‹ä¿®æ”¹----------------------------------------------------------------------*/

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

	.w14{

		width: 1180px;

	}

	.topbox{

		right: 40px;

		width: 350px;

	}

	.topbox .toptext {

		padding: 16px 22px;

	}

	.news li{

		padding: 0 22px;

	}

	.news li a{

		padding: 15px 0;

	}

	.news li span{

		width: 106px;

	}

	.news li div {

		width: calc(100% - 124px);

	}

	.news li h3 {

		line-height: 20px;

		height: 38px;

	}

	.news li h4{

		margin-top: 10px;

	}

	.news::after{

		height: 60px;

		bottom: -60px;

	}

	.news .rmore{

		bottom: -42px;

	}

	.nav02 &gt; li{

		margin-right: 50px;

		padding: 24px 0;

	}

	.nav02 &gt; li &gt; a::before{

		margin-left: -3px;

		bottom: -18px;

		border-left: 6px solid transparent;

		border-right: 6px solid transparent;

		border-bottom: 6px solid #003793;

	}

	.header .search{

		width: 210px;

		margin-top: 19px;

	}

	.header{

		padding: 0 50px;

	}

	.header .change{

		right: 50px;

		top: 24px;

	}

	.lab01 .text {

		width: 66%;

	}

	.lab01{

		padding: 80px 0;

	}

	.lab01 .text p {

		line-height: 26px; 

	}

	.lab02 ul li{

		padding: 35px 50px;

	}

	.lab04 ul li{

		width: 265px;

	}

	.lab04 ul li span{

		padding-bottom: 40px;

		background-size: auto 40px;

	}

	.lab04 ul li img{

		height: 180px;

	}

	.footer .f02 li{

		margin-left: 70px;

	}

	.footer .f02 li a{

		font-size: 13px;

		margin-bottom: 10px;

	}

	.footer .f02 li h3{

		margin-bottom: 15px;

		font-size: 16px;

	}

	.footer .f02 li img{

		width: 90px;

	}

	.footer{

		padding-top: 50px;

	}

	.jishu{

		margin-top: 45px;

		padding: 15px 0;

	}

	.alljob {

		padding: 15px 50px;

	}

	.alljob li a.con{

		padding: 22px 0;

	}

	.alljob li .tit h3{

		font-size: 16px;

	}

	.nyban .tit02 h1{

		font-size: 50px;

	}

	.nyban .tit03 h4 {

		font-size: 14px;

		margin: 8px 0;

	}

	.nyban .tit03{

		padding: 40px 60px;

		width: 430px;

	}

	.nyban .tit03 h1 {

		font-size: 34px;

		line-height: 40px;

	}

	.phone li {

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

		padding: 30px 40px;

	}

	.phone li h2 {

		font-size: 13px;

		margin-top: 5px;

		padding-bottom: 15px;

		margin-bottom: 15px;

	}

	.phone li div h4{

		font-size: 13px;

	}

	.form .apply {

		padding: 50px;

	}

	.apply h4{

		margin-bottom: 30px;

	}

	.apply input[type="text"] {

		padding: 0 15px;

		line-height: 42px;

		height: 42px;

		font-size: 14px;

	}

	.apply textarea {

		padding: 0 15px;

		line-height: 42px;

		font-size: 14px;

		height: 168px;

	}

	.apply input[type="submit"] {

		width: 180px;

		line-height: 40px;

		height: 40px;

		font-size: 14px;

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

	}

	.hotnews dd h3{

		font-size: 14px;

	}

	.hotnews dd h4{

		margin-top: 2px;

	}

	.hotnews dd{

		padding: 15px 0;

	}

	.vnews .tit h1 {

		font-size: 62px;

		line-height: 68px;

	}

	.vnews .tit{

		padding: 50px 0;

	}

	.lnew li a.ln02 h3{

		font-size: 15px;

	}

	.lnew li a.ln02 p {

		margin-bottom: 25px;

		line-height: 22px;

    	height: 42px;

		margin-top: 6px;

	}

	.lnew li {

		width: 49%;

		margin-left: 2%;

		margin-bottom: 2%;

	}

	.navbox .logo {

		line-height: 74px;

		margin-left: 74px;

		min-width: 150px;

	}

	.navbox .logo img{

		height: 54px;

	}

	.navbox .dian{

		width: 74px;

		height: 74px;

		background-size: 32px;

	}

	.nav01{

		top: 74px;

	}

	.nav01 &gt; li &gt; a{

		padding: 20px 30px;

	}

	.nav01 li ul a {

		padding: 12px 30px;

	}

	.nav01 &gt; li a span{

		font-size: 14px;

	}

	.fnav li{

		margin: 0 20px;

	}

	.ifooter .jishu {

		padding: 10px 0;

		margin-top: 15px;

	}

	.header .logo img{

		height: 54px;

	}

	

	

}

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

	.w960 .wp, .w960 .w1188{

		width: 1180px;

	}

}

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

	.banner01 a{

		background-size: auto 100%;

	}

	.topbox{

		display: none;

	}

	.nav01 &gt; li a:hover span, .nav01 &gt; li.a &gt; a span {

		margin-left: 0;

	}

	.w14 {

		width: calc(100% - 40px);

		padding-left: 20px;

		padding-right: 20px;

	}

	.header .search{

		display: none;

	}

	.header {

		padding: 0 60px 0 40px;

	}

	.nav02 &gt; li {

		margin-right: 40px;

	}

	.nav02 &gt; li ul li a, .listnav li a{

		font-size: 14px;

	}

	.nav02 &gt; li ul, .listnav{

		padding: 12px 0;

	}

	.lab01 .tit h1 {

		font-size: 40px;

		line-height: 45px;

	}

	.lab01 .tit h2 {

		font-size: 20px;

		margin-top: 6px;

	}

	.lab01 .text {

		width: 70%;

	}

	.lab01 {

		padding: 50px 0;

	}

	.lab01 .text p {

		line-height: 22px;

		font-size: 13px;

	}

	.lab02 {

		padding: 50px 0 30px 0;

	}

	.tit01 h1{

		font-size: 26px;

		margin-bottom: 2px;

	}

	.tit01 h2{

		font-size: 16px;

	}

	.tit01{

		margin-bottom: 25px;

	}

	.lab02 ul li{

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

		padding: 25px 35px;

	}

	.lab02 ul li img{

		width: 44px;

	}

	.lab02 ul li p {

		font-size: 13px;

		line-height: 18px;

	}

	.lab02 ul li h3 {

		font-size: 16px;

		line-height: 20px;

	}

	.lab02 ul li div{

		width: calc(100% - 64px);

	}

	.lab03{

		padding: 40px 0;

	}

	.lab03 ul li .text {

    	padding: 0 !important;

	}

	.lab03 ul li {

		width: 100%;

		margin: 0;

		margin-bottom: 20px;

	}

	.lab03 ul::before{

		left: -2px;

	}

	.lab03 ul li::before {

		width: 8px;

		height: 8px;

		border: 5px solid #003793;

		right: inherit;

		margin-top: -9px;

		left: -30px !important;

	}

	.lab03 ul{

		padding-left: 20px;

	}

	.lab03 ul li img {

		float: left !important;

		width: 160px;

	}

	.lab03 ul li .text div {

		width: calc(100% - 180px);

		margin-top: 10px;

		float: right;

	}

	.lab03 ul li p{

		font-size: 12px;

    	line-height: 20px;

		text-align: left;

	}

	.lab03 ul li h3{

		font-size: 16px;

		text-align: left;

	}

	.lab04 {

		padding: 50px 0;

	}

	.lab04 ul li{

		width: 226px;

		margin: 0 10px;

	}

	.footer .f01 li {

		margin-right: 15px;

		width: 30px;

	}

	.footer .f01 ul {

		margin-top: 10px;

	}

	.footer .f01 h5{

		font-size: 22px;

	}

	.footer .f02 li h3 {

		margin-bottom: 12px;

		font-size: 15px;

	}

	.footer .f02 li a {

		font-size: 12px;

		margin-bottom: 6px;

	}

	.footer .f02 li {

		margin-left: 55px;

	}

	.footer .f02 li img {

		width: 74px;

	}

	.footer .f01 h4{

		font-size: 14px;

	}

	.footer {

		padding-top: 32px;

	}

	.nyban .tit02 h1 {

		font-size: 32px;

	}

	.nyban .tit02 h2{

		font-size: 16px;

	}

	.nyban .tit02{

		top: calc(50% - 36px);

		text-align: center;

	}

	.lshow {

		padding-top: 40px;

		padding-bottom: 60px;

	}

	.lshow ul li .text{

		padding: 12px 10px;

	}

	.lshow ul li:hover a::before,.lshow ul li:hover span::before{

		opacity: 0;

	}

	.lshow ul li:hover img {

		transform: scale(1);

	}

	.lshow ul li:hover .text {

		transform: translateY(0);

		width: calc(100% - 40px);

		padding: 12px 10px;

		background: #fff;

	}

	.lshow ul li:hover h3{

		color: #333;

	}

	.lshow ul li:hover h4{

		color: #888;

	}

	.lshow ul li:hover .text em {

		color: #999;

		border-left: 1px solid #eee;

	}

	.lshow ul li h3{

		font-size: 13px;

	}

	.lshow ul li h4 {

		font-size: 11px;

		margin-top: 3px;

	}

	.lshow ul li .text em {

		font-size: 14px;

		line-height: 20px;

		padding-left: 8px;

		margin-top: 9px;

	}

	.lshow ul li .text div {

		width: calc(100% - 32px);

	}

	.phone li{

		padding: 25px;

	}

	.phone li h2,.phone li div h4{

		font-size: 12px;

	}

	.phone li h1{

		font-size: 16px;

	}

	.phone li .text div {

		margin-right: 18px;

	}

	.phone {

		padding-top: 40px;

	}

	.form{

		margin: 40px 20px;

		margin-top: 0;

		width: calc(100% - 80px);

	}

	.form .apply {

		padding: 30px 10px;

	}

	.apply h4 {

		margin-bottom: 20px;

		font-size: 18px;

	}

	.lab02 ul li:hover {

		transform: translateY(0);

	}

	

	

	

}

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

	.fnav li a{

		font-size: 12px;

	}

	.fnav li {

		margin: 0 12px;

	}

	.ifooter .jishu{

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

		margin-top: 0px;

		border: none;

		opacity: 0.8;

	}

	.jishu p,.jishu p a{

		color: #fff;

		font-size: 11px;

	}

	.ifooter{

		bottom: 10px;

	}

	.default-mobile-copyright2{

		margin-top: 0;

	}

	.mchange{

		margin-right: 70px;

		padding: 18px 0;

	}

	.mchange ul{

		float: left;

	}

	.mchange li{

		float: left;

		margin-left: 12px;

	}

	.mchange li a{

		display: block;

		line-height: 19px;

		color: #d6d6d6;

		font-size: 14px;

		font-weight: bold;

	}

	.mchange li:first-child a{

		color: #fbbf1b;

	}

	.mchange a.email{

		display: block;

		line-height: 19px;

		background: url("/temp/temp/53/53-0036/202102261057/images/icon01.png") no-repeat left center;

		background-size: 17px;

    	margin-top: 0;

		padding-left: 22px;

		font-size: 12px;

		color: #666;

		float: left;

	}

	.navbox{

		display: none;

	}

	.default-basescript-index .nav-click{

		background: #003793;

		color: #fff;

	}

	.nav-click{

		color: #003793;

		font-size: 30px;

		line-height: 55px;

		top: 0;

		margin-top: 0;

		right: 1px;

		width: 55px;

		border-left: 1px solid #eee;

	}

	.ismobile header .bg{

		background: #fff;

		opacity: 1;

		border-bottom: 1px solid #eee;

	}

	.default-basescript-index header .bg{

		border-bottom: none;

	}

	header h1 img{

		margin-left: 15px;

	}

	header{

		top: 0 !important;

		position: inherit;

		left: 0 !important;

	}

	#mobile-nav{

		background: #fff;

		width: 50%;

		padding: 32px 25px;

		border-left: 1px solid #eee;

		box-sizing: border-box;

	}

	#mobile-nav h3{

		color: #00539e;

	}

	.default-mobile-nav-menu li a {

		border-bottom: 1px solid #eaeaea;

		color: #000;

		border-top: 1px solid #fff;

	}

	.default-mobile-nav-menu &gt; li:first-child &gt; a{

		border-top: 1px solid #eaeaea;

	}

	.default-mobile-nav-menu li ul{

		background: #f5f5f5;

	}

	.default-mobile-nav-menu li ul a{

		font-size: 14px;

		color: #666;

		border-top: none;

	}

	.listnav li{

		margin: 0 8px;

	}

	.listnav li a{

		font-size: 12px;

	}

	.nav02 &gt; li ul, .listnav {

		padding: 8px 0;

	}

	.lab01 {

		padding: 35px 0;

		background-position: right center;

    	background-size: auto 100%;

	}

	.lab01 .tit{

		width: 100%;

	}

	.w14,body .w1188, body .wp{

		width: calc(100% - 30px);

		padding-left: 15px;

		padding-right: 15px;

	}

	.lab01 .text {

		width: 100%;

		margin-top: 15px;

	}

	.lab01 .tit h1 {

		font-size: 25px;

		line-height: 30px;

		font-weight: bold;

	}

	.lab01 .tit h2 {

		font-size: 16px;

		margin-top: 4px;

	}

	.lab01 .text p {

		line-height: 20px;

		font-size: 12px;

		margin-bottom: 8px;

	}

	.tit01 h1 {

		font-size: 22px;

		margin-bottom: 0;

	}

	.tit01 h2 {

		font-size: 14px;

	}

	.tit01,.lab03 .tit01{

		margin-bottom: 20px;

	}

	.lab02 ul li {

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

		padding: 20px;

	}

	.lab02 ul li p {

		font-size: 12px;

		line-height: 16px;

	}

	.lab02 ul li h3{

		font-size: 15px;

	}

	.lab02 ul li div {

		width: calc(100% - 48px);

	}

	.lab02 ul li img {

		width: 32px;

		margin-top: 5px;

	}

	.lab02 {

		padding: 35px 0 30px 0;

	}

	.lab03 ul li img {

		width: 120px;

	}

	.lab03 ul li::before {

		width: 6px;

		height: 6px;

		border: 4px solid #003793;

		margin-top: -7px;

		left: -22px !important;

		top: 38px;

	}

	.lab03 ul {

		padding-left: 14px;

	}

	.lab03 ul li .text div {

		width: calc(100% - 130px);

		margin-top: 0;

	}

	.lab03 ul li h3{

		font-size: 14px;

		color: #333;

	}

	.lab03 ul li p {

		font-size: 11px;

		line-height: 16px;

		margin-top: 2px;

	}

	.lab03 ul li:last-child{

		margin-bottom: 0;

	}

	.lab04 {

		padding: 35px 0;

	}

	.lab04 span.prev, .lab04 span.next {

		width: 34px;

		line-height: 34px;

		font-size: 14px;

	}

	.lab04 .honor{

		width: 300px;

		margin: auto;

	}

	.lab04 ul li{

		width: 300px;

	}

	.lab04 li h3{

		font-size: 12px;

	}

	.lab04 ul li span{

		padding-bottom: 45px;

		background-size: 100% auto;

	}

	.lab04 ul li img{

		height: 170px;

	}

	.pub01{

		display: none;

	}

	.nyban .tit02 h1 {

		font-size: 24px;

	}

	.nyban .tit02 h2 {

		font-size: 14px;

	}

	.nyban .tit02{

		top: calc(50% - 28px);

	}

	.lshow {

		padding-top: 20px;

		padding-bottom: 40px;

	}

	.lshow ul li{

		width: 49%;

	}

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

		margin-right: 0;

	}

	.lshow ul li .text{

		width: calc(100% - 20px); 

		margin: auto;

	}

	.lshow ul li .text div {

		width: 100%;

	}

	.ljob {

		padding-top: 20px;

		padding-bottom: 40px;

	}

	.alljob {

		padding: 0 15px;

	}

	.alljob li a.con {

		padding: 12px 0;

	}

	.alljob li .tit h3 {

		font-size: 14px;

	}

	.alljob li .tit h4 {

		font-size: 12px;

		line-height: 12px;

		padding-left: 10px;

		margin-left: 10px;

		margin-top: 6px;

	}

	.alljob li .tit span{

		width: 12px;

		height: 12px;

		margin-top: 5px;

	}

	.alljob li .tit span::before{

		width: 12px;

		top: 5px;

	}

	.alljob li .tit span::after{

		height: 12px;

		left: 5px;

	}

	.alljob li .tc01 {

		padding: 15px 0 20px 0;

		border-bottom: 2px solid #003793;

	}

	.alljob .default-article-content p {

		margin-top: 5px;

		margin-bottom: 5px;

		font-size: 12px;

	}

	.alljob .default-article-content p strong,.alljob .default-article-content p span{

		font-size: 14px !important;

	}

	.nyban .tit03 {

		padding: 25px 15px;

		width: calc(100% - 30px);

		position: inherit;

	}

	.nyban .tit03 h1 {

		font-size: 26px;

		line-height: 30px;

		margin-bottom: 20px;

		padding-bottom: 15px;

	}

	.nyban .tit03 h4{

		font-size: 13px;

	}

	.phone {

		padding-top: 20px;

	}

	.phone li {

		padding: 15px;

		width: 100%;

		margin: auto;

		margin-bottom: 10px;

	}

	.phone li h1 {

		font-size: 15px;

		padding-bottom: 12px;

   		margin-bottom: 10px;

	}

	.phone li .text div {

		width: 100%;

	}

	.phone li div h4{

		margin: 5px auto;

	}

	.phone li div span{

		margin-top: 5px;

	}

	.phone li div.p03 h4{

		width: calc(100% - 26px);

	}

	.form{

		margin: 0 15px 20px 15px;

		width: calc(100% - 60px);

	}

	.form .apply {

		padding: 25px 0;

	}

	.apply input[type="text"] {

		padding: 0 12px;

		line-height: 36px;

		font-size: 12px;

		border-radius: 2px;

		height: 36px;

	}

	.apply .default-form-item {

		float: left;

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.apply textarea {

		padding: 0 12px;

		line-height: 36px;

		font-size: 12px;

		height: 112px;

		border-radius: 2px;

	}

	.apply input[type="submit"] {

		width: 100%;

		line-height: 36px;

		height: 36px;

		font-size: 12px;

		margin-left: 0;

		border-radius: 2px;

	}

	.apply h4{

		margin-bottom: 12px;

	}

	.apply .default-form-item:last-child{

		margin-bottom: 5px;

	}

	.mnews{

		margin-bottom: 40px;

	}

	.mnews .all li{

		padding: 20px 0;

		border-bottom: 1px solid #eee;

	}

	.mnews .all li a{

		display: block;

	}

	.mnews .all li img{

		float: left;

		width: 116px;

		height: auto;

	}

	.mnews .all li div{

		float: right;

		width: calc(100% - 130px);

	}

	.mnews .all li h3{

		font-size: 14px;

		color: #000;

	}

	.mnews .all li p{

		font-size: 11px;

		color: #666;

		line-height: 18px;

		height: 36px;

		overflow: hidden;

		margin-top: 4px;

	}

	.page a{

		padding: 0;

		text-align: center;

		width: 24px;

		line-height: 24px;

		border-radius: 50%;

		font-size: 12px;

		margin: 0 2px;

		background: #f5f5f5;

	}

	.lshow .page a{

		background: #fff;

	}

	.vntext {

		width: 100%;

		padding-top: 30px;

	}

	.vntext .t01{

		font-size: 20px;

	}

	.vntext .date {

		margin-top: 5px;

		margin-bottom: 20px;

		padding-bottom: 15px;

		border-bottom: 1px solid #eee;

	}

	.next01 {

		margin-top: 30px;

	}

	.next01 a {

		width: 30px;

		line-height: 30px;

		font-size: 12px;

		margin-right: 15px;

	}

	.vnews .all{

		padding-bottom: 40px;

	}

	.next01 a.next {

		float: right;

		margin-right: 0;

	}

	.ismobile #default-mobile-footer-wechat-box{

		z-index: 6;

	}

	.lshow ul li:hover .text{

		width: calc(100% - 20px);

	}

	.mbfootcontact a:nth-child(2){

		display: none;

	}

	.mbfootcontact a{

		width: 30% !important; 

	}

	

	

}

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

	.listnav li {

		margin: 0 4px;

	}

	.fnav li {

		margin: 0 8px;

	}

}




















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