@charset "utf-8";
/* CSS Document */
 
/*通用样式*/
html {
	font-size: 20px;
	height: 100%;
}
* {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
*:focus {
	outline: none;
}
a:hover {
	cursor: default;
}
body {
	font-family: 'Microsoft YaHei', '微软雅黑';
	font-size: 12px;
	color: #333333;
	height: 100%;
	width: 100%;
	padding: 0;
	min-width: 1190px;
	margin: 0 auto;
	position: relative;
	background: #fff;/*background: #028ccb !important;*/
}
.scroll{width:90px;height:40px;background:#757575;color:#fff;line-height:40px;text-align:center;position:fixed;right:20px;bottom:50px;cursor:pointer;font-size:14px;}

em, i {
	font-style: normal;
}
ul, p, h1, h2, h3, h4, h5, h6, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	border: 0;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.fl {
	float: left !important;
}
.ft {
	float: right !important;
}
.clear {
	clear: both;
}
.clear:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	vertical-align: bottom;
}
a {
	color: #000000;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
a:hover {
	color: #3877d4;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	background: none;
	cursor: pointer;
}
.banner {
	position: relative;
	overflow: auto;
	text-align: center;
	width: 100%;
	margin: 0 auto
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 3;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
 
	background: #fff;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s
}
.banner .dots li.active {
	background: #0189c5;
	opacity: 1;
	border: 2px solid #0189c5;

}
.banner .arrow {
	position: absolute;
	width: 20px;
	height: 37px;
	top: 50%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.banner #al {
	left: 15px
}
.banner #ar {
	right: 15px
}
.banner ul {
	z-index: 1;
	width: 600%;
	overflow: hidden;
}
.banner ul .slider-item {
	width: 640px;
	float: left;
	height: 455px;
	position: relative;
	overflow: hidden;
}
.banner ul .slider-item .slider-title {
	position: absolute;
	left: 0;
	bottom: 0px;
	 
	max-height: 56px;
	 
	text-align: left;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));
	 
}
.banner .progress {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	min-height: 3px;
	overflow: hidden;
	z-index: 2;
	background:  #fff
}
.slider-item img {
	width: 100%;
}
.w100 {
    width: 1190px;
    padding: 0px;
    margin: 20px auto;
    border: none;
}
#globalHeader_logo {
    width: 400px;
    height: 80px;
    float: left;
    margin: 0px;
    border: none;
}
#globalHeader_logo img{
	width: 320px;
	height: 65px;
	overflow: hidden
}
.top_r {
    background: url(../images/phone.png) no-repeat left;
    float: right;
    color: #2c2825;
    padding-left: 55px;
    height: 59px;
    margin-right: 110px;
}
.top_r p {
	color: #2c2825;
    font-size: 19px;
   
    padding-left: 7px;
    padding-top: 3px;
}
/*导航开始*/
.gradient-blue {
    background: #fff;
  
    width: 100%;
    height: 55px;
    min-width: 1190px;
}
.header-nav{
	background: #fff;
}
.contain{
	position: relative;
	width: 1010px;
	margin: 0 auto;
}
 
.second-bg{
	display: none;
	position: relative;
	width: 100%;
	height: 40px;
	background:rgba(37,62,142,0.8);
	z-index: 100;
}
.nav-list>li:hover a{
	color: #253e8e
}
.nav-list{
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 200;
}
.nav-list>li{
	position: relative;
	float: left;
	padding-right: 50px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	text-align: center;
	 
}
.nav-list>li>a{
	color: #000;
	display: block;
	position: relative;
    font: bold 15px/40px "微软雅黑";
  
}
.nav-list>li ul{
	position: absolute;
	width: 100px;
	display: none;
	z-index: 666;
}
.nav-list>li ul li{
	float: left;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	margin: 0 2px;
 
    max-width: 130px;
    padding-right: 30px;
}
.nav-list>li ul li  {
	color: #fff;
}
.nav-list>li ul li a:hover{
	color: #dd3377;
}
.nav-list>li:hover a.bodkjs{
	font: bold 13px/40px "微软雅黑";
	color: #fff;
}

