@charset "utf-8";
/* CSS Document */
html {
  background: #FFF;
  font-size: 62.5%; /* 10÷16=62.5% */
}
body {
  font-size: 14px;
  font-size: 1.4rem; /* 14÷10=1.4 */
  color: #333;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  /*width: 100%;*/
}
fieldset, img {
  border: 0;
}
img, object {
  max-width: 100%;/*height:auto;*/
  width: auto\9;/* for ie8 */
  -ms-interpolation-mode: bicubic;
}
a {
  outline: none;
blr:expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #323232;
}
a:hover {
  color: #0091e4;
  text-decoration: none;
}
input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ul, ol, li {
  list-style: none outside none;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
q:before, q:after {
  content: '';
  content: none;
}
input, textarea, select {
  font-weight: inherit;
}
input, select, textarea, button {
  vertical-align: middle
}
.imgResponsive {
  width: 100%;
  overflow: hidden;
  height: 0;
  display: block;
  padding-bottom: 66.67%
}
.imgResponsive img {
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.imgResponsive img:hover {
  transform: scale(1.08);
  opacity: 0.9
}
.clear {
  width: 100%;
  overflow: hidden;
*height: 0
}
.clearFix {
*zoom:1;
  clear: both;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
/*头部样式*/
.header {
  width: 100%;
  /*min-width: 300px;*/
  height: auto;
  z-index: 990;
  position: relative;
}
.top {
  height: 120px;
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.logo {
  width: 700px;
  margin: 0 auto;
  transition: all 0.3s ease;
  padding: 30px;
}
.logo img {
  width: auto;
}
.mobile-logo {
  display: none;
}
.logo:hover {
  opacity: 0.8;
}
.mobile-logo {
  display: none;
}
.topLinks {
  width: auto;
  float: right;
  padding-top: 15px;
}
.topLinks a, .topLinks span {
  color: #333;
  display: inline-block;
*display: inline;
*zoom:1;
  height: 20px;
  line-height: 20px;
}
.topLinks span {
  margin: 0 5px;
}
.topLinks a:hover {
  color: #0091e4;
}
.wrap_nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  /* background-color:#065097;  
  background: url(/imun/img/cd_bg.png) repeat;*/
}
.nav {
  width: 1400px;
  margin: 0 auto;
  height: 60px;  
  display:block;
}
.nav ul {
  margin-right: 0px;
}
.nav ul > li {
  float: left;
  /*height: 100px;*/
  position: relative;
  width: 11%;
  z-index: 100
}
.nav ul > li:first-child a {
  display: block;
}
.nav ul li > a {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color:#000;
}
.nav ul li i {
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 6px;
  margin-left: -6px;
}
.nav ul li.on > a, .nav ul li:hover > a, .nav ul li.active > a {
  color: #fff;
  background-color: #065097;
}
.nav ul li.on .subNav {
  display: block;
}
.subNav {
  width: 240px;
  background: url(../images/subNav_bg.png) repeat;
  position: absolute;
  left: 0;
  /*top: 100px;*/
  display: none;
  padding: 8px 0;
}
.subNav dd {
  width: 50%;
  /*float: left;*/
}
.subNav a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
}
.subNav a:before {
  content: '';
  width: 4px;
  height: 0;
  background-color: #fff;
  position: absolute;
  left: 12px;
  top: 15px;
  transition: all 0.3s ease-in-out
}
.subNav dd:hover a:before {
  height: 12px;
}
.subNav a:hover {
}
.header.currents {
}
.header.currents .ser {
  display: none;
}
.header.currents .web-logo, .header.currents .ser, .header.currents .topLinks {
  display: none;
}
.header.currents .mobile-logo {
  display: block;
}
.header.currents .top {
  position: absolute;
  left: 50%;
  top: 4px;
  width: auto;
  height: auto;
  margin-left: -700px;
}
.header.currents .logo {
  padding-top: 0
}
.header.currents .nav {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
}
.header.currents .nav li {
  background: none;
  width: 10%;
*width: 107px;
  height: 60px;
}
.header.currents .nav ul {
  /*margin: 0 0 0 240px;*/
}
.header.currents .subNav {
  top: 60px;
}
.header.currents .nav-wrapper {
  height: 56px;
}
.header.currents .nav ul li > a {
  color: #fff;
  /*font-size: 16px;
  font-weight: normal;*/
}
.header.currents .nav ul li.on > a, .header.currents .nav ul li:hover > a {
  color: #fff;
}
.header.currents {
  height: 60px;
  line-height: 60px;
  background: none;
  background-color: #065097;
  box-shadow: 0 2px 6px rgba(1,117,117,0.4);
  position: fixed;
  top: 0;
  left: 0
}
.header.currents .wrap_nav {
  height: 60px;
  line-height: 60px;
}
.fadeInUpSmall {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
 @keyframes fadeInUpSmall {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 20px, 0);
 -ms-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
.ser {
  width: 268px;
  height: 30px;
  line-height: 30px;
  z-index: 600;
  position: absolute;
  right: 0;
  bottom: -40px;
  border-bottom: 1px solid #0091e4;
}
.search input {
  position: absolute;
  height: 34px;
  line-height: 34px;
  color: #b9c3cc;
  border: none;
  background: none;
  top: 0px;
  padding-left: 0px;
}
.search input.notxt {
  color: #999;
  padding: 0 0 0 15px;
  width: 80%;
}
.search input.notxt1 {
  position: absolute;
  width: 27px;
  height: 30px;
  right: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding-right: 0;
  color: #fff;
  border: none;
  background: url(../images/search.svg) no-repeat center center;
  background-size: 18px;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  font-size: 24px;
  transition: none;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.goTop:hover {
  color: #fff;
  background-color: #e46856;
}
/*手机端导航*/
.mobile {
  width: 300px;
  position: absolute;
  height: 90px;
  display: none;
  top: 4px;
  right: 0;
  z-index: 99;
  height: 100%;
}
/*.mobile.active{overflow:visible;}*/
.mobile-inner-header {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 90px;
  background-color: #0091e4
}
.mobile-inner-header-icon {
  color: #fff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.mobile-search-btn {
  width: 90px;
  height: 90px;
  background: url(../images/mobile-search.png) no-repeat center #0091e4;
  position: absolute;
  right: 90px;
  top: 0;
  cursor: pointer;
}
.mobile-search-btn.active {
  background: #0091e4;
}
.mobile-search-btn.active:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.mobile-search-btn.active:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}
.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: right;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}
.mobile-inner-header-icon-out span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
  width: 30px;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
  width: 24px;
  margin-left: 6px;
}
.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
  width: 18px;
  margin-left: 12px;
}
.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
 @keyframes clickthird {
 0% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;



  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg);
}
 100% {
 transform: translateY(-4px) rotate(0deg);
}
}
 @keyframes outsecond {
 0% {
 transform: translateY(0) rotate(45deg);
}
 100% {
 transform: translateY(4px) rotate(0deg);
}
}
@keyframes outthird {
 0% {
 transform: translateY(0) rotate(90deg);
}
 100% {
 transform: translateY(12px) rotate(0deg);
}
}
.mobile-inner-nav {
  background-color: #0091e4;
  width: 0;
  position: absolute;
  top: 90px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: solid 1px #1a8282;
  overflow-x: hidden;
  transition: width 0.5s ease
}
.mobile-inner-nav ul {
  width: 100%;
  overflow: hidden;
}
.mobile-inner-nav.active {
  width: 100%
}
.mobile-inner-nav a {
  display: inline-block;
  line-height: 2;
  padding: 15px 0;
  text-decoration: none;
  width: 100%;
  font-size: 1.8rem;
  border-bottom: solid 1px #1a8282;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  color: #fff;
}
.mobile-inner-nav a:hover {
  color: #fafafa;
}
.mobile-inner-nav li {
  position: relative;
}
.mobile-inner-nav li a {
  text-indent: 30px;
}
.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.3rem;
  cursor: pointer;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 64px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 1px solid #1a8282;
  font-weight: normal;
}
.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.mobile_subNav {
  display: none;
  background-color: #016464;
}
.mobile-inner-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: dotted 1px #1a7373;
  font-weight: normal;
  font-size: 1.6rem;
}
.mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}
.mobile_search input.notxt {
  width: 90%;
  color: #333;
  margin-left: 55px;
  border: none;
  height: 36px;
  line-height: 36px;
}
.mobile_search input.notxt1 {
  width: 55px;
  background-color: #fff;
  right: auto;
  left: 0;
  background: url(../images/search_btn.png) no-repeat center center #0091e4;
  border: none;
  height: 36px;
  line-height: 36px;
}
.mobile-inner-nav dd a i {
  color: #1b7474;
  margin-right: 6px;
  font-weight: bold;
}
.black_bg01 {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  ;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 89;
  display: none;
}
/*通知公告*/
.list05 {
  margin: 0 -30px;
  padding-top: 30px;
*overflow: hidden;
}
.list05 li {
  width: 33.3%;
  float: left;
  margin: 40px 0;
*width:419px;
}
.list05 li > div {
  margin: 0 30px;
  border: 1px solid #ddd;
  position: relative;
  padding: 40px 20px 20px;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid #0074ce;
  background: url(../img/bg9a.png) right bottom no-repeat;
}
.item-date05 {
  width: 68px;
  height: 68px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
  background-color: #fff;
  transition: all 0.3s ease-in-out
}
.item-date05 strong, .item-date05 i {
  display: block;
  color: #0091e4;
  font-style: normal;
  text-align: center;
}
.item-date05 strong {
  padding: 7px 0 2px;
  font-size: 20px;
  width: 40px;
  margin: 0 auto;
  font-weight: bold;
  border-bottom: 1px solid #017575
}
.item-date05 i {
  font-size: 16px;
  padding-top: 3px;
}
.list05 li h3 {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  font-weight: normal;
}
.list05 li > div:hover .item-date05 {
  background-color: #017575;
  border-color: #fff;
}
.list05 li > div:hover strong, .list05 li > div:hover i {
  color: #fff;
  border-color: #fff;
}
.list05 li > div:hover {
  box-shadow: 0 5px 15px rgba(1,117,117,0.2);
  background-color: #017575
}
.list05 li > div:hover h3 a {
  color: #fff;
}
/*footer*/
.wrap_footer {
  /*background-color: #065097;
  background: url(../images/footer_bg.png) no-repeat bottom center;*/
}
.footer {
  width: 100%;
  height:340px;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden;
  background: url(../images/footer-bg.png) no-repeat bottom center;
}
.footer-left
{
  width: 1200px;
  margin: 0 auto;
}
.footer_link {
  width: 33%;
  float: left;
}
.footer a, .footer span {
  color: #fff;
}
.footer_link h2 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
  margin-right: 10%;
}
.footer_link ul {
  padding: 10px 0 0;
  overflow: hidden;
}
.footer_link li {
  width: 33.4%;
  float: left;
  padding: 6px 0;
}
.copyRight {
  width: 33%;
  float: left;
  color: #fff;
  padding: 23px 0;
  /*border-left: 1px solid #347d7d;
  border-right: 1px solid #347d7d;*/
  font-size: 14px;
  line-height: 30px;
}
.copyRight span {
  display: block;
  margin: 0 11%;
}
.footer_code {
  width:100px;
  float: right;
  padding-top: 5px;
}
.footer_code li {
  width: 50%;
  float: left;
}
.footer_code li img {
  width: auto;
  height: auto;
}
.footer_code li span {
  float: left;
  height: 90px;
  line-height: 90px;
  padding: 0 10px 0 20px;
}
.footer_code li strong {
  float: right;
}
.webClear {
  display: none;
}
.copyRight i {
  font-style: normal;
}

