﻿
/*插件样式，如果有多个一样的只留一份*/
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%;
}
.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: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.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;
}
i, cite, em, var, address, dfn { font-style:normal;}


/*分享样式*/
.jiathis_style>*{ box-sizing: content-box !important;}

/*
 .Floor002390
 */
.Floor002390{width: 100%;position: relative;}

/* 头部-header Start */
.Floor002390_fixed{position:fixed; left:0; top:0; z-index:110;}
.Floor002390 header{  border-bottom: 1px solid rgba(255,255,255,.25); z-index:99; width: 100%;background:rgba(255, 255, 255, 0.85);}
.Floor002390 header .auto{ height: 90px; padding:10px;}

/*logo*/
.Floor002390 header .logo{float: left; margin-right: 2%}
@media(max-width:1200px){
    .Floor002390 header .logo{ left:2%;}
}


/*头部分享-share*/
.Floor002390 header .share{float: right; margin-top:2.3%;width:202px;height:35px;background: url("../images/floor002390-shaerbg.png") no-repeat}
.Floor002390 header .share a,
.Floor002390 header .share a.bds_more{display: inline-block;height: 35px !important;line-height: 35px !important;width: 90px !important;padding: 0 !important;padding-left:20px !important;color: #ffffff !important; background: none !important; margin: 0 !important;}
@media(max-width:1000px){
	.Floor002390 header .share{ display: none;}
}

/*头部语言版本-lang*/
.Floor002390 header .lang{position: relative; display: inline-block;}
.Floor002390 header .lang div{display: none; position: absolute;right: 0;top: 33px;z-index: 10;padding:0;}
.Floor002390 header .lang div a{color:#000 !important;}


/*头部导航栏-nav*/
.Floor002390 header nav{width:72%;float:right; margin-top:2%;}
.Floor002390 header nav li{ float:left; z-index:101;position: relative;height:87px; line-height:90px;padding: 0px 15px;}
.Floor002390 header nav li a{ display:block; color:#000;text-align: center;font-size:16px;}
.Floor002390 header nav li > a{ color:#000;padding: 0px 0px 13px; position: relative;}
.Floor002390 header nav li+li>a:before{ content: ""; position: absolute; left: 0; width: 1px; height: 10px; top: 50%; margin-top: -5px;background-color:#FFFFFF; -moz-opacity:0.15;  opacity: 0.15; filter:alpha(opacity=15);}
.Floor002390 header nav li > a:hover,
.Floor002390 header nav li > a.aon{ font-weight: bold; color:#006d86; border-bottom:2px solid #006d86;}
.Floor002390 header nav li dl{ position:absolute; left:0; top:100%; width:100%; display:none;
background: #2396A2;
	background: -moz-linear-gradient(top, #4BC3C3 0%,#006D86 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#4BC3C3), color-stop(100%,#006D86));
	background: -webkit-linear-gradient(bottom, #4BC3C3 0% ,#006D86 100%);
	background: -o-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: -ms-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: linear-gradient(to bottom, #4BC3C3 0%,#006D86 100%);}
.Floor002390 header nav li dd{line-height:3;}
.Floor002390 header nav li dd a{font-size:14px; color:#fff;padding: 5px 0;}
.Floor002390 header nav li dd a:hover{background: #f6ab00; color:#fff;}


@media(max-width:1199px){
	.Floor002390 header nav li{ padding: 0 13px;}
}
@media(max-width:1000px){

    .Floor002390 header nav{line-height: 30px;height: auto;z-index: 9999;position:absolute; right:0; top:100%; background-color:#fff; width:100%; max-width:250px; border-radius:0 0 0 5px; display:none;}
    .Floor002390 header nav ul{ float:none;padding: 5%;position: static}
    .Floor002390 header nav li{ float:none; margin-left:0;width:100%; height: auto; line-height:1.8;}
    .Floor002390 header nav li a{background:none;color: #404040;}
    .Floor002390 header nav li > a{padding:5%; font-size:18px;color:#333;}
    .Floor002390 header nav li dl{ position:relative; top:auto; width:auto;display: none;padding-top: 0;}
    .Floor002390 header nav li dd{ float:none; border-bottom:1px solid #eee;}
    
    .Floor002390 header .mobile_menu{ overflow:hidden; position:absolute; width:50px; height:32px;  border-radius:5px 5px 0 0;top:33%;right: 5%}
    .Floor002390 header .mobile_menu span,
    .Floor002390 header .mobile_menu span:before,
    .Floor002390 header .mobile_menu span:after{position:absolute;width:60%; left:20%; height:3px; background-color:#0097a0;transition:transform 0.3s; }
    .Floor002390 header .mobile_menu span:before,
    .Floor002390 header .mobile_menu span:after{ width:100%; left:0;content:'';}
    .Floor002390 header .mobile_menu span{ top:50%; margin-top:-1.5px;}
    .Floor002390 header .mobile_menu span:before{top:8px;}
    .Floor002390 header .mobile_menu span:after{ top:-8px;}
    .Floor002390 header .open_menu span{ background-color:transparent;}
    .Floor002390 header .open_menu span:before,
    .Floor002390 header .open_menu span:after{ top:50%;}
    .Floor002390 header .open_menu span:before{transform:rotate(45deg);}
    .Floor002390 header .open_menu span:after{ transform:rotate(-45deg);}
}



/*底部*/
.Floor002390 .section5 { background:#2a2d34; position:relative;}

/* 底部菜单 */
.Floor002390 .footer_nav{ max-width:1200px;  overflow: hidden;  padding: 5% 0;  margin:0px auto;}
.Floor002390 .footer_nav .item{  width:16.6666%;  float:left;  display:inline-block;}
.Floor002390 .footer_nav .item h3{ font-size:14px; color:#fff; line-height:30px; margin: 0; font-weight: normal;}
.Floor002390 .footer_nav .item h3:after{ content: ""; width:34px; height:2px; background:#fff; display:block; margin:8px 0px 5px;}
.Floor002390 .footer_nav .item li{ padding:4px 0px}
.Floor002390 .footer_nav .item a{ color:#737479; font-size:14px;}
.Floor002390 .footer_nav .item a:hover{ color:#fff;}
@media (max-width:1000px) {
    .Floor002390 .footer_nav{display: none;}
}
/* 底部菜单 End*/

/* 底部分享 */
.Floor002390 .bottomshare{min-height: 40px;}
.Floor002390 .bottomshare span{display: inline-block;margin-left: 8px}
.Floor002390 .bottomshare a{ display: inline-block !important;background: none !important; padding: 0 !important;margin: 0 !important; width: 32px !important; height:32px !important;margin-right: 5px !important;}
.Floor002390 .bottomshare .iconfont{width: 32px;height: 32px; font-size: 20px; text-align: center; line-height: 32px; border: 1px solid #7F8185; border-radius: 50%;}
.Floor002390 .bottomshare .jiathis_style .jtico{background: none  !important;padding: 0 !important; margin: 0 !important; width: auto !important;height:auto !important; display: block !important;}
.Floor002390 .bottomshare .jiathis_style .separator, .jiathis_style .jiathis_separator{line-height: 32px !important;}
/* 底部分享  End*/

/* 底部 链接、版权、备案号等 */
.Floor002390 .footer,
.Floor002390 .footer a{ color: #7F8185;}
.Floor002390 .footer a:hover{ color: #fff;}
.Floor002390 .footer{ background: #2a2d34; padding:25px 0;font-size: 14px;border-top:1px solid #414141;}
.Floor002390 .footer .auto>*{width: 50%;float:left;}
.Floor002390 .footer .Blink>*+*{ margin-left: 20px;position: relative;}
.Floor002390 .footer .Blink>*+*:before{ border-left: 1px dotted #7f8185; content: ""; position: absolute; top: 30%; left: -10px; height: 50%;}
.Floor002390 .footer .Copyright{text-align: right;}
.Floor002390 .footer .Copyright a{text-decoration: underline;}
@media (max-width:1000px) {
    .Floor002390 .footer{position: relative;padding: 3% 0;}
    .Floor002390 .footer .auto>*{width: 100%;float:none; text-align: center !important; }
    .Floor002390 .Blink a{padding: 1% 1%;}
}
/* 底部 链接、版权、备案号等  End */

/*底部 End*/


/*首页一屏一滚*/
.Floor002390 .section{ background-position: center; background-repeat: no-repeat;}
.Floor002390 .section .section1_cn{ font-size:15px; color:#333; text-align:center; line-height:34px; position:relative;}
.Floor002390 .section .section1_en{ font-size:14px; color:rgba(51, 51, 51, 0.7); text-align:center; line-height:28px; position:relative;}
.Floor002390 .section .section1_lisn{ text-align:center; color:#fff; padding:20px 5px; position:relative; max-width: 1200px; margin-left: auto; margin-right: auto; width: 80%;}
.Floor002390 .section .section1_lisn li .img{ width:80px; height:65px; display:inline-block;}
.Floor002390 .section .section1_lisn li .section1_lisn_cn{  font-size:14px;  line-height:25px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.Floor002390 .section .section1_lisn li .section1_lisn_en{ font-size:12px; line-height:15px; height:30px; overflow:hidden; padding:0 20px;}



.Floor002390 .section1 .section1_lisn li{ text-align:center; display:inline-block; width:33.33%; max-width:400px;transition: all 1s;  height: auto; padding-bottom:10px; margin:0px -3px; opacity: 0.9;position: relative;}
.Floor002390 .section1 .section1_lisn li:hover{transform: scale(1.1); opacity: 1; z-index: 9999; position: relative; box-shadow: -4px 4px 14px #a59e9e;}
.Floor002390 .section1 .section1_lisn li.lisn1{ background:#5bc1d8;}
.Floor002390 .section1 .section1_lisn li.lisn2{ background:#ebb030;}
.Floor002390 .section1 .section1_lisn li.lisn3{ background:#e36624;}
.Floor002390 .section1 .section1_lisn li.lisn1 .img{ background:url(../images/floor002390-index_img1.png) no-repeat bottom; background-size:60%}
.Floor002390 .section1 .section1_lisn li.lisn2 .img{ background:url(../images/floor002390-index_img2.png) no-repeat bottom;background-size:60%}
.Floor002390 .section1 .section1_lisn li.lisn3 .img{ background:url(../images/floor002390-index_img3.png) no-repeat bottom;background-size:60%}

.Floor002390 .section2 .section1_lisn li{ text-align:center; display:inline-block; width:33%; max-width:260px; margin:0px 5px; position:relative; padding-bottom:5px;}
.Floor002390 .section2 .section1_lisn li:hover{transform: scale(1.1); opacity: 1; z-index: 9999; position: relative; box-shadow: -4px 4px 14px #a59e9e;}
.Floor002390 .section2 .section1_lisn li a{position: absolute;width: 100%;height: 100%;display: inline-block;left: 0;top: 0;}
.Floor002390 .section2 .section1_lisn li.lisn1{ background:#21a16e;}
.Floor002390 .section2 .section1_lisn li.lisn2{ background:#21a16e;}
.Floor002390 .section2 .section1_lisn li.lisn3{ background:#21a16e;}
.Floor002390 .section2 .section1_lisn li.lisn4{ background:#21a16e;}
.Floor002390 .section2 .section1_lisn li.lisn5{ background:#21a16e;}
.Floor002390 .section2 .section1_lisn li.lisn1 .img{ background:url(../images/floor002390-index_img4_1.png) no-repeat bottom;background-size:60%}
.Floor002390 .section2 .section1_lisn li.lisn2 .img{ background:url(../images/floor002390-index_img5_1.png) no-repeat bottom;background-size:60%}
.Floor002390 .section2 .section1_lisn li.lisn3 .img{ background:url(../images/floor002390-index_img6_1.png) no-repeat bottom;background-size:60%}
.Floor002390 .section2 .section1_lisn li.lisn4 .img{ background:url(../images/floor002390-index_img7_1.png) no-repeat bottom;background-size:60%}
.Floor002390 .section2 .section1_lisn li.lisn5 .img{ background:url(../images/floor002390-index_img8_1.png) no-repeat bottom;background-size:60%}

.Floor002390 .fp-controlArrow.fp-next,.Floor002390 .fp-controlArrow.fp-prev{ display:none;}

.Floor002390 .section1 .section1_lisn li a{display: inline-block;width: 100%;height: 100%;color: #fff;position: absolute;top: 0;left: 0;}

/*滚屏提示*/
.Floor002390 .sidebar{ position:fixed; z-index:999; left:12%; top:44%; display:none;}
.Floor002390 .sidebar li a{ width:20px; height:4px; display:block; margin:23px 0px; background:#fff;}
.Floor002390 .sidebar li.active a{ width:60px; background:#fb9155;}


@media (max-width:768px) {
   .Floor002390 .section2 .section1_cn{ padding-top:120px;}
   .Floor002390  .section1 .section1_lisn li{ max-width:200px;}
   .Floor002390  .section2 .section1_lisn li{ max-width:200px;}

}

@media (min-width:1024px) {
   
   .Floor002390 .section .section1_cn{  font-size:21px;}
   .Floor002390 .section2 .section1_cn,.Floor002390 .section2 .section1_en{transition: All 2s;-webkit-transition: All 2s;-moz-transition: All 2s;-o-transition: All 2s;}
    .Floor002390 .section2 .section1_cn{ top:-400px; opacity:0;}
    .Floor002390 .section2 .section1_en{ top:-360px; opacity:0; padding:0 360px; margin-top:10px;}
    .Floor002390 .section2.active .section1_cn{ top: 0px; opacity:1;}
    .Floor002390 .section2.active .section1_en{ top: 0px; opacity:1; widows:600px; text-align:center;}
    .Floor002390 .section2 .section1_lisn li{transition: All 0.55s linear;-webkit-transition: All 0.55s linear;-moz-transition: All 0.55s linear;-o-transition: All 0.55s linear;}
    .Floor002390 .section2 .section1_lisn .lisn1{ bottom:-400px;opacity:0;}
    .Floor002390 .section2 .section1_lisn .lisn2{ bottom:-600px; opacity:0;}
    .Floor002390 .section2 .section1_lisn .lisn3{ bottom:-400px; opacity:0;}
    .Floor002390 .section2 .section1_lisn .lisn4{ bottom:-600px; opacity:0;}
    .Floor002390 .section2 .section1_lisn .lisn5{ bottom:-400px; opacity:0;}
    .Floor002390 .section2.active .section1_lisn li{ bottom:0px; opacity:0.9;transition: all 2s; }
    .Floor002390 .section2.active .section1_lisn li a
    .Floor002390 .section2.active .section1_lisn li:hover{transform: scale(1.2); opacity: 1; z-index: 9999; position: relative; }
    .Floor002390 .section3 .section1_cn,.Floor002390 .section3 .section1_en{transition: All 2s;-webkit-transition: All 2s;-moz-transition: All 2s;-o-transition: All 2s;}
    .Floor002390 .section3 .section1_cn{ top:-400px; opacity:0;}
	.Floor002390 .section3 .section1_cnl{ top:-400px; opacity:0;}
    .Floor002390 .section3 .section1_en{ bottom:-400px; opacity:0;}
    .Floor002390 .section3.active .section1_cn{ top: 0px; opacity:1;}
    .Floor002390 .section3.active .section1_en{ bottom: 0px; opacity:1;}
}
@media (min-width:1366px) {
    .Floor002390 .section1 .section1_cn{  padding-top: 100px;}
    .Floor002390 .section2 .section1_lisn li{ max-width:200px;}
    .Floor002390 .section .section1_cn{ font-size:35px;}
	.Floor002390 .section .section1_cnl{ font-size:35px; color:#000000;}

    .Floor002390 .section .section1_lisn{ padding-top:40px;}
    .Floor002390 .section .section1_lisn li .section1_lisn_cn{ font-size:16px;line-height:30px;}
}
@media (min-width:1600px) {
    .Floor002390 .section1 .section1_lisn li{height:240px;}
    .Floor002390 .section1 .section1_cn{  padding-top: 0px;}
	.Floor002390 .section1 .section1_cnl{  padding-top: 0px;}

    .Floor002390 .section .section1_lisn{ padding-top:90px;}
    .Floor002390 .section .section1_cn{ font-size:58px;   line-height:77px; }
	    .Floor002390 .section .section1_cnl{ font-size:58px;   line-height:77px; }

    .Floor002390 .section .section1_en{ font-size:18px;}

    .Floor002390 .section .section1_lisn li .img{ width:100px; height:80px; display:inline-block; margin-top:25px; margin-bottom:8px;}
    .Floor002390 .section .section1_lisn li .section1_lisn_cn{ font-size:24px; line-height:46px; margin-bottom:8px;}
    .Floor002390 .section .section1_lisn li .section1_lisn_en{ font-size:12px; line-height:15px;}
    .Floor002390 .section1 .section1_lisn li.lisn1 .img{ background:url(../images/floor002390-index_img1.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section1 .section1_lisn li.lisn2 .img{ background:url(../images/floor002390-index_img2.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section1 .section1_lisn li.lisn3 .img{ background:url(../images/floor002390-index_img3.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section2 .section1_lisn li{ text-align:center; display:inline-block; width:100%; max-width:225px; height:240px; margin:0px 3px;}
    .Floor002390 .sidebar{ position:fixed; z-index:999; left:12%; top:48%; display:block}
}





/*
 .Floor001805
 */
.Floor001805{ padding:6% 0 3% 0; }
.Floor001805 h1{ margin:0 0 25px;  padding-left:30px; background:url(../images/floor001805-title_icon.png) no-repeat left center; font-size:16px; color:#333; }
.Floor001805 h1 span{ font-weight:normal; font-size:12px; color:#999; padding-left:10px; }
.Floor001805 li{ float:left; width:32%; margin-right:2%;background-color:rgba(255,255,255,0.8);}
.Floor001805 li:last-child{ margin-right:0; }
.Floor001805 li a{ display:block; transition:0.3s;}
.Floor001805 li a:hover{ background-color:#21a16e; }
.Floor001805 li a:hover *{ color:#fff !important;}
.Floor001805 li .Ispic{ padding-bottom:46%;}
.Floor001805 li img{ display:none; }
.Floor001805 li figure{ padding:5% 8%;font-size:12px; }
.Floor001805 li h3{ margin:0; font-size:16px;color:#333;}
.Floor001805 li p{ overflow:hidden; height:40px; line-height:20px;  color:#666;  }
.Floor001805 li span{ border-top:1px solid #eee;display:block;  color:#999;text-transform:uppercase; background:url(../images/floor001805-more.png) no-repeat 80px 15px; line-height:17px; padding-top:15px;}
.Floor001805 li a:hover span{border-top-color:#21b77b; background-image:url(../images/floor001805-more_hover.png);}
@media(max-width:640px){
.Floor001805 li{ float:none; width:auto; margin-right:0; margin-bottom:3%;}
}



 .index_pt1{background: #F1F6F6;}
 .index_pt1 .li_box{text-align: center;padding: 14% 0;position: relative;z-index: 2;}
 .index_pt1 .pt1_li{position: relative; width:25%; float:left; list-style:none}
 .index_pt1 .ck_area{position: absolute;width: 100%;height: 81px;top: 0; background: #2396A2;
	background: -moz-linear-gradient(left, #4BC3C3 0%,#006D86 100%);
	background: -webkit-gradient(linear, left top,right top, color-stop(0%,#4BC3C3), color-stop(100%,#006D86));
	background: -webkit-linear-gradient(right, #4BC3C3 0% ,#006D86 100%);
	background: -o-linear-gradient(right, #4BC3C3 0%,#006D86 100%);
	background: -ms-linear-gradient(right, #4BC3C3 0%,#006D86 100%);
	background: linear-gradient(to right, #4BC3C3 0%,#006D86 100%);left: 0;transition: 0.5s all ease;z-index: -1;visibility: hidden; }
 .index_pt1 .inner_box{position: absolute;width: 100%;height: 100%;left: 0;top: 0;overflow: hidden}
 .index_pt1 .inner_box>img{display: inline-block;width: 100%;height: 100%;bottom: 100%;position: absolute;left: 0;transition: 0.5s all ease;z-index: 2}
 .index_pt1 .pt1_li:hover .inner_box>img{bottom: 0;}
 .index_pt1 .pt1_li:hover .ck_area{top: -81px;z-index: 1;visibility: visible}
 .index_pt1 .ck_area .ck_box{padding-top: 11px;padding-left: 20px;}
 .index_pt1 .ck_area .ck_ion{display: inline-block;width: 55px;height: 60px;/*background: url("../images/index_ck.png");*/float: left}
 .index_pt1 .ck_area .ck_type{display: inline-block;font-size: 16px;color: #ffffff;float:right; margin-right:2%;margin-top:9%; line-height: 22px;width: 66%;}
    
   
 .index_pt1 .ico{display: inline-block;width: 90px;height: 75px;/*background: url("../images/product_ion.png");background-position-y:-75px;*/margin-bottom: 25px;}
/* .index_pt1 .ico1{background-position-x: 0;}
 .index_pt1 .ico2{background-position-x: -90px;}
 .index_pt1 .ico3{background-position-x: -180px;}
 .index_pt1 .ico4{background-position-x:-270px;}
 .index_pt1 .ico5{background-position-x:-360px;}
 .index_pt1 .ico6{background-position-x: -450px;}
 .index_pt1 .ck_area .ck1{background-position: 0 0}
 .index_pt1 .ck_area .ck2{background-position: -55px 0}
 .index_pt1 .ck_area .ck3{background-position: -110px 0}
 .index_pt1 .ck_area .ck4{background-position: -165px 0}
 .index_pt1 .ck_area .ck5{background-position: -220px 0}
 .index_pt1 .ck_area .ck6{background-position: -275px 0}*/

@media(max-width:640px){
 .index_pt1 .ck_area .ck_type{display: none;}
}



/*
 *  Owl Carousel - Core  插件样式如遇相同只留一份
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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 {
    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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 .Banner002465
 */
.Banner002465{ position: relative;}
.Banner002465 li a{ display:block; }
.Banner002465 li a .phoneimg{ display: none;}
.Banner002465 .owl-dots{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;}
.Banner002465 .owl-dots>div{ display:inline-block; margin:0 0.5%;position: relative;}
.Banner002465 .owl-dots>div span{ display:block; width: 12px; height: 12px; border-radius:50%; background: #fff; -moz-opacity:0.5; opacity: 0.5; filter:alpha(opacity=50); }
.Banner002465 .owl-dots>div.active span{ -moz-opacity:1; opacity: 1; filter:alpha(opacity=100); }
.Banner002465 .owl-nav >div{ position: absolute; top: 50%; margin-top: -25px; background: url(../images/banner002465-btns.png) no-repeat; width: 50px; height: 50px; cursor: pointer;}
.Banner002465 .owl-nav .owl-prev{ left: 5%; background-position: 0 0;}
.Banner002465 .owl-nav .owl-next{ right: 5%; background-position: -50px 0;}
.Banner002465 .owl-nav .owl-prev:hover{ background-position: 0 -50px;}
.Banner002465 .owl-nav .owl-next:hover{ background-position: -50px -50px;}
@media(max-width:1200px){
#dbnav{ display:none}
.Banner002465 li a .pcimg{ display: none;}
.Banner002465 li a .phoneimg{ display: block;}
.Banner002465 .owl-dots>div{ margin: 0 1%;}
}


/*
 .Floor002438
 */
.Floor002438{ padding:2% 0 2%;}
.Floor002438 .h2{ margin:0; padding-bottom:2%; font-size:28px; font-weight:normal; color:#006d86;}
@media only screen and (min-width:1200px ) {
	.Floor002438{ padding-left: 30px; padding-right: 30px;}
}
@media only screen and (min-width:1600px ) {
	.Floor002438{ padding-left: 50px; padding-right: 50px;}
}
.Floor002438 .tabs a{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.Floor002438 .tabs a{ float: left; width: 25%; padding: 10px 3%;display: block; font-size: 20px; color: #576970; background: #ecf1f3; text-align: center; line-height: 2; cursor: pointer;}
.Floor002438 .tabs a+a{ border-left: 1px solid #ffffff;}
.Floor002438 .tabs a:hover,.Floor002438 .tabs a.active{ background: #e54646; color: #fff;}
@media only screen and (max-width:640px ) {
	.Floor002438 .tabs a{ width: 100%; float: none; }
	.Floor002438 .tabs a+a{ border-top: 1px solid #fff; border-left: none;}
}

.Floor002438 .list{ padding-top:0%; }
.Floor002438 .list .pic a{ display: block;}
/*.Floor002438 .list .pic a span{ position: absolute; left: 5%; bottom: 5%; width: 90%; color: #fff; font-size: 20px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}*/
.Floor002438 .list .pic .li{ position: absolute;width: 100%; left: 0%; bottom: 0%;padding:21px 26px 15px 0;background:rgba(255, 255, 255, 0.85) none repeat scroll 0 0 !important;filter:Alpha(opacity=0); transition: all .3s; cursor: pointer;}
.Floor002438 .list .pic .li h3 a{ color:#333;}
.Floor002438 .list .pic .li time{ position: absolute; left: 0; width: 80px; height:77px; top:-17px; color: #fff; font-size: 14px; text-align: center; line-height: 1; font-family: arial;
background: #2396A2;
	background: -moz-linear-gradient(top, #4BC3C3 0%,#006D86 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#4BC3C3), color-stop(100%,#006D86));
	background: -webkit-linear-gradient(bottom, #4BC3C3 0% ,#006D86 100%);
	background: -o-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: -ms-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: linear-gradient(to bottom, #4BC3C3 0%,#006D86 100%);}
.Floor002438 .list .pic .li time span{ color: #fff; font-size: 48px; display: block;padding-top: 8%;}


.Floor002438 .list .pic img{ width: 100%;}
.Floor002438 .list .pic img{transition: all 0.6s;}
.Floor002438 .list .pic:hover img{ transform: scale(1.1);}

.Floor002438 .list ul li{ position: relative; padding: 25px 10px 25px 0;background:rgba(236, 241, 243, 0) none repeat scroll 0 0 !important;filter:Alpha(opacity=0); background:#ecf1f3; transition: all .3s; cursor: pointer;float: right;width: 50%;}
.Floor002438 .list .box{ display: none;}
.Floor002438 .list ul li+li{ border-top: 1px solid #ededed;}
.Floor002438 .list ul li time{ position: absolute; left: 0; width: 80px; top: 25px; color: #999; font-size: 14px; text-align: center; line-height: 1; /*border-right: 1px dotted #e0e0e0; */font-family: arial;}
.Floor002438 .list ul li time span{ color: #0097a0; font-size: 48px; display: block;}
.Floor002438 .list ul li .text{ padding-left: 100px;}
.Floor002438 .list ul li .text h3{ margin: 8px 0 12px; font-weight: normal; font-size: 18px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.Floor002438 .list ul li .text h3 a{ color: #333;}
.Floor002438 .list ul li .text h4{ margin:  0 ; font-weight: normal; font-size: 18px;}
.Floor002438 .list ul li .text h4 a{ color: #333;}
.Floor002438 .list ul li .text .con{ color: #999; font-size: 14px; margin: 0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.Floor002438 .list ul li:hover{ background:rgba(236, 241, 243, 1) none repeat scroll 0 0 !important;filter:Alpha(opacity=1); }
.Floor002438 .list ul li:hover .text h3 a,
.Floor002438 .list ul li .text h3 a:hover,
.Floor002438 .list ul li:hover .text h4 a,
.Floor002438 .list ul li .text h4 a:hover,
.Floor002438 .list ul li:hover time span{ color: #f6ab00;}
.Floor002438 .list .more{ display: block; width: 204px; height: 40px; border-radius: 40px; text-align: center; color: #fff; font-size: 16px; line-height: 40px; margin: 30px auto 0; background-color: #004b64;}
/*@media(max-width:1024px){
.Floor002438 .list ul li:nth-child(4){ display:none;}

}*/


@media only screen and (max-width:767px ) {
	.Floor002438 .list .pic img{ width: 100%;}
	.Floor002438 .list .pic{ width: 100%; overflow:hidden;position: relative; }
	.Floor002438 .list ul li{ width:100%;}
}
@media only screen and (min-width:768px ) {
	.Floor002438 .list .pic{ position: relative;float: left;  width: 48%; overflow:hidden; }
	.Floor002438 .list ul{ position: relative;}
	
}







/*Floor002212*/
.Floor002212{background: url("../images/floor002212-nbg.jpg") no-repeat;background-size: cover; background-size:cover; padding:2% 0 3%;}

.Floor002212 .List li h4 a,
.Floor002212 .List li,
.Floor002212 .List li .more,
.Floor002212 nav ul li{transition:all 0.5s ease-out 0s;}
.Floor002212 .h2{ margin:0; padding-bottom:1%; font-size:28px; font-weight:normal; color:#fff;}
.Floor002212 nav{margin: 40px 0; text-align: center;}
.Floor002212 nav ul{display:block;text-align:center;}
.Floor002212 nav ul li{display:inline-block; *zoom:1; *display:inline; text-align: center; line-height: 40px; height: 40px;  padding: 0 12px;}
.Floor002212 nav ul li a{display: block; color: #728391; font-size: 16px; padding:0 25px; min-width:140px;background:#f3f3f3;border-radius:40px;}
.Floor002212 nav ul li:hover a{color: #fff; background:#008cd6;}
.Floor002212 .List{margin-top: 20px; position: relative;}
.Floor002212 .List li{float: left; margin-right:40px; width:373px !important; height:100%; }
.Floor002212 .title_area{position: absolute;width:40%;bottom: 35%;background: url("../images/index_jianbian.png") no-repeat;background-size: cover;transition:all 0.5s ease;}
.Floor002212 .title_box {padding: 12px 0;}
.Floor002212 .title_area .title_box { padding:12px 0;}
.Floor002212 .title_box {padding: 12px 0;  text-align: center;font-size: 16px;color: #ffffff;position: relative; z-index: 3;}
 .Floor002212 .title_area:hover{background:#E79F19;transition:all 0.5s ease;}
 
.Floor002212 .List li .pic {width: 100%; overflow: hidden; display: block;position:relative;}
.Floor002212 .List li .pic img{width: 100%;  display: block; transition: 1s;}
.Floor002212 .List li:hover .pic img{transform: scale3d(1.1,1.1,1.1);}
.Floor002212 .List li .time{font-size: 14px; color: #9099a0;}
.Floor002212 .List li h4{font-size: 18px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; margin: 10px 0 0; font-weight:normal;}
.Floor002212 .List li h4 a{color: #5e6a73;}
.Floor002212 .List li p{font-size: 14px; color: #777; height:108px; overflow: hidden; line-height: 22px; margin: 0px 0 0;}
.Floor002212 .List li .more{display:inline-block;  *zoom:1; *display:inline; padding-right: 22px; color: #9099a0; font-size: 14px; background: url(../images/floor002212-icon1.png) 100% 50% no-repeat; margin-top: 16px;}
.Floor002212 .List li .more:hover,.Floor002212 .List li h4 a:hover{color: #008cd6;}
.Floor002212 .List .btn{ width:20px; height:42px; position:absolute;top: 50%; margin-top: -22px; background-image:url(../images/floor002212-icon.png); background-repeat:no-repeat; display:block; z-index:5;}
.Floor002212 .List .prev{left: -70px; background-position:0 0;}
.Floor002212 .List .next{ right:-70px;background-position:-21px 0;}
.Floor002212 .List .prev:hover{background-position:0 -42px;}
.Floor002212 .List .next:hover{background-position:-21px -42px;}
.Floor002212 .List .btn a{ display:block; width:20px; height:42px;}
@media(max-width:1336px){
.Floor002212 .List .prev{ left:0;}
.Floor002212 .List .next{ right:0;}
}
@media(max-width:1199px){
.Floor002212 .h2{ font-size:35px;}	
}
@media(max-width:1000px){
.Floor002212 .h2{ font-size:30px;}	
.Floor002212{ padding:4% 0 8%;}
}
@media(max-width:720px){
.Floor002212 nav ul li{ width:25%; max-width:none; float:left; padding:0 5px;}
.Floor002212 nav ul li a{ padding:0 10px;min-width:1px;}
}
@media(max-width:500px){
.Floor002212 nav ul li{ width:100%; margin-bottom:5px; float:none;}	
.Floor002212 nav{ margin:3% 0;}
}
/*Floor002212 End*/
/*
 .Floor001706
 */
.Floor001706{ padding:3.5% 0 4% 0; background:#fff;}
.Floor001706 .h2{ margin:0; padding-bottom:2%; font-size:28px; font-weight:normal; color:#006d86;}
.Floor001706 .title{ text-align:center;  background:url(../images/floor001706-title_icon.png) no-repeat center top; padding-top:25px; overflow:hidden; padding-bottom:5%;}
.Floor001706 .title figure{ position:relative;color:#000;display:inline-block; font-size:30px; font-family:'黑体';}
.Floor001706 .title figure span{ display:block; color:#b1e786; text-transform:uppercase; font-size:35px; font-family:"Courier New", Helvetica, Arial, sans-serif;}
.Floor001706 .title figure::before,
.Floor001706 .title figure::after{ position:absolute; content:''; height:1px; width:200%; opacity:0.8; bottom:30%;
background: rgb(232,229,226); 
background: -moz-linear-gradient(left,  rgba(232,229,226,1) 0%, rgba(222,222,222,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(232,229,226,1) 0%,rgba(222,222,222,1) 100%); 
background: linear-gradient(to right,  rgba(232,229,226,1) 0%,rgba(222,222,222,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 ); 
}
.Floor001706 .title figure::before{ left:0; transform:translateX(-105%);}
.Floor001706 .title figure::after{ right:0; transform:translateX(105%) rotate(180deg);}

.Floor001706 ul{ border:1px solid #fff; background-color:rgba(255,255,255,0.7); padding:0%;}
.Floor001706 ol{ float:left; width:48%;position: relative;}
.Floor001706 ol .videobox{ margin:0 auto;}
.Floor001706 ol .videobox,
.Floor001706 ol .videobox .play,
.Floor001706 ol .videobox .play .pic img,
.Floor001706 ol .videobox .btn{width:100%; height:330px;}
.Floor001706 ol .videobox .play,
.Floor001706 ol .videobox .play .pic img,
.Floor001706 ol .videobox .btn{ position:absolute;}
.Floor001706 ol .videobox .play{ z-index:2;}
.Floor001706 ol.videobox .btn{ background:url(../images/floor002302-play.png) no-repeat center; cursor:pointer;}
.Floor001706 ol .videobox .btn img{ display:block; margin:131px auto;}
.Floor001706 ol video{ width: 100%; height: 100%; overflow: hidden;}
.Floor001706 .videobox .btn { background: url(../images/floor002302-play.png) no-repeat center;cursor: pointer;}
   
    

.Floor001706 ol .pic{ display:block; position:relative;}
/*.Floor001706 ol .pic::before{ position:absolute; content:''; left:10px; top:10px; right:10px; bottom:10px; border:1px solid rgba(255,255,255,0.5); box-shadow:0 0 10px rgba(255,255,255,0.8); opacity:0; transition:0.3s;}*/
/*.Floor001706 ol .pic:hover::before{ opacity:1;}*/
.Floor001706 ol img{ display:block; width:100%;}
.Floor001706 ol h2{ font-size:18px;}
.Floor001706 ol h2 a{ color:#008875;}
.Floor001706 ol h2 a:hover{ text-decoration:underline;}
.Floor001706 ol p{ margin-bottom:0; font-size:12px; line-height:20px; overflow:hidden; height:60px; position:relative; text-align:justify; text-justify:inter-ideograph;}
.Floor001706 ol p time{ position:absolute; right:0; bottom:0; padding:0 5px; background-color:#fff; color:#008875;}

.Floor001706 li{ float:right;  width:50%; margin-bottom:2%;}
.Floor001706 li:last-child{ margin-bottom:0;}
.Floor001706 li div{ position:relative;background-color:#f1f6f6; padding:2% 2% 2% 21%; transition:0.3s;}
.Floor001706 li:hover div{  box-shadow:0 0 5px #ccc;}
.Floor001706 li h2{ margin:0; padding-left:10px; font-size:15px; position:relative; line-height:24px;}
.Floor001706 li h2::before{ position:absolute; content:''; width:0; height:0; border:3px solid #008875; border-top-color:transparent;border-bottom-color:transparent; border-right:0; left:0; top:50%; margin-top:-3px;}
.Floor001706 li h2 a:hover{color:#2b9ea9;}
.Floor001706 li time{ position:absolute; left:0; top:0; height:100%; max-width:97px; width:25%; text-align:center; background-color:#f8ac01; color:#fff;padding-top:2%;}
.Floor001706 li time::before{ position:absolute; content:''; width:0; height:0; border:12px solid #f8ac01; border-top-color:transparent;border-bottom-color:transparent; border-right:0; left:97px; top:50%; margin-top:-12px; }
.Floor001706 li time b{ display:block; font-size:60px; text-shadow:5px -1px 0px #d5d5d5;}
.Floor001706 li p{ margin:6px 0 0 0; color:#898989; font-size:12px; line-height:20px; height:40px; overflow:hidden;}
.Floor001706 li .time2{background-color:#65cccb;}
.Floor001706 li .time2::before{ position:absolute; content:''; width:0; height:0; border:12px solid #65cccb; border-top-color:transparent;border-bottom-color:transparent; border-right:0; left:97px; top:50%; margin-top:-12px;}
.Floor001706 li .time3{background-color:#006c86;}
.Floor001706 li .time3::before{ position:absolute; content:''; width:0; height:0; border:12px solid #006c86; border-top-color:transparent;border-bottom-color:transparent; border-right:0; left:97px; top:50%; margin-top:-12px;}

@media(max-width:640px){
.Floor001706 ol,
.Floor001706 li{ float:none; width:auto;}
.Floor001706 ol{ margin-bottom:5%;}
}
@media(max-width:480px){
.Floor001706 .title figure{font-size:20px;}
.Floor001706 .title figure span{font-size:24px;}
.Floor001706 li time b{ font-size:30px;}
.Floor001706 ol h2 {font-size: 16px;}
}
/*
 .Floor002302
 */
.Floor002302{ padding-bottom: 25px;}
.Floor002302 .HomeTitle{ padding:35px 0; position:relative; z-index:1;}
.Floor002302 .HomeTitle .name{ text-align:center; font-size:22px; color:#12295b; line-height:46px;}
.Floor002302 .HomeTitle .line2{ border-bottom:1px solid #e8eef2; position:relative; top:1px; position:relative; z-index:1;}
.Floor002302 .HomeTitle .line{ width:10px; height:1px; background:#f68121; overflow:hidden; margin:0 auto; position:relative; z-index:2;}
.Floor002302 .HomeMore{ overflow:hidden;}
.Floor002302 .HomeMore a{ display:block; margin: 0 auto; width:120px; height:36px;text-align:center; line-height:36px; font-size:12px; color:#fff; border-radius: 5px; background-color: #87b2c7;}
.Floor002302 .fl{}
.Floor002302 .fr{position: relative;}
.Floor002302 .auto1200{ padding-bottom:60px; overflow:hidden;}
.Floor002302 .fl li{ overflow:hidden; padding-bottom:24px; position: relative;}
.Floor002302 .fl .pic{position: absolute; left: 0; top: 0; height: 110px; width: 33%; overflow: hidden; max-width: 194px;}
.Floor002302 .fl .pic a,
.Floor002302 .fl .pic img{ display:block; width:194px; height:110px;}
.Floor002302 .fl .time{ position:absolute; z-index:2; right:0; bottom:0; width:80px; height:20px; line-height:20px; color:#fff; text-align:center; background: #87b2c7; font-family: arial; font-size: 12px;}
.Floor002302 .fl .time:before{ content: ""; position: absolute; top: 0; left: -8px; width: 0; height: 0; 
border-style: dashed dashed solid dashed; border-width: 0 5px 20px 8px; border-color: transparent transparent #87b2c7 transparent;
}
.Floor002302 .fl .info{ padding-left: 37%;  height:109px; position: relative;}
.Floor002302 .fl .dot{ display:block; font-size:16px; color:#333;}
.Floor002302 .fl .dot:hover{ color:#002870;}
.Floor002302 .fl .txt{ line-height:20px; height:40px; overflow:hidden; margin:15px 0 15px; color:#666; }
.Floor002302 .fl .info:after{ content: ""; display: block; position: absolute; right: 0; bottom: 0; width: 63%; height: 1px; background-color: #e5e5e5;} 
.Floor002302 .videobox{ margin:0 auto;}
.Floor002302 .videobox,
.Floor002302 .videobox .play,
.Floor002302 .videobox .play .pic img,
.Floor002302 .videobox .btn{width: 100%; height:320px;}
.Floor002302 .videobox .play,
.Floor002302 .videobox .play .pic img,
.Floor002302 .videobox .btn{ position:absolute;}
.Floor002302 .videobox .play{ z-index:2;}
.Floor002302 .videobox .btn{ background:url(../images/floor002302-play.png) no-repeat center; cursor:pointer;}
.Floor002302 .videobox .btn img{ display:block; margin:131px auto;}
.Floor002302 video{ width: 100%; height: 100%; overflow: hidden;}
.Floor002302 .fr{ position:relative; overflow: hidden;}
.Floor002302 .fr .list li+li{ display:none;}
.Floor002302 .fr .list .info{ padding-right: 130px;}
.Floor002302 .fr .list .info .dot{ display:block; font-size:16px; margin-top:35px; font-weight:bold;}
.Floor002302 .fr .list .info .txt{ color:#666; line-height:20px; padding-top:10px;}
.Floor002302 .fr .list .info .txt .con{ display: inline-block; height: 40px; overflow: hidden;}
.Floor002302 .fr .list .info .txt a{ color:#f58221;}
.Floor002302 .fr .HomeMore{ position:absolute; right:0; bottom:2px;}
.Floor002302 .fr .tab{ position:absolute; right:0; top:325px;}
.Floor002302 .fr .tab .ul{ float:right;}
.Floor002302 .fr .tab li{ line-height:30px; position: relative; background-color: #e4eef3; padding:0 20px; cursor:pointer; float:left; color:#666; font-size:14px; max-width:160px;}
.Floor002302 .fr .tab li.on{ background-color: #87b2c7; color:#fff; font-weight:bold; padding: 0 12px; z-index: 2;}
.Floor002302 .fr .tab li:before,.Floor002302 .fr .tab li.on:after{content: ""; position: absolute; bottom: 0; left: -11px; width: 0; height: 0; 
border-style: dashed dashed solid dashed; border-width:0 10px 30px 10px; border-color: transparent transparent #e4eef3 transparent;}
.Floor002302 .fr .tab li.on:after{ right: -11px; left: auto;border-style:solid dashed dashed dashed; border-width:30px 10px 0 10px; border-color: #87b2c7 transparent transparent transparent; z-index: 2;}
.Floor002302 .fr .tab li.on:before{border-color: transparent transparent #87b2c7 transparent;}
@media only screen and (max-width:767px ) {
	.Floor002302 .fl,.Floor002302 .fr{ margin-bottom: 25px;}
	.Floor002302 .fr .list .info .dot{ margin-top: 43px;}
}
@media only screen and (min-width:768px ) {
.Floor002302 .fl{ float:left; width:48.334%;}
.Floor002302 .fr{ float:right; width:48.334%;}
.Floor002302 .HomeMore a{ float:right;}

}


/*Floor003312开始*/
.Floor003312{ padding:2% 0 3%}
.Floor003312 .h2{ margin:0; padding-bottom:2%; font-size:28px; font-weight:normal; color:#006d86;}
.Floor003312 .icon{ background-position: center; background-repeat: no-repeat;}
.Floor003312 .icon ul{ margin:0 -0.2%;}
.Floor003312 .icon ul li{background: #2396A2;
	background: -moz-linear-gradient(top, #4BC3C3 0%,#006D86 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#4BC3C3), color-stop(100%,#006D86));
	background: -webkit-linear-gradient(bottom, #4BC3C3 0% ,#006D86 100%);
	background: -o-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: -ms-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: linear-gradient(to bottom, #4BC3C3 0%,#006D86 100%);
	display: inline-block;width:19.1%;/* max-width: 230px;*/ height: 270px;padding:1%;text-align: center;margin: 1% 0.2%;bottom: 0px;opacity: 0.9; transition: all 2s;}
  
.Floor003312 .icon ul li:hover{transform: scale(1.1); opacity: 1; z-index: 9999; position: relative; box-shadow: -4px 4px 14px #a59e9e;}
/*.Floor003312 .icon ul li a{position: absolute;display:block;left: 0;top: 0; width:100%; height:100%;}*/
.Floor003312 .icon ul .li1 .img{ background:url(../images/floor002390-index_img4_1.png) no-repeat bottom;background-size:60%}
.Floor003312 .icon ul .li2 .img{ background:url(../images/floor002390-index_img5_1.png) no-repeat bottom;background-size:60%}
.Floor003312 .icon ul .li3 .img{ background:url(../images/floor002390-index_img6_1.png) no-repeat bottom;background-size:60%}
.Floor003312 .icon ul .li4 .img{ background:url(../images/floor002390-index_img7_1.png) no-repeat bottom;background-size:60%}
.Floor003312 .icon ul .li5 .img{ background:url(../images/floor002390-index_img8_1.png) no-repeat bottom;background-size:60%}
.Floor003312 li .h1 { font-size: 22px; line-height: 46px;margin-bottom: 8px; color:#fff;}
.Floor003312 li .p { font-size: 13px; line-height:22px;margin-bottom: 8px; color:#fff;padding: 0 3px;}
.Floor003312 .icon ul li .img { width: 100px;height: 80px;display: inline-block;margin-top: 25px;margin-bottom: 8px;}
   


@media (max-width:1000px ) {

.Floor003312 .icon ul li{ width:19.1%;}
}    
     
@media (max-width:768px ) {

.Floor003312 .icon ul li{ width:49%;}
}    
   
      
   
    



/*底部*/
.Bottom002390 .section5 { background:#2a2d34; position:relative;}

/* 底部菜单 */
.Bottom002390 .footer_nav{ max-width:1200px;  overflow: hidden;  padding: 3% 0 2%;  margin:0px auto;}
.Bottom002390 .footer_nav .item{  width:16.6666%;  float:left;  display:inline-block;}
.Bottom002390 .footer_nav .item h3{ font-size:14px; color:#fff; line-height:30px; margin: 0; font-weight: normal;}
.Bottom002390 .footer_nav .item h3:after{ content: ""; width:34px; height:2px; background:#fff; display:block; margin:8px 0px 5px;}
.Bottom002390 .footer_nav .item li{ padding:4px 0px}
.Bottom002390 .footer_nav .item a{ color:#737479; font-size:14px;}
.Bottom002390 .footer_nav .item a:hover{ color:#fff;}
@media (max-width:1000px) {
    .Bottom002390 .footer_nav{display: none;}
}
/* 底部菜单 End*/

/* 底部分享 */
.Bottom002390 .bottomshare{min-height: 40px;}
.Bottom002390 .bottomshare span{display: inline-block;margin-left: 8px}
.Bottom002390 .bottomshare a{ display: inline-block !important;background: none !important; padding: 0 !important;margin: 0 !important; width: 32px !important; height:32px !important;margin-right: 5px !important;}
.Bottom002390 .bottomshare .iconfont{width: 32px;height: 32px; font-size: 20px; text-align: center; line-height: 32px; border: 1px solid #7F8185; border-radius: 50%;}
.Bottom002390 .bottomshare .jiathis_style .jtico{background: none  !important;padding: 0 !important; margin: 0 !important; width: auto !important;height:auto !important; display: block !important;}
.Bottom002390 .bottomshare .jiathis_style .separator, .jiathis_style .jiathis_separator{line-height: 32px !important;}
/* 底部分享  End*/

/* 底部 链接、版权、备案号等 */
.Bottom002390 .footer,
.Bottom002390 .footer a{ color: #7F8185;}
.Bottom002390 .footer a:hover{ color: #fff;}
.Bottom002390 .footer{ background: #2a2d34; padding:25px 0;font-size: 14px;border-top:1px solid #414141;}
.Bottom002390 .footer .auto>*{width: 50%;float:left;}
.Bottom002390 .footer .Blink>*+*{ margin-left: 20px;position: relative;}
.Bottom002390 .footer .Blink>*+*:before{ border-left: 1px dotted #7f8185; content: ""; position: absolute; top: 30%; left: -10px; height: 50%;}
.Bottom002390 .footer .Copyright{text-align: right;}
.Bottom002390 .footer .Copyright a{text-decoration: underline;}
@media (max-width:1000px) {
    .Bottom002390 .footer{position: relative;padding: 3% 0;}
    .Bottom002390 .footer .auto>*{width: 100%;float:none; text-align: center !important; }
    .Bottom002390 .Blink a{padding: 1% 1%;}
}
/* 底部 链接、版权、备案号等  End */

/*底部 End*/




/*
 .Bottom002370
 */
.Bottom002370{ background: url(../images/bottom002370-bg.jpg) #333333 no-repeat center;}
.Bottom002370,.Bottom002370 a{ color: #c9c9c9; transition: all .3s ease;}
.Bottom002370 a:hover{ color: #fff;}
.Bottom002370 .bottom{ padding: 2% 0 1%;}

.Bottom002370 nav li{ float: left; width:25%;}
.Bottom002370 nav li h3{ color: #fff; font-size: 16px; margin: 0; font-weight: normal;}
.Bottom002370 nav li h3:after{ display: block; width: 17px; background-color: #575757; height: 1px; content:""; margin-top: 12px;}
.Bottom002370 nav li dl{ padding-top: 10px;}
.Bottom002370 nav li dl dd{ padding: 3px 0;}

.Bottom002370 .QRcode { text-align: center;width:17%;float: left}
.Bottom002370 .QRcode span{ display: block; padding-top: 5px;}
.Bottom002370 .contact{float:right;}
.Bottom002370 .tel dt{ font-size: 14px;}
.Bottom002370 .tel dt:before{ content: "\e714"; font-family:"iconfont" !important; padding-right: 5px; position: relative; top: 0px; font-size: 18px;}
.Bottom002370 .tel dd{ font-size: 24px; color: #fff;}
.Bottom002370 .contact p{ margin: 5px 0 0; font-size: 14px; line-height:26px;}
.Bottom002370 .share{ margin-top: 10px;}
.Bottom002370 .share a{ display: inline-block; width: 34px; height: 34px; text-align: center; line-height: 34px; border-radius: 50%; background: #8d8d8d;  font-size: 20px;  color: #3a3a3a; margin-right: 5px;}
.Bottom002370 .share a span{ display:block; width:100%; height:100%;}
.Bottom002370 .share a:hover{ background-color: #fff;}

.Bottom002370 footer{ border-top: 1px solid #414244; padding: 1% 0 1%;font-size: 12px;}
.Bottom002370 .links a{ display: inline-block;}
.Bottom002370 .links a+a{ margin-left: 20px; position: relative;}
.Bottom002370 .links a+a:before{ content: ""; width: 1px; height: 55%; top: 30%; background: #6b6b6b; position: absolute; left: -10px;}
@media only screen and (max-width:767px) {
	.Bottom002370{ padding: 5% 0;}
	.Bottom002370 nav{ max-width: 630px; margin: 0 auto 15px;}
	.Bottom002370 .QRcode {width:32%;}
	.Bottom002370 .contact{ text-align: center; padding-top: 15px;}
	.Bottom002370 footer{ text-align: center;}
}
@media only screen and (min-width:768px ) {
	.Bottom002370 .bottom nav{ float: left; width:50%;}
	.Bottom002370 .copyright{ float: left;}
	.Bottom002370 .links{ float: right;}
}

@media only screen and (max-width:480px) {
	
	.Bottom002370 .QRcode {width:100%;}
	.Bottom002370 .contact{ float:none;}
	
}

/*
 .Menu002188
 */
.Menu002188{ border-bottom:1px solid #e3e3e3;padding:20px 0 0;}
.Menu002188 .Menu{ float:left;}
.Menu002188 .Menu li{ float:left; padding:0 20px 20px;}
.Menu002188 .Menu li a{ font-size:15px; color:#333; padding-bottom:19px;transition: .3s ease-out;}
.Menu002188 .Menu li.cur a,.Menu002188 .Menu li a:hover{ color:#0097a0;border-bottom:2px solid #0097a0;font-weight:bold;}
.Menu002188 .Currents{ text-align:right;  color:#666; line-height:25px; float:right;}
.Menu002188 .Currents span{color: #0097a0}
.Menu002188 .Currents em{ font-style:normal; background-size:auto 100%; padding-left:30px; display:inline-block;}
.Menu002188 .Currents a{color:#666;transition: .3s ease-out;}
.Menu002188 .Currents a:hover{color:#0097a0;}
@media (max-width: 1000px){
   .Menu002188	.Currents{ display:none;}
}
/*
 .Menu002252
 */
.Menu002252{padding:5px 0; text-align:center; overflow:hidden;}
.Menu002252 a{font-size:14px; display: block;background:#fff; padding: 10px; border: 1px solid #ececec;}
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff; background-color:#0097a0;border: 1px solid #0097a0}
@media(min-width:768px){
	.Menu002252{padding:25px 0 10px;}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 7px 1px;}
}
@media(min-width:1024px){
   .Menu002252{}
   .Menu002252 a{display:inline-block;line-height:36px; padding:0 20px;background:#fff; min-width:129px; border-radius:36px;border: 1px solid #ececec}
}

/*
 .Floor001640
 */
.Floor001640{padding-top:3%;padding-bottom: 4%;}
.Floor001640 .txt{ float:left;width:48%;}
.Floor001640 .txt figure{ padding-bottom:3%; position:relative;}
.Floor001640 .txt figure::before{ position:absolute; content:''; width:50px; height:2px; background-color:#0097a0; left:0; bottom:-2px;}
.Floor001640 .txt figure h1{ font-size:24px; font-weight:normal; margin:0; color:#555;}
.Floor001640 .txt figure span{ color:#d5d5d5; text-transform:uppercase;}
.Floor001640 .txt .info{ padding:3% 0;line-height: 28px;font-size: 14px;color: #333}
.Floor001640 .all_more{ border:1px solid #e0e0e0; font-weight:bold; font-size:0.8em; display:inline-block; line-height:2.85em; padding-left:2.5em; padding-right:3.5em; border-radius:30px; background:url(../images/floor001640-a_more.png) no-repeat 90% center;transition:all ease 0.5s;}
.Floor001640 .all_more:hover{ padding-right:2.5em; background-color:#2078da; background-position:120% center; color:#fff; transition:all ease 0.5s;}
.Floor001640 .pic{ float:right; width:48%;}
.Floor001640 .pic img{ width:100%;}
@media(max-width:768px){
.Floor001640 .txt,
.Floor001640 .pic{ float:none; width:auto;}
}
@media(max-width:480px){
.Floor001640 .txt figure h1{ font-size:20px;}
}

/*RighInfo002218*/
.RighInfo002218{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; padding:3% 0 4%;}
.RighInfo002218 .list .text1{ text-align: center;background: url(../images/td_icon.png) no-repeat 45% center;padding: 5px 0 5px 30px;color:#2396A2;font-size:18px;}
.RighInfo002218 .box1{padding:15px 15px 15px 15px;color:#999;font-size:14px;line-height:28px;background:#fbfbfb;}
.RighInfo002218 .box1 .pic{float:left;margin-right:5%;}
.RighInfo002218 .box1 .h4{font-size:18px;color:#0097a0;margin:0 0 20px 0; font-weight:normal;}
.RighInfo002218 .box1 .h4 span{font-size: 12px;}
.RighInfo002218 .box1 figure{ padding:3.5% 4% 1%; color:#333;}
.RighInfo002218 .list{ padding-top:2%;}
.RighInfo002218 .list li{ display:block; float:left; width:100%;}
.RighInfo002218 .list li+li{ padding-left:2%;}
.RighInfo002218 .list img{ float:left; margin-right:3%; max-width:98px;margin-top: 1.6%}
.RighInfo002218 .list figure{ padding-top:2%;border-top: 1px solid #ececec;padding-bottom: 2%;}
.RighInfo002218 .list h2{ font-weight:normal; color:#0097a0; font-size:18px; margin:0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.RighInfo002218 .list p{ margin:10px 0 0; color:#333 ;}
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
.RighInfo002218 .list figure{ padding:3% 0;}
.RighInfo002218 .list li{ width:100% !important; padding:0 !important; margin:2% 0;max-width:400px;}
}
/*RighInfo002218 End*/

/*
 .RighInfo002228
 */
.RighInfo002228{ padding:2% 0 4%;}
.RighInfo002228 .auto{ max-width:1200px;}
.RighInfo002228 .single-header{ text-align:center;padding-bottom: 1%}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#0097a0; font-size:16px; margin:0; font-weight:normal; position:relative;}

.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:28px; color:#555;}
.RighInfo002228 .single-content p{ margin:0; padding:10px 0;color: #333;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
	.RighInfo002228 .fr{ float:right;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:20px;}
  .RighInfo002228 .single-header h3{ font-size:16px;}
  .RighInfo002228 .single-content p{ padding:5px 0;} 
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
}


/*
 .RighInfo001823
 */
.RighInfo001823 .auto{ background-color:#fff;padding-bottom: 4%}
.RighInfo001823 .singlePage{ padding-top:3%;}
@media(max-width:1000px){
.RighInfo001823 .singlePage{padding:2% 0;}
}


/*
 .TextList001729
 */
.TextList001729 {padding: 3% 0 4%}
.TextList001729 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.TextList001729 .name span{ display:inline-block; border-left:6px solid #f29200; padding-left:15px;}
.TextList001729 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.TextList001729 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#f29200;}

.TextList001729 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:26.6%; height:46px; border:2px solid #999; }
.TextList001729 .search input{border:none; }
.TextList001729 .search .text{ width:100%; height:42px; line-height:42px; padding:0 56px 0 10px; background:none; color:#999;}
.TextList001729 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%; background:url(../images/textlist001729-search.png) no-repeat center center; padding:0;}

.TextList001729 ol.type{ margin-top:3%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 .aon{font-size:16px; background-color:#0097a0; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:15px; padding-bottom:15px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;}
.TextList001729 .type li:nth-child(1){width:12%;}
.TextList001729 .type li:nth-child(2){ width:11%;}
.TextList001729 .type li:nth-child(3){ width:10%;}
.TextList001729 .type li:nth-child(4),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6),
.TextList001729 .type li:nth-child(7){width:13%;}
.TextList001729 .type li:nth-child(8){ width:15%;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(8){ padding-left:2%; text-align:left !important;}
.TextList001729 ul.type li:nth-child(4){background:url(../images/textlist001729-icon_close.png) no-repeat 90% center;}
.TextList001729 ul.type.aon li:nth-child(4){ background-image:url(../images/textlist001729-icon_open.png) ;}
.TextList001729 .list{border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea}
.TextList001729 .list:first-child{ border-top:1px solid #eaeaea;}
.TextList001729 .list .con{ display:none; overflow:hidden; font-size:14px; padding:2%;}
.TextList001729 .btn_apply{ padding:10px 0;}
.TextList001729 .btn_apply a{ display:inline-block; max-width:150px; width:40%; height:45px; line-height:45px; text-align:center; color:#fff; background-color:#0097a0; font-size:18px; border-radius:5px;}
@media(max-width:1000px){
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6){ display:none;}
.TextList001729 .type li{ width:20% !important;}
}
@media(max-width:768px){
.TextList001729 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
.TextList001729 .type li:nth-child(7){ display:none;}
.TextList001729 .type li{ width:24% !important;}
.TextList001729 .type li:nth-child(8){ width:28% !important;}
}
@media(max-width:480px){
.TextList001729 .type li:nth-child(3){ display:none;}
.TextList001729 .type li{ width:30% !important;}
.TextList001729 .type li:nth-child(8){ width:40% !important;}
.TextList001729 ol.type{font-size:15px;}
.TextList001729 .btn_apply a{font-size:16px; height:40px; line-height:40px;}
.TextList001729 ul.type li:nth-child(8){ background-size:16px auto;}
}


/*
 .Map002364
 */
.Map002364{}
.Map002364{padding:3% 0 4%;}
.Map002364 .auto{ }
.Map002364 .columnName{ font-size:32px; font-family:'微软雅黑';   color:#333; margin:0; padding-bottom:2%; text-align:center;}
.Map002364 .columnName:after{ display:block; margin:0 auto; width:68px; height:1px; background-color:#bbb; margin-top:16px; content:'';}
.Map002364 dd{ border:10px solid #fff;margin-bottom:2%; padding-left:62%; background-color:#fbfbfb; position:relative;}
.Map002364 dd:last-child{ margin-bottom:0;}
.Map002364 .map *{ max-width:none !important;}
.Map002364 dd figure{ padding:3%;}
.Map002364 dd figure h1{font-size: 22px;border-bottom:1px dashed #dbdbdb;padding-bottom: 30px;font-weight: normal}
.Map002364 dd ul{ padding-bottom:3%; }
.Map002364 dd li{line-height:24px; padding:30px 0; padding-left:50px; border-bottom:1px dashed #dbdbdb; background:url(../images/map002364-icon_tel1.png) no-repeat center left; font-size:14px; color:#333;}
.Map002364 dd li:nth-child(2){background-image:url(../images/map002364-icon_tel3.png);}
.Map002364 dd li:nth-child(3){background-image:url(../images/map002364-icon_tel.png);}
.Map002364 dd li:nth-child(4){background-image:url(../images/map002364-icon_tel2.png);}
@media(min-width:641px){
.Map002364 .map{ position:absolute !important; width:60%; left:0; height:100%; top:0;}
}
@media(max-width:640px){
.Map002364 dd{ padding:3%;}
.Map002364 .map{ height:300px; position:relative !important;}
.Map002364 dd figure{ padding:0;}
}
@media(max-width:480px){
.Map002364 dd figure h1{ font-size:20px;}
}


/*新闻*/
/*PicList001912*/
.PicList001912{padding-top: 3%;}
.PicList001912 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00; text-transform:uppercase;}
.PicList001912 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.PicList001912 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
.PicList001912 li{ margin-bottom:35px; border:1px solid #e3e3e3; padding:4px;}
.PicList001912 li div{ background:url(../images/piclist001912-libg.jpg) repeat-x left bottom #fff; padding:2%; overflow:hidden;}
.PicList001912 li .pic{ float:left; width:22.5%;}
.PicList001912 li .pic img{ display:block; width:100%;}
.PicList001912 li figure{ float:right; border-left:1px solid #f3f3f3; width:75%; padding-left:25px;}
.PicList001912 li h3{ margin:0; line-height:50px; font-size:16px;}
.PicList001912 li h3 a:hover{color:#f6ab00}
.PicList001912 li p{ line-height:24px; overflow:hidden; height:72px; color:#333;}
.PicList001912 li .more{ color:#0097a0;}
@media(max-width:1000px){
.PicList001912 .columnName{ font-size:45px;}
.PicList001912 .columnName span{ font-size:24px;}
.PicList001912 li h3{ line-height:normal;}
.PicList001912 li p{ margin:2% 0; height:48px;}
}
@media(max-width:640px){
.PicList001912 .columnName{ font-size:35px;}
.PicList001912 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.PicList001912 li .pic,
.PicList001912 li figure{ float:none; width:auto;}
.PicList001912 li figure{ border:0; padding-left:0; padding-top:3%;}
}


/*分页*/
.Page002274{ text-align:center; padding:1% 0 80px;color:#666666;}
.Page002274 .p_jump{ display:none;}
.Page002274 *{ vertical-align:middle;}
.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total{ display:none;}
.Page002274 .Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #eef0f1; color:#666666; margin-left:5px;}
.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur{ color:#fff; background-color:#0097a0;}
.Page002274 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
.Page002274 .Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
.Page002274 .Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
.Page002274 .Pages .p_jump b{font-weight:normal; margin:0 5px;}
.Page002274 .Pages .a_prev,.Page002274 .Pages .a_next{ font-family: å®‹ä½“; font-weight: bold; padding:0 25px; }

@media(max-width:1000px){
.Page002274 .Pages em{ display:none;}
}
@media(max-width:640px){
.Page002274 .Pages a.a_first,
.Page002274 .Pages a.a_end{ display:none;}
.Page002274 .Pages a{ padding:0 10px;}
}



/*
 .Banner002307
 */
.Banner002307{}
.Banner002307 { overflow: hidden;}
.Banner002307 span{ display: none;}
.Banner002307 img{ max-width: none; width: 155%; margin-left: -27.5%;}
@media only screen and (min-width: 768px) {
	.Banner002307 img{ width: 150%; margin-left: -25%;}
}
@media only screen and (min-width: 1024px) {
	.Banner002307 img{ width: 140%; margin-left: -20%;}
}
@media only screen and (min-width: 1200px) {
	.Banner002307{ height: 270px;}
	.Banner002307 img{ display: none;}
	.Banner002307 span{ display: block; background-position: center; background-repeat: no-repeat; height: 270px; width: 100%;}
}
.Menu002188{ border-bottom:1px solid #e3e3e3;padding:20px 0 0;}
.Menu002188 .Menu{ float:left;}
.Menu002188 .Currents span{color: #0097a0; }
.Menu002188 .Menu li{ float:left; padding:0 20px 20px;}
.Menu002188 .Menu li a{ font-size:15px; color:#333; padding-bottom:19px;transition: .3s ease-out;}
.Menu002188 .Menu li.cur a,.Menu002188 .Menu li a:hover{color: #0097a0;border-bottom: 2px solid #0097a0;font-weight:bold;}
.Menu002188 .Currents{ text-align:right;  color:#666; line-height:25px; float:right;}
.Menu002188 .Currents em{ font-style:normal; background-size:auto 100%; padding-left:30px; display:inline-block;}
.Menu002188 .Currents a{color:#666;transition: .3s ease-out;}
.Menu002188 .Currents a:hover{color:#0097a0;}
@media (max-width: 1000px){
   .Menu002188	.Currents{ display:none;}
}



/*企业文化*/
/*
 .RighInfo002223
 */
.RighInfo002223{
	background-color: #fff;
}
.RighInfo002223 .auto{
	padding-top: 3%;
	padding-bottom: 3%;
}
.RighInfo002223 .pic{
	margin-top: 20px;
}
.RighInfo002223 .h3{
	color:#1f71c3;line-height:1.6;margin:0; font-size: 20px;
}
.RighInfo002223 .h4{
	font-size:16px;color:#1f71c3;margin:30px 0px 0 0;
}
.RighInfo002223 .h3:after,.RighInfo002223 .h4:after{
	color:#8fb8e1;width:50px;height:2px;background:#8fb8e1;border:none;margin:15px 0px; content: ""; display: block;
}
.RighInfo002223 .ul{ 
	margin: 0; clear: both;
}
.RighInfo002223 .ul li{
	font-size: 14px;
	
}
.RighInfo002223 .ul li i{padding-right:10px;}
/*
.RighInfo002223 .ul_left{
	float: left;
}
*/
.RighInfo002223 .ul li span{
	font-family:Arial;
	font-size:24px;
	color: #0097a0;
	font-weight: bold;
}

.RighInfo002223 p{
	line-height:50px;
	padding:0;
	margin:0;
	font-size:14px;
	color:#333;
	clear:both;
}

@media screen and (min-width: 1024px){
	.RighInfo002223 .h3{
		font-size: 24px;
	}
	.RighInfo002223 .pic{
	  width: 49%;
	  }
    .RighInfo002223 .con{
	   width: 60%;
	   }
	
}
@media screen and (min-width: 768px){
	.RighInfo002223 .h3:after,.RighInfo002223 .h3:after{ margin: 25px 0;}
   .RighInfo002223 .h4{
	font-size:18px; margin-top: 55px;
   }
   .RighInfo002223 .pic{
   	    float:right;
   	    width: 50%;
   	    /* margin-top:100px; */
   }
   .RighInfo002223 .con{
   	    float:left;
   	    width: 40%;
	    padding: 55px 0;
   }
}


.RighInfo001749{padding: 1% 0 4%}
.RighInfo001749 p{font-size: 14px;color:#333;line-height: 30px;}
.RighInfo001749 .p_frist{text-indent: 2em;}
.RighInfo001749 p i{ padding-right: 10px;}
.RighInfo001749 .p_text{ color: #0097a0;}
.HomeTitle{padding-top: 30px;}

/*研发目标*/
/*
 *  Owl Carousel - Core 插件样式如遇相同只留一份
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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 {
    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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
 .Floor002437
 */
.Floor002437{ position: relative;    padding-bottom: 4%;
}
@media only screen and (min-width:1200px ) {
	.Floor002437{ padding-left: 30px; padding-right: 30px;}
}
@media only screen and (min-width:1600px ) {
	.Floor002437{ padding-left: 50px; padding-right: 50px;}
}
.Floor002437 .bg{ background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
/*.Floor002437 .auto{ padding-top: 7%;}*/
.Floor002437 .wrap-container{ background: #fff; width: 100%; position: relative; z-index: 2;}
.Floor002437  h2{font-weight: normal;margin:0;padding: 30px 0 20px 0;color: #333;font-size: 26px;text-align: center;}
.Floor002437  h2 em{ font-style: normal; text-transform: uppercase;}
.Floor002437  h2 span{font-size: 20px;display: block;text-align: left;color: #0097a0;}
.Floor002437  .ya_mb h2{font-size: 20px;display: block;text-align: left;color: #0097a0;}
.Floor002437  .HomeTitle .name{font-size: 20px;display: block;text-align: left;color: #0097a0;}
.Floor002437  .HomeTitle p{font-size: 14px;line-height: 30px;color: #333;}
.Floor002437  .HomeTitle i{padding-right: 10px;}

.Floor002437  .list li{transition: all .3s;text-align: center;border: 1px solid #eee;/* margin-right: 5%; */ width:25%; float:left;}
.Floor002437  .list li:hover{border:1px solid #f4ae3d;}
.Floor002437  .list li img{max-width: 250px;margin: 0 auto;padding: 15px 0; width:100%;}
.Floor002437  .list li .word h3{ font-weight: normal;  font-size: 16px; margin: 0 0 10px;}
.Floor002437  .list li .word h3 a{color: #333;}
.Floor002437  .list li .word figure{ font-size: 14px; color: #333; line-height: 20px; height: 40px; overflow: hidden;}
.Floor002437  .list .owl-item+.owl-item li:nth-child(4n){margin-right:0%;}
.Floor002437  .list .owl-item{margin-bottom:10px;}

@media  (max-width:768px ) {
	.Floor002437  .list li{width:50%;}
}




/*.Floor002304 */

.Floor002304{/* padding-bottom: 25px; */}
.Floor002304 .list li,
.Floor002304 .list li .ico,
.Floor002304 .list li .ico .ico_on,
.Floor002304 .list li .ico .ico_off,
.Floor002304 .list li a
{
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition:  all .3s ease-out;
	-ms-transition:  all .3s ease-out;
	
}
.Floor002304 .HomeTitle{padding: 3% 0 20px 0;position:relative;z-index:1;}
.Floor002304 .HomeTitle .name{font-size: 20px;display: block;text-align: left;color: #0097a0;}
.Floor002304 .HomeTitle .line2{ border-bottom:1px solid #e8eef2; position:relative; top:1px; position:relative; z-index:1;}
.Floor002304 .HomeTitle .line{ width:10px; height:1px; background:#f68121; overflow:hidden; margin:0 auto; position:relative; z-index:2;}
.Floor002304 .list .ul{overflow:hidden;margin: 0 auto;}
.Floor002304 .list li{float:left;width:48%;background: #0097a0;/* margin: 0 1% 20px; */}
.Floor002304 .list li:last-child{float:right;}
.Floor002304 .list li a{ display:block;}
.Floor002304 .list li img{ display:block;}
.Floor002304 .list li .pic{ overflow: hidden;}
.Floor002304 .list li .pic img{ width:100%;}
.Floor002304 .list li .ico{ height:66px; width: 66px; background: #0097a0; border-radius: 50%; margin:-26px auto 0; position:relative; z-index:1;}
.Floor002304 .list li .ico img{ margin:0 auto; padding:15px; width:66px; height:66px;}
.Floor002304 .list li .ico .ico_on{ display:none;}
.Floor002304 .list li .dot1{ font-size:16px; color:#fff; text-align:center; padding-bottom:20px;}
.Floor002304 .list li:hover,.Floor002304 .list li:hover .ico{ background:#f68121;}
.Floor002304 .list li:hover .ico .ico_on{ display:block;}
.Floor002304 .list li:hover .ico .ico_off{ display:none;}
.Floor002304 .list li:hover a{ color:#fff;}
.Floor002304 .list li .pic img{max-width: 586px;padding: 0;}

@media only screen and (min-width:768px ) {
	.Floor002304 .list li{width: 48%;}
}


/*TextList002148 */
.TextList002148{ padding:3% 0 1%;}
.TextList002148 .auto{ max-width:1200px;}
.TextList002148 li{ width:25%;overflow:hidden; position:relative; margin-bottom:2%; float:left;}
.TextList002148 li img { width:100%;}
.TextList002148 li .more{position:absolute; display:inline-block;content:'';right:0;top:0;width:48px;height:100%;background: url(../images/textlist002148-more.gif) no-repeat center center #0097a0;}
.TextList002148 li .more:hover{background: url(../images/textlist002148-more_1.gif) no-repeat center center #f6ab00;}
.TextList002148 li div{border-left:1px solid #e9e9e9; background-color:#f8f8f8; padding: 5%;}

.TextList002148 li h3{ margin:0; font-size:16px;padding:10px 0 0 0;}
.TextList002148 li h3 a{ text-decoration:none; color:#333;}

.TextList002148 li h3 a:hover{color:#f6ab00;}
.TextList002148 li p{ line-height:26px; overflow:hidden; color:#333; height:52px; margin:1% 0 0 0;}
@media(max-width:1000px){
.TextList002148 li{padding-right:30px;}
.TextList002148 li:after{width:30px; background-size:35% auto;}
}
@media(max-width:768px){
.TextList002148 li h3{ font-size:16px;}
}
@media(max-width:480px){
.TextList002148 li{padding-right:0;}
.TextList002148 li:after{ display:none;}
.TextList002148 li h3{ font-size:14px;}
.TextList002148 li p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
}


/*
 .Timeline000722
 */
.Timeline000722{ padding:1% 0 3%;}
.Timeline000722 dl{ position:relative;padding-top: 20px; padding-left:105px; min-height:60px; margin-bottom:5%;}
.Timeline000722 dl:last-child{ margin-bottom:0;}
.Timeline000722 dt{ position:absolute; left:0; top:0; padding:5px;border-radius:50%; border:1px solid #57a9ac;}
.Timeline000722 dt b{ display:block; width:75px; height:75px; border-radius:50%; background-color:#57a9ac; color:#fff; text-align:center; padding-top:25px; position:relative;}
.Timeline000722 dt b:before{ position:absolute; content:''; width:14px; height:1px; background-color:#fff; left:50%; margin-left:-7px; top:50px; z-index:5;}
.Timeline000722 dd{border-top:1px solid #57a9ac; padding-top:10px;}
.Timeline000722 dd p{ margin:0; padding-bottom:10px; padding-left:10px; position:relative; font-size: 15px;}
.Timeline000722 dd p:before{ position:absolute; content:''; width:2px; height:2px; background-color:#7f7f81; left:0; top:10px;}
@media(max-width:480px){
.Timeline000722 dl{padding-left:90px; min-height:70px;}
.Timeline000722 dt b{  width:60px; height:60px;padding-top:20px;}
.Timeline000722 dt b:before{ top:40px;}
}

.clear{clear：both}


/*
 .Form001725 为demo编号
 */
.Form001725{ padding:2% 0;}
.Form001725 .name{padding:15px 0; font-size:18px;border-bottom:1px solid #e5e5e5;}
.Form001725 .name span{ display:inline-block; border-left:6px solid #f29200; padding-left:15px;}
.Form001725 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative;}
.Form001725 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#f29200;}
.Form001725 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:26.6%; height:46px; border:2px solid #999; }
.Form001725 .search input{border:none; }
.Form001725 .search .text{ width:100%; height:42px; line-height:42px; padding:0 56px 0 10px; background:none; color:#999;}
.Form001725 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%; background:url(../images/form001725-search.png) no-repeat center center; padding:0;}

.Form001725 .form{ padding-top:30px; width:100%;}
.Form001725 .form td{ padding-bottom:20px; font-size:14px; }
.Form001725 .form td.w1{ width:44%;}
.Form001725 .form td.w2{ width:0%;}
.Form001725 .form .text{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001725 .form .textarea{ width:100%; border-radius:3px; border:1px solid #cfcfcf; line-height:36px;height:100px; text-indent:10px; background:none; }
.Form001725 .form p{ margin:0 0 10px 0;color:#0097a0; background:url(../images/form001725-icon.jpg) no-repeat left center; padding-left:15px;}
.Form001725 .form td em{ font-style:normal; color:#bcbcbc;}
.Form001725 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001725 .form .btn{ background:#0097a0; color:#fff; cursor:pointer; font-size:18px; width:60%; max-width:180px; height:50px; border-radius:3px; border:none; margin-top:35px; }
.Form001725 .form dl{ position:relative;}
.Form001725 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px; background:url(../images/form001725-check.png) no-repeat 95% center;}
.Form001725 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001725 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001725 .form dd a:hover{ background-color:#ccc;}
@media(max-width:768px){
.Form001725 .search{ position:relative; margin-top:10px; top:auto; width:auto;}
}



.news_info{padding:2% 0 4%;}
.news_info .title{ text-align:center; padding-bottom:0px; background:none;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:20px;}
.news_info .title p span{ margin:0 36px; color:#999;  font-size:12px;}
.news_info .intro{ text-align:justify; text-justify:inter-ideograph; padding-top:38px;}
.news_info .info img{ margin:15px 0;}
.news_info .info p{ font-size:14px; color:#666; line-height:26px; margin:12px 0; text-indent:2em;}
.news_info .info_back{ text-align:center; clear:both; padding:2% 0 20px 0;} 
.news_info .info_back a{ color:#999; font-size:14px;} 
.news_info .info_back a:hover{color:#0097a0;}
.news_info .info_back .goback{ background:#0097a0; padding:8px 18px; color:#fff; border-radius:6px;}
.news_info .info_back .goback:hover{ color:#fff}
.news_info .info_back dl{ width:35%;}
.news_info .info_back .prepage{ float:left;}
.news_info .info_back .nextpage{ float:right;}



/*RighInfo003318*/
.RighInfo003318{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; min-height:246px; z-index:110; padding-bottom:5%; position:fixed; top:0; left:0; background:rgba(0,0,0,.35); width:100%; height:100%;}
.RighInfo003318 .auto{ max-width:977px;background:url(../images/righinfo003318-bj.png) no-repeat;padding-bottom: 5%; position:relative; }
.RighInfo003318 .button{ position:absolute; top:55px; right:42px; cursor:pointer;}
.RighInfo003318 .box1{padding:15px 15px 15px 15px;color:#728391;font-size:16px;line-height:30px;overflow-style:marquee-line;}
.RighInfo003318 .box1 .pic{float:right;margin-left:5%;padding-top: 24%;}
.RighInfo003318 .box1 .h3{font-size:26px;color:#fff;margin:0 0 20px 0; font-weight: bold;}
.RighInfo003318 .box1 figure{ padding:17.5% 0% 0 7%; color:#fff;}
.RighInfo003318 .box1 figure p{ padding:1.5% 0; margin:0;}
.RighInfo003318 .box1 figure .text2{ display:block; font-size:14px;}
@media(max-width:1000px){
.RighInfo003318{ overflow-y:scroll; padding-bottom:0;}
.RighInfo003318 .auto{ background:#59c0c6; width:96%; margin:0 auto;}
.RighInfo003318 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
.RighInfo003318 .box1 figure{ padding:0;}
.RighInfo003318 .button{top:26px; right:20px;}
}
/*RighInfo003318 End*/


/*右侧悬浮*/
.RighInfo003318{ display:none;}
.RighInfo003318 .RighInfo003318_m{ position:absolute; top:12%; left:0; width:100%;}
.btn_right{ width:60px; height:60px; background:url(../images/btn_right.png) #0097a0 no-repeat center center; position:fixed; right:0; top:42%; z-index:9; border-top-left-radius:5px; border-bottom-left-radius:5px; cursor:pointer;}

@media(max-width:1400px){
.RighInfo003318 .RighInfo003318_m{ top:3%;}
}

@media(max-width:1000px){
.RighInfo003318 .RighInfo003318_m{ top:0;}
}
/*右侧悬浮*/


/*头部改*/
.Floor002390 header .auto{ max-height:none;}
.Floor002390 header .share{ margin-top:1%;}

.Floor002390 header .logo img{ margin-right:15px; }
.Floor002390 header .logo span{ font-size:16px; color:#000;}
.Floor002390 header nav li{ widows:14%; height:38px; line-height:38px;}

@media(max-width:480px){
.Floor002390 header .mobile_menu{ top:22%;}

.Floor002390 header .logo span{ font-size:14px;}
}


.Floor002390 header nav li .nav_a2{ display:none;}

@media(max-width:1000px){
.Floor002390 header nav li{ height:auto;}
.Floor002390 header nav li .nav_a{ display:none;}
.Floor002390 header nav li .nav_a2{ display:block; padding: 8%;font-size: 18px;text-align: center;color: #333;}
.Floor002390 header nav li dl{ position:static;}


}
/*头部改*/



/*研发领域*/
.Floor002437  .list li,
.Floor002437  .list li:hover{ border:none;}
.Floor002437 .add_yf{}
.Floor002437 .add_yf .list .pic{ display:block; border:1px solid #0097a0; border-radius:160px; width:50%; height:0; overflow:hidden; padding-bottom:50%; margin:0 auto; position:relative;}
.Floor002437 .add_yf .list .pic a{ display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.Floor002437 .add_yf .list li img{ width:60%; position:absolute; top:20%; left:20%; padding:0;}
.Floor002437 .add_yf .list .word{ padding:16px 0;}
.Floor002437  .list li .word h3 a:hover{ color:#0097a0;}


.zy_menu{ text-align:center; padding:30px 0;}
.zy_menu span{ display:inline-block; padding:7px 22px; border-radius:30px; border:1px solid #0097a0; margin:0 10px; cursor:pointer;}
.zy_menu .zy_on{ background:#0097a0; color:#fff;}

.Floor002390 header .logo a{ display:block;  top:16px;}
@media(max-width:1000px){
.Floor002390 header .logo a{ position:static;}
}


/*
 .TextList002192
 */
.TextList002192{ padding:3% 0 0;}
.TextList002192 .tit{ font-size:30px; font-weight:normal; color:#333; margin:0 0 30px; line-height:28px; text-align:center;}
.TextList002192 .tit span{ position:relative; }
.TextList002192 .tit span i{ font-size:27px; color:#333; width:2px; font-style:normal; position:absolute; left:8px; top:4px;}
.TextList002192 .tit span i:last-child{ right:13px; left:auto;}
.TextList002192 .tit em{ font-style:normal; text-transform:uppercase; color:#999; font-family:Arial; display:block; font-size:14px;}
.TextList002192 li{ border-bottom:1px solid #e3e3e3; padding-bottom:3%; margin-bottom:3%; position:relative; min-height:102px; padding-left:125px;}
.TextList002192 li time{ display:block; border:1px solid #e3e3e3; width:105px; height:102px; text-align:center; position:absolute; top:0; left:0; color:#888; line-height:1.4;}
.TextList002192 li time span{ display:block; border-bottom:1px solid #e3e3e3; font-size:50px; margin-bottom:5px;}
.TextList002192 li h2{ color:#444444; font-size:16px; margin:0; position:relative; padding-right:70px;}
.TextList002192 li h2 span{ display:block;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis;}
.TextList002192 li h2 .more{ position:absolute; right:0; top:0; text-transform:uppercase; font-weight:normal; font-size:14px;}
.TextList002192 li h2 a{transition: .3s ease-out; color:#444;}
.TextList002192 li h2 a:hover{ color:#0097a0;}
.TextList002192 li p{ color:#888; font-size:14px; line-height:24px; margin:15px 0 0; max-height:72px; overflow:hidden;}



/*
 .Floor001207 为demo编号
 */
.Floor001207{ background:url(../images/floor001207-bg.jpg) no-repeat center top/cover; padding:3% 0 0%; overflow:hidden;}
.Floor001207 h1{ padding-bottom:3%; margin:0; font-size:72px; text-transform:uppercase; color:#303030;}
.Floor001207 h1 span{ display:block; font-size:24px; opacity:0.4;}
.Floor001207 .boutique {position: relative; z-index: 1;}
.Floor001207 li{position: absolute;z - index: 1;display: none;}
.Floor001207 li img {width: 357px;height:516px} 
.Floor001207 li a{ display:block;}
.Floor001207 .main{position:relative;}
.Floor001207 .main .btn{ position:absolute; width:30px; height:60px; top:50%;margin-top:-30px; z-index:10; cursor:pointer;} 
.Floor001207 .main .prev{left:-5%; }
.Floor001207 .main .next{right:-5%; transform:rotate(180deg);}
.Floor001207 .main .btn::before,
.Floor001207 .main .btn::after{ position:absolute; content:''; width:100%; height:2px; background-color:#000; transform:rotate(-45deg); top:50%; margin-top:-10px;}
.Floor001207 .main .btn::after{transform:rotate(45deg);margin-top:10px;}
.Floor001207 li div{ display:none !important; }
.Floor001207 .name{text-align:center; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin:0 auto; max-width:40%;}
.Floor001207 .name h6{ margin:0; font-size:24px; padding:20px 0 10px; position:relative;color:#0097a0;}
.Floor001207 .name h6::before{ position:absolute; content:''; width:50px; height:3px; background-color:#0097a0; left:50%; margin-left:-25px; bottom:5px;}
.Floor001207 .name p{line-height:22px;height:44px; overflow:hidden; margin:0;text-transform:uppercase;}
@media(max-width:1200px){
.Floor001207 .main .prev{ left:2%;}
.Floor001207 .main .next{right:2%; }
}
@media(max-width:1000px){
.Floor001207 h1{font-size:30px;}
.Floor001207 h1 span{font-size:18px;}
}
@media(max-width:768px){
.Floor001207 .name{max-width:none;}
}
@media(max-width:480px){
.Floor001207 h1{font-size:20px;}
.Floor001207 h1 span{font-size:16px;}
.Floor001207 .name h6{font-size:18px;}
.Floor001207 .main .btn{width:20px; height:40px;margin-top:-20px;} 
.Floor001207 .main .btn::before,
.Floor001207 .main .btn::after{margin-top:-7px;}
.Floor001207 .main .btn::after{margin-top:7px;}
}



/*
 .PicList002501 为demo编号
 */
.PicList002501{ position: relative; z-index:9;}
.PicList002501 .auto_1200{max-width: 1200px; position: relative; background: #fff;}
.PicList002501 .wrap-container{ margin: 0 auto;  max-width: 1200px; padding: 0 0px;}
@media (max-width: 1230px) {
	.Floor002491 .wrap-container{ padding: 0 15px; max-width: 1230px;}
}

.PicList002501  ul li{margin-bottom: 30px;}
.PicList002501  ul li.last{margin-bottom: 0;}
.PicList002501 .right{margin-bottom: 20px;}
.PicList002501 .rightBox .img{ overflow: hidden;}
.PicList002501 .rightBox .img img{width: 100%;}
.PicList002501 .leftBox .h3{font-size: 18px; color: #0097a0; font-weight: normal; margin: 0;}
.PicList002501 .leftBox .txt{padding-top: 10px; font-size: 16px; line-height: 1.8;}

@media screen and (min-width:768px){
  .PicList002501 .right{float: right; width: 50%;}
  .PicList002501 .left{float: left; width: 48%;}
  .PicList002501 .pic{float: right;}
  .PicList002501 .odd .right{float: left;}
  .PicList002501 .odd .left{float: right;padding-top: 113.25px;}
  .PicList002501 .leftBox{width: 90%;margin: 0 auto;padding-top: 113.25px;}
}

@media screen and (min-width:1000px){
  .PicList002501 .auto_1200{ padding-top: 10px;}
  .PicList002501 .leftBox .h3{font-size: 24px;}
	.PicList002501 .leftBox .h3 i{display: block;width: 4px;height: 24px;background:#0097a0;float: left;margin-right: 10px;margin-top: 5px}
}

/*RighInfo001848 */
.RighInfo001848{ padding:1% 0 3%;}
.RighInfo001848 .title{ text-align:center;}
.RighInfo001848 h4{text-align: left;font-weight: normal;font-size: 16px;text-indent: 2em;}
.RighInfo001848 .RighInfo001848_text{line-height:24px; color:#333;}
.RighInfo001848_text p{ font-size: 15px;line-height: 2;text-align: justify;text-indent: 2em;}
.RighInfo001848 .title span{ display:inline-block; background:#0097a0; font-size:24px; color:#fff; line-height:34px; padding:0 10px;vertical-align:middle;}
.RighInfo001848 .title:after,
.RighInfo001848 .title:before{ content:''; display:inline-block; height:5px; border:1px solid #bbb; border-left:0; border-right:0; width:10%; vertical-align:middle;}

.RighInfo001848 .info{ padding:1% 0 3%;}
@media(max-width:480px){
.RighInfo001848 .title span{ font-size:18px;}
}


.RighInfo001385{padding: 3% 0}

/*
 .Floor002439 为demo编号
 */
.Floor002439 {}
@media only screen and (min-width:1200px ) {
	.Floor002439{ padding-left: 30px; padding-right: 30px;}
}
@media only screen and (min-width:1600px ) {
	.Floor002439{ padding-left: 50px; padding-right: 50px;}
}
.Floor002439 .auto{ overflow: hidden;}
.Floor002439 .auto span{font-family:Arial;font-size:24px;color: #0097a0;font-weight: bold;}
.Floor002439 .list{ padding-top: 15px;}
.Floor002439 .list .item{padding: 0 0 15px;}
.Floor002439 .list .item a{ display: block; width: 100%; position: relative; }
.Floor002439 .list .item a .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background: #2396A2;
	background: -moz-linear-gradient(top, #4BC3C3 0%,#006D86 100%);
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0%,#4BC3C3), color-stop(100%,#006D86));
	background: -webkit-linear-gradient(bottom, #4BC3C3 0% ,#006D86 100%);
	background: -o-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: -ms-linear-gradient(bottom, #4BC3C3 0%,#006D86 100%);
	background: linear-gradient(to bottom, #4BC3C3 0%,#006D86 100%);display: inline-block;}
.Floor002439 .list .item .word{ padding:6% 5% 6% 10%; color: #fff; position: relative; z-index: 3;transform: 0.5s ease }
.Floor002439 .list .item .word .pic{ width: 41px;}
.Floor002439 .list .item .word h3{ font-weight: normal; margin:8% 0 1.345%; font-size: 20px;}
.Floor002439 .list .item .word p{ margin: 0; line-height: 24px; height: 45px; overflow: hidden; font-size: 14px;}
@media only screen and (min-width:640px ) {
	.Floor002439 .list{ margin: 0 -10px;}
	.Floor002439 .list .item{ float: left; width: 33.3334%;padding: 0 10px 20px;}
	.Floor002439 .list .item .word:hover{transform: scale(1.1); opacity: 1; z-index: 9999; position: relative;transform: 0.5s ease; background:#f6ab00;}
}


/*企业文化*/
/*
 .RighInfo002223
 */
.RighInfo002223{background-color: #fff;}	
.RighInfo002223 .auto{padding-top: 0%;padding-bottom: 0%;}
.RighInfo002223 .pic{margin-top: 20px;}
.RighInfo002223 .h3{color:#1f71c3;line-height:1.6;margin:0; font-size: 20px;}
.RighInfo002223 .h4{font-size:16px;color:#1f71c3;margin:30px 0px 0 0;}
.RighInfo002223 .h3:after,.RighInfo002223 .h4:after{color:#8fb8e1;width:50px;height:2px;background:#8fb8e1;border:none;margin:15px 0px; content: ""; display: block;}
.RighInfo002223 .ul{ margin: 0; clear: both;}
.RighInfo002223 .ul li{font-size: 14px;padding-bottom: 20px;}
.RighInfo002223 .ul li i{padding-right:10px;}
.RighInfo002223 .ul li span{font-family:Arial;font-size:24px;color: #0097a0;font-weight: bold;}
.RighInfo002223 p{line-height: 3;font-size:14px;color:#333;clear:both;}

.RighInfo002223 p img{max-width: none;}
@media screen and (min-width: 1024px){
	.RighInfo002223 .h3{font-size: 24px;}
	.RighInfo002223 .pic{width: 49%;}
    .RighInfo002223 .con{width: 60%; }
}
@media screen and (min-width: 768px){
	.RighInfo002223 .h3:after,.RighInfo002223 .h3:after{ margin: 25px 0;}
   .RighInfo002223 .h4{
	font-size:18px; margin-top: 55px; }
   .RighInfo002223 .pic{ margin: auto;width: 100%;}
   .RighInfo002223 .con{ float:left;width: 100%;padding: 55px 0 0px; }
  
}




/*
 .PicList002497 为demo编号
 */
.PicList002497{ background: #fff;padding-bottom: 5%;}
.PicList002497 .auto_1200 { max-width: 1200px; background: #fff;}
.PicList002497 .maintit{display: block; padding: 30px 0;  width: 100%; text-align: center;  margin: 0; font-size: 22px; font-weight: normal; color: #1361a7; line-height: 1;}
.PicList002497 .maintit i{ display: inline-block; background: url(../images/piclist002497-titlebg.png) no-repeat center; width:20px; height: 20px;  }
@media (min-width:1000px ) {
	.PicList002497 .maintit{ position: relative; top:-46px; z-index:6;font-size: 34px; margin: 0; padding-top: 0;}
}
.PicList002497 .wrap-container{ margin: 0 auto;  max-width: 1200px;}
@media (max-width: 1230px) {
	.PicList002497 .wrap-container{ padding: 0 15px; max-width: 1230px;}
}

.PicList002497 .List *{-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.PicList002497 .List  ul li { padding-top:65%;position: relative;width: 100%;margin-top: -1px; border:1px solid #eee;}
.PicList002497 .List  ul li a { display: block;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.PicList002497 .List  ul li .imgBox {height: 100%;position: relative;width: 100%;}
.PicList002497 .List  ul li .imgWrap { left: 50%;   position: absolute;top: 50%;transform: translate(-50%, -50%); width: 100%;}
.PicList002497 .List  ul li .txtCon{/*padding: 20px;*/text-align: center;}
.PicList002497 .List  ul li a .img {display: block;height: 75px; position: relative;}
.PicList002497 .List  ul li a .img img {max-height: 100%;}
.PicList002497 .List  ul li a .img img.img02{ position: absolute; left:38%;top: 0;opacity: 0; }

.PicList002497 .List  ul li a .txt {display: block; width: 100%; color: #666; font-size: 14px;}
.PicList002497 .List  ul li a .h3{font-size: #333;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002497 .List  ul li a .more{display: block; font-size: 14px; width: 100px;padding-left: 15px;height: 30px;line-height: 30px; border-radius: 8px 0;border:1px solid #999; color: #999; margin-top: 20px;}

@media screen and (min-width:540px ){
.PicList002497 .List ul li{width: 50%;padding-top:38%;float: left; margin-top: 0; border:none;}

  .PicList002497 .List  ul li a {border-right: 1px solid #eee;border-bottom:1px solid #eee; border-top:1px solid #eee;}
  .PicList002497 .List  ul li:nth-child(2n+1) a,
  .PicList002497 .List  ul li.last a{  border-left: 1px solid none; }

  .PicList002497 .List  ul li:nth-child(1) a{border-left: 1px solid #eee;}
  .PicList002497 .List  ul li:nth-child(1) a,
  .PicList002497 .List  ul li:nth-child(2) a {border-top:1px solid #eee;}

}
@media screen and (min-width:768px ){
  .PicList002497 .List ul li{width: 25%;padding-top:30%;}
  .PicList002497 .List  ul li:nth-child(3) a {border-top:1px solid #eee;}
/*  .PicList002497 .List  ul li:nth-child(2n+1) a{border-left: none;}*/


}
.PicList002497 .List  ul li a:hover{background: #1d93ab;}
.PicList002497 .List  ul li a:hover .img img.img01{opacity:0;}
.PicList002497 .List  ul li a:hover .img img.img02{opacity: 1;}
.PicList002497 .List  ul li a:hover .h3,
.PicList002497 .List  ul li a:hover .txtp{color: #fff;}
.PicList002497 .List  ul li a:hover .more{color: #fff; border-color: #fff;}

@media screen and (min-width:1200px ){
  .PicList002497 .List  ul li .txtCon{text-align: center;}
  .PicList002497 .List  ul li a .h3{margin: 30px 0 20px;}
  .PicList002497 .List  ul li a .txtp{height: 60px;}
}
.pagerBox2{
	margin-top:15px;
	text-align: center;
}
.pagerBox2 span{
	height: 19px;
	display: inline-block;
	border: 2px solid #dddddd;
	padding: 0 6px;
	color: #666;
	border-color: #adcf0c;
	background: #f8ffd7;
	text-decoration: none;
}
.Page002274 .Pages span{ color:#fff; background-color:#0097a0; display:inline-block; display:inline-block; padding: 0 15px; line-height:37px;  margin-left:5px;}
