* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

body {
    background-image: url(../img/fg.jpg);
}

.w1200 {
    width: 1200px;
}

.auto {
    margin: auto;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    border-bottom: 1px solid #eee;
	background:#fff
}

.header .content_box {
    position: relative;
}

.header .content_box .header_bg {
    background-image: url(../img/header_bg.png);
    position: absolute;
    height: 34px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    left: -351.5px;
    width: 1903px;
}

.header .content_box .content_list {
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
    height: 34px;
    padding-right: 10px;
}

.header .content_box .content_list .item {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
	color:#fff;
}

.header .content_box .content_list span {
    margin-right: 10px;
    font-size: 10px;
}

.header .logo_menu {
    justify-content: space-between;
    align-items: center;
	display:block
}

.header .logo_menu .logo img {
    
}

.header .logo_menu .menu {
    flex: 1;
    margin-left: 20px;
}

.header .logo_menu .menu ul {}

.header .logo_menu .menu ul li {
    height: 80px;
    line-height: 80px;
    flex: 1;
    text-align: center;
    position: relative;
}

.header .logo_menu .menu ul li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 4px;
}

.header .logo_menu .menu ul li a {
    font-size: 16px;
    color: #14171e;
	font-weight:550
}
.header .logo_menu .menu ul .active::after{
   background-color: #e80101;
}
.header .logo_menu .menu ul .active a{
 color: #e80101
}
.header .logo_menu .menu ul li:hover a {
    color: #e80101
}

.header .logo_menu .menu ul li:hover::after {
    background-color: #e80101;
}

.home_box .swiper_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 600px;
}

.home_box .swiper_box .pic {
    width: 100%;
    height: 600px; 
    object-fit: cover;
}


.home_box .search_box {
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.home_box .search_box .auto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.home_box .search_box .text {
    color: #666;
    font-size: 12px;
}

.home_box .search_box .input_div {
    display: flex;
    align-items: center;
}

.home_box .search_box .input_div .input {
    font-size: 12px;
    border: #e1e1e1 2px solid;
    outline: none;
    color: #999;
    height: 28px;
    padding: 0px 5px;
}

.home_box .search_box .input_div .ss_btn {
    background: #e80101;
    font-family: Microsoft YaHei;
    font-weight: normal;
    border: #fff 0px solid;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0px 10px;
}

.home_box .shebei_box {
    padding: 30px 0px;
}

.home_box .shebei_box .title_box {
    display: flex;
}

.home_box .shebei_box .title_box .tit .en {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    line-height: 140%;
}

.home_box .shebei_box .title_box .tit .txt {
    color: #333;
    font-size: 18px;
}

.home_box .shebei_box .img_list {
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
	flex-wrap:wrap
}

.home_box .shebei_box .img_list .img_item:nth-child(1) {
    width: 590px
}

.home_box .shebei_box .img_list .img_item:nth-child(6) {
    width: 590px
}

.home_box .shebei_box .img_list .img_item {
    width: 290px;
}

.home_box .shebei_box .img_list .img_item .img_box {
    position: relative;
    height: 280px;
    overflow: hidden;
    cursor: pointer;
}

.home_box .shebei_box .img_list .img_item .img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: .3s; 
}

.home_box .shebei_box .img_list .img_item .img2 {
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    transition: .3s;
    position: absolute; 
}

.home_box .shebei_box .img_list .img_item .name {
    color: #666;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.home_box .shebei_box .img_list .img_item .name:hover {
    background-color: #E80101;
    color: #fff
}

.home_box .shebei_box .img_list .img_item .img_box:hover .img {
    left: 100%
}

.home_box .shebei_box .img_list .img_item .img_box:hover .img2 {
    left: 0px
}

.home_box .anli_box .tit {
    width: 240px;
    height: 90px;
    background: #E90101;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home_box .anli_box .tit .en {
    text-transform: uppercase;
    font-size: 24px;
    color: rgba(255, 255, 255, .3);
    font-weight: bold;
}

