@font-face {
    font-family: 'Poppins';
    src: url(Poppins.ttf);
    font-weight: 100;
}


body {
    font-family: Poppins;
    width: 100%;
    font-size: 12px;
    color: #272727;
    background-color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}

img,
input,
button {
    border: 0;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

#head {
    width: 100%;
    height: 140px;
    font-size: 14px;
}

#head .logo {
    float: left;
}

#head .logo img {
    height: 56px;
    margin-top: 42px;
}

#head .contact {
    float: right;
}

#head .contact .tel {
    float: right;
    line-height: 140px;
    font-family: "arial, helvetica, sans-serif";
    font-weight: bold;
    height: 140px;
}

#head .contact .way {
    float: right;
    height: auto;
    margin-left: 30px;
    padding-top: 40px;
}

#head .contact .way p {
    line-height: 25px;
    text-align: right;
}

#head .contact .way img {
    margin-right: 5px;
}

#head .input {
    float: left;
    height: 40px;
    border: 3px solid #003e9b;
    width: 42%;
    margin-left: 5%;
    margin-top: 48px;
    border-radius: 25px;
    position: relative;
}

#head .input button {
    height: 42px;
    line-height: 42px;
    background-color: #003e9b;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 30px;
    position: absolute;
    right: -2px;
    top: -1px;
    font-size: 16px;
}

#head .input img {
    margin-right: 10px;
}

#head .input input {
    position: absolute;
    left: 20px;
    height: 40px;
    line-height: 40px;
    width: 300px;
}

#menu {
    width: 100%;
    height: 56px;
    background-color: #263e61;
}

.layui-nav .layui-nav-item {
    line-height: 56px;
}

.layui-nav {
    background: none;
    padding: 0;
}

.layui-nav .layui-nav-item a {
    padding: 0 36px;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: #cc5b34
}

.layui-nav .layui-this:after {
    width: 60%;
    margin-left: -30%;
    left: 50%;
}

.layui-nav * {
    font-size: 16px;
}

#slide {
    width: 100%;
    background-color: #edf1f7;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

#slide .banner {
    position: absolute;
    width: 914px;
    height: 777px;
    right: -80px;
}

#slide .menu {
    float: left;
    width: 338px;
    min-height: 710px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 35px;
}

#slide .menu h1 {
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
    margin-top: 20px;
}

#slide .menu img {
    margin-right: 10px;
    height: 16px;
}

#slide .menu .list {
    width: 100%;
    padding-top: 18px;
}

#slide .menu .list li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #232323;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

#slide .menu .list li:hover {
    color: #fff;
    background-color: #cc5b34;
}

#slide .menu .list li i {
    position: absolute;
    right: 20px;
}

#slide .menu .list li span {
    float: left;
    margin-left: 25px;
    width: 82%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#slide .menu .list li a {
    color: #232323;
}

#slide .menu .list li a:hover {
    color: #fff;
}

#slide .menu .list li dl {
    position: absolute;
    left: 338px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 80%;
    overflow: hidden;
    display: none;
}

#slide .menu .list li dl dd {
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    display: block;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#slide .menu .list li dl dd a:hover {
    color: #cc5b34;
}

#contain {
    width: 100%;
    background-color: #eeeeee;
}

#contain .car {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    font-size: 20px;
    box-sizing: border-box;
    position: relative;
}

#contain .car h1 {
    font-size: 40px;
    margin-bottom: -15px;
}

#contain .car img {
    position: absolute;
    right: 30px;
    top: 5px;
    height: 116px;
}

#contain .tab {
    width: 100%;
    height: 68px;
}

#contain .tab li {
    width: 50%;
    float: left;
    height: 68px;
    background-color: #ecf7f9;
    font-size: 25px;
    line-height: 68px;
    text-align: center;
}

#contain .plist {
    width: 100%;
    height: 212px;
    overflow: hidden;
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#contain .plist li {
    width: 100%;
    height: 155px;
    margin-top: 25px;
}

#contain .plist img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#contain .plist img:hover {
    transform: scale(1.2);
}

#contain .pclass {
    width: 100%;
    height: 371px;
    margin-top: 10px;
    border-radius: 25px;
    position: relative;
}

