﻿/* 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 { margin:0; padding:0; } 
*{-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: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: nowrap;}

/*------------------top---------------------*/

.clear{
	clear: both;
}

.top {
    width: 6.4rem;
    height: .88rem;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: .88rem;
    z-index: 998;
    position: fixed;
    top: 0;
    background: url(../m_images/top_bg.jpg) no-repeat center;
}
.logo {
    z-index: 999;
    position: absolute;
    left: .2rem;
    float: left;
}

.logo a{
	display: block;
	height: 0.88rem;
}
.logo a img{
    height: 100%;
}
.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: #fff;
}
.menu_list {
    margin:.1rem auto;
    width:3rem;
}
.menu_head {
    width:3rem;
    height:.65rem;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height:.65rem;
    font-size:.24rem;
    color:#333;
    cursor:pointer;
    position:relative;
    margin:0;
}
.menu_head a {
    color: #FFF;
}
.menu_head1 {
    width:3rem;
    height:.6rem;
    text-align: center;
    line-height:.6rem;
    font-size:.2rem;
    color:#333;
    cursor:pointer;
    position:relative;
    font-weight:bold;
    margin:0;
}
.menu_head1 a {
    color: #333;
    font-size: 0.2rem;
    font-weight: normal;
}
.menu_list .current {
}
.menu_body {
    width:3rem;
    height:auto;
    overflow:hidden;
    line-height:.4rem;
    background:#f3f3f3;
}
.menu_body a {
    display:block;
    font-size: .22rem;
    width:3rem;
    height:.5rem;
    text-align: center;
    line-height:.5rem;
    color:#555;
    background:#fff;
    text-decoration:none;
    border-bottom:1px solid #fffdd9;
}
.menu_body a:hover {
    text-decoration:none;
}

/*----------------------banner----------------------*/

.banner {
    width: 6.4rem;
    height: 3rem;
}
.main_visual {
    height:2.3rem;
    border-top:1px solid #d7d7d7;
    overflow:hidden;
    position:relative;
    margin-top: .88rem;
}
.main_image {
    height:2.3rem;
    overflow:hidden;
    position:relative;
}
.main_image ul {
    width:99.99rem;
    height:2.3rem;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0
}
.main_image li {
    float:left;
    width:100%;
    height:2.3rem;
}
.main_image li span {
    display:block;
    width:100%;
    height:2.3rem
}
.main_image li a {
    display:block;
    width:100%;
    height:2.3rem
}
.main_image li img{
    width: 100%;
}
div.flicking_con {
    position:absolute;
    top:2.3rem;
    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 #184982;

}
div.flicking_con a.on {
    border-radius: 0.1rem;
    background: #184982;
}
#btn_prev, #btn_next {
    z-index:995;
    position:absolute;
    display:block;
    width:.73rem!important;
    height:.74rem!important;
    top:50%;
    margin-top:-.37rem;
    display:none;
}
#banner_prev {
    left:1rem;
}
#banner_next {
    right:1rem;
}

.tel{
    width: 6.4rem;
    height: 0.6rem;
    margin: 0.3rem auto;
    line-height: 0.6rem;
    text-align: center;
}

.tel a{
    display: block;
    background: #184982 url(../m_images/phone_icon.png) no-repeat center;
    background-position: 0.5rem;
    color: white;
    width: 5.6rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    text-indent: 2em;
}

.obj_box{
    width: 100%;
    background: white;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.2rem;
}

.title{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
}

.title h1{
    font-size: 0.24rem;
    color: #0a408a;
    font-weight: normal;
    line-height: 0.3rem;
}

.title h1 span{
	color: #184982;
}

.title>span{
    display: block;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #999;
    text-transform: uppercase;
    line-height: 0.3rem;
    box-sizing: border-box;
}

.title .line{
	width: 60px;
	height: 2px;
	margin: 0.05rem auto;
	background: #184982;
}

