*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-100{
    width: 100%;
}
img{
    width: 100%;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei" , Î¢ÈíÑÅºÚ;
    min-width: 1300px;
    color: #333333;
}
header{
    width: 100%;
    min-width: 1300px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
}
.header-box{
    width: 1300px;
    margin: 0 auto;
}
.head-logo{
    float: left;
    padding: 18.5px 0;
}
.logo-img{
    height: 43px;
}
.logo-img img{
    height: 100%;
}

.head-right{
    float: right;
}
.top-menu{
    display: inline-block;
    vertical-align: middle;
}
.top-menu ul {
    float: left;
}
.top-menu ul li{
    display: block;
    float: left;
    position: relative;
    padding: 30px 0;
}
.top-menu ul li a{
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px;
    position: relative;
}
.top-menu ul .on a{
    color: #d80c18;
}
.top-menu ul li a:hover{
    color: #d80c18;
}


.head-tel{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    border: 2px solid #d80c18;
    border-radius: 50px;
    padding: 10px 14px;
}
.head-tel span{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/icon/tell.png) no-repeat 100% center;
}
.head-tel p{
    display: inline-block;
    vertical-align: middle;
    color: #d80c18;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.right-icon{
    display: inline-block;
    vertical-align: middle;
}
.menu-icon{
    width: 21px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
}
.menu-icon a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


/* banner */
.banner{
    width: 100%;
    position: relative;
}

/* fullSlide */
.fullSlide {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.fullSlide .bd {
    position: relative;
    z-index: 0;
    width: 100%;
}
.fullSlide .bd li {
    width: 100%;
    vertical-align: middle;
    zoom:1;
}
.fullSlide .bd li img{
    width: 100%;
    height: auto;
    display: block;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    height: 12px;
    line-height: 12px;
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 78px;
    height: 2px;
    margin: 5px;
    overflow: hidden;
    background: #706b65;
    /* filter: alpha(opacity=50);
    opacity: 0.5; */
    line-height: 999px;
}
.fullSlide .hd ul .on {
    background: #fff;
}
/*end*/


.sdhc{
    background-color: #d80c18;
}
.sdhc-box{
    width: 1300px;
    margin: 0 auto;
    padding: 65px 0;
    color: #ffffff;
}
.sdhc-title{
    width: 430px;
    border-right: 1px solid rgba(230, 240, 240, 0.5);
    padding: 50px 0;
    padding-right: 30px;
    float: left;
}
.sdhc-title h4{
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 42px;
    text-transform: uppercase;
}
.sdhc-title h3{
    font-size: 36px;
    line-height: 46px;
}
.sdhc-list{
    float: right;
    padding: 24px 0;
}
.sdhc-item{
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    -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;
}
.sdhc-item span{
    display: block;
    width: 36px;
    height: 38px;
    background: url(/icon/sdhc-icon.png) no-repeat;
}
.sdhc-item strong{
    display: block;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 0;
}
.sdhc-item ul li{
    font-size: 16px;
    line-height: 30px;
    padding-left: 12px;
    position: relative;
}
.sdhc-item ul li::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ffffff;
}
.sdhc-item:hover{
    transform: translateY(-20px);
}


