@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;
}

.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{zoom: 1;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}

a.reman {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}
.clear{clear:both;}

.top_main{color: #333;font-size: 14px;line-height: 40px;background-color: #f3f3f3;}
.top_main ul li{display: inline;padding: 0 5px;}
.top_main ul li a:hover{color: var(--colour1);}
.top_main ul li a{color: #333;position: relative;z-index: 10;}
/*头部*/
.head_main{width: 100%;height: 120px;z-index: 999;}
.head_main .logo {
    font-size: 39px;
    font-weight: bold;
    line-height: 120px;
}
.head_main .logo img{display:block;}
.head_main .tel {
    float: right;
    background: url(../images/tel.png) no-repeat 0 center;
    padding-left: 45px;
    margin-left: 53px;
    margin-top: 40px;
    background-size: 14%;
}
.head_main .tel strong {
    display: block;
    font-size: 39px;
    line-height: 1;
    margin-top: 0;
    color: #fb5a2d;
}
/*导航*/
.nav_main{width: 100%;height: 60px;background: #000000;position: relative;z-index: 3;}
.nav_main .nav > li {
    float: left;
    width: 199px;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 18px;
    text-align: center;
    transition: all .5s;
}

.nav_main .nav > li > a{display: block;color: #fff;font-size: 18px;}
.nav_main .nav > li.on{background: #fb5a2d;}
.nav_main .nav > li .sub{display:none;position: absolute;left:0;top: 100%;width: 100%;background: var(--colour1);line-height: 40px;box-shadow: 0 3px 10px rgb(0 0 0 / 10%);}
.nav_main .nav > li .sub li{ zoom:1; }
.nav_main .nav > li .sub a{display:block;color: #fff;font-size: 14px;text-align: center;padding: 0 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nav_main .nav > li .sub a:hover{color: #fff;background: var(--colour2);}

ul.fenl {
    display: block;
    text-align: center;
    margin: 40px auto 30px;
}

ul.fenl li {
    background: #000;
    display: inline-block;
    padding: 0 20px;
    margin-right: 15px;
    line-height: 43px;
    margin-bottom: 10px;
}

ul.fenl li a {
    color: #fff;
    font-size: 18px;
}
.Zfour .Ztit h3{
	color:#fff;
}

.in-news{ padding: 40px 0 0; }
.in-news-menu{ text-align: center; border-bottom: 1px solid #b5b5b5; margin-top: 12px;}
.in-news-menu li{ display: inline-block;}
.in-news-menu li a{ display: block; padding: 15px 30px; margin:0 10px; position: relative; font-size: 16px; }
.in-news-menu li a:hover{ border-bottom: 1px solid #fb5a2d; color: #fb5a2d; }
.in-news-menu li a::after{ position: absolute; right: -20px; content: "//"; }
.in-news-menu li:last-child a::after{ display: none; }
.in-news-con li{ float: left; width: 33.33%; }
.in-news-con li a{ display: block; padding: 23px; border: 1px solid #FFF; }
.in-news-con li a:hover{ border-color: #fb5a2d; }
.in-news-con li .date{ color: #999; }
.in-news-con li h2{ margin:15px 0; font-weight: normal; font-size: 16px; display: flex; justify-content: space-between; line-height: 25px; }
.in-news-con li h2 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.in-news-con li h2 i{ flex:0 0 23px; height: 25px; background: url(../images/c2.png) no-repeat center; }
.in-news-con li p {
    margin: 0;
    color: #666;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.mores{ margin:25px 0; text-align: center; }
.mores a{width:180px;font-size:18px;text-align: center;;line-height:45px;color:#fff;display: inline-block;position: relative;transition:background-color 0.6s,color 0.3s;background-color:#fb5a2d;}
.mores a::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #000;opacity:0;transform:scale3d(0.6,0.6,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.75,0,0.125,1);}
.mores a:hover{color:#f4f4f4;background-color:#000}
.mores a:hover::before{transform:scale3d(1,1,1);opacity:1}

.links_main{padding: 15px 0;background: #fb5a2d;overflow: hidden;}
.links_main span{color: #fff;display: block;float: left;}
.links_main a{color: #fff;font-size: 14px;padding-right: 10px;float: left;}
/*底部*/
.footer{color: #fff;padding: 55px 0;background: #000;}
.footer a{color:#fff;}
.footer .left{width: 850px;}
.footer .fnav{font-size: 16px;line-height: 20px;padding-bottom: 20px;}
.footer .fnav a{float: left;color:#fff;padding: 0 15px;border-right: 1px solid #fff;}
.footer .fnav a:first-child{padding-left: 0;}
.footer .fnav a:last-child{border: 0;}
.footer .left p{font-size: 14px;line-height: 24px;}
.footer .left p.copyright{padding-top: 25px;}
.footer .ewm{float:left;width: 120px;padding: 10px;background: #fff;}
.footer .ewm:last-child{margin-left: 25px;}
.footer .ewm img{display: block;width: 100%;height: 100%;}
.footer .ewm span{display: block;color: #5b5a5a;font-size: 13px;text-align: center;padding-top: 5px;}
.footer .ewm:-child span .icon{background-position: -113px -11px;}
/*二维码弹窗*/
.ewmbox{width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close{width: 32px;height: 32px;position: absolute;top: -25px;right: -40px;cursor: pointer;border-radius: 100%;background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px;height: 260px;display: block;margin: 0 auto 10px;}
.dialog-layout{width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;background: #000;opacity: 0.3;filter: alpha(opacity=30);}




@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% / 1);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size: 38px; font-weight: bold;}
video {
    width: 100%;
    height: 100%;
}

.container {
    width: 98%;
    margin: 0 auto;
}
a.reman {
    display: none;
}
.head_main .logo {
    font-size: 33px;
    font-weight: bold;
    line-height: 120px;
}
.head_main .tel {
    float: right;
    background: url(../images/tel.png) no-repeat 0 center;
    padding-left: 41px;
    margin-left: 8px;
    margin-top: 49px;
    background-size: 20%;
}
.head_main .tel strong {
    display: block;
    font-size: 27px;
    line-height: 1;
    margin-top: 0;
    color: #fb5a2d;
}
.nav_main .nav > li {
    float: left;
    width: 16.6%;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
}
.nav_main .nav > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.Zliuy .liuy-center {
    width: 98%;
    margin: 0 auto;
}
.Zliuy .liuy-center input:nth-child(2n) {
    margin-right: 0;
}
.Zliuy .liuy-center input {
    width: 48.3%;
    height: 46px;
    background: #fff;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    padding-left: 6px;
    box-sizing: border-box;
}
.Zliuy .liuy-center .select {
    position: relative;
    width: 47.5%;
    height: 46px;
    margin-top: 15px;
}
.Zliuy .liuy-center input.fr {
    background: #fb5a2d;
    font-size: 16px;
    color: #fff;
    width: 48.5%;
    height: 46px;
    margin-top: 15px;
}


.Zfwxm ul.cptp li:nth-child(2n) {
    margin-right: 0;
}
.Zfwxm ul {
    width: 98%;
    margin: 0 auto;
}
.Zfwxm ul.cptp li {
    width: 48.6%;
    margin-top: 35px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.Zsix ul {
    display: block;
    justify-content: space-between;
    width: 98%;
    margin: 25px auto 0;
}
.Zsix ul li:nth-child(2n) {
    margin-right: 0;
}
.Zsix ul li {
    width: 49%;
    padding: 30px 13px;
    box-sizing: border-box;
    background: #f8f8f8;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.Zfour ul {
    margin: 40px auto 0;
    width: 98%;
    display: flex;
    justify-content: space-between;
}
.Zfour ul li {
    width: 15%;
}
.Zabout {
    width: 98%;
    margin: 50px auto 0;
}
.Zabout .clearfix>i {
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.Zabout .clearfix>.fr {
    width: 100%;
}



.in-news-con li{ float:none; width:auto; }
.in-news-con li a{ padding: 10px; font-size: 12px;  }
.in-news-con li h2{ margin:5px 0;  font-size: 14px;}


.footer {
    color: #fff;
    padding: 55px 0 130px;
    background: #1c1c1c;
}
.footer .left {
    width: 65%;
}
.footer .fnav a {
    float: left;
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #fff;
    margin-bottom: 10px;
}
.footer .left p:nth-child(2),.footer .left p:nth-child(3),.footer .left p:nth-child(4){
	display:none;
}





}
