@charset "UTF-8";
/* /industry/foods/exportguide/country */

.checkTab .tabNav ul li {
	background-color: #308645 !important;
	border: 1px solid #308645 !important;
	border-right: 1px solid #fff !important;
}
.checkTab .tabNav ul li.on,
.checkTab .tabNav ul li:hover.on  {
	background-color: #fff !important;
	border-top: 3px solid #308645 !important;
	border-bottom: none !important;
	border-right: 1px solid #308645 !important;
}
.checkTab .tabNav ul li:hover {
	background-color: #2E6432 !important;
	border: 1px solid #2E6432 !important;
}
.aDropmenu dt {
	background: #ffffff;
}
.aDropmenu dt a {
	display: block;
	padding: 6px 8px;
	font-weight: bold;
	color: #308645;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #308645;
	transition: 0.2s;
}

.aDropmenu dt a:hover {
	background-color:#FFF5E5;
	color: #008000;
}
.aDropmenu dd {
	display: none;
	position: absolute;
	z-index: 4;
}

.aDropmenu dd li {
	position: relative;
	border-top: 2px solid #ffffff;
}

.aDropmenu dd a {
	display: block;
	padding: 5px 8px;
	color: #008000;
	text-decoration: none;
	background: #fff5e5;
	transition: 0.2s;
}

.aDropmenu dd li:hover > a {
	color: #ffffff;
	background: #308645;
}
.aDropmenu dd li ul a {
	background: #FFF6DD;
}

.aDropmenu dd li ul {
	display: none;
	position: absolute;
	top: -2px;
	left: 100%;
}

.aDropmenu dd li ul li {
	border-left: 2px solid #ffffff;
}

#aCountry.aDropmenu dl,
#aCountry.aDropmenu dd ul {
	width: 130px;
}


.aDropmenu dd ul > li > .vcol2  {
    position: absolute; 
    top: -2px; 
    left: 100%; 
    column-count: 2; 
    column-gap: 0;
}
.aDropmenu dd ul > li > .vcol2 > ul {
    position: relative; 
    top: auto; 
    left: auto; 
    display: none;"
}

#aCountry {
	position: relative;
	width: 960px;
	height: 550px;
	background: url(/library/new/common/img/content_images/agriportal/map.gif) no-repeat center center;
}

#aCountry dl {
	position: absolute;
}

#aCountry #aA01 {
	top: 150px;
	left: 330px;
}
#aCountry #aA01-1 {
    top: 290px;
    left: 380px;
}
#aCountry #aA01-2 {
    top: 230px;
    left: 260px;
}
#aCountry #aA02 {
	top: 132px;
	left: 631px;
}
#aCountry #aA03 {
	top: 342px;
	left: 711px;
}
#aCountry #aA04 {
	top: 111px;
	left: 11px;
}
#aCountry #aA05 {
	top: 78px;
	left: 207px;
}
#aCountry #aA06 {
	top: 184px;
	left: 141px;
}
#aCountry #aA07 {
    top: 380px;
    left: 450px;
}
#aItem {
	padding-bottom: 40px;
	padding-left:30px;
}
#aItem:after {
	content: "";
	display: block;
	clear: both;
}
#aItem dl {
	position: relative;
	float: left;
	width: 290px;
	padding: 135px 0px 15px;
	background: none no-repeat center 11px;
}
#aItem dl#aI01 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon01.png); }
#aItem dl#aI02 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon02.png); }
#aItem dl#aI03 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon03.png); }
#aItem dl#aI04 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon04.png); }
#aItem dl#aI05 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon05.png); }
#aItem dl#aI06 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon06.png); }
#aItem dl#aI07 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon07.png); }
#aItem dl#aI08 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon08.png); }
#aItem dl#aI09 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon09.png); }
#aItem dl#aI10 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon10.png); }
#aItem dl#aI11 { background-image: url(/library/new/common/img/content_images/agriportal/itemicon11.png); }


#aItem.aDropmenu dt {
	display: block;
	width: 150px;
	margin: auto;
}
#aItem.aDropmenu dd {
	left: 70px;
}
#aItem.aDropmenu dd ul {
	width: 150px;
}

@media screen and (max-width: 640px) {
.aDropmenu dt {
	position: relative;
	margin-top: 2px;
}
.aDropmenu dt .sw a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 100%;
	padding: 0px;
	text-indent: -10000px;
	background: transparent;
	border: 0px;
	overflow: hidden;
}

.aDropmenu dt .sw a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	border: 8px solid transparent;
	border-top: 12px solid #308746;
	border-bottom: 0 solid #308746;
	transition: 0.2s;
	-webkit-transform: -webkit-translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aDropmenu dt .sw a.open:after {
	border-top-width: 0;
	border-bottom-width: 12px;
}

.aDropmenu dd {
	position: static;
}

.aDropmenu dd li ul {
	position: static;
}

.aDropmenu dd li ul li {
	border-left: 0px;
}

.aDropmenu dd .sw a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 30px;
	padding: 0px;
	text-indent: -10000px;
	background: transparent;
	border: 0px;
	overflow: hidden;
}

.aDropmenu dd .sw a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	border: 6px solid transparent;
	border-top: 9px solid #308746;
	border-bottom: 0 solid #308746;
	transition: 0.2s;
	-webkit-transform: -webkit-translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aDropmenu dd li:hover .sw a:after {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.aDropmenu dd .sw a.open:after {
	border-top-width: 0;
	border-bottom-width: 9px;
}


#aCountry {
	width: 100%;
	height: auto;
	padding-top: 10px;
	background: none;
}

#aCountry dl {
	position: static;
}

#aCountry.aDropmenu dl,
#aCountry.aDropmenu dd ul {
	width: 100%;
}

#aItem {
	padding: 10px 10px 20px 10px;
}
#aItem dl {
	float: none;
	width: 100%;
	padding: 0px;
}

#aItem.aDropmenu dt {
	width: auto;
	margin-top: 2px;
}

#aItem.aDropmenu dd ul {
	width: auto;
}

}