body {
	margin: 0;
	padding: 0;
	line-height: 24px;
    /* font-family: 'oswald'; */
    font-family:"Microsoft YaHei";
	font-size: 12px;
	background: #ffffff;
}
@font-face{
	font-family: 'oswald';
	src : url('../fonts/SOURCEHANSANSCN-BOLD_1.OTF');
}
*{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
div,
ul,
li,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img,
p,
span {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type: none;
	/* margin-left: auto; */
	margin-top: 0;
	margin-bottom: 0;
}


/* Link */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	border: 0px;
	background-color: Transparent;
}

a {
	outline: none;
	color: #000000;
}
/*Clear*/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.max {
	position: relative;
    overflow: hidden;
/*    padding-top: 210px;*/
}
.max_top{
    padding-top: 210px;
}

.head{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: rgba(255,255,255,0.84);
    z-index: 999;
    left: 0;
    top: 0;
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
}
/*.top{
    position: fixed;
    box-sizing: border-box;
    
}*/


/* 中心宽度 */
.w1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.w1400{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.w1500{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.w1600{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.w1680{
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}
.w1720{
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}

.head-cent{
    max-width: 1200px;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 中心宽度 结束*/

.head_ding{
    width: 100%;
    background: #e7f6fd;
}
.head_d-a{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.head_d-a a{
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 40px;
    color: #333333;
}
.head_d-a a::after{
    content: "|";
    position: relative;
    color: #a3cde1;
    font-size: 12px;
    line-height: 40px;
    margin:  0 7px;
}
.head_d-a a:last-child::after{
    display: none;
}
.hc_left{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.logo img{
    display: block;
    /* height: 40px; */
}
.logo_text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}
.logo_left{
    position: relative;
    padding-right:15px;
    margin-right: 15px;
}
.logo_left::after{
    content: "";
    width: 1px;
    height: 90%;
    background: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.logo_zz{
    font-size: 20px;
    color: #010101;
    line-height: 30px;
    font-weight: bold;
}
.logo_zc{
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
}

.logo_right{
    display: inline-block;

}
.logo_rz{
    font-size: 12px;
    color: #000000;
}
.logo_rz span{
    color: #e2831d;
}
.logo_rc{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.logo_rcc{
    font-size: 12px;
    color: #e2831d;
}

.hc_ef-bk{
    display: inline-block;
    height: 100%;
}
.hc_ef-zi{
    font-size: 18px;
    line-height: 24px;
    color: #00588c;
    margin: 40px 0 20px;
}

.hc_ef-zist{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hc_ef-zist li{
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
}

.hc_ef-zist li a{
    display: block;
}
.hc_ef-zist li img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.hc_ef-zist li .ef_img{
    display: block;
}
.hc_ef-zist li .ef_img2{
    display: none;
}
.hc_ef-zist li:hover .ef_img2{
    display: block;
}
.hc_ef-zist li:hover .ef_img{
    display: none;
}

.head_bot{
    width: 100%;
    height: 60px;
    background: #d90d0d;
}

.head_nav{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_nav li{
    width: 110px;
    position: relative;
    height: 100%;
}
.head_nav li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.nav_twk{
    width: 100%; 
    position: absolute;
    left: 0;
    top:100%;
    /* transform: translateX(-50%); */
    z-index: 1;
    display: none;
}
.nav_two{
    width: 100%;
    position: relative;
    background: #c80001;
    padding: 15px 0;
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-top: 1px;
}

.nav_two>a{
    display: block;
    height: 40px;

    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
}
.nav_two>a:last-child{
    border-bottom: none;
}
.nav_two>a:hover{
        background: #b30203;
}
.nav_two>.aov{
        background: #b30203;
}
.head_nav li:hover>a{
        background: #c80001;
   
}
.head_nav li:hover .nav_twk{
    display: block;
}

.head_nav .nav_on>a{
        background: #a50001;
   
}

.nav_th{
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border: 1px solid #a0a3a6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.nav_th a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    border-right: 1px solid #a0a3a6;
}
.nav_th a:last-child{
    border-right: none;
}

.nav_th a img{
    display: inline-block;
}
.nav_th a span{
    font-size: 16px;
    color: #666666;
    margin-left: 8px;
}
.nav_th a:hover span{
    color: #00588c;
}

.head_xr{
   display: flex;
   height: 100%;
   align-items: center;
   justify-content: flex-start;
}

.head_xr-sou{
    position: relative;
}
.head_xr-fd{
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.head_nav li:hover .nav_th{
    display: flex;
}

/* 搜索框 */
.head-rbx-input{
    width: 368px;
    height: 40px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    /* margin: 35px 0 30px; */
}
.head-rbx-input form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.head-rbx-input2{
    width: 95%;
    height: 40px;
    float: left;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    background: transparent;
    margin: 35px 2.5% 30px;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}
.head-rbx-input2 form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hbx-input{
    width: calc(85% - 40px);
    padding: 0 20px;
    height: 100%;
    background: transparent;
    display: inline-block;
    border: none;
    outline: none;
}

.hbx-input::placeholder{
    font-size: 12px;
    color: #999999;
}
.hbx-img{
    width: 80px;
    height: 100%;
    background:url(../img/h_fd.png) no-repeat #a36330;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: transparent;
}

.hbx-but{
    width: 64px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../img/h_fd.png) no-repeat center #b9b9b9;
}
.hbx-but img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* 搜索框 结束*/
.head_xr-lang{
    display: inline-block;
    width: 134px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #cbcaca;
    /* margin: 0px 18px; */
    border: 1px solid #04a6ee;
}
.head_xr-lang a{
    color: #333333;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}
/* .head_xr-lang a:hover{
    color: #3ea1ff;
} */
.head_xr-lang .lang_on{
    color: #3ea1ff;
}

.head_use{
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.head_use a{
    display: inline-block;
    height: 100%;
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #ffffff;
}
.head_ty{
    background: #0370d7;
}
.head_long{
    background: #094986;
}

.hc_hua-x{
     display: flex;
     justify-content: flex-start;
     align-items: center;
}
.hc_hua-x img{
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}
.hc_hua-span{
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hc_hua-span span{
    font-size: 22px;
    color: #e60012;
    font-weight: bold;
}

/* 手机板css */
.nav-dao{
	height: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
.nav-dao img{
   width: 33px;
   position: relative;
   /* top: 50%;
   transform: translateY(-50%); */
}
.dao-list {
	background-color: rgba(0,0,0,0.65);
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	padding-top: 60px;
	z-index: 99999999999;
}
.dao-list-a{
	width: 95%;
	padding: 0 2.5%;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.dao-list-a>li{
	line-height: 40px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	position: relative;
}
.nav-div{
	width: 100%;
}
.nav-div>a{
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	
}
.nav-div img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.dao_two{
	width: 100%;
	display: none;
}
.dao_two>li{
	width: 100%;
	line-height: 30px;
	padding: 5px 0;
	position: relative;
}
.nav-div2{
	width: 100%;
}
.nav-div2 img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.nav-div2>a{
	color: #ffffff;
	font-size: 16px;
	margin-left: 16px;
}
.dao_three{
	width: 100%;
	display: none;
}
.dao_three>a{
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.occ{
	width: 33px;
	/* height: 33px; */
	position: absolute;
	right: 10px;
    top: 10px;
    cursor: pointer;
}
/* 手机版css结束 */

/* 首页banner  css */
.banner{
    width: 100%;
    position: relative;
    float: left;
    z-index: 1;
}
.ban_two{
    width: 100%;
    position: relative;
    height: 600px;
}


.ban_bk{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: flex-end;
}
.ban_bk-list{
    height: calc(100% - 50px);
    width: 360px;
    background: rgba(0, 0, 0, 0.76);
    padding: 25px 0;
    overflow-y: scroll;
}
.ban_bk-list::-webkit-scrollbar{
	display: none
}

.ban_bk-list li{
   padding: 10px 40px;
}
.ban_bk-list li a{
    display: block;
}
.ban_bst-a{
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.ban_bk-list li:hover {
    background: linear-gradient(to right, rgba(178,4,5,1), rgba(178,4,5,0));
}

#sw{
    width: 100%;
    position: relative;
    z-index: 1;
}
#sw .swiper-slide{
    width: 100%;
}
#sw .swiper-slide a{
    display: block;
}
#sw .swiper-slide .pic{
    width: 100%;
    display: block;
}
#sw .swiper-slide video{
    width: 100%;
}
.int{
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.int_n{
    right: 5%;
    background: url(../img/ban_nex.png) no-repeat rgba(0,88,140,0.5);
    background-size:100% 100%;
}
.int_n:hover{
    background-color: rgba(0,88,140,1);
}
.int_p{
    left: 5%;
    background: url(../img/ban_pre.png) no-repeat rgba(0,88,140,0.5);
    background-size:100% 100%;
}
.int_p:hover{
    background-color: rgba(0,88,140,1);
}

#sw .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    box-sizing: border-box;
    border-radius:0;
    background: #ffffff;
    margin: 0 1.5px;
}
#sw .swiper-pagination-bullet-active{
    background: #0a4f97;

}
#sw .swiper-pagination{
    bottom: 45px;
}
/* 首页banner  css结束 */

/* 返回顶部 */
.in_top{
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 99;
    cursor: pointer;
}
.in_top img{
    width: 100%;
    display: block;
}

/* 右悬浮css */
.xuan_fu{
    position: fixed;
    z-index: 888;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xuan_fu-list{
    width: 120px;
    position: relative;
}
.xuan_fu-list li{
    width: 100%;
    height: 84px;
    position: relative;
    margin-bottom: 10px;
}
.xuan_fu-list li>a{
    display:flex;
    width: 100%;
    height: 100%;
    background: #05a6ec;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.xuan_fu-list li>a::before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 5;
    opacity: 0;
}

.xuan_fu-list li:nth-child(1)>a{
    background: #0a4f97;
}
.xuan_fu-list li:nth-child(2)>a{
    background: #fbeccd;
}
.xuan_fu-list li:nth-child(3)>a{
    background: #e5160e;
}
.xuan_fu-list li:nth-child(4)>a{
    background: #f3f3f3;
}

.xf-img{
    /* width: 30px; */
    display: block;
    margin: 10px auto 0;
}
.xf-img img{
    /* width: 100%; */
    display: block;
}
.xf-span{
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.xuan_fu-list li:nth-child(odd) .xf-span{
    color: #ffffff;
}
.xf_tan{
    position: absolute;
    right: 100%;
    top: 0;
    background: #05a6ec;
    visibility: hidden;
    transition: all 0.1s;
    
}
.xf_one{
    height: 100%;
    display: flex;
    align-items: center;
}
.xf_tan-zi{
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
}
.xf_two{
    padding: 20px 20px;
}
.xf_tan-erw{
    width: 120px;
}
.xf_tan-erw img{
    display: block;
    width: 100%;
}
.xf_erw-span {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.xuan_fu-list li:hover .xf_tan{
    visibility: visible;
}

/* 右悬浮结束 */

/* foot */

.foot{
    width: 100%;
    float: left;
    position: relative;
    background: #545050;
}

.foot_top{
    width: 100%;
    padding-top: 40px;
}
.f_nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #abaaaa;
}
.f_nav a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}
.f_nav a::after{
    content: "|";
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    position: relative;
    margin: 0 20px;
}
.f_nav a:last-child::after{
    display: none;
}
.footer{
    padding: 20px 0;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
}

/* 中间区域 */
.center{
    width: 100%;
    float: left;
    position: relative;
}

.in_bk{
    width: 100%;
    float: left;
    position: relative;
}

.in_one{
    width: 100%;
    margin-top: 60px;
}
.in_one-top{
    width: 100%;
    position: relative;
    height: 30px;
    display: flex;
    justify-content: flex-end;
}
.in_o-more{
    font-size: 14px;
    color: #999999;

}
.in_one-title{
    padding: 0px 25px;
    height: 60px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 3;
    font-size: 40px;
    text-align: center;
    color: #b20405;
    font-weight: bold;
}

.in_o-show{
    width: 100%;
    padding: 50px 40px;
    border: 10px solid #e0e0e0;
    box-sizing: border-box;
}
.in_o-sist{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.in_o-sist li{
    max-width: 260px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 25px;
}
.in_o-sist li:nth-child(4n){
    margin-right: 0;
}
.in_o-img{
    width: 100%;
    margin-bottom: 15px;
}
.in_o-img img{
    display: block;
    width: 100%;
}
.in_o-span{
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.in_o-sist li:hover .in_o-span{
    color: #cd3333;
}


.in_two{
    width: 100%;
    margin-top: 70px;
}

.in_w-title{
    width: 100%;
    position: relative;
    text-align: center;
}
.in_w-timg{
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.in_w-more{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    background: #ffffff;
    z-index: 2;
    padding-left: 4px;
    font-size: 14px;
    color: #b20405;
}
.in_w-title::after{
    content: "";
    width: 100%;
    bottom: 15px;
    height: 1px;
    background: #b20405;
    z-index: 1;
    position: absolute;
    left: 0;
}
.in_w-list{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.in_w-list li{
    max-width: 239px;
    width: 100%;
    margin-right: 1px;
    margin-bottom: 1px;
}
.in_w-list li:nth-child(5n){
    margin-right: 0;
}
.in_w-list li a{
    display: block;
}
.in_w-list li a img{
    display: block;
    width: 100%;
}

.in_three{
    width: 100%;
    position: relative;
    margin-top: 51px;
}
.in_r-title{
   
    width: 100%;
  
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;border-radius:10px;
}
.in_r-tz{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
     padding-left:15px;
    height: 55px;
    line-height: 55px;
    background: #b20405;padding-left:30px;padding-right:30px;
}
.in_r-more{
    font-size: 14px;
    color: #b20405;
    margin-right: 15px;
}
.in_r-list{
    width: 100%;
    margin-left:-20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.in_r-list li{
    max-width: 280px;
    width: 100%;
    margin-left: 20px;

    margin-bottom: 30px;
}

.in_r-list img{
border-radius:10px ;
}

.in_r-list li:nth-child(6n){
    margin-right: 0;
}
.in_r-list li a{
    display: block;
}
.in_r-img{
    width: 100%;

}
.in_r-img img{
    display: block;
    width: 100%;
}
.in_r-text{
    width: 100%;
    margin-top: 10px;
}
.in_r-text h3{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}
.in_r-text p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.in_r-list li:hover p{
    color: #cd3333;
}
.in_r-list li:hover h3{
    color: #cd3333;
}
.in_foure{
    margin-top: 50px;
    width: 100%;
}
.in_u-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.in_u-list li{
    max-width: 220px;
    width: 100%;
    position: relative;
    margin-right: 25px;
    margin-bottom: 20px;
    
}
.in_u-list li:nth-child(5n){
    margin-right: 0;
}
.in_u-list li a{
    display: block;
}
.in_u-img{
    width: 100%;
    position: relative;
    z-index: 1;max-height: 220px;overflow: hidden;
}
.in_u-img img{
    display: block;
    width: 100%;border-radius:110px;
}
.in_u-span{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.68);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
}
.in_five{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
}
.in_f-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.in_f-list li{
    max-width: 285px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.in_f-list li:nth-child(4n){
    margin-right: 0;
}
.in_f-list li a{
    display: block;
}
.in_f-img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.in_f-img img{
    display: block;
    width: 100%;
}
.in_f-text{
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.in_f-list li:hover .in_f-text{
    color: #b20405;
}
.in_guanggao{
    width: 100%;
    margin: 40px 0;
}
.in_guanggao img{
    display: block;
    width: 100%;
}

.in_six{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.in_s-left{
    max-width: 522px;
    width: 100%;
}
.in_s-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.in_s-zk{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.in_s-zkt{
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
}
.in_s-more{
    font-size: 14px;
    color: #999999;
}

.in_s-zist{
    width: 100%;
}
.in_s-zist li{
    width: 100%;
    margin-bottom: 20px;
}
.in_s-zist li:last-child{
    margin-bottom: 0;
}
.in_s-zist li h3{
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.in_s-ztw{
    width: 100%;
}
.in_s-ztw p{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}
.in_s-ztw p span{
    display: inline-block;
    position: relative;
    width: 52px;
    height: 22px;
    background: #fd7d02;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
}
.in_s-ztw p span::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fd7d02;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.in_s-ztw p a{
    display: inline-block;
    width: calc(100% - 64px);
    margin-left: 12px;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.in_s-zist li:nth-child(even) .in_s-ztw p span{
    background: #3ab3de;
}
.in_s-zist li:nth-child(even) .in_s-ztw p span::after{
    border-left: 6px solid #3ab3de;
}

.in_s-right{
    max-width: 586px;
    width: 100%;
}
.in_s-rti{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.in_s-rti a{
    position: relative;
    padding-bottom: 8px;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    transition: all 0.3s;
}
.in_s-rti a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #b20405;
    transition: all 0.3s;
    opacity: 0;
}

.in_s-rti a:hover{
    color: #b20405;
}
.in_s-rti a:hover::after{
    opacity: 1;
}
.in_s-rti .aon{
    color: #b20405;
}
.in_s-rti .aon::after{
    opacity: 1;
}

.in_s-rhow{
    width: 100%;
}
.in_s-rist{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.in_s-rist li{
    max-width: 182px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
}
.in_s-rist li:nth-child(3n){
    margin-right: 0;
}
.in_s-rist li a{
    display: block;
}
.in_s-rimg{
    width: 100%;
}
.in_s-rimg img{
    display: block;
    width: 100%;
}
.in_s-ran{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin-top: 5px;
}
.in_s-rist li:hover .in_s-ran{
    color: #b20405;
}

#sww{
    width: 100%;
    position: relative;
    z-index: 1;
}
#sww .swiper-slide{
    width: 100%;
}
#sww .swiper-slide a{
    display: block;
}
#sww .swiper-slide .pic{
    width: 100%;
    display: block;
}

#sww .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-radius:0;
    background: #ffffff;
    margin: 0 3.5px;
    text-align: center;
    line-height: 15px;
    color: #333333;
    font-size: 12px;
}
#sww .swiper-pagination-bullet-active{
    background: #989a97;

}
#sww .swiper-pagination{
    bottom: 7px;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}

.rec_link{
    width: 100%;
}

.link_bk-a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.link_bk-a img {
    display: inline-block;
    margin-right: 10px;
}
.link_bk-a a {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-transform: uppercase;
}
.link_bk-a a::after {
    content: ">";
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    position: relative;
    margin: 0 5px;
}
.link_bk-a a:last-child::after{
    display: none;
}

.rec_one{
    width: 100%;
}
.rec_o-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.rec_o-list li{
    max-width: 205px;
    width: 100%;
    margin-right: 43px;
    margin-bottom: 20px;
}
.rec_o-list li:nth-child(5n){
    margin-right: 0;
}
.rec_o-list li a{
    display: block;
}
.rec_o-img{
    width: 100%;
}
.rec_o-img img{
    display: block;
    width: 100%;
}
.rec_o-span{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}

/* 分页样式*/
#pages {
    text-align: -webkit-center;
     font-size:14px;
     margin: 30px 0;
     display: flex;
     justify-content: center;
     align-items: center;
    }
#pages a { 
    display:flex; 
    justify-content: center;
    align-items: center;
    height:30px; 
    line-height:30px; 
    background:#ffffff; 
    border:1px solid #d9d9d9; 
    text-align:center; 
    color:#000000; 
    padding:0 15px;
    font-size: 14px;
    margin: 0 9px;
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages a img{
    display: block;
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#c80001; 
    border:1px solid #c80001; 
    color:#fff; 
    text-align:center;
    padding:0 15px;
    margin: 0 9px;
}
.page .noPage { 
    display:inline-block; 
    width:56px; 
    height:30px; 
    line-height:30px; 
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}


.redat_k{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 30px;
    background: url(../img/bg.jpg) no-repeat;
    background-size: contain;
}

.rec_vik{
    width: 100%;
    margin-top: 35px;
}
.rec_vik-sext{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.rec_video{
    max-width: 865px;
    width: 100%;
    /* box-sizing: border-box; */
/*    border: 3px solid #1e63b0;*/
    margin: 0 auto;
}

.rec_video iframe{
    height: 360px;
}
.rec_video video{
    width: 100%;
    display: block;
}

.rec_twk{
    padding: 60px 60px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
    margin-top: 50px;
}

.rec_twk-c{
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.rec_twk-c p span{
    font-weight: bold;
}


.rec_tck-ti{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #c9c9c9;
    margin-top: 30px;
}
.tck-tz{
    width: 138px;
    height: 30px;
    background: url(../img/tg_b.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.tck-more{
    font-size: 14px;
    color: #b20405;
}

.rec_o-list2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.rec_o-list2 li{
    max-width: 183px;
    width: 100%;
    margin-right: 38px;
    margin-bottom: 20px;
}
.rec_o-list2 li:nth-child(5n){
    margin-right: 0;
}
.rec_o-list2 li a{
    display: block;
}

.head-rbx-input3{
    width: 368px;
    height: 40px;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: #ffffff;
    /* border-radius: 20px; */
    overflow: hidden;
    /* margin: 35px 0 30px; */
    margin-right: 25px;
}
.head-rbx-input3 form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hbx-but3{
    width: 64px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    background: #c80001;
}

.head-rbx-input4{
    width: 368px;
    height: 40px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    background: #ffffff;
    /* border-radius: 20px; */
    overflow: hidden;
    /* margin: 35px 0 30px; */
    margin-right: 25px;
}
.head-rbx-input4 form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.ency_box{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}
.ency_box span{
    display: inline-block;
    height: 36px;
    padding: 0 10px;
    background: #cd3333;
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}
.ency_box h3{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin: 0 20px 0 8px;
}

.ency_show{
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
     padding-bottom: 40px;
}

.ency_left{
    max-width: 830px;
    width: 100%;
}

.ency_etz{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ency_etz-ti{
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.ency_etz-ti span{
    font-size: 26px;
    color: #333333;
}
.ency_etz-a{
    display: inline-block;
    width: 100px;
    height: 40px;
    background: #c80001;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}

.ency_twen{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin: 20px 0 30px;
}
.ency_bx{
    width: 100%;
    margin-bottom: 30px;
}
.bx_title{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}
.bx_title span{
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
.bx_title span::before{
    content: "";
    width: 5px;
    height: 100%;
    background: #cd3333;
    position: absolute;
    left: 0;
    top: 0;
}

.bx_tiw{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

/* 轮播superslide */
.picMarquee-left{ 
    width:100%;  
    overflow:hidden; 
    position:relative;  
    box-sizing: border-box;
    /* border:1px solid #ccc;    */
}
.picMarquee-left .bd{ 
   width: 100%;  
}
.picMarquee-left .bd ul{ 
    width: 100%;
    overflow:hidden; 
    zoom:1; 
}
.picMarquee-left .bd ul li{ 
    width: 194px;
    margin:0 6px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
}
.picMarquee-left .bd ul li a{
    display: block;
    position: relative;
}
.cur_img{
    width: 100%;
}
.cur_img img{
    display: block;
    width: 100%;
}
.cur_text{
    width: 100%;
}
.cur_name{
    font-size: 14px;
    color: #333333;
}
.picMarquee-left .bd ul li:hover .cur_name{
    color: #c80001;
}
.picMarquee-left .bd ul li:hover .cur_position{
    color: #c80001;
}

.ency_right{
    max-width: 286px;
    width: 100%;
    background: #f8f8f8;
}

.ency_rimg{
    width: 100%;
}
.ency_rimg img{
    display: block;
    width: 100%;
}
.ency_rk{
    padding: 20px 0;
}

.ency_rk-ti{
    padding: 0 30px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.ency_rk-list{
    padding: 0px 20px;
    margin-top: 10px;
}
.ency_rk-list li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ency_rks-z{
    max-width: 60px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 28px;
}
.ency_rks-y{
    max-width: 172px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.ban_twk{
    width: 100%;
}
.ban_twk img{
    display: block;
    width: 100%;
}
.exh_lun{
    width: 100%;
    position: relative;
    background: #d3d3d3;
}

#ex{
    width: 100%;
    position: relative;
    z-index: 1;
}
#ex .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* #ex .swiper-slide a{
    display: block;
} */
.ex_img{
    max-width: 630px;
    width: 100%;

}
.ex_img img{
    display: block;
    width: 100%;
}

.ex_text{
    max-width: 520px;
    width: 100%;
    margin-right: 20px;
}
.ex_tiz{
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 50px;
}
.ex_tic{
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ex_jfk{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 520px;
    width: 100%;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 5;
}

.bj{
    width: 8px;
    height: 13px;
    border: none;
    outline: none;
    cursor: pointer;
}

.bj_n{
    background: url(../img/bj_n.png) no-repeat;
    background-size:100% 100%;
}
.bj_p{
    background: url(../img/bj_p.png) no-repeat;
    background-size:100% 100%;
}
.b_fenqi{
    margin: 0 40px;
    font-size: 14px;
    color: #333333;
}
.s-num{
    font-size: 18px;
}

.exh_show{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
}

.wg_box{
    width: 100vw;
    height: 100vh;
    position: relative;
}

.wg_a{
    display: block;
    width: 220px;
    height: 56px;
    border-radius: 28px;
    background: linear-gradient(to right, #fecc77, #ffbf53);
    text-align: center;
    line-height: 56px;
    font-size: 26px;
    color: #740000;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%,-15%);
    z-index: 5;
    font-weight: bold;
}

.exde_box{
    width: 100%;
    padding-bottom: 70px;
}
.exde_img{
    width: 100%;
}
.exde_img img{
    display: block;
    width: 100%;
}

.exde_ti{
    width: 100%;
    margin: 40px 0 20px;
}
.exde_ti-z{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.exde_ti-c{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}


.exde_show{
    width: 100%;
    position: relative;
}


.project-top{
    width: 100%;
    position: relative;
    z-index: 1;
}
.project-top .swiper-slide{
    width: 100%;
}
.jec_img{
  width: 100%;
}
.jec_img img{
    width: 100%;
    display: block;
}

.jec_text{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.jec_tew{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    max-width: 1100px;
    width: 100%;
}

.jec_de-thm{
    padding: 0px 64px;
    margin: 40px 0 90px;
    position: relative;
}

.p_fenqi{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    font-size: 18px;
    color: #333333;
}
.p-sum{
    font-size: 45px;
    color: #c80001;
    font-weight: bold;
}


.project-thumbs{
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.project-thumbs .swiper-slide{
    width: 100%;
    cursor: pointer;
}
.project-thumbs .swiper-slide img{
    display: block;
    width: 100%;
    transition: all 0.3s;
}
.project-thumbs .swiper-slide-thumb-active img{
	transform: scale(1.4);
  }

  .jec{
    width: 11px;
    height: 19px;
    position: absolute;
    border: none;
    outline: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.jec_n{
    right:0;
    background: url(../img/je_n.png) no-repeat;
    background-size:100% 100%;
}
.jec_n:hover{
   opacity: 0.5;
}


.jec_p{
    left:0;
    background: url(../img/je_p.png) no-repeat;
    background-size:100% 100%;
}
.jec_p:hover{
    opacity: 0.5;
}

.exde_bot{
    width: 100%;
    border-top: 1px solid #c80001;
}

.exde_bot-ti{
    width: 100%;
    height: 50px;
    background: #c80001;
    margin-top: 8px;
}
.exde_bot-ti span{
    margin-left: 25px;
    font-size: 22px;
    line-height: 50px;
    color: #ffffff;
}

.exde_bot-tw{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.pub_list{
    width: 100%;
    
}
.pub_list li{
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}
.pub_list li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pub_img{
    max-width: 227px;
    width: 100%;
}
.pub_img img{
    display: block;
    width: 100%;
}
.pub_twm{
    max-width: 952px;
    width: 100%;
}
.pub_twm-tz{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0;
}
.pub_twm-tc{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pub_more{
    width: 98px;
    height: 34px;
    border: 1px solid #d0d0d0;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #999999;
    margin-top: 40px;
}

.pub_list li:hover .pub_img{
    box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.1);
}
.pub_list li:hover .pub_twm-tz{
    color: #c80001;
}
.pub_list li:hover .pub_more{
    background: #c80001;
    color: #ffffff;
}

.deta_box{
    width: 100%;
    margin: 40px 0 60px;
}
.deta_tz{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}
.deta_tc{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 18px;
}
.deta_tw{
    width: 100%;
    margin-top: 18px;
}
.deta_tw p{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.deta_tw img{
    max-width: 100%;
    display: block;
    margin: 60px auto;
}

.enc_img-tan{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.enc_img-tk{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 40%;
    width: 100%;
}
.enc_img-tan span{
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.enc_img-tk img{
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}