/*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;  }
body,html{ margin: 0 auto; min-width: 320px; max-width: 640px; height: 100%; font-size: 12px; fon-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;
  /*border-radius:50%;*/
  text-align:center;
  background:url(/app/static/tpl/tpl1/images/micon.png);
  background-size:100% 100%;
  color:#FFFFFF;
  z-index:9999;
}
.public-bgcolor{
  background:#0250a3 !important;
}
.container{
	width: 100%;
	height: 100%;
	background-repeat:  no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.top-line{
	width: 100%;
	height: 5px;
	position: relative;
	top: 0;
	left: 0;
  z-index: 10;
  }
header {width:100%;position:absolute;top:0;left:0;z-index:99;}

.logo{
	position: absolute;
      	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.logo-img img{
  width: 100%;
  height: auto;
}
.logo-txt{
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 0 3%;
  width:94%;
  height: 34px;
  line-height: 34px;
  
}
.position-box{
	padding: 1%;
	position: absolute;
        left:0;
          top:120px;
  	z-index: 1000;
	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;
}
.footer{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
}
.footer-box1{
	/*width: 100%;*/
	padding:  10px 0px 0px;
	position: relative;
	overflow: hidden;
}

/*直通车*/
.nav02{
  padding: 0 5px;
  margin-bottom: 5px;
}
.nav02-title{
  text-align: center;
  color: #156339;
  font-size: 20px;
  margin: 10px auto;
  font-weight: 500;
}
.main-nav02{
  width: 100%;
  display: -webkit-flex;
  display: flex;

}
.main-nav02 li{
  flex: 1;
  margin: 0 3px;
  padding: 5px 0;
}
.img-size02{
  display: block;
    width: 50px;
    height: 45px;
    margin: 0 auto;
}
.span-color02{
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 0;
  text-align: center;
}
.nav-line{
	padding: 0 3px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	/*justify-content: flex-end;*/
}
.nav-line li{
  width: 49px;
  height: 64px;
    /*background: rgba(243,151,35,0.8);*/
  background: rgba(11,116,202,0.8);
  position: relative;
  margin-right: 3px;
    border-radius: 4px;
    flex: 1;
}
.nav-line li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.nav-line li a span{
	display: block;
	width: 100%;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}
.nav-line li a img{
  	  margin-top: 8px;
  }
.span-color{
	height: 24px;
	line-height: 24px;
  font-size: 12px;
  color: #f3f3f3;
}
.img-size{
	width: 40px;
	height: 30px;
}

/*---轮播图----*/
.swiper-container{
  width: 100%;
  height: 100%;
}
.swiper-slide a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}

/*------------子页面样式------------*/
.child-box{
  width: 100%;
  /*height: 100%;*/
  padding: 0 0 60px;
}
.header{
	width: 100%;
	text-align: center;
}
.header .child_logo{
	width: 100%;
  }
.line{
	width: 100%;
	height: 3px;
  }
/*主要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;
	margin: 0 auto;
}

.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{
    color: #fff;
}

.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;
    background: rgba(51,51,51,0.85);
}
.footer-mainnav li a{
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-size: 12px;
}
.footer-mainnav li a img{
  width: 20px;
  height: 20px;
}
.footer-mainnav li a span{
  display: block;
  font-size: 12px;
  color: #f3f3f3;
}
.list-nav{
  width: 100%;
  position: absolute;
  left: 0;
    bottom: 37px;
    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;
}

/*广告条轮播样式*/
#notification {
    height: 30px;
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
    overflow: hidden;
    font-size: 0.8em;
    background: rgba(11,116,202,0.8);
}
#notification span {
    display: inline-block;
    width: 10%;
    float: left;
    line-height: 30px;
    background: #D4AE1F;
    color: #FFFFFF;
    text-align: center;
}
#notification ul {
    float: left;
    width: 80%;
    list-style: none;
}
#notification li {
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    white-space: nowrap;
}
#notification li a{color:#fff;}
#notification b {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    border: 10px solid;
    border-color: transparent transparent transparent #FFF;
    margin: 5px;
}


.msite-main img{
  /*width: 100%;*/
  height: auto;
  margin: 5px 0;
}
.msite-main table{
  /*width: 100%;*/
  /*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;
}
.goback{
  position: absolute;
    z-index: 999;
    right: 5px;
    top: -50px;
    display: block;
    background: url('/app/static/tpl/tpl5/images/icon-back.png') no-repeat;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-size: 100% auto;
}
/*添加云和阳光样式 zyj*/
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spin{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}
@-webkit-keyframes goleft {0% {opacity: 0.5;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}100% {opacity: 0.8;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}
@keyframes goleft {0% { opacity: 0.5;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}100% {opacity: 0.8;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0); }}
#sunshine {
    z-index: 3;
    background: url(/app/static/tpl/tpl5/images/sunshine1.png) 0 0 no-repeat;
    position: absolute;
   /* width: 1100px;
    height: 1100px;
    top: -550px;
    left: -550px;*/
    width: 518px;
    height: 518px;
    top: -259px;
    left: -259px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 40000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
#cloud1 {
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    position: absolute;
    top: 15%;
    left: 0;
    background: url(/app/static/tpl/tpl5/images/cloud.png) no-repeat;
    background-size: 100% auto;
    z-index: 970;
}
#cloud2 {
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    position: absolute;
    top: 35%;
    left: 0;
    background: url(/app/static/tpl/tpl5/images/cloud.png) no-repeat;
    background-size: 100% auto;
    z-index: 970;
    -webkit-animation-delay: 6.0s;
    opacity: 0;
}
.goleft {
    -webkit-animation-name: goleft;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 14.0s;
}

.btn_music{
    display:inline-block;
    width:35px;
    height:35px;
    background:url('/app/static/tpl/tpl5/images/play.png') no-repeat center center;
    background-size:100% auto;
    position:absolute;
    z-index:100;
    right:15px;
    top:0px;
}
.btn_music.on{
    background-image:url('/app/static/tpl/tpl5//images/stop.png');
}
.side {
    position: fixed;
    width: 54px;
    height: 110px;
    right: 0;
        bottom: 200px;
        z-index: 1000;
}
.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    /*border-bottom: 1px solid #444;*/
}
.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li img {
    float: left;
}
.side ul li .sidebox2 {
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
