@charset "UTF-8";
/*公共代码部分开始*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  background-color: #ffffff;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: none;
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* 设置图片视频等自适应调整 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.video embed, .video object, .video iframe {
  width: 100%;
  height: auto;
}
/*设置浮动及清除浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
/*padding值设置*/
.paddingT20 {
  padding-top: 20px;
}
/* 设置文本为止 */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
/*btn start*/
a.btn :link {
  text-decoration: none;
}
a.btn :visited {
  text-decoration: none;
}
a.btn :hover {
  text-decoration: none;
}
a.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: lighter;
  cursor: pointer;
  background-repeat: repeat-y;
}
a.btnBig {
  border-radius: 10px;
  padding: 15px 60px;
  font-size: 20px;
}
a.btnSmall {
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 15px;
}
.btnBlue:hover {
  background-color: #0685B2;
  color: #FFFFFF;
}
.btnBlue {
  background-color: #0095DA;
  color: #ffffff;
}
.btnYellow:hover {
  background-color: #E2AF0E;
  color: #ffffff;
}
.btnYellow {
  background-color: #FECA09;
  color: #ffffff;
}
.btnBlack:hover {
  background-color: #dcdcdc;
  color: #232323;
}
.btnBlack {
  background-color: #232323;
  color: #ffffff;
}
.btnLine:hover {
  background-color: #ffd2cf;
  color: #232323;
}
.btnLine {
  border: 1px solid #ffffff;
  background-color: #f15246;
  color: #ffffff;
}
/*公用盒子*/
.layout {
  width: 100%;
  min-width: 1000px;
}
.laycon {
  width: 1000px;
  margin: 0 auto;
}
/*标题caption start*/
.caption {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.caption h3 {
  font-size: 40px;
  line-height: 2em;
  font-weight: bolder;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
}
.caption h5 {
  font-size: 11px;
  line-height: 1em;
  font-weight: lighter;
  font-family: "Arial", "Times New Roman", "sans-serif";
}
.caption dl {
  width: 120px;
  margin: 15px auto 0 auto;
}
.caption dl dt {
  float: left;
  width: 60px;
  height: 5px;
  background-color: #0194D9;
}
.caption dl dd {
  float: left;
  width: 60px;
  height: 5px;
  background-color: #FDC90A;
}
/*标题caption end*/
.isShowY {
  display: block
}
.isShowN {
  display: none;
}
.out {
  position: relative;
}
/*公共代码部分结束*/
/*header start*/
.header {
  position: fixed;
  top: 0;
  height: 80px;
  background-color: #ffffff;
  opacity: 0.9;
  z-index: 9999999999;
  border-bottom: 1px solid #cccccc;
}
.kong {
  height: 80px;
}
.header .logo {
  float: left;
  margin-top: 15px;
  width: 154px;
  height: 50px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}
.header ul.nav {
  float: right;
  margin-top: 25px;
}
.header ul.nav li {
  position: relative;
  float: left;
  list-style: none;
  margin-left: 15px;
  color: #232323;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.header ul.nav li a:hover {
  background-color: #0095DA;
  text-decoration: none;
  color: #ffffff;
}
.header ul.nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #232323;
  font-size: 16px;
  line-height: 36px;
  padding: 0 20px;
}
/*  navFA start*/
.header ul.nav li.navFA {
  padding: 0 20px;
}
.header ul.nav li.navFA i {
  font-size: 12px;
  padding-left: 5px;
}
.header ul.nav li.navFA:hover div.navFAout {
  display: block;
}
.header ul.nav li.navFA div.navFAout {
  display: none;
  position: absolute;
  width: 100vw;
  left: -48.2vw;
  top: 34px;
  background-color: #ffffff;
  padding: 40px 0 20px 0;
  box-shadow: 1px 1px 1px #888888;
}
.header ul.nav li.navFA div.navFAout div.navFAcon {
  width: 1000px;
  margin: 0 auto;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl {
  float: left;
  margin-left: 8px;
  width: 190px;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dt {
  text-align: center;
  border-top: 1px solid #DDDDDD;
  font-weight: bolder;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dd {
  text-align: center;
  border-top: 1px solid #DDDDDD;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl dd a:hover {
  background-color: #ffffff;
  color: #1997D9;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl dd a {
  background-color: none;
  color: #232323;
}
/*  navFA end*/
.header ul.nav li.tebie {
  padding: 0 20px;
}
.header ul.nav li.tebie i {
  font-size: 12px;
  padding-left: 5px;
}
.header ul.nav li.tebie:hover dl {
  display: block;
}
.header ul.nav li.tebie dl {
  display: none;
  position: absolute;
  width: 140px;
  left: -15px;
  top: 34px;
  /*  border-radius: 10px;*/
  /*    padding: 10px;*/
  background-color: #ffffff;
}
.header ul.nav li.tebie dl dd {
  text-align: center;
  border-top: 1px solid #DDDDDD;
}
.header ul.nav li.tebie dl dd a:hover {
  background-color: #ffffff;
  color: #1997D9;
}
.header ul.nav li.tebie dl dd a {
  background-color: none;
  color: #232323;
}
.header .icon {
  display: none;
}
.mmNav {
  display: none;
}
/*header end*/
/*footer start*/
.footer {
  background-color: #2e363f;
  font-size: 14px;
  color: #aeaeae;
  padding-bottom: 50px;
}
.footerCon dl.info {
  float: left;
  margin-top: 25px;
}
.footerCon dl.info dt {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 30px;
}
.footerCon dl.info dd {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 13px;
  line-height: 24px;
}
.footerCon dl.info dd i {
  margin-right: 10px;
}
.footerCon div.qr {
  float: left;
  margin-left: 70px;
  background-color: #292f38;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 276px;
  height: 276px;
  text-align: center;
}
.footerCon div.qr img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 60px auto 0px auto;
}
.footerCon div.qr p {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}
.footerCon dl.hotTel {
  float: right;
  width: 300px;
  margin-top: 120px;
}
.footerCon dl.hotTel dt {
  float: left;
  margin-top: 15px;
}
.footerCon dl.hotTel dt i {
  font-size: 40px;
  line-height: 18px;
}
.footerCon dl.hotTel dd {
  float: left;
  margin-left: 15px;
}
.footerCon dl.hotTel dd h3 {
  font-size: 24px;
  font-weight: normal;
}
.footerCon dl.hotTel dd p {
  font-size: 16px;
  font-weight: normal;
}
.footBottom {
  background-color: #292f38;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 13px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}
/*footer end*/
/*banner start*/
.banner {
  position: relative;
  margin-top: 80px;
}
.swiper-container {
  width: 100%;
  background-color: #ffffff;
}
.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.swiper-wrapper {
  text-align: center;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a {
  display: block;
}
.swiper-slide a img {
  display: block;
}
.swiper-container-free-mode > .swiper-wrapper {
  /*
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
*/
}
/*banner end*/
/*二级页当前位置*/
.local {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f0f0f0;
  padding: 15px 0;
}
.localCon h3 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 20px;
  color: #232323;
  line-height: 2em;
}
.localCon ul li {
  float: left;
  padding-right: 10px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 15px;
  color: #232323;
  line-height: 2em;
  list-style: none;
}
.localCon ul li a:hover{
	text-decoration: underline;
	color: #232323;
}
.localCon ul li a{
	text-decoration: none;
	color: #232323;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  .layout {
    min-width: 740px;
  }
  .laycon {
    width: 740px;
  }
  /*header start*/
  .header {
    position: fixed;
    top: 0;
    height: 80px;
/*    background-color: red;*/
    opacity: 0.9;
    z-index: 9999999999;
  }
  .kong {
    height: 80px;
  }
  .header .logo {
    float: left;
    margin-top: 15px;
    width: 154px;
    height: 50px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
  }
  .header ul.nav {
    float: right;
    margin-top: 25px;
  }
  .header ul.nav li {
    float: left;
    list-style: none;
    margin-left: 5px;
    height: 36px;
    line-height: 36px;
  }
  .header ul.nav li a:hover {
    background-color: #0095DA;
    text-decoration: none;
    color: #ffffff;
  }
  .header ul.nav li a {
    display: block;
    text-decoration: none;
    color: #232323;
    font-size: 16px;
    padding: 0px 5px;
  }
/*  navFA start*/
.header ul.nav li.navFA {
  padding: 0 20px;
}
.header ul.nav li.navFA i {
  font-size: 12px;
  padding-left: 5px;
}
.header ul.nav li.navFA:hover div.navFAout {
  display: block;
}
.header ul.nav li.navFA div.navFAout {
  display: none;
  position: absolute;
  width: 100vw;
  left: -44.5vw;
  top: 34px;
  background-color: #ffffff;
  padding: 40px 0 20px 0;
}
.header ul.nav li.navFA div.navFAout div.navFAcon {
  width:740px;
  margin: 0 auto;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl {
  float: left;
  margin-left: 8px;
  width: 138px;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dt {
  text-align: center;
  border-top: 1px solid #DDDDDD;
  font-weight: bolder;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dd {
  text-align: center;
  border-top: 1px solid #DDDDDD;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl dd a:hover {
  background-color: #ffffff;
  color: #1997D9;
}
.header ul.nav li.navFA div.navFAout div.navFAcon dl dd a {
  background-color: none;
  color: #232323;
}
/*  navFA end*/
  .header ul.nav li.tebie {
    padding: 0 20px;
  }
  .header ul.nav li.tebie i {
    font-size: 12px;
    padding-left: 5px;
  }
  .header ul.nav li.tebie:hover dl {
    display: block;
  }
  .header ul.nav li.tebie dl {
    display: none;
    position: absolute;
    width: 140px;
    left: -15px;
    top: 34px;
    /*  border-radius: 10px;*/
    /*    padding: 10px;*/
    background-color: #ffffff;
  }
  .header ul.nav li.tebie dl dd {
    text-align: center;
    border-top: 1px solid #DDDDDD;
  }
  .header ul.nav li.tebie dl dd a:hover {
    background-color: #ffffff;
    color: #1997D9;
  }
  .header ul.nav li.tebie dl dd a {
    background-color: none;
    color: #232323;
  }
  .header .icon {
    display: none;
  }
  .mmNav {
    display: none;
  }
  /*banner start*/
  .banner {
    margin-top: 80px;
  }
  .swiper-container {
    width: 100%;
    background-color: #ffffff;
  }
  .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
  }
  /*footer start*/
  .footer {
    background-color: #2e363f;
    font-size: 14px;
    color: #aeaeae;
    padding-bottom: 50px;
  }
  .footerCon dl.info {
    float: left;
    margin-top: 25px;
  }
  .footerCon dl.info dt {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 30px;
  }
  .footerCon dl.info dd {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 13px;
    line-height: 24px;
  }
  .footerCon dl.info dd i {
    margin-right: 10px;
  }
  .footerCon div.qr {
    float: left;
    margin-left: 20px;
    background-color: #292f38;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 186px;
    height: 276px;
    text-align: center;
  }
  .footerCon div.qr img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 60px auto 0px auto;
  }
  .footerCon div.qr p {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .footerCon dl.hotTel {
    float: right;
    width: 230px;
    margin-top: 120px;
  }
  .footerCon dl.hotTel dt {
    float: left;
    margin-top: 15px;
  }
  .footerCon dl.hotTel dt i {
    font-size: 40px;
    line-height: 18px;
  }
  .footerCon dl.hotTel dd {
    float: left;
    margin-left: 15px;
  }
  .footerCon dl.hotTel dd h3 {
    font-size: 24px;
    font-weight: normal;
  }
  .footerCon dl.hotTel dd p {
    font-size: 16px;
    font-weight: normal;
  }
  /*footer end*/
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
.out {
  position: relative;
}
  .layout {
    min-width: 15rem;
  }
  .laycon {
    width: 15rem;
  }
  a.btnBig {
    border-radius: 10px;
    padding: 0.375rem 1.5rem;
    font-size: 0.5rem;
  }
  a.btnSmall {
    border-radius: 5px;
    padding: 0.25rem 0.75rem;
    font-size: 0.375rem;
  }
  /*header start*/
  .header {
    position: fixed;
    top: 0;
    height: 2rem;
/*    background-color: blue;*/
    opacity: 0.9;
    z-index: 9999999999;
  }
  .kong {
    height: 2rem;
  }
  .header .logo {
    float: left;
    margin-top: 0.375rem;
    width: 3.85rem;
    max-width: 154px;
    height: 1.25rem;
    max-height: 50px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header ul.nav {
    display: none;
  }
  /*header end*/
  .header .icon {
    display: block;
    float: right;
    margin-top: 0.375rem;
  }
  .header .icon i {
    font-size: 1rem;
  }
  /*banner start*/
  .banner {
    background-color: cyan;
    margin-top: 2rem;
  }
  .swiper-container {
    width: 100%;
    background-color: #ffffff;
  }
  .swiper-pagination-bullet-active {
    width: 0.5rem;
    border-radius: 5px;
    background-color: #FFFFFF;
  }
  /*footer start*/
  .footer {
    background-color: #2e363f;
    font-size: 0.35rem;
    color: #aeaeae;
    padding-bottom: 1rem;
  }
  .footerCon dl.info {
    float: none;
    margin-top: 0;
    width: 100%;
    padding-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footerCon dl.info dt {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1rem;
    padding-bottom: 0.375rem;
  }
  .footerCon dl.info dd {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .footerCon dl.info dd i {
    margin-right: 10px;
  }
  .footerCon div.qr {
    float: none;
    margin: 0 auto;
    background-color: #292f38;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 5.5rem;
    text-align: center;
  }
  .footerCon div.qr img {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0.5rem auto 0px auto;
  }
  .footerCon div.qr p {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1rem;
  }
  .footerCon dl.hotTel {
    float: none;
    margin: 0 auto;
    width: 6.5rem;
    margin-top: 1rem;
  }
  .footerCon dl.hotTel dt {
    float: left;
    margin-top: 0.375rem;
  }
  .footerCon dl.hotTel dt i {
    font-size: 1rem;
    line-height: 0.45rem;
  }
  .footerCon dl.hotTel dd {
    float: left;
    margin-left: 0.375rem;
  }
  .footerCon dl.hotTel dd h3 {
    font-size: 0.6rem;
    font-weight: normal;
  }
  .footerCon dl.hotTel dd p {
    font-size: 0.4rem;
    font-weight: normal;
  }
  .footBottom {
    background-color: #292f38;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.3rem;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center;
  }
  /*footer end*/
  /*标题caption start*/
  .caption {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .caption h3 {
    font-size: 1rem;
    line-height: 2em;
    font-weight: bolder;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  }
  .caption h5 {
    font-size: 0.3rem;
    line-height: 1em;
    font-weight: lighter;
    font-family: "Arial", "Times New Roman", "sans-serif";
  }
  .caption dl {
    width: 3rem;
    height: 5px;
    margin: 0.375rem auto 0 auto;
  }
  .caption dl dt {
    float: left;
    width: 1.5rem;
    height: 5px;
    background-color: #0194D9;
  }
  .caption dl dd {
    float: left;
    width: 1.5rem;
    height: 5px;
    background-color: #FDC90A;
  }
  .mmNav {
    position: fixed;
    display: none;
    top: 0px;
    left: 0;
    width: 8rem;
    height: 100vh;
    background-color: #f0f0f0;
  }
  .mmNav dt {
    text-align: right;
    font-size: 1rem;
    line-height: 2rem;
  }
  .mmNav dd {
    text-align: center;
    font-size: 0.6rem;
    line-height: 2rem;
    border-top: 1px solid #ffffff;
  }
  .mmNav dd a:hover {
    text-decoration: none;
    color: #232323;
  }
  .mmNav dd a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #232323;
  }
  /*padding值设置*/
  .paddingT20 {
    padding-top: 0.5rem;
  }
  /*-----------------------第三媒体结束------------------*/
}