img{
	max-width: 	100%;	
}
.news_banner{
    width: 100%;
    height: auto;
    position: relative;
}
.news_banner img{
    width: 100%;
}
.news_banner .news_tit {
	width: 100%;
	height: 70px;
	background: rgba(225,225,225,0.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 70px;
	color: #535661;
	letter-spacing: 3px;
	font-size: 26px;
	font-weight: bold;
/*	font-style: italic;*/
/*	text-shadow: 0px 0px 5px rgba(68,191,255,0.4);*/
}
 .new_contit{
    position: relative;
/*    padding: 0 15%;*/
    box-sizing: border-box;
/*	width: 100%;*/
    margin-right: 7%;
}
 .new_contit ul {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
 .new_contit:after{
    content: "";
    width: 100%;
    height: 4px;
    background: #db6000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
 .new_contit ul li{
    /* float: left; */
    display: inline-block;
    padding: 20px 50px;
    box-sizing: border-box;
    font-size: 20px;
	
    color: #000;
    cursor: pointer;
}
 .new_contit .on{
    border-bottom: 4px solid #000;
}
.down_con{
	width: 100%;
	height: auto;overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.down_list{
	width: 100%;
	height: auto;overflow: hidden;
	padding-top: 80px;
}
.down_list ul{
	width: 100%;
	height: auto;overflow: hidden;
}
.down_list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;color: #333;
	line-height: 70px;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dk{
	width: 80%;
/*	min-width: 1200px;*/
	height: 70px;
	overflow: hidden;
	margin-left: auto;margin-right: auto;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.d1{
	float: left;
	width: 52%;
	
}
.d2{
	float: left;
	width: 18%;
}

.d3{
	float: left;
	width: 18%;
}
.d4{
	float: right;
	width: 30px;
	height: 28px;
	background-image: url(../img/download/d1.png);
	background-size: 100% 100%; 
	margin-top: 20px;
	cursor: pointer;
}
.down_list ul li:hover{
	background-color: #F3F3F3;color: #db6000;
	
}
.down_list ul li:hover .d4{
	background-image: url(../img/d2.png);
	background-size: 100% 100%; 
}
.down_list ul li:hover .dk{
	padding-left: 30px;
	width: 90%;
}
.fuwu_con{
    width: 80%;
    margin: 50px auto 0;
}
.fuwu_wen{
    margin-top: 50px;
}
.fuwu_wen p{
    font-size: 18px;
    margin-bottom: 40px;
    color: #333333;
}
.fuwu_wen h1{
	font-size: 24px;
	font-weight: bold;
}
.fuwu_wen h3{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}


@media screen and (max-width: 1700px){
   
}
@media screen and (max-width: 1600px){
  
}
@media screen and (max-width: 1500px){
   
}
@media screen and (max-width: 1300px){
    .new_contit ul li{
    /* float: left; */
    display: inline-block;
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 20px;
	
    color: #000;
    cursor: pointer;
}
}
@media screen and (max-width: 750px){
    .news_banner .news_tit {
        height: 0.55rem;
        line-height: 0.55rem;
        font-size: 0.32rem;
    }
      .new_contit .on {
        border-bottom: none;
    }
     .new_contit ul li {
        padding: 0.1rem 0.35rem;
        font-size: 0.25rem;
    }
     .new_contit:after {
        background: transparent;
    }
     .new_contit {
        width: 100%;
        text-align: center;
        padding: 0 0.2rem;
        height: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
    }
	.down_con{
	width: 100%;
	height: auto;overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5rem;
}

.down_list{
	width: 100%;
	height: auto;overflow: hidden;
	padding-top: 0.3rem;
}
.down_list ul{
	width: 100%;
	height: auto;overflow: hidden;
}
.down_list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;color: #333;
	line-height: 1rem;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dk{
	width: 90%;
	min-width: 90%;
	height: 1rem;
	font-size: 0.18rem;
	overflow: hidden;
	margin-left: auto;margin-right: auto;
	-moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d1{
	float: left;
	width: 48%;
	overflow: hidden;
	
}
.d2{
	float: left;
	width: 20%;
	overflow: hidden;
}

.d3{
	float: left;
	width: 20%;
	overflow: hidden;
}
.d4{
	float: right;
	width: 5vw;
	height:5vw;
	background-image: url(../img/download/d1.png);
	background-size: 100% 100%; 
	margin-top: 0.3rem;
	cursor: pointer;
}
.down_list ul li:hover{
	background-color: #F3F3F3;color: #db6000;
	
}
.down_list ul li:hover .d4{
	background-image: url(../img/download/d1.png);
	background-size: 100% 100%; 
}
.down_list ul li:hover .dk{
	padding-left: 0;
	width: 90%;
	
}
.fuwu_con{
    width: 90%;
    margin-top: 0.5rem;
}
.fuwu_wen{
    margin-top: 0.5rem;
}
.fuwu_wen p{
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
}
.fuwu_wen h3{
    font-size: 0.25rem;
    margin-bottom: 0.3rem;
}
	.fuwu_wen h1{
	font-size: 0.3rem;
	font-weight: bold;
}
}
