﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f50;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none\9;
}

/* 头部 */
.topbar {
    height: 30px;
    line-height: 30px;
    background: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    font-size: 12px;
    color: #666;
    position: relative;
    z-index: 88;
}

.topbar_l {
    float: left;
}

.topbar_l a {
    color: #666;
}

.topbar_l a:hover {
    color: #f50;
}

.top_xl_box {
    float: left;
    position: relative;
}

.top_xl {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    position: relative;
}

.top_xl_active {
    height: 31px;
    background: #fff;
    border-color: #dfdfdf;
}

i.top_arrow {
    display: inline-block;
    width: 9px;
    height: 6px;
    overflow: hidden;
    margin-left: 5px;
    *margin-top: -10px;
    background: url(../images/xjt10.png);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.top_xl_box:hover i.top_arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.top_xl_info {
    display: none;
    position: absolute;
    background: #fff;
    top: 31px;
    border: solid 1px #dfdfdf;
    border-top: 0;
}

.top_link {
    color: #3b73ab;
    padding: 0 5px;
    display: inline-block;
}

.topbar_r {
    float: right;
}

.top_rightinfo {
    right: 0;
    width: 290px;
    padding: 10px;
}

.top_dh_box {
    margin-bottom: 15px;
    max-height: 9999px;
}

.top_dh_l {
    float: left;
    width: 80px;
    font-weight: bold;
    color: #f50;
}

.top_dh_r {
    float: right;
    width: 205px;
    padding-top: 3px;
    line-height: 0;
}

.top_dh_r a {
    color: #666;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 6px 0;
    margin-right: 6px;
    border-right: 1px solid #e5e5e5;
    padding-right: 6px;
}

.top_dh_r a:last-child {
    border-right: 0;
}

.top_dh_r a:hover {
    color: #f50;
}

.top_hyzx {
    left: 0;
    width: 190px;
    padding: 10px;
}

.top_hyzx_box {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.top_hyzx_tit {
    color: #666;
    font-weight: bold;
}

.top_hyzx_link {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #666;
}

.top_hyzx_b_box {
    float: left;
    width: 100%;
    max-height: 9999px;
}

.top_hyzx_b_box .top_hyzx_link {
    float: left;
    width: 45%;
    margin-right: 5%;
    *margin-right: 4%;
}

.top_fr {
    right: 0;
    left: inherit;
}

.fr {
    float: right;
}

.top_hyzx_b_box {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

i.top_arrow {
    opacity: .8;
    filter: alpha(opacity=80);
}

.top_dh_box:last-of-type {
    margin-bottom: 0;
}

.top_xl_mr {
    width: 82px;
    text-align: center;
}

.top_xl_mr a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
}

.top_zssl {
    width: 330px;
    padding: 0 10px;
}

.top_zssl_box {
    max-height: 9999px;
    margin-top: 5px;
}

.top_zssl_info {
    float: left;
    width: 80px;
    margin: 0 15px;
}

.top_zssl_t {
    text-align: center;
    font-size: 12px;
}

.top_zssl_t span {
    font-size: 12px;
    color: #888;
}

.top_zssl_b img {
    width: 77px;
    height: 77px;
    padding: 2px;
    border: 1px solid #e6e6e6;
}

.top_cpyl {
    width: 110px;
    padding: 5px 15px 0;
}

.top_cpyl_info {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 6px;
    text-align: center;
}

.top_cpyl_t {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.top_cpyl1 .top_cpyl_t,
.top_cpyl1:hover .top_cpyl_b {
    color: #00B0F5;
}

.top_cpyl2 .top_cpyl_t,
.top_cpyl2:hover .top_cpyl_b {
    color: #C65911;
}

.top_cpyl3 .top_cpyl_t,
.top_cpyl3:hover .top_cpyl_b {
    color: #3AB050;
}

.top_cpyl4 .top_cpyl_t,
.top_cpyl4:hover .top_cpyl_b {
    color: #7030A0;
}

.top_cpyl_b {
    display: block;
    margin-top: -2px;
    line-height: 19px;
    font-size: 12px;
    color: #999;
}

.top_cpyl_info_more {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: -6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.header {
    height: 100px;
    background: #fff;
}


.logo {
    float: left;
    margin-top: 22px;
}

.logo_r_txt {
    float: left;
    height: 55px;
    line-height: 55px;
    margin: 24px 0 0 15px;
    padding-left: 15px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #5c5c5c;
    background: url(../images/h_bg.png) left center no-repeat;
}

.logo_r_phone {
    float: right;
    margin-top: 16px;
    padding-left: 72px;
    font-size: 18px;
    color: #2c2c2c;
    background: url(../images/h_dh.png) left center no-repeat;
}

.logo_r_phone_t {
    margin-top: 6px;
}

.logo_r_phone_b {
    margin-top: -10px;
    font-size: 32px;
    font-family: Impact;
    color: #ff4e00;
}

.nav {
    height: 40px;
    line-height: 40px;
    background: #ff4e00;
}


.nav_info li {
    float: left;
    width: 149px;
    position: relative;
}

.nav_info li a,
.nav_info li span {
    display: block;
    background: url(../images/nav_bg.jpg) right center no-repeat #ff4e00;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.nav_info li:hover a,
.nav_info li a.on,
.nav_info li:hover span,
.nav_info li span.on {
    background: #dd0808;
    color: #fff;
}

.nav_info li .nav_two {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f70;
    z-index: 9;
}

.nav_info li:hover .nav_two {
    display: block;
}

.nav_info li .nav_two a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f50;
    color: #fff;
    font-size: 14px;
    background: none;
}

.nav_info li .nav_two a:hover {
    background: #f60;
    color: #fff;
}

.nav_info li:hover .nav_two {
    display: block;
}

.nav_tb,
.nav_close {
    display: none;
}

.nav_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* 头部 */

/* 底部 */
.footer {
    position: relative;
    clear: both;
    background: #fff;
    border-top: 2px solid #FF4E00;
    padding-top: 10px;
    overflow: hidden;
}

.letter_class,
.footer_lj {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.letter_class {
    color: #ccc;
    font-size: 12px;
}

.letter_class span {
    color: #039;
}

.letter_class a {
    padding: 0 8px;
    color: #039;
    margin: 0 5px;
}

.letter_class a:hover {
    color: #f60;
    text-decoration: underline;
}

.footer_lj a {
    padding: 0 8px;
}

.footer_lj a:hover {
    text-decoration: underline;
}

.footerTxt {
    width: 1200px;
    line-height: 25px;
    margin: 5px auto 20px;
    text-align: center;
}

.footerTxt p {
    clear: both;
    width: 100%;
    margin: 0 auto;
    color: #999;
    text-align: center;
    line-height: 28px;
}

.footerTxt p span {
    padding: 0 10px;
}

.footerTxt p a {
    color: #555;
}

.footerTxt p a:hover {
    color: #555;
    text-decoration: underline;
}

.footerTxt p.orange {
    color: #f60;
}

.footerTxt p.orange a {
    color: #f60;
}

.footerTxt p.orange a:hover {
    color: #f60;
    text-decoration: underline;
}

.footerTxt .sina {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 -4px 10px;
    background: url(../images/f_wb.png);
}

.footerTxt .wxcode {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 0 -4px 10px;
    background: url(../images/f_wx.png);
    position: relative;
}

.footerTxt .wxcode img {
    display: none;
    position: absolute;
    top: -5px;
    right: -100px;
    width: 100px;
    height: 100px;
    z-index: 9;
}

.footerTxt .wxcode:hover img {
    display: block;
}

.bottom_img {
    width: 740px;
    margin: 10px auto 20px;
    height: 47px;
}

.bottom_img ul li {
    float: left;
    margin: 0 10px;
    position: relative;
    height: 47px;
    line-height: 0;
    overflow: hidden;
}

/* 底部 */


/*for IE9*/

.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
    /* overflow: hidden; */
}
.wxPic{
	display:none;
}
.banner {
    background: url(../images/img1.jpg) no-repeat top center;
    height:500px;
		overflow:hidden;
}

.banner .box {
    position: relative;
    overflow: visible;
}

.banner .banner_box {
    position: absolute;
    color: #333;
    top: 72px;
    left:40px;
}

.banner .title {
	opacity: 0;
	animation: btitle 2s forwards;
}
.banner .title span{
	font-size:36px;
	font-weight:bold;
	padding-left:21px;
	color:#fff;
	text-shadow:0 2px 6px rgba(87,25,180,.55);
}
.banner .title .tit {
	margin-top:10px;
	font-size:0px;
	background:url(../images/ico1.png) no-repeat;
	width:575px;
	height:120px;
}
@keyframes btitle {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.banner .des2 {
    margin: 20px 0 0 16px;
		opacity: 0;
		transform-origin:left center;
		animation: bdes 1s 1s forwards;
}
@keyframes bdes {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.banner .des2 p{
	display:inline-block;
	text-align:center;
	width:535px;
	height:55px;
	line-height:55px;
	color:#0a81e8;
	font-size:24px;
	background:rgba(255,255,255,.8);
	border:solid 1px rgba(10,129,232,.9);
	transform-origin:left center;
	border-radius:40px;
}
.banner_right{
	position:absolute;
	z-index:1;
	left:50%;
	top:64px;
}
.banner_right>div{
	perspective: 1000px;
}
.banner_right p{
	transform-style: preserve-3d;
	transform: rotateX(45deg) scale(1, 0.5);
}
.banner_right i{
	width:600px;
	height:600px;
	display: block;
	background:url(../images/ico4.png) no-repeat;
	animation: rotatean 16s infinite linear;
}
@keyframes rotatean {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.banner_right em{
	background:url(../images/ico3.png) no-repeat;
	width:381px;
	height:342px;
	display: block;
	position:absolute;
	z-index:1;
	left:114px;
	top:61px;
}
.banner_right span{
	background:url(../images/ico2.png) no-repeat;
	width:167px;
	height:190px;
	display: block;
	position:absolute;
	z-index:2;
	left:228px;
	top:210px;
	animation: risean 2s infinite linear;
}
@keyframes risean {
    0% {
        transform:translateY(0px);
    }
		50% {
		    transform:translateY(-10px);
		}
    100% {
        transform:translateY(0px);
    }
}
.box-container {
    padding: 80px 0;
		box-sizing: border-box;
}
.box-container .title{
	margin: 0px auto 40px auto;
}
.box-container .title h2{
    text-align: center;
		font-size: 32px;
		color:#0d86fe;
		font-weight:600;
		line-height:1;
}
.box-container .title h2::after{
	content:"";
	display: block;
	margin:15px auto 20px auto;
	width:60px;
	height:8px;
	background:#0d86fe;
	border-radius:4px;
}
.rows3 h2 span{
	color:#fe3303;
	font-size:52px;
	margin-left:5px;
}
.rows3 h2 i{
	font-size:32px;
	margin-left:5px;
}
.box-container .content {
    margin-top: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap:48px;
		color:#666;
		font-size:16px;
		line-height:32px;
}
 .rows1.box-container .content{
	flex-direction: column;
	gap:12px;
}
.rows1-item{
	box-sizing: border-box;
	width:1160px;
	border:dashed 1px #0d86fe;
	padding:24px;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	gap:24px;
}
.rows1-item h3{
	width:100%;
	font-size:22px;
	color:#333;
	text-align:center;
}
.rows1-left,.rows1-right{
	width:calc(50% - 12px);
	text-align:center;
}
.flowpath{
	align-items:center;
}
.flowpath .rows1-left,.flowpath .rows1-right{
	width:auto;
}
.flowpath>img{
	margin-left:-60px;
	transition:all .4s;
}
.flowpath>img:hover{
	transform:translateX(10px);
}
.flowpath .rows1-right{
	position:relative;
	width: 647px;
	height:380px;
	background:url(../images/img2.jpg) no-repeat;
	background-size:100% 100%;
}
.flowpath .rows1-right h4,.flowpath .rows1-right p,.flowpath .rows1-right span,.flowpath .rows1-right em{
	position:absolute;
	z-index:1;
	font-size:18px;
	color:#0d86fe;
	font-weight:bold;
}
.flowpath .rows1-right h4{
	font-size:20px;
	left:255px;
	top:6px
}
.txt1{
	left:32px;
	top:62px;
}
.txt2{
	left:42px;
	top:130px;
}
.txt3{
	left:52px;
	top:196px;
}
.txt4{
	left:24px;
	top:264px;
}
.txt5{
	left:220px;
	top:331px
}
.txt6{
	left:357px;
	top:331px
}
.txt7{
	left:565px;
	top:62px;
}
.txt8{
	left:556px;
	top:130px;
}
.txt9{
	left:538px;
	top:196px;
}
.txt10{
	left:565px;
	top:264px;
}
.txt11{
	left:569px;
	top:330px;
}
.flowpath .rows1-right p:hover{
	cursor:default;
	color:#fe3303;
}
.flowpath .rows1-right span{
	color:#fff;
}
.flowpath .rows1-right i{
	display:block;
	color:#fff;
	line-height:1;
}
.flowpath .rows1-right span:hover,.flowpath .rows1-right span:hover i{
	cursor:default;
	color:#ff0;
}
.txt12{
	left:295px;
	top:58px;
}
.txt13{
	left:153px;
	top:147px;
}
.txt14{
	left:428px;
	top:147px;
}
.txt15{
	left:285px;
	top:236px;
}
.flowpath .rows1-right em{
	color:#fff;
	left:295px;
	top:147px;
}
.flowpath .rows1-right em:hover,.flowpath .rows1-right em:hover i{
	cursor:default;
	color:#ff0;
}
.rows1-item i{
	color:#0d86fe;
}
.rows1-left img{
	transition:all .4s;
}
.rows1-left:hover img{
	transform: translateY(-10px);
}
.rows1-left{
	line-height:26px;
}
.rows1-data{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:50px;
	box-sizing: border-box;
	padding-top:40px;
	position:relative;
}
.rows1-data::before,.rows1-data::after{
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	content:"";
	display: block;
	overflow:hidden;
	opacity:.28;
}
.rows1-data::before{
	width:80%;
	height:1px;
	background:linear-gradient(to right,#fff,#0d86fe,#fff);
	margin:21px 0 0 -210px;
}
.rows1-data::after{
	width:1px;
	height:80%;
	background:linear-gradient(to bottom,#fff,#0d86fe,#fff);
	margin-top:-76px;
}
.rows1-data dl{
	width:calc(50% - 25px);
	text-align:center;
	transition:all .4s;
}
.rows1-data dl:hover{
	transform:translateY(-10px);
}
.rows1-data dt{
	color:#0d86fe;
	font-size:42px;
}
.arrowUp{
	background:url(../images/ico7.png) no-repeat;
	background-position:68% 0px;
	box-sizing: border-box;
	text-indent:-30px;
	
}
.rows1-data dt::after{
	content:"";
	display: block;
	width:180px;
	height:4px;
	background:#b4b4b4;
	border-radius:2px;
	margin:10px auto;
}
.rows1-data em{
	font-size:24px;
}
.rows1-right{
	padding-top:15px;
}
.rows2{
	background:#f9fbff;
}
#swiper1{
	height:740px;
	box-sizing: border-box;
	padding-top:100px;
	user-select: none;
}
.pagination1{
	position:absolute;
	z-index:1;
	width:100%;
	top:0;
	left:0;
	text-align:center;
}
.swiper-pagination-switch{
	display:inline-block;
	width:210px;
	padding:12px 0;
	background:#e6f1ff;
	margin:0 10px;
	border-radius:8px;
	color:#5d5b5b;
	text-align:center;
	font-size:20px;
	line-height:26px;
	cursor: pointer;
	position: relative;
}
.swiper-pagination-switch i{
	display: block;
}
.swiper-active-switch{
	background:#2486ff;
	color:#fff;
}
.swiper-active-switch::after{
	position:absolute;
	z-index:1;
	bottom:-6px;
	left:50%;
	transform: translateX(-50%);
	width:13px;
	height:6px;
	display: block;
	content:"";
	background:url(../images/ico11.png) no-repeat;
}
.swiper-slide span{
	font-size:20px;
	display: block;
	text-align:center;
	margin-bottom:10px;
}
.rows3-item{
	width:560px;
	height:450px;
	background:#f2f6ff;
	border:solid 1px #e6eeff;
	box-sizing: border-box;
	border-radius:15px;
	padding:24px 40px;
	display: flex;
	flex-direction:column;
	align-items:center;
	gap:12px;
	transition:all .4s;
}
.rows3-item:hover{
	transform: translateY(-10px);
}
.rows3.box-container .title{
	margin-bottom:95px;
}
.rows3-item h3{
	width:350px;
	height:64px;
	background:#0d86fe;
	color:#fff;
	line-height:64px;
	font-size:30px;
	text-align:center;
	border-radius:32px;
	margin:-56px 0 50px 0;
}
.rows3-item p{
	width:100%;
	text-align:left;
	display:flex;
	gap:10px;
	font-size:24px;
}
.rows3-item p:before{
	display: block;
	content:"";
	width:10px;
	height:10px;
	border-radius:5px;
	background:#0d86fe;
	margin-top:10px;
}
.rows3-item p span{
	flex:1;
}
.rows3-item p i{
	color:#0d86fe;
}
.rows3 .rows3-item:nth-child(2){
	gap:16px;
}
/* 申请表单 */
.sq {
	width: 100%;
	overflow: hidden;
	height:630px;
	background:#f9fbff;
}

.sq .title {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 83px;
}

.sq .subtitle {
	font-size: 28px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 30px 0;
}

.sqxx_box {
	margin: 102px auto;
	width: 1040px;
	overflow: hidden;
	border-radius:25px;
	box-sizing: border-box;
	border: solid 4px #3d74f6;
	background:#fff;
}

.sqxx_b {
	width: 990px;
	margin: 60px auto 40px;
	max-height: 9999px;
}

.sqxx_info {
	float: left;
	margin: 0 0 30px 24px;
}

.sqxx_l {
	display: inline-block;
	min-width: 66px;
	text-align: right;
	margin-right: 5px;
	font-size: 14px;
	color: #386cde;
}

.sqxx_l i {
	font-weight: bold;
	padding-right: 4px;
	color: #386cde;
}

.sqxx_input {
	height: 33px;
	line-height: 33px;
	width: 200px;
	padding: 0 10px;
	border: 1px solid #bec0c2;
	border-radius: 2px;
	background: none;
	color: #333;
}

.sqxx_input::-webkit-input-placeholder {
	color: #929292;
}

.sqxx_textarea {
	vertical-align: middle;
	height: 134px;
	line-height: 22px;
	width: 380px;
	padding: 6px 10px;
	border: 1px solid #bec0c2;
	border-radius: 2px;
	background: none;
	font-family: '微软雅黑';
	resize: none;
	color: #333;
}

.sqxx_l_ly {
	position: relative;
	top: -54px;
}

.sqxx_kjy {
	float: right;
	width: 420px;
	margin-right: 25px;
}

.sqxx_kjy_t {
	height: 40px;
	line-height: 40px;
	background:linear-gradient(to right,#2954fd,#5185ff);
	border: 1px solid #2954fd;
	border-bottom: 0;
	padding: 0 20px;
	font-size: 15px;
	color: #fef8ec;
}

.sqxx_kjy_b {
	border: 1px solid #9ea1a3;
	border-top: 0;
	padding: 8px 18px;
}

.sqxx_kjy_info {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/zjt557.png) left center no-repeat;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sqxx_kjy_info:hover {
	color: #f00;
}

.sqxx_btn {
	float: left;
	width: 100%;
	text-align: center;
}

.sqxx_btn input {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background: url(../images/btn.png) no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}

.sqxx_btn input:hover {
	background: url(../images/btnpress.png) no-repeat;
}

.sqxx_error {
	float: left;
	width: 100%;
	min-height: 18px;
	margin: -16px 0 12px;
	color: #d01a19;
	text-align: center;
}


.consult {
	position: fixed;
	right: 0;
	top: 50%;
	width: 200px;
	height: 220px;
	margin-top: -110px;
	overflow: hidden;
	z-index: 9;
}

.consult_wapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.consult_l {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 100%;
}

.consult_show {
	height: 58px;
	border-radius: 4px 0 0 4px;
	background: url(../images/yjt.png) center 45px no-repeat #f0dfd2;
	border-right: 1px solid #e3d3c7;
	color: #333;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

.consult_hide {
	background: url(../images/zjt.png) center 45px no-repeat #f0dfd2;
}

.consult_box {
	position: absolute;
	left: 25px;
	top: 0;
	width: 175px;
	height: 100%;
	background: #f0dfd2;
	text-align: center;
	border-radius: 0 0 0 4px;
}

.kf {
	margin-top: 20px;
	border-radius: 50%;
}

.consult_mobile {
	font-size: 14px;
	color: #464646;
	margin: 10px 0 8px;
}

.consult_btn {
	display: inline-block;
	width: 90%;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	background: #f60;
	color: #fff;
	border-radius: 4px;
	letter-spacing: 2px;
}

.consult_btn:hover {
	background: #f50;
	color: #fff;
}
@media screen and (max-width:1200px) {
	body {
		min-width: 0;
	}
	.topbar,.footer,.consult,.logo_r_txt,.logo_r_phone {
		display: none;
	}
	.logo {
		margin-left: 10px;
	}
	.nav_tb {
		display: inline-block;
		width: 35px;
		height: 35px;
		background: #666;
		position: absolute;
		right: 10px;
		top: 34px;
		background: url(../images/menu.png);
	}
	.nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background: #000;
		z-index: 99999;
		overflow-y: auto;
	}
	.nav_info li {
		width: 100%;
		background: none;
		border-bottom: 1px solid #222;
	}
	.nav_info li a {
		background: none;
		font-size: 15px;
	}
	.nav_info li:hover a {
		background: #000;
	}
	.nav_info li a.on {
		background: #303030;
		color: #fff;
	}
	.nav_info li .nav_two,.nav_info li .nav_two a:hover {
		display: block;
		position: relative;
		background: 000;
	}
	.nav_info li .nav_two a {
		border: 0;
		font-size: 14px;
		color: #999;
	}
	.nav_close {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: url(../images/close75.png);
		z-index: 9;
		opacity: .8;
	}
	.box {
		width: 100%;
	}
	.sq {
		box-sizing: border-box;
		padding:20px;
	}
	.sqxx_box {
		width: 100%;
		background-size: contain;
	}
	.sqxx_b {
		margin: 40px auto 40px;
	}
	.sq .title {
		margin-top: 60px;
	}
	.sq .subtitle {
		margin: 20px 0;
	}
	.sqxx_box {
		width: 96%;
		margin: 50px auto;
		padding: 0;
		height: 485px;
		background: none;
	}
	.sqxx_b {
		width: auto;
		padding: 18px 0;
		box-sizing: border-box;
		padding-bottom: 30px;
		border-radius: 20px;
		background: #fff;
		margin: 0 auto 10px auto;
	}
	.sqxx_info {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.sqxx_l {
		display: block;
		text-align: left;
		margin: 0;
	}
	.sqxx_r {
		display: block;
	}
	
	.sqxx_input {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.sqxx_textarea {
		display: block;
		height: 120px;
		width: 100%;
		box-sizing: border-box;
	}
	.sqxx_error {
		margin: -6px 0 10px;
	}
	.sqxx_l_ly {
		top: 0;
	}
	.sqxx_kjy {
		display: none;
	}
	.box-container{
		padding:48px 24px;
	}
	.banner{
		height:400px;
		background-size:auto 400px;
		overflow: hidden;
	}
	.banner .des2 p{
		font-size:19px;
	}
	.box-container .content{
		gap:24px;
		margin-top:40px;
	}
	.swiper-wrapper img{
		max-width:100%;
	}
	#swiper1{
		height:615px;
	}
	.banner .title .tit{
		width:500px;
		background-size:100% auto;
	}
	.banner .des2 p{
		width:472px;
	}
	.banner .des2{
		margin-top:0;
	}
	.banner_right{
		top:-10px;
	}
	.rows1-item{
		width:100%;
	}
	.flowpath .rows1-left{
		width:32%;
	}
	.flowpath .rows1-right{
		width:62%;
	}
	.swiper-pagination-switch{
		width:calc(20% - 25px);
	}
	.rows3-item{
		width: calc(50% - 24px);
		height:495px;
	}
	.flowpath .rows1-right h4, .flowpath .rows1-right p, .flowpath .rows1-right span, .flowpath .rows1-right em{
		font-size:15px;
		font-weight:normal;
	}
	.flowpath .rows1-right h4 {
	  font-size:18px;
		font-weight:bold;
	  left: 226px;
	  top: 7px;
	}
	.txt2{
		left:40px;
	}
	.txt3{
		left:48px;
	}
	.txt5 {
	  left: 197px;
	  top: 332px;
	}
	.txt6 {
	  left: 319px;
	  top: 332px;
	}
	.txt7 {
	  left: 504px;
	  top: 64px;
	}
	.txt8 {
	  left: 497px;
	  top: 131px;
	}
	.txt9 {
	  left: 480px;
	  top: 198px;
	}
	.txt10 {
	  left: 504px;
	  top: 265px;
	}
	.txt11 {
	  left: 515px;
	  top: 332px;
	}
	.txt12 {
	  left: 265px;
	  top: 60px;
	}
	.txt13 {
	  left: 142px;
	  top: 150px;
	}
	.txt14 {
	  left: 382px;
	  top: 147px;
	}
	.txt15 {
	  left: 257px;
	  top: 238px;
	}

	.flowpath .rows1-right em {
	  color: #fff;
	  left: 264px;
	  top: 149px;
	}
}
@media screen and (max-width:999px) {
	.box-container {
		padding:30px 15px;
	}
	.banner{
		height:380px;
		background-size:auto 380px;
	}
	.banner .des2 p{
		width:370px;
		font-size:16px;
		letter-spacing:0px;
	}
	.banner .title span{
		font-size:24px;
	}
	.banner .banner_box{
		top:50px;
	}
	.banner .title .tit{
		width:390px;
		height:96px;
	}
	.box-container .title h2{
		font-size:28px;
	}
	.banner_right{
		transform-origin:left top;
		transform: scale(.75);
		top:64px;
	}
	.rows1-left{
		font-size:14px;
	}
	.rows1-left img{
		max-width:100%;
	}
	.rows1-data::before {
	  margin: 21px 0 0 -138px;
	}
	.rows1-data{
		gap:15px;
	}
	.rows1-data dt::after{
		width:100%;
	}
	.rows1-data dt{
		font-size:32px;
	}
	.arrowUp{
		background-position:79% 0px;
	}
	.rows1-right {
	  padding-top: 45px;
	}
	.flowpath .rows1-right{
		width:60%;
		height:290px;
	}
	#swiper1{
		height:618px;
	}
	.swiper-pagination-switch,.swiper-slide span{
		font-size:16px;
	}
	.flowpath>img{
		transform: scale(.75);
		margin-top: -55px;
	}
	.flowpath .rows1-right h4, .flowpath .rows1-right p, .flowpath .rows1-right span, .flowpath .rows1-right em{
		font-size:12px;
	}
	.flowpath .rows1-right h4 {
	  font-size:13px;
	  left: 161px;
	  top: 3px;
	}
	.txt1 {
	  left: 21px;
	  top: 53px;
	}
	.txt2{
		left:26px;
		top:109px;
	}
	.txt3{
		left:32px;
		top:165px;
	}
	.txt4 {
	  left: 14px;
	  top: 223px;
	}
	.txt5 {
	  left: 141px;
	  top: 279px;
	}
	.txt6 {
	  left: 226px;
	  top: 279px;
	}
	.txt7 {
	  left: 361px;
	  top: 53px;
	}
	.txt8 {
	  left: 354px;
	  top: 109px;
	}
	.txt9 {
	  left: 342px;
	  top: 165px;
	}
	.txt10 {
	  left: 361px;
	  top: 223px;
	}
	.txt11 {
	  left: 369px;
	  top: 278px;
	}
	.txt12 {
	  left: 188px;
	  top: 50px;
	}
	.txt13 {
	  left: 99px;
	  top: 127px;
	}
	.txt14 {
	  left:273px;
	  top: 126px;
	}
	.txt15 {
	  left: 181px;
	  top: 202px;
	}
	.flowpath .rows1-right em {
	  left: 188px;
	  top: 127px;
	}
	#swiper1 {
	  height: 525px;
	}
	.rows3-item h3{
		width:78%;
		font-size:22px;
		margin-bottom:8px;
	}
	.rows3-item p{
		font-size:16px;
	}
	.rows3-item{
		height:440px;
	}
}
@media screen and (max-width:767px) {
	.nav_tb {
		top: 10px;
	}
	.header {
		height: 60px;
	}
	.logo {
		margin: 17px 0 0 10px;
		height: 30px;
	}
	.sqxx_box{
		width:98%;
	}
	.sqxx_b {
		width: 100%;
		box-sizing: border-box;
	}
	.sqxx_info {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.sqxx_l {
		display: block;
		text-align: left;
		margin: 0;
	}
	.sqxx_r {
		display: block;
	}
	.sqxx_input {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.sqxx_textarea {
		display: block;
		height: 120px;
		width: 100%;
		box-sizing: border-box;
	}
	.sqxx_error {
		margin: -6px 0 10px;
	}
	.sqxx_l_ly {
		top: 0;
	}
	.sqxx_kjy {
		display: none;
	}
	.sqxx_box {
		border-radius:25px;
	}
	.banner {
	  height: 500px;
	  background-size:auto 100%;
	  background-position: -542px bottom;
		position: relative;
	}
	.banner_right{
		left:50%;
		top:164px;
		transform:scale(.75) translateX(-50%);
	}
	.banner .box{
		position: relative;
		z-index: 2;
		padding-right:10px;
		box-sizing: border-box;
	}
	.banner .banner_box{
		position: relative;
		left:0;
		top:0;
		width:92%;
		margin:30px auto;
		text-align:center;
	}
	.rows1-item{
		width:100%;
		flex-direction: column;
		padding:12px;
	}
	.rows1-item h3{
		font-size:12px;
	}
	.rows1-right{
		padding-top: 0;
	}
	.box-container .title h2{
		font-size:18px;
	}
	.rows1-left, .rows1-right,.flowpath .rows1-left,.flowpath .rows1-right{
		width:100%;
	}
	.flowpath .rows1-right{
		background:url(../images/img2_m.jpg) no-repeat center center;
		background-size:100% auto;
		height:224px;
	}
	.flowpath>img{
		transform: scale(.5) rotate(90deg);
		margin:-13px 0 0 -5px;
	}
	.swiper-pagination-switch{
		font-size:12px;
		margin:0 6px;
		padding:6px 0;
	}
	#swiper1 {
		height:288px;
		padding-top:64px;
	}
	.box-container .title em{
		display:inline;
	}
	.flowpath .rows1-right h4,.flowpath .rows1-right p,.flowpath .rows1-right span,.flowpath .rows1-right em{
		display:none;
	}
	.rows3 h2 span{
		font-size:32px;
	}
	.rows3 h2 i{
		font-size:18px;
	}
	.rows3 .content{
		flex-direction: column;
		gap:50px;
	}
	.rows3-item{
		width:100%;
		height:auto;
		gap:12px;
	}
	.rows3-item p{
		line-height:26px;
	}
	.rows3-item p:before{
		margin-top:9px;
	}
	.rows3.box-container .title {
	  margin-bottom:60px;
	}
}
@media screen and (max-width: 413px) {
	.banner .title .tit{
		width:100%;
	}
	.banner .des2 p{
		font-size:14px;
		width:100%;
	}
	.box-container .content{
		gap:12px;
	}
	.rows1-left{
		font-size:12px;
	}
	#swiper1{
		height:260px;
	}
	.swiper-pagination-switch {
	  width: calc(20% - 16px);
	}
	.rows3 h2 span {
	  font-size: 26px;
	}
	.rows3-item{
		padding:24px 14px;
	}
	.box-container .title h2{
		font-size:16px;
	}
	.rows3 .content{
		gap:50px;
	}
	.flowpath .rows1-right{
		height:186px;
	}
	.rows1-item{
		gap:12px;
	}
	.rows3.box-container .title {
	  margin-bottom: 50px;
	}
}
@media screen and (max-width: 374px) {
	.banner .title .tit{
		height:76px;
	}
	.banner .des2 p{
		font-size:13px;
		height:42px;
		line-height:42px;
	}
	.banner {
	  background-position: -469px bottom;
		height:418px;
	}
	.banner_right {
	  transform: scale(.5);
	  left: 1%;
	  top: 182px;
	}
	.box-container .title h2{
		font-size:14px;
	}
	.rows1-item h3 {
	  font-size: 14px;
	  line-height: 20px;
	}
	.rows1-data{
		font-size:12px;
		padding-top:15px;
	}
	.rows1-data dt{
		font-size:26px;
	}
	.rows1-data em{
		font-size:16px;
	}
	.rows1-data::before {
	  margin: 5px 0 0 -106px;
	}
	.swiper-pagination-switch{
		font-size:10px;
		margin:0 3px;
		width: calc(20% - 10px);
	}
	#swiper1 {
	  height: 218px;
	}
	.rows3 h2 span {
	  font-size: 20px;
	}
	.rows3 h2 i{
		font-size:14px;
	}
	.rows3-item h3{
		font-size:18px;
		height:45px;
		line-height:45px;
		margin-top:-45px;
	}
}