.nav .list li.nav-active a{
	color: #253e8e;
}
.title-center{
	text-align: center;
	color: #2c2825;
	font-size: 18px;
	position: relative

}
.title-center h3{
	width: 200px;
	margin: 0 auto;
	position: relative;
}
.title-center h3:after {
	content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: #0189c5;
    position: absolute;
    left: 71px;
    top: 35px;
    transition: ease .65s;
}
.videos-body{
	width: 1190px;
	margin:15px auto;
	height:450px;
	overflow: hidden
}
.ideos-bod-ship{
	height:445px;
	width: 850px;
	margin: 0 auto;
	overflow: hidden
}
.swiper-slide a{
	color: #000;
    font-size: 16px;
    position: absolute;
    text-align: center;
    left: 0px;
	bottom: -25px;
	height: 100%;
    width: 100%;
    overflow: hidden;
}
.videos-panner {
    width: 1190px;
    margin: 15px auto;
    height: 380px;
    overflow: hidden;
}
.ideos-bod-panner {
    height: 380px;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
}
/*--新闻--*/
.tnews{ width:1200px;   margin:0 auto; margin-top:0px;}
.tnews_tit{ width:1200px; height:46px; margin:0 auto;}
.tnews_left{ width:506px; height:400px; float:left; margin-left:60px;}
.tnews_left_top{ width:506px; height:99px; margin-top:35px;}
.tnews_left_top_tit{ width:436px; height:30px; line-height:30px; font-size:18px; color:#373737; 
                    background:url(../images/toutiao.gif) no-repeat 5px; padding-left:70px; overflow:hidden;}
