﻿/* CSS Document *//** Basic Cascading Style Sheet* Intructions:none* Version:1.0* Updated:2014-09-18* Author:Cyan.John.* Contact:* QQ:331863539* Email:zzy85620987@163.com*//* base */* {
	margin: 0;
	padding: 0
}
ol, ul {
	padding: 0;
}
a { color: inherit;

	text-decoration: none
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.fl{
	float: left;
	display: inline;
}
.fr{float: right;}
li {
	list-style: none;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
img {
	border: none;
}
/* framework */.wrap {
	width: 100%;
	margin: 0 auto;
}

.clear{ clear: both;}
.zh{    text-align: center;}
/*---------------------------------------------开始---------------------------------------------------------*/
.mt50{margin-top: 50px;}
.container1200{ width: 1200px; margin: 0 auto;}
.top {
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	transition: all .5s ease-in 0.1s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	min-width: 12rem;
	color: #fff;
}

.top_r{ display: flex; justify-content: space-between; width: 310px;}
.top_r p{  font-size:14px; color: #000;}

/*-----------------------导航-----------------------*/
.nav_bg {
	width: 100%; background: #d43e42;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav {
	width: 1200px;
	font-weight: lighter;
	font-size:18px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	position: relative;
}

.active-nav {
	 background: #cc1e05;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav div:hover { background: #cc1e05;
	color: #fff;
}

.nav div {
	line-height:60px;
	padding: 0px 3px;
	position: relative;
}

.nav div>a {
	display: block;
	padding: 0 20px;
	height: 100%;
}

.nav div>ul {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	color: #333;
	background-color: rgba(255, 255, 255, .9);
	padding: 0.14rem 0;
	display: none;
	z-index: 999;
	left: 0;
	top: 0.8rem;
}

.nav div>ul>li {
	line-height: 0.44rem;
	cursor: pointer;
}

.nav div>ul>li:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* .nav span:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 5px;
	background: #f07d01;
	transition: all .3s ease-in .1s;
} */

.wrap>span:hover {
	background: #00a0e9;
	text-align: center;
	transition: all .5s ease-in 0.1s;
}

.nav>div {
	text-align: center;
}

.wrap>span {
	/* display: inline-block; */
	font-size: 0.18rem;
	line-height: 0.65rem;
	float: left;
	height: 0.65rem;
	padding: 0 0.56rem;
	cursor: pointer;
	margin: 0;
}

.search {
    border: #dcdcdc solid 1px;
    text-align: right;

    float: right;
    height: 40px;

    border-radius: 50px;
    background-color: #fff;
}

.search>img {
	width:21px;
	height: auto;
	cursor: pointer;
}

.search input {
	border: none;
	background: none;
	outline: none;
}

.search button {
	position: absolute;
	right: 0px;
	top: -12px;
	background: none;
	border: none;
	color: #bc7b3c;
	font-size: 14px;
	border-radius: 6px;
	width: 60px;
	height: 30px;
}

.search-mod {
	width:30px;
	height: 30px;
	margin-left:34px;
	cursor: pointer;
	display: flex !important;
	position: relative;
}

.search-mod>img {
	width: .3rem;
	height: .3rem;
}

.search-box {
	position: absolute !important;
	right: 0;
	top:17px;
	width: 0;
	height: 0.46rem !important;
	border: 0;
	border-radius: 24px;
	display: none;
	align-items: center;
	/* padding: 0 1rem 0 2rem; */
	background-color: #fff;
	transition: 0.2s;
}

.search-box input {
	width: 100%;
	height: 30px;
	border: 0;
	outline: 0;
}

.search-box img {
	width: 21px;
	cursor: pointer;
}

.textbox {
	padding: 0 10px 0 5px;
	height: 30px;
}


/*通知公告*/
.slide { 
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px 0 80px;
    margin-bottom: 10px;
    background: #f8f8f8 url( ../images/tz.png) no-repeat 15px;
    overflow: hidden;
}
.slide p {
    color: #01479d;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.mt25px {
    margin-top: 60px;
}
.slide_center{width:1050px;float:left;margin-left:25px;height:45px;line-height:45px;position:relative;overflow:hidden;}
.slide_center ul{overflow:hidden;position:absolute;top:0px;bottom:0px;overflow:hidden;}
.slide_li{float:left;}
.slide_li a{margin-left:18px;background:url( ../images/dian.png) no-repeat left;padding-left:15px;margin-right:30px;color:#333333;font-size:15px;}

/****行业动态****/
.container {
    max-width: 1230px !important;
    width: 1230px;
    margin: 0 auto;
}
.swiper-containermode p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    width: 100%;
    line-height: 45px;
    width: 100%;
    padding-left: 10px;
    padding-right: 100px;
}
.part1fr ul.part1ul {
    list-style: none;
    overflow: hidden;
}
.part1fr ul.part1ul li.aa {
    background-color: #01479d;
    color: white;
}
.part1fr .content1>div.aa {
	display: block;
}

.part1fr ul.part1ul li {
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius:2px;
    padding: 5px 30px;
    font-size: 18px;
    margin-right: 15px;
    background-color: #efefef;
    color: #8c8c8c;
}
.more1 {
    position: absolute;    text-align: center;
    color: #0077f0;
    right: 0px;
    top: 10px;
    font-size: 14px;
}
.newswtz {padding-top:20px; 
    margin:0px auto 5px;
}
.newswtz h3 {
    font-size: 20px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
  
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.newswtz p { display: block; text-indent: 28px;
	color: #666;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}
.newswtz p a {
    margin-bottom: 0px;
}
.newswtz p a:hover {
    color: #000;
}
ul.topmain li {
    display: flex;
    justify-content: space-between;
}
ul.main li {
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #010101;
}
ul.main li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ff710d;
    left: 0px;
    top: 45%;
}
ul.topmain li a {
    /* margin-right: 23px; */
    overflow: hidden;
}
ul.main li a {
    overflow: hidden;
    margin-right: 25px;
}
ul.topmain li span {
    color: #999;
}



/*------标准规范--------*/
.conlist{ height: 182px; padding:5px 0; background:#f5f8fd; margin-bottom: 0; width: 100%;}
.listcon{ width:1200px; margin: 0 auto; height:172px;}
.conlist p{font-size:18px;color:#fff; width:50px;font-weight: blod; background:#01479d; height: 100%; }
.conlist ul {
    margin-top: 8px;
    margin-left: 60px;
}
.conlist ul li {
    background: url(../images/tdian.png) no-repeat left;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: 1px;
    padding-left: 12px;
}

.conlist ul li span {
    float: right;
    color: #033333;
    font-size: 16px;
    margin-right: 23px;
} 

.conlist ul li a {
    font-size: 16px;
    color: #333333;
    width: 415px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
    height: 38px;
}

.a2{display:flex; 	justify-content: space-between;}
.a2_nr{ width:49%; background:#fff;}



/*------常用服务--------*/

.a3{ border:2px solid #6791c4; padding:40px 25px; display:flex; justify-content: space-between;}
.a3_bt{     font-size:26px;padding: 78px 18px 34px;   position: relative;
    color: #01479d;
    width: 62px; font-weight: bold;
    background: #daebff;
    height: 100%;}
.a3_bt::before{ content: "";top: 30px;left: 14px;
	position: absolute; width: 34px; height: 34px;
 background: url(../images/logo1.png) no-repeat left;}
.changyong{
	width:618px;
}
.changyong_list{ display: flex;justify-content: space-between;}
.changyong_icon{ text-align: center;    padding-top: 36px;
	width:190px; height: 216px; border:1px solid #e2e8f2;
}
.changyong_icon img{transition: top .3s;
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;}
.changyong_icon:hover{top:-6px;}
.changyong_icon p{ font-size:20px;}
.xueyuan_list{ display: flex; justify-content:flex-end;}
.xueyuan_icon1{ width: 206px; height: 216px; background: url(../images/lc_bg.png) right bottom no-repeat; border:1px solid #e2e8f2; padding: 75px 30px 80px 30px;}
.xueyuan_icon1 p{ font-size:20px; float:right;line-height: 40px;}
.xueyuan_icon2{ width: 206px; height: 101px; background: url(../images/xy_bg.png) right bottom no-repeat; border:1px solid #e2e8f2;padding:30px; margin-left: 15px;}
.xueyuan_icon2 p{ font-size:20px; float:right;line-height: 40px;}


/*   */
.a4{ width: 100%; height: auto;}
.content1{ padding:10px 10px 0 10px}
.new_l{ }
.new_l_top{height: 48px; display: block;}
.new_l_top li{width: 33%;cursor: pointer; float: left; text-align: center; background: #f9f9f9; line-height: 48px; border-top:2px solid #f2f2f2; margin-right: 2px;}
.new_l_top li:hover{ background: #f3f3f3;  border-top:2px solid #ff942a;}
.new_l_top li.aa{

    font-weight: bold;
	 background: #f3f3f3;  border-top:2px solid #317bde;
}
.new_l .content1>div.aa1 {
    display: block;
}
.news_r{ width: 475px;}
.news_r_line{ background:url(../images/top_line.png) top left no-repeat; border-bottom: 1px solid #dcdcdc; line-height: 45px; color: #d43e42; font-size:18px; font-weight: bold; padding-left:10px;}
.news_r ul{padding-top: 15px;}
.news_r ul li{ width: 232px; line-height: 70px; text-align: center; color: #fff; float: left; margin-left: 8px; margin-bottom: 5px; }
.bg1{ background: url( ../images/bg.png) center center no-repeat #ffb64d;}
.bg2{ background: url( ../images/bg.png) center center no-repeat #ff942a;}
.newsr_ad{margin-top: 10px;}

/*   */
.a5{ width: 100%; height: auto;}
.new2_l{ width: 700px;}
.new_l_top{height: 48px; display: block;}
.new_l_top li{width: 33%;cursor: pointer; float: left; text-align: center; background: #f9f9f9; line-height: 48px; border-top:2px solid #f2f2f2; margin-right: 2px;}
.new_l_top li:hover{ background: #f3f3f3;  border-top:2px solid #ff942a;}
.new_l_top li.bb{
	 background: #f3f3f3;  border-top:2px solid #ff942a;color: #d43e42;
    font-weight: bold;
}
.content2{ padding:10px 10px 0 10px}
.new2_l .content2>div.bb {
    display: block;
}
.a5_r{ width: 475px; background: #f2f2f2; padding: 10px 60px 5px; }
.a5_r ul li{ position: relative; margin-bottom: 5px;}
.a5_r ul li img{

}
.btn1{

	left:40%;
	top:36%;
 position: absolute;
}


.a6{ border: 1px solid #f2f2f2; width: 100%; display: block;}
.a6_nav { width: 100%; border-bottom: 1px solid #f2f2f2; height: 45px; background: #f9f9f9;}
.a6_nav li{ float: left; line-height: 36px;cursor: pointer; padding: 5px 25px 0; position: relative; }
.a6_nav li.cc::before{
	content: "";
	background: #d43e42;top: 40px;left:30px;
	position: absolute; width: 50px; height: 2px;
}
.new_6 .content3>div.cc {
    display: block;
}
.content3{ padding: 10px 20px 20px; }
.content3 a{font-size: 15px; float: left;
    line-height: 3;
    margin-right:30px;}

.a7{text-align: center; padding: 50px 160px; color: #fff;}

.footer{ margin-top: 80px;
  padding:40px 0px 60px;
  display:flex; justify-content: space-between; align-items: center;
}
.footer_wz{ width: 66%;color: #e1e1e1;}
.lianjie{ background: #2a344e; color: #e1e1e1;padding: 5px 16px; }






/*----------------------------------------------------20230316----------------------------------------------------*/
.banner{ width: 100%;border-bottom: 4px solid #0e6399;}


.gaoguanglists {
	width: 566px;
	height: 231px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image:url("../images/wzbb.png");
	background-repeat: no-repeat;
	background-size: 547px 231px;
	background-position: right;
	margin: 0 38px 45px 0;
	float: left;
}

.gaoguanglists:nth-child(2n) {
	margin-right: 0;
}

.gaoguangimg {
	width: 285px;
	margin-right: 25px;
}

.gaoguangText {
	width: 230px;
}


element.style {
}
.gaoguangText p{ margin-bottom: 20px;}
.gaogaungTitle {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	height: 36px;
}
.gaogaungTitle a:hover{
	color: #fff1e0;
	text-decoration: none;
}
.gaogaungContent a:hover{
	color: #fff1e0;
	text-decoration: none;
}
.gaogaungTitle a{
	color: #ffffff;
}

.gaogaungContent {
	font-size: 14px;
	color: #ffffff;
}
.gaogaungContent a {
	color: #ffffff;
}


/*----------------------------重点项目---------------------------*/
.part3{ margin-bottom: 60px;}
.part3 ul{ display: flex; justify-content: space-between;  }
.part3 ul li{ float: left; margin: 0 12px;}
.part3 ul li img{ width:350px; height:200px;}
.part3 ul li p{  font-size: 18px;
    text-align: center;
    line-height: 40px;}



/*---------------------------------------二级页-尾页---------------------------------------------------*/
.seccon {
    margin: 20px 0 40px;
}
.pic_title2 {
    font-weight: bold;
    font-size: 2.0rem;
    color: #0e6399;
    height: 50px;
    width: 100%;
    margin: 0 auto 15px;
}

.date {
    color: #737373;
    width: 100%;
}

.line_weiye {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 50px;
    margin-bottom: 40px;
}
.requiretext {
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 60px;
}

.weiyepic {
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding: 20px;
}.weiyepic img {
    width: 100%;
    height: auto;
}
.requiretext p {
    font: 16px/30px "微软雅黑";
    text-indent: 32px;
    color: #737373;
}
.news_btn { width: 196px;
    display: inline-block;
    background: #eeeeee;
    *display: inline;
    color: #01479d;
    zoom: 1;
    padding: 10px 50px;
    margin: 0 500px 80px;
    font-size: 0;
    border: 1px solid rgba(255,255,255,.4);
}
.content{padding: 50px;}
.news_btn span {
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: right center;
}
.news_btn:hover{background:#01479d; color: #fff;}




/*---------------------------------------二级页-列表---------------------------------------------------*/
.topline{margin-bottom: 20px;}
.erji_l{width: 240px; background: #fff; padding: 1px; }
.erji_l ul li{ line-height: 60px; border-bottom: 1px solid #ebebeb; background: url(../images/icon_news.png) scroll no-repeat;  background-position:left 16px bottom 50%; padding-left: 40px;}
.erji_l ul li.active{ background: url(../images/icon_news.png) scroll no-repeat #e0edfe;  background-position:left 16px bottom 50% ;}
.erji_l ul li:hover{ background:url(../images/icon_news.png) scroll no-repeat #e0edfe;  background-position:left 20px bottom 50%; color: #0062eb; }

.erji_list{ width: 950px; background: #fff; padding: 20px;}
.mianlist1 { margin-bottom: 30px;}
.mianlist1 li {

    padding-left: 30px;
    line-height: 66px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
    font-size: 1.1rem;
    display: flex;
}
.mianlist1 li a { color: #333333;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
}
.mianlist1 li span{ color: #999999;}
.mianlist1 li>a:before {
    content: '';
    border: 0;
	border-radius: 50%;
    height: 5px;
    width: 5px;
    background-color:#01479d;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.erji_list p{ font-weight: bold; color: #000; line-height: 50px; border-bottom: 1px solid #999;}
