﻿/*插件样式，如果有多个一样的只留一份*/
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: #ffffff;
    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;
}

/*分享样式*/
.jiathis_style>*{ box-sizing: content-box !important;}

/*
 .Floor002390 为demo编号
 */
.Floor002390{width: 100%;position: relative;}

/* 头部-header Start */
.Floor002390 header{position:fixed; background:rgba(255,255,255,.70); border-bottom: 1px solid rgba(255,255,255,.25); z-index:99; width: 100%;}
.Floor002390 header .auto{height: 120px;}

/*logo*/
.Floor002390 header .logo{width: 26%;float: left; margin: 20px 0 0 2%;}
@media(max-width:1200px){
    .Floor002390 header .logo{ left:2%;}
}
@media(max-width:1000px){
	.Floor002390 header .logo{width:300px;padding-bottom: 25px;}
}

/*头部分享-share*/
.Floor002390 header .share{float: right; margin: 32px 0 0 0;width:13%;height:35px;}
.Floor002390 header .share a.login{display:block;line-height: 35px; padding-right:15px; border-radius:35px; width:102px;padding-left: 48px;color: #fff;background: url("../images/Floor002390-shaerbg.png") no-repeat #1f2961; }
.Floor002390 header .share dl{ overflow:hidden; padding-top:10px;}
.Floor002390 header .share dl a{ float:left; width:24px; height:24px;/* background:url(../images/qq.png) no-repeat center center;*/ margin:0 5px;/* background-size:contain;*/ color:#000;}
.Floor002390 header .share dl a span{font-size:24px; }
/*.Floor002390 header .share dl a.wx{ background-image:url(../images/weixin.png);}
.Floor002390 header .share dl a.sina{ background-image:url(../images/sina.png);}*/
@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:58%;float: left;line-height: 100px;height: 100px; padding-left: 3%}
.Floor002390 header nav li{ float:left; z-index:101;position: relative;width: 14%;text-align: center}
.Floor002390 header nav li a{ display:block; color:#333;text-align: center;font-size:16px;}
.Floor002390 header nav li > a{ color:#333; padding: 0;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:#666; -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; }
.Floor002390 header nav li dl{ position:absolute; left:0; top:100%; width:100%; display:none;padding: 20px 0;background: rgba(255,255,255,0.8);}
.Floor002390 header nav li dd{line-height:3;}
.Floor002390 header nav li dd a{font-size:14px;}
.Floor002390 header nav li a:hover{color:#EA8B01;}
@media(max-width:1199px){
	.Floor002390 header nav li > a{ padding: 0 11px;}
}
@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: 80%;}
    .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; padding-left:10%;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:30%;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:#1a74b7;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 .section4 { background:#2a2d34; position:relative;}

/* 底部菜单 */
.Floor002390 .footer_nav{ max-width:1200px;  overflow: hidden;  padding: 5% 0;  margin:0px auto;}
.Floor002390 .footer_nav .item{  width:12%;  float:left;  display:inline-block;  padding-left:30px;}
.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;}
.Floor002390 .footer_nav .item:last-child{float: right;}
.Floor002390 .footer_nav .item:last-child img{margin-bottom:25px;}
@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:28px; color:#ffffff; text-align:center; line-height:34px; position:relative;}
.Floor002390 .section .section1_cn1{ font-size:15px; color:#fff; text-align:center; line-height:34px; position:relative;}
.Floor002390 .section .section1_en{ font-size:14px; color:rgba(255, 255, 255, 0.7); text-align:center; line-height:28px; position:relative;}
.Floor002390 .section .section1_lisn{ text-align:center; color:#333333; padding:20px 5px; position:relative; max-width: 1200px; margin-left: auto; margin-right: auto; width: 80%;}
.Floor002390 .section .section1_lisn li .img{ width:100%; display:block;}
.Floor002390 .section .section1_lisn li .img img{border-radius: 8px 8px 0 0;}
.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;}
.Floor002390 .section3 .section1_lisn li .section1_lisn_en{ font-size:12px; line-height:20px; height:auto; overflow:hidden;}


.Floor002390 .section1 .section1_lisn li .section1_lisn_cn{  font-size:14px;  line-height:25px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;padding-left: 5%}
.Floor002390 .section1 .section1_lisn li .section1_lisn_en{ font-size:12px; line-height:15px; overflow:hidden;height: 90px;padding: 5%}
.Floor002390 .section2 .section1_lisn li{ text-align:center; display:inline-block; width:33.33%; max-width:400px;transition: all 1s;  height: auto; margin:0px -3px; opacity: 0.9;position: relative;padding: 0 0 2% 0;}
.Floor002390 .section3 .section1_lisn li{ text-align:center; display:inline-block; width:33.33%; max-width:400px;transition: all 1s;  height: auto; margin:0px -3px; opacity: 1;position: relative;padding: 0 0 2% 0;    border-radius: 8px;}
.Floor002390 .section2 .section1_lisn li:hover{transform: scale(1.1); opacity: 1; z-index: 9999; position: relative; box-shadow: -4px 4px 14px #a59e9e;}
.Floor002390 .section3 .section1_lisn li{ background: rgba(249, 249, 253, 0.9);}
.Floor002390 .section3 .section1_lisn li:hover{background: #1772b4}
.Floor002390 .section3 .section1_lisn li:hover .section1_lisn_cn{color: #ffffff !important;}
.Floor002390 .section3 .section1_lisn li:hover .section1_lisn_en{color: #ffffff !important;}
.Floor002390 .section1style .section1_lisn li{ background:#277bb9;padding:3%;margin:0 1.5%;width: 30%;border-radius: 8px;}
.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{ background:#ffffff;}
.Floor002390 .section1 .section1_lisn li:hover{background:#1772b4;}
.Floor002390 .section1 .section1_lisn li:hover .section1_lisn_cn{color: #ffffff !important;}
.Floor002390 .section1 .section1_lisn li:hover .section1_lisn_en{color: #ffffff !important;}
.Floor002390 .section1 .section1_lisn li{ text-align:center; display:inline-block; width:33.33%; max-width:270px; margin:0px -3px; position:relative; padding-bottom:5px;}
.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 a{position: absolute;width: 100%;height: 100%;display: inline-block;left: 0;top: 0; }
.Floor002390 .section1 .section1_lisn li{    background: rgba(249, 249, 253, 0.9);}
.Floor002390 .section1style .section1_lisn li:hover{background: #1f2961;}
.Floor002390 .fp-controlArrow.fp-next,.Floor002390 .fp-controlArrow.fp-prev{ display:none;}

.Floor002390 .section2 .section1_lisn li a{display: inline-block;width: 100%;height: 100%;color: #fff;position: absolute;top: 0;left: 0;}
.Floor002390 .section1 .bx-wrapper .bx-viewport{background: none;border: none;}
/*滚屏提示*/
.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:#5bc1d8;}
.Floor002390 .section3 .section1_lisn li{width: 23% !important;margin: 0 0.5% !important}
.Floor002390 .section3 .section1_lisn li .img img{width: 100%;display: block;border-radius:8px 8px 0 0}

.Floor002390 .section1 .section1_cn{color: #ffffff;}
.Floor002390 .section3 .section1_cn{color: #ffffff;}
@media (max-width:768px) {
   .Floor002390 .section1 .section1_cn{ padding-top:40px;}
   .Floor002390  .section2 .section1_lisn li{width: 90%;padding-top: 5%;margin-bottom: 3%}
   .Floor002390  .section3 .section1_lisn li{width: 90%;padding-top: 0% !important;margin-bottom: 3%}
   .Floor002390  .section1 .section1_lisn li{ width:30%; max-width: 270px;margin:0 1%}
    .Floor002390 .section3 .section1_lisn li{width: 45% !important;margin: 1% 1% !important}
    .Floor002390 .section .section1_lisn{width: 100%}
    .Floor002390 .section3 .section1_lisn li .section1_lisn_en{height: 60px !important;display: none;}
    .Floor002390 .section .section1_cn{font-size: 18px;padding-top: 5%}
    .Floor002390 .section1 .section1_lisn li .section1_lisn_en{height: 100px !important}
    .Floor002390 .section3 .section1_lisn li .section1_lisn_cn{font-size: 12px}

}

@media (min-width:1024px) {
   
   .Floor002390 .section .section1_cn{  font-size:28px;}
   .Floor002390 .section1 .section1_cn,.Floor002390 .section1 .section1_en{transition: All 2s;-webkit-transition: All 2s;-moz-transition: All 2s;-o-transition: All 2s;}
    .Floor002390 .section1 .section1_cn{ top:-400px; opacity:0;}
    .Floor002390 .section1 .section1_en{ top:-360px; opacity:0;}
    .Floor002390 .section1.active .section1_cn{ top: 0px; opacity:1;}
    .Floor002390 .section1.active .section1_en{ top: 0px; opacity:1;}
    .Floor002390 .section1 .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;margin-right: 2%}
    .Floor002390 .section1 .section1_lisn .lisn1{ bottom:-400px;opacity:0;}
    .Floor002390 .section1 .section1_lisn .lisn2{ bottom:-600px; opacity:0;}
    .Floor002390 .section1 .section1_lisn .lisn3{ bottom:-400px; opacity:0;}
    .Floor002390 .section1 .section1_lisn .lisn4{ bottom:-600px; opacity:0;}
    .Floor002390 .section1 .section1_lisn .lisn5{ bottom:-400px; opacity:0;}
    .Floor002390 .section1.active .section1_lisn li{ bottom:0px; opacity:1;transition: all 2s;text-align: left;    border-radius: 8px;}
    .Floor002390 .section1.active .section1_lisn li a
    .Floor002390 .section1.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_en{ bottom:-400px; opacity:0;}
    .Floor002390 .section3.active .section1_cn{ top: 0px; opacity:1;}
    .Floor002390 .section3.active .section1_en{ bottom: 0px; opacity:1;}
    .Floor002390 .section1 .section1_cn{ font-size:35px;  color: #fff; }
    .Floor002390 .section1 .section1_en{ font-size:35px;  color: #fff; padding-left: 5%;}
}
@media (min-width:1366px) {
    .Floor002390 .section2 .section1_cn{  padding-top: 100px;}
    .Floor002390 .section1 .section1_lisn li{ max-width:30%;text-align: left}
    .Floor002390 .section .section1_cn{ font-size:28px;  color: #ffffff; }
    .Floor002390 .section3 .section1_cn{ font-size:28px;  color: #ffffff; }
	  .Floor002390 .section .section1_cn1{ font-size:35px;  color: #fff; }
    .Floor002390 .section .section1_lisn li .section1_lisn_cn{padding-top: 5%}
    .Floor002390 .section .section1_lisn li .section1_lisn_en{padding-top: 5%}
    .Floor002390 .section1 .section1_cn{color:#ffffff }


    .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 .section2 .section1_cn{  padding-top: 0px;}
    .Floor002390 .section .section1_lisn{ padding-top:90px;}
    .Floor002390 .section .section1_cn{ font-size:58px;   line-height:77px; }
	   .Floor002390 .section .section1_cn1{ font-size:58px;   line-height:77px; }
    .Floor002390 .section .section1_en{ font-size:18px;}

    .Floor002390 .section .section1_lisn li .img{ width:100%; display:inline-block; }
    .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;padding-top: 0;}
    .Floor002390 .section2 .section1_lisn li.lisn1 .img{ background:url(../images/Floor002390-index_img1.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section2 .section1_lisn li.lisn2 .img{ background:url(../images/Floor002390-index_img2.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section2 .section1_lisn li.lisn3 .img{ background:url(../images/Floor002390-index_img3.png) no-repeat bottom;background-size: auto}
    .Floor002390 .section1 .section1_lisn li{ text-align:center; display:inline-block; width:100%; max-width:30%;  margin:0px 1.5%;}
    .Floor002390 .sidebar{ position:fixed; z-index:999; left:12%; top:48%; display:block}
}
.Floor002390 .section2 .section1_lisn li .section1_lisn_cn{color: #ffffff !important;}
.Floor002390 .section2 .section1_lisn li .section1_lisn_en{color: #ffffff !important;}

.Floor002390 .section3 .section1_lisn li .section1_lisn_cn{color: #333333 !important;font-size: 16px;font-weight: bold;text-align: left;padding: 5% 5% 0 5%;}
.Floor002390 .section3 .section1_lisn li .section1_lisn_en{color: #333333 !important;font-size: 12px;font-weight: normal;text-align: left;padding:0 5%;height: 50px;}

/*
 .Menu002361 为demo编号
 */
.Menu002361{  background:#fff; border-bottom: 1px solid #e6e6e6; }
.Menu002361 .auto{ position:relative; max-width: 1600px;}
.Menu002361 header{ position:absolute; left:-160px; top:0;width:360px; padding:14px 0;   padding-left:220px;   text-align:left; line-height: 18px;background:#1c265f; font-size:18px; font-weight:normal; color:#fff; }
.Menu002361 header span{ font-size:12px; color:#4c5481;}
.Menu002361 ul{ padding-left:200px; height:66px;}
.Menu002361 li{ float:left; width:12%; min-width: 80px; text-align:center; font-size:18px; color:#333; }
.Menu002361 li a{ color:#333; display:block; line-height:66px;height:66px;  font-size: 16px}
.Menu002361 li a:hover,
.Menu002361 li.aon a{ border-bottom:4px #1772b4 solid; }
@media(max-width:767px){
.Menu002361 header{ position:relative; width:100%; left:0; text-align:left; padding-left:65px;  color:#fff; background-color:#1c265f;}
.Menu002361 ul{ padding-left:0;height: auto;}
.Menu002361 li{ width:33%; min-width: 1px;}
}
@media(max-width:480px){
.Menu002361 header{  padding-left:10px; }
.Menu002361 li{ font-size:14px; }
}



/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:0 0 3% 0;}
.RighInfo002228 .auto{ max-width:1200px;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#815122; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.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:24px; color:#666; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:15px 0;} 
  .RighInfo002228 .single-content p img{display: block;margin: 0 auto}
  .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:30px;}
}




/*
 .Timeline002237 为demo编号
 */
.Timeline002237{ padding:55px 0;}
.Timeline002237 ul{ list-style: none;}
.Timeline002237 .history-wrap { position:relative; overflow:hidden; }
.Timeline002237 .history-years { width:159px; position:absolute; left:0; top:0; position:fixed; z-index:220; opacity:0;}
.Timeline002237 .history-years_wrap { width:159px; }
.Timeline002237 .history-years_wrap ul {  width:24px; float:right; position:relative; margin-top:-2px; } 
.Timeline002237 .history-years_wrap li {  width:18px;  height:150px; line-height:42px; text-align:center; background:url(../images/Timeline002237-dev_br.jpg) no-repeat right center; background-size:auto 100%; margin-top:-1px; margin-right:5px;}
.Timeline002237 .history-years_wrap li span { position:relative; padding-right:30px; color:#5e5e5e; font-family:Arial; float:right; right:-4px; margin-top:-1px; cursor:pointer; font-size: 18px; font-weight: 100; background:url(../images/Timeline002237-lc_06.png) no-repeat right center;}
.Timeline002237 .history-years_wrap li.active span{ font-size:38px; color:#c79669; font-weight:bold; background:url(../images/Timeline002237-lc_03.png) no-repeat right center; background-size:24px 24px;}
.Timeline002237 .history-years_box {  height:580px;overflow:hidden; width:159px; position:relative; margin-bottom:15px;}
.Timeline002237 .history-years_top { display:block; width:16px; height:10px; background:url(../images/Timeline002237-dev_top.jpg) no-repeat; margin-bottom:15px; position:relative; float:right; right:-2px; display: none;}
.Timeline002237 .history-years_bottom { display:block; width:20px; height:12px; background:url(../images/Timeline002237-lc_09.png) no-repeat; margin-bottom:15px; position:relative; float:right; right:3px; top: -13px }

.Timeline002237 .history-list {  width:920px; float:right;}
.Timeline002237 .history-list .history-list_part > h4 { color:#d2d2d2; border-top:5px solid #d2d2d2;}
.Timeline002237 .history-list ul {  position:relative; margin-bottom:30px;}
.Timeline002237 .history-list li {  width:49.6%; margin-bottom:22px;}
.Timeline002237 .history-list li .year_wrap {  width:95%; border:1px solid #dddddd;}
.Timeline002237 .history-list li.odd .year_wrap {  float:right;}
.Timeline002237 .history-list li .year_wrap img {  width:100%;}
.Timeline002237 .year_box {  padding:20px; position:relative; z-index:20; background:#fff;}
.Timeline002237 .year_box h4 { color:#2b2b2b; margin-bottom:6px;}
.Timeline002237 .year_box p {  color:#616161; font-size:14px; line-height:1.7em;}

.Timeline002237 .news_index_l .public_list_img { margin-bottom:10px; }
@media only screen and (min-width: 1200px){
.Timeline002237 .history-list_year {
    font-size: 105px; margin: 0}
   .Timeline002237 .history-years_wrap li.active span {
    font-size: 46px !important; }
}

.Timeline002237 .history-list .year_box h4{display: inline-block;line-height: 40px;text-align: center;position: relative; margin:10px 0 0}
.Timeline002237 .history-list .year_box span{width: 40px;height: 40px;display: inline-block;margin-left: 23px;}
.Timeline002237 .history-list .year_box h4:hover em{opacity: 1;}
.Timeline002237 .history-list .year_box em{opacity: 0;height: 35px;line-height: 35px;display: inline-block;margin-left: 14px;background: #d2d2d2;width: 91px;color: #fff;font-size: 14px;position: absolute;top: 50%;transform: translateY(-50%);transition: all .3s;}
.Timeline002237 .history-list .year_box em:before{content: "";display: block;position: absolute;width: 8px;height: 12px;top: 50%;transform:translateY(-50%);background: url(../images/Timeline002237-add_icon_10.png);left: -5px;}

.Timeline002237 #swiper-container2 {  display: none;}

@media only screen and (max-width: 1300px){
.Timeline002237 .history-list { width: 726px;}
}
@media only screen and (max-width: 1140px){
.Timeline002237 .history-list_year { font-size: 70px; margin: 15px 0 10px;}
}

@media only screen and (max-width: 1023px){

.Timeline002237 .history-years {  width: 20%;  display: none;}
      .Timeline002237   #swiper-container2 .swiper-slide { text-align:center; line-height:30px; height:30px; }
      .Timeline002237   #swiper-container2 .swiper-slide.active-nav { color:#005bac; font-size:18px; }
      .Timeline002237   .history-list {    padding-left: 0;    width: 100%;    float: none;    padding-left: 0;}
}



/*
 .PicList001234 为demo编号
 */
.PicList001234 { padding-top: 4%;}
.PicList001234 li{ float:left; width:31.5%; margin-right:2.75%; margin-bottom:2.75%;}
.PicList001234 li:nth-child(3n){ margin-right:0;}
.PicList001234 li div{ padding:3%; background-color:#f2f2f2;}
.PicList001234 li h2{ font-size:14px; margin:0;}
.PicList001234 li p{ font-size:12px; line-height:20px; height:40px; overflow:hidden; margin-bottom:0;}
.PicList001234 li figure{ position:relative;}
.PicList001234 li figure img{ display:block; width:100%;}
.PicList001234 li figure i{ width:40px; height:40px; border-radius:50%; border:3px solid #1c265f; position:absolute; left:50%; top:50%; margin-left:-20px; margin-top:-20px; background-color:rgba(255,255,255,0.7);}
.PicList001234 li figure i::before{ position:absolute; content:''; width:0; height:0; border:6px solid #1c265f; border-top-color:transparent; border-bottom-color:transparent; border-right:0; left:50%; top:50%; margin-top:-5px; margin-left:-3px;}
@media(max-width:480px){
.PicList001234 li{ width:auto; margin-right:0; float:none;}
}



/*
 .PicList001235 为demo编号
 */
.PicList001235 { padding-top: 1%;}
.PicList001235 .yiyuanlisttit h2{color: #1c265f;font-size: 30px;}
.PicList001235 .yiyuanlisttit p{line-height: 50px;color: #333333;font-size: 14px;margin-bottom: 5%}
.PicList001235 li{ float:left; width:31.5%; margin-right:2.75%; margin-bottom:2.75%;}
.PicList001235 li:nth-child(3n){ margin-right:0;}
.PicList001235 li div{ padding:5%; background-color:#fafafa;}
.PicList001235 li h2{ font-size:16px; margin:0;}
.PicList001235 li p{ font-size:14px; line-height:20px; height:40px; overflow:hidden; margin-bottom:0;}
.PicList001235 li figure{ position:relative;}
.PicList001235 li figure img{ display:block; width:100%;}

.PicList001235 li figure i::before{ position:absolute; content:''; width:0; height:0; border:6px solid #1c265f; border-top-color:transparent; border-bottom-color:transparent; border-right:0; left:50%; top:50%; margin-top:-5px; margin-left:-3px;}
@media(max-width:480px){
.PicList001235 li{ width:auto; margin-right:0; float:none;}
}
@media(max-width: 768px){
    .PicList001235 .yiyuanlisttit p{line-height: 30px;}
}


.threenavbox ul{text-align: center;margin: 3% 0 0 0;}
.threenavbox ul li{text-align:center;display: inline-block;height: 60px;line-height: 60px;margin:0 1%}
.threenavbox ul li a{color: #333333;font-size:16px;padding-bottom: 5px;}
.threenavbox ul li a:hover,
.threenavbox ul li a.aon{color: #1c265f;border-bottom:2px #1c265f solid;}
/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:30px 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #1c265f; background:#1c265f;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#1c265f; border-color:#1c265f;}
.Page002193 .p_page b{ font-weight:normal;}

@media(max-width: 1000px){
    .threenavbox ul li{width: 32%;}
}

/*TextList002148 */
.TextList002148{ padding-top:1.5%;}
.TextList002148 .auto{ max-width:1200px;}
.TextList002148 li{ overflow:hidden; padding-left:170px; padding-right:48px; position:relative; margin-bottom:2%;}
.TextList002148 li:after{ position:absolute; content:''; right:0; top:0;width:48px; height:100%; background:url(../images/TextList002148-more.gif) no-repeat center center #f0f0f0;}
.TextList002148 li div{border-left:1px solid #e9e9e9; background-color:#f8f8f8; padding:2% 3%;}
.TextList002148 li time{ position:absolute; left:0; top:0; width:155px; height:100%;background-color:#f8f8f8; border-right:1px solid #e9e9e9;}
.TextList002148 li time:after{ position:absolute; content:''; background:url(../images/TextList002148-time.gif) no-repeat; width:11px; height:19px; top:50%; right:-11px; margin-top:-9px;}
.TextList002148 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.TextList002148 li time i{ font-style:normal; font-size:50px; color:#b2b2b2; display:block; line-height:40px;}
.TextList002148 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:66px; background:#dfdfdf;}
.TextList002148 li h3{ margin:0; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.TextList002148 li p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;text-overflow:ellipsis;white-space:nowrap;}
@media(max-width:1000px){
.TextList002148 li{padding-left:120px;padding-right:30px;}
.TextList002148 li:after{width:30px; background-size:35% auto;}
.TextList002148 li time{width:105px;}
.TextList002148 li time span{font-size:14px;}
.TextList002148 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.TextList002148 li h3{ font-size:16px;}
}
@media(max-width:480px){
.TextList002148 li{padding-left:100px;padding-right:0;}
.TextList002148 li:after{ display:none;}
.TextList002148 li time{width:85px;}
.TextList002148 li time span{font-size:12px;}
.TextList002148 li time i{font-size:30px;}
.TextList002148 li h3{ font-size:14px;}
.TextList002148 li p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
}


/*Form002219*/
.Form002219{ padding:4% 0;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px; overflow:hidden;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 select{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;height: 38px;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:180px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
#Form002219 .btn.btn_qq_phone{ display:none;}
#Form002219 .btn.btn_qq{ text-align:center;}
.Form002219 .submitbtn{
	color: #fff;
	background-color: #1772b4;
} 
@media(max-width:1024px){
#Form002219 .btn{ width:31% !important; float:left; margin-right:2%; min-width:inherit;}
#Form002219 .btn.btn_qq_pc{ display:none;}
#Form002219 .btn.btn_qq_phone{ display:inline-block;}
}
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}



/*
 .RighInfo002223 为demo编号
 */
.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; padding-bottom: 8%;
}
.RighInfo002223 .ul li{
	font-size:16px;line-height:3.245;
}
.RighInfo002223 .ul li span{
	font-family:Arial;font-size:16px;color:#1f71c3;font-weight:bold;
}

.RighInfo002223 p{
	line-height:2.245;font-size:14px;color:#666;margin:0px 0px 25px;clear:both;
}

@media screen and (min-width: 1024px){
	.RighInfo002223 .h3{
		font-size: 24px;
	}
	.RighInfo002223 .pic{
	  width:23.765%;
    }
    .RighInfo002223 .con{
	   width:71.235%;
    }
	
}
@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:35%;margin-top:100px;
   }
   .RighInfo002223 .con{
   	    float:left;
   	     width:60%;
   }
}




/*PicList002149 */
.PicList002149{ padding-top:4%;}

.PicList002149 .auto{ max-width:1200px;}

.PicList002149 h3{ margin:0; font-size:18px;}
.PicList002149 p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.PicList002149 ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%;}
.PicList002149 ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.PicList002149 ol .Ispic img{ display:none;}
.PicList002149 ol div{ padding:5% 10% 3% 5%;}
.PicList002149 ol h3 a{
	color: #1c265f;
}
.PicList002149 ol time{ display:block; padding:3% 0;}
.PicList002149 ol p{ margin:0 0 3% 0; height:78px;}
.PicList002149 ol span{ display:inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#1c265f; font-size:12px;}

.PicList002149 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/PicList002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{border-left:1px solid #ededed; padding:2% 3%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.PicList002149 li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.PicList002149 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:14px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
}
@media(max-width:640px){
.PicList002149 ol{ padding-left:0;}
.PicList002149 ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.PicList002149 ol div{ padding:3%;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.PicList002149 ol p{ height:60px;}
}

.footercolor{background: #2a2d34}

/*TextList001851 */
.TextList001851{ padding:2% 0;}
.TextList001851 .title{ text-align:center; padding-bottom:3%;}
.TextList001851 .title span{ display:inline-block; background:#1772b4; font-size:24px; color:#fff; line-height:34px; padding:0 10px;vertical-align:middle;}
.TextList001851 .title:after,
.TextList001851 .title:before{ content:''; display:inline-block; height:5px; border:1px solid #bbb; border-left:0; border-right:0; width:5%; vertical-align:middle;}
@media(max-width:480px){
    .TextList001851 .title span{ font-size:18px;}
}
.TextList001851 section{ border:solid 1px #e7e7e7;}
.TextList001851 .list{ border-bottom:solid 1px #e7e7e7;}
.TextList001851 section .list:last-child{ border-bottom:0;}
.TextList001851 .list .dot{ font-weight:normal; margin:0;  padding:15px 45px 15px 15px; background:url(../images/TextList001851-close.jpg) no-repeat 98% center #f9f9f9; font-size:16px; cursor:pointer;}
.TextList001851 .list .dot#on{ background-image:url(../images/TextList001851-open.gif); background-color:#1772b4; color:#fff;}
.TextList001851 .list .con{ display:none; padding:2%; }
.TextList001851 .list strong{color: #1772b4;}

.h_yiyuanlist{text-align:center;margin-top: 2%;}
.h_yiyuanlist span{display: inline-block;width:250px;text-align: center;background: rgba(43, 72, 117, 0.5);height: 70px;line-height: 70px;border-radius: 50px;margin: 0 10px;}
.h_yiyuanlist span a{font-size: 22px;color: #ffffff;display: block;}
.h_yiyuanlist span:hover{background-color: #1974b6;}
.h_yiyuanlist span.h_yiyuanicon1 a{background-image: url("../uploadfiles/indexicon1.png");background-repeat: no-repeat;background-position: 60px center;padding-left: 35px;}
.h_yiyuanlist span.h_yiyuanicon2 a{background-image: url("../uploadfiles/indexicon2.png");background-repeat: no-repeat;background-position: 60px center;padding-left: 35px;}
.h_yiyuanlist span.h_yiyuanicon3 a{background-image: url("../uploadfiles/indexicon3.png");background-repeat: no-repeat;background-position: 60px center;padding-left: 35px;}

@media(max-width:1000px){
    .h_yiyuanlist span{width:250px;margin: 5% auto;display: block;}

}

.submitfile{height: 40px;line-height: 40px;background: #1c265f;border-radius: 10px;border: none;font-size: 14px;color: #ffffff;padding: 0 35px;}
.submitinput{padding-left: 0 !important;margin-left: 2% !important;}
.infoinput{width: 22.5% !important;clear: both;}
@media(max-width:1000px){
    .infoinput{width: 100% !important;clear: both;}
    .submitinput{text-align: center !important}
    .submitinput .submitfile{margin: 5% auto !important;}
}
.Form002133 .form{ width:70%;/*margin:0 auto;*/}
.Form002133 .form h3{ text-align:left; border-bottom:1px solid #e5e5e5; padding:1% 0; color:#000000;font-weight: normal;font-size: 24px;}
.Form002133 .form h3 b{font-weight: normal;padding-left: 10px;background:url("../images/biaodanbor.png") no-repeat left center}
.Form002133 .form ul{ padding-top:4%;margin:0 auto;}
.Form002133 .form li{ position:relative; padding-left:100px; margin-bottom:15px;line-height:46px;}
.Form002133 .form li label{ position:absolute; left:0; font-weight:normal;  color:#000000;font-size: 16px;width: 100px;text-align: right}
.Form002133 .form li .text{ width:90%; line-height:46px; height:46px; padding:0 10px; background:#fff; border:1px solid #d5d5d5;}
.Form002133 .form li.youxiangemail input{width: 23%;margin-left: 20px;float: left;}
.Form002133 .form li.youxiangemail span{display:block;text-align: center;float: left;width: 20%;background: #1c265f;margin-left: 20px; min-width:115px;}
.Form002133 .form li.youxiangemail span a{color: #ffffff;}
.Form002133 .form li select{ width:18%; line-height:46px; height:46px; padding:0 10px; background:#fff; border:1px solid #d5d5d5;color: #727171;}
.Form002133 .form li dl{ position:relative; }
.Form002133 .form li dt{ position:relative;background:#fff; border:1px solid #d5d5d5;padding:0 15px 0 10px; color:#999;cursor:pointer;}
.Form002133 .form li dt:after{ position:absolute; right:10px; top:50%; margin-top:-5px; content:''; width:0; height:0; border-color:transparent; border-top-color:#c02a05; border-width:10px 6px; border-style:solid;}
.Form002133 .form li dd{ position:absolute; left:0; width:100%; background:#fff; display:none; line-height:30px; max-height:150px; overflow:auto;}
.Form002133 .form li dd span{ display:block; padding:0 10px;cursor:pointer;}
.Form002133 .form li dd span:hover{ background-color:#eee;}
.Form002133 .form li.date dl{ float:left; width:49%;}
.Form002133 .form li.date dl.month{ float:right;}
.Form002133 .form ol{ padding:3% 0;}
.Form002133 .form ol p{ margin:0 0 10px 0;}
.Form002133 .form ol p:before{ vertical-align:middle; display:inline-block; margin-right:10px; content:''; width:0; height:0; border-color:transparent; border-top-color:#c02a05; border-width:10px 6px 0 6px; border-style:solid;}
.Form002133 .form ol.btn{ text-align:center;}
.Form002133 .form ol.btn input{ cursor:pointer; border:none; width:40%; max-width:129px; color:#fff; background:#c02a05; padding:0; height:34px; margin:0 2%;}
.Form002133 .form li i{font-style: normal;padding-left: 10px;color:red;}
.Form002133 .form li.nameodd{width: 55%;float: left;}
.Form002133 .form li.nameeven{width: 30%;float: left;padding-left: 0;}
.zjnumber{width: 40% !important;margin-left: 1% !important}
.Form002133 .form li .month b{font-weight: normal;color:#999999;font-size: 14px;}
.Form002133 .form li .month b a{color: #999999;text-decoration:underline;}
.Form002133 .form li.baocun input{width: 44%;background: #1c265f;text-align:center;color: #ffffff;font-size: 16px;}

@media(max-width: 1000px){
.Form002133 .form{ width:100%;}
}


@media(max-width: 768px){
    .Form002133 .form li .text{width: 92%;}
    .Form002133 .form{width: 100%;}
    .Form002133 .form li.nameodd{width:82%;}
    .Form002133 .form li.nameeven{width: 15%;height: 37px;}
    .Form002133 .form li.youxiangemail{width: 100%;}
    .Form002133 .form li.youxiangemail input{width: 45%;margin-left: 0}
    .Form002133 .form li.youxiangemail span{width: 41%;}
    .zjnumber{width: 52% !important}
}

@media(max-width: 640px){

    .Form002133 .form li.nameeven {
        width: 50%;
        margin-left: 18%;
        height: 37px;
    }
	.Form002133 .form li.nameodd{ width:100%;}
	.Form002133 .form li select{ min-width:100px;}
}

@media(max-width: 480px){
    .Form002133 .form li label{width: 65px;font-size: 12px;}
    .Form002133 .form li{padding-left: 65px;}
    .Form002133 .form li select{width: 88px;}
    .Form002133 .form li.date dl{width: 100%;}
	.Form002133 .form li.youxiangemail span{ min-width:82px; font-size:12px;}
}



/*专家团队*/
/*
 .PicList001825 为demo编号
 */
.PicList001825 .auto{background-color:#fff;}
.PicList001825 ul{ padding:2%;}
.PicList001825 li{ float:left; width:23.5%; margin-right:2%; padding-bottom:2%; margin-bottom:2%; text-align:center;}
.PicList001825 li:nth-child(4n){ margin-right:0;}
.PicList001825 li p{font-size: 16px;margin-bottom: 10px;}
.PicList001825 li .text_pic{display: block;border: 1px solid #eee;text-align: left;padding: 0 10px 20px 10px;color: #333;}
.PicList001825 li .text_pic:hover{background:#1772b4; color: #fff;}
.PicList001825 li span{line-height: 22px; height:44px;display: block;font-size: 12px;white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.PicList001825 li figure{ padding-bottom:124%;}
.PicList001825 li figure img{ display:none;}
@media(max-width:1000px){
.PicList001825 ul{ padding:2% 0;}
}
@media(max-width:640px){
.PicList001825 li{ width:49%;}
.PicList001825 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList001825 li p{ font-size:15px;}
.PicList001825 li span{ font-size:12px;}
}






/*
 联系我们
 */

.Map002364 {}

.Map002364 {
    padding: 1.5% 0 3%;
}


.Map002364 dd {
    padding-left: 62%;
    background-color: #f9f9f9;
    position: relative;
}

.Map002364 .map * {
    max-width: none;
}

.Map002364 dd figure {
    padding: 3%;
}

.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_name.gif) no-repeat center left;
    font-size: 16px;
    color: #767676;
}

.Map002364 dd li:nth-child(2) {
    background-image: url(../images/Map002364-icon_add.gif);
}

.Map002364 dd li:nth-child(3){
    background-image: url(../images/Map002364-icon_tel.gif);
}

.Map002364 dd li:nth-child(4) {
    background-image: url(../images/Map002364-icon_fax.gif);
}

@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;
    }
}
/*
 联系我们结束
 */


/*登录和注册*/
/*
 .Form001322 为demo编号
 */
.Form001322{ background:url(../images/Form001322-bg.jpg) no-repeat center center/cover; padding:3% 0;}
.Form001322 .auto{ background-color:rgba(255,255,255,0.9);}
.Form001322 .form{ float:left; width:50%;     padding: 5% 10% 5% 0%;}
.Form001322 h2{font-size: 22px;color: #1c265f;font-weight:normal;padding-bottom: 1%;margin-bottom: 5%;border-bottom: 1px solid #eee;}
.Form001322 h2::before{display: block;content: '';width: 2px;height: 22px;background: #1c265f;display:block;float: left;margin-top: 4px;margin-right: 10px;}
.Form001322 .text{ width:100%;height: 40px;line-height: 40px; background-color:#fff; border:1px solid #dadada; padding:0 10px; transition:0.3s;}
.Form001322 .text:focus{ border-color:#967724; box-shadow:0 0 3px #967724;}
.Form001322 .btn{cursor:pointer;width:100%;height:42px;color:#fff;background: #1c265f;font-size:16px;border:none;border-radius:3px;}
.Form001322 td{ padding-bottom:5%;line-height: 40px; }
.Form001322 td.f_name{ text-align:right; width:80px; color:#333;}
.Form001322 td .fgpws{float: right;color: #1c265f;font-size:12px;}
.Form001322 td.tips,
.Form001322 td.agree{ font-size:12px; line-height:20px;}
.Form001322 td.tips{color: #1c265f;}
.Form001322 td .blue{color:blue;}
@media(max-width:1000px){
.Form001322 .form{padding:5%;}
}
@media(max-width:768px){
.Form001322 .form{ float:none; width:auto;}
.Form001322 td{ padding-bottom:2%;}
}





.xinzen_bg{background: url(../images/gsjj_bg.png) no-repeat center bottom;}
/*荣誉资质*/
.Honor{ padding:3% 0; overflow: hidden; }
.Honor .swiper-text{ padding-bottom: 3%; width: 100%;overflow: hidden; position: relative; }
.Honor .swiper-text li{float: left;text-align: center; list-style: none; }
.Honor .swiper-text li time{ display: block; font-size: 24px; line-height: 50px; color: #014099;}
.Honor .swiper-text li h3{ font-size: 24px; line-height: 30px; color: #5e5e5f;}
.Honor .swiper-text li img{ max-width:100%;  }
.Honor .swiper-text li:hover img{transform: scale(1.5, 1.5);transition: .3s transform;}

.Honor .swiper-time{ width: 100%; border-top: 1px solid #dadada;}
.Honor .swiper-time ul{padding: 0; margin: 0; list-style: none;}
.Honor .swiper-time li{ width: 135px; min-height: 54px; float: left; margin-top: -7px; font-size: 16px; text-align: center; }
.Honor .swiper-time li a{color: #303030;}
.Honor .swiper-time li em{ width: 14px; height: 14px; border-radius: 7px; display: block; margin:0 auto; border:2px solid #014099; background:#fff; }
.Honor .swiper-time li span{ margin-top: 10px; line-height: 30px; display: block; }
.Honor .swiper-time .selected em{ background-color:#014099;  }
.Honor #prev,
.Honor #next{width: 28px; height:28px; margin:0 5px; display:inline-block; background-image: url(../images/PicList002172-btn.png); background-repeat: no-repeat; }
.Honor #next{ background-position: -30px 0; }
.Honor #prev{ background-position: 0 0; }
.Honor #next:hover{ background-position: -30px -29px;}
.Honor #prev:hover{background-position: 0px -29px; }


.PicList001646{ padding:2% 0;}
.PicList001646 .tips{ padding-bottom:3%;}

.PicList001646 .more{ text-align:center;}
.PicList001646 .more a{ 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/PicList001646-a_more.png) no-repeat 90% center;transition:all ease 0.5s;}
.PicList001646 .more a:hover{ padding-right:2.5em; background-color:#2078da; background-position:120% center; color:#fff; transition:all ease 0.5s;}

.PicList001646 dl{ margin-bottom:3%;background-color:#f6f6f6;}
.PicList001646 dl:last-child{ margin-bottom:0;}
@media(min-width:641px){
.PicList001646 dl{ display:table; width:100%;}
.PicList001646 dl> *{ display:table-cell; vertical-align:middle; width:50%;}
}
.PicList001646 dd figure{ padding:0 5%;text-align:center;}

.PicList001646 dt img{ display:block; width:100%;}
.PicList001646 dd figure *{margin:0;}
.PicList001646 dd figure h1,
.PicList001646 dd figure h2{ font-weight:normal; }
.PicList001646 dd figure h1{ font-size:20px;}
.PicList001646 dd figure h1 span{ display:block;}
.PicList001646 dd figure h2{ font-size:14px; padding:2% 0; position:relative;}
.PicList001646 dd figure h2::before{ position:absolute; content:''; left:50%; margin-left:-20px; bottom:0;width:40px; height:2px; background-color:#2078da;}
.PicList001646 dd figure pre{ line-height:24px; height:72px; text-align:left; margin:5% 0 10% 0; overflow:hidden;}
@media(max-width:768px){
.PicList001646 dd figure pre{ margin:3% 0; height:48px; }
}
@media(max-width:640px){
.PicList001646 dl dd{ padding:3% 0;}
}



.siderRight{position: fixed; right: 0;top:50%;z-index: 9999;}
.siderRight li{position: relative;}
.siderRight li a{display: block;width: 100%;height: 100%;}
.siderRight li:nth-child(1){background:url(../images/qq1.png) no-repeat;    height: 61px;width: 58px;}
.siderRight li:nth-child(2){background:url(../images/tel.png) no-repeat;    height: 61px;width: 58px;}
.siderRight li:nth-child(3){background:url(../images/weis.png) no-repeat;    height: 61px; width: 58px;}
.siderRight li:nth-child(4){background:url(../images/top.png) no-repeat;    height: 61px; width: 58px;display: none;}
.siderRight li:nth-child(1):hover{background:url(../images/qqh.png) no-repeat;}
.siderRight li:nth-child(2):hover{background:url(../images/telh.png) no-repeat; }
.siderRight li:nth-child(3):hover{background:url(../images/weish.png) no-repeat;}
.siderRight li:nth-child(4):hover{background:url(../images/toph.png) no-repeat; }
.sidermaskBox{position: relative;display: none;}
.sidermask {position: absolute;background: #27497a; left: -260px;padding: 26%;color: #fff;top:-61px;width: 260px;}
.siderRight li:nth-child(2):hover .sidermaskBox{display: block;}
.sidermaskBoxs{position: relative;display: none;}
.sidermaskBoxs{position: absolute;background: #27497a; left: -228%;padding: 11%;color: #fff;top: 0;}
.siderRight li:nth-child(3):hover .sidermaskBoxs{display: block;}
.scwjstyle{width: 100%}

/*
 .PicList004 为demo编号
 */

.PicList004{padding:5% 0;}
.PicList004 .tit{ height:73px; text-align:center; margin-bottom: 31px;}
.PicList004 .tit p{ margin:0; color:#908d8d; letter-spacing:3px; font-size: 13px; text-transform:uppercase;}
.PicList004 .tit h1{ margin:0; margin:8px 0 25px; font-size:28px; font-weight:bold; color:#0073b1; }
.PicList004 .tit h1 i{ font-weight:bold; font-style:normal;  color:#80b400;}
.PicList004 .tit span{ padding-top:15px; color:#666; font-size: 14px; }

.PicList004 li{ border-bottom:1px solid #c9c9c9; font-size:14px; line-height:25px}
.PicList004 li span{ float:right; color:#bcbbbb; font-size:16px;}

.PicList004 .bx-has-pager{ display:none;}

#news_list{ width:100%; height:320px; overflow:hidden;}



.jishu_menu{ text-align:center; padding:20px 0;}
.jishu_menu .ul li{ display:inline-block; border:1px solid #e6e6e6; border-radius:20px; margin:10px 10px; text-align:center; overflow:hidden;}
.jishu_menu .ul li a{ display:block; padding:6px 35px; font-size:16px;}
.jishu_menu .ul li a:hover,
.jishu_menu .ul .aon a{ background:#1c265f; color:#fff;}


.Floor002390 .section2 .section1_lisn li{ margin-top:50px;}
.Floor002390 .section2 .section1_lisn li .home_gch{ position:absolute; top:-45px; left:0; width:100%; text-align:center; color:#fff; font-size:28px; color:#fff;}

.homebodystyle{box-sizing: border-box;}