#contain .pclass .right {
    width: 355px;
    height: 371px;
    position: relative;
}

#contain .pclass .right span {
    color: #fff;
    font-size: 32px;
    left: 20px;
    top: 20px;
    position: absolute;
    line-height: 35px;
    width: 60%;
}

#contain .pclass .right a {
    padding: 3px 15px;
    background-color: #3e61a6;
    left: 20px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
}

#contain .pclass .right a:hover {
    background-color: #cc5b34;
}

#contain .pclass .left {
    width: 845px;
}

#contain .pclass li {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    height: 184.5px;
    box-sizing: border-box;
    position: relative;
}

#contain .pclass li h1 {
    position: absolute;
    font-size: 25px;
    color: #000;
    left: 30px;
    top: 15px;
}

#contain .pclass li img {
    position: absolute;
    left: 20px;
    bottom: 8px;
    width: 123px;
    height: 123px;
    object-fit: cover;
}

#contain .pclass li img:hover {
    transform: scale(1.1);
}

#contain .pclass li span {
    position: absolute;
    line-height: 25px;
    left: 155px;
    top: 58px;
    width: 60%;
    font-size: 20px;
    color: #333;
}

#contain .pclass li span:hover {
    color: #cc5b34;
}

#contain .title {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-top: 15px;
}

#contain .title p {
    font-size: 20px;
    color: #4578bd;
    text-align: center;
    margin-top: -10px;
    position: relative;
}

#contain .title span {
    font-size: 40px;
    font-weight: bold;
    color: #2c4985;
    font-style: italic;
    background-color: #eeeeee;
    position: relative;
    padding: 0 150px;
}

#contain .title hr {
    position: absolute;
    top: 40px;
    left: 0;
    height: 1px;
    width: 100%;
}

#contain .part1 {
    width: 100%;
    height: 353px;
}

#contain .part1 .right {
    float: right;
    width: 282px;
    height: 100%;
    background-color: #fff;
    text-align: center;
}

#contain .part1 .right img {
    width: 70%;
    height: 290px;
    object-fit: cover;
    margin-top: 10px;
}

#contain .part1 .right p {
    font-size: 25px;
    line-height: 35px;
    padding: 0 10px;
    padding-top: 10px;
    color: #010101;
    height: 35px;
    box-sizing: border-box;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


#contain .part1 .left {
    width: 900px;
    height: 353px;
    background-color: #fff;
}

#contain .part1 .left .list {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

#contain .part1 .left .list img {
    width: 240px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    right: 100px;
    top: 25px;
}

#contain .part1 .left .list h1 {
    font-size: 25px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 80px;
}

#contain .part1 .left .list p {
    font-size: 15px;
    width: 40%;
    margin-left: 100px;
    margin-top: 20px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#contain .part1 .left .list a {
    padding: 3px 35px;
    background-color: #3e61a6;
    font-size: 18px;
    color: #fff;
    margin-left: 120px;
    margin-top: 50px;
    display: inline-block;
}

#contain .part1 .left .list a:hover {
    background-color: #cc5b34;
}

#contain .part2 {
    width: 100%;
    height: 353px;
    margin-top: 15px;
    overflow: hidden;
}

#contain .part2 li {
    width: 100%;
    height: 353px;
    background-color: #fff;
    display: block;
    text-align: center;
}

#contain .part2 li img {
    width: 70%;
    height: 290px;
    object-fit: cover;
    margin-top: 10px;
}

#contain .part2 li p {
    font-size: 25px;
    line-height: 35px;
    padding: 0 10px;
    padding-top: 10px;
    color: #010101;
    height: 35px;
    box-sizing: border-box;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#contain .part3 {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

#contain .part3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contain .part4 {
    width: 100%;
    overflow: hidden;
}

#contain .part4 li {
    width: 100%;
    height: 382px;
    position: relative;
}

#contain .part4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contain .part4 li span {
    position: absolute;
    width: 58px;
    height: 45px;
    right: 0;
    bottom: 0;
}

#contain .part4 p {
    font-size: 25px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#abt {
    width: 100%;
    height: 1106px;
    overflow: hidden;
    position: relative;
}

