@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;
}

.clear {
  clear: both;
}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
.top {
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    color: #333;
}
.footer-lists li a{
	color:#fff;
}
.p-left .p-title a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.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: #333;
    font-size: 37px;
    font-weight: bold;
    margin-top: 33px;
    width: 50%;
}
.head .logo img {
    width: 12%;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -6px;
}

.head .logo span {line-height: 35px;}

.head .logo span p {
    font-weight: normal;
    font-size: 20px;
}

.head .tel {
    padding-top: 25px;
}
.logo_tel {
    padding-top: 15px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #6b6b6b;
    font-size: 16px;
}
.logo_tel p span {
    display: block;
    font-size: 42px;
    color: #fc6b00;
    line-height:64px;
    font-weight: bold;
}
.nav {
    background-size: 100%;
    background:#0049a4;
}

.nav .breadcrumbnav {
    color: #fff;
}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width:167px;
    line-height: 55px;
    position: relative;
}


.nav .breadcrumbnav li a {
    font-size: 18px;
    color: #fff;
}

.nav .breadcrumbnav li:first-child a{
	color: #fff;
}
.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #e18000;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #333;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}
ul.fenl {
    display: block;
    text-align: center;
    margin: 30px auto;
}

ul.fenl li {
    background: #0049a4;
    display: inline-block;
    line-height: 41px;
    padding: 0 9px;
    margin-bottom: 10px;
    margin-right: 10px;
}

ul.fenl li a {
    color: #fff;
    font-size: 15px;
}
.c-link {
    margin-top: 55px;
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
    border-top: 1px solid #e5e5e5;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 14px;
        text-transform: uppercase;
}

.c-link b{
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0,0,0,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
.flogo {
    margin: 36px 0 20px;
}





@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;}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 2);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size: 30px; font-weight: bold;}


.remen.fl {
    display: none;
}
.head .logo {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 42px;
    width: 60%;
    line-height: 60px;
}
.head .logo img {
    width: 12%;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.head .logo span {
    line-height: 43px;font-size: 26px;
}
.head .logo span p {
    font-weight: normal;
    font-size: 13px;
}
.logo_tel p span {
    display: block;
    font-size:26px;
    color: #fc6b00;
    line-height: 58px;
    font-weight: bold;
}
.logo_tel {
    padding-top: 20px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 41px;
    box-sizing: border-box;
    margin-top: 14px;
    background-size: 17%;
}
.logo_tel p {
    height: 30px;
    line-height: 21px;
    float: left;
    color: #6b6b6b;
    font-size: 16px;
}


.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width:13.7%;
    line-height: 55px;
    position: relative;
}
.nav .breadcrumbnav li a {
    font-size: 16px;
    color: #fff;
}
.pro2 .bd ul li {
    width: 47.1%;
    margin-right: 33px;
    position: relative;
    float: left;
}
.pro2 .bd ul li:nth-child(2n) {
    margin-right: 0;
}
.ysly {
    margin-top: 30px;
    height: auto;
    background: url(../img/384316e3a10f17b819d49f33434e4764a8a073d0.jpg) center;
    padding-top: 65px;
}
.ys2 {
    margin-top: 43px;
}
.ys2 ul li {
    float: left;
    width: 100%;
    height: 193px;
    margin-right: 20px;
    margin-bottom: 21px;
    padding: 50px 0 0 0;
}
.ab0 {
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}
.ab1 {
    margin-top: 30px;
}
.ab1 .abtp {
    width: 100%;
    height: 296px;
}
.ab1 .abwz {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 27px;
}
.ab1 .abwz .ckgd {
    display: block;
    width: 24%;
    height: 44px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    padding-left: 33px;
    letter-spacing: 0px;
    color: #ffffff;
    background: url(../img/7cc7ed7eda780dfe51763c79f632b6bd1ed90d59.png)no-repeat center;
    margin-top: 45px;
}
.qyhj2 .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.pro2 .bd ul li:nth-child(3),.pro2 .bd ul li:nth-child(9),.pro2 .bd ul li:nth-child(15),.pro2 .bd ul li:nth-child(21) {
    margin-right: 32px;
}

.qyhj2 .bd ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qyhj2 .bd ul li {
    float: left;
    width: 48.3%;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.htbt{
    display: none;
}

.htlc {
    float: right;
    background: url(../img/d6b7be451784b51f4527cc8251448420e141971d.png) no-repeat center 32px;
    margin-top: 15px;
    background-size: 100%;
}
.htlc ul li {
    margin-right: 78px;
}
.htlc ul li img {
    width: 99%;
    height: 83px;
}
.ht {
    margin-top: 0;
    height: 201px;
    background: url(../img/4862aacb2e0fc8ccf6032eb8b87105a099eaaa87.png)center no-repeat;
    padding-top: 52px;
}
.news0 {
    margin: 52px auto;
}

.news2 {
    margin-top: 33px;
}
.hyzx {
    width: 100%;
}
.hyzxtj ul li img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.gsxw {
    width: 100%;
    float: right;
    margin-top: 20px;
}
.gsxw1 .xwtp .xwtp1 {
    width: 75%;
    height: 130px;
    background-color: #0049a4;
}
.gsxw1 .xwtp .xwtt {
    width: 25%;
    height: 92px;
    background-color: #0049a4;
    text-align: center;
    padding-top: 38px;
}
.x-menu2 li {
    width: 14.2%;
    text-align: center;
    float: left;
}
.foot1{
    display:none;
}
.foot2 {
    padding-left: 0;
    background: url(../img/64a56010e0c4b4cd37c407cd29731e317b9c0e42.png) no-repeat left top;
    margin-top: 33px;
    width: 75%;
}
.foot {
    background: #222222;
    padding-top: 16px;
    padding-bottom: 122px;
}
.pro2 .bd {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}
.pro2 .bd ul li img {
    width: 100%;
    height: 214px;
    object-fit: cover;
}
.pro2 .bd ul li h3 {
    height: 56px;
    background-color: #eeeeee;
    margin-top: 2px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




}
