body{
    min-width: 1200px;
}
.mhbg{
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    min-width: 1200px;
    z-index: 2;
    position: relative;
}
.mainheader {
    height: 100px;
    z-index: 9;
    display: flex;
    align-items: center;
    margin: auto;
    width: 1200px;
}


.mainheader .logo {
    width: 100%;
}

.mainheader .logo img {
    height: 60px;
    transition: all .2s;
}

.mainheader .nav {
    height: 100%;
}

.mainheader .nav ul {
    list-style: none;
    display: flex;
    height: 100%;
}

.mainheader .nav ul li {
    height: 100%;
    position: relative;
}

.mainheader .nav ul li a {
    padding: 0 24px;
    display: flex;
    height: 100%;
    position: relative;
    transition: all .6s;
    font-size: 20px;
    align-items: center;
    white-space: nowrap;
}

.mainheader .nav ul li:after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 3px;
    background: #a82924;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    left: 50%;
    margin-left: -1px;
}

.mainheader .nav ul li:hover:after, .mainheader .nav ul li.active:after {
    opacity: 1;
    width: calc(100% - 48px);
    left: calc(50% - 24px);
    margin-left: calc(-50% + 48px);
}

.mainheader .nav ul li.active a {
    color: #a82924;
}

.mainheader .nav ul li:hover a {
    color: #a82924;
}

