.project {
	width: 100%;
	height: 70px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
}

.fs12 {
	display: none;
	width: 200px;
	height: 200px;
	background-color: rgb(197, 194, 194);
	position: absolute;
	top: -21%;
	right: 71px;
	border-radius: 25px;
	border: 1px solid rgb(197, 194, 194);
	padding: 11px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.triangle1::after {
	width: 0;
	position: absolute;
	bottom: -6px;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgb(197, 194, 194);
	margin-left: -91px;
}

.nav_icon1:hover+.fs12 {
	display: block;
}

.in_content {
	position: fixed;
	background-color: #0000002e;
	box-shadow: 0 3px 7px 1px rgba(51, 51, 51, .1);
	backdrop-filter: blur(4px);
}

.header {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
}

.header>a {
	display: flex;
	align-items: center;
	padding: 5px;
	max-width: 210px;
}

.header>a>img {
	height: 100%;
}

.nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.nav>li {
	font-size: 14px;
	color: #333;
}

.nav a{
	color: #fff;
}
.nav>li>a {
	color: #fff;
}
#navUl a:hover {
	color: #000;
	background-color: #ffffff;
	border-radius: 10px;
}

.nav>li:nth-child(4)>a {
	background: white;
	border-radius: 10px;
	color: #333;
}

.banner {
	height: 100%;
	max-height: 637px;
	min-height: 637px;
	position: relative;

	text-align: center;
	overflow: hidden;
}

.home_img {
	position: absolute;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	background: url(/static/img/homePage.img/banner.jpg) no-repeat;
	background-size: cover;
}

.container {
	position: relative;
	padding: 65px 0 0;
	margin: 0 auto;
	text-align: left;
	max-width: 1200px;
	height: 100%;
	z-index: 888;
	color: #fff;
}

.container>h2 {
	font-size: 48px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 47px;
	height: 47px;
}

.container>p {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	height: 20px;
	margin-top: 27px;
	opacity: .95;
}

.container>span {
	display: block;
	margin-top: 54px;
	width: 60px;
	height: 4px;
	background: #ffc85a;
}

.container>img {
	width: 625px;
	position: absolute;
	top: 140px;
	right: -50px;
}

/*.tab {*/
/*	width: 100%;*/
/*	height: 125px;*/
/*	background: #0084a9;*/
/*}*/

/*.tab_box {*/
/*	max-width: 1200px;*/
/*	height: 100%;*/
/*	margin: 0 auto;*/
/*	display: flex;*/
/*}*/

/*.tab_content {*/
/*	width: 300px;*/
/*	border-right: 1px solid #333;*/
/*	text-align: left;*/
/*	padding-left: 40px;*/
/*	padding-top: 34px;*/
/*}*/

/*.tab_content:nth-child(1) {*/
/*	border-left: 1px solid #333;*/
/*}*/

/*.tab_content>h3 {*/
/*	height: 16px;*/
/*	width: 199px;*/
/*	font-size: 16px;*/
/*	font-weight: 700;*/
/*    color: #fff;*/
/*    !*color: #3288b2;*!*/
/*	line-height: 16px;*/
/*	text-align: left;*/
/*}*/

/*.tab_content>p {*/
/*	width: 210px;*/
/*	font-size: 12px;*/
/*	font-weight: 400;*/
/*	color: #fff;*/
/*	line-height: 18px;*/
/*	text-align: left;*/
/*	margin-top: 12px;*/
/*}*/

.data {
	background-color: #fff;
	width: 100%;
}

.data_title>h1 {
	margin: 40px auto 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #333;
}

.title_img {
	max-width: 1440px;
	margin: 17px auto 0;
}

.title_img>img {
	width: 100%;
}

.data_content {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.item {
	width: 300px;
	float: left;
	text-align: center;
	position: relative;
	margin-top: -20px;
	flex: 1;
}

.percentage {
	position: relative;
	height: 105px;
	line-height: 145px;
	margin: 0 auto;
	display: inline-block;
	padding: 0 10px;
}

.iconfont {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	font-size: 45px;
}

.percentage>em {
	font-size: 60px;
	line-height: 105px;
	font-style: normal;
	color: #333;
	font-weight: 200;
}

.percentage>b {
	font-weight: 400;
	font-size: 30px;
}

.item>h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #333;
}

.normal {
	background: #f7f7f7;
	width: 100%;
}

.normal_item {
	width: 1200px;
	margin: 0 auto;
}

.normal_item>h3 {
	width: 100%;
	font-size: 32px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	margin: 0 auto;
	padding-top: 72px;
	text-align: center;
}

.normal_item_title {
	text-align: center;
	margin-top: 54px;
}

.normal_item_title>p {
	color: #999;
	display: inline-block;
	font-size: 18px;
	margin-right: 51px;
	font-weight: 400;
	position: relative;
}

.normal_item_title>p>a {
	color: #333;
}

.active:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 3px;
	background-color: #fcc659;
}

.normal-item-content {
	max-width: 1200px;
}

.content_box {
	width: 1200px;
	height: 500px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	display: flex;
}

