@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    height: 100px;
    background: rgba(219, 15, 101, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-left: 15.652%;
}

.logo {
    float: left;
    line-height: 100px;
    width: 12.9%;
}

.logo img {
    width: 100%;
}

.nav {
    float: left;
    margin-left: 55px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    line-height: 100px;
    height: 100px;
    padding: 0 35px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: rgba(219, 15, 101, 0.5);
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.tel {
    height: 100px;
    line-height: 100px;
    float: left;
}

.tel span {
    font-size: 28px;
    color: #fff;
    font-family: "Times New Roman";
}

.tel img {
    margin-right: 10px;
    margin-top: -10px;
}

.banner .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: url(../images/left_banner.png) center no-repeat;
    left: 15.652%;
}

.banner .swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(../images/right_banner.png) center no-repeat;
    right: 15.652%;
}

.product {
    width: 100%;
    overflow: hidden;
    background: #f8f9fb;
    padding-top: 35px;
    padding-bottom: 115px;
}

.products {
    max-width: 1320px;
    margin: 45px auto 0;
}

.title {
    text-align: center;
}

.ctitle {
    font-size: 37px;
    color: #504e4e;
    font-weight: bold;
}

.etitle {
    font-size: 35px;
    color: #e1e3e4;
    margin-top: -5px;
}

.titleline {
    width: 26px;
    height: 5px;
    background: #db0f65;
    margin: 5px auto 0;
}

.proswiper img {
    width: 100%;
}

.pro {
    position: relative;
}

.pro_before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/probg.png) center no-repeat rgba(219, 15, 101, 0.5);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.8s;
}

.pro_before .promore img {
    width: auto;
}

.protitle {
    font-size: 20px;
    color: #fff;
    padding-top: 110px;
}

