@charset "utf-8";
@media (min-width:1600px){
	.index_cplist{width:100%; height:290px; margin:25px auto 0; overflow:hidden;}
	#zal_con22{
	}
 .proimg_a {
	width: 320px;
    height: 290px;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 50px;
	font-size:18px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 240px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
    margin-top: 75px;
    max-width: 1360px;
    width: 85%;
}
.section2{
	width: 47.9%;
	height: auto;
	display:block;
	overflow:hidden;
	float: left;
}

.rightnews{ width:49.5%; display:block; float:right}

.Menuboa {
    text-align: center;
	}
.Menuboa a{
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    background: #f2f2f2;
    color: #888888;
    width: 24.4%;
    border-top: 4px solid #f2f2f2;
	position:relative;
	cursor:pointer;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:4px solid #0068c5;
}

	

.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}


.news-top p {
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #0068c5;
}
.news-top p i {
	display: inline-flex;
    width: 26px;
    height: 30px;
    background: url(../images/fire.jpg) center center no-repeat;
    background-size: 100%;
    margin-right: 1%;
}
.news-top span {
	line-height: 28px;
    height: 84px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #999;
    margin-top: 3px;
    text-align: justify;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top:24px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 15px;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    width: 22.5%;
    height: auto;
    margin-right: 1.5%;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding:0;
}
.newsBot ul li {
	font-size: 16px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	padding-right: 85px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size:15px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size:20px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}