.about p{
	width: 6rem;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.2rem;
    text-indent: 2em;
    letter-spacing: 0.05em;
    color: #454545;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.obj_box .more{
	display: block;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0.3rem auto 0 auto;
	font-size: 0.18rem;
	color: #184982;
	text-align: center;
	border: 0.01rem solid #184982;
	transition: 0.5s;
}

.obj_box .more:active{
	background: #184982;
	color: #fff;
}

.product-list{
    width: 100%;
}
.product-list a{
    width: 48%;
    float: left;
    display: block;
    margin-bottom: .2rem;
}
.product-list a:nth-child(2n+2){
    float: right;
}
.product-list a .pro-img{
    height: 2.6rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items:flex-end;
    border: 1px solid #ccc;
}
.product-list a img{
    width: 100%;
}
.product-list a h5{
    text-align: center;
    color: #333;
    font-size: .2rem;
    font-weight: 100;
    margin-top: .1rem;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.adv{
    width: 100%;
    margin: 0 auto;
}

.adv ul li{
    width: 3rem;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin: 0.3rem 0;
    padding: 0 0.2rem;
}

.adv ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.adv ul li div{
	width: 1.1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	margin: 0.1rem auto 0 auto;
}

.adv ul li div img {
    max-height: 100%;
    max-width: 100%;
}

.adv ul li h3{
    margin-top: 0.3rem;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.48rem;
    letter-spacing: 0.1em;
    color: #666;
}

.adv ul li:nth-child(1){
    border-right: 0.01rem solid #ccc;
}

.adv ul li:nth-child(2){
    width: 2.6rem;
    margin: 0 0.2rem;
    padding:  0.3rem 0;
    border-bottom: 0.01rem solid #ccc;
}

.adv ul li:nth-child(3){
    width: 2.6rem;
    margin: 0 0.2rem;
    padding:  0.3rem 0;
    border-top: 0.01rem solid #ccc;
}

.adv ul li:nth-child(4){
    border-left: 0.01rem solid #ccc;
}

.news{
	width: 100%;
}

.news ul li{
	width: 100%;
	height: 1.3rem;
	padding: 0.2rem 0;
	box-sizing: border-box;
	border-top: 0.01rem solid #ccc;
}

.news ul li:first-child{
	border:none;
}

.news ul .news_date{
	width: 0.88rem;
	height: 0.88rem;
	background: #184982;
	float: left;
	box-sizing: border-box;
	margin-right: 0.2rem;
	padding-top: 0.1rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
}

.news_date span:first-child{
	font-size: 48px;
	font-weight: bold;
	line-height: 0.5rem;
}

.news_title{
	float: right;
	width: 4.9rem;
	text-align: justify;
}

.news_title h3{
	font-size: 0.22rem;
	line-height: 28px;
	font-weight: normal;
}

.news 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;
}


.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: #fff;
}

.footer a{
    color: #fff;
}

.footer a:active{
    color: #00c400;
}

.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;
}

/*子页面*/

.child_content{
    width: 6.4rem;
    min-height: 6rem;
    background: white;
}

.child_title {
    line-height: 0.3rem;
    border-bottom: 0.01rem solid #ccc;
    padding-top: 0.2rem;
    background: white;
}

.child_title ul li{
    height: 0.7rem;
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.child_title a{
    font-size: 0.2rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    border-right: 0.01rem solid #CCC;
    margin: 0.2rem 0;
}
.child_title li:nth-child(4) a{
    border: none;
}

.child_title_active{
    color: #184982;
    border-bottom: 0.03rem solid #184982;
}

.child_title_active a{
    color: #184982;
}

.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{
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.36rem;
    box-sizing: border-box;
    padding: 0.15rem;
}

.child_content>p>img{
	margin-left: -2em;
    display: block;
}

/*新闻*/

.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: url(../sj_images/LOGO.jpg) no-repeat 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: #184982;
    float:left;
    margin-right:.25rem;
    border: 0.01rem solid #184982;
    transition: 0.5s;
}
.page a:active {
	color: #fff;
    background:#184982;
}
.page a:nth-child(3) {
	border: none;
    color: #aaa;
}
.page a:nth-child(5) {
    margin-right:0;
}

