@charset "utf-8";
.in_banner{
	width: 100%;
	height: 600px;
	position: relative;
}
.in_banner ul{
	display: block;
	width: 100%;
	height: 600px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.in_banner ul li{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}
.in_banner ul li.active{
	z-index: 2;
}
.in_banner ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in_banner .btn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	display: none;
	text-align: center;
	background: rgba(185,22,28,0.5);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
}
.in_banner:hover .btn{
	display: block;
}
.in_banner .btn img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.in_banner .fl{
	left: 5%;
}
.in_banner .fr{
	right: 5%;
}
.in_brief_box{
	position: relative;
}
.in_brief_box .span_h1 {
	color: #3B516A;
	font-size: 15px!important;
	font-weight: bold;
}

.in_brief{
	width: 1183px;
	height: 119px;
	background: #FFFFFF;
	position: absolute;
	top: -50px;
	left: 8px;
	z-index: 3;
	box-shadow: 0 0 10px 0 #A3A3A3;
}
.in_brief ul li{
	display: block;
	width: 25%;
	height: 100%;
	float: left;
}
.in_brief ul li .fl{
	float: left;
	line-height: 119px;
	margin-left: 40px;
}
.in_brief ul li .fl img{
	height: 74px;
	vertical-align: middle;
}
.in_brief ul li .fr{
	display: table;
	height: 119px;
}
.in_brief ul li .content{
	display: table-cell;
	vertical-align: middle;
}
.in_brief ul li .content h1{
	font-size: 15px;
	color: #3B516A;
}
.in_brief ul li .content p{
	color: #999999;
}
.index_content_box{
	background: #FFFFFF;
	padding-top: 100px;
}
.in_info_box{
	padding: 0px;
}
.in_info_box .span_h1 {
	display: block;
	font-size: 16px;
    text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.in_info_box ul li{
	display: block;
	width: 200px;
	padding: 20px;
	background: #FFFFFF;
	height: 300px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.in_info_box .dot{
	display: block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	margin: 0 auto 10px;
}
.in_info_box .dot1{
	background-image: url(../img/in_info1.png);
}
.in_info_box .dot2{
	background-image: url(../img/in_info2.png);
}
.in_info_box .dot3{
	background-image: url(../img/in_info3.png);
}
.in_info_box .dot4{
	background-image: url(../img/in_info4.png);
}
.in_info_box .dot5{
	background-image: url(../img/in_info5.png);
}
.in_info_box h1{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.in_info_box ul li:hover{
	box-shadow: 0 0 10px 0 #A3A3A3;
	position: relative;
	z-index: 2;
}
.in_info_box ul li:hover .dot1{
	background-image: url(../img/in_info1a.png);
}
.in_info_box ul li:hover .dot2{
	background-image: url(../img/in_info2a.png);
}
.in_info_box ul li:hover .dot3{
	background-image: url(../img/in_info3a.png);
}
.in_info_box ul li:hover .dot4{
	background-image: url(../img/in_info4a.png);
}
.in_info_box ul li:hover .dot5{
	background-image: url(../img/in_info5a.png);
}
.in_info_box ul li .left,.in_info_box ul li .right{
	display: block;
	width: 2px;
	height: 100%;
	background: #B9161C;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: -webkit-linear-gradient(#B9161C, #4AA6FB); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#B9161C, #4AA6FB); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#B9161C, #4AA6FB); /* Firefox 3.6 - 15 */
	background: linear-gradient(#B9161C, #4AA6FB); /* 标准的语法 */
}
.in_info_box ul li .top,.in_info_box ul li .bottom{
	display: block;
	width: 100%;
	height: 2px;
	background: #B9161C;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: -webkit-linear-gradient(left, #B9161C , #4AA6FB); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #B9161C, #4AA6FB); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #B9161C, #4AA6FB); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #B9161C , #4AA6FB); /* 标准的语法 */
}
.in_info_box ul li .left{
	top: 100%;
	left: 0;
}
.in_info_box ul li .right{
	top: -100%;
	right: 0;
}
.in_info_box ul li .top{
	left: -100%;
	top: 0;
}
.in_info_box ul li .bottom{
	left: 100%;
	bottom: 0;
}
.in_info_box ul li:hover .left{
	top: 0;
}
.in_info_box ul li:hover .right{
	top: 0;
}
.in_info_box ul li:hover .top{
	left: 0;
}
.in_info_box ul li:hover .bottom{
	left: 0;
}

.in_play_box{
	margin-top: 50px;
	margin-bottom: 20px;
}
.in_play_box .span_h1 {
	display: block;
	font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.in_play_box .title{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
.in_play_tabar{
	padding: 0 20px;
}
.in_play_tabar li{
	display: block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
}
.in_play_tabar li i{
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.in_play_tabar li .dot1{
	background-image: url(../img/in_play1.png);
}
.in_play_tabar li .dot2{
	background-image: url(../img/in_play2.png);
}
.in_play_tabar li .dot3{
	background-image: url(../img/in_play3.png);
}
.in_play_tabar li .dot4{
	background-image: url(../img/in_play4.png);
}
.in_play_tabar li span{
	font-size: 16px;
}
.in_play_tabar li.active::after{
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #4A85F8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.in_play_tabar li.active .dot1{
	background-image: url(../img/in_play1a.png);
}
.in_play_tabar li.active .dot2{
	background-image: url(../img/in_play2a.png);
}
.in_play_tabar li.active .dot3{
	background-image: url(../img/in_play3a.png);
}
.in_play_tabar li.active .dot4{
	background-image: url(../img/in_play4a.png);
}
.in_play_tabar li.active span{
	color: #4A85F8;
}
.in_play_list{
	padding: 20px;
}
.in_play_list .in_play_list_h1 {
	display: block;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    font-size: 16px!important;
    font-weight: normal;
}
.in_play_list .in_play_list_h1::after {
	display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #4A85F8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.in_play_list .box{
	width: 1160px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.in_play_list .box .content{
	width: 9999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.in_play_list dl{
	display: block;
	width: 1160px;
	height: 100%;
	float: left;
}
.in_play_list dt{
	display: block;
	width: 400px;
	float: left;
	height: 100%;
}
.in_play_list dt h1{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
}
.in_play_list dt h1::after{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #4A85F8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.in_play_list dt .msg{
	width: 300px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #999999;
}
.in_play_list dt .view{
	display: block;
	width: 126px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #4A85F8;
	color: #4A85F8;
}
.in_play_list dd{
	display: block;
	width: 760px;
	float: left;
}
.in_play_list ul li{
	display: block;
	width: 33%;
	margin-bottom: 20px;
	float: left;
}
.in_play_list ul li img{
	display: block;
	height: 50px;
	margin: 0 auto 10px;
}
.in_play_list ul li h2{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999999;
}
.in_play_list ul li .bom{
	margin-top: 20px;
	padding: 0 10px;
}
.in_play_list ul li .bom a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #999999;
	color: #999999;
	margin: 0 auto;
}
.in_play_list ul li .bom a:hover{
	border-color: #4A85F8;
	color: #4A85F8;
}
.in_case{
	margin-top: 20px;
}
.in_case .in_case_h1 {
	display: block;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.in_case .title{
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}
.in_case ul li{
	display: block;
	width: 263px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #F5F5F5;
}
.in_case ul li .pic{
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.in_case ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.in_case ul li h1{
	display: block;
	line-height: 40px;
	text-align: center;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.in_case ul li:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.in_case ul li h1:hover{
	color: #B9161C;
}
.in_liucheng{
	margin-top: 100px;
}
.in_liucheng .in_liucheng_h1 {
	display: block;
	font-size: 28px;
    font-weight: normal;
    margin-bottom: 50px;
    text-align: center;
}
.in_liucheng .title{
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}
.in_liucheng .content{
	width: 100%;
	height: 350px;
	background: url(../img/liucheng_con.png) no-repeat center;
	background-size: 100% auto;
	position: relative;
}
.in_article{
	margin-top: 50px;
	padding-left: 100px;
	margin-bottom: 50px;
}
.in_article .in_article_h1 {
	display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in_article .ul_h1 {
	font-size: 14px;
    font-weight: normal;
    display: block;
    width: 235px;
    line-height: 36px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}
.in_article dl{
	display: block;
	width: 315px;
	margin-right: 20px;
	float: left;
}
.in_article dl dt{
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.in_article dl dt::after{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #4A85F8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.in_article dl dd{
	display: block;
	width: 100%;
}
.in_article .hot{
	background: #FFFFFF;
	margin-bottom: 20px;
}
.in_article .hot .pic{
	width: 100%;
	height: 138px;
	overflow: hidden;
}
.in_article .hot .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
			transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.in_article .hot:hover .pic img{
	opacity: 0.6;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		 -o-transform: scale(1.3);
			transform: scale(1.3);
			transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.in_article .hot h1{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.in_article .hot h1:hover{
	color: #B9161C;
}
.in_article li{
	display: block;
	width: 100%;
	height: 36px;
}
.in_article li a{
	display: block;
	width: 100%;
	height: 100%;
}
.in_article li a h1{
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: 235px;
	line-height: 36px;
	float: left;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.in_article li a span{
	font-size: 12px;
	line-height: 36px;
	display: block;
	width: 80px;
	text-align: right;
	float: right;
	color: #999999;
}
.in_article li a:hover h1{
	color: #B9161C;
	text-decoration: underline;
}
.in_article .more{
	display: block;
	margin-top: 20px;
	color: #999999;
	padding-left: 20px;
}
.in_article .more:hover{
	color: #4A85F8;
	text-decoration: underline;
}
.m_footer_bom{
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-top: 80px;
	border-top: 1px solid #7E8690;
	text-align: center;
	color: #FFFFFF;
}

