
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .flexslider{ 
	position: relative; 
	width: 100%;
	overflow: hidden; 
	background: url(../image/loading.gif) 50% no-repeat;
}
.in-banner .flexslider > div{
	width: 100%;
	overflow: hidden;
}
.in-banner .slides{
	width: 100%;
	/*height: 828px;*/
	position: relative; 
	z-index: 1;
}
.in-banner .slides li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-banner .slides li img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-banner .flex-control-nav{
	height: 16px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:28px; 
	z-index: 2;
	text-align: center;
}
.in-banner .flex-control-nav li{
	width: 16px; 
	height: 16px; 
	display: 
	inline-block;
	margin: 0 8px; 
	*display: inline; 
	zoom: 1;
}
.in-banner .flex-control-nav a{ 
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	border: 1px #fff solid;
	text-indent:200em;
	overflow: hidden; 
	cursor: pointer;
	opacity: 1;
	position: relative;
}
.in-banner .flex-control-nav a:after{
	content: "";
	width: 14px;
	height: 14px;
	background: #ffffff; 
	position: absolute;
	left: 0;
	top: 0;
}
.in-banner .flex-control-nav .flex-active{
	border-color: #0348b2;
}
.in-banner .flex-control-nav .flex-active:after{
    width: 12px;
    height: 12px;
    margin: 1px;
	background: #0348b2;
}
.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(../image/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(../image/banner_right.png) center center no-repeat;
	background-size: cover;
	opacity: .8;
}

