a {
    display: block;
}

/* 轮播 */

.swiper-container {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.banner a {
    width: 100%;
    height: 100%;
}

/* 搜索 */

.sous {
    height: 100px;
    margin-bottom: 55px;
    background: #dc001d;
}

.sous_center {
    height: 100px;
    position: relative;
}
.sou_s {border-right: 1px solid #ee808e;}
.sous_th {
    width: 220px;
    height: 100px;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #ee808e;
}

.sous_th label a{
    color: #ffffff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 220px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: 14px;
}

.sous_th img {
    position: relative;
    top: 20px;
}

.sous_th img:hover {
    animation: mytop 0.8s;
}

@keyframes mytop {
    0% {
        top: 0;
    }
    50%{
    	top: 20px;
    }
    100% {
        top: 0px;
    }
}
/* 搜索框 */

.sous_k {
    width: 517px;
    height: 100px;
    position: absolute;
    right: 0;
    
}

.sous_input {
    width: 395px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ee808e;
    position: absolute;
    right: 0;
    top: 28px;
}

.sea {
    width: 300px;
    padding-left: 22px;
    border-radius: 20px;
    height: 42px;
    color: #ffffff;
    background: inherit;
}

.sea::placeholder {
    color: #ffffff;
}

.sea_img {
    border: 0;
    position: absolute;
    right: -1px;
    top: 0;
    outline: none;
    cursor: pointer;
    background: inherit;
}

/* 搜索框结束 */

/* 标题 */

.bt {
    height: 82px;
    margin-bottom: 52px;
}

.bt_center {
    height: 82px;
    text-align: center;
}

.bt_red {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #dc001d;
}

.bt_small {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
    margin-top: 12px;
}

.bt_eng {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #e6e6e6;
    margin-top: 2px;
}

/* title */

.everbt, .everbt_center {
    height: 100%;
}

.everbt_tit {
    width: 676px;
    margin: 0 auto;
}

.everbt_tit a {
    width: 108px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding-left: 57px;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    background: url(../images/b.png) 28px no-repeat;
}

.everbt_tit .on {
    color: #ffffff;
    background: url(../images/a.jpg) center no-repeat;
}

/* 产品 */

.cp {
    height: 600px;
    margin-top: 30px;
    margin-bottom: 58px;
}

.cp_center {
    height: 600px;
}

.cp_big {
    height: 508px;
    margin-left: -29px;
    margin-bottom: 40px;
}

.cp_big div {
    width: 241px;
    height: 208px;
    padding: 15px;
    float: left;
    margin-left: 29px;
    margin-bottom: 28px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #e4e4e4;
}

.cp_big div:hover {
    transition: .6s;
    border: solid 1px #e8314d;
}

.cp_img, .cp_img img {
    width: 240px;
    height: 181px;
    overflow: hidden;
    transition: .6s;
}

.cp_img img:hover {
    transform: scale(1.2)
}

.cp_a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #d83648;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp_more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-color: #dc001d;
}

.cp_more:hover {
    transition: .6s;
    color: #dc001d;
    border: 1px solid #dc001d;
    background-color: inherit;
}

/* 定制设计 */

.sj {
    height: 550px;
    background: url(../images/sj.jpg) center no-repeat;
    margin-bottom: 60px;
}

.sj_center {
    height: 550px;
    position: relative;
}

.sj_bt {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 66px;
}

.sj_small {
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    top: 112px;
    text-align: center;
}

.sj_four {
    width: auto;
    height: 225px;
    position: absolute;
    top: 186px;
    cursor: pointer;
    background: url(../images/sjjt.png) 0px no-repeat
}
.sj_everonr:nth-child(4){margin-right:0!Important;}
.sj_everonr {
    width: 225px;
    height: 225px;
    float: left;
    margin-right: 92px;
    position: relative;
    background: url(../images/sjk.png) center no-repeat;
}

.sj_everonr:hover {
    transition: .6s;
    background: url(../images/sjred.png) center no-repeat;
}

.sj_logo {
    width: 48px;
    height: 48px;
    position: relative;
    top: 50px;
    margin: 0 auto;
}

.sj_xqiu {
    width: 200px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #999999;
    margin: 0 auto;
    position: relative;
    top: 62px;
}

.sj_everonr:hover .sj_xqiu, .sj_everonr:hover .sj_ing {
    color: #ffffff;
    transition: .8s;
}

.sj_everonr:hover .sj_tub0 {
    background: url(../images/sj-1.png) center no-repeat;
}

.sj_everonr:hover .sj_tub1 {
    background: url(../images/sj-2.png) center no-repeat;
}

.sj_everonr:hover .sj_tub2 {
    background: url(../images/sj-3.png) center no-repeat;
}

.sj_everonr:hover .sj_tub3 {
    background: url(../images/sj-4.png) center no-repeat;
}

.sj_ing {
    width: 130px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999999;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 66px;
}

.sj_tub0 {
    background: url(../images/sj1.png) center no-repeat;
}

.sj_tub1 {
    background: url(../images/sj2.png) center no-repeat;
}

.sj_tub2 {
    background: url(../images/sj3.png) center no-repeat;
}

.sj_tub3 {
    background: url(../images/sj4.png) center no-repeat;
}

.sj_a {
    width: 203px;
    height: 48px;
    color: #ffffff;
    line-height: 48px;
    font-size: 14px;
    border-radius: 23px;
    text-align: center;
    position: relative;
    top:440px;
    margin: 0 auto;
    background-color: #dc001d;
}

.sj_a:hover {
    transition: .6s;
    color: #dc001d;
    background: inherit;
    border: 1px solid #dc001d;
}

/* 理由 */
.ly{
    height: 802px;
}
.ly_center{
    height: 802px;
    position: relative;    
}
.ly_bt{
    width: 761px;
    height: 90px;
    line-height: 90px;
    position: relative;
    margin: 0 auto;
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 74px;
    background: url(../images/ly_bg.png) center no-repeat;
}

.ly_big{
    height: 576px;
    margin-bottom:66px;
    margin-right: -38px;

}
.ly_everone{
    float: left;
    width: 368px;
    height: 576px;
    cursor: pointer;
    margin-right: 38px;
    background: #f3f5f6
}
.ly_img,.ly_img img{
    width: 368px;
    height: 326px;
    overflow: hidden;
    transition: .6s;
}
.ly_img img:hover{
    transform: scale(1.2);
}
.ly_jies{
    width: 284px;
    height: 75px;
    line-height: 98px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin: 0 auto;
    border-bottom: 1px solid #bababa;
}

.ly_nr{
    width: 276px;
    height: 84px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
	color: #666666;
}

/* 客户选择 */
.xz{
    height: 616px;
    margin-bottom: 60px;
    background: url(../images/khxz.jpg) center no-repeat;
}
.xz_center{
    height: 616px;
    position: relative;
}


/* 滑动 */

.az_everone {
    height: 253px;
    position: relative;
    margin: 0 auto;
    top: 195px;
    margin-bottom: 56px;
}

.az_lunbo {
    width: 1180px;
    height: 253px;
    overflow: hidden;
}

.az_tuw {
    width: 265px !important;
    height: 253px !important;
    position: relative;
}

.az_tuw:hover {
    transition: .6s;
}

.az_img, .az_img img {
    width: 265px;
    height: 195px;
    overflow: hidden;
    transition: .6s;
}

.az_img img:hover {
    transform: scale(1.2)
}

.az_year {
    width: 265px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #222222;
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: .6s;
    background: #ffffff;
}
.az_year:hover{
    background: #dc001d;
    color: #ffffff;
}

/* 滑动 */


.xz_more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 188px;
    background-color: #dc001d;
}