.in_frame2 {
	margin: 75px auto 0;
	background: url(../images/bg1.jpg) center top no-repeat #e8efff;
	padding-top: 55px;
	padding-bottom: 65px;
}
.in_frame2 .maina {
    width: 85%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height:46px;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	top:9px;
	width:8px;
	height:28px;
	background:#0068c5;
	border-radius: 2px;
}
.in_frame2 .maina .titlea p {
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	float: left;
	margin-left: 28px;
}
.in_frame2 .maina .titlea .cplist {
	float:right
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	line-height:46px;
	font-size:16px;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.mob_index_cplist{ display:none}

.in_frame3 {
	width:85%;
	max-width:1360px;
	margin:56px auto 0
}
.in_dangjian {
	width:28%;
	float:left;
	margin-right:3%
}
.in_dangjian .titlea {
	height:50px;
	overflow:hidden;
	position:relative
}
.in_dangjian .titlea b {
	line-height:50px;
	font-size: 22px;
	color: #333;
	position: relative;
}
.in_dangjian .titlea b a {
	font-size: 22px;
	color: #0068c5;
	line-height:50px;
}
.in_dangjian .titlea b span {
	display: block;
	position: absolute;
	right: -135px;
	top: 50%;
	transform: translateY(-50%);
	width: 115px;
	height: 5px;
	background: #0068c5;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 5px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	line-height:48px;
	font-size:15px;
	color:#999999
}
.in_dangjian .conta {
	margin-top:35px
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	width: 136px;
	height: 102px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	border-radius: 3px;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
	font-size: 15px;
	line-height:26px;
	color: #888888;
	margin-top: 5px;
	display: block;
	height:52px;
	overflow:hidden;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top: 10px;
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size:16px;
	line-height:36px;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width:43%;
	float:left
}
.scheme {
}
.scheme-nav {
	height: 50px;
	background: #f2f2f2;
	overflow:hidden;
}
.scheme-nav p {
	width: 22%;
	float: left;
	position: relative;
	background: #fff;
	border-right: 2px solid #fff;
	color: #0068c5;
	font-size: 22px;
	line-height: 50px;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	line-height: 50px;
	font-size: 15px;


	color: #999999;
	margin-right: 3%;
}
.scheme-list {
	display: block;
}
.scheme-top {
	margin: 25px 0 8px 0;
	box-sizing: border-box;
}
.scheme-top p {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
.scheme-top span {
	line-height: 26px;
	height: 78px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #999;
	margin-top: 10px;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding: 10px 0 0 0;
}
.scheme-bot b {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
	font-style: normal;
	font-size: 16px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	width:24%;
	display:block;
	float:right
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	height:49px;
	overflow:hidden
}
.in_zhongbiao .titlea p {
	float:left;
	padding:0 8px;
	border-top:4px solid #0068c5;
	color:#0068c5;
	font-size:22px;
	line-height:48px;
	font-weight:bold
}
.in_zhongbiao .titlea a {
	float:right;
	line-height:48px;
	font-size:15px;
	color:#999999
}
.in_zhongbiao .conta {
	margin-top:25px;
}
.in_zhongbiao .conta ul li {
	position: relative;
	padding-left: 28px;
	height: 40px;
	overflow: hidden;
	counter-increment: num;
}
.in_zhongbiao .conta ul li a {
	line-height: 40px;
	font-size: 16px;
	color: #555555;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
 .in_zhongbiao .conta ul li::before {
 content: counter(num);
 position: absolute;
 top: 10px;
 left: 0;
 width: 15px;
 height: 15px;
 line-height: 15px;
 text-align: center;
 font-size: 13px;
 color: #fff;
 border-radius: 4px;
 padding: 2px;
 background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}

.bot_pic{
    width: 85%;
    max-width: 1360px;
    margin: 55px auto 75px;
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
    padding: 2% 0 2% 3%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
    padding: 0 0.2rem 0 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    font-size: 25px;
    color: #0059a9;
    display: inline-block;
    padding-left: 0.2rem;
	}
.bot_pic .txt span{font-size:32px; color:#f54545; font-weight:bold;}
.bot_pic .txt p{
	font-size: 26px;
    color: #0059a9;
    font-weight: bold;
    line-height: 38px;
	}
	}
	
	
	
@media screen and (min-width:1360px) and (max-width:1599px){
	.index_cplist{width:100%; height: auto; margin:25px auto 0; overflow:hidden;}
	#zal_con22{
	}

 .proimg_a {
	width: 280px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 45px;
	font-size:15px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 210px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
    max-width: 1360px;
	width:85%;
    margin-top:4%;
}
.section2{
	width: 47.9%;
	height: auto;
	display:block;
	overflow:hidden;
	float: left;
}

.rightnews{ width:49.5%; display:block; float:right}

.Menuboa {
    text-align: center;
	}
.Menuboa a{
	background: #f2f2f2;
    color: #888888;
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 45px;
    font-size: 18px;
    width: 24%;
    border-top: 3px solid #f2f2f2;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:3px solid #0068c5;
}

	
.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
    border-bottom: 1px solid #e6e6e6;
	padding: 2% 0;
}


.news-top p {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #0068c5;
}
.news-top p i {
	display: inline-flex;
    background: url(../images/fire.jpg) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 1.5%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
    text-align: justify;
    line-height: 25px;
    height: 75px;
    font-size: 15px;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top: 16px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 16px;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    width: 25%;
    height: auto;
    margin-right: 2%;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 16px;
	line-height: 36px;
	padding-right: 85px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 16px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}


.in_frame2 {

	background: url(../images/bg1.jpg) center top no-repeat #e8efff;
	margin: 55px auto 0;
    padding-top: 55px;
    padding-bottom: 65px;
}
.in_frame2 .maina {
    width:85%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height:46px;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	top:9px;
	height:28px;
	background:#0068c5;
	width: 6px;
    border-radius: 4px;
}
.in_frame2 .maina .titlea p {
	font-weight: bold;
	float: left;
	font-size: 24px;
    line-height: 46px;
    margin-left: 20px;
}
.in_frame2 .maina .titlea .cplist {
	float:right
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	line-height:46px;
	font-size:16px;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.mob_index_cplist{ display:none}




.in_frame3 {
	width: 85%;
	max-width:1360px;
	margin:56px auto 0
}

.in_dangjian {
	width:28%;
	float:left;
	margin-right:3%
}
.in_dangjian .titlea {
	height:48px;
	overflow:hidden;
	position:relative
}
.in_dangjian .titlea b {
	line-height:48px;
	font-size: 20px;
	color: #333;
	position: relative;
}
.in_dangjian .titlea b a {
	font-size: 20px;
	color: #0068c5;
	line-height:48px;
}
.in_dangjian .titlea b span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #0068c5;
	
	
	right: -135px;
	width: 115px;
	height: 5px;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 5px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	line-height:48px;
	font-size:14px;
	color:#999999
}
.in_dangjian .conta {
	margin-top:10px
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	overflow: hidden;
	float: left;
	
	overflow: hidden;
	border-radius: 3px;
	
	
	width: 35%;
	height:auto;
    margin-right: 2.5%;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: 17px;
	line-height: 28px;
	margin-top: 5px;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
	color: #888888;
	display: block;
	overflow:hidden;
	font-size: 15px;
	line-height: 25px;
	margin-top: 0;
	height: 50px;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top: 10px;
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size: 16px;
	line-height: 36px;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width:43%;
	float:left
}
.scheme {
}
.scheme-nav {
	height: 48px;
	background: #f2f2f2;
	overflow:hidden;
}
.scheme-nav p {
	width: 22%;
	float: left;
	position: relative;
	background: #fff;
	border-right: 2px solid #fff;
	color: #0068c5;
	font-size: 20px;
	line-height: 48px;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	color: #999999;
	margin-right: 3%;
	line-height: 48px;
	font-size: 14px;
}
.scheme-list {
	display: block;
}
.scheme-top {
	box-sizing: border-box;
	margin: 13px 0 8px 0;
}
.scheme-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.scheme-top span {
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 25px;
	height: 75px;
	font-size: 15px;
	margin-top: 0;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding: 5px 0 0 0;
}
.scheme-bot b {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
	font-style: normal;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	width:24%;
	display:block;
	float:right
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	height:47px;
	overflow:hidden
}
.in_zhongbiao .titlea p {
	float:left;
	padding:0 8px;
	border-top:4px solid #0068c5;
	color:#0068c5;
	font-weight:bold;
	font-size:20px;
	line-height: 44px;
}
.in_zhongbiao .titlea a {
	float:right;
	color:#999999;
	line-height:47px;
	font-size:14px;
}
.in_zhongbiao .conta {
	margin-top:10px;
}
.in_zhongbiao .conta ul li {
	position: relative;
	padding-left: 28px;
	height: 36px;
	overflow: hidden;
	counter-increment: num;
}
.in_zhongbiao .conta ul li a {
	color: #555555;
	line-height: 36px;
	font-size: 16px;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
 .in_zhongbiao .conta ul li::before {
 content: counter(num);
 position: absolute;
 top: 8px;
 left: 0;
 width: 16px;
 height: 16px;
 line-height: 16px;
 text-align: center;
 font-size: 13px;
 color: #fff;
 border-radius: 4px;
 padding: 2px;
 background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}


.bot_pic{
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
	width: 85%;
    max-width: 1360px;
    margin: 45px auto 45px;
    padding: 2.5% 0 2.4% 4%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
	width: 20%;
	padding: 0 0.12rem 0 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    color: #0059a9;
    display: inline-block;
	font-size: 18px;
    padding-left: 0.15rem;
	}
.bot_pic .txt span{font-size: 25px;color:#f54545; font-weight:bold;}
.bot_pic .txt p{
    color: #0059a9;
    font-weight: bold;
	font-size: 24px;
    line-height: 38px;
	}
	}


@media screen and (min-width:991px) and (max-width: 1024px){
	.index_cplist{width:100%; height: auto; margin:25px auto 0; overflow:hidden;}
	#zal_con22{
	}



 .proimg_a {
	width: 240px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 45px;
	font-size:14px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 180px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
    max-width: 1360px;
	width: 95%;
    margin-top:4%;
}
.section2{
	width: 47.9%;
	height: auto;
	display:block;
	overflow:hidden;
	float: left;
}

.rightnews{ width:49.5%; display:block; float:right}

.Menuboa {
    text-align: center;
	}
.Menuboa a{
    background: #f2f2f2;
    color: #888888;
	position:relative;
	cursor:pointer;
	display: inline-block;
    line-height: 45px;
    font-size: 14px;
    width: 24.3%;
    border-top: 3px solid #f2f2f2;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:4px solid #0068c5;
}

	

.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
    border-bottom: 1px solid #e6e6e6;
	padding: 2% 0;
}


.news-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #0068c5;
}
.news-top p i {
	display: inline-flex;
    background: url(../images/fire.jpg) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 1.5%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
    text-align: justify;
	line-height: 24px;
    height: 72px;
    font-size: 14px;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top: 14px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 15px;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
	width: 22%;
    height: auto;
    margin-right: 2%;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
    line-height: 28px;
    padding-right: 85px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 15px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}









.in_frame2 {

	background: url(../images/bg1.jpg) center top no-repeat #e8efff;
	margin: 55px auto 0;
    padding-top: 55px;
    padding-bottom: 65px;
}
.in_frame2 .maina {
    width:95%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height:42px;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	top:9px;
	height:24px;
	background:#0068c5;
	width: 6px;
    border-radius: 4px;
}
.in_frame2 .maina .titlea p {
	font-weight: bold;
	float: left;
	font-size: 21px;
    line-height: 42px;
    margin-left: 20px;
}
.in_frame2 .maina .titlea .cplist {
	float:right
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	line-height:42px;
	font-size:15px;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.mob_index_cplist{ display:none}




.in_frame3 {
	width: 90%;
	max-width:1360px;
	margin:56px auto 0
}
.in_dangjian {
	width:28%;
	float:left;
	margin-right:3%
}
.in_dangjian .titlea {
	height:45px;
	overflow:hidden;
	position:relative
}
.in_dangjian .titlea b {
	line-height:45px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.in_dangjian .titlea b a {
	font-size: 18px;
	color: #0068c5;
	line-height:45px;
}
.in_dangjian .titlea b span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #0068c5;
	right: -135px;
	width: 115px;
	height: 5px;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 5px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	line-height:45px;
	font-size:14px;
	color:#999999
}
.in_dangjian .conta {
	margin-top:10px
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	overflow: hidden;
	float: left;
	
	overflow: hidden;
	border-radius: 3px;
	
	
	width: 35%;
	height:auto;
    margin-right: 2.5%;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: 15px;
    line-height: 28px;
    margin-top: 5px;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
	color: #888888;
	display: block;
	overflow:hidden;
	font-size: 14px;
    line-height: 24px;
    height: 48px;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top: 10px;
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size:14px;
	line-height:30px;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width:43%;
	float:left
}
.scheme {
}
.scheme-nav {
	height: 45px;
	background: #f2f2f2;
	overflow:hidden;
}
.scheme-nav p {
    width: 22%;
    float: left;
    position: relative;
    background: #fff;
    border-right: 2px solid #fff;
    color: #0068c5;
    font-size: 18px;
    line-height: 45px;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	color: #999999;
	margin-right: 3%;
	line-height: 48px;
	font-size: 14px;
}
.scheme-list {
	display: block;
}
.scheme-top {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}
.scheme-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.scheme-top span {
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 24px;
    height: 72px;
    font-size: 14px;
    margin-top: 0;
	font-weight:500;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding: 10px 0 0 0;
}
.scheme-bot b {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
    font-style: normal;
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	width:24%;
	display:block;
	float:right
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	height:44px;
	overflow:hidden
}
.in_zhongbiao .titlea p {
	float: left;
    padding: 0 8px;
    border-top: 4px solid #0068c5;
    color: #0068c5;
    font-weight: bold;
    font-size: 18px;
    line-height: 41px;
	
}
.in_zhongbiao .titlea a {
	float:right;
	color:#999999;
	line-height:44px;
	font-size:14px;
}
.in_zhongbiao .conta {
	margin-top:10px;
}
.in_zhongbiao .conta ul li {
	position: relative;
	padding-left: 28px;
	height: 32px;
	overflow: hidden;
	counter-increment: num;
}
.in_zhongbiao .conta ul li a {
	color: #555555;
	line-height: 32px;
	font-size: 14px;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
.in_zhongbiao .conta ul li::before {
 content: counter(num);
 position: absolute;
 top: 6.5px;
 left: 0;
 width: 15px;
 height: 15px;
 line-height: 15px;
 text-align: center;
 font-size: 13px;
 color: #fff;
 border-radius: 4px;
 padding: 2px;
 background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}

.bot_pic{
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
	width: 80%;
    max-width: 1360px;
    margin: 45px auto 45px;
    padding: 2.5% 0 2.4% 4%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
	width: 20%;
	padding: 0 0.12rem 0 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    color: #0059a9;
    display: inline-block;
	font-size: 16px;
    padding-left: 0.15rem;
	}
.bot_pic .txt span{font-size: 22px;color:#f54545; font-weight:bold;}
.bot_pic .txt p{
    color: #0059a9;
    font-weight: bold;
	font-size: 21px;
    line-height: 38px;
	}
	}


@media screen and (min-width:1000px) and (max-width:1180px){
	.bot_pic {
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
    width: 95%;
    max-width: 1360px;
    margin: 25px auto 35px;
    padding: 2.5% 0 2.4% 4%;
	background-size: 110%;
}
.in_frame2 {
    background: url(../images/bg1.jpg) center top no-repeat #e8efff;
    margin: 40px auto 0;
    padding-top: 45px;
    padding-bottom: 45px;
}


.proimg_a {
	width: 200px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 12px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 45px;
	font-size:14px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 150px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}
.bot_pic .sub_logo {
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
    width: 20%;
    padding: 0.05rem 0.12rem 0 0;
}
.in_dangjian .titlea b span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0068c5;
    right: -75px;
    width: 70px;
    height: 4px;
}
.in_dangjian .titlea b span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36.5%;
    height: 4px;
    background: #f54545;
}
.Menuboa a {
    background: #f2f2f2;
    color: #888888;
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    width: 24.2%;
    border-top: 3px solid #f2f2f2;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    width: 26%;
    height: auto;
    margin-right: 2%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
    text-align: justify;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
}

.section2 {
    width: 52%;
    height: auto;
    display: block;
    overflow: hidden;
    float: left;
}
.rightnews {
    width: 45%;
    display: block;
    float: right;
}

.Menuboa a {
    background: #f2f2f2;
    color: #888888;
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    width: 24%;
    border-top: 3px solid #f2f2f2;
}


	}

@media (max-width:1000px){
.bot_pic {
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
    width: 90%;
    max-width: 1360px;
    margin: 25px auto 35px;
    padding: 2.5% 0 2.4% 3%;
}
.bot_pic .sub_logo {
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
    width: 35%;
    padding: 0.05rem 0.12rem 0 0;
}
	}
	
	
@media screen and (min-width: 769px) and (max-width: 999px){
	.index_cplist{width:100%; height: auto; margin:15px auto 0; overflow:hidden;}
	#zal_con22{
	}



 .proimg_a {
	width: 200px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 45px;
	font-size:14px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 150px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
    max-width: 1360px;
	width: 80%;
    margin-top:4%;
}
.section2{
	width: 52%;
	height: auto;
	display:block;
	overflow:hidden;
	float: left;
}

.rightnews{ width:45.5%; display:block; float:right}

.Menuboa {
    text-align: center;
	}
.Menuboa a{
    background: #f2f2f2;
    color: #888888;
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    width: 23.9%;
    border-top: 3px solid #f2f2f2;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:4px solid #0068c5;
}

	

.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
    border-bottom: 1px solid #e6e6e6;
	padding:0;
}


