#mall_header .logo {
	background: url(logo.png) no-repeat;
	width:135px;
}
#mall_header .help {
	background-color: #c7181e;
}
#mall_header .header_main {
	margin:0 auto;
	width:1180px;
}
#mall_header .subtitle h1 {
	color:#fff;
}

#mall_header .switch-language {
	float: right;
	height: 80px;
	color: white;
	line-height: 80px;
	text-align: center;
	font-size: 14px;
	color: #d24f4f;
}

#mall_header .switch-language a {
    /*color: white;*/
    color: #ea5c5c;
    padding: 0 7px;
}

#mall_header .switch-language a:hover, #mall_header .switch-language a.on {
	color: #ffc9c9;
}



#mall_header .switch-language a:hover {
	text-decoration: none;
}

#mall_header .nav {
	overflow: visible;
	text-align: right;
	float:right;
  	margin-left:30px;
     margin-right:20px
}
#mall_header .nav li {
	float: none;
	height: 80px;
	text-align: center;
	font-size: 16px;
	padding:0;
	position: relative;
	display: inline-block;
	*zoom:1;
	*display:inline;
	margin-right:0;
}
#mall_header .nav li a {
	height: 79px;
	padding: 0 25px;
	line-height: 80px;
	border-radius: 0px;
	background-color: #c7181e;
	color: #fff;
}
#mall_header .nav li.on a, #mall_header .nav li a:hover, #mall_header .nav li.on a:hover {
	background-color: #e6292f;
	color: #fff;
}
#mall_header .nav li .sub {
	position: absolute;
	top:80px;
	left:0;
	padding-top:8px;
	display: none;
}
#mall_header .nav li .sub_list {
	width:396px;
	background-color: #59585b;
	border-radius: 5px;
	padding:15px 30px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#mall_header .nav li:hover .sub {
	display: block;
}
#mall_header .nav li .sub i {
	display: block;
	width:0;
	height:0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #59585b;
	position: absolute;
	top:0px;
	left:50px;
}
#mall_header .nav li .sub.contact {
	left:-228px;
}
#mall_header .nav li .sub.contact i {
	left:278px;
}
#mall_header .nav li .sub a {
	width:89px;
	height:30px;
	line-height: 30px;
	background:none;
	float:left;
	color:#ccc;
	font-size: 14px;
	padding: 0 10px 0 0;
	text-align: left;
}
#mall_header .nav li .sub a:hover {
	color:#fff;
	background-color: transparent;
}
input {
	outline: none;
}
.navList {
	width: 100%;
	background-color: #f5f5f5;
	z-index: 99;
}
.navList .w1180 {
	height: 48px;
}
.navList a {
	display: inline-block;
	height: 47px;
	line-height: 47px;
	padding:0 10px;
	color:#333;
	border-bottom:1px solid #f5f5f5;
}
.navList a:hover, .navList a.on {
	color:#c7181e;
	border-bottom:1px solid #e6292f;
	text-decoration: none;
}
.crumb {
	height:80px;
	line-height: 80px;
	background:url(crumb_bg.png) no-repeat center bottom;
	color:#999;
}
.crumb i {
	display: inline-block;
	width: 16px;
	height: 13px;
	background:url(iconf.png) no-repeat 0 0;
	vertical-align: text-top;
}
.crumb a {
	font-size: 14px;
	color:#333;
	margin: 0 10px;
}
.crumb span {
	font-family: sans-serif;
}
.crumb .search {
	float: right;
	width: 280px;
	padding-left:20px;
	height: 38px;
	line-height: 38px;
	margin-top:21px;
	background: url(search_bg.png) no-repeat;
	position: relative;
}
.crumb .search input {
	width: 240px;
	height: 20px;
	line-height: 20px;
}
.crumb .search .btn_search {
	display: block;
	width: 38px;
	height: 38px;
	background: url(iconf.png)  -168px -253px;
	position: absolute;
	top:0px;
	right: 0px;
	margin:0;
}
.content {
	width:1180px;
	margin:0 auto;
	overflow: hidden;
	padding:50px 0 20px;
	    line-height: 3em;
}
.page_tit {
	margin-bottom:50px;
	height: 70px;
	background: url(page_tit_bg.png) repeat-x 0 10px;
}

