body {
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
	background-color: #fff;
	min-width: 1226px;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

body {
	background: #fff;
}

.top {
	height: 38px;
	line-height: 38px;
	background: #f1e5d7;
}

.top .float-left li {
	float: left;
	list-style: none;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
}

.top .float-left li:after {
	content: "";
	height: 14px;
	width: 1px;
	position: absolute;
	background: #725533;
	top: 12px;
	right: 0px;
}

.top .float-left li a {
	color: #725533;
}

.top .float-left li a:hover {
	color: #f6594e
}

.top .float-left li:hover a {
	color: #f6594e
}

.top .float-left li:last-child:after {
	display: none;
}

.top .float-left li a:hover {
	color: #f6594e;
}

.top .float-left form input[type="text"] {
	height: 25px;
	text-indent: 1em;
	font-size: 14px;
	width: 218px;
	float: left;
	border: 1px solid #e7ca9f;
	border-right: 0px;
	margin-top: 7px;
	background: #fff6eb;
	outline: none;
}

.top .float-left form input[type="submit"] {
	float: left;
	height: 25px;
	margin-top: 7px;
	background: #e83428;
	border: #e83428;
	width: 30px;
	font-family: "iconfont" !important;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.top .float-right {
	font-size: 14px;
	color: #725533;
}

.top .float-right a {
	margin-left: 10px;
	color: #725533;
	position: relative;
}

.top .float-right a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #725533 transparent transparent transparent;
	right: -20px;
	top: 7px;
}

.top .float-right li {
	float: right;
	margin-right: 30px;
	margin-left: 20px;
	list-style: none;
	width: 100px;
	text-indent: 0.2em;
	line-height: 36px;
	position: relative;
	border-top: 0px;
	transition: 0.5s;
}

.top .float-right li ul {
	padding: 0;
	margin: 0;
	float: left;
	height: 0px;
	width: 100%;
	background: #fff;
	position: absolute;
	transition: 0.5s;
	overflow: hidden;
}

.top .float-right li:hover ul {
	height: 108px;
	transition: 0.s;
}

.top .float-right li ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.top .float-right li ul li:hover a {
	color: #f6594e
}

.top .float-right li ul li a:hover {
	color: #f6594e;
}

.top .float-right li ul li a:after {
	display: none;
}

.top .float-right li:hover {
	background: #fff;
	border-top: 0px;
}

.bdsharebuttonbox.bdshare-button-style1-32 a {
	background: url(../images/icons_1_32.png) !important;
}

.bdsharebuttonbox.bdshare-button-style1-32 a.bds_qzone {
	background-position: 0 -52px !important;
}

.bdsharebuttonbox.bdshare-button-style1-32 a.bds_tsina {
	background-position: 0 -104px !important;
}

.bdsharebuttonbox.bdshare-button-style1-32 a.bds_weixin {
	background-position: 0 -1612px !important;
}

.top .float-right li:hover li {
	border: 0px;
}

.logo {
	height: 95px;
	line-height: 95px;
	background: #fff6eb;
}

.logo div.float-right a {
	color: #725533;
	font-size: 18px;
	padding-left: 50px;
	margin-left: 35px;
	float: left;
}

.logo div.float-right a:nth-child(1) {
	background: url(../images/index1.png) left no-repeat;
}

.logo div.float-right a:nth-child(2) {
	background: url(../images/index3.png) left no-repeat;
}

.logo div.float-right a:nth-child(3) {
	background: url(../images/index3.png) left no-repeat;
}

.logo div.float-right a:hover {
	font-weight: bold;
}

.header {
	height: 45px;
	line-height: 45px;
	background: #4497df;
}

.header li {
	list-style: none;
	float: left;
	padding: 0 25px;
	position: relative;
  z-index:99999999999
}

.header li:hover {
	background: #e5c695;
}

.header li a {
	color: #fff;
	display: block;
	font-size: 16px;
}

.header li ul.one {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
	background: #E5C695;
	display: none;
}

.header li ul {
	z-index: 999;
}

.header li ul.one li {
	border-bottom: 1px solid #fff;
}

.header li ul.one li:last-child {
	border-bottom: 0px;
}

.header li:hover ul {
	display: block;
}

.header li ul.one li:hover {
	background: #896c47;
}

.header li ul.two {
	display: none;
	position: absolute;
	background: #896c47;
	padding: 0;
	left: 0;
	width: 100%;
}

.header li:hover ul.two {
	display: block;
}

.header li ul.two li {
	background: #896c47;
	width: 100%;
	text-align: center;
}

.header li ul.two li a {
	color: #e5c695;
	font-size: 14px;
}

.header li ul.two li:hover a {
	color: #fff;
}

.header li ul.two li ul {
	left: 100%;
	position: absolute;
	background: #E6C896;
	top: 0;
	padding: 0;
	width:561px;
	height: 45px;
}

.header li ul.two li ul li {
	float: left;
	padding: 0 10px;
	background: #E6C896;
	    width: 187px;
}

.header li ul.two li ul li a {
	color: #725533;
}

.header li ul.two li ul li a:hover {
	color: #e5c695;
}

.header li ul.two li:hover ul {
	background: #896c47;
}

.header li ul.two li:hover ul li {
	background: #896c47;
}

.index_one {
	margin-top: 30px;
}

.index_one .kuai {
	width: 237px;
	height: 155px;
	float: left;
	text-align: center;
	margin-right: 10px;
	background: url(../images/29index1.jpg) no-repeat;
	padding: 5px;
}

.index_one .kuai:last-child {
	margin-right: 0;
}

.index_one .kuai img {
	margin-top: 8px;
	width: 207px;
	margin-left: 2px;
	height: 92px;
}

.index_one .kuai h3 {
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #333;
}

.index_one .kuai p {
	font-size: 14px;
	margin: 0;
	color: #999;
}

.index_one .kuai:hover {
	opacity: 0.8;
}

.index_two {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.index_two .left {
	background: url(../images/beijing2.jpg);
	float: left;
	width: 226px;
	height: 373px;
}

.index_two_left .hd {
    float: left;
    width: 87%;
    line-height: 60px;
    margin-left: 6.5%;
    border-bottom: 2px solid #fff;
}

.index_two_left .hd li {
	font-size: 18px;
	float: left;
	width: 49%;
	text-align: center;
	height: 40px;
	position: relative;
	border: 1px solid #eee;
	margin-top: 28px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 0px;
}

.index_two_left .hd li:after{
	display:none;
}

.index_two_left .hd li:nth-child(2) {
	float: right;
}

.index_two_left .hd li span {
	cursor: pointer;
	margin-top: 9px;
	display: block;
	height: 40px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	line-height: 40px;
  	color:#fff;
}

.index_two_left .hd li  {
	background: none;
	color: #333;
	border: 2px solid #fde395;
  	border-bottom:0px;
}
.index_two_left .hd li.on span{
	color:#fff;
}
.index_two_left .hd li.on{
	background: #eb6252;
	color: #fff;
	border: 2px solid #fff;
  	border-bottom: 0px;
}
.index_two_left .bd {
	padding: 20px 15px;
	float: left;
	width: 100%;
}

.index_two_left .bd .select {
	width: 100%;
	height: 38px;
	border: 0px solid #BEA365;
	line-height: 38px;
	text-indent: 2em;
	background: #fff url(../images/beijingsnjiao.png) 168px no-repeat;
	margin-bottom: 15px;
}



.index_two_left .bd .select a {
	display: block;
	color: #A9A9A9;
}

.index_two_left .bd .select .dropdown-menu {
    top: -4px !important;
    border-top: 0px;
    border-radius: 0px;
    padding: 0;
    width: 196px;
    left: -1px !important;
    height: 200px;
    overflow: overlay;
}

.index_two_left .bd .select .dropdown-menu li:hover {
	background: #e5c695;
	cursor: pointer;
}

.index_two_left .bd .select .dropdown-menu li:hover a {
	color: #fff;
}

.index_two_left .bd input[type="text"] {
	width: 100%;
	height: 38px;
	border: 0px solid #BEA365;
	margin-bottom: 15px;
	text-indent: 2em;
	color: #A9A9A9;
}

.index_two_left .bd input[type="text"]:hover {}

.index_two_left .bd input[type="tel"] {
	width: 100%;
	height: 38px;
	color: #A9A9A9;
	border: 0px solid #BEA365;
	text-indent: 2em;
	margin-bottom: 15px;
}

.index_two_left .bd input[type="submit"] {
	width: 100%;
	cursor: pointer;
	background: #f6594e;
	height: 38px;
	border: 1px solid #f6594e;
	color: #fff;
	font-size: 18px;
}

.index_two_left .bd input[type="submit"]:hover {
	opacity: 0.8;
}

.index_two_left .bd div {
	position: relative;
}

.index_two_left .bd div:before {
	content: "*";
	color: red;
	position: absolute;
	top: 10px;
	left: 15px;
}

.index_two_left .bd li.select:before {
	content: "*";
	color: red;
	position: absolute;
	top: 1px;
	left: -13px;
}

.index_two_left .bd li.select {
	position: relative;
}

input::-webkit-input-placeholder {
	color: #A9A9A9;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #A9A9A9;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #A9A9A9;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #A9A9A9;
}

.index_two .center {
	float: left;
	margin-left: 18px;
	border: 1px solid #fff;
	width: 926px;
	height: 371px;
	padding: 0 18px;
	background: #fff;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index_two .center .hd {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #f3e0c3;
}

.index_two .center .hd li {
	float: left;
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.index_two .center .hd li.on {
	color: #f6594e;
}

.index_two .center .hd li.on span {
	border-bottom: 2px solid #F6594E;
	padding-bottom: 11px;
}

.index_two .center .bd {
	padding: 20px;
}

.index_two .center .bd .index_two_center_top a {
	color: #333;
	font-size: 18px;
}

.index_two .center .bd .index_two_center_top a:hover {
	color: #e83428;
}

.index_two .center .bd .index_two_center_top {
	margin-bottom: 8px;
}

.index_two .center .bd .leftc {
	float: left;
}

.index_two .center .bd .leftc img {
	width: 200px;
	height: 205px;
}

.index_two .center .bd .rightc {
	float: right;
	width: 288px;
}

.index_two .center .bd .rightc li {
	margin-bottom: 10.5px;
}

.index_two .center .bd .rightc li a {
	color: #666666;
	font-size: 14px;
}

.index_two .center .bd .rightc li a:hover {
	color: #e83428;
}

.index_two .right {
	border: 1px solid #f3e0c3;
	width: 310px;
	float: right;
	height: 341px;
}

.index_two .right .hd {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #f3e0c3;
}

.index_two .right .hd li {
	float: left;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.index_two .right .hd li.on {
	color: #f6594e;
}

.index_two .right .hd li.on span {
	border-bottom: 2px solid #F6594E;
	padding-bottom: 11px;
}

.index_two .right .bd {
	padding: 20px;
}

.index_two .right .bd li {
	padding-left: 20px;
	margin-bottom: 11px;
	position: relative;
	list-style-position: outside;
}

.index_two .right .bd li a {
	color: #333;
}

.index_two .right .bd li:before {
	position: absolute;
	content: "1";
	background: url(../images/index7.png) center no-repeat;
	width: 17px;
	height: 18px;
	float: left;
	background-size: 106%;
	left: -2px;
	top: 2px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
}

.index_two .right .bd li:nth-child(1):before {
	content: "1";
}

.index_two .right .bd li:nth-child(2):before {
	content: "2";
}

.index_two .right .bd li:nth-child(3):before {
	content: "3";
}

.index_two .right .bd li:nth-child(4):before {
	content: "4";
}

.index_two .right .bd li:nth-child(5):before {
	content: "5";
}

.index_two .right .bd li:nth-child(6):before {
	content: "6";
}

.index_two .right .bd li:nth-child(7):before {
	content: "7";
}

.index_two .right .bd li:nth-child(8):before {
	content: "8";
}

.index_two .right .bd li:nth-child(9):before {
	content: "9";
}

.index_two .right .bd li a:hover {
	color: #e83428;
}

.index_three {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.index_three.sygb {
	background: url(../images/beijing4.jpg);
	padding-bottom: 32px;
	margin-top: 0px;
	padding-top: 20px;
}

.index_four {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.biaoti_three {
	float: left;
	width: 100%;
	line-height: 40px;
	margin-bottom: 20px;
	height: 45px;
	background: #fff;
}

.biaoti_three h3 {
	font-size: 24px;
	font-weight: bold;
	float: left;
	position: relative;
	line-height: 40px;
	margin-right: 20px;
	margin-bottom: 0;
}

.biaoti_three h3:after {
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #333;
	float: right;
	position: absolute;
	right: -12px;
	top: 17px;
}

.biaoti_three span {
	color: #999999;
	font-size: 16px;
	float: left;
}

.biaoti_three a {
	float: right;
	width: 114px;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	background: #f6594e;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	position: relative;
}

.biaoti_three a:after {
	content: "\e6a3";
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	color: #f6594e;
	background: #fff;
	font-family: "iconfont" !important;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	text-indent: 0;
	top: 6px;
}

.biaoti_three a:hover {
	background: #fff;
	color: #f6594e;
}

.index_four .float-left .kuai {
	background: #fff;
	position: relative;
	float: left;
	margin-bottom: 13px;
	width: 100%;
}

.index_four .float-left .kuai:last-child {
	margin-bottom: 0px;
}

.index_four .float-left .kuai a:after {
	background: url(../images/index8.png) center no-repeat;
	position: absolute;
	content: "";
	float: left;
	width: 100px;
	height: 100px;
	top: 80px;
	left: 156px;
}

.index_four .float-left {
	width: 805px;
}

.index_four .float-left .kuai img {
	width: 406px;
	height: 250px;
}

.index_four .float-left .kuai .right {
	float: right;
	width: 399px;
	padding-left: 50px;
	padding-right: 50px;
	border: 1px solid #b69c5f;
	border-left: 0px;
	height: 250px;
}

.index_four .float-left .kuai .right h3 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #f6594e;
}

.index_four .float-left .kuai .right p {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

.index_four .float-left .kuai a:hover img {
	opacity: 0.8
}

.index_four .float-left .kuai a {
	position: relative;
	float: left;
	width: 100%;
}

.index_four .float-rightaa {
	width: 310px;
	background: #fff;
	height: 421px;
  	border-top:1px solid #eee;
	float: right;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
	padding: 18px 14px;
}

.index_four .float-rightaa h3 {
	font-size: 28px;
	color: #f6594e;
  	font-weight:bold;
}

.index_four .float-rightaa h3 i {
	font-size: 38px;
}

.index_four .float-rightaa img {
	height: 192px;
	width: 100%;
	margin-bottom: 20px;
}

.index_four .float-rightaa li {
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}

.index_four .float-rightaa li a {
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	margin-bottom: 0px;
}

.index_four .float-rightaa li:hover a {
	color: #F6594E;
}

.index_three_content .hd ul {
	margin-bottom: 0px;
}

.index_three_content .hd ul li {
	float: left;
	padding: 0 20px;
	border: 1px solid #cecece;
	line-height: 40px;
	margin-bottom: 0px;
	width: 108px;
	height: 38px;
	top: 2px;
	cursor: pointer;
	margin-top: 14px;
	text-align: center;
	color: #333;
	margin-right: 10px;
}

.index_three_content .hd ul li span {
	color: #333;
	width: 100%;
}

.index_three .biaoti_three {
	height: 68px;
	line-height: 68px;
}

.index_three_content .hd ul li.on {
	background: #e6c896;
	border: 1px solid #e6c896;
}

.index_three_content .hd ul li.on span {
	color: #fff;
}

.index_three .index_three_content .biaoti_three a:after {
	display: none;
}

.index_three .index_three_content .biaoti_three a {
	height: 38px;
	width: 105px;
	text-align: center;
	border-radius: 40px;
	line-height: 38px;
	text-indent: 0;
	margin-top: 15px;
	margin-right: 18px;
	background: #fff;
	border: 1px solid #333;
	font-weight: normal;
	color: #333;
}

.index_three .index_three_content .biaoti_three a:hover {
	color: #fff;
	background: #F6594E;
	border: 1px solid #F6594E;
}

.index_three_content1 .tt li {
	width: 255px;
	height: 57px;
	margin-bottom: 4px;
	line-height: 57px;
	background: #fff;
	border: 0px solid #edd7b2;
	cursor: pointer;
}

.index_three_content1 .tt li:last-child {
	margin-bottom: 0;
}

.index_three_content1 .tt {
	float: left;
    width: 270px;
}

.index_three_content1 .tt li img {
	margin-left: 5px;
	margin-right: 5px;
      width: 75px !important;
}





.index_three_content1 .tt li.on {
	color: #fff;
	background: #f6594e;
	border: 1px solid #f6594e;
	position: relative;
}

.index_three_content1 .tt li.on:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent transparent #f6594e;
	right: -17px;
	bottom: 20px;
}

.index_three_content1 .bd {
    float: right;
    width: 900px;
}

.index_three_content1 .bd .right {
	float: right;
	width: 255px;
	background: #e6c896;
	padding: 0 20px;
	height: 483px;
	position: relative;
}

.index_three_content1 .bd .right h3 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
 	margin-bottom:20px;
}

.index_three_content1 .bd .right p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.index_three_content1 .bd .right a {
	position: absolute;
	bottom: 20px;
	color: #fff;
	border: 1px solid #fff;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.index_three_content1 .bd .right a:hover {
	background: #f6594e;
	border: 1px solid #f6594e;
}

.index_three_content1 .bd .right a:nth-child(3) {
	left: 20px;
}

.index_three_content1 .bd .right a:nth-child(4) {
	right: 20px;
}

.index_three_content2 .hd ul {
	margin-bottom: 0px;
}

.index_three_content2 .hd ul li {
	float: left;
	padding: 0 20px;
	border: 1px solid #fff;
	line-height: 40px;
	margin-bottom: 0px;
	border-bottom: 0px;
	top: 1px;
	cursor: pointer;
}

.index_three_content2 .hd ul li.on {
	border: 1px solid #fff6eb;
	border-bottom: 2px solid #f6594e;
	position: relative;
	top: 0px;
}

.index_three_content2 .hd ul li.on:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #f6594e transparent;
	right: 29px;
	bottom: 0px;
}

.index_three_content2 .bd {
	float: left;
	width: 100%;
}

.index_three_content2 .bd .kuai {
	width: 280px;
	float: left;
	position: relative;
	margin-top: 10px;
}

.index_three_content2 .bd .kuai .bj_1 {
    position: absolute;
    float: left;
    width: 83px;
    height: 58px;
    text-align: center;
    left: 7px;
    top: -10px;
    z-index: 2;
    border: 3px solid #e5c695;
}

.index_three_content2 .bd .kuai .bj_1 img {
	width: 83px;
    height: 52px;
}

.index_three_content2 .bd .kuai .bj_3 h3 {
	color: #fff;
	margin-top: 110px;
	font-size: 24px;
}

.index_three_content2 .bd .kuai .bj_3 p {
	color: #fff6eb;
	font-size: 18px;
}

.index_three_content2 .bd .kuai .bj_2 {
	background: #fff;
	padding: 0 15px;
	float: left;
	width: 100%;
	color: #333;
	width: 100%;
  	height:180px;
}

.index_three_content2 .bd .kuai .bj_2 h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
	border-bottom: 1px dashed #fa6f6b;
	padding-bottom: 10px;
}

.index_three_content2 .bd .kuai .img {
	height: 222px;
	width: 100%;
}

.index_three_content2 .bd .kuai .bj_2 a {
	color: #fff;
	width: 86px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #333;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #333;
      position: relative;
    z-index: 999;
}

.index_three_content2 .bd .kuai .bj_2 a:last-child {
	float: left !important;
	margin-left: 10px
}

.index_three_content2 .bd .kuai .bj_2 a:hover {
	background: #f6594e;
	border: 1px solid #e5c695;
	color: #fff;
}

.index_three_content2 .bd .kuai .bj_2 p {
    margin-top: 10px;
    font-size: 14px;
    height: 65px;
  	text-indent:2em;
}

.index_three_content2 .bd .kuai {
	margin-right: 16px;
	margin-bottom: 16px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index_three_content2 .bd .kuai:nth-child(4n) {
	margin-right: 0;
}

.index_fiver {
    float: left;
    width: 100%;
    background: #f0f0f8;
    padding-bottom: 30px;
}
.index_fiver_content li {
	width: 186px;
	position: relative;
	margin-right: 10px;
	float: left;
}

.index_fiver_content li .pic {
	position: relative;
	float: left;
}

.index_fiver_content li .pic .bj_1 {
	width: 26px;
	height: 69px;
	position: absolute;
	left: 10px;
	top: 0;
	text-align: center;
	color: #333;
	font-size: 12px;
	padding: 0 5px;
	line-height: 1;
	padding-top: 5px;
}

.index_fiver_content li .pic .bj_2 {
	width: 152px;
	height: 27px;
	position: absolute;
	left: 15px;
	bottom: -10px;
	background: url(../images/zhaoliyi.png) no-repeat;
	text-align: center;
	color: #fff;
	line-height: 24px;
}

.index_fiver_content li .title {
	width: 100%;
	border: 1px solid #e9cda0;
	border-top: 0px;
	float: left;
	background: #fff;
}

.index_fiver_content li .title a {
	display: block;
	width: 149px;
	height: 31px;
	background: #4497df;
	text-align: center;
	color: #fff;
	line-height: 31px;
	font-size: 14px;
	border-radius: 4px;
	margin: auto;
	position: relative;
}

.index_fiver_content li .title a:nth-child(1) {
	margin-top: 30px;
}

.index_fiver_content li .title a:nth-child(1) {
	line-height: 25px;
}

.index_fiver_content li .title a:nth-child(2) {
	margin-top: 7px;
	text-indent: 2.6em;
	margin-bottom: 20px;
}

.index_fiver_content li .title a:nth-child(1) i {
	font-size: 18px;
	top: 2px;
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	left: 27px;
}

.index_fiver_content li .title a:nth-child(2) i {
	background: url(../images/QQ.png) no-repeat;
	background-size: 80%;
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	left: 27px;
	top: 7px;
}

.index_fiver_content2 li {
	width: 270px;
	float: left;
	position: relative;
	margin-right: 20px;
}

.index_fiver_content2 li .bj_1 {
	background: url(../images/index17.png) no-repeat;
	width: 104px;
	height: 37px;
	position: absolute;
	left: -11px;
	top: 10px;
	text-align: center;
	line-height: 31px;
	color: #fff;
}

.index_fiver_content2 li .title {
	background: #fff;
	width: 100%;

	border-top: 0px;
	padding: 0 10px;
	float: left;
}

.index_fiver_content2 li .title h3 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.index_fiver_content2 li .title a {
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
  	border:1px solid #333;
	border-radius: 4px;
}

.index_fiver_content2 li .title a:hover {
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f6594e;
  border:1px solid #f6594e;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.index_fiver_content2 .title a:nth-child(2):hover i{
	background: url(../images/click.png) no-repeat;
}



.index_fiver_content2 .title a:nth-child(2) i {
	background: url(../images/click_hv.png) no-repeat;
	background-size: 70%;
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	right: 10px;
	top: 5px;
}

.index_fier_jqrm {
	float: left;
	width: 100%;
}

.index_fier_jqrm .left {
	width: 284px;
	float: left;
	height: 417px;
	border: 1px solid #e9cda0;
}

.index_fier_jqrm .center {
	width: 551px;
	float: left;
	height: 417px;
	border: 1px solid #e9cda0;
	margin-left: 17px;
}

.index_fier_jqrm .right {
	width: 300px;
	float: right;
	height: 417px;
	border: 1px solid #e9cda0;
}

.index_fier_jqrm .left .title {
	border-bottom: 1px dashed #e4e2df;
	margin: 18px;
	padding-bottom: 18px;
	float: left;
}

.index_fier_jqrm .left .title .title_right {
	float: right;
	width: 47%;
	color: #333;
	font-size: 16px;
}

.index_fier_jqrm .left .title .title_right:hover {
	color: #e83428;
}

.index_fier_jqrm .left .title img {
	float: left;
	width: 117px;
	height: 81px;
}

.index_fier_jqrm .left .head {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e8cb9c;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.index_fier_jqrm .left .head h3 {
	float: left;
	font-size: 18px;
	line-height: 48px;
	margin: 0;
	font-weight: bold;
	border-bottom: 2px solid #f6594e;
}

.index_fier_jqrm .left .head a {
	float: right;
	color: #666666;
	font-size: 14px;
}

.index_fier_jqrm .left .head a:hover {
	opacity: 0.8;
}

.index_fier_jqrm .left .title1 {
	padding: 0 18px;
	list-style: none;
	counter-reset: item;
}

.index_fier_jqrm .left .title1 li {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 9px;
}

.index_fier_jqrm .left .title1 li a {
	color: #666;
}

.index_fier_jqrm .left .title1 li a:hover {
	color: #e83428;
}

.index_fier_jqrm .left .title1 li:before {
	counter-increment: item;
	content: counters(item, ".");
	width: 16px;
	height: 16px;
	float: left;
	background: #f0f0f0;
	text-align: center;
	line-height: 16px;
	margin-right: 5px;
	margin-top: 2px;
	color: #666666;
}

.index_fier_jqrm .left .title1 li:nth-child(1):before {
	background: #f6594e;
	color: #fff;
}

.index_fier_jqrm .left .title1 li:nth-child(2):before {
	background: #f6594e;
	color: #fff;
}

.index_fier_jqrm .left .title1 li:nth-child(3):before {
	background: #f6594e;
	color: #fff;
}

.index_fier_jqrm .center .title {
	border-bottom: 1px dashed #e4e2df;
	margin: 18px;
	padding-bottom: 18px;
	float: left;
	width: 94% !important;
}

.index_fier_jqrm .center .title .title_right {
	float: right;
	width: 70%;
	color: #333;
	font-size: 16px;
}

.index_fier_jqrm .center .title .title_right:hover {
	color: #e83428;
}

.index_fier_jqrm .center .title .title_right p {
	margin-top: 10px;
	color: #999999;
	font-size: 14px;
	margin-bottom: 0;
}

.index_fier_jqrm .center .title img {
	float: left;
	width: 141px;
	height: 81px;
}

.index_fier_jqrm .center .head {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e8cb9c;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.index_fier_jqrm .center .head h3 {
	float: left;
	font-size: 18px;
	line-height: 48px;
	margin: 0;
	font-weight: bold;
	border-bottom: 2px solid #f6594e;
}

.index_fier_jqrm .center .head a {
	float: right;
	color: #666666;
	font-size: 14px;
}

.index_fier_jqrm .center .head a:hover {
	opacity: 0.8;
}

.index_fier_jqrm .center ul.title1 {
	padding: 0 18px;
}

.index_fier_jqrm .center ul.title1 a {
	color: #666;
	font-size: 14px;
}

.index_fier_jqrm .center ul.title1 a:hover {
	color: #e83428;
}

.index_fier_jqrm .center ul.title1 li {
	margin-bottom: 9px;
}

.index_fier_jqrm .right .title {
	border-bottom: 1px dashed #e4e2df;
	margin: 18px;
	padding-bottom: 18px;
	float: left;
	margin-bottom: 0;
}

.index_fier_jqrm .right .title .title_right {
	float: right;
	width: 64%;
	color: #333;
	font-size: 16px;
}

.index_fier_jqrm .right .title:last-child {
	border-bottom: 0px;
}

.index_fier_jqrm .right .title .title_right:hover {
	color: #e83428;
}

.index_fier_jqrm .right .title .title_right p {
	margin-top: 10px;
	color: #999999;
	font-size: 13px;
	margin-bottom: 0;
}

.index_fier_jqrm .right .title img {
	float: left;
	width: 81px;
	height: 81px;
}

.index_fier_jqrm .right .head {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e8cb9c;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.index_fier_jqrm .right .head h3 {
	float: left;
	font-size: 18px;
	line-height: 48px;
	margin: 0;
	font-weight: bold;
	border-bottom: 2px solid #f6594e;
}

.index_fier_jqrm .right .head a {
	float: right;
	color: #666666;
	font-size: 14px;
}

.index_fier_jqrm .right .head a:hover {
	opacity: 0.8;
}

.index_fiver_content.two li {
	padding: 5px;
	border: 1px solid #e8cb9c;
	width: 220px;
}

.index_fiver_content.two {
	overflow: hidden;
	float: left;
	width: 100%;
}

.index_fiver_ymbd {
	float: left;
	width: 100%;
}

.index_fiver_ymbd .left {
	width: 465px;
	float: left;
	position: relative;
}

.index_fiver_ymbd .left img {
	width: 465px;
	height: 330px;
}

.index_fiver_ymbd .left p {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	height: 50px;
	padding: 0 8px;
	line-height: 50px;
	color: #fff;
	margin: 0;
	font-size: 14px;
	width: 100%;
}

.index_fiver_ymbd .width100 {
	float: right;
	width: 730px;

	position: relative;
	margin-right: -76px;
}

.index_fiver_ymbd .left a:hover {
	opacity: 0.8;
}

.index_fiver_ymbd .float-right {
	width: 865px;
}

.index_fiver_ymbd .float-right1 .kuai img {
	width: 441px;
	height: 137px;
}

.index_fiver_ymbd .ee {
	float: inherit;
}

.index_fiver_ymbd .float-right1 .kuai {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 14px;
}

.index_fiver_ymbd .width100 .hd {
	position: absolute;
	height: 100%;
	width: 100%;
}

.index_fiver_ymbd .width100 .hd a {
	cursor: pointer;
}

.index_fiver_ymbd .width100 .hd a i {
	font-size: 50px;
	color: #f6594e;
}

.index_fiver_ymbd .width100 .hd a.next {
	left: -50px;
	position: absolute;
	top: 38%;
}

.index_fiver_ymbd .width100 .hd a.prev {
	right: 58px;
	position: absolute;
	top: 38%;
}

.index_fiver_ymbd .float-right1 .kuai img {
	height: 157px;
}

.index_fiver_ymbd .tempWrap {
	width: 100%;
	float: left;
}

.index_fiver_ymbd .float-right1 .kuai:nth-child(2n) {
	margin-right: 0;
}

.index_fiver_ymbd .float-right1 .kuai p {
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	width: 100%;
	float: left;
	padding: 0 8px;
	text-align: center;
}

.index_fiver_ymbd .float-right1 .kuai:hover {
	opacity: 0.8;
}

.index_botom .kuai {
	width: 20%;
	float: left;
}

.index_botom .kuai .left {
	border-radius: 50%;
	height: 44px;
	width: 44px;
	float: left;
	margin-top: 25px;
	text-align: center;
	line-height: 44px;
	font-size: 26px;
	color: #fff;
}

.index_botom .kuai:nth-child(1) .left {
	background: #fc6c49;
}

.index_botom .kuai:nth-child(2) .left {
	background: #a28275;
}

.index_botom .kuai:nth-child(3) .left {
	background: #feb72a;
}

.index_botom .kuai:nth-child(4) .left {
	background: #3ecfad;
}

.index_botom .kuai:nth-child(5) .left {
	background: #48bfea;
}

.index_botom .kuai .right {
	width: 74%;
	float: right;
}

.index_botom .kuai .right h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 27px;
	margin-bottom: 4px;
}

.index_botom .kuai .right p {
	color: #999999;
	font-size: 14px;
}

.footer {
	margin-top: 30px;
	background: #4a4b50;
	width: 100%;
	float: left;
}

.footer .title {
	border-bottom: 1px dashed #737377;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.footer .title h3 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px dashed #717275;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer .title a {
	color: #999999;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 10px;
}

.footer .title a:before {
	content: "";
	height: 10px;
	width: 1px;
	background: #999999;
	position: absolute;
	right: 0;
	top: 3px;
}

.footer .title a:hover {
	color: #f6594e;
}

.footer .title a:last-child:before {
	display: none;
}

.footer .title1 {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.footer .title1 .kuai {
	width: 13%;
	border-left: 1px solid #999999;
	height: 280px;
	padding-left: 1%;
	float: left;
}

.footer .title1 .kuai h3 {
	font-size: 18px;
	color: #ffffff;
	position: relative;
}

.footer .title1 .kuai h3:before {
	width: 2px;
	height: 15px;
	background: #f6594e;
	content: "";
	position: absolute;
	top: 5px;
	left: -13px;
}

.footer .title1 .kuai a {
	color: #999;
	font-size: 14px;
}

.footer .title1 .kuai a:hover {
	color: #f6594e;
}

.footer .title1 .kuai li {
	margin-bottom: 10px;
}

.footer .title1 .kuai1 {
	width: 17%;
	border-left: 1px solid #999999;
	height: 280px;
	padding-left: 1%;
	float: left;
}

.footer .title1 .kuai1 h3 {
	font-size: 18px;
	color: #ffffff;
	position: relative;
}

.footer .title1 .kuai:nth-child(5) h3:before {
	left: -14px;
}

.footer .title1 .kuai1 h3:before {
	width: 2px;
	height: 15px;
	background: #f6594e;
	content: "";
	position: absolute;
	top: 5px;
	left: -14px;
}

.footer .title1 .kuai1 h4 {
	color: #fff;
}

.footer .title1 .kuai1 h5 {
	color: #fff;
	font-size: 18px;
}

.footer .title1 .kuai3 {
	float: right;
	width: 13%;
}

.footer .title1 .kuai3 img {
	width: 105px;
	height: 105px;
	float: right;
}

.footer .title1 .kuai3 p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 10px;
	text-indent: 4em;
}

.beianhao {
	width: 100%;
	float: left;
	margin-top: 30px;
	line-height: 40px;
	height: 40px;
	color: #bcbcbc;
	border-top: 1px solid #999;
}

.beianhao a {
	color: #bcbcbc;
}

.beianhao a:hover {
	color: #f6594e;
}
/*
.cyym_1 .list_cyym .bj_1 {
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #fff;
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
*/
.cyym_1 .list_cyym .title {
	width: 100%;
	background: #fff;
	height: 130px;
	text-align: center;
	float: left;
}

.cyym_1 .list_cyym .title h3 {
	margin-top: 40px;
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.cyym_1 .list_cyym .title h3:after {
	height: 1px;
	width: 40px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0px;
	background: #333;
	margin: auto;
}

.cyym_1 .list_cyym .title a {
	width: 77px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #666;
	font-size: 12px;
	color: #666;
	position: relative;
	z-index:999999999;
}

.cyym_1 .list_cyym .title a.float-left {
	margin-left: 54px;
}

.cyym_1 .list_cyym .title a.float-right {
	margin-right: 54px;
}

.cyym_1 .list_cyym .title a:hover {
	background: #f6594e;
	border: 1px solid #f6594e;
	color: #fff;
}

.cyym_1 .list_cyym {
    width: 280px;
    float: left;
    position: relative;
    margin-right: 16px;
}

.cyym_1 .list_cyym:nth-child(4n) {
	margin-right: 0;
}

.cyym_1 .list_cyym input[type="checkbox"]+span {
	opacity: 0;
}

.cyym_1 .list_cyym input[type="checkbox"]:checked+span {
	opacity: 1;
}

.list_cyym input {
    opacity: 0;
    width: 100%;
    float: left;
    position: absolute;
    height: 232px;
    cursor: pointer;
    z-index: 113;
}

.list_cyym span {
    position: absolute;
    float: left;
    width: 100%;
    float: left;
    border: 1px solid #f65a4e;
    height: 96%;
    overflow: hidden;
    z-index:100;
}

.list_cyym span:before {
	position: absolute;
	content: "";
	bottom: -6px;
	width: 65px;
	height: 33px;
	background: #f65a4e;
	right: -24px;
	transform: rotate(-44deg);
}

.list_cyym span:after {
	font-family: "iconfont" !important;
	content: "\e645";
	float: left;
	position: absolute;
	bottom: 0px;
	right: 3px;
	color: #fff;
	font-size: 20px;
	transform: rotate(-19deg);
}

.list_cyym label {
	display: none;
}

.list_cyym_db {
	height: 80px;
	width: 100%;
	background: #e6c896;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.list_cyym_db .float-left {
	margin-left: 33%;
	position: relative;
	margin-top: 30px;
}

.list_cyym_db .float-left input {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 5;
}

.list_cyym_db .float-left input[type="checkbox"]+span {
	width: 20px;
	height: 20px;
	background: #fff;
	float: left;
	cursor: pointer;
	border: 1px solid #eee;
	margin-right: 10px;
}

.list_cyym_db .float-left input[type="checkbox"]:checked+span:after {
	font-family: "iconfont" !important;
	content: "\e645";
	top: -2px;
	position: relative;
	left: 2px;
}

.list_cyym_db input[type="submit"] {
	width: 160px;
	height: 40px;
	border: 1px solid #f65a4e;
	color: #fff;
	background: #f65a4e;
	outline: none;
	cursor: pointer;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	font-size: 16px;
}

.list_cyym_db a.ljdb {
	width: 160px;
	height: 40px;
	border: 1px solid #f65a4e;
	color: #fff !important;
	background: #f65a4e;
	outline: none;
	cursor: pointer;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	font-size: 16px;
}

.list_cyym_db a {
	width: 160px;
	height: 40px;
	border: 1px solid #f65a4e;
	color: #fff;
	background: #f65a4e;
	outline: none;
	cursor: pointer;
	margin-top: 20px;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	font-size: 16px;
}

.biaoti_three.tssw h3:after {
	display: none;
}

.hsymsrdz {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.hsymsrdz .right {
    float: right;
    width: 100%;
       background: initial;
    padding: 20px;
    height: 392px;
    position: relative;
  text-align: center;
}
.hsymsrdz .right input[type="text"]{
	height:30 !important;
}
.hsymsrdz .right .select {
	width: 100%;
	height: 30px;

	line-height: 30px;
	text-indent: 1em;
	background: #fff url(../images/beijingsnjiao.png) 205px no-repeat;
	margin-bottom: 10px;
  text-align:left;
}
.hsymsrdz .right img{
	width:110px !important;
  height:110px !important;
}
.hsymsrdz .float-left a {
	float: left;
}

.hsymsrdz  .right .select a {
	display: block;
	color: #333;
	width: 100%;
}

.hsymsrdz  .right .dropdown-menu {
	top: -4px !important;
	border-top: 0px;
	border-radius: 0px;
	padding: 0;
	    width: 243px;
	left: -1px !important;
}

.hsymsrdz  .right .dropdown-menu li:hover {
	background: #e5c695;
	cursor: pointer;
}

.hsymsrdz  .right .dropdown-menu li:hover a {
	color: #fff;
	background: #e5c695;
}

.hsymsrdz .float-left {
	width: 870px;
   moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    box-shadow: 2px 2px 5px #eee;
  	position:relative;
}
.hsymsrdz .float-left:hover:after{
    content: "立即咨询";
    background: #fff;
    float: left;
    position: absolute;
    left: 90px;
    height: 50px;
    bottom: 33px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    width: 197px;
    color: #e94647;
}


.hsymsrdz  .right h3 {
	font-size: 20px;
	margin-bottom:13px;
  color:#fff;
  	font-weight:bold;
}

.hsymsrdz .right input[type="submit"] {
    width: 100%;
    cursor: pointer;
    background: #f6594e;
    height: 34px;
    border: 1px solid #f6594e;
    color: #fff;
    font-size: 18px;
    left: 20px;
  	margin-bottom:10px;
    margin-top: 10px;
}

.index_three.cyym_1.hsymsr {
	margin-top: 0px;
}

.hsymsrdz .float-right {
	width: 24%;
   moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    box-shadow: 2px 2px 5px #eee;
      background: url(https://www.szhongshang.com/statics/pc/images/beijing13.jpg) no-repeat;
}

.hsymsrdz .float-right .left {
	width: 175px;
	height: 116px;
	float: left;
	background: #fff;
	padding: 12px;
	word-wrap: break-word;
}

.hsymsrdz .float-right .left:hover {
	color: #F6594E;
}

.hsymsrdz .float-right .kuai {
	font-size: 16px;
	float: left;
	margin-bottom: 5.5px;
}

.hsymsrdz .float-right .kuai:nth-child(1) {
	margin-top: 19px;
	margin-bottom: 5px;
}

.hsymsrdz .float-right .kuai a {
	color: #333;
}

.cyym_wsmxhs {
	float: left;
	width: 100%;
}

.cyym_wsmxhs .kuai {
	width: 200px;
	height: 300px;
	background: #fff;
	float: left;
	position: relative;
	transition: all 1s;
	box-shadow: 3px 2px 30px rgba(0, 0, 0, .1);
}

.cyym_wsmxhs .kuai.hover {
	width: 370px;
	background: #f6594e;
	padding-left: 19px;
	box-shadow: none;
}

.cyym_wsmxhs .kuai h3 {
	color: #333;
	margin-top: 33px;
	font-size: 16px;
	margin-left: 10px;
}

.cyym_wsmxhs .kuai p {
	width: 155px;
	float: left;
	display: block;
	font-size: 14px;
	color: #333;
	text-align: justify;
	margin-left: 10px;
}

.cyym_wsmxhs .kuai img {
	position: absolute;
	right: 30px;
	bottom: 30px;
	transition: all .6s ease-out;
	width: 120px;
}

.cyym_wsmxhs .kuai.hover img {
	transform: scale(1.4, 1.4);
}

.cyym_wsmxhs .kuai.hover h3 {
	display: block;
	color: #fff;
}

.cyym_wsmxhs .kuai.hover p {
	display: block;
	color: #fff;
}

.hscgym_content {
	float: left;
	width: 100%;
	height: 350px;
	background: url(../images/cyym8.png) -29px no-repeat;
	padding: 28px;
}

.hscgym_content .float-left{
	width: 216px;
}
.hscgym_content .float-left h3 {
	font-size: 22px;
	color: #fff6eb;
	margin-bottom: 20px;
	font-weight: normal;
}

.hscgym_content .float-left img {
	width: 174px;
	height: 174px;
}

.hscgym_content .float-left {
	text-align: center;
}

.hscgym_content .float-left p {
	color: #fff6eb;
	font-size: 20px;
	margin-top: 30px;
}

.hscgym_content .float-right .kuai {
	width: 276px;
	margin-left: 22px;
	height: 294px;
	float: left;
	text-align: center;
	position: relative;
}

.hscgym_content .float-right .kuai:hover:after {
	content: "立即评估";
	width: 167px;
	height: 40px;
	background: #f6594e;
	color: #fff;
	float: left;
	position: absolute;
	bottom: 16px;
	left: 18%;
	border-radius: 4px;
	line-height: 40px;
	font-size: 16px;
}

.hscgym_content .float-right a:nth-child(2) .kuai:hover:after {
	left: 19%;
	content: "立即预约";
}

.hscgym_content .float-right a:nth-child(3) .kuai:hover:after {
	left: 20%;
	content: "立即领取";
}

.hscgym_content .float-right .kuai h3 {
    font-size: 24px;
    margin-top: 20px;
    color: #f6594e;
    font-weight: bold;
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.hscgym_content .float-right .kuai p {
	margin-top: 105px;
	font-size: 14px;
	color: #333;
}

.adly_one {
	float: left;
	width: 100%;
}

.adly_one .float-left {
	width: 920px;
	background: #fff;
      moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    box-shadow: 2px 2px 5px #eee;
}

.adly_one .float-left img {
	width: 398px;
	height: 270px;
}

.adly_one .float-right {
	width: 225px;
	background: #fff;
	padding: 20px;
	height: 270px;
 -moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
	position: relative;
	border-top: 2px solid #ffc32a;
  	font-size:16px;
}

.adly_one .float-right p {
	margin-bottom: 5px;
}

.adly_one .float-left .kuai {
	float: right;
	width: 520px;
	padding: 20px;
	font-size: 16px;
	border-top: 2px solid #f6594e;
  	line-height:26px;
  	text-indent:2em;
}

.adly_one .float-right a {
	position: absolute;
	left: 0;
	right: 0;
	float: left;
	margin: auto;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #f65a4e;
	font-size: 16px;
	background: url(../images/adly2.png) 20px no-repeat;
	border: 1px solid #f65a4e;
	border-radius: 4px;
	bottom: 20px;
	text-indent: 2em;
}

.adly_one .float-right a:hover {
	opacity: 0.8;
}

.adly_two {
	float: left;
	width: 100%;
}

.adly_two .kuai {
	float: left;
	width: 23%;
	margin-right: 2.66%;
}

.adly_two .kuai:last-child {
	margin-right: 0;
}

.adly_two .kuai .title {
	width: 100%;
	background: #fff;
	height: 145px;
	text-align: center;
	padding: 15px;
}

.adly_two .kuai .title h3 {
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

.adly_two .kuai .title p {
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
}

.adly_three {
	float: left;
	width: 100%;
}

.adly_three .kuai {
	width: 577px;
	float: left;
	background: #fff;
	box-shadow: 3px 2px 30px rgba(0, 0, 0, .1);
}

.adly_three .kuai .right {
	float: right;
	width: 50%;
	padding: 15px;
}

.adly_three .kuai .right p {
	color: #333;
}

.adly_three .kuai img {
	width: 282px;
	height: 142px;
}

.adly_three .kuai:last-child {
	float: right;
}

.adly_four {
	float: left;
	width: 100%;
}

.adly_four .kuai {
	position: relative;
	height: 210px;
	width: 286px;
	float: left;
	margin-right: 8px;
}

.adly_four .kuai:last-child {
	margin-right: 0;
}

.adly_four .kuai p {
	position: absolute;
	height: 100%;
	background: url(../images/yinying.png);
	width: 100%;
	float: left;
	bottom: 0;
	margin: 0;
	line-height: 380px;
	color: #fff;
	padding: 0 10px;
	font-size: 18px;
	text-align: center;
}

.adly_four .kuai:hover p {
	display: none;
}

.adly_four .kuai a {
	float: left;
	height: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 1s;
	overflow: hidden;
}

.adly_four .kuai:hover a {
	height: 211px;
}

.adly_four .kuai img {
	width: 286px;
	height: 210px;
}

.adly_four .kuai a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 40px;
	width: 120px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

.adly_fiver {
	float: left;
	width: 100%;
}

.adly_fiver .float-left {
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
	height: 326px;
	background: #fff;
	width:460px;
	font-size: 16px;
	position: relative;
}
.adly_fiver .float-left .dibus{
	position: absolute;
	height: 60px;
	bottom: 0px;
	width: 100%;
	float: left;
	left: 0;
	padding: 0 10px;
	border-top: 1px solid #eee;
}
.adly_fiver .float-left .dibus a{
	border: 1px solid #eee;
	padding: 5px 10px;
	margin-top: 10px;
	float: left;
	margin-right:10px;
	color:#333;
	border-radius: 4px;
}

.adly_fiver .center {
	height: 326px;
	background: #fff;
	width:380px;
	font-size: 16px;
  	border-top:1px solid #eee;
	position: relative;
	float: left;
	margin-left: 10px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}


.adly_fiver .center .dibus{
	position: absolute;
	height: 60px;
	bottom: 0px;
	width: 100%;
	float: left;
	left: 0;
	padding: 0 10px;
	border-top: 1px solid #eee;
	line-height: 60px;
}

.adly_fiver .center .dibus span{
	margin-top:10px;
}
.adly_fiver .center .right {
    width: 100%;
    float: right;
    padding: 20px 30px;
  
}

.adly_fiver .float-left .dibus a:hover{
	background: #F6594E;
	border: 1px solid #F6594E;
	color: #fff;
}

.adly_fiver .float-left .left {
	width: 150px;
	height: 326px;
	background: #f1e5d7;
	float: left;
	position: relative;
}


.adly_fiver .float-left .left span {
	display: block;
	margin: auto;
	width: 112px;
	height: 112px;
	text-align: center;
	line-height: 112px;
	color: #896c47;
	border: 1px solid #896c47;
	margin-top: 35px;
	font-size: 18px;
	border-radius: 50%;
}

.adly_fiver .float-left .left .bottom {
	position: absolute;
	bottom: 0;
	height: 152px;
	width: 100%;
	background: #f65a4e;
	padding: 0 10px
}

.adly_fiver .float-left .left .bottom a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.adly_fiver .float-left .left .bottom a:nth-child(1) {
	margin-top: 30px;
}

.adly_fiver .float-left .left .bottom a:nth-child(2) {
	margin-top: 20px;
}

.adly_fiver .float-left .right {
    width: 100%;
    float: right;
    padding: 20px 30px;
    overflow: auto;
    height: 260px;
  	border-top:1px solid #eee
}

.adly_fiver .float-left .right p {
	margin-bottom: 5px;
}

.adly_fiver .float-right {
	width: 307px;
	height: 326px;
	background: #fff;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.adly_fiver .float-right .right {
	width: 100%;
	float: right;

}
.adly_fiver .float-right .right video{
	margin-bottom: 10px;
}

.adly_fiver .float-right .right p {
	margin-bottom: 5px;
	padding: 0 10px;
}

.adly_six {
	float: left;
	width: 100%;
	padding: 27px;
	background: #fff;
	overflow: hidden;
	position: relative;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
  	margin-bottom:30px;
}


.adly_six .float-left a {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #f6594e;
	color: #f6594e;
	float: left;
	position: absolute;
	bottom: 20px;
	text-indent: 2em;
	background: url(../images/zjjdtj.png) 20px no-repeat;
}


.adly_six .float-right {
	width: 100%;

	position: relative;
}

.adly_six .float-right li {
    float: left;
    height: 220px;
    width: 271px !important;
    text-align: left;
    padding: 14px;
    margin-right: 10px;
    background: url(../images/beijing12.png) no-repeat;
}
.adly_six .float-right li:nth-child(4n){
	margin-right: 0;
}

.adly_six .float-right li h3 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 40px;
  	text-align:center;
}

.adly_six .float-right li p {
	margin-top: 10px;
  	font-size:18px;
}

.adly_six .float-right .adly_six_content {
	width: 100%;
}

.adly_six .float-right .adly_six_content .hd a.prev {
	width: 86px;
	position: absolute;
	right: -27px;
	float: right;
	height: 149px;
	top: -29px;
	cursor: pointer;
	background: #e6c896;
	text-align: center;
	line-height: 149px;
	color: #fff;
	font-size: 50px;
	border-bottom: 1px solid #fff;
}

.adly_six .float-right .adly_six_content .hd a.next {
	width: 86px;
	position: absolute;
	right: -27px;
	float: right;
	height: 149px;
	bottom: -29px;
	background: #e6c896;
	cursor: pointer;
	text-align: center;
	line-height: 149px;
	color: #fff;
	font-size: 50px;
}

.adly_six .float-right .adly_six_content .hd a.next:hover {
	background: #f6594e;
}

.adly_six .float-right .adly_six_content .hd a.prev:hover {
	background: #f6594e;
}

.adly_six .float-right .adly_six_content .hd a.next:after {
	content: "\e679";
	font-family: "iconfont" !important;
}

.adly_six .float-right .adly_six_content .hd a.prev:after {
	content: "\e6a3";
	font-family: "iconfont" !important;
}

.adly_seven {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0px;
}

.adly_seven .index_three_content3 .hd {
	width: 230px;
	float: left;
}

.adly_seven .index_three_content3 .hd li {
	float: left;
	width: 100%;
	height: 48px;
	text-indent: 1em;
	line-height: 48px;
	cursor: pointer;
}

.adly_seven .index_three_content3 .hd li.on {
	background: #e6c896;
	color: #fff;
}

.adly_seven .index_three_content3 .bd {
	float: right;
	width: 910px;
}

.adly_seven .index_three_content3 .bd h3 {
	font-size: 30px;
}

.adly_seven .index_three_content3 .bd p {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #999999;
}

.adly_seven .index_three_content3 .bd h4 {
	color: #333333;
	font-size: 18px;
}

.index_az188acy {
	float: left;
	width: 100%;
}

.index_az188acy .float-left {

    width: 753px;

    padding: 15px;
    height: 420px;
	padding-top:0px;
}

.index_az188acy .float-left .kuai {
	width: 350px;
    height: 420px;
    float: left;
    text-align: center;
  	
    position: relative;
    background: #fff;
    padding: 0 15px;
  	padding-top:15px;
  	border-top:1px solid #eee;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index_az188acy .float-left .kuai h3 {
	color: #ffffff;
	font-size: 18px;
	height: 75px;
	background: #E6C896;
	line-height: 75px;
}

.index_az188acy .float-left .kuai p {
	color: #333;
	font-size: 16px;
	margin-top: 30px;
}

.index_az188acy .float-left .kuai a {
	float: left;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 160px;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #f6594e;
    border: 1px solid #f6594e;
    bottom: 20px;
}

.index_az188acy .float-left .kuai:last-child {
	float: right;
}

.index_az188acy .float-right {
	width:400px;
	height: 305px;
	background: #fff;
	padding: 10px 0;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index_az188acy .float-right .kuai h3 {
	font-size: 18px;
	color: #333333;
	margin-top: 14px;
	position: relative;
}

.index_az188acy .float-right .kuai h3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent transparent #E6C896;
	left: -17px;
	bottom: 3px;
}

.index_az188acy .float-right .kuai p {
	color: #999;
	margin-bottom: 7px;
}

.index_az188acy .float-right .kuai {
	border-bottom: 1px dashed #d5d5d5;
	padding: 0px 30px;
}

.index_az188acy .float-right .kuai:last-child {
	border-bottom: 0px;
}

.index_az188acy .float-right .kuai:hover h3 {
	color: #E6C896;
}

.hsymsrdz .float-right .kuai1 {
	width: 100%;
	background: url(../images/adly8.png) center no-repeat;
	height: 361px;
	margin-top: 19px;
	text-align: center;
	float: left
}

.hsymsrdz .float-right .kuai1 img {
	width: 145px;
	height: 145px;
	margin-bottom: 25px;
}

.hsymsrdz .float-right .kuai1 h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 35px;
}

.hsymsrdz .float-right .kuai1 p {
	font-size: 16px;
	text-align: left;
	padding-left: 70px;
}

.index_fier_jqrm .right .kuai {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 0 18px;
	line-height: 26px;
}

.index_fier_jqrm .right .kuai:nth-child(2) {
	margin-top: 20px;
}

.index_fier_jqrm .right .kuai a {
	color: #666666;
	font-size: 14px;
	float: left;
	position: relative;
	width: 100%;
}

.index_fier_jqrm .right .kuai a span {
	position: absolute;
	right: 0;
	height: 26px;
	width: 56px;
	color: #fff;
	border-radius: 4px;
	background: #f65a4e;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}

.azym_lwbotom {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.azym_lwbotom .float-left {
	width: 595px;
	height: 432px;
	background: #fff;
  	border-top:1px solid #eee;
	padding: 28px 19px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.azym_lwbotom .float-left .title a {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 16px;
}

.azym_lwbotom .float-left .title a:hover {
	color:#f65a4e;
  	background:rgba(0,0,0,0.1)
}

.azym_lwbotom .float-left .title a span {
	float: right;
	height: 30px;
	width: 65px;
	color: #fff;
	border-radius: 4px;
	background: #f65a4e;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.azym_lwbotom .float-left input[type="text"] {
	height: 60px;
	width: 100%;
	border: 1px solid #666;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
	text-indent: 1.5em;
	margin-top: 10px;
}

.azym_lwbotom .float-left input[type="submit"] {
	width: 200px;
	height: 40px;
	background: #fff;
	border: 1px solid #F6594E;
	outline: none;
	cursor: pointer;
	display: block;
	margin: auto;
	font-size: 16px;
	color: #F6594E;
	margin-top: 30px;
	border-radius: 4px;
}

.azym_lwbotom .float-right {
	background: #fff;
  	    border-top: 1px solid #eee;
	height: 432px;
	width: 545px;
	position: relative;
	padding: 24px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.azym_lwbotom .float-right h3 {
    font-size: 18px;
    color: #333333;
    width: 100%;
    font-weight: bold;
}

.azym_lwbotom .float-right .select a {
	display: block;
	color: #A9A9A9;
	width: 100%;
}

.azym_lwbotom .float-right .select {
    width: 60%;
    overflow: hidden;
    float: right;
    height: 38px;
    border: 1px solid #dcdcdc;
    line-height: 38px;
    text-indent: 1em;
    background: #fff url(../images/beijingsnjiao.png) 115px no-repeat;
    margin-bottom: 15px;
}

.azym_lwbotom .float-right .kuai {
	width: 50%;
	float: left;
	padding-right: 3%;
	margin-top: 10px;
}

.azym_lwbotom .float-right .kuai span {
	line-height: 38px;
	font-size: 15px;
}

.azym_lwbotom .float-right .kuai li ul {
	min-width: 140px;
	top: -4px !important;
}

.azym_lwbotom .float-right .kuai li ul li {
	cursor: pointer;
}

.azym_lwbotom .float-right .kuai li ul li:hover {
	background: #E6C896;
}

.azym_lwbotom .float-right .kuai li ul li:hover a {
	color: #fff;
}

.azym_lwbotom .float-right p {
	margin-top: 20px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
}

.azym_lwbotom .float-right:after {
	height: 1px;
	content: "";
	width: 100%;
	background: #dcdcdc;
	position: absolute;
	left: 0;
	bottom: 120px;
}

.azym_lwbotom .float-right input[type="submit"] {
	width: 200px;
	height: 40px;
	background: #fff;
	border: 1px solid #F6594E;
	outline: none;
	cursor: pointer;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	color: #F6594E;
	margin-top: 30px;
	position: absolute;
	bottom: 40px;
	border-radius: 4px;
}

.biaoti_three h3:before {
	height: 2px;
	width: 100%;
	content: "";
	float: left;
	bottom: -5px;
	position: absolute;
	background: #f6594e;
}

.index_three .biaoti_three h3:before {
	display: none;
}

.index_three .biaoti_three h3:after {
	display: none;
}

.index_three .biaoti_three h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 66px;
}

.index_three .biaoti_three h3 i {
	font-size: 24px;
	margin-left: 20px;
	color: #f6594e;
	margin-right: 10px;
}

.tmzys_content {
	width: 100%;
	float: left;
	height: 284px;
	background: #fff;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.tmzys_content .kuai {
	width: 180px;
	height: 180px;
	float: left;
	position: relative;
}

.tmzys_content .kuai p {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	line-height: 180px;
	text-align: center;
	color: #fff;
	background: rgba(255, 17, 0, 0.4);
	width: 100%;
	opacity: 0;
}

.tmzys_content .kuai:hover p {
	opacity: 1;
}

.tmzys_content .float-left {
	width: 362px;
}

.tmzys_content .center {
	width: 600px;
	padding: 20px;
	float: left;
  	font-size:16px;
	position: relative;
	height: 284px;
}

.tmzys_content .float-right img {
    height: 284px;
    width: 555px;
}

.tmzys_content .center h3 {
	color: #333333;
	font-size: 20px;
  	font-weight:bold;
	margin-bottom: 20px;
}

.tmzys_content .center a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #f6594e;
	font-size: 16px;
	border: 1px solid #f6594e;
	border-radius: 4px;
	position: absolute;
	float: left;
	bottom: 20px;
	left: 20px;
	text-align: center;
}

.ljpg_one {
	float: left;
	margin-top: 70px;
	width: 100%;
}

.ljpg_one .kuai {
	height: 7px;
	width: 25%;
	float: left;
	position: relative;
	background: #e6c896;
	border-radius: 4px;
}

.ljpg_one .kuai:after {
	width: 42px;
	height: 42px;
	content: "1";
	border-radius: 50%;
	background: #e6c896;
	float: left;
	text-align: center;
	line-height: 42px;
	color: #fff;
	position: absolute;
	top: -20px;
	left: -2px;
}

.ljpg_one .kuai:nth-child(2):after {
	content: "2";
}

.ljpg_one .kuai:nth-child(3):after {
	content: "3";
}

.ljpg_one .kuai:nth-child(4):after {
	content: "4";
}

.ljpg_one .kuai:before {
	content: "鍖归厤绉绘皯椤圭洰";
	position: absolute;
	top: -25px;
	left: 70px;
	color: #e6c896;
}

.ljpg_one .kuai:nth-child(2):before {
	content: "鐢宠鏉′欢娴嬭瘎";
}

.ljpg_one .kuai:nth-child(3):before {
	content: "娴嬭瘯缁撴灉瑙ｈ";
}

.ljpg_one .kuai:nth-child(4):before {
	content: "娴嬭瘯缁撴灉瑙ｈ";
}

.ljpg_one .kuai.on:before {
	color: #876c4a;
}

.ljpg_one .kuai.on:after {
	color: #fff;
	background: #876c4a;
}

.ljpg_one .kuai.on {
	background: #876c4a;
}

.ljpg_two {
	float: left;
	margin-top: 70px;
	width: 100%;
}

.ljpg_two .float-left {
	width: 830px;
}

.ljpg_two .float-left .content {
	background: url(../images/ljbg1.png) top #fff no-repeat;
	min-height: 400px;
	float: left;
	width: 100%;
	background-size: 100%;
	padding: 0 28px;
	position: relative;
	padding-top: 125px;
}

.ljpg_two .float-left .content:after {
	content: "瀹屾垚浠ヤ笅棰樼洰锛岀珛鍗冲尮閰嶉€傚悎鐨勯」鐩�";
	position: absolute;
	width: 100%;
	top: 64px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.ljpg_two .float-left .content .title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.ljpg_two .float-left .content .title h3 {
	color: #f65a4e;
	font-size: 18px;
	position: relative;
}

.ljpg_two .float-left .content .title h3:after {
	width: 15px;
	height: 15px;
	float: left;
	background: #f6594e;
	content: "1";
	position: relative;
	top: 2px;
	margin-right: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}

.ljpg_two .float-left .content .title:nth-child(1) h3:after {
	content: "1";
}

.ljpg_two .float-left .content .title:nth-child(2) h3:after {
	content: "2";
}

.ljpg_two .float-left .content .title:nth-child(3) h3:after {
	content: "3";
}

.ljpg_two .float-left .content .title:nth-child(4) h3:after {
	content: "4";
}

.ljpg_two .float-left .content .title:nth-child(5) h3:after {
	content: "5";
}

.ljpg_two .float-left .content .title:nth-child(6) h3:after {
	content: "6";
}

.ljpg_two .float-left .content .title:nth-child(7) h3:after {
	content: "7";
}

.ljpg_two .float-left .content .title:nth-child(8) h3:after {
	content: "8";
}

.ljpg_two .float-left .content .title:nth-child(9) h3:after {
	content: "9";
}

.ljpg_two .float-left .content .title:nth-child(10) h3:after {
	content: "10";
}

.ljpg_two .float-left .content .title p {
	color: #999999;
	font-size: 14px;
}

.ljpg_two .float-left .content .title span {
	padding-right: 30px;
	margin-bottom: 10px;
}

.ljpg_two .float-left .content .title span input {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.ljpg_two .float-right {
	width: 310px;
	background: #fff;
}

.ljpg_two .float-right h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #fff;
	height: 60px;
	background: #876c4a;
	line-height: 60px;
	text-align: center;
}

.ljpg_two .float-right p {
	padding: 0 14px;
	padding-left: 20px;
	color: #333333;
}

.ljpg_two .float-right .bottom {
	height: 60px;
	background: #e6c896;
	width: 100%;
	float: left;
	text-align: center;
}

.ljpg_two .float-right .bottom a {
	width: 160px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	display: block;
	margin: auto;
	line-height: 40px;
	margin-top: 10px;
}

.ljpg_two .float-right .select {
	width: 265px;
	display: block;
	margin: auto;
	border: 1px solid #e9cfa4;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
}

.ljpg_two .float-right .select a {
	color: #333;
	display: block;
}

.ljpg_two .float-right .select .dropdown-menu {
	position: relative !important;
	transform: none !important;
	top: 0px !important;
	border: 0px;
	width: 100%;
}

.ljpg_two .float-right .select .dropdown-menu li {
	text-indent: 1em;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}

.ljpg_two .float-left .content2 {
	float: left;
	width: 100%;
}

.ljpg_two .float-left .content2 .title {
	margin-bottom: 18px;
	width: 100%;
	float: left;
	background: #fff;
}

.ljpg_two .float-left .content2 .title p {
	font-size: 14px;
	margin-bottom: 0px;
}

.ljpg_two .float-left .content2 .title:nth-child(1) {
	height: 60px;
	line-height: 20px;
	padding: 20px;
}

.ljpg_two .float-left .content2 .title h3 {
	height: 60px;
	float: left;
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 18px;
	position: relative;
}

.ljpg_two .float-left .content2 .title h3:after {
	content: "";
	height: 25px;
	width: 4px;
	background: #F6594E;
	float: left;
	position: relative;
	top: 17px;
	margin-right: 10px;
}

.ljpg_two .float-left .content2 .title span {
	padding: 0 18px;
	margin-bottom: 18px;
	float: left;
	margin-top: 10px;
}

.ljpg_two .float-left .content2 .title span input {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.ljpg_two .floatright {
	float: right;
	width: 305px;
	background: #fff;
}

.ljpg_two .floatright h3 {
	color: #fff;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	background: #f6594e;
	padding-left: 30px;
}

.ljpg_two .floatright h4 {
	padding-left: 30px;
	font-size: 16px;
	margin-top: 10px;
	color: #F6594E;
}

.ljpg_two .floatright p {
	padding-left: 30px;
}

.ljpg_two .floatright p:nth-child(3) {
	margin-top: 20px;
	margin-bottom: 5px;
}

.ljpg_two .floatright p:nth-child(4) {
	margin-top: 0px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}

.ljpg_two .floatright p:nth-child(6) {
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}

.ljpg_two .floatright .select {
	width: 100%;
	text-indent: 2.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}

.ljpg_two .floatright .select a {
	color: #333333;
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}

.ljpg_two .floatright .select:after {
	width: 17px;
	height: 17px;
	content: "";
	float: left;
	left: 30px;
	background: #876c4a;
	top: 7px;
	position: absolute;
	margin-right: 5px;
}

.ljpg_two .floatright .select:before {
	content: "+";
	float: left;
	color: #fff;
	left: 0px;
	top: 5px;
	position: absolute;
	margin-right: 5px;
	z-index: 55;
}

.ljpg_two .floatright .select .dropdown-menu {
	position: relative !important;
	transform: none !important;
	width: 100%;
	border: 0px;
	padding: 0;
}

.ljpg_two .floatright .select .dropdown-menu li {
	background: #f1e5d7;
	height: 40px;
	float: left;
	width: 100%;
}

.ljpg_two .floatright .select.show {
	background: #e6c896;
}

.ljpg_two .floatright .select.show a {
	color: #fff;
}

.ljpg_two .floatright .select .dropdown-menu li a {
	color: #333;
	height: 40px;
	line-height: 40px;
}

.ljpg_two .floatright .select.show:before {
	content: "-";
	left: 2px;
	top: 4px;
}

.ljpg_two .float-left .content2 .title2 {
	width: 100%;
	float: left;
	height: 60px;
	background: #e6c896;
}

.ljpg_two .float-left .content2 .title2 a {
	width: 160px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	display: block;
	margin: auto;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}

.ljpg_two .float-left .content2 .tishi {
	float: left;
	padding-left: 30px;
	color: #f6594e;
	font-size: 16px;
	margin-top: 20px;
}

.fwal_one {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.fwal_one a {
	height: 36px;
	float: left;
	width: 148px;
	border-radius: 20px;
	background: #e5c695;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin: 0 8px;
}

.fwal_one a:hover {
	background: #f65a4e;
}

.fwal_one a.on {
	background: #f65a4e;
}

.fwal_title {
	height: 26px;
	background: url(../images/fwal1.png) center no-repeat;
	background-size: 100%;
	float: left;
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

.fwal_title h3 {
	position: relative;
	width: 280px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
}

.fwal_title h3 span {
	font-weight: normal;
	font-size: 16px;
	float: right;
	top: 5px;
	position: relative;
	margin-left: 15px;
}

.fwal_title h3:after {
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #333;
	float: right;
	position: relative;
	top: 12px;
}

.fwal_fenlei {
	float: left;
	width: 100%;
	margin-top: 40px;
	background: #fff;
}

.fwal_fenlei a {
	color: #333;
	margin-right: 10px;
	font-size: 13px;
}

.fwal_fenlei .kuai {
	padding: 10px;
}

.fwal_fenlei .kuai:nth-child(1) {
	border-bottom: 1px dashed #eee;
}

.fwal_fenlei .kuai a.on {
	padding: 10px;
	line-height: 42px;
	height: 60px;
	background: #f7efe8;
	color: #896c47;
}

.fwal_fenlei .kuai a:hover {
	padding: 10px;
	line-height: 42px;
	height: 60px;
	background: #f7efe8;
	color: #896c47;
}

.fwal_content {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.fwal_content .kuai {
	width: 280px;
	position: relative;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.fwal_content .kuai img {
	width: 280px;
	height: 220px;
}

.fwal_content .kuai:nth-child(4n) {
	margin-right: 0;
}

.fwal_content .kuai span {
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: left;
	background: #EB6252;
	position: absolute;
	top: 0;
	text-align: center;
	color: #fff;
	left: 0;
}

.fwal_content .kuai .title {
	width: 100%;
	background: #fff;
	padding: 10px;
	float: left;
}

.fwal_content .kuai .title a {
	color: #333;
}

.fwal_content .kuai .title a:hover {
	color: #e5c695;
}

.fwal_content .kuai .title p {
	margin-bottom: 0px;
	color: #999;
	margin-top: 10px;
}

.fwal_content .kuai .title p i {
	margin-right: 2px;
	margin-left: 5px;
}

.fwal_content .kuai .video {
	width: 36px;
	height: 24px;
	position: absolute;
	top: 180px;
	background: rgba( 0, 0, 0, 0.5);
	float: left;
	left: 20px;
	border-radius: 16px;
	border: 1px solid #fff;
}

.fwal_content .kuai .video:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #fff;
	right: 6px;
	top: 5px;
}

.page_content {
	float: left;
	width: 100%;
	margin-top: 40px;
	background: #fff;
	padding: 40px;
}

.page_content .title1 {
	width: 1170px;
	position: relative;
	left: -40px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.page_content .fwal_content .kuai {
	width: 260px;
}

.page_content .fwal_content {
	margin: 0;
}

.fwal_content .index_fiver_content {
	width: 100%;
	float: left;
}

.fwal_content .index_fiver_content li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.fwal_content .index_fiver_content li:nth-child(6n) {
	margin-right: 0;
}

.index_fiver_content li:hover {
	-moz-box-shadow: 5px 5px 2px #eeeeee;
	/* 鑰佺殑 Firefox */
	box-shadow: 5px 5px 2px #eeeeee;
}

.jy-td_content {
	float: left;
	margin-top: 40px;
	width: 100%;
}

.jy-td_content .float-left {
	width: 835px;
}

.jy-td_content .float-left .content1 h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #e5c695;
	color: #fff;
	font-size: 18px;
}

.jy-td_content .float-left .content1 {
	float: left;
	background: #fff;
	width: 100%;
}

.jy-td_content .float-left .content1 .left {
	padding: 20px;
	float: left;
}

.jy-td_content .float-left .content1 .left img {
	width: 300px;
	height: 340px;
}

.jy-td_content .float-left .content1 .right {
	float: right;
	width: 495px;
	padding: 20px;
	height: 380px;
	position: relative;
}

.jy-td_content .float-left .content1 .right p {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.jy-td_content .float-left .content1 .right p:nth-child(4n) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.jy-td_content .float-left .content1 .right a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	float: left;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px;
	text-align: center;
	border: 1px solid #f65a4e;
	color: #f65a4e;
}

.jy-td_content .float-left .content2 h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #e5c695;
	color: #fff;
	font-size: 18px;
	float: left;
}

.jy-td_content .float-left .content2 {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 30px;
}

.jy-td_content .float-left .content2 p {
	padding: 0 20px;
}

.jy-td_content .float-left .content3 h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #e5c695;
	color: #fff;
	font-size: 18px;
	float: left;
}

.jy-td_content .float-left .content3 {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 30px;
}

.jy-td_content .float-right {
	width: 305px;
}

.jy-td_content .float-right .float-right {
	width: initial;
}

.jy-td_content .float-right .content1 li {
	padding: 5px 20px;
}

.jy-td_content .float-right .content1 li a {
	color: #333;
}

.jy-td_content .float-right .content1 li a:hover {
	color: #e5c695;
}

.jy-td_content .float-right .content1 {
	width: 100%;
	float: left;
	background: #fff;
}

.jy-td_content .float-right .content1 h3 {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	background: #f6594e;
	text-indent: 1em;
}

.jy-td_content .float-right .content2 {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 20px;
}

.jy-td_content .float-right .content2 h3 {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	background: #f6594e;
	text-indent: 1em;
}

.jy-td_content .float-right .content2 .kuai {
	width: 48%;
	margin: 1%;
	float: left;
}

.jy-td_content .float-right .content2 .kuai:hover {
	opacity: 0.5;
}

.jy-td_content .float-right .content2 .zxzx {
	float: left;
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px;
	text-align: center;
	border: 1px solid #f65a4e;
	color: #f65a4e;
	margin: 30px 5%;
}

.lx_content {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.lx_content .content1 {
	padding: 10px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
}

.lx_content .kuai {
	width: 25%;
	text-align: center;
	border-right: 1px solid #eee;
	float: left;
}

.lx_content .kuai img {
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

.lx_content .kuai span {
	color: #999999;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.lx_content .kuai p {
	margin-bottom: 5px;
}

.lx_content .kuai:nth-child(2) img {
	margin-bottom: 20px;
}

.lx_content .kuai:nth-child(4) img {
	margin-bottom: 20px;
}

.lx_content .content2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
	background: #f6594e;
	float: left;
	padding: 0 20px;
	color: #fff;
}

.lx_content .content3 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px;
	border-bottom: 1px solid #eee;
	margin-top: 40px;
}

.lx_content .content4 {
	float: left;
	width: 100%;
	background: #fff;
}

.lx_content .content4 .kuai {
	width: 48%;
	margin: 20px 1% 0px;
	float: left;
	border-right: 0px;
}

.lx_content .content4 .kuai .float-right {
	width: 46%;
	padding-right: 30px;
	text-align: left;
}

.lx_content .content4 .kuai img {
	margin: 0;
}

.lx_content .content4 .kuai .float-right h3 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
}

.lx_content .content4 .kuai .float-right p {
	margin-bottom: 5px;
	font-size: 14px;
}

.jy-td_content .ljpg_two {
	margin-top: 0px;
	margin-bottom: 20px;
}

.jy-td_content .ljpg_two .float-right h3 {
	height: 150px;
	background: url(../images/tupian_1.png) no-repeat;
	background-size: 100%;
	float: initial;
}

.jy-td_content .ljpg_two .float-right {
	width: 100%;
}

.jy-td_content .ljpg_two .float-right .bottom {
	background: #f6594e;
}

.jy-td_content .aodaliy {
	background: url(../images/adly_yimin.png) center no-repeat;
	background-size: 100%;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 28px;
	height: 335px;
}

.jy-td_content .aodaliy p {
	margin-top: 120px;
	color: #fff;
}

.jy-td_content .aodaliy a {
	width: 46%;
	margin: 0 2%;
	float: left;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}

.float-left_news {
	float: left;
	width: 835px;
	background: #fff;
}

.float-left_news .title li {
	width: 16.666666%;
	float: left;
	margin-top: 20px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.float-left_news .title li:before {
	height: 12px;
	content: "";
	width: 1px;
	background: #999;
	float: right;
	position: relative;
	top: 10px;
}

.float-left_news .title li a {
	color: #333;
}

.float-left_news .title li a:hover {
	background: #f6594e;
	padding: 10px;
	color: #fff;
}

.float-left_news .title li a.on {
	background: #f6594e;
	padding: 10px;
	color: #fff;
}

.float-left_news .title li:last-child:before {
	display: none;
}

.float-left_news .content {
	margin-top: 40px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

.float-left_news .content .float-left {
	width: initial;
	position: relative;
}

.float-left_news .content .float-left .bj_1 {
	width: 92px;
	height: 32px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: #f6594e;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

.float-left_news .content .float-left img {
	width: 195px;
	height: 130px;
}

.float-left_news .content_title {
	float: left;
	width: 100%;
	padding: 0 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}

.float-left_news .content .float-right {
	width: 72%;
}

.float-left_news .content .float-right h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}

.float-left_news .content .float-right h3:hover {
	color: #f65a4e
}

.float-left_news .content .float-right p {
	font-size: 14px;
	color: #999999;
	margin-bottom: 30px;
}

.float-left_news .content .float-right span i {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.page {
	float: left;
	width: 100%;
	padding: 20px 0px;
	margin-bottom: 35px;
	margin-top: 35px;
}

.page .page_content1 {
	display: table;
	margin: auto;
}

.page .page_content1 li {
	float: left;
}

.page .page_content1 li a {
	padding: 10px 15px;
	color: #333;
	border: 1px solid #999;
	margin: 0 10px;
}

.float-left_news .content_xq {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.float-left_news .title {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.float-left_news .content_xq h3.title {
	height: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}

.float-left_news .content_xq .content_cotent {
	padding: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.float-left_news .content_xq .content_cotent p {
	text-indent: 2em;
}

.float-left_news .content_fx {
	padding: 20px;
	float: left;
	width: 100%;
}

.float-left_news .content_fx .float-left {
	width: 50%;
}

.float-left_news .content_fx .float-right a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f6594e;
	color: #f6594e;
	float: right;
	border-radius: 4px;
}

.zsym_one {
	margin-top: 40px;
}

.float-left_news .content_xq .title_bd {
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 100%;
	border: 1px solid #e5c695;
}

.float-left_news .content_xq .title_bd h3 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: #e5c695;
}

.float-left_news .content_xq .title_bd input[type="text"] {
	width: 255px;
	height: 40px;
	margin: 20px 0;
	color: #666;
	margin-right: 10px;
	text-indent: 1em;
	outline: none;
}

.float-left_news .content_xq .title_bd input[type="submit"] {
	height: 40px;
	margin: 20px 0;
	background: #fff;
	color: #f65a4e;
	border: 1px solid #f65a4e;
	outline: none;
	cursor: pointer;
}

.hs_tishione {
	float: left;
	margin-top: 20px;
	color: #896c47;
}

.zxns_content {
	float: left;
	width: 100%;
	margin-top: 40px;
	background: #fff;
}

.zxns_content .th {
	height: 54px;
	line-height: 54px;
	float: left;
	width: 100%;
	background: #f6594e;
}

.zxns_content .th .kuai {
	float: left;
	text-align: center;
	color: #fff;
}

.zxns_content .th .kuai:nth-child(1) {
	width: 620px;
}

.zxns_content .th .kuai:nth-child(2) {
	width: 155px;
}

.zxns_content .th .kuai:nth-child(3) {
	width: 105px;
}

.zxns_content .th .kuai:nth-child(4) {
	width: 290px;
}

.zxns_content .td .kuai {
	float: left;
	text-align: left;
	color: #333;
	padding: 10px 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.zxns_content .td .kuai:nth-child(1) {
	width: 620px;
	text-indent: 2em;
}

.zxns_content .td .kuai:nth-child(1) h3 {
	color: #f6594e;
	font-size: 16px;
	margin-bottom: 15px;
}

.zxns_content .td .kuai:nth-child(1) p {
	margin-bottom: 5px;
}

.zxns_content .td .kuai:nth-child(2) {
	width: 155px;
	text-align: center;
}

.zxns_content .td .kuai:nth-child(3) {
	width: 105px;
	text-align: center;
}

.zxns_content .td .kuai:nth-child(4) {
	width: 290px;
	text-align: center;
}

.zxns_content .td .kuai:nth-child(4) a {
	border: 1px solid #F6594E;
	color: #F6594E;
	width: 120px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	float: left;
	margin: 0 10px;
	border-radius: 4px;
}

.rczl_content h3 {
	float: left;
	border-bottom: 2px solid #f6594e;
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 20px;
}

.rczl_content p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

.rczl_content .kuai_s {
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #fff;
}

.rczl_content .kuai_s .float-right {
	width: 31%;
	padding-left: 20px;
}

.rczl_content .kuai_s .float-right h5 {
	color: #f6594e;
	font-size: 52px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.rczl_content .kuai_s .float-right p {
	margin-bottom: 5px;
	color: #f6594e;
}

.about-1 {
	float: left;
	width: 100%;
	margin-top: 30px;

}

.about-1 .float-left {
	float: left;
	width: 58%;
}

.about-1 .float-left p {
	font-size: 14px;
}

.about-2 {
	background: url(../images/about_2.png) center #fff no-repeat;
	margin-top: 30px;
	height: 435px;
	float: left;
	width: 100%;
	padding: 20px 40px;
      -moz-box-shadow: 0px 2px 5px #e4e4e4;
    -webkit-box-shadow: 0px 2px 5px #e4e4e4;
    box-shadow: 0px 2px 5px #e4e4e4;
}

.about-2 .kuai {
	margin: 30px 0px;
	height: 95px;
	float: left;
	width: 32%;
}

.about-2 .kuai:nth-child(2n) {
	float: right;
	width: 37%;
	padding-left: 9%;
}

.about-2 .kuai p {
	margin-bottom: 5px;
}

.about-2 .kuai p span {
	color: #F6594E
}

.about-3 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.about-3 .kuai {
	width: 25%;
	text-align: center;
	background: #fff;
	float: left;
	height: 280px;
      -moz-box-shadow: 0px 2px 5px #e4e4e4;
    -webkit-box-shadow: 0px 2px 5px #e4e4e4;
    box-shadow: 0px 2px 5px #e4e4e4;
}

.about-3 .kuai .kuai_top {
	height: 150px;
	background: #e5c695;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.about-3 .kuai .kuai_top i {
	margin-top: 30px;
	display: block;
	font-size: 40px;
}

.rczl_content .about-3 .kuai p {
	margin-bottom: 0px;
	font-size: 14px;
}

.rczl_content .about-3 .kuai:hover {
	color: #fff;
	background: #f65a4e;
}

.rczl_content .about-3 .kuai:hover .kuai_top {
	background: #f65a4e;
}

.about-4 {
	float: left;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.about-4 li {
	float: left;
	margin-right: 20px;
}

.about-5 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.about-5 img {
	width: 225px;
	height: 121px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.about-5 img:nth-child(5n) {
	margin-right: 0;
}

.azfctz_content {
	margin-top: 40px;
	float: left;
	width: 100%;
	background: #e6c896;
	height: 86px;
}

.azfctz_content .kuai span {
	width: 102px;
	height: 86px;
	background: #896c47;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.azfctz_content .kuai span img {
	margin-top: 15px;
}

.azfctz_content .kuai span p {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.azfctz_content .kuai a {
	line-height: 86px;
	color: #725533;
	font-size: 16px;
	margin: 0 10px;
}

.azfctz_content .kuai {
	width: 33.3%;
	float: left;
}

.azfctz_content_one {
	float: left;
	width: 100%;
}

.azfctz_content_one .kuai {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
	padding: 20px;
}

.azfctz_content_one .kuai:hover {
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.azfctz_content_one .kuai img {
	float: left;
	width: 245px;
	height: 190px;
}

.azfctz_content_one .kuai .float-left {
	margin-left: 20px;
	width: 330px;
}

.azfctz_content_one .kuai .float-left h3 {
	font-size: 18px;
	color: #f6594e;
	margin-bottom: 30px;
}

.azfctz_content_one .kuai .float-left p {
	margin-bottom: 10px;
	color: #666;
}

.azfctz_content_one .kuai .float-right a {
	width: 165px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eee;
	color: #666666;
	float: left;
	margin-bottom: 10px;
	border-radius: 4px;
}

.azfctz_content_one .kuai .float-right a:hover {
	color: #fff;
	background: #f6594e;
	border: 1px solid #f6594e;
}

.azfctz_content_one .kuai .float-right {
	width: 165px;
	padding-top: 20px;
}

.azfctz_content_one .kuai .center_position {
	float: left;
	padding-top: 40px;
	color: #f6594e;
	text-align: center;
	width: 32%;
}

.azfctz_content_one .kuai .center_position h3 {
	font-size: 18px;
}

.azfctz_content_one h4 {
	width: 100%;
	background: #fff;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 16px;
	text-align: center;
}

.azfctz_content_one .about-5 div {
	width: 225px;
	margin-right: 11px;
	float: left;
}

.azfctz_content_one .about-5 div img {
	margin-bottom: 0;
}

.azfctz_content_one .about-5 div:nth-child(5) {
	margin-right: 0;
}

.adly_azfctz_xq {
	float: left;
	width: 100%;
}

.adly_azfctz_xq .float-left_news {
	width: 100%;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
}

.adly_azfctz_xq .content_cotent .float-left {
	width: 40%;
}

.adly_azfctz_xq .content_cotent .float-left .gallery-top .swiper-slide img {
	width: 540px;
	height: 410px;
}

.adly_azfctz_xq .content_cotent .float-left .gallery-thumbs {
	margin-top: 10px !important;
}

.adly_azfctz_xq .content_cotent .float-right {
	width: 57%;
	height: 480px;
	position: relative;
}

.adly_azfctz_xq .content_cotent .float-right h4 {
	height: 100px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
}

.adly_azfctz_xq .content_cotent .float-right h4 p {
	font-size: 28px;
	color: #f6594e;
	margin-bottom: 0;
}

.adly_azfctz_xq .content_cotent .float-right h5 {
	font-size: 18px;
}

.adly_azfctz_xq .content_cotent .float-right p {
	color: #666666;
  	font-size:16px;
}

.a_lianjie {
	position: absolute;
	bottom: 100px;
}

.a_lianjie a {
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #f6594e;
	border: 1px solid #f6594e;
	border-radius: 4px;
	margin: 0 10px;
	float: left;
	margin-bottom: 10px;
}

.a_lianjie a i {
	margin-right: 5px;
	position: relative;
	top: 1px;
	font-size: 20px;
}

.a_lianjie a:hover {
	color: #fff;
	background: #F6594E;
}

.liao_pad30 {
	padding: 30px;
	float: left;
	width: 100%;
}

.adly_azfctz_xq .hsymsrdz .float-left .right .dropdown-menu {
	width: 188px;
}

.dd_content {
	float: left;
	width: 100%;
}

.dd_content .float-left {
	width: 50%;
	padding-right: 5%;
}

.dd_content .float-left img {
	width: 100%;
}

.dd_content .float-right {
	width: 50%;
}

.page_content .fwal_content .kuai .video {
	top: 170px;
}

.jy-td_content .ljpg_two .float-right .select {
	background: #fff url(../images/beijingsnjiao.png) 236px no-repeat;
}

.jy-td_content .ljpg_two .float-right .select .dropdown-menu {
	position: absolute !important;
	transform: translate3d(1252px, 815px, 0px) !important;
	top: 0px !important;
	width: 266px;
	border: 1px solid #eee;
	border-top: 0;
	border-radius: 0px;
}

.jy-td_content .ljpg_two .float-right .select .dropdown-menu li {
	border-bottom: 0px;
}

.header li:nth-child(7) ul.two li ul {
	transform: translate(-675px);
}

.header li:nth-child(8) ul.two li ul {
	transform: translate(-675px);
}

.header li:nth-child(9) ul.two li ul {
	transform: translate(-675px);
}

.header li:nth-child(10) ul.two li ul {
	transform: translate(-675px);
}

.zhyy_one {
	background: url(../images/zhyy.png) center no-repeat;
	width: 100%;
	background-size: 100%;
	height: 150px;
	margin-top: 40px;
	position: relative;
	float: left;
}

.zhyy_one a.tijiao {
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	float: left;
	width: 216px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 21px;
	height: 40px;
	text-indent: 129px;
	line-height: 40px;
}

.zhyy_one .kuai {
	margin-top: 30px;
	float: left;
	margin-left: 55px;
}

.zhyy_one .kuai span {
	width: 80px;
	float: left;
	line-height: 40px;
}

.zhyy_one .kuai li.select {
	float: left;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	position: relative;
	border-radius: 4px;
	background: url(../images/zhyy_bj1.png) right 1px no-repeat #ffebc9;
}

.zhyy_one .kuai li.select a {
	display: block;
	color: #e6c896;
}

.zhyy_one .kuai li.select ul.dropdown-menu.show {
	width: 100.7%;
	border-radius: 0px;
	top: -3px !important;
	border-top: 0px;
	background: #ffebc9;
	left: -1px !important;
}

.zhyy_one .kuai li.select ul.dropdown-menu.show a {
	display: block;
	cursor: pointer;
}

.zhyy_one .kuai li.select ul.dropdown-menu.show a:hover {
	background: #fff;
}

.zhyy2content {
	float: left;
	width: 100%;
	float: left;
	margin-top: 30px;
	z-index: 5;
	position: relative;
}

.zhyy2content:after {
	content: "";
	background: url(../images/zhyy2.png) no-repeat;
	background-size: 100%;
	height: 70px;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.zhyy_qqym {
	height: 480px;
	width: 1123px;
	margin: auto;
	background: #fff;
	padding: 0 40px;
	padding-top: 70px;
}

.zhyy_qqym .kuai {
	height: 390px;
	float: left;
	width: 610px;
	background: url(../images/zhyy3.png) no-repeat;
	background-size: 100%;
	padding: 15px;
	position: relative;
}

.zhyy_qqym img {
	float: right;
	height: 360px;
}

.zhyy_qqym .kuai h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

.zhyy_qqym .kuai p {
	padding-left: 10px;
	margin-bottom: 5px;
}

.zhyy_qqym .kuai p span {
	color: #ea4d41;
}

.zhyy_qqym .kuai a {
	width: 208px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	bottom: 57px;
	left: 200px;
}

.zhyy2content h4 {
	z-index: 6;
	position: relative;
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
}

.zhyy_qqym1 {
	height: 960px;
	width: 1123px;
	margin: auto;
	background: #fff;
	padding: 0 40px;
	padding-top: 70px;
	position: relative;
}

.zhyy_qqym1 .kuai {
	width: 510px;
	float: left;
	margin-bottom: 20px;
}

.zhyy_qqym1 .kuai:nth-child(2n) {
	float: right;
}

.zhyy_qqym1 .kuai img {
	width: 250px;
	height: 250px;
}

.zhyy_qqym1 .kuai .float-right {
	background: #f0f0f0;
	width: 260px;
	height: 250px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}

.zhyy_qqym1 .kuai .float-right h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.zhyy_qqym1 .kuai .float-right p {
	margin-bottom: 5px;
	color: #666666;
}

.zhyy_qqym1 .kuai .float-right span {
	position: absolute;
	right: 0;
	top: 0;
}

.zhyy_qqym1 .kuai .float-right span dd {
	position: relative;
	z-index: 55;
	color: #fff;
	text-align: center;
	width: 43px;
	float: left;
	margin-top: 5px;
}

.zhyy_qqym1 .kuai .float-right span:after {
	position: absolute;
	width: 100px;
	height: 0;
	border-left: 0px;
	border-right: 105px;
	border-bottom: 45px;
	border-style: dashed solid solid dashed;
	border-color: #ea4d41 #ea4d41 transparent transparent;
	right: 0px;
	top: -3px;
	content: "";
}

.zhyy_qqym1 .kuai .float-right a {
	position: absolute;
	bottom: 20px;
	height: 40px;
	width: 222px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	float: left;
	left: 0;
	right: 0;
	margin: auto;
	background: #e6c896;
	text-align: center;
}

.zhyy_qqym1 .ckgd {
	position: absolute;
	width: 239px;
	height: 50px;
	background: url(../images/zhyy5.png) no-repeat;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.zhyy_qqym2 {
	height: 850px;
	width: 1123px;
	margin: auto;
	background: #fff;
	padding: 0 40px;
	padding-top: 50px;
	position: relative;
}

.zhyy_qqym2 .zhyy_qqym2_top {
	width: 100%;
	float: left;
}

.zhyy_qqym2 .zhyy_qqym2_top .float-right {
	width: 73%;
	height: 300px;
	position: relative;
}

.zhyy_qqym2 .zhyy_qqym2_top img {
	width: 250px;
	height: 300px;
}

.zhyy_qqym2 .zhyy_qqym2_top .float-right h3 {
	font-size: 18px;
}

.zhyy_qqym2 .zhyy_qqym2_top .float-right p {
	margin-top: 10px;
}

.zhyy_qqym2 .zhyy_qqym2_top .float-right a {
	width: 198px;
	float: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 43px;
	line-height: 50px;
	background: url(../images/zhhy6.png);
}

.zhyy_qqym2 .zhyy_qqym2_bottom {
	margin-top: 25px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.zhyy_qqym2 .zhyy_qqym2_bottom h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.zhyy_qqym2 .zhyy_qqym2_bottom p {
	font-size: 14px;
	margin-bottom: 5px;
}

.zhyy_qqym2 .zhyy_qqym2_bottom .kuai {
	float: left;
	width: 50%;
	padding-right: 10%;
}

.zhyy_qqym2 .zhyy_qqym2_bottom .kuai:nth-child(2) {
	float: right;
}

.zhyy_qqym3 {
	height: 810px;
	width: 1123px;
	margin: auto;
	background: #fff;
	padding: 0 40px;
	padding-top: 50px;
	position: relative;
	text-align: center;
}

.zhyy_qqym3 h3 {
	color: #725533;
	font-size: 18px;
}

.zhyy_qqym3 p {
	color: #666666;
	margin-bottom: 20px;
}

.zhyy_qqym3 .kuai {
	width: 335px;
	float: left;
	margin-right: 19px;
	margin-bottom: 19px;
}

.zhyy_qqym3 .kuai img {
	height: 160px;
	width: 100%;
}

.zhyy_qqym3 .kuai .title {
	text-align: left;
	padding: 15px;
	border: 1px solid #eee;
	border-top: 0px;
}

.zhyy_qqym3 .kuai .title h3 {
	font-size: 18px;
	color: #ea4d41;
}

.zhyy_qqym3 .kuai .title p {
	margin-bottom: 5px;
}

.zhyy_qqym3 .kuai:nth-child(3n) {
	margin-right: 0;
}

.mfzl1 {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.mfzl1 .kuai {
	width: 275px;
	height: 215px;
	background: #fff;
	float: left;
	text-align: center;
	margin-right: 23px;
}

.mfzl1 .kuai h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

.mfzl1 .kuai h3 span {
	color: #725533;
	margin-right: 3px;
}

.mfzl1 .kuai:last-child {
	margin-right: 0;
}

.mfzl2 {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.mfzl2 img {
	float: left;
}

.mfzl2 .kuai {
	width: 578px;
	float: left;
	height: 220px;
	background: #fff;
	text-align: center;
}

.mfzl2 .kuai h3 {
	font-size: 18px;
	margin-top: 50px;
}

.mfzl2 .kuai h4 {
	font-size: 18px;
	margin-bottom: 30px;
}

.mfzl3 {
	height: 60px;
	background: #c9a96e;
	width: 100%;
	float: left;
	margin-top: 30px;
}

.mfzl3 .kuai li.select {
	float: left;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	position: relative;
	border-radius: 4px;
	background: url(../images/mfzl7.png) right 4px no-repeat #fff;
}

.mfzl3 .kuai li.select a {
	display: block;
	color: #e6c896;
}

.mfzl3 .kuai li.select ul.dropdown-menu.show {
	width: 100.7%;
	border-radius: 0px;
	top: -3px !important;
	border-top: 0px;
	background: #ffebc9;
	left: -1px !important;
}

.mfzl3 .kuai li.select ul.dropdown-menu.show a {
	display: block;
	cursor: pointer;
}

.mfzl3 .kuai li.select ul.dropdown-menu.show a:hover {
	background: #fff;
}

.mfzl3 .kuai {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding: 10px 20px;
}

.mfzl3 .kuai span {
	line-height: 40px;
	float: left;
	width: 70px;
}

.mfzl4 {
	margin-top: 30px;
	float: left;
	width: 100%;
	background: #fff;
}

.mfzl4 .title {
	padding: 20px;
	padding-top: 10px;
  	padding-bottom:0px;
}

.mfzl4 .title h3 {
font-size: 32px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}
.mfzl4 img{
	margin-bottom:15px;
}
.mfzl4 .title input[type=radio]:checked+.rad_1,
.rad_1.checked {
	background: #c9a96e;
	color: #fff;
}

.mfzl4 .title .rad_1 {
    border: 1px solid #ccc;
    width: 250px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
  font-weight:bold;
    font-size: 20px;
	color:#725533;
}

.mfzl4 .title input[type="radio"] {
	opacity: 0;
	position: absolute
}

.mfzl5 {
	width: 100%;
	height: 170px;
	background: url(../images/mfzlsqzl.png) no-repeat;
	float: left;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}

.mfzl5 .kuai li.select {
	float: left;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	position: relative;
	border-radius: 4px;
	background: url(../images/mfzl7.png) right 4px no-repeat #fff;
}

.mfzl5 .kuai li.select a {
	display: block;
	color: #e6c896;
}

.mfzl5 .kuai li.select ul.dropdown-menu.show {
	width: 100.7%;
	border-radius: 0px;
	top: -3px !important;
	border-top: 0px;
	background: #ffebc9;
	left: -1px !important;
}

.mfzl5 .kuai li.select ul.dropdown-menu.show a {
	display: block;
	cursor: pointer;
}

.mfzl5 .kuai li.select ul.dropdown-menu.show a:hover {
	background: #fff;
}

.mfzl5 .kuai {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding: 10px 20px;
}

.mfzl5 .kuai span {
	line-height: 40px;
	float: left;
	width: 70px;
}

.mfzl5 input[type="submit"] {
	position: absolute;
	opacity: 0;
	bottom: 22px;
	cursor: pointer;
	left: 0;
	right: 0;
	width: 262px;
	margin: auto;
	height: 40px;
}

.cg_case {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.cg_case .kuai {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
  -moz-box-shadow: 0px 2px 5px #e4e4e4;
    -webkit-box-shadow: 0px 2px 5px #e4e4e4;
    box-shadow: 0px 2px 5px #e4e4e4;
}

.cg_case .kuai .float-left img {
	width: 430px;
	height: 250px;
}

.cg_case .kuai .float-right {
	width: 715px;
	padding-right: 20px;
}

.cg_case .kuai .float-right a h3 {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cg_case .kuai .float-right a h3:hover {
	color: #896c47;
}

.cg_case .kuai .float-right:hover a h3 {
	color: #725533;
}

.kuai_bk {
	width: 280px;
	float: left;
	position: relative;
	margin-right: 16px;
	margin-bottom: 16px;
}

.kuai_bk img {
	width: 280px;
	height: 385px;
	float: left;
}

.kuai_bk h3 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 40px;
	text-align: center;
	width: 100%;
}

.kuai_bk .absolute_kuai {
	width: 225px;
	height: 165px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.8);
}

.kuai_bk .absolute_kuai a {
	width: 156px;
	height: 33px;
	display: block;
	margin: auto;
	text-align: center;
	border: 1px solid #bfbfc0;
	margin-top: 15px;
	line-height: 33px;
	color: #666666;
}

.kuai_bk .absolute_kuai a:nth-child(1) {
	margin-top: 20px;
}

.kuai_bk .absolute_kuai a:hover {
	color: #fff;
	background: #f6594e;
	border: 1px solid #f6594e;
}

.kuai_bk:nth-child(4n) {
	margin-right: 0px;
}

.formaa input[type="text"] {
	height: 44px;
	text-indent: 1em;
	font-size: 14px;
	width: 378px;
	float: left;
	border: 1px solid #e7ca9f;
	border-right: 0px;
	margin-top: 25px;
	background: #fff6eb;
	outline: none;
}

.formaa input[type="submit"] {
	float: left;
	height: 44px;
	margin-top: 25px;
	background: #e83428;
	border: #e83428;
	width: 50px;
	font-family: "iconfont" !important;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.ym_list {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.ym_list .float-left {
	width: 250px;
	background: #f6594e;
	text-align: center;
	padding: 0 4px;
}

.ym_list .float-left h3 {
	color: #fff;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

.ym_list .float-left li.select {
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	float: left;
	line-height: 44px;
	position: relative;
	text-align: left;
	text-indent: 4em;
}

.ym_list .float-left li.select a {
	color: #333;
	width: 100%;
	position: relative;
	float: left;
	z-index: 5;
}

.ym_list .float-left li.select:last-child {
	margin-bottom: 30px;
}

.ym_list .float-left li.select:before {
	content: "\e6a3";
	font-family: "iconfont" !important;
	left: -25px;
	position: absolute;
}

.ym_list .float-left li.select.show:before {
	content: "\e661";
	font-family: "iconfont" !important;
}

.ym_list .float-left li.select ul.dropdown-menu.select1form.show {
	position: relative !important;
	left: -1px !important;
	top: 0px !important;
	margin-top: 0;
	border-radius: 0 !important;
	width: 101%;
	padding: 0px;
	transform: inherit !important;
}

.ym_list .float-left li.select ul li {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 28px;
	text-indent: 0;
}

.ym_list .float-left li.select ul li:hover {
	background: #f6594e;
}

.ym_list .float-left li.select ul li:hover a {
	color: #fff;
}

.ym_list .float-right {
	width: 880px;
}

.ym_list .float-right .kuai {
	width: 430px;
	float: left;
	background: #fff;
	height: 365px;
	margin-bottom: 20px;
}

.ym_list .float-right .kuai h3 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #eceaeb;
	position: relative;
	color: #f6594e;
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 25px;
}

.ym_list .float-right .kuai h3:after {
	content: "";
	height: 55px;
	width: 4px;
	background: #F6594E;
	position: absolute;
	left: 0;
}

.ym_list .float-right .kuai li {
	text-indent: 2.2em;
	margin-bottom: 20px;
}

.ym_list .float-right .kuai li a {
	color: #333333;
}

.ym_list .float-right .kuai li:hover a {
	color: #f6594e;
}

.ym_list .float-right .kuai:nth-child(3) {
	float: right;
}

.ym_list .float-right .kuai:nth-child(5) {
	float: right;
}

.ymzh {
	width: 100%;
	float: left;
}

.ymzh .kuai {
	width: 380px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
      border-top: 1px solid #eee;
    -moz-box-shadow: 0px 2px 5px #e4e4e4;
    -webkit-box-shadow: 0px 2px 5px #e4e4e4;
    box-shadow: 0px 2px 5px #e4e4e4;
    padding: 18px 14px;
}

.ymzh .kuai:nth-child(3n) {
	margin-right: 0;
}

.ymzh .kuai img {
	width: 100%;
	height: 220px;
}

.ymzh .kuai .title {
	height: 250px;
	background: #fff;
	padding: 12px;
	position: relative;
}

.ymzh .kuai .title h3 {
	font-size: 18px;
	color: #725533;
	margin-bottom: 20px;
}

.ymzh .kuai .title p {
	margin-bottom: 5px;
}

.ymzh .kuai .title a {
	position: absolute;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #725533;
	color: #725533;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}


/*浜屾娣诲姞css*/

.gjdb_one {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.lanmu_gjdb {
	float: left;
	width: 100%;
	background: #f6594e;
	height: 60px;
	line-height: 60px;
	text-indent: 1em;
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
}

.content_gjdb {
	float: left;
	width: 100%;
}

.content_gjdb .kuai {
	position: relative;
	width: 20%;
	float: left;
	height: 118px;
	border: 1px solid #eeeeee;
	background: #fff;
}

.content_gjdb .kuai input[type="checkbox"]+span {
	opacity: 0;
}

.content_gjdb .kuai input[type="checkbox"]:checked+span {
	opacity: 1;
}

.content_gjdb .kuai input {
	opacity: 0;
	width: 100%;
	float: left;
	position: absolute;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	left: 0;
}

.content_gjdb .kuai span {
	position: absolute;
	float: left;
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.24);
	height: 100%;
	overflow: hidden;
	left: 0;
	line-height: 110px;
	color: #fff;
	font-size: 18px;
	text-indent: 5em;
}

.content_gjdb .kuai span:after {
	content: "";
	float: left;
	position: absolute;
	background: url(../images/gjdbp.png) no-repeat;
	bottom: 38px;
	right: 145px;
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
}

.content_gjdb .kuai label {
	display: none;
}

.content_gjdb .kuai .kuai1 img {
	float: left;
	margin-left: 52px;
	margin-top: 20px;
}

.content_gjdb .kuai .kuai1 dd {
	float: left;
	margin-left: 20px;
	margin-top: 28px;
	font-size: 18px;
}

.content_gjdb .kuai .kuai1 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #876c4a;
	margin-top: 15px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.gjdb_nr {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 40px;
	padding: 20px;
}

.gjdb_nr p {
	margin-bottom: 5px;
}

.duibi {
	height: 100px;
	background: #e6c896;
	float: left;
	width: 100%;
}

.duibi a {
	display: block;
	margin: auto;
	margin-top: 30px;
	border: 1px solid #fff;
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.content_gjdb .kuai:hover span {
	opacity: 1 !important;
}

.index_one .container .width100 {
	background: #f6594e;
	position: relative;
}

.ee {
	float: right;
	width: 85%;
	overflow: hidden;
	margin-right: 35px;
	margin-top: 5px;
}



.index_one .container .hd {
	position: absolute;
}

.index_one .container .hd {
	position: absolute;
	width: 100%;
	height: 100%;
}

.index_one .container .hd a.next {
	position: absolute;
	left: 7.5%;
	cursor: pointer;
	font-size: 20px;
	top: 25%;
  	z-index:999;
  	color:#fff;
}

.index_one .container .hd a.prev {
	position: absolute;
	right: 0px;
	z-index: 999;
	cursor: pointer;
	top: 25%;
  color:#fff;
}

.index_one .container .hd a i {
	font-size: 50px;
}

.index_two .center .kuai {
	width: 275px;
	margin-top: 25px;
	float: left;
	margin-right: 28px;
}

.index_two .center .kuai:last-child {
	margin-right: 0;
}

.index_two .center .kuai .title {
	border-bottom: 2px solid #e8bc74;
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.index_two .center .kuai .title .lef {
	float: left;
	width: 130px;
	height: 38px;
	background: #e8bc74;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
}

.index_two .center .kuai .title a {
	float: right;
	line-height: 38px;
	color: #333;
	font-size: 14px;
}

.index_two .center .kuai .title i {
	font-size: 20px;
}

.index_two .center .kuai:nth-child(1) .title {
	border-bottom: #f6594e 2px solid;
}

.index_two .center .kuai:nth-child(1) .title .lef {
	background: #f6594e;
}

.index_two .center .kuai a.a2 img {
	width: 100%;
	height: 138px;
	margin-bottom: 16px;
}

.index_two .center .kuai a.a2 h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 16px;
}

.index_two .center .kuai a.a2:hover h3 {
	color: #F6594E;
}

.index_two .center .kuai a.a2:hover img {
	opacity: 0.8;
}

.index_two .center .kuai li a {
	color: #333;
	font-size: 16px;
}

.index_two .center .kuai li a span {
	color: #f6594e;
}

.index_two .center .kuai li a:hover {
	color: #f6594e;
}

.index_two .center .kuai li {
	margin-bottom: 5px;
}

.index_four .left {
	width: 830px;
	float: left;
  	border-top:1px solid #eee;
	background: #fff;
	height: 420px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index_four .left img {
	float: left;
}

.four_left1 {
	width: 602px;
	float: left;
	position: relative;
	height: 421px;
}

.four_left1 .hd {
	position: absolute;
	left: -123px;
	width: 123px;
	bottom: 0;
}

.four_left1 .hd li {
	width: 100%;
	height: 92px;
	background: rgba(127, 127, 127, 0.8);
	margin-bottom: 12px;
	text-align: center;
	color: #fff;
}

.four_left1 .hd li i {
	display: block;
	margin-top: 10px;
	color: #fff;
	float: left;
	margin-bottom: 0px;
	font-size: 30px;
	width: 100%;
}

.four_left1 .hd li.on {
	background: rgba(255, 255, 255, 0.9);
	color: #f6594e;
}

.four_left1 .hd li.on i {
	color: #f6594e;
}

.four_left1 .bd {
	padding: 20px;
}

.four_left1 .bd .one {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.four_left1 .bd .one img {
	width: 279px;
	height: 198px;
}

.four_left1 .bd .one .float-right {
	width: 260px;
	float: right;
}

.four_left1 .bd .one .float-right h3 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}

.four_left1 .bd .one .float-right p {
	font-size: 16px;
	color: #666666;
  	text-indent:2em;
}

.four_left1 .bd .one:hover img {
	opacity: 0.9;
}

.four_left1 .bd .one:hover h3 {
	color: #F6594E;
}

.four_left1 .bd li a {
	color: #333;
	font-size: 16px;
	width: 100%;
	position: relative;
	padding-left: 1rem;
	float: left;
}

.four_left1 .bd li a span {
	float: right;
}

.four_left1 .bd li a:hover {
	color: #F6594E;
}

.four_left1 .bd li {
	margin-bottom: 6px;
	float: left;
	width: 100%;
}

.four_left1 .bd li a:before {
	content: "";
	height: 4px;
	width: 4px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 10px;
}

.four_left1 .bd li a:hover:before {
	background: #F6594E;
}

.index_three.sygb .index_three_content1 .bd img {
	width: 655px;
	height: 483px;
}

.index_three.sygb .index_three_content1 .bd .right {
	background: #fff;
	color: #333;
}

.index_three.sygb .index_three_content1 .bd .right h3 {
	color: #333;
}

.index_three.sygb .index_three_content1 .bd .right p {
	color: #333;
  text-indent: 2em;
}

.index_three.sygb .index_three_content1 .bd .right a.float-left {
	color: #333;
	border: 1px solid #333;
	width: 102px;
  	border-radius:4px;
}

.index_three.sygb .index_three_content1 .bd .right a.float-right {
	color: #333;
	border: 1px solid #333;
	width: 102px;
  	border-radius:4px;
}

.index_three.sygb .index_three_content1 .bd .right a:hover {
	color: #fff;
	border: 1px solid #fff;
}

.beijing5 {
	float: left;
	width: 100%;
	background: url(../images/beijing5.jpg);
	padding-bottom: 30px;
}

.index_three_content2 .hd ul li {
	float: left;
	padding: 0 20px;
	border: 1px solid #fff;
	line-height: 40px;
	margin-bottom: 0px;
	width: 108px;
	height: 38px;
	top: 2px;
	cursor: pointer;
	margin-top: 14px;
	text-align: center;
	color: #333;
	margin-right: 10px;
}

.index_three_content2 .hd ul li.on span {
	color: #fff;
}

.index_three_content2 .hd ul li span {
	color: #333;
	width: 100%;
}

.index_three_content2 .hd ul li.on {
	background: #e6c896;
	border: 1px solid #e6c896;
}

.index_three_content2 .hd ul li.on:after {
	display: none;
}

.index_three .index_three_content2 .biaoti_three a {
	height: 38px;
	width: 105px;
	text-align: center;
	border-radius: 40px;
	line-height: 38px;
	text-indent: 0;
	margin-top: 15px;
	margin-right: 18px;
	background: #fff;
	border: 1px solid #333;
	font-weight: normal;
	color: #333;
}

.index_three .index_three_content2 .biaoti_three a:hover {
	color: #fff;
	background: #F6594E;
	border: 1px solid #F6594E;
}

.index_three .index_three_content2 .biaoti_three a:after {
	display: none;
}

.index_fiver .biaoti_three {
	height: 68px;
	line-height: 68px;
}

.index_fiver .biaoti_three h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 66px;
	margin-right: 23px;
}/*

.index_fiver h3 {
	font-size: 24px;
	font-weight: bold;
	float: left;
	position: relative;
	line-height: 40px;
	margin-right: 20px;
	margin-bottom: 0;
}
*/
.index_fiver .biaoti_three h3 i {
	font-size: 24px;
	margin-left: 20px;
	margin-right: 10px;
	color: #f6594e;
}

.index_fiver .biaoti_three h3:before {
	display: none;
}

.index_fiver .biaoti_three h3:after {
	display: none;
}

.index_fiver .biaoti_three a {
	height: 38px;
	width: 105px;
	text-align: center;
	border-radius: 40px;
	line-height: 38px;
	text-indent: 0;
	margin-top: 15px;
	margin-right: 18px;
	background: #fff;
	border: 1px solid #333;
	font-weight: normal;
	color: #333;
}

.index_fiver .biaoti_three a:hover {
	color: #fff;
	background: #F6594E;
	border: 1px solid #F6594E;
}

.index_fiver .biaoti_three a:after {
	display: none;
}

.index_fiver.sygb {
	padding-top: 40px;
	background: url(../images/beijing6.jpg);
	margin-bottom: 0;
	padding-bottom: 40px;
}

.ymbdbt {
	background: url(../images/beijing7.png) 0 14px no-repeat;
	width: 100%;
	height: 30px;
	background-size: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.index302018 {
	width: 100%;
	float: left;
	background: #f0f0f8;
	padding-top: 30px;
	padding-bottom: 30px;
}

.index302018 .floatlef {
	float: left;
	width: 400px;
  	height:585px;
	background: #fff;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}

.index302018 .floatlef .title {
	background: url(../images/aaw.gif) center -5px no-repeat #f6594e;
    height: 60px;
    padding: 0 10px;
}

.index302018 .floatlef .title h3 {
	float: left;
	line-height: 60px;
	color: #fff;
	font-size: 28px;
	margin-bottom: 0px;
}

.index302018 .floatlef .title a {
	float: right;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}
.index302018 .floatlef .content1a{
	position: relative;
	float: left;
	width: 100%;
	
}
.index302018 .floatlef .content1a .hd{
	position: absolute;
	height: 75%;
	width: 100%;
	z-index: 999;
	
}
.index302018 .floatlef .content1a .hd a.next{
	width: 44px;
	height: 86px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	float: left;
	text-align: center;
	line-height: 86px;
	margin-top: 35%;	
	cursor: pointer;
}
.index302018 .floatlef .content1a .hd a.prev{
	width: 44px;
	height: 86px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	float: right;
	text-align: center;
	line-height: 86px;
	margin-top: 35%;	
	cursor: pointer;
}
.index302018 .floatlef .content1a .ccsq{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
}
.index302018 .floatlef .content1a .ccsq li{
	float: left;
	margin-bottom: 5px;
	width: 100%;
  	font-size:16px;
}
.index302018 .floatlef .content1a .ccsq li a{
	color: #333;
}
.index302018 .floatlef .content1a .ccsq li a span{
	width: 68px;
	height: 30px;
	float: right;
	text-align: center;
	color: #fff;
	background: #F6594E;
	border-radius: 4px;
	line-height: 30px;
}
.index302018 .floatlef .content1a .ccsq li a{
	float: left;
	width: 100%;
}
.index302018 .floatlef .content1a .ccsq li:hover a{
	color: #F6594E;
}
.index302018 .floatright{
    float: right;
    width: 744px;
    background: #fff;
    text-align: left;
    padding:15px;
    height: 585px;
-moz-box-shadow:0px 2px 5px #e4e4e4; -webkit-box-shadow:0px 2px 5px #e4e4e4; box-shadow:0px 2px 5px #e4e4e4;
}
.index302018 .floatright .content2a {
	margin-top: 20px;
}
.index_fiver.sygb
.index302018 .floatright .content2a  .hd li{
	width: 345px;
	height: 50px;
	float: left;
	background: #e6c896;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius:4px;
	
}

.index_fiver.sygb  .biaoti_three{
	background:#ffeccf;
}
.index_fiver.sygb  .biaoti_three a{
		color:#f6594e !important;
	border:1px solid #f6594e !important;
  	background: #ffeccf !important;
}

.index_fiver.sygb  .biaoti_three h3{
		color:#f6594e;
  	
}
.index302018 .floatright .content2a  .hd li:last-child{
	float: right;
}
.index302018 .floatright .content2a  .hd li.on{
	background: #F6594E;
}

.beijing10{
	background:url(../images/beijing10.jpg) ;
	float: left;
	widows: 100%
}
.biaoti_three.tssw.beijing11{
	background: url(../images/beijing11.png) no-repeat;

}
.biaoti_three.tssw.beijing11 h3{
	margin-left: 16px;
	color: #fff;
}
.adly_six .float-left{
	width: 100%;
	background: #F6594E;
	height: 70px;
	position: relative;
	color: #fff;
	line-height: 70px;
	
}
.adly_six .float-left h3{
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
  	position:relative;
}
.adly_six .float-left h3:after{
    content: "";
    width: 0;
    height: 0;
    border-width: 17px 17px 0;
    border-style: solid;
    border-color: #f6594e transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}

.adly_six .float-left h3 span{
	font-size: 26px;
}
.index_az188acy .float-right {
    width: 400px;
    height: 420px;
    background: #fff;
    padding: 10px 0;
}
.index_az188acy .float-right .kuai a {
    color: #333;
    float: right;
    width: 58%;
}
.index_az188acy .float-right .kuai a div:nth-child(1) {
    font-size: 16px;
  margin-bottom:10px;
}
.index_az188acy .float-right .kuai a div:nth-child(2) {
    font-size: 14px;
	color:#666
}
.index_az188acy .float-right .kuai {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 30px;
}

.biaoti_three.bjhong {
    background: #f6594e;
    color: #fff;
}
.biaoti_three.bjhong  h3 i{
	color:#fff;
}

.biaoti_three.bjhong   ul li span{
	color:#fff !important;
}
.biaoti_three.bjhong a{
	border:1px solid #fff !important;
  	color:#fff !important;
  	background:#f6594e !important;
}










.index302018 .floatright .content2a  .hd li{
	width: 345px;
	height: 50px;
	float: left;
	background: #e6c896;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius:4px;
	
}
.index302018 .floatright .content2a  .hd li:last-child{
	float: right;
}
.index302018 .floatright .content2a  .hd li.on{
	background: #F6594E;
}

.beijing10{
	background:url(../images/beijing10.jpg) ;
	float: left;
	widows: 100%
}
.biaoti_three.tssw.beijing11{
	background: url(../images/beijing11.png) no-repeat;

}
.biaoti_three.tssw.beijing11 h3{
	margin-left: 16px;
	color: #fff;
}
.adly_six .float-left{
	width: 100%;
	background: #F6594E;
	height: 70px;
	position: relative;
	color: #fff;
	line-height: 70px;
	
}
.adly_six .float-left h3{
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
}
.adly_six .float-left h3 span{
	font-size: 26px;
}