.home-banner{
    width: 100%;
    height: 500px;
    background: url("../images/banner.jpg") center no-repeat;
}
.whole-bg{
    padding: 24px 0;
}
.gray-bg{
    background-image: linear-gradient(#ffffff, #f9f9f9);
}


.se-header {
    width: 1200px;
    margin: 8px auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
}

.se-header .title {
    width: auto;
    font-size: 30px;
    font-weight: 400;
    white-space: nowrap;
}

.se-header .place {
    width: auto;
    color: #666;
    white-space: nowrap;
}

.se-header .place a,.se-header .place span {
    color: #666;
    background-image: url("../images/right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.se-header .place a:first-child{
    background-image: url("../images/home.svg");
    background-size: 13px 13px;
}

.se-header .place a:hover {
    color: #a82924;
}

.se-header .more {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.se-header .more a {
    display: block;
    line-height: 30px;
    padding: 0 18px;
    border: 1px solid #f4f4f4;
    transition: all .5s;
    margin-left: 18px;
    background-color: #fff;
    border-radius:15px;
}

.se-header .more a:hover, .se-header .more a.active {
    color: #a82924;
    border-color: #a82924;
}

.works-list{
    width: 1200px;
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.works-list a {
    display: block;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 24px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.works-list a:nth-child(4n) {
    margin-right: 0;
}

.works-list a .img {
    width: 282px;
    height: 212px;
    overflow: hidden;
}

.works-list a .img img {
    width: 282px;
    height: 212px;
    transition: all 1s;
}

.works-list a:hover .img img {
    transform: scale(1.1);
}
.works-list a .wname{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    color: #fff;
    width: 100%;
}


.mainfooter{
    background-color: #08070c;
    padding: 24px 0;
}
.mainfooter .footerin{
    display: flex;
    width: 1200px;
    margin: auto;
}
.mainfooter .footerin .contact{
    color: #eee;
    width: 200px;
    flex-shrink: 0;
}
.mainfooter .footerin .contact span{
    font-size: 14px;
}
.mainfooter .footerin .contact b{
    font-size: 18px;
    display: block;
    line-height: 3;
}
.mainfooter .footerin .fnav {
    width: 100%;
}

.mainfooter .footerin .fnav b {
    font-size: 16px;
    display: block;
    color: #ddd;
    font-weight: 400;
    line-height: 2;
}

.mainfooter .footerin .fnav a {
    display: block;
    color: #ddd;
    line-height: 2;
    font-size: 14px;
}

.mainfooter .footerin .fnav a:hover {
    color: #a82924;
}
.mainfooter .footerin .qrcode span{
    color: #eee;
    font-size: 14px;
    display: block;
    text-align: center;
}
.mainfooter .footerin .qrcode img{
    width: 100px;
    height: 100px;
    padding: 3px;
    background: #fff;
    border-radius:3px;
    margin-bottom: 12px;
}

.mainfooter .copyright{
    width: 1200px;
    margin: auto;
    font-size: 14px;
    line-height: 30px;
    color: #eee;
}
.mainfooter .copyright a{
    color: #eee;
}
.copyright{
    padding: 24px 0;
    background: #030000;
}
.copyrightin{
    width: 1200px;
    margin: auto;
    color: #ddd;
    font-size: 12px;
    text-align: center;
}
.copyrightin a{
    color: #ddd;
}
.copyrightin span{
    padding: 0 6px;
}
.banner{
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    overflow: hidden;
}

.banner .banner-in{
    width: 240px;
    height: 70px;
    margin: 160px auto 0;
    border: 2px solid rgba(168,41,36,.8);
    border-radius:40px;

}
.banner .banner-in b{
    background: rgba(168,41,36,.8);
    margin: 6px;
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border-radius:40px;
}

.pages {
    display: flex;
    overflow: hidden;
    width: 1200px;
    margin: auto;
    justify-content: center;
}

.pages a {
    border: #f0f0f0 1px solid;
    padding: 3px 12px;
    margin-right: 12px;
    background: #fff;
    display: block;
    float: left;
    border-radius: 3px;
}

.pages a:hover {
    color: #a82924;
}

.pages span {
    padding: 3px 12px;
    background: #a82924;
    color: #fff;
    border: #a82924 1px solid;
    margin-right: 12px;
    display: block;
    float: left;
    border-radius: 3px;
}

.pages span em {
    font-style: normal;
}

.pages a, .pages span {
    margin-top: 12px;
    margin-bottom: 24px;
}
.page-content{
    width: 1200px;
    margin: auto;
    padding-bottom: 24px;
}
.page-content img{
    max-width: 100%;
}
.page-content p{
    padding: 12px 0;
}


.imgs-list{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.imgs-list a {
    display: block;
    width: 384px;
    margin-right: 24px;
    margin-bottom: 24px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.imgs-list a:nth-child(3n) {
    margin-right: 0;
}

.imgs-list a .img {
    width: 384px;
    height: 288px;
    overflow: hidden;
}

.imgs-list a .img img {
    width: 384px;
    height: 288px;
    transition: all 1s;
}

.imgs-list a:hover .img img {
    transform: scale(1.1);
}
.imgs-list a .wname{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    color: #fff;
    width: 100%;
}

.imgs-list.two a:nth-child(2n) {
    margin-right: 0;
}
.imgs-list.two a {
    display: block;
    width: 588px;
    margin-right: 24px;
    margin-bottom: 24px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.imgs-list.two a:nth-child(3n) {
    margin-right: 0;
}

.imgs-list.two a .img {
    width: 588px;
    height: 440px;
    overflow: hidden;
}

.imgs-list.two a .img img {
    width: 588px;
    height: 440px;
    transition: all 2s;
}


.it-list {
    width: 1200px;
    margin: auto;
}

.it-list li {
    overflow: hidden;
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}


.it-list li .img {
    width: 200px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
}

.it-list li .img img {
    width: 200px;
    height: 150px;
    transition: all 1s;
}

.it-list li:hover .img img {
    transform: scale(1.1);
}
.it-list li:hover a b{
    color: #ff5065;
}

.it-list li .text {
    width: 100%;
    padding-left: 24px;
}

.it-list li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.it-list li .text p {
    height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.it-list li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
}

.text-list{
    width: 1200px;
    margin: 0 auto 24px;
}
.text-list li{
    display: flex;
    border-bottom: 1px dotted #e6e6e6;
}
.text-list li a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.text-list li a:before{
    content: '◉';
    font-size: 12px;
    padding-right: 6px;
    line-height: 50px;
}
.text-list li span{
    width: 200px;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: right;
    color: #999;
}

.info-header{
    width: 1200px;
    margin: auto;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    margin-bottom: 24px;
}
.info-header h1{
    font-size: 24px;
}
.info-header span{
    color: #999;
    font-size: 12px;
}
.info-header span em{
    padding: 0 12px;
}

.rc-block input {
    display: none
}

.rc-block label {
    border: 1px solid #e6e6e6;
    color: #333;
    padding: 0 24px;
    line-height: 38px;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    background-color: #fafafa;
    margin-right: 12px;
    font-size: 14px;
}

.rc-block input:checked + label {
    background: #fff url("../images/checkon.svg") no-repeat right bottom;
    border: 1px solid #a82924;
    background-size: 21px 21px;
    color: #a82924
}

.rc-block input:disabled + label {
    opacity: 0.7;
}

.success{
    width: 100px;
    height: 150px;
    background-image: url("../images/success.png");
    background-size: cover;
    margin: 100px auto;
}




.f-about {
    background:url("../images/fbg.jpeg") bottom;
    height: 520px;
    background-size:cover;
    padding:30px 0;
}
.f-about h2{
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
}
.f-about p{
    font-size: 16px;
    color: #fff;
    width: 1200px;
    display: block;
    margin: auto;
}



.rec-list {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

.rec-list a {
    overflow: hidden;
    display: flex;
    padding: 24px;
    border: 1px solid #f0f0f0;
    width: 586px;
    margin: 12px 0;
}
.rec-list a:nth-child(even){
    margin-left: 24px;
}

.rec-list a .img {
    width: 200px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
}

.rec-list a .img img {
    width: 200px;
    height: 150px;
    transition: all 1s;
}

.rec-list a:hover .img img {
    transform: scale(1.1);
}
.rec-list a:hover a b{
    color: #ff5065;
}

.rec-list a .text {
    width: 100%;
    padding-left: 24px;
}

.rec-list a .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.rec-list a .text p {
    height: 60px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.rec-list a .text span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}