@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;
}
.banner2 {
  position: relative;
  height: 620px;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list ul {
  width: 100%!important;
}
.ban_list li {
  width: 100%!important;
  height: 620px;
  overflow: hidden;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 620px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.ban_nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
}
.ban_nav ul {
  text-align: center;
}
.ban_nav ul li {
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */

  -webkit-transition: all 0.5s linear;
  /* Safari and Chrome */

  -o-transition: all 0.5s linear;
  /* Opera */

  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  overflow: hidden;
  background-color: #fff;
}
.ban_nav ul li.on {
  background-color: #047dcb;
}
.title {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #047dcb;
  margin-bottom: 30px;
}
.title span {
  display: block;
  height: 22px;
  font-size: 18px;
  color: #666;
  margin-top: 10px;
  text-transform: uppercase;
  overflow: hidden;
}
.title em {
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.title i {
  width: 100px;
  height: 3px;
  background: #047dcb;
  margin: 10px auto;
  display: block;
}
.con1 {
  padding-top: 60px ;
}
.con1 dl {
  float: left;
  width: 190px;
  height: 335px;
  padding: 0 15px;
  margin: 0 20px 25px 0;
  border: 1px solid #047dcb;
  position: relative;
}
.con1 dt {
  width: 70px;
  height: 58px;
  margin: 0 auto 20px;
  padding-top: 30px ;
}
.con1 dt img {
  width: 70px;
  height: 58px;
}
.con1 dl span {
  display: block;
  height: 32px;
  font: 16px "Microsoft YaHei";
  line-height: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 8px;
  overflow: hidden;
}
.con1 dl p {
  max-height: 175px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}
.con1 dl em {
  position: absolute;
  bottom: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  font: 14px/25px "Arial";
  color: #999;
  text-align: center;
  left: 100px;
  background: #fff;
  overflow: hidden;
}
.con1 dl.t_clear {
  margin-right: 0;
}
.con2 {
  padding-top: 60px;
}
.con2 dl {
  margin-right: 16px;
  display: inline;
  width: 227px;
  float: left;
}
.con2 dl.no {
  margin-right: 0;
}
.con2 dt {
  padding: 34px 10px 0;
  height: 78px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  background: #047dcb;
}
.con2 dt i {
  width: 96px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto 10px;
}
.con2 dt em {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.con2 dt span {
  display: block;
  height: 22px;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
}
.con2 dd {
  width: 187px;
  height: 296px;
  color: #fff;
  text-align: center;
  padding: 30px 20px 0;
  line-height: 24px;
  background-size: 227px 326px;
  background-position: center top;
  background-repeat: no-repeat;
}
.con2 p {
  max-height: 264px;
  overflow: hidden;
}
.con2 .c1 dd {
  background-image: url(../images/20170615202948_3282.jpg);
}
.con2 .c2 dd {
  background-image: url(../images/20170615202948_5001.jpg);
}
.con2 .c3 dd {
  background-image: url(../images/20170615202948_6251.jpg);
}
.con2 .c4 dd {
  background-image: url(../images/20170615202948_8438.jpg);
}
.con2 .c5 dd {
  background-image: url(../images/20170615202948_9532.jpg);
}
.qzk2 {
  height: 972px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.qzk2 .qzu1 {
  padding: 18px 50px 0;
}
.qzu1 dl {
  width: 300px;
  height: 136px;
  border-bottom: 1px dashed #e6e6e6;
  padding-top: 30px;
  text-align: justify;
}
.qzu1 dt {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  background-color: #666;
  border-radius: 50%;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
}
.qzu1 dd {
  float: left;
  width: 240px;
  margin: 0;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
  padding-top: 10px;
  text-indent: 0;
}
.qzu1 dd span {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.qzu1 p {
  max-height: 72px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
}
.qzk2 .qzu2 {
  position: absolute;
  left: 380px;
  top: 188px;
}
.qzu2 li {
  margin-bottom: 1px;
  line-height: 0;
}
.qzu2 li img {
  width: 440px;
  height: 267px;
}
.qzu2 li.qzk2_img3 img {
  height: 329px;
}
.con3 {
  padding: 100px 0 30px;
}
.con3 h2 {
  margin-bottom: 40px;
}
.con3 h2 span {
  margin-top: 0;
  margin-bottom: 18px;
}
.con3 dl {
  margin-bottom: 50px;
}
.con3 dt {
  float: left;
  width: 608px;
  height: 385px;
}
.con3 dt img {
  width: 608px;
  height: 385px;
}
.con3 dd {
  float: right;
  width: 552px;
  max-height: 355px ;
  margin-top: 30px;
  overflow: hidden;
}
.con3 dd p {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-top: 7px;
}
.con3_desc {
  margin-bottom: 10px ;
}
.con3 ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  text-align: center;
}
.con3 ul li img {
  width: 380px;
  height: 204px;
}
.con3 ul li.no {
  margin-right: 0;
}
.con3 ul li span {
  height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
}
.con3 ul p {
  max-height: 150px;
  text-align: center;
  overflow: hidden;
}
.con4 {
  padding-top: 60px ;
}
.con4 h2 {
  margin-bottom: 30px;
}
.con4 ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 25px;
  font-size: 0;
  line-height: 0;
}
.con4 ul img {
  width: 380px;
  height: 245px;
}
.con4 ul li.no {
  margin-right: 0;
}
.con5 {
  padding-top: 50px;
}
.con5 h2 span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-top: 15px;
  text-transform: uppercase;
}
.con5 ul {
  padding: 25px;
  background: #047dcb;
}
.con5 li {
  width: 263px;
  float: left;
  margin-right: 32px;
}
.con5 li img {
  width: 262px;
  height: 432px;
}
.con5 li.no {
  margin-right: 0;
}
.con6 {
  height: 195px;
  text-align: center;
  background-image: url('../images/20170616150737_7188.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 240px;
  padding-top: 45px;
}
.con6_txt {
  font-size: 40px;
  color: #333;
  height: 54px;
  line-height: 54px;
  margin-bottom: 20px;
  overflow: hidden;
}
.con6 dl {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.con6 dt {
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 14px;
}
.con6 dt img {
  width: 52px;
  height: 52px;
  background: #047dcb;
  border-radius: 50%;
  overflow: hidden;
}
.con6 dd {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: left;
}
.con6 dd span {
  display: block;
  max-width: 300px;
  height: 24px;
  overflow: hidden;
}
.con6 dd p {
  display: block;
  max-width: 300px;
  height: 32px;
  font-size: 30px;
  color: #047dcb;
  line-height: 32px;
  overflow: hidden;
}
.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;
}
