body{
	background-image: url(./img/bg-cat.png)!important;
}
.row{
	display: flex;
	align-items: center;
}
.color-red{color:red}
.m-1{margin:5px}
.m-2{margin:10px}
.mt-1{margin-top:5px}
.mt-2{margin-top:10px}
.overflow-auto{overflow:auto}
.fixed-table-pagination{padding-left:20px}
.color-amount{color: #cc0000}
.color-blue{color: #007bff}
.cancel{color: #ff0000;text-decoration: line-through}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.font-12{font-size:12px}
.cat-pictures img{
	width: 100%;
}
.cat-detail-picture img{
	max-width: 100%;
	max-height: 500px;
}
.bg-white{background:#fff}
.btn-link-blue{
    color: #333;
    background-color: #AEDEE4;
    border-color: #AEDEE4;
}
.btn-link-blue:hover{
    color: #333;
    background-color: #95d3db;
    border-color: #95d3db;
	text-decoration: none;
}

.btn-link-yellow{
    color: #333;
    background-color: #FFD95F;
    border-color: #FFD95F;
}
.btn-link-yellow:hover{
    color: #333;
    background-color: #ffcf3e;
    border-color: #ffcf3e;
	text-decoration: none;
}
.btn-submit-green{
    color: #333;
    background-color: #C8EB69;
    border-color: #C8EB69;
}
.btn-submit-green:hover{
    color: #333;
    background-color: #bae743;
    border-color: #bae743;
}
.btn-submit-pink{
    color: #333;
    background-color: #FFB8C9;
    border-color: #FFB8C9;
}
.btn-submit-pink:hover{
    color: #333;
    background-color: #ff8eab;
    border-color: #ff8eab;
}


html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;

    /*position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;*/
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.logo-big{background:#fff;}
.container {
    /*text-align: center;*/
    /*padding: 15px;*/
    position: relative;
    /*height: 100vh;*/
	/*width: 980px;*/
	margin: auto;
	/*background:#fff;*/
}

.container > h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

.container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}
.container .title {
	text-align: left;
	padding-left: 10px;
}
.cats{
}
.cats > div{
}
.cats > div > img{
}


#map{width: 400px;height:400px;background: #ccc}
.display-flex{display:flex}
.flex{flex:1}
.text-center{text-align:center}
.color-red{color:red}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.display-none{display:none}
.introduce .title{
	text-align: left;
	font-weight: 300;
	font-size: 14px;
}
.introduce .img img{
	width: 100%;
	max-height: 100px;
}



.row img{max-width:100%;}

.form-row{
	overflow:auto;
	margin-bottom: 10px;
}
.form-row-title{
	text-align: left;
    padding-left: 15px;
	margin-bottom: 2px;
}
.form-row-content{
	overflow:auto;
	text-align: left;
    display: flex;
	align-items: center;
}


.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
	height: 90px;
}

.footer p {
    font-size: 14px;
    margin: 0;
}

/* custom */


/**/
.top{
	position: relative;
	text-align: center;
	height: 90px;
}
.animate-box-logo{
	position: absolute;
	top: 0;
	left: 10px;
}
.animate-box-logo .line{
    height: 50px;
    width: 2px;
    background: red;
    margin-left: 14px;	
}
.animate-box-logo .animate-img-fish{
	width: 20px;
	height: 40px;
	margin-left: 5px;
	animation: swing ease-in-out .3s infinite alternate;    
	transform-origin: top;    
	transform-box: fill-box;    
}
.animate-box-logo .animate-img-fish img{
	height: 100%;
}
@keyframes swing {    0% { transform: rotate(8deg); }    100% { transform: rotate(-8deg); }}

.top .summary{
	padding: 20px 0;
}
.top .summary img{
	/*height: 20px;*/
}
.top .logo{
	position: absolute;
	right: 0px;
	top: 0px;
	/*width: 50px;*/
}
.top .logo .site-title{

}
.pictures{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pictures img{
	width: 200px;
	margin: 5px;
	/*max-width: 1002px;*/
}

.contact{
	padding: 10px;
	text-align: center;
}
.contact .city{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact ul{
	list-style:none;
	margin: 0 0 15px 0;
	padding: 10px 25px;
	background: url(./img/bg-contact.jpg) no-repeat;
	margin: auto;
    width: 321px;
    height: 211px;
}
.contact ul li{
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.contact ul li.hint{
	color: #666;
	font-size: 12px;
}
.contact ul li.hint a{
	display: flex;
	align-items: center;
	height: 20px;
	margin-left: 10px;
	color: #64AA23;
}
.contact ul li.hint a img{
	height: 100%;
	margin-left: 5px;
}

.weixin_qrcode{
	width:100%;
}
.weixin_qrcode img{
	width: 100%;
}

ul.nav{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:9999;
	background: yellow;
	display: flex;
	justify-content: space-around;
}
ul.nav li{
	flex: 1;
	text-align: center;
	background: #00B9FE;
	padding: 5px 10px;
}
ul.nav li a{
	color: #fff;
}
ul.nav li a:hover{
	background: #0093ca;
}


/*slider*/
*{
    margin: 0;
    padding: 0;   
    list-style: none;
    text-decoration: none;
}

.hide{
    display: none;
}
#slider{
    position: relative;
    overflow: hidden;
    margin: auto;
}
.slider-ul{
    position: absolute;
    width: 999999999px;
    height: 100%;
}
.slider-ul-li{
	/*
    width: 520px;
    height: 100%;*/
    width: 520px;
    height: 100%;
    display: inline-block;
}
.slider-ul-li-a, .slider-ul-li-a-img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.slider-circlex{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}
.slider-circlex-ul{
    display: inline-block;
    border-radius: 8px;
    background-color: red;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px;
    font-size: 0;
}
.slider-circlex-ul-li{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.slider-circlex-ul-li.active{
    background-color: rgba(0, 255, 13);
}
.slider-btn{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -15px;
}
.slider-btn a{
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}
.slider-btn-next{
    right: -5px;
    border-radius: 50% 0 0 50%;
}
.slider-btn-prev{
    left: -5px;
    border-radius: 0 50% 50% 0;
}
.slider-btn-prev-span, .slider-btn-next-span{
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: 4px;
    position: relative;
}
.slider-btn-prev-span::after, .slider-btn-next-span::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
}
.slider-btn-prev-span::after{
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(-45deg);
    margin-left: -2px;
}
.slider-btn-next-span::after{
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    margin-left: -7px;
}