* {
	padding: 0;
	margin: 0;
	font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, FZLanTingHeiS-L-G, PingFang SC, Microsoft YaHei;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
input {
}
body {
	background-color: white;
}
img {
	border: none;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: inherit;
	text-decoration: none !important;
}
.cl {
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.t-c{
	text-align: center;
}
.p-a{
	position: absolute;
}
.p-r{
	position: relative;
}
.o-h{
	overflow: hidden;
}
.none{
	display: none;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.font19{
	font-size: 19px;
}
.font28{
	font-size: 28px;
}
.font-weight{
	font-weight: bold;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
h3 a:hover, h4 a:hover {
	color: #f1d68b;
}
/**/

.header-top {
	width: 1200px;
	margin: 0px auto 5px;
	height: 30px;
	justify-content: space-between;
}
.header-top .renzheng{
	width: 75px;
	height: 40px;
	line-height: 40px;
}
.header-top .renzheng img{
	width: 100%;
	height: auto;
	margin-top: 9px;
}
.header-top p {
	color: #666;
	font-size: 12px;
	line-height: 40px;
	margin-left: 20px;
}
.header-top p a {
	font-size: 12px;
	line-height: 40px;
}
.header-top p i {
	line-height: 40px;
	display: block;
}
.header-top .ksdh{
	color: #666666;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}
.header-top .ksdh li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.header-top .ksdh .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
.header-top .ksdh a {
	color: #666;
	display: inline-block;
	font-size: 12px;
}
.header {
	width: 100%;
	background: #ebebeb;
    height: 40px;
}
.header .logo {
	position: relative;
}
.header .logo h1 {
	line-height: 80px;
}
.logo h1 img {
    width: 170px;
    float: left;
    position: absolute;
    left: 0;
    margin-top: 16px;
    margin-left: 115px;
}
.header .logo .logo-text {
	width: 240px;
	position: absolute;
	padding-left: 20px;
	margin-left: 5px;
	top: 0;
	left: 100%;
	border-left: 1px solid #CCCCCC;
}
.header .logo .logo-text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 8px;
}
.header .logo .logo-text p:last-child {
	display: flex;
	justify-content: flex-start;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.header .header-tel {
	position: relative;
}
.header .header-tel:before {
	position: absolute;
	left: -48px;
	top: 4px;
	font-size: 40px;
	color: #333333;
}
.header .header-tel p.t1 {
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}
.header .header-tel p.t2 {
	font-size: 24px;
	color: #e60154;
	font-weight: bold;
}
nav {
	width: 100%;
	background-color: #fff;
	height: 80px;
}
nav ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
    vertical-align: middle;
    display: -webkit-inline-box;
    float: right;
    margin-right: 95px;
    margin-top: 27px;
}
nav ul li {
	width: 100px;
	position: relative;
	padding: 0 5px;
}
nav ul li>a {
	display: block;
	font-size: 15px;
	color: #e60154;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	/*transition: all .5s;*/
}
nav ul li>a span {
	display: none;
}
nav ul li.hover>a, nav ul li:hover>a {
	background: #e60154;
	color: #fff;
}
nav ul li.hover span, nav ul li:hover span {
	display: block;
}
nav ul li p {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s;
	background: #f1d68b;
}
nav ul li p a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	transition: all .5s;
}
nav ul li p a:hover {
	background-color: #f8cb4e;
	color: 000000;
}
nav ul li p a:first-child {
	margin-top: 5px;
}
nav ul li:hover p {
	transition: all .5s;
	display: block;
}
.banner {
	min-width: 1200px;
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
.page_banner {
	display: block;
	width: 100%;
}
.page_banner img {
	display: block;
	width: 100%;
}
/**/

.index-main01-w {
	width: 100%;
	background-color: #ececec;
	padding: 35px 0px;
}
.index-main01 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-main01 .list01 {
	width: 400px;
}
.index-main01 h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #f8cb4e;
}
.index-main01 .list01 ul li {
	padding-left: 24px;
	margin-bottom: 20px;
}
.index-main01 .list01 ul li p.t1 {
	color: #202527;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}
.index-main01 .list01 ul li p.t1:before, .index-main01 .list01 ul li p.t2:before {
	position: absolute;
	left: -24px;
	top: 0;
	width: 18px;
	height: 18px;
	font-size: 18px;
	font-weight: normal;
}
.index-main01 .list01 ul li p.t2 {
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
	position: relative;
	padding-top: 5px;
}
.index-main01 .list02 {
	width: 400px;
}
.index-main01 .list02 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.index-main01 .list02 ul li .time {
	width: 50px;
}
.index-main01 .list02 ul li .time p.t1 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ababab;
	font-family: Arial;
}
.index-main01 .list02 ul li .time p.t2 {
	display: block;
	font-size: 14px;
	color: #c5c5c5;
	font-family: Arial;
}
.index-main01 .list02 ul li .text {
	width: 350px;
	padding-right: 10px;
	box-sizing: border-box;
}
.index-main01 .list02 ul li .text h5 {
	font-size: 16px;
	color: #202527;
	line-height: 1;
	margin-bottom: 5px;
}
.index-main01 .list02 ul li .text p.desc {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #666666;
}
.index-main01 .list03 {
	width: 320px;
}
.index-main01 .list03 p.img {
	display: block;
	width: 100%;
	background-color: white;
	overflow: hidden;
}
.index-main01 .list03 p.img img {
	display: block;
	width: 100%;
}
.index-main01 .list03 p.text {
	width: 100%;
	background-color: #f8cb4e;
	color: #ffffff;
	line-height: 22px;
	padding: 25px;
	font-size: 12px;
	box-sizing: border-box;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬*/
.zjwy {
	overflow: hidden;
	width: 100%;
	height: 490px;
	padding-top: 25px;
}
.zjwbBox {
	width: 100%;
}
.zjwbBox h3 {
	font-size: 28px;
	text-align: center;
	margin-top: 25px;
	background: url(../images/zjwy_bg.png) no-repeat center top;
}
.zjwbBox h3 a {
	color: #e60154;
	font-weight: bold;
}
.zjwbBox .wy_tupian {
	width: 500px;
	margin-top: 30px;
	float: left;
}
.zjwbBox .wy_tupian img {
	width: 500px;
	height: 340px;
}
.zjwbBox .wy_jianjie {
	width: 660px;
	margin-top: 30px;
	float: right;
}
.wy_jianjie p {
	line-height: 30px;
	height: 275px;
	overflow: hidden;
	font-size: 16px;
	text-align: justify;
}
.wy_jianjie dd {
	margin: 25px 0 0 0;
}
.wy_jianjie dd a {
	display: inline-block;
	background: #e60154;
	padding: 8px 40px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.wy_jianjie dd a:hover {
	background: #e60154;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»*/
.news_wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	background: rgb(206 0 75 / 22%);
}
.news_wrap .baoming{
	width: 400px;
	height: auto;
	margin-top: 20px;
	background: #e60154;
}
.news_wrap .ys-banner-form-wrap {
	height:375px;
	left: 0;
    top: 0;
    right: 0;
}
.news_wrap .orderT {
    width: 100%;
    height: 52px;
    padding-left: 19px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    line-height: 52px;
    background: url(../images/order.png) 122px center no-repeat;
}
.news_wrap .ys-banner-form {
	width:330px;
	height:auto;
	margin:10px auto 0px;
	display:block;
}
.news_wrap .ys-choose-province {
	height:50px;
	line-height:50px;
	padding:0 18px;
	color:#231815;
	font-size:14px;
	border-radius:5px;
	width:322px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:url("../images/sanjiao1.png") no-repeat right 16px center;
	background-color:#fff;
	border:none;
	outline: none;
}
.news_wrap .ys-banner-input {
	height:50px;
	line-height:50px;
	padding:0 18px;
	width:286px;
	color:#231815;
	font-size:14px;
	border-radius:5px;
	background:#fff;
	border: none;
	outline: none;
}
.news_wrap .ys-banner-input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#231815;
}
.news_wrap .ys-banner-input::-moz-placeholder {/* Mozilla Firefox 19+ */
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#231815;
}
.news_wrap .ys-banner-input:-ms-input-placeholder {/* Internet Explorer 10+ */
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#231815;
}
.news_wrap .ys-banner-input::-webkit-input-placeholder {/* WebKit browsers */
	font-size:14px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#231815;
}
.news_wrap .ys-banner-submit {
	width:206px;
	height:48px;
	background:#fff;
	margin:30px auto 0;
	display:block;
	border-radius: 10px; 
	font-size: 20px; 
	border: none;
	outline: none;
}
.news_wrap .xinwen{
	width: 765px;
	height: auto;
	display: block;
}
.news_wrap .xinwen .conbox{
	width: 100%;
	height: auto;
}
.news_wrap .xinwen .conbox li {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transform: all 0.2s linear 0s;
	position: relative;
	overflow: hidden;
}
.news_wrap .xinwen .conbox li a {
	display: block;
	width: 605px;
	height: 100px;
	color: #666;
}
.news_wrap .xinwen .conbox .img {
	width: 133px;
	height: 100px;
	overflow: hidden;
	margin-right: 22px;
}
.news_wrap .xinwen .conbox .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.news_wrap .xinwen .conbox .item:hover img {
	transform: scale(1.06, 1.06);
}
.news_wrap .xinwen .conbox .item:hover h3{
	color: #e60154;
}
.news_wrap .xinwen .item h3{
	font-size: 18px;
}
.news_wrap .xinwen .item p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
}
.news_wrap .xinwen .item .time{
	font-size: 14px;
	color: #ccc;
	margin: 0;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
.trsy_wrap{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: -6px 0;
	margin-bottom: 58px;
}
.trsy_wrap .cm_zs8 {
	width:49%;
	float:left;
	background: #e60154;
	padding:20px 1px 1px 1px;
	box-sizing:border-box;
	margin-top:40px;
}
.trsy_wrap .cm_zs8 span {
	width:100%;
	float:left;
	text-align:center;
	font-size:1.125rem;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
}
.trsy_wrap .cm_zs9 {
	width:49%;
	float:right;
	background: #e60154;
	padding:20px 1px 1px 1px;
	margin-top:40px;
}
.trsy_wrap .cm_zs9 span {
	width:100%;
	float:left;
	text-align:center;
	font-size:1.125rem;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
}
.trsy_wrap table {
	border-collapse:collapse;
}
.trsy_wrap table,th,td {
	border:1px solid #ffa164;
}
.trsy_wrap table {
	float:left;
	text-align:center;
}
.a8 {
	width:100%;
	line-height:30px;
	background:#fff;
	font-size:0.875rem;
}




.index-main02 {
	width: 1200px;
	margin: 45px auto;
	display: flex;
	justify-content: space-between;
}
.index-main02 .left {
	width: 230px;
}
.index-main02 .left h4 {
	background: #e60154;
	border-bottom: 3px #6d8de8 solid;
	color: #ffffff;
	font-weight: normal;
	padding: 15px;
}
.index-main02 .left h4 b {
	display: block;
	margin-bottom: 6px;
}
.index-main02 .left ul {
	background: #efefef;
	padding: 14px 14px 15px;
	border: 1px #e0e0e0 solid;
	max-height: 1048px;
	overflow: hidden;
}
.index-main02 .left ul li.input {
	position: relative;
}
.index-main02 .left ul li.input input {
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #e60154;
	padding: 0px 8px;
}
.index-main02 .left ul li.input button {
	position: absolute;
	right: 8px;
	height: 34px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.index-main02 .left ul li.input button i {
	display: block;
	color: #e60154;
}
.index-main02 .left ul li a {
	display: block;
	border: 1px #485d9d solid;
	line-height: 40px;
	background-color: #f8cb4e;
	font-size: 14px;
	color: #ffffff;
	padding-left: 16px;
	transition: 0.5s all;
	margin-top: 9px;
}
.index-main02 .left ul li:hover a {
	background-color: #da251e;
	border: 1px #e0605b solid;
	transition: 0.5s all;
}
.index-main02 .right {
	width: 940px;
}
.index-main02 .right h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px #e7e7e7 solid;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.index-main02 .right ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-main02 .right ul li {
	width: 220px;
	transition: 0.5s all;
	margin-bottom: 25px;
	border: 1px #ebebeb solid;
}
.index-main02 .right ul li img {
	display: block;
	width: 100%;
}
.index-main02 .right ul li h5 {
	text-align: center;
	display: block;
	font-size: 13px;
	color: #666666;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 100;
	transition: 0.5s all;
}
.index-main02 .right ul li:hover {
	background-color: #e60154;
	transition: 0.5s all;
}
.index-main02 .right ul li:hover h5 {
	color: white;
	transition: 0.5s all;
}
.index-main03 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-main03 .left {
	width: 800px;
}
.index-main03 .left-l {
	display: flex;
	justify-content: space-between;
}
.index-main03 h2 {
	line-height: 40px;
	border-bottom: 2px solid #e60154;
	margin-bottom: 25px;
	font-size: 18px;
}
.index-main03 h2 a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.index-main03 .left .list03 {
	width: 320px;
}
.index-main03 .left .list03 p.img {
	display: block;
	width: 100%;
	background-color: white;
}
.index-main03 .left .list03 p.img img {
	display: block;
	width: 100%;
}
.index-main03 .left .list03 p.text {
	width: 100%;
	background-color: #e60154;
	color: #ffffff;
	line-height: 22px;
	padding: 20px;
	font-size: 12px;
	box-sizing: border-box;
}
.index-main03 .left .list02 {
	width: 440px;
}
.index-main03 .left .list02 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.index-main03 .left .list02 ul li .time {
	width: 50px;
}
.index-main03 .left .list02 ul li .time p.t1 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ababab;
	font-family: Arial;
}
.index-main03 .left .list02 ul li .time p.t2 {
	display: block;
	font-size: 14px;
	color: #c5c5c5;
	font-family: Arial;
}
.index-main03 .left .list02 ul li .text {
	width: 390px;
	padding-right: 10px;
	box-sizing: border-box;
}
.index-main03 .left .list02 ul li .text h5 {
	font-size: 14px;
	color: #202527;
	line-height: 1;
	margin-bottom: 5px;
}
.index-main03 .left .list02 ul li .text p.desc {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #666666;
}
.index-main03 .right {
	width: 370px;
}
.index-main03 .right .list01 {
	width: 100%;
}
.index-main03 .right .list01 ul li {
	padding-left: 24px;
	margin-bottom: 20px;
}
.index-main03 .right .list01 ul li p.t1 {
	color: #202527;
	font-size: 12px;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}
.index-main03 .right .list01 ul li p.t1:before, .index-main03 .right .list01 ul li p.t2:before {
	position: absolute;
	left: -24px;
	top: 0;
	width: 18px;
	height: 18px;
	font-size: 18px;
	font-weight: normal;
}
.index-main03 .right .list01 ul li p.t2 {
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
	position: relative;
	padding-top: 5px;
}
.index-main04 {
	width: 1200px;
	margin: 35px auto;
}
.index-main04 h3 {
	line-height: 40px;
	border-bottom: 2px solid #e60154;
	margin-bottom: 25px;
	font-size: 18px;
}
.index-main04 h3 a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.index-main04 h3 span {
	font-size: 14px;
	float: right;
	color: #555555;
}
.index-main04 ul {
	display: flex;
	justify-content: space-between;
}
.index-main04 ul li {
	width: 290px;
}
.index-main04 ul li p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.index-main04 ul li p.t1 img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}
.index-main04 ul li p.t2 {
	font-size: 14px;
	margin: 8px auto;
	color: #333333;
	font-weight: bold;
}
.index-main04 ul li p.t3 {
	font-size: 12px;
	line-height: 1.8;
	color: #666666;
}
.index-main04 ul li p.t3 i {
	font-style: normal;
	color: #e60154;
	text-decoration: underline;
}
.index-main04 ul li:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}
/**/

.index-main05-w {
	width: 100%;
	padding: 39px 0px;
	background-image: url(../images/index-bjj.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.index-main05 {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
}
.index-main05 .list {
	width: 280px;
	background-color: #e60154;
	box-sizing: border-box;
	padding: 40px;
	border: 1px solid #e60154;
	cursor: pointer;
	transition: 0.5s all;
}
.index-main05 .list:hover {
	box-shadow: 0px 0px 10px #555555;
	transition: 0.5s all;
}
.index-main05 .list p.t1 {
	text-align: center;
}
.index-main05 .list p.t1 i {
	font-size: 48px;
	color: white;
}
.index-main05 .list p.t2 {
	font-size: 16px;
	color: white;
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
}
.index-main05 .list p.t3 {
	font-size: 14px;
	color: white;
	line-break: 2;
}
.index-main06 {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.index-main06 .left {
	width: 800px;
}
.index-main06 .left h2 {
	font-size: 24px;
	font-weight: bold;
	color: #555555;
}
.index-main06 .left p.hr {
	height: 2px;
	width: 100px;
	margin: 5px 0px 12px;
	background-color: #e60154
}
.index-main06 .left .text {
	line-height: 2;
}
.index-link-w {
	width: 100%;
	background-color: #ECECEC;
	padding: 30px 0px;
}
.index-link {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 2;
}
.index-link span {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	line-height: 2;
}
.index-link span i {
	margin-right: 5px;
	margin-top: -2px;
}
.index-link a {
	font-size: 14px;
	color: #555555;
	margin: 0px 8px;
}
footer {
	background-color: #333333;
	width: 100%;
	padding: 50px 0px;
}
.footer {
	width: 1200px;
	margin: auto;
	line-height: 2;
	font-size: 14px;
	color: #C5C5C5;
	display: flex;
	justify-content: space-between;
}
.footer .bott_nav {
	height: 50px;
	margin-top: 30px;
	line-height: 70px;
}
.footer .bott_nav span {
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
}
.footer .bott_nav span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
.footer .bott_nav a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-align: left;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #ffffff;
}
.footer .bott_nav a:last-child {
	border-right: 0;
}
.footer .links {
	box-sizing: border-box;
	padding-left: 30px;
	width: 1200px;
	height: 40px;
	font-size: 12px;
}
.footer .links span {
	color: #f9f9f9;
	display: inline-block;
}
.footer .links a {
	color: #f9f9f9;
	display: inline-block;
	padding-right: 10px;
}
.footer .copyright {
	height: 70px;
	color: #f9f9f9;
	display: inline-block;
	padding-left: 30px;
}
.footer .left {
	padding-top: 10px
}
.footer .left p.t1 {
	display: flex;
	justify-content: flex-start;
}
.footer .left p.t1 a {
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0px 5px;
}
.footer .left a:hover {
	color: #da251e;
}
.footer .left p.t1 i {
	display: block;
	font-size: 12px;
	line-height: 35px;
}
.footer .left p.t2 i {
	font-size: 12px;
	line-height: 16px;
}
.footer .right {
	width: 100px;
	color: white;
	text-align: center;
}
.footer .right img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

/* 弹窗 */
    .mxbcic-shade {width: 100%; height: 100%;position: fixed;margin: auto auto;left: 0; top: 0;right: 0;bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.3);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);}
    .mxbcic-tc-warp {width: 520px;height: 327px;border-radius: 10px;background: url(../images/pc-tc-bg.png) no-repeat center;margin: auto auto;left: 50%; margin-left: -260px;top: 25%;bottom: 0;padding: 44px 46px 0;box-sizing: border-box;}
    .mxbcic-tc-logo {width: 134px; height: 42px; }
    .mxbcic-tc-logo img {display: block;width:100%;height:100%;}
    .mxbcic-success-icon {margin: 36px auto 0;width: 69px;height: 69px; }
    .mxbcic-success-icon img {display: block;width:100%;height:100%;}
    .mxbcic-tc-text {font-size: 24px; line-height: 24px;margin-top: 20px; text-align: center;}
    .mxbcic-tc-gb {width: 60px;height: 60px;bottom:-110px;left: 50%;margin-left: -30px;cursor: pointer;}
    .mxbcic-tc-gb img{ display: block;width:100%;height:100%;}


.ys-bottom-form-wrap {
	width: 100%;
	background: #e60154;
	position: fixed;
	margin: auto auto;
	bottom: 0;
	z-index: 10;
	color: #fff;
}
.ys-wrap-1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.ys-bottom-form-close {
	right: 10px;
	top: 30px;
	width: 21px;
	height: 20px;
}
.ys-bottom-form-l {
	width: 343px;
	height: 80px;
	line-height: 80px;
}
.ys-bottom-form {
	width: 790px;
	height: 40px;
	line-height: 40px;
	padding: 20px 0;
}
.ys-bottom-input-box {
	width: 270px;
	height: 40px;
}

.ys-bottom-input-box input {
	border: none 0;
	text-indent: 0;
	-webkit-appearance: none;
	outline: none;
}
.ys-bottom-form-input {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	padding: 0 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #242424;
	cursor: pointer;
}
.ys-bottom-input-box span {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    color: #ff000;
}
.tishi{
	display: none;
	position: absolute;
	color: rgb(255, 0, 0);
	font-size: 12px;
	}
.tishiid1{
	margin-top: -38px;
	right: 5px;
}
.tishiid2{
	margin-top: -33px;
	right: 5px;
}
.tishiid3{
	margin-top: -28px;
	right: 5px;
}
.ys-bottom-form-submit {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	cursor: pointer;
	outline: none;
	border: none;
}

.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	/* height: 100%; */
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
/**/
.main-hui {
	width: 100%;
	background-color: #ecedef;
	padding: 35px 0px;
}
.image-main {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
.image-main .left {
	width: 300px;
}
.image-main .left .area-left-top{
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #d3cfcf;
	margin-bottom: 6%;
}
.image-main .left .comp_logo{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.image-main .left .comp_logo img{
	width: 100%;
	height: auto;
}
.image-main .left .comp_info_con{
	padding: 15px 0;
	background: #fffbfb;
}
.image-main .left .comp_info_con ul li{
	overflow: hidden;
	line-height: 20px;
}
.image-main .left .comp_info_con ul li span{
	display: block;
	width: 22px;
	height: 20px;
	line-height: 20px;
	color: #717171;
	float: left;
	box-sizing: border-box;
	padding: 4px 0;
	margin-left: 10px;
}
.image-main .left .comp_info_con ul li span img{
	text-align: center;
	display: block;
	width: 12px;
	height: 12px;
}
.image-main .left .comp_info_con ul li em{
	width: 210px;
	color: #555555;
	display: block;
	float: left;
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
}
.image-main .left #fl_div{
	width: 297px;
	margin-right: 32px;
	background: #FFFFFF;
}
.image-main .left #fl_div h4{
	height: 40px;
	width: 100%;
	padding-left: 40px;
	background: #e60154;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
.image-main .left #fl_div h4 i{
	display: block;
	width: 22px;
	height: 20px;
	padding-right: 8px;
	position: absolute;
	left: 5px;
	top: 5px;
	margin-top: -9px;
}
.image-main .left #fl_div h4 i img{
	display: block;
	margin-top: 13px;
}
.image-main .left .renZ_info{
	overflow: hidden;
	padding: 5px 0 0;
}
.image-main .left .renZ_info li{
	float: left;
	text-align: center;
	width: 33%;
}
.image-main .left .renZ_info li span{
	width: 62px;
	height: 62px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	background: url(../images/left_quan.png) no-repeat;
	line-height: 62px;
	color: #e9162f;
}
.image-main .left .renZ_info li em{
	height: 30px;
	line-height: 30px;
	color: #555555;
	text-align: center;
	display: block;
	font-size: 12px;
	font-style: normal;
}
.image-main .left .mxbcic-nzgx-wrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.image-main .left .mxbcic-strong-title {
    font-size: 24px;
    color: #e50054;
    font-weight: bold;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.image-main .left .mxbcic-strong-title img {
    display: block;
    float: left;
    margin-right: 8px;
}
.image-main .left .mxbcic-rdnr-list{
	width: 100%;
	height: auto;
	font-size: 15px;
}
.image-main .left .mxbcic-rdnr-list li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #e60154;
}
.image-main .left .mxbcic-rdnr-list li a {
    color: #333;
    width: 220px;
    float: left;
}
.image-main .left .mxbcic-rdnr-list li a:hover{
	color: #e60154;
}
.text-e {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.image-main .left .mxbcic-rdnr-list li span {
    color: #cccccc;
    float: right;
}


.maps {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.maps p:first-child {
	font-size: 18px;
	font-weight: bold;
}
.maps p:last-child {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	color: #666666;
}
.maps p:last-child a {
	color: #666666;
}
.maps p:last-child a:hover{
	color: #e60154;
}
.maps p:last-child i {
	display: block;
}
.img-right {
	width: 880px;
}
.img-right ul.list {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-right ul.list li {
	width: 270px;
	margin-bottom: 15px;
	border: 1px solid white;
	background-color: white;
}
.img-right ul.list li p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.img-right ul.list li p.t1 img {
	display: block;
	transition: 0.5s all;
	width: 100%;
}
.img-right ul.list li p.t2 {
	background-color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	transition: 0.5s all;
	display: block;
}
.img-right ul.list li:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}
.img-right ul.list li:hover p.t2 {
	background-color: #e60154;
	color: white;
	transition: 0.5s all;
}
.news-right {
	width: 880px;
}
.news-right ul.list {
	margin: 15px auto;
}
.news-right ul.list li {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	background-color: white;
	margin-bottom: 15px;
	position: relative;
}
.news-right ul.list li .time {
	width: 200px;
	height: auto;
	margin-bottom: 0;
}
.news-right ul.list li .time a {
	display: block;
}
.news-right ul.list li .time .img {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.news-right ul.list li .time .img img {
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.news-right ul.list li .time .img:hover img {
	transform: scale(1.06, 1.06);
}
.news-right ul.list li .time p.t1 {
	color: #ababab;
	font-size: 24px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
}
.news-right ul.list li .time p.t2 {
	margin-top: 5px;
	font-size: 18px;
	color: #c5c5c5;
	font-family: Arial;
}
.news-right ul.list li .text {
	width: 650px;
}
.news-right ul.list li .text h3 a {
	color: #393c40;
	font-size: 18px;
	line-height: 30px;
}
.news-right ul.list li .text h3 a:hover{
	color: #e60154;
	text-decoration: none;
}
.news-right ul.list li .text p.hr {
	height: 4px;
	width: 120px;
	margin: 28px 0px 20px 0px;
	padding: 0;
	background: #fa6855;
}
.news-right ul.list li .text p.desc {
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: 12px;
	color: #999999;
}
.news-right ul.list li .text h3 a:hover {
	text-decoration: underline;
}
.news-right ul.list li span {
	display: inline-block;
	font-size: 12px;
	color: #b7b7b7;
	padding-right: 26px;
}
.news-right ul.list li span em {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/icon.png) no-repeat;
	background-position: -196px -120px;
	vertical-align: middle;
}
.news-right ul.list li span .times {
	background: url(../images/icon.png) no-repeat;
	background-position: -174px -121px;
	vertical-align: middle;
}

/**/
.ashow-right {
	width: 880px;
}
.ashow-right .show-article {
	padding: 20px;
	margin: 20px auto;
	background-color: white;
	border-top: #e60154 3px solid;
}
.ashow-right .show-article h1 {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
.ashow-right .show-article .time {
	display: flex;
	justify-content: center;
	border-top: #e7e7e7 1px dashed;
	padding-top: 15px;
}
.ashow-right .show-article .time span {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin: 0px 15px;
	display: flex;
	justify-content: center;
}
.ashow-right .show-article .time span i {
	display: block;
	margin-right: 5px;
	font-size: 14px;
}
.ashow-right .show-article h2.bigtit {
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-left: 5px solid #e60154;
	padding-left: 15px;
	line-height: 2.6;
	margin-left: -20px;
	margin-bottom: 15px;
	margin-top: 25px;
	background-color: #ecedef;
	box-sizing: border-box;
	color: #888;
}
.ashow-right .show-article article {
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 2;
	margin: 20px auto;
	overflow: hidden;
	/* text-align: center; */
}
.ashow-right .show-article article .biaoji{
	width: 45%;
	padding-top: 30px;
}
.ashow-right .show-article article .biaoji p{
	font-size: 16px;
	margin-bottom: 15px;
}
.ashow-right .show-article article .biaoji .ly-title{
	height: 60px;
	line-height: 60px;
	background: url("../images/lxwm-title-bg.png") no-repeat center top;
}
.ashow-right .show-article article .biaoji .ly-title h2{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
}
.ashow-right .show-article article .biaoji p span{
	font-weight: bold;
}
.ashow-right .show-article article .map{
	width: 50%;
	height: auto;
}
.ashow-right .ys-jj-wrap{
    padding: 50px;
    margin: -20px auto 0;
    background: #e6015426;
}
.ashow-right .ys-jj-wrap .hyly-title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url("../images/hyly-title-bg.png") no-repeat center top;
}
.ashow-right .ys-jj-wrap .ys-title-wrap span{
    font-size: 30px;
    color: #242424;
    font-weight: bold;
    padding: 0 27px 0 19px;
}
.ashow-right .ys-jj-wrap .ys-ly-form{
    width: 600px;
	height: auto;
	margin: 40px auto 0;
	display: block;
}
.ashow-right .ys-jj-wrap .ys-ly-input-wrap{
    width: 100%;
	height: 40px;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 30px;
}
.ashow-right .ys-jj-wrap .ys-ly-input{
    display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	color: #242424;
	border: none;
	outline: none;
}
.ashow-right .ys-jj-wrap .ys-ly-text{
    display: block;
	padding: 20px;
	width:100%;
	height: 190px;
	background: #ffffff;
    font-size: 16px;
	color: #242424;
	line-height: 1.6;
	box-sizing: border-box;
	border: none;
	outline: none;
	resize: none;
}
.ashow-right .ys-jj-wrap .ys-ly-submit{
    width: 272px;
	height: 44px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
    background:#333333;
    margin: 30px auto 0; 
	display: block;
	outline: none;
	border: none;
}



.ashow-right .show-article article h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #e60154;
	width: 960px;
	border-left: 5px solid #e60154;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}
.ashow-right .show-article article h5 {
	font-size: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #e60154;
	width: 960px;
	border-left: 5px solid #e60154;
	box-sizing: border-box;
	line-height: 1;
	margin: 10px 0px 10px -20px;
	display: block;
	padding: 8px 0px 8px 20px;
}
.ashow-right .show-article article img {
	max-width: 100% !important;
	height:auto !important;
}
.ashow-right .show-article article .urls {
	width: 100%;
	border: 1px solid #E5E5E5;
	padding: 5px 0;
	margin-bottom: 10px;
	text-indent: 24px;
	background: #F5F5F5;
	margin-top: 40px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}
.pagination a.cur {
	border: none;
	background: #e60154;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/**/

li.kongli {
	border: none !important;
	background-color: transparent !important;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.to-top {
	position: fixed;
	right: 10px;
	bottom: 160px;
	z-index: 99999;
}
.to-top p {
	width: 50px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e60154;
	margin-bottom: 6px;
	cursor: pointer;
	transition: 0.3s all;
}
.to-top p:hover {
	opacity: 0.7;
	transition: 0.3s all;
}
.to-top p i {
	display: block;
	color: white;
	font-size: 24px;
}
.to-top .qrcode-pic {
	position: absolute;
	display: none;
	right: 60px;
	top: 0;
	width: 120px;
	background-color: white;
	padding: 10px;
}
.to-top .qrcode-pic img {
	display: block;
	width: 100%;
}
.xuanfu-bar {
	width: 140px;
	background-color: #e60154;
	padding: 15px 10px;
	box-sizing: border-box;
	position: fixed;
	right: -100%;
	bottom: 400px;
	transition: 0.5s all;
}
.xuanfu-bar p.tit {
	font-size: 16px;
	color: white;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.xuanfu-bar .img {
	width: 100%;
	background-color: white
}
.xuanfu-bar .img img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
}
.xuanfu-bar p.close {
	width: 50px;
	height: 25px;
	margin: auto;
	display: block;
	cursor: pointer;
	text-align: center;
	border-radius: 50px 50px 0px 0px;
	padding-top: 10px;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #202527;
	color: white;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/

.news-right ul.key-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px auto;
}
.news-right ul.key-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	background-color: white;
	margin: 0px 5px 15px;
	font-size: 15px;
	transition: 0.3s all;
	color: #555555;
}
.news-right ul.key-list li a:hover {
	background-color: #da251e;
	color: white;
	transition: 0.3s all;
}
.ci-xgtit {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	background-color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.ci-xglist {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.ci-xglist li {
	width: 49%;
	margin-bottom: 15px;
	border-top: 1px solid #da251e;
	background-color: white;
	padding: 15px;
	box-sizing: border-box;
}
ul.ci-xglist li p.t1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
ul.ci-xglist li p.t2, ul.ci-xglist li p.t3 {
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
}
ul.ci-xglist li p.t2 {
	margin-bottom: 10px;
}
/**/

.liuyan-title {
	width: 550px;
	margin: auto;
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.liuyan-title1 {
	width: 100%;
}
.liuyan-box {
	width: 550px;
	margin: 0px auto 25px;
}
.liuyan-box p {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
}
.liuyan-box p:last-child {
	border-bottom: 1px solid #ddd;
}
.liuyan-box p span:first-child {
	width: 100px;
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.liuyan-box p span:last-child {
	display: block;
}
.liuyan-box p span input {
	width: 400px;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p.codes span input {
	width: 200px;
}
.liuyan-box .check {
	text-transform : uppercase;
}
.liuyan-box p img.img {
	height: 32px;
	cursor: pointer;
}
.liuyan-box p span:last-child textarea {
	width: 400px;
	display: block;
	height: 120px;
	padding: 10px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}
.liuyan-box p.tijiao input {
	width: 100%;
	border: none;
	background-color: #e60154;
	color: white;
	height: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #333;
	cursor: pointer;
}
ul.liuyan-list {
	width: 100%;
}
ul.liuyan-list li {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	line-height: 2;
	color: #888;
	position: relative;
	overflow: hidden;
}
ul.liuyan-list li:last-child {
	border-bottom: 1px solid #ddd;
}
ul.liuyan-list li p {
	display: flex;
	justify-content: flex-start;
}
ul.liuyan-list li p span {
}
ul.liuyan-list li p.t1 {
	margin-right: 25px;
	font-size: 14px;
}
ul.liuyan-list li p.t2 {
	width: 100%;
	color: #333;
}
ul.liuyan-list li:first-child:after {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­";
}
ul.liuyan-list li:after {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
	display: block;
	position: absolute;
	top: 6px;
	right: -33px;
	background-color: #ddd;
	color: #333;
	transform: rotate(45deg);
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
/**/

.pro-pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0px;
}
.pro-pic .left {
	width: 450px;
}
.pro-pic .left img {
	display: block;
	width: 100%;
}
.pro-pic .right {
	width: 450px;
}
.pro-pic .right p {
	display: flex;
	line-height: 40px;
	justify-content: flex-start;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	border-bottom: none;
}
.pro-pic .right p.t2 {
	border-bottom: 1px solid #e5e5e5 !important;
}
.pro-pic .right p span:first-child {
	width: 100px;
	padding-left: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #888;
}
.pro-pic .right p span:last-child {
	display: block;
	color: #333;
	padding-left: 15px;
}
.pro-pic .right .desc {
	padding: 20px 0px 0px;
	font-size: 14px;
	line-height: 1.6;
	text-indent: 2em;
}
.xg-pro {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.xg-pro p.bigtit {
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-left: 5px solid #e60154;
	padding-left: 15px;
	margin-left: -20px;
	line-height: 2.6;
	margin-bottom: 15px;
	background-color: #ecedef;
	box-sizing: border-box;
	color: #888;
}
.xg-pro ul {
	display: flex;
	justify-content: space-between;
}
.xg-pro ul li {
	width: 24%;
	padding-bottom: 8px;
	text-align: center;
}
.xg-pro ul li img {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.xg-pro ul li:hover {
	background-color: #e60154;
	color: white;
}
.xg-pro p.changwei {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.xg-pro p.changwei a {
	font-size: 15px;
	color: #888;
	margin-right: 15px;
	line-height: 2;
}
/**/

.show-tags {
	display: flex;
	line-height: 2;
	justify-content: flex-start;
	font-size: 14px;
	color: #555;
}
.show-tags a {
	display: block;
	line-height: 2;
	font-size: 14px;
	color: #555;
	margin-left: 10px;
}
.show-tags a:hover {
	color: #e60154;
}
.updown {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	background-color: white
}
.updown-case {
	padding: 15px;
}
.news-updown {
	padding: 15px;
}
.xg-tuijians {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
}
.xg-tuijians p.titss {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xg-tuijians ul {
}
.xg-tuijians ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}
.xg-tuijians ul li p.t2 {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
}
.casexg-tuijians {
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
}
.casexg-tuijians p.titss {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.casexg-tuijians ul {
	display: flex;
	justify-content: space-between;
}
.casexg-tuijians ul li {
	width: 24%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #555;
}
.casexg-tuijians ul li p.t1 {
	width: 100%;
	display: block;
}
.casexg-tuijians ul li p.t1 img {
	display: block;
	width: 100%;
}
.casexg-tuijians ul li p.t2 {
	font-size: 14px;
	margin-top: 10px;
	transition: 0.3s all;
}
.casexg-tuijians ul li:hover {
	background-color: #e60154;
	color: white;
}
.casexg-tuijians ul li:hover p.t2 {
	color: white;
	padding-left: 15px;
	transition: 0.3s all;
}
/**/

.city-main {
	width: 100%;
}
.city-main ul li {
	border: 1px solid #ccc;
	border-bottom: none;
	display: flex;
	justify-content: flex-start;
	line-height: 35px;
	font-size: 14px;
}
.city-main ul li:last-child {
	border-bottom: 1px solid #ccc;
}
.city-main ul li p.t1 {
	width: 100px;
	display: block;
	background-color: #e5e5e5;
	color: #333;
	padding-left: 15px;
	box-sizing: border-box;
}
.city-main ul li p.t2 {
	width: 820px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.city-main ul li p.t2 a {
	display: block;
	padding: 0px 10px;
}
.city-main ul li a:hover {
	color: #e60154;
}
.city-main .desc {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	padding: 8px;
	margin-bottom: 10px;
	text-indent: 24px;
	background: #F5F5F5;
	margin-top: 0px;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
}
/**/

.list-xg-pro {
	background-color: white;
	padding: 15px;
}
.list-xg-pro p.bigtit {
	margin-left: 0;
	line-height: 1.6;
	background-color: transparent
}
/**/

.pro-pic .left .gallery-thumbs {
	margin-top: 8px;
}
.pro-pic .left .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.5;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	padding: 20px 0px;
}
.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #183280;
	background: white;
	border: 1px #183280 solid;
}
.pagination a.cur {
	border: none;
	background: #183280;
	color: #fff;
}
.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/*ABÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ www.adminbuy.cn*/
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #e60154 solid;background-color:#f8cb4e}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#e60154;color:#fff;border:1px #f8cb4e solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

#allmap img{ max-width:inherit !important;}

.xwh1{ text-align:center; font-size:18px;}
.time{ text-align:center; font-size:12px; color:#666; margin-bottom:20px}