/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html,body{
    font-size: 16px;
	font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC', sans-serif;
}

body{
	width: 100%;
    height: 100%;
	margin:0 auto;
	position:relative;
}
ul{list-style-type:none;margin:0px;padding:0px;}
dl,dt,dd{margin:0px;padding:0px;}
ul li,p,form,input{margin:0px;padding:0px;}
textarea{font-size:12px;}

a{
    text-decoration: none;
    color: #333;
}
a:hover{color:#3d7aff; text-decoration:none;}
.cl{
	clear:both;}
.body-img{
	background-image:url(../images/bimg.jpg);
	margin:0 auto;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    transform-origin: 50% 50%;
    min-width: 1200px;
	}
.w{
	margin: 60px auto;
    display: table;
    width:1200px;
    min-width: 1000px;
    min-height: 500px;
}
.w1{
	width:1200px;
	padding:10px;
	box-shadow:0px 1px 8px rgba(0, 0, 0, 0.3);
	margin:50px auto;
	}
.blank{
	height:15px;
	overflow:hidden;}
.blank2{
	height:25px;
	overflow:hidden;
	}
.blank6{
	height:75px;
	overflow:hidden;
	}

.fl{
	float:left;}
.fr{
	float:right;}
.header .actives{
    /*  */
}

#ingg{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:99999999;
	overflow:hidden;
	}
#ingg img{
	width:150px;
	height:auto;
	}

.title-left .active a{
    color: #fff !important;
    font-weight: bold;
    background: #3d7aff !important;
    border-radius: 5px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 90vw;
    margin: 0 auto;
    margin-top: 10vh;
    height: 80vh;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 30px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width:calc(100% - 60px);
    border-bottom: 1px solid #CF1212;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid #CF1212;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #CF1212;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}



/* 导航条 */
.header-banner{
    height: 100px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1200px;
    background-color: #fff;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 20;
    background-color: rgba(255, 255,255,1);
/*    box-shadow: 0 0 20px rgba(0, 0,0, .3);*/
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
	margin-left:0px;
	position:absolute;
	left:5%;
}


.header-main img{
    height: 60px;
}

.header-main .header{
    line-height: 100px;
    /*width: 780px;*/
    height: 100%;
	position:absolute;
	right:10%;
}

.header-main .header>ul{
/* display: flex;
    justify-content: space-between;*/
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
	float:left;

}
.header-main .header>ul>li>a:hover{
 background-color:rgba(214,25,40,0.8);
 display:block;
    color: #ffffff;
	transition:all ease-in .3s;
 }


.header-main .header>ul>li.actives>a{
	display:block;
    color: #ffffff;
	background-color:rgb(188,0,0);

}
.header .actives>a ,.header-main .header>ul>li:hover .onhover{
    color: #fff !important;

	background-color:rgb(188,0,0) !important;
}
.header-main .header>ul>li:hover .onhover:hover{
	 transition:color 0.4s;
	 opacity:0.8;
}

.header-main .header>ul>li:hover .cms-site-submenu{
	transition:all ease-in .3s;
    display: block;
}

.header-main .header>ul>li>a{
    color: #333;
 display: block;
 min-width:110px;

}

.header ul li a{
    font-size: 18px;
    font-weight: 500;
    max-width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 110px;
    text-align: center;
}



.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 110px;
	transition:all ease-in .3s;
}

