@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;	
	
}
.header{
	webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.toggle_btn{ display:none; border:none; background:none; padding:0; width:22px; height:24px;  position:fixed; right:15px; top:5px; z-index:9999;}
.toggle_btn span{ display:block; width:100%; height:3px; background:#fff; margin:4px 0;transition: 0.5s ease;}
.toggle_btn.active span:nth-child(1){ transform: rotate(-45deg);}
.toggle_btn.active span:nth-child(2){ transform: rotate(-135deg);    position: absolute; top: 7px;}
.toggle_btn.active span:nth-child(3){ display:none;}
#mobile_body_overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
#mobile_nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;   
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
	background:#fff;
}
#mobile_nav ul{ margin-top:70px !important;}
#mobile_nav a{ display:block; color:#329a45; border-bottom:1px solid #999; padding:3px 15px;}
#mobile_nav a:hover{
	color:#fff;
	background: rgba(45,132,54,1);
	background: -moz-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,132,54,1)), color-stop(100%, rgba(86,190,38,1)));
	background: -webkit-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -o-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: linear-gradient(to bottom, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d8436', endColorstr='#56be26', GradientType=0 );
	text-decoration:none;
}
body.mobile_nav_active #mobile_nav {  left: 0;}
body.mobile_nav_active #mobile_nav ul{ margin:0; padding:0; list-style:none;}

