@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");

body {
	background: #fff;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	font-size: 15px;
}



/*css3*/
a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a {
	cursor: pointer;
	color: #454545;
}

a:hover {
	color: #C00;
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.clear_all {
	*display:inline;
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}


/*========== Header ===========*/
header {
	background: #1c4362;
	position: relative;
	padding: 0px 0;
	border-top: 4px solid #434343;
}

header .wrap {
	position: relative;
}

header nav {
	float: right;
}

header h1 {
	float: left;
}

header h1 a {
	display: block;
	background: url(../images/logo_lang2.png) no-repeat center top;
	background-size: 100%;
	width: 496px;
	height: 148px;
	text-indent: -9999px;
}

header .topBox {
	width: 100%;
	position: relative;
	text-align: right;
	padding-top: 10px;
}

header .topBox .other {
	display: inline-block;
	vertical-align: middle;
}

header .topBox .other > a {
	margin:0 3px;
	display: inline-block;
	font-size: 18px;
	color: #496980;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

header .topBox .other > a b {
	display: none;
	font-weight: normal;
}

header .topBox .other > a:hover {
	background: #1c4362;
	color: #fff;
}

.language {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}


.language .dropDown {
	float: left;
	position: relative;
	padding-right: 15px;
}

.language .dropDown > a {
	color: #d9e2e7;
}

.language .dropDown > a i {
	padding-left: 5px;
	color: #8a9dc4;
}

.language .dropDown .submenu {
	display: none;
	width: 120px;
	background: #FFF;
	box-shadow: 0 2px 3px #545454;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
	text-align: left;
}

.language .dropDown .submenu a {
	display: block;
	padding: 10px 15px;
}

.language .dropDown .submenu a:hover {
	color: #1c4362;
}

.search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.search input[type="text"] {
	padding: 3px 5px;
	border-radius: 3px;
	border: none;
	background: #496980;
	color: #fff;
}

.search > a {
	display: block;
	font-size: 14px;
	color: #1c4362;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*========== Main ===========*/
.outerWrap {
	position: relative;
}

.wrap {
	width: 1164px;
	margin: 0 auto;
}

.main_area {
	padding-top: 40px;
	padding-bottom: 100px;
	background:#fff;
}

.main_area .content_box {
	clear: both;
	padding-top: 10px;
}

.content_box_line {
	position:relative;
	padding:15px;
	border:1px solid #d8d8d8;
	border-radius:8px;
}

.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}

#editable
{
	padding: 0px;
	float: left;
}

.side_box {
	margin: 20px 0 20px 0;
}

.side_box .counter {
	text-align: center;
	padding-top: 20px;
	line-height: 30px;
}

.share_tool {
	float: left;
	margin-top: 25px;
	padding-bottom: 5px;
}



/*========== Main Menu ===========*/
ul.menu{
	width: 100%;
	position: relative;
	margin-top: 15px;
}

ul.menu li {
	display: inline-block;
	position: relative;
}

ul.menu li > a {
	position:relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 1px;
	padding: 14px 20px;
	font-size: 17px;
	color: #fff;
	font-style: normal;
	line-height:1.2;
	background: url(../images/header_menu_bg.png) no-repeat;
}

ul.menu li > a:hover {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#0f1c15;
	background: rgb(179,240,145); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #c6e7d6 0%, #5aaf85 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e7d6), color-stop(100%,#5aaf85)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6e7d6 0%,#5aaf85 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e7d6', endColorstr='#5aaf85',GradientType=0 ); /* IE6-9 */;
}

ul.menu li a.current {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#0f1c15;
	background: rgb(179,240,145); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #c6e7d6 0%, #5aaf85 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e7d6), color-stop(100%,#5aaf85)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6e7d6 0%,#5aaf85 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6e7d6 0%,#5aaf85 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e7d6', endColorstr='#5aaf85',GradientType=0 ); /* IE6-9 */;
}

ul.menu li.dropDown {
	position: relative;
}

ul.menu li.dropDown dl.submenu {
	display: none;
	width: 250px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	text-align: left
}

ul.menu li.dropDown dl.submenu dt {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li.dropDown dl.submenu a {
	display: block;
	border-top: 1px solid #025185;
	background: #1c4362;
	font-size: 15px;
	padding: 10px;
	color: #fff;
}

ul.menu li.dropDown .submenu a:hover {
	background: #34b473;
	color: #FFF;
}

ul.menu li.dropDown .submenu a:first-child {
	border:none;
}

ul.menu dt .subitem {
	display: none;
	width: 180px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu dt .subitem a {
	display: block;
	border-top: 1px solid #f1f1f1;
	background: #FFF;
	font-size: 12px;
	padding: 10px;
	color: #434343;
}

.m_menu {
	display: none;
}

/*========== Inside - Side Menu Link ===========*/
ul.side_menu {
	margin-top: 25px;
}

ul.side_menu li {
	margin-bottom: 10px;
}

ul.side_menu li a {
	display: block;
	font-size: 16px;
	padding: 5px 15px 7px 15px;
	color: #424242;
	border: 1px solid #c2d89e;
	border-radius: 10px;
	position: relative;
	
	background: rgb(222,233,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,233,201,1) 0%, rgba(141,172,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,233,201,1)), color-stop(100%,rgba(141,172,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,233,201,1) 0%,rgba(141,172,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,233,201,1) 0%,rgba(141,172,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,233,201,1) 0%,rgba(141,172,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,233,201,1) 0%,rgba(141,172,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8c9', endColorstr='#8dac55',GradientType=0 ); /* IE6-9 */
}

ul.side_menu li a:before {
	content: ""; /* . */
	margin-right: 8px;
}

ul.side_menu li a:hover {
	color: #424242;
	border: 1px solid #cffd8a;
	background: rgb(223,250,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,250,183,1) 0%, rgba(168,233,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,250,183,1)), color-stop(100%,rgba(168,233,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dffab7', endColorstr='#a8e93d',GradientType=0 ); /* IE6-9 */
}

ul.side_menu li a.current {
	color: #424242;
	border: 1px solid #cffd8a;
	background: rgb(223,250,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,250,183,1) 0%, rgba(168,233,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,250,183,1)), color-stop(100%,rgba(168,233,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,250,183,1) 0%,rgba(168,233,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dffab7', endColorstr='#a8e93d',GradientType=0 ); /* IE6-9 */
}

/*========== Menu Sub ===========*/
.side_menu_sub {
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 15px;
}

.side_menu_sub a {
	color: #000;
}

.side_menu_sub a:hover {
	color: #000;
	text-decoration: underline;
}

.side_menu_sub span a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*========== Banner ===========*/
.banner {
	clear: both;
	position: relative;
	margin-top: 0px;
}

.banner .wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

.banner ul li{
	background-position:cetner;
	background-size:cover;
	background-attachment:fixed;
}

.banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom:10px;
	z-index:999;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background:none;
	border:1px solid #FFF;
	border-radius:100%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#FFF;
	border:1px solid #FFF;
}

.banner img {
	display:block;
	width:100%;
}



/*========== Marquee ===========*/
.marquee {
	border-bottom: 0px solid #d7d7d7;
	padding: 18px 0;
	width:100%;
	z-index: 5;
	position:relative;
	margin-top: -5px;
	line-height: 80px;
	float: left;
	background:#1e4564;
}

.marquee div.marquee_text {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 2%;
}

.marquee ul li a {
	font-size: 16px;
	line-height:1.2;
	color: #fff;
	padding-left: 25px;
	background: url(../images/marquee_arrow.png) no-repeat 0px;
}


/*========== Inside - Module Name ===========*/
.main_area .mod_name {
	position: relative;
}

.main_area .mod_name h2 {
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #36921e;
	border-bottom: 1px dotted #536782;
}

.main_area .mod_name h2 strong {
	padding-right: 5px;
	font-size: 35px;
	font-weight: normal;
	color: #36921e;
}

.main_area .mod_name .guide {
	font-size: 12px;
	color: #7e7e7e;
	position: absolute;	
	right: 5px;
	top: 55px;
}

.main_area .mod_name .guide a {
	color: #7e7e7e;
}

.main_area .mod_name .guide a i {
	font-size: 20px;
}

.main_area .mod_name .guide span {
	padding: 0 3px;
	color: #989898;
}


.main_area .share {
	padding-top: 10px;
}



/*========== Inside - Content Box ===========*/
.content_box .left_box {
	float: left;
	width: 75%;
}

.content_box .left_box h2 {
	margin-bottom: 15px;
	height: 35px;
}

.content_box .right_box {
	float: right;
	width: 20%;
	margin-top: 20px;
}


/*========== Inside - Content ===========*/
.content_topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
	padding-top: 0px;
}	

.content_topic h3 {
	overflow: hidden;
	padding-top: 15px;
	font-size: 28px;
	font-weight: normal;
	color: #000;
}

.content_text {
	clear: both;
	margin-top: 20px;
	margin-left: 5px;
	color: #363636;
	text-align: left;
	line-height: 1.8;
}

.content_text img {
	max-width: 100%;
}

.content_text table {
	border-collapse: collapse;
}


.col-1 {width:100%;}
.col-2 {width:50%;}
.col-3 {width:33.33%;}
.col-4 {width:25%;}
.col-5 {width:20%;}
.col-6 {width:66.6%;}



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

.att_file_list a {
    color: #535353;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}


/*========== Button ===========*/
ul.button_area {
	clear:both;
	padding:10px 0px;
}

ul.button_area li.left {
	float:left;
}

ul.button_area li.right {
	float:right;
}

.submit {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:18px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
	background: rgb(66,179,206); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #006eb7 0%, #43b1c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006eb7), color-stop(100%,#43b1c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006eb7 0%,#43b1c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb7', endColorstr='#43b1c8',GradientType=0 ); /* IE6-9 */;
}

.submit:hover {
	color:#FFF;
	background: #006eb7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,179,206,1) 0%, rgba(47,162,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,179,206,1)), color-stop(100%,rgba(47,162,190,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b3ce', endColorstr='#2fa2be',GradientType=0 ); /* IE6-8 */;
}



.button_inquiry {}

.button_cart_buy {}

.button_cart_add {}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*========== Alert ===========*/
.alert_outside {
	width: 90%;
	margin: 0 auto;
}

.alert {
	border: 1px solid;
	clear: both;
	margin-bottom: 9px;
	margin-top: 10px;
	padding: 10px 10px 10px 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.alert.no-margin {
	border-radius: 0 0 0 0;
	margin-left: -10px;
	margin-right: -10px;
	border-width: 1px 0;
}

.alert.no-margin.top {
	border-width: 0 0 1px 0;
	margin-top: 0;
}

.alert.no-margin.bottom {
	border-width: 1px 0 0px 0;
	margin-bottom: 0;
}

.alert span.hide {
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	float: right;
	cursor: pointer;
	margin: 0;
}

.alert.info {
	background-color: #d8e7fa;
	border-color: #9DBFEA;
	color: #00357B;
}



/*========== Pages ===========*/
.Pages {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px
}

.Paginator {
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator a:visited {
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #ffffff;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}
.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #ffffff;
	border: solid 1px #cecccc;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #0063DC;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	padding: 35px 0;
	position: relative;
	background: #1b4361;
}

h5.copyright {
	overflow: hidden;
	line-height: 2;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

h5.design {
	overflow: hidden;
	font-size: 13px;
	line-height: 2;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

h5.design a {
	color: #FFF;
}



/*========== Response Media ===========*/
@media (max-width: 1160px) {
	.wrap {
		width: 996px;
		margin: 0 auto;
	}

	header h1 a {
		display: block;
		background: url(../images/logo_lang2.png) no-repeat center top;
		background-size: 100%;
		width: 320px;
		text-indent: -9999px;
	}
}


@media (max-width: 900px) {
	header {
		display: none;
	}

	.outerWrap {
		width: 100%;
	}

	.wrap {
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.banner {
		clear: both;
		position: relative;
		margin-top: 60px;
	}

	ul.menu {
		display: none;
	}

	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background: #1c4362;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 62px;
		font-size: 20px;
		color: #fff;
		line-height: 60px;
		text-align: center;
		background: #1c4362;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 250px;
		padding-top: 0px;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}
	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #f47332;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:15px;
		line-height:35px;
		text-align:center;
		background:#1c4362;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		background: #1c4362;
		color: #FFF;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

	.m_menu .m_ico a:hover {
		background: #fff;
		color: #1c4362;
	}

	.m_menu ul.nav{}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li.english {
		display: block;
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 15px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #1c4362;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	/*========== Marquee ===========*/
	.marquee {
		line-height: 1.8;
	}

	.marquee ul li a {
		padding-left: 0px;
		background: #125683;
	}

	.marquee h2 {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	.marquee div.marquee_text {
		float: left;
		width: 100%;
		padding: 0px;
	}

	/*========== Main ===========*/
	.main_area {}

	/*========== Guide ===========*/
	.main_area .mod_name .guide {
		display: none;
	}

	.contentWrap{
		width:100% !important;
		height:auto;
		box-sizing:border-box;
	}
}



@media (max-width: 800px) {
	ul.side_menu {
		padding-top: 20px;
	}

	.content_box .left_box {
		float: none;
		width: 100%;
	}

	.content_box .right_box {
		float: none;
		width: 100%;
		margin-top: 0px;
	}

	.col-1 {
		width: 100%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 50%;
	}

	.col-4 {
		width: 50%
	}

	.col-5 {
		width: 50%
	}

	.col-6 {
		width: 50%
	}
}



@media (max-width: 600px) {
	ul.side_menu li {
		width: 100%;
		float: none;
	}

	ul.list li.Img {
		display: none;
	}

	ul.list li.text p {
		display: none;
	}

	.col-1 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-2 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-3 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-4 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-5 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-6 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}
}
