﻿@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#0E6A93;}/*颜色根据通用信息列表的文字颜色决定*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.bx-1200{
  width: 1200px;
  margin: 0 auto;
}
.mybody{
  width: 100%;
  background: url(/picture/0/2007290956343731175.png) no-repeat center bottom;
  padding-top: 30px;
  margin-bottom: -100px;
}
.header{
  width: 100%;
  height: 60px;
  background: url(/picture/0/2007290956343937297.png) no-repeat center top;
}
.header2{
  width: 100%;
  height: 450px;
  background: url(/picture/0/2007290956467848013.jpg) no-repeat center top;
}
#jyb_index_focus {
  clear: both;
  position: relative;
  margin: 20px auto 0;
  width: 1200px;
  height: 435px;
  background: transparent;
}
#jyb_index_focus *{
  box-sizing: content-box !important;
}
.jyb_index_focusImg li {
  clear: both;
  position: absolute;
  top: 32px;
  left: 0;
  width: 610px;
  height: 370px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.jyb_index_focusImg li a, .jyb_index_focusImg li img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jyb_index_focusImg li p {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: 10px;
  font-size: 16px;
  line-height: 33px;
  background: url(/picture/0/2007290956343105994.png) repeat left top;
  color: #FFF;
}
.jyb_index_focusImg li.active {
  z-index: 3;
  top: 0;
  opacity: 1;
  padding: 0 250px;
  width: 700px;
  height: 435px;
  filter: alpha(opacity=100);
  background: url(/picture/0/2007290956343434911.png) no-repeat center;
}
.jyb_index_focusImg li.active img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.jyb_index_focusImg li.active p {
  display: block;
}
.jyb_index_focusImg li.next {
  left:590px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.focus-pagenation {
  position: absolute;
  bottom: 10px;
  right: 260px;
  z-index: 5;
}
.focus-pagenation dd {
  float: left;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(/picture/0/2007290956342021587.png) no-repeat right top;
  cursor: default;
}
.focus-pagenation dd.curr {
  background: url(/picture/0/2007290956342021587.png) no-repeat left top;
}

.focus-arrow-left, .focus-arrow-right {
  position: absolute;
  top: 167px;
  left: -60px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.focus-arrow-right {
  left: auto;
  right: -60px;
}

.section1{
  height: 350px;
  border: 1px solid #a4c9da;
  margin-top: 43px;
  padding: 10px;
}
.section1-bt{
  border-bottom: 4px solid #0E6A93;
  height: 50px;
}
.section1-bt span{
  font-size: 24px;
  padding-left: 50px;
  padding-right: 20px;
  color: #0E6A93;
  line-height: 55px;
  background: url(/picture/0/2007290956342905899.png) no-repeat 20px center;
  background-size: 20px;
  border-bottom: 5px solid #0E6A93;
}
.section1-bt a{
  font-size: 22px;
  padding-right: 20px;
  line-height: 41px;
}
.section1-nr{
  width: 589px;
  font-size: 18px;
  margin-top: 20px;
  height: 250px;
  overflow: hidden;
}
.section1-nr li{
  padding-left: 45px;
  padding-right: 20px;
  background: url(/picture/0/2007290956342905899.png) no-repeat 15px center;
  line-height: 26px;
  margin-bottom: 10px;
}
/* 第二部分 */
.section2{
  margin-top: 20px;
}
.section2-nr{
  margin-top: 20px;
}
.section2-nr li{
  width: 280px;
  height: 240px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.section2-nr a{
  display: block;
}
.section2-nr img{
  display: block;
  width: 280px;
  height: 188px;
  border: 4px solid #ffffff;
  background-color: #fff;
}
.section2-nr p{
  font-size: 20px;
  line-height: 28px;
  margin-top: 5px;
}

/* 底部 */
.footer{
  width: 100%;
  height: 108px;
  line-height: 53px;
  text-align: center;
  color: #0E6A93;
  font-size: 20px;
  margin-top: 50px;
}
.footer-bottom{
  width: 100%;
  height: 55px;
  background-color: #0E6A93;
}