@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, img, fieldset {
	border: 0;
}
body {
	wpor: #000;
	background-wpor: #fff;
	font-family: 微软雅黑, "Open Sans", sans-serif;
	overflow-x: hidden;
}
body, td {
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 14px; /*	统一调整大小*/
}
ul, ol {
	margin: 0;
	
}
dl, p {
	margin: 0;
	padding: 5px 0;
}
a, a:link {
	wpor: #000;
	text-decoration: none;
}
a:active {
}
a:hover {
}
a:visited {
}
.clear {
	clear: both;
}
.flex {
	display: flex;
}
.flex.lt {
	width: 105%;
}
.flex.gt {
	width: 125%;
}
.ht05 {
	height: 5px;
}
.ht10 {
	height: 10px;
}
.ht15 {
	height: 15px;
}
.ht20 {
	height: 20px;
}
.ht25 {
	height: 25px;
}
.ht30 {
	height: 30px;
}
.ht35 {
	height: 35px;
}
.ht40 {
	height: 40px;
}
.ht45 {
	height: 45px;
}
.ht50 {
	height: 50px;
}
.ht55 {
	height: 55px;
}
.ht60 {
	height: 60px;
}
.ht65 {
	height: 65px;
}
.ht70 {
	height: 70px;
}
.ht75 {
	height: 75px;
}
.ht80 {
	height: 80px;
}
.ht85 {
	height: 85px;
}
.ht90 {
	height: 90px;
}
.ht95 {
	height: 95px;
}
.ht100 {
	height: 100px;
}
.ht200 {
	height: 200px;
}
.ht300 {
	height: 300px;
}
.ht400 {
	height: 400px;
}
.ht500 {
	height: 500px;
}
.wh05 {
	display: inline-block;
	width: 5px;
}
.wh10 {
	display: inline-block;
	width: 10px;
}
.wh15 {
	display: inline-block;
	width: 15px;
}
.wh20 {
	display: inline-block;
	width: 20px;
}
.wh25 {
	display: inline-block;
	width: 25px;
}
.wh30 {
	display: inline-block;
	width: 30px;
}
.wh35 {
	display: inline-block;
	width: 35px;
}
.wh40 {
	display: inline-block;
	width: 40px;
}
.wh45 {
	display: inline-block;
	width: 45px;
}
.wh50 {
	display: inline-block;
	width: 50px;
}
.wh55 {
	display: inline-block;
	width: 55px;
}
.wh60 {
	display: inline-block;
	width: 60px;
}
.wh65 {
	display: inline-block;
	width: 65px;
}
.wh70 {
	display: inline-block;
	width: 70px;
}
.wh75 {
	display: inline-block;
	width: 75px;
}
.wh80 {
	display: inline-block;
	width: 80px;
}
.wh85 {
	display: inline-block;
	width: 85px;
}
.wh90 {
	display: inline-block;
	width: 90px;
}
.wh95 {
	display: inline-block;
	width: 95px;
}
.wh100 {
	display: inline-block;
	width: 100px;
}
.none {
	display: none;
}
.hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
.ie-radius {
	border-radius: 5px;
	behavior: url(css/ie-css3.htc);
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/*----------自定义结束----------*/
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}

.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.cont_copy {
	line-height: 25px;
	background: #f7f7f7;
	margin-top: 15px;
	padding: 5px 15px;
}
.cont_copy p {
	text-indent: 0;
	text-align: center;
	line-height: 25px;
}
img {
	max-width: 100%;
}

/*包裹的宽度*/ 
.wrap {
	padding: 0 100px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

/*靠近的块级元素需要设置为height:100px,*/
html,body {
      position: relative;
      height: 100%;
    }

.mainer{
      position: relative;
      height: 100%;}  

/*----------header----------*/
.header {

	/*控制是否固定在顶部position:absolute;  去掉position: fixed;*/
	
	width: 100%;
	/*background: rgb(255, 255, 255, 0.1);*/
    background-color:#722160;
	
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.header2{
    /*background: rgb(0, 0, 0, 0.6);*/
        background: linear-gradient(180deg, #0D47A1, transparent);
}

.swiper-fade .swiper-slide{}/*限制最高高度*/
/*.swiper{width: 1000px;}*/
#swiper1 {
      width: 100%;
      height:70%;/*针对当前页面的百分比*/
    } 
#swiper1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
    }

#swiper1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.img-responsive {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s; 
    transform: scale(1, 1);
}
/*#swiper1 .swiper-slide-active img{
	transition:9s linear;
	transform:scale(1.1,1.1);
		}*//*是否进行动态缩放*/
