body {font: 16px 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“',Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; }
.c{width: 1350px;margin:0 auto;}
.header{width: 100%;height: 90px;font-size: 16px;}
.header .header_mid{width:1600px;height: 90px; margin:0 auto;}
.header .header_mid a img{height: 47px;margin-top: 21px; float: left;}
.header .header_mid .nav{width: 66%; height: 45px;line-height: 45px;margin-left: 5%; margin-top: 22px; float: left;}
.header .header_mid ul{list-style-type:none}
.header .header_mid ul li{height: 45px;line-height: 45px;float: left;text-align:center;margin-left: 5%;position: relative;}
.header .header_mid ul li a{color: #666666;font-size: 16px;}
.header .header_mid ul li a:hover {color: #e84567;text-decoration: none;}
.header .header_mid ul li a:visited {text-decoration: none;}
.header .header_mid .phone{height: 90px;float: right;width: 12%;}
.header .header_mid .phone img{float: left; margin-top: 35px;}
.header .header_mid .phone p{font-size: 16px;color: #666666;margin-top: 35px;}
.header .header_mid ul li.active a{color: #e84567;} 


.banner{width: 100%;height: 450px;}


.nav1{width: 100%;height: 110px;border-bottom: 1px #e6e6e6 solid;}
.nav1  ul{list-style-type:none;height: 110px;width: 100%;margin: 0 auto;display: flex;justify-content: center;gap: 10px;}
.nav1  ul li{height: 110px;line-height: 110px;font-size: 20px;float: left; text-align: center; margin-left: 60px;}
.nav1  ul li a{color: #666666;}
.nav1  ul li a:hover {color: #e84567;text-decoration: none;}
.nav1  ul li a:visited {text-decoration: none;}
.nav1  ul li a.active{color: #e84567;}

.tp1{width: 100%;height: 100%;overflow: hidden;}
.tp{width: 32%;height: 454px;position: relative;overflow: hidden;float: left;margin-top: 3%; margin-right: 2%;background-color: #ffffff;border: 0.5px #f6f6f6 solid;box-shadow: rgba(200,200,200,.2) 1px 1px 1px 1px;}
.tp:nth-child(3){margin-right: 0;height: 454px;}
.tp:nth-child(6){margin-right: 0;height: 454px;}
.tp:nth-child(9){margin-right: 0;height: 454px;}
.tp img{width: 100%;height: 100%;transition: all .5s;} 
.tp:hover img{/* transform: scale(1.1); */transition: all .5s;}
.tp .title1{position: absolute;display: block;font-size: 18px;text-align: center;color: #333333;height: 580px;left: 0;top: 0;}
.tp .title1 img{width: 50px;height: 50px;-webkit-background-size:100% 100%;margin: 0;}
.tp .title1 h5{font-size: 22px;color: #ffffff;padding-top: 10px;line-height: 1.7;}
.tp .title1{display: flex;top:0;width:100%;height:100%;background: rgba(82,82,82,.9);left: 0;padding: 30px;scale: 0;transition: all .3s cubic-bezier(0.25, 0.1, 0.73, 1.08);opacity: 0;flex-wrap: wrap;align-items: center;justify-content: center;flex-direction: column;gap: 90px;}

.tp:hover .title1 {
    scale: 1;
    opacity: 1;
    gap: 30px;
}
.c .page p{text-align: center;line-height: 100px;display: block;}
.c .page p span{padding: 8px 14px;margin-left: 15px;font-size: 16px;color: #666666;border: 1px solid #ebebeb;}

.c .page {
    padding: 50px 0 10px;
}
.c .page p .current{color: #e84566;padding: 8px 14px;}
.c .page p a{padding: 8px 14px;margin-left: 15px;font-size: 16px;color: #666666;border: 1px solid #ebebeb;}
.maincontent{
    display: flex;
    width: 1350px;
    margin: 0 auto;
    gap: 40px;
    padding-top: 50px;
}
.maincontent .leftside{
    flex: 0 0 290px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 0px solid #e3e3e3;
}
.maincontent .leftside ul{
    padding: 22px 20px;
}

.maincontent .leftside ul li ul {
    padding: 0 0 0px;
    padding-left: 22px;
}
.maincontent .leftside ul>li{
    list-style: none;
    display: block;
    overflow: hidden;
    padding-left: 0px;
    line-height: 50px;
    color: #333;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    /* border-bottom: 1px dotted #cccccc; */
    padding-left: 10px;
}

.maincontent .leftside ul>li>ul li {
    border: none;
    font-size: 16px;
    line-height: 47px;
}

.maincontent .leftside ul>li>ul li a {
    color: #666;
}
.maincontent .leftside ul>li a{
    color: #555;
    transition: all .3s;
    text-decoration: none;
}

.maincontent .leftside>ul>li>a {
    line-height: 55px;
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 6px;
}

.maincontent .leftside>ul>li:last-child>a {
    border: 0;
}

.maincontent .leftside ul>li a.active {
    font-weight: bold;
    color: #e84567;
}

.maincontent .leftside ul>li a:hover {
    color: #e84567;
}
.maincontent .leftside ul>li a:hover{}
.maincontent .rightside{
    flex: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    /* border: 1px solid #eee; */
}
.maincontent .rightside .c{
    width: 100%;
}
.maincontent .rightside .tp1{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.maincontent .rightside .tp{
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    border: none;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    float: none;
    box-shadow: none;
    width: 100%;
}

.maincontent .rightside .tp:nth-child(3n) {
    border-right: 0;
}

.maincontent .rightside .tp>a {
    width: 340px;
    height: 340px;
    overflow: hidden;
    display: block;
}
.maincontent *{ }



@media (max-width:1400px){
  .header .header_mid{max-width: 95%;}
  .banner{max-width: 98%;}
  .header .header_mid ul li a{font-size: 14px;}
  .header .header_mid .nav {margin-left: 2%;width: 62%;}
  .header .header_mid .phone{width: 15%;}
  .header .header_mid ul li{height: 45px;line-height: 45px;float: left; text-align:center;margin-left: 3%;}
  .c{max-width: 96%;}
}

