@charset "utf-8";
/**
 * -------------------------------------------------------
 * | 前台首页
 * |@author: 764373501@qq.com
 * |@时间: 2017年8月22日 09:12
 * |@version: 1.0
 * ------------------------------------------------------
 */
/*banner*/

.banner_box{
	overflow: hidden;
	padding-top: 118px;
	width: 100%;
	height: 618px;
	background: url(../img/banner_bg.gif) no-repeat center center;
	background-size:100% 100% ;
	min-width: 1200px;
}

.banner{

	position: relative;

	width: 1200px;

	margin: auto;

}

.banner_text{

	margin-top: 140px;

}

.banner_text h3{

	font-family: "微软雅黑";

	font-size: 65px;

	line-height: 63px;

	color: #fefdfe;

}

.banner_text h4{

	font-size: 32px;

	line-height: 61px;

	color: #fefdfe;

}

.banner_text p{

	font-size: 18px;

	line-height: 18px;

	color: #cd9620;

}

.banner_btn{

	margin: 39px 0 0 0px;

	display: block;

	width: 125px;

	height: 36px;

	background: #00bff3;

	color: #fff;

	text-align: center;

	font-size: 16px;

	line-height: 36px;

	border-radius: 12px;

}

/*搜索*/

.search_box{

	overflow: hidden;

	width: 100%;

	background: #f6b019;

}

.search{

	margin: auto;

	width: 1200px;

	height: 100px;

}

.start{

	font-size: 14px;

	line-height: 23px;

	color: #fff;

	float: left;

	width:112px ;

	height: 46px;

	margin: 27px 16px 0 76px;

}

.group{

	float: left;

	margin-top: 29px;

}

.group .inp{

	float: left;

	width: 489px;

	height: 42px;

	padding-left: 17px;

	background: #fff;

	border-right: 2px solid #d0d0d0;

	border-radius:8px 0 0 8px ;

}

.group .checkbox{

	float: left;

	width: 90px;

	height: 42px;

	padding-left: 17px;

	background: #fff;

	margin-left: 0 !important;

}

.group .sub{

	float: left;

	width: 117px;

	height: 42px;

	line-height: 42px;

	text-align: center;

	background: #00bff3;

	border-radius: 0 8px 8px 0;

	color: #fff;

}

.group_right{

	float: left;

	margin-left: 18px;

}

.group_right i{

	float: left;

	margin-top: 29px;

	width: 72px;

	height: 42px;

	background: url(../img/search_i_bg.png) no-repeat;

}

.group_right div{

	float: left;

	margin-top: 29px;

	padding: 0 12px;

	height: 42px;

}

.group_right div p{

	font-size: 14px;

	line-height: 22px;

	color: #fff;

}

.group_right div span{

	font-size: 12px;

	line-height: 12px;

	color: #fff;

}

/*解决方案*/
.solution_box{
	overflow: hidden;
	width: 100%;
	background: #F5F5F5;
	height: 730px;
	-webkit-logical-height: 730px;
}
.solution{
	height: 665px;
	margin: auto;
	overflow: hidden;
}
.solution_text{
	padding-top: 28px;
	text-align: center;
}
.solution_text h3{
	line-height: 32px;
	font-size: 32px;
}

.solution_text p{
	line-height: 60px;
	font-size: 22px;
	color: #9b9b9b;
}
/*各类数字*/

.num_box{

	overflow: hidden;

	width: 100%;

	height: 110px;

	background: url(../img/num_bg.jpg) no-repeat;

	background-size:100% 100%;

}

.num{
	display:flex;
    justify-content:center;
    align-items:center;
	width: 1200px;
	margin: auto;
	height: 110px;
}

.num ul{
	width: 100%;
	float: left;
}

.num li{
	display:flex;
    justify-content:center;
    align-items:center;
	float: left;
	padding: 0 30px ;
	width: 20%;
}

.num b{
	float: left;
	width: 36px;
	height: 41px;
	background: url(../img/experience.png) no-repeat center;
	background-size: 35px 35px;
}