.solution{
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}
.solution-title{
    text-align: center;
}
.solution-title h4{
    color: #d80c18;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
}
.solution-title b{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 1px;
    background-color: #d80c18;
    margin: 0 20px;
}
.solution-title h3{
    font-size: 36px;
    color: #333333;
    line-height: 46px;
    margin-top: 6px;
}
.solution-title h3 span{
    color: #d80c18;
}
.solution-list{
    text-align: center;
    margin-top: 50px;
}
.solution-item{
    width: 342px;
    height: 246px;
    display: inline-block;
    margin: 33px;
    vertical-align: top;
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.1);
    -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;
}
.solution-icon{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.2);
    margin: 0 auto;
    margin-top: -36px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    -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;
}
.solution-item:nth-child(1) .solution-icon{
    background-image: url(/icon/solution-icon1.png);
}
.solution-item:nth-child(2) .solution-icon{
    background-image: url(/icon/solution-icon2.png);
}
.solution-item:nth-child(3) .solution-icon{
    background-image: url(/icon/solution-icon3.png);
}
.solution-item:nth-child(4) .solution-icon{
    background-image: url(/icon/solution-icon4.png);
}
.solution-item:nth-child(5) .solution-icon{
    background-image: url(/icon/solution-icon5.png);
}
.solution-item:nth-child(6) .solution-icon{
    background-image: url(/icon/solution-icon6.png);
}
.solution-item:hover{
    box-shadow: 0 0px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.2);
}
.solution-item:hover:nth-child(1) .solution-icon{
    background-image: url(/icon/solution-red-icon1.png);
}
.solution-item:hover:nth-child(2) .solution-icon{
    background-image: url(/icon/solution-red-icon2.png);
}
.solution-item:hover:nth-child(3) .solution-icon{
    background-image: url(/icon/solution-red-icon3.png);
}
.solution-item:hover:nth-child(4) .solution-icon{
    background-image: url(/icon/solution-red-icon4.png);
}
.solution-item:hover:nth-child(5) .solution-icon{
    background-image: url(/icon/solution-red-icon5.png);
}
.solution-item:hover:nth-child(6) .solution-icon{
    background-image: url(/icon/solution-red-icon6.png);
}

.solution-item h5{
    font-size: 24px;
    color: #d80c18;
    line-height: 34px;
    margin-top: 22px;
}
.solution-item p{
    font-size: 18px;
    color: #333333;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 28px;
}
.solution-item ul{
    display: inline-block;
    margin-top: 10px;
}
.solution-item ul li{
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}


.choose{
    padding: 76px 0;
    background: url(/images/choose-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    text-align: center;
}
.choose h2{
    font-size: 42px;
    color: #ffffff;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.choose span{
    display: inline-block;
    vertical-align: middle;
    font-size: 56px;
    color: #d80c18;
    line-height: 60px;
    font-weight: bolder;
}
.choose p{
    font-size: 19px;
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    /* word-spacing: 1px; */
    line-height: 32px;
    margin-bottom: 5px;
}
.choose h4{
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    color: #d80c18;
    line-height: 64px;
    font-weight: bolder;
    line-height: 42px;
    letter-spacing: 10px;
    padding-left: 10px;
}
.choose b{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 1px;
    background-color: #e6f0f0;
    margin: 0 16px;
}



.main-case{
    padding: 50px 80px;
}
.main-case-tit{
    width: 100%;
    padding-left: 10px;
}
.main-case-tit b{
    width: 100px;
    height: 1px;
    display: block;
    background-color: #d80c18;
    margin-bottom: 20px;
}
.main-case-tit h4{
    color: #d80c18;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}
.main-case-tit h3{
    color: #333333;
    font-size: 32px;
}

.case-box{
    width: 100%;
}
.case-menu{
    float: right;
    margin-top: -40px;
}
.case-menu ul li{
    display: inline-block;
    vertical-align: middle;
}
.case-menu ul li a{
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 40px;
    cursor: pointer;
    color: #333333;
}
.case-menu ul li a:hover{
    color: #d80c18;
}
.case-menu ul .on a{
    color: #ffffff;
    background-color: #d80c18;
    padding: 10px 30px;
    margin: 0 10px;
}
.case-menu ul .on a:hover{
    color: #ffffff;
}


.case-list ul {
    padding-top: 40px;
}
.case-list ul li{
    float: left;
    width: 25%;
    padding: 10px;
}
.case-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    -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;
}
.case-list ul li a:hover{
    box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
}
.case-list ul li a:hover .case-img::before{
    transform: translateY(0);
}
.case-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}
.case-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    align-items: center;
}
.case-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-100%);
    -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;
}
.case-txt{
    width: 100%;
    height: 108px;
    background-color: #ffffff;
    padding: 15px 15px 25px 20px;
    position: relative;
    border: 1px solid #eeeeee;
    border-top: 0px;
}
.case-txt strong{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
}
.addr-txt{
    display: table;
}
.addr-txt>span{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    color: #333333;
    height: 20px;
    background: url(/icon/case-addr.png) no-repeat;
    background-position: left center;
}
.addr-txt p{
    display: table-cell;
    vertical-align: top;
    line-height: 20px;
    font-size: 16px;
    color: #555555;
    /* width: calc(100% - 101px);
    width: -moz-calc(100% - 101px);
    width: -webkit-calc(100% - 101px); */
}



