/*插件样式，如果有多个一样的只留一份*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/*@media(max-width:768px){*/
    /*.fp-tableCell {*/
        /*display: table-cell;*/
        /*vertical-align: top;*/
        /*width: 100%;*/
    /*}*/
/*}*/


.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.fp-controlArrow.fp-prev {
    left: 6%;
    background: url(../images/ico_btn.png) no-repeat; width: 50px; height: 50px;
    border: none;


}
.fp-controlArrow.fp-next {
    right: 6%;
    background: url(../images/ico_btn.png) no-repeat; width: 50px; height: 50px;
    border: none;background-position: -50px 0;
}


.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.ab_box{ min-height: 360px;}

/*
 .Other002373 为demo编号
 */
.Other002373{ background: #fff;}
.Other002373 .header{ padding: 0 2%; position: fixed; width: 100%; top:0; overflow: hidden; z-index: 110;}
.Other002373 .header .logo{ float: left; max-width:80px; padding: 10px 0; position: relative; z-index: 60;}
.Other002373 .header .MenuIcon{ position:absolute; width: 42px; height: 42px; border-left: 1px solid rgba(240, 130, 0,.3); border-right: 1px solid rgba(240, 130, 0,.3); right: 2%; top: 50%; margin-top: -21px; z-index: 60; cursor: pointer;}
.Other002373 .header .MenuIcon:before,
.Other002373 .header .MenuIcon:after{ content: ""; position: absolute;  width: 70%; height: 1px;background-color:#f08200; -moz-opacity:0.3; opacity: 0.3; filter:alpha(opacity=30);}
.Other002373 .header .MenuIcon:before{ top: 0; right: 0;}
.Other002373 .header .MenuIcon:after{ bottom: 0;left: 0;}
.Other002373 .header .MenuIcon span,
.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after{ position: absolute; width: 70%; height: 2px; background-color:#f08200; left: 15%;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
}
.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after{ content: ""; width: 100%; left: 0;}
.Other002373 .header .MenuIcon span{ top: 20px;}
.Other002373 .header .MenuIcon span:before{ top: -10px;}
.Other002373 .header .MenuIcon span:after{ top: 10px;}
.Other002373 .header .MenuIcon.open span{  height: 0;}
.Other002373 .header .MenuIcon.open span:before{ top: 0; transform: rotate(45deg);}
.Other002373 .header .MenuIcon.open span:after{ top: 0; transform: rotate(-45deg);}

.Other002373 .header nav{ top: 0; width: 0;background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important; filter:Alpha(opacity=50); background:#fff; left: auto; right:-100%; overflow: hidden; opacity: 0; height: 0;}
.Other002373 .header nav ul{ position: relative; z-index: 5;}
.Other002373 .header nav ul li>a{ display: block; font-size: 15px; color: #333; padding: 10px 25px;}
.Other002373 .header nav.show{ right: 0; opacity: 1; width: 100%;}
.Other002373 .header nav ul li.aon>a{background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=50);
    background: #fff;
    color: #f08200;
    border-bottom: 2px solid #f08200; }



.Other002373 .header-right{ position:absolute; top:50%; transform:translateY(-50%); right:23%; z-index: 100; }
.Other002373 .select dd{ float:left;  position:relative;}
.Other002373 .select dd span{ display:block; padding:0 24px 0 10px; background:url(../images/Top002503_icon.png) no-repeat 84% center;color:#f08200; cursor:pointer; position:relative; z-index:3; line-height:30px;}
.Other002373 .select dd:last-child .sharethis-inline-share-buttons{  opacity:0 !important; position:absolute; left:0; top:0; width:100%; height:100%; display:block !important;}
.Other002373 .select dd:last-child .sharethis-inline-share-buttons .st-btn{ width:100%;}
.Other002373 .select dd .lan{ position:absolute; left:0; top:-5px; background:#f08200; width:100%; border-radius:5px; border:1px solid #f08200; overflow:hidden; padding-top:30px; z-index:1;}
.Other002373 .select dd .lan b {font-weight: normal;display: block;}
.Other002373 .select dd .lan b a{ display:block; padding:2px 10px;color:#fff; transition:0.3s;}
.Other002373 .select dd .lan b a:hover{ background:#fff; color:#f08200;}
.Other002373 .select dd:nth-child(1).on span{ color:#fff; background-image:url(../images/Top002503_icon_hover.png);}
.Other002373 .select dd:nth-child(2){ position:inherit;}




.Other002373 #fullPage{
    height: 100%;
    position: relative;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}
#fp-nav ul li+li{ position: relative; margin-top: 30px;}

#fp-nav ul li+li:before,
#fp-nav ul li+li:after,
#fp-nav ul li+li a:before{ content: ""; position: absolute; width: 2px; height: 2px; background: #8e8e8e; left: 50%; margin-left: -1px;}
#fp-nav ul li+li:before{ top: -28px;}
#fp-nav ul li+li:after{ top: -18px;}
#fp-nav ul li+li a:before{ top: -8px;}
#fp-nav ul li a span{display: block; width: 6px; height: 6px;border-radius: 0; background-color: #c1c1c1; position: static; margin: 0 auto;}
#fp-nav ul li a.active,#fp-nav ul li:hover a.active {  border: 1px dotted #f08200; padding: 2px 0 0 0;}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span{  background-color:#f08200; border-radius: 0 !important;  margin: 0 auto;
 width: 6px;  height: 6px;}
.Other002373 .section .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; background-position: center; background-repeat: no-repeat; background-size: cover;}
/*.Other002373 .section .sj-bg{display: none;}*/
.Other002373 .page1 .bg{ position: relative;}
.Other002373 .page1 .bg .tit_box{ display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;}
.Other002373 .page1 .bg .tit_box .con{ display: block; width: 100%; position: absolute;  color: #fff; top: 26%; text-align: center; }
.Other002373 .page1 .bg .tit_box .con h3{ font-size: 56px; margin: 0; margin-bottom: 15px;}
.Other002373 .page1 .bg .tit_box .con p{ font-size: 28px; font-weight: normal; margin: 0;}

.anition{-webkit-animation: figure01 ease-in-out 2s;animation: figure01 ease-in-out 2s;}
.yuanquan{width: 100%;transition: 2s all;transform: rotate(180deg);width: 595px;}
.yuanquan{transform: rotate(0deg);}
.fp-controlArrow.fp-prev{ left: 6%;}
.fp-controlArrow.fp-next{ right: 6%;}




@media only screen and (max-width:1024px ) {
    .Other002373 .section .sj-bg{display: block;background-size: 100% 100%; background-repeat: no-repeat;height: 100%;z-index: 3;background-position: center;}
    .Other002373 .section .bg{ background-image:none !important; }
    .Other002373 .page1 .bg .tit_box .con h3{ font-size: 24px;}
    .Other002373 .page1 .bg .tit_box .con p{ font-size: 16px;}
    .Other002373 .page1 .bg .tit_box{ max-width: inherit; left: 10%; width: 80%;transform: translate(0,0) ;top: 28%;}

}
@media only screen and (max-width:320px ) {
    .Other002373 .page1 .bg .tit_box .con h3{ font-size: 24px;}
    .Other002373 .page1 .bg .tit_box .con p{ font-size: 16px;}
}



@media only screen and (min-width:1024px ) {
.Other002373 .header{ padding: 0 18.75%; }
.Other002373 .header .logo{ padding:14px 0;}
.Other002373 .header .MenuIcon{ right:18.75%; display: none;}
.Other002373 .header nav{ position: absolute;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;}
.Other002373 .header nav ul{padding-left:28%; width: 100%;}
.Other002373 .header nav ul li{ float: left;}
.Other002373 .header nav ul li>a{padding:48px 25px;}
.Other002373 .header nav.show{ height:118px; width: 100%;}
.Other002373 .header nav{ right: 0; opacity: 1; height:118px; width: 100%;}
.Other002373 .header nav ul li.onnav>a,
.Other002373 .header nav ul li>a:hover{background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important; filter:Alpha(opacity=50); background:#fff; color:#f08200; border-bottom:2px solid #f08200;}
}


@media only screen and (max-width:1800px ) {
	.Other002373 .header nav ul li>a{padding: 48px 20px;}
    .Other002373 .header .MenuIcon{ right: 14%;}
    .Other002373 .header-right{ right: 18%}
}





@media only screen and (max-width:1600px ) {
    .Other002373 .header{padding: 0px 12%;}
    .Other002373 .header .MenuIcon{ right: 12%;}
    .Other002373 .header-right{ right: 16%}
}
@media only screen and (max-width:1440px ) {
    .Other002373 .header nav ul{ padding-left: 20%;}
}

@media only screen and (max-width:1366px ) {
    .Other002373 .header{padding: 0px 6%;}
    .Other002373 .header .MenuIcon{ right: 6%;}
    .Other002373 .header-right{ right: 10%}
    .Other002373 .header nav ul{ padding-left: 22%;}
}



@media only screen and (max-width:1300px ) {
	.Other002373 .header nav ul li>a{padding:48px 12px;}
}

@media only screen and (max-width: 1023px) {
	.Other002373 .header{ overflow: visible;}
	.Other002373 .header nav{background:rgba(42, 42, 42, 1.0) !important ; filter:Alpha(opacity=100); background:#2a2a2a; z-index: 50;
	box-shadow:0px 0px 10px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.5);
	transition: right .5s ease-in-out;
-webkit-transition: right .5s ease-in-out;
-moz-transition: right .5s ease-in-out;
-ms-transition: right .5s ease-in-out;
	}
	.Other002373 .header nav.show{ height: 100%; position: fixed; width: 50%; max-width: 300px; min-width: 200px; padding-top: 70px;}
	.Other002373 .header nav ul li>a{ padding: 10px 15px; color: #fff;}
	#fp-nav.right{ right: 5px;}
    .Other002373 .header-right{ top: 5%; left: 5%;}
	.Other002373 .header nav ul{padding-left:0;}

}



@keyframes firstPart {
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
{
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

.Other002373 .mousetip {
	background: url(../images/Other002373-mousetip.png) no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -31px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}
.Other002373 .mousetip.up{ background-image: url(../images/Other002373-mousetip_up.png);}

.Other002373 .mousetip1 {
	background: url(../images/Other002373-mousetip1.png) no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -31px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}
.Other002373 .mousetip1.up{ background-image: url(../images/Other002373-mousetip_up1.png);}



















/*Floor002059 */
.Floor002059{  position: relative; z-index: 100;}
.Floor002059 .auto{ padding: 0 4%;}
.Floor002059 .title{ padding:0;text-align:center; margin-bottom:3%; overflow:hidden; }
.Floor002059 .title h1{margin: 0; font-size:30px;color:#3c3c3c; font-weight: normal; background: url(../images/tit-bj.png) bottom center no-repeat; padding-bottom: 26px; margin-bottom: 10px; }
.Floor002059 .title p{ font-size:14px; color:#666; line-height:24px; max-width:800px; margin:0 auto;}
.Floor002059 li{ float:left; width:46%;  margin-right:8%; margin-top:3%; position:relative; padding-bottom:40%; box-shadow:0 2px 10px #ccc; border-radius:6px;}
.Floor002059 li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor002059 li figure,
.Floor002059 li div{ position:absolute; left:0; width:100%;}
.Floor002059 li figure{ height:58%; transition:top 0.3s; top:0; border-radius:6px 6px 0 0;}
.Floor002059 li figure img{ display:none;}
.Floor002059 li div{ background-color:#fff; bottom:0; height:44%; padding:0 5%; transition:0.3s; border-radius:0 0 6px 6px ;}
.Floor002059 li div:before{ position:absolute; content:'';  width:24px; height:24px; bottom:20px; left:50%; margin-left:-12px;}
.Floor002059 li aside{ position:absolute; top:56%; margin-top:-50px; z-index:10; left:50%; width:100px; height:100px; margin-left:-50px;text-align:center; border-radius:50%; background-color:#fff; overflow:hidden;transition:0.3s;}
.Floor002059 li aside img{ display:block; width:100%; height:100%;}
.Floor002059 li aside img.hover{ display:none;}
.Floor002059 li h5{ margin:0 0 15px 0; font-size:16px; text-align:center; padding-top:12%;}
.Floor002059 li p{ line-height:24px; overflow:hidden; height:72px; margin:0;}
.Floor002059 li:hover div{ color:#fff;background:#f08200;}
.Floor002059 li:hover figure{top:-3%;}
.Floor002059 li:hover div{ bottom:-3%;height:50%;}
.Floor002059 li:hover div:before{background:url(../images/Floor002059-more.png) no-repeat;}
.Floor002059 li:hover aside{background:#f08200; top:54%;}
.Floor002059 li:hover aside img{ display:none;}
.Floor002059 li:hover aside img.hover{display:block;}
@media(min-width:769px){
.Floor002059 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:1000px) and (min-width:769px){
.Floor002059 li p{ height:48px;}
.Floor002059 li aside{ margin-top:-35px; width:70px; height:70px; margin-left:-35px;}
}
@media(max-width:768px){
    .Floor002059{ padding-top: 3%;}
.Floor002059 ul{ margin:0 auto; max-width:400px;}
.Floor002059 li{ float:none; width:auto; padding-bottom:100%; margin:0 0 5% 0;}
    .Floor002059 .title h1{ font-size: 24px;}
    .Floor002059 li h5{ padding-top: 18%;}
    #fp-nav.right{ display: none;}
    .Other002373 .mousetip{ display: none;}

    .Other002373 .header .logo{ max-width: inherit; width: 15%;}
    .Other002373 .header{padding: 0px 2%;}
    .Other002373 .header .MenuIcon{ right: 2%;}

}

@media(max-width:320px){
    .Floor002059 li{padding-bottom: 125%;}
}





/*Floor002156 */
.Floor002156{  position: relative; z-index: 100;}

.Floor002156 .title{ padding:0;text-align:center; margin-bottom:1%; overflow:hidden; }
.Floor002156 .title h1{margin: 0; font-size:30px;color:#fff; font-weight: normal; background: url(../images/tit-bj1.png) bottom center no-repeat; padding-bottom: 26px; margin-bottom: 10px; }
.Floor002156 .title p{ font-size:14px; color:#fff; line-height:24px; max-width:800px; margin:0 auto;}

.Floor002156 .intro{ text-align:center;}
.Floor002156 .intro p{ max-width:1000px; margin-left: auto; margin-right:auto; margin-bottom:5%; color:#fff; line-height:30px;}
.Floor002156  .more{ text-align:center;}
.Floor002156  .more a{ display:inline-block; width:50%; transition:0.5s; border-radius:5px; max-width:220px; line-height:40px; background:#f08200; color:#fff; }
.Floor002156  .more a:hover{ max-width:270px;}










/*
 .Floor002367 为demo编号
 */
.Floor002367{  position: relative; z-index: 100;}
.Floor002367 .title{ padding:0;text-align:center; margin-bottom:4%; overflow:hidden; }
.Floor002367 .title h1{margin: 0; font-size:30px;color:#3c3c3c; font-weight: normal; background: url(../images/tit-bj.png) bottom center no-repeat; padding-bottom: 26px; margin-bottom: 10px; }
.Floor002367 .title p{ font-size:14px; color:#666; line-height:24px; max-width:800px; margin:0 auto;}

.Floor002367 .list{ overflow: hidden; margin: 0 -1%;}
.Floor002367 .list ul{ width: 100%;}
.Floor002367 .list li,
.Floor002367 .list li *{ transition: all .3s ease-in-out;}
.Floor002367 .list li .more{transition:none;}
.Floor002367 .list li img{ transition: transform 1s ease-in-out .05s;}
.Floor002367 .list li.li_li img{ max-height: 238px;}
.Floor002367 .list li.li_li .pic{ text-align: center;}
.Floor002367 .list li{ width: 100%; position: relative; }
.Floor002367 .list li .alink{ position: absolute; z-index: 6; width: 100%; height: 100%; display: block; top: 0; left: 0;box-shadow:0 0 5px #a5a5a5; }
.Floor002367 .list li .pic{ overflow: hidden;}
.Floor002367 .list li .layer{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;background:rgba(0, 0, 0, 0.35) none repeat scroll 0 0 !important;filter:Alpha(opacity=35); background:#000;}
.Floor002367 .list li .layer dl{ position: absolute; top: 50%;  transform: translateY(-50%); z-index: 5; color: #fff; text-align: center; width: 100%;}
.Floor002367 .list li .layer dt{ font-size: 20px; font-weight: normal;}
.Floor002367 .list li .layer dd{ font-size: 14px; padding:2%;}
.Floor002367 .list li .more{ position: absolute; z-index: 5; height: 29px; line-height: 29px; width: 97px; border-radius: 29px; display: block; background: #f08200; color: #fff; font-size: 14px; text-align: center; opacity: 0; right: 2%; top: 50%;transform: translateY(-50%);}
.Floor002367 .list li:hover .layer{ height: auto; padding: 15px 2%;}
.Floor002367 .list li:hover .layer dl{ float: left; position: static; text-align: left;transform: translateY(0);}
.Floor002367 .list li:hover .layer dt{ font-size: 20px;}
.Floor002367 .list li:hover .layer dd{ padding:0.5% 0;}
.Floor002367 .list li:hover .more{ opacity: 1;}
.Floor002367 .list li:hover img{ transform: scale(1.1);}
@media only screen and (max-width:767px ) {
    .Floor002367{ padding-top: 3%;}
    .Floor002367 .title h1{ font-size: 24px;}
.Floor002367 .list ul:first-child{ max-width: 386px; margin: 0 auto;}
.Floor002367 .list ul+ul{ margin-top: 20px;}
.Floor002367 .list ul+ul li{ float: left; width: 49%;}
.Floor002367 .list ul+ul li+li{ float: right;}
.Floor002367 .list li .layer dt{ font-size: 16px;}
.Floor002367 .list li:hover .layer dt{ font-size: 16px;}
.Floor002367 .list li .more{ line-height: 24px; height: 24px; width: 85px;}
}
@media only screen and (max-width:480px ) {
.Floor002367 .list ul{ max-width: 386px !important; margin: 0 auto;}
.Floor002367 .list ul+ul{ margin-top: 10px;}
.Floor002367 .list ul+ul li{ float: none; width: 100%;}
.Floor002367 .list ul+ul li+li{ float: none; margin-top: 10px;}
}
@media only screen and (min-width:768px ) {
.Floor002367 .list ul{ width: 33.3334%; padding: 0 1%; float: left;}
.Floor002367 .list ul+ul li+li{ margin-top: 5%;}
}





/*Floor002030 */
.Floor002030{ position: relative; z-index: 100;}
.Floor002030 dd{ position:relative; padding-left:50%; padding-right:0;}
.Floor002030 dd:nth-child(2){ padding-left:0; padding-right:50%;}
.Floor002030 dd figure{ position:absolute; left:0; top:0; width:50%; height:100%;}
.Floor002030 dd:nth-child(2) figure{ left:50%;}
.Floor002030 dd div{ padding:12% 0;}
.Floor002030 dd aside{ padding:0 9%; border-left:5px solid #f08200; color:#fff;}
.Floor002030 dd:nth-child(2) aside{ border-left:0;border-right:5px solid #f08200;}
.Floor002030 dd h1{ margin:0;  font-size:30px; letter-spacing:4px; color: #fff;}
.Floor002030 dd p{line-height:28px; overflow:hidden; height:72px; margin:3% 0; color: #b3b3b3;}
.Floor002030 dd i{font-style:normal; font-size: 16px;color:#f08200; font-weight: bold;}
.Floor002030 dd a{ display:inline-block; border:2px solid #fff; color:#fff; padding-left:3%; padding-right:70px; background:url(../images/Floor002030-more.gif) no-repeat 90% center; line-height:37px; transition:0.3s;}
.Floor002030 dd a:hover{ background-color:#f08200; border-color:#f08200;padding-right:50px;}
@media(max-width:1000px){
.Floor002030 dd h1{ font-size:28px;}
}
@media(max-width:640px){
.Floor002030 dd h1{ font-size:18px;}
.Floor002030 dd p{ line-height:20px; height:60px; font-size:12px;}
.Floor002030 dd{ padding:0 !important;}
.Floor002030 dd figure{ position:relative; left:auto !important; top:auto; width:auto; padding-bottom:50%; height:auto;}
    .Floor002156 .title h1{ font-size: 24px;}
}












/*Bottom002144 */
.Bottom002144{ background:#232222; padding:2.5% 0;text-align:center; font-size:14px; color:#8c8c8c; position: relative; z-index: 100;}
.Bottom002144 .share a{ display:inline-block; width:38px; height:38px; background:url(../images/Bottom002144-share.png) no-repeat 0 0; margin:0 10px;}
.Bottom002144 .share a:hover{ background-image:url(../images/Bottom002144-share_hover.png);}
.Bottom002144 .share a.wx{ position:relative; background-position:-59px 0;}
.Bottom002144 .share a.wx img{ position:absolute; bottom:100%; width:120px; height:120px; left:50%; margin-left:-60px; margin-bottom:10px; max-width:none; display:none;}
.Bottom002144 .share a.wx:hover img{ display:block;}
.Bottom002144 .share a.sina{ background-position:-118px 0;}
.Bottom002144 footer p{ line-height:26px;}
.Bottom002144 footer p a{ color:#999;}
.Bottom002144 footer p i{ margin:0 18px; width:1px; height:9px; background:#393939; display:inline-block;}
.Bottom002144 footer p span{ display:block;}
.Bottom002144 footer p span a{ text-decoration:underline; font-weight:bold; text-transform:uppercase;}
@media(max-width:640px){
.Bottom002144 .share{ padding-top:4%;}
}























/*Top002262*/
.Top002262 { background:rgba(255, 255, 255, 0.8) ; position:fixed; z-index: 100; width: 100%; left: 0;  box-shadow: 0 0 5px #ccc;}
.Top002262 .header-left{ float: left; width:30%; display:table; height:70px;max-width: 198px; padding: 1% 0;}
.Top002262 .logo{ display:table-cell; vertical-align:middle;}
.Top002262 .header-mid,
.Top002262 .header-right{ float:right;}
.Top002262 .header-mid{ margin-right:3%;}
.Top002262 .header-menu li{ width:auto !important;}
.Top002262 .header-menu li em{ position:relative;}
.Top002262 .header-menu li em a{ line-height:116px; position:relative; font-size:15px; color:#333; padding: 0 25px;}
.Top002262 .header-menu li:hover em a,
.Top002262 .header-menu li.aon em a{background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important; filter:Alpha(opacity=50); color:#f08200; }
.Top002262 .header-menu li em a::before{ position:absolute; content:''; left:50%;bottom: 0; transform:translateX(-50%);  height:3px; background:#f08200;width:0; transition:ease-in-out 0.3s;}
.Top002262 .header-menu li em a:hover::before,
.Top002262 .header-menu li.aon em a::before{width:100%;}
.Top002262 .header-menu li .sub{ width:130%; left:-15%;  overflow:hidden; }
.Top002262 .header-menu li .sub-menu{ padding:15px; text-align:center;}
.Top002262 .header-menu li .sub-menu dt{ border-bottom:1px solid #f2f2f2;}
.Top002262 .header-menu li .sub-menu dt:last-child{ border-bottom:0;}
.Top002262 .header-menu li .sub-menu dt a{color:#666; transition:0.3s;}
.Top002262 .header-menu li .sub-menu dt a:hover{ background:none; color:#f08200; }
.Top002262 .header-right  .dd,
.Top002262 .header-right .select{  float:left; padding:42px 0;}
.Top002262 .header-right .select dd{   position:relative;}
.Top002262 .header-right .select dd span{ display:block; padding:0 24px 0 10px; background:url(../images/Top002503_icon.png) no-repeat 84% center;color:#f08200; cursor:pointer; position:relative; z-index:3; line-height:30px;}
.Top002262 .header-right .select dd:last-child .sharethis-inline-share-buttons{  opacity:0 !important; position:absolute; left:0; top:0; width:100%; height:100%; display:block !important;}
.Top002262 .header-right .select dd:last-child .sharethis-inline-share-buttons .st-btn{ width:100%;}
.Top002262 .header-right .select dd .lan{ position:absolute; left:0; top:-5px; background:#f08200; width:100%; border-radius:5px; border:1px solid #f08200; overflow:hidden; padding-top:30px; z-index:1;}
.Top002262 .header-right .select dd .lan b {font-weight: normal;display: block;}
.Top002262 .header-right .select dd .lan b a{ display:block; padding:10px;color:#fff; transition:0.3s;}
.Top002262 .header-right .select dd .lan b a:hover{ background:#fff; color:#f08200;}
.Top002262 .header-right .select dd:nth-child(1).on span{ color:#fff; background-image:url(../images/Top002503_icon_hover.png);}
.Top002262 .header-right .select dd:nth-child(2){ position:inherit;}




@media(max-width:1200px){
.Top002262 .header-menu li em a{ padding: 0 14px;}
}


@media(max-width:1024px){
.Top002262 .header-menu ul{padding-left:0;}
.Top002262 #header-menu{ position:fixed; right:-100%; top:0; background:#000; z-index:100; padding-top:70px; width:70%; max-width:300px; height:100%; transition: ease-in-out 0.3s;}
.Top002262 #header-menu.header-menu-show{ right:0;}
.Top002262 #header-menu li em,
.Top002262 #header-menu li em a{ border-bottom:0;}
.Top002262 #header-menu li:nth-child(2n){ background:rgba(255,255,255,0.1);}
.Top002262 #header-menu li em a{ font-weight:normal;}
.Top002262 #header-menu li.has-sub em a{ background:url(../images/Top002262-icon.png) no-repeat 95% center;}
.Top002262 #header-menu li.clickon em a{ background-image:url(../images/Top002262-icon_up.png);}
.Top002262 #header-menu li .sub-menu{ padding:5%;}
.Top002262 #open_menu{ width:40px; height:30px;background:#f08200; margin-left:10px; position:relative; z-index:101; transition:background 0.3s;}
.Top002262 #open_menu i,
.Top002262 #open_menu i::before,
.Top002262 #open_menu i::after{ background:#fff; border-radius:3px;}
.Top002262 #open_menu i{ left:20%; width:60%;height:2px; margin-top:-1px;}
.Top002262 #open_menu.open_menu_on{ background:#000; position:fixed; right:2%;}
.Top002262 #open_menu.open_menu_on i{height:3px; margin-top:-1.5px;}
    .Top002262 .header-right  .dd,
    .Top002262 .header-right .select{  float:left; padding:0;}
    .Top002262{ position: inherit;}
    .siteTopStyle{ position: fixed;}
    .Top002262 .header-left{ height: auto;}
    /*.Top002262 .logo img{ width: 50%;}*/
    .Top002262 .header-left{ width: 10%;}
    .Top002262 .auto{ position: relative;}
    .Top002262 .header-right{ position: absolute; right: 2%; top:50%; margin-top: -15px;}

    .Top002262 .header-mid{top: 0; margin-right: 0;
        width: 0;
        background: #fff;
        left: auto;
        right: -100%;
        overflow: hidden;
        opacity: 0;
        height: 0;
        background: rgba(42, 42, 42, 1.0) !important;
        filter: Alpha(opacity=100);
        background: #2a2a2a;
        z-index: 50;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,.5);
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.5);
        transition: right .5s ease-in-out;
        -webkit-transition: right .5s ease-in-out;
        -moz-transition: right .5s ease-in-out;
        -ms-transition: right .5s ease-in-out;}
    .Top002262 .header-mid-show {
        right: 0;
        opacity: 1;
        height: 100%;
        position: fixed;
        width: 50%;
        max-width: 300px;
        min-width: 200px;
        padding-top: 70px;
    }
    .header-menu li em{ text-align: left;}
    .Top002262 .header-menu li em a{ padding: 10px 15px;color: #fff; line-height: normal;}


}

@media(max-width:768px){
    .Top002262 .header-left{ width: 15%;}
}

/*
 公用
 */

/*
 .Banner002291 为demo编号
 */
.Banner002291 { overflow: hidden;}
.Banner002291 span{ display: none;}
.Banner002291 img{ max-width: none; width: 155%; margin-left: -27.5%;}
@media only screen and (min-width: 768px) {
	.Banner002291 img{ width: 150%; margin-left: -25%;}
}
@media only screen and (min-width: 1024px) {
	.Banner002291 img{ width: 140%; margin-left: -20%;}
}
@media only screen and (min-width: 1200px) {
	.Banner002291{ height: 590px;}
	.Banner002291 img{ display: none;}
	.Banner002291 span{ display: block; background-position: center; background-repeat: no-repeat; height: 590px; width: 100%;}
}
/*
 .Menu001746 为demo编号
 */
.Menu001746{background: #fff;line-height: 45px;border-bottom: 1px solid #eaeaea;}
.Menu001746 li{ text-align: center;}
.Menu001746 li a{display: block; overflow:hidden;padding:0px 24px;line-height: 60px;height: 60px;color: #555;font-size: 16px;}
.Menu001746 li a:hover,
.Menu001746 li.aon a{background: #f08200;color: #fff}

.Menu001746 .auto{ position: relative;}

.Menu001746_1 .owl-nav{ display: block!important;}
.Menu001746_1 .owl-nav .owl-prev{ background: url(../images/o_icol.png) no-repeat; width: 11px; height: 20px; line-height: 100px; overflow: hidden;
    position: absolute; left: -15px; top: 20px;}
.Menu001746_1 .owl-nav .owl-next{ background: url(../images/o_icor.png) no-repeat; width: 11px; height: 20px; line-height: 100px; overflow: hidden;
    position: absolute;right: -15px; top: 20px;}

@media(max-width:680px){
    .Menu001746 li a{ padding: 0 5px; font-size: 14px; height: 50px; line-height: 50px;}
    .Menu001746_1 .owl-nav .owl-prev{ left: 5px;}
    .Menu001746_1 .owl-nav .owl-next{ right: 5px;}

}
@media(max-width:480px){

}

/*Page002221*/
.Page002221 a{ display:inline-block; margin:0px 2px; line-height:30px;}
.Page002221{ text-align:center; padding:0 0 4%;}
.Page002221 em{ font-style:normal; font-size:18px; display:inline-block; position:relative; top:-8px; padding:0 5px;}
.Page002221 em a{ margin:0 5px; color:#999;}
.Page002221 em a.a_cur,.Page002221 em a:hover{ color:#fe8200;}
.Page002221 .a{ width:76px; height:30px; border:1px solid #d8d8d8; border-radius:30px 0 0 30px;transition:all 0.33s ease-out 0s;}
.Page002221 .a_prev{ background:url(../images/Page002221-prev.png) no-repeat 40% center;width:76px; height:30px;border: 1px solid #d8d8d8;
    border-radius: 30px 0 0 30px;
    transition: all 0.33s ease-out 0s;}
.Page002221 .a_next{background:url(../images/Page002221-next.png) no-repeat 60% center;width:76px; height:30px;border: 1px solid #d8d8d8;
    border-radius: 0 30px 30px 0;
    transition: all 0.33s ease-out 0s;}
.Page002221 .a_prev:hover{  background-image:url(../images/Page002221-prev_hover.png); background-color:#fe8200; border-color:#fe8200;color:#fff;}
.Page002221 .a_next:hover{  background-image:url(../images/Page002221-next_hover.png); background-color:#fe8200; border-color:#fe8200;color:#fff;}

.Page002221 .p_cur{ display: none;}
.Page002221 .p_count{ display: none;}
.Page002221 .p_total{ display: none;}
.Page002221 .a_first{ display: none;}
.Page002221 .a_end{ display: none;}
.Page002221 .p_jump{ display: none;}

@media(max-width:480px){
.Page002221 .a{ width:56px;}

}
/*Page002221 End*/


.new_info{ min-height: 360px;}
.new_info .auto{ background: #fff; padding: 50px 0;}
.new_info .info .tit{ text-align: center; margin-bottom: 30px; border-bottom: solid 1px #f2f2f2; padding-bottom: 5px;}
.new_info .info .tit h3{ font-size: 18px; font-weight: normal; color: #fe8200}
.new_info .info .tit span{ font-size: 12px;color: #999;}
.new_info .info{ line-height: 24px;}
.new_info .info .con{ text-indent: 2em; text-align: justify;}

.info_back{ padding:1% 0; text-align:center; margin-top:5%;}
.info_back a{ width: 110px; cursor:pointer; color:#fff; display:inline-block; line-height: 30px; background: #fe8200;}
.info_prev_next{ border-top: 1px dashed #ccc; margin-top: 5%; padding-top: 3%;}
.info_prev_next span{ margin-top:5px; display:block; color:#a5a5a5;}
.info_prev_next span a{ color:#a5a5a5;}
.info_prev_next span a:hover{ color: #fe8200;}
@media(max-width:1200px){
    .new_info .auto{ padding: 3%; padding-bottom: 50px;}
}





/*
集团简介
*/
/*
RighInfo002519
*/
.RighInfo002519{ padding:3% 0;}
.RighInfo002519 p{line-height:28px; color:#666;;}
.RighInfo002519 .list_img_group{ margin:3% 0;}
.RighInfo002519 .list_img_group li{ text-align:center;}
@media(min-width:641px){
.RighInfo002519 .list_img_group li{ float:left; width:32.34375%;}
.RighInfo002519 .list_img_group li:nth-child(2){ width:33.828125%; margin:0 0.492578125%;}
}
@media(max-width:640px){
.RighInfo002519 .list_img_group li{ margin:2% 0;}
}













/*
发展历程
 */
/*
 .Timeline000397 为demo编号
 */
.Timeline000397{ position:relative; padding:4% 0;}
.Timeline000397 .line{width: 100%;height: 5px;background:#f5f5f5;position: absolute;left: 0;top: 50%; margin-top:-2px;z-index: 1;}
.Timeline000397 .auto{ position:relative; z-index:2; height:420px;}
.Timeline000397 .bd li{ float:left; width:300px; position:relative;height:420px;}
.Timeline000397 .prev,
.Timeline000397 .next{ width:24px; height:24px; position:absolute; top:50%; margin-top:-12px; background-image:url(../images/Timeline000397-arrow.png); background-repeat:no-repeat; z-index:10; cursor:pointer;}
.Timeline000397 .prev{ left:-50px; background-position:0 0;}
.Timeline000397 .next{ right:-50px; background-position:-25px 0;}
.Timeline000397 .prev:hover{left:-50px; background-position:-51px 0;}
.Timeline000397 .next:hover{right:-50px; background-position:-76px 0;}
.Timeline000397 .bd li .icon{ height:50%; background:url(../images/Timeline000397-icon1.png) no-repeat left bottom; width:12px; position:absolute; top:0; left:50%; margin-left:-6px; margin-top:-2px;}
.Timeline000397 .bd li.odd .icon{ top:50%; background-image:url(../images/Timeline000397-icon2.png); background-position:0 5px;}
.Timeline000397 .bd li div{ line-height:24px; overflow:hidden; max-height:90px;color:#999; position:absolute; width:100%; left:0; bottom:310px; font-size:14px; text-align:center;}
.Timeline000397 .bd li.odd div{ bottom:auto; top:310px;}
.Timeline000397 .bd li time{ position:absolute; width:100%; text-align:center; top:54%; color:#f08200; font-size:24px;}
.Timeline000397 .bd li.odd time{ top:38%;}
.Timeline000397 .prevStop,
.Timeline000397 .nextStop{ cursor:default;}











/*
 企业文化
 */

/*
 .RighInfo002226 为demo编号
 */
.RighInfo002226{ padding:3% 0 1%;}
.RighInfo002226 .dl{color:#617182;}
.RighInfo002226 .dl .h4{ font-size:18px; margin:0; position: relative; }
.RighInfo002226 .dl .h4::before{ position:absolute; content:''; left:0;bottom:-6px; height:2px; background:#f08200; width:30px; }
.RighInfo002226 .dl .h4 span{display:inline-block; padding-bottom:10px; color: #f08200;}
.RighInfo002226 .dl .con{ font-size:14px; padding:15px 0 30px; line-height:2.25;}
.RighInfo002226 .word{ float:left;}
.RighInfo002226 .pic{ float:right;}













/*
荣誉资质
*/
/*
PicList002120
*/
.PicList002120{padding:3% 0  1% 0;}
.PicList002120 li{ float:left; width:23.5%; margin-right:2%; margin-bottom:3%; border:1px solid #f1f1f1;}
.PicList002120 li a{ display:block;}
.PicList002120 li p{ margin:0;  line-height:46px; padding:0 2%; text-align:center; font-size:16px; color:#777;}
.PicList002120 li .table{ display:none;}
.PicList002120 li figure{padding-bottom:77%; background-size:contain;}
.PicList002120 li:hover{box-shadow: 0 3px 6px #ccc; border: none;}
.PicList002120 li:hover p{color:#f08200;}
@media(min-width:641px){
.PicList002120 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:640px){
.PicList002120 li{ width:48%; margin-right:4%;}
.PicList002120 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList002120 li p{ font-size:14px;}
}













/*
企业战略
*/
/*
RighInfo002218
*/
.RighInfo002218{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; padding:3% 0;}
.RighInfo002218 .box1{padding:15px 15px 15px 15px;color:#728391;font-size:14px;line-height:30px;background:#f8f8f8;}
.RighInfo002218 .box1 .pic{float:right;margin-left:5%;}
.RighInfo002218 .box1 .h3{font-size:18px;color:#f08200;margin:0 0 20px 0; font-weight:normal;}
.RighInfo002218 .box1 figure{ padding:6% 2%; color:#728391;}
.RighInfo002218 .box2{padding:15px 15px 15px 15px;color:#728391;font-size:14px;line-height:30px;background:#f8f8f8;margin-top: 30px;}
.RighInfo002218 .box2 .pic{float:left;margin-right:5%;}
.RighInfo002218 .box2 .h3{font-size:18px;color:#f08200;margin:0 0 20px 0; font-weight:normal;}
.RighInfo002218 .box2 h4{font-size: 16px;font-weight: normal;margin: 0;color: #009900}
.RighInfo002218 .box2 figure{ padding:1% 2%; color:#728391;}
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
}
/*RighInfo002218 End*/










/*
 公司实力
 */
/*PicList002146 */
.PicList002146{ padding:3% 0 1% 0;}
.PicList002146 li{ float:left; width:32%; margin-bottom:2%; margin-right:2%;}
.PicList002146 li:nth-child(3){margin-right:0;}
.PicList002146 li:nth-child(6){margin-right:0;}
.PicList002146 li a{ display:block; position:relative;}
.PicList002146 li h3{ margin:0;  font-size:16px; font-weight:normal;}
.PicList002146 li h5{ margin:0; text-align:center; font-size:18px; font-weight:normal;}
.PicList002146 li figure{ padding-bottom:70%;}
.PicList002146 li h3{ border:1px solid #e8e8e8;  padding:2% 24% 2% 4%; line-height:40px; position:relative;}
.PicList002146 li h3:before{ position:absolute; content:''; right:0; top:0; width:13%; height:100%; border-left:1px solid #e8e8e8; background:url(../images/PicList002146-more.gif) no-repeat center center;}

.PicList002146 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(240, 130, 0,0.9); z-index:10; transition:0.3s; color:#fff; }
.PicList002146 li a:hover .hover{ opacity:1;}
.PicList002146 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}

.PicList002146 li .hover h5{ margin-top:10px; line-height:22px; max-height:44px; overflow:hidden;}
.PicList002146 li .hover i{ display:block;  height:2px; background:#fff; width:30px; margin:10px auto;} 
.PicList002146 li .hover p{ font-size:13px; line-height:24px; margin:0; max-height:76px; overflow:hidden;}
@media(max-width:1366px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:16px;}
}
@media(max-width:1366px) and (min-width:1001px){
.PicList002146 li .hover p{ height:40px;}
}
@media(max-width:1000px){
.PicList002146 li{ width:48%; margin-left:1%; margin-right:1%;}
    .PicList002146 li:nth-child(3){ margin-right: 1%;}
}
@media(max-width:640px) and (min-width:376px){
.PicList002146 li .hover p{ height:40px;}
    .PicList002146 li .hover{ display: none; }
}
@media(max-width:480px){
.PicList002146 li h3,
.PicList002146 li .hover h5{ font-size:14px;}
.PicList002146 li .hover h5{ line-height:20px; max-height:40px;}
}
@media(max-width:375px){
.PicList002146 li{ float:none; width:auto;} 
}










/*
 团队实力
 */
/*
 .RighInfo001355 为demo编号
 */
.RighInfo001355{ padding:3% 0 1%;position: relative}
.RighInfo001355 h1{font-size:18px; color:#f08200; margin-top: 4%;}
.RighInfo001355 h2{font-size:24px; color:#f08200;}
.RighInfo001355 p{font-size:14px; line-height: 30px;}
.RighInfo001355 figure{float:right; width:45%; text-align: right;}
.RighInfo001355 .pic{position: absolute;top: 35%}

@media(max-width:768px){

    .RighInfo001355 .pic{ position: inherit; width: 100%;}
}


.RighInfo001355_1{ padding:3% 0 1%;position: relative}
.RighInfo001355_1 h1{font-size:18px; color:#f08200; margin-top: 4%;}
.RighInfo001355_1 h2{font-size:24px; color:#f08200; text-align: center;}
.RighInfo001355_1 p{font-size:14px; line-height: 30px; text-align: center;}
.RighInfo001355_1 figure{float:right; width:60%; }
.RighInfo001355_1 .pic{position: absolute;top: 35%}

.RighInfo001355_1 .con{ text-align: center; position: relative;}

@media(max-width:768px){

    .RighInfo001355_1 .pic{ position: inherit; width: 100%;}
}

/*
 .Floor001114 为demo编号
 */
.Floor001114{ padding-bottom:3%;}
.Floor001114 .title{ text-align:center; padding-bottom:1%;}
.Floor001114 .title h1{ margin:0; padding-top:30px; padding-bottom:20px; font-size:16px; color:#555;font-weight:normal}
.Floor001114 .title span{background-color:#f5f6f9; position:relative; display:inline-block; padding:0 5px; font-size:24px; color:#333; margin-top:-20px;}
.Floor001114 .title span::before{ position:absolute; content:''; width:26px; height:3px; background-color:#ed1919; left:50%; margin-left:-13px; bottom:-10px;}
.Floor001114 li{ float:left; width:24%; margin-right:1.33%; background-color:#fff;border-bottom:3px solid #ddd; position:relative; text-align:center;}
.Floor001114 li:hover{ border-bottom-color:#ed1919;}
.Floor001114 li:nth-child(4n){ margin-right:0;}
.Floor001114 li a,
.Floor001114 li .txt{position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor001114 li .txt{color:#fff;  padding:0 10%; text-align:left;background-color:rgba(0,0,0,0.5); z-index:2; transform:scale(0); transition:all ease-in-out 0.3s;}
.Floor001114 li a{ z-index:5;}
.Floor001114 li .Ispic{ display:block; padding-bottom:123%;}
.Floor001114 li h2{ font-size:16px; color:#333; margin:0; padding:20px 0;}
.Floor001114 li p{ color:#888; font-size:12px; margin:0; padding-top:10px;}
.Floor001114 li .txt article{ font-size:12px; line-height:24px; overflow:hidden; max-height:120px;}
.Floor001114 li .txt h3{ margin:0; font-size:18px;}
.Floor001114 li .table{ display:table; width:100%; height:100%;}
.Floor001114 li .table_cell{ display:table-cell; vertical-align:middle;}
.Floor001114 li:hover .txt{ transform:scale(1);}
@media(max-width:768px){
.Floor001114 li{ width:49%; margin-top:2%;}
.Floor001114 li:nth-child(4n){ margin-right:2%;}
.Floor001114 li:nth-child(2n){ margin-right:0;}
    .RighInfo001355 h1{ font-size: 16px;}
    .RighInfo001355 h2{ font-size: 18px;}
}
@media(max-width:375px){
.Floor001114 .title span{ font-size:20px; margin-top:-15px;}
}








/*
合作伙伴
*/
/*
PicList002171
*/
.PicList002171{ padding-top:3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;width: 100%; padding-top: 45%;}
.PicList002171 li img{ display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(240, 130, 0,0.95); opacity:0; transition:0.3s; z-index: 9;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}











/*
 产品中心
 */

/*
 .PicList000762 为demo编号
 */
.PicList000762{ padding-top:3%; min-height: 360px;}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block; background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:52%;}
.PicList000762 li a:hover{ background-color:#ee7700; }
.PicList000762 li a:hover h2{color:#fff;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}


.PicList000762_1{ padding-top:3%; min-height: 360px;}
.PicList000762_1 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762_1 li:nth-child(3n){ margin-right:0;}
.PicList000762_1 li a{ display:block; background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
.PicList000762_1 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;}
.PicList000762_1 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:52%;}
.PicList000762_1 li a:hover{ background-color:#ee7700; }
.PicList000762_1 li a:hover h2{color:#fff;}
@media(max-width:640px){
    .PicList000762_1 li{width:49%;}
    .PicList000762_1 li:nth-child(3n){ margin-right:2%;}
    .PicList000762_1 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
    .PicList000762_1 li h2{font-size:14px;}
}




/*
产品详情
 */
/*
 .RighInfo002225 为demo编号
 */
.RighInfo002225{padding:5% 0;}
.RighInfo002225 .item{}
.RighInfo002225 .wrap-content{}
.RighInfo002225 .item{ color:#323232; margin:0 auto; padding:15px 0; max-width:553px;}
.RighInfo002225 .item .word{ text-align:center; margin-bottom:15px;}
.RighInfo002225 .item .pic{ text-align:center;}
.RighInfo002225 .item .tit{ margin-top:0; font-size:24px; font-weight:normal; font-style:italic;}
.RighInfo002225 .item .tit em{ font-size:12px; display:block; padding-left:22px; text-transform:uppercase;}
.RighInfo002225 .item.first .tit{ font-style:normal; color:#323232; font-size:24px;overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;}
.RighInfo002225 .item .con{line-height:22px; position:relative; margin:0;}
.RighInfo002225 .item .con:before{ display:none;}
.RighInfo002225 .item.first .con .stit{ color:#323232; font-size:18px; text-transform:uppercase;}


@media screen and (min-width: 768px){
  .RighInfo002225 .item{ max-width:none;margin:0; padding:0;}
  .RighInfo002225 .item .word{ float:left; width:50%; text-align:left; padding-right:5%; padding-left:0; margin-bottom:0;}
  .RighInfo002225 .item .pic{ float:right; width:50%;}
  .RighInfo002225 .item.odd .word{ float:right; padding-left:5%; padding-right:0;}
  .RighInfo002225 .item.odd .pic{ float:left;}
  .RighInfo002225 .item .tit,.RighInfo002225 .item.first .tit{font-size:30px; }   
  .RighInfo002225 .item .word{ padding-top:40px;}	
  .RighInfo002225 .item .con{line-height:24px; min-height:96px; overflow:hidden;padding-left:32px;}
  .RighInfo002225 .item .con:before{ position:absolute; left:0; top:10px; height:50%; max-height:60px; width:3px; content:""; background-color:#f08200; display:block;}
  .RighInfo002225 .item .tit em{ font-size:14px;}
  .RighInfo002225 .item.first{ position:relative; margin-bottom:60px;}
  .RighInfo002225 .item.first .word{ position:absolute; width:55%; left:0; top:10%; height:90%; border:1px solid #bdbdbd; padding:6% 10% 0 8%;}
  .RighInfo002225 .item.first .pic{ position:relative; z-index:2;}
  .RighInfo002225 .item.first .con{ padding-left:0;}
  .RighInfo002225 .item.first .con:before{ display:none;}
}
@media screen and (min-width: 1024px){
  .RighInfo002225 .item .tit,.RighInfo002225 .item.first .tit{font-size:36px; }   
  .RighInfo002225 .item .word{ padding-top:90px;}
  .RighInfo002225 .item .con{line-height:30px;max-height:120px;}	
}



.RighInfo002225_1{padding:5% 0;}
.RighInfo002225_1 .item{}
.RighInfo002225_1 .wrap-content{}
.RighInfo002225_1 .item{ color:#323232; margin:0 auto; padding:15px 0; max-width:553px;}
.RighInfo002225_1 .item .word{ text-align:center; margin-bottom:15px;}
.RighInfo002225_1 .item .pic{ text-align:center;}
.RighInfo002225_1 .item .tit{ margin-top:0; font-size:24px; font-weight:normal; font-style:italic;}
.RighInfo002225_1 .item .tit em{ font-size:12px; display:block; padding-left:22px; text-transform:uppercase;}
.RighInfo002225_1 .item.first .tit{ font-style:normal; color:#323232; font-size:24px;overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;}
.RighInfo002225_1 .item .con{line-height:22px; position:relative; margin:0;}
.RighInfo002225_1 .item .con:before{ display:none;}
.RighInfo002225_1 .item.first .con .stit{ color:#323232; font-size:18px; text-transform:uppercase;}


@media screen and (min-width: 768px){
    .RighInfo002225_1 .item{ max-width:none;margin:0; padding:0;}
    .RighInfo002225_1 .item .word{ float:left; width:50%; text-align:left; padding-right:5%; padding-left:0; margin-bottom:0;}
    .RighInfo002225_1 .item .pic{ float:right; width:50%;}
    .RighInfo002225_1 .item.odd .word{ float:right; padding-left:5%; padding-right:0;}
    .RighInfo002225_1 .item.odd .pic{ float:left;}
    .RighInfo002225_1 .item .tit,.RighInfo002225 .item.first .tit{font-size:30px; }
    .RighInfo002225_1 .item .word{ padding-top:40px;}
    .RighInfo002225_1 .item .con{line-height:24px; min-height:96px; overflow:hidden;padding-left:32px;}
    .RighInfo002225_1 .item .con:before{ position:absolute; left:0; top:10px; height:50%; max-height:60px; width:3px; content:""; background-color:#f08200; display:block;}
    .RighInfo002225_1 .item .tit em{ font-size:14px;}
    .RighInfo002225_1 .item.first{ position:relative; margin-bottom:60px;}
    .RighInfo002225_1 .item.first .word{ position:absolute; width:55%; left:0; top:10%; height:90%; border:1px solid #bdbdbd; padding:6% 10% 0 8%;}
    .RighInfo002225_1 .item.first .pic{ position:relative; z-index:2;}
    .RighInfo002225_1 .item.first .con{ padding-left:0;}
    .RighInfo002225_1 .item.first .con:before{ display:none;}
}
@media screen and (min-width: 1024px){
    .RighInfo002225_1 .item .tit,.RighInfo002225 .item.first .tit{font-size:36px; }
    .RighInfo002225_1 .item .word{ padding-top:90px;}
    .RighInfo002225_1 .item .con{line-height:30px;max-height:120px;}
}




/*
安装服务
 */
/*
 .RighInfo002224 为demo编号
 */
.RighInfo002224 .item{ color:#323232; margin:30px 0;}
.RighInfo002224 .item .word{ text-align:center;}
.RighInfo002224 .item .pic{ text-align:center; padding-top:20px;}
.RighInfo002224 .item .tit{ margin-top:0; font-size:24px; font-weight:normal; font-style:italic;}
.RighInfo002224 .item .tit em{ font-size:18px; display:inline-block; padding-left:22px; text-transform:uppercase;}
.RighInfo002224 .item .con{line-height:22px; position:relative; margin:0;}
.RighInfo002224 .item .con:before{ display:none;}
.RighInfo002224 .item:first-child .tit{ font-style:normal;}
@media screen and (min-width: 768px){
  .RighInfo002224 .item{ margin:70px 0;}
  .RighInfo002224 .item .word{ float:left; width:32%; text-align:left;}
  .RighInfo002224 .item .pic{ float:right; width:66%;}
  .RighInfo002224 .item.three .word{ width:54%;}
  .RighInfo002224 .item.three .pic{ width:37%; padding-top:0;}
  .RighInfo002224 .item.odd .word{ float:right; width:37%;}
  .RighInfo002224 .item.odd .pic{ float:left; width:54%;}
  .RighInfo002224 .item:first-child .pic{ width:48%;}
  .RighInfo002224 .item .tit{font-size:30px; }   
  .RighInfo002224 .item .word{ padding-top:40px;}	
  .RighInfo002224 .item .con{line-height:24px; max-height:96px; overflow:hidden;padding-left:32px;}	
  .RighInfo002224 .item .con:before{ position:absolute; left:0; top:10px; height:50%; max-height:60px; width:3px; content:""; background-color:#f08200; display:block;}
  .RighInfo002224 .item .tit em{ font-size:16px;}
}
@media screen and (min-width: 1024px){
  .RighInfo002224 .item .tit{font-size:36px; }   
  .RighInfo002224 .item .word{ padding-top:90px;}
  .RighInfo002224 .item .con{line-height:30px;max-height:120px;}	
}




/*
新闻资讯
 */
/*
 .PicList001200 为demo编号
 */
.PicList001200{ padding:3% 0  1% 0; min-height: 360px;}
.PicList001200 li{ padding:10px; border:1px solid #ebebeb; margin-bottom:2%;}
.PicList001200 li a{ display:block; position:relative; padding-left:30%;padding-right:15%;}
.PicList001200 li a::after{ position:absolute; content:''; width:33px; height:33px; background:url(../images/PicList001200-more.png) no-repeat left top; right:5%; top:50%; margin-top:-16px;}
.PicList001200 li figure{ position:absolute; left:0; top:0; height:100%; width:27%;}
.PicList001200 li div{ position:relative; padding-right:5%; padding-bottom:10%;}
.PicList001200 li div::before,
.PicList001200 li div::after{ position:absolute; content:''; }
.PicList001200 li div::before{width:1px; height:70%; top:15%; background-color:#ebebeb; right:0;}
.PicList001200 li div::after{ width:7%; height:1px; background-color:#f08200; bottom:10%; left:-9%; z-index:2;}
.PicList001200 li h3{ margin:0; font-size:16px; padding:3% 0 0 0; font-weight:normal; color:#333;}
.PicList001200 li p{ margin:3% 0 0 0; color:#969696; line-height:28px; height:80px; overflow:hidden; font-size:14px;}
.PicList001200 li time{ position:absolute; left:0; bottom:6%; color:#969696;}

.PicList001200 li:hover{ border-color:#f08200; box-shadow:0 5px 5px #eee;}
.PicList001200 li:hover a::after{ background-position:left bottom;}
.PicList001200 li:hover h3{color:#f08200; font-weight:bold;}
.PicList001200 li:hover time{color:#f08200;}
@media(max-width:640px){
.PicList001200 li p{line-height:22px; height:44px; }
.PicList001200 li time{ font-size:12px;}
}
@media(max-width:480px){
.PicList001200 li div::before,
.PicList001200 li a::after{ display:none;}
.PicList001200 li div,
.PicList001200 li a{padding-right:0;}
.PicList001200 li a{ padding-left:40%;}
.PicList001200 li figure{ width:37%;}
}

















/*
联系方式
*/
/*Map002516 */
.Map002516{ padding:3% 0;}
.Map002516 .map{border: 1px solid #eaeaea;padding:10px; margin-bottom: 2%;}
.Map002516 .map #allmap{ height:400px;}
.Map002516 .map #allmap *{ box-sizing:content-box;}
.Map002516 .map #allmap img{ max-width:none;}
@media(min-width:641px){
.Map002516 .ul_con li{ float:left; width:50%; padding:3% 5%;}
}
.Map002516 .ul_con li div{ padding-left:62px; background-repeat:no-repeat; background-position:left center;}
.Map002516 .ul_con li.location div{ background-image:url(../images/Map002516_address.png);}
.Map002516 .ul_con li.call div{ background-image:url(../images/Map002516_call.png);}
.Map002516 .ul_con li.fax div{ background-image:url(../images/Map002516_fax.png);}
.Map002516 .ul_con li.email div{ background-image:url(../images/Map002516_email.png);}
.Map002516 .ul_con li p{ margin:0; border-bottom:1px solid #efefef; padding-bottom:15px; margin-bottom:15px; color:
#333; font-size:16px;}
.Map002516 .ul_con li:nth-child(2n+1){ clear:left;}
@media(max-width:640px){
.Map002516 .ul_con li{ padding:10px;}
.Map002516 .ul_con li:nth-child(2n){ background:#f5f5f5;}
.Map002516 .map #allmap{ height:280px;}
}















/*
在线留言
*/
/*Form001852 */
.Form001852{ padding:2% 0;}
.Form001852 .from-title{ text-align:center; padding:0 0 1% 0;}
.Form001852 .from-title span{ font-size:12px; letter-spacing:5px;color:#f08200;}
.Form001852 .from-title h1{ margin:0; font-size:28px; padding:10px 0; font-weight:normal; color:#000;}
.Form001852 .from-title h1:after{ display:block; margin:0 auto; width:30px; height:2px; background-color:#f08200; margin-top:20px; content:'';}
@media(max-width:640px){
    .Form001852{ padding: 2%;}
.Form001852 .from-title h1{ font-size:18px;}
.Form001852 .from-title h1:after{ height:3px; margin-top: 10px;}
}
.Form001852 .from{ max-width:1000px; margin:0 auto; }
.Form001852 .from td{ padding-bottom:3%;}
.Form001852 .from td div{ position:relative;}
.Form001852 .from td.f_name{ padding-right:6%; width:53%;}
.Form001852 .from label{ position:absolute; left:14px; top:0;line-height:44px; color:#999;}
.Form001852 .from .text{ width:100%; height:44px; line-height:44px; text-indent:10px; border:none; background:#f5f5f5;}
.Form001852 .from textarea.text{ height:156px;}
.Form001852 .from .btn{ text-align:center;}
.Form001852 .from .btn input{ font-weight:bold; cursor:pointer; padding:0; border:none; width:144px; height:46px; color:#fff; background:#f08200; border-radius:6px;}






















/*
招聘信息
*/ 

/*Menu001849 */
.Menu001849{ padding:2% 0 0; text-align:center;}
.Menu001849 ul{ display:inline-block;}
.Menu001849 li{ float:left; line-height:36px; font-size:16px;}
.Menu001849 li:after{ content:''; width:1px; height:20px; background:#e7dae7; display:inline-block; margin:0 30px;vertical-align:middle;}
.Menu001849 li.end:after{ display:none;}
.Menu001849 li a{ display:inline-block; padding:0 30px; vertical-align:middle;}
.Menu001849 li a:hover,
.Menu001849 li a.aon{ background:#f08200; color:#fff; border-radius: 4px;}
@media(max-width:480px){
.Menu001849{ padding:20px 0;}
}


/*
 .TextList000488为demo编号
*/ 
.TextList000488 { padding:1% 0 3% 0; }
.TextList000488 .tit{ height: 56px; line-height:56px; text-align: center; }
.TextList000488  ul{ overflow: hidden; clear: both; }
.TextList000488 .tit li,
.TextList000488 .list_ul li { float: left; text-align: center; width:20%; height:56px; line-height:56px; font-size:14px; }

.TextList000488 .list_ul{ border-bottom: #e0e0e0 1px dashed;}
.TextList000488 .tit li{ font-weight: bold; background:#f08200; color:#fff; }
.TextList000488 .list_ul li{ color:#5e5e5e; cursor:pointer; }
.TextList000488 .list_ul#On li,
.TextList000488 .list_ul:hover li{ color:#f08200; }

.TextList000488 .list .con{ display:none; border-bottom: #e0e0e0 1px solid; padding:20px 40px; background: #f9f9f9; }
.TextList000488 .list p{ margin:15px 0 30px; font-size:14px; color:#666;line-height: 30px; padding-bottom:30px; border-bottom: 1px dashed #eaeaea;}
.TextList000488 .list b{display: block; margin-left: -6px;}

.TextList000488 .send { padding: 12px 0; }
.TextList000488 .send em{ font-style: normal; border-bottom: #f08200 1px solid; margin: 0 12px;}
.TextList000488 .send a{ display: inline-block; line-height: 30px; color: #f08200; background: url(../images/TextList000488_icon.png) no-repeat right center; font-weight: bold; padding-right: 35px; font-size:14px; }


/*PicList002078 */
.PicList002078{ position:relative; z-index:1;padding-bottom: 3%}
.PicList002078 .accessories{ position:absolute; left:0; width:100%; background:url(../images/PicList002078-bg.png) no-repeat center top; height:127px;}
.PicList002078 .intro{ padding:5% 0 3% 0;}

.PicList002078 .list li{ position:relative; margin-bottom:2%; background-color:#fafafa; }
.PicList002078 .list li div{ border:1px solid #f0f0f0; padding:5% 5% 5% 27.34%;}
.PicList002078 .list li .Ispic{ position:absolute; left:0; width:22.65%; height:100%;}
.PicList002078 .list li .Ispic img{ display:none;}
.PicList002078 .list li .dot{ font-weight:bold; font-size:20px;color: #f08200}
.PicList002078 .list li p{ margin-bottom:0; color:#888; line-height:26px; overflow:hidden;}

.PicList002078 .list li:nth-child(2n) div{ padding-right:27.34%; padding-left:5%; text-align:right;}
.PicList002078 .list li:nth-child(2n) .Ispic{ left:auto; right:0;}
@media(max-width:1000px){
.PicList002078 .accessories{ background-size:auto 100%; height:80px;}
}
@media(max-width:640px){
.PicList002078 .accessories{height:40px;}
.PicList002078 .list li p{ height:78px;}
.PicList002078 .list li div{padding: 2%; text-align: left; border: none;}
    .PicList002078 .list li .dot{ text-align: center;}
.PicList002078 .list li:nth-child(2n) div{padding: 2%; text-align: left;}
    .PicList002078 .list li .Ispic{ width: 100%; position: inherit; background: none;}
    .PicList002078 .list li .Ispic img{ display: block; margin: 0 auto;}
    .TextList000488 .list .con{ padding: 20px 3%;}
}
@media(max-width:375px){
.PicList002078 .list li p{ line-height:20px; height:40px; font-size:12px;}
}


/*
Timeline001915  发展历程
*/  
.Timeline001915{ padding:3% 0;}
.Timeline001915 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#f08200; text-transform:uppercase;}
.Timeline001915 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.Timeline001915 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#f08200;}
.Timeline001915 .list{ background:url(../images/Timeline001915-logo.png) no-repeat center top; padding-top:64px;}
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ background:url(../images/Timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:200px;}
.Timeline001915 li div{ padding-right:36px;width: 50%;float: left;text-align: right}
.Timeline001915 li figure{width: 50%;float: right;text-align: left;padding-left: 36px;}
.Timeline001915 li div p{ line-height:30px;font-family:'黑体';font-size: 16px;}
.Timeline001915 ul li:nth-child(2n){}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-left:36px;float: right;text-align: left}
.Timeline001915 ul li:nth-child(2n) figure{float: left;text-align: right;padding-right: 36px;}
.Timeline001915 ul li:nth-child(2n) div p{}
.Timeline001915 li time{ display:block; color:#f08200; font-size:18px; border-top:1px solid #e1e1e4;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#f08200; width:20px; height:5px;float: right}
.Timeline001915 li time span{clear: both;display: block;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:left;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#f08200; color:#fff; font-size:14px; border-radius:5px;}
@media(max-width:1000px){
.Timeline001915 .columnName{ font-size:45px;}
.Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.Timeline001915 .columnName{ font-size:30px;}
.Timeline001915 .columnName span{ font-size:20px;}
    .Timeline001915 .list{ background: none; padding-top: 0;}
    .Timeline001915 .list ul{ background: none; padding: 3% 0;}
    .Timeline001915 li{ background: none; border: solid 1px #e1e1e4; margin-bottom: 3%; padding-bottom: 0;padding: 2%; }
    .Timeline001915 li div{ width: 100%; float: none; padding-right: 0; text-align: left;}
    .Timeline001915 li figure{ width: 100%; float: none; padding-left: 0; text-align: left;}
    .Timeline001915 li{ padding-bottom: 20px;}
    .Timeline001915 li time:before{ display: none;}
    .Timeline001915 li time{ border-top: 0;}
    .Timeline001915 ul li:nth-child(2n) div{width: 100%; float: none; padding-left: 0; text-align: left;}
    .Timeline001915 ul li:nth-child(2n) figure{width: 100%; float: none; padding-right: 0; text-align: left;}
    .Timeline001915 li div p{  line-height: 24px; font-size: 14px;}

}




/*
 .PicList001205 为demo编号   企业文化
 */
.PicList001205{padding-bottom: 3%}
.PicList001205 .auto{border-top: 1px dashed #ddd;padding-top: 3%;}
.PicList001205 li{ float:left; width:24.5%; margin-right:0.66%; margin-bottom:0.66%; position:relative; overflow:hidden;}
.PicList001205 li a{ position:absolute;width:100%; height:100%; left:0; top:0; z-index:5;}
.PicList001205 li:nth-child(4n){ margin-right:0;}
.PicList001205 li dl{ padding:4%; position:absolute; color:#fff; width:100%; height:100%; left:0; top:0; z-index:2; background-color:#325f9a; opacity:0;}
.PicList001205 li dt{ font-size:16px; padding-right:76px;}
.PicList001205 li dd{ font-size:12px; padding-top:5px;}
.PicList001205 li figure{ padding-bottom:62%;}
@media(max-width:1000px){
.PicList001205 li{width:49%;}
.PicList001205 li:nth-child(4n){ margin-right:2%;}
.PicList001205 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList001205 li{ float:none; width:auto; margin-right:0 !important;}
}

.Floor002358{}
.Floor002358 { padding:3% 0 5% 0; background:#fff; }
.Floor002358 .auto{ position:relative;}
.Floor002358 .title{ text-align:center; font-size:28px; font-family:'微软雅黑'; font-weight:lighter;  color:#333; margin:0; padding-bottom:4%; position:relative;    }
.Floor002358 .title:after{ display:block; margin:0 auto; width:100px; height:1px; background-color:#bbb; margin-top:30px; content:''; }

.Floor002358 .list{ width:100%; position: relative;}
.Floor002358 .bd{  }
.Floor002358 .bd ul{ margin: 0; padding: 0 4px;}
.Floor002358 .bd li{ width: 100%; margin: 0 0 8px; transition:.5s; display: block; }
.Floor002358 .bd li:hover{}
.Floor002358 .list .iconfont{ position: absolute; top: 50%; margin-top: -35px; width: 50px; height: 50px; font-size: 50px; text-align: center; cursor: pointer; color: #f08200; font-weight: lighter;}
.Floor002358 .list .iconfont:hover{ color: #f08200;}
.Floor002358 .list .prev{ left: -50px;}
.Floor002358 .list .next{ right: -50px;}
@media only screen and (min-width:1024px ) {
    .Floor002358 .title{ font-size: 32px;}
}
@media only screen and (max-width:1360px ) {
    .Floor002358 .list{ padding: 0 50px;overflow:hidden;}
    .Floor002358 .list .iconfont{ font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
    .Floor002358 .list .prev{ left: 0;}
    .Floor002358 .list .next{ right: 0;}
}
@media only screen and (max-width:767px ) {
    .Floor002358 .title{ padding-bottom: 20px;}
    .Floor002358 .list{ padding: 0 ;}
    .Floor002358 .list .iconfont{ display: none;}
    .Floor002358 .title{ font-size: 24px;}
    .Floor002358 .title:after{ margin-top: 20px;}
}


.ul_sitemap li{ padding-bottom: 0; line-height: 40px;}
.ul_sitemap{ padding-bottom: 10%; padding-top: 5%}
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px; color: #fff; padding-bottom: 0;}
.ul_sitemap li strong{ width:90px; display:inline-block; color: #fff;}
.ul_sitemap a:hover{ color: #f08200;}
.ul_sitemap li a{ color: #333;}

.list_li{ width: 100%;}
.list_li ul{width: 100%;}
.list_li ul li{ position: absolute;}
.list_li ul li span{ display: block; background: url(../images/map_logo.png) no-repeat top center; width: 45px; padding-top: 35px; }
.list_li ul li.Item1{     right: 28%;bottom: 39%;}
.list_li ul li.Item2{right: 26%;bottom: 39%; }

.list_li ul li.Item3{     right: 25%; bottom: 66%;}
.list_li ul li.Item4{ right: 32%; bottom: 60%;}
.list_li ul li.Item5{ right: 32%; bottom: 44%;}

.list_li ul li.Item6{right: 34%; bottom: 15%;}
.list_li ul li.Item7{ right: 39%;    bottom: 35%;}
.list_li ul li.Item8 {
    right: 57%;
    bottom: 54%;
}
.RighInfo001355_1 .con{ padding-bottom: 50px;}
.list_txt{ position: absolute; bottom: 30px; left: 98px;}
.ditu_text{ display: none; text-align: left}
.ditu_text:first-child{ display: block;}
.ditu_text{ background: #ddd; max-width: 350px; z-index: 3000; border-radius: 5px;}
.ditu_text .bt{ width: 100%; height: 55px; border-bottom: 1px dashed #959595; line-height: 55px; font-weight: bold; font-size: 16px; color: #000; text-indent: 20px; z-index: 3000;}
.ditu_text .text{ width: 100%; height: auto; padding: 10px 20px; line-height: 24px; z-index: 3000;}


.shine1{position: absolute;background: rgba(0,0,0,0.4);opacity: 0.4;border-radius: 50%;width: 100px;height: 100px;top: -35px;left: -27px;transform: scale(0); z-index: 11;}
.shine2{position: absolute;background: rgba(0,0,0,0.6);opacity: 0.6;border-radius: 50%;width: 50px;height: 50px;top: 25px;left: 25px;}
.shine3{position: absolute;background: rgba(0,0,0,0.8);opacity: 0.8;border-radius: 50%;width: 25px;height: 25px;top: 10px;left: 10px;}
.shine1x{position: absolute;background: rgba(125,125,125,0.9);opacity: 0.7;border-radius: 50%;width: 200px;height: 200px;top: -80px;left: -60px;transform: scale(0); z-index: 11;}
.addShine{animation: shine 2.2s linear infinite;}
@keyframes shine{0%{transform: scale(0);opacity: 1;}
    90%{transform: scale(1.2);opacity: 0;}
    100%{transform: scale(0);opacity: 0;}}


@media(max-width:1200px){
    .list_li{ display: none;}
    .list_txt{ display: none;}
}

/*这是滚动插件的公用样式 如出现雷同 请删除*/
.owl-carousel,
.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.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(0,0,0)}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .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-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{
    0%{opacity:1}
    100%{opacity:0}
}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{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(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform: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;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*end*/



