@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:#2a2a2a;
	font-family:Open Sans;
}
::selection {
	background-color: #cb140d;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-family:Arial, Verdana, Tahoma, "Times New Roman";
	 font-weight:bold;
 }
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
h1{
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 13px;
	border-bottom: 1px solid #929292;
	padding-bottom: 20px;
	width: 88%;
	margin-top: 9px;
	text-align: left;
}
h2{
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 13px;
	padding-top:9px;
}
h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 17px;
	padding-bottom: 11px;
	color: #fff;
}
h4{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #3CF;
}
h6{
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	font-weight: normal;
	padding-left: 14px;
	margin-top: auto;
	color: #FFF;
	background: #e52c15;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	margin-bottom: auto;
	margin-left: 8px;
	margin-right: auto;
}
blue{
	color:#009da0;
}
black{
	color:#000;
}
@font-face
{
	font-family:ari;
	src: url('../fonts/ari.TTF');
}
@font-face
{
	font-family:PT Sans Narrow;
	src: url('../fonts/PT_Sans-Narrow.ttf');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width:100%;
	height:30px;
	text-align:right;
	line-height:30px;
}
.more a{
	text-decoration:none;
	color:#000;
}
.more a:hover{
	color:#F00;
}
.banner{
	width:100%;
	min-width:1060px;
	height:auto;
	background:#1a1a1a;
}
.float{
	width:32px;
	height:auto;
	position:fixed;
	right:0;
	top:180px;
	padding-right:4px;
	z-index:999;
}
.float img{
	transition:width 2s, height 2s;
	-moz-transition:width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
	-webkit-transition:width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
	-o-transition:width 2s, height 2s, -o-transform 2s; /* Opera */
}
.float img:hover{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg); /* Firefox 4 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg); /* Opera */
}
.top{
	width:100%;
	height:172px;
	min-width:1060px;
	background:#000;
}

.banner_inn{
            width: 1060px;
            height: auto;
            margin: auto;
        }
       
 ul.rslides li img{
            width: 1060px;
            height: auto;
        }
