/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html,body{
    font-size: 16px;
	font-family: Helvetica, Arial, 'Alibaba Sans', 'Microsoft Yahei', 'PingFang SC';
}

body{
	width: 100%;
    height: 100%;
	margin:0 auto;
	position:relative;
	background-color:#eef8ff;
	overflow-x:hidden;
	font-weight:200px;
}
.body-overflow-fixed{
	overflow:hidden;
	}
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;}
.w{
	width:1000px;
  margin:0 auto;
}
.w1{
	width:1000px;
	margin:0 auto;
	}
.bgf{
	margin:0 auto;
	background-color:#ffffff;
	}
.bgf1{
	margin:0 auto;
	background-color:#F5F5F5;
	}
.blank{
	height:15px;
	overflow:hidden;}
.blank2{
	height:25px;
	overflow:hidden;
	}
.blank6{
	height:70px;
	overflow:hidden;
	}
.fl{
	float:left;}
.fr{
	float:right;}
.header .actives{
    /*  */
}



.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: 8px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 8px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 794px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 640px;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 44px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 5;
    width: 706px;
	
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    line-height: 120px;
    color: #333;
	border-bottom:1px solid #146aac;
	
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 140px 70px 120px 44px;
    width: 706px;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #333;
}
.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 #146aac;*/
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 54px;
    padding: 0 40px;
    color: #333;
    border-radius: 8px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #146aac;
}

section .subject{
    margin: 0 auto;
    width: 1000px;
}



/* 导航条 */
.header-banner{
    height: 90px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1000px;
    background-color: #fff;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: 20;
	left: 50%;
    transform: translate(-50%,0);
/*    background-color: rgba(255, 255,255,1);
    box-shadow: 0 0 20px rgba(0, 0,0, .3);*/
}
.header-main01{
	position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: 20;
	background-color: rgba(255, 255,255,1);

	}
.header-main .cms-site-inner{
    width: 1040px;
    min-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
	
}


.header-main img.onlogo{
	display:block;
	height: 35px;
	}
.header-main img.mouseLogo{
	display:none;}
.header-main01 img.onlogo{
	display:none;
	}
.header-main01 img.mouseLogo{
	display:block;
	height: 35px;}

.header-main .header{
    line-height: 90px;
    /*width: 780px;*/
    height: 100%;
}

.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:hover{
    color: #146aac;}

.header-main .header>ul>li>a:hover , .header-main .header>ul>li.actives>a{
	display:block;
    color: ##146AAC;
    font-weight: bold;
	/*background-color:#146aac;*/
	
}
.header-main .header .actives>a{
    color: #fff !important;
    font-weight: bold;
	/*background-color: #146aac !important;*/
}
.header-main01 .header .actives>a{
	color:#146AAC !important;
}

.header-main .header>ul>li>a{
    color: #ffffff;
 display: block;
 min-width:120px;
}
.header-main01 .header>ul>li>a{
    color: #333;
 display: block;
 min-width:120px;

}
.header ul li a{
    font-size: 16px;
}
.header-main .header>ul>li.selected-menu-grzx>a{
	background:url(../images/gpic.png) no-repeat 100px center;
		}
.header-main01 .header>ul>li.selected-menu-grzx>a{
	background:url(../images/gpic01.png) no-repeat 100px center;
		}

.header-main .header>ul>li>a:hover{
    font-weight: bold;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 120px;

}

.header-main .header>ul>li>ul> li a:hover{
       color: #333;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);    
    overflow: hidden;
    border: 0px solid #ccc;
	background:url(../images/ico1.png) no-repeat 70px top;
	background-size:14px auto;
	top: 80px;
}

.header .cms-site-submenu li{
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}
.header .cms-site-submenu li:first-child,.header-main .header>ul>li>ul> li:first-child a:hover{
	margin-top:7px;
	border-radius:15px 15px 0 0;
	transition: opacity 0.3s ease-in;
	}
.header .cms-site-submenu li:last-child,.header-main .header>ul>li>ul> li:last-child a:hover{
    border-bottom: 0;
    padding-bottom: 0 !important;
	border-radius:0 0 15px 15px;
	transition: opacity 0.3s ease-in;
}



.header .cms-site-submenu li>a{
    font-size: 16px;
}

.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-size: 23px;
    width: 20px;
	height:20px;
    margin-right: 10px;
 position: absolute;
    top: 30px;
    left: -8px;
}
.header-main .selected-menu-login a::before{
	background: url(../images/user02.png)  no-repeat  center center;
	background-size: 23px;
	}
