@charset 'utf-8';

/*
* 主色系   : #0A438C
* 連結色系 : #00AEDB
* 字體色系 : #3B5F73
* 字體色系 : #357496
*/


html,body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'open_sans','Helvatica','Arial','Roboto','Microsoft JhengHei';
}

*{
	box-sizing: border-box;
}

.middle{
	position: relative;
	font-size: 0;
}

.middle:before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.middle > *{
	display: inline-block;
	vertical-align: middle;
}

.clear:after{
	content: ' ';
	display: block;
	clear: both;
}

.animate, .animate:after, .animate:before{
	-webkit-transition: all ease-in-out .25s;
	-ms-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}

.thumb{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.thumb img{
	visibility: hidden;
}



/** header start **/

header{
	position: relative;
	width: 100%;
	padding: 0 calc((100% - 1120px) / 2);
	margin: 0;
	box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
	z-index: 5;
}

header:before{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background: #F0F0F0;
	z-index: -1;
}

header .header{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 46px;
	/* justify-content: flex-end; */
}

header .header > *{
	float: none;
	margin: 0 10px;
	font-size: 0.831rem;
}

header .header .register{
	margin-right: auto;
	margin-left: 0;
}

header .header .register li{
	float: none;
	padding: 0;
}

header .header dl{
	margin-right: 0;
}

header .header dl dd, header .header .register li{
	display: inline-block;
	color: #818080;
	margin: 0 1em 0 0;
}

header .header dl dd a, header .header .register a{
	display: inline-block;
	color: #818080;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

header .header dl dd a:hover, header .header .register a:hover{
	color: #00AEDB;
	border-bottom: 1px dotted #00AEDB;
}

header .header dl dd span, header .header .register i{
	font-size: 1.550em;
	vertical-align: middle;
	margin: 0 0.3rem 0 0;
	color: #818080;
}

header #topCorp dd{
	text-align: center;
	margin: 0 10px 0 0;
}

header #topCorp dd a{
	font-size: 0.625rem;
	border: none;
	max-height: 46px;
	color: #000;
}

header #topCorp dd a:hover{
	color: #00AEDB;
}

header #topCorp img{
	height: 20px;
	display: block;
	margin: 5px auto -6px auto;
}

header .search{
	height: 70%;
}

header .search form{
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	height: 100%;
}

header .search input{
	height: calc(46px * 0.7);
	outline: none;
	font-size: 1rem;
	display: inline-block;
	margin: 0 0 0 -0.5rem;
}

header .search #sf_keyword{
	border: 1px solid #CCC;
	padding: 0 5px;
	min-width: 11rem;
}

header .search #sf_submit{
	background-image: url('data:image/svg+xml,<%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20%20-->%0A<svg%20version%3D"1.1"%0A%09%20xmlns%3D"http%3A//www.w3.org/2000/svg"%20xmlns%3Axlink%3D"http%3A//www.w3.org/1999/xlink"%20xmlns%3Aa%3D"http%3A//ns.adobe.com/AdobeSVGViewerExtensions/3.0/"%0A%09%20x%3D"0px"%20y%3D"0px"%20width%3D"31px"%20height%3D"31px"%20viewBox%3D"0%200%2031%2031"%20style%3D"enable-background%3Anew%200%200%2031%2031%3B"%20xml%3Aspace%3D"preserve">%0A<style%20type%3D"text/css">%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A</style>%0A<defs>%0A</defs>%0A<path%20id%3D"XMLID_18_"%20class%3D"st0"%20d%3D"M19.5%2C5.8c-3.8-3.8-9.9-3.8-13.7%2C0c-3.8%2C3.8-3.8%2C9.9%2C0%2C13.7s9.9%2C3.8%2C13.7%2C0%0A%09C23.3%2C15.7%2C23.3%2C9.6%2C19.5%2C5.8z%20M28.9%2C31l-8.4-8.4c-5%2C3.9-12.2%2C3.6-16.8-1c-4.9-4.9-4.9-13%2C0-17.9s13-4.9%2C17.9%2C0%0A%09c4.6%2C4.6%2C4.9%2C11.8%2C1%2C16.8l8.4%2C8.4L28.9%2C31z"/>%0A</svg>%0A');
	background-color: #BBB;
	background-size: 0.8rem;
	background-position: center;
	width: calc(46px * 0.7);
	height: calc(46px * 0.7);
	border: none;
}

header .lagH{
	padding: 0;
}

header .lagH ul li{
	border: none;	
}

header .lagH ul li a{
	display: block;
}

header .lagH ul li img{
	display: inline-block;
	border: none;
	border-radius: 0;
	width: auto;
	height: 25px;
	vertical-align: middle;
	margin: 0;
}

