@import url("iconfont.css");
@import url("artdialog.css");
@import url("hover-min.css");
@import url("bootstrap.css");
@import url("base.css");

/* 英文字体 */
/* @font-face {
  font-family: 'pn-b';
  src: url("../font/ProximaNova-Bold.eot");
  src: url("../fonts/proximanova-bold.eot") format("embedded-opentype"), url("../fonts/proximanova-bold.woff2") format("woff2"), url("../fonts/7b6f2d7a9bc64fa3a1176c489f561ddd.woff") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype"), url("../fonts/proximanova-bold.svg#iconfont") format("svg");
}

@font-face {
  font-family: 'pn-l';
  src: url("../fonts/proximanova-light.eot");
  src: url("../fonts/proximanova-light.eot") format("embedded-opentype"), url("../fonts/proximanova-light.woff2") format("woff2"), url("../fonts/.Light") format("woff"), url("../fonts/proximanova-light.ttf") format("truetype"), url("../fonts/proximanova-light.svg#iconfont") format("svg");
}

.pn-b {
  display: inline-block;
  font-family: "pn-b";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pn-l {
  display: inline-block;
  font-family: "pn-l";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.JTL {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.bg01{
    background-color: #f3f3f3;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
.swiper-slide {
    text-align: center;
    height: auto;
    /* background: #fff; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -55px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -55px;
    left: auto;
}
.swiper-button-prev i, .swiper-button-next i{
    font-size: 48px;
    line-height: 1;
}
.swiper-button-disabled i{
    color: #4b4b4b;
}

.swiper-pagination{
    width: 100%;
    margin-top: 15px;
}
.swiper-pagination span{
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #ccc;
    opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    background-color:#0080ff;
}

.gundong{
    position: relative;
}
.swiper-button-prev.neibu{
    left: 0;
}
 
.swiper-button-next.neibu{
    right: 0;
}
.swiper-button-prev.baise i, .swiper-button-next.baise i{
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.swiper-pagination.baise span{
    background-color: #fff;
    opacity: .8;
}
.swiper-pagination.baise span.swiper-pagination-bullet-active{
    background-color: #0080ff;
    opacity: 1;
}

.swiper-button-prev.tr-top , .swiper-button-next.tr-top{
    transform: translateY(-26px);
}


.border{
    border: 1px solid #e0e0e0;
}
/* header  */

header .htop01 {
    line-height: 40px;
    color: #666;
    background-color: #f3f3f3;
}

header .htop02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .htop01 li {
    float: left;
    display: contents;
}
header .htop01 li:first-child::before,
header .htop01 li::after{
  content: '';
  width: 1px;
  height: 18px;
  display: block;
  background-color: #ddd;
}

header .htop01 li a {
    display: inline-flex;
    padding: 0 15px;
    align-items: center;
}

header .htop01 i {
    color: #0080ff;
    margin-right: 5px;
    font-size: 18px;
    line-height: 1;
}

header .htop01 li .weixin {
    position: relative;
}

header .htop01 li .weixin img.wxqr {
    position: absolute;
    top: 100%;
    left: 0;
    width: 118px;
    height: 118px;
    max-width: unset;
    margin: 0;
    /* margin-top: 1px; */
    display: none;
    z-index: 5;
}
header .htop01 li a:hover{
  color: #0080ff;
}

header .hlogo {
    padding: 30px 0;
    background-color: #fff;
}

header .hlogo .col-md-8 a {
    display: flex;
    align-items: center;
    overflow: hidden;
}

header .hlogo .col-md-8 img {
    max-width: 250px;
    float: left;
}
 
header .hlogo .col-md-8 a>span{
    display: block;
    width: 1px;
    height: 50px;
    background-color: #ddd;
    margin: 0 25px;
}

header .hlogo .col-md-8 div h1 {
    font-size: 26px;
    margin-bottom: 2px; letter-spacing:3px;
    color: #4b4b4b;
}
header .hlogo .col-md-8 div h1 span:first-child{
  color: #0080ff;
}

header .hlogo .col-md-8 div p {
    color: #666;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.htel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.htel img{ margin-right:15px;}

header .hlogo .col-md-4 i {
    font-size: 36px;
    color: #0080ff;
    margin-right: 10px;
    border: 1px solid #0080ff;
    border-radius: 100px;
    padding: 10px;
}

header .hlogo .col-md-4 b a{
    display: block;
    color: #0080ff;
}

header .hlogo .col-md-4 a {
    font-size: 28px;
    color: #4b4b4b;
    line-height: 1;
}

header .hlogo .col-md-4 p:first-child a {
    font-weight: bold;
    /* color: #0080ff; */
}

header .navbar {
    background-color: #0080ff;
    border: unset;
    border-radius: 0;
    margin-bottom: 0;
}

header .navbar .dropdown {
    position: relative;
}
header .navbar .position-u{
    position: unset;
}

header .navbar .dropdown>a {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    width: 100%;
    text-align: center;
}

header .navbar .dropdown>a .caret {
    display: none;
}

header .navbar .dropdown>a::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 21px;
}

