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

@import url(reset.css);
@import url(awesomefont/css/font-awesome.min.css);
@import url(rwdgrid.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700,900);

.fullBox {
	position: relative;
	width: calc(100vw - 17px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #fff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

a {
	cursor: pointer;
	color: #bd3d39;
	transition: all 0.4s ease;
}

a:hover {
	color: #f08200;
}

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

.outerWrap {
	position: relative;
	padding-top: 117px;
	overflow: hidden;
}

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



/*========== Header Menu ===========*/
header {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	transition: all .5s;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

header .wrap, header .topBox {
	position: relative;
}

header .logo {
	float: left;
	width: 312px;
	margin-top: 14px;
}

header .logo a {
	display: block;
	width: 100%;
	height: 45px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

header .topBox {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #efefef;
}

header .topBox .left {
	float: left;
	font-size: 14px;
	color: #a0a2a5;
}

header .topBox .right {
	float: right;
}

header a.ico {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #a0a2a5;
}

header a.ico:hover {
	background: #1d2088;
	color: #fff;
}

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

header .language .dropDown {
	display: block;
	padding: 0 20px;
	background: #f3f3f3;
	font-size: 14px;
	color: #757575;
	box-sizing: border-box;
	cursor: pointer;
}

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

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

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

header .language .dropDown .submenu a {
	display: block;
	padding: 0 10px 0 15px;
	color: #666;
}

header .search_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

header .search_box:hover a.fa-search {
	background: #1d2088;
	color: #fff;
}

header .search_box:hover .input {
	top: 0;
	opacity: 1;
}

header .search_box a.fa-search {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
	color: #757575;
	transition: all .5s;
}

header .search_box .input {
	position: absolute;
	right: 45px;
	top: -45px;
	opacity: 0;
	transition: all .5s;
}

header .search_box .input input {
	width: 250px;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 20px;
	background: #f3f3f3;
}

header .search_box .input input:focus {
	outline: none;
}

header .loginBox{
	display: inline-block;
}

header .loginBox .submenu{
	position: absolute;
	left: 0;
	top: 0;
}



/*========== Header Menu ===========*/
.menuBox {
	float: right;
}

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

ul.menu li > a {
	position: relative;
	display: inline-block;
	padding: 18px 17px 18px 20px;
	font-size: 18px;
	color: #474747;
	text-align: left;
}

ul.menu li > a:hover, ul.menu li > a.current {
	color: #f08200;
}

ul.menu li > a:hover:after, ul.menu li > a.current:after {
	opacity: 1;
}

ul.menu li > a {
	font-size: 18px;
	color: #666;
}

ul.menu li > a b {
	display: block;
	font-size: 13px;
	color: #a0a2a5;
	padding-left:2px;
}

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 #07215e;
	background: #353535;
	font-size: 16px;
	padding: 10px;
	color: #fff;
}

ul.menu li.dropDown .submenu a:hover {
	background: #f08200;
	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: 13px;
	padding: 10px;
	color: #434343;
}

.m_menu {
	display: none;
}




.center_box {
	padding:20px 0 50px 0;
	text-align:center;
}

ul.center_menu {}

ul.center_menu li {
	display:inline-block;
	padding-bottom:5px;
}

ul.center_menu li a {
	display:block;
	margin:0 1px;
	font-size:20px;
	padding:5px 30px;
	color:#999;
	border:1px solid #e7e7e7;
	border-radius:25px;
	position:relative;
}

ul.center_menu li a:hover {
	background:#FF0000;
	border:1px solid #FF0000;
	color:#FFF;
}

ul.center_menu li a.current {
	background:#FF0000;
	border:1px solid #FF0000;
	color:#FFF;
}
	
/*========== Side Menu ===========*/
.dropDownBox {
	display: none;
}

.side_menu {
	margin-bottom: 50px;
}

.side_menu .title {
	position: relative;
	font-size: 21px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}

.title:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 50%;
	height: 1px;
	background: #dbd9da;
}

.side_menu > ul > li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.side_menu > ul > li > a {
	display: block;
	color: #686868;
	padding: 15px 0;
	font-size: 21px;
	font-weight: 400;
	box-sizing: border-box;
	transition: all .5s;
}

.side_menu > ul > li > a:hover, .side_menu > ul > li > a.current, .side_menu > ul > li > a.on, .side_menu > ul > li > ul > li > a.on {
	background: #f08200;
	color: #fff;
	padding-left: 18px;
}

.side_menu > ul > li > ul > li > a.hasChild {
	position: relative;
}

.side_menu > ul > li > ul > li > a:hover {
	padding-left: 18px;
}

.side_menu > ul > li > a b {
	margin-left: 10px;
	font-size: 21px;
	font-weight: normal;
	color: #808080;
}

.side_menu > ul > li > ul {
	display: none;
	padding: 15px 0 15px 25px;
	background: #f8f8f8;
}

.side_menu > ul > li > ul > li > ul {
	display: none;
	padding-left: 25px;
	background: #f8f8f8;
}

.side_menu > ul > li ul li a {
	display: block;
	font-size: 21px;
	padding: 3px 0;
	color: #686868;
}

.side_menu > ul > li ul li ul li a.current{
	color: #f08200;
}



/*========== Side Menu Sub ===========*/
.side_menu_sub {
	padding-top: 10px;
	border-bottom:1px solid #eaddb8;
}

.side_menu_sub .txt {
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 21px;
}

.side_menu_sub .txt a {
	color: #333;
}

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

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



/*========== Banner ===========*/
.banner_area {
	clear: both;
	position: relative;
}

.banner_area .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: none;
	background-color: #133058;
	opacity: .5;
}

.banner_area .bx-wrapper .bx-controls-direction a::before, .banner_area .bx-wrapper .bx-controls-direction a::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #fff;
}

