body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-family: "微软雅黑";}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333333;}
dl,dt,dd{margin: 0;}

ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
.clear{
	clear: both;
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}

.home-banner{
	margin-top: 110px;
}
.home-banner .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #000;
	height: 100%;
}

.home-banner .slideBox .bd {
	position: relative;
	height: 100%;
}

.home-banner .slideBox .bd ul {
	height: 100%;
}

.home-banner .slideBox .bd li {
	vertical-align: middle;
	height: 100%;
}
.home-banner .slideBox .bd img {
	width: 100%;
	height: 100%;
	animation: changeScale 1 2.5s;
}
.home-banner .banner-title{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
}
.home-banner .banner-title h3{
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 4px 4px #333333;
}
.home-banner .banner-title p{
	font-size: 18px;
	color: #FFFFFF;
	font-family: arial;
	text-shadow: 0 4px 4px #333333;
}
.home-banner .hd{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 3;
}
.home-banner .hd ul{
	display: inline-block;
}
.home-banner .hd ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin: 0 8px;
	position: relative;
}
.home-banner .hd ul li:before{
	display: none;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
.home-banner .hd ul li.on:before{
	display: block;
}

.home-header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition-duration: 0.5s;
}
.logo{
	float: left;
	margin-top: 24.5px;
}
.home-menu{
	float: right;
}
.home-menu ul{
	float: left;
}
.home-menu ul li{
	float: left;
	margin-right: 45px;
	position: relative;
}
.home-menu ul li:last-child{
	margin-right: 0;
}
.home-menu ul li a{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 110px;
	transition-duration: 0.5s;
}
.home-menu ul li:hover>a{
	color: #1b407c !important;
}
.son-menu{
	display: none;
	position: absolute;
    top: 100%;
    left: -158px;
    width: 800px;
    height: 680px;
    background: #fff;
    font-size: 16px;
    border-bottom: 3px solid #2958a6;
    z-index: 200;
    padding-left: 20px;
}
.son-menu dl{
	display: inline-block;
    width: 32%;
    vertical-align: top;
    color: #fff;
    text-align: left;
}
.son-menu dl dt a{
	font-size: 16px;
	color: #08c !important;
	font-weight: bold;
	line-height: 32px !important;
}
.son-menu dl dd{
	margin-bottom: 0 !important;
}
.son-menu dl dd a{
	font-size: 14px;
	color: #333 !important;
	font-weight: normal;
	line-height: 26px !important;
}
.son-menu dl dd a:hover{
	color: #1b407c !important;
}
.son-menu2{
	position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-bottom: 3px solid #2958a6;
    z-index: 100;
    width: 250px;
    display: none;
}
.son-menu2 dd{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
}
.son-menu2 dd a{
	display: block;
	font-size: 16px !important;
    color: #666;
    line-height: 50px !important;
    padding-left: 30px;
    text-align: left;
}
.son-menu2 dd a:hover{
	color: #1b407c !important;
}
.home-menu ul li:hover .son-menu{
	display: block;
}
.home-menu ul li:hover .son-menu2{
	display: block;
}

.home-menu-fr{
	float: left;
	margin-left: 35px;
	margin-top: 42px;
	zoom: 1;
}
.home-menu-fr:after{
	display: block;
	content: '';
	clear: both;
}
.home-search{
	float: left;
	width: 25px;
	height: 25px;
	background: url(../images/search01.png) no-repeat;
	background-size: 100% 100%;
	transition-duration: 0.5s;
	cursor: pointer;
}
.home-language{
	float: left;
	margin-left: 20px;
}
.home-language a{
	font-size: 20px;
	color: #FFFFFF;
	transition-duration: 0.5s;
}
.header-sp{
	background: #ffffff;
}
.header-sp .home-menu ul li a{
	color: #333333;
}
.header-sp .home-language a{
	color: #333333;
}
.header-sp .home-search{
	background: url(../images/search02.png) no-repeat;
	background-size: 100% 100%;
}

