/*----产品分类页开始----*/
/*pro-category---list*/
.m-pro{
	float:left;
	width: 630px;
	height: 450px;
	margin-left: 25px;
	margin-top: 18px;
	font-family:"AvenirNextLTPro Regular","微软雅黑";
}
.m-pro:nth-child(2n-1){margin-left:0;}
.m-pro a{
	display:block;
	width: 100%;
	text-align: center;
}
.m-pro a p,.m-list .item>p{
	font-size: 18px;
	line-height: 30px;
}
.m-pro img,.m-list img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.m-pro img{
	height:420px;
}
.m-pro:hover a img{
	-moz-box-shadow:3px 3px 8px 0 #dadada;
	-webkit-box-shadow:3px 3px 8px 0 #dadada;
	box-shadow:3px 3px 8px 0 #dadada;
}
.m-list .item> p {
    margin-top:10px;
}
.m-pro:hover a p, .m-list .item:hover > p {
    font-size: 18px;
    color: #c43a31;
    text-decoration: underline;
}
/*----产品分类页结束----*/


/*----产品列表页开始----*/
/*列表内容*/
.m-list .item {
    position: relative;
    float: left;
    width: 408px;
    /*height: 305px;*/
    margin-right: 30px;
    margin-top: 25px;
    text-align: center;
}
    .m-list .item > img {
        max-width: 100%;
        max-height: 100%;
        height: 272px;       
        vertical-align: middle;
       
    }
.m-list .m-box-y {
    height: 275px;
    line-height:275px;
    background-color: #fff;
    vertical-align: middle;
}
.m-list .m-box-y img{
    width:100%;
    height:100%;
}
.m-items {
    margin-top: 10px;
    text-align: right;
    color: #999;
    font-size: 14px;
}
.m-list .item:hover .m-box-y{
	-moz-box-shadow:0 3px 20px 0 #dadada;
	-webkit-box-shadow:0 3px 20px 0 #dadada;
	box-shadow:0 3px 20px 0 #dadada;
	cursor: pointer;
}
.m-list .item:nth-child(3n){
	margin-right:0;
}
.m-list .item .dp {
    cursor:pointer;
}
.m-list .item .dp p {
    margin-top: 10px;
    font-size: 18px;
    font-family: "AvenirNextLTPro Regular","微软雅黑";
}
.m-list .dp:hover p {
    color: #c43a31;
    text-decoration:underline;
}
/*列表展开详情*/
.m-list .m-detail {
    /*position: absolute;
	left:-438px;
	top:315px;*/
    display: none;
    width: 1285px;
    padding: 36px 60px;
    margin-top: 45px;
    margin-bottom: 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.m-list .m-detail p{
	font-family: "Open Sans","微软雅黑";
}
.m-list .m-detail:before{
	position: absolute;
	top:340px;
	left:170px;
	content:"";
	width: 0;
	height: 0;
	border-bottom:20px solid #fff;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
}
.m-list .item:nth-child(3n-1) .m-detail{
	margin-left: -440px;
}
.m-list .item:nth-child(3n) .m-detail{
	margin-left: -880px;
}
/*展开详情左边内容*/
.m-detail .imgbox{
	float: left;
	width: 730px;
	height: 610px;
}
.m-detail .imgbox .m-show{
	position:relative;
	width: 100%;
	height: 117px;
	padding:28px 75px;
	box-sizing: border-box;
}
.m-detail .imgbox .m-show ul{
	height:64px;
}
.m-detail .imgbox .m-show li{
	float: left;
	width: 90px;
	height: 100%;
	text-align: center;
	/*margin:0 11px;*/
	margin-right: 22px;
	box-sizing: border-box;
	border:2px solid white;
}
.m-detail .imgbox-t {
    width: 100%;
    height: 480px;
    line-height: 480px;
    text-align: center;
    vertical-align:middle;
    background-color: #F1F2F7;
}
.m-detail .imgbox .m-show li.active{
	border-color: #c7463d;
}
.m-detail .imgbox li.active img{
	/*width: 87px;*/
	vertical-align: baseline;
	text-align: center;
	box-sizing: border-box;
}
.m-detail .m-show li a{
    display:block;
	width: 100%;
	height: 100%;
    line-height:59px;
    background-color: #F1F2F7;
}
.m-detail .m-show>div{
	width: 560px;
	margin:0 22px;
	overflow: hidden;
	box-sizing: border-box;
}
.m-show li img {
    max-width: 100%;
    max-height:100%;   
    vertical-align: middle;
}
.u-btn02 {
    width: 100%;
    height: 60px;
    padding-left:15px;
    background: #0876fd url('img/cart2.png') 125px center no-repeat;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    border-radius: 3px;
}

/*展开详情左右按钮*/
.m-detail .m-show .prev,.m-detail .m-show .next{
	position:absolute;
	top:39%;
	width: 20px;
	height: 30px;
	cursor: pointer;
}
.m-detail .m-show .prev {
    left: 56px;
    background: url("/Content/img/icons.png") no-repeat -19px -39px;
}
.m-detail .m-show .next {
    right: 56px;
    background: url("/Content/img/icons.png") no-repeat -38px -39px;
}
/*展开详情右边内容*/
.m-detail .info{
	float: left;
	width: 375px;
	margin-left: 60px;
	padding:10px 0;
}
.m-detail .m-iny .y-more {
    float: right;
    margin-right: 17px;
    margin-top: 37px;
    font-size: 20px;
    color: #999;
}
    .m-detail .y-more:hover {
        color: #c43a31;
        text-decoration:underline;
    }
.m-detail .m-iny {
    /*position: relative;*/
    margin-top: 90px;
}
    .m-detail .m-iny .y-buy, .m-detail .y-inquiry {
        position: relative;
        display: block;
        width: 360px;
        height: 59px;
        margin-left: 10px;
        margin-top: 20px;
        line-height: 60px;
        font-size: 24px;
        color: white;
        box-sizing: border-box;
        background: url(/Content/img/yimg_16.jpg) no-repeat;
    }
.m-detail .y-buy:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    width: 35px;
    height: 30px;
    background: url(/Content/img/yimg_15.png) no-repeat;
}
.m-detail .y-inquiry:before {
    position: absolute;
    left: 20px;
    top: 20px;
    content: "";
    width: 35px;
    height: 25px;
    background: url(/Content/img/yimg_16.png) no-repeat;
}
.m-detail .y-buy:hover, .m-detail .y-inquiry:hover {
    background: url(/Content/img/bac6_03.png) no-repeat;
}
/*.m-detail .y-more:hover {
        box-shadow:3px 3px 5px gray;
    }*/