.banner_area .bx-wrapper .bx-controls-direction a::before {
	width: 70%;
	left: 0;
	right: 0;
	top: 60%;
	margin: auto;
}

.banner_area .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.banner_area .bx-wrapper .bx-prev {
	left: 50px;
}

.banner_area .bx-wrapper .bx-prev::after {
	width: 13px;
	left: 11%;
	top: 49%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner_area .bx-wrapper .bx-next {
	right: 50px;
}

.banner_area .bx-wrapper .bx-next::after {
	width: 13px;
	right: 11%;
	top: 49%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner_area .wrap {
	width: 100%;
	max-width: none;
	padding: 0;
}

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

.banner_area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

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

.banner_area .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}

.goDown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 80px;
	margin: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.goDown i {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
}

.goDown:hover {
	color: #fff;
}



/*========== Top ===========*/
.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;
}



/*========== Main ===========*/
.main_area {
	padding: 80px 0;
	background: #fff;
}

.main_area .wrap {
	position: relative;
}

.main_area .content_box {
	clear: both;
}

.main_area .content_box .left_box {
	float: left;
	width: 23%;
}

.main_area .content_box .right_box {
	float: right;
	width: 74%;
}

.mod_name h2 {
	padding:30px 0 80px 0;
	line-height:1.5;
	color:#2f2f2f;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	position:relative;
}

.mod_name h2 strong {
	background:#fff;
	z-index:19;
	color:#2f2f2f;
	font-size:25px;
	font-family: 'Raleway', sans-serif;
	display:inline-block;
	font-weight:normal;
	position:relative;
}

.mod_name h2:before {
	content:"";
	width:118px;
	height:118px;
	border-radius:99em;
	border:1px solid #ededed;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin-left:-59px;
}

.mod_name h2:after {
	content:"";
	width:110px;
	height:110px;
	border-radius:99em;
	border:1px solid #dbdbdb;
	display:block;
	position:absolute;
	left:50%;
	z-index:10;
	top:4px;
	margin-left:-55px;
}

.main_area .guide {
	font-size: 15px;
	color: #bbb;
	position: absolute;
	right: 10px;
	top: 25px;
}

.main_area .guide a {
	color: #bbb;
}

.main_area .guide a:hover {
	color: #133058;
}

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

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

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




/*========== Main Content ===========*/
.content_txt {
	clear:both;
	font-size:18px;
	color:#2f2f2f;
	line-height:1.8;
	text-align:justify;
}

.content_topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
}	

.content_topic h3 {
	overflow: hidden;
	font-size: 36px;
	font-weight: normal;
	color: #000;
}

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



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

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



/*========== Button ===========*/
.button_area_add {
	clear:both;
	padding-top:30px;
}

.button_area_cart {
	clear:both;
	padding-top:20px;
}

.button_area_back {
	clear:both;
	text-align: center;
	padding-top:30px;
}

.submit {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: .01em;
	border: 1px solid #f08200;
	background: #f08200;
	border-radius: 30px;
	padding: 16px 50px;
	overflow: hidden;
	box-sizing: border-box;
	text-transform: uppercase;
}

.submit a {
	color:#fff;
}



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