.content_left {
	width: 285px;
	background: #f7f7f7;
	position: relative;
}

.content_left>div {
	height: 100px;
	border: 1px solid rgba(228, 228, 228, 1);
	border-left: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 100px;
	color: #333;
	border-bottom: none;
	opacity: .6;
	text-align: left;
	padding-left: 50px;
	cursor: pointer;
}

.content_left>div:nth-child(1) {
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	background: #e4e4e4;
	border-top: none;
	opacity: 1;
	text-align: center;
	padding-left: 0;
	cursor: auto;
}

.content_left>div:nth-child(2) {
	background: #fff;
	opacity: 1;
	border-right: none;
	position: relative;
}

.content_left>div:nth-child(5) {
	height: 143px;
	text-align: center;
	padding-left: 0;
	line-height: 160px;
	opacity: 1;
	cursor: auto;
}

.content_left>div:nth-child(5)>img {
	width: 40px;
	height: 40px;
}

.huangxian {
	position: absolute;
	content: '';
	left: 0;
	top: 60px;
	width: 4px;
	background: #ffc85a;
	height: 100px;
}

.content_right {
	width: 916px;
	padding-top: 39px;
	position: relative;
}

.content_right>p {
	width: 617px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.content_right>div {
	width: 800px;
	margin: 0 auto 0 -400px;
	position: absolute;
	bottom: -15px;
	left: 50%;
}

.content_right>div>img {
	width: 100%;
}

.case_item .normal_item h3 {
	padding-top: 80px;
}

.normal_item>h3 {
	width: 100%;
	font-size: 32px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	margin: 0 auto;
	text-align: center;
}

.case_ul {
	display: flex;
	margin: 52px auto 0;
}

.case_ul>li {
	width: 370px;
	height: 365px;
	position: relative;
	margin-right: 47px;
}

.content {
	padding: 0;
	background: rgba(247, 247, 247, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 3px;
	height: 150px;
	position: relative;
}

.content>p {
	width: 336px;
	margin: 19px auto 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}

.content:after {
	position: absolute;
	bottom: -13px;
	width: 14px;
	height: 13px;
	left: 21px;
	content: " ";
	background: url(/static/img/homePage.img/jiao.png);
	background-size: 14px 13px;
}

.logo {
	display: block;
	height: 36px;
	margin: 18px auto 14px 15px;
	float: none;
}

.logo>img {
	display: block;
	height: 100%;
	border: none;
}

.author {
	position: relative;
	width: 100%;
	margin-left: 15px;
}

.author>span {
	display: block;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}

.learn {
	height: 620px;
	background: #fff;
}

.learn_more {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.learn_more p {
margin-top: 20px;
}

.learn_more>h3 {
	font-size: 32px;
	text-align: center;
	padding-top: 82px;
	font-weight: 400;
	color: #333;
	line-height: 25px;
}

.input_wrap {
	width: 630px;
	color: #999;
	font-size: 14px;
}

.input_item,.input_itemText {
	/*float: left;*/
	/*position: relative;*/
	/*margin-left: 25px;*/
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.input_item input {
	width: 594px;
	height: 40px;
	border: 1px solid rgba(228, 228, 228, 1);
	background: rgba(247, 247, 247, 1);
	border-radius: 5px;
	padding-left: 15px;
	font-size: 100%;
}

.input_item:nth-of-type(2n+1) {
	margin-left: 0px;
}

.input_itemText>textarea {
	width: 594px;
	height: 96px;
	padding-top: 14px;
	resize: none;
	background: rgba(247, 247, 247, 1);
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 5px;
}

.submit {
	width: 170px;
	height: 44px;
	display: block;
	margin: 40px auto 0;
	border-radius: 3px;
	line-height: 44px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #2f80a9;
}

.safe {
	width: 1200px;
	height: 510px;
	margin: 0 auto;
}

.safe>h3 {
	padding-top: 51px;
	font-size: 32px;
	color: #ffc85a;
	text-align: center;
	font-weight: 400;
}

.safe_wrap {
	padding-top: 80px;
	height: 350px;
}

.safe_wrapBox {
	height: 80px;
	margin-bottom: 98px;
	float: left;
}

.safe_wrapBox:nth-child(2n) {
	float: right;
}

.safe_wrapIMG {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.safe_wrapIMG>img {
	width: 100%;
	height: 100%;
}

.safe_wrapContent {
	display: inline-block;
	height: 80px;
	margin-left: 40px;
}

.safe_wrapContent>h5 {
	font-size: 18px;
	color: #ffc85a;
	font-weight: 400;
	height: 18px;
	margin-bottom: 20px;
}

.safe_wrapContent>p {
	line-height: 24px;
	opacity: .7;
	width: 380px;
	font-size: 14px;
	color: #fff;
}

.footer {
	padding: 19px 0;
	background-color: #f5f5f5;
	text-align: center;
}

.footer_main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 70px;
}

.tell {
	width: 261px;
	vertical-align: middle;
	position: relative;
	float: left;
	font-size: 20px;
	margin-left: -90px;
}

.tell:after {
	height: 45px;
	content: " ";
	background-color: rgba(153, 153, 153, .4);
	position: absolute;
	top: -8px;
	right: 5px;
	width: 1px;
}

.tellImg {
	width: 100%;
	display: block;
	margin-top: 5px;
}

.address {
	display: inline-block;
	text-align: left;
	color: #666;
	padding-left: 20px;
	line-height: 12px;
	position: relative;
	padding-right: 45px;
	margin-top: 6px;
	right: 80px;
}

.address:after {
	position: absolute;
	top: -12px;
	right: -10px;
	width: 1px;
	content: " ";
	height: 45px;
	background-color: rgba(153, 153, 153, .4);
}

.p1 {
	    position: relative;
        margin-top: -4px;
        font-size: 15px;
        width: 180px;
        /*margin-left: -140px;*/
}

.p2 {
	    margin-top: 8px;
        font-size: 15px;
        /*margin-left: -64px;*/
}
.p3{
        position: relative;
        margin-top: -12px;
        font-size: 15px;
        /*margin-left: 55px;*/
}

.webscan_360 {
	position: absolute;
	float: right;
	bottom: 0;
	right: 120px;
}

.right_nav {
	width: 70px;
	height: 210px;
	position: fixed;
	z-index: 900;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.nav_item {
	display: block;
	height: 70px;
	background-color: #232323;
	cursor: pointer;
	position: relative;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
	border-top: 1px solid #4f4f4f;
	margin-top: -1px;
	z-index: 1;
	color: #fff;
}

.text {
	opacity: .9;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "\5B8B\4F53", "Microsoft Yahei", sans-seri;
}

.text1 {
	position: absolute;
	top: 53px;
	left: 12px;
	font-size: 12px;
	opacity: 0.9;
	font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "\5B8B\4F53", "Microsoft Yahei", sans-seri;
}

.nav_icon {
	width: 34px;
	height: 30px;
	margin: 0 auto 6px;
}

.nav_icon1 {
	background: url(/static/img/homePage.img/right-nav-1.png)no-repeat center;
	background-size: 33px auto;
}

.nav_icon2 {
	background: url(/static/img/homePage.img/right-nav-2.png)no-repeat center;
	background-size: 32px auto;
}

.nav_icon3 {
	background: url(/static/img/homePage.img/right-nav-4.png)no-repeat center;
	background-size: 26px auto;
}

.nav_tell {
	font-size: 24px;
	font-weight: 700;
	line-height: 77px;
	text-indent: 29px;
	text-align: left;
	color: #ffc85a;
	width: 209px;
	height: 77px;
	position: absolute;
	left: -219px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(/static/img/homePage.img/nav-tell.png)center center/209px auto no-repeat;
	display: none;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#flash {
	width: 1320px;
	height: 520px;
	position: relative;
	margin: 0 auto;
	left: -62px;
	overflow: hidden;
}

#falsh img {
	width: 400px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

#flash ul {
	position: absolute;
	left: 45%;
	bottom: 5%;
	width: 162px;
	height: 30px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

#flash ul li {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 7px;
}

#flash ul .li_first {
	background-color: #f40;
}

#flash .button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

#flash .right {
	position: absolute;
	right: 11px;
	top: 40%;
}

#flash .left {
	position: absolute;
	left: 1px;
	top: 40%;
}

#flash .button span {
	font-size: xx-large;
	font-weight: 700;
	line-height: 50px;
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.5);
}

