/*首页部分*/
.index-banner{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.index-banner .swiper-container{
	width: 100%;
}
.index-banner .swiper-container .banner-img{
	width: 100%;
}
.index-banner .swiper-container .banner-img img{
	width: 100%;
	height: auto;
}
.index-banner .swiper-container .pagination {
  position: absolute;
  z-index: 20;
  /*bottom: 30px;*/
  top: 570px;
  width: 100%;
  text-align: center;
}
.index-banner .swiper-container .pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  border: none;
  cursor: pointer;
  opacity: 1;
}
.index-banner .swiper-container .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: red;
}
.index-banner .swiper-container .swiper-button-prev{
	height: 50px;
	width: 50px;
	left: 0px;
	background-position: 0px -50px;
	background-color: rgba(0,0,0,.3);
	background-image: url(../images/sprite-navigator.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background .2s;
}
.index-banner .swiper-container .swiper-button-prev:hover{
	background-color: rgba(0,0,0,.6);
}
.index-banner .swiper-container .swiper-button-next{
	height: 50px;
	width: 50px;
	right: 0px;
	background-position: 0px 0px;
	background-color: rgba(0,0,0,.3);
	background-image: url(../images/sprite-navigator.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: background .2s;
}
.index-banner .swiper-container .swiper-button-next:hover{
	background-color: rgba(0,0,0,.6);
}
.index-banner .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.2;
	top: 0;
	z-index: 3;
}
.index-banner .bar{
	position: absolute;
	z-index: 20;
	top: 0px;
	width: 0px;
	height: 3px;
	background-color: rgba(255,255,255,0.5);
}
.index-banner .text1{
	position: absolute;
	top: 230px;
	left: 50%;
	width: 631px;
	margin-left: -315.5px;
	z-index: 20;
}
.index-banner .text1 img{
	width: 100%;
	height: auto;
}
.index-banner .text2{
	position: absolute;
	top: 446px;
	left: 50%;
	width: 726px;
	margin-left: -363px;
	z-index: 20;
}
.index-banner .text2 img{
	width: 100%;
	height: auto;
}
.index-banner a.contact-btn{
	position: absolute;
	width: 158px;
	top: 812px;
	margin:0 auto;
	letter-spacing:0.75px; 
	color: #fff; 
	background-color: #e70012; 
	font-weight: 600; 
	font-family: sans-serif; 
	text-transform:uppercase; 
	white-space: nowrap;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index: 21;
	margin-left: -79px;
	height: 40px;
	line-height: 40px;
	left: 50%;
}
.index-banner a.contact-btn:hover{
	text-decoration: underline;
}
.index-product-title{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.index-product-title .cn{
	font-size: 42px;
	color: #e90012;
}
.index-product-title .en{
	font-size: 24px;
	color: #a8a8a8;
	font-family: arial;
	margin-top: 10px;
}
ul.index-product-list{
	width: 100%;
	margin-top: 90px;
}
ul.index-product-list li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
ul.index-product-list li:nth-child(5n){
	margin-right: 0px;
}
ul.index-product-list li a.img{
	width: 100%;
	display: block;
}
ul.index-product-list li a.img img{
	width: 100%;
	height: auto;
}
ul.index-product-list li a.text{
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	height: 78px;
	line-height: 78px;
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-bottom: solid 2px #333;
}
ul.index-product-list li a.text:hover{
	text-decoration: underline;
}
a.index-product-link{
	float: left;
	display: block;
	width: 213px;
	margin-top: 90px;
	margin-bottom: 115px;
	margin-right: 175px;
}
a.index-product-link img{
	width: 100%;
	height: auto;
}
.index-search{
	margin-top: 30px;
	position: relative;
	float: right;
	height: 40px;
	width: 213px;
}
.index-search input{
	position: absolute;
	padding-left: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #acacac;
	width: 173px;
	height: 40px;
	background: url(../images/index-search.jpg) no-repeat;
	border: none;
}
.index-search .btn{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
}
.index-news-tab{
	float: left;
	margin-top: 5px;
}
.index-news-tab a{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	background: #c9c9c9;
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
}
.index-news-tab a.evl{
	color: #FFFFFF;
	background: #ff0000;
}
a.index-news-more{
	font-size: 14px;
	color: #ff0000;
	float: right;
	margin-top: 22px;
}
a.index-news-more:hover{
	text-decoration: underline;
}
ul.index-news-list{
	width: 100%;
	display: none;
}
ul.index-news-list.evl{
	display: block;
}
ul.index-news-list li{
	float: left;
	margin-top: 42px;
}
ul.index-news-list li:nth-child(even){
	float: right;
}
ul.index-news-list li a{
	display: block;
}
ul.index-news-list li a .img{
	float: left;
	width: 173px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}
ul.index-news-list li a .img img{
	width: auto;
	height: 100%;
	text-align: center;
}
ul.index-news-list li a .text{
	float: left;
	width: 332px;
	margin-left: 28px;
}
ul.index-news-list li a .text .time{
	font-family: arial;
	font-size: 16px;
	color: #ff0000;
}
ul.index-news-list li a .text .title{
	font-size: 14px;
	color: #444444;
	margin-top: 10px;
}
ul.index-news-list li a .text .txt{
	font-size: 14px;
	color: #969696;
	/*height: 40px;*/
	margin-top: 22px;
}
/*首页部分*/

/*搜索页面*/
.search-page{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.search-page .title{
	font-size: 36px;
	font-weight: 300px;
	color: #444;
	margin-top: 95px;
	line-height: 44px;
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef;
}
.search-page .search-l{
	float: left;
	width: 256px;
	margin-right: 20px;
	margin-top: 65px;
}
.search-page .icon1{
	display: block;
	width: 213px;
}
.search-page .icon1 img{
	width: 100%;
	height: auto;
}
.search-page .search{
	position: relative;
	margin-top: 28px;
	height: 40px;
}
.search-page .search .icon2{
	position: absolute;
	width: 173px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	font-size: 12px;
	color: #acacac;
	background: url(../images/left-icon2.jpg) no-repeat;
}
.search-page .search .btn{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
}
.search-page .icon3{
	display: block;
	width: 213px;
	margin-top: 22px;
}
.search-page .icon3 img{
	width: 100%;
	height: auto;
}
.search-page ul.search-r{
	float: left;
	width: 745px;
	margin-top: 65px;
}
.search-page ul.search-r li{
	border-bottom: #efefef 1px dashed;
	margin-bottom: 5px;
	height: 36px;
	line-height: 36px;
	width: 700px;
}
.search-page ul.search-r li a{
	font-size: 13px;
	font-weight: 600;
	color: #444;
}
.search-page ul.search-r li a:hover{
	text-decoration: underline;
}
/*搜索页面*/

/*网络服务*/
.map{
	position: relative;
	width: 800px;
	height: 700px;
	margin-top: -80px;
}
.smallMap{
	position: relative;
	width: 70px;
	left: 650px;
	margin-top: -150px;
}
.smallMap img{
	width: 100%;
	height: auto;
}
.select-title{
	font-size: 14px;
	color: #000000;
	margin-top: 60px;
}
select.select-map{
	width: 100%;
	height: ;
	padding-left: 10px;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
table.select-table{
	margin-top: 30px;
	width: 100%;
	line-height: 22px;
	font-size: 12px;
	color: #444;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
table.select-table th{
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
}
/*网络服务*/

/* 20200618新增-sxh */
.main .r-con .container .box{
	width: 90.2%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #444;
	padding-bottom: 36px;
	margin-bottom: 34px;
	margin-top: 40px;
}

.marginBottom23{
	margin-bottom: 20px;
}

.main .r-con .container .box2{
	width: 90.2%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #444;
	border-bottom: 1px solid #d8d8d8;
}

.main .r-con .container .box2 .left{
	display: flex;
	flex-direction: column;
	width: 383px;
}

.main .r-con .container .box2 .father{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom: 14px;
}
.main .r-con .container .box2 .left .row{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 6px;
	/* flex-wrap: wrap; */
}

.main .r-con .container .box2 .left .row .name{
	width: 115px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #444;
	background: #dce8fb;
	margin-right: 19px;
}
.main .r-con .container .box2 .left .row .tel_email{
	flex: 1;
	font-size: 14px;
	color: #444;
}


.main .r-con .container .box2 .right{
	display: flex;
	flex-direction: column;
	width: 383px;
}

.main .r-con .container .box2 .father{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px dashed #bfbfbf;
	margin-bottom: 14px;
}
.main .r-con .container .box2 .no_border{
	border-bottom: none;
}
.main .r-con .container .box2 .right .row{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 6px;
	/* flex-wrap: wrap; */
}

.main .r-con .container .box2 .right .row .name{
	width: 115px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #444;
	background: #dce8fb;
	margin-right: 16px;
}

.main .r-con .container .box2 .right .row .tel_email{
	flex: 1;
	font-size: 14px;
	color: #444;
}

@media screen and (max-width: 970px) {
	.marginBottom20{
		margin-bottom: 20px;
	}
	
	.main .r-con .container .box{
		padding-bottom: 16px;
	}
	
	.main .r-con .container .box2{
		width: 90%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		color: #444;
	}
}

@media screen and (max-width: 500px) {
	.main .r-con .container .box2 .right .row{
		flex-wrap: wrap;
	}
	.main .r-con .container .box2 .left .row{
		flex-wrap: wrap;
	}
	.main .r-con .container .box2 .left .row .name{
		margin-right: 26px;
	}
	.main .r-con .container .box2 .right .row .name{
		margin-right: 26px;
	}
}