/*展开详情底部内容*/
.m-detail .feat {
    width: 100%;
    margin-top: 24px;
    text-align:left;
}
.m-detail .feat>p {
    width:185px;
	height:45px;
	line-height: 45px;
	font-size:16px;
	font-family:ArialMT;
	font-weight:400;
	text-align: center;
	color: #fff;
	background:rgba(51,51,51,1);
}
.m-detail .feat>p span{
	color:rgba(102,102,102,1);
}
 .table02 th{
 	width:110px;
 	color: #999;
 }
 .table02 td{
 	padding: 10px 0 10px;
 }       
/*----产品列表页结束----*/

.yclearfix:before,.yclearfix:after{
	content:"";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

/*----售后服务页开始----*/

/*右边内容部分*/
.m-ser-r,.m-care-r,.m-video-r{
	float: right;
	width: 1000px;
}
.m-ser-r .title,.m-care-r .title,.m-video-list-02 .title{
	font-family:"Microsoft YaHei";
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color:#333;
}
.m-ser-r .text{
	width: 100%;
	margin-top: 35px;
	font-size: 15px;
	font-style:italic;
	color:#747474;
	line-height: 20px;
}
/*右边表格部分*/
.m-ser-r .list{
	width: 100%;
	margin-top: 25px;
	color:#4d4d4d;
}
.m-ser-r .list td{
	padding:28px 0 28px 20px;
	font-size: 18px;
	vertical-align: middle;
}
.m-ser-r .list td:first-child{
	font-weight: bold;
}
/*表格首行*/
.m-ser-r tr.capture td{
	font-size: 20px;
	font-weight: bold;
	background-color: #ebe8e8;
}
/*表格内容*/
.m-ser-r .capture2{
	font-size: 18px;
	background-color: #f2f0f0;
}
.m-ser-r tr td:first-child{
	 width: 370px;
 }
.m-ser-r tr td:nth-child(2){
	width: 360px;
}
.m-ser-r tr td:last-child{
	width: 240px;
}
.m-ser-r .capture3{
	background-color:#f7f5f5;
}
.m-ser-r td span:last-child{
	display:inline-block;
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}
/*文字描述内容*/
.m-ser-r .last{
	margin-top: 12px;
	font-size: 14px;
	color:#999;
	font-style:italic;
}
.m-ser-r .text2,.m-ser-r .text3{
	line-height: 20px;
	color:#4d4d4d;
	font-size: 15px;
}
.m-ser-r .text2 p,.m-ser-r .text3 p:first-child{
	font-size: 19px;
	font-weight: bold;
}
.m-ser-r .text2 ul{
	margin-top: 20px;
	font-size: 15px;
}
.m-ser-r .text2 ul li:before{
	content:'';
	display: inline-block;
	width: 2px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #4d4d4d;
	vertical-align: middle;
}
/*----售后服务页结束----*/

/*----产品保养页开始----*/
.m-care-r{
	padding-bottom:60px;
}
.m-care-r p{
	line-height: 22px;
	font-size: 14px;
	color:#666;
}
.m-care-r b{
	line-height: 22px;
	font-size: 15px;
}
/*----产品保养页结束----*/


/*----新闻编辑页开始----*/
.m-media-t{
	/*margin-top: 30px;*/
	font-size: 40px;
	font-family:"Microsoft YaHei";
	font-weight: bold;
	text-align: center;
}
.m-media-num{
	margin-top: 12px;
	margin-bottom: -12px;
	font-size: 16px;
	color:#999;
	text-align: right;
}
/*新闻编辑内容列表*/
.m-media-list{
	padding-bottom:35px;
}
.m-media-list li{
	position: relative;
	float: left;
	width: 420px;
	height: 340px;
	background-color: #fff;
	-moz-box-shadow: 5px 5px 5px 0 #e6e6e6;
	-webkit-box-shadow: 5px 5px 5px 0 #e6e6e6;
	box-shadow:5px 5px 5px 0 #e6e6e6;
	box-sizing: border-box;
	margin-right:12px;
	margin-top: 24px;
}
.m-media-list li:nth-child(3n){
	margin-right:0;
}
.m-media-list li .text{
    position:absolute;
    left:10px;
    bottom:10px;
	display: -webkit-box;
	height: 36px;
	line-height: 18px;
	color: #5e5e5e;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*padding:10px 0  0 10px;*/
}
    .m-media-list li img {
        width: 100%;
        max-width: 100%;
        max-height: 280px;
        vertical-align: middle;
        text-align: center;
    }
/*遮罩层内容*/
    .m-media-list li .only-hover {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 36px 18px 22px 12px;
        box-sizing: border-box;
        background: rgba(0,0,0,.8);
    }
.m-media-list li:hover .only-hover{
	display:block;
}
.m-media-list li .only-hover .text2{
	display: -webkit-box;
	height: 36px;
	line-height: 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
	color: #f4f4f4;
	font-size: 14px;
}
    .m-media-list .only-hover .text3 {
        max-height: 160px;
        overflow: hidden;
        line-height: 20px;       
        text-overflow: ellipsis;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        padding-top: 15px;
        font-size: 14px;
        border-top: 3px solid #676768;
        color: #f4f4f4;
    }
.m-media-list .only-hover .more{
	display: block;
	position: absolute;
	left: 12px;
	bottom: 18px;
	text-decoration: underline;
	margin-top: 10px;
	padding-left:28px;
	color:#b3b3b3;
}
    .m-media-list .only-hover .more:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -1px;
        bottom: -3px;
        width: 20px;
        height: 20px;
        background: url("/Content/img/icons.png") no-repeat -370px -120px;
    }