.num .b1{
	width: 44px;
	height: 42px;
	background: url(../img/case.png) no-repeat center;
	background-size: 35px 35px;
}
.num li:nth-of-type(1) {
	padding: 0 30px 0 15px;
}
.num li:nth-of-type(4) {
	padding: 0 15px 0 30px;
}
.num .b2{
	width: 44px;
	height: 42px;
	background: url(../img/project.png) no-repeat center;
	background-size: 35px 35px;
}	
.num .b3{
	width: 46px;
	height: 42px;
	background: url(../img/technology.png) no-repeat center;
	background-size: 35px 35px;
}
.num_text_box{
	margin-left: 5px;
	float: left;	
}
.num_text1{
	font-size: 30px;
	color: #fff;
}
.num_text2{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

/*服务优势*/

.advantage_box{

	overflow: hidden;

	width: 100%;

	background: #f7f7f7;

}

.advantage{

	margin: auto;

	width: 1200px;

	height: auto;

	padding: 50px 0;

}

.advantage_text{

	text-align: center;

	padding-top: 39px;

}

.advantage_text h3{

	font-size: 32px;

	line-height: 32px;

	font-weight: normal;

}

.advantage_text p{

	line-height: 24px;

	font-size: 18px;

	padding-top: 27px;

	color: #a6a6a6;

}

.advantage img{

	margin-top: 66px;

}

/*动态*/

.dynamic_box{

	overflow: hidden;

	width: 100%;

}

.dynamic{

	width: 1200px;

	margin: auto;

	height: auto;

	padding: 130px 0 90px 0;

}

.dynamic_news{

	width: 840px;

	height: auto;

	float: left;

	margin-left: 25px;

}

.news_title{

	width: 840px;

	height: 22px;

}

.news_title strong{

	font-size: 22px;

	font-weight: normal;

	line-height: 22px;

	float: left;

}

.news_title div{

	width: 748px;

	border-bottom: 1px solid #dddddd;

	float: left;

	margin: 11px 10px 0;	

}

.news_title span{

	font-size: 12px;

	font-weight: normal;

	line-height: 22px;

	float: right;

}

.news_title a{

	color: #333333;

}

.news_title a:hover{

	color: #00bff3;

}

.dynamic_news ul{

	margin-top: 30px;

	width: 765px;

	height: auto;

	margin-left: 45px;

}

.dynamic_news ul li{

	margin:0 25px 30px 0;

	float: left;

	width: 355px;

	height: 55px;

}

.dynamic_news ul li .time{

	text-align: center;

	float: left;

	width: 42px;

	height: 50px;

	border-radius: 2px;

	background: #5cb85c;

	color: #fff;

	margin-right: 10px;

}

.time span{

	font-size: 12px;

}

.time strong{

	font-size: 16px;

}

.dynamic_news ul li .news_text{

	float: left;

	width: 300px;

	height: 55px;

}

.news_text p{

	font-size: 14px;

	line-height: 20px;

	height: 20px;

	color: #333;

	display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

}

.news_text span{

	font-size: 12px;

	line-height: 19px;

	height: 19px;

	color: #666;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

}



.dynamic_question{

	width: 280px;

	height: auto;

	float: left;

	margin-left: 25px;

}

.question_title{

	width: 286px;

	height: 22px;

}

.question_title strong{

	font-size: 22px;

	font-weight: normal;

	line-height: 22px;

	float: left;

}

.question_title div{

	width: 144px;

	border-bottom: 1px solid #dddddd;

	float: left;

	margin: 11px 10px 0;	

}

.question_title span{

	font-size: 12px;

	font-weight: normal;

	line-height: 22px;

	float: right;

}

.question_title a{

	color: #333333;

}

.question_title a:hover{

	color: #00bff3;

}

.dynamic_question ul{

	margin: 30px 0 0 4px;

	height: auto;

	list-style: disc;

}

.dynamic_question ul li{

	font-size: 12px;

	line-height: 12px;

	margin-bottom: 16px;

	list-style: disc;

}

.dynamic_question ul li a{

	color: #333;

}

.dynamic_question ul li a:hover{

	color: #00bff3;

}

/*合作伙伴*/

.partner_box{

	overflow: hidden;

	width: 100%;

	background: #f7f7f7;

}

.partner{

	margin: auto;

	width: 1200px;

	height: 120px;

}

.partner_title{

	font-size: 22px;

	line-height: 120px;

	color: #bcbcbc;

	float: left;

}

.partner ul{

	height: 120px;

}

.partner ul li{

	margin: 27px 53px 0;

	float: left;

}

.partner ul li img{

	line-height: 120px;

	vertical-align: middle;

}

/* 修改后的代码 */
/*  @author   朱龙飞		start */
/* 底部 */
h3,p,h5,span,a,h1 {
	font-family: 'Microsoft YaHei' !important;
}
button {
	outline: none !important;
}
#guanggao{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -10;
}
#guanggao img{
	z-index: -10;
}
#guanggao1{
	width: 100%;
	height: auto;
}
#guanggao1 a img {
	width: 100%;
}