@media screen and (max-width:1460px) {
.top, .nav, .footer, .header.currents .nav {
  /*width: 1000px;*/
}
.ser {
  width: 200px;
}
.nav ul {
  /*margin-right: 210px;*/
}
.nav ul li > a {
  font-size: 18px;
  font-size: 1.8rem;
}
.logo {
  padding-top: 30px;
}
.top {
  height: 95px;
}
.footer_code li strong {
  float: none;
  display: block;
}
.footer_code li span {
  height: 25px;
  line-height: 25px;
  display: block;
}
.list05 li h3 {
  font-size: 1.5rem;
}
.list05 li {
  margin: 30px 0;
}
.header.currents .top {
  margin-left: -500px;
}
}

@media screen and (max-width:1300px) {
}

@media screen and (max-width:1020px) {
.top, .nav, .footer {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.ser {
  right: 25px;
}
.logo {
  width: 320px;
}
}

@media screen and (max-width:992px) {
.topLinks, .web-logo, .wrap_nav {
  display: none;
}
.mobile-logo {
  display: block;
}
.logo {
  width: 300px;
  padding-top: 18px;
}
.top {
  height: 90px;
  background-color: #0091e4;
  border-top: 4px solid #0091e4
}
.ser {
  width: 100%;
  background: #fff;
  right: 0;
  height: 60px;
  line-height: 60px;
  display: none;
}
.search input.notxt {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.search input.notxt1 {
  width: 60px;
  height: 60px;
  background-size: 32px;
}
.mobile {
  display: block;
}
.list05 li > div {
  margin: 0 15px;
}
.list05 {
  margin: 0 -15px;
}
}

@media screen and (max-width:768px) {
.top, .nav, .footer {
  padding-left: 15px;
  padding-right: 15px;
}
.ser {
  height: 40px;
  line-height: 40px;
  bottom: -40px;
}
.search input.notxt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.search input.notxt1 {
  width: 40px;
  height: 40px;
  background-size: 25px;
}
.footer_link, .copyRight {
  width: 50%;
  box-sizing: border-box;
}
.footer_code {
  float: none;
  width: 100%;
  clear: both;
  border-top: 1px solid #347d7d;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.webClear {
  display: block;
}
.copyRight {
  border-right: none;
}
.footer_code li {
  display: inline-block;
  float: none;
  width: 90px;
  margin: 0 10px;
}
.footer {
  background-size: contain;
}
.copyRight span {
  font-size: 1.2rem;
  line-height: 22px
}
.footer_link h2 {
  font-size: 1.8rem;
}
.list05 li {
  width: 50%;
  margin: 25px 0;
}
.copyRight i {
  display: inline-block;
}
.list05 li h3 {
  font-size: 1.4rem;
}
.articleTitle h3 {
  font-size: 1.9rem;
}
.mobile {
  width: 240px;
}
}

@media screen and (max-width:640px) {
.top {
  height: 70px;
}
.logo {
  width: 220px;
  padding-top: 14px;
}
.mobile-inner-header, .mobile-search-btn {
  height: 70px;
  width: 70px;
}
.mobile-search-btn {
  right: 70px;
  background-size: 20px 20px;
}
.mobile-inner-header-icon {
  margin: 20px 11px 0 0;
}
.mobile-inner-nav {
  top: 70px;
}
.mobile-inner-nav a {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 0;
}
.mobile-inner-nav dd a {
  font-size: 1.4rem;
}
.mobile-inner-nav li strong {
  font-size: 2.4rem;
  width: 53px;
  height: 53px;
  line-height: 50px;
}
.mobile-inner-header-icon-out span:nth-child(1) {
  width: 24px;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  width: 18px;
}
.mobile-inner-header-icon-out span:nth-child(3) {
  width: 12px;
}
.mobile-search-btn.active:before {
  height: 26px;
}
.mobile-search-btn.active:after {
  height: 26px;
}
}

@media screen and (max-width:480px) {
.list05 li {
  width: 100%;
}
.list05 li h3 {
  height: auto;
}
}

@media screen and (max-width:460px) {
.footer_link, .copyRight {
  width: 100%;
  border: none;
  float: none;
}
.copyRight {
  padding: 14px 0 0;
  margin-top: 12px;
  border-top: 1px solid #347d7d;
}
.copyRight span {
  margin: 0;
}
.footer_link h2 {
  margin-right: 0
}
}

@media screen and (max-width:400px) {
.top {
  height: 50px;
}
.logo {
  width: 170px;
  padding-top: 9px;
}
.mobile-search-btn {
  width: 50px;
  right: 50px;
  background-size: 20px;
}
.mobile-inner-header, .mobile-search-btn {
  width: 50px;
  height: 50px;
}
.mobile-inner-header-icon {
  margin: 10px 3px 0 0;
}
.mobile-inner-nav {
  top: 50px;
}
.mobile-search-btn.active:before, .mobile-search-btn.active:after {
  height: 26px;
}
}
/*jgsz*/
.list_tit {
  height: 98px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 90px;
  text-align: center;
}
.list_nav {
  width: 247px;
  background: url(../images/listzcejbg.png) no-repeat center top #a4d06f;
}
.list_nav {
  width: 247px;
  background: url(../images/listzcejbg.png) no-repeat center top #a4d06f;
}
.main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.list-bg {
  min-height: 650px;
}
.clearfix {
  zoom: 1;
}
.menu_2 {
  margin: 0 0 0px 25px;
  overflow: hidden;
  padding-bottom: 38px;
}
.menu {
  margin: 0px auto 0px;
  background: #ffffff;
  padding-bottom: 32px;
}
.menu>li {
  border-bottom: solid 1px #cccccc;
  line-height: 25px;
  padding-left: 20px;
}
.menu>li.cur1>a {
  color: #226401;
  font-weight: bold;
  background: url(../images/listzcjt2.png) no-repeat 160px center;
}
.menu>li>a {
  display: block;
  color: #333333;
  font-size: 18px;
  padding: 20px 52px 20px 0px;
  background: url(../images/listzcjt1.png) no-repeat 160px center;
}
.list_right {
  width: 893px;
  margin-top: 29px;
}
.fr {
  float: right;
}
.list_right_tit {
  height: 46px;
  border-bottom: solid 1px #b3b3b3;
  position: relative;
}
.list_right_tit .list_right_bt {
  line-height: 46px;
  height: 46px;
  font-size: 20px;
  color: #226401;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 2px #226401;
}
.fl {
  float: left;
}
.list_right_tit .location {
  font-size: 14px;
  color: #888888;
  line-height: 42px;
  height: 42px;
  padding-left: 20px;
  background: url(../images/listdqwzqdt.png) no-repeat left center;
  margin-top: 4px;
}




.xygkcon {
  min-height: 400px;
  margin-bottom: 40px;
}
.xygkcon .xygklb ul li {
  float: left;
  width: 220px;
  height: 50px;
  background: url(../images/xygkdlbbg1.png) no-repeat;
  line-height: 50px;
  margin-right: 30.5px;
  margin-top: 30px;
  text-align: center;
}
.xygkcon .xygklb ul li a {
  font-size: 16px;
  color: #333333;
  display: block;
}
/*jgsz*/
.rongmei_bg {
    padding: 30px 0;
}
.duotu_gd {
    padding: 0;
}
.carousel {
    margin: 0 30px;
    width: calc(100% - ($button-spacing * 2));
}
.duotu_gd ul li {
    list-style: none;
    padding: 15px;
}
.duotu_gd ul li img {
    margin: 0 auto;
}
.carousel li {
   margin-right: 0px;
}
.carousel .carousel-control.left {    left: -30px;
}
.carousel .carousel-control.right {
    right: -30px;
}
style.css:31
.carousel .carousel-control {
    background: none;
    color: transparent;
    overflow: hidden;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 30px;
}
.carousel .carousel-control {
    background: none;
    color: transparent;
    overflow: hidden;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 30px;
}
.carousel .carousel-control.left:before {    content: '\e079';
}
.carousel .carousel-control.right:before {
    content: '\e080';
}
.side-menu {
  padding-bottom:30px;
  margin-right:8px
}
.side-menu .menu-title {
  background:url(../images/img-21.png) no-repeat top center;
  background-size:cover;
  min-height:65px;
  line-height:35px;
  position:relative;
  color:#fff;
  font-weight:700;
  padding:15px 20px
}
.side-menu .menu-cont .box-a {
  display:block;
  background:#fff;
  padding-left:20px;
  padding-right:20px;
  border-bottom:1px solid #e2e5ef
}
.side-menu .menu-cont .box-a:last-child {
  border-bottom:none
}
.side-menu .menu-cont .box-a.box-down-menu .a-title:after {
  right:0;
  top:26px;
  background:url(../images/img-24.png) no-repeat;
  width:13px;
  height:7px
}
.side-menu .menu-cont .box-a:last-child {
  margin-bottom:0
}
.side-menu .menu-cont .box-a.active {
  background:#3d55a7
}
.side-menu .menu-cont .box-a.active.box-down-menu .a-title:after {
  background:url(../images/img-26.png) no-repeat
}
.side-menu .menu-cont .box-a.active .a-title {
  color:#fff
}
.side-menu .menu-cont .box-a.active .a-title:before {
  background:#fff
}
.side-menu .menu-cont .box-a.active .a-title:after {
  background:url(../images/img-23.png) no-repeat
}
.side-menu .menu-cont .box-a.active .down-menu a {
  color:#fff
}
.side-menu .menu-cont .box-a.active .down-menu a:after {
  background:url(../images/img-23.png) no-repeat;
  background-size:contain
}
.side-menu .menu-cont .a-title {
  display:block;
  padding:12px 15px;
  line-height:30px;
  position:relative;
  color:#333;
  font-size:17px
}
.side-menu .menu-cont .a-title:after, .side-menu .menu-cont .a-title:before {
  content:'';
  position:absolute
}
.side-menu .menu-cont .a-title:before {
  left:0;
  top:18px;
  width:5px;
  height:18px;
  background:#3d55a7;
  border-radius:3px
}
.side-menu .menu-cont .a-title:after {
  right:0;
  top:21px;
  background:url(../images/img-22.png) no-repeat;
  width:7px;
  height:13px
}
.side-menu .down-menu {
  padding-bottom:10px
}
.side-menu .down-menu a.active {
  font-weight:700
}
.side-menu .down-menu a {
  display:block;
  padding:5px 20px 5px 35px;
  background:url(../images/img-25.png) no-repeat 15px 12px;
  line-height:24px;
  font-size:15px;
  color:#333;
  position:relative
}
.side-menu .down-menu a:after {
  content:'';
  position:absolute;
  right:0;
  top:15px;
  background:url(../images/img-22.png) no-repeat;
  background-size:contain;
  width:5px;
  height:9px
}