@charset "utf-8";
@font-face {
	font-family:'helvet';
	src:url("font/HelveticaNeueLTPro-ThEx.otf")/*tpa=http://www.yanyizc.com/css/font/HelveticaNeueLTPro-ThEx.otf*/;
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:icomoon;
	src:url("font/icomoon.eot-6jyupl")/*tpa=http://www.yanyizc.com/css/font/icomoon.eot?6jyupl*/;
	src:url("font/icomoon.eot-6jyupl#iefix")/*tpa=http://www.yanyizc.com/css/font/icomoon.eot?6jyupl#iefix*/ format("embedded-opentype"),url("font/icomoon.ttf-6jyupl")/*tpa=http://www.yanyizc.com/css/font/icomoon.ttf?6jyupl*/ format("truetype"),url("font/icomoon.woff-6jyupl")/*tpa=http://www.yanyizc.com/css/font/icomoon.woff?6jyupl*/ format("woff"),url("font/icomoon.svg-6jyupl#icomoon")/*tpa=http://www.yanyizc.com/css/font/icomoon.svg?6jyupl#icomoon*/ format("svg");
	font-weight:400;
	font-style:normal
}
body, a {font-family:"微软雅黑","宋体"}
.w1200 {width:1200px; margin:0 auto}
.l {float:left} .r {float:right}
.bodybg {background:#F6F6F6}

.topline {width:100%;height:30px;background:#FBFBFB;line-height:30px;border-bottom:1px solid #ddd}
.topline .l {font-size:12px;color:#999;line-height:30px}
.topline .r a {float:right;display:block;width:30px;height:30px;background:#E82100;color:#fff;text-align:center;font-size:13px;margin-left:1px;position:relative;overflow:hidden;transition:all 0.3s}
.topline .r a i {position:absolute;width:30px;height:30px;line-height:30px;left:0;top:0;transition:all 0.3s}
.topline .r a i.i2 {top:30px}
.topline .r a:hover {background:#333;}
.topline .r a:hover i.i1 {top:-30px}
.topline .r a:hover i.i2 {top:0}

.header {padding:20px 0;background:#fff}
.header .l img {float:left}
.header .l .ps {float:left;font-size:14px;color:#666;border-left:1px solid #ccc;margin-left:15px;padding-left:15px;margin-top:5px}
.header .l .ps h2 {font-size:24px;color:#E92100}
.header .r {background:url("../images/toptel.gif")/*tpa=http://www.yanyizc.com/images/toptel.gif*/ no-repeat left;padding-left:50px;color:#666;margin-top:10px}
.header .r h4 {font-size:24px;color:#FF0000}

/*弹框样式1*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position:relative;
    width:400px;
    margin:250px auto;
	padding:60px 0;
    background:#FFF;
    border-radius:.4rem .4rem .4rem .4rem;
    text-align:center;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility:hidden;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    transition-duration:0.3s
}
.cd-popup-container p {font-size:18px;margin-top:30px;color:#999}
.cd-popup-container p span {color:#333}
.cd-popup-close{position:absolute;right:10px;top:10px; z-index:10;width:auto;height:1.25rem; display:block;font-size:18px;color:#999;font-family:"微软雅黑"}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

.top-nav {width:100%;height:53px;background:#4B494A}
.top-nav .topsearch {float:left;width:216px;position:relative}
.top-nav .topsearch h2.tt {height:53px;background:#E92100;color:#fff;position:relative;width:216px; line-height:53px}
.top-nav .topsearch h2.tt span {padding:0 0 0 20px;font-size:20px}
.top-nav .topsearch h2.tt i {font-size:20px;color:#eee;line-height:53px;float:right;margin-right:30px}
.top-nav .topsearch .form1 {width:216px;background:#fff;box-shadow:0 1px 2px #666;padding:10px 0;display:none;position:absolute;z-index:999;top:53px;left:0}
.top-nav .topsearch .form1 th {padding-left:10px;text-align:right;padding-right:5px;padding:8px 5px 8px 12px;line-height:28px}
.top-nav .topsearch .form1 td {vertical-align:middle}
.top-nav .topsearch .form1 .text1 {width:137px;height:28px;border:1px solid #999;padding:0}
.top-nav .topsearch .form1 .btn1 {width:184px;height:35px;background:url("../images/topsearch_btn.gif")/*tpa=http://www.yanyizc.com/images/topsearch_btn.gif*/ no-repeat;border:0;margin-left:15px;margin-top:10px;cursor:pointer}

.top-nav .nav {float:left;width:984px}
.top-nav .nav li {float:left}
.top-nav .nav li a {display:block;width:109px;height:53px;line-height:53px;text-align:center;font-size:14px;color:#fff;transition:all 0.3s}
.top-nav .nav li a.cur,.top-nav .nav li a:hover {background:#333}

.fullSlide {
	width:100%;
	position:relative;
	height:432px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	width:100%
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:432px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:432px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:16px;
	height:2px;
	margin:1px;
	overflow:hidden;
	background:#EE0E51;
	color:#fff;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:16px;
}
.fullSlide .hd ul .on {
	background:#EE0E51;
	filter:alpha(opacity=100);
	opacity:1;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url("../images/slider-arrow.png")/*tpa=http://www.yanyizc.com/images/slider-arrow.png*/ -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0;
	background-position:-6px -137px;
}

.title_in {border-bottom:1px solid #ddd;width:100%;margin:30px auto}
.title_in h2 {font-size:22px;color:#333;background:#F6F6F6;font-weight:100;width:180px;text-align:center;margin:20px auto;margin-bottom:-8px}
.title_in h2 span {font-size:12px}

.type_in {position:relative;overflow:hidden}
.type_in .title_in {margin-bottom:40px;margin-top:40px}
.type_in .list li {float:left;width:228px;margin-right:15px;background:#fff}
.type {margin-bottom:50px}
.type .list ul {margin-left:-15px}
.type .list li {margin-right:0;margin-left:15px;margin-bottom:15px;transition:all 0.3s}
.type .list li:hover {box-shadow:0 5px 20px #999}
.type .list li:hover p {background:#e92100}
.prolist_in .list li {width:224px}
.type_in .list li .pic {display:block;width:228px;height:187px;overflow:hidden}
.prolist_in .list li .pic {width:224px;height:183px}
.type_in .list li p {background:#313131;padding:10px;transition:all 0.3s}
.type_in .list li p b {font-size:16px;color:#fff;display:block;font-weight:100;overflow:hidden;text-overflow:ellipsis; white-space:nowrap}
.type_in .list li p span {font-size:10px;color:#999;transition:all 0.3s}
.type_in .list li a:hover p {background:#E92100}
.type_in .list li a:hover p span {color:#fff}

.type_in .next,.type_in .prev {width:45px;height:45px;background:#4B494A;position:absolute;top:50%;text-align:center;font-size:22px;color:#fff;line-height:45px;transition:all 0.3s;opacity:0.3}
.type_in .next i,.type_in .prev i {line-height:45px}
.type_in .next {left:0}
.type_in .prev {right:0}
.type_in .next:hover,.type_in .prev:hover {background:#E92100;opacity:1}

a.more_in {width:260px;height:42px;display:block;line-height:42px;text-align:center;font-size:12px;color:#999;border:1px solid #999;margin:30px auto;transition:all 0.36s;position:relative}
a.more_in i {position:absolute;width:100%;height:100%;text-align:center;line-height:42px;left:0;top:0;font-style:normal;z-index:2;transition:all 0.36s}
a.more_in:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#E92100;
	z-index:1;
	width:0;
	transition:all 0.36s ease
	}
a.more_in:hover {border:1px solid #E92100;color:#fff}
a.more_in:hover:before {width:100%}

.about_in {position:relative;margin-top:70px}
.about_in .img {position:absolute;top:-50px;left:0}
.about_in .r {width:610px;background:#fff;height:270px;padding-left:470px;padding-right:30px}
.about_in .tt {font-size:20px;margin:20px 0 10px;line-height:50px;color:#333;position:relative}
.about_in .tt span {color:#E92100;font-size:22px;padding-right:10px; vertical-align:top}
.about_in .tt a.a1 {position:absolute;border-radius:50px;width:35px;height:35px;background:#E92100;color:#fff;text-align:center;top:0;transition:all 0.3s}
.about_in .tt a.a1 i {line-height:35px;font-size:14px}
.about_in .tt a.feed {right:0}
.about_in .tt a.weixin {right:45px}
.about_in .tt a.qq {right:90px}
.about_in .tt a.a1:hover {background:#333}
.about_in .txt {line-height:24px;color:#666}
.about_in a.more_in {width:145px;margin:30px 0;height:35px;line-height:35px}
.about_in a.more_in i {line-height:35px}

.about_ad {margin-top:60px}
.about_ad .bg {width:100%;height:213px;background:#D00020;margin-top:40px}
.about_ad .bg .pic2 {float:left;margin-top:45px}
.about_ad .bg .txt {float:left;margin-top:45px;margin-left:85px}
.about_ad .bg .txt p,.about_ad .bg .txt p a {font-size:14px;color:#E88090}
.about_ad .bg .txt h4 {font-size:31px;font-family:helvet;color:#fff;font-weight:inherit;line-height:40px}
.about_ad .bg .txt a.btn {display:block;width:102px;height:24px;margin-top:20px;border:1px solid #E88090;position:relative;border-radius:20px;transition:all 0.3s}
.about_ad .bg .txt a.btn:before {
    font-family:icomoon;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    transition:all .36s ease;
    content:"\e90f";
    color:#E88090;
    position:absolute;
    top:50%;
	top:2px\9;
	left:40%;
    font-size:20px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.about_ad .bg .txt a.btn:hover {background:#fff;border:1px solid #fff}
.about_ad .bg .w1200 {position:relative}
.about_ad .pic1 {width:446px;height:132px;background:url("../images/about_ad1.jpg")/*tpa=http://www.yanyizc.com/images/about_ad1.jpg*/ no-repeat}
.about_ad .bg .pic3 {position:absolute;right:0;bottom:-213px}

.pro_in .title_in h2 {width:220px}
.pro_in .list ul {margin-left:-15px}
.pro_in .list li {margin-left:15px;margin-bottom:15px;margin-right:0}
.pro_in .list li p {background:#fff;border-top:1px solid #ccc}
.pro_in .list li p b {color:#333}
.pro_in .list li a:hover p {background:#E92100}
.pro_in .list li a:hover p span,.pro_in .list li a:hover p b {color:#fff}

.brand_in {background:#333;width:100%;overflow:hidden;padding:50px 0 38px;margin-top:20px}
.brand_in .list {position:relative}
.brand_in .list a.tt {position:absolute;width:347px;height:63px;left:50%;margin-left:-173px;top:20px}
.brand_in .list ul {margin-left:-12px}
.brand_in .list li {float:left;width:190px;height:99px;margin-left:12px;margin-bottom:12px}

.app_in {width:100%;overflow:hidden;padding-bottom:50px}
.app_in .title_in {margin:40px auto 50px}
.app_in .tablist {margin-top:40px}
.app_in .tablist .Menubox {float:right;width:370px;position:relative;border-left:1px solid #e9e9e9;background:#fff}
.app_in .tablist .Menubox .sPrev,.app_in .tablist .Menubox .sNext {
	position:absolute;
	width:50px;
	height:20px;
	background:url("../images/toploop_icon.gif")/*tpa=http://www.yanyizc.com/images/toploop_icon.gif*/ no-repeat;
	background-position:0 0;
	top:305px;
	left:50%;
	cursor:pointer;
	margin-left:-25px
	}
.app_in .tablist .Menubox .sNext:hover {background-position:0px -20px}
.app_in .tablist .Menubox .sPrev {top:-25px;background-position:-50px 0}
.app_in .tablist .Menubox .sPrev:hover {top:-25px;background-position:-50px -20px}
.app_in .tablist .Menubox li {
	width:370px;
	height:100px;
	overflow:hidden;
	border-bottom:1px solid #e9e9e9;
	transition:all 0.3s
	}
.app_in .tablist .Menubox li .box {width:310px; margin-left:30px;color:#505458;height:79px;padding-top:20px}
.app_in .tablist .Menubox li .pic {display:block;width:60px;height:60px;float:left;border-radius:50px;overflow:hidden}
.app_in .tablist .Menubox li .box .text {width:235px;float:right;padding-top:5px; line-height:24px}
.app_in .tablist .Menubox li .box .text h4 {font-size:14px}
.app_in .tablist .Menubox li.on {background:#E92100}
.app_in .tablist .Menubox li.on .box {color:#fff}
.app_in .tablist .bd {width:830px; float:left}
.app_in .tablist .bd .infoList {width:806px;height:252px;padding:24px 0 24px 24px;background:#fff;overflow:hidden}
.app_in .tablist .bd .infoList img {float:left}
.app_in .tablist .bd .infoList .txt {float:left;margin-left:40px;width:360px;padding:0}
.app_in .tablist .bd .infoList .txt .tt {color:#333;font-size:18px;line-height:50px}
.app_in .tablist .bd .infoList .txt .text {font-size:13px;color:#9F9F9F;line-height:24px;margin:5px 0;height:125px;overflow:hidden}
.app_in .more_in {width:150px;height:35px;line-height:35px;margin:20px 0}
.app_in .more_in i {line-height:35px}

.news_in {background:url("../images/news_bg.gif")/*tpa=http://www.yanyizc.com/images/news_bg.gif*/ no-repeat center;width:100%;height:488px;overflow:hidden}
.news_in div.li {float:left;width:340px;padding:20px;background:#fff;margin-top:60px;margin-right:30px}
.news_in div.li h2.tt {font-size:18px;font-weight:100;color:#333;border-bottom:1px solid #ccc;padding-bottom:15px}
.news_in div.li h2.tt span {font-size:12px;color:#999;margin-left:10px}

.news_in div.li li {width:100%;border-bottom:1px dashed #ccc; padding:12px 0;overflow:hidden}
.news_in div.li li .pic {display:block;float:left;width:85px;height:55px;overflow:hidden}
.news_in div.li li .txt {float:left;width:225px;padding:0 15px}
.news_in div.li li .txt h4 {font-size:14px;color:#666; white-space:nowrap;overflow:hidden; text-overflow:ellipsis;line-height:30px;transition:all 0.3s}
.news_in div.li li .txt p {font-size:12px;color:#999; white-space:nowrap;overflow:hidden; text-overflow:ellipsis;line-height:22px}
.news_in div.li li a:hover .txt h4 {color:#E92100}
.news_in div.li .more_in {width:159px;height:32px;margin:20px auto 0}
.news_in div.li .more_in i {line-height:32px}

.news_in div.li1 {margin-right:0}
.news_in div.li1 li .txt {float:none;width:100%;padding:0;height:55px}
.news_in div.li1 li .txt h4 {background:url("../images/news_icon1.gif")/*tpa=http://www.yanyizc.com/images/news_icon1.gif*/ no-repeat left; padding-left:35px;line-height:32px}
.news_in div.li1 li .txt p {background:url("../images/news_icon2.gif")/*tpa=http://www.yanyizc.com/images/news_icon2.gif*/ no-repeat left; padding-left:35px;line-height:32px}

.hezuo_in {padding-bottom:50px;margin-top:40px;position:relative}
.hezuo_in .title_in {margin-bottom:40px}
.hezuo_in .list {border-left:1px solid #E4E4E4;border-bottom:1px solid #eee}
.hezuo_in .list li {float:left;width:199px;height:106px;background:#fff;border-right:1px solid #E4E4E4;border-bottom:1px solid #ddd;box-shadow:0 1px #ddd}
.hezuo_in .prev,.hezuo_in .next {font-size:22px;color:#666;position:absolute;top:115px}
.hezuo_in .prev {right:-20px}
.hezuo_in .next {left:-20px}

.foot {width:100%; background:#333;padding:40px 0}
.foot h2.tt {font-size:18px;color:#fff;font-weight:100}
.foot .l {width:325px}

.foot .l a {font-size:12px;color:#ababab;line-height:28px}
.foot .l a:hover {color:#e92100}
.foot .l a.qq {display:block;width:30px;height:30px;border:1px solid #999;color:#999;text-align:center;border-radius:50px;float:left;margin-right:10px;margin-top:20px;transition:all 0.3s}
.foot .l a.qq i {line-height:30px}
.foot .l a.qq:hover {background:#E92100;border:1px solid #E92100;color:#fff}
.foot .l p.p1 {color:#ccc;margin-bottom:10px}
.foot .l p.p1 i {font-size:24px;color:#999; vertical-align:middle;width:30px;text-align:center}

.foot .c {float:left;width:225px;margin-left:40px}
.foot .c h2.tt {margin-bottom:20px}
.foot .c li a{line-height:28px;color:#ccc}
.foot .c li a:hover {color:#E92100}

.foot .r {width:585px}
.foot .r h2.tt {margin-bottom:30px}
.foot .r .text1 {width:163px;height:38px; line-height:38px; padding:0 10px;margin:0;background:#333;color:#fff;margin-left:15px;border:1px solid #555;font-size:12px;font-family:"微软雅黑","宋体"}
.foot .r .text2 {margin-left:0;width:563px;height:106px;margin-top:15px}
.foot .r .btn1 {width:116px;height:40px;background:#E92100;color:#fff;border:0;padding:0;margin-top:15px; cursor:pointer;transition:all 0.3s}
.foot .r .btn1:hover {background:#FF3817}

.copyright {height:50px; line-height:50px; text-align:center;font-size:12px;color:#666}
.copyright a {color:#E92100}
.copyright a:hover {text-decoration:underline}

.l_inner {width:230px;margin-top:30px;margin-bottom:60px;float:left}
.l_inner .tt {
	display:block;
	background:#333;
	width:230px;
	height:80px;
	text-align:center;
}
.l_inner .tt h2 {
	font-size:22px;
	color:#fff;
	padding-top:14px;
	font-weight:100
}
.l_inner .tt h3 {
	font-size:12px;
	color:#fff;
	font-family:'Arial';
	margin-top:5px;
	opacity:0.6;
	font-weight:100
}
.pro_left {width:100%;background:#fff;box-shadow:0 5px 10px #ddd}
.pro_left ul {padding:10px}
.pro_left ul li {border-bottom:1px dashed #ddd;transition:all 0.3s;padding:0 10px}
.pro_left ul li i {font-size:14px;margin-right:10px;transition:all 0.3s}
.pro_left ul li a{line-height:40px;font-size:14px;color:#666;transition:all 0.3s;display:block}
.pro_left ul li.cur,.pro_left ul li:hover {background:#E92100;color:#fff}
.pro_left ul li.cur a,.pro_left ul li:hover a {color:#fff}
.pro_left ul li.cur i,.pro_left ul li:hover i {margin-left:10px}

.con_left {margin-top:30px;box-shadow:0 5px 10px #ddd}
.con_left .tt {height:60px;background:url("../images/pro_bg.gif")/*tpa=http://www.yanyizc.com/images/pro_bg.gif*/ no-repeat;}
.con_left .tt h2 {font-size:16px;padding-top:11px}
.con_left .tt h3 {margin-top:3px}

.con_left .list {
	padding:15px 10px 15px 10px;
	background:#fff;
	text-align:center;
}
.con_left .list > span {
	border:1 solid #d3d3d3;
	width:208px;
	height:78px;
	display:block;
}
.con_left .list h2 {
	font-size:14px;
	color:#666;
	margin-top:10px;
	font-weight:100
}
.con_left .list h3 {
	font-size:24px;
	color:#E92100;
	font-family:'Tahoma';
	padding-bottom:3px;
	font-weight:100
}
.con_left .list h4 {
	font-size:14px;
	color:#666;
	margin-top:10px;
	font-weight:100
}
.con_left .list h5 {
	font-size:14px;
	color:#666;
	margin-top:10px;
	padding-top:5px;
	font-weight:100;
	border-top:1px dashed #e5e5e5
}
.con_left .list p {
	font-size:13px;
	color:#666;
	margin-top:5px;
	line-height:26px;
}

.r_inner {width:943px;margin-top:30px;float:right;margin-bottom:60px}
.website {height:60px; line-height:60px;padding:0 30px;overflow:hidden;background:#fff;margin:15px auto;box-shadow:0px 1px 1px #ddd}
.r_inner .website {margin-top:0}
.website h2 {float:left;font-size:18px;color:#333;font-weight:100}
.website p {float:right;color:#666}
.website p a {color:#E92100}
.website p a:hover {text-decoration:underline}

.prodetail {background:#fff;padding:20px}
.prodetail .pic {width:400px;border:1px solid #ddd;padding:10px}
.prodetail .r {width:440px}
.prodetail .r h1 {font-size:18px;color:#333;line-height:50px}
.prodetail .r table th {width:20%;background:#f7f7f7;color:#777;border-bottom:1px solid #fff}
.prodetail .r table td {width:30%;padding:10px 0;color:#333;border-bottom:1px solid #fff}
.prodetail .r table span {padding:10px}
.prodetail .r .tel {display:inline-block;padding:10px 20px; background:#e92100;color:#fff;font-size:14px;border-radius:10px;margin-top:30px}

.prodetail h2.tt,.brand_detail h2.tt {font-size:16px;color:#666;border-bottom:1px solid #ccc; line-height:40px;}
.prodetail h2.tt span,.brand_detail h2.tt span {border-bottom:2px solid #333;display:inline-block;padding:0 10px;font-weight:100;color:#333;line-height:40px;margin-top:30px}
.prodetail .xinxi .txt {padding:20px;font-size:14px;line-height:22px;color:#666}
.prodetail .xinxi .txt img {display:block;margin:10px auto;max-width:95%}

.detailist h2.tt {margin-bottom:15px}
.detailist ul {padding-right:10px;}
.detailist ul li {width:20%; float:left;margin-bottom:10px}
.detailist ul li p {padding-left:10px}
.detailist ul li a {display:block;background:#eee;line-height:30px;padding:0 5px;font-size:12px;color:#333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;}
.detailist ul li a:hover {background:#e92100; color:#fff}

.brand .list {margin-left:-30px}
.brand .list li {
	width:277px;
	background:#fff;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	transition:all 0.3s
	}
.brand .list li:hover {box-shadow:0 10px 20px #ccc}
.brand .list li h2.tt {font-size:16px;color:#333;line-height:50px;padding:0 20px}
.brand .list li .txt {font-size:14px;color:#666;line-height:22px;padding:0 20px}
.brand .list li a.more {margin:20px 0px 0;background:#eee;color:#666;display:block;height:40px; line-height:40px;text-align:center;transition:all 0.3s}
.brand .list li a.more:hover {background:#e92100;color:#fff}

.brand_detail {background:#fff;padding:20px}
.brand_detail .img {float:left;margin-right:20px}
.brand_detail .txt {overflow:hidden;font-size:14px;color:#666;line-height:24px}
.brand_detail h1.tt {font-size:18px;color:#333;line-height:60px}

.search .list {background:#fff;padding:20px}
.search .list table {width:100%;border-bottom:1px solid #eee;border-left:1px solid #ddd}
.search .list th,.search .list td {text-align:center; line-height:40px}
.search .list th {background:#e92100;color:#fff;border-right:1px solid #ddd}
.search .list td {border-right:1px solid #ddd;color:#666;transition:all 0.3s}
.search .list tr:nth-child(even) td {background:#eee}
.search .list td a {color:#333;transition:all 0.3s}
.search .list td a:hover {color:#e92100}
.search .list tr:hover td{background:#666;color:#fff}
.search .list tr:hover td a {color:#fff}
.search .form1 {padding:0 20px;font-size:12px;color:#666;padding-bottom:15px}
.search .form1 .text1 {width:135px; height:30px; line-height:30px; border:1px solid #ccc; padding:0 5px;margin-right:20px}
.search .form1 .text2 {width:60px}
.search .form1 .btn {width:85px;height:30px;border:0;padding:0;background:#333;color:#fff; cursor:pointer;transition:all 0.3s}
.search .form1 .btn:hover {background:#e92100;box-shadow:2px 2px 5px #ccc}

.app_list {margin-bottom:50px}
.app_list li {float:left;margin:15px;width:535px;background:#fff;transition:all 0.3s;padding:10px}
.app_list li .pic {display:block;float:left;width:180px}
.app_list li .pic img {width:180px;height:140px}
.app_list li .txt {float:right;width:335px;font-size:12px;line-height:22px;color:#999}
.app_list li .txt h2.tt {font-size:16px;line-height:40px;color:#666}
.app_list li:hover {box-shadow:0 10px 20px #ccc}

.newslist,.newsdetail {background:#fff;padding:20px}
.newslist li {
	overflow:hidden;
	padding:30px 20px;
	border-bottom:1px dashed #ddd
	}
.newslist li .date {
    background:url("../images/newsdatebg.gif")/*tpa=http://www.yanyizc.com/images/newsdatebg.gif*/ no-repeat;
    width:50px;
    height:59px;
    float:left;
	margin-top:10px;
	transition:all 0.3s
	}
.newslist li:hover .date {margin-top:0px}
.newslist li .date span {
    color:#fff;
    font-size:11px;
    display:block;
    text-align:center;
    margin-top:12px
	}
.newslist li .date b {
    display:block;
    font-size:20px;
    color:#333;
    text-align:center
	}
.newslist li .txt {
    font-size:12px;
    line-height:22px;
    color:#999;
    width:793px;
    float:right
	}
.newslist li .tt {
    font-size:16px;
    color:#333;
    display:block;
    margin-bottom:10px
	}
.newslist li .txt a:hover {color:#e92100}
.newsdetail h1.tt {font-size:22px;line-height:60px;border-bottom:1px dashed #ccc;text-align:center}
.newsdetail p.date {line-height:40px; text-align:center;font-size:14px;color:#999}
.newsdetail .txt {font-size:14px;line-height:24px;color:#666;padding:20px}
.newsdetail .txt img {display:block;margin:10px auto;max-width:100%}

.contact,.about {background:#fff;padding:30px}
.contact h1.tt {font-size:18px;line-height:40px;color:#e92100;margin-top:20px}
.contact .txt {line-height:30px;font-size:14px;color:#666}

.about img {display:block;max-width:100%;margin:20px auto}

.banner {background:url("../images/banner_pro3.jpg")/*tpa=http://www.yanyizc.com/images/banner_pro3.jpg*/ no-repeat center top;width:100%;height:280px;overflow:hidden}
.pro_banner {background:url("../images/probanner.jpg")/*tpa=http://www.yanyizc.com/images/probanner.jpg*/ no-repeat center top}
.brand_banner {background:url("../images/brandbanner.jpg")/*tpa=http://www.yanyizc.com/images/brandbanner.jpg*/ no-repeat center top}
.search_banner {background:url("../images/searchbanner.jpg")/*tpa=http://www.yanyizc.com/images/searchbanner.jpg*/ no-repeat center top}
.app_banner {background:url("../images/appbanner.jpg")/*tpa=http://www.yanyizc.com/images/appbanner.jpg*/ no-repeat center top}
.news_banner {background:url("../images/newsbanner.jpg")/*tpa=http://www.yanyizc.com/images/newsbanner.jpg*/ no-repeat center top}
.about_banner {background:url("../images/aboutbanner.jpg")/*tpa=http://www.yanyizc.com/images/aboutbanner.jpg*/ no-repeat center top}
.con_banner {background:url("../images/contactbanner.jpg")/*tpa=http://www.yanyizc.com/images/contactbanner.jpg*/ no-repeat center top}
.type_banner {background:url("../images/typebanner.jpg")/*tpa=http://www.yanyizc.com/images/typebanner.jpg*/ no-repeat center top}
.page {
	text-align:center;
	width:100%;
	overflow:hidden;
	margin:15px auto 50px;
	background:#fff;
	padding:10px 0
	}
.page a, .page .current, .page span {
	display:inline-block;
	background:#fff;
	font-size:12px;
	color:#A9A9A9;
	padding:10px 15px;
	}
.page a i {font-size:17px}
.page a:hover {color:#ee0e51}
.page .current {
	background:#E92100;
	color:#fff;
	}
.page .page_body {
	color:#a9a9a9;
	font-size:12px;
	padding-left: 5px;
	}
/* 漂浮的客服 */
#online_support_main { z-index:9999; position:absolute; display:block; overflow:hidden; width:112px; zoom:1; font-family:"arial","微软雅黑";}
#online_support_title { height:42px; background:url("../images/online_support_title.png")/*tpa=http://www.yanyizc.com/images/online_support_title.png*/ no-repeat top center; cursor:pointer; padding:44px 0 0; }
#online_support_title h1 { font-size:14px; line-height:15px; color:#fff; text-align:center; padding:8px 0 0 0; *font-family:"微软雅黑"; height:15px; background:#f00; border-top-left-radius:12px; border-top-right-radius:12px; }
#online_support_title h2 { font-size:9px; height:10px; line-height:10px; color:#fff; text-align:center; background:#f00; padding:0 0 8px; border-bottom:1px solid #f00; }

#online_support_body { background:#f00; color:#fff; border-top:1px solid #f00; }
#online_support_body a { color:#fff; }
#online_support_body a:hover { text-decoration:none; }
#online_support_body h1 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal; border-bottom:1px solid #f00; border-top:1px solid #f00; }
#online_support_body h1 a { background:url("../images/qq.png")/*tpa=http://www.yanyizc.com/images/qq.png*/ no-repeat left center; padding:0 0 0 20px; }
#online_support_body h2 { line-height:25px; height:25px; padding:0 0 2px 7px; border-bottom:1px solid #f00; border-top:1px solid #f00; }
#online_support_body h2 img { padding:2px 0 3px 0; width:80px; height:20px; margin-left:-4px; }
#online_support_body h3 { line-height:25px; height:25px; padding:0 0 2px 7px;  border-bottom:1px solid #f00; border-top:1px solid #f00; }
#online_support_body h3 img { padding:2px 0 2px 1px; width:68px; height:21px; }
#online_support_body h4 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal; background:url("images/s_bor.jpg")/*tpa=http://www.yanyizc.com/css/images/s_bor.jpg*/ repeat-x left bottom; }
#online_support_body h4 a { background:url("images/msn.png")/*tpa=http://www.yanyizc.com/css/images/msn.png*/ no-repeat left center; padding:0 0 0 20px; }
#online_support_body h5 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal;  border-bottom:1px solid #f00; border-top:1px solid #f00; }
#online_support_body h5 a { background:url("images/skype.png")/*tpa=http://www.yanyizc.com/css/images/skype.png*/ no-repeat left center; padding:0 0 0 20px; }

#online_contact { background:#f00; color:#fff;  border-bottom:1px solid #f00; border-top:1px solid #f00; }
#online_contact h1 { padding:6px 0 0 6px; height:20px; line-height:20px; font-size:14px; }
#online_contact h2 { padding:0 0 7px 7px; height:15px; line-height:15px; font-size:14px; }
#online_contact h3 { padding:0 0 0 6px; height:56px; line-height:28px; font-size:14px; border-bottom:1px solid #f00; border-top:1px solid #f00; background:#f00; }

#online_support_bottom { height:17px; background:#f00; border-bottom-left-radius:12px; border-bottom-right-radius:12px; border-top:1px solid #f00; }