﻿.main_title {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 35px
}

.main_title p {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 55px
}

.main_title p span {
	font-size: 36px;
	color: #333333;
	font-weight: 100;
	line-height: 55px
}

.main_title .dec {
	width: 235px;
	height: 32px;
	margin: 8px auto 0;
	background: url(../images/dec.png) center center no-repeat
}

.main_titlea {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0156a9;
	line-height: 35px
}

.main_titlea p {
	font-size: 36px;
	color: #0156a9;
	font-weight: bold;
	line-height: 55px
}

.main_titlea .dec {
	width: 235px;
	height: 32px;
	margin: 8px auto 0;
	background: url(../images/decc.png) center center no-repeat
}

.in_news {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f1f1f1;
	padding-top: 42px;
	padding-bottom: 50px
}

.in_news .news_top {
	text-align: center;
	margin-top: 28px
}

.in_news .news_top li {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 28px;
	font-size: 16px;
	background: #ffffff;
	margin-right: 12px;
	border-radius: 25px;
	color: #444444;
	border: 1px solid #d9dbd6;
}

.in_news .news_top li:nth-child(7) {
	margin-right: 0
}

.in_news .news_top li a {
	color: #444444;
	font-size: 16px;
	line-height: 34px
}

.in_news .news_top li:hover,.in_news .news_top li.on {
	background: #0156a9;
}

.in_news .news_top li:hover a,.in_news .news_top li.on a {
	color: #fff;
	line-height: 34px;
}

.in_news .news_box {
	width: 1200px;
	height: auto;
	margin: 40px auto 0
}

.in_news .news_box ul {
	display: none;
}

.in_news .news_box ul.on {
	display: block;
}

.in_news .news_box li {
	width: 276px;
	/*height: 260px;*/
	padding: 2px;
	border: 1px solid #d9dbd6;
	background: #ffffff;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

.in_news .news_box li:nth-child(4n) {
	margin-right: 0;
}

.in_news .news_box li .topimg {
	width: 276px;
	height: 200px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.in_news .news_box li .topimg img {
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
	max-height: 100%;
}

.in_news .news_box li:hover .topimg img {
	transform: scale(1.2);
}

.in_news .news_box li p {
	line-height: 90px;
	font-size: 16px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	display: block;
}

.in_news .news_box li p a {
	line-height: 90px;
	font-size: 16px;
	color: #333333;
}

.in_news .news_topa {
	text-align: center;
	margin-top: 36px
}

.in_news .news_topa li {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 150px;
	margin: 0 15px;
	color: #ffffff;
	font-size: 18px;
	background: #ffae00;
	border-radius: 5px;
}

.in_news .news_topa li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 55px;
	font-weight: 100
}

.in_news .news_topa li:hover {
	background: #ce0002
}

.in_sglc {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../images/bg_lc.jpg) center top no-repeat;
	padding-top: 50px;
	height: 425px
}

.in_sglc .main {
	width: 1200px;
	height: auto;
	margin: 0 auto
}

.in_sglc .main .title {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 45px;
}

.in_sglc .main .title .dec {
	width: 450px;
	height: 68px;
	line-height: 68px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 35px;
	display: block;
	text-align: center;
	color: #0156a9;
	font-size: 32px;
	font-weight: 700;
}

.in_sglc .main .title .dec img {
	padding-top: 10px
}

.in_sglc .main .content {
	margin-top: 40px
}

.in_sglc .main .content ul li {
	width: 145px;
	height: 218px;
	display: block;
	float: left;
	margin-right: 66px;
	background: url(../images/decb.png) center top no-repeat;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px
}

.in_sglc .main .content ul li .num {
	font-size: 30px;
	line-height: 52px;
	color: #0156a9;
	font-family: impact
}

.in_sglc .main .content ul li .picimg {
	padding-top: 22px;
	padding-bottom: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	transform: scale(1,1);
}

.in_sglc .main .content ul li:hover .picimg {
	transform: scale(-1,1);
}

.in_sglc .main .content ul li:nth-child(6) {
	margin-right: 0
}

.in_gczs {
	width: 1200px;
	height: auto;
	margin: 45px auto 70px;
}

.inb1-main {
	margin-top: 35px;
}

.fenlei {
	height: 515px;
}

