
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

body {
    font-size: 14px;
    color: #3d3d3d;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

/*@media (max-width: 768px) {*/
/*.spacial{*/
/*float: left;*/
/*}*/
/*}*/
ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.none {
    display: none;
}

.tc{text-align: center;}

.containe {
    width: 1300px;
    margin: 0 auto;
}


.wrap{
	width:1200px;
	margin: 0 auto;
}
.clear{clear:both}

.fl{float:left}
.fr{float:right}
.pr{position: relative;}
.ps{position: absolute;}
.ul_line li{float: left;}
/*banner*/
#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#banner ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#banner .slides li {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .slides li a img {
    position: relative;
    -webkit-transform: scale(1);
    /*transition: all 2s ease;*/
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    display: none;
}

#banner .flex-control-nav {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 100px;
    z-index: 99;
    height: 0;
    width: 100%;
    padding-top: 0;
    display: none;
}

#banner .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 200;
    position: relative;
}

#banner .flex-control-nav li a {
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #c2c2c2;
    display: block;
    float: left;
    margin: 0;
    cursor: pointer;
}

#banner .flex-control-nav li a.flex-active {
    background-color: #54b4e2;
}

#banner img {
    width: 100%;
}

.flex-active-slide img {
    animation-name: saAni;
    -webkit-animation: saAni 5s linear 0s normal none;
    -moz-animation: saAni 5s linear 0s normal none;
    animation: saAni 5s linear 0s normal none;
    -webkit-transform: scale(1);
}

@-webkit-keyframes saAni {
    from {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes saAni {
    from {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes saAni {
    from {
        opacity: 1;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/*音乐线*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2000;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);*/
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transform-origin: 0 0
}

.preloader__progress {
    position: absolute;
    right: 81px;
    bottom: 0;
    height: 100%
}

.preloader__progress i {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    background: #727272;
    width: 1px
}

.preloader__progress span {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
    margin-top: -50px;
}

/*开始的文字*/
.container111 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -250px;
    width: 500px;
    height: 260px;
    padding: 80px 0;
}

.logo1 {
    width: 500px;
    height: 120px;
    float: left;
    overflow: hidden;
    position: relative;
}

.ani-bg {
    position: absolute;
    top: -500px;
    left: 0;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.black-bg {
    background: #201d21;
}

.full .col-xs-1, .full .col-sm-1, .full .col-md-1, .full .col-lg-1, .full .col-xs-2, .full .col-sm-2, .full .col-md-2, .full .col-lg-2, .full .col-xs-3, .full .col-sm-3, .full .col-md-3, .full .col-lg-3, .full .col-xs-4, .full .col-sm-4, .full .col-md-4, .full .col-lg-4, .full .col-xs-5, .full .col-sm-5, .full .col-md-5, .full .col-lg-5, .full .col-xs-6, .full .col-sm-6, .full .col-md-6, .full .col-lg-6, .full .col-xs-7, .full .col-sm-7, .full .col-md-7, .full .col-lg-7, .full .col-xs-8, .full .col-sm-8, .full .col-md-8, .full .col-lg-8, .full .col-xs-9, .full .col-sm-9, .full .col-md-9, .full .col-lg-9, .full .col-xs-10, .full .col-sm-10, .full .col-md-10, .full .col-lg-10, .full .col-xs-11, .full .col-sm-11, .full .col-md-11, .full .col-lg-11, .full .col-xs-12, .full .col-sm-12, .full .col-md-12, .full .col-lg-12 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.pad-md {
    padding: 60px 0;
}

.pad-lg {
    /*padding: 90px 0;*/
    padding: 45px 0;
}

#canvasContainer {
    margin: 0;
    width: 100%;
    height: 100%;

}

#canvasContainer > div {
    display: none;
}

/*header*/
.header {
    width: 100%;
    height: 80px;
    min-width: 1200px;
    position: relative;
    z-index: 9999;
	background:url('../images/head.png')
}

.header .logo {
    display: block;
    height: 80px;
    line-height: 80px;
    margin-left: 40px;
}

.header .logo img {
    vertical-align: middle;
}

.header ul {
    margin-right: 100px;
}

.header ul li {
    float: left;
    height: 80px;

    line-height: 80px;
}

.header ul li a {
    /*vertical-align: middle;*/
    display: inline-block;
    color:#505050;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.header ul li a.active,.header ul li a:hover  {
    background-color: #f7b400;
    color:#fff;
}
.header ul li{
	position: relative;
}

.header a.last {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #f7b400;
    font-size: 14px;
    margin-right: 37px;
}

.header ul li .menu{
	position: absolute;
	top:80px;
	z-index: 1000;
	left:-45px;
	opacity: 0;
	transition:800ms;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.header ul li:hover .menu{
	opacity: 1;
}
.header ul li .menu:after{
	content: '';
	width:0;
	height:2px;
	background: #f7b401;
	display: block;
	position: absolute;
	top:0;
	left:0;
	transition: 1s;
}
.header ul li:hover .menu:after{
	width:100%;
}
.header ul li .menu a{
	padding: 0 45px;
	margin: 0;
	height:50px;
	line-height: 50px;
	color:#999;
	background: #fff;
	display: block;
	text-align: left;
}
.header ul li .menu a:hover{
	background: #ededed;
}
.header ul li .menu a span{
	transition: 600ms;
	display: block;
	background:  no-repeat right center;
}
.header ul li .menu a span i{
	width:8px;
	height:50px;
	display: none;
	float: right;
	background: url(../images/zp.png) no-repeat center center;
}
.header ul li .menu a:hover span{
	padding-left: 20px;
}
.header ul li .menu a:hover span i{
	display: block;
}
#main{width:100%;overflow: hidden;}


/*footer*/
.footer {
    width: 100%;
    height: 50px;
    line-height: 55px;
    background-color: #3B383C;
    z-index: 100;
}
.footer .containe{
	width: 1200px;
    text-align: center;
}
.footer p {
    /*color: #ffffff;*/
    font-size: 12px;
    /*opacity: .7;*/
    display: block;
    color: #F7B400;
}


/*.footer .lf em{*/
    /*color: #F7B400;*/
/*}*/
.footer .lf em:hover{
    color: #ffffff;
    cursor: pointer;
}

.footer .left span{
    position: relative;

}
.footer .right{
    opacity: .7;
    height:50px;
    line-height: 50px;
}
.footer .left .add-img{
    position: absolute;
    top:-150px;
    z-index:100;
}
.footer .left .lf img{
    display: none;
}
.footer .left .lf .img-2 {
    left:174px;
}

.footer .left .lf .img-1 {
    left:-55px;
}
.footer .left{
    /*float: left;*/
    height:50px;
    line-height: 50px;
}
.footer .left .phone{
	display: inline-block;
	/*height: 22px;*/
    width: 250px;
    /*margin-left: 20px;*/
    margin:0 40px 0 0;
}
.footer .left .phone img{
    width: 22px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.footer .left .span-2{
    color: #fff;
    opacity: .7;
}
.footer .left .rt{
    color: #fff;
    opacity: .7;
}
.footer .right{
    float: right;
}

.footer em{
    font-style: normal;
    opacity: .7;
}


.footer .left .span-2 {
    display: inline-block;
   /*float: right;*/
}
.footer .right{
    color: #ffffff;
}
.footer p a {
    color: #ffffff;
}