body {
    background-color: #f7f7f7;
}

.navbar-default {
    background-color: #fff;
}

.main,
.content {
    margin: 80px auto 0;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.cont-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.cont-wrap p {
    color: #252526;
}

.cont1 {
    height: 911px;
    /*border-bottom: 1px solid #8e8e8e;*/
    margin: 0 auto;
}


/* 新闻列表轮播 */

.slideBox {
    width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox .hd {
    display: none;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.slideBox .prev {
    position: absolute;
    left: 16.8%;
    top: 45%;
    margin-top: -28px;
    display: block;
    width: 66px;
    height: 66px;
    /* background: url(../img/news/lb-left.png) no-repeat; */
    background:none;
}

.slideBox .next {
    position: absolute;
    right: 16.8%;
    top: 45%;
    margin-top: -28px;
    display: block;
    width: 66px;
    height: 66px;
    /* background: url(../img/news/lb-right.png) no-repeat; */
    background: none;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/* 新闻内页*/
.cont1-news {
    height: 911px;
    /*border-bottom: 1px solid #8e8e8e;*/
    margin: 0 auto;
}
/* 
.cont1-news .slideBox {
    width: 1320px;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.cont1-news .slideBox .hd {
    display: none;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.cont1-news .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.cont1-news .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.cont1-news .slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.cont1-news .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cont1-news .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.cont1-news .slideBox .bd img {
    width: 100%;
    height: 350px;
    display: block;
}

.cont1-news .slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 66px;
    height: 66px;
    background: url(../img/news/lb-left.png) no-repeat;
}

.cont1-news .slideBox .next {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 66px;
    height: 66px;
    background: url(../img/news/lb-right.png) no-repeat;
}

.cont1-news .slideBox .prev:hover,
.cont1-news .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cont1-news .slideBox .prevStop {
    display: none;
}

.cont1-news .slideBox .nextStop {
    display: none;
} */

.cont2 {
    margin-bottom: 100px;
    color: #ffff;
}

.cont2 .cont2-head {
    padding: 2% 3% 5%;
    width: 800px;
}

.cont2 .cont2-head a,
.cont3 .cont3-head a {
    float: left;
    text-decoration: none;
    margin-right: 25px;
    font-size: 25px;
    color: #000;
}

.cont2 .cont2-head img,
.cont3 .cont3-head img {
    margin-top: -3px;
}

.cont2 .cont2-head span,
.cont3 .cont3-head span {
    display: block;
    color: #eaeaea;
    float: left;
    margin-right: 25px;
    font-size: 25px;
}

.cont2 .cont2-title,
.cont3 .cont2-title {
	margin-top: -80px;
    position: absolute;
    width: 100%;
    left: 0;
}

.cont2 .cont2-title h4,
.cont3 .cont2-title h4 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    text-align: center;
}

.cont2 .cont2-title a,
.cont3 .cont2-title a {
    font-size: 24px;
    font-weight: bold;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    line-height: 95px;
    height: 100px;
	cursor:pointer;
    background-color: #eaeaea;	
}

.cont2 .cont2-title a.on, 
.cont2 .cont2-title a:hover,
.cont3 .cont2-title a.on, 
.cont3 .cont2-title a:hover{
	background:url(../../img/202301/index/cont1-on.png) no-repeat top center;	
    background-size:100% 100%;
    height: 121px;
    border:none;
    text-decoration:none;
}


.cont2 .cont2-box {
    width: 800px;
    float: left;
    margin-top: 110px;
    background: #fff;
}

.cont2 .cont2-box ul {
    position: relative;
    width: 95%;
    margin: 0 auto;
    min-height: 500px;
}

.cont2 .cont2-box .cont2-item {
    height: 170px;
    margin: 35px 0 0 0;
    border-bottom: 1px solid #d2d0d1;
}

.cont2 .cont2-box .cont2-item .news-img {
    width: 198px;
    height: 125px;
    float: left;
    margin-right: 20px;
    border-radius: 10px 10px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.cont2 .cont2-box .cont2-item .news-img img {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.cont2 .cont2-box .cont2-item .news-img img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cont2 .cont2-box .cont2-item .news-text {
    width: 520px;
    float: left;
}

.cont2 .cont2-box .cont2-item span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    cursor: pointer;
    height: 35px;
    display: block;
    overflow: hidden;
}

.cont2 .cont2-box .cont2-item a {
    color: #000;
    font-size: 15px;
    line-height: 35px;
    display: block;
    overflow: hidden;
}

.cont2 .cont2-box .cont2-item a:hover {
    text-decoration: underline;
}

.cont2 .cont2-box .cont2-item .news-more {
    height: 40px;
}

.cont2 .load-more {
    bottom: 0;
    width: 100%;
    height: 150px;
}

.cont2 .load-more span {
    display: block;
    margin: 87px auto;
    width: 336px;
    height: 76px;
    border: 1px solid #434343;
    color: #434343;
    font-size: 30px;
    text-align: center;
    line-height: 76px;
    border-radius: 38px;
    cursor: pointer;
}

.cont2 .load-more span:hover {
    background-color: #434343;
    color: #fff;
}

.cont2 .load-more p {
    display: block;
    position: relative;
    margin: 160px auto 0;
    width: 200px;
    text-align: center;
    font-size: 25px;
    color: #252526;
}

.cont2 .load-more p::before,
.cont2 .load-more p::after {
    position: absolute;
    top: 18px;
    content: '';
    width: 200px;
    height: 2px;
    background-color: #8e8e8e;
}

.cont2 .load-more p::before {
    left: -200px;
}

.cont2 .load-more p::after {
    right: -200px;
}

.cont2 .cont2-bottom {
    margin: 60px auto;
}

.cont2 .cont2-bottom a {
    width: 340px;
    height: 77px;
    display: block;
    border: 1px solid;
    border-radius: 50px 50px;
    text-align: center;
    line-height: 77px;
    font-size: 33.26px;
    margin-left: 165px;
}

.cont2 .cont2-page {
    clear: both;
    float: none;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 2em;
    margin: 100px 0 100px;
    text-align: center;
}

.cont2 .cont2-page a {
    background: none repeat scroll 0 0;
    border: 1px solid #d2d0d1;
    border-radius: 3px 3px 3px 3px;
    color: #898989 !important;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    padding: 0 8px;
    vertical-align: middle
}

.cont2 .cont2-page a:visited {
    color: #fff;
    text-decoration: none;
}

.cont2 .cont2-page a:hover,
.cont2 .cont2-page span a:hover,
.cont2 .cont2-page .selected {
    background: #ffdd1f;
    border: 1px solid #ffdd1f;
    color: #000 !important;
    float: none;
    text-decoration: none;
}

.cont2 .cont2-page span a:hover {
    font-weight: normal;
}

.cont2 .cont2-page li {
    display: inline;
}

.cont2 .cont2-page .thisclass {
    background-color: #ffdd1f;
    border: 1px solid #ffdd1f;
    border-radius: 3px 3px 3px 3px;
    color: #000 !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px;
    padding: 0 8px;
    vertical-align: middle;
}

.cont4 {
    width: 100%;
    height: 500px;
}

.cont4 .cont4-main {
    width: 1200px;
    margin: 50px auto;
}

.cont4 .cont4-main .cont4-title {
    font-size: 21px;
    font-weight: bold;
    height: 50px;
}

.cont4 .cont4-box {
    height: 300px;
}

.cont4 .cont4-box ul li {
    float: left;
    margin-right: 50px;
    width: 349px;
    cursor: pointer;
}

.cont4 .cont4-box ul li a {
    margin: -76px 0 0 25px;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    width: 295px;
    overflow: hidden;
}

.cont3 {
    margin-bottom: 100px;
    color: #ffff;
    width: 1300px;
}

.cont3 .cont3-head {
    padding: 2% 3% 5%;
}

.cont3 .cont3-box {
    margin: 110px auto;
    width: 900px;
    float: left;
    background: #fff;
}

.cont3 .cont3-box .cont3-item {
    padding-top: 5%;
    width: 95%;
    margin: 0 auto;
}

.cont3 .cont3-box .cont3-item span {
    font-size: 20px;
    color: #252526;
    font-weight: bold;
    display: block;
}

.cont3 .cont3-box .cont3-item .time {
    color: #818181;
    font-size: 15px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #d2d0d1;
    margin: unset;
}

.cont3 .cont3-box .cont3-item p img {
    max-width: 850px;
    width: auto;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.cont3 .cont3-box .cont3-item p {
    color: #252526;
    font-size: 14px;
    line-height: 50px;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

.cont3 .cont3-box .cont3-item p a {
    color: #c31a18;
}

.cont3 .cont3-box .cont3-item p a:hover {
    text-decoration: underline;
}

.cont3 .news-tag {
    color: #252526;
    font-size: 21px;
    margin-bottom: 20px;
    height: 30px;
}

.cont3 .news-tag .news-target {
    margin-left: 30px;
}

.cont3 .news-tag a {
    line-height: 27px;
    display: block;
    color: #252526;
    font-size: 21px;
}

.cont3 .cont3-box .cont3-item .news-more {
    height: 40px;
}

.cont3 .load-more {
    bottom: 0;
    width: 100%;
    height: 150px;
}

.cont3 .load-more span {
    display: block;
    margin: 87px auto;
    width: 336px;
    height: 76px;
    border: 1px solid #434343;
    color: #434343;
    font-size: 30px;
    text-align: center;
    line-height: 76px;
    border-radius: 38px;
    cursor: pointer;
}

.cont3 .load-more span:hover {
    background-color: #434343;
    color: #fff;
}

.cont3 .load-more p {
    display: block;
    position: relative;
    margin: 160px auto 0;
    width: 200px;
    text-align: center;
    font-size: 25px;
    color: #252526;
}

.cont3 .load-more p::before,
.cont3 .load-more p::after {
    position: absolute;
    top: 18px;
    content: '';
    width: 200px;
    height: 2px;
    background-color: #8e8e8e;
}

.cont3 .load-more p::before {
    left: -200px;
}

.cont3 .load-more p::after {
    right: -200px;
}

.cont3 .cont2-bottom {
    float: left;
    margin: 50px;
}

.cont3 .cont2-bottom a {
    width: 340px;
    height: 60px;
    display: block;
    border: 1px solid;
    border-radius: 50px 50px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    margin-left: 165px;
}

#mobile {
    display: none;
}

.cont11 {
    width: 1920px;
    height: 670px;
    background-color: #202020;
}

.cont11 .cont11-img {
    margin-top: -42px;
    z-index: 10;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    opacity: 0;
}

.cont11 .cont11-text {
    width: 530px;
    margin-right: 200px;
    margin-top: 50px;
    text-align: center;
    color: #fff;
}

.cont11 .cont11-text h5 {
    color: #fff;
    font-size: 32.63px;
    font-weight: 400;
}

.cont11 .cont11-text h4 {
    color: #c31a18;
    font-weight: bold;
    font-size: 52.7px;
    padding: 20px 0;
}

.cont11 .cont11-text span {
    font-size: 21px;
    font-weight: 600;
}

.cont11 .cont11-text span b {
    font-size: 28px;
    color: #c31a18;
}

.cont11 .cont11-text p {
    font-size: 20.26px;
    color: #fff;
    font-weight: 400;
}

.cont11 .cont11-text p span {
    font-size: 28px;
}

.cont11 .cont11-text .input-info {
    padding-top: 20px;
    width: 400px;
    margin-left: 26px;
}

.cont11 .cont11-text .form-control {
    height: 57px;
    font-size: 18px;
    width: 275px;
    border-radius: 10px;
    margin-left: -45px;
}

.cont11 .cont11-text a {
    display: block;
    margin: 30px 0 0 84px;
    width: 396px;
    height: 63px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    background-color: #d82b16;
    color: #fff;
    border-radius: 43px;
    cursor: pointer;
    /*border: 1px solid #fff;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;*/
}

.cont11 .cont11-text .input-info .contact {
    position: absolute;
    margin-top: -72px;
    margin-left: 294px;
}

.cont11 .cont11-text .input-info .fix-city {
    position: absolute;
    margin-top: -57px;
    margin-left: 250px;
}

.cont11 .cont11-text .cont11-box {
    margin-top: 20px;
    height: 55px;
    width: 505px;
    overflow: hidden;
}

.cont11 .cont11-text .cont11-box li {
    width: 400px;
    float: right;
    padding-left: 2px;
    text-align: left;
    line-height: 45px;
    font-size: 14px;
    color: #bdbdbd;
}

.active.cont11-img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}

.tag-case, .cont2-bottom-phone, .share-phone, .fixed-bottom{
    display: none;
}

