@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.fa {
  font-family: Arial;
}

/*header*/
header {
  border-top: 7px solid  #0b5bba;
  background: #ffffff;
  z-index: 9999;
}
header .header-top {
  padding-top: 20px;
  padding-bottom: 25px;
}
header .header-top .logo img {
  display: block;
}
header .header-top .e-mail {
  float: right;
  background: url("../images/img-05.png") no-repeat right center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
header .header-top .e-mail img {
  display: block;
}
header .header-top .language {
  float: right;
  margin-left: 20px;
  padding-top: 10px;
}
header .header-top .language a {
  display: block;
  width: 32px;
  height: 24px;
  border: 2px solid #cdcdcd;
  color: #cdcdcd;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}
header .header-top .language a:hover, header .header-top .language a.current {
  border-color: #1260bc;
  color: #1260bc;
}

.navbar-default {
  border-radius: 0;
  border: none;
  margin-bottom: 2px;
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
  background: url("../images/img-06.png") repeat-x left bottom;
}
.navbar-default .navbar-nav {
  width: 100%;
}
.navbar-default .navbar-nav li {
  position: relative;
  width: 16.666666%;
}
.navbar-default .navbar-nav li > a {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 46px;
  border-left: 1px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
}
.navbar-default .navbar-nav li:last-child > a {
  border-right: 1px solid #e8e8e8;
}
.navbar-default .navbar-nav .dropdown-menu {
  background: url("../images/img-07.png") repeat;
  width: 400px;
  text-align: center;
}
.navbar-default .navbar-nav .dropdown-menu a {
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #709fd7;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-default .navbar-nav .dropdown-menu a:last-child {
  border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-bottom: 3px solid #0b5bba;
  color: #0b5bba;
  background: #ffffff;
}

/*footer*/
footer {
  background: #0b5bba;
}
footer .f-top {
  border-bottom: 2px solid #6f9ed6;
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
footer .f-left {
  color: #ffffff;
  line-height: 1.4;
  font-size: 14px;
  background: url("../images/img-04.png") no-repeat right top;
}
footer .f-left .tel {
  font-size: 30px;
  font-weight: bold;
}
footer .f-left .f-1 {
  margin-bottom: 10px;
}
footer .f-left .f-2 {
  padding-left: 25px;
  line-height: 1.6;
  margin-bottom: 5px;
}
footer .f-left .f-2.icon-01 {
  background: url("../images/img-01.png") no-repeat left 3px;
}
footer .f-left .f-2.icon-02 {
  background: url("../images/img-02.png") no-repeat left 3px;
}
footer .f-left .f-2.icon-03 {
  background: url("../images/img-03.png") no-repeat left 3px;
}
footer .f-right .box-w {
  padding-left: 40px;
  padding-right: 40px;
}
footer .f-right .box {
  margin-bottom: 10px;
}
footer .f-right .box .m-title {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}
footer .f-right .box .m-title .glyphicon {
  margin-top: 3px;
  font-size: 16px;
  display: none;
}
footer .f-right .box .main {
  font-size: 14px;
  color: #92bdf1;
  word-wrap: break-word;
}
footer .f-right .box .main a {
  display: block;
  color: #92bdf1;
  line-height: 24px;
}
footer .f-right .box .main a:hover {
  color: #40b6c6;
}
footer .copy {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

/*other-banner*/
.other-banner {
  height: 370px;
  overflow: hidden;
}
.other-banner .cont {
  background: url("../images/img-08.png") no-repeat left bottom;
  color: #ffffff;
  padding-bottom: 45px;
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 145px;
}

.bread-crumbs {
  background: #ffffff;
}
.bread-crumbs .b-l {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  background: url("../images/img-10.png") no-repeat left 15px;
  padding-left: 25px;
  font-size: 14px;
  color: #616161;
  font-family: Arial;
}
.bread-crumbs .b-l a {
  color: #616161;
}
.bread-crumbs .b-l span {
  color: #fe1732;
}

/*main-cont*/
.main-cont {
  background: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*sub-menu*/
.sub-menu {
  padding-bottom: 15px;
  font-family: Arial;
}
.sub-menu .nav-pills {
  z-index: 999;
}
.sub-menu .nav-pills > li {
  padding-right: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
.sub-menu .nav-pills > li > a {
  background: #ffffff;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #616161;
}
.sub-menu .nav-pills > li > a:hover,
.sub-menu .nav-pills > li > a:hover,
.sub-menu .nav-pills > li > a:focus {
  color: #fff;
  background-color: #0b5bba;
}
.sub-menu .nav-pills > li.active > a,
.sub-menu .nav-pills > li.active > a:hover,
.sub-menu .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0b5bba;
}
.sub-menu .dropdown-menu {
  top: 0;
  right: 20px;
  padding-top: 45px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  min-width: 116px;
}
.sub-menu .dropdown-menu .main {
  border-radius: 8px;
  background: url("../images/img-13.png") repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-menu .dropdown-menu a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  height: 28px;
  text-align: center;
}
.sub-menu .dropdown-menu a:hover {
  color: #f5e81b;
}

/*page*/
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page a {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  color: #616161;
  margin: 5px 2px;
}

.page .p-inp {
  border: 1px solid #d9d9d9;
  width: 30px;
  height: 28px;
  line-height: 26px;
  vertical-align: middle;
  margin-top: -5px;
  text-align: center;
}

.page .p-btn {
  border: 1px solid #d9d9d9;
  width: 40px;
  height: 28px;
  line-height: 28px;
  background: none;
}

.page strong {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  color: #616161;
  margin: 0 1px;
}

.box-white {
  background: #fff;
  border-radius: 10px;
}

.public-box {
  padding: 35px;
}

.mod-01 {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.mod-02 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-02 .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-02 .box {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-02 .pic {
  float: left;
}
.mod-02 .pic img {
  display: block;
}
.mod-02 .cont {
  padding-left: 195px;
  text-transform: uppercase;
}
.mod-02 .cont h3 {
  margin-bottom: 3px;
}
.mod-02 .cont h3 a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
}
.mod-02 .cont .txt {
  color: #333333;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.mod-02 .cont .txt span {
  color: #0b5bba;
  font-weight: bold;
}

.mod-03 .box {
  border-bottom: 1px dotted #ababab;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mod-03 .box .pic img {
  display: block;
  width: 100%;
}
.mod-03 .box .info .title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mod-03 .box .info .title a {
  display: block;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
.mod-03 .box .info .txt {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.mod-03 .box .info .a-more {
  color: #0b5bba;
  display: inline-block;
}
.mod-03 .box .info .other span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.mod-03 .box .info .other span.date {
  background: url("../images/img-16.png") no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
}

.mod-04 .m-title {
  border-bottom: 1px dotted #c2c2c2;
  padding-bottom: 15px;
  color: #999999;
  font-size: 16px;
  margin-bottom: 20px;
}
.mod-04 .m-title span {
  display: inline-block;
  margin: 0 10px;
}
.mod-04 .m-title h1 {
  color: #000000;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.mod-04 .main {
  color: #616161;
  font-size: 16px;
  line-height: 26px;
}

.other-page {
  margin-top: 30px;
  border-top: 1px dotted #ababab;
  color: #999999;
  font-size: 14px;
}
.other-page a {
  line-height: 1.4;
  color: #999999;
}
.other-page a, .other-page span {
  display: block;
  margin: 10px 0;
}
.other-page .p-right {
  text-align: right;
}

.mod-05 .box {
  background: #e6e6e6;
  margin-bottom: 20px;
  display: flex;
}
.mod-05 .box .img-s, .mod-05 .box .info-s {
  padding-left: 0;
  padding-right: 0;
}
.mod-05 .box .img-s {
  overflow: hidden;
}
.mod-05 .box .img-s img {
  width: 100%;
  transition: all .7s;
}
.mod-05 .box .info-s {
  display: flex;
}
.mod-05 .box .info {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mod-05 .box .info .en {
  font-size: 20px;
  color: #0b5bba;
  text-transform: uppercase;
}
.mod-05 .box .info .en a {
  color: #0b5bba;
}
.mod-05 .box .info .title a {
  color: #0b5bba;
  font-size: 50px;
  text-transform: uppercase;
}
.mod-05 .box .info .sub-title {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  text-transform: uppercase;
}
.mod-05 .box .info .txt {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 20px 0;
}
.mod-05 .box .info .a-more {
  display: block;
  border: 2px solid #000000;
  width: 215px;
  height: 46px;
  line-height: 42px;
  background: url("../images/img-20.png") no-repeat right 10px center;
  text-align: center;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.mod-05 .box:hover .img-s img {
  transform: scale(1.1);
}

.mod-06 .pic img {
  display: block;
  width: 100%;
}
.mod-06 .info {
  text-transform: uppercase;
}
.mod-06 .info .title {
  color: #000000;
  font-size: 30px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod-06 .info .txt {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.mod-06 .info .txt span {
  color: #0b5bba;
  font-weight: bold;
}

.tabs-cont > div {
  display: none;
}

.mod-07 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  overflow-x: auto;
}
.mod-07 a {
  display: inline-block;
  margin: 13px 10px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  min-width: 160px;
  color: #616161;
  font-size: 18px;
}
.mod-07 a:hover, .mod-07 a.current {
  background: #ff0034;
  color: #ffffff;
}

.mod-08 .box {
  margin-bottom: 15px;
}
.mod-08 .box .pic img {
  display: block;
  width: 100%;
}
.mod-08 .box .title a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.mod-09 {
  margin-bottom: 25px;
}
.mod-09 .m-title {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.mod-09 .m-title .s-search {
  padding-right: 100px;
}
.mod-09 .m-title .s-search .s-inp {
  border: 1px solid #d6d6d6;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
}
.mod-09 .m-title .s-search .s-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 36px;
  background: url("../images/img-25.png") no-repeat 10px center #0b5bba;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
  text-align: left;
}
.mod-09 .m-title .t-r {
  text-align: right;
}
.mod-09 .m-title .t-r .a-clear {
  color: #0b5bba;
  text-decoration: underline;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.mod-09 .main .list {
  padding-left: 155px;
  line-height: 36px;
  margin-bottom: 15px;
  position: relative;
}
.mod-09 .main .list span.l-tit {
  position: absolute;
  left: 0;
  color: #616161;
  font-size: 14px;
}
.mod-09 .main .list a {
  display: block;
  float: left;
  color: #616161;
  font-size: 14px;
  padding: 0 15px;
  margin: 1px 5px;
}
.mod-09 .main .list a:hover, .mod-09 .main .list a.current {
  background: #ff0034;
  color: #ffffff;
}

.mod-10 .box {
  background: #ffffff;
  padding: 10px 10px 10px 195px;
  border-radius: 5px;
  line-height: 22px;
  color: #999999;
  font-size: 12px;
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: normal;
}
.mod-10 .box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-10 .box .row.box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-10 .box span {
  color: #000000;
}
.mod-10 .box .name {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
}
.mod-10 .box .pic {
  width: 158px;
  position: relative;
  margin-left: -183px;
  float: left;
}
.mod-10 .box .pic img {
  width: 100%;
  display: block;
}

.mod-11 {
  background: url("../images/img-26.png") no-repeat right top #f7f7f7;
}
.mod-11 .pic {
  border: 3px solid #0b5bba;
}
.mod-11 .pic img {
  display: block;
  width: 100%;
}
.mod-11 .info {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  padding: 10px;
}
.mod-11 .info h3 {
  color: #000000;
  font-size: 24px;
  height: 68px;
  line-height: 68px;
}

.mod-12 .top-s {
  margin-bottom: 30px;
}
.mod-12 .top-s .box {
  height: 172px;
  font-size: 14px;
  line-height: 2;
  color: #616161;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
}
.mod-12 .top-s .box.call {
  background: url("../images/img-30.png") no-repeat center center #ffffff;
  font-size: 20px;
}
.mod-12 .top-s .box.call span {
  display: inline-block;
  color: #0b5bba;
  font-size: 24px;
}
.mod-12 .top-s .box.add {
  background: url("../images/img-31.png") no-repeat center center #ffffff;
}
.mod-12 .top-s .box.email {
  background: url("../images/img-32.png") no-repeat center center #ffffff;
}
.mod-12 .map img {
  display: block;
}

/*index*/
.index-banner .owl-controls {
  position: absolute;
  margin-top: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}
.index-banner .owl-controls > .owl-nav > .owl-prev, .index-banner .owl-controls > .owl-nav > .owl-next {
  width: 42px;
  height: 98px;
  position: absolute;
  margin-top: -49px;
}
.index-banner .owl-controls > .owl-nav > .owl-prev {
  background: url("../images/prev.png") no-repeat;
  left: 10%;
}
.index-banner .owl-controls > .owl-nav > .owl-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}
.index-banner .owl-controls > .owl-nav > .owl-next {
  background: url("../images/next.png") no-repeat;
  right: 10%;
}
.index-banner .owl-controls > .owl-nav > .owl-next:hover {
  background: url("../images/next-h.png") no-repeat;
}

.godown {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 25px;
  height: 34px;
  margin-left: -13px;
  z-index: 99999;
}
.godown span {
  display: block;
  width: 25px;
  height: 34px;
  background-image: url("../images/img-30.png");
}

.godown span {
  -webkit-animation: fade 3s infinite linear;
  animation: fade 3s infinite linear;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.index-mod-01 {
  background: url("../images/img-46.png") no-repeat top center;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.index-mod-01 .m-title {
  font-size: 40px;
  margin-bottom: 25px;
}
.index-mod-01 .s-title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 25px;
}
.index-mod-01 .txt {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.index-mod-01 .a-more {
  display: block;
  width: 100%;
  border: 2px solid #ffffff;
  line-height: 56px;
  background: url("../images/img-47.png") no-repeat right 20px top 17px;
  color: #ffffff;
  font-size: 16px;
  height: 60px;
}

.index-mod-02 {
  background: url("../images/img-45.png") no-repeat;
  background-size: cover;
  padding-top: 4%;
}
.index-mod-02 .m-title {
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
}
.index-mod-02 .txt {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  color: #ffffff;
  text-transform: uppercase;
}
.index-mod-02 .box-list {
  position: relative;
  margin-bottom: -60px;
}
.index-mod-02 .box-list .box {
  position: relative;
}
.index-mod-02 .box-list .box .pic img {
  display: block;
  width: 100%;
}
.index-mod-02 .box-list .box .a-more {
  position: absolute;
  background: url("../images/img-39.png") repeat;
  z-index: 99;
  font-size: 14px;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: -77px;
  text-transform: uppercase;
  transition: all .7s;
  padding-bottom: 5px;
}
.index-mod-02 .box-list .box .a-more span {
  display: block;
  margin: 0;
}
.index-mod-02 .box-list .box .a-more span.title {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.index-mod-02 .box-list .box .a-more span.txt {
  line-height: 24px;
  text-align: center;
  height: 72px;
  overflow: hidden;
}
.index-mod-02 .box-list .box:hover .a-more {
  bottom: 0;
}

.index-mod-03 {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 70px;
}
.index-mod-03 .m-title {
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 50px;
  text-transform: uppercase;
}
.index-mod-03 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-mod-03 .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-mod-03 .box {
  position: relative;
  margin-bottom: 20px;
}
.index-mod-03 .box .pic {
  overflow: hidden;
}
.index-mod-03 .box .pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.index-mod-03 .box .title {
  background: url("../images/img-38.png") repeat-x;
  height: 58px;
  line-height: 58px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.index-mod-03 .box .title a {
  color: #ffffff;
}
.index-mod-03 .box:hover .pic {
  overflow: hidden;
}
.index-mod-03 .box:hover .pic img {
  transform: scale(1.1);
}

.index-mod-04 {
  margin-bottom: 20px;
}
.index-mod-04 .mod-05 .box {
  margin-bottom: 30px;
}

.right-box {
  position: fixed;
  z-index: 9998;
  right: 0;
  top: 350px;
}
.right-box .m-title {
  position: absolute;
  width: 98px;
  right: 0;
  top: 0;
}
.right-box .b-title {
  text-align: right;
  margin-bottom: 10px;
}
.right-box .b-title span {
  display: inline-block;
  background: url("../images/img-64.png") no-repeat left center;
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.right-box .main {
  background: #0b5bba;
  width: 200px;
  padding: 15px;
  border-radius: 5px 0 0 5px;
  display: none;
}
.right-box .main .cont {
  border: 1px solid #2d72c4;
}
.right-box .main a {
  display: block;
  border-bottom: 1px solid #2d72c4;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.right-box .main a:last-child {
  border-bottom: none;
}

/*# sourceMappingURL=style.css.map */

.tea_d1{
  border:40px solid #fff;
  background: url(../images/tea_bg1.png) right top no-repeat #f7f7f7;
}
.tea_img1{
  display: block;
  width: 216px;
}
.tea_d2 h3{
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  padding-top: 15px;
}
.tea_d2 p{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.tea_d2 p span{
  font-size: 16px;
  color: #999999;
}
.tea_d3{
  text-align: center;
  padding: 30px 0 5px;
}
.tea_d3 a{
  width: 150px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #616161;
  margin: 0 10px 15px;
}
.tea_d3 a.tea_on{
  background: #ff0034;
  color: #fff;
}
.tea_d3m{
  border-radius: 10px;
  background: #fff;
  padding: 20px 35px;
}
.tea_d4{
  font-size: 16px;
  color: #616161;
  line-height: 30px;
}
.tea_d4 img {
  max-width: 100%;
  vertical-align: middle;
}

/*new add*/
.tea-info .box {
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.tea-info .box-title {
  background: #fcfcfc;
  border-bottom: 1px solid #f5f5f5;
}
.tea-info .box-title .t-l {
  background: #0b5bba;
  width: 146px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
}
.tea-info .box-main {
  padding: 20px 35px;
  color: #616161;
  font-size: 16px;
  line-height: 28px;

}
.tea-info .tables {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.tea-info .tables table tr.t-tit td {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.tea-info .tables table tr td {
  border: 1px solid #e3e3e3;
  padding: 10px;
  line-height: 20px;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.tea-menu {
  width: 250px;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 99999;
  display: none;
}
.tea-menu li {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.tea-menu li a {
  display: block;
  background: url("../images/img-66.png") no-repeat 24px 20px #0b5bba;
  padding-left: 40px;
  color: #ffffff;
  font-size: 16px;
}
.tea-menu li a:hover,.tea-menu li.active a {
  background: url("../images/img-66.png") no-repeat 24px 20px #ff0034;
}

.yjy {}


.yjy p {font-size: 14px;}


.yjy p a {font-size: 14px;}


.yjy fieldset i {color: #92a0c8;font-size: 12px;margin-right: 8px;}


.yjy .yjyminh {min-height: 142px;}


.yjy fieldset {background: #fff;padding: 10px 12px 16px 12px;margin: 0 0 22px 0;border-radius: 2px;border-radius: 3px;border: 1px solid #d5e1ec;}


.yjy fieldset:last-child {margin: 0;}


.yjy fieldset legend {font-weight: bold;background: #fff;margin: 0;margin-left: -0.1875rem;color: #004ea4;font-size: 17px;border: 0;display: block;width: auto;padding: 3px 10px; }


@media (max-width: 991px) {


.yjy .yjyminh {min-height: auto;}


}


@media (max-width: 767px) {


.yjy fieldset legend {font-size: 15px;}


}

.namelist{overflow: hidden;margin-top: 2px;}


.namelist ul {overflow: hidden;}


.namelist li {margin: 6px 0;padding: 0 6px;float: left;}


.namelist li a {font-size: 14px;color: #262626;line-height: 18px;}


.namelist li a:hover {color: #0088de;text-decoration: none;}


.namelist p a {color: #262626;}


.namelist p a:hover {color: #0088de;}