header .navbar li.dropdown:first-child a:first-child {
    /* padding: 0 33px; */
}

header .navbar li.dropdown:last-child a::after {
    display: none;
}

header .navbar .active>a {
    background-color: #f39800;
}

header .navbar .nav>li>a:hover,
header .navbar .nav>li>a:focus {
    background-color: #f39800;
}

header .navbar .open>a {
    background-color: #f39800;
}

header .navbar .dropdown-menu {
    background-color: white;
    border: none;
    width: 100%;
    padding: 30px 0;
}

header .navbar .dropdown-menu a {
    line-height: 38px;
    font-size: 14px;
    color: #4b4b4b;
    display: block;
}

header .navbar .dropdown-menu .subtwo {
    width: 25%;
    float: left;
    padding: 0 20px;
    border: unset;
    margin-bottom: 5px;
}
header .navbar .dropdown-menu .subtwo:nth-of-type(5){
    clear: both;
}

header .navbar .dropdown-menu .subtwo>a {
    display: block;
    padding: 0 20px;
    /* border: 1px solid rgba(0, 137, 220, 0.5); */
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b;
    border-radius: 2px;
    overflow: hidden;
}

header .navbar .dropdown-menu .subtwo>a i {
    font-size: 18px;
    margin-right: 5px;
    color: #0080ff;
    position: relative;
    top: 1px;
}

header .navbar .dropdown-menu .subtwo>a .icon-yousanjiaoxing {
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: -1px;
}

header .navbar .dropdown-menu .subtwo>a:hover {
    background: #0080ff;
    border-color: #0080ff;
    color: #fff;
}

header .navbar .dropdown-menu .subtwo>a:hover i {
    color: #fff;
}

header .navbar .dropdown-menu .subtwo .subthr{
    /* clear: both; */
}
header .navbar .dropdown-menu .subtwo .subthr h5 {
    display: block;
    clear: both;
}

header .navbar .dropdown-menu .subtwo .subthr h5 a {
    color: #4b4b4b;
    line-height: 30px;
    display: block;
}

header .navbar .dropdown-menu .subtwo .subthr h5 a:hover {
    color: #0080ff;
}

header .navbar .dropdown-menu .subtwo .subthr p a {
    font-size: 13px;
    line-height: 24px;
}

header .navbar .dropdown-menu .subtwo .subthr.nobr {
    width: 50%;
    float: left;
    /* clear: unset; */
}

header .navbar .dropdown-menu .subtwo .subthr.nobr p {
    width: 100%;
    float: unset;
}

header .navbar .dropdown-menu .subtwo .subthr.nobr:nth-of-type(4) {
    /* clear: both; */
}

header .navbar .dropdown-menu .subtwo p {
    width: 50%;
    float: left;
    /* padding: 0 5px; */
    padding-right: 5px;
}
header .navbar .dropdown-menu .subtwo p:nth-of-type(2n){
    padding-right: 0;
    padding-left: 5px;
}

header .navbar .dropdown-menu .subtwo p a {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 24px;
}

header .navbar .dropdown-menu .subtwo p a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #0080ff;
    border-bottom: 5px solid transparent;
    margin-right: 5px;
    margin-left: 0;
    transition: all .5s;
    opacity: .5;
}

header .navbar .dropdown-menu .subtwo p a:hover {
    background-color: #0080ff;
    color: #fff;
    border-radius: 2px;
}

header .navbar .dropdown-menu .subtwo p a:hover::before {
    border-left-color: #fff;
    margin-left: 10px;
    transition: margin-left .5s;
}

 
header .navbar .dropdown-menu .border>a {
    background: rgba(5, 68, 174, 0.1);
    /* border: 1px solid #0080ff; */
}

header .navbar li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

header .navbar .xiala1{
    padding: 0;
}
header .navbar .xiala1 a{
    display: block;
    padding: 5px 15px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
}
header .navbar .xiala1 a:last-of-type{
    border: none;
}
header .navbar .xiala1 a i{
    color: #0080ff;
    font-size: 12px;
    margin-right: 5px;
    position: absolute;
    transform: translateX(-20px);
    opacity: .5;
}
header .navbar .xiala1 a:hover{
    background-color: #0080ff;
    color: #fff;
}
header .navbar .xiala1 a:hover i{
    color: #fff;
    opacity: 1;
}