header .lagH ul li span.flag{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}

header .lagH .cur img,header .header .lagH a img:hover{
	box-shadow: none;
}

header .logo{
	padding: 0;
}

header .logo img{
	border: none;
	max-width: 200px;
}

header #headerNav{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0;
}

header nav{
	margin-left: auto;	
}

header #navMenu{
	position: relative;
	width: auto;
	background: none;
	text-align: right;
}

header #navMenu:before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

header #navMenu > li > a, header #navMenu > li > span a:last-child{
	padding: 0 1rem;
	font-size: 0.900rem;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	text-align: right;
}

header #navMenu > li > a:hover, header #navMenu > li > span a:last-child:hover{
	color: #00AEDB;
}

header #navMenu > li{
	display: inline-block;
	padding: 0;
	float: none;
	vertical-align: middle;
}

.rwd-header{
	display: none !important;
}

#mobileBtn{
	display: none;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after{
	border-left-color: #00AEDB;
}

@media (min-width: 1121px){
	header #navMenu > li > ul{
		margin-top: 10px;
		background: #EEE;
		overflow: visible !important;
		box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 10px 10px 0 rgba(0,0,0,0.15);
		background: #F4F4F4;
		border: none;
	}

	header #navMenu > li > ul:after{
		content: ' ';
		display: block;
		width: 100%;
		height: 10px;
		position: absolute;
		top: -10px;
		left: 0;
	}

	header #navMenu > li > ul:before{
		content: ' ';
		width: 10px;
		height: 10px;
		background-color: inherit;
		display: block;
		position: absolute;
		left: 25px;
		top: -5px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #navMenu > li li{
		color: #777;
		border: none;
		border-bottom: 1px solid #ddd;
		box-shadow: inset 0 -1px 0 0 #fff;
	}

	header #navMenu li li a{
		font-size: 0.850rem;
	}

	header #navMenu li li a:hover{
		color: #00AEDB;
	}
}

@media (max-width: 1120px){
	body{
		padding: 80px 0 0 0;
	}

	header{
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 20px;
		background: #FFF;
		height: 80px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px 0px;
	}

	header:before{
		display: none;
	}

	header .header{
		display: block;
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 80px) !important;
		height: auto;
		background: #FFF;
		text-align: center;
		padding: 0;
		overflow-x: hidden;
		overflow-y: scroll;

		opacity: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);

		-webkit-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}

	header .header.mActive{
		display: block;

		opacity: 1;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);

		-webkit-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;

	}

	header .header > *{
		display: block !important;
		margin: 15px 0;
	}

	header .header #topMessage, header .header .register{
		display: inline-block !important;
	}

	header .header #topMessage dd span, header .header .register li i{
		display: block;
		margin: 0;
	}

	header .header #topMessage dd, header .header .register li{
		margin: 0 10px;
	}

	header .header #topMessage dd{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	header .header #topMessage, header .header .register{
		font-size: 1rem;
	}

	header .header .search{
		height: auto;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}

	header .lagH{
		display: block !important;
		margin: 0 60px 0 auto;
	}

	header .lagH li{
		float: none;
		display: inline-block;
	}

	header .header #topCorp dd{
		margin: 0 10px;
	}

	#mobileBtn{
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		border: 2px solid #485a69;
		font-size: 1.250rem;
		border-radius: 4px;
		text-align: center;
		line-height: 36px;
	}

	#mobileBtn.mActive{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#mobileBtn.mActive:before{
		content: '\e5cd';
	}

	header .logo{
		display: block !important;
	}

	header .logo img{
		width: auto;
		max-height: 40px;
	}

	header nav, header #navMenu{
		width: 100%;
		height: auto;
	}

	header #navMenu > li{
		display: block;
	}

	header #navMenu > li a, header #navMenu > li span a:last-child{
		font-size: 1.125rem;
		text-align: center;
		font-weight: bold;
		padding: 15px 0;
		border-bottom: 1px dotted #CCC;
	}

	header #navMenu li ul{
		position: relative;
		box-shadow: none;
		background: #EEE;
	}

	header #navMenu li li{
		border: none;
		border-bottom: 1px dotted #CCC;
		box-shadow: inset 0 -1px 0 0 #FFF;
	}

	header #navMenu li li a{
		color: #777;
		border: none;
	}

	.sf-menu ul ul{
		left: 0;
	}
}

@media (max-width: 500px){
	header .lagH{
		margin: auto;
	}
}

/** header end **/



/** banner start **/

.index .banner .slides li img{
	height: 520px;
}

 .banner .slides li img{
	height: 360px;
}

