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

@import url(reset.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.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;
}



/*========== Header ===========*/
.headerbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

header {
	background: #eeeeee;
	position: relative;
	padding: 0px 0;
	border-top: 4px solid #393939;
}

header .wrap {
	position: relative;
}

header nav {
	float: right;
}

header h1 {
	float: left;
}

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

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

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

header .topBox .other > a {
	margin-top:10px;
	display: inline-block;
	font-size: 18px;
	color: #cbcbcb;
	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: #1c1d79;
	color: #fff;
}

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


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

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

.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;
}

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

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

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

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


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

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

.main_area {
	padding-top: 50px;
	padding-bottom: 20px;
	background:#eeeeee;
}

.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;
}



/*========== Google Maps ===========*/
#google_maps {
	display: none;
	height: 400px;
}

.label {
	padding: 5px 7px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}



/*========== Main Menu ===========*/
ul.menu{
	width: 100%;
	position: relative;
}

ul.menu li {
	display: inline-block;
	position: relative;
	background: url(../images/menu_arrow.png) no-repeat 0px;
}

ul.menu li > a {
	position:relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 1px;
	padding: 12px 18px;
	font-size: 18px;
	color: #282828;
	font-style: normal;
	line-height:1.2;
}

ul.menu li > a b {
	display: block;
	font-size: 15px;
	font-style: normal;
	color: #282828;
}

ul.menu li > a:hover {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	background: rgb(18,170,217); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #12aad9 0%, #083880 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12aad9), color-stop(100%,#083880)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #12aad9 0%,#083880 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #12aad9 0%,#083880 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #12aad9 0%,#083880 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #12aad9 0%,#083880 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12aad9', endColorstr='#083880',GradientType=0 ); /* IE6-9 */;
}

ul.menu li a.current {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	background: rgb(18,170,217); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #12aad9 0%, #083880 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12aad9), color-stop(100%,#083880)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #12aad9 0%,#083880 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #12aad9 0%,#083880 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #12aad9 0%,#083880 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #12aad9 0%,#083880 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12aad9', endColorstr='#083880',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;
}

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 #14296c;
	background: #14296c;
	font-size: 15px;
	padding: 10px;
	color: #FFF;
}

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

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

ul.menu dt .subitem {
	display: none;
	width: 200px;
	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;
}

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

.side_menu_sub a {
	color: #333;
}

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

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



/*========== 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: #fff;
	border-radius: 10px;
	position: relative;
	
	background: rgb(16,166,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(16,166,213,1) 0%, rgba(9,69,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,166,213,1)), color-stop(100%,rgba(9,69,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,166,213,1) 0%,rgba(9,69,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,166,213,1) 0%,rgba(9,69,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,166,213,1) 0%,rgba(9,69,139,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,166,213,1) 0%,rgba(9,69,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a6d5', endColorstr='#09458b',GradientType=0 ); /* IE6-9 */
}

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

ul.side_menu li a:hover {
	color: #fff;
	background: rgb(63,125,8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(63,125,8,1) 0%, rgba(102,177,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,125,8,1)), color-stop(100%,rgba(102,177,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7d08', endColorstr='#66b12c',GradientType=0 ); /* IE6-9 */
}

ul.side_menu li a.current {
	color: #fff;
	background: rgb(63,125,8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(63,125,8,1) 0%, rgba(102,177,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,125,8,1)), color-stop(100%,rgba(102,177,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(63,125,8,1) 0%,rgba(102,177,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7d08', endColorstr='#66b12c',GradientType=0 ); /* IE6-9 */
}



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

.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 {
	background: #14296c;
	padding: 15px 0;
	width:100%;
	z-index: 5;
	position:relative;
	margin-top: -5px;
	line-height: 20px;
	float: left;
}

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

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

.marquee ul li	a:hover {
	text-decoration: underline;
}



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

.main_area .mod_name h2 {
	height: 50px;
	padding-top: 30px;
	padding-left: 0px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #CBCBCB;
}

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

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

.main_area .mod_name .guide a {
	color: #989898;
}

.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%;
	margin-right: 35px;
}

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

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

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

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

.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.66%;
}




/*========== 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:20px 0px;
}

ul.button_area li.left {
	padding:7px 0px;
	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:16px;
	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_buy1 {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	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 */;
}

.button_buy1:link {
	text-decoration: none;
	color: #FFF;
}

.button_buy1: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_buy2 {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	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 */;
}

.button_buy2:link {
	text-decoration: none;
	color: #FFF;
}

.button_buy2: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 */;
}

.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);
}

.back_button_area {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*========== 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: #666666;
}

footer .qr_code {
	float: right;
	margin-right: 10px;
}

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: 980px) {
	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: 56px;
	}

	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: 50px 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: #eeeeee;
		position: relative;
		z-index: 99;
	}

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

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

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 200px;
		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:#14296c;
		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: #14296c;
		color: #FFF;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

	.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: #14296c;
	}
	
	.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 ul li a {
		padding-left: 0px;
		background: #14296c;
	}

	.marquee h2 {
		color: #ffdab6;
		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;
	}

}



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

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

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

	.marquee h2 {
		color: #ffdab6;
		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;
	}

	.col-1 {
		width: 100%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 50%;
	}

	.col-4 {
		width: 50%
	}

	.col-5 {
		width: 50%
	}
}



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

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

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

	.marquee h2 {
		color: #ffdab6;
		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;
	}

	.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;
	}
}