/*  */
header .navbar .dropdown-menu .border .yiji a {
    background: rgba(0, 155, 76, 0.1);
    display: block;
    padding: 0 20px;
    /* border: 1px solid rgba(0, 137, 220, 0.5); */
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b;
    border-radius: 2px;
    overflow: hidden;
}
header .navbar .dropdown-menu .subtwo .yiji a i{
    font-size: 18px;
    margin-right: 5px;
    color: #0080ff;
    position: relative;
    top: 1px;
}
header .navbar .dropdown-menu .border .yiji a:hover{
    background-color: #0080ff;
    color: #fff;
}
header .navbar .dropdown-menu .border .yiji a:hover i{
    color: #fff;
}

/* header style2 */
.dropdown-menu .style2{
    display: flex;
 
}
.dropdown-menu .style2:nth-of-type(2n - 1){
    background-color: rgba(0, 155, 75, 0.1);
}
 
header .navbar .dropdown-menu .style2 .yiji a{
    width: 180px;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .navbar .dropdown-menu .style2 .yiji{
    /* align-self: center; */
    background-color: #0080ff;
}
header .navbar .dropdown-menu .style2 .yiji a i{
    margin-right: 5px;
}
.dropdown-menu .style2 .item{
    flex: 1;
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.dropdown-menu .style2 .item .subthr h5 a{
    line-height: 28px;
    font-size: 13px;
}

header .navbar .dropdown-menu .style2 .subtwo p a{
    padding: 5px 5px;  
     margin: 2px 0;
}
 
.dropdown-menu .style2 .item .subthr .ov-h{
    /* width: 25%; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.dropdown-menu .style2 .item .subthr .ov-h a{
    font-size: 13px;
    line-height: 1;
    margin-right: 5px;
    padding: 5px 5px;
    color: #777;
    border-radius: 2px;
}
.dropdown-menu .style2 .item .subthr .ov-h a i{
    font-size: 12px;
    margin-right: 2px;
    color: #0080ff;
    opacity: .5;
    position: relative;
    left: 0;
}
.dropdown-menu .style2 .item .subthr .ov-h a:hover{
    background-color: #0080ff;
    color: #fff;
}
.dropdown-menu .style2 .item .subthr .ov-h a:hover i{
    left: -3px;
    transition: all .5s;
    opacity: 1;
    color: #fff;
}
.dropdown-menu .style2 .item .subthr h5 a:hover{
    color: #0080ff;
}
header .navbar .dropdown-menu .style2 .yiji a:hover i{
    margin-right: 10px;
    transition: all .5s;
}

/*  */
footer {
    background-color: #1b1b1b;
    /* background-repeat: no-repeat; */
    /* background-size: 1920px 100%; */
    /* background-position: center top; */
    padding-top: 80px;
}

footer .footer-logo {
    padding-right: 80px;
    /* padding-top: 50px; */
}

footer .footer-nav .tit h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}

 

footer .footer-nav .item a {
    color: #999;
    line-height: 30px;
    font-size: 14px;
    display: block;
}

footer .footer-nav h3:hover,
footer .footer-nav a:hover {
    color: #0080ff;
}

footer .footer-contact p:first-of-type{
    margin-bottom: 12px;
}
footer .footer-contact p {
    margin-bottom: 5px;
}

footer .footer-contact p,
footer .footer-contact a {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

footer .footer-contact i {
    color: #0080ff;
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 3px;
}

footer .footer-contact p.bigtel a {
    font-family: arial;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

footer .footer-contact .qrcode {
    margin-top: 30px;
}

footer .footer-contact .qrcode span {
    float: left;
    margin-right: 15px;
    text-align: center;
}

footer .footer-contact .qrcode span img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}

footer .footer-contact .qrcode span p {
    font-size: 14px;
    color: #999;
}

footer .links {
    display: block;
	margin-top:35px; border-bottom:1px solid #7e7e7e;
    padding-bottom:15px;
}

footer .links span {
    color: #fff; display:inline-block; padding-left:30px; background-image:url(../images/index_121.jpg); background-position:left center; background-repeat:no-repeat;
    font-size: 15px;
}

footer .links span i {
    color: #0080ff;
    font-size: 28px;
    font-weight: normal;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

footer .links a {
    color: #fff;
    /* font-weight: bold; */
    line-height: 22px;
    margin: 5px;
}
footer .links a:hover{
    color: #f39800;
}

footer .banquan {
    background-color: #1b1b1b;
    padding: 22px 0;
    color: #999;
    font-size: 13px; text-align:center;
}

footer .banquan .text-right a {
    color: #fff;
    line-height: 1;
}

footer .banquan p {
    color: #fff;
    /* margin-bottom: 5px; */
}

footer .banquan p:last-child {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
footer .banquan p a{ color:#fff; font-size:16px; margin:0 20px}

footer .banquan p:last-child img {
    width: 14px;
    position: relative;
    top: -1px;
}

.btitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.btitle a {
    display: block;
    position: relative;
}

.btitle h3 {
    font-size: 36px;
    color: #000	;
	display:inline-block; margin-bottom:20px; padding:0 80px; position:relative;
}
.btitle h3:before{ content:""; display:block; width:28px; height:24px; background-image:url(../images/index_36.png); background-size:100% 100%; background-repeat:no-repeat; position:absolute; left:0; top:50%; margin-top:-12px;}
.btitle h3:after{ content:""; display:block; width:28px; height:24px; background-image:url(../images/index_36.png); background-size:100% 100%; background-repeat:no-repeat; position:absolute; right:0; top:50%; margin-top:-12px;}

.btitle h3 span {
    color: #0080ff;
}

.btitle.bai h3:before{background-image:url(../images/index_36w.png);}
.btitle.bai h3:after{background-image:url(../images/index_36w.png);}
.btitle.bai p{ color:#fff;}

.btitle.bai h3{ color:#fff;}
.btitle hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: 50%;
    position: relative;
    margin: 15px auto;
}

.btitle hr::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #0080ff;
    margin: auto;
}

.btitle p {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1;
}

.btitle.baise h3{
    color: #fff;
    display: inline-block;
    position: relative;
}

.btitle.baise h3::before,
.btitle.baise h3::after{
    content: '';
    width: 220px;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateX(-100%);
    opacity: .5;
}
.btitle.baise h3::after{
    left: unset;
    left: 100%;
    transform: translateX(10px);
}
.btitle.baise p{
    margin-top: 10px;
    background-color: #fff;
    color: #4b4b4b;
    display: inline-block;
    padding: 10px 45px;
}

.btitle.baise2 h3{
    color: #fff;
}
.btitle.baise2 hr{
    background: rgba(255, 255, 255, 0.2);
}
.btitle.baise2 h3::before,
.btitle.baise2 h3::after{
    background-color: #fff;
}
.btitle.baise2 p{
    color: #fff;
}

/* mbanner */
.neiye-banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ddd;
    position: relative;
}
.dingw{
    height: 450px;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    position: relative;
}
.dingw .wenan{
    position: relative;
    /* text-align: right; */
    margin-bottom: 25px;
}
.dingw .wenan h2{
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #FFF
}
.dingw .wenan h2::before{
    content: '';
    width: 280px;
    height: 1px;
    display: block;
    background-color: #dfdfdf;
    position: absolute;
    bottom: 0;
}
.dingw .wenan h2::after{
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    background-color: #0080ff;
    position: absolute;
    bottom: 0;
    /* right: 0; */
}

.dingw .wenan p{
    font-size: 16px;
    color: #777;
}

.weizhi{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 1;
    font-size: 13px;
}
.weizhi a{
    color: #fff;
}
.weizhi i{
    font-size: 12px;
    margin: 0 5px;
    opacity: .7;
}
.weizhi i:first-of-type{
    font-size: 18px;
    position: relative;
    top: 1px;
    opacity: 1;
}

/* banner */
.banner .banner_slide a>div{
  display: block;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1;
  color: #fff;
}

.bannerglbox_rpre,
.bannerglbox_rnext {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9;
  left: 50px;
}

.bannerglbox_rnext {
  left: unset;
  right: 50px;
}

.banner .prevnext i {
  font-size: 50px;
  padding: 5px;
  color: #ffffff;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border-radius: 5px;
}

.banner .swiper-button-disabled i {
  opacity: .5;
  color: #fff;
}

.bannerglbox_rpre i:hover,
.bannerglbox_rnext i:hover {
  color: #ffffff;
}

.swiper-button-disabled i:hover {
  /* color: #999; */
}

.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .bannerglbox_rx {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  text-align: center;
  /* margin: 0 30px; */
  bottom: 20px !important;
}

.bannerglbox_rx span {
  background-color: #ffffff;
  margin: 0 10px;
  opacity: .9;
  width: 12px;
  height: 12px;
}

.bannerglbox_rx span.swiper-pagination-bullet-active {
  background: #0080ff;
  opacity: 1;
}
@media (min-width: 1280px) {
  .banner .banner_slide a .pc{
      height: 600px;
      background-size: auto 100%;
  }
}
@media (min-width: 1366px) {
  .banner .banner_slide a .pc{
      height: 650px;
      background-size: auto 100%;
  }
}
@media (min-width: 1600px) {
  .banner .banner_slide a .pc{
      height: 700px;
      background-size: auto;
  }
}


/* mbanner */
.mbanner {
    background-repeat: no-repeat;
    background-position: center top;
    height: 550px;
    position: relative;
}

.mbanner .txt {
    position: absolute;
    top: 36%;
}

.mbanner .txt h2 {
    position: relative;
    font-size: 42px;
    margin-bottom: 20px;
}

.mbanner .txt h2:after {
    content: '';
    width: 75px;
    height: 1px;
    background-color: #0080ff;
    display: block;
    margin-top: 20px;
}

.mbanner .txt p {
    font-size: 18px;
}

.mbanner .position {
    position: absolute;
    bottom: 30px;
    line-height: 1;
}

.mbanner .position span {
    color: #666;
}

.mbanner .position span i {
    font-size: 22px;
    color: #0080ff;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.mbanner .position em i {
    font-size: 13px;
    color: #0080ff;
    opacity: .6;
    position: relative;
    top: 1px;
    margin-right: 5px;
    margin-left: 5px;
}

/*  */
.page{
    margin-top: 30px;
    margin-bottom: 30px;
}
.pageboxbtn{
    text-align: center;
}
.pageboxbtn li{ display:inline-block}
.pageboxbtn a{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #f3f3f3;
    border: #fff 1px solid;
    padding: 0 15px;
    font-size: 14px;
    color: #4b4b4b;
}
.pageboxbtn li.active a{
    border: #0080ff 1px solid; background-color: #0080ff; color: #fff;
}
.pageboxbtn a.nolink{
    color: #999;
}

/* 内页留言 */
.ml-15{
    margin-left: 15px;
}
.ny-mag{
    margin-top: 70px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.ny-mag .liuyan .ltxt{
    padding: 40px;
}
.ny-mag .liuyan .ly{
    padding: 40px;
}
.ny-mag .ltxt .tit h3{
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}
.ny-mag .ltxt .tit p{
    font-size: 18px;
}

/* 留言01 */
.message01{
    margin-top: 70px;
    position: relative;
}
#liuyan{
    position: absolute;
    top: -100px;
}
.message01 .ltxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.message01 .ltxt h3{
    font-size: 32px;
    color: #4b4b4b;
}
.message01 .dianh{
    margin: 0;
}
.message01 .dianh .bt-bg{
    background-color: #ffffff;
    /* border: 1px solid #e1e1e1; */
    border-radius: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.message01 .dianh .bt-bg .tel{
    display: flex;
    align-items: center;
    color: #4b4b4b;
    font-size: 15px;
    padding-left: 15px;
    padding: 10px 20px;
}
.message01 .dianh .bt-bg i{
    font-size: 28px;
}

.map p{ display: block; height: 100%;}
.map iframe{ height: 400px !important;}
.message01 .dianh .bt-bg a{
    color: #0080ff;
    font-size: 18px;
    margin: 0;
    margin-left: 3px;
}
.message01 .dianh .bt-bg .contact1{
    background-color: #0080ff;
    color: #fff;
    padding: 10px 40px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: normal;
}
.message01 .dianh .bt-bg .contact1 i{
    font-size: 20px;
    margin: 0 5px;
}
.message01 .dianh .bt-bg .contact1:hover{
    background-color: #0080ff;
}
.message01 .dianh .bt-bg .contact1:hover i{
    opacity: 1;
    transform: translateX(5px);
    transition: all .5s;
}
 
.ly-form .mag{
    margin: 15px 0;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.ly-form .mag p{
    width: 100%;
}
.ly-form .mag input{
    width: 100%;
    height: 55px;
    border-radius: 2px;
    border: none;
    padding: 5px 20px;
    padding-left: 40px;
    border: 1px solid #e0e0e0;
}
.ly-form .mag select{
    width: 100%;
    height: 55px;
    border-radius: 2px;
    border: none;
    padding: 5px 20px;
    padding-left: 40px;
    padding-right: 20px;
    border: 1px solid #e0e0e0;
}
 

.ly-form .mag span{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #0080ff;
    z-index: 2;
}
.ly-form .mag.two{
    justify-content: space-between;
}
.ly-form .mag.two p{
    width: calc(50% - 8px);
    position: relative;
}
.ly-form .mag textarea{
    width: 100%;
    padding: 15px;
    padding-left: 40px;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
    height: 180px;
}
.ly-form .bt-more .bt-bg{
    width: 100%;
    height: 55px;
    border-radius: 2px;
    background: none;
    display: flex;
    justify-content: space-between;
    box-shadow: unset;
}
.ly-form .bt-more .bt-bg a,
.ly-form .bt-more .bt-bg .more1{
    width: 48%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #4b4b4b;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
}
.ly-form .bt-more .bt-bg .more1:first-child{
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}
.ly-form .bt-more .bt-bg .more1:hover{
    border-color: #0080ff;
    color: #0080ff;
}
.ly-form .bt-more .bt-bg .more1:first-child:hover{
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}
.ly-form .beizhu{
    transform: translateY(-10px);
}
.ly-form .beizhu p{
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #999;
}
.ly-form .beizhu p i{
    
    font-size: 14px;
    margin-right: 5px;
}
.ly-form .mag:last-of-type{
    margin-bottom: 0;
    margin-top: 30px;
    display: block;
}

.ly-form .mag p.beizhu{
    color: #999;
    font-size: 14px;
}
.ly-form .mag .bt-more{
    justify-content: flex-start;
    margin-top: 0;
}

.ly-form .mag.two>div{
    width: calc(50% - 8px);
    position: relative;
}

.select {
    position: relative;
    display: block;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    width: 100%;
    border-radius: 2px;
    border: none;
}
.select .placeholder {
    position: relative;
    display: block;
    z-index: 1;
    padding: 1em;
    border-radius: 2px;
    cursor: pointer;
}
 
.select i {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.select.is-open i{
    transform: translateY(-50%) rotate(180deg);
}
.select.is-open ul {
    display: block;
}
 

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #0080ff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 40px;
    color: #4b4b4b;
    cursor: pointer;
}
.select ul li:nth-of-type(2n){
    background-color: #f5f5f5;
}
.select ul li:hover{
    background-color: rgba(0, 155, 75, 0.1);
}


.baibg i{
    color: #0080ff;
}

/*  */
.tuijian .ltxt a{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 20px;
    line-height: 1;
    font-size: 15px;
    color: #666;
}
.tuijian .ltxt a i{
    margin-right: 5px;
    color: rgba(0, 155, 75, 0.5);
}
.tuijian .ltxt a:hover{
    border-color: #0080ff;
    color: #0080ff;
}
.tuijian .ltxt a:hover i{
    color: #0080ff;
}
.tuijian .pr-list table tr:first-child td{
    padding: 15px;
    /* background-color: rgba(0, 155, 75, 0.3); */
    /* color: #4b4b4b; */
}
.tuijian .pr-list{
    padding: 0;
    background-color:#fff;
}
.tuijian .pr-list table tr:nth-child(odd){
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.tuijian .pr-list table tr:hover{
    background-color: rgba(0, 155, 75, 0.1);
}

/*  */
.sousuo form{
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.sousuo #top-keywords{
    width: 100%;
    height: 60px;
    border: none;
    box-shadow: unset;
    padding: 5px 30px;
    font-size: 15px;
    /* font-weight: bold; */
}
.sousuo .button,
.sousuo i{
    font-size: 22px;
    color: #0080ff;
    position: absolute;
    right: 20px;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.sousuo .button{
    z-index: 2;
    background-color: transparent;
    border: none;
}

.fanhui{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    padding: 15px 15px;
}
.fanhui p span{
    color: #0080ff;
}
.fanhui a{
    line-height: 1;
    display: flex;
    align-items: center;
    color: #4b4b4b;
}
.fanhui a i{
    font-size: 18px;
    margin-right: 5px;
    margin-top: 2px;
}
.fanhui a:hover i{
    margin-right: 8px;
    transition:all .5s;
    color: #0080ff;
}

/*  */
.sidenav {
    position: fixed;
    top: 30%;
    left: 50px;
    width: 120px;
    background-color: rgba(0, 138, 220, 0.9);
    z-index: 1001;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sidenav a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 7px;
    position: relative;
}

.sidenav .current {
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.sidenav .current::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    left: -10px;
    transition: all 2s;
}

.c-btn02 {
    text-align: center;
    margin-top: 30px;
    display: block;
}

.c-btn02 a {
    display: inline-block;
    padding: 11px 60px;
    margin: 0 5px;
    background-color: #0080ff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    overflow: hidden;
}

.c-btn02 a i {
    font-size: 28px;
    margin-left: 5px;
    line-height: 0;
    position: relative;
    top: 5px;
    opacity: .5;
    font-weight: normal;
}

.c-btn02 a:first-child {
    background-color: #0080ff;
}


/* 客服 */
.kefu{
    background-color:#0080ff;
    background-repeat: no-repeat;
    background-position: center top; background-size:cover; background-position:center;
}

.kefu {
    position: relative;
}

.kefu >.img {
    position: absolute;
    bottom: 0;
    left: 1.36rem;
    width: 3rem;
}
.kefu .container>.img {
    position: absolute;
    bottom: 0;
    left: 1.36rem;
    width: 3rem;
}

.kefu .txt { padding-left:4.5rem; padding-right:.4rem;
}
.kefu .txt p{}
.kefu .txt b{ display:block; margin:.25rem 0; font-size:.36rem; color:#fff;}
.kefu .txt a{ display:inline-block; border-radius:5px; line-height:35px; padding:0 25px; background:#f39800; color:#fff;}
.kefu .txt a img{ margin-right:10px;}

.kefu_right{ padding:.7rem 0; border-top-left-radius:500px; border-bottom-left-radius:500px; padding-left:1.11rem; padding-right:2rem; background-size:cover; background-position:center; background-repeat:no-repeat; box-sizing:border-box;}
.kefu_right .imgbox{ border-radius:100%; width:1.28rem; height:1.28rem; margin:0 auto; padding:.07rem;  border:1px dashed #f39800; box-sizing:border-box;}
.kefu_right .imgbox .img{ border-radius:100%; position:relative; width:1.14rem; height:1.14rem; background:#f39800;}
.kefu_right .imgbox .img img{ max-width:60%; max-height:60%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.kefu_right li{ margin:0 .25rem;}
.kefu_right li span{ display:block; text-align:center; color:#fff; font-size:.18rem; margin-top:.15rem;}
.kefu .txt h3 {
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}
.kefu .txt p {
    font-size: .17rem;
    color: #fff;
 
}

.kefu .flex{
    display: flex;
    align-items: center;
    height: 100%;
}

.kefu .c-btn{
    margin-right: 20px;
}
.kefu .c-btn::before{
    content: '';
    width: 1px;
    height: 80px;
    display: block;
    background-color: #fff;
    position: absolute;
    transform: translate(-100px,8px);
    opacity: .4;
}

.kefu .c-btn>i {
    margin-right: 20px;
    font-size: 65px;
    position: relative;
    top: 1px;
    color: #fff;
    float: left;
    line-height: 1;
    border-radius: 50px;
    opacity: .5;
}

 

.kefu .c-btn  .tel {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
}

.kefu .c-btn .zixun {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 60px;
    margin: 0 5px;
    background-color: #ffffff;
    color: #0080ff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
}

.kefu .c-btn .zixun i {
    font-size: 22px;
    font-weight: normal;
    margin-left: 10px;
 
}

 
.kefu .c-btn .zixun:hover i{
    margin-left: 15px;
    transition: all .5s;
}


.aboutle{ width:50%; padding-right:90px;}
.aboutle b{ font-size:36px; display:inline-block; padding-right:60px; background-image:url(../images/index_36.png); background-position:right center; background-repeat:no-repeat; margin-bottom:45px;}
.aboutle b em{ color:#0080ff; font-weight:bold;}
.aboutle p{ font-size:16px; color:#000000; line-height:2;}
.aboutle a{ display:inline-block; border-radius:5px; background:#f39800; color:#fff; font-size:16px; padding:0 55px; line-height:45px; margin-top:80px;}
.aboutri{ width:50%; position:relative;}
.aboutri img{ width:100%; position:relative; z-index:2;}
.aboutri .bac{ width:200px; height:200px; position:absolute; right:-100px; bottom:-40px; background:#0080ff;}

@media (max-width: 1440px) {
    .sidenav {
        left: 5px;
        width: 100px;
    }
}

@media (max-width: 1360px) {
    .sidenav {
        display: none;
    }
}

.m-language {
  display: none !important;
}

@media (max-width: 1279px) {
  .pc {
    display: none !important;
  }
  .mobile {
      display: block !important;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .htop01 {
    display: none;
  }
  header .hlogo {
    padding: 16px 0;
    position: relative;
  }
  header .hlogo .col-md-8 a {
    margin-top: 0;
  }
  header .hlogo .col-md-8 a img {
    max-width: 180px;
  }
  header .hlogo .col-md-8 a div,
  header .hlogo .col-md-4,
  header .hlogo .col-md-8 a>span{
    display: none;
  }
  header .hlogo i {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 32px;
    line-height: 1;
    color: #0080ff;
    animation: shadow .5s linear infinite;
    animation: rotate .5s linear infinite;
  }
  header .m-language {
    display: inline-block !important;
    padding: 0 10px;
    margin-left: 15px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 13px;
  }
  header .m-language i{
    margin-right: 5px;
    font-size: 14px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-collapse.in {
    padding: 0 15px;
  }
  .navbar-collapse.in .dropdown-menu {
    display: none;
  }
  .navbar-collapse.in .dropdown > a {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 0 30px;
  }
  .navbar-collapse.in .dropdown > a::after {
    content: '';
    display: inline-block !important;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid rgba(255, 255, 255, 0.3);
    border-bottom: 5px solid transparent;
    background: unset;
    right: 30px;
    top: 16px;
    transition: all .5s;
  }
  .navbar-collapse.in .dropdown:last-of-type > a {
    border-bottom: none;
  }
  .navbar-collapse.in .active > a::after {
    border-left: 6px solid white;
  }
  /*  */
  footer{
    padding: 50px 0 0;
  }
  footer .footer-logo{
    display: none;
  }
  footer .footer-nav{
    margin-bottom: 1px;
  }
  footer .tit{
    background-color: #0080ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-nav .tit a{
    padding-left: 20px;
  }
  footer .footer-nav .tit h3{
    font-size: 14px;
    margin-bottom: 0;
  }
  footer .tit i{
    color: #fff;
    font-size: 12px;
    width: 50px;
    line-height: 40px;
    text-align: center;
  }
  footer .tit.active i{
    transform: rotate(90deg);
  }
  footer .footer-nav .item{
    display: none;
    overflow: hidden;
    padding: 5px 10px;
  }
  footer .footer-nav .item a{
    width: 50%;
    float: left;
  }
  footer .footer-contact .tit i{
    visibility: hidden;
  }
  footer .footer-contact p{
    margin-bottom: 0;
  }
  footer .footer-contact i{
    font-size: 18px;
    margin-right: 5px;
  }
  footer .footer-contact p, footer .footer-contact a{
    font-size: 12px;
  }
  footer .footer-contact p:first-of-type{
    margin-top: 15px;
    margin-bottom: 5px;
  }
  footer .footer-contact p.bigtel a{
    font-size: 22px;
  }
  footer .footer-contact .qrcode{
    display: flex;
  }
  footer .footer-contact .qrcode span{
    width: 30%;
  }
  footer .footer-contact .qrcode span img{
    width: 100%;
    height: auto;
  }
  footer .footer-contact .qrcode span p{
    margin: 0;
    font-size: 12px;
    line-height: 1;
  }
  footer .links span{
    font-size: 14px;
  }
  footer .links a{
    font-size: 12px;
  }
  footer .banquan p:last-child,
  footer .banquan p{
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
  }
  footer .banquan .text-right a{
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  footer .banquan{
    padding: 10px 0;

  }
  /* banner */
  .banner .banner_slide a>div{
    height: 400px;
    background-size: cover;
  }


  .index01 {
    padding-bottom: 30px;
    background-size: contain;
    background-position: center top;
  }
  .index-search {
    line-height: 50px;
  }
  .index-search .fl {
    display: none;
  }
  .index-search .fr {
    margin: 0;
    width: 100%;
  }
  .index-search .fr #top-keywords {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
  }
  .btitle {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .btitle h3 {
    font-size: 22px;
  }
  .btitle hr {
    margin: 10px auto;
  }
  .btitle p {
    font-size: 12px;
  }
  .stitle {
    margin-top: 50px;
    margin-bottom: 20px !important;
  }
  .stitle a h3 {
    font-size: 22px;
  }
  .stitle a p {
    font-size: 14px;
  }
  .stitle a p i {
    font-size: 22px;
    top: 3px;
  }
/*  */


}

@media (max-width: 991px) {
    .banner .banner_slide a>div{
        height: 300px;
      }
}
@media (max-width: 500px) {
    .banner .banner_slide a>div{
        height: 180px;
    }
    .banner .prevnext i{
        font-size: 40px;
    }
    .bannerglbox_rpre{
        left: 20px;
    }
    .bannerglbox_rnext{
        right: 20px;
    }
    .banner .bannerglbox_rx{
        bottom: 10px !important;
    }
    .bannerglbox_rx span{
        width: 10px;
        height: 10px;
        margin: 0 2px !important;
    }
}

.fotlea a{ display:inline-block; width:32%; font-size:16px; color:#fff; margin-bottom:15px;}
.fotle{ width:calc(48% - 70px) ; max-width:400px;}
.fotle01{ max-width:330px}
.fotle b{ display:block; color:#fff; border-bottom:1px solid #585858; font-size:18px; padding-bottom:15px; margin-bottom:25px;} 
.fotle p{ background-position:left center; background-repeat:no-repeat; font-size:16px; color:#ffffff; padding-left:30px; margin-bottom:15px;}
.fotle p.tel{ background-image:url(../images/index_109.jpg);}
.fotle p.mial{ background-image:url(../images/index_112.jpg);}
.fotle p.add{ background-image:url(../images/index_116.jpg);}
.fotri img{ width:125px;}
.fotri{ text-align:center; padding-top:40px;}
.fotri span{ font-size:16px; color:#fff; margin-top:20px; display:block;}


@media (max-width: 768px) {
	
	footer .links a{ display:inline-block;}
	.fotri{ margin-left:15px; padding-top:20px; margin:0 auto;}
	.fotle{ width:100%; padding: 0 15px;}
	}