@charset "utf-8";
/* 若溪Ruocy ruocy.cn */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, th, td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body, td, th {
	color: #444;
	font-family: "微软雅黑";
	font-size: 14px;
}
body {
	background: #f2f2f2;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li, dt, dd {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
a:hover {
	color: inherit; /*color:#2c88d8;*/
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
.maincontent {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	overflow: auto;
	zoom: 1;
}
.header {
	height: 80px;
	width: 100%;
	min-width: 1200px;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}
.header .header_Ruocy {
	height: 80px;
	width: 1200px;
	margin: 0 auto;
}
.header_Ruocy .logo {
	margin-top: 9px;
	width: 210px;
	height: 62px;
	background: url(../images/logob.png) 0 0 no-repeat;
	display: inline-block;
	float: left;
	text-indent: -10000px;
}
.header_Ruocy .tel {
	margin-top: 28px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #ffffff;
	padding-left: 20px;
    margin-left:30px;
	background: url(../images/telw.png) left center no-repeat;
	display: inline-block;
	font-family: Arial;
	float: left;
}
.header_Ruocy .en {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 25px!important;
	color: #ffffff;
	padding-left: 10px;
	float: right;
}

.header_Ruocy .nav {
	height: 70px;
	line-height: 60px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}
.nav li {
	height: 70px;
	width: 90px;
	text-align: center;
	margin-left: 12px;
	float: left;
}
.nav li a {
	height: 60px;
	width: 90px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	background: url(../images/nav_bg.png) 0 -70px no-repeat;
}
.nav li:nth-of-type(1) {
	margin-left: 0 !important;
}
.header_rc {
	height: 80px;
	width: 100%;
	min-width: 1200px;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
}
.header_rc .header_Ruocy {
	height: 80px;
	width: 1200px;
	margin: 0 auto;
}
.header_rc .header_Ruocy .logo {
	margin-top: 9px;
	width: 210px;
	height: 62px;
	background: url(../images/logoc.png) 0 0 no-repeat;
	display: inline-block;
	float: left;
	text-indent: -10000px;
}
.header_rc .header_Ruocy a.logo:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 350px;
	top: 0;
	left: 0px;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg)
}
.header_rc .header_Ruocy a.logo:hover::before {
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	transition: left 2s;
	left: 500px;
}
.header_rc .header_Ruocy .tel {
	margin-top: 28px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #d7000f;
	padding-left: 20px;
    margin-left:30px;
	background: url(../images/tel.png) left center no-repeat;
	display: inline-block;
	font-family: Arial;
	float: left;
}
.header_rc .header_Ruocy .en {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 25px!important;
	color: #545454;
	padding-left: 10px;
	float: right;
}
.header_rc .header_Ruocy .nav {
	height: 70px;
	line-height: 60px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}
