/**企业服务平台**/


 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 1s linear;
}

a:hover {
	text-decoration: none;
	color: #0099ff;
	
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a img {
	transition: all .3s linear;
}

a:hover img {
	transform-origin: center;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

body {
	font-size: 14px;
	background: #ffffff;
	color: #333;
}

.top-bg{
	height: 700px;
}

.menu-bg .logo img,.menu-bg1 .logo img{
	padding: 15px 0;
}

.menu-bg{
	background: rgba(0,0,0,.3); 
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	z-index: 100000;
}



.menu-bg1{
	background: #22338b; 
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	z-index: 100000;
}

.menu li{
	float: left;
	padding:22px 20px 0 20px;
}

.menu li a{
	display: block;
	font-size: 18px;
	padding: 20px 0 10px 0;
	color: #fff;
}

.menu li a:hover{
	margin-top: -10px;
}


.menu .curr a{
	border-bottom: 3px solid #0099ff;
	color: #fff; 
}

.banner{
	background: url(../../img/banner.jpg) no-repeat top center;
}

.banner-bt{
	top: 30%;
	text-align: left;
	transition: all 1s linear;
}

.banner-bt h1{
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 40px;
	text-shadow:none;
}

.banner-bt h1 span{
	font-size: 70px;
}

.banner-bt p{
	font-size: 30px;
	text-shadow:none;
}

.banner-bt img{
	position: absolute;
	right:30%;
	/* top:-160px; */
	width: 40%;
}

.banner:hover img{
	transform: scale(1.05);
	transition: all 1s linear;
}

.banner:hover .img{
	margin-top: -15px;
	transition: all 1s linear;
}


.banner1{
	background: linear-gradient(top,#59bcfd,#0099ff); 
	background: url(../../img/banner-bg.jpg) no-repeat top center;
	text-align: left;
	height: 640px;
}



.banner .img:hover img{
	transition: all 1s linear;
	transform: scale(1.1);
}



.yqdh {
	width: 281px;
	height: 281px;
	border: 2px solid #00B7EE;
	box-shadow: 0px 0px 5px #00C3CC;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(rgba(0, 160, 233, .7) 0%, rgba(0, 160, 233, .0)40%);
	top: 102px;
	left: 112px;
	transform: rotate(360dge);
	animation: myfirst3 10s infinite;
	-webkit-animation: myfirst3 10s infinite;
	/*Safari and Chrome*/
}


@keyframes myfirst3 {
	0% {
		transform: rotate(0deg);
		opacity: .8;
	}
	20% {
		transform: rotate(360deg);
		opacity: .4;
	}
	40% {
		transform: rotate(720deg);
		opacity: .8;
	}
	60% {
		transform: rotate(1080deg);
		opacity: .4;
	}
	80% {
		transform: rotate(1440deg);
		opacity: .8;
	}
	90% {
		transform: rotate(1800deg);
		opacity: .4
	}
	100% {
		transform: rotate(2160deg);
		opacity: .8;
	}
}

@-webkit-keyframes myfirst3
/* Safari and Chrome */

{
	0% {
		transform: rotate(0deg);
		opacity: .8;
	}
	20% {
		transform: rotate(360deg);
		opacity: .4;
	}
	40% {
		transform: rotate(720deg);
		opacity: .8;
	}
	60% {
		transform: rotate(1080deg);
		opacity: .4;
	}
	80% {
		transform: rotate(1440deg);
		opacity: .8;
	}
	90% {
		transform: rotate(1800deg);
		opacity: .4
	}
	100% {
		transform: rotate(2160deg);
		opacity: .8;
	}
}

.dhdw {
    position: relative;
    left: 80px;
    top: -108px;
}


.dh {
	width: 8px;
	height: 8px;
	background: red;
	position: relative;
	background: #00C3CC;
	box-shadow: 0px 0px 10px #00C3CC;
	display: inline-block;
	overflow: hidden;
	animation: myfirst 5s infinite;
	-webkit-animation: myfirst 5s infinite;
	/*Safari and Chrome*/
	left: 200px;
	top: 50px;
}

.dh2 {
	width: 8px;
	height: 8px;
	background: red;
	position: relative;
	background: #00C3CC;
	box-shadow: 0px 0px 10px #00C3CC;
	display: inline-block;
	overflow: hidden;
	animation: myfirst2 5s infinite;
	-webkit-animation: myfirst2 5s infinite;
	/*Safari and Chrome*/
	left: 190px;
	top: 405px;
}

@keyframes myfirst {
	0% {
		left: 200px;
		top: 50px;
		opacity: 1;
	}
	20% {
		left: 351px;
		top: 140px;
		opacity: .4;
	}
	40% {
		left: 351px;
		top: 318px;
		opacity: 1;
	}
	60% {
		left: 190px;
		top: 405px;
		opacity: .4;
	}
	80% {
		left: 43px;
		top: 319px;
		opacity: 1;
	}
	90% {
		left: 43px;
		top: 140px;
		opacity: .4;
	}
	100% {
		left: 200px;
		top: 50px;
		opacity: 1;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		left: 200px;
		top: 50px;
		opacity: 1;
	}
	20% {
		left: 351px;
		top: 140px;
		opacity: .4;
	}
	40% {
		left: 351px;
		top: 318px;
		opacity: 1;
	}
	60% {
		left: 190px;
		top: 405px;
		opacity: .4;
	}
	80% {
		left: 43px;
		top: 319px;
		opacity: 1;
	}
	90% {
		left: 43px;
		top: 140px;
		opacity: .4;
	}
	100% {
		left: 200px;
		top: 50px;
		opacity: 1;
	}
}

@keyframes myfirst2 {
	0% {
		left: 190px;
		top: 408px;
		opacity: 1;
	}
	20% {
		left: 30px;
		top: 319px;
		opacity: .4;
	}
	40% {
		left: 30px;
		top: 140px;
		opacity: 1;
	}
	60% {
		left: 190px;
		top: 50px;
		opacity: .4;
	}
	80% {
		left: 339px;
		top: 140px;
		opacity: 1;
	}
	90% {
		left: 339px;
		top: 318px;
		opacity: .4
	}
	100% {
		left: 190px;
		top: 408px;
		opacity: 1;
	}
}

@-webkit-keyframes myfirst2
/* Safari and Chrome */

{
	0% {
		left: 190px;
		top: 408px;
		opacity: 1;
	}
	20% {
		left: 30px;
		top: 319px;
		opacity: .4;
	}
	40% {
		left: 30px;
		top: 140px;
		opacity: 1;
	}
	60% {
		left: 190px;
		top: 50px;
		opacity: .4;
	}
	80% {
		left: 339px;
		top: 140px;
		opacity: 1;
	}
	90% {
		left: 339px;
		top: 318px;
		opacity: .4
	}
	100% {
		left: 190px;
		top: 408px;
		opacity: 1;
	}
}

.title h1{
	font-size: 38px;
	font-weight: bold;
	margin-bottom:60px;
}

.mt100{
	margin-top: 100px;
}

.cgal .thumbnail:hover{
	transition: all 1s linear;
	margin-top:-20px;
	height: 593px;
}

.cgal .thumbnail:hover img{
	transition: all 1s linear;
	transform: scale(1.1);
}


.cgal .thumbnail .img{
	width: 343px;
	height: 229px;
	overflow: hidden;
	background: #0094ea;
	border-radius: 5px 5px 0 0;
}

.cgal .thumbnail:hover h3,.cgal .thumbnail:hover h2{
	transition: all 1s linear;	
	color: #026ec9;
}

.thumbnail{
	border: 0;
	background: #e9f2fd;
	padding: 0;
	margin:0 15px;
	height: 573px;
}

.thumbnail .caption{
	padding: 20px;
}


.thumbnail h3{
	color: #111;
	font-weight: bold;
	line-height: 35px;
	height: 70px;
}

.thumbnail h2{
	color: #111;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.thumbnail p{
	font-size: 16px;
	line-height: 25px;
	margin:25px 0;
}

.thumbnail .img img{
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.cgal{
	margin:0 -20px 0 -20px;
	padding-bottom: 100px;
}

.cpzx{
	
	margin:0 -20px 0 -20px;
}

.cpzx .cplb{
	margin: 20px 15px;
	padding: 35px 20px 25px 20px;
	background: #fff;
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.1);
	border-radius: 5px;
	height: 290px;
}

.cpzx .cplb a{
	display: block;
}

.cpzx .cplb h3{
	text-align: center;
	color: #111;
	margin: 20px 0;
}

.cpzx .cplb:hover{	
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.4);
	transition: all 1s;
}

.cpzx .cplb:hover h3{	
	color: #0189e9;
	transition: all 1s;
}

.cpzx .cplb:hover p{	
	color: #0189e9;
	transition: all 1s;
}

.cpzx .cplb a:hover {
	margin-top: -10px;
	transition: all 1s;
}

.cpzx .cplb p{
	color: #666;
	height: 75px;
	line-height: 25px;
}

.cpzx .cplb .tb{	
	text-align: center;
}

.cpzx .cplb .tb img{	
	display: block;
	width:48px;
	height: 48px;
	margin:0 auto;
}

.cpzx-bg{
	background: #e9f2fd;
	padding-bottom: 100px;
}

.bg2{
	background: #f0f0f0;
	padding: 100px 0 50px 0;
}

.footer{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.footer h5{	
	color: #222;
	font-size: 18px;
	margin-top: 30px;
}

.footer a{
	color: #666;
}

.footer a:hover{
	color: #222;
}

.footer .hgy{
	padding-top: 10px;
}

.footer .hgy img{
	margin-bottom: 25px;
}


.pt60{
	padding-top: 60px;
}

.cp-list{	
	margin: 20px 15px;
	padding: 35px 20px 25px 150px;
	background: #fff;
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.1);
	border-radius: 5px;
	height: 145px;
	overflow: hidden;
	position: relative;
}

.cp-list .tb{
	position: absolute;
	top: 0px;
	left: -110px;
	padding: 15px;
	background: #e9f2fd;
	border-radius: 50%;
	z-index: 1000;
}

.cp-list .tb img{
	width: 48px;
	height: 48px;
}

.cp-list a{
	position: absolute;
	top:  35px;
	left: 150px;
	bottom: 25px;
	right: 20px;
	z-index: 10000;
}

.cp-list h3{
	color: #222;
}

.cp-list p{
	color: #999;
}

.cpxz-bg{
	color: #fff;
	height: 145px;
	position: absolute;
	top:-145px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0099ff;
}

.cp-list:hover .cpxz-bg{
	top: 0;
	transition: all .2s linear;
}

.cp-list:hover h3,.cp-list:hover p{
	transition: all .2s linear;
	color:#fff;
}

.pb100{
	padding-bottom: 100px;
}

.cp-img{
	padding: 20px;
	background: #fff;
}

.cpxq-bg{
	padding: 80px 0;
	background:url(../../img/banner-bg.jpg) no-repeat top center;
	color:#fff;
}

.cpxq-bg h1{
	font-size: 52px;
}

.cpxq-bg h1 span{
	font-size: 70px;
}

.cpxq-bg p{
	font-size: 24px;
}

.faxq-bg{
	padding: 80px 0;
	background:url(../../img/banner-bg2.jpg) no-repeat top center;
	color:#fff;
}

.faxq-bg h1{
	font-size: 52px;
	line-height: 72px;
}

.faxq-bg h1 span{
	font-size: 70px;
}

.faxq-bg p{
	font-size: 24px;
}

.cgal-bg{
	padding: 80px 0;
	background:url(../../img/banner-bg3.jpg) no-repeat top center;
	color:#fff;
}

.cgal-bg h1{
	font-size: 52px;
	line-height: 72px;
}

.cgal-bg h1 span{
	font-size: 70px;
}

.cgal-bg p{
	font-size: 24px;
}

.cpxp-bg{
	padding: 80px 0;
	background:url(../../img/banner-bg1.jpg) no-repeat top center;
	color:#fff;
}

.cpxp-bg h1{
	font-size: 52px;
	line-height: 72px;
}

.cpxp-bg h1 span{
	font-size: 70px;
}

.cpxp-bg p{
	font-size: 24px;
}



.yycj{
	background: #d3eafe;
	text-align: center;
	margin:20px;
	padding: 30px;
	border-radius: 5px;
	color: #333;
}

.yycj h3{
	margin: 0;
}

.cpys{
	background: #d3eafe;
	margin:20px;
	padding: 30px;
	border-radius: 5px;
	color: #333;
}

.cpys p{
	font-size: 18px;
    line-height: 34px;
    text-indent: 36px;
    margin: 20px 0;
}

.cpgl{
	background: #fff;
	text-align: center;
	margin:20px;
	padding: 30px;
	border-radius: 5px;
	color: #333;
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.1);
}


.cpgl h3{
	margin: 0;}

.cpsm{
	margin-top: 60px;
}

.cpsm{
	background: #fff;
	padding: 60px 60px;
	margin: 60px 10px 0 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.1);
}