/*----新闻编辑页结束----*/

/*分页部分内容*/
.pagination {
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
	display: inline-block;
	zoom: normal;
}

.pagination li {
	border: solid thin #ddd;
	margin: 3px;
	float: left;
	padding: 8px 15px;
	cursor: pointer;
	background: transparent;
}
.pagination li a {
	color: #666;
}
.pagination li.active {
	background-color: #5eb638;
}
.pagination li.disabled a:hover {
	pointer-events: none;
	cursor: not-allowed;
}
.pagination li.active a {
	color: #fff;
}
.pages {
	width: auto;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}

/*----画册页开始----*/
.m-brochure-list{
	margin-top: -13px;
	padding-bottom: 40px;
}
.m-brochure-list li{
	float: left;
	width: 400px;
	height: 440px;
	margin-right: 42px;
	margin-top: 35px;
	text-align: center;
}
    .m-brochure-list li div {
        position: relative;
        width: 400px;
        height: 400px;
        background: url("/Content/img/yimg_10.jpg") no-repeat;
    }
.m-brochure-list li:nth-child(3n){
	margin-right: 0;
}
.m-brochure-list li img{
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.m-brochure-list div:hover:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display:block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.m-brochure-list .u-download-c{
	display:none;
	position: absolute;
	left: 120px;
	top: 183px;
	z-index: 10;
}
.m-brochure-list div:hover .u-download-c{
	display:block;
}
.m-brochure-list li .title{
	margin-top: 15px;
	font-size: 20px;
	font-family: "Open Sans","Microsoft YaHei";
}
/*画册列表页面四本一行*/
.m-brochure-list04 li {
    margin-right:3%;
    width:22%;
    height:auto;
}
.m-brochure-list04 li:nth-child(3n){
    margin-right:3%;
}
.m-brochure-list04 li:nth-child(4n){
    margin-right:0;
}
.m-brochure-list04 li div {
    width:100%;
    height: 330px;;
}
.m-brochure-list04 .z-btn02 {
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -17px;
    font-size: 14px;
    height: 35px;
    padding: 0px 9px;
    width: 130px;
}
.m-brochure-list04 .tip-add02 {
    height: 16px;
    width: 16px;
    line-height: 16px;
}
.m-brochure-list04 li .title {
    font-size: 18px;
}
/*----画册页结束----*/
/*画册列表页面新增---start---*/
.c33 {
    color: #333;
}

.tip-add02 {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    color: #cc3429;
    font-size: 20px;
    line-height: 20px;
}

.z-btn02 {
    position: absolute;
    left: 110px;
    top: 183px;
    z-index: 10;
    padding: 0 15px;
    border: none;
    height: 45px;
    background-color: #c43a31;
    color: white;
    font-size: 20px;
}

.m-brochure-list li .z-btn02 {
    display: none;
}

.m-brochure-list li > div:hover .z-btn02 {
    display: block;
}

/*画册列表页面新增---end---*/



/*----安装视频页开始----*/
.m-video-list-02{
	float: right;
	width: 1000px;
}
.m-video-list-02 li{
	width: 480px;
	height: 305px;
	margin-right:38px;
	margin-top: 39px;
}
.m-video-list-02 ul li:nth-child(3n){
	margin-right:38px;
}
.m-video-list-02 ul li:nth-child(2n){
	margin-right:0;
}
.m-video-list-02 .item{
	position: relative;
	width: 100%;
	height: 270px;
}
/*----安装视频页结束----*/

/*----社交媒体页开始----*/
.m-social{
	width: 100%;
	margin-top: 50px;
	height: 495px;
	box-sizing: border-box;
	margin-bottom: 192px;
}
/*左边内容部分*/
.m-social-l{
	float: left;
	width: 885px;
	height: 100%;
	box-sizing: border-box;
}
.m-social-l li{
	position:relative;
	/*padding:75px 20px 27px 52px;*/
	height:99px;
	line-height: 99px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	font-size: 16px;
	color:#333;
	font-family: "Microsoft YaHei";
	padding-left:55px;
	padding-right: 62px;
	box-sizing: border-box;
	cursor:pointer;
}
.m-social-l li:last-child{
	border-bottom:1px solid #e6e6e6;
}
.m-social-l li p{
	padding-left:60px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}
/*社交账号图像*/
    .m-social-l p:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 55px;
        top: 24px;
        width: 50px;
        height: 50px;
        background: url("/Content/img/icons.png") no-repeat;
    }