.inb1-main .inb1-left {
	width: 321px;
	float: left;
	box-sizing: border-box;
}

.inb1-left .item-main {
	margin-top: -11px;
	margin-right: -11px;
}

.inb1-left .item {
	float: left;
	width: 155px;
	height: 118px;
	box-sizing: border-box;
	margin-right: 11px;
	margin-top: 11px;
	background-color: #f8f8f8;
	transition: 0.36s;
	text-align: center;
	border: 1px solid #efefef;
}

.inb1-left i {
	height: 78px;
	display: block;
}

.inb1-left .tit {
	font-size: 16px;
	line-height: 24px;
	color: #888888;
	font-weight: bold;
}

.inb1-left .ico {
	background: url(../images/cate.png) no-repeat center 21px;
}

.inb1-left .item:hover,.inb1-left .active {
	background-color: #0156a9;
	border: 1px solid #0156a9
}

.inb1-left .item:hover .tit,.inb1-left .active .tit {
	color: #fff;
}

.inb1-left .item:hover .ico1,.inb1-left .active .ico {
	background-image: url(../images/cateh.png);
}

.inb1-left .item-main .tel {
	margin-top: 11px;
	background: #0156a9;
	width: 285px;
	height: 290px;
	display: block;
	text-align: center;
	padding: 15px 18px 0;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff
}

.inb1-left .item-main .tel p {
	font-weight: 100;
	font-size: 30px;
	font-family: impact;
	line-height: 40px;
	border-bottom: 1px solid #ffffff;
}

.inb1-left .item-main .tel h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px
}

.inb1-right {
	width:1200px;
	margin:0 auto;
}

.inb1-right .tab-item {
	display: none;
	box-sizing: border-box;
}

.inb1-right .tab-item.active {
	display: block;
}

.inb1-right .tab-item ul li {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	width: 264px;
	/*height: 394px;*/
	padding: 2px;
	border: 1px solid #d9dbd6;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	display: block;
}

