﻿@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: '黑体';
}
body{
	background: #f5f5f5;
}

ul,li{
	margin: 0;
	list-style-type: none;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}

.content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fs0{
	font-size: 0;
}
.pd0{
	padding: 0 !important;
}
.line_bottom{
	position: relative;
	margin-bottom: 20px;
}
.line_bottom::after{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333
}
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}
.bg_white{
	background-color: #fff !important;
}
.header{
	background: #fff;
}

@media (max-width: 1199px) {
	.header {
		display: none;
	}
	.footer{
		padding: 0 0 40px 0;
	}
	.mheader{
		display: block;
		margin: 0;
	}
	.news_imgs{
		display: none;
	}
	.news_infor{
		margin-left: 0;
	}
	.footer_qrcode{
		display: none;
	}
	.footer_infor{
		float: unset;
	}
	.footer_logo{
		float: unset;
		margin: 50px auto 0 auto;
		text-align: center;
	}
	.footer_logo img{
		width: 100px;
	}
	.case_detail{
		height: auto;
	}
	.case_detail_box{
		height: auto;
		padding: 30px 0;
	}
	.case_detail_inner{
		padding-top: 0;
		padding-right: 0;
		min-height: unset;
	}
	.case_detail_video{
		display: block;
		width: 90vw;
		height: 50.6vw;
		font-size: 0;
		position: relative;
		margin: 0 auto;
	}
	.case_detail_bottom{
		position: relative;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.6);
	}
	.case_detail_bottom ul{
		padding: 10px;
		height: auto;
		box-sizing: border-box;
	}
	.case_detail_bottom ul li{
		float: unset;
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.case_detail_bottom ul li:last-child{
		border-right: 0;
	}
	.case_detail_bottom ul li b{
		display: block;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		color: #999;
		font-weight: normal;
		font-size: 14px;
	}
	.case_detail_bottom ul li p{
		display: block;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		color: #fff;
		font-size: 16px;
	}
	.case_detail_title{
		padding: 0 10px;
		height: auto;
	}
	.case_detail_intro{
		padding: 0 10px;
		height: auto;
	}
	.index_video{
		width: 100vw;
	}
	.index_video video{
		width: 100vw;
		height: 56.25vw;
	}
	.index_1_slide li{
		float: left;
		width: 47.5vw;
		height: auto;
		padding: 2vw;
	}
	.index_1_slide li.on{
		width: 50vw;
	}
	.index_1_slide li .index_1_infor{
		display: none;
	}
	.index_1_slide li.on .index_1_infor{
		display: none;
	}
	.index_1_slide li .index_1_bottom{
		width: 100%;
	}
	.index_1_slide li.on .index_1_bottom {
		display: block;
	}
	.index_1_slide li .index_1_img{
		width: 43.5vw;
		height: 32.5vw;
	}
	.index_1_slide li.on .index_1_img{
		display: block;
		width: 46vw;
		height: 30vw;
		margin-top: 0;
	}
	.swiper-container{
		padding-top: 50px;
	}
	.carousel-control.right {
		right: 0;
	}
	.carousel-control.left {
		left: 0;
	}
	.news_topic h2{
		margin: 0;
		/* height: 30px; */
		line-height: 30px;
		color: #111;
		font-size: 14px;
		overflow: hidden;
	}
	.news_topic h1{
		margin: 0;
		height: auto;
		color: #FF0000;
		font-size: 20px;
		overflow: hidden;
		/*background: url(img/news_topic.jpg) no-repeat top left;
		padding-left: 120px;*/
		min-height: 30px;
		line-height: 30px;
		overflow: hidden;
	}
	.news_topic h1::before{
		content: "头条";
		color: #fff;
		background: #ff0000;
		padding: 0 10px;
		margin-right: 5px;
	}
	.news_topic{
		height: auto;
		margin: 10px 0 20px 0;
	}
	.contact_infor_topic input{
		margin-bottom: 10px;
	}
	.news_topic_img{ height: 200px; display: block; margin: 0 auto; width: auto; max-width: 100%;}
}