.m-social-l .pic1 p:before{
	background-position: -67px -210px;
}
.m-social-l .pic2 p:before{
	background-position: -15px -210px;
}
.m-social-l .pic3 p:before{
	background-position: -168px -210px;
}
.m-social-l .pic4 p:before{
	background-position: -117px -210px;
}
    .m-social-l .pic5 p:before {
        background-position: -219px -210px;
    }
.m-social-l .pic3 p,.m-social-l .pic3 a{
	display:inline-block;
}
    .m-social-l .pic3 a:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 13px;
        top: 40px;
        width: 25px;
        height: 20px;
        background: url("/Content/img/icons.png") no-repeat -89px -271px;
        margin-left: 20px;
    }
/*选中li效果*/
.m-social-l li.active{
	background-color:#faf3f2;
}
/*右边内容部分*/
.m-social-r{
	position: relative;
	float: right;
	width: 400px;
	height: 100%;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	padding:35px 20px 20px 20px;
	overflow-y: auto;
}
.m-social-d{
	position: absolute;
	left: 20px;
	top: 45px;
	width: 350px;
	padding-bottom: 35px;
}
.m-social-r .m-social-d .container {
    border-top: 6px solid #f7f7f7;
    margin-top: 15px;
    padding-top:20px;
}
    .m-social-r .m-social-d .container:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    } 
    .m-social-d .title {
        font-family: "Microsoft YaHei";
        font-size: 12px;
    }
