﻿/* 网站样式重置及公用 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.hg2 {
  height: 2px;
}
.hg5 {
  height: 5px;
}
.hg10 {
  height: 10px;
}
.hg15 {
  height: 15px;
}
.hg20 {
  height: 20px;
}
.hg30 {
  height: 30px;
}
.hg40 {
  height: 40px;
}
.hg50 {
  height: 50px;
}
.hg55 {
  height: 55px;
}
.hg60 {
  height: 60px;
}
.hg70 {
  height: 70px;
}
.hg80 {
  height: 80px;
}
.hg100 {
  height: 100px;
}
.hg120 {
  height: 120px;
}
.hg130 {
  height: 130px;
}
.hg140 {
  height: 140px;
}
.hg140 {
  height: 150px;
}

html {
  overflow-y: scroll;
}

body,
div,
table,
tr,
td {
    font: 14px/0.875em "微软雅黑", "Microsoft YaHei", "Verdana";
    color: #1A1B20;;
    line-height: 25px;
}
body {
    background: #FFF;
}

/*
body {
background: url(../images/aboutus_bg.jpg) #FFF repeat-x center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
*/

#navbarSupportedContent li a:link,
#navbarSupportedContent li a:visited {
  color: #1A1B20;
}
@media (max-width: 1199px) {
    #navbarSupportedContent li a:link,
    #navbarSupportedContent li a:visited {
      color: #FFF;
    }
}

#navbarSupportedContent li.nav-item {
  /* width: 150px; */
  /* height: 36px; */
  /* line-height: 36px; */
  /* float: left; */
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
}
@media (max-width: 1199px) {
    #navbarSupportedContent li.nav-item {
      margin-top: 1px;
      width: 100%;
      padding: 0px;
      font-size: 14px;
      font-weight: normal;
      cursor: pointer;
      text-align: center;
      border-radius: 0px;
      background: #137BAD;
      display: block;
    }
}
@media (max-width: 1199px) {
  #navbarSupportedContent {
    margin: 0 0 20px 0;
  }
}

#navbarSupportedContent li.last {
  margin-right: 0px;
}

#navbarSupportedContent li.nav-item {
  display: block;
}

/* 菜单切换颜色 */
#navbarSupportedContent li.nav-item:hover a,
#navbarSupportedContent li.nav-item.active a,
#navbarSupportedContent li.select a {
  color: #137BAD;
}
@media (max-width: 1199px) {
    #navbarSupportedContent li.nav-item:hover a,
    #navbarSupportedContent li.nav-item.active a,
    #navbarSupportedContent li.select a {
      color: #FFF;
      background: #137BAD;
    }
}

#navbarSupportedContent li.nav-item:hover .dropdown-menu a.dropdown-link,
#navbarSupportedContent li.nav-item.active .dropdown-menu a.dropdown-link,
#navbarSupportedContent li.select .dropdown-menu a.dropdown-link {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#navbarSupportedContent ul.dropdown-menu {
  border: 0;
  font-size: 14px;
  color: #FFF;
  margin: 4px;
}

/* 下拉菜单鼠标放上去块的颜色切换 */
#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:hover,
#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:active {
  color: #FFF;
  background-color: #179AD9;
}
@media (max-width: 1199px) {
    #navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:hover,
    #navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:active {
      color: #FFF;
      background-color: #137BAD;
    }
}

/* 下拉菜单鼠标放上去文字块的底色颜色 */
#navbarSupportedContent
  li.nav-item
  .dropdown-menu
  .dropdown-item:hover
  a.dropdown-link,
#navbarSupportedContent
  li.nav-item
  .dropdown-menu
  .dropdown-item:active
  a.dropdown-link {
  color: #FFF;
}

#navbarSupportedContent .nav-item:hover,
#navbarSupportedContent .nav-item.active {
  background-color: #FFF;
  color: #FFF;
}

/* 2020-03-04 重定义上面菜单相关样式 */
.navbar-light .navbar-nav .nav-link {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  text-outline: none;
}
@media (max-width: 1199px) 
{
    .navbar-light .navbar-nav .nav-link {
      display: block;
      padding: 0;
      text-decoration: none;
      text-outline: none;
      line-height: 30px;
    }
}

#navbarSupportedContent li.nav-item > a.last{
    padding-right: 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* 下拉菜单背景色 */
