﻿@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:520px;
		overflow:hidden;
}

.banner .box {
    position: relative;
    display:flex;
    align-items:center;
    height:520px;
   
}

.banner .banner_box {

}
.banner .title{
  display:flex;
  justify-content: center;
  flex-direction: column;
  gap:10px;
  align-items:start;
  
}
.banner .title span{
	display:block;
	width:740px;
  height:76px;
}
.subtit>p{
  height:64px;
  display:flex;
  box-sizing: border-box;
  justify-content:center;
  align-items:center;
  padding:0 24px;
  border-radius:32px;
  color:#fff;
  font-size:32px;
  background:linear-gradient(to right,#9661d5,#3c70ff);
  margin:32px 0;
  animation: suban 1.6s infinite linear;
}
.banner .des2{
  display:flex;
  align-items:center;
  gap:15px;
  font-size:22px;
  color:#fff;
  margin-bottom:32px;
}
.banner .des2>span{
  background:url(../images/ico2.png) no-repeat left center;
  padding-left:30px;
}
@keyframes suban{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}

.box-container {
  padding: 100px 0;
  box-sizing: border-box;
}

.box-container .title h2{
  text-align: center;
  font-size: 42px;
  color:#000;
  font-weight:600;
  line-height:1;
  letter-spacing:1px;
  margin-bottom:68px;
  background: linear-gradient(to right, #dd1fff, #3c70ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-container .title h2 strong{
  color:#6a3ef5;
}
.rows1 .box{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  box-sizing: border-box;
}
.rows1-left .title{
  font-size:24px;
  font-weight:600;
  background: linear-gradient(to right, #a154ff, #3c70ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:5px;
}
.rows1-left .txt{
  font-size:20px;
  color:#2a2a2a;
}
.borderbottom{
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:solid 1px #ebf3ff;
}
.rows1-right{
  width:690px;
  height:400px;
  background:url(../images/ico3.png) no-repeat left center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:flex-end;
  font-size:20px;
  gap:18px;
}
.rows1-item{
  height:55px;
  border-radius:8px;
  display:flex;
  align-items:center;
  box-sizing: border-box;
  padding-left:80px;
  transition:all .4s;
}
.rows1-item:hover{
  transform: translateX(-10px);
}
.agent1{
  width:335px;
  background:#f3f7ff url(../images/ico4.png) no-repeat left center;
}
.agent2{
  width:312px;
  background:#f3f7ff url(../images/ico6.png) no-repeat left center;
}
.agent3{
  width:278px;
  background:#f3f7ff url(../images/ico8.png) no-repeat left center;
}
.agent4{
  width:312px;
  background:#f3f7ff url(../images/ico7.png) no-repeat left center;
}
.agent5{
  width:335px;
  background:#f3f7ff url(../images/ico5.png) no-repeat left center;
}
.rows2{
  background:url(../images/img1.jpg) no-repeat center top;
}
.rows2-box{
  background:rgba(255,255,255,.9);
  border-radius: 18px;
  border:solid 1px #fff;
  flex-wrap: wrap;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  box-sizing: border-box;
  padding:64px 0;
  font-size:20px;
}
.rows2-title{
  box-sizing: border-box;
  padding:0 60px 24px 60px;
}
.rows2-title em{
  font-weight:bold;
  color:#3e70ff;
}
.rows2-left img,.rows2-right img{
  transition:all .4s;
  border-radius:16px;
  overflow: hidden;
}
.rows2-left img:hover,.rows2-right img:hover{
  transform: translateY(-10px);
}
.rows3-box{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  gap: 20px;
  position: relative;
}
.rows3-item{
  width:calc(50% - 10px);
  box-sizing: border-box;
  background:#f5f9ff;
  border-radius: 12px;
  border:solid 1px #e7edf6;
  padding:24px;
}
.rows3-item h3{
  font-size:26px;
  color:#4070fe;
  font-weight:bold;
  margin-bottom:15px;
}
.rows3-item h3::before{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:5px;
  background:#4070fe;
  vertical-align: middle;
  margin-right:10px;
}
.rows3-item p {
  font-size:20px;
  font-weight:400;
  box-sizing: border-box;
  padding-right:46px;
}
.rows3-item:nth-child(2n) p{
  padding:0 0 0 54px;
}
.rows3-item:nth-child(2n) h3{
  text-align:right;
}
.rows3-item em{
  color:#4070fe;
  font-weight:600;
}
.rows3-icon{
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.rows4{
  background:url(../images/img7.jpg) no-repeat center top;
  color:#fff;
  position: relative;
  display:flex;
}
.rows4 .title h2,.rows7 .title h2{
  background:none;
  color:#fff;
  -webkit-text-fill-color:aliceblue;
}
.rows4-box{
  width:1130px;
  height:355px;
  margin:0 auto;
  background:url(../images/ico10.png) no-repeat;
  display:flex;
  justify-content:center;
  color:#fff;
  text-align:center;
}
.rows4-left{
  font-size:24px;
  width:217px;
  box-sizing: border-box;
  padding-top:70px;
}
.rows4-center{
  width:408px;
  margin-right:18px;
}
.rows4-right{
  width:485px;
}
.rows4-box p{
  line-height:68px;
}
.rows4-center,.rows4-right{
  font-size:20px;
}
.rows4-right h3,.rows4-center h3{
  font-size:28px;
  line-height:70px;
  font-weight:600;
}
.rows4-center h3{
  color:#0d1c80;
}
.rows5-box{
  background: url(../images/img8.jpg) no-repeat center bottom;
  height:500px;
  font-size:18px;
  position: relative;
}
.rows5-item{
  position:absolute;
  z-index:1;
  width:370px;
}
.rows5-item dt{
  font-size:24px;
  color:#4070fe;
  display:flex;
  align-items:center;
  gap:10px;
}
.rows5-item dt em{
  width:30px;
  height:30px;
  display: block;
  border-radius:15px;
  text-align:center;
  color:#fff;
  background: #4070fe;
  font-size:20px;
  line-height:30px;
}
.rows5-item dd{
  box-sizing: border-box;
  padding:10px 0 0 40px;
}
.item1{
  top:335px;
  left:12px;
}
.item2{ 
  top:145px;
  left:12px;
}
.item3{ 
  top:15px;
  left:500px;
}
.item4{ 
  top:145px;
  left:863px;
  width:320px;
}
.item5{ 
  top:335px;
  left:940px;
  width:267px;
}
.rows6{
  background:url(../images/img9.jpg) no-repeat center top;
}
.rows6-box{
  display:flex;
  gap:14px;
  justify-content: space-between;
}
.rows6-left,.rows6-right{
  width:calc(50% - 7px);
  
}
.rows6-box img{
  max-width:100%;
  max-height:100%;
  transition:all .4s;
  border-radius:20px;
  overflow: hidden;
}
.rows6-box img:hover{
  transform: translateY(-10px);
}
.rows7{
  background:url(../images/img12.jpg) no-repeat center top;
  color:#fff;
  font-size:18px;
}
.rows7 h3{
  width:432px;
  height:80px;
  margin:0 auto 36px auto;
  text-align:center;
  line-height:80px;
  font-size:36px;
  color:#fff;
  background:#1c03a1;
  border-radius:40px;
  font-weight:600;
}
.rows7 h3 em{
  color:#fddfce;
}
.rows7-flex{
  display:flex;
  gap:16px;
}
.rows7-flex dl{
  width:calc(50% - 8px);
}
.rows7-flex dt{
  width:100%;
  height:70px;
  background:linear-gradient(to right,#ffffcc,#ffcccc);
  border-radius:20px;
  text-align:center;
  line-height:70px;
  color:#330099;
  font-size:28px;
  font-weight:600;
  margin-bottom:10px;
}
.rows7-flex dd{
  box-sizing: border-box;
  border-radius:20px;
  border:solid 1px #ffffff99;
  background:linear-gradient(to right,#3366ff44,#bd67ff44);
  padding:18px 24px;
  line-height:36px;
  height:216px;
}
.rows7-flex p::before{
  content:"";
  width:10px;
  height:10px;
  display:inline-block;
  vertical-align: middle;
  border-radius:5px;
  background:#fff;
  margin-right:15px;
}
.rows7-block{
  box-sizing: border-box;
  border-radius:20px;
  border:solid 1px #ffffff99;
  background:linear-gradient(to right,#3366ff44,#bd67ff44);
  height:80px;
  text-align:center;
  line-height:80px;
  font-size:30px;
  font-weight: 600;
  margin-top:10px;
}
.rows7-block em{
  font-size:36px;
  vertical-align:bottom;
}
.rows7-tips{
  text-align:center;
  font-size:22px;
  margin:64px 0;
}
.rows7-package{
  display:flex;

}
.rows7-package-left{
  width:220px;
  display:flex;
  flex-direction: column;
  gap:10px;
}
.rows7-package-left>div,.rows7-package-left p{
  width:100%;
  box-sizing: border-box;
  background:linear-gradient(to right,#6633ff99,#cc66ff99);
  height:70px;
  display:flex;
  justify-content:center;
  align-items: center;
  border:solid 1px #ffffff99;
  border-radius:20px;
  font-size:22px;
  font-weight:600;
}
.rows7-package-left>div:not(:first-child){
  font-size:28px;
  text-shadow:0 0 5px rgba(0,0,0,.3);
  background:none;
  border-radius:20px 0 0 20px;
  border-right:none;
}
.rows7-package-left p{
  border:none;
  border-right:solid 1px #ffffff99;
}
.rows7-package-item{
  width:322px;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.rows7-package-item h4{
  height:70px;
  line-height:70px;
  margin-left:10px;
  background:linear-gradient(to right,#ffede3,#ffd7c0);
  border-radius:20px;
  color:#3a22a9;
  font-size:22px;
  font-weight:600;
}
.rows7-package-item h4 em{
  color:#f70d0d;
}
.rows7-package-item>div{
  box-sizing: border-box;
  height:70px;
  border-top:solid 1px #ffffff99;
  border-bottom:solid 1px #ffffff99;
  line-height:70px;
  font-size:20px;
}
.rows7-package-item.right-border>div{
  border-right:solid 1px #ffffff99;
  border-radius:0 20px 20px 0;
}
.rows7-package-item>div.price{
  font-size:28px;
  color:#f6e3d8;
  font-weight: 600;
}
.rows8{
  height:624px;
  background: url(../images/img13.jpg) no-repeat center top;
}
.rows8-item{
  width:583px;
  height:68px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:32px auto;
  background:linear-gradient(to right,#3d7bff 40%,#bd67ff);
  border-radius:34px;
  color:#fff;
  font-size:26px;
  font-weight:600;
}
.rows8-txt{
  color:#151c55;
  font-size:24px;
  font-weight:600;
  text-align:center;
}
.rows8-txt em{
  color:#f70d0d;
  margin-left:10px;
  font-size:26px;
}
/* 申请表单 */
.sq {
	width: 100%;
	overflow: hidden;
	height:488px;
	background:url(../images/img14.jpg) repeat-y;
}
.sqxx_box {
	margin: 36px auto;
	width: 1040px;
	overflow: hidden;
	border-radius:25px;
	box-sizing: border-box;
	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: #333;
}
.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,#3d7bff,#6c64f7);
	border: 1px solid #3d7bff;
	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: #6c64f7;
}
.sqxx_btn {
	float: left;
	width: 100%;
	text-align: center;
}
.sqxx_btn input {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background:linear-gradient(to right,#3d7bff,#6c64f7);
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	border: 0;
  border-radius:8px;
	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: 240px;
    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;
    font-size: 15px;
    background: #f60;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 2px;
}
.consult_btn:hover {
    background: #f50;
    color: #fff;
}
.enterpriseWeChat{
  width:175px;
  height:240px;
  box-sizing: border-box;
  background:rgb(255,255,255) url(../images/codebg.png)no-repeat;
  padding:15px 15px 0 15px;
  border:solid 1px #f8f8f8
}
.enterpriseWeChat span{
  display: block;
  text-align:center;
  height:30px;
  line-height:30px;
  color:#355782;
  margin-top:15px;
}
.enterpriseWeChat a:hover span{
  color:#fe3303;
}
.wechatbtn {
  display: none;
}
.wechatbtn a.telicon:hover{color:#fff;}
@media screen and (max-width:1200px) {
	body {
		min-width: 0;
    font-size:16px;
	}
  .box-container .content{
    font-size:16px;
  }
	.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: 0px auto;
		padding: 0;
		height: 488px;
		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 .box{
    height:460px;
  }
	.banner .banner_box{
    box-sizing: border-box;
    padding-left:30px;
	}
  .banner .title span{
    width:550px;
  }
  .banner .title div img{
    width:500px;
  }
  .banner .title span img,.banner .title .tit img{
    max-width:100%;
  }
  .subtit>p{
    font-size:28px;
    margin:0 auto 22px auto;
  }
  .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-left{
    width:30%;
  }
  .rows2-left,.rows2-right{
    height:520px;
  }
  .rows2-left img,.rows2-right img{
    max-height:100%;
    border-radius:10px;
  }
  .rows4-box{
    width:100%;
    background-size:100% auto;
  }
  .rows4-right h3, .rows4-center h3{
    line-height:70px;
  }
  .rows4-box p {
    line-height: 54px;
  }
  .item3{
    left:326px;
  }
  .item4{
    left:673px;
  }
  .item5{
    left:722px;
  }

}
@media screen and (max-width:999px) {
	.box-container {
		padding:30px 15px;
	}
  .banner {
    height: 282px;
    background-size: auto 282px;
  }
  .banner .box{
    height:320px;
  } 
  .banner .banner_box{
    left:auto;
    position: static;
    max-width:100%;
  }
  .banner .des2{
    font-size:18px;
  }
  .banner .des2 img{
    max-width:100%;
  }
  .banner .title img,.banner .title span {
    width: 415px;
  }
  .subtit>p{
    font-size:21px;
  }

	.box-container .title h2{
		font-size:24px;
	}
  .sq{
    height:690px;
  }
  .rows1 .box{
    flex-direction: column;
  }
  .rows1-left{
    width:70%;
  }
  .rows2-left, .rows2-right {
    height: 390px;
  }
  .rows3-item p{
    font-size:15px;
  }
  .rows4-right h3, .rows4-center h3{
    font-size:22px;
    line-height:53px;
  }
  .rows4-left{
    font-size: 18px;
    padding-top: 52px;
  }
  .rows4-box p{
    line-height:42px;
  }
  .rows4-center, .rows4-right{
    font-size:15px;
  }
  .rows4-box{
    height:272px;
  }
  .rows5-item dt{
    font-size:18px;
  }
  .rows5-box{
    font-size:14px;
  }
  .item3{
    left:254px;
  }
  .item4{
    left:500px;
    width:240px;
  }
  .item5{
    left:556px;
    width:180px;
  }
  .rows7 h3{
    height:60px;
    line-height:60px;
    font-size:28px;
  }
  .rows7,.rows7-tips,.rows7-package-item>div{
    font-size:16px;
  }
  .rows7-package-left>div, .rows7-package-left p{
    font-size:18px;
  }
  .rows7-package-item h4{
    font-size:20px;
  }
  .rows7-package-item>div.price{
    font-size:26px;
  }
  .rows8{
    height:386px;
    background-size:auto 386px;
  }
  .sq{
    background-size:auto 386px;
    height:570px;
  }
  .wechatbtn{
    display:flex;
    height:60px;
    box-sizing: border-box;
    background:#fff;
    justify-content:space-between;
    align-items:center;
    position: fixed;
    z-index:1;
    left:0;
    bottom:0;
    width:100%;
    padding-right:15px;
    border-top:solid 1px #eee;
  }
  .wechatbtn a{
    display: block;
    height:40px;
    width:calc(50% - 15px);
    background:#6c64f7;
    color:#fff;
    text-align:center;
    line-height:40px;
    border-radius:35px;
    font-size:16px;
    margin-left:15px;
    box-sizing: border-box;
  }
  .wechatbtn a.wechaticon {
    background: #fff;
    border: solid 1px #6c64f7;
    color: #6c64f7;
  }
  .wechatbtn a.wechaticon::before,.wechatbtn a.telicon::before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:24px;
    height:24px;
    background:url(../images/wechaticon.png) no-repeat;
    background-size:100%;
    margin-right:10px;
  }
  .wechatbtn a.telicon::before{
    background:url(../images/telicon.png) no-repeat;
    background-size:100%;
  }
}
@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: 460px;
	  background-size:auto 460px;
		position: relative;
    background-position:82% 0px;
	}
	.banner .title{
		display:flex;
		flex-direction: column;
		align-items:center;
		justify-content:center;
    margin-left: 0;
	}
	.banner .des2{
		height:auto;
    display: block;
	}
	.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:212px;
		width:92%;
		margin:0 auto;
		text-align:center;
    padding-left:0;
	}
  .banner .title img, .banner .title span{
    width:100%;
  }
  .banner .title span{
    background: #6c64f799;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 20px;
    height:auto;
  }
  .subtit>p{
    font-size:16px;
    height:auto;
    padding:5px 16px;
    margin-bottom:12px;
  }
  .sq{
    height:auto;
  }
  .rows1-left{
    width:92%;
  }
  .rows1-left .title{
    font-size:18px;
  }
  .rows1-left .txt{
    font-size:15px;
  }
  .rows1-right{
    width:100%;
    background:none;
  }
  .rows1-item{
    width:100%;
    font-size:16px;
  }
  .rows1-item:hover{
    transform: translateX(0px);
  }
  .rows2-box{
    padding: 0;
    font-size:15px;
  }
  .rows2-title{
    padding:16px;
  }
  .rows2-left, .rows2-right{
    height:auto;
    width:100%;
    text-align:center;
  }
  .rows2-left img, .rows2-right img{
    max-height:100%;
    max-width:100%;
  }
  .rows2{
    background-size: auto 100%;
  }
  .rows3-icon{
    display:none;
  }
  .rows3-item{
    width:100%;
  }
  .rows3-item h3{
    font-size:20px;
  }
  .rows3-item p,.rows3-item:nth-child(2n) p{
    padding:0px;
  }
  .rows3-item:nth-child(2n) h3{
    text-align:left;
  }
  .rows4-left{
    display:none;
  }
  .rows4{
    background:#0b1979;
  }
  .rows4-box{
    background:none;
    flex-direction: column;
    color:#0b1979;
    height:auto;
  }
  .rows4-center,.rows4-right{
    background:#ffffffee;
    box-sizing: border-box;
    padding:20px;
    border-radius:20px;
    width:100%;
    margin:0;
  }
  .rows4-right{
    margin-top:20px;
  }
  .box-container .title h2{
    margin-bottom:32px;
  }
  .rows5-box{
    height:auto;
    background:#fff;
  }
  .rows5-item{
    position: static;
    width:100%;
    margin-bottom:20px;
  }
  .rows6-box{
    flex-direction: column;
  }
  .rows6-left, .rows6-right{
    width:100%;
  }
  .rows7{
    background-size: auto 100%;
  }
  .rows7 .box{
    overflow-x: auto;
  }
  .rows7 h3,.rows7-flex dl{
    width:100%;
  }
  .rows7-flex{
    flex-direction:column;
  }
  .rows7-package{
    min-width:800px;
  }
  .box-container .title h2{
    font-size:20px;
  }
  .rows8-item{
    width:auto;
    height: auto;
    font-size:16px;
    padding:8px;
  }
  .sqxx_box{
    height: auto;
    margin-bottom:68px;
  }
}
@media screen and (max-width: 413px) {
	
}
@media screen and (max-width: 374px) {
  .subtit>p{
    font-size:14px;
  }
  .banner .des2{
    font-size:16px;
  }
  .rows2-left img, .rows2-right img{
    border-radius:3px;
  }
  .rows4-center, .rows4-right,.rows7, .rows7-tips, .rows7-package-item>div{
    font-size:13px;
  }
  .rows7-flex dd{
    padding:12px;
  }
  .rows7-block{
    font-size:26px;
  }
  .box-container .title h2{
    font-size:16px;
  }
  .rows8-item{
    font-size:14px;
  }
  .rows8-txt{
    font-size:22px;
  }
}