#abt .img {
    width: 100%;
    height: 100%;
}

#abt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#abt .about {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

#abt .about .video {
    width: 100%;
    height: 610px;
}

#abt .about .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#abt .about p {
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    line-height: 25px;
    text-align: left;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#abt .about h1 {
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    padding: 20px 0;
}

#abt .about a {
    background-color: #3e61a6;
    color: #fff;
    font-size: 18px;
    padding: 5px 40px;
    margin-top: 25px;
    display: inline-block;
}

#abt .about a:hover {
    background-color: #cc5b34;
}

#news {
    width: 100%;
    position: relative;
    top: -200px;
}

#news .list {
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background-color: #fff;
}

#news .list li {
    width: 100%;
}

#news .list li img {
    width: 100%;
    height: 198px;
    object-fit: cover;
}

#news .list li p {
    font-size: 25px;
    text-align: center;
    padding-top: 8px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#news .title {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-top: -25px;
}

#news .title p {
    font-size: 20px;
    color: #4578bd;
    text-align: center;
    margin-top: -10px;
    position: relative;
}

#news .title span {
    font-size: 40px;
    font-weight: bold;
    color: #2c4985;
    font-style: italic;
    background-color: #fff;
    position: relative;
    padding: 0 150px;
}

#news .title hr {
    position: absolute;
    top: 40px;
    left: 0;
    height: 1px;
    width: 100%;
}

#news .text {
    width: 100%;
}

#news .text img {
    width: 100%;
}

#news .text p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20px;
    margin: 20px 0;
    box-sizing: border-box;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#part {
    width: 100%;
    position: relative;
    margin-top: -180px;
}

#part li {
    width: 185px;
    height: 90px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

#part li img {
    height: 60px;
    margin-top: 15px;
    width: 80%;
    object-fit: contain;
}

#foot {
    width: 100%;
    min-height: 310px;
    overflow: hidden;
    background-color: #f8f8f8;
    margin-top: 25px;
}

#foot li {
    float: left;
    width: 24%;
    position: relative;
}

#foot li h1 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    padding: 25px 0;
    font-weight: bold;
}

#foot li span {
    position: absolute;
    width: 42px;
    height: 5px;
    background-color: #345184;
    left: 0;
    top: 81px;
}

#foot li p {
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
    margin-bottom: -10px;
}

#foot li img {
    margin-right: 10px;
    display: inline;
    height: 18px;
}

#foot li dl {
    width: 100%;
    font-size: 15px;
    margin-top: 25px;
}

#foot li dl dd {
    float: left;
    width: 50%;
    line-height: 35px;
}

#foot li dl dd a {
    color: #999999;
}

#foot li dl dd a:hover {
    color: #cc5b34;
}

#foot li dl dd i {
    color: #345184;
    font-size: 15px;
    margin-right: 5px;
}

#foot .share {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    display: block;
}

#foot .share img {
    height: 20px;
    margin-right: 10px;
    -moz-opacity: .1;
    opacity: 0.6;
    cursor: pointer;
}

#foot .share img:hover {
    height: 20px;
    margin-right: 10px;
    -moz-opacity: .1;
    opacity: 1.0;
}

#foot .copyright {
    width: 100%;
    text-align: center;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 15px;
    border-top: 1px solid #dadada;
    margin-top: 20px;
}

#kefu {
    position: fixed;
    right: 15px;
    bottom: 35px;
    border: 1px solid #dadada;
    width: 70px;
    z-index: 999;
}

#kefu li {
    width: 100%;
    height: 70px;
    border-top: 1px solid #DADADA;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
    color: #444;
}

#kefu li i {
    display: block;
    font-size: 20px;
    margin-top: 12px;
}

#kefu li:hover {
    background-color: #cc5b34;
    color: #fff;
}

#message {
    width: 100%;
    display: none;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
}

#pos {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #003e9b;
}

#pos a {
    color: #000;
}

#nbanner {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

#nbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ab_ms {
    width: 100%;
    background-color: #263e61;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#ab_ms img {
    height: 60px;
    object-fit: contain;
    width: 80px;
}