/*以上为模板 不删除*/

/*不同设备字体em基准min 是大于 max 是小于*/
@media screen and (min-width: 320px) and (max-width: 360px) {
body {
	font-size: 12px;
}
}
 @media screen and (min-width: 360px) and (max-width: 480px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 480px) and (max-width: 700px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 700px) {
body {
	font-size: 14px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
body {
	font-size: 16px;
}
}
@media screen and (min-width: 1600px) {
body {
	font-size: 18px;
}
}
@media screen and (min-width: 2100px) {
body {
	font-size: 20px;
}
}
/*不同设备字体em基准*/



/*所有都加缓慢*/
*{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}
/*实行三级大小 wp-xs是最小的手机板，wp-sm是平板尺寸，wp-lg是大于1200的尺寸*/
/*最小的时候*/
@media screen and (max-width: 768px) {
.wp-xs-1, .wp-xs-2, .wp-xs-3, .wp-xs-4, .wp-xs-5, .wp-xs-6, .wp-xs-7, .wp-xs-8, .wp-xs-9, .wp-xs-10, .wp-xs-11, .wp-xs-12 {
  float: left;
}
.wp-xs-12 {
  width: 100%;
}
.wp-xs-11 {
  width: 91.66666667%;
}
.wp-xs-10 {
  width: 83.33333333%;
}
.wp-xs-9 {
  width: 75%;
}
.wp-xs-8 {
  width: 66.66666667%;
}
.wp-xs-7 {
  width: 58.33333333%;
}
.wp-xs-6 {
  width: 50%;
}
.wp-xs-5 {
  width: 41.66666667%;
}
.wp-xs-4 {
  width: 33.33333333%;
}
.wp-xs-3 {
  width: 25%;
}
.wp-xs-2 {
  width: 16.66666667%;
}
.wp-xs-1 {
  width: 8.33333333%;
}
}
@media screen and (min-width: 768px) {
 .wp-sm-1, .wp-sm-2, .wp-sm-3, .wp-sm-4, .wp-sm-5, .wp-sm-6, .wp-sm-7, .wp-sm-8, .wp-sm-9, .wp-sm-10, .wp-sm-11, .wp-sm-12 {
    float: left;
  }
  .wp-sm-12 {
    width: 100%;
  }
  .wp-sm-11 {
    width: 91.66666667%;
  }
  .wp-sm-10 {
    width: 83.33333333%;
  }
  .wp-sm-9 {
    width: 75%;
  }
  .wp-sm-8 {
    width: 66.66666667%;
  }
  .wp-sm-7 {
    width: 58.33333333%;
  }
  .wp-sm-6 {
    width: 50%;
  }
  .wp-sm-5 {
    width: 41.66666667%;
  }
  .wp-sm-4 {
    width: 33.33333333%;
  }
  .wp-sm-3 {
    width: 25%;
  }
  .wp-sm-2 {
    width: 16.66666667%;
  }
  .wp-sm-1 {
    width: 8.33333333%;
  }
.container { padding:0px 50px;}
}
/*min 是大于*/

@media (min-width: 1200px) {
  .wp-lg-1, .wp-lg-2, .wp-lg-3, .wp-lg-4, .wp-lg-5, .wp-lg-6, .wp-lg-7, .wp-lg-8, .wp-lg-9, .wp-lg-10, .wp-lg-11, .wp-lg-12 {
    float: left;
  }
  .wp-lg-12 {
    width: 100%;
  }
  .wp-lg-11 {
    width: 91.66666667%;
  }
  .wp-lg-10 {
    width: 83.33333333%;
  }
  .wp-lg-9 {
    width: 75%;
  }
  .wp-lg-8 {
    width: 66.66666667%;
  }
  .wp-lg-7 {
    width: 58.33333333%;
  }
  .wp-lg-6 {
    width: 50%;
  }
  .wp-lg-5 {
    width: 41.66666667%;
  }
  .wp-lg-4 {
    width: 33.33333333%;
  }
  .wp-lg-3 {
    width: 25%;
  }
  .wp-lg-2 {
    width: 16.66666667%;
  }
  .wp-lg-1 {
    width: 8.33333333%;
  }

}
@media (min-width: 1600px) {
.container { padding:0px}
}
@media (min-width: 1800px) {
.container { 
width: 100%;
max-width:none;
padding:0px 10em;}
}
@media screen and (max-width: 768px)  {
.group5 {
	
	width:98%;
}
.mgroup5 {
	
	width:49%;
}
.mgroup10 {
	
	width:98%;
}
}