.home_box .anli_box .tit .txt {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

.home_box .anli_box .anli_man {
    background-image: url(../img/gcu7.jpg);
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
}

.home_box .anli_box .anli_man .auto {
    overflow: hidden;
}

.home_box .anli_box .anli_man .case_swipr {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.home_box .anli_box .anli_man .case_swipr .pic {
    width: 100%;
    height: 100%;
}

.home_box .anli_box .anli_man .case_swipr .next_btn {
    display: block;
    width: 40px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    height: 100%;
    z-index: 40;
    top: 0;
    text-indent: -1111px;
    overflow: hidden;
    background: url(../img/next.png) no-repeat right center;
    right: 0px;
}

.home_box .anli_box .anli_man .case_swipr .prev_btn {
    display: block;
    width: 40px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    height: 100%;
    z-index: 40;
    top: 0;
    text-indent: -1111px;
    overflow: hidden;
    left: 0px;
    background: url(../img/previous.png) no-repeat left center;
}

.home_box .anli_box .anli_man .case_list {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
    width: 310px;
    overflow: hidden;
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%
}

.home_box .anli_box .anli_man .case_list li {
    flex: 1;
    cursor: pointer;
}

.home_box .anli_box .anli_man .case_list .active {

    background: url(../img/arrow-bg.png) no-repeat scroll left center;
}

.home_box .anli_box .anli_man .case_list .active .case_item {
    background-image: url(../img/grad-bg.gif);
}

.home_box .anli_box .anli_man .case_list li .case_item {
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    height: 100%;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    border-top: 1px solid #7d7d7d;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 15px;
}

.home_box .anli_box .anli_man .case_list li .case_item img {
    width: 100px;
    margin: 15px 15px 10px 0px;
    padding: 3px;
    border: #C5C5C5 solid 1px;
}

.home_box .xftj_box {
    padding: 30px 0px;
}

.home_box .xftj_box .title_box .en {
    color: #aeaeae;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman';
    letter-spacing: 3px;
}

.home_box .xftj_box .title_box .txt {
    color: #e80101;
    text-align: center;
    font-size: 24px;
    font-weight: 550;
}

.home_box .baozhang_box {
    margin: 40px 0px;
    background-image: url(../img/b4vr.png);
    height: 190px;
    background-color: transparent;
    background-position: center center;
}

.home_box .baozhang_box .auto {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 13%;
}

.home_box .baozhang_box .l {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
}

.home_box .baozhang_box .l .text {
    color: #fff;
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
    align-items: center;
}

.home_box .baozhang_box .l .text img {
    margin-right: 5px;
}

.home_box .baozhang_box .phone {
    color: #fff;
    font-size: 20px;
    font-weight: 550;
    margin-top: 20px;
}

.home_box .baozhang_box .phone p {
    color: #fff;
    font-size: 14px;
    font-weight: initial;
    margin-bottom: 20px;
}

.home_box .baozhang_box .zx_btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.home_box .baozhang_box .zx_btn a {
    width: 140px;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #E80101;
    MARGIN: 20px 40px 0px 0px;
}

.home_box .baozhang_box .zx_btn a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.home_box .about_box {
    padding: 30px 0px;
}

.home_box .about_box .title_box .en {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    line-height: 140%;
}

.home_box .about_box .title_box .txt {
    color: #333;
    font-size: 18px;
}

.home_box .about_box .info_box {
    margin-top: 20px;
    display: flex;
}

.home_box .about_box .info_box .info {
    background-color: #fff;
    border: 1px solid #eee;
    flex: 1;
    padding: 20px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 180%;
    text-indent: 2em;
}

.home_box .about_box .info_box img {
    width: 450px;
}

.home_box .new_rongyu {
    padding: 30px 0px;
}

.home_box .new_rongyu .auto {
    justify-content: space-between;
    display: flex;
}

.home_box .new_rongyu .new_box {
    width: 720px;
}

.home_box .new_rongyu .new_box .type_box {
    background-color: #454545;
    height: 50px;
    display: flex;
}

.home_box .new_rongyu .new_box .type_box span {
    flex: 1;
    text-align: center;
    line-height: 50px;
    color: #fff;
	cursor:pointer;
    font-size: 14px;
}

.home_box .new_rongyu .new_box .type_box .active {
    background-color: #e80101;
}

.home_box .new_rongyu .new_box .list_box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
	display:none
}
 
.home_box .new_rongyu .new_box .list_box .list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #c6c6c6;
    padding: 10px 0px;
    cursor: pointer;
}

.home_box .new_rongyu .new_box .list_box .list .time {
    color: #acacac;
    font-size: 12px;
}

.home_box .new_rongyu .new_box .list_box .list .title {
    font-size: 12px;
    color: #5a5a5a;
}

.home_box .new_rongyu .zz_box {
    background-color: #fff;
    border: 1px solid #eee;
    width: 455px;
    padding: 10px;
    overflow: hidden;
}

.home_box .new_rongyu .zz_box .tit {
    color: #333;
    font-size: 14px;
}

.home_box .new_rongyu .zz_box .ry_swiper {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.home_box .new_rongyu .zz_box .ry_swiper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.footer_box .foot_item {
    background-color: #2C2C2C;
    padding: 40px 0px;
}

.footer_box .foot_item .auto {
    display: flex;
}

.footer_box .foot_item .l {
    width: 60%;
}

.footer_box .foot_item .l .phone {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 20px;
}

.footer_box .foot_item .l .phone img {
    margin-right: 5px;
}

.footer_box .foot_item .l .txt {
    color: #999;
    margin-top: 10px;
    font-size: 12px
}

.footer_box .foot_item .l .txt a {
    color: #999
}

.footer_box .link_box {
    background-color: #000;
    padding: 15px 0px;
}

.footer_box .link_box .auto {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 12px;
}

.footer_box .link_box .auto a {
    color: #666;
    font-size: 12px;
}

.footer_box .link_box .auto span {
    margin: 0px 10px;
    color: #666;
    font-size: 12px;
}

.tcdPageCode{
	display: flex;
	justify-content: center;
	margin: 40px 0px
}
.tcdPageCode li a{
	margin: 0px 10px;
	cursor:pointer;  
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
    border: 1px solid #cbcbcb;
    color: #666;
} 
.tcdPageCode li span{
	margin: 0px 10px;
	cursor:pointer; 
 	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
    border: 1px solid #cbcbcb;
    color: #666;
} 
.tcdPageCode li a:hover{
	color: #fff;
    border-color: #155296;
    background: #155296;
}
.tcdPageCode li span:hover{
	color: #fff;
    border-color: #155296;
    background: #155296;
}
.tcdPageCode li .current{
		color: #fff;
    border-color: #155296;
    background: #155296;
}
.tatol_page{
	text-align:center;
	margin: 40px 0px;
	color:#1677ff
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pagination a{
	color:#155296
}
.pagination a span{
color:#666666
}

.pagination2{
	
}
.pagination2 li{
    line-height: 22px;
	background:#fff;
	margin:10px 0px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}
.pagination2 li .l{
	flex:1;
}
.pagination2 li a{
    font-size: 14px;
    color: #155296;
    font-weight: normal;
	display:flex;
	align-items:center;
}
.pagination2 li a .time{
	color:#666
}
.pagination2 li a span{
	color:#666666
}
.pagination2 li:hover{
	border-color:#155296
}
.pagination2 li:hover a span{
	 color:#155296
}
.weizhi_box{
    border-bottom: 1px solid #eee;
}