/*视频*/

.video_list li{
    width: 6rem;
    margin: 0.3rem auto;
    box-sizing: border-box;
}

.video_list li embed{
    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;
}

.page-product{
    width: 5rem;
    margin: 0 auto;
    padding: .3rem;
    border: 0.01rem solid #ddd;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.page-product h4{
    display: inline-block;
    font-size: .24rem;
    font-weight: 100;
    color: #333;
}
.page-product span{
    display: block;
    width: .6rem;
    height: .04rem;
    background: #ff8601;
    margin: .2rem 0;
}
.page-product p{
    color: #666;
    font-size: .16rem;
    line-height: .28rem;
}
/*新闻详情页*/

.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: #666;
}

/*加盟商风采*/


.img_list li{
    width: 2.8rem;
    float: left;
    margin: 0.1rem;
    box-sizing: border-box;
    text-align: center;
}

.img_list li a{
	display: block;
    width: 2.8rem;
    height: 2.1rem;
    border: 0.01rem solid #ccc;
    padding: 0.1rem;
    box-sizing: border-box;
}

.img_list li a img{
    margin: 0;
    width: 100%;
    height: 100%;
}

.img_list li span{
    display: block;
    width: 100%;
    overflow: hidden;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.36rem;
 }


.photo{
	width: 100%;
}

.photo>div{
	width: 2.8rem;
	float: left;
	margin: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}

.photo>div a{
	display: block;
	width: 2.8rem;
	height: 1.8rem;
	border: 1px solid #ccc;
	overflow: hidden;
}

.photo>div img{
	width: 100%;
	margin: 0;
}

.photo .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: 2.5rem;
	border: 0.01rem solid #ccc;
	overflow: hidden;
}

.con_product_list li a:hover{
	border: 1px solid #ed7100;
}

.con_product_list li a img{
	box-sizing: border-box;
	border: 0.05rem solid #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	transition-duration: 1s;
}
.con_product_list li .honor_name{ 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prodcut_details_img{
    width: 5.6rem;
    box-sizing: border-box;
    padding: 0.1rem;
    margin: 0.2rem auto;
    border: 0.01rem solid #ccc;
    text-align: center;
}

.prodcut_details_img img{
    max-width: 100%;
    margin:0 auto;
}

.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;
}


.contact p{
	text-indent: 0;
}

.map{
    width: 6rem;
    height: 3rem;
    margin: 0.3rem auto;
    background: #ccc;
    overflow: hidden;
}


/*-------------留言板-------------*/

.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:#184982;
    -moz-box-shadow: 0 0 0.03rem #184982; /* 老的 Firefox */
    box-shadow: 0 0 0.03rem #184982;
}

#btn {
    margin: 0 auto;
    width:5.6rem;
    height:.6rem;
    color:#FFF;
    border-radius:0.1rem;
    background: #184982;
    transition: 0.5s;
}

#btn:active{
	background: #184982;
}
.child_title .title-h4{
    font-size: .20rem;
    color: #333;
    text-align: center;
}

/*社会招聘*/
.page-recruit{
    width: 6.4rem;
    margin: 0 auto;
    margin-top: 50px;
}
.cd-faq {  width: 100%; line-height:90px;  }
.no-js .cd-faq-items {  position: static; height: auto; width: 100%;
    -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0);
    -o-transform: translateX(0);  transform: translateX(0); }
.cd-close-panel { position: fixed; top: 5px; right: -100%;  display: block;  height: 40px; width: 40px;  overflow: hidden;
    text-indent: 100%;  white-space: nowrap;  z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0); -moz-transform: translateZ(0);  -ms-transform: translateZ(0);  -o-transform: translateZ(0);
    transform: translateZ(0);  -webkit-backface-visibility: hidden; backface-visibility: hidden;  -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;  transition: right 0.4s;  }