.xz_more:hover {
    transition: .6s;
    color: #dc001d;
    border: 1px solid #dc001d;
    background-color: inherit;
}

/* 公司简介 */
.jianj{
    height: 530px;
    margin-bottom: 54px;
}
.jianj_center{
    height: 530px;
    position: relative;
}
.jianj_title{
    width: 530px;
    height: 53px;
    line-height: 76px;
    padding-left: 10px;
    font-size: 24px;
	color: #666666;
    background: url(../images/jianj.png) center no-repeat;

}

.jianj_nr{
    width: 630px;
    height: 132px;
    font-size: 14px;
	line-height: 26px;
    color: #666666;
    margin-top: 28px;
}
.jianj_four{
    width: 542px;
    height: 144px;
    margin-top: 90px;
    margin-left: -30px;

}
.jianj_everone{
    width: 240px;
    height: 44px;
    float: left;
    margin-left: 30px;
    margin-bottom: 50px;
    cursor: pointer;
}
.jianj_logo{
    float: left;
}
.jianj_js{
    width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 2px;
    color: #333333;
    float: left;
    margin-left: 16px;
}
.jianj_bt{
    width: 170px;
    height: 20px;
    line-height: 22px;
    margin-left: 16px;
    float: left;
    font-size: 14px;
	color: #b2b2b2;
}
.jianj_hs{
    position: absolute;
    right: 0;
    top: 0;
    width: 169px;
	height: 529px;
	background: #f3f4f8;
}
.jianj_img{
    position: absolute;
    top: 66px;
    right: 10px;
}