@media (min-width: 1200px){
	.header{
		display: block;
	}
	.footer{
		padding: 40px 0;
	}
	.mheader{
		display: none;
	}
	.news_imgs{
		display: block;
	}
	.news_infor{
		margin-left: 320px;
	}
	.footer_qrcode{
		float: left;
	}
	.footer_infor{
		float: left;
		margin-left: 20px;
	}
	.footer_logo{
		float: right;
	}
	.case_detail{
		height: 500px;
	}
	.case_detail_box{
		height: 500px;
	}
	.case_detail_inner{
		padding-top: 130px;
		padding-right: 400px;
		min-height: 355px;
	}
	.case_detail_video{
		display: block;
		width: 400px;
		height: 225px;
		font-size: 0;
		position: absolute;
		right: 0;
		top: 130px;
	}
	.case_detail_bottom{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,0.6);
	}
	.case_detail_bottom ul{
		padding: 10px;
		height: 70px;
		box-sizing: border-box;
	}
	.case_detail_bottom ul li{
		float: left;
		width: 20%;
		height: 70px;
		box-sizing: border-box;
		border-right: 1px solid #999;
		padding: 0 15px;
	}
	.case_detail_bottom ul li:last-child{
		border-right: 0;
	}
	.case_detail_bottom ul li b{
		display: block;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		color: #999;
		font-weight: normal;
		font-size: 14px;
	}
	.case_detail_bottom ul li p{
		display: block;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		color: #fff;
		font-size: 16px;
	}
	.case_detail_title{
		padding: 0;
		min-height: 70px;
	}
	.case_detail_intro{
		padding: 0 10px;
		min-height: 104px;
	}
	.index_video{
		width: 100%;
	}
	.index_video video {
		width: 100%;
		height: 100%;
	}
	.index_1_slide li{
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 12%;
		height: 610px;
		padding: 15px;
		vertical-align: top;
	}
	.index_1_slide li.on{
		width: 40%;
		padding: 20px;
		background-color: #EB7905
	}
	.index_1_slide li .index_1_infor{
		display: none;
	}
	.index_1_slide li.on .index_1_infor{
		display: block;
	}
	.index_1_slide li .index_1_bottom{
		width: 20px;
	}
	.index_1_slide li.on .index_1_bottom {
		display: none;
	}
	.index_1_slide li .index_1_img{
		width: 100%;
		height: 400px;
	}
	.index_1_slide li.on .index_1_img{
		display: block;
		width: 100%;
		height: 360px;
		margin-top: 20px;
	}
	.swiper-container{
		padding-top: 120px;
	}
	#simple-content-carousel .carousel-control.right {
		right: -50px;
	}
	#simple-content-carousel .carousel-control.left {
		left: -50px;
	}
	.news_topic h2{
		margin: 0;
		height: 30px;
		line-height: 30px;
		color: #111;
		font-size: 20px;
		overflow: hidden;
	}
	.news_topic{
		height: 87px;
		padding-left: 140px;
		background: url(img/news_topic.jpg) no-repeat top left;
		margin: 60px 0 20px 0;
	}
	.news_topic h1{
		margin: 0;
		height: 57px;
		line-height: 57px;
		color: #FF0000;
		font-size: 42px;
		overflow: hidden;
	}
	.news_topic_img:first-child{ height: auto;}
	.news_topic_img{ height: 200px;}
}

.topic{
	height: 120px;
}
.logo{
	display: block;
	height: 120px;
	line-height: 120px;
	float: left;
}
.logo img{
	vertical-align: middle;
	max-height: 100%;
}
.mlogo{
	padding: 5px;
	font-size: 0;
}
.mlogo img{
	height: 100%;
}
.header_right{
	height: 120px;
	float: right;
}
.header_tel{
	float: right;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	margin-top: 35px;
	background: url(img/header_tel.png) no-repeat center left;
	padding-left: 40px;
}
.header_tel b{
	font-weight: normal;
	font-size: 24px;
}
.header_menu{
	float: right;
	height: 40px;
	margin-top: 40px;
}
.header_menu_inner{
	display: block;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding: 0 25px 0 0;
	width: 110px
}
.header_menu_inner:hover{
	color: #d02626;
}
.header_menu_inner ul{
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.6);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	top: 40px;
	left: -17px;
	z-index: 999;
}
.header_menu_inner:hover ul{
	display: block;
}
.header_menu_inner ul li{
	display: block;
	min-height: 48px;
	line-height: 32px;
	padding: 6px;
	background: #c71b1b;
	border-bottom: 1px solid #fff;
}
.header_menu_inner ul li:hover{
	background: #f44336;
}
.header_menu_inner ul li:last-child{
	border: 0;
}
.header_menu_inner a{
	color: #000;
}
.header_menu_inner ul li a{
	color: #fff;
	font-size: 14px;
}
.header_menu_m {
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 20px;
	color: #333;
}
.header_menu_m2 {
	display: block;
	padding: 10px 10px 10px 40px;
	font-size: 16px;
	color: #333;
}
.header_on{
	background: url(img/headerOn.png) no-repeat center center/auto 100%;
    color: #fff;
    width: 240px;
}
.header_on a{
	color: #fff;
}
.header_on:hover{
	color: #fff;
}


