﻿ /*去除ie内核样式*/
::-ms-clear, ::-ms-reveal{display: none !important;}

#main .bookyuanicon {
	position: absolute;
	bottom: 17px;
	right: 15px;
	z-index: 35;
	border: none;
}

#main .bookjticon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 35;
	border: none;
	animation: jt 1s infinite;
}

.p-fx {
	text-align: center;
	margin-top: 10px !important;
	display: inline-block !important;
	border: 0 !important;
}

.p-jh {
	height: 26px !important;
	text-align: center;
	margin-top: 72px !important;
	display: inline-block !important;
	border: 0 !important;
}

.p-jh a:hover {
	color: #d9101c !important;
}

@keyframes jt {
	0% {
		right: 5px;
		bottom: 5px;
	}

	10% {
		right: 4px;
		bottom: 4px;
	}

	20% {
		right: 3px;
		bottom: 3px;
	}

	30% {
		right: 2px;
		bottom: 2px;
	}

	40% {
		right: 1px;
		bottom: 1px;
	}

	50% {
		right: 0px;
		bottom: 0px;
	}

	60% {
		right: 1px;
		bottom: 1px;
	}

	70% {
		right: 2px;
		bottom: 2px;
	}

	80% {
		right: 3px;
		bottom: 3px;
	}

	90% {
		right: 4px;
		bottom: 4px;
	}

	100% {
		right: 5px;
		bottom: 5px;
	}

}

body {
	background: url(../images/bb_02.jpg);
}

/*************************#header*/
#topnav {
	width: 100%;
	height: 77px;
	background: url(../images/topnavbg_01.png)repeat-x center center;
	border-bottom: 1px solid #44403d;
	box-shadow: 0px 2px 1px 1px #111315;
	text-align: center;
}

#topnav .navbox {
	width: auto;
	height: 140px;
	margin: 0 auto;
	justify-content: space-around;
	background: url(../images/navck.png)no-repeat;
	list-style: none;
    padding: 0px;
    display: inline-block;
    overflow: auto;
    margin-top: -1px;
}

#topnav .navbox a {
	color: #afb0b0;
	font-size: 14px;
}

#topnav .navbox li {
	display: inline;
    float: left;
	cursor: pointer;
	height: 30px;
	margin: 0 20px;
	margin-top: 38px;
}

#topnav .navbox li:nth-child(5) {
	margin: 0;
}

.smheader .topnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../images/topnavbg_01.png)repeat-x center center;
	border-bottom: 1px solid #44403d;
	box-shadow: 0px 2px 1px 1px #111315;
	z-index: 9999;
	display: none;
	text-align: center;
}

.topnav .navbox {
	width: auto;
	height: 140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	list-style: none;
    padding: 0px;
    display: inline-block;
    overflow: auto;
    margin-top: -1px;
}

.topnav .navbox a {
	color: #afb0b0;
	font-size: 14px;
}

.topnav .navbox li {
	display: inline;
    float: left;
	cursor: pointer;
	height: 30px;
	margin: 0 20px;
	margin-top: 14px;
}

.topnav .navbox li img {
	width: 200px;
	margin-top: 5px;
}

.topnav .navbox li:nth-child(5) {
	margin: 0;
}

/************************************footer*/
.footer {
	width: 100%;



}

.gytitle {
	display: block;
	margin: 0 auto;
}

.footer .hf {
	width: 100%;
	height: 232px;
	margin-top: 20px;
	background: url(../images/footerpic_02.png)no-repeat center center;
}

.mapandtel {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: #1c1c1c;
	border-radius: 40px;
	margin-top: -20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #2e2527;
	color: #8e8e8e;
	font-size: 14px;
}

.mapandtel img {
	display: inline-block;
	margin-right: 10px;
}

.footer .formbox {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer .formbox>p:nth-child(1) {
	font-size: 18px;
	color: #8e8e8e;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 42px;
}

.footer .formbox>p:nth-child(1) span {
	font-size: 12px;
	color: #8e8e8e;
	line-height: 18px;
	font-weight: 100;
}

#myform {
	width: 1000px;

}

#myform>div {
	justify-content: space-between;
	width: 1000px;
}

#myform>div>div {
	width: 306px;
    height: 25px;
    border-bottom: 1px solid #8e8e8e;
    color: #8e8e8e;
    font-size: 14px;
    display: inline-block;
    margin-right: 36px;

}
#myform>div>:last-child{
	margin-right: 0px;
}