.jianj_img,.jianj_img img{
    width: 431px;
	height: 390px;
    overflow: hidden;
    transition: .6s;
}
.jianj_img img:hover{
    transform: scale(1.2)
}

/* 货架产品 */
.huoj{
    height: 473px;
    margin-bottom: 48px;
    background: url(../images/huoj.jpg) center no-repeat;
}
.huoj_center{
    height: 473px;
    position: relative;
}
.huoj_bt{
    width: 100%;
    height: 40px;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top:74px;
}
.huoj_small{
    width: 100%;
    height: 22px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top:136px;
}
.huoj_lx{
    width: 677px;
    height: 33px;
    position: absolute;
    left: 122px;
    bottom:72px;
}
.huoj_lx div{
    width: 246px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    float: left;
    padding-left: 50px;
    font-size: 20px;
	font-weight: bold;
}
.huoj_zx{
    background: url(../images/huojdh.png) left no-repeat;
}
.huoj_tell{
    position: absolute;
    right:10px;
    background: url(../images/huojtell.png) left no-repeat;

}
.huoj_a{
    width: 172px;
    height: 47px;
    line-height: 47px;
    background: #ffffff;
    font-size: 14px;
    color: #666666;
    text-align: center;
    position: absolute;
    bottom:66px;
    right: 126px;
}

.huoj_a:hover{
    color: #dc001d;
    border: 1px solid #dc001d;
    background: inherit;
    transition: .6s;
}

/* 新闻标题 */
.xw {
    height: 82px;
    margin-bottom: 46px;
}
.news{
    height: 382px;
    margin-bottom: 50px;
}
.news_center{
    height: 382px;
     position: relative;
}
.news_left{
    width: 625px;
    height: 382px;
    position: absolute;
    top: 0;
    left: 0;
}
.news_img,.news_img img{
    width: 625px;
    height: 242px;
    overflow: hidden;
    transition: .6s;
}
.news_img img:hover{
    transform: scale(1.2)
}
.news_bottom{
    width: 603px;
    height: 140px;
    padding-left: 22px;
    background: #f7f7f7
}
.news_t{
    width: 580px;
	height: 56px;
	font-size: 16px;
	line-height: 66px;
    color: #666666;
    position: relative;
    transition: .6s;
    border-bottom: 1px dashed #b5b5b5;
}
.news_t::before{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom:0;
    right: 0%;
    transition: .8s;
    background: #dc001d
}
.news_t:hover{
    color: #dc001d
}
.news_t:hover::before{
    width: 100%;
    height: 1px;

}
.news_nr{
    width: 580px;
    height: 50px;
    font-size: 14px;
	line-height: 24px;
    color: #aeaeae;
    margin-top:16px; 
}
.news_right{
    width: 506px;
    height: 382px;
    position: absolute;
    right: 0;
    top: 0;
}
.news_right li{
    width:506px;
    height: 53px;
    line-height: 53px;
    position: relative;
    border-bottom: 1px dashed #b5b5b5;
}
.news_aa{
    width: 376px;
    overflow: hidden;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
}
.news_right li::after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom:0;
    left: 0%;
    transition: .8s;
    background: #dc001d
}