.banner .slides li h2{
	position: absolute;
	width: 100%;
	top: calc(50% - 2rem);
	left: 0;
	text-align: center;
}

.banner .slides li h2.white *{
	color: #FFF !important;
}

.banner .slides li h2.black *{
	color: #000 !important;
}

.index .banner .slides li h2{
	top: calc(50% - 1rem);
}

.index .banner .slides li h2 span{
	display: inline-block;
	font-family: 'open_sans','Helvatica','Arial','Roboto';
	text-shadow: 1px 1px 0 rgba(0,0,0,0.05), 1px 1px 3px rgba(0,0,0,0.2);
	font-size: 2rem;
	font-weight: bold;
	color: #07438a;
	padding: 6px 10px;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 0 4px #EEE;
	border-radius: 40px;
	line-height: normal;
}

.banner .slides li h2 span{
	display: block;
	font-size: 2.188rem;
	font-family: 'open_sans','Helvatica','Arial','Roboto';
	color: #888;
	clear: both;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}

.banner .slides li h2 span + span{
	font-size: 1.250rem;
	padding: 0.8rem 0 0 0;
}

.banner .slides li h2 span.left{
	float: left;
	margin: 0 0 0 18%;
}

.banner .slides li h2 span.right{
	float: right;
	margin: 0 18% 0 0;
}

.banner .flex-direction-nav{
	display: none;
}

.banner .flex-control-nav{
	margin: 0 0 2rem 0;
}

.banner .flex-control-paging li{
	margin: 0 10px;
}

.banner .flex-control-paging li a{
	width: 1.3rem;
	height: 1.3rem;
}

@media(max-width: 787px){
	.index .banner .slides li img{
		height: 360px;
	}
}

/** banner end **/



/** content start **/

.index .content{
	width: 100%;
	margin: auto !important;
	padding: 0;
}

.content{
	max-width: 100%;
	width: 1120px;
	margin: 50px auto !important;
	padding: 0;
}

.colSide, .colMain{
	float: right;
}

.colSide{
	background: none;
	width: 265px;
}

.colSide + .colMain{
	width: calc(100% - 265px);
	padding: 0 30px 0 0;
}

.colSide h4{
	display: none;
}

.colSide .sideCate{
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #DDD;
}

.colSide .sideCate > li{
	position: relative;
	margin: 0;
	box-shadow: none;
	border-bottom: 1px solid #DDD;
}

.colSide .sideCate > li > span > a:last-child{
	display: block;
	padding: 20px 15px;
	background: #F5F5F5;
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.85);
}

.colSide .sideCate > li:hover > span > a:last-child,
.colSide .sideCate > li > span > a.active:last-child,
.colSide .sideCate > li > span > a.active + a{
	background: #EEE;
}

.colSide .sideCate > li > span > a{
	padding: 0;
	color: #485A69;
	font-weight: normal;
}

.colSide .sideCate > li:hover > span > a,
.colSide .sideCate > li > span > a.active,
.colSide .sideCate > li > span > a.active + a{
}

.colSide .sideCate > li a.tree{
	position: absolute;
	left: auto;
	right: 15px;
	top: calc(20px + 1em / 2);
	width: 1em;
	height: 1em;
}

.colSide .sideCate li a.tree:before{
	display: block;
	margin-top: -8px;
	content: "\e145";
	font-family: 'icomoon'!important;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	font-size: 1em;
	color: #000;
}

.colSide .sideCate > li.active a.tree{
	background: 0;
}

.colSide .sideCate > li.active a.tree:before{
	content: "\e15b";
}

.colSide .sideCate li ul{
	border-top: 1px solid #DDD;
}

.colSide .sideCate li li{
	background: #FFF;
	margin: 0 15px;
	border-bottom: 1px solid #CCC;
}

.colSide .sideCate li li:last-child{
	border: none;
}

.colSide .sideCate li li a{
	padding: 0.5em 0;
	color: #485A69;
}

.colSide .sideCate li li a:hover,.colSide .sideCate li li a.active{
	color: #00AEDB;
	font-weight: normal;
}

h2.menuTitle{
	font-size: 2.000em;
	font-weight: 300;
	color: #3B5F73;
}

@media (max-width: 1120px){
	.content{
		padding: 0 20px;
	}
}

/** content end **/



/** index start **/

#idx_about{
	font-size: 1rem;
}

#idx_about section{
	padding: 3.125em 0;
	text-align: center;
	margin: auto;
}

#idx_about section:first-child{
	padding: 4.125em 0;
	max-width: 800px;
	width: 100%;
}

