﻿*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
}
ul,ol,dl{
    list-style: none;
}
body{
    max-width: 750px;
    margin: 0 auto;
   
   
}
img{
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

.tuiguang-body{
    max-width: 100%;
    max-height: 100%;
    background-color: #ffffff;
    margin: 0 auto;
}

.notice{
    position: relative;
    height: 2rem;
    background-color: #404040;
    margin-top: -0.28rem;
    padding-left: 2.2rem;
}
.banner2{
    margin-top: -10px;
}

.business2{
    margin-top: -10px;
}



.notice-img img{
    position: absolute;
    left: 0.5rem;
    top: 10%;
    width: 1.4rem;
    height: 1.4rem;
}

.notice .font{
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 2rem;
    display:block;               /*内联对象需加*/
    word-break:keep-all;       /* 不换行 */
    white-space:nowrap;       /* 不换行 */
    overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;   /* 当对象内文本溢出时显示省略标记(...) ；
                              需与overflow:hidden;一起使用。*/
    line-height: 2rem !important;
    width: none !important;
}

#ContainerTemp{
    line-height: 2rem;
}

nav{
    padding: 0 0.4rem;
}
.anli-list{
    width: 100%;
    display: flex;
    align-items: center;
    height: 2.2rem;
    justify-content: space-between;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.35rem;
}
.anli-list .left-pic{
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    margin-left: 0.4rem;
}
.play{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
}
.anli-title{
    width: 63%;
    font-size: 0.7rem;
    font-weight: 600;
    color: #42464E;
}
.anli-list:nth-of-type(odd){ 
    background: #F2F3F7;
} 
.notice-dianji p{
    font-size: 0.6rem;
    color: #7ed321;
}
.notice-dianji{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    background-color: #404040;
}
.notice-dianji img{
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}
.video{
    /* width: 100%;
    height: 25rem; */
    padding: 1rem 0.6rem;
    background: linear-gradient(0deg, #FC4F49, #FF672B);
}
.video-title{
    padding: 0.2rem 0.3rem;
    background-color: #ffffff;
    color: #FF4D29;
    font-weight: 600;
    font-size: 0.6rem;
    text-align: center;
    width: 7rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.play-conten{
    width: 100%;
    height: 11rem;  
}
.play-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.video-play{
    width: 3rem;
    height: 2rem;
    margin: 0 0.25rem;
}

.video-play img{
    width: 100%;
    height: 100%;
    border: 1px solid #f9f9f9;
}

.title-pic,.five-pic{
    padding: 1rem 2rem 0 2rem;
}

.five-pic{
    margin-bottom: 1rem;
}

.title-pic img{
    margin: 0 auto;
}

.five-pic img{
    margin: 0 auto;
}

.list-five{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.list-five li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-five li p{
    width: 1rem;
    font-size: 0.8rem;
    margin-left: 0.2rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #4D4D4D;
}

.list-five li{
    position: relative;
    width: 2.6rem;
    height: 10rem;
    border: 1px solid #FF9B46;
    border-radius: 0.2rem;
}

.left-p{
    font-size: 0.7rem !important;
    line-height: 0.9rem !important;
}

.list-five li div img{
    width: 1rem;
    height: 1rem;
}

.list-five li div{
    position: absolute;
    top: -0.5rem;
    left: 0.8rem;
}

.xz{
    transform:rotate(90deg);
    word-wrap:inherit;
    margin-top: -2rem;
    display: inline-block;
    margin: inherit;
}

.five-dian{
    padding: 0.1rem 0.1rem;
}

.five-dian2{
    padding-top: 0.5rem;
}



.tip{
    padding: 1rem 0.3rem;
}

.changjian-wenti{
    padding: 1rem 0.8rem;
}

.sanwang{
    padding: 0.5rem 1rem;
}

.sanwang-nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sanwang-title{
    padding: 0 0.7rem;
}

.sanwang-nav div{
    width: 48%;
}

.contact{
    background-color: #262626;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 98%; */
    margin: 0 auto;
    padding: 0.4rem 0.6rem;
}

.lxfs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lxfs p{
    color: #ffffff;
}

.lxfs div img{
    width: 2.6rem;
    height: 2.6rem;
}

.lxfs-name{
    font-size: 0.5rem;
}

.lxfs-number{
    font-size: 0.7rem;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #333333;
    padding: 1rem 0.15rem;
    margin-top: -0.1rem;
}

.btn{
    background: linear-gradient(0deg, #FC4F49, #FF672B);
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn2{
    background: linear-gradient(0deg, #1aad17, #1aad17);
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn2 p{
    font-size: 0.4rem;
    color: #ffffff;
     font-weight: 800;
     margin-bottom: 0.2rem;
}
.btn2  img{
    width:80px;
    height:80px;
    border-radius: 0.1rem;
}
.btn p{
    font-size: 0.4rem;
    color: #ffffff;
}

.btn div{
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: 600;
}

.btn img{
    width:130px;
    height: 130px;
}

.copyright{
    padding: 0.5rem 0.7rem;
}

.copyright p{
    font-size: 0.4rem;
	line-height:0.7rem;
    text-align: center;
}

.copyright a{
    color:#000000;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.5rem;
   /* background: linear-gradient(0deg, #FC4F49, #FF672B);*/
    background: #fff;
	box-shadow: 20px 0px 20px 0px #b3b3b3;
}

.footer-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0.6rem;

}

.footer-btn div{
    font-size: 0;
}

.footer-btn img{
    width: 1.5rem;
    height: 1.5rem;
}

.footer-btn p{
    
    font-size: 0.6rem;
	font-weight:400;
}

.boda{
    flex-direction: row;
    background-color: #1aad17;
    /* padding: 0.2rem 2rem; */
    padding: 0.4rem 1.2rem;
    border-radius: 1rem;
    box-shadow:0 2px 8px #bfe2c3;
	color: #ffffff;
}

.boda img{
    width: 0.7rem;
    height: 0.7rem;
}

.boda div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel{
    flex-direction: row;
	background-color: #fd5344;
    padding: 0.3rem 1.2rem;
    border-radius: 1rem;
	 border:1px solid #FC4F49;
    box-shadow:0 2px 4px #ff6430;
	 letter-spacing:2px;
	color:#FFFFFF;
}
.tel img{
    width: 0.7rem;
    height: 0.7rem;
}

.tel div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xxtt img{
    width: 0.8rem;
    height: 0.8rem;
}

.xxtt div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#alert, .alert-box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
}
.alert-box .wx-number-box{
    width: 90%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 14px;
    margin: 20px 0 10px 0;
}

.alert-body{
    padding: 0.5rem 0.5rem;
    background-color: #ffffff;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
}

.alert-body a{color: #FFF;}
.gif img{
    width: 12rem;
    height: 7rem;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content div{
    font-size: 0.7rem;
    margin: 0.3rem 0;
}

#close, .close{
    text-align: right;
}

#close img, .close img{
    width: 1rem;
    height: 1rem;
}

#ok img{
    width: 1.5rem;
    height: 1.5rem;
}

.content p{
    font-size: 0.7rem;
    color: #1aad17;
    font-weight: 500;
    letter-spacing:1px;
    margin-bottom:2px;
}

#wx-btn, .wx-btn{
    padding: 0.2rem 0.6rem;
    background-color: #1AAD17;
    border-radius: 0.2rem;
    color: #ffffff;
    font-size: 0.8rem;
    margin-bottom:15px;
    margin-top:5px;
}

.video-play .video-title{
    display: none;
}

.float-weixin {
    bottom: 150px;
    width: 50px;
    right: 15px;
    height: 50px;
    overflow: visible;
    background-color: transparent;
    transform: translateZ(0px);
    position: fixed;
    z-index: 98 !important;
}
.float-weixin img{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
}