.inb1-right .tab-item ul li .topimg {
	width: 264px;
	/*height: 352px;*/
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.inb1-right .tab-item ul li .topimg img {
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
	max-height: 100%;
}

.inb1-right .tab-item ul li:hover .topimg img {
	transform: scale(1.2);
}

.inb1-right .tab-item ul li a {
	color: #333;
}

.in_about {
	width: 100%;
	height: 730px;
	margin: 0 auto;
	background: url(../images/bg_gsjj.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 55px;
}

.in_about .content {
	width: 1200px;
	height: auto;
	margin: 38px auto 0;
	background: #ffffff;
	padding: 30px
}

.in_about .content .leftimg {
	width: 660px;
	height: 400px;
	display: block;
	float: left;
	overflow: hidden
}

.in_about .content .leftimg img {
	transform: scale(1);
	transition: all 1s ease-out;
}

.in_about:hover .leftimg img {
	transform: scale(1.2);
}

.in_about .content .righttxt {
	display: block;
	float: right;
	width: 512px;
	height: auto;
}

.in_about .content .righttxt h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
	margin: 16px 0 15px 0
}

.in_about .content .righttxt .txt {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	height: 256px;
	display: block;
	overflow: hidden; 
}

.in_about .content .righttxt .txt * {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	overflow: hidden; 
	max-height:256px;
	text-overflow: ellipsis;
	display: -webkitbox;  
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical; 
}

.in_about .content .righttxt .more {
	margin-top: 25px;
}

.in_about .content .righttxt .more ul li {
	float: left;
	margin-right: 26px
}

.in_about .content .righttxt .more ul li a {
	width: 150px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	background: #0156a9;
	border-radius: 18px;
	font-size: 18px;
	color: #ffffff
}

.in_about .content .righttxt .more ul li a.cont {
	background:#434343;
}

.mr_frbox2e {
	HEIGHT: 328px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 25px
}

.imgboxcpe {
	width: 1200px;
	height: 328px;
	margin: 0px auto 0;
	overflow: hidden
}

.imgboxcpe ul li {
	margin: 0 8px 0 8px;
	display: inline;
	float: left;
	overflow: hidden;
}

.imgboxcpe ul li a {
	display: block;
	width: 225px;
	height: 328px;
	text-align: center;
	background: #efefef
}

.imgboxcpe ul li a .imgali {
	width: 225px;
	height: 328px;
	text-align: center;
	overflow: hidden;
	background: #efefef
}

.imgboxcpe ul li a .imgali span {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.imgboxcpe ul li a .imgali img {
	max-width: 100%;
	height: 328px;
	vertical-align: middle;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.imgboxcpe ul li a:hover .imgali img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.in_xwzx {
	width: 1200px;
	height: auto;
	margin: 45px auto 35px
}

.in_xwzx .contenta {
	margin-top: 30px
}

.in_xwzx .leftimg {
	display: block;
	float: left;
	width: 390px;
	height: 422px;
	overflow: hidden;
	background: #efefef;
}

.in_xwzx .leftimg img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}

.in_xwzx .leftimg:hover img {
	transform: scale(1.2);
}

.in_xwzx .righttxt {
	width: 788px;
	height: auto;
	display: block;
	float: right
}

.in_xwzx .righttxta {
	width: 788px;
	height: auto;
	display: block;
	background: #f1f1f1;
	margin-bottom: 14px
}

.in_xwzx .righttxta .titlea {
	height: 50px;
	border-bottom: 1px solid #dedede
}

.in_xwzx .righttxta .titlea p {
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-indent: 24px
}

.in_xwzx .righttxta .titlea a {
	float: right;
	padding-right: 24px;
	padding-top: 12px
}

.in_xwzx .righttxta .conta {
	padding: 20px 24px 15px
}

.in_xwzx .righttxta .conta .lefta {
	width: 276px;
	height: auto;
	display: block;
	float: left;
}

.in_xwzx .righttxta .conta .lefta .topimg {
	width: 276px;
	height: 200px;
	display: block;
	overflow: hidden
}

.in_xwzx .righttxta .conta .lefta .topimg img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}

.in_xwzx .righttxta .conta .lefta .topimg:hover img {
	transform: scale(1.2);
}

.in_xwzx .righttxta .conta .lefta p {
	margin: 10px 0 5px 0
}

.in_xwzx .righttxta .conta .lefta p a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.in_xwzx .righttxta .conta .lefta p i {
	font-style: normal;
}

.in_xwzx .righttxta .conta .lefta span {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
	height: 66px;
	display: block;
	overflow: hidden
}

.in_xwzx .righttxta .conta .righta {
	width: 380px;
	height: auto;
	display: block;
	float: right;
	overflow: hidden;
}

.in_xwzx .righttxta .conta .righta ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #cccccc;
	height: 48px;
}

.in_xwzx .righttxta .conta .righta ul li dl dt .time {
	width: 50px;
	height: 48px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 18px;
	font-size: 12px;
	color: #0156a9;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px
}

.in_xwzx .righttxta .conta .righta ul li dl dt .time span.date {
	font-size: 38px;
	color: #0156a9;
	font-weight: bold;
	line-height: 38px;
	display: block;
}

.in_xwzx .righttxta .conta .righta ul li dl dt p a {
	font-size: 15px;
	color: #333333;
	line-height: 48px;
}

.in_xwzx .righttxtb {
	width: 788px;
	height: auto;
	display: block;
	background: #f1f1f1;
}

.in_xwzx .righttxtb .titlea {
	height: 50px;
	border-bottom: 1px solid #dedede
}

.in_xwzx .righttxtb .titlea p {
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-indent: 24px
}

.in_xwzx .righttxtb .titlea a {
	float: right;
	padding-right: 24px;
	padding-top: 12px
}

.in_xwzx .righttxtb .contb {
	padding: 15px 24px 15px
}

.in_xwzx .righttxtb .contb ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
}

.in_xwzx .righttxtb .contb ul li p {
	margin: 0 0 1px 0
}

.in_xwzx .righttxtb .contb ul li p a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.in_xwzx .righttxtb .contb ul li span {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
}

.in_xwzx .righttxtb .contb ul li span.time {
	float: right;
	text-align: right;
	line-height: 30px;
	padding-right: 6px;
}

.in_xwzx .righttxtb .contb ul li p a.textover {
	display: inline;
}

.buss {
	width: 1200px;
	margin: 0 auto;
}
.buss span {
	font-weight: 700;
}
.buss a {
	color: #333;
	display: inline-block;
    line-height: 30px;
    padding-right: 10px;
} 