.home-menu-contenter{
	display: none;
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
	border-top: 1px solid #333;
	position: absolute;
	top: 100%;
}
.home-menu-w{
	width: 50%;
	margin: 0 auto;
}
.home-menu-contenter ul li{
	display: none;
	zoom: 1;
}
.home-menu-contenter ul li:after{
	display: block;
	content: '';
	clear: both;
}
.home-menu-contenter ul li dl{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.home-menu-contenter ul li dl:nth-child(3n){
	margin-right: 0;
}
.home-menu-contenter ul li dl dt{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.home-menu-contenter ul li dl dt:hover a{
	color: #1b407c;
}
.home-menu-contenter ul li dl dd:hover a{
	color: #1b407c;
}

.home-case{
	padding-top: 65px;
	padding-bottom: 70px;
	background: #FFFFFF;
}
.home-title{
	text-align: center;
	margin-bottom: 40px;
}
.home-title h3{
	font-size: 40px;
	color: #1b407c;
	font-weight: bold;
}
.home-title span{
	font-size: 24px;
	color: #999999;
	font-family: arial;
	text-transform: uppercase;
	position: relative;
}
.home-title span:before{
	display: block;
	content: '';
	width: 74px;
	height: 3px;
	background: #1b407c;
	position: absolute;
	left: -85px;
	top: 50%;
	margin-top: -1.5px;
}
.home-title span:after{
	display: block;
	content: '';
	width: 74px;
	height: 3px;
	background: #1b407c;
	position: absolute;
	right: -85px;
	top: 50%;
	margin-top: -1.5px;
}
.black-title h3{
	color: #FFFFFF;
}
.black-title span{
	color: #FFFFFF;
}
.black-title span:before{
	background: #FFFFFF;
}
.black-title span:after{
	background: #FFFFFF;
}
.home-case-content{
	display: flex;
}
.home-case-fl{
	width: calc(50% - 16px);
}
.home-case-fr{
	width: 50%;
	margin-left: 16px;
}
.home-case-fr ul li{
	display: flex;
}
.home-case-fr ul li:nth-child(1){
	margin-bottom: 12px;
}

.home-case-link{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-case-fr ul li:nth-child(2) .home-case-link{
	width: calc(50% - 8px);
}
.home-case-fr ul li:nth-child(2) .home-case-link:nth-child(2){
	margin-left: 16px;
}
.home-case-link img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-case-name{
	position: absolute;
	top: 8%;
	left: 8%;
}
.home-case-name h5{
	font-size: 18px;
	color: #FFFFFF;
	font-family: arial;
}
.home-case-name h4{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
.home-case-link:hover img{
	transform: scale(1.1);
}
.home-pro{
	background: url(../images/h-bg01.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 70px;
}
.home-pro-list{
	text-align: center;
	margin-bottom: 60px;
}
.home-pro-list ul{
	display: inline-block;
}
.home-pro-list ul li{
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	margin-right: 95px;
	cursor: pointer;
	position: relative;
}
.home-pro-list ul li:last-child{
	margin-right: 0;
}
.home-pro-list ul li.hover:before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	bottom: -10px;
}
.home-pro-boxer ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	background: #FFFFFF;
	position: relative;
}
.home-pro-boxer ul li:after{
	display: block;
	content: '';
	width: 0%;
	height: 0%;
	background: #1b407c;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transition-duration: 0.5s;
}
.home-pro-boxer ul li:nth-child(3n){
	margin-right: 0;
}
.home-pro-boxer ul li a{
	display: block;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.home-pro-img{
	width: 100%;
	height: 270px;
	text-align: center;
	line-height: 270px;
	border-bottom: 1px solid #cacaca;
}
.home-pro-name{
	padding: 35px 0;
}
.home-pro-name h4{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
	transition-duration: 0.5s;
}
.home-pro-name p{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	text-align: center;
	transition-duration: 0.5s;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.home-pro-boxer ul li:hover:after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home-pro-boxer ul li:hover .home-pro-name h4{
	color: #ffffff;
}
.home-pro-boxer ul li:hover .home-pro-name p{
	color: #ffffff;
}

.home-news{
	padding: 75px 0;
	background: #FFFFFF;
}
.home-news-title{
	float: left;
	width: 400px;
	padding-right: 60px;
}
.home-news-title h3{
	font-size: 40px;
	color: #1b407c;
	font-weight: bold;
}
.home-news-title h5{
	font-size: 24px;
	color: #999999;
	font-family: arial;
	text-transform: uppercase;
}
.home-news-title span{
	display: block;
	width: 70px;
	height: 3px;
	background: #1b407c;
	margin-top: 5px;
	margin-bottom: 15px;
}
.home-news-title p{
	font-size: 18px;
	color: #666666;
	line-height: 2;
	margin-bottom: 60px;
}
.home-news-title a{
	font-size: 18px;
	color: #1b407c;
	padding-right: 45px;
	position: relative;
}
.home-news-title a:after{
	display: block;
	content: '';
	width: 40px;
	height: 13px;
	background: url(../images/jt01.png) no-repeat;
	position: absolute;
	right: 0;
	top: 6px;
	transition-duration: 0.5s;
}
.home-news-title a:hover:after{
	right: -10px;
}
.home-news-banner{
	float: left;
	width: calc(100% - 400px);
}
.home-news-img{
	width: 100%;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-name{
	padding: 35px 15px 50px;
	background: #f3f3f3;
}
.home-news-name h4{
	font-size: 18px;
	color: #333333 !important;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.home-news-name span{
	font-size: 16px;
	color: #1b407c;
}
.home-gcal{
	background: url(../images/gcal01.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 50px;
}
.home-gcal-list{
	width: 100%;
	background: rgba(0,0,0,0.5);
	margin-top: 360px;
}
.home-gcal-list ul li{
	float: left;
	width: 20%;
	border-right: 1px solid rgba(255,255,255,0.3);
	transition-duration: 0.5s;
}
.home-gcal-list ul li:nth-child(1){
	border-left: 1px solid rgba(255,255,255,0.3);
}
.home-gcal-list ul li a{
	display: block;
	padding: 35px 0 20px;
}
.home-gcal-icon{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/al-bg.png) no-repeat;
	text-align: center;
	line-height: 70px;
}
.home-gcal-icon img{
	vertical-align: middle;
}
.home-gcal-list ul li p{
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
.home-gcal-list ul li:hover{
	background: #1b407c;
}
.home-gcal-list ul li:hover .home-gcal-icon img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.footer{
	background: url(../images/foot-bg.jpg) no-repeat center center;
	background-size: cover;
	border-top: 6px solid #3878e0;
	margin-top: 35px;
}
.footer-top{
	padding-top: 70px;
	padding-bottom: 40px;
}
.footer-top-fl{
	float: left;
	width: 50%;
}
.footer-top-fl img{
	margin-bottom: 20px;
}

.footer-top-fl ul li{
	float: left;
	font-size: 18px;
	margin-right: 25px;
}
.footer-top-fl ul li:last-child{
	margin-right: 0;
}
.footer-top-fl ul li a{
	color: #FFFFFF;
	transition-duration: 0.5s;
}
.footer-top-fl ul li a:hover{
	opacity: 0.6;
}
.other-link{
	margin-top: 70px;
	zoom: 1;
}
.other-link:after{
	display: block;
	content: '';
	clear: both;
}
.other-link span{
	float: left;
	display: block;
	width: 90px;
	font-size: 18px;
	color: #FFFFFF;
}
.other-link-nav{
	float: left;
	width: calc(100% - 90px);
}
.other-link-nav a{
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 12px;
	transition-duration: 0.5s;
}
.other-link-nav a:hover{
	opacity: 0.6;
}
.footer-top-fr{
	float: left;
	width: 50%;
	text-align: right;
}
.footer-top-fr p{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 21px;
}
.footer-bottom{
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.footer-bottom p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 56px;
	opacity: 0.5;
}
.footer-bottom p:nth-child(1){
	float: left;
}
.footer-bottom p:nth-child(2){
	float: right;
}

.ne-banner{
	width: 100%;
	position: relative;
	margin-top: 110px;
}
.ne-banner img{
	display: block;
	width: 100%;
}
.ne-banner-title{
	width: 100%;
	position: absolute;
	bottom: 40px;
	z-index: 2;
}
.ne-banner-title h3{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}
.ne-banner-title p{
	font-size: 16px;
	color: #FFFFFF;
}
.ne-banner-title p a{
	color: #FFFFFF;
}
.ne-menu{
	border-bottom: 1px solid #d9d9d9;
}
.ne-menu ul li{
	float: left;
	width: 230px;
	font-size: 18px;
	text-align: center;
	line-height: 65px;
	border-right: 1px solid #d9d9d9;
	transition-duration: 0.5s;
}
.ne-menu ul li:nth-child(1){
	border-left: 1px solid #d9d9d9;
}
.ne-menu ul li a{
	display: block;
	color: #333333;
}
.active-now{
	background: #1b407c;
}
.active-now a{
	color: #ffffff !important;
}

.ne-pro-content{
	background: #efefef;
	padding: 65px 0;
}
.ne-pro-content ul li{
	margin-bottom: 55px;
}

.jianT{width: 100%; text-align: center;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 34px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li:nth-child(1){width:54px;}
.jianT li:nth-last-child(1){width:54px;}
.jianT li:nth-child(2){width:84px;}
.jianT li:nth-last-child(2){width:84px;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#1b407c;color:#fff;}
.jianT li .on{ background:#1b407c; color:#fff;display:block;}

.solution-list ul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	background: #FFFFFF;
	transition-duration: 0.5s;
}
.solution-list ul li:nth-child(2n){
	margin-right: 0;
}
.ne-solution-img{
	width: 100%;
	height: 390px;
	text-align: center;
	line-height: 390px;
}
.ne-solution-img img{
	max-width: 96%;
	max-height: 96%;
}
.ne-solution-name{
	background: #e5f2fb;
	padding: 15px 25px;
	text-align: center;
	border: 1px solid #d7d7d7;
	transition-duration: 0.5s;
}
.ne-solution-name h4{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	transition-duration: 0.5s;
}
.ne-solution-name p{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	transition-duration: 0.5s;
}
.solution-list ul li:hover .ne-solution-name{
	background: #1b407c;
}
.solution-list ul li:hover .ne-solution-name h4{
	color: #FFFFFF;
}
.solution-list ul li:hover .ne-solution-name p{
	color: #FFFFFF;
}
.hypx-content{
	display: flex;
}
.hypx-fl{
	width: 57%;
	background: #FFFFFF;
	padding: 70px 50px 0;
}
.hypx-fl h4{
	font-size: 24px;
	color: #1b407c;
	margin-bottom: 25px;
}
.hypx-fl p{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-align: justify;
}
.hypx-fr{
	width: 43%;
	overflow: hidden;
}
.hypx-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.hypx-fr img:hover{
	transform: scale(1.1);
}
.ne-new-content{
	background: #efefef;
    padding: 65px 0;
}

.nei-news ul{
	border-top: 1px solid #e2e2e2;
	margin-bottom: 50px;
}
.nei-news ul li{
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
	transition-duration: 0.5s;
}
.nei-news-list{
	display: flex;
}
.nei-new-time{
	width: 12%;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}
.nei-new-time h3{
	font-size: 45px;
	color: #0152a4;
	font-weight: bold;
	margin-top: 25px;
	transition-duration: 0.5s;
}
.nei-new-time p{
	font-size: 16px;
	color: #0152a4;
	transition-duration: 0.5s;
	
}
.nei-new-content{
	width: 70%;
	padding-left: 45px;
	padding-right: 65px;
}
.nei-new-content h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	transition-duration: 0.5s;
}
.nei-new-num{
	margin-bottom: 5px;
}
.nei-new-num span{
	font-size: 16px;
	color: #9d9c9c;
	font-family: "宋体";
	margin-right: 40px;
	padding-left: 30px;
	position: relative;
	transition-duration: 0.5s;
}
.nei-new-num span:nth-child(1):before{
	display: block;
	content: '';
	width: 23px;
	height: 14px;
	background: url(../images/eye.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.nei-new-num span:nth-child(2){
	margin-right: 0;
}
.nei-new-num span:nth-child(2):before{
	display: block;
	content: '';
	width: 17px;
	height: 17px;
	background: url(../images/fx.png) no-repeat;
	position: absolute;
	left: 4px;
	top: 0;
}
.nei-new-content p{
	font-size: 15px;
	color: #666666;
	font-family: "宋体";
	line-height: 28px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.nei-new-img{
	width: 18%;
	overflow: hidden;
}
.nei-new-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.nei-news ul li:hover .nei-new-time h3{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-time p{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-content h3{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-num span{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-content p{
	color: #1b407c;
}
.nei-news ul li:hover .nei-new-img img{
	transform: scale(1.1);
}

.about-content p{
	font-size: 18px;
	color: #333333;
	line-height: 2;
	text-align: left;
	text-indent: 2rem;
}
.ne-about-img{
	margin-top: 70px;
	display: flex;
}
.ne-about-img img{
	width: 33%;
	margin-right: 0.5%;
}
.ne-about-img img:nth-child(3){
	margin-right: 0;
}

.ryzz-list{
	text-align: center;
	margin-bottom: 60px;
}
.ryzz-list ul{
	display: inline-block;
}
.ryzz-list ul li{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	position: relative;
}
.ryzz-list ul li:last-child{
	margin-right: 0;
}
.ryzz-list ul li a{
	color: #333333;
}
.ryzz-list ul li.active-ry a{
	color: #1b407c !important;
}
.ryzz-list ul li.active-ry:after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #1b407c;
	position: absolute;
	bottom: -5px;
}
.ryzz-imgBox{
	width: 100%;
}
.iframe {
    width: 100% !important;
    height: 436px !important;
    border: none;
}
.join-list ul{
	margin-bottom: 50px;
}
.join-list ul li{
	padding-left: 60px;
	line-height: 76px;
	zoom: 1;
	border-bottom: 1px dashed #d6d6d6;
	font-size: 17px;
	color: #333333;
}
.join-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.join-list ul li span{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.join-list ul li:nth-child(1){
	background: #0152a4;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 66px;
	border-bottom: none;
}
.join-list ul li span:nth-child(1){
	float: left;
	width: 22%;
	margin-right: 5%;
}
.join-list ul li span:nth-child(2){
	float: left;
	width: 17%;
	margin-right: 5%;
}
.join-list ul li span:nth-child(3){
	float: left;
	width: 33%;
	margin-right: 3%;
}
.join-list ul li span:nth-child(4){
	float: left;
	width: 15%;
	text-align: center;
	position: relative;
}
.join-list ul li span:nth-child(4):before{
	display: block;
	content: '';
	width: 1px;
	height: 30px;
	background: #0152a4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}
.join-list ul li span:nth-child(4):after{
	display: block;
	content: '';
	width: 1px;
	height: 30px;
	background: #0152a4;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.join-list ul li span:nth-child(4) a{
	padding-right: 20px;
	position: relative;
}
.join-list ul li span:nth-child(4) a:after{
	display: block;
	content: '';
	width: 9px;
	height: 12px;
	background: url(../images/jt02.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.join-list ul li span:nth-child(4) a:hover{
	color: #0152a4;
}
.contact-nav{
	display: flex;
}
.contact-map{
	width: 69.5%;
}
.map{
	width: 100%;
	height: 100%;
}
.contact-add{
	width: 30.5%;
	background: #1b407c;
	padding: 80px 15px 60px 30px;
}
.contact-add h3{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.contact-add p{
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 20px;
	position: relative;
}
.contact-add p:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 11px;
}

.cpxx-choice{
	width: 100%;
	padding: 75px 50px;
	background: #FFFFFF;
	margin-top: 30px;
}
.cpxx-choice h3{
	font-size: 24px;
	color: #1b407c;
	font-weight: normal;
	margin-bottom: 25px;
}
.cpxx-select{
	margin-bottom: 30px;
}
.select-com{
	float: left;
	height: 50px;
	border: 1px solid #b9b9b9;
}
.select-com select{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	margin: 0;
	font-size: 18px;
	color: #333333;
}
.xh-select{
	width: 165px;
	margin-right: 25px;
}
.mc-select{
	width: 420px;
}
.cpxx-number{
	margin-bottom: 30px;
}
.cpxx-number span{
	float: left;
	font-size: 24px;
	color: #1b407c;
	font-weight: normal;
	line-height: 50px;
	margin-right: 20px;
}
.cpxx-number input{
	height: 50px;
	border: 1px solid #b9b9b9;
	padding: 0 10px;
	font-size: 18px;
	color: #333333;
}
.cpxx-nob01{
	width: 130px;
	text-align: center;
	margin-right: 10px;
}
.cpxx-nob02{
	width: 350px;
}
.cpxx-current{
	zoom: 1;
}
.cpxx-current:after{
	display: block;
	content: '';
	clear: both;
}
.cpxx-current-list{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.cpxx-current-list:nth-child(2n){
	margin-right: 0;
}
.cpxx-current-list p{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}
.cpxx-current-list p span{
	color: #1b407c;
}
.cpxx-current-list table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dddddd;
}
.cpxx-current-list table th{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	text-align: center;
	border: 1px solid #dddddd;
}
.cpxx-current-list table th:nth-child(1){
	width: 17%;
}
.cpxx-current-list table th:nth-child(2){
	width: 28%;
}
.cpxx-current-list table th:nth-child(3){
	width: 55%;
}
.cpxx-current-list table td{
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	line-height: 50px;
	text-align: center;
	border: 1px solid #dddddd;
}
.cpxx-current-list table td input{
	width: 16px;
	height: 16px;
	margin-bottom: 0;
}
.cpxx-current-list table td:nth-child(1){
	width: 17%;
}
.cpxx-current-list table td:nth-child(2){
	width: 28%;
}
.cpxx-current-list table td:nth-child(3){
	width: 55%;
}
.cpxx-current-list table tr{
	background: none;
}

/*小屏导航*/
.xs-top{display: none;}
.mobile-inner-nav a{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}  
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 50px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-inner img{ width: 100%;}
.mobile-inner p{ color: #676767; line-height: 25px; font-size: 16px; padding-bottom: 30px; padding-right: 30px;  padding-left: 30px; margin:0px;}
.mobile-inner-header{width: 100%; height: 50px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner{}
.mobile-inner-header-icon{color: #ffffff; height: 50px; font-size:25px; text-align: center; float:right; width: 50px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 15px) / 2); top: calc((100% - 5px) / 2); width: 25px; height: 3px; background-color: #3270df;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background-color: rgba(50,112,223,0.8); width: 100%; position: absolute; top: 50px;left: 0px; padding-top: 30px; padding-bottom: 30px;display: none;}
.mobile-inner-nav a{ display: inline-block; line-height: 40px; text-decoration: none; width: 85%; margin-left: 5%; color: #FFFFFF; border-bottom: solid 1px rgba(255,255,255,0.3); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight:300;}
.mobile-inner-nav a:hover{ color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2);}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
/*菜单结束*/

/*搜索框弹出*/
.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -50%;
    z-index: 10000;
}

.dialogTop {
    width: 30%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
}

    .dialogTop a {
        color: #fff;
    }

.tc-ss {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}

    .tc-ss ul .sk03 {
        width: 80%;
        float: left;
        background: url(../images/ss1.png) 10px center no-repeat;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 45px;
        border: 1px solid #3270df;
    }

        .tc-ss ul .sk03 input {
            width: 100%;
            background: none;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

.sk04 input {
    border-radius: 0;
    background: #3270df;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sk04 input:focus{
	border: none;
    outline: none;
}
.zb-table{
	width: 100%;
	border-collapse: collapse;
   	margin: 0 auto;

}
.zb-table td{
	border: 1px solid #e6e6e6;
	font-size: 17px;
    color: #555555;
    height: 70px;
}

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:20px; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;}

.jianT li:nth-child(2){width:80px;}
.jianT li:nth-last-child(2){width:80px;}

.download-list ul li{
	border-bottom: 1px solid #e2e2e2;
	zoom: 1;
}
.download-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.download-list ul li h4{
	float: left;
	max-width: calc(100% - 150px);
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	width: ;
}
.download-list ul li span{
	margin-left: 20px;
	float: left;
	width: 90px;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
}
.download-list ul li input{
	float: right;
	margin-top: 17px;
}

.join-detail{
	background: #fff;
	padding: 30px 100px;
}
.join-detail h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.join-detail h4{
	font-size: 18px;
    color: #555555;
    font-weight: normal;
    margin-bottom: 15px;
}
.join-detail p{
	font-size: 16px;
    color: #555555;
    line-height: 28px;
}



@media only screen and (max-width: 1441px){
	.w1440{
		width: 1280px;
	}
	.home-menu ul li{
		margin-right: 30px;
	}
	.home-banner .banner-title{
		top: 44%;
	}
	.home-title h3{
		font-size: 34px;
	}
	.home-title span{
		font-size: 20px;
	}
	.home-case-fr ul li:nth-child(1) {
	    margin-bottom: 10px;
	}
	.home-case{
		padding-top: 55px;
    	padding-bottom: 60px;
	}
	.home-pro-list ul li{
		font-size: 20px;
	}
	.about-content p{
		font-size: 16px;
	}
	.ryzz-list ul li{
		font-size: 18px;
	}
	.hypx-fl h4{
		font-size: 22px;
	}
	.hypx-fl p{
		font-size: 16px;
	}
	.select-com select{
		font-size: 16px;
	}
	.cpxx-number span{
		font-size: 20px;
	}
	.cpxx-choice h3{
		font-size: 20px;
	}
	.cpxx-number input{
		font-size: 16px;
	}
	.cpxx-current-list p{
		font-size: 18px;
	}
	.cpxx-current-list table th{
		font-size: 16px;
		line-height: 40px;
	}
	.cpxx-current-list table td{
		font-size: 16px;
		line-height: 40px;
	}
	.join-list ul li:nth-child(1){
		font-size: 18px;
	}
	.join-list ul li{
		font-size: 16px;
	}
	
}
@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 769px){
	.xs-top{display: block;}
	.home-menu-fr{
		float: right;
		margin-top: 11px;
	}
	.home-search{
		background: url(../images/search02.png) no-repeat;
	}
	.home-language a{
		color: #333333;
	}
	.home-header{
		display: none;
	}
	.ne-banner{
		margin-top: 50px;	
	}
	.home-banner{
		margin-top: 50px;
	}
	.home-banner .banner-title h3{
		font-size: 18px;
	}
	.home-banner .banner-title p{
		font-size: 14px;
	}
	.home-banner .banner-title {
	    top: 20%;
	}
	.home-banner .hd{
		bottom: 9px;
	}
	.w1440 {
	    width: 96%;
	}
	.home-case {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.home-title h3 {
	    font-size: 22px;
	}
	.home-title span {
	    font-size: 16px;
	}
	.home-case-content{
		display: block;
	}
	.home-case-fl{
		width: 100%;
		margin-bottom: 10px;
	}
	.home-case-fr{
		width: 100%;
		margin-left: 0;
	}
	.home-case-fr ul li{
		display: block;
	}
	.home-case-fr ul li:nth-child(2) .home-case-link{
		width: 100%;
		margin-bottom: 10px;
	}
	.home-case-fr ul li:nth-child(2) .home-case-link:nth-child(2){
		margin-left: 0;
	}
	.home-pro-list ul li {
	    font-size: 18px;
	    margin-right: 30px;
	}
	.home-pro-list{
		margin-bottom: 35px;
	}
	.home-pro-boxer ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.home-pro-img{
		height: 190px;
		line-height: 190px;
	}
	.home-pro-img img{
		max-width: 80%;
		max-height: 80%;
	}
	.home-pro-name {
	    padding: 20px 0;
	}
	.home-news{
		padding: 35px 0;
	}
	.home-news-title h3{
		font-size: 22px;
	}
	.home-news-title h5{
		font-size: 16px;
	}
	.home-news-title p{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.home-news-title a{
		font-size: 16px;
	}
	.home-news-title{
		width: 100%;
		margin-bottom: 20px;
	}
	.home-news-banner{
		width: 100%;
	}
	.home-gcal-list ul li{
		width: 33.333%;
	}
	.home-gcal-list ul li:nth-child(4){
		border-left: 1px solid rgba(255,255,255,0.3);
	}
	.home-gcal-list ul li:nth-last-child(-n+2){
		width: 50%;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	.home-gcal-list{
		margin-top: 75px;
	}
	.home-gcal-list ul li p{
		font-size: 16px;
		margin-top: 0px;
	}
	.home-gcal-list ul li a{
		padding: 20px 0 10px;
	}
	.footer-top-fl{
		display: none;
	}
	.footer-top-fr{
		width: 100%;
		text-align: center;
	}
	.footer-top{
		padding-top: 30px;
    	padding-bottom: 20px;
	}
	.footer-top-fr p{
		margin-top: 15px;
	}
	.footer-bottom{
		padding: 10px 0;
	}
	.footer-bottom p{
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	.ne-menu ul li{
		width: 33.3333%;
		font-size: 16px;
		line-height: 46px;
	}
	.ne-banner-title h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.ne-banner-title p{
		font-size: 12px;
	}
	.ne-banner-title{
		bottom: 5px;
	}
	.ne-new-content{
		padding: 30px 0;
	}
	.about-content p{
		line-height: 1.8;
    	text-align: justify;
	}
	.ne-about-img{
		display: block;
		margin-top: 30px;
	}
	.ne-about-img img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.ryzz-list ul li {
	    font-size: 16px;
	}
	.ryzz-list{
		margin-bottom: 30px;
	}
	.iframe{
		height: 200px !important;
	}
	.hypx-content{
		display: block;
	}
	.hypx-fl{
		width: 100%;
		padding: 20px 10px;
	}
	.hypx-fr{
		width: 100%;
	}
	.hypx-fl h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.cpxx-choice{
		padding: 20px 10px;
	}
	.cpxx-choice h3 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.xh-select{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.mc-select{
		width: 100%;
	}
	.cpxx-number span{
		width: 100%;
		font-size: 18px;
	}
	.cpxx-nob01{
		width: 100%;
		margin-bottom: 10px;
	}
	.cpxx-nob02{
		width: 100%;
	}
	.cpxx-current-list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cpxx-current-list table th{
		line-height: 24px;
	}
	.cpxx-current-list table td{
		line-height: 24px;
	}
	.cpxx-current-list p{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.join-list ul li{
		padding-left: 5px;
		font-size: 14px;
		line-height: 50px;
	}
	.join-list ul li:nth-child(1) {
	    font-size: 16px;
	}
	.join-list ul li span:nth-child(1){
		margin-right: 2%;
	}
	.join-list ul li span:nth-child(2){
		margin-right: 2%;
		width: 21%;
	}
	.join-list ul li span:nth-child(3){
		margin-right: 2%;
	}
	.join-list ul li span:nth-child(4){
		width: 18%;
	}
	.join-list ul li span:nth-child(4) a{
		padding-right: 0;
	}
	.join-list ul li span:nth-child(4) a:after{
		display: none;
	}
	.nei-news-list{
		display: block;
	}
	.nei-new-time{
		width: 100%;
		text-align: left;
	}
	.nei-new-content{
		width: 100%;
		padding-left: 0px;
    	padding-right: 0px;
	}
	.nei-new-img{
		width: 100%;
	}
	.nei-new-time h3{
		font-size: 30px;
		margin-top: 0;
	}
	.solution-list ul li{
		width: 100%;
	}
	.ne-solution-img{
		height: 190px;
		line-height: 190px;
	}
	.ne-pro-content ul li{
		margin-bottom: 20px;
	}
	.ne-pro-content{
		padding: 35px 0;
	}
	.sol-menu ul li{
		width: 50%;
	}
	.sol-menu ul li:nth-child(-n + 2){
		border-bottom: 1px solid #d9d9d9;
	}
	.tc-ss{
		width: 96%;
	}
	.dialogTop{
		width: 96%;
	}
	.join-detail{
		padding: 30px 10px;
	}
}


@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}
	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@keyframes changeright{       	 
0%{-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
50%{-moz-transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
100%{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}





























