.cpsm .img{
	margin: 40px 0 60px 0;
}

.cpsm p{
	font-size: 18px;
	line-height: 34px;
	text-indent: 36px;
	margin: 20px 0;
}

.cpgl-bg{
	margin: 0 -20px;
}

.cpgl-bg img{
	border-radius: 5px;
}

.znm-menu{
	position: fixed;
	right:100px;
	top:100px;
	z-index: 10000;
	overflow-x: hidden;
	overflow: scroll;
	height: 85%;
	margin-bottom: 50px;
}


.znm-menu::-webkit-scrollbar {
    display: none;
}

.znm-menu li a{
	display: block;
	position: relative;
	padding: 11px 20px 11px 50px;
	color: #666;
	border-bottom: 1px solid #eee;
	width: 200px;
	background: #fff;
}

.cgal-menu li a{
	width: 240px;
}

.znm-menu li a:hover{
	background: #eee;
}

.znm-menu li .tb img{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 11px;
}

.znm-menu .bt{
	text-align: center;
	padding: 15px 0 5px 0;
	background: #0094ea;
	color: #fff;
}

.znm-menu .more a{
	display: block;
	text-align: center;
	background: #f9f9f9;
}

.znm-menu .more a:hover{
	background: #eee;
	transition: all 1s linear;
}

