﻿*{margin:0;padding:0;}
html,body { height:100%;}
body,div,ul,ol,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,hr,code,form,fieldset,legend,input,button,textarea,blockquote,th,td{margin:0; padding:0;}
body{background:#fff;color:#666;font:12px/16px "PingFang SC","Helvetica Neue",Helvetica,"Microsoft YaHei","Hiragino Sans GB", "微软雅黑",Arial,sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
div,form,img,p{padding:0;margin:0;border:0}
img{ border:0; width: 100%}
a{text-decoration:none}
a:hover{text-decoration:none;}
ul,ol,li{list-style:none;}
table{border-collapse:collapse; border-spacing:0;}
caption,th {text-align:left;}
em{font-style:normal;}
i{font-style:normal;}

.clearfix:after {visibility:hidden; display:block; font-size:0; content:""; clear:both; height:0;}
.clearfix{*zoom:1;}
.l{float:left;}
.r{float:right;}
.nomg {margin: 0 !important;}

.container {
	width: 1200px;
	margin:0 auto;
}
.more-btn {
	background: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0,37,95,0.16);
	border-radius: 4px;
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #0042B1;
	text-align: center;
	display: inline-block;
}
/*.more-btn:hover {
	background: #765DE3;
	box-shadow: 0 8px 23px 0 rgba(35,3,176,0.16);
	-webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    color: #fff !important;
}
.more-btn:active {
	background: #5C48B4;
	box-shadow: 0 4px 8px 0 rgba(35,3,176,0.20);
	-webkit-transform: translateY(0);
}*/
.more-btn.big {
	height: 56px;
	line-height: 56px;
	width: 192px;
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.30);
	font-size: 24px;
}
.more-btn.trans {
	border: 2px solid #FFFFFF;
	height: 36px;
	line-height: 36px;
	width: 144px;
	background: transparent;
	color: #fff;
	box-shadow: none;
}
.more-btn.transblue {
	border: 2px solid #0042B1;
	height: 36px;
	line-height: 36px;
	width: 142px;
	background: transparent;
	box-shadow: none;
}

.triangle_up {
    display:block;
    width:0;
    height:0;
    border-width:0 11px 11px;
    border-style:solid;
    border-color:transparent transparent #3362AB;
}
.triangle_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}