.slogan {
	display: block;
	background-color: #fff;
	padding-right:10px;
}
.main {
	line-height: 250%;
}
.main p {
	font-size: 16px;
	color:#666;
	padding: 10px 0;
	text-indent: 2em;
	text-align: left;
}
.main .no_indent {
	text-indent: 0;
}
.pkg_page {
	text-align: right;
}
.pkg_page a{
	display: inline-block;
	width: 36px;
	height:36px;
	line-height:36px;
	text-align: center;
	color: #333;
	border:1px solid #e6e6e6;
	background-color: #fff;
}
.pkg_page a:hover, .pkg_page .current, .pkg_page .current:hover {
	text-decoration: none;
	color: #fff;
	border:1px solid #f5454a;
	background-color: #f5454a;
}
.pkg_page_ellipsis{
	display: inline-block;
	margin:0 6px 0 3px;
}
.pkg_page .up{
	margin-right:10px;
	width: 62px;
}
.pkg_page .down{
	margin-left:10px;
	width: 62px;
}
.pkg_page .up_nocurrent, .pkg_page .up_nocurrent:hover, .pkg_page .down_nocurrent, .pkg_page .down_nocurrent:hover {
	cursor: default;
	border:1px solid #e6e6e6;
	background-color: #fff;
	color: #ccc;
}
.pkg_pagevalue {
	display: inline-block;
	margin-left:20px;
	height: 40px;
	line-height: 40px;
}
.pkg_pagevalue .pkg_page_num {
	padding:0 10px;
	width: 20px;
	height: 36px;
	line-height: 36px;
	border:1px solid #e6e6e6;
	margin:0 4px;
	-webkit-box-shadow:0 0 0 #fff;
	        box-shadow:0 0 0 #fff;
	border-radius:0;
}
.pkg_page .pkg_page_submit {
	margin-left: 25px;
	width: 60px;
}
.help_banner {
	height: 160px;
	background: url(help_banner_bg.jpg) no-repeat 0 center;
}
.help_banner .banner_box {
	width: 1180px;
	height: 160px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
/***********intro*************/
.main_intro span {
	font-size: 18px;
	color:#333;
}
.slogan_intro {
	width:200px;
	height:68px;
	background: #fff url(slogan_intro.png) no-repeat;
}
.main_intro .fg {
	overflow: hidden;
	height: 80px;
}
/***********culture*************/
.culture_prelude{
	min-height: 340px;
}
.culture_prelude .culture_prelude_cont{
	display: inline-block;
}
.culture_prelude .culture_prelude_cont:hover{
	text-decoration: none;
}
.culture_prelude .culture_prelude_cont>span{
	display: inline-block;
	vertical-align: middle;
	width: 515px;
	padding-left: 80px;
	font-size: 24px;
	color: #666;
	line-height: 48px;
	padding-top: 15px;
}
.culture_content{
	margin-top: 50px;
}
.culture_content .culture_title{
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.culture_content .culture_title:before{
	content: "";
	display: inline-block;
	width: 41px;
	height: 38px;
	background: url(../images/culture_title.png) no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}
.culture_import{
	width: 930px;
	height: 238px;
	background: url(culture_import.png) no-repeat;
	padding: 118px 45px  0 85px;
	font-size: 30px;
	color: #fff;
	line-height: 52px;
	text-indent: 3em;
	margin-left: 38px;
	margin-top: 55px;
}
.culture_import b{
	font-size: 36px;
}
.slogan_culture {
	width:330px;
	height:68px;
	background: #fff url(slogan_culture.png) no-repeat;
}
.main_culture {
	margin: 0 auto;
	padding: 0 100px;
}
.main_culture .box {
	overflow: hidden;
	margin-bottom: 80px;
	font-size: 18px;
	color:#666;
	line-height: 180%;
}
.main_culture .box h3 {
	font-size:30px;
	font-weight: normal;
	color:#333;
	margin:20px 0;
}
/***********tzz*************/
.slogan_tzz {
	width:219px;
	height:68px;
	background: #fff url(slogan_tzz.png) no-repeat;
}
.main_tzz .box {
	margin-bottom:50px;
	overflow: hidden;
}
.main_tzz .box img {
	float:left;
	margin: 0 60px 0px 0;
}
.main_tzz .box h3 {
	color:#c7181e;
	font-size: 18px;
	font-weight: normal;
}
.main_tzz {
	line-height: 230%;
}
/***********vision*************/
.slogan_vision {
	width:429px;
	height:68px;
	background: #fff url(slogan_vision.png) no-repeat;
}
.main_vision {
	width:100%;
	height: 679px;
	background: url(about_vision_bg.gif) no-repeat 50% 0px;
}
.main_vision .box {
	width:1180px;
	margin: 0 auto;
}
.main_vision .box p {
	padding: 0;
	font-size: 18px;
	line-height: 250%;
	text-indent: 0;
}
.main_vision .box p.vision {
	margin-left: 250px;
}

.main_vision .box p.mission {
	margin-top: 210px;
	margin-left: 250px;
}
.main_vision .box h3 {
	font-size: 30px;
	color:#ffa21f;
	font-weight: normal;
	margin-bottom:15px;
}
/***********gg*************/
.slogan_gg {
	width:288px;
	height:67px;
	background: #fff url(slogan_gg.png) no-repeat;
}
/***********group*************/
.prelude {
	margin-bottom: 100px;
	text-align:center;
}
.slogan_group {
	width:211px;
	height:68px;
	background: #fff url(slogan_group.png) no-repeat;
}
.main_group .box {
	margin-bottom:80px;
	position: relative;
}
.main_group .tit {
	margin-bottom: 30px;
	padding-left: 120px;
}
.main_group .data {
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-color: #f2f2f2;
	padding:10px 10px;
	position: absolute;
	top:0;
	left:0;
}
.main_group .mouth {
	font-size: 14px;
	float: left;
	text-align: left;
	width: 35px;
}
.main_group .year {
	font-size: 14px;
	width: 35px;
	color:#999;
	padding-bottom: 12px;
}
.main_group .day {
	font-size: 36px;
	color:#c7181e;
	margin-bottom:5px;
	text-align: right;
	position: absolute;
	bottom:10px;
	right:5px;
}
.main_group h3 {
	font-weight: normal;
	font-size: 24px;
}
.main_group p {
	padding:0;
}
/***********honor*************/
.slogan_honor {
	width:292px;
	height:68px;
	background: #fff url(slogan_honor.png) no-repeat;
}
.slogan_CEOhonor {
	width:292px;
	height:68px;
	background: #fff url(slogan_CEOhonor.png) no-repeat;
}
.main_honor .box {
	margin-bottom:80px;
}
.main_honor .honor_list {
	overflow: hidden;
}
.main_honor .honor_list li {
	width: 250px;
	height: 180px;
	margin:0 40px 40px 0;
	float:left;
	cursor: pointer;
	position: relative;
	-webkit-transition: transform .5s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transition: transform .5s ease-in-out;
	-moz-transform-style: preserve-3d;
}
.main_honor .explain, .main_honor .explain_img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: .6s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transition: .6s ease-out;
	-moz-transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
.main_honor .honor_list li .explain {
	width: 265px;
	height: 60px;
	padding:60px 0;
	background: url(about_honor_bg.jpg) no-repeat;
	text-align: center;
	font-size: 16px;
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.main_honor .honor_list li .name {
	color:#c7181e;
      padding-left: 20px;
    padding-right: 20px;
}
.main_honor .honor_list li.last {
	margin:0 0px 40px 0;
}
.main_honor .honor_list li .explain_img {
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
}
.main_honor .honor_list li:hover .explain_img {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	z-index:2;
}
.main_honor .honor_list li:hover .explain {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	z-index:1;
}
.main_honor .honor_list li .explain_img img {
	width: 265px;
	height: 180px;
}
.main_honor .association {
	height:329px;
	background: url(about_honor_association_bg.jpg) no-repeat;
	overflow: hidden;
	margin-top:30px;
}
.main_honor .association_list {
	margin:130px 0 0 45px;
	overflow: hidden;
}
.main_honor .association_list li {
	float: left;
	width: 366px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 13px;
}
.main_honor .association_list li .comp {
	color:black;
	float:left;
}
.main_honor .association_list li span{
	margin-left:10px;
	color:#666;
	float:left;
}
.honor_mask {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100;
}
.honor_slide {
	display: none;
	width: 960px;
	height: 670px;
	position: fixed;
	z-index: 101;
	top:50%;
	left:50%;
	background-color: #fff;
	margin-left:-480px;
	margin-top:-335px;
}
.honor_slide .close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 28px;
	height: 22px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	font-size: 40px;
	color: #ccc;
	z-index: 10;
	font-family: Tahoma;
}
.honor_slide .close:hover {
	text-decoration: none;
	color:#999;
}
.honor_slide .tit {
	color:#000;
	text-align: center;
	font-size: 24px;
	padding: 25px 80px;
}
.honor_slide img {
	display: block;
	width: 795px;
	height: 540px;
	margin:0 auto;
}
.honor_slide .prev {
	display: block;
	width: 38px;
	height: 64px;
	background: url(honor_prev.jpg) no-repeat;
	position: absolute;
	left:20px;
	bottom:300px;
}
.honor_slide .prev:hover {
	background: url(honor_prev_hover.jpg) no-repeat;
}
.honor_slide .next {
	display: block;
	width: 38px;
	height: 64px;
	background: url(honor_next.jpg) no-repeat;
	position: absolute;
	right:20px;
	bottom:300px;
}
.honor_slide .next:hover {
	background: url(honor_next_hover.jpg) no-repeat;
}
#count {
	float: right;
	font-size: 16px;
	line-height: 30px;
	color:#a0a0a0;
}
#count i {
	font-style: normal;
}
#count i.cur {
	font-size: 24px;
	color:#c8171d;
}
/***********law*************/
.slogan_law {
	width:276px;
	height:68px;
	background: #fff url(slogan_law.png) no-repeat;
}
.main_law p {
	padding: 10px 50px;
}
.main_law .warm {
	color:#c7181e;
}
.main_law h2 {
	color:#c7181e;
	font-size: 24px;
	font-weight: normal;
	margin:40px 0 20px;
}
.main_law h3 {
	color:#333;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 50px 5px;
}
/***********history*************/
.slogan_history {
	height:110px;
	background: #fff url(slogan_history.png) no-repeat;
}
.subNav {
	float:right;
/*	width: 500px;*/
	text-align: right;
}
.subNav li {
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.subNav li a {
	display: block;
	height: 78px;
	line-height: 78px;
	padding: 0 5px;
}
.subNav li .active {
	color:#c7181e;
	font-size: 24px;
	border-bottom:2px solid #c7181e;
	font-weight: bold;
}
.subNav li a:hover {
	text-decoration: none;
	color:#c7181e;
}
.main_history .history_bg {
	position: relative;
	overflow: hidden;
}
.main_history .history_bg .bg {
	position: absolute;
	width: 8px;
	height:100%;
	background-color: #f2dec7;
	border-radius: 4px;
	top:0;
	left:50%;
	margin-left:-4px;
}
.main_history .history_list {
	margin:20px 0;
}
.main_history .history_list li {
	overflow: hidden;
	margin-bottom:50px;
}
.main_history .history_list li .intro {
	position: relative;
	float: left;
	text-align: right;
	width:415px;
	padding:0 150px 10px 43px;
}
.main_history .history_list li.img_b {
	margin-bottom:70px;
	margin-top:70px;
}
.main_history .history_list li img {
	margin-left: 80px;
}
.main_history .history_list li i {
	display: block;
	width:135px;
	height:36px;
	position: absolute;
	top:10px;
	right:0;
	background: url(iconf.png) no-repeat 0 -17px;
}
.main_history .history_list li.right .intro {
	text-align: left;
	padding:0 43px 10px 150px;
	float:right;
}
.main_history .history_list li.right img {
	margin-left: 170px;
}
.main_history .history_list li.right i {
	left:0;
	background: url(iconf.png) no-repeat -99px -17px;
}
.main_history .data {
	color:#c7181e;
	font-size: 18px;
}
.main_history .event {
	font-size: 16px;
	color:#666;
}
.history_page {
	text-align: center;
	margin-top:20px;
}
.history_page a {
	display: inline-block;
	width: 118px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #e6e6e6;
	color:#333;
	font-size: 16px;
	margin: 0 20px;
}
.history_page a:hover {
	border: 1px solid #c7161c;
	color:#c7161c;
	text-decoration: none;
}
/***********contact*************/
.slogan_contact {
	width:218px;
	height:68px;
	background: #fff url(slogan_contact.png) no-repeat;
}
.main_contact .company_contact {
	border-bottom:1px solid #e6e6e6;
	overflow: hidden;
	padding:40px 0;
}
.main_contact .company_contact h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom:10px;
}
.main_contact .company_contact .company, .main_contact .company_contact .mail {
	width:480px;
}
.main_contact .company_contact .company {
	float:left;
}
.main_contact .company_contact .company i {
	display: inline-block;
	*zoom:1;
	*display:inline;
	width:24px;
	height: 24px;
	vertical-align: middle;
	margin:0 5px 0 5px;
}
.main_contact .company_contact .company .tx i {
	background: url(iconf.png) no-repeat -56px -56px;
}
.main_contact .company_contact .company .sina i {
	background: url(iconf.png) no-repeat -80px -56px;
}
.main_contact .company_contact .company .qq i {
	background: url(iconf.png) no-repeat -130px -56px;
}
.main_contact .company_contact .mail {
	float: right;
}
.main_contact .box {
	margin-bottom:50px;
}
.main_contact .box_bottom {
	border-top: 1px solid #f2f2f2;
	padding:50px;
	text-align: center;
}
.main_contact .box_bottom h3 {
	font-size: 24px;
	font-weight: normal;
	color:#c7181e;
	margin-bottom:10px;
}
.main_contact .spread {
	margin-top:20px;
}
.main_contact .spread dt {
	height: 60px;
	line-height: 60px;
	color:#fff;
	background-color: #ccc;
	font-size: 24px;
	cursor: pointer;
}
.main_contact .spread dt i {
	display: inline-block;
	*zoom:1;
	*display:inline;
	width: 18px;
	height: 16px;
	margin-left:10px;
	vertical-align: middle;
	background: url(iconf.png) no-repeat 0 -63px;
}
.main_contact .spread.cur dt i {
	background: url(iconf.png) no-repeat -28px -63px;
}
.main_contact .spread dd {
	display: none;
}
.main_contact .spread.cur dt {
	background-color: #e6292f;
}
.main_contact .spread.cur dd {
	display: block;
}
.main_contact ul.lr {
	overflow: hidden;
}
.main_contact .lr li {
	width: 480px;
	float:left;
	background: url(page_tit_bg.png) repeat-x 0 bottom;
	padding: 20px 0;
}
.main_contact .lr li .tit {
	color:#333;
	padding: 0;
	font-size: 18px;
}
.main_contact .lr li.right {
	float:right;
}
.main_contact .lr li.top {
	height: 200px;
}
/***********news*************/
.slogan_news {
	width:298px;
	height:68px;
	background: #fff url(slogan_news.png?t=20180111) no-repeat;
}
.slogan_zgnews {
	width:342px;
	height:66px;
	background: #fff url(slogan_zgnews.png?t=20180111) no-repeat;
}
.main_news {
	margin:-50px 0 20px;
}
.main_news .list {
	overflow: hidden;
}
.main_news .list li {
	// float:left;
	// width: 440px;
	height:90px;
	padding: 60px 0 30px 120px;
	border-bottom:2px solid #f2f2f2;
	position: relative;
}
.main_news .list li.r {
	// float: right;
}
.main_news .data {
	position: absolute;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-color: #f2f2f2;
	padding:10px;
	top:60px;
	left:0;
}
.main_news .mouth {
	font-size: 14px;
	float: left;
	text-align: left;
	width: 35px;
}
.main_news .year {
	font-size: 14px;
	width: 35px;
	color:#999;
	padding-bottom: 12px;
}
.main_news .day {
	font-size: 36px;
	color: #c7181e;
	margin-bottom: 5px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.main_news h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
}
.main_news h3 a {
	color:#333;
}
.main_news p {
	padding:0;
	font-size: 12px;
	line-height: 140%;
}
/***********details*************/
.content_details {
	padding:50px 50px 20px;
	width: 1080px;
}
.details_tit {
	height: 120px;
	text-align: center;
	background: url(page_tit_bg.png) repeat-x 0 110px;
	margin-bottom:20px;
}
.details_tit h2 {
	font-size: 30px;
	margin-bottom:20px;
}
.details_tit p {
	font-size: 14px;
	color:#999;
}
.main_details h3 {
	color:#333;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0px 5px;
}
/***********cooperate*************/
.slogan_cooperate {
	width:366px;
	height:68px;
	background: #fff url(slogan_cooperate.png) no-repeat;
}
.main_cooperate .box {
	padding:40px 50px;
}
.main_cooperate .box ul {
	padding-left:2em;
	font-size: 16px;
	color:#666;

}
/***********business*************/
.slogan_business {
	width:270px;
	height:68px;
	background: #fff url(slogan_business.png) no-repeat;
}
.main_business ul {
	margin-top:10px;
	overflow: hidden;
	position: relative;
}
.main_business li {
	float:left;
	width:386px;
	height: 300px;
	margin:0 11px 10px 0;
	cursor: pointer;
}
.main_business li.last {
	margin:0 0px 10px 0;
}
.main_business li.mall {
	background: url(business_mall.jpg) no-repeat;
}
.main_business li.bt {
	background: url(business_bt.jpg) no-repeat;
}
.main_business li.logistics {
	background: url(business_logistics.jpg) no-repeat;
}
.main_business li.pmb {
	background: url(business_pmb.jpg) no-repeat;
}
.main_business li.zl {
	background: url(business_zl.jpg) no-repeat;
}
.main_business li.gc {
	background: url(business_gc.jpg) no-repeat;
}
.main_business li.intro {
	display: none;
	float: none;
	width: 663px;
	background-color: #ffa21f;
	position: absolute;
	top: 0;
	right: 0;
	margin:0;
	height:auto;
	padding: 45px 60px;
	cursor: default;
}
.main_business li.intro h3 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-bottom:10px;
}
.main_business li.intro p {
	color: #fff;
	text-indent: 0;
}
.main_business .intro .close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 40px;
	color: #fff;
	z-index: 10;
	font-family: Tahoma;
}
/***********help*************/
.help_index {
	padding: 0px 0 20px;
	overflow: hidden;
}
.help_index h2 {
	font-size: 24px;
	color:#c7181e;
	margin-top:40px;
}
.help_index .self_help {
	margin-top:30px;
	border-bottom:1px solid #e6e6e6;
	overflow: hidden;
}
.help_index .self_help li {
	float: left;
	padding:0 69px 40px 0;
}
.help_index .self_help li a {
	display: block;
	width: 194px;
	height: 72px;
	overflow: hidden;
	padding-left:130px;
	color:#999;
	line-height: 150%;
	position: relative;
}
.help_index .self_help li a:hover {
	text-decoration: none;
}
.help_index .self_help li i {
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top:0;
	left:40px;
	background-image: url(iconf.png);
	background-repeat: no-repeat;
	background-position: 0 -88px;
}
.help_index .self_help li i.icon_fp {
	background-position: -80px -88px;
}
.help_index .self_help li i.icon_zyd {
	background-position: -160px -88px;
}
.help_index .self_help li i.icon_ye {
	background-position: 0px -168px;
}
.help_index .self_help li i.icon_jf {
	background-position: -80px -168px;
}
.help_index .self_help li i.icon_aq {
	background-position: -160px -168px;
}
.help_index .self_help li .tit {
	color:#666;
	font-size: 18px;
	font-weight: bold;
	padding:5px 0 10px;
}
.help_index .self_help li:hover .tit {
	 color:#ca171d;
 }
