@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
div, id, span, p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
input[type=text]:focus, textarea:focus {
	border: 1px solid rgba(0, 146, 180, 1);
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #272729;
}
h2 {
	color: #76cb0c;
	font-weight: normal;
	font-size: 23px;
}
h3 {
	color: #db4939;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	color: #222222;
	font-size: 20px;
	font-weight: normal;
}
.cls {
	clear: both;
}
.main_wraper {
	width: 100%;
}
.top_part {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 8px;
}
.container_main {
	width: 1150px;
	margin: 0 auto;
}
.logo_main {
	width: 34.78%;
	float: left;
}
.logo {
	width: 160px;
	margin-right: 40px;
	float: left;
}
.logo1 {
	width: 160px;
	float: left;
	margin-top: 31px;
}
.top_navi {
	width: 42.60%;
	float: left;
	padding-top: 90px;
}
.top_navi ul {
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 7px;
}
.top_navi ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	padding-left: 35px;
}
.top_navi ul li a {
	font-size: 14px;
	color: #0a0b0d;
	font-weight: normal;
	text-decoration: none;
}
.top_navi ul li a:hover {
	color: #696d75;
}
.top_rgt {
	width: 22.00%;
	float: right;
}
.top_btn {
	width: 100%;
	margin-top: 26px;
}
.grn_btn {
	width: 108px;
	float: right;
	background: url(../images/grn-t.jpg) repeat-x top left;
	height: 31px;
}
.grn_btn a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 31px;
}
.grn_btn a:hover {
	background: url(../images/grn-hover.jpg) repeat-x bottom left;
}
.orn_btn {
	width: 108px;
	float: right;
	background: url(../images/org-t.jpg) repeat-x top left;
	height: 31px;
	margin-right: 13px;
}
.orn_btn a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 31px;
}
.orn_btn a:hover {
	background: url(../images/org-hover.jpg) repeat-x bottom left;
}
.cyn_btn {
	width: 108px;
	float: right;
	background: #0092b4;
	height: 31px;
	margin-left: 13px;
}
.cyn_btn a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 31px;
}
.cyn_btn a:hover {
	background: #049ec6;
}
.gray_btn1 {
	float: left;
	background: #3c4959;
	height: 31px;
	margin-left: 13px;
}
.gray_btn1 a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 31px;
	padding: 0 10px;
}
.gray_btn1 a:hover {
	background: #49586b;
}
.gray_btn {
	width: 112px;
	float: right;
	background: #3c4959;
	height: 31px;
	margin-left: 13px;
}
.gray_btn a {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 31px;
}
.gray_btn a:hover {
	background: #49586b;
}
.email_main {
	width: 100%;
	margin-top: 25px;
}
.email {
	width: 188px;
	float: right;
	font-size: 15px;
	font-weight: normal;
	color: #2b2b2b;
}
.phone {
	width: 170px;
	float: right;
	font-size: 19px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: right;
}
.email_icon {
	width: 22px;
	float: left;
	margin-right: 8px;
}
.ph_icon {
	width: 27px;
	float: left;
	margin-right: 8px;
}
.navi_main {
	width: 100%;
	background: url(../images/navi-bg.jpg) repeat-x top left;
	height: 51px;
}
.navi {
	width: 100%;
}
/*
.navi ul
{
	margin:0; padding:0;
}
.navi ul li
{
	list-style-type:none;
	margin-right:90px;
	display:inline-block;
}
.navi ul li a
{
	font-size:11px;
	color:#0092b4;
	text-decoration:none;
	text-transform:uppercase;
	line-height:51px;
}
.navi ul li a:hover
{

	text-decoration:underline;
}
.navi ul li:last-child
{
	margin-right:0px;
}
*/
.main_banner {
	position: relative;
	max-width: 1366px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
.banner
{
	width:100%;
}

.white_box
{
	width:247px;
	background:#fcfcfc;
	position:absolute;
	z-index:9999;
	top:40px;
	right:100px;

}
.box_int
{
	width:226px;
	margin:0 auto;
	margin-top:11px;
	margin-bottom:11px;
}
.box_img
{
	width:100%;
}
.banner_text
{
	width:100%;
}
.banner_text span
{
	font-size:20px;
	color:#454545;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:10px 0 10px 0;
}
.banner_text p
{
	font-size:13px;
	color:#0092b4;
	font-weight:normal;
	text-align:left;
}
.banner_text p b
{
	font-size:19px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.banner_text a
{
	font-size:16px;
	color:#919191;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/arrow.jpg) no-repeat left;
	padding-left:5px;
	float:right;
}
.banner_text a:hover
{
	color:#0092b4;
}
.black_form {
	width: 247px;
	background: #fcfcfc;
	position: absolute;
	z-index: 9999;
	top: 32px;
	left: 130px;
}
.middle_hm {
	width: 100%;
	position: relative;
	top: 452px;
}
.middle_part {
	width: 100%;
	margin-top: 11px;
}

.service_main {
	width: 100%;
}
.srcv {
	width: 24.52%;
	float: left;
	margin-right: 7px;
}
.srcv_last {
	width: 24.52%;
	float: left;
}
.srcv_rht {
	width: 100%;
	float: left;
	margin-right: 7px;
}
.sr_evt {
	width: 32.00%;
	float: left;
	margin-right: 7px;
}
.sr_last {
	width: 32.00%;
	float: left;
}
.srcv_img {
	width: 100%;
	line-height: 0;
}
.srcv_text {
	width: 100%;
}
.srcv_text p {
	font-size: 13px;
	color: #919191;
	font-weight: normal;
	line-height: 17px;
	padding-right: 48px;
}
.srcv_text a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
}
.srcv_text span {
	margin: 2px 0 15px 0;
}
.purple {
	font-size: 23px;
	font-weight: normal;
	color: #90004b;
	display: inline-block;
}
.purple span {
	font-size: 23px;
	font-weight: bold;
	color: #90004b;
}
.purple a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat left;
	padding-left: 5px;
}
.purple a:hover {
	color: #90004b;
}
.green {
	font-size: 23px;
	font-weight: normal;
	color: #0092b4;
	display: inline-block;
}
.green span {
	font-size: 23px;
	font-weight: bold;
	color: #0092b4;
}
.green a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat left;
	padding-left: 5px;
}
.green a:hover {
	color: #0092b4;
}
.green_home {
	font-size: 23px;
	font-weight: normal;
	color: #0092b4;
	float: right;
	margin-bottom: 10px;
}
.green_home a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat left;
	padding-left: 5px;
}
.green_home a:hover {
	color: #0092b4;
}
.green_link {
	font-size: 23px;
	font-weight: normal;
	color: #0092b4;
	display: inline-block;
}
.green_link span {
	font-size: 23px;
	font-weight: bold;
	color: #0092b4;
}
.green_link span a {
	color: #919191 !important;
}
.green_link a {
	font-size: 16px;
	color: #0092b4 !important;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	padding-left: 5px;
}
.green_link a:hover {
	color: #0092b4;
}
.org {
	font-size: 23px;
	font-weight: normal;
	color: #da4420;
	display: inline-block;
}
.org span {
	font-size: 23px;
	font-weight: bold;
	color: #da4420;
}
.org a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat left;
	padding-left: 5px;
}
.org a:hover {
	color: #da4420;
}
.blue_strip {
	width: 100%;
	display: inline-block;
	background: #0092b4;
	margin: 43px 0 37px 0;
}
.blue_strip p {
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	padding: 20px 0;
}
.car_main {
	width: 100%;
}
.car1 {
	width: 16.52%;
	float: left;
	text-align: center;
}
.car1_img {
	text-align: center;
}
.car1_text {
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 6px 0 0 0;
}
.car_btn {
	width: 65px;
	height: 20px;
	background: #3c4958;
	text-align: center;
	margin: 0 auto;
	margin-top: 46px;
}
.car_btn a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #3c4958;
	line-height: 20px;
}
.car_btn a:hover {
	background: #0092b4;
}
.car_btn1 {
	width: 65px;
	height: 20px;
	background: #3c4958;
	text-align: center;
	margin: 0 auto;
	margin-top: 29px;
}
.car_btn1 a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #3c4958;
	line-height: 20px;
}
.car_btn1 a:hover {
	background: #0092b4;
}
.bax_main {
	width: 100%;
	display: inline-block;
	margin: 32px 0 0 0;
}
.b_box1 {
	width: 24.52%;
	float: left;
	margin-right: 7px;
}
.b_box2 {
	width: 24.52%;
	float: left;
}
.b_color1 {
	background: #003c4c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color1:hover {
	background: #005167;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color2 {
	background: #3c4958;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color2:hover {
	background: #4b5868;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color3 {
	background: #0092b4;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color3:hover {
	background: #01abd2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color4 {
	background: #9ec4e9;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.b_color4:hover {
	background: #aed4f8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.box_text {
	display: inline;
}
.box_text p {
	padding: 20px 0 20px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #0092b4;
}
.box_text p span {
	font-size: 12.67px;
	font-weight: bold;
	color: #0092b4;
	display: block;
}
.box_text p label {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.box_text1 {
	display: inline;
}
.box_text1 p {
	padding: 20px 0 20px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #262626;
}
.box_text1 p span {
	font-size: 12.67px;
	font-weight: bold;
	color: #262626;
	display: block;
}
.box_text1 p label {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.bottom {
	width: 100%;
	background: #9e9e9e;
	margin-top: 25px;
}
/*
.bottom div:nth-child(7)
{
	border-right:none;
}
*/
.bottom_link {
	width: 12.34%;
	float: left;
	border-right: 1px solid #939393;
	margin-left: 20px;
}
.bottom_link span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #606060;
	text-transform: uppercase;
	padding: 30px 0 10px 0;
}
.bottom_link ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	padding-bottom: 20px;
}
.bottom_link ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}
.bottom_link ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.bottom_link ul li a:hover {
	text-decoration: underline;
}
.bottom_link1 {
	width: 12.34%;
	float: left;
	margin-left: 20px;
}
.bottom_link1 span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #606060;
	text-transform: uppercase;
	padding: 30px 0 10px 0;
}
.bottom_link1 ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	padding-bottom: 20px;
}
.bottom_link1 ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}
.bottom_link1 ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.bottom_link1 ul li a:hover {
	text-decoration: underline;
}
.bottom1 {
	width: 100%;
	background: #767676;
	padding: 12px 0;
}
.b_social {
	width: 150px;
	float: left;
	margin-left: 17px;
}
.b_icn {
	width: 27px;
	float: left;
	margin-right: 5px;
}
.card {
	width: 465px;
	float: right;
}
.lr_rpt {
	width: 100%;
}
.left_part {
	width: 64.34%;
	float: left;
	margin-right: 45px;
}
.right_part {
	width: 31.65%;
	float: left;
}
.right_img {
	margin-bottom: 15px;
}
.gray_box {
	background: #f0f0f0;
	padding: 16px 21px 21px 21px;
	margin-bottom: 12px;
}
.gray_box p {
	font-size: 13px;
	line-height: 20px;
	color: #191919;
	padding-top: 14px;
	padding-bottom: 0px;
}
.common_txt {
	display: inline-block;
	text-align: left;
}
.common_txt p {
	font-size: 13px;
	line-height: 20px;
	color: #191919;
	padding: 0 30px 17px 0;
}
.common_txt p img {
	float: right;
}
.common_txt .l_side {
	width: 30%;
	float: left;
}
.common_txt .r_side {
	width: 50%;
	float: left;
	padding-left: 40px;
}
.common_txt ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
.common_txt ul li {
	font-size: 13px;
	line-height: 20px;
	color: #191919;
}
.cyne-3 {
	font-size: 18px;
	font-weight: normal;
	color: #0092b4;
	display: inline-block;
	width: 30%;
	padding: 10px 0 20px 0;
}
.cyne-3 a {
	font-size: 16px;
	font-weight: bold;
	color: #0092b4;
	display: block;
	text-decoration: none;
	padding-left: 15px;
}
.cyne-3 a:hover {
	color: #04b3dc;
}
.cyne-4 {
	font-size: 15px;
	font-weight: normal;
	color: #0092b4;
	display: inline-block;
	width: 24%;
	padding: 10px 0 20px 0;
}
.cyne-4 a {
	font-size: 15px;
	font-weight: bold;
	color: #0092b4;
	display: block;
	text-decoration: none;
}
.cyne-4 a:hover {
	color: #04b3dc;
}
.cyne {
	font-size: 23px;
	font-weight: normal;
	color: #0092b4;
	display: inline-block;
	padding-bottom: 15px;
}
.cyne span {
	font-size: 23px;
	font-weight: bold;
	color: #0092b4;
}
.cyne a {
	font-size: 23px;
	color: #0092b4;
	font-weight: normal;
	display: block;
	margin-top: 33px;
	text-decoration: none;
	padding-left: 5px;
}
.cyne a:hover {
	color: #03bae5;
}
.gray {
	font-size: 23px;
	font-weight: normal;
	color: #969799;
	display: inline-block;
	padding-bottom: 7px;
}
.gray span {
	font-size: 23px;
	font-weight: bold;
	color: #969799;
}
.tarrif_strip {
	width: 100%;
	display: inline-block;
	background: #013c4c;
	margin: 18px 0 12px 0;
}
.tarrif_strip p {
	font-size: 23px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	padding: 14px 0;
}
.tarrif_heading {
	font-size: 18px;
	font-weight: normal;
	color: #2c3135;
	display: inline-block;
	padding-bottom: 21px;
}
.tarrif_heading span {
	font-size: 18px;
	font-weight: bold;
	color: #969799;
}
.b_form {
	font-size: 20px;
	font-weight: bold;
	color: #3e4c57;
	padding-bottom: 21px;
}
.b_form p {
	font-size: 18px;
	font-weight: bold;
	color: #3e4c57;
	display: block;
	padding: 20px 0;
}
.b_form span {
	text-align: center;
	display: block;
}
.tarrif_main {
	width: 100%;
	display: inline;
}
.tarrif_main1 {
	width: 100%;
	padding-top: 30px;
}
.history_lft {
	width: 65%;
	float: left;
}
.tarrif_lft {
	width: 53.00%;
	float: left;
	margin-right: 25px;
	border-right: 1px solid #d5d6d7;
}
.cont_lft {
	width: 53.00%;
	float: left;
	margin-right: 25px;
}
.tarrif_rpt {
	width: 90.25%;
	margin-bottom: 9px;
}
.tarrif_rpt1 {
	width: 100%;
	margin-bottom: 9px;
}
.tarrif_name {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 7px;
}
.tarrif_name p {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 35px;
	line-height: 27px;
}
.tarrif_name span {
	font-size: 14px;
	font-weight: normal;
	color: #2c3135;
	padding-bottom: 4px;
	display: inline-block;
}
.sclass_text {
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 105px;
}
.tarrif_inp {
	border: 1px solid #d5d6d7;
	font-size: 11px;
	font-weight: normal;
	color: #a8a7a7;
	height: 26px;
	width: 96%;
	padding: 0 7px;
}
.tarrif_combo {
	border: 1px solid #d5d6d7;
	font-size: 11px;
	font-weight: normal;
	color: #a8a7a7;
	height: 90px;
	width: 96%;
	padding: 0 7px;
}
.tarrif_combo1 {
	border: 1px solid #d5d6d7;
	font-size: 11px;
	font-weight: normal;
	color: #a8a7a7;
	height: 50px;
	width: 96%;
	padding: 0 7px;
}
.tarrif_rht {
	width: 42.70%;
	float: left;
}
.history_rht {
	width: 35%;
	float: left;
}
.enqry_btn {
	width: 100%;
	margin-top: 27px;
}
.rht_txt {
	display: inline;
}
.rht_txt span {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 0 0 15px 0;
}
.rht_txt ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}
.rht_txt ul li {
	font-size: 16px;
	color: #5e5e5e;
	font-weight: normal;
	padding-bottom: 15px;
}
.rht_txt1 {
	display: inline;
}
.rht_txt1 span {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 0 0 15px 0;
}
.rht_txt1 ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}
.rht_txt1 ul li {
	font-size: 14px;
	color: #5e5e5e;
	font-weight: normal;
	padding-bottom: 5px;
}
.blackh {
	font-size: 23px;
	font-weight: normal;
	color: #494b4a;
	display: inline-block;
}
.blackh span {
	font-size: 23px;
	font-weight: bold;
	color: #494b4a;
}
.blackh a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat left;
	padding-left: 5px;
}
.blackh a:hover {
	color: #707070;
}
.sport_rpt {
	margin-bottom: 20px;
}
.sport_lft {
	width: 173px;
	float: left;
}
.sport_rth {
	width: 190px;
	float: left;
}
.sport_txt {
	text-align: left;
}
.sport_txt p {
	font-size: 13px;
	color: #928f96;
	font-weight: normal;
	padding: 0 15px 0 0;
}
.sport_txt a {
	font-size: 17px;
	color: #0092b4;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
.sport_txt a:hover {
	color: #03bae5;
}
.sport_txt span {
	font-size: 17px;
	color: #0092b4;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.tour_rpt {
	float: left;
	margin-bottom: 44px;
}
.tour_rpt span {
	font-size: 11px;
	color: #414241;
	font-weight: bold;
	padding-top: 20px;
	width: 100%;
}
.tour_rpt1 {
	float: left;
}
.tour_rpt1 span {
	font-size: 11px;
	color: #414241;
	font-weight: bold;
	padding-top: 20px;
	width: 100%;
}
.tour_rpt1 p {
	font-size: 13px;
	color: #414241;
	padding-top: 38px;
	width: 100%;
}
.tour_txt {
	text-align: left;
	font-size: 15px;
	color: #0092b4;
	font-weight: bold;
	float: left;
	width: 155px;
}
.tour_btn {
	text-align: left;
	float: left;
	margin-top: 13px;
	margin-left: 4px;
}
.tour_btn a {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	padding: 5px 6px;
	background: #3c4959;
	height: 31px;
	text-decoration: none;
	margin: 15px 0 0 0;
}
.tour_btn a:hover {
	background: #49586b;
}
.tour_black {
	font-size: 12px;
	color: #334a58;
	font-weight: bold;
	float: left;
}
.tour_black span {
	font-size: 19px;
	color: #39485d;
	font-weight: bold;
}
.bently_text {
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 50px;
}
.bently_strip {
	width: 100%;
	display: inline-block;
	background: #013c4c;
	margin: 18px 0 12px 0;
}
.bently_strip p {
	font-size: 23px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	padding: 14px 0;
	padding-left: 15px;
	float: left;
}
.bently_strip ul {
	margin: 0;
	padding: 0;
	float: right;
}
.bently_strip ul span {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	padding: 3px 0;
}
.bently_strip ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	text-align: right;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
}
.srcv_text1 {
	width: 100%;
}
.srcv_text1 p {
	font-size: 13px;
	color: #919191;
	font-weight: normal;
	line-height: 17px;
	padding-right: 40px;
}
.srcv_text1 a {
	font-size: 16px;
	color: #919191;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	text-decoration: none;
}
.srcv_text1 span {
	margin: 2px 0 15px 0;
}
.bor_box {
	border: 1px solid #dadad8;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 105px;
}
.event_right {
	float: left;
	margin: 30px 0 10px 0;
}
.event_right img {
	margin-bottom: 12px;
	float: left;
}
.event_right span {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.event_right p {
	font-size: 22px;
	font-weight: bold;
	color: #80807e;
	padding-top: 10px;
}
.event_text {
	font-size: 18px;
	font-weight: normal;
	color: #0092b4;
	display: block;
	padding-bottom: 15px;
}
.reser_lft {
	width: 145px;
	float: left;
	margin-right: 10px;
}
.cont_rpt {
	width: 100%;
	margin-bottom: 9px;
}
.cont_name {
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 7px;
}
.cont_div {
	width: 210px;
	float: left;
}
.cbt_txt {
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	padding-bottom: 21px;
}
.cbt_txt p {
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	display: block;
	padding: 22px 0;
}
.new_rpt1 {
	width: 100%;
	margin-bottom: 20px;
}
.new_rpt {
	width: 100%;
	float: left;
	border: 2px solid #dadada;
	height: 146px;
	margin-bottom: 20px;
}
.his_txt {
	text-align: left;
}
.his_txt p {
	font-size: 13px;
	line-height: 18px;
	color: #5e656f;
	padding: 0 0 30px 0;
}
.his_txt span {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 0 10px 40px 0;
}
.his_txt span img {
	float: right;
}
.his_nm {
	font-size: 22px;
	font-weight: bold;
	color: #3e4c57;
	padding-bottom: 21px;
}
.his_nm p {
	font-size: 15px;
	font-weight: bold;
	color: #3e4c57;
}
.log_rpt {
	width: 70%;
	margin-bottom: 9px;
	float: left;
}
.log_btn {
	width: 20%;
	float: left;
	margin: 25px 0 0 20px;
}
.login_btn {
	width: 100%;
	padding: 5px 0;
}
.login_btn a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #07a5c9;
}
.login_btn a:hover {
	color: #08c6f0;
}
.login_btn img {
	float: right;
}