.header-main01 .selected-menu-login a::before{
	background: url(../images/user.png)  no-repeat  center center;
	background-size: 23px;
	}
.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!important;
}

.main-top img{
    width: 100%;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}
/*-------首页开始-------*/
.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:486px;
	overflow:hidden;
	}
.inaboutl img{
	max-width:100%;
	}
.inabout{
	width:486px;
	color:#3a3a3a;
	line-height:40px;
	margin-top:10px;;
	font-size:18px;
	letter-spacing:1.5px;
	}
/*.inabout p{
	letter-spacing:1.5px;
	margin-bottom:10px;
	}*/
.inabout h1{
	font-size:20px;
	line-height:40px;
	color:#146aac;
	font-weight:normal;}
.titel{
	line-height:30px;
	overflow:hidden;
	color:#999;
	font-size:12px;
	letter-spacing:0px;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
/*	text-transform:uppercase;*/	
	}
.titel span{
	display:block;
	color:#333;
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
	letter-spacing:2px;
	font-weight:bold;	
	
	}
.titel b{
	display:block;
	height:2px;
	background-color:#146aac;
	width:50px;
	margin:0 auto;
	}
.titel font{
	color:#146aac;}

.more{
	margin:0 auto;
	position:relative;
	text-align:center;
	}
.more a{
	background: linear-gradient(to right, #c5a574, #dec6a0);
	color:#ffffff;
	font-size:16px;
	padding:0 35px;
	display:inline-block;
	height:45px;
	line-height:45px;
	border-radius:25px;
	letter-spacing:2px;
	}
.more a:hover{
	background: linear-gradient(to left, #c5a574, #dec6a0);
	}
.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;}
.zcpz{
/*	display:flex;
	justify-content:space-between;	
	align-items:stretch;
	 gap: 10px 20px;*/
	}
.zcpz dl{
	background:url(../images/q1.png) no-repeat center center;
	list-style:none;
	width:320px;
	height:200px;
	padding:20px;
	border:#AED2ED solid 1px;
	transition:all ease-in .5s;
	float:left;
	box-sizing: border-box;
	}
.zcpz dl:nth-child(2){
	background:url(../images/q2.png) no-repeat center center;
	margin:0px 18px;
	}
.zcpz dl:nth-child(3){
	background:url(../images/q3.png) no-repeat center center;
	}
.zcpz dl dt{
	display:block;
	width:100%;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	background:url(../images/ico2.png) no-repeat right top;
	background-size:26px auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	transition:all ease .5s;
	color:#146aac;
	position:relative;
	letter-spacing:1px;
	}
.zcpz dl dt b{
	width:36px;
	height:2px;
	background-color:#146aac;
	position:absolute;
	left:0;
	bottom:0;
	transition:all ease .5s;}
.zcpz dl dd{
	font-size:14px;
	color:#146aac;
	line-height:28px;
	letter-spacing:1px;
	transition:all ease-in .5s;
	margin-bottom:30px;
	}

.zcpz dl:nth-child(2) dt{
	background:url(../images/ico3.png) no-repeat right top;
	}
.zcpz dl:nth-child(3) dt{
	background:url(../images/ico4.png) no-repeat right top;
	}	
	
.zcpz dl.chover1{
	background:url(../images/qy.png) no-repeat center center;
	color:#fff;
	}
.zcpz dl.chover1 dt{
	background-position:right -36px;
	color:#fff;
	}
.zcpz dl.chover1 dt b{
	background-color:#ffffff;}
.zcpz dl.chover1 dd,.zcpz dl.chover1 dd h1{
	color:#fff;}	

.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{
	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;
/*	font-weight:lighter;*/
	}
.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:url(../images/fb.png) no-repeat left top #146AAC;
	margin:0 auto;
	height:414px;
	box-sizing:border-box;
	color:#AED2ED;
	position:relative;
	}
#footer{	
	padding-top:10px;
	}


.foterwz{
	background:url(../images/logo1.png) no-repeat left top;
	background-size:auto 35.52px;
	/*line-height:26px;*/
	width:310px;
	float:left;
	color:#AED2ED;
	font-size:14px;
	padding-top:76px;
	color: rgba(174, 210, 237,1);
    font-family: PingFang SC;
	}
.foterwz p{
	margin-bottom:15px;
	font-weight: lighter;
}
.foterwz1{
	margin:0 110px;
	width:305px;
	float:left;
	color:#AED2ED;
	font-size:14px;
	line-height:22px;
	padding-top:12px;
	font-weight: lighter;
	}
.foterwz1 span{
	display:block;
	width:240px;
	overflow:hidden;
/*	line-height:25px;*/
	float:right;
	}
.foterwz1 span a{
	margin-left:5px;}
.foterwz1 h1{
	font-weight: normal !important;
}
.foterwz1 h1,.foterwz1 h1 a{
	font-size:14px;
	color:#fff;
	line-height:30px;
	height:30px;
	font-weight:600;
	margin-bottom:33px;
	}
.fterw{
	background:url(../images/ewm.png) no-repeat left 80px;
	background-size:130px auto;
	padding:10px 0 10px 0;	
	text-align:center;
	height:206px;
	line-height:36px;
	color:#ffffff;
	font-size:14px;
	}
.ftbqw{
	position:absolute;
	bottom:0;
	left: 50%;
    transform: translate(-50%,0);
	width:1200px;
	height:54px;
	line-height:54px;
	font-size:14px;
	margin:0 auto;
	color:#AED2ED;
	text-align:center;
	border-top:rgb(255,255,255,.2) 1px solid;
	/*font-weight:lighter;*/
	}
.ftbqw a{
	color:#AED2ED;

	}
.ftbqw span{
	padding:0 20px;}			
#ingg{
	position:fixed;
	right:30px;
	bottom:10px;
	z-index:99999999;
	}
#ingg img{
	width:120px;
	height:auto;
	}
