.cl {
    clear: both;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.w {
    width: 1200px;
    margin: 0 auto;
}

.header-top{
    height:25px;
    background:#f2f2f2;
}
.header-top .container{
    height:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top .container>span{
    display: flex;
    align-items: center;
    margin-right: 18px;
    margin-left:80px;
}
.header-top .container>span img{
    margin-right:8px;
}
.header-top .container>p{
    display: flex;
    align-items: center;
}
.header-top span{
    font-size: 12px;
    color:#b7b7b7;
}
.header-top span a{
    color:#b7b7b7;
}
.header-top span.mr{
    margin:0 5px;
}
.logo-mes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:97px;
}
.logo-mes .zi{
    padding-left:20px;
    border-left:1px solid #dcdcdc;
    height:64px;
    padding-top:15px;
}
.logo-mes .zi p{
    font-size: 16px;
    color:#626262;
    line-height: 150%;
}
.logo-mes .hot-line p:first-child{
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#626262;
}
.logo-mes .hot-line p:first-child img{
    margin-right:8px;
}
.logo-mes .hot-line p:last-child{
    font-size: 27.05px;
    color:#cc0e1c;
    font-weight: bold;
    margin-top:5px;
}
.logo-mes .ss1{
    width:396px;
    height:37px;
}
.logo-mes .ss1 form{
    display: flex;
    justify-content: flex-start;
    height:100%;
}
.logo-mes .ss1 form input{
    display: block;
    height:100%;
    box-sizing: border-box;
    outline: none;
}
.logo-mes .ss1 form .ss_bd1{
    width:324px;
    border:2px solid #cc0e1c;
    text-indent:2em;
}
.logo-mes .ss1 form .ss_btn1{
    width:72px;
    background:#cc0e1c;
    font-size: 18px;
    color:#fffefe;
    border:none;
}
.nav-container{
    position:relative;
    z-index: 1;
    height:50px;
    background:#3b3b3b;
}
.nav-container .nav{
    height:100%;
}
.nav-container .nav ul{
    height:100%;
    display: flex;
    justify-content: center;
}
.nav-container .nav ul>li{
    height:100%;
    width:120px;
}
.nav-container .nav ul>li>a{
    display: block;
    height:100%;
    line-height:50px;
    font-size: 16px;
    color:#fff;
    text-align: center;
}
.nav-container .nav ul>li:hover{
    background:#cc0e1c;
}
.nav-container .nav ul>li.on{
    background:#cc0e1c;
}
.nav-container .nav .erji{
    overflow: hidden;
    display: none;
    width:100%;
    background:rgba(140,140,138,.5);
}
.nav-container .nav .erji li{
    height:40px;
}
.nav-container .nav .erji li:first-child{
    margin-top:10px;
}
.nav-container .nav .erji li:last-child{
    margin-bottom:10px;
}
.nav-container .nav .erji li a{
    display: block;height:100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#f0f0f0;
}

/* 轮播图 */

.header .slideBox {
    position: relative;
}

.header .slideBox .hd {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.header .slideBox .hd ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header .slideBox .hd ul li {
    margin:0 3px;
    width: 21px;
    height: 100%;
    background: rgba(0,0,0,.7);
    cursor: pointer;
}

.header .slideBox .hd ul li.on {
    background: #2fca7c;
}

.header .slideBox .bd {
    height: 100%;
}

.header .slideBox .bd ul {
    height: 100%;
}

.header .slideBox .bd li {
    height: 100%;
}

.header .slideBox .bd li a {
    display: block;
    height: 100%;
}

.header .slideBox .bd img {
    width: 100%;
    display: block;
}
.get-price{
    background: #f1f1f1;
    height:291px;
}
.get-price .container{
    overflow: hidden;
}
.get-price .left{
    margin-top:30px;
    width:612px;
}
.get-price .left .top{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.get-price .left .top h3{
    font-size: 24px;
    color:#030303;
}
.get-price .left .top p{
    font-size: 16px;
    color:#cc0e1c;
    margin-left:10px;
}
.get-price .list{
    margin-top:15px;
}
.get-price .list .type{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:304px;
}
.get-price .list .type div{
    padding-top:15px;
    width:147px;
    height:98px;
    background:#656565;
    border-radius: 4px;
    margin-bottom: 6px;
    text-align:center;
    box-sizing: border-box;
}
.get-price .list .type div:hover{
    background:#cc0e1c;
}
.get-price .list .type div p{
    font-size: 17px;
    color:#fff;
    margin-top: 12px;
}
.get-price .list .type div:nth-child(2) p{
    margin-top:19.5px;
}
.get-price .list .type div:nth-child(4) p{
    margin-top:18px;
}
.get-price .right{
    width:530px;
    margin-right:17px;
    margin-top:50px;
}
.get-price .right input{
    width:250px;
    height:50px;
    background:#fff;
    border:0;
    font-size: 14px;
    color:#8d8d8d;
    text-indent:2em;
    outline: none;
    border-radius: 50px;
    margin-bottom: 16px;
}
.get-price .right input:nth-child(2n){
    margin-left:19px;
}
.get-price .right .sub{
    width:100%;
    background:#cc0e1c;
    text-indent:0;
    font-size: 24px;
    color:#fff;
    margin-top:9px;
}
.fw{
    height:306px;
    background:url(../images/bg002.jpg) no-repeat center center/100% 100%;
}
.al,
.dz{
    width:88%;
    margin:0 auto;
}
.inc-style{
    overflow: hidden;
}
.inc-style>h3{
    font-size: 30px;
    color:#444;
    font-weight: normal;
    text-align: center;
    margin:45px 0 10px;
}
.inc-style>p{
    font-size: 14px;
    color:#989898;
    text-align: center;
}
.inc-style .line{
    width:61px;
    height:1px;
    margin:18px auto 30px;
}
.inc-style .danye-type{
    display: flex;
    justify-content: center;
    height:92px;
}
.inc-style .danye-type>li{
    display: flex;
    justify-content: center;
    align-items: center;
    width:180px;
    height:100%;
    border:1px solid #dcdcdc;
    background:#f2f6f5;
    margin:0 6px;
    box-sizing: border-box;
}
.inc-style .danye-type>li img{
    margin-right: 10px;
}
.inc-style .danye-type>li div p:first-child{
    font-size: 18px;
    color:#0f0f0f;
    margin-bottom: 10px;
}
.inc-style .danye-type>li div p:last-child{
    font-size: 12px;
    color:#6a6a6a;
}
.inc-style .pro-type{
    display: flex;
    justify-content: center;
    height:31px;
} 
.inc-style .pro-type li{
    width:114px;
    height:31px;
    border:1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 31px;
    margin:0 1.5px;
}
.inc-style .pro-type li a{
    display: block;
    height:100%;
    color:#444;
    text-align: center;
    line-height: 29px;
    border-radius:29px;
}
.inc-style .pro-type li:hover{
    border-color:#cc0e1c;
}
.inc-style .pro-type li:hover a{
    color:#fff;
    background:#cc0e1c;
}
.inc-style .pic-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:45px;
}
.inc-style .pic-list>div{
    position:relative;
    width:23.5%;
    margin-bottom: 23px;
}
.inc-style .pic-list>div a{
    overflow: hidden;
    display: block;
}
.inc-style .pic-list>div a:hover img{
    transform: scale(1.2);
}
.inc-style .pic-list>div a img{
    transition: 2s;
    width:100%;
}
.inc-style .pic-list>div a div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:54px;
    background:url(../images/bg001.png) no-repeat center center/100% 100%;
    position:absolute;
    width:100%;
    bottom:0;
    box-sizing: border-box;
}
.inc-style .pic-list>div a div h4{
    font-weight: normal;
    font-size: 18px;
    color:#fff;
    margin-left:5%;
}
.inc-style .pic-list>div a div p{
    font-size: 18px;
    color:#fff;
    margin-right: 5%;
}
.al .btn1{
    display: block;
    width:385px;
    height:50px;
    background:#cc0e1c;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    margin:30px auto 58px;
    border-radius:50px;
}
.ybj{
    height:827px;
    background:url(../images/big-bg.jpg) no-repeat center center/100% 100%;
}
.ybj .container{
    display: flex;
    justify-content: space-between;
}
.ybj .container .tj{
    width:724px;
}
.ybj .container .tj div{
    position:relative;
}
.ybj .container .tj div a{
    display: block;
}
.ybj .container .tj div a h4{
    position:absolute;
    width: 100%;
    bottom:0;
    background:url(../images/bg002.png) no-repeat center center/100% 100%;
    height:45px;
    font-size: 18px;color:#fff;
    font-weight: normal;
    text-indent:35px;
    line-height: 45px;
}
.ybj .container .pic-types{
    display: flex;
    justify-content: space-between;
    width:472px;
    height:517px;
}
.ybj .container .pic-types li{
    width:115px;
    height:100%;
    background: rgba(134,132,130,.3);
}
.ybj .container .pic-types li:hover{
    background: rgba(237,16,31,.7)
}
.ybj .container .pic-types li a{
    display: block;
    height:100%;
    color:#fff;
    font-size: 18px;
}
.ybj .container .pic-types li a p{
    width:20px;
    margin:45px auto;
}
.ybj .btn1{
    display: block;
    width:385px;
    height:50px;
    background:none;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 46px;
    margin:50px auto 0;
    border-radius:50px;
    border:2px solid #fff;
    box-sizing: border-box;
}
.dz .pic-list1{
    display: flex;
    justify-content: space-between;
}
.dz .pic-list1 > div{
    position:relative;
    width:13.8%;
}
.dz .pic-list1 > div a{
    display: block;
    overflow: hidden;
    height:100%;
}
.dz .pic-list1 > div a:hover img{
    transform: scale(1.2);
}
.dz .pic-list1 > div a img{
    width: 100%;
    transition: 2s;
}
.dz .pic-list1 > div a h4{
    height:48px;
    background:url(../images/bg004.png) no-repeat center center/100% 100%;
    font-size: 18px;color:#444;
    line-height: 48px;
    font-weight: normal;
    text-align: center;
    position:absolute;
    bottom:0;
    width:100%;
}
.dz .btn1{
    display: block;
    width:385px;
    height:50px;
    background:none;
    font-size: 20px;
    color:#cc0e1c;
    text-align: center;
    line-height: 46px;
    margin:50px auto 0;
    border-radius:50px;
    border:2px solid #cc0e1c;
    box-sizing: border-box;
}
.hzpp .btn1{
    display: block;
    width:385px;
    height:50px;
    background:#cc0e1c;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    margin:50px auto;
    border-radius:50px;
}
.friends-links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.friends-links li{
    margin-bottom: 6px;
}
.zxgl{
    background:#f3f3f3;
    padding-bottom: 50px;
}
.zxgl .news-list .left{
    position: relative;  
    width:570px;  
}
.zxgl .news-list .left img{
    width:100%;
}
.zxgl .news-list .left div{
    position: absolute;
    bottom:0;
    width:100%;
    height:86px;
    background:url(../images/bg009.png) no-repeat center center/100% 100%;
    padding-left:25px;
    box-sizing: border-box;
}
.zxgl .news-list .left div h3{
    font-size:20px;
    color:#fff;
    margin:18px 0 12px;
    font-weight: normal;
}
.zxgl .news-list .left div p{
    font-size:14px;
    color:#fff;
}
.zxgl .news-list .right{
    width:50%;
}
.zxgl .news-list .right .left-01{
    width:238px;
}
.zxgl .news-list .right .left-01 img{
    width:100%;
}
.zxgl .news-list .right .right-01{
    width:334px;
}
.zxgl .news-list .right .right-01 h3{
    font-size: 20px;
    color:#444;
    font-weight: normal;
}
.zxgl .news-list .right .jianjie{
    font-size: 14px;
    color:#a6a6a6;
    line-height: 200%;
    margin-top:20px;
}
.zxgl .news-list .right .bottom{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:20px;
}
.zxgl .news-list .right .bottom > div{
    width:50%;
    margin-bottom: 18px;
}
.zxgl .news-list .right .bottom > div:hover h4{
    color:#cc0e1c;
}
.zxgl .news-list .right .bottom > div div{
    width:42px;
    height:42px;
    background:#cc0e1c;
    border-radius:2px;
    text-align:center;
    line-height: 42px;
    font-size: 20px;
    color:#fff;
    margin-right: 20px;
}
.zxgl .news-list .right .bottom > div a{
    height:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zxgl .news-list .bottom > div h4{
    font-size: 16px;
    color:#444444;
    font-weight: normal;
}
.zxgl .btn1{
    display: block;
    width:385px;
    height:50px;
    background:none;
    font-size: 20px;
    color:#cc0e1c;
    text-align: center;
    line-height: 46px;
    margin:50px auto 0;
    border-radius:50px;
    border:2px solid #cc0e1c;
    box-sizing: border-box;
}

.inc-style-erji .wz{
    width:1100px;
    height:47px;
    background:url(../images/line.png) no-repeat center bottom;
    font-size: 14px;
    color:#9f9f9f;
    line-height: 47px;
    text-align: right;
}
.inc-style-erji>h3{
    width:90px;
    float:left;
    font-weight: normal;
    font-size: 20px;
    color:#444;
    margin-top:30px;
}
.pic-type{
    margin:40px 0;
    display: flex;
    justify-content: center;
}
.pic-type li{
    width:150px;
    height:52px; 
    margin:0 12px;
}
.pic-type li a{
    display: block;
    height:100%;
    border:1px dashed #cc0e1c;
    background:#f2f7f5;
    font-size: 16px;
    color:#444;
    text-align: center;
    line-height: 50px;
}
.pic-type li a:hover{
    background:#cc0e1c;
    color:#fff;
}
.pic-type li a.active{
    background:#cc0e1c;
    color:#fff;
}
.pic-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pic-list>div{
    width:387px;
    margin-right: 33.5px;
    margin-bottom: 30px;
}
.pic-list>div:nth-child(4n){
    margin-right: 0;
}
.pic-list>div a{
    display: block;
    overflow: hidden;
}
.pic-list>div a img{
    width:100%;
    display: block;
    transition: 2s;
}
.pic-list>div a:hover img{
    transform: scale(1.2);
}
.pic-list>div h3{
    height:72px;
    border:1px solid #dcdcdc;
    font-size: 18px;
    color:#333;
    text-indent:20px;
    line-height: 72px;
}


.pic-lists{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pic-lists>div{
    width:387px;
    margin-right: 19.5px;
    margin-bottom: 30px;
}
.pic-lists>div:nth-child(3n){
    margin-right: 0;
}
.pic-lists>div a{
    display: block;
    overflow: hidden;
}
.pic-lists>div a img{
    width:100%;
    display: block;
    transition: 2s;
}
.pic-lists>div a:hover img{
    transform: scale(1.2);
}
.pic-lists>div h3{
    height:72px;
    border:1px solid #dcdcdc;
    font-size: 18px;
    color:#333;
    text-indent:20px;
    line-height: 72px;
}


.pic-list2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pic-list2>div{
    width:387px;
    margin-right: 19.5px;
    margin-bottom: 30px;
}
.pic-list2>div:nth-child(3n){
    margin-right: 0;
}
.pic-list2>div>a{
    display: block;
    overflow: hidden;
}
.pic-list2>div>a>img{
    width:100%;
    display: block;
    transition: 2s;
}
.pic-list2>div>a:hover>img{
    transform: scale(1.2);
}
.pic-list2 .mesg{
    position:relative;
    border:1px solid #dcdcdc;
    padding:0 30px 0 20px;
    box-sizing: border-box;
}
.pic-list2 .mesg .toux{
    width:104px;
    height:104px;
    background:#fff;
    border:4px solid #fff;
    border-radius:104px;
    overflow: hidden;
    position:absolute;
    right:20px;
    top:-54px;
}
.pic-list2 .mesg .toux img:first-child{
    display: none;
}
.pic-list2 .mesg h4{
    font-size: 18px;
    color:#333;
    margin:25px 0 20px;
}
.pic-list2 .mesg p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.pic-list2 .mesg p span{
    font-size: 14px;
    color:#333;
}
.pic-list2 .mesg p a{
    font-size: 14px;
    color:#cc0e1c;
}
.pic-list2 .mesg p a img{
    margin-left:12px;
}

.pic-list1{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pic-list1>div{
    width:285px;
    margin-right: 20px;
    margin-bottom: 43px;
}
.pic-list1>div:nth-child(4n){
    margin-right: 0;
}
.pic-list1>div>a{
    display: block;
    overflow: hidden;
}
.pic-list1>div>a:hover img{
    transform: scale(1.2);
}
.pic-list1>div>a img{
    transition: 2s;
    width:100%;
    display: block;
}
.pic-list1 .mes{
    position:relative;
    padding-top:66px;
    background:#f6f6f6;
    box-sizing: border-box;
}
.pic-list1 .mes .tit{
    position:absolute;
    top:-54px;
    left:50%;
    transform: translate(-50%);
    width:108px;
    height:108px;
    border-radius:50%;
    text-align: center;
    background:rgba(254,254,254,.8);
}
.pic-list1 .mes .tit h4{
    font-size: 20px;color:#333;
    margin:28px 0 13px;
}
.pic-list1 .mes .tit p{
    font-size: 14px;color:#333;
    font-weight: bold;
}
.pic-list1 .mes > p{
    display: flex;
    justify-content: space-between;
    padding:0 22px;
}
.pic-list1 .mes > p span{
    font-size: 14px;
    color:#666;
}
.pic-list1 .mes .zpj{
    display: flex;
    justify-content: space-between;
    height:43px;
    margin-top:20px;
}
.pic-list1 .mes .zpj div{
    width:50%;
    box-sizing: border-box;
    text-align: center;
    border-top:1px solid #ececec;
    height:100%;
}
.pic-list1 .mes .zpj div a{
    display: block;height:100%;
    font-size: 14px;
    color:#333;
    line-height: 42px;
}
.pic-list1 .mes .zpj div a img{
    margin-left:8px;
}
.pic-list1 .mes .zpj div:first-child{
    border-right:1px solid #ececec;
}
.pic-list1 .mes .zpj div:last-child{
    border-left:1px solid #ececec;
}

.pro-show2{
    padding-top:48px;
}
.pro-show2 .left{
    width:808px;
}
.pro-show2 .left>h3{
    text-align: center;
    font-size: 20px;
    color:#333;
}
.pro-show2 .left>p{
    text-align: center;
    font-size: 14px;
    color:#999;
    margin:25px 0 20px;
}
.pro-show2 .right{
    width:278px;
}
.pro-show2 .right h4{
    font-size: 20px;
    color:#444;
    font-weight: normal;
}
.pro-show2 .right .con{
    margin-bottom: 30px;
}
.pro-show2 .xinxi .img{
    width:125px;
}
.pro-show2 .xinxi .img img{
    width:100%;
}
.pro-show2 .xinxi .img img:first-child{
    display: none;
}
.pro-show2 .xinxi .name{
    width:110px;
    margin-right: 24px;
}
.pro-show2 .xinxi .name h5{
    font-size: 20px;
    color:#444;
    font-weight: normal;
    margin:5px 0 10px;
}
.pro-show2 .xinxi .name p{
    font-size: 14px;
    color:#9a9a9a;
    margin-bottom: 13px;
}
.pro-show2 .xinxi .name a{
    display: block;
    border:1px solid #d2d2d2;
    font-size: 16px;
    color:#444;
    height:30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.pro-show2 .tuijian{
    margin-top:85px;
    width:255px;
}
.pro-show2 .tuijian h3{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.pro-show2 .tuijian h3 p{
    font-size: 20px;
    color:#444;
    font-weight: normal;
}
.pro-show2 .tuijian h3 a{
    display: block;
    font-size: 14px;
    color:#9a9a9a;
}
.pro-show2 .tuijian>div>div{
    margin-bottom: 19px;
}
.pro-show2 .tuijian .simg{
    width:100px;
}
.pro-show2 .tuijian .simg img{
    width:100%;
}
.pro-show2 .tuijian>div>div p{
    font-size: 16px;
    color:#333;
    margin:10px 0;
}
.pro-show2 .tuijian>div>div a{
    display: block;
    width:80px;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    margin-left:auto;
    background:#cc0e1c;
}
.pro-show2 .tuijian .mess{
    width:142px;
}





.pro-show{
    padding-top:48px;
}
.pro-show > h3{
    text-align: center;
    font-size: 20px;
    color:#333;
}
.pro-show > p{
    text-align: center;
    font-size: 14px;
    color:#999;
    margin:25px 0 40px;
}
.pro-show>img{
    display: block;
    margin:0 auto;
}
.pro-show .xiang{
    height:65px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pro-show1{
    padding-top:40px;
}
.pro-show1 .left{
    width:330px;
}
.pro-show1 .left img{
    width:100%;
}
.pro-show1 .right{
    width:858px;
}
.pro-show1 .top1{
    width:240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:66px 0 38px;
    padding-left:40px;
}
.pro-show1 .top1 .p-01{
    font-size: 30px;
    color:#333;
    font-weight: bold;
}
.pro-show1 .top1 .p-02{
    font-size: 24px;
    color:#333;
    font-weight: bold;
}
.pro-show1 .middle{
    width:500px;
    display: flex;
    justify-content: space-between;
    padding-left:40px;
}
.pro-show1 .middle p{
    font-size: 14px;
    color:#666;
}
.zuopin .top{
    height:100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zuopin .top p{
    font-size: 24px;
    color:#666;
    margin-top:-4px;
}
.zuopin .top div{
    width:1061px;
    height:1px;
    background:#f2f2f2;
}
.zuopin .pics-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zuopin .pics-list div{
    position:relative;
    width:388px;
    margin-right:18px;
}
.zuopin .pics-list div:first-child{
    display: none;
}
.zuopin .pics-list div:nth-child(3n){
    margin-right:0;
}
.zuopin .pics-list div a{
    display: block;
    overflow: hidden;
}
.zuopin .pics-list div a img{
    width:100%;
}
.zuopin .pics-list div h3{
    height:46px;
    position:absolute;
    bottom:0;
    background:url(../images/bg1.png) no-repeat center center;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
    color:#fff;
}
.gbook-list{
    position:relative;
    background:#dcdcdc;
    padding-top:70px;
    height:565px;
    box-sizing: border-box;
}
.gbook-list>img{
    position:absolute;
}
.gbook-list .img1{
    left:5%;
    top:0;
}
.gbook-list .img2{
    right:2%;
    bottom:0;
}
.gbook-list h3{
    font-size: 30px;
    color:#030303;
    font-weight: normal;
    text-align: center;
}
.gbook-list p{
    font-size: 20px;
    color:#cc0e1c;
    margin:15px 0 40px;
    text-align: center;
}
.gbook-list .left{
    width:612px;
}
.gbook-list .left .top{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.gbook-list .left .top h3{
    font-size: 24px;
    color:#030303;
}
.gbook-list .left .top p{
    font-size: 16px;
    color:#cc0e1c;
    margin-left:10px;
}
.gbook-list .list .type{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:304px;
}
.gbook-list .list .type div{
    padding-top:15px;
    width:147px;
    height:98px;
    background:#656565;
    border-radius: 4px;
    margin-bottom: 6px;
    text-align:center;
    box-sizing: border-box;
}
.gbook-list .list .type div:hover{
    background:#cc0e1c;
}
.gbook-list .list .type div p{
    font-size: 17px;
    color:#fff;
    margin-top: 12px;
}
.gbook-list .list .type div:nth-child(2) p{
    margin-top:19.5px;
}
.gbook-list .list .type div:nth-child(4) p{
    margin-top:18px;
}
.gbook-list .right{
    width:530px;
    margin-right:17px;
}
.gbook-list .right input{
    width:250px;
    height:50px;
    background:#fff;
    border:0;
    font-size: 14px;
    color:#8d8d8d;
    text-indent:2em;
    outline: none;
    border-radius: 50px;
    margin-bottom: 16px;
}
.gbook-list .right input:nth-child(2n){
    margin-left:19px;
}
.gbook-list .right .sub{
    width:100%;
    background:#cc0e1c;
    text-indent:0;
    font-size: 24px;
    color:#fff;
    margin-top:9px;
}

.news-lis{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-lis > div{
    width:384px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.news-lis > div:nth-child(3n){
    margin-right: 0;
}
.news-lis > div a{
    display: block;
    overflow: hidden;
}
.news-lis > div a:hover img{
    transform: scale(1.2);
}
.news-lis > div a img{
    transition: 2s;
}
.news-lis > div h3{
    height:60px;
    font-size: 18px;
    color:#444;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
    line-height: 60px;
}
.news-lis > div .jj{
    margin-top: 20px;
    font-size: 14px;
    color:#ababab;
    line-height: 180%;
}
.news-show > h3{
    text-align: center;
    font-size: 26px;
    color:#444;
    margin:45px 0 15px;
    font-weight: normal;
}
.news-show > p{
    font-size: 14px;
    color:#a3a3a3;
    text-align: center;
}


.flash4{width:1200px;margin:0px auto;position:relative;}
.flash4 ul{
    display: flex;
    justify-content: space-between;
}
.flash4 ul li{width:115px;position:relative;overflow:hidden;}
.flash4 ul li .imgBot{width:100%;height:45px;background:url(../images/bg002.png) no-repeat center center/100% 100%;position:absolute;bottom:0;}
.flash4 ul li .imgBot{line-height:45px;font-size:18px;color:#fff;text-indent:20px;display: none;}
.flash4 ul li:first-child .imgBot{
    display: block;
}
.flash4 ul li:first-child{width:724px;}


.liucheng{
    height: 366px;
    background:url(../images/bg-big.jpg) no-repeat center center/100% 100%;
}
.liucheng .container{
    overflow: hidden;
}
.liucheng .container>h3{
    text-align: center;
    font-size: 34px;
    color:#fff;
    margin-top: 30px;
}
.liucheng .container .line{
    width:155px;
    margin:15px auto;
    background:url(../images/line02.png) no-repeat center center;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.liucheng .container .p-02{
    font-size: 14px;
    color:#fff;
    letter-spacing: 20px;
    text-indent:1.5em;
    text-align: center;
}


.prev-next{
    border-top:1px solid #ccc;
    margin-top:30px;
    padding-bottom: 40px;
}
.prev-next a{
    display: block;
    font-size:14px;
    color:#333;
    margin:15px 0;
}
.prev-next a:hover{
    color:#cc0e1c;
}


.page{
    display: flex;
    justify-content: center;
    align-items: center;
    height:36px;
    margin:20px 0 75px;
}
.page a{
    display: block;
    margin:0 10px;
    color:#444;
}
.page a.select{
    color:#cc0e1c
}
.page a:first-child{
    width:115px;
    height:100%;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    background:url(../images/left.png) no-repeat center center;
    color:transparent;
}
.page a:last-of-type{
    width:115px;
    height:100%;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    background:url(../images/right.png) no-repeat center center;
    color:transparent;
}

.footer{
    position:relative;
    height:403px;
}
.footer .top{ 
    padding-top:74px;
    box-sizing: border-box;  
    height:275px;
    background:url(../images/bg004.jpg) no-repeat center center/100% 100%;
}
.footer .top .container{
    display: flex;
    justify-content: space-between;
}
.footer-nav{
    width:754px;
}
.footer-nav ul{
    display: flex;
    justify-content: space-between;
}
.footer-nav ul>li>a{
    display: block;
    font-size: 16px;
    color:#fff;
}
.footer-nav ul>li:first-child{
    display: none;
}
.footer-nav .erji{
    margin-top:20px;
}
.footer-nav .erji li{
    margin-bottom:7px;
}
.footer-nav .erji li a{
    font-size: 14px;
    color:#c7c7c7;
}
.footer .phone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer .phone img{
    margin-right: 10px;
}
.footer .phone div p:first-child{
    font-size: 16px;
    color:#fff;
    margin-bottom: 12px;
}
.footer .phone div p:last-child{
    font-size: 26px;
    color:#fff;
}
.footer .bot{
    height:128px;
    background:#000;
}
.footer .bot>div{
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .bot .bots{
    font-size: 12px;
    color:#bcbcbc;
    line-height: 200%;
}
.footer .bot .link{
    display: flex;
    justify-content: center;
}
.footer .bot .link a{
    display: block;
    width:55px;
    height:55px;
    border-radius:50%;
    margin-left:14px;
}
.footer .bot .link a:nth-child(1){
    background:#cc0e1c url(../images/weixin.png) no-repeat center center;
}
.footer .bot .link a:nth-child(2){
    background:#cc0e1c url(../images/qq.png) no-repeat center center;
}
.footer .bot .link a:nth-child(3){
    background:#cc0e1c url(../images/weizhi.png) no-repeat center center;
}

.weizhi{
    width:117px;
    position:fixed;
    right:2%;
    top:40%;
    border-radius:10px;
    overflow: hidden;
}
.weizhi>img{
    width:100%;
    display: block;
}
.weizhi div{
    background:#e7e7e7;
    margin-top:-3px;
    padding-top:12px;
    padding-bottom: 20px;
    border-radius:0 0 10px 10px;
}
.weizhi div a{
    display: block;
    width:104px;
    height:28px;
    margin:5px auto;
    text-align: center;
    line-height: 28px;
    background:#656565;
    font-size: 14px;
    color:#fff;
    border-radius:8px;
}
.weizhi div a:hover{
    background:#cc0e1c;
}
.weizhi div img{
    display: block;
    margin:15px auto 7px;
    width:85%;
}
.weizhi div p{
    font-size: 14px;
    color:#000;
    text-align: center;
}
