@charset "utf-8";
/*COMMON_BLK_START*/
@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#047dcb","sub1color":"#666666"},
{"vicolor":"#fe9e0b","sub1color":"#666666"},
{"vicolor":"#da251c","sub1color":"#666666"},
{"vicolor":"#019f00","sub1color":"#666666"}
]
AVAIBLE_VI*/
.blk-main {
  width: 1200px;
  margin: 0 auto;
}
.blk-xs {
  width: 240px;
}
.blk-sm,
.blk-m {
  width: 930px;
}
.search-inp .search-btn::after {
  background-color: #047dcb;
}
.search-inp .search-btn::before {
  border-color: #047dcb;
}
/*列表自定义板块*/
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #047dcb;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #047dcb;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #047dcb;
  border-color: #047dcb;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
/*头部开始*/
.header {
  position: relative;
  height: 150px;
  font-family: "Microsoft Yahei";
}
#h1-tag {
  float: left;
  height: 124px;
  padding: 10px 30px 10px 0;
  display: table;
  font-size: 0;
  line-height: 0;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 265px;
  max-height: 124px;
  display: inline-block;
}
.header .t_text {
  margin-top: 40px;
  float: left;
  width: 600px;
  font-size: 24px;
  color: #047dcb;
  font-weight: bold;
  overflow: hidden;
}
.header .t_text b {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.header .t_text p {
  display: block;
  height: 30px;
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  line-height: 30px;
  padding-top: 8px;
  overflow: hidden;
}
.header .tel {
  margin-top: 40px;
  float: right;
  background-image: url('../images/t_pho.png');
  background-repeat: no-repeat;
  background-position: 0px 15px;
  background-size: 35px 35px;
  width: 224px;
  height: 64px;
  padding: 0 0 0 50px;
}
.header .tel span {
  display: block;
  height: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a5a5a5;
  overflow: hidden;
}
.header .tel em {
  display: block;
  height: 40px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
  color: #047dcb;
  font-family: arial;
  font-weight: normal;
  overflow: hidden;
  word-break: break-all;
}
.nav {
  height: 57px;
  border-top: 1px solid #e0e0e0;
}
.nav-one {
  height: 57px;
}
.nav-one > li {
  position: relative;
  float: left;
  height: 57px;
  line-height: 57px;
  border-right: 1px solid #e0e0e0;
}
.nav-one > li.none {
  border-right: 0;
}
.nav-one > li > a {
  display: block;
  height: 57px;
  text-align: center;
  color: #0d0d0f;
  font-size: 16px;
}
.nav-one > li:hover,
.nav-one > li.cur {
  border-right-color: #047dcb;
}
.nav-one > li:hover > a,
.nav-one > li.cur > a {
  background: #047dcb;
  color: #fff;
  font-weight: bold;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  background: #fff;
  display: none;
  position: absolute;
  top: 57px;
  z-index: 99;
}
.nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav-two li {
  white-space: nowrap;
  height: 57px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav-two li a {
  display: block;
  height: 57px;
  font-size: 16px;
  font-weight: normal;
  line-height: 57px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
}
.nav-two li.cur > a,
.nav-two li:hover > a {
  background-color: #047dcb;
  color: #fff;
}
.nav-two li.cur,
.nav-two li:hover {
  border-bottom-color: #047dcb;
}
/*底部开始*/
.f_foot {
  background-color: #047dcb;
  line-height: 36px;
  font-size: 14px;
  padding: 50px 0 0;
  height: 270px;
  font-family: "Microsoft Yahei";
}
.f_logo {
  max-width: 220px;
  margin: 50px 0 0 0;
  overflow: hidden;
  float: left;
}
.f_logo a {
  display: table-cell;
  vertical-align: middle;
}
.f_logo img {
  max-width: 250px;
  max-height: 130px;
  display: inline-block;
}
.f_text {
  overflow: hidden;
  margin-left: 60px;
  padding: 0 10px 0 50px;
  width: 650px;
  border-left: solid 1px rgba(225, 225, 225, 0.2);
}
.f_text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: #ffffff;
  max-height: 60px;
  overflow: hidden;
}
.f_text p:last-child {
  display: none;
}
.f_text a {
  color: #fff;
}
.f_text em {
  margin: 0 10px;
}
.f_sp2 {
  display: inline-block;
  padding-left: 25px;
}
.f_code {
  width: 150px;
  height: 180px;
  margin-top: 20px;
}
.f_code img {
  display: block;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}
.f_code span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}
.bg_vi_color {
  background-color: #047dcb;
}
.txt_vi_color {
  color: #047dcb !important;
}
/*COMMON_BLK_END*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #047dcb;
}
/**/
.banner img {
  width: 100%;
  display: block;
}
/* */
.kn_bg {
  background-image: url('../images/pp_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 800px;
  height: 800px;
}
.kn_top {
  padding-top: 50px;
  font-size: 30px;
  color: #047dcb;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.kn_top em {
  padding-left: 10px;
}
.kn_bg .kn_top {
  margin-bottom: 45px;
}
.kn_img {
  width: 1200px;
  position: absolute;
  top: 195px;
  left: 0;
  text-align: center;
}
.kn_img img {
  width: 588px;
  height: 397px;
}
.kn_txt {
  width: 178px;
  height: 178px;
  color: #047dcb;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #047dcb;
  overflow: hidden;
}
.kn_txt img {
  width: 48px;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.kn_txt p {
  margin: 0 30px;
  max-height: 96px;
  overflow: hidden;
}
.kn_txt1 {
  top: 355px;
  left: 27px;
}
.kn_txt2 {
  top: 106px;
  left: 205px;
}
.kn_txt3 {
  top: 0;
  left: 508px;
}
.kn_txt4 {
  top: 106px;
  left: 805px;
}
.kn_txt5 {
  top: 355px;
  left: 985px;
}
/**/
.xz_bg {
  background-color: #f4f3f3;
  padding-top: 5px;
  padding-bottom: 50px;
}
.xz_con {
  padding-top: 60px;
}
.xz_con ul .nobor {
  padding: 0;
}
.xz_con li {
  background-color: #fff;
  border: 1px solid #dadada;
  width: 267px;
  height: 384px;
  float: left;
  margin-right: 40px;
  text-align: center;
}
.xz_con li img {
  display: block;
  width: 267px;
  height: 169px;
  border-bottom: 1px solid #ccc;
}
.xz_con h3 {
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  color: #047dcb;
  text-align: center;
  line-height: 50px;
  margin: 10px 5px 20px;
  overflow: hidden;
}
.xz_con h3 span {
  height: 50px;
  border-bottom: 1px solid #047dcb;
  line-height: 50px;
  display: inline-block;
  overflow: hidden;
}
.xz_con li p {
  max-height: 125px;
  overflow: hidden;
  margin: 0 5px;
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 25px;
}
.xz_con li.nobor {
  margin-right: 0;
}
/**/
.pp_top {
  padding-top: 60px;
  text-align: center;
  font-size: 18px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
}
.pp_top em {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #047dcb;
  padding-bottom: 9px;
}
.pp_con {
  padding: 52px 0 0;
  display: inline-block;
  height: 300px;
}
.pp_con ul li {
  float: left;
  width: 216px;
  padding: 0 30px 0 0;
}
.pp_con ul .nobor {
  padding: 0;
}
.pp_con ul li img {
  width: 216px;
  height: 216px;
}
.pp_con ul li span img {
  width: 216px;
  height: 35px;
}
/**/
.fa_bg {
  background-image: url('../images/fa_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 740px;
  height: 740px;
}
.fa_top {
  text-align: center;
  padding-top: 50px;
  height: 105px;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
}
.fa_top p {
  height: 36px;
}
.fa_top em {
  padding-left: 30px;
}
.fa_top span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
.fa_con {
  height: 585px;
  background-image: url('../images/fa_icon55.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1097px 465px;
}
.fa_con li {
  background-size: 248px;
  width: 208px;
  height: 228px;
  padding: 0 20px 20px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  position: absolute;
  top: 293px;
  left: 0;
  background-image: url('../images/fa_libg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 248px 248px;
  overflow: hidden;
}
.fa_con li i {
  display: block;
  padding-top: 48px;
}
.fa_con li span {
  height: 42px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  overflow: hidden;
}
.fa_con li em {
  display: block;
  height: 75px;
  line-height: 25px;
  overflow: hidden;
}
.fa_con li img {
  width: 69px;
  height: 53px;
}
.fa_con li.fa_em02 {
  top: 0;
  left: 268px;
}
.fa_con li.fa_em03 {
  top: 0;
  left: 695px;
}
.fa_con li.fa_em04 {
  top: 293px;
  left: 958px;
}
.fa_con p {
  position: absolute;
  top: 296px;
  left: 477px;
  width: 248px;
  height: 248px;
  background-color: #047dcb;
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.fa_con p span {
  display: block;
  max-height: 84px;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  padding-top: 5px;
}
.fa_con p em {
  display: block;
  padding-top: 95px;
  line-height: 30px;
}
/**/
.sh_top {
  text-align: center;
  padding-top: 50px;
  height: 60px;
  font-size: 30px;
  line-height: 36px;
  color: #047dcb;
  white-space: nowrap;
  overflow: hidden;
}
.sh_top em {
  padding-left: 20px;
}
/**/
.jz_bg {
  background-color: #f4f3f3;
  height: 570px;
}
.kh_con {
  margin-top: 30px;
}
.kh01 {
  top: 152px;
  left: -52px;
}
.kh03 {
  top: 152px;
  right: -52px;
}
.kh_con dl {
  width: 586px;
  height: 167px;
  background-color: #fff;
  border: solid 2px #fff;
  float: left;
  margin: 0 20px 21px 0;
  display: inline;
}
.kh_con .jz_dl02 {
  margin: 0 0 21px;
}
.kh_con dl:hover {
  border: solid 2px #047dcb;
}
.kh_con dl dt {
  float: left;
}
.kh_con .jz_dl03 dt {
  float: right;
}
.kh_con dl dt img {
  width: 288px;
  height: 167px;
}
.kh_con dl dd {
  float: left;
  width: 270px;
  padding: 25px 0 0 18px;
}
.kh_con dl dd b {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
}
.kh_con dl dd b {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.kh_con dl dd p {
  height: 75px;
  color: #838383;
  line-height: 25px;
  overflow: hidden;
}
.kh_con dl dd span {
  display: block;
  padding-top: 10px;
}
.kh_con dd em {
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
/**/
.gy_bg {
  height: 575px;
}
.gy_bg .sh_top {
  height: 62px;
}
.gy_con {
  width: 1198px;
  border: solid 1px #dcdcdc;
  margin-top: 26px;
  padding-top: 20px;
  height: 324px;
}
.gy_con ul li {
  float: left;
  width: 270px;
  margin: 0 0 20px 23px;
  position: relative;
  display: inline;
}
.gy_con ul .nobor {
  margin: 0 0 20px 0;
}
.gy_con ul li a {
  display: block;
}
.gy_con ul li img {
  width: 270px;
  height: 141px;
  border: solid 1px #d5d5d5;
}
.gy_con ul li span {
  display: block;
  width: 270px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 112px;
  left: 1px;
}
.gy_con ul li span {
  color: #fff;
  font-size: 14px;
}
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #047dcb;
  overflow: hidden;
}
.sidebar .fh {
  display: none;
}