.feedback .feed-item {
	padding-top: 60px;
}

.videolist {
	position: relative;
	width: 33%;
	display: flex;
	justify-content: center;
}

.videolist:hover {
	cursor: pointer;
}

.videoed {
	display: none;
	width: 50px;
	height: 50px;
	z-index: 99;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	border-radius: 25px;
}

div.video{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vclose {
	position: absolute;
	left: 100%;
	top: 3%;
	transform: translateX(-100%);
	border-radius: 100%;
	cursor: pointer;
}

#company-vip{
	padding: 0 13%;
}
.input_itemText > textarea{
	padding-left: 17px;
}
.p3{
	margin-top: 18px;
	/*margin-left: 40px;*/
	line-height: 1;
}

@media screen and (min-width: 375px) and (max-width: 480px){
	.address::after{
		background-color: transparent;
	}
	textarea#question,div.input_item input{
		width: 80%;
	}
	div.input_wrap{
		width: 100%;
	}
	div.common-question div.qa-list{
		width: 100%;
		margin-bottom: 50px;
	}
	div.common-question div.qa-list div.qa-item{
		width: 50%;
		height: 100px;
	}
	section.center{
		display: block;
	}
	div.tab_content>h3{
		text-align-last: justify !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 1400px){
	div#company-vip{
		padding: 0 6%;
	}

	#lineTd span:last-child{
		margin-left: 44px;
	}

	section.center{
		display: block;
	}
	.common-question div.qa-list{
		width: 100%;
	}
	.common-question div.qa-list div.qa-item{
		width: 50%;
	}
	textarea#question,div.input_item input{
		width: 50%;
	}
}

.center{
	display: flex;
	justify-content: center;
}

div.qa-list{
	display: flex;
}

.clearfix{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}