.banner-bottom{
	width:100%;
	min-width:1060px;
	height:66px;
	background:#1a1a1a;
}
.center-wrapper{
	width:100%;
	min-width:1060px;
	height:auto;
	background:url(../images/main-bg.jpg) repeat;
}
.footer{
	width:1060px;
	height:auto;
	margin:auto;
}
.top-inside{
	width:1060px;
	height:172px;
	margin:auto;
}
.logo{
	width: 439px;
	height: 172px;
	float: left;
}
.top-right{
	width:553px;
	height:172px;
	float:right;
}
.top-right-row1{
	width: 553px;
	height: 114px;
	padding-top: 10px;
}
.top-right-row2{
	width: 553px;
	height: 28px;
	padding-top: 9px;
}
.phone-number{
	width: 200px;
	height: 31px;
	line-height: 31px;
	text-align: right;
	float: right;
	color: #FFFFFF;
	font-size: 19px;
}
.phone-number:before{
	content:"";
	width:31px;
	height:31px;
	position:absolute;
	background:url(../images/phone.png) no-repeat;
	margin-left: -40px;
}
.phone-number-bottom{
	width: 553px;
	height: auto;
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.nav_wrapper{
	width:1060px;
	height:35px;
	margin:auto;
}
.nav{
	width: 850px;
	height: 28px;
	margin: auto;
	line-height: 28px;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
}
/*.nav ul li{
	list-style: none;
	float: right;
}
.nav ul li a{
	color:#fff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	display:block;
	margin-left:3px;
	margin-right:3px;
}
.nav ul li a:hover{
	color:#fff;
	text-decoration:none;
	background:#009da0;
	border-radius:5px;
}
*/.nav-act{
	color:#fff !important;
	text-decoration:none;
	background:#009da0 !important;
	border-radius:5px;
}
.banner-center{
	width:1060px;
	height:66px;
	margin:auto;
}
.banner-bottom-addrss{
	width: 544px;
	height: 66px;
	float: left;
	font-size: 14px;
	line-height: 66px;
	text-align: left;
	padding-left: 50px;
	color: #FFFFFF;
	background-image: url(../images/icon-address.png);
	background-position: left;
	background-repeat: no-repeat;
}
.banner-bottom-map{
	width: 141px;
	height: 66px;
	float: left;
	font-size: 14px;
	line-height: 66px;
	text-align: left;
	padding-left: 36px;
	color: #009da0;
	background-image: url(../images/map-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.banner-bottom-map a{
	text-decoration:none;
	color: #009da0;
}
.banner-bottom-name{
	width: 275px;
	height: 66px;
	float: right;
	font-size: 14px;
	line-height: 66px;
	text-align: right;
	color: #fff;
	background-position: left;
	background-repeat: no-repeat;
	font-family:Dancing Script;
	font-size: 29px;
}
.center-inside{
	width:1060px;
	height:auto;
	margin:auto;
	color:#fff;
	font-size:13px;
	line-height:28px;
	text-align:justify;
}
.center-inside-in{
	width: 1060px;
	height: auto;
	margin: auto;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 30px;
	padding-top: 20px;
	border-top:1px solid #333;
}
.home-left{
	width: 683px;
	height: auto;
	float: left;
	padding-right: 29px;
}
.home-right{
	width: 332px;
	float: left;
	margin-left: 16px;
}
.news{
	width: 332px;
	height: 114px;
	border-left: 1px solid #ccc;
}
.readmore{
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: right;
	margin-top: 12px;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 14px;
	background-image: url(../images/read-aero.png);
	background-position: right;
	background-repeat: no-repeat;
}
.readmore a{
	text-decoration:none;
	color:#fff;
}
.readmore a:hover{
	text-decoration:none;
	color:#ccc;
}
.home-scroll{
	width: 1050px;
	height: 312px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	padding-bottom:31px;
}
.scroll-box{
	width: 225px;
	height: 264px;
	background: #009da0;
	border-radius: 10px 44px;
	border: 8px solid #fff;
}
.scroll-title{
	width: 225px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
}
.scroll-image{
	width: 225px;
	height: 214px;
	text-align: center;
	border-top-right-radius: 44px;
	border-bottom-left-radius: 32px;
	background:#fff;
}
.scroll-image img{
	text-align: center;
	background-color: #000099;
	border-top-right-radius: 44px;
	border-bottom-left-radius: 32px;
}
.footer-link{
	width: 1060px;
	height: auto;
	text-align: left;
	margin: auto;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-link a{
	text-decoration:none;
	color:#b4b4b4;
	margin-right:20px;
}
.footer-link a:hover{
	color:#fff;
}
.footer-left{
	width:400px;
	height:auto;
	float:left;
	text-align:left;
	font-size: 12px;
	color:#b4b4b4;
	padding-bottom:28px;
	line-height:18px;
}
.footer-right{
	width:400px;
	height:auto;
	float:right;
	text-align:right;
	font-size: 12px;
	color:#b4b4b4;
	padding-bottom:28px;
	line-height:18px;
}
.footer-right a{
	text-decoration:none;
	color:#b4b4b4;
}
.footer-right a:hover{
	color:#fff;
}
.services{
	width: auto;
	position: relative;
	height: auto;
	font-size: 13px;
	text-align: left;
	float: left;
	background: #5E5E5E;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	border-radius: 10px;
}
.services a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.services a:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
	border-radius: 10px;
}
.service-left{
	width: 560px;
	height: auto;
	float: left;
}
.service-right{
	width:500px;
	height:auto;
	float:left;
	text-align:center;
}
.c-section-two{
	width: 100%;
	height: auto;
	/* [disabled]padding-top: 12px; */
}
.contact-left{
	width: 486px;
	height: auto;
	float: left;
	background: url(../images/cont.png) no-repeat right;
}
.contact-left a{
	text-decoration:none;
	color:#fff;
}
.contact-left a:hover{
	text-decoration:none;
	color:#C00;
}
.contact-right{
	width: 574px;
	height: auto;
	float: left;
	margin-left: 0px;
}
.input{
	width: 467px;
	height: 22px;
	margin-bottom: 11px;
	border: 1px solid #666666;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #666666;
	border-radius: 8px;
	outline:none;
	color:#fff;
}
.text{
	width: 467px;
	height: 100px;
	border: 1px solid #666666;
	font-size: 12px;
	margin-bottom: 11px;
	font-family:Arial, Verdana, Tahoma;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	resize: vertical;
	background-color: #666666;
	border-radius: 8px;
	outline:none;
	color:#fff;
}
.but{
	width: auto;
	height: auto;
	padding: 5px;
	border: none;
	background: #1c74b3;
	color: #fff;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
.but:hover{
	background:#000;
}
.but2{
	width: auto;
	height: auto;
	padding: 5px;
	border: none;
	background: #000;
	color: #fff;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
.but2:hover{
	background:#666;
}
.map{
	width:1040px;
	height:300px;
	border:5px solid #fff;
}
.product-wrapper{
	width: 236px;
	height: auto;
	float: left;
	margin-bottom: 13px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 13px;
}
.product-wrapper:hover{
	background:rgba(0,0,0,0.2)
}
.product-img-title{
	width: 225px;
	height: 20px;
	margin: 6px;
	text-align: center;
}
.product-img{
	width: 223px;
	height: 150px;
	background: #CCC;
	text-align: center;
	position:relative;
}
.product-img img{
	width:auto;
	height:auto;
	min-width:100%;
	max-height:100%;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.appointment{
	width: 200px;
	height: 30px;
	background: #069900;
	float: right;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	border-radius: 26px;
}
.appointment a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:block;
}
.appointment a:hover{
	background:#360;
	border-radius: 26px;
}
.ncat{
	font-size: 16px;
	color: #0CF;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:default;
}
.fb_like{
	width: 50px;
	height: 20px;
	position: absolute;
	margin-top: -33px;
	margin-left: -300px;
}
.timeing{
	width: 212px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	float: right;
	background: #F00;
	margin-top: 20px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 24px;
}
#tourism a{
	text-decoration:none;
	color:#fff;
}
#tourism a:hover{
	color:#08C5BD;
}
