.headertopmodel1{
    height: 112px;
    background: url(../images/headertopbg.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.headertopmodel1 .logo {
    padding: 24px 0 0;
}
.headertopmodel1 .logo img{
    height: 64px;
    vertical-align: top;
}

/* 导航 */
.navmodel1{
    height: 50px;
    line-height: 50px;
    background: #197eb8;
    position: relative;
    z-index: 10;
}
.navmodel1 ul li {
    float: left;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.navmodel1 ul li a{
    font-size: 15px;
    display: block;
    color: #fff;
}
.navmodel1 ul li.more{
    width: 100px;
    text-align: center;
    padding: 0;
}
.navmodel1 ul li.more:hover{
    background: #197eb8;
}
.navmodel1 ul li.more ul{
    display: none;
    width: 100%;
    background: #197eb8;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 0;
}
.navmodel1 ul li.more ul li{
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    float: none;
    width: 100%;
}
.navmodel1 ul li.more:hover ul{
    display: block;
}
.navmodel1 ul li.more ul li:hover,
.navmodel1 ul li:hover{
    background: #04659d;
}
.navmodel1 ul li .ultwo{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: #197eb8;
    display: none;
}
.navmodel1 ul li .ultwo li{
    float: none;
    height: auto;
    line-height: 26px;
    text-align: center;
    padding: 5px 8px;
}
.navmodel1 ul li .ultwo li:hover {
    background: #014d78;
}
.navmodel1 ul li:hover .ultwo{
    display: block;
}

/* 标题 */
/* titlemodel1 */
.titlemodel {
    text-align: center;
    padding: 30px 0;
}
.titlemodel h2{
    font-size: 40px;
    position: relative;
}
.titlemodel p{
    font-size: 30px;
    color: #c9c7c3;
    position: relative;
}
.titlemodel p:after{
    display: block;
    content: '';
    width: 54px;
    height: 2px;
    background: #d3af68;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -27px;
}
.titlemodel2{
    height: 42px;
    position: relative;
    line-height: 42px;
    border-bottom: solid 1px #3d96c9;
    padding: 0 0 0 42px;
    margin: 0 0 25px 0 ;
}
.titlemodel2 i{
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/icon/t1icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.titlemodel2 .title{
    padding: 8px 0 0;
}
.titlemodel2 .title img{
    height: 26px;
}

/* model组件 */
/* model1 */
.model1{
    padding: 40px 0 45px;
}
.model1 .modelleft{
    width: 610px;
    float: left;
    padding: 10px;
    border: solid 1px #c5a364;
}
.model1 .modelleft img{
    width: 100%;
    height: 390px;
    vertical-align: top;
}
.model1 .modelright{
    width: 550px;
    float: right;
}
.model1 .modelright li{
    position: relative;
    margin: 20px 0 32px;
}
.model1 .modelright li a .time {
    width: 90px;
    border-right: solid 1px #c9c7c3;
    position: absolute;
    top: 0;
    left: 0;
}
.model1 .modelright li a .time .p1{
    font-size: 40px;
    color: #c9c7c3;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
.model1 .modelright li a .time .p2{
    font-size: 12px;
    color: #c9c7c3;
    height: 12px;
    line-height: 12px;
    position: relative;
    bottom: -2px;
}
.model1 .modelright li a h2{
    margin: 0 0 0 120px;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    top: -10px;
    height: 72px;
    overflow: hidden;
}

.amoremodel{
    width: 200px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #333;
    font-size: 20px;
    border: solid 1px #c5a364;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -100px;
}

.model2 {
    padding: 80px 0 0;
}
.model2 li{
    text-align: center;
}
.model2 li img{
    margin: 0 auto;
}
.model2 li p{
    font-size: 28px;
    color: #fff;
    margin: 5px 0 0;
}
.itemmodel1,
.itemmodel2,
.itemmodel3{
    height: 394px;
}
.itemmodel1{
    width: 380px;
    margin: 0 85px 0 0;
}
.itemmodel2{
    width: 425px;
    margin: 0 85px 0 0;
}
.itemmodel3{
    width: 225px;
}
.itemmodel1 .title,
.itemmodel2 .title,
.itemmodel3 .title{
    height: 48px;
    border-bottom: solid 1px #0d528f;
}
.itemmodel1 .title img,
.itemmodel2 .title img,
.itemmodel3 .title img{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.itemmodel1 .item,
.itemmodel2,
.itemmodel3{
    padding: 0 30px;
    background: #d7e2e4;
}
.itemmodel1 .item .iteminner{
    position: relative;
}
.itemmodel1 .item .iteminner .icon{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.itemmodel1 .item .iteminner .icon.icon1{
    background: url(../images/icon/t1icon5.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel1 .item .iteminner .icon.icon2{
    background: url(../images/icon/t1icon6.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel1 .item .iteminner .icon.icon3{
    background: url(../images/icon/t1icon7.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel1 .item .iteminner .txtbox{
    margin-left: 60px;
}
.itemmodel1 .item .iteminner .txtbox h5{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.itemmodel1 .item .iteminner .txtbox .desc{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.itemmodel1 .item .itembtn{
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #3d96c9;
    color: #3d96c9;
}
.itemmodel1 .item1{
    height: 154px;
}
.itemmodel1 .item1 .iteminner{
    margin: 22px 0 0;
}
.itemmodel1 .item2{
    height: 86px;
    margin: 10px 0;
    padding-top: 20px;
}
.itemmodel1 .item2 .iteminner .txtbox{
    width: 180px;
}
.itemmodel1 .item2 .iteminner .txtbox .desc{
    height: 22px;
}
.itemmodel1 .item3{
    height: 134px;
    padding-top: 20px;
}
.itemmodel1 .item3 .itembtn{
    margin: 5px 0 0;
}
.itemmodel1 .item:hover{
    background: #caae14;
    cursor: pointer;
}
.itemmodel1 .item:hover .itembtn{
    border-color: #fff;
}
.itemmodel1 .item:hover .itembtn,
.itemmodel1 .item:hover,
.itemmodel1 .item:hover .iteminner .txtbox h5{
    color: #fff;
}
.itemmodel1 .item:hover .iteminner .icon.icon1{
    background: url(../images/icon/t1icon5h.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel1 .item:hover .iteminner .icon.icon2{
    background: url(../images/icon/t1icon6h.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel1 .item:hover .iteminner .icon.icon3{
    background: url(../images/icon/t1icon7h.png) no-repeat;
    background-size: 100% 100%;
}
.itemmodel2 .txtbox{
    padding: 40px 0 16px;
    border-bottom: solid 1px #c4ced0;
    margin: 0 0 20px 0;
}
.itemmodel2 .txtbox h2{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    margin: 0 0 10px 0;
}
.itemmodel2 .txtbox .desc{
    position: relative;
    height: 80px;
}
.itemmodel2 .txtbox .desc img{
    width: 110px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.itemmodel2 .txtbox .desc .box{
    margin: 0px 0 0 120px;
    height: 66px;
    line-height: 22px;
    position: relative;
    top: 5px;
    overflow: hidden;
}
.itemmodel2 ul li{
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
}
.itemmodel2 .txtbox h2:after,
.itemmodel2 ul li:after{
    position: absolute;
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    content: '';
}
.itemmodel3 ul {
    padding: 5px 0 0;
}
.itemmodel3 ul li{
    height: 34px;
    line-height: 34px;
    background: url(../images/icon/ulbg2.png) no-repeat;
    background-size: 100% 100%;
    margin: 26px 0 0 0 ;
    text-align: center;
    overflow: hidden;
}
.itemmodel3 ul li a{
    display: block;
}
.itemmodel3 ul li:hover{
    background: url(../images/icon/ulbg2h.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

/* ul组件 */
.ulmodel1 {
    margin: 0 -40px;
}
.ulmodel1 li{
    width: 25%;
    padding: 0 40px;
    float: left;
}
.ulmodel1 li a{
    display: block;
}
.ulmodel1 li a .imgbox{
    width: 100%;
    height: 270px;
    margin: 0 0 8px 0;
overflow: hidden;
}
.ulmodel1 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
object-fit: cover;
}

.ulmodel1 li:hover a .imgbox img{
transform: scale(1.1);
transition: all 0.4s;
}
.ulmodel1 li a h2.title{
    text-align: center;
    font-size: 16px;
    color: #0d528f;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url('../images/icon/ulbg1.png') no-repeat;
    background-size: 100% 100%;
}
.ulmodel1 li a h2.title:hover{
    color: #fff;
    background: url('../images/icon/ulbg1h.png') no-repeat;
    background-size: 100% 100%;
}

.ulmodel2 {
    margin: 0 -40px;
}
.ulmodel2 li{
    width: 33.3333333%;
    padding: 0 40px;
    float: left;
}
.ulmodel2 li a{
    display: block;
}
.ulmodel2 li a .imgbox{
    width: 100%;
    height: 200px;
    margin: 0 0 8px 0;
overflow: hidden;
}
.ulmodel2 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.ulmodel2 li a h2.title{
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ulmodel2 li:hover a .imgbox img{
transform: scale(1.1);
transition: all 0.4s;
}
.ulmodel3 {
    margin: 0 -57px;
    position: relative;
}
.ulmodel3:before{
    display: block;
    content: '';
    height: 1px;
    width: 1200px;
    background: #999999;
    position: absolute;
    top: 119px;
    left: 50%;
    margin: 0 0 0 -600px;
}
.ulmodel3 li{
    width: 16.6666667%;
    float: left;
    padding: 0 57px;
}
.ulmodel3 li a{
    display: block;
}
.ulmodel3 li a .topimg{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.ulmodel3 li a .topimg img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.ulmodel3 li a .middle{
    width: 100%;
    height: 30px;
    position: relative;
    margin: 5px 0;
}
.ulmodel3 li a .middle:before,
.ulmodel3 li a .middle:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    background: #3d96c9;
    border-radius: 50%;
    top: 50%;
}
.ulmodel3 li a .middle:before{
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
}
.ulmodel3 li a .middle:after{
    width: 6px;
    height: 6px;
    margin: -3px 0 0 10px;
}
.ulmodel3 li a .bottomimg{
    width: 50px;
    height: 170px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 26px 10px 0 18px;
}
.ulmodel3 li a .bottomimg.bg1{
    background: url(../images/icon/t1icon2.png) no-repeat center top;
    background-size: 100%;
}
.ulmodel3 li a .bottomimg.bg2{
    background: url(../images/icon/t1icon3.png) no-repeat center top;
    background-size: 100%;
}
.ulmodel3 li a .bottomimg.bg3{
    background: url(../images/icon/t1icon4.png) no-repeat center top;
    background-size: 100%;
}
.ulmodel4{
    height: 100%;
}
.ulmodel4 li {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    background: rgba(2, 44, 94, 0.4);
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.ulmodel4 li:last-child{
    border-right: none;
}
.ulmodel4 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.ulmodel4 li a img{
    position: relative;
    top: 66px;
}
.ulmodel4 li:hover{
    background: rgba(87, 132, 25, 0.4);
}

/* 轮播组件样式 */
/* banner */
.banner{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}
.banner .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.banner .swiper-pagination{
    width: 100%;
    bottom: 10%;
    z-index: 99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 0 7px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 164px;
    background: #c5a364;
}
.banner.height450{
    height: 450px;
    margin: 0;
}
.banner.radiusbtn .swiper-pagination {
    bottom: 6%;
}
.banner.radiusbtn .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* bannermodel1 */
.bannermodel1{
    position: relative;
}
.bannermodel1 .swiper-container{
    width: 1000px;
    margin: 0 auto;
}
.bannermodel1 .swiper-container .swiper-slide{
    border: solid 1px #c5a364;
    cursor: pointer;
}
.bannermodel1 .swiper-container .swiper-slide .inner{
    border: solid 9px #fff;
}
.bannermodel1 .swiper-container .swiper-slide .inner .contxt{
    padding: 10px 10px 0 20px;
    float: right;
    width: 165px;
}
.bannermodel1 .swiper-container .swiper-slide .inner .contxt h2{
    font-size: 20px;
    line-height: 30px;
    height: 65px;
    margin: 0 0 10px;
    border-bottom: solid 1px #e9e9e9;
    padding: 0 0 5px;
    overflow: hidden;
}
.bannermodel1 .swiper-container .swiper-slide .inner .contxt p{
    font-size: 18px;
    color: #bbb;
    margin-bottom: 6px;
}
.bannermodel1 .swiper-container .swiper-slide img{
    width: 295px;
    height: 160px;
    vertical-align: top;
    float: left;
}
.bannermodel1 .swiper-container .swiper-slide:hover .inner{
    border-color: #c5a364;
}
.bannermodel1 .swiper-button-next, 
.bannermodel1 .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/icon/icon-arrow-right.png);
}
.bannermodel1 .swiper-button-prev, 
.bannermodel1 .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/icon/icon-arrow-left.png);
}

/* bannermodel2 */
.bannermodel2{
    width: 2020px;
    position: relative;
    left: 50%;
    margin: 40px 0 40px -1010px;
    background: url(../images/bgimg1.jpg) no-repeat center 18px;
}
.bannermodel2 .swiper-container .swiper-slide .slidebox img{
    width: 100%;
    height: 290px;
}
.bannermodel2 .swiper-container .swiper-slide .slidebox h3,
.bannermodel2 .swiper-container .swiper-slide .slidebox p{
    text-align: center;
}
.bannermodel2 .swiper-container .swiper-slide .slidebox h3{
    font-size: 18px;
    margin: 20px 0 5px;
}
.bannermodel2 .swiper-container .swiper-slide .slidebox p{
    font-size: 16px;
    color: #bbb;
    margin-bottom: 15px;
}

/* 内页轮播组件 */
/* innerbanner1 */
.innerbanner1 img{
    width: 100%;
    vertical-align: top;
}

/* 内页轮面包屑组件 */
/* crumbmodel1 */
.crumbmodel1 {
    line-height: 40px;
    padding: 4px 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.crumbmodel1 a {
    color: #646464;
}
.listcontent {
    padding: 0px 0 50px;
    min-height: 500px;
}
.nodata{
    text-align: center;
    font-size: 24px;
    padding: 100px 0;
}


/* 内页列表组件 */
/* listulmodel */
.listulmodel{
    margin: 0 -10px;
}
.listulmodel li{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.listulmodel li a{
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.listulmodel li a .imgbox{
    display: flex;
    align-items: center;
    height: 260px;
}
.listulmodel li a .imgbox img{
    width: 100%;
}
.listulmodel li a .txtbox{   
    padding: 0 0 0 15px;
    background: #eee;
}
.listulmodel li a .txtbox h2{
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.listulmodel li:hover a{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
}
.listhasnav .rightcon .listulmodel li{
    width: 33.333333%;
}

/* listulmodel1 */
.listulmodel1 li {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
.listulmodel1 li:last-child{
    border-bottom: none;
}
.listulmodel1 li a{
    display: block;
    position: relative;
}
.listulmodel1 li a .imgbox{
    width: 200px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.listulmodel1 li a .imgbox img{
    height: 100%;
}
.listulmodel1 li a .txtbox{
    margin: 0 0 0 230px;
    padding: 5px 0 0 ;
    height: 120px;
}
.listulmodel1 li a .txtbox h2{
    font-size: 18px;   
    margin-bottom: 25px;
    line-height: 30px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listulmodel1 li a .txtbox span{
    font-size: 14px;
    line-height: 50px;
}
.listulmodel1 li a .txtbox.style1{
    margin: 0;
}

/* page */
.page{
    margin: 40px 0 0;
    text-align: center;
/*    display: none;*/
}
.page a,
.page span{
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
}
.page span input{
    margin: 0 5px;
    background: #eee;
    height: 34px;
    width: 50px;
    padding: 0 5px;
}
.page a {
    padding: 5px 25px;
    background: #eee;
}
.page span.sp1{
    position: relative;
    top: -1px;
}

/* detailcontent */
.detailcontent{
    padding: 0 0 50px;
    min-height: 500px;
}
.detailcontent .title{
    text-align: center;
    font-size: 24px;
    padding: 30px 0 20px;
    line-height: 36px;
}
.detailcontent .info{
    text-align: center;
    padding: 0 0 30px;
}
.detailcontent .info li{
    display: inline-block;
    margin: 0 10px;
}
.detailcontent .content img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

/* movetop */
.moveTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    overflow: hidden;
    border-radius: 50%;
    background: url(../images/common/goback.png) no-repeat #eee;
    background-size: 100% 100%;
    display: none;
    position: fixed;
}

.loginmodel{
    background: #f1f1f1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.loginmodel .loginbox{
    width: 30%;
    margin: 0 auto;
    padding: 12% 0 0;
}
.loginmodel .loginbox .loginlogo{
    width: 16%;
    margin: 0 auto;
}
.loginmodel .loginbox .loginlogo img{
    width: 100%;
}
.loginmodel .loginbox #formData .item{
    width: 70%;
    margin: 30px auto 30px auto;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    position: relative;
}
.loginmodel .loginbox #formData .item i.icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.loginmodel .loginbox #formData .item.tel i.icon{
    background: url(../images/common/icon-tel.png) no-repeat;
    background-size: 100%;
}
.loginmodel .loginbox #formData .item.code i.icon{
    background: url(../images/common/icon-code.png) no-repeat;
    background-size: 100%;
}
.loginmodel .loginbox #formData .item span{
    font-size: 16px;
    width: 60px;
    display: inline-block;
    margin: 0 10px 0;
}
.loginmodel .loginbox #formData .item input{
    width: 50%;
    height: 38px;
}
.loginmodel .loginbox #formData .item .desc{
    position: absolute;
    width: 100px;
    right: 10px;
    top: 0;
    padding: 5px 0;
}
.loginmodel .loginbox #formData .item .desc p{
    border-radius: 4px;
    background: #aaa;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.loginmodel .loginbox #formData .item .desc p i{
    margin: 0 5px 0 0;
}
.loginmodel .loginbox #submitlogin{
    display: block;
    background: #a11b00;
    color: #fff;
    width: 30%;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 20px;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
    cursor: pointer;
}
.listhasnav .leftcon{
    width: 230px;
    float: left;
}
.listhasnav .rightcon{
    width: 890px;
    float: right;
}
.listhasnav .leftcon h2{
    height: 64px;
    line-height: 64px;
    text-align: left;
    font-size: 24px;
    color: #444;
    border-bottom: solid 1px #ccc;
    padding: 0 10px;
}
.listhasnav .leftcon ul{
    padding: 10px 0px;
}
.listhasnav .leftcon ul li{
    padding: 13px 40px;
    border-bottom: solid 1px #eee;
}
.listhasnav .leftcon ul li a{
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.listhasnav .leftcon ul li a:after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: solid 3px #ddd;
    top: 5px;
    left: -25px;
}
.listhasnav .leftcon ul li .twonav a:after{
    top: 14px;
}
.listhasnav .leftcon ul li.on a,
.listhasnav .leftcon ul li:hover a{
    color: #052e81;
}
.listhasnav .leftcon ul li.on a:after,
.listhasnav .leftcon ul li:hover a:after{
    border-color: #052e81;
}
.listhasnav .leftcon ul li.on .twonav a,
.listhasnav .leftcon ul li:hover .twonav a{
    color: #333;
}
.listhasnav .leftcon ul li.on .twonav a:after,
.listhasnav .leftcon ul li:hover .twonav a:after{
    border-color: #ddd;
}
.listhasnav .leftcon ul li .twonav a.on,
.listhasnav .leftcon ul li .twonav a:hover{
    color: #052e81;
}
.listhasnav .leftcon ul li .twonav a.on:after,
.listhasnav .leftcon ul li .twonav a:hover:after{
    border-color: #052e81;
}
.listhasnav .leftcon ul li .twonav a{
    display: block;
    left: 20px;
}
.listcontent {
    padding: 20px 0 50px;
    min-height: 500px;
}

.nodata{
    text-align: center;
    font-size: 24px;
    padding: 100px 0;
}

@media only screen and (max-width: 1440px){
    .bannermodel2{
        width: 1440px;
        margin: 40px 0 40px -720px;
        background: url(../images/bgimg1.jpg) no-repeat center 18px;
        background-size: 100% 200px;
    }
    .bannermodel2 .swiper-container .swiper-slide .slidebox img{
        height: 240px;
    }
}

@media only screen and (max-width: 768px){
    .model1{
        padding: 1rem 0 0.5rem;
        border-bottom: solid 1px #e9e9e9;
    }
    .model1 .modelleft{
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }
    .model1 .modelleft img{
        height: 100%;
    }
    .model1 .modelright{
        width: 100%;
        float: none;
        margin: 2rem 0 0;
    }
    .model1 .modelright li{
        margin: 1rem 0 1.5rem;
    }
    .model1 .modelright li a .time{
        width: 4rem;
    }
    .model1 .modelright li a h2{
        margin: 0 0 0 5.2rem;
        height: 3.8rem;
        line-height: 1.9rem;
        font-size: 1.1rem;
        top: -0.2rem;
    }
    .model1 .modelright li a .time .p1{
        font-size: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        margin-bottom: 0;
        top: -0.4rem;
    }
    .model1 .modelright li a .time .p2{
        font-size: 0.8rem;
        height: 1rem;
        line-height: 1rem;
        bottom: -0.1rem;
    }
    .model1 .modelright li:nth-child(3),
    .model1 .modelright li:nth-child(4){
        display: none;
    }
    .model2{
        padding: 1.5rem 0 0;
    }
    .model2 li img{
        width: 60%;
        margin: 0 auto;
    }
    .bannermodel1 .swiper-container{
        width: 100%;
    }
    .bannermodel1 .swiper-container .swiper-slide img{
        float: none;
        width: 100%;
        height: auto;
    }
    .bannermodel1 .swiper-button-prev, 
    .bannermodel1 .swiper-container-rtl .swiper-button-next,
    .bannermodel1 .swiper-button-next, 
    .bannermodel1 .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    .bannermodel1 .swiper-container .swiper-slide .inner .contxt{
        float: none;
        width: 100%;
        padding: 0 0.5rem;
    }
    .bannermodel1 .swiper-container .swiper-slide .inner .contxt h2{
        font-size: 1rem;
        line-height: 1.6rem;
        height: 3.6rem;
        padding: 0 0 0;
        margin: 0.3rem 0 0.3rem;
    }
    .bannermodel1 .swiper-container .swiper-slide .inner .contxt p{
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
    }
    .bannermodel2{
        width: 1440px;
        margin: 40px 0 40px -720px;
        background: none;
    }
    .bannermodel2 .swiper-container .swiper-slide .slidebox img{
        height: 240px;
        vertical-align: top;
    }
    .bannermodel2 .swiper-container .swiper-slide .slidebox h3{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1rem;
        margin: 1rem 0 0.2rem;
    }
}