@font-face {
 font-family: 'fontNameAll';
 src: url('Interstate-Regular.ttf');
}  
@font-face {
 font-family: 'fontNameTitle';
 src: url('Interstate-Bold.ttf');
}  

/*在css中使用这个字体*/
h1{font-family: fontNameRegular}
body {
  	/*padding-top: 50px;*/
  	margin: 0;
	padding: 0;
	word-wrap: break-word;
  	color:#ffffff;
    background-color: #1D1348;
    font-family: fontNameAll;
	    font-size: 18px;

}
ul{margin: 0;padding: 0;}
.hide{
	display: none;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}
a{
	color:white;
	text-decoration: none;
}
.nav-fixed-top{
	position:fixed;
	right:0;
	top:0;
	z-index:999
}
.nav{
	width:85%;
	background-color: #1D1248;
    padding-top: 90px;
    height: 100%;
    font-size: 18px;
}
.nav ul{
    padding-left: 50px;
}
.nav li{
	line-height: 50px;
    list-style: none;
}
.nav .active a{
	color: #AF0C24;
	font-weight: bold;
}
.btn-close{
	position: absolute;
    top: 50px;
    right: 10px;
    z-index: 999;
}
.btn-close img{
	width: 65%;
}
.btn-open{
	position: absolute;
    top: 50px;
    right: 10px;
    z-index: 999;
}
.btn-open img{
	width: 60%;
}
.btn-back{
	position: absolute;
    top: 49px;
    left: 18px;
    z-index: 999;
}
.btn-back img{
	width: 65%;
}
.logo{
    position: absolute;
    top: 40px;
    left: 18px;
    z-index: 999;
}
.logo img{
    width: 60%;
}
.lang{
      position: absolute;
    right: 77px;
    top: 47px;
    border-radius: 5px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #B00D23;
    font-size: 0.8em;
    z-index: 999;
}
.lang .left{
	position: absolute;
	left: 0;
	top:0;
	width: 50%;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.lang .right{
	position: absolute;
	right: 0;
	top:0;
	width: 50%;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lang .on{
	background-color: #B00D23;
}

/*内容页*/
.content{
	background-color: #1D1348;
    padding: 0 10px 10px 10px;
    font-size: 1em;
    line-height: 1.5em;
}
.content .pic_list li{
    list-style: none;
    width: 32.3%;
    height: 7em;
    display: inline-block;
}
.content .pic_list li img{
border-radius: 8px;
}
.content .pic_list li .t{
font-size:13px;
}
.banner1{
	width: 100%;
}
.banner1 img{
	width: 100%;
}
.content .title{
	font-family: fontNameTitle;
	 font-size: 1.2em;
    margin-bottom: 1.6em;
}
.content .description{
	margin-bottom: 2em;
}
.content .text-b{
	border: 1.5px solid #B00C24;
   width: 15%;
    margin-top: 0.6em;
}
.content .title2{
	font-family: fontNameTitle;
	font-size: 1.1em;
    margin-bottom: 1em;
	    margin-top: 1em;
    color: #B00D23;
}
.content .title3{
	font-family: fontNameTitle;
    font-size: 25px;
    margin-bottom: 35px;
    border-bottom: 2px solid #B00D23;
    display: inline-block;
    padding-bottom: 15px;
}
.content .description2{
    margin-bottom: 25px;
}
.content img{
	width: 100%;
}
.xuxian{
	border-top: 1px dashed #ffffff;
	margin-bottom: 2em;
    margin-top: 2em;
}
.bottom{
	position: relative;
	left: 0;
	bottom: 0;
}
.bottom .copyright{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}
.bottom img{
	width: 100%;
}

.ewm-bottom{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
    height: 180px;
}
.ewm-bottom .left{
	position: absolute;
	width: 30%;
	left: 0;
	top: 30px;
	text-align: center;
	padding-left: 18px;
}
.ewm-bottom .left img{
	width: 100%;
        max-height: 130px;
        max-width: 130px;
}
.ewm-bottom .right h2{
	color:#B00D23; 
	font-size: 0.9em;
        margin-top: 0.4em;
    margin-bottom: 0.5em;
	}
.ewm-bottom .right .description{
	font-size: 0.8em;
}
.ewm-bottom .right{
	    position: absolute;
    width: 57%;
    right: 0;
    top: 30px;
    padding-right: 18px;
}
.form ul{
	padding: 0;
}
.form li{
	list-style: none;
	line-height: 20px;
	    line-height: 25px;
}
.form input{
    width: 100%;
    height: 46px;
    font-size: 26px;
    color: #fff;
    border-radius: 5px;
    background-color: #342A5A;
    border: 1px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
	padding: 0;
}
.form  textarea{
	width: 100%;
	height: 120px;
	font-size: 26px;
    color: #fff;
    border-radius: 5px;
    background-color: #342A5A;
    border: 1px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
	padding: 0;
}
.form .submit{
background: #B00D23;
    border-radius: 5px;
    width: 40%;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -20%;
    font-size: 20px;
    border: none;
    margin-bottom: 50px;
}

.box{
	padding:40px 20px;
	line-height: 25px;
	background: #F4F4F4;
	color: #000;
	font-size: 0.8em;
}
.box h2{
	margin-bottom: 15px;
	 margin-top: 15px;
	font-size: 1.2em;
}
.box .description{
	margin-bottom: 30px;
}
.box .text-b{
	border: 1.5px solid #B00C24;
    width: 74px;
    margin-bottom: 20px
}
.box .more{
    background: #B00C24;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
        margin-bottom: 30px;
}
.box img{
	border-radius: 15px;
	width: 100%;
}

.box2{
	padding:40px 20px;
	line-height: 25px;
	background: #1D1248;
	color: #fff;
	font-size: 0.8em;
}
.box2 h2{
	margin-bottom: 15px;
	    margin-top: 15px;
		font-size: 1.2em;
}
.box2 .description{
	margin-bottom: 30px;
}
.box2 .text-b{
	border: 1.5px solid #B00C24;
    width: 74px;
    margin-bottom: 20px
}
.box2 .more{
    background: #B00C24;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
        margin-bottom: 30px;
}
.box2 img{
	border-radius: 15px;
	width: 100%;
}

.box3{
	padding:40px 20px;
	line-height: 25px;
	background: #B00C24;
	color: #fff;
	font-size: 0.8em;
}
.box3 h2{
	margin-bottom: 15px;
	    margin-top: 15px;
		font-size: 1.2em;
}
.box3 .description{
	margin-bottom: 30px;
}
.box3 .text-b{
	border: 1.5px solid #fff;
    width: 20%;
    margin-bottom: 20px
}
.box3 .more{
    background: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
        margin-bottom: 30px;
}
.box3 .more a{
	color:#B00C24;
}
.box3 img{
	border-radius: 15px;
	width: 100%;
}
.flash {
	position: relative;
	top: 0;
	left: 0;
}
.flash .slide {
	    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -50px;
}
.flash .slide li{
	list-style: none;
	display: inline-block;
    background: url(../images/lunbo_bai.png);
    background-size: 100%;
    width: 17px;
    height: 17px;
        margin-left: 10px;
}
.flash .slide .on{
	background: url(../images/lunbo_hong.png);
	background-size: 100%;
   width:1em;
    height:1em;
        margin-left: 10px;
}
.flash-banner{
	position:relative;
	top:0;
	left:0;
}
.img-list .title1{
	    position: absolute;
    top: 11em;
    left: 15px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
}
.img-list  .title2{
	    position: absolute;
    top: 24em;
    left: 15px;
    color: #fff;
    font-size: 0.9em;
    width: 87%;
    line-height: 1.2em;
}
.img-list .title2 .more{
	position: absolute;
    bottom: -5em;
    left: 0;
    background: #B00C24;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
        margin-bottom: 30px;
}

.pa .b-pic {
    position: relative;
}
.pa .b-pic img{
border-radius: 0.4em;
}
.pa .b-pic .t{
	position: absolute;
	bottom: 1em;
    left: 0.8em;
	font-weight: bold;
	font-size: 1.2em;
}
.pa li{
margin-top:1.5em;
}

.channel-pa .b-pic {
    position: relative;
}
.channel-pa .b-pic img{
border-radius: 0.4em;
height: 14.5em;
}
.channel-pa .b-pic .t{
position: absolute;
    bottom: 4em;
    left: 0;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.5em;
    width: 100%;
}
.channel-pa li{
margin-top:1.5em;
}
.channel-pa .line{
    width: 20%;
    border: 2px solid #B00C24;
    margin: auto;
    margin-top: .3em;
}


.wrap ul{
    position: absolute;
    left: 0;
    list-style: none;
    padding: 0;
}
.wrap{
    overflow: hidden;
    position: relative;
    width: 700px;
    height: 450px;
    margin: 0px auto 0;
}
.wrap .btn{
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 80px;
    margin-top: -40px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}
.wrap .left{
    left: 0;
}
.wrap .right{
    right: 0;
}
.img-list{
    top: 0;
    margin: 0;
    width: 500%;
    height: 100%;
}
.img-list li{
    display: none;
    float: left;
    width: 700px;
    height: 100%;
	position: relative;
}
.img-list li img{width:100%}
.img-list .active{
    display: block;
}
.tab-list{
    right: 0;
    bottom: 10px;
    width: 100px;
    margin: auto;
}
.tab-list:after{
    content: "";
    display: block;
    clear: both;
}
.tab-list li{
    float: left;
    transition: 1s;
    width: 17px;
    height: 17px;
	border-radius: 50%;
    margin-left: 5px;
    background: #878787;
}
.tab-list li:hover{
    cursor: pointer;
}
.tab-list li:first-child{
    margin-left: 0;
}
.tab-list .on{
background: #B00D23;
}