.jcontent{
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}
body{
    background-color: #fff;
}



/*nav*/
header{
	position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    height: 92px;
    background: #F00;
}
.xbanner{
    padding-top: 92px;
}
.xbanner.am-slider-default .am-control-nav{
    bottom: 10px;
}
.xbanner .am-direction-nav{
    display: none;
}
.head {
    margin: 0 auto;
    max-width: 1600px;
    padding-top: 22px;
}
.head .w{
    display: flex;
    justify-content: space-between;
}
.w:after {
    content: "";
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    width: 0;
}
.head-logo {
    float: left;
    /* margin-right: 15%; */
}
.head-logo a {
    display: block;
    /*width: 240px;
    height: 45px;
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -999em;
    background-size: 240px;*/
    width: 220px;
    position: relative;
    top: -12px;
}
.head-logo a img{
    /* width: 70px; */
    height: 35px;
    margin-top: 13px;
}
.head-logo a p{
    display: inline-block;
    color: #fff;
    font-size: 26px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 5px;
    left: 8px;
}
.head-tel {
    float: right;
}
.head-tel p {
    background: url(../images/head-tel.png) no-repeat 0 center;
    display: block;
    line-height: 24px;
    font-size: 18px;
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
}
.head-nav {
    float: right;
}
.head-nav li {
    float: left;
    margin-right: 25px;
}
.head-nav li a {
    display: block;
    background: rgba(255,0,0,0.1);
    line-height: 45px;
    font-size: 19px;
    padding: 0 10px;
    color: #fff;
    transition: all ease-out 0.3s;
    width: 120px;
}
.head-nav li a:hover, .head-nav li a.on {
	color:#FF6;
}
.head-nav nav>ul>li>ul{
    display: none;
}
.head-nav nav>ul>li>ul>li{
    float: none;
    margin: 0;
}
.head-nav nav>ul>li>ul>li a{
    font-size: 16px;

}
.head-nav nav>ul>li:hover ul{
    display: block;
}




/*banner*/

