body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "microsoft yahei", arial;
	position: relative;
	color: #333333;
	min-width: 1300px;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.w {
	width: 1300px;
	margin: auto;
}

.none {
	display: none;
}

.search-ms {
	display: none;
}

.search-form {
	background-color: #f2f2f2;
	padding: 6px 10px 8px;
	position: relative;
	overflow: hidden
}

.search-form input {
	border: 0;
	width: 100%;
	padding: 9px 10px;
	font-size: 13px;
	box-sizing: border-box;
}

.search-form button {
	border: 0;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 34px;
	color: #aaa;
	background: none
}

.search-form button i {
	font-size: 2rem
}


.phoneNav a:hover,
.iphone-menu ul li a:hover {
	text-decoration: none;
}

.header .nav-bar {
	position: relative;
	width: 32px;
	height: 24px;
	float: right;
	margin-top: 12px;
	display: none;
}

.header .nav-bar .line {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #c0a161;
	border-radius: 2px;
	transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
	-webkit-transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
}

.header .nav-bar .line.top-line {
	top: 0;
}

.header .nav-bar .line.middle-line {
	top: 10px;
}

.header .nav-bar .line.bottom-line {
	bottom: 0;
}

.header .nav-bar.active .line.top-line {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

.header .nav-bar.active .line.middle-line {
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.header .nav-bar.active .line.bottom-line {
	bottom: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

/*头部*/
/* header */
.header-logo {
	height: 85px;
}

.header .logo {
	margin-top: 10px;
}

.header .logo img {
	/* height: 45px; */
}

.header .search {
	width: 200px;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	margin-right: 40px;
}

.header .search input {
	width: 140px;
	height: 35px;
	margin-top: 2px;
	padding-left: 15px;
	border: none;
	background: none;
}

.header .search input:focus {
	outline: none;
}

.nav-second {
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(192,161,97,.6);
	z-index: 9;
	display: none;
}

.nav-second li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav-second li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: .3s;
}

.nav-second li a:hover {
	color: #fbfe19;
}

.header .search img {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}

.webGrope {
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	cursor: pointer;
	transition: .3s;
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding-left: 22px;
	transition: .2s;
}

.webGrope:hover{
	background: #c0a161;
	border: 1px solid #c0a161;
}
.webGrope img.on{
	display: none;
}
.webGrope:hover img.on{
	display: inline-block;
}
.webGrope:hover img.not-on{
	display: none;
}
.webGrope:hover span{
	color: #fff;
}
.webGrope span {
	position: relative;
	top: 1px;
	left: 5px;
}

.header-nav {
	background: #c0a161;
}

.header-nav-list>li {
	width: 142px;
	float: left;
	text-align: center;
	position: relative;
}

.header-nav-list>li.on::before {
	content: "";
	width: 120px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 11px;
	background: #fff;
}

.header-nav-list>li::after {
	content: "";
	width: 1px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 0;
	background: #cfb276;
}

.header-nav-list>li:last-child::after {
	display: none;
}

.header-nav-list>li>a {
	color: #fff;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

/* header--end */
.footer {
	background: #c0a161;
	padding: 30px 0;
}

.footer ul {
	float: left;
	margin-left: 30px;
}

.footer dl {
	float: right;
	margin-right: 30px;
}

.footer dl dt {
	float: left;
}

.footer dl dt img {
	width: 102px;
	height: 102px;
}

.footer dl dd {
	margin-left: 118px;
	color: #fff;
	padding-top: 55px;
}

.footer dl dd p {
	margin-bottom: 4px;
}

.footer ul li.link {
	margin-bottom: 20px;
}

.footer ul li.link a {
	color: #fff;
}

.footer ul li.link a:hover {
	text-decoration: underline;
}

.footer ul li {
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}

.mask.on {
	display: block;
}

.mask {
	position: fixed;
	top: 0;
	right: 486px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 18, 18, 0.6);
	z-index: 6;
	display: none;
	transition: 320ms 0ms;
}

.web-group-warp {
	width: 486px;
	position: fixed;
	top: 0;
	right: -486px;
	bottom: 0;
	background: #fff;
	z-index: 9;
	transition: 360ms 0ms;
}

.web-group-warp.on {
	right: 0;
	transition: 360ms 0ms;
	overflow-y: auto;
}

.web-group-warp .title {
	height: 70px;
	background: #c0a161;
	position: relative;
}

.web-group-warp .title p {
	font-size: 24px;
	color: #fff;
	margin-left: 15px;
	height: 70px;
	line-height: 68px;
}

.web-group-warp .title p img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.web-group-warp .title span {
	position: absolute;
	right: 15px;
	top: 24px;
	cursor: pointer;
}

.web-group-item {
	width: 436px;
	margin: auto;
}

.web-group-item-title {
	font-size: 18px;
	color: #fff;
	margin: 15px 0;
}

.web-group-item-title span {
	display: inline-block;

	padding: 5px 16px;
	border-radius: 0 20px 0 20px;
}

.web-group-item-title.item-title1 span {
	background: #c0a161;
}

.web-group-item-title.item-title2 span {
	background: #c0a161;
}

.web-group-item-title.item-title3 span {
	background: #c0a161;
}

.web-group-item-title.item-title4 span {
	background: #c0a161;
}

.web-group-item-title.item-title5 span {
	background: #c0a161;
}

.web-group-item ul li {
	border-bottom: 1px solid #e9e9e9;
	height: 37px;
	line-height: 37px;
	background: url(../img/link-ico.png) no-repeat right center;
	transition: .3s;
}

.web-group-item ul li:hover {
	/* background: url(../img/link-ico-on.png) no-repeat right center; */
	background: url(../img/link-ico.png) no-repeat right center;
}

.web-group-list {
	position: absolute;
	top: 70px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.web-group-item ul li a {
	color: #333;
	font-size: 14px;
	display: inline-block;
	width: 415px;
}

.web-group-item ul li:hover a {
	color: #c0a161;
}

.iphone-mark.on {
	display: block;
}

.iphone-mark {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(18, 18, 18, 0.6);
	z-index: 5;
	display: none;
	transition: 320ms 0ms;
}

.iphone-menu {
	width: 210px;
	height: 100%;
	position: fixed;
	right: -220px;
	top: 50px;
	background: -o-linear-gradient(left, #947644, #d7c094) !important;
	background: -moz-linear-gradient(left, #947644, #d7c094) !important;
	background: -webkit-linear-gradient(left, #947644, #d7c094) !important;
	z-index: 110;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	z-index: 19;
}

.pusher {
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
}

.pusher.on {
	transform: translate(-210px, 0px);
}

.iphone-menu.on {
	transform: translate(-210px, 0px);

	transition: .3s;
	overflow-y: auto;
}

.iphone-menu span {
	display: none;
	width: 25px;
	height: 25px;
	color: #249add;
	position: absolute;
	font-size: 4rem;
	right: 1rem;
	top: -1rem;
	transition: 360ms ease-in-out;
	cursor: pointer;
}

/*手机二级*/
.dropmenu-menu {
	display: none;
	background: #fff;
}

.dropmenu-menu a {
	color: #333;
	display: block;
	height: 2.5rem;
	line-height: 2.6rem;
	font-size: 14px;
	text-align: center;
}

.dropmenu-third a {
	color: #333;
	display: block;
	height: 2.5rem;
	line-height: 2.6rem;
	font-size: 12px;
	text-align: center;
}

.dropmenu-menu>li {
	border-bottom: 1px solid #d2d2d2;
}

.dropmenu {
	text-align: left;
	position: relative;

}

.dropmenu>a {
	color: #fff;
	display: block;
	height: 2.5rem;
	line-height: 2.6rem;
	font-size: 14px;
	text-align: center;
}

.dropmenu.active>span {
	opacity: 1;
	transform: scale(1);
}

.dropmenu.active>a:after {
	transform: scale(1, 1);
}

.dropmenu.active>a {
	color: #fff;
}

.dropmenu>a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #947644, #d7c094) !important;
	background: -moz-linear-gradient(left, #947644, #d7c094) !important;
	background: -webkit-linear-gradient(left, #947644, #d7c094) !important;
	transform: scale(1, 0);
	transition: all .38s;
	z-index: -1;
}

.dropmenu>span {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 30px;
	top: 19px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	opacity: 0;
	transform: scale(0);
	transition: all .38s;
	z-index: 2;
}

.Usg-mainmenu {
	/*  margin-top:40px;*/
}

.Usg-mainmenu>li.active>span {
	/* border-top: 0.5rem solid #009fca;*/
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}

.am-direction-nav {
	display: none;
}
.slide-warp.pc{
	display: block;
}
.slide-warp.ms{
	display: none;
}
.nodata {
    text-align: center;
    margin-top: 10%;
}
.nodata .img img{
	width: 120px;
}
.nodata .text{
	font-size: 16px;
	    color: #5d5959;
	    margin-top: 15px;
}
