/*body,p,b,dl,dd,table,td,th,input,button,textarea,xmp,pre,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,header,section,nav,footer{margin:0;padding:0;}
body{min-width:1150px;}
img,iframe,acronym{border:0;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; }
ol,ul,li{list-style-type:none;}
a{text-decoration: none;}
.bai_fb{ width: 100%;height: 100%; font-size: 10vw;letter-spacing:.3vw;}
input::-webkit-input-placeholder { color:#3e3a39; font-family:'Microsoft YaHei';}
.auto_1500{ width:78%; margin:0 auto;}*/
/*body{max-width:1920px;}*/
  
.pc_yin {
	display: block !important;
}

.mob_yin {
	display: none !important;
}

.looding {
	width: 100%;
	height: 100%;
	z-index: 120;
	display: none
}

.looding .v1 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.looding .v1 span {
	width: 0px;
	height: 4px;
	background: #2770bf;
	margin-top: 20px;
}

.looding .v1 img {
	width: 126px;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.block {
	display: block;
}

.center {
	text-align: center;
}

.auto {
	width: 94%;
	margin-left: 3%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bold {
	font-weight: bold;
}

.fx {
	position: fixed;
}


.rui_se1 {
	background: url(../images/rui_2.jpg) no-repeat left center;
	background-size: cover;
}

/*
.fp-tableCell {
    /*display: flex;justify-content: center; align-items: center;/
    display: table-cell;
    vertical-align: middle;
    width: 1920px;
    height: 100%;
}*/
/*!
 * fullPage 2.7.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;

	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
	height: 100%;
	position: relative;

	/* Touch detection for Windows 8 */
	-ms-touch-action: none;

	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.lian_se1.fp-section.fp-table,
.section1.fp-section.fp-table {
	display: block;
	overflow: hidden;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

/*
 #fp-nav ul li a.active span,
 .fp-slidesNav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li:hover a.active span{
	 height: 12px;
	 width: 12px;
	 margin: -6px 0 0 -6px;
	 border-radius: 100%;
  }

 #fp-nav ul li a span,
 .fp-slidesNav ul li a span {
	 border-radius: 50%;
	 position: absolute;
	 z-index: 1;
	 height: 4px;
	 width: 4px;
	 border: 0;
	 background: #333;
	 left: 50%;
	 top: 50%;
	 margin: -2px 0 0 -2px;
	 -webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
 }
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
	 width: 10px;
	 height: 10px;
	 margin: -5px 0px 0px -5px;
 }
*/
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: ht;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
	height: auto !important;
}



#section-footer .fp-tableCell {
	display: block;
	width: 100%;
}

.header .ul1 li a,
.header .ul2 li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.wrap,
.pt_con .pingt_con2,
.cail_con2,
.ruan_con3 {
	background: url(../images/bg.jpg) repeat;
	/* background-size: 100% auto;*/
}

.header {
	left: 0;
	width: 100%;
	z-index: 10;
	height: 98px;
	z-index: 101;
}

.in_header {
	/*top: -100px;*/
	top: -0px;
}

.in_header.cur {
	top: 0px;
}

.in_header.yi {
	top: 0px !important;
}

.header h1 img {
	width: 194px;
	height: 60px;
	margin-top: -12px;
}

.header h1 {
	margin-right: 80px;
}

.header h1 .img_1,
.header dl .img_1 {
	display: block;
}

.header h1 .img_2,
.header dl .img_2 {
	display: none;
}

.header .ul1 li {
	float: left;
	/*margin-top:14px;*/
	position: relative;
	margin-right: 52px;
}

.header .ul1 li:last-child {
	margin-right: 0px;
}

.header .ul1 li span {
	bottom: 10px;
	left: 0;
	width: 0px;
	height: 2px;
	background: #ff6b01;
}

.header .ul1 li:hover span {
	width: 100%;
}

.header .ul1 li a,
.header .ul2 li a,
.header .ul2 {
	color: #fff;
}

.header .ul2 li a {
	display: inline-block;
}

.header .ul2 li {
	margin: 0 5px;
}

.header .ul2 {
	margin-right: 32px;
}

.header .ul2 li,
.header .ul1 li {
	line-height: 50px;
}

.header dl {
	border-radius: 30px;
	border: #fff 1px solid;
	width: 160px;
	height: 36px;
	background: none;
	position: relative;
	top: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header dl>a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.header dl:hover {
	border: #ff6b01 1px solid;
	background-color: #ff6b01;
}

.header dl dt {
	position: relative;
	
	margin-right: 5px;
}

.header .hea_auto {
	margin-top: 28px;
}

.hea_hz {
	top: 0;
	left: 0px;
	width: 100%;
	height: 78px;
	z-index: 10;
}

.in_header.er {
	background: #0c73cf;
	/* background: #5f9cdd; */
	height: 96px;
}

/* .in_header.er .hea_auto {
	margin-top: 15px;
}
 */
.header .ul1 li.cur span {
	width: 100%;
}

.header .ul2 b {
	font-weight: normal;
	margin: 0 0px 0 8px;
}

.section1 {
	background-color: #147dbe;
}

.section1 .dl1 {
	top: 39%;
	left: 15%;
}

.section1 .dl1 .dd3 {
	margin-top: 25px;
}

.section1 .dl1 .dd3 a,
.section3 .dl1 .dd3 a,
.fontbut {
	color: #fff;
	display: block;
}

.section1 .im1_1 {
	width: 32%;
	bottom: -23%
		/*-12%*/
	;
	right: 18%;
}

.section1 .dl1 .dd1 {
	margin-bottom: 18px;
}

.section1 .im1 {
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
}

/*.section2 .fp-tableCell{ display: block;}*/
.section2 .zuo {
	margin-left: 10%;
}

.section2 .zuo>div {
	padding: 10px;
}

.section2 .zuo .q_v1 {
	-moz-box-shadow: 0px 1px 14px #999;
	-webkit-box-shadow: 0px 1px 14px #999;
	box-shadow: 0px 1px 14px #999;
	background-color: #fff;
	margin-right: 60px;
}

.section2 .zuo .q_v1:last-child {
	margin-right: 0px;
}

.section2 .zuo dl dd {
	color: #2770bf;
	height: 100px;
	line-height: 100px;
}

.section2 .zuo .more {
	color: #204ca0;
	margin-top: 40px;
	display: inline-block;
}

.section2 .you {
	margin-right: 15%;
	margin-top: 128px;
}

.section2 .you .dd3 a {
	margin-right: 32px;
	width: 160px;
	height: 52px;
	line-height: 52px;
}

.section2 .you .dd2 {
	margin: 15px 0 50px 0;
}

.section3 .se3_1500 {
	height: 100%;
}

.section3 .se3_bg {
	background-color: #2770bf;
	bottom: 0;
	width: 100%;
	left: 0px;
	height: 80%
		/*800px*/
	;
}

.section3 .se3_bg .se3_im1 {
	width: 100%;
}

.section3 .se3_v1 {
	background-color: #539ded;
	padding: 50px 40px 30px 40px;
	top: -55px;
	max-width: 515px;
	border-radius: 5px;
}

.section3 .se3_v1 .v1 {
	margin: 30px 0 75px 0;
	line-height: 1.8;
}

.section3 .se3_v1 .v2 dl {
	margin-bottom: 30px;
}

.section3 .se3_v1 .v2 dl dt {
	width: 59px;
	margin-right: 15px;
}

.section3 .se3_v1 .v2 dl dd {
	line-height: 47px;
}

.section3 .dl1 {
	top: 41%;
}

.section3 .dl1 .dd3 {
	margin-top: 50px;
}

.section4 {
	background: url(../images/2.jpg)repeat;
}

.section4 .se4_v1,
.section4 .se4_v2 {
	width: 100%;
}

.section4 .se4_v2 {
	margin-top: 20px;
}

.section4 .se4_v2 dl {
	width: 33.333%;
	margin: 30px 0 20px
		/*50px 0 40px 0*/
	;
}

.section4 .se4_v2 dl:hover dd {
	color: #ff6b01;
}

.section4 .se4_v2 dl dd {
	color: #fff;
	margin-top: 20px;
}

.section4 .se4_v2 dl dt img {
	width: 288px;
	margin: 0 auto;
}

.section4 .se4_v1 .v2 {
	margin-top: 22px;
}

.section4 .se4_v1 .v1 {
	margin-top: 5vh;
}

.section5 .se3_1500 {
	height: 100%;
}

.section5 .se5_v1 {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section5 .se5_v1 .zuo {
	width: 650px;
}

.section5 .se5_v1 .you {
	margin-left: 180px;
}

.section5 .se5_v1 .you .span_3 {
	margin: 20px 0 25px 0;
}

.section5 .se5_v1 .you dl {
	margin-bottom: 15px;
}

.section5 .se5_v1 .you dl dt img {
	width: 50px;
}

.section5 .se5_v1 .you dd {
	margin-left: 32px;
	line-height: 43px;
}

.section5 .se5_v1 .you dd span {
	margin-right: 10px;
	display: inline-block;
}

.section5 .se5_v2 {
	left: 3%;
	width: 94%;
	bottom: 0;
	position: absolute;
}

.section5 .se5_slick {
	width: 100%;
}

.section5 .se5_slick img {
	width: 100%;
}

.section6 .con {
	background: #2770bf;
	height: 80%;
	bottom: 0;
	left: 0px;
	width: 100%;
}

.section6 .con .img_1 {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 71.3%;
}

.section6 .dl1 {
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.section6 .dl1 .dd3 {
	margin-top: 40px;
}

.section6 .se3_1500 {
	height: 100%;
}

.section6 .form_1 {
	background: #539ded;
	padding: 18px 30px 25px 30px;
	right: 70px;
	top: -88px;
	width: 440px;
}

.section6 .form_1 .in_1,
.section6 .form_1 .in_2,
.section6 .form_1 .in_3 {
	width: 100%;
}

.section6 .form_1 .in_1,
.section6 .form_1 .in_2 {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.section6 .form_1 input,
.section6 .form_1 select,
.section6 .form_1 textarea,
.lian_se3 .form_1 input,
.lian_se3 .form_1 select,
.lian_se3 .form_1 textarea {
	border: none;
}

.section6 .form_1 form,
.lian_se3 .form_1 form {
	margin-top: 25px;
}

select {
	appearance: none;
	background: url(../images/zi_7.png) no-repeat right #fff;
}

select::-ms-expand {
	display: none;
}

.section6 .form_1 .p_2 select {
	width: 48%;
}

.section6 .form_1 .in_3 {
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	height: 80px;
}

.section6 .form_1 .ti_j,
.lian_se3 .form_1 .ti_j,
.zi_x3 .you_v .form_1 .ti_j {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
}

.section6 .form_1 .span_1,
.lian_se3 .form_1 .span_1 {
	margin-bottom: 10px;
}

/**/
#section-footer {
	background: url(../images/footer_bj.png) repeat-x top;
}

#footer-text {
	width: 100%;
}

#section-footer .foot_bot {
	padding: 28px 0;
}

#section-footer .foot_bot a,
#section-footer .foot_bot a:hover {
	color: #fff;
}

#section-footer .foot_bot a:hover {
	text-decoration: underline
}