#ab_ms h1 {
    color: #cc5b34;
    font-size: 20px;
    padding-top: 15px;
}

#ab_ms p {
    width: 85%;
    margin: 0 auto;
}

#ab_content {
    width: 100%;
    line-height: 25px;
    font-size: 15px;
    color: #222222;
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

#ab_content p {
    margin-bottom: 25px;
}

#ab_content img {
    max-width: 100%;
    margin-bottom: 15px;
}

#ab_content .pt_list {
    width: 100%;
}

#ab_content .pt_list li {
    width: 100%;
    height: 90px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

#ab_content .pt_list li img {
    height: 60px;
    margin-top: 15px;
    width: 80%;
    object-fit: contain;
}

#ab_content .pro {
    width: 100%;
    position: relative;
}

#ab_content .pro .left {
    float: left;
    width: 343px;
}

#ab_content .pro .left h1 {
    width: 100%;
    height: 62px;
    font-size: 20px;
    color: #fff;
    line-height: 62px;
    background-color: #cc5b34;
    padding-left: 50px;
    box-sizing: border-box;
}

#ab_content .pro .left span {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 80px;
    font-size: 14px;
    padding-left: 50px;
    box-sizing: border-box;
    display: block;
}

#ab_content .pro .left i {
    float: right;
    margin-right: 45px;
}

#ab_content .pro .left ul {
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
}

#ab_content .pro .left li {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
}

#ab_content .pro .left a {
    color: #333;
}

#ab_content .pro .left a:hover {
    color: #cc5b34;
}

#ab_content .pro .left .contact {
    width: 100%;
    height: 60px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    line-height: 60px;
    display: block;
    margin-top: 30px;
}

#ab_content .pro .left .contact font {
    position: absolute;
    width: 22px;
    background-color: #cc5b34;
    height: 100%;
    left: 0;
}

#ab_content .pro .left .contact img {
    margin-right: 15px;
}

#ab_content .pro .right {
    float: right;
    display: inline;
    width: 855px;
    border-left: 1px solid #e0e0e0;
}

#ab_content .pro .right h1 {
    width: 100%;
    height: 62px;
    font-size: 20px;
    color: #000;
    line-height: 62px;
    background-color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}

#ab_content .pro .pro_info {
    width: 100%;
    margin-left: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

#ab_content .pro .pro_info .text {
    position: absolute;
    right: 0;
    top: 28px;
    font-size: 14px;
    width: 460px;
}

#ab_content .pro .tt {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
}

#ab_content .pro .hot_list {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
}

#ab_content .pro .pro_info .text button {
    display: block;
    padding: 10px;
    background-color: #cc5b34;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}

#ab_content .pro .pro_info .text i {
    margin-right: 10px;
    font-size: 18px;
    display: inline;
    float: left;
    margin-top: 1px;
}

#ab_content .pro .pro_info .img {
    float: left;
    width: 362px;
    height: 450px;
}

#ab_content .pro .pro_list {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 20px;
}

#ab_content .pro .pro_list li {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

#ab_content .pro .pro_list li img {
    width: 100%;
    height: 276px;
    object-fit: contain;
}

#ab_content .pro .pro_list p {
    width: 100%;
    line-height: 35px;
    box-sizing: border-box;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

#ab_content .nlist {
    width: 100%;
    padding-bottom: 30px;
}

#ab_content .nlist h1 {
    font-size: 22px;
    font-weight: bold;
}

#ab_content .nlist p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#ab_content .nlist img {
    border: 1px solid #ccc;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

#pagelist {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
    overflow: hidden
}

#pagelist span {
    padding: 3px 6px;
    background: #dddede;
    color: #bababa;
    margin: 0 1px;
    border: 1px solid #ccc;
}

#pagelist a {
    background: #fff;
    padding: 3px 6px;
    color: #333;
    margin: 0 1px;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
}

#pagelist .active {
    background: #1d4999;
    color: #fff;
}

#w_head {
    display: none;
}

#w_head {
    display: none;
}

#w_slide {
    display: none;
}

#ntit {
    display: none;
}

#n_menu {
    display: none;
}