/* 标题 */
.in-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-title h1{
	font-size: 36px;
	font-weight: bolder;
	line-height: 36px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-title.white h1{
	color: #fff;
}
.in-title h1 .line{
	width: 200px;
	height: 16px;
}
.in-title h1 .lineL{
	margin-right: 26px;
	background: url('../image/title-left1.png') no-repeat center right;
}
.in-title.white h1 .lineL{
	background: url('../image/title-left2.png') no-repeat center right;
}
.in-title h1 .lineR{
	margin-left: 26px;
	background: url('../image/title-right1.png') no-repeat center left;
}
.in-title.white h1 .lineR{
	background: url('../image/title-right2.png') no-repeat center left;
}
.in-title h2{
	color: #5e5e5e;
	margin-top: 20px;
}
.in-title.white h2{
	color: #fff;
}

/* 更多 */
.in-more{
	width: 196px;
	height: 48px;
	color: #fff;
	display: block;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	background: #0348b2;
	font-size: 16px;
}
.in-more:hover{
	background: #fe9207;
	color: #fff;
}

/* 搜索 */
.in-search{
	border-bottom: 2px #e7e7e7 solid;
	height: 64px;
}
.in-search > div{
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-search form{
	width: 212px;
	height: 28px;
	border: 1px #cccccc solid;
	border-radius: 14px;
	padding: 0 15px;
	overflow: hidden;
}
.in-search input, .in-search button{
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
	background: none;
}
.in-search input{
	width: 190px;
	float: left;
}
.in-search button{
	float: right;
	cursor: pointer;
}

/* 产品 */
.in-products{
	width: 100%;
	padding: 70px 0;
	background: url('../image/in-bg6.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-products .con{
	margin-top: 50px;
}
.in-products .con .hd{
	height: 42px;
	border-bottom: 3px #0348b2 solid;
	overflow: hidden;
}
.in-products .con .hd li{
	float: left;
	line-height: 45px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products .con .hd a{
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.in-products .con .hd li .title{
	width: 154px;
	background: #0348b2;
	float: left;
}
.in-products .con .hd li:first-child .title{
	padding-left: 20px;
}
.in-products .con .hd li.on .title{
	background: #fe9207;
}
.in-products .con .hd li .arrow{
	width: 43px;
	height: 42px;
	float: left;
	background: url('../image/type-bg1.png') no-repeat center;
}
.in-products .con .hd li:last-child .arrow{
	width: 36px;
	background: url('../image/type-bg4.png') no-repeat center;
}
.in-products .con .hd li.on .arrow{
	background: url('../image/type-bg2.png') no-repeat center;
}
.in-products .con .hd li .arrow.on{
	background: url('../image/type-bg3.png') no-repeat center;
}
.in-products .con .hd li:last-child.on .arrow,
.in-products .con .hd li:last-child .arrow.on{
	background: url('../image/type-bg5.png') no-repeat center;
}
.in-products .con .bd{
	margin-top: 26px;
	overflow: hidden;
}
.in-products .con .bd .libox{
	display: none;
	overflow: hidden;
}
.in-products .con .bd .libox.on{
	display: block;
}
.in-products .con .bd .listbox{
	overflow: hidden;
}
.in-products .con .bd .listbox li{
	width: 23.5%;
	margin-right: 2%;
	margin-top: 24px;
	float: left;
}
.in-products .con .bd .listbox li:nth-child(4n){
	margin-right: 0;
}
.in-products .con .bd .listbox a{
	display: block;
	border: 1px #d0cfd0 solid;
	background: #fff;
}
.in-products .con .bd .listbox a:hover{
	border-color: #0348b2;
	background: #0348b2;
	color: #fff;
}
.in-products .con .bd .listbox .pic{
	width: 100%;
	height: 0;
	padding-bottom:100%;
	position: relative;
}
.in-products .con .bd .listbox .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.in-products .con .bd .listbox .pic .box img{
	width: 100%;
	height: 100%;
	display: block;
	/* object-fit: cover; */
}
.in-products .con .bd .listbox .title{
	text-align: center;
	height: 49px;
	line-height: 49px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 优势 */
.in-advantage{
	width: 100%;
	padding: 70px 0 140px 0;
	background: url('../image/in-bg5.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-advantage .con{
	margin-top: 50px;
}
.in-advantage .con li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
.in-advantage .con li:last-child{
	margin-right: 0;
}
.in-advantage .con .box1{
	width: 196px;
	height: 54px;
	background: #2e74b2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	position: relative;
	z-index: 2;
}
.in-advantage .con .box2{
	width: 100%;
	background: #fff;
	margin-top: -27px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-advantage .con .box1 span{
	display: block;
	height: 20px;
}
.in-advantage .con .box1 span:first-child{
	font-weight: bolder;
	font-style: italic;
	border-right: 1px #fff solid;
	padding-right: 20px;
	margin-right: 20px;
}
.in-advantage .con .box2 .picture{
	width: 100%;
	overflow: hidden;
}
.in-advantage .con .box2 .picture img{
	width: 100%;
	display: block;
}
.in-advantage .con .box2 .word{
	padding: 10px;
	text-align: center;
}
.in-advantage .con .box2 .word h1{
	color: #fe9207;
	font-size: 20px;
	font-weight: bolder;
	margin-top: 6px;
	margin-bottom: 10px;
}

/* 关于 */
@font-face {
    font-family: 'impact';
    src: url('../font/impact.eot');
    src: url('../font/impact.eot') format('embedded-opentype'),
         url('../font/impact.woff') format('woff'),
         url('../font/impact.ttf') format('truetype'),
         url('http://www.tzrlgm.com/templates/specialty/fonts/impact.svg') format('svg');
}
.in-about{
	width: 100%;
	position: relative;
	margin-top: -70px;
	overflow: hidden;
}
.in-about .box1{
	background: #fff;
	height: 140px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
}
.in-about .box1 ul{
	width: 100%;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-about .box1 li{
	width: 25%;
    height: 89px;
    border-right: 1px #848484 dashed;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-about .box1 li:last-child{
	border-right: none;
}
.in-about .box1 li > div{
	height: 89px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-about .box1 li .left{
	margin-right: 20px;
}
.in-about .box1 h1{
	font-size: 20px;
	font-weight: bolder;
	color: #2b2b2b;
}
.in-about .box1 h2{
	font-size: 18px;
	color: #666;
	margin-top: 6px;
}
.in-about .box2{
	padding: 140px 0 70px 0;
	margin-top: -70px;
	background: url('../image/in-bg4.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-about .box2 .con{
	margin-top: 50px;
}
.in-about .box2 .con .left{
	width: 548px;
	overflow: hidden;
}
.in-about .box2 .con .left .title, 
.in-about .box2 .con .left .number,
.in-about .box2 .con .left .content,
.in-about .box2 .con .left .more{
	width: 100%;
	overflow: hidden;
}
.in-about .box2 .con .left .title .div1{
	display: flex;
	justify-content: space-between;
}
.in-about .box2 .con .left .title .div1 > div{
	height: 70px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-about .box2 .con .left .title .div1 .lt{
	height: 70px;
	position: relative;
}
.in-about .box2 .con .left .title .div1 .lt .word1{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 72px;
	line-height: 60px;
	font-weight: bolder;
	color: #eeeeee;
}
.in-about .box2 .con .left .title .div1 .lt .word2{
	font-size: 26px;
	font-weight: bolder;
	color: #2b2b2b;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
.in-about .box2 .con .left .title .div1 .lt .word2 span{
	color: #0d4aae;
}
.in-about .box2 .con .left .title .div1 .lt .word3{
	color: #999999;
	position: relative;
	z-index: 2;
}
.in-about .box2 .con .left .title .div1 .rt img{
	display: block;
}
.in-about .box2 .con .left .title .div2{
	width: 2px;
	height: 50px;
	background: #0d4aae;
	margin-top: 17px;
}
.in-about .box2 .con .left .number{
	margin-top: 50px;
}
.in-about .box2 .con .left .number li{
	height: 78px;
	float: left;
	border-right: 1px #dddddd solid;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.in-about .box2 .con .left .number li:nth-child(1){
	width: 178px;
}
.in-about .box2 .con .left .number li:nth-child(2){
	width: 110px;
	padding: 0 40px;
	text-align: center;
}
.in-about .box2 .con .left .number li:nth-child(3){
	width: 142px;
	padding-left: 36px;
	border-right: none;
	text-align: center;
}
.in-about .box2 .con .left .number h1 span:first-child{
	font-size: 58px;
	color: #0d4aae;
	line-height: 58px;
	font-family: 'impact';
}
.in-about .box2 .con .left .content{
	padding: 40px 0;
	overflow: hidden;
}
.in-about .box2 .con .left .more a{
	width: 124px;
	height: 38px;
	display: block;
	background: #0d4aae;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
.in-about .box2 .con .left .more a:hover{
	background: #fe9207;
	color: #fff;
}
.in-about .box2 .con .right{
	width: 582px;
	overflow: hidden;
}
.in-about .box2 .con .right .div1{
	overflow: hidden;
}
.in-about .box2 .con .right .div1 li{
	width: 102px;
	height: 102px;
	float: left;
	margin-right: 18px;
}
.in-about .box2 .con .right .div1 li:last-child{
	margin-right: 0;
}
.in-about .box2 .con .right .div1 a{
	width: 96px;
	height: 96px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	margin: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-about .box2 .con .right .div1 a:hover{
	background: #0d4aae;
	color: #fff;
}
.in-about .box2 .con .right .div1 img{
	width: 36px;
	-webkit-filter: invert(40%);
    -moz-filter: invert(40%);
    -ms-filter: invert(40%);
    -o-filter: invert(40%);
    filter: invert(40%);
	display: block;
	margin-bottom: 10px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .box2 .con .right .div1 a:hover img{
	-webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
    -o-filter: invert(0);
    filter: none;
}
.in-about .box2 .con .right .div2{
	margin-top: 20px;
}
.in-about .box2 .con .right .div2 img{
	display: block;
}

/* 案例 */
.in-case{
	width: 100%;
	padding: 70px 0;
	background: url('../image/in-bg3.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-case .con{
	width: 1280px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.in-case .swiper-slide{
	background: #fff;
	border-right: 1px #e8ebed solid;
}
.in-case .swiper-slide a{
	padding: 40px;
	display: block;
}
.in-case .swiper-slide .number{
    font-size: 24px;
    color: #8d949a;
}
.in-case .swiper-slide .title{
	margin: 10px 0;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #2b2b2b;
}
.in-case .swiper-slide .summary{
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}
.in-case .swiper-slide .line{
	height: 1px;
	margin-top: 20px;
}
.in-case .swiper-slide .line img{
	display: block;
}
.in-case .swiper-slide .picture{
	width: 100%;
	height: 200px;
	margin-top: 30px;
	overflow: hidden;
}
.in-case .swiper-slide .picture img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-case .swiper-button-prev:after,
.in-case .swiper-button-next:after{
    display: none;
}
.in-case .swiper-button-prev,
.in-case .swiper-button-next{
    width: 50px;
    height: 40px;
    color: #fff;
    background: #2e74b2;
    outline: none;
}
.in-case .swiper-button-prev{
	left: 0;
}
.in-case .swiper-button-next{
	right: 0;
}

/* 新闻 */
.in-news{
	width: 100%;
	padding: 70px 0;
	background: url('../image/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-news .con{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.in-news .con .left{
	width: 568px;
	overflow: hidden;
}
.in-news .con .left img{
	display: block;
}
.in-news .con .left .word{
	margin-top: 24px;
	height: 102px;
	overflow: hidden;
}
.in-news .con .left .word .lt{
	width: 94px;
	font-size: 36px;
	line-height: 36px;
	color: #979797;
	overflow: hidden;
}
.in-news .con .left .word .rt{
	width: 450px;
}
.in-news .con .left .word .rt h1{
	color: #0d4aae;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .con .left .word .rt h2{
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #6c6c6c;
}
.in-news .con .right{
	width: 592px;
	overflow: hidden;
}
.in-news .con .right li{
	width: 100%;
	float: left;
	border-bottom: 1px #dddddd solid;
	height: 109px;
	margin-top: 20px;
	overflow: hidden;
}
.in-news .con .right li:first-child{
	margin-top: 0;
}
.in-news .con .right .div1{
	font-size: 16px;
	margin-bottom: 16px;
	overflow: hidden;
}
.in-news .con .right .div1 .lt{
	width: 494px;
}
.in-news .con .right .div1 .rt{
	color: #999;
	width: 44px;
	text-align: right;
}
.in-news .con .right .div2 .lt{
	width: 484px;
	padding-left: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6c6c6c;
}
.in-news .con .right .div2 .rt{
	width: 44px;
	text-align: right;
}

/* 联系 */
.in-contact{
	width: 100%;
	padding: 70px 0;
	background: url('../image/in-bg1.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-contact .con{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.in-contact .con .box1{
	width: 100%;
	overflow: hidden;
}
.in-contact .con .box1 ul{
	display: flex;
	align-items: stretch;
}
.in-contact .con .box1 li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
}
.in-contact .con .box1 li:last-child{
	margin-right: 0;
}
.in-contact .con .box1 .icon{
	width: 70px;
	height: 70px;
	background: #2e74b2;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.in-contact .con .box1 .icon img{
	width: 40px;
	display: block;
}
.in-contact .con .box1 .main{
	width: 100%;
	height: 100%;
	background: #fff;
	margin-top: -35px;
	padding: 40px 30px 20px 30px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.in-contact .con .box1 .main h1{
	line-height: 40px;
	color: #999;
}
.in-contact .con .box2{
	margin-top: 30px;
}
.in-contact .con .box2 .left{
	width: 1040px;
}
.in-contact .con .box2 .left li{
	width: 480px;
	background: #fff;
	height: 49px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.in-contact .con .box2 .left li i{
	margin-right: 10px;
	color: #999;
	font-size: 18px;
}
.in-contact .con .box2 .left li input{
	width: 462px;
	outline: none;
	border: none;
	height: 49px;
}
.in-contact .con .box2 .left li input[name="seccode"]{
	width: 378px;
	padding-right: 10px;
	text-transform: uppercase;
}
.in-contact .con .box2 .right{
	width: 160px;
}
.in-contact .con .box2 .right button{
	width: 160px;
	height: 118px;
	background: #2e74b2;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	margin-top: 20px;
}