﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    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; */
}

.banner {
    background: url(../images/img1.jpg) no-repeat top center;
    background-color: #f9fbff;
    height:500px;
		overflow: hidden;
}

.banner .box {
    position: relative;
    overflow: visible;
}

.banner .banner_box {
    position: absolute;
    color: #fff;
    top:32px;
    left: 0;
}

.banner .title {
    opacity: 0;
    animation: btitle 2s forwards;
}

.banner .title .tit {
    width:564px;
    height:195px;
}


@keyframes btitle {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.banner .rightimg{
	position:absolute;
	top:68px;
	left:50%;
	margin-left:305px;
	z-index:2;
	opacity: 0;
	animation: bdes 1s 2s forwards;
}
.banner .rightimg img{
	animation: bstitle 3s infinite linear;
}
.banner .rightbg{
	position:absolute;
	top:68px;
	left:50%;
	margin-left:170px;
	z-index:1;
	opacity: 0;
	animation: bdes 1s 2s forwards;
}
@keyframes bstitle {
    0% {
        transform: translateY(0px) scale(.95);
    }
		50% {
		    transform: translateY(-15px) scale(1);
		}
    100% {
        transform: translateY(0px) scale(.95);
    }
}

.banner .des2 {
		color:#fff;
		font-size:16px;
		
}

.banner .des {
    display: inline-block;
    width:520px;
    height:auto;
    background:rgba(255,255,255,.11);
    border:solid 1px #fff;
    box-sizing: border-box;
    padding:10px;
    line-height: 24px;
		text-align:left;
    margin: 20px 0 0 20px;
    opacity: 0;
		letter-spacing: 1px;
    animation: bdes 1s 1s forwards;
}
@keyframes bdes {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.des i{
	font-size:8px;
	display: block;
	text-transform: uppercase;
	line-height:16px;
}
.box-container {
    padding: 60px 0;
		box-sizing: border-box;
}

.box-container .title h2{
    text-align: center;
    margin: 10px auto;
		font-size: 40px;
		color:#333;
		font-weight:600;
		letter-spacing:1px;
}
.box-container .title h2 span{
	margin: 0 10px;
}
.box-container .title h2 i{
	color:#0189ff;
}
.box-container .content {
    margin-top: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap:66px;
		color:#666;
		font-size:16px;
		line-height:32px;
}
h3{
	font-size:24px;
	font-weight:600;
	color:#333;
}
.rows1{
	background:url(../images/img2.jpg) no-repeat center bottom;
}
.rows1 .content{
	gap:60px 155px;
}
.rows1 h3{
	color:#ed710c;
	margin-bottom:10px;
}
.rows1-item{
	width:326px;
	height:144px;
	box-sizing: border-box;
	border: dashed 1px #ed710c;
	background:#fff;
	padding:15px;
	border-radius:8px;
	transition:all .4s;
}
.rows1-item p{
	line-height:24px;
}
.rows1 .rows1-item:nth-child(3){
	margin-right:108px;
}
.rows1-item:hover{
	transform: translateY(-10px);
	box-shadow:0 0 8px rgba(237,113,12,.5);
}
.rows2{
	height:804px;
	background:url(../images/img3.jpg) no-repeat center top;
}
.rows2-box p{
	width: 360px;
	height:60px;
	background:#0189ff;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:24px;
	margin-bottom:40px;
	border-radius:30px;
}
.rows2-box p:hover{
	background:#fff;
	box-sizing: border-box;
	border:solid 2px #0189ff;
	color:#0189ff;
	line-height:58px;
}
.rows2 img{
	transition:all .4s;
}
.rows2 img:hover{
	transform:translateX(-10px);
}
.rows3{
	background:url(../images/ico9.png) no-repeat center 212px;
}
.rows3 .content{
	gap:90px 400px;
}
.rows3-item{
	display:flex;
	box-sizing: border-box;
	padding:20px;
	width:350px;
	height:150px;
	align-items: center;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 8px rgba(0,0,0,.2);
	gap:25px;
	transition:all .4s;
}
.rows3-item div:nth-child(1){
	box-sizing: border-box;
	border:solid 2px #ddd;
	border-radius:47px;
	width:94px;
	height:94px;
	overflow: hidden;
}
.rows3-item:hover{
	transform:translateY(-10px);
	box-shadow: 0 0 8px rgba(1,137,255,.3);
}
.rows3-item:hover div:nth-child(1){
	border-color:#0189ff;
}
.rows3-item:hover h3{
	color:#0189ff;
}
.rows4{
	background:url(../images/img4.jpg) no-repeat center center;
	height:628px;
}
.rows4 .content >div{
	background:#fff;
	height:330px;
	width:405px;
	border-radius:15px;
	overflow: hidden;
	transition:all .4s;
}
.rows4 .content >div:hover{
	transform: translateY(-10px);
}
.rows4 dl dt{
	height:68px;
	line-height:68px;
	text-align:center;
	background:#e5e5e5;
	font-size:24px;
	color:#000;
	font-weight:600;
	margin-bottom:30px;
}

.rows4 .rows4-right dl dt{
	background:#014fff;
	color:#fff;
}
.rows4-left dd,.rows4-right dd{
	background:url(../images/ico11.png) no-repeat 40px 4px;
	box-sizing: border-box;
	margin:20px;
	padding-left:80px;
}
.rows4-right dd{
	background:url(../images/ico12.png) no-repeat 26px 4px;
	padding-left:68px;
}
.rows5 .content{
	padding:60px 0;
	gap:40px;
}
.rows5-item{
	width:200px;
	height:220px;
	background:#f6f6f6;
	text-align:center;
	border-radius:10px;
	overflow: hidden;
	transition:all .4s;
}
.rows5-item:hover{
	transform:translateY(-10px);
	box-shadow:0 0 8px rgba(1,137,255,.5);
}
.rows5-item dt{
	height:50px;
	line-height:50px;
	background:#0189ff;
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
}
.rows5-item img{
	transition:all .4s;
}
.rows5-item:hover img{
	transform: rotateY(360deg);
}
.rows6{
	background:url(../images/img5.jpg) no-repeat center center;
	height:834px;
}
.rows6 .content{
	flex-direction: column;
	gap:20px;
}
.rows7-item{
	background:url(../images/ico19.png) no-repeat center bottom;
	width:219px;
	height:326px;
	position: relative;
	box-sizing: border-box;
	text-align:center;
}
.rows7-img{
	width:98px;
	height:98px;
	box-sizing: border-box;
	border:solid 1px #0189ff;
	border-radius:49px;
	overflow: hidden;
	margin:0 auto 20px auto;
	transition:all .4s;
}
.rows7-item:hover .rows7-img{
	transform:translateY(-10px);
}
.rows7-item h3{
	color:#0189ff;
}
.rows7-item h3::after{
	content:"";
	width:72px;
	height:1px;
	display: block;
	margin:15px auto;
	background:linear-gradient(to right,#fff,#0189ff,#fff);
}
.rows7-item p{
	line-height:42px;
}
/* 申请表单 */
.sq {
	width: 100%;
	overflow: hidden;
	background:linear-gradient(to right,#34d3fb,#2e43eb);
	height:536px;
}

.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: 54px auto;
	width: 1040px;
	overflow: hidden;
	height: 431px;
	border-radius:55px;
	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: #2162f1;
	border: 1px solid #2162f1;
	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: 150px;
	height: 45px;
	line-height: 45px;
	background: #4259e4;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
	border-radius: 4px;
}

.sqxx_btn input:hover {
	opacity: .85;
}

.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;
}

.flex_tit {
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -600px;
	width: 1200px;
	display: none;
}
@media screen and (max-width:1180px) {
	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%;
	}
	.banner .subtitle {
		margin-left:50px;
		top:96px;
	}
	.banner .banner_box {
		left:50%;
		margin-left:-480px;
	}
	.sq {
		box-sizing: border-box;
		padding:20px;
	}
	.sqxx_box {
		width: 100%;
		background-size: contain;
		border-radius:25px;
	}
	.sqxx_b {
		margin: 40px auto 40px;
	}
	.box-container{
		padding:60px 20px;
	}
	.tdtitle{
		width:25%;
	}
	.rows1-item{
		width:44%;
		padding-top:26px;
		height:215px;
	}
	.rows1-item h3{
		font-size:24px;
	}
	.rows1-item img{
		width:96px;
		height:96px;
		margin-top:84px;
	}
	.rows1-item p{
		font-size:20px;
	}
	.rows2-left i{
		font-size:60px;
	}
}
@media screen and (max-width:1024px) {
	.sq .title {
		margin-top: 60px;
	}
	.sq .subtitle {
		margin: 20px 0;
	}
	.sqxx_box {
		width: 96%;
		margin: 15px 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;
	}
	.banner .rightbg{
		margin-left:85px;
	}
	.banner .rightimg{
		margin-left:220px;
	}
	.rows1 .content{
		gap:60px;
	}
	.rows1 .rows1-item:nth-child(3){
		margin-right: 0;
	}
	.rows1{
		background:none;
	}
	.rows2{
		height:680px;
	}
	.rows2 img{
		max-width:54%;
	}
	.rows3 .content{
	  gap: 40px 250px;
	}
	.rows3{
		background:none;
	}
	.box-container .content{
		gap:15px;
	}
	.rows5-item{
		width:180px;
	}
	
}
@media screen and (max-width:999px) {
	.box-container {
		padding:30px 0;
	}
	.banner .banner_box{
		transform-origin: left top;
		transform: scale(.75);
		margin-left: -360px;
	}
	.banner .rightbg {
	  margin-left: -32px;
	}
	.banner .rightimg {
	  margin-left: 106px;
	}
	.banner{
		height:415px;
		overflow: hidden;
	}
	.rows1-item{
		height:165px;
	}
	.rows1-item p{
		font-size:16px;
	}
	.rows1-item h3,.rows4 dl dt{
		font-size:20px;
	}
	.rows2-box p{
		width:325px;
		font-size:20px;
		margin-bottom:20px;
	}
	.rows2{
		height:auto;
	}
	.rows4 .content >div{
		width:270px;
	}
	.rows4-left dd, .rows4-right dd{
		padding-left:35px;
		background-position:0 0;
		line-height:25px;
	}
	.rows5 .content{
		padding:12px 20px;
	}
}
@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;
	}
	.banner{
		height:500px;
	}
	.banner .banner_box {
	  margin-left: -208px;
	}
	.banner .rightbg{
		width:50%;
	}
	.banner .rightimg {
	  width: 18%;
	  top: 330px;
	  margin-left: -26px;
	}
	.banner .rightbg img,.banner .rightimg img{
		max-width:100%;
	}
	.banner .rightbg{
		top:332px;
		margin-left:-98px;
	}
	.rows1-item h3, .rows4 dl dt,.rows2-box p{
		font-size:18px;
	}
	.rows1-item {
	  height: 235px;
	}
	.box-container .title h2{
		font-size:24px;
		margin:0 auto;
	}
	.box-container .content{
		margin-top:40px;
	}
	.rows3-item{
		width:44%;
		height: auto;
		flex-direction: column;
	}
	h3{
		font-size:18px;
	}
	.rows4,.rows6{
		height: auto;
		background:#f5f5f5;
	}
	.rows4 .content{
		flex-direction: column;
	}
	.rows6 img{
		max-width:85%;
	}
	.rows2 img{
		max-width:80%;
	}
	.rows5-item {
	  width: 172px;
	}
	.rows5-item dt{
		font-size:18px;
	}
}
@media screen and (max-width: 413px) {
	.banner{
		height:406px;
	}
	.banner .banner_box {
	  margin-left: -167px;
		transform: scale(.6);
	}
	.banner .rightbg {
	  top: 260px;
	  margin-left: -88px;
	}
	.banner .rightimg {
	  top: 260px;
	}
	.rows3-item{
		font-size:14px;
		padding:10px;
	}
	.rows5-item{
		width:150px;
	}
	.rows1-item h3, .rows4 dl dt, .rows2-box p{
		font-size:18px;
	}
	.rows1-item p,.box-container .content{
		font-size:14px;
	}
}

@media screen and (max-width: 374px) {
	.banner .banner_box {
	  margin-left: -132px;
	  transform: scale(0.5);
	}
	.banner .des {
	  margin-left: 15px;
	}
	.banner {
	  height: 390px;
	}
	.box-container .title h2{
		font-size: 20px;
	}
	.rows1-item{
		padding:6px;
		height:208px;
	}
	.rows1-item h3, .rows4 dl dt, .rows2-box p{
		font-size:16px;
	}
	.rows2-box p{
		width:280px;
		height:45px;
		line-height:45px;
	}
	h3{
		font-size:16px;
	}
	.rows3-item {
	  font-size: 13px;
	  padding: 8px;
	}
	.rows5-item {
	  width: 130px;
	}
	.sqxx_btn input{
		font-size:18px;
	}
	.sq{
		padding:6px;
	}
}