::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb {
	background-color: #e6ceca54;
	background-image: -webkit-linear-gradient(45deg,  rgba(255, 255, 255, .4) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .4) 50%,  rgba(255, 255, 255, .4) 75%,  transparent 75%,  transparent);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

body {
	/*! background: url(../images/top.gif) center top no-repeat; */
	background-color: #eee;
	overflow: hidden;
	color: #555;
	font-size: 13px;
	font-family: "Microsoft YaHei",Simsun,Tahoma
}
caption,td,th {
	font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

img {
	border: none
}

li,ol,ul {
	list-style: none
}

button,input,select,textarea {
	font-size: 14px
}

table {
	border-collapse: collapse
}

html {
	overflow-y: scroll
}

	/*！APP*/

.acc {
    margin: 0px 0px 10px 0px;
	background-color: #1a1a1a;
    border-radius: 0 0 6px 6px;
}

.acc ul li {
	width: 10%;
	margin: 10px 0px 0px 0px;
	text-align: center;
	float: left
}

.acc ul li img {
	margin: 0 auto;
	width: 40px !important;
	height: 40px;
	display: block;
	border-radius: 6px
}

.acc ul a {
	font: 11px/28px Tahoma,'Microsoft Yahei',Simsun;
	color: #fff;
	overflow: hidden;
	white-space: nowrap
}

.acc ul a:hover img {
	transform: scale(1.2);
	transition: transform .3s ease-in-out 0s
}
@media only screen and (max-width: 600px){
.acc ul li {
		width: 20%
	} }
	
	/*！栏目*/

        .floating-menu {
            position: fixed;
            width: 72px;
            left: 50%;
            margin-left: 575px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            overflow: hidden;
            bottom: 140px;
            display: block;
        }

        .menu-section {
            padding: 5px;
            height: 34px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            transition: background-color 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .menu-section:last-child {
            border-bottom: none;
        }

        .menu-section:hover {
            background-color: #f5f5f5;
        }

        .menu-section h3 {
            margin: 0;
            font-size: 13px;
            color: #333;
            text-align: center;
        }

        .menu-section p {
            display: none;
        }

        @media (max-width: 768px) {
            .floating-menu {
                display: none;
            } 
        }
    
        .banner-2 {
           width: 100%;
           height: 150px;
        }
        .banner-1 {
           width: 100%;
           height: 100px;
        }
        /* 手机版弹窗适配 */
        @media (max-width: 768px) {
            .banner-1 {
              height: 50px;
            }
            .banner-2 {
                height: 80px;
            }
        }    
            
  	.menu {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 30px auto 5px;
	}
	
        .menu {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 30px auto 5px;
	}
	.menu a {
		display: inline-block;
		color: #fff;
		width: 114px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		border-radius: 4px;
		font-weight: bold;
		border: 2px solid #ffffff;
	}
	.menu a:hover {
		background-color: #dc3545;
	}
  @media (max-width: 768px) {	
.menu {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 2px 2px;
		margin-top: 10px;
	}
	.menu a {
		text-align: center;
		display: block;
		width: 96%;
		height: 33px;
		line-height: 33px;
		color: #fff;
		border-radius: 4px;
		font-size: 16px;
		font-weight: bold;
		border: 2px solid #ffffff;
	}
	.menu a:hover {
		background-color: #89b600;
	}
}

#container {
	width: 980px;
	margin: 0 auto;
	/*! margin-top: 350px */
}

.nav {
	width: 100%;
    margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden
}

.nav li {
	float: left;
	text-align: center;
	display: block;
	width: 96px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #333;
	background: #6495ED;
	border-radius: 3px;
	font-size: 13px;
	transition: color .5s,background-color .5s;
	overflow: hidden
}

.nav li:hover {
	color: #fff;
	background: #94b9fa
}

.toptips {
	width: 100%;
	background: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.toptips li {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	overflow: hidden
}

.toptips li b {
	width: 16px;
	height: 16px;
	font-weight: 700;
	background: #ff0000;
	color: #fff;
	padding: 2px 8px;
	margin-left: 4px;
	font-size: 12px;
	border-radius: 3px
}

.good {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

.good li {
	float: left;
	text-align: center;
	display: block;
	width: 122.5px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	transition: color .5s,background-color .5s;
	overflow: hidden
}

.good li:hover {
	color: #fff;
	background: #ff6ea1
}

.cate {
	width: 100%;
	background: #1a1a1a;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden
}

.cate_name {
	height: 40px;
	width: 100%;
	background: #343a40;
    border-radius: 6px 6px 0 0;
	overflow: hidden
}

.cate .pink {
	background: #ff6ea1
}

.cate .red {
	background: #343a40;
    margin-bottom: 5px;
}

.cate .green {
	background: #00b78d
}

.cate .yellow {
	background: #fcc800
}

.cate .gray {
	background: #788daa
}

.cate .orange {
	background: #fc5a03
}

.cate .black {
	background: #666
}

.cate .blue {
	background: #2cbafc
}


.cate_name p {
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	margin-left: 20px
}

.cate li {
	float: left;
	text-align: center;
	display: block;
	width: 122.5px;
	height: 40px;
	line-height: 40px;
    border-radius: 6px;
	font-size: 14px;
	transition: color .5s,background-color .5s;
	overflow: hidden
}

.cate li:hover {
	color: #dc3545;
	background: #333
}

.cate li b {
	width: 16px;
	height: 16px;
	font-weight: 400;
	background: #fff;
	color: #fff;
	padding: 1px 3px;
	margin-left: 4px;
	font-size: 12px;
	border-radius: 5px
}

.cate_ul {
	margin: 0 auto;
	position: relative;
	max-width: 960px
}

.cate_img {
	margin-left: 8px;
	width: 48px;
	height: 48px
}

.banner img {
	width: 100%;
	margin-bottom: 5px;
	transition: opacity .5s;
	border-radius: 5px
}

.banner img:hover {
	opacity: .7
}

.footerapp img {
	width: 100%;
	margin-bottom: -8px;
	transition: opacity .5s
}

.footerapp img:hover {
	opacity: .7
}

.footer {
	border-radius: 10px 10px 0 0;
	height: auto;
	margin-bottom: 0;
	opacity: .7
}

.footer p {
	text-align: center;
	line-height: 40px;
	color: #fff
}

.footer p a {
	color: #fff
}

.clear {
	clear: both;
	height: 0
}

.side {
	position: fixed;
	bottom: 5px;
	width: 70px;
	left: 50%;
	margin-left: 497px
}

.side_div {
	width: 70px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-top: 2px;
	box-shadow: 0 0 2px #c52622;
	border-radius: 2px
}

.faq {
	position: fixed;
	bottom: 30px;
	width: 70px;
	left: 50%;
	margin-left: 500px
}

.faq_scj {
	width: 70px;
	height: 70px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-top: 1px
}

.faq_div {
    width: 90px;
    height: 32px;
    text-align: center;
    background: #fff;
    margin-top: 5px;
}

.xm {
	position: fixed;
	bottom: 0;
	left: initial;
	right: 0;
	z-index: 1;
	font-size: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px)
}

.xm img {
	width: 100px
}

#scj {
	background: url(../images/scj.png)
}

#top {
	background: url(../images/top.jpg)
}

