@charset "utf-8";
/* CSS Document */

html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,input,button,h1,h2,h3,h4,h5,h6,i,em,strong,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;}
body{font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;font-size:100%;color: #666;}
input,button,select,textarea{outline:none;list-style:none;}
textarea{resize:none;}
table{/*border:0;margin:0;border-collapse:collapse;*/}
table th,table td,div,p,dd,dt,li{word-break:break-all;word-wrap:break-word;white-space:normal;}
a{text-decoration:none; font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;color: #666;}
img{ border: 0; vertical-align: middle;  }
.clearfix:before,.clearfix:after { content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;/*兼容ie*/}
*, ::before, ::after{
	padding: 0;
	margin: 0;

	/*清除移动端默认的tap点击的高亮效果*/
	-webkit-tap-highlight-color: transparent;

	/*设置我们所有的 宽度从border开始计算*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------------------------------公共------------------------------*/
.pub_width {
	width: 1200px!important;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*---------------------------------头部------------------------------*/
.headerbox {
	background-color: #fff;
	height: 84px;
	line-height: 84px;
	position: relative;
	    max-width: 100%;
	    width: 1200px;
	    margin: 0 auto;
	    display: flex;
}
.headerbox .logo {
	max-width: 100%;
}
.headerbox .logo img {
	width: 100%;
}
.headerbox .navpc {
	width: 100%;
	position: relative;
}
.headerbox .navpc .li01 {
	margin: 0 5%;
	display: table-cell;
	width: 1%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.headerbox .navpc .li01 a.biga {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 0;
}
.headerbox .navpc .li01 a.biga::after {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 0;
	height: 3px;
	background: #436d99;
	content: '';
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.headerbox .navpc .li01 a.biga:hover::after, .headerbox .navpc .activity a.biga::after {
	width: 55px;
	left: 50%;
	margin-left: -27.5px;
}
.headerbox .navpc .li01 .secondnav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 84px;
	z-index: 3;
	background-color: #55c5fd;
	display: none;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.headerbox .navpc .li01 .secondnav li {
	margin: 0 10px;
	/*width: 1%;*/
	/*display: table-cell;*/
	float: none;
}
.headerbox .navpc .li01 .secondnav a {
	color: #fff;
	/*opacity: 0;*/
}
.headerbox .navpc .li01:hover .secondnav {
	display: block;
}
	/*手机导航*/
.navbtn {
	display: none;
	position: absolute;
	right: 15px;
	top: 0;
	cursor: pointer;
}
.navm {
	position: absolute;
	left: 0;
	top:0;
	background-color: #f6f6f6;
	width: 100%;
	height: auto;
	z-index: 2;
	display: none;
	box-shadow: 0px 0px 2px #ccc;
}
.navm h1 {
	height: 5rem;
	line-height: 5rem;
	display: flex;
	display: -ms-flexbox;
	padding: 0 1.25rem;
	border-bottom: 2px solid #076bb0;
}
.navm h1 a {
	color: #076bb0;
	flex:1;
	font-size: 24px;
}
.navm h1 b {
	flex:1;
	background:  url(../img/cha.png) right center no-repeat;
}
.navm a {
	color: #333;
}
.navm .navb {
	width: 100%;
	border-bottom: 1px solid #dddddd;
}
.navm .navb h2 {
	height: 3.75rem;
	display: flex;
	display: -ms-flexbox;
	padding: 0 1.25rem;
}
.navm .navb h2 .nava {
	line-height: 3.75rem;
	font-size: 20px;
	flex:2;
}
.navm .navb h2 em {
	background:  url(../img/nav3.png) right center no-repeat;
	flex:1;
	height: 3.75rem;
}
.navm .navb ul {
	background-color: #076bb0;
	padding: 0 1.25rem;
	display: none;
}
.navm .navb .navs {
	display: inline-block;
	margin-right: 10px;
	line-height: 3rem;
}
.navm .navb .navs a {
	font-size: 18px;
	color: #fff;
}

.headerbox .link {
	position: absolute;
	right: 15px;
	top: 8px;
}
.headerbox .link a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 25px;
	height: 25px;
	background:  url(../img/w1.png) 0 0 no-repeat;
	display: inline-block;
	margin: 0 5px;
}
.headerbox .link a:nth-child(2) {
	background-image: url(../img/q1.png);
}
.headerbox .link a:nth-child(3) {
	position: relative;
	background-image: url(../img/x1.png);
}
.headerbox .link a:hover {
	background-image: url(../img/w2.png);
}
.headerbox .link a:nth-child(2):hover {
	background-image: url(../img/q2.png);
}
.headerbox .link a:nth-child(3):hover {
	background-image: url(../img/x2.png);
}
.headerbox .link a:nth-child(3) img {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
}
.headerbox .link a:nth-child(3):hover img {
	display: block;
}
.banner {
	width: 100%;
	margin: 0 auto;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner .swiper-slide {
	position: relative;
}
.banner .swiper-slide img {
	width: 100% !important;
	height: auto !important;
}
.banner .swiper-pagination-bullet{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 30px;
	height: 4px;
}
.banner .swiper-slide p {
	position: absolute;
	left: 20%;
	top: 0;
	color: #55c5fd;
	font-size: 6em;
}
.banner .swiper-slide div {
	position: absolute;
	left: 20%;
	bottom: 10%;
	color: #55c5fd;
	font-size: 1em;
	color: #fff;
}
.banner .swiper-slide div span {
	font-size: 2.5em;
}
.banner .swiper-slide div i {
	font-size: 1.25em;
}
/*4主题*/
.probox {
	margin-top: 30px;
}
.probox ul {
	max-width: 1015px;
	text-align: center;
	margin: 0 auto;
}
.probox ul li {
	display: inline-block;
	width: 238px;
	background-color: #f9fafc;
	margin: 0 6px;
	border: 1px solid #efefef;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}
.probox ul li span {
	display: block;
	width: 100%;
	overflow: hidden;
}
.probox ul li img {
	width: 100%;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.probox ul li dl {
	padding: 0.625em 0.625em 0.8em 0.625em ;
}
.probox ul li dt,.probox ul li dd {
	text-align: left;
}
.probox ul li dt {
	float: left;
	/*width: 50%;*/
}
.probox ul li dt a {
	color: #55c5fd;
	font-size: 1.25em;
}
.probox ul li dd {
	float: right;
	/*width:50%;*/
}
.probox ul li dd p {
	font-size: 0.75em;
}
.btn {
	display: block;
	width: 100%;
	height: 0.56em;
	background:  url(../img/btn.png) 95% center no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0.5em;
}
.probox ul li:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.line {
	width: 80%;
	height: 1px;
	background-color: #e9e9e9;
	margin: 1.375em auto;
}
.newsbox {
	width: 996px;
	margin: 0 auto;
	margin-bottom: 1.875em;
}
.newsbox ul li, .newsbox dt, .newsbox dd {
	float: left;
}
.newsbox ul li {
	background-color: #f9fafc;
	padding: 4px;
	width: 327px;
	border: 1px solid #efefef;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.newsbox ul li:hover {
	background-color: #56c5fc;
}
.newsbox ul li:nth-child(2) {
	margin: 0 7px;
}
.newsbox dl {
	width: 100%;
}
.newsbox dt {
	width: 64%;
}
.newsbox dt img {
	width: 100%;
}
.newsbox dd {
	width: 36%;
	text-align: center;
	padding-top: 1.625em;
}
.newsbox dd h1 {
	font-size: 1em;
}
.newsbox ul li:hover a {
	color: #fff;
}
/*footer*/
.footer {
	background-color: #373d43;
}
.footer .footbox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3.125em 0;
}
.footer .left, .footer .mid, .footer .right {
	float: left;
	width: 33.33%;
}
.footer .left h1 {
	margin-bottom: 0.8em;
}
.footer .left p, .footer .mid a {
	font-size: 0.875em;
	color: #afafaf;
	line-height: 1.625em;
}
.footer .mid h1 {
	font-size: 1.125em;
	color: #fff;
	padding-top: 22px;
	margin-bottom: 1.325em;
}
.footer .mid a {
	display: inline-block;
	width: 30%;
}
.footer .mid a:hover {
	color: #56c5fc;
}
.footer .right {
	text-align: right;
}
.footer .right span, .contaext .right span {
	background-color: #e9edf0;
	padding: 4px;
	display: inline-block;
	margin-right: 24px;
}
.footer .right img, .contaext .right img {
	width: 122px !important;
	height: 124px !important;
}
.copy {
	text-align: center;
	background-color: #202327;
	padding: 1.875em;
	color: #fff;
	font-size: 0.875em;
}
.nbanner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.nbanner img {
	width: 100%;
}
.twonav li {
	width: 1%;
	display: table-cell;
	text-align: center;
}
.twonav li a {
	display: block;
	color: #666;
	padding: 1.5rem 0;
	background-color: #e9e9e9;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.twonav li i {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.twonav li i img {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}
.twonav li span {
	display: inline-block;
	text-align: left;
}
.twonav li:hover a, .twonav li.actnav a {
	background-color: #44bbff;
}
.twonav li .i1 {
	opacity: 1;
	transform: translateY(0px);
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.twonav li:hover .i1 {
	opacity: 0;
	transform: translateY(-36px);
}
.twonav li .i2 {
	opacity: 0;
	transform: translateY(0px);
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.twonav li:hover .i2, .twonav li.actnav .i2 {
	opacity: 1;
	transform:  translateY(-36px);
}
.twonav li span h1 {
	font-size: 1.25rem;
}
.twonav li span p {
	font-size: 0.75rem;
	color: #b5b5b5;
	text-transform:uppercase;
}
.twonav li:hover span, .twonav li:hover span p, .twonav li.actnav span, .twonav li.actnav span p {
	color: #fff;
}
.content {
	padding: 4rem 0;
}
.jishu {
	max-width: 1200px;
	margin: 0 auto;
}
.jishu ul {
	text-align: center;
}
.jishu ul li {
	width: 25%;
	float: left;
}
.jishu ul li a{
	display: block;
	padding: 12px 20px;
	margin: 15px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.jishu2 ul li a{
	padding: 0;
	border:0;
}
.jishu2 ul li {
	width: 20%;
}
.jishu ul li img {
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	width: 100%;
}
.jishu ul li:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.jieshao {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	/*height: 526px;*/
	/*background:  url(../img/ren.png) right bottom no-repeat;*/
	position: relative;
	margin-top: 4rem;
}
.jieshao .left {
	width: 60%;
}
.jieshao .right {
	width: 40%;
	text-align: right;
}
.jieshao p, .jieshao2 p {
	width: 100%;
	color: #858585;
	font-size: 1rem;
	line-height: 2rem;
	margin-top: 2.75rem;
}
.jieshao span {
	/*position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%,0);
	width: 50px;
	height: 50px;
	background:  url(../img/jian.png) 0 0 no-repeat;*/
}
.jieshao2 {
	min-height: 620px;
	background:  url(../img/bg5.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.axibao img {
	width: 100% !important;
	height: auto !important;
}
.conbox {
	max-width: 1176px;
	margin: 0 auto;
}
.conbox h1 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	padding: 60px 0 40px 0;
}
.mod18Box {width: 1176px; margin: 0 auto;  }
.mod18{ width: 1176px; /*height: 406px;*/ margin: 0px auto; position: relative;  }
.mod18 .btn{position:absolute;width:23px;height:23px;top:338px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:0;background:url(../img/prevBtn.png) no-repeat;}
.mod18 .next{right:0;background:url(../img/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:680px;height:330px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:640px;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{
	width: 977px;min-height:356px;margin: 0 auto;position:relative;overflow:hidden;
	background-color: rgba(0,0,0,0.26);}
.mod18 .picBox ul{height:330px;position:absolute;
	}
.mod18 .picBox li{width:977px;padding: 20px;}
.mod18 .picBox li .left {width:560px; text-align:justify;
	text-justify:inter-ideograph; font-size: 14px;
	line-height: 24px;}
.mod18 .picBox li .right {width:348px;}
.mod18 .picBox li .right img {width:100%;}
.mod18 .listBox{ width: 1100px; height: 100px; margin: 0 auto; position: relative; padding: 6px 38px 0px 38px; overflow: hidden; background:  url(../img/line3.png) 0 center repeat-x;}
.mod18 .listBox ul{height:100px;position:absolute;
	}
.mod18 .listBox li{width:200px;height:100px; padding-top: 38px;  text-align: center;  cursor:pointer;position:relative;}
.mod18 .listBox li b{display:inline-block;
	margin-top: -10px;
	width: 31px;
	height: 31px;
	background:  url(../img/list1.png) center no-repeat;}
.mod18 .listBox li i {display:block;}
.mod18 .listBox .on b{
	background-image: url(../img/list2.png);
}
.licheng {
	display: none;
}
.lcbox {
	width: 90%;
	margin: 0 auto;
}
.lcbox .left {
	width: 65%;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	float: left;
}
.lcbox .right {
	width: 30%;
	float: right;
}
.lcbox .right img {
	width: 100%;
}
.conbox .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.conbox .swiper-slide {
	width: 100%;
	height: auto;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.26);
	padding: 20px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.conbox .swiper-button-next, .conbox .swiper-button-prev {
	width: 23px;
	height: 23px;
	-webkit-background-size: cover;
	background-size: cover;
}
.conbox .swiper-button-prev, .conbox .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/prevBtn.png);
}
.conbox .swiper-button-next, .conbox .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/nextBtn.png);
}
.conbox .swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
}
.conbox .swiper-pagination-bullet {
	width: 31px;
	height: 31px;
	background: url(../img/list1.png) center no-repeat;
	opacity: 1;
	-webkit-background-size: 16px;
	background-size: 16px;
}
.conbox .swiper-pagination-bullet-active {
	background-image: url(../img/list2.png);
}
.conbox h2 {
	color: #fff;
}


.team, .contact, .fanbox, .details {
	max-width: 1200px;
	margin: 0 auto;
}
.teambox dl {
	padding: 40px 10px;
	border-bottom: 1px solid #ededed;
}
.teambox dl dt {
	float: left ;
	width: 58%;
	margin-right: 2%;
}
.teambox dl dd {
	float: right;
	width: 28%;
	position: relative;
}
.teambox dl dt h1 {
	font-size: 50px;
	position: relative;
	line-height: 6rem;
}
.teambox dl dt h1 i {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 6px;
	background-color: #44bbff;
}
.teambox dl dt p {
	margin-top: 50px;
	color: #888;
	line-height: 2.12rem;
	font-size:1.125rem;
}
.teambox dl dd img {
	width: 100%;
}
.teambox dl dd a {
	display: block;
	position: relative;
	overflow: hidden;
}
.teambox dl dd a::before, .teambox dl dd a::after{
	position: absolute;
	top: 24px;
	right: 24px;
	bottom: 24px;
	left: 24px;
	content: '';
	opacity: 1;
	animation: clipMe 8s linear infinite;
	z-index: 11;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.teambox dl dd a::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);

}
.teambox dl dd a::after {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.teambox dl dd a:hover::after,.teambox dl dd a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.teambox dl dd   {
	display: block;
}
.map {
	padding: 0 10px;
}
.map img {
	width: 100%;
}
.contaext {
	margin-top: 20px;
	padding: 0 10px;
}
.contaext .left ul li img {
	vertical-align: middle;
	margin-right: 10px;
}
.contaext .left ul li {
	line-height: 44px;
}
.zhaopin ul {
	padding: 0 10px;
}
.zhaopin ul li {
	padding: 10px;
	height: 72px;
	background-color: #e9e9e9;
	line-height: 52px;
	overflow: hidden;
	margin: 30px 0;
}
.zhaopin .time {
	width: 92px;
	height: 52px;
	background-color: #44bbff;
	color: #fff;
	text-align: center;
	margin-right: 13px;
}
.zhaopin .xiaoxi {
	width: 100%;
}
.zhaopin ul li:hover a {
	color: #44bbff;
}
.page {
	padding-right: 10px;
}
.page a, .page span {
	display: inline-block;
	padding: 10px 15px;
}
.page span, .page .next, .page a:hover {
	background-color: #44bbff;
	color: #fff;
}
.page a {
	background-color: #e9e9e9;
}
.fanhui {
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	border-bottom: 1px solid #d4d4d4;
}
.fanbox {
	padding: 0 10px;
}
.fanbox .left {
	width: 105px;
	height: 37px;line-height: 37px;
	border: 1px solid #d4d4d4;
	text-align: center;
	margin-top: 10px;
}
.fanbox a {
	font-size: 0.875rem;
}
.fanbox a:hover {
	color: #44bbff;
}
.fanbox .left:hover {
	background-color: #44bbff;
	border-color: #44bbff;
}
.fanbox .left:hover a {
	color: #fff;
}
.details {
	padding: 0 10px;
}
.details h1 {
	background:  url(../img/line2.png) center bottom no-repeat;
	text-align: center;
	color: #333;
	font-size: 30px;
	padding-bottom: 10px;
}
.details .shijian {
	line-height: 75px;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.details .shijian span {
	margin-left: 35px;
}
.details .shijian span a {
	display: inline-block;
	width: 23px;
	height: 18px;
	background:  url(../img/f1.png) 0 0 no-repeat;
	margin: 0 5px;
}
.details .shijian span a:last-child {
	background-image:  url(../img/f2.png);
}
.details .shijian span a:hover {
	background-image:  url(../img/f11.png);
}
.details .shijian span a:last-child:hover {
	background-image:  url(../img/f22.png);
}
.details p {
	line-height: 24px;
	color: #898989;
	text-indent: 2em;
	font-size: 1rem;
}
.details img {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	display: block;
}
.content2 {
	padding: 0;
}
.fuwubox {
	width: 100%;
	max-width: 1200px;
	margin: 36px auto;
}
.fuwuhead {
	max-width: 1200px;
	margin: 0 auto 36px auto;
	height: 70px;
	line-height: 70px;
}
.fuwuhead ul {
	background-color: #efefef;
}
.fuwuhead ul li  {
	float: left;
	width: 25%;
	text-align: center;
}
.fuwuhead ul li a {
	font-size: 1.375rem;
	display: block;
}
.fuwuhead ul li:hover a, .fuwuhead ul li.now a  {
	color: #fff;
}
.fuwuhead ul li:hover, .fuwuhead ul li.now {
	background-color: #44bbff;
}
.fuwucon {
	width: 100%;
	max-width: 1200px;
	background-color: #fff;
	padding: 30px 70px 0;
	margin: 0 auto;
}
.fuwucon img {
	max-width: 1082px;
	margin: 20px 0;
}
.fuwucon p {
	line-height: 30px;
}
.ganxb {
	position: relative;
}
.ganxb img {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.ganxb .text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	height: 100%;
}
.ganxb .text a {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.ganxb .text h1 {
	font-size: 30px;
	text-align: center;
	margin: 50px 0;
}
.ganxb .text p {
	font-size: 20px;
	line-height: 2rem;
	width: 80%;
	margin: 0 auto;
}
.fuwubox2 {
	width: 100%;
	margin: 0 auto;
}
.jiyin {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background:  url(../img/bg2.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 134px 0;
}
.jiyin2 {
	background-image:  url(../img/bg3.jpg);
}
.sanbox {
	max-width: 930px;
	height: 500px;
	margin-left: 227px;
	position: relative;
}
.sanbox ul li {
	width: 216px;
	height: 187px;
	background:  url(../img/six1.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-align: center;
}
.sanbox ul li.six2 {
	background-image:  url(../img/six3.png);
	left: 174px;
	top: 100px;
}
.sanbox ul li.six3 {
	background-image:  url(../img/six2.png);
	left: 174px;
	top: 300px;
}
.sanbox ul li.six4 {
	left: 345px;
	top: 0px;
}
.sanbox ul li.six5 {
	background-image:  url(../img/six4.png);
	left: 345px;
	top: 198px;
}
.sanbox ul li.six6 {
	background-image:  url(../img/six5.png);
	left: 515px;
	top: 100px;
}
.sanbox ul li.six7 {
	background-image:  url(../img/six2.png);
	left: 685px;
	top: 200px;
}
.sanbox ul li.six2, .sanbox ul li.six5, .sanbox ul li.six6 {
	text-align: center;
}
.sanbox ul li a {
	color: #fff;
	font-size: 1.125rem;
	display: block;
}
.sanbox ul li img {
	margin: 25px 0;
}
.sanbox ul li:hover {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.newstext {
	margin: 0 auto;
	max-width: 1200px;
}
.newstext ul li span {
	float: right;
	width: 59px;
	height: 26px;
	margin-bottom: 20px;
	background:  url(../img/amore.png) 0 0 no-repeat;
	margin-right: 10px;
}
.newstext ul li {
	width: 20%;
	float: left;
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.newstext ul li a{
	display: block;
	overflow: hidden;
	background-color: #f3f3f3;
}
.newstext ul li .pic {
	overflow: hidden;
}
.newstext ul li .pic img {
	width: 100%;
	display: block;
	max-height: 152px !important;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.newstext ul li:hover .pic img  {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newstext ul li h2 {
	font-size: 1rem;
	padding: 10px;
}
.newstext ul li p {
	font-size: 0.875rem;
	color: #999;
	height: 58px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
.newstext ul li:hover a {
	background-color: #44bbff;
}
.newstext ul li:hover h2, .newstext ul li:hover p {
	color: #fff;
}
.newstext ul li:hover span {
	background-image: url(../img/amore2.png);
}
.teamtwo {
	background: url(../img/bg4.jpg) center top no-repeat;
}
/*企业文化*/
.culture ul li {
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.culture .pic img {
	width: 100%;
}
.culture .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.culture .text .shuidi {
	width: 150px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -75px;
	margin-top: 80px;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.culture .text .shuidi1 {
	opacity:1;
	background:  url(../img/culture5.jpg) 0 0 no-repeat;
}
.culture .text .shuidi2 {
	opacity:0;
	transform: rotateY(-180deg);
	background:  url(../img/culture6.jpg) 0 0 no-repeat;
}
.culture .text .shuidi p {
	text-transform: uppercase;
	color: #fff;
	font-size: 0.81rem;
	margin-top: 10px;
}
.culture .text .shuidi h2 {
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 10px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.56rem;
}
.culture .text .bdbai {
	padding-top: 10%;
	height: 100%;
}
.txtp {
	color: #fff;
	font-size: 1.25rem;
	margin-top: 0px;
	line-height: 30px;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	opacity: 0;
	position: absolute;
	padding: 0 6%;
	top: 65%;
	height: 60px;
	width: 100%;
	text-align: center;
}
.culture .text .shuidi2 h2,.culture .text .shuidi2 p {
	color: #44bbff;
	border-color: #44bbff;
}
.culture ul li:hover .shuidi1 {
	opacity:0;
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.culture ul li:hover .shuidi2 {
	opacity:1;
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.culture ul li .bdbai::before, .culture ul li .bdbai::after{
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 1;
	animation: clipMe 8s linear infinite;
	z-index: 11;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.culture ul li .bdbai::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.culture ul li .bdbai::after {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.culture ul li .bdbai:hover::after,.culture ul li .bdbai:hover::before {
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.culture ul li:hover .text  {
	background-color: rgba(68,187,255,0.8);
}
.culture ul li:hover .txtp {
	margin-top: 30px;
	opacity: 1;
}
/*学术研究*/
.pubtitle {
	text-align: center;
	margin-bottom: 40px;
}
.pubtitle span {
	color: #44bbff;
	font-size: 30px;
	font-family: Arial;
	text-transform: uppercase;
	position: relative;
	display: block;
	height: 45px;
}
.pubtitle span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background: #44bbff;
	content: '';
}
.pubtitle h3 {
	font-size: 22px;
	margin-top: 15px;
}
.site-join { padding:10px 4%;}
.joinimg{width:100%;height:100%;max-width: 1258px; padding:20px 0;}
.joinimg .swiper-slide{max-width:763px;max-height:557px; width:100%; overflow: hidden; height:auto; position:relative; background:url(../img/gzblbg.png);}
.joinimg .swiper-slide img{filter:alpha(opacity=40);opacity:0.4;-webkit-transition:  all ease-out 1s;transition:  all ease-out 1s; max-width:100%; width: 100%; height:auto;}
.joinimg .swiper-slide span { position:absolute; right:0; bottom:10%; font-size:20px; color:#fff; padding:10px 30px 10px 50px; background:rgba(0, 0, 0, 0.5)}
.joinimg .swiper-button-prev { background: url(../img/xueshul.jpg) center center;  top: 50%;  width: 85px; height: 32px; margin-top: -16px; left:15%;}
.joinimg .swiper-button-next { background: url(../img/xueshur.jpg) center center;  top: 50%;  width: 85px; height: 32px; margin-top: -16px; right:15%;}
.joinimg .swiper-slide-active img{filter:alpha(opacity=100);opacity:1; position:relative}
.joinimg .swiper-slide-active {-webkit-box-shadow:0px 7px 10px #ccc; box-shadow:0px 7px 10px #ccc;}
.joinimg .swiper-slide p {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #fff;
	width: 40%;
	height: 42px;
	line-height: 42px;
	background-color: rgba(0,0,0,0.5);
	text-align: right;
	opacity: 0;
	padding-right: 10px;
}
.joinimg .swiper-slide-active p {
	opacity: 1;
}
/*招聘信息*/
.site-rec { background:url(../img/recbg.jpg) center center no-repeat; height:692px; position:relative;}
.rec-lb {padding-top: 15%;}
.site-rec ul li { float: left;
	width: 25%;}
.site-rec a { display:block; margin:0 auto; width:250px; height:250px; background:url(../img/recybg.png) center center no-repeat; text-align:center; position:relative;}
.site-rec a h3 { color:#fff; font-size:24px; font-weight:normal; padding:70px 10px 10px; position: relative; margin-bottom:10px; z-index:9;transition:color 400ms;-webkit-transition:color 400ms; }
.site-rec a p {font-size:20px;  color:#fff; text-transform:uppercase;}
.site-rec a span {font-size:20px;text-transform: uppercase; color:#fff; font-family:Arial;position: relative; z-index:9;transition:color 400ms;-webkit-transition:color 400ms; }
.site-rec a h3::after {position: absolute;bottom: 0;left: 50%;width: 34px;height: 1px; margin-left: -17px; background: #fff;content: '';transition:all 200ms;-webkit-transition:all 200ms;}
.site-rec a .recsj { position:absolute; top:50%; left:50%; margin:-80px 0 0 -136px; width:272px; height:236px;opacity:0;-webkit-transform: scale(0);transform: scale(0);background:url(../img/recsj.png);-webkit-transition: opacity 400ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms,-webkit-transform 600ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;transition: opacity 400ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms,transform 600ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;}
.site-rec a:hover .recsj {opacity:1;-webkit-transform: scale(1);transform: scale(1);}
.recwbg {position:absolute; top:50%; left:50%; margin:-125px 0 0 -125px; width:250px; opacity:0;height:250px;background-color:#fff; border-radius:50%;-webkit-border-radius:50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:opacity 400ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms,-webkit-transform 600ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 100ms;transition: opacity 400ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms,transform 600ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 100ms;}
.site-rec a:hover .recwbg {opacity:1;-webkit-transform: scale(1);transform: scale(1);}
.site-rec a:hover h3,.site-rec a:hover p,.site-rec a:hover span { color:#44bbff;}
.site-rec a:hover h3::after {background: #44bbff;}

.site-reczp { padding:150px 0 0;position:relative; background:url(../img/recrx.jpg) center top no-repeat; }
.rectit { text-align:center;}
.rectit span{font-size:30px;text-transform: uppercase; color:#44bbff; font-family:Arial; letter-spacing:12px;}
.rectit h3 {font-size:30px; font-weight:normal; color:#fff; margin:10px 0 120px; padding:10px 0 0; position:relative;}
.rectit h3::after {position: absolute;top: 0;left: 50%;width:46px;height:2px; margin-left: -23px; background: #fff;content: ''; opacity:0.5;}
.rsc-ztd { font-size:18px; color:#fff; background-color:#44bbff; padding:59px 20px 59px 50px; margin-bottom:2px;}
.rec-zhed { margin-bottom:100px;}
.rec-zhed dl {
	margin: 2px 0;
}
.rec-zhed dl dt {
	background-color: #44bbff;
	color: #fff;
	padding: 1rem 2rem 1rem 4rem;
	position: relative;
	font-size: 1rem;
}
.rec-zhed dl dt:hover {
	background-color: #e89b56;
}
.rec-zhed dl dt.bgcheng {
	background-color: #e89b56;
}
.rec-zhed dl dd {
	background-color: #efefef;
	padding: 30px 50px;
	display: none;
}
.rec-zhed dl dd.showbox {
	display: block;
}
.rec-zhed dl dd .text div {
	line-height: 30px;
}
.w-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.dan {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.dan p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}
.dan img {
	width: 100% !important;
	height: auto !important;
}














