*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
body{
    font-family:Arial, sans-serif;
    min-width:100%;
    margin:0 auto;
    font-family: '微柔雅黑';
}
input,
button{
    outline:none;
    border:none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}


/* 头部 */
.head{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
}
.head .h_content{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.head .h_content .h_title{
    justify-content: space-between;
}
.head .h_content .h_title .logo{
    width: auto;
    height: auto;
    animation: logo 1s 1;
}
.head .h_content .h_title .logo a{
    display: block;
}
.head .h_content .h_title .logo a img{
    max-width: 100%;
    height: auto;
    transition: 1s;
}
.head .h_content .h_title .title_ul .ul li a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 5px 20px;
}
.head .h_content .h_title .title_ul .ul .ul_li a{
    color: #ffffff;
    background-color: #2a8de9;
}
.head .h_content .h_title .title_ul .ul li a:hover{
    color: #ffffff;
    background-color: #2a8de9;
}

.head .h_content .h_title .title_ul .ul li:nth-child(1){
    animation: moves .5s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(2){
    animation: moves 1s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(3){
    animation: moves 1.5s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(4){
    animation: moves 2s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(5){
    animation: moves 2.5s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(6){
    animation: moves 3s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(7){
    animation: moves 3s 1
}
.head .h_content .h_title .title_ul .ul li:nth-child(8){
    animation: moves 3s 1
}
.head .h_content .h_title .title_ul .ul li .icon1{
    font-size: 21px;
    padding-left: 10px;
    border-left: 2px solid #bbb;
    margin-left: 10px;
}

/* 头部列表 */
.head .app_con .list0{
    height: 100vh;
    display: none;
    animation: list 1s 1;
}
.head .app_con .list0 .list0_ul li{
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
}
.head .app_con .list0 .list0_ul li a{
    display: block;
    color: #333333;
    font-size: 16px;
}
.head .app_con .list0 .list0_ul li a:hover{
    color: #2a8de9;
}
.list0_hide{
    display: none;
}
@keyframes list{
    from{
        opacity: 0;
		transform: translateY(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}

/* 动画 */
@keyframes logo{
    from{
        opacity: 0;
		transform: translateX(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}
@keyframes moves{
    from{
        opacity: 0;
		transform: translateX(220px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}
/* pc搜索框 */
.pc_hide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #484848;
}
.pc_hide input{
    width: 30%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.pc_hide .pc_sousuo_icon{
    background-color: #2a8de9;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 3%;
    text-align: center;
    cursor: pointer;
}
.pc_hide .pc_sousuo_icon i{
    font-size: 22px;
}



.hide{
    display: none;
}


/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row{
    display: flex;
    align-items: center;
}

.h_public{
    width: 100%;
}
.h_sc{
    padding: 60px 0 80px;
}
.h_public .h_tent{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.h_public .h_tent .h_tit1{
    align-items: center;
    animation: hu_li3 1s 1
}
.h_public .h_tent .h_tit2,
.h_public .h_tent .h_tit3{position: relative;padding-bottom: 10px;}
.h_public .h_tent .h_tit2::after{
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background-color: #1c4891;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.h_public .h_tent .h_tit3::after{
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.h_public .h_tent .h_tit1 p{
    color: #333;
    font-size: 40px;
    font-weight: bold;
}
.h_public .h_tent .h_tit1 span{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
@keyframes hu_li3{
    from{
        opacity: 0;
        transform: translateY(-200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
/*  */
.detail_head{padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:30px;}
.detail_head .detail_title{font-size:26px;text-align:center;color:#2a8de9}
.detail_head .detail_controls{text-align:center;margin-top:15px;font-size:14px;color:#666;}
.detail_head .detail_controls span{margin: 0 4px}
/*  */

.tcdPageCode {
	text-align: center;
	margin: 40px auto 0;
}

.tcdPageCode a, .current, .disabled {
	display: inline-block;
	line-height: 40px;
	width:40px;height:40px;
	margin-left: 10px;
	color:#333;
	background:#f2f2f2
}
.current {
	background:#2a8de9;
	color: #fff;
	margin-left: 10px;
	border-color:transparent
}
.nextPage,.prevPage,.disabled{background:#F2F2F2;color:#333 !important;}

/* 底部 */

.footer{
    width: 100%;
    padding-top: 52px;
    background-color: #333333;
    animation: alls .5s 1;
}
.footer .content{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer .content .foot_ul{
    align-items: flex-start;
}
.footer .content .foot_ul li{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.footer .content .foot_ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}
.footer .content .foot_ul li a{
    font-size: 14px;
    color: #666666;
    margin-bottom: 14px;
}
.footer .content .foot_ul li a:hover{
    color: #fff;
}
.footer .content .text{
    align-items: flex-start;
    width: 30%;
}
.footer .content .text .text_img{
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
    width: 100%;
}
.footer .content .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}
.footer .content .text .text_img .text_p p{
    font-size: 18px;
    color: #999999;
}
.footer .content .text .text_img .text_p span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.footer .content .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.footer .content .text .titl .titl_1 img{
    margin: 5px 7px 0 0;
}
.footer .content .text .titl .titl_1 span{
    color: #666666;
    font-size: 14px;
}
.footer .content .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.footer .footer_1{
    width: 100%;
    border-top: 1px solid #484848;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.footer .footer_1 .content .p_ul li{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #202020;
}
.footer .footer_2 p{
    font-size: 14px;
    color: #666666;
}

.kong{
    height: 116px;
}

@keyframes alls{
    from{
        opacity: 0;
        transform: translateY(200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* 翻页条 */
.navigation{
    margin-top: 27px;
    width: 100%;
}
.navigation .navigation_ul{
    justify-content: center;
}
.navigation .navigation_ul li{
    cursor: pointer;
    padding: 10px 16px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #333333;
    margin: 0 5px;
}
.navigation .navigation_ul .li_after,
.navigation .navigation_ul li:hover{
    background-color: #2a8de9;
    color: #ffffff;
}



/* app */
.head .app_con{
    display: none;
}

@media (max-width:767px){
    .head .h_content{
        display: none;
    }
    .head .app_con{
        display: block;
        width: 100%;
        position: relative;
    }
    .head .app_con .h_title{
        width: 100%;
        padding: 10px 15px;
        justify-content: space-between;
    }
    .head .app_con .h_title .logos{
       width: auto;
       height: auto; 
    }
    .head .app_con .h_title .logos a{
        display: block;
    }
    .head .app_con .h_title .logos a img{
        max-width: 76%;
        height: auto;
    }
    .head .app_con .h_title .text i{
        margin-left: 15px;
        font-size: 22px;
    }

    /* 搜索 */
    .app_con .sousuo1{
        width: 100%;
        height: 70px;
        padding: 15px;
        position: absolute;
        bottom: -69px;
        left: 0;
        background-color: #333;
        z-index: 99;
        display: block;
    }
    .app_con .sousuo1 input{
        height: 40px;
        padding: 0 10px;
        width: 80%;
        float: left;
    }
    .app_con .sousuo1 .sousuo_icon{
        width: 20%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #1c4891;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .app_con .sousuo1 .sousuo_icon .iconsousuo_2{
        font-size: 30px;
    }

    /*  */
    .kong{
        height: 77.75px;
    }
    .h_public .h_tent {
        width: 100%;
        padding: 20px 15px;
    }
    .h_public .h_tent .h_tit1 p {
        font-size: 28px;
    }
    .h_sc {
        padding: 20px 0 40px;
    }

    /*  */
    .detail_head .detail_title{font-size:20px;}
    .us_back .us_con .xwal{margin-top:0;}
    .detail_head .detail_controls{font-size:12px;margin-top:5px;}
    .detail_head{padding-bottom:15px;margin-bottom:15px;}
    /*  */
	.tcdPageCode{margin:20px auto ;}
	.tcdPageCode a, .current, .disabled{width:25px;height:25px;line-height:25px;font-size:12px;margin-left:5px;}
    /* 底部 */
    .footer{
        padding-top: 40px;
    }
    .footer .content{
        width: 100%;
    }
    .footer .content .foot_ul{
        display: none;
    }
    .footer .content .text {
        width: 100%;
        padding: 0 15px;
    }
    .footer .content .text .text_img img {
        max-width: 14%;
    }
    .footer .content .text .text_img .text_p p {
        font-size: 16px;
    }
    .footer .content .text .text_img .text_p span {
        font-size: 24px;
    }
    .footer .footer_1{display: none;}
    .footer .footer_2{
        padding: 15px 0;
    }
    .footer .footer_2 .content{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer .footer_2 p {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .footer .content .text .titl .titl_1 span{
        font-size: 12px;
    }

    /* 翻页条 */
    .navigation .navigation_ul li {
        cursor: pointer;
        padding: 4px 10px;
    }
}

@media (max-width:991px) and (min-width:768px){
    /* 头部导航栏 */
    .head .h_content {
        width: 100%;
        padding: 20px 15px;
    }
    .head .h_content .h_title .logo {
        width: 200px;
    }
    .head .h_content .h_title .title_ul .ul li a {
        font-size: 12px;
        padding: 4px 10px;
    }
    .kong {
        height: 108px;
    }

    .h_public .h_tent {
        width: 100%;
    }
    .h_public{
        padding: 0 15px;
    }
    .h_back{
        background-size: auto auto;
    }
    .pc_hide .pc_sousuo_icon{
        width: 6%;
    }

    /* 尾部 */
    .footer .content {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer .content .text{
        width: 100%;
        margin-top: 15px;
    }
    .footer .footer_1{
        padding: 20px 0 25px;
        margin-top: 20px;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .head .h_content {
        width: 100%;
        padding: 20px 15px;
    }
    .head .h_content .h_title .logo {
        width: 250px;
    }
    .head .h_content .h_title .title_ul .ul li a{
        padding: 5px 18px;
    }
    .pc_hide .pc_sousuo_icon{
        width: 6%;
    }

    /* 底部 */
    .footer .content {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .footer .content .text {
        margin-top: 15px;
        width: 100%;
    }
}

@media (min-width:1200px) and (max-width:1440px){

}












