﻿@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/bannerbg.jpg) no-repeat top center;
    height:600px;
		overflow:hidden;
}

.banner .box {
    position: relative;
    overflow: visible;
}

.banner .banner_box {
    position: absolute;
    color: #333;
    top: 112px;
    left:40px;
}
.banner .title{
  display:flex;
  justify-content: center;
  gap:10px;
  align-items: center;
}
.banner .title span{
	display:block;
	font-size:0px;
	width:523px;
}
.banner .des2 .tit{
	animation: suban 1.6s infinite linear;
}
@keyframes suban{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
.banner .des2 {
    margin: 16px 0 0 15px;
    padding:16px 10px;
		box-sizing: border-box;
		font-size:32px;
		color:#fff;
		letter-spacing:1px;
		line-height:28px;
}



.box-container {
  padding: 64px 0;
  box-sizing: border-box;
}
.box-container .title{
	margin: 0px auto 40px auto;
}
.box-container .title h2{
  text-align: center;
  font-size: 38px;
  color:#000;
  font-weight:600;
  line-height:1;
  letter-spacing:1px;
}
.box-container .title h2 span{
	margin-left:20px;
}
.box-container .content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:48px;
  color:#333;
  font-size:22px;
  line-height:32px;
  box-sizing: border-box;
  position: relative;
}
.rows1{
  background:url(../images/img9.jpg) no-repeat center top;
  height:750px;
}
.rows1.box-container .content{
  justify-content: end;
  gap:12px;
  padding-top:64px;
}
.rows1-item{
  width:1000px;
  height:142px;
  box-sizing: border-box;
  background:#fff;
  padding:20px;
  display:flex;
  align-items: center;
  gap:32px;
  border-radius:12px;
  margin-bottom: auto;
  font-size:20px;
}
.rows1-item p em{
  font-weight:600;
  color:#d6140f;
}


