﻿@charset "utf-8";
/* frame */
body .wrap{
    margin: 0 auto;
    overflow: hidden;
}
a {
    transition: all 0.5s;
}
body {
    min-width: 1400px;
    font-weight: 400;
    background: #fff;
}
.clear {
    clear: both;
}
#content {
    zoom: 1;
    width: 100%;
}
.row {
    width: 1400px;
    margin: auto;
    position: relative;
}
.row:after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    display: block;
    overflow: hidden;
}

/* 头部 */
#header { display: none;}

/* 头部-banner */
#header-banner {
    position: relative;
    width: 100%;
    height: 716px;
}
#header-banner::before{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 997px;
    content:"";
    background: url(../img/banner-bg.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#header-banner .row{
    height: 100%;
}
#header-banner .logo {
    display: block;
    width: 238px;
    height: 50px;
    float: left;
    overflow: visible;
    margin: 41px 0 100px;
}
#header-banner .logo img {
    height: 100%;
    width: auto;
}
#header-banner .links {
    height: 36px;
    position: absolute;
    top: 49px;
    right: 0;
}
#header-banner .links a {
	position: relative;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 0 1.5em;
    margin-left: 10px;
    border: 1px solid #fff;
}
#header-banner .links a:hover {
    color:#1067DB;
    background: linear-gradient(180deg, #fff, #EEFCFF);
}


/* banner-文字位置 */
#header-banner .banner-txt{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 267px;
}
#header-banner .title{
    margin-bottom: 20px;
    font-size: 92px;
    line-height: 1.6;
    font-weight: bold;
    color: white;
}
#header-banner .tip{
    font-size: 18px;
    line-height: 38px;
    color: white;
}

/* banner - 图片位置 */
#header-banner .banner-pic{
    width: 628px;
    height: 395px;
    float: left;
    position: absolute;
    z-index: 1;
    right: 86px;
    bottom: 168px;
    background: url(../img/banner-icon.png) center top no-repeat;
}

/*公共标题-样式重置 */
.rowTi{
    height: auto;
    line-height: 50px;
    padding: 0;
    margin-bottom: 30px;
}
.rowTi h2{
	position: relative;
	display: inline-block;
	height: auto;
	font-size: 48px;
	background: linear-gradient(to right, #1067DB, #049090);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rowTi h2::before,
.rowTi h2::after{
    content:"";
    width: 128px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
}
.rowTi h2::before{
    left: -168px;
    background: url(../img/row-hd-left.png) left top no-repeat;
}
.rowTi h2::after{
    right: -168px;
    background: url(../img/row-hd-right.png) right top no-repeat;
}
.hd-tip{
	margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

/*页面描述内容*/
.page-tip{
    position: relative;
    top: -120px;
    padding:9px;
    border:1px solid white;
    box-sizing: border-box;
    border-radius: 10px;
}
.page-tip p{
	position: relative;
	z-index: 1;
	padding:30px;
	font-size: 22px;
	line-height: 2;
	text-indent: 2em;
	background-color: #fff;
	border-radius: 10px;
}
.page-tip::before{
    content:"";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.8),  rgba(255,255,255,0.2));
    border-radius: 10px;
}
.page-tip::after{
    position: absolute;
    z-index: -2;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 10px;
    background-color: rgba(16, 103, 219, 0.2);
    box-shadow: 0 0 10px 10px rgba(16, 103, 219, 0.2);
    border-radius: 50%;
}


/*研发背景*/
#box-background{
    margin-bottom: 80px;
}
.row-background{
    position: relative;
    z-index: 1;
    margin:0 auto 40px;
    text-align: center;
}
.row-background .msg-pic{
	position: relative;
    z-index: 1;
    display: inline-block;
    margin:0 auto;
    text-align: center;
}
.row-background .msg-pic::after,
.row-background .msg-pic::before{
    content:"";
    position: absolute;
    z-index: -1;
    border-radius:50%;
}
.row-background .msg-pic::before{
	left: -62px;
	top: -23px;
	width: 30px;
	height: 30px;
	background-color: #E6F4F4;
}
.row-background .msg-pic::after{
    width: 114px;
    height: 114px;
    top: -25px;
    left: -32px;
    background: linear-gradient(180deg, rgba(177, 207, 255,1), rgba(177, 207, 255, 0));
}
.row-background .msg-pic img{
    
}
.row-background .msg{
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px 30px;
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(16, 103, 219, 0.15);
}
.row-background .msg-one{
	width: 800px;
	left: 0;
	top: 393px;
}
.row-background .msg-two{
	width: 400px;
	right: 0;
	bottom: 118px;
}

.row-background .msg-mouse{
    position: absolute;
    z-index: 1;
    width: 895px;
}
.row-background .msg-mouse-1{
	left: 72px;
	top: 202px;
	height: 181px;
	background: url(../img/background-1-1.png) left top no-repeat;
}