@media (max-width: 1300px) {
    #head {
        display: none;
    }

    #menu {
        display: none;
    }

    #slide {
        display: none;
    }

    #w_head {
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);

    }

    #w_head .logo {
        float: left;
        height: 40px;
        margin-top: 10px;
        margin-left: 2%;
    }

    #w_head .logo img {
        height: 100%;
    }

    #w_head i {
        float: right;
        margin-right: 2%;
        line-height: 60px;
        font-size: 36px;
        color: #3e61a6;
    }

    #w_head .menu {
        width: 150px;
        right: -150px;
        position: absolute;
        top: 60px;
        background: #3e61a6;
        border-top: 0px solid #fff;
        z-index: 9999;
        display: none
    }

    #w_head .menu li {
        width: 100%;
        text-align: center;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        text-transform: uppercase
    }

    #w_head .menu li a {
        color: #fff
    }

    #w_hd {
        width: 100%;
        height: 60px;
        display: block;
        overflow: hidden;
    }

    #w_slide {
        width: 100%;
        height: 300px;
        display: block;
    }

    .width {
        width: 97%;
    }

    #contain .car h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 5px;
        width: 60%;
    }

    #contain .car {
        font-size: 18px;
        line-height: 22px;
    }

    #contain .car img {
        height: 60px;
        top: 10px;
    }

    #contain .plist {
        height: auto;
    }

    #contain .pclass .right {
        width: 100% !important;
    }

    #contain .pclass .left {
        width: 100% !important;
    }


    #contain .title hr {
        display: none;
    }

    #contain .title span {
        padding: 0;
    }

    #contain .part1 .right {
        width: 100%;
    }

    #contain .part1 .left {
        width: 100%;

    }

    #contain .part1 .left .list h1 {
        margin-left: 10px;
    }

    #contain .part1 .left .list img {
        right: 10px;
        width: 120px;
        height: 150px;
        top: 70px;
    }

    #contain .part1 .left .list p {
        margin-left: 10px;
        width: 60%;
    }

    #contain .part1 .left .list {
        background-color: #f8f8f8;
    }

    #contain .part3 {
        height: auto;
    }

    #contain .part3 img {
        height: 300px !important;
    }

    #contain .part4 li {
        height: 300px;
    }

    #contain .part4 p {
        font-size: 18px;
    }

    #abt .about .video {
        height: auto;
    }

    #abt .about .video video {
        height: auto;
    }

    #abt {
        height: 760px;
    }

    #news .title span {

        padding: 0 20px;
    }

    #news .text {
        position: relative;
        top: -15px;
    }

    .layui-input-block {
        margin-left: 80px;
    }

    .layui-form-label {
        width: auto;
    }

    #part {
        padding-left: 8px;
        box-sizing: border-box;
    }

    #foot ul {
        display: none;
    }

    #foot .share {
        display: none;
    }

    #foot .copyright {
        border: 0;
        line-height: 30px;
        padding-bottom: 10px;
    }

    #foot {
        height: auto;
        min-height: auto;
    }

    #kefu li font {
        display: none;
    }

    #kefu {
        width: 35px;
    }

    #kefu li {
        height: 35px;
    }

    #kefu li i {
        margin-top: 5px;
    }

    #nbanner {
        height: 150px;
    }

    #ab_ms {
        display: none;
    }

    #ntit {
        display: block;
    }

    #ab_content {
        width: 100% !important;
    }

    #ab_content .pro .left {
        display: none;
    }

    #ab_content .pro .right {
        width: 100%;
    }

    #n_menu {
        display: block !important;
    }

    .btn_1 {
        background-color: #3e61a6;
        margin-bottom: 15px;
    }

    #ab_content .pro .pro_info {
        margin-left: 0;
    }

    #ab_content .pro .pro_info .text {
        display: none;
    }

    #ab_content h1 {
        line-height: 30px;
    }
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #2c4985;
}

.w_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.w_bg .class {
    float: left;
    background-color: #fff;
    min-height: 100%;
    overflow-x: scroll;
    height: 100%;
}

.w_bg .class li {
    padding: 15px;
    font-size: 15px;
}

.w_bg .class dl {
    padding-left: 15px;
    font-size: 14px;
}