.news_right li::before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 50%;
    background: #7f7f81
}
.news_right li:hover .news_aa,.news_right li:hover .news_data{
    transition: .8s;
    color: #dc001d;
}

.news_right li:hover::before{
    transition: .6s;
    background: #dc001d;
}
.news_right li:hover::after{
    width:100%;

}
.news_data{
    position: absolute;
    right: 0;
}

/* 解答 */
.jd{
    height: 100px;
    margin-bottom: 46px;
}
.jd_center{
    height: 100px;
    position: relative;
}
.jd_bt{
    width: 114px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.jd_hz{
    height: 30px;
    line-height: 30px;
	font-size: 26px;
	color: #dc001d;
}
.jd_eng{
    height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #5b5b5b;
}
/* 滑动 */

.hud_center {
    height: 100px;
    position: absolute;
    right: 0;
}

.ly_lunbo {
    width: 1046px;
    height: 100px;
    right: 0;
    top: 0;
}

.ly_tuw {
    width: 475px !important;
    height:78px !important;
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    border: 1px solid #c4c4c4
}

.ly_next, .ly_prev {
    width: 50px !important;
    height: 23px !important;
    transition: .4s;
    outline: none;
    margin-top: 20px !important;
}

.ly_next {
    left: -83px !important;
    background: url(../images/jt.png) -50px 0px no-repeat !important;
}
.ly_next:hover{
    background: url(../images/jt.png) 0px -23px no-repeat !important;

}
.ly_prev {
    left: -133px !important;
    background: url(../images/jt.png) -50px -23px no-repeat !important;
}
.ly_prev:hover{
    background: url(../images/jt.png) 0px 0px no-repeat !important;

}

/* 滑动 */
.ly_tuw a,.ly_tuw div{
    width: 404px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
    padding-left: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    cursor: pointer;
}
.ly_tuw a{
    color: #222;
    transition: .6s;
    background: url(../images/w.png) left no-repeat;
}
.ly_tuw a:hover{
    color: #dc001d
}
.ly_tuw div{
    color: #999999;
    background: url(../images/d.png) left no-repeat;
}
.ly_tuw span{
    width: 404px;
    height: 1px;
    position: absolute;
    top: 48px;
    left:70px;
    border-bottom: 1px dashed #b5b5b5;
}

/* fir */
.fir{
    height: 114px;
    margin-bottom:46px;
}
.fir_center{
    height: 114px;
    position: relative;
}
.fir_link{
    width: 154px;
    height: 112px;
    float: left;
    border: 1px solid #999999;
}

.fir_cu{
    width: 80px;
    height: 28px;
    margin: 0 auto;
    margin-top: 28px;
   background: url(../images/links.png) center no-repeat;
}
.fir_you{
    font-size: 20px;
    width: 100%;
    text-align: center;
	color: #666666;
}
.fir_yq{
    width: 1023px;
    height: 112px;
    float: left;
    border: 1px solid #999999;
    border-left: 0;
}

.fir_yq a{
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    float: left;
    margin-left: 30px;
    margin-top: 24px;
    transition: .6s;
}
.fir_yq a:hover{
    color: #dc001d
}