#dizhi {
	background: url(../images/dizhi.jpg)
}

#guestbook {
	text-align: center;
	line-height: 32px;
    color: #000;
    border-radius: 6px;
	transition: background-color .3s
}

#guestbook:hover {
	background: #dfdfdf
}

.btn {
	padding: 0;
	margin: 0
}

.app {
	box-shadow: 0 0 15px rgba(100,100,100,.1);
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff
}

.navi {
	font-size: 0;
	padding: 5px;
	text-align: center
}

.appico {
	width: calc(12% - 6px);
	margin: 4px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	position: relative
}

.appico p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 13px;
	margin: 0;
	color: #000;
	overflow: hidden
}

.naicon {
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
	margin: 12px
}

.appico img {
	width: 100%
}

.appico:hover .btn-raised {
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.24),0 0 2px -2px rgba(0,0,0,.4),0 1px 12px 0 rgba(0,0,0,.22);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.24),0 0 2px -2px rgba(0,0,0,.4),0 1px 12px 0 rgba(0,0,0,.22)
}

@media screen and (max-width:1200px) {
	.side {
		display: none
	}

	.faq {
		display: none
	}

	.xm {
		display: none
	}
}

@media screen and (max-width:960px) {
	body {
		background-size: 150%
	}

	#container {
		width: 98%;
		/*! margin-top: 41.5% */
	}

	.nav li {
		width: 20%;
		margin-right: -2px;
		height: 35px;
		line-height: 35px
	}

	.toptips li {
		width: 100%;
		margin-right: -2px;
		height: 35px;
		line-height: 35px
	}

	.good li {
		width: 25%;
		height: 35px;
		line-height: 35px
	}

	.cate li {
		width: 20%;
		margin-right: -1px;
		height: 35px;
		line-height: 35px
	}

	.cate_name {
		height: 35px
	}

	.cate_name p {
		font-size: 21px;
		line-height: 35px
	}

	.appico {
		width: calc(25% - 10px)
	}
}

@media screen and (max-width:800px) {
	.nav li {
		font-size: 15px;
		height: 30px;
		line-height: 30px
	}

	.toptips li {
		font-size: 14px;
		height: auto;
		line-height: 30px
	}

	.good li {
		font-size: 15px;
		height: 30px;
		line-height: 30px
	}

	.cate li {
		font-size: 15px;
		height: 35px;
		line-height: 35px
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 20px;
		line-height: 30px
	}
}

@media screen and (max-width:640px) {
	.nav li {
		width: 20%;
		font-size: 12px;
		height: 30px;
		line-height: 30px
	}

	.toptips li {
		width: 100%;
		font-size: 13px;
		height: auto;
		line-height: 30px;
        background-color: #999
	}

	.good li {
		width: 25%;
		font-size: 11px;
		height: 30px;
		line-height: 30px
	}

	.cate li {
		width: 25%;
		font-size: 12px;
		height: 35px;
		line-height: 35px
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 16px;
		line-height: 30px
	}

	.cate li b {
		width: 16px;
		height: 16px;
		font-weight: 400;
		background: rgb(255 255 255);
		color: #fff;
		padding: 2px 3px;
		margin-left: 4px;
		font-size: 11px;
		border-radius: 2px
	}
}