@charset "UTF-8";

/*全局*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.animation {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

img {
    display: block;
}

body {
    background-color: #fff !important;
}

a {
    text-decoration: none !important;
}

.hslmr0 {
    margin-right: 0px !important;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hslclear {
    clear: both;
    display: block;
}

.text-align {
    text-align: center;
}

.font-weight {
    font-weight: bold;
}

.hslbox3_1_4 {
    margin-right: 0px;
}

.hsltlbg {
    height: auto;
    padding-top: 20px;
    margin-top: 50px;
    text-align: center;
}

.hsltlbg h2 {
    font-size: 36px;
    color: #0a646d;
    font-weight: bold;
    margin-bottom: 20px;
}

.hsltlbg h2 span {
    color: #ff0000;
}

.hsltlbg p {
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
}

.hsltlbg a {
    display: block;
}

.hsltlbg a img {
    width: 100%;
}

.hsltit {
    text-align: center;
    line-height: normal;
}

.hsltit1 {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 36px;
    margin-top: 5px;
}

.hsltit1 span {
    color: #f22222;
}

.hsltit p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    display: block;
}

.hsltit b {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}

.hslbtn {
    text-align: center;
}

.hslbtn a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: #ff4f00;
    width: 300px;
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.hslbtn a span {
    position: relative;
    z-index: 1;
}

.hslbtn a:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    left: -100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 50px;
    z-index: 0;
}

.hslbtn a:hover {
    color: #fff;
}

.hslbtn a:hover:before {
    left: 0;
}

.hslbtn .hslbtn_2 {
    background-color: #ec0000;
    color: #fff;
}

.hslbtn .hslbtn_2:hover {
    color: #fff;
}

.lvjing {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.banner {
    overflow: hidden;
}

.topimg .img {
    width: 1200px;
    margin: 0 auto;
}

.topimg .img img {
    margin-left: -360px;
}

.hslbox1 {
    margin-top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 35px 0 30px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.hslbox1_1 {
    width: 260px;
    display: inline-block;
}

.hslbox1_1 span {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 144px;
}

.hslbox1_1 a {
    display: block;
    color: #442200;
    padding: 10px 0;
}

.hslbox1_1 b {
    display: block;
    padding: 0 5px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.hslbox1_1 p {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.hslbox1_1 a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.hslbox2 {
    background-color: #f6f6f6;
    padding: 50px 0 60px;
    position: relative;
    z-index: 1;
}

.hslbox2_1 {
    position: relative;
    height: 414px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.hslbox2_2 {
    position: absolute;
    width: 455px;
    left: 57px;
    top: 1px;
}

.hslbox2_2 .hsllazy1 {}

.hslbox2_3 {
    right: 60px;
    left: auto;
    top: 3px;
}

.hslbox2_2 ul {
    margin-top: 20px;
}

.hslbox2_2 ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.hslbox2_2 ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.hslbox2_2 ul li a {
    display: block;
    color: #ff6700;
    border: 1px solid #ff6700;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 7px;
    position: relative;
    overflow: hidden;
}

.hslbox2_2 ul li a:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    left: -100%;
    top: 0;
    background-color: #ff6700;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 50px;
    z-index: 0;
}

.hslbox2_2 ul li a:hover:before {
    left: 0;
}

.hslbox2_2 ul li a:hover {
    color: #fff;
}

.hslbox2_2 ul li a span {
    position: relative;
    z-index: 1;
}

.form {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.form .article {
    width: 1200px;
    height: 294px;
    margin: 0 auto;
    position: relative;
}

.form .article .left {
    position: absolute;
    left: -360px;
    top: 0;
}

.form .article form {
    position: absolute;
    right: 0;
    top: 158px;
}

.form .article form .shouji {
    position: absolute;
    top: 16px;
    left: 13px;
}

.form .article form #mycall {
    width: 435px;
    height: 60px;
    border-radius: 4px;
    border: 0;
    text-indent: 58px;
    font-size: 24px;
    color: #999999;
    outline: none;
}

.form .article form .dbtijiao {
    width: 234px;
    height: 60px;
    background: #ffd913;
    text-align: center;
    color: #d90707;
    font-size: 24px;
    border: 0;
    border-radius: 4px;
}

.form .article form .line {
    width: 1px;
    height: 33px;
    background: #e5e5e5;
    position: absolute;
    top: 15px;
    left: 46px;
}

.hslbox3 {
    margin-bottom: 50px;
    background-color: #ff4800;
}

.hslbox3 .w1200 {
    position: relative;
    height: 155px;
}

.hslbox3_2 {
    width: 888px;
    position: absolute;
    bottom: -2px;
    left: -254px;
    z-index: 0;
}

.hslbox3_1 {
    width: 665px;
    height: 60px;
    position: relative;
    z-index: 1;
    float: right;
    margin-right: 10px;
    padding-top: 46px;
}

.hslbox3_1 .hslbox3_3 {
    width: 435px;
    height: 60px;
    float: left;
    position: relative;
}

.hslbox3_1 .hslbox3_3 input {
    height: 60px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    text-indent: 56px;
}

.hslbox3_1 .hsldg {
    width: 220px;
    height: 60px;
    background-color: #ffda17;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #d90707;
    cursor: pointer;
    display: block;
    float: right;
}

.hslbox3_3 i {
    display: block;
    position: absolute;
    font-size: 30px;
    width: 38px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border-right: 1px solid #ddd;
    top: 15px;
    left: 8px;
}

.hslbox4 {
    padding: 40px 0;
    margin-bottom: 30px;
    text-align: center;
    background: #f5f5f5;
}

.hslbox4 .ctrl {
    margin: 46px 0 62px;
}

.hslbox4 .ctrl li {
    display: inline-block;
    width: 244px;
    height: 70px;
    line-height: 70px;
    margin: 0 60px;
    font-size: 30px;
    color: #333333;
    border-radius: 4px;
    font-weight: bold;
    background: white;
}

.hslbox4 .ctrl .cur {
    color: white;
    background: #ee2020;
}

.hslbox4 .content {
    /* display: inline-block; */
}