.index_video{
	background: #000;
	font-size: 0;
	position: relative;
}
.videoplay {
    position: absolute;
    z-index: 2;
    width: 72px;
    height: 72px;
    background: url(img/index_video_btn.png) no-repeat center center/100% 100%;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    cursor: pointer;
}

.index_1_box{
	background: #DB6231 url(img/index_slide_bg.png) no-repeat center center;
	min-height: 900px;
	padding: 50px 0 40px 0;
}
.index_1_title{
	text-align: center;
	height: 200px;
}
.index_1_title img{
	max-height: 100%;
}
.index_1_slide{
	width: 95%;
	min-height: 530px;
	margin: 50px auto;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.index_1_slide li{
	background-color: #230707;
	border-right: 1px solid #EB7905;
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.index_1_slide li:last-child{
	border-right: 0;
}
.index_1_slide li .index_1_img{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.index_1_slide li .index_1_bottom{
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.index_1_name{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}
.index_1_name:hover{
	color: #fff;
}
.index_1_intro{
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	height: 66px;
	margin-top: 20px;
	overflow: hidden;
}
.index_1_more{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
	text-align: right;
	margin-top: 20px;
}
.index_1_more:hover{
	color: #fff;
}
.index_1_slide li.on .index_1_img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.index_2_box{
	background: #5183dc url(img/index_2_bg.png) no-repeat center center;
	min-height: 900px;
	padding: 50px 0;
}
.index_title{
	font-size: 30px;
	text-align: center;
}
.index_news{
	font-size: 0;
	margin: 50px auto;
}
.news_inline {
    display: inline-block;
    *display: inline;
	*zoom: 1;
	width: 100%;
    max-width: 370px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	vertical-align: top;
	padding-bottom: 20px;
	background: #fff;
}
.news_inline:hover{
	box-shadow: 0 0 3px 3px #fff;
}
.news_img {
    display: block;
    width: 100%;
    max-width: 370px;
    height: 275px;
    overflow: hidden;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_name {
    display: block;
    color: #333;
    text-align: center;
    padding: 10px 10px 0 10px;
    line-height: 30px;
    height: 40px;
    font-size: 18px;
    overflow: hidden;
	background: #fff;
}
.news_intro {
    height: 100px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
	background: #fff;
	padding: 20px 20px 0 20px;
	text-align: left;
}
/*.news_inline::after{
	display: block;
	content: '';
	width: 100%;
    height: 2px;
    background-color: #eee;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.news_inline:hover::after{
	background-color:#00bcd4;
}*/
.news_inline:nth-child(3n){
	margin-right: 0;
}
.index_more{
	display: block;
	width: 100%;
	max-width:354px;
	height:49px;
	background:#fff;
	margin: 0 auto;
	text-align: center;
	line-height: 49px;
}

.banner{
	display: block;
	font-size: 0;
	margin-bottom: 20px;
}
.banner img{
	width: 100%;
}

.footer{
	background: #4EAA38;
	color: #fff;
}
.footer_logo{
	width: 150px;
}
.footer a{
	color: #fff;
}
.footer_qrcode{
	width: 165px;
	height: 165px;
}
.footer_qrcode img{
	width: 100%;
	height: 100%;
}
.footer_infor{
	padding-top: 20px;
}
.footer_infor p{
	margin-top: 5px;
	margin-bottom: 0;
}


.news_topic_img{
	margin-bottom: 30px;
}
.news_topic_img img{
	width: 100%;
	height: 100%;
}
.news_topic_list{
}

.news_topic_inline a{
	display: block;
	color: #2D2D2D;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news_middle{
	border-bottom: 1px solid #979797;
	padding-bottom: 30px;
}
.news_list_inline{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.news_imgs{
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.news_imgs img{
	width: 100%;
	height: 100%;
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	-o-transition:all 0.3s;
}
.news_list_inline:hover .news_img img{
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1)
}
.news_infor{
	height: 200px;
	position: relative;
}
.news_infor a{
	display: block;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 24px;
	overflow: hidden;
}
.news_infor a:hover{
	color: #1366cc;
}
.news_infor p{
	height: 120px;
	line-height: 24px;
	text-indent: 24px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.news_infor b{
	font-weight: normal;
	display: block;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.main{
	margin-top: 40px;
	margin-bottom: 40px;
}
.main_left{
	float: left;
	padding-top: 15px;
}
.main_right{
	float: right;
}
.main_right .index_3{ margin-top: 0;}
.main_title{
	height: 80px;
	padding: 0 10px;
	color: #fff;
	background: #362b5a;
	font-size: 24px;
	line-height: 80px;
}
.main_left ul{
	background: #fff;
	padding-bottom: 15px;
}

.page{
	text-align: center;
}

.newslead{
	margin-bottom: 15px;
}
.article{
	background: #fff;
	padding: 15px;
	max-width: 1200px;
	margin: 0 auto 20px auto;
}
.article_title{
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
}
.article_info{
	font-size: 12px;
	color: #6E6E6E;
	text-align: center;
	border-top: 1px solid #979797;
	max-width: 750px;
	padding-top: 10px;
	margin: 10px auto;
}
.article_content{
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}


.news_inner2{
	padding: 15px;
}
.news_inner2 a{
	display: block;
	background: #fff;
	margin-bottom: 15px;
}

.contact_title{
	text-align: center;
	padding: 60px 0;
	border-top: 1px solid #eee;
	font-size: 24px;
}
.contact_infor{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
.contact_infor_topic{
	text-align: center;
	font-size: 0;
}
.contact_infor_topic input{
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	padding: 0 30px;
	border: none;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
}
.contact_infor_topic input:hover{
	box-shadow: 0px 0px 5px 1px #5183dc;
}
.contact_infor_middle{
	max-width: 1000px;
	margin: 20px auto;
}
.contact_infor_middle input{
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	padding: 0 30px;
	border: none;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
}
.contact_infor_middle input:hover{
	box-shadow: 0px 0px 5px 1px #5183dc;
}
.contact_infor_bottom{
	max-width: 1000px;
	margin: 20px auto;
}
.contact_infor_bottom textarea{
	width: 100%;
	height: 200px;
	background: #f5f5f5;
	padding: 30px;
	border: none;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
	resize: none;
}
.contact_infor_bottom textarea:hover{
	box-shadow: 0px 0px 5px 1px #5183dc;
}
.contact_btn{
	background: #0059ec;
	color: #fff;
	display: block;
	width: 260px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	margin: 0 auto;
	border: none;
}
.contact_list{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.contact_list_inline{
}
.contact_list_title{
	border-left: 5px solid #989898;
	height: 20px;
	padding-left: 10px;
	line-height: 20px;
	font-size: 18px;
}
.contact_list_inline ul{
	margin: 30px 0 30px 25px;
}
.contact_list_inline ul li{
	font-size: 14px;
	line-height: 24px;
	padding-left: 32px;
}

.leader{
	margin-top: 30px;
}

.about_intro{
	width: 100%;
	background: url(img/about_intro_bg.png) no-repeat center center/cover;
	min-height: 600px;
}
.about_article{
	padding: 15px;
	max-width: 1200px;
	margin: 0 auto;
}
.about_title{
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
}

.newskind{
	padding-bottom: 50px;
}
.newskind_inline {
	margin-top: 50px;
}
.newskind_title{
	font-size: 24px;
	padding-right: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
}
.newskind_title a{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
}
.newskind_list a{
	position: relative;
	padding-left: 10px;
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #676767;
}
.newskind_list a::after{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #676767;
	position: absolute;
	top: 14px;
	left: 2px;
}

.about_companys{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.about_companys_inner{
	background: #fff;
	padding: 20px;
}
.about_companys_inner img{
	width: 100%;
	height: auto;
}
.about_companys_inner b{
	display: block;
	font-size: 22px;
	padding: 5px 0;
	font-weight: normal;
}
.about_companys_inner p{
	display: block;
	font-size: 18px;
	padding: 5px 0;
	font-weight: normal;
}

.case_detail{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.case_detail_box{
	width: 100%;
	background: rgba(0,0,0,0.6);
	position: relative;
}
.case_detail_inner{
	position: relative;
}
.case_detail_title{
	line-height: 70px;
	overflow: hidden;
	color: #fff;
	font-size: 36px;
}
.case_detail_intro{
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
}
.case_detail_video{
	display: block;
	font-size: 0;
}
.case_detail_video video{
	width: 100%;
	height: 100%;
}
/*.case_detail_video::before{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	content: '';
	width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
	border-color: transparent #fff transparent transparent;
	margin: -6px 8px 0 -6px;
}*/
.case_detail_bottom{
	background: rgba(0,0,0,0.6);
}

.case_list{
	font-size: 0;
	margin-top: 20px;
}
.case_list .case_inline{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	max-width: 363px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.case_list .case_inline:nth-child(3n){
	margin-right: 0;
}
.case_list .case_inline::after{
	display: block;
	content: '';
	width: 20px;
    height: 2px;
    background-color: #eee;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.case_list .case_inline:hover::after{
	width:100%;
	background-color:#e61825;
}

.case_list .business_inline::after{
	display: none;
}
.case_list .business_inline img{
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	-o-transition:all 0.3s;
}
.case_list .business_inline:hover img{
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1)
}
.case_list .business_inline:hover .case_name{
	color: #da261e;
}
.case_img{
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.case_img img{
	width: 450px;
	height: 240px;
}
.case_name{
	display: block;
	color: #333;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	overflow: hidden;
	margin-top: 10px;
}
.case_intro{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
	overflow: hidden;
}

/* 2019.06.03 */
.swiper-container {
    width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	background: #000;
}
.header_case{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 222;
}
.swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
}
.con_box{
	float: left;
	width: 100%;
	max-width: 600px;
	background: rgba(255,255,255,0.6);
	padding: 25px;
	margin-top: 50px;
}
.con_title{
	font-size: 24px;
	margin-bottom: 20px;
}
.swiper-wrapper .swiper-slide:nth-child(2n) .con .con_box{
	float: right;
}
.con_intro{
	max-height: 100px;
	line-height: 25px;
	font-size: 16px;
	color: #767676;
	overflow: hidden;
}
.con_more{
	display: block;
	margin-top: 20px;
}

/* 2019.06.05 */
#simple-content-carousel a.carousel-control.left, #simple-content-carousel a.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-align: center;
}
 .carousel-control {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    font-size: 30px;
    text-align: center;
    opacity: 1;
    background: none !important;
}

.years {
	margin-top: 50px;
	margin-bottom: 50px;
}
.years_box{}
.years_inner{
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 5px 25px 25px 25px;
	position: relative;
	margin: 0 0 0 2px;
}
.years_inner::after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #979797;
	position: absolute;
	bottom: -3px;
	left: -3px;
}
#simple-content-carousel .col-xs-3{
	padding: 0;
}
.years_num{
	padding: 10px 0 10px 25px;
	font-size: 24px;
}
.years_inner_intro{
	line-height: 24px;
	font-size: 16px;
	height: 320px;
}
.years_inner_img{
	width: 240px;
	height: 240px;
}

.year_title{
	width: 100%;
	max-width: 1170px;
	margin: 30px auto 0 auto;
	padding: 0 10px;
	font-size: 50px;
}
.year_title2{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 30px auto;
	padding: 0 10px;
	font-size: 18px;
}

.about_companys_inline{
	margin-bottom: 20px;
}

/* 2019.06.10 */
.news_topic_intro{
	margin-top: 10px;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
	color: #767676;
}
.news_topic_inline{
	height: 160px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.news_topic_inline:last-child{
	border: 0;
	margin: 0;
}
.news_topic_img p{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
	color: #333;
}
.newskind_big p{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
	color: #333;
}

.index_topic{
	display: block;
}