﻿@charset "utf-8";

/* CSS Document */
*{
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
}

body {
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑", "Times New Roman", Georgia, Serif;
  -webkit-text-size-adjust: none;
}

img,
a {
  border: 0;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

.clears {
  clear: both;
}

a {
  color: #333;
}

a:hover {
  color: #fec80c;
}

html,
body {
  min-width: 1400px;
}

.container {
  min-width: 1400px;
}

.run-img {
  background: url(http://www.ylcp.shop/files/files/1701685190286/images/1.webp);
  width: 300px;
  height: 212px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*顶部信息*/
.zx {
  width:1400px ;
  margin: 0px auto;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  position: relative;

}
marquee {
  width: 70%;
  height: 50px;
  background-color: #fff;
}
.sousuo {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  padding-left: 10px;
  line-height: 40px;
}
.sousuo input{
  height: 80%;
  border: none;
  position: relative;
  top: -5px;
}

.header-company {
  width: 1400px;
  height: 86px;
  margin: 0 auto;
}

.company-logo {
  width: 50%;
  display: block;
  float: left;
  padding: 23px 0;
}

.company-tel {
  padding: 23px 10px;
  width: 20%;
  display: block;
  float: right;
  text-align: right;
}

.company-tel .tel-title {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 12px;
}

.company-tel .tel-title i {
  display: inline-block;
  width: 24px;
  height: 23px;
  margin-right: 0px;
  background: url(http://www.ylcp.shop/files/files/1701685190286/images/tel.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-top: -8px;
  background-size: cover;
}

.company-tel .tel-num {
  color: #fbaa53;
  font-size: 16px;
  font-weight: bold;
}


.header-nav {
  height: 55px;
  background-color: #19314a;
  min-width: 1400px;
  width: 100%;
}

.header-nav .nav {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.header-nav .nav li {
  float: left;
  /* position: relative; */
  width: 155px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  text-align: center;
  border-top: 3px solid #19314a;
  position: relative;
}

.header-nav .nav li a {
  color: #FFFFFF;
  letter-spacing: 2px;
  display: block;
}

.header-nav .nav li:hover {
  background: #FFFFFF;
  border-top: 3px solid #fa9300;
}

.header-nav .nav li:hover a {
  color: #000;
}

.header-nav .nav li .downMenu {
  position: absolute;
  width: 155px;
  top: 52px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.78);
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}

.header-nav .nav li:hover .downMenu {
  height: 104px;
}

.header-nav .nav li.active {
  background: #FFFFFF;
  border-top: 3px solid #fa9300;
}

.header-nav .nav li.active a {
  color: #000;
}

/* slider */
.slider {
  width: 100%;
  min-width: 100%;
  height: 586px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.slider .bd {
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%
}

.slider .bd li {
  width: 100%;
  overflow: hidden;
}

.slider .bd li img {
  display: block;
  width: 100%;
  height: 586px;
}

.slider .tempWrap {
  overflow: visible !important
}

.slider .tempWrap ul {
  margin-left: -100% !important;
}

.slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 10px;
  bottom: 80px;
  text-align: center;
}

.slider .hd li {
  border-radius: 5px;
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 50px;
  height: 10px;
  line-height: 99px;
  overflow: hidden;
  margin: 0 30px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #6e88a0;
}

.slider .hd li.on {
  background-color: #fa9300;
  filter: alpha(opacity=100);
  opacity: 1;
}

.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 586px;
  cursor: pointer;
}

.slider .prev {
  left: -50%;
  margin-left: -50%;
}

.slider .next {
  left: 50%;
  margin-left: 50%;
}

.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 586px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 586px;
}

.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider .prev .arrow {
  right: 0;
  background: url(http://www.ylcp.shop/files/files/1701685190286/images/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
  left: 0;
  background: url(http://www.ylcp.shop/files/files/1701685190286/images/slider-arrow.png) 0 0 no-repeat;
}

.index-box {
  width: 1400px;
  margin: 40px auto;
  height: 520px;
}

.index-box img {
  height: 150px;
}

.index-box ul li {
  height: 520px;
  display: block;
  float: left;
  width: 23%;
  text-align: center;
  background-color: #ecedf1;
  margin: 0 1%;
  margin-top: 30px;


}

.index-box ul li h1 {
  height: 40px;
  line-height: 50px;
  font-weight: normal;
  color: #000;
  letter-spacing: 2px;
  font-size: 25px;
}

.index-box ul li h2 {
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 16px;
  color: #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  width: 106px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.index-box ul li img {
  width: 100%;

}

.item-content {
  padding: 15px;
  height: 158px;
  letter-spacing: 1px;
}

.item-content p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  min-height: 30px;

}


.item-content ul.index-news li {
  width: 278px;
  float: left;
  line-height: 28px;
  height: 28px;
  font-size: 15px;
  text-align: left;
  padding-left: 12px;
  overflow: hidden;
}

.item-content ul.index-news li i {
  width: 6px;
  height: 6px;
  background-color: #fa9300;
  border-radius: 50%;
  position: absolute;
  margin: 9px 0 0 -12px;
}

a.index-link {
  width: 110px;
  height: 36px;
  display: block;
  background-color: rgba(109, 137, 162, 1);
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin: 0px auto;
  color: #FFFFFF;
}

a.index-link:hover {
  background-color: rgb(30, 50, 71);
}

.flink {
  background-color: #ecedf1;
  height: 80px;
  line-height: 80px;
    
}

.flink .flink-box {
  width: 1400px;
  margin: 0 auto;
}

.flink .flink-title {
  width: 120px;
  float: left;
  padding: 67px 20px;

}

.flink .flink-title h1 {
  border-left: 5px solid #f39800;
  padding-left: 12px;
  font-size: 20px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
}

.flink-items {
  width: 1240px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.flink-items .bd {
  padding: 52px 0;
}

.flink-items .bd ul {
  overflow: hidden;
  zoom: 1;
}

.flink-items .bd ul li {
  margin: 0 15px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.flink-items .bd ul li .pic {
  text-align: center;
}

.flink-items .bd ul li .pic img {
  width: 200px;
  height: 50px;
  display: block;
  padding: 2px;
}


.footer {
  margin: 0 auto;
  padding: 60px 0 100px 0;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  clear: both;
  color: #484848;
  font-size: 15px;
}

.footer p {}

.footer a {
  color: #484848;
  margin: 0 auto;
}

.show-rz img {
  width: 127px;
  height: 47px;
  margin: 0px 6px;
  border: 1px solid #FFF;
  border-radius: 7px;
}

.show-rz img.zqrz {
  /*border: 1px solid #FFF;*/
}

.cooperation-box {
  /*background: url(../images/cooperation-bg.jpg);
		background-size: cover;
		height: 800px;*/
  width: 1140px;
  margin: 0px auto 40px auto;
  height: 569px;
}

.cooperation-box ul {}

.cooperation-box ul li {
  display: block;
  float: left;
  width: 30.33%;
  background-color: #ecedf1;
  margin: 0 1.5%;
  overflow: hidden;
}

.cooperation-box ul li h1 {
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  color: #333;
  letter-spacing: 1px;
  font-size: 24px;
  text-align: center;
}

.cooperation-box ul li img {
  margin: 0px -50px;
}

.cooperation-item-content {
  padding: 10px;
  height: 260px;
  letter-spacing: 1px;
}

.cooperation-item-content p {
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  min-height: 26px;
  padding-bottom: 4px;
}

/* subpage */
.sub-banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sub-banner {}

.sub-banner img {
  margin: 0 auto;
  display: block;
}

.sub-title {
  width: 320px;
  height: 70px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}

.sub-title img {}

.sub-class-bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  font: 15px/38px "microsoft yahei";
  color: #fff;
  background: #8298b0;
}

.sub-class {
  width: 1002px;
  height: auto;
  overflow: hidden;
  text-align: center;
  font: 15px/38px "microsoft yahei";
  color: #fff;
  margin: 0 auto;
}

.sub-class span {
  margin: 0 12px;
}

.sub-class span:last-child {
  display: none;
}

.sub-class a {
  color: #fff;
  display: inline-block;
  height: 38px;
  /* margin-top: 4px; */
  line-height: 38px;
}

.sub-class a.on {
  background: #fff;
  color: #fa9300;
  padding: 0 8px;
}


.news-box {
  width: 1060px;
  margin: 16px auto 60px auto;
  font: 14px/30px "microsoft yahei";
  color: #fa9300;
  letter-spacing: 1px;
}

/* news */
.news {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news li {
  padding: 0 40px;
  /* width:100%; */
  height: 45px;
  /* border-bottom:1px dotted #b09bb4; */
  overflow: hidden;
  font: 14px/45px "microsoft yahei";
  color: #fa9300;
}

.news li.whitestyle {}

.news li.darkstyle {
  background: #f7edde;
}

.news li a {
  float: left;
  margin-left: 20px;
  width: 97%;
  height: 44px;
  border-bottom: 1px dotted #8298B0;
}

.news li span {
  float: right;
  margin-right: 24px;
}

/*page*/
.Page {
  width: 100%;
  text-align: center;
  padding: 50px 0px;
}


.Page ul li {
  display: inline-block;
  min-width: 14px;
  padding: 0 5px;
  background: #ffffff;
  height: 24px;
  /* vertical-align: middle; */
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  margin-left: 5px;
  /* float: left; */
  color: #333;
}

.Page ul li:hover {
  background: #f7edde;
}

.Page ul li.thisclass {
  background: #f7edde;
  color: #333
}

.Page ul li a {
  min-width: 14px;
  display: block;
  color: #FA9375;
}



/* view */
.view {
  font: 14px/30px "microsoft yahei";
  color: #1b1b1b;
  padding-bottom: 20px;
}

.view h1 {
  width: 100%;
  text-align: center;
  font: 30px/80px "microsoft yahei";
  color: #333;
}

.date {
  width: 100%;
  text-align: left;
  font: 12px/24px "microsoft yahei";
  color: #7d7d7d;
  border-bottom: 1px solid #383838;
}

.pagebox,
.pagebox p {
  color: #333;
  padding-bottom: 10px;
}

.pagebox h1,
.pagebox h2,
.pagebox h3,
.pagebox h4,
.pagebox h5,
.pagebox h6 {
  color: #333;
  font-size: 15px/32px "microsoft yahei";
}

.page {
  width: 100%;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

.page p {
  width: 100%;
  height: 32px;
  font: 14px/32px "microsoft yahei";
  color: #777;
  overflow: hidden;
}

.page p a {
  color: #777
}

.back {
  position: absolute;
  right: 12px;
  bottom: 13px;
  font-size: 14px;
  color: #777;
  line-height: 38px;
}

.view img {
  max-width: 100%;
  display: inline
}

.view div {
  font-size: 14px;
}


.contact-title {
  width: 1400px;
  margin: 0 auto;
  border-bottom: 2px solid #333;
}

.contact-title h1 {
  margin-left: 200px;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 2px;
}

.contact-box {
  width: 1060px;
  margin: 0px auto 80px auto;
  background-color: #ecedf1;
  padding-bottom: 80px;
  color: #0e263e;
  padding-left: 40px;
}

.contact-box h2 {
  padding-top: 30px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 2.7em;
}

.contact-box p {
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: 1px;
}

.contact-box p i {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  margin: 8px 8px 0px 10px;
}

.half-line {
  height: 12px;
  border-bottom: 1px solid #333333;
  width: 520px;
  margin-bottom: 12px;
}

i.p-arrow {
  background: url(http://www.ylcp.shop/files/files/1701685190286/images/arrow.png);
  width: 17px;
  height: 13px;
  display: block;
  background-size: 17px 13px;
  float: left;
  margin-right: 5px;
  margin-top: 7px;

}

.aboutus-box {
  width: 1400px;
  border-radius:20px ;
  min-height: 380px;
  margin: 50px auto;
  background-color: #ECEDF1;
  padding: 30px 30px;
}

.aboutus-title {

  padding: 20px;
}


.aboutus-text {

  width: 60%;

  float: left;

  /* padding: 0 10px; */

  letter-spacing: 1px;
}

.aboutus-text p {

  line-height: 40px;

  font-size: 16px;

  text-indent: 2rem;

  padding: 5px 0;
}

.aboutus-img {

  width: 40%;

  float: left;
}

.aboutus-img img {
  padding: 0 0 0 10%;
  width: 90%;
}

.yyc {
  width: 1240px;
  margin: 0px auto;
}

.zz {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}