﻿/*易优CMS（eyoucms.com）做最好的整站模板下载网站*/
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	color: #2d251b;
	overflow-x: hidden;
	font: 11px / 1.8 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
}
.wrap {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.cont_copy {
	line-height: 25px;
	background: #f7f7f7;
	margin-top: 15px;
	padding: 5px 15px;
}
.cont_copy p {
	text-indent: 0;
	text-align: center;
	line-height: 25px;
}
img {
	max-width: 100%;
}
/*不同设备字体em基准*/
@media screen and (min-width: 320px) and (max-width: 360px) {
body {
	font-size: 12px;
}
}
 @media screen and (min-width: 360px) and (max-width: 480px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 480px) and (max-width: 700px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 700px) {
body {
	font-size: 14px;
}
}
/*不同设备字体em基准*/




/**{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}*/

/*----------header----------*/
#chbnav_touch {
    display: none;
}
.header {
	padding: 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.logo {
	margin-right: 2em;
	padding:10px 0;
}
.header .text{
    padding:10px 0;
}
.header .menu {
    padding:10px 0;
}

.header .text span {
	display: block;
	line-height: 35px;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	color: #ff6a00;
}
.header .text p {
	color: #626b72;
}
.menu ul li {
	float: left;
	margin-left: 30px;
}
.menu ul li * {
	display: block;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu ul li span {
	font-size: 15px;
	padding: 0 15px;
	margin-top: 5px;
	color: #626b72;
}
.menu ul li label {
	font-size: 9px;
	color: #626b72;
	opacity: 0.39;
	filter: alpha(opacity=39);
}
.menu ul li em {
	height: 18px;
	width: 0px;
	margin: 0 auto;
	background: url(../images/icon1.png) no-repeat center center;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #ff6a00;
}
.menu ul li a:hover em, .menu ul li.on em {
	width: 100%;
}

.c_nav_nav {
	float: right;
	line-height: 80px;
}
.c_nav_nav_ul {
	float: left;
}
.c_nav_nav_div {
	float: left;
}
.c_nav_nav_li1 {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 14px;
	position: relative;
}
.c_nav_nav_li_a {
	font-size: 16px;
	color: #333333;
}
.c_nav_nav_li1 .c_nav_nav_li_a_hover {
	border-bottom: 2px solid #0C4DA2;
}
.c_nav_nav_li_b {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 99;
	padding: 0;
	background-color: #0C4DA2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li1:hover .c_nav_nav_li_b {
	padding: 8px 0;
}
.c_nav_nav_li2 {
	width: 160px;
	text-align: left;
	background-color: #0C4DA2;
	position: relative;
}
.c_nav_nav_li2_b {
	height: 0;
	overflow: hidden;
	line-height: 36px;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li1:hover .c_nav_nav_li2_b {
	height: 36px;
}
.c_nav_nav_li2_b_i {
	font-weight: bolder;
	font-style: normal;
	float: right;
	margin-right: 0;
	font-family: SimSun;
	color: #0C4DA2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li2_b:hover {
	color: #fff;
	background-color: #3467AF;
}
.c_nav_nav_li2_b:hover .c_nav_nav_li2_b_i {
	margin-right: 10px;
	color: #fff;
}
.c_nav_nav_li_c {
	position: absolute;
	top: 0;
	left: 160px;
	width: 140px;
	background-color: #2c3038;
}
.c_nav_nav_li3_div {
	height: 0;
	overflow: hidden;
	line-height: 38px;
	background-color: #2c3038;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.c_nav_nav_li3_div:hover {
	background-color: #414141;
	color: #BBA26C;
}
.c_nav_nav_li2:hover .c_nav_nav_li3_div {
	height: 38px;
}

/*.menu ul li span { font-size: 15px; padding: 0 15px; margin-top: 5px; color: #626b72; }
    .menu ul li label { font-size: 9px; color: #626b72; opacity: 0.39; filter: alpha(opacity=39); }
    .menu ul li em { height: 18px; width: 100%; transform:rotateY(90deg); margin: 0 auto; background: url(../images/icon1.png) no-repeat center center; }
    .menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label { color: #ff6a00; }
    .menu ul li a:hover em, .menu ul li.on em { transform:rotateY(0deg); }*/



/*----------mainer----------*/
.mainer {
	padding-top: 80px;
}
.banner * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.banner .item .text {
	height: 599px;
	background: rgba(0,0,0,0.69);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
	color: #fff;
	width: 100%;
	display: table;
}
.banner .item .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.banner h1 {
	font-size: 41px;
	line-height: 1.5em;
}
.banner p {
	padding-top: 20px;
	font-size: 18px;
}
.banner ul li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	text-align: center;
}
.banner ul li .img {
	width: 61px;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 61px;
	text-align: center;
	line-height: 61px;
	border-radius: 61px;
	border: 2px solid #fff;
	overflow: hidden;
}
.banner.owl-carousel .owl-item ul li img {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
}
.banner ul {
	overflow: hidden;
	margin: 40px 0;
}
.banner.owl-theme .owl-dots .owl-dot {
	margin-bottom: 20px;
}
.banner.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
	width: 30px;
}
.page {
	padding: 60px 0;
}
.bg-white{
    background: #fff;
}

.bg-juce{
    background: #fff2e8;
}

.bg-pic{
    background-color: #050a1e;
    position: relative;
    z-index: 1;
}
.bg-pic:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/footer-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
}


.title {
	text-align: center;
	padding: 0px;
	margin-bottom: 50px;
}
.title-white{
    color: #fff;
}
.title span {
	font-size: 46px;
	font-weight: bold;
}
.title em {
	height: 0px;
	width: 100%;
	display: block;
}
.title p {
	display: inline-block;
	margin: 0 auto;
}
.page_list {
	position: relative;
}
.page_list ul {
	overflow: hidden;
	padding: 10px 0;
}
.page_list ul li {
	width: 20%;
	text-align: center;
	float: left;
	padding-bottom:50px;
}
.page_list ul li .list {
	border:2px solid #fff;
    padding: 30px;
    margin: 20px 15px 0 15px;
    background: linear-gradient(180deg,#e2eeff,#fff 30%);
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0,28,118,0.1);
}
.page_list ul li p {
	width: 100%;
	margin: 0 auto;
	line-height: 22px;
	margin-bottom:20px;
	min-height: 80px;
	font-size: 14px;
	overflow: hidden;
	color: #5f5f5f;
}
.page_list ul li .demo_application_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    color: #ff6a00;
    font-weight: 400;
    font-size: 14px;
    border:1px solid #ff6a00;
    border-radius: 4px;
    margin:0 auto;
}
.page_list ul li:hover .demo_application_btn{
	background: #ff6a00;
	color: #fff;
}
.page_list ul li span {
	display: block;
	padding: 20px 0;
	font-size: 22px;
	font-weight: bold;
}
.page_list ul li:hover span {
	color: #ff6a00;
}
.page_list li:hover {
	margin-top:-10px;
}
.page_list ul * {
	transition: all 0.5s;
	-webkit-moz-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.5s;
}
.page_list li a {
	display: block;
	position: relative;
	z-index: 100;
}
.page_list li .img {
	width: 106px;
	margin: 0 auto;
	height: 106px;
}
.page_list li.li1 .img {
	background: url(../images/img6.png) no-repeat center center;
}
.page_list li.li2 .img {
	background: url(../images/img7.png) no-repeat center center;
}
.page_list li.li3 .img {
	background: url(../images/img8.png) no-repeat center center;
}
.page_list li.li4 .img {
	background: url(../images/img9.png) no-repeat center center;
}
.page_list li.li5 .img {
	background: url(../images/img10.png) no-repeat center center;
}
.page_list li.li5 .list {
	border-right: 0;
}
/****
.page_list li.li1:hover .img {
	background: url(../images/img6-1.png) no-repeat center center;
}
.page_list li.li2:hover .img {
	background: url(../images/img7-1.png) no-repeat center center;
}
.page_list li.li3:hover .img {
	background: url(../images/img8-1.png) no-repeat center center;
}
.page_list li.li4:hover .img {
	background: url(../images/img9-1.png) no-repeat center center;
}
.page_list li.li5:hover .img {
	background: url(../images/img10-1.png) no-repeat center center;
}
***/

