﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
button,
textarea,
p {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

td,
th {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    color: #fff;
    text-decoration: none
}

img {
    border: none;
    vertical-align: middle
}

ul,
li {
    list-style: none
}

input,
textarea,
select,
button {
    font: 14px "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.lf {
    float: left
}

.rt {
    float: right
}

.w1200 {
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto
}

* {
    font-family: 'Microsoft YaHei';
}

body {
    /* padding-top: 80px; */
}

.w1440 {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
}

/* 头部 */
.page-header {
    /* width: 100%; */
    height: 100px;
    text-align: center;
    color: #ffffff;
    font-family: '微软雅黑';
    position: sticky;
    top: 0;
	left: 0px;
	right: 0px;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #e3e3e3;
}

.page-header .headerTel {
    float: right;
    margin-right: 50px;
    line-height: 80px;
    font-size: 16px;
    color: #1f1f1f;
}

.page-header .headerTel span {
    color: #dcd372;
    font-weight: bold;
}

/* .page-header .header-card{position: relative;z-index: 999} */
.page-header .logo {
    width: 306px;
    height: 80px;
    position: relative;
    /* float: left; */
    margin: 0px 2%;
}


.page-header .logo h1 {
    color: transparent;
    text-indent: -9999px;
}

.page-header .navs {
    overflow: hidden;
    height: 100px;
    /* float: left; */
    /* margin-left: 146px; */
}

.page-header .navs ul {
    height: 100px;
    font-size: 16px;
}

.page-header .navs ul a {
    box-sizing: border-box;
    float: left;
    height: 100px;
}

.page-header .navs ul li {
    float: left;
    color: #1f1f1f;
    line-height: 100px;
    margin: 0px 15px;
    position: relative;
}
.page-header .navs ul li.active a{
    color: #dcd372 ;

}
/* .page-header .navs ul li.active:after,
.page-header .navs ul li:hover:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 4px;
    background-image: linear-gradient(269deg, #f5174b 0%, #ff4646 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.page-header .navs ul li .hot {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 24px;
    background: url(../image/hot_icon.png);
}

.home-page .page-header .navs ul li .hot {
    display: block;
}

.page-header .login {
    /* height: 80px; */
    position: relative;
    /* float: right; */
    font-size: 16px;
}

.page-header .login a {
    display: block;
    float: right;
}

.page-header .login .btn {
    width: 119px;
    line-height: 80px;
    text-align: center;
    height: 80px;
}

.page-header .login a:last-child .btn {
    border-left: 1px solid #e3e3e3;
    color: #1f1f1f;
}