#section-footer .foot_top {
	padding: 60px 0 50px 0;
}

#section-footer .li1 {
	margin: 0 60px 0 60px;
}

#section-footer .li2 {
	margin: 0 50px;
}

#section-footer .li1 a {
	margin-bottom: 35px;
}

#section-footer .li2 a,
#section-footer .li2 span {
	margin-bottom: 15px;
}

#section-footer .li3 {
	width: 700px;
	margin-left: 60px;
}

#section-footer li a {
	-webkit-transition: all 0.3s ease-in-out;
}

#section-footer li a,
#section-footer li span {
	display: block;
}

#section-footer .ul_1 {
	text-align: left;
}

#section-footer .li3 .li3_v {
	margin-top: 15px;
}

#section-footer .li3 .li3_v .v_1 {
	margin-right: 60px;
}

#section-footer .li3 .li3_v .v_2 img {
	margin-right: 15px;
	position: relative;
	top: 3px;
	width: 16px
}

#section-footer .li3 .li3_v span {
	line-height: 30px;
}

#section-footer .li3_v2 {
	margin-top: 55px;
}

#section-footer .li3_v2 dl {
	margin-right: 85px;
}

#section-footer .li3_v2 .dl1 dd {
	margin-top: 5px;
}

#section-footer .li3_v2 .dl2 dd,
#section-footer .li3_v2 .dl2 dt {
	display: inline-block;
}

#section-footer .li3_v2 .dl2 dt {
	margin-right: 20px;
}

#section-footer .dl2 dt img {
	position: relative;
	top: 8px;
}

#section-footer .dl2 {
	margin-top: 16px;
}

#section-footer li a:hover {
	color: #ff6b01;
}

#section-footer .dl2:hover a {
	background: #ff6b01;
	color: #fff;
}

