/*reset*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 16px/1.5 "Microsoft YaHei";
    color: #666;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ul,
ol,
dl {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    font-family: "Microsoft YaHei";
    color: #666;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

li {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    list-style: none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
    font-size: 12px;
}

body,
p,
span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

img {
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    mainContent: "";
    clear: both;
}

.transtion {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

input,
select,
option,
textarea {
    outline: none;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

.index-head {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
}

.index-head-logo {
    /* display: block; */
    float: left;
    width: 21.7%;
    height: 100%;
    /* background-color: red; */
    text-align: center;
    line-height: 120px;
    margin-right: 2.5%;
}

.index-head-logo img {
    max-width: 100%;
    max-height: 100%;
}

.index-nav {
    float: left;
    width: auto;
    width: 51.5%;
    height: 120px;
    /* background-color: pink; */
}

.index-nav ul li {
    float: left;
    width: 17.3%;
}

.index-nav ul li a {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 120px;
    font-size: 20px;
    color: #333333;
    /* padding: 0 45px; */
}

.index-nav ul li:first-of-type {
    width: 13.2%;
}

.index-nav ul li a.on {
    color: #e68303;
}

.index-nav ul li a:hover {
    color: #e68303;
}

.index-nav-item-active {
    color: #e68303;
}

.index-head-r {
    width: 240px;
    height: 100%;
    float: right;
    margin-right: 7%;
    /* background-color: skyblue; */
}

.index-head-r-01 {
    font-size: 14px;
    color: #333;
    margin-top: 35px;
    color: #333333;
    padding-left: 33px;
}

@font-face {
    font-family: "franklin gothic book";
    src: url(./GOTHICB.TTF);
}

@font-face {
    font-family: "franklin gothic demi cond";
    src: url(./Oswald-DemiBold.ttf);
}

@font-face {
    font-family: "times new roman";
    src: url(./Times New Roman.fon);
}

.swiper-pagination {
    --swiper-theme-color: #fff;
    margin-bottom: 30px;
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
}

.index-head-r-02 {
    color: #d00a41;
    font-size: 32px;
    font-weight: bold;
    margin-top: -11px;
    font-family: "franklin gothic book";
    background: url(index-dianhua-r.png) 0 9px no-repeat;
    text-align: right;
}


/* 本例子css */

.index_banner {
    width: 100%;
    height: 815px;
    overflow: hidden;
    position: relative;
    margin-top: 120px;
}

.index_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: calc(50% - 28px);
    bottom: 30px;
    z-index: 1;
}

.index_banner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 0;
    opacity: 0.4;
    margin-right: 8px;
}

.index_banner .hd ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.index_banner .hd ul li.on {
    opacity: 1;
    background-color: #ffffff;
}

.index_banner .bd {
    position: relative;
    /* height: 100%; */
    z-index: 0;
}

.index_banner .bd li {
    height: 815px;
    position: relative;
    overflow: hidden;
}

.index_banner .bd img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* display: block; */
    /* height: 100%; */
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.index_banner_scroll {
    position: absolute;
    bottom: 130px;
    left: calc(50% - 30px);
    font-size: 16px;
    color: #ffffff;
    animation: tiaodong 1.5s infinite;
}

.index_banner_scroll::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 30px;
    width: 1px;
    height: 30px;
    background-color: #FFFFFF;
}

