﻿/* 网站样式重置及公用 */
.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;
}

.box {
  border: 1px solid #c4c4c4;
  background-color: #f1f1f1;
}

.box0 {
  border: 1px solid #c4c4c4;
  background-color: #FFF;
}

.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: #0B8DD8;
}

.box2 {
  border: 1px solid #848484;
}
.box2:hover {
  border: 1px 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;
}

html {
  overflow-y: scroll;
}
::-webkit-input-placeholder {
  color: #ddd;
}
input:-moz-placeholder {
  color: #ddd;
}

body,
div,
table,
tr,
td {
  font: 14px/0.875em "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
  color: #525252;
  line-height: 25px;
}

/*
body {
background: url(../images/aboutus_bg.jpg) #FFF repeat-x center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
*/

.wp1 {
  clear: both;
  width: 60px;
  height: 3px;
  background: #DDD;
  margin-top: 15px;
  margin-bottom: 10px;
}
.wp2 {
  clear: both;
  width: 62px;
  height: 3px;
  background: #166FBF;
  margin-top: 15px;
  margin-bottom: 10px;
}
.wp3 {
  height: 1px;
  background: #DDD;
}
.wp4 {
  margin: 0 auto;
  clear: both;
  width: 100%;
  height: 1px;
  background: url(../images/line_xu.jpg) repeat-x;
}

#navbarSupportedContent li a:link,
#navbarSupportedContent li a:visited {
  color: #525252;
}

#navbarSupportedContent li.nav-item {
  /* width: 150px; */
  /* height: 36px; */
  /* line-height: 36px; */
  /* float: left; */
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
}

@media (max-width: 767px) {
  #navbarSupportedContent {
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 767px) {
  #navbarSupportedContent li.nav-item {
    margin: 0px;
  }
}

#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: #166FBF;
}

#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;
  background-color: #166FBF;
  color: #FFF;
}

#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:hover,
#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:active {
  color: #FFF;
  background-color: #0B8DD8;
}

#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;
  background-color: #0B8DD8;
}

#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: 32px 26px;
  text-decoration: none;
  text-outline: none;
  line-height: 36px;
}
@media (max-width: 767px) 
{
    .navbar-light .navbar-nav .nav-link {
      display: block;
      padding: 0 0;
      text-decoration: none;
      text-outline: none;
      line-height: 30px;
    }
}

#navbarSupportedContent li.nav-item > a.last{
    padding-right: 0;
}

.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(22, 111, 191, 90) !important; /* IE无效，FF有效 */
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
}

