﻿html,
body {
	min-width:1200px;
	}
body {
	font-family:Arial, sans-serif, serif,"\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
	-webkit-text-size-adjust:none;
	font-size:12px;
	}
a,abbr,acronym,address,article,aside,audio,b,blockquote,big,body,canvas,caption,cite,code,datalist,dd,del,details,dfn,dl,div,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,meter,nav,menu,object,ol,output,p,pre,progress,q,samp,section,small,span,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tt,td,ul,var {
	margin:0; 
    padding:0;
	}
input，textarea {
	outline:none;
	}
ul,ol {
	list-style-type:none;
	}
table { 
	border-collapse:collapse;
	border-spacing:0;
	}
select,input,img,select {
	vertical-align:middle;
	}
a {
	outline:none;
	text-decoration:none;
	}
.btn {
	margin-top:-1px;
	}
.clear {
	clear:both;
	}
.container {
	width:1170px;
	}
.carousel-indicators {
	width:100%;
	margin-left:-50%;
	}
.sy_cont{ background:url(../images/top_bg.jpg) repeat-x center top #FFF;}
.sy_logo{ float:left; padding-top:10px; margin-bottom: 15px; width:406px; text-align:center; height:116px; overflow:hidden;}
.sy_menu01{float:left; width:342px; height:44px; padding-top:44px;}
.sy_menu01 li{ float:left; width:85px; text-align:center; height:40px; }
.sy_menu01 li a{ display:block;width:85px; height:40px; font-size:16px; color:#FFF;line-height:20px; padding-top:16px; }
.sy_menu01 li a:hover{ background:url(../images/icon_01.png) no-repeat center top;}
.sy_menu01 em{ font-style:normal; font-size:11px;}
.sy_tr01{float:left; width:322px; font-size:12px; color:#FFF; text-align:center; padding-top:5px; margin-top:10px; height:29px; background:url(../images/icon_02.png) no-repeat;}
.sy_tr01 a{ color:#FFF;}
.sy_tr01 a:hover{ text-decoration:underline;}
.sy_menu02{float:left; width:322px;height:44px; padding-top:5px;}
.sy_menu02 li{ float:left; width:80px; text-align:center; height:40px;}
.sy_menu02 li a{ display:block;width:80px; height:40px; font-size:16px; color:#FFF;line-height:20px; padding-top:16px;}
.sy_menu02 li a:hover{ background:url(../images/icon_01.png) no-repeat center top;}
.sy_menu02 em{ font-style:normal; font-size:11px;}
.h_mt04{width:1070px; margin:0 auto; height:auto; overflow:hidden;}
.weixin-code{
    display: none;
    top:40px;
    right: 210px;
    position: absolute;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.weixin-code img{
    width: 100%;
    height: 100%;
}
.sina-code{
    display: none;
    top:40px;
    right: 360px;
    position: absolute;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.sina-code img{
    width: 100%;
    height: 100%;
}

.phone_head {display:none;}
.toubu{ width:100%;background:url(../images/top_bg.jpg); border-bottom:1px solid #e0e0e0; padding:8px 0; text-align:center; height:66px; line-height:50px; font-size:16px; z-index:2;}
.toubu a{ color:#fff;}
.header_fanhui{ position:absolute; top:8px; left:10px;}
.nav2{ width:33px; right:10px; top:20px; position:absolute; z-index:99999; font-size:14px;}
.nav2 .sy_dh{ width:33px; height:25px; background:url(../images/nav.png) no-repeat; font-size:16px; cursor:pointer;}
.nav2 .menu{ float:right; position:relative; right:-10px; top:3px; opacity: 0.9; padding-top:0px; background:#c30d23;}
.nav2 .menu ul li{ height:34px; line-height:34px; border-bottom:1px solid #c30d23;}
.nav2 .menu ul li a{ width:100px; height:34px; display:block; color:#fff; text-decoration:none; text-align:center;font-size:15px; font-weight:bold;}
.nav2 .menu ul li a:hover{ width:100px; height:34px; display:block; color: #fff; background:#1c0000; text-decoration:none; text-align:center;font-size:14px; font-weight:bold;}
.xiaoshi{ width:100%; height:100%; position:absolute; z-index:1; display:none; }

.nav{ width:100%; height:40px; background-color:#c30d23; z-index:9999; border-bottom:1px solid #b30234; border-top:1px solid #b30234}
.nav ul{margin:0px auto; padding:0px 15px;}
.nav ul li{float:left; }
.nav ul li a{width:100%; text-align:center; float:left; line-height:40px; height:40px; display:block; font-size:16px; color:#FFFFFF; font-weight:bold;font-family: "Microsoft Yahei",sans-serif;}
/* 以上头部 */
.section1 {
	padding-top:4%;
	text-align:center;
	background:#fff url(../images/sec1_bg.jpg) bottom center no-repeat;
	}
.section1 .container {
	overflow:hidden;
	}
.section1 .img1 {
	width:59.73%;
	animation:img1 5s infinite;
	-webkit-animation:img1 5s infinite;
	-moz-animation:img1 5s infinite;
	-o-animation:img1 5s infinite;
	-ms-animation:img1 5s infinite;
	}
@keyframes img1 
{
	0% {transform:translate(200px,0);opacity:0;}
	20% {transform:translate(0,0);opacity:1;}
	80% {transform:translate(0,0);opacity:1;}
	100% {transform:translate(-200px,0);opacity:0;}
	}
@-webkit-keyframes img1 
{
	0% {-webkit-transform:translate(200px,0);-webkit-opacity:0;}
	20% {-webkit-transform:translate(0,0);-webkit-opacity:1;}
	80% {-webkit-transform:translate(0,0);-webkit-opacity:1;}
	100% {-webkit-transform:translate(-200px,0);-webkit-opacity:0;}
	}
@-moz-keyframes img1 
{
	0% {-moz-transform:translate(200px,0);-moz-opacity:0;}
	20% {-moz-transform:translate(0,0);-moz-opacity:1;}
	80% {-moz-transform:translate(0,0);-moz-opacity:1;}
	100% {-moz-transform:translate(-200px,0);-moz-opacity:0;}
	}
@-o-keyframes img1 
{
	0% {-o-transform:translate(200px,0);-o-opacity:0;}
	20% {-o-transform:translate(0,0);-o-opacity:1;}
	80% {-o-transform:translate(0,0);-o-opacity:1;}
	100% {-o-transform:translate(-200px,0);-o-opacity:0;}
	}
@-ms-keyframes img1 
{
	0% {-ms-transform:translate(200px,0);-ms-opacity:0;}
	20% {-ms-transform:translate(0,0);-ms-opacity:1;}
	80% {-ms-transform:translate(0,0);-ms-opacity:1;}
	100% {-ms-transform:translate(-200px,0);-ms-opacity:0;}
	}
.section1 .img2 {
	margin-top:2.63%;
	width:59.91%;
	animation:img2 5s infinite;
	-webkit-animation:img2 5s infinite;
	-moz-animation:img2 5s infinite;
	-o-animation:img2 5s infinite;
	-ms-animation:img2 5s infinite;
	}
@keyframes img2 
{
	0% {transform:translate(-200px,0);opacity:0;}
	20% {transform:translate(0,0);opacity:1;}
	80% {transform:translate(0,0);opacity:1;}
	100% {transform:translate(200px,0);opacity:0;}
	}
@-webkit-keyframes img2 
{
	0% {-webkit-transform:translate(-200px,0);-webkit-opacity:0;}
	20% {-webkit-transform:translate(0,0);-webkit-opacity:1;}
	80% {-webkit-transform:translate(0,0);-webkit-opacity:1;}
	100% {-webkit-transform:translate(200px,0);-webkit-opacity:0;}
	}
@-moz-keyframes img2 
{
	0% {-moz-transform:translate(-200px,0);-moz-opacity:0;}
	20% {-moz-transform:translate(0,0);-moz-opacity:1;}
	80% {-moz-transform:translate(0,0);-moz-opacity:1;}
	100% {-moz-transform:translate(200px,0);-moz-opacity:0;}
	}
@-o-keyframes img2 
{
	0% {-o-transform:translate(-200px,0);-o-opacity:0;}
	20% {-o-transform:translate(0,0);-o-opacity:1;}
	80% {-o-transform:translate(0,0);-o-opacity:1;}
	100% {-o-transform:translate(200px,0);-o-opacity:0;}
	}
@-ms-keyframes img2 
{
	0% {-ms-transform:translate(-200px,0);-ms-opacity:0;}
	20% {-ms-transform:translate(0,0);-ms-opacity:1;}
	80% {-ms-transform:translate(0,0);-ms-opacity:1;}
	100% {-ms-transform:translate(200px,0);-ms-opacity:0;}
	}
.section1 .img3,
.section1 .img5 {
	margin-top:1.75%;
	width:3.42%;
	transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-o-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	}
.section1 .img3 {
	animation:img3 10s infinite;
	}
@keyframes img3 
{
	0% {transform: rotate(0deg);}
	20% {transform: rotate(20deg);}
	40% {transform: rotate(-10deg);}
	60% {transform: rotate(15deg);}
	75% {transform: rotate(-5deg);}
	90% {transform: rotate(8deg);}
	100% {transform: rotate(0deg);}
	}
@-webkit-keyframes img3 
{
	0% {-webkit-transform: rotate(0deg);}
	20% {-webkit-transform: rotate(20deg);}
	40% {-webkit-transform: rotate(-10deg);}
	60% {-webkit-transform: rotate(15deg);}
	75% {-webkit-transform: rotate(-5deg);}
	90% {-webkit-transform: rotate(8deg);}
	100% {-webkit-transform: rotate(0deg);}
	}
@-moz-keyframes img3 
{
	0% {-moz-transform: rotate(0deg);}
	20% {-moz-transform: rotate(20deg);}
	40% {-moz-transform: rotate(-10deg);}
	60% {-moz-transform: rotate(15deg);}
	75% {-moz-transform: rotate(-5deg);}
	90% {-moz-transform: rotate(8deg);}
	100% {-moz-transform: rotate(0deg);}
	}
@-o-keyframes img3 
{
	0% {-o-transform: rotate(0deg);}
	20% {-o-transform: rotate(20deg);}
	40% {-o-transform: rotate(-10deg);}
	60% {-o-transform: rotate(15deg);}
	75% {-o-transform: rotate(-5deg);}
	90% {-o-transform: rotate(8deg);}
	100% {-o-transform: rotate(0deg);}
	}
@-ms-keyframes img3 
{
	0% {-ms-transform: rotate(0deg);}
	20% {-ms-transform: rotate(20deg);}
	40% {-ms-transform: rotate(-10deg);}
	60% {-ms-transform: rotate(15deg);}
	75% {-ms-transform: rotate(-5deg);}
	90% {-ms-transform: rotate(8deg);}
	100% {-ms-transform: rotate(0deg);}
	}
.section1 .img5 {
	animation:img5 15s infinite;
	}
@keyframes img5 
{
	0% {transform: rotate(0deg);}
	5% {transform: rotate(15deg);}
	6% {transform: rotate(15deg);}
	15% {transform: rotate(-5deg);}
	25% {transform: rotate(25deg);}
	35% {transform: rotate(-15deg);}
	45% {transform: rotate(20deg);}
	55% {transform: rotate(-5deg);}
	65% {transform: rotate(10deg);}
	75% {transform: rotate(-2deg);}
	85% {transform: rotate(2deg);}
	95% {transform: rotate(0deg);}
	100% {transform: rotate(0deg);}
	}
@-webkit-keyframes img5 
{
	0% {-webkit-transform: rotate(0deg);}
	5% {-webkit-transform: rotate(15deg);}
	6% {-webkit-transform: rotate(15deg);}
	15% {-webkit-transform: rotate(-5deg);}
	25% {-webkit-transform: rotate(25deg);}
	35% {-webkit-transform: rotate(-15deg);}
	45% {-webkit-transform: rotate(20deg);}
	55% {-webkit-transform: rotate(-5deg);}
	65% {-webkit-transform: rotate(10deg);}
	75% {-webkit-transform: rotate(-2deg);}
	85% {-webkit-transform: rotate(2deg);}
	95% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
	}
@-moz-keyframes img5 
{
	0% {-moz-transform: rotate(0deg);}
	5% {-moz-transform: rotate(15deg);}
	6% {-moz-transform: rotate(15deg);}
	15% {-moz-transform: rotate(-5deg);}
	25% {-moz-transform: rotate(25deg);}
	35% {-moz-transform: rotate(-15deg);}
	45% {-moz-transform: rotate(20deg);}
	55% {-moz-transform: rotate(-5deg);}
	65% {-moz-transform: rotate(10deg);}
	75% {-moz-transform: rotate(-2deg);}
	85% {-moz-transform: rotate(2deg);}
	95% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(0deg);}
	}
@-o-keyframes img5 
{
	0% {-o-transform: rotate(0deg);}
	5% {-o-transform: rotate(15deg);}
	6% {-o-transform: rotate(15deg);}
	15% {-o-transform: rotate(-5deg);}
	25% {-o-transform: rotate(25deg);}
	35% {-o-transform: rotate(-15deg);}
	45% {-o-transform: rotate(20deg);}
	55% {-o-transform: rotate(-5deg);}
	65% {-o-transform: rotate(10deg);}
	75% {-o-transform: rotate(-2deg);}
	85% {-o-transform: rotate(2deg);}
	95% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(0deg);}
	}
@-ms-keyframes img5 
{
	0% {-ms-transform: rotate(0deg);}
	5% {-ms-transform: rotate(15deg);}
	6% {-ms-transform: rotate(15deg);}
	15% {-ms-transform: rotate(-5deg);}
	25% {-ms-transform: rotate(25deg);}
	35% {-ms-transform: rotate(-15deg);}
	45% {-ms-transform: rotate(20deg);}
	55% {-ms-transform: rotate(-5deg);}
	65% {-ms-transform: rotate(10deg);}
	75% {-ms-transform: rotate(-2deg);}
	85% {-ms-transform: rotate(2deg);}
	95% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(0deg);}
	}
.section1 .img4 {
	margin:0 1%;
	width:56.4%;
	}
.section1 .pan {
	position:relative;
	padding-top:1.11%;
	width:58.5%;
	height:50%;
	margin:0 auto;
	background:url(../images/sec1_04.png) top center no-repeat;
	background-size:100% auto;
	text-align:center;
	}
.section1 .pan img {
	width:96%;
	}
.section1 .pan .dong {
	position:absolute;
	top:auto;
	left:50%;
	margin-left:-48%;
	animation:pan 20s infinite linear;
	-webkit-animation:pan 20s infinite linear;
	-moz-animation:pan 20s infinite linear;
	-o-animation:pan 20s infinite linear;
	-ms-animation:pan 20s infinite linear;
	}
@keyframes pan
{
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
@-webkit-keyframes pan
{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes pan
{
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes pan
{
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
@-ms-keyframes pan
{
	from {-ms-transform: rotate(0deg);}
	to {-ms-transform: rotate(360deg);}
}
.section2 {
	position:relative;
	padding-bottom:4%;
	border-top:1px solid #a00013;
	text-align:center;
	background:url(../images/sec2_bg.gif) left top;
	}
.section2 img {
	width:76.75%;
	}
.sec_tit {
	padding:0;
	margin-bottom:5%;
	}
.section3 {
	padding:30px 0 6%;
	background:url(../images/sec3_bg.gif) left top;
	}
.section3 .sec3_nav {
	padding:0;
	border:1px solid #dadada;
	border-right:none;
	border-bottom:none;
	background:#fff;
	}
.section3 .sec3_nav a {
	padding:5px 0;
	text-align:center;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	font-size:26px;
	border-right:1px solid #dadada;
	}
.section3 .sec3_nav a.hover {
	background:#c90d24;
	color:#fff;
	}
.section3 .sec3_box {
	padding:5% 3% 0;
	background:#fff;
	border:1px solid #dadada;
	}
.section3 .sec3_box .sec3_con {
	display:none;
	background:url(../images/sec3_con.jpg) right 20% no-repeat;
	background-size:46% auto;
	}
.section3 .sec3_box .sec3_con h3 {
	font-size:20px;
	color:#c90d24;
	min-height:56px;
	}
.section3 .sec3_box .sec3_con p {
	margin-top:10px;
	min-height:140px;
	font-size:18px;
	}
.section3 .sec3_box .sec3_con p,
.section3 .sec3_box .sec3_con h3,
.section5 .row>div .text,
.section7 .sec7_con .sec7_01 h3,
.section7 .sec7_con .sec7_01 p {
	font-family:"\5FAE\8F6F\96C5\9ED1";
	line-height:28px;
	}
.section3 .sec3_box .sec3_con .con_img {
	margin:6% 0;
	padding:0;
	}
.section4 {
	padding:30px 0 6%;
	background:url(../images/sec4_bg.gif);
	}
.section4 .row img {
	padding:0;
	}
.section5 {
	padding:30px 0 6%;
	background:#fff url(../images/sec1_bg.jpg) bottom center no-repeat;
	color:#fff;
	}
.section5 .row>div .text {
	padding:5%;
	min-height:190px;
	background:#c50d24;
	font-size:14px;
	line-height:25px;
	}
.section5 .row>div .text h3 {
	margin-bottom:5%;
	text-align:center;
	}
.section6 {
	padding:30px 0 0;
	background:url(../images/sec2_bg.gif) left top;
	}
.section6 .container {
	padding:0;
	}
.section7 {
	padding:30px 0 0;
	background:url(../images/sec3_bg.gif) left top;
	}
.section7 .sec7_bg {
	padding-bottom:6%;
	background:url(../images/sec7_bg2.png) right 70% no-repeat , url(../images/sec7_bg3.png) left bottom no-repeat;
	background-size:20% auto;
	}
.section7 .sec7_con>img {
	margin-bottom:15px;
	}
.section7 .sec7_con img {
	max-width:100%;
	}
.section7 .sec7_con .sec7_01 {
	padding-top:3%;
	padding-bottom:6%;
	background:#c90d24;
	border:5px solid #af0015;
	color:#fff;
	}
.section7 .sec7_con .sec7_01 h3 {
	margin-bottom:3%;
	font-size:29px;
	line-height:40px;
	font-weight:bold;
	}
.section7 .sec7_con .sec7_01 p {
	font-size:17px;
	}
.section7 .sec7_con .sec7_01 .touxiang {
	position:absolute;
	right:25px;
	top:-100px;
	}
.section7 .sec7_con .sec7_02 {
	margin-top:5%;
	}
.section7 .sec7_con .sec7_02,
.section7 .sec7_con .sec7_02 div {
	padding:0;
	}
.al_r {
	text-align:right;
	}
.section8 .carousel {
	margin:0 auto;
	max-width:1090px;
	}
.section8 .carousel-indicators {
	bottom:-10%;
	}
.section8 {
	padding:30px 0 10%;
	background:url(../images/sec4_bg.gif);
	}
.section9 {
	padding:30px 0 6%;
	}
.section9 .left {
	padding:0;
	}
.section9 .right {
	padding-right:0;
	}
.section9 .search {
	padding:15px;
	background:#fec200;
	}
.section9 .search .ewm {
	padding:0 0 10px;
	background:#fff;
	color:#cb9d0a;
	text-align:center;
	}
.section9 .search .ewm img {
	max-width:100%;
	}
.section9 .search .search_s {
	padding-right:0;
	color:#b98d01;
	}
.section9 .search .search_s>p {
	display:block;
	}
.section9 .search .search_s>p a {
	display:inline-block;
	padding:5px;
	font-size:16px;
	color:#a78000;
	}
.section9 .search .search_s>p a.cur {
	color:#fff;
	}
.section9 .search .search_s form {
	display:none;
	}
.section9 .search .search_s form.cur {
	display:block;
	}
.section9 .search .search_s form input,
.section9 .search .search_s form button {
	margin:10px 0;
	padding:5px 15px;
	border:none;
	font-size:18px;
	outline:none;
	}
.section9 .search .search_s form button {
	background:#c90d33;
	color:#fff;
	}
.f_l {
	float:left;
	}
.f_r {
	float:right;
	}
.duopinpai_img {
	text-align:center;
	background:url(../images/dpp_bg.gif) center;
	}
.duopinpai_img img {
	max-width:100%;
	}
.duopinpai_text {
	padding:3% 0;
	background:#f3f3f3;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	}
.duopinpai_text h3 {
	margin-bottom:4%;
	color:#d71518;
	font-size:42px;
	text-align:center;
	}
.duopinpai_text h3 span {
	font-size:46px;
	font-weight:bold;
	}
.duopinpai_text p {
	padding:0 30px;
	font-size:24px;
	line-height:35px;
	}
.its_pinpai {
	padding:5% 0;
	}
.its_pinpai .its_box {
	display:table;
	margin:0 auto;
	width:1151px;
	border-left:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	}
.its_pinpai .its_box ul li {
	float:left;
	}
.its_pinpai .its_box ul li a {
	position:relative;
	display:table;
	color:#333;
	}
.its_pinpai .its_box ul li img {
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	}
.its_pinpai .its_box ul li a:hover .pinpai_lg {
	display:block;
	}
.its_pinpai .its_box .pinpai_lg {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	z-index:9;
	width:285px;
	padding:10px 20px;
	background:#fff;
	text-align:left;
	border:1px solid #dec267;
	}
.its_pinpai .its_box .pinpai_lg h4 {
	margin:10px 0;
	color:#b4201e;
	}
.its_pinpai .its_box .pinpai_lg h4,
.its_pinpai .its_box .pinpai_lg>p {
	width:55%;
	}
.its_pinpai .its_box .pinpai_lg .arrow {
	position:absolute;
	top:0;
	left:20%;
	width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #dec267;
    margin:-10px auto;
	}
.its_pinpai .its_box .pinpai_lg .arrow span{
    display:block;
    width:0;
    height:0;
    border-width:0 8px 8px;
    border-style:solid;
    border-color:transparent transparent #fff;
    position:absolute;
    top:2px;
    left:-8px;
}
.its_pinpai .its_box .pinpai_lg .er_code {
	float:right;
	text-align:center;
	margin-left:10px;
	}
.its_pinpai .its_box .pinpai_lg .er_code p {
	font-size:12px;
	}
.its_pinpai .its_box .pinpai_lg .pinpai_lg_close {
	display:none;
	position:absolute;
	right:20px;
	bottom:10px;
	}
.brt_brand {
	padding-bottom:4%;
	}
.brt_brand .container {
	padding:0;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	}
.brt_brand .container .pinpai_h2 {
	font-size:43px;
	}
.brt_brand .container .pinpai_p {
	margin-bottom:7%;
	font-size:20px;
	}
.brt_brand .container .pinpai_p>span {
	color:#d42725;
	}
.brt_brand .container>h2,
.brt_brand .container>p {
	text-align:center
	}
.brt_brand .container>ul>li {
	margin-bottom:20px;
	text-align:center;
	}
.brt_brand .container>ul>li>img {
	max-width:100%;
	}
.brt_brand .container>ul>li:hover>.pinpai_lg {
	display:block;
	}
.brt_brand .container>ul>li>.pinpai_lg {
	display:none;
	position:absolute;
	left:15px;
	top:100%;
	z-index:9;
	width:130%;
	padding:10px 20px;
	background:#fff;
	text-align:left;
	border:1px solid #dec267;
	}
.brt_brand .container>ul>li>.pinpai_lg>h4 {
	color:#b4201e;
	}
.brt_brand .container>ul>li>.pinpai_lg>.arrow {
	position:absolute;
	top:0;
	left:20%;
	width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #dec267;
    margin:-10px auto;
	}
.brt_brand .container>ul>li>.pinpai_lg>.arrow>span{
    display:block;
    width:0;
    height:0;
    border-width:0 8px 8px;
    border-style:solid;
    border-color:transparent transparent #fff;
    position:absolute;
    top:2px;
    left:-8px;
}
.brt_brand .container>ul>li>.pinpai_lg>.er_code {
	float:right;
	text-align:center;
	margin-left:10px;
	}
.brt_brand .container>ul>li>.pinpai_lg>.er_code>p {
	font-size:12px;
	}
.brt_brand .container>ul>li>.pinpai_lg>.pinpai_lg_close {
	display:none;
	position:absolute;
	right:20px;
	bottom:10px;
	}
.section10 {
	padding:6% 0;
	background:#f4f4f4;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	}
.section10 .container>h3 {
	font-size:20px;
	}
.section10 .container>h3 span {
	display:inline-block;
	margin-right:10px;
	width:5px;
	height:15px;
	background:#b70002;
	vertical-align:middle;
	}
.section10 .sec10_left {
	margin-top: 20px;
	padding:0;
	}
.section10 .sec10_left input,
.section10 .sec10_left textarea {
	margin:0 5px;
	padding:5px;
	width:75%;
	border:none;
	}
.section10 .sec10_left label,
.section10 .sec10_left p.select {
	margin-bottom:15px;
	display:inline-block;
	padding:10px;
	border:1px solid #e5e5e5;
	font-size:14px;
	vertical-align:middle;
	background:#fff;
	}
.section10 .sec10_left p.select {
	font-weight:bold;
	}
.section10 .sec10_left label span,
.section10 .sec10_left p.select span {
	float:right;
	margin-left:10px;
	color:#e60013;
	}
.section10 .sec10_left .quick {
	padding:0 0 5px;
	border:1px solid #e5e5e5;
	background:#fff;
	}
.section10 .sec10_left .quick h4 {
	margin-bottom:8px;
	padding:2px 10px;
	color:#fff;
	background:#e60013;
	font-size:13px;
	}
.section10 .sec10_left .quick p {
	line-height:18px;
	cursor:pointer;
	font-size:14px;
	}
.section10 .sec10_left .quick p span {
	margin:0 3px;
	color:#e60013;
	font-weight:bold;
	}
.section10 .sec10_left textarea {
	padding:0 5px;
	vertical-align:top;
	resize:none;
	overflow:hidden;
	}
.section10 .sec10_left button {
	padding:10px 0;
	color:#fff;
	font-size:19px;
	background:#e60013;
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	}
.section10 .sec10_right {
	text-align:center;
	}
.ny_foot{background:url(../images/ny_foot.jpg) repeat center top; height:265px; border-top:1px solid #e5e5e5;}
.ny_foot02{width:1000px; margin:0 auto; height:auto; overflow:hidden;}
.ny_foot022{float:left; width:700px;}
.ny_foot03{width:700px; float:left; height:110px; color:#FFF; font-size:15px; padding-top:20px;}
.ny_foot03 strong{ font-size:16px; font-weight:100; line-height:35px; width:110px; text-align:center; display:block;}
.ny_foot03 li{ float:left; width:110px; text-align:center; line-height:24px;}
.ny_foot03 li a{ color:#FFF;}
.ny_foot03 li a:hover{ text-decoration:underline;}
.ny_foot04{width:700px; float:left; color:#ffffff; font-size:15px; line-height:26px; padding-top:20px;}
.ny_foot04 a{ color:#ffffff;}
.ny_foot04 .footlink{ color:#ffffff;}
.ny_foot05{width:200px; float:left; padding-left:20px; padding-top:30px;}
.ny_foot08{width:200px; color:#FFF; padding-top:10px;}
.ny_foot09{float:left; width:100px; text-align:center; line-height:30px;}

.tiaozhuandao{display:none; position:fixed;right:0px; width:100%; height:auto; bottom:0px; z-index:9999; background:#c30d23;} 
* html .tiaozhuandao{position:absolute;left:expression(eval(document.documentElement.scrollRight+0));top:expression(eval(document.documentElement.scrollTop+300));z-index:9999;} 
.bottom_nav{ width:100%}
.bottom_nav ul{ margin:0px; padding:0px; list-style:none}
.bottom_nav li{ float:left; width:25%; text-align:center}

.side{position:fixed;width:54px;height:275px;left:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;left:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
/* 以下手机样式 */	
@media (max-width:767px){
.container {
	width:100%;
	}
html,
body {
	min-width:320px;
	}
.phone_head {display:block;}
.sy_cont{display:none;}
.section3 .sec3_nav a {
	padding:5px 10px;
	font-size:12px;
	}
.section3 .sec3_box .sec3_con p,
.section3 .sec3_box .sec3_con h3 {
	font-size:14px;
	line-height:20px;
	}
.section3 .sec3_box .sec3_con .con_img img {
	margin:5px 0;
	}
.section3 .sec3_box .sec3_con {
	background:none;
	}
.section4 .row img {
	margin:5px 0;
	}
.section5 .row>div {
	margin-top:10px;
	}
.section5 .row>div .text {
	min-height:170px;
	font-size:12px;
	line-height:17px;
	}
.section7 .sec7_con {
	padding:0;
	}
.section7 .sec7_con .sec7_01 h3 {
	font-size:18px;
	line-height:30px;
	}
.section7 .sec7_con .sec7_01 p {
	font-size:12px;
	line-height:18px;
	}
.section7 .sec7_con .sec7_01 .touxiang {
	position:static;
	}
.section8 .carousel-indicators {
	bottom:-20%;
	}
.section9 .left {
	padding:0;
	}
.section9 .right {
	padding:0;
	}
.section9 .search .search_s form input,
.section9 .search .search_s form button {
	padding:5px;
	font-size:14px;
	}
.duopinpai_text h3 {
	font-size:20px;
	}
.duopinpai_text h3 span {
	font-size:22px;
	}
.duopinpai_text p {
	padding:0;
	font-size:16px;
	line-height:25px;
	}
.its_pinpai .its_box {
	margin:0 auto;
	width:289px;
	}
.its_pinpai .its_box ul li a.chunbao {
	float:left;
	}
.its_pinpai .its_box .pinpai_lg {
	position:fixed;
	padding:20px 20px 30px;
	width:100%;
	left:0;
	top:0;
	z-index:9999;
	}
.its_pinpai .its_box .pinpai_lg .arrow {
	display:none;
	}
.its_pinpai .its_box .pinpai_lg .pinpai_lg_close {
	display:block;
	}
	
.brt_brand .container .pinpai_h2 {
	font-size:30px;
	}
.brt_brand .container .pinpai_p {
	font-size:14px;
	}
.brt_brand .container>ul>li {
	padding:0 5px;
	}
.brt_brand .container>ul>li>.pinpai_lg {
	position:fixed;
	padding:20px 20px 30px;
	width:100%;
	left:0;
	top:0;
	z-index:9999;
	}
.brt_brand .container>ul>li>.pinpai_lg>.arrow {
	display:none;
	}
.brt_brand .container>ul>li>.pinpai_lg>.pinpai_lg_close {
	display:block;
	}
.section10 .sec10_left input,
.section10 .sec10_left textarea {
	width:70%;
	}
.section10 .sec10_left button {
	margin:15px 0 20%;
	}
.section10 .sec10_right {
	display:none;
	}
.section10 .sec10_left p.select select {
	margin:5px 0;
	width:100% !important;
	}
.tiaozhuandao {
	display:block;
	}
.ny_foot {
	display:none;
	}
.side {
	display:none;
	}
#LRdiv0 {
	display:none !important;
	}
	}