/* 新闻动态部分 */
.news_box {
	width: 100%;
	height: auto;
}
.news {
	width: 1200px;
	margin: -22px auto 65px
}
.news_line {
	width: 1200px;
	margin-top: 20px;
	 position: relative;
}
.new_h_line_1 {
	display: inline-block;
	background-color: #d6d6d6;
	width: 100%;
	height: 1px;
}
.new_h_line_2 {
	display: inline-block;
	background-color: #2383ec;
	width: 80px;
	height: 5px;
	position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%,-11%);
}
.news_ul {
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}
.news_ul li {
	float: left;
}
.news_ul_li {
	width: 28.7%;
	margin: 0 20px;
}
.news_li_img {
	width: 30%;
	float: left;
}
.news_li_introduce {
	width: 70%;
	float: left;
}
.news .swiper-container {
	margin-top: 80px;
}
.news_li_introduce p {
	margin-top: 20px;
	font-weight: 100;
    font-size: 14px;
    margin-left: 8px;
}
.news_li_introduce h5 {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
.dev-inner .module-wrap {
	width: 166px !important;
}  
/* 公共部分 */
.section {
	width: 100%;
	height: auto;
}
.content {
	width: 1200px;
	margin: 80px auto 0;
}
.title {
	text-align: center;
}
.title h3 {
	font-weight: normal;
    font-size: 28px;
    line-height: 55px;
    color: #333333;
    margin: 28px auto 0;
    letter-spacing: 2px;
}
.title p {
	font-size: 18px;
	line-height: 60px;
	font-family: 'Microsoft YaHei' !important;
    color: #999999;
    margin-top: -10px;
    letter-spacing: 1px;
}
.content-introduce ul {
	width: 1200px;
    margin: 0 auto;
    height: 564px;
}
.content-introduce li {
	width: 378px;
	float: left;
	background-color: #ffffff;
	margin-top: 30px;
	height: 250px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.content-introduce li:hover {
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);
}
.content-introduce li div {
	text-align: center;
}
.content-introduce li:nth-of-type(2) {
	margin: 30px 30px 0;
}
.content-introduce li:nth-of-type(5) {
	margin: 30px 30px 0;
}
.advantage-img {
	margin: 45px auto 10px;
	height: 65px;
}
.advantage-introduce h5 {
	font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1.5px;
}
.advantage-introduce p {
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 0 45px;
	color: #999999;
}
.advantage-introduce {
	margin-top: 30px;
	-webkit-margin-before: 30px;
}
.content-all {
	width: 100%;
	height: auto;
}
.content-all ul {
	overflow: hidden;
}
.fangan {
	height: 400px !important;
	width: 33.3333%;
	float: left;
	display:flex;
    justify-content:center;
    align-items:center;
    background: url(../img/home-bg1.png) no-repeat center center;
}
.hover-content {
	background-color: rgba(255,255,255,0.7);
	filter:alpha(opacity = 50);
	height: 100%;
	width: 100%;
	display:flex;
    justify-content:center;
    align-items:center;
}
.Partner_text h3 {
	font-size: 28px !important;
	letter-spacing: 2px;
}
.hover-content-center-p p {
	letter-spacing: 3px;
	font-weight: 500;
	font-size: 15px;
	margin: 30px 0 45px;
}
.content-center {
	width: 38%;
}
.content-line {
	height: 5px;
	background-color: #ffffff;
	width: 30px;
	margin: 68px auto 75px;
}
.content-center-img {
	text-align: center;
}
.Partner {
	height: 490px !important;
}
.Partner_con li {
	height: 110px !important;
}
.content-desc {
	text-align: center;
}
.content-desc p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
}
.content-btn {
	background: rgba(0,0,0, 0.4);
	width: 100px;
	height: 688px;
	display:flex;
    justify-content:center;
    align-items:center;
}
.first {
	position: absolute;
    left: 0;
}
.second {
	position: absolute;
	right: 0;
}
.main-btn {
	width: 242px !important;
    height: 46px !important;
    background: #18f !important;
    border-radius: 79px !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 46px !important;
    text-decoration: none !important;
    position: absolute !important;
    bottom: 20px !important;
    left: -16px;
    margin-left: 51px !important;
    box-shadow: 0 3px 8px 0 rgba(17,136,255,.44) !important;
}
.hover-content .content-center .content-center-img {
	margin-top: 40px;
}
.hover-content .content-center a .main-btn {
	margin-top: -15px;
}
.Partner_con {
	padding-top: 20px !important;
}
/* 数据中心 */
.shuju {
	width: 100%;
	background-color: #041B39;
}
.content-all-shuju {
	height:830px;
	margin: 0 auto;
	width: 1200px;
	padding-top: 35px;
}
.white {
	color: #ffffff !important;
	letter-spacing: 3px;
}
.shuju-ul {
	height: 115px;
	width: 1200px;
	margin: 0 auto;
	background-color: #EFF0F2;
}
.shuju-ul ul {
	height: auto;
	list-style: none;
	overflow: hidden;
}
.shuju-ul ul li {
	width: 24.89%;
	height: 93px;
	float: left;
	text-align: center;
	padding-top: 22px;
	position: relative;
}
.shuju-ul ul li:after {
	content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 16%;
    right: 1px;
    bottom: 2px;
    background: rgba(189,190,190, 0.6);       /*宽和高做出来的背景横线*/
    width: 1px;
    height: 85px;
}
.shuju-ul ul li:nth-of-type(4):after {
	content: '' !important;
	width: 0;
}
.shuju-sec {
	background-color: #EFF0F2;
	width: 100%;
	height: auto;
}
.shuju-ul-div span {
	color: #333333;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "microsoft yahei";
}
.shuju-ul-div p {
	color: #999999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 10px;
	font-family: "microsoft yahei";
}
.shuju-ul ul li:hover div span {
	color: #2383ec;
}
.map-introduce {
	margin-top: -165px;
}
.map-introduce p {
	color: #ffffff;
    font-size: 16px;
    font-family: "microsoft yahei";
    letter-spacing: 1px;
    margin: 10px 0;
    -webkit-margin: 10px 0;
}
.Partner_text h3 {
	line-height: 55px !important;
	margin: 63px auto 0 !important;
}
.Partner_text {
	padding-top: 0 !important;
}
.Partner_text p {
	font-size: 22px !important;
    line-height: 60px !important;
    font-family: 'Microsoft YaHei' !important;
    margin-top: -10px;
    letter-spacing: 1px;
}
/* 头部banner图 */
.top-ban-slide {
	height: 450px !important;
	background-color: #01172F;
	position: relative;
	
    /*transform: rotateX(-3deg) rotateY(-2deg);*/
}
.top-ban-contetn {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	position: relative;
	display:flex;
    justify-content:center;
    align-items:center;
}
.top-ban-title {
	width: 50%;
	text-align: left;
	color: #ffffff;
}
.top-ban-img {
	height: 220px;
    width: 50%;
	text-align: right;
    /*transform: rotateX(0deg) rotateY(0deg);*/
}
.top-ban-title h1 {
	font-size: 64px;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 15px;
}
.top-ban-img img {width: 380px;}
.top-ban-title p{font-size: 25px;}
.ban-img {width: 100%;}
.ban-img img {width: 100%;height: 450px;}
.top-ban-text h2{font-size: 42px;margin-bottom: 0;}
.top-ban-text p:nth-of-type(1) {color: #2383EC;font-size: 16px;margin-bottom: 31px;}
.top-ban-text p:nth-of-type(2) {color: #FFFFFF;font-size: 22px;margin-bottom: 45px;}
.ban-btn {width: 141px;height: 38px;border-radius: 30px;font-size: 16px;color: #000000;background-color: #FFFEFF;border: none;cursor: pointer}
.top-ban-third-img {width: 650px;height: 272px;}
.top-ban-third-img img{width: 650px;}
.les1 {letter-spacing: 1px;}
.les2 {letter-spacing: 2px;}
.top-ban-con {
	width: 100%;
}
.programme_con .p_con1 .contents2 span {
	background: url(../images/jingrong.png) no-repeat;
}
.programme_con .p_con2 .contents2 span {
	background: url(../images/dashuju.png) no-repeat;
}
.programme_con .p_con3 .contents2 span {
	background: url(../images/youxi.png) no-repeat;
}
.programme_con .p_con4 .contents2 span {
	background: url(../images/dianshang.png) no-repeat;
}
.programme_con .p_con5 .contents2 span {
	background: url(../images/hunheyun.png) no-repeat;
}
.contents2 span {
	width: 53px !important;
}
/* 解决方案 */
.df-tab {
	height: 605px;
	width: 100%;
}
.df-tab-content {
	width: 100%;
	height: 505px;
}
.df-tab-content .df-tab-content {
	width: 100%;
	height: 475px;
	display: none;
	background-size: 100% auto !important;
	position: relative;
}
.df-tab-active {
	display: block !important;
}
.df-tab-title {
	width: 1033px;
	height: 100%;
	margin: 0 auto;
	display:flex;
    justify-content:left;
    align-items:center;
}
.df-tab-title h3,.df-tab-title p {
	color: #ffffff;
}
.df-tab-title h3 {
	font-size: 35px;
	margin-bottom: 30px;
	-webkit-margin-after: 30px;
	margin-top: 0;
	-webkit-margin-before: 0;
}
.df-tab-title p {
	font-size: 14px;
	width:550px;
}
.df-tab-btn {
	width: 100%;
	height: 80px;
}
.df-tab-btn-content {
	width: 1200px;
	margin: 0px auto 0;
}
.df-tab-btn-content ul {
	overflow: hidden;
}
.df-tab-btn-content ul li {
	float: left;
	width: 20%;
	height: 80px;
	text-align: center;
}
.df-tab-btn-content ul li:hover {
	cursor: pointer;
}
.df-tab-btn-content ul li p {
	color: #333333;
	font-size: 14px;
	margin-top: 3px;
}
.df-tab-btn-img {
	display:flex;
    justify-content:center;
    align-items:center;
    height: 55px;
}
.df-tab-btn-img img:hover {
	cursor: pointer;
	-webkit-cursor: pointer;
	-moz-cursor: pointer;
	-ms-cursor: pointer;
	-o-cursor: pointer;
}
.df-tab-btn-img p {
	text-align: center;
	-webkit-text-align: center;
	-moz-text-align: center;
	-ms-text-align: center;
	-o-text-align: center;
}
/*.arrow-1 {
	display:block;
  	height:0px;
  	width:0px;
  	position:absolute;
  	font-size:0;
  	line-height:0;
  	bottom:-30px;    
  	border-bottom:0px;
  	border-top: 30px solid rgba(0,0,0,0.1);
  	border-right: 30px solid #FFFFFF;
  	border-left: 30px solid #FFFFFF;
}*/
#arrow_ss {
	display:block;
  	height:0px;
  	width:0px;
  	position: relative;
   
  	top:-28px; 
    z-index: 1000;
    border-bottom:0px;
    border-bottom: 30px solid #FFFFFF ;
  	border-right: 30px solid rgba(255,255,255,0);
  	border-left: 30px solid  rgba(255,255,255,0);
}
.tab-btn {
	background-color: #2383ec;
	/* css3渐变制作背景图片 */
	background-image: -ms-linear-gradient(top, #2383ec, #1c7fec);
	background-image: -webkit-gradient(linear, 0 0, 100%, form(#2383ec, #1c7fec));
	background-image: -webkit-linear-gradient(top, #2383ec, #1c7fec);
	background-image: -o-linear-gradient(top, #2383ec, #1c7fec);
	background-image: -moz-linear-gradient(top, #2383ec, #1c7fec);
	background-image: linear-gradient(top, #2383ec, #1c7fec);
	background-repeat: repeat-x;
	display: inline-block;
	border: 1px  solid #cccccc;
	border-color: #ccc;
	/* css3的色彩模块 */
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	filter: progid: dximagetransform.microsoft.grandient(enabled=false);
	line-height: normal;
	padding: 7px 25px;
	/* css3文字阴影特性 */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	vertical-align: middle;
	zoom : 1;
	margin-top: 25px;
}
.tab-btn:hover {
	background-position: 0 -50px;
	background-color: #ffffff;
	color: #2383ec;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/* css3动画效果 */
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
/* 点击按钮时效果 */
.tab-btn:active {
	background-color: #1c7fec;
	background-image: none;
	outline: 0;
	/* css3盒子阴影特性 */
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.75);
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* 轮播图下边区域的css */
.card-area {
	padding: 0 10px;
	margin: 110px auto 0 !important;
}
.card-area .card-item .card .card-title .content {
	bottom: -25px !important;
}
.card-area .card-item.active {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.2) !important;
}
.card-area .card-item .card .card-title .short-info {
	color: #999 !important;
}
.card-area .card-item.active .card .card-title .zq-product-img {
	margin: 30px auto 0 !important;
	background-color: #2383ec !important;
}
.card-area .card-item.active .card .card-title {
	top: 0 !important;
}
.card-area .card-item.active .card .card-title .short-info {
	color: #999999 !important;
}
.card-area .card-item .card .card-title h1 {
	margin-bottom: 10px !important;
}
.card-area .card-item .card .card-content.content-second {
	padding-top: 15px !important;
}
.card-area .card-item .card .card-title {
	border-left: 0 !important;
}
.card-area .bg-e1e1e1 {
	background-color: #ffffff !important;
}
.card-area .bg-e8e8e8 {
	background-color: #ffffff !important;
}
.card-area .card-item .card .card-content.content-second .main-btn {
	background-color: #2383ec !important;
}
.card-area .card-item .card .card-title .zq-product-img {
	background-color: #ffffff !important;
}
.card-area .card-item.active {
	width: 32% !important;
	transform: translateY(-6px);
	height: 386px !important;
}
.card-area .card-item {
	width: 22.7% !important;
	box-shadow: 0px 0px 10px #888888;
}
.card-area .card-item .card .card-title h1 {
	font-weight: normal !important;
	font-size: 20px !important;
	color: #333333;
}
.card-area .card-item .card .card-content .main-head {
	font-size: 14px !important;
}
.card-area .card-item .card .card-content .main-desc {
	font-size: 12px !important;
}
.card-area .card-item .card .card-content .main-info a {
	font-size: 12px !important;
	color: #2383ec !important;
}
.main-info {
	text-align: left;
	float: left;
    width: 50%;
}
.card-area .card-item .card .card-content.content-second {
	left: 37px !important;
	position: relative;
}
.card-area .card-item .card .card-content.content-second .main-desc {
	padding-right: 32px;
	color: #999999;
}
.card-area .card-item .card .card-content.content-second .main-head {
	color: #999999 !important;
}
.card-area {
	height: 375px !important;
}
.card-area .card-item {
	height: 375px !important;
}
.card-area .card-item .card .card-title {
	height: 30% !important;
}
.card-area .card-item .card .card-content {
	height: 70% !important;
	position: absolute;
	top: 113px !important;
}
.card-area .card-item .card .card-content.content-first .content-first-list li {
	margin-bottom: 20px !important;
}
.card-area .card-item .card .card-content.content-first .content-first-list {
	margin: 47px auto !important;
}
.zq-product-img {
	height: 90px !important;
	width: 90px !important; 
}
.zq-product-img img {
	width: 45% !important;
}
/* 地图部分的css */
.map {
	height: 530px;
	margin-top: 50px;
	position: relative;
}
.map-con{
	height: 530px;
	background: url(../../../idc/images/map/map_back2.png) no-repeat left center;
	background-size: 1085px auto;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	top: 50px;
}
.place{
	position: absolute;
	width: 200px;
	height: 104px;
}
.place1{
	top: 240px;
	right: 50%;
	margin-right: -283px;
}
.place2{
	top: 147px;
	right: 50%;
	margin-right: -142px;
}
.place3{
	top: 270px;
	right: 50%;
	margin-right: -300px;
}
.place4{
	top: 160px;
	right: 50%;
	margin-right: -248px;
}
.place5{
	top: 304px;
	right: 50%;
	margin-right: -313px;
}
.place6{
	top: 400px;
	right: 50%;
	margin-right: -220px;
}
.place-list{
	width:220px;
	height: auto;
	position: absolute;
	top:-55px;
	color: #fff;
	right: 50%;
	margin-right: -600px;
}

.place-list li{
	margin-bottom:10px;
	background:#072143;
	padding:8px 10px;
	line-height: 25px;
}
.place-list li h5{
	font-size: 16px;
	margin:0 0 5px 0;
	font-weight: bold;
}
.place-list li p{
	font-size: 14px;
}
.place_intrduce {
	position: absolute;
	top: 50%;
	left: 75px;
	font-size: 14px;
	color: #ffffff;
	margin-top: -10px;
}
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn{
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
/* 保持大小不变的小圆圈  */  
.dot {position: absolute;width: 15px;height: 15px;left:45px;top: 45px;background: url(../../images/circle.png) no-repeat center center;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;z-index: 2;cursor: pointer;}
/* 产生动画（向外扩散变大）的圆圈  */
.pulse-first {
	position: absolute;
	left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;   
    z-index: 1;  
    opacity: 0;  
    -webkit-animation: warn 4500ms ease-out 225ms infinite;
    -moz-animation: warn 4500ms ease-out 225ms infinite;
    animation: warn 4500ms ease-out 225ms infinite;
    -webkit-animation-iteration-count: infinite;  
    -moz-animation-iteration-count: infinite;  
    animation-iteration-count: infinite;  
}
.pulse-second {
	position: absolute;
	left:0px;
    top: 0px;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;   
    z-index: 1;  
    opacity: 0;  
    -webkit-animation: warn 4500ms ease-out 900ms infinite;
    -moz-animation: warn 4500ms ease-out 900ms infinite;
    animation: warn 4500ms ease-out 900ms infinite;
    -webkit-animation-iteration-count: infinite;  
    -moz-animation-iteration-count: infinite;  
    animation-iteration-count: infinite;  
}  
.pulse-third {
	position: absolute;
	left:0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    z-index: 1;  
    opacity: 0;  
    -webkit-animation: warn 4500ms ease-out 1800ms infinite;
    -moz-animation: warn 4500ms ease-out 1800ms infinite;
    animation: warn 4500ms ease-out 1800ms infinite;
    -webkit-animation-iteration-count: infinite;  
    -moz-animation-iteration-count: infinite;  
    animation-iteration-count: infinite;  
}
/* 活动页面的css */
.activity-section {
	background: url(../../images/banner/activity-background.jpg) no-repeat top center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	height: auto;
	padding: 600px 0 100px;
	width: 100%;
}
.activity-section .activity-content {margin-top: 500px auto 0;width: 1200px;height: auto;margin: 0 auto;}
.activity-content .activity-con-box:nth-child(2), .activity-content .activity-con-box:nth-child(3) {margin-top: 70px;}
.activity-con-box .act-con-title {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	height: 50px;
}
.activity-con-box .act-con-title.thanks-title{
	background-image: url(../../images/thanksTitle.png);
	-webkit-background-image: url(../../images/boxTitle.png);
	-moz-background-image: url(../../images/boxTitle.png);
	-o-background-image: url(../../images/boxTitle.png);
}
.activity-con-box .act-con-title.pay-title {
	background-image: url(../../images/payTitle.png);
	-webkit-background-image: url(../../images/payTitle.png);
	-moz-background-image: url(../../images/payTitle.png);
	-o-background-image: url(../../images/payTitle.png);
	height: 80px;
}
.activity-con-box .act-con-title.boss-title {
	background-image: url(../../images/bossTitle.png);
	-webkit-background-image: url(../../images/bossTitle.png);
	-moz-background-image: url(../../images/bossTitle.png);
	-o-background-image: url(../../images/bossTitle.png);
	height: 80px;
}
.activity-content .activity-con-box {width: 100%;height: auto;}
.act-con-detail {border: 3px solid #2383ec;padding: 60px;}
.border-left-blue {border-left: 3px solid #2383ec;padding-left: 15px;margin-bottom: 15px;}
.div-buy span:nth-child(1) {font-size: 30px;color: #f94001;}
.div-buy span:nth-child(2) {font-size: 24px;color: #ff822f;}
.float-right {float: right;}
.float-left {float: left;}
.detail-con {overflow: hidden;padding: 50px 100px 10px;height: 300px;}
.detail-con .det-con-left {float: left;width: 320px;}
.detail-con .det-con-right {float: right;}
.act-buy-btn {display: inline-block;padding: 0 35px;background-color: #ff822f;height: 35px;line-height: 35px;font-size: 16px;color: #ffffff;border-radius: 30px;}
.detail-con {background-color: #ffffff;}
.act-buy p:nth-child(1){font-size: 60px;color: #f94001;font-weight: bold;display: inline-block;}
.act-buy p:nth-child(2){font-size: 18px;color: #f94001;display: inline-block;}
.det-con-left .div-buy {overflow: hidden;display: flex;align-items: center;justify-content: space-between;width: 320px;margin-top: 50px;}
.bold {font-weight: bold;}
.f22 {font-size: 22px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.mt15 {margin-top: 15px;}
.detail-title {
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	background: url(../../images/conTitle.png) no-repeat center center;
	background-size: 101% 100%;
	-webkit-background-size: 101% 100%;
	-moz-background-size: 101% 100%;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
.inline {display: inline-block;}
.bgwhite {background-color: #ffffff;}
.flex-box {display: flex;justify-content: space-between;align-items: baseline;}
.act-con-detail .detail-botttom {margin-top: 60px;}
.detail-botttom > .inline {width: 507px;}
.gray {color: #777;}
.f12 {font-size: 12px;}
.f18 {font-size: 18px;}
.inline .bot-con-know, .inline .bot-con-soft {height: 300px;text-align: center;padding: 30px 20px 10px;}
.soft-con .inline {font-size: 20px;font-weight: bold;text-align: left;}
.bot-con-soft .bot-con-buy {margin-top: 41px;}
.bot-con-know .know-con {text-align: left;padding-left: 30px;}
.det-con-left .border-left-blue {margin-bottom: 30px;}
.bot-con-buy .act-buy-btn {margin-left: -10px;margin-top: 5px;}
.know-con .border-left-blue p:nth-child(2) {padding-left: 5px;}
.pay-con .inline {width: 317.5px;}
.boss-con .inline {width: 507.5px;}
.pay-inline-con .pay-con-top {text-align: center;}
.pay-inline-con .pay-con-top p:nth-child(1) {font-size: 18px;color: #000036;}
.pay-inline-con .pay-con-top p:nth-child(2) {font-size: 16px;color: #38373d;}
.act-con-detail .inline .pay-inline-con {padding: 55px 0 30px;height: 270px;text-align: center;}
.pay-inline-bottom .bot-pri p:nth-child(1) {font-size: 60px;color: #f94001;display: inline-block;font-weight: bold;}
.pay-inline-bottom .bot-pri p:nth-child(2) {font-size: 18px;color: #f94001;display: inline-block;}
.pay-inline-bottom .bot-original {text-decoration: line-through;}
.pay-inline-con .pay-inline-bottom {margin-top: 25px;}
.inline .boss-con-title {color: #ffffff;font-weight: normal;font-size: 26px;text-align: center;margin-bottom: 60px;line-height: 26px;}
.inline .boss-con-bottom {
	background: url(../../images/boss-back.png) no-repeat left center;
	background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	height: 100px;
}
.boss-con-bottom .boss-con-bottom {overflow: hidden;}
.boss-con-bottom .boss-bot-left {float: left;text-align: center;width: 33%;padding-top: 5px;}
.boss-con-bottom .boss-bot-right {float: right;margin-top: 15px;text-align: center;width: 67%;}
.boss-con-bottom .boss-bot-right > p {height: 35px;line-height: 35px;color: #ffffff;font-size: 18px;}
.boss-bot-left .act-buy-btn {color: #2383ec;display: block;width: 100px;font-size: 14px;letter-spacing: 1px;margin-left: 28px;height: 25px;line-height: 25px;padding: 0;margin-top: 5px;}
.boss-bot-left > span:nth-child(2) {color: #ffffff;font-size: 35px;font-weight: bold;}
.boss-bot-left > span:nth-child(1), .boss-bot-left > span:nth-child(3) {font-size: 18px;color: #ffffff;}
.bot-con-know .know-con .border-left-blue {margin-bottom: 20px;}
..bot-con-know .bot-con-buy {margin-top: 25px;}
.bot-con-soft .soft-con {padding: 0 85px;}
.soft-con > .inline div.border-left-blue:nth-child(1) {margin-bottom: 25px;}
.card-title .content > h1 span.act-span {
	width: 56px;
	height: 24px;
	display: inline-block;
	margin-left: 3px;
	vertical-align: bottom;
}
.card-title .content > h1 .act-span.hot-span {
	background: url(../../images/hot.png) no-repeat center center;
	-webkit-background-size: 80%;
	background-size: 80%;
}
.card-title .content > h1 .act-span.new-span {
	background: url(../../images/new.png) no-repeat center center;
	-webkit-background-size: 80%;
	background-size: 80%;
}
.card-title .content > h1 .act-span.discount-span {
	background: url(../../images/8.8折.png) no-repeat center center;
	-webkit-background-size: 90%;
	background-size: 90%;
}
/* @author  zhulongfei   end */