@charset "utf-8";
/* CSS Document */
header .navlist li{height: 132px;}
.banner{width: 100%; height: 211px; background: url(../images/product_banner.jpg) no-repeat center;
	background-size: cover;}
.profile .l{width: 280px; padding-top: 74px; cursor: pointer;}
.profile .l .l_menu li{border-bottom: 1px solid #e9e9e9; font-size: 18px; /*line-height: 62px;*/ 
	box-sizing: border-box; padding-left: 52px;}
.profile .l .l_menu li span{display: inline-block; width: 100%; height: 100%; padding: 15px 0;}
.profile .l .l_menu li>a{width: 100%; height: 100%; display: inline-block; color: #4d4d4d;}
.profile .l .l_menu li:last-child{border-bottom: none;}
.profile .l .l_menu li:nth-child(5){padding-left: 0; cursor:pointer;}
.profile .l .l_menu li:nth-child(6){padding-left: 0; cursor:pointer;}
.profile .l .l_menu li p{display: none; line-height: 1.1; padding-top: 15px; padding-bottom: 15px;}
.profile .l .l_menu li p a{width: 100%; height: 100%; display: inline-block;}
.menu_yangshi{background-color: #f3f3f3; border-right: 3px solid #e94f55;}

.profile .r{width: 920px; padding: 74px 40px 110px; border-left: 1px solid #e9e9e9; box-sizing: border-box;}
.profile .r .biaoti1{font-size: 24px; color: #ed1b24;}
.profile .r .nr{font-size: 16px; color: #4d4d4d; line-height: 32px; padding: 36px 0;}
.profile .r .nr p{font-size: 16px; color: #4d4d4d; line-height: 32px;}
.profile .r .pro1>p{float: left; font-size: 24px; color: #ed1b24;}
.profile .r .pro1>a{float: right; font-size: 16px; color: #4d4d4d; line-height: 29px;}
.profile .r .pro1>a:hover{text-decoration: underline!important;}

.shili{width: 100%; background-color: #f3f3f3; margin-top:20px; padding: 36px 0;}
.tempWrap{margin-left: 36px;}
.mr_frbox { position: relative;}
.mr_frUl { margin:0 auto;}
.mr_frUl ul li { display: inline; float: left; width: 222px; overflow: hidden; position: relative; 
	cursor: pointer; margin-left: 17px; margin-right: 17px;}
.jxsb_list p{font-size: 16px; color: #4d4d4d; padding-top: 4px;}
.prev_l{position: absolute; top:51px; left:14px; cursor: pointer;}
.prev_r{position: absolute; top:51px; right:14px; cursor: pointer;}
.tanchu_tit{font-size: 16px; text-align: center; padding-bottom: 10px;}

.ui-video{width: 222px; height: 148px; overflow:hidden;}

.profile .r .pro2{padding-top: 40px;}
.profile .r .pro2>p{float: left; font-size: 24px; color: #ed1b24;}
.profile .r .pro2>a{float: right; font-size: 16px; color: #4d4d4d; line-height: 29px;}
.profile .r .pro2>a:hover{text-decoration: underline!important;}


.tanchu_nr {
    font-size: 14px;
    color: #333;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 10px;
}


@media screen and (max-width: 800px){
	.profile .r{width: 100%; padding: 0; border-left: none; padding-bottom: 30px;}
	.profile .r .biaoti1{font-size:18px; padding-top: 30px;}
	.profile .r .nr{padding: 20px 0; font-size: 14px; line-height: 28px;}
	.profile .r .pro1>p{font-size: 16px;}
	.profile .r .pro1>a{font-size: 14px;}
	.profile .r .pro2>p{font-size: 16px;}
	.profile .r .pro2>a{font-size: 14px;}
	.shili{padding: 20px 0; margin-top:0;}
	.mr_frUl{width: 222px; overflow: hidden;}
	.mr_frUl ul li{margin-left: 0; margin-right:0;}
	.prev_l{left: 24px;}
	.prev_r{right: 24px;}
	.tempWrap{margin-left: 0;}
	.jxsb_list p{font-size: 14px;}

	.wap_erji{display: block; position: relative;}
	.main_menu{width: 100%; height: 40px; background-color: #04adf2; text-align: center;}
	.main_menu p{font-size: 16px; color: #fff; line-height: 40px;}
	.main_menu img{width: 10px; animation-name:fadeInUp; animation-iteration-count:infinite; animation-duration:1s; 
		animation-fill-mode:both;}
	@keyframes fadeInUp {
		0%{transform: translate(0,-2px);}
		100%{transform: translate(0,2px);}
	}
	.xl_menu{position: absolute; top:0; left: 0; padding: 20px 0; width: 100%; background-color:#04adf2; display: none;}
	.xl_menu ul li{border-bottom: 1px solid rgba(255,255,255,.6); line-height: 40px; 
		text-align: center; font-size: 16px; color: #fff;}
	.xl_menu ul li a{color: #fff; width: 100%; height: 100%; display: inline-block;}
	.xl_menu ul li:last-child{border-bottom: none;}
	.xl_menu ul li p{display: none;}
}

@media screen and (max-width: 320px){
	.prev_l{left: 4px;}
	.prev_r{right: 4px;}
}