.case-more{
    margin-top: 25px;
}
.case-more a{
    width: 200px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #d80c18;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    -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;
}
.case-more a:hover{
    transform: translateY(-5px);
    box-shadow: 0  6px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0  6px 8px rgba(0,0,0,.2);
}



.sdwt{
    padding: 50px 0;
    background-image: url(/images/sdwt-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.sdwt-box{
    width: 1300px;
    margin: 0 auto;
}
.sdwt-title{
    width: 430px;
    border-right: 1px solid rgba(230, 240, 240, 0.2);
    padding: 50px 0;
    padding-right: 30px;
    float: left;
    color: #d80c18;
}
.sdwt-title h4{
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 42px;
    text-transform: uppercase;
    word-spacing: 8px;
}
.sdwt-title h3{
    font-size: 36px;
    line-height: 46px;
}
.sdwt-title h3 span{
    display: block;
    color: #ffffff;
}
.sdwt-list{
    float: left;
    margin-left: 50px;
    padding: 29px 0;
}
.sdwt-item{
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    margin-right: 100px;
    -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;
}
.sdwt-item:nth-child(3){
    margin-right: 0px;
}
.sdwt-item-tit span{
    display: block;
    width: 50px;
    height: 40px;
    background: url(/icon/sdwt-icon.png) no-repeat;
}
.sdwt-item strong{
    display: block;
    font-size: 24px;
    line-height: 34px;
    padding: 10px 0;
}
.sdwt-item ul li{
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.sdwt-item:hover{
    color: #d80c18;
}


.hxrw{
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}
.hxrw-img{
    width: 572px;
    float: left;
}
.hxrw-img img{
    width: 100%;
}

.hxrw-right{
    width: 662px;
    float: left;
}
.hxrw-tt{
    text-align: right;
    margin-bottom: 30px;
}
.hxrw-tt h4{
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 42px;
    text-transform: uppercase;
    color: #d80c18;
}
.hxrw-tt h3{
    font-size: 36px;
    line-height: 46px;
    color: #333333;
}

.hxrw-down{
    padding: 20px 0;
    background-color: #f3f3f3;
}
.hxrw-down-tt strong{
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    line-height: 40px;
}
.hxrw-down-tt strong span{
    font-size: 18px;
    color: #999999;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: lighter;
}
.hxrw-down-tt h3{
    width: 368px;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
    padding-left: 40px;
    font-weight: normal;
    color: #fff;
    background-color: #d80c18;
    margin-top: 12px;
}
.hxrw-down-tt p{
    font-size: 18px;
    margin-top: 10px;
    padding-left: 40px;
}

.hxrw-list {
    width: 100%;
    padding: 0 20px 0 40px;
    margin-top: 30px;
}

.hxrw-list ul{
    display: inline-block;
    vertical-align: top;
}
.hxrw-list ul:nth-child(1){
    padding-right: 30px;
}
.hxrw-list ul li{
    font-size: 14px;
    line-height: 36px;
    color: #333;
    padding-left: 13px;
    position: relative;
}
.hxrw-list ul li::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 50%;
    left: 0;
    top: 15px;
}




.bdbz{
    padding: 50px 0;
    background-color: #f8f8f8;
}
.bdbz-list{
    width: 1300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.bdbz-list ul li{
    width: 280px;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 20px;
    -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;
}
.bdbz-list ul li span{
    display: block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    -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;
}
.bdbz-list ul li:nth-child(1) span{
    background-image: url(/icon/bz-icon1.png);
}
.bdbz-list ul li:nth-child(2) span{
    background-image: url(/icon/bz-icon2.png);
}
.bdbz-list ul li:nth-child(3) span{
    background-image: url(/icon/bz-icon3.png);
}
.bdbz-list ul li:nth-child(4) span{
    background-image: url(/icon/bz-icon4.png);
}
.bdbz-list ul li:nth-child(5) span{
    background-image: url(/icon/bz-icon5.png);
}
.bdbz-list ul li:nth-child(6) span{
    background-image: url(/icon/bz-icon6.png);
}
.bdbz-list ul li:nth-child(7) span{
    background-image: url(/icon/bz-icon7.png);
}
.bdbz-list ul li:nth-child(8) span{
    background-image: url(/icon/bz-icon8.png);
}
.bdbz-list ul li strong{
    font-size: 20px;
    display: block;
    margin-top: 12px;
    -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;
}
.bdbz-list ul li p{
    font-size: 18px;
    color: #555555;
    margin-top: 2px;
    -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;
}
.bdbz-list ul li:hover{
    background-color: #d80c18;
}
.bdbz-list ul li:hover strong{
    color: #ffffff;
}
.bdbz-list ul li:hover p{
    color: #ffffff;
}
.bdbz-list ul li:nth-child(1):hover span{
    background-image: url(/icon/bz-white-icon1.png);
}
.bdbz-list ul li:nth-child(2):hover span{
    background-image: url(/icon/bz-white-icon2.png);
}
.bdbz-list ul li:nth-child(3):hover span{
    background-image: url(/icon/bz-white-icon3.png);
}
.bdbz-list ul li:nth-child(4):hover span{
    background-image: url(/icon/bz-white-icon4.png);
}
.bdbz-list ul li:nth-child(5):hover span{
    background-image: url(/icon/bz-white-icon5.png);
}
.bdbz-list ul li:nth-child(6):hover span{
    background-image: url(/icon/bz-white-icon6.png);
}
.bdbz-list ul li:nth-child(7):hover span{
    background-image: url(/icon/bz-white-icon7.png);
}
.bdbz-list ul li:nth-child(8):hover span{
    background-image: url(/icon/bz-white-icon8.png);
}



.free{
    background-image: url(/images/free-bg.jpg);
    padding: 50px 0;
    background-size: auto 100%;
    background-position: center center;
}
.free-box{
    width: 1200px;
    margin: 0 auto;
}
.free-title{
    width: 590px;
    border-right: 1px solid rgba(230, 240, 240, 0.2);
    padding: 30px 0;
    padding-right: 30px;
    float: left;
    color: #d80c18;
}
.free-title h4{
    font-size: 42px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 42px;
    text-transform: uppercase;
    word-spacing: 8px;
}
.free-title h3{
    font-size: 36px;
    line-height: 46px;
}
.free-title h3 span{
    display: block;
    color: #ffffff;
}

/* ÁôÑÔ */
.liuyan{
    width: 460px;
    float: right;
}
.liuyan-head{
    width: 100%;
    margin-bottom: 10px;
}
.liuyan-head p{
    color: #f8f8f8;
    font-size: 16px;
    line-height: 30px;
}

.liuyan form{
    width: 100%;
    position: relative;
}
.liuyan form li{
    display: block;
    list-style: none;
    width: 100%;
    margin-bottom: 25px;
}
.input-text{
    width: 100%;
    height: 45px;
    padding-left: 16px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    color: #f8f8f8;
    background-color: rgba(69, 69, 73, 0.5);
}
/* .textarea-text{
    width: 100%;
    height: 90px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
} */
input:focus{
    outline: 0;
    /* border: 1px solid #d80c18; */
}
textarea:focus{
    outline: 0;
    border: 1px solid #39b54a;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f8f8f8;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f8f8f8;
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f8f8f8;
    font-family:  Microsoft YaHei , Î¢ÈíÑÅºÚ;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8f8f8;
    font-family:  Microsoft YaHei , Î¢ÈíÑÅºÚ;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8f8f8;
    font-family:  Microsoft YaHei , Î¢ÈíÑÅºÚ;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f8f8f8;
    font-family:  Microsoft YaHei , Î¢ÈíÑÅºÚ;
}
/* .input-submit{
    width: 200px;
    height: 40px;
} */
.input-submit input{
    display: block;
    margin-top: 30px;
    margin-left: 10px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #d80c18;
    cursor: pointer;
    color: #f8f8f8;
    font-size: 22px;
    -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;
}
.input-submit input:hover{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* ÁôÑÔ end */


.said{
    width: 1300px;
    padding: 50px 0;
    margin: 0 auto;
}
.said-list{
    margin-top: 40px;
    text-align: center;
}
.said-list ul li{
    width: 360px;
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
}
.said-img{
    width: 100%;
    height: 374px;
    overflow: hidden;
}
.said-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.said-title{
    width: 100%;
    height: 130px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.said-title p{
    font-size: 16px;
    line-height: 26px;
}



.main-about{
    position: relative;
    background-color: #f6f6f6;
}
.about-box{
    width: 50%;
    padding: 60px 80px;
    float: left;
}
.about-tit h4{
    color: #d80c18;
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}
.about-tit h3{
    color: #333333;
    font-size: 36px;
}
.about-txt{
    margin-top: 40px;
    width: 90%;
}
.about-txt p{
    font-size: 14px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}
.about-more{
    display: block;
    width: 160px;
    height: 45px;
    border-radius: 45px;
    text-align: center;
    background-color: #d80c18;
    color: #f8f8f8;
    font-size: 20px;
    line-height: 45px;
    margin-top: 36px;
    -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;
}
.about-more:hover{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.about-img{
    width: 50%;
    float: right;
}



.main-news{
    margin: 0 auto;
    padding: 50px 60px;
}
.news-item{
    float: left;
    display: block;
    width: 25%;
    padding: 0 20px;
}
.news-box{
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 20px;
    text-align: justify
}
/* .news-item:nth-child(4) .news-box{
    padding-bottom: 6px;
} */
.news-title{
    display: inline-block;
    vertical-align: middle;
}
.news-title strong{
    font-size: 14px;
    color: #d80c18;
    text-transform: uppercase;
}
.news-title h5{
    font-size: 18px;
    color: #2c2c2c;
    font-weight: lighter;
    position: relative;
    line-height: 28px;
}
.news-more{
    display: inline-block;
    vertical-align: middle;
}
.news-more a{
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 25px;
    padding-right: 25px;
    background-image: url(/icon/arrow-right.png);
    background-size: 18px;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: 'Times New Roman', Times, serif;
}
.news-more a:hover{
    text-decoration: underline;
}
.justify-last{
    display:inline-block;width:100%;height:0;
}

.news-list{
    width: 100%;
    height: 280px;
    margin-top: 21px;
}

.gsxw ul li a{
    display: block;
    width: 100%;
    height: 72px;
    margin-bottom: 28px;
    font-size: 0px;
}
.gsxw ul li:last-child a{
    margin-bottom: 0;
}
.gsxw ul li a:hover .news-txt strong{
    color: #d80c18;
}
.news-img{
    width: 28%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.news-txt{
    width: 72%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.news-txt strong{
    font-size: 15px;
    line-height: 19px;
    color: #000;
    font-weight: normal;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-txt p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    color: #a6a6a6;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cjwt ul li a strong , .jdzx ul li a strong {
    color: #333333;
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cjwt ul li a{
    display: block;
    width: 100%;
    padding-left: 25px;
    background-image: url(/icon/wt.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}
.cjwt ul li a strong{
    line-height: 35px;
}
.cjwt ul li a:hover strong,
.jdzx ul li a:hover strong{
    color: #d80c18;
}
.jdzx ul li a{
    display: block;
    width: 100%;
    padding-left: 30px;
    background-image: url(/icon/zx.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.jdzx ul li a p{
    color: #a6a6a6;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    margin-top: 5px;
    position: relative;
}
.jdzx ul li a p::before{
    content: ''; 
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url(/icon/time.png);
    background-position: center center;
    background-repeat: no-repeat;
}



.f-link{
    width: 100%;
    /* background-color: #242425; */
    padding: 24px 80px 28px;
}
.f-link .hd ul{
    font-size: 0px;
}
.f-link .hd ul .on{
    color: #cccccc;
}
.f-link .hd ul li{
    display: inline-block;
    vertical-align: middle;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 2px;
    font-weight: lighter;
    cursor: pointer;
    padding: 0 8px;
    margin-bottom: 5px;
}
.f-link .hd ul li:nth-child(1){
    border-right: 1px solid #a6a6a6;
}
.f-link .bd ul li{
    border-right: 1px solid #a6a6a6;
    padding: 0 8px;
    float: left;
    margin-top: 13px;
}
.f-link .bd ul li:nth-last-child(2){
    border-right: 0px;
}
.f-link .bd ul li a{
    display: block;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 16px;
}
.f-link .bd ul li a:hover{
    color: #efefef;
}


footer{
    background-color: #242425;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02),rgba(255, 255, 255, 0)); /* ±ê×¼µÄÓï·¨£¨±ØÐë·ÅÔÚ×îºó£© */
}
.footer{
    width: 100%;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    padding: 30px 80px 20px;
}

.foot-left{
    float: left;
}
.foot-logo{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.foot-logo>img{
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.foot-logo p{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 31px;
    color: #a6a6a6;
    margin-left: 10px;
    padding-left: 16px;
    border-left: 1px solid #6c7171;
}
.foot-icon{
    margin-top: 15px;
}
.foot-icon a{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px dashed #6c7171;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}
.foot-icon a:hover{
    background-color: #d80c18;
    border: 1px dashed #d80c18;
}

.foot-text{
    width: 500px;
    display: inline-block;
    vertical-align: top;
    color: #a6a6a6;
    font-weight: lighter;
    line-height: 24px;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 1px solid #6c7171;
}

.foot-menu{
    float: right;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 60px;
}
.foot-menu-list:nth-child(1){
    margin-left: 0px;
}
.foot-menu-list>a{
    display: block;
    color: #a6a6a6;
    font-size: 18px;
    margin-bottom: 10px;
}
.foot-menu-list>a:hover{
    color: #eeeeee;
}
.foot-menu-list ul li a{
    display: block;
    color: #a6a6a6;
    font-size: 15px;
    margin-top: 2px;
    line-height: 25px;
}
.foot-menu-list ul li a:hover{
    color: #cccccc;
}


.copyright{
    /* background-color: #242425; */
    padding: 30px 0;
    text-align: center;
}
.copyright p{
    color: #a6a6a6;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.copyright a{
    color: #a6a6a6;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}


/* qr-codeµ¯³ö¿ò */
.qrCode-box{
    display: none;
    width: 160px;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 135px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
}
.qrCode-box::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  8px 8px 8px 0;
    border-color:  transparent #ffffff transparent transparent;
}
.qrCode-img{
    width: 100%;
}
.qrCode-img img{
    width: 100%;
}
.qrCode-title{
    width: 100%;
    text-align: center;
    line-height: 18px;
    color: #333333;
    font-size: 14px;
    padding-bottom: 2px;
}



.search_input {
    width: 300px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
.SearchStr {
    width: 300px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
    background-color: #fff;
    color: #333;
    border: 1px solid #999999;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding: 9px;
    /* border: 1px solid #e1e1e1; */
    border-left: 0;
    outline: 0;
    background-color: transparent;
    background-image: url(/icon/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.SearchStr:focus{ 
    border: 1px solid #d80c18;
}
.search-icon:hover{
    background-image: url(/icon/search.png);
}