.kuang {
	position: absolute;
	top: 0;
	width: 20%;
	bottom: 0;
}
.kuang div {
	border: 1px solid #ff6a00;
	height: 279px;
}
.page_f9f9f9 {
	background: #f4f8fe;
}
.page_list2 ul {
	overflow: hidden;
	margin: 0 10px;
}
.page_list2 ul li {
	width: 33.3333%;
	margin-bottom: 20px;
	float: left;
}
.case_img img, .page_list2 ul li .img label {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page_list2 ul li a:hover .case_img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.page_list2 ul li .list {
	margin-right: 20px;
	box-shadow: 0 5px 5px rgba(0,28,118,0.1);
	border-radius: 10px;
}
.page_list2 ul li .img {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.page_list2 ul li .img .case_img{
	width:100%;
	height:100%;
}
.page_list2 ul li .img .case_img img{
	width:100%;
	height:100%;
}
.page_list2 ul li .list .infobox{
	height: auto;
	z-index: 1;
	background-size: cover;
	background-position: center bottom;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	padding-right: 100px;
	box-sizing: border-box;
}
.page_list2 ul li .list .infobox:before {
	content: "";
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	left: 0;
	top: 0;
}
.page_list2 ul li .list .infobox:after{
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: inherit;
    filter: blur(20px);
}
.page_list2 ul li .img label {
	width: 60px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 5px auto;
}
.page_list2 ul li:hover .img label {
	width: 5px;
}
.page_list2 ul li a:hover .img {
	opacity: 1;
	filter: alpha(opacity=100)
}
.page_list3 ul li a:hover .text {
	background: #ff6a00;
}
.page_list3 ul li a:hover .text h4 {
	background: url(../images/icon2-1.png) no-repeat right center;
}
.page_list2 ul li .img .img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: absolute;
	top: 0%;
	left: 0;
	bottom: 0;
	display: table;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	background: rgba(255,106,0,0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f000000', endColorstr='#5f000000');
}
.page_list2 ul li .img .img span {
	font-size: 15px;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
}
.page_list2 ul li .text {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	line-height: 20px;
	background: #f1f1f1;
	padding: 15px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.page_list2 ul li .text h4 {
	padding-right: 40px;
	color: #222;
	z-index:2;
	position: relative;
	font-size:18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.page_list2 ul li .text p{
	font-size: 14px;
	color: #555;
	z-index:2;
	position: relative;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.page_list2 ul li .text .index_more{
	position: absolute;
	z-index: 2;
	color: #333;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	text-decoration: underline;
	text-transform: capitalize;
	font-size: 12px;
}
.page_list2 ul li .text .index_more em {
	display: inline-block;
	vertical-align: -3px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/z_more.png) no-repeat center;
	background-size: 100% 100%;
}
.more {
	text-align: center;
	margin-top: 40px;
}
.more a {
	display: inline-block;
	line-height: 42px;
	font-size: 15px;
	width: 132px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background: linear-gradient(248deg,#ff8c1f,#ff6a00);
	padding:0 10px;
}
.more a:hover {
	background: #ff6a00;
}
.page_list3 ul {
	margin: 0 25px;
}
.page_list3 ul li {
	width: 33.333%;
}
.page_list3 ul li a .img .img {
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
}
.page_list3 ul li a:hover .img .img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.page_list3 .t_tit {
	position: relative;
}
.page_list3 .t_tit label {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #ff6a00;
	display: block;
}
.page_list3 a:hover .t_tit label {
	background: #fff;
}
.page_list3 ul li a:hover .text p {
	color: #fff;
}
.page_list3 ul li .text p {
	margin: 15px 0;
	line-height: 25px;
	color: #5f5f5f;
	height: 75px;
	overflow: hidden;
}
.page_list3 ul li .text span {
	color: #2d251b;
	font-size: 22px;
	line-height: 50px;
	/*padding-left: 40px;*/
	margin-left: 0;
	padding-bottom: 5px;
	white-space: nowrap;
}
.page_list3 ul li .text {
	background: #fff;
}
.page_list3 ul li .text span.span1 {
	background: url(../images/icon16.png) no-repeat left center;
}
.page_list3 ul li .text span.span2 {
	background: url(../images/icon17.png) no-repeat left center;
}
.page_list3 ul li .text span.span3 {
	padding-left: 50px;
	background: url(../images/icon18.png) no-repeat left center;
}
.page_list3 ul li .text span.span4 {
	background: url(../images/icon19.png) no-repeat left center;
}
.page_list3 ul li .text span.span5 {
	background: url(../images/icon20.png) no-repeat left center;
}
.page_list3 ul li .text span.span6 {
	background: url(../images/icon21.png) no-repeat left center;
}
.page_list3 ul li .text span.span7 {
	background: url(../images/icon22.png) no-repeat left center;
}
.page_list3 ul li .text span.span8 {
	background: url(../images/icon23.png) no-repeat left center;
}
.page_list3 ul li .text span.span9 {
	background: url(../images/icon24.png) no-repeat left center;
}
.page_list3 ul li .text span.span10 {
	background: url(../images/icon25.png) no-repeat left center;
}
.page_list3 ul li .text span.span11 {
	background: url(../images/icon26.png) no-repeat left center;
}
.page_list3 ul li .text span.span12 {
	background: url(../images/icon27.png) no-repeat left center;
}
.page_list3 ul li .text span.span13 {
	background: url(../images/icon28.png) no-repeat left center;
}
.page_list3 ul li .text span.span14 {
	background: url(../images/icon29.png) no-repeat left center;
}
.page_list2 ul li a:hover .img span, .page_list3 ul li a:hover *, .page_list3 ul li a:hover .text span {
	color: #fff;
}
/*.page_list3 ul li a:hover .text span.span1 { background: url(../images/icon16_1.png) no-repeat left center; }
.page_list3 ul li a:hover .text span.span2 { background: url(../images/icon17_1.png) no-repeat left center; }
.page_list3 ul li a:hover .text span.span3 { background: url(../images/icon18_1.png) no-repeat left center; }
.page_list3 ul li a:hover .text span.span4 { background: url(../images/icon19_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span5 { background: url(../images/icon20_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span6 { background: url(../images/icon21_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span7 { background: url(../images/icon22_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span8 { background: url(../images/icon23_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span9 { background: url(../images/icon24_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span10 { background: url(../images/icon25_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span11 { background: url(../images/icon26_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span12 { background: url(../images/icon27_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span13 { background: url(../images/icon28_1.png) no-repeat left center; }
    .page_list3 ul li a:hover .text span.span14 { background: url(../images/icon29_1.png) no-repeat left center; }*/

    


.span_icon.span1 {
	background: url(../images/icon16_2.png) no-repeat left center;
}
.span_icon.span2 {
	background: url(../images/icon17_2.png) no-repeat left center;
}
.span_icon.span3 {
	padding-left: 50px;
	background: url(../images/icon18_2.png) no-repeat left center;
}
.span_icon.span4 {
	background: url(../images/icon19_2.png) no-repeat left center;
}
.span_icon.span5 {
	background: url(../images/icon20_2.png) no-repeat left center;
}
.span_icon.span6 {
	background: url(../images/icon21_2.png) no-repeat left center;
}
.span_icon.span7 {
	background: url(../images/icon22_2.png) no-repeat left center;
}
.span_icon.span8 {
	background: url(../images/icon23_2.png) no-repeat left center;
}
.span_icon.span9 {
	background: url(../images/icon24_2.png) no-repeat left center;
}
.span_icon.span10 {
	background: url(../images/icon25_2.png) no-repeat left center;
}
.span_icon.span11 {
	background: url(../images/icon26_2.png) no-repeat left center;
}
.span_icon.span12 {
	background: url(../images/icon27_2.png) no-repeat left center;
}
.span_icon.span13 {
	background: url(../images/icon28_2.png) no-repeat left center;
}
.span_icon.span14 {
	background: url(../images/icon29_2.png) no-repeat left center;
}


.page_list4 {
	padding-top: 20px;
}
.page_list4 .wrap {
	max-width: 1400px;
}
.page_list4 .item_img {
	text-align: center;
}
.page_list4 .item {
	width: 33.333%;
	float: left;
}
.page_list4 ul li {
	cursor: pointer;
	margin: 20px auto;
	margin-bottom: 40px;
	width: 90%;
}
.page_list4 ul li .list {
	clear: both;
	padding: 20px 0;
	background: linear-gradient(179deg, rgb(219 232 255 / 70%) 0%, #FFFFFF 50%);
	box-shadow: 0 5px 5px rgba(0,28,118,0.1);
	border-radius: 10px;
	border: 2px solid #fff;
}
.page_list4 ul li .img {
	float: left;
	width: 90px;
	text-align: center;
}
.page_list4 ul li .img span {
	display: block;
	height: 48px;
	background: url(../images/icon6.png) no-repeat center center;
	margin-top: 18px;
}
.page_list4 .text {
	font-size: 13px;
	margin-right: 20px;
	overflow: hidden;
	line-height: 25px;
}
.page_list4 .text p {
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #5f5f5f;
}
.page_list4 .text h2 {
	margin-bottom: 20px;
	font-size: 22px;
}
.page_list4 ul li:hover .list {
	border-color: #ff6a00;
}
.page_list4 ul li:hover .img span {
	background: url(../images/icon6-1.png) no-repeat center center;
}
.page_list4 ul li:hover .text h2, .page_list4 ul li:hover .text p {
	color: #ff6a00;
}
.page_link ul {
	overflow: hidden;
}
.page_link ul li {
	width: 20%;
	float: left;
}
.page_link ul li a {
	display: block;
	height: 160px;
	line-height: 160px;
	border-left: 0;
	border-top: 0;
	text-align: center;
	position: relative;
	margin:0 15px 15px 0;
	background: #fff;
	border-radius: 10px;
}
.page_link ul li img {
	vertical-align: middle;
	max-width: 85%;
	margin: 0 auto;
}
.gy_zqpz {
	overflow-x: hidden;
}
.page_link ul li:hover .img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.page_link ul li:hover .img1 {
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
.page_link ul li .img {
	transition: all .5s linear 10ms;
	-webkit-transition: all .5s linear 10ms;
	-moz-transition: all .5s linear 10ms;
	-ms-transition: all .5s linear 10ms;
	-o-transition: all .5s linear 10ms;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
	filter: Gray;
}
.page_link ul li .img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s linear 10ms;
	-webkit-transition: all .5s linear 10ms;
	-o-transition: all .5s linear 10ms;
	-moz-ms-transition: all .5s linear 10ms;
	-ms-transition: all .5s linear 10ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.bg-yellow{
    height: 100%;
    width: 100%;
    background: url(../images/bg_yellow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fangan{
    height: 100%;
    width: 100%;
    background: url(../images/bg-fangan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-chanpin{
    height: 100%;
    width: 100%;
    background: url(../images/bg-chanpin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-youshi{
    height: 100%;
    width: 100%;
    background: url(../images/bg-youshi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page_renzheng{
    background: linear-gradient(179deg, rgba(255, 234, 219, 0.70) 0%, #FFFFFF 50%);
    border-radius: 10px;
    display: inline-block;
    padding:30px 0;
    box-shadow: 0 4px 8px 0 rgb(255 118 0 / 10%);
    margin-bottom:20px;
}
.page_dceaff{
    background: #dceaff;
}
.page_renzheng ul li{
    width:16.666%;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
}
.page_renzheng ul li .img{
    width:100px;
    height:100px;
    background: #fff;
    border-radius: 100%;
    margin:0 auto 20px auto;
}
.page_renzheng ul li .img img{
    width:100%;
    height: 100%;
}
.page_renzheng ul li .renzheng_tit{
    line-height: 32px;
    font-size:16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin:0 20px;
}
.page_renzheng ul li .renzheng_des{
    line-height: 24px;
    font-size:14px;
    color: #5f5f5f;
    margin:0 20px;
    text-align: center;
    
}
.page_news .item {
	width: 31.33%;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,28,118,0.1);
	margin-bottom:20px;
	padding-bottom:30px;
	margin-right:2%;
	border-radius: 10px;
}

.page_news .item .demo_application_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    margin: 30px auto 0 auto;
    background: linear-gradient(248deg,#ff8c1f,#ff6a00);
    color: #fff;
}
.news_tit {
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.news_tit .margin-div {
	text-align: left;
	color: #fff;
	padding:30px 30px;
}

.news_tit .margin-div span {
	display: block;
	margin-top:10px;
	line-height: 24px;
}
.news_tit .margin-div h3 {
	font-size:24px;
}

.page_news ul li {
	padding: 20px 25px 0 25px;
	background: url(../images/icon7-1.png) no-repeat right bottom #fff;
	position: relative;
}
.page_news ul li:hover {
	border-color: #ff6a00;
	background: url(../images/icon7.png) no-repeat right bottom #fff;
}
.page_news ul li:hover .date {
    color: #ff6a00;
}
.page_news ul li:hover .date_k, .page_news ul li:hover .date_k h2, .page_news ul li:hover .date_k span {
    color: #ff6a00;
}
.page_news ul li:hover .text h1{
    color: #ff6a00;
}
.page_news ul li:hover .text p{
    color: #ff6a00;
}
.page_news ul li .tips {
	position: absolute;
	top: -1px;
	right: 20px;
	width: 39px;
	height: 32px;
	background: url(../images/tips.png) no-repeat center center;
	text-align: center;
	line-height: 28px;
	color: #fff;
}
/*.page_news ul li .text { height: 83px; }*/
.page_news ul li .text h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_news ul li:hover .text h3 {
	color: #ff6a00;
}
.page_news ul li .text p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #9e9e9e;
}
.page_news ul li .date {
	float: left;
	margin-right: 15px;
	border-right: 1px solid #EFEFEF;
	display: flex;
}
.page_news ul li .date_k {
	height: 75px;
	width: 65px;
	padding: 0 5px;
}
.date_k h2 {
	width: 29px;
    height: 33px;
    font-weight: 500;
    font-size: 24px;
    color: #909399;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
}
.date_k span {
	font-weight: 400;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0;
}
.page_ededed {
	background: #ededed;
}
.wrap1 {
	max-width: 1500px;
	padding: 0 10px;
	margin: 0 auto;
}
.page_ededed h2 {
	font-size: 33px;
	font-weight: normal;
}
.page_ededed p {
	color: #4e4e4e;
	padding-top: 10px;
	font-size: 12px;
}
.div_input_list {
	margin: 15px -1%;
}
.div_input_list .div_input {
	margin: 15px 1%;
	float: left;
	width: 15%;
	height: 44px;
	line-height: 44px;
	background: #fff;
}
.div_input_list .div_input.input1 {
	width: 47%;
}
.div_input_list .div_input.input2 {
	width: 25%;
}
.div_input_list .div_input.input3 {
	margin-right: 15%;
	width: 220px;
	position: relative;
}
.div_input input {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-indent: 1.5em;
	margin: 0 auto;
	border: 0;
	background: none;
}
.div_input .img {
	position: absolute;
	right: 0;
	top: 0;
}
.div_input input[type=button] {
	background: #ff6a00;
	color: #fff;
	text-indent: 0;
}
/*----------footer----------*/
.footer {
	position: relative;
	background: #252D37;
	color: #fff;
}
.gotop {
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -28px;
}
.gotop a {
	display: block;
	width: 56px;
	height: 64px;
	background: url(../images/top.png) no-repeat center center;
}
.tit h3 {
	line-height: 40px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 16px;
	font-weight: normal;
}
.foot {
	padding: 30px 0;
}
.foot ul {
	overflow: hidden;
	padding: 10px 0;
}
.foot li {
	float: left;
	margin: 10px;
}
.foot .wrap {
	overflow: hidden;
}
.foot li a {
	color: #969696;
	display: block;
	border-right: 1px solid #6a6a6a;
	padding-right: 20px;
}
.foot2 {
	padding: 20px 0;
	line-height: 30px;
	font-size: 12px;
}
.foot2 span {
	opacity: 0.55;
	filter: alpha(opacity=55);
	display: inline-block;
	font-size: 14px;
}
.foot2 img {
	vertical-align: middle;
}
.clr li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #FF0000 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
    
}
.clr li a i{
    display: inline-block;
    width: 28px;
    height: 22px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}
.clr li a p{
    color:#555;
    font-size: 12px;
}
.clr .li1{
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}
.clr .li1 a {
    color: #fff;
    transition: all 0.5s;
    height: 120px;
    background: linear-gradient(0deg, #ff8c1f, #ff6a00);
}
.clr .li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.clr .li1 a i {
    width: 45px;
    height: 45px;
    background: url(../images/side_icon_01.png) center no-repeat;
}

.clr li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}
.clr li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.clr li.li2 .hides {
    width: 260px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../images/side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}
.clr li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}
.clr li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}
.clr li.li2 a:hover {
    width: 260px;
}
.clr li.li2 a:hover {
    background: linear-gradient(0deg, #ff8c1f, #ff6a00);
}

.clr li.li2 a:hover .hides {
    display: block;
}

.clr li.li2 i {
    background: url(../images/side_tel_01.png) center no-repeat;
}
.clr li.li4 {
    position: relative;
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}
.clr li.li4 i {
    background: url(../images/side_wx_01.png) center no-repeat;
}
.clr li.li4 .ewm_div, .clr li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #ff8c1f, #ff6a00);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}
.clr li.li4 .ewm_div .arrow, .clr li.li5 .ewm_div .arrow{
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../images/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}
.c_nav li.li4:hover .ewm_div, .c_nav li.li5:hover .ewm_div {
    display: block;
}

.clr li.li4 .ewm_div .img_div, .clr li.li5 .ewm_div .img_div {
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}
.clr li.li5 {
    -webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
    position: relative;
}
.clr li.li5 a {
    position: relative;
    transition: all 0.5s;
}
.clr li.li5 i {
    background: url(../images/side_ewm_01.png) center no-repeat;
}

.clr li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 3.5s ease both;
    cursor: pointer;
}
.clr li.li6 .out {
    background: url(../images/side_icon_05.png) center no-repeat #FFFFFF;
}
.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #ff8c1f, #ff6a00);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}
.c_nav a {
	display: block;
}
.ewm_div .img_div img {
	width:100%;
}
	
.c_nav .list {
	position: absolute;
	transition: all 0.5s;
	right: 0;
	width: 40px;
	overflow: hidden;
	line-height: 40px;
	background: #000;
	border-radius: 40px;
}
.c_nav a {
	display: block;
	clear: both;
	position: relative;
}
.c_nav .img {
	width: 40px;
	float: left;
	height: 40px;
	background: #000;
}
.c_nav p {
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}
.c_nav li {
    float: right;
}
.c_nav li.li2 a:hover .shows {
    display: none;
}

.zbanner {
	height: 400px;
	background: url(../images/zbanner.png) no-repeat center center
}
.zbanner .wrap {
	overflow: inherit;
}
.div_font {
	position: absolute;
	top: 176px;
	left: 33px;
	font-family: Arial, 微软雅黑;
}
.div_font.div_font1 {
	top: 250px;
}
.div_font .div_p1 {
	font-size: 48px;
	color: #fff;
}
.div_font .div_p2 {
	color: #fff;
	font-size: 18px;
	margin-top: 24px;
	line-height: 27px;
}
.inside-box {
    width:1400px;
    border-radius: 10px;
    background: #fff;
    margin:0 auto;
}
.main_tit {
	line-height: 60px;
	padding: 10px 0;
}
.main_tit p {
	padding-left: 20px;
	background: url(../images/icon15.png) no-repeat left 23px;
}
.main_toggle ul {
	overflow: hidden;
}
.main_toggle ul li {
	float: left;
	text-align: center;
	line-height: 70px;
	margin-right:60px;
}

.main_toggle ul li a {
	background: #fff;
	display: block;
	color: #373737;
	font-size: 16px;
}
.main_toggle ul li a .line{
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: 0.3s;
}
.main_toggle ul li a:hover .line, .main_toggle ul li.on a .line{
    background-color: #ff6a00;
}
.main_toggle ul li a:hover, .main_toggle ul li.on a {
	color: #ff6a00;
}
.main_tips {
	margin: 56px 0;
	line-height: 53px;
}
.main_tips span.span_tit {
	padding: 0 16px;
	display: block;
	color: #fff;
	float: left;
	background: #ff6a00;
}
.main_tips span.span_tit label {
	display: block;
	padding-left: 40px;
	background: url(../images/icon13.png) no-repeat left center;
	font-size: 16px;
}
.main_tips span.span_tit label.lbl2 {
	background: url(../images/icon13-1.png) no-repeat left center
}
.tips_lt {
	width: 60%;
	float: left;
}
.tips_lt .text {
	overflow: hidden;
	height: 53px;
	background: #fff;
	padding: 0 40px;
}
.tips_lt .text .item {
	width: auto;
	display: inline-block;
}
.tips_lt .text a {
	color: #818181
}
.tips_search {
	width: 38%;
	float: right;
	height: 51px;
	line-height: 51px;
}
.tips_search .div_input {
	position: relative;
}
.tips_search a {
	display: block;
	width: 53px;
	background: url(../images/icon14.png) no-repeat left center;
	height: 53px;
	position: absolute;
	top: 0;
	right: 0;
}
.tips_owl.owl-theme .owl-controls .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 9px;
	height: 17px;
	background: url(../images/cur3.png) no-repeat center center;
	background-size: 100% auto;
}
.tips_owl.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -20px;
}
.tips_owl.owl-theme .owl-controls .owl-nav .owl-next {
	right: -20px;
	background: url(../images/cur4.png) no-repeat center center;
	background-size: 100% auto;
}
.tips_owl.owl-theme .owl-controls {
	bottom: auto;
	top: 20px;
}
.pagesize {
	text-align: center;
	padding: 40px 0;
}
.pagesize a {
	display: inline-block;
	margin-right: 6px;
	color: #707070;
	width: 34px;
	height: 34px;
	font: bold 14px/34px arial;
}
.pagesize a:hover, .pageBox a:active {
	background: #ff6a00;
	color: #FFFFFF;
	text-decoration: none;
}
.pagesize .cur {
	background: #ff6a00;
	border: 1px solid #ff6a00;
	text-decoration: none;
}
.pagesize a.cur {
	color: #fff;
}
.pagesize .disabled {
	width: 79px;
}
.z_div1 h3 {
	font-size: 19px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 53px;
	padding-bottom: 23px;
	margin-bottom: 23px;
}
.z_div1 p {
	font-size: 13px;
	color: #acacac;
	line-height: 30px;
}
.z_div1 {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 23px;
}
.z_div2 {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}
.z_div2 p {
	font-size: 13px;
	color: #acacac;
	line-height: 38px;
}
.z_div2_p3 img {
	transition: all 0.5s;
	vertical-align: middle;
	margin-right: 10px;
}
.z_div2_p3 a {
	display: inline-block;
	width: 30px;
	height: 38px;
	vertical-align: bottom;
	margin-right: 10px;
}
.z_div2_p3 a.a1 {
	background: url(../images/weixin.png) no-repeat center center;
	background-size: 100% auto;
}
.z_div2_p3 a.a2 {
	background: url(../images/weibo.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a3 {
	background: url(../images/pyq.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a4 {
	background: url(../images/kj.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a1:hover {
	background: url(../images/weixin1.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a2:hover {
	background: url(../images/weibo1.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a3:hover {
	background: url(../images/kj1.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div2_p3 a.a4:hover {
	background: url(../images/yq1.png) no-repeat center center;
	;
	background-size: 100% auto;
}
.z_div3 {
	position: relative;
	margin: 0 auto;
	margin-top: 26px;
	max-width: 871px;
	text-align: center;
	margin-bottom: 50px;
}
.div3_cur {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	width: 120%;
	left: -10%;
}
.div3_cur span:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.pagesize1 {
	padding: 30px 20px;
}
.pagesize1 a {
	display: inline-block;
	width: 54px;
	margin: 0 7px;
	height: 54px;
}
.pagesize1 a.prev {
	background: url(../images/cur1.png) no-repeat center center;
	background-size: 100% auto;
}
.pagesize1 a span{
    display: block;
    margin-top:60px;
    text-align: center;
}
.pagesize1 a.next {
	background: url(../images/cur2.png) no-repeat center center;
	background-size: 100% auto;
}
.pagesize1 a.prev:hover {
	background: url(../images/cur1-1.png) no-repeat center center;
	background-size: 100% auto;
}
.pagesize1 a.next:hover {
	background: url(../images/cur2-1.png) no-repeat center center;
	background-size: 100% auto;
}
.pagesize1 a.ty {
	background: url(../images/ty5.png) no-repeat center center;
	background-size: 100% auto;
}
.z_div3_img {
	position: absolute;
	top: 5.1%;
	width: 92%;
	left: 4.1%;
}
.div_owl.owl-theme .owl-controls {
	bottom: -60%;
}
/*.div_p3{background:#f7f7f7; border-bottom:1px solid #eee;}*/
.div_owl.owl-theme .owl-dots .owl-dot span {
	background: #c9c9c9
}
.div_owl.owl-theme .owl-dots .owl-dot.active span, .div_owl.owl-theme .owl-dots .owl-dot:hover span {
	background: #000
}
.div1_p1 {
	line-height: 47px;
}
.div1_p1 img {
	margin-right: 6px;
}
.div1_p1 a {
	font-size: 12px;
	color: #000;
}
.main_div2 li {
	float: left;
	width: 15%;
	text-align: center;
	line-height: 87px;
}
.main_div2 li a {
	color: #373737;
	font-size: 15px;
}
.main_div2 li:nth-child(1) {
	background: #ff6a00;
	color: #fff;
}
.main_div2 li:nth-child(1) a {
	color: #fff;
}
.main_div3 {
	padding-top: 56px;
}
.main_span1 {
	background: #ff6a00;
	width: 143px;
	display: inline-block;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 24px;
}
.main_span1 .span_img1 {
	padding-left: 18px;
	padding-right: 11px;
}
.main_span1 .span_img2 {
	padding-right: 11px;
	vertical-align: middle;
}
.div3_p {
	float: left;
	line-height: 28px;
}
.div3_p a {
	font-size: 13px;
	color: #818181;
	width: 70px;
	text-align: center;
	display: inline-block;
}
.div3_p img {
	vertical-align: middle;
}
.page_ededed1 {
	background: #fff;
}
.page_falb {
	padding-top: 0px;
}

.case_tit ul {
	overflow: hidden;
	margin: 0 -0.5%;
}
.case_tit ul li {
	min-width: 15.6667%;
	margin: 10px 0.5%;
	float: left;
	text-align: center;
	line-height: 50px;
}
.case_tit ul li a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	background: #f2f2f2;
	border-radius: 30px;
}
.case_tit ul li a:hover, .case_tit ul li.on a {
	background: #ff6a00;
	color: #fff;
}
.title2 {
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	line-height: 42px;
	text-align: center;
	position: relative;
	padding:40px 40px;
}
.title2 span {
	font-size:28px;
	display: inline-block;/*padding-left: 45px;*/
}
.title2 em {
	display: block;
	height: 3px;
	line-height: 3px;
	width: 40px;
	background: #ff6a00;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -1px;
}
.case_info .text {
	margin: 40px 40px;
	line-height: 30px;
	color: #333;
	font-size:16px;
}
.case_info .pagesize {
	text-align: left;
}
.case_info .pagesize a {
	margin: 0;
	margin-right: 30px;
}
.wrap2 {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.xg_case {
	padding: 100px 0;
}
.xg_case .page_list2 ul li .text {
	padding: 5px 20px;
}
.xg_tit {
	line-height: 45px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.xg_tit span {
	display: inline-block;
	border-bottom: 2px solid #ff6a00;
	font-size: 16px;
}
.xg_tit a {
	display: inline-block;
	padding-left: 20px;
	float: right;
	background: url(../images/icon31.png) no-repeat left center;
	color: #909090;
}
.xg_tit a:hover {
	color: #ff6a00
}
.news_list ul {
	overflow: hidden;
}
.news_list li * {
	transition: all 0.5s;
}
.news_list li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cfcfcf;
	float: left;
}
.news_list li .img {
	height: 200px;
	overflow: hidden;
}
.news_list li a:hover img {
	transform: scale(1.1);
}
.news_list li a:hover .btn span {
	color: #ff6a00;
	border-color: #d62e32
}
.news_list li h3 {
	font-size: 20px;
	position: relative;
	font-weight: normal;
	line-height: 2.5em;
	border-bottom: 1px solid #e4e4e4
}
.news_list li h3 span {
	display: block;
	position: absolute;
	bottom: -1px;
	height: 3px;
	width: 2.5em;
	background: #ff6a00
}
.news_list li .p_time {
	line-height: 50px;
	padding-left: 25px;
	background: url(../images/icon32.png) no-repeat left center;
	color: #b6b6b6;
}
.news_list li .text {
	padding: 25px 0;
	line-height: 20px;
	color: #999;
}
.news_list li .btn span {
	font-size: 12px;
	display: inline-block;
	padding: 0 25px;
	border: 1px solid #b6b6b6;
	line-height: 38px;
	border-radius: 20px;
	color: #b6b6b6;
}
.news_list .pagesize {
	text-align: left;
}
.pagesize.left {
	text-align: left;
}
.news_lt {
	float: left;
	width: 68%;
}
.news_lt li {
	border-bottom: 1px solid #eaeaea
}
.news_list2 {
	padding: 0px;
	margin-top: 0px;
}
.news_list2 ul {
	overflow: hidden;
}
.news_list2 li * {
	transition: all 0.5s;
}
.news_list2 .news_lt ul{
    margin-top:0px;
}
.news_list2 .news_lt li {
	padding:0 30px;
	border-bottom: none; /*float:left;*/
}
.news_list2 li .img {
	height: 200px;
	overflow: hidden;
}
.news_list2 li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.news_list2 li .btn:hover span {
	color: #ff6a00;
	border-color: #d62e32
}
.news_list2 li .pic{
    width:300px;
    height: 200px;
    border-radius: 10px;
    padding-right:30px;
    overflow: hidden;
    float: left;
}
.news_list2 li .fr{
    height:200px;
}
.news_list2 li h3 .pic img{
    width:100%;
}
.news_list2 li h3 {
	font-size: 20px;
	position: relative;
	font-weight: normal;
	line-height: 2.5em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list2 li h3 span {
	display: block;
	position: absolute;
	bottom: -1px;
	height: 3px;
	width: 2.5em;
	background: #ff6a00
}
.news_list2 li .btn{
    margin-top:15px;
    line-height: 24px;
}
.news_list2 li .p_time {
	padding-left: 25px;
	background: url(../images/icon32.png) no-repeat left center;
	color: #b6b6b6;
}
.news_list2 li .btn a{
    margin-left:20px;
    background: #fff2e8;
    color: #ff6a00;
    padding:4px 8px;
}
.news_list2 li:hover {
    background: #f8f8f8;
}
.news_list2 li:hover .btn a{
    background: #ff6a00;
    color: #fff;
}
.news_list2 li:hover h3 a{
    color:#ff6a00 ;
}

.down-hide{
    margin-top: -180px;
    height: 180px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.down-hide a{
    display: inline-block;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(248deg, #ff8c1f, #ff6a00);
    padding: 0 30px;
}

.div_tag {
	line-height: 50px;
	color: #b6b6b6
}
.div_tag label {
	padding: 0 10px;
	color: #b6b6b6
}
.div_tag label:hover {
	color: #ff6a00
}
.news_list2 li .text, .news_list2 li .text2 {
    margin-top: 10px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #909399;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list2 li .btn span {
	display: inline-block;
	line-height: 40px;
	color: #b6b6b6;
}
.news_rt {
	width: 25%;
	float: right;
	padding:0 30px;
}
.news_rt .item {
	margin: 0;
	line-height: 25px;
}
.news_rt .item a {
	color: #666;
}
.news_rt .item a:hover {
	color: #ff6a00;
}
.news_rt .item .span_tit {
	font-size: 16px;
	display: block;
	line-height: 40px;
}
.news_rt .item1 li {
	float: left;
}
.news_rt .item1 li a {
	display: block;
	line-height: 30px;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
}
.news_rt .item1 li a:hover {
	color: #ff6a00;
	border-color: #ff6a00
}
.news_rt .item2 a {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_rt .item2 a span{
    font-size:12px;
    color: #999;
    padding-right:15px;
}
.news_rt .item2 a:hover {
	color: #ff6a00
}
.news_rt .item2 li {
	line-height: 20px;
}
.news_rt .tips_search {
	float: none;
	margin:15px 0;
	width:100%;
}
.news_rt .tips_search .div_input {
	background: #f5f5f5;
	border-radius: 40px;
}
.news_rt ul {
	height: 630px;
}
.news_rt ul li {
	padding: 5px;
}
.gy_jj {
	background: #f7f7f7;
}
.lsfx_tit.gy_tit {
}
.lsfx_tit.gy_tit h3 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.lsfx_tit.gy_tit span {
	left: 50%;
	margin-left: -1.25em;
}


/*----------关于我们----------*/
.bigTitle {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    line-height: 65px;
    padding-bottom: 38px;
    margin-top:50px;
}

.bigTitle.line-1 {
    background: url(../images/line-tit.png) no-repeat;
    background-position: 0 16px;
    background-size: 180px 38px
}
.introduce {
    display: flex;
    justify-content: space-between;
}
.introduce .text {
    width: 60%;
    margin-right:30px;
}

.introduce .text p {
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px
}

.introduce .video {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    float: right;
}

.bigTitle.line-3 {
    background: url(../images/line-tit3.png) no-repeat;
    background-position: 0 16px;
    background-size: 360px 38px
}

.culture{
    /* align-items: center; */
    display: flex;
    justify-content: space-between;
    margin-bottom:60px;
}

.culture ul li{
    transition: all .5s;
    width: 25%;
    padding-right:25px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    overflow: hidden;
}

.culture ul li .el-text{
    display: flex;
    flex-wrap: wrap;
    padding:50px 35px;
    border-radius: 10px;
}
.culture ul li .el-text h4{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    width:100%;
    font-weight: normal;
}
.culture ul li .el-text p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    height:80px;
    margin-top:20px;
    letter-spacing: 2px;
}
.culture ul li .el-text em{
    width:30px;
    height:4px;
    background: #00E066;
}

.about_time{
    position: relative;
    margin-bottom:60px;
}
.about_time_line{
    position: absolute;
    left: 0;
    right: -200px;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url(../images/bg-dot.png);
    background-size: auto 4px;
    background-position: 0; 
}
.about_time_line:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(235, 239, 245, 0) 0, #dceaff);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
}
.about_time_list {
    padding-top: 260px;
    padding-bottom: 260px;
    height: 0;
    font-size: 0;  
    white-space: nowrap;
    
}
.about_time_list_item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.about_time_list_item+.about_time_list_item {
        margin-left: 118px;
    }
.about_time_list_item-inner{
    position: absolute;
    width: 220px;
    bottom: -10px;
    padding-bottom: 49px;
}

.about_time_list_item:nth-child(odd) .about_time_list_item-inner {
        bottom: -10px;
        padding-bottom: 49px;
    }

.about_time_list_item:nth-child(odd) .ol {
    bottom: 0;
    width:20px;
    height:50px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about_time_list_item:nth-child(odd) .ol:after {
    bottom: 3px
}

.about_time_list_item:nth-child(odd) .text {
    border-radius: 5px 5px 5px 0;
}

.about_time_list_item:nth-child(2n) .about_time_list_item-inner {
    top: -10px;
    padding-top: 49px;
    margin-left: -120px;
}

.about_time_list_item:nth-child(2n) .ol {
    left: auto;
    right: 0;
    top: 0;
    width:20px;
    height:50px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.about_time_list_item:nth-child(2n) .ol:after {
    top: 3px;
}

    
.about_time_list_item .ol{
    position: absolute;
    left: 0;
    width: 20px;
    height: 49px;
}
.about_time_list_item .ol:after{
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #526897;
}
.about_time_list_item .text{
    padding: 12px;
    height: 210px;
    background: linear-gradient(180deg,#e2eeff,#fff 30%);
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border:2px solid  #fff;
    border-radius: 4px 4px 4px 0;
}  
.about_time_list_item:nth-child(2n) .text {
    background: linear-gradient(360deg,#e2eeff,#fff 30%);
    border-radius: 5px 0 5px 5px;
}

.about_time_list_item .text .title{
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #ff6a00;
    margin-bottom:0px;
    text-align: left;
}
.about_time_list_item .text .content{
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #495770;
}

.jiazhi-fl{
    float: left;
    width:50%;
    margin-bottom:50px;
}
.jiazhi-fl .item{
    width:100%;
    overflow: hidden;
    margin-bottom:20px;
}
.jiazhi-fl .item h4{
    font-size:24px;
    line-height: 38px;
}
.jiazhi-fl .item p{
    font-size: 16px;
    line-height:26px;
}
.jiazhi-fr{
    float: right;
    width:45%;
    height:auto;
    overflow: hidden;
    margin-top:50px;
}
.jiazhi-fr img{
    width:100%;
    height: 100%;
    border-radius: 10px;
}
.zuzhi{
    margin-bottom:50px;
}

/*----------产品介绍----------*/

.section-title {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #99a5bb;
	 padding: 50px 0 50px 0; 
}
.section-title .name {
    font-size: 46px;
    color: #011842;
    font-weight: bold;
}

.section-pic {
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom:50px;
}
.section-pic img{
    width: 100%;
}

.freeSystem .img{
    width:100%;
}
.freeSystem ul {
    width: 1400px;
    margin: 0 auto;
}
.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}
.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}
.freeSystem ul li .item1 {
    border: 1px solid #eee;
    width: 259px;
    height: 471px;
    text-align: center;
    padding: 0 40px;
    font-size: 14px;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.freeSystem ul li .item2 {
    width: 363px;
    margin-top: -31px;
    overflow: hidden;
    display: none;
    background: #fff;
}
.freeSystem ul li .item1 .iconfont {
    font-size: 50px;
    margin: 30px auto 30px auto;
    color: #FC2740;
}
.freeSystem ul li .item1 .name {
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
}
.freeSystem ul li .item1 .list {
    margin-top: 30px;
}
.freeSystem ul li .item1 .list .item {
    font-size: 16px;
    color: #282828;
    margin-top: 25px;
}
.freeSystem ul li .item2 .bgcolor {
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(to right, #2a7efb, #5498fe);
    background: -ms-linear-gradient(to right, #2a7efb, #5498fe);
    background: -webkit-linear-gradient(to right, #2a7efb, #5498fe);
    background: linear-gradient(to right, #FC2740, #FE8264);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FC2740", endColorstr="#5498fe", gradientType="1");
    font-size: 14px;
    color: #fff;
    padding: 25px 37px;
}
.freeSystem ul li .item2 .list {
    width: 100%;
    height: 448px;
    border: 1px solid #FC2740;
    padding: 0 20px 0 32px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.freeSystem ul li .item2 .bgcolor .name {
    font-size: 24px;
    margin-bottom: 10px;
}
.freeSystem ul li .item2 .list .item .iconfont {
    font-size: 60px;
    color: #FC2740;
    margin-right: 12px;
}
.freeSystem ul li .item2 .list .item .dis {
    display: inline-block;
    vertical-align: middle;
}
.freeSystem ul li .item2 .list .item .dis .name {
    margin-bottom: 2px;
    font-size:16px;
    color:#282828;
}
.freeSystem ul li .item2 .list .item .dis .explanation {
    color: #999;
    font-size: 14px;
    width: 230px;
    overflow: hidden;
}
.freeSystem ul li .item1.on {
    display: none;
}
.freeSystem ul li .item2.on {
    display: block;
}
.freeSystem ul li .item2.on {
    display: block;
}
.freeSystem ul li .item2 .more {
    text-align: center;
    margin-top: 37px;
}
.freeSystem ul li .item2 .more a{
	color: #2a7efb;
	font-size: 16px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
	-webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
	-webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.freeBnt {
	display: block;
    font-size: 16px;
    color: #fff;
    width: 190px;
    text-align: center;
    line-height: 50px;
    margin: 57px auto 62px auto;
    cursor: pointer;
    border-radius: 10px;
    background:linear-gradient(to right, #FC2740, #FE8264);
}
.set_2_button {
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.set_2_button:before {
    content: "→";
    position: absolute;
    left: -100%;
    transition: all 0.5s;
}
.set_2_button span {
    display: inline-block;
    transition: all 0.5s;
}
.set_2_button:hover:before {
    left: 48%;
    transition: all 1s;
}
.set_2_button:hover > span {
    transform: translateX(300%);
    transition: all 1s;
}

.section-con {
    width:100%;
    box-sizing: border-box;
}
.tongdian .item{
   width: 33.333%;
    float: left;
}
.tongdian .item ul{

}
.tongdian .item ul li{
    cursor: pointer;
    margin: 20px auto;
    margin-bottom: 40px;
    width: 90%;
}
.tongdian .item ul li .list{
    clear: both;
    padding: 20px 20px;
    background: linear-gradient(179deg, rgb(255 219 219 / 70%) 0%, #FFFFFF 50%);
    box-shadow: 0 5px 5px rgba(0,28,118,0.1);
    border-radius: 10px;
    border: 2px solid #fff;
}
.tongdian .item ul li .list h5{
    margin-bottom: 20px;
    font-size: 22px;
}
.tongdian .item ul li .list p{
    height: 75px;
    overflow: hidden;
    font-size: 14px;
}
.tongdian .item .item_img{
    text-align: center;
    padding:0 20px;
}
.tongdian .item .item_img img{
    width:100%;
}
.luoji{
    clear: both;
    padding: 20px 20px;
    background:rgba(255,255,255,.5);
    border-radius: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.page_FFE5E9{
    background: #FFF5F7;
}

.content_item_change{
    position: relative;
    text-align: left;
    margin-bottom:50px;
}
.content_item_change_text{
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.content_item_change_text:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 40px;
    height: calc(100% - 40px* 2);
    border-left: 1px dashed #D8D8D8;
}
.content_item_change_text li{
   position: relative;
}
.content_item_change_text li:before{
   content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.content_item_change_text li h4{
   font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin-bottom: 6px;
}
.content_item_change_text  li p{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 16px;
}
.content_item_change img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left:160px;
}

.fuwu {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    height: auto; 
    margin-bottom:70px
}
.fuwu .list {
    height: auto;
    transition: all 0.2s;
    padding:80px 30px 20px 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 380px;
    float: left;
    margin-right: 20px;
    background-image: linear-gradient(179deg, rgb(219 232 255 / 70%) 0%, #FFFFFF 80%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    border-radius: 10px;
}
.fuwu .sprites_one {
    width: 86px;
    height: 93px;
    background: url(../images/03-icon.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 35px;
    top: -34px;
    z-index: 5;
}
.fuwu .top {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #011842;
}
.fuwu .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.fuwu .top_list li img {
    vertical-align: middle;
    margin-right: 10px;
}
.fuwu .top_list li .one {
    font-size: 16px;
    font-weight: bold;
    color: #011842;
}
.fuwu .top_list li .two {
    margin-left: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #213964;
    margin-bottom: 20px;
    margin-top: 2px;
}
.fuwu .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.fuwu .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: linear-gradient(45deg, #3da1f9, #476dfd );
    background: -moz-linear-gradient(45deg, #3da1f9, #ff6c55);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3da1f9), color-stop(100%,#476dfd ));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: -ms-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: linear-gradient(to right, #3da1f9 0%,#476dfd  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#476dfd ',GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
}
.fuwu .list_three_four .sprites_one {
    background-position: -263px 0;
}
.fuwu .list_three_three .sprites_one {
    background-position: -174px 0;
}
.fuwu .list_three_two .sprites_one {
    background-position: -86px 0;
}
.fuwu .list li {
	height: auto;
}


.lianxi{
    margin: 0 auto;
    width:600px;
}
.lianxi .tel{
    float: left;
    border-radius: 60px;
    background: linear-gradient(248deg, #ff8c1f, #ff6a00);
    margin-top:30px;
    padding:0 20px;
}

.lianxi .tel .img{
    width: 50px;
    float: left;
    height: 50px;
    background: url(../images/icon12.png) no-repeat center center;
    margin-top:5px;
}
.lianxi .tel h2{
    color: #fff;
    font-size:20px;
    line-height: 60px;
    float: left;
}
.erweima{
    box-sizing: border-box;
    padding-left:30px;
    float: left;
    margin-bottom:60px;
}
.erweima div{
    width: 120px;
    height: 120px;
    padding:10px 10px;
    background-color: #0772FF;
    border: 1px solid #43B1FF;
    border-radius: 4px;
    float: left;
    margin-left:20px;
}

.erweima div img{
    width:100%;
}
.erweima div p{
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top:10px;
}

.title-white .name{
    color: #fff;
}
.title-white {
    color: #fff;
}

.box_bg{
    height:100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.box_one{
    background-image: url(../images/hhr_bg00.jpg);
    margin-top:0px;
}
.fr_pic{
   width:60%;
   overflow: hidden;
   float: right;
}
.fr_pic img{
    width:100%;
}
.fl_text{
    float: left;
    width: 35%;
    height: auto;
    padding: 20px 20px;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3A6AFF;
    border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
    margin-top:200px;
    background:  linear-gradient(180deg, #e2eeff, #fff 100%);
    box-shadow: 0 5px 5px rgba(0,28,118,0.1);
}
.box_two{
    background: #fff;
}
.advantage_box {
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom:50px;
}
.advantage_box>li {
    width: 21.5%;
    height: 140px;
    background: linear-gradient(180deg, #EDF2F6 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 10px 0px rgba(11,50,174,0.09);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 3px solid #FFFFFF;
    padding: 20px 15px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.advantage_box>li .li_tit {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 21px;
    border-bottom: 2px solid #C9C9C9;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.advantage_box>li .li_tit img{
    width:40px;
}
.advantage_box>li .li_tit>span>strong{
    color: #3A6AFF;
    margin-left:10px;
}
.advantage_box>li .li_tit>span {
    margin-left: 8px;
}
.advantage_box>li .li_msg {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #495770;
    line-height: 26px;
}

.box_three{
    background:#dceaff;
}
.box_service2{
    background-image: url(../images/service_bg2.png);
}
.box_service3{
    background: #d7e5ff;
}

.fun_grid_box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	width: 100%;
	grid-row-gap: 26px;
	grid-column-gap: 30px;
	margin-top: 20px;
	margin-bottom:60px;
}
.fun_grid_item{
	width: 380px;
	height: 233px;
	background-size: cover;
	padding: 43px 0 0 26px;
	background-repeat: no-repeat;
}
.fun_grid_item .chatu{
	width: 158px;
	height: 166px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.fun_grid_item .tit{
	font-size: 28px;
	font-weight: 600;
	color: #011842;
}
.sm_line{
	display: block;
	width: 28px;
	height: 4px;
	background: #2A7EFC;
	margin:18px 0 13px
}
.fun_grid_item .desc{
	width: 320px;
	height: 52px;
	font-size: 16px;
	font-weight: 400;
	color: #011842;
	line-height: 26px;
	margin-bottom:25px;
}
.fun_grid_item .tip{
    background: #2A7EFC;
    padding:10px 20px;
    font-size:16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-right:10px;
}

.siyu_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-row-gap: 26px;
	grid-column-gap: 30px;
	margin-bottom:60px;
}
.siyu_item{
	background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width:600px;
	height: 253px;
}
.siyu_item .tit{
	font-size: 24px;
	font-weight: 600;
	color: #011842;
	margin-left:50px;
	margin-top:40px;
	margin-bottom:10px;
}

.siyu_item .desc{
	width: 320px;
	font-size: 16px;
	font-weight: 400;
	color: #011842;
	line-height: 26px;
	margin-bottom:25px;
	margin-left:50px;
	height:80px;
}
.box_service4{
    background-color: #d7e6ff;
    padding-top:50px;
}
.box-white{
    background: #fff;
    border-left:1px solid #abe2ff;
    border-right:1px solid #abe2ff;
    border-bottom:1px solid #abe2ff;
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding:0 50px;
}
 .box_service4 .title-product{
     background: url(../images/siyu_titibg1.png) no-repeat center center;
     padding:0;
     width:1400px;
     height:207px;
 }
  .box_service4 .title-product .moxing{
      color: #fff;
      font-size: 32px;
      line-height:46px;
      margin-top:50px;
  }
.siyu_text{
    font-size: 16px;
    font-weight: 400;
    color: #011842;
    line-height: 26px;
    text-align: center;
}
.siyu_fl{
    width:40%;
    box-sizing: border-box;
    margin-top:50px;
    float: left;
    padding-right:50px;
}
.siyu_fl img{
    width:100%;
}
.siyu_fr{
    width:60%;
    box-sizing: border-box;
    margin-top:50px; 
    float: left;
}
.siyu_fr .slgon{
    width:80%;
    padding:0 10%;
    margin-bottom: 30px;
    text-align: center;
    margin-top:60px;
}
.siyu_fr .slgon img{
    width:380px;
}
.yundian_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-row-gap: 26px;
    grid-column-gap: 30px;
}
.yundian_box .yundian_grid_item{
    
}
.yundian_box .yundian_grid_item img{
    
}
.yundian_box .yundian_grid_item p{
    font-size: 16px;
    font-weight: 400;
    color: #011842;
    line-height: 26px;
}

.yundian_cj{
    width:100%;
    margin:30px 0 50px 0;
    float: left;
}
.yundian_cj .name{
    font-size: 24px;
    line-height: 30px;
    color: #011842;
    text-align: center;
}
.yundian_cj p{
    text-align: center;
    margin-top:15px;
    font-size: 16px;
    font-weight: 400;
    color: #011842;
    line-height: 26px;
}
.freeBnt1{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 190px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto 50px auto;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(248deg, #ff8c1f, #ff6a00);
}

.siyu_fl2{
    width:60%;
    box-sizing: border-box;
    margin-top:50px; 
    float: left; 
    padding-right:50px;
}
.siyu_fr2{
    width:40%;
    box-sizing: border-box;
    margin-top:50px;
    float: left;    
}
.liansuo_item{
    padding:20px 30px;
    border: 1px solid #ffffff;
    background: linear-gradient(153deg, #ebf5ff 0%, #ffffff 100%);
    box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.07);
    border-radius: 10px;
}
.liansuo_item .tit{
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #011842 !important;
}

.liansuo_pic{
    width:70%;
    margin:30px auto 20px auto;
}
.liansuo_pic img{
    width:100%;
}

.box_liansuo1{
    border-radius: 10px;
    align-items: center;
    background: linear-gradient(179deg, rgb(219 232 255 / 70%) 0%, #FFFFFF 50%);
    box-shadow: 0 5px 5px rgba(0,28,118,0.1);
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom:50px;
}
.operation_bottom_left_card {
    width: 50%;
    float: left;
    padding:50px 10%;
    box-sizing: border-box;
    text-align: center;
}
.operation_bottom_left_card img {
    width: 100%;
}
.operation_bottom_right_card {
    width:45%;
    float: left;
    box-sizing: border-box;
    padding:50px 50px;
    margin-top:40px;
}
.operation_bottom_right_card h3{
    font-size: 32px;
    color: #2A7EFC;
}
.operation_bottom_right_card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom:30px;
}

.operation_bottom_right_card ul li {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    list-style: none;
    margin-bottom: 20px;
}
.operation_bottom_right_card li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #2A7EFB;
    vertical-align: middle;
    margin-right: 14px;
}

.grid_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-column-gap: 65px;
    grid-row-gap: 60px;
    margin-top: 60px;
}
 .grid_item {
    width: 168px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.grid_item .tit {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 30px 0 8px;
}
.grid_item .desc {
    width: 168px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.info1{
    height: 100%;
    width: 100%;
    background: url(../images/bg_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:50px 0;
}
.flex {
    display: flex;
}
.flex-justify-between {
    justify-content: space-between;
}
.scrm_left .tit {
    font-size: 32px;
    font-weight: 600;
    margin-top: 34px;
}
.scrm_left {
    width:30%;
    
}
.scrm_left .desc{
    font-size: 16px;

}





/*----------custom----------*/
@media only screen and (max-width: 1200px) {
.ZswpierView{
    padding:120px 50px !important;
    width:100% !important;
}
.banner .item .text {
	height: 550px;
}
.banner h1 {
	font-size: 38px;
}
.page_ededed h2 {
	font-size: 28px;
}
.div_font .div_p1 {
	font-size: 40px;
}
.div_font .div_p2 {
	font-size: 18px;
	margin-top: 20px;
}
.zbanner {
	height: 350px;
}
.div_font {
	top: 130px;
}
.zqwh_cx {
	left: 7.5%;
	top: 30%
}
.zqwh_cx, .zqwh_zz, .zqwh_gx {
	width: 24.5%;
}
.zqwh_zz {
	left: 6%;
	top: 50%;
}
.zqwh_gx {
	left: 8%;
	top: 72%;
}
.zqwh_chx, .zqwh_yj, .zqwh_sm, .zqwh_gd {
	width: 28%;
}
.zqwh_chx {
	top: 22%;
}
.zqwh_sm {
	top: 60%;
}
.zqwh_gd {
	top: 77%;
}
.srdz_web h2, .yykf_web_t h2, .fw_wx_web h2, .ds_web_t h2 {
	font-size: 50px;
}
.srdz_list ul li {
	width: 122px;
}
.srdz_web {
	width: 40%;
}
.page_list3 ul li .text span {
	font-size: 20px;
}
}
.main_tab_ht {
	height: 1px;
	width: 100%
}
.main_tab_ht.fixed {
	height: 87px;
}
.main_tab.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 999;
	background: #fff;
}

@media only screen and (max-width: 1063px) {
.srdz_web h2 {
	font-size: 45px;
}
.page_falb {
	padding-top: 0px;
}
.div_font .div_p1 {
	font-size: 30px;
}
.div_font .div_p2 {
	font-size: 16px;
}
.zbanner {
	height: 300px;
}
.div_font {
	top: 110px;
}
.div_font.div_font1 {
	top: 110px;
}
.div_font .div_p2 {
	font-size: 18px;
	margin-top: 15px;
}
.header .wrap {
	overflow: inherit;
}
.header * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.menu {
	display: none;
	position: absolute;
	height: 1000px;
	background: #000;
	z-index: 1000;
	top: 65px;
	left: 0;
	width: 100%;
}
.menu ul li * {
	display: inline-block;
	color: #fff;
}
.menu ul li label, .menu ul li span {
	color: #fff;
	opacity: 0.5;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #fff;
	opacity: 1;
}
.menu ul li em {
	display: none;
}
.menu ul li a {
	display: block;
	text-align: left;
}
.menu ul li span {
	padding: 0 5px;
}
.menu ul li {
	float: none;
	line-height: 40px;
	margin: 0 10px;
	text-align: left;
	border-bottom: 1px solid #454545;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.mainer {
	padding-top: 80px;
}
.header .wrap .clear {
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
	top: 0;
	right: 10px;
}
.header .wrap .clear.on {
	background: url(../images/menu1.png) no-repeat center center;
	background-size: 30px auto;
}
.header {
	padding: 15px 0;
}
#chbnav_touch {
	display: block;
}
.chbnav_touch_nav .chbnav_select {
	left: 0;
}
.chbnav_touch_nav_box {
	position: fixed;
	top: 0;
	overflow: auto;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.chbnav_touch_navli {
	padding: 0 5%;
}
.chbnav_touch_navli b {
	font-family: "Microsoft YaHei";
	float: right;
	font-size: 15px;
}
.chbnav_touch_erji {
	display: none;
	background-color: #f1f1f1;
	padding-left: 20px;
}
.chbnav_touch_erji a {
	display: block;
	font-size: 16px;
	color: #333333;
}
.chbnav_touch_top_logo {
	position: absolute;
	height: 100%;
	left: 4%;
}
.chbnav_touch_nav_title {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #DDDDDD;
}
.chbnav_touch_nav_title span {
	font-size: 18px;
	color: #16436C;
	float: left;
}
.chbnav_touch_nav_title img {
	float: right;
	margin-top: 19px;
}
.chbnav_touch_top_logo img {
	height: 80%;
	margin-top: 8px;
}
.right_fd {
	display: none;
}
.chbnav_touch_top {
	position: relative;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
}
.banner .item .text {
	height: 500px;
}
.banner h1 {
	font-size: 35px;
}
.page_list ul li, .kuang {
	width: 33.333%;
}
.page_list li.li5 .list {
	border-right: 1px solid #e3e3e3;
}
.page_list li.li5 .list, .page_list li.li4 .list {
	border-top: 0;
}
.page_list2 ul li {
	width: 33.333%;
}
.page_list3 ul li {
	width: 50%;
}
.page_link ul li {
	width: 25%;
}
.foot2 p.frt {
	float: none;
}
.page_ededed h2 {
	font-size: 24px;
}
.page {
	padding: 50px 0;
}
.title {
	margin-bottom: 50px;
}
.fw_lc .title {
	margin-bottom: 0;
}
.page_list4 .item {
	width: 50%;
}
.page_list4 .item:nth-child(2) {
	display: none;
}
.page_link ul li a {
	height: 150px;
	line-height: 150px;
}
.phone_btn .list:hover {
	width: 40px;
}
/*.li_QQ{ display:none;}*/
.xg_case {
	padding: 80px 0;
}
.page_lxfs {
	padding: 0 50px;
}
.lxfs_web_xq {
	padding-left: 30px;
}
.lxfs_web {
	width: 60%;
}
.lxfs_ewm {
	width: 40%;
}
.lxfs_ewm_pic img {
	width: 70%;
}
.zqtd_l_web h3 {
	font-size: 28px;
}
.zqtd_l_web p {
	font-size: 20px;
}
}
@media only screen and (max-width: 1024px) {
.news_rt {
	margin-left: 50px;
	max-width: 250px;
}
.page_list3 ul li .text span {
	font-size: 18px;
}
}
@media only screen and (max-width: 850px) {
.fw_ds_pic, .fw_ds_web {
	width: 100%;
}
.fw_ds_pic img {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
.page_list3 ul li .text span {
	font-size: 16px;
}
.page_list3 ul li .text p {
	font-size: 14px;
}
.div_input_list .div_input, .div_input_list .div_input.input1, .div_input_list .div_input.input2 {
	width: 98%;
	margin: 5px 1%;
}
.fw_scroll {
	overflow-x: auto;
}
 .fw_scroll::-webkit-scrollbar, .fw_pm_scroll::-webkit-scrollbar {
height:10px;
background:url(../images/bg1.png) repeat-x center center
}
 .fw_scroll::-webkit-scrollbar-thumb, .fw_pm_scroll::-webkit-scrollbar-thumb {
background:#ccc;
height:10px;
border-radius:5px;
}
.yykf_web_t h2, .fw_wx_web h2, .ds_web_t h2 {
	font-size: 40px;
}
.fw_wx {
	height: 500px;
}
.fw_wx_web {
	margin-top: 30px;
}
.fw_wx_pic {
	width: 100%;
	margin-top: 20px;
}
.srdz_pic, .srdz_web {
	width: 100%;
}
.srdz_pic img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.zqwh_tab {
	padding: 0 15px;
}
.gy_zqwh_tit {
	position: inherit;
	margin-bottom: 20px;
}
.gy_zqwh_pic {
	display: none;
}
.zqwh_list {
	position: inherit;
	width: 100%;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 30px;
	height: 50px;
	display: table;
}
.zqwh_list p {
	display: table-cell;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
}
.zqwh_tab .trt {
	text-align: left;
}
.zqwh_list span {
	display: block;
	font-size: 25px;
	float: left;
	width: 90px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/icon72.png) no-repeat left center;
	background-size: auto 100%;
	color: #fff;
}
.div_tag p, .div_tag .span_tag {
	float: none;
}
.zqtd_l_web h3 {
	font-size: 24px;
}
.zqtd_l_web p {
	font-size: 18px;
}
.div_tag {
	line-height: 30px;
}
.lxfs_web_xq {
	width: 100%;
	box-sizing: border-box;
}
.lxfs_ewm_pic img {
	width: 50%;
}
.lxfs_web {
	width: 70%;
}
.lxfs_ewm {
	width: 100%;
	margin-top: 20px;
	text-align: left;
	border-left: 0;
}
.page_lxfs {
	position: relative;
}
.zbanner {
	height: 200px;
}
.page_falb {
	padding-top: 0px;
}
.div_font {
	top: 110px;
}
.ht50 {
	height: 0;
}
.lsfx_tit {
	padding-top: 30px;
}
.div_font.div_font1 {
	top: 110px;
}
.div_font .div_p1 {
	font-size: 20px;
}
.div_font .div_p2 {
	font-size: 14px;
	margin-top: 10px;
}
.banner .item .text {
	height: 400px;
}
.page_list ul li, .kuang {
	width: 100%;
}
.page_list {
	width: 90%;
	margin: 0 auto;
}
.page_list ul {
	overflow: inherit;
	padding: 0;
}
.page_list ul:before, .page_list ul:after {
	clear: both;
	display: table;
	content: ''
}
.page_list ul li .list {
	border-top: 0;
	
}
.banner h1 {
	font-size: 30px;
}
.page {
	padding: 30px 0;
}
.title {
	margin-bottom: 30px;
}
.more {
	margin-top: 10px;
}
.page_list4 .item {
	width: 100%;
}
.page_news .item {
	width: 100%;
}
.page_link ul li a {
	height: 120px;
	line-height: 120px;
}
.page_ededed h2 {
	font-size: 20px;
}
.page_list3 ul li .list {
	margin: 10px;
}
.page_list3 ul {
	margin: 0 10px;
}
.main_toggle ul li {
	width: 50%;
}
.tips_search, .tips_lt {
	width: 100%;
	float: none;
}
.main_tips {
	margin: 30px 0;
}
.main_toggle ul li {
	line-height: 50px;
}
.main_tips span.span_tit {
	float: none;
}
.z_div1 h3 {
	padding: 20px 0;
}
.case_tit ul li {
	line-height: 30px;
}
.case_info .text {
	margin: 20px 0;
}

.pagesize {
	padding: 20px 0;
}
.xg_case {
	padding: 40px 0;
}
.news_rt {
	margin: 0;
	clear: both;
	float: none;
	width: 100%;
	max-width: inherit;
	margin-top: 15px;
}
.news_rt .item2 li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.news_lt {
	clear: both;
	width: 100%;
}
.news_list2 .news_lt li {
	width: 100%;
}
.news_list2 .news_lt li:last-child {
	margin-bottom: 0;
}
.news_list2 li h3 {
	font-size: 16px;
}
.pagesize a {
	width: 40px;
}
.wzxq_web {
	padding: 20px;
}
.wzxq_web p {
	line-height: 25px;
}
}
* {
	font-size: 14px;
}
@media only screen and (max-width:768px) {
.news_list2 li h3 {
	font-size: 16px;
}
.lxfs_web {
	width: 100%;
}
.page_lxfs {
	padding: 0 20px;
	margin: 20px 0;
	padding-bottom: 20px;
}
.lsfx_tit {
	padding-top: 20px;
}
.fkfs_list {
	width: 100%;
	margin-top: 20px;
}
.fkfs_list_web {
	width: 95%;
}
.fkfs_list_web p:last-child span {
	height: auto;
	width: 0;
}
.lxfs_web_xq {
	padding-left: 0;
}
.jrwm_web {
	padding-top: 10px;
}
.jrwm_web p {
	line-height: 18px;
}
.jrwm_tab ul li {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	float: none;
}
.jrwm_tab ul li a {
	padding-left: 30px;
}
.page_jrwm {
	padding: 0;
}
.jrwm_tab ul li p {
	line-height: 18px;
	margin-top: 5px;
}
.jrwm_btn a {
	width: 100%;
}
.wrap1, .banner .wrap, .foot .wrap {
	margin: 0 15px;
	padding: 0;
}
.banner ul {
	display: none;
}
.banner .item .text {
	height: 200px;
}
.banner h1 {
	font-size: 20px;
}
.banner p span {
	display: block;
}
.banner p {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 40px;
}
.banner .item .cell {
	vertical-align: bottom;
}
.banner.owl-theme .owl-dots .owl-dot {
	margin-bottom: 10px;
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
	width: 10px;
}
.banner.owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 1px solid #fff;
	margin: 5px 2px;
}
.logo img {
	height: 40px;
}
.menu {
	top: 57px;
}
.mainer {
	padding-top: 72px;
}
.header .text {
	display: none;
}
.page_list2 ul li {
	width: 100%;
}
.page {
	padding: 20px 0;
}
.title {
	margin-bottom: 20px;
}
.page_list3 ul li .text p {
	height: auto;
}
.page_list4 ul li {
	margin: 0px auto;
	width: 100%;
}
.page_link ul li {
	width: 50%;
}
.page_link ul li:last-child {
	display: none;
}
.page_link ul li a {
	height: 100px;
	line-height: 100px;
}
.page_ededed h2 {
	font-size: 20px;
}
.div_input_list .div_input, .div_input_list .div_input.input1, .div_input_list .div_input.input2 {
	width: 98%;
	margin: 5px 1%;
}
.div_input_list {
	margin-bottom: 0;
}
.page.page_ededed {
	padding-bottom: 50px;
}
.gotop {
	display: none;
}
.phone_btn {
	display: block;
	top: auto;
	right: 10px;
	bottom: 10%;
	text-align: center;
}
/*   .phone_btn a { display: inline-block; padding: 0; margin:5px 10px; }
            .phone_btn a img { height: auto; }*/
.foot {
	padding: 0;
}
.foot li {
	margin: 10px;
	font-size: 12px;
	white-space: nowrap;
}
.foot ul {
	margin-left: -20px; /*height: 60px;*/
}
.foot2 p {
	text-align: center;
}
.foot2 p.flt {
	float: none;
}
.foot2 p.frt {
	padding-top: 10px;
}
.foot li {
	margin-right: 5px;
}
.foot li a {;
	text-align: center;
	font-size: 12px;
	padding-left: 15px;
}
.foot2 span {
	margin-left: 0;
}
.div_input input {
	height: 20px;
	line-height: 20px;
}
.div_input input[type=button] {
	height: 44px;
	line-height: 44px;
}
.page_news ul li .date {
	margin-right: 10px;
}
.page_news ul li {
	padding: 15px;
}
.date_k h2 {
	font-size: 30px;
	line-height: 40px;
	height: 40px;
}
.page_news ul li .text h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.page_news ul li .tips {
	background: url(../images/tips.png) no-repeat top center;
	height: 26px;
	line-height: 20px;
	font-size: 12px;
	background-size: 100% auto;
	width: 29px;
}
.page_news ul li .date_k {
	height: 65px;
	width: 55px;
}
.main_toggle.main_toggle3 ul li {
	width: 33.333%;
}
.div_font.div_font1 {
	top: 120px;
}
.gy_jj_web, .gy_jj_pic {
	width: 100%;
	padding: 0;
}
.zqdw_ln span {
	font-size: 25px;
	height: 50px;
	line-height: 50px;
}
.zqdw_tb_m {
	width: 100px;
	margin-left: -50px;
	top: -43px;
}
.zqdw_ln {
	margin-top: 130px;
}
.gy_zqdw {
	height: 260px;
	padding-top: 82px;
}
.zqpz_list_pic {
	width: 100%;
	position: relative;
}
.zqpz_list_pic:before {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	content: '';
	background: #f7f7f7;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 2px;
}
.zqpz_list_web {
	width: 100%;
	display: block;
	height: auto;
	padding: 30px 0px;
	text-align: center;
}
.zqpz_list_web_cell {
	padding: 0 15px;
	display: block;
}
.zqpz_list_web_cell p {
	width: 100%;
	line-height: 1.5em;
}
.zqtd_l, .zqtd_r {
	width: 100%;
	float: none;
	height: auto;
}
.zqtd_r_web {
	padding: 40px 0;
	float: none;
	position: relative;
	margin: 0 auto;
}
.zqtd_r_web:before {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -15px;
	content: '';
	background: #e83e42;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 3px;
}
.zqtd_l_web {
	padding: 40px 0;
	width: 100%;
	margin: 0;
}
.zqtd_l_web h3 {
	font-size: 22px;
}
.zqtd_l_web p {
	font-size: 14px;
}
.gy_zqtd {
	padding-bottom: 0;
}
.zqwh_list {
	position: inherit;
	width: 100%;
}
.zqwh_tab {
	padding: 0 15px;
}
.zqwh_tab .trt {
	text-align: left;
}
.gy_zqwh_pic img {
	opacity: 0;
}
.srdz_web, .yykf_web, .fw_ds_web {
	width: 100%;
}
.srdz_pic, .yykf_pic, .fw_wx_web, .fw_wx_pic, .fw_ds, .fw_ds_pic {
	width: 100%
}
.srdz_web h2, .yykf_web h2, .fw_wx_web h2, .ds_web_t h2, .fw_pm_t h2 {
	font-size: 30px;
	text-align: center;
}
.fw_srdz, .yykf_web_t, .fw_wx, .fw_wx_web, .fw_wx_pic {
	margin-top: 30px;
	padding-top: 0px;
}
.fw_yykf, .fw_ds, .ds_web_list {
	margin-top: 20px;
	padding-top: 0;
}
.srdz_list ul li, .yykf_list ul li {
	width: 50%;
	margin-bottom: 15px;
}
.fw_lc, .fw_ds {
	padding-top: 30px;
}
.yykf_web_t p, .fw_wx_web p, .ds_web_t p, .fw_pm_t p {
	font-size: 14px;
	text-align: center;
}
.fw_wx {
	height: auto;
	padding-bottom: 30px;
}
.ds_web_list ul li {
	margin: 0 1%;
	width: 31.333%;
	margin-bottom: 15px;
	text-align: center;
}
.ds_web_list ul li span {
	margin: 0 auto;
}
.fw_ds_pic {
	margin-top: 20px;
}
.fw_pm_scroll {
	overflow-x: auto;
	padding-bottom: 30px;
}
.fw_pm_tab {
	width: 780px;
	white-space: nowrap;
}
.fw_pm_list1 {
	width: 150px;
}
.fw_pm_list2 {
	width: 60px;
}
}
@media only screen and (max-width:768px) and (min-width:500px) {
.page_list2 ul li {
	width: 50%;
}
.page_list2 ul li:nth-child(2n+1) {
	clear: both;
}
.wrap {
	padding: 0 15px;
}
}
@media only screen and (max-width: 768px) {
.page_list3 ul li .text span.span1 {
	background: url(../images/icon16.png) no-repeat left center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span2 {
	background: url(../images/icon17.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span3 {
	background: url(../images/icon18.png) no-repeat 2px center;
	background-size: auto 60%;
}
.page_list3 ul li .text span.span4 {
	background: url(../images/icon19.png) no-repeat 2px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span5 {
	background: url(../images/icon20.png) no-repeat 10px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span6 {
	background: url(../images/icon21.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span7 {
	background: url(../images/icon22.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span8 {
	background: url(../images/icon23.png) no-repeat left center;
	background-size: auto 50%;
}
.page_list3 ul li .text span.span9 {
	background: url(../images/icon24.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span10 {
	background: url(../images/icon25.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span11 {
	background: url(../images/icon26.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span12 {
	background: url(../images/icon27.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span13 {
	background: url(../images/icon28.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span14 {
	background: url(../images/icon29.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span1, .page_list3 ul li a:hover .text span.span1 {
	background: url(../images/icon16_1.png) no-repeat left center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span2, .page_list3 ul li a:hover .text span.span2 {
	background: url(../images/icon17_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span3, .page_list3 ul li a:hover .text span.span3 {
	background: url(../images/icon18_1.png) no-repeat 2px center;
	background-size: auto 60%;
}
.page_list3 ul li a:active .text span.span4, .page_list3 ul li a:hover .text span.span4 {
	background: url(../images/icon19_1.png) no-repeat 2px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span5, .page_list3 ul li a:hover .text span.span5 {
	background: url(../images/icon20_1.png) no-repeat 10px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span6, .page_list3 ul li a:hover .text span.span6 {
	background: url(../images/icon21_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span7, .page_list3 ul li a:hover .text span.span7 {
	background: url(../images/icon22_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span8, .page_list3 ul li a:hover .text span.span8 {
	background: url(../images/icon23_1.png) no-repeat left center;
	background-size: auto 50%;
}
.page_list3 ul li a:active .text span.span9, .page_list3 ul li a:hover .text span.span9 {
	background: url(../images/icon24_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span10, .page_list3 ul li a:hover .text span.span10 {
	background: url(../images/icon25_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span11, .page_list3 ul li a:hover .text span.span11 {
	background: url(../images/icon26_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span12, .page_list3 ul li a:hover .text span.span12 {
	background: url(../images/icon27_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span13, .page_list3 ul li a:hover .text span.span13 {
	background: url(../images/icon28_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span14, .page_list3 ul li a:hover .text span.span14 {
	background: url(../images/icon29_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a .text span {
}
.wrap {
	padding: 0 15px;
	margin: 0;
}
.news_list2 {
	margin-top: 30px;
}
.news_rt .item {
	margin: 20px 0;
}
.news_rt ul {
	max-height: initial;
	height: auto;
}
}
.banner .item {
	height: 600px;
}
@media only screen and (max-width: 1200px) {
.banner .item {
	height: 500px;
}
}
@media only screen and (max-width: 1024px) {
.banner .item {
	height: 400px;
}
}
@media only screen and (max-width: 800px) {
.banner .item {
	height: 350px;
}
}
@media only screen and (max-width: 600px) {
.banner .item {
	height: 300px;
}
}
#tyj {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.foot2 .wrap .frt span a {
	color: #969696;
}
/*幻灯自适应手机端 CSS*/
.mkeBody {
	background: #121212;
}
.mkeHeadBox {
	padding: 30px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-bottom: 3px solid #666;
	box-shadow: inset 0 -2px 3px #000000;
	letter-spacing: 1px;
	font: 26px/26px "微软雅黑";
}
.mkeFooterBox {
	padding: 25px 10px;
	text-overflow: ellipsis;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid #666;
	box-shadow: inset 0 2px 3px #000000;
}
.mkeContentBox {
	background: #fff;
	padding: 0
}
.mkeContentBox:after {
	height: 0;
	clear: both;
}
.mkeFooterBox p, .mkeFooterBox div {
	padding: 0;
	margin: 0;
	line-height: 26px;
	font-size: 14px;
}
.mkeFooterBox a {
	color: #fff;
	white-space: nowrap
}
.mkeButton {
	background: #F36;
	display: inline-block;
	text-decoration: none;
	width: 102px;
	border-radius: 0.3em;
	transition: all 0.3s ease
}
.mkeButton:hover {
	background: #FF1550;
}
.mkeURL {
	font-size: 24px;
}
.mkeFooterBox .mKeBannerAD {
	width: 728px;
	height: 90px;
	margin: 18px auto 0;
}
.mkeFooterBox .mSmallKeBannerAD {
	display: none;
}
@media only screen and (max-width:900px) {
.mkeButton {
	display: block;
	margin: 8px auto 0;
}
}
@media only screen and (max-width:767px) {
.mkeHeadBox {
	font-size: 18px;
	padding: 15px 10px;
}
.mkeFooterBox p, .mkeFooterBox div {
	line-height: 24px;
	font-size: 12px;
}
.mkeURL {
	font-size: 22px;
}
.mkeFooterBox .mKeBannerAD {
	display: none;
}
.mkeFooterBox .mSmallKeBannerAD {
	width: 300px;
	height: 250px;
	margin: 18px auto 0;
	display: block;
}
}
/*主要CSS*/
* {
	padding: 0;
	margin: 0;
}
.page_blue {
    height: 100%;
    width: 100%;
    background: url(../images/bg-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page_xq .wrap1 h2{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.page_xq .wrap1 p {
    color: #fff;
    font-size: 14px;
}

.swiper-slide-img{
    display: inline-block;
    position: relative;
    width: 100%;
}
.autoImg img {
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ZswpierView {
    width: 1200px;
    box-sizing: border-box;
    text-align: left;
    padding: 150px 0;
    margin: 0 auto;
    position: relative;
}

.ZswpierView .title {
    font-family: PingFangSC-Medium;
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}

.ZswpierView .des {
    opacity: 0.6;
    width: 690px;
    margin-top: 48px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.ZswpierView .tabs {
    display: flex;
    align-items: center;
}

.ZswpierView .tabs a {
    text-decoration: none;
    width: 194px;
    height: 44px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

.ZswpierView .tabs div {
    cursor: pointer;
    text-decoration: none;
    width: 150px;
    height: 46px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    background: linear-gradient(248deg,#ff8c1f,#ff6a00);
    border-radius: 4px
}
.ZswpierView .des{
    width:100%;
}


.ZswpierView .tabs div:hover {
    background: #ff7412;
}
.hmFocus .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.hmFocus .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	margin: 0 3px!important;
}
.hmFocus .swiper-pagination-bullet-active {
	background: #ff6a00;
}
/*幻灯自适应手机端 End*/