#idx_about section h1{
	font-size: 2.000em;
	font-weight: 300;
	color: #3B5F73;
}

#idx_about section h1 span{
	font-size: 0.625em;
	text-transform: uppercase;
	margin: 0 0 0 0.8rem;
}

#idx_about section p{
	margin: 3.125em 0 0 0;
	color: #3B5F73;
	font-weight: 300;
	font-size: 1em;
	text-align: left;
}

#idx_about section ul{
	margin: 1.375em 0 0 0;
}

#idx_about section li{
	display: inline-block;
	font-size: 1.375em;
	color: #357496;
	margin: 0 0.3em;
	letter-spacing: 0.05em;
}

#idx_about section li:before{
	content: ' ';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background: #537998;
	margin: 0 0.2em 0 0;
}

#idx_about section:last-child{
	max-width: 1120px;
	width: 100%;
}

#idx_about h2{
	font-size: 2.000em;
	color: #3B5F73;
	font-weight: 300;
	margin: 0 0 50px 0;
}

#idx_about h2 span{
	font-size: 0.625em;
	text-transform: uppercase;
}

#idx_about dl{
	position: relative;
	width: calc(100% / 3);
	float: left;
	padding: 16px 5px 4.5em 5px;
}

#idx_about dt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.063em;
	font-weight: 300;
	color: #3B5F73;
}

#idx_about dt a{
	display: inline-block;
	color: #888;
	border-bottom: 1px dotted #CCC;
	margin: auto;
	text-decoration: none;
}

#idx_about dt a:after{
	content: "\e5c8";
	font-family: 'icomoon'!important;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 0.3em;
}

#idx_about dt:hover a, #idx_about dt:hover a:after{
	color: #00AEDB;
}

#idx_about dd{
	display: block;
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin: auto;
	border: 10px solid #D9D9D9;
	border-radius: 100%;
}

#idx_about dd img{
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 1120px){
	#idx_about dl{
		width: calc(100% / 2);
		margin: 1em 0;
	}
}

@media (max-width: 800px){
	#idx_about section:first-child{
		padding-left: 15px;
		padding-right: 15px;
	}

	#idx_about section p{
		font-size: 1.185em;
	}

	#idx_about section ul{
		margin: 2.438em 0 0 0;
	}

	#idx_about section li{
		font-size: 1.850em;
	}
}

@media (max-width: 600px){
	#idx_about section p{
		font-size: 1.063em;
	}

	#idx_about section li{
		font-size: 1.500em;
	}

	#idx_about dl{
		width: 100%;
	}
}

/** index end **/



/** footer start **/

footer{
	font-size: 1rem;
	width: 100%;
	background-image: -webkit-linear-gradient(to top,#d1d1d1,#eee);
	background-image: -moz-linear-gradient(to top,#d1d1d1,#eee);
	background-image: -ms-linear-gradient(to top,#d1d1d1,#eee);
	background-image: linear-gradient(to top,#d1d1d1,#eee);
	box-shadow: inset 0 1px 0 0 #d2d2d2, inset 0 2px 0 0 #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	padding: 50px 0 10px 0;
	color: #357496;
}

footer a{
	color: #357496;
}

footer a:hover{
	color: #00AEDB;
	text-decoration: none;
}

footer .footer{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1120px;
	padding: 0 50px;
}

footer .menu{
	display: none;
}

footer article{
	margin: 0 auto;
}

footer article:nth-child(2){
	flex-grow: 2;
	text-align: center;
}

footer #social{
	max-width: 240px;
}

footer #social img{
	width: auto;
	height: 50px;
}

footer #social dl{
	margin: 1em 0 0 0;
	display: block;
}

footer #social dd{
	display: inline-block;
}

footer #social dd a{
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
	background: #000;
	color: #FFF;
	border-radius: 100%;
	overflow: hidden;
	text-shadow: none;
	margin: 0 0.3em;
}

footer #social dd a:hover{
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	background-color: #FFF !important;
	color: #00AEDB;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

footer #social dd a.line{
	background-image: url('../images/line.svg');
	background-size: 100%;
	background-position: center;
}

footer #social dd a.line:hover{
	background-image: url('../images/line_hover.svg');
}

footer #social dd a.fa-facebook{
	background-color: #3B5998;
}

footer #social dd a.fa-twitter{
	background-color: #41ABE1;
}

footer #social dd a.fa-youtube{
	background-color: #E62117;
}

footer #social dd a.fa-google{
	background-color: #DB4437;
}

footer #social dd a.fa-pinterest{
	background-color: #BD081C;
}

footer #social dd a.fa-bold{
	background-color: #F00;
}

footer #social dd a.fa-whatsapp{
	background-color: #00E676;
}

