﻿

.auto {
	position:relative;
	border: 1px solid #EFEFEF; padding:2%; border-radius:5px; background:url(../images/bg.png) repeat left top #fff;
}

/*Top001889*/
.Top001889{ position:absolute; z-index:99; width:100%;}
.Top001889 .auto_1200{ background:none; padding-top:0; padding-bottom:0; border:0px;}
.Top001889 header{ position:relative; height:50px;}
.Top001889 .header-left{ position:absolute; top:50%; transform:translateY(-50%); height:100%;max-height:50px;}
.Top001889 .header-left .logo img{ max-height:100%;}
.Top001889 .header-right{ float:right;height:33px; line-height:33px; margin-top:8px;}
.Top001889 .header-right a{ padding:7px 30px; color:#fff; font-weight:bold; border-radius:3px; background:url(../images/btnbg.png) no-repeat center/cover;}
@media(max-width:480px){
/*.Top001889 .header-left{ display:none;}*/
.Top001889 .header-right{ margin-top:3px;}
.Top001889 .header-right a{ font-size:13px; padding:5px 15px;}
}
/*Banner002145 */
.Banner002145 div{ background-repeat:no-repeat; height:1050px; background-position:center top;}
.Banner002145 img{ display:none;}
@media(max-width:1000px){
.Banner002145 div{ display:none;}
.Banner002145 img{ display:block; width:100%;}
}
/*
 .Floor001105 为demo编号
 */
.Floor001105{ margin-top:-4%; padding-bottom:1%;}
.Floor001105 .auto{ padding:1%; background:#fff; box-shadow:3px 3px 50px rgba(16,105,177,0.1);}
.Floor001105 .list{position:relative; z-index:1; max-width:1000px; margin:0 auto;}
.Floor001105 .list li{ position:relative; z-index:1;}
.Floor001105 .list li img{ width:100%; max-width:972px; display:inline-block; margin:0 auto;}
.Floor001105 .list li figure{ background-color:#fff; text-align:center; z-index:10; height:50px; font-size:16px; padding:0 15%;}
.Floor001105 .list li p{margin:0; color:#333; line-height:50px;}
.Floor001105 .list .bx-controls-direction a{ position:absolute; height:40px; background: url(../images/Floor001105-btn_03.gif) no-repeat center center #ebbb57; background-size:auto 66%; width:40px; overflow:hidden; text-indent:-999em; top:50%; margin-top:-20px; z-index:20;}
.Floor001105 .list .bx-controls-direction a.bx-prev{ left:-6%; -moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}
.Floor001105 .list .bx-controls-direction a.bx-next{ right:-6%; }
.Floor001105 .bx-pager{ text-align:center; margin-top:-5px;}
.Floor001105 .bx-pager *{  width:10px; height:10px;}
.Floor001105 .bx-pager div{display:inline-block;margin:0 5px;}
.Floor001105 .bx-pager div a{ display:block; overflow:hidden; line-height:1000px; background:#ccc; border-radius:50%; }
.Floor001105 .bx-pager div a.active{ background:#0a55a8;}
.Floor001105 .bx-wrapper{ margin:0 auto;}
.Floor001105 .list li a:hover{ color:#19a417;}
@media(max-width:1180px){
.Floor001105 .list .bx-controls-direction a{ display:none;}
}
@media(max-width:768px){
.Floor001105 .auto{ padding:2%;}
.Floor001105 .list li figure{ font-size:14px; height:35px; line-height:35px;}
.Floor001105 .bx-pager *{  width:8px; height:8px;}
}



/*
 *  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("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%; }
/*
 .Menu002449 为demo编号
 */
.Menu002449{ position: relative; height:150px; background:url(../images/Menu002449-bg.png) no-repeat center top; position:relative;}
.Menu002449 .auto{ background:none; padding:0; border:0px;}
.Menu002449 .menu ,.Menu002449 .menu *{ transition: .3s ease-in-out;}
.Menu002449 .menu{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 30px; background:#0b46a2;}
.Menu002449 .menu:before{ position:absolute; content:""; width:100%; height:24px; left:0; top:0; background:#0a50a5;}

.Menu002449 .menu .auto{ position: relative; z-index: 5;}

.Menu002449 .menu nav li{ position:relative; border-right:1px solid #0b59ab; text-align:center;}
.Menu002449 .menu nav li::after{ position:absolute; content:''; width:1px; height:100%; background:#0a4398; right:0; top:0;}
.Menu002449 .menu nav li:first-child{ border-left:1px solid #0b59ab;}
.Menu002449 .menu nav li:first-child::after{ position:absolute; content:''; width:1px; height:100%; background:#0a4398; left:0; top:0;}
.Menu002449 .menu nav li a{ color: #fff; display: inline-block; position: relative; padding: 10px 0;}
@media(max-width:480px){
.Menu002449{ height:80px; background:none;}
}



/*
 .Floor001640 为demo编号
 */
.Floor001640{ padding:3% 0;}
.Floor001640 .auto{ background:#fff; border:1px solid #7397d3; box-shadow:0 0 15px rgba(16,105,177,0.2);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,230,243,0.4) 45%, rgba(222,230,243,0.85) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,230,243,0.4) 45%,rgba(222,230,243,0.85) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,230,243,0.4) 45%,rgba(222,230,243,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee6f3', endColorstr='#fff',GradientType=1 ); 
}
.Floor001640 .txt{ float:left;width:43%; padding:1%; padding-bottom:0;}
.Floor001640 .txt h3,
.Floor001640 .txt h2{ text-align:center; margin:0; font-weight:normal; color:#f2bc1c; font-size:20px;}
.Floor001640 .txt h2{ font-weight:bold; color:#015ea4; font-size:25px; margin-top:5px;}
.Floor001640 .txt .info p{ margin:0; margin-top:15px; padding-top:10px; border-top:1px dashed #ababab; text-align:justify; max-height:170px; overflow:hidden;}
.Floor001640 .txt .info{ color:#0059b2; font-size:15px; line-height:26px;}
.Floor001640 .pic{ float:right; width:53%; text-align:right;}
.Floor001640 .pic img{ width:100%;}

.Floor001640 dl{ font-size:14px; line-height:22px; color:#00468c; text-align:justify; background:#fff;}
.Floor001640 dt{ font-weight:bold; line-height:30px; height:30px; color:#fff; padding:0 5px; margin:12px 0 0;
background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(1,94,164,0.4) 45%, rgba(1,94,164,0.85) 100%); 
background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(1,94,164,0.4) 45%,rgba(1,94,164,0.85) 100%); 
background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(1,94,164,0.4) 45%,rgba(1,94,164,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015ea4', endColorstr='#fff',GradientType=1 ); 
}
.Floor001640 dd{ padding:15px;}
@media(max-width:768px){
.Floor001640 .txt,
.Floor001640 .pic{ float:none; width:auto;}
.Floor001640 .txt{ padding:0;}
.Floor001640 .pic{ margin-top:3%;}
.Floor001640 .txt h2{ font-size:22px;}
}



.picbox{ padding:2% 0;}
.picbox img{ width:auto;}

/*
 .Timeline000876 为demo编号
 */
.Timeline000876{ padding:3% 0;}

.Timeline000876 .tit{ color:#fff; text-align:center; line-height:60px; background:url(../images/titbg.png) no-repeat center; background-size:auto 100%;}
.Timeline000876 .tit h1{  display:inline-block; margin:0 auto;}
.Timeline000876 .tit em{font-style:normal; font-size:60px;}

.Timeline000876 .info{ color:#1069b1; font-weight:bold; border:1px dashed #4773bc; border-radius:5px; padding:2%; margin:0 0 3% 0; box-shadow:0 3px 25px rgba(16,105,177,0.2);
background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(223,231,244,0.4) 45%, rgba(223,231,244,0.85) 100%); 
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe7f4', endColorstr='#fff',GradientType=1 ); 
}

.Timeline000876 .list{ position:relative; background:url(../images/Timeline000876-icon.png) no-repeat center top/auto 45px; padding-top:42px; padding-bottom:2%;}
.Timeline000876 .list::before{ position:absolute; content:''; width:2px; height:95%; left:50%; background-color:#05409e;}
.Timeline000876 .list::after{ position:absolute; z-index:99; content:''; width:12px; height:12px; border-radius:50%; background-color:#05409e; left:50%; bottom:15px; margin-left:-5px;}
.Timeline000876 li{ float:left; width:50%; padding-right:4%; margin-bottom:1%; position:relative;}
.Timeline000876 li::before{ position:absolute; content:''; width:8%; height:2px; top:45%; right:0; background-color:#05409e;}
.Timeline000876 li::after{ position:absolute; z-index:99; content:''; width:15px; height:15px; border-radius:50%; background-color:#fff; border:3px solid #dfbd75; right:7%; top:45%; margin-top:-7px;}
.Timeline000876 li:nth-child(2n){ padding-right:0; padding-left:4%; padding-top:6%;}
.Timeline000876 li:nth-child(2n)::before{ left:0; right:auto; top:65%;}
.Timeline000876 li:nth-child(2n)::after{ left:7%; right:auto; top:65%;}

.Timeline000876 li:nth-child(2n+1){ clear:left;}
.Timeline000876 li div{ background-color:#fff; border-radius:5px; position:relative; z-index:3; padding:5%; border:1px solid #8ec5d9;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,0.4) 45%, rgba(232,232,232,0.85) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,0.4) 45%,rgba(232,232,232,0.85) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,0.4) 45%,rgba(232,232,232,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fff',GradientType=1 ); 
}
.Timeline000876 li h1{ color: #015ea4; font-size:18px; margin:0; line-height:34px;}
.Timeline000876 li h1 em{ font-style:normal; color:#fff; background: #015ea4; border-radius:50%; width:34px; text-align:center; height:34px;display:inline-block; margin-right:5px;}
.Timeline000876 li p{ line-height:22px; margin-bottom:0; color:#4d5377;}
@media(max-width:768px){
.Timeline000876 .tit h1{ font-size:22px;}
.Timeline000876 .tit em{ font-size:50px;}
.Timeline000876 li h1{ font-size:16px;}	
.Timeline000876 li{ float:none; width:auto; margin-right:0; padding:0 !important;}
.Timeline000876 li div{ padding:3%;}
.Timeline000876 .list{ background:none; padding:0;}
.Timeline000876 .list::before,
.Timeline000876 .list::after,
.Timeline000876 li::before,
.Timeline000876 li::after{ display:none !important;}
}
@media(max-width:480px){
.Timeline000876 .tit h1{ font-size:18px; line-height:36px;}
.Timeline000876 .tit em{ font-size:36px;}
}



/*Floor002636 */
.Floor002636{ padding-bottom:3%;}
.Floor002636 .auto{ border:1px solid #7397d3; box-shadow:0 0 15px rgba(16,105,177,0.2);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,230,243,0.4) 45%, rgba(222,230,243,0.85) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,230,243,0.4) 45%,rgba(222,230,243,0.85) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,230,243,0.4) 45%,rgba(222,230,243,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee6f3', endColorstr='#fff',GradientType=1 ); 
}

.Floor002636 .tit{ color:#fff; text-align:center; line-height:60px; background:url(../images/titbg.png) no-repeat center; background-size:auto 100%;}
.Floor002636 .tit h1{  display:inline-block; margin:0 auto;}


.Floor002636 .box-left{ float:left; width:50%;}
.Floor002636 .box-left img{ width:100%;}
.Floor002636 .box-left dl{ font-size:14px; line-height:22px; color:#00468c; text-align:justify; background:#fff;}
.Floor002636 .box-left dt{ font-weight:bold; line-height:30px; height:30px; color:#fff; padding:0 5px; margin:12px 0 0;
background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(1,94,164,0.4) 45%, rgba(1,94,164,0.85) 100%); 
background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(1,94,164,0.4) 45%,rgba(1,94,164,0.85) 100%); 
background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(1,94,164,0.4) 45%,rgba(1,94,164,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015ea4', endColorstr='#fff',GradientType=1 ); 
}
.Floor002636 .box-left dd{ padding:15px;}
.Floor002636 .box-right{ float:right; width:46%; padding:1%;}
.Floor002636 p a{ color:#dfbd75;}
.Floor002636 .box-right li{ position:relative; padding:0 20px; line-height:38px; font-size:16px; border-bottom:1px dotted #7397d3;}
.Floor002636 .box-right li::before{ position:absolute; content:''; width:6px; height:6px; border:1px solid #7397d3; left:0; top:50%; margin-top:-3px; border-radius:50%;}
.Floor002636 .box-right li a{ display:block; color: #00468C;overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.Floor002636 .box-right .more{ color: #00468C; text-decoration:underline; margin-top:10px; display:inline-block; float:right;}
@media(max-width:768px){
.Floor002636 .box-left,
.Floor002636 .box-right{ float:none; width:auto;}
.Floor002636 .box-left{ padding:0;}
.Floor002636 .box-right{ margin-top:1%;}
.Floor002636 .tit h1{ font-size:22px;}
}
@media(max-width:480px){
.Floor002636 .tit h1{ font-size:18px; line-height:36px;}
}




/*
 .Floor001330 为demo编号
 */
.Floor001330{ padding-bottom:3%;}

.Floor001330 .tit{ color:#fff; text-align:center; line-height:60px; background:url(../images/titbg2.png) no-repeat center; background-size:auto 100%;}
.Floor001330 .tit h1{  display:inline-block; margin:0 auto;}
.Floor001330 .tit em{font-style:normal; font-size:60px;}


.Floor001330 .info{ color:#1069b1; font-weight:bold; border:1px dashed #4773bc; border-radius:5px; padding:2%; margin:0 0 3% 0; box-shadow:0 3px 25px rgba(16,105,177,0.2);
background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(223,231,244,0.4) 45%, rgba(223,231,244,0.85) 100%); 
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe7f4', endColorstr='#fff',GradientType=1 ); 
}
.Floor001330 dl{ float:left; width:30%; position:relative;}
.Floor001330 dd{ margin-bottom:3%; padding:11.5% 5%; position:relative; font-size:16px; font-weight:bold;color: #395D99; cursor:pointer; border:2px solid #527cc0; border-radius:5px;
background: -moz-linear-gradient(top, #fff 0%, #dfe6f3 100%); 
background: -webkit-linear-gradient(top, #fff 0%, #dfe6f3 100%); 
background: linear-gradient(to bottom, #fff 0%, #dfe6f3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe6f3', endColorstr='#fff',GradientType=1 ); 
}


.Floor001330 dd b{ display:block; font-size:12px; font-weight:normal; margin-top:5px;}
.Floor001330 dd:last-child{ margin-bottom:0;}
.Floor001330 dd.on{ background:url(../images/titbg_03.png) no-repeat center/cover; color:#fff;}
.Floor001330 dd.on::after{ position:absolute; content:''; width:0; height:0; border:16px solid #0b59ab;border-top-color:transparent; border-bottom-color:transparent; border-right:0;top: 50%; transform:translateY(-50%); right: -16px;}
.Floor001330 ul{ float:right; display:table;width:68%; border:1px solid #bacae0;
background: -moz-linear-gradient(bottom, #fff 80%, #d0e9ff 100%); 
background: -webkit-linear-gradient(bottom, #fff 80%, #d0e9ff 100%); 
background: linear-gradient(to top, #fff 80%, #d0e9ff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e9ff', endColorstr='#fff',GradientType=1 ); 
}
.Floor001330 li{ display:none; overflow:hidden; vertical-align:middle; padding:5%;}
.Floor001330 li h2,
.Floor001330 li h3{ margin:0; text-align:center;color: #004276;font-size: 18px; line-height:26px;}
.Floor001330 li h3{ font-weight:normal; font-size:16px;border-bottom: #d1d1d1 1px solid;padding-bottom: 10px; margin-bottom:10px;}
.Floor001330 li figure{ padding-right:10px; height:600px; overflow:auto; line-height: 1.8;}
.Floor001330 li figure div{ text-indent: 2em;}
.Floor001330 li p{font-size: 12px;color: #666;line-height: 24px; margin:0; overflow:hidden; text-indent:2em;}
@media(max-width:768px){
.Floor001330 ul,
.Floor001330 dl{ float:none; width:100%;}
.Floor001330 dl{ overflow:hidden;}
.Floor001330 dd{/* float:left; width:33.3333%;*/ padding-left:0;overflow:hidden; padding:1%; margin-bottom:0; font-size:14px;}
.Floor001330 dd i{ width:100%; border-right:1px solid #f9f9f9;}
.Floor001330 dd:last-child i{ border-right:0;}
.Floor001330 .tit h1{ font-size:22px;}
.Floor001330 .tit em{ font-size:50px;}
}
@media(max-width:480px){
.Floor001330 .tit h1{ font-size:18px; line-height:36px;}
.Floor001330 .tit em{ font-size:36px;}
.Floor001330 .tit h1 span{ display:block;}
}




/*
 .Floor001320 为demo编号
 */
.Floor001320{ padding-bottom:3%;}

.Floor001320 .tit{ color:#fff; text-align:center; line-height:60px; background:url(../images/titbg3.png) no-repeat center; background-size:auto 100%;}
.Floor001320 .tit h1{  display:inline-block; margin:0 auto;}


.Floor001320 .left{ float:left; width:32%; position:relative; z-index:1; padding:5% 3%; background:url(../images/titbg_03.png) no-repeat center/cover; margin-top:40px;}
.Floor001320 .right{ float:right;width:68%; padding:3%; border:1px solid #7397d3; box-shadow:0 0 15px rgba(16,105,177,0.2); position:relative; border-radius:5px;
background: -moz-linear-gradient(top, #fff 0%, #dee6f3 100%); 
background: -webkit-linear-gradient(top, #fff 0%, #dee6f3 100%); 
background: linear-gradient(to bottom, #fff 0%, #dee6f3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee6f3', endColorstr='#fff',GradientType=1 ); 
}
.Floor001320 .right h1{ overflow:hidden; line-height:60px;}
.Floor001320 .right h1 em{ font-style:normal; display:inline-block; border-bottom:2px solid #003B80; float:left;}
.Floor001320 .right h1 span{color:#999;}
.Floor001320 .right img{ width:100%; margin:2% auto 0 auto; border:5px solid #fff;}

.Floor001320 .left p{ text-indent:2em; font-size:16px; line-height:26px; margin:0; color:#fff;}

.Floor001320 .tab h3{ margin:0; padding:20px 0; font-size:14px; overflow:hidden;}
.Floor001320 .tab h3 span{ float:left; padding:0 20px; height:30px; line-height:30px; text-align:center;  color:#fff; background-color:#e2be74; cursor:pointer; margin-right:1%;}
.Floor001320 .tab h3 span.on{background-color:#0949a1;}
.Floor001320 .tab .con{ overflow:hidden; clear:both; min-height:400px;}

.Floor001320 .tab .con h2{ margin:0; text-align:center;color: #004276;font-size: 18px; line-height:26px;border-bottom: #d1d1d1 1px solid;padding-bottom: 10px; margin-bottom:10px;}
.Floor001320 .tab .con figure{ padding-right:10px; height:420px; overflow:auto;}
.Floor001320 .tab .con p{font-size: 12px;color: #666;line-height: 24px; margin:0; overflow:hidden; text-indent:2em;}


@media(max-width:768px){
.Floor001320 .tit h1{ font-size:22px;}
.Floor001320 .tit em{ font-size:50px;}
.Floor001320 .left,
.Floor001320 .right{ float:none; width:auto;}
.Floor001320 .left{ margin-top:0; margin-bottom:2%;}
}
@media(max-width:480px){
.Floor001320 .tit h1{ font-size:18px; line-height:36px;}
}




/*
 .Floor001330_2 为demo编号
 */
.Floor001330_2 .tit{ background:url(../images/titbg.png) no-repeat center;}

.Floor001330_2 dl{ float:none; width:100%;}
.Floor001330_2 dd{ float:left; text-align:left; width:32%; margin-right:2%; margin-bottom:2%; padding:2%; text-align:center;}
.Floor001330_2 dd:last-child{ margin-right:0;}
.Floor001330_2 dd.on::after{ position:absolute; z-index:99; content:''; width:0; height:0; border:16px solid #0b59ab;border-left-color:transparent; border-right-color:transparent; border-bottom:0; top:auto;left: 50%; transform:translateX(-50%); right:auto; bottom: -15px;}


.Floor001330_2 ul{ float:none; display:table;width:100%;}


.Floor001330_2 li h3{ font-weight:bold; font-size:24px;border-bottom: none;}
.Floor001330_2 li p{ line-height: 18px; text-indent:0; text-align:justify;}

.Floor001330_2 li dl{ width:100%;}
.Floor001330_2 li dt{ border-bottom:1px solid #d1d1d1; margin-bottom:2%;}
.Floor001330_2 li dt span{ display:inline-block; line-height:28px; height:28px; width:100px; text-align:center; font-weight:bold; background:url(../images/titbg_02.jpg) no-repeat center/cover; color:#fff;}
.Floor001330_2 li dd{ margin-bottom:0; padding:2%; font-weight:normal; background:#fff; border-radius:0; border:1px solid #a2c7ec; border-bottom:8px solid #e7eff2;}
.Floor001330_2 li dd h3{ font-size:12px; font-weight:bold; text-align:left; line-height:20px;}
.Floor001330_2 li dd h3 span{ display:block; font-weight:normal;}
@media(max-width:768px){
.Floor001330_2 li dd{ float:none; width:auto; margin-right:0; margin-bottom:1%;}
}
@media(max-width:480px){
.Floor001330_2 .tit h1 span{ display:inline-block;}
.Floor001330_2 li h3{ font-size:20px; margin-bottom:0; padding-bottom:0;}
}




/*
 .Floor001283 为demo编号
 */
.Floor001283{ margin-bottom:3%;}
.Floor001283 .tit{ color:#fff; text-align:center; line-height:60px; background:url(../images/titbg.png) no-repeat center; background-size:auto 100%;}
.Floor001283 .tit h1{  display:inline-block; margin:0 auto;}
.Floor001283 .auto{ padding:2%; border-radius:5px; border: 1px solid #EFEFEF; padding:2%; border-radius:5px; background:url(../images/bg.png) repeat left top #fff;}
.Floor001283 .info{ color:#1069b1; font-weight:bold; border:1px dashed #4773bc; border-radius:5px; padding:2%; margin:0 0 3% 0; box-shadow:0 3px 25px rgba(16,105,177,0.2);
background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(223,231,244,0.4) 45%, rgba(223,231,244,0.85) 100%); 
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(223,231,244,0.4) 45%,rgba(223,231,244,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe7f4', endColorstr='#fff',GradientType=1 ); 
}
  .Floor001283 section{ margin-bottom:3%; float:left; width:31%; border-radius:5px;border: 1px solid #bacae0;
background: -webkit-linear-gradient(bottom, #fff 80%, #d0e9ff 100%); 
background: linear-gradient(to top, #fff 80%, #d0e9ff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e9ff', endColorstr='#fff',GradientType=1 ); }
.Floor001283 .box_2{ margin-left:3.5%; margin-right:3.5%;}

.Floor001283 section h1{ margin:0 0 20px 0; font-size:12px; padding:0 10px; text-align:center; line-height:36px; color:#fff; font-weight:normal;}
.Floor001283 section h1 b{ display:inline-block; padding:0 30px; font-size:18px;background:url(../images/titbg_03.png) no-repeat center/cover; color:#fff; border-radius:0 0 5px 5px;}
.Floor001283 section h1 b em{ font-size:26px; margin-right:5px; color:#eec068;}
.Floor001283 section ul{ padding:0 15px; overflow:auto; height:130px;}
.Floor001283 section li{ position:relative; padding:0 20px; line-height:30px; font-size:14px; border-bottom:1px dotted #7397d3;}
.Floor001283 section li::before{ position:absolute; content:''; width:6px; height:6px; border:1px solid #7397d3; left:0; top:50%; margin-top:-3px; border-radius:50%;}
.Floor001283 section li:last-child{ border-bottom:none;}
.Floor001283 section li a{    color: #00468c;}

.Floor001283 .box_4{ padding:2%; border-radius:5px; border:1px solid #7397d3; box-shadow:0 0 15px rgba(16,105,177,0.2);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,  rgba(222,230,243,0.85) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(222,230,243,0.85) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(222,230,243,0.85) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee6f3', endColorstr='#fff',GradientType=1 ); }
.Floor001283 .box_4 h1{ margin:0; padding-bottom:20px; font-size:18px; color:#395D99; line-height:30px;}
.Floor001283 .box_4 h1 em{ font-size:26px; margin-right:5px; color:#eec068;}
.Floor001283 .box_4 li{ margin-bottom:3px;}
.Floor001283 .box_4 li:last-child{ margin-bottom:0;}
.Floor001283 .box_4 li div{ display:none;background-color:#fff; height:159px; font-size:12px; line-height:24px; padding:3%;}
.Floor001283 .box_4 li div a{color:#e6222e;}
.Floor001283 .box_4 li h4{ font-weight:normal; font-size:14px; margin:0; line-height:35px; color:#004276; padding-left:3%;padding-right:10%;
background: -moz-linear-gradient(right, #fff 0%, #d0e9ff 100%); 
background: -webkit-linear-gradient(right, #fff 0%, #d0e9ff 100%); 
background: linear-gradient(to left, #fff 0%, #d0e9ff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e9ff', endColorstr='#fff',GradientType=1 ); }
.Floor001283 .box_4 li h4 i{ float:right; font-style:normal; padding:0 3%; font-weight:bold;}
.Floor001283 .box_4 li h4 a,
.Floor001283 .box_4 li h4 i{ color:#004276;}
.Floor001283 .box_4 li h4.on{ background-color:#e6222e; background:url(../images/titbg_03.png) no-repeat center/cover;color:#fff;}
.Floor001283 .box_4 li h4.on a,
.Floor001283 .box_4 li h4.on i{ color:#fff;}

.Floor001283 .box_4 li dl{ padding:1% 0; display:none;}
.Floor001283 .box_4 li dd{ width:48%; margin-right:4%; float:left; line-height:28px; position:relative; padding:0 20px; line-height:30px; font-size:14px; border-bottom:1px dotted #7397d3;}
.Floor001283 .box_4 li dd::before{ position:absolute; content:''; width:6px; height:6px; border:1px solid #7397d3; left:0; top:50%; margin-top:-3px; border-radius:50%;}
.Floor001283 .box_4 li dd:nth-child(2n){ margin-right:0;}
.Floor001283 .box_4 li dd a{    color: #00468c;}


.hengfu{background:url(../images/bodybg2.png) no-repeat center/cover;padding-top:320px;}


@media(max-width:800px){
.Floor001283 .box_4 li div{ padding-bottom:5%; height:auto;}
}
@media(max-width:1000px){
.Floor001283 section{ width:48.5%;}
.Floor001283 .box_2{ margin-left:3%; margin-right:0;}
.Floor001283 .box_3{width:100% !important;}
}
@media(max-width:640px){
.Floor001283 section{ float:none !important; width:auto; margin-left:0 !important; }
.hengfu{padding-top:80px;}
}




/*
 .RighInfo002228 为demo编号
 */
.ban{ padding:0; margin-bottom:3%; background:none; border:none; position:relative;}
.ban h3{ margin:0; position:absolute; left:0; bottom:0; width:100%; line-height:36px; height:36px; color:#fff; font-size:16px; font-weight:bold; padding:0 1%;
background: -moz-linear-gradient(right, rgba(224,190,83,0) 0%, rgba(224,190,83,0.6) 100%); 
background: -webkit-linear-gradient(right, rgba(224,190,83,0) 0%rgba(224,190,83,0.6) 100%); 
background: linear-gradient(to left, rgba(224,190,83,0) 0%,rgba(224,190,83,0.6) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0be53', endColorstr='#fff',GradientType=1 ); 
}
.ban img{ width:100%; height:auto;}







/*Bottom002157 */
.Bottom002157{ background:#063968; text-align:center; padding:1% 0;}
.Bottom002157 .auto{ padding:0;  background:none; border:none;}

.Bottom002157 p a,
.Bottom002157 p{ color:#cacaca;}
.Bottom002157 p i,
.Bottom002157 p a{ display:inline-block;}
.Bottom002157 p i{ width:1px; height:5px; background:#484744; margin:0 10px;}
.Bottom002157 p a:hover{ color:#fff;}
.Bottom002157 .gettop{ position:fixed; right:2%; bottom:2%; background:url(../images/Bottom002157-gettop.png) no-repeat; width:40px; height:40px; z-index:99; cursor:pointer;}