.help_banner .search {
	width: 860px;
	height: 60px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-430px;
	margin-top:-30px;
	background-color: #fff;
}
.help_banner .search input {
	float:left;
	width:681px;
	height: 52px;
	line-height: 52px;
	border:4px solid #ffa21f;
	font-size: 14px;
	padding:0 20px 0 36px;
}
.help_banner .search a {
	float: left;
	display: block;
	width: 115px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffa21f;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}
.help_banner .search i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(iconf.png) no-repeat -108px -60px;
	position: absolute;
	top: 20px;
	left: 14px;
}
.help_index .qa_box {
	background-color: #f7f8fa;
	margin-top:15px;
	color:#333;
	font-size: 14px;
	overflow: hidden;
	padding-bottom:40px;
}
.help_index .qa_box a {
	color:#333;
}
.help_index .qa_box dl {
	float:left;
	line-height: 300%;
	margin: 40px 0 0 120px;
	width: 430px;
}
.help_index .qa_box dl.clear {
	clear:left;
}
.help_index .qa_box dt {
	font-size: 24px;
	margin-bottom:10px;
}
.help_index .qa_box dd {
	padding-left:20px;
	background: url(arrow.png) no-repeat 0 16px;
}
/***********about_index*************/
.about_index_banner {
	width: 1180px;
	margin: 0 auto;
}
.list_menu li {
	float:left;
	width: 294px;
	height: 240px;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	overflow: hidden;
}
.list_menu li.no_br {
	border-right:0 none;
}
.list_menu li.no_bt {
	border-bottom:0 none;
}
.list_menu li a {
	display: block;
	width: 160px;
	height: 160px;
	text-align: center;
	margin:40px auto;
	font-size: 18px;
	color:#999;
}
.list_menu li a:hover {
	color:#333;
	text-decoration: none;
	-webkit-transform: translateY(-5px);
	-webkit-transition: 0.5s;
}
.list_menu li .icon_menu {
	display:block;
	margin:0 auto 10px;
	width: 80px;
	height: 80px;
}
.list_menu li .icon_01 {
	background: url(icon_menu_01.png) no-repeat;
}
.list_menu li .icon_02 {
	background: url(icon_menu_02.png) no-repeat;
}
.list_menu li .icon_03 {
	background: url(icon_menu_03.png) no-repeat;
}
.list_menu li .icon_04 {
	background: url(icon_menu_04.png) no-repeat;
}
.list_menu li .icon_05 {
	background: url(icon_menu_05.png) no-repeat;
}
.list_menu li .icon_06 {
	background: url(icon_menu_06.png) no-repeat;
}
.list_menu li .icon_07 {
	background: url(icon_menu_07.png) no-repeat;
}
.list_menu li .icon_08 {
	background: url(icon_menu_08.png) no-repeat;
}
.list_menu li .icon_09 {
	background: url(icon_menu_09.png) no-repeat;
}
.list_menu li .icon_10 {
	background: url(icon_menu_10.png) no-repeat;
}
.list_menu li .icon_11 {
	background: url(icon_menu_11.png) no-repeat;
}
.list_menu li a:hover .icon_01 {
	background: url(icon_menu__hover_01.png) no-repeat;
}
.list_menu li a:hover .icon_02 {
	background: url(icon_menu__hover_02.png) no-repeat;
}
.list_menu li a:hover .icon_03 {
	background: url(icon_menu__hover_03.png) no-repeat;
}
.list_menu li a:hover .icon_04 {
	background: url(icon_menu__hover_04.png) no-repeat;
}
.list_menu li a:hover .icon_05 {
	background: url(icon_menu__hover_05.png) no-repeat;
}
.list_menu li a:hover .icon_06 {
	background: url(icon_menu__hover_06.png) no-repeat;
}
.list_menu li a:hover .icon_07 {
	background: url(icon_menu__hover_07.png) no-repeat;
}
.list_menu li a:hover .icon_08 {
	background: url(icon_menu__hover_08.png) no-repeat;
}
.list_menu li a:hover .icon_09 {
	background: url(icon_menu__hover_09.png) no-repeat;
}
.list_menu li a:hover .icon_10 {
	background: url(icon_menu_hover_10.png) no-repeat;
}
.list_menu li a:hover .icon_11 {
	background: url(icon_menu_hover_11.png) no-repeat;
}
/***********service*************/
.service_logo {
	width: 320px;
	height: 160px;
	background: url(help_service_logo.png) no-repeat;
}
.help_service .service_box {
	padding:38px 0;
	border:3px solid #f2f2f2;
}
.help_service .service_list {
	overflow: hidden;
}
.help_service .service_list li {
	float:left;
	height: 180px;
	width: 361px;
	padding: 34px 0 0 30px;
	border-right:1px solid #f2f2f2;
	font-size: 14px;
	color:#999;
	line-height: 220%;
}
.help_service .service_list li.last {
	width: 360px;
	border-right:0 none;
}
.help_service .service_list .tit {
	font-size: 18px;
	font-weight: bold;
	color:#333;
}
.help_service .service_list .tel {
	color:#333;
	margin-top:30px;
	font-size: 16px;
}
.help_service .service_list .btn {
	display: block;
	width:150px;
	height: 48px;
	line-height: 48px;
	background-color: #ffa21f;
	font-size: 16px;
	color:#fff;
	text-align: center;
	margin-top:40px;
}
/***********guide*************/
.help_guide {
	padding: 0 0 20px;
}
.help_guide h2 {
	font-size: 24px;
	color:#c7181e;
	margin-top:40px;
}
.help_guide .tab_btn {
	margin: 40px auto 20px;
	overflow: hidden;
}
.help_guide .tab_btn li {
	float: left;
	width: 120px;
	cursor: pointer;
	margin:0 58px;
}
.help_guide .tab_btn li span {
	display: block;
	margin:0 auto;
	width: 56px;
	height: 67px;
	font-size: 28px;
	text-align: center;
	padding-top: 7px;
	background: url(iconf.png) no-repeat -64px -253px;
	color:#999;
}
.help_guide .tab_btn .cur span {
	background: url(iconf.png) no-repeat 0 -253px;
	color:#fff;
}
.help_guide .tab_btn .tit {
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color:#333;
	background-color: #f5f5f5;
	margin: 5px auto 0;
}
.help_guide .tab_btn .cur .tit {
	color:#fff;
	background-color: #82d18f;
}
.help_guide .tab_index {
	border: 1px solid #92d79d;
	padding:20px 30px;
}
.help_guide .tab_index .list_box {
	display: none;
}
.help_guide .list_box .tit {
	font-size: 16px;
	color:#333;
	margin-bottom:15px;
	font-weight: bold;
}
.help_guide .qa_list {
	overflow: hidden;
}
.help_guide .qa_list li {
	padding-left:20px;
	float:left;
	line-height: 300%;
	width: 460px;
	background: url(arrow.png) no-repeat 0 16px;
}
.help_guide .qa_list li a {
	font-size: 14px;
	color:#333;
}
/***********qa-search*************/
.qa {
	padding: 20px 0;
}
.qa .nav {
	float: left;
	width: 240px;
	background-color: #f8f8f8;
}
.qa .nav .tit {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #8c7d7b;
	color:#fff;
	font-size: 18px;
}
.qa .nav dl {
	padding-left:40px;
	font-size: 14px;
}
.qa .nav dt, .qa .nav dd {
	height: 48px;
	line-height: 48px;
	border-top: 1px solid #e6e6e6;
}
.qa .nav dt {
	font-size: 16px;
	color:#333;
	cursor: pointer;
	background: url(icon_arrow_bottom.png) no-repeat 173px 24px;
}
.qa .nav.nonar dt {
  	background:none!important;
}
.qa .nav .cur dt {
	 background: url(icon_arrow_top.png) no-repeat 173px 24px;
}
.qa .nav dd {
	display: none;
}
.qa .nav .cur dd {
	display: block;
}
.qa .nav dd a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:30px;
	color:#666;
}
.qa .nav .cur dd.on a, .qa .nav .cur dd a:hover {
	text-decoration: none;
	color:#c7181e;
	position: relative;
	background-color: #fff;
	width: 170px;
	padding-left:65px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top:-1px;
	left:-40px;
	border-left:5px solid #e6292f;
}
.qa .main {
	float: left;
	margin-left:40px;
	width: 900px;
}

