﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:20px; line-height:20px; left:0; bottom:20px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background:#fff;  }
.slideBox .prev{ position:absolute; left:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

.sobox{background-color:#f7f7f7}
.so{ overflow:hidden; padding-bottom:10px}
.so .l{width:100%; height:auto; line-height:0.4rem; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.so .r{width:100%; height:auto; padding-top:6px; }

/*产品*/
.xpro{
	width:100%;
	height:auto;
	display:flex;
	display: -webkit-flex; /*启用弹性布局*/
	flex-direction:row;/*从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.xpro li{width:49%; height:auto; margin-bottom:10px; border:3px solid #0582d5; border-radius:5px; background-color:#0582d5; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.xpro li span{display:block; width:100%; height:auto; overflow:hidden;}
.xpro li span img{width:100%; height:auto;}
.xpro li p{ width:95%; height:auto; margin:0 auto; text-align: center; font-size:0.12rem; color: #fff; height:0.4rem; line-height:0.4rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.xpro li a{ display:block}
.xpro li:hover p{ color:#FF0}

/*产品*/
.probg{overflow: hidden; background: url('../images/bg.jpg'); padding-bottom:30px}

.bg_pro{
	width:100%;
	height:auto;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.bg_pro li{width:49%; height:auto; border:1px solid #cccccc; margin-bottom:10px; background-color:#0582d5; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.bg_pro li span{display:block; width:100%; height:auto; overflow:hidden;}
.bg_pro li span img{width:100%; height:auto;}
.bg_pro li p{ width:95%; height:auto; margin:0 auto; text-align: center; font-size:12px; color: #fff; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.bg_pro li a{ display:block}
.bg_pro li:hover p{ color:#FF0}

/*标题专用*/
.title_index{width:90%; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:0.22rem; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:0.14rem; line-height:0.22rem; color:#999; font-weight:100; padding-top:20px;}
.title_index:before{content: ""; width:70px; height:1px; background-color:#CCC; position:absolute; left:0; top:60px}
.title_index:after{content: ""; width:70px; height:1px; background-color:#CCC; position:absolute; right:0; top:60px}

/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:0px;}
.linyi li{ float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.linyi li .img{ width:100%; height:auto; overflow:hidden;  }
.linyi li .img img{width:100%; height:auto;}
.linyi li h3{ text-align:center; line-height:0.4rem; font-size:0.14rem; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(2n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.index_pic_one dl{float:left; width:48%; height:1.35rem; margin-right:4%; margin-bottom:20px; overflow:hidden; background-color:#fff}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{display:block; width:100%; height:100%; max-width:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:0.35rem; line-height:0.35rem; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.index_pic_one dl:nth-of-type(2n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

/*新闻*/
.index_news_bj{background-color:#f0f0f0; padding:20px 0; margin-top:30px}

.index_news { width:100%; height:auto; overflow:hidden}
.index_news li {width:100%; height:auto; margin-bottom:20px; overflow:hidden}
.index_news li a {display: block; background-color: #fff; padding:15px; -webkit-transition: all 0.5s; transition: all 0.5s; overflow: hidden; position: relative;}
.index_news li a:after {position: absolute; left: 0; top: 0; content: ""; width:80px; border-bottom: 125px solid #dfdfdf; border-right:28px solid transparent;  -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li .date {float: left; width:80px; position: relative; z-index: 1; line-height: 1; padding: 5px 0; color: #fff; text-align:left; }
.index_news li .date small {display: block; font-size:0.16rem;}
.index_news li .date strong {display: block;font-size:0.4rem; margin-top: 10px;}
.index_news li .text { float:right; width:76%; height:auto;}
.index_news li .text h4 {font-weight: normal; font-size:0.18rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text p { margin-top:10px; color: #666; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 1.8; height:50px; font-size:0.14rem; overflow: hidden;}
.index_news li a:hover {background-color:#3a4249; color:#fff;}
.index_news li a:hover:after {border-bottom-color: #104492;}
.index_news li a:hover .text p {color: #fff;}
.index_news li:nth-of-type(2n+0){margin-right:0px;}

/*小幻灯及简介*/
.section-title {
	margin-bottom: 30px;
	margin-top:30px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size:0.3rem;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #0f3c8b;
	font-size:0.2rem;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 70%;
	content: "";
	background: #e5e5e5;
}

.about_index{width:100%; height:auto; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.about_index .about_text{width:100%; height:auto; background-color:#fff; margin-top:20px}
.about_index .about_text h6{ font-size:0.2rem; font-weight:700; color:#333}
.about_index .about_text .con{ height:auto; margin-top:20px; line-height:0.26rem; font-size:0.14rem; color:#666; overflow:hidden}

/*小幻灯片*/
.index_hdp{width:100%; height:auto; position:relative; overflow:hidden;}
.index_hdp .hd{ position:absolute; width:100%; height:40px; bottom:20px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:40px; height:40px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:auto;}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:26px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:0.18rem; text-align: center; margin-bottom: 20px; margin-top:20px}
.yqlj a{color: #333;}
.yqlj em{display:block; margin:0 auto; font-size:0.22rem; color:#ccc; height:0.3rem; line-height:0.3rem; font-weight: bold;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px; text-align:center}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

.news_fl {margin-bottom:30px;}

/*优势*/
.ysbj{width:95%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:20px;}

.ys{width:100%; height:auto; overflow: hidden;}

.ys dt{width:100%; height:auto;}
.ys dt img{ display:block; width:100%; height:auto;}
.ys dt .pf{ display:none}

.ys dd{width:100%; height:auto;}
.ys dd h3{padding-left:105px; font-size:0.18rem; color:#303030;  margin-bottom: 32px; font-weight:100; height:0.66rem;}
.ys dd h3 b{color: #257cd3; font-size:0.22rem; display: block; font-weight: bold; line-height:0.4rem}
.ys dd p{font-size:0.14rem; line-height:0.26rem; color: #393939; padding-left:20px; text-align: left; background:url(../images/yspico.png) no-repeat 0 12px; margin-bottom: 12px;}
.ys dd p b{font-weight: normal; color: #257cd3;}

.ys1 dd h3{background:url(../images/01a.png) no-repeat left center;}
.ys2 dd h3{background:url(../images/02a.png) no-repeat left center;}
.ys3 dd h3{background:url(../images/03a.png) no-repeat left center;}

.ys2{ margin-top:30px;}
.ys3{ margin-top:30px;}
/*优势*/
}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:30px; line-height:30px; left:0; bottom:30px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:20px; height:20px; border-radius:50%; background: rgba(255, 255, 255, 0.6); text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background: rgba(1, 21, 88, 0.6); }

.slideBox .prev{ position:absolute; left:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

.sobox{ height:50px; background-color:#f7f7f7}
.so{ overflow:hidden}
.so .l{ float:left; width:70%; height:auto; line-height:50px; }
.so .r{ float:right; width:27%; height:auto; padding-top:6px;}

/*产品*/
.xpro{
	width:100%;
	height:auto;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.xpro li{width:15.5%; height:auto; border:3px solid #0582d5; border-radius:5px; background-color:#0582d5}
.xpro li span{display:block; width:100%; height:auto; overflow:hidden;}
.xpro li span img{width:100%; height:auto;}
.xpro li p{ width:95%; height:auto; margin:0 auto; text-align: center; font-size:12px; color: #fff; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.xpro li a{ display:block}
.xpro li:hover p{ color:#FF0}

/*产品*/
.probg{overflow: hidden; background: url('../images/bg.jpg'); padding-bottom:50px}

.bg_pro{
	width:100%;
	height:auto;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.bg_pro li{width:24.3%; height:auto; border:1px solid #cccccc; margin-bottom:10px; background-color:#0582d5; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.bg_pro li span{display:block; width:100%; height:auto; overflow:hidden;}
.bg_pro li span img{width:100%; height:auto;}
.bg_pro li p{ width:95%; height:auto; margin:0 auto; text-align: center; font-size:12px; color: #fff; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.bg_pro li a{ display:block}
.bg_pro li:hover p{ color:#FF0}


/*标题专用*/
.title_index{ width:800px; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:30px; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:14px; line-height:30px; color:#999; font-weight:100; padding-top:12px;}
.title_index:before{content: ""; width:150px; height:1px; background-color:#CCC; position:absolute; left:0; top:67px}
.title_index:after{content: ""; width:150px; height:1px; background-color:#CCC; position:absolute; right:0; top:67px}

/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin-top:0px;}
.linyi li{ float:left; width:23.5%; height:auto; margin-right:2%;}
.linyi li .img{ width:100%; height:auto; overflow:hidden; position:relative; }
.linyi li .img p{ position:absolute; left:0; top:300px; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.linyi li:hover p{top:0; }
.linyi li .img img{width:100%; height:100%; max-width:100%;}
.linyi li h3{ text-align:center; line-height:50px; font-size:14px; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(4n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:10px;}
.index_pic_one dl{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:30px; background-color:#fff; border:1px solid #F3F3F3}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; color:#FFFFFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{transform:scale(0.9,0.87); background-color:#FFF; opacity:0.9;}
.index_pic_one dt:hover p{position:absolute; left:0; top:45%; width:100%; height:35px; line-height:35px; text-align:center; color:#333; z-index:9999; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:nth-of-type(4n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

/*新闻*/
.index_news_bj{background-color:#f0f0f0; padding:40px 0; margin-top:30px}

.index_news { width:100%; height:auto; overflow:hidden}
.index_news li {float: left; width:49%; height:auto; margin-right:2%; margin-bottom:20px; overflow:hidden}
.index_news li a {display: block; background-color: #fff; padding: 20px; -webkit-transition: all 0.5s; transition: all 0.5s; overflow: hidden; position: relative;}
.index_news li a:after {position: absolute; left: 0; top: 0; content: ""; width: 85px; height: 0; border-bottom: 125px solid #dfdfdf; border-right: 78px solid transparent; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li .date {float: left; width: 90px; position: relative; z-index: 1; line-height: 1; padding: 5px 0; color: #fff; text-align:left;}
.index_news li .date small {display: block;font-size: 16px;}
.index_news li .date strong {display: block;font-size: 48px;margin-top: 10px;}
.index_news li .text { float:right; width:78%; height:auto;}
.index_news li .text h4 {font-weight: normal; font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text p { margin-top:10px; color: #666; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 1.8; height:50px; overflow: hidden;}
.index_news li a:hover {background-color:#3a4249; color:#fff;}
.index_news li a:hover:after {border-bottom-color: #104492;}
.index_news li a:hover .text p {color: #fff;}
.index_news li:nth-of-type(2n+0){margin-right:0px;}

/*小幻灯及简介*/
.section-title {
	margin-bottom: 40px;
	margin-top:20px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #0f3c8b;
	font-size: 30px;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}

.about_index{width:100%; height:440px; overflow:hidden; background:url(../images/hdp.jpg) no-repeat left bottom 26px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.about_index .about_text{width:620px; height:410px; background-color:#fff; box-shadow: 0 1px 12px 1px rgba(54,62,69,0.6); position:absolute; top:15px; right:15px; z-index:1; padding:50px}
.about_index .about_text h6{ font-size:20px; font-weight:700; color:#333}
.about_index .about_text .con{ height:280px; margin-top:20px; line-height:34px; font-size:16px; color:#666; overflow:hidden}

/*小幻灯片*/
.index_hdp{width:620px; height:400px; position:absolute; left:23px; top:0; overflow:hidden; z-index:2}
.index_hdp .hd{ position:absolute; width:100%; height:60px; bottom:30px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:60px; height:60px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:100%; -webkit-transition: all 1.8s; -o-transition: all 1.8s; -moz-transition: all 1.8s; transition: all 1.8s}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.index_hdp .bd li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:26px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:26px;text-align: center; margin-bottom: 20px; margin-top:30px}
.yqlj a{color: #333;}
.yqlj em{display: block;margin: 0 auto;font-size: 32px;color: #ccc;height: 30px;line-height: 30px;font-weight: bold;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px; text-align:center}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

.news_fl {margin-top: -74px; position: relative; z-index: 1; margin-bottom: 40px; text-align:right}

/*优势*/
.ysbj{width:80%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:30px;}

.ys{width:100%; height:auto; overflow: hidden;}

.ys1 dd{ float:left}
.ys1 dt{ float:right}
.ys2 dd{float:right}
.ys2 dt{float:left}
.ys3 dd{ float:left}
.ys3 dt{ float:right}

.ys dt{width:800px; height:430px; }
.ys dt img{ display:block; width:100%; height:430px; position:relative}

.ys1 dt .pf{ position:absolute; bottom:50px; right:700px; width:800px; height:auto; border:3px solid #FFF}
.ys2 dt .pf{ position:absolute; bottom:40px; left:700px; width:800px; height:auto; border:3px solid #FFF}
.ys3 dt .pf{ position:absolute; bottom:40px; right:700px; width:800px; height:auto; border:3px solid #FFF}

.ys dt .pf img{ width:100%; height:auto}

.ys dd{width:680px; height:auto; padding-top:40px;}
.ys dd h3{padding-left:105px; font-size:22px; color:#303030;  margin-bottom: 32px; font-weight:100; height:66px;}
.ys dd h3 b{color: #257cd3; font-size:30px; display: block; font-weight: bold;}
.ys dd p{font-size:16px; line-height:32px; color: #393939; padding-left:20px; text-align: left; background:url(../images/yspico.png) no-repeat 0 12px; margin-bottom: 16px;}
.ys dd p b{font-weight: normal; color: #257cd3;}

.ys1 dd h3{background:url(../images/01a.png) no-repeat left center;}
.ys2 dd h3{background:url(../images/02a.png) no-repeat left center;}
.ys3 dd h3{background:url(../images/03a.png) no-repeat left center;}

.ys2{ margin-top:40px;}
.ys3{ margin-top:40px;}
/*优势*/
}