.m-social-img {
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    background: url(/Content/img/yimg_14.png) no-repeat;
}
.m-social-d .title span:first-child {
    font-size: 20px;
    color: #333;
    margin-right: 5px;
}
/*详细部分*/
.m-social-d .item{
	width: 100%;
	border-top:1px solid #e6e6e6;
	padding-top:12px;
	margin-top: 5px;
	font-size: 12px;
}
.m-social-d .item-l{
	float: left;
	width: 42px;
	text-align: center;
}
.m-social-d .item-r .img,.m-social-d .item-p img{
	max-width: 100%;
	vertical-align: middle;
}
.m-social-d .item-r{
	float: right;
	width: 280px;
}
.m-social-d .item-r p{
	line-height: 15px;
}
.m-social-d .item-p{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.m-social-d .item-p img{
	max-width: 100%;
}
.m-social-d .item-d{
	margin-top: 20px;
	border-top:1px solid #e6e6e6;
	padding-top:10px;
}
/*爱心图标*/
.m-social-d .item-h{
	display:inline-block;
	width: 15px;
	height: 15px;
	margin-right: 27px;
	background: url("/Content/img/icons.png") no-repeat -32px -275px;;
}
/*分享图标*/
    .m-social-d .item-s {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("/Content/img/icons.png") no-repeat -58px -275px;
        ;
    }
.m-social-d .item-t{
	float: right;
	color:#999;
}
/*----社交媒体页结束----*/

/*----取消订阅页开始----*/
/*主要内容块*/
.m-cancel-c {
    width: 800px;
    margin: 0 auto;
}
/*标题*/
.m-cancel-t {
    margin-top: 72px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
/*表格内容*/
.m-cancel-b {
    width: 800px;
    height: 360px;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 6px #eaeaea,-4px 4px 6px #eaeaea;
    -webkit-box-shadow: 4px 4px 6px #eaeaea,-4px 4px 6px #eaeaea;
    box-shadow: 4px 4px 6px #eaeaea,-4px 4px 6px #eaeaea;
}

    .m-cancel-b .title {
        height: 62px;
        line-height: 62px;
        font-size: 20px;
        text-align: center;
        color: #666;
        font-weight: bold;
        background-color: #f7f7f7;
        border-bottom: 1px solid #e6e6e6;
    }

    .m-cancel-b .main {
        padding: 74px 0 35px 135px;
    }

        .m-cancel-b .main .text {
            margin-top: 20px;
            font-size: 13px;
            color: #999;
            font-style: italic;
        }
    /*按钮*/
    .m-cancel-b .check {
        position: relative;
        height: 28px;
        line-height: 28px;
    }
        /*.m-cancel-b .check input{*/
        /*display:inline-block;*/
        /*width: 28px;*/
        /*height: 28px;*/
        /*background-color: #fff;*/
        /*border:1px solid #ccc;*/
        /*vertical-align: middle;*/
        /*}*/
        .m-cancel-b .check input[type='checkbox'] {
            position: absolute;
            left: 0;
            top: 0;
            width: 28px;
            height: 28px;
            opacity: 0;
        }
            /*.m-cancel-b .check input[type='checkbox']:checked + label:before{*/
            /*background: #4cd764;*/
            /*border-color: #4cd764;*/
            /*background:url("../img/yimg_11.png") no-repeat;*/
            /*}*/
            .m-cancel-b .check input[type='checkbox']:checked + label:after {
                background: url("../img/yimg_11.png") no-repeat;
            }

        .m-cancel-b .check label {
            position: absolute;
            left: 20px;
            top: 0;
            height: 28px;
            line-height: 28px;
            font-size: 18px;
            color: #000;
            margin-left: 20px;
            vertical-align: middle;
        }

            .m-cancel-b .check label:before {
                content: '';
                position: absolute;
                left: -30px;
                top: 0;
                width: 28px;
                height: 28px;
                border: 1px solid #ccc;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
            }

            .m-cancel-b .check label:after {
                content: '';
                position: absolute;
                left: -24px;
                top: 8px;
                width: 20px;
                height: 14px;
                /*border: 0;*/
                /*border-right: 1px solid #fff;*/
                /*border-bottom: 1px solid #fff;*/
                /*transform: rotate(45deg); -webkit-transform: rotate(45deg);*/
                /*-moz-transform: rotate(45deg);*/
                /*-ms-transform: rotate(45deg); transition: all 0.3s ease;*/
                /*-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;*/
            }

    .m-cancel-b .u-cancel {
        margin-top: 75px;
        padding-left: 88px;
    }

        .m-cancel-b .u-cancel input {
            width: 135px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
        }

            .m-cancel-b .u-cancel input:first-child {
                border: 1px solid #cdcdcd;
                color: #999;
                background-color: #f7f7f7;
            }

            .m-cancel-b .u-cancel input:last-child {
                margin-left: 70px;
                border: 1px solid #bdddf4;
                color: #2e8fd7;
                background-color: #dbeeff;
            }
/*----取消订阅页结束----*/

/*----产品详情页开始----*/
div.g-main-1 {
    background-color: #fff;
    padding-bottom: 50px;
}

.m-detail .imgbox img {
    max-width: 100%;
    max-height: 100%;
}
/*----产品详情页结束----*/


/*----新闻详情页开始----*/
.m-news {
    width: 100%;
    height: 720px;
    color: #000;
    background: url("../Content/img/yimg_14.jpg") no-repeat;
}

.m-news-r {
    float: right;
    width: 640px;
    height: 720px;
    background-color: rgba(255,255,255,.8);
}

    .m-news-r .title {
        margin-top: 42px;
        margin-left: 25px;
        font-size: 24px;
        font-weight: bold;
    }

    .m-news-r .date {
        margin-top: 25px;
        margin-left: 25px;
        font-size: 14px;
    }

/*div.g-hd-2 {
    box-shadow: none;
}*/

.m-news-r .container {
    width: 100%;
    height: 572px;
    margin-top: 20px;
    padding: 32px 25px 32px 25px;
    border-top: 3px solid #a5a5a6;
    border-bottom: 1px solid #a5a5a6;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
}

.m-news-m {
    position: relative;
    height: 512px;
}

    .m-news-m p {
        margin-top: 10px;
    }

        .m-news-m p:first-child {
            margin-top: 0;
        }

        .m-news-m p span {
            font-weight: bold;
        }

    .m-news-m > div {
        width: 565px;
        /*height: 572px;*/
    }
/*----新闻详情页结束----*/
/*----询价页开始----*/
.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 998;
}
/*弹出框*/
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -280px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 560px;
    padding: 85px 46px 42px 40px;
    box-sizing: border-box;
    color: #666;
    background: url("../Img/Products/yimg_12.png") no-repeat;
}

