body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0;}
body{ font-size:12px; font-family:'';background-image: url(../images/bj.png);}
.ft{float:left;}
.rt{float: right;}
.clear::after{content: "";display: block;clear: both;}
.w1200{width: 1200px;margin: 0 auto;}


header section>div.rt a {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    padding: 0px 15px;
    border-right: #ddd 1px solid;
}
header section>div.ft{
    font-size: 12px ;
    color: rgba(0, 0, 0, 1) ;
    line-height: 30px ;
    font-weight: normal ;
}
header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/headbj.png);
    background-image-part-image: url(../images/headbj.png);
    background-repeat: repeat-x;
    background-position: top center;
}
header section p a:hover{
    color: red;
}
.logo{
    width: 36%;
}
.logo img{
    display: block;
    width: 100%;
}

nav>ul{
    display: flex;
}
nav .nav_a a{
    display: block;
    text-align: center;
    width: 100%;
    color: #000;
}
nav>ul .nav_a{
    position: relative;
    margin: 0 5px;
    padding: 5px 7px;
    line-height: 74px;
}
nav ul li:hover{
    background-color: #115aa8;
}
nav .nav_a:hover>a{
    color: #fff;
}
nav .nav_tow{
    position: absolute;
    left: 0;
    top: 84px;
    display: none;
    width: 100%;
    text-align: center;
    line-height: 40px;
    z-index: 666;
    background-color: #fff;
}
nav .nav_tow li{
    border-bottom:1px  dashed #ccc;
}
nav .nav_tow li a{
    color: #000;
}
nav>ul .nav_tow a:hover{
    color: #fff;
}
nav>ul .nav_a:hover .nav_tow{
    display: block;
}
#banner{
    margin-top: 25px;
}
@keyframes imgmove{
    0%{transform: scale(1);}
    100%{transform: scale(1.1);}
}
@-webkit-keyframes imgmove{
    0%{transform: scale(1);}
    100%{transform: scale(1.1);}
}
#banner .swiper-slide img{
    display: block;
    width: 100%;
    height: 800px;
    object-fit: contain;
    
    transform: scale(1)
}
#banner .swiper-slide.swiper-slide-active img{animation: imgmove 5s infinite;}