/*------------------------内容页开始------------------*/
.wzxx dl{
	overflow:hidden;
	list-style:none;
	padding:24px;
	height:122px;
	position:relative;
	transition:all ease .5s;
	border-bottom:1px dotted #E6E6E6;
		}
.wzxx dl dt{
	position:absolute;
	left:20px;
	bottom:20px;
	color:#808080;
	width:100%;
	font-size:14px;
	transition:all ease .5s;
	}


.wzxx dl dd{
	width:100%;
	font-size:14px;
	color:#808080;
	/*font-weight:lighter;*/
	transition:all ease .5s;	
	}
.wzxx dl dd h1.recomend-tag-0::before{
	content:"置顶";
font-size:0;
width: 35px;
height:20px;
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 7px;
	background-color:#489CDC;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	margin-right:10px;
	}
.wzxx dl dd h1{
	margin-bottom:9px;
	}

.wzxx dl dd h1 a{
	line-height:35px;
	font-size:16px;
	font-weight: normal;
	color:#000;
	transition:all ease .5s;	}
.wzxx dl dd a{
	font-size:14px;
	}


/*.wzxx dl.nhover1 dt,.wzxx dl.nhover1 dd h1 a{
		color:#489CDC;}*/
		
.inewsl{
	box-sizing:border-box;
	}
.inewsl dl{
	width:486px;
	height:370px;
	margin:20px 14px 20px 0px;
	float:left;
	list-style:none;
	transition:all ease .5s;
	box-sizing:border-box;
	position:relative;
	}
.inewsl dl:nth-child(2n){
	float:right;
	margin:20px 0px 20px 14px;
	}
.inewsl dl dt{
	width:100%;	
	height:240px;
	overflow:hidden;
	position:relative;
	background:#F0F0F0;
	margin-bottom:12px;
	}
.inewsl dl dt img{
	width:100%;
	height:240px;
	border:0px;
	overflow:hidden;
	}
.inewsl dl dt.recomend-tag-0::before{
	content:"置顶";
font-size:0;
width: 35px;
height:20px;
position: absolute; 
	height:26px;
	line-height:26px;
	padding:0 7px;
	background-color:#489CDC;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	left:0;
	top:0px;
	}