.popup-title {
    font-size: 16px;
    color: #666;
}

.popup-content {
    position: relative;
    width: 715px;
    height: 435px;
}
/*弹窗左边内容*/
.popup-l .u-address {
    width: 100%;
    height: 35px;
    margin-top: 12px;
    border: 1px solid #b3b3b3;
    padding: 5px 15px;
    box-sizing: border-box;
}

.popup-l {
    float: left;
    width: 340px;
}

.pop-q {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

    .pop-q b {
        color: #666;
    }

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/Img/Products/yimg_13.png) no-repeat center;
    cursor: pointer;
}

.popup-l textarea {
    width: 100%;
    height: 218px;
    border: 1px solid #b3b3b3;
    margin-top: 12px;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
}

.popup-l .u-send {
    width: 85px;
    height: 37px;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #898989;
    background-color: #231815;
    color: #fff;
}
/*弹窗右边内容*/
.popup-r {
    float: right;
    width: 300px;
    height: 435px;
    text-align: center;
    box-sizing: border-box;
}

    .popup-r p {
        line-height: 25px;
        font-size: 16px;
        color: #808080;
        padding:0 4px;
        /*text-align: center;*/
    }

        .popup-r p.text {
            color: #a1a1a1;
            font-size: 12px;
        }
    .popup-r > div {
        width: 300px;
        height: 200px;
        line-height:196px;
        border: 1px solid #898989;
        margin-top: 7px;
        box-sizing: border-box;
        text-align: center;       
    }   
    .popup-r .popup-img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.popup-close {
    position: absolute;
    right: -26px;
    top: -65px;
}
/*----询价页结束----*/

.g-wrap div.m-ourstory-y{
    margin-top:0;
}
.g-wrap .m-imgbox-y {
    margin-top:15px;
}

.g-doc .g-wrap #m-title-y {
    line-height: 40px;
}

.table01{
	color: #999999;
	font-size: 14px;
}
.table01 td{
	padding: 10px 0;
}
.table01 td:last-child{
	padding-left: 30px;
}