#myform>div>div input {
	margin-left: 3px;
	border: none;
	height: 24px;
	width: 254px;
	outline: none;
	BACKGROUND-COLOR: transparent;
	color: #8e8e8e;
}

#myform p {
	margin-top: 50px;
	width: 1000px;
	display: flex;
	height: 77px;
	border-bottom: 1px solid #8e8e8e;
	color: #8e8e8e;
	font-size: 14px;
}

#myform p input {
	margin-left: 3px;
	border: none;
	padding-bottom: 55px;
	width: 955px;
	outline: none;
	BACKGROUND-COLOR: transparent;
	color: #8e8e8e;
}
#myform p textarea {
	margin-left: 3px;
	border:none;
	padding-bottom: 55px;
	width: 900px;
	outline: none;
	BACKGROUND-COLOR: transparent;
	color: #8e8e8e;
}

#myform .submit {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 188px;
	height: 45px;
	border-radius: 45px;
	background: #dc1414;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 45px;
	border: none;
	outline: none;
}

#myform .submit:hover {
	background: #ff0000;
}

/***************************loginbox*/
#loginbox {
	width: 366px;
	height: 375px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #ffffff;
	z-index: 999;
	border-radius: 20px;
	overflow: hidden;
	display: none;
}

#loginbox .closebtn {
	position: absolute;
	top: 15px;
	left: 334px;

}

#loginbox .p1 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #51545a;
	margin-top: 29px;
	margin-bottom: 12px;
}

#loginbox .line {
	width: 50px;
	margin: 0 auto;
	height: 2px;
	background: #51545a;
	margin-bottom: 15px;
}

#loginbox .p2 {
	font-size: 12px;
	line-height: 12px;
	color: #a5a5a6;
	text-align: center;
	margin-bottom: 29px;
}

#Loginform>div {
	width: 318px;
	height: 40px;
	border: 1px solid #c2c2c3;
	border-radius: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}

#Loginform>div .icon {
	display: inline-block;
	margin-top: 9px;
	margin-left: 18px;
}

#Loginform>div input {
	width: 150px;
	height: 20px;
	font-size: 16px;
	color: #a8a8a9;
	margin-top: 7px;
	outline: none;
	border: none;
	padding-left: 5px;
}

#Loginform>div .yzmbtn {
	width: 127px;
	height: 42px;
	border: 1px solid #a8a8a9;
	background: #ffffff;
	color: #a8a8a9;
	font-size: 14px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	position: absolute;
	margin: 0;
	top: -1px;
	right: -1px;

}

#Loginform>div .yzmbtn:hover {
	border: 1px solid #d9101c;
	background: #d9101c;
	color: #FFFFFF;
}

#Loginform>div .nodisabledbtn {
	border: 1px solid #d9101c !important;
	color: #d9101c !important;
}

#Loginform>div .nodisabledbtn:hover {
	color: #FFFFFF !important;
}

#Loginform .submit {
	display: block;
	width: 320px;
	height: 42px;
	background: #d9101c;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 42px;
	border: none;
	outline: none;
	margin-top: 40px;
}


/*******************rightnav*/
#rightnav {
	position: fixed;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 128px;
	height: 494px;
	background: url(../images/rnavbg.png)no-repeat center center;
	overflow: hidden;
	z-index: 999;
}

#rightnav ul {
	margin: 0 auto;
	margin-top: 183px;
	width: 110px;
	height: 223px;
	background: url(../images/rctbg.png)no-repeat center center;
	overflow: hidden;
}

#rightnav ul li {
	width: 85%;
	height: 69px;
	margin-left: 5px;
	border-bottom: 1px solid #f7cdcd;
	overflow: hidden;
}

#rightnav ul li:nth-child(1) {

	height: 82px;
}

#rightnav ul li img {
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 7px;
}

#rightnav ul li p {
	font-size: 12px;
	line-height: 12px;
	color: black;
	text-align: center;
	margin-top: 7px;
}

#rightnav ul li:nth-child(1) p {
	font-size: 12px;
	margin: 0 auto;
	line-height: 12px;
	margin-bottom: 5px;
	color: red;
	text-align: center;
	font-weight: 600;
}

#rightnav ul li:nth-child(3) {
	border-bottom: none;
}

#rightnav .backtop {
	width: 112px;
	height: 67px;
	display: block;
	margin: 0 auto;
}