
.Indexbanner{width: 100%;overflow:hidden;position: relative;}
.banner-bg{
    width: 100%;
	height: 600px;
}
.Indexbanner .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: 14px;		
	position: absolute;
}
.Indexbanner .swiper-pagination span{
   width: 10px;
   height: 10px;
   background: #fff;
   display:inline-block;
   border-radius: 50%;
   margin-right: 10px;
}
.Indexbanner .swiper-pagination span.swiper-active-switch{
	background: #999; 
}
.Indexbanner .swiper-pagination span:last-child{
	margin-right: 0
}

.product-container{
	width: 100%;
}

.product-container .w{
	width: 1150px;
	margin: 0 auto;
	
	padding: 60px 50px 90px 50px;
	box-sizing: border-box;

}
/*
.product-container .pro-nav{width: 930px;margin: 0 auto;text-align: center;}
.product-container .pro-nav .img{float: left;width: 33.33%;text-align: center;}
*/
.product-container .pro-nav .img img{width: 108px;height: 108px;}

.title-w{width: 1050px;margin: 50px auto;text-align: center;}
.title-w h1{color: #113360;font-size: 40px;display: inline-block;vertical-align: middle;padding: 0 20px;}
.title-w span{display: inline-block;width: 366px;height: 1px;
background: -webkit-linear-gradient(left,#256398,#d9e4ed);  
background: -o-linear-gradient(left,#256398,#d9e4ed);  
background: -mos-linear-gradient(left,#256398,#d9e4ed);  
background: -moz-linear-gradient(left,#256398,#d9e4ed);  
background: linear-gradient(left,#256398,#d9e4ed); 
}

.product-item{
	width: 320px;
	height: 320px;
	float: left;
	margin-right: 40px;
	box-shadow:1px 3px 10px 1px #5b5758;
	overflow: hidden;
	transition: all .5s;
	position: relative;
}
.product-content .bottom{
	box-sizing: border-box;
	width: 100%;
/*	padding:  50px 170px;*/
	margin-top:40px;

}
/*
.product-content .bottom .product-item{
  margin-right: 0
}
*/
/*
.product-content .bottom .product-item:first-child{
	margin-right: 60px;
}*/

.product-item:nth-child(3){
	margin-right:0;
}
.product-item:hover{
	box-shadow:1px 3px 20px 1px #5b5758;
}
.product-item:hover img{transform: scale(1.1);}
.product-item img{width:100%;height: 100%;transition: all .5s;}


.product-item .details{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	height: 108px;
	background: linear-gradient(left,rgba(17,54,96,.8),rgba(181,40,35,.8));
	background: -webkit-linear-gradient(left,rgba(17,54,96,.8),rgba(181,40,35,.8)); 
	
}

.product-item .details h1{
font-size: 28px;
margin-top: 14px;
margin-bottom: 10px;

}
.product-item .details h2{
font-size: 20px;
}


.more-item{
	float: left;
	width: 362px;
	height: 218px;
	/*background: -webkit-linear-gradient(left,rgba(17,54,96,.8),rgba(181,40,35,.8)); 
	padding: 3px 3px;
	box-sizing: border-box;
	box-shadow:1px 3px 10px 1px #5b5758;*/
	/*margin-right: 20px;*/
}
.more-item:last-child{
	margin-right: 0
}
.more-item .more-header{
	width: 100%;
	color: #fff;
}
.more-item .more-header h2{
	float: left;
	font-size: 25px;
}
.more-item .more-header a{
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
}
.more-item .text{
	overflow: hidden;
	width: 100%;
	height: 174px;
	background: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	
}

.more-item .text .text-item{
	padding: 2px 0;
	border-bottom: 1px dotted #666666;
}
.more-item .text .text-item i{
   
}
.more-item .text .text-item i,
.more-item .text .text-item p{
  float: left;
  color: #666666;
}
.more-item .text .text-item p{
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more-item .text .text-item span{
	float: right;
	color: #666666;
}
.more-item .text a:hover p{color: #b52823}
.more-item .text a:hover i{color: #b52823}
.more-item .text a:hover span{color: #b52823}


.more-container .more-container-w{width: 1126px;margin: 0 auto}
.partner-banner{
	width: 100%;
    /*
	margin-top: 50px;
	padding-bottom: 40px;
    */


}
.partner-w{
	/* width: 1120px; */
	margin: 0 auto;
	overflow: hidden
	padding: 0 70px;
	box-sizing: border-box;
}
.partner-swiper-container{overflow: hidden;}
.partner-w h1{
	color: #113360;
	text-align: center;
	font-size: 40px;
	margin-bottom:40px;
}
.partner-box{
    
/*	width: 900px;*/
	margin: 0 auto;
	position: relative;
	
}
.partner-box img{height: 86px;width:96%;}
.partner-banner .line{
	width: 100%;
	background: linear-gradient(#f6f6f6,#bababa);
	height: 5px;
	margin-bottom: 10px;
}
.partner-banner .pre,.partner-banner .next{font-size: 50px;color: #cccccc;font-family: "宋体";
height: 60px;cursor: pointer;font-weight: bold;
transition: all .5s;
}


.product-container .pro-nav {
    width: 930px;
    margin: 0 auto;
    text-align: center;
}

.product-container .pro-nav .img {
    width: auto;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.pro-nav .main-title {
    margin-left: auto;
    margin-right: 30px;
    font-size: 30px;
    font-weight: bold;
}

.pro-nav .main-title .t-second {
    color: #3e3a39;
}

.pro-nav .main-title .t-first {
    color: #113866;
}


.pro-nav .button {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
	
}

.pro-nav .sub-title{
	color:#3e3a39;
}

#sub-title:before,#sub-title:after{
	width:30px;
	background:red;