﻿@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;
}

/* 头部 */


.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
    /* overflow: hidden; */
}
.wxPic{
	display:none;
}
.banner {
    background: url(../images/img1.jpg) no-repeat top center;
    height:600px;
		overflow:hidden;
    user-select:none;
}

.banner .box {
    position: relative;
    overflow: visible;
}
.banner h1{
  font-size:112px;
  font-style: italic;
  color:#fff;
  font-weight:bold;
  margin-top:58px;
  text-align:center;
  letter-spacing:2px;
  text-shadow: 0 0 8px #3d0d80;
}
.banner h1 span{
  font-size:72px;
  vertical-align: text-bottom;
  margin-left:10px;
  transform-origin:left bottom;
  animation:titan 1.5s infinite;
  display:inline-block;
  color:#fffec8;
}
@keyframes titan{
  0%{
    transform:scale(1);
  }
  50%{
    transform:scale(.9);
  }
  100%{
    transform:scale(1);
  }
}
.banner p{
  width:938px;
  margin:16px auto 0 auto;
  box-sizing: border-box;
  padding-top:16px;
  color:#fff;
  font-size:40px;
  letter-spacing:2px;
  text-shadow: 0 0 10px #3d0d80;
  text-align:center;
  border-top:solid 2px #fff
}
.box-container {
    padding: 64px 0;
		box-sizing: border-box;
}
.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;
    overflow: hidden;
    margin-top:36px;
}
.rows1-box{
  display: block;
  width:772px;
  height:359px;
  box-sizing: border-box;
  padding:56px 0 0 27px;
  margin:0 auto 60px auto;
  background:url(../images/ico1.png) no-repeat;
  position: relative;

}
.rows1-box>p{
  display: block;
  width:227px;
  height:406px;
  background:url(../images/ico2.png) no-repeat;
  position:absolute;
  z-index:1;
  right:-36px;
  bottom:-96px;
}
.rows1-item{
  display: inline-block;
  height:45px;
  line-height:45px;
  font-size:22px;
  box-sizing: border-box;
  padding:0 24px;
  background:#3593f8;
  color:#fff;
  margin:0 40px 12px 0;
  border-radius:6px;
  cursor: pointer;
}
.rows1-item:hover{
  background:#2785eb;
}
.rows2,.rows4{
  background:#f1f9fc;
}
.box-container h2{
  font-size:36px;
  color:#333;
  font-weight:bold;
  text-align:center;
  letter-spacing:2px;
}
.box-container h2 em{
  color:#1a50ea;
}
.box-container h2 p{
  font-size:20px;
  color:#888;
  font-weight:normal;
}
.rows2-item{
   width:240px;
   text-align:center;
   height:415px;
}
.rows2-item img{
  transition:all .4s;
}
.rows2-item:hover img{
  transform:scaleX(-1);
}
.rows2-item h3{
  font-size:26px;
  font-weight:bold;
  color:#2b5beb;
  margin-bottom:5px;
}
.rows2-item p{
  font-size:20px;
  color:#333;
}
.rows3-box{
  width:770px;
  height:660px;
  margin:36px auto;
  position: relative;
  background:url(../images/ico7.png) no-repeat;
  left:200px;
  box-sizing: border-box;
  padding:116px 0 0 196px;
}
.rows3-box>p{
  width:414px;
  height:441px;
  background:url(../images/ico8.png) no-repeat;
  position:absolute;
  z-index:1;
  left:-200px;
  bottom:64px;
}
.rows3-item{
  background: linear-gradient(to right,#6010b1,#2809c4);
  color:#2809c4;
  width:400px;
  height:50px;
  line-height:50px;
  border-radius:25px;
  color:#fff;
  box-sizing: border-box;
  padding-left:24px;
  font-size:22px;
  margin-top:42px;
}
.sqxx-form{
  width:600px;
  margin:36px auto 0 auto;
  background:linear-gradient(to right bottom,#981bc7,#0e22bb);
  border-radius:12px;
  padding:10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.sqxx-form .layui-form-label{
    width:105px;
}
 .sqxx-form .layui-input-block {
    margin-left: 142px
}
.LevelTips {
    font-size: 14px;
    color: #c15b17;
    box-sizing: border-box;
    padding: 0 0 12px 142px;
}
.layui-form{
  display: block;
  background:#fff;
  border-radius:12px;
  padding:16px;
  box-sizing: border-box;
  font-size:15px;
}
.sqxx-form .layui-form-label>i{
  color:#f00;
  margin-right:5px;
}
.sqxx-form .layui-btn{
  height:50px;
  width:228px;
  background:linear-gradient(to right,#981bc7,#0e22bb);
  color:#fff;
  border-radius:8px;
  font-size:18px;
  font-weight:bold;
  letter-spacing:2px;
  border:none;
}
.addimg{
  height: 362px;
  background: url(../images/img2.jpg) no-repeat center top;
  font-size:0px;
  overflow: hidden;
}
.footer {
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #333;
    background:#fff;
    box-sizing: border-box;
    padding:24px;
    overflow: hidden;
    height:62px;
}

.yearbox::after {
    content: "\5e74";
    display: block;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 8px;
}
@media screen and (max-width:1200px) {
    body {
		min-width: 0;
	}
  .box{
    width:96%;
  }
  .box-container .content{
    gap:6px;
  }
  .rows3-box{
    left:165px;
  }
  .addimg{
    background-size: auto 280px;
    height:280px;
  }

}
@media screen and (max-width:999px) {
  .banner h1{
    font-size:64px;
    margin-top:88px;
  }
  .banner h1 span{
    font-size:48px;
  }
  .banner p{
    width:78%;
    font-size:28px;
  }
  .rows1-box{
    width: 705px;
    background-size: 100% auto;
  }
  .rows1-box>p{
    right:-20px;
  }
  .rows1-item{
    height:40px;
    line-height:40px;
    font-size:18px;
  }
  .box-container .content{
    gap:24px 68px;
  }
  .rows3-box{
    left:70px;
  }
  .rows3-box>p{
    width:225px;
    height:255px;
    left:-25px;
    background-size:100% auto;
  }
  .addimg {
    background-size: auto 200px;
    height: 200px;
  }
  .sqxx-form{
    margin-bottom:0;
  }
}
@media screen and (max-width:767px) {
  .box-container{
    padding:36px 0;
  }
	.banner h1 {
    font-size: 45px;
    margin-top: 40px;
    font-style: normal;
  }
  .banner h1 span{
    transform-origin:center bottom;
  }
  .rows1-box{
    width:100%;
    background:none;
    padding:0 24px;
    margin-bottom:0px;
  }
  .rows1-box>p{
    width:150px;
    height:272px;
    right:10px;
    background-size:150px auto;
    bottom: -2px;
  }
  .rows1-item{
    padding:5px 12px;
    max-width:248px;
    height:auto;
    line-height:32px;
    font-size:16px;
  }
  .box-container h2{
    font-size:22px;
  }
  .box-container h2 p{
    font-size:15px;
  }
  .box-container .content{
    gap:20px 0;
    justify-content: space-between;
  }
  .rows2-item{
    width:calc(50% - 10px);
    height:320px;
  }
  .rows2-item img{
    max-width:100%;
  }
  .rows2-item h3{
    font-size:20px;
  }
  .rows2-item p{
    font-size:16px;
    line-height:24px;
  }
  .addimg {
    background-size: auto 118px;
    height: 118px;
  }
  .rows3-box{
    width:100%;
    height:auto;
    background:none;
    left:0;
    padding: 0 0 0 97px;
  }
  .rows3-box>p{
    width: 108px;
    height: 116px;
    left: 4px;
    bottom:-24px
  }
  .rows3-item{
    font-size:16px;
    width:98%;
    height:auto;
    margin-top:20px;
    padding:10px;
    border-radius:4px;
    line-height:24px;
  }
  .layui-form-item{
    display:flex;
    flex-direction: column;
  }
  .layui-form-label{
    text-align:left;
    padding:9px 0;
  }
  .sqxx-form .layui-input-block{
    margin-left:0;
  }
  .sqxx-form{
    width:98%;
  }
  .LevelTips{
    padding-left:0;
  }
  .sqxx-form .layui-btn{
    width:100%;
  }
}

@media screen and (max-width: 413px) {
	.banner p{
    font-size:24px;
  }
  .rows1-box>p {
    width: 108px; 
    height: 195px;
    right: 10px;
    background-size: 108px auto;
  }
  .box-container h2 {
    font-size: 20px;
  }
  .box-container h2 p{
    font-size:14px;
  }
  .addimg {
    background-size: auto 102px;
    height: 102px;
  }
  .banner h1{
    font-size:40px;
  }
  .banner h1 span{
    font-size:38px;
  }
}
@media screen and (max-width: 374px) {
	.box-container h2 {
    font-size: 17px;
    letter-spacing: 0;
  }
  .rows2-item h3 {
    font-size: 17px;
  }
  .rows2-item p{
    font-size:14px;
    line-height:22px;
  }
  .rows2-item{
    height:268px;
  }
  .rows3-item{
    font-size:14px;
  }
  .layui-form{
    font-size:14px;
  }
  .footer{
    font-size:12px;
  }
  .addimg {
    background-size: auto 90px;
    height: 90px;
  }
}