.hslbox4 .content ul {
    display: none;
    overflow: hidden;
}

.hslbox4 .content .cur {
    display: inline-block;
}

.hslbox4 .content li {
    width: 350px;
    float: left;
    text-align: left;
    margin: 0 32px 50px;
    background: white;
    padding: 30px 10px;
}

.hslbox4 .content li h3 {
    font-size: 24px;
    color: #333333;
    /* font-weight: normal; */
}

.hslbox4 .content li h3 span {
    font-size: 20px;
    font-weight: normal;
    color: #666666;
}

.hslbox4 .content li p {
    font-size: 18px;
    line-height: 30px;
    height: 127px;
}

.hslbox4 .content li img {
    margin: 10px 0;
}

.hslbox4 .content li .btn1 {
    overflow: hidden;
    margin-top: 14px;
}

.hslbox4 .content li .btn1 a {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #b41915;
    height: 43px;
    line-height: 43px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.hslbox4 .content li .btn1 .red {
    color: white;
    background: #e61c1c;
    border: 0;
}

.huanjing {
    text-align: center;
    background: white;
    padding: 50px;
}


/* .huanjing .tag {
    font-size: 26px;
    color: #333333;
    display: inline-block;
    margin: 33px 0 38px;
}

.huanjing .tag img {
    display: inline-block;
    margin-right: 5px;
}

.huanjing .tag li {
    float: left;
    margin: 0 57px;
}

.huanjing .article {
    display: inline-block;
    overflow: hidden;
}

.huanjing .article img {
    margin: 0 13px 13px 0;
}

.huanjing .article .left {
    float: left;
}

.huanjing .article .right {
    float: left;
}

.huanjing .article .right ul {
    overflow: hidden;
}

.huanjing .article .right ul li {
    float: left;
} */

.huanjing p {
    width: 1048px;
    padding: 40px 64px;
    font-size: 26px;
    color: #333333;
    margin: 42px auto 36px;
    text-align: left;
    border-radius: 20px;
    border: 1px dashed #950303;
    line-height: 48px;
}

.huanjing p span {
    color: #950303;
}

.huanjing .hjimg {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.huanjing .hjimg .hd {
    float: left;
    margin-right: 10px;
}

.huanjing .hjimg .hd li img {
    width: 152px;
}

.huanjing .hjimg .hd li {
    margin-bottom: 9px;
}

.huanjing .hjimg .hd .on {
    border: 3px solid red;
}

.huanjing .hjimg .hd .on img {
    width: 146px;
}

.huanjing .hjimg .bd {
    float: left;
    width: 1024px;
    height: 566px;
}

.chuangye {
    text-align: center;
}

.chuangye ul {
    display: inline-block;
}

.chuangye ul li {
    float: left;
    margin: 0 19px;
}

.chuangye .first {
    margin-bottom: 37px;
    margin-top: 56px;
}

.chuangye .first li {
    margin: 0 32px;
}

.chuangye .btn1 {
    margin: 42px 0 50px;
}

.chuangye .btn1 a {
    display: inline-block;
    color: white;
    width: 567px;
    height: 76px;
    line-height: 76px;
    background: #ff5900;
    font-size: 26px;
    margin: 0 30px;
}

.chuangye .btn1 .red {
    background: #e60000;
}

.hslbox5 {
    margin-top: 20px;
    background-image: url(../images/22.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 150px;
    padding-bottom: 150px;
}

.hslbox5_1 {
    width: 596px;
    margin-bottom: 8px;
}

.hslbox5_3 {
    float: left;
}

.hslbox5_4 {
    float: right;
}

.hslbox5_1 a {
    display: block;
    background-color: #fff;
    height: 228px;
}

.hslbox5_1 span {
    display: block;
    width: 295px;
    float: left;
}

.hslbox5_1 p {
    padding: 30px 30px 30px 315px;
    color: #333;
    font-size: 20px;
    line-height: 35px;
}

.hslbox5_1 p b {
    display: block;
    font-size: 30px;
    color: #ee1a1a;
    margin-bottom: 5px;
}

.hslbox5 .hsltit {
    margin-bottom: 50px;
}

.hslbox5_2 span {
    float: right;
}

.hslbox5_2 p {
    padding: 30px 315px 30px 30px;
}

.hslbox5 .hslbtn {
    margin-top: 50px;
}

.hslbox6 {
    height: 151px;
    background-color: #ff6600;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.hslbox6_1 {
    width: 595px;
    float: left;
}

.hslbox6_2 {
    position: relative;
    z-index: 1;
    float: right;
    width: 550px;
    margin-top: 40px;
    margin-right: 40px;
}

.hslbox6_3 {
    height: 70px;
    position: relative;
    width: 360px;
    float: left;
}

.hslbox6_2 .hsldg {
    width: 180px;
    height: 70px;
    background-color: #ffd912;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #d90707;
    cursor: pointer;
    display: block;
    float: right;
}

.hslbox6_3 input {
    height: 70px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    text-indent: 56px;
}

.hslbox6_3 i {
    display: block;
    position: absolute;
    font-size: 30px;
    width: 38px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border-right: 1px solid #ddd;
    top: 20px;
    left: 8px;
}

.hslbox8 {
    margin-top: 50px;
}

.hslbox8_1 {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.hslbox7 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #f6f6f6;
    padding-top: 50px;
}

.hslbox7_1 {
    width: 540px;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
    text-align: center;
}

.hslbox7_4 span {
    width: 50%;
    margin-left: 25%;
    display: block;
}

.hslbox7_4 b {
    display: block;
    color: #f22222;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.hslbox7_4 p {
    background-color: #f22222;
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    width: 70%;
    margin-left: 15%;
    font-weight: bold;
    position: relative;
}

.hslbox7_4 p i {
    display: block;
    color: #f22222;
    position: absolute;
    font-size: 30px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: -20px;
    left: 50%;
    margin-left: -16px;
}

.hslbox7_3 a {
    display: block;
    margin: 20px;
}

.hslbox7_2 {
    width: 566px;
    float: right;
    margin-top: 50px;
}

.hslbox7_2 img {
    margin-bottom: 13px;
}

.hslbox7_1 .hslkzq {
    background-image: none;
    width: 60px;
    height: 60px;
    top: 35%;
}

.hslbox7_1 .hslkzq i {
    font-size: 60px;
    color: #aaa;
}

.hslbox7_7 a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #ff3c00;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 13px;
    text-indent: -20px;
    overflow: hidden;
    position: relative;
}

.hslbox7_7 a:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    left: -100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 0;
}

.hslbox7_7 a:hover {
    color: #fff;
}

.hslbox7_7 .hslbtn_2 {
    background-color: #f20000;
}

.hslbox7_7 a:hover:before {
    left: 0;
}

.hslbox4_8 span {
    position: relative;
    z-index: 1;
}

.hslbox7_3 .swiper-slide-thumb-active a {
    display: block;
    position: relative;
}

.hslbox7_3 .swiper-slide-thumb-active a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -3px;
    top: -3px;
    z-index: 1;
    border: 3px solid #ff6600;
    border-radius: 60px;
    opacity: 1;
}


/*# sourceMappingURL=style.css.map */