﻿@charset 'utf-8';
@font-face {
font-family: 'HVC';
font-weight: normal;
font-style: normal;
src: url('../fonts/HelveticaNeueLTPro-HvCn.eot');
src: url('../fonts/HelveticaNeueLTPro-HvCn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-HvCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-HvCn.svg') format('svg');
}
@font-face {
font-family: 'HTE';
font-weight: normal;
font-style: normal;
src: url('../fonts/HelveticaNeueLTPro-ThEx.eot');
src: url('../fonts/HelveticaNeueLTPro-ThEx.woff2') format('woff2'), url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-ThEx.svg#HelveticaNeueLTPro-ThEx') format('svg'), url('../fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('embedded-opentype');
}
@font-face {
font-family: 'HUE';
font-weight: normal;
font-style: normal;
src: url('../fonts/HelveticaNeueLTPro-UltLtEx.eot');
src: url('../fonts/HelveticaNeueLTPro-UltLtEx.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-UltLtEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-UltLtEx.svg') format('svg');
}
@font-face {
font-family: 'TEB';
src: url('../fonts/TRUMPGOTHICEAST_BOLD.eot');
src: url('../fonts/TRUMPGOTHICEAST_BOLD.woff') format('woff'), url('../fonts/TRUMPGOTHICEAST_BOLD.ttf') format('truetype'), url('../fonts/TRUMPGOTHICEAST_BOLD.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HC';
src: url('../fonts/Helvetica Condensed.eot');
src: url('../fonts/Helvetica Condensed.woff') format('woff'), url('../fonts/Helvetica Condensed.ttf') format('truetype'), url('../fonts/Helvetica Condensed.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Broadway';
src: url('../fonts/BROADW.eot');
src: url('../fonts/BROADW.woff') format('woff'), url('../fonts/BROADW.ttf') format('truetype'), url('../fonts/BROADW.svg') format('svg');
font-weight: normal;
font-style: normal;
}

 @font-face {
 font-family: 'iconfont';
 src: url('../fonts/fontawesome-webfont.eot?t=1496310577193');

    /* IE9*/

    src: url('../fonts/fontawesome-webfont.eot?t=1496310577193#iefix') format('embedded-opentype'), 
    /* IE6-IE8 */

    url('../fonts/fontawesome-webfont.woff?t=1496310577193') format('woff'), 
    /* chrome, firefox */

    url('../fonts/fontawesome-webfont.ttf?t=1496310577193') format('truetype'), 
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/

    url('../fonts/fontawesome-webfont.svg?t=1496310577193#iconfont') format('svg');
/* iOS 4.1- */




}


.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-sousuo:before {
	content: '\f002';
}
.icon-jiahao:before {
	content: '\f0fe';
}
.icon-al:before {
	content: '\e601';
}
.icon-ar:before {
	content: '\e6ac';
}
a {
	color: #333;
}
a:hover {
	color: #00a0e9;
}


/* 分页 */
.page { padding:30px 0px; line-height:24px; text-align:center; font-size:13px;   }
.page a { display:inline-block; padding:8px 12px; text-decoration:none; margin:0 2px;  background:#ccc; color:#333;  border-radius:2px; }
.page a:hover,.page .current {  display:inline-block; padding:8px 12px;   margin:0 2px;   background:#cc0000; color:#fff; border-radius:2px; }


.index-ad { width:100%; height:auto; overflow:hidden; margin-top:-40px;}

.index-ad img { width:100%;}


body {
	
	color: #464646;
}
header {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding-right: 115px;
	padding-left: 160px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .05);
}
header a {
	color: #fff;
}
.vishidden {
	visibility: hidden;
	opacity: 0;
}
.openmenu, .openmenuh {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 70px;
 -webkit-transition: all .4s ease-in-out 0s;
 -moz-transition: all .4s ease-in-out 0s;
 -ms-transition: all .4s ease-in-out 0s;
 -o-transition: all .4s ease-in-out 0s;
 transition: all .4s ease-in-out 0s;
}
.openmenu span, .openmenuh span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}
 .openmenu span::after, .openmenu span::before, .openmenuh span::after, .openmenuh span::before {
 position: absolute;
 left: 0;
 width: 100%;
 height: 100%;
 content: '';
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
 background: #fff;
}
 .openmenu span::after, .openmenuh span::after {
 top: -7px;
}
 .openmenu span::before, .openmenuh span::before {
 top: 7px;
}
.openmenu.act span, .openmenuh.act span {
	background: rgba(255, 255, 255, 0);
}
 .openmenu.act span::before, .openmenuh.act span::before {
 top: 0;
 -webkit-transform: rotate(43deg);
 -ms-transform: rotate(43deg);
 transform: rotate(43deg);
}
 .openmenu.act span::after, .openmenuh.act span::after {
 top: 0;
 -webkit-transform: rotate(-43deg);
 -ms-transform: rotate(-43deg);
 transform: rotate(-43deg);
}
header.act {
	background-color: #fff;
}
header.act a, header.act .iconfont, header.act .navul > li a {
	color: #666;
}
header .logo, header .navul, header .search, header .lang, header form {
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
header .logo, header .search, header .lang {
	line-height: 100px;
	height: 100px;
}
header .logo img {
	width: 104px;
}
header .navul {
	height: 100%;
}
header .navul > li {
	float: left;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}


header .navul > li:last-child{ padding-right:0px;}



header .navul > li > a {
	font-size: 16px;
	line-height: 100px;
	position: relative;
	display: block;
	height: 100%;
	color: #fff;
}
header .navul > li.act > a, header .navul > li:hover > a {
	color: #cc0000;
}
header .navul > li:hover .drop {
	visibility: visible;
	opacity: 1;
}
header .search {
	margin-left: 50px;
}
header .search .lang a {
	font-size: 16px;
}
header .iconfont {
	font-size: 18px;
	color: #fff;
}
header .lang {
	margin-left: 20px;
}
header .form {
	line-height: 100px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 400px;
	width: 60%;
	height: 100%;
	padding-right: 80px;
	background: #fff;
	display: none;
}
header .form.act {
	display: block;
}
 header .form::after {
 position: absolute;
 content: '';
 top: 0;
 left: -1000px;
 width: 3000px;
 height: 100%;
 background: #fff;
}
header form {
	display: block;
	position: relative;
	z-index: 1;
}
header form.act {
	left: 345px;
}
header form img {
	width: 24px;
}
header form div {
	line-height: 100px;
	height: 100%;
}
header form input[type='text'] {
	font-size: 16px;
	width: 400px;
	height: 50px;
	padding-left: 10px;
	color: #666;
	margin-top: 26px;
}
header form .serbtn {
	font-size: 15px;
	height: 40px;
	margin-right: 20px;
	padding: 0 20px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	text-transform: uppercase;
	color: #d71518;
	border: 1px solid #d71518;
}
header form .serbtn:hover {
	color: #fff;
	background-color: #d71518;
}
header .drop {
	font-family: '微软雅黑', 'Arial';
	position: absolute;
	z-index: 9999;
	top: 100px;
	left: 0;
	visibility: hidden;
	width: 100%;
	padding-right: 115px;
	padding-bottom: 100px;
	padding-left: 160px;
	cursor: default;
 -webkit-transition: all .35s ease-out .15s;
 -moz-transition: all .35s ease-out .15s;
 -ms-transition: all .35s ease-out .15s;
 -o-transition: all .35s ease-out .15s;
 transition: all .35s ease-out .15s;
	opacity: 0;
	background: #f9f9f9;
}
header .drop .left {
	padding-top: 45px;
}
header .drop .left h3 {
	font-family: 'HTE';
	margin-top: 20px;
	margin-bottom: 54px;
	letter-spacing: .75px;
	color: #848484;
}
.more {
	line-height: 45px;
	display: block;
	width: 150px;
	height: 45px;
	text-align: center;
	color: #999;
	border: 1px solid #dbdbdb;
}
.more:hover {
	color: #dbdbdb;
	border-color: #999;
	background-color: #999;
}
header .drop .right {
	width: 1047px;
	padding-top: 32px;
}
header .drop .right img {
	max-width: 100%;
	height: 30px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
}
header .drop .right img:last-child {
	display: none;
}
header .drop .right h5 {
	margin-top: 38px;
}
header .drop .right li:hover img:first-child {
	display: none;
}
header .drop .right li:hover img:last-child {
	display: inline;
}
header .drop .right li:first-child {
	border-left: 0;
}
header .drop .right li h4 {
	font-size: 16px;
	color: #464646;
}
header .drop .right li h4, header .drop .right li h4 .iconfont {
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
header .drop .right li:hover h4, header .drop .right li:hover h4 .iconfont {
	color: #00a0e9;
}
header .drop .right ul {
	margin-right: -15px;
	margin-left: -15px;
}
header .drop .right li {
	float: left;
	width: 33.3333333333%;
	margin-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
header .drop .right li .iconfont {
	color: #999;
}
header .drop .right li .item {
	margin-top: 12px;
	padding-right: 8px;
	padding-left: 32px;
	border: 1px solid #dcdcdc;
	height: 100px;
}
header .drop .right li .item .fl, header .drop .right li .item .fr {
	height: 100%;
	line-height: 100px;
}
header .drop .right li .item .fr p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .drop .right li p {
	line-height: 1.71;
	max-width: 195px;
	color: #999;
}
header .mnav {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
 -webkit-transition: all .4s ease-out 0s;
 -moz-transition: all .4s ease-out 0s;
 -ms-transition: all .4s ease-out 0s;
 -o-transition: all .4s ease-out 0s;
 transition: all .4s ease-out 0s;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: top center 0;
	-moz-transform-origin: top center 0;
	-ms-transform-origin: top center 0;
	transform-origin: top center 0;
	opacity: 0;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
	-webkit-overflow-scrolling: touch;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
header .mnav.act {
	position: absolute;
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	-ms-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	opacity: 1;
}
header .mnav ul li {
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}
header .mnav ul li .ulbtn {
	padding-top: 20px;
	padding-bottom: 20px;
}
header .mnav ul li ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}
header .mnav ul li span {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
}
 header .mnav ul li span::before, header .mnav ul li span::after {
 position: absolute;
 content: '';
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
 background: #00a0e9;
}
 header .mnav ul li span::after {
 top: 50%;
 width: 100%;
 height: 1px;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}
 header .mnav ul li span::before {
 left: 50%;
 width: 1px;
 height: 100%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
 header .mnav ul li span.act::before {
 opacity: 0;
}
header .mnav ul li ul {
	display: none;
}
header .mnav ul li ul li:first-child {
	padding-top: 0;
}
header .mnav ul li span {

	font-size: 20px;
}
header .mnav ul li span {
	color: #999;
}
header .mnav ul li a {
	color: #666;
}
.mask {
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
}
.mask.act {
	visibility: visible;
	opacity: 1;
}
.index .banner {
	position: relative;
}
.index .banner img {
	max-width: 100%;
}
.index .banner .slick-prev, .index .banner .slick-next {
	z-index: 10;
	width: 50px;
	height: 50px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	border: 1px solid rgba(255, 255, 255, .5);
	background-repeat: no-repeat;
}
 .index .banner .slick-prev::after, .index .banner .slick-next::after {
 font-family: 'iconfont' !important;
 font-size: 24px;
 line-height: 50px;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 color: #fff;
}
.index .banner .banslick .item {
	display: none;
}
.index .banner .banslick .item:first-child, .index .banner .banslick .slick-slide {
	display: block;
}
.index .banner .slick-prev {
	left: 100px;
}
.index .banner .slick-next {
	right: 100px;
}
 .index .banner .slick-prev::after {
 content: '\e601';
}
 .index .banner .slick-next::after {
 content: '\e6ac';
}
.index .banner .slick-dots {
	bottom: 50px;
}
.index .banner .slick-dots li {
	line-height: 30px;
	width: 52px;
	height: 30px;
	margin-right: 2px;
	margin-left: 2px;
}
.index .banner .slick-dots li button {
	font-size: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #cc0000;
}
.index .banner .slick-dots li.slick-active button {
	background-color: #fff;
}
.index .link {
	font-size: 0;
}
.index .link .item {
	font-size: 14px;
	display: inline-block;
	width: 25%;
	height: 170px;
	text-align: center;
	color: #fff;
}

.index .link .item p{ display:block; padding-top:15px;}
.index .link .item a { padding-top:57px;
	display: block;
	height: 100%;
	color: #fff;
}
.index .link a h3, .index .link a h4 {
	display: inline-block;
	vertical-align: middle;
}
.index .link a h3 { font-size: 20px;
}
.index .link a h4 {
	font-family: 'HTE';
}
.index .link .it1 {
	background-color: #d71518;
}
.index .link .it1 img {
	width: 81px;
}
.index .link .it2 {
	background-color: #c11317;
}
.index .link .it2 img {
	width: 100px;
}
.index .link .it3 {
	background-color: #ae1115;
}
.index .link .it4 {
	background-color: #9b0f12;
}
.index .link .it3 img {
	width: 73px;
}
.index .link .slick-dots {
	bottom: 10px;
}
.index .link .slick-dots li {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #ccc;
}
.index .link .slick-dots li.slick-active {
	background-color: #fff;
}
.lcon1 {
	font-size: 0;
	position: relative;
	padding-bottom: 90px;
}
.lcon1, .lcon2, .lcon4 .lcon4t, .lcon5, .lcon6 {
	padding-right: 100px;
	padding-left: 100px;
}
.lcon1, .lcon2, .lcon4, .lcon6 {
	padding-top: 100px;
}
.lcon1 .con-title, .lcon2 .con-title, .lcon4 .con-title, .lcon5 .con-title, .lcon6 .con-title, .lcon1 .con {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.lcon1 .con-title, .lcon2 .con-title, .lcon4 .con-title, .lcon5 .con-title, .lcon6 .con-title {
	position: relative;
	z-index: 1;
	width: 245px;
}
.lcon1 .con {
	width: calc(100% - 245px);
	width: -webkit-calc(100% - 245px);
	padding-top: 50px;
	padding-left: 170px;
}
.lcon1 .con-title h3, .lcon2 .con-title h3, .lcon4 .con-title h3, .lcon5 .con-title h3, .lcon6 .con-title h3, .disp .disp1 h3, .newlist .newlist1 .tit h3 {
	font-family: 'HTE';
	margin-top: 24px;
	color: #848484;
}
.lcon1 .con p {
	font-size: 16px;
	line-height: 2.25;
	position: relative;
	z-index: 1;
	color: #666;
}
.lcon1 span {
	font-family: 'HVC';
	font-size: 120px;
	position: absolute;
	top: 70px;
	right: 100px;
	letter-spacing: 5px;
	color: #f3f3f3;
}
.lcon1 img {
	position: absolute;
	right: 171px;
	bottom: 0;
}
.lcon1 .j_bgg1 {
	display: none;
	position: absolute;
	right: 171px;
	bottom: 0;
}
.lcon1 .j_bgg {
	display: none;
	position: absolute;
	right: 171px;
	bottom: 0;
}
.more2 {
	line-height: 45px;
	position: relative;
	z-index: 1;
	display: block;
	width: 150px;
	height: 45px;
	text-align: center;
	color: #fff;
	border: 1px solid #d71518;
	background-color: #d71518;
}
.lcon1 .con .more2 {
	margin-top: 60px;
}
.more2:hover {
	color: #d71518;
	background-color: #fff;
}
.lcon2 {
	background: #f6f6f6;
	padding-bottom: 135px;
}
.lcon2 .newslikn {
	margin-top: 15px;
}
.lcon2 .newslikn li {
	margin-left: 43px;
	float: left;
	margin-bottom: 25px;
}
.lcon2 .newslikn li a {
	color: #848484;
	padding-bottom: 8px;
	font-size: 18px;
}
.lcon2 .newslikn li.act a {
	color: #464646;
	border-bottom: 1px solid #cc0000;
}
.lcon2 .slick_nh {
	width: 100%;
	margin-top: 95px;
}
.lcon2 .slick_nh .ulk ul {
	margin: 0 -9px;
}
.lcon2 .slick_nh .ulk ul li {
	float: left;
	padding: 0 9px;
	width: 25%;
}
.lcon2 .slick_nh .ulk ul li .licn {
	border-bottom: 1px solid #dbdbdb;
	height: 488px;
}
.lcon2 .slick_nh .ulk ul li .imgdiv img {
	width: 100%;
}
.lcon2 .slick_nh .ulk ul li .condiv {
	position: relative;
	padding-top: 81px;
	padding-bottom: 28px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
	color: #666;
	height: 240px;
}
.lcon2 .slick_nh .ulk ul li .time {
	font-family: 'HUE';
	font-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
	letter-spacing: .5px;
	color: #464646;
}
.lcon2 .slick_nh .ulk ul li .time img {
	float: right;
	margin-top: 6px;
}
.lcon2 .slick_nh .ulk ul li h4 {
	color: #848484;
	margin-bottom: 19px;
	line-height: 1.3;
}
.lcon2 .slick_nh .ulk ul li p {
	color: #848484;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1.5px;
	height: 72px;
	overflow: hidden;
}
.lcon2 .slick_nh .ulk ul li .licn:hover {
	border-color: #d71518;
}
.lcon2 .slick_nh .ulk ul li .licn:hover .imgdiv img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.lcon2 .slick_nh .ulk ul li .licn:hover .condiv {
	padding-top: 25px;
}
.lcon2 .slick_nh .ulk ul li .licn:hover .condiv .time {
	top: 160px; font-family:Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	background: #d71518;
}
.lcon2 .slick_nh .ulk ul li .licn:hover h4 {
	color: #d71518;
}
.lcon3 .slick_zhan .item img { 
	width: 100%;
}
.lcon3 .slick_zhan .slick-prev, .lcon3 .slick_zhan .slick-next {
	width: 51px;
	height: 51px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 1001;
}
.lcon3 .slick_zhan .slick-prev {
	left: 100px;
	background-image: url(../images/arrowl.png);
}
.lcon3 .slick_zhan .slick-next {
	right: 100px;
	background-image: url(../images/arrowr.png);
}
.lcon3 .slick_zhan .slick-dots {
	bottom: 50px;
}
.lcon3 .slick_zhan .slick-dots li {
	width: 52px;
	height: 2px;
	background: #fff;
	margin: 0 3px;
}
.lcon4 {
	background: #f6f6f6;
	padding-bottom: 130px;
}
.lcon4 .newslikn {
	margin-top: 15px;
}
.lcon4 .newslikn .ul1 li {
	margin-left: 43px;
	float: left;
	margin-bottom: 25px;
}
.lcon4 .newslikn .ul1 li a {
	color: #848484;
	font-size: 18px;
}
.lcon4 .newslikn .ul1 li img {
	width: 24px;
	margin-right: 10px;
}
 .lcon4 .newslikn .ul1 li:nth-child(2) img {
 width: 28px;
 margin-top: -4px;
}
.lcon4 .newslikn .ul1 li.act .img_s {
	display: none;
}
.lcon4 .newslikn .ul1 li.act .img_d {
	display: inline-block;
}
.lcon4 .newslikn .ul2k {
	margin-top: 20px;
}
.lcon4 .newslikn .ul2 li {
	margin-left: 43px;
	float: left;
	margin-bottom: 25px;
}
.lcon4 .newslikn .ul2 li a {
	color: #848484;
	padding-bottom: 8px;
	font-size: 18px;
}
.lcon4 .newslikn .ul2 li.act a {
	color: #464646;
	border-bottom: 1px solid #ff0000;
}
.lcon4 .newslikn .ul2k .ul2 {
	display: none;
}
.lcon4 .newslikn .ul2k #j_sli2,  .newslikn,  .ul2k {
	width:100%;
}
 .lcon4 .newslikn .ul2k .ul2:nth-child(1) {
 display: block;
}
.lcon4 .lcon4z {
	position: relative;
	margin-top: 50px;
}
.lcon4 .slick_zn {
	padding-bottom: 108px;
}
.lcon4 .slick_zn img {
	width: 100%;
}
.lcon4 .slick_zn .slick-dots {
	bottom: 0;
}
.lcon4 .slick_zn .slick-dots li {
	width: 108px;
	height: 2px;
	margin: 0 0;
	background: #dcdcdc;
}
.lcon4 .slick_zn .slick-dots li.slick-active {
	background: #cc0000;
	height: 3px;
}
.lcon4 .slick_zi1 {
	position: absolute;
	top: 0;
	left: 100px;
	width: 323px;
	height: 278px;
}
 .lcon4 .slick_zi1::before {
 content: '';
 position: absolute;
 width: 278px;
 height: 278px;
 background: rgba(255, 255, 255, 0.85);
}
.lcon4 .slick_zi1 .item {
	padding-right: 42px;
}
.lcon4 .slick_zi2 {
	width: 278px;
	height: 278px;
}
.lcon4 .slick_zi1 .item1 {
	padding: 41px 35px;
}
.lcon4 .slick_zi1 h4 {
	color: #cc0000;
	font-weight: normal;
	margin-bottom: 11px;
}
.lcon4 .slick_zi1 h5 {
	color: #999999;
	font-family: "HTE";
	margin-bottom: 22px;
}
.lcon4 .slick_zi1 p {
	color: #848484;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.lcon4 .slick_zi1 .moreh {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #d71518;
	margin-top: 25px;
	border: 1px solid #d71518;
}
.lcon4 .slick_zi1 .moreh:hover {
	color: #d71518;
	background-color: #fff;
}
.lcon4 .slick_zi2 .slick-prev, .lcon4 .slick_zi2 .slick-next {
	width: 42px;
	height: 42px;
	z-index: 1001;
	background-position: center;
	background-repeat: no-repeat;
	top: auto;
	left: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.lcon4 .slick_zi2 .slick-prev {
	bottom: 0;
	right: 0;
	background-image: url(../images/arrowl2.png);
	background-color: #cc0000;
}
.lcon4 .slick_zi2 .slick-next {
	bottom: 0;
	right: -42px;
	background-image: url(../images/arrowr2.png);
	background-color: #333;
}
.lcon5 {
	padding-top: 80px;
	height: 722px;
	background-image: url(../images/why.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	color: #fff;
	position: relative;
}
.lcon5 .con-title h3 {
	margin-top: 15px;
	color: #fff;
}
.lcon5 .slick_wei1 {
	margin-left: 121px;
	position: relative;
	margin-top: 13px;
}
 .lcon5 .slick_wei1::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: -1000px;
 width: 3000px;
 height: 1px;
 background: #fff;
 opacity: 0.3;
}
.lcon5 .slick_wei1 .item {
	margin-left: 75px;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 20px 35px 20px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.lcon5 .slick_wei1 .item.act {
	border-color: #cc0000;
}
.lcon5 .slick_wei2 {
}
.lcon5 .slick_wei2 .l {
	margin-top: 83px;
}
.lcon5 .slick_wei2 .zin {
	padding-top: 21px;
}
.lcon5 .slick_wei2 .zin p {
	position: relative;
	line-height: 32px;
	padding-left: 20px;
}
 .lcon5 .slick_wei2 .zin p::before {
 content: '';
 position: absolute;
 top: 15px;
 left: 0;
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: #fff;
}
.lcon5 .slick_wei2 .shuz {
}
.lcon5 .slick_wei2 .shuz ul {
	width: 741px;
}
.lcon5 .slick_wei2 .shuz li {
	float: left;
	margin-bottom: 59px;
}
.lcon5 .slick_wei2 .shuz li .span1 {
	font-size: 72px;
	font-family: "TEB";
}
.lcon5 .slick_wei2 .shuz li .span2 {
}
.lcon5 .slick_wei2 .shuz li .div2 {
	margin-top: 18px;
	font-size: 18px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+1) {
 width: 195px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+2) {
 width: 200px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+3) {
 width: 200px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+4) {
 width: 140px;
}
.lcon5 .slick_wei2 .slick-dots {
	bottom: -37px;
}
.lcon5 .slick_wei2 .slick-dots li {
	width: 52px;
	height: 2px;
	background: #fff;
	margin: 0 4px;
}
.lcon6 {
	padding-bottom: 59px;
}
.lcon6 .lcon6t {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 23px;
}
.lcon6 .con-title h3 {
	color: #999999;
	margin-top: 11px;
}
.lcon6 .geng a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #d71518;
	margin-top: 7px;
	border: 1px solid #d71518;
}
.lcon6 .geng a:hover {
	color: #d71518;
	background-color: #fff;
}
.dizhi {
	position: relative;
}
.dizhi .map {
	display: none;
	height: 550px;
}
.dzxxk {
	position: absolute;
	left: 50%;
	top: 75px;
	display: inline-block;
	min-width: 472px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.dizhi .dz_o {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 35px;
	margin: 0 23px;
	background: url(../images/j_cgg.png) no-repeat;
	background-size: calc(100% - 14px) calc(100% - 14px);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: 7px 7px;
	text-align: center;
	cursor: pointer;
}
.dizhi .dz_o.act {
	background-color: #d71518;
}
 .dizhi .dz_o::after {
 content: '';
 position: absolute;
 left: 7px;
 top:7px;
 width:calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(158, 158, 158, 0.2);
}
 .dizhi .dz_o.act::after {
 content: '';
 position: absolute;
 left: 7px;
 top:7px;
 width:calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(250, 201, 100, 0.2);
}
.footer .top {
	display: none;
}
.dizhi .map .BMap_Marker {
	width: 25px;
	height: 40px;
}
.dizhi .map .BMap_Marker img {
	width: 100%;
	height: 100%;
}
footer {
	background: #32373b;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 60px;
	padding-bottom: 45px;
}
footer .top .item {
	width: 500px;
}
footer .top .item li {
	padding-left: 43px;
	position: relative;
	color: #848484;
	line-height: 28px;
	margin-bottom: 5px;
}
footer .top .item li span a {
	padding-left: 0px;
	position: relative;
	color: #848484;
	line-height: 28px;
}
footer .top .item .span1 {
	float: left;
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 14px; top:7px;
}
footer .top .item .span2 {
	float: left;
	position: absolute;
	left: auto;
	right: calc(100% - 84px);
	color: #fff;
	font-size: 16px;
	white-space:nowrap;
}
footer .top .item .j_span {
	float: left;
}
footer .top .item .j_span span {
	display: block;
	margin-bottom: 5px;
}
footer .top .item h4 {
	color: #dbdbdb;
	font-size: 16px;
	margin-bottom: 25px;
}
 footer .top .item:nth-child(2) li {
 padding-left: 43px;
 font-family: "HTE";
 line-height: 30px;
}
 footer .top .item:nth-child(2) .span1 {
 font-size: 14px;
 font-family: '微软雅黑';
 top: 7px;
}
footer .top .wei {
	text-align: center;
	display: inline-block;
	margin-left: 18px;
}
footer .top .wei .img1 {
	margin-bottom: 8px;
}
footer .top .wei .img1 img {
	width: 120px;
}
footer .bottom {
	margin-top: 45px;
	position: relative;
}
footer .bottom .copy {
	color: #848484;
	margin-top: 23px;
}
footer .bottom .copy p {
	line-height: 20px;
}
footer .bottom .copy a:hover {
	color: #fff;
}
footer .bottom .link {
	position: relative;
	width: 191px;
	margin-right: auto;
}
footer .bottom .link span {
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
footer .bottom .link .head {
	width: 191px;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 30px;
	cursor: pointer;
	color: #dbdbdb;
	border: 1px solid #e3e3e3;
}
footer .bottom .link .drop {
	position: absolute;
	bottom: 38px;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	max-height: 169px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	opacity: 0;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}
footer .bottom .mCustomScrollBox {
	background: #32373b;
}
footer .bottom .link .drop.act {
	visibility: visible;
	opacity: 1;
}
footer .bottom .link .drop li {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 30px;
	background: #32373b;
}
footer .bottom .link .drop li a {
	color: #fff;
}
.index .item1 {
	display: none;
}

/*内页公共*/



@media screen and (min-width: 1200px) {
.img-pic {  height: auto; overflow:hidden;   width:100%;   }
.img-pic .left{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .left a{ display:block; width:18px; height:33px; margin-left:10%;  background-image:url(/images/h_img15.png);  }
.img-pic .left a:hover{ display:block; width:18px; height:33px; margin-left:10%; background-image:url(/images/h_img15_1.png); }
.img-pic .right{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .right a{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16.png); }
.img-pic .right a:hover{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16_1.png); }
.img-pic .center{ width:84%; float:left; height:100%;  text-align:center;   }
.img-pic .center img{  margin:15px; max-width:900px;}

.inpage .container {width: 100%;padding: 0 100px;}
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
 
 
.img-pic {  height: auto; overflow:hidden;   width:100%;   }
.img-pic .left{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .left a{ display:block; width:18px; height:33px; margin-left:10%;  background-image:url(/images/h_img15.png);  }
.img-pic .left a:hover{ display:block; width:18px; height:33px; margin-left:10%; background-image:url(/images/h_img15_1.png); }
.img-pic .right{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .right a{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16.png); }
.img-pic .right a:hover{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16_1.png); }
.img-pic .center{ width:84%; float:left; height:100%;  text-align:center;   }
.img-pic .center img{  margin:15px; max-width:800px;}

 
 
 .inpage .container {
 width: 100%;
 padding: 0 20px;
}
}
 @media screen and (max-width: 768px) {
 
.img-pic {  height: auto; overflow:hidden;   width:100%;   }
.img-pic .left{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .left a{ display:block; width:18px; height:33px; margin-left:10%;  background-image:url(/images/h_img15.png);  }
.img-pic .left a:hover{ display:block; width:18px; height:33px; margin-left:10%; background-image:url(/images/h_img15_1.png); }
.img-pic .right{ width:8%; float:left; height:auto; overflow:hidden; margin-top:30%;   }
.img-pic .right a{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16.png); }
.img-pic .right a:hover{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16_1.png); }
.img-pic .center{ width:84%; float:left; height:100%;  text-align:center;   }
.img-pic .center img{  margin:15px; max-width:600px;}
 
 .inpage .container {
 padding: 0 20px;
}
}
.inpage .bannei {
	position: relative;
	width: 100%;
}
.inpage .bannei .img {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.inpage .bannei .imgzi {
	position: absolute;
	z-index: 2;
	top: 54%;
	left: 50%;
	width: 1200px;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.inpage .bannei .imgzi span {
	display: inline-block;
	position: relative;
	padding-top: 99px;
}
.inpage .bannei .btner2 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.inpage .bannei .openmenuh {
	height: 50px;
}
.inpage .ernavn {
	position: relative;
	z-index: 5;
	height: 76px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 100px;
}
.inpage .ernavn .gohome {
	position: relative;
	width: 78px;
	text-align: center;
}
.inpage .ernavn .gohome a {
	line-height: 75px;
	position: relative;
	z-index: 1;
	display: block;
}
 .inpage .ernavn .gohome::after {
 position: absolute;
 top: -1px;
 right: 0;
 bottom: -1px;
 left: -1px;
 content: '';
}
.inpage .ernavn .gohome img {
	width: 28px;
	margin-top: -2px;
}
.inpage .ernavn .btn_group1 {
	position: relative;
}
.inpage .ernavn .btn_group1:last-child button {
	border-right: 1px solid #e6e6e6;
}
.inpage .ernavn .btn_group1 button {
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
	width: 140px;
	max-width: 100%;
	height: 100%;
	padding-right: 12px;
	padding-left: 20px;
	text-align: left;
	color: #999999;
	border-left: 1px solid #e6e6e6;
	line-height: 1.4;
}
.inpage .ernavn .btn_group1 button img {
	position: absolute;
	top: 35px;
	right: 15px;
	width: 11px;
}
.inpage .ernavn .btn_group1 .uldown {
	font-size: 14px;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 9px 0;
	list-style: none;
	text-align: left;
	border: 1px solid #e3e3e3;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.inpage .ernavn .btn_group1 .uldown li a {
	line-height: 1.5;
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
	color: #666;
	text-transform: uppercase;
}
.inpage .ernavn .btn_group1 .uldown li a:hover {
	color: #333;
	background-color: #f5f5f5;
}
.inpage .ernavn .btn_group1 button:hover .img_s, .inpage .ernavn .btn_group1 button.active .img_s {
	display: none;
}
.inpage .ernavn .btn_group1 button:hover .img_d, .inpage .ernavn .btn_group1 button.active .img_d {
	display: inline-block;
}
.inpage .ernavn .btn_group1 button:hover, .inpage .ernavn .btn_group1 button.active {
	color: #d71518;
}
 @media screen and (max-width: 767px) {
 
 
.img-pic {  height: auto; overflow:hidden;   width:100%;   }
.img-pic .left{ width:8%; float:left; height:auto; overflow:hidden; margin-top:25%;   }
.img-pic .left a{ display:block; width:18px; height:33px; margin-left:10%;  background-image:url(/images/h_img15.png);  }
.img-pic .left a:hover{ display:block; width:18px; height:33px; margin-left:10%; background-image:url(/images/h_img15_1.png); }
.img-pic .right{ width:8%; float:left; height:auto; overflow:hidden; margin-top:25%;   }
.img-pic .right a{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16.png); }
.img-pic .right a:hover{ display:block; width:18px; height:33px; margin-left:70%; background-image:url(/images/h_img16_1.png); }
.img-pic .center{ width:84%; float:left; height:100%;  text-align:center;   }
.img-pic .center img{  margin:15px; max-width:600px;}

 
 .inpage .ernavn .btn_group1 {
 max-width: 50%;
}
 .inpage .ernavn {
 padding-left: 0;
}
}
/*侧链接*/



.linkdiv {
	position: fixed;
	z-index: 1050;
	top: 45%;
	right: 11px;
	margin-top: -57px;
}
.linkdiv li {
	position: relative;
	width: 10px;
	height: 10px;
	margin-top: 16px;
	border-radius: 50%;
}
.linkdiv li span {
	line-height: 28px;
	position: relative;
	display: inline-block;
	height: 100%;
	padding: 0 20px 0 30px;
	background: #ffa000;
}
 .linkdiv li span::after {
 position: absolute;
 top: 8px;
 right: -10px;
 width: 5px;
 height: 9px;
 content: '';
 border-top: 5px solid transparent;
 border-left: 5px solid #ffa000;
 border-bottom: 5px solid transparent;
 border-right: 5px solid transparent;
}
 .linkdiv li span::before {
 position: absolute;
 top: 10px;
 left: 13px;
 width: 8px;
 height: 8px;
 content: '';
 border-radius: 50%;
 background: #fff;
}
.linkdiv li a {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffa000;
}
 .linkdiv li a::after {
 position: absolute;
 top: 4px;
 right: 10px;
 width: 20px;
 height: 1px;
 content: '';
 opacity: 0;
/*background: #ffa000;*/

}
 .linkdiv li.act a::after {
 opacity: 1;
}
.linkdiv li.act div {
	opacity: 1;
}
.linkdiv div {
	font-size: 14px;
	position: absolute;
	top: -9px;
	right: 23px;
	width: 130px;
	height: 28px;
 -webkit-transition: all .2s ease-out 0s;
 -moz-transition: all .2s ease-out 0s;
 -ms-transition: all .2s ease-out 0s;
 -o-transition: all .2s ease-out 0s;
 transition: all .2s ease-out 0s;
	text-align: right;
	opacity: 0;
	color: #fff;
}
.linkdiv.badiv div {
	width: 130px;
}
/*company*/



.company .lcon1 .con-title h3 { 
	margin-top: 21px;
	color: #848484;
}
.company .lcon1 {
	padding-top: 105px;
	padding-bottom: 165px;
	background: #fff;
}
.company .lcon1 .con p {
	margin-bottom: 13px;
	line-height: 2.1;
}
.company .company2 .lcon1 {
	background: #f3f5f7;
	padding-top: 172px;
	padding-bottom: 172px;
}
.company .company2 .lcon1 span {
	color: #e6e6e6;
	top: 155px;
}
.company .company2 .ullist {
}
.company .company2 .ullist li {
	float: left;
	width: 33.333%;
	position: relative;
	overflow: hidden;
}
.company .company2 .ullist li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.company .company2 .ullist li img {
	width: 100%;
}
.company .company2 .ullist li .lizi {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 60px;
	padding-top: 50px;
	color: #fff;
	z-index: 1;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.company .company2 .ullist li .lizi h1 {
	font-size: 30px;
	font-weight: bold;
}
.company .company2 .ullist li .lizi1 {
	position: absolute;
	bottom: 9%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 16px;
	z-index: 1;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
 .company .company2 .ullist li .lizi1::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -25px;
 width: 50px;
 height: 2px;
 background: #fff;
}
 .company .company2 .ullist li::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0;
}
 .company .company2 .ullist li:hover::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #00031e;
 opacity: 0.5;
}

.company .company2 .ullist li:hover .lizi {
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.9;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 95px;
}
.company .company2 .ullist li:hover .lizi h1 {
	font-size: 36px;
}
.company .company2 .ullist li .lizi h3 {
	color: #858692;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 11px;
	text-transform: uppercase;
	opacity: 0;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.company .company2 .ullist li .lizi h4 {
	font-size: 16px;
	margin-top: 11px;
	opacity: 0;
	padding-right: 80px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.company .company2 .ullist li:last-child .lizi {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
.company .company2 .ullist li:last-child .lizi h1 {
	font-weight: bold;
	font-size: 36px;
}
.company .company2 .ullist li:last-child .lizi h4 {
	font-family: "HVC";
	margin-top: 20px;
	text-transform: uppercase;
	opacity: 1;
}






.company .company2 .ullist li:last-child::before {
content: '';
position: absolute;
top: 33px;
left: 33px;
bottom: 33px;
right: 33px;
border: 1px dashed #fff;
z-index: 1;
}
.company .company2 .ullist li:last-child::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #cd0000;
opacity: 0.9;
}



.company .company2 .ullist li:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.company .company2 .ullist li:hover h3, .company .company2 .ullist li:hover h4 {
	opacity: 1;
}
.company .company2 .ullist li:hover .lizi1 {
	opacity: 0;
}
.company .company3 {
	padding-bottom: 40px;
}
.company .company3 .lcon1 {
	padding-bottom: 125px;
}
.company .company3 .con-title {
	width: 268px;
}
.company .company3 .con-title h3 {
	margin-top: 21px; 
	color: #848484;
}
.company .company3 .lcon1 span {
	top: 90px; 
}
.company .company3 .ullist {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
}
.company .company3 .ullist li {
	float: left;
	width: 50%;
	padding: 0 85px 25px;
	text-align: center;
	position: relative;
}
.company .company3 .o_ullist li {
	width:33.33%;
}
 .company .company3 .ullist li::after {
 content: '';
 position: absolute;
 top: -40px;
 width: 1px;
 height: 100%;
 background: #f3f3f3;
 right: 0;
}
 .company .company3 .ullist li:last-child::after {
 display: none;
}
.company .company3 .ullist h1 {
	color: #d71518;
	font-size: 30px;
}
.company .company3 .ullist .slick_ul {
	margin-top: 37px;
}
.company .company3 .ullist .imgdiv {
	border: 1px solid #e5e3e3;
}
.company .company3 .ullist .imgdiv img {
	max-width: 100%;
}
.company .company3 .ullist .licn {
	height: 82px;
	padding-top: 23px;
}
.company .company3 .ullist .licn p {
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
}
.company .company3 .ullist .item:hover img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.company .company3 .ullist .item:hover p {
	color: #d71518;
}
/*hotel*/



.hotel .hotel1 {
	padding-top: 54px;
}
.hotel .hotel1 .tit h1 {
	color: #f9c24d;
	font-size: 30px;
}
.hotel .hotel1 .tit p {
	color: #848484;
	font-size: 18px;
	margin-top: 21px;
	line-height: 1.8;
}
.hotel .hotel1 .ullist {
	margin-top: 50px;
}
.hotel .hotel1 .ullist ul {
	margin: 0 -13px;
}
.hotel .hotel1 .ullist ul li {
	float: left;
	width: 25%;
	padding: 0 13px;
	margin-bottom: 30px;
}
.hotel .hotel1 .ullist ul li img {
	width: 100%;
	height: 100%;
}
.hotel .hotel1 .ullist ul li .lin {
	height: 464px;
	box-shadow: 0 3px 5px #ddd;
	position: relative;
}
.hotel .hotel1 .ullist ul li .lizi {
	height: calc(100% - 280px);
	height: -webkit-calc(100% - 280px);
	text-align: center;
}
.hotel .hotel1 .ullist ul li .lizin {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hotel .hotel1 .ullist ul li h3 {
	color: #d71518;
	font-size: 18px;
}
.hotel .hotel1 .ullist ul li .lihover h3 {
	font-size: 24px;
}
.hotel .hotel1 .ullist ul li p {
	color: #464646;
	margin-top: 12px;
}
.hotel .hotel1 .ullist ul li .imgdiv {
	position: relative;
}
 .hotel .hotel1 .ullist ul li .imgdiv::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0.1;
 z-index: 1;
}
.hotel .hotel1 .ullist ul li .lin:hover .lihover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.hotel .hotel1 .ullist ul li .lihover {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(200% + 26px);
	width: -webkit-calc(200% + 26px);
	height: 100%;
	z-index: 3;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transform-origin: 0 0;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	opacity: 0;
}
 .hotel .hotel1 .ullist ul li:nth-child(4n) .lihover {
 right: 0;
 left: auto;
 transform-origin: 100% 0;
}
.hotel .hotel1 .ullist ul li .lihover .imgdiv {
	height: 100%;
}
.hotel .hotel1 .ullist ul li .lihover img {
	height: 100%;
}
.hotel .hotel1 .ullist ul li .lihover .lizi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
 .hotel .hotel1 .ullist ul li .lihover h3, .hotel .hotel1 .ullist ul li:nth-child(7) h3, .hotel .hotel1 .ullist ul li .lihover p, .hotel .hotel1 .ullist ul li:nth-child(7) p {
 color: #fff;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) .lin {
 background: #d71518;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) .imgdiv {
 visibility: hidden;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) h3 {
 position: relative;
 padding-bottom: 68px;
 margin-bottom: 50px;
 font-size: 30px;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) p {
 font-size: 20px;
 text-transform: uppercase;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) h3::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -46px;
 width: 92px;
 height: 2px;
 background: #fff;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) .lizi {
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}
.hotel .hotel1 .map {
	height: 470px;
}
.hotel .hotel1 .ullist1 {
	margin-top: 50px;
}
.hotel .hotel1 .ullist1 li .imgdiv img {
	width: 100%;
	opacity: 0;
}
.hotel .hotel1 .ullist1 li .imgdiv {
	position: relative;
}
.hotel .hotel1 .ullist1 li .mudi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 106px;
	height: 40px;
	background: #ff9c0e;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.hotel .hotel1 .ullist1 li .mudi img {
	width: 20px;
	height: auto;
	margin-right: 6px;
	margin-top: -2px;
}
.hotel .hotel1 .ullist1 li {
	color: #fff;
}
.hotel .hotel1 .ullist1 li .lin {
	padding: 34px 0 30px 42px;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(2) .lin {
 padding-bottom: 47px;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(4) .lin {
 padding-bottom: 47px;
}
.hotel .hotel1 .ullist1 li h5 {
	font-size: 24px;
	margin-bottom: 30px;
}
.hotel .hotel1 .ullist1 li h5 img {
	width: 38px;
	margin-right: 13px;
	margin-top: -3px;
}
.hotel .hotel1 .ullist1 li p {
	line-height: 24px;
}
 .hotel .hotel1 .ullist1 .ul1 li:nth-child(2) {
 background: #ff9c0e;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(2) {
 background: #f56654;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(4) {
 background: #1b91de;
}
.traffic {
	padding-bottom: 68px;
}
.hotel .hotel1 .ullist1 ul {
	display: table;
	width: 100%;
}
.hotel .hotel1 .ullist1 ul li {
	display: table-cell;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.hotel .hotel1 .ullist1 ul li .img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 101%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
 .hotel .hotel1 .ullist1 .ul1 li:nth-child(1) {
 width: 38%;
}
 .hotel .hotel1 .ullist1 .ul1 li:nth-child(2) {
 width: 43%;
}
 .hotel .hotel1 .ullist1 .ul1 li:nth-child(3) {
 width: 19%;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(1) {
 width: 19%;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(2) {
 width: 43%;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(3) {
 width: 19%;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(4) {
 width: 19%;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(2)::after {
 content: '';
 position: absolute;
 bottom: 47px;
 left: 42px;
 width: 100%;
 height: 1px;
 background: #fff;
 opacity: 0.34;
}
 .hotel .hotel1 .ullist1 .ul2 li:nth-child(4)::after {
 content: '';
 position: absolute;
 bottom: 47px;
 right: 42px;
 width: 100%;
 height: 1px;
 background: #fff;
 opacity: 0.34;
}
.disp .disp1 h3 {
	color: #848484;
}
.disp .disp1 {
	padding-top: 75px;
	padding-bottom: 46px;
}
.disp .disp1 .cont {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.disp .disp1 .imgk {
	text-align: center;
	padding-bottom: 30px;
	border: 1px solid #e5e5e5;
	margin-top: 70px;
}
.disp .disp1 .imgk img {
	max-width: 100%;
}
.disp .disp1 .imgk h3 {
	color: #d71518;
}
.disp .disp1 .zhan {
	margin-top: 70px;
}
.disp .disp1 .zhan .tp {
	height: 50px;
	background: #d71518;
	color: #fff;
	font-size: 18px;
	padding-left: 18px;
	line-height: 50px;
	margin-bottom: 25px;
}
.disp .disp1 .zhan p {
	line-height: 60px;
	padding-left: 18px;
}
.disp .disp1 .list_down {
	margin-top: 75px;
	padding-bottom: 47px;
}
.disp .disp1 .list_down ul {
	margin: 0 -15px;
}
.disp .disp1 .list_down ul li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.list_down .downk {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 46px;
	padding-left: 34px;
	padding-bottom: 40px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.list_down .downl {
	float: left;
	width: 86px;
	text-align: right;
	padding-right: 24px;
}
.list_down .downl h5 {
	color: #005bac;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.list_down .downl h1 {
	color: #005bac;
	font-size: 36px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.list_down .downr {
	float: left;
	width: calc(100% - 86px);
	width: -webkit-calc(100% - 86px);
	border-left: 1px solid #dcdcdc;
	padding-left: 20px;
	padding-bottom: 14px;
}
.list_down .downr h4 {
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 8px;
	height: 19.8px;
	overflow: hidden;
}
.list_down .downr h5 {
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 2.1;
	letter-spacing: 0.4px;
	margin-top: 5px;
}
.list_down .downr h5.h51 {
	height: 88.2px;
	overflow: hidden;
	padding-right: 30px;
}
.list_down .downr h5.h52 {
	font-family: "Arial";
	line-height: 1;
	margin-top: 0;
}
.list_down .downr h6 {
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-top: 41px;
}
.list_down .downr h6 img {
	margin-right: 5px;
	margin-top: -2px;
}
.list_down .downk:hover {
	background: #d71518;
}
.list_down .downk:hover h1, .list_down .downk:hover h4, .list_down .downk:hover h6, .list_down .downk:hover h5 {
	color: #fff;
}
.list_down .downk:hover .img_s {
	display: none;
}
.list_down .downk:hover .img_d {
	display: inline-block;
}
.list_down .downk:hover .downr {
	border-color: #e9e9e9;
}
.down .disp1 {
	padding-bottom: 77px;
}
.paging {
	text-align: center;
}
.paging li {
	font-family: 'Arial';
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 6px;
	margin-left: 6px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	vertical-align: top;
	border: 1px solid transparent;
}
.paging li.activepage, .paging li:hover {
	color: #d71518;
	border-color: #d71518;
}
.paging li.lp {
	line-height: 34px;
}
.paging .lp img:last-of-type {
	display: none;
}
.paging .lp:hover img:first-of-type {
	display: none;
}
.paging .lp:hover img:last-of-type {
	display: inline;
}
.paging .lp {
	line-height: 34px;
}
.paging .hidden-md a {
	line-height: 40px;
	display: block;
	width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #bababa;
}
.contact .contact1 {
	padding-top: 64px;
	padding-bottom: 72px;
}
.contact .contact1 .mapk {
	position: relative;
}
.contact .contact1 .mapk .map {
	height: 640px;
}
.contact .contact1 .mapk .map[data-num="1"], .contact .contact1 .mapk .lianxi[data-num="1"] {
	display: none;
}
.mapk .dzxxk {
	top: 15px;
	min-width: 478px;
}
.mapk .dz_o {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 35px;
	margin: 0 23px;
	background: url(../images/j_cgg.png) no-repeat;
	background-size: calc(100% - 14px) calc(100% - 14px);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: 7px 7px;
	text-align: center;
	cursor: pointer;
}
.mapk .dz_o.act {
	background-color: #d71518;
}
.mapk .dz_o::after {
 content: '';
 position: absolute;
 left: 7px;
 top:7px;
 width:calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(158, 158, 158, 0.2);
}
.mapk .dz_o.act::after {
 content: '';
 position: absolute;
 left: 7px;
 top:7px;
 width:calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(250, 201, 100, 0.2);
}
.contact .contact1 .mapk .lianxi {
	position: absolute;
	top: 82px;
	left: 170px;
	width: 382px;
	height: 499px;
	background: #fff;
	padding: 30px 30px;
	z-index: 1;
}
.contact .contact1 .mapk .lianxi h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.contact .contact1 .mapk .lianxi h4 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.contact .contact1 .mapk .lianxi p {
	color: #666666;
	line-height: 22px;
}
.contact .contact1 .mapk .lianxi .imgk {
	border-top: 1px solid #e9e9e9;
	margin-top: 24px;
	padding-top: 29px;
	text-align: center;
}
.newlist .newlist1 {
	padding-top: 28px;
	padding-bottom: 162px;
	background: #f8f8fc;
}
.newlist .newlist1h {
	padding-top: 73px;
	padding-bottom: 45px;
}
.newlist .newcn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 72px;
}
.newlist .newlist1 .tui {
/*margin-top: 64px;*/

}
.newlist .newlist1 .tui .l {
	position: relative;
	overflow: hidden;
	height: 360px;
}
.newlist .newlist1 .tui img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.newlist .newlist1 .tui .r {
	height: 360px;
	padding-right: 35px;
	padding-left: 80px;
	position: relative;
}
.newlist .newlist1 .tui h4 a {
	color: #d71518;
}
.newlist .newlist1 .tui h5 {
	color: #999;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 35px;
}
.newlist .newlist1 .tui p {
	color: #434343;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.newlist .newlist1 .tui p a {
	color: #434343;
}
.newlist .newlist1 .tui .more2 {
	width: 111px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	bottom: 0;
}
.newlist .newlist1 .tit h3 {
	color: #848484; 
}
.newlist .newlist1 .tui2 {
	margin-top: 72px;
}
.newslick {
}
.newslick .item img {
	width: 100%;
}
.newslick .item a {
	position: relative;
	display: block;
}
 .newslick .item a::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: '';
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
 background: rgba(0, 0, 0, .4);
}
 .newslick .item a::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 3px solid #d71518;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
 opacity: 0;
}
 .newslick .item:hover a::after {
 opacity: 0;
}
 .newslick .item:hover a::before, .newslick .item.act a::before {
 opacity: 1;
}
 .newslick .item.act a::after {
 display: none;
}
.newslick .slick-prev, .newslick .slick-next {
	z-index: 10;
	top: auto;
	bottom: -107px;
	width: 51px;
	height: 51px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.newslick .slick-prev {
	left: 50%;
	margin-left: -69px;
	background-image: url(../images/arrowl3.png);
}
.newslick .slick-next {
	right: 50%;
	margin-right: -69px;
	background-image: url(../images/arrowr3.png);
}
.newlist .newlist2 {
	padding-top: 72px; margin-top:-60px;
}
.newlist .newlist2 .news_ul {
	margin: 0 -8px;
	padding-bottom: 57px;
}
.newlist .newlist2 .news_ul li {
	padding: 0 8px;
	float: left;
	width: 33.333%;
	margin-bottom: 21px;
}
.newlist .newlist2 .news_ul li a {
	display: block;
}
.newlist .newlist2 .news_ul li .imgdiv img {
	width: 100%;
}
.newlist .newlist2 .news_ul li .condiv {
	position: relative;
	padding-top: 81px;
	padding-bottom: 28px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
	color: #666;
	border-bottom: 1px solid #eee;
	height: 222px;
}
.newlist .newlist2 .news_ul li .condiv .time {
	font-family: 'HUE';
	font-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
 -webkit-transition: all .5s ease-out 0s;
 -moz-transition: all .5s ease-out 0s;
 -ms-transition: all .5s ease-out 0s;
 -o-transition: all .5s ease-out 0s;
 transition: all .5s ease-out 0s;
	letter-spacing: .5px;
	color: #464646;
}
.newlist .newlist2 .news_ul li .condiv .time span {
	color: #d71518;
	/*line-height: 74px;*/

    font-size: 20px;
	
}
.newlist .newlist2 .news_ul li .condiv .time img {
	float: right;
	margin-top: 6px;
}
.newlist .newlist2 .news_ul li .condiv h5 {
	font-size: 16px;
	color: #848484;
	letter-spacing: 1px;
	line-height: 1.4;
	min-height: 44px;
}
.newlist .newlist2 .news_ul li .condiv .con {
	margin-top: 24px;
	color: #848484;
}
.newlist .newlist2 .news_ul li .condiv .con p {
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.8px;
	height: 60px;
	overflow: hidden;
}
 @media (min-width: 992px) {
 .newlist .newlist2 .news_ul li a:hover .imgdiv img {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 .newlist .newlist2 .news_ul li a:hover .condiv {
 padding-top: 25px;
}
 .newlist .newlist2 .news_ul li a:hover .condiv .time {
 top: 138px; 
 padding-right: 15px;
 padding-left: 15px;
 color: #fff;
 background: #d71518;
}
 .newlist .newlist2 .news_ul li a:hover .condiv .time img {
 opacity: 1;
}
 .newlist .newlist2 .news_ul li a:hover .condiv .time span {
 color:#fff;
}
 .newlist .newlist2 .news_ul li a:hover h5 {
 color: #d71518;
}
 .newlist .newlist2 .news_ul li a:hover .con p {
 height: 20px;
}
}
.food .ullist2 {
	margin-top: 35px;
	padding-bottom: 72px;
}
.food .ullist2 ul {
	display: table;
	width: 100%;
}
.food .ullist2 ul li {
	display: table-cell;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	color: #fff;
}
.food .ullist2 ul li .imgd {
	position: absolute;
	top: 0;
	left: 50%;
	min-height: 420px;
	min-width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.food .ullist2 ul li .lin {
	text-align: center;
	position: relative;
}
.food .ullist2 ul li .lin .imgk {
	position: relative;
	z-index: 2;
}
.food .ullist2 ul li .lin .imgk img {
	opacity: 0;
	width: 100%;
}
 .food .ullist2 .ul1 li:nth-child(1) .lin .imgk img {
 opacity: 1;
}
.food .ullist2 ul li span {
	position: absolute;
	bottom: 43px;
	left: 43px;
	font-size: 18px;
	z-index: 3;
}
 .food .ullist2 .ul1 li:nth-child(1) {
 width: 70%;
 padding-right: 30px;
}
 .food .ullist2 .ul1 li:nth-child(2) {
 width: 30%;
 background: #d71518;
 text-align: center;
 vertical-align: middle;
}
 .food .ullist2 .ul1 li:nth-child(2) .lin {
 display: inline-block;
}
 .food .ullist2 .ul1 li:nth-child(1) .imgd {
 opacity: 0;
}
.food .ullist2 .ul1 li h1 {
	font-size: 30px;
}
.food .ullist2 .ul1 li h3 {
	font-size: 20px;
	margin-top: 8px;
	text-transform: uppercase;
}
.food .ullist2 .ul1 li .img1 {
	margin-top: 55px;
}
.food .ullist2 .ul2 {
	margin-top: 28px;
}
.food .ullist2 .ul4 li {
	float: right;
	height: 420px;
}
 .food .ullist2 .ul2 li:nth-child(1), .food .ullist2 .ul4 li:nth-child(3) {
 width: 56%;
}
 .food .ullist2 .ul2 li:nth-child(2) {
 padding-left: 30px;
 padding-right: 30px;
 width: 14%;
}
 .food .ullist2 .ul2 li:nth-child(2) .lin {
 background: #1b91de;
 line-height: 420px;
}
 .food .ullist2 .ul2 li:nth-child(2) .lin img {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
}
 .food .ullist2 .ul3 li:nth-child(2) .lin img {
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
 .food .ullist2 .ul2 li:nth-child(3), .food .ullist2 .ul4 li:nth-child(1) {
 width: 30%;
}
 .food .ullist2 .ul4 li:nth-child(3) {
 width: 56%;
}
.food .ullist2 .huangjian {
	width: 35%;
	height: 121px;
	background: #d71518;
	line-height: 121px;
	margin-top: 28px;
	text-align: center;
}
 .food .ullist2 ul li::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 background-image: url(../images/yanj.png);
 background-position: center;
 background-repeat: no-repeat;
 z-index: 2;
 -webkit-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
 cursor: pointer;
}
 @media screen and (min-width: 767px) {
 .food .ullist2 .ul3 li::after {
 height: 420px;
}
}
 .food .ullist2 .ul1 li:nth-child(1)::after {
 right: 30px;
}
 .food .ullist2 ul li:nth-child(2)::after {
 display: none;
}
 .food .ullist2 ul li:hover::after {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
/*弹窗*/



html.active {
	overflow: hidden;
}
.tanditu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow-y: hidden;
	z-index: -1;
	/*display: none;*/

    visibility: hidden;
	opacity: 0;
}
.tanditu.act {
	z-index: 10001;
	visibility: visible;
	opacity: 1;
}
.tanditu .closeimg {
	position: relative;
	top: -40px;
	right: 0px;
	width: 40px;
	cursor: pointer;
	margin-right: -40px;
	float: right;
}
.tanditu .ditudiv {
	width: 810px;
	background: #fff;
	margin: 81px auto;
}
.tanditu .ditudiv .map {
	height: 400px;
}
.tanditu .ditudiv .con {
	padding: 30px 40px 30px 40px;
}
.mCSB_inside > .mCSB_container {
	margin-right: 10px;
}
.tanditu .ditudiv .con .scroll {
	max-height: 240px;
}
.tanditu .ditudiv .con h4 {
	color: #d71518;
	margin-bottom: 45px;
}
.tanditu .ditudiv .con p {
	line-height: 24px;
}
.newlist .newsd1 {
	background: #fff;
	padding-top: 82px; margin-top:-24px;
}
.newlist .newsd h1 {
	font-size: 30px;
}
.newlist .newsd .time1 {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-top: 29px;
	padding-bottom: 28px;
	position: relative;
	margin-top: 59px;
	padding-right: 100px;
}
.newlist .newsd .time1 span {
	font-size: 20px;
	font-family: "HUE";
	color: #464646;
}
.newlist .newsd .time1 .span1 {
	
	color: #d71518;
}
.newlist .newsd .time1 .return {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
	font-size: 16px;
}
.newlist .newsd .time1 .return img {
	width: 20px;
	margin-right: 15px;
	margin-top: -3px;
}
.newlist .newsd .nei {
	padding-top: 13px;
}
.newlist .newsd .nei p img {
	max-width: 100%;
}
.newlist .newsd .nei p {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.newlist .newsd .nei p:last-child {
	border-bottom: 0;
}
.newlist .newsd .shxia {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-top: 25px;
	padding-bottom: 17px; 
	margin-top: 45px;
}
.newlist .newsd .shxia a { 
	line-height: 34px; padding:4px 0px;
}
.newlist .newsd .time1 .return:hover, .newlist .newsd .shxia a:hover {
	color: #d71518;
}
.slick_tour1 .item {
	overflow: hidden;
}
.slick_tour1 .item img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slick_tour1 .slick-prev, .slick_tour1 .slick-next {
	z-index: 10;
	background-size: auto 100%;
	width: 50px;
	height: 50px;
	opacity: 0;
}
.slick_tour1 .slick-prev {
	left: 20px;
	background-image: url(../images/arrowl3.png);
}
.slick_tour1 .slick-next {
	right: 20px;
	background-image: url(../images/arrowr3.png);
}
.tourism .tourl {
	position: relative;
	margin-top: 45px;
}
.tourism .tourl .slick_tour2 {
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 529px;
	height: 436px;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 54px;
	padding-left: 27px;
	padding-right: 23px;
}
.tourism .tourl .slick_tour2 .tit {
	height: 48px;
}
.tourism .tourl .slick_tour2 .tit .span1 {
	width: 48px;
	height: 48px;
	background: #d71518;
	font-size: 22px;
	font-family: "Broadway";
	text-align: center;
	line-height: 46px;
	color: #fff;
}
.tourism .tourl .slick_tour2 .tit .span2 {
	margin-left: 15px;
	width: calc(100% - 63px);
	width: -webkit-calc(100% - 63px);
	text-align: center;
	font-size: 20px;
	line-height: 46px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.tourism .tourl .slick_tour2 h4 {
	font-size: 16px;
	margin-top: 33px;
	margin-bottom: 5px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.tourism .tourl .slick_tour2 p {
	color: #999999;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 5px;
}
.tourism .tourl .slick_tour2 p .mCSB_inside > .mCSB_container {
	color: #999999;
	line-height: 26px;
}
.tourism .tourl .slick_tour2 h5 {
	color: #666666;
	line-height: 26px;
}
.tourism .tourl .slick_tour2 h5 span {
	color: #d71518;
}
.tourism .tourl .qian {
	position: absolute;
	bottom: -85px;
	left: 630px;
	width: 393px;
	height: 85px;
	background: #d71518;
	line-height: 84px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
}
.tourism .tourl .qian span {
	font-size: 18px;
}
.tourism .tourl2 {
	padding-top: 199px;
	padding-bottom: 18px;
	background: #f3f5f7;
	position: relative;
}
.tourism .tourl2 .slick_k {
	position: relative;
}
.slick_tour3 {
	padding: 0 25px;
}
.slick_tour3 .slick-list {
	padding: 0 30px;
}
.slick_tour3 .item {
	text-align: center;
	cursor: pointer;
	margin-top: 18px;
	margin-bottom: 78px;
}
.slick_tour3 .item .lin {
	display: inline-block;
}
.slick_tour3 .item .tit {
	position: relative;
	z-index: 3;
}
.slick_tour3 .item .tit .span1 {
	width: 30px;
	height: 30px;
	background: #d71518;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-family: "Broadway";
}
.slick_tour3 .item .tit .span2 {
	width: 134px;
	height: 30px;
	line-height: 28px;
	margin-left: 8px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.slick_tour3 .item .imgk {
	margin-top: 28px;
	width: 182px;
	height: 182px;
	position: relative;
}
.slick_tour3 .item .imgk .imgdiv {
	position: relative;
	z-index: 2;
}
.slick_tour3 .item .imgk .imgdiv img {
	width: 100%;
}
 .slick_tour3 .item .imgk::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #fff;
 opacity: 0.7;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
 .slick_tour3 .item.active .imgk::after {
 -webkit-transform: scale(1.8);
 -ms-transform: scale(1.8);
 -o-transform: scale(1.8);
 transform: scale(1.8);
}
 .slick_tour3 .item .imgk::before {
 content: '';
 position: absolute;
 top: 49%;
 right: 99%;
 width: 109%;
 height: 1px;
 background: #d71518;
 transform-origin: 100% 0;
 -webkit-transform: rotate(25deg);
 -ms-transform: rotate(25deg);
 -o-transform: rotate(25deg);
 transform: rotate(25deg);
}
 .slick_tour3 .item:nth-child(2n-1) .imgk::before {
 content: '';
 position: absolute;
 top: 49%;
 right: 100%;
 left: auto;
 width: 100%;
 height: 1px;
 background: #d71518;
 transform-origin: 100% 0;
 -webkit-transform: rotate(-25deg);
 -ms-transform: rotate(-25deg);
 -o-transform: rotate(-25deg);
 transform: rotate(-25deg);
}
 .slick_tour3 .item:first-child .imgk::before {
 display: none;
}
.slick_tour3 .item.acti {
	opacity: 0;
}
 .slick_tour3 .item.act .imgk::before {
 display: none;
}
 .slick_tour3 .item:nth-child(2n) {
 margin-top: 80px;
}
.slick_tour3 .slick-prev, .slick_tour3 .slick-next {
	z-index: 10;
	background-size: auto 100%;
	width: 40px;
	height: 40px;
}
.slick_tour3 .slick-prev {
	left: 20px;
	background-image: url(../images/arrowl3.png);
}
.slick_tour3 .slick-next {
	right: 20px;
	background-image: url(../images/arrowr3.png);
}
.crite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.crite .crite1 {
	position: absolute;
	top: 58px;
	left: 0;
	width: 182px;
	height: 182px;
	background: #fff;
	opacity: 0.7;
	border-radius: 50%;
}
 .crite .crite1:nth-child(2n) {
 top: 138px;
}
.crite .crite1.act {
	opacity: 0;
}
.crite .crite1.active {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.zhan .newlist1 {
	background: #fff;
	padding-bottom: 0;
}
.zhan .newlist1 .anli_l2 {
	padding-top: 65px;
}
.zhan .newlist1 .anli_l2 ul {
	margin: 0 -10px;
}
.zhan .newlist1 .anli_l2 ul li {
	float: left;
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 99px;
}
.zhan .newlist1 .anli_l2 ul li a {
	display: block;
}
.zhan .newlist1 .anli_l2 ul li .imgk {
	overflow: hidden;
}
.zhan .newlist1 .anli_l2 ul li .imgk img {
	width: 100%;
}
.zhan .newlist1 .anli_l2 ul li .licn {
	height: 223px;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.zhan .newlist1 .anli_l2 ul li .licn .licnn {
	padding-top: 34px;
}
.zhan .newlist1 .anli_l2 ul li .licn h3 {
	padding-bottom: 26px;
	color: #464646;
}
.zhan .newlist1 .anli_l2 ul li .licn p {
	color: #848484;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.zhan .newlist1 .anli_l2 ul li .licn .moreh {
	height: 74px;
	color: #d71518;
	line-height: 74px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.zhan .newlist1 .anli_l2 ul li .licn .moreh img {
	float: right;
	margin-top: 30px;
}
.zhan .newlist1 .anli_l2 ul li .lin:hover .imgk img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.zhan .newlist1 .anli_l2 ul li .lin:hover .moreh {
	bottom: -34px;
	background: #d71518;
	color: #fff;
	padding-left: 25px;
}
.zhan .newlist1 .anli_l2 ul li .lin:hover h3 {
	color: #d71518;
}
#j_sli2 {
	padding: 0 30px;
}
#j_sli2 .slick-prev {
	width: 30px;
	height: 30px;
	top:0;
	background-image: url(../images/arrowl2.png);
	background-repeat: no-repeat;
	background-color: #333;
	background-position: 10px 7px;
	-webkit-transform: translate(0, -0%);
	-ms-transform: translate(0, -0%);
	transform: translate(0, -0%);
}
#j_sli2 .slick-next {
	width: 30px;
	height: 30px;
	top:0;
	background-image: url(../images/arrowr2.png);
	background-repeat: no-repeat;
	background-color: #333;
	background-position: 10px 7px;
	-webkit-transform: translate(0, -0%);
	-ms-transform: translate(0, -0%);
	transform: translate(0, -0%);
}
#j_sli2 .slick-prev:hover,  #j_sli2 .slick-next:hover {
	background-color: #d61518;
}
.o_box, .company3 .ullist, .o_boxf {
	display: none;
}
.o_new {
	position: absolute;
	top: 80px;
	right: 80px;
	z-index: 2;
}
.o_newf {
	text-align: center;
	margin-bottom: 30px;
}
.company3 .o_new {
	top: 110px;
}
.o_new .o_city, .o_newf .o_cityf {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 35px;
	margin: 0 23px;
	background: url(../images/j_cgg.png) no-repeat;
	background-size: calc(100% - 14px) calc(100% - 14px);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: 7px 7px;
	text-align: center;
	cursor: pointer;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
}
.o_new .o_city::after, .o_newf .o_cityf::after {
 content: '';
 position: absolute;
 left: 7px;
 top: 7px;
 width: calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(158, 158, 158, 0.2);
}
.o_new .o_city.act::after, .o_newf .o_cityf.act::after {
 content: '';
 position: absolute;
 left: 7px;
 top: 7px;
 width: calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(250, 0, 0, 0.2);
}
.o_new .o_city.act, .o_newf .o_cityf.act {
	background-color: #cc0000;
}
.o_new .o_city:hover, .o_newf .o_cityf:hover {
	background-color: #cc0000;
}
.o_new .o_city:hover::after, .o_newf .o_cityf:hover::after {
 content: '';
 position: absolute;
 left: 7px;
 top: 7px;
 width: calc(100% - 14px);
 height: calc(100% - 14px);
 border: 1px solid rgba(250, 201, 100, 0.2);
}
.video1-dimensions {
	width: auto;
	max-width: 100%;
	height: auto;
}
.video-js .vjs-tech {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
}
.o_video {
	cursor: pointer;
	margin-bottom: 15px;
}
.o_video .ov_img {
	position: relative;
}
.o_video .ov_img .o_go {
	position: relative;
	width:auto;
	max-width: 100%;
	margin: 0 auto;
	z-index: 3;
}
.o_video .ov_img .bof {
	position: absolute;
	left: 50%;
	top:50%;
	width: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
}
.o_video .ov_img .video-js {
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	width:auto;
	max-width: 100%;
	height: auto;
	z-index: 2;
}
.o_video .ov_img .video-js.act {
	position: relative;
	opacity: 1;
}
.o_video h1 {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Arial', '微软雅黑';
	color: #464646;
	font-size: 20px !important;
	text-align: center;
}
/*媒体查询*/



@media (max-width: 1800px) {
 .lcon1 span {
 font-size: 100px; 
}
}
 @media (max-width: 1700px) {
 .lcon5 .slick_wei2 .shuz ul {
 width: 700px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+1) {
 width: 175px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+2) {
 width: 190px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+3) {
 width: 190px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+4) {
 width: 120px;
}
 .lcon2 .slick_nh .ulk ul li .licn:hover .condiv .time {
 top: 170px; 
}
}
 @media (max-width: 1600px) {
 header .drop .right {
 width: 982px;
}
 .lcon1 span {
 font-size: 80px; 
}
 .lcon5 .slick_wei2 .zin {
 width: 45%;
}
 .company .company2 .ullist li .lizi {
 padding-left: 60px;
}
 .company .company2 .ullist li:hover .lizi {
 padding-left: 75px;
}
 .hotel .hotel1 .ullist ul li .lin {
 height: 379px;
}
 .hotel .hotel1 .ullist ul li .lizi {
 height: calc(100% - 227px);
 height: -webkit-calc(100% - 227px);
}
 .food .ullist2 .ul2 li .lin .imgk span {
 bottom: -43px;
}
 .food .ullist2 .ul2 li:nth-child(3) .lin .imgk span {
 bottom: -68px;
}
}
 @media (max-width: 1500px) {
 header .drop .right img {
 width: 25px;
 height: auto;
}
 header .drop .right li .item {
 padding-left: 10px;
}
 header .drop .right {
 width: 820px;
}
 .lcon1 span {
 font-size: 60px;
}
 .lcon4 .slick_zi1, .lcon4 .slick_zi1::before, .lcon4 .slick_zi2 {
 height: 240px;
}
 .lcon5 .slick_wei2 .shuz ul {
 width: 600px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+1) {
 width: 140px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+2) {
 width: 170px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+3) {
 width: 170px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+4) {
 width: 110px;
}
 footer .top .item {
 width: 400px;
}
 .company .company3 .ullist li {
 padding: 0 55px 25px;
}
 .hotel .hotel1 .ullist ul li .lin {
 height: 351px;
}
 .hotel .hotel1 .ullist ul li .lizi {
 height: calc(100% - 210px);
 height: -webkit-calc(100% - 210px);
}
 .hotel .hotel1 .ullist1 li .lin {
 padding: 34px 0 30px 25px;
}
 .list_down .downk {
 padding-left: 20px;
}
 .contact .contact1 .mapk .lianxi {
 left: 70px;
}
 .slick_tour3 .item .imgk {
 width: 160px;
 height: 160px;
}
 .tourism .tourl .slick_tour2 {
 left: 72px;
}
 .tourism .tourl .slick_tour2 {
 width: 460px;
}
 .tourism .tourl .qian {
 left: 532px;
 width: 330px;
}
}
 @media (max-width: 1300px) {
 header {
 padding-right: 25px;
 padding-left: 25px;
}
 header .drop {
 padding-right: 25px;
 padding-left: 25px;
}
 .lcon1 .con {
 padding-left: 30px;
}
 .lcon5 .slick_wei2 .zin { list-style:none;
 width: 43%;
}
 .lcon5 .slick_wei2 .shuz ul {
 width: 550px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+1) {
 width: 130px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+2) {
 width: 150px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+3) {
 width: 150px;
}
 .lcon5 .slick_wei2 .shuz li:nth-child(4n+4) {
 width: 100px;
}
 .lcon5 .slick_wei2 .shuz li .span1 {
 font-size: 60px;
}
 footer .top .item {
 width: 350px;
}
 .hotel .hotel1 .ullist ul li .lin {
 height: 295px;
}
 .hotel .hotel1 .ullist ul li .lizi {
 height: calc(100% - 175px);
 height: -webkit-calc(100% - 175px);
}
 .food .ullist2 .ul2 li .lin .imgk span {
 bottom: -116px;
}
 .food .ullist2 .ul2 li:nth-child(3) .lin .imgk span {
 bottom: -135px;
}
}
 @media (max-width: 1199px) {
 .o_new {
 right: 5px;
}
 footer .top .item .span2 {
 float: none;
 display: block;
 position: relative;
 right:auto;
 margin-bottom: 5px;
}
 footer .top .item:nth-child(1) li {
 padding-left: 43px;
 margin-bottom: 10px;
}
 footer .top .item .j_span {
 float: none;
 width:100%;
 display: block;
}
 .index .link a h3 {
 margin-right: 5px;
 margin-left: 5px;
}
 .index .banner .slick-dots {
 bottom: 25px;
}
 .lcon1, .lcon2, .lcon4 .lcon4t, .lcon5, .lcon6, footer {
 padding-right: 25px;
 padding-left: 25px;
}
 .lcon2 .slick_nh .ulk ul li .licn {
 height: 425px;
}
 .lcon3 .slick_zhan .slick-next {
 right: 20px;
}
 .lcon3 .slick_zhan .slick-prev {
 left: 20px;
}
 .lcon3 .slick_zhan .slick-dots {
 bottom: 10px;
}
 .lcon4 .slick_zi1, .lcon4 .slick_zi1::before, .lcon4 .slick_zi2 {
 height: 240px;
 width: 100%;
}
 .lcon4 .slick_zn {
 padding-bottom: 280px;
}
 .lcon4 .slick_zi1 {
 top: auto;
 bottom: 40px;
 width: 100%;
 left: 0;
}
 .lcon4 {
 padding-bottom: 55px;
}
 .lcon5 {
 height: auto;
 padding-bottom: 75px;
}
 .lcon5 .slick_wei2 .l, .lcon5 .slick_wei2 .shuz ul {
 width: 100%;
}
 .lcon5 .slick_wei2 .l {
 margin-top: 35px;
}
 .lcon5 .slick_wei2 .shuz li {
 width: auto !important;
 margin: 0 35px 25px;
}
 footer .top .fl, footer .top .fr {
 width: 100%;
}
 footer .top .item {
 float: left;
 width: 50%;
}
 footer .top .fr {
 text-align: center;
 margin-top: 25px;
}
 .company .company2 .ullist li:hover .lizi h1 {
 font-size: 32px;
}
 .company .company2 .ullist li:hover .lizi {
 padding-left: 45px;
}
 .company .company2 .ullist li:last-child .lizi {
 padding-left: 0;
}
 .company .company2 .ullist li .lizi h1, .company .company2 .ullist li:last-child .lizi h1, .company .company2 .ullist li .lizi h1 {
 font-size: 26px;
}
 .company .company2 .ullist li .lizi {
 padding-left: 30px;
 padding-top: 30px;
}
}
 @media (max-width: 991px) {
 .o_new {
 position: relative;
 top: 0;
 right: 0;
 z-index: 2;
 text-align: center;
 margin-bottom: 20px;
}
 .company3 .o_new {
 top:0;
}
 .mapk .dzxxk {
 position: relative;
 top:0;
 text-align: center;
}
 header, header .logo, header .search, header .lang {
 line-height: 70px;
 height: 70px;
}
 header .logo img {
 width: 62px;
}
 .openmenu span, .openmenu span::after, .openmenu span::before {
 background-color: #666;
}
 .openmenuh span, .openmenuh span::after, .openmenuh span::before {
 background: #fff;
}
 header .lang a, header .iconfont {
 color: #666;
}
 .index .banner .slick-prev, .index .banner .slick-next {
 display: none !important;
}
 .lcon1 span {
 display: none;
}
 .index .banner {
 margin-top: 70px;
}
 header {
 padding-right: 20px;
 padding-left: 20px;
 background-color: #fff;
}
 .index .banner .slick-dots {
 bottom: 0;
}
 .lcon1, .lcon2, .lcon4, .lcon6 {
 padding-top: 40px;
}
 .lcon1 {
 padding-bottom: 40px;
}
 .lcon1, .lcon2 {
 padding-right: 20px;
 padding-left: 20px;
}
 .lcon1 .con .more2 {
 margin: auto;
 margin-top: 30px;
}
 .con-title, .con {
 display: block;
 width: 100% !important;
}
 .con-title {
 text-align: center;
}
 .lcon1 .con {
 padding-top: 30px;
 padding-left: 0;
}
 .lcon2 .newslikn, .lcon4 .newslikn {
 width: 100%;
 text-align: center;
 margin-top: 35px;
}
 .lcon2 .newslikn ul, .lcon4 .newslikn .ul1 {
 display: inline-block;
 float: none;
}
 .lcon2 .newslikn li, .lcon4 .newslikn .ul1 li {
 margin-left: 21px;
 margin-right: 21px;
}
 .lcon2 .slick_nh {
 margin-top: 55px;
}
 .lcon2 {
 padding-bottom: 45px;
}
 .lcon2 .slick_nh .ulk ul li .licn {
 height: 385px;
}
 .lcon4 .newslikn .ul2 {
 text-align: center;
}
 .lcon4 .newslikn .ul2 li {
 display: inline-block; 
 float: none;
 margin-left: 15px;
 margin-right: 15px;
}
 .lcon5 .slick_wei1 {

        /*display: none;*/

        margin-left: 0;
 width: 100%;
}
 .lcon5 .slick_wei1 .item {
 margin-left: 0;
 text-align: center;
 height: 87px;
 padding: 0 0 0 0;
 line-height: 87px;
}
 .lcon6 .geng {
 width: 100%;
 text-align: center;
}
 .lcon6 .geng a {
 display: inline-block;
 margin-top: 35px;
}
 .dizhi .map {
 height: 350px;
}
 footer .bottom .link {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -95px;
}
 footer .bottom .copy {
 width: 100%;
 margin-top: 72px;
 text-align: center;
}
 .company .lcon1 {
 padding-top: 55px;
}
 .company .company2 .lcon1 {
 padding-top: 55px;
 padding-bottom: 55px;
}
 .company .company2 .ullist li .lizi h1, .company .company2 .ullist li:last-child .lizi h1, .company .company2 .ullist li .lizi h1 {
 font-size: 20px;
}
 .company .company2 .ullist li .lizi {
 padding-left: 35px;
}
 .company .company2 .ullist li .lizi h3 {
 font-size: 16px;
}
 .company .company2 .ullist li .lizi h4, .company .company2 .ullist li:last-child .lizi h4 {
 font-size: 14px;
}
 .company .company2 .ullist li:hover .lizi h1 {
 font-size: 20px;
}
 .company .company2 .ullist li:hover .lizi {
 padding-left: 35px;
}
 .company .company2 .ullist li:last-child .lizi {
 padding-left: 0;
}
 .company .company3 .ullist li {
 padding: 0 25px 25px;
}
 .company .company3 .lcon1 {
 padding-bottom: 75px;
}
 .hotel .hotel1 .ullist ul li {
 width: 50%;
}
 .hotel .hotel1 .ullist ul li .lin {
 height: auto;
}
 .hotel .hotel1 .ullist ul li .lizi {
 height: 120px;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) .lizi {
 height: calc(100% + 120px);
 background: #d71518;
}
 .hotel .hotel1 .ullist ul li:nth-child(2n) .lihover {
 right: 0;
 left: auto;
 transform-origin: 100% 0;
}
 .hotel .hotel1 .map {
 height: 350px;
}
 .list_down .downr {
 width: 100%;
 padding-left: 0;
 border-left: 0;
}
 .list_down .downl {
 text-align: left;
}
 .contact .contact1 .mapk .lianxi {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 text-align: center;
 height: auto;
 padding-left: 0;
 padding-right: 0;
}
 .contact .contact1 .mapk .map {
 height: 250px;
}
 .newlist .newlist1 .tui .r {
 padding-left: 40px;
}
 .food .ullist2 ul {
 display: block;
}
 .food .ullist2 ul li {
 display: block;
 width: 100% !important;
 padding: 0 !important;
}
 .food .ullist2 .ul1 li:nth-child(2) .lin {
 padding-top: 25px;
 padding-bottom: 25px;
}
 .food .ullist2 .ul2 li:nth-child(2) .lin {
 line-height: 150px;
 margin-top: 28px;
 margin-bottom: 28px;
}
 .food .ullist2 .ul2 li:nth-child(2) .lin img {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
 transform: rotate(0);
}
 .food .ullist2 .huangjian {
 width: 100%;
}
 .food .ullist2 ul li .lin .imgk span {
 left: 25px;
 bottom: 25px !important;
 text-align: left;
}
 .food .ullist2 ul li .imgd {
 opacity: 0 !important;
}
 .food .ullist2 ul li .lin .imgk img {
 opacity: 1 !important;
}
 .tanditu .ditudiv {
 width: 740px;
 margin: 50px auto;
}
 .tanditu .closeimg {
 right: 20px;
 background: rgba(0, 0, 0, 0.5);
 z-index: 5;
}
 .food .ullist2 .ul4 li {
 height: auto;
}
 .zhan .newlist1 .anli_l2 ul li {
 width: 50%;
}
}
 @media (max-width: 767px) {
 .tanditu {
 overflow-y: auto;
}
 .tanditu .ditudiv .con .scroll {
 max-height: none;
}
 .o_new .o_city,  .o_newf .o_cityf {
 width:100%;
 margin: 0;
}
 .o_newf {
 padding: 0 20px;
}
 .mapk .dz_o {
 position: relative;
 display: inline-block;
 width: 100%;
 color: #ffffff;
 font-size: 18px;
 line-height: 30px;
 padding: 15px 35px;
 margin: 0;
 background: url(../images/j_cgg.png) no-repeat;
 background-size: calc(100% - 14px) calc(100% - 14px);
 background-color: rgba(0, 0, 0, 0.5);
 background-position: 7px 7px;
 cursor: pointer;
 text-align: center;
}
 .mapk .dzxxk {
 min-width: inherit;
}
 header .search, header .lang {
 margin-left: 25px;
}
 .openmenu, .openmenuh {
 width: 35px;
}
 .con-title h1 {
 font-size: 24px;
}
 .con-title h3 {
 font-size: 18px; 
}
 .lcon2 .slick_nh .ulk ul li {
 width: 100%;
}
 .lcon2 .slick_nh {
 margin-top: 29px;
}
 .lcon2 .slick_nh .ulk ul li .licn {
 height: auto;
 padding-bottom: 25px;
}
 .lcon3 .slick_zhan .slick-next, .lcon3 .slick_zhan .slick-prev, .lcon4 .slick_zn .slick-dots {
 display: none !important;
}
 .lcon4 .newslikn .ul1 li {
 margin-left: 15px; background:#CC9900;
 margin-right: 15px;
}
 .lcon5 .slick_wei2 .shuz li { text-align:center;
 width: 33.333% !important;
 margin: 0 0 25px;
}
 .lcon5 .slick_wei2 .shuz li .span1 {
 font-size: 28px; 
}
 .lcon5 .slick_wei2 .shuz li .div2 {
 font-size: 14px;
}
 .dizhi .map {
 height: 150px;
}
 footer .top .item {
 width: 100%;
 margin-bottom: 35px;
}



 footer .top .wei .img1 img {
 width: 86px;
}
 .inpage .bannei .imgzi {
 font-size: 24px;
}
 .company .company2 .ullist li {
 width: 100%;
}
 .company .company3 .ullist li::after {
 display: none;
}
 .company .company3 .ullist li {
 padding: 0 0 25px;
 width: 100%;
}
 .company .company3 .lcon1 {
 padding-bottom: 75px;
}
 .company .lcon1 {
 padding-top: 25px;
}
 .company .lcon1 .con-title h3 {
 margin-top: 10px; 
}
 .company .company3 .lcon1 {
 padding-bottom: 33px;
}
 .company .company3 .ullist h1 {
 font-size: 24px;
}
 .hotel .hotel1 .ullist ul li {
 width: 100%;
}
 .hotel .hotel1 .ullist ul li:nth-child(7) {
 display: none;
}
 .hotel .hotel1 .ullist ul li .lihover {
 display: none;
}
 .hotel .hotel1 .ullist ul li h3 {
 font-size: 18px;
}
 .hotel .hotel1 .tit h1 {
 font-size: 24px;
}
 .hotel .hotel1 .tit p {
 font-size: 16px;
 margin-top: 16px;
}
 .hotel .hotel1 .ullist1 ul li {
 display: block;
 width: 100% !important;
}
 .hotel .hotel1 .ullist1 li .lin {
 padding: 34px 15px 30px 15px;
}
 .hotel .hotel1 .map {
 height: 150px;
}
 .disp .disp1 {
 padding-top: 45px;
}
 .disp .disp1 .tit {
 text-align: center;
}
 .disp .disp1 .tit h1 {
 font-size: 24px;
}
 .disp .disp1 .tit h3 {
 font-size: 18px;
 margin-top: 10px; 
}
 .disp .disp1 .imgk {
 margin-top: 40px;
}
 .disp .disp1 .zhan p {
 line-height: 28px;
}
 .disp .disp1 .list_down ul li {
 width: 100%;
}
 .disp .disp1 .list_down {
 padding-bottom: 25px;
}
 .down .disp1 {
 padding-bottom: 55px;
}
 .contact .contact1 .mapk .lianxi h1 {
 font-size: 28px;
}
 .contact .contact1 {
 padding-top: 25px;
 padding-bottom: 45px;
}
 .contact .contact1 .mapk .map {
 height: 200px;
}
 .contact .contact1 .mapk .lianxi .imgk img {
 width: 100px;
}
 .newlist .newlist1 .tui .r, .newlist .newlist1 .tui .l {
 width: 100%;
 height: auto;
}
 .newlist .newlist1 .tui .r {
 padding-left: 0;
 padding-right: 0;
 margin-top: 25px;
}
 .newlist .newlist1 .tui img {
 position: relative;
 width: 100%;
 top: 0;
 left: 0;
 -webkit-transform: translate(0);
 -ms-transform: translate(0);
 -o-transform: translate(0);
 transform: translate(0);
}
 .newlist .newlist1 .tui .more2 {
 position: relative;
 margin-top: 15px;
}
 .tui .slick-prev, .tui .slick-next {
 z-index: 10;
 top: auto;
 bottom: -107px;
 width: 51px;
 height: 51px;
 -webkit-transition: all .3s ease-out 0s;
 -moz-transition: all .3s ease-out 0s;
 -ms-transition: all .3s ease-out 0s;
 -o-transition: all .3s ease-out 0s;
 transition: all .3s ease-out 0s;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none;
 background-size: auto 100%;
 background-repeat: no-repeat;
}
 .tui .slick-prev {
 left: 50%;
 margin-left: -69px;
 background-image: url(../images/arrowl3.png);
}
 .tui .slick-next {
 right: 50%;
 margin-right: -69px;
 background-image: url(../images/arrowr3.png);
}
 .newlist .newlist1 {
 padding-top: 0;
 padding-bottom: 80px;
}
 .newlist .newlist1h {
 padding-bottom: 25px;
 padding-top: 54px;
}
 .newlist .newlist1 .tit {
 text-align: center;
}
 .newlist .newlist1 .tit h1 {
 font-size: 24px;
}
 .newlist .newlist1 .tit h3 {
 font-size: 18px; 
 margin-top: 10px;
}
 .newlist .newlist1 .tui {
 margin-top: 35px;
}
 .newlist .newlist2 {
 padding-top: 33px;
}
 .newlist .newlist2 .news_ul li {
 width: 100%;
}
 .newlist .newlist2 .news_ul {
 padding-bottom: 25px;
}
 .newlist .newcn {
 padding-bottom: 45px;
}
 .tanditu .ditudiv {
 width: 100%;
 margin: 0 auto;
}
 .tanditu .closeimg {
 top: 0px;
 right:40px;
}
 .tanditu .ditudiv .map {
 height: 200px;
}
 .tanditu .ditudiv .con {
 padding: 30px 20px 20px;
}
 .newlist .newsd .shxia a {
 width: 100%;
 float: none;
 display: block;
}
 .newlist .newsd h1 {
 font-size: 24px;
 line-height: 1.5;
}
 .newlist .newsd1 {
 padding-top: 35px; margin-top:-6px;
}
 .newlist .newsd .time1 {
 margin-top: 25px;
}
 .company .company2 .ullist li .lizi {
}
 .company .company2 .ullist li .lizi h3, .company .company2 .ullist li .lizi h4 {
 opacity: 1;
}
 .company .company2 .ullist li .lizi {
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0.9;
 
 padding-top: 0;
}
 .company .company2 .ullist li .lizi1 {
 opacity: 0;
}
 .company .company2 .ullist li::after {
 background: #00031e;
 opacity: 0.4;
}
 .zhan .newlist1 .anli_l2 ul li {
 margin-bottom: 35px;
}
 .zhan .newlist1 .anli_l2 ul li .licn {
 height: auto;
 padding-bottom: 47px;
}
 .zhan .newlist1 .anli_l2 ul li .licn .licnn {
 padding-top: 21px;
}
 .zhan .newlist1 .anli_l2 ul li .licn h3 {
 font-size: 18px;
 padding-bottom: 6px;
}
 .zhan .newlist1 {
 padding-bottom: 0;
}
 .inpage .bannei .btner2 {
 display: block;
}
 .inpage .ernavn {
 height: auto;
 display: none;
}
 .inpage .ernavn .container {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 20;
}
 .inpage .ernavn .btn_group {
 width: 100%;
}
 .inpage .ernavn .btn_group1 {
 max-width: none;
 width: 100%;
 height: 50px;
 background: #fff;
}
 .inpage .ernavn .btn_group1 button {
 width: 100%;
}
 .inpage .ernavn .btn_group1 button {
 border-right: 1px solid #e6e6e6;
 border-bottom: 1px solid #e6e6e6;
}
 .inpage .ernavn .btn_group1 button img {
 top: 22px;
}
 .slick_tour3 {
 padding: 0 20px;
}
 .tourism .tourl2 {
 display: none;
}
 .slick_tour1 .item img {
 width: 100%;
}
 .tourism .tourl .slick_tour2 {
 position: relative;
 bottom: 0;
 left: 0;
 width: 100%;
 height: auto;
 background: rgba(255, 255, 255, 0.9);
 padding-top: 25px;
 padding-bottom: 90px;
 padding-left: 20px;
 padding-right: 20px;
}
 .tourism .tourl .slick_tour2 .slick-dots {
 bottom: 40px;
 left: 0;
}
 .tourism .tourl .slick_tour2 .slick-dots li {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 border: 1px solid #d71518;
}
 .tourism .tourl .slick_tour2 .slick-dots li.slick-active {
 background: #d71518;
}
 .tourism .tourl .slick_tour2 .tit .span2 {
 font-size: 16px;
}
 .hotel .hotel1 .ullist1 ul li .img {
 display: none;
}
 .hotel .hotel1 .ullist1 li .imgdiv img {
 opacity: 1;
}
 .lcon1 img {
 left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
 .dzxxk {
 position: relative;
 top:0;
 left: 0;
 width:100%;
 min-width: 100%;
 -webkit-transform: translateX(-0%);
 -moz-transform: translateX(-0%);
 -ms-transform: translateX(-0%);
 -o-transform: translateX(-0%);
 transform: translateX(-0%);
}
 .dizhi .dz_o {
 position: relative;
 display: inline-block;
 width:100%;
 color: #ffffff;
 font-size: 18px;
 line-height: 30px;
 padding: 15px 35px;
 margin: 0;
 background: url(../images/j_cgg.png) no-repeat;
 background-size: calc(100% - 14px) calc(100% - 14px);
 background-color: rgba(0, 0, 0, 0.5);
 background-position: 7px 7px;
 cursor: pointer;
 text-align: center;
}
}
 @media screen and (max-width: 450px) {
 
.img-pic {  height: auto; overflow:hidden; position:relative;  width:100%;  margin:0px; padding:0px }

.img-pic .left{ float:left; position:absolute; margin-top:35%; z-index:100000;  }

.img-pic .left a{ display:block; width:18px; height:33px;  background-image:url(/images/h_img15_1.png); }
.img-pic .left a:hover{ display:block;   background-image:url(/images/h_img15.png); }

.img-pic .right{  float:left;  right:0px;  margin-top:35%;   position:absolute;  width:68px; height:33px;  display:block;     z-index:100000  }

.img-pic .right a{  width:18px; height:33px;  background-image:url(/images/h_img16_1.png); }
.img-pic .right a:hover{   background-image:url(/images/h_img16.png); }

.img-pic .center{ width:100%; margin:0px; padding:0px; float:left; height: auto;   text-align:center; z-index:777  }
.img-pic .center img{width:100%; margin:0px 0px 10px 0px; padding:0px;}

.zhan .newlist1 .anli_l2 ul li {
 width: 100%;
}

 .mapk .dzxxk { z-index:10000000000000;
 position: relative; margin-top:30px;
}

.newlist .newlist2 {
	padding-top: 72px; margin-top:-50px;
}

.lcon4 .newslikn .ul2k { width:100%;
	margin-top: 20px;
}
.lcon4 .newslikn .ul2 li { font-size:16px; width:33.333%; 
	float: left;  padding:0px; margin:0px 0px 25px 0px;
}
.lcon4 .newslikn .ul2 li a {
	color: #848484;
	padding-bottom: 8px;
	font-size: 18px;
}
.lcon4 .newslikn .ul2 li.act a {
	color: #464646;
	border-bottom: 1px solid #ff0000;
}


.newslikn li { font-size:16px; width:33.333%; 
	float: left;  padding:0px; margin:0px 0px 25px 0px;
}
.newslikn li a {
	color: #848484;
	padding-bottom: 8px;
	font-size: 16px;
}
.newslikn li.act a {
	color: #464646;
	border-bottom: 1px solid #ff0000;
}
 .lcon2 .newslikn li, .lcon4 .newslikn .ul1 li {
 margin-left: 0px;
 margin-right: 0px;
}
}
@media (max-height: 800px) {
 .tanditu .ditudiv .map {
 height: 300px;
}
 .tanditu .ditudiv {
 margin: 60px auto;
}
 .tanditu .ditudiv .con .scroll {
 max-height: 150px;
}
}