.Paginator {
	font-size: 15px;
	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 ===========*/
.title-box {
	width:100px;
	height:25px;
	display:inline-block;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background-color:rgba(230,76,25,0.7);
	font-size:14px;
	line-height:25px;
	text-align:center;
	color:#fff;
}

.footer_menu {
	clear:both;
	padding:70px 0;
	overflow:hidden;
	background: #F0F0F0;
}

.footer_menu ul {
	margin:0 -1%;
}

.footer_menu ul li {
	float:left;
	width:20%;
	height:230px;
}

.footer_menu p {
	font-size:16px;
	line-height:1.8;
}

.footer_menu p a {
	color:#333;
}

.footer_menu strong {
	font-size:20px;
	font-weight:normal;
}

.footer_menu strong a {
	color:#e30110;
}

footer {
	padding:30px 0 30px 0;
	position:relative;
}

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

h5.copyright {
	overflow:hidden;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#bcc0ca;
}

h5.copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

.copyright .city_menu ul li {
	float:left;
	width:25%;;
}



@media (max-width: 1080px) {
	.wrap {
		width: 1010px;
		margin: 0 auto;
	}

	header .logo {
		width: 200px;
	}
}



@media (max-width: 1024px) {
	.wrap {
		width: 960px;
		margin: 0 auto;
	}

	header .logo {
		width: 150px;
	}
}



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

	.outerWrap {
		padding-top: 60px;
	}

	.wrap {
		width: 100%;
		padding: 0 20px;
	}

	.main_area {
		padding: 30px 0;
	}

	/*========== 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: #F0F0F0;
		box-shadow: inset 0 -10px 15px #DBDBDB;
		position: relative;
		z-index: 99;
	}

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

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

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

	.m_menu .controlBox .right {
		float: right;
		margin-right: 10px;
	}

	.m_menu .controlBox .right_btn {
		float: left;
		position: relative;
		padding-top: 8px;
	}
	
	.m_menu .controlBox .right_btn > a {
		margin:0 3px;
		display: inline-block;
		font-size: 18px;
		color: #171016;
		background: #bebebe;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden;
	}
	
	.m_menu .controlBox .right_btn > a:hover {
		color: #fff;
		background: #f08200;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 18px;
		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: #f08200;
	}

	.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:18px;
		line-height:35px;
		text-align:center;
		background:#f08200;
		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;
		color: #f08200;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}

	.m_menu .m_ico a:hover {
		background: #f08200;
		color: #FFF;
		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 a {
		padding: 20px 10px;
		display: block;
		font-size: 18px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #f08200;
	}
	
	.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;
	}
}



@media (max-width: 800px) {
	.main_area .guide {
		display:none;
	}

	.footer_menu ul li {
		float:left;
		width:50%;;
	}

	.copyright .city_menu ul li {
		float:left;
		width:50%;;
	}
}



@media (max-width: 640px) {
	.side_menu {
		display: none;
	}

	/*========== Side Menu ===========*/	
	.dropDownBox {
		position: relative;
		display: block;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.dropDownBox .title {
		display: none;
	}

	.dropDownBox > div {
		position: relative;
		line-height: 40px;
		padding: 0 10px;
		border: 1px solid #ccc;
	}

	.dropDownBox > div::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 40px;
		background-color: #ccc;
	}

	.dropDownBox > div::after {
		content: '\f107';
		position: absolute;
		width: 40px;
		height: 100%;
		display: block;
		color: #ccc;
		top: 0;
		right: 0;
		font-family: FontAwesome;
		font-size: 24px;
		text-align: center;
		transition: all .4s ease;
	}

	.dropDownBox > ul {
		display: none;
		transition: all .3s ease-out;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 10px;
	}

	.dropDownBox > ul a.current {
		background-color: #133058;
		color: #fff;
	}

	.dropDownBox > ul dl {
		display: none;
		background-color: #f3f3f3;
	}

	.dropDownBox > ul dl a {
		padding-left: 2em;
		color: #133058;
	}

	.dropDownBox.open > div::after {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	}

	.dropDownBox.open > ul {
		display: block;
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		left: 0;
		right: 0;
		z-index: 10;
		top: 41px;
	}
  
	.main_area .content_box .left_box {
		float:none;
		width:100%;
	}

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

	footer .qr_code {
		float:none;
		width:100%;
	}

	.copyright .city_menu ul li {
		float:left;
		width:100%;;
	}
}



@media (max-width: 450px) {
	.footer_menu p {
		font-size:13px;
		line-height:1.8;
	}
	
	.footer_menu strong {
		font-size:15px;
		font-weight:normal;
	}

	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}

