/*下载中心*/
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

/*banner*/
.carousel-inner>.item>a>img{
    min-height: 550px !important;
}
.carousel-caption{
    top: 30%;
    left: 13%;
    text-align: left;
}
.carousel-caption h1{
    font-size: 56px;
    font-weight: lighter;
}
.carousel-caption p{
    font-size: 30px;
    margin: 10px 0 40px;
    font-weight: lighter;
    opacity: .8;
}
.carousel-caption a{
    padding: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    outline: 0;
    color: #fff;
}
.carousel-caption a:hover{
    color: #fff;
}
.carousel-caption a:hover span{
    color: #fff;
}
@media (max-width: 767px) {
    .carousel-inner>.item>a>img{
        min-height: 280px !important;
    }
    .carousel-caption h1{
        font-size: 22px;
    }
    .carousel-caption p{
        font-size: 18px;
    }
}


/*导航*/
.nav-container{
    height: 80px;
    position: fixed;
    z-index: 1000;
    background: rgba(255,255,255,0);
    width: 100%;
    /*固定定位抖动问题*/
    transform: translateZ(0);
}
.navScroll.nav-container{
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.nav-box{
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-logo{
    width: 98px;
    height: 36px;
    background: url(../images/logo_white-aab02132c9.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 22px;
}
.nav-right{
    float: right;
    color: rgba(0,0,0,.2);
    height: 80px;
    line-height: 80px;
}
.nav-right a{
    color: rgba(255,255,255,.8);
    padding: 15px;
    text-decoration: none;
}
.up{
    color: #FF8000 !important;
}
.nav-right a:hover{
    color: rgba(255,255,255,1);
}
.navScroll.nav-container .nav-logo{
    background: url(../images/down_logo2.png) no-repeat;
    /*background: url(../images/logo_blue@2x-a8b88065a0.png) no-repeat;*/
    background-size: 100%;
}
.navScroll.nav-container .nav-right a{
    color: #666;
}
.navScroll.nav-container .nav-right a:hover{
    color: #FF8000;
}

.nav-panel{
    position: fixed;
    top: 80px;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    display: none;
}
.nav-box ul{
    padding: 20px 0 20px;
}
.nav-box ul li{
    display: inline-block;
    width: 124px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.nav-img{
    height: 70px;
    padding-top: 10px;
    position: relative;
    border-right: 1px solid #ccc;
}
.nav-img img{
    width: 50px;
    height: 50px;
}
.nav-mask{
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    background: #FF8000;
    left: 18px;
    width: 88px;
    text-align: center;
    opacity: 0;
}
.nav-mask a:hover{
    color: #fff;
}
.nav-box ul li span{
    font-size: 12px;
    color: #666;
}
.nav-box ul li:hover .nav-mask,
.nav-box ul li:hover .nav-txt{
    opacity: 1;
}
.nav-box ul li:hover img{
    display: none;
}
.nav-txt{
    color: #aaa;
    position: absolute;
    top: 20px;
    font-size: 12px;
    line-height: 30px;
    left: 18px;
    width: 88px;
    text-align: center;
    opacity: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bor-none{
    border: none !important;
}
.nav-xian{
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #ccc;
    margin-bottom: -2px;
}
@media (max-width: 767px) {
    .nav-panel,.nav-xian,.soft-btn{
        display: none;
    }
}

/*下载中心1*/
.xzzx1{
    background: #FFF;
}
.xzzx-box{
    max-width: 1000px;
    margin: 0 auto 10px;
    /*height: 380px;*/
    padding-top: 60px;
    padding-bottom: 30px;
}
.xzzx-box img{
    max-width: 100%;
}
@media screen  and (max-width: 1000px) {
    .xzzx-box,
    .xzzx1-box{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }
}
.xzzx-left{
    float: left;
    width: 50%;
    vertical-align: middle;
    padding-bottom: 10px;
}
.xzzx-left h4{
    font-size: 36px;
    color: #464646;
}
.xzzx-left h4 img{
    height: 48px;
    padding-right: 10px;
}
.xzzx-left h4 a{
    font-size: 36px;
    color: #464646;
    vertical-align: top;
}
.xzzx-left p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: lighter;
    color: #666;
    line-height: 30px;
}
.btn-download-box{
	width: 100%;
	height: 82px;
	    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-download{
    width: 130px;
    height: 42px;
    margin-top: 40px;
    line-height: 42px;
    background: #FF8000;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
		float: left;
		margin-right: 2%;
}
.btn-download:last-child{
	/*margin-left: 85px;*/
}
.btn-download a{
    color: #FFF;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.btn-download-box2{
	width: 100%;
	height: 42px;
	     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-download2{
    width: 130px;
    height: 35px;
    margin-top: 10px;
    line-height: 35px;
    background: #FF8000;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
		float: left;
		margin-right: 2%;
}

.btn-download2 a{
    color: #FFF;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}
.xzzx-left small{
    display: block;
    padding-top: 20px;
    font-size: 14px;
    color: #888;
    height: 40px;
}
.xzzx-left small a{
    padding-left: 10px;
    color: #FF8000;
}

.xzzx-right{
    float: right;
    width: 50%;
}
@media screen and (max-width: 767px){
    .xzzx-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .xzzx-right{
        width: 100%;
    }
}
.xzzx2 {
    background: #FFF;
    margin-top: 10px;
    padding-bottom: 60px;
}
.xzzx-con .tit{
    height: 155px;
    line-height: 155px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.xzzx-con .tit span{
    width: 120px;
    border-top: 2px solid #EEE;
    display: inline-block;
    vertical-align: middle;
}
.xzzx-con .tit h4{
    text-align: center;
    display: inline-block;
    padding: 0 60px;
    font-size: 36px;
    color: #464646;
}
.xzzx-con .list{
    max-width: 1000px;
    margin: auto;
    border: 1px solid #EEE;;
}
.xzzx-con .list li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #EEE;
}
@media (min-width: 768px){
    .xzzx-con .list li:last-child{
        border-right: none;
    }
}

.xzzx-con .list img{
    margin-top: 40px;
    width: 64px;
    height: 64px;
}
.xzzx-con .list li h4{
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.xzzx-con .list li p{
    display: block;
    font-size: 12px;
    color: #888;
}
.down-btn{
    line-height: 30px;
    background: #FF8000;
    color: #FFF;
    width: 88px;
    height: 30px;
    border-radius: 2px;
    font-size: 12px;
    margin: 20px auto 10px;
    visibility: hidden;
    text-align: center;
}
.down-btn a{
    color: #FFF;
    height: 30px;
    line-height: 30px;
}
.xzzx-con .list li:hover .down-btn{
    visibility: visible;
}
.xzzx-con .list li:hover p{
    display: none;
}
.xzzx1-box{
    max-width: 1000px;
    margin: 0 auto 10px;
}
.x-footer{
    width: 100%;
    background: #F4F4F4;
    border-top: 1px solid #e0e5e7;
}
.x-footer>div{
    max-width: 1000px;
    margin: auto;
    position: relative;
    height: 60px;
    line-height: 60px;
}
.x-footer .pull-left{
    float: left;
}
.x-footer .pull-left a{
    font-size: 14px;
    color: #666;
    padding-left: 30px;
}
.x-footer .pull-right{
    float: right;
}
.x-footer .pull-right span{
    color: #AAA;
    font-size: 12px;
    padding-right: 30px;
}
#nav-contain #nav, .center1000{
    max-width: 1020px;
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .xzzx-con .tit{
        height: 70px;
        line-height: 70px;
    }
    .xzzx-con .tit h4{
        font-size: 22px;
        padding: 0 10px;
    }
    .xzzx-con .tit span {
        width: 40px;
    }
    .xzzx-con .list{
        border: none;
    }
    .xzzx-con .list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        border: 1px solid #ccc;
        height: 245px;
    }
    .xzzx-con .list li:nth-child(2n){
        margin-right: 0;
    }
    .x-footer .pull-right{
        line-height: 30px;
        text-align: center;
    }
}


/*modal video*/
.modal1{
    width: 60%;
    top: 80px;
    left: 50%;
    margin-left: -30%;
    z-index: 9999999;
    position: fixed;
    text-align: center;
    overflow: hidden !important;
    padding: 0 !important;
}
.modal-dialog{
    margin: 0;
    width: 100%;
}
.modal-content{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.modal-body{
    padding: 0;
    overflow: hidden;
    /*background: #000;*/
}
.close-box{
    height: 40px;
    background-color: rgb(245, 245, 245);
    width: 100%;
    margin: 0 auto;
}
.close-box button{
    padding-top: 5px;
    padding-right: 5px;
}
.modal1 video{
    width: 100%;
    display: block;
}
@media screen and (max-width: 767px){
    .modal1{
        width: 100%;
        top: 150px;
        left: 0;
        margin: 0;
        z-index: 9999999;
        position: fixed;
        display: block;
        text-align: center;
        overflow: hidden !important;
    }
}
.video-box{
    position: relative;
}
.video-box button{

}
@media (min-width: 768px) {
    body.modal-open{
        padding-right: 17px !important;
    }
}
body{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*modal prompt*/
.modal2{
    width: 500px;
    top: 180px;
		left: 50%;
    margin-left: -250px;
    z-index: 9999999;
    position: fixed;
    text-align: center;
    overflow: hidden !important;
    padding: 0 !important;
}
@media only screen and (max-width: 500px) {
	.modal2{
		width: 350px;
		margin-left: -175px;
	}
	
}

.modal2 .close-box{
	height: 100px;
}
.modal2 .close-box button{
	padding-top: 60px;
}
.modal2 .verification_box{
	padding: 20px 0;
}
.placeholder_check {
  top: 125px;
}
.placeholder_copy {
  display: none;
  position: absolute;
  left: 48px;
  font-size: 16px;
  color: #ADADAD;
}
.modal2 .verifycode{
	height: 30px;
	padding-top: 5px;
}

.modal2 .verifycode input {
  width: 240px;
  font-size:16px;
	border:none;
	border:1px solid #666666
}
.modal2 .verifycode img {
  vertical-align: middle;
}
img.verifyimg{
	border: 1px solid #ececec;
	width: 300px;
	height: 74px;
  cursor: pointer;
	margin-top: 20px;
}
.modal2 button{
	font-size: 16px;
	color:#fff;
	padding: 3px 20px;
	background: #FF8000;
	margin-top: 20px;
	border:none
}
/* 下载中心的栏目 */
.listss{
	display: flex;
	flex-wrap: wrap;
}
.listss_img{
	width: 100%;
}