.rows2{
  background:#f6f6f6;
}
.rows2 .content{
  flex-wrap: nowrap;
  padding:64px 0;
  gap:0px;
}
.rows2-item{
  position: relative;
  background:linear-gradient(to top right ,#f68d4b -20%,#b10200);
  margin:30px 0;
  overflow: hidden;
  color:#fff;
  display:flex;
  align-items: flex-start;
  padding:20px;
  gap:32px;
}
.rows2-item em{
  display: flex;
  justify-content:center;
  align-items: center;
  font-size:78px;
  height:80px;
  width:80px;
  font-style: italic;
  opacity: .12;
  font-weight:bold;
}
.rows2-item p{
  flex:1;
  font-size:20px;
  font-weight:500;
}
.rows3 .content{
  flex-direction: column;
}
.rows3-item{
  margin-top:48px;
  position: relative;
}
.rows3-img{
  position:absolute;
  z-index:2;
  left:50%;
  margin-left:-536px;
  top:0;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:32px;
}
.rows3-img p em{
  display: block;
  text-align:center;
  color:#fff;
  font-size:18px;
  font-weight:600;
}
.rows3-item-tit{
  position: relative;
  width:684px;
  height:202px;
  background:#f2f2f2;
  box-sizing: border-box;
  padding:42px 0 0 84px;
  margin:98px 0 0 516px;
  border-radius:20px 20px 0 0;
}
.rows3-item-tit h3{
  font-size:38px;
  color:#cc0505;
  font-weight:bold;
  display: flex;
  align-items: center;
  gap:20px;
  margin-bottom:24px;
}
.rows3-tips{
  font-size:22px;
  box-sizing: border-box;
  padding-bottom:10px;
  border-bottom: solid 1px #ccc;
  margin-right:90px;
}
.rows3-item-tit>i{
  position:absolute;
  z-index:1;
  top:-23px;
  right:32px;
  display: block;
  width:91px;
  height:91px;
  background:url(../images/ico8.png) no-repeat;
  color:#fff;
  font-size:64px;
  font-weight:bold;
  box-sizing: border-box;
  padding:27px 0 0 13px; 
  overflow: hidden;

}
.rows3-item-des{
  width:1200px;
  height:234px;
  background:url(../images/ico9.png);
  color:#fff;
  box-sizing: border-box;
  padding: 24px 56px 0 602px;
  font-size:18px;
  margin-top:-22px;
  position: relative;
  z-index:1;
}
.rows3-item-des p{
  display:flex;
  align-items: start;
  margin-top:16px;
}
.rows3-item-des p i{
  display: block;
  width:10px;
  height:10px;
  border-radius:5px;
  line-height:1;
  background:#fff;
  overflow: hidden;
  margin: 11px 8px 0 0;
}
.rows3-item-des p span{
  flex:1;
}
.rows3-item.flip .rows3-item-tit{
  margin:98px 516px 0 0 ;
}
.rows3-item.flip .rows3-img{
  margin-left:84px;
}
.rows3-item.flip .rows3-item-tit>i{
  right:auto;
  left: 32px;
}
.rows3-item.flip .rows3-item-tit{
  padding-left:115px;
}
.rows3-item.flip .rows3-item-des{
  padding: 24px 602px 0 110px;
}
.rows4{
  height:590px;
  background:url(../images/img2.jpg) no-repeat center top;
}
.rows4 h2{
  margin:50px 0;
}
.rows4 .content{
  justify-content: center;
  flex-wrap: nowrap;
}
.rows4-item{
  width:372px;
  box-sizing: border-box;
  height:310px;
  border:solid 1px #e1e1e1;
  background:#fff;
}
.rows4-item h3{
  width:370px;
  height:150px;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap:15px;
  color:#fff;
  font-size:28px;
  font-weight:600;
}
.rows4-item h3::after{
  content:"";
  display: block;
  width:35px;
  height:3px;
  background:#c00808;
}
.rows4-item-bg1{
  background:url(../images/img3.jpg) no-repeat center top;
}
.rows4-item-bg2{
  background:url(../images/img4.jpg) no-repeat center top;
}
.rows4-item-bg3{
  background:url(../images/img5.jpg) no-repeat center top;
}
.rows4-item p{
  font-size:18px;
  box-sizing: border-box;
  padding:36px;
}
.rows5{
  height:649px;
  background:url(../images/img6.jpg) no-repeat center top;
}
.rows5 h2{
  margin:42px 0;
}
.rows5 h2 span{
  color: #c00808;
}
.rows5 h2 p{
  margin-top:10px;
}
.rows5 dl{
  display: block;
  margin:0 auto;
  width:1200px;
  height:300px;
  box-sizing: border-box;
  padding:92px 0 0 44px;
  background:url(../images/img7.jpg) no-repeat center top;
}
.rows5 dt{
  color:#fff;
  font-size:32px;
}
.rows5 dd{
  font-size:24px;
  margin-top:42px;
}
.rows5 dd em{
  color:#c00808;
}
.rows6 .content{
  justify-content: center;
  flex-wrap: nowrap;
  gap:0;
  margin:64px 0 0 0;
}
.rows6-left,.rows6-right{
  background:#fff;
  box-sizing: border-box;
  border:solid 1px #252525;
  width:400px;
  height:232px;
}
.rows6-right{
  border-left:none;
}
.rows6-left-tit,.rows6-right-tit{
  height:78px;
  background:#c00808;
  color:#fff;
  text-align:center;
  line-height:78px;
  border-bottom:solid 1px #252525;
  font-size:28px;
}
.rows6-right-tit{
  background:#252525;
}
.rows6-left-box{
  display:flex;
  justify-content: center;
  align-items: center;
  height:150px;
  font-size:60px;
  color:#c00808;
  font-weight:bold;
}
.swiper-container{
  margin-top:20px;
  height:90px;
  overflow: hidden;
}
.swiper-slide{
  text-align:center;
  height:30px;
}
.swiper-slide div{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  padding:0 20px;
}
.rows6-right-more{
  text-align:center;
}
.rows7{
  background:url(../images/img8.jpg) no-repeat center bottom;
  height:439px;
}
.box-container.rows7 .title h2{
  margin-top:32px;
  color:#fff;
  text-align:left;
}
.rows7 .title h2 span{
  display: block;
  font-size:24px;
  margin-top:20px;
  font-weight: normal;
  margin-left:0px;
}
.rows7 .box{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.box-container.rows7 .content{
  justify-content: start;
}
.rows7-item{
  margin-top:20px;
  
}
.phone-an{
  display: block;
  animation: suban .8s infinite linear;
}
.rows7-right{
  box-sizing: border-box;
  padding-top:32px;
}
.rows7-right p{
  display: block;
  color:#fff;
  text-align:center;
  font-size:20px;
}
.rows8{
  background:url(../images/img10.jpg) no-repeat center top;
  height:1190px;
}
.rows8-item{
  width:100%;
}
.rows8-item-bg{
  width:302px;
  height:66px;
  color:#fff;
  font-weight:600;
  font-size:30px;
  background:url(../images/ico19.png) no-repeat;
  text-align:center;
  line-height:66px;
  overflow: hidden;
  letter-spacing:2px;
}
.rows8-item>p{
  background:#f9f9f9;
  border:solid 1px #f2f2f2;
  box-sizing: border-box;
  padding:12px 60px;
  margin-bottom:8px;
  font-size:24px;
  font-weight:500;
}
.rows8-item>p strong{
  color:#c00808;
  font-weight:500;
}
.rows8-item>p em{
  font-size:20px;
  color:#343434;
}
/* 申请表单 */
.sq {
	width: 100%;
	overflow: hidden;
	height:696px;
	background:#fff;
}
.sq_phone{
	margin:80px auto 0 auto;
	text-align:center;
}
.sq_phone h4{
	font-size:36px;
	color:#c00808;
	position:relative;
	font-weight:bold;
	letter-spacing:1px;
	width:365px;
	margin:0 auto 58px auto;
}
.sq_phone h4 span{
	position: relative;
	z-index: 2;
}
.sq_phone h4::before,.sq_phone h4::after{
	content:"";
	display: block;
	width:100%;
	height:20px;
	background:#c0080820;
	position:absolute;
	z-index:1;
	left:0;
	bottom:0px;
}
.sq_phone h4::after{
	height:2px;
	bottom:-4px
}

.sqxx_box {
	margin: 40px auto;
	width: 1040px;
	overflow: hidden;
	border-radius:25px;
	box-sizing: border-box;
	border: solid 4px #c00808;
	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: #c00808;
}

.sqxx_l i {
	font-weight: bold;
	padding-right: 4px;
	color: #c00808;
}

.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,#e01010,#c00808);
	border: 1px solid #c00808;
	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: #c00808;
}

.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/btnpress.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 {
	opacity: .9;
}

.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;
	}
	.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;
    overflow: hidden;
	}
	.banner{
		height:400px;
		background-size:auto 400px;
		overflow: hidden;
	}
	.banner .banner_box{
    top:64px;
		width:810px;
	}
  .banner .title span,.banner .title img{
    width:400px;
  }
  .banner .title span img,.banner .title .tit img{
    max-width:100%;
  }
	.banner .des2{
		font-size:26px;
    width:810px;
    margin:16px 0 0 0;
	}
  .banner .des2 img{
    max-width:100%;
  }
	.box-container .content{
		gap:24px;
		margin-top:40px;
	}
	.box-container .content img{
		max-width:100%;
	}
  .box-container .title h2{
    font-size:34px;
  }
  .rows1-item{
    width:100%;
  }
  .rows2 .content{
    padding:0;
  }
  .rows2-left{
    width:520px;
  }
  .rows3-img{
    margin-left: -462px;
    transform: scale(.75);
  }
  .rows3-item{
    margin-top:0;
    position: relative;
    overflow: hidden;
  }
  .rows3-item-tit{
    margin: 109px 0 0 363px;
    padding: 42px 0 0 36px;
    width: 460px;
  }
  .rows3-tips{
    font-size:18px;
    margin-right: 32px;
  }
  .rows3-item-des{
    width:862px;
    overflow: hidden;
    border-radius:40px;
    padding: 24px 24px 0 387px;
  }
  .rows3-item.flip .rows3-item-tit {
   margin: 98px 383px 0 9px;
  }
  .rows3-item.flip .rows3-img {
    margin-left: -21px;
  }
  .rows3-item.flip .rows3-item-des {
    padding: 16px 414px 0 43px;
  }
  .rows4-item{
    width:310px;
  }
  .rows4-item h3{
    width:100%;
    background-size:100% 100%;
    font-size:22px;
  }
  .rows4-item p{
    padding:25px;
  }
  .rows5 {
    height:545px;
  }
  .rows5 dl{
    background-size:100% auto;
    padding: 73px 0 0 44px;
  }
  .rows5 dt{
    font-size:24px;
  }
  .rows5 dd {
    font-size: 19px;
    margin-top: 29px;
  }
  .rows6 .content,.rows2 .content{
    gap:0;
  }
  
}
@media screen and (max-width:999px) {
	.box-container {
		padding:30px 15px;
	}
  .banner {
    height: 350px;
    background-size: auto 350px;
  }
    
  .banner .banner_box{
    left:auto;
    position: static;
    max-width:100%;
  }
  .banner .title{
    margin-top:72px;
  }
  .banner .des2{
    font-size:22px;
    text-align:center;
    max-width:584px;
    margin:16px auto;
  }
  .banner .des2 img{
    max-width:100%;
  }
  .banner .title img,.banner .title span {
    width: 292px;
  }

	.box-container .title h2{
		font-size:24px;
	}
  .rows8{
    height:auto;
  }
  .rows7 .title h2 span{
    font-size:17px;
  }
  .phone-an{
    width:80%;
  }
  .phone-an img{
    max-width:100%;
  }
  .rows1.box-container .content{
    padding-top:20px;
  }
	.rows1-item{
    height:auto;
    box-shadow: 0 0 8px rgba(0,0,0,.06);
  }
  .rows2 .content{
    flex-direction: column;
  }
  .rows3-img{
    position: relative;
    transform: translateX(-50%);
    margin:0 auto;
  }
  .rows3-item-des,.rows3-item.flip .rows3-item-des{
    width:100%;
    padding:20px;
    height:auto;
  }
  .rows3-item-tit,.rows3-item.flip .rows3-item-tit{
    margin:45px auto 0 auto;
    width:90%;
  }
  .rows3-img p em{
    color:#000;
  }
  .rows4-item{
    height:auto;
  }
  .rows4-item h3{
    font-size:17px;
    height:110px;
  }
  .rows4{
    height:510px;
  }
  .rows5 dl {
    padding: 51px 0 0 32px;
  }
  .rows5 dt {
    font-size: 18px;
  }
  .rows5 dd {
    font-size: 15px;
    margin-top: 13px;
  }
  .rows5 {
    height: 468px;
  }
  .rows7{
    height:345px;
  } 
  
.sq{
  height:690px;
}
.rows2 table{
  font-size:12px;
  line-height:1.5;
}
	.sq_phone p{
		font-size:28px;
	}
  .sq_phone{
    margin-top:32px;
  }
}
@media screen and (max-width:767px) {
	.nav_tb {
		top: 10px;
	}
	.header {
		height: 60px;
	}
  .banner .title span{
    height:76px;
  }
	.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: 460px;
	  background-size:auto 100%;
		position: relative;
	}
	.banner .title{
		display:flex;
		flex-direction: column;
		align-items:center;
		justify-content:center;
	}
	.banner .des2{
		padding:8px;
    max-width:98%;
		height:auto;
		margin:20px auto 0 auto;
	}
	.banner_right {
	  left: 0;
	  top: 253px;
	  transform: scale(.5) translateX(-60%);
	}
	.banner .box{
		position: relative;
		z-index: 2;
		box-sizing: border-box;
	}
	.banner .banner_box{
		position: relative;
		left:0;
		top:0;
		width:92%;
		margin:30px auto;
		text-align:center;
	}
	.box-container .title h2{
		font-size:24px;
    line-height:1.5;
	}
  .rows1{
    height:auto;
  }
	.rows1-item{
    font-size:16px;
    flex-direction: column;
  }
  .rows2-left{
    width:100%;
  }
  .rows3-img p em,.rows2-item p{
    font-size:16px;
  }
  .rows3-item-tit h3{
    font-size:24px;
  }
  .rows3-item-des{
    background:#c00808;
  }
  .rows3-img{
    gap:16px;
  }
  .rows3-item.flip .rows3-img{
    margin:0 auto;
  }
  .rows4{
    height:auto;
    background-size:auto 100%;
    
  }
  .rows4.box-container .content,.rows6.box-container .content{
    flex-direction:column;
  }
  .rows5 dl{
    background:#c00808;
    border-radius:20px;
    padding:20px;
    height:auto;
  }
  .rows5 dt{
    text-align:center;
  }
  .rows5 dd{
    text-align:center;
    color:#fff;
  }
  .rows5 dd em{
    color:#fff;
  }
  .rows6-right{
    border-left:solid 1px #252525;
  }
  .rows7{
    height:auto;
  }
  .box-container .title h2{
    font-size:17px;
  }
  .rows7 .title h2 span{
    font-size:13px;
  }
  .rows7-item{
    font-size:22px;
  }
  .rows8-item-bg{
    width:200px;
    height:44px;
    background-size:100% 100%;
    font-size:24px;
    line-height:44px;
  }
  .rows8-item>p{
    padding: 12px 20px;
    font-size:18px;
  }
  .rows8-item>p em{
    font-size:16px;
  }
  .rows7 .box{
    flex-direction: column;  
  }
  .rows7{
    background-size:auto 100%;
  }
  .rows7-item{
    margin-top:0;
  }
  .box-container.rows7 .title h2{
    text-align:center;
  }
  .phone-an{
    margin:0 auto;
  }
  .rows4-item p{
    font-size:16px;
  }
}
@media screen and (max-width: 413px) {
	.rows1-item2, .rows1-item3{
    margin-left:-130px;
  }

	.sq_phone h4 {
	  font-size: 20px;
	}
	.sq_phone p {
	  font-size: 14px;
	}
	.sq>img {
	  margin: 30px auto 0 auto;
	}
	.sq{
		height:auto;
	}
  .rows3-tips,.rows4-item p{
    font-size:16px;
  }
  .rows3-img p em, .rows2-item p{
    font-size:14px;
  }
  .rows6-left, .rows6-right{
    width:90%;
  }
  .box-container .title h2{
    font-size:15px;
  }
  .rows7 .title h2 span{
    font-size:12px;
  }

}
@media screen and (max-width: 374px) {
 .banner .des2{
  font-size:18px;
 }
  .sqxx_box{
    margin:20px auto;
  }
  .rows3-img p em, .rows2-item p{
    font-size:12px;
  }
	.rows3-item-tit h3 img{
    display:none;
  }
  .rows3-tips{
    margin-right:12px;
    font-size:14px;
    line-height:20px;
  }
  .rows3-item-des,.rows7-item{
    font-size:16px;
  }
}
