@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#01bbba;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;display: block;}
.main{
	width:1200px;
	margin:auto;
}
.header{
	width: 100%;
	float: left;
	height: 6.0vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#FFF;
	min-width:1200px;
	position:fixed;
	left:0;
	top:0;
	z-index:999999;
}
.logo{
	width: auto;
	display: flex;
	align-items: center;
	max-width:20%;
	margin-left:2.6vw;
}
.logo img{
	max-width:100%;
	height:auto;
	max-height:5.0vw;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width: auto;
	font-size:18px;
	height: 6.0vw;
	line-height:6.0vw;
	position:relative;
}
.innav ul li a{
	padding:0px 15px;
	white-space:nowrap;
}
.innav ul li i{
	width:100%;
	height:4px;
	background-color:#01bbba;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	visibility:visible;
}
.innav ul li.cur{
	color:#01bbba;
}
.innav ul li.cur i{
	opacity:1;
	visibility:visible;
}
.innav ul li:hover i{
	opacity:1;
	visibility:visible;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala{
	width:150px;
	position:absolute;
	top:6.0vw;
	left:-20px;
	text-align:center;
	z-index:9999999;
	opacity:0;
	visibility:hidden;
	transition: all 0.1s;
	font-size:14px;
	line-height:45px;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.intel{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0px 20px;
	background-color:#e61964;
	color:#FFF;
	margin-left:20px;
	height:6.0vw;
}
.intel img{
	margin-right:10px;
}
.intel dl dt{
	font-size:14px;
	line-height:18px;
}	
.intel dl dd{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.inad{
	width:100%;
	float:left;
	min-width:1200px;
}
.inad img{
	width:100%;
	height:auto;
	display:block;
}
.inteam{
	width:100%;
	float:left;
	padding-bottom:80px;
	background-image:url(../img/bj01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	min-width:1200px;
}
.intit{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl dt{
	font-size:24px;
	color:#e61964;
	text-transform:uppercase;
	font-weight:bold;
}
.intit dl dd{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999999;
	margin-top:10px;
}
.intit dl dd b{
	font-size:18px;
	color:#333;
	margin-right:20px;
}
.intit a{
	padding-bottom:10px;
	border-bottom:3px solid #e61964;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
}
.team{
	width:100%;
	float:left;
	margin-top:8px;
}
.team ul{
	display: flex;
	flex-wrap: wrap;
}
.team ul li{
	width:calc(25.5% - 27px);
	position:relative;
	margin-right:27px;
	margin-top:27px;
}
.team ul li:nth-child(4n){
	margin-right:0px;
}
.team ul li img{
	width:100%;
	height:auto;
	display:block;
}
.team ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color:rgba(24,191,190,0.9);
	padding:30px 40px;
	color:#FFF;
	font-size:14px;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.team ul li:hover .tex{
	opacity:1;
	visibility:visible;
}
.team ul li .tex h1{
	padding-bottom:10px;
	background-image:url(../img/hx.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:18px;
	text-transform:uppercase;
}
.team ul li .tex h1 b{
	font-size:36px;
	font-family: anton;
	font-weight:normal;
	letter-spacing:3px;
}
.team ul li .tex dl dt{
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	line-height:30px;
}
.team ul li .tex dl dd{
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
	background-image:url(../img/hx.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.team ul li .tex .more{
	display:flex;
	margin-top:15px;
}
.team ul li .tex .more a{
	width:110px;
	height:46px;
	background-color:#FFF;
	border-radius:35px;
	text-align:center;
	line-height:46px;
}
.team ul li .tex .yw{
	display:flex;
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.bxjj{
	width:100%;
	float:left;
	margin-top:50px;
}
.bxjj ul{
	display: flex;
	justify-content: space-between;
}
.bxjj ul li{
	width:calc(33.33% - 10px);
	margin-right:10px;
	position:relative;
	transition: all 0.6s;
	height:585px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bxjj ul li:nth-child(3){
	margin-right:0px;
}
.bxjj ul li .tex{
	width:100%;
	position:absolute;
	padding-left:30px;
	bottom:70px;
	left:0;
	z-index:2;
}
.bxjj ul li .tex h1{
	margin-bottom:30px;
	height:40px;
	overflow:hidden;
}
.bxjj ul li .tex h1 img{
	max-height:40px;
}
.bxjj ul li .tex dl dt{
	font-size:24px;
	line-height:24px;
	color:#FFF;
}
.bxjj ul li .tex dl dd{
	font-size:14px;
	color:rgba(255,255,255,0.6);
	line-height:18px;
	margin-top:10px;
	text-transform:uppercase;
}
.bxjj ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(0,0,0,0.3);
}
.bxjj ul li:hover .mask{
	background-color:rgba(230,25,100,0.9);
}
.bxjj ul li .tex2{
	width:100%;
	position:absolute;
	padding:95px 55px;
	left:0;
	z-index:3;
	top:0;
	color:#FFF;
	font-size:14px;
	line-height:30px;
	transition: all 0.6s;
	opacity:0;
	visibility:hidden;
}
.bxjj ul li .tex2 dl dt{
	font-size:24px;
	padding-top:30px;
	background-image:url(../img/hx.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:24px;
}
.bxjj ul li .tex2 dl dd{
	font-size:14px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:70px;
}
.bxjj ul li .tex2 .more{
	display:flex;
	margin-top:70px;
}
.bxjj ul li .tex2 .more a{
	width:110px;
	height:46px;
	background-color:#FFF;
	border-radius:35px;
	text-align:center;
	line-height:46px;
}
.bxjj ul li:hover{
	width:39%;
}
.bxjj ul li:hover .tex{
	opacity:0;
}
.bxjj ul li:hover .tex2{
	opacity:1;
	visibility:visible;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:80px;
	padding-bottom:40px;
	background-color:#f2f2f2;
	min-width:1200px;
}
.xstit{
	width:100%;
	float:left;
	margin-top:35px;
}
.xstit ul{
	display: flex;
	flex-wrap: wrap;
}
.xstit ul li{
	width:auto;
	margin-right:8px;
	margin-top:10px;
	display:flex;
}
.xstit ul li a{
	padding:10px 38px;
	border:1px solid #cccccc;
	background-color:#FFF;
	border-radius:35px;
	font-size:16px;
}
.xstit ul li a:hover{
	background-color:#01bbba;
	color:#FFF;
	border:1px solid #01bbba;
}
.xstit ul li .cur{
	background-color:#01bbba;
	color:#FFF;
	border:1px solid #01bbba;
}
.intit2{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.intit2 dl dt{
	font-size:30px;
	color:#e61964;
	font-weight:bold;
	line-height:36px;
	text-transform:uppercase;
}
.intit2 dl dd{
	font-size:30px;
	font-weight:bold;
}
.intit2 p{
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.blank30{
	height:30px;
	overflow:hidden;
}
/* jQuery jcImgScroll */
.jcImgScroll{
	position:relative;
	height:380px;
	width:100%;
	float:left;
	margin-top:55px;
	margin-bottom:55px;
}
.jcImgScroll li{
	border:1px solid #ccc;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.jcImgScroll li a{
	background:#fff;
	display:block;
	position:relative;
	z-index:99;
}
.jcImgScroll li.loading a{
	background:#fff url(../img/loading.gif) no-repeat center center;
} 
.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl{
	display:none;
	border:0 none;
}
.jcImgScroll li img{
	width: 100%;
	height: 100%;
	border:4px solid #FFF;
}
.jcImgScroll em.sPrev{
	background:url(../images/arrow-left.png) no-repeat left center;
}
.jcImgScroll em.sNext{
	background:url(../images/arrow-right.png) no-repeat right center;
}
.jcImgScroll dl dd{
	background:url(../images/NumBtn.png) no-repeat 0 bottom;
	text-indent:-9em;
}
.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr{
	background-position:0 0;
}

.xyhj{
	width:100%;
	float:left;
	margin-top:40px;
}
.xyhj ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xyhj ul li{
	width:calc(50% - 10px);
	overflow:hidden;
}
.xyhj ul li img{
	width:100%;
	height:auto;
	display:block;
}
.innew{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew01{
	width:32%;
	padding:30px;
	background-color:#f2f2f2;
}
.innew02{
	width:32%;
}
.innew02 img{
	width:100%;
	height:auto;
	display:block;
}
.inmore2{
	width:100%;
	float:left;
	margin-top:55px;
	display:flex;
	justify-content:center;
}
.inmore2 a{
	width:196px;
	height:62px;
	background-color:#e71c64;
	text-align:center;
	line-height:62px;
	font-size:18px;
	color:#fff;
}
.innew01 h1{
	text-transform:uppercase;
	color:#01bbba;
	font-size:16px;
	margin-bottom:20px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.innew01 h1 i{
	background-color:#01bbba;
	margin-right:5px;
	font-size:22px;
	color:#FFF;
}
.innew01 dl dd{
	display: flex;
	justify-content: space-between;
	font-size:14px;
	line-height:45px;
	border-bottom:1px dashed #ccc;
}
.innew01 dl dd a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew01 dl dd i{
	min-width:80px;
}
.innew-l{
	width:43%;
}
.intit3{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.intit3 dl dt{
	font-size:60px;
	color:#e61964;
	text-transform:uppercase;
	font-weight:bold;
	line-height:60px;
}
.intit3 dl dd{
	font-size:24px;
	line-height:24px;
	color:#21232f;
	margin-top:10px;
	font-weight:bold;
}
.innewlist{
	width:100%;
	float:left;
	margin-top:45px;
	display: flex;
	align-items: center;
}
.innewlist .date{
	width:auto;
	padding-right:28px;
	border-right:1px solid #e5e5e5;
	text-align:center;
	margin-right:28px;
	min-width:100px;
}
.innewlist .date dl dt{
	font-size:48px;
	color:#999999;
	font-weight:bold;
	line-height:48px;
}
.innewlist .date dl dd{
	font-size:16px;
	color:#999;
	line-height:18px;
	margin-top:15px;
}
.innewlist .tex{
	width:auto;
}
.innewlist .tex dl dt{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.innewlist .tex dl dd{
	font-size:14px;
	line-height:20px;
	color:#808080;
	margin-top:15px;
}
.inmore{
	width:100%;
	float:left;
	margin-top:55px;
	display:flex;
}
.inmore a{
	width:196px;
	height:62px;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	background-color:#FFF;
	margin-right:30px;
	text-align:center;
	line-height:62px;
	font-size:18px;
	color:#e61964;
	border-radius:5px;
}
.inmore a:hover{
	background-color:#e61964;
	color:#fff;
}

.innew-r{
	width:52%;
	background-color:#21232f;
	padding-bottom:20px;
}
.innew-r .pic{
	overflow:hidden;
	height:410px;
}
.innew-r .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.innew-r:hover .pic img{
	transform: scale(1.05);
}
.innew-r dl dt{
	margin-top:15px;
	padding:0px 30px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.innew-r dl dt a{
	color:#FFF;
}
.innew-r dl dd{
	margin-top:10px;
	padding:0px 30px;
	font-size:14px;
	color:#fff;
}

.foot{
	width:100%;
	float:left;
	margin-top:150px;
	background-image:url(../img/bj02.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	height:600px;
	min-width:1200px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position:relative;
	height:600px;
}
.inbm{
	width:44%;
	padding:40px 50px;
	background-color:#e61964;
	position:absolute;
	left:0;
	top:-40px;
	z-index:1;
	padding-bottom:70px;
}
.inbm h1{
	font-size:30px;
	font-weight:normal;
	padding-bottom:15px;
	background-image:url(../img/hx.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:normal;
}
.inbm ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:15px;
}
.inbm ul li{
	width:100%;
	float:left;
	margin-top:20px;
}
.inbm ul li:last-child{
	margin-top:36px;
}
.bmbk{
	width:100%;
	height:56px;
	line-height:56px;
	border:0px;
	background-color:#f2f2f2;
	padding-left:15px;
	color:#999;
	font-size:18px;
	outline:none;
}
.bmanniu{
	width:100%;
	height:56px;
	line-height:56px;
	border:0px;
	background-color:#f2f2f2;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	color:#e61964;
}
.infot{
	width:51%;
	padding-top:36px;
	font-size:16px;
	line-height:30px;
}
.infot h1{
	font-size:48px;
	line-height:68px;
	color:#e61964;
}
.infot .bmrx{
	display:flex;
	margin-bottom:5px;
	margin-top:5px;
}
.infot .bmrx b{
	padding:7px 20px;
	background-color:#e61964;
	font-size:24px;
	color:#FFF;
}
.infot .ewm{
	display:flex;
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
.foot02{
	width:100%;
	float:left;
	background-color:#b3b3b3;
	padding:20px 0;
	text-align:center;
	min-width:1200px;
}
.foot02 dl dt{
	font-size:14px;
	color:#666;
}
.foot02 dl dt a{
	margin-left:35px;
	margin-right:35px;
	color:#666;
}
.foot02 dl dd{
	font-size:14px;
	margin-top:15px;
	color:#666;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	min-width:1200px;
	margin-top:6.0vw;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nybanner .tex dl dt{
	font-size:36px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}
.nybanner .tex dl dd{
	font-size:30px;
	line-height:36px;
	text-align:center;
	color:#FFF;
}
.weiz{
	width:100%;
	float:left;
	font-size:14px;
	color:#999999;
	line-height:30px;
	margin-top:15px;
}
.weiz a{
	color:#999999;
}
.zlmqh{
	width:100%;
	float:left;
	margin-top:35px;
}
.zlmqh ul{
	display: flex;
	flex-wrap: wrap;
}
.zlmqh ul li{
	width:180px;
	height:60px;
	line-height:54px;
	text-align:center;
	font-size:16px;
	color:#666666;
	display: flex;
	margin-right:10px;
}
.zlmqh ul li a{
	width:100%;
	height:60px;
	line-height:54px;
	background-image:url(../img/zlmbj.png);
	background-position:top;
	background-repeat:no-repeat;
}
.zlmqh ul li a:hover{
	background-image:url(../img/zlmqhbj.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#e61964;
}
.zlmqh ul li .cur{
	background-image:url(../img/zlmqhbj.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#e61964;
}
.nycon{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:68.33%;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	padding:40px;
	background-color:#FFF;
	font-size:14px;
	line-height:30px;
}
.nycon-l img{
	max-width:100%;
}
.nycon-r{
	width:30%;
}
.nmfzx{
	width:100%;
	float:left;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	background-color:#FFF;
}
.nmfzx dl dt{
	overflow:hidden;
}
.nmfzx dl dt img{
	width:100%;
	height:auto;
}
.nmfzx dl dd{
	display:flex;
	justify-content: center;
	padding:20px 0;
}
.nmfzx dl dd a{
	width:238px;
	height:52px;
	color:#e61964;
	border:1px solid #e61964;
	border-radius:35px;
	text-align:center;
	line-height:52px;
	font-size:18px;
}
.nmfdz{
	width:100%;
	float:left;
	margin-top:20px;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	background-color:#FFF;
	padding:30px 20px;
	padding-top:10px;
}
.nmfdz h1{
	font-size:20px;
	color:#e61964;
	border-bottom:1px solid #e6e6e6;
	padding:15px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nmfdz h1 a{
	font-size:14px;
	font-weight:bold;
}
.nmfdz01{
	width:100%;
}
.nmfdz01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nmfdz01 ul li{
	width:100%;
	margin-top:15px;
}
.nnew{
	width:100%;
}
.nnew ul li{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nnew ul li .pic{
	width:130px;
}
.nnew ul li .pic img{
	width:100%;
	height:auto;
}
.nnew ul li dl{
	width:calc(100% - 150px);
}
.nnew ul li dl dt{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.nnew ul li dl dd{
	font-size:14px;
	color:#999999;
	margin-top:10px;
}
.fzlc{
	width:100%;
	float:left;
	background-image:url(../img/sx.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:80px;
}
.fzlc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc ul li:nth-child(2n){
	margin-top:380px;
}
.fzlc ul li{
	width:42.5%;
	float:left;
	position:relative;
	margin-top:260px;
}
.fzlc ul li:first-child{
	margin-top:0px;
}
.fzlc ul li.mart0{
	margin-top:0px;
}
.fzlc ul li .jt{
	width:48px;
	height:38px;
	position:absolute;
	left:calc(100% + 60px);
	top:0;
	background-image:url(../img/q02.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:11;
}
.fzlc ul li:nth-child(2n) .jt{
	width:48px;
	height:38px;
	position:absolute;
	left:-110px;
	top:0;
	background-image:url(../img/q01.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:11;
}
.fzlc ul li h1{
	overflow:hidden;
	text-align: right;
	font-size:52px;
}
.fzlc ul li:nth-child(2n) h1{
	text-align:left;
}
.fzlc ul li .tex{
	border:1px solid #999999;
	padding:40px;
	margin-top:32px;
	font-size:16px;
	line-height:30px;
	position:relative;
}
.fzlc ul li .tex .sjt{
	width:28px;
	height:15px;
	position:absolute;
	background-image:url(../img/sjt.png);
	background-position:center;
	background-repeat: no-repeat;
	top:-15px;
	right:40px;
	z-index:11;
}
.fzlc ul li:nth-child(2n) .tex .sjt{
	width:28px;
	height:15px;
	position:absolute;
	background-image:url(../img/sjt.png);
	background-position:center;
	background-repeat: no-repeat;
	top:-15px;
	left:40px;
	z-index:11;
}
.fzlc ul li .tex b{
	font-size:18px;
}
.fzlc ul li .tex h2{
	display:flex;
	margin-bottom:15px;
}
.fzlc ul li .tex h2 i{
	padding:5px;
	background-color:#e61964;
	color:#FFF;
}
.red{
	color:#e61964;
}
.xqhj{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xqhj ul{
	width:calc(50% - 10px);
}
.xqhj ul li{
	width:100%;
	float:left;
	margin-top:20px;
	overflow:hidden;
	border-radius:10px;
}
.xqhj ul li img{
	width:100%;
	height:auto;
	display:block;
}

.tanc{
	right:0; 
	top:0px;
	position: fixed;
	width:100%; 
	z-index:99999;
	display: none;
	background-color:rgba(0,0,0,0.7);
	height:100vh;
}
.tanc01{
	width:100%;
	height:100vh;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc .a1{
	width:1200px;
}
.tanc .a1 .pic{
	width:100%;
	float:left;
}
.tanc .a1 .tcclose{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:20px;
}
.tanc .a1 .tcclose a{
	width:60px;
	height:60px;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.hsjs{
	width:100%;
	float:left;
	height:370px;
	position:relative;
}
.syh{
	width:51px;
	height:37px;
	position:absolute;
	z-index:33;
	left:40px;
	top:-105px;
	background-image:url(../img/syh.png);
	background-position:center;
	background-repeat: no-repeat;
}
.xyh{
	width:51px;
	height:37px;
	position:absolute;
	z-index:33;
	right:40px;
	bottom:65px;
	background-image:url(../img/xyh.png);
	background-position:center;
	background-repeat: no-repeat;
}
.hsjs01{
	width:100%;
	float:left;
	height:370px;
	background-color:#fff;
	border:1px solid #333333;
	position:absolute;
	top:-80px;
	left:0;
	z-index:11;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hsjs01 .a01{
	width:40%;
	padding:40px;
	font-size:18px;
	line-height:36px;
}
.hsjs01 .a01 h1{
	font-size:48px;
	line-height:56px;
}
.hsjs01 .a02{
	width:58%;
	margin-right:20px;
	position:relative;
	height:100%;
}
.hsjs01 .a02 .tex{
	width:100%;
	position:absolute;
	bottom:0px;
	background-color:#f2f2f2;
	padding:75px 45px;
	font-size:14px;
	line-height:30px;
	z-index:22;
}
.hsjs01 .a02 .tex h1{
	display:flex;
	font-size:36px;
	font-weight:normal;
	margin-bottom:35px;
}
.hsjs01 .a02 .tex h1 b{
	font-size:60px;
	font-style:italic;
}
.kclist{
	width:100%;
	float:left;
}
.kclist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kclist ul li:first-child{
	margin-top:0px;
}
.kclist ul li:nth-child(2){
	margin-top:0px;
}
.kclist ul li{
	width:calc(50% - 20px);
	margin-top:40px;
	background-color:#f9f9f9;
}
.kclist ul li .pic{
	overflow:hidden;
	position:relative;
}
.kclist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.kclist ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.kclist ul li .pic .subtex .a1{
	width:380px;
	border:4px solid #FFF;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:120px;
}
.kclist ul li .pic .subtex .a1 dl dt{
	font-size:30px;
	color:#FFF;
	line-height:36px;
	font-weight:bold;
	text-align: center;
}
.kclist ul li .pic .subtex .a1 dl dd{
	margin-top:10px;
	font-size:16px;
	text-align:center;
	line-height:30px;
	color:#FFF;
}
.kclist ul li .tex{
	width:100%;
	padding:60px 25px;
	position:relative;
	padding-top:80px;
}
.kclist ul li .tex .xtb{
	width:100%;
	position:absolute;
	left:0;
	top:-55px;
	height:110px;
	z-index:11;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	display:flex;
}
.kclist ul li .tex .xtb div{
	width:110px;
	height:110px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-color:#FFF;
	border-radius:50%;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.kclist ul li .tex .xtb div img{
	max-height:100%;
	max-width:100%;
}
.kclist ul li .tex dl dt{
	font-size:24px;
	line-height:30px;
	text-align:center;
}
.kclist ul li .tex dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
}
.nyright{
	width:68.33%;
}
.cjlist{
	width:100%;
	float:left;
}
.cjlist ul li{
	width:100%;
	float:left;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	padding:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}
.cjlist ul li:first-child{
	margin-top:0px;
}
.cjlist ul li .pic{
	width:240px;
	overflow: hidden;
}
.cjlist ul li .pic a{position: relative;display: block;}
.cjlist ul li .pic a .imgZ{position: relative;z-index: 1;}
.cjlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cjlist ul li .pic img.ylq{
	display: block;
	position: absolute;left: 10%;bottom: 10px;
	width: 80%;
	z-index: 2;
}
.cjlist ul li .tex{
	width:calc(100% - 280px);
	font-size:14px;
	line-height:24px;
	color:#01BBBA;
}
.cjlist ul li .tex h1{
	font-size:18px;
	line-height:30px;
	color:#01BBBA;
	margin-bottom:15px;
}
.cjlist ul li .tex h1 a{color:#01BBBA;}
.cjlist ul li .tex .sm{
	display:flex;
	margin-top:15px;
}
.cjlist ul li .tex .sm div{
	display: flex;
	align-items: center;
	margin-right:80px;
}
.cjlist ul li .tex .sm div img{
	margin-right:15px;
}
.fy{
	width:100%;
	float:left;
	margin-top:30px;
}
.fy ul{
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	display:flex;
}
.fy ul li{
	width:36px;
	height:36px;
	margin-left:5px;
}
.fy ul li a{
	width:36px;
	height:36px;
	float:left;
	background-color:#fff;
	border:1px solid #e5e5e5;
	line-height:36px;
	text-align:center;
	font-size:14px;
	color:#666;
	font-family:'宋体';
	border-radius:50%;
}
.fy ul li a:hover{
	background-color:#01bbba;
	color:#FFF;
}
.fy ul li .cur{
	background-color:#01bbba;
	color:#FFF;
}
.mxteam{
	width:100%;
	float:left;
}
.mxteam ul{
	flex-wrap: wrap;
	display:flex;
	justify-content: space-between;
}
.mxteam ul li{
	width:385px;
	margin-bottom:20px;
	position:relative;
}
.mxteam ul li .pic{
	overflow:hidden;
}
.mxteam ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.mxteam ul li .tex{
	width:100%;
	background-color:#f2f2f2;
	padding:20px 0;
	float:left;
}
.mxteam ul li .tex dl{
	width:58%;
	float:right;
}
.mxteam ul li .tex dl dt{
	font-size:20px;
	color:#b80c17;
	font-weight:bold;
	line-height:24px;
}
.mxteam ul li .tex dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:10px;
}
.mxteam ul li .tex .tp{
	width:86px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.mxteam ul li .tex .tp img{
	max-width:100%;
	height:auto;
	display:block;
}
.nytit{
	width:100%;
	float:left;
	text-align:center;
	background-image:url(../img/hx03.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:24px;
	font-weight:bold;
	margin-top:30px;
	padding-bottom:20px;
}
.teamlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.teamlist ul{
	display: flex;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:calc(25.5% - 25px);
	margin-right:25px;
	margin-top:20px;
	background-color:#FFF;
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.10);
}
.teamlist ul li:nth-child(4n){
	margin-right:0px;
}
.teamlist ul li .pic{
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.teamlist ul li .tex{
	padding:35px;
	padding-top:0px;
	font-size:14px;
	color:rgba(51,51,51,0.60);
}
.teamlist ul li .tex h1{
	font-size:18px;
	color:#e61964;
	padding-bottom:15px;
	background-image:url(../img/hx02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-transform:uppercase;
	line-height:36px;
}
.teamlist ul li .tex h1 b{
	font-size:36px;
	font-family: anton;
	font-weight:normal;
}
.teamlist ul li .tex dl dt{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#333;
}
.teamlist ul li .tex dl dd{
	font-size:14px;
	padding-bottom:15px;
	background-image:url(../img/hx02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:15px;
	color:#333;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:55px;
}
.newlist ul li .pic{
	width:250px;
	overflow: hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .tex{
	width:calc(100% - 270px);
	font-size:14px;
	line-height:24px;
	color:#666;
}
.newlist ul li .tex h1{
	font-size:18px;
	line-height:30px;
	color:#333;
	margin-bottom:15px;
}
.newlist ul li .tex .sm{
	display:flex;
	margin-top:15px;
}

.showrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	min-width:1200px;
}
.showtex{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:20px;
}
.newtit{
	width:100%;
	float:left;
	font-size:22px;
	line-height:36px;
	text-align:center;
}
.newdate{
	width:100%;
	float:left;
	padding-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #eee;
	color:#999;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	display:flex;
}
.newdate div{
	margin-left:25px;
	margin-right:25px;
	align-items: center;
	display:flex;
}
.newdate div img{
	margin-right:10px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:20px;
	font-size:14px;
	line-height:24px;
	padding:0px 50px;
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:50px;
	display:flex;
	justify-content: space-between;
	font-size:14px;
	color:#666;
	margin-bottom:20px;
}
.newnext a{
	color:#666;
	text-decoration:underline;
}
.zplm{
	width:100%;
	float:left;
	margin-top:30px;
}
.zplm ul{
	display: flex;
	flex-wrap: wrap;
}
.zplm ul li{
	width:calc(20.1% - 10px);
	position:relative;
	overflow:hidden;
	border-radius:5px;
	margin-right:10px;
	margin-top:10px;
}
.zplm ul li:nth-child(5n){
	margin-right:0px;
}
.zplm ul li img{
	width:100%;
	height:auto;
	display:block;
}
.zplm ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(0,0,0,0.3);
	transition: all 0.6s;
}
.zplm ul li:hover .mask{
	background-color:rgba(1,187,186,0.8);
}
.zplm ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:22;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.zplist{
	width:100%;
	float:left;
	margin-top:45px;
}
.zplist ul{
	display: flex;
	flex-wrap: wrap;
}
.zplist ul li{
	width:calc(25.3% - 15px);
	margin-right:15px;
	margin-top:15px;
	border-radius:5px;
	overflow:hidden;
}
.zplist ul li:nth-child(4n){
	margin-right:0px;
}
.zplist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zplist ul li:hover img{
	transform: scale(1.05);
}

.fudong{
	width:87px;
	position:fixed;
	right:0;
	top:20%;
	z-index:9999;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.fudong .pic{
	overflow:hidden;
}
.fudong .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fudong .tex{
	padding:0px 15px;
}
.fudong .tex ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #eee;
	height:60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.fudong .tex ul li img{
	max-height:60px;
}
.fudong .tex ul li .xial{
	width:260px;
	position:absolute;
	left:-260px;
	top:0;
	z-index:99999;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background-color:#FFF;
	padding:20px 0px;
	opacity:0;
	visibility:hidden;
	color:#01bbba;
}
.fudong .tex ul li .xial img{
	max-height:160px;
}
.fudong .tex ul li:hover .xial{
	opacity:1;
	visibility:visible;
}

.black{
	color:#333;
}
.blue{
	color:#01bbba;
}
.mart30{
	margin-top:30px;
}
.mart20{
	margin-top:20px;
}

@media (min-width:768px) and (max-width:1360px){
.logo{
	width: auto;
	display: flex;
	align-items: center;
	max-width:10%;
	margin-left:1.6vw;
}
.innav ul li{
	font-size: 12px;
}	
.innav ul li a{
	padding:0px 10px
}	
.intel{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding:0px 10px;
	background-color:#e61964;
	color:#FFF;
	margin-left:10px;
	height:6.0vw;
}
.intel img{
	margin-right:10px;
}
.intel dl dt{
	font-size:12px;
	line-height:18px;
}	
.intel dl dd{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}




	
}




.cjlist .starUl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: -4px;
	flex-wrap: wrap;
}
.cjlist .starUl li{
	padding: 4px;
	width: 25%;
	background: none;
	box-shadow: unset;
	margin: 0;
}
/* .cjlist .starUl .tu1{
	position: relative;
    padding-top: 140%;
	display: block;
}
.cjlist .starUl .tu2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cjlist .starUl .tu2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
} */
/* .cjlist .starUl .tex{display: none;} */
.cjlist ul.starUl li .tex{width: 100%;padding: 8px 0;text-align: center;}
.cjlist ul.starUl li .tex h1{margin-bottom: 4px;}
.cjlist ul.starUl li .tex .sm{display: none;}







