@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td {
	margin: 0;
	padding: 0;
}
body{
    overflow-x: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	object-fit: cover;
}
fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ul,ul li,input,dl,dd {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

img,a img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

caption,th {
	text-align: left;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* .fl {
	float: left;
}

.fr {
	float: right;
} */

a {
	text-decoration: none;
	color: #6e6e6e;
}

a:hover {
	text-decoration: none;
	color: #6e6e6e;
}

.clear {
	clear: both;
}
.pc_box{
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
}


/* Hides from IE-mac */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	color: #6e6e6e;
	width: 100%;
	margin: 0 auto;
	color: #333c4a;
}
.section img, .section .intro{
	height: 100%;
	width: 100%;
}
.section img{
}
.g-top {
	width: 100%;
	background: #f2f2f2;
	height: 35px;
	line-height: 35px;
	font-family: \5b8b\4f53;;
}

header .center-box {
	overflow: visible;
}

.center-box {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

.g-top .m-wel {
	color: #bbbbbb;
	font-size: 12px;
}

.g-top .m-lang a.on {
	background: #ACA0A4;
}

.g-top .m-lang a {
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	float: left;
	padding: 0 5px;
	border-radius: 5px;
	margin-top: 8px;
	text-decoration: none;
	margin-left: 8px;
}

.headerbg {
	width: 100%;
	background:	#32465a;
	border-top: 1px solid #efefef;
    overflow: hidden;
}

.bcenter {
	width: 100%;
}
.header{
    display: flex;
    justify-content: space-between;
    padding: 10px !important;
    line-height: 30px;
	box-sizing: border-box;
	align-items: center;
}
.header .fl img{
    width: 180px;
    height: 24px;
    vertical-align: middle;
    object-fit: cover;
    display: inline-block;
}
.header .fr img{
    width: 170px;
    height: 35px;
    vertical-align: middle;
}
.logo {
	float: left;
}

.logo img {
	display: block;
	width: 199px;
	padding-top: 23px;
}
.indexnav{
    width: 100%;
	height: 36px;
	display: flex;
	flex: 1;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
}
.indexnav span{
	height: 36px;
	flex-shrink: 0;
}
.indexnav span a {
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	box-sizing: border-box;
}
.nav{
    width: 100%;
}
.nav ul {
	width: 100%;
	height: 36px;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
}
.nav ul::-webkit-scrollbar{
    display: none;
}
.nav ul li a {
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.nav ul li a:on {
	color: #fff;
	height: 36px;
	background: #ffc107;
}

.nav ul li a:hover {
	color: #fff;
	height: 36px;
	background: #ffc107;
}
.swiper-container{
    height: 100%;
}
.swiper-container img{
    height: 100%;
    object-fit: cover;
}
.news{ overflow:hidden; padding: 0px 10px;}
.news ul{ overflow:hidden;}
.news ul li{ display:block; border-bottom:1px #ccc dotted; overflow:hidden; padding-bottom:10px; margin-bottom:10px;}
.news ul li a{
    display: block;
    display: flex;
    justify-content: space-between;
}
.news ul li h1{
    font-size:14px;
    color:#444;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li h2{  font-weight: bold; font-size:12px;}

.news_d{ overflow:hidden;}
.news_d h1{ text-align:center; font-size:22px; font-weight:bold; color:#444; padding-bottom:20px;}
.news_d h2{ color:#444; font-family: Arial, "Microsoft YaHei"; line-height: 24px;}
.news_d h2 img{ width:50%; display:block; margin:0 auto;}
.dqwz_contect img{ 
    width:100%;
    margin:0 auto;
    height:auto;
}
.pre-next{
    padding: 10px 0px;
}
.pre-next a{
	display: block;
	padding-bottom: 6px;
}

/*---banner鍥�---*/

.banner {
	position: relative;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 470px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 50px;
	height: 3px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 50px;
	height: 3px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background: #ff8400;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev_icon.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next_icon.png) center center no-repeat;
}

.flex-direction-nav li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.common {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	margin-top: 27px;
	margin-bottom: 30px;
}

.common ul li {
	/*margin-left:20px;*/
}

.clear {
	clear: both;
}

.summary {
	background: #333;
	opacity: 0.9;
}

.listbox {
	float: left;
	/*margin-bottom:20px;*/
	padding: 10px;
	_padding: 10px 10px 8px 10px;
	background: #f6f6f6;
	width: 280px;
	/*height:240px;*/
	position: relative;
}

.listimg {
	float: left;
	width: 280px;
	height: 185px;
	position: relative;
	overflow: hidden;
}

.listimg img {
	background: #333;
	width: 280px;
	height: 185px;
	top: 0;
	left: 0;
	position: absolute;
}

.summary {
	width: 280px;
	height: 185px;
	top: 185px;
	left: 0;
	position: absolute;
}

.summarytxt {
	/*margin:5px 10px; */
	padding: 5px 0px 5px 5px;
	width: 280px;
	height: auto;
	line-height: 22px;
	font-size: 12px;
	color: #cfcfcf;
}


/*home_adv*/

.home_adv {
	padding: 15px 10px 10px 10px;
	background: #f8f8f8;
}
.home_adv ul{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.home_adv ul li {
	flex: 0 0 50%;
	overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.home_adv ul li img{
    width: 48px;
    height: 48px;
}
.home_adv ul li .box {
	display: flex;
    flex: 1;
    text-align: center;
}

.home_adv ul li .box i {
	width: 48px;
	height: 48px;
	object-fit: cover;
}

.home_adv ul li .box .word {
	padding-top: 6px;	
    padding-left: 10px;
}
.home_adv ul li .box .word b {
	display: block;
	font-size: 12px;
	color: #999;
	width: 100%;
	height: 12px;
	line-height: 12px;
	padding: 0 6px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_adv ul li .box .word span {
	display: block;
	font-size: 12px;
	color: #999;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xn_c_index_42_wrap {
	width: 100%;
	height: auto;
	padding-bottom: 12px;
	overflow: hidden;
}

.xn_c_index_42_wbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.xn_c_index_42_topbox {
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.xn_c_index_42_topbox .xn_c_index_42_prd_t3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.xn_c_index_42_prd_t2 {
	display: none;
}

.xn_c_index_42_prdmore {
	width: 107px;
	height: 35px;
	margin: auto;
	display: block;
	background: #0070c0;
	line-height: 35px;
	text-align: center;
	margin: 10px auto;
}

.xn_c_index_42_prdmore a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.xn_c_index_42_prdmore a:hover {
	text-decoration: underline;
}

.xn_c_index_42_prd_t1 {
	color: #666666;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 40px;
	text-transform: uppercase;
}

.xn_c_index_42_nrbox {
	width: 100%;
	height: auto;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-left: 10px;
}

.xn_c_index_42_nrsmall {
	flex: 0 0 46%;
	background: #fff;
    margin-right: 2%;
	overflow: hidden;
}

.xn_c_index_42_lftbox {
	overflow: hidden;
}

.xn_c_index_42_lftbox img {
	width: 100%;
	transition: all 0.5s;
}

.xn_c_index_42_nrsmall:hover .xn_c_index_42_lftbox img {
	transform: scale(1.1);
}

.xn_c_index_42_ritbox {
	border-top: 1px #E0E0E0 solid;
}

.xn_c_index_42_coent {
	height: 73px;
	line-height: 25px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	moz-break: break-all;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
	word-break: break-all;
}

.xn_c_index_42_time {
	display: none;
}

.xn_c_index_42_name {
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.xn_c_index_42_name a {
	font-size: 14px;
	color: #333333;
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xn_c_index_42_nrsmall:hover .xn_c_index_42_coent {
	color: #3369A7;
}

.xn_c_index_42_nrsmall:hover .xn_c_index_42_name a {
	color: #3369A7;
}

.xn_c_index_42_xxmore {
	width: 138px;
	height: 33px;
	background: #E70012;
	text-align: center;
	line-height: 33px;
	margin-top: 32px;
}

.xn_c_index_42_xxmore a {
	color: #fff;
	font-size: 16px;
}

.add_index_youshi {
	width: 100%;
	height: 300px;
	background: url(../images/youshi.jpg) left center no-repeat;}

.add_index_youshi .yslist {
	width: 100%;
	height: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.xn_c_index_433_topbox {
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100%;
    margin: 20px 0px;
	overflow: hidden;
	position: relative;
}

.xn_c_index_433_topbox .xn_c_index_433_prd_t3 {
	font-size: 20px;
	font-weight: bold;
	color: #026fd4;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.xn_c_index_433_prd_t2 {
	display: none;
}

.xn_c_index_433_prdmore {
	width: 107px;
	height: 35px;
	margin: auto;
	display: block;
	background: #0070c0;
	line-height: 35px;
	text-align: center;
	margin: 30px auto;
}

.xn_c_index_433_prdmore a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.xn_c_index_433_prdmore a:hover {
	text-decoration: underline;
}

.xn_c_index_433_prd_t1 {
	color: #666666;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 40px;
	text-transform: uppercase;
}

.xn_c_index_433_xxmore {
	width: 138px;
	height: 33px;
	background: #E70012;
	text-align: center;
	line-height: 33px;
	margin-top: 32px;
}

.xn_c_index_433_xxmore a {
	color: #fff;
	font-size: 16px;
}

.add_index_youshi .danlist {
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  
}

.add_index_youshi .danlist .dan {
	width: 90px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-right: 16px;
    margin-bottom: 10px;
}
.add_index_youshi .danlist .dan:nth-child(3n){
	margin-right: 0px;
}
.add_index_youshi .danlist .dan img{
    width: 100%;
}
.dqwz_contect img{ max-width:100%;}

.add_index_youshi .danlist .dan a {
	color: #fff;
}

.add_index_youshi .danlist .dan span {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 6px;
	text-align: center;
	height: 30px;
    line-height: 30px;
	display: block;
	font-size: 10px;
}


/*分页*/

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.main1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 70px;
	margin-top: 0;
}

.fl img {
	padding-top: 0;
}

#contentLeft {
	float: left;
	height: auto;
	width: 240px;
}

#contentRight {
	width: 100%;
	height: auto;
	overflow: hidden;
    padding: 0px 10px;
    box-sizing: border-box;
}

#contentRight .content img{
    width: 100%;
    min-height: 60px;
    height: auto;
}
.content_com_title {
	border-bottom: 1px solid #d3d3d3;
	height: 36px;
	margin-bottom: 10px;
	line-height: 36px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

.content_com_title h2 {
	bottom: -1px;
	border-bottom: 1px solid #FFC208;
	font-size: 15px;
	font-weight: bold;
	color: #FFC208;
	background: url(../images/ico.png) left center no-repeat;
	padding-left: 2px;
}

.bread {
	font-size: 13px;
	color: #444444;
}

.bread a {
	display: inline-block;
	color: #444444;
}
.boxcen span{
	font-size: 14px !important;
}
.sub_content {
	margin-top: 15px;
}

.sub_common_title {
	width: 100%;
	height: 55px;
	background: #535353;
}

.sub_common_title h2 {
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
}

.sub_common_title h2 p {
	padding: 8px 21px;
	height: 55px;
	text-align: left;
	font: 22px/40px Arial, "Microsoft YaHei";
	color: #fff;
	background: url(../images/leftt.png) bottom right no-repeat #535353;
}

.sub_common_title h2 font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.sub_content_list {
	width: 240px;
}

.sub_content_list p {
	display: block;
	/* width: 880px; */
	font-size: 14px;
	line-height: 28px;
	/* padding: 15px; */
	padding-top: 14px;
	padding-left: 9px;
	padding-bottom: 11px;
	background-color: #fafafa;
}


/* con1 */

.con1-left {
	width: 240px;
	height: auto;
	overflow: hidden;
	border: solid 1px #e8e8e8;
	background: #fafafa;
}

.left-title1 {
	width: 100%;
	padding: 8px 21px;
	height: 40px;
	text-align: left;
	font: 22px/40px Arial, "Microsoft YaHei";
	color: #fff;
	background: url(../images/leftt.png) bottom right no-repeat #535353;
}


/* left-type */

#left-type {
	height: 240px;
}

#left-type li a {
	padding: 0 0 0 20px;
	color: #646464;
	text-indent: 0px;
	display: block;
	background: url(../images/fyjian1.png) 174px center no-repeat;
	border-bottom: 1px solid #e8e8e8;
	font: 14px/40px Arial, "Microsoft YaHei";
	width: 180px;
	height: 38px;
	overflow: hidden;
	float: left;
	border: 1px solid #ddd;
	margin-right: 16px;
	margin-bottom: 15px;
}

#left-type li a:hover {
	color: #fff;
	background: url(../images/fyjian.png) #f95324 174px center no-repeat;
}

#left-type li.home a {
	background: url(../images/fyjian.png) #f95324 174px center no-repeat;
	color: #fff;
}


/*news-list*/

.news1 {
	height: 485px;
}

.news1 ul {
	margin-top: 20px;
}

.news1 ul li {
	line-height: 38px;
	background: url(../images/triangle.png) left no-repeat;
	padding-left: 10px;
	border-bottom: 1px dashed #ccc;
}

.news1 ul li a {
	font-size: 14px;
	line-height: 40px;
	color: #333;
	padding-left: 15px;
}

.news1 ul li span {
	float: right;
}
.product ul {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}

.product ul li {
	width: 46%;
	height: 136px;
	margin-right: 4%;
}
.product ul li .cimg{
    height: 100px;
}
.product ul li img {
	width: 100%;
	height: 95px !important;
	border: 1px solid #ccc;
	padding: 2px;
}
.product ul li .cmc{
    line-height: 36px;
    width: 100%;
}
.product h2 {
	text-align: center;
	font-size: 16px;
}
.product_d span{
	font-size: 14px !important;
}
.cmc a {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.other-news .o-title {
    font-weight: bold;
    color: #0363bc;
    background: #eee;
    padding: 5px 0 5px 5px;
}
.other-news ul{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.other-news ul li{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    margin-right: 4%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-top: 8px;
}
.other-news ul li:nth-child(2n){
	margin-right: 0px;
}
.other-news ul li img{
    width: 80px !important;
    height: 60px !important;
}
.other-news ul li .ftitle{
    padding-left: 10px;
}
.other-news ul li .ftitle a{
    padding-top: 6px;
}
.other-news ul li .ftitle p{
    line-height: 26px;
}
.i_tcase {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: #ECECEC;
    box-sizing: border-box;
}

.i_tcase_f {
	width: 100%;
	position: relative;
}

.i_tcase_m {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-left: 10px;
}

.i_tcase_main {
	flex: 0 0 46%;
	height: 246px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-right: 2%;
	margin-top: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.i_tcase_main:hover {
	background: #346ab0
}

.i_tcase_t {
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.i_tcase_t3 {
	color: #666666;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 40px;
	text-transform: uppercase;
}

.i_tcase_t2 {
	float: left;
	margin: 0 5px;
	display: none;
}

.i_tcase_t1 {
	font-size: 20px;
	font-weight: bold;
	color: #0070c0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_tcase_img {
	width: 100%;
	overflow: hidden;
}

.i_tcase_img img {
	width: 100%;
	height: 120px;
	transition: all 0.5s;
}
.add_index_i_tcase_more{
    display: none;
}
.i_tcase_main:hover .i_tcase_img img {
	transform: scale(1.1);
}

.i_tcase_main_name {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.i_tcase_main_name h1{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.i_tcase_main_name1 {
	color: #000;
	font-weight: bold;
	display: none;
}

.i_tcase_main_cnt {
	font-size: 12px;
	width: 250px;
	margin: auto;
}

.i_tcase_main_cnt1 {
	color: #000;
	font-weight: bold !important;
	display: none;
}

.i_tcase_main_cnt2 {
	width: 250px;
	line-height: 18px;
	font-size: 14px;
	height: 54px;
	display: block;
	overflow: hidden;
	color: #999999;
	margin-top: 3px;
}

.i_tcase_more {
	width: 96px;
	height: 32px;
	background: #0070c0;
	text-align: center;
	margin: 6px auto 15px;
	line-height: 32px;
}

.i_tcase_more a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.i_tcase_more a:hover {
	text-decoration: underline;
}

.i_tcase_main:hover {
	background: #346ab0
}

.i_tcase_main:hover .i_tcase_main_name2 a {
	color: #fff;
}

.i_tcase_main:hover .i_tcase_main_cnt2 {
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*关于我们*/

.index_about {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1200px;
	margin: 26px auto;
}

.index_about_con {
	width: 680px;
}

.index_about_img {
	border: solid 3px #dedede;
	padding: 5px;
	margin-right: 45px;
}

.index_about_con_title {
	font-size: 24px;
	background: url(../images/lictico1.png) no-repeat;
	padding-left: 30px;
	height: 48px;
	line-height: 70px;
	overflow: hidden;
	color: #f95324;
}

.index_about_con_title span {
	font-size: 24px;
	margin-left: 10px;
	color: #999;
}

.about_con {
	margin-top: 20px;
	line-height: 30px;
	text-indent: 2em;
}

.more {
	margin-top: 10px;
	/*border:solid 1px #f95324;*/
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #f95324;
}

.more a {
	color: #f95324;
}


/*案例展示*/

.hide {
	display: none;
}

.showCaseHome {
	width: 1200px;
	margin: 0 auto;
}

.showCase_title {
	width: 1200px;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #f95324;
	padding-top: 30px;
}

.spanen {
	color: #999;
	font-size: 24px;
	margin-left: 10px;
}

.showCase_content {
	width: 1200px;
	float: left;
	padding-bottom: 20px;
}

.scc_title {
	width: 800px;
	float: left;
	margin: 30px 300px;
	text-align: center;
}

.scc_title span {
	cursor: pointer;
	width: 98px;
	height: 38px;
	float: left;
	border: 1px solid #dedede;
	margin: 0 10px;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-size: 14px;
}

.scc_title span:hover,
.scc_title span.hover {
	width: 100px;
	height: 40px;
	border: 0px solid #dedede;
	background: url(../images/titlehover1.png) no-repeat;
	line-height: 40px;
	color: #fff;
}

.scc_title span:hover a,
.scc_title span.hover a {
	color: #fff;
}

.scc_content {
	width: 1200px;
	float: left;
}

.scc_content li {
	width: 285px;
	float: left;
	margin: 0 20px 20px 0;
}

.scc_content .no_mar {
	margin-right: 0px;
}

.case_image {
	width: 285px;
	float: left;
	height: 176px;
}

.case_title {
	width: 285px;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #111;
	color: #fff;
	font-size: 14px;
}


/*footer*/

footer {
	background: #32465a;
}

footer .top {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #54606d;
	border-bottom: 1px solid #54606d;
}

footer .top a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0 8px;
	border-right: 2px solid #fff;
	height: 12px;
	line-height: 12px;
    margin-bottom: 10px;
}
footer .top a:last-child{
    border-right: 0px;
}

footer .top a:hover {
	color: #ffc107;
}

footer .bottom {
	padding: 10px 0 0;
}
footer .bottom .module p{
    display: none;
}
footer .bottom .module li{
    margin-top: 10px;
}
footer .bottom .left i {
	float: left;
	width: 140px;
	height: 80px;
	position: relative;
	margin-right: 25px;
	overflow: hidden;
}

footer .bottom .left p {
	height: 18px;
	background: url(../images/footPbg.png) no-repeat left center;
	padding-left: 10px;
}

footer .bottom .left p span {
	display: block;
	font-size: 14px;
	color: #ffc107;
	height: 18px;
    line-height: 18px;
	overflow: hidden;
}

footer .bottom .left p i {
	display: block;
	font-size: 14px;
	color: #fff;
	font-style: normal;
}

footer .bottom .mid {
    padding-left: 10px;
	font-size: 12px;
	color: #999;
	line-height: 12px;
    padding-bottom: 10px;
}

footer .bottom .mid b {
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

footer .bottom .mid i {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	vertical-align: middle;
}

footer .bottom .mid a {
	color: #fff;
	display: inline-block;
}

footer .bottom .mid a:hover {
	color: #ffc107;
}

footer .bottom .right {
	margin-left: 80px;
	width: 65px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

footer .bottom .right i {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	padding-bottom: 10px;
}

footer .bottom .right span {
	text-align: center;
	display: block;
	width: 100px;
}
.keywords{
    padding: 10px;
    line-height: 12px;
}
.link{
    padding: 0px 10px 10px 10px;
}

/* 首页案例展示 start */

.index-serve {
	height: 608px;
	background: url(../images/index-serve-bg.jpg) no-repeat center top;
}

.index-serve .header-title {
	padding-top: 20px;
	padding-bottom: 60px;
}

.index-serve .header-title h3 {
	color: #fff;
	position: relative;
}

.index-serve .header-title h3 small {
	color: #8f8f8f;
}

.index-serve .item-list li {
	float: left;
	margin-right: 12px;
	width: 294px;
	overflow: hidden;
}

.index-serve .item-list li a {
	display: block;
	text-decoration: none;
	width: 354px;
	height: 370px;
}

.bg1 {
	background: url(../images/item_1_on.jpg) no-repeat top center;
}

.bg1:hover {
	background: url(../images/item_1.jpg) no-repeat top center
}

.bg2 {
	background: url(../images/item_2_on.jpg) no-repeat top center;
}

.bg2:hover {
	background: url(../images/item_2.jpg) no-repeat top center
}

.bg3 {
	background: url(../images/item_3_on.jpg) no-repeat top center;
}

.bg3:hover {
	background: url(../images/item_3.jpg) no-repeat top center
}

.index-serve .item-list li a span {
	background-color: #8f8f8f;
	display: block;
	padding: 20px 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.item-list {
	width: 1100px;
	margin: 0 auto;
}


/* 首页案例展示 end */

.index_about_l {
	float: left;
	width: 585px;
}

.index_about_r {
	float: right;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.diy_page, .diy_page2{
	padding-bottom: 10px;
}
.mobile_box{
	display: block;
}
.mobile_box_menu{
	overflow: scroll;
	height: 36px;
	position: relative;
	width: 100%;
}