.banner_nav {
    width: 100%;
    height: 58px;
}

.banner_nav ul {
    width: 1200px;
    margin: 0 auto;
}

.banner_nav ul li {
    /*width: 213px;*/
    height: 58px;
    background-color: #0051a2;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
}

.container {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding: 100px 0;
}

.container_con {
    width: 1400px;
    margin: 0 auto;
}
.con_top {
    display: flex;
    width: 1400px;
    height: 70px;
    align-items: center;
}
.con_top_left{
    width: 994px;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #dadada;
    padding: 0 30px;
}
.con_top input {
    width: 100%;
    height: 68px;
    margin: 0 30px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #858585;
    padding: 0 15px;

}

.con_top img {
    cursor: pointer;
}
.con_top_right{
    width: 386px;
	height: 70px;
	background-color: #ffffff;
    border: solid 1px #dadada;
    display: flex;
    align-items: center;
   justify-content: center;
    line-height: 70px;
    margin-left: 20px;
    font-size: 18px;
    color: #202020;
    cursor: pointer;
}
.appDetails_jt{
    width: 28px;
    height: 18px;
    margin-left: 8px;
}
.tab ul{
    /*display: flex;*/
    width: 1400px;
	/*height: 75px;*/
	background-color: #ffffff;
    border: solid 1px #c7c7c7;
    justify-content:space-around;
    line-height: 75px;
    margin-top: 50px;
    overflow: hidden;
    
}
.tab ul li{
    float: left;
}
.tab ul li a{
    font-size: 22px;
    color: #202020;
    text-decoration: none;
}
.tab .ac{
    color: #0051a2;
}
.appDetails_tu1>img{
    width: 100%;
}
.appDetails_tu1{
    margin-top: 96px;
    margin-bottom: 50px;
}
.appDetails_list ul a{
    display: flex;
    width: 1400px;
	height: 350px;
	background-color: #ffffff;
    border: solid 1px #c7c7c7;
    padding: 5px 70px;
    margin-top: 35px;
}
.list_img{

    width: 547px;
	height: 306px;
	text-align: center;
    line-height: 306px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.list_img>img{
    width: 60%;
    height: auto;
}
.list_info{
    width: 750px;
    height: 306px;

    margin-left: 70px;
}
.list_info_title{
    font-size: 30px;
    color: #202020;
    margin-top: 60px;
}
.list_info_text{
    font-size: 24px;
    line-height: 29px;
    height: 63px;
    color: #4f4f4f;
    margin-top: 19px;

    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.appDetails_more{
    margin-top: 50px;
    margin-right: 30px;
}
.fr{
    float: right;
}
.container_con_bottom{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.more{
    width: 195px;
	height: 58px;
    background-color: #0051a2;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}
.more span{
    width: 100%;
    font-size: 18px;
	font-weight: bold;
	
	color: #ffffff;
}
.BACKTO{
    width: 194px;
	height: 58px;
	background-color: #f2f2f2;
    border: solid 1px #b4b4b4;
    line-height: 58px;
    text-align: center;
    margin-left: 30px;
    cursor: pointer;
}
.BACKTO a{
    width: 100%;
    font-size: 18px;
	color: #474747;
}










.tab ul li {
    min-width: 33%;
}
.tab ul li a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #828282;
        position: relative;
    right: -15px;
}
.tab ul li a.maina_2_on:before {
    background-color: #0051a2 ;
}












