.phone-header {
  display: none;
}
.phone-nav {
  display: none;
}
.pc-header {
    display: flex;
    height: 110px;
}

.pc-header .left {
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(239, 90, 94);
}
.pc-header .left img{
    /* width: 245px; */
    height: 55px;
}
.pc-header .center {
    width: 81%;
    box-sizing: border-box;
    background-color: rgb(65, 86, 165);
    color: white;
    border-left: 1px white solid;
    border-right: 1px white solid;
    display: flex;
    align-items: center;
    transition: linear .1s all;
}
.pc-header .center ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
}
.fistspan{
  margin-left: 50px !important;
}
.lastspan{
  margin-right: 50px !important;
}
.pc-header .center ul li {

      width:100%;
    text-align: center;
}
.pc-header .center ul li span {
    display: block;
  	width:100%;
  	height:32px;
    cursor: pointer;
  	line-height: 32px;
}
.pc-header .center ul li:hover span {
    background-color: rgb(239, 90, 94);
}
.pc-header .center ul li:hover .nav-children{
  height: auto;
}
.pc-header .right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    width: 10%;
    background-color: rgb(65, 86, 165);
    color: white;
    transition: linear .1s all;
}
.hide-icon {
  display: none;
}
.pc-header .layui-icon-search {
    font-size: 35px;
}
.pc-header .layui-icon-close {
    font-size: 35px;
}
.pc-header .close-icon {
  display: none;
}
.search {
  display: none;
  margin: 0 auto;
}
.go-search {
  display: none;
}
#keyword {
  background-color: rgb(65, 86, 165);
  border: none;
  color: white;
  font-size: 18px;
}
#keyword::placeholder {
  color: white;
  font-size: 18px;
}
#keyword:focus {
  background-color: rgb(65, 86, 165) !important;
}
.phone-nav {
  padding: 0 3%;
  padding-bottom: 10px;
}
.phone-nav ul {
  background-color: #333;
  color: white;
}
.phone-nav ul li {
  padding: 10px;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.phone-nav ul li:hover {
  background-color: rgb(239, 90, 94);
  border-radius: 8px;
}
.layui-carousel{
    position: relative;
    height: 600px; 
    overflow: hidden;
 } 
 .layui-carousel .layui-carousel-item{
   height: 100%; 
   overflow: hidden;
 } 
 .layui-carousel .layui-carousel-item img{
   width: 100%; 
   height: 100%; 
   object-fit: cover; 
 }
 #header-swipper .layui-carousel-ind .layui-this{
    background-color: rgb(244, 14, 39);
 }
 .fixed-right {
    position: fixed;
    width: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(239, 90, 94);
    color: white;
 }
 .fixed-right .top{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
    letter-spacing: 1;
    writing-mode: vertical-lr;
    letter-spacing: 20px;
    border-bottom: 1px solid white;
    cursor: pointer;
 }
 .fixed-right .center{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
    letter-spacing: 1;
    writing-mode: vertical-lr;
    letter-spacing: 20px;
    border-bottom: 1px solid white;
    cursor: pointer;
 }
 .center ul li {
    position: relative;
 }
  .nav-children {
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: all linear .1s;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
  }
  .nav-children li {
    margin:0 auto;
    margin-top: 5px;
  }
  .nav-children li span{
   background-color: rgb(239, 90, 94);
  }
 .fixed-right .bottom {
    padding: 8px;
    cursor: pointer;
 }
 .fixed-right > div:hover {
    opacity: .7;
 }
 .content {
    max-width: 1311px;
    margin: 0 auto;
 }
 .content .title {
    position: relative;
 }
 .content .title .left{
    /* color: rgb(165, 167, 171); */
    color: rgb(65, 86, 165);
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 100px;
 }
 .content .title .right {
    color: rgb(239, 90, 94);
    cursor: pointer;
    display: flex;
    margin-right: 20px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
 }
 .content .title .right .autton {
    color: white;
     background-color: rgb(239, 90, 94); 
    padding-right: 10px;
       height: 20px;
    cursor: pointer;
    position: relative;
 }
 .content .title .right .autton span{
 /*background-color: rgb(239, 90, 94); */
  line-height: 1.6;
  font-size: 19px;
   line-height: 20px;
 }
 /*.content .title .right .autton .backColor {
  background-color: rgb(239, 90, 94);
  height: 55%;
  width: 100%;
  position: absolute;
  bottom: 24%;
  z-index: -1;
 }*/
 .center-swipper {
  position: relative;
 }
 .center-swipper .innerItem {
  overflow: hidden;
 }
 .center-swipper .innerItem .image-ground {
  display: flex;
  white-space: nowrap;
  transition: linear all .2s;
 }
 .center-swipper .left-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
  transition: opcaity .1s;
 }
 .center-swipper .left-arrow .layui-icon {
  font-size: 50px;
 }
 .center-swipper .right-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
  transition: opcaity .1s;
 }
 .center-swipper .right-arrow .layui-icon {
  font-size: 50px;
 }
 .content .innerItem {
    display: flex;
    justify-content: space-between;
 }
 .news-gound {
    /* padding: 0 20px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 113px;
 }
 .news-gound section {
    width: 48%;
 }
 .news-gound section span:first-child {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 .news-gound .title {
    font-size: 25px;
    position: relative;
 }
 .news-gound .title .left {
    color: rgb(65, 86, 165);
    font-size: 18px;
    margin-left: 20px;
    line-height: 70px;
 }
 .news-gound .title .left span {
  margin-top: 8%;
 }
 .news-gound .title .right {
    color: rgb(239, 90, 94);
    cursor: pointer;
    display: flex;
    margin-right: 20px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
 }
 .news-gound .news-list li{
    line-height: 58px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
 }
 .news-gound .news-list li:hover {
    color: rgb(15, 15, 15);
    opacity: .7;
 }
 .news-gound .news-list li:not(:last-child) {
    border-bottom: 1px solid black;
 }
 .news-gound .news-list li .right {
    position: absolute;
    color: gray;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
 }
 .list-content {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
 }
 .list-content .left-nav {
  width: 18%;
 }
 .list-content .list {
    width: 56%;
 }
 .copy{
	width: 100%; 
  min-height: 182px; 
  text-align: left; 
	color: #fff; 
  line-height: 35px;
	padding-top: 10px; 
  font-size: 14px;
  background-color: rgb(65, 86, 165);
 }
 .bottm {
  width: 1068px;
  line-height: 25px;
  margin: 0 auto;
  padding-top: 10px;
}
 .banquan{
  width: 800px;
  line-height: 39px;
  float: left;
  margin-left: 10px;
 }
 .erweima {
  width: 250px;
  height: 80px;
  float: left;
  position: relative;
  left: 32px;
}
.erweima img {
  width: 70px;
  height: 80px;
  border: 0px;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
img, object {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
.f1, .f2 {
    width: 400px;
    float: left;
    position: relative;
    left: 10px;
}
ul, li {
  list-style-type: none;
}
.fixed-pic {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
}
.fixed-pic img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-pic {
  display: flex;
  cursor: pointer;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 2px white solid;
  border-radius: 50%;
  top: 1%;
  right: 1%;
}
.close-pic i{
  font-size: 20px;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1189px) {
  .copy .bottm {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .copy .bottm .banquan {
    float: none;
    margin-left: 0;
    text-align: center;
    width: auto;
  }
  .copy .bottm .banquan .f1 , .f2 {
    float: none;
    position: unset;
    width: auto;
  }
  .copy .bottm .erweima {
    float: none;
  }
}
/*@media screen and (max-width: 1669px) {
  .center-swipper:hover .left-arrow {
    opacity: 1;
  }
  .center-swipper:hover .right-arrow {
    opacity: 1;
  }
  .center-swipper .left-arrow {
    padding: 10px;
    opacity: 0;
    border-radius: 50%;
    left: 1%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
  }
  .center-swipper .right-arrow {
    opacity: 0;
    padding: 10px;
    border-radius: 50%;
    right: 1%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
  }
  .center-swipper .left-arrow .layui-icon {
    font-size: 40px;
    color: white;
  }
  .center-swipper .right-arrow .layui-icon {
    font-size: 40px;
    color: white;
  }
}*/
 @media screen and (max-width: 1400px) {
  .pc-header {
    height: 64px;
  }
  .pc-header .left img {
    width: 200px;
    height: 50px;
  }
  .pc-header .center ul {
    font-size: 18px;
  }
  .news-gound .news-list li {
    font-size: 14px;
  }
  .fixed-right {
    width: 42px;
    font-size: 18px;
  }
  .fixed-right .bottom {
    padding: 9px;
  }
 }
 @media screen and (max-width: 1285px) {
  .pc-header {
    display: none;
  }
  .phone-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
  }
  .phone-header .left {
    padding: 20px 0;
    margin-left: 10%;
  }
  .phone-header .left img {
    width: 25%;
  }
  .phone-header .right {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
  .phone-header .right .menu {
    color: white;
    font-size: 16px;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em;
    line-height: 1.125em;
    background-color: black;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
  .fixed-right {
    width: 36px;
    font-size: 16px;
  }
  .fixed-right .bottom {
    padding: 9px;
  }
  .close-pic {
    top: 13%;
  }
}
 @media screen and (max-width: 850px) {
  .center-swipper .left-arrow .layui-icon {
    font-size: 30px;
  }
  .center-swipper .right-arrow .layui-icon {
    font-size: 30px;
  }
  .news-gound {
    display: block;
    margin-bottom: 25px;
  }
  .content .title .left {
    font-size: 16px;
    line-height: 65px;
  }
  .content .title .right {
    font-size: 16px;
  }
  .news-gound section {
    width: 95%;
    font-size: 18px;
  }
  .news-gound .news-list li {
    font-size: 12px;
    line-height: 34px;
  }
  .fixed-right {
    font-size: 14px;
    width: 30px;
  }
  .fixed-right .top  {
    height: 180px;
  }
  .fixed-right .center {
    height: 180px;
  }
  .banquan {
    line-height: 25px;
  }
  .close-pic {
    top: 10%;
    width: 30px;
    height: 30px;
  }
   
 }
