@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
label,
input,
textarea,
p,
th,
td,
button,
footer,
header,
nav,
section,
a,
span,
i {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB';
	color: #666;
}

html,
body {
	min-width: 1200px;
	min-height: 100%;
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB';
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

a {
	text-decoration: none;
	cursor: hand;
}

.nr_warp {
	width: 1100px;
	margin: 0 auto;
}


/* top */

.header {
	height: 100px;
	position: relative;
	z-index: 6;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}

.fixedHead,
.whiteHead {
	position: fixed;
	width: 100%;
	background: none;
}

.header.fixedHead {
	box-shadow: none;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* transform: translate3d(0,-100%,0); */
	-webkit-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}

.header.whiteHead:before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.maxWrap {
	width: 94%;
	margin: 0 auto;
	z-index: 2;
}

.logo {
	float: left;
	margin-top: 26px;
	position: absolute;
	background-image: url(../images/yuqing_logo.png?ss=new);
	height: 50px;
	width: 215px;
}

.btnBar {
	float: right;
	margin-top: 27px;
	line-height: 32px;
	position: relative;
}


.borderBtn{ float:left;}
.borderBtn a { color:#FFF; text-decoration:none;background:#63B634; border-radius:5px; color: #FFF;padding:0 15px; display:block;}
.borderBtn a:hover { color:#FFF; text-decoration:none;background:#363;}

.blueBtn{ float:left; margin-left:15px;}
.blueBtn a { color:#FFF; text-decoration:none;background-color:#20a3fe;border-radius:5px; color: #FFF; padding:0 15px; display:block;}
.blueBtn a:hover { color:#FFF; text-decoration:none;background:#06C;}


.tel_bk {
	float: right;
	height: 38px;
	background-image: url(../images/tel_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	font-size: 12px;
	padding-left: 45px;
	margin-top: 25px;
	margin-right: 15px;
	padding-right: 20px;
	color: #FFF;
	position: relative;
}

.tel_bk .tel {
	font-size: 16px;
}

.baseUl:before,
.baseUl:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.baseUl:after,
.clearfix:after,
.row:after {
	clear: both;
}

.baseUl li {
	float: left;
}

.navBar {
	float: right;
	margin-right: 30px;
}

.navBar a {
	font-size: 16px;
	margin: 0 24px;
	line-height: 90px;
	position: relative;
	display: block;
	color: #FFF;
}

.navBar li a:hover,
.navBar li.active a {
	color: #FFBE00;
}

.navBar li a:before {
	content: '';
	position: absolute;
	display: block;
	left: 100%;
	bottom: 17px;
	width: 0;
	border-radius: 4px;
	-webkit-transition: width .3s, left .3s, color .3s;
	-moz-transition: width .3s, left .3s, color .3s;
	-ms-transition: width .3s, left .3s, color .3s;
	-o-transition: width .3s, left .3s, color .3s;
	transition: width .3s, left .3s, color .3s;
	border-top-style: solid;
	border-top-color: #FFBE00;
	border-top-width: 4px;
}

.navBar li.active a:before {
	width: 100%;
	left: 0;
	border-color: #FFBE00;
}

.navBar li a:hover:before {
	left: 0;
	width: 100%;
	-webkit-transition: width .3s, color .3s;
	-moz-transition: width .3s, color .3s;
	-ms-transition: width .3s, color .3s;
	-o-transition: width .3s, color .3s;
	transition: width .3s, color .3s;
}


/* 滚动后 */

.whiteHead .tel_bk {
	float: right;
	height: 38px;
	background-image: url(../images/tel_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	font-size: 12px;
	padding-left: 45px;
	margin-top: 25px;
	margin-right: 15px;
	padding-right: 20px;
	color: #666;
	position: relative;
}

.whiteHead .navBar {
	float: right;
	margin-right: 30px;
}

.whiteHead .navBar a {
	font-size: 16px;
	margin: 0 24px;
	line-height: 90px;
	position: relative;
	display: block;
	color: #666;
}

.whiteHead .navBar li a:hover,
.navBar li.active a {
	color: #FFBE00;
}

.whiteHead .navBar li a:before {
	content: '';
	position: absolute;
	display: block;
	left: 100%;
	bottom: 17px;
	width: 0;
	border-radius: 4px;
	-webkit-transition: width .3s, left .3s, color .3s;
	-moz-transition: width .3s, left .3s, color .3s;
	-ms-transition: width .3s, left .3s, color .3s;
	-o-transition: width .3s, left .3s, color .3s;
	transition: width .3s, left .3s, color .3s;
	border-top-style: solid;
	border-top-color: #FFBE00;
	border-top-width: 4px;
}

.whiteHead .navBar li.active a:before {
	width: 100%;
	left: 0;
	border-color: #FFBE00;
}

.whiteHead .navBar li a:hover:before {
	left: 0;
	width: 100%;
	-webkit-transition: width .3s, color .3s;
	-moz-transition: width .3s, color .3s;
	-ms-transition: width .3s, color .3s;
	-o-transition: width .3s, color .3s;
	transition: width .3s, color .3s;
}

.whiteHead .logo {
	float: left;
	margin-top: 26px;
	position: absolute;
	background-image: url(../images/yuqing_logo_hover.png?ss=new);
	height: 50px;
	width: 215px;
}


/* banner */

.banner {
	height: auto;
	width: 100%;
}

.banner img {
	width: 100%;
	height: auto;
}

.swiper-container .banner1_bg {
	background: url(../images/banner/banner1.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 700px;
	position: relative;
}

.banner1_bg .left-granule {
	height: 550px;
	width: 300px;
	float: left;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

.banner1_bg .right-granule {
	height: 550px;
	width: 300px;
	float: left;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

.inner-text {
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
	z-index:999;
}

.inner-text h4 { font-size: 72px; background: #FFFFFF; font-weight: 200; color: #FFFFFF; background: none; letter-spacing: 8px; font-family: "微软雅黑"; 
}

.inner-text p { color: #FFFFFF; padding-top: 15px; letter-spacing: 2px; font-size: 20px; 
}

.inner-text a{
	background: none;
	border: none;
	border-radius: 5px;
	padding: 15px 45px;
	margin: 70px 20px;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
}

.inner-text .apply {
	background: #20a3fe;
	color: #FFFFFF;
}

.inner-text .detail {
	background: #3ac6ac;
	color: #FFFFFF;
}

.swiper-container .content-text{
	margin-top: 100px;
	height: 600px;
	width: 100%;
	position: relative;
}
/*第二slider*/

.swiper-container .banner2_bg {
	background: url(../images/banner/banner2.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}

@keyframes rotate {
	0% {
		transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
	}
	100% {
		transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
	}
}

.stars {
	transform: perspective(500px);
	transform-style: preserve-3d;
	position: absolute;
	bottom: 0;
	perspective-origin: 50% 100%;
	left: 50%;
	animation: rotate 90s infinite linear;
}

.star {
	width: 2px;
	height: 2px;
	background: #F7F7B6;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0 -300px;
	transform: translate3d(0, 0, -300px);
	backface-visibility: hidden;
}


/*第三banner*/

.swiper-container .banner3_bg {
	background: url(../images/banner/banner3.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}

.banner3_bg .circle1 {
	-webkit-animation: run 100s linear 0s infinite;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 160%;
    left: -30%;
    top: -160px;
    z-index: 1;
}
.banner3_bg .circle2{
	-webkit-animation: run 120s linear 0s infinite;
	position: absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	left: 0%;
    width: 100%;
    top: 2%;
    opacity: 0.8;
    z-index: 2;
}
.banner3_bg .circle3 {
	-webkit-animation: run 150s linear 0s infinite;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 80%;
    left: 10%;
    top: 90px;
    z-index: 3;
}
.banner3_bg .ball{
	-webkit-animation: run 170s linear 0s infinite;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 30%;
    left: 35%;
    top: 430px;
    z-index: 8;
}
.banner3_bg .earth{
	-webkit-animation: run 170s linear 0s infinite;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 35%;
    left: 32%;
    top: 400px;
    z-index: 5;
}
@-webkit-keyframes run {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}


/* 数
/*第四banner*/

.swiper-container .banner4_bg {
	background: url(../images/banner/banner4.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}


/* 数据量 */

.shuliang_bk {
	width: 100%;
	height: 496px;
	background-image: url(../images/shuju_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.jishu_bk {
	font-size: 46px;
	text-align: center;
}

.jishu_bk span {
	margin: 0 3px;
	padding: 0 5px;
	background: #DF4A43;
	color: #FFF;
}

.shuliang_bt {
	text-align: center;
	padding: 105px 0 20px 0;
}

.shuliang_bt h1 {
	font-size: 20px;
	font-weight: bold;
}

.lmbt {
	font-size: 42px;
	line-height: 100px;
	margin-top: 70px;
}

.lm_shuoming {
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	width: 950px;
	margin: 0 auto;
}


/* 舆情应用 */

.jiemian_jt {
	width: 100%;
	height: 560px;
	background-image: url(../images/jiemian_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.yuqing_bk {
	background-image: url(../images/jiemian_img.png);
	background-repeat: no-repeat;
	background-position: left 46px;
	height: 560px;
}

.yuqing_right {
	padding: 50px 0 0 620px;
	color: #FFF
}

.yuqing_right h1 {
	font-size: 42px;
	line-height: 100px;
}

.yuqing_right p {
	font-size: 16px;
	line-height: 30px;
}

.list_yingyong {
	padding: 30px 0 0 0;
}

.list_yingyong ul {}

.list_yingyong ul li {
	float: left;
	margin: 0 0 15px 70px;
	width: 116px;
	border-bottom: 1px dotted #FFF;
	padding: 8px;
}

.tubiao_ico {
	float: left;
}

.tubiao_txt {
	float: left;
	padding-left: 10px;
}

.list_yingyong a {
	color: #FFF;
	text-decoration: none;
}

.list_yingyong a:hover {
	color: #FF0;
}

.yuqing_more {
	padding: 40px 0 0 0;
}

.yuqing_more a {
	width: 125px;
	margin: 0 auto;
	display: block;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
}

.yuqing_more a:hover {
	color: #06C;
	background: #FFF;
}


/* 为什么选择 */

.xuanze_bk {
	width: 100%;
	height: 602px;
	background-image: url(../images/xuanze_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.zx_bt {
	line-height: 160px;
	background-image: url(../images/xuanze_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 34px;
	color: #AAABAC;
}

.zx_bt span {
	color: #2D64A7
}

.list_youshi {}

.list_youshi ul {}

.list_youshi ul li {
	width: 219px;
	padding: 20px 0;
	float: left;
	height: 360px;
}

.line_right {
	border-right: 1px dotted #AAABAD
}

.list_youshi h2 {
	font-size: 20px;
	color: #444;
	text-align: center;
	padding: 30px 0 20px 0;
}

.list_youshi p {
	font-size: 14px;
	color: #767676;
	line-height: 26px;
	padding: 0 10px;
}

.xztubiao_bk {
	width: 143px;
	height: 143px;
	margin: 0 auto;
	background-image: url(../images/tubiao_bj.png);
}

.tubiao_bj {
	padding-top: 50px;
	text-align: center;
}

.tubiao_bj img {
	transition: transform 1s ease-out;
}

.tubiao_bj img:hover {
	transform: rotateZ(360deg);
}


/* 哪些人在用 */

.yonghu_bj {
	height: 578px;
	width: 100%;
	background-image: url(../images/yonghu_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.yonghu_bt {
	line-height: 160px;
	background-image: url(../images/yonghu_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 34px;
	color: #FFF;
}

.fenlei_bk {
	height: 150px;
}

.fenlei_bk ul {}

.fenlei_bk ul li {
	border-right: 1px solid #E8ECF0;
	width: 182px;
	background: #FFF;
	height: 150px;
	float: left;
	text-align: center;
}

.fenlei_bk ul li div {
	padding: 10px 0;
}

.fenlei_bk ul li p {
	font-size: 16px;
	padding-top: 15px;
	color: #384E60;
}

.yonghu_xia {
	height: 75px;
	margin: 65px 0 0 0;
	padding-left: 50px;
}

.yonghu_ico {
	float: left;
	width: 69px;
	height: 69px;
	padding-top: 5px;
}

.yonghu_txt {
	padding-left: 10px;
	color: #FFF;
	float: left;
	width: 266px;
}

.yonghu_txt h2 {
	font-size: 38px;
	font-weight: bold;
}

.yonghu_txt p {
	font-size: 16px;
}


/* news */

.news_bk {
	width: 100%;
	height: 550px;
	background: #F7F7F7;
}

.left_news {
	background-image: url(../images/news_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 180px;
	height: 510px;
}

.left_img_1 {
	padding: 40px 0 30px 0;
}

.erweima_bk {
	background: #FFF;
	text-align: center;
	margin-right: 45px;
}

.erweima_bk span {
	display: block;
}

.erweima_bk p {
	padding: 5px 0 10px 0;
}

.lxwm_img {
	padding-top: 70px;
}

.mid_news {
	width: 540px;
	background-image: url(../images/news_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 510px;
}

.mid_bk {
	width: 450px;
	margin: 0 auto;
}

.right_news {
	width: 342px;
	float: right;
	height: 510px;
}

.news_bt {
	font-size: 18px;
	padding: 60px 0 15px 0;
}

.news_lanmu {
	float: left;
}

.news_lanmu span {
	padding-left: 10px;
	font-size: 14px;
}

.more_news {
	float: right;
	font-size: 14px;
}

.more_news a {
	color: #4A89DC;
	text-decoration: none;
	padding: 3px;
}

.more_news a:hover {
	color: #FFF;
	background: #4A89DC;
	text-decoration: none;
}

.dongtai_img {
	height: 180px;
}

.list_news {}

.list_news ul {
	padding-top: 10px;
}

.list_news ul li {
	background-image: url(../images/news_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dotted #000;
}

.list_news p {
	font-size: 16px;
	float: left;
	text-indent: 25px;
}

.list_news span {
	font-size: 12px;
	display: block;
	float: right;
	color: #666;
}

.list_news a {
	color: #666;
}

.list_news a:hover {
	color: #479BF3;
}


/* footer */

.footer {
	text-align: center;
	color: #AAA;
}

.footer_shang {
	background-color: #2C2C2E;
	background-image: url(../images/footer_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 99px;
	font-size: 14px;
	line-height: 90px;
}

.footer_shang span {
	padding: 0 8px;
}

.footer_xia {
	background: #212121;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}

.footer a {
	color: #479BF3;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
}


/*数字代码块*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.inrow {
	font-size: 0;
	[;
	font-size: 12px;
	];
	*font-size: 0;
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB';
	[;
	letter-spacing: -3px;
	];
	*letter-spacing: normal;
	*word-spacing: -1px;
}

.inrow>li,
.inrow span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}

.dataNums {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
}

.dataNums .dataOne {
	width: 37px;
	height: 61px;
	background: #DF4A43;
	color: #FFF;
	margin: 10px;
}

.dataNums .dataBoc {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dataNums .dataBoc .tt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dataNums .tt span {
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB';
	width: 100%;
	height: 100%;
	font: 500 37px/61px "微软雅黑";
	font-size: 42px;
	color: #ffffff;
}
