/*banner-start*/
@media screen and (min-width: 992px){
#main>.banner{
	width: 100%;
	position: relative;
}
#main>.banner>img{
	/**width: 100%;**/
	height: auto;
}
#main>.banner .text-box{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#main>.banner .text-box img{
	width: 640px;
	height: auto;
}
#main>.banner .text-box .text{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
#main>.banner .text-box .text .text-title{
	display: block;
	font-size: 36px;
	text-align: center;
	letter-spacing: 4px;
	color:#fff;
	font-weight: normal;
}
#main>.banner .text-box .text .text-sub{
	display: block;
	margin-top: 20px;
	font-size: 8px;
	color:#fff;
	text-align: center;
	letter-spacing: 6px;
}
/*banner-end*/
#main>.nav-box{
	font-size:12px;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#main>.nav-box .container{
	height: 100%;
}
#main>.nav-box .container .con{
	height: 100%;
	display:flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
justify-content:space-between;
	-webkit-box-pack: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
align-items: center;
	-webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

#main>.nav-box .container .con .right{
	font-size: 18px;
	color:#999;
}
#main>.nav-box .container .con .right span{
	color:#db0500;
}
#main>.content{
	background-color: #fff;
}
#main>.content .con-wrap{
	padding-top:30px;
	padding-bottom: 60px;
}
/*serve-moudle s*/
#main>.content .con-wrap .serve-module p{
	margin:0;
}
#main>.content .con-wrap .serve-module .module-title{ 
	font-size: 28px;
	line-height: 32px;
	color:var(--blue);
	margin-bottom:16px;
}
#main>.content .con-wrap .serve-module .en{ 
	font-size: 18px;
	line-height: 32px;
	color:var(--blue);
	margin-bottom:16px;
}
#main>.content .con-wrap .serve-module .sub{ 
	font-size: 14px;
	line-height: 32px;
}
#main>.content .con-wrap .serve-module .sub strong{
	color:var(--red);
}
#main>.content .con-wrap .serve-module .module-con{
	height: 250px;
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	color:#999;
}
#main>.content .con-wrap .serve-module .text-box{ 
	height: 448px;
	padding:50px 60px;
}
#main>.content .con-wrap .serve-module .img-box{ 
	height: 448px;
	padding:0;
}
#main>.content .con-wrap .serve-module .img-box img{
	height: 100%;
	width: auto;
}
/*serve-moudle e*/
}

/*1200*******************/
@media screen and (min-width: 1200px){
#main>.banner .text-box img{
	width: 800px;
	height: auto;
}
#main>.content .con-wrap{
	padding-top:40px;
}
#main>.content .con-wrap .serve-module .text-box{ 
	height: 560px;
	padding:70px 100px;
}
#main>.content .con-wrap .serve-module .img-box{ 
	height: 560px;
	padding:0;
}
#main>.content .con-wrap .serve-module .img-box img{
	height: 100%;
	width: auto;
}
#main>.content .con-wrap .serve-module .module-title{ 
	font-size: 36px;
	line-height: 40px;
	color:var(--blue);
	margin-bottom:20px;
}
#main>.content .con-wrap .serve-module .en{ 
	font-size: 24px;
	line-height: 40px;
	color:var(--blue);
	margin-bottom:20px;
}
#main>.content .con-wrap .serve-module .sub{ 
	font-size: 16px;
	line-height: 40px;
}
#main>.content .con-wrap .serve-module .sub strong{
	color:var(--red);
}
#main>.content .con-wrap .serve-module .module-con{
	height: 250px;
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	color:#999;
}
}


/*平板端 手机 等移动端*/
@media screen and (max-width: 991px) {
/*banner-start*/
#main>.banner{
	width: 100%;
	height: 160px;
	position: relative;
}
#main>.banner>img{
	width: auto;
	height: 100%;
}
#main>.banner .text-box{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
#main>.banner .text-box img{
	width: auto;
	height: 68%;
}
#main>.banner .text-box .text{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
#main>.banner .text-box .text .text-title{
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: 4px;
	color:#fff;
	font-weight: normal;
}
#main>.banner .text-box .text .text-sub{
	display: block;
	margin-top: 15px;
	font-size:10px;
	color:#fff;
	text-align: center;
	letter-spacing: 6px;
}

/*nav-box*/
#main>.nav-box{
	font-size:10px;
	height:50px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#main>.nav-box .container{
	height: 100%;
}
#main>.nav-box .container .con{
	height: 100%;
	display:flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
justify-content:space-between;
	-webkit-box-pack: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
align-items: center;
	-webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
#main>.nav-box .container .con .left{
	color:#999;
}
#main>.nav-box .container .con .left a{
	color:#999;
}
#main>.nav-box .container .con .right{
	font-size: 10px;
	color:#999;
}
#main>.nav-box .container .con .right span{
	color:#db0500;
}
/*content 主要内容*/

/*right*/
#main>.content .con-wrap{
	padding: 0;
	box-sizing: border-box;
	border:none;
	padding-bottom: 30px;
}
/*serve-moudle s*/
#main>.content .con-wrap .serve-module p{
	margin:0;
}
#main>.content .con-wrap .serve-module .module-title{ 
	font-size: 28px;
	line-height: 32px;
	color:var(--blue);
	margin-bottom:16px;
}
#main>.content .con-wrap .serve-module .en{ 
	font-size: 18px;
	line-height: 32px;
	color:var(--blue);
	margin-bottom:16px;
}
#main>.content .con-wrap .serve-module .sub{ 
	font-size: 14px;
	line-height: 32px;
}
#main>.content .con-wrap .serve-module .sub strong{
	color:var(--red);
}
#main>.content .con-wrap .serve-module .module-con{
	font-size: 14px;
	line-height: 32px;
	color:#999;
}
#main>.content .con-wrap .serve-module .text-box{ 
	padding:20px 15px;
}
#main>.content .con-wrap .serve-module .img-box{ 
	padding:15px;
}
#main>.content .con-wrap .serve-module .img-box img{
	width:100%;
	height: auto;
}
}

/*手机端*/
@media screen and (max-width: 768px) {
#main>.banner{
	width: 100%;
	height: 160px;
	position: relative;
}
#main>.banner>img{
	width: auto;
	height: 100%;
}
#main>.banner .text-box{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main>.banner .text-box img{
	width: 80%;
	height: auto;
}
#main>.banner .text-box .text .text-title{
	display: block;
	font-size: 14px;
	text-align: center;
	letter-spacing: 4px;
	color:#fff;
	font-weight: normal;
}
}