footer #social dd a.fa-linkedin{
	background-color: #0077B5;
}

footer #social dd a.fa-qq{
	background-color: #2DC5FF;
}

footer #social dd a.fa-skype{
	background-color: #009EE5;
}

footer #social dd a.fa-wechat{
	background-color: #00C70C;
}

footer #info{
	position: relative;
	padding: 0 80px;
	font-size: 0;
}

footer #info > *{
	vertical-align: top;
	font-size: 0.938rem;
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	text-align: left;
}

footer #info dl{
	padding-left: 0;
}

footer #info dl dd span{
	position: absolute;
	top: 0;
	left: 0;
}

footer #info address, footer #info dl dd{
	position: relative;
	padding-left: 1.5em;
}

footer #info address:before{
	position: absolute;
	content: "\e94b";
	font-family: 'icomoon'!important;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 0;
	left: 0;
}

footer #qrcode{
	display: block;
	float: none;
	text-align: center;
}

footer #qrcode img{
	width: 100px;
	height: 100px;
}

footer > small{
	margin: 2em 0 0 0;
	display: block;
	width: 100%;
	text-align: center;
}

footer > small a{
	color: #8F8F8F;
}

@media (max-width: 1120px){
	footer .footer{
		display: block;
	}

	footer #info{
		padding: 0;
	}

	footer #info > *{
		display: block;
		margin: auto;
		width: 100%;
		max-width: 500px;
	}

	footer article{
		display: block;
		margin: 0 auto 2rem auto;
	}

	footer article:last-child{
		margin: 0 auto;
	}

	footer > small{
		padding: 0 20px;
	}
}

/** footer end **/



/** gotop start **/

#gotop, #gotop:hover{
	background-image: url('../images/gotop.svg') !important;
	background-size: 50% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	box-shadow: inset 0 0 0 1.5px #666 !important;
	border-radius: 100% !important;
	width: 44px !important;
	height: 44px !important;
	z-index: 998 !important;
}

#gotop:hover{
	background-color: #FFF !important;
	cursor: pointer;
}

/** gotop end **/



/** breadcrumb start **/

.breadcrumb{
	width: 100%;
	height: 2.986rem;
	padding: 0 calc((100% - 1120px) / 2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background: #F7F7F7;
}

.breadcrumb span{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.breadcrumb a{
	font-size: 0.938rem;
	color: #ABABAB;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #00AEDB;
}

.breadcrumb a:after{
	content: ">";
	color: #ABABAB;
	font-size: 0.938rem;
	margin: 0 0.5rem;
}

.breadcrumb h2, .breadcrumb h1{
	font-size: 0.938rem;
	font-weight: normal;
	color: #357496;
}

@media (max-width: 1120px){
	.breadcrumb{
		padding: 0 20px;
	}
}

/** breadcrumb end **/



/** productGrid start **/

.productGrid{
	font-size: 0;
}

.productGrid .proList{
	display: inline-block !important;
	padding: 0 10px 20px 10px !important;
	margin: 0 0 20px 0 !important;
	width: calc(100% / 3) !important;
	vertical-align: top !important;
	float: none !important;
	font-size: 1rem;
}

.productGrid .proList > *{
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.productGrid .proList .img{
	width: 100% !important;
	height: 160px !important;
}

.productList .proList .img{
	width: 300px !important;
	height: 160px !important;
}

.productGrid .proList .img a, .productList .proList .img a{
	display: inline;
}

.productGrid .proList .img img, .productList .proList .img img{
	max-width: 100%;
	max-height: 97%;
}

.productList .proList .img{
	border-radius: 0;
	padding: 0;
	width: calc(28% - 20px) !important;
}

.productGrid .proList .txt{
	display: block;
}

.productGrid .proList .txt a{
	padding: 0.8em 0 1em 0 !important;
	color: #2F5D7F;
	text-decoration: none;
	display: block;
}

.productGrid .proList:hover .txt a{
	color: #00AEDB;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.productGrid .proList h3{
	margin: 0;
}

.productGrid .proList .thumb{
	background-size: 100%;
}

.productGrid .proList:hover .thumb{
	background-size: 120%;
}

.productGrid .proList:hover .txt, .productGrid .proList:hover .img{
	box-shadow: 3px 3px 5px #CCC !important;
}

@media (max-width: 1000px){
	.productGrid .proList{
		width: calc(100% / 2) !important;
	}
}

@media (max-width: 787px){
	.colSide + .colMain{
		width: 100%;
	}
}

@media (max-width: 600px){
	.productGrid .proList{
		width: 100% !important;
	}
}

/** productGrid end **/