.protitles {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.promore {
    margin-top: 15px;
}

.pro:hover .pro_before {
    opacity: 1;
}

.pro_pic {
    overflow: hidden;
}

.pro_pic img {
    transition: all 0.8s;
}

.pro:hover .pro_pic img {
    transform: scale(1.1);
}

.about {
    width: 100%;
    overflow: hidden;
    background: #db0f65;
    position: relative;
}

.ab_pic {
    float: right;
    width: 53.4%;
}

.ab_pic img {
    width: 100%;
}

.abtitle {
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 80px;
    top: 45px;
}

.abtitles {
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 80px;
    top: 100px;
}

.abmain {
    width: 49.21875%;
    background: #f6dbe6;
    padding: 60px 70px 50px 70px;
    position: absolute;
    left: 80px;
    top: 140px;
}

.abmain_title span {
    font-size: 27px;
    color: #050505;
}

.abmain_title img {
    margin-right: 10px;
    margin-top: -25px;
}

.abmain_con {
    font-size: 15px;
    color: #151313;
    line-height: 2;
    margin-top: 20px;
}

.abmain_more a {
    display: block;
    width: 182px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    text-align: center;
    background: #f2c3d7;
    font-size: 16px;
    color: #db0f65;
    font-weight: 300;
}

.abmain_more {
    margin-top: 30px;
}

.fenlei {
    width: 100%;
    margin-top: 65px;
    position: relative;
}

.fenlei_pic img {
    width: 100%;
    display: none;
}

.fenlei_pic {
    margin-top: 55px;
}

.fenlei_list {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.fenlei_lists {
    max-width: 1320px;
    margin: auto;
    height: 115px;
    background: rgba(0, 0, 0, 0.4);
}

.fenleis {
    width: 18.7%;
    float: left;
    margin-right: 8.4%;
    text-align: center;
    height: 115px;
}

.fenleis:last-child {
    margin-right: 0;
}

.fenleis_pic {
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}

.fenleis p {
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
}

.fenleis.active {
    background: #db0f65;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
}

.news {
    max-width: 1320px;
    margin: auto;
}

.left_new {
    width: 25%;
    float: left;
    position: relative;
    margin-top: 120px;
}

.lnew_bg,
.lnew_bg img {
    width: 100%;
}

.lnew_title {
    font-size: 41px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 85px;
}

.lnew_line {
    width: 97px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 30px;
    bottom: 45px;
}

.right_new {
    width: 64.4%;
    float: right;
}

.rnew_title {
    overflow: hidden;
    height: 50px;
}

.rnew_title span:first-child {
    color: #333;
    font-size: 30px;
    display: block;
    line-height: 50px;
    float: left;
}

.rnew_title span:nth-child(2) {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 55px;
    float: left;
    margin-left: 50px;
}

.rnew_title span:nth-child(3) {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #943d90;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.rnew {
    margin-top: 5px;
}

.rnews {
    margin-top: 60px;
}

.newdate {
    font-size: 14px;
    color: #000;
}

.newtitle {
    font-size: 20px;
    color: #000;
    margin-top: 30px;
}

.newcon {
    font-size: 14px;
    color: #737373;
    line-height: 24px;
    margin-top: 25px;
}

.rnewmore {
    margin-top: 35px;
}

.rnewmore p {
    font-size: 14px;
    color: #000;
    margin-top: 30px;
}

.poster {
    width: 100%;
    overflow: hidden;
    margin-top: 115px;
}

.left_poster {
    float: left;
    width: 50.09%;
    border: 25px solid #db0f65;
	overflow:hidden;
}

.left_poster img {
    width: 100%;
	transition:all 0.8s;
}

.left_poster:hover img{
	transform:scale(1.1);
}

.right_poster {
    width: 49.91%;
    float: right;
}

.right_poster img {
    width: 100%;
}

.serie {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}

.series {
    max-width: 1680px;
    margin: 30px auto 0;
}

.ser {
    border: 3px solid #ebe8e8;
    text-align: center;
}

.ser p {
    font-size: 20px;
    color: #2e2d2d;
    line-height: 60px;
}

.ser_arrow {
    text-align: center;
}

.ser_arrow .swiper-button-prev {
    position: static;
    display: inline-block;
    margin-top: 55px;
    margin-right: 2px;
    background: url(../images/image_28.jpg) center no-repeat;
    width: 61px;
    height: 61px;
}

.ser_arrow .swiper-button-next {
    position: static;
    display: inline-block;
    margin-top: 55px;
    margin-left: 2px;
    background: url(../images/image_30.jpg) center no-repeat;
    width: 61px;
    height: 61px;
}

.link {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 95px;
}

.links {
    max-width: 1320px;
    margin: auto;
}

.lin {
    width: 25%;
    float: left;
    text-align: center;
}

.lin_title {
    font-size: 16px;
    color: #525252;
    font-weight: bold;
    margin-top: 20px;
}

.lin_titles {
    font-size: 14px;
    color: #525252;
    margin-top: 5px;
}

.lin img {
    transition: all 2s;
}

.lin:hover img {
    transform: rotateY(360deg);
}

.copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 85px;
    background: #1d1d1d;
    font-size: 14px;
    color: #fff;
}
.copy a{
	 font-size: 14px;
    color: #fff;
}

.foot {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: url(../images/fbg.png) top center no-repeat;
    padding-top: 60px;
}

.foots {
    max-width: 1320px;
    margin: auto;
}

.fnav {
    float: left;
    margin-left: 65px;
}

.ftitles {
    font-size: 26px;
    color: #ffffff;
}

.ftitleline {
    width: 52px;
    height: 3px;
    background: #ad2e28;
    margin-top: 5px;
}

.fnavs {
    overflow: hidden;
    margin-top: 20px;
}

.fn {
    float: left;
    margin-right: 120px;
}

.fn:last-child {
    margin-right: 0;
}

.fntitle {
    font-size: 17px;
    color: #fff;
}

.fnline {
    width: 54px;
    height: 1px;
    background: #575759;
    margin-top: 10px;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #cbc9c9;
    margin-bottom: 10px;
}

.flist {
    margin-top: 20px;
}

.fcontact {
    float: left;
    margin-left: 260px;
}

.fcontact .ftitleline {
    background: #db0f65;
    margin-top: 10px;
}

.fctitle {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

.fcon {
    overflow: hidden;
    margin-top: 25px;
}

.saoma {
    float: left;
}

.fcons {
    float: left;
    margin-left: 15px;
}

.fcons {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 40%;
    margin-top: -5px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.serswiper img {
    width: 100%;
}
.joinList{margin-top: 5%}
.joinList .til{color: #333333;text-align: center;margin-bottom: 3%}
.joinLi{width: 12.5% !important;text-align: center;padding:0 !important;margin:0 !important;}
.joinLi img{width: 100%;max-width: 128px;margin-bottom: 12%;cursor: pointer;}
.joinLi p{text-align: center;color: #333333}
.joinListBox{margin-bottom: 5%}

/*.joinForm{background: url(../img/hz_bg.png) center no-repeat;padding:4% 8%;margin-bottom: 5%}*/
.joinForm{background: url(../images/hz_bg1.png) center no-repeat;padding:4% 8%;margin-bottom: 5%}
.joinForm_left{width: 50%;box-sizing: border-box;padding-right: 5%;border-right: 1px dashed #757372}
.joinForm .til{color: #dbdfe4;text-align: center;margin-bottom: 4%}
.joinForm .makePageBtm_inputLeft{width: 18%}
.joinForm .makePageBtm_inputRight{width: 76%}
.joinForm .tip{color: #f00;line-height: 52px;margin-left: 2%;min-width:8px;}
.joinForm .makePageBtm_inputRight .radio{line-height: 52px;color: #fff;padding-left: 26px;background: url(../images/radioBg.png) center left no-repeat;margin-right: 35px;cursor: pointer;display:inline-block;}
.joinForm .makePageBtm_inputRight .radio.active{background: url(../images/radioBg_a.png) center left no-repeat;}
.joinForm .makePageBtm_inputBox{margin-bottom: 22px}
.joinForm .makePageBtm_inputRight .makePageBtm_p{width: 100%;box-sizing: border-box;border: 1px solid #a9a2a3;height: 50px;background: #dfdfdf;border-radius: 5px;text-indent: 10px;color: #a1a1a1;line-height: 50px;background:#dfdfdf url(../img/yx_jt.png) 94% center no-repeat;cursor: pointer;}
.joinForm .makePageBtm_ul{top:52px;left: 0px;width: 100%;box-sizing: border-box;border: 1px solid #a9a2a3;background:#dfdfdf;border-radius: 5px;padding:0 20px;max-height: 165px;display: none;z-index: 999}
.joinForm .makePageBtm_ul li{line-height: 40px;cursor: pointer;border-bottom:1px dashed #babac2;text-align: center;}
.joinForm .makePageBtm_ul li:last-child{border:none;}

.joinForm_right{width: 50%;box-sizing: border-box;padding-left: 4%;text-align: center;}
.makePageBtm_inputRight textarea{width: 100%;box-sizing: border-box;border: 1px solid #a9a2a3;height: 50px;background: #dfdfdf;border-radius: 5px;text-indent: 10px;color: #a1a1a1;cursor: pointer;min-height: 160px;padding-top:16px;}

.joinForm_right .makePageBtn_02{margin-left: 18%;margin-top: 6%;margin-bottom: 6%}
.joinForm_right .tipLast{color: #dbdfe4;text-align: center;margin-left: 3%}
.fnt_24 {
    font-size: 24px;
}
.fl {
    float: left;
    display: inline;
}
.fnt_16 {
    font-size: 16px;
}
.fr {
    float: right;
    display: inline;
}
.makePage .inBannerBox .inBanner_slide{background: url(../img/yx_banner2.png) right center no-repeat;}
.makePage .inBannerBox .inBanner_slideBox{left: auto;right: 75px}
.makePage .inBanner_slideBox .til{color: #fff;margin-bottom: 10px}
.makePage .inBanner_slideBox .til .span1{font-weight: bold;}
.makePage .inBanner_slideBox .line{width: 96px;height: 1px;background: #fff;margin-bottom:20px }
.makePage .inBanner_slideBox .desc{color: #fff;margin-bottom: 20px}
.makePage .inBanner_slideBox .desc2{color: #fff}
.makePageBtm{background: url(../img/yx_bg.png) center no-repeat;background-size: cover;padding:8% 0;}
.makePageBtm_til{color: #fff;text-align: center;margin-bottom: 4.5%}
.makePageBtm_li{width: 33.33%;border-right: 1px dashed #757372;box-sizing: border-box;padding-right: 1.2%}
.makePageBtm_liImg{text-align: center;padding-top: 0px;margin-bottom:12%}
.makePageBtm_li{text-align: center;}
.makePageBtm_inputLeft{width:14%;text-align: right;color: #dbdfe4;line-height: 52px;}
.makePageBtm_inputRight{width: 82%;}
.makePageBtm_inputRight input{width: 100%;box-sizing: border-box;border: 1px solid #a9a2a3;height: 50px;background: #dfdfdf;border-radius: 5px;text-indent: 10px}
.makePageBtm_inputBox{margin-bottom: 25px}

.makePageBtm_inputYZM input{width: 33%;margin-right: 2%;}
.makePageBtm_inputYZM img{width: 81px;height: 32px;margin-top: 10px;margin-right: 2%;}
.makePageBtm_inputYZM a{color: #a1a1a1;line-height: 52px}

.makePageBtn_01 {
    display: inline-block;
    width: 164px;
    line-height: 50px;
    background: #868686;
    color: #fff;
    text-align: center;
    margin-top: 0%;
}
.makePageBtn_02 {
    margin-top: 14%;
    background: #db0f65;
    color: #fff;
}

.fnt_14 {
    font-size: 14px;
}
.ser-bananr{
	display:none;
}