﻿/* css reset */
body, h1, h2, h3, h4, h5, h6, hr, p, img, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td ,div{ margin:0; padding:0; outline:none;font-weight: normal;}
*{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
ul, ol { list-style:none; } 
a{color: #333; text-decoration:none; } 
input{outline: none;}
input:focus,textarea:focus { outline:none; }
legend { color:#000; }
fieldset, img { border:0; } 
textarea { resize: none; }
table { border-collapse:collapse; border-spacing:0; }
body{width: 6.4rem;margin: 0 auto;background: #f3f3f3;font-size: .22rem;color: #999;font-family:"Microsoft YaHei",sans-serif;font-weight: normal;}



/*------------------top---------------------*/

.clearfix:after{ content: ""; clear: both; visibility: hidden; display: block; height: 0;}
.clearfix{ zoom: 1;}

.top {
    width: 6.4rem;
    height: .9rem;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: .9rem;
    z-index: 998;
    position: fixed;
    top: 0;
    border-bottom: 0.01rem solid #eee;
}
.logo {
    z-index: 999;
    position: absolute;
    float: left;
}
.logo a{
	display: block;
	height: 0.9rem;
}
.menu_btn {
    width: .48rem;
    height: .32rem;
    cursor: pointer;
    position: relative;
    right: .2rem;
    top: .06rem;
    float:right;
}
.cebianbg {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
}
.cebian {
    width: 3rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: -3rem;
    z-index: 1003;
    background: url("../m_images/menu.jpg") no-repeat top;
}
.menu_list {
    margin:1rem auto 0;
    width:3rem;
}
.menu_list li {
    width:3rem;
    text-align: center;
    line-height:.8rem;
    font-size:.24rem;
    cursor:pointer;
    position:relative;
    margin:0;
    letter-spacing: 0.04rem;
}
.menu_list li a {
    color: #FFF;
}
.menu_list .sel{
    background: rgba(255,255,255,0.4);
}
.menu_list .sel a{
    color: #ef1627;
}

/*----------------------banner----------------------*/
.banner {
    width: 6.4rem;
    height: 3rem;
}
.main_visual {
    height:3rem;
    border-top:1px solid #d7d7d7;
    overflow:hidden;
    position:relative;
    margin-top: .88rem;
}
.main_image {
    height:3rem;
    overflow:hidden;
    position:relative;
}
.main_image ul {
    width:99.99rem;
    height:3rem;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0
}
.main_image li {
    float:left;
    width:100%;
    height:3rem;
}
.main_image li span {
    display:block;
    width:100%;
    height:3rem
}
.main_image li a {
    display:block;
    width:100%;
    height:3rem
}
div.flicking_con {
    position:absolute;
    top:2.7rem;
    left:55%;
    z-index:996;
    width:2rem;
    height:.21rem;
    margin:0 0 0 -.55rem;
}
div.flicking_con a {
    float:left;
    width:.1rem;
    height:.1rem;
    margin:0.08rem;
    padding:0;
    background: white;
    border-radius: 0.1rem;
    display:block;
    text-indent:-10rem;
    background-size: 100% 100%;
    border: 0.01rem solid #ef1627;

}
div.flicking_con a.on {
    border-radius: 0.1rem;
    background: #ef1627;
}
#btn_prev, #btn_next {
    z-index:995;
    position:absolute;
    display:block;
    width:.73rem!important;
    height:.74rem!important;
    top:50%;
    margin-top:-.37rem;
    display:none;
}

.obj_box{
    width: 100%;
    background: white;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.1rem;
}
.title{
    width: 100%;
    text-align:center;
}
.title h2{
    position: relative;
    font-size: 36px;
    line-height: 60px;
    color: #333;
}
.title .fang{
    width: 10px;
    height: 10px;
    background: red;
    margin: 0 auto;
    transform: rotate(45deg);
}
.title h2:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: red;
    bottom: -5.5px;
    left: 0;
}
.title span{
    font-size: 22px;
    line-height:40px;
    color: #666;
    text-transform: uppercase;
}
.more{
	display: block;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0.3rem auto 0 auto;
	font-size: 0.18rem;
	color: #ef1627;
	text-align: center;
	border: 0.01rem solid #ef1627;
	transition: 0.5s;
}
.more:active{
	background: #ef1627;
	color: #fff;
}

/*!*******产品板块*******!*/
.product{
    margin-top: 0rem;
}
.product ul li{
    width: 49%;
    float: left;
    margin: 0.15rem auto;
}
.product ul a:nth-child(2n) li{
    float: right;
}
.product ul li .pro_img{
    width: 100%;
    height: 0;
    padding-bottom: 88.5%;
    overflow: hidden;
}
.product ul li .pro_img img{
    width: 100%;
    height: auto;
}
.product ul li h3{
    text-align: center;
}

/*******关于我们*******/
.about{
    color: #555;
    font-size: 0.18rem;
    line-height: 0.30rem;
    background: url(../m_images/about_bg.jpg) top no-repeat;
    margin: -0.2rem auto 0;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.about .title{
    text-align: left;
}
.about .title img{
    margin: 0.15rem auto;
}
.about p{
    text-indent: 0.36rem;
}


/*******加盟优势******/
.advan{
    width: 100%;
}
.advan ul{
    padding: 0 0.3rem;
}
.advan ul li{
    width: 100%;
    height: 1.3rem;
    padding: 0.2rem 0;
    box-sizing: border-box;
    border-top: 0.01rem solid #ccc;
}
.advan ul li:first-child{
    border:none;
}
.advan ul .advan_title{
    width: 0.88rem;
    height: 0.88rem;
    background: #ef1627;
    float: left;
    box-sizing: border-box;
    margin-right: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
}
.advan_title span{
    font-size: 48px;
    font-weight: bold;
    line-height: 0.88rem;
}
.advan_con{
    float: right;
    width: 4.5rem;
    text-align: justify;
}
.advan_con h3{
    font-size: 0.22rem;
    line-height: 28px;
    font-weight: normal;
}
.advan p{
    font-size: 0.18rem;
    color: #666;
    margin:0.08rem 0;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*******加盟优势******/
.join{
    width: 100%;
}
.join ul li{
    width: 49%;
    margin: 0.15rem auto;
    line-height: 0.8rem;
    background: #ffb86c;
    border-radius: 0.2rem;
    height: 0.9rem;
    padding: 0.05rem;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.join ul a:nth-child(2n) li{
    float: right;
}
.join ul li h3,.join ul li h4{
    display: inline-block;
}
.join ul li h3{
    width: 0.8rem;
    border-radius: 50%;
    background: #fff;
    color: #666;
    font-size: 0.32rem;
    text-align: center;
}
.join ul li h4{
    color: #333;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-indent: 0.3rem;
}
.join ul li:hover{
    background: #ef1627;
    transition: .5s;
}
.join ul li:hover h3{
    color: #ef1627;
    transition: .5s;
}
.join ul li:hover h4{
    color: #fff;
    transition: .5s;
}


.footer{
    box-sizing: border-box;
    width: 100%;
    padding: 0.2rem;
    background: #666 url(../m_images/footer_bg.jpg) no-repeat center;
    font-size: 0.2rem;
    color: white;
}
.footer a{
    color: white;
}
.footer a:active{
    color: #ef1627;
}
.footer_left{
    float: left;
    width: 1.5rem;
    text-align: center;
    margin-right: 0.2rem;
}
.footer_left span{
    display: block;
    width: 100%;
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
}
.footer_left img{
    max-width: 100%;
    max-height: 100%;
}
.footer_right{
    padding-left: 0.2rem;
    line-height: 0.34rem;
    float: left;
    width: 4.3rem;
    box-sizing: border-box;
    border-left: 0.01rem solid white;
}
#back_top{
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(102,102,102,0.6) url(../m_images/re_top.png) no-repeat center;
    position: fixed;
    right: 0.1rem;
    bottom: 1.8rem;
    z-index: 999999;
}


/*子页面*/
.cebianbg_two {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
}
.cebian_two {
    width: 3rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: -3rem;
    z-index: 1003;
    background: url("../m_images/menu.jpg") no-repeat top;
        overflow: scroll;
}
.menu_list_two {
    margin:1rem auto 0;
    width:3rem;
}
.menu_list_two li {
    width:100%;
    text-align: center;
    line-height:.8rem;
    font-size:.24rem;
    cursor:pointer;
    position:relative;
    margin:0;
    letter-spacing: 0.04rem;
}
.menu_list_two li a {
    color: #FFF;
}
.menu_list_two .sel{
    background: rgba(255,255,255,0.4);
}
.menu_list_two .sel a{
    color: #ef1627;
}

.child_content{
    width: 6.4rem;
    min-height: 6rem;
    background: white;
    margin-bottom: 0.4rem;
}
.child_title{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 0.25rem auto;
    background: white;
    padding: 0.25rem 0;
}
.child_title h1{
    font-size: 0.28rem;
    color: #ef1627;
    font-weight: normal;
    line-height: 0.5rem;
}
.child_title p{
    font-size: 0.22rem;
    color: #ccc;
    text-transform: uppercase;
}
.child_content{
    width: 6.4rem;
    background: white;
    box-sizing: border-box;
    padding: 0.2rem;
    color: #333;
    font-size: 0.2rem;
}
.child_content img{
    margin: 0 auto;
    max-width: 5.6rem;
}
.child_content p{
    font-size: 0.2rem;
    line-height: 0.36rem;
    box-sizing: border-box;
    padding: 0.15rem;
}
.child_content>p>img{
    max-width: 100%;
}

/**********新闻**********/
.news_list{
    width: 100%;
    background: white;
    box-sizing: border-box;
}

.news_list li{
    padding: 0.3rem 0;
    border-bottom: 1px dashed #ccc;
}

.news_list li>p{
    width: 0;
    height: 0;
    margin: 0; 
    padding: 0;
}

.news_img{
    float: left;
    width: 1.5rem;
    height: 1.3rem;
    line-height: 1.3rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
    overflow:hidden;
    text-align: center;
    background-size: 100%; 
    margin-top: 0.05rem;
}

.news_img img{
    height: 100%;
}

.news_txt{
    width: 4.3rem;
    float: left;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    padding-left: 0.2rem; 
}

.news_txt h2{
    font-size: 0.24rem;
    line-height: 0.40rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}

.news_txt span{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.news_txt p{
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: 0.2rem;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.32rem;
}

/*页码*/

.page {
    width:5.12rem;
    margin:.4rem auto .3rem auto;
}
.page a {
    font-size:0.2rem;
    padding:0.05rem 0.1rem;
    color: #ef1627;
    float:left;
    margin-right:.25rem;
    border: 0.01rem solid #ef1627;
    transition: 0.5s;
}
.page a:active {
	color: #fff;
    background:#ef1627;
}
.page a:nth-child(3) {
	border: none;
    color: #aaa;
}
.page a:nth-child(5) {
    margin-right:0;
}

/* 历史进程 */
.history ul li{
    margin-bottom: 0.15rem;
}
.history ul li .date img{
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    background: #ef1627;
    border-radius: 50%;
    margin: 0 0.2rem;
}
.history ul li .date h2{
    font-size: 0.20rem;
    text-indent: 0;
    line-height: 0.4rem;
}

/*新闻详情页*/

.news_details h2{
    width: 6rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: #333;
    line-height: 0.6rem;
}

.news_details .author{
    text-align: center;
    width: 6rem;
    margin: 0 auto;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #666;
}

.news_details .author span{
    margin: 0.1rem
}

.details_title{
    width: 6.4rem;
    height: 0.7rem;
    background: white;
    border-top: 0.01rem solid #ccc; 
    border-bottom: 0.01rem solid #ccc; 
    margin-top: 0.88rem;
}

.details_title a{
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../m_images/black.png) no-repeat center;
    background-size: 60%; 
    float: left;
}

.details_title span{
    text-align: center;
    display: block;
    float: left;
    width: 5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #ef1627;
}

.news_details img{
    max-width: 100%;
}

/*honor*/
.tz-gallery .row{
	width: 100%;
}

.tz-gallery .row>div{
	width: 2.8rem;
	float: left;
	margin: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}

.tz-gallery .row>div a{
	display: block;
	width: 2.8rem;
	height: 2.1rem;
	border: 1px solid #ccc;
	overflow: hidden;
}

.tz-gallery .row>div img{
	width: 100%;
	height: 100%;
	margin: 0;
}

.tz-gallery .honor_name{
	display: block;
	text-align: center;
	font-size: 0.18rem;
	color: #666;
	line-height: 0.4rem;
}


.con_product_list{
	width: 100%;
	margin: 0 auto;
}

.con_product_list li{
	width: 2.8rem;
	float: left;
	margin: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}

.con_product_list li span{
	line-height: 0.3rem;
	font-size: 0.18rem;
	color: #666;
}

.con_product_list li a{
	display: block;
	width: 2.8rem;
	height: 0;
    padding-bottom: 88.5%;
	border: 0.01rem solid #ccc;
	overflow: hidden;
    transition: .6s;
}	

.con_product_list li a:hover{
	border: 1px solid #ef1627;
}

.con_product_list li a img{
	box-sizing: border-box;
	/*border: 0.05rem solid #fff;*/
	width: 100%;
	height: auto;
	margin: 0;
	transition-duration: 1s;
}


.prodcut_details_img{
    width: 5.6rem;
    box-sizing: border-box;
    padding: 0.1rem;
    margin: 0.2rem auto;
    border: 0.01rem solid #ccc;
}

.prodcut_details_img img{
    max-width: 100%;
    margin:0;
}

.prodcut_details_txt h3{
    line-height: 0.75rem;
    font-size: 0.24rem;
    font-weight: normal;
    color: #444;
    width: 5.6rem;
    text-align: center;
    margin: 0 auto;
    border-bottom: 0.01rem solid #ccc;
}

.prodcut_details_txt p{
    text-indent: 0;
    margin: 0.2rem auto;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    color: #666;
}


.contact p{
	text-indent: 0;
}

.map{
    width: 6rem;
    height: 6rem;
    margin: 0.3rem auto;
    background: #ccc;
    overflow: hidden;
}

/*视频*/

.video_list li{
    width: 6rem;
    margin: 0.3rem auto;
    box-sizing: border-box;
}

.video_list li video{
    display: block;
    margin: 0 auto;
    border: 0.01rem solid #ccc;
    width: 6rem;
    height: 3rem;
}

.video_list li span{
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #666;
    text-align: center;
}

/*-------------留言板-------------*/

.message {
    background: white;
    width:6rem;
    margin:0 auto;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
}

.message input, textarea {
    margin-bottom:.4rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
    border-radius:0.05rem;
    color:#CCC;
    font-size:.2rem;
    width:5.6rem;
    height:.6rem;
    border:solid .01rem #999;
    outline:none;
    display:block;
    color:#666;
}
textarea {
    height:1.5rem;
    margin-bottom:.4rem;
    padding-left: .1rem;
    line-height: 0.36rem;
    resize: none;
}

input:focus,textarea:focus{
    border-color:#ef1627;
    -moz-box-shadow: 0 0 0.03rem #ef1627; /* 老的 Firefox */
    box-shadow: 0 0 0.03rem #ef1627;
}

#btn {
    margin: 0 auto;
    width:5.6rem;
    height:.6rem;
    color:#FFF;
    border-radius:0.1rem;
    background: #ef1627;
    transition: 0.5s;
}

#btn:active{
	background: #ef1627;
}