.nav-bar {
	height: 80px;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.nav-bar .container {
	width: 1120px;
}
.nav-bar .logo {
	width: 147px;
	height: 32px;
	float: left;
	margin-top: 24px;
}
.nav-bar .menu {
	float: right;
}
.nav-bar .menu li {
	float: left;
	position: relative;
}
.nav-bar .menu li a {
	padding: 0 16px;
	height: 80px;
	line-height: 80px;
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #FFFFFF;
}
.nav-bar .menu li > a:hover {
	color:#fff !important;
}
.nav-bar .menu a.more-btn {
	margin-top: 20px;
	width: 128px;
	padding: 0;
	margin-left: 16px;
	height: 40px;
	line-height: 40px;
	color: #0042B1;
}
.nav-bar .menu a.more-btn:hover {
	color: #0042B1 !important;
}
.nav-bar .menu .dropdown .triangle_down {
    margin:0 4px;
	vertical-align: middle;
}
.nav-bar .menu li.dropdown:hover .submenu {
	display: block;
}
.nav-bar .submenu {
	position: absolute;
	top:74px;
	left:-128px;
	background: #FFFFFF;
	border-radius: 4px;
	width: 320px;
	/* height: 394px; */
	height:206px;
	display:none;
}
.nav-bar .submenu ul {
	padding-top:16px;
}
.nav-bar .submenu li {
	position:relative;
	padding: 8px 32px 8px 92px;
	margin-top:8px;
}
.nav-bar .submenu li:hover {
	background: #F2F7FB;
}
.nav-bar .submenu li a {
	margin:0;
	padding:0;
}
.nav-bar .submenu li .icon {
	position: absolute;
	top:8px;
	left:32px;
    width: 40px;
    height: 40px;
    display: inline-block;	
}
.nav-bar .submenu li .icon.i1 {
	background: url(img/icon_platform-building@2x.png) no-repeat 0 0;
    background-size: 40px;
}
.nav-bar .submenu li .icon.i2 {
	background: url(img/icon_marketing@2x.png) no-repeat 0 0;
    background-size: 40px;
}
.nav-bar .submenu li .icon.i3 {
	background: url(img/icon_clue@2x.png) no-repeat 0 0;
    background-size: 40px;
}
.nav-bar .submenu li .icon.i4 {
	background: url(img/icon_converting@2x.png) no-repeat 0 0;
    background-size: 40px;
}
.nav-bar .submenu li h5 {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.nav-bar .submenu li p {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-top:2px;
}
.nav-bar .submenu .triangle_up {
    position: absolute;
    top: -11px;
    left: 152px;
	border-color: transparent transparent #fff;
}
.nav-bar .menu>li .sign {
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -20px;
    background: #FFFFFF;
	display:none;
}
.nav-bar .menu>li.cur .sign,
.nav-bar .menu>li:hover .sign {
    display:block;
}

.banner {
	background:  #0166DD url(img/img_banner_bg.png) no-repeat center;
	background-size: 2320px 646px;
	height: 646px;
}
.banner .container {
	height: 646px;
	position: relative;
	overflow: hidden;
	width: 1120px;
}
.banner .text {
	padding-top: 216px;
	width: 535px;
}
.banner .text h1 {
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 8px;
	line-height: 72px;
	text-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
.banner .text .subtitle {
	font-family: PingFangSC-Light;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 36px;
	margin-top: 14px;
}
.banner .text .more-btn {
	margin-top: 37px;
}
.banner .img {
	width: 806px;
	height: 646px;
	position: absolute;
	top: 0;
	right: -95px;
	z-index: 100;
}

.banner-mini {
	height: 326px;
	background:  #0166DD url(img/img_banner_bg.png) no-repeat center top;
	background-size: 2320px 646px;
	position: relative;
}
.banner-mini .bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 326px;
	max-height: 1440px;
	/*todo 看下宽屏是否居中*/
	right: 0;
	margin: 0 auto;
	text-align: right;
}
.banner-mini .bg img {
	width: auto;
}
.banner-mini .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.banner-mini h1 {
	font-family: PingFangSC-Semibold;
	font-size: 48px;
	color: #FFFFFF;
	/*letter-spacing: 8px;*/
	text-align: center;
	line-height: 72px;
	text-shadow: 0 4px 16px rgba(0,0,0,0.10);
	padding-top: 102px;
}
.banner-mini p {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 36px;
	margin-top: 14px;
}

.xblock h3 {
	font-family: PingFangSC-Medium;
	font-size: 40px;
	color: #000000;
	text-align: center;
	line-height: 60px;
	padding-top: 80px;
}
.xblock .subtitle {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	margin-top: 8px;
}
.xblock .con {
	margin-top: 60px;
}
.xblock.t2 .con {
	margin-top: 32px;
}

.case {
	height: 642px;
	background: #F2F5FA;
}
.case .item {
	float: left;
	margin-left: 30px;
	width: 380px;
	height: 338px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(0,16,50,0.10);
}
.case .item .img {
	position:relative;
}
.case .item .img span {
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.8;
	padding:0 8px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.case .item:hover {
	box-shadow: 0 4px 40px 0 rgba(0,16,50,0.20);
}
.case .item h5 {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin: 16px 0 0 24px;
}
.case .item p {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin: 14px 24px 0;
}

.aim {
	height: 436px;
	background-image: radial-gradient(50% 50%, #2169BE 50%, #2060B0 63%, #001442 100%);
	background: #2060B0;
}
.aim h3 {
	font-family: PingFangSC-Medium;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 72px;
	padding-top: 100px;
}
.aim .subtitle {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}
.aim .more-btn {
	display: block;
	margin: 60px auto 0;
}

.foot {
	height: 397px;
	background: #0F1E37;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	line-height: 20px;
}
.foot a {
	color: rgba(255,255,255,0.70);
}
.foot .container {
	padding-top: 80px;
}
.foot .about {
	width: 256px;
}
.foot .about .logo {
	width: 147px;
	opacity: 0.7;
	height: 32px;
}
.foot .about p {
	margin-top: 32px;
}
.foot .sitemap {
	margin-left: 96px;
}
.foot .sitemap .col {
	float: left;
	margin-right: 60px;
}
.foot .sitemap .col b {
	opacity: 0.5;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}
.foot .sitemap .col hr {
	background: #317CE2;
	width: 48px;
	height: 4px;
	border:none;
	margin: 9px 0 14px;
	text-align: left;
}
.foot .sitemap .col p {
	margin-top: 16px;
}
.foot .sitemap .col p.tel {
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #317CE2;
	line-height: 50px;
	letter-spacing: 0;
}
.foot .link {
	margin-top: 32px;
	color: rgba(255,255,255,0.40);
	border-bottom: 1px solid rgba(255,255,255,0.10);
	padding-bottom: 13px;
}
.foot .link a {
	margin: 0 12px;
	color: rgba(255,255,255,0.40);
}
.foot .cp {
	margin-top: 23px;
	color: rgba(255,255,255,0.40);
	text-align: center;
}

.hdialog {
	background: #FFFFFF;
	box-shadow: 0 8px 64px 0 rgba(0,0,0,0.08);
	border-radius: 8px;
	display: none;
	overflow: hidden;
}
.hdialog .btitle {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #333333;
	line-height: 56px;
	font-weight: 600;
	height: 56px;
	border-bottom: 1px solid #EEE;
	padding-left: 32px;
}
.hdialog .btitle .close {
	background-image: url("img/icon_close@2x.png");
	background-size: 24px;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
	margin-top: 16px;
	margin-right: 16px;
	cursor: pointer;
}
.hdialog .bcontent {
	padding: 8px 52px 32px;
}
.hdialog .bcontent .row {
	margin-top: 6px;
}
.hdialog .bcontent input {
	width: 292px;
	height: 20px;
	font-family: PingFangSC-Regular;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 11px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	outline:none;
}

.hdialog .bcontent input[type="radio"],
.hdialog .bcontent input[type="checkbox"] {
	width: 18px;
	vertical-align:middle;
}

.hdialog .bcontent .row .label {
	float: left;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-right: 16px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.hdialog .bcontent .row .inp {
	float: left;
	width: 316px;
	position: relative;
}
.hdialog .bcontent .row .inp .msg {
	display: none;
}
.hdialog .bcontent .row .inp.error input {
	border: 1px solid #D55751;
}
.hdialog .bcontent .row .inp.error .msg {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #D55751;
	text-align: justify;
	line-height: 16px;
	position: absolute;
	bottom: -16px;
	left: 0;
	display: block;
}
.hdialog .bcontent .row.txt {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.hdialog .bcontent .row.btn {
	text-align: center;
}
.hdialog .bcontent .more-btn {
	background: #317CE2;
	box-shadow: 0 8px 16px 0 rgba(3,82,176,0.16);
	color: #fff;
}