#Dyn_head .minner{ max-width:900px !important; }
.header_div{ position:relative;}
.header_div:after{ display:block; content:''; clear:both;}
.header_div:before{ 
	content:''; background:#329a45; position:absolute; left:0; top:0; width:100%; height:35px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	z-index:1;
}
.header_div .navi_div{ float:left; font-size:13px; position:relative; z-index:2; margin-top:35px; margin-left:20px;}
.header_div .navi_div ul{ margin:0; padding:0; list-style:none;max-width: 550px;}
.header_div .navi_div ul li{ float:left; width:130px; margin-left:-5px;position: relative;}
.header_div .navi_div ul li:nth-child(1){ z-index:6; margin-left:0;}
.header_div .navi_div ul li:nth-child(2){ z-index:5;}
.header_div .navi_div ul li:nth-child(3){ z-index:4;}
.header_div .navi_div ul li:nth-child(4){ z-index:3;}
.header_div .navi_div ul li:nth-child(5){ z-index:2;margin-left:0;}
.header_div .navi_div ul li:nth-child(6){ z-index:1;}
.header_div .navi_div ul li a{ 
	color:#329a45;
	position:relative;
	display:inline-block;
	padding:5px 15px 5px 35px;
	width: 100%;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
	
	background: rgba(218,217,215,1);
	background: -moz-linear-gradient(top, rgba(218,217,215,1) 0%, rgba(246,246,246,1) 47%, rgba(242,241,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,217,215,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(242,241,237,1)));
	background: -webkit-linear-gradient(top, rgba(218,217,215,1) 0%, rgba(246,246,246,1) 47%, rgba(242,241,237,1) 100%);
	background: -o-linear-gradient(top, rgba(218,217,215,1) 0%, rgba(246,246,246,1) 47%, rgba(242,241,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,217,215,1) 0%, rgba(246,246,246,1) 47%, rgba(242,241,237,1) 100%);
	background: linear-gradient(to bottom, rgba(218,217,215,1) 0%, rgba(246,246,246,1) 47%, rgba(242,241,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad9d7', endColorstr='#f2f1ed', GradientType=0 );
}
.header_div.eng .navi_div ul li a{padding:5px 10px 5px 35px; }
.header_div .navi_div ul li a:before{
	content:'';
	position:absolute;
	left:20px;
	top:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #749757;
}
.header_div.eng .navi_div ul li{ width:135px;}
.header_div.eng .navi_div ul li:nth-child(3){ width:110px}
.header_div.eng .navi_div ul li:nth-child(4){ width:160px}
.header_div.eng .navi_div ul li:nth-child(5){ width:160px}
.header_div .navi_div ul li a:hover{
	color:#fff;
	background: rgba(45,132,54,1);
	background: -moz-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,132,54,1)), color-stop(100%, rgba(86,190,38,1)));
	background: -webkit-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -o-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	background: linear-gradient(to bottom, rgba(45,132,54,1) 0%, rgba(86,190,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d8436', endColorstr='#56be26', GradientType=0 );
	text-decoration:none;
}
.header_div .navi_div ul li a:hover:before{
	content:'';
	position:absolute;
	left:20px;
	top:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #fff;
}
.header_div .links{
	position:absolute;
	right:20px;
	top:0;
	z-index:3;	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border:1px solid #fff;
	border-top:none;	
	background: rgba(255,255,255,0.3);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(240,240,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f2', GradientType=0 );
	text-align:center;
	padding:0 30px;
}
.header_div .links .top_div{ margin-top:5px;}
.header_div .links a{ font-size:12px; color:#fff; display:inline-block; position:relative; padding:0 20px; text-align:left;}
.header_div .links a:hover{ color: #999999;}
.header_div .links a:after{ content:''; position:absolute; right:0; top:0; background:url(/ezfiles/55/1055/img/996/white_line.png)  center no-repeat; width:2px; height:14px;}
.header_div .links a:last-child:after{ background:none;}
.header_div .links a:nth-child(1){ background:url(/ezfiles/55/1055/img/996/icon_home.png) 5px center no-repeat; background-size:auto 12px; padding-left:20px} 
.header_div .links a:nth-child(2){ background:url(/ezfiles/55/1055/img/996/icon_eng.png) 5px center no-repeat; background-size:auto 12px; padding-left:20px} 
.header_div .links a:nth-child(3){ background:url(/ezfiles/55/1055/img/996/icon_china.png) 5px center no-repeat; background-size:auto 12px; padding-left:20px} 
.header_div .links .brand{ margin:30px 0;}

.main{ min-height:350px;}
.main .minner{ max-width:900px !important; margin:0 auto; }

.detail_div{ font-size:12px; line-height:22px; color:#000;}
.detail_div .fix_margin_top{ margin-top:80px;}
.detail_div .two_item_outer:after{ display:block; content:''; clear:both;}
.detail_div .two_item_outer .left_div{ width:60%; padding-right:5%; float:left;}
.detail_div .two_item_outer .right_div{ width:40%; float:right;}
.detail_div  p{ margin-bottom:30px;}
.detail_div .title{ margin-bottom:30px}

.mpgdetail{ padding:0;}
.module_sub_list{ margin-top:20px;}
.module_sub_list ul{ margin:0; padding:0; list-style:none;}
.module_sub_list ul li{ margin:5px 0;}
.module_sub_list ul li a{ display:block; padding:0 3px; border-right:2px solid #E3CCFE;border-bottom:2px solid #E3CCFE;}

.detail_div.alliance.eng .left_div{ margin-top:50px;}
.detail_div.subidiaries.eng{ margin-top:50px;}
.links_module{ margin-top:60px; }
.links_module .d-item .mbox{ padding-bottom:0;}
.links_module .d-title .d-txt > h5{ background:none; margin:5px 0;}
.links_module .d-title .d-txt > h5 a{ font-size: 14px;    color: #329945;}
.youxia {	
	background-image: url(/ezfiles/55/1055/img/996/shangqiebeijing_04.jpg);
	background-repeat: no-repeat;	
}
.links_module .d-item .d-img a{ display:block; text-align:center; padding:10px 0;}
.links_module .d-item .d-img a img{ margin:0 auto;}
.youxia01 { margin-bottom:15px;}
.youxia .tab {} 
.youxia .tab_menu { } 
.youxia .tab_menu ul{ margin:0; padding:0; list-style:none; text-align:center;}
.youxia .tab_menu li {
	min-width:108px;	
	margin:0 3px;	
	text-align:center;
	height:32px;
	cursor:pointer;
	float:left;
	color:#333333;
	font-weight:bold;
	display:inline-block;
	position:relative;
	list-style:none;
	border:1px solid #999;
	border-bottom:none;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	
	background: rgba(230,229,232,1);
	background: -moz-linear-gradient(top, rgba(230,229,232,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,229,232,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(230,229,232,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(230,229,232,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,229,232,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(230,229,232,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e8', endColorstr='#ffffff', GradientType=0 );

} 
.youxia .tab_menu li span{
font-size:12px;
text-align: left;
line-height: 30px;
}
.youxia .tab_menu li.selected{	
	height:32px;
	position:relative;	
	background: rgba(34,135,52,1);
	background: -moz-linear-gradient(top, rgba(34,135,52,1) 0%, rgba(50,153,69,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,135,52,1)), color-stop(100%, rgba(50,153,69,1)));
	background: -webkit-linear-gradient(top, rgba(34,135,52,1) 0%, rgba(50,153,69,1) 100%);
	background: -o-linear-gradient(top, rgba(34,135,52,1) 0%, rgba(50,153,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,135,52,1) 0%, rgba(50,153,69,1) 100%);
	background: linear-gradient(to bottom, rgba(34,135,52,1) 0%, rgba(50,153,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228734', endColorstr='#329945', GradientType=0 );

} 
.youxia  .tab_menu .selected span{color:#FFFFFF;} 
.youxia  .tab_box {
	border:1px solid #CCC;	
	overflow: hidden;
	padding: 20px;	
}
.youxia  .tab_box div {display:none; font-size:13px; } 
.youxia .tab .clear { clear:both; } 

.youxia .tab_box img {		max-width:100%;}

.table_border {
	width:100%;
    border-bottom: 1px #66ff86 solid;
    border-left: 1px #66ff86 solid;
}
table_border td {
    border-top: 1px #66ff86 solid;
    border-right: 1px #66ff86 solid;
    padding: 4px;
}
.bg_c01 {
    background-color: #ACEAC0;
    line-height: 25px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
}
.bg_c02 {
    background-color: #E0F8EA;
    line-height: 25px;
    font-size: 13px;
    font-family: Arial;
}

.footer{ background:none; padding:0;}
.footer .minner{ max-width:900px !important; }
.footer_div{ background:#329a45; padding:30px; font-size:12px; position:relative; margin-top:15px;}
.footer_div:before{
	content:'';
	position:absolute;
	left:0;
	top:-15px;
	width:100%;
	height:15px;
	
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(173,173,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(173,173,173,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(173,173,173,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(173,173,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(173,173,173,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(173,173,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adadad', GradientType=0 );
}
.footer_div:after{ content:''; clear:both; display:block;}
.footer_div .info{ float:left; border-right:1px solid #fff; padding-right:50px;}
.footer_div .info b{ font-weight:400; display:inline-block; width:60px;} 
.footer_div .links{ float:left; margin-left:50px; text-align:center;}
.footer_div .links ul{ margin:0; padding:0; list-style:none;}
.footer_div .links ul:after{ content:''; clear:both; display:block;}
.footer_div .links ul li{ float:left;}
.footer_div .links ul li a{ position:relative; padding:3px 10px;}
.footer_div .links ul li a:hover{ color: #999999;}
.footer_div .links ul li a:after{ position:absolute; content:''; right:0; top:5px; height:12px; width:1px; background:#fff;}
.footer_div .links ul li:last-child a:after{ background:none;}
.footer_div .links .top_div{ margin-bottom:15px;}
.module.module-minicart{ display:none;}

@media (max-width: 920px){
	.page_mobilehome .col.col_01{ width:100%;}
	.page_mobilehome .col.col_02{ width:100%;}
	.page_mobilehome #Dyn_2_1{ width:45%; float:left;}
	.page_mobilehome #Dyn_2_2{ width:55%; float:right;}
	
}
@media (max-width: 900px){
	.toggle_btn{ display:block;}
	#Dyn_head{ position:fixed; left:0; top:0; width:100%; z-index:9998;}
	.header_div{ }
	.header_div .links{ border:none; border-radius:0; background:none; left:0; right:0;}
	.header_div .links .top_div{ text-align:right;}
	.header_div .navi_div{ display:none;}
	.header_div .brand{
		border:1px solid #fff;
		border-top:none;	
		background: rgba(255,255,255,0.3);
		background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(240,240,242,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(240,240,242,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f2', GradientType=0 );
		text-align:center;
		width:130px;
		position: absolute;
		left: 15px;
		top: 0;
		margin:0 !important;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.header_div .brand a{ padding:0; display:block;}
	.header_div .brand img{ width:100px; }
	
	.links_module{ margin-top:0;}
	.main{ margin-top:50px;}
	.detail_div{ padding:0 15px;}
	.detail_div .two_item_outer .left_div{ width:100%; padding-right:0;}
	.detail_div .two_item_outer .right_div{ width:100%;}
	.detail_div.subidiaries.eng{ margin-top:0;}
	.detail_div.alliance.eng .left_div{ margin-top:0;}
	.youxia{ margin:0 10px;}
	.footer_div{ text-align:center;}
	.footer_div .info{ float:none; padding-right:0; border:none;}
	.footer_div .links{ float:none; margin-left:0; text-align:center; }
	.footer_div .links .top_div{ margin-top:15px;}
	.footer_div .copyright span{ display:block; text-align:center;}
}

@media (max-width: 767px){
	.wrap > .minner{ padding:0}
}
@media (max-width: 700px){
	.page_mobilehome #Dyn_2_1{ width:100%; float:none;}
	.page_mobilehome #Dyn_2_2{ width:100%; float:none;}
}
@media (max-width: 640px){
	.scroller{ overflow-x:auto;}
	.scroller table{ width:640px !important; max-width:640px !important;}
	.footer_div{ padding:10px;}
	.footer_div .info{ display:flex; flex-wrap:wrap;}
	.footer_div .info div{ display:flex; width:50%;}
	.footer_div .links ul li{ width:32%; display:inline-block; float:none; margin:5px 0;}
	.footer_div .links ul li a:after{ background:none;}
}

@media (max-width: 480px){
	.header_div .links a:nth-child(1){ display:none;}
	.header_div .brand a{ padding:0; display:block !important;}
}