#div_posttitle {
	    font-size: 24px;
    padding: 15px 0 25px;
    background: url(page_tit_bg.png) repeat-x 0 60px;
}


.qa .navigation-ul li {
	margin-bottom: 14px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.qa .navigation-ul li .left-navigation-tab {
	font-weight: bold;
	color: #666;
}

.qa .navigation-ul li .left-navigation-tab:hover {
	text-decoration: none;
	color:#c7181e;
}

.qa .navigation-ul li .right-navigation-tab {
	color: #999;
}

div.left-navigation-tab {
	float: left;
}

div.right-navigation-tab {
	float: right;
}

.qa .main .tit {
	font-size: 24px;
	padding:15px 0 25px;
	background: url(page_tit_bg.png) repeat-x 0 60px;
}
.qa .main .qa_txt {
	padding-top: 30px;
}
.qa .content_orderlist {
	list-style: none;
}
.qa .content_orderlist .list_icon {
	width: 36px;
	height: 36px;
	position: absolute;
	left: -19px;
	top: 0px;
	font-size: 16px;
	color: #efe;
	text-align: center;
	line-height: 36px;
	background: url(iconf.png) no-repeat -128px -253px;
}
.qa .content_orderlist li {
	padding: 0 0 60px 35px;
	margin-left: 17px;
	border-left: 2px dotted #e4e4e4;
	margin-top: 1px;
	zoom:1;
	position: relative;
}
.qa .content_list_text p {
	text-indent: 0em;
	padding: 3px 0 10px;
}
.qa .content_list_img {
	padding: 10px 0;
}
.qa .content_list_img img {
	border:1px solid #ccc;
}
.qa .search_result li {
	border-bottom:1px dotted #ccc;
	padding:15px 0;
	font-size: 14px;
}
.qa .search_txt {
	padding-top:10px;
}
.qa .search_result li .q {
	color:#333;
}
.qa .search_result li .a {
	color:#999;
}
.qa .search_result li span {
	color:#c7181e;
}
#step_nav {
	position:fixed;
	top:0;
	display: none;
}
#step_nav .list-icon-link {
	display: none;
	width: 36px;
	height: 36px;
	font-size: 16px;
	color: #efe;
	text-align: center;
	line-height: 36px;
	background: url(iconf.png) no-repeat -128px -291px;
	cursor: pointer;
}
#step_nav .list-icon-current {
	background: url(iconf.png) no-repeat -128px -253px;
}
#mall_footer .advantage{

	background-color: #f5f6f7;
}
#mall_footer .help_link li{
	padding-left: 2.5%;
}
.w1180 dl{
	font-size:16px;
	margin-bottom:10px
}
.w1180 dd{
	font-size:12px
}
li.kefu dl{
	margin-bottom:0px;
}
li.kefu span{
	display:block;
	margin-bottom:5px;
}
/***********annual_meeting 2016.12.12新增*************/
.slogan_meeting {
	width:376px;
	height:65px;
	background: #fff url(slogan_meeting.png) no-repeat;
}
.meeting{
	width: 100%;
	height: 978px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}
