﻿.main_title {
	display: block;
	text-align: center;
}

.main_title .title {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/title_bg.png) center center no-repeat;
	font-size: 26px;
	color: #111;
	font-weight: 500;
	letter-spacing:1px;
}

.main_title .dec {
	font-size: 18px;
	color: #444;
	font-weight: 100;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	text-transform: uppercase;
}

.main_titlea {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #111;
	line-height: 35px
}

.main_titlea p {
	font-size: 36px;
	color: #111;
	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_rec {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0;
}

.in_rec .main{
	padding-top: 50px
}

.in_rec .box-left{
	float: left;
	width: 240px;
	box-sizing: border-box;
}

.in_rec .box-left h2 {
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.in_rec .box-left .sub-list {
	background: #fff;
	padding:12px 12px 5px;
	margin:0;
	border: 2px solid #111;
	border-top: none;
}

.in_rec .box-left .sub-list li{
	margin-bottom: 12px;
}
.in_rec .box-left .sub-list li a{
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #444;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
}

.in_rec .box-left .sub-list li a:hover,.in_rec .box-left .sub-list li a.curr{
	background: #b73e25;
	color: #fff;
}


.in_rec .box-left .sub-list dl {
	margin: 0;
	padding: 5px 0 0;
}
.in_rec .box-left .sub-list dd {
	margin-bottom: 0;
}

.in_rec .box-left .sub-list dd a {
	height: 40px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #eee;
}

.in_rec .box-left .sub-list dd a:hover {
	background: #fff;
	color: #b73e25;
	border-bottom: 1px solid #b73e25;
}

.ad{
	width:100%;
	line-height: 0;
	display: block;
	margin-top:20px;
}

.ad img{
	width:100%;
	height:auto
}

.box-right{
	width:930px;
	float: right;
	margin-top:-12px;
}

.pro-list {
	padding: 0;
}

.pro-list li {
	width:33.3333%;
	float: left;
}

.pro-list li a {
	margin:12px;
	display: block;
}

.pro-list li .pic{
	border:1px solid #ddd;
	line-height: 0;
	overflow: hidden;
}
.pro-list li .pic img{
	width:100%;
	height:auto;
	transform: scale(1);
	transition: all 0.5s ease-out;
}
.pro-list li a:hover .pic{
	border:1px solid #b73e25;
}
.pro-list li a:hover .pic img{
	transform: scale(1.2);
}

.pro-list li .text{
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-size: 14px;
}


.in_rec .news_topa {
	text-align: center;
	margin-top: 20px
}

.in_rec .news_topa li {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 120px;
	margin: 0 15px;
	color: #ffffff;
	font-size: 18px;
	background: #111;
	border-radius: 5px;
}

.in_rec .news_topa li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 55px;  
	font-weight: 100
}

.in_rec .news_topa li:hover {
	background: #b73e25
}

.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: 400px;
	height: 62px;
	line-height: 62px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 35px;
	display: block;
	text-align: center;
	color: #111;
	font-size: 28px;
	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;
	color: #fff;
	font-size: 18px
}

.in_sglc .main .content ul li .num {
	font-size: 30px;
	line-height: 52px;
	color: #111;
	font-family: impact;
	width:100%;
	height: auto;
	background:none;
	border: none;
}

.in_sglc .main .content ul li .picimg {
	padding-top: 10px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	transform: scale(1,1);
	line-height: 0;
}

.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;
}

.inb1-main .inb1-left {
	width: 288px;
	float: left;
	box-sizing: border-box;
}

.inb1-left .item-main {
	margin-top: -10px;
}
.inb1-left .item {
	float: left;
	width: 138px;
	height: 118px;
	box-sizing: border-box;
	margin-right: 11px;
	margin-top: 10px;
	background-color: #f8f8f8;
	transition: 0.36s;
	text-align: center;
	border: 1px solid #efefef;
}

.item-main .item:nth-child(2n){
	margin-right: 0;
}

.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: #333;
	border: 1px solid #333
}

.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: #333;
	width: 285px;
	height: 240px;
	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;
	padding-bottom: 10px;
}

.inb1-left .item-main .tel h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 10px;
}

.inb1-right {
	width: 875px;
	float: right;
}

.inb1-right .tab-main {
	margin-top:-12px;
}


.in_about {
	width: 100%;
	height: 760px;
	margin: 0 auto;
	background: url(../images/bg_gsjj.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 55px;
	padding-bottom:30px;
}

.in_about .content {
	margin: 38px auto 0;
	background: #ffffff;
	padding: 40px
}

.in_about .content .leftimg {
	width: 500px;
	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: 560px;
	height: auto;
}

.in_about .content .righttxt h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 15px
}

.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;
}

.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: #b73e25;
	border-radius: 18px;
	font-size: 18px;
	color: #ffffff
}

.in_about .content .righttxt .more ul li a.cont {
	background:#333;
}

.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: 560px;
	overflow: hidden;
	background: #efefef;
}

.in_xwzx .leftimg img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}

.in_xwzx .leftimg:hover img {
	transform: scale(1.2);
}

.in_xwzx .righttxt {
	width: 788px;
	float: right
}

.in_xwzx .box-one {
	width:100%;
	background: #f1f1f1;
	margin-bottom: 20px
}

.in_xwzx .box-one .titlea {
	height: 50px;
	border-bottom: 1px solid #dedede
}

.in_xwzx .box-one .titlea p {
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-indent: 24px
}

.in_xwzx .box-one .titlea a {
	float: right;
	padding-right: 24px;
	padding-top: 12px;
	line-height: 0;
}

.in_xwzx .box-one .conta {
	padding: 20px 24px 15px
}

.in_xwzx .box-one .conta .lefta {
	width: 336px;
	height: auto;
	display: block;
	float: left;
}

.in_xwzx .box-one .conta .lefta .topimg {
	width: 336px;
	height: 156px;
	display: block;
	overflow: hidden
}

.in_xwzx .box-one .conta .lefta .topimg img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 1s ease-out;
}

.in_xwzx .box-one .conta .lefta .topimg:hover img {
	transform: scale(1.2);
}

.in_xwzx .box-one .conta .lefta p {
	margin: 10px 0 5px 0
}

.in_xwzx .box-one .conta .lefta p a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.in_xwzx .box-one .conta .lefta p i {
	font-style: normal;
}

.in_xwzx .box-one .conta .lefta span {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
	height: 66px;
	display: block;
	overflow: hidden
}

.in_xwzx .box-one .conta .righta {
	width: 380px;
	height: auto;
	display: block;
	float: right;
	overflow: hidden;
}

.in_xwzx .box-one .conta .righta ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #cccccc;
}

.in_xwzx .box-one .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: #111;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px
}

.in_xwzx .box-one .conta .righta ul li dl dt .time span.date {
	font-size: 38px;
	color: #111;
	font-weight: bold;
	line-height: 38px;
	display: block;
}

.in_xwzx .box-one .conta .righta ul li dl dt p a {
	font-size: 15px;
	color: #333333;
	line-height: 48px;
}

.in_xwzx .righttxtb {
	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: 17px 24px 15px
}

.in_xwzx .righttxtb .contb ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 1.5%;
}

.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;
} 
