
 .content{padding-bottom: 60px;}
 .box{width: 384px;/*height: 366px;*/background-color: #f4f4f4;margin: 0 auto;}
 .box-img{width: 100%;/*height: 326px;*/}
 .box-img img{width: 100%;height: 100%;}
 .box-content{height: 40px;line-height: 40px;text-align: center;color: #323131;}
 .box-content-btn{width: 34px;height: 34px;background-color: #0169b2;position: absolute;right: 0;bottom: 0;color: #fff;color: #fff;font-size: 30px;text-align: center;line-height: 34px;}
 .swiper-slide li{padding-top: 30px;}
 .container-height{padding-top: 60px;}
 .swiper-button-icon{width: 170px;height: 50px;position:relative;margin: 0 auto;margin-top: 60px;}
 .swiper-button-icon .swiper-button-next, .swiper-button-icon .swiper-button-prev{
		width: 70px;
		height: 50px;
		background-color: #0169b2;
		background-image:none;
 }
 .swiper-button-icon .swiper-button-next:after, .swiper-button-icon .swiper-button-prev:after{
	font-size: 26px;
	line-height: 0px !important;
 }
.page_download div{margin:10px 0;background: #F2F2F2;line-height: 40px;height: 40px;text-indent: 2rem;overflow: hidden;position: relative;}
.page_download span{position: absolute;right: -10px;    -webkit-transition: background-color .35s ease;transition: background-color .35s ease;}
.page_download div a{color: #333;}
.page_download div i{padding-right: 50px;-webkit-transform: skew(0deg);transform: skew(0deg);}
.page_download div:hover span{background-color: #0169b2;color: #fff;-webkit-transform: skew(-18deg);transform: skew(-18deg);  } 	 
.page_download div:hover i{-webkit-transform: skew(18deg);transform: skew(18deg);  } 

.info_con td strong{line-height: 50px;}
 /*响应式*/
 @media screen and (max-width:700px) {
	/* 提示固定宽高 */
	.container-height{padding-top:30px;}
	.content-title{width: 90%;height: 80px;}
	.content-title .english-name{font-size: 30px;   white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	.content-title .name{font-size: 20px;margin-top: -10px;}
	
 }
 /*响应式*/
 @media screen and (max-width:640px) {
 	.nav-title li{height: 50px}
 	.nav-title li a {
 	    font-size: 14px;
 	    height: 50px;
  		padding-top: 14px;
  		font-weight: bold;
 	}
 	.content-title{
 		margin-top:30px;
 	}
/* 	.firstRow td:nth-child(1){
 		width: 40%;float: left;
 	}
 	 .firstRow td:nth-child(3){
 		width: 40%;float: right;
 	}
 	 	.firstRow td:nth-child(5){
 		width: 40%;float: left;
 	}
 	 .firstRow td:nth-child(7){
 		width: 40%;float: right;
 	}*/
 }
 /*响应式*/
 @media screen and (max-width:400px) {
 	/* 提示固定宽高 */
	.box {
		width: 96%;
		margin: 0 auto;
	}
 }