﻿@charset "utf-8";
/* CSS Document */
/* all 2013.12.21*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	font-family: "Arial","微软雅黑";
	background: #fff;
}

form,ul,li,ol,li,dl,dt,dd,img,p,h1,h2,h3,h4,h5,h6,input {
	margin: 0;
	padding: 0;
}

input,select {
	font-size: 12px;
}

img {
	border: 0;
}

ul,li {
	list-style-type: none;
}

b,strong {
	font-weight: bold;
}

/* link 2013.12.21 */
a {
	color: #555;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

.clear {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clearfix {
	content: "";
	clear: both;
	overflow: hidden;
}

.displayno {
	display: none
}

.displaybl {
	display: block;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}
/*导航*/
.index_con {
	position: relative;
	z-index: 100;
	background: #fff;
	min-height: 600px;
}

.index_warp {
	overflow: hidden;
}

.header_scr {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-box-shadow: 0 4px 20px -2px rgba(0,0,0,0.175);
	box-shadow: 0 4px 20px -2px rgba(0,0,0,0.175)
}

header {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5000;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.navbar {
	/*width: 100%;*/
	border: none;
	margin-bottom: 0;
}

.navbar .i_logo {
	/*background: url(../images/header_01.jpg) no-repeat right top;
	background-size: cover;*/
	float: left;
	width: 38%;
}

.navbar .i_logo a {
	/*padding-right: 80px;*/
	display: block;
}

.navbar .i_logo a img{
	max-width: 100%;
    /*height: 56px;*/
    margin: 9px  0;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #ccc;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.head_r {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	width: 60%;
}

.top_phone {
	text-align: right;
	height: 76px;
	line-height: 76px;
	float: right;
	padding-left: 6%;
	padding-right: 0;
}

.top_phone b {
	font-size: 22px;
	color: #df0012;
}

.nav {
	float: right;
}

.nav ul li {
	float: left;
	line-height: 20px;
	position: relative;
	z-index: 999;
}

.nav ul li ul {
	display: none;
	position: absolute;
	background: #000;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width: 130%;
	left: -15%;
	top: 80px;
}

.nav ul li a {
	color: #333333;
	font-size: 16px;
    padding: 30px 13px;
    display: block;
}

.nav ul li:hover a,.nav ul li.select a {
	color: #df0010;
}

.nav li ul li {
	float: none;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.nav li ul li a,.nav  li:hover ul li a {
	display: block;
	background: none;
	border: none;
	color: #fff;
	padding: 0px;
	font-size: 14px;
}

.nav  li:hover ul {
	display: block;
}

.nav  li:hover ul li ul {
	display: none;
}

.nav ul li ul li ul {
	display: none;
	position: absolute;
	left: 80px;
	top: 0px;
}

.nav  li ul li:hover ul {
	display: block;
}
.sy_banner{
	margin-top: 90px;
}
/***************轮播样式**************************/
/* index - banner */
.full_banner {
	clear: both;
	overflow: hidden;
	height: 700px;
	width: 100%;
	margin-top: 60px;
	position: relative;
}

.full_banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.full_banner .bd ul {
	width: 100% !important;
}

.full_banner .bd li {
	width: 100% !important;
	float: left;
	height: 700px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.full_banner .bd li a {
	display: block;
	margin: 0 auto;
	height: 700px;
}

.full_banner .hd {
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.full_banner .hd ul {
	text-align: center;
	padding-top: 5px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -45px;
}

.full_banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 35px;
	height: 2px;
	margin: 5px;
	background: rgba(255,255,255,.5);
	overflow: hidden;
	line-height: 9999px;
}

.full_banner .hd ul .on {
	background: #ff0000;
	height: 5px;
}

.handle {
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -124px;
}

.handle li {
	float: left;
	margin: 0 4px;
}
.business_scr{
	margin-top: 30px;
}

.business_scr:after{
	clear: both;
	display: block;
	content: '';
}

.handle li a {
	display: block;
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.handle li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.handle li a img.h_ico {
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.handle li a:hover {
	background-color: #df0010;
	border-color: #df0010;
}

.handle li a:hover img {
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.handle li a:hover img.h_ico {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
/***************轮播样式结束**************************/
.pd60 {
	padding: 60px 0;
}

.i_attitude {
	padding: 60px 0;
	margin: 0 auto;
	overflow: hidden;
}

.sec_tit {
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #333333;
	margin-bottom: 40px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.sec_tit:before {
	content: '';
	position: absolute;
	background: #bcbcbc;
	width: 72px;
	top: 50%;
	left: 34%;
	height: 1px;
}

.sec_tit:after {
	content: '';
	position: absolute;
	background: #bcbcbc;
	width: 72px;
	top: 50%;
	right: 34%;
	height: 1px;
}

.sec_tit:hover {
	color: #df0010
}

.i_attitude .bd .item {
	float: left;
	padding: 0 40px;
}

.i_attitude .bd .item a {
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 0.1s;
	text-align: center;
}

.i_attitude .bd .item a .pic img {
	margin: 0 auto;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.i_attitude .bd .item a .name {
	font-size: 18px;
	color: #df0011;
	padding: 20px 0;
}

.i_attitude .bd .item a .txt {
	color: #8b8a8a;
	font-size: 14px;
}

.i_attitude .bd .item a:hover .pic img {
	transform: rotate(360deg) scale(1.1);
	-webkit-transform: rotate(360deg) scale(1.1);
	-moz-transform: rotate(360deg) scale(1.1);
	-o-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
}

.i_attitude .owl-wrapper-outer {
	padding-top: 10px;
}

.i_business {
	background: #f2f2f2;
	padding-bottom: 0;
}

.i_business .sec_tit:before,.i_business .sec_tit:after {
	display: none;
}

.i_business .sec_tit {
	line-height: 1.2;
}

.i_business .sec_tit p i {
	font-size: 22px;
	color: #333333;
}

.i_business .sec_tit p span {
	font-size: 22px;
	color: #df0010;
}

.i_business .container {
	position: relative;
}

.business_area {
	text-align: center;
}

.business_show img {
	width: 100%;
}

.i_business .b_itme {
	margin-bottom: 40px;
	text-align: center;
}

.i_business .b_itme a {
	max-width: 240px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

.i_business .b_itme a .business_area {
	border-radius: 50%;
	margin: 0 auto;
}

.business_show {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.business_show:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.40);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.business_show img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.i_business .b_itme a .business_area img {
	width: 100%;
}

.business_area:hover .business_show:before {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.all_more {
	position: absolute;
	top: 0;
	right: 60px;
	color: #fff;
	display: block;
	background: #1156ca;
	border-radius: 20px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.all_more:hover {
	animation-name: none;
	color: #fff;
}

.i_business .b_itme a .business_item {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 24px;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i_business .b_itme a .business_des {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}

.more {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 12px;
}

.more span {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.more::before, .more::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.more::before {
	border: 1px solid #df0010;
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}

.more::after {
	background-color: #df0010;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.more:hover {
	color: #df0010;
}

.more:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.more:hover::after {
	background: transparent;
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}

.i_works {
	padding-top: 60px;
	overflow: hidden;
}

.i_works .w_box {
	position: relative;
	margin-bottom: 60px;
}

.w_box_c {
	text-align: center;
}

.w_box .sec_tit {
	margin-bottom: 0;
}

.w_box .w_decs {
	font-size: 14px;
}

.w_box .w_decs i {
	color: #898989;
}

.w_box .w_decs span {
	color: #df0110;
}

.works_rec {
	padding: 0 30px;
	height: auto;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.works_rec .works_area {
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 0.2s;
	padding: 12px;
}

.works_area a {
	display: block;
	overflow: hidden;
	max-width: 435px;
	margin: 0 auto;
}

.works_img {
	overflow: hidden;
	position: relative;
}

.works_img img {
	width: 100%;
	height: auto;
}

.works_info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0,0,0,.50);
	color: #fff;
	font-size: 14px;
	text-align: center;
	opacity: 0;
}

.info_box {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.info_des {
	display: table-cell;
	vertical-align: middle;
}

.works_caption {
	background: #efeff1;
	padding: 10px 20px;
	text-align: center;
}

.works_caption em {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #898989;
}

.works_tit {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #333333;
}

.works_dis {
	height: 0;
	overflow: hidden;
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.i_brand {
	padding-top: 80px;
	padding-bottom: 56px;
}

.i_brand .container {
	width: 1400px;
	padding: 0;
}

.i_brand .w_box {
	padding-bottom: 24px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 46px;
}

.brand_bd {
	overflow: hidden;
}

.brand_bd .brand_left {
	float: left;
	width: 188px;
}

.new_tit {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 18px;
}

.new_list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.new_list li a {
	color: #333333;
	font-size: 14px;
}

.new_link a {
	display: inline-block;
	margin-right: 10px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
}

.mt60 {
	padding-top: 60px;
}

.new_link .new_more {
	color: #df0010;
}

.brand_bd  .brand_right {
	float: right;
	width: 1130px;
}

.brand_right .hd {
	overflow: hidden;
	margin-bottom: 28px;
}

.brand_right .h_left {
	float: left;
}

.brand_right .h_left a {
	display: inline-block;
	padding: 4px 14px;
	font-size: 14px;
	color: #333333;
	margin-right: 16px;
}

.brand_right .h_left a:hover {
	background: #df0010;
	color: #fff;
}

.brand_right .h_rigt {
	float: right;
	color: #1156ca;
	display: block;
	height: 33px;
	line-height: 33px;
}

.brand_right .bd ul {
	width: 1146px;
	overflow: hidden;
}

.brand_right .bd ul li {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
}

.brand_right .bd ul li .pic {
	width: 270px;
	height: 180px;
	overflow: hidden;
}

.brand_right .bd ul li .pic img {
	width: 100%;
}

.brand_right .bd ul li .name {
	height: 39px;
	line-height: 39px;
	background: #efeff1;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 270px;
}

.brand_right .bd ul li .name a {
	color: #333333;
}

.i_news {
	/*background: #f2f2f2;*/
	padding: 60px 0;
}

.i_news .w_box {
	position: relative;
}

.trends_rec {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.trends_rec ul li {
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 0.2s;
}

.trends_rec li a {
	display: block;
	overflow: hidden;
	padding: 30px 0;
}

.trends_date {
	display: block;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 90px;
	max-height: 110px;
	color: #333333;
	font-family: Myriad Pro;
	line-height: normal;
	position: relative;
}

.trends_date:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #666;
}

.trends_date b {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	line-height: 110px;
	margin-right: 10px;
}

.trends_date em {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.trends_date em i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #df0010;
	color: #fff;
	font-size: 16px;
}

.trends_info {
	padding-right: 20px;
	overflow: hidden;
}

.trends_tit {
	font-size: 18px;
	color: #333333;
	margin-top: 12px;
}

.trends_des {
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
	color: #898989;
	margin: 15px 0 10px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*.trends_rec li:nth-child(2n+1) {
	padding-left: 10%;
	width: 110%;
}*/

.news_box{
	margin-top: 30px;
}

.nes_list{
	margin-bottom: 20px;
}

.news_box .img{
	width: 30%;
	float: left;
}

.news_box .img img{
	max-width: 100%;
}

.news_box .info{
	float: right;
	width: 66%;
}
.news_box .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.union a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	margin-right: 22px;
	margin-bottom: 10px;
}
.news_box .info .desc {
    color: #898989;
    padding: 6px 0;
    height: 52px;
	line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
	overflow: hidden;
}
.news_box .info .time {
    width: 100%;
    text-align: left;
    color: #898989;
}

.union a:hover {
	color: #df0010;
}

.un_info {
	margin-top: 24px;
}

.i_aboutus {
	background: url(../images/abouimg.jpg);
	background-size: cover;
	position: relative;
}

.about_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.index_sec {
	padding: 60px 0;
	background-color: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.i_aboutus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.40);
}

.about_left {
	float: left;
	width: 540px;
	background: transparent;
	color: rgba(255,255,255,1);
	z-index: 10;
}

.about_left .info {
	font-size: 14px;
}

.about_left .info p {
	margin-bottom: 24px;
}

.about_left .tit {
	font-size: 50px;
}

.about_right {
	float: right;
	width: 610px;
	height: 367px;
}

.about_right img {
	width: 100%;
}

.about_left .a_more {
	margin-top: 60px;
	margin-left: 0px;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #df0010;
	border-radius: 20px;
	cursor: pointer;
}

.about_left .a_more a {
	color: #fff;
}

.about_left .a_more:hover {
	background: #a5000d;
}

.footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
}

.footerc {
	padding: 30px 0px;
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.footer .bd{
	text-align: center;
    border-top: 1px solid #6a6a6a;
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}

.footer .bd a{
	 color: #fff;
}

.foot_l {
	float: left;
	width: 40%;
}

.foot_l .hd {
	overflow: hidden;
}

.foot_l .hd .h_left {
	float: left;
}

.foot_l .hd .h_left .tit_box {
	margin-bottom: 24px;
}

.foot_l .hd .h_left .tit_box p {
	line-height: 1.2;
}

.foot_l .hd .h_left .tit_box .tit {
	font-size: 24px;
}

.foot_logo img{
	max-width: 100%;
}

.foot_l .hd .h_left .tit_box .desc {
	font-size: 12px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.73);
	white-space: nowrap;
}

.foot_l .hd .h_left ul {
	margin-top: 30px;
}

.foot_l .hd .h_left ul li {
	float: left;
	margin: 0 4px;
}

.foot_l .hd .h_left ul li a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	width: 50px;
	height: 50px;
	border: 1px solid #df0010;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.foot_l .hd .h_left ul li a img {
	width: 28px;
	height: 28px;
	margin: 10px;
}

.foot_l .hd .h_left ul li a img:nth-of-type(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.foot_l .hd .h_left ul li a:hover {
	background: #df0010;
}

.foot_l .hd .h_left ul li a:hover img {
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.foot_l .hd .h_left ul li a:hover img:nth-of-type(2) {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.foot_l .hd .h_right {
	float: right;
	width: 95px;
	text-align: center;
}

.foot_l .hd .h_right .pic {
	width: 95px;
	height: 95px;
}

.foot_l .hd .h_right .pic img {
	width: 100%;
}

.foot_l .hd .h_right .name {
	font-size: 14px;
	margin-top: 10px;
}

.foot_l .bd {
	margin-top: 82px;
	font-size: 14px;
}

.foot_r {
	margin-left: 30px;
	border-left: 1px solid #fff;
	padding-left: 30px;
	float: right;
	width: 57%;
}

.foot_r .foot_nav li {
	display: inline-block;
	position: relative;
	padding: 0 16px;
	font-size: 14px;
}

.foot_r .foot_nav li:first-child {
	padding-left: 0;
}

.foot_r .foot_nav li a {
	color: #fff;
}

.foot_r .foot_nav li ul {
	margin: 0 -6px;
	position: absolute;
	width: 395px;
	height: 0;
	overflow: hidden;
	filter: Alpha(Opacity=0);
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.f_wx{
	margin-top: 20px;
	text-align: center;
}
.f_wx .pic{
	margin-bottom: 10px;
}

.foot_r .foot_nav li ul li {
	font-size: 12px;
	padding: 0 6px;
	display: inline-block;
	position: static;
}

.foot_r .foot_nav li:hover a {
	color: #df0010;
	text-decoration: underline;
}

.foot_r .foot_nav li ul li a:hover {
	text-decoration: underline;
}

.foot_r .foot_nav li:hover ul a {
	color: #fff;
	text-decoration: none;
}

.foot_r .foot_nav li:hover ul {
	padding-top: 5px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	height: auto;
}

.foot_r .foot_nav .gang {
	padding: 0;
}

.foot_r .foot_nav li:last-child,.foot_r .foot_nav li ul .gang {
	display: none;
}

.foot_r .f_contact {
	margin-top: 20px;
	font-size: 14px;
}

.foot_r .f_contact ul li {
	margin-bottom: 14px;
	height: 34px;
	line-height: 34px;
	padding-left: 50px;
}

.foot_r .f_contact ul li:last-child {
	margin-bottom: 0;
}

.foot_r .f_contact ul li.phone {
	background: url(../images/tel1.png) no-repeat center left;
}

.foot_r .f_contact ul li.tel {
	background: url(../images/tle2.png) no-repeat center left;
}

.foot_r .f_contact ul li.email {
	background: url(../images/em1.png) no-repeat center left;
}

.foot_r .f_contact ul li.address {
	background: url(../images/ad1.png) no-repeat center left;
}


/**内页**/
.pager li>a, .pager li>span {
	border-radius: initial;
}

.pagination {
	margin: 0;
}

.pager_go_input #pager_go_input {
	line-height: 31px;
	height: 31px;
}

.main_box {
	background: #f4f4f4;
}

.d_wlist ul li .info {
	width: 100%;
	margin-right: 0;
}

.d_wlist ul li .info .title a {
	color: #333;
}

.d_wlist ul li .info .title a:hover {
	color: #df0011;
}

.d_wlist ul li .info .desc {
	margin-top: 6px;
}

.news_detail .pic_box {
	overflow: hidden;
	margin-bottom: 30px;
}

.news_detail .pic_box .pic {
	width: 575px;
	height: 240px;
}

.news_detail .pic_box .pic img {
	width: 100%;
}

.news_detail .txt_info .txt {
	margin-bottom: 30px;
	font-size: 14px;
	color: #333333;
}

.news_detail .txt_info .txt .tit {
	color: #df0011;
	font-size: 16px;
}

.gs_top {
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.gs_top .tit {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.gs_top p {
	text-indent: 2em;
	margin-bottom: 14px;
}

.gs_bot {
	font-size: 16px;
	color: #333333;
	margin-bottom: 172px;
}

.gs_bot .tit_box {
	margin-top: 44px;
}

.gs_bot .tit_box .tit {
	margin-bottom: 14px;
	text-indent: 0;
}

.gs_bot .tit_box p {
	text-indent: 2em;
}

.gs_bot .tit_box .tit span {
	font-weight: bold;
	color: #df0011;
}

.news_tit {
	font-size: 30px;
	color: #df0010;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.n_listbox {
	margin-bottom: 56px;
}

.n_listbox ul {
	overflow: hidden;
}

.n_listbox ul li {
	float: left;
	width: 560px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 12px 15px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 40px;
	animation-name: fadeInUp;
	animation-duration: 2s;
	animation-delay: 0.3s;
}

.n_listbox ul.news_box li{
	width: 100%;
	margin-right: 0;
}

.n_listbox ul li .img {
	width: 149px;
	height: 93px;
	border: none;
	float: left;
	margin-right: 0;
}

.n_listbox ul.news_box li .img{
	width: 210px;
	height: 150px;
	overflow: hidden;
}

.n_listbox ul li .img img {
	width: 100%;
}

.n_listbox ul li .info {
	float: right;
	width: 75%;
	margin: 0;
}

.n_listbox ul li .info .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_listbox ul li .info .title a {
	color: #333333;
}

.n_listbox ul li .info .title a:hover {
	color: #df0010;
}

.n_listbox ul li .info .desc {
	color: #898989;
	padding: 6px 0;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.n_listbox ul li .info .time {
	width: 100%;
	text-align: left;
	color: #898989;
}

.pager_box {
	text-align: center;
}

.pager_box .pager {
	display: inline-block;
}

.bd1 {
	border-bottom: 1px solid #ccc;
}

.zp_txt {
	color: #333333;
	margin-bottom: 30px;
}

.p_mainc {
	float: none!important;
	margin: 0 auto;
}

.p_tab {
	margin: 28px 0;
	text-align: center;
}

.p_tab a {
	display: inline-block;
	width: 298px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #333333;
	font-size: 20px;
	margin-right: 10px;
}

.p_tab a:last-child {
	margin-right: 0;
}

.p_tab a:hover,.p_tab a.active {
	background: #df0011;
	border: 1px solid #df0010;
	color: #fff;
}

.p_find {
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
}

.p_find_c {
	margin-top: 18px;
	margin-bottom: 50px;
	overflow: hidden;
}

.p_find_c ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 16px;
}

.p_find_c ul li a {
	color: #333333;
	display: block;
	padding: 4px 14px;
}

.p_find_c ul li a:hover,.p_find_c ul li a.active,.p_find_c ul li a.select {
	background: #df0010;
	color: #fff;
}

.p_find_c li ul {
	display: none;
}

.mb60 {
	margin-bottom: 60px!important;
}

.p_topshow {
	margin: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.p_tleft {
	float: left;
	width: 463px;
	margin-left: 10px;
}

.p_tleft .tit {
	font-size: 30px;
	color: #df0011;
	font-weight: bold;
}

.p_tleft .time {
	font-size: 14px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 50px;
}

.p_tleft a {
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	background: #df0010;
	text-align: center;
}

.p_tright {
	float: right;
	width: 910px;
	height: 303px;
}

.p_tright img {
	width: 100%;
}

.p_botshow {
	overflow: hidden;
}

.p_bleft {
	float: left;
	width: 430px;
}

.p_bleft .txt_box {
	margin-bottom: 26px;
	overflow: hidden;
}

.p_bleft .tit {
	border-bottom: 1px solid #dcdcdc;
	height: 42px;
	margin-bottom: 12px;
}

.p_bleft .tit b {
	font-size: 20px;
	color: #333;
	background: url(../images/hongx.jpg) no-repeat left bottom;
	display: inline-block;
	padding-bottom: 6px;
}

.p_bleft .info {
	font-size: 14px;
	color: #333;
	line-height: 2.2;
}

.p_bright {
	float: right;
	width: 912px;
	margin-bottom: 60px;
	overflow: hidden;
	font-size: 14px;
}

.p_bright p {
	font-size: 14px;
	margin-bottom: 14px;
}

.txt_ind {
	text-indent: 2em;
}

.p_bright .bg_tit {
	margin-top: 34px;
	margin-bottom: 24px;
	overflow: hidden;
	background: #df0010;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 14px;
	height: 60px;
	line-height: 60px;
}

.p_bright .pic1 {
	text-align: center;
	width: 800px;
	height: 539px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.p_bright .pic1 img,.p_bright .pic2 img,.p_bright .pic3 img,.p_bright .pic4 img {
	width: 100%;
}

.jd_box {
	width: 368px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 28px auto;
}

.jd_box p {
	margin-bottom: 0;
}

.p_bright .pic2 {
	width: 912px;
	height: 1680px;
}

.p_bright .pic3 {
	width: 912px;
	height: 630px;
}

.p_bright p span:first-child {
	margin-right: 46px;
}

.txt_cent {
	text-align: center;
}

.p_bright .pic4 {
	width: 912px;
	height: 4009px;
}

.fnt16 {
	font-size: 16px!important;
	margin-bottom: 6px!important;
}

.p_form {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #df0010;
	height: 60px;
	z-index: 9999;
}

.jp5_wrap {
	text-align: center;
	width: 774px;
	margin: 12px auto;
	overflow: hidden;
}

.jp5_wrap ul li {
	float: left;
	margin-right: 6px;
}

.jp5_wrap ul li b {
	display: none;
}

.jp5_wrap .name {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 12px;
}

.jp5_input1 {
	background: rgba(0,0,0,.2);
	border: none;
	width: 250px;
	height: 36px;
	line-height: 36px;
	color: #cd9797;
	text-indent: 1em;
}

.jp5_btn1 {
	display: inline-block;
	float: left;
	margin-left: 6px;
	width: 136px;
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,.5);
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 16px;
}

.pb60 {
	padding-bottom: 60px;
}

.s_centbox {
	margin-top: 28px;
	overflow: hidden;
	margin-bottom: 35px;
}

.s_left {
	width: 1000px;
	background: #fff;
	padding: 26px;
	float: left;
	overflow: hidden;
	padding-bottom: 0;
}

.s_left .s_topbox {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 28px;
	overflow: hidden;
	padding-bottom: 30px;
}

.s_left .txt_box {
	float: left;
	width: 362px;
}

.s_left .txt_box .tit {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.s_left .txt_box .txt {
	font-size: 14px;
	color: #333;
}

.s_left .pic {
	float: right;
	width: 272px;
	height: 182px;
	border: 1px solid #e8e7e7;
}

.s_left .pic img,.s_right .s_hd ul li .pic img {
	width: 100%;
}

.s_left .s_topinfo .tit,.s_right .s_hd .tit,.s_right .s_bd .tit {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: #eaf0fa;
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-indent: 1.5em;
}

.s_left .s_topinfo .txt {
	margin-top: 16px;
	font-size: 14px;
	color: #333;
	padding-bottom: 60px;
	min-height: 898px;
}

.s_left .s_topinfo .txt p {
	margin-bottom: 14px;
}

.s_right {
	float: right;
	overflow: hidden;
}

.s_right .s_hd {
	padding: 20px;
	background: #fff;
	width: 380px;
}

.s_right .s_hd ul li {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}

.s_right .s_hd ul li .pic {
	width: 118px;
	height: 78px;
	border: 1px solid #e9e9e9;
	float: left;
	box-sizing: content-box;
	overflow: hidden;
}

.s_right .s_hd ul li .name {
	color: #333;
	font-size: 16px;
	height: 78px;
	line-height: 78px;
	float: right;
}

.s_right .s_hd ul li:last-child {
	border: none;
	padding-bottom: 0px;
}

.s_right .s_bd {
	background: #fff;
	padding: 20px 20px 37px;
	overflow: hidden;
	margin-top: 18px;
	width: 380px;
}

.s_form .jp5_input1 {
	background: #fff;
	border: 1px solid #e7e6e6;
	width: 338px;
	height: 48px;
	line-height: 48px;
}

.s_form .jp5_input2 {
	background: #fff;
	border: 1px solid #e7e6e6;
	width: 338px;
	height: 100px;
}

.s_form .jp5_wrap {
	width: 100%;
}

.s_form .jp5_wrap ul li {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}

.s_form .jp5_btn1 {
	margin-left: 0px;
	width: 340px;
	height: 50px;
	line-height: 50px;
	background: #df0010;
	margin-top: 10px;
}

.s_form .jp5_wrap {
	margin-top: 20px;
	margin-bottom: 0px;
}

.cont_bd {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 110px;
}

.cont_left {
	/*float: left;
	width: 588px;*/
}

.cont_left .tit_box {
	border-bottom: 1px solid #bfbfbf;
	color: #333;
	margin-bottom: 20px;
}

.cont_left .tit_box b {
	font-size: 32px;
	font-weight: normal;
	margin-right: 10px;
}

.cont_left .tit_box span {
	font-size: 16px;
}

.cont_left .info {
	color: #333;
	font-size: 14px;
}

.cont_left .info p {
	padding-left: 30px;
	margin-bottom: 20px;
}

.cont_left .info .address {
	background: url(../images/lxwm1.png) no-repeat center left;
}

.cont_left .info .tel {
	background: url(../images/lxwm2.png) no-repeat left top 4px;
}

.cont_left .info .email {
	background: url(../images/lxwm3.png) no-repeat center left;
}

.cont_right {
	/*float: right;*/
	background: #fff;
	padding: 20px;
}

.cont_right .mymap {
	/*width: 690px;
height:300px;*/
}

/***2018-5-5**/
.chez_mart_20 {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	font-size: 14px;
}

.chez_red_t1 {
	line-height: 56px;
	font-size: 36px;
	color: #df0012;
	text-align: center;
	font-weight: bold;
}

.chez_font_24 {
	line-height: 52px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.chez_font_24 span,.chez_font_24 b {
	color: #df0012;
}

.chez_pic_text1 {
	background: #fff;
	overflow: hidden;
	padding: 30px 0;
}

.chez_title2bg {
	line-height: 60px;
	padding-left: 18px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #df0012;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

.chezhanfugaixc {
	width: 100%;
	overflow: hidden;
}

.chezhanfugaixc {
	width: 950px;
}

.chezhanfugaixc li {
	width: 200px;
	margin-right: 36px;
	float: left;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.chezhanfugaixc .title {
	width: 200px;
	height: 40px;
	font-weight: bold;
	background: #d6d6d6;
	margin-bottom: 12px;
}

.chezhan_ctext1 {
	font-size: 14px;
	line-height: 2;
}

.chezhan_ctext1 span,.chezhan_ctext1 b {
	color: #df0012;
}

.chezhan_ctext3  span {
	color: #df0012;
	margin: 0 5px;
}

.chezhan_ctext_fl1 {
	float: left;
	width: 520px;
	line-height: 2.3;
}

.chezhan_cpic_fr1 {
	float: right;
	width: 340px;
}

.chezhan_ctext_fl2 {
	float: left;
	width: 395px;
	line-height: 2.3;
}

.chezhan_cpic_fr2 {
	float: right;
	width: 440px;
	line-height: 2.3;
}

.chezhan_ctext_fl2 .title,.chezhan_cpic_fr2 .title {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
/**案例展示单页列表**/
.cas_wlist {
	margin-top: 20px;
	margin-left: 18px;
	overflow: hidden;
}

.cas_wlist ul li {
	float: left;
	border-bottom: none;
	padding-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 15px;
}

.cas_wlist ul li .pic {
	width: 270px;
	height: 180px;
}

.cas_wlist ul li .pic img {
	width: 100%;
}

.cas_wlist ul li .title {
	height: 39px;
	line-height: 39px;
	background: #efeff1;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 270px;
}

.cas_wlist ul li .title a {
	color: #333;
}
/**表单增加**/
.p_find_c ul {
	float: left;
}

.f_more {
	float: left;
	margin-right: 10px;
}

.f_more a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 4px 30px;
	background: #df0010;
	border-radius: 20px;
}

.forms_details .time {
	display: none;
}

.question_dlist li div textarea {
	height: 220px;
	width: 1000px!important;
}

.question_dlist li div .input_form {
	width: 1000px!important;
}

@media(min-width:1200px) {
	body {
		min-width: 1200px;
	}
}

/*@media screen and (min-width:1200px) and (max-width:1340px) {
	.head_r {
		width: 68%;
	}

	.i_brand .container,.footerc {
		width: 1200px;
	}

	.i_business .container,.i_works .container {
		padding: 0;
	}

	.top_phone,.brand_left {
		display: none;
	}

	header .navbar .i_logo a {
		padding-right: 40px;
	}

	.brand_bd .brand_right {
		float: none;
		margin: 0 auto;
	}

	.about_box,.footerc {
		width: 1200px;
	}

	.trends_rec li:nth-child(2n+1) {
		width: 100%;
		padding-left: 0;
	}

	.about_left {
		width: 530px;
	}

	.about_right {
		width: 630px;
		height: auto;
	}

	.foot_r .foot_nav li {
		padding: 0 14px;
	}

	.works_rec {
		padding-left: 15px;
	}

	.foot_l {
		margin-left: 18px;
	}

	.nav ul li ul {
		top: 60px;
	}

	.main {
		width: 1200px!important;
	}

	.p_right {
		width: 964px!important;
	}

	.pic_box {
		width: 100%;
	}

	.news_detail .pic_box .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.n_listbox ul li {
		width: 466px;
		margin-right: 30px;
	}

	.n_listbox ul li .img {
		width: 144px;
		height: 90px;
	}

	.n_listbox ul li .info {
		width: 272px;
	}

	.prolist ul,.sellerlist ul,.n_mainbox,.p_mainc {
		width: 100%!important;
	}

	.prolist ul li,.sellerlist ul li {
		width: 25%;
		margin-right: 0!important;
	}

	.prolist ul li .img,.prolist ul li .name,.sellerlist ul li .img,.sellerlist ul li .name {
		width: 90%!important;
		margin: 0 auto;
		height: auto!important;
	}

	.p_tleft {
		width: 264px;
	}

	.p_bleft,.p_bright {
		width: 100%;
		float: none;
	}

	.s_left,.s_right,.s_right .s_hd,.s_right .s_bd,.cont_left,.cont_right {
		width: 100%;
		float: none;
	}

	.s_form .jp5_input1,.s_form .jp5_input2,.s_form .jp5_btn1,.cont_right .mymap {
		width: 100%;
	}

	.s_right,.cont_right {
		margin-top: 20px;
	}

	.cas_wlist {
		width: 100%;
		margin-left: 0;
	}

	.cas_wlist ul li {
		width: 33.33%;
		margin-right: 0;
	}

	.cas_wlist ul li .pic,.cas_wlist ul li .title {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}*/

@media screen and (min-width:769px) and (max-width:1199px) {
	.top_phone,.brand_left,.about_right,.foot_r {
		display: none;
	}

	.trends_rec li:nth-child(2n+1) {
		width: 100%;
		padding-left: 0;
	}

	.about_box,.footerc {
		width: 100%;
		padding: 0 30px;
	}

	.sec_tit:before {
		left: 28%;
	}

	.sec_tit:after {
		right: 28%;
	}

	header .navbar .i_logo a img {
		width: 100%;
		height: auto;
	}

	header .navbar .i_logo a {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 40px;
	}

	.i_brand .container {
		width: auto;
	}

	.brand_bd .brand_right,.brand_right .bd ul {
		width: 100%;
	}

	.brand_right .bd ul li {
		width: 33.33%;
		margin-right: 0;
	}

	.brand_right .bd ul li .pic,.brand_right .bd ul li .name {
		width: 90%;
		margin: 0 auto;
		height: auto;
	}

	.about_left,.foot_l {
		width: 100%;
	}

	.main,.p_right {
		width: 100%!important;
		padding: 0 10px;
	}

	.p_left {
		display: none;
	}

	.pic_box {
		width: 100%;
	}

	.news_detail .pic_box .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.n_listbox ul {
		width: 100%;
	}

	.n_listbox ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_listbox ul li .img {
		width: 24%;
		height: auto;
	}

	.n_listbox ul li .info {
		width: 74%;
		height: auto;
	}

	.n_listbox ul li .info .desc {
		height: auto;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		font-size: 14px;
	}

	.n_listbox ul li .info .time {
		display: none;
	}

	.prolist ul,.sellerlist ul,.n_mainbox,.p_mainc {
		width: 100%!important;
	}

	.prolist ul li,.sellerlist ul li {
		width: 33.33%;
		margin-right: 0!important;
	}

	.prolist ul li .img,.prolist ul li .name,.sellerlist ul li .img,.sellerlist ul li .name {
		width: 90%!important;
		margin: 0 auto;
		height: auto!important;
	}

	.p_tleft,.p_tright,.p_bleft,.p_bright {
		width: 100%;
		float: none;
	}

	.p_tright {
		margin-top: 14px;
	}

	.p_bright .pic1,.p_bright .pic2,.p_bright .pic3,.p_bright .pic4 {
		width: 100%;
		height: auto;
	}

	.s_left,.s_right,.s_right .s_hd,.s_right .s_bd,.cont_left,.cont_right {
		width: 100%;
		float: none;
	}

	.s_form .jp5_input1,.s_form .jp5_input2,.s_form .jp5_btn1,.cont_right .mymap {
		width: 100%;
	}

	.s_right,.cont_right {
		margin-top: 20px;
	}

	.cas_wlist {
		width: 100%;
		margin-left: 0;
	}

	.cas_wlist ul li {
		width: 33.33%;
		margin-right: 0;
	}

	.cas_wlist ul li .pic,.cas_wlist ul li .title {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) and (max-width:959px) {
	.nav ul li a {
		padding: 15px 7px;
	}

	header .navbar .i_logo a img {
		width: 206px!important;
	}

	header .navbar .i_logo a {
		padding-right: 26px;
	}

	.nav ul li ul {
		top: 50px;
	}

	.full_banner {
		margin-top: 50px;
	}

	.p_banner {
		margin-top: 50px!important;
	}

	.main,.p_right {
		width: 100%!important;
		padding: 0 10px;
	}

	.p_left {
		display: none;
	}

	.pic_box {
		width: 100%;
	}

	.news_detail .pic_box .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.full_banner {
		height: 550px;
	}

	.full_banner .bd li {
		height: 550px;
	}

	.full_banner .bd li a {
		height: 550px;
	}

	.p_tleft,.p_tright,.p_bleft,.p_bright {
		width: 100%;
		float: none;
	}

	.p_tright {
		margin-top: 14px;
	}

	.p_bright .pic1,.p_bright .pic2,.p_bright .pic3,.p_bright .pic4 {
		width: 100%;
		height: auto;
	}

	.s_left,.s_right,.s_right .s_hd,.s_right .s_bd,.cont_left,.cont_right {
		width: 100%;
		float: none;
	}

	.s_form .jp5_input1,.s_form .jp5_input2,.s_form .jp5_input2,.s_form .jp5_btn1,.cont_right .mymap {
		width: 100%;
	}

	.s_right,.cont_right {
		margin-top: 20px;
	}

	.cas_wlist {
		width: 100%;
		margin-left: 0;
	}

	.cas_wlist ul li {
		width: 33.33%;
		margin-right: 0;
	}

	.cas_wlist ul li .pic,.cas_wlist ul li .title {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	header .navbar {
		min-height: inherit;
		float: none;
	}

	.handle {
		display: none;
	}

	header .navbar .i_logo {
		width: auto;
		max-width: 290px;
		position: initial;
		float: none;
	}
	
	.n_listbox ul.news_box li .img{
		width: 100%;
		height: 170px;
	}
	.n_listbox ul li .info{
		width: 100%;
	}
	header .navbar .i_logo a {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		float: none;
		padding-right: 30px;
	}

	header .navbar .i_logo a img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}

	.top_phone,.brand_left,.about_right,.foot_r,.nav ul li:hover ul {
		display: none;
	}

	.navbar-toggle {
		float: right;
		padding: 8px;
		position: absolute;
		top: 6px;
		right: 15px;
		margin: 0;
		background-color: transparent;
		background-image: none;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

	.navbar-toggle:hover,.navbar-toggle:focus {
		background-color: #ddd;
	}

	.head_r,.about_left,.nav {
		float: none;
	}

	.nav ul {
		margin: 7.5px -15px;
		overflow: hidden;
	}

	.sec_tit:before {
		left: 18%;
	}

	.sec_tit:after {
		right: 18%;
	}

	.trends_rec li:nth-child(2n+1) {
		width: 100%;
		padding-left: 0;
	}

	.about_left,.foot_l {
		margin: 0 auto;
		width: 100%;
	}

	.navbar-toggle {
		display: block!important;
	}

	.i_brand .container {
		width: auto;
	}

	.brand_bd .brand_right,.foot_l {
		float: none;
	}

	.all_more {
		right: 0;
	}

	.about_box,.footerc {
		width: 100%;
		padding: 0 30px;
	}

	.nav ul li {
		position: relative;
		display: block;
		width: 100%;
	}

	.nav ul li a {
		padding: 8px 15px;
		border-bottom: 1px solid #eee;
	}

	.nav ul li a:hover {
		border-bottom: 1px solid #df0010;
	}

	.head_r {
		position: absolute;
		width: 100%;
		max-height: none;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #df0010;
		display: none;
		left: 0;
	}
	.sy_banner {
		margin-top: 50px;
	}
	.brand_bd .brand_right {
		width: 100%;
	}

	.brand_right .bd ul {
		width: 100%;
		overflow: hidden;
	}

	.brand_right .bd ul li {
		width: 50%;
		margin-right: 0;
	}

	.brand_right .bd ul li .pic,.brand_right .bd ul li .name {
		width: 90%;
		margin: 0 auto;
		height: auto;
	}

	.full_banner {
		margin-top: 43px;
	}

	.full_banner .bd li a {
		height: auto
	}

	.p_banner {
		margin-top: 43px!important;
	}

	.main,.p_right {
		width: 100%!important;
		padding: 0 10px;
	}

	.p_left {
		display: none;
	}

	.pic_box {
		width: 100%;
	}

	.news_detail .pic_box .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.n_listbox ul {
		width: 100%;
	}

	.n_listbox ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_listbox ul li .img {
		width: 24%;
		height: auto;
	}

	.n_listbox ul li .info {
		width: 100%;
		height: auto;
	}
	.nav ul li ul{
		position: relative;
		left: 0;
		text-align: left;
		top: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		background: #fff;
	}
	.nav li ul li{
		text-align: left;
		padding: 0 15px;
	}
	.nav li ul li a{
		color: #000 !important;
	}
	.prolist ul,.sellerlist ul,.n_mainbox,.p_mainc {
		width: 100%!important;
	}

	.prolist ul li,.sellerlist ul li {
		width: 50%;
		margin-right: 0!important;
	}

	.prolist ul li .img,.prolist ul li .name,.sellerlist ul li .img,.sellerlist ul li .name {
		width: 90%!important;
		margin: 0 auto;
		height: auto!important;
	}

	.full_banner {
		height: 260px;
	}

	.full_banner .bd li {
		height: 260px;
	}

	.full_banner .bd li a {
		height: 260px;
	}

	.foot_l .hd,.pager_go_input {
		display: none;
	}

	.foot_l .bd {
		margin-top: 0;
		text-align: center;
	}

	.p_tleft,.p_tright,.p_bleft,.p_bright {
		width: 100%;
		float: none;
	}

	.p_tright {
		margin-top: 14px;
		height: auto;
	}

	.p_bright .pic1,.p_bright .pic2,.p_bright .pic3,.p_bright .pic4 {
		width: 100%;
		height: auto;
	}

	.p_tleft a,.ps_hd {
		display: none;
	}

	.s_left,.s_right,.s_right .s_hd,.s_right .s_bd,.cont_left,.cont_right,.p_form .jp5_wrap {
		width: 100%;
		float: none;
	}

	.s_form .jp5_input1,.s_form .jp5_input2,.s_form .jp5_btn1,.s_left .txt_box,.s_left .pic,.cont_right .mymap {
		width: 100%;
	}

	.s_right,.s_left .pic,.cont_right {
		margin-top: 20px;
	}

	.s_left .pic {
		height: auto;
	}

	.p_tab a {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.p_form {
		text-align: center;
		height: auto;
		position: static;
	}

	.p_form .jp5_wrap {
		margin: 0;
		padding: 12px 0px;
	}

	.p_form .jp5_wrap .name,.jp5_wrap ul li,.p_form .jp5_btn1 {
		float: none;
	}

	.p_form .jp5_wrap ul li,.p_form .jp5_btn1 {
		margin-top: 10px;
	}

	.p_form .jp5_btn1 {
		display: inline-block;
	}


        /***2018-5-6**/
	.p_bright img {
		width: 100%;
		height: auto;
	}

	.chez_red_t1 {
		line-height: 46px;
		font-size: 24px;
		color: #df0012;
		text-align: center;
		font-weight: bold;
	}

	.chez_font_24 {
		line-height: 32px;
		font-size: 16px;
		color: #333333;
		text-align: center;
	}

	.chez_pic_text1 {
		background: #fff;
		overflow: hidden;
		padding: 20px 0;
	}

	.chez_title2bg {
		line-height: 40px;
		padding-left: 18px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background: #df0012;
		margin-top: 15px;
		clear: both;
		overflow: hidden;
	}

	.chezhanfugaixc {
		width: 100%;
	}

	.chezhanfugaixc li {
		width: 48%;
		margin: auto 1%;
		float: left;
		color: #333333;
		font-size: 16px;
		text-align: center;
		line-height: 30px;
		height: 132px;
		margin-bottom: 12px;
	}

	.chezhanfugaixc .title {
		width: 100%;
		height: 30px;
		font-weight: bold;
		background: #d6d6d6;
		margin-bottom: 12px;
	}

	.chezhan_ctext_fl1 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_cpic_fr1 {
		float: none;
		width: 100%;
	}

	.chezhan_ctext_fl2 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_cpic_fr2 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_ctext_fl2 .title,.chezhan_cpic_fr2 .title {
		font-weight: bold;
		text-align: center;
		line-height: 30px;
	}

	.p_right .crumbs .tit {
		display: none;
	}

	.cas_wlist {
		width: 100%;
		margin-left: 0;
	}

	.cas_wlist ul li {
		width: 50%;
		margin-right: 0;
	}

	.cas_wlist ul li .pic,.cas_wlist ul li .title {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.full_banner {
		display: none;
	}

	.m_full {
		clear: both;
		overflow: hidden;
		height: auto;
		width: 100%;
		margin-top: 43px;
		position: relative;
		display: block!important;
	}

	.m_full .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}

	.m_full .bd ul {
		width: 100% !important;
	}

	.m_full .bd li {
		width: 100% !important;
		float: left;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.m_full .bd li a {
		display: block;
		margin: 0 auto;
		height: auto;
	}

	.m_full .hd {
		width: 100%;
		z-index: 1;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

	.m_full .hd ul {
		text-align: center;
		padding-top: 5px;
		position: absolute;
		left: 50%;
		bottom: 20px;
		margin-left: -45px;
	}

	.m_full .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 35px;
		height: 2px;
		margin: 5px;
		background: rgba(255,255,255,.5);
		overflow: hidden;
		line-height: 9999px;
	}

	.m_full ul li img {
		width: 100%;
		height: auto;
	}

	.m_full .hd ul .on {
		background: #ff0000;
		height: 5px;
	}
}

@media (max-width: 550px) {
	.sec_tit:before,.sec_tit:after,.trends_date {
		display: none;
	}

	.main,.p_right {
		width: 100%!important;
		padding: 0 10px;
	}

	.p_left {
		display: none;
	}

	.foot_l .hd .h_right {
		float: left;
		margin-top: 40px;
	}

	.pic_box {
		width: 100%;
	}

	.news_detail .pic_box .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.n_listbox ul li .info .time {
		display: none;
	}

	.p_tab a {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.prolist ul,.sellerlist ul,.n_mainbox,.p_mainc {
		width: 100%!important;
	}

	.prolist ul li,.sellerlist ul li {
		width: 100%;
		margin-right: 0!important;
	}

	.prolist ul li .img,.prolist ul li .name,.sellerlist ul li .img,.sellerlist ul li .name {
		width: 90%!important;
		margin: 0 auto;
		height: auto!important;
	}

	.full_banner {
		height: 260px;
	}

	.full_banner .bd li {
		height: 260px;
	}

	.full_banner .bd li a {
		height: 260px;
	}

	.foot_l .hd,.pager_go_input {
		display: none;
	}

	.foot_l .bd {
		margin-top: 0;
		text-align: center;
	}

	.p_tleft,.p_tright,.p_bleft,.p_bright {
		width: 100%;
		float: none;
	}

	.p_tright {
		margin-top: 14px;
		height: auto;
	}

	.p_bright .pic1,.p_bright .pic2,.p_bright .pic3,.p_bright .pic4 {
		width: 100%;
		height: auto;
	}

	.p_tleft a,.ps_hd {
		display: none;
	}

	.s_left,.s_right,.s_right .s_hd,.s_right .s_bd,.cont_left,.cont_right {
		width: 100%;
		float: none;
	}

	.s_form .jp5_input1,.s_form .jp5_input2,.s_form .jp5_btn1,.s_left .txt_box,.s_left .pic,.cont_right .mymap {
		width: 100%;
	}

	.s_right,.s_left .pic,.cont_right {
		margin-top: 20px;
	}

	.s_left .pic {
		height: auto;
	}

	.p_form {
		text-align: center;
		height: auto;
		position: static;
	}

	.p_form .jp5_wrap {
		margin: 0;
		padding: 12px 0px;
	}

	.p_form .jp5_wrap .name,.jp5_wrap ul li,.p_form .jp5_btn1 {
		float: none;
	}

	.p_form .jp5_wrap ul li,.p_form .jp5_btn1 {
		margin-top: 10px;
	}

	.p_form .jp5_btn1 {
		display: inline-block;
	}

            /***2018-5-6**/
	.p_bright img {
		width: 100%;
		height: auto;
	}

	.chez_red_t1 {
		line-height: 46px;
		font-size: 24px;
		color: #df0012;
		text-align: center;
		font-weight: bold;
	}

	.chez_font_24 {
		line-height: 32px;
		font-size: 16px;
		color: #333333;
		text-align: center;
	}

	.chez_pic_text1 {
		background: #fff;
		overflow: hidden;
		padding: 20px 0;
	}

	.chez_title2bg {
		line-height: 40px;
		padding-left: 18px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background: #df0012;
		margin-top: 15px;
		clear: both;
		overflow: hidden;
	}

	.chezhanfugaixc {
		width: 100%;
	}

	.chezhanfugaixc li {
		width: 48%;
		margin: auto 1%;
		float: left;
		color: #333333;
		font-size: 16px;
		text-align: center;
		line-height: 30px;
		height: 132px;
		margin-bottom: 12px;
	}

	.chezhanfugaixc .title {
		width: 100%;
		height: 30px;
		font-weight: bold;
		background: #d6d6d6;
		margin-bottom: 12px;
	}

	.chezhan_ctext_fl1 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_cpic_fr1 {
		float: none;
		width: 100%;
	}

	.chezhan_ctext_fl2 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_cpic_fr2 {
		float: none;
		width: 100%;
		line-height: 2.3;
	}

	.chezhan_ctext_fl2 .title,.chezhan_cpic_fr2 .title {
		font-weight: bold;
		text-align: center;
		line-height: 30px;
	}

	.p_right .crumbs .tit {
		display: none;
	}

	.s_right .s_hd ul li .pic,.s_hd ul li .name {
		margin: 0 auto;
		float: none!important;
	}

	.cas_wlist {
		width: 100%;
		margin-left: 0;
	}

	.cas_wlist ul li {
		width: 100%;
		margin-right: 0;
	}

	.cas_wlist ul li .pic,.cas_wlist ul li .title {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.s_hd ul li .name {
		text-align: center;
	}

	.full_banner {
		display: none;
	}

	.m_full {
		display: block;
	}

	.m_full ul li img {
		width: 100%;
		height: auto;
	}

	.full_banner {
		display: none;
	}

	.m_full {
		clear: both;
		overflow: hidden;
		height: auto;
		width: 100%;
		margin-top: 43px;
		position: relative;
		display: block!important;
	}

	.m_full .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}

	.m_full .bd ul {
		width: 100% !important;
	}

	.m_full .bd li {
		width: 100% !important;
		float: left;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.m_full .bd li a {
		display: block;
		margin: 0 auto;
		height: auto;
	}

	.m_full .hd {
		width: 100%;
		z-index: 1;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

	.m_full .hd ul {
		text-align: center;
		padding-top: 5px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -45px;
	}

	.m_full .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 35px;
		height: 2px;
		margin: 5px;
		background: rgba(255,255,255,.5);
		overflow: hidden;
		line-height: 9999px;
	}

	.m_full ul li img {
		width: 100%;
		height: auto;
	}

	.m_full .hd ul .on {
		background: #ff0000;
		height: 5px;
	}
}

@media(max-width:376px) {
	.f_more {
		margin-bottom: 10px;
	}
}




/***************新闻**************************/
.p_banner {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}

.p_bannerc {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p_bannerc img {
	width: 100%;
}

.main {
	width: 1200px;
	margin: 0px auto;
	padding-top: 28px;
	overflow: hidden;
}

.p_left {
	width: 200px;
	float: left;
}

.p_right {
	width: 960px;
	float: right;
}

.p_left .hd {
	height: 80px;
	background: #df0011;
	text-align: center;
	line-height: 80px;
}

.p_left .hd span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(../images/plticon.png) no-repeat center right;
	padding-right: 62px;
}

.p_left .bd {
	background: #fff;
	padding: 15px 20px;
}

.p_left .bd  li {
	line-height: 32px;
	font-size: 14px;
}

.p_left .bd  a {
	display: block;
	background: url(../images/plticon2.png) no-repeat center right;
}

.p_left .bd  a:hover,.p_left .bd  a.select {
	background: url(../images/plticon2_select.png) no-repeat center right;
	color: #df0011;
}

.p_left .bd li ul li  a {
	display: block;
	background: url(../images/plticon4.png) no-repeat 5px 15px;
	padding-left: 15px;
	font-size: 12px;
}

.p_left .bd li ul li  a:hover,.p_left .bd li ul li  a.select {
	background: url(../images/plticon4_select.png) no-repeat 5px 15px;
	color: #f60;
}

.p_right .hd {
	border-bottom: 1px solid #dddddd;
	height: 40px;
	line-height: 40px;
}

.p_right .hd b {
	float: left;
	font-size: 16px;
}

.crumbs {
	color: #333;
	font-size: 14px;
}

.p_right .crumbs b,.crumbs span a {
	font-size: 14px;
	color: #333;
}

.crumbs span {
	margin-right: 8px;
}

.crumbs span a:hover,.p_right .crumbs .tit {
	color: #df0011;
}

.newlist {
}

.news_search {
	clear: both;
	margin: 10px 0px;
	padding: 6px 10px;
	background: #f5f5f5;
	border: 1px dotted #e5e5e5;
}

.newlist li {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

.newlist li .time,.newlist li .img,.newlist li .info {
	float: left;
	margin-right: 10px;
}

.newlist li .time {
	width: 60px;
	text-align: center;
}

.newlist  .time b {
	font-size: 36px;
	color: #959595;
	display: block;
	height: 40px;
	line-height: 40px;
}

.newlist  .time span {
	color: #959595;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.newlist li .img {
	border: 2px solid #eee;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.newlist li .img img {
	width: 60px;
	height: auto;
}

.newlist li .info {
	width: 620px;
}

.newlist li .info .title {
	color: #414141;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.newlist li .info .desc {
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	color: #717171;
}

.news_show {
	clear: both;
	overflow: hidden;
}

.news_show h1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
	color: #df0011;
}

.time_views {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

.time_views span {
	margin-right: 10px;
	color: #b5b5b5;
}

.time_views span a {
	color: #b5b5b5;
}

.time_views span i {
	font-size: 10px;
	color: #ffd59f;
	margin-right: 3px;
}

.news_detail {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
	color: #383838;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.back_next {
	line-height: 30px;
	margin-top: 5px;
}

.back_next .back {
	float: left;
}

.back_next .next {
	float: right;
}

.newsbanner {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.related_news {
	clear: both;
	overflow: hidden;
	margin: 10px 0px;
}

.related_news .related_hd {
	border-bottom: 3px solid #ccc;
	line-height: 40px;
	font-size: 16px;
}

.related_news .related_bd {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

.related_news .related_bd li {
	float: left;
	width: 48%;
	padding-right: 2%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.related_news .related_bd li  a {
	display: block;
	background: url(../images/plticon4.png) no-repeat 5px 12px;
	padding-left: 15px;
	font-size: 12px;
}

.related_news .related_bd li  a:hover {
	background: url(../images/plticon4_select.png) no-repeat 5px 12px;
}
/***************产品**************************/
.pro_search {
	line-height: 26px;
}

.pro_ss_input {
	height: 26px;
	border: 1px solid #dbdbdb;
	width: 200px;
	padding: 0px 2px;
	line-height: 26px;
	vertical-align: middle;
}

.pro_ss_sub {
	color: #383838;
	border: 1px solid #dbdbdb;
	background: #f6f6f6;
	text-align: center;
	line-height: 26px;
	padding: 0px 20px;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}

.pro_pxtj {
	background: #f6f6f6;
	height: 22px;
	padding: 8px;
	margin-top: 10px;
	clear: both;
}

.pro_pxtj .pro_px {
	float: left;
	margin-right: 24px;
}

.pro_pxtj .pro_px a {
	float: left;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #CCC;
	line-height: 23px;
	margin-right: -1px;
	background: #FFF;
	color: #333;
}

.pro_pxtj .pro_px a.curr {
	background: #e4393c;
	color: #FFF;
	border-color: #e4393c;
}

.pro_pxtj .pro_px a i {
	display: none;
	position: absolute;
	background: url(../images/search.ele.png) no-repeat -9999px -9999px;
	top: 6px;
	right: 5px;
	width: 13px;
	height: 12px;
	overflow: hidden;
	font-size: 0;
}

.pro_pxtj .pro_px  a.down, .pro_pxtj .pro_px a.up {
	position: relative;
	padding-right: 20px;
}

.pro_pxtj .pro_px a.down i, .pro_pxtj .pro_px a.up i {
	display: block;
}

.pro_pxtj .pro_px a.down i {
	background-position: 0 -203px;
}

.pro_pxtj .pro_px a.up i {
	background-position: 0 -225px;
}

.pro_pxtj .pro_tj {
	float: right;
	color: #888;
}

.prolist {
	clear: both;
	overflow: hidden;
}

.prolist ul,.sellerlist ul {
	width: 1410px;
	overflow: hidden;
}

.prolist ul li,.sellerlist ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.prolist ul li .img,.sellerlist ul li .img {
	width: 270px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}

.prolist ul li .img img,.sellerlist ul li .img img {
	width: 100%;
}

.prolist ul li .name,.sellerlist ul li .name {
	height: 39px;
	line-height: 39px;
	background: #efeff1;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 270px;
}

.prolist ul li .name a,.sellerlist ul li .name a {
	color: #333333;
}

.pro_xq_p1 {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

.pro_xq_p1 .pro_info {
	float: right;
	width: 420px;
}

.pro_xq_p1 .pro_info h1 {
	font-size: 18px;
	font-weight: normal;
}

.pro_xq_p1 .pro_info  .f_title {
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 6px;
}

.pro_xq_p1 .pro_info  ul {
	margin-top: 8px;
	overflow: hidden;
}

.pro_xq_p1 .pro_info  li {
	line-height: 30px;
	font-size: 14px;
	color: #888;
	clear: both;
}

.pro_xq_p1 .pro_info  li b,.pro_xq_p1 .pro_info  li em,.pro_xq_p1 .pro_info  li span {
	float: left;
}

.pro_xq_p1 .pro_info  li b {
	font-weight: normal;
	width: 80px;
}

.pro_xq_p1 .pro_info  li .sale_price {
	font-size: 24px;
	color: #ea0000;
}

.pro_xq_p1 .pro_info  li em {
	text-decoration: line-through;
}

.pro_xq_p1 .sc_outlink {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

.pro_xq_p1 .sc_outlink a {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.sc_outlink .outlink {
	width: 260px;
	background: #ff6700;
	margin-right: 15px;
}

.pro_xq_p1 .sc_outlink i {
	font-size: 20px;
	margin-right: 6px;
}

.sc_outlink .sc_sub {
	width: 142px;
	background: #b0b0b0;
}

.p_share {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

.pro_xq_p2 {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

.pro_xq_p2 .hd {
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}

.pro_xq_p2 .hd ul li {
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #ff6700;
	font-size: 16px;
}

.pro_xq_p2 .attribute {
	color: #8a8a8a;
	margin-top: 10px;
	overflow: hidden;
	background: #f8f8f8;
}

.pro_xq_p2 .attribute li {
	width: 48%;
	padding-left: 2%;
	float: left;
	line-height: 28px;
	height: 28px;
}

.pro_xq_p2  .details {
	clear: both;
	padding: 10px;
	overflow: hidden;
	line-height: 1.8;
	overflow: hidden;
}

.related_pro {
	border: 1px solid #eee;
	overflow: hidden;
}

.related_pro .related_hd {
	font-size: 14px;
	padding: 5px 10px;
}

.related_pro .related_bd {
	padding: 8px;
}

.related_pro .related_bd ul {
	width: 780px;
}

.related_pro .related_bd li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	width: 150px;
	overflow: hidden;
}

.related_pro .related_bd .img {
	width: 150px;
	overflow: hidden;
	height: 150px;
	text-align: center;
}

.related_pro .related_bd .name {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}

.related_pro .related_bd .price {
	color: #c10000;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}

/***************表单**************************/
.forms_list {
	border: 1px solid #e1e1e1;
	padding: 5px 15px 15px 15px;
	margin-top: 10px;
}

.forms_list  li {
	border-bottom: 1px dotted #e1e1e1;
	font-size: 14px;
	clear: both;
	overflow: hidden;
	line-height: 40px;
}

.forms_list  a {
	display: block;
	background: url(../images/plticon2.png) no-repeat 5px 16px;
	height: 40px;
	overflow: hidden;
	padding-left: 18px;
	float: left;
	width: 80%;
}

.forms_list  a:hover {
	background: url(../images/plticon2_select.png) no-repeat 5px 16px;
}

.forms_list  span {
	float: right;
	color: #999;
	font-size: 12px;
}

.forms_details {
	border: 1px solid #e1e1e1;
	padding: 5px 15px 15px 15px;
	margin-top: 10px;
}

.forms_details .hd {
	border-bottom: 1px #E7E7E7 solid;
	padding: 10px 0;
}

.forms_details h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	color: #000;
}

.forms_details .time {
	color: #999;
	padding-left: 5px;
}

.forms_details  .bd {
	padding: 10px 20px;
	font-size: 14px;
}

.question_dlist li {
	clear: both;
	padding-top: 15px;
	line-height: 30px;
}

.question_dlist li b {
	font-weight: normal;
}

.question_dlist li div {
	margin-top: 5px;
}

.question_dlist li div .input_form {
	width: 588px;
	border: 1px #e5e5e5 solid;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #a9a9a9;
	padding-left: 10px;
}

.question_dlist li div textarea {
	width: 589px;
	padding: 5px;
	border: 1px #e5e5e5 solid;
	min-height: 60px;
	line-height: 22px;
	font-size: 12px;
	color: #a9a9a9;
}

.form_sub {
	background: #f60;
	width: 100px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
}

.mn_select {
	position: relative;
	z-index: 1;
	width: 450px;
	height: 30px;
	line-height: 30px;
	background: #fff;
}

.mn_select cite {
	width: 560px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #a9a9a9;
	cursor: pointer;
	font-style: normal;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #E5E5E5;
	background: url(../images/xjt.png) no-repeat right center;
}

.mn_select ul {
	width: 600px;
	border: 1px solid #E5E5E5;
	border-top: none;
	overflow-y: auto;
	background-color: #ffffff;
	padding: 5px 0px;
	position: absolute;
	z-index: 20000;
	margin-top: 0px;
	display: none;
}

.mn_select ul li {
	height: 34px;
	line-height: 34px;
	padding-top: 0px;
}

.mn_select ul li a {
	display: block;
	height: 34px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.mn_select ul li a:hover {
	background-color: #CCC;
}

.mn_select select {
	width: 290px;
	border: 1px solid #d2d2d2;
	height: 36px;
	line-height: 36px;
	background: #fff;
}


/*********案例***********/
.div_area_search {
	clear: both;
	margin-top: 10px;
	position: relative;
	z-index: 9;
}

.stxsearch {
	float: left;
}

.stxsearch .s_input {
	width: 150px;
	padding: 0px 3px;
	line-height: 30px;
	height: 30px;
	border: 1px solid #E3E3E3;
}

.stxsearch_sub {
	color: #383838;
	border: 1px solid #dbdbdb;
	background: #f6f6f6;
	text-align: center;
	line-height: 30px;
	padding: 0px 20px;
	margin-left: 8px;
	cursor: pointer;
}

.sellerlist {
	overflow: hidden;
	clear: both;
	min-height: 180px;
}

/**select***/
.m-select {
	height: 32px;
	float: left;
	width: 288px;
	background-image: url(../images/selector.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-radius: 5px;
	margin-right: 8px;
}

.m-select-w {
	width: 100px;
}

.m-focus {
	background-position: 100% 100%;
	position: relative;
}

.m-select dt {
	line-height: 32px;
	border: 1px solid #E3E3E3;
	text-align: center;
	text-indent: -31px;
	cursor: pointer;
	height: 30px;
	border-radius: 5px;
}

.m-select dd {
	width: 100%;
	overflow-y: auto;
	background: #fff;
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	border-top: 2px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
	border-radius: 5px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}

.m-select dd a {
	display: block;
	font-size: 12px;
	text-indent: 1em;
	line-height: 32px;
	border-right: 2px solid #E3E3E3;
	border-left: 2px solid #E3E3E3;
	height: 32px;
}

.m-select dd a:hover {
	text-decoration: none;
	background: #eee;
}

.m-select dd.age,.m-select dd.height {
	width: 600px;
	border: 2px solid #E3E3E3;
}

.m-select dd.age a,.m-select dd.height a {
	float: left;
	width: 40px;
	text-align: center;
	border: none;
	display: inline-block;
	text-indent: 0;
	height: 24px;
	line-height: 24px;
}

.m-select dd.region {
	width: 660px;
	height: 240px;
	border: 2px solid #E3E3E3;
}

.region .tab {
	height: 28px;
	padding: 10px 0 0 10px;
}

.region .tab li {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	border: 1px solid #E3E3E3;
	margin-right: 5px;
	cursor: pointer;
}

.region .tab li.on {
	border: 2px solid #723928;
	cursor: default;
	position: relative;
	background: #723928;
	color: #fff;
}

.region .tab-con {
	border-top: 2px solid #723928;
	margin: 0 10px 10px 10px;
	position: relative;
	top: -2px;
	background: #fff;
	padding-top: 10px;
}

.m-select dd.region a {
	float: left;
	text-align: center;
	border: none;
	width: 62px;
	overflow: hidden;
	overflow: hidden;
	display: inline-block;
	text-indent: 0;
}

.btn_area_select {
	padding: 0px 10px 10px 10px;
}

/******下载*******/
.down_list {
}

.down_list li {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	overflow: hidden;
}

.down_list li .down_list_hd {
	height: 36px;
	padding: 0px 15px;
	line-height: 36px;
	background: #f7f7f7;
}

.down_list li .down_list_hd  span {
	float: left;
}

.down_list li .down_list_hd  em {
	float: right;
	color: #888;
}

.down_list li .down_list_bd {
	clear: both;
	margin-top: 8px;
}

.down_list li .img,.newlist li .info {
	float: left;
	margin-right: 10px;
}

.down_list li .img {
	border: 2px solid #eee;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.down_list li .img img {
	width: 60px;
	height: auto;
}

.down_list li .info {
	width: 680px;
}

.down_list li .info .title {
	color: #414141;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.down_list li .info .desc {
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	color: #717171;
}

.down_load_infolist {
	clear: both;
	border: 1px solid #eee;
	overflow: hidden;
	margin-top: 10px;
}

.down_load_infolist li {
	width: 48%;
	line-height: 30px;
	float: left;
	border-bottom: 1px solid #eee;
	padding-left: 2%;
	color: #555;
}

.down_load_infolist li span {
	color: #888;
}

.download_sub {
	clear: both;
	margin-top: 10px;
	text-align: right;
}

.download_sub  a {
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #fd9500;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

/******视频*******/
.video_list {
}

.video_list li {
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}

.video_list li .img {
	width: 225px;
	height: 150px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.video_list li .img .b_cover {
	position: absolute;
	height: 30px;
	line-height: 30px;
	right: 0px;
	bottom: 0px;
	color: #fff;
}

.video_list li .img .b_cover span {
	font-size: 12px;
	margin-right: 10px;
}

.video_list li .img img {
	width: 100%;
	height: auto;
}

.video_list li .info {
	width: 535px;
	float: left;
}

.video_list li .title {
	font-size: 20px;
	line-height: 34px;
	max-height: 68px;
	overflow: hidden;
}

.video_list li .desc {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.video_list li .time {
	color: #888;
	margin-top: 5px;
}

.video_list li .time span {
	margin-right: 15px;
}

.jp-video-360p {
	margin: 0 auto;
	margin-top: 20px;
	clear: both;
}
.xm_list {
	width: 15.8%;
    margin-right: 1%;
    text-align: center;
    background: #e0e8ed;
    padding: 20px 0;
	border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 3px;
	transition: all 0.3s;
}
.ch_list {
	width: 15.8%;
    margin-right: 1%;
    text-align: center;
    background: #e0e8ed;
    padding: 20px 0;
	border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 3px;
	transition: all 0.3s;
}
.xm_list:last-child,.ch_list:last-child{
	margin-right: 0;
}
.jyxm ,.ch_xm{
	margin-top: 40px;
}
.xm_title{
	font-size: 20px;
    font-weight: 600;
}
.xm_text p{
	font-size: 16px;
	line-height: 26px;
}
.xm_pic{
	margin-bottom: 10px;
}
.xm_pic img{
	width: 60px;
}
.b_b {
    width: 30px;
    height: 3px;
    background-color: #0086ff;
    margin: 5px auto 10px;
}
.xm_list:hover,.ch_list:hover {
    border: 1px solid #2e90e6;
    box-shadow: 0px 0px 10px #4aa4f2;
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.jingying .clearfix{
	overflow: inherit;
}
.f_wx .pic_list{
	width: 32%;
	margin-right: 2%;
}
.f_wx .pic_list:last-child{
	margin-right: 0;
}
.f_wx .pic_list img{
	max-width: 100%;
}
@media(max-width: 767px){
	.xm_list,.ch_list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.xm_list:last-child,.ch_list:last-child{
		margin-bottom: 0;
	}
}