@charset "utf-8";

/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
	margin: 0px;
	display: block;
}

a {
	color: #007AFF;
	text-decoration: none;
}

a:hover {
	color: #3381FF;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 14px/1.6 PingFang SC, 'Microsoft YaHei', WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	outline: 0;
	color: #171725;
}

ul {
	list-style-type: none
}

/**/

.ui-cont {
	width: 1440px;
	margin: 0px auto;
}

.ui-cont .title {
	font-size: 18px;
	color: #171725;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
}

.projectoin {
	box-shadow: 0 0px 16px 0 rgba(83, 131, 273, 0.10);
}

.margin-none {
	margin-left: 0 !important;
}

.ui-fenge-bg {
	background-image: linear-gradient(0deg, rgba(248, 250, 255, 0.00) 0%, rgba(248, 250, 255, 1) 100%);
}

.bg {
	background: #F8FAFF;
}

.ui-img-m {
	margin-top: 78px;
}

.u90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* Internet Explorer */
	-moz-transform: rotate(-90deg);
	/* Firefox */
	-webkit-transform: rotate(-90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
	/* Opera */
	vertical-align: middle;
}

.ui-banner-yuan {
	width: 600px;
	height: 600px;
	opacity: 0.15;
	background-image: linear-gradient(0deg, rgba(83, 131, 237, 0.00) 0%, #5383ED 100%);
	border-radius: 304px;
	position: absolute;
	top: -310px;
	left: 50%;
	margin-left: -842px;
	display: inline-block;
}

.ui-mod—box {
	padding: 80px 0;
}

.ui-bg {
	background-color: #F6F8FC;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

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

.fn-clear {
	zoom: 1
}

/**/
h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
}


.ui-head-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	transition: all 0.2s;
}

.ui-head-menu:hover {
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(83, 131, 237, 0.10);
}

.ui-head-menu .ui-menu-box {
	height: 72px;
	max-width: 1440px;
	margin: 0 auto;
	height: 72px;
	display: flex;
	align-items: center;
	position: relative;
	color: #171725;
}

.ui-head-menu .ui-logo {
	width: 148px;
	padding: 12px 0;
}

.ui-head-menu .ui-logo a {
	width: 148px;
	height: 36px;
	display: block;
	
}

.ui-head-menu .ui-menu {
	margin-left: 6%;
	display: flex;
	/* justify-content: space-around;*/
	opacity: 1;
	flex: 1 1;
}

.ui-head-menu .menu-navs {
	font-size: 16px;
	line-height: 72px;
	text-align: left;
}

.ui-head-menu .menu-navs span {
	cursor: pointer;
	display: block;
	line-height: 36px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 4px;
}

.ui-head-menu .menu-navs span:hover {
	background-color: rgba(83, 131, 237, 0.1);
	color: #5383ED;
}

.ui-head-menu .menu-list {
	float: left;
}

.ui-head-menu .menu-list a {
	padding: 0 32px;
	display: block;
	color: #171725;
	transition: all 0.2s;
}

.ui-head-menu .menu-list a:hover {
	color: #5383ED;
}

.ui-head-menu .menu-list .nav_menu a:hover i {
	background: url(images/m_jiantou_lan.svg)
}

