@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background:#fff;
}

.top a {
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.clear{clear:both;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
.head {
    height: 120px;
}

.head .logo {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    margin-top: 34px;
    width: 60%;
    line-height: 42px;
}
.head .logo img{
	width:100%;
}
.head .tel {
    padding-top: 25px;
}

.logo_tel {
    padding-top: 4px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 78px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p span {
    display: block;
    font-size: 34px;
    color: #198e2c;
    font-weight: bold;
    margin-top: 14px;
    line-height: 39px;
    font-family: DINProb!important;
}
.logo_tel p {
    height: 30px;
    float: left;
    color: #000;
    font-size: 16px;
}
.nav {
    background-size: 100%;
    background-color:#198e2c;
}

.nav .breadcrumbnav {
}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width:175px;
    line-height: 60px;
    position: relative;
}

.nav .breadcrumbnav li a {
    font-size: 20px;
    color: #fff;
}


.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #e18000;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}

.linkTagcs
    { 
    width:890px;
 height:auto;}
.linkTagcs ul
    {margin:0px;padding:0px;list-style-type:none;}
.linkTagcs li
    {list-style:none;margin:0px;  padding-right:10px;line-height:70px;float:left;}
.linkTagcs li a
   {color:#fff;word-break:break-all;}
.linkTagcs li img
    {border:0px;}

.appl_dl ul li {
    width: 688px;
    height: 518px;
}
.appl_d ul li {
    padding: 0 !important;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.appl_dl ul li img {
    width:100%;
    object-fit: cover;
}
.appl_d ul li div {
    position: absolute;
    bottom: 0;
    padding: 0 !important;
    width: 100%;
    line-height: 50px;
    background: rgba(0,0,0,0.3);
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.appl_d ul li div a {
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    text-align: center;
}
.appl_dr ul li {
    width: 318px;
    height: 249px;
    margin-bottom: 20px;
    margin-right: 3%;
}
.appl_dr ul li img {
    width:100%;
    object-fit: cover;
}
.appl_dr ul li:nth-child(4n){
	margin-right:0;
}
.list_l {
    width: 100%;
    margin: 33px auto 0;
}
.list_l ul{
	display:block;
	text-align:center;
	margin:0 auto;
}

.list_l ul li {
    display: inline-block;
        padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: normal !important;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-right: 9px;
    border-radius: 25px;
        margin-bottom: 15px;
}
.list_l ul li:first-child{
	color: #fff;
    background: #198e2c;
}
.list_l ul li:first-child a{
		color: #fff;
}


@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 1);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size: 40px; font-weight: bold;}



.remen.fl {
    display: none;
}
.head .logo {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-top: 39px;
    width: 50%;
    line-height: 31px;
}
.logo_tel {
    padding-top: 17px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 59px;
    box-sizing: border-box;
    margin-top: 12px;
    background-size: 21%;
}
.logo_tel p span {
    display: block;
    font-size: 27px;
    color: #198e2c;
    font-weight: bold;
    margin-top: 4px;
    line-height: 29px;
    font-family: DINProb!important;
}
.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 16.6%;
    line-height: 60px;
    position: relative;
    margin-right: 0;
}
.nav .breadcrumbnav li a {
    font-size: 16px;
    color: #fff;
}
.wsc-layout {
    width: 98%;
    margin: 0 auto;
}
.is-main .list-item {
    width: 31%;
    overflow: hidden;
    margin-bottom: 3%;
}
.is-main .list-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.is-main .list-info {
    width: 100%;
}
.is-main .list-text {
    width: 98%;
    font-size: 14px;
}
.is-main .list-btn .btn {
    width: 85%;
}
.is-main .list-item:nth-child(5) {
    width: 48.2%;
}
.is-main .list-item:nth-child(4) {
    width: 48.2%;
    margin-left: 0;
}
.w1300, .w1400 {
    width: 98%;
    margin: 0 auto;
    min-width: 98%;
}
.appl_dl {
    width: 100%;
}
.appl_dl ul li {
    width: 100%;
    height: 513px;
    margin-bottom: 20px;
}
.appl_dr {
    width: 100%;
}
.appl_dr ul li {
    width: 48.5%;
    height: 249px;
    margin-bottom: 20px;
    margin-right: 3%;
}
.pctop {
    height: 212px;
    background: #198e2c;
    position: relative;
    transition: all .3s ease;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 31px;
}
.process ul li {
    width: 15%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.pctopbom {
    width: 100%;
    height: 42px;
    background: url(../img/20210628092044_527036443.jpg) no-repeat center;
    margin-top: 50px;
}
.about {
    height: auto;
    background: url(../img/20210623091551_1255850747.jpg) no-repeat center bottom;
}
.ablrh.fl {
    width: 100%;
}
.ablrh img {
    border-radius: 20px 0px 0px 0px;
    width: 100%;
    object-fit: cover;
}
.abcon {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 60px;
    background: #f5f5f5;
    border-radius: 0px 0px 20px 0px;
}
.about {
    height: auto;
    background: url(../img/20210623091551_1255850747.jpg) no-repeat center bottom;
    padding-bottom: 36px;
}
.news {
    padding: 41px 0px 35px 0px;
    width: 100%;
    background: #fff;
}
.news_row2_l {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    float: left;
}
.news_row2_l .news_l_item, .news_row2_l .news_div_item {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding: 50px;
}
.news_row2_r {
    float: right;
    width: 100%;
    margin-top: 15px;
}
.news_row2_r .news_r_item strong, .news_row2_r .news_div_item .news_div_item_title .news_div_item_a {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    display: block;
    line-height: 45px;
    float: right;
    width: 71%;
    padding: 10px 90px 0px 0px;
}
.news_row2_r .news_r_item p, .news_row2_r .news_div_item .news_div_item_body {
    font-size: 14px;
    color: #555;
    line-height: 25px;
    float: right;
    width: 71%;
    padding: 5px 0;
    padding-right: 30px;
    font-weight: normal;
}
.crkslj li:nth-child(2) {
    display: none;
}
.links {
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background: #da251a;
    padding-bottom: 91px;
}
.news_row2_l .news_l_item img, .news_row2_l .news_div_item .news_div_item_pic a, .news_row2_l .news_div_item .news_div_item_pic img {
    width: 100%;
    display: block;
    height: 214px;
    padding-top: 20px;
    object-fit: cover;
}
.linkTagcs {
    width: 100%;
    height: auto;
}
.linkTagcs li {
    list-style: none;
    margin: 0px;
    padding-right: 10px;
    line-height: 64px;
    float: left;
}
.appl_dr ul li:nth-child(2n) {
    margin-right: 0;
}
.apage {
    margin: 0 auto;
    width: 100%;
}
.adv_b {
    padding: 2%;
    background: #fff;
}
.adv_l {
    width: 100%;
}
.adv_lw dd {
    font-size: 16px;
    line-height: 40px;
    padding-left: 0;
}
.adv_m.fr {
    display: none;
}
.adv_lw a {
    display: block;
    width: 30%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #198e2c;
    color: #fff;
    font-size: 16px;
    margin-top: 31px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 61px;
}
.adv_list li {
    width: 23.5%;
    height: 108px;
    padding: 28px 0;
    cursor: pointer;
    position: relative;
    float: left;
    text-align: center;
    margin-right: 2%;
}
.adv_list li:last-child {
    margin-right: 0;
}
.adv_list li:before {
    width: 12px;
    height: 12px;
    background: #198e2c;
    left: 62px;
    top: -6px;
    box-shadow: 0 0 0 14px rgba(25,142,44,0.1);
}
.adv_list li:after {
    width: 22px;
    height: 22px;
    border: 1px #198e2c solid;
    top: -12px;
    left: 57px;
}
.adv_list li p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 13px;
}
.adv_list li d {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}
.adv_bg {
    height: auto;
    background: url(../img/20210623140446_1725136095.jpg)no-repeat center top;
    padding-top: 75px;
    overflow: hidden;
}




}