a{color:#525252; text-decoration: none; outline:none;}
a:link, a:visited{color:#525252; text-decoration: none; outline:none;}
a:hover{color:#166FBF; text-decoration: underline; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}

a.link1{text-decoration: none; font-size: 15px; font-weight: bold; outline:none; color: #166FBF;}
a.link1:link, a.link1:visited{text-decoration: none; font-size: 15px; font-weight: bold; outline:none; color: #166FBF;}
a.link1:hover{text-decoration: none; font-size: 15px; font-weight: bold; outline:none; color: #0B8DD8;}
a.link1:active {star:expression(this.onFocus=this.blur());}

a.link2{text-decoration: none; font-weight: bold; outline:none; color: #166FBF;}
a.link2:link, a.link2:visited{text-decoration: none; font-weight: bold; outline:none; color: #166FBF;}
a.link2:hover{text-decoration: none; font-weight: bold; outline:none; color: #0B8DD8;}
a.link2:active {star:expression(this.onFocus=this.blur());}

a.link3{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #00AC7D;}
a.link3:link, a.link3:visited{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #00AC7D;}
a.link3:hover{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #166FBF;}
a.link3:active {star:expression(this.onFocus=this.blur());}

a.link4{text-decoration: none; outline:none; font-size: 12px; color: #FFF;}
a.link4:link, a.link4:visited{text-decoration: none; outline:none; font-size: 12px; color: #FFF;}
a.link4:hover{text-decoration: underline; outline:none; font-size: 12px; color: #FFF;}
a.link4:active {star:expression(this.onFocus=this.blur());}

a.link5{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link5:link, a.link5:visited{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link5:hover{text-decoration: underline; outline:none; font-size: 12px; color: #166FBF; font-weight: bold;}
a.link5:active {star:expression(this.onFocus=this.blur());}

a.link6{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link6:link, a.link6:visited{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link6:hover{text-decoration: underline; outline:none; font-size: 12px; color: #525252;}
a.link6:active {star:expression(this.onFocus=this.blur());}

a.link7{text-decoration: none; outline:none; font-size: 12px;}
a.link7:link, a.link7:visited{text-decoration: none; outline:none; font-size: 12px;}
a.link7:hover{text-decoration: underline; outline:none; font-size: 12px;}
a.link7:active {star:expression(this.onFocus=this.blur());}

a.link8{text-decoration: none; outline:none; color: #FFF;}
a.link8:link, a.link8:visited{text-decoration: none; outline:none; color: #FFF;}
a.link8:hover{text-decoration: underline; outline:none; color: #FFF;}
a.link8:active {star:expression(this.onFocus=this.blur());}

a.link9{text-decoration: none; outline:none; color: #FFF; font-weight: bold;}
a.link9:link, a.link9:visited{text-decoration: none; outline:none; color: #FFF; font-weight: bold;}
a.link9:hover{text-decoration: underline; outline:none; color: #FFF; font-weight: bold;}
a.link9:active {star:expression(this.onFocus=this.blur());}

a.link10{text-decoration: none; outline:none; font-weight: bold;}
a.link10:link, a.link10:visited{text-decoration: none; outline:none; font-weight: bold;}
a.link10:hover{text-decoration: underline; outline:none; font-weight: bold;}
a.link10:active {star:expression(this.onFocus=this.blur());}

a.white {
  color: #DDD;
  text-decoration: none;
  outline: none;
}
a.white:link,
a.white:visited {
  color: #DDD;
  text-decoration: none;
  outline: none;
}
a.white:hover {
  color: #DDD;
  text-decoration: underline;
  outline: none;
}
a.white:active {
  star: expression(this.onFocus=this.blur());
}

.font1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.font2 {
  font-size: 36px;
  text-align: left;
  color: #00AC7D;
  font-weight: bold;
}
.font3 {
  font-size: 22px;
  text-align: left;
  color: #00AC7D;
  font-weight: bold;
}
.font4 {
  font-size: 30px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
}

.input2 {
  border-top: #cbc0b5 1px solid;
  border-right: #cbc0b5 0px solid;
  border-bottom: #9d8f81 1px solid;
  border-left: #9d8f81 1px solid;
  color: #525252;
  background-color: #FFF;
  font-family: "Lato", "Helvetica Neue", "Arial", "Hiragino Sans GB", "微软雅黑","Microsoft Yahei", "sans-serif";
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.input3 {
  border: #999999 1px solid;
  color: #525252;
  background-color: #FFF;
  font-family: Verdana;
  height: 23px;
}

a.button1 {
  border: 1px solid #166FBF;
  color: #166FBF;
  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: #166FBF;
  border: 1px solid #166FBF;
  color: #FFF;
  text-decoration: none;
}

a.button2 {
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  height: 38px;
  line-height: 38px;
}
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 {
  border: 1px solid #00AC7D;
  background-color: #00AC7D;
  color: #FFF;
  text-decoration: none;
}

a.button3 {
  background-color: #00AC7D;
  border: 1px solid #00AC7D;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
}
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 {
  border: 1px solid #166FBF;
  background-color: #166FBF;
  color: #FFF;
  text-decoration: none;
}

a.button4 {
  background-color: #166FBF;
  border: 1px solid #166FBF;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
}
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 {
  border: 1px solid #00AC7D;
  background-color: #00AC7D;
  color: #FFF;
  text-decoration: none;
}

.more {
  background-color: #00AC7D;
  border: 1px solid #00AC7D;
  color: #FFF;
  padding: 0px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
    }
.more {
  -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;
}
.more:hover,.more.active{background-color: #166FBF; border: 1px solid #166FBF; color: #FFF; text-decoration:none;}

input.face{BORDER: #CCC 1px solid; FONT-SIZE: 14px; BACKGROUND: #FFFFFF; COLOR: #525252; LINE-HEIGHT: 30px; HEIGHT: 30px; font-family: "微软雅黑","Microsoft YaHei","Verdana";}
select.face{BORDER: #CCC 1px solid; FONT-SIZE: 14px; BACKGROUND: #FFFFFF; COLOR: #525252; LINE-HEIGHT: 30px; HEIGHT: 30px; font-family: "微软雅黑","Microsoft YaHei","Verdana";}
select.face2{BORDER: #CCC 1px solid; FONT-SIZE: 14px; BACKGROUND: #FFFFFF; COLOR: #525252; LINE-HEIGHT: 28px; HEIGHT: 28px; font-family: "微软雅黑","Microsoft YaHei","Verdana";}
textarea.face{BORDER: #CCC 1px solid; FONT-SIZE: 14px; BACKGROUND: #FFFFFF; COLOR: #525252; LINE-HEIGHT: normal; font-family: "微软雅黑","Microsoft YaHei","Verdana";}

.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;
}

.booktable {
  background-color: #cccccc;
}
.banma1 {
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.banma2 {
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.banma3 {
  height: 35px;
  text-align: right;
  vertical-align: middle;
}
.banma4 {
  height: 35px;
  text-align: left;
  vertical-align: middle;
  padding-left: 5px;
}
.bottom {
  background-color: #FFFFFF;
  text-align: right;
  vertical-align: middle;
  height: 30px;
}
.banma5 {
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  height: 30px;
}

#back-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background: #ccc;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "Verdana";
}

#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:  #0B8DD8 url(../images/dot3.png) no-repeat 20px center; display: block;}
.tree_h3_select{height: 50px; line-height: 50px; padding-left: 30px; background:  #166FBF 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.3);
}