.row-background .msg-mouse-2{
	left: 72px;
	bottom: 34px;
	height: 152px;
	background: url(../img/background-1-2.png) left top no-repeat;
}

/*研发背景-信息*/
.row-info{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    padding:20px 79px 20px 30px;
    background-color: #F9FBFF;
    border: 1px solid #DEECFF;
    border-radius: 15px;
}
.row-info .row-con{
	padding-right: 77px;
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.row-info .row-con p{
	position: relative;
	text-align: justify;
	text-indent: 2em;
	margin: 9px 0;
}
.row-info .row-con p::after{
	display: none;
    content:"";
    position: absolute;
    left: 1em;
    top: 13px;
    z-index: 1;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #1067DB;
    border-radius: 50%;
}
.row-info .row-pic{
    
}

.row-info-other{
	padding:0 30px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}


/*产品优势*/
#box-strengths{
    margin-bottom: 40px;
}
#box-strengths .rowTi{
    margin-bottom: 0;
}
.row-focus-info{
	padding: 80px 0 50px;
}
.row-focus-info .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.strengths-info{
	display: flex;
	padding-right: 40px;
}
.strengths-info dt{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.strengths-info .num{
	width: 83px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 90px;
	font-family: fantasy;
	color: rgba(0, 0, 0, 0.05);
}
.strengths-info dd{
	flex: 1;
}
.strengths-info .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}
.strengths-info .intro{
	font-size: 16px;
	line-height: 32px;
    color:#666;
}
.strengths-info .intro p{
	position: relative;
	text-align: justify;
	text-indent: 2em;
	margin: 9px 0;
}
.strengths-info .intro p::after{
	display: none;
    content:"";
    position: absolute;
    left: 1em;
    top: 13px;
    z-index: 1;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #1067DB;
    border-radius: 50%;
}

.focus-info-two{
	background:#F9FBFF;
}
.focus-info-two .strengths-info{
	order: 2;
	padding-left: 40px;
	padding-right: 0;
}
.focus-info-two .strengths-info dt{
	order: 2;
}
/*焦点图*/
.row-focus-info .row-focus{
    margin-right: 40px;
    position: relative;
    box-sizing: border-box;
    width: 700px;
    padding: 0 40px;
}
.row-focus-info .row-focus .prev,
.row-focus-info .row-focus .next{
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}
.row-focus-info .row-focus .prev{
    left:0;
    justify-content: flex-start;
}
.row-focus-info .row-focus .next{
    right:0;
    justify-content: center;
}
.row-focus-info .row-focus .prev::after,
.row-focus-info .row-focus .next::after{
	content:"\f104";
	display:inline-block;
	width: 40px;
	height: 34px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #1067DB;
	font-family: FontAwesome, fontpower;
	background: linear-gradient(90deg, rgba(177, 207, 255, 1), rgba(177, 207, 255, 0));
	border-radius: 20px 0 0 20px;
}
.row-focus-info .row-focus .next::after{
    content:"\f105";
	background: linear-gradient(275deg, rgba(177, 207, 255, 1), rgba(177, 207, 255, 0));
	border-radius: 0 20px 20px 0;
}
.row-focus-info .row-focus .prev:hover::after,
.row-focus-info .row-focus .next:hover::after{
    background: rgba(177, 207, 255, 0.8);
}
.row-focus-info .row-focus .prevStop,
.row-focus-info .row-focus .nextStop{
    cursor: default;
}
.row-focus-info .row-focus .prevStop::after,
.row-focus-info .row-focus .nextStop::after{
    color:rgba(255,255,255,0.6);
}
.row-focus-info .row-focus .prevStop:hover::after,
.row-focus-info .row-focus .nextStop:hover::after{
    color: #999;
}
.row-focus-list{
	padding: 20px;
	border: 1px solid #DEECFF;
	border-radius: 15px;
	background: #F9FBFF;
	box-shadow: 0 0 15px rgba(193, 216, 237, 0.4);
}
.row-focus-list li{
	overflow: hidden;
	border-radius: 10px;
}
.row-focus-list li img{
	border-radius: 10px;
}

/* 相关技术支撑功能模块 */
#technicalSupport {
    background: #fff;
    padding-bottom: 0;
}
.techSupportList li a {
    background-color: #F8F9FA;
    box-shadow: none;
}
.techSupportList li a:hover {
    font-weight: bold;
    color: #1067DB;
    background-color: #E8F2FF;
}

/* 产品咨询 */
.lxss a,
.lxss a.sq{
	position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #0F69D7, #048E93);
}
.lxss a::before{
    content:"";
    width: 37px;
    height: 37px;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 50%;
    margin-top: -18.5px;
    background: url(../../products/img/lx-icon.png) left top no-repeat;
    background-size: cover;
}
.lxss a.sq::before{
    background-image: url(../../products/img//tymk-icon.png);
    width: 28px;
    height: 28px;
    margin-top: -14px;
    left: 25px;
}