.znm-menu .more1 a{
	display: block;
	text-align: center;
	background: #f9f9f9;
}

.znm-menu .more1 a:hover{
	background: #eee;
	transition: all 1s linear;
}

.znm-menu .curr{
	color: #0094ea;
}

.mt10{
	margin-top: 10px;
}

.hzqy span{
	display: block;
	background: #f2f2f2 url(../../img/right.png) no-repeat 10px center;
	background-size: 20px;
	padding: 15px 5px 12px 35px;
	border-radius: 5px;
	font-size: 16px;
	margin:15px 0;
}

.hgy-lxwm{
	margin:30px 20px;
	background: #fff;
	padding: 20px 20px 15px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 13px 4px rgba(0,153,255,0.1);
}

.hgy-lxwm h4{
	font-size: 20px;
	color: #1296db;
	position: relative;
	padding-left: 50px;
	line-height: 40px;
}

.hgy-lxwm p{
	font-size: 18px;
	padding-left: 50px;
}

.hgy-lxwm .ico1{
	background: url(../../img/lxwm-ico1.png) no-repeat 0 center;
	background-size: 40px;
}

.hgy-lxwm .ico2{
	background: url(../../img/lxwm-ico2.png) no-repeat 0 center;
	background-size: 40px;
}

.hgy-lxwm .ico3{
	background: url(../../img/lxwm-ico3.png) no-repeat 0 center;
	background-size: 40px;
}

