/*css reset*/
@charset "UTF-8";
* { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
img { border: 0 none; vertical-align: top; }
i, em { font-style: normal; }
ol, ul { list-style: none; }
input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
table td {vertical-align: middle;} /*表格垂直居中201711*/
/*table { border-collapse: collapse; border-spacing: 0; }*/
a { text-decoration: none; color: #666; }
body,html{ margin: 0 auto; min-width: 320px; max-width: 640px; height: auto; font-size: 12px; font-family: -apple-system,Helvetica,sans-serif,"微软雅黑"; line-height: 1.5; color: #666; -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#icontact {
  position:fixed;
          top:60px;
          
    left:10px;
    width:70px;
  height:70px;
  text-align:center;
  background:url(/app/static/tpl/tpl1/images/micon.png);
  background-size:100% 100%;
  color:#FFFFFF;
  z-index:9999;
}
.position-box{
  padding: 1%;
  position: absolute;
        
  left:0;
          top:200px;
    z-index: 98;
  width: 98%;
}
.position-box p{
  text-align: center;
  margin-bottom: 2px;
}
.position-txt{
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  /*background-color: #069AD6;*/
  /*white-space: nowrap;*/
  text-align: left;
}
/*.position-img{
  text-align: right;
}*/
.position-img img{
  width: 70px;
  height: 50px;
}


/*page css*/
.public-bgcolor{
  background-color: #2d75bf;
}
.public-bordercolor{
  border-color: #2d75bf;
}
.public-fontcolor{
  color: #2d75bf;
}
.container{
  width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
#goback {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("/app/static/tpl/tpl6/images/iconback.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
#goback {background-position:0 0;left:5px;}
.bluetiao{
	width: 100%;
	height: 7px;
	background: #0b5aa7;
}
.nav{
	width: 100%;
	height: 177px;
	background: url("/app/static/tpl/tpl21/images/headBG_03.png") repeat-x left top;
  	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.cloud-left,.cloud-right{
	position: absolute;
}
.cloud-left{
	width: 70%;
  	height: 90px;
	background: url("/app/static/tpl/tpl21/images/cloudLeft_02.png") no-repeat left top;
	background-size: 100% 100%;
	left: -30px;
	bottom: 21px;
	animation: fadeInOut1 3.5s infinite linear;
  -webkit-animation: fadeInOut1 3.5s infinite linear;
}
.cloud-right{
	width: 100%;
	height: 120px;
	background: url("/app/static/tpl/tpl21/images/cloudRight_02.png") no-repeat right top;
	background-size: 100% 100%;
	right: -30px;
	bottom: 17px;
	animation: fadeInOut2 3.5s infinite linear;
  -webkit-animation: fadeInOut2 3.5s infinite linear;
}

.logo{
	width: 100%;
  text-align: center;
	/*margin-top: 21px;*/
	position: absolute;
	left: 0;
	top: 0;
}
.logo img{
	width: 100%;
  height:auto;
}
.logo-txt{
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding: 0 3%;
  width:94%;
  height:  58px;
  line-height: 58px;
  
}
.nav-line01{
	width: 96%;
	height: 85px;
	padding: 0 2%;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
}
.nav-line01 a{
	display: inline-block;
	/*width: 100%;*/
	height: 100%;
	line-height: 26px;
	  font-size: 12px;
	color: #fefefe;
}
.nav-line01 ul{
	width: 100%;
	height: 25px;
	background-color: #fff;
	display: -webkit-flex; 
  display: flex;
  margin: 0 auto;
}
.nav-line01 .ul01{
  margin: 0 auto 5px;
}
.ul01 li,.ul02 li{
	flex:1;
	margin-right: 2px;
	line-height: 25px;
  padding: 0 1%;
  background-color:#2d75bf;
  
	/*padding-left: 7.5%;*/
	/*text-align: center;*/
}
.nav-line01 ul li span,.nav-line01 ul li a{
  float: left;
}
.nav-line01 ul li .span-img{
  height: 15px;
  width: 17px;
  width: px;
  height: 15px;
  padding: 5px 0;
  margin-right: 3px;
}
.nav-line01 ul li span img{
  width: 100%;
}

/*.swiper-container01 {
    width: 96%;
    height: 165px;
    /*border: 1px solid #ccc;*/
    margin-top: -15px;
}*/
.swiper-container01 {
    width: 100%;
    height:auto;
    margin-top: -15px;
}

.swiper-slide01 img{
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-horizontal>.swiper-pagination{
	bottom: 0;
}
.swiper-container02{
	width: 100%;
	height: 152px;
	margin-top: 10px;
	overflow: hidden; 
	position: relative;
	z-index: 1;
}
/*.swiper-slide02 {
	line-height: 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}*/
.swiper-slide02{
	position: relative;
    z-index: 1;
    /*width: 98%;*/
    text-align: center;
    background: #282b2d;
}
.swiper-slide02 video{
	margin: 0 auto;
	width: 73%;
	height: 150px;
	background: #282b2d;
	z-index: 1;
	position: relative;
}

.message{
	width: 96%;
	margin: 10px auto 0;
}
.message-title{
	width: 100%;
	height: 25px;
	background-image: url("/app/static/tpl/tpl21/images/cloudtitle.png");
  background-repeat: no-repeat;
  background-position: left center;
	background-size: 100% 100%;
	line-height: 26px;

}
.message-title p{
	height: 100%;
	color: #fefefe;
	font-size: 12px;
	background: url("/app/static/tpl/tpl21/images/title_03.png") no-repeat 10px center;
	background-size: 5% 65%;
	padding-left: 12%;
}
.message .message-title p{
  color: #fefefe;
  font-size: 12px;
  font-weight: normal;
  background: url("/app/static/tpl/tpl21/images/title_03.png") no-repeat 10px center;
  background-size: 5% 65%;
}
.myveido .message-title p{
  color: #fefefe;
  font-size: 12px;
  font-weight: normal;
  background: url("/app/static/tpl/tpl21/images/title_03.png") no-repeat 10px center;
  background-size: 5% 65%;
}
.open-day .message-title p{
  color: #fefefe;
  font-size: 12px;
  font-weight: normal;
  background: url("/app/static/tpl/tpl21/images/title_03.png") no-repeat 10px center;
  background-size: 5% 65%;
}
.message-title p a{
	float: right;
	font-size: 12px;
	color: #fefefe;
	margin-right: 8px;
}
.message-main{
	width: 100%;
	padding: 10px 5px 0;
	overflow: hidden;
}
.message-word{
	overflow: hidden;
	margin-bottom: 12px;
}
.message-left{
	width: 34px;
	height: 30px;
	/*border: 2px solid #2d75bf;*/
  border-width: 2px;
  border-style: solid;
	float: left;
}
.message-left span{
	display: block;
	width: 100%;
	text-align: center;
	height: 15px;
	line-height: 16px;
	font-size: 12px;
}
.message-left span:nth-child(1){
	color: #fff;
}
.message-left span:nth-child(2){
	/*color: #2d75bf;*/
}
.message-right{
	float: left;
	/*background-color: #ccc;*/
	width: 77%;
	margin-left: 5px;
}
.message-right a{
	display: block;
	width: 100%;
	height: 100%;
	color:#333;
}
.message-right p{
	width: 100%;
	overflow: hidden;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}
.message-right p:nth-child(1){
	font-size: 14px;
	line-height: 18px;
}
.message-right p:nth-child(2){
	font-size: 12px;
}
.last{
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}
.myveido,.open-day{
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}
.myveido{

}
.open-day{
  margin-top: 10px;
}

.day-img{
	width: 100%;
    height: 160px;
    margin: 10px auto 0;
}
.day-img img{
	width: 100%;
	height: 100%;
}

@keyframes fadeInOut1{
  from {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:0.8;
  }
  25%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  50%{
    transform:  translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:1;
  }
  75%{
  	transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  100%{
  	transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:0.8;
  }

}
@-webkit-keyframes fadeInOut1{
  from {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:0.6;
  }
  25%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.8;
  }
  50%{
    transform:  translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:1;
  }
  75%{
  	transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.8;
  }
  100%{
  	transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:0.6;
  }
}
.fadeInOut1{
  animation: fadeInOut1 3.5s ;
  -webkit-animation: fadeInOut1 3.5s ;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}


@keyframes fadeInOut2{
  from {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:0.8;
  }
  25%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  50%{
    transform:  translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:1;
  }
  75%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  100%{
  	transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:0.8;
  }

}
@-webkit-keyframes fadeInOut2{
   from {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:0.8;
  }
  25%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  50%{
    transform:  translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity:1;
  }
  75%{
    transform:  translateX(0px);
    -webkit-transform: translateX(0px);
    opacity:0.9;
  }
  100%{
  	transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity:0.8;
  }
}
.fadeInOut2{
  animation: fadeInOut2 3.5s ;
  -webkit-animation: fadeInOut2 3.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.cloud{
  width: 100%;
  height: 177px;
}
.wrap { 
height: 177px; 
width: 100%; 
margin: 0 auto; 
background: url('/app/static/tpl/tpl21/images/cloud8.png') repeat-x left bottom; 
-webkit-animation:animate-cloud 35s linear infinite; 
-o-animation:animate-cloud 35s linear infinite; 
} 

/*cloud move*/
@keyframes animate-cloud {
  from {
    background-position: 2000px 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes animate-cloud {
  from {
    background-position: 2000px 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-moz-keyframes animate-cloud {
  from {
    background-position: 2000px 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-ms-keyframes animate-cloud {
  from {
    background-position: 2000px 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-o-keyframes animate-cloud {
  from {
    background-position: 2000px 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
.no-marginright{
	margin-right: 0;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.swiper-slide02 .btn{
	width: 28%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14%;
	margin-top: -14%;
}


/*子页面*/
.child-box{
  width: 100%;
  /*height: 100%;*/
  padding-bottom: 60px;
}
/*主要css  */
.msite-main{
  padding: 0 16px 16px 16px;
  color: #333;

}
.msite-main .title{
  width: 94%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /*height: 20px;*/
  border-bottom: 2px solid #ccc;
  padding: 15px 0 0.3em;
  margin: 0 auto 1.6em;
}

.msite-main .article{
  word-break:break-all;
  word-wrap:break-word ;
  overflow-x: auto; 
}
.msite-main p{
  /*padding: 0 15px;*/
  line-height: 1.7em;
  /*text-align: justify;*/
  margin: 5px 0;
}


.copyright{
  width: 100%;
  padding: 8px 0;
  text-align: center;
    line-height: 150%;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.copyright a{
  width: 100%;
  padding: 8px 0;
  text-align: center;
    line-height: 150%;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.word-footer{
  width: 100%;
  padding: 8px 0;
  
  text-align: center;
}

.word-footer p{
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}

.footer-nav{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:100;
}
.footer-mainnav{
  display: -webkit-flex; /* Safari */
  display: flex;
  background-color: #333;
  box-sizing: border-box;
}
.footer-mainnav li{
  flex: 1;
  border-right: 1px solid #1f1f1f;
  padding: 8px 3px;
  text-align: center;
  position: relative;
}
.footer-mainnav li a{
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-size: 14px;
}
.footer-mainnav li a img{
  width: 22px;
  height: 22px;
}
.footer-mainnav li a span{
  display: block;
}
.list-nav{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  background: #333;
  box-sizing: border-box;
}
.list-nav a{
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #1f1f1f;
  width: 100%;
}
.hide{
  display: none;
}
.show{
  display: block;
}

.msite-main img{
  /*width: 100%;*/
  height: auto;
  margin: 5px 0;
}
.msite-main table{
  /*margin: 5px 0;*/
}

.msite-list ul{
  border-top: 1px solid #ddd;
  margin-bottom: 2em;
}
.msite-list ul li {
  position: relative;
}
.msite-list ul li a{
  color: #333;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding-left: 8px;
  padding-right: 46px;
  display: block;
  padding: 10px 46px 10px 8px;
  line-height: 1.5em;
}
.msite-list ul li a:after{
  content: '';
  position: absolute;
  width: 47px;height: 100%;
  background: url(/app/static/img/icon-right.png) no-repeat center center;
  background-size: 44% auto;
  right: 0px;top: 0;
}
.msite-list ul li a:hover{
  background: #EDEDED;
}

.page-li ul {
  text-align: center;
  padding: 1em 0;
}
.page-li ul li {
  display: inline-block;
}
.page-li ul li a{
  display: block;
  height: 26px;padding: 0 9px;
  text-align: center;
  line-height: 28px;
  background: #ccc;
  color: #333;
  font-size: 12px;
}
.page-li ul li.cur a{
  background: #999;
}
.page-li ul li a:hover{
  background: #999;
}
.msite-map{
  margin-bottom: 3em;
}

.lin-header{
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
}
.lin-input-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-inputxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-inputlog{
  width: 70%;
  float: right;
}
.lin-inputlog-input{
  margin-left: 5%;
  width: 85%;
  border: 1px solid #ccc;
  height:25px;
}
.lin-luqu-button{
  width:20%;
  height: 30px;
  margin:50px auto;
  line-height: 30px;
  color: white;
  background-color: rgb(22,155,213);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #FFF;
  display: block;
}
.lin-luqu-button:hover{
  background:rgb(24,168,232);
}
.lin-option-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-optiontxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-optionlog{
  width: 70%;
  float: right;
}
.lin-optionlog-select{
  margin-left: 5%;
  width: 85%;
  border: 1px solid #ccc;
  height:25px;
}
.lin-radio-box{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-radiotxt{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-radiolog{
    width: 65%;
    float: right;
    padding-left: 5%;
    line-height: 30px;
}
.lin-radiolog label{
  margin-right: 15px;
  margin-left: 5px;
}
.lin-txtbox{
  width: 60%;
  margin: 10px auto;
  text-align: left;
  font-size: 14px;
}
.lin-remindtxt{
  width: 80%;
  margin:40px auto;
  text-align: left;
  font-size: 12px;
}
.returnbt{
  display: block;
  padding: 0px 10px;
  margin:0px auto;
  line-height: 25px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  color: #666666;
}
.returnbt:hover{
  background-color: #CCCCCC;
}
.lin-txts{
  width: 90%;
  float: none;
  margin:10px auto;
  height: 30px;
}
.lin-txts-txt1{
  width: 30%;
  float: left;
  text-align: right;
  line-height:25px;
  font-size: 14px;
  white-space: nowrap;
}
.lin-txts-txt2{
  width:65%;
  float: right;
  text-align: left;
  margin-left: 5%;
  line-height: 25px;
}
.lin-txts-fzbt{
  width: 15%;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  color:rgb(121,121,121);
  border: 1px solid rgb(121,121,121);
  position: absolute;
  right:5%;
}
.margin20{
  margin: 20px auto;
}
.lin-line{
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background-color:rgb(188,188,188);
}
.lin-header-1{
  width: 90%;
  text-align:left;
  line-height:30px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
}
.lin-table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.lin-tablebody th {
  border: 1px solid #CCC;
  padding: 9px 2px;
  line-height: 15px;
  background-color: #f4f4f4;
}
.lin-tablebody td {
  border: 1px solid #CCC;
    padding: 4px 0;
}
.morebt{
  margin: 50px auto;
}
.lin-txtsp{
  width: 95%;
  margin: 0 auto;
  text-indent:25px;
}
.lin-txtsp .sp-grade{
  color: red;
}
.greenbg{
  background-color: rgb(0,204,51);
}

/*成功失败*/

.l-alert{
  position: fixed;
  width: 100%;height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
}
.l-alert .content{
  width: 220px;
  height: 70px;
  border-radius: 7px;
  padding: 20px 20px 30px 20px;
  position: absolute;
  left: 0;top: 0;right: 0;bottom: 0;
  background: #fff;
  margin: auto;
}
.l-alert .content .icon-success{
  position: absolute;
  width: 80px;height: 80px;
  background: url(../images/icon-success.jpg) no-repeat center center;
  background-size: 100% auto;
  right: 20px;
  top: 20px;
}
.l-alert .content .icon-fail{
  position: absolute;
  width: 80px;height: 80px;
  background: url(../images/iocn-fail.jpg) no-repeat center center;
  background-size: 100% auto;
  right: 20px;
  top: 20px;
}
.l-alert .content h4{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 2px;
}
.l-alert .content p{
  color: #333;
}
.l-alert .content a{
  text-decoration: underline;
  margin-left: 3px;
}
.page404{
  background: url(../img/404.png) no-repeat center top;
  background-size: 80% auto;
  text-align: center;
  color: #333;
  padding: 120px 0 100px 0
}
.page404 h4{
  font-size: 18px;
}
.page404 p{
  font-size: 14px;
  margin-top: 10px;
}
.page404 p a{
  text-decoration: underline;
}