 


.main_bak{
    background: url(/images/bg_blues.png) right top no-repeat;
    background-size: 55% 100%;
    overflow: hidden;
}


.width1440{
width:1440px;
margin:0 auto;
padding:0;
position: relative;
}
.header{

}
.div_search{
    display: flex;
    width: 360px;
    margin: 20px auto;
}
.div_search form{
    width: 210px;
    position: relative;
    margin-right: 30px;
}
.div_search .inputbox{
    width: 211px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #9797974a;
    border-radius: 20px;
    line-height: 40px;
    padding-left: 10px;
    margin: 15px auto;
}
.div_search  .btn{
    position: absolute;
    right: 0;
    top: 20px;
}
.header .div_home_logo{
margin: 20px auto;
}


.nav{
height: 50px;
background: #2C66B1;
width:100%;
    line-height: 50px;
    overflow: inherit;
}
.nav ul {display: flex;width: 1440PX;margin:0 auto;}
.nav ul li{width:160px;text-align: center;}
.nav ul li:hover{
height: 50px;
background-image: linear-gradient(180deg, #006ebd00 0%, #3688ffdb 100%);
    position:relative;
}

.nav ul li:hover:before{
    content:'';
    background-image: linear-gradient(90deg, #0078FF 0%, #00B9FF 100%);
    position:absolute;
    bottom: 0px;
    width:100%;
    height:4px;
    left:0;
}


.nav ul li a{
    font-size: 20px;
    color: #fff;
    position:relative;
}

.nav ul li .nav-child-list{
height: 50px;
background: #F6F6F6;
    width: auto;
    position: absolute;
    z-index: 9;
    display: flex;
    margin-top: -2px;
}
.nav ul li .nav-child-list a{
width: 150px;
height: 50px;
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 16px;
color: #333333;
text-align: center;float: left;position:relative;
}
.nav ul li .nav-child-list a:hover{
color:#3369AA;
}

.nav ul li .nav-child-list a:after{
    content:'';
    position:absolute;
    height:40px;
    width:1px;
    background:#D6D6D6;
    right:0px;
    top:5px;
}
.nav ul li .nav-child-list a:last-child:after{
    content:'';
    background:none;
}

.nav ul li:nth-child(6) .nav-child-list,.nav ul li:nth-child(7) .nav-child-list, .nav ul li:nth-child(8) .nav-child-list, .nav ul li:nth-child(9) .nav-child-list{
    right:0;
}





/***  footer ***/
.footer{
    height: 330px;
    background: #3369AA;
    margin-top: 105px;
    overflow: hidden;
}

.div_footer_logo p{
	color:#fff;
	line-height:30px;
	font-size:16px;
	height: 22px;
}
.div_footer_logo p:nth-child(1){
	margin-top:60px;
}



.footer_list{display:flex;margin:46px auto;}
.footer_list li{
	width: 64px;
	height: 22px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 16px;
	margin:0 15px;
}
.footer_list li h1{
	margin-bottom:15px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.footer_list li a{
	color: #FFFFFF;
}
.footer_list li span a{
	width: 56px;
	height: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #00B9FF;/*rgba(255,255,255,0.5)*/
	/* text-align: center; */
}

.footer_list li:last-child{width:180px;}
.footer_list li:last-child h1{width: 100%;text-align: left;}
.footer_list li p{
    float: left;
    margin-right: 10px;
}

.link_info{
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border-top: rgb(255 255 255 / 20%) 1px solid;
    height: 34px;
    float: left;
}
.link_info .div_link{

}
.link_info .div_link a{color: #fff;position:relative;padding-left:24px;}
.link_info .div_link a:after{
	content:'';
	position:absolute;
	border:3px solid #fff;
	left:10px;
	top:6px;
}



/*** leader ***/
.div_leader h3{
    font-weight: 500;
    font-size: 48px;
    color: #333333;
    line-height: 100px;
    text-align: center;
    margin: 60px auto;
}


.div_leader_list{
    width: 1440px;
    margin: 0 auto;
}
.div_leader_list ul.list{}
.div_leader_list ul.list li{
    width: 675px;
    height: 380px;
    float: left;
    margin: 18px;
    overflow: hidden;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 5px 5px 20px 0 #0000004d;
    display: flex;
}
.div_leader_list ul.list li img{
    max-width: 250px;
    height: 340px;
    float: left;
    padding: 20px;
}
.div_leader_list ul.list li .div_info{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.div_leader_list ul.list li .div_info h2 a{
    font-weight: 500;
    font-size: 48px;
    color: #3369AA;
    line-height: 100px;
	position:relative;
}
.div_leader_list ul.list li .div_info h2 a:after{
	content:'';
	position:absolute;
	border-bottom:5px solid #3369AA;
	width:20px;
	height:0px;
	bottom:-15px;
	left:1px;
}
.div_leader_list ul.list li .div_info p{
    font-weight: 400;
    font-size: 30px;
    color: #9D9D9D;
    line-height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.county_footer{
    overflow: hidden;
    width: 100%;
}

/**ä¼ä¸šè£è€€**/


.div_leader_list ul.honorlist{
    width: 1270px;
    margin: 0 auto;
}
.div_leader_list ul.honorlist li{
    width: 419px;
    height: auto;
    float: left;
    margin: 18px;
    padding: 50px 60px;
    overflow: hidden;
    background: #F6F6F6;
    border: 20px solid #fff;
    box-shadow: 5px 5px 20px 0 #0000004d; 
    text-align: center;
}
.div_leader_list ul.honorlist li img{
    max-width: 420px;
    height: 280px;
    padding: 0px;
}

/**å…¬å¸èµ„è´¨**/
.div_gszz_list ul.qualifications{
    width: 1190px;
    margin: 0 auto;
}
.div_gszz_list ul.qualifications li.top{
    width: 1190px;
    height: 75px;
    background-image: linear-gradient(270deg, #62A2D5 0%, #3369AA 100%);
}
.div_gszz_list ul li h3{
    width: 336px;
    height: 36px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 73px;
    padding-top: 25px;
    padding-bottom: 14px;
}
.div_gszz_list ul.qualifications li.grey{
    background: #F2F2F2;
}
.div_gszz_list ul.qualifications li{
    width: 1190px;
    height: 75px;
    line-height:75px;
    border-bottom:2px solid #3369AA;
}
.div_gszz_list ul.qualifications li:last-child{
  /*  border-bottom:none; */
    margin-bottom: 75px;
}
.div_gszz_list ul li span{
    width: 48px;
    height: 33px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #525252;
    letter-spacing: 0;
    padding-left: 73px;
    padding-top: 25.33px;
    padding-bottom: 16.67px;
}
.div_gszz_list ul li p{
    width: 180px;
    height: 28px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #787878;
    letter-spacing: 0;
    padding-left: 124px;
    padding-top: 27.33px;
    padding-bottom: 19.67px;
    display:inline
}


/**ä¼ä¸šæ–‡åŒ–**/
.daohang {
    line-height: 50px;
    overflow: hidden;
    padding-top: 60px;
    width: 1440px;
    margin: 0 auto;
}
.fl {
    float: left;
    *display: inline;
}
.dh_left ul {
    overflow: hidden;
}
.dh_left ul li.xuan_lan {
    border-bottom: 5px solid #3369AA;
}
.dh_left ul li {
    float: left;
    margin-right: 50px;
    border-bottom: 2px solid #fff;
}
.dh_left ul li.xuan_lan a {
    color: #333333;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0;
}
.dh_left ul li a {
    color: #A5A5A5;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0;
}
.zhuti-div {
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
}
.grey_xian{
    width: 1436px;
    height: 8px;
    margin: 66px auto;
    background-image: linear-gradient(180deg, #D8D8D8 0%, #FFFFFF 100%);
}
.zhuti-div {
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
}
.heizi5-kk {
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
    background: url(../images/backimg02.jpg) top center no-repeat;
    background-size: 1920px;
}
.zhuti-div .chen-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 27px;
}
.cy-title {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 55px;
    line-height: 45px;
}
.js-zong {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    justify-content: center;
}
.js-zong .js-box1 {
    height: 300px;
    background: #164FCE;
    background-size: 100% 100%;
    margin: 0px 10px 10px 0px;
    padding: 0 88px;
    opacity: 0.9;
}
.js-zong p {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 60px;
}
.js-zong .js-neirong {
    font-size: 20px;
    color: #fff;
    width: 500px;
    margin: 0 auto;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.js-zong .js-box2 {
    padding: 0 88px;
    height: 300px;
    background: #164FCE;
    background-size: 100% 100%;
    opacity: 0.9;
}
.js-zong .js-box3 {
    height: 300px;
    background: #164FCE;
    background-size: 100% 100%;
    margin: 0px 10px 10px 0px;
    padding: 0 88px;
    opacity: 0.9;
}
.js-zong .js-box4 {
    height: 300px;
    background: #164FCE;
    background-size: 100% 100%;
    padding: 0 88px;
    opacity: 0.9;
}
.hezi4-kk {
	display: flex;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	max-height: 700px;
}

.shensuo-div {
	background: url(../images/datupian.png) no-repeat;
	max-width: 85%;
	background-size: 100% 700px;
	margin: 0px auto;
	display: flex;
}

.box1 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box2 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box3 {
	width: 25%;
	height: 700px;
	border-right: 1px solid #ffffff52;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box4 {
	width: 25%;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.box1 .neirong {
	width: 37%;
}

.box2 .neirong {
	width: 79%;
}

.box4 .neirong {
	width: 50%;
}
.heizi4-kk .title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}


.heizi4-kk {
	padding-bottom: 100px;
}

.heizi4-kk .neirong {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
	position:relative;
	margin-top: 50px;
	padding-top: 50px;
	height: 50px;
}
.heizi4-kk .neirong:after{
	content:'';
	position:absolute;
	border-top: 2px solid #009FFF;
	top:0;
	left: 45%;
	width: 24px;
}
.box1 .neirong {
	width: 300px;
}

.box3 .neirong {
	width: 300px;
}

.box4 .neirong {
	width: 242px;
}

.box1:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}
.box1:hover .title{
	font-size: 30px;
	color: #164FCE;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}
.box1:hover .neirong {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
	margin-top: 50px;
	padding-top: 50px;
	height: 50px;
}

.box2:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}
.box2:hover .title{
	font-size: 30px;
	color: #164FCE;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}
.box2:hover .neirong {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
	margin-top: 50px;
	padding-top: 50px;
	height: 50px;
}

.box3:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}
.box3:hover .title{
	font-size: 30px;
	color: #164FCE;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}
.box3:hover .neirong {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
	margin-top: 50px;
	padding-top: 50px;
	height: 50px;
}

.box4:hover {
	background: url(../images/zhegai.png);
	border-right: 0;
}
.box4:hover .title{
	font-size: 30px;
	color: #164FCE;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 25px;
}
.box4:hover .neirong {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	padding-bottom: 169px;
	margin-top: 50px;
	padding-top: 50px;
	height: 50px;
}


.heizi3-kk {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	max-height: 700px;
	/*opacity: 0.1;*/
	background: #164fce1a;
	 padding: 50px 0 70px 0;
}
.gc_m {
    width: 85%;
    margin: 0 auto;
}
.gc_m img{
width:100%;
}

.gc_left {
    width: 49%;
    margin-top: 20px;
}
.fl {
    float: left;
    *display: inline;
}
.gc_left a {
    position: relative;
    display: block;
    height: 470px;
    overflow: hidden;
}
.gc_left a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
}
.gc_right {
    width: 51%;
}
.fr {
    float: right;
    *display: inline;
}
.gc_right ul {
    overflow: hidden;
}
.gc_right ul li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.gc_right ul li a {
    display: block;
    position: relative;
    height: 225px;
    overflow: hidden;
}
.gc_right ul li img {
    height: 225px;
}
.gc_right a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 14px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
}

/**ä¼ä¸šé£Žé‡‡**/
.list_pic_bystyle {
    width: 1440px;
    margin:0 auto;
    overflow: hidden;
}
.list_pic_bystyle ul {
    margin: 20px 0 20px;
    overflow: hidden;
}
.list_pic_bystyle ul li {
    width: 33%;
    /* border-bottom: 2px solid #E4E3E1; */
    margin-bottom: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    height: 230px;
}
.list_pic_bystyle ul li img {
    height: 100%;
    max-width: 100%;
}
.list_pic_bystyle ul li span{
    line-height: 35px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}


/**å›¾ç‰‡åˆ—è¡¨**/
.list_img_bystyle {
    width: 1440px;
    margin:0 auto;
    overflow: hidden;
}
.list_img_bystyle ul {
    margin: 20px 0 20px;
    overflow: hidden;
}
.list_img_bystyle ul.imgUl li {
    width: 24%;
    /* border-bottom: 2px solid #E4E3E1; */
    margin-bottom: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    max-height: 240px;
    margin: 0 0.5%;
}
.list_img_bystyle ul.imgUl li img {
    max-height: 100%;
    max-width: 100%;
}
.list_img_bystyle ul.imgUl li span{font-size:16px;}
.list_pic_bystyle ul li span{
    line-height: 35px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}



#div_listPageLeftChannelList ul{border-bottom:2px solid #2C66B1;overflow:hidden;}
#div_listPageLeftChannelList li{float:left;margin-right:10px;font-size:8px;}
#div_listPageLeftChannelList li a{font-size:18px;}
#div_listPageLeftChannelList li.active a{color: ##2C66B1;font-weight: bold;}
#div_listPageLocation {font-size:14px;}

.box_left .m_b_25{display:none;}
