﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
/* 首页焦点图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);  }  /* 去掉链接触摸高亮 

/*标题专用*/
.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}

.title_index22{ width:90%; height:auto; margin:0 auto; margin-top:40px; position:relative}
.title_index22 h1{font-size:30px; color:#fff; font-weight:bold; text-align:center; padding:20px;}
.title_index22 h1 span{ color:#fff;}
/*图片2*/
.piclist{
	margin-top:10px;
	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;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.piclist li{width:49%; height:auto; margin-bottom:10px; overflow:hidden; position:relative}
.piclist li span{width:100%; height:auto; display:block; position:relative}
.piclist li span img{width:100%; height:auto; }
.piclist li span:before{content: ""; position:absolute; width:100%; height:100%; border:1px solid #fff; z-index:1; transition:all 0.5s; opacity:0;}
.piclist li:hover span:before{opacity:1; transform:scale(0.9,0.85)}
.piclist li a{ display:block}
.piclist li p{ position:absolute; left:0; right:0; bottom:0; width:93%; height:0.5rem; line-height:0.5rem; margin:0 auto; font-size:0.14rem; color:#FFF; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

/*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}

/*about*/
.ipart{height:4rem;  overflow:hidden;background:url(../images/ipart04_1.jpg) no-repeat center;background-attachment:fixed;padding:50px 0 160px;box-sizing:border-box;}
.ipart .tit{font-size:0.17rem; line-height:0.23rem; color:#c9daff;}
.ipart .con{font-size: 0.22rem; line-height:0.4rem; color: #fff; margin: 15px 0 40px;}
.ipart .con span{ display:block}

.shuzi{
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    margin-top: -94px;
    border-radius: 10px;
}
.ulshuzi{
	padding: 20px;
	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;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.ulshuzi li{ width:48%; height:auto; text-align:center; margin-bottom:15px}
.ulshuzi li p{font-size:0.3rem; font-weight:bold; color:#fff; height:0.4rem; line-height:0.4rem;}
.ulshuzi li i{margin-left:5px; font-size:0.14rem; font-weight:100; color:#fff}
.ulshuzi li span{ display:block; font-size:0.16rem; margin-top:5px; color:#fff}
.ulshuzi li:nth-of-type(n+3){margin-bottom:0;}

/*动态*/
.news{overflow:hidden; margin-top:10px}
.news .l{width:100%; height:auto; position:relative}
.news .l img{ width:100%; height:100%}
.news .l .nbox{ width:100%; height:auto; position:absolute; left:0; bottom:0; background-color:rgba(0,0,0,0.7); padding:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.news .l .nbox span{ display:block; color:#FFF}
.news .l .nbox b{ display:block; color:#FFF; font-size:0.18rem; line-height:0.36rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.news .l .nbox p{ margin-top:10px; color:#FFF; font-size:0.14rem; line-height:0.26rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2;/*显示几行*/-webkit-box-orient: vertical;}

.news .r{width:100%; height:auto; margin-top:10px}

.index_news { width:100%; height:auto;}
.index_news li {width:100%; height:auto; margin-bottom:10px; padding:15px; background-color:#F3F3F3; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li a {display: block;}
.index_news li:before{content: ""; width:0px; height:3px; background-color:#FFCC00; position:absolute; left:0; bottom:0; transition:all 0.5s; z-index:1}
.index_news li:hover:before{ width:100%; }
.index_news li:after{content: ""; width:100%; height:3px; background-color:#E6E6E6; position:absolute; left:0; bottom:0;}
.index_news li h4 {font-size:0.18rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li p { margin-top:10px; color: #666; line-height: 1.8; height:0.5rem; overflow: hidden;}
.index_news li:hover {background-color:#3697fd; color:#fff;}
.index_news li a:hover{ color:#FFF}
.index_news li:hover p{color:#FFF}
.index_news li:last-child{margin-bottom:0;}

/*友情链接*/
.yqlj{width:100%; height:0.4rem; line-height:0.4rem; font-size:0.32rem; color: #ccc; font-weight: bold; text-align: center; margin-top:30px; position:relative}
.yqlj:before{content: ""; width:35%; height:1px; background-color:#CCC; position:absolute; left:0; top:0.2rem}
.yqlj:after{content: ""; width:35%; height:1px; background-color:#CCC; position:absolute; right:0; top:0.2rem}

/*分站列表*/
.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*/

/*优势*/
.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.14rem; color:#303030;  margin-bottom: 32px; font-weight:100; height:auto;}
.ys dd h3 b{color: #257cd3; font-size:0.18rem; 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:5px;}
.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;}
.ys4 dd h3{background:url(../images/04a.png) no-repeat left center;}

.ys2{ margin-top:30px;}
.ys3{ margin-top:30px;}
.ys4{ margin-top:30px;}
/*优势*/
}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
/* 首页焦点图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:80px; 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; image-rendering: -webkit-optimize-contrast;}
.slideBox .bd li img{vertical-align:top; width:100%; height:auto;  }

/*标题专用*/
.title_index{ width:800px; height:auto; margin:0 auto; margin-top:50px; 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}

.title_index22{ width:800px; height:auto; margin:0 auto; margin-top:-40px; position:relative}
.title_index22 h1{font-size:30px; color:#fff; font-weight:bold; text-align:center; padding:20px;}
.title_index22 h1 span{ color:#fff}

.three_box22{width:1270px;overflow:hidden; }
.three_box22_left{float:left; width:50%; height:auto;margin-top:30px;margin-bottom:30px;}
.three_box22_left img{width:100%; height:auto;border-radius: 10px;}
.three_box22_right{ float:right; width:50%; height:auto;margin-top:80px;}
.three_box22_right .n_box{margin-top: 60px;  width:90%; height:auto;  float:left; padding-left:50px;line-height:35px;}
.three_box22_right .n_box h3 {font-size:20px; color:#007dbf; line-height: 30px; text-align:left}
.three_box22_right .n_box h2 {font-size: 35px; font-weight:bold; color:#000; line-height: 40px;  margin-top:30px;margin-bottom: 20px; overflow:hidden; text-align:left}
.three_box22_right .n_box p {color:#222; font-size:16px;line-height:35px;overflow:hidden;}
.three_box22_right dl {float:left; width:90%;padding-left:50px;margin-top:30px; height:auto;}
/*图片2*/
.piclist{
	margin-top:10px;
	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;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.piclist li{width:23.5%; height:auto; margin-bottom:10px; overflow:hidden; position:relative}
.piclist li span{width:100%; height:auto; display:block; position:relative}
.piclist li span img{width:100%; height:auto; }
.piclist li span:before{content: ""; position:absolute; width:100%; height:100%; border:1px solid #fff; z-index:1; transition:all 0.5s; opacity:0;}
.piclist li:hover span:before{opacity:1; transform:scale(0.9,0.85)}
.piclist li a{ display:block}
.piclist li p{ position:absolute; left:0; right:0; bottom:0; width:93%; height:50px; margin:0 auto; line-height:50px; font-size:14px; color:#FFF; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

/*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}

/*about*/
.ipart{height:520px; margin-top:20px; overflow:hidden;background:url(../images/ipart04_1.jpg) no-repeat center;background-attachment:fixed;padding:80px 0 160px;box-sizing:border-box;}
.ipart .tit{font-size:18px; line-height:24px; color:#c9daff;}
.ipart .con{font-size: 42px; line-height:65px; color: #fff; margin: 15px 0 40px;}
.ipart .con span{ display:block}

.shuzi{
    margin-top: 20px;
    border-radius: 10px;
}
.ulshuzi{
	padding: 60px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.ulshuzi li{ width:20%; height:auto; text-align:center; position:relative}

.ulshuzi li p{font-size:46px; font-weight:bold; color:#fff; height:50px; line-height:50px;}
.ulshuzi li i{ text-align:center;font-size:16px; font-weight:400; color:#fff;line-height:25px;}
.ulshuzi li span{ display:block; font-size:20px; margin-top:30px;font-weight:600; margin-bottom:20px;color:#fff}

/*动态*/
.news{overflow:hidden; margin-top:10px}
.news .l{ float:left; width:48%; height:400px; position:relative}
.news .l img{ width:100%; height:100%}
.news .l .nbox{ width:100%; height:auto; position:absolute; left:0; bottom:0; background-color:rgba(0,0,0,0.7); padding:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.news .l .nbox span{ display:block; color:#FFF}
.news .l .nbox b{ display:block; color:#FFF; font-size:18px; line-height:36px}
.news .l .nbox p{ margin-top:10px; color:#FFF; font-size:14px; line-height:26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2;/*显示几行*/-webkit-box-orient: vertical;}

.news .r{ float:right; width:50%; height:auto;}

.index_news { width:100%; height:auto; overflow:hidden}
.index_news li {width:100%; height:auto; margin-bottom:20px; padding:18px; background-color:#F3F3F3; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li a {display: block;}
.index_news li:before{content: ""; width:0px; height:3px; background-color:#FFCC00; position:absolute; left:0; bottom:0; transition:all 0.5s; z-index:1}
.index_news li:hover:before{ width:100%; }
.index_news li:after{content: ""; width:100%; height:3px; background-color:#E6E6E6; position:absolute; left:0; bottom:0;}
.index_news li h4 {font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li p { margin-top:10px; color: #666; font-size:14px; line-height: 1.8; height:50px; overflow: hidden;}
.index_news li:hover {background-color:#3697fd; color:#fff;}
.index_news li a:hover{ color:#FFF}
.index_news li:hover p{color:#FFF}
.index_news li:last-child{margin-bottom:0;}

/*友情链接*/
.yqlj{width:100%; height:40px; line-height:40px; font-size:32px; color: #ccc; font-weight: bold; text-align: center; margin-top:50px; position:relative}
.yqlj:before{content: ""; width:43%; height:1px; background-color:#CCC; position:absolute; left:0; top:20px}
.yqlj:after{content: ""; width:43%; height:1px; background-color:#CCC; position:absolute; right:0; top:20px}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:20px; 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*/

/*优势*/
.ysbj{width:100%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:30px;}

.ys{width:100%; height:auto; overflow: hidden;}

.ys1{ position:relative}
.ys2{ margin-top:40px; position:relative}
.ys3{ margin-top:40px; position:relative}
.ys4{ margin-top:40px; position:relative}

.ys1 dd{ float:left}
.ys1 dt{ float:right}
.ys2 dd{float:right}
.ys2 dt{float:left}
.ys3 dd{ float:left}
.ys3 dt{ float:right}
.ys4 dd{float:right}
.ys4 dt{float:left}

.ys dt{width:800px; height:auto; }
.ys dt>img{width:100%; height:auto;}

.ys1 .pf{ position:absolute; bottom:50px; left:0; width:800px; height:auto; border:3px solid #FFF}
.ys2 .pf{ position:absolute; bottom:40px; right:0; width:800px; height:auto; border:3px solid #FFF}
.ys3 .pf{ position:absolute; bottom:40px; left:0; width:800px; height:auto; border:3px solid #FFF}
.ys4 .pf{ position:absolute; bottom:40px; right:0; width:800px; height:auto; border:3px solid #FFF}

.ys .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:5px;}
.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;}
.ys4 dd h3{background:url(../images/04a.png) no-repeat left center;}
/*优势*/
}