* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: none;
}

div,
button,
input {
    outline: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.button-left{
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../image/icon-left.png);
  left: -80px;
  top:350px;
  outline:none;
}
.button-right{
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../image/icon-right.png);
  right: -80px;
  top:350px;
  outline:none;
}


.header .top{
  height: 28px;
  color: #999999;
  background: #efefef;
}
a{
    /* color: white; */
    text-decoration: none;
}
.blubackground{
  /*background-color: #17273c;*/
}
.top{
  /*border-bottom: 1px #334154 solid;*/
}
.top p{
  float: left;
  line-height: 28px;

}
.header .comtop{
  width: 1200px;
  margin: 0 auto;
}
.comtop a{
    color:#999999;
}
.top ul{float: right;}
.top ul li{float: left;
  line-height: 28px;}
.lotop{
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.lotop .logo{
  float: left;
  background-image:url(../image/logo.png);
  width: 620px;
  height: 120px;
}
.loright{
  float: right;
  margin-top:15px;

}
.loright span{
  display: block;
  width: 200px;
  line-height: 20px;
  text-align: right;
  font-size: 18px;
  color: white;
  float: left;
  margin-top: 25px;
}
.loright img{
  margin-top: 10px;
  float: left;
}
.loright p{
  font-size:40px;
  text-align:left;
  font-family:Impact; 
  color: black;
  float: right;
  float: left;
}
.loright div{
  clear: both;
  float: right;
  color: white;
  font-size: 17px;
  width: 255px;
  height: 30px;
  line-height: 30px;
  border-radius:15px ;
  background-color: #253c5c;
  text-align: center;
  margin-top: 10px;
}

.navigation{
 background-color: #253c5c;
 height: 65px;
}
.navigation ul{
  width: 1200px;
  margin: 0 auto;
  line-height: 65px;
}
.navigation ul li{
  float: left;
  color: white;
  padding: 0px 43px;
}
.navigation ul li:hover{
background-color: #e40082;
}
.banner{
/*text-align: center;*/
}


.serch{
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
}
.serch>img{
  margin-top: 25px;
}
.serch p{
  float: left;
  font-weight: bold;
  margin-left: 10px;
}
.serch ul{
  float: left;
}
.serch ul li {
  float: left;
  padding: 0 10px;
}
.serch ul li a{
  color: black;
}
.serch img{
  float: left;
}
.search{
  height: 40px;
  float: right;
  margin-top: 20px;
}
.seainput{
background-color:#f4f4f4;
width: 335px;
height: 40px;
float: left;
text-indent: 15px;
 border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
   overflow: hidden;
}
.seainbtn{
  position: relative;
  display: flex;
  border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
  overflow: hidden;
  float: left;}

.seainbtn button{
width: 65px;
height: 40px;
background-color:#c5262b;
}
.seaimg{
   position: absolute;
   width:25px;
   height: 25px;
   right: 18px;
   top: 7px;
   vertical-align:middle;
}





.title {
    text-align: center;
    font-size: 50px;
    margin: 10px 0;
    padding-top: 40px;
    padding-bottom: 20px;
}

.title span {
    color: #c5262b;
    line-height: 80px;
}

.title p {
    font-size: 18px;
}

.pronav {
    width: 330px;
    height: 500px;
    float: left;
    background: #222222;
    border-radius: 8px;
    overflow: hidden;
}

.pronav dl {
    font-weight: bold;
    margin-top: -4px;
}

.pronav dl dt {
    background: #393939;
    font-size: 18px;
    line-height: 45px;
    padding-left: 25px;
}

.pronav dl dt a {
    color: white;
}

.pronav dl dd {
    padding: 15px 25px;
    /* height: 60px; */
    overflow: hidden;
}

.pronav dl dd a {
    color: white;
    font-size: 14px;
    width: 80px;
    display: block;
    margin-right: 40px;
    float: left;
    line-height: 25pxd;
}

.prolist {
    float: right;
    width: 850px;
}

.pronav dl dd a span {}

.prolist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prolist ul li {
    margin-bottom: 10px;
}

.prolist ul .fist {
    width: 100%;
    height: 445px;
    position: relative;
}

.prolist ul .fist>img {
    width: 100%;
    height: 100%;
}

.prolist ul .fist div {
    position: absolute;
    bottom: 50px;
    left: 40px;
    color: white;
    font-weight: bold;
}

.prolist ul .fist div p {
    font-size: 30px;
    line-height: 100px;
}

.prolist ul li:nth-child(n+2) {
    width: 275px;
    height: 260px;
}

.prolist ul li:nth-child(n+2) img {
    width: 100%;
    height: 205px;
}

.prolist ul li:nth-child(n+2) p {
    line-height: 55px;
    background-color: #e0e0e0;
    text-align: center;
    margin-top: -5px;
}

.case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case ul li {
    margin-bottom: 10px;
}

.case ul .fist {
    width: 100%;
    height: 680px;
    position: relative;
}

.case ul .fist>img {
    width: 100%;
    height: 100%;
}

.case ul .fist div {
    position: absolute;
    bottom: 0px;
    padding: 35px;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 140px;
    background: rgba(195, 54, 58, 0.8);
}

.case ul .fist div p {
    font-size: 30px;
    line-height: 40px;
}

.case ul .fist div a {
    display: block;
    width: 174px;
    height: 40px;
    border-radius: 20px;
    color: white;
    border: 1px white solid;
    text-align: center;
    line-height: 38px;
    float: right;
}

.case ul li:nth-child(n+2) {
    width: 290px;
    height: 270px;
}

.case ul li:nth-child(n+2) img {
    width: 100%;
    height: 205px;
}

.case ul li:nth-child(n+2) p {
    line-height: 55px;
    background-color: #444444;
    text-align: center;
    margin-top: -5px;
    color: white;
}

.case ul li:nth-child(n+2):hover p {
    background-color: #c3363a;
}

.cg {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.cg li {
    width: 290px;
    height: 335px;
    background: #222222;
    text-align: center;
}
.cg li:hover{
    background: #c5262b;
}
.cg li:hover p{
    color: #d1514b;
}
.cg li:hover span{color: #d1514b;}
.cg li img {
    margin-top: -100px;
    border: 10px white solid;
    border-radius: 100px;
}

.cg li p {
    color: #393939;
    font-size: 36px;
    line-height: 80px;
}

.cg li strong {
    color: white;
    font-size: 24px;
}

.cg li span {
    color: #393939;
    font-size: 12px
}

.cg li a {
    width: 190px;
    height: 46px;
    background-color: #393939;
    color: white;
    border-radius: 23px;
    display: block;
    line-height: 46px;
    font-size: 16px;
    margin: 20px auto;
    font-weight: bold;
}
.cg li:hover a{
    background: white;
    color: #c5262b;
}
.jy {
    width: 465px;
    float: right;
    padding-top: 50px;
}

.jy strong {
    font-size: 36px;
}

.jy div {
    width: 445px;
    height: 45px;
    background: url(../image/dz.png) no-repeat;
    font-size: 25px;
    line-height: 45px;
    color: white;
    padding-left: 20px;
    margin: 20px 0;
}

.jy p {
    font-size: 18px;
    line-height:35px;
}

.tj {
    width: 100%;
    height: 295px;
    background: #c5262b;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    
}
.tj img{float:right}
.tj input {
    background: none;
    border-bottom: 1px white solid;
    color: white;
    line-height: 60px;
    width: 550px;
    float: left;
    font-size: 16px;
    margin-right: 26px;
    margin-bottom: 20px;
}

.tj input:nth-child(5) {
    width: 1126px;
}

.tj input::placeholder {
    color: white;
}
.tj .submit{
    width: 350px;height: 50px;border-radius:25px;background: white;font-size:16px;color:#c5262b;
}
.sb{position:relative}
.sb .prev{position:absolute;left:-50px;top:80px}
.sb .next{position:absolute;right:-50px;top:80px;transform:rotate(180deg);}
.sb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sb ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.sb ul li {
    width: 390px;
    height: 317px;
}

.sb ul li img {
    width: 100%;
    height: 265px;
}

.sb ul li p {
    line-height: 55px;
    background-color: #eeeeee;
    text-align: center;
    margin-top: -5px;
}

.newsa {
    color: white;
    background: #c5262b;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    border-radius: 10px;
}

.ati {
    overflow: hidden;
    margin: 30px 0;
}

.ati div a {
    width: 190px;
    height: 46px;
    background-color: #393939;
    color: white;
    border-radius: 23px;
    display: block;
    line-height: 46px;
    text-align: center;
}

.ati img {
    float: left;
    width: 260px;
}

.ati div {
    float: right;
    width: 310px;
}

.ati div p {
    font-size: 16px;
}

.ati div span {
    font-size: 14px;
    display: block;
    margin: 20px 0;
    line-height: 30px;
    height: 60px;overflow: hidden;
}

.newslist li {
    width: 100%;
    height: 75px;
    margin-bottom: 30px;
    background: #222222;
    padding: 10px 25px;
    padding-left: 0;
    color: white;
}

.newslist li div strong {
    font-size: 24px
}

.newslist li div {
    font-size: 16px;
    text-align: center;
    width: 115px;
    float: left;
}

.newslist li p {}

.newslist li span {
    display: block;
    float: left;
    line-height: 55px;
    border-left: 1px white solid;
    text-indent: 18px;
    font-size: 15px;
    width: 400px;
    height: 55px;
    overflow: hidden;
}

.newslist li p {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px gray solid;
    line-height: 25px;
    color: gray;
    text-align: center;
    margin-top: 15px;
}

.newslist li:hover {
    background: #c5262b;
}

.newslist li:hover p {
    border: none;
    background: white;
    color: #c5262b;
    line-height: 28px;
}

.wt li {
    margin: 40px 0;
    overflow: hidden;
}

.wt li img {
    float: left;
    margin-right: 10px;
}

.wt li div {
    float: left;
    width: 480px;
    font-size: 14px;
}

.wt li div strong {
    margin-bottom: 10px;
    display: block;
    height: 21px;
    overflow: hidden;
}

.wt li div span {
    line-height: 35px;
    height: 100px;
  display: block;
    overflow: hidden;
}

.tit {
    float: left;
    font-weight: bold;
}

.tit span {
    font-size: 30px;
}

.tit p {
    font-size: 16px;
    color: white;
    background: #c5262b;
    width: 350px;
    height: 38px;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    margin-top: 10px;
}

.tits {
    float: left;
}

.tits span {
    font-size: 30px;
    font-weight: bold;
}

.tits strong {
    font-size: 55px;
    color: #c5262b;
}

.tits p {
    font-size: 28px;
    color: yellow;
    background: #c5262b;
    width: 600px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
    margin-top: 10px;
    font-weight: bold;
}

.tits div {
    font-size: 16px;
    margin: 20px 0;
    text-indent: 30px;
    line-height: 28px;
}
.cd {display:flex;border-bottom:1px gray solid}

.cd li {flex:1;font-size:16px;color:white;text-align:center}
.cd li a{color:white;line-height:60px;}


.addrass {text-align:center}
.addrass a{color:white}