.inewsl dl dd{
	width:100%;
	line-height:20px;
	font-size:14px;
	color:#808080;
	transition:all ease .5s;
	margin-bottom:17px;
	height: 144px;
	overflow: hidden;
	position: relative
}
.inewsl dl dd h1{
	line-height:25px;
	font-weight:400;
	color:#313131;
	transition:all ease .5s;
	margin-bottom:12px;	}
.inewsl dl dd h1 a{
	font-size:18px;
	font-weight: 400;
	}
.inewsl dl dd font{
	position:absolute;
	color:#808080;
	bottom:3px;
	left:0px;
}

.inewsl dl.nhover1{
/*	box-shadow:rgb(0,0,0,.1) 0px 2px 5px;*/
		}

.inewsl dl.nhover1 dd h1 a,.inewsl dl.nhover1 dd a.nmore{
	color:#333333;}	
		
#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;
	}
.box{	
	margin:0 auto;
	display:block;
	}
.box ul{
	list-style:none;
	padding:0 15px;}
.box ul li{
	display: inline-block;
   	}
.box ul li a{
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#146aac;
	transition:all ease-in .3s;
	padding:0 30px;
	}
.box ul li.active a, .box ul li a:hover{
	background:rgb(20,106,172,1);
	color:#fff;

	}
.cenright{
	width:100%;
	color: rgba(128, 128, 128, 1);
	font-size:14px;
	line-height:21px;
	min-height:300px;
	margin:0 auto;
	padding:40px 102px;
	box-sizing:border-box;
	background-color:rgb(255,255,255,1);
	/*font-weight:lighter;*/
	}
.cenright h1{
	font-size:24px;
	color:#333333;
	font-weight:normal;
	letter-spacing:2px;
	}
.cenright img{
	max-width:100%;}
.cenright img.fr{
	margin-left:30px;}	
.cenright img.fl{
	margin-right:30px;}	
.conwz{
	background-color:#F9F9F9;
	padding:25px;
	line-height:25px;
	font-size:14px;
	color:#808080;
	}
.conwz h1{
	font-size:16px;
	color:#333333;
	line-height:35px;
	font-weight:bold;
	}	
.conwz p{
	margin-bottom:15px;
	}
.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;}	


		
		
.cms-site-pagination{
    margin-top: 80px;
    display: flex;
}

.cms-site-pagination ul{
    display: flex;
	margin:0 auto;
}

.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
	color: #808080;
	line-height:25px;
}

.cms-site-pagination ul li a{
    display: block;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 0px;
    color: #ccc;
	background:url(../images/ico6.png) no-repeat center top #F0F0F0;
}
.cms-site-pagination ul li:last-child a{

	background:url(../images/ico7.png) no-repeat center top #F0F0F0;

	}

.cms-site-pagination ul li a:hover{
    background-color: #E6E6E6;
	background-position:center -25px;
}

.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}

.cms-site-active a{
    background-color: #E6E6E6 !important;
    color: #333 !important;
}
.fromh a{
	background:url(../images/icon.png) no-repeat left center;
	background-size:12px auto;
	font-size:18px;
	padding-left:15px;
	margin-bottom:20px;
	display:block;
	color: rgba(51, 51, 51, 1);
	font-weight: normal !important;
	}

.h1t{
	line-height:45px;
	color:#333333;
	font-weight:bold;
	font-size:32px;
	letter-spacing:1px;
	margin-bottom:12px;
	}	
.h5t{
	line-height:30px;
	color: rgba(128, 128, 128, 1);
font-family: PingFang SC;
font-size: 14px;
font-weight: 200;
line-height: 100%;
letter-spacing: 0%;
text-align: left;
	
	margin-bottom:20px;
	}
.h5t b{
	color:#146aac;
	font-weight:400;
	}	

.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:600px;
	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: #f1f5fd;
    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: #3d7aff;
}

.jobs-list .active .jobs-content{
    background-color: #f1f5fd;
    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:#3d7aff;
	line-height:40px;
	margin-bottom:10px;
	}
.ht3{
	display:block;
	padding:0 20px;
	font-size:18px;
	background-color:#eee;
	font-weight:bold;
	color:#3d7aff;
	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:#3d7aff;
	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;
}