.news-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #0068c5;
}
.news-top p i {
	display: inline-flex;
    background: url(../images/fire.jpg) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 1.5%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    text-align: justify;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top: 14px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 15px;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    width: 30%;
    height: auto;
    margin-right: 2%;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
    line-height: 26px;
    padding-right: 85px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 15px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}









.in_frame2 {
    background: url(../images/bg1.jpg) center top no-repeat #e8efff;
    margin: 45px auto 0;
    padding-top: 35px;
    padding-bottom: 35px;
}
.in_frame2 .maina {
    width:80%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height:42px;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	top:9px;
	height:24px;
	background:#0068c5;
	width: 6px;
    border-radius: 4px;
}
.in_frame2 .maina .titlea p {
	font-weight: bold;
	float: left;
	font-size: 21px;
    line-height: 42px;
    margin-left: 20px;
}
.in_frame2 .maina .titlea .cplist {
	float:right; display:none;
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	line-height:42px;
	font-size:14px;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.mob_index_cplist{ display:none}




.in_frame3 {
	width: 95%;
	max-width:1360px;
	margin:36px auto 0
}
.in_dangjian {
	width:28%;
	float:left;
	margin-right:3%
}
.in_dangjian .titlea {
	height:45px;
	overflow:hidden;
	position:relative
}
.in_dangjian .titlea b {
	line-height:45px;
	font-size: 16px;
	color: #333;
	position: relative;
}
.in_dangjian .titlea b a {
	font-size: 16px;
	color: #0068c5;
	line-height:45px;
}
.in_dangjian .titlea b span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0068c5;
    right: -65px;
    width: 55px;
    height: 4px;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 4px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	line-height:45px;
	font-size:14px;
	color:#999999
}
.in_dangjian .conta {
	margin-top:10px
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	float: left;
    overflow: hidden;
    border-radius: 3px;
    width: 50%;
    height: auto;
    margin-right: 2.5%;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: 15px;
    line-height: 28px;
    margin-top: 5px;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
	color: #888888;
	display: block;
	overflow:hidden;
	font-size: 14px;
    line-height: 24px;
    height: 48px;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top: 10px;
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size:14px;
	line-height:30px;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width:43%;
	float:left
}
.scheme {
}
.scheme-nav {
	height: 45px;
	background: #f2f2f2;
	overflow:hidden;
}
.scheme-nav p {
    width: 24%;
    float: left;
    position: relative;
    background: #fff;
    border-right: 2px solid #fff;
    color: #0068c5;
    font-size: 16px;
    line-height: 45px;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	color: #999999;
	margin-right: 3%;
	line-height: 48px;
	font-size: 14px;
}
.scheme-list {
	display: block;
}
.scheme-top {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}
.scheme-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.scheme-top span {
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 24px;
    height: 72px;
    font-size: 14px;
    margin-top: 0;
	font-weight:500;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding: 10px 0 0 0;
}
.scheme-bot b {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
    font-style: normal;
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	width:24%;
	display:block;
	float:right
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	height:44px;
	overflow:hidden
}
.in_zhongbiao .titlea p {
	float: left;
    padding: 0 8px;
    border-top: 4px solid #0068c5;
    color: #0068c5;
    font-weight: bold;
    font-size: 16px;
    line-height: 41px;
	
}
.in_zhongbiao .titlea a {
	float:right;
	color:#999999;
	line-height:44px;
	font-size:14px;
}
.in_zhongbiao .conta {
	margin-top:10px;
}
.in_zhongbiao .conta ul li {
	position: relative;
	padding-left: 28px;
	height: 32px;
	overflow: hidden;
	counter-increment: num;
}
.in_zhongbiao .conta ul li a {
	color: #555555;
	line-height: 32px;
	font-size: 14px;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
.in_zhongbiao .conta ul li::before {
 content: counter(num);
 position: absolute;
 top: 6.5px;
 left: 0;
 width: 15px;
 height: 15px;
 line-height: 15px;
 text-align: center;
 font-size: 13px;
 color: #fff;
 border-radius: 4px;
 padding: 2px;
 background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}

.bot_pic{
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
	width: 80%;
    max-width: 1360px;
    margin: 45px auto 45px;
    padding: 2.5% 0 2.4% 4%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
	width: 20%;
	padding: 0 0.12rem 0 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    color: #0059a9;
    display: inline-block;
	font-size: 16px;
    padding-left: 0.15rem;
	}
.bot_pic .txt span{font-size: 22px;color:#f54545; font-weight:bold;}
.bot_pic .txt p{
    color: #0059a9;
    font-weight: bold;
	font-size: 21px;
    line-height: 38px;
	}
	}
	

	
	
	
	

	

	
	
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 1359px) and (min-width: 1025px){
		.bot_pic {
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
    width: 85%;
    max-width: 1360px;
    margin: 25px auto 35px;
    padding: 2.5% 0 2.4% 4%;
}
.index_cplist{width:100%; height: auto; margin:25px auto 0; overflow:hidden;}
	#zal_con22{
	}



 .proimg_a {
	width: 240px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 45px;
	font-size:14px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 180px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
    max-width: 1360px;
	width: 85%;
    margin-top:4%;
}
.section2{
	width: 47.9%;
	height: auto;
	display:block;
	overflow:hidden;
	float: left;
}