.tnews_left_top_nr{ width:506px; height:64px; overflow:hidden; line-height:30px; color:#949494; font-size:14px;}
.tnews_left_top_tit a{ color:#373737;text-align: left}
.tnews_left_top_nr p{ color:#949494; float:left; }
.tnews_left_top_nr p a{padding:10px 5px;}
.tnews_left ul{ width:476px; height:222px; background:url(../images/ul_bg.gif) no-repeat 0px 19px; margin-top:30px; padding-left:30px;}
.tnews_left ul li{ width:479px; height:45px; border-bottom:1px dashed #e2e2e2;}
.tnews_left ul li a{ font-size:15px; color:#444444; width:360px; height:45px;
	 line-height:45px; overflow:hidden; display:block; float:left;text-align: left;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 -o-text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 white-space: nowrap;}
.tnews_left ul li span{ font-size:15px; color:#444; width:90px; height:45px; line-height:45px; float:right;}
.tnews_right{ width:506px; height:365px; float:right; margin-top:35px; margin-right:60px;}
.tnews_right_top{ width:506px; height:177px;}

.tnews_right ul{ width:476px; height:150px; background:url(../images/quan1.gif) no-repeat 0px 19px; margin-top:33px; padding-left:30px;}
.tnews_right ul li{ width:479px; height:45px; border-bottom:1px dashed #e2e2e2;}
.tnews_right ul li a{ font-size:15px; color:#444444; width:322px; height:47px; line-height:47px; overflow:hidden; display:block; float:left;text-align: left}
.tnews_right ul li span{ font-size:15px; color:#444; width:90px; height:45px; line-height:45px; float:right;}

/*新闻聚焦*/
.ipro_bg{ clear:both; background-color:#fff;   }
.ipro{ width:1040px; margin:0 auto; padding-top:10px;}

.imainNav{ margin-top:45px; margin-bottom:45px;}
.iSpotlight{ width:660px;}
.itit{ margin-bottom:20px;}
.itit span{ color:#f39800;}
.iSpotlight ul li{ float:left; margin-right:25px; margin-bottom:20px;}
.iSpotlight ul li p{ font-size:18px; font-family:"微软雅黑";}
.iSpotlight ul li p a{ color:#686868;}
.iSpotlight ul li p a:hover{ color:#3b92df;}
.inews{ width:300px;}
.itit2{ margin-bottom:20px;}
.itit2 span{ color:#005bac;}
.inews ul li span{ font-size:12px; color:#8f8f8e; display:block;}
.inews ul li{ border-bottom:1px solid #dedede; padding-bottom:10px; font-size:14px; margin-top:20px;}

.rollBox{width:1040px;padding-bottom:0px;} 
.rollBox .LeftBotton{ width:40px; height:400px; background:url(../images/l.jpg) no-repeat center left;overflow:hidden;float:left;display:inline;cursor:pointer; } 
.rollBox .RightBotton{ width:40px; height:400px;background:url(../images/r.jpg) no-repeat center right;overflow:hidden;float:left;display:inline;cursor:pointer; } 
.rollBox .Cont{width:960px;overflow:hidden;float:left; } 
.rollBox .ScrCont{width:10000000px;} 
.rollBox .Cont .pic{width:300px;float:left;text-align:center; margin-right:30px;overflow:hidden; } 
.rollBox .Cont .pic img{display:block;} 
.itu_tu{ width:300px; height:170px;}
.itu_tit{ height:70px; line-height:70px; overflow:hidden;font-size:18px;}
.itu_tit2{ height:100px; overflow:hidden; text-align:left; font-size:14px; line-height:180%;padding:0px 8px; }
.imore{ margin:30px 0px;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#333;text-decoration:none;} 
.rollBox .Cont a:hover{color:#005bac;text-decoration: none;} 
.rollBox #List1,.rollBox #List2{float:left; } 

/*底部开始*/
.foot_bg{ clear:both; background-color:#f5f5f3; }
.foot{ padding:30px 0px 20px 0px; width:1080px; margin:0 auto; overflow:hidden;}
.footmenu{ width:1080px; }
.foot .l{ line-height:180%;text-align: left}
.foot .r{line-height:180%;text-align: left}
.foot .r a{ color:#4B5457; text-align: left}
.foot .r a:hover{color:#005bac;}
.imap{  margin-right:60px;float: left}
.imap_tit{ font-size:16px; color:#35393a; font-weight:bold; margin-bottom:20px;}
.imap ul li{ line-height:26px;}
.imap ul li a{ color:#666;}
.imap ul li a:hover{ color:#3b92df;}
.icp{ clear:both; text-align:right; color:#989797; margin-top:40px; padding-right:30px;}
.icp a{ color:#989797;}
.icp a:hover{ color:#3b92df;}
.imap2{ width:260px;}
.imap2 ul li{ float:left; width:130px; line-height:26px;}
.imap2 ul li a{ color:#666;}
.imap2 ul li a:hover{ color:#3b92df;}

.map_com{ clear:both; border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:30px; width:990px;}
.map_tit{ font-size:20px; color:#f39800;}
.map{ width:780px;}
.map ul li{ float:left; width:230px; height:100px; margin-right:15px;}
.map_1{ font-size:16px;color:#0067b2; }
.map_1 a{color:#0067b2; }
.map_1 a:hover{color:#f39800; }
.map_2{ clear:both; font-size:14px; margin:10px 15px 15px 0px;}
.map_2 a{color:#4B5457; margin-right:10px }
.map_2 a:hover{color:#0067b2;margin-right:10px  }

.mapp{ width:780px;}
.mapp ul li{ float:left; width:230px; margin-right:15px;}
.mapp ul li .map_1{ margin-bottom:10px;}

.fmap_1{ font-size:14px; font-weight:bold; margin-bottom:10px;}
.fmap_2{ font-size:12px; font-weight:normal;}
.fmap_2 a{ margin-right:10px;}
.imap:last-child{
	margin-right:0px;
}
 .banquan-footer{
	 
	 text-align: right;
	 line-height: 2;
	 font-size: 13px;
	 letter-spacing: 1px;
 }
 .banquan-footer a{
	 display: inline-block;
 }
 .div-class-adress dl i {
    color: #484443;
    float: left;
    width: 32px;
}
 
.div-class-adress dl i {
    float: left;font-weight: 600;
}
 
.icon {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
}
@font-face {
	font-family: 'iconfont';
	src: url('fonticon/iconfont.eot');
	src: url('fonticon/iconfont.eot?#iefix') format('embedded-opentype'), url('fonticon/iconfont.woff') format('woff'), url('fonticon/iconfont.ttf') format('truetype'), url('fonticon/iconfont.svg#iconfont') format('svg');
}
.entess  {
    
    float: left;
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
}
.icon-ardess:before {
	content: '\e6a7'; 
}
.icon-pnome:before {
    content: '\e7fd';
}
.crumbs-top, .document-list {
    margin: 0 auto;
    width: 1130px;
}
.container_12 {
    margin: 0 auto;
    width: 1130px;
    height: 50px;
    line-height: 50px;
}
#breadcrumbs {
    color: #333;
    font-size: 12px;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}
.cf:before, .cf:after {
    display: table;
    content: "";
    line-height: 0;
}
#breadcrumbs {
    color: #333;
    font-size: 12px;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}
  #breadcrumbs>li {
    float: left;
	margin: 0 6px 0 0;
	font-size: 15px;
}
  #breadcrumbs>li:first-of-type:before {
	content: '\e68c';
	font-family: '';
	font-family:"iconfont" !important;
	font-size:20px;font-style:normal;
	margin: 0 9px 0 0;
}
#breadcrumbs>li>a{
	display: inline-block;
}
  #breadcrumbs>li:before {
    content: ' \003E ';
    margin: 0 6px 0 0;
}
.items-list {
    padding: 5px 10px;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.hill-City-body {
    width: 1130px;
    margin: 0 auto;
}
.hill-City-body ul dl{
	width: 1130px;
	margin:15px auto;
}
.hill-City-body ul dl a{
	display: block;

}
.hill-City-body ul dl:nth-child(odd) dt{
	float: left;
	width: 430px;
	text-align: center;
	margin:0 auto;
	height: 280px;
    overflow: hidden;
    margin-right:27px;
}
.hill-City-body ul dl:nth-child(even) dt{
	float: right;
	width: 430px;
	text-align: center;
	margin:0 auto;
	height: 280px;
    overflow: hidden;
    margin-left:27px;
}
.hill-City-body ul dl:nth-child(odd) dd{
	text-align: left;
		float: left;

}
.hill-City-body ul dl:nth-child(even) dd{
	text-align: left;
		float: left;

}
.hill-City-body ul dl dt img{
		max-width:430px;
		overflow: hidden;
		vertical-align: middle;
		text-align: center;
}
.hill-City-body ul dl dd{
	text-align: left;
	width: 667px;

}
.hill-City-body ul dl dd h2{
	 font-family:'Microsoft YaHei';
	 font-weight: 500;
    font-size: 23px;
     height: 60px;
     color: rgb(75, 84, 87);
	    line-height: 180%; 
 }
.hill-City-body ul dl dd p.videos-class{
	font-size: 16px;
	line-height: 2;
    height: 162px;
    color: rgb(75, 84, 87);
    overflow: hidden;

}
.pagerout {
    text-align: center;
    padding: 15px 0 15px;
    margin: 2px 0px;
}

.pager a, .pager .current {
    display: inline-block;
    padding: 3px 9px;
    margin-left: 1px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #3b92df;
    border: 1px solid #3b92df;
    font-family: "Microsoft YaHei";
	font-size: 17px;
	border-radius: 2px;
}
.pager .current {
    color: #fff;
    z-index: 2;
    font-size: 17px;
    background: #3b92df;
}
 .Box_con22 {
  	width: 1130px;
  	margin:0 auto;
    position: relative;
}
 
 
.lh-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
 
.lh-cusine-item li {
	 width: 351px;
    margin: 15px 11px;

}
.lh-cusine-item li h2 {
	font-size: 16px;
    color: #333;
    margin-top: 10px;
    position: relative;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    line-height: 26px;
}
.iconfont {
	 font-family: "iconfont" !important;
    font-size: 16px;
    font-weight: 500;
 
}
.icon-jiantou:before {
    content: "\e61f";
}
.lh-cusine-item li h2 span {
	position: absolute;
	    right: 5px;
    bottom: -8px;
	font-size: 14px;
	color: #CDCDCD;
}
.lh-cusine-item li h2 em {
	margin-right: 10px;
	transition: ease .65s;
	opacity: 0;
	transform: translateX(-20px);
	display: inline-block;
}
.lh-cusine-item li h2 i {
	font-size: 18px;
	position: relative;
	top: 1px;
	transition: ease .65s;
}
.lh-cusine-item li h2 i:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #CDCDCD;
	position: absolute;
	left: -5px;
	top: 0;
	transition: ease .65s;
}
.lh-cusine-item li h3 {
	padding: 0 5px;
	margin-top: 10px;
	line-height: 24px;
	color: #888;
	height: 48px;
	overflow: hidden;
}
.lh-cusine-item li a {
	cursor: pointer;
	display: block;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #DADADA;
}
.lh-cusine-item li .img {
	transition: ease .65s;
}
.lh-cusine-item li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #0851bb;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: ease .65s;
}
.lh-cusine-item li a:hover {
	box-shadow: 0 0 16px rgba(12,3,6,.26);
}
 
/*.lh-cusine-item li a:hover .img {
	transform: translate(10px, -10px);
	box-shadow: 0 0 16px rgba(12,3,6,.26);
}
*/
 
.lh-cusine-item li .img img{
	    width: 351px;
    height: 360px;
    overflow: hidden;
}
.lh-cusine-item li a:hover:after {
	width: 100%;
}
.lh-cusine-item li a:hover em {
	opacity: 1;
	transform: translateX(0);
}
.lh-cusine-item li a:hover h2 i:after {
	height: 0;
	top: 50%;
	transition-delay: .25s;
}
.lh-cusine-item li a:hover h2 span {
	color: #0851bb;
}
.videosneiye-body {
    width: 1190px;
    margin: 15px auto;
    
    overflow: hidden;
}
.big-tui{
	font-size: 19px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.lh-cusine-item li .fadeInUp-img {
    transition: ease .65s;
}
.lh-cusine-item li .fadeInUp-img img {
    width: 351px;
    overflow: hidden;
    height: 245px;
}
.ideos-bod-ship img{
	width: 100%;
}
.sublist li{
	margin-bottom: 13px;
}
.tnews_left ul li a{
	cursor: pointer;
}