.page-header .login a:first-child .btn {
    background-image: linear-gradient(269deg, #f5174b 0%, #ff4646 100%);
    color: #ffffff;
}

.page-header .navdown {
    width: 80px;
    height: 80px;
    float: right;
    background: url(../image/ydnav.png) center center no-repeat;
    cursor: pointer;
}

.page-header .menu-list {
    position: inherit;
    left: 0;
    top: -300px;
    display: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.page-header .menu-list li {
    color: black;
    width: 100%;
    height: 50px;
    line-height: 50px;
    ;
    color: linear-gradient(to right, #fc5756, #fe8355);
    text-align: center;
    font-size: 1.3rem;
}

.page-header .menu-list.active {
    top: 80px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: block;
}

.bannerSS .navs ul a li,
.bannerSS .page-header .headerTel span,
.bannerSS .page-header .login a:last-child .btn,
.bannerSS .page-header .navs ul li a {
    color: #fff !important;
}

.bannerSS .page-header .headerTel {
    color: #fff !important;
}

.bannerSS .page-header .logo div {
    background: url(../image/logo-b.png);
}

.page-header .navs ul li .navsDome {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    padding: 10px;
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgb(113 113 113 / 25%);
    border-radius: 3px;
}

.page-header .navs ul li .navsDome a,
.bannerSS .page-header .navs ul li .navsDome a {
    height: 40px;
    line-height: 40px;
    color: #1f1f1f !important;
    width: 120px;
}

.page-header .navs {
    overflow: unset;
}

.page-header .navs ul li>a {
    float: left;
    color: #222;
    font-size: 16px;
    line-height: 100px;
}

.page-header .navs ul li:hover .navsDome {
    display: block;
}

.page-header .navs ul li>a>span {
    width: 0;
    height: 0;
    display: inline-block;
    margin: 50px 0px 0px 4px;
    float: right;
    border: 5px solid transparent;
    border-top: 5px solid #999;
}

.page-header .navs ul li img {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
	width: 45px;
}
.page-header .header_box{
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
}
.page-header .right { 
	display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-end

}
.page-header .logo2 {
	width: 300px; 
	 margin: 0px 2% 0px 3%;
	
}
.page-header .logo2 .logo_img{
	 width: 100%;
}
.page-header .left { 
	display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-start;
		flex: 1;
}


.page-header .logo div {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    background: url(../image/logo.png) no-repeat;
	background-size: 100%;
    width: 306px;
    height: 60px;
}

.page-header .login a {
    /* margin-top: 25px; */
}

.page-header .login a:last-child .btn {
    width: 120px;
    height: 50px;
    border: 1px solid #dcd372;
    background: linear-gradient(270deg, #FFF7F7 0%, #FFF3F3 100%);
    border-radius: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF262F;
    line-height: 46px;
}

.page-header .login a:first-child .btn {
    width: 120px;
    height: 50px;
    background: linear-gradient(270deg, #dcd372 0%, #c8b91f 100%);
    border-radius: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    margin-right: 30px;
    margin-left: 20px;
}



/* 尾部 */
.page-footer {
    width: 100%;
    /* background: url(/static/toumei/image/v2021/image/11-bg.png) center center no-repeat; */
    height: 566px;
    background: linear-gradient(265deg, #1C1C1C 0%, #010101 100%);
    min-width: 1200px;
}

.page-footer .top {
    width: 100%;
    padding: 50px 0 0 0;
    display: inline-block;
}

.page-footer .top .logo {
    width: 160px;
    height: 60px;
    margin-bottom: 50px;
    /* background: url(/static/k2023/images/logo2.png) left center no-repeat; */
}
.page-footer .top .logo .logo_img{
	width: 100%;
}

.page-footer .bot .navs {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    color: #888888;
}

.page-footer .bot .navs li {
    width: 33.3%;
    /* height: 32px; */
    text-align: left;
    float: left;
    line-height: 32px;
    overflow: hidden;
}

.bot .layui-col-sm5 {
    width: 38%;
}

.page-footer .bot .navs li a {
    color: #dedcdc;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.page-footer .bot {
    /* margin-bottom: 65px; */
    display: flex;
    justify-content: space-between;
    /* align-items: baseline; */
}

.page-footer .bot .navs li a:hover {
    color: #fff
}

.page-footer .bot .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 42px;
    text-align: left !important;
    line-height: 48px;
}

.page-footer .bot .tel {
    font-size: 16px;
    font-weight: 400;
}

.page-footer .bot .tel p {
    line-height: 48px;
    color: #ffffff;
}

.page-footer .bot .tel p span {
    color: #999;
}

.page-footer .bot .tel p a {
    width: 90px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    background-image: linear-gradient(-90deg, #f41a43 0%, #ea4c4c 100%);
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
}

.page-footer .bot .title span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.page-footer .bot .address {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
}

.page-footer .bot .address span {
    color: #999;
}

.page-footer .bot-center {
    padding: 20px 0px;
    width: 100%;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    overflow: hidden;
}

.page-footer .bot-center .links a {
    float: left;
    color: #999;
    font-size: 16px;
    padding-right: 10px;
    border-right: 1px solid #888888;
    margin-left: 10px;
    font-weight: 400;
    line-height: 30px;
}

.page-footer .bot-center .links a:last-child {
    border-right: none;
}

.page-footer .bot-center .links a:hover {
    color: #fff;
}

.page-footer .bot-center .title {
    float: left;
    color: #999;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 400;
    line-height: 30px;
}

.page-footer .bot .txt {
    line-height: 24px;
    font-size: 16px;
    margin-left: 4px;
    color: #fff;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
}

/* .page-footer .bot .txt.active {
    color: #ffffff;
} */

.bot .layui-col-lg3 {
    width: 29%;
}

/* .page-footer .bot .code {
    float: right;
} */

.page-footer .bot .code .wow {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.bot .code .wow img{
    width: 140px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.page-copyright {
    width: 100%;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    height: 30px;
    text-align: center;
    font-weight: 400;
}



/* 适配 */
@media screen and (max-width:1800px){
    .page-header .navs {
        margin-left: 5%;
    }
    .page-header .navs ul li {
        margin: 0px 15px;
    }
}
@media screen and (max-width:1630px){
    .page-header .navs {
        margin-left: 0;
    }
    .page-header .navs ul li {
        margin: 0px 10px;
    }
}
@media screen and (max-width:1370px){
    .page-header .navs {
        margin-left: 0;
    }
    .page-header .navs ul li {
        margin: 0px 5px;
    }
}
@media screen and (max-width:1200px) {
    .page-header .logo {
        margin: 0px 8px;
    }
    /* .page-header {
       width: 1200px;
    } */
    .page-header .navs ul li {
        margin: 0px 5px;
    }
    .page-header .login a:first-child .btn {
        margin-right: 0;
        margin-left: 0;
    }
}
/* 适配PC */
@media screen and (min-width: 1024px) {
  /* 在此处编写适配PC的样式 */
}
/* 适配平板 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* 在此处编写适配平板的样式 */
}
/* 适配手机 */
@media screen and (max-width: 767px) {
  /* 在此处编写适配手机的样式 */
/*  .layui-col-xs4 {
      width: 37.33333333%;
  } */
  body {
      padding-top:  0px;
  }
  .page-header{
	   position: relative;
	   height: auto;
  }
  .page-header .header_box{
	  width: 100%;
  }
  .page-header .logo2{
	  width: 150px;
  }
 .page-header .login {
  	  display: flex;
  	  flex-direction: column;
  	  flex-wrap: nowrap;
  	  align-items: center;
  	  justify-content: flex-end;

  }
  .page-header .login a:first-child .btn{
	  width: 100px !important;
	  height: 34px;
	  line-height: 34px;
	      margin-bottom: 5px;
  }
  .page-header .login a:last-child .btn{
	  width: 100px !important;
	  height: 34px;
	  line-height: 34px;
  }
  .page-header .menu-list{
	  
  }
  
  .media-page .banner {
      width: 100%;
      min-width: auto !important;
      height: 500px;
  }
  .w1200{
	  width: auto !important; 
  }
  .page-footer {
      width: 100%;
      /* background: url(/static/toumei/image/v2021/image/11-bg.png) center center no-repeat; */
      height: auto;
      background: linear-gradient(265deg, #1C1C1C 0%, #010101 100%);
      min-width: auto;
  }
  .page-footer .top .logo {
      width: 160px;
      height: 60px;
      /* margin-bottom: 50px; */
      /* background: url(/static/k2023/images/logo2.png) left center no-repeat; */
      margin: 0px auto 50px auto;
  }
  .page-footer .bot {
      /* margin-bottom: 65px; */
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
      align-content: center;
	  padding: 0px 23px;
  }
  .page-footer .bot-center{
	  padding: 20px 23px;
  }
  .page-footer .bot .code .wow .ewm1 {
	  margin-right: 40px;
  }
}



