@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .flexslider{ 
	position: relative; 
	width: 100%;
	overflow: hidden; 
	background: url(../images/loading.gif) 50% no-repeat;
}
.in-banner .flexslider > div{
	width: 100%;
	overflow: hidden;
}
.in-banner .slides{
	width: 100%;
	position: relative; 
	z-index: 1;
}
.in-banner .slides img{
	width: 100%;
	display: block;
}
.in-banner .flex-control-nav{
	height: 40px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:80px; 
	z-index: 2;
	text-align: center;
}
.in-banner .flex-control-nav li{
	width: 1px; 
	height: 40px; 
	display: 
	inline-block;
	margin: 0 10px; 
	*display: inline; 
	zoom: 1;
}
.in-banner .flex-control-nav a{ 
	display: inline-block; 
	width: 1px; 
	height: 20px; 
	text-indent:200em;
	overflow: hidden; 
	background: #ffffff; 
	cursor: pointer;
	opacity: 1;
}
.in-banner .flex-control-nav .flex-active{
	height: 40px;
}
.in-banner .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	height: 66px;
	top:50%;
	transform: translateY(-50%);
}
.in-banner .flex-direction-nav li a{
	display:block;
	width:30px;
	height:58px; 
	text-indent:200em;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.in-banner .flex-direction-nav li a.flex-prev{
	left:2%;
	background:url(../images/banner_left.png) center center no-repeat;
	background-size: cover;
	opacity: .8;
}
.in-banner .flex-direction-nav li a.flex-next{
	right:2%;
	background:url(../images/banner_right.png) center center no-repeat;
	background-size: cover;
	opacity: .8;
}

/* 关于 */
.in-about{
	width: 100%;
    position: relative;
    z-index: 1;
}
.in-about .search-box{
	margin-top: -35px;
	height: 115px;
}
.in-about .search-box > ul{
	display: flex;
}
.in-about .search-box > ul > li{
	flex: 1;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-about .search-box > ul > li:nth-child(1){
	background: #132a88;
	flex-direction: column;
}
.in-about .search-box > ul > li:nth-child(2){
	background: #044ea7;
}
.in-about .search-box > ul > li:nth-child(2) form{
	border: 1px #fff solid;
	width: 90%;
	height: 42px;
	border-radius: 20px;
}
.in-about .search-box > ul > li:nth-child(2) input, 
.in-about .search-box > ul > li:nth-child(2) button{
	background: none;
	border: none;
	outline: none;
}
.in-about .search-box > ul > li:nth-child(2) button{
	width: 36px;
	text-align: center;
	line-height: 42px;
	margin-right:10px;
	color: #fff;
	cursor: pointer;
}
.in-about .search-box > ul > li:nth-child(2) input{
	width: 80%;
	width: calc(100% - 66px);
	margin-left: 20px;
	height: 42px;
	line-height: 42px;
	color: #fff;
}
.in-about .search-box > ul > li:nth-child(2) input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.in-about .search-box > ul > li:nth-child(2) input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.in-about .search-box > ul > li:nth-child(2) input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}   
.in-about .search-box > ul > li:nth-child(3){
	background: #008fd7;
}
.in-about .search-box > ul > li:nth-child(3) img{
	display: block;
	margin-right: 20px;
}
.in-about .mainbox{
    background: url('../images/in-bg1.jpg') no-repeat center top;
    background-size: cover;
    margin-top: -80px;
    padding-top: 160px;
}
.in-about .about-box{
	display: flex;
	align-items: stretch;
}
.in-about .about-box .about-left{
	width: 44%;
	background: #000;
}
.in-about .about-box .about-left .imgbox, .in-about .about-box .about-left video{
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
}
.in-about .about-box .about-left .imgbox{
	background: url('../images/in-img1.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
.in-about .about-box .about-left .imgbox img{
	position: absolute;
	display: block;
	top: 20px;
	left: 20px;
}
.in-about .about-box .about-right{
	width: 52%;
	margin-left: 4%;
}
.in-about .about-box .about-right .about-title{
	height: 76px;
	line-height: 76px;
	position: relative;
}
.in-about .about-box .about-right .about-title:after{
	content: "";
	height: 2px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #cf1107;
}
.in-about .about-box .about-right .about-title span:first-child{
	font-weight: bolder;
	font-size: 28px;
	color: #132a88;
}
.in-about .about-box .about-right .about-content{
	margin-top: 30px;
	overflow: hidden;
}
.in-about .about-box .about-right .about-advantage{
	margin: 60px 0;
	overflow: hidden;
}
.in-about .about-box .about-right .about-advantage li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.in-about .about-box .about-right .about-advantage li:last-child{
	margin-right: 0;
}
.in-about .about-box .about-right .about-advantage li .icon{
	width: 64px;
	height: 64px;
	border: 1px #cdcdcd solid;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.in-about .about-box .about-right .about-more{
	width: 148px;
	height: 36px;
	border-radius: 18px;
	display: block;
	border: 1px #cf1107 solid;
	color: #cf1107;
	text-align: center;
	line-height: 36px;
}
.in-about .about-box .about-right .about-more:hover{
	background: #cf1107;
	color: #fff;
}
.in-about .menu-box{
	height: 114px;
	border: 1px #ededed solid;
	background: #fff;
}
.in-about .menu-box li{
	width: 25%;
	border-right: 1px #ededed solid;
	float: left;
	box-sizing: border-box;
}
.in-about .menu-box li:last-child{
	border-right: none;
}
.in-about .menu-box a{
	height: 114px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.in-about .menu-box .icon{
	width: 60px;
	height: 66px;
	display: block;
	margin-right: 20px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .menu-box .icon1{
	background: url('../images/in-img6.png') no-repeat center;
}
.in-about .menu-box a:hover .icon1{
	background: url('../images/in-img66.png') no-repeat center;
}
.in-about .menu-box .icon2{
	background: url('../images/in-img7.png') no-repeat center;
}
.in-about .menu-box a:hover .icon2{
	background: url('../images/in-img77.png') no-repeat center;
}
.in-about .menu-box .icon3{
	background: url('../images/in-img8.png') no-repeat center;
}
.in-about .menu-box a:hover .icon3{
	background: url('../images/in-img88.png') no-repeat center;
}
.in-about .menu-box .icon4{
	background: url('../images/in-img9.png') no-repeat center;
}
.in-about .menu-box a:hover .icon4{
	background: url('../images/in-img99.png') no-repeat center;
}
.in-about .menu-box h1{
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .menu-box h2{
	font-size: 12px;
	color: #999;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .menu-box a:hover{
	background: #132a87;
}
.in-about .menu-box a:hover h1{
	color: #fff;
}
.in-about .menu-box a:hover h2{
	color: rgba(255, 255, 255, .6);
}

/* 产品*/
.in-products{
	width: 100%;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.in-products .products-left{
	width: 47%;
	background: url('../images/in-bg4.jpg') no-repeat center top;
	background-size: cover;
	padding-left: 3%;
	overflow: hidden;
}
.in-products .products-left .box1{
	padding: 80px;
	height: 80%;
	height: calc(100% - 306px);
	background: #fff;
	overflow: hidden;
}
.in-products .products-left .box1 .tit{
	height: 70px;
	position: relative;
}
.in-products .products-left .box1 .tit h1{
	color: #132a88;
	font-weight: bolder;
	text-transform: uppercase;
}
.in-products .products-left .box1 .tit:after{
	content: "";
	width: 72px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #cf1107;
}
.in-products .products-left .box1 .con{
	padding: 50px 0 38px 0;
	overflow: hidden;
}
.in-products .products-left .box1 .list li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 12px;
}
.in-products .products-left .box1 .list li:nth-child(3n){
	margin-right: 0;
}
.in-products .products-left .box1 .list a{
	background: #f2f2f2;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-products .products-left .box1 .list img{
	display: block;
	-webkit-filter: invert(40%);
   -moz-filter: invert(40%);
   -ms-filter: invert(40%);
   -o-filter: invert(40%);
    filter: invert(40%);
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .products-left .box1 .list a:hover{
	background: #132a88;
	color: #fff;
}
.in-products .products-left .box1 .list a:hover img{
	-webkit-filter: invert(0);
   -moz-filter: invert(0);
   -ms-filter: invert(0);
   -o-filter: invert(0);
    filter: none;
}
.in-products .products-left .box2{
	height: 146px;
	display: flex;
	justify-content: center;
	color: #fff;
	flex-direction: column;
	overflow: hidden;
}
.in-products .products-left .box2 h1{
	font-weight: bolder;
}
.in-products .products-right{
	width: 50%;
	overflow: hidden;
}
.in-products .products-right .box1{
	height: 80%;
	height: calc(100% - 146px);
	overflow: hidden;
}
.in-products .products-right .box1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-products .products-right .box2{
	height: 145px;
	border-bottom: 1px #eee solid;
	padding-right: 3%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}
.in-products .products-right .box2 a{
	width: 228px;
	height: 56px;
	background: #cf1107;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 56px;
}
.in-products .products-right .box2 a:hover{
	background: #112578;
}

/* 厂房 */
.in-equipment{
	width: 100%;
	background: url('../images/in-bg3.jpg') no-repeat center top;
	background-size: cover;
	margin-top: -146px;
	padding-top: 194px;
	padding-bottom: 80px;
	overflow: hidden;
}
.in-equipment li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 32px;
	border: 1px #eeeeee solid;
	cursor: pointer;
	padding: 4px;
	box-sizing: border-box;
	background: #fff;
}
.in-equipment li:nth-child(3n){
	margin-right: 0;
}
.in-equipment li a{
    display: block;
    position: relative;
}
.in-equipment li img{
	width: 100%;
	display: block;
}
.in-equipment li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(19, 42, 136, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-equipment li .mask i{
	font-size: 30px;
}
.in-equipment li a:hover .mask{
    opacity: 1;
}

/* 网络 */
.in-network{
	background: #132a88;
}
.in-network .map-box{
	text-align: center;
}
.in-network .map-box img{
	margin: 0 auto;
	display: block;
}
.in-network .company-box ul{
	display: flex;
}
.in-network .company-box li{
	width: 32%;
	margin-right: 2%;
	background: #005fc1;
	height: 114px;
	padding: 25px;
	box-sizing: border-box;
}
.in-network .company-box li:last-child{
	margin-right: 0;
}
.in-network .company-box .icon{
	width: 55px;
	height: 64px;
	border-right: 1px #fff solid;
	padding-right: 25px;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}
.in-network .company-box .word{
	float: left;
	color: #Fff;
	height: 64px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.in-network .company-box .word h1{
    font-weight: bolder;
    position: relative;
    height: 50px;
}
.in-network .company-box .word h1 span:first-child{
	font-size: 60px;
	line-height: 50px;
}
.in-network .company-box .word h1 span:last-child{
	font-size: 24px;
	position: absolute;
	top: 0;
}

/* 新闻 */
.in-news{
	width: 100%;
	background: url('../images/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-news .news-title{

}
.in-news .news-title h1{
	color: #12277f;
	font-weight: bolder;
	text-transform: uppercase;
}
.in-news .news-content .swiper-slide{
	padding: 5px;
	box-sizing: border-box;
}
.in-news .news-content .swiper-slide a{
	display: block;
    background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.in-news .news-content .image{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.in-news .news-content .image img{
	width: 100%;
	display: block;
}
.in-news .news-content .word{
	padding: 20px;
}
.in-news .news-content .word h1{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .news-content .word h2{
	margin: 20px 0 40px 0;
	height: 48px;
	color: #999;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .news-content .word h3{
	color: #999;
}
.in-news .swiper-button-box{
	height: 48px;
	margin-top: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-news .swiper-button-box .swiper-button-prev,
.in-news .swiper-button-box .swiper-button-next{
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	border: 1px #e5e5e5 solid;
	position: static;
	margin: 0;
	padding: 0;
	outline: none;
}
.in-news .swiper-button-box .swiper-button-prev:after,
.in-news .swiper-button-box .swiper-button-next:after{
	display: none;
}
.in-news .swiper-button-box .swiper-button-prev i,
.in-news .swiper-button-box .swiper-button-next i{
	text-align:center;
	line-height: 46px;
	color: #999;
	font-size: 18px;
}
.in-news .swiper-button-box .swiper-button-prev:hover,
.in-news .swiper-button-box .swiper-button-next:hover{
	background: #12277f;
	color: #fff;
}
.in-news .swiper-button-box .swiper-button-prev:hover i,
.in-news .swiper-button-box .swiper-button-next:hover i{
	color: #fff;
}
.in-news .swiper-button-box .swiper-button-more{
	width: 186px;
	height: 46px;
	border-radius: 23px;
	border: 1px #e5e5e5 solid;
	margin: 0 30px;
	background: #fff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .swiper-button-box .swiper-button-more a{
	display: block;
}
.in-news .swiper-button-box .swiper-button-more .icon{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f8f8f8;
	float: left;
	line-height: 46px;
	text-align: center;
}
.in-news .swiper-button-box .swiper-button-more .text{
	width: 130px;
	float: left;
	line-height: 46px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .swiper-button-box .swiper-button-more:hover{
	background: #12277f;
	color: #fff;
}
.in-news .swiper-button-box .swiper-button-more:hover .text{
	color: #fff;
}