.no-js .cd-faq-group {  display: block;  }
.cd-faq-items ul li .a-1{font-size:.14rem; float:left; color:#000; width:1.2rem; line-height:56px; text-align:center;}
.header{width:6.2rem; margin:0 auto; /*background:#036683;*/ height:55px; color:#fff;}
.header tr td{font-size:16px; height:55px; line-height:55px; text-align:center;}
.cd-faq-trigger { position: relative; display: block; height:56px; border-bottom:1px dashed #000;  }
.cd-faq-trigger::before, .cd-faq-trigger::after { position: absolute; content: '';  right:.06rem;  top: 50%; height: 2px;
    width: 13px; background:#f36821; -webkit-backface-visibility: hidden; backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;  -moz-transition-property: -moz-transform;  transition-property: transform;
    -webkit-transition-duration: 0.2s;  -moz-transition-duration: 0.2s; transition-duration: 0.2s;}
.cd-faq-trigger::before {  -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); transform: rotate(45deg); right:.15rem;  }
.cd-faq-trigger::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); transform: rotate(-45deg);  }
.content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);  transform: rotate(-45deg);  }
.content-visible .cd-faq-trigger::after { -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);  -o-transform: rotate(45deg); transform: rotate(45deg);  }
.cd-faq-content p { background:#fff; padding:20px 40px 20px 50px; text-indent:0;  font-size: 14px; line-height:24px; color: #000;  }
.cd-faq-content { display: none;}
.job{width: 6rem; margin: 0 auto;}
.headst{width:100%; height:30px;}
.headst tr td{font-size:16px; height:45px; line-height:45px; text-align:center; width:1.2rem; background:#ff8601; color:#fff;}
.a-1 span{float:none;}
.i_zxmelc2 p span{float:none !important;font-style:normal !important;color:#666 !important}

/*简历*/
.ny_jianjie h4{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.recruit{  width: 1000px;  margin: 60px auto;  }
.recruit table{  border: none;  }
.recruit input[type=text],.recruit input[type=email]{  display: inline-block;  width: 100%;  height: 50px;
    line-height: 50px;  margin: 0;  padding: 0;  font-size:14px;  border: none;  outline: none;  text-indent: 1em;}
.recruit input[type=radio]{  margin: 5px;  }
.recruit textarea{ width: 100%; border: none; outline: none; line-height: 36px; margin:0 auto; -moz-box-shadow:none;}
.recruit table tr,.recruit table td{  height: 50px;  text-align: center;  border: 1px solid #999;  }
#recruit_submit{ display: inline; width: 160px; height: 35px; line-height: 35px; text-indent: 0; background: #ff8601; color: white;  margin: 0 auto;  border: none;  transition: 0.5s; cursor: pointer;  }
#recruit_submit:hover{  color: #333;  background: #ed7100;  }

.prodcut_details .deta-top{
    margin-top: 30px;
}
.prodcut_details .deta-top img{
    width: 100%;
    height: 3rem;
display: block;
    padding:.1rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ddd;
    max-width: 100%;

}
.prodcut_details .deta-top ul{
    margin-top: .4rem;
}
.prodcut_details .deta-top .right-list{
    margin-bottom: .15rem;
    float: left;
    width: 100%;
}
.prodcut_details .deta-top h5{
    font-size: .18rem;
    color: #333;
    font-weight: 500;
    float: left;
}
.prodcut_details .deta-top p{
    float: left;
    text-indent: 0;
    width: 80%;
    margin-left: .1rem;
    font-size: .18rem;
    color: #666;
    padding: 0;
    line-height: 2;
}
/*.deta-center{
    width: 1000px;
    margin: 0 auto;
    background: #ed7100;
    height: 50px;
}
.deta-center h4{
    color: #fff;
    float: left;
    margin-left: 20px;
    line-height: 50px;
    font-size: 18px;
}*/
.child_title ul {
    overflow: hidden;
}