﻿/***** news.html  *****/

.bread_nav {
	width: 80%;
	border-bottom: 1px solid #000;
	margin: 60px auto 0;
}
.bread_nav h2 {
	padding: 10px 0;
	margin: 0;
}
.bread_nav h2 i {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.bread_nav h2 i img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bread_nav h2 a {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.bread_nav h2 span {
	display: inline-block;
	height: 30px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.banner_img {
	width: 100%;
}
.banner_img img {
	display: block;
	width: 100%;
}
.news_title {
	width: 72%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.news_title a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0 auto;
	background: #0D548D;
	color: #fff;
	margin-right: 20px;
}
/* news_sec1 */
.news_cont {
	padding-bottom: 40px;
}
.news_sec1 {
	margin-top: 50px;
}
.news_sec1_total {
	margin-bottom: 40px;
}
.news_sec1_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news_sec1_img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_position {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 100%;
	background: rgba(0,0,0,0.7);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=B25000000, endColorstr=B25000000);
}
.news_sec1_position img {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	float: left;
	margin: 20px 0 0 24px;
}
.news_sec1_title {
	padding: 0px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.news_sec1_title h4 {
	font-size: 15px;
	color: #999;
	height: auto !important;
	font-family: Arial, Helvetica, sans-serif;
}
.news_sec1_title span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_sec1_info {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 10px;
}
.news_text {
	background: #f6f6f6;
	border-bottom: 2px solid #ccc;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 20px;
	width: 100% !important;
}
.news_sec1_total:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_total:hover h2 {
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_total:hover .news_text {
	border-bottom: 2px solid #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***** news.html  *****/
/***** news.html  *****/

.bread_nav {
	width: 80%;
	border-bottom: 1px solid #000;
	margin: 60px auto 0;
}
.bread_nav h2 {
	padding: 10px 0;
	margin: 0;
}
.bread_nav h2 i {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.bread_nav h2 i img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bread_nav h2 a {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.bread_nav h2 span {
	display: inline-block;
	height: 30px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.banner_img {
	width: 100%;
}
.banner_img img {
	display: block;
	width: 100%;
}
.news_title {
	width: 72%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.news_title a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0 auto;
	background: #0D548D;
	color: #fff;
	margin-right: 20px;
}
/* news_sec1 */
.news_cont {
	padding-bottom: 40px;
}
.news_sec1 {
	margin-top: 50px;
}
.news_sec1_total {
	margin-bottom: 40px;
}
.news_sec1_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news_sec1_img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_position {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 100%;
	background: rgba(0,0,0,0.7);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=B25000000, endColorstr=B25000000);
}
.news_sec1_position img {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	float: left;
	margin: 20px 0 0 24px;
}
.news_sec1_title {
	padding: 0px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.news_sec1_title h4 {
	font-size: 15px;
	color: #999;
	height: auto !important;
	font-family: Arial, Helvetica, sans-serif;
}
.news_sec1_title span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_sec1_info {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 10px;
}
.news_text {
	background: #f6f6f6;
	border-bottom: 2px solid #ccc;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 20px;
	width: 100% !important;
}
.news_sec1_total:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_total:hover .news_text {
	border-bottom: 2px solid #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***** news.html  *****/


.bread_nav {
	width: 80%;
	border-bottom: 1px solid #000;
	margin: 60px auto 0;
}
.bread_nav h2 {
	padding: 10px 0;
	margin: 0;
}
.bread_nav h2 i {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.bread_nav h2 i img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bread_nav h2 a {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.bread_nav h2 span {
	display: inline-block;
	height: 30px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.banner_img {
	width: 100%;
}
.banner_img img {
	display: block;
	width: 100%;
}
.news_title {
	width: 72%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.news_title a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0 auto;
	background: #0D548D;
	color: #fff;
	margin-right: 20px;
}
/* news_sec1 */
.news_cont {
	padding-bottom: 40px;
	margin-top: 160px;
}
.news_sec1 {
	margin-top: 50px;
}
.news_sec1_total {
	margin-bottom: 40px;
}
.news_sec1_img {
	width: 100%;
	height: 276px;
	position: relative;
	overflow: hidden;
}
.news_sec1_img img {
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}
.news_sec1_position {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 100%;
	background: rgba(0,0,0,0.7);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=B25000000, endColorstr=B25000000);
}
.news_sec1_position img {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	float: left;
	margin: 20px 0 0 24px;
}
.news_sec1_title {
	padding: 0px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.news_sec1_title h2 {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin: 0;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news_sec1_title h4 {
	font-size: 15px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.news_sec1_title span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_sec1_info {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 10px;
}
.news_sec1_info p {
	font-size: 14px;
	line-height: 24px;
	height: 69px;
	margin: 0;
	color: #666;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_text {
	background: #f6f6f6;
	border-bottom: 2px solid #ccc;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 20px;
}
.news_sec1_total:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_sec1_total:hover .news_text {
	border-bottom: 2px solid #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***** news.html  *****/





/***** welfare.html *****/
.all_title {
	text-align: center;
	margin-bottom: 50px;
}
.all_title h5 {
	color: #bfbfbf;
	font-size: 20px;
	margin: 5px;
}
.all_title h2 {
	color: #bfbfbf;
	font-weight: bolder;
	margin: 0;
	font-size: 26px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.all_title h3 {
	color: #a5a5a5;
	margin: 0;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/* welfare_sec1 */
.welfare_sec1_all {
	padding: 0 90px;
	margin: 0 auto;
}
.welfare_sec {
	padding: 0 0 60px;
	margin-top: 160px;
}
.welfare_sec1_col {
	border-right: 1px solid #e5e5e5;
}
.welfare_sec1_word span {
	display: block;
	width: 100%;
	height: 10px;
	background: #dddddd;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec1_word h5 {
	font-size: 15px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
}
.welfare_sec1_word h2 {
	color: #333;
	margin: 10px 0 15px;
	font-size: 20px;
	letter-spacing: 1px;
}
.welfare_sec1_word h4 {
	font-size: 17px;
	color: #444;
	letter-spacing: 2px;
}
.welfare_sec1_word h6 {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.up_top {
	margin-top: 10px;
}
.welfare_sec1_img {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.welfare_sec1_img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec1_margin {
	margin-bottom: 20px;
}
.welfare_sec1_margin1 {
	margin-bottom: 0;
}
.welfare_sec1_margin h3 {
	font-size: 16px;
	color: #333;
	margin: 0;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.welfare_sec1_margin h6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.welfare_sec1_margin .welfare_sec1_img {
	width: 100%;
}
.welfare_sec1_list:hover span {
	background: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec1_list:hover img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.welfare_sec1_margin:hover img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.welfare_sec1_margin:hover span {
	background: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec3_word:hover img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* welfare_sec2 */
.welfare_sec2 {
	width: 100%;
	background: url('../images/welfare_sec2-1.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/welfare_sec2-1.png', sizingMethod='scale');
}
.welfare_sec2_all {
	padding: 100px 0;
	text-align: center;
}
.welfare_sec2_all h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
	border-bottom: 4px solid #fff;
	margin: 0 auto;
	padding-bottom: 10px;
	display: inline-block;
}
.welfare_sec2_all h6 {
	text-align: center;
	margin: 0;
	color: #e5e5e5;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 32px;
	font-family: Arial, Helvetica, sans-serif;
}
/* welfare_sec3 */

.welfare_sec3 {
	padding-top: 80px;
}
.welfare_sec3_all {
	padding: 0 90px;
	margin: 0 auto;
}
.welfare_sec3_row {
	margin-top: 50px;
}
.welfare_sec3_img {
	position: relative;
}
.img_box {
	width: 100%;
	overflow: hidden;
}
.img_box img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec3_position h3 span {
	display: block;
}
.welfare_sec3_position {
}
.flip {
	position: relative;
	width: 150px;
	height: 40px;
	margin: 0 auto;
	top: -35px;
	transition: 0.6s;
	/* transform-style: preserve-3d; */
	text-align:  center;
	cursor: pointer;
}
.flip:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	transition: 0.6s;
	transform-style: preserve-3d;
	background: #0D548D;
	text-align: center;
}
.flip h3 {
	width: 100%;
	height: 100%;
	color: #0D548D;
	position: relative;
	z-index: 9;
	font-size: 20px;
	margin: 13px 0 0 2px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
}
.front, .back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.front {
	z-index: 2;
	visibility: visible;
}
.back {
	z-index: 2;
	visibility: hidden;
}
.container {
	perspective: 1000;
	transform-style: preserve-3d;
}
.flip h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 40px;
}
.flip:hover {
transform:translate(0%, 0%) scale(1.05);
	width: 150px;
	height: 40px;
}
.flip:hover .back {
	visibility: visible;
	
}
.welfare_sec3_word h2 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
	margin-top: 0;
	text-align: center;
	letter-spacing: 1px;
	height:auto;
	padding: 0 30px;
	font-weight: bold;
	height:60px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.welfare_sec3_word p {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #666;
	text-align: center;
	overflow: hidden;
	margin: 0;
	letter-spacing: 1px;
	padding: 0 30px;
	height: 40px;
}
.welfare_sec3_word {
	background: #f4f4f4;
	padding-bottom: 30px;
	border-bottom: 3px solid #0d548d;
}
.welfare_sec3_word a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #999;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #f4f4f4;
}
.welfare_sec3_word .xm_txt_on {
	width: 140px;
	color: #999;
	padding: 8px 0;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 25px auto 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.welfare_sec3_word .xm_txt_on:hover {
	background: #f2f2f2;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***** welfare.html *****/







/*****  join.html *****/
.inSecCon {
	margin: 0 auto;
	padding: 80px 90px;
}
.ab_cont h5 {
	font-size: 28px;
	font-family: 'webfontregular';
	text-align: center;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	top: -100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.line_box {
	width: 100%;
	margin: 60px 0;
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
}
.line_box .long_line {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.line_box.on {
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.line_box .short_box {
	width: 40px;
	height: 20px;
	background: #fff;
	margin: 0 auto;
}
.line_box .short_line {
	width: 1px;
	height: 40px;
	background: #666;
	margin: 0 auto;
	margin-top: -20px;
}
.inSec1txt {
	margin-right: 8%;
	overflow: hidden;
	padding-top: 30px;
}
.inSec1txt h3 {
	color: #333;
	font-size: 26px;
	line-height: 30px;
	margin-top: 0;
	position: relative;
	padding-left: 20px;
}
.inSec1txt h3 i {
	width: 5px;
	background: #0D548D;
	height: 50px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
}
.inSec1txt h6 {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin: 30px auto 30px;
	letter-spacing: 1px;
}
.inSec1txt span {
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.inSecmore {
	margin: 30px auto;
}
.inSecmore a {
	background: #999999;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	text-transform: uppercase;
}
.inSecmore a i {
	color: #fff;
	margin-left: 5px;
}
.inSec1img {
	height: 100%;
	overflow: hidden;
}
.inSec1img img {
	display: block;
	width: 100%;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;

	-webkit-transition: all 1.5s;
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
}
.inSec1img img.on {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* join_sec2 */
.join_sec2 {
	background: #f6f6f6;
	padding: 80px 0;
}
.join_sec2_all {
	padding: 0 90px;
	margin: 0 auto;
}
.join_sec2_team {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	margin: 0 0 50px;
}
.join_sec2_team h2 {
	width: 40%;
	float: left;
	margin: 0;
}
.join_sec2_team p {
	width: 60%;
	float: right;
	padding-left: 15px;
	border-left: 2px solid #ccc;
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}
.join_sec2_swiper {
}
.list_nav_a {
	padding: 0 15px;
}
.list_image {
	width: 100%;
}
.list_image img {
	display: block;
	width: 100%;
}
.list_word h2 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	letter-spacing: 2px;
}
.list_word p {
	font-size: 14px;
	color: #999;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	letter-spacing: 1px
}
.list_word h5 {
	text-align: center;
	margin: 0;
	display: none;
}
.list_word h5 a {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.list_word h5 a img {
	display: block;
	width: 20px;
	height: 20px;
}
.team_pagination {
	bottom: 10px;
}
.team_pagination .swiper-pagination-switch {
	width: 60px;
	height: 3px;
	border-radius: 0;
}
.cont_list {
	position: relative;
}
.arrow-left_02 {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: -80px;
	width: 45px;
	height: 45px;
	color: #fff;
}
.arrow-left_02 img {
	width: 100%;
}
.arrow-right_02 {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 1;
	top: 35%;
	right: -80px;
	color: #fff;
}
.arrow-right_02 img {
	width: 100%;
}
.list_word {
	background: #fff;
}
.swiper-tuijian_con {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 2px 30px 30px;
	text-align: left;
	position: relative;
}
.swiper-tuijian_xian {
	width: 20px;
	height: 2px;
	background: #0d548d;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.swiper-tuijian_con:hover .swiper-tuijian_xian {
	left: 50%;
	margin-left: -10px;
}
.swiper-tuijian_con .xm_txt_on:hover {
	background: #ebebeb;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.swiper-tuijian_con .public_btn {
	margin-top: 30px;
}
.swiper-tuijian_con:hover .public_btn {
	padding: 0 15px 0 0;
}
.swiper-tuijian_con:hover .public_btn_din {
	width: 100%;
}
.swiper-tuijian_con:hover .public_btn span {
	color: #fff;
}
.swiper-tuijian_con h3 {
	margin: 50px 0 10px 0;
	color: #0d548d;
	font-size: 18px;
	font-weight: bold;
}
.swiper-tuijian_con h5 span {
	font-size: 16px;
	color: #333;
}
/* join_sec3 */


.join_sec3_all {
	width: 60%;
	margin: 0 auto;
}
.join_sec3_all h2 i {
	display: block;
	width: 100px;
	height: 2px;
	background: #d15480;
	margin: 0 auto;
	margin-top: 20px;
}
.join_sec3_all h5 {
	text-align: center;
	padding: 20px 0 30px;
	margin: 0;
	font-size: 14px;
}
.join_sec3_img {
	padding: 10px 0 30px;
}
.join_sec3_img img {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.join_sec3_img span {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
}
.join_sec3_input {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}
.join_sec3_input h3 {
	padding-bottom: 30px;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
	color: #666;
	font-size: 17px;
}
.join_sec3_name {
	overflow: hidden;
}
.join_sec3_name input {
	display: block;
	width: 48%;
	height: 45px;
	padding: 0 10px;
	float: left;
	font-size: 14px;
	color: #ccc;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.join_sec3_nameinput2 {
	margin-left: 4%;
}
.join_sec3_name textarea {
	margin-top: 20px;
	width: 100%;
	padding: 5px 10px;
	height: 140px;
	color: #ccc;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.join_sec3_name a {
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background: #0D548D;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: 1px
}
.cont_l h2 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0;
	font-weight: bold;
}
.cont_l h2 span {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 10px 20px 0 0;
	background: #666;
	float: left;
}
.cont_l h3 {
	font-size: 16px;
	color: #0D548D;
	line-height: 24px;
	margin: 10px 0 20px;
	padding-left: 50px;
}
.cont_l h4 {
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	line-height: 24px;
	margin: 0;
}
.cont_l h4 span {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 10px 20px 0 0;
	background: #666;
	float: left;
}
.cont-i {
	padding-left: 76px;
	margin: 15px 0;
}
.cont-i i {
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #000;
	margin-right: 10px;
}
.contact_right {
	margin-left: 50px;
}
.contact_right h2 {
	font-size: 15px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
	width: 80%
}
.contact_right label {
	display: block;
	font-weight: normal;
}
.contact_right form {
/* width: 90%; */
}
.contact_right input {
	width: 100%;
	height: 40px;
	border: none;
	background: #eee;
	padding-left: 10px;
	font-size: 14px;
}
.form_child .form_left {
	float: left;
	width: 47%;
}
.form_child .form_right {
	float: right;
	width: 47%;
}
.form_child textarea {
	width: 100%;
	border: none;
	background: #eee;
	height: 180px;
	padding: 15px 10px;
	font-size: 14px;
}
.form_child {
	margin-bottom: 20px;
}
input[type="checkbox"] {
	margin: 0px 0 0;
	width: auto;
	height: auto;
	display: inline-block;
}
.check_box label {
	display: inline-block;
	padding-left: 10px;
}
.form_tj {
	display: block;
	background: #0D548D;
	color: #fff;
	height: 50px;
	width: 300px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	margin-top: 30px;
}
.contact_sec3 {
	padding: 80px 0;
	overflow: hidden;
}
.contact_sec3 .container {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.contact_list_title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.contact_list i {
	display: block;
	width: 1px;
	height: 20px;
	background: #000;
	margin: 20px auto;
}
.contact_list {
	text-align: center;
}
.contact_list p {
	font-size: 14px;
}
.contact_list .contact_btn {
	width: 250px;
	height: 50px;
	background: #e6e6e6;
	margin: 30px auto 10px;
	padding: 5px;
}
.contact_list .contact_btn_bt {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #998c64;
	font-size: 15px;
	text-align: center;
	background: #e6e6e6;
	border: 1px #eff0ee solid;
}
.join_sec3_boxx {
	width: 66%;
	margin: 0 auto;
}
.swiper-tuijian_con .dizhi h3 {
	font-size: 15px;
	color: #999;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 30px;
}
.swiper-tuijian_con .dizhi h3 img {
	width: 20px;
	margin-right: 5px;
}
/*****  join.html *****/
/*****  join.html *****/
.inSecCon {
	margin: 0 auto;
	padding: 0 90px 80px;
	margin-top: 160px;
}
.ab_cont h5 {
	font-size: 28px;
	font-family: 'webfontregular';
	text-align: center;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	top: -100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.line_box {
	width: 100%;
	margin: 60px 0;
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
}
.line_box .long_line {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.line_box.on {
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.line_box .short_box {
	width: 40px;
	height: 20px;
	background: #fff;
	margin: 0 auto;
}
.line_box .short_line {
	width: 1px;
	height: 40px;
	background: #666;
	margin: 0 auto;
	margin-top: -20px;
}
.inSec1txt {
	margin-right: 8%;
	overflow: hidden;
	padding-top: 30px;
}
.inSec1txt h3 {
	color: #333;
	font-size: 26px;
	line-height: 30px;
	margin-top: 0;
	position: relative;
	padding-left: 20px;
}
.inSec1txt h3 i {
	width: 5px;
	background: #0D548D;
	height: 50px;
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
}
.inSec1txt h6 {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin: 30px auto 30px;
	letter-spacing: 1px;
}
.inSec1txt span {
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.inSecmore {
	margin: 30px auto;
}
.inSecmore a {
	background: #999999;
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	text-transform: uppercase;
}
.inSecmore a i {
	color: #fff;
	margin-left: 5px;
}
.inSec1img {
	height: 100%;
	overflow: hidden;
}
.inSec1img img {
	display: block;
	width: 100%;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
}
.inSec1img img.on {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* join_sec2 */
.join_pubi span {
	font-family: inherit;
	letter-spacing: 1px;
}
.join_pubi.hidden-xs {
	float: right;
	margin-top: 0;
}
.cont_list .join_pubi {
	margin: 50px auto 0;
}
.join_pubi:hover .public_btn_din {
	width: 100%;
}
.join_pubi:hover span {
	color: #fff !important;
}
.join_pubi:hover .public_btn {
	padding: 0 16px 0 0px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.join_pubi:hover {
	padding: 0 15px 0 0;
}
.join_sec2 {
	padding: 80px 0;
	margin-top: 160px;
}
.join_sec2_all {
	padding: 0 90px;
	margin: 0 auto;
}
.join_sec2_team {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	margin: 0 0 50px;
}
.join_sec2_team h2 {
	width: 40%;
	float: left;
	margin: 0;
}
.join_sec2_team p {
	width: 60%;
	float: right;
	padding-left: 15px;
	border-left: 2px solid #ccc;
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}
.join_sec2_swiper {
}
.list_nav_a {
	padding: 0 15px;
}
.list_image {
	width: 100%;
}
.list_image img {
	display: block;
	width: 100%;
}
.list_word h2 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	letter-spacing: 2px;
}
.list_word p {
	font-size: 14px;
	color: #999;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	letter-spacing: 1px
}
.list_word h5 {
	text-align: center;
	margin: 0;
	display: none;
}
.list_word h5 a {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.list_word h5 a img {
	display: block;
	width: 20px;
	height: 20px;
}
.team_pagination {
	bottom: 10px;
}
.team_pagination .swiper-pagination-switch {
	width: 60px;
	height: 3px;
	border-radius: 0;
}
.cont_list {
	position: relative;
}
.arrow-left_02 {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: -80px;
	width: 45px;
	height: 45px;
	color: #fff;
}
.arrow-left_02 img {
	width: 100%;
}
.arrow-right_02 {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 1;
	top: 35%;
	right: -80px;
	color: #fff;
}
.arrow-right_02 img {
	width: 100%;
}
.list_word {
	background: #fff;
}
.swiper-tuijian_con {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 40px 60px;
	text-align: left;
	position: relative;
}
.swiper-tuijian_xian {
	width: 20px;
	height: 2px;
	background: #0d548d;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.swiper-tuijian_con:hover .swiper-tuijian_xian {
	left: 50%;
	margin-left: -10px;
}
.swiper-tuijian_con .xm_txt_on:hover {
	background: #ebebeb;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.swiper-tuijian_con:hover .public_btn_din {
	width: 100%;
}
.swiper-tuijian_con:hover .public_btn span {
	color: #fff;
}
.swiper-tuijian_con h3 {
	margin: 50px 0 10px 0;
	color: #0d548d;
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-tuijian_con h5 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	letter-spacing: 1px;
	height:170px;
/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 131px;*/
}
.swiper-tuijian_con h5 span {
	font-size: 16px;
	color: #333;
}
/* join_sec3 */

.join_sec3_all {
	width: 60%;
	margin: 0 auto;
}
.join_sec3_all h2 i {
	display: block;
	width: 100px;
	height: 2px;
	background: #d15480;
	margin: 0 auto;
	margin-top: 20px;
}
.join_sec3_all h5 {
	text-align: center;
	padding: 20px 0 30px;
	margin: 0;
	font-size: 14px;
}
.join_sec3_img {
	padding: 10px 0 30px;
}
.join_sec3_img img {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.join_sec3_img span {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
}
.join_sec3_input {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}
.join_sec3_input h3 {
	padding-bottom: 30px;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
	color: #666;
	font-size: 17px;
}
.join_sec3_name {
	overflow: hidden;
}
.join_sec3_name input {
	display: block;
	width: 48%;
	height: 45px;
	padding: 0 10px;
	float: left;
	font-size: 14px;
	color: #ccc;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.join_sec3_nameinput2 {
	margin-left: 4%;
}
.join_sec3_name textarea {
	margin-top: 20px;
	width: 100%;
	padding: 5px 10px;
	height: 140px;
	color: #ccc;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.join_sec3_name a {
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background: #0D548D;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: 1px
}
.cont_l h2 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0;
	font-weight: bold;
}
.cont_l h2 span {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 10px 20px 0 0;
	background: #666;
	float: left;
}
.cont_l h3 {
	font-size: 16px;
	color: #0D548D;
	line-height: 24px;
	margin: 10px 0 20px;
	padding-left: 50px;
}
.cont_l h4 {
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	line-height: 24px;
	margin: 0;
}
.cont_l h4 span {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 10px 20px 0 0;
	background: #666;
	float: left;
}
.cont-i {
	padding-left: 76px;
	margin: 15px 0;
}
.cont-i i {
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #000;
	margin-right: 10px;
}
.contact_right {
	margin-left: 50px;
}
.contact_right h2 {
	font-size: 15px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
	width: 80%
}
.contact_right label {
	display: block;
	font-weight: normal;
}
.contact_right form {
/* width: 90%; */
}
.contact_right input {
	width: 100%;
	height: 40px;
	border: none;
	background: #eee;
	padding-left: 10px;
	font-size: 14px;
}
.form_child .form_left {
	float: left;
	width: 47%;
}
.form_child .form_right {
	float: right;
	width: 47%;
}
.form_child textarea {
	width: 100%;
	border: none;
	background: #eee;
	height: 180px;
	padding: 15px 10px;
	font-size: 14px;
}
.form_child {
	margin-bottom: 20px;
}
input[type="checkbox"] {
	margin: 0px 0 0;
	width: auto;
	height: auto;
	display: inline-block;
}
.check_box label {
	display: inline-block;
	padding-left: 10px;
}
.form_tj {
	display: block;
	background: #0D548D;
	color: #fff;
	height: 50px;
	width: 300px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	margin-top: 30px;
}
.contact_sec3 {
	padding: 80px 0;
	overflow: hidden;
}
.contact_sec3 .container {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.contact_list_title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.contact_list i {
	display: block;
	width: 1px;
	height: 20px;
	background: #000;
	margin: 20px auto;
}
.contact_list {
	text-align: center;
}
.contact_list p {
	font-size: 14px;
}
.contact_list .contact_btn {
	width: 250px;
	height: 50px;
	background: #e6e6e6;
	margin: 30px auto 10px;
	padding: 5px;
}
.contact_list .contact_btn_bt {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #998c64;
	font-size: 15px;
	text-align: center;
	background: #e6e6e6;
	border: 1px #eff0ee solid;
}
.join_sec3_boxx {
	width: 66%;
	margin: 0 auto;
}
/*****  join.html *****/


/*public*/
.public_header {
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	margin-top: 150px;
}
.public_box {
	padding: 0 90px;
	margin: 0 auto;
}
.public_header_left {
	line-height: 55px;
	float: left;
}
.public_header_left a {
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
}
.public_header_img1 {
	width: 10px;
	margin-right: 1px;
	margin-top: -3px;
}
.public_header_img2 {
	width: 12px;
	margin: -2px 0px 0;
}
.public_header_right {
	float: right;
	width: 70%;
}
.public_header_lis {
	text-align: right;
	font-size: 0;
	margin: 0;
}
.public_header_lis li {
	padding: 0 20px;
	display: inline-block;
	height: 100%;
	line-height: 55px;
	margin: 0;
}
.public_header_lis li a {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.public_header_lis li:hover a {
	color: #fff;
}
.public_header_lis li.active {
	background: #0D548D;
}
.public_header_lis li.active a {
	color: #fff;
}
.public_header_lis li:hover {
	background: #0D548D;
}
/*framework*/
.cont {
	margin-top: 30px;
}
.structure_con {
	text-align: center;
}
.zoomy {
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	border: 0;
	line-height: 100px;
	text-align: center;
	background-image: url(loading.gif);
	background-position: center;
	background-color: #fff;
	z-index: 1000;
}
.fra_box {
	padding: 40px 0;
}
/*framework*/


/*honor*/
.enhonor_sec {
	padding: 40px 0;
}
.enhonor_sec1_pic {
	width: 100%;
}
.enhonor_sec1_pic img {
	display: block;
	width: 100%;
}
.enhonor_sec1_xian {
	padding: 20px 50px 20px;
	position: relative;
	margin-top: 30px;
}
.enhonor_sec1_xian h2 {
	color: #333;
	font-weight: bolder;
	font-size: 20px;
	margin: 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.enhonor_sec1_xian h6 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	letter-spacing: 1px;
}
.topLeft {
	position: absolute;
	width: 100px;
	height: 1px;
	background: #ccc;
	top: 5px;
	left: 0;
}
.topRight {
	position: absolute;
	width: 1px;
	height: 100px;
	background: #ccc;
	top: 0;
	left: 5px;
}
.bottomLeft {
	position: absolute;
	width: 100px;
	height: 1px;
	background: #ccc;
	bottom: 5px;
	right: 0;
}
.bottomRight {
	position: absolute;
	width: 1px;
	height: 100px;
	background: #ccc;
	bottom: 0;
	right: 5px;
}
.enhonor_sec1_rightTop {
	width: 100%;
	overflow: hidden;
}
.enhonor_sec1_rightTop h3 {
	margin: 0;
}
.enhonor_sec1_rightTop .h32 {
	text-align: left;
	font-size: 26px;
	color: #000;
	letter-spacing: 1px;
	padding-left: 15px;
}
.enhonor_sec1_rightTop .h32 span {
	width: 5px;
	height: 22px;
	background: #0D548D;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.enhonor_sec1_ul {
	margin-top: 30px;
	height: 546px;
	overflow-y: scroll;
	overflow-x: hidden;
	+overflow: hidden;
	position: relative;
	padding-right: 20px;
	display: none;
}
.show1{

	display:block;
}
.hide1{

	display:none;
}
.enhonor_sec1_li {
	border-left: 1px solid #e6e6e6;
	padding: 10px 0;
	padding-left: 150px;
	position: relative;
	margin-left: 20px;
}

.enhonor_sec1_li {}
.enhonor_sec1_li span {
	position: absolute;
	top: 12px;
	left: 0;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}
.enhonor_sec1_li span:before {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0D548D;
	position: absolute;
	top: 6px;
	left: -6px;
	content: '\20';
}
.enhonor_sec1_li h5 {
	width: 100%;
	overflow-y: hidden;
	margin: 0;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 300;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 20px;
}
.enhonor_sec1_li h5 a{
	
	color: #333;

}
.enhonor_sec1_li h6 {
	line-height: 24px;
	color: #999;
	display: none;
	letter-spacing: 1px;
}
.enhonor_sec1_li:hover h5 a{
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.enhonor_sec1_moddle {
	overflow: hidden;
    margin-top: 30px;
    margin-left: 15px;
    +position:relative;
}
.enhonor_sec1_moddleBox {
	width: 160px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #0D548D;
	border: 1px solid #0D548D;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.enhonor_sec1_moddleBox:first-child {
	margin-right: 30px;
}
.enhonor_sec1_moddleBox.active {
	color: #fff;
	background: #0D548D;
}
/*honor*/

/*** industry.html ***/
.industry_sec {
	padding: 0 0 80px;
	margin-top: 160px;
}
.industry_sec1_pic {
	background: #f4f4f4;
	padding: 40px;
}
.industry_sec1_pic:hover {
	background: #ebebeb;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.industry_sec1_li:hover .public_btn_din {
	width: 100%;
}
.industry_sec1_li:hover .public_btn span {
	color: #fff;
}
.industry_sec1_li:hover .public_btn {
	padding: 0 15px 0 0;
}

.industry_sec1a:hover .public_btn_din {
	width: 100%;
}
.industry_sec1a:hover .public_btn span {
	color: #fff;
}
.industry_sec1a:hover .public_btn {
	padding: 0 15px 0 0;
}


.industry_sec1_photo {
	width: 100%;
	overflow: hidden;
}
.industry_sec1_photo img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.industry_sec1_photo:hover img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.industry_sec1_word {
	padding: 30px;
}
.industry_sec1_word h2 {
	font-size: 28px;
	font-weight: bolder;
	color: #000;
}
.industry_sec1_word>h2>span {
	width: 5px;
    background: #0D548D;
    height: 25px;
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
}
.industry_sec1_word h5 {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 22px;
}
.industry_sec1_list {
	margin-top: 50px;
}
.industry_sec1_li,.industry_sec1_li5,.industry_sec1_li6 {
	margin-bottom: 50px;
}
.industry_sec1_li:hover img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.industry_sec_img {
	width: 100%;
	overflow: hidden;
}
.industry_sec_img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.industry_sec1_word {
	width: 100%;
	padding: 30px 50px;
	background: #f4f4f4;
	border-bottom: 3px solid #0d548d;
}
.industry_sec1_word h2 {
	font-size: 24px;
	font-weight: bolder;
	color: #0d548d;
	letter-spacing: 2px;
	margin-top: 0;
	line-height: 32px;
	position: relative;
	padding-left: 20px;
	position: relative;
}
.industry_sec1_word h2 .left_line{
	width: 5px;
    background: #0D548D;
    height: 25px;
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
}
.btn_industry {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
}
.industry_sec1_li:hover .btn_industry {
	padding: 0 15px 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.industry_sec1_li:hover .public_btn_din {
	width: 100%;
}
.industry_sec1_li:hover .btn_industry span {
	color: #fff;
}
.industry_sec1_li:hover .btn_industry2 span {
	color: #fff;
}
.industry_sec1_word h5 {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.industry_sec1_word h3 {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis; */
	min-height: 72px;
}
.industry_sec1_word2 h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*** industry.html ***/

/* speench.html */
.jiangdot_box {
	width: 76%;
	margin: 0 auto;
	margin-top: 30px;
}
.jiangdot_box.contact_box {
	padding-top: 1px;
}
.jiangdot_title {
	display: block;
	margin: 80px 0 50px;
	color: #000;
	font-size: 16px;
}
.jiangdot_title img {
	width: 16px;
	margin-right: 10px;
}
.Leader_secTop {
	padding: 80px 0 55px 0;
	background: #F1F1F1;
}
.h5Sty {
	background: url(../images/aSty.png) no-repeat left center;
	padding-left: 15px;
}
.LesecTop_img {
	position: relative;
	margin-top: 20px;
	width: 75%;
	margin-left: 20%;
}
.LesecTop_img img {
	display: block;
	width: 100%;
	position: absolute;
	top: -3px;
	left: 0;
}
.LesecTop_txt {
	margin-left: 20px;
}
.LesecTop_txt h2 {
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
}
.LesecTop_txt h5, .LesecTop_txt_tel span {
	color: #999;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
	width: 70%;
	line-height: 26px;
}
.LesecTop_txt_tel {
	width: 85%;
	border-top: 1px solid #dadada;
	margin: 25px 0;
}
.LesecTop_txt_tel span {

	width: 48%;
	float: left;
}
.LesecTop_txt_tel span i {
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.LesecTop_txt_tel span p {
	font-size: 16px;
	margin-top: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Leader_secBot {
	padding-top: 20px;
	padding-bottom: 60px;
}
.Leader_secBot h3 {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
}
.Leader_secBot h3 span {
	font-family: Arial, Helvetica, sans-serif;
}
.Leader_secBot p {
	color: #666;
	line-height: 24px;
	font-size: 15px;
}
.Group_sec {
	padding: 80px 0;
}
.Group_sec_img {
	margin-right: 6%;
	position: relative;
}
.Group_sec_img h5 {
	position: absolute;
	width: 5px;
	background: #EC6D02;
	height: 20%;
	left: -5px;
	bottom: 0;
	margin: 0;
}
.Group_sec_img h6 {
	position: absolute;
	width: 20%;
	background: #EC6D02;
	height: 5px;
	left: -5px;
	bottom: -5px;
	margin: 0;
}
.Group_sec_img img {
	display: block;
	width: 100%;
}
.Group_sec_txt {
	padding-top: 10px;
}
.Group_sec_txt h3 {
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: bold;
	color: #EC6D02;
}
.Group_sec_txt p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.Group_sec_txt p span {
	color: #EC6D02;
	font-size: 20px;
	padding-right: 5px;
}
.Group_sec_txt h5 {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.LesecTop_txt> h5 {
}
.jiangdot_text {
	margin-top: 30px;
}
.jiangdot_text p {
	margin-top: 10px;
}
.jiangdot_left {
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 61%;
	left: -13px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.jiangdot_right {
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 61%;
	right: -13px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	text-transform: uppercase;
	letter-spacing: 2px;
}/*jiangshi_dot*//*synopsisdot*/
.synopsis_box {
	padding-bottom: 100px;
	border-bottom: 1px solid #F1F1F1;
}
.synopsis_top {
	padding: 80px 0 260px;
	background: #F1F1F1;
}
.synopsis_top h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
.synopsis_top h3 span {
	float: right;
	margin-right: 25px;
}
.synopsis_bottom {
	padding: 0px 20px;
	margin-top: -210px;
}
.synopsis_boxs {
	padding-left: 20%;
}
.synopsis_boxs h3 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-top: 25px;
	line-height: 34px;
}
.synopsis_boxs h5 {
	font-size: 20px;
	color: #333;
	text-transform: capitalize;
	margin-top: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}
.synopsis_boxs h5 span {
	display: inline-block;
	width: 35px;
	height: 1px;
	background: #333;
	margin: 0 5px 5px;
}
.synopsis_title {
	font-size: 22px;
	color: #000;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.synopsis_img img {
	width: 90%;
	margin-top: 30px;
}
.synopsis_text {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
	line-height: 30px;
	padding-right: 3%;
	padding-left: 20px;
}
.synopsis_text span {
	text-decoration: underline;
}
.synopsis_con h5 {
	text-align: center;
	margin-top: 30px;
}
.synopsis_con h5 span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}
.synopsis_con h5 div {
	width: 60%;
	margin: 0 10px;
	display: inline-block;
	background: #313131;
	height: 2px;
	position: relative;
	top: -4px;
}
.synopsis_cont {
	margin-top: 50px;
}
.synopsis_cont h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.synopsis_cont h4 {
	font-size: 14px;
	line-height: 22px;
}
.synopsis_cont h4 span {
	font-weight: bold;
}
/* survey.html */
/** Enstatus.html **/ 

.enstatus_sec1{
	padding: 0 0 80px;
	margin-top:50px;
}
.enstatus_sec1_img {
	width: 100%;
}
.enstatus_sec1_img img {
	display: block;
	width: 100%;
}
.enstatus_sec1_h2 {
	padding: 50px 30px;
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
	border-bottom: 3px solid #0D548D;
}
.enstatus_sec1_h2 h2 {
	display: block;
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666;
}
.enstatus_sec1_liright {
	padding-left: 20px;
	padding-top: 20px;
}
.enstatus_sec1_liright h2 {
	line-height: 35px;
    color: #333;
    margin: 0;
    letter-spacing: 3px;
    font-size: 26px;
    display: inline-block;
    border-bottom: #0D548D 4px solid;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.enstatus_sec1_liright p{
	line-height: 24px;
	margin-top: 10px;
}
.enstatus_sec1_liright h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 22px;
	letter-spacing: 1px;
	color: #0D548D;
	margin: 20px 0 10px;
}
.enstatus_sec1_liright h3 span {
	width: 40px;
	height: 4px;
	background: #0D548D;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
}
.enstatus_sec1_liright h6 {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
}
/********newsdot*******/


.tea_box {
	width: 84%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.newsdot {
	position: relative;
	padding-bottom: 50px;
	margin-top: 160px;
}
h2.newsdot_tit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}
.newsdot_topimg {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.newsdot_main {
	margin-top: 40px;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/* .newsdot_left {
	width: 20%;
	float: left;
} */
.newsdot_right {
	width: 80%;
	margin: 0 auto;
	padding-left: 15px;
}
.author{
	float: right;
    margin: 0 auto 30px;
}
.author h4{
	float: left;
	font-size: 15px;
	margin-right:35px;
}
.newsdot_left h4 {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}
.newsdot_left h5 span {
	color: #666;
	font-size: 13px;
}
.newsdot_left h5 {
	width: 80%;
	padding-top: 10px;
	border-top: solid 1px #474444;
}
.newsdot_sectit {
	width: 45%;
    padding-bottom: 12px;
    margin-bottom: 50px;
    font-size: 20px;
    position: relative;
    color: #333;
    font-weight: bold;
    float: left;
}
.newsdot_sectit:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 33px;
	background: #A9A9A9;
	bottom: 0;
	left: 0;
}
.newsdot_right h4 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #666;
}
.newsdot_right p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #666;
}
.newsdot_right h3 {
	font-size: 15px;
	margin: 20px 0 10px;
	color: #f1f1f1;
}
.newsdot_left h4 span {
	color: #666;
	font-size: 12px;
	display: block;
}
.newsdot_bot {
	margin-top: 80px;
}
.newsdot_bot a {
	display: table;
	clear: both;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.newsdot_bot a:hover {
	text-decoration: underline;
}
.newsdot_back {
	margin-top: 50px;
	text-align: center;
}
.newsdot_back a {
	display: inline-block;
	color: #fff;
	background: #0D548D;
	text-decoration: none;
	padding: 8px 50px;
	font-size: 13px;
}
.news_cont {
	padding: 0 90px;
}
/********newsdot*******/
/*jobdot*/
.jobdot {
	padding: 0 90px;
	margin: 160px auto 80px;
}
.jobcon {
	width: 100%;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.jobcon_bt {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px
}
.jobcon_bt p {
	line-height: 30px;
}
.jobtopcon {
	width: 100%;
	height: auto;
}
.jobtopcon_tit {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	width: auto;
	height: 35px;
	line-height: 30px;







	border-bottom: 1px #ddd dotted;
	text-align: left;
	margin-top: 30px;
}
.zpnrbody {
	width: auto;
	border-bottom: 1px #ddd dotted;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.zpnrbodynr {
	width: 25%;
	height: 50px;
	float: left;
	margin-right: 40px;
}
.zpnrbodynrs {
	width: auto;
	height: auto
}
.zpnrbodynrsz {
	height: 25px;
	line-height: 25px;
	float: left;
	color: #666;
	width: inherit !important;
}
.zpnrbodynrsy {
	float: right;
	height: 25px;
	line-height: 25px;
}
.jobbottom {
	overflow: hidden;
	float: left;
	margin-top: 20PX;
}
.jobconleft {
	float: left;
}
.zwzpnr {
	margin-top: 30px;
}
.jobconleft p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.zwzpn {
	margin: 0 auto;
	padding-top: 20px;
	line-height: 25px;
}
.scwj {
	margin-top: 20px;
	padding-top: 5px;
}
.scwjz {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.scwjy {
	overflow: hidden;
}
.test {
	border: none;
	float: left;
}
.InputButton {
	float: left;
	border: none;
	background: #0D548D;
	font-size: 14px;
	text-align: center;
	width: 70px;
	color: #fff;
}
.scwjyz {
	width: 235px;
	height: auto;
	float: left;
	line-height: 25px
}
.scwjyy {
	width: 85px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.job_back {
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.job_back_con {
	text-align: center;
	display: block;
	width: 120px;
	line-height: 35px;
	background: #0D548D;
	color: #fff;
	margin: 0 auto;
}
.job_back_con a {
	color: #fff;
}
.job_back02 {
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.job_back02_con {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 1px solid #0255a5;
	padding: 3px;
	margin: 0 auto;
}
.job_back02_con a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #0056a9;
	display: block;
}
.job_back02_con:hover {
	transition: color .6s, border-color .6s, background-color .6s;
	border: 1px solid #000;
}
.job_back02_con a:hover {
	background: #000;
	transition: color .6s, border-color .6s, background-color .6s;
}
/*jobdot*/
.packList {
	width: 15%;
	float: left;
}
.packListUl li {
	border-bottom: 1px dashed #ccc;
}
.packListUl .active {
	background: #0d548d;
	color: #fff;
}
.packListUl li i {
	position: absolute;
	left: -20px;
	top: 20px;
	width: 10px;
	height: 11px;
	display: none;
}
.ListI {
	background: url(../images/packSty.png) no-repeat center center;
}
.packList p {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 30px;
	margin: 0;
}
.ListP span {
	float: right;
}
.packNav {
	display: none;
}
.packNav a {
	display: block;
	color: #616161;
	border-bottom: #e6e6e6 1px dotted;
	background-color: #FFFFFF;
	padding: 13px 30px;
}
.packNav a span {
	float: right;
	font-size: 16px;
}
.packListUl li:hover .ListI, .ListIC {
	display: block !important;
}
.packCon {
	width: 84%;
	float: right;
}
.news_sec1_total .news_text {
	height: 249px;
}
/*estate*/
.estate_sec2actived.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.estate_sec {
	padding: 40px 0;
}
.estate_sec1 {
	padding: 0 0 80px;
	margin-top: 160px;
}
.headerBoxS {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transform: translateY(-100%) scale(0.8);
	transform: translateY(-100%) scale(0.8);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.Inner_Con {
	margin: 0 auto;
	padding: 0 90px;
}
.estateTitle-txt {
	width: 100%;
	margin: 0 auto;
}
.estateTitle-txt h2 {
	font-size: 20px;
	color: #0d548d;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.estateTitle-txt h3 {
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;

	margin: 0;
	letter-spacing: 1px;
}
.estateSec1 {
	margin: 40px auto 0;
}
.estSec1L {
	margin-left: 20%;
	position: relative;
}
.estSec1L-img img {
	width: 100%;
	display: block;
}
.estSec1L-txt {
	position: absolute;
	left: -20%;
	top: 20%;
}
.estSec1L-txt h3 {
	font-size: 56px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.estSec1L-txt h6 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.estSec1R {
	padding-top: 30px;
}
.estSec1R h2 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	margin-left: 20px;
}
.estSec1R>span {
	width: 30px;
	height: 1px;
	display: inline-block;
	background: #999;
	margin-left: 20px;
}
.estSec1R h4 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.estSec1R-txt {
	background: #f3f3f3;
	padding: 30px;
	position: relative;
}
.estSec1R-txt:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	background: #f3f3f3;
}
.estSec1R-txt h6 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.estSec1R-txt span {
	display: inline-block;
	font-size: 36px;
	color: #0D548D;
	float: left;
	margin: 10px 12px 0 0;
}
.estate_sec2 {
	background: #f7f7f7;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	z-index: 9;
}
.estSec2_nav {
	margin: 50px -15px;
	text-align: center;
	/*overflow: hidden;*/
	position: relative;
}
.estSec2_nav ul {
	margin-right: -0.33%
}
.estSec2_nav ul li {
	float: left;
	width: 16.32%;
	position: relative;
	margin-right: 0.33%;
}
.estSec2_nav ul li a {
	display: block;
	color: #333;
	font-size: 16px;
}
.estSec2_nav ul li>a {
	background: #d9d9d9;
	line-height: 45px;
}
.estSec2_nav ul li a:hover, .estSec2_navStay>a {
	background: #0D548D !important;
	color: #fff !important;
}
.estSec2Nd {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 2;
	width: 100%;
	padding-top: 2px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.estSec2Nd a {
	display: block;
	margin-bottom: 2px;
	background: #d9d9d9;
	line-height: 40px;
}
.estSec2_nav ul li:hover .estSec2Nd {
	top: 45px;
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.estSec2Nd a:hover {
}
.est_sec2_boxs {
	display: none;
}
.est_list {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
.est_pic img {
	width: 100%;
	height: auto;
	display: block;
}
.est_text {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: -55px;
	z-index: 9;
	padding: 10px;
	background: #333;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.est_text h3 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.est_text h6 {
	color: #999;
	font-size: 12px;
	margin: 0 0 5px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.est_text h5 {
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	height: 48px;
}
.est_list:hover .est_text {
	bottom: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #fff;
}
.est_list:hover .est_text h3 {
	color: #0D548D;
}
.est_list:hover .est_text h6 {
	color: #666;
}
.est_list:hover .est_text h5 {
	color: #666;
}
.estSec1Item {
	background: #0D548D;
	padding: 20px 10px;
	overflow: hidden;
	cursor: pointer;
}
.estSec1Item span h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}
.estSec1Item span h6 {
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.estSec1Item_box {
	padding: 0 15px;
}
.arrow_right_est1 {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 1;
	top: 27%;
	right: -55px;
}
.arrow_left_est1 {
	position: absolute;
	z-index: 1;
	top: 27%;
	left: -55px;
	width: 36px;
	height: 36px;
}
.arrow_right_est1 img, .arrow_left_est1 img {
	width: 100%;
}
.est_sec2_pag1, .est_sec2_pag2, .est_sec2_pag3, .est_sec2_pag4, .est_sec2_pag5, .est_sec2_pag6 {
	bottom: 0;
}
.estate_sec2 .swiper-active-switch {
	background: #0D548D;
}
.est_sec2_boxs1 .finaSec1Box, .est_sec2_boxs2 .finaSec1Box, .est_sec2_boxs3 .finaSec1Box, .est_sec2_boxs4 .finaSec1Box, .est_sec2_boxs5 .finaSec1Box {
	padding: 0 50px;
}
.finaSec1B-img img{
	width:100%;
}
.arrow_est {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 9;
	top: 40%;
}
.arrow_est img {
	width: 100%;
}
.arrow_est.arrow-left {
	left: 0;
}
.arrow_est.arrow-right {
	right: 0;
}
/*invest*/
.invest_sec {
	padding: 0 0 80px;
	margin-top: 160px;
}
.investSec1 {
	overflow: hidden;
}
.invSec1Item {
	margin-top: 50px;
	
}
.invSec1Item-img {
	overflow: hidden;
}
.invSec1Item-img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.invSec1Item-txt {
	padding: 30px;
	background: #f7f7f7;
	border-bottom: 3px solid #0D548D;
}
.invSec1Item-txt img {
	width: 48px;
	display: inline-block;
}
.invSec1Item-txt h3 {
	font-size: 20px;
	color: #333;
	line-height: 24px;
	margin-top: 0;
}
.invSec1Item-txt h6 {
	font-size: 15px;
	line-height: 24px;
	color: #666;
	min-height:100px;
	margin-bottom: 0;
	letter-spacing: 1px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.invSec1Item-txt span {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D548D;
	margin-top: 20px;
	display: block;
}
.invSec1Item:hover .invSec1Item-img img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.invSec1Item .xm_txt_on {
	width: 140px;
	color: #999;
	padding: 8px 0;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 25px auto 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.invSec1Item .xm_txt_on:hover {
	background: #f2f2f2;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*finance*/
.finance_sec {
	padding: 0 0 80px;
	margin-top: 160px;
}
.finaSec1Top {
	margin-top: 50px;
}
.finaSec1Item {
	background: #0D548D;
	padding: 20px 10px;
	overflow: hidden;
	cursor: pointer;
}
.finaSec1Item span {
	display: block;
	float: left;
}
.finaSec1Item span h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}
.finaSec1Item span h6 {
	font-size: 10px;
	line-height: 24px;
	color: #ccc;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.finaSec1Itemspan1 {
	display: block;
	width: 16%;
	float: left;
	border-right: 1px solid #2b6798;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.finaSec1Itemspan2 {
	display: block;
	width: 84%;
	float: left;
	padding-left: 15px;
}
.finaSec1Box {
	width: 100%;
	margin-top: 50px;
	background: #f7f7f7;
}
.slide_img {
	display: block;
}
.slide_img img {
	display: block;
	width: 100%;
}
.finaSec1B-txt {
	padding: 5% 80px 60px 50px;
}
.finaSec1B-txt h3 {
	width: 100%;
	display: block;
	float: left;
	padding-left: 20px;
	color: #0D548D;
	position: relative;
	margin-bottom: 5px;
}
.finaSec1B-txt h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #999;
	letter-spacing: 1px;
}
.finaSec1B-txt h3 img {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
.finaSec1B-txt h3 span {
	width: 5px;
	background: #0D548D;
	height: 47px;
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 0;
}
.finaSec1B-txt h3 span i {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.finaSec1B-txt h5 {
	font-size: 16px;
	color: #0d548d;
	line-height: 26px;
	letter-spacing: 1px;
	padding-left: 20px;
}
.finaSec1B-txt h6 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	letter-spacing: 1px;
}
.finaSec1B-txt1 {
	padding-top: 5% !important;
}
.finaSec1B-img1 {
	margin-top: 0 !important;
}
.finaSec1B-txt:hover .public_btn {
	padding: 0 15px 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.finaSec1B-txt:hover .public_btn_din {
	width: 100%;
}
.finaSec1B-txt:hover .public_btn span {
	color: #fff;
}
/* culture.html */ 
.culture_sec1 {
	padding: 40px 0;
}
.culture_sec1_text {
	text-align: center;
}
.culture_sec1_text h2 {
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
}
.culture_sec1_text h2 i {
	display: block;
	width: 100px;
	height: 2px;
	background: #333;
	margin: 0 auto;
	margin-top: 20px;
}
.culture_sec1_text h3 {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 50px;
}
.culture_sec1_left {
	float: left;
	width: 54%;
	position: relative;
}
.culture_sec1_img {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
}
.culture_sec1_img_con {
	height: 120%;
	position: relative;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.culture_sec1_img_con img {
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform cubic-bezier(.18, 1, .21, 1) 2s;
	-moz-transition: -moz-transform cubic-bezier(.18, 1, .21, 1) 2s;
	-ms-transition: -ms-transform cubic-bezier(.18, 1, .21, 1) 2s;
	-o-transition: -o-transform cubic-bezier(.18, 1, .21, 1) 2s;
	transition: transform cubic-bezier(.18, 1, .21, 1) 2s;
}
.culture_sec1_img_l img {
	left: 0;
}
.culture_sec1_img_r img {
	right: 0;
}
.culture_sec1_img:hover .culture_sec1_img_con {
	transform: translate3d(0, -10%, 0) scale(1.05);
}
.culture_sec1_img .text {
	position: absolute;
	color: #ffffff;
	font-size: 20px;
	padding: 5%;
	bottom: 0;
	font-weight: bold;
	left: 0;
}
.culture_sec1_btn {
	position: absolute;
	left: -124px;
	transform: rotate(-90deg) translateY(-100%) translateX(0) translateZ(0);
	transform-origin: top right;
	top: 0;
	min-width: 180px;
	height: 60px;
	overflow: hidden;
}
.culture_sec1_btn div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.culture_sec1_btn .act {
	color: #fff;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.culture_sec1_btn .hover {
	left: -100%;
	background: #0d548d;
	color: #fff;
}
.culture_sec1_img:hover .culture_sec1_btn .act {
	left: 100%;
}
.culture_sec1_img:hover .culture_sec1_btn .hover {
	left: 0%;
}
.culture_sec1_img_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	border-right: 2px solid #fff;
}
.culture_sec1_img:hover .culture_sec1_img_bg {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.culture_sec1_right {
	float: right;
	width: 46%;
	position: relative;
	background: #f9f9f9;
}
.culture_sec1_right_con {
	padding: 10%;
}
.culture_sec1_right .title {
	color: #002;
	font-size: 62px;
	font-weight: bold;
	line-height: 79px;
}
.culture_sec1_right .text {
	font-size: 16px;
	line-height: 30px;
}
.culture_sec1_right .text span {
	color: #0d548d;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.imgbox img {
	width: 100%;
}
.culture_sec1Lbox {
	margin-bottom: 15px;
	position: relative;
}
.culture_sec1Lbox h3 {
	font-size: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2E2E2;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left: -58%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.culture_sec1Lbox .jianbian {
	position: absolute;
	bottom: 0;
	height: 100%;
	/*background: url(../images/zz.png) left bottom repeat-x; */
	width: 100%;
	left: 0;
}
.culture_sec1Lbox .zhezhao img {
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
}
.culture_sec1Lbox .zhezhao h6 {
	z-index: 4000;
	padding: 0 7%;
	font-size: 18px;
	font-weight: bold;
}
.culture_sec1Lbox .zhezhao h5 {
	padding: 0 7%;
	font-size: 15px;
	line-height: 20px;
}
.imgbox {
	margin: 0;
	padding: 0;
}
.culture_sec1_left .col-l {
	margin-top: 26%;
	padding: 0;
}
.culture_sec1_left .col-lg-8 {
	padding: 0;
}
.colS {
	padding-right: 0 !important;
}
.culture_sec2 {
	padding: 50px 0 80px;
}
.culture_sec2_lb {
}
.culture_sec2_list {
	border: #ececec 1px solid;
	padding: 30px;
	display: block;
	webkit-box-shadow: 0px 30px 45px -12px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 30px 45px -12px rgba(0,0,0,0.11);
	-ms-box-shadow: 0px 30px 45px -12px rgba(0,0,0,0.11);
	box-shadow: 0px 20px 35px -12px rgba(0,0,0,0.11);
}
.culture_sec2_list img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.culture_sec2_M {
	margin-top: 65px;
	overflow: hidden;
}
.culture_sec2_M .public_btn {
	margin: 0 auto;
}
.culture_sec2_M:hover .public_btn {
	padding: 0 15px 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.culture_sec2_M:hover .public_btn_din {
	width: 100%;
}
.culture_sec2_M:hover .public_btn span {
	color: #fff;
}
/* culture.html */ 

/* hotelMan.html */
.hotelMan_sec1 {
	padding: 80px 0;
}
.hotelMan_sec1_text {
	text-align: center;
	margin-bottom: 30px;
}
.hotelMan_sec1_text h5 {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 0;
}
.hotelMan_sec1_text h2 {
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
}
.hotelMan_sec1_text h2 i {
	display: block;
	width: 100px;
	height: 2px;
	background: #333;
	margin: 0 auto;
	margin-top: 20px;
}
.hotelMan_sec1_text h3 {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 50px;
}
.hotelMan_sec1_img {
	width: 100%;
}
.hotelMan_sec1_img img {
	display: block;
	width: 100%;
}
.hotelMam_sec1_left h2 {
	font-size: 15px;
	color: #666;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.hotelMam_sec1_left h3 {
	font-size: 22px;
	color: #666;
	margin: 0 0 10px;
	letter-spacing: 2px;
}
.hotelMam_sec1_left h4 {
	font-size: 14px;
	color: #666;
	margin: 0 0 30px;
	line-height: 24px;
}
.hotelMam_sec1_left h5 {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px;
}
.hotelMam_sec1_left a {
	display: block;
	color: #e099ac;
	text-decoration: underline;
	margin: 0 0 10px;
}
.hotelMam_sec1_right h2 {
	font-size: 18px;
	color: #666;
	margin: 30px 0 30px;
}
.hotelMam_sec1_right h3 {
	font-size: 16px;
	color: #666;
	margin: 0 0 30px;
}
.hotelMam_sec1_right h4 {
	font-size: 14px;
	color: #666;
	margin: 20px 0 30px;
	line-height: 24px;
	letter-spacing: 1px;
}
.hotelMam_sec1_right h5 {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px;
}
.colpadding11 {
	padding-left: 50px !important;
}
.colpadding10 {
	padding-right: 50px !important;
}
.hotelMam_sec1_right a {
	display: block;
	color: #e099ac;
	text-decoration: underline;
	text-align: right;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.hotelMam_sec1_right span {
	display: block;
	text-align: right;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
}
.hotelMam_sec1_img {
	padding: 40px 0;
	border: 4px solid #0D548D;
}
.hotelMam_sec1_imgS {
	padding-right: 1px;
}
.hotelMam_sec1_imgS img {
	width: 100%;
	display: block;
	position: relative;
	right: -40px;
}
.hotelMam_sec1_padR {
	padding-right: 110px;
}
.hotelMam_sec1_txt h3 {
	margin-top: 40px;
	font-size: 22px;
	color: #333;
	letter-spacing: 1px;
}
.hotelMam_sec1_txt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}
.hotelMam_sec1_txt h5 {
	font-size: 14px;
	margin-bottom: 25px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 20px;
}
.hotelMan_sec2 {
	padding: 80px 0;
	margin: 0 90px;
	background-image: url('../images/hM2.jpg');
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/hM2.jpg', sizingMethod='scale');
}
.hotelMan_sec2_box {
	padding: 0 90px;
	margin: 0 auto;
}
.hotelMan_sec2_con {
	overflow: hidden;
	display: block;
	width: 100%;
	border: 5px solid #fff;
}
.hotelMan_sec2_con img {
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hotelMan_sec2_con:hover {
	cursor: pointer;
}
.hotelMan_sec2_con:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-filter: grayscale(0);
}
.hotelMan_sec2 .public_btn {
	display: block;
	margin: 35px auto 0;
	border: 1px solid #fff;
	width: 200px;
	padding-left: 0;
	padding-right: 0;
}
.hotelMan_sec2 .public_btn span {
	color: #fff;
}
.survey1_sec_top h2 {
	font-size: 20px;
	color: #0d548d;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.hotel_title h3 {
	font-size: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0;
}
.hotel_title h6 {
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom:50px;
}
.hotel_title h6 span {
	width: 40px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin: 0 10px 4px;
}
.hotel_pic {
	margin-top: 50px;
}
.swiperAs3{
	width: 94%;
	margin: 0 auto;
}
.hotel_imgs{
	width: 100%;
	height: auto;
	position: relative;
}
.contr_btn{
	position: absolute;
    width: 100%;
    top: 46%
}
.contr_left{
	float: left;
}
.contr_right{
	float:right;
}
.contr_btn a i{
	color: #fff;
	font-size: 28px;
}
/* thingInternet */
.thingInternet_sec1 {
	padding: 0 0 80px;
	margin-top: 160px;
}
.thingInternet_sec1_text {
	text-align: center;
	margin-bottom: 30px;
}
.thingInternet_sec1_text h5 {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 0;
}
.thingInternet_sec1_text h2 {
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
}
.thingInternet_sec1_text h2 i {
	display: block;
	width: 100px;
	height: 2px;
	background: #333;
	margin: 0 auto;
	margin-top: 20px;
}
.thingInternet_sec1_text h3 {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 50px;
}
.thingInternet_sec1_list {
	margin-top: 50px;
}
.thingInternet_sec1_li {
	margin-bottom: 30px;
	background: #f7f7f7;
}
.thingInternet_sec2_img {
	width: 100%;
}
.thingInternet_sec2_img img {
	display: block;
	width: 100%;
}
.thingInternet_sec1_word {
	padding: 80px 50px 0;
}
.thingInternet_sec1_word:hover .public_btn_din {
	width: 100%;
}
.thingInternet_sec1_word:hover .public_btn span {
	color: #fff !important;
}
.thingInternet_sec1_word:hover .public_btn {
	padding: 0 16px 0 0px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.thingInternet_sec1_word h6 {
	font-size: 13px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
}
.thingInternet_sec1_word h2 {
	font-size: 24px;
	color: #333;
	margin: 10px auto 0;
	position: relative;
	padding-left: 20px;
}
.thingInternet_sec1_word h2 span {
	width: 5px;
	background: #0D548D;
	height: 20px;
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 0;
}
.thingInternet_sec1_word h4 {
	font-size: 18px;
	color: #0d548d;
	margin: 30px 0 10px;
	line-height: 24px;
	letter-spacing: 1px;
}
.thingInternet_sec1_word h3 {
	font-size: 14px;
	color: #666;
	margin: 0 0 30px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thingInternet_sec1_pic {
	padding-right: 20%;
	width: 100%;
}
.thingInternet_sec1_pic img {
	display: block;
	width: 100%;
}
.inter_text {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.thingInternet_sec1_word .xm_txt_on {
	width: 140px;
	color: #999;
	padding: 8px 0;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	margin: 25px 0 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.thingInternet_sec1_word .xm_txt_on:hover {
	background: #f1f1f1;
	color: #0D548D;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.thingInternet_swiper .swiper-active-switch {
	background: #0D548D;
}
.thingInternet_swiper .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
}
/* survey.html */
.survey_sec {
	padding: 0 0 80px;
	margin-top: 130px;
	padding-top: 30px;
}
.survey_sec1 {
}
.survey_sec1_all {
	padding: 0 90px;
	margin: 0 auto;
}
.colpadding {
	padding: 0 !important;
}
.survey_sec1_text h5 {
	text-align: right;
	font-size: 18px;
	color: #666;
	letter-spacing: 2px;
}
.survey_sec1_text h2 {
	text-align: right;
	color: #333;
	letter-spacing: 2px;
	margin: 0;
	margin-top: 10px;
}
.survey_sec1_text h6 {
	text-align: right;
	color: #666;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}
.survey_sec1_text {
	margin-right: 30px;
	margin-top: 35px;
}
.survey_sec1_img {
	overflow: hidden;
}
.survey_sec1_left {
	width: 40%;
	float: left;
	background: #0d4290;
}
.survey_sec1_left span {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.survey_sec1_right {
	width: 60%;
	float: right;
}
.survey_sec1_right img {
	display: block;
	width: 100%;
}
.survey_sec1_two_img {
	width: 100%;
}
.survey_sec1_two_img img {
	display: block;
	width: 100%;
}
.survey_sec1_two_word {
	width: 100%;
	padding: 8%;
	background: #fff;
}
.survey_sec1_two_word p {
	font-size: 14px;
	margin-bottom: 25px;
	color: #666;
	letter-spacing: 1px;
	line-height: 26px;
}
.survey1_sec_top img {
	width: 100%;
}
.survey1_sec1_box {
	margin-top: 50px;
	overflow: hidden;

}
.survey1_sec1_box img {
	width: 100%;
}

.survey1_sec1_txt h5 {
	font-size: 14px;
	margin-bottom: 25px;
	color: #666;
	letter-spacing: 1px;
	line-height: 26px;
	margin-top: 20px;
}
.survey1_sec1_left img {
	width: 100%;
}
.survey1_sec1_padL {
	padding-left: 15px;
}
.survey1_sec1_padR {
	padding-right: 15px;
}
.survey1_sec1_txt h3 {
	font-size: 22px;
	color: #333;
	margin-top: 50px;
	letter-spacing: 3px;
}
.survey1_sec1_txt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}
.xq_box iframe {
	display: block;
	width: 100%;
	height: 332px;
	border: none;
}
.xq_box h5 {
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 20px;
}
.xq_box img {
	width: 22px;
	margin-right: 10px;
}
.xq_boxS2 {
	display: none;
}
/*canon.html*/
.canon_box {
	padding: 0 90px;
	margin: 0 auto;
}
.canon_sec {
	margin-top: 40px;
}
.canon_sec1_top {
	overflow: hidden;
}
.canon_sec1_l {
	width: 40%;
	float: left;
}
.canon_sec1_l h3 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.canon_sec1_r {
	width: 50%;
}
.canon_sec1_xian {
	width: 30px;
	height: 4px;
	margin: 20px 0;
	background: #fff;
}
.canon_sec1_bottom h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}
.canon_sec1_bottom h5 {
	font-size: 14px;
	color: #e5e5e5;
	line-height: 24px;
}
.canon_sec1_bottom h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d548d;
	text-transform: uppercase;
	font-size: 14px;
}
.canon_sec2_box {
	width: 90%;
	margin-left: 10%;
	position: relative;

	min-height: 960px;
	padding-top: 100px;
}
.canon_sec2_con {
	padding-left: 32%;
	height: 100%;
	padding-top: 1px;
}
.canon_sec2_images {
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 50px;
}
.canon_sec2_con_tu {
	width: 35% !important;
	float: left;
	visibility: inherit !important;
}
.canon_sec2_images>img {
	width: 100%;
	visibility: hidden;
}
.canon_sec2_txt {
	width: 40%;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
.canon_sec2_image {
	width: 100px;
	margin-bottom: 60px;
}
.canon_sec2_image img {
	width: 100%;
}
.canon_sec2_txt h3 {
	font-size: 22px;
	color: #fff;
	margin: 0;
}
.canon_sec2_txt h3 span {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 4px;
	background: #0d548d;
	position: relative;
	top: -7px;
}
.canon_sec2_txt h5 {
	font-size: 30px;
	color: #333;
	line-height: 24px;
	margin: 15px 0 50px;
	font-weight: bold;
}
.canon_sec2_txt h6 {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	margin-top: 0;
	letter-spacing: 1px;
}
.canon_sec2_txt h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	width: 180px;
	line-height: 40px;
	margin: 40px 0 0 0;
	text-align: center;
	background: rgba(178,151,85,.8);
}
.canon_sec2_pag {
	height: 80%;
	width: 15%;
	left: 0;
	top: 6%;
	bottom: inherit;
}
.canon_sec2_pag span {
	display: block;
	margin-bottom: 15px;
}
.canon_sec2_pag span.swiper-active-switch {
	background: #9E895A;
}
.canon_sec2 {
	position: relative;
}
.canon_sec2_zhe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.canon_sec2_l {
	width: 65%;
	height: 100%;
	background: #0d548d;
	float: left;
}
.canon_sec2_r {
	width: 30%;
	height: 100%;
	float: left;
	background: #F4F4F4;
}
.canon_sec2_text {
	position: absolute;
	top: 80px;
	width: 22%;
	left: -20px;
	z-index: 9;
}
.canon_sec2_text h3 {
	letter-spacing: 2px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.canon_sec2_text h4 {
	color: #e5e5e5;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 24px;
	margin-bottom: 50px;
	letter-spacing: 2px;
}
.canon_sec2_lis {
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	color: #d2d2d2;
	margin-top: 30px;
}
.canon_sec2_lis li {
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	border-bottom: #0e6fbd dotted 1px;
	padding-bottom: 10px;
	color: #cec9c9;
}
.canon_sec2_lis li.active {
	color: #ffffff;
}
.canonIMg {
	width: 100%;
}
.canonIMg img {
	width: 100%;
	display: block;
}
.canon_sec2Right {
	background: #fff;
	width: 66%;
	position: absolute;
	right: 3%;
	height: 78%;
}
.canonSR {
	padding: 50px;
}
.canonSrtitle h6 {
	font-size: 26px;
	line-height: 28px;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:  normal;
	margin-bottom: 9px;
}
.canonSrtitle h3 {
	font-size: 16px;
	color: #999;
	margin: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight:  normal;
	line-height: 1;
}
.canonSRbox {
	margin-top: 50px;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.canonSRbox ul {
	height: 100%;
	overflow: auto;
	/* margin-bottom: 20px; */
	list-style: none;
}
.canonSRbox ul li {
	padding-top: 20px;
}
.canSrbL {
	width: 6%;
	float: left;
}
.canSrbL span {
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	background: #0D548D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}
.spanSty {
	position: relative;
}
.spanSty:after {
	content: "";
	height: 450%;
	width: 1px;
	position: absolute;
	left: 15px;
	top: 30px;
	background: #E6E6E6;
}
.canSrbL span i {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
}
.canSrbR {
	float: left;
	width: 80%;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 20px;
}
.canSrbR>h3 {
	float: left;
	display: inline-block;
	font-size: 20px;
	color: #0D548D;
	margin: 0 20px;
	font-weight: bold;
	line-height: 30px;
	width: 20%;
	letter-spacing: 1px;
}
.canSrbRtxt {
	float: left;
	width: 60%;
}
.canSrbRtxt h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin: 0 auto 10px;
	letter-spacing: 1px;
	font-weight:  normal;
}
.canSrbRtxt h3 span {
	display: block;
	font-size: 22px;
	color: #0D548D;
	float: left;
	margin-right: 10px;
}
.canSrbRsty {
	float: right;
	width: 4%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.canSrbRsty img {
	width: 20px;
	display: inline-block;
}
/*canon.html*/

/*estate1.html*/
.estate1_sec1 {
	padding: 0 90px 90px;
	position: relative;
}
.estate1_sec1_bg {
	background: #f7f7f7;
	padding-bottom: 20px;
}
.estate1_sec1_imgbox {
	position: relative;
}
.estate1_sec1_img {
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 2;
	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
}
.estate1_sec1_img img {
	width: 100%
}
.estate1_sec1_Tbg {
	width: 80%;
	padding: 20px 0;
	background: #f7f7f7;
	margin-left: 20%;
}
.estate1_sec1_Rbg {
	background: #f7f7f7;
}
.estate1_sec1_title h5 {
	color: #0D548D;
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
}
.estate1_sec1_title span {
	border-bottom: 2px solid #0D548D;
	display: inline-block;
	width: 20px;
	margin-right: 6px;
}
.estate1_sec1_title h2 {
	font-weight: bolder;
	font-size: 26px;
}
.estate1_sec1_title {
	position: absolute;
	left: 8%;
	top: 0;
	width: 50%;
}
.estate1_sec1_finaSec1B-txt {
	padding-left: 17px;
	padding-bottom: 35px
}
.estate1_sec1_finaSec1B-txt h2 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.estate1_sec2 {
	padding: 80px 90px 0;
}
.estate1_sec2_img_box {
	width: 94%;
	margin: 0 auto
}
.estate1_sec2_img_group {
	margin-bottom: 20px
}
.estate1_sec2_pagination .swiper-active-switch {
	background: #0d548d;
}
.estate1_sec2_box {
	position: relative;
}
.estate1_sec2_box a {
	top: 44%
}
.estate1_sec2_pagination {
/*top: 98%;*/
}
.estate1_sec2_img {
	padding: 0 2%;
}
.estate1_sec2_img img {
	width: 100%
}
/*estate1.html*/
.swiper-pagination {
	z-index: 999;
}
.finance_pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination1 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination2 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination3 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination4 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/*****championRoad****/
#championRoad {
	padding-bottom: 0;
}
.welfare_sec1_row {
	margin-bottom: 50px;
}
.welfare_sec1_all .col-lg-8 {
	padding-left: 50px;
}
.welfare_sec1_row .col-lg-6:first-child .col-lg-4 {
	padding-right: 10px;
}
.welfare_sec1_row .col-lg-6:last-child .col-lg-8 {
	padding-right: 0;
}
.champion_img {
	width: 100%;
	margin-left: 30px;
}
.champion_img img {
	width: 100%;
}
.champion_tit h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}
.champion_tit h6 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
	margin-top: 15px;
}
.champion_content {
	margin-top: 25px;
}
.champion_content h5 {
	margin-top: 0;
	font-size: 15px;
	color: #666;
	line-height: 28px;
	letter-spacing: 1px;
}

.champion_content h6 {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.champiion_bottom {
	margin-top: 50px;
}
.champiion_bottom h6 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.champiion_bottom span {
	display: inline-block;
	width: 80px;
	border: 1px solid #eee;
	margin-left: 30px;
	margin-bottom: 3px;
}
.cp_img_box {
	position: relative;
	width: 100%;
}
.small_box {
	position: absolute;
	top: 48%;
	right: -57px;
	background: #E6E6E6;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.small_box h5 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 0;
	padding: 5px 30px;
	letter-spacing: 3px;
}
.qikan_box {
	margin-bottom: 120px;
}
.qikan_box .row{
	margin: 0;
}
.qikan_box .col-lg-10{
	padding: 0;
}
.champion_txt:hover .public_btn {
	padding: 0 15px 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.champion_txt:hover .public_btn_din {
	width: 100%;
}
.champion_txt:hover .public_btn span {
	color: #fff;
}
/*****championRoad****/

/*guanjunzhilu*/
.cham_box {
	width: 78%;
	margin: 0 auto;
}
.cham_box .cham_tit {
	text-align: center;
}
.cham_box .cham_tit h3 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	letter-spacing: 1px;
}
.cham_box .cham_tit h5 {
	font-size: 16px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 15px;
}
.cham_sec1 .sec1_left h3 {
	font-size: 38px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D548D;
	line-height: 40px;
}
.sec1_right h6,.sec3_left_text h6,.sec3_right_text h6 {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	letter-spacing: 1px;
}
.cham_sec2 .sec2_pic {
	width: 100%;
}
.cham_sec2 .sec2_pic img {
	width: 100%;
}
.cham_sec3 .sec3_left_img .sec3_img_01 {
	float: left;
	width: 50%;
}
.cham_sec3 .sec3_left_img .sec3_img_02 {
	float: left;
	margin-left: 10px;
	width: 45%;
}
.cham_sec3 .sec3_left_img img {
	width: 100%;
}
.cham_sec3 .sec3_left_smtit h3 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #0D548D;
	line-height: 36px;
}
.cham_sec3 .sec3_right_img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.cham_sec3 .sec3_right_img img {
	display: block;
	margin: 0 auto;
	width: 65%;
}
.cham_sec3 .sec3_right_text h6 {
	padding: 0 30px;
}
.cham_sec3 .sec4_img {
	width: 100%;
}
.cham_sec4 .sec4_img_01 {
	float: left;
	width: 37%;
}
.cham_sec4 .sec4_img_02 {
	float: left;
	margin-left: 10px;
	width: 62%;
}
.cham_sec3 .sec4_img img {
	width: 100%;

}
.cham_sec1 {
	margin: 30px 0;
}
.cham_sec2 {

	margin-bottom: 30px;
}
.cham_sec3 {
	margin-bottom: 30px;
}
.cham_sec4 .sec4_img {
	margin-bottom: 30px;
}
.cham_sec4 .sec4_img img {
	width: 100%;
}
.cham_box .text_miaoshu {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #999;
	margin: 10px 0 0;
}
.cham_sec3 .sec3_right_img h6 {
	text-align: center;
}

.nav_lists li {
    background: #0d548d;
    color: #fff;
    border-bottom: 1px dashed #ccc;
}
 .nav_lists li a{
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 30px;
    margin: 0;
    color: #fff;
    text-align: center;
}
/*11.1*/
.newsdot_main img{
	display:block;
	margin:0 auto;
}
.swiper-tuijian_con h5 p{
	margin-top:15px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 117px;
}	

/*12.13*/
.newsdot_box{
	width: 100% !important;
}






@media(max-width:1680px) {
.news_sec1_info {
	/* height: 75px;*/
	overflow: hidden;
}
.welfare_sec1_margin img {
	margin-top: 4px;
}
.inSec1txt {
	padding-top: 0;
}
.estSec1R {
	padding-top: 0;
}
.estSec1R h2 {
	margin-top: 0;
}
.estSec1R-txt {
	margin-top: 25px;
}
.canon_sec2_box {
	height: 1300px;
}
.thingInternet_sec1_word {
	padding-top: 50px;
}

.invSec1Item-txt h6 {
	height: 130px;
}
.swiper-tuijian_con h5 {
/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;*/
	height:170px;
}
.hotelMam_sec1_img {
	margin-top: 13%;
}
.canon_sec2_box {
	height: 980px;
}
.estate1_sec1 {
	padding-bottom: 40px;
}
.news_sec1_img {
	height: 236px;
}
.qk_sec3_img h5 {
    bottom: -100px;
padding: 20px;
}
.champion_tit h3 {
    margin-top: 5px;
    font-size: 22px;
}
.champion_tit h6 {
    margin-top: 10px;
}
.champion_content {
    margin-top: 20px;
}
.champion_content h5 {
    font-size: 14px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.champion_content h6 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.champiion_bottom {
    margin-top: 30px;
}
.champiion_bottom h6 {
    font-size: 12px;
}
.small_box {
    right: -50px;
    top: 45%;
}
.small_box h5 {
    padding: 5px 25px;
}
.welfare_sec1 .champion_txt {
    padding-top: 30px;
}
.invSec1Item-txt h6 {
	min-height:140px;

}
}
 @media(max-width:1600px) {
.Leader_secBot h3 {
	line-height: 25px;
}
.estSec1R h4 {
	display: none;
}
.canon_sec2_txt h5 {
	margin-bottom: 30px;
	font-size: 28px;
}
.thingInternet_sec1_word h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.finaSec1B-txt {
	padding-top: 0;
}
.finaSec1B-txt h3 {
	margin-top: 0;
}
.xq_boxS1 {
	display: none;
}
.xq_boxS2 {
	display: block;
	margin-top: 30px;
}
.hotelMam_sec1_img {
	margin-top: 0;
}
.hotelMam_sec1_txt {
	margin-top: 13%;
}
.news_sec1_img {
	height: 220px;
}
.champion_content h5 {
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.champion_content h6 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.champiion_bottom {
    margin-top: 40px;
}

}
@media(max-width:1550px) {
	/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
.cham_sec3 .sec3_right_img h6 {
    text-align: center;
    width: 60%;
    margin: 20px auto 0;
}
.welfare_sec1 .champion_txt {
    padding-top: 20px;

}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
}
@media(max-width:1500px) {
.industry_sec1_word h3 {
	min-height:96px;
}
.estate1_sec2 {
	padding: 0 90px 0;
}
}
 @media(max-width:1440px) {
.finaSec1B-img {
	margin-top: 2%;
	overflow: hidden;
}
.finaSec1B-img img {
	width: 110%;
}
.jiangdot_box {
	width: 86%;
}
.LesecTop_txt h5, .LesecTop_txt_tel span {
	width: 85%;
}
.Leader_secTop {
	padding: 40px 0 35px 0;
}
.survey_sec1_two_word {
	padding: 6%;
}
.welfare_sec1_margin img {
	margin-top: 2px;
}
.thingInternet_sec1_word h3 {
	overflow: hidden;
}
.thingInternet_sec1_word h3 {
	margin: 0 0 20px;
}
.estSec1L-txt {
	top: 30%;
}
.estSec1L-txt h3 {
	font-size: 36px;
}
.enstatus_sec1_liright h6 {
	margin-top: 20px;
}
.news_sec1_title span {
	font-size: 12px;
}
.packCon .col-lg-4 {
	padding: 0 5px;
}
.enhonor_sec1_ul {
	height: 460px;
}
.welfare_sec1_word h6 {
	margin-top: 10px;
}
.canon_box {
	width: inherit;
	padding: 0 90px;
}
.canon_sec2_text {
	left: -50px;
}
.enhonor_sec1_ul {
	height: 445px;
}
.welfare_sec2_all {
	padding: 70px 0;
}
.canon_sec2_txt h6 {
	font-size: 16px;
}
.canonIMg {
	margin-left: -60px;
}
.enhonor_sec1_moddle {
	overflow: hidden;
	margin-top: 30px;
	margin-left: 15px;
}
.finaSec1B-txt {
	padding: 0 10px 60px 10px;
}
.finaSec1B-txt h3 {
	margin-top: 0;
}
.finaSec1B-txt h6 {
	line-height: 22px;
	letter-spacing: 1px;
}
.thingInternet_swiper .swiper-pagination {
	bottom: 60px;
}
.enhonor_sec1_ul {
	height: 460px;
}
.thingInternet_sec1_word h4 {
	font-size: 16px;
}
.thingInternet_swiper .swiper-pagination {
	bottom: 20px;
}
.thingInternet_sec1_word h3 {
	line-height: 22px;
}
.finaSec1B-txt1 {
	padding-top: 10% !important;
}
.culture_sec1_right_con {
	padding: 5% 10%;
}
.news_sec1_img {
	height: 205px;
}
.news_text {
	padding: 10px 20px;
}
.news_sec1_total .news_text {
	height: 232px;
}
.qk_sec3_img h5 {
    bottom: -80px;
    padding: 10px;
}
.qk_sec3_title h3 {
    line-height: 30px;
	font-size:30px;
}
.qk_sec3_title{
	top:-49px;
}
.welfare_sec1 .champion_txt {
    padding-top: 0;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
.cham_box {
    width: 86%;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
.welfare_sec3_word h2 {
	height: 84px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


@media(max-width:1400px) {
	.public_btn.btn_industry.hidden-xs{
		display: none;
	}
	.public_btn.visible-xs{
		display: block!important;
	}
	.news_sec1_total .news_text {
    height: 246px;
}
}
 @media(max-width:1366px) {
.news_sec1_img {
	height: 195px;
}
	/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
.cham_sec1 .sec1_left h3 {
    font-size: 35px;
    line-height: 44px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

}
 @media(max-width:1360px) {
.Leader_secBot h3 {
	font-size: 14px;
}
.survey_sec1_text h2 {
	font-size: 26px;
}
.welfare_sec2_all h2 {
}
.thingInternet_sec1_word h3 {
	margin: 0;
}
.thingInternet_sec1_word {
	padding: 50px 50px 30px;
}
.canon_sec2_txt h5 {
	margin-bottom: 30px;
	font-size: 26px;
}
.canon_sec2_txt h6 {
	font-size: 16px;
	line-height: 18px;
}
.finaSec1B-txt {
	padding-right: 25px;
}
.finaSec1B-img img {
	width: 120%;
}
.th_img {
	overflow: hidden;
}
.th_img img {
	width: 125%;
}
.culture_sec1_left {
	width: 63%;
}
.culture_sec1_right {
	width: 37%;
}
.culture_sec1_right .text {
	font-size: 14px;
}
/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/ 
.estateSec1 .col-md-6 {
/*width: 100%;*/
}
.estSec1L {
	margin-left: 0;
	position: relative;
}
/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/ 
.news_sec1_img {
	height: 180px;
}
.champion_tit h3 {
    margin-top: 5px;
    font-size: 22px;
}
.champion_content h5 {
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.champion_content h6 {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} 
.champiion_bottom {
    margin-top: 30px;
}
}
 @media(max-width:1330px) {
.hotelMam_sec1_txt {
	margin-top: 0;
}
.swiper-tuijian_con h5  {   height: 200px;}
}
 @media(max-width:1280px) {
.survey_sec1_text h6 {
	margin-top: 10px;
}
.welfare_sec1_margin img {
	margin-top: 0;
}
.welfare_sec2_all h2 {
	width: 22%;
}
.welfare_sec3_word .xm_txt_on {
	margin: 5px auto 0;
}
.finaSec1B-txt {
	padding: 30px 0;

}
.finaSec1B-img img {
	width: 128%;
}
.champion_content h6{
	margin-top:10px; 
	line-height: 18px;
}
.champion_content {
    margin-top: 15px;
}
.champion_tit h3 {
    margin-top: 5px;
    font-size: 20px;
}
.champion_tit h6 {
    font-size: 13px;

}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/
.cham_sec3 .sec3_right_img img {

    width: 75%;
}
.cham_sec1 .sec1_left h3 {
    font-size: 33px;
    line-height: 46px;
    margin-top: 10px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯*/

.invSec1Item-txt h6 {
	min-height:160px;

}
}
 @media(max-width:1240px) {
.hotelMam_sec1_img {
	margin-top: 12%;
}
/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/
.join_sec2_swiper .col-md-3 {
	width: 50%;
	margin-bottom: 30px;
}
.industry_sec1_word h3 {
	min-height:120px;

}
}
/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/
@media(max-width:992px) {
/*****culture********/ 
.public_box {
	padding: 0 10px;
	margin: 0 auto;
}
.public_header {
	margin-top: 50px;
	height: 120px;
}
.public_header_left {
	width: 100%;
	float: left;
}
.public_header_left a {
	font-size: 14px;
}
.public_header_right {
	width: 100%;
	float: left;
}
.public_header_lis li {
	padding: 0 10px;
	width: 20%;
	float: left;
}
.public_header_right a {
	line-height: 20px;
	text-align: center;
}
.Inner_Con {
	margin: 0 auto;
	padding: 0 10px;
}
.culture_sec1_left {
	width: 100%;
}
.culture_sec1_left {
	width: 100%;
}
.culture_sec1_left .col-l {
	margin-top: 0;
}
.culture_sec1_left .col-lg-8 .col-lg-12 {
	padding: 0;
}
.culture_sec1_left .col-lg-8 .col-lg-6 {
	padding: 0;
}
.culture_sec1_right {
	width: 100%;
}
.culture_sec2 .col-lg-3 {
	margin-bottom: 30px;
}
.culture_sec2 {
	padding-bottom: 0;
}
.culture_sec2_lb {
	padding-bottom: 20px !important;
}
.Inner_Con:last-child {
	padding-bottom: 0 !important;
}
.enhonor_sec1_li h5 {
	font-size: 14px;
	line-height: 20px;
}
.canon_box {
	width: inherit;
	padding: 0 10px;
}

.estate_sec1 {
	padding: 0 0 80px;
	margin-top: 80px;
}
.estSec1L {
	margin-left: 0;
	position: relative;
}
.est_sec2_boxs1 .finaSec1Box, .est_sec2_boxs2 .finaSec1Box, .est_sec2_boxs3 .finaSec1Box, .est_sec2_boxs4 .finaSec1Box, .est_sec2_boxs5 .finaSec1Box {
	padding: 0;
	margin-top: 30px;
}
.arrow_est {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 9;
	top: 42%;
}
.estateTitle-txt h2 {
	font-size: 16px;
}
.estateTitle-txt h3 {
	font-size: 12px;
}
.finaSec1B-txt h5 {
	font-size: 16px;
	color: #0d548d;
	line-height: 20px;
	letter-spacing: 1px;
	margin: auto;
	margin-left: 10px;
}
.finaSec1B-txt h6 {
	font-size: 14px;
}
.swiper-wrapper1 {
	width: 100% !important;
}
.swiper-wrapper1 .swiper-slide {
	width: 100% !important;
	height: 60px !important;
	float: left;
	margin-bottom: 30px;
}
.estSec2_nav_swiper {
	height: 440px !important;
}
/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/ 
}



/****9-25ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*****/
@media(max-width:768px) {
.public_box {
	padding: 0 10px;
	margin: 0 auto;
}
.public_header {
	margin-top: 50px;
	height: auto;
}
.culture_sec1Lbox h3 {
	display: none;
}
.public_header_left {
	width: 100%;
	float: left;
}
.public_header_left a {
	font-size: 14px;
}
.public_header_right {
	width: 100%;
	display: none;
}
.public_header_lis li {
	padding: 0 10px;
	width: 20%;
	float: left;
}
.public_header_right a {
	line-height: 20px;
	text-align: center;
}
.Inner_Con {
	margin: auto;
	padding: 0 10px;
}
.culture_sec1_left {
	width: 100%;
}
.culture_sec1_left {
	width: 100%;
}
.culture_sec1_left .col-l {
	margin-top: 0;
}
.culture_sec1_left .col-lg-8 .col-lg-12 {
	padding: 0;
}
.culture_sec1_left .col-lg-8 .col-lg-6 {
	padding: 0;
}
.culture_sec1_right {
	width: 100%;
}
.culture_sec2 .col-lg-3 {
	margin-bottom: 30px;
}
.culture_sec2 {
	padding-bottom: 30px;
	padding-top: 20px;
}
.culture_sec2_lb {
	padding-bottom: 20px !important;
}
.enhonor_sec1_li h5 {
	font-size: 14px;
	line-height: 20px;
}
.canon_box {
	width: inherit;
	padding: 0 10px;
}
.headernav {
	display: none !important;

}
.estate_sec1 {
	padding: 0;
	margin-top: 60px;
	background: #f7f7f7;

}
.warpEdot .estate_sec1 {
	padding: 0 0 20px;
}
.estate1_sec1 {
	padding: 0 4% 0;
}
.estate1_sec1_finaSec1B-txt h2 {
	margin-left: 10px;
}
.estate1_sec2 {
	padding: 30px 4%;
}
.estate1_sec2_img_box {
	width: 100%;
}
.estate1_sec1_title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.estate1_sec1_img {
	position: relative;
	left: 0;
	top: 0;
}
.estSec1L {
	margin-left: 0;
	position: relative;
}
.arrow_est {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 9;
	top: 60%;
}
.estateTitle-txt h2 {
	font-size: 16px;
}
.estateTitle-txt h3 {
	font-size: 12px;
}
.finaSec1B-txt h5 {
	font-size: 14px;
	color: #0d548d;
	line-height: 20px;
	letter-spacing: 1px;
	margin: auto;
	margin-left: 10px;
}
.finaSec1B-txt h6 {
	font-size: 12px;
	padding-left: 10px;
}
.swiper-wrapper1 {
	width: 100% !important;
}
.swiper-wrapper1 .swiper-slide {
	width: 100% !important;
	height: 60px !important;
	float: left;
	margin-bottom: 30px;
}
.estSec2_nav_swiper {
	height: 440px !important;
}
.enhonor_sec1_img .col-lg-6 {
	margin-bottom: 30px;
}
.survey_sec1_all {
	padding: 0 10px;
	margin: 0 auto;
}
.survey_sec {
	margin-top: 30px;
	padding-bottom: 40px;
}
.hotelMam_sec1_padR {
	width: 85%;
	padding-right: 10px;
}
.hotelMan_sec2 {
	padding: 0;
	margin: 0 10px 50px;
}
.hotelMan_warpper {
	padding-bottom: 0;
}
.hotelMan_sec2_box {
	padding: 20px 10px;
	margin: 0 auto;
}
.industry_sec {
	padding: 0;
	margin-top: 60px;
}
.industry_sec1 {
	padding-bottom: 50px;
}
.industry_sec1_pic {
	padding: 15px 10px;
}
.industry_sec1_word {
	border-bottom: none;
	padding: 15px 10px;
}
.industry_sec1_list {
	margin-top: 0;
}
.industry_sec1_li {
	margin-bottom: 0;
	margin-top: 30px;
}
.jobdot {
	padding: 0 10px;
	margin: 60px auto 50px;
}
.jobcon input:first-child {
	width: 75%;
}
.join_sec2 {
	padding: 0;
	margin-top: 50px;
}
.join_sec2_all {
	padding: 0 10px;
	margin: 0 auto;
}
.cont_list .col-lg-3 {
	width: 100%;
	margin-bottom: 30px;
}
.swiper-tuijian_con {
	padding: 1px 15px 50px;
}
.join_sec3_boxx {
	padding: 0 10px !important;
}
.contact_right {
	margin-left: 0;
}
.contact_right h2 {
	font-size: 14px;
	margin-top: 30px;
	line-height: 24px;
	margin-bottom: 30px;
	width: 100%;
}
.join_sec3 {
	padding: 20px 10px 50px 0;
}
.cont_l h2 {
	line-height: 20px;
}
.swiper-tuijian_con h3 {
	font-size: 20px;
}
.form_child .form_left {
	float: none;
	width: 100%;
}
.form_child .form_right {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.news_cont {
	padding: 0 10px;
	margin-top: 0;
}
.news_sec1 {
	margin-top: 50px;
	padding-bottom: 50px;
}
.news_cont .news_text {
	padding-left: 15px;
	float: left;
	width: 90%;
	overflow: hidden;
	margin-top: 0;
	padding-top: 10px;
}
.news_sec1_total {
	margin-bottom: 0;
	margin-top: 30px;
}
.news_cont .news_pic {
	float: left;
	width: 100%;
	overflow: hidden;
}
.news_cont .news_text h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 18px;
}
.news_cont .news_text h3 {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_cont .news_text h5 {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 20px;
}
.news_sec1 .row {
	margin: 0;
}
.packList {
	width: 100%;
	float: left;
}
.packCon {
	width: 100%;
	float: left;
}
.newsdot {
	position: relative;
	padding-bottom: 50px;
	margin-top: 80px;
}
.newsdot_left {
	width: 100%;
	float: none;
}
.newsdot_left h4 {
	float: none;
	margin: 0 20px 10px 0;
	display:block;
}
.newsdot_left h4 span {
	display: inline-block;
}
.newsdot_right {
	width: 100%;
	float: none;
	padding-left: 0;
}
.thingInternet_sec1 {
	padding: 0 0 20px 0;
	margin-top: 60px;
}
.welfare_sec {
	padding: 0;
	margin-top: 30px;
}
.welfare_sec1_all {
	padding: 0 10px;
	margin: 50px auto 0;
}
.welfare_sec1_row {
	margin-bottom: 0;
}
.champion_txt .public_btn {
	margin-bottom: 50px;
}
.qikan_box {
	margin-bottom: 0;
}
.welfare_sec3 .welfare_sec3_all {
	padding: 0 10px;
	margin: 0 auto;
}
.welfare_sec1_word .col-lg-6 {
	margin-top: 30px;
}
.welfare_sec1_word .row:first-child {
	margin-top: 0;
}
.welfare_sec3 {
	padding-top: 30px;
}
.culture_sec1_right_con .title h3 {
	font-size: 18px !important;
	font-weight: bold;
}
.culture_sec1_right_con .title h4 {
	font-size: 16px !important;
}
.culture_sec1_right_con .text {
	font-size: 12px;
}
.enstatus_sec1_liright h2 {
	font-size: 18px;
	line-height: 28px;
}
.enstatus_sec1_liright h6 {
	font-size: 12px;
	line-height: 24px;
}
.enstatus_sec {
	padding: 0;
	margin-top: 10px;
}
.estSec1R h2 {
	margin-top: 0;
	font-size: 18px;
}
.estSec1Item span h3 {
	font-size: 16px;
}
.estSec1Item span h6 {
	font-size: 12px;
}
.finaSec1B-txt h3 {
	font-size: 18px;
}
.finance_sec {
	padding: 0;
	margin-top: 80px;
}
.finance_sec1 {
	margin-bottom: 50px;
}
.finaSec1Itemspan1 {
	font-size: 32px;
}
.estate_sec2 {
	margin-bottom: 50px;
	padding-top: 0;
}
.estSec2_nav {
	margin: 30px -15px;
	text-align: center;
	position: relative;
}
.finaSec1Item span h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}
.finaSec1Top .col-lg-4 {
	margin-bottom: 10px;
}
.enhonor_sec1_rightTop .h32 {
	font-size: 18px;
	margin-top: 10px;
}
.culture_sec1_right_con {
	padding: 5% 4%;
}
.enhonor_sec1_moddleBox {
	width: 140px;
	font-size: 16px;
	line-height: 35px;
}
.enhonor_sec1_moddleBox:first-child {
	margin-right: 5px;
}
.enhonor_sec {
	padding: 0 0 50px;
	margin-top: 0;
}
.canon_sec2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.enhonor_sec1_xian {
	margin-top: 0;
}
.inter_text {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
}
.survey1_sec1_box {
	margin-top: 0;
}
.hotelMam_sec1_txt h3 {
	margin-top: 40px;
	font-size: 18px;
	color: #333;
	letter-spacing: 3px;
}
.hotelMam_sec1_txt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}
.hotelMam_sec1_txt h5 {
	font-size: 12px;
	margin-bottom: 25px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 20px;
}
.xq_box h5 {
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 20px;
}
.hotel_title h3 {
	font-size: 20px;
}
.hotel_title h6 {
	font-size: 14px;
}
.industry_sec1_word h2 {
	font-size: 18px;
	line-height: 28px;
}
.industry_sec1_word h3 {
	font-size: 12px;
	line-height: 24px;
}
.invest_sec {
	padding: 0;
	margin-top: 60px;
}
.invest_sec1 {
	padding-bottom: 50px;
}
.invSec1Item-txt h3 {
	font-size: 16px;
}
.invSec1Item-txt {
	padding: 20px;
}
.invSec1Item-txt h6 {
	font-size: 12px;
}
.jobtopcon_tit {
	font-size: 16px;
}
.zpnrbodynrsz {
	font-size: 14px;
}
.scwjz {
	line-height: 25px;
	color: #000000;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.swiper-tuijian_con h5 {
	font-size: 12px;
	height:160px;
}
.zwzpnr {
    margin-top: 0px;
}
.swiper-tuijian_con h5 span {
	font-size: 14px;
}
.cont_l h3 {
	line-height: 18px;
}
.form_tj {
	width: 100%;
}
.packList p {
	font-size: 14px;
}
.news_sec1_title h2 {
	font-size: 15px;
	height: 100%;
}
.news_sec1_info p {
	font-size: 12px;
}
.newsdot_sectit {
	font-size: 16px;
	padding-top:30px;
	width: 80%;
	margin: 0 auto 30px;
}
.zpnrbodynr{
	width: 39%;
}
.newsdot_right h4 {
	font-size: 12px;
}
.thingInternet_sec1_word h3 {
	font-size: 12px;
}
.thingInternet_sec1_word h4 {
	font-size: 15px;
}
.thingInternet_sec1_word h2 {
	font-size: 18px;
}
.visible-col {
	display: none;
}
.hidden-col {
	display: block !important;
}
.thingInternet_sec1_word {
	padding: 20px;
}
.canon_sec2_l {
	width: 100%;
	background: #0d548d;
	float: left;
}
.canon_sec2_r {
	display: none;
}
.canon_sec2_text {
	position: relative;
	width: 90%;
	height: auto;
	left: 0;
	top: 27px;
	margin: 0 auto;
}
.canon_sec2_box {
	position: relative;
	min-height: auto;
	padding-top: 0px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.canon_sec2Right {
	width: 100%;
	position: relative;
	right: 0;
	margin: auto;
	margin-top: 20px;
}
.canonSR {
	padding: 10px 10px 0 10px;
}
.canonSrtitle h6 {
	font-size: 18px;
	margin-top: 0;
}
.canonSrtitle h3 {
	font-size: 14px;
}
.canonSRbox {
	margin-top: 15px;
	overflow: hidden;
}
.canSrbL {
	width: 15%;
	float: left;
}
.canSrbL span {
	width: 20px;
	height: 20px;
}
.canSrbL span i {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 19px;
	margin-right:  5px;
}
.canSrbR>h3 {
	font-size: 14px;
	width: 80%;
}
.canSrbRtxt {
	width: 100%;
	display: block;
}
.canSrbRtxt h3 {
	font-size: 12px;
	line-height: 16px;
}
.canSrbRsty {
	display: none;
}
.spanSty:after {
	content: "";
	height: 420%;
	width: 1px;
	position: absolute;
	left: 10px;
	top: 20px;
	background: #0D548D;
}
.welfare_sec1_word h2 {
	font-size: 15px;
	font-weight: bold;
}
.welfare_sec1_word h6 {
	font-size: 12px;
	line-height: 24px !important;
}
.welfare_sec3_word p {
	font-size: 12px;
}
.welfare_sec3_word h2 {
	font-size: 15px;
	margin-top: -20px;
	margin-bottom:0;
}
.welfare_sec1_margin h3 {
	font-size: 15px;
}
.welfare_sec2_all h2 {
	font-size: 18px;
	line-height: 30px;
	width: 60%;
}
.welfare_sec2_all h6 {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}
.packNav a {
	font-size: 12px;
}
.public_header_lis li a {
	letter-spacing: 6px;
}
.enstatus_sec1_h2 {
	padding: 20px 15px;
}
.canon_sec {
	margin-top: 0;
}
.canon_sec1_top {
	display: none;
}
.enstatus_sec1_liright {
	padding-left: 0;
	padding-top: 30px;
	margin-bottom: 50px;
}
.enhonor_sec1_li {
	padding-left: 110px;
}
.enhonor_sec1_li span {
	font-size: 12px;
}
.culture_sec1 {
	padding: 0;
}
.welfare_sec3_word a {
	margin-top: 0;
}
.welfare_sec3_row .col-lg-4 {
	margin-top: 30px;
}
.welfare_sec3_row .col_first {
	margin-top: 0;
	padding-bottom: 50px;
}
.welfare_sec3 .txt-tit {
	margin-bottom: 0;
}
.welfare_sec3_row {
	margin-top: 20px;
}
.welfare_sec1_word h5 {
	font-size: 14px;
}
.finaSec1B-txt h3 span {
	width: 5px;
	background: #0D548D;
	height: 39px;
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 0;
}
.finaSec1B-txt {
	padding: 30px 30px;
}
.estSec1R-txt {
	background: #fff;
	padding: 20px;
	position: relative;
}
.index_sec2_one h6 {
	height: 80px;
}
.canonIMg {
	margin-left: 0;
}
.cont_list .join_pubi {
	margin: 0px auto 0;
}
.join_btn.visible-xs {
	padding-bottom: 20px;
}
.btn_industry2 {
	margin: 20px 0 10px;
}
.finance_pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination1 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination2 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination3 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.int_pagination4 .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.canonSRbox {
	margin: 30px 0;
	height: 335px;
	overflow: hidden;
}
.canonSRbox ul {
	margin-bottom: 10px;
}
.canonSRbox ul li {
	padding-top: 10px;
}
.canSrbR {
	padding-bottom: 10px;
}
.welfare_sec1_col {
	border: none;
}
.thingInternet_sec1_list {
	margin-top: 30px;
}
.newsdot_main {
	margin-top: 30px;
}
.welfare_sec1_all .col-lg-8 {
	padding: 0;
}
.welfare_sec1 .champion_txt {
	padding-top: 10px!important;
	margin-bottom: 30px;
}
.champion_tit h3 {
	font-size: 16px;
}
.small_box {
	right: -39px;
}
.cham_sec1 .sec1_left h3 {
    font-size: 30px;}
.cham_sec3 .sec3_left_smtit h3 {

    font-size: 22px;}
.cham_sec3 .sec3_right_text h6{ padding:0;}
.welfare_sec1 .col-lg-4{
	padding: 0;
}
.champion_img{
	margin-left: 0;
}
.canon_sec2_zhe{
	display: none;
}
.culture_sec1_right_con .title h4{
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	letter-spacing: 2px;
}
.welfare_sec2_all {
    padding: 50px 0;
}
.newsdot_main img{
	width:100%;
}
}
 @media(max-width:414px) {
.zpnrbodynr {
    width: 50%;
}
}

.cham_box h6{
	font-size: 14px;
    line-height: 28px;
    color: #666;
    letter-spacing: 1px;
}