/*==========首页。end=============*/
.mainkv {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_kv {
	background: #066cb4 url(../images/newlisa_1.jpg) no-repeat;
	background-size: cover;
	height: 450px;
	width: 100%;
}

.new_kv .img1 {
	width: 800px;
	bottom: -20%;
	right: 0%;
}

.new_kv .dl1 {
	left: 15.625%;
	bottom: 100px;
}

.mainkv .dl1 .dd1 {
	margin-top: 30px;
}

.newsSlickw {
	background: #fff;
	box-shadow: 0 5px 10px rgba(6, 112, 179, .2);
	border-radius: 5px;
	margin: 4em auto;
	padding-bottom: 2em;
}

.newsSlick .boxSlick {
	overflow: hidden;
}

.newsSlickw .newinfo {
	padding: 40px 60px;
}

.newsSlickw .newinfo p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsSlickw .slick-dots {
	margin: 0;
}

.newsSlick {
	margin-top: 50px;
}

.newmain ul {
	margin-top: 40px;
}

.newmain li {
	padding: 20px 40px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	margin-bottom: 30px;
}

.newmain li:hover {
	background: #fff;
	box-shadow: 0 5px 10px rgba(6, 112, 179, .2);
	border-radius: 5px;
}

.newmain .fl {
	width: 343px;
	margin-right: 30px;
}

.newmain .fl img {
	width: 100%;
	max-width: 346px;
	max-height: 200px
}

.newmain .fr {
	width: calc(100% - 373px);
}

.newinfo {}

.newinfo .clearfix {
	border-bottom: 1px solid #ff6b01;
	display: block;
	line-height: 1.6em;
	padding-bottom: .5em;
}

.newinfo h3 {
	float: left;
	width: calc(100% - 10em);
}

.newinfo b {
	float: right;
}

.newinfo p {
	padding-top: 35px;
}

.newinfo h3,
.newinfo b {
	font-weight: normal;
}

.fen_ye {
	margin: 90px 0;
}

.fen_ye a,
.fen_ye span {
	display: inline-block;
}

.fen_ye .a2 {
	color: #3a5d95;
	font-weight: bold;
	margin: 0 45px;
}

.fen_ye .cur,
.fen_ye .a3:hover {
	color: #ff6b01;
	border-bottom: 1px #ff6b01 solid;
}

.fen_ye a:hover {
	color: #ff6b01;
}

.fen_ye .a3 {
	margin: 0 13px;
}

/*==========新闻=============*/
/*.newde_con,.shi_con{background:url(../images/bg.jpg) repeat-y; background-size: 100% auto;}*/
.newau_1560 {
	width: 1500px;
	margin: 0 auto;
}

.newde_con .mbx {
	line-height: 68px;
	height: 68px;
	padding-left: 30px;
}

.newde_con .con {
	border: #518bca 1px solid;
	padding: 50px 80px 10px 80px;
}

.newde_con .con .v2 {
	border-bottom: #ff6b01 1px solid;
	padding: 5px 0 30px 0;
}

.newde_con .con .v3 {
	padding: 50px 0;
}

.newde_con .con .v3 img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.newde_con .con_4 a {
	margin: 50px 0;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newde_con .con_4 a:hover {
	color: #ff6b01;
}

.newde_con .con_4 .a1 {
	margin-left: 30px;
}

.newde_con .con_4 .a2 {
	margin-right: 30px;
	text-align: right;
	float: right;
}


/*==========新闻 详情ß=============*/
.shi_con {
	padding: 50px 0;
}

.shiy_zkv {
	background: url(../images/shi_1.jpg) no-repeat center bottom;
	background-size: cover;
}

.shiy_zkv .dl1 {
	right: 18.22%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.shi_con .v2 {
	margin-top: 30px;
}

.shi_con .v3 dl {
	width: 400px;
	margin: 52px 50px 0px 50px;
	border: #cbe1fa 1px solid;
	padding: 0 0 20px 0;
}

.shi_con .v3 dl:hover {
	border: #ff6b01 1px solid;
}

.shi_con .v3 dl:hover dd .span_1 {
	color: #ff6b01;
}

.shi_con .v3 dl dt {
	/*padding: 40px 0;*/
	max-width: 288px;
	min-height: 175px;
	margin: 40px auto 40px;
}

.shi_con .v3 dd {
	padding: 0 20px;
}

.shi_con .v3 dd .span_2 {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

/*==========适应症=============*/
.pc_nav .nav {
	width: 100%;
	left: 0;
	height: 96px;
	/* background: #0C73CF; */
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 98px;
	z-index: 10;

}
.pc_nav2 .nav {
	width: 100%;
	right: 0;
	height: 96px;
	/* background: #0C73CF; */
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 70px;
	z-index: 10;

}

.mo_nav .nav {
	height: 80px;
}
.mo_nav .nav a span{
	opacity: .6;
	
}

.mo_nav .nav .active a span{
	opacity: 1;
}
.nav {
	width: 100%;
	background:transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 96px;
}

.mo_nav .nav img:nth-of-type(1) {
	display: none;
}

.mo_nav .nav .active img:nth-of-type(1) {
	display: block;
}

.mo_nav .nav .active img:nth-of-type(2) {
	display: none;
}

.nav_ma,
.nav_sm,
.nav_yo,
.nav_te,
.nav_ho {

	width: 200px;
	height: 72px;
	display: flex;
	align-items: center;
	opacity: 0.5;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	border: 1px solid #E4E4E4;
}

.nav_team_li,
.nav_team_xu{
	width: 210px;
	height: 74px;
	margin: 0 5px;
}
.nav>div:hover div,
.nav>div.active div {
	opacity: 1;
}

.nav_ma span,
.nav_sm span,
.nav_yo span,
.nav_te span,
.nav_ho span{
	margin-left: 18px;
	font-size: 16px;
	
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	background: transparent;
}

.mo_nav .nav span {
	line-height: 16px;
}

.nav_ma {
	background: url(../images/tab_ma.png) no-repeat;
}

.nav_sm {
	background: url(../images/tab_sm.png) no-repeat;
}

.nav_yo {
	background: url(../images/tab_yo.png) no-repeat;
}

.nav_te {
	background: url(../images/tab_te.png) no-repeat;
}

.nav_ho {
	background: url(../images/tab_ho.png) no-repeat;
}

.nav_team_li{
	background: url(../images/li_tab_normal.png) no-repeat;
}
.nav_team_li:hover{
	background: url(../images/li_tab_hover.png) no-repeat;
}
.nav_team_xu{
	background: url(../images/xu_tab_normal.png) no-repeat;
}
.nav_team_xu:hover{
	background: url(../images/xu_tab_hover.png) no-repeat;
}


.blue {
	background: #0C73CF;
}

.orange {
	background: #FC8D3D;
}

.plink {
	background: #F9B2CA;
}

.skyBlue {
	background: #065EC6;
}

.brown {
	background: #BE9650;

}

.nav span {
	display: block;
	font-size: 16px;
	
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
background: transparent !important;
	margin-top: 10px;
}

.white>span {
	background: #ffffff !important;
}






div div.active span {
	opacity: 1;
}

.dn {
	display: none;
}

.fullpage {
	display: block;
}

.left-box {}

.qingchun .logo {
	width: 14.58333333333333%;
	margin-top: 146px;

}

.qingchun .ren {
	width: 36.6%;
	position: absolute;
	right: 0;
	bottom: 0;


}

.qingchun .p-one {
	margin-top: 10px;

	font-size: 48px;
	
	color: #5185C4;
}

.qingchun .p-two {
	margin-top: 86px;
	font-size: 124px;
	
	color: #5185C4;
	text-shadow: 0.625rem 0.3125rem #F5ADC4
}

.qingchun .p-three {
	margin-top: -12px;
	font-size: 80px;
	
	font-weight: normal;
	color: #E67AAC;

}

.qingchun2 {
	background: #F9B2CA url(../images/qc2.png) no-repeat bottom;
	background-size: cover;
}

.qingchun3 {
	background: #F9B2CA url(../images/qc3.png) no-repeat bottom;
	background-size: cover;
}

.mo_se1 {
	background: #0c73b6 url(../images/mo_1.jpg) no-repeat bottom;
	background-size: cover;
}

.mo_se1 .img1 {
	top: 23.5%;
	width: 37.38666666666666%;
	left: 0px;
}

.mo_se1 .img2 {
	bottom: 65px;
	width: 61.73333333333333%;
	right: -95px;
}

.mo_bai .v1,
.rui_bai .v1,
.lian_bai .v1 {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	height: 100%;
}

.mo_se2 {
	background: url(../images/mo_4.jpg) no-repeat bottom;
	background-size: cover;
}

.mo_se2 .img1 {
	bottom: -5%;
	width: auto;
	height: 100%;
	left: -14%;
}


.mo_se4 .dl1,
.mo_se6 .dl1 {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.mo_se2 .dd1,
.mo_se4 .dd1,
.mo_se5 .dd1,
.mo_se6 .dd1 {
	color: #1f4ca0;
}

.mo_se2 .dd2,
.mo_se4 .dd2,
.mo_se5 .dd2,
.mo_se6 .dd2,
.rui_se2 .dd2,
.rui_se4 .dd2 {
	color: #4f4f4f;
	margin-top: 40px;
}

.rui_se2 .dd1,
.rui_se4 .dd1 {
	color: #0c73cf;
}

.mo_se3 {
	background: #1f85c6 url(../images/mo_6.jpg) no-repeat left bottom;
	background-size: cover;
}

.mo_se3 .img1 {
	bottom: -5%;
	width: 45%;
	left: 35px;
}


.mo_se3 .dl1 {
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 40%;
}
@media screen and (min-width:767px) {
	.mo_se2 .dl1{
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 40%;
}
}
.mo_se3 .dl1 .dd2,
.mo_se3 .dl1 .dd2 span {
	display: inline-block;
}

.mo_se3 .dl1 .dd2 b {
	position: relative;
	z-index: 2;
	font-weight: normal;
}

.mo_se3 .dl1 .dd2 span {
	height: 12px;
	width: 120%;
	bottom: 3px;
	z-index: 1;
	left: -10%;
}

.mo_se3 .dl1 .dd2 {
	margin: 40px 0 10px 0;
}

.mo_se4 .img1 {
	right: -80px;
	bottom: 0;
	height: 100%;
}

.mo_se5 .dl1 {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.mo_se6 .img1 {
	right: 0;
	bottom: 7%;
	width: 50.70399999999999%;
}

.mo_se6.cur .img1 {
	right: 0;
	opacity: 1;
}

.mo_se6.cur .dl1 {
	left: 0;
	opacity: 1;
}

/*===========默里奇========*/
.rui_se1 .img1 {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 36.7%;
}

.rui_se2 .dl1 {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.rui_se2 .img1 {
	right: 0;
	width: 59%;
	bottom: 11.6%;
}

.rui_se3 {
	background: url(../images/rui_4.jpg) no-repeat left bottom;
	background-size: cover;
}

.rui_se3 .dl1 {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0px;
}

.rui_se3 .img1 {
	right: -10px;
	bottom: 5%;
	width: 55.2%;
}

.rui_se3 .dd1 {
	text-align: center;
}

.rui_se3 .dd2 {
	margin-top: 46px;
}

.rui_se4 .dl1 {
	top: 12.67%;
	width: 100%;
	left: 0;
}

.rui_se4 {
	background: url(../images/rui_6.jpg) no-repeat center bottom;
	background-size: 100% 100%;
}

.rui_se4 .img1 {
	bottom: 0;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.rui_body .header {
	background: #0c73cf
}

/*===========瑞俗气========*/
.lian_se1 {
	background-color: #c9e3f2;
}

.lian_se1 .dl1 {
	top: 50%;
	left: 113px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lian_se1 .dl1 .dd2 {
	margin-bottom: 30px;
}

.lian_se1 .img1 {
	right: 0;
	bottom: -15%
		/*-5%*/
	;
	width: 36.5%;
}

.lian_se2 .span_1 {
	color: #f58738;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vh;
	line-height: 15vh;
	margin-top: 5vh;
}

.lian_se2 .con {
	height: 80%;
	top: 20%;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.lian_se2 .con_le {
	background: url(../images/lian_4.png) no-repeat right;
	height: 100%;
	width: 50%;
	background-size: cover;
}

.lian_se2 .con_le .img1 {
	left: 0;
	bottom: 0;
	width: 85%;
}

.lian_se2 .zuo {
	left: 10%;
	top: 10vh;
}

.lian_se2 .zuo p {
	margin-top: 45px;
}

.lian_se2 .zuo p span,
.lian_se2 .zuo p img {
	display: inline-block;
}

.lian_se2 .zuo p img {
	margin-right: 32px;
	position: relative;
	top: 8px;
}

.lian_se2 #boxscroll {
	height: 80%;
	overflow: hidden;
	padding-right: 15px;
}

.lian_se2 .span_3 {
	margin-bottom: 60px;
}

.lian_se2 .you {
	right: 0;
	top: 10%;
	height: 80%;
	width: 49%;
}

.lian_se2 .you .v_dl {
	margin-bottom: 32px;
}

.lian_se2 .you dl {
	border: #999 1px solid;
	line-height: 25px;
	padding: 14px 24px;
}

.lian_se2 .you dl dd {
	width: 100%;
	position: relative;
	padding-right: 10%;
}

.lian_se2 .you dl dd .fr {
	position: absolute;
	right: 0;
}

.lian_se2 .you dl dt {
	display: none;
}

.lian_se2 .you dl dt a {
	line-height: 2.5em;
	display: inline-block;
	margin: -.5em 0;
}

.lian_se2 .you dl.curr {
	border: #ff6b00 1px solid;
	padding-bottom: 15px;
}

.lian_se2 .you dl.curr img {
	top: 25px;
	right: 30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.lian_se2 .you .v_dl .v_v1 ul {
	margin: 20px 0;
}

.lian_se2 .you .v_dl .v_v1 li {
	line-height: 1.8;
	padding-left: 15px;
	position: relative;
}

.lian_se2 .you .v_dl .v_v1 li span {
	width: 8px;
	height: 8px;
	background: #ff6b01;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lian_se3 .form_1 {
	background: #539ded;
	padding: 25px;
	right: 0px;
	top: 50%;
	transform: translateY(-46%);
	-ms-transform: translateY(-46%);
	-moz-transform: translateY(-46%);
	-webkit-transform: translateY(-46%);
	-o-transform: translateY(-46%);
	width: 620px;
}

.lian_se3 .form_1 .in_1,
.lian_se3 .form_1 .in_2 {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.lian_se3 .form_1 .p_2 select {
	width: 49%;
}

.lian_se3 .form_1 .in_3 {
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 3px;
	height: 75px;
}

.lian_se3 .form_1 .in_1,
.lian_se3 .form_1 .in_2,
.lian_se3 .form_1 .in_3 {
	width: 100%;
}

.lian_se3 .form_1 .p_2 select,
.lian_se3 .form_1 .in_2,
.section6 .form_1 .p_2 select,
.section6 .form_1 .in_2,
.zi_x3 .you_v .form_1 .p2 select,
.you_v .form_1 .p1 .sp_2 .inpu {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
}

.you_v .form_1 .p1 .sp_2 select.inpu,
.zi_x3 .you_v .form_1 .p2 select {
	padding-right: 32px;
	flex-wrap: nowrap
}

/*===========联系我们 end========*/
.js_san .dl1 {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.js_s .ul_1 {
	padding: 30px 0;
}

.js_s .ul_1 li {
	float: left;
	width: 25%;
}

.js_s .ul_1 li a {
	border: #204ca0 1px solid;
	height: 65px;
	line-height: 65px;
	width: 86%;
	margin: 0 auto;
	color: #204ca0;
	border-radius: 65px;
	display: block;
}

.js_s .ul_1 li:hover a,
.js_s .ul_1 li.cur a {
	color: #fff;
	background: #ff6b01;
	border: #ff6b01 1px solid;
}

.jssan_con .con {
	background: url(../images/bg.jpg) repeat;
	/*background-size: 100% auto;*/
	padding: 30px 0;
}

.jssan_con .con .img1 {
	/*width: 42.66%;*/
	width: 54%;
}

.jssan_con .con .img2 {
	right: 0px;
	bottom: 15%;
}

.jssan_con .con .ab_v1 {
	right: 9%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.jssan_con .con .v_1 {
	margin-bottom: 100px;
}

.jssan_con .con .v_1 .span_1 {
	color: #204ca0;
	margin-right: 40px;
	margin-top: -4px;
	width: 5em;
}

.jssan_con .con .v_1 .span_1,
.jssan_con .con .v_1 ul {
	float: left;
}

.jssan_con .con .v_1 li {
	color: #4f4f4f;
	margin-bottom: 24px;
}

.jssan_con .con .v_1 li span {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #30c3f7;
	margin-right: 20px;
	display: inline-block;
}

.js_san .se3_1500 {
	left: 50%;
	height: 100%;
	top: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.js_san .dl1 .dd1 {
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
}

/*===========技术创新4+1 end========*/
.pt_con .pingt_con1 {
	background: #fafafa;
	overflow: hidden;
	padding: 130px 0 100px 0;
}

.pt_con .pingt_con1 .img2 {
	/*width: 38.5%;*/
	width: 42%;
	bottom: -15%;
	right: 0;
}

.pt_con .pingt_con1 .zuo {
	width: 50%;
}

.pt_con .pingt_con1 .zuo .v1 {
	line-height: 150%;
}

.pt_con .pingt_con1 .zuo .v1 span {
	display: block;
}

.pt_con .pingt_con1 .span_2 {
	width: 85px;
	height: 8px;
	background: #30c3f7;
	margin: 45px auto 45px;
}

.pt_con .pingt_con2 {
	padding: 70px 0 50px 0;
}

.pt_con .pingt_con2 .span_1 {
	margin-bottom: 60px;
	font-weight: bold;
}

.pingt_con2 dl {
	width: 25%;
	padding: 0 2.5%;
}

.pingt_con2 dl dt img {
	display: inline-block;
}

.pingt_con2 dl .dd1 {
	margin: 20px 0;
}

.pingt_con3 {
	background: url(../images/keji_9.jpg) no-repeat bottom;
	width: 100%;
	padding: 75px 0 30px 0;
	background-size: cover;
}

.pingt_con3 .v1 .p1 {
	margin-bottom: 30px;
}

.pingt_con3 .v2 dl {
	display: inline-block;
	width: 21.53%;
	min-width: 240px;
}

.pingt_con3 .v2 dl dd {
	width: 120%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.pingt_con3 .v2 dl img {
	width: 100%;
}

.pingt_con3 .v2 dl .span_1 {
	margin-bottom: 25px;
}

.pingt_con3 .v2 dl .dian {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff8d00;
}

.pingt_con3 .v2 .v_dd {
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.pingt_con3 .v2 .dl1 .dian {
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.pingt_con3 .v2 .dl2 .dian {
	top: 26%;
	right: 10%;
}

.pingt_con3 .v2 .dl3 .dian {
	top: 26%;
	left: 10.5%;
}

.pingt_con3 .v2 .dl1 dd {
	left: 100%;
}

.pingt_con3 .v2 .dl2 dd {
	right: 100%;
}

.pingt_con3 .v2 .dl3 dd {
	left: 100%;
}

.pingt_con3 .v2 .dl2 {
	left: 12px;
}

.pingt_con3 .v2 .dl3 {
	right: 12px;
}

.pingt_con3 .v2 .dl2,
.pingt_con3 .v2 .dl3 {
	position: relative;
	top: -80px;
}

.pingt_con3 .v2 {
	margin-top: 65px;
}

/*==========技术创新平台 end========*/
.cail_con1 {
	background: #1a7bca url(../images/keji_11.jpg) no-repeat right;
	background-size: cover;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.cail_con1 .img1 {
	bottom: 0;
	right: 0;
	width: 41%;
}

.cail_con1 .v_1 {
	bottom: 20%;
	right: 0;
}

.cail_con1 .v_1 .span_2 {
	margin: 25px 0 35px 0;
}

.cail_con1 .v_1 .span_2 span {
	height: 8px;
	width: 85px;
	background-color: #30c3f7;
	display: inline-block;
}

.cail_con1 .v_1 .span_3 {
	text-align: center;
	line-height: 1.8;
}

.cail_con1 .v_1 .span_3 span {
	display: block;
}

.cail_con2 {
	padding-top: 110px;
}

.cail_con2 .zuo,
.cail_con2 .you {
	width: 50%;
	padding-bottom: 50px;
}

.cail_con2 .zuo .font_40 {
	font-weight: bold;
}

.cail_con2 .zuo .v1 {
	margin-top: 70px;
}

.cail_con2 .zuo dl {
	margin-bottom: 48px;
	padding-left: 35px;
}

.cail_con2 .zuo dl dd {
	margin-top: 15px;
}

.cail_con2 .zuo dl .dd1 {
	width: 13px;
	height: 13px;
	background-color: #ff6b01;
	left: 0;
	top: 8px;
	margin-top: 0px;
}

.cail_v3 {
	background: url(../images/keji_15.jpg) no-repeat right;
	height: 77px;
}

.cail_con2 .you .v1 img {
	width: 50%;
	position: relative;
	left: 20px;
}

.cail_con2 .you .v2 {
	bottom: -120px;
	right: 0px;
}

.cail_con2 .you {
	padding-top: 8vh;
}

.cail_con2 .you .v2 img {
	width: 110%;
}

.cail_con2 .you {
	height: 660px;
}

/*===========技术创新材料 end========*/
.ruan_con1 {
	padding: 75px 0;
}

.ruan_con1 .zuo {
	width: 55%;
}

.ruan_con1 .you {
	width: 45%;
}

.ruan_con1 .zuo img {
	width: 100%;
	position: relative;
	left: -7vw;
}

.ruan_con1 .you .span_2 {
	width: 87px;
	height: 6px;
	background-color: #30c3f7;
	margin: 40px auto 40px;
}

.ruan_con1 .you .span_4 {
	margin: 10px auto 20px;
	font-weight: bold;
}

.ruan_con1 .you .span_3 {
	margin: 0 auto;
	font-weight: bold;
}

.ruan_con1 .you .span_4,
.ruan_con1 .you .span_3 {
	width: 50%;
	text-align-last: justify;
}

.ruan_con2 {
	background: url(../images/keji_28.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 10px;
	text-align: center;
}

.ruan_con2 .span_1 {
	padding: 40px 0 30px 0;
}

.ruan_con2 dl {
	width: 280px;
	margin: 0 75px 25px 75px;
	float: none;
	display: inline-block;
}

.ruan_con2 dl dd {
	line-height: 55px;
	margin-left: 40px;
}

.ruan_con3 {
	padding: 70px 0;
}

.ruan_con3 .ul_2 {
	margin: 30px 0 82px 0;
}

.ruan_con3 .ul_2 li {
	display: inline-block;
	margin: 0 18px;
}

.ruan_con3 .ul_2 li span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #4f4f4f;
	margin-right: 10px;
	border-radius: 50%;
	position: relative;
	top: -3px;
}

.ruan_con3 .ruan_slick_1 {
	background-color: #fff;
	border-radius: 50px;
	height: 50px;
	box-shadow: 0 5px 10px rgba(6, 112, 179, .2);
	line-height: 50px;
}

.ruan_con3 .ruan_slick_1 .cla {
	float: left;
	padding: 0 30px;
	margin-right: 45px;
	cursor: pointer;
	min-width: 130px;
}

.ruan_con3 .ruan_slick_1 .cla:last-child {
	margin-right: 0px;
}

.ruan_con3 .tu_1 {
	width: 100%;
}

.ruan_con3 .ruan_slick_1 .cur {
	background-color: #ff6b01;
	color: #fff;
	border-radius: 55px;
}

.ruan_con3 .duank_1 {
	top: 6%;
	left: 11.5%;
	width: 76.5%;
}

.ruan_con3 .qie_h {
	width: 53%;
	margin: 100px auto 0;
}

.ruan_slick_2 .slick-prev,
.ruan_slick_2 .slick-next {
	width: 46px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.ruan_slick_2 .slick-prev {
	background: url(../images/keji_24.png) no-repeat;
	left: -70%;
	background-size: 100% 100%;
}

.ruan_slick_2 .slick-next {
	background: url(../images/keji_25.png) no-repeat;
	right: -70%;
	background-size: 100% 100%;
}

.zi_xunkv .dd1 span {
	display: block;
}

.ruan_slick_2 .slick-dots {
	display: none !important;
}

.bud_con {
	position: relative;
	top: -80px;
}

.zi_xunkv .dl1 {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/*===========技术创新软件 end========*/

.shiy_zkv.zi_xunkv {
	background: none !important;
}

.zi_x2 {
	background-color: #f2f2f2;
}

.zi_x2 .zuo {
	height: 100vh;
	background: url(../images/zi_2.png) no-repeat;
	background-size: auto 100%;
}

.zi_x2 .you {
	width: 54%;
	right: 0;
	top: 15%;
	height: 80%;
}

.zi_x2 .you dl {
	border: #cdcdcd 1px solid;
	padding: 15px 30px 15px 30px;
	background: #fff;
}

.zi_x2 .you dl dd .ab {
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.zi_x2 .you dl dd {
	width: 100%;
	padding-right: 10%;
	color: #2a2a2a;
	position: relative;
	overflow: initial !important;
}

.zi_x2 .you dl dt {
	display: none;
}

.zi_x2 .you .v_dl {
	margin-bottom: 25px;
}

.zi_x2 .se3_1500 {
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.zi_x2 .you #boxscroll {
	height: 100%;
	padding-right: 15px;
}

.zi_x2 .zuo_v1 {
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.zi_x2 .zuo_v1 .span_1,
.zi_x3 .zuo_v1 .span_1 {
	margin-bottom: 15px;
}

.zi_x2 .you .v_dl .curr {
	border: #ff6b00 1px solid;
	padding-bottom: 20px;
}

.zi_x2 .you .v_dl .curr .ab {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zi_x2 .you .v_dl .v_11 {
	color: #494949;
	margin-top: 15px;
}

.zi_x2 .you .v_dl .img1 {
	top: 25px;
	right: 30px;
}

.zi_x2 .you .v_dl .span_sp1 {
	width: 90%;
}

.zi_x2 .you .v_dl .span_sp1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*.zi_x2 .you dl dd*/
.zi_x3 {
	background-color: #2770bf;
}

.zi_x3 .zuo {
	width: 48%;
	height: 100%;
	background: url(../images/zi_3.jpg) no-repeat;
	background-size: cover;
}

.zi_x3 .zuo_v1 {
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.zi_x3 .se3_1500 {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	height: 100%;
}

.zi_x3 .you_v {
	top: 50%;
	right: 0;
	width: 47%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.zi_x3 .you_v .form_1 {
	margin-top: 50px;
}

.zi_x3 .you_v .form_1 p {
	margin-bottom: 32px;
}

.zi_x3 .you_v .form_1 label {
	color: #fff;
	display: inline-block;
}

.zi_x3 .you_v .form_1 .p1 .sp_1 label,
.zi_x3 .you_v .form_1 .p2 label {
	width: 80px;
}

.zi_x3 .you_v .form_1 .p1 .sp_2 label {
	width: 50px;
}

.zi_x3 .you_v .form_1 .inpu {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	border-radius: 3px;
	border: none;
}

.zi_x3 .you_v .form_1 .sp_1,
.zi_x3 .you_v .form_1 .sp_2 {
	width: 47%;
}

.zi_x3 .you_v .form_1 .p1 .sp_1 .inpu {
	width: calc(100% - 80px);
}

.zi_x3 .you_v .form_1 .p1 .sp_2 .inpu {
	width: calc(100% - 60px);
}

.zi_x3 .you_v .form_1 .p2 select {
	width: 20%;
}

.zi_x3 .you_v .form_1 .p2 span {
	color: #fff;
	margin-right: 5%;
	margin-left: 5px;
}

.zi_x3 .you_v .form_1 .p2 .qu_sp {
	margin-right: 0px;
}

.zi_x3 .you_v .form_1 .p4 label {
	width: 31%;
	display: inline-block;
}

.zi_x3 .you_v .form_1 .p4 input {
	margin-right: 15px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.zi_x3 .you_v .form_1 .p5 {
	margin-top: 50px;
}

.zi_x3 .you_v .form_1 .p5 input {
	border: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/* background:#ff6b00;*/
}

.zi_x3 .you_v .form_1 .p3 li {
	width: 27%;
	margin-right: 8%;
}

.zi_x3 .you_v .form_1 .p3 li:last-child {
	margin-right: 0px;
}

.zi_x3 .you_v .form_1 .p3 li input {
	width: 100%;
	height: 210px;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.zi_x3 .you_v .form_1 .p3 li .span_1 {
	display: inline-block;
	width: 100%;
	height: 210px;
	margin: 0 auto;
	background: #f2f2f2 url(../images/zi_8.png) no-repeat center;
	background-size: auto 100%;
	overflow: hidden;
	text-align: center;
}

.zi_x3 .you_v .form_1 .p3 {
	margin: 55px 0 70px 0;
}

.zi_x3 .you_v .form_1 .p3 li img {
	height: 100%;
	display: inline-block;
	border: none;
	width: auto;
}

.zi_x3 .you_v .form_1 .p3 li .span_2 {
	margin-top: 11px;
}

/*===========资讯互动 end========*/
.ruan_slick_2 {
	display: none;
}

.ab_con1 .v1 dl {
	left: 113px;
	top: 44.55%;
}

.ab_con1 .img1 {
	right: 120px;
	bottom: -24%
		/*-18%*/
	;
	width: 40%;
}

.ab_con1 .v1 dl .dd2 {
	margin-bottom: 40px;
	line-height: 1.8;
}

.ab_con2 {
	padding: 165px 0;
}

.ab_con2 .ab2_v1 {
	right: 0;
	top: 0;
	height: 100%;
	width: 37.6%;
	overflow: hidden;
}

.ab_con2 .ab2_v1 img {
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 26px 0 0 26px;
}

.ab_con2 .ab_v1,
.ab_con2 .ab_v2 {
	margin-left: 30px;
}

.ab_con2 .ab_v1 span,
.ab_con3 .ab3_v1 .tit span {
	letter-spacing: 25px;
	margin-bottom: 15px;
}

.ab_con2 .ab_v2 {
	width: 53%;
	margin-top: 70px;
}

.ab_con2 .ab_v2 p {
	margin-bottom: 30px;
	line-height: 1.8;
}

.ab_con3 .ab3_v1 {
	background: url(../images/ab_5.jpg) no-repeat top left;
	height: 80vh;
	background-size: cover;
	width: 100%;
}

.ab_con3 .ab3_v1 .se3_1500 {
	left: 50%;
	height: 100%;
	top: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.ab_con3 .ab3_v2 {
	padding: 40px 0;
}

.ab_con3 .ab3_v2 dl {
	width: 25%;
	border-right: #ff6b01 1px solid;
	text-align: center;
}

.ab_con3 .ab3_v2 dl a {
	display: inline-block;
}

.ab_con3 .ab3_v2 dl:last-child {
	border-right: 0;
}

.ab_con3 .ab3_v2 dl dt,
.ab_con3 .ab3_v2 dl dd {
	text-align: left;
}

.ab_con3 .ab3_v2 dl dt {
	margin-bottom: 10px;
}

.ab_con3 .ab3_v2 dl dt img {
	margin-right: 20px;
	position: relative;
	top: 5px;
}

.ab_con3 .ab3_v2 dl dd span {
	display: block;
}

.ab_con3 .ab3_v2 dl dd span.mob_yin {
	display: none
}

.ab_con3 .ab3_v1 .tit {
	top: 50%;
	right: 75px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.ab_con3 .ab3_v1 .tit img {
	float: right;
	margin-right: 30px;
}

.ab_con4 {
	padding: 125px 0 160px 0;
}

.ab_con4 .tit img {
	display: inline-block;
}

.ab_con4 .ab4_v1 {
	margin-top: 40px;
}

.ab_con4 .ab4_v1 dl {
	border: #f2f2f2 1px solid;
	width: 410px;
	padding: 85px 0 100px 0;
	cursor: pointer;
}

.ab_con4 .ab4_v1 dt {
	width: 142px;
	height: 142px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.ab_con4 .ab4_v1 dt .img1 {
	opacity: 1;
}

.ab_con4 .ab4_v1 dt .img2 {
	opacity: 0;
}

.ab_con4 .ab4_v1 dt img {
	top: 0;
	left: 0;
	width: 100%;
}

.ab_con4 .ab4_v1 .dd2 span {
	display: block;
}

.ab_con4 .ab4_v1 .dd1 {
	margin: 50px 0 50px 0;
}

.ab_con4 .ab4_v1 .dl2 {
	margin: 0 115px;
}

.ab_con4 .ab4_v1 dl:hover {
	background: #539ded;
	border: #539ded 1px solid;
	box-shadow: 0 5px 10px rgba(6, 112, 179, .2);
}

.ab_con4 .ab4_v1 dl:hover dt .img1 {
	opacity: 0;
}

.ab_con4 .ab4_v1 dl:hover dt .img2 {
	opacity: 1;
}

.ab_con4 .ab4_v1 dl:hover .dd1,
.ab_con4 .ab4_v1 dl:hover .dd2 {
	color: #fff;
}

.ab_con4 .tit span {
	letter-spacing: 25px;
	padding-left: 25px;
}

.ab_con5 {
	background: url(../images/ab_18.jpg) no-repeat;
	background-size: cover;
	padding: 85px 0 120px 0;
}

.ab_con5 .ab5_v1 {
	margin: 55px auto 0;
	width: 85%;
}

.ab_con5 .ab5_v1 img {
	display: inline-block;
	border-radius: 5px;
	width: 339px;
}

.ab_con6 {
	padding: 135px 0 88px 0;
}

.ab_con6 .ab6_v1 {
	padding-top: 40px;
	margin-top: 55px;
}

.ab_con6 .ab6_v1 .fr_v {
	float: right;
	padding-left: 30px;
}

.ab_con6 .ab6_v1 .fl_v {
	float: left;
	padding-right: 30px;
}

.ab_con6 .ab6_v1 .fr_v,
.ab_con6 .ab6_v1 .fl_v {
	width: 50%;
}

.ab_con6 .ab6_v1 .dian {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: #539ded 2px solid;
	background: #fff;
	z-index: 9;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}

.ab_con6 .ab6_v1 .span_1 {
	color: #539ded;
	width: 150px;
	border-bottom: #666666 1px dotted;
	position: relative;
	top: -13px;
}

.ab_con6 .ab6_v1 .v_1 span {
	display: block;
}

.ab_con6 .ab6_v1 .v_1 {
	width: calc(100% - 180px);
	min-height: 75px;
}

.ab_con6 .ab6_v1 .fr_v .v_1 {
	text-align: left;
}

.ab_con6 .ab6_v1 .fr_v .span_1 {
	margin-right: 20px;
}

.ab_con6 .ab6_v1 .fr_v .dian {
	left: -12px;
	top: 8px;
}

.ab_con6 .ab6_v1 .fl_v .span_1 {
	margin-left: 20px;
}

.ab_con6 .ab6_v1 .fl_v .v_1 {
	text-align: right;
}

.ab_con6 .ab6_v1 .fl_v .dian {
	right: -11px;
	top: 8px;
}

.ab_con6 .ab6_v1 .tiao {
	height: 100%;
	top: 0;
	left: 50%;
	width: 7px;
	background: #539ded;
	margin-left: -3.5px;
	z-index: 1;
}

.ab_con6 .ab6_v1 .san_j {
	top: -10px;
	z-index: 2;
	left: 50%;
	margin-left: -19px;
}

/*关于我们 end*/
.meau {
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
}

.meau li a,
.meau li b,
.meau li span {
	display: block;
}

.meau li b {
	width: 3px;
	height: 30px;
	background: #ffb580;
	margin: 7px 1px;
	cursor: pointer;
}

.meau li.active b {
	background: #ff6b01;
	width: 5px;
	margin: 7px 0px;
}

.meau li span {
	top: 0;
	right: 20px;
	width: 100px;
	text-align: right;
	display: none;
}

.meau li {
	position: relative;
}

.meau li.active a {
	color: #ff6b01;
}

.meau li.active span,
.meau li:hover span {
	display: block;
}

.meau li a {
	color: #ffb580;
}

.input_more,
.section2 .you .dd3 a,
.input_more1,
.input_more_se3,
.input_more2 {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	top: 0;
}

.input_more:hover,
.section2 .you .dd3 a:hover,
.input_more1:hover,
.input_more_se3:hover,
.input_more2:hover {
	top: -10px;
	opacity: .9;
}

.gun_d {
	opacity: 0;
	position: relative;
	top: 100px;
}

.gun_d.gun_dao {
	opacity: 1;
	position: relative;
	top: 0px;
}

.dong_hkv_you .dl1 {
	opacity: 0;
	margin-right: -200px;
}

.dong_hkv_you .dl1.cur {
	opacity: 1;
	margin-right: 0px;
}

.dong_hkv_zuo .dl1 {
	opacity: 0;
	margin-left: -200px;
	/*text-align-last: justify;*/
}

.dong_hkv_zuo .dl1.cur {
	opacity: 1;
	margin-left: 0px;
}

.lian_se3.cur .form_1 {
	right: 0px !important;
	opacity: 1 !important;
}

.zi_x3.cur .zuo_v1 {
	left: 0;
	opacity: 1;
}

.zi_x3.cur .you_v {
	right: 0;
	opacity: 1;
}

#ascrail2000 {
	opacity: 1 !important;
	background: #ff974d;
	width: 1px !important;
}

#ascrail2000>div {
	background: #ff974d !important;
	left: 2px;
}
@media screen and (max-width:1203px) {
div	.fullBox {
		position: relative;
		top: 0.98rem;
		margin-top: 80px;
		overflow: hidden;
	}

}
@media screen and (min-width:1023px) {
	/*动画*/

	.section1 .dl1 {
		left: 5%;
	}

	.section2 .zuo {
		left: -300px;
		position: relative;
	}

	.section2 .you {
		position: relative;
		margin-right: 130px;
	}

	.section3 .se3_v1 {
		left: -200px;
	}

	.section3 .dl1 {
		right: -50px;
	}

	.section4 .se4_v1 .v1,
	.section4 .se4_v1 .v2,
	.section4 .se4_v2 {
		position: relative;
		top: 50px;
	}

	.section6 .dl1,
	.mo_se1 .img1,
	.mo_se3 .img1,
	.mo_se4 .dl1,
	.mo_se6 .dl1,
	.rui_se1 .img1,
	.rui_se2 .dl1,
	.rui_se3 .dl1,
	.lian_se1 .dl1,
	.zi_x3 .zuo_v1 {
		left: -200px;
	}

	.section6 .form_1,
	.mo_se1 .img2,
	.mo_se2 .dl1,
	.mo_se3 .dl1,
	.mo_se4 .img1,
	.mo_se5 .dl1,
	.mo_se6 .img1,
	.rui_se2 .img1,
	.rui_se3 .img1,
	.lian_se1 .img1,
	.lian_se3 .form_1,
	.zi_x2 .you,
	.zi_x3 .you_v {
		right: -200px;
	}

	.rui_se4 .dl1 {
		top: 25%;
	}

	.lian_se2 .span_1 {
		top: 10%;
	}

	.lian_se2 .con {
		top: 25%;
	}

	.zi_x1 .shiy_zkv .dl1 {
		right: 0;
	}

	.zi_x2 .zuo_v1 {
		left: 0px;
	}

	.section1 .dl1,
	.section2 .zuo,
	.section2 .you,
	.section3 .se3_v1,
	.section3 .dl1,
	.section4 .se4_v1 .v1,
	.section4 .se4_v1 .v2,
	.section4 .se4_v2,
	.section6 .dl1,
	.section6 .form_1,
	.mo_se1 .img1,
	.mo_se1 .img2,
	.mo_se2 .img1,
	.mo_se2 .dl1,
	.mo_se3 .img1,
	.mo_se3 .dl1,
	.mo_se4 .img1,
	.mo_se4 dl,
	.mo_se5 .dl1,
	.mo_se6 .img1,
	.mo_se6 .dl1,
	.rui_se1 .img1,
	.rui_se2 .img1,
	.rui_se2 .dl1,
	.rui_se3 .img1,
	.rui_se3 .dl1,
	.rui_se4 .dl1,
	.lian_se1 .dl1,
	.lian_se1 .img1,
	.lian_se2 .span_1,
	.lian_se2 .con,
	.lian_se3 .form_1,
	.zi_x1 .shiy_zkv .dl1,
	.zi_x2 .zuo_v1,
	.zi_x2 .you,
	.zi_x3 .zuo_v1,
	.zi_x3 .you_v {
		opacity: 0;
	}

	/*=========*/

	.section1.cur .dl1 {
		left: 15%;
	}

	.section2.active .zuo,
	.mo_se1.cur .img1,

	.mo_se4.active dl,
	.mo_se6.active .dl1,
	.rui_se1.cur .img1,
	.rui_se2.active .dl1,
	.rui_se3.active .dl1,
	.zi_x3.active .zuo_v1 {
		left: 0px;
	}
	.section2.active .you,
	.mo_se4.active .img1,
	.mo_se5.active .dl1,
	.mo_se6.active .img1,
	.rui_se2.active .img1,
	.lian_se1.cur .img1,
	.lian_se3.active .form_1,
	.zi_x2.active .you,
	.zi_x3.active .you_v {
		right: 0px;
	}

	.section3.active .se3_v1 {
		left: 100px;
	}

	.section3.active .dl1 {
		right: 250px;
	}

	.section4.active .se4_v1 .v1,
	.section4.active .se4_v1 .v2,
	.section4.active .se4_v2,
	.lian_se2.active .span_1 {
		top: 0px;
	}

	.section6.active .dl1 {
		left: 30px;
	}

	.section6.active .form_1 {
		right: 70px;
	}

	.mo_se1.cur .img2 {
		right: -95px;
	}

	.mo_se2.active .img1 {
		left: 0;
	}
	.mo_se2.active .dl1 {
		right: 30px;
	}
	.mo_se3.active .img1 {
		left: 35px;
	}

	.mo_se3.active .dl1 {
		right: 30px;
	}

	.rui_se3.active .img1 {
		right: -10px;
	}

	.rui_se4.active .dl1 {
		top: 10.67%;
	}

	.lian_se2.active .con {
		top: 20%;
	}

	.zi_x1.cur .shiy_zkv .dl1 {
		right: 18.22%;
	}

	.zi_x2.active .zuo_v1 {
		left: 10%;
	}

	.lian_se1.cur .dl1 {
		left: 113px;
	}

	.section1.cur .dl1,
	.section2.active .zuo,
	.section2.active .you,
	.section3.active .se3_v1,
	.section3.active .dl1,
	.section4.active .se4_v1 .v1,
	.section4.active .se4_v1 .v2,
	.section4.active .se4_v2,
	.section6.active .dl1,
	.section6.active .form_1,
	.mo_se1.cur .img1,
	.mo_se1.cur .img2,
	.mo_se2.active .img1,
	.mo_se2.active .dl1,
	.mo_se3.active .img1,
	.mo_se3.active .dl1,
	.mo_se4.active .img1,
	.mo_se4.active dl,
	.mo_se5.active .dl1,
	.mo_se6.active .img1,
	.mo_se6.active .dl1,
	.rui_se1.cur .img1,
	.rui_se2.active .img1,
	.rui_se2.active .dl1,
	.rui_se3.active .img1,
	.rui_se3.active .dl1,
	.rui_se4.active .dl1,
	.lian_se1.cur .dl1,
	.lian_se1.cur .img1,
	.lian_se2.active .span_1,
	.lian_se2.active .con,
	.lian_se3.active .form_1,
	.zi_x1.cur .shiy_zkv .dl1,
	.zi_x2.active .zuo_v1,
	.zi_x2.active .you,
	.zi_x3.active .zuo_v1,
	.zi_x3.active .you_v {
		opacity: 1;
	}
	
	/*================*/

}
@media  screen and (min-width:1800px ) {
	.section2 .you {
		margin-right: 15%;
	}
}
.section5 .se5_slick .slick-prev,
.section5 .se5_slick .slick-next {
	width: 49px;
	height: 49px;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	text-align: center;
	line-height: 49px;
}

.section5 .se5_slick .slick-prev {
	left: 15%;
}

.section5 .se5_slick .slick-next {
	right: 15%;
}

.section5 .se5_slick .slick-prev:hover,
.section5 .se5_slick .slick-next:hover {
	background-color: #ff6b01;
	color: #fff;
}

.section5 .se5_slick .slick-prev:before,
.section5 .se5_slick .slick-next:before {
	font-family: ht;
	font-size: 24px;
}

.section5 .se5_slick .slick-prev:before {
	content: "<";
}

.section5 .se5_slick .slick-next:before {
	content: ">";
}

.block_hea .in_header.er {
	background: #fff;
	box-shadow: 0 5px 10px rgba(6, 112, 179, .2);
}

.block_hea .header .ul1 li a,
.block_hea .header .ul2 li a,
.block_hea .header .ul2 a,
.block_hea .header .ul2 b {
	color: #333;
}

.block_hea .header h1 .img_1,
.block_hea .header dl .img_1 {
	display: none;
}

.block_hea .header h1 .img_2,
.block_hea .header dl .img_2 {
	display: block;
}

.block_hea .header dl {
	border: #ff6b01 1px solid;
}

.block_hea .header dl a {
	color: #ff6b01;
}

.block_hea .header dl:hover a {
	color: #fff;
}

.block_hea .header dl:hover .img_1 {
	display: block;
}

.block_hea .header dl:hover .img_2 {
	display: none;
}

/*.header .ul1 li:hover a,.header .ul1 li.cur a,*/
.header .ul2 li.cur a,
.header .ul2 li:hover a， .block_hea .header .ul2 li.cur a,
.block_hea .header .ul2 li:hover a,
.block_hea .header .ul1 li.cur a,
.block_hea .header .ul1 li:hover a,
.block_hea .in_header.er .ul1 li.cur a,
.block_hea .in_header.er .ul1 li:hover a {
	color: #ff6b01;
}

.header.er .ul1 li.cur a,
header.er .ul1 li:hover a,
.rui_body .header .ul1 li.cur a,
.rui_body .header li:hover a {
	color: #fff;
}

.rui_body.cur .hea_hz {
	background: #0c73cf;
}

.top,
.top1 {
	background: url(../images/TOP-normal.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	bottom: 30px;
	right: 30px;
	display: none;
}

.top:hover,
.top1:hover {
	background: url(../images/top-down.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.pc1920_im1 {
	display: block;
}

.pc1920_im2 {
	display: none;
}

.se2_1500{
	margin: 0 auto;
	width: 100%;
}
.se3_1500 {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}

.hea_auto {
	width: 1600px;
	margin: 0 auto;
}

.se5_1400 {
	width: 1400px;
	margin: 0 auto;
}

.se5_1150 {
	width: 1150px;
	margin: 0 auto;
}

.font_75 {
	font-size: 75px;
}

.font_62 {
	font-size: 62px;
}

.font_16,
.font_16_16,
.font_16_12 {
	font-size: 16px;
}

.font_24,
.font_24_18,
.font_24_24,
.font_24_16 {
	font-size: 24px;
}

.font_32,
.font_32_32 {
	font-size: 32px;
}

.font_48,
.font_48_40 {
	font-size: 48px;
}

.font_40,
.font_40_24,
.font_40_18 {
	font-size: 40px;
}

.font_20,
.font_20_16 {
	font-size: 20px;
}

.font_16,
.font_16_16 {
	font-size: 16px;
}

.font_19 {
	font-size: 19px;
}

.font_56,
.font_56_40 {
	font-size: 56px;
}

.font_16_1 {
	font-size: 12px;
}

.font_20,
.font_20_18 {
	font-size: 20px;
}

.font_16_2 {
	font-size: 16px;
}

.font_16_14 {
	font-size: 16px;
}

.font_16_12 {
	font-size: 16px;
}

.font_18_14,
.font_18_16 {
	font-size: 18px;
}

.font_20_14 {
	font-size: 20px;
}

.font_66_40 {
	font-size: 67px;
}

.font_33_24 {
	font-size: 33px;
}

.font_40_32 {
	font-size: 40px;
}

.font_78_48 {
	font-size: 78px;
}

.font_17_14 {
	font-size: 17px;
}

.font_19_16 {
	font-size: 19px;
}

.font_14_14 {
	font-size: 14px;
}

.font_42_33 {
	font-size: 42px;
}

.font_21_16 {
	font-size: 21px;
}

.font_64_40 {
	font-size: 64px;
}

.mo_se5 .im1,
.lian_se3 .im1 {
	opacity: 0
}
.pc_nav .nav>span {

	display: block;
	width: 1px !important;
	height: 72px !important ;
	background: #fff !important;
	opacity: .6;
	margin: 0  8px ;
}
.pc_nav2 .nav>span {

	display: block;
	width: 1px !important;
	height: 72px !important ;
	background: #fff !important;
	opacity: .6;
	margin: 0  8px ;
}
@media screen and (max-width: 1024px) {

	.lian_se2 #boxscroll,
	.zi_x2 .you #boxscroll {
		overflow-y: auto;
	}

	.lian_se2 #boxscroll::-webkit-scrollbar,
	.zi_x2 .you #boxscroll::-webkit-scrollbar {
		width: 4px;
		/*height: 4px;*/
	}

	.lian_se2 #boxscroll::-webkit-scrollbar-thumb,
	.zi_x2 .you #boxscroll::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(255, 107, 0, 1);
		background: rgba(255, 107, 0, 1);
	}

	.lian_se2 #boxscroll::-webkit-scrollbar-track,
	.zi_x2 .you #boxscroll::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(255, 107, 0, 0.2);
		border-radius: 0;
		background: rgba(255, 107, 0, 0.1);

	}

}

@media screen and (max-width: 1600px) {
	.hea_auto {
		width: 1400px;
	}

	.header .ul2 {
		margin-right: 46px;
	}

	.header h1 {
		margin-right: 80px;
	}

	.header .ul1 li {
		margin-right: 52px;
	}


	.se3_1500 {
		max-width: 1400px;
	}

	.ab_con4 .ab4_v1 dl {
		width: 390px;
	}

	.section2 .you {
		margin-right: 50px;
	}

	.mo_se4 .img1 {
		height: 90%;
	}

	#section-footer .li1 {
		margin: 0 30px 0 30px
	}

	#section-footer .li3 {
		margin-left: 30px;
	}

	.ruan_con3 .ruan_slick_1 .cla {
		margin-right: 29px;
	}

	/*.font_16{ font-size: 14px;}*/

	.section4 .se4_v2 dl {
		margin: 15px 0 15px 0;
	}

}

/*1367-1600*/
@media screen and (min-width:1367px) and (max-width:1600px) {
	.section2 .se2_1500 {
		padding-top: 3%;
	}

	.section3 .se3_v1 .v2 {
		margin-top: 66px;
	}

	.section5 .se5_v1 .you .span_1 {
		margin: 0;
		font-size: 42px;
	}

	.section5 .se5_v1 .you .span_2 {
		font-size: 32px;
	}

	.section5 .se5_v1 .you dl {
		margin-bottom: 10px;
	}

	.section5 .se5_v1 .zuo {
		width: 50%;
	}

	.section5 .se5_slick {
		width: 90%;
	}

	.section5 .se5_v1 {
		top: 20%;
	}

	/*.mo_se3 .img1 ,*/
	.ab_con1 .img1

	/*,.lian_se1 .img1*/
		{
		bottom: auto;
		top: 10%
	}

	.rui_se4 .dd2 {
		margin-top: 30px;
	}

	.zi_x3 .you_v .form_1 p {
		margin-bottom: 18px;
	}

	.zi_x3 .you_v .form_1 .p3 {
		margin: 25px 0 30px 0;
	}

	/*	.section6 .form_1 .in_1, .section6 .form_1 .in_2, .section6 .form_1 .ti_j ,.lian_se3 .form_1 .in_1, .lian_se3 .form_1 .in_2, .lian_se3 .form_1 .ti_j, .zi_x3 .you_v .form_1 .ti_j{height:38px;line-height: 38px;}.section6 .form_1 .in_3 {margin-bottom: 20px;}*/
	.zi_x2 .zuo {
		background-size: auto 106%;
	}
}

@media screen and (min-width: 1921px) {

	.mo_se3 .img1 {
		width: 40%;
	}

	.hea_auto,
	.newau_1560 {
		width: auto;
		max-width: 78%
	}

	
	.se3_1500 {
		max-width: 78%
	}

	.new_kv .dl1 {
		bottom: 15%
	}

	.zi_x2 .you {
		height: 720px;
		top: 54%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	/*
	.shi_con .v3 dl {
    width: 29.3%;
		margin: 52px 2% 0px 2%;}.shi_con .v3 dl dt{width:60%}
	*/
	.ab_con4 .se3_1500,
	.shi_con .newau_1560 {
		max-width: 1500px;
		width: 100%;
	}

	.cail_v3 {
		background-size: 100% aut
	}

	.section2 .zuo {
		width: 60%
	}

	.section2 .zuo .q_v1 {
		width: 45%;
		margin-right: 6%
	}

	.section2 .zuo .q_v1 img {
		width: 100%
	}

	.section4 .se4_v2 dl dt img {
		width: 50%
	}

	.section4 .se4_v2 dl {
		margin: 2.5% 0 2%;
	}

	.se5_1150 {
		width: 100%
	}

	.section5 .se5_v1,
	.section5 .se5_v2 {
		position: relative;
		bottom: auto;
		transform: none;
		top: auto;
		left: auto;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
	}

	.section5 .se3_1500 {
		height: auto
	}

	.section5 .se5_v1 {
		display: flex;
		justify-content: center
	}

	.section5 .se5_v2 {
		margin-top: 5%
	}

	.section6 .form_1 {
		width: 518px
	}
}

@media screen and (min-width:2550px) {
	#section-footer .li2 {
		margin: 0 3.333%;
	}

	#section-footer .li3 {
		width: 37%;
	}

	#section-footer .li1 {
		margin: 0 4% 0 60px;
		width: 5.5%
	}

	#section-footer .li2 {
		margin: 0 4%;
		width: 5.5%
	}

	.ab_con2 .ab2_v1 img {
		right: 0;
		left: auto;
		top: 0;
		transform: translateX(0%);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.zi_x2 .se3_1500 {
		left: 55%;
	}
}