/* reset */

html,
body,
div,
p,
iframe,
span,
b,
i,
em,
strong,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	width: 100%;
	min-width: 1400px;
}

body {
	font-family: "microsoft YaHei";
	font-size: 12px;
	min-width: 1400px;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

i,
em {
	font-style: normal;
}

.cl:after,
.cl:before {
	content: " ";
	display: table;
	height: 0;
	visibility: hidden;
}

.cl:after {
	clear: both;
}

.cl {
	*zoom: 1;
}

.clear {
	width: 100%;
	height: 0;
	clear: both;
}


/* common */

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.space30 {
	width: 100%;
	height: 30px;
}

.ico {
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.page-more {
	width: 240px;
	height: 62px;
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	display: block;
	margin: 55px auto;
}

.gotop {
	width: 71px;
	height: 71px;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	display: block;
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}

.ptit {
	color: #30302f;
	font-size: 34px;
	text-align: center;
}

.ptxt {
	color: #464b50;
	font-size: 19px;
	text-align: center;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header {
	width: 100%;
	height: 60px;
	background-color: #2489ca;
	box-shadow: 0 0 10px #32739c;
}

.header .logo {
	width: 178px;
    height: 47px;
    float: left;
    margin-top: 5px;
    background: url(../../assets/img/logo.png);
    margin-right: 50px;
}

.header .nav {
	height: 60px;
}

.header .nav>li {
	width: 110px;
	height: 60px;
	float: left;
	position: relative;
}

.header .nav-btn {
	width: 110px;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	display: block;
	text-align: center;
}

.header .linebtm {
	height: 3px;
	width: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
}

.header .sub-nav li {
	background-color: #fff;
	height: 50px;
	padding: 0 10px;
	/* filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#8c000000',endColorstr='#8c000000');*/
}

.header .sub-nav a {
	display: block;
	border-bottom: 1px solid #ddd;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.header .sub-nav a:hover {
	color: #ff7f01;
}

.header .sub-nav {
	width: 114px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position: absolute;
	left: 0;
	z-index: 10000;
	top: 60px;
	overflow: hidden;
	display: none;
	box-shadow: 0 0 22px rgba(0, 0, 0, .15);
}

.header .sub-nav li:last-child a {
	border-bottom: none;
}

.header .nav li:hover .sub-nav {
	display: block;
}

.header .nav-box {
	position: relative;
	float: left;
	width: 880px;
	height: 60px;
}

.footer {
	background-color: #323a46;
	padding-top: 70px;
}

.footer .ptit {
	color: #fff;
	margin-bottom: 60px;
}

.footer .cont-box {
	height: 190px;
	width: 1205px;
	margin-bottom: 40px;
}

.footer .div {
	width: 700px;
	height: 190px;
	float: left;
}

.footer .div2 {
	/*border-left: 1px dashed #494e57;
    border-right: 1px dashed #494e57;*/
}

.footer .ico {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

.footer .ico1 {
	background-position: -840px -120px;
}

.footer .ico2 {
	background-position: 0 -240px;
}

.footer .ico3 {
	background-position: -120px -240px;
}

.footer .div p {
	font-size: 20px;
	width: 450px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	margin-top: 55px;
}

.footer .div1 p {
	margin-top: 20px;
}

.footer .btmp {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.h1 {
	font-size: 34px;
	color: #1f1f1f;
	line-height: 90px;
	text-align: center;
}

.h6 {
	font-size: 19px;
	color: #8a8a8a;
	line-height: 34px;
	text-align: center;
	margin-bottom: 55px;
}


/*bigdata*/

.group3-list {
	color: #464646;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.group3-list li {
	width: 33.33%;
	height: 170px;
	float: left;
}

.group3-list .sico {
	height: 96px;
	background-repeat: no-repeat;
	background-position: center top;
}

.sico1 {
	background-image: url(../img/ico/6.png);
	background-size: 80px auto;
}

.sico2 {
	background-image: url(../img/ico/5.png);
	background-size: 63px auto;
}

.sico3 {
	background-image: url(../img/ico/10.png);
	background-size: 73px auto;
}

.group4-list {}

.group4-list li {
	width: 25%;
	height: 210px;
	float: left;
}

.group4-list .sico {
	height: 95px;
	background-repeat: no-repeat;
	background-position: center top;
}

.group4-list .p1 {
	color: #444;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.group4-list .p2 {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.sico4 {
	background-image: url(../img/ico/11.png);
	background-size: 71px auto;
}

.sico5 {
	background-image: url(../img/ico/2.png);
	background-size: 71px auto;
}

.sico6 {
	background-image: url(../img/ico/4.png);
	background-size: 71px auto;
}

.sico7 {
	background-image: url(../img/ico/3.png);
	background-size: 71px auto;
}

.sico8 {
	background-image: url(../img/ico/9.png);
	background-size: 71px auto;
}

.sico9 {
	background-image: url(../img/ico/8.png);
	background-size: 71px auto;
}

.sico10 {
	background-image: url(../img/ico/1.png);
	background-size: 71px auto;
}

.sico11 {
	background-image: url(../img/ico/7.png);
	background-size: 71px auto;
}

.bigdata .sec4 .big {
	height: 430px;
	background-image: url(../img/new/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bigdata .sec4 ul {
	width: 306px;
}

.bigdata .sec4 ul li {
	margin-bottom: 70px;
}

.bigdata .sec4 .fl {
	text-align: right;
}

.bigdata .sec4 .fr {
	text-align: left;
}

.bigdata .sec4 .p1 {
	color: #3b3b3b;
	font-size: 20px;
	line-height: 50px;
}

.bigdata .sec4 .p2 {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 22px;
}

.fa-list {
	width: 1250px;
	height: 390px;
}

.fa-list li {
	float: left;
	width: 280px;
	height: 360px;
	margin: 0 13px;
	box-shadow: 0 0 6px 6px #ededed;
}

.fa-list .d1 {
	width: 280px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.fa-list .d2 {
	padding: 0 20px;
}

.fa-list .d2 .p1 {
	color: #2489ca;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}

.fa-list .d2 .p2 {
	color: #1f1f1f;
	font-size: 14px;
	line-height: 24px;
}

.fa-list .dn1 {
	background-image: url(../img/new/2.png);
}

.fa-list .dn2 {
	background-image: url(../img/new/3.png);
}

.fa-list .dn3 {
	background-image: url(../img/new/4.png);
}

.fa-list .dn4 {
	background-image: url(../img/new/5.png);
}

.bigdata .sec2 {
	padding: 30px 0 55px;
}

.bigdata .sec3,
.bigdata .sec4,
.bigdata .sec5 {
	padding-bottom: 55px;
}

/*.comsec6 a {
	display: inline-block;
	width: 33.33333%;
	height: auto;
	position: relative;
	float: left;
}*/

.comsec6 img {
	width: 100%;
	height: auto;
	display: block;
}

.comsec6 .shadow {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comsec6>a:hover .shadow {
	opacity: 1;
}

.comsec6 .tit {
	color: #fff;
	font-size: 20px;
	height: 30px;
	line-height: 20px;
	margin: 20% 0 20px;
	text-align: center;
}

.comsec6 .txt {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.comsec7 .h1 {
	padding: 60px 0 60px;
}

.comsec7 .dbg,
.comsec8 .dbg {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
}

.comsec7 .d6 {
	background-image: url(../img/new/6.png);
	height: 496px;
}

.comsec7 .d7 {
	background-image: url(../img/new/7.png);
	height: 440px;
}

.comsec7 .d8 {
	background-image: url(../img/new/8.png);
	height: 488px;
}

.comsec7 .d9 {
	background-image: url(../img/new/9.png);
	height: 451px;
}

.comsec7 .d10 {
	background-image: url(../img/new/10.png);
	height: 584px;
}

.comsec7 .d11 {
	background-image: url(../img/new/11.png);
	height: 817px;
}

.comsec8 .d12 {
	background-image: url(../img/new/12.png);
	height: 304px;
}

.comsec8 .d13 {
	background-image: url(../img/new/13.png);
	height: 176px;
}

.comsec8 .d14 {
	background-image: url(../img/new/14.png);
	height: 379px;
}

.comsec8 .d15 {
	background-image: url(../img/new/15.png);
	height: 190px;
	margin-top: 146px;
	position: relative;
}

.comsec8 .d15 .ask {
	position: absolute;
	width: 150px;
	height: 50px;
	left: 50%;
	margin-left: -75px;
	top: 108px;
}

.comsec8 .d16 {
	background-image: url(../img/new/16.png);
	height: 400px;
}

.comsec8 .h1 {
	margin-top: 90px;
}


/* app */

.app .sec2 {
	background-image: url(../img/new/17.png);
	height: 593px;
	background-position: center top;
}

.appsec2-list .sico {
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
}

.sico12 {
	background-image: url(../img/ico/12.png);
	background-size: 90px auto;
}

.sico13 {
	background-image: url(../img/ico/13.png);
	background-size: 75px auto;
}

.sico14 {
	background-image: url(../img/ico/14.png);
	background-size: 70px auto;
}

.appsec2-list {
	width: 1020px;
	height: 200px;
	margin: 60PX auto 0;
}

.appsec2-list li {
	float: left;
	text-align: center;
	width: 33.33%;
}

.appsec2-list .p1 {
	font-size: 18px;
	color: #444;
	line-height: 50px;
}

.appsec2-list .p2 {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 24px;
}

.app .h1 {
	padding-top: 40px;
}

.app .sec3 {
	background-image: url(../img/new/18.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 550px;
}

.app .sec3 .h1,
.app .sec3 .h6 {
	color: #fff;
}

.apptag a {
	height: 56px;
	width: 180px;
	border-radius: 5px;
	float: left;
	margin: 10px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	text-align: center;
}

.dzsec2-list {
	height: 210px;
}

.dzsec2-list li {
	float: left;
	text-align: center;
	width: 25%;
}

.dzsec2-list .sico {
	height: 65px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.dzsec2-list .p1 {
	font-size: 18px;
	color: #444;
	line-height: 50px;
}

.dzsec2-list .p2 {
	font-size: 14px;
	color: #6f6f6f;
	line-height: 24px;
}

.sico15 {
	background-image: url(../img/ico/15.png);
}

.sico16 {
	background-image: url(../img/ico/16.png);
}

.sico17 {
	background-image: url(../img/ico/17.png);
}

.sico18 {
	background-image: url(../img/ico/18.png);
}

.sico19 {
	background-image: url(../img/ico/19.png);
}

.sico20 {
	background-image: url(../img/ico/20.png);
}

.sico21 {
	background-image: url(../img/ico/21.png);
}

.sico22 {
	background-image: url(../img/ico/22.png);
}

.dzsec3-list {
	position: relative;
	height: 120px;
	margin-bottom: 80px;
}

.dzsec3-list li {
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	height: 120px;
	width: 370px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
}

.dzsec3-list .li1 {
	left: 0;
	background-image: url(../img/new/19.jpg);
}

.dzsec3-list .li2 {
	left: 50%;
	margin-left: -185px;
	background-image: url(../img/new/20.jpg);
}

.dzsec3-list .li3 {
	right: 0;
	background-image: url(../img/new/21.jpg);
}

.dzsec3-list .p1 {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
}

.dzsec3-list .p2 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

.dingzhi .sec3 .h1 {
	padding: 50px 0 40px;
}


/*weixin*/

.weixin .sec3 {
	background-image: url(../img/new/22.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 510px;
	margin: 70px 0 40px;
}

.weixin .sec3 .h1 {
	color: #fff;
	height: 170px;
	line-height: 180px;
}


/*shop*/

.shopsec2-list {
	height: 350px;
	overflow: hidden;
}

.shopsec2-list li {
	width: 20%;
	height: 180px;
	text-align: center;
	float: left;
}

.s2ico {
	background-image: url(../img/ico/23.png);
	width: 100px;
	height: 70px;
	margin: 0 auto;
}

.shopsec2-list p {
	height: 50px;
	line-height: 50px;
	color: #1f1f1f;
	font-size: 18px;
}

.s2ico1 {
	background-position: 7px 0;
}

.s2ico2 {
	background-position: -238px 0;
}

.s2ico3 {
	background-position: -469px 0;
}

.s2ico4 {
	background-position: -716px 0;
}

.s2ico5 {
	background-position: -961px 0;
}

.s2ico6 {
	background-position: 7px -178px;
}

.s2ico7 {
	background-position: -238px -178px;
}

.s2ico8 {
	background-position: -482px -178px;
}

.s2ico9 {
	background-position: -716px -178px;
}

.s2ico10 {
	background-position: -961px -178px;
}

.shop .sec2 .h1 {
	padding-top: 40px;
}

.shop .sec3 ul {
	width: 1204px;
	height: 404px;
	margin: 40px 0 55px;
}

.shop .sec3 li {
	height: 200px;
	width: 400px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left;
}

.shop .sec3 .li1 {
	background-image: url(../img/new/23.jpg);
}

.shop .sec3 .li2 {
	background-image: url(../img/new/24.jpg);
}

.shop .sec3 .li3 {
	background-image: url(../img/new/25.jpg);
}

.shop .sec3 .li4 {
	background-image: url(../img/new/26.jpg);
}

.shop .sec3 .li5 {
	background-image: url(../img/new/27.jpg);
}

.shop .sec3 .li6 {
	background-image: url(../img/new/28.jpg);
}

.shopsec4-list {
	height: 430px;
	margin-top: 40px;
}

.shopsec4-list li {
	width: 50%;
	height: 210px;
	float: left;
	color: #1f1f1f;
}

.shopsec4-list .sico {
	width: 190px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

.shopsec4-list .txt-box {
	float: left;
	display: inline-block;
	width: 380px;
}

.sico24 {
	background-image: url(../img/ico/24.png);
}

.sico25 {
	background-image: url(../img/ico/25.png);
}

.sico26 {
	background-image: url(../img/ico/26.png);
}

.sico27 {
	background-image: url(../img/ico/27.png);
}

.shopsec4-list .p2 {
	font-size: 16px;
	line-height: 25px;
}

.shopsec4-list .p1 {
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.main-case {
	/**padding:0 0 60px 0;*/
	background: #f0f0f0;
	padding: 50px 0 50px 0;
}

.case-list ul {
	overflow: hidden;
	zoom: 1;
}

.case-list ul li {
	width: 280px;
	height: 275px;
	float: left;
	overflow: hidden;
	margin-right: 26px;
	background: #fff;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}

.case-list ul li.last {
	margin-right: 0;
}

.case-list ul li .pic {
	text-align: center;
	width: 280px;
	height: 160px;
	overflow: hidden;
}

.case-list ul li .pic img {
	width: 280px;
	height: 160px;
	display: block;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.case-list ul li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list ul li p.title {
	color: #333;
	padding: 12px 16px 6px 16px;
}

.case-list ul li p.title a {
	color: #333;
	line-height: 200%;
	font-size: 14px;
}

.case-list ul li p.desc {
	color: #999;
	font-size: 12px;
	padding: 0 16px;
	line-height: 22px;
}

.case-list ul li p.desc a {
	color: #999;
	line-height: 200%;
}

.case-list ul li p.remark {
	color: #666;
	font-size: 12px;
	padding: 6px 16px 0 16px;
}

.case-list ul li p.bg {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 290px;
	background: #000;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	visibility: hidden;
}

.case-list ul li p.txt i {
	display: block;
	font-style: normal;
	padding-bottom: 20px;
}

.case-list ul li p.txt i a {
	padding: 5px 28px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	color: #666;
	background: #fff;
}

.case-list ul li p.txt i a:hover {
	background: #1088d5;
	color: #fff;
	border: 1px solid #1088d5;
	transition: none;
}

.case-list ul li p.txt img {
	width: 120px;
	display: block;
	margin: 0 auto;
}

.case-list ul li p.txt span {
	font-size: 12px;
	line-height: 300%;
}