.rightnews{ width:49.5%; display:block; float:right}

.Menuboa {
    text-align: center;
	}
.Menuboa a{
    background: #f2f2f2;
    color: #888888;
	position:relative;
	cursor:pointer;
	display: inline-block;
    line-height: 45px;
    font-size: 17px;
    width: 24.2%;
    border-top: 3px solid #f2f2f2;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:4px solid #0068c5;
}

	

.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
    border-bottom: 1px solid #e6e6e6;
	padding: 2% 0;
}


.news-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #0068c5;
}
.news-top p i {
	display: inline-flex;
    background: url(../images/fire.jpg) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 1.5%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
    text-align: justify;
	line-height: 24px;
    height: 72px;
    font-size: 14px;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top: 14px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 15px;
}
.newsBot .image {
    float: left;
    border-radius: 3px;
    overflow: hidden;
	width: 22%;
    height: auto;
    margin-right: 2%;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 30px;
    padding-right: 85px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 15px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}









.in_frame2 {

	background: url(../images/bg1.jpg) center top no-repeat #e8efff;
	margin: 55px auto 0;
    padding-top: 55px;
    padding-bottom: 65px;
}
.in_frame2 .maina {
    width:85%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height:42px;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	top:9px;
	height:24px;
	background:#0068c5;
	width: 6px;
    border-radius: 4px;
}
.in_frame2 .maina .titlea p {
	font-weight: bold;
	float: left;
	font-size: 21px;
    line-height: 42px;
    margin-left: 20px;
}
.in_frame2 .maina .titlea .cplist {
	float:right
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	line-height:42px;
	font-size:15px;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.mob_index_cplist{ display:none}




.in_frame3 {
	width: 85%;
	max-width:1360px;
	margin:56px auto 0
}
.in_dangjian {
	width:28%;
	float:left;
	margin-right:3%
}
.in_dangjian .titlea {
	height:45px;
	overflow:hidden;
	position:relative
}
.in_dangjian .titlea b {
	line-height:45px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.in_dangjian .titlea b a {
	font-size: 18px;
	color: #0068c5;
	line-height:45px;
}
.in_dangjian .titlea b span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #0068c5;
	right: -135px;
	width: 115px;
	height: 5px;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 5px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	line-height:45px;
	font-size:14px;
	color:#999999
}
.in_dangjian .conta {
	margin-top:10px
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	overflow: hidden;
	float: left;
	
	overflow: hidden;
	border-radius: 3px;
	
	
	width: 35%;
	height:auto;
    margin-right: 2.5%;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
	color: #888888;
	display: block;
	overflow:hidden;
	font-size: 15px;
	line-height: 25px;
	height: 50px;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top: 10px;
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size: 15px;
	line-height:30px;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width:43%;
	float:left
}
.scheme {
}
.scheme-nav {
	height: 45px;
	background: #f2f2f2;
	overflow:hidden;
}
.scheme-nav p {
    width: 22%;
    float: left;
    position: relative;
    background: #fff;
    border-right: 2px solid #fff;
    color: #0068c5;
    font-size: 18px;
    line-height: 45px;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	color: #999999;
	margin-right: 3%;
	line-height: 48px;
	font-size: 14px;
}
.scheme-list {
	display: block;
}
.scheme-top {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
	margin-top:12px;
}
.scheme-top p {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.scheme-top span {
	display: block;
	overflow: hidden;
	color: #999;
	line-height: 25px;
	height: 75px;
	font-size: 15px;
	margin-top: 0;
	font-weight:500;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding: 10px 0 0 0;
}
.scheme-bot b {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
    font-style: normal;
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	width:24%;
	display:block;
	float:right
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	height:44px;
	overflow:hidden
}
.in_zhongbiao .titlea p {
	float: left;
    padding: 0 8px;
    border-top: 4px solid #0068c5;
    color: #0068c5;
    font-weight: bold;
    font-size: 18px;
    line-height: 41px;
	
}
.in_zhongbiao .titlea a {
	float:right;
	color:#999999;
	line-height:44px;
	font-size:14px;
}
.in_zhongbiao .conta {
	margin-top:10px;
}
.in_zhongbiao .conta ul li {
	position: relative;
	padding-left: 28px;
	height: 33px;
	overflow: hidden;
	counter-increment: num;
}
.in_zhongbiao .conta ul li a {
	color: #555555;
	line-height: 33px;
	font-size: 15px;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
.in_zhongbiao .conta ul li::before {
 content: counter(num);
 position: absolute;
 top: 6px;
 left: 0;
 width: 15px;
 height: 15px;
 line-height: 15px;
 text-align: center;
 font-size: 13px;
 color: #fff;
 border-radius: 4px;
 padding: 2px;
 background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}

.bot_pic{
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
	width: 85%;
    max-width: 1360px;
    margin: 45px auto 45px;
    padding: 2.5% 0 2.4% 4%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
	width: 20%;
	padding: 0 0.12rem 0 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    color: #0059a9;
    display: inline-block;
	font-size: 17px;
    padding-left:20px;
	}
.bot_pic .txt span{font-size: 22px;color:#f54545; font-weight:bold;}
.bot_pic .txt p{
    color: #0059a9;
    font-weight: bold;
    font-size: 21px;
    line-height: 38px;
	}
	}
@media screen and (max-width: 1024px) and (min-width: 769px){
		.bot_pic {
    background: url(../images/pic.jpg) left top no-repeat;
    background-size: 115%;
    box-sizing: border-box;
    width: 90%;
    max-width: 1360px;
    margin: 25px auto 35px;
    padding: 2.5% 0 2.4% 3%;
}
.bot_pic .sub_logo {
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
    width: 20%;
    padding: 0.05rem 0.12rem 0 0;
}
.in_frame2 .maina {
    width: 90% !important;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.sec_inner {
    margin: 0 auto;
    max-width: 1360px;
    width: 90%;
    margin-top: 4%;
}
	}
@media (max-width: 768px) {
	
		.bot_pic{
    background: url(../images/pic.jpg) left top no-repeat;
    box-sizing: border-box;
	width:90%;
	margin: 0.35rem auto;
    background-size: 190%;
    padding: 2.5% 0 2.5% 2.5%;
	}
.bot_pic .sub_logo{
    border-right: 1px solid #acbfcd;
    display: block;
    float: left;
	width: 32%;
    padding: 0.05rem 0.1rem 0.05rem 0;
	}
.bot_pic .sub_logo img{ max-width:100%; height:auto;}
.bot_pic .txt{
    border-left: 1px solid #d3dde4;
    color: #0059a9;
    display: inline-block;
    padding-left: 0.2rem;
	font-size: .25rem;
	}
.bot_pic .txt span{color:#f54545; font-weight:bold;font-size: .3rem;}
.bot_pic .txt p{
    color: #0059a9;
    font-weight: bold;
	font-size: .32rem;line-height: 1.5;
	}
	.index_cplist{width:100%; height:290px; margin:25px auto 0; overflow:hidden;}
#zal_con22{
	}



 .proimg_a {
	width: 320px;
    height: 290px;
    text-align: center;
    float: left;
    margin: 0 13px;
    border-radius: 10px;
    background: #0068c5;
    line-height: 50px;
	font-size:16px;
	color:#fff !important;
}
.proimg_a .topimg {
    height: 240px;
    overflow: hidden;
    background: #fff;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.proimg_a .topimg img {
 transform: scale(1);
 transition: all 1s ease-out;
 max-width: 100%;
 max-height: 100%;
}

 .proimg_a:hover{
    background: #f54545;
}
.proimg_a:hover .topimg img {
transform: scale(1.10);
}

.sec_inner{
	margin: 0 auto;
	margin-top:5%;
    max-width: 1360px;
    width: 90%;
}
.section2{
	display:block;
	overflow:hidden;
	width: 100% !important;
    height:auto;
    float: none !important;
}

.rightnews{
	width: 100%;
    display: block;
    float: none;
	margin-top:4%;
	
	
	}

.Menuboa {
	text-align: center; margin-bottom:.15rem
	}
.Menuboa a{
	display: inline-block;
    line-height:.72rem !important;
    font-size: .31rem !important;
    background: #f2f2f2;
    color: #888888;
    width: 24% !important;
    border-top: 4px solid #f2f2f2;
	position:relative;
	cursor:pointer;
	}
	
	
	
.Menuboa a.hover{ 
	background:#fff;
	color:#0068c5;
	font-weight:bold;
	border-top:4px solid #0068c5;
}

	

.newsTop{ position:relative}
.newsTop::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url(../images/news-top-ico.png) no-repeat;
}
.news-top {
	border-bottom: 1px solid #e6e6e6;
    padding: 3% 0;
}


.news-top p {
	font-weight: bold;
	text-align: center;
	color: #0068c5;
	font-size: .35rem;
    line-height: .55rem;
}
.news-top p i {
	display: inline-flex;
    width: 20px;
    height: 20px;
    background: url(../images/fire.jpg) center center no-repeat;
    background-size: 100%;
    margin-right: 1%;
}
.news-top span {
    display: block;
    overflow: hidden;
    color: #999;
    text-align: justify;
    line-height: .5rem;
    height: 1.5rem;
    font-size: .28rem;
    margin-top: 1%;
}
.news-top span a {
	color: #0068c5;
	margin-left: 4px;
}
.news-top a {
	color: #0068c5;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}



.newsBot {
	margin-top:4%;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 2%;
}
.newsBot .image {
    width: 36%;
    height: auto;
    margin-right: 2%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
    font-size: .28rem;
    line-height: .7rem;
    overflow: hidden;
    position: relative;
    /*padding-right: 30%;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size:.26rem;
	display:none
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size:.3rem;
}
.newsBot ul li:first-child span {
	font-weight: normal;
	display:none
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0068c5; text-decoration:underline
}









.in_frame2 {
	
	background: url(../images/bg1.jpg) center top no-repeat #e8efff;
	margin: 4% auto 0;
    padding-top: 4%;
    padding-bottom: 4%;
}
.in_frame2 .maina {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.in_frame2 .maina .titlea {
	height: auto;
	position:relative
}
.in_frame2 .maina .titlea .dec {
	position:absolute;
	left:0;
	background:#0068c5;
	border-radius: 2px;
	width: 1.4%;
    height: 0.35rem;
    top: 8%;
}
.in_frame2 .maina .titlea p {
	font-weight: bold;
	font-size: .35rem;
    line-height: .75rem;
    margin-left: 0.3rem;
	float:none;
}
.in_frame2 .maina .titlea .cplist {
	float: none
}
.in_frame2 .maina .titlea .cplist a {
	color:#888888;
	font-size: .28rem;
    line-height: .56rem;
}
.in_frame2 .maina .titlea .cplist a:hover{ text-decoration:underline}

.index_cplist{ display:none}
.mob_index_cplist{ margin-top:3%; display:block}
	
	.mob_index_cplist ul li{
	width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
		}
	.mob_index_cplist ul li:nth-child(2n){ margin-right:0}
	.mob_index_cplist ul li .topimg{
	overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
		}
	.mob_index_cplist ul li .topimg img{
	max-width:100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
		}
	.mob_index_cplist ul li:hover .topimg img{
		transform: scale(1.2);
		}
	.mob_index_cplist ul li p a{
	background: #0068c5;
    line-height: .7rem !important;
    font-size: 0.28rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
		}



.in_frame3 {
	margin: 5% auto 0; width:90%;
}
.in_dangjian {
	width: 100%;
    float: none;
    margin-right: 0;
}
.in_dangjian .titlea {
	overflow:hidden;
	position:relative;
	height:auto
}
.in_dangjian .titlea b {
	color: #333;
	position: relative;
	line-height: .75rem;
    font-size: .35rem;
}
.in_dangjian .titlea b a {
	color: #0068c5;
	line-height: .75rem;
    font-size: .35rem;
}
.in_dangjian .titlea b span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	background: #0068c5;
	right: -1.8rem;
    width: 1.6rem;
}
.in_dangjian .titlea b span::before {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 36.5%;
 height: 5px;
 background:#f54545;
}
.in_dangjian .titlea .more {
	float:right;
	color:#999999;
	line-height: .75rem;
    font-size: .25rem;
}
.in_dangjian .conta {
	margin-top:3%
}
.in_dangjian .conta .item {
}
.in_dangjian .conta .item .item-top {
	overflow:hidden
}
.in_dangjian .conta .item .item-top .image {
	overflow: hidden;
	float: left;
	overflow: hidden;
	width: 32%;
    height: auto;
    margin-right: 3%;
    border-radius: 6%;
}
.in_dangjian .conta .item .item-top .image img {
	width: 100%;
	height: 100%;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.in_dangjian .conta .item .item-top .image:hover img {
	transform: scale(1.10);
}
.in_dangjian .conta .item .item-top .text {
	overflow: hidden;
}
.in_dangjian .conta .item .item-top .text a {
	font-size: .3rem;
    line-height: 2;
    margin-top: 3%;
}
.in_dangjian .conta .item .item-top .text a:hover{ text-decoration:underline}
.in_dangjian .conta .item .item-top .text span {
    color: #888888;
    display: block;
    overflow: hidden;
    font-size: .28rem;
    line-height: .5rem;
    height: 1rem;
    margin-top: 1%;
}
.in_dangjian .conta .item:last-child {
	margin-top: 15px;
}
.in_dangjian .conta .item ul {
	margin-top:3%
}
.in_dangjian .conta .item ul li {
}
.in_dangjian .conta .item ul li a {
	font-size: .28rem;
    line-height: .7rem;
}
.in_dangjian .conta .item ul li a:hover{ text-decoration:underline}
.in_zhaobiao {
	width: 100%;
    float: none;
    margin-top: 5%;
}
.scheme {
}
.scheme-nav {
	background: #f2f2f2;
	overflow:hidden;
	height:auto
}
.scheme-nav p {
	width: 22%;
	float: left;
	position: relative;
	background: #fff;
	border-right: 2px solid #fff;
	color: #0068c5;
	font-size: .35rem;
    line-height: .75rem;
}
.scheme-nav p b {
	display: block;
	font-weight: normal;
	text-align:center;
	font-weight:bold;
	color:#0068c5;
}
.scheme-nav p::after {
 position: absolute;
 content: '';
 display: block;
 top: 0;
 left: 0;
 height: 4px;
 width: 100%;
 background: #0068c5;
}
.scheme-nav a {
	float: right;
	color: #999999;
	margin-right: 3%;
	line-height:.75rem;
    font-size:.25rem;
}
.scheme-list {
	display: block;
}
.scheme-top {
	box-sizing: border-box;
	margin: 3.5% 0 0 0;
}
.scheme-top p {
	font-weight: bold;
	font-size: .32rem;
    line-height: 2;
}
.scheme-top span {
    display: block;
    overflow: hidden;
    color: #999;
    font-size: .28rem;
    line-height: .5rem;
    height: 1.5rem;
    margin-top: 0;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
}
.scheme-top a:hover { text-decoration:underline
}
.scheme-bot {
	padding:0;
}
.scheme-bot b {
	overflow: hidden;
	display: block;
	font-size: .3rem;
    line-height: .7rem;
    height: 0.7rem;
	margin-bottom:0;
}
.scheme-bot b a {
}
.scheme-bot b a:hover { text-decoration:underline
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
	font-style: normal;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-size: .28rem;
    line-height: .7rem;
    height: 0.7rem;
}
.scheme-bot p em a:hover { text-decoration:underline
}
.scheme-bot p em:first-child {
	padding: 0 3% 0 0;
}
.scheme-bot p em:first-child::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 16px;
 background: #ddd;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.in_zhongbiao {
	display:block;
	width: 100%;
    float: none;
    margin-top: 5%;
}
.in_zhongbiao .titlea {
	border-top:1px solid #e6e6e6;
	overflow:hidden;
	height:auto;
}
.in_zhongbiao .titlea p {
	float:left;
	border-top:4px solid #0068c5;
	color:#0068c5;
	font-weight:bold;
	padding: 0 2%;
    font-size: .35rem;
    line-height: .75rem;
}
.in_zhongbiao .titlea a {
	float:right;
	color:#999999;
	line-height:.75rem;
    font-size:.25rem;
}
.in_zhongbiao .conta {
	margin-top:1%
}
.in_zhongbiao .conta ul li {
	position: relative;
	overflow: hidden;
	counter-increment: num;
	padding-left: 0.54rem;
    height: 0.7rem;
}
.in_zhongbiao .conta ul li a {
	color: #555555;
	font-size:.28rem;
	line-height:0.7rem;
}
.in_zhongbiao .conta ul li a:hover{ color:#0068c5; text-decoration:underline}
.in_zhongbiao .conta ul li::before {
 	content: counter(num);
    position: absolute;
    top: 18%;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    line-height: .35rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    border-radius: 4px;
    padding: 2px;
    background: #8eb9f5;
}
 .in_zhongbiao .conta ul li:nth-of-type(1)::before {
 background: #f54545;
}
.in_zhongbiao .conta ul li:nth-of-type(2)::before {
 background: #ff8547;
}
.in_zhongbiao .conta ul li:nth-of-type(3)::before {
 background: #ffac38;
}
	}
	
	
@media screen and (min-width:500px) and (max-width:768px){
	.scheme-bot b {
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .7rem;
    height: 0.7rem;
    margin-bottom: 0;
}
	}