.header-main .header>ul>li>ul> li a:hover{
    background-color:rgba(214,25,40,0.8);
    color: #fff;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);  
    overflow: hidden;
	transition:all ease-in .3s;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    background-color:rgb(188,0,0);
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>a{
    font-size: 16px;
	color:#ffffff;
}

.selected-menu-login{
    width: 32px;
    margin-left: 25px;
}

.selected-menu-login a{
/*    position: relative;
    left: 0px;*/
    width:32px;
	font-size: 0 !important;
}

.selected-menu-login a::before{
    content: '';
    display: inline-block;
    background: url(../images/user.png)  no-repeat  center center;
    background-size: 23px;
    width: 20px;
	height:20px;
    margin-right: 10px;

 position: absolute;
    top: 20px;
    left: -8px;
}
.selected-menu-login a:hover{
    background: none !important;
}
.selected-menu-login a:hover::before{
    background: url(../images/user01.png)  no-repeat  center center;
	background-size: 23px;
}
/* 各页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.banner{
    width: 100%;
    min-width: 1200px;
    margin-bottom: -4px;
}

.banner img{
    width: 100%;
}

.main-top{
    width: 100% !important;
	margin-top:90px;
}

.main-top img{
    width: 100%;
/*	max-width:1920px;*/
	margin: 0 auto;
    display: block;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

/*-------右侧客服开始-------*/
.fix{position:fixed}
.righ_ceb{top:60%;right:0;z-index:50;margin-top:-176px}
.shu_hug{height:112px;width:56px;background-color:#393939;display:inline-block;vertical-align:top;border-radius:0px;color:#fff;cursor:pointer;float:left}
.kefu_tp{width:30px;display:block;margin:15px auto 5px}
.fun_wen{width:40px;color:#fff;margin:0px auto;text-align:center;font-size:17px;line-height:20px}
.tanchuang{width:180px;min-height:160px;background-color:#fff;border:1px solid #fff;float:right;padding:10px 20px 30px 20px;background-repeat:no-repeat;background-position:center 166px;display:none}
.tc_lixi{border-left:4px solid #585856;padding-left:20px;margin-bottom:28px;font-weight:normal;line-height:24px;font-size:24px;margin-top:18px}
.kefu_con p{
	line-height:20px;
	padding-left:20px;
	font-size:14px;
	word-break:break-all;
	background-size:15px 15px;
	}
.kefu_con img{
	width:150px;
	}
.tc_hama{
	background:url(../images/dh.png) no-repeat left center;
		}
.tc_haer{
	background:url(../images/yx.png) no-repeat left center;
	margin-top:10px;
	}
.tc_haer02{background-image:url(/assets/fax-a1893c8667847628ceb6349c7bb237683d5ba5dabc3eb1ef5f855e9c0d164a44.png);margin-top:10px}
.hdng{
	animation-name:dhun;
animation-duration:0.5s;
animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
-ms-animation-name:dhun;-ms-animation-duration:0.5s;
-ms-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
-webkit-animation-name:dhun;-webkit-animation-duration:0.5s;
-webkit-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
-moz-animation-name:dhun;-moz-animation-duration:0.5s;
-moz-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
display:block;
}
@keyframes dhun{
	from{margin-right:-200px;
	opacity:0}
	to{
		margin-right:0px;
		opacity:1;
		display:block
		}
		}
@-moz-keyframes dhun{
	from{
		margin-right:-200px;
		opacity:0;
		}
	to{
		margin-right:0px;
		opacity:1;
		display:block;
		
		}}
@-o-keyframes dhun{
	from{
		margin-right:-200px;
		opacity:0;
		}
	to{
		margin-right:0px;
		opacity:1;
		display:block;
		}}
@-ms-keyframes dhun{
	from{
		margin-right:-200px;
		opacity:0;
		}
	to{
		margin-right:0px;
		opacity:1;
		display:block;
		}}
.hdng_r{
	animation-name:left_mov;
	animation-duration:0.5s;
	animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
	-ms-animation-name:left_mov;-ms-animation-duration:0.5s;
	-ms-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
	-webkit-animation-name:left_mov;-webkit-animation-duration:0.5s;
	-webkit-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
	-moz-animation-name:left_mov;-moz-animation-duration:0.5s;
	-moz-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;
	display:none;
	}
@keyframes left_mov{from{margin-right:0px}to{margin-right:-200px}}
.donghk{animation-name:mymove;animation-duration:0.5s;animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;-ms-animation-name:mymove;-ms-animation-duration:0.5s;-ms-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;-webkit-animation-name:mymove;-webkit-animation-duration:0.5s;-webkit-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;-moz-animation-name:mymove;-moz-animation-duration:0.5s;-moz-animation-timing-function:cubic-bezier(0.4, 0, 1, 1) 2s;display:block !important}
@keyframes mymove{from{top:60px;opacity:0}to{top:80px;opacity:1}}
@-moz-keyframes mymove /* Firefox */{from{top:60px;opacity:0}to{top:80px;opacity:1}}


/*-------首页开始-------*/

.titel1{
	line-height:30px;
	overflow:hidden;
	color:#666;
	font-size:16px;
	margin-top:1px;
	padding-bottom:5px;
	margin-bottom:15px;
	background:url(../images/of.png) no-repeat left bottom;
	}
.titel1 span{
	display:block;
	color:#333333;
	font-size:32px;
	letter-spacing:2px;
	font-weight:600;
	line-height:40px;
	}
.titel1 span b{
	font-weight:normal;
	color:#999999;
	
	}
.inaboutl{
	width:580px;
	padding-left:22px;
	overflow:hidden;
	}
.inaboutl img{
	max-width:100%;
	}
.inabout{
	width:540px;
	color:#3a3a3a;
	line-height:30px;
	margin-top:10px;
	padding:0 20px;
	font-size:16px;
	}
.inabout p{
	letter-spacing:1.5px;
	margin-bottom:10px;
	}
.more{
	margin:0 auto;
	position:relative;
	}
.more a{
	color:#333333;
	font-size:14px;
	padding:0 20px;
	display:inline-block;
	height:30px;
	line-height:30px;
	border-radius:25px;
	letter-spacing:2px;
	border:1px solid #333;
	}
.more a:hover{
	color:#d61928;
	border:1px solid #d61928;
	}
.more a img{
	width:35px;
	height:auto;
	padding-left:5px;
	position:relative;
	margin-top:-5px;}	
#w{
	background:url(../images/bg1.png) no-repeat right top #f1f5fd;
	margin:0 auto;
	min-height:480px;
	overflow-x:hidden;
	padding:0;}
#w2{
	margin:0 10%;
	min-height:480px;
	overflow-x:hidden;
	padding:0;}
.inlanm{
	margin-top:20%;
	}
.inlanm dl{
	display: inline-block;
    width: calc(25% - 14px);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: top;
	}
.inlanm dl dt{
	padding-bottom:30px;
	overflow:hidden;
	}
.inlanm dl dt img{
	width:100%;
height:100%;
	-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition:all ease-in .3s;
	}
.inlanm dl dt:hover img{
	-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
		-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
	}
.inlanm dl dd{
	padding:5px 20px 15px 20px;
	
	}
.inlanm dl dd p{
	font-size:12px;
	margin-bottom:10px;
	height:35px;
	}
.inlanm dl dd h1{
	font-size: 17px;
    margin-bottom: 15px;
	font-weight:normal;
	}
.zcpz{
	display:flex;
	justify-content:space-between;	
	align-items:stretch;
	 gap: 10px 20px;
	}
.zcpz dl{
	list-style:none;
	margin:15px 28px;
	width:35%;
	height:168px;
	background-color:#fff;
	padding:20px;
	transition:all ease-in .5s;
	border-radius:10px;
	}	
.zcpz dl dt{
	display:block;
	width:80px;
	height:75px;
	background:url(../images/1.png) no-repeat center top;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	transition:all ease .5s;
	}
.zcpz dl dd{
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:32px;
	letter-spacing:2px;
	transition:all ease-in .5s;
	margin-bottom:30px;
	}

.zcpz dl:nth-child(2) dt{
	background:url(../images/2.png) no-repeat center top;
	}
.zcpz dl:nth-child(3) dt{
	background:url(../images/3.png) no-repeat center top;
	}	
	
.zcpz dl.chover1{
	background-color:#3d7aff;
	color:#fff;
	box-shadow:rgb(0,0,0,.2) 0px 0px 6px;
	}
.zcpz dl.chover1 dt{
	background-position:center -75px;
	}
.zcpz dl.chover1 dd,.zcpz dl.chover1 dd h1{
	color:#fff;}	
.titel{
	line-height:30px;
	overflow:hidden;
	color:#999;
	font-size:16px;
	letter-spacing:0px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;	
	}
.titel span{
	display:block;
	color:#333;
	font-size:32px;
	line-height:40px;
	letter-spacing:3px;	
	
	}
.titel b{
	display:block;
	height:10px;
	background:url(../images/of.png) no-repeat center bottom;
	}
.inlink li{
	list-style:none;
	width:22%;
	float:left;
	text-align:center;
	height:40px;
	line-height:40px;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom: 35px;
	}
.inlink li img{
	height:40px;
	}
.inly{
	padding:20px 60px;
	line-height:38px;
	font-size:20px;
	color:#666;
	letter-spacing:2px;
	}
.inly p{
	margin-bottom:22px;}
.inly font{
	font-weight:bold;
	color:#fe0000;
	}
.inewsl{
	width:580px;
	overflow:hidden;
	}	
.inewsl dl{
	list-style:none;
	padding:15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	margin:0 10px;
	}
.inewsl dl dt{
	width:190px;
	
	float:left;
	overflow:hidden;

	}
.inewsl dl dt img{
	width:180px;
	overflow:hidden;
	}
.inewsl dl dd{
	width:320px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#8b8b8b;
	transition:all ease .5s;
	}
.inewsl dl dd h1 a{
	line-height:35px;
	font-size:18px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}
.inewsl dl dd a{
	font-size:14px;
	}
.inewsl dl dd a.nmore{
	color:#999;
	}

.inewsl dl.nhover1{
	background-color:#f3f3f3;
		}

.inewsl dl.nhover1 dd h1 a,.inewsl dl.nhover1 dd a.nmore{
	color:#3d7aff;}
.wzxx1 ul{
	list-style:none;
	padding:10px;
	}
.wzxx1 ul li{
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:#999;
	border-bottom:1px dashed #ccc;
	font-size:12px;
	}
.wzxx1 ul li a{
	display:block;
	line-height:40px;
	height:40px;
	background:url(../images/dian.png) no-repeat left center;
	padding-left:15px;
	font-size:14px;	
	overflow:hidden;
	}	
.wzxx1 ul li a:hover{
	background:url(../images/dian2.png) no-repeat left center;

	}	
.inews{
	width:590px;
	overflow:hidden;
	}	
.inews dl{
	list-style:none;
	padding:15px;
	transition:all ease .5s;
	border-bottom:1px dashed #cecece;
	height:120px;
	overflow:hidden;
	margin:0 10px;
	}
.inews dl dt{
	background-color:#e4e4e4;
	padding:15px;
	text-align:center;
	width:90px;
	height:90px;
	color:#999;
	line-height:20px;
	float:left;
	font-size:14px;
	overflow:hidden;
	transition:all ease .5s;
	}
.inews dl dt span{
	display:block;
	font-size:24px;
	line-height:40px;}
.inews dl dd{
	width:500px;
	float:right;
	line-height:25px;
	font-size:14px;
	color:#8b8b8b;
	transition:all ease .5s;
	}
.inews dl dd h1 a{
	line-height:35px;
	font-size:18px;
	font-weight:normal;
	color:#313131;
	transition:all ease .5s;	}
.inews dl dd a{
	font-size:14px;
	}
.inews dl.ehover1{
	background-color:#efefef;
		}

.inews dl.ehover1 dd h1 a{
	color:#3d7aff;}
	
.nmore a{
	background-color:#3d7aff;
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	margin:30px 40px 5px auto;
	transition:all ease .5s;
	transition:all ease-in .3s;
	border-radius:20px;
	}	
.nmore a:hover{
	border-radius:20px;
	background-color:#0050ff;
	}
footer{
	background-color:#ffffff;
	margin:0 auto;
	}
#footer{
	color:#5e5e5e;
	}
.footer1{
	background-color:#FBFCFF;
	height:60px;
	border-bottom:1px solid #E0E0DF;
	overflow:hidden;
	}

.foterwz{	
	line-height:35px;
	text-align:center;
	width:1200px;
	padding-top:30px;
	color:#5f5f5f;
	font-size:15px;
	margin:0 auto;
	}

.foterwz h1,.foterwz h1 a{
	font-size:18px;
	color:#333;
	line-height:50px;
	height:50px;
	font-weight:normal;
	}
.fjs{
	display:inline-block;
	border:1px solid #c00;
	padding:0 20px;
	border-radius:20px;
	height:30px;
	line-height:30px;
	margin:10px 0;
	}
.beian{
	background:url(../images/ba.png) no-repeat left center;
	background-size:15px;
	padding-left:20px;
	margin-left:30px;}			
@media only screen and (min-width: 1920px){
footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	}
.w{
	margin-bottom:220px;}

	}

/*------------------------内容页开始------------------*/

#w1{
	background:rgb(239,239,239);
	height:50px;
	line-height:50px;
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:-5px;
	box-shadow:rgb(0,0,0,.2) 0px 2px 5px;
	}
.leftmenu{
	width: 190px;
    padding-top: 5px;
	overflow:hidden;
	z-index:9;
	}
.box{	
	margin:0 auto;
	display:block;
	}
.box ul{
	list-style:none;
}
.box ul li{
	display:block;
   	}
.box ul li a{
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color: #2d292a;
	transition:all ease-in .3s;
	}
.box ul li.active a, .box ul li a:hover{
	color:rgba(188,0,0,1);
	}
.fixedlm{
    position: fixed;
    top: 25%;
}
.cenright{
	width:980px;
	display: table-cell;
    vertical-align: top;
	font-size:16px;
	line-height:35px;
	min-height:300px;
	margin:0 auto;
	}
.cenright h1{
	font-size:24px;
	color:rgba(188,0,0,1);
	font-weight:normal;
	letter-spacing:2px;
	}
.cenright img{
	max-width:940px;}
.cenright img.fr{
	margin-left:30px;}	
.cenright img.fl{
	margin-right:30px;}	
.absj{
	background-color:#efefef;
	margin:0 auto;
	}
.absj ul{
	padding:0px;
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	}
.absj ul li{
	width:34%;
	font-size:20px;
	color: #666;
	line-height:45px;
	text-align:center;
	letter-spacing:1px;
	padding:40px 0 30px 0;	
	}

	
.absj ul li span{
	color: #c5a574;
	padding-left:0px;
	font-weight:bolder;
	line-height:40px;
	font-size:42px;
	}	
.absj ul li strong{
	color: #c5a574;
	font-size:18px;
	font-weight:normal;
	padding-left:10px;
	}
	
	
	
.titel2{
	text-align:left;
	font-size:20px;
	color:#d62104;
	letter-spacing:3px;
	margin:0px 0 20px 0;
	padding-left:20px;
	background:url(../images/titelbg.png) no-repeat left center;
	}
.titel2 span{
	display:inline-block;
	font-size:14px;
	color:#999;
	padding-left:5px;
	letter-spacing:1px;
	text-transform:Uppercase;
	background:url(../images/tite1.png) no-repeat right center #fff;
	padding-right:40px;}
.titel2 span i{
	font-style:normal;
	}

.centern{
	padding:20px 40px 50px 40px;
	line-height:35px;
	font-size:16px;
	color:#666;
	margin:0 auto;
	letter-spacing:1px;
	}	


.side_banner{
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:-1;
	}
.side_banner img{
	width:100%;
	overflow:hidden;}	

.wzxx dl{
	overflow:hidden;
	list-style:none;
	padding:30px 25px;
	transition:all ease .5s;
	border-bottom:1px dotted #edecec;
		}
.wzxx dl dt{
	text-align:center;
	width:12%;
	height:80px;
	color:#2e2e2e;
	line-height:20px;
	float:left;
	font-size:16px;
	overflow:hidden;
	transition:all ease .5s;
	border-right:1px solid #edecec;
	}

.wzxx dl dt span{
	display:block;
	font-size:26px;
	line-height:40px;
	font-weight:bold;}
.wzxx dl dd{
	width:83%;
	float:right;
	line-height:22px;
	font-size:14px;
	color:#555;
	transition:all ease .5s;	
	}
.wzxx dl dd h1{
	margin-bottom:5px;
	}
.wzxx dl dd h1 a{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	color:#333;
	transition:all ease .5s;	}
.wzxx dl dd a{
	font-size:14px;
	}
.wzxx dl.nhover1{
	background:rgb(0,0,0,.02);
		}
/*.wzxx dl.nhover1 dt{
	border-right:1px solid #bc0000;
	}*/
.wzxx dl.nhover1 dd h1 a{
		color:#bc0000;}
		
		
.cms-site-pagination{
    margin-top: 80px;
    display: flex;
}

.cms-site-pagination ul{
    display: flex;
}

.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}

.cms-site-pagination ul li a{
    display: block;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
}

.cms-site-pagination ul li a:hover{
    background-color: #d61928;
    color: #fff;
}

.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}

.cms-site-active a{
    background-color: #d61928 !important;
    color: #fff !important;
}


.h1t{
	line-height:50px;
	color:#686868;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	letter-spacing:2px;
	}	
.h5t{
	line-height:30px;
	color:#999999;
	font-size:14px;
	text-align:center;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}	
.jobs dl{
	padding:20px 10px;
	border-bottom:1px dotted #ccc;
	margin:10px 0;
	}
.jobs dl dt{
	line-height:35px;
	height:35px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	}
.jobs dl dd{
	font-size:16px;
	line-height:28px;
	}
.cteam dl{
	margin:20px 0;
	color:#333333;
	}	
.cteam dl dt{
	width:300px;
	text-align:center;
	vertical-align:middle;
	}
.cteam dl dt img{
	max-width:100%;
	}
.cteam dl dd{
	width:680px;
	overflow:hidden;
	}	
.cteam dl dd h1{
	font-size:22px;
	line-height:45px;
	}	
.cteam dl:nth-child(even) dt{
	float:right;
	}
.cteam dl:nth-child(even) dd{
	float:left;
	}
.cteam dl:nth-child(odd) dt{
	float:left;
	}
.cteam dl:nth-child(odd) dd{
	float:right;}		
/* jobs */

.jobs-click{
    line-height: 50px;
}
.jobs-click h3{
	font-size:16px;
	letter-spacing:1px;
	}
.jobs-list ul li{
    display: grid;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.jobs-list ul li>div{
    padding: 0 20px;
}

.jobs-list .active .jobs-click h3,.jobs-list .active .jobs-click i{
    color: #fff;
    font-weight: bold;
}

.jobs-list .active .jobs-click{
    background-color: #c5a574;
}

.jobs-list .active .jobs-content{
    background-color: #f3f3f3;
    padding: 30px 20px;
}

.jobs-content{
    display: none;
}

.jobs-click>h3{
    float: left;
    font-weight: normal;
}

.jobs-click>i{
    float: right;
    font-size: 30px;
    font-style: normal;
    line-height: 42px;
}

.jobs-item{
    display: grid;
}

.jobs-list .active{
    background: none;
}






.category-main{
    width: 1200px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    box-sizing: border-box;
    padding: 40px;
}

.title-left{
    min-width: 140px;
    margin-right: 50px;
    text-align: center;
    display: inline-block;
}

.title-left ul dt{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title-left ul dt h1{
    font-size: 22px;
    margin-bottom: 8.5px;
    border-bottom: 3px solid #CF1212;
    color: #CF1212;
    display: inline;
    padding-bottom: 14px;
}

.title-left ul li a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 13px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.title-left ul li .active{
    background-color: #CF1212;
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #CF1212;
    color: #fff;
    font-weight: bold;
}

.main-right{
    width: 900px;
}

.main-right .title{
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    border-left: 10px solid #CF1212;
    padding-left: 14px;
}

.main-right .title h3{
    font-size: 20px;
    color: #333;
    white-space: nowrap;
}

.main-right .title p{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    align-self: center;
    margin-left: 10px;
    white-space: nowrap;
    padding-right: 10px;
}

.main-right .title span{
    align-self: center;
    width: 1000%;
    height: 1px;
    background-color: #CF1212;
    position: relative;
}

.main-right .title span::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #CF1212;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -3px;
}

.main-right img{
    max-width: 100%;
}

.course-body ul li{
    display: flex;
    position: relative;
}

.course-body ul li::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #CF1212;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 60px;
    top: 58px;
}

.course-body ul li h3{
    padding-right: 17px;
    margin-right: 47px;
    border-right: 1px solid #ccc;
    font-size: 20px;
    color: #CF1212;
    padding-top: 50px;
}

.course-body ul li>div{
    font-size: 16px;
    margin-top: 65px;
    margin-bottom: 30px;
    line-height: 2em;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}

.course-body ul li div .time{
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: -1;
    font-size: 200px;
    color: #F2F3F4;
    font-weight: bold;
}

.honor ul li{
    margin-bottom: 40px;
}

.honor ul li .name{
    border-bottom: 1px solid #DA171C;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.honor ul li .name span{
    border-bottom: 3px solid #DA171C;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #DA171C;
}

.honor ul li .name img{
    position: absolute;
    right: 0;
    bottom: -5px;
}

.honor ul li .honor-body{
    position: relative;
    line-height: 2em;
}

.honor-body table tr td{
    color: #666;
}

.honor-body table tr td:nth-child(1){
    width: 20px;
}

.honor-body table tr td:nth-child(2){
    width: 800px;
}

.honor-body table tr td:nth-child(3){
    text-align: right;
}

.team ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}

.team ul li:last-child{
    border: 0;
    padding: 0;
}

.team-right{
    width: 580px;
    align-self: center;
}

.team-right .name{
    margin-bottom: 20px;
}

.team-right .name span{
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.team-right .name i{
    font-style: normal;
    font-weight: bold;
}

.team-right .name p{
    font-weight:bold;
}

.team .img-outline{
    width: 230px;
    height: 320px;
    align-self: center;
}

.team .team-body{
    line-height: 2em;
}


.news{
    width: 100%;
}

.news>ul>li a{
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news>ul>li a .img-outline{
    width: 240px;
    height: 150px;
    margin-right: 30px;
}

.news>ul>li a .news-text{
    width: 690px;
    align-self: center;
}

.news>ul>li a .news-text p{
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news>ul>li a .news-text h3{
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news>ul>li a:hover h3{
    color: #CF1212;
}

.news-text time span,.news-text time{
    font-size: 12px;
    color: #999;
}





/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
}

.main-content>p{
    font-size: 14px;
    color: #9c9b9b;
    margin: 10px 0;
    text-align: center;
}

.main-content span{
    color: #9c9b9b;
    font-size: 14px;
}

.main-content .main-text-bottom{
    margin-top: 40px;
}

.pages{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.pages .pages-prev-next{
    display: flex;
    justify-content: space-between;
}

.pages-prev{
    text-align: left;
    display: inline-block;
}

.pages-next{
    text-align: right;
}
.ht2{
	font-size:18px;
	font-weight:bold;
	color:#d61928;
	line-height:40px;
	margin-bottom:10px;
	}
.ht3{
	display:block;
	padding:0 20px;
	font-size:18px;
	background-color:#eee;
	font-weight:bold;
	color:#d61928;
	line-height:40px;
	height:40px;
	letter-spacing:2px;
	margin-bottom:20px;
	}
.ht4{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#d62104;
	letter-spacing:2px;}
.zcpz1{
	display:flex;
	justify-content:space-between;	
	align-items:stretch;
	 gap: 10px 20px;
	}
.zcpz1 dl{
	
	margin:15px 0px;
	width:25%;
	/*padding:20px;*/
	transition:all ease-in .5s;
	border-radius:15px;
	/*border:1px solid #ddd;*/
	box-shadow:rgb(0,0,0,.2) 0px 0px 4px;
	}	
.zcpz1 dl dt{
	width:100%;
	height:125px;
	text-align:center;
	overflow:hidden;
	transition:all ease .5s;
	vertical-align:middle;
	border-radius:15px 15px 0 0;
	margin-bottom:10px;
	}
.zcpz1 dl dt img{
	width:100%;
	
	}
.zcpz1 dl dd{
	/*text-align:center;*/
	font-size:14px;
	color:#333;
	line-height:30px;
	letter-spacing:1px;
	transition:all ease-in .5s;
	margin-bottom:20px;
	padding:0 10px;
	}
.zcpz1 dl dd strong{
	display:block;
	text-align:center;
	color:#d61928;
	font-size:16px;
	line-height:40px;
	transition:all ease-in .5s;
	}
.zcpz1 dl dd p{
	text-indent:1em;}	
.zcpz1 dl.zhover1{
	background-color:#3d7aff;
	color:#fff;
	box-shadow:rgb(0,0,0,.2) 0px 0px 6px;
	}
.zcpz1 dl.zhover1 dt{
	background-position:center -75px;
	}
.zcpz1 dl.zhover1 dd,.zcpz1 dl.zhover1 dd strong{
	color:#fff;}	

.prolist dl{
	margin:25px auto;
	height:330px;
	overflow:hidden;
		}
.prolist dl dt{
	display:inline-block;
	background-color:#3d7aff;
	padding:0 20px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	letter-spacing:2px;
	border-radius:15px 15px 0 0;
	}
.prolist dl dd{
	display:block;
	border:1px solid #3d7aff;
	padding:0 30px;
	height:270px;
	overflow:hidden;
	}
.prolist dl span a{
	font-size:16px;
	color:#999999;
	line-height:30px;
	letter-spacing:1px;
	}

/* 隐藏所有选项卡内容 */
.tab {
    display: none;
}
 
/* 显示活动选项卡内容 */
.tab.active {
    display: block;
}
 
/* 选项卡链接的样式 */
.tab-links a {
    padding:0 10px;
    text-decoration: none;
    color: #000; /* 或者其他颜色 */
    background-color: #f0f0f0; /* 或者其他背景颜色 */
    border: 1px solid #ddd; /* 或者其他边框样式 */
    margin-right: 5px;
	line-height:40px;
	display:inline-block;
	border-bottom:0;
	letter-spacing:1px;
	border-radius:10px 10px 0 0;
}
 
/* 活动链接的样式 */
.tab-links a.active {
    background-color: #3d7aff; 
	color:#ffffff;
	 border: 1px solid #3d7aff;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
}