.header_rc .nav li {
	height: 70px;
	width: 90px;
	text-align: center;
	margin-left: 12px;
	float: left;
}
.header_rc .nav li a {
	height: 60px;
	width: 90px;
	padding-top: 10px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	background: url(../images/nav_bg.jpg) 0 -70px no-repeat;
}
.header_rc .nav li a:hover, .header_rc .nav li a.hover {
	color: #ffffff;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
}
.header_rc .nav li:nth-of-type(1) {
	margin-left: 0 !important;
}
.menu {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 80px;
	background: url(../images/ejbg.png) repeat-x;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	overflow: hidden;
}
.menu .cont {
	width: 1200px;
	margin: 0 auto;
}
.menu_left {
	width: 176px;
	height: auto;
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	padding-left: 29px;
	text-align: left;
	font-weight: bold;
}
.menu_list {
	width: 910px;
	height: auto;
	float: right;
	text-align: left;
}
.nav li .menu_list li {
	width: auto;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin: 0px 15px;
}
.nav li .menu_list li a {
	font-size: 14px;
	color: #fff;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 60px;
	background: none;
	position: relative;
}
.nav li .menu_list li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease-out;
}
.nav li .menu_list li:hover a:after {
	width: 100%;
}
.nav li .menu_list li a:hover {
	background: none;
}
.nav li.next .menu {
	height: 60px;
}
.nav li.next a {
	background: url(../images/nav_bg.png) 0 0 no-repeat;
}
.header_rc .menu {
	background: #fff;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	border-top: 1px solid #eee;
}
.header_rc .nav li .menu_list li a {
	font-size: 14px;
	color: #333;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 60px;
	background: none;
	position: relative;
}
.header_rc .nav li .menu_list li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-out;
	background: -webkit-linear-gradient(left, #d40311, #ff3300);
	background: -moz-linear-gradient(left, #d40311, #ff3300);
	background: -o-linear-gradient(left, #d40311, #ff3300);
	background: linear-gradient(left, #d40311, #ff3300);
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#d40311, endColorStr=#ff3300);
}
.header_rc .nav li .menu_list li:hover a:after {
	width: 100%;
}
.header_rc .nav li.next a {
	color: #fff;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
}
.header_rc .menu_left {
	background: linear-gradient(to right, #d40311, #ff3300);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	color: transparent;
	display: inline-block;
}
.i_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.i_banner {
	height: 900px;
}
.banner_wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.banner_ruocy {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.i_banner .banner_ruocy {
	padding-top: 72px;
	position: relative;
}
.focusBanner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.focusBanner .bd {
	position: relative;
	z-index: 0;
}
.focusBanner .bd li {
	position: relative;
}
.focusBanner .bd li .img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.i_banner .focusBanner li .img {
	height: 900px;
}
.focusBanner .hd {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBanner .hd li {
	margin: 0 5px;
	height: 6px;
	overflow: hidden;
	width: 40px;
	cursor: pointer;
	display: inline-block;
 *display: inline;
	zoom: 1;
	background-color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.focusBanner .hd .on {
	background-color: #f80021;
}
.i_ban_bg1 {
	background: url(../images/banner1.jpg) top center no-repeat;
}
.i_ban_bg2 {
	background: url(../images/banner2.jpg) top center no-repeat;
}
.i_ban_bg3 {
	background: url(../images/banner3.jpg) top center no-repeat;
}
.ban_txt {
	margin: 0 auto;
	width: 1200px;
	padding-top: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.footer {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	background: #222;
	padding: 30px 0;
	overflow: auto;
	zoom: 1;
}
.bottom {
	margin: 0 auto;
	width: 1200px;
	overflow: auto;
	zoom: 1;
}
.foot_con {
	float: left;
	margin-left: 20px;
	width: 380px;
}
.foot_con dl dt {
	float: left;
	width: 360px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.foot_con dl dd {
	float: left;
	width: 360px;
	line-height: 32px;
	color: #aaaaaa;
	font-size: 14px;
	text-align: left;
}
.foot_con dl dd i {
	margin-right: 5px;
}
.foot_nav {
	float: left;
	margin-left: 20px;
	width: 160px;
}
.foot_nav dl dt {
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.foot_nav dl dd {
	float: left;
	width: 160px;
	height: 32px;
	line-height: 32px;
	color: #aaaaaa;
	font-size: 14px;
	text-align: left;
}
.wxewm {
	float: right;
	width: 128px;
	margin-right: 20px;
	overflow: hidden;
}
.wxewm img {
	width: 128px;
	height: 128px;
}
.wxewm p {
	margin-top: 10px;
	font-size: 14px;
	color: #aeaeae;
	text-align: center;
	line-height: 20px;
}
.copyright {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	line-height: 60px;
	background: #282828;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #c00;
}
.main_bt {
	margin: 0 auto;
	width: 500px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	font-size: 28px;
	color: #000000;
}
.main_bt a {
	color: #000000;
}
.main_bt a:hover {
	color: #cc0000;
}
.main_sub {
	margin: 0 auto;
	width: 500px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 15px;
	color: #363636;
}
.product {
	margin: 0 auto;
	width: 1200px;
	padding: 15px 0;
	height: 460px;
}
.pro-li {
	float: left;
	padding: 0px 10px 20px 10px;
	width: 280px;
}
.pro-li .pro-li-title {
	padding-top: 10px;
	line-height: initial;
	text-align: left;
	padding-left: 10px
}
.pro-li .pro-box {
	padding: 10px;
	padding-bottom: 15px;
	background: #ffffff;
	box-shadow: 0px 3px 6px #eee;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.pro-li .pro-box:hover {
	margin-top: 0px;
	box-shadow: 0px 3px 5px 3px #eee
}
.pro-li .pro-li-title p, .pro-li .pro-li-title p>a>span {
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.pro-li .pro-li-title p>a {
	font-size: 15px;
	color: #333333;
	text-align: center
}
.pro-li .pro-li-title p>a:hover {
	color: #c00;
}
.rc-box {
	position: relative;
	overflow: hidden
}
.rc-box img {
	width: 260px;
	height: 162px;
}
.aboutus {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 500px;
	padding-bottom: 15px;
	margin-top: 20px;
	overflow: hidden;
	background: url(../images/about_bg.jpg) bottom center no-repeat;
}
.about {
	margin: 0 auto;
	width: 1200px;
	height: 360px;
	overflow: hidden;
	margin-top: 30px;
}
.about_tu {
	float: left;
	width: 600px;
	height: 350px;
	overflow: hidden;
}
.about_tu img {
	width: 600px;
	height: 350px;
}
.about_wz {
	float: right;
	width: 570px;
	height: 360px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 15px;
}
.about_info {
	margin: 0 auto;
	width: 550px;
	height: 275px;
	line-height: 30px;
	color: #363636;
	font-size: 15px;
	overflow: hidden;
}
.about_info p {
	text-indent: 2em;
}
.about_more {
	float: right;
	width: 115px;
	height: 40px;
	background: #db0100;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	margin-right: 30px;
}
.about_more a {
	display: block;
	width: 115px;
	height: 40px;
	color: #fff;
}
.about_more:hover {
	display: block;
	width: 115px;
	height: 40px;
	background: #f00;
	color: #fff!important;
}
.news_list {
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 15px;
	margin-top: 20px;
	overflow: hidden;
}
.news_list ul li {
	float: left;
	width: 580px;
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #F0F0F0;
}
.news_list ul li:nth-child(2n) {
	float: right;
}
.news_list ul li .img {
	width: 160px;
	display: inline-block;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.news_list ul li .img img {
	width: 160px;
	height: 100px;
}
.news_list ul li .name {
	line-height: 30px;
	font-weight: normal;
}
.news_list ul li .name a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list ul li .name a:hover {
	color: #f80021;
	transition: all 0.5s ease-out;
	text-decoration: none!important;
}
.news_list ul li .info {
	height: 25px;
	margin: 5px 0 10px 0;
	font-size: 14px;
}
.news_list ul li .info span {
	padding-right: 20px;
	color: #999;
	font-size: 14px;
}
.news_list ul li .info span a {
	color: #999;
	font-size: 14px;
}
.news_list ul li .info span a:hover {
	color: #f80021;
}
.news_list ul li .info i {
	font-size: 14px;
	color: #aaa;
	margin-right: 5px;
}
.news_list ul li .intro {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 48px;
	overflow: hidden;
}
.ruocy-number {
	width: 100%;
	min-width: 1200px;
	background: #f2f2f2;
	position: relative;
	margin-top: 20px;
}
.ruocy-number .number-inner {
	width: 1200px;
	margin: 0 auto;
}
.ruocy-number ul {
	padding: 85px 0;
}
.ruocy-number ul.q:after {
	content: "";
	clear: both;
	display: table;
}
.ruocy-number li {
	float: left;
	width: 239px;
	height: 90px;
	border-left: 1px solid #ddd;
	color: #363636;
	padding-top: 1px;
	text-align: center
}
.ruocy-number li:first-child {
	border: none;
}
.ruocy-number li b {
	font-weight: 400;
	font-size: 45px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px;
}
.ruocy-number li b i {
	font-style: normal;
}
.ruocy-number li b sup {
	position: absolute;
	font-size: 28px;
	right: -15px;
	top: -3px;
}
.ruocy-number li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}
.ruocy-number li p {
	font-size: 16px;
}
.p_banner {
	width: 100%;
	min-width: 1200px;
	height: 400px;
	background: #0066cc;
	overflow: hidden;
	margin-top: 80px;
}
.p_main {
	margin: 0 auto;
	width: 1200px;
	overflow: auto;
	zoom: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p_main2 {
	margin: 0 auto;
	width: 1200px;
	background: #fff;
	overflow: auto;
	zoom: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p_left {
	float: left;
	width: 300px;
	overflow: auto;
	zoom: 1;
}
.p_colm {
	margin: 0 auto;
	width: 300px;
	background: #fff;
	overflow: auto;
	zoom: 1;
	padding: 10px 0;
}
.p_colm h2 {
	margin: 0 auto;
	width: 275px;
	height: 30px;
	line-height: 30px;
	border-left: 5px solid #c00;
}
.p_colm h2 span {
	float: left;
	margin-left: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.colm_con {
	margin: 0 auto;
	width: 240px;
	overflow: hidden;
	margin-top: 5px;
}
.colm_con ul li {
	float: left;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.colm_con ul li a:hover {
	color: #c00;
}
.colm_con ul li i {
	margin-right: 5px;
	font-size:12px;
}
.p_con {
	margin: 0 auto;
	width: 300px;
	background: #fff;
	overflow: auto;
	zoom: 1;
	padding: 10px 0;
	margin-top: 20px;
}
.p_con h2 {
	margin: 0 auto;
	width: 275px;
	height: 30px;
	line-height: 30px;
	border-left: 5px solid #c00;
}
.p_con h2 span {
	float: left;
	margin-left: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.con_con {
	margin: 0 auto;
	width: 290px;
	overflow: auto;
	zoom: 1;
	margin-top: 15px;
}
.con_con ul li {
	float: left;
	width: 290px;
	line-height: 35px;
	font-size: 15px;
	text-align: left;
}
.con_con ul li i {
	margin-right: 5px;
	color: #999;
}
.p_right {
	float: right;
	width: 880px;
	background: #fff;
	overflow: auto;
	zoom: 1;
}
.position {
	margin: 0 auto;
	width: 840px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.position a {
	color: #666;
}
.position a:hover {
	color: #c00;
}
.position i {
	margin-right: 5px;
	color: #999;
}
.position2 {
	margin: 0 auto;
	width: 1160px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.position2 a {
	color: #666;
}
.position2 a:hover {
	color: #c00;
}
.position2 i {
	margin-right: 5px;
	color: #999;
}
.newslist {
	margin: 0 auto;
	width: 840px;
	padding-bottom: 15px;
	overflow: hidden;
}
.newslist ul li {
	float: left;
	width: 840px;
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #F0F0F0;
}
.newslist ul li .img {
	width: 160px;
	display: inline-block;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.newslist ul li .img img {
	width: 160px;
	height: 100px;
}
.newslist ul li .name {
	line-height: 30px;
	font-weight: normal;
}
.newslist ul li .name a {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist ul li .name a:hover {
	color: #f80021;
	transition: all 0.5s ease-out;
	text-decoration: none!important;
}
.newslist ul li .info {
	height: 25px;
	margin: 5px 0 10px 0;
	font-size: 14px;
}
.newslist ul li .info span {
	padding-right: 20px;
	color: #999;
	font-size: 14px;
}
.newslist ul li .info span a {
	color: #999;
	font-size: 14px;
}
.newslist ul li .info span a:hover {
	color: #f80021;
}
.newslist ul li .info i {
	font-size: 14px;
	color: #aaa;
	margin-right: 5px;
}
.newslist ul li .intro {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 48px;
	overflow: hidden;
}
.prolist {
	margin: 0 auto;
	width: 855px;
	padding: 15px 0;
	overflow: hidden;
}
.proli {
	float: left;
	padding: 0px 10px 20px 10px;
	width: 265px;
}
.proli .proli-title {
	padding-top: 10px;
	line-height: initial;
	text-align: left;
	padding-left: 10px
}
.proli .probox {
	padding: 10px;
	padding-bottom: 15px;
	background: #ffffff;
	box-shadow: 0px 3px 6px #eee;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.proli .probox:hover {
	margin-top: 0px;
	box-shadow: 0px 3px 5px 3px #eee
}
.proli .proli-title p, .proli .proli-title p>a>span {
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.proli .proli-title p>a {
	font-size: 15px;
	color: #333333;
	text-align: center
}
.ry-box {
	position: relative;
	overflow: hidden
}
.ry-box img {
	width: 240px;
	height: 150px;
}
.pagenum {
	margin: 15px 20px 35px 20px;
	text-align: center;
}
.pages {
	color: #999;
	_width: 100%;
	_clear: both;
}
.pages a, .pages .cpb {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	margin: 0 5px;
	font-size: 15px;
	color: #000;
}
.pages a:hover {
	background: #eee;
	color: #333;
	border: 1px solid #ddd;
	text-decoration: none;
	font-weight: bold;
}
.pages .cpb {
	font-weight: bold;
	color: #fff;
	background: #0099ff;
	border: 1px solid #0099ff;
}
.detail-article {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 840px;
}
.article-title h2 {
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	font-style: normal;
	color: #363636;
}
.article-author {
	color: #999;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
.data-article {
	line-height: 36px;
	color: #333;
	padding-top: 10px;
	width: 840px;
}
.data-article p {
	text-indent: 0em;
	font-size: 16px;
	width: 840px;
}
.data-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 800px;
	height: auto;
}
.contact {
	margin: 0 auto;
	line-height: 36px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1160px;
	min-height: 300px;
	overflow: hidden;
}
.contact p {
	text-indent: 0em;
	font-size: 16px;
	width: 1160px;
}
.contact p img {
	text-align: center;
	vertical-align: middle;
	max-width: 1100px;
	height: auto;
}
.share {
	margin: 0 auto;
	width: 820px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
	border: 1px dashed #098eef;
	margin-top: 30px;
}
.share span {
	float: left;
	font-size: 15px;
	color: #363636;
	padding-left: 20px;
	font-weight: bold;
}
.pre_next {
	margin: 25px 10px 20px 10px;
	overflow: auto;
	zoom: 1;
	line-height: 30px;
	text-align: left;
	font-size: 15px;
	color: #363636;
}
.pre_next a {
	font-size: 15px;
}
.pre_next a:hover {
	font-size: 15px;
	color: #f80021;
}
.pn_wz {
	font-size: 15px;
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}
.tc-yuyue {
	margin: 0 auto;
	width: 1120px;
	overflow: auto;
	zoom: 1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tc-yuyue label {
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #363636;
	font-size: 16px;
}
.tc-yuyue label em {
	color: #f00;
	margin-right: 5px;
	font-size: 16px;
}
.tc-yuyue .ybox {
	float: left;
	width: 920px;
	height: 60px;
}
.tc-yuyue .ybox input {
	height: 40px;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
}
.tc-yuyue .ybox span {
	margin-left: 20px;
	color: #f00;
	font-size: 14px;
}
.tc-yuyue .ybox2 {
	float: left;
	width: 920px;
	height: 120px;
}
.tc-yuyue .ybox2 textarea {
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
}
.tc-yuyue .ybox3 {
	float: left;
	width: 920px;
	height: 60px;
	margin-top: 15px;
}
.tc-yuyue .ybox3 button {
	height: 40px;
	border: 0px solid #ddd;
	margin-top: 9px;
	padding-left: 10px;
}
.w200 {
	width: 200px;
	border-radius: 3px;
}
.w500 {
	width: 500px;
	border-radius: 3px;
}
.w800 {
	width: 800px;
	border-radius: 3px;
}
.w900 {
	width: 900px;
	border-radius: 3px;
}
.h200 {
	height: 100px;
	border-radius: 3px;
}
.ysub {
	width: 200px;
	line-height: 40px;
	background: #db0100;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	border: 0;
	cursor: pointer
}
