html,body {
	height: 100%;
}

body {
	background: #eeeeee;
/* 	background: rgba(0,0,0,0.03); */
}

.layout {
	position: relative;
	height: auto;
	min-height: 100%;
}

.header_wrap,.content_wrap,.ft_wrap,.footer_wrap,.header_top_wrap,.term_adv
	{
	margin: 0 auto;
	width: 1200px;
}

.content_wrap {
	
}

.ct_section,.ct_sub_section {
	background: #FFF;
	padding: 20px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ct_sub_section {
	padding: 0;
	overflow: hidden;
}

.header {
	margin-bottom: 30px;
}

.header_bg {
	background: #FFF;
	border-bottom: 2px solid #2196cf;
}

.header_wrap {
	height: 75px;
}

.slogo {
	height: 75px;
}

.slogo a {
	display: inline-block;
}

.slogo a img {
	border: none;
}

.slogo img {
/* 	margin-top: 13px; */
	margin-top:35px;
	display: inline-block;
/* 	height: 49px; */
}

.search_wrap {
	margin-top: 30px;
	position: relative;
}

.icon_search {
	position: absolute;
	right: 10px;
	width: 24px;
	height: 24px;
	top: 5px;
	background: url(../img/icon-search.png) no-repeat;
	cursor: pointer;
}

.input_control {
	border: 1px solid #999;
	height: 35px;
	height: 33px\9;
	line-height: 35px;
	padding: 0 40px 0 10px;
	width: 230px;
	display: inline-block;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.search_btn {
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #1492e1;
	color: #FFF;
	display: inline-block;
	border: none;
	float: left;
	font-family: "Arial", "Microsoft YaHei", "sans-serif";
	cursor: pointer;
}

.nav_wrap {
	float: left;
	margin-left: 35px;
	margin-top: 34px;
}

.nav_wrap ul li {
	float: left;
	display: block;
	position: relative;
	width: 115px;
	text-align: center;
}

.nav_wrap ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
}

.nav_wrap ul li:hover {
	/*border-bottom: 4px solid #2196cf;
	box-shadow:0px -1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow:0px -1px 1px rgba(0,0,0,.5);
	-moz-box-shadow:0px -1px 1px rgba(0,0,0,.5); 
	border-bottom:none;
	box-shadow:0px 2px 5px rgba(0,0,0.2);*/
	box-shadow:0px 0px 1px rgba(0,0,0,.5);
	background-color: rgba(0,0,0,0.09);
}

.nav_wrap ul li:hover>a {
	color: #2196cf;
}

.nav_wrap ul li.hv_sub {
	
}

.nav_wrap ul li.hv_sub:hover {
/* 	box-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, .5); */
	border-bottom: none;
}

.nav_wrap ul li .sub_nav {
	position: absolute;
	top: 30px;
	background: #FFF;
	display: none;
	left: 0px;
	width: 100%;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
	border-top: none;
	z-index: 1000;
}

.nav_wrap ul li .sub_nav li {
	float: none;
	height: auto;
	line-height: normal;
}

.nav_wrap ul li .sub_nav li:hover {
	border-bottom: none;
	-webkit-box-shadow:0px -1px 1px rgba(0,0,0,.5);
	-moz-box-shadow:0px -1px 1px rgba(0,0,0,.5);
	box-shadow:0px -1px 1px #fff;
	
}

.nav_wrap ul li .sub_nav li a {
	font-size: 14px;
	padding: 10px 0;
	display: block;
	text-align: center;
}

.nav_wrap ul li .sub_nav li a:hover {
	background: #f5f5f5;
}

.nav_wrap ul li:hover .sub_nav {
	display: block;
}

.left_col {
	width: 645px;
}

.right_col {
	width: 515px;
}

.m15 {
	margin-top: 15px;
}

.m20 {
	margin-top: 20px;
}

.ct_title {
	border-bottom: 1px solid #2196cf;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ct_title h1 {
	float: left;
	font-size: 25px;
	color: #333;
	font-weight: 400;
}

.ct_title a {
	float: right;
	font-size: 15px;
	color: #999;
}

.ct_title a:hover {
	color: #2196cf;
}

.news_list {
	display: block;
}

.news_list dt {
	margin-bottom: 15px;
	margin-top: 10px;
}

.news_list:first-child dt {
	margin-top: 0;
}

.news_list dd {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.news_list:last-child dd {
	border-bottom: none;
	padding-bottom: 0;
}

.news_list dt a {
	font-size: 19px;
	font-weight: bold;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list dd .news_list_box {
	overflow: hidden;
}

.news_list dd .news_list_box a {
	float: left;
}

.news_list dd .news_list_box .news_txt {
	margin-left: 205px;
	height: 121px;
	position: relative;
}

.news_list dd .news_list_box .news_txt p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.news_list dd .news_list_box .news_txt .see_btn {
	position: absolute;
	bottom: 3px;
	color: #2196cf;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 2px rgba(153, 153, 153, 1);
	-webkit-box-shadow: 0 2px 2px rgba(153, 153, 153, 1);
	-moz-box-shadow: 0 2px 2px rgba(153, 153, 153, 1);
}

.forum_list {
	position: relative;
	overflow: hidden;
}

.forum_list dt {
	float: left;
	margin-top: 12px;
}

.forum_list:first-child dt {
	margin-top: 0;
}

.forum_list dt a img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #ccc;
}

.forum_list dd {
	margin-left: 89px;
	border-bottom: 1px solid #ccc;
}

.forum_list:last-child dd {
	border-bottom: 0;
}

.forum_list:last-child .forum_ft {
	margin-bottom: 0;
}

.forum_list dd .forum_list_box .forum_txt .forum_title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.forum_list:first-child dd .forum_list_box .forum_txt .forum_title {
	margin-top: 0;
}

.forum_list dd .forum_list_box .forum_txt .a_sub {
	margin: 10px 0;
	overflow: hidden;
	height: 20px;
}

.forum_list dd .forum_list_box .forum_txt .a_sub a {
	color: #2196cf;
	display: inline-block;
}

.icon_v {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../img/icon-v-bank.png) no-repeat;
	display: inline-block;
	margin-top: -3px;
}

.forum_list dd .forum_list_box .forum_txt .forum_p_box {
	color: #666;
	line-height: 22px;
}

.forum_list dd .forum_list_box .forum_txt .forum_img_box {
	color: #666;
	line-height: 89px;
}

.forum_list dd .forum_list_box .forum_txt .forum_img_box img {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 5px;
	max-width: 150px;
	max-height: 89px;
	vertical-align: middle;
}

.forum_ft {
	margin-bottom: 10px;
	margin-top: 10px;
}

.forum_ft span {
	float: left;
	display: inline-block;
	color: #919191;
}

.forum_ft .forum_ft_right i {
	display: inline-block;
	width: 21px;
	height: 13px;
	background: url(../img/icon-eye.png) no-repeat;
	vertical-align: middle;
	margin-top: -3px;
}

.forum_ft .forum_ft_right span {
	margin-left: 15px;
}

.fd_wrap {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.fd_wrap ul.fd_top {
	margin-top: 20px;
}

.fd_wrap ul.fd_top li {
	float: left;
	width: 33.33%;
}

.fd_wrap ul.fd_top li .fd_img_box {
	position: relative;
}

.fd_wrap ul.fd_top li .fd_img_box img {
	margin: 0 auto;
	display: block;
}

.fd_wrap ul.fd_top li .fd_img_box img.current_img {
	transform: scale(1.3);
	transition: all .1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transition: all .1s ease 0s;
}

.fd_wrap ul.fd_top li .fd_img_box .fd_float {
	position: absolute;
	width: 100%;
	bottom: -10px;
	padding: 0 10px;
	display: none;
	z-index: 1000;
}

.fd_wrap ul.fd_top li .fd_img_box .fd_float.current_float {
	display: block;
}

.fd_wrap ul.fd_top li .fd_img_box .fd_float p {
	color: #2196cf;
	font-weight: bold;
}

.fd_wrap ul.fd_top li .fd_img_box .fd_float span {
	font-size: 12px;
	color: #999;
}

.fd_float_footer {
	overflow: hidden;
	margin-top: 8px;
}

.fd_float_footer span:first-child {
	float: left;
	color: #f00 !important;
}

.fd_float_footer span:last-child {
	float: right;
}

.fd_bottom {
	overflow: hidden;
	width: 166px;
	margin: 0 auto;
	margin-top: 40px;
}

.fd_bottom li {
	width: 33.33%;
	float: left;
}

.fd_bottom li span {
	margin: 0 auto;
	display: block;
	width: 42px;
	height: 8px;
	background: #999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.fd_bottom li.current_span span {
	background: #2196cf;
}

.ct_sub_section a {
	
}

.ct_sub_section i {
	display: block;
	background: url(../img/icon-arrow-down.png) no-repeat;
	width: 30px;
	height: 10px;
	margin: 5px auto;
}

.footer {
	background: #262626;
	margin-top: 42px;
}

.footer .footer_wrap {
	overflow: hidden;
	padding: 30px 0;
}

.footer .footer_wrap ul {
	margin-top: 10px;
}

.footer .footer_wrap ul li {
	line-height: 30px;
	color: #fff;
}

.footer .footer_wrap ul li a {
	color: #FFF;
}

.footer .footer_wrap ul li a:hover {
	color: #2196cf;
}

.qr_box {
	height: 109px;
}

.qr_box img {
	display: inline-block;
	margin-right: 10px;
}

.qr_box>div {
	margin-top: 30px;
}

.qr_box p {
	text-align: center;
	color: #FFF;
}

.footer_bottom {
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}

.swiper-container {
	width: 1200px;
	height: 350px;
}

.swiper-img {
	border-radius: 30px;
	width: 50%;
	max-width: 600px;
	max-height: 310px;
	height: auto;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .75);
}

.swiper-container img {
	display: inline;
}

.chanpinLeft {
	width: 820px;
	float: left;
}

.daohang h3 {
	line-height: 30px;
	color: #666;
	margin-top: -23px;
}

.kaifa {
	width: 820px;
	background: #FFF;
	padding: 20px 30px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.kaifa h4 {
	color: #2196cf;
	font-size: 18px;
	line-height: 25px;
}

.kaifa p {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-top: 5px;
	font-family: "Arial", "Microsoft YaHei", "sans-serif";
}

.tab-list {
	width: 820px;
	margin-top: 10px;
}

.tab-list ul {
	overflow: hidden;
	height: 68px;
}

.tab-list ul>li {
	float: left;
	width: 90px;
	height: 55px;
	background: #eee;
	text-align: center;
	margin-right: 1px;
	position: relative;
}

.tab-list ul li.current {
	width: 90px;
	height: 68px;
	color: #fff;
	background: url("../img/tabhover.png") no-repeat center center;
	margin-top: -2px;
}

.tab-list ul li.current a {
	color: #fff;
}

.tab-list ul li a {
	color: #000;
	height: 55px;
	line-height: 55px;
}

.tab-list ul li:nth-child(5) {
	width: 400px;
}

.content_main {
	width: 820px;
	margin-top: 20px;
}

.content-list {
	width: 820px;
	background: #FFF;
	overflow: hidden;
	margin-top: 10px;
	padding: 20px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.content-list>a {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 320px;
	height: 180px;
}

.content-list>a>img {
	width: 100%;
	height: 100%; 
}

.content_list_box {
	width: 400px;
	float: right;
}

.content_list_box h3 {
	font-size: 16px;
	line-height: 26px;
}

.icon-list {
	margin-top: 10px;
	height: 30px;
	box-sizing: border-box;
}

.icon-list span {
	float: left;
	display: inline-block;
	color: #919191;
	margin-left: 15px;
	text-align: center;
	position: relative;
	padding-left: 30px;
}

.icon-list span i {
	display: inline-block;
	width: 21px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
}

.icon-list span:nth-child(1) {
	margin-left: 0;
}

.icon-list span:nth-child(1) i {
	background: url(../img/icon-eye.png) no-repeat;
}

.icon-list span:nth-child(2) i {
	background: url(../img/xiaoxi.png) no-repeat;
}

.icon-list span:nth-child(3) i {
	background: url(../img/zan.png) no-repeat;
}

.content_list_box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.list-text {
	position: relative;
}

.list-text p.xiangqing {
	font-size: 12px;
}

.list-text p.xiangqing a {
	font-size: 12px;
	color: #16478a;
	display: inline-block;
	float: right;
	margin-right: 210px;
}

.chanpinRight {
	width: 320px;
	float: right;
}

.denglu {
	background: #fff;
	overflow: hidden;
	width: 320px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.login {
	width: 320px;
	height: 76px;
	padding: 20px 50px;
}

.login button {
	width: 95px;
	height: 36px;
	background: #2196cf;
	float: left;
	margin-right: 10px;
	border: 0;
}

.login button a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}

.login button.register {
	background: #fff;
	border: 1px solid #ccc;
}

.qiandao {
	width: 320px;
	margin: 30px 0;
	position: relative;
	text-align: center;
}

.qiandao a {
	display: inline-block;
	background: #2196cf;
	padding-left: 100px;
	width: 280px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

.qiandao .rili {
	width: 69px;
	height: 36px;
	position: absolute;
	left: 85px;
	top: 5px;
}

.hot_new {
	width: 320px;
	padding: 20px 20px;
	overflow: hidden;
	margin-top: 15px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hot_new>a {
	display: block;
}

.hot_new h3 {
	font-size: 24px;
	line-height: 30px;
	height: 40px;
	border-bottom: 1px solid #2297cc;
	padding-bottom: 10px;
}

.newlist-hot {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newlist-hot h4 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-top: 10px;
	position: relative;
}

.newlist-hot p {
	color: #444444;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 10px;
}

.newlist-hot span {
	color: #999;
	font-size: 12px;
}

.newlist-hot i {
	margin-top:8px;
	margin-right:4px;
	position: relative;
	float:left;
	
	background: url(../img/hot.png) no-repeat;
	width: 44px;
	height: 16px;
}

.label-list {
	
}

.label-list span {
	display: inline-block;
	background: #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 13px;
	margin-right: 6px;
	margin-top: 5px;
}

.label-list span:nth-child(1),.label-list span:nth-child(6) {
	color: #fff;
	background: #2297cc;
}

.vedio {
	width: 320px;
	height: 300px;
	background: #fff;
	margin-top: 20px;
}

.breadcrumb {
	height: 40px;
	width: 1200px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	margin-top: -30px;
	background-color: #EEE !important;
	padding: 0 !important;
}

.breadcrumb>span+span:before {
	content: "/ ";
	padding: 0 5px;
}

.concept {
	text-align: center;
	width: 100%;
}

.concept>div {
	width: 1200px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.concept_left {
	width: 820px;
	display: inline-block;
	background-color: #FFFFFF;
	float: left;
	padding: 0 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.concept_left_title {
	width: 100%;
	height: 77px;
	line-height: 77px;
}

.concept_left_title>span:first-child {
	float: left;
	font-size: 18px;
	color: #2196cf;
}

.concept_left_title>span:not(first-child) {
	float: right;
	color: #c4c4c4;
	cursor: pointer;
}

.concept_left_content {
	width: 100%;
}

.concept_left_content>img {
	width: 100%;
	height: auto;
}

.concept_left_footer {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}

.concept_left_footer img {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-left: 5px;
	display: inline-block;
}

.calendar {
	width: 69px;
	height: 36px;
	position: absolute;
	left: 85px;
	top: 8px;
	line-height: 36px;
	color: #16478A;
	text-align: center;
}

.newDetail,.article-comment {
	width: 820px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.newDetail>h3 {
	color: #2196cf;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.item-new .new-header {
	border-left: 3px solid #2297cc;
	height: 16px;
	line-height: 20px;
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
}

.item-new .new-header h4 {
	font-size: 18px;
	color: #333;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2297cc;
}

.item-new>p {
	margin-top: 30px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
}

.item-new img.imgcenter {
	display: block;
	width: 520px;
	height: 287px;
	margin: 10px auto;
}

.dianzan {
	width: 150px;
	position: absolute;
	right: 6px;
	top: 26px;
}

.dianzan span {
	float: left;
	display: inline-block;
	color: #919191;
	margin-left: 15px;
	text-align: center;
	position: relative;
	padding-left: 30px;
}

.dianzan span i {
	display: inline-block;
	width: 21px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
}

.dianzan span:nth-child(1) i {
	background: url(../img/soucang.png) no-repeat;
}

.dianzan span:nth-child(2) i {
	background: url(../img/zan.png) no-repeat;
}

.jianzheng {
	width: 820px;
	margin-top: 10px;
}

.jianzheng>p {
	font-size: 20px;
	text-align: left;
	padding-left: 215px;
}

.jianzheng img {
	display: block;
	margin: 0 auto;
}

.share {
	width: 820px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
}

.share span {
	float: left;
	line-height: 44px;
}

.share img {
	width: 44px;
	height: 44px;
	float: left;
	margin-left: 10px;
}

.article-comment {
	margin-top: 10px;
}

.wenzhang {
	position: relative;
}

.wenzhang>h3 {
	font-size: 20px;
	line-height: 30px;
	height: 40px;
	border-bottom: 1px solid #2297cc;
	padding-bottom: 10px;
	margin-left: 15px;
}

.wenzhang>span {
	width: 3px;
	height: 19px;
	border-left: 3px solid #2297cc;
	margin-right: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
}

.pinglun .imgLeft {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 2px solid #2498cc;
	overflow: hidden;
	margin-left: 10px;
}

.cover-plhu {
	border-bottom: 1px solid #ccc;
}

.pinglun {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 10px;
}

.pinglun .imgLeft img {
	width: 100%
}

.pinglun .comment-right {
	float: right;
	width: 650px;
}

.content-footer ul>li {
	margin-right: 10px;
	float: left;
}

.content-footer ul>li img {
	float: left;
	width: 17px;
	height: 15px;
	margin-right: 10px;
}

.content-footer {
	
}

.content-footer>span i {
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../img/xiaoxi.png) no-repeat;
}

.content-footer>span:nth-child(2) i {
	background: url(../img/zan.png) no-repeat;
}

.comment-right h3 {
	color: #2297cc;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}

.comment-right h3>b {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #e72e2e;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	line-height: 20px;
	text-transform: capitalize;
	font-size: 14px;
}

.comment-right h3>span {
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
	float: right;
	font-size: 20px;
	font-weight: normal;
}

.comment-right p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-right: 28px;
}

.huifu {
	width: 780px;
	background: #eeeeee;
	height: 35px;
	padding-left: 10px;
}

.huifu p {
	color: #666;
	font-size: 18px;
	line-height: 35px;
}

.huifu p>span {
	color: #2297cc;
	font-size: 16px;
}

.huifu p>span.timer {
	color: #999;
}

.answer-pl {
	width: 800px;
}

.answer-pl ul {
	overflow: hidden;
	margin-right: 10px;
}

.answer-pl ul>li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 35px;
}

.reflex {
	width: 100%;
	height: auto;
}

.vote-share {
	width: 780px;
}

.vote-share>img {
	margin: 0 auto;
	display: block;
}

.vote-share>p {
	padding: 10px 20px;
	line-height: 30px;
	font-size: 20px;
}

.vote-list {
	width: 780px;
	overflow: hidden;
}

.vote-list ul {
	width: 780px;
	overflow: hidden;
}

.vote-list ul li.list-item {
	width: 380px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
}

.img-vote {
	width: 380px;
	height: 200px;
	position: relative;
}

.img-vote img {
	width: 380px;
	height: 200px;
}

.img-vote p {
	width: 380px;
	height: 30px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 30px;
	font-size: 20px;
}

.vote-user {
	width: 380px;
}

.vote-user>h4 {
	font-size: 20px;
	color: #666;
	line-height: 30px;
	padding-top: 10px;
}

.vote-user>h4 strong {
	color: #2196cf;
}

.vote-user p {
	color: #999;
	font-size: 16px;
}

.vote-user span {
	text-align: center;
	display: block;
	margin: 10px 0;
	color: #2196cf;
}

.vote-user button.active {
	border-radius: 5px;
	background: #2196cf;
	width: 130px;
	height: 40px;
	margin-left: 125px;
	margin-bottom: 10px;
	color: #fff;
	border: 0;
}

.vote-user button.inactive {
	background: #ccc;
	color: #666;
}

.submit-pr {
	width: 760px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #2196cf;
	text-align: center;
	font-size: 24px;
	margin: 20px 10px;
}

.chanpinRight {
	width: 320px;
	float: right;
	position: relative;
}

.return-top {
	width: 76px;
	height: 100px;
	position: absolute;
	left: 50px;
	top: 1200px;
}

.return-top img {
	width: 76px;
	height: 86px;
}

.return-top span {
	color: #2196cf;
	text-align: center;
	font-size: 22px;
	display: block
}

.header_top {
	background: #333;
}

.header_top_wrap {
	overflow: hidden;
}

.header_top_wrap ul {
	float: right;
}

.header_top_wrap ul li {
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}

.header_top_wrap ul li:last-child {
	margin-right: 0;
}

.header_top_wrap ul li:first-child:before {
	display: none;
}

.header_top_wrap ul li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	background: #999;
	top: 10px;
	left: 0;
}

.header_top_wrap ul li a {
	color: #FFF;
	margin-left: 15px;
	display: inline-block;
}

.header_top_wrap ul li a:hover {
	color: #2196cf;
}

.hd_top_icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.arrow_down {
	background: url(../img/header-top_arrow.png) no-repeat center;
}

.icon_fl {
	background: url(../img/header_top_fl.png) no-repeat center;
}

.icon_gwc {
	background: url(../img/header_top_gwc.png) no-repeat center;
}

.shop_classify {
	overflow: hidden;
	position: relative;
}

.cl_left {
	width: 220px;
	background: #5e5e5e;
	padding: 20px 0;
	float: left;
	min-height: 458px;
}

.cl_left>ul>li {
	height: 40px;
	line-height: 40px;
	background: url(../img/list_go.png) no-repeat 190px center;
	padding: 0 25px 0 35px;
}

.cl_left>ul>li:hover {
	background: #2196cf url(../img/list_go.png) no-repeat 190px center;
}

.cl_left>ul>li:hover .cl_left_sub {
	display: block;
}

.cl_left>ul>li>a {
	color: #FFF;
	display: block;
}

.shop_adv_banner {
	margin-left: 220px;
}

.cl_left_sub {
	position: absolute;
	top: 0px;
	left: 220px;
	background: rgba(255, 255, 255, 1);
	z-index: 1000;
	width: 220px;
	bottom: 0px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
	display: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.cl_left_sub ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.term_adv {
	margin-top: 20px;
}

.term_list {
	overflow: hidden;
	padding: 7px 0;
	background: #5e5e5e;
	width: 220px;
	float: left;
}

.term_list ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	margin: 15px 0;
}

.term_list ul li span {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
}

.term_list ul li>a {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin: 2px 0;
}

.term_list ul li>a:hover {
	color: #2196cf;
}

.grzx {
	background: url(../img/icon-grzx.png) no-repeat center;
}

.wdsc {
	background: url(../img/icon-wdsc.png) no-repeat center;
}

.wddd {
	background: url(../img/icon-dd.png) no-repeat center;
}

.yhq {
	background: url(../img/icon-yhq.png) no-repeat center;
}

.wdxx {
	background: url(../img/icon-xx.png) no-repeat center;
}

.qwmd {
	background: url(../img/icon-tg.png) no-repeat center;
}

.term_right {
	overflow: hidden;
}

.term_right a {
	float: left;
	margin-left: 16px;
}

.term_right a:last-child {
	float: right;
}

.term_right a img {
	display: block;
}

.shop_customization {
	position: relative;
	margin-top: 10px;
}

.cst_header {
	overflow: hidden;
	padding: 15px 0;
}

.cst_header h1 {
	font-size: 22px;
	color: #333;
	float: left;
}

.switch_arrow {
	float: right;
}

.switch_arrow span {
	display: inline-block;
	width: 30px;
	height: 20px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.switch_arrow span:first-child {
	background: #FFF url(../img/switch_arrow-left.png) no-repeat center;
}

.switch_arrow span:last-child {
	background: #FFF url(../img/switch_arrow_right.png) no-repeat center;
}

.cst_list {
	position: relative;
}

.cst_list ul li {
	float: left;
	width: 224px;
	overflow: hidden;
	margin-left: 20px;
}

.bd_top_a {
	border-top: 2px solid #2da4b7;
}

.bd_top_b {
	border-top: 2px solid #6dbb32;
}

.bd_top_c {
	border-top: 2px solid #d9b061;
}

.bd_top_d {
	border-top: 2px solid #a85350;
}

.bd_top_e {
	border-top: 2px solid #ffb239;
}

.cst_list ul li:first-child {
	margin-left: 0;
}

.cst_list ul li a {
	display: block;
	overflow: hidden;
}

.cst_term_box {
	background: #FFF;
	overflow: hidden;
}

.cst_term_box img {
	display: block;
	margin: 15px auto;
}

.cst_term_box img:hover {
	transform: scale(1.1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transition: all .1s ease 0s;
}

.cst_footer {
	text-align: center;
}

.cst_footer a,.cst_footer span {
	display: block;
	line-height: 25px;
}

.cst_footer a {
	font-size: 16px;
	color: #1b2423;
	font-weight: bold;
}

.cst_footer a:hover {
	color: #2196cf;
}

.cst_footer span {
	color: #aeaeae;
	font-size: 12px;
}

.cst_footer span.cst_price {
	font-size: 16px;
	color: #dd0a23;
	margin-bottom: 20px;
}

.bd_crumb {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.bd_crumb ul li {
	float: left;
	padding: 0 10px;
	position: relative;
}

.bd_crumb ul li:first-child {
	padding-left: 0;
}

.bd_crumb ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background: #999;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.bd_crumb ul li:last-child:after {
	display: none;
}

.ps_left_col {
	width: 290px;
	float: left;
}

.ps_infor,.ps_list,.account_infor,.demand_item {
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.infor_box {
	position: relative;
	overflow: hidden;
	background: url(../img/ps_box_bg.png) no-repeat center top;
}

.infor_box a.ps_head {
	display: block;
	overflow: hidden;
	margin: 20px auto;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid #CCC;
}

.infor_box a img {
	width: 100%;
	height: auto !important;
	display: block;
}

.infor_box p,.infor_box span {
	line-height: 28px;
}

.infor_box p {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.infor_box span {
	display: block;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.infor_box span.zw {
	color: #999;
	margin-bottom: 13px;
}

.ps_edit {
	display: block;
}

.ps_edit {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 20px;
	top: 20px;
	background: url(../img/ps_edit.png) no-repeat center;
	z-index: 3;
}

.ps_infor ul {
	overflow: hidden;
}

.ps_infor ul li {
	float: left;
	width: 50%;
	margin: 15px 0;
	padding: 10px 0;
}

.ps_infor ul li span {
	text-align: right;
	color: #999;
}

.ps_infor ul li b {
	text-align: left;
	color: #2196cf;
}

.ps_infor ul li:last-child b {
	color: #ff6666;
}

.ps_infor ul li span,.ps_infor ul li b {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
}

.ps_infor ul li:first-child {
	border-right: 1px solid #CCC;
}

.ps_list ul {
	
}

.ps_list ul li {
	height: 60px;
	line-height: 60px;
	padding-left: 48px;
	border-bottom: 1px solid #f5f5f5;
}

.ps_list ul li.current_psLl {
	background: #2196cf;
}

.ps_list ul li.current_psLl a {
	color: #FFF;
}

.ps_list ul li a {
	display: block;
	color: #666666;
	padding-left: 40px;
	font-size: 16px;
}

.ps_icon {
	background-size: cover;
}

.ps_wdxz {
	background: url(../img/ps_wdxz.png) no-repeat center left;
}

.ps_wdsc {
	background: url(../img/ps_wdsc.png) no-repeat center left;
}

.ps_wdfa {
	background: url(../img/ps_wdfa.png) no-repeat center left;
}

.ps_wdtz {
	background: url(../img/ps_wdtz.png) no-repeat center left;
}

.ps_gcshd {
	background: url(../img/ps_gcshd.png) no-repeat center left;
}

.ps_wtjy {
	background: url(../img/ps_wtjy.png) no-repeat center left;
}

.ps_wdgz {
	background: url(../img/ps_wdgz.png) no-repeat center left;
}

.ps_wdfs {
	background: url(../img/ps_wdfs.png) no-repeat center left;
}

.ps_wddd {
	background: url(../img/ps_wddd.png) no-repeat center left;
}

.ps_cdgl {
	background: url(../img/ps_cdgl.png) no-repeat center left;
}

.ps_wddjq {
	background: url(../img/ps_wddjq.png) no-repeat center left;
}

.ps_wdxx {
	background: url(../img/ps_wdxx.png) no-repeat center left;
}

.ps_wyqdr {
	background: url(../img/ps_wyqdr.png) no-repeat center left;
}

.ps_mdyq {
	background: url(../img/ps_mdyq.png) no-repeat center left;
}

.ps_xgmm {
	background: url(../img/ps_xgmm.png) no-repeat center left;
}

.ps_tjhy {
	background: url(../img/ps_tjhy.png) no-repeat center left;
}
.ps_wdd90{
	background: url(../img/ps_wdd90.png) no-repeat center left;
}
.ps_wdhd{
	background: url(../img/ps_wdhd.png) no-repeat center left;
}

.ps_zbrw{
	background: url(../img/ps_zbrw.png) no-repeat center left;
}

.ps_wdck{
	background: url(../img/ps_wdck.png) no-repeat center left;
}
 
.ps_wdxp{
	background: url(../img/ps_wdxp.jpg) no-repeat center left;
}

.ps_d90xg{
	background: url(../img/ps_d90xg.png) no-repeat center left;
}

.ps_wdxz_white {
	background: url(../img/ps_wdxz_white.png) no-repeat center left;
}

.ps_wdsc_white {
	background: url(../img/ps_wdsc_white.png) no-repeat center left;
}

.ps_wdfa_white {
	background: url(../img/ps_wdfa_white.png) no-repeat center left;
}

.ps_wdtz_white {
	background: url(../img/ps_wdtz_white.png) no-repeat center left;
}

.ps_wdgz_white {
	background: url(../img/ps_wdgz_white.png) no-repeat center left;
}

.ps_gcshd_white {
	background: url(../img/ps_gcshd_white.png) no-repeat center left;
}

.ps_wtjy_white {
	background: url(../img/ps_wtjy_white.png) no-repeat center left;
}

.ps_wdfs_white {
	background: url(../img/ps_wdfs_white.png) no-repeat center left;
}

.ps_wddd_white {
	background: url(../img/ps_wddd_white.png) no-repeat center left;
}

.ps_cdgl_white {
	background: url(../img/ps_cdgl_white.png) no-repeat center left;
}

.ps_wddjq_white {
	background: url(../img/ps_wddjq_white.png) no-repeat center left;
}

.ps_wdxx_white {
	background: url(../img/ps_wdxx_white.png) no-repeat center left;
}

.ps_wyqdr_white {
	background: url(../img/ps_wyqdr_white.png) no-repeat center left;
}

.ps_mdyq_white {
	background: url(../img/ps_mdyq_white.png) no-repeat center left;
}

.ps_xgmm_white {
	background: url(../img/ps_xgmm_white.png) no-repeat center left;
}

.ps_tjhy_white {
	background: url(../img/ps_tjhy_white.png) no-repeat center left;
}

.ps_zbrw_white {
	background: url(../img/ps_zbrw_white.png) no-repeat center left;
}

.ps_wdck_white {
	background: url(../img/ps_wdck_white.png) no-repeat center left;
}

.ps_d90xg_white {
	background: url(../img/ps_d90xg_white.png) no-repeat center left;
}

.ps_right_col {
	margin-left: 310px;
}

.account_infor {
	padding: 20px 0;
}

.account_left {
	overflow: hidden;
	margin-left: 46px;
}

.account_left h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0;
}

.account_left p {
	font-size: 15px;
	line-height: 28px;
}

.account_right {
	overflow: hidden;
	margin-right: 98px;
	margin-top: 20px;
}

.account_right ul li {
	float: left;
	margin-left: 50px;
}

.account_right ul li i {
	display: block;
	width: 76px;
	height: 76px;
}
.account_right ul li i.signonafter {
	background: url(../img/icon_md_signonafter.png) no-repeat center;
}
.account_right ul li i.signon {
	background: url(../img/icon_md_signon.png) no-repeat center;
}

.account_right ul li i.dfk {
	background: url(../img/icon_md_dfk.png) no-repeat center;
}

.account_right ul li i.dsh {
	background: url(../img/icon_md_dsh.png) no-repeat center;
}

.account_right ul li i.dpj {
	background: url(../img/icon_md_dpj.png) no-repeat center;
}

.account_right ul li span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.account_right ul li span b {
	color: #df2b2d;
}

.demand_item ul li {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding-left: 50px;
}

.demand_item ul li dl {
	overflow: hidden;
	margin: 20px 0;
}

.demand_item ul li dl dt {
	float: left;
}

.demand_item ul li dl dt i {
	display: block;
	width: 98px;
	height: 96px;
	margin: 15px 0;
}

.demand_item ul li dl dt i.lg_fsz {
	background: url(../img/icon_lg_fsz.png) no-repeat center;
}

.demand_item ul li dl dt i.lg_dtb {
	background: url(../img/icon_lg_dtb.png) no-repeat center;
}

.demand_item ul li dl dt i.lg_sxjy {
	background: url(../img/icon_lg_sxjy.png) no-repeat center;
}

.demand_item ul li dl dt span {
	font-size: 20px;
	text-align: center;
	display: block;
}

.demand_item ul li dl dd {
	float: left;
	margin-left: 140px;
}

.demand_item ul li dl dd p {
	font-size: 30px;
	line-height: 130px;
	display: block;
}

.demand_item ul li dl dd span {
	font-size: 16px;
}

.contaier-bg {
	width: 780px;
}

.contaier-bg>img {
	width: 780px;
}

.shareCar {
	width: 780px;
	background: url("../img/bg.png") no-repeat;
	background-size: 100%;
	height: 13813px;
}

.tgx {
	position: absolute;
	height: 266px;
	width: 625px;
	left: 108px;
	top: 1361px;
	opacity: 1;
}

.tgx>img,.qdxs>img,.wb>img,.cd>img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: opacity 2s;
}

.qdxs {
	position: absolute;
	height: 477px;
	width: 630px;
	top: 3832px;
	left: 75px;
}

.wb {
	position: absolute;
	height: 520px;
	width: 780px;
	top: 8533px;
	left: 20px;
}

.cd {
	position: absolute;
	height: 459px;
	width: 410px;
	top: 12314px;
	left: 243px;
	opacity: .9;
}

.video {
	position: absolute;
	width: 677px;
	height: 347px;
	left: 70px;
	z-index: 100;
}

.video.video1 {
	top: 11447px;
}

.video.video2 {
	top: 13050px;
}

.video.video3 {
	top: 13652px;
}

.mix-type-right {
	width: 890px !important;
}

.radius-div,.bbs-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bbs-personal-title {
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
	line-height: 50px;
	padding: 0 20px;
}

.bbs-personal-title span {
	font-size: 20px !important;
}

.adv_banner {
	position: relative;
	width: 100%;
	height: 600px;
	background: url(../img/pro/wx-adv-ac.jpg) no-repeat 50% 50%;
}

.common_header_warp {
	margin: 0 auto;
	width: 1200px;
}

.contest_head {
	margin: 20px auto;
}

.contest_head span {
	font-size: 16px;
}

.contest_head span:last-child {
	margin-left: 20px;
}

.contest_time,.active_btn {
	height: 52px;
	line-height: 52px;
}

.active_btn {
	position: relative;
	width: 200px;
	font-size: 20px;
	cursor: pointer;
	border: 2px solid #f36478;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f36478;
}

.active_btn:hover {
	background: #e55065;
}

.active_btn span {
	display: block;
	text-align: center;
	color: #FFF;
}

.active_btn_sub {
	display: none;
	position: absolute;
	z-index: 10;
	top: 52px;
	background: #FFF;
	width: 200px;
	left: -2px;
	border: 1px solid #CCC;
}

.active_btn_sub ul li {
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #CCC;
}

.active_btn_sub ul li:last-child {
	border-bottom: none;
}

.active_btn_sub ul li a {
	display: block;
}

.common_tab_link {
	margin-top: 20px;
	border-bottom: 1px solid #e2e2e2;
	min-width: 1200px;
	position: relative;
}

.common_tab_link ul {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}

.common_tab_link ul li {
	margin: 0 25px;
	height: 68px;
	line-height: 68px;
	display: inline;
}

.common_tab_link ul li a {
	font-size: 16px;
}

.common_tab_link ul li a:hover {
	color: #e40012;
}

.tab_link_current {
	color: #e40012;
}

.common_box {
	border: 1px solid #2196cf;
	padding: 15px 0;
}

.common_left {
	width: 265px;
	height: 190px;
	line-height: 190px;
	float: left;
	text-align: center;
}

.common_left img {
	vertical-align: middle;
}

.common_mid {
	float: left;
	width: 625px;
	margin-top: 30px;
	border-right: 1px solid #CCC;
}

.common_mid h2 {
	font-size: 24px;
	color: #394f6e;
	font-weight: normal;
}

.common_mid p {
	font-size: 16px;
	color: #2196cf;
	line-height: 24px;
	margin-top: 10px;
}

.tsa_btn_a,.tsa_btn_b {
	display: inline-block;
	margin-top: 10px;
}

.tsa_btn_a {
	background: #394f6e;
	color: #FFF;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tsa_btn_b {
	color: #2196cf;
	margin-left: 40px;
}

.common_right {
	float: right;
	padding: 40px;
	width: 288px;
}

.common_right p {
	color: #394f6e;
}

.contest_page {
	margin-top: 30px;
}

.contest_page img {
	display: block;
	margin: 0 auto;
}

.pro_col {
	float: left;
	display: block;
	margin: 0 10px 15px;
	width: 280px;
}

.pro_col:hover .pro_item {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
}

.pro_col:hover .item_pic_shadow {
	display: block;
}

.pro_item {
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.pro_item_pic {
	width: 100%;
	height: 195px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.item_pic_shadow {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	filter: alpha(opacity = 50);
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pro_ft {
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 17px;
	font-size: 12px;
	color: #888;
	padding: 10px;
}

.pro_ft a:hover {
	color: #e40012 !important;
}

.pro_head {
	float: left;
	height: 38px;
	width: 38px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}

.pro_head a img {
	width: 100%;
}

.pro_sm {
	padding-left: 50px;
}

.pro_sm>a {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}

.pro_sm>a:first-child {
	color: #000;
	font-weight: 700;
}

.pro_sm>a:last-child {
	color: #999;
}

.contest_category {
	margin-bottom: 10px;
	border-bottom: none;
}

.category_wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	line-height: 48px;
	height: 0px;
	text-align: right;
}

.catelabel {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -58px;
	z-index: 10;
}

.catelabel span {
	padding: 0 10px;
	pointer-events: auto;
}

.dropicon {
	display: inline-block;
	width: 12px;
	height: 12px;
}

.dropdown {
	background: url(../img/icon-dropdown.png) no-repeat center;
}

.dropup {
	background: url(../img/icon-dropup.png) no-repeat center;
}

.catelist {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.catelist ul {
	float: right;
}

.catelist ul li {
	cursor: pointer;
	float: left;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 5px;
}

.catelist ul li.current_cate {
	background: #e40012;
	color: #FFF;
}

.content-list>a>img {
	width: 100%;
	height: 100%; 
}