.transparent_class {
    background: rgba(19, 123, 173, 90) !important; /* IE无效，FF有效 */
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

.carousel_height {height: 690px;}
.carousel_transparent {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}
.carousel_topic {
    letter-spacing: 5px;
    font-weight: bold;
    text-align: left;
    color: #137BAD;
}
.carousel_text {
    letter-spacing: 2px;
    text-align: left;
    color: #137BAD;
}
@media (max-width: 767px) 
{
    .carousel_height {height: 350px;}
    .carousel_transparent {
        filter: alpha(opacity=90);
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
    }
    .carousel_text {
        letter-spacing: 2px;
        font-weight: 400;
        line-height: 1.4;
        text-shadow: 0 1px 1px #000;
        text-align: left;
        color: #FFF;
    }
}

.wp1 {
  clear: both;
  width: 100%;
  height: 1px;
  background: #DDD;
}
.wp2 {
  clear: both;
  width: 83px;
  height: 3px;
  background: #137BAD;
}
.wp3 {
  clear: both;
  margin: 0 auto;
  width: 88px;
  height: 3px;
  background: #137BAD;
}
.wp4 {
  clear: both;
  width: 88px;
  height: 3px;
  background: #137BAD;
}
.wp5 {
  clear: both;
  margin: 0 auto;
  width: 88px;
  height: 3px;
  background: #FFF;
}
.wp6 {
  clear: both;
  width: 88px;
  height: 3px;
  background: #FFF;
}

.place {
    background: url(../images/place.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 767px) 
{
    .place {
        background: url(../images/place.jpg) no-repeat bottom center;
    }
}
.place_color{
    background-color: rgb(244, 245, 299,0.5); 
    height: 100%;
}

.car {
    padding: 0px;
    background: url(../images/car_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 767px) 
{
    .car {
        padding: 0px;
        background: url(../images/car_bg1.jpg) no-repeat bottom left;
        background-attachment: fixed;
    }
}

.contact {
    padding: 0px;
    background: url(../images/contact.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 767px) 
{
    .contact {
        padding: 0px;
        background: url(../images/contact1.jpg) no-repeat top left;
    }
}

.bottom {
    padding: 0px;
    background: url(../images/bottom_bg.png) no-repeat top center #2C2C2C;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box1 {
  border: 0px solid #DDD;
}
.box1:hover {
  border: 0px solid #166FBF;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.box1:hover a.link1{
  color: #137BAD;
}
.box1:hover .listitemimage{
  transform: scale(1.2);
}
.box1:hover .button2{
  background-color: #179AD9;
  color: #FFF;
  text-decoration: none;
}

a{color:#1A1B20; text-decoration: none; outline:none;}
a:link, a:visited{color:#1A1B20; text-decoration: none; outline:none;}
a:hover{color:#137BAD; text-decoration: none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}

a.link1{text-decoration: none; outline:none; color: #1A1B20;}
a.link1:link, a.link1:visited{text-decoration: none; outline:none; color: #1A1B20;}
a.link1:hover{text-decoration: none; outline:none; color: #137BAD;}
a.link1:active {star:expression(this.onFocus=this.blur());}

a.white{text-decoration: none; outline:none; color: #DDD;}
a.white:link, a.white:visited{text-decoration: none; outline:none; color: #DDD;}
a.white:hover{text-decoration: underline; outline:none; color: #DDD;}
a.white:active {star:expression(this.onFocus=this.blur());}

.font1 {
  font-size: 30px;
  font-weight: bold;
  color: #137BAD;
  text-align: center;
  line-height: 38px;
}
.font2 {
  font-size: 22px;
  font-weight: bold;
  color: #137BAD;
  line-height: 22px;
}
.font3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 38px;
}
.font4 {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  line-height: 22px;
}
.font5 {
  color: #FFF;
  line-height: 30px;
}
.font6 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  line-height: 38px;
}
.font7 {
    line-height: 30px;
    padding-right: 30px;
}
@media (max-width: 767px) 
{
    .font7 {
        line-height: 30px;
        padding-right: 0px;
    }
}

a.button1 {
  border: 1px solid #137BAD;
  color: #137BAD;
  padding: 0px 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  height: 44px;
  line-height: 44px;
}
a.button1 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button1:hover {
  background-color: #137BAD;
  border: 1px solid #137BAD;
  color: #FFF;
  text-decoration: none;
}

a.button2 {
  background-color: #137BAD;
  border: 1px solid #137BAD;
  color: #FFF;
  padding: 0px 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  height: 44px;
  line-height: 44px;
}
a.button2 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button2:hover {
  background-color: #179AD9;
  border: 1px solid #179AD9;
  color: #FFF;
  text-decoration: none;
}

a.button3 {
  border: 1px solid #DDD;
  background: url(../images/yuanquan.png) no-repeat 5px 4px #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
}
a.button3 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button3:hover {
  background-color: #137BAD;
  border: 1px solid #137BAD;
  color: #FFF;
  text-decoration: none;
}

a.button4 {
  border: 1px solid #137BAD;
  background: url(../images/yuanquan_color.png) no-repeat 5px 4px #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #137BAD;
  padding-left: 12px;
}
a.button4 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button4:hover {
  background: url(../images/yuanquan.png) no-repeat 5px 4px #137BAD;
  border: 1px solid #137BAD;
  color: #FFF;
  text-decoration: none;
}

.transparent_pic1 {
  background: url(../images/bg02000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic1 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic1:hover {
  background: url(../images/bg02.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic1:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

.transparent_pic2 {
  background: url(../images/bg01000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic2 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic2:hover {
  background: url(../images/bg01.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic2:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

.transparent_pic3 {
  background: url(../images/bg03000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic3 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic3:hover {
  background: url(../images/bg03.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic3:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

#mybtns {
  margin: 10px 0;
  display: block;
  height: 42px;
}
#mybtns a {
  width: 42px;
  height: 42px;
  display: block;
  float: right;
  margin-right: 0px;
  background-color: #C1C1C1;
  margin-left: 10px;
}
#mybtns a:hover {
  background-color: #00AC7D;
}
#mybtns a:hover,
#mybtns a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mybtns #LeftArr {
  background-image: url(image/jt_l.png);
}
#mybtns #RightArr {
  background-image: url(image/jt_r.png);
}

/* 图片左右切换效果 */
.bannerbox { width: 100%; height: 100%; overflow: hidden; margin: 0px auto; }
#focus { width: 100%; height: 350px; clear: both; overflow: hidden; position: relative; float: left; }
#focus ul { width: 100%; height: 350px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
#focus ul li { float: left; width: 230px; height: 148px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
#focus .preNext { width: 115px; height: 148px; position: absolute; top: 0px; cursor: pointer; }
#focus .pre { left: 0; background: url(image/sprite.png) no-repeat left center; }
#focus .next { right: 0; background: url(image/sprite1.png) no-repeat right center; }

.photo_img img 
{
    box-sizing: border-box;
    border: 1px solid #FFF;
    transition:all .7s ease 0s;
}
.photo_img img:hover 
{
    box-sizing: border-box;
    border: 1px solid #00AC7D;
    box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
}

.tree_box{width: 100%;}
.tree_h3{height: 50px; line-height: 50px; padding-left: 30px; background:  #329c62 url(../images/dot3.png) no-repeat 20px center; display: block;}
.tree_h3_select{height: 50px; line-height: 50px; padding-left: 30px; background:  #078D44 url(../images/dot3.png) no-repeat 20px center; display: block;}
.tree_h4{height: 30px; line-height: 30px; padding-left: 30px; background: url(../images/dot4.jpg) no-repeat 20px center; display: block;}
.tree_h4_select{height: 30px; line-height: 30px; padding-left: 30px; background: url(../images/dot4.jpg) no-repeat 20px center; display: block;}
.tree_h5{height: 30px; line-height: 30px; padding-left: 54px; background: url(../images/dot4.jpg) no-repeat 44px center; display: block;}

.listitem{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.listitemimage
{
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.listitemimage:hover{
    transform: scale(1.2);
}

.bottom-text 
{
    text-align: right;
}
@media (max-width: 767px) 
{
    .bottom-text {
      text-align: left;
    }
}


/*微信二维码*/
.qrcode 
{
    width: 100%;
    padding-top: 0px;
}
@media (max-width: 767px) 
{
    .qrcode {
      width: 150px;
      padding-top: 30px;
    }
}


.right_nav {
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: rgba(19, 123, 173, 1);
    margin: 1px 0;
    padding: 17px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
    list-style: none;
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.right_nav li img {}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px
}

.right_nav li:hover {
    background: #179AD9;
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    width: 320px;
    right: 62px;
    padding: 10px;
    padding-right: 1px;
    top: -10px;
    z-index: 999;
}

/* .right_nav li:nth-child(1) .hideBox{
    width: 320px;
}
.right_nav li:nth-child(2) .hideBox{
    width: 320px;
} */
.right_nav li:nth-child(4) .hideBox {
    width: 380px;
}

.right_nav li .hideBox .hb {
    background-color: #fff;
    padding: 15px 20px;
    border-top: 3px solid #179AD9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px;
    color: #179AD9;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.right_nav li .hideBox .hb p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.right_nav li .hideBox .hb span {
    float: right;
    width: 46%;
    text-align: center;
    line-height: 1.6;
    padding-top: 30px;
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px
}

.right_nav li .hideBox .hb .qqtalk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px
}

.right_nav li:nth-child(3) .hideBox img {
    width: 120px;
    height: 120px;
}