.hgy-lxwm .ico4{
	background: url(../../img/lxwm-ico4.png) no-repeat 0 center;
	background-size: 40px;
}

.hgy-lxwm .ico5{
	background: url(../../img/lxwm-ico5.png) no-repeat 0 center;
	background-size: 40px;
}


.gcgy{
	margin:0 -20px 0 -20px;
	padding-bottom: 100px;
}

.gcgy .thumbnail{
	height: 450px;
	padding-top: 40px;
}


.gcgy .thumbnail:hover{
	transition: all 1s linear;
	margin-top:-20px;
	height: 470px;
}

.gcgy .thumbnail:hover img{
	transition: all 1s linear;
	transform: scale(1.1);
}


.gcgy .thumbnail .img{
	width: 343px;
	height: 229px;
	overflow: hidden;
	background: #0094ea;
	border-radius: 5px 5px 0 0;
}

.gcgy .thumbnail:hover h3,.gcgy .thumbnail:hover h2{
	transition: all 1s linear;	
	color: #026ec9;
}

.gcgy .thumbnail h2{
	margin-top: 10px;
	font-size: 24px;
}


.gcgy .ico1 a{
    background: #00b7ee;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}


.gcgy .ico2 a{
    background: #bd6df8;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}


.gcgy .ico3 a{
    background: #ffbf00;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}


.gcgy .ico4 a{
    background: #ff5555;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}


.banner-btn{
	padding: 14px 50px;
	background: #00B7EE;
	font-size: 20px;
	margin-top: 60px;
}


.hgy-dls .col-md-3{
	width: 20%;
}


.hgy-dls .col-md-3 .item{
	background: #e9f2fd;
	padding: 30px 15px;
	border-radius: 5px;
	height: 350px;
}



.hgy-dls .col-md-3 .item h4{
	text-align: center;
	font-size: 24px;
	margin: 25px 0;
}


.hgy-dls .col-md-3 .item .img{
	text-align: center;
}


.hgy-dls .col-md-3 .item .time{
	border:1px solid #0189e9;
	padding: 5px 10px;
	margin: 0 20px 20px 20px;
	text-align: center;
	display: block;
	border-radius:15px;
}

.hgy-dls .col-md-3 .item p{
	font-size: 16px;
}

.gysrz .col-md-3 .item{
	padding: 50px 15px;
	height: 400px;
}

.gysrz .col-md-3{
	width: 25%;
}

.gysrz .item p{
	padding: 0 25px;
}

.modal{
	z-index: 500000;
	top:10%;
}

.text-red{
	color: red;
	margin-right: 5px;
}

.rotate{          
	transform: rotate(0);
	transition: all .3s linear;
}
.rotate1{
	transform: rotate(180deg);
	transition: all .3s linear;
}