@keyframes tiaodong {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.swiper1 {
    /* width: 600px; */
    height: 815px;
    overflow: hidden;
    position: relative;
    /* background-color: #FFFFFF; */
}

.index-c {
    position: relative;
    /* width: 1600px; */
    width: 83.9%;
    height: auto;
    margin: 0 8.4%;
}

.index-c-head {
    margin-top: 23px;
    /* margin-left: 98px; */
    margin-left: 12.4%;
    width: 70px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 62px;
}

.index-c-head-info {
    /* width: 684px; */
    width: 86.6%;
    height: auto;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 14px;
    /* margin-left: 98px; */
    margin-left: 12.4%;
}

.index-c-head-h3 {
    color: #e68303;
    font-size: 36px;
    font-weight: 600;
    /* margin-left: 98px; */
    margin-left: 12.4%;
}

.index-content01 {
    box-sizing: border-box;
    border-left: #000000 2px solid;
    overflow: hidden;
    margin-top: 60px;
    height: 400px;
    /* border-right: #000000 2px solid; */
    width: 50%;
    float: left;
}

.index-content01-video {
    /* height: 400px; */
    margin-top: 60px;
    width: 50%;
    float: right;
}

.index-content01-video-content {
    margin-left: 50px;
    /* width: 700px; */
    width: 87.4%;
    /* height: 400px; */
    /* background-color: #E68303; */
}

.index-c01 {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    overflow: hidden;
}

.index-banner02-content {
    /* width: 1600px; */
    width: 83.8%;
    height: auto;
    margin: 0 auto;
}

.index-banner02-content-head {
    width: 100%;
    height: 100px;
}

.index-banner02-content-info {
    width: 100%;
    height: 655px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.index-banner02-content-info-logo {
    margin-top: 28px;
    margin-left: 28px;
    /* width: 740px; */
    width: 92.8%;
    height: 268px;
    overflow: hidden;
}

.index-banner02-content-info-logo img:hover {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index-banner02-content-01 {
    /* width: 740px; */
    width: 92.8%;
    /* height: 330px; */
    margin-left: 28px;
    margin-right: 30px;
    background-color: #fbfbfb;
    overflow: hidden;
}

.index-banner02-content-01-title {
    margin-top: 30px;
    margin-bottom: 21px;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.index-banner02-content-01-name {
    margin-bottom: 17px;
    color: #323232;
    font-size: 26px;
}

.index-banner02-content-01-span {
    width: 141px;
    height: 4px;
    background-color: #e68303;
    margin-bottom: 20px;
}

.index-banner02-content-01-info {
    font-size: 19px;
    color: #333;
    line-height: 35px;
}

.index-banner02-content-02 {
    /* width: 773px; */
    width: 48.3%;
    height: 600px;
    background-color: #FFFFFF;
    float: left;
    margin-top: 28px;
}

.index-banner02-content-item01 {
    float: left;
    width: 49.87%;
}

.index-banner02-content-02-l {
    /* width: 390px; */
    width: 50.4%;
    height: 600px;
    background-color: #F5F5F5;
    margin-right: 28px;
    overflow: hidden;
    float: left;
}

.index-banner02-content-02-l-title {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin-top: 43px;
    margin-left: 18px;
    margin-bottom: 23px;
}

.index-banner02-content-02-l-span {
    width: 141px;
    height: 4px;
    background-color: #e68303;
    margin-bottom: 20px;
    margin-left: 20px;
}

.index-banner02-content-02-l-info {
    font-size: 19px;
    color: #333;
    line-height: 35px;
    margin: 0 20px;
}

.index-banner02-content-02-l-img {
    /* width: 350px; */
    width: 89.8%;
    height: 290px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}

.index-banner02-content-02-l-img img:hover {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index-banner02-content-02-r {
    /* width: 355px; */
    width: 44%;
    float: left;
}

.index-banner02-content-02-r-img {
    width: 100%;
    height: 315px;
    overflow: hidden;
}

.index-banner02-content-02-r-img img:hover {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index-banner02-content-02-r-title {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin-top: 43px;
    /* margin-left: 18px; */
    margin-bottom: 23px;
}

.index-banner02-content-02-r-span {
    width: 141px;
    height: 4px;
    background-color: #e68303;
    margin-bottom: 20px;
    /* margin-left: 20px; */
}

.index-banner02-content-02-r-info {
    font-size: 19px;
    color: #333;
    line-height: 35px;
    /* margin: 0 20px; */
}

.index-banner02-content-02-foot {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.index-banner02-content-02-foot-item {
    /* position: relative; */
    margin-top: 75px;
    /* margin-left: 100px;
    margin-right: 100px; */
    margin-left: 6.2%;
    margin-right: 6.2%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.index-banner02-content-02-foot-item-n {
    font-size: 82px;
    color: #d00a41;
    font-weight: 600;
    display: inline-block;
    font-family: "franklin gothic book";
}

.index-banner02-jia {
    font-size: 82px;
    color: #d00a41;
    font-weight: 600;
    font-family: "franklin gothic book";
    /* position: absolute;
	top: -15px;
	left: 136px; */
    float: right;
    margin-top: -10px;
}

.index-banner02-content-02-foot-item-t {
    color: #4b4b4b;
    font-size: 20px;
    margin-top: -17px;
}

.index-banner03 {
    width: 100%;
    height: 650px;
    background: url(index_banner3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.index-banner03-content {
    width: 640px;
    height: 650px;
    background-color: #FFFFFF;
    opacity: 0.9;
    float: right;
    margin-right: 8.4%;
    font-family: times new roman;
}

.index-banner03-content-title {
    font-size: 48px;
    color: #e68303;
    width: 30%;
    margin-top: 85px;
    margin-left: 56px;
    line-height: 50px;
}

.index-banner03-content-title-c {
    color: #333333;
    font-size: 36px;
    margin-top: 15px;
    margin-left: 61px;
    font-weight: 600;
    margin-bottom: 50px;
}

.index-banner03-content-info01 {
    margin: 0 60px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}

.index-banner04 {
    background-color: #F5F5F5;
    width: 100%;
    height: 1020px;
    overflow: hidden;
    /* background-color: red; */
}

.index-banner04-title {
    margin-top: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    font-family: "times new roman";
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #c49b64), color-stop(0.2, #c49b64), color-stop(0.3, #c49b64), color-stop(0.4, #c49b64), color-stop(0.51, #f6dab5), color-stop(0.6, #c49b64), color-stop(0.65, #c49b64), color-stop(0.8, #c49b64), color-stop(0.9, #c49b64), color-stop(1, #c49b64));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text
}

.index-banner04-info {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: -10px;
}

.index-banner04-span {
    width: 30px;
    height: 2px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 13px;
}

.index-banner04-lb {
    position: relative;
    width: 1600px;
    margin: -16px auto 0;
    height: 800px;
    overflow: hidden;
    /* background-color: red; */
}

.index-banner04-lb img {
    width: 400px;
    height: 350px;
    margin-top: 85px;
}

.index-banner04-lb .swiper-slide-active img {
    width: 540px;
    height: 482px;
    margin-top: 0;
    padding-top: 46px;
    /* box-sizing: border-box; */
}

.index-banner04-lb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* height: 50%; */
    /* overflow: hidden; */
}

.index-banner04-lb .swiper-slide {
    /* height: 45% !important; */
}

.index-banner04-lb-info {
    overflow: hidden;
    width: 400px;
    height: 125px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    margin-top: -3px;
}

.index-banner04-lb-name {
    font-size: 24px;
    color: #222222;
    margin-top: 25px;
}

.index-banner04-lb-info-p {
    font-size: 14px;
    color: #666666;
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
}

.index-banner04-lb .swiper-slide-active .index-banner04-lb-info {
    margin-top: -3px;
    overflow: hidden;
    width: 543px;
    height: 169px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}

.index-banner04-lb .swiper-slide-active .index-banner04-lb-info .index-banner04-lb-info-p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.index-banner04-lb .swiper-button-prev {
    background-color: #DDDDDD;
    width: 42px;
    height: 42px;
    border-radius: 21px;
}

.index-banner04-lb .swiper-button-prev:hover {
    background-color: #E68303;
}

.index-banner04-lb .swiper-button-prev::after {
    background: url(ljt.png) 3px 0 no-repeat;
    content: "";
    width: 20px;
    height: 20px;
}

.index-banner04-lb .swiper-button-next {
    background-color: #DDDDDD;
    width: 42px;
    height: 42px;
    border-radius: 21px;
}

.index-banner04-lb .swiper-button-next:hover {
    background-color: #E68303;
}

.index-banner04-lb .swiper-button-next::after {
    background: url(rjt.png) 6px 0 no-repeat;
    content: "";
    width: 20px;
    height: 20px;
}

.index-banner05 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index-banner05-c {
    width: 1600px;
    height: auto;
    margin: 0 auto;
    /* height: 908px; */
    /* overflow: hidden; */
    /* background-color: red; */
}

.index-banner05-c .index-banner04-span {
    margin-bottom: 50px;
}

.index-banner05-c-btn {
    text-align: center;
    margin-bottom: 90px;
}

.index-banner05-c-btn01 {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #c8c8c8;
    font-size: 18px;
    color: #ffffff;
    border: none;
    margin-right: 15px;
    line-height: 40px;
}

.index-banner05-c-btn02 {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #c8c8c8;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin-left: 15px;
    line-height: 40px;
}

.index-banner05-c-btn01:hover,
.index-banner05-c-btn02:hover {
    color: #ffffff;
}

.index-banner05-foot-item {
    width: 23.1%;
    height: 410px;
    float: left;
    margin-left: 40px;
    margin-bottom: 100px;
}

.index-banner05-foot-item:nth-last-child(4) {
    margin-left: 0px;
}

.index-banner05-foot-item-img {
    width: 100%;
    max-width: 100%;
    height: 240px;
    max-height: 100%;
    margin-bottom: 20px;
}

.index-banner05-foot-item-title {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-banner05-foot-item-info {
    font-size: 14px;
    color: #888888;
    height: 38px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

.index-banner05-foot-item-time {
    font-size: 16px;
    color: #888888;
    height: 38px;
    margin-left: 10px;
    margin-right: 30px;
}

.index-banner05-foot-item-active {
    float: right;
    font-size: 14px;
    color: #e68303;
    margin-right: 5px;
    display: none;
}

.index-banner05-foot-item-active div {
    width: 32px;
    height: 1px;
    background-color: #e68303;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}

.index-banner05-foot-item:hover {
    box-shadow: #999 0 0 20px;
}

.index-banner05-foot-item:hover .index-banner05-foot-item-active {
    display: block;
}

.index-banner05-foot {
    /* margin-bottom: 100px; */
}

.index-banner06 {
    width: 100%;
    height: 650px;
    background-image: url(index-banner06-bg.png);
    background-size: 100% 100%;
}

.index-banner06-c {
    width: 1600px;
    margin: 0 auto;
}

.index-banner06-c-l {
    margin-top: 80px;
    /* width: 1000px; */
    width: 62.5%;
    height: 490px;
    background-color: #FFFFFF;
    float: left;
}

.index-banner06-c-r {
    margin-top: 80px;
    /* width: 540px; */
    width: 33.7%;
    height: 490px;
    float: right;
    background-color: #FFFFFF;
}

.index-banner06-c-l-title {
    font-size: 30px;
    color: #333;
    margin-top: 50px;
    margin-left: 60px;
    font-weight: 600;
}

.index-banner06-c-l-content {
    font-size: 14px;
    color: #777777;
    width: 60%;
    margin-top: 20px;
    margin-left: 60px;
    line-height: 24px;
}

.index-banner06-c-l-from {
    width: 880px;
    height: auto;
    margin: 25px 60px 0;
    overflow: hidden;
    /* background-color: pink; */
}

.index-banner06-c-l-from tr {
    float: left;
}

.index-banner06-c-l-from tr:nth-of-type(3) {
    display: none;
}

.index-banner06-c-l-from tr:nth-of-type(4) {
    display: none;
}

.index-banner06-c-l-from tr:nth-of-type(6) {
    position: relative;
}

.index-banner06-c-l-from .tableft {
    display: none;
}

.index-banner06-c-l-from .layui-input {
    width: 430px;
    height: 50px;
    border-radius: 3px;
    padding-left: 19px;
    border: 1px solid #D9D5C4;
}

.index-banner06-c-l-from tr:nth-of-type(2) {
    margin-left: 20px;
}

.index-banner06-c-l-from .layui-textarea {
    width: 880px;
    height: 120px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 14px;
    padding-left: 19px;
    border: 1px solid #D9D5C4;
}

.index-banner06-c-l-from .validateCode {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 90px;
    height: 36px;
    border: 1px solid #D9D5C4;
}

.index-banner06-c-l-from .layui-btn {
    width: 430px;
    height: 50px;
    background-color: #E68303;
    margin-left: 20px;
    font-size: 16px;
    color: #ffffff;
}

.index-banner06-name {
    float: left;
    width: 430px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d5c4;
    line-height: 45px;
    border-radius: 5px;
}

.index-banner06-name-p {
    padding-left: 20px;
    color: #aaaaaa;
    font-size: 16px;
}

.index-banner06-name-p input {
    padding-left: 20px;
    height: 45px;
    font-size: 17px;
    border: none;
    outline: none;
    background: none;
}

.index-banner06-number {
    width: 430px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d5c4;
    line-height: 45px;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
}

.index-banner06-text {
    padding-top: 13px;
    width: 880px;
    height: 120px;
    border: 1px solid #d9d5c4;
    margin-top: 75px;
    border-radius: 5px;
    box-sizing: border-box;
}

.index-banner06-text textarea {
    font-size: 18px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    resize: none;
}

.index-banner06-yzm {
    width: 430px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d5c4;
    line-height: 45px;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
}

.index-banner06-img {
    width: 90px;
    height: 36px;
    float: right;
    margin-top: -41px;
    margin-right: 7px;
    z-index: 10;
}

.index-banner06-c-l-btn {
    width: 430px;
    height: 50px;
    background-color: #e68303;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    margin: 20px 0 0 20px;
    border-radius: 5px;
}

.index-banner06-c-r-head {
    margin-top: 50px;
    margin-left: 60px;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
}

.index-banner06-c-r-item {
    /* width: 420px; */
    width: 77.9%;
    height: 105px;
    margin-left: 60px;
    border-bottom: 1px solid #d9d5c4;
}

.index-banner06-c-r-item-img {
    margin-top: 40px;
    float: left;
    margin-right: 25px;
}

.index-banner06-c-r-item-01 {
    margin-top: 28px;
    font-size: 20px;
    color: #333333;
}

.index-banner06-c-r-item-02 {
    /* float: left; */
    font-size: 16px;
    color: #666666;
}

.index-banner06-c-r-item-box {
    overflow: hidden;
}

.index-foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #000000;
}

.index-foot-c {
    width: 1600px;
    height: 294px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* background-color: red; */
}

.index-foot-c-title {
    margin-top: 49px;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 1px;
}

.index-foot-c-nav p {
    font-size: 20px;
    color: #FFFFFF;
}

.index-foot-c-nav {
    position: relative;
    margin-bottom: 27px;
}

.index-foot-c-nav div {
    width: 36px;
    position: absolute;
    top: 15px;
    left: 90px;
    height: 4px;
    background-color: #e68303;
}

.index-foot-c-nav-item-img {
    width: 6px;
    height: 6px;
    float: left;
    margin-top: 10px;
}

.index-foot-c-nav-item-title {
    color: #e9e9e9;
    margin-left: 15px;
    float: left;
}

.index-foot-c-nav-item-title-info {
    color: #BBBBBB;
    float: left;
    margin-left: 35px;
}

.index-foot-c-nav-item-title-info a {
    color: #bbbbbb;
    font-size: 16px;
}

.index-foot-c-nav-item {
    float: left;
    margin-bottom: 26px;
    width: 500px;
    height: 18px;
    margin-right: 56px;
}

.index-foot-c-nav-item01 {
    float: left;
    width: 359px;
    height: 18px;
    margin-bottom: 31px;
}

.index-foot-c-nav-item02 {
    width: auto;
    height: 18px;
    float: left;
    margin-right: 269px;
    margin-bottom: 65px;
}

.index-foot-c-ewm {
    position: absolute;
    top: 144px;
    right: 87px;
    width: 100px;
    height: 100px;
    background-color: #c1c1c1;
    text-align: center;
}

.atitle {
    color: #ffffff;
    font-size: 16px;
}

.atitle:hover {
    color: #ffffff;
}

.index-foot-c-ewm-img {
    margin-top: 5px;
    /* position: absolute;
	top: 144px; */
    /* z-index: 999; */
    width: 90px;
    height: 90px;
}

.index-foot-c-gz {
    position: absolute;
    top: 154px;
    right: 56px;
    width: 16px;
    height: auto;
    line-height: 14px;
    font-size: 14px;
    color: #BBBBBB;
}

.index-foot-c-sys {
    position: absolute;
    top: 154px;
    right: 36px;
    width: 16px;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    color: #BBBBBB;
}

.index-foot-yh {
    position: relative;
    width: 1600px;
    margin: 0 auto;
    height: 96px;
    /* background-color: red; */
    border-top: 1px solid #444444;
    /* overflow: hidden; */
}

.index-foot-yh-info {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 100px;
    float: left;
}

.index-foot-yh-info a:hover {
    color: #bbbbbb;
}

.index-foot-yh-r {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 100px;
    float: right;
}

.index-foot-yh-r .index-foot-yh-r-lxfs {
    margin-top: 15px;
}

.index-foot-yh-r-l {
    float: right;
    margin-top: 34px;
    margin-left: 10px;
    /* margin-right: 120px; */
}


/* 企业简介 */

.qyjj_banner {
    position: relative;
    width: 100%;
    /* height: 550px; */
    margin-top: 120px;
}

.qyjj_banner img {
    max-width: 100%;
}

.qyjj_banner_title {
    width: 100%;
    position: absolute;
    top: calc(50% - 70px);
    left: 0;
}

.qyjj_banner_title h1 {
    color: #bf8a46;
    margin-bottom: 4px;
    font-size: 60px;
    font-family: "franklin gothic demi cond";
    text-align: center;
}

.qyjj_banner_title h2 {
    font-size: 30px;
    color: #bf8a46;
    text-align: center;
}

.fles-banner02-img {
    width: 700px;
    height: 550px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 13.6%;
    margin-right: 4.7%;
    float: left;
}

.files-banner02-content {
    float: left;
    width: 31.4%;
}

.files-banner02-content-title {
    font-size: 36px;
    /* font-family: "franklin gothic demi cond"; */
    color: #e68303;
    margin-top: 120px;
    font-weight: 600;
    margin-bottom: 8px;
}

.files-banner02-content-name {
    font-size: 18px;
    color: #e68303;
    margin-bottom: 35px;
}

.files-banner02-content-china {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    width: 100%;
}

.files-banner02-content-span {
    width: 50px;
    height: 4px;
    background-color: #e68303;
    margin-top: 50px;
    margin-bottom: 30px;
}

.files-banner02-content-text {
    width: 600px;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
    margin-bottom: 60px;
    width: 100%;
}

.files-banner02-content-btn {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #f7991f;
    text-align: center;
    color: #ffffff;
}

.files-banner02-content-btn:hover {
    color: #ffffff;
}

.files-banner02 {
    overflow: hidden;
}

.files-banner03 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 680px;
    background-image: url(files-banner03.png);
}

.files-banner03-history {
    color: #FFFFFF;
    margin-top: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
}

.files-banner03-history-e {
    color: #cccccc;
    font-size: 18px;
    text-align: center;
}

.files-banner03-lb-time {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    font-family: "franklin gothic book";
    padding-bottom: 300px;
    position: relative;
}

.swiper-slide-active .files-banner03-o-span {
    top: 185px;
    border: 1px solid #f7991f;
}

.swiper-slide-active .files-banner03-lb-time-content {
    display: block;
}

.files-banner03-lb-time-content {
    display: none;
}

.swiper-slide-active .files-banner03-lb-time {
    color: #e68303;
    font-size: 72px;
    font-weight: 600;
    margin-top: 40px;
}

.files-banner03-b-span {
    width: 83.6%;
    height: 1px;
    background-color: #d2d2d2;
    position: absolute;
    top: 395px;
    /* left: 160px; */
    left: 8.4%;
}

.files-banner03-o-span {
    width: 17px;
    height: 17px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    position: absolute;
    top: 165px;
    left: 48%;
    background-color: #043b92;
}

.files-banner03 .swiper-button-prev {
    top: 395px;
    /* left: 260px; */
    left: 13.7%;
    color: #FFFFFF !important;
    z-index: 999999;
    pointer-events: none;
}

.files-banner03 .swiper-button-next {
    /* left: 1600px; */
    left: 84%;
    top: 395px;
    right: auto;
    color: #FFFFFF !important;
    pointer-events: none;
}

.swiper3-o-l-active {
    background-color: #e68303 !important;
}

.swiper3-o-r-active {
    background-color: #e68303 !important;
}

.swiper3 {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper3-o-l {
    width: 70px;
    height: 70px;
    background: url(fzlcljt.png) 17px center no-repeat;
    background-color: #d2d2d2;
    border-radius: 50%;
    position: absolute;
    top: 360px;
    /* left: 244px; */
    left: 12.8%;
    cursor: pointer;
    background-size: 100%;
    background-size: 22.61px 44px;
    z-index: 98;
}

.swiper3-o-l:hover {
    background-color: #E68303;
}

.swiper3-o-r:hover {
    background-color: #E68303;
}

.swiper3-o-r {
    width: 70px;
    height: 70px;
    background: url(fzlcrjt.png) 30px center no-repeat;
    background-color: #d2d2d2;
    border-radius: 50%;
    position: absolute;
    top: 360px;
    /* left: 1577px; */
    left: 82.6%;
    cursor: pointer;
    z-index: 98;
}

.files-banner03-lb-time-content-01 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}


/* .files-banner03-lb-time-content-02 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
 */

.files-banner03-lb-time-time {
    margin-bottom: 180px;
}

.swiper3-s-span {
    width: 1px;
    height: 40px;
    background-color: #e68303;
    position: absolute;
    top: 300px;
    left: 50%;
}

.flies-banner04 {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

.flies-banner04-c {
    width: 1400px;
    margin: 0 auto;
    /* background-color: #FFFFFF; */
}

.flies-banner04-title {
    font-size: 36px;
    color: #333333;
    margin-top: 90px;
    font-weight: 600;
    text-align: center;
}

.flies-banner04-title-e {
    color: #cccccc;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.flies-banner04-content {
    width: 1400px;
    height: 400px;
    margin-bottom: 100px;
    /* border: 1px solid red; */
}

.flies-banner04-content-l {
    width: 50%;
    height: 400px;
    float: left;
}

.flies-banner04-content-l img {
    max-width: 100%;
    height: 100%;
}

.flies-banner04-content-r {
    float: right;
    width: 50%;
    height: 400px;
    background-color: #f0f2f7;
}

.flies-banner04-content-r-title {
    font-size: 24px;
    color: #e68303;
    margin-top: 75px;
    margin-left: 60px;
    font-weight: 600;
}

.flies-banner04-content-r-span {
    width: 50px;
    height: 0.25rem;
    background-color: #e68303;
    margin-left: 60px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.flies-banner04-content-r-info {
    margin-left: 60px;
    font-size: 16px;
    width: 80%;
    line-height: 30px;
}

.flies-banner-05 {
    width: 100%;
    height: 650px;
    background-color: #e9eff6;
    overflow: hidden;
}

.swiper4 {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper4 .swiper-slide {
    width: 332px;
}

.swiper4-img {
    width: 300px;
    height: 200px;
    margin-top: 10px;
}

.swiper4-swiper-slide-item {
    width: 332px;
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.swiper4-text {
    color: #454545;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.flies-banner-05 .swiper-button-prev {
    left: 30px;
    color: #d1d7dd !important;
    z-index: 999999;
}

.qyjj_banner5 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    /* background-color: red; */
    /* border: 1px solid red; */
}

.qyjj_banner5 .bd .tempWrap {
    margin: 0 auto;
}

.qyjj_banner5 .hd .prev {
    position: absolute;
    top: 115px;
    left: -77px;
    display: block;
    width: 31px;
    height: 55px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(qyjj_ljt.png) 0 0 no-repeat;
}

.qyjj_banner5 .hd .next {
    position: absolute;
    top: 115px;
    right: -77px;
    display: block;
    width: 31px;
    height: 55px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(qyjj_rjt.png) 0 0 no-repeat;
}

.qyjj_banner5 .hd ul li:last-child {
    margin-right: 0;
}

.qyjj_banner5 .hd ul li.on {
    background-color: #d51620;
}

.qyjj_banner5 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.qyjj_banner5 .bd ul li {
    width: 330px;
    /* width: 18.4%; */
    height: 268px;
    float: left;
    /* _display: inline; */
    overflow: hidden;
    text-align: center;
    background-color: #FFFFFF;
    margin-right: 24px;
    border: 1px solid #D5E1EF;
}

.qyjj_banner5 .bd ul li:last-child {
    margin-right: 0;
}

.qyjj_banner5 .bd ul li .pic {
    text-align: center;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-top: 15px;
}

.qyjj_banner5 .bd ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.qyjj_banner5 .bd ul li .pic a:hover img {
    border-color: #999;
}

.qyjj_banner5 .bd ul li .title {
    height: 53px;
    width: 100%;
    text-align: center;
    line-height: 53px;
    font-size: 16px;
    color: #454545;
    /* background-color: red; */
}


/* 客户案例 */

.khal_banner2 {
    width: 100%;
}

.khal_banner2_list {
    width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 103px;
    /* background: red; */
}

.khal_banner2_list ul li {
    float: left;
    margin-right: 31px;
    margin-bottom: 30px;
}

.khal_banner2_list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.khal_banner2_list ul li a {
    display: block;
    width: 443px;
    height: 611px;
    /* background: red; */
    border: 1px solid #E7E7E7;
}

.khal_banner2_list ul li a dl dt {
    height: 552px;
    /* background: pink; */
    padding: 29px 29px 0;
    box-sizing: border-box;
}

.khal_banner2_list ul li a dl dd {
    position: relative;
    height: 58px;
    /* background: skyblue; */
    border-top: 1px solid #e7e7e7;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #e68303;
    transition: all 0.5s;
}

.khalimg {
    width: 386px;
    height: 344px;
}

.khalimg img {
    max-width: 100%;
    max-height: 100%;
}

.khal_banner2_list ul li a dl dt h2 {
    color: #333333;
    font-size: 20px;
    margin-top: 21px;
    font-weight: normal;
}

.khal_banner2_list ul li a dl dt h3 {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: normal;
}

.khal_banner2_list ul li a dl dd span {
    position: absolute;
    top: 20px;
    left: 270px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.khal_banner2_list ul li a dl dd span img {
    display: block;
    margin-top: 4px;
    margin-left: 7px;
}

.khal_banner2_list ul li:hover dd {
    background-color: #E68303;
    color: #ffffff;
}

.xwzx_banner2 {
    width: 100%;
}

.xwzx_banner2_con {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    /* background-color: red; */
}

.news_nav {
    text-align: center;
    height: 130px;
    line-height: 130px;
}

.news_nav ul {
    display: inline-block;
    vertical-align: middle;
}

.news_nav ul li {
    float: left;
    margin-right: 20px;
}

.news_nav ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.news_nav ul li a {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

.news_nav ul li a:hover {
    background-color: #E68303;
    color: #FFFFFF;
    box-shadow: 0 8px 10px 0px #cccccc;
}

.news_nav ul li a.on {
    background-color: #E68303;
    color: #FFFFFF;
    box-shadow: 0 8px 10px 0px #cccccc;
}

.news_list {
    margin-bottom: 20px;
}

.news_list ul li {
    margin-bottom: 50px;
}

.news_list ul li a {
    display: block;
    width: 1400px;
    height: 340px;
    /* background-color: red; */
    padding: 50px 50px 50px 74px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 7px #f2f2f2;
}

.news_list ul li a:hover span {
    background-color: #E68303;
    color: #ffffff;
}

.news_list_l {
    width: 850px;
    float: left;
    height: 230px;
    /* background-color: pink; */
}

.news_list_r {
    width: 366px;
    height: 240px;
    float: right;
    /* background-color: skyblue; */
}

.news_list_r img {
    max-width: 100%;
    max-height: 100%;
}

.news_list_l h1 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 8px;
}

.news_list_l h1::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    top: 61px;
    background-color: #666666;
}

.news_list_l h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 30px;
    margin-bottom: 43px;
    margin-top: 43px;
}

.news_list_l span {
    float: left;
    width: 136px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 36px;
    border: 2px solid #DDDDDD;
}

.news_list_l i {
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.cpsj_list {
    /* background-color: red; */
    margin-bottom: 50px;
}

.cpsj_list ul li {
    float: left;
    margin-right: 64px;
    margin-bottom: 60px;
}

.cpsj_list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.cpsj_list ul li a {
    display: block;
    width: 424px;
    height: 540px;
    /* background-color: red; */
    box-shadow: 0 0 7px 7px #f2f2f2;
}

.cpsj_list_top {
    width: 100%;
    height: 300px;
    /* background-color: pink; */
}

.cpsj_list_top img {
    max-width: 100%;
    max-height: 100%;
}

.cpsj_list_bottom {
    /* width: 424px; */
    width: 100%;
    height: 240px;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 29px 44px 30px;
    box-sizing: border-box;
}

.cpsj_list_bottom h1 {
    color: #333333;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 12px;
}

.cpsj_list_bottom h2 {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.cpsj_list_bottom span {
    display: block;
    width: 148px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    border: 1px solid #AAAAAA;
    margin-top: 25px;
}

.cpsj_list ul li:hover span {
    background-color: #E68303;
    color: #ffffff;
}

.lxfs_banner2_con {
    /* width: 1398px; */
    /* height: 548px; */
    border: 1px solid #e7e7e7;
    /* background-color: red; */
    margin-bottom: 69px;
}

.lxfs_banner2_con_l {
    float: left;
    width: 559px;
    height: 548px;
    /* background-color: pink; */
    padding: 49px 0 64px 59px;
    box-sizing: border-box;
}

.lxfs_banner2_con_r {
    float: right;
    /* width: 839px; */
    width: 60%;
    height: 548px;
    /* background-color: red; */
}

.lxfs_banner2_con_l>h1 {
    position: relative;
    font-size: 24px;
    color: #333333;
    width: 78%;
}

.lxfs_banner2_con_l>h1::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #E68303;
}

.lxfsbox_01 {
    margin-top: 56px;
}

.lxfsbox_01 span:first-of-type {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 32px;
    margin-bottom: 6px;
    background: url(dianhua.png) 0 center no-repeat;
}

.lxfsbox_01 span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(youbian.png) 0 center no-repeat;
}

.lxfsbox_01 span:nth-of-type(3) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(dizhi.png) 0 center no-repeat;
}

.lxfsbox_02 h1 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 19px;
    margin-top: 37px;
}

.lxfsbox_02 span:nth-of-type(1) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(fzr.png) 0 center no-repeat;
}

.lxfsbox_02 span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(sjh.png) 0 center no-repeat;
}

.lxfsbox_03 h1 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 19px;
    margin-top: 37px;
}

.lxfsbox_03 span:nth-of-type(1) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(fzr.png) 0 center no-repeat;
}

.lxfsbox_03 span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    padding-left: 32px;
    background: url(sjh.png) 0 center no-repeat;
}

.zxly_banner2_con {
    border: 1px solid #E7E7E7;
    margin-bottom: 99px;
}

.zxly_banner2_con_l {
    float: left;
    width: 580px;
    height: 548px;
    /* background-color: red; */
    padding: 55px 0 0 61px;
    box-sizing: border-box;
}

.zxly_banner2_con_r {
    float: right;
    width: 818px;
    height: 548px;
    /* background-color: pink; */
}

.zxlybox1 {
    height: 50px;
    border-left: 6px solid #E68303;
}

.zxlybox1 h5 {
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    padding-left: 14px;
}

.zxlybox1 h4 {
    font-size: 30px;
    color: #333333;
    line-height: 35px;
    padding-left: 15px;
    font-weight: bold;
}

.zxlybox2 {
    width: 386px;
    height: 71px;
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 21px;
    padding-left: 20px;
}

.zxlybox3 p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 36px;
    margin-bottom: 78px;
}

.zxlybox4 h2 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.zxlybox4 h1 {
    font-size: 24px;
    color: #d00a41;
}

.cpgsxq {
    width: 1200px;
    margin: 0 auto;
}

.cpgsxq_title {
    text-align: center;
    height: 156px;
}

.cpgsxq_title h1 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    padding-top: 29px;
}

.cpgsxq_title p {
    color: #cccccc;
    font-size: 24px;
}

.cpgsxq_con {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
    color: #666666;
    font-size: 16px;
}

.qyjjxq_title {
    height: 187px;
    /* background-color: red; */
    text-align: center;
    padding-top: 69px;
    box-sizing: border-box;
}

.qyjjxq_con {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 107px;
}

.xqy {
    background-color: #f5f5f5;
    width: 1400px;
    padding: 40px 0 49px;
    box-sizing: border-box;
    margin: 0 auto;
}

.xqy_con {
    max-width: 100%;
    width: 1400px;
    background-color: #ffffff;
}

.xqy_con_2 {
    width: 1200px;
    margin: 0 auto;
}

.xqy_con_tit {
    height: 159px;
    width: 1200px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    margin: 0 auto;
    /* background-color: red; */
}

.xqy_con_nr {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.xqy_con_nr p img {
    max-width: 100%;
}

.xqy_con_tit h1 {
    font-size: 34px;
    color: #000000;
    text-align: center;
    padding-top: 47px;
}

.xqy_con_tit p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.xqy_con_bottom {
    /* background-color: pink; */
    border-top: 1px solid #DDDDDD;
}

.xqy_con_bottom_l {
    float: left;
    /* width: 87.4%; */
    /* background-color: skyblue; */
    height: 200px;
    padding-top: 59px;
    box-sizing: border-box;
}

.xqy_con_bottom_r {
    float: right;
    width: 150px;
    /* background-color: green; */
    height: 200px;
}

.xqy_con_bottom_r a {
    display: block;
    width: 150px;
    height: 46px;
    background-color: #E68303;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    margin-top: 65px;
}

.layui-laypage {
    width: 100%;
    text-align: center;
}

.toplast_left em,
.toplast_right em {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.toplast_left a,
.toplast_right span,
.toplast_left span,
.toplast_right a {
    color: #333333;
    font-size: 15px;
}

.toplast_left {
    margin-bottom: 12px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #E68303;
}

.zxly_banner2_con_r .tableft {
    display: none;
}

.zxly_banner2_con_r table {
    width: 100%;
}

.zxly_banner2_con_r table tr {
    float: left;
    margin-bottom: 20px;
}

.zxly_banner2_con_r table tr:nth-of-type(-n+4) {
    width: 370px;
}

.zxly_banner2_con_r table tr:nth-of-type(6) {
    position: relative;
    display: none;
}

.zxly_banner2_con_r table tr .tabright {
    width: 370px;
}

.zxly_banner2_con_r table tr .tabright input {
    height: 48px;
    padding-left: 48px;
}

.zxly_banner2_con_r table tr:nth-of-type(1) {
    margin-right: 20px;
    margin-top: 55px;
}

.zxly_banner2_con_r table tr:nth-of-type(1) input {
    background: url(xm.png ) 19px center no-repeat;
}

.zxly_banner2_con_r table tr:nth-of-type(2) input {
    background: url(dh.png ) 19px center no-repeat;
}

.zxly_banner2_con_r table tr:nth-of-type(3) input {
    background: url(yx.png ) 19px center no-repeat;
}

.zxly_banner2_con_r table tr:nth-of-type(4) input {
    background: url(dhdz.png ) 19px center no-repeat;
}

.zxly_banner2_con_r table tr:nth-of-type(2) {
    margin-top: 55px;
}

.zxly_banner2_con_r table tr:nth-of-type(3) {
    margin-right: 20px;
}

.zxly_banner2_con_r .layui-textarea {
    width: 760px;
    height: 200px;
    background: url(ly.png) 19px 11px no-repeat;
    padding-left: 48px;
    padding-top: 10px;
}

.zxly_banner2_con_r .layui-input code {
    /* width: 300px; */
}

.zxly_banner2_con_r .layui-btn {
    width: 760px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background-color: #E68303;
}

.zxly_banner2_con_r .validateCode {
    position: absolute;
    height: 48px;
    width: 90px;
    right: 0;
}

.layui-btn:hover {
    opacity: 1;
}

.index-foot-yh-r-l ul li {
    display: inline-block;
    margin-right: 15px;
}

.hideewmbox {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 85px;
    width: 90px;
    height: 90px;
}

.hideewmbox img {
    max-width: 100%;
    max-height: 100%;
}

.index-banner06-c-l-from table tr:nth-of-type(1) input {
    background: url(index_xm.jpg) 0 1px no-repeat;
    padding-left: 65px;
}

.index-banner06-c-l-from table tr:nth-of-type(2) input {
    background: url(index_dh.jpg) 0 1px no-repeat;
    padding-left: 65px;
}

.index-banner06-c-l-from table tr:nth-of-type(5) .layui-textarea {
    background: url(index_ly.jpg) 0 -8px no-repeat;
    padding-left: 65px;
}

.index-banner06-c-l-from table tr:nth-of-type(6) input {
    background: url(index_yzm.jpg) 0 1px no-repeat;
    padding-left: 85px;
}

.files-banner03 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.files-banner03 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

@media (min-width: 1300px) and (max-width:1360px) {
    .index-head-r {
        margin-right: 5%;
    }
    .index-c-head {
        margin-top: 15px;
        margin-bottom: 28px;
    }
    .index-c-head-info {
        line-height: 33px;
        margin-bottom: 7px;
    }
    .index-content01 {
        height: 266px;
    }
    .index-banner02-content-01-span {
        margin-bottom: 4px;
    }
    .index-banner02-content-02-foot-item {
        margin-left: 4.2%;
        margin-right: 3.2%;
    }
    .index-banner05-c {
        width: 93%;
    }
    .index-banner05-foot-item {
        width: 22.5%;
    }
    .index-banner06-c {
        width: 93%;
    }
    .index-banner06-c-l-from .layui-input {
        width: 335px;
    }
    .index-banner06-c-l-from .layui-textarea {
        width: 690px;
    }
    .index-banner06-c-l-from .layui-btn {
        width: 335px;
    }
    .index-foot-c {
        width: 93%;
    }
    .index-foot-c-nav-item {
        margin-right: 10px;
    }
    .index-foot-c-nav-item01 {
        width: 320px;
    }
    .index-foot-c-nav-item02 {
        margin-right: 224px;
    }
    .fles-banner02-img {
        margin-left: 5.6%;
    }
    .files-banner02-content {
        width: 33.4%;
    }
    .flies-banner04-content {
        width: 93%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .flies-banner04-content-r {
        width: 48%;
        float: left;
    }
    .flies-banner-05-c {
        width: 93%;
        margin: 0 auto;
    }
    .qyjj_banner5 .bd ul li {
        margin-right: 12px;
        width: 18%;
    }
    .qyjj_banner5 .hd .next {
        right: 185px;
    }
    .qyjj_banner5 .hd .prev {
        left: -10px;
    }
    .khal_banner2_list {
        width: 90%;
    }
    .khal_banner2_list ul li {
        margin-right: 15px;
        width: 32%;
    }
    .khal_banner2_list ul li a {
        width: 100%;
    }
    .khalimg {
        width: 100%;
    }
    .xqy_con_2 {
        width: 85%;
    }
    .xqy_con_bottom_l {
        width: 83.4%;
    }
    .xwzx_banner2_con {
        width: 93%;
    }
    .news_list_l {
        width: 677px;
        margin-right: 20px;
    }
    .news_list_r {
        float: left;
        text-align: right;
    }
    .news_list ul li a {
        width: 98%;
    }
    .cpsj_list ul li {
        width: 31.63%;
        margin-right: 30px;
    }
    .cpsj_list ul li a {
        width: 100%;
    }
    .cpsj_list_bottom {
        width: 100%;
        height: 228px;
    }
    .lxfs_banner2_con_l>h1 {
        width: 78%;
    }
    .lxfs_banner2_con_l {
        width: 483px;
    }
    .zxly_banner2_con_l {
        width: 480px;
    }
    .zxly_banner2_con_r {
        width: 727px;
    }
    .zxly_banner2_con_r .layui-btn {
        width: 680px;
    }
    .zxly_banner2_con_r .layui-textarea {
        width: 680px;
    }
    .zxly_banner2_con_r table tr:nth-of-type(-n+4) {
        width: 330px;
    }
    .news_list_r {
        width: 360px;
    }
    .index-foot-yh {
        width: 93%;
    }
    .zxlybox3 p {
        margin-bottom: 66px;
    }
    .cpsj_list_top {
        height: auto;
    }
    .cpsj_list ul li a {
        height: 500px;
    }
    .news_list_l h1 {
        font-size: 23px;
    }
    .news_list_l h2 {
        margin-bottom: 20px;
    }
    .files-banner02-content-span {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .files-banner02-content-text {
        margin-bottom: 50px;
    }
    .flies-banner04-c {
        width: 93%;
    }
    .flies-banner04-content-r-title {
        margin-top: 30px;
    }
    .flies-banner04-content-r-span {
        margin-bottom: 38px;
        margin-top: 20px;
    }
    .flies-banner04-content {
        height: 360px;
    }
    .flies-banner04-content-l {
        height: 360px;
    }
    .flies-banner04-content-r {
        height: 360px;
    }
    .xqy {
        width: 93%;
    }
    .xqy_con_tit {
        width: 93%;
        margin: 0 auto;
    }
    .xqy_con {
        width: 93%;
        margin: 0 auto;
    }
}

@media (min-width: 1360px) and (max-width:1450px) {
    .xwzx_banner2_con {
        width: 93%;
    }
    .cpsj_list ul li {
        margin-right: 20px;
        width: 32.23%;
    }
    .cpsj_list ul li a {
        width: 100%;
    }
    .xwzx_banner2_con {
        width: 93%;
    }
    .lxfs_banner2_con_l {
        width: 500px;
    }
    .zxly_banner2_con_r table tr .tabright {
        width: 320px;
    }
    .zxly_banner2_con_r .layui-textarea {
        width: 660px;
    }
    .zxly_banner2_con_r .layui-btn {
        width: 660px;
    }
    .zxly_banner2_con_r {
        width: 710px;
    }
    .zxly_banner2_con_r table tr:nth-of-type(-n+4) {
        width: auto;
    }
    .zxly_banner2_con_l {
        width: 540px;
    }
    .news_list ul li a {
        width: 100%;
    }
    .news_list_l {
        width: 750px;
    }
    .cpsj_list_top {
        height: auto;
    }
    .cpsj_list ul li a {
        height: 100%;
    }
    .flies-banner04-c {
        width: 93%;
    }
    .xqy_con {
        width: 93%;
        margin: 0 auto;
        /* background-color: red; */
    }
    .xqy_con_2 {
        width: 1000px;
    }
}

@media (min-width: 1360px) and (max-width:1650px) {
    .index-banner05-c {
        width: 93%;
    }
    .index-banner05-foot-item {
        width: 22.6%;
    }
    .index-banner06-c {
        width: 93%;
    }
    .index-banner06-c-l-from .layui-input {
        width: 350px;
    }
    .index-banner06-c-l-from .layui-textarea {
        width: 720px;
    }
    .index-banner06-c-l-from .layui-btn {
        width: 350px;
    }
    .index-banner02-content {
        width: 93%;
    }
    .index-banner04-lb {
        width: 100%;
    }
    .fles-banner02-img {
        margin-left: 5.6%;
    }
    .files-banner02-content {
        width: 33.4%;
    }
    .flies-banner04-content {
        width: 93%;
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .index-foot-c {
        width: 93%;
    }
    .index-foot-yh {
        width: 93%;
    }
    .khal_banner2_list {
        width: 93%;
    }
    .khal_banner2_list ul li {
        margin-right: 15px;
        width: 32.33%;
    }
    .khal_banner2_list ul li a dl dd span {
        left: 340px;
    }
    .khal_banner2_list ul li a {
        width: 100%;
    }
    .khalimg img {
        width: 100%;
    }
    .xqy_con_tit {
        width: 93%;
    }
    .xqy_con_nr {
        width: 93%;
    }
    .xqy_con_bottom {
        width: 93%;
    }
    .zxlybox3 p {
        margin-bottom: 45px;
    }
    .khalimg {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width:1600px) {
    .swiper-slide .swiper-slide-prev {
        width: 30% !important;
    }
    .swiper-slide .swiper-slide-active {
        width: 40% !important;
    }
    .swiper-slide .swiper-slide-next {
        width: 30% !important;
    }
    .index-banner04 {
        width: 96%;
        margin: 0 auto;
        /* background-color: pink; */
    }
    .index-banner04-lb {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width:1400px) {
    .index-banner04-lb .swiper-slide-active .index-banner04-lb-info {
        width: 420px;
    }
    .index-banner04-lb .swiper-slide-active img {
        width: 420px;
    }
    .index-banner04-lb img {
        width: 340px;
    }
    .index-banner04-lb-info {
        width: 340px;
        height: 135px;
    }
    .qyjj_banner5 .bd ul li {
        width: 22.5%;
        margin-right: 6px;
        margin-left: 6px;
    }
    .qyjj_banner5 .hd .next {
        right: -24px;
    }
    .qyjj_banner5 .hd .prev {
        left: -40px;
    }
    .qyjj_banner5 {
        width: 93%;
    }
    .flies-banner-05-c {
        margin: 0 auto;
    }
    .qyjjxq_con {
        width: 1000px;
    }
}

@media (min-width: 1400px) and (max-width:1500px) {
    .index-banner04-lb .swiper-slide-active .index-banner04-lb-info {
        width: 420px;
    }
    .index-banner04-lb .swiper-slide-active img {
        width: 420px;
    }
    .index-banner04-lb img {
        width: 350px;
    }
    .index-banner04-lb-info {
        width: 350px;
        height: 135px;
    }
    .qyjj_banner5 .bd ul li {
        width: 21.5%;
        margin-right: 12px;
        margin-left: 12px;
    }
    .qyjj_banner5 .hd .next {
        right: -14px;
    }
    .qyjj_banner5 .hd .prev {
        left: -30px;
    }
    .qyjj_banner5 {
        width: 90%;
    }
    .flies-banner-05-c {
        margin: 0 auto;
    }
    .xqy_con_2 {
        width: 1000px;
    }
    .qyjjxq_con {
        width: 1000px;
    }
}

@media (min-width: 1500px) and (max-width:1600px) {
    .xqy_con_2 {
        width: 1000px;
    }
    .qyjjxq_con {
        width: 1000px;
    }
    .khal_banner2_list ul li a {
        width: 100%;
    }
    .index-banner04-lb .swiper-slide-active .index-banner04-lb-info {
        width: 450px;
    }
    .index-banner04-lb .swiper-slide-active img {
        width: 450px;
    }
    .index-banner04-lb img {
        width: 370px;
    }
    .index-banner04-lb-info {
        width: 370px;
    }
    .flies-banner-05-c {
        width: 90%;
        margin: 0 auto;
    }
    .qyjj_banner5 .bd ul li {
        width: 21.5%;
    }
    .qyjj_banner5 .hd .next {
        right: -14px;
    }
    .qyjj_banner5 .hd .prev {
        left: -30px;
    }
    .qyjj_banner5 {
        width: 95%;
    }
}

@media (min-width: 1360px) and (max-width:1380px) {
    .index-foot-c-nav-item {
        margin-right: 30px;
    }
    .index-foot-c-nav-item02 {
        margin-right: 245px;
    }
}

@media (min-width: 1360px) and (max-width:1770px) {
    .index-banner02-content-02-foot-item {
        margin-left: 5.2%;
        margin-right: 4.8%;
    }
}

@media (min-width: 1360px) and (max-width:1500px) {
    .khal_banner2_list ul li a {
        width: 100%;
    }
    .index-head-r {
        margin-right: 6%;
    }
    .index-content01 {
        height: auto;
    }
    .index-c-head {
        margin-top: 13px;
        margin-bottom: 22px;
    }
    .index-c-head-info {
        margin-bottom: 0;
    }
    .index-banner02-content-01 {
        height: auto;
    }
}

@media (min-width: 750px) and (max-width:1300px) {
    .index-head {
        position: absolute;
        width: 1920px;
    }
    .index_banner {
        width: 1920px;
    }
    .index-c {
        width: 1600px;
    }
    .index-c01 {
        width: 1920px;
    }
    .index-banner03 {
        width: 1920px;
    }
    .index-banner04 {
        width: 1920px;
    }
    .index-banner05 {
        width: 1920px;
    }
    .index-banner06 {
        width: 1920px;
    }
    .index-foot {
        width: 1920px;
    }
    .qyjj_banner {
        width: 1920px;
    }
    .files-banner02 {
        width: 1920px;
    }
    .files-banner03 {
        width: 1920px;
    }
    .flies-banner04 {
        width: 1920px;
    }
    .flies-banner-05 {
        width: 1920px;
    }
    .xwzx_banner2 {
        width: 1920px;
    }
    .khal_banner2 {
        width: 1920px;
    }
    .khal_banner2 {
        width: 1920px;
    }
}