/*content*/
.content{
    margin-top: 20px;
}
.con_left{
    width: 65%;
}
.con_right{
    width: 34%;
}
.title{
    position: relative;
    line-height: 25px;
}
.title::before{
    content: "";
    display: block;
    clear: both;
    height: 25px;
    width: 10px;
    position: absolute;
    left:0;
    top:0;
    background: #115aa8;
}
.title h2{
    padding-left: 30px;
}
.left_top{
    border: 1px solid #ccc;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.left_top h2{
    font-size: 16px;
    color: rgba(0, 77, 159, 1);
}
.con_about{
    margin-top: 10px;
}
.con_about>div:nth-child(1){
    width: 30%;
}
.con_about>div:nth-child(2){
    width: 67%;
}
.con_about>div:nth-child(1) img{
    display: block;
    width: 100%;
}
.con_about>div:nth-child(2) p{
    font-size: 12px;
    color: #6a6a6a;
    line-height: 30px;
}
.con_about>div:nth-child(2)>div a {
    text-align: center;
    padding-bottom: 0;
    line-height: 30px;
    margin: 0 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    background: #ddd;
    float: left;
    height: 30px;
    color: #5f5f5f;
    font-size: 12px;
    text-decoration: none;
    padding-top: 0;
}
.con_about>div:nth-child(2)>div a:hover{
    background: #115aa8;
    color: #fff;
}
.left_bottom{
    margin-top: 27px;
    border: 1px solid #ccc;
    padding: 20px;
    padding-top: 40px;
}
.left_bottom .title{
    padding-left: 30px;
}
.left_bottom .title span{
    padding:0 15px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    font-size: 16px;
}
.left_bottom .title span:last-child{
    border: none;
}
.left_bottom .title span.active{
    color: #115aa8;
}
.left_bottom .con_new{
    margin-top: 10px;
    display: none;
}
.left_bottom .con_new img{
    display: block;
    width: 100%;
}
.left_bottom .con_new>div:nth-child(1){
    width: 30%;
}
.left_bottom .con_new>div:nth-child(2){
    width: 67%;
}
.left_bottom .con_new>div:nth-child(2) h2{
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-bottom: 10px;
}
.left_bottom .con_new>div:nth-child(2) h2 a{
    color: #0075c1;
}
.left_bottom .con_new>div:nth-child(2) ul li{
    position: relative;
    margin: 10px 0;
    box-sizing: border-box;
    padding-left: 18px;
}
.left_bottom .con_new>div:nth-child(2) ul li::before{
    position: absolute;
    top: 4px;
    left: 2px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0075c1;
}
.left_bottom .con_new>div:nth-child(2) ul li a{
    color: #000;
}
.con_right {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.con_right h2 {
    font-size: 16px;
    color: rgba(0, 77, 159, 1);
}
.con_right ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.con_right ul li img{
    display: block;
    width: 100%;
}
.con_right ul{
    margin:0 30px;
}
.con_right ul li{
    width: 47%;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.con_right ul li:nth-child(2n){
    margin-right: 0;
}
.compete{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 20px;
    border:  1px solid #ccc;
}
.compete .title h2{
    font-size: 16px;
    color: rgba(0, 77, 159, 1);
}
.compete .title a{
    color: #707070;
    font-size: 14px;
}
.compete ul{
    margin-top: 10px;
}
.compete ul li{
    float: left;
    margin-right: 8px;
}
.compete ul li:last-child{
    margin-right: 0;
}
.case {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 20px;
    border:  1px solid #ccc;
}
.case h2{
    font-size: 16px;
    color: rgba(0, 77, 159, 1);
}
.case .swiper-slide img{
    display: block;
    width: 100%;
    height: 110px;
}
.case #swiper1{
    margin-top: 20px;
}
footer{
    background-color: rgba(17, 90, 168, 1);
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px!important;
    box-sizing: border-box;
    border:1px solid #ccc;
}
footer .friend{
    color: #fff;
    font-size: 14px;
    line-height:50px;
    border-bottom:1px solid #598cc2;
}
footer .friend a{
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}
.foot_left{
    width: 65%;
}
.foot_right{
    width: 30%;
}
footer .foot_left div:nth-child(2){
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
footer .foot_left div:nth-child(2) p{
    margin: 5px 0;
}
.foot_right{
    text-align: right;
}
.foot_right img{
    display: inline-block;
    width: 40%;
}
.foot_right{
    color: #fff;
    font-size: 14px;
}
.p_wbox{
    background-color: rgba(237, 237, 237, 1);
    padding: 8px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.p_wbox a{
    color: #666;
}
.p_wbox svg{
    vertical-align: middle;
}
.con_ty{
    display: flex;
    margin-top: 20px;
}
.con_ty .ty_left h2{
    font-size: 34px;
    font-weight: bold;
    line-height: 112px;
    text-align: center;
    color: #fff;
    width: 220px;
    height: 112px;
    background-image: url(../images/btbj.jpg);
}
.con_ty .ty_left ul{
    border: 1px solid #ccc;
}
.con_ty .ty_left ul li{
    position: relative;
    margin-top: 1px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    line-height: 44px;
    border-bottom: 1px dashed #ccc;
}
.con_ty .ty_left ul>li::before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 12px;
    width:0;
    height:0;
    border-width:8px;
    border-style: solid;
    border-color:transparent;
    border-left-color: rgba(17, 90, 168, 1);
}
.con_ty .ty_left ul li a{
    color: #000;
}
.con_ty .ty_left ul>li.active{
    background:rgba(17, 90, 168, 1);
}
.con_ty .ty_left ul>li.active a{
    color: #fff;
}
.con_ty .ty_left ul>li.active::before{
    border-left-color:#fff;
}
.con_ty .ty_left ul>li:hover:before{
    border-left-color:#fff;
}
.con_ty .ty_left ul>li:hover{
    background:rgba(17, 90, 168, 1);
}
.con_ty .ty_left ul>li:hover a{
    color: #fff;
}
.con_ty .ty_right{
    flex: 1;
    border:1px solid #ccc;
    margin-left: 30px;
    padding: 10px;
    box-sizing: border-box;
}
.con_ty .ty_right .ty_title{
    border-bottom:1px solid #ccc;
}
.con_ty .ty_right .ty_title h2{
    font-size: 20px;
    color: #636363;
    line-height: 70px;
    padding: 0 20px;
    font-weight:400;

}
.NewList img{
    display: block;
    width: 100%;
    height: 160px;
}
.img_list_301 ul li{
    width: 20% !important;
    padding: 10px !important;
    margin-right: 32px !important;
}
.img_list_301 ul li:nth-child(4n){
    margin-right:0!important;
}