.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(./images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:14px;height:14px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */
@font-face {
font-family:swiper-icons;
src:url('./fonts/9c0b018bff16410789e2a1abc3d5831c.woff') format('woff');
font-weight:400;
font-style:normal
}
:root {
--swiper-theme-color:#007aff
}
.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction:column
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	transition-property:transform;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform:translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap:wrap;
	flex-direction:column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide {
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	transition-property:transform
}
.swiper-slide-invisible-blank {
	visibility:hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items:flex-start;
	transition-property:transform, height
}
.swiper-container-3d {
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow:auto;
	scrollbar-width:none;
	-ms-overflow-style:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type:x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type:y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-next, .swiper-button-prev {
	position:absolute;
	top:50%;
width:calc(var(--swiper-navigation-size)/ 44 * 27);
	height:var(--swiper-navigation-size);
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index:10;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family:swiper-icons;
	font-size:var(--swiper-navigation-size);
	text-transform:none!important;
	letter-spacing:0;
	text-transform:none;
	font-variant:initial;
	line-height:1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left:10px;
	right:auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content:'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right:10px;
	left:auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content:'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
	display:none
}
.swiper-pagination {
	position:absolute;
	text-align:center;
transition:.3s opacity;
	transform:translate3d(0, 0, 0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%
}
.swiper-pagination-bullets-dynamic {
	overflow:hidden;
	font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform:scale(.33);
	position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform:scale(.33)
}
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#b81c22;
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	transform:translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:6px 0;
	display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top:50%;
	transform:translateY(-50%);
	width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display:inline-block;
transition:.2s transform, .2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left:50%;
	transform:translateX(-50%);
	white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:.2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:.2s transform, .2s right
}
.swiper-pagination-progressbar {
	background:rgba(0, 0, 0, .25);
	position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:var(--swiper-pagination-color, var(--swiper-theme-color));
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform:scale(0);
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-white {
--swiper-pagination-color:#ffffff
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
	display:none
}
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, .5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag {
	cursor:move
}
.swiper-scrollbar-lock {
	display:none
}
.swiper-zoom-container {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width:100%;
	max-height:100%;
	object-fit:contain
}
.swiper-slide-zoomed {
	cursor:move
}
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	transform-origin:50%;
	animation:swiper-preloader-spin 1s infinite linear;
	box-sizing:border-box;
	border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius:50%;
	border-top-color:transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube {
	overflow:visible
}
.swiper-container-cube .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	transform-origin:0 0;
	width:100%;
	height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}
.swiper-container-flip {
	overflow:visible
}
.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}



*{margin:0;padding:0}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background:#fff}
body{color:#000; font-weight:lighter;margin:0 auto;font-size:12px;line-height:1.25em;font-family:'microsoft yahei',Helvetica,arial;-webkit-text-size-adjust:none;overflow-x:hidden;scroll-behavior:smooth}
ol,ul,li{list-style:none}
.sj_xs{ display:none}
img{border:none;vertical-align:top;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}
a{color:#444;text-decoration:none;outline:none;}
button,input,select,textarea{font-size:100%;font-family:'microsoft yahei',Helvetica,arial;margin:0;outline:0 none;vertical-align:baseline;*vertical-align:middle}
input{outline:none;border-radius:0;font-family:'microsoft yahei',Helvetica,arial;appearance:none;-moz-appearance:none;-webkit-appearance:none}
input:focus,textarea:focus{outline:none}
input:focus{-webkit-tap-highlight-color:transparent;-webkit-user-modify:read-write-plaintext-only}
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none}
textarea{-webkit-appearance:none}
h1,h2,h3,h4,h5,h6{font-weight: lighter;}
.clearfix:before,.clearfix:after{content:'';display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}
em,i,span,b{font-style:normal;}
*::-webkit-input-placeholder{color:#dedede}
*::-moz-placeholder{color:#dedede}
*::-ms-input-placeholder{color:#dedede}
*::placeholder{color:#dedede}
.fl{float:left}
.fr{float:right}
.w_1400{width:94%;margin:auto;position:relative;max-width:1300px}
.w_1000{width:100%;margin:auto;position:relative;max-width:1024px}
.w_900{width:100%;margin:auto;position:relative;max-width:900px}
.ov_hide{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ov_hide_two{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ov_hide_three{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.no_repeat{display:block;background-size:cover;background-position:center;background-repeat:no-repeat}
.block{display:block}
.fz18{font-size:18px}
.fz20{font-size:20px}
.fz14{font-size:14px}
.fz16{font-size:16px}
.fz30{font-size:30px}
.ani{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}
.ani a{ display:block; overflow:hidden;}
.ani img{
    display: block;

    width: 100%;

    transition: all 0.3s;

}

.ani img:hover{

    transform: scale(1.1);

}



.swiper_hidden{position:relative;overflow:hidden}
header{position:relative;z-index:2;background:url(2025xxdj_topbg.png) top center no-repeat;}
header .top{ width:100%; text-align:center; padding:30px 0;}
header .logo{ width:100%;}
nav{ background:#B81C22; height:60px; padding:5px 0;}
nav ul{width:800px}
nav ul li{ float:left; height:30px; line-height:30px; width:18%; text-align:center}
nav ul li.home{ height:60px; line-height:60px; width:10%;  font-weight:bold;}
nav ul li a{ color:#fff; font-size:18px;}
nav ul li:hover a{ font-weight: bold;}

.white{background:#fff}
.top_fr{width:26.5%}
.search{border:1px solid #fff;width:200px;box-sizing:border-box;border-radius:5px; margin-top:15px;}
.search input{border:none}

.search input[type=text]{background:#F3F3F3;height:30px;line-height:30px;font-size:14px;color:#666;width:calc(100% - 50px);text-indent:10px; float:left;}



.search input::placeholder {
  color: #909090; 
}

.search input[type=submit]{background:#B81C22;height:30px;line-height:30px;width:50px; cursor:pointer; letter-spacing:2px; font-weight:bold;color:#fff;font-size:16px;border-radius:5px;float:right}

.topnews{height:90px;overflow:hidden; margin:20px 0 0 0;}
.topnews li{height:90px;overflow:hidden;text-align:center} 
.topnews li h2{ font-size:36px; color:#b81c22; line-height:60px; font-weight:bold}
.topnews li p{ font-size:18px; color:#232323; line-height:30px;}
.gdgg{ text-align:right; color:#b81c22}
.gdgg a{ font-size:18px; font-weight:bold;color:#b81c22}


.fz35{font-size:35px}
.indexad{ margin:30px 0;}


.indexad a{

    display: block;

    overflow: hidden;

}

.indexad a img{

    display: block;

    width: 100%;

    transition: all 0.3s;

}

.indexad a img:hover{

    transform: scale(1.1);

}

.idxTwoLeft{width:700px}
.idxTwoLeft .img{padding-bottom:394px}
.idxTwoLeft a:hover .img{transform:scale(1.03)}
.idxTwoLeft a{position:relative}
.idxTwoLeft span.title{width:100%;height:62px;position:absolute;bottom:0;left:0;padding:0 28px;box-sizing:border-box}
.idxTwoLeft .btn{width:60px;height:60px;background-color:rgba(64,64,64,0.9);position:absolute;top:50%;margin-top:-30px;z-index:2}
.idxTwoLeft .btn.prev{left:0}
.idxTwoLeft .btn.next{right:0}
.idxTwoLeft span.title i{color:#fff;line-height:62px;width:70%}
.idxpage{position:absolute;right:28px;bottom:23px !important;width:auto !important;left:auto !important;z-index:1}
.idxpage span.swiper-pagination-bullet{width:10px;height:10px;background:#fff;border-radius:10px;margin:0 5px !important}
.index_two{}
.idxTwoRightSwiper,.idxTwoLeft,.banner,.index_three_swiper,.fiveleft,.fiveright,.foot_link{position:relative;overflow:hidden}
.idxTwoRightSwiper .swiper-slide{ display:none;}
.idxTwoRightSwiper .swiper-slide-active{ display:block}
.idxTwoRightSwiper li a{height:40px;line-height:40px}
.tabs li{float:left; margin-right:30px;}
.tabs li a,.idxTit h6{color:#818181;position:relative;display:inline-block; z-index:1; font-size:28px; font-weight:bold; cursor:pointer; }
.tabs li a:after,.idxTit h6:after{}

.tabs li.active a:after{width:100%;height:0px;content:''; z-index:-1;position:absolute;left:0;bottom:2px; border-bottom:1px solid #b81c22;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
.tabs li.active a{ color:#b81c22;font-weight:bold}
.tabs,.idxTit{line-height:48px; background:url(2025xxdj_ico1.png) left 10px no-repeat; padding-left:20px; }
.tabs ul{border-bottom:1px solid #b81c22; width:100%}
.tabs span a,.idxTit a{color:#a5a5a5;position:relative;display:inline-block;font-weight:300}
.tabs span a:after,.idxTit a:after{width:10px;height:10px;border-top:1px solid #a5a5a5;border-right:1px solid #a5a5a5;content:'';transform:rotate(45deg);-webkit-transform:rotate(45deg);display:inline-block;margin-left:10px;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; display:none;}

.idxTwoRight{width:570px;}



.fz22{font-size:22px}
.idxTwoRight .idxUl{padding-top:29px}
.idxUl{ margin-left:20px; margin-top:10px; min-height:275px}
.idxUl li{ width:50%; float:left;}
.idxUl li a,.six_idx_ul li a{height:55px;line-height:55px}
.idxUl li a i{
	color:#a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.idxUl li a span,.six_idx_ul li a{color:#000;position:relative;width:100%;display:inline-block}

.idxUl li a:hover span,.six_idx_ul li a:hover{color:#b81c22; font-weight: 550;}


.six_idx_ul li a::before{width:8px;height:8px;background:#b81c22;content:'';display:inline-block;float:left;margin-top:25px;margin-right:8px;border-radius:4px;}
.idxTwoRightSwiper{ }

.idxFour_left{padding:0 30px 38px;box-sizing:border-box;width:66.2%}
.ml20{ margin-left:20px;}
.idxTit a:after{ display:none;}
.idxTit h6 i{ margin-left:15px; margin-right:10px;}

.idxTit{border-bottom:1px solid #e9e9e9;height:70px}

.six_div{width:calc((100% - 40px) / 3);box-sizing:border-box;margin-left:20px;margin-bottom:20px}
.six_div:first-child{margin-left:0}
.six_idx_ul li a{max-width:100%}
.six_idx_ul{padding:15px 0; margin-left:20px;}
.index_eight{margin-bottom:20px}
.index_eight li{width:16.6%;text-align:center}
.index_eight li a{position:relative;padding:29px 0 20px}
.index_eight li a:after{width:100%;height:0;content:'';position:absolute;top:0;background:#f8fafd;left:0;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
.index_eight li a::before{width:1px;height:100%;content:'';position:absolute;left:0;top:0;background:#d7d9dc;z-index:2}
.index_eight li a span.ico{border:2px solid #1d69b2;width:78px;height:78px;margin:auto;position:relative;border-radius:50%;z-index:2}
.index_eight li a span.ico img{width:45px}
.index_eight li a span.ico i{position:absolute;width:45px;top:50%;margin-top:-22.5px;left:50%;margin-left:-22.5px}
.index_eight li:first-child a::before{display:none}
.index_eight li a span.name{line-height:35px;color:#0056a8;padding-top:18px;position:relative;z-index:2}
.index_eight li a:hover:after{height:100%}
.index_eight li a:hover span.ico{background:#1d69b2}


.new-down{ margin:40px 0;}
.new-down li{
    width:420px;
	float:left;
	overflow:hidden;

}
.new-down li:nth-child(2){ text-align:center; margin:0 20px}
.new-down li:nth-child(3){ text-align:right; float:right}

.new-down li a{

    display: block;

    overflow: hidden;

}

.new-down li img{

    display: block;

    width: 100%;

    transition: all 0.3s;

}

.new-down li img:hover{

    transform: scale(1.1);

}




footer{ background:#b81c22; padding:30px 0}
footer .copyright{background:url(2025xxdj_dzjg.png) left center no-repeat; text-align:center; padding:20px 0; color:#fff; line-height:32px;}

.index_tp{ margin-top:20px; margin-bottom:20px; margin-left:auto; margin-right:auto;}
.index_tp .nrc{}
#team{
	width:100%;  margin-top:20px;
}
#team.hydw{ margin-top:0px;}
#team li{ list-style-type:none;}
#team  LI{  text-align:center; background-color:#fff;  text-align:center;transition:all 0.4s ease-in-out 0s;}
#team  LI .nr{ width:100%;  float:left; background-color:#fff;}
#team  LI .nr dd{ width:100%; overflow:hidden;  position:relative; display:block; overflow:hidden;transition:all 0.4s ease-in-out 0s;}

#team  LI .nr dd img{ width:100%; height:183px;}
#team  LI .nr .qt{ width:90%; padding:2% 5%; margin-top:0.5%; text-align:center; background-color:#f9f9f9;}
#team  LI .nr dd h5{overflow:hidden; text-align:left;
    text-overflow: ellipsis;padding-top:5px;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;line-height:2; width:100%;}
#team  LI .nr .qt h5{  color:#444;overflow:hidden;

    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;line-height:2;font-weight:bold;}
#team  LI .nr .qt p{ height:50px; text-align:left; margin-top:2%;font-weight:normal; line-height:25px;overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; color:#777; }
#team  LI .nr .qt h4{ text-align:right; margin-top:2px;}
#team  LI:hover .nr dd h5{ font-weight:bold;}
#team  LI:hover .nr qt h5{color:#0056a8;}
#team  LI .nr .qt span{ display:inline-block; text-align:center; font-weight:normal;border:#0056a8 solid 1px; color:#0056a8; width:60px; height:25px;border-radius:5px; text-transform:uppercase; line-height:25px; font-size:12px; margin-top:2.5%;margin-bottom:5px;}
#team  LI:hover .nr .qt span{ background-color:#0056a8; border:#0056a8 solid 1px; color:#fff;}

#team .owl-controls .owl-dots .owl-dot{ margin-top:0.2%;}
#team .owl-controls .owl-dots .owl-dot span{transition:all 0.4s ease-in-out 0s;
width:8px;height:8px;margin:12px 5px; background-color:#C7C7C9;border-radius:10px;
}
#team .owl-controls .owl-dots .owl-dot.active span,#team .owl-theme .owl-dots .owl-dot:hover span{background-color:#b81c22; width:24px}
#team .owl-controls .owl-nav{filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#team:hover .owl-controls .owl-nav{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1}
#team .owl-controls .owl-nav .owl-next,#team .owl-controls .owl-nav .owl-prev{ position:absolute; background:none; background-color:rgba(0,0,0,0.4); top:35%; margin-top:-20px; width:40px;height:40px; line-height:0px; font-size:0px;background-size:100% auto;}
#team.spzl .owl-controls .owl-nav .owl-next,#team.spzl  .owl-controls .owl-nav .owl-prev{ top:38%; margin-top:-20px;}
#team .owl-controls .owl-nav .owl-next{ 
	left:0px;
	background-image: url(2025xxdj_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#team .owl-controls .owl-nav .owl-prev{
	right:0px;
	background-image: url(2025xxdj_next.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.fz25{font-size:25px}
main{ margin:10px 0;}
.weizhi {background: url(2025xxdj_wz.png) no-repeat 5px 18px #fff; height:40px; line-height: 50px; padding-left: 25px; font-weight:normal; font-size:16px; color:#969696; border-bottom:3px solid  #B81C22; }
.weizhi a { color: #969696; }

.newslist {}
.newslist ul { margin: 30px 65px }
.newslist li { overflow: hidden; position: relative; transition: all .8s; padding:30px 0; background: #fff; margin-bottom: 20px; border-bottom:2px solid #ccc; }
.newslist li i { display: block; max-width: 350px; max-height: 196px; background: #ccc; overflow: hidden; float: left; margin-right: 20px; }
.newslist li i img { width: 100%; min-height: 100%; transition: all .6s; }
.newslist li .list1{ height:142px; overflow: hidden;}
.newslist li h2 { line-height:36px; font-size: 24px; font-weight:bold; color:#000; }
.newslist li p { margin: 10px 0;color: #969696; font-size: 16px; line-height: 30px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; text-indent:2rem; }
.newslist li:hover { box-shadow: 0px 12px 8px -12px #c0bebe; }
.newslist li h2:hover { color: #B81C22; }
.newslist li img:hover { transform: scale(1.1); }
.newslist li .date { color: #969696; font-size: 16px; margin: 30px 0 0 0; line-height: 24px; }

.newslist li a.read_more {background: url(2025xxdj_fx.png) no-repeat left 0px center; color: #969696;font-size: 22px;padding-left:30px;float: right;}




.pagebar { padding:20px; text-align:center; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover,.pagination a.page-num-current {
  color: #fff;
  background: #b81c22;
  border: 1px solid #b81c22;
}

.newsinfo {}
article {
	background: #fff;
	margin: 35px 65px;
}
article h1 { color: #000; font-size: 26px; margin: 40px 0; text-align:center; font-weight:bold; line-height:36px; }
.wz_info{ height:40px;margin-bottom: 20px; border-bottom: #dbdbdb 1px solid; font-size:16px; color:#666}
.wz_info .date {line-height: 28px;}
.wz_info .date span { margin: 0 20px 0 0 }
.wz_info .date span a { color: #666; }


/* .article-attr .llcs b{color:#8d0707;} */

.article-attr-r{float: right;position: relative;}
.fontsize{display: inline-block; line-height: 35px;  margin-right: 12px; float: left;}
.fontsize a{cursor: pointer; color:#969696;}
.fontsize a:hover{color: #333;}
.fontsize a{display: inline-block; width: 30px; height: 28px; line-height: 28px; border: transparent 1px solid; text-align: center; border-radius: 3px; color:#999}
.fontsize a.on{color: #B81C22; font-weight:bold}
.fenxiang{display: inline-block; line-height: 35px;  margin-right: 12px; float: left;}
/*分享必要样式*/
.detail_share {margin: 14px 24px 0 0;}
.bdsharebuttonbox{margin-top:7px;}
.u-shear{margin-top: 12px;}
.share-main{position: relative;height: 36px; line-height: 36px;}
.share-bar a{margin-right: 6px; float: left; display: block; width: 26px; height: 26px; background:#c9c9c9 url(2025xxdj_ico_share.png) no-repeat; border-radius: 50%; margin-left: 13px; margin-top: 5px;}
.share-bar span{float: left; color: #888888;}
.share-bar a:hover {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
.share-bar .share-weixin{background-position: -30px;}
.share-bar .share-weixin:hover{background-color: #1fbc7d;}
.share-bar .share-tsina{background-position: -65px;}
.share-bar .share-tsina:hover{background-color: #fc7354;}
.share-bar .share-qzone{background-position: 4px;}
.share-bar .share-qzone:hover{background-color: #fc7354;}
.weixin-share-open{position: absolute; margin-top: 50px; right: 0; display: none; z-index: 1;}
.weixin-wrap{position: relative; padding: 10px; width: 212px;border: 1px solid #ddd;background-color: #fff;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}
.detail_share {margin: 14px 24px 0 0;}


.article-ewm{text-align: center; margin-top:40px}
.article-ewm p{line-height: 40px; font-size:16px; margin-top:10px;}
.xl_ewm{margin-top: 10px;}
.xl_ewm img{margin: 0 auto;}
.article-fj-bt{color:#0E72CD;font-weight:600;font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.article-fj-list{font-size: 18px;line-height: 30px;margin-bottom: 30px;}


.content { font-size: 16px; line-height: 32px; word-break: break-all; color:#333; }
.content p {margin: 10px 0;}
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; padding-left: 14px; font-size: 16px; margin: 20px 0; text-indent: 1em; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }

.info-pre-next { line-height: 34px; overflow: hidden; margin-top:20px; }
.info-pre-next p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 45%; float: left; font-size:16px; }
.info-pre-next p:nth-child(2) { text-align: right; float: right; }
.info-pre-next a { margin-left: 10px; }



@media screen and (min-width:761px){
	.sp_nav,.mlogo{ display:none}
}
@media screen and (max-width:760px){
	body{ max-width:100%; overflow-x:hidden; font-weight:normal;}
	h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
	.pc{ display:none !important}
	.w_1400 {
	width: 98%;
	max-width: 100%;
	overflow:hidden;
}
.mlogo{height:160px;}
	.w_1000 {
	max-width: 100%;
}
.w_900 {
	max-width: 100%;
}
header {
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
}

header .top {
	width: 70%;
	text-align: left;
	padding:10px 0;
	float:left;
}	
header .top img{max-width:100%; height:40px;}
header .logo {
	width: 100%;
	text-align: center;
	padding:0;
	float:left;
}

header .logo .fl img{width:70%;}
header.fixed{ height:60px; }

header.fixed  .logo {
	width: 70%;
	text-align: left;
	padding:0;
	float:left;
}
	
header.fixed .top{ display:none }
header.fixed .logo .fl img{max-width:100%; width:auto; height:50px; padding-left:5px; padding-bottom:10px;}	
header .logo .fr{ display:none}
	
header.fixed{ position: fixed; top:0;}	
.sp_nav {
	width: 50px;
	position: absolute;
	cursor: pointer;
	height: 30px;
	top: 18px;
	right: 10px;
}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
nav{position: fixed; display:none;;z-index:1000;background:#b81c22;width:100%;height:66%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; min-height:530px;}
nav ul {
	width:100%;
}
.nav_show{top:60px; display:block}
nav ul li{border-bottom:1px #E02630 dashed;margin-left:20px;position:relative;line-height:40px;font-size:14px; width:calc(100% - 40px) !important; height:40px !important; line-height:40px !important; float:left;}
.indexad {
	margin: 10px 0;
}
.search {
	border: 1px solid #fff;
	width:80%;
	margin-top: 25px;
	margin-right: 10%;
}	
.topnews li p {
	display: none;
}
.gdgg { padding-right:10px; margin-top:5px;}
.gdgg a {
	font-size: 16px;
}
.topnews{ overflow: hidden;
	text-overflow: ellipsis;
}
.topnews li h2 {
	font-size: 22px;
	line-height: 30px;
	padding: 0 10px;
	height: 90px;
}
.topnews li p {
	display: none;
}

.tabs li {
	margin-right:80px;
}
.tabs li a, .idxTit h6 {
	font-size: 16px;
}

main {
	margin-top:160px;
}
main.fixed{
	margin-top: 70px;
	transition: all 1s;
}	
.idxTwoLeft,.idxFour_right,.idxFour_left,.six_div,.foot_add,.foot_add span,.psgLink .link,.list_form .w_30,.p4_two,.p3_one,.p3_two .six_div,.p5TwoDiv,.child_one,.child_two,.child_three,.child_five,.child_six,.child_seven,.childfooter_line .foot_add,.child_form .w48,.child_form label,.child_form input[type=text],.child_form textarea,.child_form .w48 .laydate-icon,.child_form .w48 select{width:100%}

.six_div {
	margin-bottom: 10px;
}
.fz35{font-size:20px}
.fz25{font-size:18px}
.fz18{font-size:14px}
.fz22{font-size:14px}
.idxTwoLeft .img,.child_one a span.img{padding-bottom:65%}
.idxTwoRight{margin:0; margin-top:10px;width:100%}
.idxTwoRight .tabs,.idxTit,.location h5{line-height:50px}
.idxTit{height:50px;}
.idxTwoLeft span.title i{width:85%;line-height:50px;padding-top:0}
.idxTwoRight .idxUl,.index_eight li a span.name,.list_tuwen dl dd{padding-top:10px}
.idxUl li a,.six_idx_ul li a,.list_form input[type=text],.list_form textarea,.list_form label,.list_form .yzm input[type=text]{height:35px;line-height:35px}

.idxTwoLeft span.title,.fiveleft,.fiveright{height:50px}
.idxpage{bottom:17px !important}
.idxpage span.swiper-pagination-bullet{width:8px !important; height:8px;margin:0 3px !important}
.idxFour_right{margin-left:0;margin-top:20px}

.six_div,.list_tuwen dl dt,.p5OneUl li:nth-child(odd),.p5TwoDiv,.child_three,.child_six{margin-left:0}
.six_div .six_idx_ul,.index_eight li a{padding:15px 0}

.index_eight li:nth-child(1),.index_eight li:nth-child(2),.index_eight li:nth-child(3){border-bottom:1px solid #d7d9dc}
.index_eight li{width:33.33%}
.index_eight li:nth-child(4) a::before{display:none}
.fz20{font-size:14px}
.new-down {
	margin: 10px 0;
}
.new-down li {
	width: 100%;
	margin:5px 0;
}
.new-down li:nth-child(2) {
	margin: 0;
}
.weizhi {
	background: url(2025xxdj_wz.png) no-repeat 5px 7px #fff;
	line-height: 30px;
	height:30px;
	font-size:14px;
	overflow:hidden;
}
.newslist ul {
	margin:1% 3%;
}
.newslist li {
	padding: 10px 0;
}
.newslist li i {
	width: 100%;
	height: auto;
	margin-right: 0px;
	max-height: 180px;
}
.newslist li .list1 {
	height: auto;
	float:left;
}

.newslist li h2 {
	line-height: 32px;
	font-size: 20px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp:3;
	
	
	
}
.newslist li p {
	font-size: 14px;
	line-height: 24px;
	-webkit-line-clamp: 2;
}
.newslist li .date {
	font-size: 14px;
}

.newslist li a.read_more {
	font-size: 16px;
	padding-left: 25px;
	background-size:18px;
}

.pagebar {
	padding: 0;
}
.pagebar .pagination {
	display: block;
}
.pagination a {
	padding: 0 8px;
	margin-bottom:10px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
}


article {
	margin: 3%;
}
article h1 {
	font-size: 24px;
	line-height: 32px;
}
.wz_info {
	height: 70px;
	font-size: 14px;
}
.wz_info .date {
	width: 100%;
}
.wz_info .date span {
	margin: 0 10px 0 0;
}
.article-attr-r {
	width: 100%;
}
.share-bar a {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.fenxiang {
	margin-right: 0;
	float: right;
}
.article-ewm{ display:none}


.info-pre-next p {
	width: 100%;
}
.info-pre-next p:nth-child(2) {
	text-align: left;
}
.info-pre-next a {
	margin-left: 0px;
}



.fz16{font-size:12px}
.fz50{font-size:40px}

.idxUl li a span,.six_idx_ul li a{max-width:calc(100% - 15px)}

footer {
	background: url(2025xxdj_dzjg.png) 20px center #b81c22 no-repeat;
	padding:20px 0;
}
footer .copyright {
	background: none;
	padding: 20px 50px;
	line-height:26px;
}
footer .copyright span{ display:block}

.idxUl {
	min-height: 210px;
	max-height:210px;
	overflow:hidden;
}
.idxUl li {
	width: 100%;
}
.idxFour_right .idxUl li a,.idxUl li a,.six_idx_ul li a{height:35px;line-height:35px}
.idxUl li a span::before,.six_idx_ul li a::before{margin-top:13px;}

#team LI .nr dd img {
	height: 123px;
}





}