.meeting .wawaleft{
	top:35px;
	width: 122px;
	height: 121px;
	position: absolute;
	background:  url("../images/left2017.png") no-repeat;
	left:50%;
	margin-left: -360px;
}
.meeting .wawaright{
	top:35px;
	width: 122px;
	height: 121px;
	right:50%;
	margin-right: -360px;
	position: absolute;
	background:  url("../images/right2017.png") no-repeat;
}
.meeting .meeting2016{
	width: 100%;
	height: 500px;
	background:  url("../images/2016bg.gif") no-repeat center;
	position: absolute;
	bottom: 0;
}
.meeting .meeting2015{
	width: 100%;
	height: 500px;
	background:  url("../images/2015bg.gif") no-repeat center;
	position: absolute;
	bottom: 0;
}
.meeting .meeting2014{
	width: 100%;
	height: 500px;
	background:  url("../images/2014bg.gif") no-repeat center;
	position: absolute;
	bottom: 0;
}
.meeting .meeting2013{
	width: 100%;
	height: 500px;
	background:  url("../images/2013bg.gif") no-repeat center;
	position: absolute;
	bottom: 0;
}
.meeting .year{
	width: 370px;
	height: 130px;
	background: url("../images/annual_meeting_pic.png") no-repeat;
	margin: 118px auto 0;
}
.meeting .year.year2019 {
    background-position: 0 -896px;
    margin-top: 30px;
}
.meeting .year.year2018 {
    background-position: 0 -744px;
    margin-top: 30px;
}
.meeting .year.year2017{
	background-position:0 0;
	margin-top: 30px;
}
.meeting .year.year2016{
	background-position:0 -148px;
}
.meeting .year.year2015{
	background-position:0 -296px;
}
.meeting .year.year2014{
	background-position:0 -444px;
}
.meeting .year.year2013{
	background-position:0 -592px;
}
.meeting h1{
	font-size: 30px;
	color: #c7181e;
	text-align: center;
	position: relative;
	height: 45px;
	background: #FFF;
	line-height: 45px;
	top: -85px;
}
.meeting .showimg{
	width: 1180px;
	height: 730px;
	overflow: hidden;
	margin: -45px auto 0;
	position: relative;
}
.meeting .showimg .leftBig{
	width: 60px;
	height: 120px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 3;
	top:290px;
	cursor: pointer;
	display: none;
}
.meeting .showimg .leftBig .leftbtn{
	width: 18px;
	height: 32px;
	background:url("../images/annual_meeting_pic.png") no-repeat;
	background-position: -439px 0;
	margin-left: 20px;
	margin-top: 40px;
}
.meeting .showimg .leftBig.noclick{
	background: rgba(0, 0, 0, .2);
	cursor: auto;
}
.meeting .showimg .leftBig.noclick .leftbtn{
	background-position: -439px -46px;
}
.meeting .showimg .rightBig{
	width: 60px;
	height: 120px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 3;
	right:0;
	top:290px;
	cursor: pointer;
	display: none;
}
.meeting .showimg .rightBig .rightbtn{
	width: 18px;
	height: 32px;
	background:url("../images/annual_meeting_pic.png") no-repeat;
	background-position: -482px 0;
	margin-left: 23px;
	margin-top: 40px;
}
.meeting .showimg .rightBig.noclick{
	background: rgba(0, 0, 0, .2);
	cursor: auto;
}
.meeting .showimg .rightBig.noclick .rightbtn{
	background-position: -482px -46px;
}
.meeting .showimg .bigimgarea{
	 /* 1180 * 17*/
	height: 600px;
	position: absolute;
	top:40px;
	overflow: hidden;

}
.meeting .showimg .bigimgarea li{
	width: 1180px;
	float: left;
}
.meeting .showimg .leftTop{
	width: 120px;
	height: 120px;
	background: #e6292f;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	color: #FFF;
	line-height: 120px;
	font-family: "Arial";
	text-align: center;
}
.meeting .showimg .leftTop b{
	font-size: 60px;
	font-weight: normal;
	font-style: italic;
}
.meeting .showimg .leftTop em{
	font-size: 40px;
	font-weight: normal;
}
.meeting .showimg .leftTop span{
	font-size: 18px;
	margin-left: 3px;
}
.meeting .showimg .blackFont{
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 90px;
}
.meeting .showimg .blackFont .leftfont{
	float: left;
	width: 1110px;
	color: #FFF;
	font-size: 14px;
	line-height: 23px;
	margin-left: 15px;
	margin-top: 7px;
}
.meeting .showimg .bottomimg{
	height: 90px;
	width: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
}
.meeting .showimg .bottomimg .leftSmall{
	float: left;
	width: 8px;
	height: 16px;
	background: url("../images/annual_meeting_pic.png") no-repeat;
	background-position: -449px -97px;
	margin-left: 6px;
	margin-top: 38px;
	cursor: pointer;
}
.meeting .showimg .bottomimg .rightSmall{
	float: right;
	width: 8px;
	height: 16px;
	background: url("../images/annual_meeting_pic.png") no-repeat;
	background-position: -493px -97px;
	margin-right: 6px;
	margin-top: 38px;
	cursor: pointer;
}
.meeting .showimg .bottomimg .scrollBox{
	float: left;
	width: 1136px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	height: 90px;
}
.meeting .showimg .bottomimg .scrollBox .smallimgarea{
	position: absolute;
	width: 1136px;
	height:90px;
	overflow: hidden;

}
.meeting .showimg .bottomimg .scrollBox .smallimgarea li{
	width: 142px;
	height: 80px;
	margin-top:5px;
	float: left;
	cursor: pointer;
}
.meeting .showimg .bottomimg .scrollBox .smallimgarea li img{
	width: 132px;
	height: 70px;
	border: 5px solid #000;
}
.meeting .showimg .bottomimg .scrollBox .smallimgarea li.active img{
	border: 5px solid #bfbfbf;
}
.rightyear {
	position: fixed;
	right:20px;
	top:170px;
	background: #FFF;
}
.rightyear a{
	width: 48px;
	height: 36px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	display: block;
}
.rightyear a b{
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFF;
	margin-top: 16px;
	margin-left: 5px;
}
.rightyear a span{
	float: left;
	margin-left: 4px;
}
.rightyear a.active{
	color: #e6292f;
}
.rightyear a.active b{
	background: #e6292f;
}
.entermeeting{
	margin-bottom: 100px;
}
.infor-img{
	border: 2px solid #f8f8f8;
	padding: 23px;
	height: 300px;
}
.infor-img-list{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.infor-img img{
	margin-right: 19px;
	width: 250px;
	height: 300px;
}
.str_move{
	position: absolute;
	top: 0;
	left: 0;
}


/* 行情列表 */
.qa .main .tit a{
	color: #000000;
    text-decoration: none;
}
.qa-list{
	margin-top: 20px;
}
.qa-list li a{
	text-decoration: none;
}
.qa-list li{
	border-bottom:1px dashed #e2e2e2;
	padding: 15px 20px;

}
.qa-list li:hover{
	background: #f9f9f9;
}
.qa-list li .title{
	color:#c7181e;
	line-height: 20px;
	padding:10px 0 15px;
	font-size: 16px;
}
.qa-list li .des{
	color:#666;
	display:-webkit-box;
    -webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height: 54px;
}