.j_banner{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.j_banner_box .am-direction-nav{
	display: none;
}
.j_banner_box.am-slider-default .am-control-nav{
	bottom: 20px;
}


/*舞美设备租赁*/
.recommend {
    padding: 0 0 30px 0;
    background: #fff;
}

.jcontent .title {
    width: 100%;
    text-align: center;
}
.jcontent .title .title-content {
    margin: 60px auto 50px;
    font-size: 32px;
    line-height: 45px;
    color: #000;
}
.recommend-area {
    position: relative;
    width: 100%;
}
.recommend-prev {
    /*display: flex;*/
    justify-content: space-between;
    height: auto;
}
.c{
	clear: both;
}
.recommend-prev-item {
    position: relative;
    transition: all 0.2s;
    width: calc(25% - 15px);
    height: 310px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px 4px rgba(0, 0, 0, 0.1);
}
.recommend-prev-item:nth-child(4n){
	margin-right: 0;
}
.recommend-prev-city {
    position: absolute;
    right: -10px;
    top: 14px;
    z-index: 2;
    width: 80px;
    height: 32px;
    background-color: #111111;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    transition: all .3s;
}
.recommend-prev-item > img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.recommend-prev-name {
    margin: 20px 20px 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.recommend-prev-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 14px 20px 6px 20px;
}
.recommend-prev-price {
    font-size: 36px;
    color: #f83244;
    font-family: 'DDIN';
}
.recommend-prev-price:before {
    content: '￥';
    font-size: 20px;
    color: #f83244;
    font-family: 'DDIN';
}
.recommend-prev-merchant {
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #666;
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.next-icon {
    opacity: 0;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e60012;
    background-image: url(../images/o_1crrkrgof1g2sebkc0tt461k6pj.png);
    background-size: 18px 15px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all ease;
    margin-top: 15px;
}
.recommend-prev-item:hover {
    transition: all 0.2s;
    box-shadow: 0 5px 20px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.recommend-prev-item:hover .recommend-prev-city{
    background-color: #e60012;
    transition: all .3s;
}
.white-cover:hover {
    opacity: 0.85;
}
.recommend-prev-item:hover .recommend-icon {
    opacity: 1;
    transition: 0.3s all ease;
}
.wmsbzl-box img{
    transform: scale(1);
    transition: all .3s;
}
.recommend-prev-item:hover .wmsbzl-box img{
    transform: scale(1.1);
    transition: all .3s;
}
.wmsbzl-box{
    width: 100%;
    height: 240px;
    overflow: hidden;
}



/*活动人员服务项目*/
.hdryfwxm{
	width: 100%;
    height: 704px;
    /* background: #F8F8F8; */
    background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/concerts-1150042_1920.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 60px 0;
}
.hdryfwxm h3{
	text-align: center;
	color: #fff;
	height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
}
.hdryfwxm .am-slider .am-slides>li .business_img{
	display: block;
    height: 220px;
    width: 290px;
    overflow: hidden;
    margin: 0px auto 25px;
    /* border-radius: 50%; */
    background: #000000;
    border-radius: 50px;
}
.hdryfwxm .am-slider .am-slides>li .business_img:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.hdryfwxm .am-slider .am-slides>li .business_img img{
	display: block;
    height: 220px;
    width: 290px;
    /* border-radius: 50%; */
    overflow: hidden;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}
.hdryfwxm .am-slider .am-slides>li .business_img:hover img{
	opacity: .7;
}
.hdryfwxm .am-slider .am-slides>li h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    perspective: inherit;
    font-weight: 500;
    font-size:26px;
    color: #fff;
    margin-top: 20px;
}
.hdryfwxm .am-slider-default{
	background-color: transparent;
}
.hdryfwxm .am-slider .am-slides>li p{
    height: 94px;
    line-height: 24px;
    overflow: hidden;
    font-size: 15px;
    color: #888;
    width: 255px;
    margin: 0px auto 32px;
    text-align: center;
    color: #fff;
}

.hdryfwxm .am-slider .am-slides>li .business_more{
	width: 136px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.hdryfwxm .am-slider .am-slides>li:hover .business_more{
    border:1px solid transparent;
}
.business_more span{
	margin: 1px;
	color: #fff;
    width: 132px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-family: Times New Roman;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    border-radius: 10px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.hdryfwxm .am-slider .am-slides>li:hover .business_more span{
	background-color: #e60012;
}
.hdryfwxm .am-slider-default{
	box-shadow: none;
}
.hdryfwxm .am-slider-default .am-control-nav{
	display: none;
}
.hdryfwxm .am-slider-default .am-viewport{
	margin: 0 -47.5px;
}
.hdryfwxm .am-slider-default .am-direction-nav .am-prev{
    left: -90px;
}
.am-slider-default .am-direction-nav .am-next{
    right: -90px;
}
.am-slider-default .am-direction-nav a{
    width: 60px;
    height: 60px;
    opacity: 1;
}
.am-slider-default .am-direction-nav a:before{
    content: '';
    font-size: 40px!important;
    line-height: 50px!important;
    height: 50px;
    background-image: url('../images/arrowl.png');
    background-size: cover;
    transition: all .5s;
}
.am-slider-default .am-direction-nav a:hover:before{
    content: '';
    background-image: url('../images/arrowl-w.png');
    background-size: cover;
    transition: all .5s;
}







.am-slider-default .am-direction-nav a.am-next:before{
    content: '';
    background-image: url('../images/arrowr.png');
    background-size: cover;
    height: 60px;
    line-height: 60px!important;
    transition: all .5s;
}
.am-slider-default .am-direction-nav a.am-next:hover:before{
    content: '';
    background-image: url('../images/arrowr-w.png');
    background-size: cover;
    transition: all .5s;
}




/*首页业务范围*/
.j_inywfw .title {
    text-align: center;
    margin: 60px 0px 42px;
}
.j_inywfw .title h3 {
    text-align: center;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
}
.j_inywfw .title p {
    line-height: 32px;
    font-size: 22px;
    color: #333;
}
.j_inywfw .pro_ul li {
    width: calc(25% - 12px);
    margin: 0px 15px 20px 0px;
    float: left;
}
.j_inywfw .pro_ul li:nth-child(4n){
    margin-right: 0;
}
.j_inywfw .pro_a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.j_inywfw .pro_ul li:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.j_inywfw .pro_a:hover .pro_name{
    background-color: #e60012;
    transition: all .3s;
    padding-top: 15px;
}
.j_inywfw .pro_a:hover .pro_name h4{
    color: #fff;
    transition: all .3s;
}
.j_inywfw .pro_a:hover .pro_name p{
    color: rgba(255,255,255,.7);
    transition: all .3s;
}
.j_inywfw .pro_img {
    width: 100%;
    /*height: 255px;*/
    overflow: hidden;
}
.j_inywfw .pro_img img {
    display: block;
    width: 100%;
    /*height: 255px;*/
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}
.j_inywfw .black_box {
    position: absolute;
    left: 0px;
    top: 200px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.j_inywfw .black_box span {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 150px;
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #fff;
}
.j_inywfw .pro_name {
    height: 100px;
    position: relative;
    padding: 8px 30px 0px;
    background: #F8F8F8;
    transition: all .3s;
}
.j_inywfw .pro_name h4 {
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    transition: all .3s;
}
.j_inywfw .pro_name p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all .3s; 
    text-align: center;
}
.j_inywfw .box_line {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background: #e60012;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}

.j_inywfw .more {
    width: 214px;
    height: 44px;
    border: 3px solid #333333;
    display: block;
    margin: 0 auto;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    clear: both;
    margin-top: 30px;
}
.j_inywfw .more:hover{
    border: 3px solid #e60012;
    transition: all .2s;
}
.j_inywfw .more:hover span{
    color: #fff;
    background-color: #e60012;
    transition: all .2s;
}
.j_inywfw .program .more {
    margin-top: 13px;
}

.j_inywfw .more span {
    border: 1px solid #fff;
    width: 208px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: Times New Roman;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    display: block;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.j_inywfw{
    padding-bottom: 20x;
}












.j_inhzhb .more {
    width: 214px;
    height: 44px;
    border: 3px solid #333333;
    display: block;
    margin: 0 auto;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    clear: both;
    margin-top: 30px;
}
.j_inhzhb .more:hover{
    border: 3px solid #e60012;
    transition: all .2s;
}
.j_inhzhb .more:hover span{
    color: #fff;
    background-color: #e60012;
    transition: all .2s;
}
.j_inhzhb .program .more {
    margin-top: 13px;
}

.j_inhzhb .more span {
    border: 1px solid #fff;
    width: 208px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: Times New Roman;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    display: block;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}















/*首页合作伙伴*/
.j_inhzhb .logoimg div{
    text-align: center;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.j_inhzhb .logoimg p{
    margin:0;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.j_inhzhb .client_out ul li{
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    height: 150px;
    overflow: hidden;
}
.j_inhzhb .client_out ul li img{
    width: 100%;
    transition: all .3s;
}
.j_inhzhb .client_out ul li:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.j_inhzhb .client_out ul li:nth-child(4n){
    margin-right: 0;
}
.j_inhzhb{
    padding-bottom: 60px;
}



/*首页关于我们*/
.j_inabout{
    padding-bottom: 60px;
}
.j_inabout .about-title {
    text-align: center;
    
}
.j_inabout .about-body {
    margin: 0 auto;
    width: 1260px;
    overflow: hidden;
}
.j_inabout .about-title h3{
    text-align: center;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
}
.j_inabout .about-body-info {
    float: left;
    width: 56%;
    padding-top: 24px;
}
.j_inabout .about-body-info p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 17px;
    text-indent: 40px;
    margin-top: 0;
}
.j_inabout .about-body-cover {
    float: right;
    width: 40%;
}
.j_inabout .about-body-cover figure {
    margin: 0;
    overflow: hidden;
}
.j_inabout .about-body-cover figure img {
    width: 100%;
    height: 328px;
    transition: all .3s;
}
.j_inabout .about-body-cover figure:hover img{
    transform: scale(1.1);
    transition: all .3s;
}
.j_inabout .about-body-cover figure video{
    width: 504px;
    height: 334px;
}



/*首页联系我们*/
.xuqiu {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/xuqiu.jpg) no-repeat top center;
    width: 100%;
    height: 577px;
    background-size: cover;
}
.xu-left {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    float: left;
    margin-left: 0;
    margin-top: 80px;
}
.xu-left .on {
    margin-bottom: 80px;
    padding-top: 20px;
}
.xu-left span {
    color: #fff;
}
.xu-right {
    float: right;
    width: 815px;
    color: #fff;
    margin-right: 0;
    font-size: 18px;
    margin-top: 50px;
}
.xu-right h3 {
    font-weight: normal;
    margin-bottom: 40px;
    border-bottom: 2px solid #e60012;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
}
.form2 ul {
    width: 400px;
    float: left;
    margin-bottom: 10px;
}
.form2 ul li {
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 0;
}
.form2 ul li span {
    width: 88px;
    display: inline-block;
    font-size: 18px;
}

.select-wrapper {
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 340px;
    height: 42px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: none;
    border-radius: 5px;
    border: 1px solid #6C6C6C;
    color: #fff;
}
.select-down {
    position: absolute;
    top: 21px;
    right: 12px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
}
.select-button {
    font: normal 16px '\5FAE\8F6F\96C5\9ED1';
    100%: ;
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    padding: 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    color: #fff;
}
.select-list {
    width: 238px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
}
.form2 .select-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
}
.form2 .select-list ul li {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    width: auto;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.form2 .select-list ul li.selected, .form2 .select-list ul li:hover {
    color: #fff;
    background: #6C6C6C;
}
.form2 ul li input[type=text] {
    height: 42px;
    width: 300px;
    padding: 0 5px;
    border: 1px solid #6c6c6c;
    background: none;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
.form2 ul li input[type=text].time {
    background: url(../images/xu2-2.png) no-repeat 320px center;
}








/*首页底部*/
.bottom {
    background: #000;
    padding: 24px 0;
    color: #fff;
    font-size: 15px;
}
.ma {
    text-align: center;
    width: 278px;
    float: left;
    padding-top: 5px;
    font-size: 0;
}
.bot {
    display: block;
    margin: 0 auto;
    margin-bottom: 26px;
}
.ma span {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.ma-r {
    width: 701px;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.ma-r a {
    color: #fff;
}
.ma-r p{
    margin: 0;
}

.choose span {
    width: 86px;
    display: inline-block;
    vertical-align: top;
}
.choose .radio {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 25px;
    cursor: pointer;
}
.choose .radio input {
    position: absolute;
    left: -9999px;
}
.choose .radio i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    outline: 0;
    border: 1px solid #6c6c6c;
    background: none;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.choose .radio input + i:after {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e60012;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.form2 input[type=submit] {
    width: 100%;
    height: 48px;
    display: block;
    margin: 20px auto;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
    transition: all .3s;
}
.form2 input[type=submit]:hover{
    color: #fff;
    background-color: #e60012;
    transition: all .3s;
}
.form2 p {
    text-align: center;
}
.form2 p span {
    color: #e60012;
}



.doc-box{
    padding: 60px 0 0;
}
.module-title h2 {
    opacity: .85;
    filter: alpha(opacity=85);
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 52px;
    margin:0;
    font-weight: 500;
    margin-bottom: 50px;
}
.module-title p {
    opacity: .4;
    filter: alpha(opacity=40);
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 26px;
    margin: 10px 0 40px 0;
}
[ui-type="card-img"] article {
    width: calc(25% - 15px);
    float: left;
    margin: 0 0 0 20px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

[ui-type="card-img"] article:nth-child(5){
    margin-left: 0;
}
[ui-type="card-img"] article:first-child {
    margin-left: 0;
}
[ui-type="card-img"] .detail-content {
    border: 1px solid #EBEBEB;
    height: 320px;
    overflow: hidden;
    border-top: none;
    background: #e60012;
    /*background: rgba(230,0,18,.6);*/
}
[ui-type="card-img"] .detail-content .img-wrap {
    height: 255px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
[ui-type="card-img"] .detail-content img {
    display: block;
    width: 100%;
    /*height: 255px;*/
    background: #CCC;
}
[ui-type="card-img"] .detail-content .icon-box {
    /*background: #e60012;*/
    background: rgba(230,0,18,.8);
    border: 0 solid #EBEBEB;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: -40px auto 0 auto;
    position: relative;
}
[ui-type="card-img"] .detail-content .icon {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 32px 32px;
    background-color: #e60012;
}
[ui-type="card-img"] .detail-content .detail {
    padding: 0 0 40px 0;
    -webkit-transform: translateY(-23px);
    -moz-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    -o-transform: translateY(-23px);
    transform: translateY(-23px);
    -webkit-transition: all 0.4s ease-in-out 0.05s;
    -moz-transition: all 0.4s ease-in-out 0.05s;
    -ms-transition: all 0.4s ease-in-out 0.05s;
    -o-transition: all 0.4s ease-in-out 0.05s;
    transition: all 0.4s ease-in-out 0.05s;
}
[ui-type="card-img"] .detail-content .detail h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0;
}
[ui-type="card-img"] .detail-content .detail p {
    opacity: .6;
    filter: alpha(opacity=60);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 5px 0 0 0;
    padding: 0 20px;
}
[ui-type="card-img"] .detail-content .link-btn {
    text-align: center;
    margin: 10px 0 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -ms-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}
[ui-type="card-img"] a {
    display: block;
    text-decoration: none;
}
[ui-type="card-img"] .detail-content .link-btn a {
    display: inline-block;
    width: 130px;
    height: 38px;
    color: rgba(0,0,0,0.85);
    font-size: 14px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
[ui-type="card-img"] .detail-content:hover .img-wrap {
    height: 170px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
[ui-type="card-img"] .detail-content:hover .detail {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
[ui-type="card-img"] .detail-content:hover .link-btn {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    filter: alpha(opacity=100);
}
[ui-type="card-img"] .detail-content .link-btn a:hover {
    background-color: #e60012;
    color: #FFF;
    border-color: #e60012;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.j_1280_2{
    display: none;
}



.footer-logo img{
    display: inline-block;
    /* width: 70px; */
    height: 35px;
}
.footer-logo p{
    display: inline-block;
    font-size: 26px;
    padding-left:10px;
    position: relative;
    top: -5px;
    left: 3px;
}

/*banner*/
.pgbanner {
    width: 100%;
    float: left;
    text-align: center;
    background: #F2F2F2;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: middle;
    background: #F2F2F2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 87px;
    /* max-height: 870px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.pgbanner figure {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    background: #F2F2F2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pgbanner figure img {
    width: 0;
    height: 0;
    display: none;
}




/*案例列表页*/
.num {
    margin-bottom: 20px;
    width: 100%;
    float: left;

}
.num-list {
    margin: 0 auto;
    max-width: 1600px;
}
.num-list ul {
    overflow: hidden;
    padding: 70px 0;
}
.num-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 2px solid #000;
    box-sizing: border-box;
}
.num-list li p:nth-of-type(1) {
    font-size: 60px;
    line-height: 90px;
    color: #e60012;
}
.num-list li p sup {
    font-size: 38px;
}
.num-list li p:nth-of-type(2) {
    font-size: 20px;
    line-height: 40px;
}
.num-list li:last-child {
    border-right: none;
}
.shuai {
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}
.zuixin {
    padding-left: 10px;
    border-left: 2px solid #e60012;
    font-size: 18px;
}
.anli {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
}
.anli ul.case_ul {
    width: 100%;
}
.anli ul.case_ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.anli ul.case_ul li:nth-child(3n) {
    margin-right: 0;
}
.anli ul.case_ul li a {
    color: #555;
}
.anli ul.case_ul li a.as {
    position: relative;
    height: 284px;
    overflow: hidden;
    display: block;
}
.anli ul.case_ul li:hover a.as img{
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    transform: scale(1.1);
}
.anli ul.case_ul li:hover p{
    background-color: #e60012;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}
.anli ul.case_ul li:hover p a{
    color: #fff;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}
.anli ul.case_ul li img {
    display: block;
    width: 100%;
    height: 284px;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}
.anli ul.case_ul li p {
    font-size: 14px;
    text-align: center;
    padding: 15px 0 30px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 16px;
    margin: 0;
}
.anli ul.case_ul li a {
    color: #555;
}

/*设备租赁综合页*/
.work {
    padding: 50px 0;
    text-align: center;
}
.work .mainTitle {
    width: 100%;
    line-height: 34px;
    font-weight: 100;
    font-stretch: ultra-condensed;
    font-size: 34px;
    font-family: 'MyriadPro-LightCond';
    text-align: center;
    letter-spacing: 0.18em;
    color: #434343;
}
.work .mainSub {
    width: 37px;
    height: 2px;
    margin: 25px auto 15px auto;
    background: #e60012;
}
.work .mainInfo {
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 2px solid #e60012;
    color: #434343;
    text-align: center;
    font-size: 30px;
}
.ser-list .ulbox {
    width: 100%;
    height: 740px;
    background: url(../images/ser-list-bg.jpg) center center no-repeat;
    transform: translate(0px, 0px);
    opacity: 1;
}
.ser-list .ulbox li {
    position: relative;
    width: 33.333%;
    height: 370px;
    float: left;
    border-right: 1px solid #635e5c;
    border-bottom: 1px solid #635e5c;
    text-align: center;
    box-sizing: border-box;
}
.ser-list .ulbox li .img {
    padding-top: 86px;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    height: 155px;
}
.ser-list .ulbox li .img img {
    max-width: 100%;
    line-height: 68px;
    display: inline-block;
}
.ser-list .ulbox li .img .imga {
    opacity: 1;
    display: inline-block;
    display: inline;
    filter: alpha(opacity=100);
    transition: opacity 1000ms;
}
.ser-list .ulbox li .img .imgb {
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    transition: opacity 1000ms;
}
.ser-list .ulbox li p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.ser-list .ulbox li .y {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 22px;
    font-family: "ythin";
}
.ser-list .ulbox li .more {
    font-size: 14px;
    line-height: 20px;
    color: #686664;
    font-family: "ythin";
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 6px;
    border-bottom: 3px solid #686664;
    display: block;
    width: 38px;
    transition: width 500ms,color 500ms,border 500ms;
    transition-delay: 0ms,200ms,200ms;
}
.alink {
    height: 79%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 40px;
    text-align: left;
    overflow: hidden;
}
.alink h3{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 35px;
}
.alink a {
    float: left;
    padding: 10px;
    color: #fff;
}
.slh {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}





.ser-list .ulbox li:hover {
    background: #d8362b;
    transition: all .5s;
}
.ser-list .ulbox li:hover .imga {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1000ms;
}
.ser-list .ulbox li:hover .imgb {
    display: inline-block;
    display: inline;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1000ms;
}
.ser-list .ulbox li:hover .more {
    width: 117px;
    color: #fff;
    border-color: #fff;
    font-weight: bold;
    transition-delay: 0ms,0ms,0ms;
}

/*首页泡泡悬停*/
.button_container{
    width: 176px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 40px;
}

.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: -6px;
  width: 100%;
}

.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    background: #F8F8F8;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    z-index: 100000;
}

.button_text_container1{
   position:relative;
   z-index: 10000;
   display: block;
   line-height: 24px;
   /*height: 30px;*/
   height: 46px;
   color: #333;
   font-size: 16px;
   font-weight: 600;
   transition: all .3s;
}
.button_text_container2{
   position:relative;
   z-index: 10000;
   display: block;
   line-height: 24px;
   max-height: 48px;
   overflow: hidden;
   font-size: 14px;
   color: #888;
   transition: all .3s;
}
.j_inywfw .pro_ul li:hover .button_text_container1{
    color: #fff;
    transition: all .3s;
}
.j_inywfw .pro_ul li:hover .button_text_container2{
    color: rgba(255,255,255,.7);
    transition: all .3s;
}
.j_inywfw .pro_ul li:hover .button_su_inner{
    background: #e60012;
    transition: all .3s;
}
.explode-circle {
   animation: explode 0.5s forwards;

}

.desplode-circle{
   animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(230, 0, 18,1);
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: rgba(230, 0, 18,1);
  }
}

@keyframes desplode {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: rgba(230, 0, 18,1);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(230, 0, 18,1);
  }
}

/*关于我们频道页*/
.gywm_content .dl {
    width: 100%;
    height: 420px;
    background: #dc372b;
}
.gywm_content .dd {
    float: left;
}
.gywm_content .dl .dd_img {
    width: 60%;
    height: 420px;
    background: url(../images/gy_header_bg.jpg) no-repeat left top;
}
.gywm_content .dl .dd_desc {
    width: 40%;
    height: 100%;
    padding: 80px 30px 50px 0px;
    box-sizing: border-box;
    background: url(../images/yw_bg.jpg) no-repeat;
}
.gywm_content .dl .dd_desc h3{
	color: #fff;
	font-size: 52px;
	line-height: 52px;
}
.gywm_content .dl .dd_desc h4{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 25px;
}
.gywm_content .dl .dd_desc h5{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px;
}
.gywm_content .dl .dd_desc p{
	color: #fff;
	font-size: 14px;
}
.gywm_content .dl .dd_desc span{
	display: block;
	width: 285px;
	height: 1px;
	background-color: #fff;
}
.gywm_content .hd_bg {
    background: #f9f9f9;
    padding: 0 20px;
}
.gywm_content .hd_bg .hd_text {
    padding-top: 65px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
}
.gywm_content .hd_bg .l_t {
    /* float: left; */
    flex: 1;
    padding-right: 30px;
    padding-bottom: 20px;
    /* width: 600px; */
}
.gywm_content .hd_bg .l_t p {
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 2em;
}
.gywm_content .hd_bg .l_t h4{
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 22px;
    padding-left: 26px;
}
.gywm_content .hd_bg .r_i {
    width: 480px;
    /* float: right; */
}
.gywm_content .hd_bg .r_i img {
    max-width: 100%;
}




/*选项卡样式*/
#subchannel {
    margin-bottom: 20px;
}
.subchannellist {
    text-align: center;
}
.subchannellist li {
    display: inline-block;
}
.subchannellist .depth1 {
    font-weight: normal;
}
.subchannellist li a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin: 0 5px;
    color: #666;
    font-size: 16px;
    border-radius: 3px;
}
.subchannellist li a.active:after{
    width: 50%;
}
.subchannellist li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background: #e60012;
    transition-duration: .5s;
}
.subchannellist li a:hover:after {
    width: 50%;
}
#subchannel_main{
	position: relative;
	top: -30px;
}



/*案例详情页*/
.show_anli_title1{
    color: #e60012;
    font-size: 24px;
}
.show_anli_title2{
    font-size: 20px;
}
.show_anli_box{
    padding: 50px 0;
}
.show_anli_titlebox{
    padding-bottom: 30px;
}



/*联系我们*/
.form-box {
    padding: 60px 0;
}
.layui-row:after, .layui-row:before {
    content: '';
    display: block;
    clear: both;
}
.b-l-f-box {
    border-right: 1px solid #ccc;
}
.layui-col-md6 {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.b-l-f {
    width: 90%;
    text-align: center;
}
.form-title {
    height: 63px;
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 63px;
    color: #444;
    border-bottom: 2px solid #df1020;
}
.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.b-l-f .layui-form-item {
    margin-bottom: 18px;
}
.b-l-f .layui-input-block {
    min-height: 36px;
    margin-left: 0;
}
.b-l-f .layui-input-block input {
    height: 50px;
    padding: 0 18px;
    font-size: 18px;
    line-height: 30px;
    color: #8D8D8D;
    background: #f3f3f3;
    border: 0px;
    display: block;
    width: 100%;
    border-radius: 2px;
}
.form-btn {
    width: 200px;
    height: 40px;
    margin-top: 10px;
    font-size: 22px;
    color: #df1020;
    background: #fff;
    border: 2px solid #df1020;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    vertical-align: middle;
}
.b-r-text {
    width: 90%;
    float: right;
}
.b-r-text h3 {
    margin: 10px 0 26px 0;
    font-size: 40px;
    line-height: 64px;
    font-weight: 500;
}
.b-r-text span {
    color: #e60012;
}
.b-r-text .dest {
    height: 126px;
    color: #444;
    font-size: 20px;
    line-height: 42px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin:0;
}
.b-r-text .con {
    margin-top: 42px;
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
}
.b-r-text .iphone {
    color: #444;
    font-stretch: condensed;
    font-size: 24px;
    font-family: 'MyriadPro-Cond_0';
    margin-top: 5px;
    margin-bottom: 0;
}




/*show_sbzl*/
.case {
    margin-bottom: 60px;
    padding-top: 60px;
}
.left {
    float: left;
}
.case .case_nav {
    width: 240px;
}
.case .case_nav .bt {
    font-weight: bold;
    color: #fff;
    width: 240px;
    padding: 13px 0;
    text-align: center;
    background: #333;
}
.case .case_nav .list {
    background: #f4f4f4;
    padding: 5px;
}
.case .case_nav .list > li .boxsb {
    font-size: 12px;
    color: #666;
    padding: 14px 0;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    position: relative;
}
.case .case_nav .list > li .on {
    background: #d5231b;
    color: #fff;
}
.case .case_nav .list > li .boxsb .wz {
    text-align: center;
    margin:0;
}
.case .case_nav .list > li .boxsb .wz:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 16px;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
}
.case .case_nav .list > li .on .wz:before {
    background: #fff;
}
.right{
    float: right;
}
.sbzl_tt{
    width: 76%;
}
.sbzl_tt .l1 {
    width: 85px;
    height: 3px;
    background: #d5231b;
    margin: 0;
}
.sbzl_tt .l3 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sbzl_tb img{
    width: 100%;
}
.pt-50{
    padding-top: 50px;
}
.sbzl_tb .am-slider-b1{
    box-shadow: none;
    width: 100%;
}
.sbzl_tb .am-slider-b1 .am-direction-nav a:before{
    content: '';
    background-image: url(../images/case_left2.png);
    background-size: cover;
    width: 32px;
    height: 64px;

}
.sbzl_tb .am-slider-b1 .am-direction-nav a{
    background-color: transparent;
    width: 32px;
    height: 64px;
    opacity: 1;
}
.sbzl_tb .am-slider-b1 .am-direction-nav a.am-next:before{
    content: '';
    background-image: url(../images/case_right2.png);
}
.sbzl_tb .am-slider-b1 .am-direction-nav a.am-prev{
    left: -32px;
}
.sbzl_tb .am-slider-b1 .am-direction-nav a.am-next{
    right: -32px;
}

/*资料下载*/
.neimenu {
    text-align: center;
    width: 100%;
    border-bottom: #e60012 solid 1px;
    /*height: 17px;*/
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 10px;
}
.neimenu div {
    display: inline-block;
}
.neimenu div a {
    float: left;
    line-height: 30px;
    background: #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    color: #6d6d6d;
    border: #6d6d6d solid 1px;
    margin: 0 8px;
}
.neimenu div a:hover {
    color: #de0a1e;
    border: #de0a1e solid 1px;
}
.newsline a {
    display: inline-block;
    float: left;
    height: 132px;
    width: 100%;
    padding: 0 20px;
    transition: all ease 0.3s;
}
.newsline a .newstime {
    border-right: #d7dde3 solid 1px;
    width: 178px;
    float: left;
    height: 63px;
    margin-top: 37px;
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.newsline a .newstime .newstime_top {
    font-size: 47px;
    color: #f73232;
    line-height: 50px;
}
.newsline a .newstime .newstime_bot {
    font-size: 16px;
    color: #787878;
    line-height: 18px;
    text-transform: uppercase;
}
.newsline a .newtext {
    padding-left: 32px;
    width: 840px;
    float: left;
}
.newsline a .newtext .newtitle {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #575757;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    margin-top: 32px;
}
.newsline a .newtext .ntime {
    display: none;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #787878;
    line-height: 22px;
}
.newsline a .newtext .newsmall {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #787878;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.newsline a .newsjiantou {
    margin-left: 27px;
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    height: 100%;
    width: 13px;
    float: left;
}
.newsline a .newsjiantou .newsjiantou2 {
    display: none;
}
.newsline a:hover {
    padding-left: 0px;
    transition: all ease 0.3s;
    background: #f73232;
}
.newsline a:hover .newstime_top {
    color: #FFFFFF;
}
.newsline a:hover .newstime_bot {
    color: #FFFFFF;
}
.newsline a:hover .newtitle {
    color: #FFFFFF;
}
.newsline a:hover .newsmall {
    color: #FFFFFF;
}
.newsline a:hover .newsjiantou .newsjiantou1 {
    display: none;
}
.newsline a:hover .newsjiantou .newsjiantou2 {
    display: block;
}
.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
}
.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E12234;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E12234;
    color: #fff;
}
.pagess ul li a {
    display: block;
    color: #999;
}
.pagess ul li:hover {
    background: #E12234;
    color: #fff;
    border: 1px solid #E12234;
}
.pagess ul li:hover a {
    color: #fff;
}
.content_jsxz {
    overflow: hidden;
}
.content_jsxz ul li {
    width: 582px;
    height: 133px;
    border: 2px solid #EDEDED;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.content_jsxz ul li:nth-child(2n){
	margin-right: 0;
}
.content_jsxz ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 29px 52px;
}
.content_jsxzl {
    display: block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-top: 8px;
}
.content_jsxzs {
    font-size: 18px;
    color: #000;
    width: 290px;
    display: block;
    height: 69px;
    line-height: 33px;
    margin-left: 42px;
}
.content_jsxzr {
    display: block;
    width: 33px;
    height: 33px;
    margin-top: 20px;
    background: url(../images/qgyj.png) no-repeat center;
}
.content_jsxz ul li:hover {
    border: 2px solid #e60012;
}
.content_jsxz ul li:hover .content_jsxzr {
    background: url(../images/qgyj2.png) no-repeat center;
}
.pages_num {
    width: 55px !important;
}
#yema .pages2 a {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #C6C6C6;
    /* background-color: #c6c6c6; */
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pages_btn {
    width: 55px !important;
}
#yema .pages2 span {
    vertical-align: middle;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #e60012;
    display: inline-block;
    font-size: 14px;
}
.yema2{
	height: 35px;
	margin-bottom: 60px;
}





/*新闻资讯*/
.list_news ul li>a{
    display: block;
}
.list_news ul li{
    padding:30px 0;
    border-bottom: 1px solid #EDEDED;
}
.news_imgbox{
    margin-right: 30px;
    width: 240px;
    height: 154px;
    overflow: hidden;
}
.news_imgbox img{
    width: 100%;
}
.news_textbox h4{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}
.news_textbox p{
    color: #666666;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 22px;
}
.news_textbox{
    width: 77%;
    line-height: 30px;
}
.news_textbox_btn{
    color: #fff;
    background-color: #e60012;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_textbox_btn:hover{
    opacity: .7;
    color: #fff;
}
.newsdate{
    color: #e60012;
}



.list_news{
	padding: 60px 0;
}

/*show_news*/
.newshowbox {
    width: 835px;
    padding: 30px 0;
    float: left;
}
.newshow_title {
    padding-bottom: 16px;
}
.newshow_name {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}
.newshow_zx {
    margin-top: 20px;
}
.newshow_zx div {
    float: left;
    font-size: 14px;
    color: #999999;
}
.newshow_follow {
    margin-right: 20px;
}
.newshow_cont {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
}
.newshow_cont p {
    margin-bottom: 40px;
}
.newshowbox_r {
    width: 306px;
    float: right;
    margin: 0 0 50px 0;
}
.newshow_pjs {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    display: none;
}
.newshow_pjs_fx {
    float: right;
}
.newshow_back {
    float: right;
    font-size: 14px;
    margin-top: 25px;
}
.newshowbox_r_b {
    padding: 0 20px;
    margin-top: 32px;
    width: 306px;
    /* height: 343px; */
    padding-bottom: 25px;
    border: 7px solid #e60012;
}
.newshowbox_r_b_prev {
    border-bottom: 1px solid #e60012;
    padding-bottom: 26px;
}
.show_prev_title {
    font-size: 20px;
    color: #555555;
    font-weight: 600;
    margin-top: 30px;
}
.show_prev_name {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.newshow_back a {
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*视频下载*/
.z_new_list {
    overflow: hidden;
    background: #f7f7f7 !important;
    padding-top: 42px !important;
}
.z_nycontnewscb {
    overflow: hidden;
    margin-top: 30px;
}
.z_nycontnewscb ul {
    overflow: hidden;
}
.z_nycontnewscb ul li {
    float: left;
    width: 32%;
    margin-right: 23px;
    margin-bottom: 30px;
}
.z_nycontnewscbt {
    display: block;
    width: 100%;
    position: relative;
}
.z_nycontnewscbtt {
    width: 100%;
    display: block;
}
.z_nycontnewscbtt {
    overflow: hidden;
}
.z_nycontnewscb li .z_nycontnewscbtt img {
	width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition: top .4s ease-in,-webkit-transform .6s linear;
    transition: top .4s ease-in,transform .6s linear;
}
.z_nycontnewscbtb {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background: rgba(0,0,0,.7);
}
.z_nycontnewscbtbl {
    padding-left: 20px;
}
.z_nycontnewscbtbll {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    float: left;
    margin-right: 20px;
}
.z_nycontnewscbtbl b {
    margin-right: 10px;
}
.z_nycontnewscbtbll {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    float: left;
    margin-right: 20px;
}
.z_nycontnewscbtbr {
    width: 50px;
    height: 50px;
    background: #e60012;
}
.z_nycontnewscbtbr {
    display: block;
    text-align: center;
    line-height: 50px;
    font-family: 宋体;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.z_nycontnewscbb {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.z_nycontnewscbb {
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
    margin-top: 20px;
}
.z_nycontnewscbb {
    display: block;
}
.z_nycontnewscb li:hover .z_nycontnewscbtt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.z_nycontnewscb li:hover .z_nycontnewscbb {
    color: #e60012;
}





.hdrybox{
    padding-top: 92px;
    margin-bottom: 40px;
}
.mt-40{
    margin-top: 40px;
}
.mt-70{
    margin-top: 70px;
}
.model_message {
    height: 49px;
    line-height: 49px;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    margin-bottom: 42px;
    overflow: hidden;
    position: relative;
}
.model_message+div img{
    width: 100%;
}
.model_message dl dt {
    float: left;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-right: 24px;
}
.model_message dl dd {
    float: left;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    margin-right: 16px;
    margin-top: 0;
}
.model_message dl dd span {
    color: #333;
    margin-left: 4px;
}
.back {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    background: #DD1629;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
}
.hdryvideo{
    min-height: 600px;
    max-width: 100%;
}
.recommend-prev-item.hdrylist{
    width: calc(20% - 20px);
    margin-right: 25px;
    height: 290px;
}
.recommend-prev-item.hdrylist .recommend-prev-name{
    margin-top: 15px;
}
.recommend-prev-item.hdrylist:nth-child(5n){
    margin-right: 0;
}



.hdryfwxm.hdryfwxm1 {
    background-image: none;
}
.hdryfwxm.hdryfwxm1 h3 {
    text-align: center;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
}
.hdryfwxm.hdryfwxm1 .am-slider .am-slides>li h4{
    color: #333;
}
.hdryfwxm.hdryfwxm1 .am-slider .am-slides>li p{
    color: #333;
}
.hdryfwxm.hdryfwxm1 .am-slider .am-slides>li .business_more{
    border-color: #333;
}
.hdryfwxm1 .business_more span{
    color: #333;
    margin:2px;
    width: 130px;
    height: 34px;

}
.hdryfwxm.hdryfwxm1 .am-slider .am-slides>li:hover .business_more span{
    color: #fff;
}
.hdryfwxm1 .am-slider-default .am-direction-nav a.am-next:hover:before{
    background-image: url('../images/arrowr.png');
}


.hdry_erji ul li{
    display: inline-block;
    border: 1px solid #e60012;
    margin-right: 10px;
}
.hdry_erji{
    padding-left: 45px;
}
.hdry_erji ul li a{
    color: #e60012;
    font-size: 14px;
    padding: 0 5px;
    display: block;
}
.hdry_erji ul li a.active{
    background-color: #e60012;
    color: #fff;
}
#yema .pages a{
    width: auto;
    min-width: 24px;
    padding: 0 5px;
}
#yema{
    height:30px;
}
.ycjm_tp video{
    height: 355px;
}
.ycjm_tp>*{
    width: calc(50% - 13px);
    margin-right:20px;
    display: inline-block;
}
.ycjm_tp>*:nth-child(2n){
    margin-right: 0;
}

.anlibox{
    overflow: hidden;
}
.anlibox p{
    overflow: hidden;
}
.anlibox p img{
    width: 48% !important;
    margin-right: 1%;
    height: auto !important;
    float: left;
}
.anlibox{
    padding-bottom: 50px;
}
.wbqd{
    font-weight: 600;
    color: #e60012;
}
.zslz_xq h3{
    font-size: 24px;
}

.fwys{
    background-image: url('../images/20211029031657379.png');
}
.hdch_content h4{
    text-align: center;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-top:60px;
    padding-bottom: 20px;
}
.fwys div{
    width: 50%;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 20px;
}
.fwys div ul li{
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;

}
.fwys div ul li:first-child{
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #e60012;
    padding-bottom: 20px;
}
.fwtd ul li{
    background-image: url('../images/20211029040732250.png');
    background-repeat: no-repeat;
    float: left;
    width: 20%;
    background-size: cover;
    padding: 65px 15px 105px 30px;
}
.fwtd ul li:nth-child(2n){
    background-image: url('../images/20211029040741762.png');
}
.fwtd ul li p.fwtd_num{
    color: #DFDFDF;
    font-size: 50px;
    font-weight: 600;
}
.fwtd ul li p.fwtd_title{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
}
.fwtd ul li p.fwtd_content{
    margin-top: 10px;
    font-size: 15px;
}
.fwtd ul li p{
    margin: 0;
}
.fwlc{
    clear: both;
}
.fwlc>div{
    background-image: url('../images/20211029060532114.png');
    padding-bottom: 70px;
    background-repeat: no-repeat;
}
.fwlc ul li div{
    display: inline-block;
    width: 520px;
}
.fwlc ul li{
    text-align: right;
}
.fwlc ul li:nth-child(2n){
    text-align: left;
}
.fwlc ul li div{
    text-align: left;
    padding-top: 27px;
}
.fwlc ul li div p{
    margin: 0;
}
.fwlc ul li div p.fwlc_title{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.fwlc ul li div span{
    display: block;
    width: 200px;
    height: 1px;
    background-color: #333;
}
.fwlc ul li:nth-child(2n) div{
    text-align: right;
}
.fwlc ul li:nth-child(2n) div span{
    position: relative;
    left: 320px;
}
.fwlc ul li:nth-child(2) div{
    padding-top: 27px;
}
.fwlc ul li:nth-child(3) div{
    padding-top: 27px;
}
.sysxzb img{
    width: 100%;
}
.sysxzb{
    margin-bottom: 50px;
}
@media(max-width: 1405px){
    .head-nav li{
        margin-right: 10px;
    }
}
@media (max-width: 1389px){
    .head-nav li a{
        font-size: 18px;
    }
    header{
        padding: 0 20px;
    }
    .head-nav li{
        margin-right: 10px;
    }
}
@media(max-width: 1325px){
    .head-nav li{
        margin-right: 0;
    }
}
@media (max-width: 1281px){
    .head-nav li a{
        font-size: 17px;
        width: 116px;
    }
    .head-nav li{
        margin-left: 0;
        margin-right: 0;
    }
    .jcontent{
        max-width: 1200px;
    }
    .j_1280_1{
        display: none;
    }
    .j_1280_2{
        display: block;
    }
    .hdryfwxm .am-slider-default .am-viewport{
        width: 100%;
        margin:auto;
    }
}
@media(max-width: 1243px){
    .head-nav li a{
        width: 105px;
    }
}
@media (min-width: 978px){
    .form-box {
        padding: 30px 20px;
    }
}