.ui-head-menu .menu-list .nav_menu a:hover i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.ui-head-menu .menu-list .nav_menu a i.ui-menu {
	font-size: 14px;
	margin-left: 8px;
	transition: transform .4s;
	display: inline-block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	background: url(images/m_jiantou_hei.svg) no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.ui-head-menu .menu-list .nav_menu a:hover i.ui-menu {
	background: url(images/m_jiantou_lan.svg) no-repeat;
}

.ui-head-menu.ui-menu-bai .ui-menu a {
	color: #fff;
}

.ui-head-menu.ui-menu-bai .ui-menu .ui-sub-menu a {
	color: #171725;
}

.ui-head-menu.ui-menu-bai .ui-menu .ui-sub-menu a:hover {
	color: #5383ED;
}

.ui-head-menu.ui-menu-bai .menu-list .nav_menu a i.ui-menu {
	background: url(images/m_jiantou_bai.svg) no-repeat;
}

.ui-head-menu.ui-menu-bai .menu-list .nav_menu td a i.ui-menu {
	background: url(images/m_jiantou_bai.svg) no-repeat;
}

/* .ui-head-menu.ui-menu-bai .ui-logo a {
	background-image: url(images/logo_bai.svg);
}

.ui-head-menu.ui-menu-bai.ui-fixed .ui-logo a {
	background-image: url(images/logo.svg);
} */

.ui-head-menu.ui-menu-bai.ui-fixed .ui-menu a {
	color: #171725;
}

.ui-head-menu.ui-menu-bai.ui-fixed .menu-list .nav_menu a i.ui-menu {
	background: url(images/m_jiantou_hei.svg) no-repeat;
}

.ui-head-menu.ui-menu-bai.ui-fixed .menu-list .nav_menu a:hover i,
.ui-head-menu.ui-solutions .menu-list .nav_menu a:hover i {
	background: url(images/m_jiantou_lan.svg) no-repeat;
}

.ui-head-menu:hover.ui-menu-bai .ui-menu a {
	color: #171725;
}

.ui-head-menu:hover.ui-menu-bai .ui-menu .nav_menu a:hover i {
	color: #5383ED;
	background: url(images/m_jiantou_lan.svg) no-repeat;
}

.ui-head-menu:hover.ui-menu-bai .ui-menu a:hover {
	color: #5383ED;
}

.ui-head-menu:hover.ui-menu-bai .ui-menu .ui-sub-menu a {
	color: #171725;
}

.ui-head-menu:hover.ui-menu-bai .ui-menu .ui-sub-menu a:hover {
	color: #5383ED;
}

.ui-head-menu:hover.ui-menu-bai .menu-list .nav_menu a i.ui-menu {
	background: url(images/m_jiantou_hei.svg) no-repeat;
}

.ui-head-menu:hover.ui-menu-bai .menu-list .nav_menu td a i.ui-menu {
	background: url(images/m_jiantou_hei.svg) no-repeat;
}
/* 
.ui-head-menu:hover.ui-menu-bai .ui-logo a {
	background-image: url(images/logo.svg);
}

.ui-head-menu:hover.ui-menu-bai.ui-fixed .ui-logo a {
	background-image: url(images/logo_bai.svg);
} */

.ui-head-menu:hover.ui-menu-bai.ui-fixed .ui-menu a {
	color: #171725;
}

.ui-head-menu:hover.ui-menu-bai.ui-fixed .menu-list .nav_menu a i.ui-menu {
	background: url(images/m_jiantou_bai.svg) no-repeat;
}

.ui-head-menu:hover.ui-menu-bai.ui-fixed .menu-list .nav_menu a:hover i,
.ui-head-menu.ui-solutions .menu-list .nav_menu a:hover i {
	background: url(images/m_jiantou_lan.svg) no-repeat;
}


.ui-head-menu .menu-list {
	position: relative;
}

.ui-head-menu .ui-sub-box {
	top: 72px;
	left: 0%;
	margin-left: -400px;
	position: absolute;
	display: none;
	transition: transform .4s;
}

.ui-head-menu .menu-list .nav_menu .ui-sub-menu {
	display: block;
	width: 800px;
	border-radius: 8px;
	padding: 20px 20px 40px;
	margin-top: 2px;
	background-color: #fff;
	box-shadow: 0 0px 16px 0 rgb(83, 131, 237, 0.1);
	transition: transform .4s;
}

.ui-head-menu .menu-list .nav_menu:hover .ui-sub-box {
	display: block;
}

.ui-head-menu .ui-sub-menu dl {
	width: 160px;
}

.ui-head-menu .ui-sub-menu dt {
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.ui-head-menu .ui-sub-menu dt a {
	padding: 0 10px 0 0;
}

.ui-head-menu .ui-sub-menu dt a i.ui-nav {
	background: url(images/m_jiantou.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-top: 14px;
}

.ui-head-menu .ui-sub-menu dt a:hover i.ui-nav {
	background: url(images/m_jiantou_lan.svg) no-repeat;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-moz-transform: rotate(-90deg);
	/* Firefox */
	-webkit-transform: rotate(-90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
	/* Opera */
}

.ui-head-menu .menu-list .ui-sub-menu dl dd a {
	line-height: 36px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 4px;
}

.ui-head-menu .menu-list .ui-sub-menu dl dd a:hover {
	background-color: rgba(83, 131, 237, 0.1);
}

.ui-fixed {
	position: fixed;
	left: 0;
	top: 0;
	height: 72px;
	width: 100%;
	background-color: rgba(255, 255, 255);
	box-shadow: 0 4px 16px 0 rgba(83, 131, 237, 0.10);
}

.ui-head-menu .ui-web-login a.ui-tiyan {
	background: #fff;
	border: 1px #E6EDFD solid;
	padding: 0 24px;
	color: #44444F;
}

.ui-head-menu .ui-login {
	background: #5383ED;
	-webkit-user-select: none;
	color: #fff;
	margin-left: 8px;
}

.ui-head-menu .ui-btn {
	height: 40px;
	padding: 0 32px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 4px;
	display: inline-block;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s;
}

.ui-head-menu .ui-btn:hover {
	background-color: #4F7DE0;
}


/*=====bottom=====*/
.ui-bottom {
	background-color: #0D1629;
}

.ui-bottom dl {
	float: left;
	padding-left: 40px;
	width: 20%;
	box-sizing: border-box;
}

.ui-bottom dl dt {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.ui-bottom dl dd {
	margin-top: 14px;
	float: left;
	color: rgba(255, 255, 255, 0.6);
}

.ui-bottom dl dd h4 {
	margin-bottom: 10px;
}

.ui-bottom dl dd a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 30px;
	transition: all 0.2s;
}

.ui-bottom dl dd a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.ui-bottom dl dd .ui-tel-tltle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin: 16px 0 8px;
}

.ui-bottom dl dd .tel {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 4px;
}

.ui-bottom dl dd.email {
	font-size: 22px;
}

.ui-bottom dl dd i {
	background: url(img_v2/guanzhu.png?v=7) no-repeat;
	width: 120px;
	height: 120px;
	display: block;
	margin-top: 30px
}

.ui-bottom dl dd.weibo {
	font-size: 13px;
	text-align: center;
}

.ui-bottom dl dd.weixin {
	font-size: 13px;
	text-align: center;
}

.ui-bottom dl dd .weixin {
	border-radius: 4px;
	width: 120px;
	height: 120px;
}

.ui-copyright {
	background-color: #0B1324;
	color: rgba(255, 255, 255, 0.4);
	height: 56px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}

.ui-copyright a {
	color: rgba(255, 255, 255, 0.4);
	transition: all 0.2s;
}

.ui-copyright a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.ui-copyright img {
	width: 16px;
	height: 22px;
}

.shortcut {
	width: 64px;
	position: fixed;
	top: 60%;
	right: 10px;
	z-index: 999;
	margin-top: -160px;
}

.shortcut ul li {
	height: 64px;
	width: 64px;
	display: block;
	margin-bottom: 4px;
	position: relative;
	background-color: #EDF2FD;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
}

.shortcut .pop-icon {
	width: 44px;
	height: 44px;
	display: block;
	padding: 10px;
}

.shortcut .kefu {
	background: url(images/icon/pop_kefu_lan.svg?=4) no-repeat center;
}

.shortcut .dianhua {
	background: url(images/icon/pop_dianhua_lan.svg?=4) no-repeat center;
}

.shortcut .xiazai {
	background: url(images/icon/pop_xiazai_lan.svg?=4) no-repeat center;
}

.shortcut .top {
	background: url(images/icon/pop_shang_lan.svg?=4) no-repeat center;
}

.shortcut .kefu:hover {
	opacity: 0.8;
}

.shortcut .dianhua:hover {
	opacity: 0.8;
}

.shortcut .xiazai:hover {
	opacity: 0.8;
}

.shortcut .top:hover {
	opacity: 0.8;
}

.shortcut ul li a {
	width: 64px;
	height: 64px;
	display: block;
}

.shortcut ul li a .pop-kong ,
.shortcut ul li .pop-kong {
	display: none;
}
.shortcut ul li a:hover .pop-kong,
.shortcut ul li .kefu:hover .pop-kong {
	display: block;
	position: absolute;
	right: 64px;
	top: 0;
	padding-right: 10px;
}
.shortcut ul li span {
	padding: 0 20px;
	display: block;
	height: 64px;
	line-height: 64px;
	width: 120px;
	border-radius: 4px;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgb(83, 131, 237, 0.2);
	color: #171725;
}
/*1366兼容*/
@media screen and (max-width: 1441px) {
	.ui-cont{ width: 1280px;}
	.ui-head-menu .ui-menu-box{ width: 1280px;}
	.ui-head-menu .ui-sub-box{margin-left: -320px;}
}